govuk_publishing_components 32.0.0 → 32.1.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/javascripts/component_guide/accessibility-test.js +0 -1
- data/app/assets/javascripts/govuk_publishing_components/components/layout-super-navigation-header.js +13 -4
- data/app/assets/stylesheets/govuk_publishing_components/components/_share-links.scss +0 -6
- data/app/views/govuk_publishing_components/components/_share_links.html.erb +7 -2
- 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/version.rb +1 -1
- data/node_modules/axe-core/axe.js +11 -8
- data/node_modules/axe-core/axe.min.js +2 -2
- data/node_modules/axe-core/package.json +1 -1
- data/node_modules/axe-core/sri-history.json +4 -0
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c43bb9be56d4b486f1307f54c8afde28338f6e2e5e1da7cb0fcc3de5135d501e
|
4
|
+
data.tar.gz: 00cec842aa8b242b7eb85aaa9c7d92e6160e08ea2b1ebe4aec988c04b6cd0c7e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: eaf661b0cf8beb915a3785cd80bbf9eba5e86c8de5a8bc5687baab61e69a3e1dff0018bab7036ee50ed4b98b8a0365e8d93654d121a803b5ed9289172eedfa7d
|
7
|
+
data.tar.gz: 01ab80117be5494596b4d0050c560050d167772cb887a79b3af86440dc7071a2aa9c87229279ba932a89e5bd9bb0d56cf4d70d5028486114d1435dacfb99b288
|
data/app/assets/javascripts/govuk_publishing_components/components/layout-super-navigation-header.js
CHANGED
@@ -98,13 +98,22 @@ window.GOVUK.Modules = window.GOVUK.Modules || {};
|
|
98
98
|
return $menu.querySelectorAll('button[aria-expanded="true"]').length > 0
|
99
99
|
}
|
100
100
|
|
101
|
-
//
|
102
|
-
// either `desktop` or `mobile` so it can be interpolated to access the
|
101
|
+
// Detect the current viewport width. Return the string `desktop` or `mobile` so it can be interpolated to access the
|
103
102
|
// `data-toggle-{desktop|mobile}-group` attribute.
|
103
|
+
//
|
104
|
+
// Use `matchedia` which mitigates issues in modern browsers when scrollbars are forced in MacOS (using `document.documentElement.clientWidth`
|
105
|
+
// for viewport width detection has issues in Chrome and Firefox, and `window.innerWidth` has issues in Safari).
|
106
|
+
//
|
107
|
+
// Fall back to `document.documentElement.clientWidth` for legacy browsers.
|
104
108
|
var windowSize = function () {
|
105
|
-
|
109
|
+
var viewport = false
|
110
|
+
if (typeof window.matchMedia === 'function') {
|
111
|
+
viewport = window.matchMedia('(min-width:' + SETTINGS.breakpoint.desktop + 'px)').matches
|
112
|
+
} else {
|
113
|
+
viewport = document.documentElement.clientWidth >= SETTINGS.breakpoint.desktop
|
114
|
+
}
|
115
|
+
return viewport ? 'desktop' : 'mobile'
|
106
116
|
}
|
107
|
-
|
108
117
|
function SuperNavigationMegaMenu ($module) {
|
109
118
|
this.$module = $module
|
110
119
|
this.$navigationToggle = this.$module.querySelector('#super-navigation-menu-toggle')
|
@@ -26,12 +26,6 @@ $share-button-height: 30px;
|
|
26
26
|
@include govuk-template-link-focus-override;
|
27
27
|
}
|
28
28
|
|
29
|
-
.gem-c-share-links__title {
|
30
|
-
@include govuk-text-colour;
|
31
|
-
@include govuk-font($size: 16, $line-height: 1.5);
|
32
|
-
margin: 0 0 govuk-spacing(2) 0;
|
33
|
-
}
|
34
|
-
|
35
29
|
.gem-c-share-links__link-icon {
|
36
30
|
position: absolute;
|
37
31
|
top: 0;
|
@@ -20,9 +20,11 @@
|
|
20
20
|
<% if links.any? %>
|
21
21
|
<%= tag.div(class: classes, data: data_attributes) do %>
|
22
22
|
<% if title %>
|
23
|
-
<h2 class="
|
23
|
+
<h2 class="govuk-heading-s"><%= title %></h2>
|
24
24
|
<% end %>
|
25
|
-
|
25
|
+
<p class="govuk-body-s">
|
26
|
+
<%= t('components.share_links.all_opens_in_new_tab') %>
|
27
|
+
</p>
|
26
28
|
<ul class="gem-c-share-links__list">
|
27
29
|
<% links.each_with_index do |link, index| %>
|
28
30
|
<% link_text = capture do %>
|
@@ -34,6 +36,9 @@
|
|
34
36
|
<% end %>
|
35
37
|
</span>
|
36
38
|
<%= link[:text] %>
|
39
|
+
<span class="govuk-visually-hidden">
|
40
|
+
<%= t('components.share_links.opens_in_new_tab') %>
|
41
|
+
</span>
|
37
42
|
<% end %>
|
38
43
|
<li class="gem-c-share-links__list-item">
|
39
44
|
<%
|
data/config/locales/ar.yml
CHANGED
@@ -167,13 +167,16 @@ ar:
|
|
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/az.yml
CHANGED
@@ -163,13 +163,16 @@ az:
|
|
163
163
|
link_text: Nələri etməli olduğunuzu yoxlayın
|
164
164
|
title: Brexit
|
165
165
|
ukraine:
|
166
|
-
title:
|
167
166
|
links:
|
167
|
+
title:
|
168
168
|
world_locations: Dünya üzrə yerləri
|
169
169
|
search_box:
|
170
170
|
input_title: Axtar
|
171
171
|
label: GOV.UK-də axtar
|
172
172
|
search_button: Axtar
|
173
|
+
share_links:
|
174
|
+
all_opens_in_new_tab:
|
175
|
+
opens_in_new_tab:
|
173
176
|
show_password:
|
174
177
|
announce_hide: Şifrəniz gizlədilib
|
175
178
|
announce_show: Şifrəniz göstərilir
|
data/config/locales/be.yml
CHANGED
@@ -170,13 +170,16 @@ be:
|
|
170
170
|
link_text: Праверце, што вам трэба зрабіць
|
171
171
|
title: Брэкзiт
|
172
172
|
ukraine:
|
173
|
-
title:
|
174
173
|
links:
|
174
|
+
title:
|
175
175
|
world_locations: Мы ў свеце
|
176
176
|
search_box:
|
177
177
|
input_title: Пошук
|
178
178
|
label: Шукаць на GOV.UK
|
179
179
|
search_button: Пошук
|
180
|
+
share_links:
|
181
|
+
all_opens_in_new_tab:
|
182
|
+
opens_in_new_tab:
|
180
183
|
show_password:
|
181
184
|
announce_hide: Ваш пароль схаваны
|
182
185
|
announce_show: Ваш пароль адлюстроўваецца
|
data/config/locales/bg.yml
CHANGED
@@ -168,13 +168,16 @@ bg:
|
|
168
168
|
link_text: Проверете какво трябва да направите
|
169
169
|
title: Брекзит
|
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/bn.yml
CHANGED
@@ -165,13 +165,16 @@ bn:
|
|
165
165
|
link_text: আপনার যা করা প্রয়োজন তা দেখুন
|
166
166
|
title: ব্রেক্সিট
|
167
167
|
ukraine:
|
168
|
-
title:
|
169
168
|
links:
|
169
|
+
title:
|
170
170
|
world_locations: বিশ্বের অবস্থানসমূহ
|
171
171
|
search_box:
|
172
172
|
input_title: খুঁজুন
|
173
173
|
label: GOV.UK-এ অনুসন্ধান করুন
|
174
174
|
search_button: খুঁজুন
|
175
|
+
share_links:
|
176
|
+
all_opens_in_new_tab:
|
177
|
+
opens_in_new_tab:
|
175
178
|
show_password:
|
176
179
|
announce_hide: আপনার পাসওয়ার্ড লুকানো
|
177
180
|
announce_show: আপনার পাসওয়ার্ড দেখানো হয়েছে
|
data/config/locales/cs.yml
CHANGED
@@ -169,13 +169,16 @@ cs:
|
|
169
169
|
link_text: Zkontrolujte, co je třeba udělat
|
170
170
|
title: Brexit
|
171
171
|
ukraine:
|
172
|
-
title:
|
173
172
|
links:
|
173
|
+
title:
|
174
174
|
world_locations: Místa ve světě
|
175
175
|
search_box:
|
176
176
|
input_title: Vyhledávání
|
177
177
|
label: Vyhledávání na GOV.UK
|
178
178
|
search_button: Vyhledávání
|
179
|
+
share_links:
|
180
|
+
all_opens_in_new_tab:
|
181
|
+
opens_in_new_tab:
|
179
182
|
show_password:
|
180
183
|
announce_hide: Vaše heslo je skryté
|
181
184
|
announce_show: Zobrazí se vaše heslo
|
data/config/locales/cy.yml
CHANGED
@@ -168,13 +168,16 @@ cy:
|
|
168
168
|
link_text: Gwiriwch beth mae angen i chi wneud
|
169
169
|
title: Brexit
|
170
170
|
ukraine:
|
171
|
-
title:
|
172
171
|
links:
|
172
|
+
title:
|
173
173
|
world_locations: Lleoliadau byd-eang
|
174
174
|
search_box:
|
175
175
|
input_title: Chwilio
|
176
176
|
label: Chwilio ar GOV.UK
|
177
177
|
search_button: Chwilio
|
178
|
+
share_links:
|
179
|
+
all_opens_in_new_tab:
|
180
|
+
opens_in_new_tab:
|
178
181
|
show_password:
|
179
182
|
announce_hide: Mae eich cyfrinair wedi'i guddio
|
180
183
|
announce_show: Mae eich cyfrinair yn cael ei ddangos
|
data/config/locales/da.yml
CHANGED
@@ -165,13 +165,16 @@ da:
|
|
165
165
|
link_text: Tjek hvad du skal gøre
|
166
166
|
title: Brexit
|
167
167
|
ukraine:
|
168
|
-
title:
|
169
168
|
links:
|
169
|
+
title:
|
170
170
|
world_locations: Verden Placeringer
|
171
171
|
search_box:
|
172
172
|
input_title: Søge
|
173
173
|
label: Søg i GOV.UK
|
174
174
|
search_button: Søge
|
175
|
+
share_links:
|
176
|
+
all_opens_in_new_tab:
|
177
|
+
opens_in_new_tab:
|
175
178
|
show_password:
|
176
179
|
announce_hide: Din adgangskode er skjult
|
177
180
|
announce_show: Din adgangskode vises
|
data/config/locales/de.yml
CHANGED
@@ -168,13 +168,16 @@ de:
|
|
168
168
|
link_text: Prüfen Sie, was Sie machen müssen
|
169
169
|
title: Brexit
|
170
170
|
ukraine:
|
171
|
-
title:
|
172
171
|
links:
|
172
|
+
title:
|
173
173
|
world_locations: Weltweite Standorte
|
174
174
|
search_box:
|
175
175
|
input_title: Suche
|
176
176
|
label: Auf GOV.UK suchen
|
177
177
|
search_button: Suche
|
178
|
+
share_links:
|
179
|
+
all_opens_in_new_tab:
|
180
|
+
opens_in_new_tab:
|
178
181
|
show_password:
|
179
182
|
announce_hide: Ihr Passwort ist ausgeblendet
|
180
183
|
announce_show: Ihr Passwort ist eingeblendet
|
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
|