Skip to content

Commit

Permalink
chore: label
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinSchoeler committed Dec 20, 2024
1 parent 150a15d commit fe21aea
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 7 deletions.
2 changes: 1 addition & 1 deletion apps/meteor/client/components/dashboards/periods.ts
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ const periods = [
},
{
key: 'last year',
label: label('Last_year'),
label: label('This_year'),
range: lastNDays(moment().dayOfYear()),
},
] as const;
Expand Down
2 changes: 1 addition & 1 deletion packages/i18n/src/locales/en.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -3043,7 +3043,6 @@
"Last_30_days": "Last 30 Days",
"Last_90_days": "Last 90 Days",
"Last_6_months": "Last 6 months",
"Last_year": "Last year",
"Last_active": "Last active",
"Last_Call": "Last Call",
"Last_Chat": "Last Chat",
Expand Down Expand Up @@ -4499,6 +4498,7 @@
"Readability": "Readability",
"This_room_is_read_only": "This room is read only",
"This_page_will_be_deprecated_soon": "This page will be deprecated soon",
"This_year": "This Year",
"Only_people_with_permission_can_send_messages_here": "Only people with permission can send messages here",
"Read_only_changed_successfully": "Read only changed successfully",
"Read_only_channel": "Read Only Channel",
Expand Down
1 change: 0 additions & 1 deletion packages/i18n/src/locales/hi-IN.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -2797,7 +2797,6 @@
"Last_30_days": "पिछले 30 दिनों में",
"Last_90_days": "पिछले 90 दिन",
"Last_6_months": "पिछले 6 महीने",
"Last_year": "पिछले साल",
"Last_active": "अंतिम सक्रिय",
"Last_Call": "आखिरी कॉल",
"Last_Chat": "आखिरी चैट",
Expand Down
1 change: 0 additions & 1 deletion packages/i18n/src/locales/nn.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -2474,7 +2474,6 @@
"Last_30_days": "Siste 30 dager",
"Last_90_days": "Siste 90 dager",
"Last_6_months": "Siste 6 måneder",
"Last_year": "I fjor",
"Last_active": "Sist aktiv",
"Last_Call": "Siste samtale",
"Last_login": "Siste innlogging",
Expand Down
1 change: 0 additions & 1 deletion packages/i18n/src/locales/no.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -2474,7 +2474,6 @@
"Last_30_days": "Siste 30 dager",
"Last_90_days": "Siste 90 dager",
"Last_6_months": "Siste 6 måneder",
"Last_year": "I fjor",
"Last_active": "Sist aktiv",
"Last_Call": "Siste samtale",
"Last_login": "Siste innlogging",
Expand Down
2 changes: 1 addition & 1 deletion packages/i18n/src/locales/pt-BR.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -2465,7 +2465,6 @@
"Last_30_days": "Últimos 30 dias",
"Last_90_days": "Últimos 90 dias",
"Last_6_months": "Últimos 6 meses",
"Last_year": "Último ano",
"Last_active": "Ativo pela última vez",
"Last_Call": "Última chamada",
"Last_Chat": "Última conversa",
Expand Down Expand Up @@ -3533,6 +3532,7 @@
"Read_by": "Lido por",
"Read_only": "Somente leitura",
"This_room_is_read_only": "Esta sala é somente leitura",
"This_year": "Este ano",
"Read_only_changed_successfully": "Somente leitura foi alterado com sucesso",
"Read_only_channel": "Canal somente leitura",
"Read_only_group": "Grupo somente de leitura",
Expand Down
1 change: 0 additions & 1 deletion packages/i18n/src/locales/se.i18n.json
Original file line number Diff line number Diff line change
Expand Up @@ -2964,7 +2964,6 @@
"Last_30_days": "Last 30 Days",
"Last_90_days": "Last 90 Days",
"Last_6_months": "Last 6 months",
"Last_year": "Last year",
"Last_active": "Last active",
"Last_Call": "Last Call",
"Last_Chat": "Last Chat",
Expand Down

0 comments on commit fe21aea

Please sign in to comment.