govuk_publishing_components 32.0.0 → 33.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/assets/javascripts/component_guide/accessibility-test.js +0 -1
- data/app/assets/javascripts/govuk_publishing_components/analytics-ga4/ga4-core.js +175 -0
- data/app/assets/javascripts/govuk_publishing_components/analytics-ga4/ga4-ecommerce-tracker.js +1 -1
- data/app/assets/javascripts/govuk_publishing_components/analytics-ga4/ga4-event-tracker.js +5 -13
- data/app/assets/javascripts/govuk_publishing_components/analytics-ga4/ga4-link-tracker.js +80 -309
- data/app/assets/javascripts/govuk_publishing_components/analytics-ga4/ga4-page-views.js +2 -2
- data/app/assets/javascripts/govuk_publishing_components/analytics-ga4/ga4-specialist-link-tracker.js +140 -0
- data/app/assets/javascripts/govuk_publishing_components/analytics-ga4/init-ga4.js +3 -0
- data/app/assets/javascripts/govuk_publishing_components/analytics-ga4.js +1 -0
- data/app/assets/javascripts/govuk_publishing_components/components/accordion.js +12 -1
- data/app/assets/javascripts/govuk_publishing_components/components/layout-super-navigation-header.js +13 -4
- data/app/assets/javascripts/govuk_publishing_components/components/single-page-notification-button.js +24 -8
- data/app/assets/javascripts/govuk_publishing_components/vendor/lux/lux-reporter.js +83 -86
- data/app/assets/stylesheets/govuk_publishing_components/components/_big-number.scss +2 -5
- data/app/assets/stylesheets/govuk_publishing_components/components/_image-card.scss +1 -5
- data/app/assets/stylesheets/govuk_publishing_components/components/_input.scss +3 -5
- data/app/assets/stylesheets/govuk_publishing_components/components/_layout-super-navigation-header.scss +10 -30
- data/app/assets/stylesheets/govuk_publishing_components/components/_search.scss +0 -7
- data/app/assets/stylesheets/govuk_publishing_components/components/_share-links.scss +0 -6
- data/app/views/govuk_publishing_components/components/_accordion.html.erb +14 -1
- data/app/views/govuk_publishing_components/components/_error_summary.html.erb +27 -26
- data/app/views/govuk_publishing_components/components/_layout_super_navigation_header.html.erb +2 -2
- data/app/views/govuk_publishing_components/components/_phase_banner.html.erb +1 -1
- data/app/views/govuk_publishing_components/components/_share_links.html.erb +18 -15
- data/app/views/govuk_publishing_components/components/_single_page_notification_button.html.erb +1 -1
- data/app/views/govuk_publishing_components/components/docs/accordion.yml +15 -3
- data/app/views/govuk_publishing_components/components/docs/button.yml +10 -0
- data/app/views/govuk_publishing_components/components/docs/share_links.yml +59 -30
- data/app/views/govuk_publishing_components/components/docs/single_page_notification_button.yml +10 -1
- data/app/views/govuk_publishing_components/components/feedback/_yes_no_banner.html.erb +3 -3
- data/config/locales/ar.yml +4 -1
- data/config/locales/az.yml +4 -1
- data/config/locales/be.yml +4 -1
- data/config/locales/bg.yml +4 -1
- data/config/locales/bn.yml +4 -1
- data/config/locales/cs.yml +4 -1
- data/config/locales/cy.yml +4 -1
- data/config/locales/da.yml +4 -1
- data/config/locales/de.yml +4 -1
- data/config/locales/dr.yml +4 -1
- data/config/locales/el.yml +4 -1
- data/config/locales/en.yml +20 -17
- data/config/locales/es-419.yml +4 -1
- data/config/locales/es.yml +4 -1
- data/config/locales/et.yml +4 -1
- data/config/locales/fa.yml +4 -1
- data/config/locales/fi.yml +4 -1
- data/config/locales/fr.yml +4 -1
- data/config/locales/gd.yml +4 -1
- data/config/locales/gu.yml +4 -1
- data/config/locales/he.yml +4 -1
- data/config/locales/hi.yml +4 -1
- data/config/locales/hr.yml +4 -1
- data/config/locales/hu.yml +4 -1
- data/config/locales/hy.yml +4 -1
- data/config/locales/id.yml +4 -1
- data/config/locales/is.yml +4 -1
- data/config/locales/it.yml +4 -1
- data/config/locales/ja.yml +4 -1
- data/config/locales/ka.yml +4 -1
- data/config/locales/kk.yml +4 -1
- data/config/locales/ko.yml +4 -1
- data/config/locales/lt.yml +4 -1
- data/config/locales/lv.yml +4 -1
- data/config/locales/ms.yml +4 -1
- data/config/locales/mt.yml +4 -1
- data/config/locales/nl.yml +4 -1
- data/config/locales/no.yml +4 -1
- data/config/locales/pa-pk.yml +4 -1
- data/config/locales/pa.yml +4 -1
- data/config/locales/pl.yml +4 -1
- data/config/locales/ps.yml +4 -1
- data/config/locales/pt.yml +4 -1
- data/config/locales/ro.yml +4 -1
- data/config/locales/ru.yml +4 -1
- data/config/locales/si.yml +4 -1
- data/config/locales/sk.yml +4 -1
- data/config/locales/sl.yml +4 -1
- data/config/locales/so.yml +4 -1
- data/config/locales/sq.yml +4 -1
- data/config/locales/sr.yml +4 -1
- data/config/locales/sv.yml +4 -1
- data/config/locales/sw.yml +4 -1
- data/config/locales/ta.yml +4 -1
- data/config/locales/th.yml +4 -1
- data/config/locales/tk.yml +4 -1
- data/config/locales/tr.yml +4 -1
- data/config/locales/uk.yml +4 -1
- data/config/locales/ur.yml +4 -1
- data/config/locales/uz.yml +4 -1
- data/config/locales/vi.yml +4 -1
- data/config/locales/zh-hk.yml +4 -1
- data/config/locales/zh-tw.yml +4 -1
- data/config/locales/zh.yml +4 -1
- data/lib/govuk_publishing_components/presenters/button_helper.rb +7 -1
- data/lib/govuk_publishing_components/presenters/single_page_notification_button_helper.rb +25 -1
- data/lib/govuk_publishing_components/version.rb +1 -1
- data/node_modules/axe-core/axe.js +4567 -4678
- data/node_modules/axe-core/axe.min.js +2 -2
- data/node_modules/axe-core/package.json +2 -2
- data/node_modules/axe-core/sri-history.json +8 -0
- data/node_modules/govuk-frontend/README.md +1 -2
- data/node_modules/govuk-frontend/govuk/all.js +1398 -273
- data/node_modules/govuk-frontend/govuk/common/closest-attribute-value.js +70 -0
- data/node_modules/govuk-frontend/govuk/common/index.js +172 -0
- data/node_modules/govuk-frontend/govuk/common/normalise-dataset.js +373 -0
- data/node_modules/govuk-frontend/govuk/common.js +138 -3
- data/node_modules/govuk-frontend/govuk/components/accordion/accordion.js +753 -25
- data/node_modules/govuk-frontend/govuk/components/accordion/fixtures.json +54 -22
- data/node_modules/govuk-frontend/govuk/components/accordion/macro-options.json +36 -0
- data/node_modules/govuk-frontend/govuk/components/accordion/template.njk +7 -1
- data/node_modules/govuk-frontend/govuk/components/back-link/fixtures.json +12 -12
- data/node_modules/govuk-frontend/govuk/components/breadcrumbs/fixtures.json +22 -22
- data/node_modules/govuk-frontend/govuk/components/button/_index.scss +23 -5
- data/node_modules/govuk-frontend/govuk/components/button/button.js +365 -107
- data/node_modules/govuk-frontend/govuk/components/button/fixtures.json +85 -66
- data/node_modules/govuk-frontend/govuk/components/button/template.njk +1 -1
- data/node_modules/govuk-frontend/govuk/components/character-count/_index.scss +9 -0
- data/node_modules/govuk-frontend/govuk/components/character-count/character-count.js +1033 -121
- data/node_modules/govuk-frontend/govuk/components/character-count/fixtures.json +112 -36
- data/node_modules/govuk-frontend/govuk/components/character-count/macro-options.json +42 -0
- data/node_modules/govuk-frontend/govuk/components/character-count/template.njk +27 -3
- data/node_modules/govuk-frontend/govuk/components/checkboxes/checkboxes.js +30 -2
- data/node_modules/govuk-frontend/govuk/components/checkboxes/fixtures.json +96 -93
- data/node_modules/govuk-frontend/govuk/components/cookie-banner/fixtures.json +46 -46
- data/node_modules/govuk-frontend/govuk/components/date-input/fixtures.json +50 -50
- data/node_modules/govuk-frontend/govuk/components/details/details.js +43 -13
- data/node_modules/govuk-frontend/govuk/components/details/fixtures.json +20 -20
- data/node_modules/govuk-frontend/govuk/components/error-message/fixtures.json +20 -20
- data/node_modules/govuk-frontend/govuk/components/error-summary/error-summary.js +268 -6
- data/node_modules/govuk-frontend/govuk/components/error-summary/fixtures.json +44 -35
- data/node_modules/govuk-frontend/govuk/components/error-summary/template.njk +25 -21
- data/node_modules/govuk-frontend/govuk/components/fieldset/fixtures.json +51 -39
- data/node_modules/govuk-frontend/govuk/components/file-upload/fixtures.json +26 -26
- data/node_modules/govuk-frontend/govuk/components/footer/_index.scss +1 -1
- data/node_modules/govuk-frontend/govuk/components/footer/fixtures.json +46 -46
- data/node_modules/govuk-frontend/govuk/components/footer/macro-options.json +2 -2
- data/node_modules/govuk-frontend/govuk/components/header/fixtures.json +93 -38
- data/node_modules/govuk-frontend/govuk/components/header/header.js +6 -0
- data/node_modules/govuk-frontend/govuk/components/header/macro-options.json +8 -2
- data/node_modules/govuk-frontend/govuk/components/header/template.njk +4 -2
- data/node_modules/govuk-frontend/govuk/components/hint/fixtures.json +12 -12
- data/node_modules/govuk-frontend/govuk/components/input/fixtures.json +80 -80
- data/node_modules/govuk-frontend/govuk/components/inset-text/fixtures.json +12 -12
- data/node_modules/govuk-frontend/govuk/components/label/fixtures.json +34 -34
- data/node_modules/govuk-frontend/govuk/components/notification-banner/fixtures.json +56 -46
- data/node_modules/govuk-frontend/govuk/components/notification-banner/notification-banner.js +252 -2
- data/node_modules/govuk-frontend/govuk/components/notification-banner/template.njk +1 -1
- data/node_modules/govuk-frontend/govuk/components/pagination/_index.scss +10 -7
- data/node_modules/govuk-frontend/govuk/components/pagination/fixtures.json +33 -26
- data/node_modules/govuk-frontend/govuk/components/panel/fixtures.json +18 -18
- data/node_modules/govuk-frontend/govuk/components/phase-banner/fixtures.json +14 -14
- data/node_modules/govuk-frontend/govuk/components/radios/fixtures.json +94 -91
- data/node_modules/govuk-frontend/govuk/components/radios/radios.js +30 -2
- data/node_modules/govuk-frontend/govuk/components/select/fixtures.json +32 -32
- data/node_modules/govuk-frontend/govuk/components/skip-link/fixtures.json +22 -20
- data/node_modules/govuk-frontend/govuk/components/skip-link/skip-link.js +10 -4
- data/node_modules/govuk-frontend/govuk/components/summary-list/fixtures.json +50 -50
- data/node_modules/govuk-frontend/govuk/components/table/_index.scss +1 -1
- data/node_modules/govuk-frontend/govuk/components/table/fixtures.json +40 -40
- data/node_modules/govuk-frontend/govuk/components/tabs/fixtures.json +29 -29
- data/node_modules/govuk-frontend/govuk/components/tabs/tabs.js +28 -0
- data/node_modules/govuk-frontend/govuk/components/tag/fixtures.json +28 -28
- data/node_modules/govuk-frontend/govuk/components/textarea/fixtures.json +34 -34
- data/node_modules/govuk-frontend/govuk/components/warning-text/fixtures.json +14 -14
- data/node_modules/govuk-frontend/govuk/core/_section-break.scss +1 -1
- data/node_modules/govuk-frontend/govuk/helpers/_colour.scss +2 -2
- data/node_modules/govuk-frontend/govuk/helpers/_links.scss +6 -6
- data/node_modules/govuk-frontend/govuk/i18n.js +390 -0
- data/node_modules/govuk-frontend/govuk/macros/i18n.njk +15 -0
- data/node_modules/govuk-frontend/govuk/settings/_all.scss +1 -0
- data/node_modules/govuk-frontend/govuk/settings/_colours-palette.scss +12 -0
- data/node_modules/govuk-frontend/govuk/settings/_compatibility.scss +26 -0
- data/node_modules/govuk-frontend/govuk/settings/_typography-font.scss +23 -0
- data/node_modules/govuk-frontend/govuk/settings/_typography-responsive.scss +12 -0
- data/node_modules/govuk-frontend/govuk/settings/_warnings.scss +53 -0
- data/node_modules/govuk-frontend/govuk/tools/_compatibility.scss +20 -6
- data/node_modules/govuk-frontend/govuk/vendor/polyfills/Date/now.js +21 -0
- data/node_modules/govuk-frontend/govuk/vendor/polyfills/Element/prototype/dataset.js +300 -0
- data/node_modules/govuk-frontend/govuk/vendor/polyfills/String/prototype/trim.js +21 -0
- data/node_modules/govuk-frontend/govuk-esm/all.mjs +50 -27
- data/node_modules/govuk-frontend/govuk-esm/common/closest-attribute-value.mjs +15 -0
- data/node_modules/govuk-frontend/govuk-esm/common/index.mjs +159 -0
- data/node_modules/govuk-frontend/govuk-esm/common/normalise-dataset.mjs +58 -0
- data/node_modules/govuk-frontend/govuk-esm/common.mjs +6 -28
- data/node_modules/govuk-frontend/govuk-esm/components/accordion/accordion.mjs +113 -43
- data/node_modules/govuk-frontend/govuk-esm/components/button/button.mjs +67 -30
- data/node_modules/govuk-frontend/govuk-esm/components/character-count/character-count.mjs +325 -123
- data/node_modules/govuk-frontend/govuk-esm/components/checkboxes/checkboxes.mjs +9 -3
- data/node_modules/govuk-frontend/govuk-esm/components/details/details.mjs +22 -8
- data/node_modules/govuk-frontend/govuk-esm/components/error-summary/error-summary.mjs +48 -6
- data/node_modules/govuk-frontend/govuk-esm/components/header/header.mjs +6 -0
- data/node_modules/govuk-frontend/govuk-esm/components/notification-banner/notification-banner.mjs +32 -2
- data/node_modules/govuk-frontend/govuk-esm/components/radios/radios.mjs +9 -3
- data/node_modules/govuk-frontend/govuk-esm/components/skip-link/skip-link.mjs +10 -4
- data/node_modules/govuk-frontend/govuk-esm/components/tabs/tabs.mjs +8 -2
- data/node_modules/govuk-frontend/govuk-esm/i18n.mjs +380 -0
- data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/Date/now.mjs +13 -0
- data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/Element/prototype/dataset.mjs +68 -0
- data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/String/prototype/trim.mjs +13 -0
- data/node_modules/govuk-frontend/govuk-prototype-kit/init.js +7 -0
- data/node_modules/govuk-frontend/govuk-prototype-kit/init.scss +12 -0
- data/node_modules/govuk-frontend/govuk-prototype-kit.config.json +138 -7
- data/node_modules/govuk-frontend/package.json +1 -1
- metadata +22 -3
data/config/locales/dr.yml
CHANGED
@@ -166,13 +166,16 @@ dr:
|
|
166
166
|
link_text: بیبینید که چه کاری باید انجام دهید
|
167
167
|
title: برکست
|
168
168
|
ukraine:
|
169
|
-
title:
|
170
169
|
links:
|
170
|
+
title:
|
171
171
|
world_locations: موقعیت هایی جهان
|
172
172
|
search_box:
|
173
173
|
input_title: جستجو نمایید
|
174
174
|
label: در GOV.UK جستجو نمایید
|
175
175
|
search_button: جستجو نمایید
|
176
|
+
share_links:
|
177
|
+
all_opens_in_new_tab:
|
178
|
+
opens_in_new_tab:
|
176
179
|
show_password:
|
177
180
|
announce_hide: رمز عبور شما مخفی شده است
|
178
181
|
announce_show: رمز عبور شما نشان داده شده است
|
data/config/locales/el.yml
CHANGED
@@ -164,13 +164,16 @@ el:
|
|
164
164
|
link_text: Ελέγξτε τι πρέπει να κάνετε
|
165
165
|
title: Brexit
|
166
166
|
ukraine:
|
167
|
-
title:
|
168
167
|
links:
|
168
|
+
title:
|
169
169
|
world_locations: Παγκόσμιες τοποθεσίες
|
170
170
|
search_box:
|
171
171
|
input_title: Αναζήτηση
|
172
172
|
label: Αναζήτηση στο GOV.UK
|
173
173
|
search_button: Αναζήτηση
|
174
|
+
share_links:
|
175
|
+
all_opens_in_new_tab:
|
176
|
+
opens_in_new_tab:
|
174
177
|
show_password:
|
175
178
|
announce_hide: Ο κωδικός πρόσβασής σας είναι κρυμμένος
|
176
179
|
announce_show: Ο κωδικός πρόσβασής σας εμφανίζεται
|
data/config/locales/en.yml
CHANGED
@@ -232,16 +232,16 @@ en:
|
|
232
232
|
navigation_search_heading: Search and popular pages
|
233
233
|
navigation_search_subheading: Search
|
234
234
|
popular_links:
|
235
|
-
- label:
|
236
|
-
href:
|
235
|
+
- label: Check benefits and financial support you can get
|
236
|
+
href: "/check-benefits-financial-support"
|
237
237
|
- label: 'Limits on energy prices: Energy Price Guarantee'
|
238
|
-
href:
|
239
|
-
- label:
|
240
|
-
href:
|
241
|
-
- label:
|
242
|
-
href:
|
238
|
+
href: "/government/publications/energy-bills-support/energy-bills-support-factsheet-8-september-2022"
|
239
|
+
- label: Find a job
|
240
|
+
href: "/find-a-job"
|
241
|
+
- label: Coronavirus (COVID-19)
|
242
|
+
href: "/coronavirus"
|
243
243
|
- label: 'Universal Credit account: sign in'
|
244
|
-
href:
|
244
|
+
href: "/sign-in-universal-credit"
|
245
245
|
popular_links_heading: Popular on GOV.UK
|
246
246
|
search_text: Search GOV.UK
|
247
247
|
metadata:
|
@@ -292,21 +292,24 @@ en:
|
|
292
292
|
link_text: Check what you need to do
|
293
293
|
title: Brexit
|
294
294
|
ukraine:
|
295
|
-
title: Invasion of Ukraine
|
296
295
|
links:
|
297
|
-
- label:
|
298
|
-
href:
|
299
|
-
- label:
|
300
|
-
href:
|
301
|
-
- label:
|
302
|
-
href:
|
303
|
-
- label:
|
304
|
-
href:
|
296
|
+
- label: UK visa support for Ukrainian nationals
|
297
|
+
href: https://www.gov.uk/guidance/support-for-family-members-of-british-nationals-in-ukraine-and-ukrainian-nationals-in-ukraine-and-the-uk
|
298
|
+
- label: Move to the UK if you're coming from Ukraine
|
299
|
+
href: https://www.gov.uk/guidance/move-to-the-uk-if-youre-from-ukraine
|
300
|
+
- label: 'Homes for Ukraine: record your interest'
|
301
|
+
href: https://www.gov.uk/register-interest-homes-ukraine
|
302
|
+
- label: Find out about the UK’s response
|
303
|
+
href: https://ukstandswithukraine.campaign.gov.uk/
|
304
|
+
title: Invasion of Ukraine
|
305
305
|
world_locations: World locations
|
306
306
|
search_box:
|
307
307
|
input_title: Search
|
308
308
|
label: Search on GOV.UK
|
309
309
|
search_button: Search
|
310
|
+
share_links:
|
311
|
+
all_opens_in_new_tab: Sharing will open the page in a new tab
|
312
|
+
opens_in_new_tab: "(opens in new tab)"
|
310
313
|
show_password:
|
311
314
|
announce_hide: Your password is hidden
|
312
315
|
announce_show: Your password is shown
|
data/config/locales/es-419.yml
CHANGED
@@ -164,13 +164,16 @@ es-419:
|
|
164
164
|
link_text: Verifique lo que debe hacer
|
165
165
|
title: Brexit
|
166
166
|
ukraine:
|
167
|
-
title:
|
168
167
|
links:
|
168
|
+
title:
|
169
169
|
world_locations: Ubicaciones en el mundo
|
170
170
|
search_box:
|
171
171
|
input_title: Buscar
|
172
172
|
label: Buscar en GOV.UK
|
173
173
|
search_button: Buscar
|
174
|
+
share_links:
|
175
|
+
all_opens_in_new_tab:
|
176
|
+
opens_in_new_tab:
|
174
177
|
show_password:
|
175
178
|
announce_hide: Su contraseña está oculta
|
176
179
|
announce_show: Se muestra su contraseña
|
data/config/locales/es.yml
CHANGED
@@ -164,13 +164,16 @@ es:
|
|
164
164
|
link_text: Compruebe lo que necesita hacer
|
165
165
|
title: Brexit
|
166
166
|
ukraine:
|
167
|
-
title:
|
168
167
|
links:
|
168
|
+
title:
|
169
169
|
world_locations: Ubicaciones mundiales
|
170
170
|
search_box:
|
171
171
|
input_title: Buscar
|
172
172
|
label: Buscar en GOV.UK
|
173
173
|
search_button: Buscar
|
174
|
+
share_links:
|
175
|
+
all_opens_in_new_tab:
|
176
|
+
opens_in_new_tab:
|
174
177
|
show_password:
|
175
178
|
announce_hide: La contraseña está oculta
|
176
179
|
announce_show: Se muestra su contraseña
|
data/config/locales/et.yml
CHANGED
@@ -167,13 +167,16 @@ et:
|
|
167
167
|
link_text: Kontrollige, mida peate tegema
|
168
168
|
title: Brexit
|
169
169
|
ukraine:
|
170
|
-
title:
|
171
170
|
links:
|
171
|
+
title:
|
172
172
|
world_locations: Maailma asukohad
|
173
173
|
search_box:
|
174
174
|
input_title: Otsing
|
175
175
|
label: Otsige saidilt GOV.UK
|
176
176
|
search_button: Otsing
|
177
|
+
share_links:
|
178
|
+
all_opens_in_new_tab:
|
179
|
+
opens_in_new_tab:
|
177
180
|
show_password:
|
178
181
|
announce_hide: Teie parool on peidetud
|
179
182
|
announce_show: Teie parooli kuvatakse
|
data/config/locales/fa.yml
CHANGED
@@ -162,13 +162,16 @@ fa:
|
|
162
162
|
link_text: آنچه را باید انجام دهید، بررسی کنید
|
163
163
|
title: برگزیت
|
164
164
|
ukraine:
|
165
|
-
title:
|
166
165
|
links:
|
166
|
+
title:
|
167
167
|
world_locations: مکانهای جهانی
|
168
168
|
search_box:
|
169
169
|
input_title: جستجو
|
170
170
|
label: جستجو در GOV.UK
|
171
171
|
search_button: جستجو
|
172
|
+
share_links:
|
173
|
+
all_opens_in_new_tab:
|
174
|
+
opens_in_new_tab:
|
172
175
|
show_password:
|
173
176
|
announce_hide: رمز عبور شما مخفی شده است
|
174
177
|
announce_show: رمز عبور شما نمایش داده شده است
|
data/config/locales/fi.yml
CHANGED
@@ -166,13 +166,16 @@ fi:
|
|
166
166
|
link_text: Tarkista, mitä sinun on tehtävä
|
167
167
|
title: Brexit
|
168
168
|
ukraine:
|
169
|
-
title:
|
170
169
|
links:
|
170
|
+
title:
|
171
171
|
world_locations: Maailman sijainnit
|
172
172
|
search_box:
|
173
173
|
input_title: Hae
|
174
174
|
label: Hae osoitteesta GOV.UK
|
175
175
|
search_button: Hae
|
176
|
+
share_links:
|
177
|
+
all_opens_in_new_tab:
|
178
|
+
opens_in_new_tab:
|
176
179
|
show_password:
|
177
180
|
announce_hide: Salasanasi on piilotettu
|
178
181
|
announce_show: Salasanasi näytetään
|
data/config/locales/fr.yml
CHANGED
@@ -164,13 +164,16 @@ fr:
|
|
164
164
|
link_text: Vérifiez ce que vous devez faire
|
165
165
|
title: Brexit
|
166
166
|
ukraine:
|
167
|
-
title:
|
168
167
|
links:
|
168
|
+
title:
|
169
169
|
world_locations: Emplacements dans le monde
|
170
170
|
search_box:
|
171
171
|
input_title: Rechercher
|
172
172
|
label: Rechercher sur GOV.UK
|
173
173
|
search_button: Rechercher
|
174
|
+
share_links:
|
175
|
+
all_opens_in_new_tab:
|
176
|
+
opens_in_new_tab:
|
174
177
|
show_password:
|
175
178
|
announce_hide: Votre mot de passe est masqué
|
176
179
|
announce_show: Votre mot de passe est affiché
|
data/config/locales/gd.yml
CHANGED
@@ -166,13 +166,16 @@ gd:
|
|
166
166
|
link_text: Seiceáil cad is gá duit aird a thabhairt air
|
167
167
|
title: Brexit
|
168
168
|
ukraine:
|
169
|
-
title:
|
170
169
|
links:
|
170
|
+
title:
|
171
171
|
world_locations: Áit ar domhan
|
172
172
|
search_box:
|
173
173
|
input_title: Taighde
|
174
174
|
label: Cuardaigh ar GOV.UK
|
175
175
|
search_button: Taighde
|
176
|
+
share_links:
|
177
|
+
all_opens_in_new_tab:
|
178
|
+
opens_in_new_tab:
|
176
179
|
show_password:
|
177
180
|
announce_hide: Tá do chuid focal i bhfolach
|
178
181
|
announce_show: Taispeántar do chuid focal
|
data/config/locales/gu.yml
CHANGED
@@ -164,13 +164,16 @@ gu:
|
|
164
164
|
link_text: તમારે શું કરવું પડશે તે તપાસો
|
165
165
|
title: બ્રેક્ઝિટ
|
166
166
|
ukraine:
|
167
|
-
title:
|
168
167
|
links:
|
168
|
+
title:
|
169
169
|
world_locations: વૈશ્વિક લોકેશન્સ
|
170
170
|
search_box:
|
171
171
|
input_title: શોધો
|
172
172
|
label: GOV.UK પર શોધો
|
173
173
|
search_button: શોધો
|
174
|
+
share_links:
|
175
|
+
all_opens_in_new_tab:
|
176
|
+
opens_in_new_tab:
|
174
177
|
show_password:
|
175
178
|
announce_hide: તમારો પાસવર્ડ હાઈડ કરેલ છે
|
176
179
|
announce_show: તમારો પાસવર્ડ દર્શાવ્યો છે
|
data/config/locales/he.yml
CHANGED
@@ -164,13 +164,16 @@ he:
|
|
164
164
|
link_text: בדוק מה אתה צריך לעשות
|
165
165
|
title: " ברקזיט"
|
166
166
|
ukraine:
|
167
|
-
title:
|
168
167
|
links:
|
168
|
+
title:
|
169
169
|
world_locations: מיקומים גלובאליים
|
170
170
|
search_box:
|
171
171
|
input_title: 'חפש '
|
172
172
|
label: 'חפש ב- GOV.UK '
|
173
173
|
search_button: חפש
|
174
|
+
share_links:
|
175
|
+
all_opens_in_new_tab:
|
176
|
+
opens_in_new_tab:
|
174
177
|
show_password:
|
175
178
|
announce_hide: הסיסמה שלך מוסתרת
|
176
179
|
announce_show: הסיסמה שלך מוצגת
|
data/config/locales/hi.yml
CHANGED
@@ -164,13 +164,16 @@ hi:
|
|
164
164
|
link_text: जांचें कि आपको क्या करना है
|
165
165
|
title: ब्रेक्सिट
|
166
166
|
ukraine:
|
167
|
-
title:
|
168
167
|
links:
|
168
|
+
title:
|
169
169
|
world_locations: वैश्विक स्थान
|
170
170
|
search_box:
|
171
171
|
input_title: खोजें
|
172
172
|
label: GOV.UK खोजें
|
173
173
|
search_button: खोजें
|
174
|
+
share_links:
|
175
|
+
all_opens_in_new_tab:
|
176
|
+
opens_in_new_tab:
|
174
177
|
show_password:
|
175
178
|
announce_hide: आपका पासवर्ड छिपा है
|
176
179
|
announce_show: आपका पासवर्ड प्रदर्शित है
|
data/config/locales/hr.yml
CHANGED
@@ -165,13 +165,16 @@ hr:
|
|
165
165
|
link_text: Provjerite što trebate učiniti
|
166
166
|
title: Brexit
|
167
167
|
ukraine:
|
168
|
-
title:
|
169
168
|
links:
|
169
|
+
title:
|
170
170
|
world_locations: Svjetske lokacije
|
171
171
|
search_box:
|
172
172
|
input_title: Pretraga
|
173
173
|
label: Pretražujte na GOV.UK
|
174
174
|
search_button: Pretraga
|
175
|
+
share_links:
|
176
|
+
all_opens_in_new_tab:
|
177
|
+
opens_in_new_tab:
|
175
178
|
show_password:
|
176
179
|
announce_hide: Vaša lozinka je skrivena
|
177
180
|
announce_show: Vaša se lozinka prikazuje
|
data/config/locales/hu.yml
CHANGED
@@ -167,13 +167,16 @@ hu:
|
|
167
167
|
link_text: Nézze meg, hogy mit kell tennie
|
168
168
|
title: Brexit
|
169
169
|
ukraine:
|
170
|
-
title:
|
171
170
|
links:
|
171
|
+
title:
|
172
172
|
world_locations: Helyszínek a világban
|
173
173
|
search_box:
|
174
174
|
input_title: Keresés
|
175
175
|
label: Keresés a GOV.UK-n
|
176
176
|
search_button: Keresés
|
177
|
+
share_links:
|
178
|
+
all_opens_in_new_tab:
|
179
|
+
opens_in_new_tab:
|
177
180
|
show_password:
|
178
181
|
announce_hide: A jelszava rejtett
|
179
182
|
announce_show: A jelszava látható
|
data/config/locales/hy.yml
CHANGED
@@ -168,13 +168,16 @@ hy:
|
|
168
168
|
link_text: Իմացեք, թե ինչ պետք է անեք
|
169
169
|
title: Brexit
|
170
170
|
ukraine:
|
171
|
-
title:
|
172
171
|
links:
|
172
|
+
title:
|
173
173
|
world_locations: Գտնվելու վայրերը
|
174
174
|
search_box:
|
175
175
|
input_title: Որոնում
|
176
176
|
label: Որոնել GOV.UK կայքում
|
177
177
|
search_button: Որոնում
|
178
|
+
share_links:
|
179
|
+
all_opens_in_new_tab:
|
180
|
+
opens_in_new_tab:
|
178
181
|
show_password:
|
179
182
|
announce_hide: Ձեր գաղտնաբառը թաքցրած է
|
180
183
|
announce_show: Ձեր գաղտնաբառը ցուցադրված է
|
data/config/locales/id.yml
CHANGED
@@ -164,13 +164,16 @@ id:
|
|
164
164
|
link_text: Periksa apa yang Anda harus lakukan
|
165
165
|
title: Brexit
|
166
166
|
ukraine:
|
167
|
-
title:
|
168
167
|
links:
|
168
|
+
title:
|
169
169
|
world_locations: Lokasi dunia
|
170
170
|
search_box:
|
171
171
|
input_title: Cari
|
172
172
|
label: Cari di GOV.UK
|
173
173
|
search_button: Cari
|
174
|
+
share_links:
|
175
|
+
all_opens_in_new_tab:
|
176
|
+
opens_in_new_tab:
|
174
177
|
show_password:
|
175
178
|
announce_hide: Kata sandi Anda tersembunyi
|
176
179
|
announce_show: Kata sandi Anda tampak
|
data/config/locales/is.yml
CHANGED
@@ -164,13 +164,16 @@ is:
|
|
164
164
|
link_text: Athugaðu hvað þú þarft að gera
|
165
165
|
title: Brexit
|
166
166
|
ukraine:
|
167
|
-
title:
|
168
167
|
links:
|
168
|
+
title:
|
169
169
|
world_locations: Staðsetningar úti um allan heim
|
170
170
|
search_box:
|
171
171
|
input_title: Leita
|
172
172
|
label: Leita á GOV.UK
|
173
173
|
search_button: Leita
|
174
|
+
share_links:
|
175
|
+
all_opens_in_new_tab:
|
176
|
+
opens_in_new_tab:
|
174
177
|
show_password:
|
175
178
|
announce_hide: Lykilorðið þitt er falið
|
176
179
|
announce_show: Lykilorðið þitt er sýnt
|
data/config/locales/it.yml
CHANGED
@@ -164,13 +164,16 @@ it:
|
|
164
164
|
link_text: Controlla cosa devi fare
|
165
165
|
title: Brexit
|
166
166
|
ukraine:
|
167
|
-
title:
|
168
167
|
links:
|
168
|
+
title:
|
169
169
|
world_locations: Località del mondo
|
170
170
|
search_box:
|
171
171
|
input_title: Cerca
|
172
172
|
label: Cerca su GOV.UK
|
173
173
|
search_button: Cerca
|
174
|
+
share_links:
|
175
|
+
all_opens_in_new_tab:
|
176
|
+
opens_in_new_tab:
|
174
177
|
show_password:
|
175
178
|
announce_hide: La tua password è nascosta
|
176
179
|
announce_show: La tua password è mostrata
|
data/config/locales/ja.yml
CHANGED
@@ -160,13 +160,16 @@ ja:
|
|
160
160
|
link_text: あなたがする必要があることを確認してください
|
161
161
|
title: Brexit
|
162
162
|
ukraine:
|
163
|
-
title:
|
164
163
|
links:
|
164
|
+
title:
|
165
165
|
world_locations: 世界の場所
|
166
166
|
search_box:
|
167
167
|
input_title: 検索
|
168
168
|
label: GOV.UKで検索
|
169
169
|
search_button: 検索
|
170
|
+
share_links:
|
171
|
+
all_opens_in_new_tab:
|
172
|
+
opens_in_new_tab:
|
170
173
|
show_password:
|
171
174
|
announce_hide: パスワードは非表示です
|
172
175
|
announce_show: パスワードが表示されています
|
data/config/locales/ka.yml
CHANGED
@@ -167,13 +167,16 @@ ka:
|
|
167
167
|
link_text: შეამოწმეთ თუ რა უნდა გააკეთოთ
|
168
168
|
title: ბრექსითის შემოწმება
|
169
169
|
ukraine:
|
170
|
-
title:
|
171
170
|
links:
|
171
|
+
title:
|
172
172
|
world_locations: მსოფლიო ლოკაციები
|
173
173
|
search_box:
|
174
174
|
input_title: ძიება
|
175
175
|
label: ძიება GOV.UK-ზე
|
176
176
|
search_button: ძიება
|
177
|
+
share_links:
|
178
|
+
all_opens_in_new_tab:
|
179
|
+
opens_in_new_tab:
|
177
180
|
show_password:
|
178
181
|
announce_hide: თქვენი პაროლი დაფარულია
|
179
182
|
announce_show: თქვენი პაროლი ჩანს
|
data/config/locales/kk.yml
CHANGED
@@ -164,13 +164,16 @@ kk:
|
|
164
164
|
link_text: Не істеу керек екенін қараңыз
|
165
165
|
title: Brexit
|
166
166
|
ukraine:
|
167
|
-
title:
|
168
167
|
links:
|
168
|
+
title:
|
169
169
|
world_locations: Әлемдегі орындар
|
170
170
|
search_box:
|
171
171
|
input_title: Іздеу
|
172
172
|
label: GOV.UK веб-сайтында іздеу
|
173
173
|
search_button: Іздеу
|
174
|
+
share_links:
|
175
|
+
all_opens_in_new_tab:
|
176
|
+
opens_in_new_tab:
|
174
177
|
show_password:
|
175
178
|
announce_hide: Құпиясөзіңіз жасырылған
|
176
179
|
announce_show: Құпиясөзіңіз көрсетілген
|
data/config/locales/ko.yml
CHANGED
@@ -159,13 +159,16 @@ ko:
|
|
159
159
|
link_text:
|
160
160
|
title:
|
161
161
|
ukraine:
|
162
|
-
title:
|
163
162
|
links:
|
163
|
+
title:
|
164
164
|
world_locations:
|
165
165
|
search_box:
|
166
166
|
input_title:
|
167
167
|
label:
|
168
168
|
search_button:
|
169
|
+
share_links:
|
170
|
+
all_opens_in_new_tab:
|
171
|
+
opens_in_new_tab:
|
169
172
|
show_password:
|
170
173
|
announce_hide:
|
171
174
|
announce_show:
|
data/config/locales/lt.yml
CHANGED
@@ -169,13 +169,16 @@ lt:
|
|
169
169
|
link_text: Pažiūrėkite, ką turite daryti
|
170
170
|
title: "„Brexitas“ "
|
171
171
|
ukraine:
|
172
|
-
title:
|
173
172
|
links:
|
173
|
+
title:
|
174
174
|
world_locations: Pasaulio vietos
|
175
175
|
search_box:
|
176
176
|
input_title: Ieškoti
|
177
177
|
label: Ieškoti GOV.UK
|
178
178
|
search_button: Ieškoti
|
179
|
+
share_links:
|
180
|
+
all_opens_in_new_tab:
|
181
|
+
opens_in_new_tab:
|
179
182
|
show_password:
|
180
183
|
announce_hide: Jūsų slaptažodis paslėptas
|
181
184
|
announce_show: Jūsų slaptažodis rodomas
|
data/config/locales/lv.yml
CHANGED
@@ -168,13 +168,16 @@ lv:
|
|
168
168
|
link_text: Noskaidrojiet, kas jums jāpaveic
|
169
169
|
title: Brexit
|
170
170
|
ukraine:
|
171
|
-
title:
|
172
171
|
links:
|
172
|
+
title:
|
173
173
|
world_locations: Atrašanās vietas pasaulē
|
174
174
|
search_box:
|
175
175
|
input_title: Meklēt
|
176
176
|
label: Meklēt GOV.UK
|
177
177
|
search_button: Meklēt
|
178
|
+
share_links:
|
179
|
+
all_opens_in_new_tab:
|
180
|
+
opens_in_new_tab:
|
178
181
|
show_password:
|
179
182
|
announce_hide: Jūsu parole ir paslēpta
|
180
183
|
announce_show: Jūsu parole ir redzama
|
data/config/locales/ms.yml
CHANGED
@@ -163,13 +163,16 @@ ms:
|
|
163
163
|
link_text: Periksa apa yang perlu anda lakukan
|
164
164
|
title: Brexit
|
165
165
|
ukraine:
|
166
|
-
title:
|
167
166
|
links:
|
167
|
+
title:
|
168
168
|
world_locations: Lokasi dunia
|
169
169
|
search_box:
|
170
170
|
input_title: Carian
|
171
171
|
label: Carian di GOV.UK
|
172
172
|
search_button: Carian
|
173
|
+
share_links:
|
174
|
+
all_opens_in_new_tab:
|
175
|
+
opens_in_new_tab:
|
173
176
|
show_password:
|
174
177
|
announce_hide: Kata laluan anda disorokkan
|
175
178
|
announce_show: Kata laluan anda ditunjukkan
|
data/config/locales/mt.yml
CHANGED
@@ -166,13 +166,16 @@ mt:
|
|
166
166
|
link_text: Iċċekkja x'għandek bżonn tagħmel
|
167
167
|
title: Brexit
|
168
168
|
ukraine:
|
169
|
-
title:
|
170
169
|
links:
|
170
|
+
title:
|
171
171
|
world_locations: Postijiet fid-dinja
|
172
172
|
search_box:
|
173
173
|
input_title: Fittex
|
174
174
|
label: Fittex fuq GOV.UK
|
175
175
|
search_button: Fittex
|
176
|
+
share_links:
|
177
|
+
all_opens_in_new_tab:
|
178
|
+
opens_in_new_tab:
|
176
179
|
show_password:
|
177
180
|
announce_hide: Il-password tiegħek hija moħbija
|
178
181
|
announce_show: Il-password tiegħek qed tidher
|
data/config/locales/nl.yml
CHANGED
@@ -164,13 +164,16 @@ nl:
|
|
164
164
|
link_text: Controleer wat u moet doen
|
165
165
|
title: Brexit
|
166
166
|
ukraine:
|
167
|
-
title:
|
168
167
|
links:
|
168
|
+
title:
|
169
169
|
world_locations: Locaties in de wereld
|
170
170
|
search_box:
|
171
171
|
input_title: Zoeken
|
172
172
|
label: Zoeken op GOV.UK
|
173
173
|
search_button: Zoeken
|
174
|
+
share_links:
|
175
|
+
all_opens_in_new_tab:
|
176
|
+
opens_in_new_tab:
|
174
177
|
show_password:
|
175
178
|
announce_hide: Uw wachtwoord is verborgen
|
176
179
|
announce_show: Uw wachtwoord wordt getoond
|
data/config/locales/no.yml
CHANGED
@@ -164,13 +164,16 @@
|
|
164
164
|
link_text: Sjekk hva du må gjøre
|
165
165
|
title: Brexit
|
166
166
|
ukraine:
|
167
|
-
title:
|
168
167
|
links:
|
168
|
+
title:
|
169
169
|
world_locations: Steder i verden
|
170
170
|
search_box:
|
171
171
|
input_title: Søk
|
172
172
|
label: Søk på GOV.UK
|
173
173
|
search_button: Søk
|
174
|
+
share_links:
|
175
|
+
all_opens_in_new_tab:
|
176
|
+
opens_in_new_tab:
|
174
177
|
show_password:
|
175
178
|
announce_hide: Passordet ditt er skjult
|
176
179
|
announce_show: Passordet ditt vises
|
data/config/locales/pa-pk.yml
CHANGED
@@ -160,13 +160,16 @@ pa-pk:
|
|
160
160
|
link_text: دیکھو جو تہانوں کرن دی لوڑ اے
|
161
161
|
title: Brexit
|
162
162
|
ukraine:
|
163
|
-
title:
|
164
163
|
links:
|
164
|
+
title:
|
165
165
|
world_locations: دُنیا دیاں تھاواں
|
166
166
|
search_box:
|
167
167
|
input_title: کھوج
|
168
168
|
label: GOV.UK اُتے کھوج کرو
|
169
169
|
search_button: کھوج
|
170
|
+
share_links:
|
171
|
+
all_opens_in_new_tab:
|
172
|
+
opens_in_new_tab:
|
170
173
|
show_password:
|
171
174
|
announce_hide: تہاڈا پاس ورڈ لُکیا ہویا اے
|
172
175
|
announce_show: تہاڈا پاس ورڈ دکھائی دِتا اے
|
data/config/locales/pa.yml
CHANGED
@@ -164,13 +164,16 @@ pa:
|
|
164
164
|
link_text: ਜਾਂਚ ਕਰੋ ਕਿ ਤੁਹਾਨੂੰ ਕੀ ਕਰਨ ਦੀ ਜ਼ਰੂਰਤ ਹੈ
|
165
165
|
title: ਬ੍ਰੈਕਸਿਟ
|
166
166
|
ukraine:
|
167
|
-
title:
|
168
167
|
links:
|
168
|
+
title:
|
169
169
|
world_locations: ਵਿਸ਼ਵ ਸਥਾਨ
|
170
170
|
search_box:
|
171
171
|
input_title: ਖੋਜ
|
172
172
|
label: GOV.UK ਤੇ ਖੋਜ ਕਰੋ
|
173
173
|
search_button: ਖੋਜ
|
174
|
+
share_links:
|
175
|
+
all_opens_in_new_tab:
|
176
|
+
opens_in_new_tab:
|
174
177
|
show_password:
|
175
178
|
announce_hide: ਤੁਹਾਡਾ ਪਾਸਵਰਡ ਲੁਕਿਆ ਹੋਇਆ ਹੈ
|
176
179
|
announce_show: ਤੁਹਾਡਾ ਪਾਸਵਰਡ ਦਿਖਾਇਆ ਗਿਆ ਹੈ
|
data/config/locales/pl.yml
CHANGED
@@ -168,13 +168,16 @@ pl:
|
|
168
168
|
link_text: Sprawdź, co musisz zrobić
|
169
169
|
title: Brexit
|
170
170
|
ukraine:
|
171
|
-
title:
|
172
171
|
links:
|
172
|
+
title:
|
173
173
|
world_locations: Miejsca na świecie
|
174
174
|
search_box:
|
175
175
|
input_title: Szukaj
|
176
176
|
label: Szukaj na GOV.UK
|
177
177
|
search_button: Szukaj
|
178
|
+
share_links:
|
179
|
+
all_opens_in_new_tab:
|
180
|
+
opens_in_new_tab:
|
178
181
|
show_password:
|
179
182
|
announce_hide: Twoje hasło jest ukryte
|
180
183
|
announce_show: Twoje hasło jest wyświetlane
|
data/config/locales/ps.yml
CHANGED
@@ -161,13 +161,16 @@ ps:
|
|
161
161
|
link_text: وګورئ چې تاسو څه کولو ته اړتیا لرئ
|
162
162
|
title: بریکسیټ
|
163
163
|
ukraine:
|
164
|
-
title:
|
165
164
|
links:
|
165
|
+
title:
|
166
166
|
world_locations: د نړۍ موقعیتونه
|
167
167
|
search_box:
|
168
168
|
input_title: لټون
|
169
169
|
label: په GOV.UK کې لټون وکړئ
|
170
170
|
search_button: لټون
|
171
|
+
share_links:
|
172
|
+
all_opens_in_new_tab:
|
173
|
+
opens_in_new_tab:
|
171
174
|
show_password:
|
172
175
|
announce_hide: ستاسو رمز پټ دی
|
173
176
|
announce_show: ستاسو رمز ښودل شوی
|