govuk_publishing_components 54.0.1 → 55.0.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 (109) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/govuk_publishing_components/lib/sticky-element-container.js +117 -0
  3. data/app/assets/stylesheets/govuk_publishing_components/_all_components.scss +5 -0
  4. data/app/assets/stylesheets/govuk_publishing_components/components/_action-link.scss +6 -12
  5. data/app/assets/stylesheets/govuk_publishing_components/components/_back-to-top-link.scss +15 -0
  6. data/app/assets/stylesheets/govuk_publishing_components/components/_contents-list-with-body.scss +58 -0
  7. data/app/assets/stylesheets/govuk_publishing_components/components/_figure.scss +46 -0
  8. data/app/assets/stylesheets/govuk_publishing_components/components/_layout-header.scss +1 -21
  9. data/app/assets/stylesheets/govuk_publishing_components/components/_published-dates.scss +57 -0
  10. data/app/assets/stylesheets/govuk_publishing_components/components/_search.scss +0 -74
  11. data/app/assets/stylesheets/govuk_publishing_components/components/_summary-banner.scss +33 -0
  12. data/app/assets/stylesheets/govuk_publishing_components/components/helpers/_sticky-element-container.scss +23 -0
  13. data/app/models/govuk_publishing_components/component_doc.rb +1 -1
  14. data/app/views/govuk_publishing_components/components/_back_to_top_link.html.erb +19 -0
  15. data/app/views/govuk_publishing_components/components/_contents_list_with_body.html.erb +27 -0
  16. data/app/views/govuk_publishing_components/components/_figure.html.erb +28 -0
  17. data/app/views/govuk_publishing_components/components/_layout_header.html.erb +0 -6
  18. data/app/views/govuk_publishing_components/components/_published_dates.html.erb +50 -0
  19. data/app/views/govuk_publishing_components/components/_search.html.erb +1 -4
  20. data/app/views/govuk_publishing_components/components/_summary_banner.html.erb +27 -0
  21. data/app/views/govuk_publishing_components/components/docs/back_to_top_link.yml +19 -0
  22. data/app/views/govuk_publishing_components/components/docs/contents_list_with_body.yml +90 -0
  23. data/app/views/govuk_publishing_components/components/docs/figure.yml +43 -0
  24. data/app/views/govuk_publishing_components/components/docs/layout_header.yml +0 -3
  25. data/app/views/govuk_publishing_components/components/docs/published_dates.yml +43 -0
  26. data/app/views/govuk_publishing_components/components/docs/search.yml +0 -9
  27. data/app/views/govuk_publishing_components/components/docs/summary_banner.yml +28 -0
  28. data/config/locales/ar.yml +11 -3
  29. data/config/locales/az.yml +11 -3
  30. data/config/locales/be.yml +11 -3
  31. data/config/locales/bg.yml +11 -3
  32. data/config/locales/bn.yml +11 -3
  33. data/config/locales/cs.yml +11 -3
  34. data/config/locales/cy.yml +11 -3
  35. data/config/locales/da.yml +11 -3
  36. data/config/locales/de.yml +11 -3
  37. data/config/locales/dr.yml +11 -3
  38. data/config/locales/el.yml +11 -3
  39. data/config/locales/en.yml +11 -3
  40. data/config/locales/es-419.yml +11 -3
  41. data/config/locales/es.yml +11 -3
  42. data/config/locales/et.yml +11 -3
  43. data/config/locales/fa.yml +11 -3
  44. data/config/locales/fi.yml +11 -3
  45. data/config/locales/fr.yml +11 -3
  46. data/config/locales/gd.yml +11 -3
  47. data/config/locales/gu.yml +11 -3
  48. data/config/locales/he.yml +11 -3
  49. data/config/locales/hi.yml +11 -3
  50. data/config/locales/hr.yml +11 -3
  51. data/config/locales/hu.yml +11 -3
  52. data/config/locales/hy.yml +11 -3
  53. data/config/locales/id.yml +11 -3
  54. data/config/locales/is.yml +11 -3
  55. data/config/locales/it.yml +11 -3
  56. data/config/locales/ja.yml +11 -3
  57. data/config/locales/ka.yml +11 -3
  58. data/config/locales/kk.yml +11 -3
  59. data/config/locales/ko.yml +11 -3
  60. data/config/locales/lt.yml +11 -3
  61. data/config/locales/lv.yml +11 -3
  62. data/config/locales/ms.yml +11 -3
  63. data/config/locales/mt.yml +11 -3
  64. data/config/locales/ne.yml +224 -0
  65. data/config/locales/nl.yml +11 -3
  66. data/config/locales/no.yml +11 -3
  67. data/config/locales/pa-pk.yml +11 -3
  68. data/config/locales/pa.yml +11 -3
  69. data/config/locales/pl.yml +11 -3
  70. data/config/locales/ps.yml +11 -3
  71. data/config/locales/pt.yml +11 -3
  72. data/config/locales/ro.yml +11 -3
  73. data/config/locales/ru.yml +11 -3
  74. data/config/locales/si.yml +11 -3
  75. data/config/locales/sk.yml +11 -3
  76. data/config/locales/sl.yml +11 -3
  77. data/config/locales/so.yml +11 -3
  78. data/config/locales/sq.yml +11 -3
  79. data/config/locales/sr.yml +11 -3
  80. data/config/locales/sv.yml +11 -3
  81. data/config/locales/sw.yml +11 -3
  82. data/config/locales/ta.yml +11 -3
  83. data/config/locales/th.yml +11 -3
  84. data/config/locales/tk.yml +11 -3
  85. data/config/locales/tr.yml +11 -3
  86. data/config/locales/uk.yml +11 -3
  87. data/config/locales/ur.yml +11 -3
  88. data/config/locales/uz.yml +11 -3
  89. data/config/locales/vi.yml +11 -3
  90. data/config/locales/zh-hk.yml +11 -3
  91. data/config/locales/zh-tw.yml +11 -3
  92. data/config/locales/zh.yml +11 -3
  93. data/lib/govuk_publishing_components/version.rb +1 -1
  94. data/node_modules/axe-core/README.md +2 -2
  95. data/node_modules/axe-core/axe.js +63 -46
  96. data/node_modules/axe-core/axe.min.js +3 -3
  97. data/node_modules/axe-core/locales/_template.json +1 -1
  98. data/node_modules/axe-core/locales/de.json +19 -19
  99. data/node_modules/axe-core/locales/ko.json +4 -4
  100. data/node_modules/axe-core/package.json +4 -3
  101. data/node_modules/axe-core/sri-history.json +4 -0
  102. metadata +20 -9
  103. data/app/assets/images/govuk_publishing_components/action-link-arrow--dark.png +0 -0
  104. data/app/assets/images/govuk_publishing_components/action-link-arrow--light.png +0 -0
  105. data/app/assets/images/govuk_publishing_components/action-link-arrow--simple-light.png +0 -0
  106. data/app/assets/images/govuk_publishing_components/action-link-arrow--simple.png +0 -0
  107. data/app/assets/images/govuk_publishing_components/action-link-arrow.png +0 -0
  108. data/app/assets/images/govuk_publishing_components/search-button.png +0 -0
  109. data/app/views/govuk_publishing_components/components/layout_header/_search.html.erb +0 -29
@@ -31,6 +31,8 @@ cy:
31
31
  request_format_text: Efallai na fydd y ffeil hon yn addas ar gyfer defnyddwyr technoleg gynorthwyol.
32
32
  back_link:
33
33
  back: Nôl
34
+ back_to_top_link:
35
+ contents: Cynnwys
34
36
  character_count:
35
37
  body: Gallwch roi hyd at %{number} o %{type}
36
38
  type:
@@ -91,6 +93,8 @@ cy:
91
93
  what_doing: Beth oeddech chi'n wneud?
92
94
  what_wrong: Beth aeth o'i le?
93
95
  'yes': Ie
96
+ figure:
97
+ image_credit: 'Delwedd gan: %{credit}'
94
98
  intervention:
95
99
  accessible_link_text_suffix:
96
100
  layout_footer:
@@ -110,10 +114,7 @@ cy:
110
114
  manage:
111
115
  link_text:
112
116
  layout_header:
113
- hide_button: Cuddio'r chwiliad
114
117
  menu: Dewislen
115
- search_button: Chwilio GOV.UK
116
- show_button: Dangos y chwiliad
117
118
  top_level: Lefel uchaf
118
119
  layout_super_navigation_header:
119
120
  logo_link_title:
@@ -161,6 +162,13 @@ cy:
161
162
  previous:
162
163
  print_link:
163
164
  text: Argraffu'r dudalen hon
165
+ published_dates:
166
+ hidden_heading:
167
+ hide_all_updates: cuddio pob diweddariad
168
+ last_updated: Diweddarwyd ddiwethaf ar %{date}
169
+ published: Cyhoeddwyd ar %{date}
170
+ see_all_updates: gweld pob diweddariad
171
+ show_all_updates: dangos pob diweddariad
164
172
  radio:
165
173
  or: neu
166
174
  related_footer_navigation:
@@ -27,6 +27,8 @@ da:
27
27
  request_format_text: Denne fil er muligvis ikke egnet til brugere af hjælpeteknologi.
28
28
  back_link:
29
29
  back: Tilbage
30
+ back_to_top_link:
31
+ contents: Indhold
30
32
  character_count:
31
33
  body: Du kan indtaste op til %{number} %{type}
32
34
  type:
@@ -88,6 +90,8 @@ da:
88
90
  what_doing: Hvad lavede du?
89
91
  what_wrong: Hvad gik galt?
90
92
  'yes': ja
93
+ figure:
94
+ image_credit: 'Billede kredit: %{credit}'
91
95
  intervention:
92
96
  accessible_link_text_suffix:
93
97
  layout_footer:
@@ -107,10 +111,7 @@ da:
107
111
  manage:
108
112
  link_text:
109
113
  layout_header:
110
- hide_button: Skjul søgning
111
114
  menu: Menu
112
- search_button: Søg i GOV.UK
113
- show_button: Vis søgning
114
115
  top_level: Øverste niveau
115
116
  layout_super_navigation_header:
116
117
  logo_link_title:
@@ -158,6 +159,13 @@ da:
158
159
  previous:
159
160
  print_link:
160
161
  text: Udskriv denne side
162
+ published_dates:
163
+ hidden_heading:
164
+ hide_all_updates: skjule alle opdateringer
165
+ last_updated: Senest opdateret %{date}
166
+ published: Udgivet %{date}
167
+ see_all_updates: se alle opdateringer
168
+ show_all_updates: vis alle opdateringer
161
169
  radio:
162
170
  or: eller
163
171
  related_footer_navigation:
@@ -27,6 +27,8 @@ de:
27
27
  request_format_text: Diese Datei ist möglicherweise nicht für Hilfsmittel-Nutzer geeignet.
28
28
  back_link:
29
29
  back: Zurück
30
+ back_to_top_link:
31
+ contents: Inhalte
30
32
  character_count:
31
33
  body: Eingeben können Sie bis zu %{number} %{type}
32
34
  type:
@@ -91,6 +93,8 @@ de:
91
93
  what_doing: Was haben Sie gemacht?
92
94
  what_wrong: Was ist schief gelaufen?
93
95
  'yes': Ja
96
+ figure:
97
+ image_credit: 'Abbildung: %{credit}'
94
98
  intervention:
95
99
  accessible_link_text_suffix:
96
100
  layout_footer:
@@ -110,10 +114,7 @@ de:
110
114
  manage:
111
115
  link_text:
112
116
  layout_header:
113
- hide_button: Suche ausblenden
114
117
  menu: Menü
115
- search_button: GOV.UK durchsuchen
116
- show_button: Suche anzeigen
117
118
  top_level: Oberste Ebene
118
119
  layout_super_navigation_header:
119
120
  logo_link_title:
@@ -161,6 +162,13 @@ de:
161
162
  previous:
162
163
  print_link:
163
164
  text: Diese Seite drucken
165
+ published_dates:
166
+ hidden_heading:
167
+ hide_all_updates: alle Aktualisierungen ausblenden
168
+ last_updated: Letzte Aktualisierung am %{date}
169
+ published: Veröffentlicht am %{date}
170
+ see_all_updates: alle Aktualisierungen ansehen
171
+ show_all_updates: alle Aktualisierungen anzeigen
164
172
  radio:
165
173
  or: oder
166
174
  related_footer_navigation:
@@ -30,6 +30,8 @@ dr:
30
30
  request_format_text: این فایل ممکن است برای کاربران تکنالوژی کمکی مناسب نباشد.
31
31
  back_link:
32
32
  back: برگشت
33
+ back_to_top_link:
34
+ contents: محتویات
33
35
  character_count:
34
36
  body: شما میتوانید حد اکثر%{number} %{type} را وارد نمایید
35
37
  type:
@@ -89,6 +91,8 @@ dr:
89
91
  what_doing: مصروف چه کاری بودید؟
90
92
  what_wrong: چه اشتباهی رخ داد؟
91
93
  'yes': بلی
94
+ figure:
95
+ image_credit: "%{credit}:کریدت تصویر\n"
92
96
  intervention:
93
97
  accessible_link_text_suffix:
94
98
  layout_footer:
@@ -108,10 +112,7 @@ dr:
108
112
  manage:
109
113
  link_text:
110
114
  layout_header:
111
- hide_button: بخش جستجو را مخفی نمایید
112
115
  menu: فهرست
113
- search_button: GOV.UK را جستجو نمایید
114
- show_button: جستجو را نمایش دهید
115
116
  top_level: سطح بالا
116
117
  layout_super_navigation_header:
117
118
  logo_link_title:
@@ -159,6 +160,13 @@ dr:
159
160
  previous:
160
161
  print_link:
161
162
  text: این صفحه را پرنت نمایید
163
+ published_dates:
164
+ hidden_heading:
165
+ hide_all_updates: مخفی کردن تمام آپدیت ها
166
+ last_updated: آخرین آپدیت%{date}
167
+ published: منتشر شده%{date}
168
+ see_all_updates: تمام آپدیت ها را مشاهده نمایید
169
+ show_all_updates: تمام آپدیت ها را نمایش دهید
162
170
  radio:
163
171
  or: و یا
164
172
  related_footer_navigation:
@@ -27,6 +27,8 @@ el:
27
27
  request_format_text: Αυτό το αρχείο ενδέχεται να μην είναι κατάλληλο για χρήστες βοηθητικής τεχνολογίας.
28
28
  back_link:
29
29
  back: Πίσω
30
+ back_to_top_link:
31
+ contents: Περιεχόμενα
30
32
  character_count:
31
33
  body: Μπορείτε να εισαγάγετε έως και %{number} %{type}
32
34
  type:
@@ -87,6 +89,8 @@ el:
87
89
  what_doing: Τι κάνατε;
88
90
  what_wrong: Τι πήγε στραβά;
89
91
  'yes': Ναι
92
+ figure:
93
+ image_credit: 'Εικόνα από: %{credit}'
90
94
  intervention:
91
95
  accessible_link_text_suffix:
92
96
  layout_footer:
@@ -106,10 +110,7 @@ el:
106
110
  manage:
107
111
  link_text:
108
112
  layout_header:
109
- hide_button: Απόκρυψη αναζήτησης
110
113
  menu: Μενού
111
- search_button: Αναζήτηση στο GOV.UK
112
- show_button: Εμφάνιση αναζήτησης
113
114
  top_level: Κορυφαίο επίπεδο
114
115
  layout_super_navigation_header:
115
116
  logo_link_title:
@@ -157,6 +158,13 @@ el:
157
158
  previous:
158
159
  print_link:
159
160
  text: Εκτύπωση αυτής της σελίδας
161
+ published_dates:
162
+ hidden_heading:
163
+ hide_all_updates: απόκρυψη όλων των ενημερώσεων
164
+ last_updated: Τελευταία ενημέρωση %{date}
165
+ published: Δημοσιεύτηκε %{date}
166
+ see_all_updates: δείτε όλες τις ενημερώσεις
167
+ show_all_updates: εμφάνιση όλων των ενημερώσεων
160
168
  radio:
161
169
  or: ή
162
170
  related_footer_navigation:
@@ -27,6 +27,8 @@ en:
27
27
  request_format_text: This file may not be suitable for users of assistive technology.
28
28
  back_link:
29
29
  back: Back
30
+ back_to_top_link:
31
+ contents: Contents
30
32
  character_count:
31
33
  body: You can enter up to %{number} %{type}
32
34
  type:
@@ -86,6 +88,8 @@ en:
86
88
  what_doing: What were you doing?
87
89
  what_wrong: What went wrong?
88
90
  'yes': 'Yes'
91
+ figure:
92
+ image_credit: 'Image credit: %{credit}'
89
93
  intervention:
90
94
  accessible_link_text_suffix: " (opens in a new tab)"
91
95
  layout_footer:
@@ -157,10 +161,7 @@ en:
157
161
  manage:
158
162
  link_text: Settings
159
163
  layout_header:
160
- hide_button: Hide search
161
164
  menu: Menu
162
- search_button: Search GOV.UK
163
- show_button: Show search
164
165
  top_level: Top level
165
166
  layout_super_navigation_header:
166
167
  logo_link_title: Go to the GOV.UK homepage
@@ -264,6 +265,13 @@ en:
264
265
  previous: Previous
265
266
  print_link:
266
267
  text: Print this page
268
+ published_dates:
269
+ hidden_heading: Updates to this page
270
+ hide_all_updates: hide all updates
271
+ last_updated: Last updated %{date}
272
+ published: Published %{date}
273
+ see_all_updates: See all updates
274
+ show_all_updates: show all updates
267
275
  radio:
268
276
  or: or
269
277
  related_footer_navigation:
@@ -27,6 +27,8 @@ es-419:
27
27
  request_format_text: Este archivo puede no ser adecuado para los usuarios de tecnología de asistencia.
28
28
  back_link:
29
29
  back: Volver
30
+ back_to_top_link:
31
+ contents: Contenido
30
32
  character_count:
31
33
  body: Puede introducir hasta %{number} %{type}
32
34
  type:
@@ -87,6 +89,8 @@ es-419:
87
89
  what_doing: "¿Qué estaba haciendo?"
88
90
  what_wrong: "¿Qué salió mal?"
89
91
  'yes': Sí
92
+ figure:
93
+ image_credit: 'Crédito de la imagen: %{credit}'
90
94
  intervention:
91
95
  accessible_link_text_suffix:
92
96
  layout_footer:
@@ -106,10 +110,7 @@ es-419:
106
110
  manage:
107
111
  link_text:
108
112
  layout_header:
109
- hide_button: Ocultar búsqueda
110
113
  menu: Menú
111
- search_button: Buscar en GOV.UK
112
- show_button: Mostrar búsqueda
113
114
  top_level: Nivel superior
114
115
  layout_super_navigation_header:
115
116
  logo_link_title:
@@ -157,6 +158,13 @@ es-419:
157
158
  previous:
158
159
  print_link:
159
160
  text: Imprimir esta página
161
+ published_dates:
162
+ hidden_heading:
163
+ hide_all_updates: ocultar todas las novedades
164
+ last_updated: Última actualización %{date}
165
+ published: Publicado %{date}
166
+ see_all_updates: ver todas las novedades
167
+ show_all_updates: mostrar todas las actualizaciones
160
168
  radio:
161
169
  or: o
162
170
  related_footer_navigation:
@@ -27,6 +27,8 @@ es:
27
27
  request_format_text: Es posible que este archivo no sea adecuado para usuarios de tecnología de asistencia.
28
28
  back_link:
29
29
  back: Atrás
30
+ back_to_top_link:
31
+ contents: Contenido
30
32
  character_count:
31
33
  body: Puede introducir hasta %{number} %{type}
32
34
  type:
@@ -87,6 +89,8 @@ es:
87
89
  what_doing: "¿Qué estaba haciendo?"
88
90
  what_wrong: "¿Qué ha fallado?"
89
91
  'yes': Sí
92
+ figure:
93
+ image_credit: 'Crédito de la imagen: %{credit}'
90
94
  intervention:
91
95
  accessible_link_text_suffix:
92
96
  layout_footer:
@@ -106,10 +110,7 @@ es:
106
110
  manage:
107
111
  link_text:
108
112
  layout_header:
109
- hide_button: Ocultar búsqueda
110
113
  menu: Menú
111
- search_button: Buscar GOV.UK
112
- show_button: Mostrar búsqueda
113
114
  top_level: Nivel superior
114
115
  layout_super_navigation_header:
115
116
  logo_link_title:
@@ -157,6 +158,13 @@ es:
157
158
  previous:
158
159
  print_link:
159
160
  text: Imprimir esta página
161
+ published_dates:
162
+ hidden_heading:
163
+ hide_all_updates: ocultar todas las actualizaciones
164
+ last_updated: Última actualización de %{date}
165
+ published: Publicado %{date}
166
+ see_all_updates: ver todas las actualizaciones
167
+ show_all_updates: mostrar todas las actualizaciones
160
168
  radio:
161
169
  or: o bien
162
170
  related_footer_navigation:
@@ -27,6 +27,8 @@ et:
27
27
  request_format_text: See fail ei pruugi hõlbustustehnoloogia kasutajatele sobida.
28
28
  back_link:
29
29
  back: Tagasi
30
+ back_to_top_link:
31
+ contents: Sisu
30
32
  character_count:
31
33
  body: Saate sisestada kuni %{number} %{type}
32
34
  type:
@@ -90,6 +92,8 @@ et:
90
92
  what_doing: Mida te tegite?
91
93
  what_wrong: Mis läks valesti?
92
94
  'yes': Jah
95
+ figure:
96
+ image_credit: 'Pildi autoriõigus: %{credit}'
93
97
  intervention:
94
98
  accessible_link_text_suffix:
95
99
  layout_footer:
@@ -109,10 +113,7 @@ et:
109
113
  manage:
110
114
  link_text:
111
115
  layout_header:
112
- hide_button: Peida otsing
113
116
  menu: Menüü
114
- search_button: Otsi saidilt GOV.UK
115
- show_button: Kuva otsing
116
117
  top_level: Kõrgeim tase
117
118
  layout_super_navigation_header:
118
119
  logo_link_title:
@@ -160,6 +161,13 @@ et:
160
161
  previous:
161
162
  print_link:
162
163
  text: Prindi see leht
164
+ published_dates:
165
+ hidden_heading:
166
+ hide_all_updates: peida kõik värskendused
167
+ last_updated: Viimati värskendatud %{date}
168
+ published: Avaldatud %{date}
169
+ see_all_updates: vt kõiki värskendusi
170
+ show_all_updates: kuva kõik värskendused
163
171
  radio:
164
172
  or: või
165
173
  related_footer_navigation:
@@ -27,6 +27,8 @@ fa:
27
27
  request_format_text: این فایل ممکن است برای کاربران فناوری‌های کمکی مناسب نباشد.
28
28
  back_link:
29
29
  back: برگشت
30
+ back_to_top_link:
31
+ contents: محتوا
30
32
  character_count:
31
33
  body: می‌توانید حداکثر تا %{number} %{type} وارد کنید
32
34
  type:
@@ -86,6 +88,8 @@ fa:
86
88
  what_doing: داشتید چه کار می‌کردید؟
87
89
  what_wrong: چه مشکلی پیش آمد؟
88
90
  'yes': بله
91
+ figure:
92
+ image_credit: 'اعتبار تصویر: %{credit}'
89
93
  intervention:
90
94
  accessible_link_text_suffix:
91
95
  layout_footer:
@@ -105,10 +109,7 @@ fa:
105
109
  manage:
106
110
  link_text:
107
111
  layout_header:
108
- hide_button: مخفی کردن جستجو
109
112
  menu: منو
110
- search_button: جستجو در GOV.UK
111
- show_button: نمایش جستجو
112
113
  top_level: سطح بالا
113
114
  layout_super_navigation_header:
114
115
  logo_link_title:
@@ -156,6 +157,13 @@ fa:
156
157
  previous:
157
158
  print_link:
158
159
  text: چاپ این صفحه
160
+ published_dates:
161
+ hidden_heading:
162
+ hide_all_updates: مخفی کردن تمام بروزرسانی‌ها
163
+ last_updated: آخرین بروزرسانی %{date}
164
+ published: منشتر شده %{date}
165
+ see_all_updates: مشاهده تمام بروزرسانی‌ها
166
+ show_all_updates: نمایش تمام بروزرسانی‌ها
159
167
  radio:
160
168
  or: یا
161
169
  related_footer_navigation:
@@ -27,6 +27,8 @@ fi:
27
27
  request_format_text: Tämä tiedosto ei ehkä sovellu apuvälineen käyttäjille.
28
28
  back_link:
29
29
  back: Takaisin
30
+ back_to_top_link:
31
+ contents: Sisällys
30
32
  character_count:
31
33
  body: Voit syöttää enintään %{number} %{type}
32
34
  type:
@@ -89,6 +91,8 @@ fi:
89
91
  what_doing: Mitä olit tekemässä?
90
92
  what_wrong: Mikä meni vikaan?
91
93
  'yes': Kyllä
94
+ figure:
95
+ image_credit: 'Kuvaluotto: %{credit}'
92
96
  intervention:
93
97
  accessible_link_text_suffix:
94
98
  layout_footer:
@@ -108,10 +112,7 @@ fi:
108
112
  manage:
109
113
  link_text:
110
114
  layout_header:
111
- hide_button: Piilota haku
112
115
  menu: Valikko
113
- search_button: Hae osoitteesta GOV.UK
114
- show_button: Näytä haku
115
116
  top_level: Huipputaso
116
117
  layout_super_navigation_header:
117
118
  logo_link_title:
@@ -159,6 +160,13 @@ fi:
159
160
  previous:
160
161
  print_link:
161
162
  text: Tulosta tämä sivu
163
+ published_dates:
164
+ hidden_heading:
165
+ hide_all_updates: piilota kaikki päivitykset
166
+ last_updated: Viimeksi päivitetty %{date}
167
+ published: Julkaistu %{date}
168
+ see_all_updates: katso kaikki palvelut
169
+ show_all_updates: näytä kaikki päivitykset
162
170
  radio:
163
171
  or: tai
164
172
  related_footer_navigation:
@@ -27,6 +27,8 @@ fr:
27
27
  request_format_text: Ce fichier est susceptible de ne pas convenir aux utilisateurs de la technologie d'assistance.
28
28
  back_link:
29
29
  back: Retour
30
+ back_to_top_link:
31
+ contents: Contenu
30
32
  character_count:
31
33
  body: Vous pouvez saisir jusqu'à %{number} %{type}
32
34
  type:
@@ -87,6 +89,8 @@ fr:
87
89
  what_doing: Que faisiez-vous ?
88
90
  what_wrong: Qu'est-ce qui n'a pas marché ?
89
91
  'yes': Oui
92
+ figure:
93
+ image_credit: Crédit d'image : %{credit}
90
94
  intervention:
91
95
  accessible_link_text_suffix:
92
96
  layout_footer:
@@ -106,10 +110,7 @@ fr:
106
110
  manage:
107
111
  link_text:
108
112
  layout_header:
109
- hide_button: Masquer la recherche
110
113
  menu: Menu
111
- search_button: Rechercher sur GOV.UK
112
- show_button: Afficher la recherche
113
114
  top_level: Niveau supérieur
114
115
  layout_super_navigation_header:
115
116
  logo_link_title:
@@ -157,6 +158,13 @@ fr:
157
158
  previous:
158
159
  print_link:
159
160
  text: Imprimer cette page
161
+ published_dates:
162
+ hidden_heading:
163
+ hide_all_updates: masquer toutes les mises à jour
164
+ last_updated: Dernière mise à jour le %{date}
165
+ published: Publié le %{date}
166
+ see_all_updates: afficher toutes les mises à jour
167
+ show_all_updates: afficher toutes les mises à jour
160
168
  radio:
161
169
  or: ou
162
170
  related_footer_navigation:
@@ -29,6 +29,8 @@ gd:
29
29
  request_format_text: B’fhéidir nach mbeidh an comhad seo oiriúnach d’úsáideoirí feistí cúnta.
30
30
  back_link:
31
31
  back: filleadh
32
+ back_to_top_link:
33
+ contents: Clár ábhair
32
34
  character_count:
33
35
  body: Caithfidh tú %{number} %{type} a iontráil ar a mhéad
34
36
  type:
@@ -89,6 +91,8 @@ gd:
89
91
  what_doing: Cad atá á dhéanamh agat ?
90
92
  what_wrong: Cad a chuaigh mícheart?
91
93
  'yes': Sea
94
+ figure:
95
+ image_credit: 'Creidmheas íomhá: %{credit}'
92
96
  intervention:
93
97
  accessible_link_text_suffix:
94
98
  layout_footer:
@@ -108,10 +112,7 @@ gd:
108
112
  manage:
109
113
  link_text:
110
114
  layout_header:
111
- hide_button: Folaigh cuardach
112
115
  menu: Biachlár
113
- search_button: Cuardaigh GOV.UK
114
- show_button: Taispeáin cuardach
115
116
  top_level: Tús an taighde
116
117
  layout_super_navigation_header:
117
118
  logo_link_title:
@@ -159,6 +160,13 @@ gd:
159
160
  previous:
160
161
  print_link:
161
162
  text: priontáil an leathanach seo
163
+ published_dates:
164
+ hidden_heading:
165
+ hide_all_updates: gach nuashonrú a cheilt
166
+ last_updated: Nuashonrú deireanach %{date}
167
+ published: Arna chur suas ar %{date}
168
+ see_all_updates: féach gach nuashonrú
169
+ show_all_updates: Taispeáin gach nuashonrú
162
170
  radio:
163
171
  or: Cá háit
164
172
  related_footer_navigation:
@@ -27,6 +27,8 @@ gu:
27
27
  request_format_text: આ ફાઇલ સહાયક ટેક્નોલૉજીના યુઝર્સ માટે કદાચ અનુકૂળ નહીં હોય.
28
28
  back_link:
29
29
  back: પાછળ
30
+ back_to_top_link:
31
+ contents: વિષયવસ્તુ
30
32
  character_count:
31
33
  body: તમે %{number} %{type} સુધી દાખલ કરી શકો છો
32
34
  type:
@@ -87,6 +89,8 @@ gu:
87
89
  what_doing: તમે શું કરી રહ્યા હતા?
88
90
  what_wrong: શું ગરબડ થઈ?
89
91
  'yes': હા
92
+ figure:
93
+ image_credit: ઇમેજ ક્રેડિટ:%{credit}
90
94
  intervention:
91
95
  accessible_link_text_suffix:
92
96
  layout_footer:
@@ -106,10 +110,7 @@ gu:
106
110
  manage:
107
111
  link_text:
108
112
  layout_header:
109
- hide_button: સર્ચને હાઈડ કરો
110
113
  menu: મેનૂ
111
- search_button: GOV.UK શોધો
112
- show_button: સર્ચ બતાવો
113
114
  top_level: ઉચ્ચ સ્તર
114
115
  layout_super_navigation_header:
115
116
  logo_link_title:
@@ -157,6 +158,13 @@ gu:
157
158
  previous:
158
159
  print_link:
159
160
  text: આ પૃષ્ઠ પ્રિન્ટ કરો
161
+ published_dates:
162
+ hidden_heading:
163
+ hide_all_updates: બધા અપડેટ્સને હાઈડ કરો
164
+ last_updated: છેલ્લો અપડેટ %{date}
165
+ published: પ્રકાશિત થયો %{date}
166
+ see_all_updates: બધા અપડેટ્સ જુઓ
167
+ show_all_updates: બધા અપડેટ્સ બતાવો
160
168
  radio:
161
169
  or: અથવા
162
170
  related_footer_navigation:
@@ -27,6 +27,8 @@ he:
27
27
  request_format_text: ייתכן שקובץ זה אינו מתאים למשתמשי טכנולוגיה מסייעת.
28
28
  back_link:
29
29
  back: חזור
30
+ back_to_top_link:
31
+ contents: תוכן
30
32
  character_count:
31
33
  body: תוכל להזין עד% {number}% {type}
32
34
  type:
@@ -87,6 +89,8 @@ he:
87
89
  what_doing: מה אתה עושה?
88
90
  what_wrong: מה השתבש?
89
91
  'yes': כן
92
+ figure:
93
+ image_credit: 'קרדיט תמונה: %{credit}'
90
94
  intervention:
91
95
  accessible_link_text_suffix:
92
96
  layout_footer:
@@ -106,10 +110,7 @@ he:
106
110
  manage:
107
111
  link_text:
108
112
  layout_header:
109
- hide_button: הסתר חיפוש
110
113
  menu: תפריט
111
- search_button: חפש GOV.UK
112
- show_button: הצג חיפוש
113
114
  top_level: רמה עליונה
114
115
  layout_super_navigation_header:
115
116
  logo_link_title:
@@ -157,6 +158,13 @@ he:
157
158
  previous:
158
159
  print_link:
159
160
  text: הדפס עמוד זה
161
+ published_dates:
162
+ hidden_heading:
163
+ hide_all_updates: להסתיר כל עדכונים
164
+ last_updated: עדכון אחרון %{date}
165
+ published: פורסם %{date}
166
+ see_all_updates: ראה כל העדכונים
167
+ show_all_updates: הצג כל עדכונים
160
168
  radio:
161
169
  or: או
162
170
  related_footer_navigation:
@@ -27,6 +27,8 @@ hi:
27
27
  request_format_text: यह फाइल शायद सहायक तकनीक के उपयोगकर्ताओं के लिए उपयुक्त न हो।
28
28
  back_link:
29
29
  back: वापस
30
+ back_to_top_link:
31
+ contents: विषय-वस्तु
30
32
  character_count:
31
33
  body: आप %{number} %{type} तक दर्ज कर सकते हैं
32
34
  type:
@@ -87,6 +89,8 @@ hi:
87
89
  what_doing: आप क्या कर रहे थे?
88
90
  what_wrong: क्या गलत हुआ?
89
91
  'yes': हां
92
+ figure:
93
+ image_credit: 'इमेज क्रेडिट: %{credit}'
90
94
  intervention:
91
95
  accessible_link_text_suffix:
92
96
  layout_footer:
@@ -106,10 +110,7 @@ hi:
106
110
  manage:
107
111
  link_text:
108
112
  layout_header:
109
- hide_button: खोज छिपाएं
110
113
  menu: मेनु
111
- search_button: GOV.UK खोजें
112
- show_button: खोज दिखाएं
113
114
  top_level: शीर्ष स्तर
114
115
  layout_super_navigation_header:
115
116
  logo_link_title:
@@ -157,6 +158,13 @@ hi:
157
158
  previous:
158
159
  print_link:
159
160
  text: यह पेज प्रिंट करें
161
+ published_dates:
162
+ hidden_heading:
163
+ hide_all_updates: सारे अपडेट छिपाएं
164
+ last_updated: पिछली बार अपडेट किया गया %{date}
165
+ published: प्रकाशित %{date}
166
+ see_all_updates: सभी अपडेट देखें
167
+ show_all_updates: सभी अपडेट दिखाएं
160
168
  radio:
161
169
  or: या
162
170
  related_footer_navigation: