mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-02-04 17:25:18 -05:00
46 lines
1.3 KiB
JSON
46 lines
1.3 KiB
JSON
{
|
|
"app": {
|
|
"title": "VeilidChat"
|
|
},
|
|
"app_bar": {
|
|
"settings_tooltip": "Settings"
|
|
},
|
|
"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",
|
|
"change_language": "Change Language"
|
|
},
|
|
"language": {
|
|
"name": {
|
|
"en": "English"
|
|
},
|
|
"selected_message": "Currently selected language is {language}",
|
|
"selection": {
|
|
"message": "Please select a language from the list",
|
|
"title": "Language Selection"
|
|
}
|
|
},
|
|
"plural": {
|
|
"demo": {
|
|
"zero": "Please start pushing the 'plus' button.",
|
|
"one": "You have pushed the button one time.",
|
|
"two": "You have pushed the button two times.",
|
|
"other": "You have pushed the button {{value}} times."
|
|
}
|
|
}
|
|
} |