rails-i18n 3.0.0.pre → 3.0.0.pre2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/rails/locale/de.yml +2 -2
- data/rails/locale/es-AR.yml +2 -2
- data/rails/locale/fi.yml +2 -2
- data/rails/locale/ro.yml +4 -4
- data/rails/locale/sv.yml +2 -2
- metadata +2 -2
data/rails/locale/de.yml
CHANGED
|
@@ -116,8 +116,8 @@ de:
|
|
|
116
116
|
odd: muss ungerade sein
|
|
117
117
|
record_invalid: ! 'Gültigkeitsprüfung ist fehlgeschlagen: %{errors}'
|
|
118
118
|
taken: ist bereits vergeben
|
|
119
|
-
too_long: ist zu lang (
|
|
120
|
-
too_short: ist zu kurz (
|
|
119
|
+
too_long: ist zu lang (mehr als %{count} Zeichen)
|
|
120
|
+
too_short: ist zu kurz (weniger als %{count} Zeichen)
|
|
121
121
|
wrong_length: hat die falsche Länge (muss genau %{count} Zeichen haben)
|
|
122
122
|
template:
|
|
123
123
|
body: ! 'Bitte überprüfen Sie die folgenden Felder:'
|
data/rails/locale/es-AR.yml
CHANGED
data/rails/locale/fi.yml
CHANGED
data/rails/locale/ro.yml
CHANGED
|
@@ -146,17 +146,17 @@ ro:
|
|
|
146
146
|
number:
|
|
147
147
|
currency:
|
|
148
148
|
format:
|
|
149
|
-
delimiter:
|
|
149
|
+
delimiter: .
|
|
150
150
|
format: ! '%n %u'
|
|
151
151
|
precision: 2
|
|
152
|
-
separator:
|
|
152
|
+
separator: ','
|
|
153
153
|
significant: false
|
|
154
154
|
strip_insignificant_zeros: false
|
|
155
155
|
unit: RON
|
|
156
156
|
format:
|
|
157
|
-
delimiter:
|
|
157
|
+
delimiter: .
|
|
158
158
|
precision: 3
|
|
159
|
-
separator:
|
|
159
|
+
separator: ','
|
|
160
160
|
significant: false
|
|
161
161
|
strip_insignificant_zeros: false
|
|
162
162
|
human:
|
data/rails/locale/sv.yml
CHANGED
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: rails-i18n
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.0.0.
|
|
4
|
+
version: 3.0.0.pre2
|
|
5
5
|
prerelease: 6
|
|
6
6
|
platform: ruby
|
|
7
7
|
authors:
|
|
@@ -9,7 +9,7 @@ authors:
|
|
|
9
9
|
autorequire:
|
|
10
10
|
bindir: bin
|
|
11
11
|
cert_chain: []
|
|
12
|
-
date: 2013-
|
|
12
|
+
date: 2013-08-19 00:00:00.000000000 Z
|
|
13
13
|
dependencies:
|
|
14
14
|
- !ruby/object:Gem::Dependency
|
|
15
15
|
name: i18n
|