-
-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathit.json
137 lines (137 loc) · 4.43 KB
/
it.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
{
"navigation": {
"tools": {
"tools": "Strumenti",
"changePassword": {
"change": "Cambia password",
"current": "Password corrente",
"new": "Nuova password",
"invalid": "Password non valida.",
"unknownError": "Qualcosa è andato storto, riprova più tardi."
},
"copyPaste": {
"copy": "Copia i dati da {year}",
"paste": "Incolla i dati da {from} in {to}",
"confirm": "Sei sicuro di voler copiare i dati da {from} dentro {to}?"
},
"demo": {
"loadDemoData": "Carica dati Demo"
},
"deleteYear": {
"delete": "Elimina {year}",
"confirm": "Sei sicuro di volerli eliminare {year}?"
},
"export": {
"export": "Esporta come file json"
},
"import": {
"import": "Importa da file json",
"what": {
"google": "Google-Sheets annual budget file",
"ocular": "Un file precedentemente esportato",
"title": "Cosa vorresti importare?"
},
"ocular": {
"pickFile": "Seleziona il tuo file .json da importare",
"import": "Importa i dati ocular"
},
"google": {
"import": "Importa i dati da google",
"pickFile": "Seleziona il tuo file .csv da importare",
"expenses": "Spese.csv",
"income": "Entrate.csv"
}
},
"privacyMode": {
"disable": "Passare alla modalità pubblica",
"enable": "Passare alla modalità privacy"
}
},
"info": {
"about": "Informazioni su Ocular",
"github": "Dai un'occhiata a questo progetto su {link}, considera una {donation} per mantenerlo in vita!",
"madeWithLove": "Realizzato con ❤️ da Simon",
"meta": "{version} / {date} / {sha}",
"donation": "donazione"
},
"theme": {
"change": "Cambiare il tema"
},
"year": {
"change": "Passare a un anno diverso"
},
"auth": {
"welcomeBack": "Ben tornato!",
"signIn": "Accedi",
"username": "Username",
"password": "Password",
"loginFailed": "Accesso fallito, username e/o password errati."
},
"admin": {
"settings": "Impostazioni dell'amministratore",
"createUser": "Crea utente",
"username": "Username",
"password": "Password",
"admin": "Admin",
"conflict": "Esiste già un utente con questo nome.",
"error": "Qualcosa è andato storto, riprova più tardi.",
"deleteUserConfirmation": "Sei sicuro di voler eliminare questo utente?",
"manageUsers": "Gestisci utenti",
"noUsersFound": "Nessun utente trovato..."
},
"settings": {
"settings": "Impostazioni",
"language": "Lingua",
"currency": "Valuta"
}
},
"shared": {
"addGroup": "Aggiungi Gruppo",
"append": "Sposta “{from}” verso “{to}”",
"average": "Media",
"move": "Sposta “{from}”",
"moveInto": "Sposta “{from}” in “{to}”",
"prepend": "Move “{from}” prima di “{to}”",
"fillRow": "Completa la riga",
"fillRowToRight": "Completa a destra",
"total": "Totale",
"totals": "Totali",
"placeholder": "Iniziate a compilare le schede delle entrate e delle uscite! :)"
},
"page": {
"income": {
"title": "Entrate",
"incomeFor": "Reddito per {year}"
},
"expenses": {
"title": "Spese",
"expensesFor": "Spese del {year}"
},
"dashboard": {
"title": "Dashboard",
"tables": "Tabelle",
"income": "Entrate",
"incomeTrend": "Tendenza del reddito",
"allTime": "Panoramica generale",
"allTimeFromTo": "Panoramica generale da {from} a {to}",
"expenses": "Spese",
"expensesTrend": "Tendenza delle Spese",
"endingBalance": "Saldo finale",
"budgetFor": "Budget annuale del {year}",
"remainingBalance": "Saldo residuo fino al {anno}",
"netSavings": "Risparmio Netto",
"yearInThePast": "Anno passato",
"yearInTheFuture": "Anno prossimo",
"yearEnding": "Quest'anno finirà ...",
"yoyIncomeGrowth": "YoY Crescita del reddito",
"yoyExpenseGrowth": "YoY Crescita delle Spese",
"allTimeIncome": "Reddito Totale",
"allTimeExpenses": "Spese Totali",
"allTimeSavings": "Risparmio Totale",
"downloadAsPNG": "Download come PNG",
"downloadAsSVG": "Download come SVG",
"jumpToIncome": "Vai al reddito per {year}",
"jumpToExpenses": "Vai alle spese per {year}"
}
}
}