mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2024-10-01 06:55:46 -04:00
27 lines
747 B
JSON
27 lines
747 B
JSON
{
|
|
"app_bar": {
|
|
"title": "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."
|
|
}
|
|
}
|
|
} |