mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-07-23 04:36:52 +00:00
Add translations
This commit is contained in:
@@ -101,7 +101,8 @@
|
||||
"use_custom": "use custom node",
|
||||
"use_local": "use local node",
|
||||
"using": "using node",
|
||||
"using_public": "using public node"
|
||||
"using_public": "using public node",
|
||||
"using_public_gateway": "using public node: {{ gateway }}"
|
||||
},
|
||||
"note": "note",
|
||||
"password": "password",
|
||||
|
@@ -184,6 +184,7 @@
|
||||
"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_amount": "invalid amount",
|
||||
"invalid_base64": "invalid base64 data",
|
||||
"invalid_embed_link": "invalid embed link",
|
||||
"invalid_image_embed_link_name": "invalid image embed link. Missing param.",
|
||||
|
@@ -21,15 +21,18 @@
|
||||
"encryption_failed": "encryption failed",
|
||||
"encryption_requires_public_key": "encrypting data requires public keys",
|
||||
"fetch_balance": "unable to fetch balance",
|
||||
"fetch_balance_token": "failed to fetch {{ token }} Balance. Try again!",
|
||||
"fetch_generic": "unable to fetch",
|
||||
"fetch_group": "failed to fetch the group",
|
||||
"fetch_list": "failed to fetch the list",
|
||||
"fetch_poll": "failed to fetch poll",
|
||||
"fetch_recipient_public_key": "failed to fetch recipient's public key",
|
||||
"insufficient_balance_qort": "your QORT balance is insufficient",
|
||||
"insufficient_balance": "your asset balance is insufficient",
|
||||
"insufficient_funds": "insufficient funds",
|
||||
"invalid_receiver": "invalid receiver address or name",
|
||||
"missing_fields": "missing fields: {{ fields }}",
|
||||
"name_already_for_sale": "this name is already for sale",
|
||||
"name_not_for_sale": "this name is not for sale",
|
||||
"no_api_found": "no usable API found",
|
||||
"no_data_encrypted_resource": "no data in the encrypted resource",
|
||||
@@ -47,6 +50,7 @@
|
||||
"send": "failed to send",
|
||||
"submit_sell_order": "failed to submit sell order",
|
||||
"timeout_request": "request timed out",
|
||||
"get_foreign_fee": "error in get foreign fee",
|
||||
"update_foreign_fee": "failed to update foreign fee",
|
||||
"upload_encryption": "upload failed due to failed encryption",
|
||||
"user_qortal_name": "user has no Qortal name"
|
||||
@@ -64,7 +68,8 @@
|
||||
"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",
|
||||
"user_declined_share_list": "user declined to share list"
|
||||
"user_declined_share_list": "user declined to share list",
|
||||
"user_declined_send_message": "user declined to send message"
|
||||
}
|
||||
},
|
||||
"name": "name: {{ name }}",
|
||||
@@ -73,6 +78,8 @@
|
||||
"permission_access_list": "do you give this application permission to access the list",
|
||||
"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_buy_order": "do you give this application permission to perform a buy order?",
|
||||
"permission_fetch_balance": "do you give this application permission to fetch your {{ coin }} balance",
|
||||
"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?",
|
||||
"permission_pay_publish": "do you give this application permission to make the following payments and publishes?",
|
||||
|
Reference in New Issue
Block a user