Translate wallet

This commit is contained in:
Nicola Benaglia
2025-05-12 08:30:31 +02:00
parent 8b22e65646
commit 2abb9d1c46
3 changed files with 71 additions and 20 deletions

View File

@@ -6,9 +6,13 @@
"selected": "selected account"
},
"action": {
"add_seed_phrase": "add seed-phrase",
"add": {
"account": "add account",
"seed_phrase": "add seed-phrase"
},
"authenticate": "authenticate",
"create_account": "create account",
"choose_password": "choose new password",
"download_account": "download account",
"return_to_list": "return to list"
},
@@ -29,9 +33,11 @@
"generic": {
"no_account": "No accounts saved",
"keep_secure": "keep your account file secure",
"type_seed": "type or paste in your seed-phrase",
"your_accounts": "your saved accounts"
}
},
"name": "name",
"node": {
"choose": "choose custom node",
"custom_many": "custom nodes",
@@ -40,9 +46,12 @@
"using": "using node",
"using_public": "using public node"
},
"note": "note",
"password": "password",
"password_confirmation": "confirm password",
"seed": "seed phrase",
"tips": {
"additional_wallet": "use this option to connect additional Qortal wallets you've already made, in order to login with them afterwards. You will need access to your backup JSON file in order to do so.",
"digital_id": "your wallet is like your digital ID on Qortal, and is how you will login to the Qortal User Interface. It holds your public address and the Qortal name you will eventually choose. Every transaction you make is linked to your ID, and this is where you manage all your QORT and other tradeable cryptocurrencies on Qortal.",
"existing_account": "already have a Qortal account? Enter your secret backup phrase here to access it. This phrase is one of the ways to recover your account.",
"new_account": "creating an account means creating a new wallet and digital ID to start using Qortal. Once you have made your account, you can start doing things like obtaining some QORT, buying a name and avatar, publishing videos and blogs, and much more.",

View File

@@ -20,6 +20,7 @@
"import": "import",
"invite": "invite",
"join": "join",
"login": "login",
"logout": "logout",
"new": {
"post": "new post",
@@ -28,7 +29,9 @@
"notify": "notify",
"post": "post",
"post_message": "post message",
"publish": "publish"
"publish": "publish",
"remove": "remove",
"save": "save"
},
"admin": "admin",
"core": {