mirror of
https://github.com/mokuappio/serverless-invoices.git
synced 2025-11-07 12:00:35 -05:00
37 lines
838 B
JSON
37 lines
838 B
JSON
{
|
|
"title": "Cliente",
|
|
"delete": "Apagar",
|
|
"done": "Concluir",
|
|
"create": "Create",
|
|
"loading": "Carregando",
|
|
"tabs": {
|
|
"general": "Geral",
|
|
"invoicing": "Faturamento",
|
|
"address": "Endereço"
|
|
},
|
|
"general": {
|
|
"company_name": "Nome do cliente",
|
|
"invoice_email": "Email"
|
|
},
|
|
"invoicing": {
|
|
"currency": "Moeda",
|
|
"rate": "Valor da Hora",
|
|
"has_tax": "Aplicar imposto",
|
|
"bank_account": "Conta Bancária"
|
|
},
|
|
"address": {
|
|
"company_address": "Endereço",
|
|
"company_postal_code": "Código Postal",
|
|
"company_city": "Cidade",
|
|
"company_county": "Estado",
|
|
"company_country": "País"
|
|
},
|
|
"delete_modal": {
|
|
"title": "Apagar cliente",
|
|
"ok_title": "Apagar",
|
|
"cancel_title": "Cancelar"
|
|
},
|
|
"notification_deleted": "Apagado",
|
|
"notification_updated": "Atualizado"
|
|
}
|