CoastalCommitsPastes/server/node_modules/globalize/examples/app-npm-webpack/messages/zh.json

21 lines
760 B
JSON
Raw Normal View History

2022-03-06 19:46:59 -05:00
{
"zh": {
"intro-1": "使用Globalize的国际化应用程序",
"number-label": "号码",
"number-compact-label": "编号(紧凑形式)",
"currency-label": "币",
"date-label": "迄今",
"date-time-zone-label": "日期在特定的IANA时区例如America / Sao_Paulo",
"date-to-parts-label": "日期注意强烈的月份使用formatDateToParts添加标记",
"relative-time-label": "相对时间",
"unit-label": "单元",
"message-1": "使用混合数\"{number}\",货币\"{currency}\",日期\"{date}\",相对时间\"{relativeTime}\"和单元\"{unit}\"的消息的例子。",
"message-2": [
"与多元化支持消息的例子:",
"{count, plural,",
" other {你有#剩下的任务}",
"}."
]
}
}