Translate newThread

This commit is contained in:
Nicola Benaglia
2025-05-10 10:42:33 +02:00
parent 815a8f7ae3
commit f1d62fe11b
4 changed files with 86 additions and 52 deletions

View File

@@ -11,6 +11,7 @@
"close": "close",
"continue": "continue",
"continue_logout": "continue to logout",
"create_thread": "create thread",
"decline": "decline",
"decrypt": "decrypt",
"edit": "edit",
@@ -19,7 +20,13 @@
"invite": "invite",
"join": "join",
"logout": "logout",
"notify": "notify"
"new": {
"post": "new post",
"thread": "new thread"
},
"notify": "notify",
"post": "post",
"post_message": "post message"
},
"core": {
"block_height": "block height",
@@ -50,6 +57,7 @@
"error": {
"generic": "an error occurred",
"incorrect_password": "incorrect password",
"missing_field": "missing: {{ field }}",
"save_qdn": "unable to save to QDN"
},
"status": {
@@ -66,7 +74,6 @@
}
},
"minting_status": "minting status",
"new_user": "are you a new user?",
"page": {
"last": "last",
"first": "first",
@@ -76,6 +83,9 @@
"payment_notification": "payment notification",
"price": "price",
"q_mail": "q-mail",
"question": {
"new_user": "are you a new user?"
},
"save_options": {
"no_pinned_changes": "you currently do not have any changes to your pinned apps",
"overwrite_changes": "the app was unable to download your existing QDN-saved pinned apps. Would you like to overwrite those changes?",

View File

@@ -48,6 +48,7 @@
"not_part_group": "you are not part of the encrypted group of members. Wait until an admin re-encrypts the keys.",
"only_encrypted": "only unencrypted messages will be displayed.",
"private_key_copied": "private key copied",
"provide_message": "please provide a first message to the thread",
"secure_place": "keep your private key in a secure place. Do not share!",
"setting_group": "setting up group... please wait."
},
@@ -56,8 +57,10 @@
"descrypt_wallet": "error decrypting wallet {{ :errorMessage }}",
"description_required": "please provide a description",
"group_info": "cannot access group information",
"group_secret_key": "cannot get group secret key",
"name_required": "please provide a name",
"notify_admins": "try notifying an admin from the list of admins below:"
"notify_admins": "try notifying an admin from the list of admins below:",
"thread_id": "unable to locate thread Id"
},
"success": {
"group_creation": "successfully created group. It may take a couple of minutes for the changes to propagate",
@@ -70,6 +73,8 @@
"group_join_request": "requested to join Group {{group_name}}: awaiting confirmation",
"group_join_outcome": "requested to join Group {{group_name}}: success!",
"loading_threads": "loading threads... please wait.",
"post_creation": "successfully created post. It may take some time for the publish to propagate",
"thread_creation": "successfully created thread. It may take some time for the publish to propagate",
"unbanned_user": "successfully unbanned user. It may take a couple of minutes for the changes to propagate"
}
}