1 # Japanese translations for Ruby on Rails
2 # by Akira Matsuda (ronnie@dio.jp)
3 # AR error messages are basically taken from Ruby-GetText-Package. Thanks to Masao Mutoh.
4 # updated for Rails 2.3.4 by Tsutomu Kuroda <t-kuroda@oiax.jp>
13 day_names: [日曜日, 月曜日, 火曜日, 水曜日, 木曜日, 金曜日, 土曜日]
14 abbr_day_names: [日, 月, 火, 水, 木, 金, 土]
16 month_names: [~, 1月, 2月, 3月, 4月, 5月, 6月, 7月, 8月, 9月, 10月, 11月, 12月]
17 abbr_month_names: [~, 1月, 2月, 3月, 4月, 5月, 6月, 7月, 8月, 9月, 10月, 11月, 12月]
19 order: [:year, :month, :day]
23 default: "%Y/%m/%d %H:%M:%S"
24 short: "%y/%m/%d %H:%M"
25 long: "%Y年%m月%d日(%a) %H時%M分%S秒 %Z"
31 sentence_connector: "と"
34 two_words_connector: "と"
35 last_word_connector: "と"
77 half_a_minute: "30秒前後"
107 other: "{{count}}年以上"
113 one: "{{model}}にエラーが発生しました。"
114 other: "{{model}}に{{count}}つのエラーが発生しました。"
115 body: "次の項目を確認してください。"
118 inclusion: "は一覧にありません。"
119 exclusion: "は予約されています。"
121 confirmation: "が一致しません。"
122 accepted: "を受諾してください。"
125 too_long: "は{{count}}文字以内で入力してください。"
126 too_short: "は{{count}}文字以上で入力してください。"
127 wrong_length: "は{{count}}文字で入力してください。"
129 not_a_number: "は数値で入力してください。"
130 greater_than: "は{{count}}より大きい値にしてください。"
131 greater_than_or_equal_to: "は{{count}}以上の値にしてください。"
132 equal_to: "は{{count}}にしてください。"
133 less_than: "は{{count}}より小さい値にしてください。"
134 less_than_or_equal_to: "は{{count}}以下の値にしてください。"
139 format: "{{attribute}}{{message}}"