Sha256: acf6c9fbfb269c79cca79453588036547499ec846abfa526ab9b7ac7225d8ceb

Contents?: true

Size: 1.01 KB

Versions: 2

Compression:

Stored size: 1.01 KB

Contents

ja:
  date:
    formats:
      # Use the strftime parameters for formats.
      # When no format has been given, it uses default.
      # You can provide other formats here if you like!
      default: "%Y/%m/%d"
      short: "%m/%d"
      long: "%Y年%m月%d日"
      only_day: "%e"

    day_names: [日曜日, 月曜日, 火曜日, 水曜日, 木曜日, 金曜日, 土曜日]
    abbr_day_names: [日, 月, 火, 水, 木, 金, 土]
    month_names: [~, 一月, 二月, 三月, 四月, 五月, 六月, 七月, 八月, 九月, 十月, 十一月, 十二月]
    abbr_month_names: [~, 一月, 二月, 三月, 四月, 五月, 六月, 七月, 八月, 九月, 十月, 十一月, 十二月]
    order: [ :year, :month, :day ]

  time:
    formats:
      default: "%Y/%m/%d %H:%M:%S"
      short: "%m/%d %H:%M"
      long: "%Y年%m月%d日 %H時%M分%S秒"
    am: "午前"
    pm: "午後"

# Used in array.to_sentence.
  support:
    array:
      words_connector: ", "
      two_words_connector: " と "
      last_word_connector: ", と "

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
padrino-core-0.10.2 lib/padrino-core/locale/ja.yml
padrino-core-0.10.1 lib/padrino-core/locale/ja.yml