From 2bbb1bbd8c494c1c6e7348701f2829c64308c72d Mon Sep 17 00:00:00 2001 From: Rafael Xavier de Souza Date: Wed, 26 Aug 2015 16:47:28 -0300 Subject: [PATCH] App Example: Include Chinese (zh) translation (via Google translation) Includes Simplified Chinese. Ref #481 --- examples/app-npm-webpack/messages/zh.json | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/examples/app-npm-webpack/messages/zh.json b/examples/app-npm-webpack/messages/zh.json index 5b7eb3085..e4fd43e53 100644 --- a/examples/app-npm-webpack/messages/zh.json +++ b/examples/app-npm-webpack/messages/zh.json @@ -1,16 +1,15 @@ { "zh": { - "intro-1": "Use Globalize to internationalize your application.", - "number-label": "Standalone Number", - "currency-label": "Standalone Currency", - "date-label": "Standalone Date", - "relative-time-label": "Standalone Relative Time", - "message-1": "An example of a message using mixed numbers \"{number}\", currencies \"{currency}\", dates \"{date}\", and relative time \"{relativeTime}\".", + "intro-1": "使用Globalize的国际化应用程序", + "number-label": "号码", + "currency-label": "币", + "date-label": "迄今", + "relative-time-label": "相对时间", + "message-1": "使用混合数的消息的示例\"{number}\",货币\"{currency}\",日期\"{date}\",和相对时间\"{relativeTime}\"。", "message-2": [ - "An example of a message with pluralization support:", + "与多元化支持消息的例子:", "{count, plural,", - " one {You have one remaining task}", - " other {You have # remaining tasks}", + " other {你有#剩下的任务}", "}." ] }