From fe21aea5ca88afe7567da62951ed57e9761957be Mon Sep 17 00:00:00 2001 From: MartinSchoeler Date: Fri, 20 Dec 2024 10:56:41 -0300 Subject: [PATCH] chore: label --- apps/meteor/client/components/dashboards/periods.ts | 2 +- packages/i18n/src/locales/en.i18n.json | 2 +- packages/i18n/src/locales/hi-IN.i18n.json | 1 - packages/i18n/src/locales/nn.i18n.json | 1 - packages/i18n/src/locales/no.i18n.json | 1 - packages/i18n/src/locales/pt-BR.i18n.json | 2 +- packages/i18n/src/locales/se.i18n.json | 1 - 7 files changed, 3 insertions(+), 7 deletions(-) diff --git a/apps/meteor/client/components/dashboards/periods.ts b/apps/meteor/client/components/dashboards/periods.ts index 7ebe1a9762a7..e6aaf0f93c0a 100644 --- a/apps/meteor/client/components/dashboards/periods.ts +++ b/apps/meteor/client/components/dashboards/periods.ts @@ -71,7 +71,7 @@ const periods = [ }, { key: 'last year', - label: label('Last_year'), + label: label('This_year'), range: lastNDays(moment().dayOfYear()), }, ] as const; diff --git a/packages/i18n/src/locales/en.i18n.json b/packages/i18n/src/locales/en.i18n.json index 81c6e0f3715d..fa90f405f1c6 100644 --- a/packages/i18n/src/locales/en.i18n.json +++ b/packages/i18n/src/locales/en.i18n.json @@ -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", @@ -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", diff --git a/packages/i18n/src/locales/hi-IN.i18n.json b/packages/i18n/src/locales/hi-IN.i18n.json index 46d5a2325fc2..306b9b400d1f 100644 --- a/packages/i18n/src/locales/hi-IN.i18n.json +++ b/packages/i18n/src/locales/hi-IN.i18n.json @@ -2797,7 +2797,6 @@ "Last_30_days": "पिछले 30 दिनों में", "Last_90_days": "पिछले 90 दिन", "Last_6_months": "पिछले 6 महीने", - "Last_year": "पिछले साल", "Last_active": "अंतिम सक्रिय", "Last_Call": "आखिरी कॉल", "Last_Chat": "आखिरी चैट", diff --git a/packages/i18n/src/locales/nn.i18n.json b/packages/i18n/src/locales/nn.i18n.json index 27df7821fae0..6b5a9817cc1e 100644 --- a/packages/i18n/src/locales/nn.i18n.json +++ b/packages/i18n/src/locales/nn.i18n.json @@ -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", diff --git a/packages/i18n/src/locales/no.i18n.json b/packages/i18n/src/locales/no.i18n.json index a053a75912d3..ae58781af402 100644 --- a/packages/i18n/src/locales/no.i18n.json +++ b/packages/i18n/src/locales/no.i18n.json @@ -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", diff --git a/packages/i18n/src/locales/pt-BR.i18n.json b/packages/i18n/src/locales/pt-BR.i18n.json index 700115f75f30..f046be7842be 100644 --- a/packages/i18n/src/locales/pt-BR.i18n.json +++ b/packages/i18n/src/locales/pt-BR.i18n.json @@ -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", @@ -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", diff --git a/packages/i18n/src/locales/se.i18n.json b/packages/i18n/src/locales/se.i18n.json index cec29a4655e7..7c64ae07bebd 100644 --- a/packages/i18n/src/locales/se.i18n.json +++ b/packages/i18n/src/locales/se.i18n.json @@ -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",