mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-07-22 20:26:50 +00:00
Add i18n files and set first translations
This commit is contained in:
@@ -2,9 +2,12 @@
|
||||
"account_many": "accounts",
|
||||
"account_one": "account",
|
||||
"advanced_users": "for advanced users",
|
||||
"build_version": "build version",
|
||||
"change_apikey": "change APIkey",
|
||||
"choose_custom_node": "choose custom node",
|
||||
"create_account": "create account",
|
||||
"welcome": "Welcome to",
|
||||
"import_key": "import APIkey",
|
||||
"use_local_node": "use local node",
|
||||
"change_apikey": "change API key",
|
||||
"choose_custom_node": "choose custom node"
|
||||
"using_node": "using node",
|
||||
"welcome": "welcome to"
|
||||
}
|
||||
|
@@ -1,9 +1,7 @@
|
||||
{
|
||||
"add": {
|
||||
"task": "Add task"
|
||||
},
|
||||
"cancel": "Cancel",
|
||||
"description": "Description" ,
|
||||
"save": "Save",
|
||||
"title": "Title"
|
||||
"cancel": "cancel",
|
||||
"choose": "choose",
|
||||
"description": "description",
|
||||
"save": "save",
|
||||
"title": "title"
|
||||
}
|
||||
|
@@ -1,10 +1,13 @@
|
||||
{
|
||||
"account_many": "account",
|
||||
"account_one": "account",
|
||||
"advanced_users": "Per utenti avanzati",
|
||||
"change_apikey": "Cambia la chiave API",
|
||||
"choose_custom_node": "Scegli un nodo custom",
|
||||
"advanced_users": "per utenti avanzati",
|
||||
"build_version": "versione build",
|
||||
"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"
|
||||
"import_key": "importa chiave API",
|
||||
"use_local_node": "usa nodo locale",
|
||||
"using_node": "nodo in uso",
|
||||
"welcome": "benvenuto in"
|
||||
}
|
||||
|
@@ -1,9 +1,7 @@
|
||||
{
|
||||
"add": {
|
||||
"task": "Aggiungi compito"
|
||||
},
|
||||
"cancel": "Cancella",
|
||||
"description": "Descrizione" ,
|
||||
"save": "Salva",
|
||||
"title": "Titolo"
|
||||
"cancel": "cancella",
|
||||
"choose": "scegli",
|
||||
"description": "descrizione",
|
||||
"save": "salva",
|
||||
"title": "titolo"
|
||||
}
|
||||
|
Reference in New Issue
Block a user