55 lines
1.6 KiB
JSON
Raw Normal View History

2023-07-07 19:33:28 -04:00
{
2023-07-23 23:13:21 -04:00
"app": {
2023-07-07 19:33:28 -04:00
"title": "VeilidChat"
},
2023-07-23 23:13:21 -04:00
"app_bar": {
"settings_tooltip": "Settings"
},
2023-07-28 20:36:05 -04:00
"pager": {
"account": "Account",
"chats": "Chats",
"contacts": "Contacts"
},
2023-07-25 01:04:34 -04:00
"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"
},
2023-07-23 23:13:21 -04:00
"new_account_page": {
2023-07-24 09:31:51 -04:00
"titlebar": "Create a new account",
2023-07-23 23:13:21 -04:00
"header": "Account Profile",
"create": "Create",
2023-07-25 01:04:34 -04:00
"instructions": "This information will be shared with the people you invite to connect with you on VeilidChat.",
"error": "Account creation error"
2023-07-23 23:13:21 -04:00
},
2023-07-07 19:33:28 -04:00
"button": {
2023-07-25 01:04:34 -04:00
"ok": "Ok",
2023-07-28 20:36:05 -04:00
"cancel": "Cancel"
2023-07-07 19:33:28 -04:00
},
"language": {
"name": {
"en": "English"
},
2023-07-28 20:36:05 -04:00
"change_language": "Change Language",
2023-07-07 19:33:28 -04:00
"selected_message": "Currently selected language is {language}",
"selection": {
"message": "Please select a language from the list",
"title": "Language Selection"
}
},
2023-07-28 20:36:05 -04:00
"account_page": {
"missing_account_title": "Missing Account",
"missing_account_text": "Account is missing, removing from list",
"invalid_account_title": "Missing Account",
"invalid_account_text": "Account is missing, removing from list"
},
2023-07-29 10:55:35 -04:00
"empty_contact_list": {
"invite_people": "Invite people to VeilidChat"
},
2023-07-28 20:36:05 -04:00
"themes": {
"vapor": "Vapor"
2023-07-07 19:33:28 -04:00
}
}