OSDN Git Service

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