govuk_publishing_components 28.2.0 → 28.6.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (214) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +1 -1
  3. data/app/assets/javascripts/govuk_publishing_components/analytics/auto-scroll-tracker.js +2 -1
  4. data/app/assets/javascripts/govuk_publishing_components/analytics/auto-track-event.js +22 -22
  5. data/app/assets/javascripts/govuk_publishing_components/analytics/pii.js +9 -5
  6. data/app/assets/javascripts/govuk_publishing_components/analytics/track-click.js +4 -3
  7. data/app/assets/javascripts/govuk_publishing_components/analytics/track-select-change.js +4 -3
  8. data/app/assets/javascripts/govuk_publishing_components/components/accordion.js +21 -291
  9. data/app/assets/javascripts/govuk_publishing_components/components/button.js +1 -1
  10. data/app/assets/javascripts/govuk_publishing_components/components/character-count.js +1 -1
  11. data/app/assets/javascripts/govuk_publishing_components/components/checkboxes.js +1 -2
  12. data/app/assets/javascripts/govuk_publishing_components/components/details.js +3 -4
  13. data/app/assets/javascripts/govuk_publishing_components/components/error-summary.js +1 -1
  14. data/app/assets/javascripts/govuk_publishing_components/components/layout-header.js +1 -1
  15. data/app/assets/javascripts/govuk_publishing_components/components/radio.js +1 -1
  16. data/app/assets/javascripts/govuk_publishing_components/components/skip-link.js +5 -0
  17. data/app/assets/javascripts/govuk_publishing_components/components/step-by-step-nav.js +40 -37
  18. data/app/assets/javascripts/govuk_publishing_components/components/tabs.js +1 -1
  19. data/app/assets/javascripts/govuk_publishing_components/lib/govspeak/barchart-enhancement.js +4 -3
  20. data/app/assets/javascripts/govuk_publishing_components/lib/govspeak/magna-charta.js +8 -10
  21. data/app/assets/javascripts/govuk_publishing_components/lib/initial-focus.js +4 -3
  22. data/app/assets/javascripts/govuk_publishing_components/lib/toggle-input-class-on-focus.js +4 -3
  23. data/app/assets/javascripts/govuk_publishing_components/lib/toggle.js +4 -3
  24. data/app/assets/stylesheets/govuk_publishing_components/components/_accordion.scss +1 -329
  25. data/app/assets/stylesheets/govuk_publishing_components/components/_big-number.scss +5 -2
  26. data/app/assets/stylesheets/govuk_publishing_components/components/_contextual-sidebar.scss +0 -5
  27. data/app/assets/stylesheets/govuk_publishing_components/components/_layout-super-navigation-header.scss +67 -21
  28. data/app/assets/stylesheets/govuk_publishing_components/components/_share-links.scss +3 -3
  29. data/app/assets/stylesheets/govuk_publishing_components/components/_step-by-step-nav.scss +95 -56
  30. data/app/assets/stylesheets/govuk_publishing_components/components/print/_accordion.scss +6 -17
  31. data/app/assets/stylesheets/govuk_publishing_components/govuk_frontend_support.scss +0 -9
  32. data/app/views/govuk_publishing_components/components/_accordion.html.erb +30 -15
  33. data/app/views/govuk_publishing_components/components/_action_link.html.erb +1 -1
  34. data/app/views/govuk_publishing_components/components/_big_number.html.erb +12 -8
  35. data/app/views/govuk_publishing_components/components/_button.html.erb +1 -1
  36. data/app/views/govuk_publishing_components/components/_character_count.html.erb +2 -2
  37. data/app/views/govuk_publishing_components/components/_checkboxes.html.erb +2 -2
  38. data/app/views/govuk_publishing_components/components/_contextual_sidebar.html.erb +0 -4
  39. data/app/views/govuk_publishing_components/components/_details.html.erb +1 -1
  40. data/app/views/govuk_publishing_components/components/_error_message.html.erb +1 -1
  41. data/app/views/govuk_publishing_components/components/_error_summary.html.erb +0 -1
  42. data/app/views/govuk_publishing_components/components/_heading.html.erb +1 -1
  43. data/app/views/govuk_publishing_components/components/_hint.html.erb +1 -1
  44. data/app/views/govuk_publishing_components/components/_inset_text.html.erb +12 -1
  45. data/app/views/govuk_publishing_components/components/_layout_footer.html.erb +1 -1
  46. data/app/views/govuk_publishing_components/components/_layout_super_navigation_header.html.erb +22 -18
  47. data/app/views/govuk_publishing_components/components/_list.html.erb +1 -1
  48. data/app/views/govuk_publishing_components/components/_modal_dialogue.html.erb +1 -1
  49. data/app/views/govuk_publishing_components/components/_notice.html.erb +1 -1
  50. data/app/views/govuk_publishing_components/components/_print_link.html.erb +2 -2
  51. data/app/views/govuk_publishing_components/components/_radio.html.erb +1 -1
  52. data/app/views/govuk_publishing_components/components/_search.html.erb +2 -2
  53. data/app/views/govuk_publishing_components/components/_select.html.erb +19 -1
  54. data/app/views/govuk_publishing_components/components/_share_links.html.erb +25 -22
  55. data/app/views/govuk_publishing_components/components/_skip_link.html.erb +1 -1
  56. data/app/views/govuk_publishing_components/components/_subscription_links.html.erb +1 -1
  57. data/app/views/govuk_publishing_components/components/_textarea.html.erb +1 -1
  58. data/app/views/govuk_publishing_components/components/_title.html.erb +3 -3
  59. data/app/views/govuk_publishing_components/components/docs/accordion.yml +2 -97
  60. data/app/views/govuk_publishing_components/components/docs/contextual_sidebar.yml +0 -47
  61. data/app/views/govuk_publishing_components/components/docs/govspeak.yml +1 -1
  62. data/app/views/govuk_publishing_components/components/docs/inset_text.yml +6 -0
  63. data/app/views/govuk_publishing_components/components/docs/select.yml +12 -0
  64. data/app/views/govuk_publishing_components/components/docs/share_links.yml +1 -1
  65. data/app/views/govuk_publishing_components/components/docs/step_by_step_nav.yml +13 -13
  66. data/app/views/govuk_publishing_components/components/docs/tabs.yml +1 -1
  67. data/app/views/govuk_publishing_components/components/docs/textarea.yml +1 -1
  68. data/app/views/govuk_publishing_components/components/feedback/_problem_form.html.erb +26 -0
  69. data/app/views/govuk_publishing_components/components/feedback/_yes_no_banner.html.erb +14 -8
  70. data/app/views/govuk_publishing_components/components/layout_header/_navigation_items.html.erb +11 -11
  71. data/config/locales/ar.yml +2 -0
  72. data/config/locales/az.yml +2 -1
  73. data/config/locales/be.yml +2 -0
  74. data/config/locales/bg.yml +2 -0
  75. data/config/locales/bn.yml +2 -0
  76. data/config/locales/cs.yml +2 -0
  77. data/config/locales/cy.yml +2 -0
  78. data/config/locales/da.yml +2 -0
  79. data/config/locales/de.yml +2 -0
  80. data/config/locales/dr.yml +2 -0
  81. data/config/locales/el.yml +2 -0
  82. data/config/locales/en.yml +0 -4
  83. data/config/locales/es-419.yml +2 -0
  84. data/config/locales/es.yml +2 -0
  85. data/config/locales/et.yml +2 -0
  86. data/config/locales/fa.yml +2 -1
  87. data/config/locales/fi.yml +2 -0
  88. data/config/locales/fr.yml +2 -0
  89. data/config/locales/gd.yml +2 -0
  90. data/config/locales/gu.yml +2 -0
  91. data/config/locales/he.yml +2 -0
  92. data/config/locales/hi.yml +2 -0
  93. data/config/locales/hr.yml +2 -0
  94. data/config/locales/hu.yml +2 -0
  95. data/config/locales/hy.yml +2 -0
  96. data/config/locales/id.yml +2 -1
  97. data/config/locales/is.yml +2 -0
  98. data/config/locales/it.yml +2 -0
  99. data/config/locales/ja.yml +2 -1
  100. data/config/locales/ka.yml +2 -0
  101. data/config/locales/kk.yml +2 -0
  102. data/config/locales/ko.yml +2 -1
  103. data/config/locales/lt.yml +2 -0
  104. data/config/locales/lv.yml +2 -0
  105. data/config/locales/ms.yml +2 -1
  106. data/config/locales/mt.yml +2 -0
  107. data/config/locales/nl.yml +2 -0
  108. data/config/locales/no.yml +2 -0
  109. data/config/locales/pa-pk.yml +2 -0
  110. data/config/locales/pa.yml +2 -0
  111. data/config/locales/pl.yml +2 -0
  112. data/config/locales/ps.yml +2 -0
  113. data/config/locales/pt.yml +2 -0
  114. data/config/locales/ro.yml +2 -0
  115. data/config/locales/ru.yml +2 -0
  116. data/config/locales/si.yml +2 -0
  117. data/config/locales/sk.yml +2 -0
  118. data/config/locales/sl.yml +2 -0
  119. data/config/locales/so.yml +2 -0
  120. data/config/locales/sq.yml +2 -0
  121. data/config/locales/sr.yml +2 -1
  122. data/config/locales/sv.yml +2 -0
  123. data/config/locales/sw.yml +2 -0
  124. data/config/locales/ta.yml +2 -0
  125. data/config/locales/th.yml +2 -1
  126. data/config/locales/tk.yml +2 -0
  127. data/config/locales/tr.yml +2 -0
  128. data/config/locales/uk.yml +2 -0
  129. data/config/locales/ur.yml +2 -0
  130. data/config/locales/uz.yml +2 -0
  131. data/config/locales/vi.yml +2 -1
  132. data/config/locales/zh-hk.yml +2 -1
  133. data/config/locales/zh-tw.yml +2 -1
  134. data/config/locales/zh.yml +2 -1
  135. data/lib/govuk_publishing_components/presenters/big_number_helper.rb +30 -0
  136. data/lib/govuk_publishing_components/presenters/contextual_navigation.rb +0 -38
  137. data/lib/govuk_publishing_components/version.rb +1 -1
  138. data/lib/govuk_publishing_components.rb +1 -0
  139. data/node_modules/govuk-frontend/govuk/all.js +294 -76
  140. data/node_modules/govuk-frontend/govuk/components/accordion/_index.scss +274 -99
  141. data/node_modules/govuk-frontend/govuk/components/accordion/accordion.js +169 -65
  142. data/node_modules/govuk-frontend/govuk/components/accordion/fixtures.json +37 -5
  143. data/node_modules/govuk-frontend/govuk/components/accordion/macro-options.json +4 -4
  144. data/node_modules/govuk-frontend/govuk/components/button/button.js +2 -2
  145. data/node_modules/govuk-frontend/govuk/components/character-count/character-count.js +3 -3
  146. data/node_modules/govuk-frontend/govuk/components/character-count/fixtures.json +15 -2
  147. data/node_modules/govuk-frontend/govuk/components/checkboxes/checkboxes.js +8 -10
  148. data/node_modules/govuk-frontend/govuk/components/checkboxes/fixtures.json +52 -15
  149. data/node_modules/govuk-frontend/govuk/components/cookie-banner/_index.scss +0 -2
  150. data/node_modules/govuk-frontend/govuk/components/cookie-banner/fixtures.json +31 -0
  151. data/node_modules/govuk-frontend/govuk/components/date-input/fixtures.json +25 -25
  152. data/node_modules/govuk-frontend/govuk/components/details/details.js +2 -2
  153. data/node_modules/govuk-frontend/govuk/components/error-message/_index.scss +1 -0
  154. data/node_modules/govuk-frontend/govuk/components/error-message/fixtures.json +8 -8
  155. data/node_modules/govuk-frontend/govuk/components/error-message/template.njk +2 -2
  156. data/node_modules/govuk-frontend/govuk/components/error-summary/error-summary.js +24 -3
  157. data/node_modules/govuk-frontend/govuk/components/error-summary/fixtures.json +25 -16
  158. data/node_modules/govuk-frontend/govuk/components/error-summary/macro-options.json +6 -0
  159. data/node_modules/govuk-frontend/govuk/components/error-summary/template.njk +2 -1
  160. data/node_modules/govuk-frontend/govuk/components/file-upload/fixtures.json +4 -4
  161. data/node_modules/govuk-frontend/govuk/components/footer/_index.scss +3 -37
  162. data/node_modules/govuk-frontend/govuk/components/footer/fixtures.json +119 -15
  163. data/node_modules/govuk-frontend/govuk/components/footer/macro-options.json +6 -0
  164. data/node_modules/govuk-frontend/govuk/components/footer/template.njk +1 -1
  165. data/node_modules/govuk-frontend/govuk/components/header/_index.scss +10 -4
  166. data/node_modules/govuk-frontend/govuk/components/header/fixtures.json +11 -11
  167. data/node_modules/govuk-frontend/govuk/components/header/header.js +4 -4
  168. data/node_modules/govuk-frontend/govuk/components/header/template.njk +4 -3
  169. data/node_modules/govuk-frontend/govuk/components/hint/_index.scss +1 -3
  170. data/node_modules/govuk-frontend/govuk/components/input/_index.scss +1 -1
  171. data/node_modules/govuk-frontend/govuk/components/input/fixtures.json +40 -40
  172. data/node_modules/govuk-frontend/govuk/components/input/template.njk +4 -3
  173. data/node_modules/govuk-frontend/govuk/components/notification-banner/notification-banner.js +499 -2
  174. data/node_modules/govuk-frontend/govuk/components/phase-banner/fixtures.json +2 -2
  175. data/node_modules/govuk-frontend/govuk/components/radios/_index.scss +0 -8
  176. data/node_modules/govuk-frontend/govuk/components/radios/fixtures.json +44 -45
  177. data/node_modules/govuk-frontend/govuk/components/radios/radios.js +4 -4
  178. data/node_modules/govuk-frontend/govuk/components/radios/template.njk +2 -9
  179. data/node_modules/govuk-frontend/govuk/components/select/_index.scss +6 -1
  180. data/node_modules/govuk-frontend/govuk/components/select/fixtures.json +3 -3
  181. data/node_modules/govuk-frontend/govuk/components/skip-link/_index.scss +13 -0
  182. data/node_modules/govuk-frontend/govuk/components/skip-link/fixtures.json +9 -9
  183. data/node_modules/govuk-frontend/govuk/components/skip-link/skip-link.js +1108 -0
  184. data/node_modules/govuk-frontend/govuk/components/skip-link/template.njk +1 -1
  185. data/node_modules/govuk-frontend/govuk/components/summary-list/_index.scss +20 -23
  186. data/node_modules/govuk-frontend/govuk/components/summary-list/fixtures.json +86 -1
  187. data/node_modules/govuk-frontend/govuk/components/summary-list/template.njk +1 -4
  188. data/node_modules/govuk-frontend/govuk/components/tabs/_index.scss +2 -2
  189. data/node_modules/govuk-frontend/govuk/components/tabs/tabs.js +2 -2
  190. data/node_modules/govuk-frontend/govuk/components/tag/_index.scss +0 -5
  191. data/node_modules/govuk-frontend/govuk/components/tag/fixtures.json +2 -2
  192. data/node_modules/govuk-frontend/govuk/components/textarea/_index.scss +1 -1
  193. data/node_modules/govuk-frontend/govuk/components/textarea/fixtures.json +4 -4
  194. data/node_modules/govuk-frontend/govuk/core/_all.scss +0 -1
  195. data/node_modules/govuk-frontend/govuk/core/_global-styles.scss +0 -6
  196. data/node_modules/govuk-frontend/govuk/core/_links.scss +0 -6
  197. data/node_modules/govuk-frontend/govuk/core/_lists.scss +0 -6
  198. data/node_modules/govuk-frontend/govuk/core/_section-break.scss +0 -6
  199. data/node_modules/govuk-frontend/govuk/core/_typography.scss +0 -6
  200. data/node_modules/govuk-frontend/govuk/objects/_all.scss +1 -0
  201. data/node_modules/govuk-frontend/govuk/objects/_main-wrapper.scss +15 -30
  202. data/node_modules/govuk-frontend/govuk/{core → objects}/_template.scss +1 -5
  203. data/node_modules/govuk-frontend/govuk/overrides/_display.scss +0 -6
  204. data/node_modules/govuk-frontend/govuk/overrides/_spacing.scss +0 -6
  205. data/node_modules/govuk-frontend/govuk/overrides/_text-align.scss +0 -6
  206. data/node_modules/govuk-frontend/govuk/overrides/_typography.scss +0 -6
  207. data/node_modules/govuk-frontend/govuk/overrides/_width.scss +0 -6
  208. data/node_modules/govuk-frontend/govuk/settings/_colours-organisations.scss +3 -0
  209. data/node_modules/govuk-frontend/govuk/settings/_measurements.scss +0 -10
  210. data/node_modules/govuk-frontend/govuk/tools/_all.scss +0 -1
  211. data/node_modules/govuk-frontend/package.json +1 -1
  212. metadata +11 -16
  213. data/app/views/govuk_publishing_components/components/contextual_sidebar/_covid_cta.html.erb +0 -27
  214. data/node_modules/govuk-frontend/govuk/tools/_iff.scss +0 -17
@@ -96,7 +96,7 @@ examples:
96
96
  }
97
97
  ]
98
98
  with_a_different_heading_level:
99
- description: Steps have a H2 by default, but this can be changed. The heading level does not change any styling.
99
+ description: Steps have a `h2` by default, but this can be changed. The heading level does not change any styling.
100
100
  data:
101
101
  heading_level: 3
102
102
  steps: [
@@ -164,7 +164,7 @@ examples:
164
164
  ]
165
165
  remember_last_opened_step:
166
166
  description: |
167
- If steps are opened their IDs are added to an array in sessionStorage, so that if the user returns to this page in the same session, those steps will be opened on page load. This option can technically be used together with the option to open a step by default, but this is not recommended as it could confuse users.
167
+ If steps are opened their IDs are added to an array in `sessionStorage`, so that if the user returns to this page in the same session, those steps will be opened on page load. This option can technically be used together with the option to open a step by default, but this is not recommended as it could confuse users.
168
168
  data:
169
169
  remember_last_step: true
170
170
  steps: [
@@ -192,9 +192,9 @@ examples:
192
192
  Links can have the following attributes:
193
193
 
194
194
  - style, an attribute on the parent list that controls its appearance. Defaults to optional but can be set to 'choice' (adds indent and bullets to the list)
195
- - context, an optional text field to show some extra information after the link, usually a monetary value
196
- - active, whether to make the link highlighted (to indicate the current page)
197
- - highlight_step, a general option to highlight the step. Usually the active link would be in the active step, but in some circumstances there might be an active step but no highlighted link.
195
+ - `context`, an optional text field to show some extra information after the link, usually a monetary value
196
+ - `active`, whether to make the link highlighted (to indicate the current page)
197
+ - `highlight_step`, a general option to highlight the step. Usually the active link would be in the active step, but in some circumstances there might be an active step but no highlighted link.
198
198
  data:
199
199
  highlight_step: 2
200
200
  show_step: 2
@@ -338,11 +338,11 @@ examples:
338
338
 
339
339
  If a link is in a step by step navigation more than once and the user is on that page, the backend doesn't know which link to highlight, so it highlights both of them.
340
340
 
341
- JavaScript is included in the component to solve this. It uses sessionStorage to capture the data-position attribute of non-external links when clicked, and then uses this value to decide which link to highlight after the new page loads. It uses the value of the tracking_id option to uniquely identify the current step nav in the session (if this is not passed to the component this may result in other step navs having the wrong link highlighted).
341
+ JavaScript is included in the component to solve this. It uses `sessionStorage` to capture the data-position attribute of non-external links when clicked, and then uses this value to decide which link to highlight after the new page loads. It uses the value of the `tracking_id` option to uniquely identify the current step nav in the session (if this is not passed to the component this may result in other step navs having the wrong link highlighted).
342
342
 
343
- If a user has not clicked a link (i.e. has visited the page without first clicking on a step by step navigation) only the first duplicate link will be highlighted. If that link is not in the active step, the JS makes the highlighted link's parent the active step. If there is no active step, the first active link will be highlighted (but there should always be an active step).
343
+ If a user has not clicked a link (i.e. has visited the page without first clicking on a step by step navigation) only the first duplicate link will be highlighted. If that link is not in the active step, the JavaScript makes the highlighted link's parent the active step. If there is no active step, the first active link will be highlighted (but there should always be an active step).
344
344
 
345
- The example below will show all non-external links highlighted if JS is disabled. In the real world no more than two or three links are likely to be highlighted at once.
345
+ The example below will show all non-external links highlighted if JavaScript is disabled. In the real world no more than two or three links are likely to be highlighted at once.
346
346
 
347
347
  Changes to the active step and highlighted link are also applied on click, if the user clicks one of the other links that is to the same page (they are amended by the component to be jump links to the top of the page). Open this example using the 'preview' link and try clicking on the 'internal' links to see how it behaves.
348
348
  data:
@@ -417,15 +417,15 @@ examples:
417
417
 
418
418
  The solution is to track the step by step journey the user is on.
419
419
 
420
- This has been achieved by adding a query string to all of the internal links in the step by step that contains the content_id of the step by step.
420
+ This has been achieved by adding a query string to all of the internal links in the step by step that contains the `content_id` of the step by step.
421
421
 
422
- For example, if the step by step contains a link to [/check-uk-visa](/check-uk-visa), the component will renders the link as [/check-uk-visa?step-by-step-nav=d8f3c2e0-d544-4664-9616-ab71323e4d18](/check-uk-visa?step-by-step-nav=d8f3c2e0-d544-4664-9616-ab71323e4d18)
422
+ For example, if the step by step contains a link to [/check-uk-visa](/check-uk-visa), the component will render the link as [/check-uk-visa?step-by-step-nav=d8f3c2e0-d544-4664-9616-ab71323e4d18](/check-uk-visa?step-by-step-nav=d8f3c2e0-d544-4664-9616-ab71323e4d18)
423
423
 
424
424
  As long as the user follows the links in the step by step (and not the inline links in the content), the component will know which step by step journey the user is on.
425
425
 
426
- If the content item is part of multiple step by steps, the component fetches the content_id of the `active` step by step from the query string and expands that one. The other step by steps that the content item is part of are displayed as a list of titles under an "Also part of" heading.
426
+ If the content item is part of multiple step by steps, the component fetches the `content_id` of the `active` step by step from the query string and expands that one. The other step by steps that the content item is part of are displayed as a list of titles under an "Also part of" heading.
427
427
 
428
- Additionally, if content designers have chosen to "hide" a step by step on a content page, but we can see that the user is following a step by step journey (the content_id of the step by step is in the querystring), the step by step will still be displayed and expanded in the sidebar, and the other step by steps that the content item is part of, but content designers have chosen to hide will also be displayed as a list of titles under an "Also part of heading".
428
+ Additionally, if content designers have chosen to "hide" a step by step on a content page, but we can see that the user is following a step by step journey (the `content_id` of the step by step is in the querystring), the step by step will still be displayed and expanded in the sidebar, and the other step by steps that the content item is part of, but content designers have chosen to hide will also be displayed as a list of titles under an "Also part of heading".
429
429
 
430
430
  In both cases, we never show more than 5 step by steps in the list.
431
431
 
@@ -523,7 +523,7 @@ examples:
523
523
  description: |
524
524
  Steps can be optional. This is controlled by two parameters, 'optional' and 'logic'.
525
525
 
526
- - Optional steps used to have a dotted line down the side but this was removed as it confused users. In some cases we may still need to record if a step is optional, so if this parameter is applied, GA tracking events will have 'optional' appended to the end of the eventLabel.
526
+ - Optional steps used to have a dotted line down the side but this was removed as it confused users. In some cases we may still need to record if a step is optional, so if this parameter is applied, Google Analytics tracking events will have 'optional' appended to the end of the eventLabel.
527
527
  - Logic will change the number next to a step to the word 'and' or the word 'or'.
528
528
 
529
529
  If a step is optional this should be conveyed by the text within that step.
@@ -2,7 +2,7 @@ name: "Tabs (experimental)"
2
2
  description: "The tabs component lets users toggle between related sections of content."
3
3
  body: |
4
4
  This component is based on the [GOV.UK Design System tabs component](https://design-system.service.gov.uk/components/tabs/)
5
- and is currently experimental. If using this component, please feed back any research findings to the Design System team](https://design-system.service.gov.uk/get-in-touch/).
5
+ and is currently experimental. If using this component, please feed back any research findings to the [GOV.UK Design System team](https://design-system.service.gov.uk/get-in-touch/).
6
6
 
7
7
  The tabs component lets users navigate between related sections of content on a single page,
8
8
  displaying one section at a time. Note that they are not intended to be used to navigate
@@ -83,7 +83,7 @@ examples:
83
83
  text: "How about a hint below?"
84
84
  name: "more-elements"
85
85
  block: |
86
- <span class="govuk-hint">Here's a hint</span>
86
+ <div class="govuk-hint">Here's a hint</div>
87
87
  with_maxlength:
88
88
  data:
89
89
  label:
@@ -23,6 +23,12 @@
23
23
  <h3 class="gem-c-feedback__form-heading"><%= t("components.feedback.help_us_improve_govuk") %></h3>
24
24
  <p id="feedback_explanation" class="gem-c-feedback__form-paragraph"><%= t("components.feedback.dont_include_personal_info") %></p>
25
25
 
26
+ <% # Added for spam bots only %>
27
+ <div class="govuk-visually-hidden" aria-hidden="true">
28
+ <label for="giraffe">This field is for robots only. Please leave blank</label>
29
+ <input id="giraffe" name="giraffe" type="text" pattern=".{0}" tabindex="-1" autocomplete="off">
30
+ </div>
31
+
26
32
  <%= render "govuk_publishing_components/components/textarea", {
27
33
  label: {
28
34
  text: t("components.feedback.what_doing")
@@ -46,3 +52,23 @@
46
52
  </div>
47
53
  </div>
48
54
  </form>
55
+
56
+ <%
57
+ # I've added the following script inline in case of a scenario where a bot is able to parse the page,
58
+ # without downloading any of the external scripts.
59
+ # This seems to be a more reliable way to make sure the script is executed.
60
+ %>
61
+
62
+ <script>
63
+ document.addEventListener("DOMContentLoaded", function () {
64
+ var input = document.querySelector("#giraffe"),
65
+ form = document.querySelector("#something-is-wrong")
66
+
67
+ form.addEventListener("submit", spamCapture);
68
+
69
+ function spamCapture(e) {
70
+ if (input.value.length !== 0) return;
71
+ e.preventDefault();
72
+ }
73
+ });
74
+ </script>
@@ -1,17 +1,23 @@
1
- <%
2
- contact_govuk_path = "/contact/govuk"
3
- %>
4
-
5
1
  <div class="gem-c-feedback__prompt gem-c-feedback__js-show js-prompt" tabindex="-1">
6
2
  <div class="gem-c-feedback__prompt-questions js-prompt-questions" hidden>
7
3
  <h2 class="gem-c-feedback__prompt-question"><%= t("components.feedback.is_this_page_useful") %></h2>
8
4
 
9
5
  <ul class="gem-c-feedback__option-list">
10
- <li class="gem-c-feedback__option-list-item" style="display: none" hidden="hidden">
11
- <!-- Maybe button exists only to try and capture clicks by bots -->
12
- <button data-track-category="yesNoFeedbackForm" data-track-action="ffMaybeClick" aria-expanded="false" style="display: none" hidden="hidden" aria-hidden="true">
6
+ <li class="gem-c-feedback__option-list-item govuk-visually-hidden" style="display: none" hidden>
7
+ <% # Maybe button exists only to try and capture clicks by bots %>
8
+ <%= link_to "/contact/govuk", {
9
+ class: 'gem-c-feedback__prompt-link',
10
+ data: {
11
+ 'track-category' => 'yesNoFeedbackForm',
12
+ 'track-action' => 'ffMaybeClick'
13
+ },
14
+ role: 'button',
15
+ style: 'display: none',
16
+ hidden: 'hidden',
17
+ 'aria-hidden': 'true',
18
+ } do %>
13
19
  <%= t("components.feedback.maybe") %>
14
- </button>
20
+ <% end %>
15
21
  </li>
16
22
  <li class="gem-c-feedback__option-list-item">
17
23
  <button class="govuk-button gem-c-feedback__prompt-link js-page-is-useful" data-track-category="yesNoFeedbackForm" data-track-action="ffYesClick">
@@ -1,17 +1,17 @@
1
1
  <% navigation_aria_label ||= "Top level" %>
2
2
 
3
3
  <% if navigation_items.any? %>
4
- <button
5
- aria-controls="navigation"
6
- aria-label="Show or hide Top Level Navigation"
7
- class="govuk-header__menu-button govuk-js-header-toggle gem-c-header__menu-button govuk-!-display-none-print"
8
- type="button"
9
- data-button-name="menu"
10
- >
11
- <%= t("components.layout_header.menu") %>
12
- </button>
13
- <%= tag.nav class: "gem-c-header__nav", aria: { label: navigation_aria_label } do %>
14
- <ul id="navigation" class="govuk-header__navigation govuk-header__navigation--end">
4
+ <%= tag.nav class: "gem-c-header__nav govuk-header__navigation govuk-header__navigation--end", aria: { label: navigation_aria_label } do %>
5
+ <button
6
+ aria-controls="navigation"
7
+ aria-label="Show or hide Top Level Navigation"
8
+ class="govuk-header__menu-button govuk-js-header-toggle gem-c-header__menu-button govuk-!-display-none-print"
9
+ type="button"
10
+ data-button-name="menu"
11
+ >
12
+ <%= t("components.layout_header.menu") %>
13
+ </button>
14
+ <ul id="navigation" class="govuk-header__navigation-list">
15
15
  <% navigation_items.each_with_index do |item, index| %>
16
16
  <%
17
17
  li_classes = %w(govuk-header__navigation-item)
@@ -82,6 +82,8 @@ ar:
82
82
  what_doing: ماذا كنت تفعل؟
83
83
  what_wrong: ما الخطأ الذي وقع؟
84
84
  'yes': نعم ‏  ‏
85
+ intervention:
86
+ accessible_link_text_suffix:
85
87
  layout_footer:
86
88
  copyright_html: <a class="govuk-footer__link govuk-footer__copyright-logo" href="http://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/copyright-and-re-use/crown-copyright/">© حقوق نشر التاج الملكي</a>
87
89
  licence_html: كل المحتوى متاح بموجب <a class="govuk-footer__link" href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/" rel="license">الترخيص الحكومي المفتوح (الإصدار v3.0)</a>، ما لم ينص على خلاف ذلك
@@ -15,7 +15,6 @@ az:
15
15
  opendocument_html: Bu fayl <a href='https://www.gov.uk/guidance/using-open-document-formats-odf-in-your-organisation' target=%{target} class='govuk-link'>OpenDocument</a> formatındadır
16
16
  order_a_copy: Surətini sifariş edin
17
17
  page:
18
- one: 1 səhifə
19
18
  other: "%{count} səhifə"
20
19
  reference: 'İst: %{reference}'
21
20
  request_format_cta: İstifadə edilə bilən format tələb edin.
@@ -79,6 +78,8 @@ az:
79
78
  what_doing: Nə edirdiniz?
80
79
  what_wrong: Hansı yanlışlıq oldu?
81
80
  'yes': Bəli
81
+ intervention:
82
+ accessible_link_text_suffix:
82
83
  layout_footer:
83
84
  copyright_html: <a class="govuk-footer__link govuk-footer__copyright-logo" href="http://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/copyright-and-re-use/crown-copyright/">© Crown copyright</a>
84
85
  licence_html: Bütün məzmunlar <a class="govuk-footer__link" href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/" rel="license">v3.0 Açıq dövlət lisenziyasına əsasən mövcuddur</a>(başqa cür nəzərdə tutulmuş hallar istisna olmaqla)
@@ -85,6 +85,8 @@ be:
85
85
  what_doing: Што вы рабiлi?
86
86
  what_wrong: Што пайшло не так?
87
87
  'yes': Так
88
+ intervention:
89
+ accessible_link_text_suffix:
88
90
  layout_footer:
89
91
  copyright_html: <a class="govuk-footer__link govuk-footer__copyright-logo" href="http://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/copyright-and-re-use/crown-copyright/">© Crown copyright</a>
90
92
  licence_html: Увесь змест даступны <a class="govuk-footer__link" href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/" rel="license">Open Government Licence v3.0</a>, калі не паказана іншае
@@ -83,6 +83,8 @@ bg:
83
83
  what_doing: Какво правихте?
84
84
  what_wrong: Какво се обърка?
85
85
  'yes': Да
86
+ intervention:
87
+ accessible_link_text_suffix:
86
88
  layout_footer:
87
89
  copyright_html: <a class="govuk-footer__link govuk-footer__copyright-logo" href="http://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/copyright-and-re-use/crown-copyright/">© Crown copyright</a>
88
90
  licence_html: Цялото съдържание е налично на <a class="govuk-footer__link" href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/" rel="license">Open Government Licence v3.0</a>, освен ако не е посочено друго
@@ -80,6 +80,8 @@ bn:
80
80
  what_doing: আপনি কী করছিলেন?
81
81
  what_wrong: কী ভুল হয়েছিল?
82
82
  'yes': হ্যাঁ
83
+ intervention:
84
+ accessible_link_text_suffix:
83
85
  layout_footer:
84
86
  copyright_html: <a class="govuk-footer__link govuk-footer__copyright-logo" href="http://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/copyright-and-re-use/crown-copyright/">© ক্রাউন কপিরাইট</a>
85
87
  licence_html: শুধুমাত্র অন্যভাবে বর্ণিত থাকা ছাড়া, সকল তথ্য <a class="govuk-footer__link" href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/" rel="license">ওপেন গভর্নমেন্ট লাইসেন্স v3.0</a>-এর অধীনে উপলভ্য
@@ -84,6 +84,8 @@ cs:
84
84
  what_doing: Co jste dělal?
85
85
  what_wrong: Co se pokazilo?
86
86
  'yes': Ano
87
+ intervention:
88
+ accessible_link_text_suffix:
87
89
  layout_footer:
88
90
  copyright_html: <a class="govuk-footer__link govuk-footer__copyright-logo" href="http://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/copyright-and-re-use/crown-copyright/">© Crown copyright</a>
89
91
  licence_html: Veškerý obsah je k dispozici pod <a class="govuk-footer__link" href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/" rel="license">Open Government Licence v3.0</a>, pokud není uvedeno jinak
@@ -83,6 +83,8 @@ cy:
83
83
  what_doing: Beth oeddech chi'n wneud?
84
84
  what_wrong: Beth aeth o'i le?
85
85
  'yes': Ie
86
+ intervention:
87
+ accessible_link_text_suffix:
86
88
  layout_footer:
87
89
  copyright_html: <a class="govuk-footer__link govuk-footer__copyright-logo" href="http://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/copyright-and-re-use/crown-copyright/">© Hawlfraint y Goron</a>
88
90
  licence_html: Mae'r holl gynnwys ar gael o dan <a class="govuk-footer__link" href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/" rel="license">Drwydded Agored y Llywodraeth v3.0</a>, ac eithrio ble nodir yn wahanol
@@ -80,6 +80,8 @@ da:
80
80
  what_doing: Hvad lavede du?
81
81
  what_wrong: Hvad gik galt?
82
82
  'yes': ja
83
+ intervention:
84
+ accessible_link_text_suffix:
83
85
  layout_footer:
84
86
  copyright_html: <a class="govuk-footer__link govuk-footer__copyright-logo" href="http://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/copyright-and-re-use/crown-copyright/">© Krown copyright</a>
85
87
  licence_html: Alt indhold er tilgængeligt i henhold til <a class="govuk-footer__link" href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/" rel="license">åben Forvaltning Licens v3.0</a>, medmindre andet er angivet.
@@ -83,6 +83,8 @@ de:
83
83
  what_doing: Was haben Sie gemacht?
84
84
  what_wrong: Was ist schief gelaufen?
85
85
  'yes': Ja
86
+ intervention:
87
+ accessible_link_text_suffix:
86
88
  layout_footer:
87
89
  copyright_html: <a class="govuk-footer__link govuk-footer__copyright-logo" href="http://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/copyright-and-re-use/crown-copyright/">© Crown copyright</a>
88
90
  licence_html: Alle Inhalte stehen unter der <a class="govuk-footer__link" href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/" rel="license">Open Government Licence v3.0</a>, sofern nicht anders angegeben.
@@ -81,6 +81,8 @@ dr:
81
81
  what_doing: مصروف چه کاری بودید؟
82
82
  what_wrong: چه اشتباهی رخ داد؟
83
83
  'yes': بلی
84
+ intervention:
85
+ accessible_link_text_suffix:
84
86
  layout_footer:
85
87
  copyright_html: <a class="govuk-footer__link govuk-footer__copyright-logo" href="http://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/copyright-and-re-use/crown-copyright/">© Crown copyright</a>
86
88
  licence_html: همه محتویات در<a class="govuk-footer__link" href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/" rel="license">Open Government Licence v3.0</a>, موجود است، مگر در مواردی که خلاف آن ذکر شده باشد.
@@ -79,6 +79,8 @@ el:
79
79
  what_doing: Τι κάνατε;
80
80
  what_wrong: Τι πήγε στραβά;
81
81
  'yes': Ναι
82
+ intervention:
83
+ accessible_link_text_suffix:
82
84
  layout_footer:
83
85
  copyright_html: <a class="govuk-footer__link govuk-footer__copyright-logo" href="http://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/copyright-and-re-use/crown-copyright/">© Πνευματικά δικαιώματα Crown</a>
84
86
  licence_html: Όλο το περιεχόμενο είναι διαθέσιμο βάσει της <a class="govuk-footer__link" href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/" rel="license">Άδειας Ανοικτής Κυβέρνησης v3.0</a> , εκτός εάν αναφέρεται διαφορετικά
@@ -234,10 +234,6 @@ en:
234
234
  link_path: "/brexit"
235
235
  link_text: Check what you need to do
236
236
  title: Brexit
237
- covid_booster:
238
- link_path: "https://www.nhs.uk/conditions/coronavirus-covid-19/coronavirus-vaccination/"
239
- link_text: Book your coronavirus vaccination and booster dose on the NHS website
240
- title: COVID-19 vaccinations
241
237
  world_locations: World locations
242
238
  search_box:
243
239
  input_title: Search
@@ -79,6 +79,8 @@ es-419:
79
79
  what_doing: "¿Qué estaba haciendo?"
80
80
  what_wrong: "¿Qué salió mal?"
81
81
  'yes': Sí
82
+ intervention:
83
+ accessible_link_text_suffix:
82
84
  layout_footer:
83
85
  copyright_html: <a class="govuk-footer__link govuk-footer__copyright-logo" href="http://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/copyright-and-re-use/crown-copyright/">© Crown copyright</a>
84
86
  licence_html: Todos los contenidos están disponibles bajo la <a class="govuk-footer__link" href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/" rel="license">Licencia Gubernamental Abierta v3.0</a>, salvo que se indique lo contrario
@@ -79,6 +79,8 @@ es:
79
79
  what_doing: "¿Qué estaba haciendo?"
80
80
  what_wrong: "¿Qué ha fallado?"
81
81
  'yes': Sí
82
+ intervention:
83
+ accessible_link_text_suffix:
82
84
  layout_footer:
83
85
  copyright_html: <a class='govuk-footer__link govuk-footer__copyright-logo' href='http://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/copyright-and-re-use/crown-copyright/">© Derechos de autor de la corona</a>
84
86
  licence_html: Todo el contenido está disponible bajo la <a class='govuk-footer__link' href='https://www.nationalarchives.gov.uk/doc/open-government-license/version/3/" rel='license'>Licencia de Gobierno Abierto v3,0</a>, excepto donde se indique lo contrario
@@ -82,6 +82,8 @@ et:
82
82
  what_doing: Mida te tegite?
83
83
  what_wrong: Mis läks valesti?
84
84
  'yes': Jah
85
+ intervention:
86
+ accessible_link_text_suffix:
85
87
  layout_footer:
86
88
  copyright_html: <a class="govuk-footer__link govuk-footer__copyright-logo" href="http://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/copyright-and-re-use/crown-copyright/">© Crowni autoriõigus</a>
87
89
  licence_html: Kogu sise on saadaval <a class="govuk-footer__link" href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/" rel="license">Open Government Licence v3.0</a> all, kui pole märgitud teisiti
@@ -15,7 +15,6 @@ fa:
15
15
  opendocument_html: این فایل یک قالب <a href='https://www.gov.uk/guidance/using-open-document-formats-odf-in-your-organisation' target=%{target} class='govuk-link'>OpenDocument (سند باز)</a> است
16
16
  order_a_copy: سفارش یک نسخه کپی
17
17
  page:
18
- one: 1 صفحه
19
18
  other: "%{count} صفحه"
20
19
  reference: 'مرجع: %{reference}'
21
20
  request_format_cta: درخواست یک قالب با قابلیت دسترسی بهتر.
@@ -78,6 +77,8 @@ fa:
78
77
  what_doing: داشتید چه کار می‌کردید؟
79
78
  what_wrong: چه مشکلی پیش آمد؟
80
79
  'yes': بله
80
+ intervention:
81
+ accessible_link_text_suffix:
81
82
  layout_footer:
82
83
  copyright_html: <a class="govuk-footer__link govuk-footer__copyright-logo" href="http://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/copyright-and-re-use/crown-copyright/">کپی‌رایت © Crown</a>
83
84
  licence_html: تمام محتوا تحت <a class="govuk-footer__link" href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/" rel="license">مجوز دولت باز نسخه 3.0</a> در دسترس است، مگر در مواردی که خلاف آن بیان شده باشد
@@ -81,6 +81,8 @@ fi:
81
81
  what_doing: Mitä olit tekemässä?
82
82
  what_wrong: Mikä meni vikaan?
83
83
  'yes': Kyllä
84
+ intervention:
85
+ accessible_link_text_suffix:
84
86
  layout_footer:
85
87
  copyright_html: <a class="govuk-footer__link govuk-footer__copyright-logo" href="http://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/copyright-and-re-use/crown-copyright/">© Kruunun tekijänoikeus</a>
86
88
  licence_html: Kaikki sisältö on saatavilla osoitteessa <a class="govuk-footer__link" href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/" rel="license">Avoimen hallinnon lisenssi v3.0</a>, ellei toisin mainita
@@ -79,6 +79,8 @@ fr:
79
79
  what_doing: Que faisiez-vous ?
80
80
  what_wrong: Qu'est-ce qui n'a pas marché ?
81
81
  'yes': Oui
82
+ intervention:
83
+ accessible_link_text_suffix:
82
84
  layout_footer:
83
85
  copyright_html: <a class="govuk-footer__link govuk-footer__copyright-logo" href="http://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/copyright-and-re-use/crown-copyright/">© Copyright de la Couronne</a>
84
86
  licence_html: L'ensemble du contenu est disponible en vertu de la <a class="govuk-footer__link" href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/" rel="license">Open Government Licence v3.0</a>, sauf indication contraire.
@@ -81,6 +81,8 @@ gd:
81
81
  what_doing: Cad atá á dhéanamh agat ?
82
82
  what_wrong: Cad a chuaigh mícheart?
83
83
  'yes': Sea
84
+ intervention:
85
+ accessible_link_text_suffix:
84
86
  layout_footer:
85
87
  copyright_html: <a class="govuk-footer__link govuk-footer__copyright-logo" href="http://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/copyright-and-re-use/crown-copyright/">© Crown copyright</a>
86
88
  licence_html: Tá an t-ábhar go léir ar fáil faoi <a class="govuk-footer__link" href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/" rel="license">Oibriú saor in aisce v3.0</a>, mura luaitear a mhalairt
@@ -79,6 +79,8 @@ gu:
79
79
  what_doing: તમે શું કરી રહ્યા હતા?
80
80
  what_wrong: શું ગરબડ થઈ?
81
81
  'yes': હા
82
+ intervention:
83
+ accessible_link_text_suffix:
82
84
  layout_footer:
83
85
  copyright_html: <a class="govuk-footer__link govuk-footer__copyright-logo" href="http://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/copyright-and-re-use/crown-copyright/">© ક્રાઉન કૉપીરાઇટ</a>
84
86
  licence_html: તમામ સામગ્રી<a class="govuk-footer__link" href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/" rel="license"> ઓપન ગવર્નમેંટ લાઇસન્સ v3.0</a>હેઠળ ઉપલબ્ધ છે, સિવાય કે અન્યથા જણાવેલ હોય
@@ -79,6 +79,8 @@ he:
79
79
  what_doing: מה אתה עושה?
80
80
  what_wrong: מה השתבש?
81
81
  'yes': כן
82
+ intervention:
83
+ accessible_link_text_suffix:
82
84
  layout_footer:
83
85
  copyright_html: <a class="govuk-footer__link govuk-footer__copyright-logo" href="http://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/copyright-and-re-use/crown-copyright/">© Crown copyright</a>
84
86
  licence_html: כל התוכן זמין תחת <a class="govuk-footer__link" href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/" rel="license">פתוח רישיון ממשלתי v3.0</a>, אלא אם מצוין אחרת
@@ -79,6 +79,8 @@ hi:
79
79
  what_doing: आप क्या कर रहे थे?
80
80
  what_wrong: क्या गलत हुआ?
81
81
  'yes': हां
82
+ intervention:
83
+ accessible_link_text_suffix:
82
84
  layout_footer:
83
85
  copyright_html: <a class="govuk-footer__link govuk-footer__copyright-logo" href="http://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/copyright-and-re-use/crown-copyright/">© क्राउन कॉपीराइट</a>
84
86
  licence_html: सभी सामग्री <a class="govuk-footer__link" href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/" rel="license">ओपन गवर्नमेंट लाइसेंस v3.0</a> के तहत उपलब्ध है, अन्यथा दर्शाए गए को छोड़कर
@@ -81,6 +81,8 @@ hr:
81
81
  what_doing: Šta ste radili?
82
82
  what_wrong: Što je pošlo po zlu?
83
83
  'yes': Da
84
+ intervention:
85
+ accessible_link_text_suffix:
84
86
  layout_footer:
85
87
  copyright_html: <a class="govuk-footer__link govuk-footer__copyright-logo" href="http://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/copyright-and-re-use/crown-copyright/">© Crown copyright</a>
86
88
  licence_html: Sav sadržaj dostupan je pod <a class="govuk-footer__link"href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/"rel="license">Otvorena Državna licenca v3.0</a>, osim ako nije drugačije navedeno
@@ -82,6 +82,8 @@ hu:
82
82
  what_doing: Mit csinált?
83
83
  what_wrong: Milyen hiba lépett fel?
84
84
  'yes': Igen
85
+ intervention:
86
+ accessible_link_text_suffix:
85
87
  layout_footer:
86
88
  copyright_html: <a class="govuk-footer__link govuk-footer__copyright-logo" href="http://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/copyright-and-re-use/crown-copyright/">© Crown copyright</a>
87
89
  licence_html: Minden tartalom a <a class="govuk-footer__link" href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/" rel="license">Nyílt Közigazgatási Engedélyek v3.0</a> keretein belül elérhető, kivéve, ha ettől eltérő információ van feltüntetve
@@ -83,6 +83,8 @@ hy:
83
83
  what_doing: Ի՞նչ էիք փնտրում։
84
84
  what_wrong: Ի՞նչը խնդիր առաջացավ։
85
85
  'yes': Այո
86
+ intervention:
87
+ accessible_link_text_suffix:
86
88
  layout_footer:
87
89
  copyright_html: <a class="govuk-footer__link govuk-footer__copyright-logo" href="http://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/copyright-and-re-use/crown-copyright/">© Crown copyright</a>
88
90
  licence_html: Ողջ բովանդակությունը հասանելի է <a class="govuk-footer__link" href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/" rel="license">Open Government Licence v3.0 հրապարակումների սերվերում</a>, բացառությամբ այլ դեպքերի
@@ -15,7 +15,6 @@ id:
15
15
  opendocument_html: File ini berformat <a href='https://www.gov.uk/guidance/using-open-document-formats-odf-in-your-organisation' target=%{target} class='govuk-link'>OpenDocument</a>
16
16
  order_a_copy: Pesan salinan
17
17
  page:
18
- one: 1 halaman
19
18
  other: "%{count} halaman"
20
19
  reference: 'Ref: %{reference}'
21
20
  request_format_cta: Minta format yang dapat diakses.
@@ -80,6 +79,8 @@ id:
80
79
  what_doing: Apa yang Anda lakukan?
81
80
  what_wrong: Apa yang salah?
82
81
  'yes': Ya
82
+ intervention:
83
+ accessible_link_text_suffix:
83
84
  layout_footer:
84
85
  copyright_html: <a class="govuk-footer__link govuk-footer__copyright-logo" href="http://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/copyright-and-re-use/crown-copyright/">Hak Cipta © Crown</a>
85
86
  licence_html: Semu konten tersedia sesuai <a class="govuk-footer__link" href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/" rel="license">Lisensi Terbuka Pemerintah v3.0</a>, kecuali dinyatakan berbeda
@@ -79,6 +79,8 @@ is:
79
79
  what_doing: Hvað varstu að gera?
80
80
  what_wrong: Hvað fór úrskeiðis?
81
81
  'yes': Já
82
+ intervention:
83
+ accessible_link_text_suffix:
82
84
  layout_footer:
83
85
  copyright_html: <a class="govuk-footer__link govuk-footer__copyright-logo" href="http://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/copyright-and-re-use/crown-copyright/">© höfunarréttur Krúnunnar</a>
84
86
  licence_html: Allt efni er aðgengilegt samkvæmt <a class="govuk-footer__link" href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/" rel="license">Open Government Licence v3.0</a>, nema annað sé tekið fram
@@ -79,6 +79,8 @@ it:
79
79
  what_doing: Cosa stavi facendo?
80
80
  what_wrong: Cosa è andato storto?
81
81
  'yes': Sì
82
+ intervention:
83
+ accessible_link_text_suffix:
82
84
  layout_footer:
83
85
  copyright_html: <a class="govuk-footer__link govuk-footer__copyright-logo" href="http://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/copyright-and-re-use/crown-copyright/">© Crown copyright</a>
84
86
  licence_html: Tutto il contenuto è disponibile sotto la <a class=”govuk-footer__link” href=”https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/” rel=”license”>Open Government Licence v3.0</a>, tranne dove diversamente indicato
@@ -15,7 +15,6 @@ ja:
15
15
  opendocument_html: このファイルは、<a href='https://www.gov.uk/guidance/using-open-document-formats-odf-in-your-organisation' target=%{target} class='govuk-link'>OpenDocument</a> 形式です
16
16
  order_a_copy: コピーを注文する
17
17
  page:
18
- one: 1ページ
19
18
  other: "%{count}ページ"
20
19
  reference: 参照:%{reference}
21
20
  request_format_cta: アクセス可能なフォーマットをリクエストしてください。
@@ -76,6 +75,8 @@ ja:
76
75
  what_doing: 何をしましたか?
77
76
  what_wrong: どのような不具合ですか?
78
77
  'yes': はい
78
+ intervention:
79
+ accessible_link_text_suffix:
79
80
  layout_footer:
80
81
  copyright_html: <a class="govuk-footer__link govuk-footer__copyright-logo" href="http://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/copyright-and-re-use/crown-copyright/">© Crown copyright</a>
81
82
  licence_html: 特に明記されていない限り、すべてのコンテンツは <a class="govuk-footer__link" href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/" rel="license">Open Government Licence v3.0</a>でご利用いただけます。
@@ -82,6 +82,8 @@ ka:
82
82
  what_doing: რას აკეთებდით?
83
83
  what_wrong: რა მოხდა არასწორად?
84
84
  'yes': დიახ
85
+ intervention:
86
+ accessible_link_text_suffix:
85
87
  layout_footer:
86
88
  copyright_html: <a class="govuk-footer__link govuk-footer__copyright-logo" href="http://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/copyright-and-re-use/crown-copyright/">© გვირგვინის ქოფირაითი</a>
87
89
  licence_html: ყველა მასალა ხელმისაწვდომია <a class="govuk-footer__link" href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/" rel="license">Open Government Licence v3.0</a>, გარდა სხვა განცხადებებისა
@@ -79,6 +79,8 @@ kk:
79
79
  what_doing: Сіз не істеп жатыр едіңіз?
80
80
  what_wrong: Не дұрыс болмады?
81
81
  'yes': Иә
82
+ intervention:
83
+ accessible_link_text_suffix:
82
84
  layout_footer:
83
85
  copyright_html: <a class="govuk-footer__link govuk-footer__copyright-logo" href="http://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/copyright-and-re-use/crown-copyright/">© Crown авторлық құқығы</a>
84
86
  licence_html: Барлық мазмұн <a class="govuk-footer__link" href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/" rel="license">Ашық мемлекеттік лицензиясы v3.0</a> (басқаша жазылғанды қоспағанда) сайтында қолжетімді
@@ -15,7 +15,6 @@ ko:
15
15
  opendocument_html:
16
16
  order_a_copy:
17
17
  page:
18
- one:
19
18
  other:
20
19
  reference:
21
20
  request_format_cta:
@@ -75,6 +74,8 @@ ko:
75
74
  what_doing:
76
75
  what_wrong:
77
76
  'yes':
77
+ intervention:
78
+ accessible_link_text_suffix:
78
79
  layout_footer:
79
80
  copyright_html:
80
81
  licence_html:
@@ -84,6 +84,8 @@ lt:
84
84
  what_doing: Ką darėte?
85
85
  what_wrong: Kas nutiko?
86
86
  'yes': Taip
87
+ intervention:
88
+ accessible_link_text_suffix:
87
89
  layout_footer:
88
90
  copyright_html: <a class="govuk-footer__link govuk-footer__copyright-logo" href="http://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/copyright-and-re-use/crown-copyright/">© Crown copyright</a>
89
91
  licence_html: Visą turinį rasite <a class="govuk-footer__link" href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/" rel="license">Open Government Licence v3.0</a>, nebent nurodyta kitaip
@@ -83,6 +83,8 @@ lv:
83
83
  what_doing: Ko jūs darījāt?
84
84
  what_wrong: Kādas problēmas radās?
85
85
  'yes': Jā
86
+ intervention:
87
+ accessible_link_text_suffix:
86
88
  layout_footer:
87
89
  copyright_html: <a class="govuk-footer__link govuk-footer__copyright-logo" href="http://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/copyright-and-re-use/crown-copyright/">© Britu sadraudzības autortiesības</a>
88
90
  licence_html: Viss saturs, kas ir pieejams saskaņā ar <a class="govuk-footer__link" href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/" rel="license">valsts izsniegto atklāto licenci v3.0</a>, izņemot, ja norādīts citādi