Add translations

This commit is contained in:
Nicola Benaglia
2025-05-10 11:22:15 +02:00
parent f1d62fe11b
commit 5f602442e4
8 changed files with 104 additions and 69 deletions

View File

@@ -5,6 +5,7 @@
"backup_account": "backup account",
"backup_wallet": "backup wallet",
"cancel": "cancel",
"cancel_invitation": "cancel invitation",
"change": "change",
"change_language": "change language",
"choose": "choose",
@@ -48,8 +49,11 @@
"publish": "publish fee"
},
"general_settings": "general settings",
"invite_list": "invite list",
"last_height": "last height",
"list": {
"invite": "invite list",
"join_request": "join request list"
},
"loading": "loading...",
"loading_posts": "loading posts... please wait.",
"message_us": "please message us on Telegram or Discord if you need 4 QORT to start chatting without any limitations",

View File

@@ -31,6 +31,7 @@
"type": "group type"
},
"invitation_expiry": "invitation Expiry Time",
"invitees_list": "invitees list",
"join_requests": "join requests",
"question": {
"perform_transaction": "would you like to perform a {{action}} transaction?",
@@ -72,10 +73,13 @@
"group_join_label": "joined group {{name}}: success!",
"group_join_request": "requested to join Group {{group_name}}: awaiting confirmation",
"group_join_outcome": "requested to join Group {{group_name}}: success!",
"invitation_cancellation": "successfully canceled invitation. It may take a couple of minutes for the changes to propagate",
"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",
"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"
"unbanned_user": "successfully unbanned user. It may take a couple of minutes for the changes to propagate",
"user_joined": "user successfully joined!"
}
}
}