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