Skip to content

Commit 60df9fe

Browse files
committed
fix: missing i18n key
1 parent f4db70e commit 60df9fe

4 files changed

Lines changed: 4 additions & 0 deletions

File tree

frontend/src/i18n/planQuota/en-US.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ planQuota:
1313
GOALS: Personal goals
1414
ACTIVE_SCHEDULES: Active schedules
1515
IMPORTS_PER_MONTH: Monthly imports
16+
EXPORTS_PER_MONTH: Monthly exports
1617
SIMULATIONS_PER_MONTH: Monthly simulations
1718
OWNED_GROUPS: Owned groups
1819
GROUP_CATEGORIES: Group categories

frontend/src/i18n/planQuota/pt-BR.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ planQuota:
1313
GOALS: Metas pessoais
1414
ACTIVE_SCHEDULES: Agendamentos ativos
1515
IMPORTS_PER_MONTH: Importações mensais
16+
EXPORTS_PER_MONTH: Exportações mensais
1617
SIMULATIONS_PER_MONTH: Simulações mensais
1718
OWNED_GROUPS: Grupos próprios
1819
GROUP_CATEGORIES: Categorias do grupo

frontend/src/i18n/plans/en-US.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ plans:
4242
GOALS: Personal goals
4343
ACTIVE_SCHEDULES: Active schedules
4444
IMPORTS_PER_MONTH: Imports per month
45+
EXPORTS_PER_MONTH: Exports per month
4546
SIMULATIONS_PER_MONTH: Simulations per month
4647
OWNED_GROUPS: Groups owned
4748
IMPORT_MAX_LINES: Rows in one imported file

frontend/src/i18n/plans/pt-BR.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ plans:
4242
GOALS: Metas pessoais
4343
ACTIVE_SCHEDULES: Agendamentos ativos
4444
IMPORTS_PER_MONTH: Importações por mês
45+
EXPORTS_PER_MONTH: Exportações por mês
4546
SIMULATIONS_PER_MONTH: Simulações por mês
4647
OWNED_GROUPS: Grupos próprios
4748
IMPORT_MAX_LINES: Linhas em um arquivo importado

0 commit comments

Comments
 (0)