Add translations

This commit is contained in:
Nicola Benaglia
2025-04-21 14:47:23 +02:00
parent 3917aef452
commit 01b76c9817
5 changed files with 99 additions and 41 deletions

View File

@@ -2,12 +2,23 @@
"account_many": "accounts",
"account_one": "account",
"advanced_users": "for advanced users",
"apikey": {
"alternative": "alternative: File select",
"change": "change APIkey",
"enter": "enter APIkey",
"import": "import APIkey",
"key": "API key",
"select_valid": "select a valid apikey"
},
"build_version": "build version",
"change_apikey": "change APIkey",
"choose_custom_node": "choose custom node",
"create_account": "create account",
"import_key": "import APIkey",
"use_local_node": "use local node",
"using_node": "using node",
"return_to_list": "return to list",
"node": {
"choose": "choose custom node",
"custom_many": "custom nodes",
"use_custom": "use custom node",
"use_local": "use local node",
"using": "using node"
},
"welcome": "welcome to"
}

View File

@@ -1,7 +1,11 @@
{
"add": "add",
"cancel": "cancel",
"choose": "choose",
"close": "close",
"description": "description",
"edit": "edit",
"error": "an error occurred",
"save": "save",
"title": "title"
}

View File

@@ -2,12 +2,23 @@
"account_many": "account",
"account_one": "account",
"advanced_users": "per utenti avanzati",
"apikey": {
"alternative": "alternativa: seleziona un file",
"change": "cambia la chiave API",
"enter": "inserisci la chiave API",
"import": "importa chiave API",
"key": "chiave API",
"select_valid": "selezione una chiave API valida"
},
"node": {
"choose": "scegli un nodo custom",
"custom_many": "nodi custom",
"use_custom": "use nodo custom",
"use_local": "usa nodo locale",
"using": "nodo in uso"
},
"build_version": "versione build",
"change_apikey": "cambia la chiave API",
"choose_custom_node": "scegli un nodo custom",
"create_account": "crea un account",
"import_key": "importa chiave API",
"use_local_node": "usa nodo locale",
"using_node": "nodo in uso",
"return_to_list": "ritorna alla lista",
"welcome": "benvenuto in"
}

View File

@@ -1,7 +1,11 @@
{
"add": "aggiungi",
"cancel": "cancella",
"choose": "scegli",
"close": "chiudi",
"description": "descrizione",
"edit": "modifica",
"error": "si è verificato un errore",
"save": "salva",
"title": "titolo"
}