forked from dengzhifeng/ufutx-pc-website
28 lines
635 B
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"
|
|
}
|
|
}
|
|
} |