mirror of
https://gitlab.com/veilid/veilidchat.git
synced 2025-10-10 12:18:38 -04:00
protoc and localization
This commit is contained in:
parent
dc59703f41
commit
41906366e6
21 changed files with 1717 additions and 1110 deletions
27
assets/i18n/en.json
Normal file
27
assets/i18n/en.json
Normal file
|
@ -0,0 +1,27 @@
|
|||
{
|
||||
"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."
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue