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
@@ -78,6 +78,14 @@ examples:
|
|
78
78
|
light_text: true
|
79
79
|
context:
|
80
80
|
dark_background: true
|
81
|
+
white_arrow:
|
82
|
+
data:
|
83
|
+
text: Find out how to stay safe and help prevent the spread
|
84
|
+
href: "/something"
|
85
|
+
white_arrow: true
|
86
|
+
light_text: true
|
87
|
+
context:
|
88
|
+
dark_background: true
|
81
89
|
blue_arrow:
|
82
90
|
data:
|
83
91
|
text: Find out how to stay safe and help prevent the spread
|
@@ -134,3 +134,33 @@ examples:
|
|
134
134
|
format: numeric
|
135
135
|
- text: £80
|
136
136
|
format: numeric
|
137
|
+
with_filter:
|
138
|
+
description: This option allows table rows to be filtered by user input. Since this filtering is implemented client-side the filter section is not displayed by default but displays only when JavaScript is enabled. The label for the input field can be set when the coponent is rendered via the `label` key. if this is not set a fallback value will display.
|
139
|
+
data:
|
140
|
+
filterable: true
|
141
|
+
label: Filter months
|
142
|
+
head:
|
143
|
+
- text: Month you apply
|
144
|
+
- text: Rate for bicycles
|
145
|
+
format: numeric
|
146
|
+
- text: Rate for vehicles
|
147
|
+
format: numeric
|
148
|
+
rows:
|
149
|
+
-
|
150
|
+
- text: January
|
151
|
+
- text: £85
|
152
|
+
format: numeric
|
153
|
+
- text: £95
|
154
|
+
format: numeric
|
155
|
+
-
|
156
|
+
- text: February
|
157
|
+
- text: £75
|
158
|
+
format: numeric
|
159
|
+
- text: £55
|
160
|
+
format: numeric
|
161
|
+
-
|
162
|
+
- text: March
|
163
|
+
- text: £165
|
164
|
+
format: numeric
|
165
|
+
- text: £125
|
166
|
+
format: numeric
|
data/config/locales/ar.yml
CHANGED
@@ -135,7 +135,9 @@ ar:
|
|
135
135
|
organisation_schema:
|
136
136
|
all_content_search_description: العثور عن كل المحتوى من %{organisation}
|
137
137
|
previous_and_next_navigation:
|
138
|
+
next:
|
138
139
|
pagination: ترقيم الصفحات
|
140
|
+
previous:
|
139
141
|
print_link:
|
140
142
|
text: طباعة هذه الصفحة
|
141
143
|
radio:
|
@@ -201,5 +203,9 @@ ar:
|
|
201
203
|
summary_list:
|
202
204
|
delete: حذف
|
203
205
|
edit: تغيير
|
206
|
+
table:
|
207
|
+
filter_count:
|
208
|
+
filter_label:
|
209
|
+
filter_message:
|
204
210
|
tabs:
|
205
211
|
contents: المحتويات
|
data/config/locales/az.yml
CHANGED
@@ -131,7 +131,9 @@ az:
|
|
131
131
|
organisation_schema:
|
132
132
|
all_content_search_description: "%{organisation}-dan bütün məzmunu tap"
|
133
133
|
previous_and_next_navigation:
|
134
|
+
next:
|
134
135
|
pagination: Səhifələrə bölmə
|
136
|
+
previous:
|
135
137
|
print_link:
|
136
138
|
text: Bu səhifəni çap et
|
137
139
|
radio:
|
@@ -197,5 +199,9 @@ az:
|
|
197
199
|
summary_list:
|
198
200
|
delete: Sil
|
199
201
|
edit: Dəyiş
|
202
|
+
table:
|
203
|
+
filter_count:
|
204
|
+
filter_label:
|
205
|
+
filter_message:
|
200
206
|
tabs:
|
201
207
|
contents: Məzmunlar
|
data/config/locales/be.yml
CHANGED
@@ -138,7 +138,9 @@ be:
|
|
138
138
|
organisation_schema:
|
139
139
|
all_content_search_description: Шукаць увесь змест з %{organisation}
|
140
140
|
previous_and_next_navigation:
|
141
|
+
next:
|
141
142
|
pagination: Месцаванне старонак
|
143
|
+
previous:
|
142
144
|
print_link:
|
143
145
|
text: Надрукаваць гэтую странiцу
|
144
146
|
radio:
|
@@ -204,5 +206,9 @@ be:
|
|
204
206
|
summary_list:
|
205
207
|
delete: Выдаліць
|
206
208
|
edit: Змянiць
|
209
|
+
table:
|
210
|
+
filter_count:
|
211
|
+
filter_label:
|
212
|
+
filter_message:
|
207
213
|
tabs:
|
208
214
|
contents: Змест
|
data/config/locales/bg.yml
CHANGED
@@ -136,7 +136,9 @@ bg:
|
|
136
136
|
organisation_schema:
|
137
137
|
all_content_search_description: Намиране на цялото съдържание от %{organisation}
|
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 @@ bg:
|
|
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/bn.yml
CHANGED
@@ -133,7 +133,9 @@ bn:
|
|
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 @@ bn:
|
|
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/cs.yml
CHANGED
@@ -137,7 +137,9 @@ cs:
|
|
137
137
|
organisation_schema:
|
138
138
|
all_content_search_description: Najít veškerý obsah z %{organisation}
|
139
139
|
previous_and_next_navigation:
|
140
|
+
next:
|
140
141
|
pagination: Stránkování
|
142
|
+
previous:
|
141
143
|
print_link:
|
142
144
|
text: Vytisknout tuto stránku
|
143
145
|
radio:
|
@@ -203,5 +205,9 @@ cs:
|
|
203
205
|
summary_list:
|
204
206
|
delete: Odstranit
|
205
207
|
edit: Změna
|
208
|
+
table:
|
209
|
+
filter_count:
|
210
|
+
filter_label:
|
211
|
+
filter_message:
|
206
212
|
tabs:
|
207
213
|
contents: Obsah
|
data/config/locales/cy.yml
CHANGED
@@ -136,7 +136,9 @@ cy:
|
|
136
136
|
organisation_schema:
|
137
137
|
all_content_search_description: Dod o hyd i'r holl gynnwys gan %{organisation}
|
138
138
|
previous_and_next_navigation:
|
139
|
+
next:
|
139
140
|
pagination: Tudalennu
|
141
|
+
previous:
|
140
142
|
print_link:
|
141
143
|
text: Argraffu'r dudalen hon
|
142
144
|
radio:
|
@@ -202,5 +204,9 @@ cy:
|
|
202
204
|
summary_list:
|
203
205
|
delete: Dileu
|
204
206
|
edit: Newid
|
207
|
+
table:
|
208
|
+
filter_count:
|
209
|
+
filter_label:
|
210
|
+
filter_message:
|
205
211
|
tabs:
|
206
212
|
contents: Cynnwys
|
data/config/locales/da.yml
CHANGED
@@ -133,7 +133,9 @@ da:
|
|
133
133
|
organisation_schema:
|
134
134
|
all_content_search_description: Find alt indhold fra %{organisation}
|
135
135
|
previous_and_next_navigation:
|
136
|
+
next:
|
136
137
|
pagination: Paginering
|
138
|
+
previous:
|
137
139
|
print_link:
|
138
140
|
text: Udskriv denne side
|
139
141
|
radio:
|
@@ -199,5 +201,9 @@ da:
|
|
199
201
|
summary_list:
|
200
202
|
delete: Slet
|
201
203
|
edit: Ændre
|
204
|
+
table:
|
205
|
+
filter_count:
|
206
|
+
filter_label:
|
207
|
+
filter_message:
|
202
208
|
tabs:
|
203
209
|
contents: Indhold
|
data/config/locales/de.yml
CHANGED
@@ -136,7 +136,9 @@ de:
|
|
136
136
|
organisation_schema:
|
137
137
|
all_content_search_description: Alle Inhalte von %{organisation} finden
|
138
138
|
previous_and_next_navigation:
|
139
|
+
next:
|
139
140
|
pagination: Seitenzahlen
|
141
|
+
previous:
|
140
142
|
print_link:
|
141
143
|
text: Diese Seite drucken
|
142
144
|
radio:
|
@@ -202,5 +204,9 @@ de:
|
|
202
204
|
summary_list:
|
203
205
|
delete: Löschen
|
204
206
|
edit: Ändern
|
207
|
+
table:
|
208
|
+
filter_count:
|
209
|
+
filter_label:
|
210
|
+
filter_message:
|
205
211
|
tabs:
|
206
212
|
contents: Inhalte
|
data/config/locales/dr.yml
CHANGED
@@ -134,7 +134,9 @@ dr:
|
|
134
134
|
organisation_schema:
|
135
135
|
all_content_search_description: تمام محتویات را از اینجا بدست بیاورید %{organisation}
|
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 @@ dr:
|
|
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/el.yml
CHANGED
@@ -132,7 +132,9 @@ el:
|
|
132
132
|
organisation_schema:
|
133
133
|
all_content_search_description: Εύρεση όλου του περιεχομένου από τον οργανισμό %{Organization}
|
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 @@ el:
|
|
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/en.yml
CHANGED
@@ -234,8 +234,8 @@ en:
|
|
234
234
|
href: "/coronavirus"
|
235
235
|
- label: Find a job
|
236
236
|
href: "/find-a-job"
|
237
|
-
- label: '
|
238
|
-
href: "/
|
237
|
+
- label: 'Check benefits and financial support you can get'
|
238
|
+
href: "/check-benefits-financial-support"
|
239
239
|
- label: 'Universal Credit account: sign in'
|
240
240
|
href: "/sign-in-universal-credit"
|
241
241
|
popular_links_heading: Popular on GOV.UK
|
@@ -256,7 +256,9 @@ en:
|
|
256
256
|
organisation_schema:
|
257
257
|
all_content_search_description: Find all content from %{organisation}
|
258
258
|
previous_and_next_navigation:
|
259
|
+
next: Next
|
259
260
|
pagination: Pagination
|
261
|
+
previous: Previous
|
260
262
|
print_link:
|
261
263
|
text: Print this page
|
262
264
|
radio:
|
@@ -330,5 +332,9 @@ en:
|
|
330
332
|
summary_list:
|
331
333
|
delete: Delete
|
332
334
|
edit: Change
|
335
|
+
table:
|
336
|
+
filter_count: results for the term entered
|
337
|
+
filter_label: Filter
|
338
|
+
filter_message: There are no matching results
|
333
339
|
tabs:
|
334
340
|
contents: Contents
|
data/config/locales/es-419.yml
CHANGED
@@ -132,7 +132,9 @@ es-419:
|
|
132
132
|
organisation_schema:
|
133
133
|
all_content_search_description: Buscar todo el contenido de %{organisation}
|
134
134
|
previous_and_next_navigation:
|
135
|
+
next:
|
135
136
|
pagination: Paginación
|
137
|
+
previous:
|
136
138
|
print_link:
|
137
139
|
text: Imprimir esta página
|
138
140
|
radio:
|
@@ -198,5 +200,9 @@ es-419:
|
|
198
200
|
summary_list:
|
199
201
|
delete: Borrar
|
200
202
|
edit: Cambiar
|
203
|
+
table:
|
204
|
+
filter_count:
|
205
|
+
filter_label:
|
206
|
+
filter_message:
|
201
207
|
tabs:
|
202
208
|
contents: Contenido
|
data/config/locales/es.yml
CHANGED
@@ -132,7 +132,9 @@ es:
|
|
132
132
|
organisation_schema:
|
133
133
|
all_content_search_description: Buscar todo el contenido de %{organization}
|
134
134
|
previous_and_next_navigation:
|
135
|
+
next:
|
135
136
|
pagination: Paginación
|
137
|
+
previous:
|
136
138
|
print_link:
|
137
139
|
text: Imprimir esta página
|
138
140
|
radio:
|
@@ -198,5 +200,9 @@ es:
|
|
198
200
|
summary_list:
|
199
201
|
delete: Eliminar
|
200
202
|
edit: Cambiar
|
203
|
+
table:
|
204
|
+
filter_count:
|
205
|
+
filter_label:
|
206
|
+
filter_message:
|
201
207
|
tabs:
|
202
208
|
contents: Contenido
|
data/config/locales/et.yml
CHANGED
@@ -135,7 +135,9 @@ et:
|
|
135
135
|
organisation_schema:
|
136
136
|
all_content_search_description: Leidke kogu ettevõtte %{organization} sisu
|
137
137
|
previous_and_next_navigation:
|
138
|
+
next:
|
138
139
|
pagination: Lehekülgede jaotus
|
140
|
+
previous:
|
139
141
|
print_link:
|
140
142
|
text: Prindi see leht
|
141
143
|
radio:
|
@@ -201,5 +203,9 @@ et:
|
|
201
203
|
summary_list:
|
202
204
|
delete: Kustuta
|
203
205
|
edit: Muuda
|
206
|
+
table:
|
207
|
+
filter_count:
|
208
|
+
filter_label:
|
209
|
+
filter_message:
|
204
210
|
tabs:
|
205
211
|
contents: Sisu
|
data/config/locales/fa.yml
CHANGED
@@ -130,7 +130,9 @@ fa:
|
|
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 @@ fa:
|
|
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/fi.yml
CHANGED
@@ -134,7 +134,9 @@ fi:
|
|
134
134
|
organisation_schema:
|
135
135
|
all_content_search_description: Etsi kaikki sisältö alkaen %{organisation}
|
136
136
|
previous_and_next_navigation:
|
137
|
+
next:
|
137
138
|
pagination: Sivunumerointi
|
139
|
+
previous:
|
138
140
|
print_link:
|
139
141
|
text: Tulosta tämä sivu
|
140
142
|
radio:
|
@@ -200,5 +202,9 @@ fi:
|
|
200
202
|
summary_list:
|
201
203
|
delete: Poistaa
|
202
204
|
edit: Muuttaa
|
205
|
+
table:
|
206
|
+
filter_count:
|
207
|
+
filter_label:
|
208
|
+
filter_message:
|
203
209
|
tabs:
|
204
210
|
contents: Sisällys
|
data/config/locales/fr.yml
CHANGED
@@ -132,7 +132,9 @@ fr:
|
|
132
132
|
organisation_schema:
|
133
133
|
all_content_search_description: Rechercher tout le contenu de %{organisation}
|
134
134
|
previous_and_next_navigation:
|
135
|
+
next:
|
135
136
|
pagination: Pagination
|
137
|
+
previous:
|
136
138
|
print_link:
|
137
139
|
text: Imprimer cette page
|
138
140
|
radio:
|
@@ -198,5 +200,9 @@ fr:
|
|
198
200
|
summary_list:
|
199
201
|
delete: Supprimer
|
200
202
|
edit: Modifier
|
203
|
+
table:
|
204
|
+
filter_count:
|
205
|
+
filter_label:
|
206
|
+
filter_message:
|
201
207
|
tabs:
|
202
208
|
contents: Contenu
|
data/config/locales/gd.yml
CHANGED
@@ -134,7 +134,9 @@ gd:
|
|
134
134
|
organisation_schema:
|
135
135
|
all_content_search_description: Faigh gach rud ó %{organisation}
|
136
136
|
previous_and_next_navigation:
|
137
|
+
next:
|
137
138
|
pagination: Leathanach
|
139
|
+
previous:
|
138
140
|
print_link:
|
139
141
|
text: priontáil an leathanach seo
|
140
142
|
radio:
|
@@ -200,5 +202,9 @@ gd:
|
|
200
202
|
summary_list:
|
201
203
|
delete: Scriosadh
|
202
204
|
edit: A mhodhnú
|
205
|
+
table:
|
206
|
+
filter_count:
|
207
|
+
filter_label:
|
208
|
+
filter_message:
|
203
209
|
tabs:
|
204
210
|
contents: Clár ábhair
|
data/config/locales/gu.yml
CHANGED
@@ -132,7 +132,9 @@ gu:
|
|
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 @@ gu:
|
|
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/he.yml
CHANGED
@@ -132,7 +132,9 @@ he:
|
|
132
132
|
organisation_schema:
|
133
133
|
all_content_search_description: מצא את כל התוכן של %{organization}
|
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 @@ he:
|
|
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/hi.yml
CHANGED
@@ -132,7 +132,9 @@ hi:
|
|
132
132
|
organisation_schema:
|
133
133
|
all_content_search_description: "%{organization} से सभी सामग्री खोजें"
|
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 @@ hi:
|
|
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/hr.yml
CHANGED
@@ -134,7 +134,9 @@ hr:
|
|
134
134
|
organisation_schema:
|
135
135
|
all_content_search_description: Pronađi sav sadržaj %{organization}
|
136
136
|
previous_and_next_navigation:
|
137
|
+
next:
|
137
138
|
pagination: Paginacija
|
139
|
+
previous:
|
138
140
|
print_link:
|
139
141
|
text: Ispišite ovu stranicu
|
140
142
|
radio:
|
@@ -200,5 +202,9 @@ hr:
|
|
200
202
|
summary_list:
|
201
203
|
delete: Obriši
|
202
204
|
edit: Promijeniti
|
205
|
+
table:
|
206
|
+
filter_count:
|
207
|
+
filter_label:
|
208
|
+
filter_message:
|
203
209
|
tabs:
|
204
210
|
contents: Sadržaj
|
data/config/locales/hu.yml
CHANGED
@@ -135,7 +135,9 @@ hu:
|
|
135
135
|
organisation_schema:
|
136
136
|
all_content_search_description: Keresse meg a(z) %{organisation} szervezet minden tartalmát
|
137
137
|
previous_and_next_navigation:
|
138
|
+
next:
|
138
139
|
pagination: Lapszámozás
|
140
|
+
previous:
|
139
141
|
print_link:
|
140
142
|
text: Oldal kinyomtatása
|
141
143
|
radio:
|
@@ -201,5 +203,9 @@ hu:
|
|
201
203
|
summary_list:
|
202
204
|
delete: Törlés
|
203
205
|
edit: Megváltoztatás
|
206
|
+
table:
|
207
|
+
filter_count:
|
208
|
+
filter_label:
|
209
|
+
filter_message:
|
204
210
|
tabs:
|
205
211
|
contents: Tartalomjegyzék
|
data/config/locales/hy.yml
CHANGED
@@ -136,7 +136,9 @@ hy:
|
|
136
136
|
organisation_schema:
|
137
137
|
all_content_search_description: Գտնել %{organisation} ողջ բովանդակությունը
|
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 @@ hy:
|
|
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/id.yml
CHANGED
@@ -132,7 +132,9 @@ id:
|
|
132
132
|
organisation_schema:
|
133
133
|
all_content_search_description: Temukan semua konten dari %{organisation}
|
134
134
|
previous_and_next_navigation:
|
135
|
+
next:
|
135
136
|
pagination: Paginasi
|
137
|
+
previous:
|
136
138
|
print_link:
|
137
139
|
text: Cetak halaman ini
|
138
140
|
radio:
|
@@ -198,5 +200,9 @@ id:
|
|
198
200
|
summary_list:
|
199
201
|
delete: Hapus
|
200
202
|
edit: Ubah
|
203
|
+
table:
|
204
|
+
filter_count:
|
205
|
+
filter_label:
|
206
|
+
filter_message:
|
201
207
|
tabs:
|
202
208
|
contents: Konten
|
data/config/locales/is.yml
CHANGED
@@ -132,7 +132,9 @@ is:
|
|
132
132
|
organisation_schema:
|
133
133
|
all_content_search_description: Finna allt efni frá %{organisation}
|
134
134
|
previous_and_next_navigation:
|
135
|
+
next:
|
135
136
|
pagination: Síðuuppsetning
|
137
|
+
previous:
|
136
138
|
print_link:
|
137
139
|
text: Prenta þessa síðu
|
138
140
|
radio:
|
@@ -198,5 +200,9 @@ is:
|
|
198
200
|
summary_list:
|
199
201
|
delete: Eyða
|
200
202
|
edit: Breyta
|
203
|
+
table:
|
204
|
+
filter_count:
|
205
|
+
filter_label:
|
206
|
+
filter_message:
|
201
207
|
tabs:
|
202
208
|
contents: Efni
|
data/config/locales/it.yml
CHANGED
@@ -132,7 +132,9 @@ it:
|
|
132
132
|
organisation_schema:
|
133
133
|
all_content_search_description: Trova tutto il contenuto da %{organisation}
|
134
134
|
previous_and_next_navigation:
|
135
|
+
next:
|
135
136
|
pagination: Impaginazione
|
137
|
+
previous:
|
136
138
|
print_link:
|
137
139
|
text: Stampa questa pagina
|
138
140
|
radio:
|
@@ -198,5 +200,9 @@ it:
|
|
198
200
|
summary_list:
|
199
201
|
delete: Cancella
|
200
202
|
edit: Modifica
|
203
|
+
table:
|
204
|
+
filter_count:
|
205
|
+
filter_label:
|
206
|
+
filter_message:
|
201
207
|
tabs:
|
202
208
|
contents: Contenuti
|
data/config/locales/ja.yml
CHANGED
@@ -128,7 +128,9 @@ ja:
|
|
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 @@ ja:
|
|
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/ka.yml
CHANGED
@@ -135,7 +135,9 @@ ka:
|
|
135
135
|
organisation_schema:
|
136
136
|
all_content_search_description: ყველა მასალის ნახვა %{organisation}-დან
|
137
137
|
previous_and_next_navigation:
|
138
|
+
next:
|
138
139
|
pagination: პაგინაცია
|
140
|
+
previous:
|
139
141
|
print_link:
|
140
142
|
text: ამ გვერდის ბეჭდვა
|
141
143
|
radio:
|
@@ -201,5 +203,9 @@ ka:
|
|
201
203
|
summary_list:
|
202
204
|
delete: წაშლა
|
203
205
|
edit: შეცვლა
|
206
|
+
table:
|
207
|
+
filter_count:
|
208
|
+
filter_label:
|
209
|
+
filter_message:
|
204
210
|
tabs:
|
205
211
|
contents: შინაარსი
|