veilidchat/assets/i18n/en.json
2023-08-04 01:00:38 -04:00

92 lines
3.5 KiB
JSON

{
"app": {
"title": "VeilidChat"
},
"app_bar": {
"settings_tooltip": "Settings"
},
"pager": {
"account": "Account",
"chats": "Chats",
"contacts": "Contacts"
},
"account": {
"form_name": "Name",
"form_title": "Title (optional)",
"form_lock_type": "Lock Type",
"lock_type_none": "none",
"lock_type_pin": "pin",
"lock_type_password": "password"
},
"new_account_page": {
"titlebar": "Create a new account",
"header": "Account Profile",
"create": "Create",
"instructions": "This information will be shared with the people you invite to connect with you on VeilidChat.",
"error": "Account creation error"
},
"button": {
"ok": "Ok",
"cancel": "Cancel"
},
"toast": {
"error": "Error",
"info": "Info"
},
"language": {
"name": {
"en": "English"
},
"change_language": "Change Language",
"selected_message": "Currently selected language is {language}",
"selection": {
"message": "Please select a language from the list",
"title": "Language Selection"
}
},
"account_page": {
"missing_account_title": "Missing Account",
"missing_account_text": "Account is missing, removing from list",
"invalid_account_title": "Invalid Account",
"invalid_account_text": "Account is invalid, removing from list"
},
"empty_contact_list": {
"invite_people": "Invite people to VeilidChat"
},
"accounts_menu": {
"invite_contact": "Invite Contact",
"send_invite": "Send Invite",
"receive_invite": "Receive Invite"
},
"send_invite_dialog": {
"connect_with_me": "Connect with me on VeilidChat!",
"enter_message_hint": "enter message for contact (optional)",
"message_to_contact": "Message to send with invitation (not encrypted)",
"generate": "Generate Invite",
"message": "Message",
"unlocked": "Unlocked",
"numeric_pin": "Numeric PIN",
"password": "Password",
"protect_this_invitation": "Protect this invitation:",
"note": "Note:",
"note_text": "Contact invitations can be used by anyone. Make sure you send the invitation to your contact over a secure medium, and preferably use a password or pin to ensure that they are the only ones who can unlock the invitation and accept it.",
"pin_description": "Choose a PIN to protect the contact invite.\n\nThis level of security is appropriate only for casual connections in public environments for 'shoulder surfing' protection.",
"password_description": "Choose a strong password to protect the contact invite.\n\nThis level of security is appropriate when you must be sure the contact invitation is only accepted by its intended recipient. Share this password over a different medium than the invite itself.",
"pin_does_not_match": "PIN does not match",
"contact_invitation": "Contact Invitation",
"failed_to_generate": "Failed to generate contact invitation",
"copy_invitation": "Copy Invitation",
"invitation_copied": "Invitation Copied"
},
"enter_pin_dialog": {
"enter_pin": "Enter PIN",
"reenter_pin": "Re-Enter PIN To Confirm"
},
"contact_list": {
"search": "Search contacts",
"invitation": "Invitation"
},
"themes": {
"vapor": "Vapor"
}
}