govuk_publishing_components 27.3.0 → 27.3.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (68) hide show
  1. checksums.yaml +4 -4
  2. data/config/locales/ar.yml +40 -0
  3. data/config/locales/az.yml +40 -0
  4. data/config/locales/be.yml +40 -0
  5. data/config/locales/bg.yml +40 -0
  6. data/config/locales/bn.yml +40 -0
  7. data/config/locales/cs.yml +40 -0
  8. data/config/locales/cy.yml +40 -0
  9. data/config/locales/da.yml +40 -0
  10. data/config/locales/de.yml +40 -0
  11. data/config/locales/dr.yml +40 -0
  12. data/config/locales/el.yml +40 -0
  13. data/config/locales/en.yml +3 -0
  14. data/config/locales/es-419.yml +40 -0
  15. data/config/locales/es.yml +40 -0
  16. data/config/locales/et.yml +40 -0
  17. data/config/locales/fa.yml +40 -0
  18. data/config/locales/fi.yml +40 -0
  19. data/config/locales/fr.yml +40 -0
  20. data/config/locales/gd.yml +40 -0
  21. data/config/locales/gu.yml +40 -0
  22. data/config/locales/he.yml +40 -0
  23. data/config/locales/hi.yml +40 -0
  24. data/config/locales/hr.yml +40 -0
  25. data/config/locales/hu.yml +40 -0
  26. data/config/locales/hy.yml +40 -0
  27. data/config/locales/id.yml +40 -0
  28. data/config/locales/is.yml +40 -0
  29. data/config/locales/it.yml +40 -0
  30. data/config/locales/ja.yml +40 -0
  31. data/config/locales/ka.yml +40 -0
  32. data/config/locales/kk.yml +40 -0
  33. data/config/locales/ko.yml +40 -0
  34. data/config/locales/lt.yml +40 -0
  35. data/config/locales/lv.yml +40 -0
  36. data/config/locales/ms.yml +40 -0
  37. data/config/locales/mt.yml +40 -0
  38. data/config/locales/nl.yml +40 -0
  39. data/config/locales/no.yml +40 -0
  40. data/config/locales/pa-pk.yml +40 -0
  41. data/config/locales/pa.yml +40 -0
  42. data/config/locales/pl.yml +40 -0
  43. data/config/locales/ps.yml +40 -0
  44. data/config/locales/pt.yml +40 -0
  45. data/config/locales/ro.yml +40 -0
  46. data/config/locales/ru.yml +40 -0
  47. data/config/locales/si.yml +40 -0
  48. data/config/locales/sk.yml +40 -0
  49. data/config/locales/sl.yml +40 -0
  50. data/config/locales/so.yml +40 -0
  51. data/config/locales/sq.yml +40 -0
  52. data/config/locales/sr.yml +40 -0
  53. data/config/locales/sv.yml +40 -0
  54. data/config/locales/sw.yml +40 -0
  55. data/config/locales/ta.yml +40 -0
  56. data/config/locales/th.yml +40 -0
  57. data/config/locales/tk.yml +40 -0
  58. data/config/locales/tr.yml +40 -0
  59. data/config/locales/uk.yml +40 -0
  60. data/config/locales/ur.yml +40 -0
  61. data/config/locales/uz.yml +40 -0
  62. data/config/locales/vi.yml +40 -0
  63. data/config/locales/zh-hk.yml +40 -0
  64. data/config/locales/zh-tw.yml +40 -0
  65. data/config/locales/zh.yml +40 -0
  66. data/lib/govuk_publishing_components/presenters/devolved_nations_helper.rb +4 -1
  67. data/lib/govuk_publishing_components/version.rb +1 -1
  68. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: d52dba0489e69f7b978320fb25718ed4a674702f4c89f4885780dddd2eeed5bf
4
- data.tar.gz: 66604e208eb054325e982779c62dcfa1d4a463b02801d6d90564d51de90fd5eb
3
+ metadata.gz: c72a238dfe33bedb2354586acae39ae707af2543e1147ad399697b7e943161a5
4
+ data.tar.gz: ebe2c25dfbdc7bbd61962a32a4dad734cefb8a9868e232ab7686137a539fa3ad
5
5
  SHA512:
6
- metadata.gz: 8331252ae2695e7c8f82659a80bcebe413e4d0f8bfad357ac99a512ed0b7124a97c1ba61d9cc508992d10bb6d8f1d52bf105d8040f7e8d9e8c3530a3f7e7f39b
7
- data.tar.gz: 420546b30c1401ba308f1f6c063a8ad1f2bb11f10245a144a1878d534efacb670cc8b965c801879552f23e0b4d4195332a0a1e13d61cb7fdcbb4b85d72330323
6
+ metadata.gz: 25b19ea4edc8469f447c053bdeb90cbec595ddab3be836b9ba9c2c7a46d223b1537a19d81aa94313b46f046d8f9f592c55fdc219225d328907abdeb15a48afbc
7
+ data.tar.gz: bf129ecb95da51adabbb82dadef58fca37606b40ea43998f24c1005d30e9ffba6c1c530c866ab1ceb1d5af6b6ba4fccc196f44573b4044a402efd58b1d5505bb
@@ -43,6 +43,15 @@ ar:
43
43
  hide:
44
44
  text:
45
45
  title:
46
+ devolved_nations:
47
+ applies_to:
48
+ connectors:
49
+ last_word:
50
+ two_words:
51
+ england:
52
+ northern_ireland:
53
+ scotland:
54
+ wales:
46
55
  feedback:
47
56
  close:
48
57
  dont_include_personal_info:
@@ -69,10 +78,36 @@ ar:
69
78
  news_and_communications:
70
79
  statistics:
71
80
  worldwide:
81
+ intervention:
82
+ description:
83
+ dismiss_link_text:
84
+ dismiss_post_link:
85
+ title:
72
86
  layout_footer:
73
87
  copyright_html:
74
88
  licence_html:
75
89
  support_links:
90
+ layout_for_public:
91
+ account_layout:
92
+ feedback:
93
+ banners:
94
+ footer_intro:
95
+ footer_link:
96
+ footer_outro:
97
+ phase_intro:
98
+ phase_link:
99
+ phase_outro:
100
+ title:
101
+ navigation:
102
+ destroy_user_session:
103
+ menu_bar:
104
+ account:
105
+ link_text:
106
+ manage:
107
+ link_text:
108
+ security:
109
+ link_text:
110
+ user_root_path:
76
111
  layout_header:
77
112
  hide_button:
78
113
  menu:
@@ -82,6 +117,9 @@ ar:
82
117
  layout_super_navigation_header:
83
118
  logo_link_title:
84
119
  logo_text:
120
+ menu_toggle_label:
121
+ hide:
122
+ show:
85
123
  navigation_links:
86
124
  navigation_menu_heading:
87
125
  navigation_search_heading:
@@ -100,6 +138,8 @@ ar:
100
138
  toggle_more:
101
139
  modal_dialogue:
102
140
  close_modal:
141
+ notice:
142
+ banner_title:
103
143
  organisation_schema:
104
144
  all_content_search_description:
105
145
  previous_and_next_navigation:
@@ -43,6 +43,15 @@ az:
43
43
  hide:
44
44
  text:
45
45
  title:
46
+ devolved_nations:
47
+ applies_to:
48
+ connectors:
49
+ last_word:
50
+ two_words:
51
+ england:
52
+ northern_ireland:
53
+ scotland:
54
+ wales:
46
55
  feedback:
47
56
  close:
48
57
  dont_include_personal_info:
@@ -69,10 +78,36 @@ az:
69
78
  news_and_communications:
70
79
  statistics:
71
80
  worldwide:
81
+ intervention:
82
+ description:
83
+ dismiss_link_text:
84
+ dismiss_post_link:
85
+ title:
72
86
  layout_footer:
73
87
  copyright_html:
74
88
  licence_html:
75
89
  support_links:
90
+ layout_for_public:
91
+ account_layout:
92
+ feedback:
93
+ banners:
94
+ footer_intro:
95
+ footer_link:
96
+ footer_outro:
97
+ phase_intro:
98
+ phase_link:
99
+ phase_outro:
100
+ title:
101
+ navigation:
102
+ destroy_user_session:
103
+ menu_bar:
104
+ account:
105
+ link_text:
106
+ manage:
107
+ link_text:
108
+ security:
109
+ link_text:
110
+ user_root_path:
76
111
  layout_header:
77
112
  hide_button:
78
113
  menu:
@@ -82,6 +117,9 @@ az:
82
117
  layout_super_navigation_header:
83
118
  logo_link_title:
84
119
  logo_text:
120
+ menu_toggle_label:
121
+ hide:
122
+ show:
85
123
  navigation_links:
86
124
  navigation_menu_heading:
87
125
  navigation_search_heading:
@@ -100,6 +138,8 @@ az:
100
138
  toggle_more:
101
139
  modal_dialogue:
102
140
  close_modal:
141
+ notice:
142
+ banner_title:
103
143
  organisation_schema:
104
144
  all_content_search_description:
105
145
  previous_and_next_navigation:
@@ -43,6 +43,15 @@ be:
43
43
  hide:
44
44
  text:
45
45
  title:
46
+ devolved_nations:
47
+ applies_to:
48
+ connectors:
49
+ last_word:
50
+ two_words:
51
+ england:
52
+ northern_ireland:
53
+ scotland:
54
+ wales:
46
55
  feedback:
47
56
  close:
48
57
  dont_include_personal_info:
@@ -69,10 +78,36 @@ be:
69
78
  news_and_communications:
70
79
  statistics:
71
80
  worldwide:
81
+ intervention:
82
+ description:
83
+ dismiss_link_text:
84
+ dismiss_post_link:
85
+ title:
72
86
  layout_footer:
73
87
  copyright_html:
74
88
  licence_html:
75
89
  support_links:
90
+ layout_for_public:
91
+ account_layout:
92
+ feedback:
93
+ banners:
94
+ footer_intro:
95
+ footer_link:
96
+ footer_outro:
97
+ phase_intro:
98
+ phase_link:
99
+ phase_outro:
100
+ title:
101
+ navigation:
102
+ destroy_user_session:
103
+ menu_bar:
104
+ account:
105
+ link_text:
106
+ manage:
107
+ link_text:
108
+ security:
109
+ link_text:
110
+ user_root_path:
76
111
  layout_header:
77
112
  hide_button:
78
113
  menu:
@@ -82,6 +117,9 @@ be:
82
117
  layout_super_navigation_header:
83
118
  logo_link_title:
84
119
  logo_text:
120
+ menu_toggle_label:
121
+ hide:
122
+ show:
85
123
  navigation_links:
86
124
  navigation_menu_heading:
87
125
  navigation_search_heading:
@@ -100,6 +138,8 @@ be:
100
138
  toggle_more:
101
139
  modal_dialogue:
102
140
  close_modal:
141
+ notice:
142
+ banner_title:
103
143
  organisation_schema:
104
144
  all_content_search_description:
105
145
  previous_and_next_navigation:
@@ -43,6 +43,15 @@ bg:
43
43
  hide:
44
44
  text:
45
45
  title:
46
+ devolved_nations:
47
+ applies_to:
48
+ connectors:
49
+ last_word:
50
+ two_words:
51
+ england:
52
+ northern_ireland:
53
+ scotland:
54
+ wales:
46
55
  feedback:
47
56
  close:
48
57
  dont_include_personal_info:
@@ -69,10 +78,36 @@ bg:
69
78
  news_and_communications:
70
79
  statistics:
71
80
  worldwide:
81
+ intervention:
82
+ description:
83
+ dismiss_link_text:
84
+ dismiss_post_link:
85
+ title:
72
86
  layout_footer:
73
87
  copyright_html:
74
88
  licence_html:
75
89
  support_links:
90
+ layout_for_public:
91
+ account_layout:
92
+ feedback:
93
+ banners:
94
+ footer_intro:
95
+ footer_link:
96
+ footer_outro:
97
+ phase_intro:
98
+ phase_link:
99
+ phase_outro:
100
+ title:
101
+ navigation:
102
+ destroy_user_session:
103
+ menu_bar:
104
+ account:
105
+ link_text:
106
+ manage:
107
+ link_text:
108
+ security:
109
+ link_text:
110
+ user_root_path:
76
111
  layout_header:
77
112
  hide_button:
78
113
  menu:
@@ -82,6 +117,9 @@ bg:
82
117
  layout_super_navigation_header:
83
118
  logo_link_title:
84
119
  logo_text:
120
+ menu_toggle_label:
121
+ hide:
122
+ show:
85
123
  navigation_links:
86
124
  navigation_menu_heading:
87
125
  navigation_search_heading:
@@ -100,6 +138,8 @@ bg:
100
138
  toggle_more:
101
139
  modal_dialogue:
102
140
  close_modal:
141
+ notice:
142
+ banner_title:
103
143
  organisation_schema:
104
144
  all_content_search_description:
105
145
  previous_and_next_navigation:
@@ -43,6 +43,15 @@ bn:
43
43
  hide:
44
44
  text:
45
45
  title:
46
+ devolved_nations:
47
+ applies_to:
48
+ connectors:
49
+ last_word:
50
+ two_words:
51
+ england:
52
+ northern_ireland:
53
+ scotland:
54
+ wales:
46
55
  feedback:
47
56
  close:
48
57
  dont_include_personal_info:
@@ -69,10 +78,36 @@ bn:
69
78
  news_and_communications:
70
79
  statistics:
71
80
  worldwide:
81
+ intervention:
82
+ description:
83
+ dismiss_link_text:
84
+ dismiss_post_link:
85
+ title:
72
86
  layout_footer:
73
87
  copyright_html:
74
88
  licence_html:
75
89
  support_links:
90
+ layout_for_public:
91
+ account_layout:
92
+ feedback:
93
+ banners:
94
+ footer_intro:
95
+ footer_link:
96
+ footer_outro:
97
+ phase_intro:
98
+ phase_link:
99
+ phase_outro:
100
+ title:
101
+ navigation:
102
+ destroy_user_session:
103
+ menu_bar:
104
+ account:
105
+ link_text:
106
+ manage:
107
+ link_text:
108
+ security:
109
+ link_text:
110
+ user_root_path:
76
111
  layout_header:
77
112
  hide_button:
78
113
  menu:
@@ -82,6 +117,9 @@ bn:
82
117
  layout_super_navigation_header:
83
118
  logo_link_title:
84
119
  logo_text:
120
+ menu_toggle_label:
121
+ hide:
122
+ show:
85
123
  navigation_links:
86
124
  navigation_menu_heading:
87
125
  navigation_search_heading:
@@ -100,6 +138,8 @@ bn:
100
138
  toggle_more:
101
139
  modal_dialogue:
102
140
  close_modal:
141
+ notice:
142
+ banner_title:
103
143
  organisation_schema:
104
144
  all_content_search_description:
105
145
  previous_and_next_navigation:
@@ -43,6 +43,15 @@ cs:
43
43
  hide:
44
44
  text:
45
45
  title:
46
+ devolved_nations:
47
+ applies_to:
48
+ connectors:
49
+ last_word:
50
+ two_words:
51
+ england:
52
+ northern_ireland:
53
+ scotland:
54
+ wales:
46
55
  feedback:
47
56
  close:
48
57
  dont_include_personal_info:
@@ -69,10 +78,36 @@ cs:
69
78
  news_and_communications:
70
79
  statistics:
71
80
  worldwide:
81
+ intervention:
82
+ description:
83
+ dismiss_link_text:
84
+ dismiss_post_link:
85
+ title:
72
86
  layout_footer:
73
87
  copyright_html:
74
88
  licence_html:
75
89
  support_links:
90
+ layout_for_public:
91
+ account_layout:
92
+ feedback:
93
+ banners:
94
+ footer_intro:
95
+ footer_link:
96
+ footer_outro:
97
+ phase_intro:
98
+ phase_link:
99
+ phase_outro:
100
+ title:
101
+ navigation:
102
+ destroy_user_session:
103
+ menu_bar:
104
+ account:
105
+ link_text:
106
+ manage:
107
+ link_text:
108
+ security:
109
+ link_text:
110
+ user_root_path:
76
111
  layout_header:
77
112
  hide_button:
78
113
  menu:
@@ -82,6 +117,9 @@ cs:
82
117
  layout_super_navigation_header:
83
118
  logo_link_title:
84
119
  logo_text:
120
+ menu_toggle_label:
121
+ hide:
122
+ show:
85
123
  navigation_links:
86
124
  navigation_menu_heading:
87
125
  navigation_search_heading:
@@ -100,6 +138,8 @@ cs:
100
138
  toggle_more:
101
139
  modal_dialogue:
102
140
  close_modal:
141
+ notice:
142
+ banner_title:
103
143
  organisation_schema:
104
144
  all_content_search_description:
105
145
  previous_and_next_navigation:
@@ -43,6 +43,15 @@ cy:
43
43
  hide:
44
44
  text:
45
45
  title:
46
+ devolved_nations:
47
+ applies_to:
48
+ connectors:
49
+ last_word:
50
+ two_words:
51
+ england:
52
+ northern_ireland:
53
+ scotland:
54
+ wales:
46
55
  feedback:
47
56
  close:
48
57
  dont_include_personal_info:
@@ -69,10 +78,36 @@ cy:
69
78
  news_and_communications:
70
79
  statistics:
71
80
  worldwide:
81
+ intervention:
82
+ description:
83
+ dismiss_link_text:
84
+ dismiss_post_link:
85
+ title:
72
86
  layout_footer:
73
87
  copyright_html:
74
88
  licence_html:
75
89
  support_links:
90
+ layout_for_public:
91
+ account_layout:
92
+ feedback:
93
+ banners:
94
+ footer_intro:
95
+ footer_link:
96
+ footer_outro:
97
+ phase_intro:
98
+ phase_link:
99
+ phase_outro:
100
+ title:
101
+ navigation:
102
+ destroy_user_session:
103
+ menu_bar:
104
+ account:
105
+ link_text:
106
+ manage:
107
+ link_text:
108
+ security:
109
+ link_text:
110
+ user_root_path:
76
111
  layout_header:
77
112
  hide_button:
78
113
  menu:
@@ -82,6 +117,9 @@ cy:
82
117
  layout_super_navigation_header:
83
118
  logo_link_title:
84
119
  logo_text:
120
+ menu_toggle_label:
121
+ hide:
122
+ show:
85
123
  navigation_links:
86
124
  navigation_menu_heading:
87
125
  navigation_search_heading:
@@ -100,6 +138,8 @@ cy:
100
138
  toggle_more:
101
139
  modal_dialogue:
102
140
  close_modal:
141
+ notice:
142
+ banner_title:
103
143
  organisation_schema:
104
144
  all_content_search_description:
105
145
  previous_and_next_navigation:
@@ -43,6 +43,15 @@ da:
43
43
  hide:
44
44
  text:
45
45
  title:
46
+ devolved_nations:
47
+ applies_to:
48
+ connectors:
49
+ last_word:
50
+ two_words:
51
+ england:
52
+ northern_ireland:
53
+ scotland:
54
+ wales:
46
55
  feedback:
47
56
  close:
48
57
  dont_include_personal_info:
@@ -69,10 +78,36 @@ da:
69
78
  news_and_communications:
70
79
  statistics:
71
80
  worldwide:
81
+ intervention:
82
+ description:
83
+ dismiss_link_text:
84
+ dismiss_post_link:
85
+ title:
72
86
  layout_footer:
73
87
  copyright_html:
74
88
  licence_html:
75
89
  support_links:
90
+ layout_for_public:
91
+ account_layout:
92
+ feedback:
93
+ banners:
94
+ footer_intro:
95
+ footer_link:
96
+ footer_outro:
97
+ phase_intro:
98
+ phase_link:
99
+ phase_outro:
100
+ title:
101
+ navigation:
102
+ destroy_user_session:
103
+ menu_bar:
104
+ account:
105
+ link_text:
106
+ manage:
107
+ link_text:
108
+ security:
109
+ link_text:
110
+ user_root_path:
76
111
  layout_header:
77
112
  hide_button:
78
113
  menu:
@@ -82,6 +117,9 @@ da:
82
117
  layout_super_navigation_header:
83
118
  logo_link_title:
84
119
  logo_text:
120
+ menu_toggle_label:
121
+ hide:
122
+ show:
85
123
  navigation_links:
86
124
  navigation_menu_heading:
87
125
  navigation_search_heading:
@@ -100,6 +138,8 @@ da:
100
138
  toggle_more:
101
139
  modal_dialogue:
102
140
  close_modal:
141
+ notice:
142
+ banner_title:
103
143
  organisation_schema:
104
144
  all_content_search_description:
105
145
  previous_and_next_navigation:
@@ -43,6 +43,15 @@ de:
43
43
  hide:
44
44
  text:
45
45
  title:
46
+ devolved_nations:
47
+ applies_to:
48
+ connectors:
49
+ last_word:
50
+ two_words:
51
+ england:
52
+ northern_ireland:
53
+ scotland:
54
+ wales:
46
55
  feedback:
47
56
  close:
48
57
  dont_include_personal_info:
@@ -69,10 +78,36 @@ de:
69
78
  news_and_communications:
70
79
  statistics:
71
80
  worldwide:
81
+ intervention:
82
+ description:
83
+ dismiss_link_text:
84
+ dismiss_post_link:
85
+ title:
72
86
  layout_footer:
73
87
  copyright_html:
74
88
  licence_html:
75
89
  support_links:
90
+ layout_for_public:
91
+ account_layout:
92
+ feedback:
93
+ banners:
94
+ footer_intro:
95
+ footer_link:
96
+ footer_outro:
97
+ phase_intro:
98
+ phase_link:
99
+ phase_outro:
100
+ title:
101
+ navigation:
102
+ destroy_user_session:
103
+ menu_bar:
104
+ account:
105
+ link_text:
106
+ manage:
107
+ link_text:
108
+ security:
109
+ link_text:
110
+ user_root_path:
76
111
  layout_header:
77
112
  hide_button:
78
113
  menu:
@@ -82,6 +117,9 @@ de:
82
117
  layout_super_navigation_header:
83
118
  logo_link_title:
84
119
  logo_text:
120
+ menu_toggle_label:
121
+ hide:
122
+ show:
85
123
  navigation_links:
86
124
  navigation_menu_heading:
87
125
  navigation_search_heading:
@@ -100,6 +138,8 @@ de:
100
138
  toggle_more:
101
139
  modal_dialogue:
102
140
  close_modal:
141
+ notice:
142
+ banner_title:
103
143
  organisation_schema:
104
144
  all_content_search_description:
105
145
  previous_and_next_navigation:
@@ -43,6 +43,15 @@ dr:
43
43
  hide:
44
44
  text:
45
45
  title:
46
+ devolved_nations:
47
+ applies_to:
48
+ connectors:
49
+ last_word:
50
+ two_words:
51
+ england:
52
+ northern_ireland:
53
+ scotland:
54
+ wales:
46
55
  feedback:
47
56
  close:
48
57
  dont_include_personal_info:
@@ -69,10 +78,36 @@ dr:
69
78
  news_and_communications:
70
79
  statistics:
71
80
  worldwide:
81
+ intervention:
82
+ description:
83
+ dismiss_link_text:
84
+ dismiss_post_link:
85
+ title:
72
86
  layout_footer:
73
87
  copyright_html:
74
88
  licence_html:
75
89
  support_links:
90
+ layout_for_public:
91
+ account_layout:
92
+ feedback:
93
+ banners:
94
+ footer_intro:
95
+ footer_link:
96
+ footer_outro:
97
+ phase_intro:
98
+ phase_link:
99
+ phase_outro:
100
+ title:
101
+ navigation:
102
+ destroy_user_session:
103
+ menu_bar:
104
+ account:
105
+ link_text:
106
+ manage:
107
+ link_text:
108
+ security:
109
+ link_text:
110
+ user_root_path:
76
111
  layout_header:
77
112
  hide_button:
78
113
  menu:
@@ -82,6 +117,9 @@ dr:
82
117
  layout_super_navigation_header:
83
118
  logo_link_title:
84
119
  logo_text:
120
+ menu_toggle_label:
121
+ hide:
122
+ show:
85
123
  navigation_links:
86
124
  navigation_menu_heading:
87
125
  navigation_search_heading:
@@ -100,6 +138,8 @@ dr:
100
138
  toggle_more:
101
139
  modal_dialogue:
102
140
  close_modal:
141
+ notice:
142
+ banner_title:
103
143
  organisation_schema:
104
144
  all_content_search_description:
105
145
  previous_and_next_navigation: