rails/locale/zh-TW.yml in rails-i18n-4.0.3 vs rails/locale/zh-TW.yml in rails-i18n-4.0.4
- old
+ new
@@ -1,17 +1,18 @@
+---
zh-TW:
date:
abbr_day_names:
- - 日
- - 一
- - 二
- - 三
- - 四
- - 五
- - 六
+ - 周日
+ - 周一
+ - 周二
+ - 周三
+ - 周四
+ - 周五
+ - 周六
abbr_month_names:
- -
+ -
- 1月
- 2月
- 3月
- 4月
- 5月
@@ -29,15 +30,15 @@
- 星期三
- 星期四
- 星期五
- 星期六
formats:
- default: ! '%Y-%m-%d'
- long: ! '%Y年%b%d日'
- short: ! '%b%d日'
+ default: "%Y-%m-%d"
+ long: "%Y年%b%d日"
+ short: "%b%d日"
month_names:
- -
+ -
- 一月
- 二月
- 三月
- 四月
- 五月
@@ -73,37 +74,37 @@
less_than_x_seconds:
one: 不到一秒
other: 不到 %{count} 秒
over_x_years:
one: 一年多
- other: ! '%{count} 年多'
+ other: "%{count} 年多"
x_days:
one: 一天
- other: ! '%{count} 天'
+ other: "%{count} 天"
x_minutes:
one: 一分鐘
- other: ! '%{count} 分鐘'
+ other: "%{count} 分鐘"
x_months:
one: 一個月
- other: ! '%{count} 個月'
+ other: "%{count} 個月"
x_seconds:
one: 一秒
- other: ! '%{count} 秒'
+ other: "%{count} 秒"
prompts:
day: 日
hour: 時
minute: 分
month: 月
second: 秒
year: 年
errors:
- format: ! '%{attribute} %{message}'
+ format: "%{attribute} %{message}"
messages:
accepted: 必須是可被接受的
blank: 不能是空白字元
present: 必須是空白
- confirmation: 不符合確認值
+ confirmation: 兩次輸入須一致
empty: 不能留空
equal_to: 必須等於 %{count}
even: 必須是偶數
exclusion: 是被保留的關鍵字
greater_than: 必須大於 %{count}
@@ -113,22 +114,22 @@
less_than: 必須小於 %{count}
less_than_or_equal_to: 必須小於或等於 %{count}
not_a_number: 不是數字
not_an_integer: 必須是整數
odd: 必須是奇數
- record_invalid: ! '校驗失敗: %{errors}'
- restrict_dependent_destroy:
+ record_invalid: '校驗失敗: %{errors}'
+ restrict_dependent_destroy:
one: 由於 %{record} 需要此記錄,所以無法移除記錄
many: 由於 %{record} 需要此記錄,所以無法移除記錄
taken: 已經被使用
- too_long:
+ too_long:
one: 過長(最長是一個字)
other: 過長(最長是 %{count} 個字)
- too_short:
+ too_short:
one: 過短(最短是一個字)
other: 過短(最短是 %{count} 個字)
- wrong_length:
+ wrong_length:
one: 字數錯誤 (必須是一個字)
other: 字數錯誤 (必須是 %{count} 個字)
other_than: 不可以是 %{count} 個字
template:
body: 以下欄位發生問題:
@@ -143,26 +144,26 @@
submit: 儲存%{model}
update: 更新%{model}
number:
currency:
format:
- delimiter: ! ','
- format: ! '%u %n'
+ delimiter: ","
+ format: "%u %n"
precision: 2
- separator: .
+ separator: "."
significant: false
strip_insignificant_zeros: false
unit: NT$
format:
- delimiter: ! ','
+ delimiter: ","
precision: 3
- separator: .
+ separator: "."
significant: false
strip_insignificant_zeros: false
human:
decimal_units:
- format: ! '%n %u'
+ format: "%n %u"
units:
billion: 十億
million: 百萬
quadrillion: 千兆
thousand: 千
@@ -172,13 +173,13 @@
delimiter: ''
precision: 1
significant: false
strip_insignificant_zeros: false
storage_units:
- format: ! '%n %u'
+ format: "%n %u"
units:
- byte:
+ byte:
one: 位元組
other: 位元組
gb: GB
kb: KB
mb: MB
@@ -189,15 +190,15 @@
precision:
format:
delimiter: ''
support:
array:
- last_word_connector: ! ', 和 '
- two_words_connector: ! ' 和 '
- words_connector: ! ', '
+ last_word_connector: ", 和 "
+ two_words_connector: " 和 "
+ words_connector: ", "
time:
am: 上午
formats:
- default: ! '%Y年%b%d日 %A %H:%M:%S %Z'
- long: ! '%Y年%b%d日 %H:%M'
- short: ! '%b%d日 %H:%M'
+ default: "%Y年%b%d日 %A %H:%M:%S %Z"
+ long: "%Y年%b%d日 %H:%M"
+ short: "%b%d日 %H:%M"
pm: 下午