mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-27 01:32:53 +02:00
- Move finance, mail, moodlit to apps-archived for later development - Rename games/voxel-lava to games/voxelava 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
133 lines
3 KiB
JSON
133 lines
3 KiB
JSON
{
|
|
"app": {
|
|
"name": "Finance",
|
|
"loading": "Caricamento..."
|
|
},
|
|
"nav": {
|
|
"dashboard": "Panoramica",
|
|
"accounts": "Conti",
|
|
"transactions": "Transazioni",
|
|
"budgets": "Budget",
|
|
"categories": "Categorie",
|
|
"reports": "Report",
|
|
"settings": "Impostazioni",
|
|
"feedback": "Feedback"
|
|
},
|
|
"auth": {
|
|
"login": "Accedi",
|
|
"register": "Registrati",
|
|
"logout": "Esci",
|
|
"forgotPassword": "Password dimenticata",
|
|
"email": "E-mail",
|
|
"password": "Password",
|
|
"confirmPassword": "Conferma password"
|
|
},
|
|
"dashboard": {
|
|
"title": "Panoramica finanziaria",
|
|
"totalBalance": "Saldo totale",
|
|
"income": "Entrate",
|
|
"expenses": "Spese",
|
|
"savings": "Risparmi",
|
|
"recentTransactions": "Transazioni recenti",
|
|
"budgetOverview": "Panoramica budget"
|
|
},
|
|
"accounts": {
|
|
"title": "Conti",
|
|
"add": "Aggiungi conto",
|
|
"edit": "Modifica conto",
|
|
"delete": "Elimina conto",
|
|
"name": "Nome conto",
|
|
"type": "Tipo conto",
|
|
"balance": "Saldo",
|
|
"currency": "Valuta",
|
|
"noAccounts": "Nessun conto",
|
|
"types": {
|
|
"checking": "Conto corrente",
|
|
"savings": "Conto risparmio",
|
|
"credit": "Carta di credito",
|
|
"cash": "Contanti",
|
|
"investment": "Investimento"
|
|
}
|
|
},
|
|
"transactions": {
|
|
"title": "Transazioni",
|
|
"add": "Aggiungi transazione",
|
|
"edit": "Modifica transazione",
|
|
"delete": "Elimina transazione",
|
|
"amount": "Importo",
|
|
"date": "Data",
|
|
"description": "Descrizione",
|
|
"category": "Categoria",
|
|
"account": "Conto",
|
|
"type": "Tipo",
|
|
"noTransactions": "Nessuna transazione",
|
|
"types": {
|
|
"income": "Entrata",
|
|
"expense": "Spesa",
|
|
"transfer": "Trasferimento"
|
|
}
|
|
},
|
|
"budgets": {
|
|
"title": "Budget",
|
|
"add": "Aggiungi budget",
|
|
"edit": "Modifica budget",
|
|
"delete": "Elimina budget",
|
|
"name": "Nome budget",
|
|
"amount": "Importo",
|
|
"spent": "Speso",
|
|
"remaining": "Rimanente",
|
|
"period": "Periodo",
|
|
"category": "Categoria",
|
|
"noBudgets": "Nessun budget",
|
|
"periods": {
|
|
"weekly": "Settimanale",
|
|
"monthly": "Mensile",
|
|
"yearly": "Annuale"
|
|
}
|
|
},
|
|
"categories": {
|
|
"title": "Categorie",
|
|
"add": "Aggiungi categoria",
|
|
"edit": "Modifica categoria",
|
|
"delete": "Elimina categoria",
|
|
"name": "Nome",
|
|
"icon": "Icona",
|
|
"color": "Colore",
|
|
"noCategories": "Nessuna categoria"
|
|
},
|
|
"reports": {
|
|
"title": "Report",
|
|
"incomeVsExpenses": "Entrate vs. Spese",
|
|
"categoryBreakdown": "Suddivisione per categoria",
|
|
"trends": "Tendenze",
|
|
"export": "Esporta"
|
|
},
|
|
"settings": {
|
|
"title": "Impostazioni",
|
|
"general": "Generale",
|
|
"appearance": "Aspetto",
|
|
"currency": "Valuta predefinita",
|
|
"language": "Lingua",
|
|
"theme": "Tema",
|
|
"darkMode": "Modalità scura",
|
|
"notifications": "Notifiche"
|
|
},
|
|
"common": {
|
|
"save": "Salva",
|
|
"cancel": "Annulla",
|
|
"delete": "Elimina",
|
|
"edit": "Modifica",
|
|
"add": "Aggiungi",
|
|
"confirm": "Conferma",
|
|
"yes": "Sì",
|
|
"no": "No",
|
|
"ok": "OK",
|
|
"loading": "Caricamento...",
|
|
"error": "Errore",
|
|
"success": "Successo",
|
|
"back": "Indietro",
|
|
"search": "Cerca",
|
|
"filter": "Filtra",
|
|
"sort": "Ordina"
|
|
}
|
|
}
|