govuk_publishing_components 63.2.0 → 63.3.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 (84) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/images/govuk_publishing_components/app-promo-banner/govuk-app-icon.png +0 -0
  3. data/app/assets/javascripts/govuk_publishing_components/analytics-ga4/ga4-page-views.js +1 -0
  4. data/app/assets/javascripts/govuk_publishing_components/components/app-promo-banner.js +134 -0
  5. data/app/assets/javascripts/govuk_publishing_components/lib/cookie-functions.js +1 -0
  6. data/app/assets/stylesheets/govuk_publishing_components/_all_components.scss +1 -0
  7. data/app/assets/stylesheets/govuk_publishing_components/components/_app-promo-banner.scss +64 -0
  8. data/app/views/govuk_publishing_components/components/_app_promo_banner.html.erb +72 -0
  9. data/app/views/govuk_publishing_components/components/_layout_for_public.html.erb +4 -10
  10. data/app/views/govuk_publishing_components/components/docs/app_promo_banner.yml +30 -0
  11. data/app/views/govuk_publishing_components/components/docs/layout_for_public.yml +0 -16
  12. data/app/views/govuk_publishing_components/components/docs/organisation_logo.yml +4 -6
  13. data/app/views/govuk_publishing_components/components/layout_for_public/_account-layout.html.erb +1 -7
  14. data/config/locales/ar.yml +10 -4
  15. data/config/locales/az.yml +10 -4
  16. data/config/locales/be.yml +10 -4
  17. data/config/locales/bg.yml +10 -4
  18. data/config/locales/bn.yml +10 -4
  19. data/config/locales/cs.yml +10 -4
  20. data/config/locales/cy.yml +10 -4
  21. data/config/locales/da.yml +10 -4
  22. data/config/locales/de.yml +10 -4
  23. data/config/locales/dr.yml +10 -4
  24. data/config/locales/el.yml +10 -4
  25. data/config/locales/en.yml +6 -0
  26. data/config/locales/es-419.yml +10 -4
  27. data/config/locales/es.yml +10 -4
  28. data/config/locales/et.yml +10 -4
  29. data/config/locales/fa.yml +10 -4
  30. data/config/locales/fi.yml +10 -4
  31. data/config/locales/fr.yml +10 -4
  32. data/config/locales/gd.yml +10 -4
  33. data/config/locales/gu.yml +10 -4
  34. data/config/locales/he.yml +10 -4
  35. data/config/locales/hi.yml +10 -4
  36. data/config/locales/hr.yml +10 -4
  37. data/config/locales/hu.yml +10 -4
  38. data/config/locales/hy.yml +10 -4
  39. data/config/locales/id.yml +10 -4
  40. data/config/locales/is.yml +10 -4
  41. data/config/locales/it.yml +10 -4
  42. data/config/locales/ja.yml +10 -4
  43. data/config/locales/ka.yml +10 -4
  44. data/config/locales/kk.yml +10 -4
  45. data/config/locales/ko.yml +10 -4
  46. data/config/locales/ku.yml +10 -4
  47. data/config/locales/ky.yml +10 -4
  48. data/config/locales/lt.yml +10 -4
  49. data/config/locales/lv.yml +10 -4
  50. data/config/locales/ms.yml +10 -4
  51. data/config/locales/mt.yml +10 -4
  52. data/config/locales/ne.yml +10 -4
  53. data/config/locales/nl.yml +10 -4
  54. data/config/locales/no.yml +10 -4
  55. data/config/locales/pa-pk.yml +10 -4
  56. data/config/locales/pa.yml +10 -4
  57. data/config/locales/pl.yml +10 -4
  58. data/config/locales/ps.yml +10 -4
  59. data/config/locales/pt.yml +10 -4
  60. data/config/locales/ro.yml +10 -4
  61. data/config/locales/ru.yml +10 -4
  62. data/config/locales/si.yml +10 -4
  63. data/config/locales/sk.yml +10 -4
  64. data/config/locales/sl.yml +10 -4
  65. data/config/locales/so.yml +10 -4
  66. data/config/locales/sq.yml +10 -4
  67. data/config/locales/sr.yml +10 -4
  68. data/config/locales/sv.yml +10 -4
  69. data/config/locales/sw.yml +10 -4
  70. data/config/locales/ta.yml +10 -4
  71. data/config/locales/th.yml +10 -4
  72. data/config/locales/ti.yml +10 -4
  73. data/config/locales/tk.yml +10 -4
  74. data/config/locales/tr.yml +10 -4
  75. data/config/locales/uk.yml +10 -4
  76. data/config/locales/ur.yml +10 -4
  77. data/config/locales/uz.yml +10 -4
  78. data/config/locales/vi.yml +10 -4
  79. data/config/locales/zh-hk.yml +10 -4
  80. data/config/locales/zh-tw.yml +10 -4
  81. data/config/locales/zh.yml +10 -4
  82. data/lib/govuk_publishing_components/presenters/organisation_logo_helper.rb +17 -13
  83. data/lib/govuk_publishing_components/version.rb +1 -1
  84. metadata +7 -2
@@ -13,6 +13,12 @@ is:
13
13
  hide_all: Fela alla hluta
14
14
  show_all: Sýna alla hluta
15
15
  this_section_visually_hidden: " þessi hluti"
16
+ app_promo_banner:
17
+ aria_label:
18
+ body_text:
19
+ close:
20
+ title_text:
21
+ view:
16
22
  article_schema:
17
23
  scoped_search_description: Leita innan %{title}
18
24
  attachment:
@@ -154,6 +160,10 @@ is:
154
160
  selected:
155
161
  organisation_schema:
156
162
  all_content_search_description: Finna allt efni frá %{organisation}
163
+ pagination:
164
+ next:
165
+ pagination: Síðuuppsetning
166
+ previous:
157
167
  password_input:
158
168
  button:
159
169
  button_aria_hide_label:
@@ -163,10 +173,6 @@ is:
163
173
  label:
164
174
  password_hidden_announcement:
165
175
  password_shown_announcement:
166
- pagination:
167
- next:
168
- pagination: Síðuuppsetning
169
- previous:
170
176
  print_link:
171
177
  text: Prenta þessa síðu
172
178
  published_dates:
@@ -13,6 +13,12 @@ it:
13
13
  hide_all: Nascondi tutte le sezioni
14
14
  show_all: Mostra tutte le sezioni
15
15
  this_section_visually_hidden: " questa sezione"
16
+ app_promo_banner:
17
+ aria_label:
18
+ body_text:
19
+ close:
20
+ title_text:
21
+ view:
16
22
  article_schema:
17
23
  scoped_search_description: Cerca in %{title}
18
24
  attachment:
@@ -154,6 +160,10 @@ it:
154
160
  selected:
155
161
  organisation_schema:
156
162
  all_content_search_description: Trova tutto il contenuto da %{organisation}
163
+ pagination:
164
+ next:
165
+ pagination: Impaginazione
166
+ previous:
157
167
  password_input:
158
168
  button:
159
169
  button_aria_hide_label:
@@ -163,10 +173,6 @@ it:
163
173
  label:
164
174
  password_hidden_announcement:
165
175
  password_shown_announcement:
166
- pagination:
167
- next:
168
- pagination: Impaginazione
169
- previous:
170
176
  print_link:
171
177
  text: Stampa questa pagina
172
178
  published_dates:
@@ -13,6 +13,12 @@ ja:
13
13
  hide_all: すべてのセクションを非表示
14
14
  show_all: すべてのセクションを表示
15
15
  this_section_visually_hidden: " このセクション"
16
+ app_promo_banner:
17
+ aria_label:
18
+ body_text:
19
+ close:
20
+ title_text:
21
+ view:
16
22
  article_schema:
17
23
  scoped_search_description: "%{title}内で検索"
18
24
  attachment:
@@ -150,6 +156,10 @@ ja:
150
156
  selected:
151
157
  organisation_schema:
152
158
  all_content_search_description: "%{organisation} からすべてのコンテンツを検索"
159
+ pagination:
160
+ next:
161
+ pagination: ページ付け
162
+ previous:
153
163
  password_input:
154
164
  button:
155
165
  button_aria_hide_label:
@@ -159,10 +169,6 @@ ja:
159
169
  label:
160
170
  password_hidden_announcement:
161
171
  password_shown_announcement:
162
- pagination:
163
- next:
164
- pagination: ページ付け
165
- previous:
166
172
  print_link:
167
173
  text: このページを印刷する
168
174
  published_dates:
@@ -13,6 +13,12 @@ ka:
13
13
  hide_all: ყველა სექციის დამალვა
14
14
  show_all: ყველა სექციის ჩვენება
15
15
  this_section_visually_hidden: " ეს სექცია"
16
+ app_promo_banner:
17
+ aria_label:
18
+ body_text:
19
+ close:
20
+ title_text:
21
+ view:
16
22
  article_schema:
17
23
  scoped_search_description: ძებნა %{title}
18
24
  attachment:
@@ -157,6 +163,10 @@ ka:
157
163
  selected:
158
164
  organisation_schema:
159
165
  all_content_search_description: ყველა მასალის ნახვა %{organisation}-დან
166
+ pagination:
167
+ next:
168
+ pagination: პაგინაცია
169
+ previous:
160
170
  password_input:
161
171
  button:
162
172
  button_aria_hide_label:
@@ -166,10 +176,6 @@ ka:
166
176
  label:
167
177
  password_hidden_announcement:
168
178
  password_shown_announcement:
169
- pagination:
170
- next:
171
- pagination: პაგინაცია
172
- previous:
173
179
  print_link:
174
180
  text: ამ გვერდის ბეჭდვა
175
181
  published_dates:
@@ -13,6 +13,12 @@ kk:
13
13
  hide_all: Барлық бөлімдерді жасыру
14
14
  show_all: Барлық бөлімдерді көрсету
15
15
  this_section_visually_hidden: " бұл бөлім"
16
+ app_promo_banner:
17
+ aria_label:
18
+ body_text:
19
+ close:
20
+ title_text:
21
+ view:
16
22
  article_schema:
17
23
  scoped_search_description: "%{title} ішінен іздеу"
18
24
  attachment:
@@ -154,6 +160,10 @@ kk:
154
160
  selected:
155
161
  organisation_schema:
156
162
  all_content_search_description: "%{organisation} ішіндегі барлық мазмұнды табу"
163
+ pagination:
164
+ next:
165
+ pagination: Беттеу
166
+ previous:
157
167
  password_input:
158
168
  button:
159
169
  button_aria_hide_label:
@@ -163,10 +173,6 @@ kk:
163
173
  label:
164
174
  password_hidden_announcement:
165
175
  password_shown_announcement:
166
- pagination:
167
- next:
168
- pagination: Беттеу
169
- previous:
170
176
  print_link:
171
177
  text: Осы бетті басып шығару
172
178
  published_dates:
@@ -13,6 +13,12 @@ ko:
13
13
  hide_all:
14
14
  show_all:
15
15
  this_section_visually_hidden:
16
+ app_promo_banner:
17
+ aria_label:
18
+ body_text:
19
+ close:
20
+ title_text:
21
+ view:
16
22
  article_schema:
17
23
  scoped_search_description:
18
24
  attachment:
@@ -149,6 +155,10 @@ ko:
149
155
  selected:
150
156
  organisation_schema:
151
157
  all_content_search_description:
158
+ pagination:
159
+ next:
160
+ pagination:
161
+ previous:
152
162
  password_input:
153
163
  button:
154
164
  button_aria_hide_label:
@@ -158,10 +168,6 @@ ko:
158
168
  label:
159
169
  password_hidden_announcement:
160
170
  password_shown_announcement:
161
- pagination:
162
- next:
163
- pagination:
164
- previous:
165
171
  print_link:
166
172
  text:
167
173
  published_dates:
@@ -13,6 +13,12 @@ ku:
13
13
  hide_all: هەموو بەشەکان بشارەوە
14
14
  show_all: هەموو بەشەکان پیشان بدە
15
15
  this_section_visually_hidden: ئەم بەشە
16
+ app_promo_banner:
17
+ aria_label:
18
+ body_text:
19
+ close:
20
+ title_text:
21
+ view:
16
22
  article_schema:
17
23
  scoped_search_description: لە ناوەوە بگەڕێ %{title}
18
24
  attachment:
@@ -153,6 +159,10 @@ ku:
153
159
  selected: هەڵبژێردراوە
154
160
  organisation_schema:
155
161
  all_content_search_description: هەموو ناوەڕۆکەکان لە %{organisation} بدۆزەرەوە
162
+ pagination:
163
+ next: داهاتوو
164
+ pagination: لاپەڕەسازی
165
+ previous: پێشووتر
156
166
  password_input:
157
167
  button: پیشاندان
158
168
  button_aria_hide_label: وشەی نهێنی بشارەوە
@@ -162,10 +172,6 @@ ku:
162
172
  label: ووشەی نهێنی
163
173
  password_hidden_announcement: وشەی نهێنی تۆ شاراوەتەوە
164
174
  password_shown_announcement: وشەی نهێنی تۆ دیارە
165
- pagination:
166
- next: داهاتوو
167
- pagination: لاپەڕەسازی
168
- previous: پێشووتر
169
175
  print_link:
170
176
  text: ئەم لاپەڕەیە پرنت بکە
171
177
  published_dates:
@@ -13,6 +13,12 @@ ky:
13
13
  hide_all: Бардык бөлүмдөрдү жашыруу
14
14
  show_all: Бардык бөлүмдөрдү көрсөтүү
15
15
  this_section_visually_hidden: " бул тандоо"
16
+ app_promo_banner:
17
+ aria_label:
18
+ body_text:
19
+ close:
20
+ title_text:
21
+ view:
16
22
  article_schema:
17
23
  scoped_search_description: "%{title} ичинде издөө"
18
24
  attachment:
@@ -150,6 +156,10 @@ ky:
150
156
  selected: тандалган
151
157
  organisation_schema:
152
158
  all_content_search_description: "%{organisation} бардык мазмунду табыңыз"
159
+ pagination:
160
+ next: Кийинки
161
+ pagination: Барактоо
162
+ previous: Мурунку
153
163
  password_input:
154
164
  button: Көрсөтүү
155
165
  button_aria_hide_label: Сырсөздү жашыруу
@@ -159,10 +169,6 @@ ky:
159
169
  label: Сырсөз
160
170
  password_hidden_announcement: Сырсөзүңүз жашырылган
161
171
  password_shown_announcement: Сырсөзүңүз көрсөтүлгөн
162
- pagination:
163
- next: Кийинки
164
- pagination: Барактоо
165
- previous: Мурунку
166
172
  print_link:
167
173
  text: Бул баракчаны басып чыгаруу
168
174
  published_dates:
@@ -13,6 +13,12 @@ lt:
13
13
  hide_all: Slėpti visas skiltis
14
14
  show_all: Rodyti visas skiltis
15
15
  this_section_visually_hidden: " ši skiltis"
16
+ app_promo_banner:
17
+ aria_label:
18
+ body_text:
19
+ close:
20
+ title_text:
21
+ view:
16
22
  article_schema:
17
23
  scoped_search_description: Ieškoti %{title}
18
24
  attachment:
@@ -159,6 +165,10 @@ lt:
159
165
  selected:
160
166
  organisation_schema:
161
167
  all_content_search_description: Rasti visą turinį iš %{organisation}
168
+ pagination:
169
+ next:
170
+ pagination: Suskirstymas puslapiais
171
+ previous:
162
172
  password_input:
163
173
  button:
164
174
  button_aria_hide_label:
@@ -168,10 +178,6 @@ lt:
168
178
  label:
169
179
  password_hidden_announcement:
170
180
  password_shown_announcement:
171
- pagination:
172
- next:
173
- pagination: Suskirstymas puslapiais
174
- previous:
175
181
  print_link:
176
182
  text: Spausdinti šį puslapį
177
183
  published_dates:
@@ -13,6 +13,12 @@ lv:
13
13
  hide_all: Paslēpt visas sadaļas
14
14
  show_all: Rādīt visas sadaļas
15
15
  this_section_visually_hidden: " šī sadaļa"
16
+ app_promo_banner:
17
+ aria_label:
18
+ body_text:
19
+ close:
20
+ title_text:
21
+ view:
16
22
  article_schema:
17
23
  scoped_search_description: Meklēt %{title}
18
24
  attachment:
@@ -158,6 +164,10 @@ lv:
158
164
  selected:
159
165
  organisation_schema:
160
166
  all_content_search_description: Meklēt visu saturu no %{organisation}
167
+ pagination:
168
+ next:
169
+ pagination: Numerācija
170
+ previous:
161
171
  password_input:
162
172
  button:
163
173
  button_aria_hide_label:
@@ -167,10 +177,6 @@ lv:
167
177
  label:
168
178
  password_hidden_announcement:
169
179
  password_shown_announcement:
170
- pagination:
171
- next:
172
- pagination: Numerācija
173
- previous:
174
180
  print_link:
175
181
  text: Drukāt šo lapu
176
182
  published_dates:
@@ -13,6 +13,12 @@ ms:
13
13
  hide_all: Sorok semua bahagian
14
14
  show_all: Tunjuk semua bahagian
15
15
  this_section_visually_hidden: " bahagian ini"
16
+ app_promo_banner:
17
+ aria_label:
18
+ body_text:
19
+ close:
20
+ title_text:
21
+ view:
16
22
  article_schema:
17
23
  scoped_search_description: Cari dalam %{title}
18
24
  attachment:
@@ -153,6 +159,10 @@ ms:
153
159
  selected:
154
160
  organisation_schema:
155
161
  all_content_search_description: Cari semua kandungan dari %{organisation}
162
+ pagination:
163
+ next:
164
+ pagination: Penomboran
165
+ previous:
156
166
  password_input:
157
167
  button:
158
168
  button_aria_hide_label:
@@ -162,10 +172,6 @@ ms:
162
172
  label:
163
173
  password_hidden_announcement:
164
174
  password_shown_announcement:
165
- pagination:
166
- next:
167
- pagination: Penomboran
168
- previous:
169
175
  print_link:
170
176
  text: Cetak halaman ini
171
177
  published_dates:
@@ -13,6 +13,12 @@ mt:
13
13
  hide_all: Aħbi s-sezzjonijiet kollha
14
14
  show_all: Uri s-sezzjonijiet kollha
15
15
  this_section_visually_hidden: " din is-sezzjoni"
16
+ app_promo_banner:
17
+ aria_label:
18
+ body_text:
19
+ close:
20
+ title_text:
21
+ view:
16
22
  article_schema:
17
23
  scoped_search_description: Fittix fil- %{title}
18
24
  attachment:
@@ -156,6 +162,10 @@ mt:
156
162
  selected:
157
163
  organisation_schema:
158
164
  all_content_search_description: Sib il-kontenut kollu mingħand %{organisation}
165
+ pagination:
166
+ next:
167
+ pagination: Paġinazzjoni
168
+ previous:
159
169
  password_input:
160
170
  button:
161
171
  button_aria_hide_label:
@@ -165,10 +175,6 @@ mt:
165
175
  label:
166
176
  password_hidden_announcement:
167
177
  password_shown_announcement:
168
- pagination:
169
- next:
170
- pagination: Paġinazzjoni
171
- previous:
172
178
  print_link:
173
179
  text: Stampa din il-paġna
174
180
  published_dates:
@@ -13,6 +13,12 @@ ne:
13
13
  hide_all:
14
14
  show_all:
15
15
  this_section_visually_hidden:
16
+ app_promo_banner:
17
+ aria_label:
18
+ body_text:
19
+ close:
20
+ title_text:
21
+ view:
16
22
  article_schema:
17
23
  scoped_search_description:
18
24
  attachment:
@@ -150,6 +156,10 @@ ne:
150
156
  selected:
151
157
  organisation_schema:
152
158
  all_content_search_description:
159
+ pagination:
160
+ next:
161
+ pagination:
162
+ previous:
153
163
  password_input:
154
164
  button:
155
165
  button_aria_hide_label:
@@ -159,10 +169,6 @@ ne:
159
169
  label:
160
170
  password_hidden_announcement:
161
171
  password_shown_announcement:
162
- pagination:
163
- next:
164
- pagination:
165
- previous:
166
172
  print_link:
167
173
  text:
168
174
  published_dates:
@@ -13,6 +13,12 @@ nl:
13
13
  hide_all: Verberg alle secties
14
14
  show_all: Toon alle secties
15
15
  this_section_visually_hidden: " deze sectie"
16
+ app_promo_banner:
17
+ aria_label:
18
+ body_text:
19
+ close:
20
+ title_text:
21
+ view:
16
22
  article_schema:
17
23
  scoped_search_description: Zoeken in %{title}
18
24
  attachment:
@@ -154,6 +160,10 @@ nl:
154
160
  selected:
155
161
  organisation_schema:
156
162
  all_content_search_description: Zoek alle inhoud van %{organisation}
163
+ pagination:
164
+ next:
165
+ pagination: Paginering
166
+ previous:
157
167
  password_input:
158
168
  button:
159
169
  button_aria_hide_label:
@@ -163,10 +173,6 @@ nl:
163
173
  label:
164
174
  password_hidden_announcement:
165
175
  password_shown_announcement:
166
- pagination:
167
- next:
168
- pagination: Paginering
169
- previous:
170
176
  print_link:
171
177
  text: Deze pagina afdrukken
172
178
  published_dates:
@@ -13,6 +13,12 @@
13
13
  hide_all: Skjul alle seksjoner
14
14
  show_all: Vis alle seksjoner
15
15
  this_section_visually_hidden: " denne seksjonen"
16
+ app_promo_banner:
17
+ aria_label:
18
+ body_text:
19
+ close:
20
+ title_text:
21
+ view:
16
22
  article_schema:
17
23
  scoped_search_description: Søk i %{title}
18
24
  attachment:
@@ -154,6 +160,10 @@
154
160
  selected:
155
161
  organisation_schema:
156
162
  all_content_search_description: Finn alt innhold fra %{organization}
163
+ pagination:
164
+ next:
165
+ pagination: Paginering
166
+ previous:
157
167
  password_input:
158
168
  button:
159
169
  button_aria_hide_label:
@@ -163,10 +173,6 @@
163
173
  label:
164
174
  password_hidden_announcement:
165
175
  password_shown_announcement:
166
- pagination:
167
- next:
168
- pagination: Paginering
169
- previous:
170
176
  print_link:
171
177
  text: Skriv ut denne siden
172
178
  published_dates:
@@ -13,6 +13,12 @@ pa-pk:
13
13
  hide_all: سارے حصے چھپاؤ
14
14
  show_all: سارے حصے وکھاؤ
15
15
  this_section_visually_hidden: " اِک حصہ"
16
+ app_promo_banner:
17
+ aria_label:
18
+ body_text:
19
+ close:
20
+ title_text:
21
+ view:
16
22
  article_schema:
17
23
  scoped_search_description: ایندے وچ لَبو {title}%
18
24
  attachment:
@@ -150,6 +156,10 @@ pa-pk:
150
156
  selected:
151
157
  organisation_schema:
152
158
  all_content_search_description: "%{organisation} توں سارا مواد تلاش کرو"
159
+ pagination:
160
+ next:
161
+ pagination: ورقہ بندی
162
+ previous:
153
163
  password_input:
154
164
  button:
155
165
  button_aria_hide_label:
@@ -159,10 +169,6 @@ pa-pk:
159
169
  label:
160
170
  password_hidden_announcement:
161
171
  password_shown_announcement:
162
- pagination:
163
- next:
164
- pagination: ورقہ بندی
165
- previous:
166
172
  print_link:
167
173
  text: ایس ورقے نوں پرنٹ کرو
168
174
  published_dates:
@@ -13,6 +13,12 @@ pa:
13
13
  hide_all: ਸਾਰੇ ਭਾਗ ਲੁਕਾਓ
14
14
  show_all: ਸਾਰੇ ਭਾਗ ਦਿਖਾਓ
15
15
  this_section_visually_hidden: " ਇਹ ਭਾਗ"
16
+ app_promo_banner:
17
+ aria_label:
18
+ body_text:
19
+ close:
20
+ title_text:
21
+ view:
16
22
  article_schema:
17
23
  scoped_search_description: "%{title} ਦੇ ਅੰਦਰ ਖੋਜ ਕਰੋ"
18
24
  attachment:
@@ -154,6 +160,10 @@ pa:
154
160
  selected:
155
161
  organisation_schema:
156
162
  all_content_search_description: "%{organisation} ਤੋਂ ਸਾਰੀ ਸਮਗਰੀ ਲੱਭੋ"
163
+ pagination:
164
+ next:
165
+ pagination: ਪੰਨਾ
166
+ previous:
157
167
  password_input:
158
168
  button:
159
169
  button_aria_hide_label:
@@ -163,10 +173,6 @@ pa:
163
173
  label:
164
174
  password_hidden_announcement:
165
175
  password_shown_announcement:
166
- pagination:
167
- next:
168
- pagination: ਪੰਨਾ
169
- previous:
170
176
  print_link:
171
177
  text: ਇਸ ਪੰਨੇ ਨੂੰ ਛਾਪੋ
172
178
  published_dates:
@@ -13,6 +13,12 @@ pl:
13
13
  hide_all: Ukryj wszystkie części
14
14
  show_all: Pokaż wszystkie części
15
15
  this_section_visually_hidden: " ta część"
16
+ app_promo_banner:
17
+ aria_label:
18
+ body_text:
19
+ close:
20
+ title_text:
21
+ view:
16
22
  article_schema:
17
23
  scoped_search_description: Szukaj w %{title}
18
24
  attachment:
@@ -158,6 +164,10 @@ pl:
158
164
  selected:
159
165
  organisation_schema:
160
166
  all_content_search_description: Znajdź całą zawartość od %{organizacja}
167
+ pagination:
168
+ next:
169
+ pagination: Numeracja stron
170
+ previous:
161
171
  password_input:
162
172
  button:
163
173
  button_aria_hide_label:
@@ -167,10 +177,6 @@ pl:
167
177
  label:
168
178
  password_hidden_announcement:
169
179
  password_shown_announcement:
170
- pagination:
171
- next:
172
- pagination: Numeracja stron
173
- previous:
174
180
  print_link:
175
181
  text: Wydrukuj tę stronę
176
182
  published_dates:
@@ -13,6 +13,12 @@ ps:
13
13
  hide_all: ټولې برخې پټې کړئ
14
14
  show_all: ټولې برخې وښایاست
15
15
  this_section_visually_hidden: " دا برخه"
16
+ app_promo_banner:
17
+ aria_label:
18
+ body_text:
19
+ close:
20
+ title_text:
21
+ view:
16
22
  article_schema:
17
23
  scoped_search_description: په%{title} کې لټون
18
24
  attachment:
@@ -151,6 +157,10 @@ ps:
151
157
  selected:
152
158
  organisation_schema:
153
159
  all_content_search_description: له%{organization} څخه ټوله مینځپانګه ومومئ
160
+ pagination:
161
+ next:
162
+ pagination: مخینه
163
+ previous:
154
164
  password_input:
155
165
  button:
156
166
  button_aria_hide_label:
@@ -160,10 +170,6 @@ ps:
160
170
  label:
161
171
  password_hidden_announcement:
162
172
  password_shown_announcement:
163
- pagination:
164
- next:
165
- pagination: مخینه
166
- previous:
167
173
  print_link:
168
174
  text: دا پاڼه چاپ کړئ
169
175
  published_dates:
@@ -13,6 +13,12 @@ pt:
13
13
  hide_all: Ocultar todas as secções
14
14
  show_all: Mostrar todas as secções
15
15
  this_section_visually_hidden: " Esta secção"
16
+ app_promo_banner:
17
+ aria_label:
18
+ body_text:
19
+ close:
20
+ title_text:
21
+ view:
16
22
  article_schema:
17
23
  scoped_search_description: Procurar em %{title}
18
24
  attachment:
@@ -154,6 +160,10 @@ pt:
154
160
  selected:
155
161
  organisation_schema:
156
162
  all_content_search_description: Encontrar todo o conteúdo de %{organisation}
163
+ pagination:
164
+ next:
165
+ pagination: Paginação
166
+ previous:
157
167
  password_input:
158
168
  button:
159
169
  button_aria_hide_label:
@@ -163,10 +173,6 @@ pt:
163
173
  label:
164
174
  password_hidden_announcement:
165
175
  password_shown_announcement:
166
- pagination:
167
- next:
168
- pagination: Paginação
169
- previous:
170
176
  print_link:
171
177
  text: Imprimir esta página
172
178
  published_dates: