mirror of
https://github.com/mokuappio/serverless-invoices.git
synced 2025-10-27 07:51:08 -04:00
Added italian language
This commit is contained in:
9
public/locales/it/bank-account-form.json
Normal file
9
public/locales/it/bank-account-form.json
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"title": "Conto bancario",
|
||||||
|
"bank_name": "Nome banca",
|
||||||
|
"account_no": "Dettaglio conto",
|
||||||
|
"loading": "Caricamento",
|
||||||
|
"done": "Fatto",
|
||||||
|
"create": "Crea",
|
||||||
|
"notification_updated": "Aggiornato"
|
||||||
|
}
|
||||||
6
public/locales/it/bank-accounts-list.json
Normal file
6
public/locales/it/bank-accounts-list.json
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"loading": "Caricamento",
|
||||||
|
"bank": "Banca",
|
||||||
|
"bank_account_details": "Dettaglio conto corrente",
|
||||||
|
"add_bank_account": "Aggiungi conto corrente"
|
||||||
|
}
|
||||||
10
public/locales/it/client-fields.json
Normal file
10
public/locales/it/client-fields.json
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"label": "Etichetta",
|
||||||
|
"field": "Campo",
|
||||||
|
"delete_modal": {
|
||||||
|
"title": "Cancella campo",
|
||||||
|
"ok_title": "Cancella",
|
||||||
|
"cancel_title": "Annulla"
|
||||||
|
},
|
||||||
|
"notification_deleted": "Cancellato"
|
||||||
|
}
|
||||||
36
public/locales/it/client-form copy.json
Normal file
36
public/locales/it/client-form copy.json
Normal file
@ -0,0 +1,36 @@
|
|||||||
|
{
|
||||||
|
"title": "Client",
|
||||||
|
"delete": "Supprimer",
|
||||||
|
"done": "Terminé",
|
||||||
|
"create": "Créer",
|
||||||
|
"loading": "Chargement",
|
||||||
|
"tabs": {
|
||||||
|
"general": "Général",
|
||||||
|
"invoicing": "Facturation",
|
||||||
|
"address": "Adresse"
|
||||||
|
},
|
||||||
|
"general": {
|
||||||
|
"company_name": "Nom de la société",
|
||||||
|
"invoice_email": "E-mail"
|
||||||
|
},
|
||||||
|
"invoicing": {
|
||||||
|
"currency": "Devise",
|
||||||
|
"rate": "Taux horaire",
|
||||||
|
"has_tax": "Taxes à appliquer",
|
||||||
|
"bank_account": "Compte bancaire"
|
||||||
|
},
|
||||||
|
"address": {
|
||||||
|
"company_address": "Addresse de la société",
|
||||||
|
"company_postal_code": "Code postal",
|
||||||
|
"company_city": "Ville",
|
||||||
|
"company_county": "Province/Région",
|
||||||
|
"company_country": "Pays"
|
||||||
|
},
|
||||||
|
"delete_modal": {
|
||||||
|
"title": "Supprimer client",
|
||||||
|
"ok_title": "Supprimer",
|
||||||
|
"cancel_title": "Annuler"
|
||||||
|
},
|
||||||
|
"notification_deleted": "Supprimer",
|
||||||
|
"notification_updated": "Mis à jour"
|
||||||
|
}
|
||||||
36
public/locales/it/client-form.json
Normal file
36
public/locales/it/client-form.json
Normal file
@ -0,0 +1,36 @@
|
|||||||
|
{
|
||||||
|
"title": "Cliente",
|
||||||
|
"delete": "Cancella",
|
||||||
|
"done": "Fatto",
|
||||||
|
"create": "Crea",
|
||||||
|
"loading": "Caricamento",
|
||||||
|
"tabs": {
|
||||||
|
"general": "Generale",
|
||||||
|
"invoicing": "Fatturazione",
|
||||||
|
"address": "Indirizzo"
|
||||||
|
},
|
||||||
|
"general": {
|
||||||
|
"company_name": "Ragione sociale",
|
||||||
|
"invoice_email": "Posta elettronica"
|
||||||
|
},
|
||||||
|
"invoicing": {
|
||||||
|
"currency": "Moneta",
|
||||||
|
"rate": "Tariffa oraria",
|
||||||
|
"has_tax": "Applica tassa",
|
||||||
|
"bank_account": "Conto bancario"
|
||||||
|
},
|
||||||
|
"address": {
|
||||||
|
"company_address": "Indirizzo societa'",
|
||||||
|
"company_postal_code": "CAP",
|
||||||
|
"company_city": "Citta",
|
||||||
|
"company_county": "Provincia",
|
||||||
|
"company_country": "Stato"
|
||||||
|
},
|
||||||
|
"delete_modal": {
|
||||||
|
"title": "Elimina Cliente",
|
||||||
|
"ok_title": "Elimina",
|
||||||
|
"cancel_title": "Cancella"
|
||||||
|
},
|
||||||
|
"notification_deleted": "Cancellato",
|
||||||
|
"notification_updated": "Aggiornato"
|
||||||
|
}
|
||||||
6
public/locales/it/client-selector.json
Normal file
6
public/locales/it/client-selector.json
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"client": "Cliente",
|
||||||
|
"create": "Crea",
|
||||||
|
"new": "Nuovo",
|
||||||
|
"suggest_placeholder": "Ricerca Cliente"
|
||||||
|
}
|
||||||
5
public/locales/it/customizations-modal.json
Normal file
5
public/locales/it/customizations-modal.json
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"title": "Adatta il tuo modello di fattura",
|
||||||
|
"textarea_label": "Aggiungi il tuo foglio di stile",
|
||||||
|
"updated": "Aggiorna"
|
||||||
|
}
|
||||||
3
public/locales/it/empty-state.json
Normal file
3
public/locales/it/empty-state.json
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"content": "Niente"
|
||||||
|
}
|
||||||
6
public/locales/it/import-modal.json
Normal file
6
public/locales/it/import-modal.json
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"title": "Importa i tuoi dati",
|
||||||
|
"warning": "I tuoi dati attuali saranno socrascritti da quelli importati!",
|
||||||
|
"button_text": "Seleziona il file da importare",
|
||||||
|
"import-error": "Formato JSON non valido"
|
||||||
|
}
|
||||||
5
public/locales/it/invoice-bank-details.json
Normal file
5
public/locales/it/invoice-bank-details.json
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"bank_name": "Aggiungi una banca",
|
||||||
|
"bank_account_no": "Aggiungi i dati della banca",
|
||||||
|
"bank_account_modal_title": "Scegli un conto bancario"
|
||||||
|
}
|
||||||
8
public/locales/it/invoice-client-details.json
Normal file
8
public/locales/it/invoice-client-details.json
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"client_address": "Indirizzo",
|
||||||
|
"client_postal_code": "Codice postale",
|
||||||
|
"client_city": "Citta'",
|
||||||
|
"client_county": "Provincia",
|
||||||
|
"client_country": "Stato",
|
||||||
|
"client_email": "Posta elettronica del cliente"
|
||||||
|
}
|
||||||
9
public/locales/it/invoice-company-details.json
Normal file
9
public/locales/it/invoice-company-details.json
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"your_company_name": "Ragione sociale",
|
||||||
|
"address": "Indirizzo",
|
||||||
|
"postal_code": "CAP",
|
||||||
|
"city": "Citta",
|
||||||
|
"county": "Provincia",
|
||||||
|
"country": "Stato",
|
||||||
|
"your_email": "Posta elettronica"
|
||||||
|
}
|
||||||
5
public/locales/it/invoice-contact-details.json
Normal file
5
public/locales/it/invoice-contact-details.json
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"add_website": "Aggiungi un sito web",
|
||||||
|
"add_email": "Aggiungi un indirizzo di posta elettronica",
|
||||||
|
"add_phone": "Aggiungi un numero di telefono"
|
||||||
|
}
|
||||||
16
public/locales/it/invoice-controls.json
Normal file
16
public/locales/it/invoice-controls.json
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
{
|
||||||
|
"back": "Ritorna",
|
||||||
|
"book": "Libro",
|
||||||
|
"design_and_layout": "Stile e impaginazione",
|
||||||
|
"compact": "Compatto",
|
||||||
|
"comfortable": "Comodo",
|
||||||
|
"customize": "Adattabile",
|
||||||
|
"download_pdf": "Scarica file PDF",
|
||||||
|
"delete": "Rimuovi",
|
||||||
|
"delete_modal": {
|
||||||
|
"title": "Rimuovi fattura",
|
||||||
|
"ok_title": "Rimuovi",
|
||||||
|
"cancel_title": "Cancella"
|
||||||
|
},
|
||||||
|
"notification_deleted": "Rimosso"
|
||||||
|
}
|
||||||
3
public/locales/it/invoice-form.json
Normal file
3
public/locales/it/invoice-form.json
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"insert_note": "Inserisci nota"
|
||||||
|
}
|
||||||
10
public/locales/it/invoice-header.json
Normal file
10
public/locales/it/invoice-header.json
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"invoice_title": "Fattura",
|
||||||
|
"invoice_number": "Numero",
|
||||||
|
"issued_at": "Emassa il: ",
|
||||||
|
"due_at": "Da pagare entro:",
|
||||||
|
"late_fee": "Interessi da pagare:",
|
||||||
|
"add_late_fee": "Aggiungi interessi da pagare",
|
||||||
|
"modal_issued_at_title": "Fatturato il",
|
||||||
|
"modal_due_at_title": "Pagare il"
|
||||||
|
}
|
||||||
7
public/locales/it/invoice-row.json
Normal file
7
public/locales/it/invoice-row.json
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"enter_item": "Aggiungi Prodotto",
|
||||||
|
"enter_quantity": "Aggiunti Quantita'",
|
||||||
|
"enter_unit": "Aggiungi unita'",
|
||||||
|
"enter_price": "Aggiung prezzo unitario",
|
||||||
|
"enter_tax": "Aggiungi tassa"
|
||||||
|
}
|
||||||
7
public/locales/it/invoice-rows-header.json
Normal file
7
public/locales/it/invoice-rows-header.json
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"item": "Prodotto",
|
||||||
|
"quantity": "Quantita'",
|
||||||
|
"unit": "Unita'",
|
||||||
|
"price": "Prezzo",
|
||||||
|
"sum": "Somma"
|
||||||
|
}
|
||||||
5
public/locales/it/invoice-totals.json
Normal file
5
public/locales/it/invoice-totals.json
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"subtotal": "Importo parziale",
|
||||||
|
"total": "Importo totale",
|
||||||
|
"add_currency": "Aggiungi valuta"
|
||||||
|
}
|
||||||
7
public/locales/it/invoices-list.json
Normal file
7
public/locales/it/invoices-list.json
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"invoice_number": "Numero",
|
||||||
|
"client": "Cliente",
|
||||||
|
"issued_at": "Fatturato il: ",
|
||||||
|
"total": "Totale",
|
||||||
|
"status": "Stato"
|
||||||
|
}
|
||||||
6
public/locales/it/invoices.json
Normal file
6
public/locales/it/invoices.json
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
{
|
||||||
|
"title": "Fatture",
|
||||||
|
"new_invoice": "Nuova fattura",
|
||||||
|
"export": "Esporta",
|
||||||
|
"import": "Importa"
|
||||||
|
}
|
||||||
9
public/locales/it/statuses.json
Normal file
9
public/locales/it/statuses.json
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"statuses": {
|
||||||
|
"draft": "bozza",
|
||||||
|
"booked": "prenotata",
|
||||||
|
"sent": "mandata",
|
||||||
|
"paid": "pagata",
|
||||||
|
"cancelled": "cancellata"
|
||||||
|
}
|
||||||
|
}
|
||||||
10
public/locales/it/team-fields.json
Normal file
10
public/locales/it/team-fields.json
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"label": "Etichetta",
|
||||||
|
"field": "Campo",
|
||||||
|
"delete_modal": {
|
||||||
|
"title": "Cancella campo",
|
||||||
|
"ok_title": "Cancella",
|
||||||
|
"cancel_title": "Annulla"
|
||||||
|
},
|
||||||
|
"notification_delete": "Rimosso"
|
||||||
|
}
|
||||||
36
public/locales/it/team-form.json
Normal file
36
public/locales/it/team-form.json
Normal file
@ -0,0 +1,36 @@
|
|||||||
|
{
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
}
|
||||||
7
public/locales/it/team-logo.json
Normal file
7
public/locales/it/team-logo.json
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"modal_title": "Scegli logo",
|
||||||
|
"button_text": "Seleziona da file esterno",
|
||||||
|
"logo_url": "Inserisci immagine da risorsa web",
|
||||||
|
"logo_url_err": "Il logo deve avere dimensione inferiore a 512kb.",
|
||||||
|
"or": "o"
|
||||||
|
}
|
||||||
10
public/locales/it/team-taxes.json
Normal file
10
public/locales/it/team-taxes.json
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"label": "Etichetta",
|
||||||
|
"tax": "Tassa",
|
||||||
|
"delete_modal": {
|
||||||
|
"title": "Cancella tassa",
|
||||||
|
"ok_title": "Cancella",
|
||||||
|
"cancel_title": "Annulla"
|
||||||
|
},
|
||||||
|
"notification_deleted": "Rimosso"
|
||||||
|
}
|
||||||
9
public/locales/it/the-footer.json
Normal file
9
public/locales/it/the-footer.json
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"lights-on": "Tema chiaro",
|
||||||
|
"lights-off": "Tema scuro",
|
||||||
|
"title": "Tutti i tuoi dati sono salvati nel tuo browser e in nessun server esterno.\n Questo programma è interamente realizzato senza server, e solo tu hai accesso alle tue Fatture.",
|
||||||
|
"what_about_my_data": "Dove sono i miei dati? ",
|
||||||
|
"made_with": "Realizzato con",
|
||||||
|
"by": "da",
|
||||||
|
"upgrade": "Aggiorna"
|
||||||
|
}
|
||||||
@ -14,7 +14,7 @@ i18next
|
|||||||
|
|
||||||
const initialized = i18next.init({
|
const initialized = i18next.init({
|
||||||
fallbackLng: 'en',
|
fallbackLng: 'en',
|
||||||
whitelist: ['en', 'de', 'fr', 'et', 'fa', 'bn', 'es', 'pt_br'],
|
whitelist: ['en', 'de', 'fr', 'et', 'fa', 'bn', 'es', 'pt_br','it'],
|
||||||
backend: {
|
backend: {
|
||||||
loadPath: `${config.base_url || ''}/locales/{{lng}}/{{ns}}.json`,
|
loadPath: `${config.base_url || ''}/locales/{{lng}}/{{ns}}.json`,
|
||||||
},
|
},
|
||||||
|
|||||||
@ -7,12 +7,13 @@ export default {
|
|||||||
all: [
|
all: [
|
||||||
{ name: 'English', code: 'en' },
|
{ name: 'English', code: 'en' },
|
||||||
{ name: 'French', code: 'fr' },
|
{ name: 'French', code: 'fr' },
|
||||||
|
{ name: 'Italian', code: 'it' },
|
||||||
{ name: 'Estonian', code: 'et' },
|
{ name: 'Estonian', code: 'et' },
|
||||||
{ name: 'Persian', code: 'fa' },
|
{ name: 'Persian', code: 'fa' },
|
||||||
{ name: 'Spanish', code: 'es' },
|
{ name: 'Spanish', code: 'es' },
|
||||||
{ name: 'Bangla', code: 'bn' },
|
{ name: 'Bangla', code: 'bn' },
|
||||||
{ name: 'German', code: 'de' },
|
{ name: 'German', code: 'de' },
|
||||||
{ name: 'Português - BR', code: 'pt_br' },
|
{ name: 'Português - BR', code: 'pt_br' }
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
mutations: {
|
mutations: {
|
||||||
|
|||||||
Reference in New Issue
Block a user