govuk_publishing_components 35.15.5 → 35.16.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (108) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/config/govuk_publishing_components_manifest.js +1 -0
  3. data/app/assets/images/option-select/input-icon.svg +3 -0
  4. data/app/assets/javascripts/govuk_publishing_components/analytics-ga4/ga4-page-views.js +37 -15
  5. data/app/assets/javascripts/govuk_publishing_components/analytics-ga4/ga4-video-tracker.js +7 -1
  6. data/app/assets/javascripts/govuk_publishing_components/analytics-ga4/pii-remover.js +1 -1
  7. data/app/assets/javascripts/govuk_publishing_components/components/option-select.js +312 -0
  8. data/app/assets/stylesheets/component_guide/application.scss +6 -6
  9. data/app/assets/stylesheets/govuk_publishing_components/_all_components.scss +1 -0
  10. data/app/assets/stylesheets/govuk_publishing_components/components/_action-link.scss +15 -15
  11. data/app/assets/stylesheets/govuk_publishing_components/components/_big-number.scss +3 -2
  12. data/app/assets/stylesheets/govuk_publishing_components/components/_breadcrumbs.scss +3 -3
  13. data/app/assets/stylesheets/govuk_publishing_components/components/_button.scss +2 -2
  14. data/app/assets/stylesheets/govuk_publishing_components/components/_cards.scss +5 -5
  15. data/app/assets/stylesheets/govuk_publishing_components/components/_contents-list.scss +1 -1
  16. data/app/assets/stylesheets/govuk_publishing_components/components/_contextual-sidebar.scss +1 -1
  17. data/app/assets/stylesheets/govuk_publishing_components/components/_document-list.scss +2 -2
  18. data/app/assets/stylesheets/govuk_publishing_components/components/_image-card.scss +31 -5
  19. data/app/assets/stylesheets/govuk_publishing_components/components/_layout-super-navigation-header.scss +40 -35
  20. data/app/assets/stylesheets/govuk_publishing_components/components/_option-select.scss +172 -0
  21. data/app/assets/stylesheets/govuk_publishing_components/components/_step-by-step-nav.scss +23 -19
  22. data/app/assets/stylesheets/govuk_publishing_components/components/_table.scss +6 -6
  23. data/app/assets/stylesheets/govuk_publishing_components/components/_tabs.scss +2 -1
  24. data/app/assets/stylesheets/govuk_publishing_components/components/govspeak/_steps.scss +3 -1
  25. data/app/assets/stylesheets/govuk_publishing_components/components/govspeak/_typography.scss +4 -4
  26. data/app/assets/stylesheets/govuk_publishing_components/components/mixins/_media-down.scss +2 -2
  27. data/app/views/govuk_publishing_components/components/_attachment.html.erb +1 -1
  28. data/app/views/govuk_publishing_components/components/_contents_list.html.erb +20 -10
  29. data/app/views/govuk_publishing_components/components/_image_card.html.erb +8 -2
  30. data/app/views/govuk_publishing_components/components/_option_select.html.erb +71 -0
  31. data/app/views/govuk_publishing_components/components/_previous_and_next_navigation.html.erb +6 -6
  32. data/app/views/govuk_publishing_components/components/docs/contents_list.yml +1 -0
  33. data/app/views/govuk_publishing_components/components/docs/image_card.yml +13 -0
  34. data/app/views/govuk_publishing_components/components/docs/option_select.yml +343 -0
  35. data/config/locales/ar.yml +5 -0
  36. data/config/locales/az.yml +5 -0
  37. data/config/locales/be.yml +5 -0
  38. data/config/locales/bg.yml +5 -0
  39. data/config/locales/bn.yml +5 -0
  40. data/config/locales/cs.yml +5 -0
  41. data/config/locales/cy.yml +5 -0
  42. data/config/locales/da.yml +5 -0
  43. data/config/locales/de.yml +5 -0
  44. data/config/locales/dr.yml +5 -0
  45. data/config/locales/el.yml +5 -0
  46. data/config/locales/en.yml +6 -1
  47. data/config/locales/es-419.yml +5 -0
  48. data/config/locales/es.yml +5 -0
  49. data/config/locales/et.yml +5 -0
  50. data/config/locales/fa.yml +5 -0
  51. data/config/locales/fi.yml +5 -0
  52. data/config/locales/fr.yml +5 -0
  53. data/config/locales/gd.yml +5 -0
  54. data/config/locales/gu.yml +5 -0
  55. data/config/locales/he.yml +5 -0
  56. data/config/locales/hi.yml +5 -0
  57. data/config/locales/hr.yml +5 -0
  58. data/config/locales/hu.yml +5 -0
  59. data/config/locales/hy.yml +5 -0
  60. data/config/locales/id.yml +5 -0
  61. data/config/locales/is.yml +5 -0
  62. data/config/locales/it.yml +5 -0
  63. data/config/locales/ja.yml +5 -0
  64. data/config/locales/ka.yml +5 -0
  65. data/config/locales/kk.yml +5 -0
  66. data/config/locales/ko.yml +5 -0
  67. data/config/locales/lt.yml +5 -0
  68. data/config/locales/lv.yml +5 -0
  69. data/config/locales/ms.yml +5 -0
  70. data/config/locales/mt.yml +5 -0
  71. data/config/locales/nl.yml +5 -0
  72. data/config/locales/no.yml +5 -0
  73. data/config/locales/pa-pk.yml +5 -0
  74. data/config/locales/pa.yml +5 -0
  75. data/config/locales/pl.yml +5 -0
  76. data/config/locales/ps.yml +5 -0
  77. data/config/locales/pt.yml +5 -0
  78. data/config/locales/ro.yml +5 -0
  79. data/config/locales/ru.yml +5 -0
  80. data/config/locales/si.yml +5 -0
  81. data/config/locales/sk.yml +5 -0
  82. data/config/locales/sl.yml +5 -0
  83. data/config/locales/so.yml +5 -0
  84. data/config/locales/sq.yml +5 -0
  85. data/config/locales/sr.yml +5 -0
  86. data/config/locales/sv.yml +5 -0
  87. data/config/locales/sw.yml +5 -0
  88. data/config/locales/ta.yml +5 -0
  89. data/config/locales/th.yml +5 -0
  90. data/config/locales/tk.yml +5 -0
  91. data/config/locales/tr.yml +5 -0
  92. data/config/locales/uk.yml +5 -0
  93. data/config/locales/ur.yml +5 -0
  94. data/config/locales/uz.yml +5 -0
  95. data/config/locales/vi.yml +5 -0
  96. data/config/locales/zh-hk.yml +5 -0
  97. data/config/locales/zh-tw.yml +5 -0
  98. data/config/locales/zh.yml +5 -0
  99. data/lib/govuk_publishing_components/presenters/contents_list_helper.rb +8 -0
  100. data/lib/govuk_publishing_components/presenters/image_card_helper.rb +6 -2
  101. data/lib/govuk_publishing_components/presenters/meta_tags.rb +3 -0
  102. data/lib/govuk_publishing_components/version.rb +1 -1
  103. data/node_modules/axe-core/axe.js +6 -6
  104. data/node_modules/axe-core/axe.min.js +2 -2
  105. data/node_modules/axe-core/locales/_template.json +4 -4
  106. data/node_modules/axe-core/package.json +1 -1
  107. data/node_modules/axe-core/sri-history.json +4 -0
  108. metadata +7 -2
@@ -19,6 +19,7 @@ fr:
19
19
  page:
20
20
  one: 1 page
21
21
  other: "%{count} pages"
22
+ preview_aria_label:
22
23
  preview_link:
23
24
  reference: 'Réf.: %{reference}'
24
25
  request_format_cta: Demandez un format accessible.
@@ -137,6 +138,10 @@ fr:
137
138
  close_modal: Fermer le dialogue modal
138
139
  notice:
139
140
  banner_title:
141
+ option_select:
142
+ found_single:
143
+ found_multiple:
144
+ selected:
140
145
  organisation_schema:
141
146
  all_content_search_description: Rechercher tout le contenu de %{organisation}
142
147
  previous_and_next_navigation:
@@ -21,6 +21,7 @@ gd:
21
21
  one: 1 leathanach
22
22
  other: "%{count} leathanaigh"
23
23
  two:
24
+ preview_aria_label:
24
25
  preview_link:
25
26
  reference: 'Tagairt: %{reference}'
26
27
  request_format_cta: Is féidir leat formáid inrochtana a iarraidh.
@@ -139,6 +140,10 @@ gd:
139
140
  close_modal: Dún an dialóg módúil
140
141
  notice:
141
142
  banner_title:
143
+ option_select:
144
+ found_single:
145
+ found_multiple:
146
+ selected:
142
147
  organisation_schema:
143
148
  all_content_search_description: Faigh gach rud ó %{organisation}
144
149
  previous_and_next_navigation:
@@ -19,6 +19,7 @@ gu:
19
19
  page:
20
20
  one: 1 પૃષ્ઠ
21
21
  other: "%{count} પૃષ્ઠો"
22
+ preview_aria_label:
22
23
  preview_link:
23
24
  reference: સંદર્ભ:%{reference}
24
25
  request_format_cta: કોઈ એક્સેસિબલ ફોરમેટ માટે વિનંતી કરો.
@@ -137,6 +138,10 @@ gu:
137
138
  close_modal: મોડલ ડાયલોગ બંધ કરો
138
139
  notice:
139
140
  banner_title:
141
+ option_select:
142
+ found_single:
143
+ found_multiple:
144
+ selected:
140
145
  organisation_schema:
141
146
  all_content_search_description: "%{organisation} થી તમામ સામગ્રી શોધો"
142
147
  previous_and_next_navigation:
@@ -19,6 +19,7 @@ he:
19
19
  page:
20
20
  one: דף 1
21
21
  other: "%{count} דפים"
22
+ preview_aria_label:
22
23
  preview_link:
23
24
  reference: 'הפניה: %{reference}'
24
25
  request_format_cta: בקש פורמט נגיש.
@@ -137,6 +138,10 @@ he:
137
138
  close_modal: סגור דיאלוג מודאלי
138
139
  notice:
139
140
  banner_title:
141
+ option_select:
142
+ found_single:
143
+ found_multiple:
144
+ selected:
140
145
  organisation_schema:
141
146
  all_content_search_description: מצא את כל התוכן של %{organization}
142
147
  previous_and_next_navigation:
@@ -19,6 +19,7 @@ hi:
19
19
  page:
20
20
  one: 1 पेज
21
21
  other: "%{count} पेज"
22
+ preview_aria_label:
22
23
  preview_link:
23
24
  reference: 'संदर्भ: %{reference}'
24
25
  request_format_cta: एक सुलभ प्रारूप का अनुरोध करें।
@@ -137,6 +138,10 @@ hi:
137
138
  close_modal: मॉडल संवाद बंद करें
138
139
  notice:
139
140
  banner_title:
141
+ option_select:
142
+ found_single:
143
+ found_multiple:
144
+ selected:
140
145
  organisation_schema:
141
146
  all_content_search_description: "%{organization} से सभी सामग्री खोजें"
142
147
  previous_and_next_navigation:
@@ -20,6 +20,7 @@ hr:
20
20
  few:
21
21
  one: 1 stranica
22
22
  other: "%{count} stranice"
23
+ preview_aria_label:
23
24
  preview_link:
24
25
  reference: 'Referenca: %{reference}'
25
26
  request_format_cta: Zatražite pristupačan format.
@@ -138,6 +139,10 @@ hr:
138
139
  close_modal: Zatvorite modalni dijalog
139
140
  notice:
140
141
  banner_title:
142
+ option_select:
143
+ found_single:
144
+ found_multiple:
145
+ selected:
141
146
  organisation_schema:
142
147
  all_content_search_description: Pronađi sav sadržaj %{organization}
143
148
  previous_and_next_navigation:
@@ -19,6 +19,7 @@ hu:
19
19
  page:
20
20
  one: 1 oldal
21
21
  other: "%{count} oldal"
22
+ preview_aria_label:
22
23
  preview_link:
23
24
  reference: 'Ref: %{reference}'
24
25
  request_format_cta: Kérjen hozzáférhető formátumot.
@@ -140,6 +141,10 @@ hu:
140
141
  close_modal: Modális párbeszédpanel bezárása
141
142
  notice:
142
143
  banner_title:
144
+ option_select:
145
+ found_single:
146
+ found_multiple:
147
+ selected:
143
148
  organisation_schema:
144
149
  all_content_search_description: Keresse meg a(z) %{organisation} szervezet minden tartalmát
145
150
  previous_and_next_navigation:
@@ -19,6 +19,7 @@ hy:
19
19
  page:
20
20
  one: 1 էջ
21
21
  other: "%{count} էջ"
22
+ preview_aria_label:
22
23
  preview_link:
23
24
  reference: Հղում՝ %{reference}
24
25
  request_format_cta: 'Նշեք համապատասխան ձևաչափ:'
@@ -141,6 +142,10 @@ hy:
141
142
  close_modal: Փակել մոդալ պատուհանը
142
143
  notice:
143
144
  banner_title:
145
+ option_select:
146
+ found_single:
147
+ found_multiple:
148
+ selected:
144
149
  organisation_schema:
145
150
  all_content_search_description: Գտնել %{organisation} ողջ բովանդակությունը
146
151
  previous_and_next_navigation:
@@ -18,6 +18,7 @@ id:
18
18
  order_a_copy: Pesan salinan
19
19
  page:
20
20
  other: "%{count} halaman"
21
+ preview_aria_label:
21
22
  preview_link:
22
23
  reference: 'Ref: %{reference}'
23
24
  request_format_cta: Minta format yang dapat diakses.
@@ -137,6 +138,10 @@ id:
137
138
  close_modal: Tutup dialog
138
139
  notice:
139
140
  banner_title:
141
+ option_select:
142
+ found_single:
143
+ found_multiple:
144
+ selected:
140
145
  organisation_schema:
141
146
  all_content_search_description: Temukan semua konten dari %{organisation}
142
147
  previous_and_next_navigation:
@@ -19,6 +19,7 @@ is:
19
19
  page:
20
20
  one: 1 síða
21
21
  other: "%{count} síður"
22
+ preview_aria_label:
22
23
  preview_link:
23
24
  reference: 'Tilv: %{reference}'
24
25
  request_format_cta: Óska eftir aðgengilegu sniði.
@@ -137,6 +138,10 @@ is:
137
138
  close_modal: Loka glugga
138
139
  notice:
139
140
  banner_title:
141
+ option_select:
142
+ found_single:
143
+ found_multiple:
144
+ selected:
140
145
  organisation_schema:
141
146
  all_content_search_description: Finna allt efni frá %{organisation}
142
147
  previous_and_next_navigation:
@@ -19,6 +19,7 @@ it:
19
19
  page:
20
20
  one: 1 pagina
21
21
  other: "%{count} pagine"
22
+ preview_aria_label:
22
23
  preview_link:
23
24
  reference: 'Rif: %{reference}'
24
25
  request_format_cta: Richiedi un formato accessibile.
@@ -137,6 +138,10 @@ it:
137
138
  close_modal: Chiudi dialogo modale
138
139
  notice:
139
140
  banner_title:
141
+ option_select:
142
+ found_single:
143
+ found_multiple:
144
+ selected:
140
145
  organisation_schema:
141
146
  all_content_search_description: Trova tutto il contenuto da %{organisation}
142
147
  previous_and_next_navigation:
@@ -18,6 +18,7 @@ ja:
18
18
  order_a_copy: コピーを注文する
19
19
  page:
20
20
  other: "%{count}ページ"
21
+ preview_aria_label:
21
22
  preview_link:
22
23
  reference: 参照:%{reference}
23
24
  request_format_cta: アクセス可能なフォーマットをリクエストしてください。
@@ -133,6 +134,10 @@ ja:
133
134
  close_modal: 特殊ウインドウを閉じる
134
135
  notice:
135
136
  banner_title:
137
+ option_select:
138
+ found_single:
139
+ found_multiple:
140
+ selected:
136
141
  organisation_schema:
137
142
  all_content_search_description: "%{organisation} からすべてのコンテンツを検索"
138
143
  previous_and_next_navigation:
@@ -19,6 +19,7 @@ ka:
19
19
  page:
20
20
  one: 1 გვერი
21
21
  other: "%{count} გვერდები"
22
+ preview_aria_label:
22
23
  preview_link:
23
24
  reference: 'მითითება: %{reference}'
24
25
  request_format_cta: ხელმისაწვდომი ფორმატის მოთხოვნა.
@@ -140,6 +141,10 @@ ka:
140
141
  close_modal: მოდალური დიალოგის გამორთვა
141
142
  notice:
142
143
  banner_title:
144
+ option_select:
145
+ found_single:
146
+ found_multiple:
147
+ selected:
143
148
  organisation_schema:
144
149
  all_content_search_description: ყველა მასალის ნახვა %{organisation}-დან
145
150
  previous_and_next_navigation:
@@ -19,6 +19,7 @@ kk:
19
19
  page:
20
20
  one: 1 бет
21
21
  other: "%{count} бет"
22
+ preview_aria_label:
22
23
  preview_link:
23
24
  reference: 'Сілтеме: %{reference}'
24
25
  request_format_cta: Қолжетімді пішімді сұраңыз.
@@ -137,6 +138,10 @@ kk:
137
138
  close_modal: Жабық модальды диалог
138
139
  notice:
139
140
  banner_title:
141
+ option_select:
142
+ found_single:
143
+ found_multiple:
144
+ selected:
140
145
  organisation_schema:
141
146
  all_content_search_description: "%{organisation} ішіндегі барлық мазмұнды табу"
142
147
  previous_and_next_navigation:
@@ -18,6 +18,7 @@ ko:
18
18
  order_a_copy:
19
19
  page:
20
20
  other:
21
+ preview_aria_label:
21
22
  preview_link:
22
23
  reference:
23
24
  request_format_cta:
@@ -132,6 +133,10 @@ ko:
132
133
  close_modal:
133
134
  notice:
134
135
  banner_title:
136
+ option_select:
137
+ found_single:
138
+ found_multiple:
139
+ selected:
135
140
  organisation_schema:
136
141
  all_content_search_description:
137
142
  previous_and_next_navigation:
@@ -20,6 +20,7 @@ lt:
20
20
  few:
21
21
  one: 1 puslapis
22
22
  other: "%{count} puslapių"
23
+ preview_aria_label:
23
24
  preview_link:
24
25
  reference: 'Nuoroda: %{reference}'
25
26
  request_format_cta: Prašyti prieinamo formato.
@@ -142,6 +143,10 @@ lt:
142
143
  close_modal: Uždaryti modalinį dialogo langą
143
144
  notice:
144
145
  banner_title:
146
+ option_select:
147
+ found_single:
148
+ found_multiple:
149
+ selected:
145
150
  organisation_schema:
146
151
  all_content_search_description: Rasti visą turinį iš %{organisation}
147
152
  previous_and_next_navigation:
@@ -19,6 +19,7 @@ lv:
19
19
  page:
20
20
  one: 1 lapa
21
21
  other: "%{count} lapas"
22
+ preview_aria_label:
22
23
  preview_link:
23
24
  reference: 'Ref.: %{reference}'
24
25
  request_format_cta: Pieprasīt pieejamu formātu.
@@ -141,6 +142,10 @@ lv:
141
142
  close_modal: Aizvērt modālo dialogu
142
143
  notice:
143
144
  banner_title:
145
+ option_select:
146
+ found_single:
147
+ found_multiple:
148
+ selected:
144
149
  organisation_schema:
145
150
  all_content_search_description: Meklēt visu saturu no %{organisation}
146
151
  previous_and_next_navigation:
@@ -18,6 +18,7 @@ ms:
18
18
  order_a_copy: Pesan satu salinan
19
19
  page:
20
20
  other: "%{count} halaman"
21
+ preview_aria_label:
21
22
  preview_link:
22
23
  reference: 'Ruj: %{reference}'
23
24
  request_format_cta: Minta format yang boleh diakses.
@@ -136,6 +137,10 @@ ms:
136
137
  close_modal: Tutup dialog mod
137
138
  notice:
138
139
  banner_title:
140
+ option_select:
141
+ found_single:
142
+ found_multiple:
143
+ selected:
139
144
  organisation_schema:
140
145
  all_content_search_description: Cari semua kandungan dari %{organisation}
141
146
  previous_and_next_navigation:
@@ -21,6 +21,7 @@ mt:
21
21
  many:
22
22
  one: 1 paġna
23
23
  other: "%{count} paġni"
24
+ preview_aria_label:
24
25
  preview_link:
25
26
  reference: 'Ref: %{reference}'
26
27
  request_format_cta: Itlob format aċċessibbli.
@@ -139,6 +140,10 @@ mt:
139
140
  close_modal: Agħlaq id-djalogu modali
140
141
  notice:
141
142
  banner_title:
143
+ option_select:
144
+ found_single:
145
+ found_multiple:
146
+ selected:
142
147
  organisation_schema:
143
148
  all_content_search_description: Sib il-kontenut kollu mingħand %{organisation}
144
149
  previous_and_next_navigation:
@@ -19,6 +19,7 @@ nl:
19
19
  page:
20
20
  one: 1 pagina
21
21
  other: "%{count} pagina's"
22
+ preview_aria_label:
22
23
  preview_link:
23
24
  reference: 'Ref: %{reference}'
24
25
  request_format_cta: Vraag een toegankelijk formaat aan.
@@ -137,6 +138,10 @@ nl:
137
138
  close_modal: Modale dialoog sluiten
138
139
  notice:
139
140
  banner_title:
141
+ option_select:
142
+ found_single:
143
+ found_multiple:
144
+ selected:
140
145
  organisation_schema:
141
146
  all_content_search_description: Zoek alle inhoud van %{organisation}
142
147
  previous_and_next_navigation:
@@ -19,6 +19,7 @@
19
19
  page:
20
20
  one: 1 side
21
21
  other: "%{count} sider"
22
+ preview_aria_label:
22
23
  preview_link:
23
24
  reference: 'Ref: %{reference}'
24
25
  request_format_cta: Be om et tilgjengelig format.
@@ -137,6 +138,10 @@
137
138
  close_modal: Lukk modal dialog
138
139
  notice:
139
140
  banner_title:
141
+ option_select:
142
+ found_single:
143
+ found_multiple:
144
+ selected:
140
145
  organisation_schema:
141
146
  all_content_search_description: Finn alt innhold fra %{organization}
142
147
  previous_and_next_navigation:
@@ -19,6 +19,7 @@ pa-pk:
19
19
  page:
20
20
  one: پہلا ورق
21
21
  other: ورقے {count}%
22
+ preview_aria_label:
22
23
  preview_link:
23
24
  reference: حوالہ:{reference}%
24
25
  request_format_cta: اک طریقے تک پوہنچن لئی اِک درخواست دیو۔
@@ -133,6 +134,10 @@ pa-pk:
133
134
  close_modal: موڈیل ڈائیلاگ نوں بند کرو
134
135
  notice:
135
136
  banner_title:
137
+ option_select:
138
+ found_single:
139
+ found_multiple:
140
+ selected:
136
141
  organisation_schema:
137
142
  all_content_search_description: "%{organisation} توں سارا مواد تلاش کرو"
138
143
  previous_and_next_navigation:
@@ -19,6 +19,7 @@ pa:
19
19
  page:
20
20
  one: 1 ਪੰਨਾ
21
21
  other: "%{count} ਪੰਨੇ"
22
+ preview_aria_label:
22
23
  preview_link:
23
24
  reference: 'ਹਵਾਲਾ: %{reference}'
24
25
  request_format_cta: ਇੱਕ ਪਹੁੰਚਯੋਗ ਫਾਰਮੈਟ ਦੀ ਬੇਨਤੀ ਕਰੋ।
@@ -137,6 +138,10 @@ pa:
137
138
  close_modal: ਮਾਡਲ ਸੰਵਾਦ ਬੰਦ ਕਰੋ
138
139
  notice:
139
140
  banner_title:
141
+ option_select:
142
+ found_single:
143
+ found_multiple:
144
+ selected:
140
145
  organisation_schema:
141
146
  all_content_search_description: "%{organisation} ਤੋਂ ਸਾਰੀ ਸਮਗਰੀ ਲੱਭੋ"
142
147
  previous_and_next_navigation:
@@ -21,6 +21,7 @@ pl:
21
21
  many:
22
22
  one: 1 strona
23
23
  other: "%{count} strony"
24
+ preview_aria_label:
24
25
  preview_link:
25
26
  reference: 'Odnośnik: %{reference}'
26
27
  request_format_cta: Poproś o inny format.
@@ -141,6 +142,10 @@ pl:
141
142
  close_modal: Zamknij okno modalne
142
143
  notice:
143
144
  banner_title:
145
+ option_select:
146
+ found_single:
147
+ found_multiple:
148
+ selected:
144
149
  organisation_schema:
145
150
  all_content_search_description: Znajdź całą zawartość od %{organizacja}
146
151
  previous_and_next_navigation:
@@ -19,6 +19,7 @@ ps:
19
19
  page:
20
20
  one: 1 پاڼه
21
21
  other: "%{count} پاڼې"
22
+ preview_aria_label:
22
23
  preview_link:
23
24
  reference: حواله:%{reference}
24
25
  request_format_cta: د لاسرسي وړ پاڼه غوښتنه وکړئ.
@@ -134,6 +135,10 @@ ps:
134
135
  close_modal: موډل ډیالوګ بند کړئ
135
136
  notice:
136
137
  banner_title:
138
+ option_select:
139
+ found_single:
140
+ found_multiple:
141
+ selected:
137
142
  organisation_schema:
138
143
  all_content_search_description: له%{organization} څخه ټوله مینځپانګه ومومئ
139
144
  previous_and_next_navigation:
@@ -19,6 +19,7 @@ pt:
19
19
  page:
20
20
  one: 1 página
21
21
  other: "%{count} páginas"
22
+ preview_aria_label:
22
23
  preview_link:
23
24
  reference: 'Ref: %{reference}'
24
25
  request_format_cta: Solicitar um formato acessível.
@@ -137,6 +138,10 @@ pt:
137
138
  close_modal: Fechar diálogo modal
138
139
  notice:
139
140
  banner_title:
141
+ option_select:
142
+ found_single:
143
+ found_multiple:
144
+ selected:
140
145
  organisation_schema:
141
146
  all_content_search_description: Encontrar todo o conteúdo de %{organisation}
142
147
  previous_and_next_navigation:
@@ -20,6 +20,7 @@ ro:
20
20
  few:
21
21
  one: 1 pagină
22
22
  other: "%{count} pagini"
23
+ preview_aria_label:
23
24
  preview_link:
24
25
  reference: 'Referință: %{reference}'
25
26
  request_format_cta: Solicitați un format accesibil.
@@ -138,6 +139,10 @@ ro:
138
139
  close_modal: Închideți dialogul modal
139
140
  notice:
140
141
  banner_title:
142
+ option_select:
143
+ found_single:
144
+ found_multiple:
145
+ selected:
141
146
  organisation_schema:
142
147
  all_content_search_description: Găsiți tot conținutul de la %{organisation}
143
148
  previous_and_next_navigation:
@@ -21,6 +21,7 @@ ru:
21
21
  many:
22
22
  one: 1 страница
23
23
  other: "%{count} страниц"
24
+ preview_aria_label:
24
25
  preview_link:
25
26
  reference: 'Ссылка: %{reference}'
26
27
  request_format_cta: Запросить в доступном формате.
@@ -141,6 +142,10 @@ ru:
141
142
  close_modal: Закрыть модальное диалоговое окно
142
143
  notice:
143
144
  banner_title:
145
+ option_select:
146
+ found_single:
147
+ found_multiple:
148
+ selected:
144
149
  organisation_schema:
145
150
  all_content_search_description: Найти весь контент от %{organization}
146
151
  previous_and_next_navigation:
@@ -19,6 +19,7 @@ si:
19
19
  page:
20
20
  one: පිටු 1ක්
21
21
  other: පිටු %{count}ක්
22
+ preview_aria_label:
22
23
  preview_link:
23
24
  reference: 'යොමුව: %{reference}'
24
25
  request_format_cta: පිවිසිය හැකි ආකෘතියක් ඉල්ලන්න.
@@ -137,6 +138,10 @@ si:
137
138
  close_modal: ආදර්ශ සංවාදය වසන්න
138
139
  notice:
139
140
  banner_title:
141
+ option_select:
142
+ found_single:
143
+ found_multiple:
144
+ selected:
140
145
  organisation_schema:
141
146
  all_content_search_description: "%{organisation} වෙතින් සියලුම අන්තර්ගතය සෝයන්න"
142
147
  previous_and_next_navigation:
@@ -20,6 +20,7 @@ sk:
20
20
  few:
21
21
  one: 1 strana
22
22
  other: "%{count} strán"
23
+ preview_aria_label:
23
24
  preview_link:
24
25
  reference: 'Odkaz: %{reference}'
25
26
  request_format_cta: Vyžiadajte si prístupný formát.
@@ -142,6 +143,10 @@ sk:
142
143
  close_modal: Zavrieť modálny dialóg
143
144
  notice:
144
145
  banner_title:
146
+ option_select:
147
+ found_single:
148
+ found_multiple:
149
+ selected:
145
150
  organisation_schema:
146
151
  all_content_search_description: Nájsť všetok obsah z %{organisation}
147
152
  previous_and_next_navigation:
@@ -21,6 +21,7 @@ sl:
21
21
  one: 1 stran
22
22
  other: "%{count} strani"
23
23
  two:
24
+ preview_aria_label:
24
25
  preview_link:
25
26
  reference: 'Referenca: % (reference}'
26
27
  request_format_cta: Zahtevajte dostopen format.
@@ -144,6 +145,10 @@ sl:
144
145
  close_modal: Zapri modalno okno
145
146
  notice:
146
147
  banner_title:
148
+ option_select:
149
+ found_single:
150
+ found_multiple:
151
+ selected:
147
152
  organisation_schema:
148
153
  all_content_search_description: Oglejte si vse gradivo %{organisation}
149
154
  previous_and_next_navigation:
@@ -19,6 +19,7 @@ so:
19
19
  page:
20
20
  one: 1 boga
21
21
  other: "%{count} bogaga"
22
+ preview_aria_label:
22
23
  preview_link:
23
24
  reference: 'Tixraac: %{reference}'
24
25
  request_format_cta: Codso nidaam la gali karo.
@@ -137,6 +138,10 @@ so:
137
138
  close_modal: Kusoo dhawoow wada hadal dhex dhexaad ah
138
139
  notice:
139
140
  banner_title:
141
+ option_select:
142
+ found_single:
143
+ found_multiple:
144
+ selected:
140
145
  organisation_schema:
141
146
  all_content_search_description: Raadi dhamaan waxyaabaha uu ka koobanyahay %{organisation}
142
147
  previous_and_next_navigation:
@@ -19,6 +19,7 @@ sq:
19
19
  page:
20
20
  one: 1 faqe
21
21
  other: "%{count} faqet"
22
+ preview_aria_label:
22
23
  preview_link:
23
24
  reference: 'Ref: %{reference}'
24
25
  request_format_cta: Kërkoni një format të arritshëm.
@@ -137,6 +138,10 @@ sq:
137
138
  close_modal: Mbyll dialogun modal
138
139
  notice:
139
140
  banner_title:
141
+ option_select:
142
+ found_single:
143
+ found_multiple:
144
+ selected:
140
145
  organisation_schema:
141
146
  all_content_search_description: Gjeni të gjithë përmbajtjen nga %{organisation}
142
147
  previous_and_next_navigation:
@@ -20,6 +20,7 @@ sr:
20
20
  few:
21
21
  one: 1 stranica
22
22
  other: "%{count} str."
23
+ preview_aria_label:
23
24
  preview_link:
24
25
  reference: 'Ref: %{reference}'
25
26
  request_format_cta: Zatražite format kom možete da pristupite.
@@ -138,6 +139,10 @@ sr:
138
139
  close_modal: Zatvori modalni dijalog
139
140
  notice:
140
141
  banner_title:
142
+ option_select:
143
+ found_single:
144
+ found_multiple:
145
+ selected:
141
146
  organisation_schema:
142
147
  all_content_search_description: Pronađite sav sadržaj organizacije %{organisation}
143
148
  previous_and_next_navigation: