Refactor message

This commit is contained in:
Nicola Benaglia
2025-05-23 07:36:22 +02:00
parent b962d01fba
commit 45925b8879
3 changed files with 63 additions and 49 deletions

View File

@@ -183,6 +183,7 @@
"fetch_publish": "unable to fetch publish",
"file_too_large": "file {{ filename }} is too large. Max size allowed is {{ size }} MB.",
"generic": "an error occurred",
"initiate_download": "failed to initiate download",
"invalid_base64": "invalid base64 data",
"invalid_embed_link": "invalid embed link",
"invalid_image_embed_link_name": "invalid image embed link. Missing param.",

View File

@@ -7,6 +7,7 @@
"assets_used_pay": "asset used in payments: {{ asset }}",
"description": "description: {{ description }}",
"deploy_at": "would you like to deploy this AT?",
"download_file": "would you like to download:",
"message": {
"error": {
"add_to_list": "failed to add to list",
@@ -40,7 +41,6 @@
"timeout_request": "request timed out",
"update_foreign_fee": "failed to update foreign fee",
"upload_encryption": "upload failed due to failed encryption",
"user_declined_request": "user declined request",
"user_qortal_name": "user has no Qortal name"
},
"generic": {
@@ -50,7 +50,9 @@
"no_action_public_node": "this action cannot be done through a public node",
"provide_group_id": "please provide a groupId",
"user_declined_delete": "user declined delete hosted resources",
"user_declined_list": "user declined to get list of hosted resources"
"user_declined_join": "user declined to join group",
"user_declined_list": "user declined to get list of hosted resources",
"user_declined_request": "user declined request"
}
},
"name": "name: {{ name }}",