Add i18n and some languages

This commit is contained in:
Nicola Benaglia
2025-04-21 12:14:51 +02:00
parent 655c990917
commit d2a82519ad
10 changed files with 113 additions and 9 deletions

View File

@@ -0,0 +1,10 @@
{
"account_many": "account",
"account_one": "account",
"advanced_users": "Per utenti avanzati",
"change_apikey": "Cambia la chiave API",
"choose_custom_node": "Scegli un nodo custom",
"create_account": "crea un account",
"use_local_node": "Usa nodo locale",
"welcome": "Benvenuto in"
}

View File

@@ -0,0 +1,9 @@
{
"add": {
"task": "Aggiungi compito"
},
"cancel": "Cancella",
"description": "Descrizione" ,
"save": "Salva",
"title": "Titolo"
}