]> git.openstreetmap.org Git - rails.git/blob - vendor/plugins/rails-i18n/locale/ja.yml
Merging 17846:17904 from trunk.
[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
5 ja:
6   date:
7     formats:
8       default: "%Y/%m/%d"
9       short: "%m/%d"
10       long: "%Y年%m月%d日(%a)"
11
12     day_names: [日曜日, 月曜日, 火曜日, 水曜日, 木曜日, 金曜日, 土曜日]
13     abbr_day_names: [日, 月, 火, 水, 木, 金, 土]
14
15     month_names: [~, 1月, 2月, 3月, 4月, 5月, 6月, 7月, 8月, 9月, 10月, 11月, 12月]
16     abbr_month_names: [~, 1月, 2月, 3月, 4月, 5月, 6月, 7月, 8月, 9月, 10月, 11月, 12月]
17
18     order: [:year, :month, :day]
19
20   time:
21     formats:
22       default: "%Y/%m/%d %H:%M:%S"
23       short: "%y/%m/%d %H:%M"
24       long: "%Y年%m月%d日(%a) %H時%M分%S秒 %Z"
25     am: "午前"
26     pm: "午後"
27
28   support:
29     array:
30       sentence_connector: "と"
31       skip_last_comma: true
32       words_connector: "と"
33       two_words_connector: "と"
34       last_word_connector: "と"
35
36   number:
37     format:
38       separator: "."
39       delimiter: ","
40       precision: 3
41
42     currency:
43       format:
44         format: "%n%u"
45         unit: "円"
46         separator: "."
47         delimiter: ","
48         precision: 0
49
50     percentage:
51       format:
52         delimiter: ""
53
54     precision:
55       format:
56         delimiter: ""
57
58     human:
59       format:
60         delimiter: ""
61         precision: 1
62       storage_units:
63         format: "%n%u"
64         units:
65           byte: "バイト"
66           kb: "キロバイト"
67           mb: "メガバイト"
68           gb: "ギガバイト"
69           tb: "テラバイト"
70
71   datetime:
72     distance_in_words:
73       half_a_minute: "30秒前後"
74       less_than_x_seconds:
75         one:   "1秒以内"
76         other: "{{count}}秒以内"
77       x_seconds:
78         one:   "1秒"
79         other: "{{count}}秒"
80       less_than_x_minutes:
81         one:   "1分以内"
82         other: "{{count}}分以内"
83       x_minutes:
84         one:   "1分"
85         other: "{{count}}分"
86       about_x_hours:
87         one:   "約1時間"
88         other: "約{{count}}時間"
89       x_days:
90         one:   "1日"
91         other: "{{count}}日"
92       about_x_months:
93         one:   "約1ヶ月"
94         other: "約{{count}}ヶ月"
95       x_months:
96         one:   "1ヶ月"
97         other: "{{count}}ヶ月"
98       about_x_years:
99         one:   "約{{count}}年"
100         other: "約{{count}}年"
101       over_x_years:
102         one:   "{{count}}年以上"
103         other: "{{count}}年以上"
104
105   activerecord:
106     errors:
107       format:
108         separator: ""
109       template:
110         header:
111           one:   "{{model}}にエラーが発生しました。"
112           other: "{{model}}に{{count}}つのエラーが発生しました。"
113         body: "次の項目を確認してください。"
114
115       messages:
116         inclusion: "は一覧にありません。"
117         exclusion: "は予約されています。"
118         invalid: "は不正な値です。"
119         confirmation: "が一致しません。"
120         accepted: "を受諾してください。"
121         empty: "を入力してください。"
122         blank: "を入力してください。"
123         too_long: "は{{count}}文字以内で入力してください。"
124         too_short: "は{{count}}文字以上で入力してください。"
125         wrong_length: "は{{count}}文字で入力してください。"
126         taken: "はすでに存在します。"
127         not_a_number: "は数値で入力してください。"
128         greater_than: "は{{count}}より大きい値にしてください。"
129         greater_than_or_equal_to: "は{{count}}以上の値にしてください。"
130         equal_to: "は{{count}}にしてください。"
131         less_than: "は{{count}}より小さい値にしてください。"
132         less_than_or_equal_to: "は{{count}}以下の値にしてください。"
133         odd: "は奇数にしてください。"
134         even: "は偶数にしてください。"
135