Skip to content

Commit

Permalink
Extracted localization keys
Browse files Browse the repository at this point in the history
  • Loading branch information
caioaletroca committed Nov 12, 2024
1 parent 088d679 commit 0bcb6ec
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 21 deletions.
13 changes: 3 additions & 10 deletions locales/extracted/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,8 @@
"ledgers.toast.copyId": "The id has been copied to your clipboard.",
"ledgers.toast.create.error": "Error creating Ledger",
"ledgers.toast.create.success": "Ledger {ledgerName} created successfully",
"ledgers.toast.delete.error": "Error deleting Ledger",
"ledgers.toast.delete.success": "Ledger successfully deleted",
"ledgers.toast.update.error": "Error updating Ledger",
"ledgers.toast.update.success": "Ledger changes saved successfully",
"notFound.backToHome": "Back to Home",
Expand Down Expand Up @@ -238,15 +240,6 @@
"settingsDropdown.security": "Security",
"settingsDropdown.settings": "Settings",
"settingsDropdown.system": "System",
"sheetCreate.button": "",
"sheetCreate.description": "",
"sheetCreate.title": "",
"sheetEdit.button": "",
"sheetEdit.description": "",
"sheetEdit.title": "",
"sheetView.button": "",
"sheetView.description": "",
"sheetView.title": "",
"sideBar.accountHolders.accounts": "Accounts",
"sideBar.accountHolders.portfolios": "Portfolios",
"sideBar.accountHolders.products": "Products",
Expand All @@ -265,4 +258,4 @@
"signIn.placeholderPassword": "******",
"signIn.titleLogin": "Welcome back!",
"signIn.toast.error": "Invalid credentials."
}
}
15 changes: 4 additions & 11 deletions locales/extracted/pt.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,6 @@
"header.userDropdown.support": "Suporte",
"settingsDialog.description": "Faça as alterações desejadas e clique em “Salvar” quando finalizar.",
"settingsDialog.title": "Configurações",
"sheetCreate.button": "",
"sheetCreate.description": "",
"sheetCreate.title": "",
"sheetEdit.button": "",
"sheetEdit.description": "",
"sheetEdit.title": "",
"sheetView.button": "",
"sheetView.description": "",
"sheetView.title": "",
"sideBar.accountHolders.accounts": "Contas",
"sideBar.accountHolders.portfolios": "Portfólios",
"sideBar.accountHolders.products": "Produtos",
Expand Down Expand Up @@ -264,5 +255,7 @@
"ledgers.toast.create.error": "Erro ao criar o Ledger",
"ledgers.toast.create.success": "Ledger {ledgerName} criado com sucesso",
"ledgers.toast.update.error": "Erro ao atualizar o Ledger",
"ledgers.toast.update.success": "Alterações do Ledger salvas com sucesso"
}
"ledgers.toast.update.success": "Alterações do Ledger salvas com sucesso",
"ledgers.toast.delete.error": "Erro ao excluir o ledger",
"ledgers.toast.delete.success": "Ledger excluido com sucesso"
}

0 comments on commit 0bcb6ec

Please sign in to comment.