Translate register_name page

This commit is contained in:
Nicola Benaglia
2025-05-15 08:55:57 +02:00
parent d3ac43ab81
commit 2907587626
3 changed files with 99 additions and 20 deletions

View File

@@ -13,9 +13,11 @@
"continue": "continue",
"continue_logout": "continue to logout",
"create_thread": "create thread",
"choose_name": "choose a name",
"decline": "decline",
"decrypt": "decrypt",
"edit": "edit",
"enter_name": "enter a name",
"export": "export",
"import": "import",
"invite": "invite",
@@ -30,6 +32,7 @@
"post": "post",
"post_message": "post message",
"publish": "publish",
"register_name": "register name",
"remove": "remove",
"save": "save",
"start_minting": "start minting"
@@ -67,6 +70,7 @@
"message_us": "please message us on Telegram or Discord if you need 4 QORT to start chatting without any limitations",
"message": {
"error": {
"address_not_found": "your address was not found",
"generic": "an error occurred",
"incorrect_password": "incorrect password",
"minting_account_add": "unable to add minting account",
@@ -74,6 +78,15 @@
"missing_field": "missing: {{ field }}",
"save_qdn": "unable to save to QDN"
},
"generic": {
"name_available": "{{ name }} is available",
"name_benefits": "benefits of a name",
"name_checking": "checking if name already exists",
"name_registration": "your balance is {{ balance }} QORT. A name registration requires a {{ fee }} QORT fee",
"name_unavailable": "{{ name }} is unavailable",
"publish_data": "publish data to Qortal: anything from apps to videos. Fully decentralized!",
"secure_ownership": "secure ownership of data published by your name. You can even sell your name, along with your data to a third party."
},
"question": {
"new_user": "are you a new user?"
},

View File

@@ -118,6 +118,9 @@
"invitation_request": "accepted join request: awaiting confirmation",
"loading_threads": "loading threads... please wait.",
"post_creation": "successfully created post. It may take some time for the publish to propagate",
"registered_name": "successfully registered. It may take a couple of minutes for the changes to propagate",
"registered_name_label": "registered name: awaiting confirmation. This may take a couple minutes.",
"registered_name_success": "registered name: success!",
"rewardshare_add": "add rewardshare: awaiting confirmation",
"rewardshare_add_label": "add rewardshare: success!",
"rewardshare_creation": "confirming creation of rewardshare on chain. Please be patient, this could take up to 90 seconds.",
@@ -131,7 +134,8 @@
},
"question": {
"perform_transaction": "would you like to perform a {{action}} transaction?",
"provide_thread": "please provide a thread title"
"provide_thread": "please provide a thread title",
"register_name": "would you like to register this name?"
},
"thread_posts": "new thread posts"
}