Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

✨ feat: add pagination and limit size using query params, an… #82

Merged
merged 2 commits into from
Dec 16, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 5 additions & 2 deletions locales/extracted/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
"common.id": "ID",
"common.identification": "Identification",
"common.inactive": "Inactive",
"common.itemsPerPage": "Items per page",
"common.logoAlt": "Your organization logo",
"common.metadata": "Metadata",
"common.name": "Name",
Expand All @@ -52,6 +53,7 @@
"common.selectPlaceholder": "Select...",
"common.send": "Send",
"common.status": "Status",
"common.support": "Support",
"common.table.accounts": "{number, plural, =0 {No accounts} one {# account} other {# accounts}}",
"common.table.metadata": "{number, plural, =0 {-} one {# record} other {# records}}",
"common.tooltipCopyText": "Click to copy",
Expand All @@ -71,7 +73,6 @@
"entity.auth.username": "E-mail",
"entity.ledger.asset": "Assets",
"entity.ledger.name": "Ledger Name",
"entity.ledger.status": "Status",
"entity.metadata.key": "Key",
"entity.metadata.value": "Value",
"entity.organization": "Organization",
Expand Down Expand Up @@ -160,6 +161,7 @@
"ledgers.accounts.showing": "Showing {count} {number, plural, =0 {accounts} one {account} other {accounts}}.",
"ledgers.accounts.subtitle": "{count} {count, plural, =0 {accounts found} one {account found} other {accounts found}}",
"ledgers.accounts.title": "Accounts",
"ledgers.assets.count": "{count} assets",
"ledgers.assets.createButton": "Create your first Asset",
"ledgers.assets.emptyResource": "You haven't added any Asset within this Ledger yet.",
"ledgers.assets.emptyResource.createButton": "New Asset",
Expand All @@ -182,7 +184,6 @@
"ledgers.helperTrigger.question": "What is a Ledger?",
"ledgers.helperTrigger.seeMore": "Read the docs",
"ledgers.listingTemplate.addButton": "New Ledger",
"ledgers.listingTemplate.newAddButton": "Create your first Ledger",
"ledgers.portfolio.deleteDialog.description": "You will delete a portfolio",
"ledgers.portfolio.deleteDialog.title": "Are you sure?",
"ledgers.portfolio.sheet.description": "Fill in the details of the Portfolio you want to create.",
Expand Down Expand Up @@ -287,5 +288,7 @@
"signIn.placeholderPassword": "******",
"signIn.titleLogin": "Welcome back!",
"signIn.toast.error": "Invalid credentials.",
"table.pagination.next": "Next",
"table.pagination.previous": "Previous",
"tooltip.passwordInfo": "Contact the system administrator"
}
11 changes: 7 additions & 4 deletions locales/extracted/pt.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,10 @@
"common.edit": "Editar",
"entity.ledger.asset": "Ativos",
"entity.ledger.name": "Nome do Ledger",
"entity.ledger.status": "Status",
"ledgers.columnsTable.tooltipCopyText": "Toque para copiar",
"ledgers.helperTrigger.answer": "Livro com o registro de todas as transações e operações da Organização.",
"ledgers.helperTrigger.question": "O que é um Ledger?",
"ledgers.helperTrigger.seeMore": "Leia a documentação",
"ledgers.listingTemplate.newAddButton": "Criar o primeiro Ledger",
"ledgers.listingTemplate.addButton": "Novo Ledger",
"ledgers.subtitle": "Visualize e edite os Ledgers da sua Organização.",
"ledgers.title": "Ledgers",
Expand Down Expand Up @@ -92,7 +90,7 @@
"ledgers.assets.emptyResource": "Você ainda não criou nenhum Ativo para este Ledger.",
"ledgers.assets.emptyResourceExtra": "Nenhum Ativo encontrado.",
"ledgers.emptyResource": "Você ainda não criou nenhum Ledger",
"ledgers.emptyResource.createButton": "Criar Ledger",
"ledgers.emptyResource.createButton": "Novo Ledger",
"ledgers.emptyResourceExtra": "Nenhum Ledger encontrado.",
"organizations.emptyResource": "Você ainda não criou nenhuma Organização",
"settings.tab.organizations": "Organização",
Expand Down Expand Up @@ -287,5 +285,10 @@
"ledgers.showing": "Mostrando {count} {number, plural, =0 {ledgers} one {ledger} other {ledgers}}.",
"ledgers.accounts.showing": "Mostrando {count} {number, plural, =0 {contas} one {conta} other {contas}}.",
"ledgers.portfolios.showing": "Mostrando {count} {number, plural, =0 {portfólios} one {portfólio} other {portfólios}}.",
"organizations.showing": "Mostrando {count} {number, plural, =0 {organizações} one {organização} other {organizações}}."
"organizations.showing": "Mostrando {count} {number, plural, =0 {organizações} one {organização} other {organizações}}.",
"common.itemsPerPage": "Itens por página",
"common.support": "Suporte",
"ledgers.assets.count": "{count} ativos",
"table.pagination.next": "Próxima página",
"table.pagination.previous": "Página anterior"
}
Loading
Loading