Remove unable_ from core error

This commit is contained in:
Nicola Benaglia
2025-05-23 07:30:12 +02:00
parent f73ec1fb3c
commit b962d01fba
9 changed files with 35 additions and 25 deletions

View File

@@ -174,12 +174,19 @@
"error": {
"address_not_found": "your address was not found",
"app_need_name": "your app needs a name",
"build_app": "unable to build private app",
"decrypt_app": "unable to decrypt private app'",
"download_image": "unable to download IMAGE. Please try again later by clicking the refresh button",
"download_private_app": "unable to download private app",
"encrypt_app": "unable to encrypt app. App not published'",
"fetch_app": "unable to fetch app",
"fetch_publish": "unable to fetch publish",
"file_too_large": "file {{ filename }} is too large. Max size allowed is {{ size }} MB.",
"generic": "an error occurred",
"invalid_base64": "invalid base64 data",
"invalid_embed_link": "invalid embed link",
"invalid_poll_embed_link_name": "invalid poll embed link. Missing name.",
"invalid_image_embed_link_name": "invalid image embed link. Missing param.",
"invalid_poll_embed_link_name": "invalid poll embed link. Missing name.",
"invalid_signature": "invalid signature",
"invalid_theme_format": "invalid theme format",
"invalid_zip": "invalid zip",
@@ -193,21 +200,13 @@
"password_not_matching": "password fields do not match!",
"password_wrong": "unable to authenticate. Wrong password",
"publish_app": "unable to publish app",
"publish_image": "unable to publish image",
"rate": "unable to rate",
"rating_option": "cannot find rating option",
"save_qdn": "unable to save to QDN",
"send_failed": "failed to send",
"unable_build_app": "unable to build private app",
"unable_download_image": "unable to download IMAGE. Please try again later by clicking the refresh button",
"unable_download_private_app": "unable to download private app",
"unable_decrypt_app": "unable to decrypt private app'",
"unable_encrypt_app": "unable to encrypt app. App not published'",
"unable_fetch_app": "unable to fetch app",
"unable_fetch_publish": "unable to fetch publish",
"unable_publish_app": "unable to publish app",
"unable_publish_image": "unable to publish image",
"unable_rate": "unable to rate",
"unable_vote": "unable to vote",
"update_failed": "failed to update"
"update_failed": "failed to update",
"vote": "unable to vote"
},
"generic": {
"already_voted": "you've already voted.",

View File

@@ -112,6 +112,7 @@
"descrypt_wallet": "error decrypting wallet {{ :errorMessage }}",
"description_required": "please provide a description",
"group_info": "cannot access group information",
"group_join": "failed to join the group",
"group_promotion": "error publishing the promotion. Please try again",
"group_secret_key": "cannot get group secret key",
"name_required": "please provide a name",