veilidchat/assets/i18n/en.json
Christien Rioux 8907ce04ac work
2023-07-23 23:13:21 -04:00

41 lines
1.2 KiB
JSON

{
"app": {
"title": "VeilidChat"
},
"app_bar": {
"settings_tooltip": "Settings"
},
"new_account_page": {
"title": "Create a new account",
"header": "Account Profile",
"import": "Import an existing account"
},
"new_account_form": {
"name": "Name",
"title": "Title (optional)",
"create": "Create",
"instructions": "This information will be shared with the people you invite to connect with you on VeilidChat."
},
"button": {
"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."
}
}
}