mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-07-23 04:36:52 +00:00
Add chat translations
This commit is contained in:
@@ -14,6 +14,8 @@
|
||||
"create_account": "create account",
|
||||
"choose_password": "choose new password",
|
||||
"download_account": "download account",
|
||||
"publish_admin_secret_key": "publish admin secret key",
|
||||
"publish_group_secret_key": "publish group secret key",
|
||||
"return_to_list": "return to list"
|
||||
},
|
||||
"advanced_users": "for advanced users",
|
||||
@@ -28,13 +30,24 @@
|
||||
"build_version": "build version",
|
||||
"message": {
|
||||
"error": {
|
||||
"account_creation": "could not create account."
|
||||
"account_creation": "could not create account.",
|
||||
"incorrect_password": "incorrect password",
|
||||
"invalid_secret_key": "secretKey is not valid",
|
||||
"unable_reencrypt_secret_key": "unable to re-encrypt secret key"
|
||||
},
|
||||
"generic": {
|
||||
"no_account": "No accounts saved",
|
||||
"no_account": "no accounts saved",
|
||||
"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.",
|
||||
"type_seed": "type or paste in your seed-phrase",
|
||||
"your_accounts": "your saved accounts"
|
||||
},
|
||||
"success": {
|
||||
"reencrypted_secret_key": "successfully re-encrypted secret key. It may take a couple of minutes for the changes to propagate. Refresh the group in 5 mins."
|
||||
}
|
||||
},
|
||||
"node": {
|
||||
@@ -53,6 +66,8 @@
|
||||
"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.",
|
||||
"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!"
|
||||
},
|
||||
|
@@ -112,12 +112,12 @@
|
||||
"app_need_name": "your app needs a name",
|
||||
"file_too_large": "file {{ filename }} is too large. Max size allowed is {{ size }} MB.",
|
||||
"generic": "an error occurred",
|
||||
"incorrect_password": "incorrect password",
|
||||
"invalid_zip": "invalid zip",
|
||||
"minting_account_add": "unable to add minting account",
|
||||
"minting_account_remove": "unable to remove minting account",
|
||||
"missing_fields": "missing: {{ fields }}",
|
||||
"navigation_timeout": "navigation timeout",
|
||||
"network_generic": "network error",
|
||||
"publish_app": "unable to publish app",
|
||||
"rating_option": "cannot find rating option",
|
||||
"save_qdn": "unable to save to QDN",
|
||||
@@ -145,7 +145,8 @@
|
||||
"secure_ownership": "secure ownership of data published by your name. You can even sell your name, along with your data to a third party.",
|
||||
"select_file": "please select a file",
|
||||
"select_image": "please select an image for a logo",
|
||||
"select_zip": "select .zip file containing static content:"
|
||||
"select_zip": "select .zip file containing static content:",
|
||||
"space_for_admins": "sorry, this space is only for Admins."
|
||||
},
|
||||
"question": {
|
||||
"new_user": "are you a new user?"
|
||||
|
@@ -33,6 +33,7 @@
|
||||
"maximum": "maximum Block delay for Group Transaction Approvals"
|
||||
},
|
||||
"group": {
|
||||
"avatar": "group avatar",
|
||||
"closed": "closed (private) - users need permission to join",
|
||||
"description": "description of group",
|
||||
"id": "group id",
|
||||
|
Reference in New Issue
Block a user