govuk_publishing_components 29.12.0 → 29.14.0

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 (140) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/images/govuk_publishing_components/action-link-arrow--white.png +0 -0
  3. data/app/assets/images/govuk_publishing_components/action-link-arrow--white.svg +1 -0
  4. data/app/assets/javascripts/govuk_publishing_components/analytics/custom-dimensions.js +1 -1
  5. data/app/assets/javascripts/govuk_publishing_components/analytics-ga4/gtm-click-tracking.js +8 -3
  6. data/app/assets/javascripts/govuk_publishing_components/analytics-ga4/gtm-page-views.js +7 -5
  7. data/app/assets/javascripts/govuk_publishing_components/analytics-ga4/pii-remover.js +135 -0
  8. data/app/assets/javascripts/govuk_publishing_components/analytics-ga4.js +2 -0
  9. data/app/assets/javascripts/govuk_publishing_components/components/accordion.js +10 -0
  10. data/app/assets/javascripts/govuk_publishing_components/components/feedback.js +19 -0
  11. data/app/assets/stylesheets/govuk_publishing_components/components/_action-link.scss +7 -0
  12. data/app/assets/stylesheets/govuk_publishing_components/components/_previous-and-next-navigation.scss +1 -92
  13. data/app/views/govuk_publishing_components/components/_action_link.html.erb +2 -0
  14. data/app/views/govuk_publishing_components/components/_date_input.html.erb +2 -2
  15. data/app/views/govuk_publishing_components/components/_previous_and_next_navigation.html.erb +33 -36
  16. data/app/views/govuk_publishing_components/components/docs/accordion.yml +2 -1
  17. data/app/views/govuk_publishing_components/components/docs/action_link.yml +8 -0
  18. data/app/views/govuk_publishing_components/components/docs/date_input.yml +7 -0
  19. data/app/views/govuk_publishing_components/components/docs/previous_and_next_navigation.yml +1 -1
  20. data/config/locales/ar.yml +2 -0
  21. data/config/locales/az.yml +2 -0
  22. data/config/locales/be.yml +2 -0
  23. data/config/locales/bg.yml +2 -0
  24. data/config/locales/bn.yml +2 -0
  25. data/config/locales/cs.yml +2 -0
  26. data/config/locales/cy.yml +2 -0
  27. data/config/locales/da.yml +2 -0
  28. data/config/locales/de.yml +2 -0
  29. data/config/locales/dr.yml +2 -0
  30. data/config/locales/el.yml +2 -0
  31. data/config/locales/en.yml +4 -2
  32. data/config/locales/es-419.yml +2 -0
  33. data/config/locales/es.yml +2 -0
  34. data/config/locales/et.yml +2 -0
  35. data/config/locales/fa.yml +2 -0
  36. data/config/locales/fi.yml +2 -0
  37. data/config/locales/fr.yml +2 -0
  38. data/config/locales/gd.yml +2 -0
  39. data/config/locales/gu.yml +2 -0
  40. data/config/locales/he.yml +2 -0
  41. data/config/locales/hi.yml +2 -0
  42. data/config/locales/hr.yml +2 -0
  43. data/config/locales/hu.yml +2 -0
  44. data/config/locales/hy.yml +2 -0
  45. data/config/locales/id.yml +2 -0
  46. data/config/locales/is.yml +2 -0
  47. data/config/locales/it.yml +2 -0
  48. data/config/locales/ja.yml +2 -0
  49. data/config/locales/ka.yml +2 -0
  50. data/config/locales/kk.yml +2 -0
  51. data/config/locales/ko.yml +2 -0
  52. data/config/locales/lt.yml +2 -0
  53. data/config/locales/lv.yml +2 -0
  54. data/config/locales/ms.yml +2 -0
  55. data/config/locales/mt.yml +2 -0
  56. data/config/locales/nl.yml +2 -0
  57. data/config/locales/no.yml +2 -0
  58. data/config/locales/pa-pk.yml +2 -0
  59. data/config/locales/pa.yml +2 -0
  60. data/config/locales/pl.yml +2 -0
  61. data/config/locales/ps.yml +2 -0
  62. data/config/locales/pt.yml +2 -0
  63. data/config/locales/ro.yml +2 -0
  64. data/config/locales/ru.yml +2 -0
  65. data/config/locales/si.yml +2 -0
  66. data/config/locales/sk.yml +2 -0
  67. data/config/locales/sl.yml +2 -0
  68. data/config/locales/so.yml +2 -0
  69. data/config/locales/sq.yml +2 -0
  70. data/config/locales/sr.yml +2 -0
  71. data/config/locales/sv.yml +2 -0
  72. data/config/locales/sw.yml +2 -0
  73. data/config/locales/ta.yml +2 -0
  74. data/config/locales/th.yml +2 -0
  75. data/config/locales/tk.yml +2 -0
  76. data/config/locales/tr.yml +2 -0
  77. data/config/locales/uk.yml +2 -0
  78. data/config/locales/ur.yml +2 -0
  79. data/config/locales/uz.yml +2 -0
  80. data/config/locales/vi.yml +2 -0
  81. data/config/locales/zh-hk.yml +2 -0
  82. data/config/locales/zh-tw.yml +2 -0
  83. data/config/locales/zh.yml +2 -0
  84. data/lib/govuk_publishing_components/presenters/meta_tags.rb +6 -3
  85. data/lib/govuk_publishing_components/version.rb +1 -1
  86. data/node_modules/govuk-frontend/govuk/components/_all.scss +1 -0
  87. data/node_modules/govuk-frontend/govuk/components/accordion/_index.scss +1 -0
  88. data/node_modules/govuk-frontend/govuk/components/character-count/fixtures.json +2 -1
  89. data/node_modules/govuk-frontend/govuk/components/checkboxes/fixtures.json +102 -44
  90. data/node_modules/govuk-frontend/govuk/components/checkboxes/macro-options.json +7 -1
  91. data/node_modules/govuk-frontend/govuk/components/checkboxes/template.njk +3 -2
  92. data/node_modules/govuk-frontend/govuk/components/cookie-banner/fixtures.json +10 -10
  93. data/node_modules/govuk-frontend/govuk/components/fieldset/fixtures.json +92 -1
  94. data/node_modules/govuk-frontend/govuk/components/file-upload/fixtures.json +2 -1
  95. data/node_modules/govuk-frontend/govuk/components/header/_index.scss +3 -0
  96. data/node_modules/govuk-frontend/govuk/components/header/fixtures.json +14 -6
  97. data/node_modules/govuk-frontend/govuk/components/header/template.njk +9 -3
  98. data/node_modules/govuk-frontend/govuk/components/input/fixtures.json +2 -1
  99. data/node_modules/govuk-frontend/govuk/components/input/macro-options.json +1 -1
  100. data/node_modules/govuk-frontend/govuk/components/label/fixtures.json +76 -1
  101. data/node_modules/govuk-frontend/govuk/components/pagination/README.md +15 -0
  102. data/node_modules/govuk-frontend/govuk/components/pagination/_index.scss +244 -0
  103. data/node_modules/govuk-frontend/govuk/components/pagination/_pagination.scss +2 -0
  104. data/node_modules/govuk-frontend/govuk/components/pagination/fixtures.json +300 -0
  105. data/node_modules/govuk-frontend/govuk/components/pagination/macro-options.json +128 -0
  106. data/node_modules/govuk-frontend/govuk/components/pagination/macro.njk +3 -0
  107. data/node_modules/govuk-frontend/govuk/components/pagination/template.njk +62 -0
  108. data/node_modules/govuk-frontend/govuk/components/radios/fixtures.json +147 -43
  109. data/node_modules/govuk-frontend/govuk/components/radios/macro-options.json +7 -1
  110. data/node_modules/govuk-frontend/govuk/components/radios/template.njk +3 -2
  111. data/node_modules/govuk-frontend/govuk/components/select/fixtures.json +56 -2
  112. data/node_modules/govuk-frontend/govuk/components/select/macro-options.json +7 -1
  113. data/node_modules/govuk-frontend/govuk/components/select/template.njk +1 -1
  114. data/node_modules/govuk-frontend/govuk/components/textarea/fixtures.json +2 -1
  115. data/node_modules/govuk-frontend/govuk-esm/all.mjs +12 -12
  116. data/node_modules/govuk-frontend/govuk-esm/components/accordion/accordion.mjs +3 -3
  117. data/node_modules/govuk-frontend/govuk-esm/components/button/button.mjs +2 -2
  118. data/node_modules/govuk-frontend/govuk-esm/components/character-count/character-count.mjs +3 -3
  119. data/node_modules/govuk-frontend/govuk-esm/components/checkboxes/checkboxes.mjs +4 -4
  120. data/node_modules/govuk-frontend/govuk-esm/components/details/details.mjs +3 -3
  121. data/node_modules/govuk-frontend/govuk-esm/components/error-summary/error-summary.mjs +3 -3
  122. data/node_modules/govuk-frontend/govuk-esm/components/header/header.mjs +3 -3
  123. data/node_modules/govuk-frontend/govuk-esm/components/notification-banner/notification-banner.mjs +1 -1
  124. data/node_modules/govuk-frontend/govuk-esm/components/radios/radios.mjs +4 -4
  125. data/node_modules/govuk-frontend/govuk-esm/components/skip-link/skip-link.mjs +3 -3
  126. data/node_modules/govuk-frontend/govuk-esm/components/tabs/tabs.mjs +6 -6
  127. data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/{DOMTokenList.js → DOMTokenList.mjs} +0 -0
  128. data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/{Document.js → Document.mjs} +0 -0
  129. data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/Element/prototype/{classList.js → classList.mjs} +4 -4
  130. data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/Element/prototype/{closest.js → closest.mjs} +1 -1
  131. data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/Element/prototype/{matches.js → matches.mjs} +0 -0
  132. data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/Element/prototype/{nextElementSibling.js → nextElementSibling.mjs} +2 -2
  133. data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/Element/prototype/{previousElementSibling.js → previousElementSibling.mjs} +2 -2
  134. data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/{Element.js → Element.mjs} +1 -1
  135. data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/{Event.js → Event.mjs} +3 -3
  136. data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/Function/prototype/{bind.js → bind.mjs} +1 -1
  137. data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/Object/{defineProperty.js → defineProperty.mjs} +0 -0
  138. data/node_modules/govuk-frontend/govuk-esm/vendor/polyfills/{Window.js → Window.mjs} +0 -0
  139. data/node_modules/govuk-frontend/package.json +8 -2
  140. metadata +25 -15
@@ -133,7 +133,9 @@ bn:
133
133
  organisation_schema:
134
134
  all_content_search_description: "%{organisation}-এর সকল বিষয়বস্তু খুঁজে বের করুন"
135
135
  previous_and_next_navigation:
136
+ next:
136
137
  pagination: পেজিনেশন
138
+ previous:
137
139
  print_link:
138
140
  text: এই পৃষ্ঠাটি প্রিন্ট করুন
139
141
  radio:
@@ -137,7 +137,9 @@ cs:
137
137
  organisation_schema:
138
138
  all_content_search_description: Najít veškerý obsah z %{organisation}
139
139
  previous_and_next_navigation:
140
+ next:
140
141
  pagination: Stránkování
142
+ previous:
141
143
  print_link:
142
144
  text: Vytisknout tuto stránku
143
145
  radio:
@@ -136,7 +136,9 @@ cy:
136
136
  organisation_schema:
137
137
  all_content_search_description: Dod o hyd i'r holl gynnwys gan %{organisation}
138
138
  previous_and_next_navigation:
139
+ next:
139
140
  pagination: Tudalennu
141
+ previous:
140
142
  print_link:
141
143
  text: Argraffu'r dudalen hon
142
144
  radio:
@@ -133,7 +133,9 @@ da:
133
133
  organisation_schema:
134
134
  all_content_search_description: Find alt indhold fra %{organisation}
135
135
  previous_and_next_navigation:
136
+ next:
136
137
  pagination: Paginering
138
+ previous:
137
139
  print_link:
138
140
  text: Udskriv denne side
139
141
  radio:
@@ -136,7 +136,9 @@ de:
136
136
  organisation_schema:
137
137
  all_content_search_description: Alle Inhalte von %{organisation} finden
138
138
  previous_and_next_navigation:
139
+ next:
139
140
  pagination: Seitenzahlen
141
+ previous:
140
142
  print_link:
141
143
  text: Diese Seite drucken
142
144
  radio:
@@ -134,7 +134,9 @@ dr:
134
134
  organisation_schema:
135
135
  all_content_search_description: تمام محتویات را از اینجا بدست بیاورید %{organisation}
136
136
  previous_and_next_navigation:
137
+ next:
137
138
  pagination: صفحه گذاری
139
+ previous:
138
140
  print_link:
139
141
  text: این صفحه را پرنت نمایید
140
142
  radio:
@@ -132,7 +132,9 @@ el:
132
132
  organisation_schema:
133
133
  all_content_search_description: Εύρεση όλου του περιεχομένου από τον οργανισμό %{Organization}
134
134
  previous_and_next_navigation:
135
+ next:
135
136
  pagination: Σελιδοποίηση
137
+ previous:
136
138
  print_link:
137
139
  text: Εκτύπωση αυτής της σελίδας
138
140
  radio:
@@ -234,8 +234,8 @@ en:
234
234
  href: "/coronavirus"
235
235
  - label: Find a job
236
236
  href: "/find-a-job"
237
- - label: 'Personal tax account: sign in'
238
- href: "/personal-tax-account"
237
+ - label: 'Check benefits and financial support you can get'
238
+ href: "/check-benefits-financial-support"
239
239
  - label: 'Universal Credit account: sign in'
240
240
  href: "/sign-in-universal-credit"
241
241
  popular_links_heading: Popular on GOV.UK
@@ -256,7 +256,9 @@ en:
256
256
  organisation_schema:
257
257
  all_content_search_description: Find all content from %{organisation}
258
258
  previous_and_next_navigation:
259
+ next: Next
259
260
  pagination: Pagination
261
+ previous: Previous
260
262
  print_link:
261
263
  text: Print this page
262
264
  radio:
@@ -132,7 +132,9 @@ es-419:
132
132
  organisation_schema:
133
133
  all_content_search_description: Buscar todo el contenido de %{organisation}
134
134
  previous_and_next_navigation:
135
+ next:
135
136
  pagination: Paginación
137
+ previous:
136
138
  print_link:
137
139
  text: Imprimir esta página
138
140
  radio:
@@ -132,7 +132,9 @@ es:
132
132
  organisation_schema:
133
133
  all_content_search_description: Buscar todo el contenido de %{organization}
134
134
  previous_and_next_navigation:
135
+ next:
135
136
  pagination: Paginación
137
+ previous:
136
138
  print_link:
137
139
  text: Imprimir esta página
138
140
  radio:
@@ -135,7 +135,9 @@ et:
135
135
  organisation_schema:
136
136
  all_content_search_description: Leidke kogu ettevõtte %{organization} sisu
137
137
  previous_and_next_navigation:
138
+ next:
138
139
  pagination: Lehekülgede jaotus
140
+ previous:
139
141
  print_link:
140
142
  text: Prindi see leht
141
143
  radio:
@@ -130,7 +130,9 @@ fa:
130
130
  organisation_schema:
131
131
  all_content_search_description: یافتن تمام محتوا از %{organisation}
132
132
  previous_and_next_navigation:
133
+ next:
133
134
  pagination: صفحه‌بندی
135
+ previous:
134
136
  print_link:
135
137
  text: چاپ این صفحه
136
138
  radio:
@@ -134,7 +134,9 @@ fi:
134
134
  organisation_schema:
135
135
  all_content_search_description: Etsi kaikki sisältö alkaen %{organisation}
136
136
  previous_and_next_navigation:
137
+ next:
137
138
  pagination: Sivunumerointi
139
+ previous:
138
140
  print_link:
139
141
  text: Tulosta tämä sivu
140
142
  radio:
@@ -132,7 +132,9 @@ fr:
132
132
  organisation_schema:
133
133
  all_content_search_description: Rechercher tout le contenu de %{organisation}
134
134
  previous_and_next_navigation:
135
+ next:
135
136
  pagination: Pagination
137
+ previous:
136
138
  print_link:
137
139
  text: Imprimer cette page
138
140
  radio:
@@ -134,7 +134,9 @@ gd:
134
134
  organisation_schema:
135
135
  all_content_search_description: Faigh gach rud ó %{organisation}
136
136
  previous_and_next_navigation:
137
+ next:
137
138
  pagination: Leathanach
139
+ previous:
138
140
  print_link:
139
141
  text: priontáil an leathanach seo
140
142
  radio:
@@ -132,7 +132,9 @@ gu:
132
132
  organisation_schema:
133
133
  all_content_search_description: "%{organisation} થી તમામ સામગ્રી શોધો"
134
134
  previous_and_next_navigation:
135
+ next:
135
136
  pagination: પૃષ્ઠ ક્રમાંકન
137
+ previous:
136
138
  print_link:
137
139
  text: આ પૃષ્ઠ પ્રિન્ટ કરો
138
140
  radio:
@@ -132,7 +132,9 @@ he:
132
132
  organisation_schema:
133
133
  all_content_search_description: מצא את כל התוכן של %{organization}
134
134
  previous_and_next_navigation:
135
+ next:
135
136
  pagination: חלוקה לעמודים
137
+ previous:
136
138
  print_link:
137
139
  text: הדפס עמוד זה
138
140
  radio:
@@ -132,7 +132,9 @@ hi:
132
132
  organisation_schema:
133
133
  all_content_search_description: "%{organization} से सभी सामग्री खोजें"
134
134
  previous_and_next_navigation:
135
+ next:
135
136
  pagination: पृष्ठांकन
137
+ previous:
136
138
  print_link:
137
139
  text: यह पेज प्रिंट करें
138
140
  radio:
@@ -134,7 +134,9 @@ hr:
134
134
  organisation_schema:
135
135
  all_content_search_description: Pronađi sav sadržaj %{organization}
136
136
  previous_and_next_navigation:
137
+ next:
137
138
  pagination: Paginacija
139
+ previous:
138
140
  print_link:
139
141
  text: Ispišite ovu stranicu
140
142
  radio:
@@ -135,7 +135,9 @@ hu:
135
135
  organisation_schema:
136
136
  all_content_search_description: Keresse meg a(z) %{organisation} szervezet minden tartalmát
137
137
  previous_and_next_navigation:
138
+ next:
138
139
  pagination: Lapszámozás
140
+ previous:
139
141
  print_link:
140
142
  text: Oldal kinyomtatása
141
143
  radio:
@@ -136,7 +136,9 @@ hy:
136
136
  organisation_schema:
137
137
  all_content_search_description: Գտնել %{organisation} ողջ բովանդակությունը
138
138
  previous_and_next_navigation:
139
+ next:
139
140
  pagination: Էջադրում
141
+ previous:
140
142
  print_link:
141
143
  text: Տպել այս էջը
142
144
  radio:
@@ -132,7 +132,9 @@ id:
132
132
  organisation_schema:
133
133
  all_content_search_description: Temukan semua konten dari %{organisation}
134
134
  previous_and_next_navigation:
135
+ next:
135
136
  pagination: Paginasi
137
+ previous:
136
138
  print_link:
137
139
  text: Cetak halaman ini
138
140
  radio:
@@ -132,7 +132,9 @@ is:
132
132
  organisation_schema:
133
133
  all_content_search_description: Finna allt efni frá %{organisation}
134
134
  previous_and_next_navigation:
135
+ next:
135
136
  pagination: Síðuuppsetning
137
+ previous:
136
138
  print_link:
137
139
  text: Prenta þessa síðu
138
140
  radio:
@@ -132,7 +132,9 @@ it:
132
132
  organisation_schema:
133
133
  all_content_search_description: Trova tutto il contenuto da %{organisation}
134
134
  previous_and_next_navigation:
135
+ next:
135
136
  pagination: Impaginazione
137
+ previous:
136
138
  print_link:
137
139
  text: Stampa questa pagina
138
140
  radio:
@@ -128,7 +128,9 @@ ja:
128
128
  organisation_schema:
129
129
  all_content_search_description: "%{organisation} からすべてのコンテンツを検索"
130
130
  previous_and_next_navigation:
131
+ next:
131
132
  pagination: ページ付け
133
+ previous:
132
134
  print_link:
133
135
  text: このページを印刷する
134
136
  radio:
@@ -135,7 +135,9 @@ ka:
135
135
  organisation_schema:
136
136
  all_content_search_description: ყველა მასალის ნახვა %{organisation}-დან
137
137
  previous_and_next_navigation:
138
+ next:
138
139
  pagination: პაგინაცია
140
+ previous:
139
141
  print_link:
140
142
  text: ამ გვერდის ბეჭდვა
141
143
  radio:
@@ -132,7 +132,9 @@ kk:
132
132
  organisation_schema:
133
133
  all_content_search_description: "%{organisation} ішіндегі барлық мазмұнды табу"
134
134
  previous_and_next_navigation:
135
+ next:
135
136
  pagination: Беттеу
137
+ previous:
136
138
  print_link:
137
139
  text: Осы бетті басып шығару
138
140
  radio:
@@ -127,7 +127,9 @@ ko:
127
127
  organisation_schema:
128
128
  all_content_search_description:
129
129
  previous_and_next_navigation:
130
+ next:
130
131
  pagination:
132
+ previous:
131
133
  print_link:
132
134
  text:
133
135
  radio:
@@ -137,7 +137,9 @@ lt:
137
137
  organisation_schema:
138
138
  all_content_search_description: Rasti visą turinį iš %{organisation}
139
139
  previous_and_next_navigation:
140
+ next:
140
141
  pagination: Suskirstymas puslapiais
142
+ previous:
141
143
  print_link:
142
144
  text: Spausdinti šį puslapį
143
145
  radio:
@@ -136,7 +136,9 @@ lv:
136
136
  organisation_schema:
137
137
  all_content_search_description: Meklēt visu saturu no %{organisation}
138
138
  previous_and_next_navigation:
139
+ next:
139
140
  pagination: Numerācija
141
+ previous:
140
142
  print_link:
141
143
  text: Drukāt šo lapu
142
144
  radio:
@@ -131,7 +131,9 @@ ms:
131
131
  organisation_schema:
132
132
  all_content_search_description: Cari semua kandungan dari %{organisation}
133
133
  previous_and_next_navigation:
134
+ next:
134
135
  pagination: Penomboran
136
+ previous:
135
137
  print_link:
136
138
  text: Cetak halaman ini
137
139
  radio:
@@ -134,7 +134,9 @@ mt:
134
134
  organisation_schema:
135
135
  all_content_search_description: Sib il-kontenut kollu mingħand %{organisation}
136
136
  previous_and_next_navigation:
137
+ next:
137
138
  pagination: Paġinazzjoni
139
+ previous:
138
140
  print_link:
139
141
  text: Stampa din il-paġna
140
142
  radio:
@@ -132,7 +132,9 @@ nl:
132
132
  organisation_schema:
133
133
  all_content_search_description: Zoek alle inhoud van %{organisation}
134
134
  previous_and_next_navigation:
135
+ next:
135
136
  pagination: Paginering
137
+ previous:
136
138
  print_link:
137
139
  text: Deze pagina afdrukken
138
140
  radio:
@@ -132,7 +132,9 @@
132
132
  organisation_schema:
133
133
  all_content_search_description: Finn alt innhold fra %{organization}
134
134
  previous_and_next_navigation:
135
+ next:
135
136
  pagination: Paginering
137
+ previous:
136
138
  print_link:
137
139
  text: Skriv ut denne siden
138
140
  radio:
@@ -128,7 +128,9 @@ pa-pk:
128
128
  organisation_schema:
129
129
  all_content_search_description: "%{organisation} توں سارا مواد تلاش کرو"
130
130
  previous_and_next_navigation:
131
+ next:
131
132
  pagination: ورقہ بندی
133
+ previous:
132
134
  print_link:
133
135
  text: ایس ورقے نوں پرنٹ کرو
134
136
  radio:
@@ -132,7 +132,9 @@ pa:
132
132
  organisation_schema:
133
133
  all_content_search_description: "%{organisation} ਤੋਂ ਸਾਰੀ ਸਮਗਰੀ ਲੱਭੋ"
134
134
  previous_and_next_navigation:
135
+ next:
135
136
  pagination: ਪੰਨਾ
137
+ previous:
136
138
  print_link:
137
139
  text: ਇਸ ਪੰਨੇ ਨੂੰ ਛਾਪੋ
138
140
  radio:
@@ -136,7 +136,9 @@ pl:
136
136
  organisation_schema:
137
137
  all_content_search_description: Znajdź całą zawartość od %{organizacja}
138
138
  previous_and_next_navigation:
139
+ next:
139
140
  pagination: Numeracja stron
141
+ previous:
140
142
  print_link:
141
143
  text: Wydrukuj tę stronę
142
144
  radio:
@@ -129,7 +129,9 @@ ps:
129
129
  organisation_schema:
130
130
  all_content_search_description: له%{organization} څخه ټوله مینځپانګه ومومئ
131
131
  previous_and_next_navigation:
132
+ next:
132
133
  pagination: مخینه
134
+ previous:
133
135
  print_link:
134
136
  text: دا پاڼه چاپ کړئ
135
137
  radio:
@@ -132,7 +132,9 @@ pt:
132
132
  organisation_schema:
133
133
  all_content_search_description: Encontrar todo o conteúdo de %{organisation}
134
134
  previous_and_next_navigation:
135
+ next:
135
136
  pagination: Paginação
137
+ previous:
136
138
  print_link:
137
139
  text: Imprimir esta página
138
140
  radio:
@@ -133,7 +133,9 @@ ro:
133
133
  organisation_schema:
134
134
  all_content_search_description: Găsiți tot conținutul de la %{organisation}
135
135
  previous_and_next_navigation:
136
+ next:
136
137
  pagination: Paginație
138
+ previous:
137
139
  print_link:
138
140
  text: Imprimați această pagină
139
141
  radio:
@@ -136,7 +136,9 @@ ru:
136
136
  organisation_schema:
137
137
  all_content_search_description: Найти весь контент от %{organization}
138
138
  previous_and_next_navigation:
139
+ next:
139
140
  pagination: Разбивка
141
+ previous:
140
142
  print_link:
141
143
  text: Распечатать эту страницу
142
144
  radio:
@@ -132,7 +132,9 @@ si:
132
132
  organisation_schema:
133
133
  all_content_search_description: "%{organisation} වෙතින් සියලුම අන්තර්ගතය සෝයන්න"
134
134
  previous_and_next_navigation:
135
+ next:
135
136
  pagination: පිටු අංකය
137
+ previous:
136
138
  print_link:
137
139
  text: මෙම පිටුව මුද්රණය කරන්න
138
140
  radio:
@@ -137,7 +137,9 @@ sk:
137
137
  organisation_schema:
138
138
  all_content_search_description: Nájsť všetok obsah z %{organisation}
139
139
  previous_and_next_navigation:
140
+ next:
140
141
  pagination: Stránkovanie
142
+ previous:
141
143
  print_link:
142
144
  text: Vytlačiť túto stránku
143
145
  radio:
@@ -139,7 +139,9 @@ sl:
139
139
  organisation_schema:
140
140
  all_content_search_description: Oglejte si vse gradivo %{organisation}
141
141
  previous_and_next_navigation:
142
+ next:
142
143
  pagination: Oštevilčenje
144
+ previous:
143
145
  print_link:
144
146
  text: Natisni to stran
145
147
  radio:
@@ -132,7 +132,9 @@ so:
132
132
  organisation_schema:
133
133
  all_content_search_description: Raadi dhamaan waxyaabaha uu ka koobanyahay %{organisation}
134
134
  previous_and_next_navigation:
135
+ next:
135
136
  pagination: Lambar siinta boga
137
+ previous:
136
138
  print_link:
137
139
  text: Daabac bogan
138
140
  radio:
@@ -132,7 +132,9 @@ sq:
132
132
  organisation_schema:
133
133
  all_content_search_description: Gjeni të gjithë përmbajtjen nga %{organisation}
134
134
  previous_and_next_navigation:
135
+ next:
135
136
  pagination: Numërtimi
137
+ previous:
136
138
  print_link:
137
139
  text: Printo këtë faqe
138
140
  radio:
@@ -133,7 +133,9 @@ sr:
133
133
  organisation_schema:
134
134
  all_content_search_description: Pronađite sav sadržaj organizacije %{organisation}
135
135
  previous_and_next_navigation:
136
+ next:
136
137
  pagination: Broj stranice
138
+ previous:
137
139
  print_link:
138
140
  text: Odštampaj ovu stranicu
139
141
  radio:
@@ -132,7 +132,9 @@ sv:
132
132
  organisation_schema:
133
133
  all_content_search_description: Hitta allt innehåll från %{organisation}
134
134
  previous_and_next_navigation:
135
+ next:
135
136
  pagination: Paginering
137
+ previous:
136
138
  print_link:
137
139
  text: Skriv ut den här sidan
138
140
  radio:
@@ -132,7 +132,9 @@ sw:
132
132
  organisation_schema:
133
133
  all_content_search_description: Tafuta maudhui yote kutoka %{organisation}
134
134
  previous_and_next_navigation:
135
+ next:
135
136
  pagination: Nambari za kurasa
137
+ previous:
136
138
  print_link:
137
139
  text: Chapisha ukurasa huu
138
140
  radio:
@@ -133,7 +133,9 @@ ta:
133
133
  organisation_schema:
134
134
  all_content_search_description: "%{organisation}-லிருந்து அனைத்து உள்ளடக்கத்தையும் கண்டறி"
135
135
  previous_and_next_navigation:
136
+ next:
136
137
  pagination: பக்கமிடுதல்
138
+ previous:
137
139
  print_link:
138
140
  text: இந்தப் பக்கத்தை அச்செடு
139
141
  radio:
@@ -130,7 +130,9 @@ th:
130
130
  organisation_schema:
131
131
  all_content_search_description: ค้นหาเนื้อหาทั้งหมดจาก %{organisation}
132
132
  previous_and_next_navigation:
133
+ next:
133
134
  pagination: การแบ่งหน้า
135
+ previous:
134
136
  print_link:
135
137
  text: พิมพ์หน้านี้
136
138
  radio:
@@ -133,7 +133,9 @@ tk:
133
133
  organisation_schema:
134
134
  all_content_search_description: Ähli mazmunyny %{organisation}-dan tapyň
135
135
  previous_and_next_navigation:
136
+ next:
136
137
  pagination: Sahypa
138
+ previous:
137
139
  print_link:
138
140
  text: Bu sahypany çap et
139
141
  radio:
@@ -133,7 +133,9 @@ tr:
133
133
  organisation_schema:
134
134
  all_content_search_description: "%{organisation} kaynaklı tüm içeriği bul"
135
135
  previous_and_next_navigation:
136
+ next:
136
137
  pagination: Sayfa
138
+ previous:
137
139
  print_link:
138
140
  text: Bu sayfayı yazdır
139
141
  radio:
@@ -139,7 +139,9 @@ uk:
139
139
  organisation_schema:
140
140
  all_content_search_description: Знайти весь вміст від %{organization}
141
141
  previous_and_next_navigation:
142
+ next:
142
143
  pagination: Поділ на сторінки
144
+ previous:
143
145
  print_link:
144
146
  text: Роздрукувати цю сторінку
145
147
  radio:
@@ -129,7 +129,9 @@ ur:
129
129
  organisation_schema:
130
130
  all_content_search_description: "%{organisation} کا تمام مواد تلاش کریں"
131
131
  previous_and_next_navigation:
132
+ next:
132
133
  pagination: صفحہ بندی
134
+ previous:
133
135
  print_link:
134
136
  text: اس صفحے کا پرنٹ لیں
135
137
  radio:
@@ -134,7 +134,9 @@ uz:
134
134
  organisation_schema:
135
135
  all_content_search_description: "%{organization} дан бутун контентни топиш"
136
136
  previous_and_next_navigation:
137
+ next:
137
138
  pagination: Саҳифаларнинг рақамланиши
139
+ previous:
138
140
  print_link:
139
141
  text: Ушбу саҳифани чоп этиш
140
142
  radio:
@@ -131,7 +131,9 @@ vi:
131
131
  organisation_schema:
132
132
  all_content_search_description: Tìm tất cả nội dung từ %{organisation}
133
133
  previous_and_next_navigation:
134
+ next:
134
135
  pagination: Phân trang
136
+ previous:
135
137
  print_link:
136
138
  text: In trang này
137
139
  radio: