govuk_publishing_components 43.1.0 → 43.1.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (82) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/stylesheets/govuk_publishing_components/components/_action-link.scss +19 -0
  3. data/app/assets/stylesheets/govuk_publishing_components/components/_document-list.scss +0 -22
  4. data/app/assets/stylesheets/govuk_publishing_components/components/_search.scss +1 -1
  5. data/app/assets/stylesheets/govuk_publishing_components/components/_table.scss +7 -0
  6. data/app/assets/stylesheets/govuk_publishing_components/components/govspeak/_advisory.scss +1 -1
  7. data/app/assets/stylesheets/govuk_publishing_components/components/govspeak/_highlight-answer.scss +1 -1
  8. data/app/assets/stylesheets/govuk_publishing_components/components/govspeak/_tables.scss +9 -0
  9. data/app/views/govuk_publishing_components/components/_action_link.html.erb +1 -1
  10. data/app/views/govuk_publishing_components/components/_document_list.html.erb +3 -4
  11. data/app/views/govuk_publishing_components/components/_hint.html.erb +6 -7
  12. data/app/views/govuk_publishing_components/components/_password_input.html.erb +18 -4
  13. data/app/views/govuk_publishing_components/components/docs/document_list.yml +23 -0
  14. data/app/views/govuk_publishing_components/components/docs/hint.yml +1 -0
  15. data/app/views/govuk_publishing_components/components/docs/password_input.yml +16 -1
  16. data/app/views/govuk_publishing_components/components/layout_header/_navigation_items.html.erb +0 -1
  17. data/config/locales/ar.yml +4 -0
  18. data/config/locales/az.yml +4 -0
  19. data/config/locales/be.yml +4 -0
  20. data/config/locales/bg.yml +4 -0
  21. data/config/locales/bn.yml +4 -0
  22. data/config/locales/cs.yml +4 -0
  23. data/config/locales/cy.yml +4 -0
  24. data/config/locales/da.yml +4 -0
  25. data/config/locales/de.yml +4 -0
  26. data/config/locales/dr.yml +4 -0
  27. data/config/locales/el.yml +4 -0
  28. data/config/locales/en.yml +8 -4
  29. data/config/locales/es-419.yml +4 -0
  30. data/config/locales/es.yml +4 -0
  31. data/config/locales/et.yml +4 -0
  32. data/config/locales/fa.yml +4 -0
  33. data/config/locales/fi.yml +4 -0
  34. data/config/locales/fr.yml +4 -0
  35. data/config/locales/gd.yml +4 -0
  36. data/config/locales/gu.yml +4 -0
  37. data/config/locales/he.yml +4 -0
  38. data/config/locales/hi.yml +4 -0
  39. data/config/locales/hr.yml +4 -0
  40. data/config/locales/hu.yml +4 -0
  41. data/config/locales/hy.yml +4 -0
  42. data/config/locales/id.yml +4 -0
  43. data/config/locales/is.yml +4 -0
  44. data/config/locales/it.yml +4 -0
  45. data/config/locales/ja.yml +4 -0
  46. data/config/locales/ka.yml +4 -0
  47. data/config/locales/kk.yml +4 -0
  48. data/config/locales/ko.yml +4 -0
  49. data/config/locales/lt.yml +4 -0
  50. data/config/locales/lv.yml +4 -0
  51. data/config/locales/ms.yml +4 -0
  52. data/config/locales/mt.yml +4 -0
  53. data/config/locales/nl.yml +4 -0
  54. data/config/locales/no.yml +4 -0
  55. data/config/locales/pa-pk.yml +4 -0
  56. data/config/locales/pa.yml +4 -0
  57. data/config/locales/pl.yml +4 -0
  58. data/config/locales/ps.yml +4 -0
  59. data/config/locales/pt.yml +4 -0
  60. data/config/locales/ro.yml +4 -0
  61. data/config/locales/ru.yml +4 -0
  62. data/config/locales/si.yml +4 -0
  63. data/config/locales/sk.yml +4 -0
  64. data/config/locales/sl.yml +4 -0
  65. data/config/locales/so.yml +4 -0
  66. data/config/locales/sq.yml +4 -0
  67. data/config/locales/sr.yml +4 -0
  68. data/config/locales/sv.yml +4 -0
  69. data/config/locales/sw.yml +4 -0
  70. data/config/locales/ta.yml +4 -0
  71. data/config/locales/th.yml +4 -0
  72. data/config/locales/tk.yml +4 -0
  73. data/config/locales/tr.yml +4 -0
  74. data/config/locales/uk.yml +4 -0
  75. data/config/locales/ur.yml +4 -0
  76. data/config/locales/uz.yml +4 -0
  77. data/config/locales/vi.yml +4 -0
  78. data/config/locales/zh-hk.yml +4 -0
  79. data/config/locales/zh-tw.yml +4 -0
  80. data/config/locales/zh.yml +4 -0
  81. data/lib/govuk_publishing_components/version.rb +1 -1
  82. metadata +2 -2
@@ -147,9 +147,13 @@ hi:
147
147
  all_content_search_description: "%{organization} से सभी सामग्री खोजें"
148
148
  password_input:
149
149
  button:
150
+ button_aria_hide_label:
150
151
  button_aria_label:
152
+ button_hide:
151
153
  error_text_prefix:
152
154
  label:
155
+ password_hidden_announcement:
156
+ password_shown_announcement:
153
157
  previous_and_next_navigation:
154
158
  next:
155
159
  pagination: पृष्ठांकन
@@ -148,9 +148,13 @@ hr:
148
148
  all_content_search_description: Pronađi sav sadržaj %{organization}
149
149
  password_input:
150
150
  button:
151
+ button_aria_hide_label:
151
152
  button_aria_label:
153
+ button_hide:
152
154
  error_text_prefix:
153
155
  label:
156
+ password_hidden_announcement:
157
+ password_shown_announcement:
154
158
  previous_and_next_navigation:
155
159
  next:
156
160
  pagination: Paginacija
@@ -150,9 +150,13 @@ hu:
150
150
  all_content_search_description: Keresse meg a(z) %{organisation} szervezet minden tartalmát
151
151
  password_input:
152
152
  button:
153
+ button_aria_hide_label:
153
154
  button_aria_label:
155
+ button_hide:
154
156
  error_text_prefix:
155
157
  label:
158
+ password_hidden_announcement:
159
+ password_shown_announcement:
156
160
  previous_and_next_navigation:
157
161
  next:
158
162
  pagination: Lapszámozás
@@ -151,9 +151,13 @@ hy:
151
151
  all_content_search_description: Գտնել %{organisation} ողջ բովանդակությունը
152
152
  password_input:
153
153
  button:
154
+ button_aria_hide_label:
154
155
  button_aria_label:
156
+ button_hide:
155
157
  error_text_prefix:
156
158
  label:
159
+ password_hidden_announcement:
160
+ password_shown_announcement:
157
161
  previous_and_next_navigation:
158
162
  next:
159
163
  pagination: Էջադրում
@@ -147,9 +147,13 @@ id:
147
147
  all_content_search_description: Temukan semua konten dari %{organisation}
148
148
  password_input:
149
149
  button:
150
+ button_aria_hide_label:
150
151
  button_aria_label:
152
+ button_hide:
151
153
  error_text_prefix:
152
154
  label:
155
+ password_hidden_announcement:
156
+ password_shown_announcement:
153
157
  previous_and_next_navigation:
154
158
  next:
155
159
  pagination: Paginasi
@@ -147,9 +147,13 @@ is:
147
147
  all_content_search_description: Finna allt efni frá %{organisation}
148
148
  password_input:
149
149
  button:
150
+ button_aria_hide_label:
150
151
  button_aria_label:
152
+ button_hide:
151
153
  error_text_prefix:
152
154
  label:
155
+ password_hidden_announcement:
156
+ password_shown_announcement:
153
157
  previous_and_next_navigation:
154
158
  next:
155
159
  pagination: Síðuuppsetning
@@ -147,9 +147,13 @@ it:
147
147
  all_content_search_description: Trova tutto il contenuto da %{organisation}
148
148
  password_input:
149
149
  button:
150
+ button_aria_hide_label:
150
151
  button_aria_label:
152
+ button_hide:
151
153
  error_text_prefix:
152
154
  label:
155
+ password_hidden_announcement:
156
+ password_shown_announcement:
153
157
  previous_and_next_navigation:
154
158
  next:
155
159
  pagination: Impaginazione
@@ -143,9 +143,13 @@ ja:
143
143
  all_content_search_description: "%{organisation} からすべてのコンテンツを検索"
144
144
  password_input:
145
145
  button:
146
+ button_aria_hide_label:
146
147
  button_aria_label:
148
+ button_hide:
147
149
  error_text_prefix:
148
150
  label:
151
+ password_hidden_announcement:
152
+ password_shown_announcement:
149
153
  previous_and_next_navigation:
150
154
  next:
151
155
  pagination: ページ付け
@@ -150,9 +150,13 @@ ka:
150
150
  all_content_search_description: ყველა მასალის ნახვა %{organisation}-დან
151
151
  password_input:
152
152
  button:
153
+ button_aria_hide_label:
153
154
  button_aria_label:
155
+ button_hide:
154
156
  error_text_prefix:
155
157
  label:
158
+ password_hidden_announcement:
159
+ password_shown_announcement:
156
160
  previous_and_next_navigation:
157
161
  next:
158
162
  pagination: პაგინაცია
@@ -147,9 +147,13 @@ kk:
147
147
  all_content_search_description: "%{organisation} ішіндегі барлық мазмұнды табу"
148
148
  password_input:
149
149
  button:
150
+ button_aria_hide_label:
150
151
  button_aria_label:
152
+ button_hide:
151
153
  error_text_prefix:
152
154
  label:
155
+ password_hidden_announcement:
156
+ password_shown_announcement:
153
157
  previous_and_next_navigation:
154
158
  next:
155
159
  pagination: Беттеу
@@ -142,9 +142,13 @@ ko:
142
142
  all_content_search_description:
143
143
  password_input:
144
144
  button:
145
+ button_aria_hide_label:
145
146
  button_aria_label:
147
+ button_hide:
146
148
  error_text_prefix:
147
149
  label:
150
+ password_hidden_announcement:
151
+ password_shown_announcement:
148
152
  previous_and_next_navigation:
149
153
  next:
150
154
  pagination:
@@ -152,9 +152,13 @@ lt:
152
152
  all_content_search_description: Rasti visą turinį iš %{organisation}
153
153
  password_input:
154
154
  button:
155
+ button_aria_hide_label:
155
156
  button_aria_label:
157
+ button_hide:
156
158
  error_text_prefix:
157
159
  label:
160
+ password_hidden_announcement:
161
+ password_shown_announcement:
158
162
  previous_and_next_navigation:
159
163
  next:
160
164
  pagination: Suskirstymas puslapiais
@@ -151,9 +151,13 @@ lv:
151
151
  all_content_search_description: Meklēt visu saturu no %{organisation}
152
152
  password_input:
153
153
  button:
154
+ button_aria_hide_label:
154
155
  button_aria_label:
156
+ button_hide:
155
157
  error_text_prefix:
156
158
  label:
159
+ password_hidden_announcement:
160
+ password_shown_announcement:
157
161
  previous_and_next_navigation:
158
162
  next:
159
163
  pagination: Numerācija
@@ -146,9 +146,13 @@ ms:
146
146
  all_content_search_description: Cari semua kandungan dari %{organisation}
147
147
  password_input:
148
148
  button:
149
+ button_aria_hide_label:
149
150
  button_aria_label:
151
+ button_hide:
150
152
  error_text_prefix:
151
153
  label:
154
+ password_hidden_announcement:
155
+ password_shown_announcement:
152
156
  previous_and_next_navigation:
153
157
  next:
154
158
  pagination: Penomboran
@@ -149,9 +149,13 @@ mt:
149
149
  all_content_search_description: Sib il-kontenut kollu mingħand %{organisation}
150
150
  password_input:
151
151
  button:
152
+ button_aria_hide_label:
152
153
  button_aria_label:
154
+ button_hide:
153
155
  error_text_prefix:
154
156
  label:
157
+ password_hidden_announcement:
158
+ password_shown_announcement:
155
159
  previous_and_next_navigation:
156
160
  next:
157
161
  pagination: Paġinazzjoni
@@ -147,9 +147,13 @@ nl:
147
147
  all_content_search_description: Zoek alle inhoud van %{organisation}
148
148
  password_input:
149
149
  button:
150
+ button_aria_hide_label:
150
151
  button_aria_label:
152
+ button_hide:
151
153
  error_text_prefix:
152
154
  label:
155
+ password_hidden_announcement:
156
+ password_shown_announcement:
153
157
  previous_and_next_navigation:
154
158
  next:
155
159
  pagination: Paginering
@@ -147,9 +147,13 @@
147
147
  all_content_search_description: Finn alt innhold fra %{organization}
148
148
  password_input:
149
149
  button:
150
+ button_aria_hide_label:
150
151
  button_aria_label:
152
+ button_hide:
151
153
  error_text_prefix:
152
154
  label:
155
+ password_hidden_announcement:
156
+ password_shown_announcement:
153
157
  previous_and_next_navigation:
154
158
  next:
155
159
  pagination: Paginering
@@ -143,9 +143,13 @@ pa-pk:
143
143
  all_content_search_description: "%{organisation} توں سارا مواد تلاش کرو"
144
144
  password_input:
145
145
  button:
146
+ button_aria_hide_label:
146
147
  button_aria_label:
148
+ button_hide:
147
149
  error_text_prefix:
148
150
  label:
151
+ password_hidden_announcement:
152
+ password_shown_announcement:
149
153
  previous_and_next_navigation:
150
154
  next:
151
155
  pagination: ورقہ بندی
@@ -147,9 +147,13 @@ pa:
147
147
  all_content_search_description: "%{organisation} ਤੋਂ ਸਾਰੀ ਸਮਗਰੀ ਲੱਭੋ"
148
148
  password_input:
149
149
  button:
150
+ button_aria_hide_label:
150
151
  button_aria_label:
152
+ button_hide:
151
153
  error_text_prefix:
152
154
  label:
155
+ password_hidden_announcement:
156
+ password_shown_announcement:
153
157
  previous_and_next_navigation:
154
158
  next:
155
159
  pagination: ਪੰਨਾ
@@ -151,9 +151,13 @@ pl:
151
151
  all_content_search_description: Znajdź całą zawartość od %{organizacja}
152
152
  password_input:
153
153
  button:
154
+ button_aria_hide_label:
154
155
  button_aria_label:
156
+ button_hide:
155
157
  error_text_prefix:
156
158
  label:
159
+ password_hidden_announcement:
160
+ password_shown_announcement:
157
161
  previous_and_next_navigation:
158
162
  next:
159
163
  pagination: Numeracja stron
@@ -144,9 +144,13 @@ ps:
144
144
  all_content_search_description: له%{organization} څخه ټوله مینځپانګه ومومئ
145
145
  password_input:
146
146
  button:
147
+ button_aria_hide_label:
147
148
  button_aria_label:
149
+ button_hide:
148
150
  error_text_prefix:
149
151
  label:
152
+ password_hidden_announcement:
153
+ password_shown_announcement:
150
154
  previous_and_next_navigation:
151
155
  next:
152
156
  pagination: مخینه
@@ -147,9 +147,13 @@ pt:
147
147
  all_content_search_description: Encontrar todo o conteúdo de %{organisation}
148
148
  password_input:
149
149
  button:
150
+ button_aria_hide_label:
150
151
  button_aria_label:
152
+ button_hide:
151
153
  error_text_prefix:
152
154
  label:
155
+ password_hidden_announcement:
156
+ password_shown_announcement:
153
157
  previous_and_next_navigation:
154
158
  next:
155
159
  pagination: Paginação
@@ -148,9 +148,13 @@ ro:
148
148
  all_content_search_description: Găsiți tot conținutul de la %{organisation}
149
149
  password_input:
150
150
  button:
151
+ button_aria_hide_label:
151
152
  button_aria_label:
153
+ button_hide:
152
154
  error_text_prefix:
153
155
  label:
156
+ password_hidden_announcement:
157
+ password_shown_announcement:
154
158
  previous_and_next_navigation:
155
159
  next:
156
160
  pagination: Paginație
@@ -151,9 +151,13 @@ ru:
151
151
  all_content_search_description: Найти весь контент от %{organization}
152
152
  password_input:
153
153
  button:
154
+ button_aria_hide_label:
154
155
  button_aria_label:
156
+ button_hide:
155
157
  error_text_prefix:
156
158
  label:
159
+ password_hidden_announcement:
160
+ password_shown_announcement:
157
161
  previous_and_next_navigation:
158
162
  next:
159
163
  pagination: Разбивка
@@ -147,9 +147,13 @@ si:
147
147
  all_content_search_description: "%{organisation} වෙතින් සියලුම අන්තර්ගතය සෝයන්න"
148
148
  password_input:
149
149
  button:
150
+ button_aria_hide_label:
150
151
  button_aria_label:
152
+ button_hide:
151
153
  error_text_prefix:
152
154
  label:
155
+ password_hidden_announcement:
156
+ password_shown_announcement:
153
157
  previous_and_next_navigation:
154
158
  next:
155
159
  pagination: පිටු අංකය
@@ -152,9 +152,13 @@ sk:
152
152
  all_content_search_description: Nájsť všetok obsah z %{organisation}
153
153
  password_input:
154
154
  button:
155
+ button_aria_hide_label:
155
156
  button_aria_label:
157
+ button_hide:
156
158
  error_text_prefix:
157
159
  label:
160
+ password_hidden_announcement:
161
+ password_shown_announcement:
158
162
  previous_and_next_navigation:
159
163
  next:
160
164
  pagination: Stránkovanie
@@ -154,9 +154,13 @@ sl:
154
154
  all_content_search_description: Oglejte si vse gradivo %{organisation}
155
155
  password_input:
156
156
  button:
157
+ button_aria_hide_label:
157
158
  button_aria_label:
159
+ button_hide:
158
160
  error_text_prefix:
159
161
  label:
162
+ password_hidden_announcement:
163
+ password_shown_announcement:
160
164
  previous_and_next_navigation:
161
165
  next:
162
166
  pagination: Oštevilčenje
@@ -147,9 +147,13 @@ so:
147
147
  all_content_search_description: Raadi dhamaan waxyaabaha uu ka koobanyahay %{organisation}
148
148
  password_input:
149
149
  button:
150
+ button_aria_hide_label:
150
151
  button_aria_label:
152
+ button_hide:
151
153
  error_text_prefix:
152
154
  label:
155
+ password_hidden_announcement:
156
+ password_shown_announcement:
153
157
  previous_and_next_navigation:
154
158
  next:
155
159
  pagination: Lambar siinta boga
@@ -147,9 +147,13 @@ sq:
147
147
  all_content_search_description: Gjeni të gjithë përmbajtjen nga %{organisation}
148
148
  password_input:
149
149
  button:
150
+ button_aria_hide_label:
150
151
  button_aria_label:
152
+ button_hide:
151
153
  error_text_prefix:
152
154
  label:
155
+ password_hidden_announcement:
156
+ password_shown_announcement:
153
157
  previous_and_next_navigation:
154
158
  next:
155
159
  pagination: Numërtimi
@@ -148,9 +148,13 @@ sr:
148
148
  all_content_search_description: Pronađite sav sadržaj organizacije %{organisation}
149
149
  password_input:
150
150
  button:
151
+ button_aria_hide_label:
151
152
  button_aria_label:
153
+ button_hide:
152
154
  error_text_prefix:
153
155
  label:
156
+ password_hidden_announcement:
157
+ password_shown_announcement:
154
158
  previous_and_next_navigation:
155
159
  next:
156
160
  pagination: Broj stranice
@@ -147,9 +147,13 @@ sv:
147
147
  all_content_search_description: Hitta allt innehåll från %{organisation}
148
148
  password_input:
149
149
  button:
150
+ button_aria_hide_label:
150
151
  button_aria_label:
152
+ button_hide:
151
153
  error_text_prefix:
152
154
  label:
155
+ password_hidden_announcement:
156
+ password_shown_announcement:
153
157
  previous_and_next_navigation:
154
158
  next:
155
159
  pagination: Paginering
@@ -147,9 +147,13 @@ sw:
147
147
  all_content_search_description: Tafuta maudhui yote kutoka %{organisation}
148
148
  password_input:
149
149
  button:
150
+ button_aria_hide_label:
150
151
  button_aria_label:
152
+ button_hide:
151
153
  error_text_prefix:
152
154
  label:
155
+ password_hidden_announcement:
156
+ password_shown_announcement:
153
157
  previous_and_next_navigation:
154
158
  next:
155
159
  pagination: Nambari za kurasa
@@ -148,9 +148,13 @@ ta:
148
148
  all_content_search_description: "%{organisation}-லிருந்து அனைத்து உள்ளடக்கத்தையும் கண்டறி"
149
149
  password_input:
150
150
  button:
151
+ button_aria_hide_label:
151
152
  button_aria_label:
153
+ button_hide:
152
154
  error_text_prefix:
153
155
  label:
156
+ password_hidden_announcement:
157
+ password_shown_announcement:
154
158
  previous_and_next_navigation:
155
159
  next:
156
160
  pagination: பக்கமிடுதல்
@@ -145,9 +145,13 @@ th:
145
145
  all_content_search_description: ค้นหาเนื้อหาทั้งหมดจาก %{organisation}
146
146
  password_input:
147
147
  button:
148
+ button_aria_hide_label:
148
149
  button_aria_label:
150
+ button_hide:
149
151
  error_text_prefix:
150
152
  label:
153
+ password_hidden_announcement:
154
+ password_shown_announcement:
151
155
  previous_and_next_navigation:
152
156
  next:
153
157
  pagination: การแบ่งหน้า
@@ -148,9 +148,13 @@ tk:
148
148
  all_content_search_description: Ähli mazmunyny %{organisation}-dan tapyň
149
149
  password_input:
150
150
  button:
151
+ button_aria_hide_label:
151
152
  button_aria_label:
153
+ button_hide:
152
154
  error_text_prefix:
153
155
  label:
156
+ password_hidden_announcement:
157
+ password_shown_announcement:
154
158
  previous_and_next_navigation:
155
159
  next:
156
160
  pagination: Sahypa
@@ -148,9 +148,13 @@ tr:
148
148
  all_content_search_description: "%{organisation} kaynaklı tüm içeriği bul"
149
149
  password_input:
150
150
  button:
151
+ button_aria_hide_label:
151
152
  button_aria_label:
153
+ button_hide:
152
154
  error_text_prefix:
153
155
  label:
156
+ password_hidden_announcement:
157
+ password_shown_announcement:
154
158
  previous_and_next_navigation:
155
159
  next:
156
160
  pagination: Sayfa
@@ -154,9 +154,13 @@ uk:
154
154
  all_content_search_description: Знайти весь вміст від %{organization}
155
155
  password_input:
156
156
  button:
157
+ button_aria_hide_label:
157
158
  button_aria_label:
159
+ button_hide:
158
160
  error_text_prefix:
159
161
  label:
162
+ password_hidden_announcement:
163
+ password_shown_announcement:
160
164
  previous_and_next_navigation:
161
165
  next:
162
166
  pagination: Поділ на сторінки
@@ -144,9 +144,13 @@ ur:
144
144
  all_content_search_description: "%{organisation} کا تمام مواد تلاش کریں"
145
145
  password_input:
146
146
  button:
147
+ button_aria_hide_label:
147
148
  button_aria_label:
149
+ button_hide:
148
150
  error_text_prefix:
149
151
  label:
152
+ password_hidden_announcement:
153
+ password_shown_announcement:
150
154
  previous_and_next_navigation:
151
155
  next:
152
156
  pagination: صفحہ بندی
@@ -149,9 +149,13 @@ uz:
149
149
  all_content_search_description: "%{organization} дан бутун контентни топиш"
150
150
  password_input:
151
151
  button:
152
+ button_aria_hide_label:
152
153
  button_aria_label:
154
+ button_hide:
153
155
  error_text_prefix:
154
156
  label:
157
+ password_hidden_announcement:
158
+ password_shown_announcement:
155
159
  previous_and_next_navigation:
156
160
  next:
157
161
  pagination: Саҳифаларнинг рақамланиши
@@ -146,9 +146,13 @@ vi:
146
146
  all_content_search_description: Tìm tất cả nội dung từ %{organisation}
147
147
  password_input:
148
148
  button:
149
+ button_aria_hide_label:
149
150
  button_aria_label:
151
+ button_hide:
150
152
  error_text_prefix:
151
153
  label:
154
+ password_hidden_announcement:
155
+ password_shown_announcement:
152
156
  previous_and_next_navigation:
153
157
  next:
154
158
  pagination: Phân trang
@@ -145,9 +145,13 @@ zh-hk:
145
145
  all_content_search_description: 從 %{organisation} 獲得更多內容
146
146
  password_input:
147
147
  button:
148
+ button_aria_hide_label:
148
149
  button_aria_label:
150
+ button_hide:
149
151
  error_text_prefix:
150
152
  label:
153
+ password_hidden_announcement:
154
+ password_shown_announcement:
151
155
  previous_and_next_navigation:
152
156
  next:
153
157
  pagination: 分頁
@@ -145,9 +145,13 @@ zh-tw:
145
145
  all_content_search_description: 從 %{organisation} 找到所有內容
146
146
  password_input:
147
147
  button:
148
+ button_aria_hide_label:
148
149
  button_aria_label:
150
+ button_hide:
149
151
  error_text_prefix:
150
152
  label:
153
+ password_hidden_announcement:
154
+ password_shown_announcement:
151
155
  previous_and_next_navigation:
152
156
  next:
153
157
  pagination: 分頁
@@ -145,9 +145,13 @@ zh:
145
145
  all_content_search_description: 查找 %{organisation} 的全部内容
146
146
  password_input:
147
147
  button:
148
+ button_aria_hide_label:
148
149
  button_aria_label:
150
+ button_hide:
149
151
  error_text_prefix:
150
152
  label:
153
+ password_hidden_announcement:
154
+ password_shown_announcement:
151
155
  previous_and_next_navigation:
152
156
  next:
153
157
  pagination: 分页
@@ -1,3 +1,3 @@
1
1
  module GovukPublishingComponents
2
- VERSION = "43.1.0".freeze
2
+ VERSION = "43.1.1".freeze
3
3
  end