Skip to content

Commit

Permalink
Merge pull request #70 from LerianStudio/feat/accounts-and-portfolios
Browse files Browse the repository at this point in the history
Feat/accounts and portfolios
  • Loading branch information
gabrielcastr0 authored Dec 4, 2024
2 parents b2482b6 + fd181a2 commit afe3a3a
Show file tree
Hide file tree
Showing 43 changed files with 895 additions and 761 deletions.
7 changes: 5 additions & 2 deletions locales/extracted/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
"common.noOptions": "No options found.",
"common.portfolio": "Portfolio",
"common.previousPage": "Previous page",
"common.records": "records",
"common.remove": "Remove",
"common.requiredFields": "(*) required fields.",
"common.resources": "Resources",
Expand Down Expand Up @@ -158,7 +159,7 @@
"ledgers.account.sheet.edit.title": "Edit {accountName}",
"ledgers.account.sheet.tabs.details": "Account Details",
"ledgers.accounts.createFirst": "Create first account",
"ledgers.accounts.subtitle": "{count} {count, plural, =0 {accounts found} one {acount found} other {accounts found}}",
"ledgers.accounts.subtitle": "{count} {count, plural, =0 {accounts found} one {account found} other {accounts found}}",
"ledgers.accounts.title": "Accounts",
"ledgers.assets.createButton": "Create your first Asset",
"ledgers.assets.emptyResource": "You haven't added any Asset within this Ledger yet.",
Expand Down Expand Up @@ -203,9 +204,10 @@
"ledgers.sheetCreate.description": "Fill in the data of the Ledger you wish to create.",
"ledgers.sheetCreate.title": "New Ledger",
"ledgers.subtitle": "Visualize and edit the Ledgers of your Organization.",
"ledgers.tab.accounts": "Accounts",
"ledgers.tab.assets": "Assets",
"ledgers.tab.overview": "Overview",
"ledgers.tab.portfolios-and-accounts": "Portfolios and Accounts",
"ledgers.tab.portfolios": "Portfolios",
"ledgers.tab.products": "Products",
"ledgers.title": "Ledgers",
"ledgers.toast.accountCreated": "{accountName} account successfully created",
Expand Down Expand Up @@ -250,6 +252,7 @@
"products.delete.description": "You are about to permanently delete this product. This action cannot be undone. Do you wish to continue?",
"settings.tab.organizations": "Organizations",
"settings.tab.otherSettings": "Other Settings",
"settings.tab.portfolios": "Portfolios",
"settings.tab.products": "Products",
"settings.tabs.organizations": "Organizations",
"settings.tabs.others": "Others Settings",
Expand Down
7 changes: 5 additions & 2 deletions locales/extracted/pt.json
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,6 @@
"ledgers.portfolio.sheet.edit.description": "Visualize e edite os campos do portfólio.",
"ledgers.portfolio.sheet.edit.title": "Editar {portfolioName}",
"ledgers.portfolio.sheet.title": "Novo Portfólio",
"ledgers.tab.portfolios-and-accounts": "Portfólios e Contas",
"portfolio.create": "Criar primeiro portfólio",
"entity.portfolio.description": "Insira o identificador único da entidade associado a este portfólio",
"entity.portfolio.entityId": "ID da Entidade",
Expand Down Expand Up @@ -280,5 +279,9 @@
"ledgers.portfolio.sheet.tabs.details": "Detalhes do Portfólio",
"ledgers.products.sheet.tabs.details": "Detalhes do Produto",
"notFound.backToHome": "Voltar para Home",
"ledgers.sheet.tabs.details": "Detalhes do Ledger"
"ledgers.sheet.tabs.details": "Detalhes do Ledger",
"common.records": "registros",
"ledgers.tab.accounts": "Contas",
"ledgers.tab.portfolios": "Portfólios",
"settings.tab.portfolios": "Portfólios"
}

This file was deleted.

Loading

0 comments on commit afe3a3a

Please sign in to comment.