govuk_publishing_components 29.12.1 → 29.15.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/images/govuk_publishing_components/action-link-arrow--white.png +0 -0
- data/app/assets/images/govuk_publishing_components/action-link-arrow--white.svg +1 -0
- data/app/assets/javascripts/govuk_publishing_components/analytics-ga4/gtm-page-views.js +5 -3
- data/app/assets/javascripts/govuk_publishing_components/analytics-ga4/pii-remover.js +135 -0
- data/app/assets/javascripts/govuk_publishing_components/analytics-ga4.js +2 -0
- data/app/assets/javascripts/govuk_publishing_components/components/accordion.js +10 -0
- data/app/assets/javascripts/govuk_publishing_components/components/feedback.js +19 -0
- data/app/assets/javascripts/govuk_publishing_components/components/table.js +52 -0
- data/app/assets/stylesheets/govuk_publishing_components/components/_action-link.scss +7 -0
- data/app/assets/stylesheets/govuk_publishing_components/components/_previous-and-next-navigation.scss +1 -92
- data/app/views/govuk_publishing_components/components/_action_link.html.erb +2 -0
- data/app/views/govuk_publishing_components/components/_previous_and_next_navigation.html.erb +33 -36
- data/app/views/govuk_publishing_components/components/_table.html.erb +60 -30
- data/app/views/govuk_publishing_components/components/docs/accordion.yml +2 -1
- data/app/views/govuk_publishing_components/components/docs/action_link.yml +8 -0
- data/app/views/govuk_publishing_components/components/docs/previous_and_next_navigation.yml +1 -1
- data/app/views/govuk_publishing_components/components/docs/table.yml +30 -0
- data/config/locales/ar.yml +6 -0
- data/config/locales/az.yml +6 -0
- data/config/locales/be.yml +6 -0
- data/config/locales/bg.yml +6 -0
- data/config/locales/bn.yml +6 -0
- data/config/locales/cs.yml +6 -0
- data/config/locales/cy.yml +6 -0
- data/config/locales/da.yml +6 -0
- data/config/locales/de.yml +6 -0
- data/config/locales/dr.yml +6 -0
- data/config/locales/el.yml +6 -0
- data/config/locales/en.yml +8 -2
- data/config/locales/es-419.yml +6 -0
- data/config/locales/es.yml +6 -0
- data/config/locales/et.yml +6 -0
- data/config/locales/fa.yml +6 -0
- data/config/locales/fi.yml +6 -0
- data/config/locales/fr.yml +6 -0
- data/config/locales/gd.yml +6 -0
- data/config/locales/gu.yml +6 -0
- data/config/locales/he.yml +6 -0
- data/config/locales/hi.yml +6 -0
- data/config/locales/hr.yml +6 -0
- data/config/locales/hu.yml +6 -0
- data/config/locales/hy.yml +6 -0
- data/config/locales/id.yml +6 -0
- data/config/locales/is.yml +6 -0
- data/config/locales/it.yml +6 -0
- data/config/locales/ja.yml +6 -0
- data/config/locales/ka.yml +6 -0
- data/config/locales/kk.yml +6 -0
- data/config/locales/ko.yml +6 -0
- data/config/locales/lt.yml +6 -0
- data/config/locales/lv.yml +6 -0
- data/config/locales/ms.yml +6 -0
- data/config/locales/mt.yml +6 -0
- data/config/locales/nl.yml +6 -0
- data/config/locales/no.yml +6 -0
- data/config/locales/pa-pk.yml +6 -0
- data/config/locales/pa.yml +6 -0
- data/config/locales/pl.yml +6 -0
- data/config/locales/ps.yml +6 -0
- data/config/locales/pt.yml +6 -0
- data/config/locales/ro.yml +6 -0
- data/config/locales/ru.yml +6 -0
- data/config/locales/si.yml +6 -0
- data/config/locales/sk.yml +6 -0
- data/config/locales/sl.yml +6 -0
- data/config/locales/so.yml +6 -0
- data/config/locales/sq.yml +6 -0
- data/config/locales/sr.yml +6 -0
- data/config/locales/sv.yml +6 -0
- data/config/locales/sw.yml +6 -0
- data/config/locales/ta.yml +6 -0
- data/config/locales/th.yml +6 -0
- data/config/locales/tk.yml +6 -0
- data/config/locales/tr.yml +6 -0
- data/config/locales/uk.yml +6 -0
- data/config/locales/ur.yml +6 -0
- data/config/locales/uz.yml +6 -0
- data/config/locales/vi.yml +6 -0
- data/config/locales/zh-hk.yml +6 -0
- data/config/locales/zh-tw.yml +6 -0
- data/config/locales/zh.yml +6 -0
- data/lib/govuk_publishing_components/app_helpers/table_helper.rb +3 -3
- data/lib/govuk_publishing_components/version.rb +1 -1
- data/node_modules/govuk-frontend/govuk/components/_all.scss +1 -0
- data/node_modules/govuk-frontend/govuk/components/accordion/_index.scss +1 -0
- data/node_modules/govuk-frontend/govuk/components/character-count/fixtures.json +2 -1
- data/node_modules/govuk-frontend/govuk/components/checkboxes/fixtures.json +102 -44
- data/node_modules/govuk-frontend/govuk/components/checkboxes/macro-options.json +7 -1
- data/node_modules/govuk-frontend/govuk/components/checkboxes/template.njk +3 -2
- data/node_modules/govuk-frontend/govuk/components/cookie-banner/fixtures.json +10 -10
- data/node_modules/govuk-frontend/govuk/components/fieldset/fixtures.json +92 -1
- data/node_modules/govuk-frontend/govuk/components/file-upload/fixtures.json +2 -1
- data/node_modules/govuk-frontend/govuk/components/header/_index.scss +3 -0
- data/node_modules/govuk-frontend/govuk/components/header/fixtures.json +14 -6
- data/node_modules/govuk-frontend/govuk/components/header/template.njk +9 -3
- data/node_modules/govuk-frontend/govuk/components/input/fixtures.json +2 -1
- data/node_modules/govuk-frontend/govuk/components/input/macro-options.json +1 -1
- data/node_modules/govuk-frontend/govuk/components/label/fixtures.json +76 -1
- data/node_modules/govuk-frontend/govuk/components/pagination/README.md +15 -0
- data/node_modules/govuk-frontend/govuk/components/pagination/_index.scss +244 -0
- data/node_modules/govuk-frontend/govuk/components/pagination/_pagination.scss +2 -0
- data/node_modules/govuk-frontend/govuk/components/pagination/fixtures.json +300 -0
- data/node_modules/govuk-frontend/govuk/components/pagination/macro-options.json +128 -0
- data/node_modules/govuk-frontend/govuk/components/pagination/macro.njk +3 -0
- data/node_modules/govuk-frontend/govuk/components/pagination/template.njk +62 -0
- data/node_modules/govuk-frontend/govuk/components/radios/fixtures.json +147 -43
- data/node_modules/govuk-frontend/govuk/components/radios/macro-options.json +7 -1
- data/node_modules/govuk-frontend/govuk/components/radios/template.njk +3 -2
- data/node_modules/govuk-frontend/govuk/components/select/fixtures.json +56 -2
- data/node_modules/govuk-frontend/govuk/components/select/macro-options.json +7 -1
- data/node_modules/govuk-frontend/govuk/components/select/template.njk +1 -1
- data/node_modules/govuk-frontend/govuk/components/textarea/fixtures.json +2 -1
- data/node_modules/govuk-frontend/govuk-esm/all.mjs +12 -12
- data/node_modules/govuk-frontend/govuk-esm/components/accordion/accordion.mjs +3 -3
- data/node_modules/govuk-frontend/govuk-esm/components/button/button.mjs +2 -2
- data/node_modules/govuk-frontend/govuk-esm/components/character-count/character-count.mjs +3 -3
- data/node_modules/govuk-frontend/govuk-esm/components/checkboxes/checkboxes.mjs +4 -4
- data/node_modules/govuk-frontend/govuk-esm/components/details/details.mjs +3 -3
- data/node_modules/govuk-frontend/govuk-esm/components/error-summary/error-summary.mjs +3 -3
- data/node_modules/govuk-frontend/govuk-esm/components/header/header.mjs +3 -3
- data/node_modules/govuk-frontend/govuk-esm/components/notification-banner/notification-banner.mjs +1 -1
- data/node_modules/govuk-frontend/govuk-esm/components/radios/radios.mjs +4 -4
- data/node_modules/govuk-frontend/govuk-esm/components/skip-link/skip-link.mjs +3 -3
- data/node_modules/govuk-frontend/govuk-esm/components/tabs/tabs.mjs +6 -6
- data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/{DOMTokenList.js → DOMTokenList.mjs} +0 -0
- data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/{Document.js → Document.mjs} +0 -0
- data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/Element/prototype/{classList.js → classList.mjs} +4 -4
- data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/Element/prototype/{closest.js → closest.mjs} +1 -1
- data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/Element/prototype/{matches.js → matches.mjs} +0 -0
- data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/Element/prototype/{nextElementSibling.js → nextElementSibling.mjs} +2 -2
- data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/Element/prototype/{previousElementSibling.js → previousElementSibling.mjs} +2 -2
- data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/{Element.js → Element.mjs} +1 -1
- data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/{Event.js → Event.mjs} +3 -3
- data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/Function/prototype/{bind.js → bind.mjs} +1 -1
- data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/Object/{defineProperty.js → defineProperty.mjs} +0 -0
- data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/{Window.js → Window.mjs} +0 -0
- data/node_modules/govuk-frontend/package.json +8 -2
- metadata +25 -14
data/config/locales/kk.yml
CHANGED
@@ -132,7 +132,9 @@ kk:
|
|
132
132
|
organisation_schema:
|
133
133
|
all_content_search_description: "%{organisation} ішіндегі барлық мазмұнды табу"
|
134
134
|
previous_and_next_navigation:
|
135
|
+
next:
|
135
136
|
pagination: Беттеу
|
137
|
+
previous:
|
136
138
|
print_link:
|
137
139
|
text: Осы бетті басып шығару
|
138
140
|
radio:
|
@@ -198,5 +200,9 @@ kk:
|
|
198
200
|
summary_list:
|
199
201
|
delete: Жою
|
200
202
|
edit: Өзгерту
|
203
|
+
table:
|
204
|
+
filter_count:
|
205
|
+
filter_label:
|
206
|
+
filter_message:
|
201
207
|
tabs:
|
202
208
|
contents: Мазмұны
|
data/config/locales/ko.yml
CHANGED
@@ -127,7 +127,9 @@ ko:
|
|
127
127
|
organisation_schema:
|
128
128
|
all_content_search_description:
|
129
129
|
previous_and_next_navigation:
|
130
|
+
next:
|
130
131
|
pagination:
|
132
|
+
previous:
|
131
133
|
print_link:
|
132
134
|
text:
|
133
135
|
radio:
|
@@ -193,5 +195,9 @@ ko:
|
|
193
195
|
summary_list:
|
194
196
|
delete:
|
195
197
|
edit:
|
198
|
+
table:
|
199
|
+
filter_count:
|
200
|
+
filter_label:
|
201
|
+
filter_message:
|
196
202
|
tabs:
|
197
203
|
contents:
|
data/config/locales/lt.yml
CHANGED
@@ -137,7 +137,9 @@ lt:
|
|
137
137
|
organisation_schema:
|
138
138
|
all_content_search_description: Rasti visą turinį iš %{organisation}
|
139
139
|
previous_and_next_navigation:
|
140
|
+
next:
|
140
141
|
pagination: Suskirstymas puslapiais
|
142
|
+
previous:
|
141
143
|
print_link:
|
142
144
|
text: Spausdinti šį puslapį
|
143
145
|
radio:
|
@@ -203,5 +205,9 @@ lt:
|
|
203
205
|
summary_list:
|
204
206
|
delete: Ištrinti
|
205
207
|
edit: Keisti
|
208
|
+
table:
|
209
|
+
filter_count:
|
210
|
+
filter_label:
|
211
|
+
filter_message:
|
206
212
|
tabs:
|
207
213
|
contents: Turinys
|
data/config/locales/lv.yml
CHANGED
@@ -136,7 +136,9 @@ lv:
|
|
136
136
|
organisation_schema:
|
137
137
|
all_content_search_description: Meklēt visu saturu no %{organisation}
|
138
138
|
previous_and_next_navigation:
|
139
|
+
next:
|
139
140
|
pagination: Numerācija
|
141
|
+
previous:
|
140
142
|
print_link:
|
141
143
|
text: Drukāt šo lapu
|
142
144
|
radio:
|
@@ -202,5 +204,9 @@ lv:
|
|
202
204
|
summary_list:
|
203
205
|
delete: Dzēst
|
204
206
|
edit: Mainīt
|
207
|
+
table:
|
208
|
+
filter_count:
|
209
|
+
filter_label:
|
210
|
+
filter_message:
|
205
211
|
tabs:
|
206
212
|
contents: Saturs
|
data/config/locales/ms.yml
CHANGED
@@ -131,7 +131,9 @@ ms:
|
|
131
131
|
organisation_schema:
|
132
132
|
all_content_search_description: Cari semua kandungan dari %{organisation}
|
133
133
|
previous_and_next_navigation:
|
134
|
+
next:
|
134
135
|
pagination: Penomboran
|
136
|
+
previous:
|
135
137
|
print_link:
|
136
138
|
text: Cetak halaman ini
|
137
139
|
radio:
|
@@ -197,5 +199,9 @@ ms:
|
|
197
199
|
summary_list:
|
198
200
|
delete: Padam
|
199
201
|
edit: Ubah
|
202
|
+
table:
|
203
|
+
filter_count:
|
204
|
+
filter_label:
|
205
|
+
filter_message:
|
200
206
|
tabs:
|
201
207
|
contents: Kandungan
|
data/config/locales/mt.yml
CHANGED
@@ -134,7 +134,9 @@ mt:
|
|
134
134
|
organisation_schema:
|
135
135
|
all_content_search_description: Sib il-kontenut kollu mingħand %{organisation}
|
136
136
|
previous_and_next_navigation:
|
137
|
+
next:
|
137
138
|
pagination: Paġinazzjoni
|
139
|
+
previous:
|
138
140
|
print_link:
|
139
141
|
text: Stampa din il-paġna
|
140
142
|
radio:
|
@@ -200,5 +202,9 @@ mt:
|
|
200
202
|
summary_list:
|
201
203
|
delete: Ħassar
|
202
204
|
edit: Biddel
|
205
|
+
table:
|
206
|
+
filter_count:
|
207
|
+
filter_label:
|
208
|
+
filter_message:
|
203
209
|
tabs:
|
204
210
|
contents: Werrej
|
data/config/locales/nl.yml
CHANGED
@@ -132,7 +132,9 @@ nl:
|
|
132
132
|
organisation_schema:
|
133
133
|
all_content_search_description: Zoek alle inhoud van %{organisation}
|
134
134
|
previous_and_next_navigation:
|
135
|
+
next:
|
135
136
|
pagination: Paginering
|
137
|
+
previous:
|
136
138
|
print_link:
|
137
139
|
text: Deze pagina afdrukken
|
138
140
|
radio:
|
@@ -198,5 +200,9 @@ nl:
|
|
198
200
|
summary_list:
|
199
201
|
delete: Verwijderen
|
200
202
|
edit: Wijzig
|
203
|
+
table:
|
204
|
+
filter_count:
|
205
|
+
filter_label:
|
206
|
+
filter_message:
|
201
207
|
tabs:
|
202
208
|
contents: Inhoud
|
data/config/locales/no.yml
CHANGED
@@ -132,7 +132,9 @@
|
|
132
132
|
organisation_schema:
|
133
133
|
all_content_search_description: Finn alt innhold fra %{organization}
|
134
134
|
previous_and_next_navigation:
|
135
|
+
next:
|
135
136
|
pagination: Paginering
|
137
|
+
previous:
|
136
138
|
print_link:
|
137
139
|
text: Skriv ut denne siden
|
138
140
|
radio:
|
@@ -198,5 +200,9 @@
|
|
198
200
|
summary_list:
|
199
201
|
delete: Slett
|
200
202
|
edit: Endring
|
203
|
+
table:
|
204
|
+
filter_count:
|
205
|
+
filter_label:
|
206
|
+
filter_message:
|
201
207
|
tabs:
|
202
208
|
contents: Innhold
|
data/config/locales/pa-pk.yml
CHANGED
@@ -128,7 +128,9 @@ pa-pk:
|
|
128
128
|
organisation_schema:
|
129
129
|
all_content_search_description: "%{organisation} توں سارا مواد تلاش کرو"
|
130
130
|
previous_and_next_navigation:
|
131
|
+
next:
|
131
132
|
pagination: ورقہ بندی
|
133
|
+
previous:
|
132
134
|
print_link:
|
133
135
|
text: ایس ورقے نوں پرنٹ کرو
|
134
136
|
radio:
|
@@ -194,5 +196,9 @@ pa-pk:
|
|
194
196
|
summary_list:
|
195
197
|
delete: مٹا دیو
|
196
198
|
edit: بدل دیو
|
199
|
+
table:
|
200
|
+
filter_count:
|
201
|
+
filter_label:
|
202
|
+
filter_message:
|
197
203
|
tabs:
|
198
204
|
contents: ایہ سارا مواد
|
data/config/locales/pa.yml
CHANGED
@@ -132,7 +132,9 @@ pa:
|
|
132
132
|
organisation_schema:
|
133
133
|
all_content_search_description: "%{organisation} ਤੋਂ ਸਾਰੀ ਸਮਗਰੀ ਲੱਭੋ"
|
134
134
|
previous_and_next_navigation:
|
135
|
+
next:
|
135
136
|
pagination: ਪੰਨਾ
|
137
|
+
previous:
|
136
138
|
print_link:
|
137
139
|
text: ਇਸ ਪੰਨੇ ਨੂੰ ਛਾਪੋ
|
138
140
|
radio:
|
@@ -198,5 +200,9 @@ pa:
|
|
198
200
|
summary_list:
|
199
201
|
delete: ਮਿਟਾਓ
|
200
202
|
edit: ਬਦਲੋ
|
203
|
+
table:
|
204
|
+
filter_count:
|
205
|
+
filter_label:
|
206
|
+
filter_message:
|
201
207
|
tabs:
|
202
208
|
contents: ਸਮਗਰੀ
|
data/config/locales/pl.yml
CHANGED
@@ -136,7 +136,9 @@ pl:
|
|
136
136
|
organisation_schema:
|
137
137
|
all_content_search_description: Znajdź całą zawartość od %{organizacja}
|
138
138
|
previous_and_next_navigation:
|
139
|
+
next:
|
139
140
|
pagination: Numeracja stron
|
141
|
+
previous:
|
140
142
|
print_link:
|
141
143
|
text: Wydrukuj tę stronę
|
142
144
|
radio:
|
@@ -202,5 +204,9 @@ pl:
|
|
202
204
|
summary_list:
|
203
205
|
delete: Usuń
|
204
206
|
edit: Zmień
|
207
|
+
table:
|
208
|
+
filter_count:
|
209
|
+
filter_label:
|
210
|
+
filter_message:
|
205
211
|
tabs:
|
206
212
|
contents: Zawartość
|
data/config/locales/ps.yml
CHANGED
@@ -129,7 +129,9 @@ ps:
|
|
129
129
|
organisation_schema:
|
130
130
|
all_content_search_description: له%{organization} څخه ټوله مینځپانګه ومومئ
|
131
131
|
previous_and_next_navigation:
|
132
|
+
next:
|
132
133
|
pagination: مخینه
|
134
|
+
previous:
|
133
135
|
print_link:
|
134
136
|
text: دا پاڼه چاپ کړئ
|
135
137
|
radio:
|
@@ -195,5 +197,9 @@ ps:
|
|
195
197
|
summary_list:
|
196
198
|
delete: ړنګول
|
197
199
|
edit: بدلون
|
200
|
+
table:
|
201
|
+
filter_count:
|
202
|
+
filter_label:
|
203
|
+
filter_message:
|
198
204
|
tabs:
|
199
205
|
contents: منځپانګې
|
data/config/locales/pt.yml
CHANGED
@@ -132,7 +132,9 @@ pt:
|
|
132
132
|
organisation_schema:
|
133
133
|
all_content_search_description: Encontrar todo o conteúdo de %{organisation}
|
134
134
|
previous_and_next_navigation:
|
135
|
+
next:
|
135
136
|
pagination: Paginação
|
137
|
+
previous:
|
136
138
|
print_link:
|
137
139
|
text: Imprimir esta página
|
138
140
|
radio:
|
@@ -198,5 +200,9 @@ pt:
|
|
198
200
|
summary_list:
|
199
201
|
delete: Apagar
|
200
202
|
edit: Alterar
|
203
|
+
table:
|
204
|
+
filter_count:
|
205
|
+
filter_label:
|
206
|
+
filter_message:
|
201
207
|
tabs:
|
202
208
|
contents: Conteúdos
|
data/config/locales/ro.yml
CHANGED
@@ -133,7 +133,9 @@ ro:
|
|
133
133
|
organisation_schema:
|
134
134
|
all_content_search_description: Găsiți tot conținutul de la %{organisation}
|
135
135
|
previous_and_next_navigation:
|
136
|
+
next:
|
136
137
|
pagination: Paginație
|
138
|
+
previous:
|
137
139
|
print_link:
|
138
140
|
text: Imprimați această pagină
|
139
141
|
radio:
|
@@ -199,5 +201,9 @@ ro:
|
|
199
201
|
summary_list:
|
200
202
|
delete: Ștergeți
|
201
203
|
edit: Modificați
|
204
|
+
table:
|
205
|
+
filter_count:
|
206
|
+
filter_label:
|
207
|
+
filter_message:
|
202
208
|
tabs:
|
203
209
|
contents: Conținut
|
data/config/locales/ru.yml
CHANGED
@@ -136,7 +136,9 @@ ru:
|
|
136
136
|
organisation_schema:
|
137
137
|
all_content_search_description: Найти весь контент от %{organization}
|
138
138
|
previous_and_next_navigation:
|
139
|
+
next:
|
139
140
|
pagination: Разбивка
|
141
|
+
previous:
|
140
142
|
print_link:
|
141
143
|
text: Распечатать эту страницу
|
142
144
|
radio:
|
@@ -202,5 +204,9 @@ ru:
|
|
202
204
|
summary_list:
|
203
205
|
delete: Удалить
|
204
206
|
edit: Изменить
|
207
|
+
table:
|
208
|
+
filter_count:
|
209
|
+
filter_label:
|
210
|
+
filter_message:
|
205
211
|
tabs:
|
206
212
|
contents: Содержание
|
data/config/locales/si.yml
CHANGED
@@ -132,7 +132,9 @@ si:
|
|
132
132
|
organisation_schema:
|
133
133
|
all_content_search_description: "%{organisation} වෙතින් සියලුම අන්තර්ගතය සෝයන්න"
|
134
134
|
previous_and_next_navigation:
|
135
|
+
next:
|
135
136
|
pagination: පිටු අංකය
|
137
|
+
previous:
|
136
138
|
print_link:
|
137
139
|
text: මෙම පිටුව මුද්රණය කරන්න
|
138
140
|
radio:
|
@@ -198,5 +200,9 @@ si:
|
|
198
200
|
summary_list:
|
199
201
|
delete: මකන්න
|
200
202
|
edit: වෙනස් කරන්න
|
203
|
+
table:
|
204
|
+
filter_count:
|
205
|
+
filter_label:
|
206
|
+
filter_message:
|
201
207
|
tabs:
|
202
208
|
contents: අන්තර්ගත
|
data/config/locales/sk.yml
CHANGED
@@ -137,7 +137,9 @@ sk:
|
|
137
137
|
organisation_schema:
|
138
138
|
all_content_search_description: Nájsť všetok obsah z %{organisation}
|
139
139
|
previous_and_next_navigation:
|
140
|
+
next:
|
140
141
|
pagination: Stránkovanie
|
142
|
+
previous:
|
141
143
|
print_link:
|
142
144
|
text: Vytlačiť túto stránku
|
143
145
|
radio:
|
@@ -203,5 +205,9 @@ sk:
|
|
203
205
|
summary_list:
|
204
206
|
delete: Odstrániť
|
205
207
|
edit: Zmeniť
|
208
|
+
table:
|
209
|
+
filter_count:
|
210
|
+
filter_label:
|
211
|
+
filter_message:
|
206
212
|
tabs:
|
207
213
|
contents: Obsah
|
data/config/locales/sl.yml
CHANGED
@@ -139,7 +139,9 @@ sl:
|
|
139
139
|
organisation_schema:
|
140
140
|
all_content_search_description: Oglejte si vse gradivo %{organisation}
|
141
141
|
previous_and_next_navigation:
|
142
|
+
next:
|
142
143
|
pagination: Oštevilčenje
|
144
|
+
previous:
|
143
145
|
print_link:
|
144
146
|
text: Natisni to stran
|
145
147
|
radio:
|
@@ -205,5 +207,9 @@ sl:
|
|
205
207
|
summary_list:
|
206
208
|
delete: Izbriši
|
207
209
|
edit: Spremeni
|
210
|
+
table:
|
211
|
+
filter_count:
|
212
|
+
filter_label:
|
213
|
+
filter_message:
|
208
214
|
tabs:
|
209
215
|
contents: Vsebina
|
data/config/locales/so.yml
CHANGED
@@ -132,7 +132,9 @@ so:
|
|
132
132
|
organisation_schema:
|
133
133
|
all_content_search_description: Raadi dhamaan waxyaabaha uu ka koobanyahay %{organisation}
|
134
134
|
previous_and_next_navigation:
|
135
|
+
next:
|
135
136
|
pagination: Lambar siinta boga
|
137
|
+
previous:
|
136
138
|
print_link:
|
137
139
|
text: Daabac bogan
|
138
140
|
radio:
|
@@ -198,5 +200,9 @@ so:
|
|
198
200
|
summary_list:
|
199
201
|
delete: Masax
|
200
202
|
edit: Badal
|
203
|
+
table:
|
204
|
+
filter_count:
|
205
|
+
filter_label:
|
206
|
+
filter_message:
|
201
207
|
tabs:
|
202
208
|
contents: Waxyaabaha uu ka koobanyahay
|
data/config/locales/sq.yml
CHANGED
@@ -132,7 +132,9 @@ sq:
|
|
132
132
|
organisation_schema:
|
133
133
|
all_content_search_description: Gjeni të gjithë përmbajtjen nga %{organisation}
|
134
134
|
previous_and_next_navigation:
|
135
|
+
next:
|
135
136
|
pagination: Numërtimi
|
137
|
+
previous:
|
136
138
|
print_link:
|
137
139
|
text: Printo këtë faqe
|
138
140
|
radio:
|
@@ -198,5 +200,9 @@ sq:
|
|
198
200
|
summary_list:
|
199
201
|
delete: Fshij
|
200
202
|
edit: Ndrysho
|
203
|
+
table:
|
204
|
+
filter_count:
|
205
|
+
filter_label:
|
206
|
+
filter_message:
|
201
207
|
tabs:
|
202
208
|
contents: Përmbajtje
|
data/config/locales/sr.yml
CHANGED
@@ -133,7 +133,9 @@ sr:
|
|
133
133
|
organisation_schema:
|
134
134
|
all_content_search_description: Pronađite sav sadržaj organizacije %{organisation}
|
135
135
|
previous_and_next_navigation:
|
136
|
+
next:
|
136
137
|
pagination: Broj stranice
|
138
|
+
previous:
|
137
139
|
print_link:
|
138
140
|
text: Odštampaj ovu stranicu
|
139
141
|
radio:
|
@@ -199,5 +201,9 @@ sr:
|
|
199
201
|
summary_list:
|
200
202
|
delete: Izbriši
|
201
203
|
edit: Promena
|
204
|
+
table:
|
205
|
+
filter_count:
|
206
|
+
filter_label:
|
207
|
+
filter_message:
|
202
208
|
tabs:
|
203
209
|
contents: Sadržaj
|
data/config/locales/sv.yml
CHANGED
@@ -132,7 +132,9 @@ sv:
|
|
132
132
|
organisation_schema:
|
133
133
|
all_content_search_description: Hitta allt innehåll från %{organisation}
|
134
134
|
previous_and_next_navigation:
|
135
|
+
next:
|
135
136
|
pagination: Paginering
|
137
|
+
previous:
|
136
138
|
print_link:
|
137
139
|
text: Skriv ut den här sidan
|
138
140
|
radio:
|
@@ -198,5 +200,9 @@ sv:
|
|
198
200
|
summary_list:
|
199
201
|
delete: Ta bort
|
200
202
|
edit: Ändra
|
203
|
+
table:
|
204
|
+
filter_count:
|
205
|
+
filter_label:
|
206
|
+
filter_message:
|
201
207
|
tabs:
|
202
208
|
contents: Innehåll
|
data/config/locales/sw.yml
CHANGED
@@ -132,7 +132,9 @@ sw:
|
|
132
132
|
organisation_schema:
|
133
133
|
all_content_search_description: Tafuta maudhui yote kutoka %{organisation}
|
134
134
|
previous_and_next_navigation:
|
135
|
+
next:
|
135
136
|
pagination: Nambari za kurasa
|
137
|
+
previous:
|
136
138
|
print_link:
|
137
139
|
text: Chapisha ukurasa huu
|
138
140
|
radio:
|
@@ -198,5 +200,9 @@ sw:
|
|
198
200
|
summary_list:
|
199
201
|
delete: Futa
|
200
202
|
edit: Badilisha
|
203
|
+
table:
|
204
|
+
filter_count:
|
205
|
+
filter_label:
|
206
|
+
filter_message:
|
201
207
|
tabs:
|
202
208
|
contents: Maudhui
|
data/config/locales/ta.yml
CHANGED
@@ -133,7 +133,9 @@ ta:
|
|
133
133
|
organisation_schema:
|
134
134
|
all_content_search_description: "%{organisation}-லிருந்து அனைத்து உள்ளடக்கத்தையும் கண்டறி"
|
135
135
|
previous_and_next_navigation:
|
136
|
+
next:
|
136
137
|
pagination: பக்கமிடுதல்
|
138
|
+
previous:
|
137
139
|
print_link:
|
138
140
|
text: இந்தப் பக்கத்தை அச்செடு
|
139
141
|
radio:
|
@@ -199,5 +201,9 @@ ta:
|
|
199
201
|
summary_list:
|
200
202
|
delete: நீக்கு
|
201
203
|
edit: மாற்று
|
204
|
+
table:
|
205
|
+
filter_count:
|
206
|
+
filter_label:
|
207
|
+
filter_message:
|
202
208
|
tabs:
|
203
209
|
contents: உள்ளடக்கம்
|
data/config/locales/th.yml
CHANGED
@@ -130,7 +130,9 @@ th:
|
|
130
130
|
organisation_schema:
|
131
131
|
all_content_search_description: ค้นหาเนื้อหาทั้งหมดจาก %{organisation}
|
132
132
|
previous_and_next_navigation:
|
133
|
+
next:
|
133
134
|
pagination: การแบ่งหน้า
|
135
|
+
previous:
|
134
136
|
print_link:
|
135
137
|
text: พิมพ์หน้านี้
|
136
138
|
radio:
|
@@ -196,5 +198,9 @@ th:
|
|
196
198
|
summary_list:
|
197
199
|
delete: ลบ
|
198
200
|
edit: เปลี่ยน
|
201
|
+
table:
|
202
|
+
filter_count:
|
203
|
+
filter_label:
|
204
|
+
filter_message:
|
199
205
|
tabs:
|
200
206
|
contents: เนื้อหา
|
data/config/locales/tk.yml
CHANGED
@@ -133,7 +133,9 @@ tk:
|
|
133
133
|
organisation_schema:
|
134
134
|
all_content_search_description: Ähli mazmunyny %{organisation}-dan tapyň
|
135
135
|
previous_and_next_navigation:
|
136
|
+
next:
|
136
137
|
pagination: Sahypa
|
138
|
+
previous:
|
137
139
|
print_link:
|
138
140
|
text: Bu sahypany çap et
|
139
141
|
radio:
|
@@ -199,5 +201,9 @@ tk:
|
|
199
201
|
summary_list:
|
200
202
|
delete: Öçürmek
|
201
203
|
edit: Çalyşmak
|
204
|
+
table:
|
205
|
+
filter_count:
|
206
|
+
filter_label:
|
207
|
+
filter_message:
|
202
208
|
tabs:
|
203
209
|
contents: Mazmuny
|
data/config/locales/tr.yml
CHANGED
@@ -133,7 +133,9 @@ tr:
|
|
133
133
|
organisation_schema:
|
134
134
|
all_content_search_description: "%{organisation} kaynaklı tüm içeriği bul"
|
135
135
|
previous_and_next_navigation:
|
136
|
+
next:
|
136
137
|
pagination: Sayfa
|
138
|
+
previous:
|
137
139
|
print_link:
|
138
140
|
text: Bu sayfayı yazdır
|
139
141
|
radio:
|
@@ -199,5 +201,9 @@ tr:
|
|
199
201
|
summary_list:
|
200
202
|
delete: Sil
|
201
203
|
edit: Değiştir
|
204
|
+
table:
|
205
|
+
filter_count:
|
206
|
+
filter_label:
|
207
|
+
filter_message:
|
202
208
|
tabs:
|
203
209
|
contents: İçerikler
|
data/config/locales/uk.yml
CHANGED
@@ -139,7 +139,9 @@ uk:
|
|
139
139
|
organisation_schema:
|
140
140
|
all_content_search_description: Знайти весь вміст від %{organization}
|
141
141
|
previous_and_next_navigation:
|
142
|
+
next:
|
142
143
|
pagination: Поділ на сторінки
|
144
|
+
previous:
|
143
145
|
print_link:
|
144
146
|
text: Роздрукувати цю сторінку
|
145
147
|
radio:
|
@@ -205,5 +207,9 @@ uk:
|
|
205
207
|
summary_list:
|
206
208
|
delete: Видалити
|
207
209
|
edit: Змінити
|
210
|
+
table:
|
211
|
+
filter_count:
|
212
|
+
filter_label:
|
213
|
+
filter_message:
|
208
214
|
tabs:
|
209
215
|
contents: Зміст
|
data/config/locales/ur.yml
CHANGED
@@ -129,7 +129,9 @@ ur:
|
|
129
129
|
organisation_schema:
|
130
130
|
all_content_search_description: "%{organisation} کا تمام مواد تلاش کریں"
|
131
131
|
previous_and_next_navigation:
|
132
|
+
next:
|
132
133
|
pagination: صفحہ بندی
|
134
|
+
previous:
|
133
135
|
print_link:
|
134
136
|
text: اس صفحے کا پرنٹ لیں
|
135
137
|
radio:
|
@@ -195,5 +197,9 @@ ur:
|
|
195
197
|
summary_list:
|
196
198
|
delete: حذف کریں
|
197
199
|
edit: تبدیل کریں
|
200
|
+
table:
|
201
|
+
filter_count:
|
202
|
+
filter_label:
|
203
|
+
filter_message:
|
198
204
|
tabs:
|
199
205
|
contents: مشمولات
|
data/config/locales/uz.yml
CHANGED
@@ -134,7 +134,9 @@ uz:
|
|
134
134
|
organisation_schema:
|
135
135
|
all_content_search_description: "%{organization} дан бутун контентни топиш"
|
136
136
|
previous_and_next_navigation:
|
137
|
+
next:
|
137
138
|
pagination: Саҳифаларнинг рақамланиши
|
139
|
+
previous:
|
138
140
|
print_link:
|
139
141
|
text: Ушбу саҳифани чоп этиш
|
140
142
|
radio:
|
@@ -200,5 +202,9 @@ uz:
|
|
200
202
|
summary_list:
|
201
203
|
delete: Ўчириб юбориш
|
202
204
|
edit: Ўзгартириш
|
205
|
+
table:
|
206
|
+
filter_count:
|
207
|
+
filter_label:
|
208
|
+
filter_message:
|
203
209
|
tabs:
|
204
210
|
contents: Мундарижа
|
data/config/locales/vi.yml
CHANGED
@@ -131,7 +131,9 @@ vi:
|
|
131
131
|
organisation_schema:
|
132
132
|
all_content_search_description: Tìm tất cả nội dung từ %{organisation}
|
133
133
|
previous_and_next_navigation:
|
134
|
+
next:
|
134
135
|
pagination: Phân trang
|
136
|
+
previous:
|
135
137
|
print_link:
|
136
138
|
text: In trang này
|
137
139
|
radio:
|
@@ -197,5 +199,9 @@ vi:
|
|
197
199
|
summary_list:
|
198
200
|
delete: Xóa
|
199
201
|
edit: Thay đổi
|
202
|
+
table:
|
203
|
+
filter_count:
|
204
|
+
filter_label:
|
205
|
+
filter_message:
|
200
206
|
tabs:
|
201
207
|
contents: Mục lục
|
data/config/locales/zh-hk.yml
CHANGED
@@ -130,7 +130,9 @@ zh-hk:
|
|
130
130
|
organisation_schema:
|
131
131
|
all_content_search_description: 從 %{organisation} 獲得更多內容
|
132
132
|
previous_and_next_navigation:
|
133
|
+
next:
|
133
134
|
pagination: 分頁
|
135
|
+
previous:
|
134
136
|
print_link:
|
135
137
|
text: 列印本頁面
|
136
138
|
radio:
|
@@ -196,5 +198,9 @@ zh-hk:
|
|
196
198
|
summary_list:
|
197
199
|
delete: 刪除
|
198
200
|
edit: 變更
|
201
|
+
table:
|
202
|
+
filter_count:
|
203
|
+
filter_label:
|
204
|
+
filter_message:
|
199
205
|
tabs:
|
200
206
|
contents: 內容
|
data/config/locales/zh-tw.yml
CHANGED
@@ -130,7 +130,9 @@ zh-tw:
|
|
130
130
|
organisation_schema:
|
131
131
|
all_content_search_description: 從 %{organisation} 找到所有內容
|
132
132
|
previous_and_next_navigation:
|
133
|
+
next:
|
133
134
|
pagination: 分頁
|
135
|
+
previous:
|
134
136
|
print_link:
|
135
137
|
text: 列印此頁面
|
136
138
|
radio:
|
@@ -196,5 +198,9 @@ zh-tw:
|
|
196
198
|
summary_list:
|
197
199
|
delete: 刪除
|
198
200
|
edit: 變更
|
201
|
+
table:
|
202
|
+
filter_count:
|
203
|
+
filter_label:
|
204
|
+
filter_message:
|
199
205
|
tabs:
|
200
206
|
contents: 內容
|