]> git.openstreetmap.org Git - rails.git/blob - vendor/plugins/rails-i18n/locale/ja.yml
Update validates_email_format_of plugin
[rails.git] / vendor / plugins / rails-i18n / locale / ja.yml
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 # contributors:
5 #  - Tsutomu Kuroda (t-kuroda@oiax.jp)
6
7 ja:
8   date:
9     formats:
10       default: "%Y/%m/%d"
11       short: "%m/%d"
12       long: "%Y年%m月%d日(%a)"
13
14     day_names: [日曜日, 月曜日, 火曜日, 水曜日, 木曜日, 金曜日, 土曜日]
15     abbr_day_names: [日, 月, 火, 水, 木, 金, 土]
16
17     month_names: [~, 1月, 2月, 3月, 4月, 5月, 6月, 7月, 8月, 9月, 10月, 11月, 12月]
18     abbr_month_names: [~, 1月, 2月, 3月, 4月, 5月, 6月, 7月, 8月, 9月, 10月, 11月, 12月]
19
20     order:
21       - :year
22       - :month
23       - :day
24
25   time:
26     formats:
27       default: "%Y/%m/%d %H:%M:%S"
28       short: "%y/%m/%d %H:%M"
29       long: "%Y年%m月%d日(%a) %H時%M分%S秒 %Z"
30     am: "午前"
31     pm: "午後"
32
33   support:
34     array:
35       sentence_connector: "と"
36       skip_last_comma: true
37       words_connector: "と"
38       two_words_connector: "と"
39       last_word_connector: "と"
40
41     select:
42       prompt: "選択してください。"
43
44   number:
45     format:
46       separator: "."
47       delimiter: ","
48       precision: 3
49       significant: false
50       strip_insignificant_zeros: false
51
52     currency:
53       format:
54         format: "%n%u"
55         unit: "円"
56         separator: "."
57         delimiter: ","
58         precision: 3
59         significant: false
60         strip_insignificant_zeros: false
61
62     percentage:
63       format:
64         delimiter: ""
65
66     precision:
67       format:
68         delimiter: ""
69
70     human:
71       format:
72         delimiter: ""
73         precision: 3
74         significant: true
75         strip_insignificant_zeros: true
76
77       storage_units:
78         format: "%n%u"
79         units:
80           byte: "バイト"
81           kb: "キロバイト"
82           mb: "メガバイト"
83           gb: "ギガバイト"
84           tb: "テラバイト"
85
86       decimal_units:
87         format: "%n %u"
88         units:
89           unit: ""
90           thousand: "千"
91           million: "百万"
92           billion: "十億"
93           trillion: "兆"
94           quadrillion: "千兆"
95
96   datetime:
97     distance_in_words:
98       half_a_minute: "30秒前後"
99       less_than_x_seconds:
100         one:   "1秒以内"
101         other: "%{count}秒以内"
102       x_seconds:
103         one:   "1秒"
104         other: "%{count}秒"
105       less_than_x_minutes:
106         one:   "1分以内"
107         other: "%{count}分以内"
108       x_minutes:
109         one:   "1分"
110         other: "%{count}分"
111       about_x_hours:
112         one:   "約1時間"
113         other: "約%{count}時間"
114       x_days:
115         one:   "1日"
116         other: "%{count}日"
117       about_x_months:
118         one:   "約1ヶ月"
119         other: "約%{count}ヶ月"
120       x_months:
121         one:   "1ヶ月"
122         other: "%{count}ヶ月"
123       about_x_years:
124         one:   "約1年"
125         other: "約%{count}年"
126       over_x_years:
127         one:   "1年以上"
128         other: "%{count}年以上"
129       almost_x_years:
130         one:   "1年弱"
131         other: "%{count}年弱"
132
133     prompts:
134       year:   "年"
135       month:  "月"
136       day:    "日"
137       hour:   "時"
138       minute: "分"
139       second: "秒"
140
141   helpers:
142     select:
143       prompt: "選択してください。"
144
145     submit:
146       create: "登録する"
147       update: "更新する"
148       submit: "保存する"
149
150   errors:
151     format: "%{attribute} %{message}"
152
153     messages: &errors_messages
154       inclusion: "は一覧にありません。"
155       exclusion: "は予約されています。"
156       invalid: "は不正な値です。"
157       confirmation: "が一致しません。"
158       accepted: "を受諾してください。"
159       empty: "を入力してください。"
160       blank: "を入力してください。"
161       too_long: "は%{count}文字以内で入力してください。"
162       too_short: "は%{count}文字以上で入力してください。"
163       wrong_length: "は%{count}文字で入力してください。"
164       not_a_number: "は数値で入力してください。"
165       not_an_integer: "は整数で入力してください。"
166       greater_than: "は%{count}より大きい値にしてください。"
167       greater_than_or_equal_to: "は%{count}以上の値にしてください。"
168       equal_to: "は%{count}にしてください。"
169       less_than: "は%{count}より小さい値にしてください。"
170       less_than_or_equal_to: "は%{count}以下の値にしてください。"
171       odd: "は奇数にしてください。"
172       even: "は偶数にしてください。"
173
174   activerecord:
175     errors:
176       template:
177         header:
178           one:   "%{model}にエラーが発生しました。"
179           other: "%{model}に%{count}つのエラーが発生しました。"
180         body: "次の項目を確認してください。"
181
182       messages:
183         taken: "はすでに存在します。"
184         record_invalid: "バリデーションに失敗しました。 %{errors}"
185         <<: *errors_messages
186
187       full_messages:
188         format: "%{attribute}%{message}"