Add translations

This commit is contained in:
Nicola Benaglia
2025-05-22 21:24:40 +02:00
parent e383e30505
commit 1550e91811
3 changed files with 95 additions and 18 deletions

View File

@@ -53,16 +53,20 @@
"account_creation": "could not create account.",
"address_not_existing": "address does not exist on blockchain",
"block_user": "unable to block user",
"create_simmetric_key": "cannot create symmetric key",
"decrypt_data": "could not decrypt data",
"decrypt": "unable to decrypt",
"encrypt_content": "cannot encrypt content",
"fetch_user_account": "unable to fetch user account",
"field_not_found_json": "{{ field }} not found in JSON",
"find_secret_key": "cannot find correct secretKey",
"incorrect_password": "incorrect password",
"invalid_qortal_link": "invalid qortal link",
"invalid_secret_key": "secretKey is not valid",
"invalid_uint8": "the Uint8ArrayData you've submitted is invalid",
"name_not_existing": "name does not exist",
"name_not_registered": "name not registered",
"read_blob_base64": "failed to read the Blob as a base64-encoded string",
"reencrypt_secret_key": "unable to re-encrypt secret key",
"set_apikey": "failed to set API key:"
},

View File

@@ -14,7 +14,9 @@
"create_sell_order": "failed to Create Sell Order. Try again!",
"create_tradebot": "unable to create tradebot",
"decrypt": "unable to decrypt",
"decryption_failed": "decryption failed",
"encrypt": "unable to encrypt",
"encryption_failed": "encryption failed",
"encryption_requires_public_key": "encrypting data requires public keys",
"fetch_balance": "unable to fetch balance",
"fetch_group": "failed to fetch the group",
@@ -33,6 +35,7 @@
"perform_request": "failed to perform request",
"process_transaction": "unable to process transaction",
"retrieve_file": "failed to retrieve file",
"retrieve_keys": "unable to retrieve keys",
"submit_sell_order": "failed to submit sell order",
"timeout_request": "request timed out",
"update_foreign_fee": "failed to update foreign fee",