CoastalCommitsPastes/server/node_modules/globalize/examples/app-npm-webpack/messages/zh.json
2022-03-06 16:46:59 -08:00

20 lines
760 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"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 {你有#剩下的任务}",
"}."
]
}
}