rails/locale/zh-HK.yml in rails-i18n-4.0.0.pre vs rails/locale/zh-HK.yml in rails-i18n-4.0.0.pre2

- old
+ new

@@ -113,13 +113,22 @@ less_than_or_equal_to: ! '%{attribute}要細過或者等於%{count}' not_a_number: ! '%{attribute}唔係一個數' not_an_integer: ! '%{attribute}要係整數' odd: ! '%{attribute}要係單數' record_invalid: ! '%{attribute}有問題︰%{errors}' + restrict_dependent_destroy: + one: "唔可以刪除,因為%{record}存在並依賴於該資料" + many: "唔可以刪除,因為%{record}存在並依賴於該資料" taken: ! '%{attribute}已經用過' - too_long: ! '%{attribute}太長(最多%{count}個字)' - too_short: ! '%{attribute}太短(最少%{count}個字)' - wrong_length: ! '%{attribute}唔啱字數(要係%{count}個字)' + too_long: + one: '太長(最多1個字母)' + other: '太長(最多%{count}個字母)' + too_short: + one: '太短(最少1個字母)' + other: '太短(最少%{count}個字母)' + wrong_length: + one: '唔啱字數 (要係1個字母)' + other: '唔啱字數 (要係%{count}個字母)' template: body: 呢啲有問題︰ header: one: 有一個問題,%{model}儲存唔到。 other: 有%{count}個問題,%{model}儲存唔到。