Refactor keys

This commit is contained in:
Nicola Benaglia
2025-05-22 18:56:54 +02:00
parent efcddeafe9
commit 7fa2c05f97
2 changed files with 52 additions and 25 deletions

View File

@@ -1,18 +1,22 @@
{
"always_authenticate": "always authenticate automatically",
"always_retrieve_balance": "always allow balance to be retrieved automatically",
"always_retrieve_list": "always allow lists to be retrieved automatically",
"authenticate": "do you give this application permission to authenticate?",
"description": "description: {{ description }}",
"deploy_at": "would you like to deploy this AT?",
"message": {
"error": {
"failed_cancel_sell_order": "failed to Cancel Sell Order. Try again!",
"failed_fetch_group": "failed to fetch group",
"failed_perform_request": "failed to perform request",
"failed_retrieve_file": "failed to retrieve file",
"cancel_sell_order": "failed to Cancel Sell Order. Try again!",
"fetch_balance": "unable to fetch balance",
"fetch_group": "failed to fetch the group",
"fetch_list": "failed to fetch the list",
"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",
"perform_request": "failed to perform request",
"retrieve_file": "failed to retrieve file",
"timeout_request": "request timed out",
"unable_create_tradebot": "unable to create tradebot",
"unable_decrypt": "unable to decrypt",