OSDN Git Service

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