Translate app

This commit is contained in:
Nicola Benaglia 2025-05-17 01:35:33 +02:00
parent 0940f29e3d
commit 0a2bf196e4
3 changed files with 300 additions and 104 deletions

File diff suppressed because it is too large Load Diff

View File

@ -12,11 +12,14 @@
},
"authenticate": "authenticate",
"create_account": "create account",
"create_qortal_account": "create your Qortal account by clicking <next>NEXT</next> below.",
"choose_password": "choose new password",
"download_account": "download account",
"export_seedphrase": "export Seedphrase",
"publish_admin_secret_key": "publish admin secret key",
"publish_group_secret_key": "publish group secret key",
"return_to_list": "return to list"
"return_to_list": "return to list",
"setup_qortal_account": "set up your Qortal account"
},
"advanced_users": "for advanced users",
"apikey": {
@ -37,13 +40,16 @@
"unable_reencrypt_secret_key": "unable to re-encrypt secret key"
},
"generic": {
"congrats_setup": "congrats, youre all set up!",
"no_account": "no accounts saved",
"no_minimum_length": "there is no minimum length requirement",
"no_secret_key_published": "no secret key published yet",
"fetching_admin_secret_key": "fetching Admins secret key",
"fetching_group_secret_key": "fetching Group secret key publishes",
"last_encryption_date": "last encryption date: {{ date }} by {{ name }}",
"keep_secure": "keep your account file secure",
"publishing_key": "reminder: After publishing the key, it will take a couple of minutes for it to appear. Please just wait.",
"seedphrase_notice": "a <seed>SEEDPHRASE</seed> has been randomly generated in the background.",
"type_seed": "type or paste in your seed-phrase",
"your_accounts": "your saved accounts"
},
@ -63,6 +69,7 @@
"password": "password",
"password_confirmation": "confirm password",
"seed": "seed phrase",
"seed_your": "your seedphrase",
"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.",
@ -70,7 +77,10 @@
"key_encrypt_admin": "this key is to encrypt ADMIN related content. Only admins would see content encrypted with it.",
"key_encrypt_group": "this key is to encrypt GROUP related content. This is the only one used in this UI as of now. All group members will be able to see content encrypted with this key.",
"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.",
"new_users": "new users start here!"
"new_users": "new users start here!",
"safe_place": "save your account in a place where you will remember it!",
"view_seedphrase": "if you wish to VIEW THE SEEDPHRASE, click the word 'SEEDPHRASE' in this text. Seedphrases are used to generate the private key for your Qortal account. For security by default, seedphrases are NOT displayed unless specifically chosen.",
"wallet_secure": "keep your wallet file secure."
},
"wallet": {
"password_confirmation": "confirm wallet password",

View File

@ -29,6 +29,7 @@
"edit": "edit",
"enter_name": "enter a name",
"export": "export",
"get_qort": "get QORT at Q-Trade",
"import": "import",
"invite": "invite",
"join": "join",
@ -59,6 +60,7 @@
"select_category": "select Category",
"select_name_app": "select Name/App",
"start_minting": "start minting",
"transfer_qort": "Transfer QORT",
"unpin": "unpin",
"unpin_app": "unpin app",
"unpin_from_dashboard": "unpin from dashboard",
@ -97,6 +99,7 @@
"payment": "payment fee",
"publish": "publish fee"
},
"for": "for",
"general_settings": "general settings",
"identifier": "identifier",
"last_height": "last height",
@ -138,7 +141,11 @@
"unable_rate": "unable to rate"
},
"generic": {
"buy_order_request": "the Application <br/><italic>{{hostname}}</italic> <br/><span>is requesting {{count}} buy order</span>",
"buy_order_request_other": "the Application <br/><italic>{{hostname}}</italic> <br/><span>is requesting {{count}} buy orders</span>",
"devmode_local_node": "please use your local node for dev mode! Logout and use Local node.",
"fee_qort": "fee: {{ message }} QORT",
"foreign_fee": "foreign fee: {{ message }}",
"name_available": "{{ name }} is available",
"name_benefits": "benefits of a name",
"name_checking": "checking if name already exists",
@ -148,6 +155,7 @@
"name_registration": "your balance is {{ balance }} QORT. A name registration requires a {{ fee }} QORT fee",
"name_unavailable": "{{ name }} is unavailable",
"no_description": "no description",
"no_minting_details": "cannot view minting details on the gateway",
"no_notifications": "no new notifications",
"no_pinned_changes": "you currently do not have any changes to your pinned apps",
"no_results": "no results",
@ -155,6 +163,7 @@
"overwrite_qdn": "overwrite to QDN",
"password_confirm": "please confirm a password",
"password_enter": "please enter a password",
"payment_request": "the Application <br/><italic>{{hostname}}</italic> <br/><span>is requesting a payment</span>",
"publish_data": "publish data to Qortal: anything from apps to videos. Fully decentralized!",
"publishing": "publishing... Please wait.",
"qdn": "use QDN saving",
@ -240,6 +249,8 @@
"user_lookup": "user lookup",
"zip": "zip",
"wallet": {
"litecoin": "litecoin wallet",
"qortal": "qortal wallet",
"wallet": "wallet",
"wallet_other": "wallets"
},