Translate group page

This commit is contained in:
Nicola Benaglia
2025-04-26 16:23:34 +02:00
parent 9ec1762481
commit 30ab1bada4
10 changed files with 63 additions and 41 deletions

View File

@@ -16,7 +16,8 @@
"export": "export",
"import": "import",
"join": "join",
"logout": "logout"
"logout": "logout",
"notify": "notify"
},
"core": {
"block_height": "block height",
@@ -49,7 +50,7 @@
"payment_notification": "payment notification",
"price": "price",
"q_mail": "q-mail",
"result": {
"message": {
"error": {
"generic": "an error occurred",
"incorrect_password": "incorrect password",

View File

@@ -26,12 +26,20 @@
"join_group": "would you like to perform an JOIN_GROUP transaction?",
"provide_thread": "please provide a thread title"
},
"result": {
"message": {
"generic": {
"encryption_key": "the group's first common encryption key is in the process of creation. Please wait a few minutes for it to be retrieved by the network. Checking every 2 minutes...",
"no_selection": "no group selected",
"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.",
"setting_group": "setting up group... please wait."
},
"error": {
"access_name": "cannot send a message without a access to your name",
"description_required": "please provide a description",
"group_info": "cannot access group information",
"name_required": "please provide a name"
"name_required": "please provide a name",
"notify_admins": "try notifying an admin from the list of admins below:"
},
"success": {
"group_creation": "successfully created group. It may take a couple of minutes for the changes to propagate",