mirror of
https://github.com/mokuappio/serverless-invoices.git
synced 2025-10-27 07:51:08 -04:00
37 lines
925 B
JSON
37 lines
925 B
JSON
{
|
|
"title": "Tua azienda",
|
|
"done": "Fatto",
|
|
"updated": "Aggiornato",
|
|
"loading": "Caricato",
|
|
"tabs": {
|
|
"general": "Generale",
|
|
"invoicing": "Fatturazione",
|
|
"address": "Indirizzi",
|
|
"taxes": "Tasse"
|
|
},
|
|
"general": {
|
|
"company_name": "Noma azienda",
|
|
"contact_email": "Posta elettronica",
|
|
"contact_phone": "Telefono",
|
|
"website": "Sito internet"
|
|
},
|
|
"invoicing": {
|
|
"invoice_late_fee": "Interessi (%)",
|
|
"invoice_due_days": "Termini pagamento, giorni",
|
|
"currency": "Valuta predefinita"
|
|
},
|
|
"address": {
|
|
"company_address": "Indirizzo Azienda",
|
|
"company_postal_code": "CAP",
|
|
"company_city": "Citta'",
|
|
"company_county": "Provincia",
|
|
"company_country": "Stato"
|
|
},
|
|
"tax_modal": {
|
|
"title": "Sovrascrivi la tassa per la fattura selezionata?",
|
|
"ok_title": "Sovrascrivi",
|
|
"cancel_title": "Cancella",
|
|
"taxes_updated": "Tasse aggiornate"
|
|
}
|
|
}
|