Remove unable_ as prefix

This commit is contained in:
Nicola Benaglia
2025-05-22 20:03:36 +02:00
parent a6d77d8615
commit cc3002a085
2 changed files with 59 additions and 28 deletions

View File

@@ -9,25 +9,29 @@
"deploy_at": "would you like to deploy this AT?",
"message": {
"error": {
"create_sell_order": "failed to Create Sell Order. Try again!",
"add_to_list": "failed to add to list",
"cancel_sell_order": "failed to Cancel Sell Order. Try again!",
"create_sell_order": "failed to Create Sell Order. Try again!",
"create_tradebot": "unable to create tradebot",
"decrypt": "unable to decrypt",
"encrypt": "unable to encrypt",
"fetch_balance": "unable to fetch balance",
"fetch_group": "failed to fetch the group",
"fetch_list": "failed to fetch the list",
"insufficient_balance": "your asset balance is insufficient",
"fetch_poll": "failed to fetch poll",
"insufficient_balance_qort": "your QORT balance is insufficient",
"insufficient_balance": "your asset balance is insufficient",
"missing_fields": "missing fields: {{ fields }}",
"no_data_encrypted_resource": "no data in the encrypted resource",
"no_group_found": "group not found",
"no_group_key": "no group key found",
"no_poll": "poll not found",
"perform_request": "failed to perform request",
"process_transaction": "unable to process transaction",
"retrieve_file": "failed to retrieve file",
"submit_sell_order": "failed to submit sell order",
"timeout_request": "request timed out",
"unable_create_tradebot": "unable to create tradebot",
"unable_decrypt": "unable to decrypt",
"unable_encrypt": "unable to encrypt",
"unable_process_transaction": "unable to process transaction",
"update_foreign_fee": "failed to update foreign fee",
"user_declined_request": "user declined request"
},
"generic": {
@@ -43,6 +47,7 @@
"name": "name: {{ name }}",
"option": "option: {{ option }}",
"options": "options: {{ optionList }}",
"permission_all_item_list": "do you give this application permission to add the following to the list {{ name }}:",
"permission_authenticate": "do you give this application permission to authenticate?",
"permission_list_hosted_data": "do you give this application permission to get a list of your hosted data?",
"permission_delete_hosts_resources": "do you give this application permission to delete {{ size }} hosted resources?",