Sha256: 5fe065976daa22f4fef0696f710e8d2e90704ec66c31ee9f5fce97b1d7b157b3
Contents?: true
Size: 1.13 KB
Versions: 2
Compression:
Stored size: 1.13 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日(%a)" day_names: [日曜日, 月曜日, 火曜日, 水曜日, 木曜日, 金曜日, 土曜日] abbr_day_names: [日, 月, 火, 水, 木, 金, 土] # Don't forget the nil at the beginning; there's no such thing as a 0th month month_names: [~, 1月, 2月, 3月, 4月, 5月, 6月, 7月, 8月, 9月, 10月, 11月, 12月] abbr_month_names: [~, 1月, 2月, 3月, 4月, 5月, 6月, 7月, 8月, 9月, 10月, 11月, 12月] # Used in date_select and datime_select. order: [ :year, :month, :day ] time: formats: default: "%Y/%m/%d %H:%M:%S" short: "%y/%m/%d %H:%M" long: "%Y年%m月%d日(%a) %H時%M分%S秒 %Z" am: "午前" pm: "午後" # Used in array.to_sentence. support: array: sentence_connector: "と" skip_last_comma: true words_connector: "と" two_words_connector: "と" last_word_connector: "と"
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
ava_rails_generator-0.0.3 | templates/active_support_ja.yml |
ava_rails_generator-0.0.2 | templates/active_support_ja.yml |