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
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 91b9d62f7f0bee126ffb2fa60dcca311f06489100cdc686a4c4404f54ae4c4e3
4
- data.tar.gz: df1410de982d60ae348bad56b9dda41ea67666d1c4117b5f61260998aaac9bea
3
+ metadata.gz: c43bb9be56d4b486f1307f54c8afde28338f6e2e5e1da7cb0fcc3de5135d501e
4
+ data.tar.gz: 00cec842aa8b242b7eb85aaa9c7d92e6160e08ea2b1ebe4aec988c04b6cd0c7e
5
5
  SHA512:
6
- metadata.gz: 3ce3821fa73df20270408a383dba70232b5312628fe31299bc8b3b6577dc786da3e1afe24e72dcd38a1217e04739563b2a09bde9f4a8228f50c1a63c656ca7b9
7
- data.tar.gz: 8ea5b431d7ed318852c4c1fdd1991b09f28d8abca00d8732b5cb6cf4de698a1a66a98fb5298ac49769666867d5641275e284fff04d8f12e950ee22c0809a4359
6
+ metadata.gz: eaf661b0cf8beb915a3785cd80bbf9eba5e86c8de5a8bc5687baab61e69a3e1dff0018bab7036ee50ed4b98b8a0365e8d93654d121a803b5ed9289172eedfa7d
7
+ data.tar.gz: 01ab80117be5494596b4d0050c560050d167772cb887a79b3af86440dc7071a2aa9c87229279ba932a89e5bd9bb0d56cf4d70d5028486114d1435dacfb99b288
@@ -1,3 +1,9 @@
1
- <svg width="23" height="23" viewBox="0 0 23 23" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M11.4893 23C17.8406 23 22.9893 17.8513 22.9893 11.5C22.9893 5.14873 17.8406 0 11.4893 0C5.64643 0 0.821276 4.35747 0.0862655 10H12.7633L8.98933 5.67277L10.4482 4L16.9893 11.5L10.4482 19L8.98933 17.3272L13.6354 12H0C0.261778 18.1193 5.30558 23 11.4893 23ZM13.9893 11.5942L14.0715 11.5L13.9893 11.4057V11.5942Z" fill="#366FB3"/>
1
+ <svg width="39" height="39" viewBox="0 0 39 39" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <circle cx="19.5" cy="19.5" r="19.5" fill="#366FB3" mask="url(#mask)"/>
3
+
4
+ <mask id="mask">
5
+ <rect width="100%" height="100%" fill="white"/>
6
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M24.0343 20L14.1812 10.1469L17.0096 7.31848L29.6912 20L17.0096 32.6815L14.1812 29.8531L24.0343 20Z" fill="black"/>
7
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M0.000423781 18L25.1328 18L25.1328 22L0.000423431 22L0.000423781 18Z" fill="black"/>
8
+ </mask>
3
9
  </svg>
@@ -24,7 +24,6 @@
24
24
  })
25
25
 
26
26
  var axeOptions = {
27
- restoreScroll: true,
28
27
  include: [selector],
29
28
  rules: axeRules
30
29
  }
@@ -19,7 +19,7 @@ window.GOVUK.Modules = window.GOVUK.Modules || {};
19
19
  var target = e.target
20
20
  if (!trackLinksOnly) {
21
21
  that.$module.handleClick(target)
22
- } else if (trackLinksOnly && target.tagName === 'A') {
22
+ } else if (trackLinksOnly && target.closest('a')) {
23
23
  if (!limitToElementClass) {
24
24
  that.$module.handleClick(target)
25
25
  } else if (limitToElementClass && target.closest('.' + limitToElementClass)) {
@@ -9,12 +9,17 @@
9
9
  PIIRemover: new GOVUK.analyticsGa4.PIIRemover(),
10
10
  DEFAULT_LIST_TITLE: 'Site search results',
11
11
 
12
- init: function (isNewPageLoad) {
12
+ init: function (referrer) {
13
13
  if (window.dataLayer) {
14
+ /* The referrer parameter is only passed to the init() function as a result of an AJAX request
15
+ (in live_search.js in the finder-frontend repository). Otherwise it will not be available and this indicates a fresh page load.
16
+ This is needed to trigger a fresh pageViewTracker push to the dataLayer on dynamic page updates and to prevent multiple
17
+ click listeners from being applied on this.searchResultsBlocks elements. */
18
+ var isNewPageLoad = !referrer
19
+
14
20
  /* The data-ga4-ecommerce attribute may be present on several DOM elements e.g. search results and spelling
15
21
  suggestions, hence why document.querySelectorAll is required */
16
22
  this.searchResultsBlocks = document.querySelectorAll('[data-ga4-ecommerce]')
17
- this.isNewPageLoad = isNewPageLoad
18
23
 
19
24
  if (!this.searchResultsBlocks.length === 0) {
20
25
  return
@@ -23,18 +28,18 @@
23
28
  /* If the results are updated by JS, the URL of the page will change and this needs to be visible to PA's,
24
29
  hence the pageView object push to the dataLayer. We do not need to send a pageView object on page load as
25
30
  this is handled elsewhere. */
26
- if (!this.isNewPageLoad) {
31
+ if (referrer) {
27
32
  var pageViewTracker = window.GOVUK.analyticsGa4.analyticsModules.PageViewTracker
28
33
 
29
34
  if (pageViewTracker) {
30
- pageViewTracker.init()
35
+ pageViewTracker.init(referrer)
31
36
  }
32
37
  }
33
38
 
34
39
  for (var i = 0; i < this.searchResultsBlocks.length; i++) {
35
40
  this.trackSearchResults(this.searchResultsBlocks[i])
36
41
 
37
- if (this.isNewPageLoad) {
42
+ if (isNewPageLoad) {
38
43
  this.searchResultsBlocks[i].addEventListener('click', this.handleClick.bind(this))
39
44
  }
40
45
  }
@@ -51,8 +51,8 @@ window.GOVUK.Modules = window.GOVUK.Modules || {};
51
51
  }
52
52
  }
53
53
 
54
- // Ensure it only tracks aria-expanded in an accordion element, instead of in any child of the clicked element
55
- if (target.closest('.gem-c-accordion')) {
54
+ /* Ensure it only tracks aria-expanded in an accordion or element with data-ga4-expandable on it. */
55
+ if (target.closest('.gem-c-accordion') || target.closest('[data-ga4-expandable]')) {
56
56
  var ariaExpanded = this.getClosestAttribute(target, 'aria-expanded')
57
57
  }
58
58
 
@@ -9,13 +9,15 @@ window.GOVUK.analyticsGa4.analyticsModules = window.GOVUK.analyticsGa4.analytics
9
9
  PIIRemover: new window.GOVUK.analyticsGa4.PIIRemover(), // imported in analytics-ga4.js
10
10
  nullValue: undefined,
11
11
 
12
- init: function () {
12
+ init: function (referrer) {
13
13
  if (window.dataLayer) {
14
14
  var data = {
15
15
  event: 'page_view',
16
16
  page_view: {
17
17
  location: this.getLocation(),
18
- referrer: this.getReferrer(),
18
+ /* If the init() function receives a referrer parameter, this indicates that it has been called as a part of an AJAX request and
19
+ this.getReferrer() will not return the correct value. Therefore we need to rely on the referrer parameter. */
20
+ referrer: referrer || this.getReferrer(),
19
21
  title: this.getTitle(),
20
22
  status_code: this.getStatusCode(),
21
23
 
@@ -42,7 +44,12 @@ window.GOVUK.analyticsGa4.analyticsModules = window.GOVUK.analyticsGa4.analytics
42
44
  political_status: this.getMetaContent('political-status'),
43
45
  primary_publishing_organisation: this.getMetaContent('primary-publishing-organisation'),
44
46
  organisations: this.getMetaContent('analytics:organisations'),
45
- world_locations: this.getMetaContent('analytics:world-locations')
47
+ world_locations: this.getMetaContent('analytics:world-locations'),
48
+
49
+ /* The existence of a referrer parameter indicates that the page has been dynamically updated via an AJAX request
50
+ and therefore we can use it to set the dynamic property appropriately. This value is used by PA's to differentiate
51
+ between fresh page loads and dynamic page updates. */
52
+ dynamic: referrer ? 'true' : 'false'
46
53
  }
47
54
  }
48
55
  window.GOVUK.analyticsGa4.core.sendData(data)
@@ -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
- // Returns what screen size the window is currently. Returns a string of
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
- return document.documentElement.clientWidth >= SETTINGS.breakpoint.desktop ? 'desktop' : 'mobile'
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;
@@ -15,7 +15,7 @@
15
15
  hide_navigation_menu_text = t("components.layout_super_navigation_header.menu_toggle_label.hide", :label => "navigation")
16
16
  show_navigation_menu_text = t("components.layout_super_navigation_header.menu_toggle_label.show", :label => "navigation")
17
17
  %>
18
- <header role="banner" class="gem-c-layout-super-navigation-header" data-module="gem-track-click" data-track-links-only>
18
+ <header role="banner" class="gem-c-layout-super-navigation-header" data-module="gem-track-click ga4-event-tracker" data-track-links-only data-ga4-expandable>
19
19
  <div class="gem-c-layout-super-navigation-header__container govuk-width-container govuk-clearfix">
20
20
  <div class="gem-c-layout-super-navigation-header__header-logo">
21
21
  <a
@@ -78,6 +78,14 @@
78
78
  hidden
79
79
  id="super-navigation-menu-toggle"
80
80
  type="button"
81
+ data-ga4="<%= {
82
+ "event_name": "select_content",
83
+ "type": "header menu bar",
84
+ "text": "Menu",
85
+ "index": 1,
86
+ "index_total": navigation_links.length + 2,
87
+ "section": "Menu"
88
+ }.to_json %>"
81
89
  >
82
90
  <span class="gem-c-layout-super-navigation-header__navigation-top-toggle-button-inner">
83
91
  Menu
@@ -124,6 +132,14 @@
124
132
  toggle_desktop_group: "top",
125
133
  toggle_mobile_group: "second",
126
134
  tracking_key: tracking_label,
135
+ ga4: {
136
+ event_name: "select_content",
137
+ type: "header menu bar",
138
+ text: link[:label],
139
+ index: index + 2,
140
+ index_total: navigation_links.length + 2,
141
+ section: link[:label]
142
+ }
127
143
  },
128
144
  hidden: true,
129
145
  id: "super-navigation-menu__section-#{unique_id}-toggle",
@@ -217,6 +233,14 @@
217
233
  hidden
218
234
  id="super-search-menu-toggle"
219
235
  type="button"
236
+ data-ga4="<%= {
237
+ "event_name": "select_content",
238
+ "type": "header menu bar",
239
+ "text": "Search",
240
+ "index": navigation_links.length + 2,
241
+ "index_total": navigation_links.length + 2,
242
+ "section": "Search"
243
+ }.to_json %>"
220
244
  >
221
245
  <span class="govuk-visually-hidden">
222
246
  <%= search_text %>
@@ -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="gem-c-share-links__title"><%= title %></h2>
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
  <%
@@ -39,25 +39,32 @@
39
39
  } %>
40
40
 
41
41
  <%= render "govuk_publishing_components/components/button", {
42
- text: t("components.feedback.send")
42
+ text: t("components.feedback.send"),
43
+ data_attributes: {
44
+ ga4: {
45
+ event_name: "form_submit",
46
+ type: "feedback",
47
+ text: "Send",
48
+ section: "Help us improve GOV.UK",
49
+ }
50
+ }
43
51
  } %>
44
52
 
45
- <button
46
- class="govuk-button govuk-button--secondary gem-c-feedback__close gem-c-feedback__js-show js-close-form"
47
- data-track-category="Onsite Feedback"
48
- data-track-action="GOV.UK Close Form"
49
- aria-controls="something-is-wrong"
50
- aria-expanded="true">
51
- <%= t("components.feedback.close") %>
52
- </button>
53
-
53
+ <button
54
+ class="govuk-button govuk-button--secondary gem-c-feedback__close gem-c-feedback__js-show js-close-form"
55
+ data-track-category="Onsite Feedback"
56
+ data-track-action="GOV.UK Close Form"
57
+ aria-controls="something-is-wrong"
58
+ aria-expanded="true">
59
+ <%= t("components.feedback.close") %>
60
+ </button>
54
61
  </div>
55
62
  </div>
56
63
  </form>
57
64
 
58
65
  <%
59
- # I've added the following script inline in case of a scenario where a bot is able to parse the page,
60
- # without downloading any of the external scripts.
66
+ # I've added the following script inline in case of a scenario where a bot is able to parse the page,
67
+ # without downloading any of the external scripts.
61
68
  # This seems to be a more reliable way to make sure the script is executed.
62
69
  %>
63
70
 
@@ -25,8 +25,16 @@
25
25
  describedby: "survey_explanation"
26
26
  } %>
27
27
 
28
- <%= render "govuk_publishing_components/components/button", {
28
+ <%= render "govuk_publishing_components/components/button", {
29
29
  text: t("components.feedback.send_me_survey"),
30
+ data_attributes: {
31
+ ga4: {
32
+ event_name: "form_submit",
33
+ type: "feedback",
34
+ text: "Send me the survey",
35
+ section: "Help us improve GOV.UK",
36
+ }
37
+ }
30
38
  } %>
31
39
 
32
40
  <button
@@ -38,7 +46,7 @@
38
46
  hidden>
39
47
  <%= t("components.feedback.close") %>
40
48
  </button>
41
-
49
+
42
50
  </div>
43
51
  </div>
44
52
  </form>
@@ -39,10 +39,9 @@
39
39
  </div>
40
40
 
41
41
  <div class="gem-c-feedback__prompt-questions gem-c-feedback__prompt-questions--something-is-wrong js-prompt-questions" hidden>
42
- <button class="govuk-button gem-c-feedback__prompt-link js-toggle-form js-something-is-wrong" data-track-category="Onsite Feedback" data-track-action="GOV-UK Open Form" aria-controls="something-is-wrong" aria-expanded="false">
42
+ <button class="govuk-button gem-c-feedback__prompt-link js-toggle-form js-something-is-wrong" data-track-category="Onsite Feedback" data-track-action="GOV-UK Open Form" aria-controls="something-is-wrong" aria-expanded="false" data-ga4='{"event_name":"form_submit","type":"feedback","text":"Report a problem with this page", "section": "Is this page useful?"}'>
43
43
  <%= t("components.feedback.something_wrong") %>
44
44
  </button>
45
45
  </div>
46
-
47
46
  </div>
48
47
  </div>
@@ -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: كلمة مرورك معروضة
@@ -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
@@ -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: Ваш пароль адлюстроўваецца
@@ -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: Вашата парола е видима
@@ -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: আপনার পাসওয়ার্ড দেখানো হয়েছে
@@ -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
@@ -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
@@ -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
@@ -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
@@ -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: رمز عبور شما نشان داده شده است
@@ -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: Ο κωδικός πρόσβασής σας εμφανίζεται
@@ -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: 'Check benefits and financial support you can get'
236
- href: '/check-benefits-financial-support'
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: '/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'
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: '/sign-in-universal-credit'
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: "UK visa support for Ukrainian nationals"
298
- href: "https://www.gov.uk/guidance/support-for-family-members-of-british-nationals-in-ukraine-and-ukrainian-nationals-in-ukraine-and-the-uk"
299
- - label: "Move to the UK if you're coming from Ukraine"
300
- href: "https://www.gov.uk/guidance/move-to-the-uk-if-youre-from-ukraine"
301
- - label: "Homes for Ukraine: record your interest"
302
- href: "https://www.gov.uk/register-interest-homes-ukraine"
303
- - label: "Find out about the UK’s response"
304
- href: "https://ukstandswithukraine.campaign.gov.uk/"
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
@@ -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
@@ -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