rails/locale/zh-CN.yml in rails-i18n-5.0.4 vs rails/locale/zh-CN.yml in rails-i18n-5.1.0

- old
+ new

@@ -91,10 +91,13 @@ one: 一分钟 other: "%{count} 分钟" x_months: one: 一个月 other: "%{count} 个月" + x_years: + one: 一年 + other: "%{count} 年" x_seconds: one: 一秒 other: "%{count} 秒" prompts: day: 日 @@ -137,12 +140,12 @@ other: 长度非法(必须为 %{count} 个字符) other_than: 长度非法(不可为 %{count} 个字符 template: body: 如下字段出现错误: header: - one: 有 1 个错误发生导致「%{model}」无法被保存。 - other: 有 %{count} 个错误发生导致「%{model}」无法被保存。 + one: 有 1 个错误发生导致“%{model}”无法被保存。 + other: 有 %{count} 个错误发生导致“%{model}”无法被保存。 helpers: select: prompt: 请选择 submit: create: 新增%{model} @@ -196,12 +199,12 @@ precision: format: delimiter: '' support: array: - last_word_connector: ", 和 " + last_word_connector: " 以及 " two_words_connector: " 和 " - words_connector: ", " + words_connector: "、" time: am: 上午 formats: default: "%Y年%m月%d日 %A %H:%M:%S %Z" long: "%Y年%m月%d日 %H:%M"