OSDN Git Service

t#30200:update i18n devise
[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     template:
123       body: 次の項目を確認してください。
124       header:
125         one: ! '%{model}にエラーが発生しました。'
126         other: ! '%{model}に%{count}つのエラーが発生しました。'
127   helpers:
128     select:
129       prompt: 選択してください。
130     submit:
131       create: 登録する
132       submit: 保存する
133       update: 更新する
134   number:
135     currency:
136       format:
137         delimiter: ! ','
138         format: ! '%n%u'
139         precision: 0
140         separator: .
141         significant: false
142         strip_insignificant_zeros: false
143         unit: 円
144     format:
145       delimiter: ! ','
146       precision: 3
147       separator: .
148       significant: false
149       strip_insignificant_zeros: false
150     human:
151       decimal_units:
152         format: ! '%n %u'
153         units:
154           billion: 十億
155           million: 百万
156           quadrillion: 千兆
157           thousand: 千
158           trillion: 兆
159           unit: ''
160       format:
161         delimiter: ''
162         precision: 3
163         significant: true
164         strip_insignificant_zeros: true
165       storage_units:
166         format: ! '%n%u'
167         units:
168           byte: バイト
169           gb: ギガバイト
170           kb: キロバイト
171           mb: メガバイト
172           tb: テラバイト
173     percentage:
174       format:
175         delimiter: ''
176     precision:
177       format:
178         delimiter: ''
179   support:
180     array:
181       last_word_connector: と
182       two_words_connector: と
183       words_connector: と
184   time:
185     am: 午前
186     formats:
187       default: ! '%Y/%m/%d %H:%M:%S'
188       long: ! '%Y年%m月%d日(%a) %H時%M分%S秒 %z'
189       short: ! '%y/%m/%d %H:%M'
190     pm: 午後
191   # remove these aliases after 'activemodel' and 'activerecord' namespaces are removed from Rails repository
192   activemodel:
193     errors:
194       <<: *errors
195   activerecord:
196     errors:
197       <<: *errors