Add translations

This commit is contained in:
Nicola Benaglia
2025-04-23 19:59:42 +02:00
parent b3a4d4c5d6
commit 5fc2174861
6 changed files with 50 additions and 29 deletions

View File

@@ -1,6 +1,9 @@
{
"account_many": "accounts",
"account_one": "account",
"account": {
"your": "your account",
"account_many": "accounts",
"account_one": "account"
},
"advanced_users": "for advanced users",
"apikey": {
"alternative": "alternative: File select",
@@ -14,7 +17,7 @@
"build_version": "build version",
"create_account": "create account",
"download_account": "download account",
"keep_secure": "Keep your account file secure",
"keep_secure": "keep your account file secure",
"node": {
"choose": "choose custom node",
"custom_many": "custom nodes",
@@ -26,7 +29,9 @@
"password": "password",
"password_confirmation": "confirm password",
"return_to_list": "return to list",
"wallet_password_confirmation": "confirm wallet password",
"wallet_password": "wallet password",
"wallet": {
"password_confirmation": "confirm wallet password",
"password": "wallet password"
},
"welcome": "welcome to"
}

View File

@@ -1,13 +1,17 @@
{
"add": "add",
"backup_wallet": "backup wallet",
"cancel": "cancel",
"choose": "choose",
"close": "close",
"continue": "continue",
"core": {
"block_height": "block height",
"information": "core information",
"peers": "connected peers",
"version": "core version"
},
"description": "description",
"edit": "edit",
"last_height": "last height",
"loading": "loading...",
"logout": "logout",
@@ -18,14 +22,21 @@
"result": {
"error": {
"generic": "an error occurred",
"save_qdn": "Unable to save to QDN"
"incorrect_password": "incorrect password",
"save_qdn": "unable to save to QDN"
},
"status": {
"minting": "(minting)",
"not_minting": "(not minting)",
"synchronized": "synchronized",
"synchronizing": "synchronizing"
},
"success": {
"publish_qdn": "Sucessfully published to QDN"
"publish_qdn": "successfully published to QDN"
}
},
"save_options": {
"publish_qdn": "Would you like to publish your settings to QDN (encrypted)?",
"publish_qdn": "would you like to publish your settings to QDN (encrypted)?",
"save": "save"
},
"settings": "settings",
@@ -36,9 +47,11 @@
},
"title": "title",
"tutorial": "tutorial",
"your_account": "your account",
"user_lookup": "user lookup",
"wallet": "wallet",
"wallet_other": "wallets",
"wallet": {
"backup_wallet": "backup wallet",
"wallet": "wallet",
"wallet_other": "wallets"
},
"welcome": "welcome"
}