govuk_publishing_components 62.2.1 → 63.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 (89) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/govuk_publishing_components/lib/govspeak/magna-charta.js +1 -11
  3. data/app/assets/stylesheets/govuk_publishing_components/_all_components.scss +1 -1
  4. data/app/assets/stylesheets/govuk_publishing_components/components/_image-card.scss +0 -47
  5. data/app/views/govuk_publishing_components/components/_image_card.html.erb +0 -1
  6. data/app/views/govuk_publishing_components/components/_layout_for_public.html.erb +17 -10
  7. data/app/views/govuk_publishing_components/components/_pagination.html.erb +40 -0
  8. data/app/views/govuk_publishing_components/components/docs/image_card.yml +0 -23
  9. data/app/views/govuk_publishing_components/components/docs/layout_for_public.yml +6 -0
  10. data/app/views/govuk_publishing_components/components/docs/{previous_and_next_navigation.yml → pagination.yml} +68 -13
  11. data/config/locales/ar.yml +1 -1
  12. data/config/locales/az.yml +1 -1
  13. data/config/locales/be.yml +1 -1
  14. data/config/locales/bg.yml +1 -1
  15. data/config/locales/bn.yml +1 -1
  16. data/config/locales/cs.yml +1 -1
  17. data/config/locales/cy.yml +2 -2
  18. data/config/locales/da.yml +1 -1
  19. data/config/locales/de.yml +1 -1
  20. data/config/locales/dr.yml +1 -1
  21. data/config/locales/el.yml +1 -1
  22. data/config/locales/en.yml +1 -1
  23. data/config/locales/es-419.yml +1 -1
  24. data/config/locales/es.yml +1 -1
  25. data/config/locales/et.yml +1 -1
  26. data/config/locales/fa.yml +1 -1
  27. data/config/locales/fi.yml +1 -1
  28. data/config/locales/fr.yml +1 -1
  29. data/config/locales/gd.yml +1 -1
  30. data/config/locales/gu.yml +1 -1
  31. data/config/locales/he.yml +1 -1
  32. data/config/locales/hi.yml +1 -1
  33. data/config/locales/hr.yml +1 -1
  34. data/config/locales/hu.yml +1 -1
  35. data/config/locales/hy.yml +1 -1
  36. data/config/locales/id.yml +1 -1
  37. data/config/locales/is.yml +1 -1
  38. data/config/locales/it.yml +1 -1
  39. data/config/locales/ja.yml +1 -1
  40. data/config/locales/ka.yml +1 -1
  41. data/config/locales/kk.yml +1 -1
  42. data/config/locales/ko.yml +1 -1
  43. data/config/locales/ku.yml +1 -1
  44. data/config/locales/ky.yml +1 -1
  45. data/config/locales/lt.yml +1 -1
  46. data/config/locales/lv.yml +1 -1
  47. data/config/locales/ms.yml +1 -1
  48. data/config/locales/mt.yml +1 -1
  49. data/config/locales/ne.yml +1 -1
  50. data/config/locales/nl.yml +1 -1
  51. data/config/locales/no.yml +1 -1
  52. data/config/locales/pa-pk.yml +1 -1
  53. data/config/locales/pa.yml +1 -1
  54. data/config/locales/pl.yml +1 -1
  55. data/config/locales/ps.yml +1 -1
  56. data/config/locales/pt.yml +1 -1
  57. data/config/locales/ro.yml +1 -1
  58. data/config/locales/ru.yml +1 -1
  59. data/config/locales/si.yml +1 -1
  60. data/config/locales/sk.yml +1 -1
  61. data/config/locales/sl.yml +1 -1
  62. data/config/locales/so.yml +1 -1
  63. data/config/locales/sq.yml +1 -1
  64. data/config/locales/sr.yml +1 -1
  65. data/config/locales/sv.yml +1 -1
  66. data/config/locales/sw.yml +1 -1
  67. data/config/locales/ta.yml +1 -1
  68. data/config/locales/th.yml +1 -1
  69. data/config/locales/ti.yml +1 -1
  70. data/config/locales/tk.yml +1 -1
  71. data/config/locales/tr.yml +1 -1
  72. data/config/locales/uk.yml +1 -1
  73. data/config/locales/ur.yml +1 -1
  74. data/config/locales/uz.yml +1 -1
  75. data/config/locales/vi.yml +1 -1
  76. data/config/locales/zh-hk.yml +1 -1
  77. data/config/locales/zh-tw.yml +1 -1
  78. data/config/locales/zh.yml +1 -1
  79. data/lib/govuk_publishing_components/presenters/component_wrapper_helper.rb +3 -0
  80. data/lib/govuk_publishing_components/presenters/image_card_helper.rb +1 -56
  81. data/lib/govuk_publishing_components/presenters/pagination_helper.rb +106 -0
  82. data/lib/govuk_publishing_components/version.rb +1 -1
  83. data/lib/govuk_publishing_components.rb +1 -0
  84. metadata +6 -8
  85. data/app/assets/images/govuk_publishing_components/youtube-play-icon.png +0 -0
  86. data/app/assets/images/govuk_publishing_components/youtube-play-icon.svg +0 -4
  87. data/app/assets/javascripts/govuk_publishing_components/components/image-card.js +0 -19
  88. data/app/views/govuk_publishing_components/components/_previous_and_next_navigation.html.erb +0 -73
  89. /data/app/assets/stylesheets/govuk_publishing_components/components/{_previous-and-next-navigation.scss → _pagination.scss} +0 -0
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b14ee30fabb3db7ed08c6e18da64893341f1173eb25ce7af31ea9943d04396ac
4
- data.tar.gz: edce4972ce2cd377cec0ad3de2991a4dbcf42a3959f23d164dc47a610af7cb6c
3
+ metadata.gz: 90f9e9423db2ea202bab6f85c3e7074c123d71a9905b1736355eca6b0487d0ef
4
+ data.tar.gz: 512dc157f628a2e58004215a191f9ea2fadc95157e711107a8ab4e2d37da4fac
5
5
  SHA512:
6
- metadata.gz: a0e490bcafa5edfdd2013aa4ef0e3c66628cfd734d5edf2e3ffbde3d50a21b54fdd5720931a68ec026aec99033d9b3c783e40dde03c78289857573209b9f0958
7
- data.tar.gz: cc9f3d8671616a1b69dcc8e0c092c735edd087211bda3f5c1d394b9383c79e9a479e4a431453fcbee3fe5ec736bde31446d1a882e510628ee318d5e0227f09b3
6
+ metadata.gz: afc7f05626ebca0e9ae1f224580c07feff4d0dd44fff9eb25afcd054665246cde4c98270ca73838767ffb6dcf5ba0ec36df04a1f976f36c4d7682e36012f9a53
7
+ data.tar.gz: 814ab32a098c3f9709579f7c34604927f96668f3aeb615d4e4b0f512d041f3f58a2cea640085d6351e8f91748135de87bce7cac9e35157489d58e8f0a9bc5a30
@@ -10,7 +10,7 @@ window.GOVUK.Modules = window.GOVUK.Modules || {};
10
10
  applyOnInit: true,
11
11
  autoOutdent: false,
12
12
  outdentAll: false,
13
- chartVisibleText: 'Change to table and accessible view',
13
+ chartVisibleText: 'Change to table view',
14
14
  tableVisibleText: 'Change to chart view',
15
15
  chartAlertText: 'Chart visible',
16
16
  tableAlertText: 'Table visible',
@@ -418,17 +418,7 @@ window.GOVUK.Modules = window.GOVUK.Modules || {};
418
418
  }
419
419
 
420
420
  MagnaCharta.prototype.insert = function () {
421
- var label = document.createElement('span')
422
- var labelId = 'mc-chart-not-accessible-' + this.chartId
423
-
424
- label.innerHTML = 'This content is not accessible - switch to table'
425
- label.className = 'mc-hidden'
426
- label.id = labelId
427
-
428
- this.$graphContainer.setAttribute('aria-labelledby', labelId)
429
421
  this.$graphContainer.appendChild(this.$graph)
430
- this.$graphContainer.appendChild(label)
431
-
432
422
  this.$table.insertAdjacentElement('afterend', this.$graphContainer)
433
423
  }
434
424
 
@@ -65,7 +65,7 @@
65
65
  @import "components/panel";
66
66
  @import "components/password-input";
67
67
  @import "components/phase-banner";
68
- @import "components/previous-and-next-navigation";
68
+ @import "components/pagination";
69
69
  @import "components/print-link";
70
70
  @import "components/published-dates";
71
71
  @import "components/radio";
@@ -170,53 +170,6 @@
170
170
  }
171
171
  }
172
172
 
173
- // Ensure the YouTube video has a fluid width
174
- // https://alistapart.com/article/creating-intrinsic-ratios-for-video/
175
- .gem-c-image-card__youtube-video-embed {
176
- position: relative;
177
- padding-bottom: 56.25%; /* 16:9 */
178
- height: 0;
179
- }
180
-
181
- .gem-c-image-card__youtube-video-embed iframe {
182
- position: absolute;
183
- top: 0;
184
- left: 0;
185
- width: 100%;
186
- height: 100%;
187
- }
188
-
189
- .gem-c-image-card__youtube-thumbnail-image-container {
190
- position: relative;
191
-
192
- &::before {
193
- background: url("govuk_publishing_components/youtube-play-icon.png");
194
- background: url("govuk_publishing_components/youtube-play-icon.svg"), linear-gradient(transparent, transparent);
195
- background-repeat: no-repeat;
196
- background-position: 50%;
197
- background-size: 75px auto;
198
- content: "";
199
- height: 100%;
200
- left: 0;
201
- position: absolute;
202
- top: 0;
203
- width: 100%;
204
- z-index: 1;
205
- }
206
- }
207
-
208
- .gem-c-image-card__youtube-thumbnail-image {
209
- filter: brightness(.9);
210
- }
211
-
212
- .gem-c-image-card__youtube-thumbnail-container-text {
213
- margin-top: 10px;
214
- }
215
-
216
- .gem-c-image-card__youtube-thumbnail-container:focus .gem-c-image-card__youtube-thumbnail-container-text {
217
- @include govuk-focused-text;
218
- }
219
-
220
173
  // stylelint-disable declaration-no-important
221
174
  @include govuk-media-query($media-type: print) {
222
175
  .gem-c-image-card__title[class*="govuk-heading-"] {
@@ -33,7 +33,6 @@
33
33
  ]
34
34
  extra_link_classes << brand_helper.color_class
35
35
 
36
- component_helper.add_data_attribute({ module: "image-card" }) if card_helper.youtube_video_id
37
36
  component_helper.set_lang(card_helper.lang)
38
37
  %>
39
38
  <% if card_helper.href || card_helper.extra_details.any? %>
@@ -20,6 +20,7 @@
20
20
  show_cross_service_header ||= false
21
21
  draft_watermark ||= false
22
22
  title ||= "GOV.UK - The best place to find government services and information"
23
+ title_lang ||= nil
23
24
 
24
25
  show_account_layout ||= false
25
26
  account_nav_location ||= nil
@@ -34,7 +35,7 @@
34
35
  <html class="govuk-template govuk-template--rebranded" lang="<%= html_lang %>">
35
36
  <head>
36
37
  <meta charset="utf-8">
37
- <title><%= title %></title>
38
+ <%= tag.title title, lang: title_lang %>
38
39
 
39
40
  <%= javascript_include_tag "govuk_publishing_components/vendor/lux/lux-measurer", { async: true } %>
40
41
  <%= javascript_include_tag "govuk_publishing_components/rum-custom-data", type: "module" %>
@@ -70,10 +71,12 @@
70
71
  <%= javascript_tag nonce: true do -%>
71
72
  document.body.className += ' js-enabled' + ('noModule' in HTMLScriptElement.prototype ? ' govuk-frontend-supported' : '');
72
73
  <% end %>
73
- <%= render "govuk_publishing_components/components/cookie_banner", layout_helper.cookie_banner_data %>
74
- <%= render "govuk_publishing_components/components/skip_link", {
75
- href: "#content",
76
- } %>
74
+ <% I18n.with_locale(:en) do %>
75
+ <%= render "govuk_publishing_components/components/cookie_banner", layout_helper.cookie_banner_data %>
76
+ <%= render "govuk_publishing_components/components/skip_link", {
77
+ href: "#content",
78
+ } %>
79
+ <% end %>
77
80
  <% unless omit_header %>
78
81
  <% if show_cross_service_header %>
79
82
  <%= render "govuk_publishing_components/components/cross_service_header", {
@@ -120,15 +123,19 @@
120
123
 
121
124
  <% unless omit_feedback_form %>
122
125
  <div class="govuk-width-container">
123
- <%= render "govuk_publishing_components/components/feedback" %>
126
+ <% I18n.with_locale(:en) do %>
127
+ <%= render "govuk_publishing_components/components/feedback" %>
128
+ <% end %>
124
129
  </div>
125
130
  <% end %>
126
131
 
127
132
  <% unless local_assigns[:hide_footer_links] %>
128
- <%= render "govuk_publishing_components/components/layout_footer", {
129
- navigation: omit_footer_navigation ? nil : layout_helper.footer_navigation,
130
- meta: layout_helper.footer_meta,
131
- } %>
133
+ <% I18n.with_locale(:en) do %>
134
+ <%= render "govuk_publishing_components/components/layout_footer", {
135
+ navigation: omit_footer_navigation ? nil : layout_helper.footer_navigation,
136
+ meta: layout_helper.footer_meta,
137
+ } %>
138
+ <% end %>
132
139
  <% end %>
133
140
  <%= javascript_include_tag "application", type: "module" %>
134
141
  <% if GovukPublishingComponents::Config.use_es6_components %>
@@ -0,0 +1,40 @@
1
+ <%
2
+ add_gem_component_stylesheet("pagination")
3
+ disable_ga4 ||= false
4
+ items ||= nil
5
+
6
+ component_helper = GovukPublishingComponents::Presenters::ComponentWrapperHelper.new(local_assigns)
7
+ component_helper.add_class("govuk-pagination")
8
+ component_helper.add_class("govuk-pagination--block") if items.blank?
9
+ component_helper.add_aria_attribute({ label: t("components.pagination.pagination") })
10
+ component_helper.add_data_attribute({ module: "ga4-link-tracker" }) unless disable_ga4
11
+ %>
12
+ <% prev_icon = capture do %>
13
+ <svg class="govuk-pagination__icon govuk-pagination__icon--prev" xmlns="http://www.w3.org/2000/svg" height="13" width="15" aria-hidden="true" focusable="false" viewBox="0 0 15 13">
14
+ <path d="m6.5938-0.0078125-6.7266 6.7266 6.7441 6.4062 1.377-1.449-4.1856-3.9768h12.896v-2h-12.984l4.2931-4.293-1.414-1.414z"></path>
15
+ </svg>
16
+ <% end %>
17
+ <% next_icon = capture do %>
18
+ <svg class="govuk-pagination__icon govuk-pagination__icon--next" xmlns="http://www.w3.org/2000/svg" height="13" width="15" aria-hidden="true" focusable="false" viewBox="0 0 15 13">
19
+ <path d="m8.107-0.0078125-1.4136 1.414 4.2926 4.293h-12.986v2h12.896l-4.1855 3.9766 1.377 1.4492 6.7441-6.4062-6.7246-6.7266z"></path>
20
+ </svg>
21
+ <% end %>
22
+ <%
23
+ if local_assigns[:next_page].present?
24
+ local_assigns[:next_page][:icon] = next_icon
25
+ end
26
+
27
+ if local_assigns[:previous_page].present?
28
+ local_assigns[:previous_page][:icon] = prev_icon
29
+ end
30
+
31
+ pagination_helper = GovukPublishingComponents::Presenters::PaginationHelper.new(local_assigns)
32
+
33
+ if pagination_helper.has_links?
34
+ %>
35
+ <%= tag.nav(**component_helper.all_attributes) do %>
36
+ <%= pagination_helper.prev_link %>
37
+ <%= pagination_helper.page_links %>
38
+ <%= pagination_helper.next_link %>
39
+ <% end %>
40
+ <% end %>
@@ -223,29 +223,6 @@ examples:
223
223
  <div class="govuk-!-width-full">
224
224
  <%= component %>
225
225
  </div>
226
- youtube_video:
227
- description: |
228
- Given a Youtube video id, the image card will render a Youtube embed instead of an image. If Javascript fails to execute for any reason, then a fallback link to the Youtube video will be rendered instead.
229
-
230
- Youtube does not support embeds on Internet Explorer versions lower than 10. In addition, Youtube's website will block any version of Internet Explorer using it. There is therefore no fallback for IE9 and lower.
231
- data:
232
- youtube_video_id: "XnP6jaK7ZAY"
233
- href: "/still-not-a-page"
234
- youtube_video_alt: "The vision for GOV.UK"
235
- context:
236
- date: 2017-06-14 11:30:00
237
- text: "Announcement"
238
- description: "Following a news report that something has happened, further details are emerging of the thing that has happened and what that means for you."
239
- extra_details: [
240
- {
241
- text: "Link to video transcript",
242
- href: "/1"
243
- }
244
- ]
245
- embed: |
246
- <div class="govuk-!-width-full">
247
- <%= component %>
248
- </div>
249
226
  with_ga4_tracking:
250
227
  description: The component does not include an option for GA4 tracking, but data attributes to enable the [GA4 link tracker](https://github.com/alphagov/govuk_publishing_components/blob/main/docs/analytics-ga4/ga4-link-tracker.md) can be passed as shown.
251
228
  data:
@@ -126,3 +126,9 @@ examples:
126
126
  cookie_preferences:
127
127
  text: How GOV.UK accounts use cookies
128
128
  href: https://www.gov.uk/government/publications/govuk-accounts-trial-full-privacy-notice-and-accessibility-statement
129
+ with_title_lang_attribute:
130
+ data:
131
+ title: 'Example layout'
132
+ title_lang: 'cy'
133
+ block: |
134
+ <h1>Page content goes here</h1>
@@ -1,16 +1,27 @@
1
- name: Previous and next navigation
1
+ name: Pagination
2
2
  description: Navigational links that allow users to navigate within a series of pages
3
3
  or elements.
4
4
  body: |
5
- This component accepts 2 optional parameters, previous and next.
5
+ This component accepts 3 optional parameters: previous, next and items.
6
6
 
7
- Each optional parameter accepts:
7
+ The next and previous parameters accept:
8
8
 
9
9
  - an URL for the link
10
10
  - a title for the URL
11
11
  - a label that can add extra info (ie page number) that will be displayed under the title
12
12
 
13
13
  If one of the 2 parameters is nil, no link will appear.
14
+
15
+ The item parameter accepts an array of objects with the following parameters:
16
+
17
+ - an href for the link
18
+ - a number of the page (required if ellipsis not set)
19
+ - current, if set then the item will be styled as the current page
20
+ - ellipsis, if set then the item will not be a link but will be a seperator with the text of "..."
21
+ - visually hidden text, which will override the default aria label of the page link (Page NUMBER)
22
+
23
+ For more guidance on best practice, please refer to the [GOV.UK Design System's Pagination guidance](https://design-system.service.gov.uk/components/pagination/).
24
+
14
25
  accessibility_criteria: |
15
26
  Icons in the component must not be announced by screen readers.
16
27
 
@@ -28,41 +39,41 @@ examples:
28
39
  default:
29
40
  data:
30
41
  previous_page:
31
- url: previous-page
42
+ href: previous-page
32
43
  title: Previous page
33
44
  label: 1 of 3
34
45
  only_next:
35
46
  data:
36
47
  next_page:
37
- url: next-page
48
+ href: next-page
38
49
  title: Next page
39
50
  label: Tax disc
40
51
  both_previous_and_next:
41
52
  data:
42
53
  previous_page:
43
- url: previous-page
54
+ href: previous-page
44
55
  title: Previous page
45
56
  label: 1 of 3
46
57
  next_page:
47
- url: next-page
58
+ href: next-page
48
59
  title: Next page
49
60
  label: 3 of 3
50
61
  both_previous_and_next_no_labels:
51
62
  data:
52
63
  previous_page:
53
- url: previous-page
64
+ href: previous-page
54
65
  title: Previous page
55
66
  next_page:
56
- url: next-page
67
+ href: next-page
57
68
  title: Next page
58
69
  become_a_lorry_bus_driver_example:
59
70
  data:
60
71
  previous_page:
61
- url: previous-page
72
+ href: previous-page
62
73
  title: Previous
63
74
  label: Applying for a provisional lorry or bus licence
64
75
  next_page:
65
- url: next-page
76
+ href: next-page
66
77
  title: Next
67
78
  label: 'Driver CPC part 1 test: theory'
68
79
  without_ga4_tracking:
@@ -70,10 +81,54 @@ examples:
70
81
  data:
71
82
  disable_ga4: true
72
83
  previous_page:
73
- url: previous-page
84
+ href: previous-page
74
85
  title: Previous
75
86
  label: Applying for a provisional lorry or bus licence
76
87
  next_page:
77
- url: next-page
88
+ href: next-page
78
89
  title: Next
79
90
  label: 'Driver CPC part 1 test: theory'
91
+ both_previous_and_next_with_items:
92
+ data:
93
+ previous_page:
94
+ href: previous-page
95
+ next_page:
96
+ href: next-page
97
+ items:
98
+ - number: 1
99
+ href: "#"
100
+ - ellipsis: true
101
+ - number: 6
102
+ href: "#"
103
+ - number: 7
104
+ href: "#"
105
+ current: true
106
+ - number: 8
107
+ href: "#"
108
+ - ellipsis: true
109
+ - number: 42
110
+ href: "#"
111
+ next_with_items:
112
+ data:
113
+ next_page:
114
+ href: next-page
115
+ items:
116
+ - number: 1
117
+ href: "#"
118
+ current: true
119
+ - number: 2
120
+ href: "#"
121
+ - number: 3
122
+ href: "#"
123
+ previous_with_items:
124
+ data:
125
+ previous_page:
126
+ href: next-page
127
+ items:
128
+ - number: 1
129
+ href: "#"
130
+ - number: 2
131
+ href: "#"
132
+ - number: 3
133
+ href: "#"
134
+ current: true
@@ -166,7 +166,7 @@ ar:
166
166
  label:
167
167
  password_hidden_announcement:
168
168
  password_shown_announcement:
169
- previous_and_next_navigation:
169
+ pagination:
170
170
  next:
171
171
  pagination: ترقيم الصفحات
172
172
  previous:
@@ -163,7 +163,7 @@ az:
163
163
  label:
164
164
  password_hidden_announcement:
165
165
  password_shown_announcement:
166
- previous_and_next_navigation:
166
+ pagination:
167
167
  next:
168
168
  pagination: Səhifələrə bölmə
169
169
  previous:
@@ -169,7 +169,7 @@ be:
169
169
  label:
170
170
  password_hidden_announcement:
171
171
  password_shown_announcement:
172
- previous_and_next_navigation:
172
+ pagination:
173
173
  next:
174
174
  pagination: Месцаванне старонак
175
175
  previous:
@@ -167,7 +167,7 @@ bg:
167
167
  label:
168
168
  password_hidden_announcement:
169
169
  password_shown_announcement:
170
- previous_and_next_navigation:
170
+ pagination:
171
171
  next:
172
172
  pagination: Страниране
173
173
  previous:
@@ -164,7 +164,7 @@ bn:
164
164
  label:
165
165
  password_hidden_announcement:
166
166
  password_shown_announcement:
167
- previous_and_next_navigation:
167
+ pagination:
168
168
  next:
169
169
  pagination: পেজিনেশন
170
170
  previous:
@@ -168,7 +168,7 @@ cs:
168
168
  label:
169
169
  password_hidden_announcement:
170
170
  password_shown_announcement:
171
- previous_and_next_navigation:
171
+ pagination:
172
172
  next:
173
173
  pagination: Stránkování
174
174
  previous:
@@ -108,7 +108,7 @@ cy:
108
108
  figure:
109
109
  image_credit: 'Delwedd gan: %{credit}'
110
110
  intervention:
111
- accessible_link_text_suffix:
111
+ accessible_link_text_suffix: " (yn agor tab newydd)"
112
112
  layout_footer:
113
113
  copyright_html: <a class="govuk-footer__link govuk-footer__copyright-logo" href="http://www.nationalarchives.gov.uk/information-management/re-using-public-sector-information/copyright-and-re-use/crown-copyright/">© Hawlfraint y Goron</a>
114
114
  licence_html: Mae'r holl gynnwys ar gael o dan <a class="govuk-footer__link" href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/" rel="license">Drwydded Agored y Llywodraeth v3.0</a>, ac eithrio ble nodir yn wahanol
@@ -167,7 +167,7 @@ cy:
167
167
  label:
168
168
  password_hidden_announcement:
169
169
  password_shown_announcement:
170
- previous_and_next_navigation:
170
+ pagination:
171
171
  next:
172
172
  pagination: Tudalennu
173
173
  previous:
@@ -164,7 +164,7 @@ da:
164
164
  label:
165
165
  password_hidden_announcement:
166
166
  password_shown_announcement:
167
- previous_and_next_navigation:
167
+ pagination:
168
168
  next:
169
169
  pagination: Paginering
170
170
  previous:
@@ -167,7 +167,7 @@ de:
167
167
  label:
168
168
  password_hidden_announcement:
169
169
  password_shown_announcement:
170
- previous_and_next_navigation:
170
+ pagination:
171
171
  next:
172
172
  pagination: Seitenzahlen
173
173
  previous:
@@ -165,7 +165,7 @@ dr:
165
165
  label:
166
166
  password_hidden_announcement:
167
167
  password_shown_announcement:
168
- previous_and_next_navigation:
168
+ pagination:
169
169
  next:
170
170
  pagination: صفحه گذاری
171
171
  previous:
@@ -163,7 +163,7 @@ el:
163
163
  label:
164
164
  password_hidden_announcement:
165
165
  password_shown_announcement:
166
- previous_and_next_navigation:
166
+ pagination:
167
167
  next:
168
168
  pagination: Σελιδοποίηση
169
169
  previous:
@@ -270,7 +270,7 @@ en:
270
270
  label: Password
271
271
  password_hidden_announcement: Your password is hidden
272
272
  password_shown_announcement: Your password is visible
273
- previous_and_next_navigation:
273
+ pagination:
274
274
  next: Next
275
275
  pagination: Pagination
276
276
  previous: Previous
@@ -163,7 +163,7 @@ es-419:
163
163
  label:
164
164
  password_hidden_announcement:
165
165
  password_shown_announcement:
166
- previous_and_next_navigation:
166
+ pagination:
167
167
  next:
168
168
  pagination: Paginación
169
169
  previous:
@@ -163,7 +163,7 @@ es:
163
163
  label:
164
164
  password_hidden_announcement:
165
165
  password_shown_announcement:
166
- previous_and_next_navigation:
166
+ pagination:
167
167
  next:
168
168
  pagination: Paginación
169
169
  previous:
@@ -166,7 +166,7 @@ et:
166
166
  label:
167
167
  password_hidden_announcement:
168
168
  password_shown_announcement:
169
- previous_and_next_navigation:
169
+ pagination:
170
170
  next:
171
171
  pagination: Lehekülgede jaotus
172
172
  previous:
@@ -162,7 +162,7 @@ fa:
162
162
  label:
163
163
  password_hidden_announcement:
164
164
  password_shown_announcement:
165
- previous_and_next_navigation:
165
+ pagination:
166
166
  next:
167
167
  pagination: صفحه‌بندی
168
168
  previous:
@@ -165,7 +165,7 @@ fi:
165
165
  label:
166
166
  password_hidden_announcement:
167
167
  password_shown_announcement:
168
- previous_and_next_navigation:
168
+ pagination:
169
169
  next:
170
170
  pagination: Sivunumerointi
171
171
  previous:
@@ -163,7 +163,7 @@ fr:
163
163
  label:
164
164
  password_hidden_announcement:
165
165
  password_shown_announcement:
166
- previous_and_next_navigation:
166
+ pagination:
167
167
  next:
168
168
  pagination: Pagination
169
169
  previous:
@@ -165,7 +165,7 @@ gd:
165
165
  label:
166
166
  password_hidden_announcement:
167
167
  password_shown_announcement:
168
- previous_and_next_navigation:
168
+ pagination:
169
169
  next:
170
170
  pagination: Leathanach
171
171
  previous:
@@ -163,7 +163,7 @@ gu:
163
163
  label:
164
164
  password_hidden_announcement:
165
165
  password_shown_announcement:
166
- previous_and_next_navigation:
166
+ pagination:
167
167
  next:
168
168
  pagination: પૃષ્ઠ ક્રમાંકન
169
169
  previous:
@@ -163,7 +163,7 @@ he:
163
163
  label:
164
164
  password_hidden_announcement:
165
165
  password_shown_announcement:
166
- previous_and_next_navigation:
166
+ pagination:
167
167
  next:
168
168
  pagination: חלוקה לעמודים
169
169
  previous:
@@ -163,7 +163,7 @@ hi:
163
163
  label:
164
164
  password_hidden_announcement:
165
165
  password_shown_announcement:
166
- previous_and_next_navigation:
166
+ pagination:
167
167
  next:
168
168
  pagination: पृष्ठांकन
169
169
  previous:
@@ -164,7 +164,7 @@ hr:
164
164
  label:
165
165
  password_hidden_announcement:
166
166
  password_shown_announcement:
167
- previous_and_next_navigation:
167
+ pagination:
168
168
  next:
169
169
  pagination: Paginacija
170
170
  previous:
@@ -166,7 +166,7 @@ hu:
166
166
  label:
167
167
  password_hidden_announcement:
168
168
  password_shown_announcement:
169
- previous_and_next_navigation:
169
+ pagination:
170
170
  next:
171
171
  pagination: Lapszámozás
172
172
  previous:
@@ -167,7 +167,7 @@ hy:
167
167
  label:
168
168
  password_hidden_announcement:
169
169
  password_shown_announcement:
170
- previous_and_next_navigation:
170
+ pagination:
171
171
  next:
172
172
  pagination: Էջադրում
173
173
  previous: