ufutx-pc-website/src/locales/en/i18nDemo.json

28 lines
635 B
JSON

{
"page": {
"title": "Internationalization Demo"
},
"demo": {
"date": {
"title": "Date Formatting",
"current": "Current Date"
},
"number": {
"title": "Number Formatting",
"price": "Product Price"
},
"plural": {
"title": "Pluralization",
"message": "{count, plural, zero {No messages} one {One message} other {# messages}}"
},
"nested": {
"title": "Nested Translation",
"content": "This is a nested translation example with {placeholder}."
},
"router": {
"title": "Router Links",
"home": "Home",
"about": "About"
}
}
}