govuk_publishing_components 31.2.0 → 32.1.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (90) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/images/govuk_publishing_components/action-link-arrow--blue.svg +8 -2
  3. data/app/assets/javascripts/component_guide/accessibility-test.js +0 -1
  4. data/app/assets/javascripts/govuk_publishing_components/analytics/track-click.js +1 -1
  5. data/app/assets/javascripts/govuk_publishing_components/analytics-ga4/ga4-ecommerce-tracker.js +10 -5
  6. data/app/assets/javascripts/govuk_publishing_components/analytics-ga4/ga4-event-tracker.js +2 -2
  7. data/app/assets/javascripts/govuk_publishing_components/analytics-ga4/ga4-page-views.js +10 -3
  8. data/app/assets/javascripts/govuk_publishing_components/components/layout-super-navigation-header.js +13 -4
  9. data/app/assets/stylesheets/govuk_publishing_components/components/_share-links.scss +0 -6
  10. data/app/views/govuk_publishing_components/components/_layout_super_navigation_header.html.erb +25 -1
  11. data/app/views/govuk_publishing_components/components/_share_links.html.erb +7 -2
  12. data/app/views/govuk_publishing_components/components/feedback/_problem_form.html.erb +19 -12
  13. data/app/views/govuk_publishing_components/components/feedback/_survey_signup_form.html.erb +10 -2
  14. data/app/views/govuk_publishing_components/components/feedback/_yes_no_banner.html.erb +1 -2
  15. data/config/locales/ar.yml +4 -1
  16. data/config/locales/az.yml +4 -1
  17. data/config/locales/be.yml +4 -1
  18. data/config/locales/bg.yml +4 -1
  19. data/config/locales/bn.yml +4 -1
  20. data/config/locales/cs.yml +4 -1
  21. data/config/locales/cy.yml +4 -1
  22. data/config/locales/da.yml +4 -1
  23. data/config/locales/de.yml +4 -1
  24. data/config/locales/dr.yml +4 -1
  25. data/config/locales/el.yml +4 -1
  26. data/config/locales/en.yml +20 -17
  27. data/config/locales/es-419.yml +4 -1
  28. data/config/locales/es.yml +4 -1
  29. data/config/locales/et.yml +4 -1
  30. data/config/locales/fa.yml +4 -1
  31. data/config/locales/fi.yml +4 -1
  32. data/config/locales/fr.yml +4 -1
  33. data/config/locales/gd.yml +4 -1
  34. data/config/locales/gu.yml +4 -1
  35. data/config/locales/he.yml +4 -1
  36. data/config/locales/hi.yml +4 -1
  37. data/config/locales/hr.yml +4 -1
  38. data/config/locales/hu.yml +4 -1
  39. data/config/locales/hy.yml +4 -1
  40. data/config/locales/id.yml +4 -1
  41. data/config/locales/is.yml +4 -1
  42. data/config/locales/it.yml +4 -1
  43. data/config/locales/ja.yml +4 -1
  44. data/config/locales/ka.yml +4 -1
  45. data/config/locales/kk.yml +4 -1
  46. data/config/locales/ko.yml +4 -1
  47. data/config/locales/lt.yml +4 -1
  48. data/config/locales/lv.yml +4 -1
  49. data/config/locales/ms.yml +4 -1
  50. data/config/locales/mt.yml +4 -1
  51. data/config/locales/nl.yml +4 -1
  52. data/config/locales/no.yml +4 -1
  53. data/config/locales/pa-pk.yml +4 -1
  54. data/config/locales/pa.yml +4 -1
  55. data/config/locales/pl.yml +4 -1
  56. data/config/locales/ps.yml +4 -1
  57. data/config/locales/pt.yml +4 -1
  58. data/config/locales/ro.yml +4 -1
  59. data/config/locales/ru.yml +4 -1
  60. data/config/locales/si.yml +4 -1
  61. data/config/locales/sk.yml +4 -1
  62. data/config/locales/sl.yml +4 -1
  63. data/config/locales/so.yml +4 -1
  64. data/config/locales/sq.yml +4 -1
  65. data/config/locales/sr.yml +4 -1
  66. data/config/locales/sv.yml +4 -1
  67. data/config/locales/sw.yml +4 -1
  68. data/config/locales/ta.yml +4 -1
  69. data/config/locales/th.yml +4 -1
  70. data/config/locales/tk.yml +4 -1
  71. data/config/locales/tr.yml +4 -1
  72. data/config/locales/uk.yml +4 -1
  73. data/config/locales/ur.yml +4 -1
  74. data/config/locales/uz.yml +4 -1
  75. data/config/locales/vi.yml +4 -1
  76. data/config/locales/zh-hk.yml +4 -1
  77. data/config/locales/zh-tw.yml +4 -1
  78. data/config/locales/zh.yml +4 -1
  79. data/lib/govuk_publishing_components/version.rb +1 -1
  80. data/node_modules/axe-core/README.md +7 -6
  81. data/node_modules/axe-core/axe.d.ts +1 -0
  82. data/node_modules/axe-core/axe.js +8910 -7200
  83. data/node_modules/axe-core/axe.min.js +2 -2
  84. data/node_modules/axe-core/locales/_template.json +1067 -0
  85. data/node_modules/axe-core/locales/fr.json +1 -1
  86. data/node_modules/axe-core/locales/he.json +1015 -0
  87. data/node_modules/axe-core/locales/no_NB.json +797 -0
  88. data/node_modules/axe-core/package.json +57 -59
  89. data/node_modules/axe-core/sri-history.json +8 -0
  90. metadata +6 -3
@@ -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
@@ -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: رمز عبور شما نمایش داده شده است
@@ -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
@@ -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é
@@ -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
@@ -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: તમારો પાસવર્ડ દર્શાવ્યો છે
@@ -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: הסיסמה שלך מוצגת
@@ -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: आपका पासवर्ड प्रदर्शित है
@@ -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
@@ -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ó
@@ -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: Ձեր գաղտնաբառը ցուցադրված է
@@ -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
@@ -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
@@ -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
@@ -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: パスワードが表示されています
@@ -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: თქვენი პაროლი ჩანს
@@ -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: Құпиясөзіңіз көрсетілген
@@ -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:
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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: تہاڈا پاس ورڈ دکھائی دِتا اے
@@ -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: ਤੁਹਾਡਾ ਪਾਸਵਰਡ ਦਿਖਾਇਆ ਗਿਆ ਹੈ
@@ -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
@@ -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: ستاسو رمز ښودل شوی
@@ -164,13 +164,16 @@ pt:
164
164
  link_text: Verifique o que precisa de fazer
165
165
  title: Brexit
166
166
  ukraine:
167
- title:
168
167
  links:
168
+ title:
169
169
  world_locations: Locais mundiais
170
170
  search_box:
171
171
  input_title: Pesquisar
172
172
  label: Pesquisar em GOV.UK
173
173
  search_button: Pesquisar
174
+ share_links:
175
+ all_opens_in_new_tab:
176
+ opens_in_new_tab:
174
177
  show_password:
175
178
  announce_hide: A sua palavra-passe é ocultada
176
179
  announce_show: A sua palavra-passe é mostrada
@@ -165,13 +165,16 @@ ro:
165
165
  link_text: Verificați ce trebuie să faceți
166
166
  title: Brexit
167
167
  ukraine:
168
- title:
169
168
  links:
169
+ title:
170
170
  world_locations: Locații pe glob
171
171
  search_box:
172
172
  input_title: Căutați
173
173
  label: Căutați pe GOV.UK
174
174
  search_button: Căutați
175
+ share_links:
176
+ all_opens_in_new_tab:
177
+ opens_in_new_tab:
175
178
  show_password:
176
179
  announce_hide: Parola dvs. este ascunsă
177
180
  announce_show: Parola dvs. este afișată
@@ -168,13 +168,16 @@ ru:
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: Ваш пароль показан
@@ -164,13 +164,16 @@ si:
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: ඔබගේ මුරපදය පෙන්වා ඇත
@@ -169,13 +169,16 @@ sk:
169
169
  link_text: Skontrolujte, čo je potrebné urobiť
170
170
  title: Brexit
171
171
  ukraine:
172
- title:
173
172
  links:
173
+ title:
174
174
  world_locations: Svetové lokality
175
175
  search_box:
176
176
  input_title: Vyhľadávanie
177
177
  label: Vyhľadávanie na GOV.UK
178
178
  search_button: Vyhľadávanie
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: Vaše heslo sa zobrazuje.
@@ -171,13 +171,16 @@ sl:
171
171
  link_text: Preverite, kaj morate storiti
172
172
  title: Brexit
173
173
  ukraine:
174
- title:
175
174
  links:
175
+ title:
176
176
  world_locations: Lokacije po svetu
177
177
  search_box:
178
178
  input_title: Iskanje
179
179
  label: Iskanje po GOV.UK
180
180
  search_button: Iskanje
181
+ share_links:
182
+ all_opens_in_new_tab:
183
+ opens_in_new_tab:
181
184
  show_password:
182
185
  announce_hide: Vaše geslo je skrito
183
186
  announce_show: Vaše geslo je prikazano
@@ -164,13 +164,16 @@ so:
164
164
  link_text: Hubi waxaad u baahantahay inaad qabato
165
165
  title: Ka bixitaanka Ingiriiska
166
166
  ukraine:
167
- title:
168
167
  links:
168
+ title:
169
169
  world_locations: Goobaha Dunida
170
170
  search_box:
171
171
  input_title: Baadh
172
172
  label: Baadh GOV.UK
173
173
  search_button: Baadh
174
+ share_links:
175
+ all_opens_in_new_tab:
176
+ opens_in_new_tab:
174
177
  show_password:
175
178
  announce_hide: Fure sireedkaagu wuu qarsoonayhay
176
179
  announce_show: Fure sireedkaagu wuu muuqdaa