govuk_publishing_components 35.16.0 → 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 (95) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/govuk_publishing_components/analytics-ga4/ga4-page-views.js +19 -15
  3. data/app/assets/javascripts/govuk_publishing_components/analytics-ga4/ga4-video-tracker.js +7 -1
  4. data/app/assets/javascripts/govuk_publishing_components/components/option-select.js +9 -9
  5. data/app/assets/stylesheets/component_guide/application.scss +6 -6
  6. data/app/assets/stylesheets/govuk_publishing_components/components/_action-link.scss +15 -15
  7. data/app/assets/stylesheets/govuk_publishing_components/components/_big-number.scss +3 -2
  8. data/app/assets/stylesheets/govuk_publishing_components/components/_breadcrumbs.scss +3 -3
  9. data/app/assets/stylesheets/govuk_publishing_components/components/_button.scss +2 -2
  10. data/app/assets/stylesheets/govuk_publishing_components/components/_cards.scss +5 -5
  11. data/app/assets/stylesheets/govuk_publishing_components/components/_contents-list.scss +1 -1
  12. data/app/assets/stylesheets/govuk_publishing_components/components/_contextual-sidebar.scss +1 -1
  13. data/app/assets/stylesheets/govuk_publishing_components/components/_document-list.scss +2 -2
  14. data/app/assets/stylesheets/govuk_publishing_components/components/_image-card.scss +5 -5
  15. data/app/assets/stylesheets/govuk_publishing_components/components/_layout-super-navigation-header.scss +40 -35
  16. data/app/assets/stylesheets/govuk_publishing_components/components/_option-select.scss +1 -1
  17. data/app/assets/stylesheets/govuk_publishing_components/components/_step-by-step-nav.scss +23 -19
  18. data/app/assets/stylesheets/govuk_publishing_components/components/_table.scss +6 -6
  19. data/app/assets/stylesheets/govuk_publishing_components/components/_tabs.scss +2 -1
  20. data/app/assets/stylesheets/govuk_publishing_components/components/govspeak/_steps.scss +3 -1
  21. data/app/assets/stylesheets/govuk_publishing_components/components/govspeak/_typography.scss +4 -4
  22. data/app/assets/stylesheets/govuk_publishing_components/components/mixins/_media-down.scss +2 -2
  23. data/app/views/govuk_publishing_components/components/_attachment.html.erb +1 -1
  24. data/app/views/govuk_publishing_components/components/_contents_list.html.erb +20 -10
  25. data/app/views/govuk_publishing_components/components/_option_select.html.erb +3 -3
  26. data/app/views/govuk_publishing_components/components/_previous_and_next_navigation.html.erb +6 -6
  27. data/app/views/govuk_publishing_components/components/docs/contents_list.yml +1 -0
  28. data/config/locales/ar.yml +1 -0
  29. data/config/locales/az.yml +1 -0
  30. data/config/locales/be.yml +1 -0
  31. data/config/locales/bg.yml +1 -0
  32. data/config/locales/bn.yml +1 -0
  33. data/config/locales/cs.yml +1 -0
  34. data/config/locales/cy.yml +1 -0
  35. data/config/locales/da.yml +1 -0
  36. data/config/locales/de.yml +1 -0
  37. data/config/locales/dr.yml +1 -0
  38. data/config/locales/el.yml +1 -0
  39. data/config/locales/en.yml +2 -1
  40. data/config/locales/es-419.yml +1 -0
  41. data/config/locales/es.yml +1 -0
  42. data/config/locales/et.yml +1 -0
  43. data/config/locales/fa.yml +1 -0
  44. data/config/locales/fi.yml +1 -0
  45. data/config/locales/fr.yml +1 -0
  46. data/config/locales/gd.yml +1 -0
  47. data/config/locales/gu.yml +1 -0
  48. data/config/locales/he.yml +1 -0
  49. data/config/locales/hi.yml +1 -0
  50. data/config/locales/hr.yml +1 -0
  51. data/config/locales/hu.yml +1 -0
  52. data/config/locales/hy.yml +1 -0
  53. data/config/locales/id.yml +1 -0
  54. data/config/locales/is.yml +1 -0
  55. data/config/locales/it.yml +1 -0
  56. data/config/locales/ja.yml +1 -0
  57. data/config/locales/ka.yml +1 -0
  58. data/config/locales/kk.yml +1 -0
  59. data/config/locales/ko.yml +1 -0
  60. data/config/locales/lt.yml +1 -0
  61. data/config/locales/lv.yml +1 -0
  62. data/config/locales/ms.yml +1 -0
  63. data/config/locales/mt.yml +1 -0
  64. data/config/locales/nl.yml +1 -0
  65. data/config/locales/no.yml +1 -0
  66. data/config/locales/pa-pk.yml +1 -0
  67. data/config/locales/pa.yml +1 -0
  68. data/config/locales/pl.yml +1 -0
  69. data/config/locales/ps.yml +1 -0
  70. data/config/locales/pt.yml +1 -0
  71. data/config/locales/ro.yml +1 -0
  72. data/config/locales/ru.yml +1 -0
  73. data/config/locales/si.yml +1 -0
  74. data/config/locales/sk.yml +1 -0
  75. data/config/locales/sl.yml +1 -0
  76. data/config/locales/so.yml +1 -0
  77. data/config/locales/sq.yml +1 -0
  78. data/config/locales/sr.yml +1 -0
  79. data/config/locales/sv.yml +1 -0
  80. data/config/locales/sw.yml +1 -0
  81. data/config/locales/ta.yml +1 -0
  82. data/config/locales/th.yml +1 -0
  83. data/config/locales/tk.yml +1 -0
  84. data/config/locales/tr.yml +1 -0
  85. data/config/locales/uk.yml +1 -0
  86. data/config/locales/ur.yml +1 -0
  87. data/config/locales/uz.yml +1 -0
  88. data/config/locales/vi.yml +1 -0
  89. data/config/locales/zh-hk.yml +1 -0
  90. data/config/locales/zh-tw.yml +1 -0
  91. data/config/locales/zh.yml +1 -0
  92. data/lib/govuk_publishing_components/presenters/contents_list_helper.rb +8 -0
  93. data/lib/govuk_publishing_components/presenters/meta_tags.rb +3 -0
  94. data/lib/govuk_publishing_components/version.rb +1 -1
  95. metadata +2 -2
@@ -19,8 +19,8 @@
19
19
  link_text_classes << "govuk-pagination__link-title--decorated" unless previous_page[:label].present?
20
20
  %>
21
21
  <div class="govuk-pagination__prev">
22
- <a class="govuk-link govuk-pagination__link"
23
- href="<%= previous_page[:url] %>"
22
+ <a class="govuk-link govuk-pagination__link"
23
+ href="<%= previous_page[:url] %>"
24
24
  rel="prev"
25
25
  data-track-category="contentsClicked"
26
26
  data-track-action="previous"
@@ -30,7 +30,7 @@
30
30
  <% if ga4_tracking %>
31
31
  data-ga4-link = "<%= {
32
32
  event_name: "navigation",
33
- type: "content",
33
+ type: "previous and next",
34
34
  text: previous_page[:label] || title,
35
35
  section: "Previous",
36
36
  }.to_json %>"
@@ -55,8 +55,8 @@
55
55
  link_text_classes << "govuk-pagination__link-title--decorated" unless next_page[:label].present?
56
56
  %>
57
57
  <div class="govuk-pagination__next">
58
- <a class="govuk-link govuk-pagination__link"
59
- href="<%= next_page[:url] %>"
58
+ <a class="govuk-link govuk-pagination__link"
59
+ href="<%= next_page[:url] %>"
60
60
  rel="next"
61
61
  data-track-category="contentsClicked"
62
62
  data-track-action="next"
@@ -66,7 +66,7 @@
66
66
  <% if ga4_tracking %>
67
67
  data-ga4-link = "<%= {
68
68
  event_name: "navigation",
69
- type: "content",
69
+ type: "previous and next",
70
70
  text: next_page[:label] || title,
71
71
  section: "Next",
72
72
  }.to_json %>"
@@ -204,6 +204,7 @@ examples:
204
204
  text: 1. Nested Item
205
205
  - href: "#third-thing"
206
206
  text: 2. Nested Item
207
+ active: true
207
208
  - href: "#first-thing"
208
209
  text: 2. Second thing
209
210
  items:
@@ -23,6 +23,7 @@ ar:
23
23
  other: "%{count} صفحات"
24
24
  two:
25
25
  zero:
26
+ preview_aria_label:
26
27
  preview_link:
27
28
  reference: 'مرجع: %{reference}'
28
29
  request_format_cta: طلب تنسيق يمكن الاطلاع عليه.
@@ -19,6 +19,7 @@ az:
19
19
  page:
20
20
  one:
21
21
  other: "%{count} səhifə"
22
+ preview_aria_label:
22
23
  preview_link:
23
24
  reference: 'İst: %{reference}'
24
25
  request_format_cta: İstifadə edilə bilən format tələb edin.
@@ -21,6 +21,7 @@ be:
21
21
  many:
22
22
  one: 1 старонка
23
23
  other: "%{count} старонкi"
24
+ preview_aria_label:
24
25
  preview_link:
25
26
  reference: 'Спасылка: %{reference}'
26
27
  request_format_cta: Запрасіць файл у іншым фармаце.
@@ -19,6 +19,7 @@ bg:
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: Поискайте достъпен формат.
@@ -19,6 +19,7 @@ bn:
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: একটি প্রবেশযোগ্য ফরম্যাটের অনুরোধ করুন।
@@ -20,6 +20,7 @@ cs:
20
20
  few:
21
21
  one: Strana 1
22
22
  other: "%{count} stránek"
23
+ preview_aria_label:
23
24
  preview_link:
24
25
  reference: 'Odkaz: %{reference}'
25
26
  request_format_cta: Vyžádejte si přístupný formát.
@@ -23,6 +23,7 @@ cy:
23
23
  other: "%{count} o dudalennau"
24
24
  two:
25
25
  zero:
26
+ preview_aria_label:
26
27
  preview_link:
27
28
  reference: 'Cyfeirnod: %{reference}'
28
29
  request_format_cta: Gwneud cais am fformat hygyrch.
@@ -19,6 +19,7 @@ da:
19
19
  page:
20
20
  one: 1 side
21
21
  other: "%{count} sider"
22
+ preview_aria_label:
22
23
  preview_link:
23
24
  reference: 'Henvisning: %{reference}'
24
25
  request_format_cta: Anmod om et tilgængeligt format.
@@ -19,6 +19,7 @@ de:
19
19
  page:
20
20
  one: 1 Seite
21
21
  other: "%{count} Seiten"
22
+ preview_aria_label:
22
23
  preview_link:
23
24
  reference: 'Ref: %{reference}'
24
25
  request_format_cta: Fordern Sie ein zugängliches Format an.
@@ -19,6 +19,7 @@ dr:
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: یک فارمت قابل دسترس را درخواست کنید.
@@ -19,6 +19,7 @@ el:
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: Ζητήστε μια προσβάσιμη μορφή.
@@ -16,10 +16,11 @@ en:
16
16
  attachment:
17
17
  opendocument_html: This file is in an <a href='https://www.gov.uk/guidance/using-open-document-formats-odf-in-your-organisation' target=%{target} class='govuk-link'>OpenDocument</a> format
18
18
  order_a_copy: Order a copy
19
- preview_link: View online
20
19
  page:
21
20
  one: 1 page
22
21
  other: "%{count} pages"
22
+ preview_aria_label: View %{title} online
23
+ preview_link: View online
23
24
  reference: 'Ref: %{reference}'
24
25
  request_format_cta: Request an accessible format.
25
26
  request_format_details_html: If you use assistive technology (such as a screen reader) and need a version of this document in a more accessible format, please email <a href='mailto:%{alternative_format_contact_email}' target='_blank' class='govuk-link'>%{alternative_format_contact_email}</a>. Please tell us what format you need. It will help us if you say what assistive technology you use.
@@ -19,6 +19,7 @@ es-419:
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: 'Referencia: %{reference}'
24
25
  request_format_cta: Solicite un formato accesible.
@@ -19,6 +19,7 @@ es:
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 un formato accesible.
@@ -19,6 +19,7 @@ et:
19
19
  page:
20
20
  one: 1 leht
21
21
  other: "%{count} lehte"
22
+ preview_aria_label:
22
23
  preview_link:
23
24
  reference: 'Viide: %{reference}'
24
25
  request_format_cta: Taotlege juurdepääsetavat vormingut.
@@ -19,6 +19,7 @@ fa:
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: درخواست یک قالب با قابلیت دسترسی بهتر.
@@ -19,6 +19,7 @@ fi:
19
19
  page:
20
20
  one: 1 sivu
21
21
  other: "%{count} pages"
22
+ preview_aria_label:
22
23
  preview_link:
23
24
  reference: 'Viite: %{reference}'
24
25
  request_format_cta: Pyydä helppokäyttöistä muotoa.
@@ -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.
@@ -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.
@@ -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: કોઈ એક્સેસિબલ ફોરમેટ માટે વિનંતી કરો.
@@ -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: בקש פורמט נגיש.
@@ -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: एक सुलभ प्रारूप का अनुरोध करें।
@@ -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.
@@ -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.
@@ -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: 'Նշեք համապատասխան ձևաչափ:'
@@ -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.
@@ -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.
@@ -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.
@@ -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: アクセス可能なフォーマットをリクエストしてください。
@@ -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: ხელმისაწვდომი ფორმატის მოთხოვნა.
@@ -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: Қолжетімді пішімді сұраңыз.
@@ -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:
@@ -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.
@@ -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.
@@ -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.
@@ -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.
@@ -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.
@@ -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.
@@ -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: اک طریقے تک پوہنچن لئی اِک درخواست دیو۔
@@ -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: ਇੱਕ ਪਹੁੰਚਯੋਗ ਫਾਰਮੈਟ ਦੀ ਬੇਨਤੀ ਕਰੋ।
@@ -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.
@@ -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: د لاسرسي وړ پاڼه غوښتنه وکړئ.
@@ -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.
@@ -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.
@@ -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: Запросить в доступном формате.
@@ -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: පිවිසිය හැකි ආකෘතියක් ඉල්ලන්න.
@@ -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.
@@ -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.
@@ -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.
@@ -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.
@@ -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.
@@ -19,6 +19,7 @@ sv:
19
19
  page:
20
20
  one: 1 sida
21
21
  other: "%{count} sidor"
22
+ preview_aria_label:
22
23
  preview_link:
23
24
  reference: 'Ref: %{reference}'
24
25
  request_format_cta: Begär ett tillgängligt format.
@@ -19,6 +19,7 @@ sw:
19
19
  page:
20
20
  one: Ukurasa mmoja (1)
21
21
  other: Kurasa %{count}
22
+ preview_aria_label:
22
23
  preview_link:
23
24
  reference: 'Marejeleo: %{reference}'
24
25
  request_format_cta: Omba muundo unaoweza kutumika.
@@ -19,6 +19,7 @@ ta:
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: அணுகக்கூடிய வடிவத்தைக் கோருக.
@@ -18,6 +18,7 @@ th:
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: ขอรูปแบบไฟล์ที่สามารถเข้าถึงได้
@@ -19,6 +19,7 @@ tk:
19
19
  page:
20
20
  one: 1 sahypa
21
21
  other: "%{count} sahypalar"
22
+ preview_aria_label:
22
23
  preview_link:
23
24
  reference: 'Salgylanma: %{reference}'
24
25
  request_format_cta: Elýeterli formaty talap etmek.
@@ -19,6 +19,7 @@ tr:
19
19
  page:
20
20
  one: 1 sayfa
21
21
  other: "%{count} sayfa"
22
+ preview_aria_label:
22
23
  preview_link:
23
24
  reference: 'İlgi: %{reference}'
24
25
  request_format_cta: Erişilebilir bir format talep edin.
@@ -21,6 +21,7 @@ uk:
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: Надішліть запит на доступний формат.
@@ -19,6 +19,7 @@ ur:
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: قابل رسائی فارمیٹ کی درخواست دیں۔
@@ -19,6 +19,7 @@ uz:
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: Мақбул форматни олишга сўров.
@@ -18,6 +18,7 @@ vi:
18
18
  order_a_copy: Đặt hàng một bản sao
19
19
  page:
20
20
  other: "%{count} trang"
21
+ preview_aria_label:
21
22
  preview_link:
22
23
  reference: 'Tham khảo: %{reference}'
23
24
  request_format_cta: Yêu cầu một định dạng có thể truy cập.
@@ -18,6 +18,7 @@ zh-hk:
18
18
  order_a_copy: 索取副本
19
19
  page:
20
20
  other: "%{count} 頁"
21
+ preview_aria_label:
21
22
  preview_link:
22
23
  reference: 'Ref: %{reference}'
23
24
  request_format_cta: 索取可讀取之格式。
@@ -18,6 +18,7 @@ zh-tw:
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: 請求可參閱格式。
@@ -18,6 +18,7 @@ zh:
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: 申请可访问格式。