mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-07-23 04:36:52 +00:00
Translation for chat pages
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
"action": {
|
||||
"add": "add",
|
||||
"add_custom_framework": "add custom framework",
|
||||
"add_reaction": "add reaction",
|
||||
"accept": "accept",
|
||||
"access": "access",
|
||||
"backup_account": "backup account",
|
||||
@@ -9,10 +10,12 @@
|
||||
"cancel": "cancel",
|
||||
"cancel_invitation": "cancel invitation",
|
||||
"change": "change",
|
||||
"change_avatar": "change avatar",
|
||||
"change_file": "change file",
|
||||
"change_language": "change language",
|
||||
"choose": "choose",
|
||||
"choose_file": "choose file",
|
||||
"choose_image": "choose image",
|
||||
"close": "close",
|
||||
"close_chat": "close Direct Chat",
|
||||
"continue": "continue",
|
||||
@@ -25,6 +28,7 @@
|
||||
"choose_name": "choose a name",
|
||||
"decline": "decline",
|
||||
"decrypt": "decrypt",
|
||||
"disable_enter": "disable enter",
|
||||
"download": "download",
|
||||
"edit": "edit",
|
||||
"enter_name": "enter a name",
|
||||
@@ -54,6 +58,7 @@
|
||||
"publish_comment": "publish comment",
|
||||
"register_name": "register name",
|
||||
"remove": "remove",
|
||||
"remove_reaction": "remove reaction",
|
||||
"return_apps_dashboard": "return to Apps Dashboard",
|
||||
"save": "save",
|
||||
"search": "search",
|
||||
@@ -61,7 +66,9 @@
|
||||
"select_app_type": "select App Type",
|
||||
"select_category": "select Category",
|
||||
"select_name_app": "select Name/App",
|
||||
"set_avatar": "set avatar",
|
||||
"start_minting": "start minting",
|
||||
"start_typing": "start typing here...",
|
||||
"transfer_qort": "Transfer QORT",
|
||||
"unpin": "unpin",
|
||||
"unpin_app": "unpin app",
|
||||
@@ -113,6 +120,7 @@
|
||||
"member": "member list"
|
||||
},
|
||||
"loading": {
|
||||
"announcements": "announcements",
|
||||
"generic": "loading...",
|
||||
"chat": "loading chat... please wait.",
|
||||
"comments": "loading comments... please wait.",
|
||||
@@ -139,15 +147,20 @@
|
||||
"publish_app": "unable to publish app",
|
||||
"rating_option": "cannot find rating option",
|
||||
"save_qdn": "unable to save to QDN",
|
||||
"send_failed": "failed to send",
|
||||
"unable_encrypt_app": "unable to encrypt app. App not published'",
|
||||
"unable_publish_app": "unable to publish app",
|
||||
"unable_publish_image": "unable to publish image",
|
||||
"unable_rate": "unable to rate"
|
||||
"unable_rate": "unable to rate",
|
||||
"update_failed": "failed to update"
|
||||
},
|
||||
"generic": {
|
||||
"avatar_size": "{{ size }} KB max. for GIFS",
|
||||
"buy_order_request": "the Application <br/><italic>{{hostname}}</italic> <br/><span>is requesting {{count}} buy order</span>",
|
||||
"buy_order_request_other": "the Application <br/><italic>{{hostname}}</italic> <br/><span>is requesting {{count}} buy orders</span>",
|
||||
"devmode_local_node": "please use your local node for dev mode! Logout and use Local node.",
|
||||
"edited": "edited",
|
||||
"editing_message": "editing message",
|
||||
"fee_qort": "fee: {{ message }} QORT",
|
||||
"foreign_fee": "foreign fee: {{ message }}",
|
||||
"mentioned": "mentioned",
|
||||
@@ -170,11 +183,13 @@
|
||||
"password_confirm": "please confirm a password",
|
||||
"password_enter": "please enter a password",
|
||||
"payment_request": "the Application <br/><italic>{{hostname}}</italic> <br/><span>is requesting a payment</span>",
|
||||
"people_reaction": "people who reacted with {{ reaction }}",
|
||||
"publish_data": "publish data to Qortal: anything from apps to videos. Fully decentralized!",
|
||||
"publishing": "publishing... Please wait.",
|
||||
"qdn": "use QDN saving",
|
||||
"rating": "rating for {{ service }} {{ name }}",
|
||||
"register_name": "you need a registered Qortal name to save your pinned apps to QDN.",
|
||||
"replied_to": "replied to {{ person }}",
|
||||
"revert_default": "revert to default",
|
||||
"revert_qdn": "revert to QDN",
|
||||
"save_qdn": "save to QDN",
|
||||
@@ -182,9 +197,12 @@
|
||||
"select_file": "please select a file",
|
||||
"select_image": "please select an image for a logo",
|
||||
"select_zip": "select .zip file containing static content:",
|
||||
"sending": "sending...",
|
||||
"settings": "you are using the export/import way of saving settings.",
|
||||
"space_for_admins": "sorry, this space is only for Admins.",
|
||||
"unsaved_changes": "you have unsaved changes to your pinned apps. Save them to QDN."
|
||||
"unread_messages": "unread messages below",
|
||||
"unsaved_changes": "you have unsaved changes to your pinned apps. Save them to QDN.",
|
||||
"updating": "updating"
|
||||
},
|
||||
"question": {
|
||||
"logout": "are you sure you would like to logout?",
|
||||
@@ -229,6 +247,7 @@
|
||||
"perform_transaction": "would you like to perform a {{action}} transaction?",
|
||||
"provide_thread": "please provide a thread title",
|
||||
"publish_app": "would you like to publish this app?",
|
||||
"publish_avatar": "would you like to publish an avatar?",
|
||||
"publish_qdn": "would you like to publish your settings to QDN (encrypted)?",
|
||||
"overwrite_changes": "the app was unable to download your existing QDN-saved pinned apps. Would you like to overwrite those changes?",
|
||||
"rate_app": "would you like to rate this app a rating of {{ rate }}?. It will create a POLL tx.",
|
||||
|
@@ -18,6 +18,8 @@
|
||||
"make_admin": "make an admin",
|
||||
"manage_members": "manage members",
|
||||
"promote_group": "promote your group to non-members",
|
||||
"publish_announcement": "publish announcement",
|
||||
"publish_avatar": "publish avatar",
|
||||
"refetch_page": "refetch page",
|
||||
"remove_admin": "remove as admin",
|
||||
"remove_minting_account": "remove minting account",
|
||||
@@ -57,11 +59,14 @@
|
||||
"latest_mails": "latest Q-Mails",
|
||||
"message": {
|
||||
"generic": {
|
||||
"avatar_publish_fee": "publishing an Avatar requires {{ fee }}",
|
||||
"avatar_registered_name": "a registered name is required to set an avatar",
|
||||
"admin_only": "only groups where you are an admin will be shown",
|
||||
"already_in_group": "you are already in this group!",
|
||||
"closed_group": "this is a closed/private group, so you will need to wait until an admin accepts your request",
|
||||
"descrypt_wallet": "decrypting wallet...",
|
||||
"encryption_key": "the group's first common encryption key is in the process of creation. Please wait a few minutes for it to be retrieved by the network. Checking every 2 minutes...",
|
||||
"group_announcement": "group Announcements",
|
||||
"group_invited_you": "{{group}} has invited you",
|
||||
"group_key_created": "first group key created.",
|
||||
"group_member_list_changed": "the group member list has changed. Please re-encrypt the secret key.",
|
||||
@@ -82,6 +87,7 @@
|
||||
"node_minting": "This node is minting:",
|
||||
"node_minting_account": "node's minting accounts",
|
||||
"node_minting_key": "you currently have a minting key for this account attached to this node",
|
||||
"no_announcement": "no announcements",
|
||||
"no_display": "nothing to display",
|
||||
"no_selection": "no group selected",
|
||||
"not_part_group": "you are not part of the encrypted group of members. Wait until an admin re-encrypts the keys.",
|
||||
|
Reference in New Issue
Block a user