AyuntamientoMadrid/participacion

View on GitHub
config/locales/zh-TW/rails.yml

Summary

Maintainability
Test Coverage
zh-TW:
  date:
    abbr_day_names:
      - 星期日
      - 星期一
      - 星期二
      - 星期三
      - 星期四
      - 星期五
      - 星期六
    abbr_month_names:
      -
      - 一月
      - 二月
      - 三月
      - 四月
      - 五月
      - 六月
      - 七月
      - 八月
      - 九月
      - 十月
      - 十一月
      - 十二月
    day_names:
      - 星期日
      - 星期一
      - 星期二
      - 星期三
      - 星期四
      - 星期五
      - 星期六
    formats:
      default: "%Y-%m-%d"
      long: "%B %d, %Y"
      short: "%b %d"
    month_names:
      -
      - 一月
      - 二月
      - 三月
      - 四月
      - 五月
      - 六月
      - 七月
      - 八月
      - 九月
      - 十月
      - 十一月
      - 十二月
  datetime:
    distance_in_words:
      about_x_hours:
        other: 大約%{count} 個小時
      about_x_months:
        other: 大約%{count} 個月
      about_x_years:
        other: 大約%{count} 年
      almost_x_years:
        other: 差不多%{count} 年
      half_a_minute: 半分鐘
      less_than_x_minutes:
        other: 少於%{count} 分鐘
      less_than_x_seconds:
        other: 少於%{count} 秒
      over_x_years:
        other: 多過%{count} 年
      x_days:
        other: "%{count} 日"
      x_minutes:
        other: "%{count} 分鐘"
      x_months:
        other: "%{count} 個月"
      x_years:
        other: "%{count} 年"
      x_seconds:
        other: "%{count} 秒"
    prompts:
      day: 日
      hour: 小時
      minute: 分鐘
      month: 月
      second: 秒
      year: 年
  errors:
    format: "%{attribute} %{message}"
    messages:
      accepted: 必須被接受
      blank: 不能空白
      present: 必須是空白的
      confirmation: 與%{attribute} 不匹配
      empty: 不能為空
      equal_to: 必須等於%{count}
      even: 必須是偶數
      exclusion: 被保留了
      greater_than: 必須大於%{count}
      greater_than_or_equal_to: 必須大於或等於%{count}
      inclusion: 未列入清單
      invalid: 是無效的
      less_than: 必須小於%{count}
      less_than_or_equal_to: 必須小於或等於%{count}
      model_invalid: "驗證失敗: %{errors}"
      not_a_number: 不是一個數字
      not_an_integer: 必須是整數
      odd: 必須是奇數
      required: 必須存在
      taken: 已經被取用了
      too_long:
        other: 太長了 (最多是%{count} 個字元)
      too_short:
        other: 太短了 (最少是%{count} 個字元)
      wrong_length:
        other: 是錯誤的長度 (應該是%{count} 個字元)
      other_than: 必須不是%{count}
    template:
      body: "以下字段存在問題:"
      header:
        other: "%{count} 個錯誤禁止此%{model} 被儲存"
  helpers:
    select:
      prompt: 請選擇
    submit:
      create: 創建%{model}
      submit: 儲存%{model}
      update: 更新%{model}
  number:
    currency:
      format:
        delimiter: ","
        format: "%u%n"
        precision: 2
        separator: "."
        significant: false
        strip_insignificant_zeros: false
        unit: "$"
    format:
      delimiter: ","
      precision: 3
      separator: "."
      significant: false
      strip_insignificant_zeros: false
    human:
      decimal_units:
        format: "%n %u"
        units:
          billion: 十億
          million: 百萬
          quadrillion: 萬億
          thousand: 千
          trillion: 兆
      format:
        precision: 3
        significant: true
        strip_insignificant_zeros: true
      storage_units:
        format: "%n %u"
        units:
          byte:
            other: 位元組
          gb: GB
          kb: KB
          mb: MB
          tb: TB
    percentage:
      format:
        format: "%n%"
  support:
    array:
      last_word_connector: ", 和 "
      two_words_connector: " 和 "
      words_connector: ", "
  time:
    am: 上午
    formats:
      datetime: "%Y-%m-%d %H:%M:%S"
      default: "%a, %d %b %Y %H:%M:%S %z"
      long: "%B %d, %Y %H:%M"
      short: "%d %b %H:%M"
      api: "%Y-%m-%d %H"
    pm: 下午