mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-05-28 20:36:57 +00:00
77 lines
3.7 KiB
JSON
77 lines
3.7 KiB
JSON
{
|
|
"action": {
|
|
"cancel_ban": "cancel ban",
|
|
"copy_private_key": "copy private key",
|
|
"create_group": "create group",
|
|
"disable_push_notifications": "disable all push notifications",
|
|
"enable_dev_mode": "enable dev mode",
|
|
"export_password": "export password",
|
|
"export_private_key": "export private key",
|
|
"find_group": "find group",
|
|
"join_group": "join group",
|
|
"invite_member": "invite member",
|
|
"refetch_page": "refetch page",
|
|
"return_to_thread": "return to threads"
|
|
},
|
|
"advanced_options": "advanced options",
|
|
"approval_threshold": "group Approval Threshold (number / percentage of Admins that must approve a transaction)",
|
|
"ban_list": "ban list",
|
|
"block_delay": {
|
|
"minimum": "minimum Block delay for Group Transaction Approvals",
|
|
"maximum": "maximum Block delay for Group Transaction Approvals"
|
|
},
|
|
"group": {
|
|
"closed": "closed (private) - users need permission to join",
|
|
"description": "description of group",
|
|
"invites": "group invites",
|
|
"management": "group management",
|
|
"member_number": "number of members",
|
|
"name": "group name",
|
|
"open": "open (public)",
|
|
"type": "group type"
|
|
},
|
|
"invitation_expiry": "invitation Expiry Time",
|
|
"join_requests": "join requests",
|
|
"question": {
|
|
"perform_transaction": "would you like to perform a {{action}} transaction?",
|
|
"provide_thread": "please provide a thread title"
|
|
},
|
|
"message": {
|
|
"generic": {
|
|
"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_invited_you": "{{group}} has invited you",
|
|
"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.",
|
|
"only_encrypted": "only unencrypted messages will be displayed.",
|
|
"private_key_copied": "private key copied",
|
|
"secure_place": "keep your private key in a secure place. Do not share!",
|
|
"setting_group": "setting up group... please wait."
|
|
},
|
|
"error": {
|
|
"access_name": "cannot send a message without a access to your name",
|
|
"descrypt_wallet": "error decrypting wallet {{ :errorMessage }}",
|
|
"description_required": "please provide a description",
|
|
"group_info": "cannot access group information",
|
|
"name_required": "please provide a name",
|
|
"notify_admins": "try notifying an admin from the list of admins below:"
|
|
},
|
|
"success": {
|
|
"group_creation": "successfully created group. It may take a couple of minutes for the changes to propagate",
|
|
"group_creation_name": "created group {{group_name}}: awaiting confirmation",
|
|
"group_creation_label": "created group {{name}}: success!",
|
|
"group_invite": "successfully invited {{value}}. It may take a couple of minutes for the changes to propagate",
|
|
"group_join": "successfully requested to join group. It may take a couple of minutes for the changes to propagate",
|
|
"group_join_name": "joined group {{group_name}}: awaiting confirmation",
|
|
"group_join_label": "joined group {{name}}: success!",
|
|
"group_join_request": "requested to join Group {{group_name}}: awaiting confirmation",
|
|
"group_join_outcome": "requested to join Group {{group_name}}: success!",
|
|
"loading_threads": "loading threads... please wait.",
|
|
"unbanned_user": "successfully unbanned user. It may take a couple of minutes for the changes to propagate"
|
|
}
|
|
}
|
|
}
|