Add translations to app

This commit is contained in:
Nicola Benaglia
2025-04-24 20:32:00 +02:00
parent 6b1e15a58d
commit 02ac187675
4 changed files with 64 additions and 30 deletions

View File

@@ -1,15 +1,20 @@
{
"action": {
"add": "add",
"accept": "accept",
"cancel": "cancel",
"change": "change",
"choose": "choose",
"close": "close",
"continue": "continue",
"continue_logout": "continue to logout",
"decline": "decline",
"edit": "edit",
"export": "export",
"import": "import",
"logout": "logout"
"logout": "logout",
"refetch_page": "refetch page",
"return_to_thread": "return to threads"
},
"core": {
"block_height": "block height",
@@ -18,25 +23,23 @@
"version": "core version"
},
"description": "description",
"fee": {
"payment": "payment fee",
"publish": "publish fee"
},
"page": {
"last": "last",
"first": "first",
"previous": "previous"
},
"downloading_qdn": "downloading from QDN",
"edit": "edit",
"export": "export",
"import": "import",
"last_height": "last height",
"loading": "loading...",
"loading_posts": "loading posts... please wait.",
"logout": "logout",
"minting_status": "minting status",
"next": "next",
"payment_notification": "payment notification",
"price": "price",
"refetch_page": "refetch page",
"return_to_thread": "return to Threads",
"q_mail": "q-mail",
"result": {
"error": {
@@ -51,9 +54,14 @@
"synchronizing": "synchronizing"
},
"success": {
"publish_qdn": "successfully published to QDN"
"group_creation": "successfully created group. It may take a couple of minutes for the changes to propagate",
"publish_qdn": "successfully published to QDN",
"request_read": "I have read this request"
}
},
"question": {
"perform_create_group": "would you like to perform an CREATE_GROUP transaction?"
},
"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?",