mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-06-14 03:51:23 +00:00
Translate app
This commit is contained in:
parent
0940f29e3d
commit
0a2bf196e4
379
src/App.tsx
379
src/App.tsx
File diff suppressed because it is too large
Load Diff
@ -12,11 +12,14 @@
|
|||||||
},
|
},
|
||||||
"authenticate": "authenticate",
|
"authenticate": "authenticate",
|
||||||
"create_account": "create account",
|
"create_account": "create account",
|
||||||
|
"create_qortal_account": "create your Qortal account by clicking <next>NEXT</next> below.",
|
||||||
"choose_password": "choose new password",
|
"choose_password": "choose new password",
|
||||||
"download_account": "download account",
|
"download_account": "download account",
|
||||||
|
"export_seedphrase": "export Seedphrase",
|
||||||
"publish_admin_secret_key": "publish admin secret key",
|
"publish_admin_secret_key": "publish admin secret key",
|
||||||
"publish_group_secret_key": "publish group 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",
|
"advanced_users": "for advanced users",
|
||||||
"apikey": {
|
"apikey": {
|
||||||
@ -37,13 +40,16 @@
|
|||||||
"unable_reencrypt_secret_key": "unable to re-encrypt secret key"
|
"unable_reencrypt_secret_key": "unable to re-encrypt secret key"
|
||||||
},
|
},
|
||||||
"generic": {
|
"generic": {
|
||||||
|
"congrats_setup": "congrats, you’re all set up!",
|
||||||
"no_account": "no accounts saved",
|
"no_account": "no accounts saved",
|
||||||
|
"no_minimum_length": "there is no minimum length requirement",
|
||||||
"no_secret_key_published": "no secret key published yet",
|
"no_secret_key_published": "no secret key published yet",
|
||||||
"fetching_admin_secret_key": "fetching Admins secret key",
|
"fetching_admin_secret_key": "fetching Admins secret key",
|
||||||
"fetching_group_secret_key": "fetching Group secret key publishes",
|
"fetching_group_secret_key": "fetching Group secret key publishes",
|
||||||
"last_encryption_date": "last encryption date: {{ date }} by {{ name }}",
|
"last_encryption_date": "last encryption date: {{ date }} by {{ name }}",
|
||||||
"keep_secure": "keep your account file secure",
|
"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.",
|
"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",
|
"type_seed": "type or paste in your seed-phrase",
|
||||||
"your_accounts": "your saved accounts"
|
"your_accounts": "your saved accounts"
|
||||||
},
|
},
|
||||||
@ -63,6 +69,7 @@
|
|||||||
"password": "password",
|
"password": "password",
|
||||||
"password_confirmation": "confirm password",
|
"password_confirmation": "confirm password",
|
||||||
"seed": "seed phrase",
|
"seed": "seed phrase",
|
||||||
|
"seed_your": "your seedphrase",
|
||||||
"tips": {
|
"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.",
|
"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.",
|
"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_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.",
|
"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_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": {
|
"wallet": {
|
||||||
"password_confirmation": "confirm wallet password",
|
"password_confirmation": "confirm wallet password",
|
||||||
|
@ -29,6 +29,7 @@
|
|||||||
"edit": "edit",
|
"edit": "edit",
|
||||||
"enter_name": "enter a name",
|
"enter_name": "enter a name",
|
||||||
"export": "export",
|
"export": "export",
|
||||||
|
"get_qort": "get QORT at Q-Trade",
|
||||||
"import": "import",
|
"import": "import",
|
||||||
"invite": "invite",
|
"invite": "invite",
|
||||||
"join": "join",
|
"join": "join",
|
||||||
@ -59,6 +60,7 @@
|
|||||||
"select_category": "select Category",
|
"select_category": "select Category",
|
||||||
"select_name_app": "select Name/App",
|
"select_name_app": "select Name/App",
|
||||||
"start_minting": "start minting",
|
"start_minting": "start minting",
|
||||||
|
"transfer_qort": "Transfer QORT",
|
||||||
"unpin": "unpin",
|
"unpin": "unpin",
|
||||||
"unpin_app": "unpin app",
|
"unpin_app": "unpin app",
|
||||||
"unpin_from_dashboard": "unpin from dashboard",
|
"unpin_from_dashboard": "unpin from dashboard",
|
||||||
@ -97,6 +99,7 @@
|
|||||||
"payment": "payment fee",
|
"payment": "payment fee",
|
||||||
"publish": "publish fee"
|
"publish": "publish fee"
|
||||||
},
|
},
|
||||||
|
"for": "for",
|
||||||
"general_settings": "general settings",
|
"general_settings": "general settings",
|
||||||
"identifier": "identifier",
|
"identifier": "identifier",
|
||||||
"last_height": "last height",
|
"last_height": "last height",
|
||||||
@ -138,7 +141,11 @@
|
|||||||
"unable_rate": "unable to rate"
|
"unable_rate": "unable to rate"
|
||||||
},
|
},
|
||||||
"generic": {
|
"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.",
|
"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_available": "{{ name }} is available",
|
||||||
"name_benefits": "benefits of a name",
|
"name_benefits": "benefits of a name",
|
||||||
"name_checking": "checking if name already exists",
|
"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_registration": "your balance is {{ balance }} QORT. A name registration requires a {{ fee }} QORT fee",
|
||||||
"name_unavailable": "{{ name }} is unavailable",
|
"name_unavailable": "{{ name }} is unavailable",
|
||||||
"no_description": "no description",
|
"no_description": "no description",
|
||||||
|
"no_minting_details": "cannot view minting details on the gateway",
|
||||||
"no_notifications": "no new notifications",
|
"no_notifications": "no new notifications",
|
||||||
"no_pinned_changes": "you currently do not have any changes to your pinned apps",
|
"no_pinned_changes": "you currently do not have any changes to your pinned apps",
|
||||||
"no_results": "no results",
|
"no_results": "no results",
|
||||||
@ -155,6 +163,7 @@
|
|||||||
"overwrite_qdn": "overwrite to QDN",
|
"overwrite_qdn": "overwrite to QDN",
|
||||||
"password_confirm": "please confirm a password",
|
"password_confirm": "please confirm a password",
|
||||||
"password_enter": "please enter 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!",
|
"publish_data": "publish data to Qortal: anything from apps to videos. Fully decentralized!",
|
||||||
"publishing": "publishing... Please wait.",
|
"publishing": "publishing... Please wait.",
|
||||||
"qdn": "use QDN saving",
|
"qdn": "use QDN saving",
|
||||||
@ -240,6 +249,8 @@
|
|||||||
"user_lookup": "user lookup",
|
"user_lookup": "user lookup",
|
||||||
"zip": "zip",
|
"zip": "zip",
|
||||||
"wallet": {
|
"wallet": {
|
||||||
|
"litecoin": "litecoin wallet",
|
||||||
|
"qortal": "qortal wallet",
|
||||||
"wallet": "wallet",
|
"wallet": "wallet",
|
||||||
"wallet_other": "wallets"
|
"wallet_other": "wallets"
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user