Requires

Provides

Date.Chinese.js

Date messages for Chinese (simplified and traditional).

License:
MIT-style license
Authors:
YMind Chan

Simplified Chinese

  1. 25
  2. 26
  3. 27
  4. 28
Locale.define('zh-CHS', 'Date', { months: ['一月', '二月', '三月', '四月', '五月', '六月', '七月', '八月', '九月', '十月', '十一月', '十二月'], days: ['星期日', '星期一', '星期二', '星期三', '星期四', '星期五', '星期六'],

Culture’s date order: YYYY-MM-DD

  1. 31
  2. 32
  3. 33
  4. 34
  5. 35
dateOrder: ['year', 'month', 'date'], shortDate: '%Y-%m-%d', shortTime: '%I:%M%p', AM: 'AM', PM: 'PM',

Date.Extras

  1. 38
  2. 39
  3. 40
  4. 41
  5. 42
  6. 43
  7. 44
  8. 45
  9. 46
  10. 47
  11. 48
  12. 49
  13. 50
  14. 51
  15. 52
  16. 53
  17. 54
  18. 55
  19. 56
  20. 57
  21. 58
  22. 59
  23. 60
  24. 61
  25. 62
  26. 63
  27. 64
  28. 65
  29. 66
  30. 67
  31. 68
ordinal: '', lessThanMinuteAgo: '不到1分钟前', minuteAgo: '大约1分钟前', minutesAgo: '{delta}分钟之前', hourAgo: '大约1小时前', hoursAgo: '大约{delta}小时前', dayAgo: '1天前', daysAgo: '{delta}天前', weekAgo: '1星期前', weeksAgo: '{delta}星期前', monthAgo: '1个月前', monthsAgo: '{delta}个月前', yearAgo: '1年前', yearsAgo: '{delta}年前', lessThanMinuteUntil: '从现在开始不到1分钟', minuteUntil: '从现在开始約1分钟', minutesUntil: '从现在开始约{delta}分钟', hourUntil: '从现在开始1小时', hoursUntil: '从现在开始约{delta}小时', dayUntil: '从现在开始1天', daysUntil: '从现在开始{delta}天', weekUntil: '从现在开始1星期', weeksUntil: '从现在开始{delta}星期', monthUntil: '从现在开始一个月', monthsUntil: '从现在开始{delta}个月', yearUntil: '从现在开始1年', yearsUntil: '从现在开始{delta}年' });

Traditional Chinese

  1. 71
  2. 72
  3. 73
  4. 74
Locale.define('zh-CHT', 'Date', { months: ['一月', '二月', '三月', '四月', '五月', '六月', '七月', '八月', '九月', '十月', '十一月', '十二月'], days: ['星期日', '星期一', '星期二', '星期三', '星期四', '星期五', '星期六'],

Culture’s date order: YYYY-MM-DD

  1. 77
  2. 78
  3. 79
  4. 80
  5. 81
dateOrder: ['year', 'month', 'date'], shortDate: '%Y-%m-%d', shortTime: '%I:%M%p', AM: 'AM', PM: 'PM',

Date.Extras

  1. 84
  2. 85
  3. 86
  4. 87
  5. 88
  6. 89
  7. 90
  8. 91
  9. 92
  10. 93
  11. 94
  12. 95
  13. 96
  14. 97
  15. 98
  16. 99
  17. 100
  18. 101
  19. 102
  20. 103
  21. 104
  22. 105
  23. 106
  24. 107
  25. 108
  26. 109
  27. 110
  28. 111
  29. 112
  30. 113
  31. 114
ordinal: '', lessThanMinuteAgo: '不到1分鐘前', minuteAgo: '大約1分鐘前', minutesAgo: '{delta}分鐘之前', hourAgo: '大約1小時前', hoursAgo: '大約{delta}小時前', dayAgo: '1天前', daysAgo: '{delta}天前', weekAgo: '1星期前', weeksAgo: '{delta}星期前', monthAgo: '1个月前', monthsAgo: '{delta}个月前', yearAgo: '1年前', yearsAgo: '{delta}年前', lessThanMinuteUntil: '從現在開始不到1分鐘', minuteUntil: '從現在開始約1分鐘', minutesUntil: '從現在開始約{delta}分鐘', hourUntil: '從現在開始1小時', hoursUntil: '從現在開始約{delta}小時', dayUntil: '從現在開始1天', daysUntil: '從現在開始{delta}天', weekUntil: '從現在開始1星期', weeksUntil: '從現在開始{delta}星期', monthUntil: '從現在開始一個月', monthsUntil: '從現在開始{delta}個月', yearUntil: '從現在開始1年', yearsUntil: '從現在開始{delta}年' });