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"
}