rails-i18n 7.0.6 → 7.0.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +21 -0
- data/lib/rails_i18n/common_pluralizations/east_slavic.rb +2 -2
- data/lib/rails_i18n/common_pluralizations/one_few_other.rb +2 -1
- data/lib/rails_i18n/common_pluralizations/one_other.rb +1 -1
- data/lib/rails_i18n/common_pluralizations/one_two_other.rb +5 -7
- data/lib/rails_i18n/common_pluralizations/one_upto_two_other.rb +4 -2
- data/lib/rails_i18n/common_pluralizations/one_with_zero_other.rb +6 -1
- data/lib/rails_i18n/common_pluralizations/romanian.rb +5 -2
- data/lib/rails_i18n/common_pluralizations/west_slavic.rb +4 -6
- data/rails/locale/af.yml +19 -19
- data/rails/locale/az.yml +12 -12
- data/rails/locale/bg.yml +12 -12
- data/rails/locale/bs.yml +6 -6
- data/rails/locale/ca.yml +17 -17
- data/rails/locale/cy.yml +251 -0
- data/rails/locale/da.yml +3 -3
- data/rails/locale/de-AT.yml +4 -4
- data/rails/locale/de-CH.yml +4 -4
- data/rails/locale/de-DE.yml +4 -4
- data/rails/locale/de.yml +4 -4
- data/rails/locale/el-CY.yml +9 -9
- data/rails/locale/el.yml +9 -9
- data/rails/locale/en-AU.yml +15 -15
- data/rails/locale/en-CA.yml +15 -15
- data/rails/locale/en-CY.yml +15 -15
- data/rails/locale/en-GB.yml +15 -15
- data/rails/locale/en-IE.yml +15 -15
- data/rails/locale/en-IN.yml +15 -15
- data/rails/locale/en-NZ.yml +15 -15
- data/rails/locale/en-TT.yml +15 -15
- data/rails/locale/en-US.yml +15 -15
- data/rails/locale/en-ZA.yml +18 -18
- data/rails/locale/en.yml +15 -15
- data/rails/locale/eo.yml +5 -5
- data/rails/locale/es-419.yml +16 -16
- data/rails/locale/es-AR.yml +16 -16
- data/rails/locale/es-CL.yml +16 -16
- data/rails/locale/es-CO.yml +16 -16
- data/rails/locale/es-CR.yml +16 -16
- data/rails/locale/es-EC.yml +16 -16
- data/rails/locale/es-ES.yml +16 -16
- data/rails/locale/es-MX.yml +16 -16
- data/rails/locale/es-NI.yml +16 -16
- data/rails/locale/es-PA.yml +16 -16
- data/rails/locale/es-PE.yml +16 -16
- data/rails/locale/es-US.yml +16 -16
- data/rails/locale/es-VE.yml +16 -16
- data/rails/locale/es.yml +19 -18
- data/rails/locale/eu.yml +4 -4
- data/rails/locale/fa.yml +2 -2
- data/rails/locale/fi.yml +3 -3
- data/rails/locale/fr-CA.yml +7 -7
- data/rails/locale/fr-CH.yml +7 -7
- data/rails/locale/fr-FR.yml +7 -7
- data/rails/locale/fr.yml +9 -9
- data/rails/locale/gd.yml +252 -0
- data/rails/locale/gl.yml +9 -9
- data/rails/locale/hi-IN.yml +2 -2
- data/rails/locale/hi.yml +2 -2
- data/rails/locale/hr.yml +46 -46
- data/rails/locale/hu.yml +12 -12
- data/rails/locale/id.yml +7 -7
- data/rails/locale/is.yml +14 -14
- data/rails/locale/it-CH.yml +10 -10
- data/rails/locale/it.yml +9 -9
- data/rails/locale/ja.yml +2 -0
- data/rails/locale/ka.yml +16 -16
- data/rails/locale/kn.yml +5 -5
- data/rails/locale/ko.yml +3 -3
- data/rails/locale/lb.yml +7 -7
- data/rails/locale/lv.yml +1 -2
- data/rails/locale/mg.yml +6 -6
- data/rails/locale/ml.yml +11 -11
- data/rails/locale/mn.yml +15 -15
- data/rails/locale/mr-IN.yml +2 -2
- data/rails/locale/ms.yml +13 -13
- data/rails/locale/nb.yml +16 -16
- data/rails/locale/ne.yml +15 -15
- data/rails/locale/nl.yml +7 -7
- data/rails/locale/nn.yml +10 -10
- data/rails/locale/oc.yml +1 -1
- data/rails/locale/or.yml +12 -12
- data/rails/locale/pa.yml +15 -15
- data/rails/locale/pap-AW.yml +16 -16
- data/rails/locale/pap-CW.yml +16 -16
- data/rails/locale/pl.yml +4 -4
- data/rails/locale/pt-BR.yml +18 -17
- data/rails/locale/pt.yml +15 -14
- data/rails/locale/rm.yml +2 -2
- data/rails/locale/ro.yml +6 -6
- data/rails/locale/ru.yml +17 -15
- data/rails/locale/sl.yml +10 -10
- data/rails/locale/sq.yml +15 -19
- data/rails/locale/sw.yml +9 -9
- data/rails/locale/ta.yml +10 -10
- data/rails/locale/tr.yml +16 -16
- data/rails/locale/uz.yml +1 -1
- data/rails/locale/wo.yml +15 -15
- data/rails/ordinals/de-AT.rb +15 -0
- data/rails/ordinals/de-CH.rb +15 -0
- data/rails/ordinals/de-DE.rb +15 -0
- data/rails/ordinals/de.rb +15 -0
- data/rails/ordinals/gd.rb +24 -0
- data/rails/pluralization/ar.rb +3 -2
- data/rails/pluralization/gd.rb +29 -0
- data/rails/pluralization/hsb.rb +7 -9
- data/rails/pluralization/lt.rb +3 -2
- data/rails/pluralization/lv.rb +1 -2
- data/rails/pluralization/mk.rb +2 -3
- data/rails/pluralization/pl.rb +4 -3
- data/rails/pluralization/sl.rb +7 -11
- metadata +10 -2
data/rails/locale/en-CY.yml
CHANGED
@@ -63,41 +63,41 @@ en-CY:
|
|
63
63
|
datetime:
|
64
64
|
distance_in_words:
|
65
65
|
about_x_hours:
|
66
|
-
one: about
|
66
|
+
one: about %{count} hour
|
67
67
|
other: about %{count} hours
|
68
68
|
about_x_months:
|
69
|
-
one: about
|
69
|
+
one: about %{count} month
|
70
70
|
other: about %{count} months
|
71
71
|
about_x_years:
|
72
|
-
one: about
|
72
|
+
one: about %{count} year
|
73
73
|
other: about %{count} years
|
74
74
|
almost_x_years:
|
75
|
-
one: almost
|
75
|
+
one: almost %{count} year
|
76
76
|
other: almost %{count} years
|
77
77
|
half_a_minute: half a minute
|
78
78
|
less_than_x_seconds:
|
79
|
-
one: less than
|
79
|
+
one: less than %{count} second
|
80
80
|
other: less than %{count} seconds
|
81
81
|
less_than_x_minutes:
|
82
82
|
one: less than a minute
|
83
83
|
other: less than %{count} minutes
|
84
84
|
over_x_years:
|
85
|
-
one: over
|
85
|
+
one: over %{count} year
|
86
86
|
other: over %{count} years
|
87
87
|
x_seconds:
|
88
|
-
one:
|
88
|
+
one: "%{count} second"
|
89
89
|
other: "%{count} seconds"
|
90
90
|
x_minutes:
|
91
|
-
one:
|
91
|
+
one: "%{count} minute"
|
92
92
|
other: "%{count} minutes"
|
93
93
|
x_days:
|
94
|
-
one:
|
94
|
+
one: "%{count} day"
|
95
95
|
other: "%{count} days"
|
96
96
|
x_months:
|
97
|
-
one:
|
97
|
+
one: "%{count} month"
|
98
98
|
other: "%{count} months"
|
99
99
|
x_years:
|
100
|
-
one:
|
100
|
+
one: "%{count} year"
|
101
101
|
other: "%{count} years"
|
102
102
|
prompts:
|
103
103
|
second: Second
|
@@ -131,18 +131,18 @@ en-CY:
|
|
131
131
|
required: must exist
|
132
132
|
taken: has already been taken
|
133
133
|
too_long:
|
134
|
-
one: is too long (maximum is
|
134
|
+
one: is too long (maximum is %{count} character)
|
135
135
|
other: is too long (maximum is %{count} characters)
|
136
136
|
too_short:
|
137
|
-
one: is too short (minimum is
|
137
|
+
one: is too short (minimum is %{count} character)
|
138
138
|
other: is too short (minimum is %{count} characters)
|
139
139
|
wrong_length:
|
140
|
-
one: is the wrong length (should be
|
140
|
+
one: is the wrong length (should be %{count} character)
|
141
141
|
other: is the wrong length (should be %{count} characters)
|
142
142
|
template:
|
143
143
|
body: 'There were problems with the following fields:'
|
144
144
|
header:
|
145
|
-
one:
|
145
|
+
one: "%{count} error prohibited this %{model} from being saved"
|
146
146
|
other: "%{count} errors prohibited this %{model} from being saved"
|
147
147
|
helpers:
|
148
148
|
select:
|
data/rails/locale/en-GB.yml
CHANGED
@@ -63,41 +63,41 @@ en-GB:
|
|
63
63
|
datetime:
|
64
64
|
distance_in_words:
|
65
65
|
about_x_hours:
|
66
|
-
one: about
|
66
|
+
one: about %{count} hour
|
67
67
|
other: about %{count} hours
|
68
68
|
about_x_months:
|
69
|
-
one: about
|
69
|
+
one: about %{count} month
|
70
70
|
other: about %{count} months
|
71
71
|
about_x_years:
|
72
|
-
one: about
|
72
|
+
one: about %{count} year
|
73
73
|
other: about %{count} years
|
74
74
|
almost_x_years:
|
75
|
-
one: almost
|
75
|
+
one: almost %{count} year
|
76
76
|
other: almost %{count} years
|
77
77
|
half_a_minute: half a minute
|
78
78
|
less_than_x_seconds:
|
79
|
-
one: less than
|
79
|
+
one: less than %{count} second
|
80
80
|
other: less than %{count} seconds
|
81
81
|
less_than_x_minutes:
|
82
82
|
one: less than a minute
|
83
83
|
other: less than %{count} minutes
|
84
84
|
over_x_years:
|
85
|
-
one: over
|
85
|
+
one: over %{count} year
|
86
86
|
other: over %{count} years
|
87
87
|
x_seconds:
|
88
|
-
one:
|
88
|
+
one: "%{count} second"
|
89
89
|
other: "%{count} seconds"
|
90
90
|
x_minutes:
|
91
|
-
one:
|
91
|
+
one: "%{count} minute"
|
92
92
|
other: "%{count} minutes"
|
93
93
|
x_days:
|
94
|
-
one:
|
94
|
+
one: "%{count} day"
|
95
95
|
other: "%{count} days"
|
96
96
|
x_months:
|
97
|
-
one:
|
97
|
+
one: "%{count} month"
|
98
98
|
other: "%{count} months"
|
99
99
|
x_years:
|
100
|
-
one:
|
100
|
+
one: "%{count} year"
|
101
101
|
other: "%{count} years"
|
102
102
|
prompts:
|
103
103
|
second: Second
|
@@ -131,18 +131,18 @@ en-GB:
|
|
131
131
|
required: must exist
|
132
132
|
taken: has already been taken
|
133
133
|
too_long:
|
134
|
-
one: is too long (maximum is
|
134
|
+
one: is too long (maximum is %{count} character)
|
135
135
|
other: is too long (maximum is %{count} characters)
|
136
136
|
too_short:
|
137
|
-
one: is too short (minimum is
|
137
|
+
one: is too short (minimum is %{count} character)
|
138
138
|
other: is too short (minimum is %{count} characters)
|
139
139
|
wrong_length:
|
140
|
-
one: is the wrong length (should be
|
140
|
+
one: is the wrong length (should be %{count} character)
|
141
141
|
other: is the wrong length (should be %{count} characters)
|
142
142
|
template:
|
143
143
|
body: 'There were problems with the following fields:'
|
144
144
|
header:
|
145
|
-
one:
|
145
|
+
one: "%{count} error prohibited this %{model} from being saved"
|
146
146
|
other: "%{count} errors prohibited this %{model} from being saved"
|
147
147
|
helpers:
|
148
148
|
select:
|
data/rails/locale/en-IE.yml
CHANGED
@@ -63,41 +63,41 @@ en-IE:
|
|
63
63
|
datetime:
|
64
64
|
distance_in_words:
|
65
65
|
about_x_hours:
|
66
|
-
one: about
|
66
|
+
one: about %{count} hour
|
67
67
|
other: about %{count} hours
|
68
68
|
about_x_months:
|
69
|
-
one: about
|
69
|
+
one: about %{count} month
|
70
70
|
other: about %{count} months
|
71
71
|
about_x_years:
|
72
|
-
one: about
|
72
|
+
one: about %{count} year
|
73
73
|
other: about %{count} years
|
74
74
|
almost_x_years:
|
75
|
-
one: almost
|
75
|
+
one: almost %{count} year
|
76
76
|
other: almost %{count} years
|
77
77
|
half_a_minute: half a minute
|
78
78
|
less_than_x_seconds:
|
79
|
-
one: less than
|
79
|
+
one: less than %{count} second
|
80
80
|
other: less than %{count} seconds
|
81
81
|
less_than_x_minutes:
|
82
82
|
one: less than a minute
|
83
83
|
other: less than %{count} minutes
|
84
84
|
over_x_years:
|
85
|
-
one: over
|
85
|
+
one: over %{count} year
|
86
86
|
other: over %{count} years
|
87
87
|
x_seconds:
|
88
|
-
one:
|
88
|
+
one: "%{count} second"
|
89
89
|
other: "%{count} seconds"
|
90
90
|
x_minutes:
|
91
|
-
one:
|
91
|
+
one: "%{count} minute"
|
92
92
|
other: "%{count} minutes"
|
93
93
|
x_days:
|
94
|
-
one:
|
94
|
+
one: "%{count} day"
|
95
95
|
other: "%{count} days"
|
96
96
|
x_months:
|
97
|
-
one:
|
97
|
+
one: "%{count} month"
|
98
98
|
other: "%{count} months"
|
99
99
|
x_years:
|
100
|
-
one:
|
100
|
+
one: "%{count} year"
|
101
101
|
other: "%{count} years"
|
102
102
|
prompts:
|
103
103
|
second: Second
|
@@ -131,18 +131,18 @@ en-IE:
|
|
131
131
|
required: must exist
|
132
132
|
taken: has already been taken
|
133
133
|
too_long:
|
134
|
-
one: is too long (maximum is
|
134
|
+
one: is too long (maximum is %{count} character)
|
135
135
|
other: is too long (maximum is %{count} characters)
|
136
136
|
too_short:
|
137
|
-
one: is too short (minimum is
|
137
|
+
one: is too short (minimum is %{count} character)
|
138
138
|
other: is too short (minimum is %{count} characters)
|
139
139
|
wrong_length:
|
140
|
-
one: is the wrong length (should be
|
140
|
+
one: is the wrong length (should be %{count} character)
|
141
141
|
other: is the wrong length (should be %{count} characters)
|
142
142
|
template:
|
143
143
|
body: 'There were problems with the following fields:'
|
144
144
|
header:
|
145
|
-
one:
|
145
|
+
one: "%{count} error prohibited this %{model} from being saved"
|
146
146
|
other: "%{count} errors prohibited this %{model} from being saved"
|
147
147
|
helpers:
|
148
148
|
select:
|
data/rails/locale/en-IN.yml
CHANGED
@@ -63,41 +63,41 @@ en-IN:
|
|
63
63
|
datetime:
|
64
64
|
distance_in_words:
|
65
65
|
about_x_hours:
|
66
|
-
one: about
|
66
|
+
one: about %{count} hour
|
67
67
|
other: about %{count} hours
|
68
68
|
about_x_months:
|
69
|
-
one: about
|
69
|
+
one: about %{count} month
|
70
70
|
other: about %{count} months
|
71
71
|
about_x_years:
|
72
|
-
one: about
|
72
|
+
one: about %{count} year
|
73
73
|
other: about %{count} years
|
74
74
|
almost_x_years:
|
75
|
-
one: almost
|
75
|
+
one: almost %{count} year
|
76
76
|
other: almost %{count} years
|
77
77
|
half_a_minute: half a minute
|
78
78
|
less_than_x_seconds:
|
79
|
-
one: less than
|
79
|
+
one: less than %{count} second
|
80
80
|
other: less than %{count} seconds
|
81
81
|
less_than_x_minutes:
|
82
82
|
one: less than a minute
|
83
83
|
other: less than %{count} minutes
|
84
84
|
over_x_years:
|
85
|
-
one: over
|
85
|
+
one: over %{count} year
|
86
86
|
other: over %{count} years
|
87
87
|
x_seconds:
|
88
|
-
one:
|
88
|
+
one: "%{count} second"
|
89
89
|
other: "%{count} seconds"
|
90
90
|
x_minutes:
|
91
|
-
one:
|
91
|
+
one: "%{count} minute"
|
92
92
|
other: "%{count} minutes"
|
93
93
|
x_days:
|
94
|
-
one:
|
94
|
+
one: "%{count} day"
|
95
95
|
other: "%{count} days"
|
96
96
|
x_months:
|
97
|
-
one:
|
97
|
+
one: "%{count} month"
|
98
98
|
other: "%{count} months"
|
99
99
|
x_years:
|
100
|
-
one:
|
100
|
+
one: "%{count} year"
|
101
101
|
other: "%{count} years"
|
102
102
|
prompts:
|
103
103
|
second: Second
|
@@ -131,18 +131,18 @@ en-IN:
|
|
131
131
|
required: must exist
|
132
132
|
taken: has already been taken
|
133
133
|
too_long:
|
134
|
-
one: is too long (maximum is
|
134
|
+
one: is too long (maximum is %{count} character)
|
135
135
|
other: is too long (maximum is %{count} characters)
|
136
136
|
too_short:
|
137
|
-
one: is too short (minimum is
|
137
|
+
one: is too short (minimum is %{count} character)
|
138
138
|
other: is too short (minimum is %{count} characters)
|
139
139
|
wrong_length:
|
140
|
-
one: is the wrong length (should be
|
140
|
+
one: is the wrong length (should be %{count} character)
|
141
141
|
other: is the wrong length (should be %{count} characters)
|
142
142
|
template:
|
143
143
|
body: 'There were problems with the following fields:'
|
144
144
|
header:
|
145
|
-
one:
|
145
|
+
one: "%{count} error prohibited this %{model} from being saved"
|
146
146
|
other: "%{count} errors prohibited this %{model} from being saved"
|
147
147
|
helpers:
|
148
148
|
select:
|
data/rails/locale/en-NZ.yml
CHANGED
@@ -63,41 +63,41 @@ en-NZ:
|
|
63
63
|
datetime:
|
64
64
|
distance_in_words:
|
65
65
|
about_x_hours:
|
66
|
-
one: about
|
66
|
+
one: about %{count} hour
|
67
67
|
other: about %{count} hours
|
68
68
|
about_x_months:
|
69
|
-
one: about
|
69
|
+
one: about %{count} month
|
70
70
|
other: about %{count} months
|
71
71
|
about_x_years:
|
72
|
-
one: about
|
72
|
+
one: about %{count} year
|
73
73
|
other: about %{count} years
|
74
74
|
almost_x_years:
|
75
|
-
one: almost
|
75
|
+
one: almost %{count} year
|
76
76
|
other: almost %{count} years
|
77
77
|
half_a_minute: half a minute
|
78
78
|
less_than_x_seconds:
|
79
|
-
one: less than
|
79
|
+
one: less than %{count} second
|
80
80
|
other: less than %{count} seconds
|
81
81
|
less_than_x_minutes:
|
82
82
|
one: less than a minute
|
83
83
|
other: less than %{count} minutes
|
84
84
|
over_x_years:
|
85
|
-
one: over
|
85
|
+
one: over %{count} year
|
86
86
|
other: over %{count} years
|
87
87
|
x_seconds:
|
88
|
-
one:
|
88
|
+
one: "%{count} second"
|
89
89
|
other: "%{count} seconds"
|
90
90
|
x_minutes:
|
91
|
-
one:
|
91
|
+
one: "%{count} minute"
|
92
92
|
other: "%{count} minutes"
|
93
93
|
x_days:
|
94
|
-
one:
|
94
|
+
one: "%{count} day"
|
95
95
|
other: "%{count} days"
|
96
96
|
x_months:
|
97
|
-
one:
|
97
|
+
one: "%{count} month"
|
98
98
|
other: "%{count} months"
|
99
99
|
x_years:
|
100
|
-
one:
|
100
|
+
one: "%{count} year"
|
101
101
|
other: "%{count} years"
|
102
102
|
prompts:
|
103
103
|
second: Second
|
@@ -131,18 +131,18 @@ en-NZ:
|
|
131
131
|
required: must exist
|
132
132
|
taken: has already been taken
|
133
133
|
too_long:
|
134
|
-
one: is too long (maximum is
|
134
|
+
one: is too long (maximum is %{count} character)
|
135
135
|
other: is too long (maximum is %{count} characters)
|
136
136
|
too_short:
|
137
|
-
one: is too short (minimum is
|
137
|
+
one: is too short (minimum is %{count} character)
|
138
138
|
other: is too short (minimum is %{count} characters)
|
139
139
|
wrong_length:
|
140
|
-
one: is the wrong length (should be
|
140
|
+
one: is the wrong length (should be %{count} character)
|
141
141
|
other: is the wrong length (should be %{count} characters)
|
142
142
|
template:
|
143
143
|
body: 'There were problems with the following fields:'
|
144
144
|
header:
|
145
|
-
one:
|
145
|
+
one: "%{count} error prohibited this %{model} from being saved"
|
146
146
|
other: "%{count} errors prohibited this %{model} from being saved"
|
147
147
|
helpers:
|
148
148
|
select:
|
data/rails/locale/en-TT.yml
CHANGED
@@ -63,41 +63,41 @@ en-TT:
|
|
63
63
|
datetime:
|
64
64
|
distance_in_words:
|
65
65
|
about_x_hours:
|
66
|
-
one: about
|
66
|
+
one: about %{count} hour
|
67
67
|
other: about %{count} hours
|
68
68
|
about_x_months:
|
69
|
-
one: about
|
69
|
+
one: about %{count} month
|
70
70
|
other: about %{count} months
|
71
71
|
about_x_years:
|
72
|
-
one: about
|
72
|
+
one: about %{count} year
|
73
73
|
other: about %{count} years
|
74
74
|
almost_x_years:
|
75
|
-
one: almost
|
75
|
+
one: almost %{count} year
|
76
76
|
other: almost %{count} years
|
77
77
|
half_a_minute: half a minute
|
78
78
|
less_than_x_minutes:
|
79
79
|
one: less than a minute
|
80
80
|
other: less than %{count} minutes
|
81
81
|
less_than_x_seconds:
|
82
|
-
one: less than
|
82
|
+
one: less than %{count} second
|
83
83
|
other: less than %{count} seconds
|
84
84
|
over_x_years:
|
85
|
-
one: over
|
85
|
+
one: over %{count} year
|
86
86
|
other: over %{count} years
|
87
87
|
x_days:
|
88
|
-
one:
|
88
|
+
one: "%{count} day"
|
89
89
|
other: "%{count} days"
|
90
90
|
x_minutes:
|
91
|
-
one:
|
91
|
+
one: "%{count} minute"
|
92
92
|
other: "%{count} minutes"
|
93
93
|
x_months:
|
94
|
-
one:
|
94
|
+
one: "%{count} month"
|
95
95
|
other: "%{count} months"
|
96
96
|
x_years:
|
97
|
-
one:
|
97
|
+
one: "%{count} year"
|
98
98
|
other: "%{count} years"
|
99
99
|
x_seconds:
|
100
|
-
one:
|
100
|
+
one: "%{count} second"
|
101
101
|
other: "%{count} seconds"
|
102
102
|
prompts:
|
103
103
|
day: Day
|
@@ -130,19 +130,19 @@ en-TT:
|
|
130
130
|
required: must exist
|
131
131
|
taken: has already been taken
|
132
132
|
too_long:
|
133
|
-
one: is too long (maximum is
|
133
|
+
one: is too long (maximum is %{count} character)
|
134
134
|
other: is too long (maximum is %{count} characters)
|
135
135
|
too_short:
|
136
|
-
one: is too short (minimum is
|
136
|
+
one: is too short (minimum is %{count} character)
|
137
137
|
other: is too short (minimum is %{count} characters)
|
138
138
|
wrong_length:
|
139
|
-
one: is the wrong length (should be
|
139
|
+
one: is the wrong length (should be %{count} character)
|
140
140
|
other: is the wrong length (should be %{count} characters)
|
141
141
|
other_than: must be other than %{count}
|
142
142
|
template:
|
143
143
|
body: 'There were problems with the following fields:'
|
144
144
|
header:
|
145
|
-
one:
|
145
|
+
one: "%{count} error prohibited this %{model} from being saved"
|
146
146
|
other: "%{count} errors prohibited this %{model} from being saved"
|
147
147
|
helpers:
|
148
148
|
select:
|
data/rails/locale/en-US.yml
CHANGED
@@ -63,41 +63,41 @@ en-US:
|
|
63
63
|
datetime:
|
64
64
|
distance_in_words:
|
65
65
|
about_x_hours:
|
66
|
-
one: about
|
66
|
+
one: about %{count} hour
|
67
67
|
other: about %{count} hours
|
68
68
|
about_x_months:
|
69
|
-
one: about
|
69
|
+
one: about %{count} month
|
70
70
|
other: about %{count} months
|
71
71
|
about_x_years:
|
72
|
-
one: about
|
72
|
+
one: about %{count} year
|
73
73
|
other: about %{count} years
|
74
74
|
almost_x_years:
|
75
|
-
one: almost
|
75
|
+
one: almost %{count} year
|
76
76
|
other: almost %{count} years
|
77
77
|
half_a_minute: half a minute
|
78
78
|
less_than_x_seconds:
|
79
|
-
one: less than
|
79
|
+
one: less than %{count} second
|
80
80
|
other: less than %{count} seconds
|
81
81
|
less_than_x_minutes:
|
82
82
|
one: less than a minute
|
83
83
|
other: less than %{count} minutes
|
84
84
|
over_x_years:
|
85
|
-
one: over
|
85
|
+
one: over %{count} year
|
86
86
|
other: over %{count} years
|
87
87
|
x_seconds:
|
88
|
-
one:
|
88
|
+
one: "%{count} second"
|
89
89
|
other: "%{count} seconds"
|
90
90
|
x_minutes:
|
91
|
-
one:
|
91
|
+
one: "%{count} minute"
|
92
92
|
other: "%{count} minutes"
|
93
93
|
x_days:
|
94
|
-
one:
|
94
|
+
one: "%{count} day"
|
95
95
|
other: "%{count} days"
|
96
96
|
x_months:
|
97
|
-
one:
|
97
|
+
one: "%{count} month"
|
98
98
|
other: "%{count} months"
|
99
99
|
x_years:
|
100
|
-
one:
|
100
|
+
one: "%{count} year"
|
101
101
|
other: "%{count} years"
|
102
102
|
prompts:
|
103
103
|
second: Second
|
@@ -131,18 +131,18 @@ en-US:
|
|
131
131
|
required: must exist
|
132
132
|
taken: has already been taken
|
133
133
|
too_long:
|
134
|
-
one: is too long (maximum is
|
134
|
+
one: is too long (maximum is %{count} character)
|
135
135
|
other: is too long (maximum is %{count} characters)
|
136
136
|
too_short:
|
137
|
-
one: is too short (minimum is
|
137
|
+
one: is too short (minimum is %{count} character)
|
138
138
|
other: is too short (minimum is %{count} characters)
|
139
139
|
wrong_length:
|
140
|
-
one: is the wrong length (should be
|
140
|
+
one: is the wrong length (should be %{count} character)
|
141
141
|
other: is the wrong length (should be %{count} characters)
|
142
142
|
template:
|
143
143
|
body: 'There were problems with the following fields:'
|
144
144
|
header:
|
145
|
-
one:
|
145
|
+
one: "%{count} error prohibited this %{model} from being saved"
|
146
146
|
other: "%{count} errors prohibited this %{model} from being saved"
|
147
147
|
helpers:
|
148
148
|
select:
|
data/rails/locale/en-ZA.yml
CHANGED
@@ -63,41 +63,41 @@ en-ZA:
|
|
63
63
|
datetime:
|
64
64
|
distance_in_words:
|
65
65
|
about_x_hours:
|
66
|
-
one: about
|
66
|
+
one: about %{count} hour
|
67
67
|
other: about %{count} hours
|
68
68
|
about_x_months:
|
69
|
-
one: about
|
69
|
+
one: about %{count} month
|
70
70
|
other: about %{count} months
|
71
71
|
about_x_years:
|
72
|
-
one: about
|
72
|
+
one: about %{count} year
|
73
73
|
other: about %{count} years
|
74
74
|
almost_x_years:
|
75
|
-
one: almost
|
75
|
+
one: almost %{count} year
|
76
76
|
other: almost %{count} years
|
77
77
|
half_a_minute: half a minute
|
78
78
|
less_than_x_seconds:
|
79
|
-
one: less than
|
79
|
+
one: less than %{count} second
|
80
80
|
other: less than %{count} seconds
|
81
81
|
less_than_x_minutes:
|
82
82
|
one: less than a minute
|
83
83
|
other: less than %{count} minutes
|
84
84
|
over_x_years:
|
85
|
-
one: over
|
85
|
+
one: over %{count} year
|
86
86
|
other: over %{count} years
|
87
87
|
x_seconds:
|
88
|
-
one:
|
88
|
+
one: "%{count} second"
|
89
89
|
other: "%{count} seconds"
|
90
90
|
x_minutes:
|
91
|
-
one:
|
91
|
+
one: "%{count} minute"
|
92
92
|
other: "%{count} minutes"
|
93
93
|
x_days:
|
94
|
-
one:
|
94
|
+
one: "%{count} day"
|
95
95
|
other: "%{count} days"
|
96
96
|
x_months:
|
97
|
-
one:
|
97
|
+
one: "%{count} month"
|
98
98
|
other: "%{count} months"
|
99
99
|
x_years:
|
100
|
-
one:
|
100
|
+
one: "%{count} year"
|
101
101
|
other: "%{count} years"
|
102
102
|
prompts:
|
103
103
|
second: Second
|
@@ -131,18 +131,18 @@ en-ZA:
|
|
131
131
|
required: must exist
|
132
132
|
taken: has already been taken
|
133
133
|
too_long:
|
134
|
-
one: is too long (maximum is
|
134
|
+
one: is too long (maximum is %{count} character)
|
135
135
|
other: is too long (maximum is %{count} characters)
|
136
136
|
too_short:
|
137
|
-
one: is too short (minimum is
|
137
|
+
one: is too short (minimum is %{count} character)
|
138
138
|
other: is too short (minimum is %{count} characters)
|
139
139
|
wrong_length:
|
140
|
-
one: is the wrong length (should be
|
140
|
+
one: is the wrong length (should be %{count} character)
|
141
141
|
other: is the wrong length (should be %{count} characters)
|
142
142
|
template:
|
143
143
|
body: 'There were problems with the following fields:'
|
144
144
|
header:
|
145
|
-
one:
|
145
|
+
one: "%{count} error prohibited this %{model} from being saved"
|
146
146
|
other: "%{count} errors prohibited this %{model} from being saved"
|
147
147
|
helpers:
|
148
148
|
select:
|
@@ -154,10 +154,10 @@ en-ZA:
|
|
154
154
|
number:
|
155
155
|
currency:
|
156
156
|
format:
|
157
|
-
delimiter: "
|
158
|
-
format: "%u%n"
|
157
|
+
delimiter: " "
|
158
|
+
format: "%u %n"
|
159
159
|
precision: 2
|
160
|
-
separator: "
|
160
|
+
separator: ","
|
161
161
|
significant: false
|
162
162
|
strip_insignificant_zeros: false
|
163
163
|
unit: R
|