34 lines
862 B
JSON
34 lines
862 B
JSON
{
|
||
"COMPANIES": {
|
||
"HEADER": "Empresas",
|
||
"SORT_BY": {
|
||
"LABEL": "Classificar por",
|
||
"OPTIONS": {
|
||
"NAME": "Nome",
|
||
"DOMAIN": "Domínio",
|
||
"CREATED_AT": "Criado em",
|
||
"CONTACTS_COUNT": "Contacts count"
|
||
}
|
||
},
|
||
"ORDER": {
|
||
"LABEL": "Order",
|
||
"OPTIONS": {
|
||
"ASCENDING": "Crescente",
|
||
"DESCENDING": "Decrescente"
|
||
}
|
||
},
|
||
"SEARCH_PLACEHOLDER": "Buscar empresas...",
|
||
"LOADING": "Carregando empresas...",
|
||
"UNNAMED": "Empresa sem nome",
|
||
"CONTACTS_COUNT": "{n} contato | {n} contatos",
|
||
"EMPTY_STATE": {
|
||
"TITLE": "Nenhuma empresa encontrada"
|
||
}
|
||
},
|
||
"COMPANIES_LAYOUT": {
|
||
"PAGINATION_FOOTER": {
|
||
"SHOWING": "Mostrando {startItem} – {endItem} de {totalItems} empresa | Mostrando {startItem} – {endItem} de {totalItems} empresas"
|
||
}
|
||
}
|
||
}
|