refinerycms-i18n 0.9.9.9 → 0.9.9.10

Sign up to get free protection for your applications and to get access to all the features.
Files changed (74) hide show
  1. data/config/locales/ar.yml +4 -1
  2. data/config/locales/bg.yml +4 -1
  3. data/config/locales/bn-IN.yml +4 -1
  4. data/config/locales/bs.yml +4 -1
  5. data/config/locales/{ca-ES.yml → ca.yml} +16 -1
  6. data/config/locales/{cz.rb → cs.rb} +2 -2
  7. data/config/locales/cy.yml +181 -0
  8. data/config/locales/da.yml +115 -87
  9. data/config/locales/de-AT.yml +29 -15
  10. data/config/locales/de-CH.yml +154 -0
  11. data/config/locales/de.yml +89 -37
  12. data/config/locales/dsb.yml +185 -182
  13. data/config/locales/el.yml +95 -153
  14. data/config/locales/en-AU.yml +180 -0
  15. data/config/locales/en-GB.yml +210 -0
  16. data/config/locales/en-US.yml +182 -0
  17. data/config/locales/eo.yml +182 -0
  18. data/config/locales/es-AR.yml +150 -141
  19. data/config/locales/es-CO.yml +79 -46
  20. data/config/locales/es-MX.yml +81 -13
  21. data/config/locales/es-PE.yml +124 -0
  22. data/config/locales/es.yml +183 -84
  23. data/config/locales/et.yml +93 -15
  24. data/config/locales/eu.yml +264 -0
  25. data/config/locales/fa.yml +36 -12
  26. data/config/locales/fi.yml +6 -5
  27. data/config/locales/fr-CA.yml +187 -0
  28. data/config/locales/fr-CH.yml +111 -50
  29. data/config/locales/fr.yml +95 -53
  30. data/config/locales/fun/en-AU.rb +1 -1
  31. data/config/locales/fun/gibberish.rb +2 -2
  32. data/config/locales/fur.yml +4 -1
  33. data/config/locales/gl-ES.yml +4 -1
  34. data/config/locales/gsw-CH.yml +182 -0
  35. data/config/locales/he.yml +4 -1
  36. data/config/locales/hi-IN.yml +181 -0
  37. data/config/locales/hi.yml +181 -0
  38. data/config/locales/hr.yml +4 -1
  39. data/config/locales/hsb.yml +193 -190
  40. data/config/locales/hu.yml +4 -1
  41. data/config/locales/id.yml +35 -15
  42. data/config/locales/is.yml +5 -2
  43. data/config/locales/it.yml +76 -24
  44. data/config/locales/ja.yml +72 -23
  45. data/config/locales/ko.yml +131 -98
  46. data/config/locales/lo.yml +42 -39
  47. data/config/locales/lt.yml +4 -1
  48. data/config/locales/lv.yml +58 -9
  49. data/config/locales/mk.yml +4 -1
  50. data/config/locales/mn.yml +159 -0
  51. data/config/locales/nb.yml +44 -7
  52. data/config/locales/nl.yml +171 -158
  53. data/config/locales/nn.yml +5 -2
  54. data/config/locales/pl.yml +117 -51
  55. data/config/locales/pt-BR.yml +85 -25
  56. data/config/locales/pt-PT.yml +132 -162
  57. data/config/locales/rm.yml +4 -1
  58. data/config/locales/ro.yml +6 -3
  59. data/config/locales/ru.yml +4 -1
  60. data/config/locales/sk.yml +195 -139
  61. data/config/locales/sl.yml +4 -1
  62. data/config/locales/sr-Latn.yml +4 -1
  63. data/config/locales/sr.yml +4 -1
  64. data/config/locales/sv.yml +85 -32
  65. data/config/locales/sw.yml +135 -76
  66. data/config/locales/th.rb +180 -203
  67. data/config/locales/tr.yml +4 -1
  68. data/config/locales/uk.yml +4 -1
  69. data/config/locales/vi.yml +4 -1
  70. data/config/locales/zh-CN.yml +91 -12
  71. data/config/locales/zh-TW.yml +92 -14
  72. data/lib/gemspec.rb +1 -1
  73. data/lib/refinery/i18n.rb +1 -1
  74. metadata +18 -5
@@ -13,7 +13,10 @@ de-AT:
13
13
  abbr_day_names: [So, Mo, Di, Mi, Do, Fr, Sa]
14
14
  month_names: [~, Jänner, Februar, März, April, Mai, Juni, Juli, August, September, Oktober, November, Dezember]
15
15
  abbr_month_names: [~, Jän, Feb, Mär, Apr, Mai, Jun, Jul, Aug, Sep, Okt, Nov, Dez]
16
- order: [ :day, :month, :year ]
16
+ order:
17
+ - :day
18
+ - :month
19
+ - :year
17
20
 
18
21
  time:
19
22
  formats:
@@ -29,36 +32,37 @@ de-AT:
29
32
  distance_in_words:
30
33
  half_a_minute: 'eine halbe Minute'
31
34
  less_than_x_seconds:
32
- zero: 'weniger als 1 Sekunde'
33
- one: 'weniger als 1 Sekunde'
35
+ one: 'weniger als eine Sekunde'
34
36
  other: 'weniger als %{count} Sekunden'
35
37
  x_seconds:
36
- one: '1 Sekunde'
38
+ one: 'eine Sekunde'
37
39
  other: '%{count} Sekunden'
38
40
  less_than_x_minutes:
39
- zero: 'weniger als 1 Minute'
40
41
  one: 'weniger als eine Minute'
41
42
  other: 'weniger als %{count} Minuten'
42
43
  x_minutes:
43
- one: '1 Minute'
44
+ one: 'eine Minute'
44
45
  other: '%{count} Minuten'
45
46
  about_x_hours:
46
- one: 'etwa 1 Stunde'
47
+ one: 'etwa eine Stunde'
47
48
  other: 'etwa %{count} Stunden'
48
49
  x_days:
49
- one: '1 Tag'
50
+ one: 'ein Tag'
50
51
  other: '%{count} Tage'
51
52
  about_x_months:
52
- one: 'etwa 1 Monat'
53
+ one: 'etwa ein Monat'
53
54
  other: 'etwa %{count} Monate'
54
55
  x_months:
55
- one: '1 Monat'
56
+ one: 'ein Monat'
56
57
  other: '%{count} Monate'
58
+ almost_x_years:
59
+ one: 'fast ein Jahr'
60
+ other: 'fast %{count} Jahre'
57
61
  about_x_years:
58
- one: 'etwa 1 Jahr'
62
+ one: 'etwa ein Jahr'
59
63
  other: 'etwa %{count} Jahre'
60
64
  over_x_years:
61
- one: 'mehr als 1 Jahr'
65
+ one: 'mehr als ein Jahr'
62
66
  other: 'mehr als %{count} Jahre'
63
67
  prompts:
64
68
  second: "Sekunden"
@@ -108,13 +112,23 @@ de-AT:
108
112
  words_connector: ", "
109
113
  two_words_connector: " und "
110
114
  last_word_connector: " und "
115
+ select:
116
+ prompt: "Bitte wählen:"
117
+
118
+ activemodel:
119
+ errors:
120
+ template:
121
+ header:
122
+ one: "Konnte %{model} nicht speichern: ein Fehler."
123
+ other: "Konnte %{model} nicht speichern: %{count} Fehler."
124
+ body: "Bitte überprüfen Sie die folgenden Felder:"
111
125
 
112
126
  activerecord:
113
127
  errors:
114
128
  template:
115
129
  header:
116
- one: "Konnte dieses %{model} Objekt nicht speichern: 1 Fehler."
117
- other: "Konnte dieses %{model} Objekt nicht speichern: %{count} Fehler."
130
+ one: "Konnte %{model} nicht speichern: ein Fehler."
131
+ other: "Konnte %{model} nicht speichern: %{count} Fehler."
118
132
  body: "Bitte überprüfen Sie die folgenden Felder:"
119
133
 
120
134
  messages:
@@ -137,4 +151,4 @@ de-AT:
137
151
  less_than_or_equal_to: "muss kleiner oder gleich %{count} sein"
138
152
  odd: "muss ungerade sein"
139
153
  even: "muss gerade sein"
140
- models:
154
+ record_invalid: "Gültigkeitsprüfung ist fehlgeschlagen: %{errors}"
@@ -0,0 +1,154 @@
1
+ # German (Switzerland) translations for Ruby on Rails
2
+ # by Clemens Kofler (clemens@railway.at)
3
+
4
+ de-CH:
5
+ date:
6
+ formats:
7
+ default: "%d.%m.%Y"
8
+ short: "%e. %b"
9
+ long: "%e. %B %Y"
10
+ only_day: "%e"
11
+
12
+ day_names: [Sonntag, Montag, Dienstag, Mittwoch, Donnerstag, Freitag, Samstag]
13
+ abbr_day_names: [So, Mo, Di, Mi, Do, Fr, Sa]
14
+ month_names: [~, Januar, Februar, März, April, Mai, Juni, Juli, August, September, Oktober, November, Dezember]
15
+ abbr_month_names: [~, Jan, Feb, Mär, Apr, Mai, Jun, Jul, Aug, Sep, Okt, Nov, Dez]
16
+ order:
17
+ - :day
18
+ - :month
19
+ - :year
20
+
21
+ time:
22
+ formats:
23
+ default: "%A, %d. %B %Y, %H:%M Uhr"
24
+ short: "%d. %B, %H:%M Uhr"
25
+ long: "%A, %d. %B %Y, %H:%M Uhr"
26
+ time: "%H:%M"
27
+
28
+ am: "vormittags"
29
+ pm: "nachmittags"
30
+
31
+ datetime:
32
+ distance_in_words:
33
+ half_a_minute: 'eine halbe Minute'
34
+ less_than_x_seconds:
35
+ one: 'weniger als eine Sekunde'
36
+ other: 'weniger als %{count} Sekunden'
37
+ x_seconds:
38
+ one: 'eine Sekunde'
39
+ other: '%{count} Sekunden'
40
+ less_than_x_minutes:
41
+ one: 'weniger als eine Minute'
42
+ other: 'weniger als %{count} Minuten'
43
+ x_minutes:
44
+ one: 'eine Minute'
45
+ other: '%{count} Minuten'
46
+ about_x_hours:
47
+ one: 'etwa eine Stunde'
48
+ other: 'etwa %{count} Stunden'
49
+ x_days:
50
+ one: 'ein Tag'
51
+ other: '%{count} Tage'
52
+ about_x_months:
53
+ one: 'etwa ein Monat'
54
+ other: 'etwa %{count} Monate'
55
+ x_months:
56
+ one: 'ein Monat'
57
+ other: '%{count} Monate'
58
+ almost_x_years:
59
+ one: 'fast ein Jahr'
60
+ other: 'fast %{count} Jahre'
61
+ about_x_years:
62
+ one: 'etwa ein Jahr'
63
+ other: 'etwa %{count} Jahre'
64
+ over_x_years:
65
+ one: 'mehr als ein Jahr'
66
+ other: 'mehr als %{count} Jahre'
67
+ prompts:
68
+ second: "Sekunden"
69
+ minute: "Minuten"
70
+ hour: "Stunden"
71
+ day: "Tag"
72
+ month: "Monat"
73
+ year: "Jahr"
74
+
75
+ number:
76
+ format:
77
+ precision: 2
78
+ separator: '.'
79
+ delimiter: "'"
80
+ currency:
81
+ format:
82
+ unit: 'CHF'
83
+ format: '%u %n'
84
+ separator:
85
+ delimiter:
86
+ precision:
87
+ percentage:
88
+ format:
89
+ delimiter: ""
90
+ precision:
91
+ format:
92
+ delimiter: ""
93
+ human:
94
+ format:
95
+ delimiter: ""
96
+ precision: 1
97
+ storage_units:
98
+ # Storage units output formatting.
99
+ # %u is the storage unit, %n is the number (default: 2 MB)
100
+ format: "%n %u"
101
+ units:
102
+ byte:
103
+ one: "Byte"
104
+ other: "Bytes"
105
+ kb: "KB"
106
+ mb: "MB"
107
+ gb: "GB"
108
+ tb: "TB"
109
+
110
+ support:
111
+ array:
112
+ words_connector: ", "
113
+ two_words_connector: " und "
114
+ last_word_connector: " und "
115
+ select:
116
+ prompt: "Bitte wählen:"
117
+
118
+ activemodel:
119
+ errors:
120
+ template:
121
+ header:
122
+ one: "Konnte %{model} nicht speichern: ein Fehler."
123
+ other: "Konnte %{model} nicht speichern: %{count} Fehler."
124
+ body: "Bitte überprüfen Sie die folgenden Felder:"
125
+
126
+ activerecord:
127
+ errors:
128
+ template:
129
+ header:
130
+ one: "Konnte %{model} nicht speichern: ein Fehler."
131
+ other: "Konnte %{model} nicht speichern: %{count} Fehler."
132
+ body: "Bitte überprüfen Sie die folgenden Felder:"
133
+
134
+ messages:
135
+ inclusion: "ist kein gültiger Wert"
136
+ exclusion: "ist nicht verfügbar"
137
+ invalid: "ist nicht gültig"
138
+ confirmation: "stimmt nicht mit der Bestätigung überein"
139
+ accepted: "muss akzeptiert werden"
140
+ empty: "muss ausgefüllt werden"
141
+ blank: "muss ausgefüllt werden"
142
+ too_long: "ist zu lang (nicht mehr als %{count} Zeichen)"
143
+ too_short: "ist zu kurz (nicht weniger als %{count} Zeichen)"
144
+ wrong_length: "hat die falsche Länge (muss genau %{count} Zeichen haben)"
145
+ taken: "ist bereits vergeben"
146
+ not_a_number: "ist keine Zahl"
147
+ greater_than: "muss grösser als %{count} sein"
148
+ greater_than_or_equal_to: "muss grösser oder gleich %{count} sein"
149
+ equal_to: "muss genau %{count} sein"
150
+ less_than: "muss kleiner als %{count} sein"
151
+ less_than_or_equal_to: "muss kleiner oder gleich %{count} sein"
152
+ odd: "muss ungerade sein"
153
+ even: "muss gerade sein"
154
+ record_invalid: "Gültigkeitsprüfung ist fehlgeschlagen: %{errors}"
@@ -1,5 +1,7 @@
1
1
  # German translations for Ruby on Rails
2
2
  # by Clemens Kofler (clemens@railway.at)
3
+ # contributors:
4
+ # - Alexander Dreher - http://github.com/alexdreher - Rails 3 update
3
5
 
4
6
  de:
5
7
  date:
@@ -13,7 +15,10 @@ de:
13
15
  abbr_day_names: [So, Mo, Di, Mi, Do, Fr, Sa]
14
16
  month_names: [~, Januar, Februar, März, April, Mai, Juni, Juli, August, September, Oktober, November, Dezember]
15
17
  abbr_month_names: [~, Jan, Feb, Mär, Apr, Mai, Jun, Jul, Aug, Sep, Okt, Nov, Dez]
16
- order: [ :day, :month, :year ]
18
+ order:
19
+ - :day
20
+ - :month
21
+ - :year
17
22
 
18
23
  time:
19
24
  formats:
@@ -29,36 +34,37 @@ de:
29
34
  distance_in_words:
30
35
  half_a_minute: 'eine halbe Minute'
31
36
  less_than_x_seconds:
32
- zero: 'weniger als 1 Sekunde'
33
- one: 'weniger als 1 Sekunde'
37
+ one: 'weniger als eine Sekunde'
34
38
  other: 'weniger als %{count} Sekunden'
35
39
  x_seconds:
36
- one: '1 Sekunde'
40
+ one: 'eine Sekunde'
37
41
  other: '%{count} Sekunden'
38
42
  less_than_x_minutes:
39
- zero: 'weniger als 1 Minute'
40
43
  one: 'weniger als eine Minute'
41
44
  other: 'weniger als %{count} Minuten'
42
45
  x_minutes:
43
- one: '1 Minute'
46
+ one: 'eine Minute'
44
47
  other: '%{count} Minuten'
45
48
  about_x_hours:
46
- one: 'etwa 1 Stunde'
49
+ one: 'etwa eine Stunde'
47
50
  other: 'etwa %{count} Stunden'
48
51
  x_days:
49
- one: '1 Tag'
52
+ one: 'ein Tag'
50
53
  other: '%{count} Tage'
51
54
  about_x_months:
52
- one: 'etwa 1 Monat'
55
+ one: 'etwa ein Monat'
53
56
  other: 'etwa %{count} Monate'
54
57
  x_months:
55
- one: '1 Monat'
58
+ one: 'ein Monat'
56
59
  other: '%{count} Monate'
60
+ almost_x_years:
61
+ one: 'fast ein Jahr'
62
+ other: 'fast %{count} Jahre'
57
63
  about_x_years:
58
- one: 'etwa 1 Jahr'
64
+ one: 'etwa ein Jahr'
59
65
  other: 'etwa %{count} Jahre'
60
66
  over_x_years:
61
- one: 'mehr als 1 Jahr'
67
+ one: 'mehr als ein Jahr'
62
68
  other: 'mehr als %{count} Jahre'
63
69
  prompts:
64
70
  second: "Sekunden"
@@ -73,13 +79,17 @@ de:
73
79
  precision: 2
74
80
  separator: ','
75
81
  delimiter: '.'
82
+ significant: false
83
+ strip_insignificant_zeros: false
76
84
  currency:
77
85
  format:
78
86
  unit: '€'
79
87
  format: '%n%u'
80
- separator:
81
- delimiter:
82
- precision:
88
+ separator: ","
89
+ delimiter: ""
90
+ precision: 2
91
+ significant: false
92
+ strip_insignificant_zeros: false
83
93
  percentage:
84
94
  format:
85
95
  delimiter: ""
@@ -90,6 +100,8 @@ de:
90
100
  format:
91
101
  delimiter: ""
92
102
  precision: 1
103
+ significant: true
104
+ strip_insignificant_zeros: true
93
105
  storage_units:
94
106
  # Storage units output formatting.
95
107
  # %u is the storage unit, %n is the number (default: 2 MB)
@@ -102,40 +114,80 @@ de:
102
114
  mb: "MB"
103
115
  gb: "GB"
104
116
  tb: "TB"
117
+ decimal_units:
118
+ format: "%n %u"
119
+ units:
120
+ unit: ""
121
+ thousand: Tausend
122
+ million: Millionen
123
+ billion:
124
+ one: Milliarde
125
+ others: Milliarden
126
+ trillion: Billionen
127
+ quadrillion:
128
+ one: Billiarde
129
+ others: Billiarden
105
130
 
106
131
  support:
107
132
  array:
108
133
  words_connector: ", "
109
134
  two_words_connector: " und "
110
135
  last_word_connector: " und "
136
+ select:
137
+ prompt: "Bitte wählen:"
138
+
139
+ activemodel:
140
+ errors:
141
+ template:
142
+ header:
143
+ one: "Konnte %{model} nicht speichern: ein Fehler."
144
+ other: "Konnte %{model} nicht speichern: %{count} Fehler."
145
+ body: "Bitte überprüfen Sie die folgenden Felder:"
146
+ helpers:
147
+ select:
148
+ prompt: "Bitte wählen"
149
+
150
+ submit:
151
+ create: '%{model} erstellen'
152
+ update: '%{model} aktualisieren'
153
+ submit: '%{model} speichern'
111
154
 
155
+ errors:
156
+ format: "%{attribute} %{message}"
157
+
158
+ messages: &errors_messages
159
+ inclusion: "ist kein gültiger Wert"
160
+ exclusion: "ist nicht verfügbar"
161
+ invalid: "ist nicht gültig"
162
+ confirmation: "stimmt nicht mit der Bestätigung überein"
163
+ accepted: "muss akzeptiert werden"
164
+ empty: "muss ausgefüllt werden"
165
+ blank: "muss ausgefüllt werden"
166
+ too_long: "ist zu lang (nicht mehr als %{count} Zeichen)"
167
+ too_short: "ist zu kurz (nicht weniger als %{count} Zeichen)"
168
+ wrong_length: "hat die falsche Länge (muss genau %{count} Zeichen haben)"
169
+ not_a_number: "ist keine Zahl"
170
+ greater_than: "muss größer als %{count} sein"
171
+ greater_than_or_equal_to: "muss größer oder gleich %{count} sein"
172
+ equal_to: "muss genau %{count} sein"
173
+ less_than: "muss kleiner als %{count} sein"
174
+ less_than_or_equal_to: "muss kleiner oder gleich %{count} sein"
175
+ odd: "muss ungerade sein"
176
+ even: "muss gerade sein"
177
+ not_an_integer: "muss ganzzahlig sein"
178
+
112
179
  activerecord:
113
180
  errors:
114
181
  template:
115
182
  header:
116
- one: "Konnte dieses %{model} Objekt nicht speichern: 1 Fehler."
117
- other: "Konnte dieses %{model} Objekt nicht speichern: %{count} Fehler."
183
+ one: "Konnte %{model} nicht speichern: ein Fehler."
184
+ other: "Konnte %{model} nicht speichern: %{count} Fehler."
118
185
  body: "Bitte überprüfen Sie die folgenden Felder:"
119
186
 
120
- messages:
121
- inclusion: "ist kein gültiger Wert"
122
- exclusion: "ist nicht verfügbar"
123
- invalid: "ist nicht gültig"
124
- confirmation: "stimmt nicht mit der Bestätigung überein"
125
- accepted: "muss akzeptiert werden"
126
- empty: "muss ausgefüllt werden"
127
- blank: "muss ausgefüllt werden"
128
- too_long: "ist zu lang (nicht mehr als %{count} Zeichen)"
129
- too_short: "ist zu kurz (nicht weniger als %{count} Zeichen)"
130
- wrong_length: "hat die falsche Länge (muss genau %{count} Zeichen haben)"
187
+ messages:
131
188
  taken: "ist bereits vergeben"
132
- not_a_number: "ist keine Zahl"
133
- greater_than: "muss größer als %{count} sein"
134
- greater_than_or_equal_to: "muss größer oder gleich %{count} sein"
135
- equal_to: "muss genau %{count} sein"
136
- less_than: "muss kleiner als %{count} sein"
137
- less_than_or_equal_to: "muss kleiner oder gleich %{count} sein"
138
- odd: "muss ungerade sein"
139
- even: "muss gerade sein"
140
189
  record_invalid: "Gültigkeitsprüfung ist fehlgeschlagen: %{errors}"
141
- models:
190
+ <<: *errors_messages
191
+
192
+ full_messages:
193
+ format: "%{attribute}%{message}"
@@ -1,182 +1,185 @@
1
- # Lower Sorbian translations for Ruby on Rails
2
- # by Michael Wolf (preklady@wolfmicha.de)
3
-
4
- hsb:
5
- # ActiveSupport
6
- support:
7
- array:
8
- words_connector: ", "
9
- two_words_connector: " a "
10
- last_word_connector: " a "
11
- sentence_connector: "a"
12
- skip_last_comma: true
13
-
14
- # Date
15
- date:
16
- formats:
17
- default: "%d. %m. %Y"
18
- short: "%d %b"
19
- long: "%d. %B %Y"
20
- day_names: [njeźela, pónjeźele, wałtora, srjoda, stwórtk, pětk, sobota]
21
- abbr_day_names: [Nj, Pó, Wu, Sr, St, Pě, So]
22
- month_names: [~, Januar, Februar, Měrc, Apryl, Maj, Junij, Julij, Awgust, September, Oktober, Nowember, December]
23
- abbr_month_names: [~, jan, feb, měr, apr, maj, jun, jul, awg, sep, okt, now, dec]
24
- order: [:day, :month, :year]
25
-
26
- # Time
27
- time:
28
- formats:
29
- default: "%A, %d. %B %Y, %H:%M hodź"
30
- short: "%d. %B, %H:%M hodź."
31
- long: "%A, %d. %B %Y, %H:%M hodź."
32
- am: "dopołdnja"
33
- pm: "wótpołdnja"
34
-
35
-
36
- # Numbers
37
- number:
38
- format:
39
- precision: 3
40
- separator: ","
41
- delimiter: "."
42
- currency:
43
- format:
44
- unit: ""
45
- precision: 2
46
- format: "%n %u"
47
- separator: ","
48
- delimiter: " "
49
- human:
50
- format:
51
- precision: 1
52
- delimiter: ""
53
- storage_units:
54
- format: "%n %u"
55
- units:
56
- byte:
57
- one: "bajt"
58
- two: "bajta"
59
- few: "bajty"
60
- other: "bajtow"
61
- kb: "KB"
62
- mb: "MB"
63
- gb: "GB"
64
- tb: "TB"
65
-
66
- percentage:
67
- format:
68
- delimiter: ""
69
-
70
- precision:
71
- format:
72
- delimiter: ""
73
-
74
-
75
- # Distance of time ... helper
76
- # Used in distance_of_time_in_words(), distance_of_time_in_words_to_now(), time_ago_in_words()
77
- datetime:
78
- distance_in_words:
79
- half_a_minute: "poł minuty"
80
- less_than_x_seconds:
81
- one: "mjenjej ako 1 sekundu"
82
- two: "mjenjej ako %{count} sekundoma"
83
- few: "mjenjej ako %{count} sekundami"
84
- other: "mjenjej ako %{count} sekundami"
85
- x_seconds:
86
- one: "1 sekundu"
87
- two: "%{count} sekundoma"
88
- few: "%{count} sekundami"
89
- other: "%{count} sekundami"
90
- less_than_x_minutes:
91
- one: "mjenjej ako 1 minutu"
92
- two: "mjenjej ako %{count} minutoma"
93
- few: "mjenjej ako %{count} minutami"
94
- other: "mjenjej ako %{count} minutami"
95
- x_minutes:
96
- one: "1 minutu"
97
- two: "%{count} minutoma"
98
- few: "%{count} minutami"
99
- other: "%{count} minutami"
100
- about_x_hours:
101
- one: "něźi 1 góźinu"
102
- two: "něźi %{count} góźinoma"
103
- few: "něźi %{count} góźinami"
104
- other: "něźi %{count} góźinami"
105
- x_days:
106
- one: "1 dnjom"
107
- two: "%{count} dnjoma"
108
- few: "%{count} dnjami"
109
- other: "%{count} dnjami"
110
- about_x_months:
111
- one: "něźi 1 mjasecom"
112
- two: "něźi %{count} mjasecoma"
113
- few: "něźi %{count} mjasecami"
114
- other: "něźi %{count} mjasecami"
115
- x_months:
116
- one: "1 mjasecom"
117
- two: "%{count} mjasecoma"
118
- few: "%{count} mjasecami"
119
- other: "%{count} mjasecami"
120
- about_x_years:
121
- one: "něźi 1 lětom"
122
- two: "něźi %{count} lětoma"
123
- few: "něźi %{count} lětami"
124
- other: "něźi %{count} lětami"
125
- over_x_years:
126
- one: "wěcej ako 1 lětom"
127
- two: "wěcej ako %{count} lětoma"
128
- few: "wěcej ako %{count} lětami"
129
- other: "wěcej ako %{count} lětami"
130
- prompts:
131
- year: "Lěto"
132
- month: "Mjasec"
133
- day: "Źeń"
134
- hour: "Góźina"
135
- minute: "Minuta"
136
- second: "Sekunda"
137
-
138
- # ActiveRecord validation messages
139
- activerecord:
140
- errors:
141
- messages:
142
- inclusion: "njejo płaśiwa gódnota"
143
- exclusion: "njestoj k dispoziciji"
144
- invalid: "njejo płaśiwy"
145
- confirmation: "njejo se wobkšuśiło"
146
- accepted: "musy se wobkšuśiś"
147
- empty: "njesmějo prozny byś"
148
- blank: "jo trěbny"
149
- too_long:
150
- one: "jo pśedłujki (maks. 1 znamješko)"
151
- two: "jo pśedłujki (maks. %{count} znamješce)"
152
- few: "jo pśedłujki (maks. %{count} znamješka)"
153
- other: "jo pśedłujki (maks. %{count} znamješkow)"
154
- too_short:
155
- one: "jo překrotki (min. 1 znamješko)"
156
- two: "jo překrotki (min. %{count} znamješće)"
157
- few: "jo překrotki (min. %{count} znamješka)"
158
- other: "jo překrotki (min. %{count} znamješkow)"
159
- wrong_length:
160
- one: "njama pšawu dłujkosć (1 znamješko wócakane)"
161
- two: "njama pšawu dłujkosć (%{count} znamješce wócakanej)"
162
- few: "njama pšawu dłujkosć (%{count} znamješka wócakane)"
163
- other: "njama pšawu dłujkosć (%{count} znamješkow wócakanych)"
164
- taken: "jo južo w datowej bance"
165
- not_a_number: "njejo licba"
166
- greater_than: "musy wětšy ako %{count} byś"
167
- greater_than_or_equal_to: "musy wětšy abo jadnak %{count} być"
168
- equal_to: "musy jadnak %{count} byś"
169
- less_than: "musy mjeńšy ako %{count} byś"
170
- less_than_or_equal_to: "musy mjeńšy abo jadnak %{count} byś"
171
- odd: "musy njerowna licba byś"
172
- even: "musy rowna licba byś"
173
-
174
- template:
175
- header:
176
- one: "Pśi składowanju objekta %{model} jo k zmólce dojšło a njejo było móžno składowaś"
177
- two: "Pśi składowanju objekta %{model} jo k %{count} zmólkam dojšło a njejo było móžno składowaś"
178
- few: "Pśi składowanju objekta %{model} jo k %{count} zmólkam dojšło a njejo było móžno składowaś"
179
- other: "Pśi składowanju objekta %{model} jo k %{count} zmólkam dojšło a njejo było móžno składowaś"
180
- body: "Pšosym pśeglědaj slědujuce póla:"
181
-
182
- models:
1
+ # Lower Sorbian translations for Ruby on Rails
2
+ # by Michael Wolf (preklady@wolfmicha.de)
3
+
4
+ dsb:
5
+ # ActiveSupport
6
+ support:
7
+ array:
8
+ words_connector: ", "
9
+ two_words_connector: " a "
10
+ last_word_connector: " a "
11
+ sentence_connector: "a"
12
+ skip_last_comma: true
13
+
14
+ # Date
15
+ date:
16
+ formats:
17
+ default: "%d. %m. %Y"
18
+ short: "%d %b"
19
+ long: "%d. %B %Y"
20
+ day_names: [njeźela, pónjeźele, wałtora, srjoda, stwórtk, pětk, sobota]
21
+ abbr_day_names: [Nj, Pó, Wu, Sr, St, Pě, So]
22
+ month_names: [~, Januar, Februar, Měrc, Apryl, Maj, Junij, Julij, Awgust, September, Oktober, Nowember, December]
23
+ abbr_month_names: [~, jan, feb, měr, apr, maj, jun, jul, awg, sep, okt, now, dec]
24
+ order:
25
+ - :day
26
+ - :month
27
+ - :year
28
+
29
+ # Time
30
+ time:
31
+ formats:
32
+ default: "%A, %d. %B %Y, %H:%M hodź"
33
+ short: "%d. %B, %H:%M hodź."
34
+ long: "%A, %d. %B %Y, %H:%M hodź."
35
+ am: "dopołdnja"
36
+ pm: "wótpołdnja"
37
+
38
+
39
+ # Numbers
40
+ number:
41
+ format:
42
+ precision: 3
43
+ separator: ","
44
+ delimiter: "."
45
+ currency:
46
+ format:
47
+ unit: ""
48
+ precision: 2
49
+ format: "%n %u"
50
+ separator: ","
51
+ delimiter: " "
52
+ human:
53
+ format:
54
+ precision: 1
55
+ delimiter: ""
56
+ storage_units:
57
+ format: "%n %u"
58
+ units:
59
+ byte:
60
+ one: "bajt"
61
+ two: "bajta"
62
+ few: "bajty"
63
+ other: "bajtow"
64
+ kb: "KB"
65
+ mb: "MB"
66
+ gb: "GB"
67
+ tb: "TB"
68
+
69
+ percentage:
70
+ format:
71
+ delimiter: ""
72
+
73
+ precision:
74
+ format:
75
+ delimiter: ""
76
+
77
+
78
+ # Distance of time ... helper
79
+ # Used in distance_of_time_in_words(), distance_of_time_in_words_to_now(), time_ago_in_words()
80
+ datetime:
81
+ distance_in_words:
82
+ half_a_minute: "poł minuty"
83
+ less_than_x_seconds:
84
+ one: "mjenjej ako 1 sekundu"
85
+ two: "mjenjej ako %{count} sekundoma"
86
+ few: "mjenjej ako %{count} sekundami"
87
+ other: "mjenjej ako %{count} sekundami"
88
+ x_seconds:
89
+ one: "1 sekundu"
90
+ two: "%{count} sekundoma"
91
+ few: "%{count} sekundami"
92
+ other: "%{count} sekundami"
93
+ less_than_x_minutes:
94
+ one: "mjenjej ako 1 minutu"
95
+ two: "mjenjej ako %{count} minutoma"
96
+ few: "mjenjej ako %{count} minutami"
97
+ other: "mjenjej ako %{count} minutami"
98
+ x_minutes:
99
+ one: "1 minutu"
100
+ two: "%{count} minutoma"
101
+ few: "%{count} minutami"
102
+ other: "%{count} minutami"
103
+ about_x_hours:
104
+ one: "něźi 1 góźinu"
105
+ two: "něźi %{count} góźinoma"
106
+ few: "něźi %{count} góźinami"
107
+ other: "něźi %{count} góźinami"
108
+ x_days:
109
+ one: "1 dnjom"
110
+ two: "%{count} dnjoma"
111
+ few: "%{count} dnjami"
112
+ other: "%{count} dnjami"
113
+ about_x_months:
114
+ one: "něźi 1 mjasecom"
115
+ two: "něźi %{count} mjasecoma"
116
+ few: "něźi %{count} mjasecami"
117
+ other: "něźi %{count} mjasecami"
118
+ x_months:
119
+ one: "1 mjasecom"
120
+ two: "%{count} mjasecoma"
121
+ few: "%{count} mjasecami"
122
+ other: "%{count} mjasecami"
123
+ about_x_years:
124
+ one: "něźi 1 lětom"
125
+ two: "něźi %{count} lětoma"
126
+ few: "něźi %{count} lětami"
127
+ other: "něźi %{count} lětami"
128
+ over_x_years:
129
+ one: "wěcej ako 1 lětom"
130
+ two: "wěcej ako %{count} lětoma"
131
+ few: "wěcej ako %{count} lětami"
132
+ other: "wěcej ako %{count} lětami"
133
+ prompts:
134
+ year: "Lěto"
135
+ month: "Mjasec"
136
+ day: "Źeń"
137
+ hour: "Góźina"
138
+ minute: "Minuta"
139
+ second: "Sekunda"
140
+
141
+ # ActiveRecord validation messages
142
+ activerecord:
143
+ errors:
144
+ messages:
145
+ inclusion: "njejo płaśiwa gódnota"
146
+ exclusion: "njestoj k dispoziciji"
147
+ invalid: "njejo płaśiwy"
148
+ confirmation: "njejo se wobkšuśiło"
149
+ accepted: "musy se wobkšuśiś"
150
+ empty: "njesmějo prozny byś"
151
+ blank: "jo trěbny"
152
+ too_long:
153
+ one: "jo pśedłujki (maks. 1 znamješko)"
154
+ two: "jo pśedłujki (maks. %{count} znamješce)"
155
+ few: "jo pśedłujki (maks. %{count} znamješka)"
156
+ other: "jo pśedłujki (maks. %{count} znamješkow)"
157
+ too_short:
158
+ one: "jo překrotki (min. 1 znamješko)"
159
+ two: "jo překrotki (min. %{count} znamješće)"
160
+ few: "jo překrotki (min. %{count} znamješka)"
161
+ other: "jo překrotki (min. %{count} znamješkow)"
162
+ wrong_length:
163
+ one: "njama pšawu dłujkosć (1 znamješko wócakane)"
164
+ two: "njama pšawu dłujkosć (%{count} znamješce wócakanej)"
165
+ few: "njama pšawu dłujkosć (%{count} znamješka wócakane)"
166
+ other: "njama pšawu dłujkosć (%{count} znamješkow wócakanych)"
167
+ taken: "jo južo w datowej bance"
168
+ not_a_number: "njejo licba"
169
+ greater_than: "musy wětšy ako %{count} byś"
170
+ greater_than_or_equal_to: "musy wětšy abo jadnak %{count} być"
171
+ equal_to: "musy jadnak %{count} byś"
172
+ less_than: "musy mjeńšy ako %{count} byś"
173
+ less_than_or_equal_to: "musy mjeńšy abo jadnak %{count} byś"
174
+ odd: "musy njerowna licba byś"
175
+ even: "musy rowna licba byś"
176
+
177
+ template:
178
+ header:
179
+ one: "Pśi składowanju objekta %{model} jo k zmólce dojšło a njejo było móžno składowaś"
180
+ two: "Pśi składowanju objekta %{model} jo k %{count} zmólkam dojšło a njejo było móžno składowaś"
181
+ few: "Pśi składowanju objekta %{model} jo k %{count} zmólkam dojšło a njejo było móžno składowaś"
182
+ other: "Pśi składowanju objekta %{model} jo k %{count} zmólkam dojšło a njejo było móžno składowaś"
183
+ body: "Pšosym pśeglědaj slědujuce póla:"
184
+
185
+ models: