rails-i18n 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
@@ -83,7 +83,6 @@
83
83
  precision: 3
84
84
  significant: false
85
85
  strip_insignificant_zeros: false
86
-
87
86
  currency:
88
87
  format:
89
88
  format: "%u%n"
@@ -93,15 +92,12 @@
93
92
  precision: 2
94
93
  significant: false
95
94
  strip_insignificant_zeros: false
96
-
97
95
  percentage:
98
96
  format:
99
97
  delimiter: ""
100
-
101
98
  precision:
102
99
  format:
103
100
  delimiter: ""
104
-
105
101
  human:
106
102
  format:
107
103
  delimiter: ""
@@ -183,7 +179,6 @@
183
179
 
184
180
  errors:
185
181
  format: "%{attribute} %{message}"
186
-
187
182
  messages: &errors_messages
188
183
  inclusion: "is not included in the list"
189
184
  exclusion: "is reserved"
@@ -224,6 +219,5 @@
224
219
  <<: *errors_messages
225
220
  template:
226
221
  <<: *errors_template
227
-
228
222
  full_messages:
229
- format: "%{attribute} %{message}"
223
+ format: "%{attribute} %{message}"
@@ -12,19 +12,37 @@ es-PE:
12
12
  format: # Nuevos Soles
13
13
  format: "%u%n"
14
14
  unit: "S./"
15
+ separator: "."
16
+ delimiter: ","
17
+ precision: 2
18
+ significant: false
19
+ strip_insignificant_zeros: false
15
20
  format:
16
21
  delimiter: ","
17
22
  precision: 2
18
23
  separator: "."
24
+ significant: false
25
+ strip_insignificant_zeros: false
19
26
  human:
20
27
  format:
21
28
  delimiter: ","
22
- storage_units:
23
- - Bytes
24
- - KB
25
- - MB
26
- - GB
27
- - TB
29
+ precision: 2
30
+ significant: true
31
+ strip_insignificant_zeros: true
32
+ decimal_units:
33
+ format: "%n %u"
34
+ units:
35
+ unit: ""
36
+ storage_units:
37
+ format: "%n %u"
38
+ units:
39
+ byte:
40
+ one: "Byte"
41
+ other: "Bytes"
42
+ kb: "KB"
43
+ mb: "MB"
44
+ gb: "GB"
45
+ tb: "TB"
28
46
  precision:
29
47
  format:
30
48
  delimiter: ","
@@ -129,6 +147,7 @@ es-PE:
129
147
  second: 'Segundo'
130
148
 
131
149
  errors:
150
+ format: "%{attribute} %{message}"
132
151
  template: &errors_template
133
152
  header:
134
153
  one: "%{model} no pudo guardarse debido a 1 error"
@@ -167,4 +186,6 @@ es-PE:
167
186
  messages:
168
187
  <<: *errors_messages
169
188
  template:
170
- <<: *errors_template
189
+ <<: *errors_template
190
+ full_messages:
191
+ format: "%{attribute} %{message}"
@@ -7,6 +7,8 @@ fur:
7
7
  separator: ","
8
8
  delimiter: "."
9
9
  precision: 3
10
+ significant: false
11
+ strip_insignificant_zeros: false
10
12
 
11
13
  currency:
12
14
  format:
@@ -15,6 +17,8 @@ fur:
15
17
  separator: "."
16
18
  delimiter: ","
17
19
  precision: 2
20
+ significant: false
21
+ strip_insignificant_zeros: false
18
22
 
19
23
  percentage:
20
24
  format:
@@ -32,6 +36,8 @@ fur:
32
36
  # separator:
33
37
  delimiter: ""
34
38
  precision: 1
39
+ significant: true
40
+ strip_insignificant_zeros: true
35
41
  storage_units:
36
42
  format: "%n %u"
37
43
  units:
@@ -42,6 +48,10 @@ fur:
42
48
  mb: "Mb"
43
49
  gb: "Gb"
44
50
  tb: "Tb"
51
+ decimal_units:
52
+ format: "%n %u"
53
+ units:
54
+ unit: ""
45
55
 
46
56
  date:
47
57
  formats:
@@ -156,6 +166,7 @@ fur:
156
166
  last_word_connector: ", e "
157
167
 
158
168
  errors:
169
+ format: "%{attribute} %{message}"
159
170
  template: &errors_template
160
171
  header:
161
172
  one: "No si pues salvâ chest %{model}: 1 erôr"
@@ -187,4 +198,6 @@ fur:
187
198
  messages:
188
199
  <<: *errors_messages
189
200
  template:
190
- <<: *errors_template
201
+ <<: *errors_template
202
+ full_messages:
203
+ format: "%{attribute} %{message}"
@@ -9,6 +9,8 @@ gl-ES:
9
9
  separator: ","
10
10
  delimiter: "."
11
11
  precision: 2
12
+ significant: false
13
+ strip_insignificant_zeros: false
12
14
 
13
15
  # Usado en number_to_currency()
14
16
  currency:
@@ -20,6 +22,8 @@ gl-ES:
20
22
  separator: ","
21
23
  delimiter: "."
22
24
  precision: 2
25
+ significant: false
26
+ strip_insignificant_zeros: false
23
27
 
24
28
  # Usado en number_to_percentage()
25
29
  percentage:
@@ -41,6 +45,8 @@ gl-ES:
41
45
  # separator:
42
46
  delimiter: ""
43
47
  precision: 1
48
+ significant: true
49
+ strip_insignificant_zeros: true
44
50
  # Se estás a usar Rails <= 2.2.2
45
51
  # storage_units: [Bytes, KB, MB, GB, TB]
46
52
  # Se estás a usar Rails >= 2.3
@@ -57,6 +63,10 @@ gl-ES:
57
63
  mb: "MB"
58
64
  gb: "GB"
59
65
  tb: "TB"
66
+ decimal_units:
67
+ format: "%n %u"
68
+ units:
69
+ unit: ""
60
70
 
61
71
  # active_support
62
72
  date:
@@ -168,6 +178,7 @@ gl-ES:
168
178
  last_word_connector: " e "
169
179
 
170
180
  errors:
181
+ format: "%{attribute} %{message}"
171
182
  template: &errors_template
172
183
  header:
173
184
  one: "1 erro evitou que se poidese gardar o %{model}"
@@ -199,4 +210,6 @@ gl-ES:
199
210
  messages:
200
211
  <<: *errors_messages
201
212
  template:
202
- <<: *errors_template
213
+ <<: *errors_template
214
+ full_messages:
215
+ format: "%{attribute} %{message}"
@@ -86,7 +86,7 @@ hi-IN:
86
86
  currency:
87
87
  format:
88
88
  format: "%u%n"
89
- unit: "$"
89
+ unit: ""
90
90
  separator: "."
91
91
  delimiter: ","
92
92
  precision: 2
@@ -86,7 +86,7 @@ hi:
86
86
  currency:
87
87
  format:
88
88
  format: "%u%n"
89
- unit: "$"
89
+ unit: ""
90
90
  separator: "."
91
91
  delimiter: ","
92
92
  precision: 2
@@ -110,13 +110,38 @@
110
110
  precision: 3
111
111
  separator: ','
112
112
  delimiter: '.'
113
+ significant: false
114
+ strip_insignificant_zeros: false
113
115
  currency:
114
116
  format:
115
117
  unit: 'Kn'
116
118
  precision: 2
117
119
  format: '%n %u'
120
+ separator: "."
121
+ delimiter: ","
122
+ significant: false
123
+ strip_insignificant_zeros: false
124
+ percentage:
125
+ format:
126
+ delimiter: ""
127
+ precision:
128
+ format:
129
+ delimiter: ""
130
+ human:
131
+ format:
132
+ delimiter: ""
133
+ precision: 3
134
+ significant: true
135
+ strip_insignificant_zeros: true
136
+ storage_units:
137
+ format: "%n %u"
138
+ decimal_units:
139
+ format: "%n %u"
140
+ units:
141
+ unit: ""
118
142
 
119
143
  errors:
144
+ format: "%{attribute} %{message}"
120
145
  template: &errors_template
121
146
  header:
122
147
  one: 'Nisam uspio spremiti %{model}: 1 greška'
@@ -149,4 +174,6 @@
149
174
  messages:
150
175
  <<: *errors_messages
151
176
  template:
152
- <<: *errors_template
177
+ <<: *errors_template
178
+ full_messages:
179
+ format: "%{attribute} %{message}"
@@ -83,6 +83,8 @@ hsb:
83
83
  precision: 3
84
84
  separator: ","
85
85
  delimiter: "."
86
+ significant: false
87
+ strip_insignificant_zeros: false
86
88
 
87
89
  currency:
88
90
  format:
@@ -91,12 +93,15 @@ hsb:
91
93
  format: "%n %u"
92
94
  separator: ","
93
95
  delimiter: " "
96
+ significant: false
97
+ strip_insignificant_zeros: false
94
98
 
95
99
  human:
96
100
  format:
97
101
  precision: 1
98
102
  delimiter: ""
99
-
103
+ significant: true
104
+ strip_insignificant_zeros: true
100
105
  storage_units:
101
106
  format: "%n %u"
102
107
  units:
@@ -109,6 +114,10 @@ hsb:
109
114
  mb: "MB"
110
115
  gb: "GB"
111
116
  tb: "TB"
117
+ decimal_units:
118
+ format: "%n %u"
119
+ units:
120
+ unit: ""
112
121
 
113
122
  percentage:
114
123
  format:
@@ -175,6 +184,7 @@ hsb:
175
184
  few: "přez %{count} lětami"
176
185
  other: "přez %{count} lětami"
177
186
  errors:
187
+ format: "%{attribute} %{message}"
178
188
  messages: &errors_messages
179
189
  inclusion: "njeje płaćiwa hódnota"
180
190
  exclusion: "njesteji k dispoziciji"
@@ -220,4 +230,6 @@ hsb:
220
230
  messages:
221
231
  <<: *errors_messages
222
232
  template:
223
- <<: *errors_template
233
+ <<: *errors_template
234
+ full_messages:
235
+ format: "%{attribute} %{message}"
@@ -66,7 +66,7 @@ ja:
66
66
  formats:
67
67
  default: "%Y/%m/%d %H:%M:%S"
68
68
  short: "%y/%m/%d %H:%M"
69
- long: "%Y年%m月%d日(%a) %H時%M分%S秒 %Z"
69
+ long: "%Y年%m月%d日(%a) %H時%M分%S秒 %z"
70
70
  am: "午前"
71
71
  pm: "午後"
72
72
 
@@ -13,6 +13,8 @@ lo:
13
13
  delimiter: ","
14
14
  # Number of decimals, behind the separator (the number 1 with a precision of 2 gives: 1.00)
15
15
  precision: 3
16
+ significant: false
17
+ strip_insignificant_zeros: false
16
18
 
17
19
  # Used in number_to_currency()
18
20
  currency:
@@ -24,6 +26,8 @@ lo:
24
26
  separator: "."
25
27
  delimiter: ","
26
28
  precision: 2
29
+ significant: false
30
+ strip_insignificant_zeros: false
27
31
 
28
32
  # Used in number_to_percentage()
29
33
  percentage:
@@ -48,6 +52,8 @@ lo:
48
52
  # separator:
49
53
  delimiter: ""
50
54
  precision: 1
55
+ significant: true
56
+ strip_insignificant_zeros: true
51
57
  storage_units:
52
58
  # Storage units output formatting.
53
59
  # %u is the storage unit, %n is the number (default: 2 MB)
@@ -60,6 +66,10 @@ lo:
60
66
  mb: "MB"
61
67
  gb: "GB"
62
68
  tb: "TB"
69
+ decimal_units:
70
+ format: "%n %u"
71
+ units:
72
+ unit: ""
63
73
 
64
74
  # Used in distance_of_time_in_words(), distance_of_time_in_words_to_now(), time_ago_in_words()
65
75
  datetime:
@@ -104,6 +114,7 @@ lo:
104
114
  second: "ວິນາທີ"
105
115
 
106
116
  errors:
117
+ format: "%{attribute} %{message}"
107
118
  template: &errors_template
108
119
  header:
109
120
  one: "ບໍ່ສາມາດບັນທຶກ %{model} ໄດ້ເນື່ອງຈາກເກີດຂໍ້ຜິດພາດ"
@@ -136,6 +147,8 @@ lo:
136
147
  <<: *errors_messages
137
148
  template:
138
149
  <<: *errors_template
150
+ full_messages:
151
+ format: "%{attribute} %{message}"
139
152
 
140
153
  date:
141
154
  formats:
@@ -7,7 +7,8 @@ lt:
7
7
  separator: ","
8
8
  delimiter: " "
9
9
  precision: 3
10
-
10
+ significant: false
11
+ strip_insignificant_zeros: false
11
12
  currency:
12
13
  format:
13
14
  format: "%n %u"
@@ -15,7 +16,8 @@ lt:
15
16
  separator: ","
16
17
  delimiter: " "
17
18
  precision: 2
18
-
19
+ significant: false
20
+ strip_insignificant_zeros: false
19
21
  percentage:
20
22
  format:
21
23
  delimiter: ""
@@ -28,6 +30,8 @@ lt:
28
30
  format:
29
31
  delimiter: ""
30
32
  precision: 1
33
+ significant: true
34
+ strip_insignificant_zeros: true
31
35
  storage_units:
32
36
  # Storage units output formatting.
33
37
  # %u is the storage unit, %n is the number (default: 2 MB)
@@ -40,6 +44,10 @@ lt:
40
44
  mb: "MB"
41
45
  gb: "GB"
42
46
  tb: "TB"
47
+ decimal_units:
48
+ format: "%n %u"
49
+ units:
50
+ unit: ""
43
51
 
44
52
  datetime:
45
53
  distance_in_words:
@@ -83,6 +91,7 @@ lt:
83
91
  second: "Sekundės"
84
92
 
85
93
  errors:
94
+ format: "%{attribute} %{message}"
86
95
  template: &errors_template
87
96
  header:
88
97
  one: "Išsaugant objektą %{model} rasta klaida"
@@ -115,6 +124,8 @@ lt:
115
124
  <<: *errors_messages
116
125
  template:
117
126
  <<: *errors_template
127
+ full_messages:
128
+ format: "%{attribute} %{message}"
118
129
 
119
130
  date:
120
131
  formats:
@@ -110,13 +110,38 @@
110
110
  precision: 3
111
111
  separator: ','
112
112
  delimiter: '.'
113
+ significant: false
114
+ strip_insignificant_zeros: false
113
115
  currency:
114
116
  format:
115
117
  unit: 'MKD'
116
118
  precision: 2
117
119
  format: '%n %u'
120
+ separator: "."
121
+ delimiter: ","
122
+ significant: false
123
+ strip_insignificant_zeros: false
124
+ percentage:
125
+ format:
126
+ delimiter: ""
127
+ precision:
128
+ format:
129
+ delimiter: ""
130
+ human:
131
+ format:
132
+ delimiter: ""
133
+ precision: 3
134
+ significant: true
135
+ strip_insignificant_zeros: true
136
+ storage_units:
137
+ format: "%n %u"
138
+ decimal_units:
139
+ format: "%n %u"
140
+ units:
141
+ unit: ""
118
142
 
119
143
  errors:
144
+ format: "%{attribute} %{message}"
120
145
  template: &errors_template
121
146
  header:
122
147
  one: 'Не успеав да го зачувам %{model}: 1 грешка.'
@@ -149,4 +174,6 @@
149
174
  messages:
150
175
  <<: *errors_messages
151
176
  template:
152
- <<: *errors_template
177
+ <<: *errors_template
178
+ full_messages:
179
+ format: "%{attribute} %{message}"