govuk_publishing_components 27.14.1 → 27.17.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (90) hide show
  1. checksums.yaml +4 -4
  2. data/app/assets/javascripts/govuk_publishing_components/analytics/auto-scroll-tracker.js +24 -3
  3. data/app/assets/javascripts/govuk_publishing_components/analytics/custom-dimensions.js +52 -26
  4. data/app/assets/javascripts/govuk_publishing_components/analytics/ecommerce.js +25 -25
  5. data/app/assets/javascripts/govuk_publishing_components/analytics/explicit-cross-domain-links.js +48 -31
  6. data/app/assets/javascripts/govuk_publishing_components/components/single-page-notification-button.js +3 -3
  7. data/app/assets/stylesheets/govuk_publishing_components/components/_big-number.scss +10 -2
  8. data/app/assets/stylesheets/govuk_publishing_components/components/_layout-super-navigation-header.scss +12 -11
  9. data/app/assets/stylesheets/govuk_publishing_components/components/govspeak/_tables.scss +8 -4
  10. data/app/views/govuk_publishing_components/components/_button.html.erb +1 -1
  11. data/app/views/govuk_publishing_components/components/_cookie_banner.html.erb +1 -1
  12. data/app/views/govuk_publishing_components/components/_intervention.html.erb +21 -4
  13. data/app/views/govuk_publishing_components/components/_search.html.erb +25 -9
  14. data/app/views/govuk_publishing_components/components/_single_page_notification_button.html.erb +9 -7
  15. data/app/views/govuk_publishing_components/components/_success_alert.html.erb +4 -1
  16. data/app/views/govuk_publishing_components/components/docs/intervention.yml +11 -0
  17. data/app/views/govuk_publishing_components/components/docs/layout_for_public.yml +1 -1
  18. data/app/views/govuk_publishing_components/components/docs/radio.yml +40 -33
  19. data/app/views/govuk_publishing_components/components/docs/search.yml +25 -0
  20. data/app/views/govuk_publishing_components/components/docs/success_alert.yml +6 -0
  21. data/config/i18n-tasks.yml +8 -0
  22. data/config/locales/ar.yml +134 -131
  23. data/config/locales/az.yml +131 -131
  24. data/config/locales/be.yml +136 -130
  25. data/config/locales/bg.yml +135 -131
  26. data/config/locales/bn.yml +132 -131
  27. data/config/locales/cs.yml +136 -131
  28. data/config/locales/cy.yml +129 -125
  29. data/config/locales/da.yml +132 -131
  30. data/config/locales/de.yml +135 -131
  31. data/config/locales/dr.yml +133 -131
  32. data/config/locales/el.yml +131 -131
  33. data/config/locales/en.yml +13 -12
  34. data/config/locales/es-419.yml +131 -131
  35. data/config/locales/es.yml +131 -131
  36. data/config/locales/et.yml +134 -131
  37. data/config/locales/fa.yml +130 -131
  38. data/config/locales/fi.yml +133 -131
  39. data/config/locales/fr.yml +130 -130
  40. data/config/locales/gd.yml +133 -131
  41. data/config/locales/gu.yml +131 -131
  42. data/config/locales/he.yml +131 -131
  43. data/config/locales/hi.yml +131 -131
  44. data/config/locales/hr.yml +133 -131
  45. data/config/locales/hu.yml +134 -131
  46. data/config/locales/hy.yml +135 -131
  47. data/config/locales/id.yml +132 -131
  48. data/config/locales/is.yml +131 -131
  49. data/config/locales/it.yml +131 -131
  50. data/config/locales/ja.yml +128 -131
  51. data/config/locales/ka.yml +134 -131
  52. data/config/locales/kk.yml +131 -131
  53. data/config/locales/ko.yml +13 -17
  54. data/config/locales/lt.yml +136 -131
  55. data/config/locales/lv.yml +135 -131
  56. data/config/locales/ms.yml +131 -131
  57. data/config/locales/mt.yml +133 -131
  58. data/config/locales/nl.yml +131 -131
  59. data/config/locales/no.yml +131 -131
  60. data/config/locales/pa-pk.yml +128 -132
  61. data/config/locales/pa.yml +131 -131
  62. data/config/locales/pl.yml +135 -131
  63. data/config/locales/ps.yml +128 -131
  64. data/config/locales/pt.yml +131 -131
  65. data/config/locales/ro.yml +132 -131
  66. data/config/locales/ru.yml +135 -131
  67. data/config/locales/si.yml +131 -131
  68. data/config/locales/sk.yml +136 -131
  69. data/config/locales/sl.yml +138 -131
  70. data/config/locales/so.yml +131 -131
  71. data/config/locales/sq.yml +131 -131
  72. data/config/locales/sr.yml +133 -131
  73. data/config/locales/sv.yml +131 -131
  74. data/config/locales/sw.yml +131 -131
  75. data/config/locales/ta.yml +132 -131
  76. data/config/locales/th.yml +130 -131
  77. data/config/locales/tk.yml +132 -131
  78. data/config/locales/tr.yml +132 -131
  79. data/config/locales/uk.yml +138 -131
  80. data/config/locales/ur.yml +128 -131
  81. data/config/locales/uz.yml +133 -131
  82. data/config/locales/vi.yml +131 -131
  83. data/config/locales/zh-hk.yml +130 -131
  84. data/config/locales/zh-tw.yml +130 -131
  85. data/config/locales/zh.yml +130 -131
  86. data/lib/govuk_publishing_components/presenters/button_helper.rb +24 -0
  87. data/lib/govuk_publishing_components/presenters/intervention_helper.rb +20 -2
  88. data/lib/govuk_publishing_components/presenters/single_page_notification_button_helper.rb +4 -7
  89. data/lib/govuk_publishing_components/version.rb +1 -1
  90. metadata +2 -2
@@ -4,45 +4,53 @@ cy:
4
4
  translations: Cyfieithiadau
5
5
  components:
6
6
  accordion:
7
- hide:
8
- hide_all:
9
- show:
10
- show_all:
11
- this_section_visually_hidden:
7
+ hide: Cuddio
8
+ hide_all: Cuddio pob adran
9
+ show: Dangos
10
+ show_all: Dangos pob adran
11
+ this_section_visually_hidden: " yr adran hon"
12
12
  article_schema:
13
- scoped_search_description:
13
+ scoped_search_description: Chwilio o fewn %{title}
14
14
  attachment:
15
- opendocument_html:
16
- order_a_copy:
15
+ opendocument_html: Mae'r ffeil hon mewn fformat <a href='https://www.gov.uk/guidance/using-open-document-formats-odf-in-your-organisation' target=%{target} class='govuk-link'>Dogfen Agored</a>
16
+ order_a_copy: Archebu copi
17
17
  page:
18
- one:
19
- other:
20
- reference:
21
- request_format_cta:
22
- request_format_details_html:
23
- request_format_text:
18
+ few:
19
+ many:
20
+ one: 1 dudalen
21
+ other: "%{count} o dudalennau"
22
+ two:
23
+ zero:
24
+ reference: 'Cyfeirnod: %{reference}'
25
+ request_format_cta: Gwneud cais am fformat hygyrch.
26
+ request_format_details_html: Os ydych chi'n defnyddio technoleg gynorthwyol (er enghraifft, rhaglen darllen sgrin) a bod angen fersiwn o'r ddogfen hon arnoch mewn fformat mwy hygyrch, e-bostiwch <a href='mailto:%{alternative_format_contact_email}' target='_blank' class='govuk-link'>%{alternative_format_contact_email}</a>. Rhowch wybod i ni pa fformat sydd ei angen arnoch. Bydd yn ein helpu ni os byddwch chi'n dweud pa dechnoleg gynorthwyol rydych chi'n ei defnyddio.
27
+ request_format_text: Efallai na fydd y ffeil hon yn addas ar gyfer defnyddwyr technoleg gynorthwyol.
24
28
  back_link:
25
- back: Yn ôl
29
+ back: Nôl
26
30
  character_count:
27
- body:
31
+ body: Gallwch roi hyd at %{number} o %{type}
28
32
  type:
29
- characters:
30
- words:
33
+ characters: nodau
34
+ words: geiriau
31
35
  checkboxes:
32
- or:
36
+ or: neu
33
37
  contents_list:
34
38
  contents: Cynnwys
35
39
  contextual_sidebar:
36
- pretitle:
40
+ pretitle: Hefyd yn rhan o
37
41
  cookie_banner:
38
42
  buttons:
39
- accept_cookies:
40
- reject_cookies:
41
- confirmation_message:
42
- confirmation_message_link:
43
- hide:
43
+ accept_cookies: Derbyn cwcis ychwanegol
44
+ reject_cookies: Gwrthod cwcis ychwanegol
45
+ confirmation_message_html: Gallwch %{link} unrhyw bryd.
46
+ confirmation_message_link: newid eich gosodiadau cwcis
47
+ hide: Cuddio'r neges hon
44
48
  text:
45
- title:
49
+ - Rydyn ni'n defnyddio rhai cwcis hanfodol i wneud i'r wefan hon weithio.
50
+ - Fe hoffen ni osod cwcis ychwanegol i ddeall sut rydych chi'n defnyddio GOV.UK
51
+ - i gofio'ch gosodiadau ac i wella gwasanaethau'r llywodraeth.
52
+ - Rydyn ni hefyd yn defnyddio cwcis sy'n cael eu gosod gan wefannau eraill i'n helpu i gyflwyno cynnwys o'u gwasanaethau nhw.
53
+ title: Cwcis ar GOV.UK
46
54
  devolved_nations:
47
55
  applies_to:
48
56
  connectors:
@@ -51,69 +59,59 @@ cy:
51
59
  england:
52
60
  northern_ireland:
53
61
  scotland:
62
+ type:
63
+ consultation:
64
+ detailed_guide:
65
+ guidance:
66
+ publication:
54
67
  wales:
55
68
  feedback:
56
- close:
57
- dont_include_personal_info:
58
- email_address:
59
- help_us_improve_govuk:
60
- is_not_useful:
61
- is_this_page_useful:
62
- is_useful:
63
- maybe:
64
- more_about_visit:
65
- 'no':
66
- send:
67
- send_me_survey:
68
- something_wrong:
69
- thank_you_for_feedback:
70
- what_doing:
71
- what_wrong:
72
- 'yes':
69
+ close: Cau
70
+ dont_include_personal_info: Peidiwch â chynnwys gwybodaeth bersonol neu ariannol fel eich rhif Yswiriant Gwladol neu rif cerdyn credyd.
71
+ email_address: Cyfeiriad e-bost
72
+ help_us_improve_govuk: Helpwch ni i wella GOV.UK
73
+ is_not_useful: nid yw'r dudalen hon yn ddefnyddiol
74
+ is_this_page_useful: A yw'r dudalen hon yn ddefnyddiol?
75
+ is_useful: mae'r dudalen hon yn ddefnyddiol
76
+ maybe: Efallai
77
+ more_about_visit: I'n helpu i wella GOV.UK, fe hoffen ni wybod mwy am eich ymweliad heddiw. Byddwn ni'n anfon dolen atoch chi i ffurflen adborth. Dim ond 2 funud fydd ei angen i'w llenwi. Peidiwch â phoeni, fyddwn ni ddim yn anfon sbam atoch chi nac yn rhannu eich cyfeiriad e-bost gydag unrhyw un.
78
+ 'no': Na
79
+ send: Anfon
80
+ send_me_survey: Anfon yr arolwg ataf i
81
+ something_wrong: Adrodd problem gyda'r dudalen hon
82
+ thank_you_for_feedback: Diolch am eich adborth
83
+ what_doing: Beth oeddech chi'n wneud?
84
+ what_wrong: Beth aeth o'i le?
85
+ 'yes': Ie
73
86
  government_navigation:
74
- consultations:
75
- departments:
76
- get-involved:
77
- how-government-works:
78
- news_and_communications:
79
- statistics:
80
- worldwide:
81
- intervention:
82
- description:
83
- dismiss_link_text:
84
- dismiss_post_link:
85
- title:
87
+ consultations: Ymgynghoriadau
88
+ departments: Adrannau
89
+ get-involved: Cymryd rhan
90
+ how-government-works: Sut mae'r llywodraeth yn gweithio
91
+ news_and_communications: Newyddion a chyfathrebu
92
+ statistics: Ystadegau
93
+ worldwide: Byd-eang
86
94
  layout_footer:
87
- copyright_html:
88
- licence_html:
89
- support_links:
95
+ 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>
96
+ 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
97
+ support_links: Dolenni cefnogi
90
98
  layout_for_public:
91
99
  account_layout:
92
100
  feedback:
93
101
  banners:
94
- footer_intro:
95
- footer_link:
96
- footer_outro:
97
- phase_intro:
98
- phase_link:
99
- phase_outro:
100
- title:
102
+ phase_banner_html:
101
103
  navigation:
102
- destroy_user_session:
103
104
  menu_bar:
104
105
  account:
105
106
  link_text:
106
107
  manage:
107
108
  link_text:
108
- security:
109
- link_text:
110
- user_root_path:
111
109
  layout_header:
112
- hide_button:
113
- menu:
114
- search_button:
115
- show_button:
116
- top_level:
110
+ hide_button: Cuddio'r chwiliad
111
+ menu: Dewislen
112
+ search_button: Chwilio GOV.UK
113
+ show_button: Dangos y chwiliad
114
+ top_level: Lefel uchaf
117
115
  layout_super_navigation_header:
118
116
  logo_link_title:
119
117
  logo_text:
@@ -128,77 +126,83 @@ cy:
128
126
  popular_links_heading:
129
127
  search_text:
130
128
  metadata:
131
- from:
132
- history:
133
- last_updated:
134
- part_of:
135
- published:
136
- see_all_updates:
137
- toggle_less:
138
- toggle_more:
129
+ from: Gan
130
+ history: Hanes
131
+ last_updated: Diweddarwyd ddiwethaf
132
+ part_of: Rhan o
133
+ published: Cyhoeddwyd
134
+ see_all_updates: Gweld pob diweddariad
135
+ toggle_less: Dangos llai
136
+ toggle_more: "+ %{number} arall"
139
137
  modal_dialogue:
140
- close_modal:
138
+ close_modal: Cau'r ddeialog foddol
141
139
  notice:
142
140
  banner_title:
143
141
  organisation_schema:
144
- all_content_search_description:
142
+ all_content_search_description: Dod o hyd i'r holl gynnwys gan %{organisation}
145
143
  previous_and_next_navigation:
146
- pagination:
144
+ pagination: Tudalennu
147
145
  print_link:
148
- text:
146
+ text: Argraffu'r dudalen hon
149
147
  radio:
150
148
  or: neu
151
149
  related_footer_navigation:
152
- collections:
153
- policies:
154
- statistical_data_sets:
155
- topical_events:
150
+ collections: Casgliadau
151
+ policies: Polisïau
152
+ statistical_data_sets: Setiau data ystadegol
153
+ topical_events: Digwyddiad amserol
156
154
  related_navigation:
157
- collections:
158
- external_links:
159
- policies:
160
- publishers:
161
- related_contacts:
162
- related_content:
163
- related_external_links:
164
- related_guides:
165
- statistical_data_sets:
166
- topical_events:
167
- topics: Archwilior pwnc
155
+ collections: Casgliad
156
+ external_links: O'r we yn ehangach
157
+ policies: Polisi
158
+ publishers: Cyhoeddwyd gan
159
+ related_contacts: Cysylltiadau eraill
160
+ related_content: Cynnwys cysylltiedig
161
+ related_external_links: O'r we yn ehangach
162
+ related_guides: Canllawiau manwl
163
+ statistical_data_sets: Set ddata ystadegol
164
+ topical_events: Digwyddiad amserol
165
+ topics: Archwilio'r pwnc
168
166
  transition:
167
+ hub_page_link_path: "/transition-check/questions"
168
+ hub_page_link_text: Mynnwch restr o gamau gweithredu personol i chi
169
+ hub_page_title: Gwirydd Brexit
169
170
  link_path: "/brexit.cy"
170
- link_text: Cael rhestr bersonol o gamau gweithredu
171
+ link_text: Gwiriwch beth mae angen i chi wneud
171
172
  title: Brexit
172
- world_locations:
173
+ world_locations: Lleoliadau byd-eang
173
174
  search_box:
174
- input_title:
175
- label:
176
- search_button:
175
+ input_title: Chwilio
176
+ label: Chwilio ar GOV.UK
177
+ search_button: Chwilio
177
178
  show_password:
178
- announce_hide:
179
- announce_show:
180
- hide:
181
- hide_password:
182
- show:
183
- show_password:
179
+ announce_hide: Mae eich cyfrinair wedi'i guddio
180
+ announce_show: Mae eich cyfrinair yn cael ei ddangos
181
+ hide: Cuddio
182
+ hide_password: Cuddio'r cyfrinair
183
+ show: Dangos
184
+ show_password: Dangos y cyfrinair
185
+ single_page_notification_button:
186
+ subscribe_text:
187
+ unsubscribe_text:
184
188
  skip_link:
185
- text:
189
+ text: Neidio i'r prif gynnwys
186
190
  step_by_step_nav:
187
- hide:
188
- hide_all:
189
- show:
190
- show_all:
191
+ hide: Cuddio
192
+ hide_all: Cuddio pob cam
193
+ show: Dangos
194
+ show_all: Dangos pob cam
191
195
  step_by_step_nav_related:
192
- part_of:
196
+ part_of: Rhan o
193
197
  subscription_links:
194
- email_signup_link_text:
195
- feed_link_label:
196
- feed_link_text:
197
- subscriptions:
198
+ email_signup_link_text: Cael e-byst
199
+ feed_link_label: Copiwch a gludo'r URL hwn i'ch rhaglen darllen ffrwd
200
+ feed_link_text: Tanysgrifio i'r ffrwd
201
+ subscriptions: Tanysgrifiadau
198
202
  success_alert:
199
- success:
203
+ success: Llwyddiant
200
204
  summary_list:
201
- delete:
202
- edit:
205
+ delete: Dileu
206
+ edit: Newid
203
207
  tabs:
204
208
  contents: Cynnwys
@@ -1,48 +1,53 @@
1
1
  ---
2
2
  da:
3
3
  common:
4
- translations:
4
+ translations: Oversættelser
5
5
  components:
6
6
  accordion:
7
- hide:
8
- hide_all:
9
- show:
10
- show_all:
11
- this_section_visually_hidden:
7
+ hide: Skjul
8
+ hide_all: Skjul alle sektioner
9
+ show: vise
10
+ show_all: Vise alle sektioner
11
+ this_section_visually_hidden: " denne sektion"
12
12
  article_schema:
13
- scoped_search_description:
13
+ scoped_search_description: Søg i %{title}
14
14
  attachment:
15
- opendocument_html:
16
- order_a_copy:
15
+ opendocument_html: Denne fil er i en <a href='https://www.gov.uk/guidance/using-open-document-formats-odf-in-your-organisation' target=%{target} class='govuk-link'>OpenDocument</a> format
16
+ order_a_copy: Bestil et eksemplar
17
17
  page:
18
- one:
19
- other:
20
- reference:
21
- request_format_cta:
22
- request_format_details_html:
23
- request_format_text:
18
+ one: 1 side
19
+ other: "%{count} sider"
20
+ reference: 'Henvisning: %{reference}'
21
+ request_format_cta: Anmod om et tilgængeligt format.
22
+ request_format_details_html: Hvis du bruger hjælpemidler (f.eks. en skærmlæser) og har brug for en version af dette dokument i et mere tilgængeligt format, bedes du sende en e-mail til <a href='mailto:%{alternative_format_contact_email}' target='_blank' class='govuk-link'>%{alternative_format_contact_email}</a>. Venligst fortæl os, hvilket format du har brug for. Det vil hjælpe os, hvis du fortæller os, hvilken hjælpeteknologi du bruger.
23
+ request_format_text: Denne fil er muligvis ikke egnet til brugere af hjælpeteknologi.
24
24
  back_link:
25
- back:
25
+ back: Tilbage
26
26
  character_count:
27
- body:
27
+ body: Du kan indtaste op til %{number} %{type}
28
28
  type:
29
- characters:
30
- words:
29
+ characters: Tegn
30
+ words: ord
31
31
  checkboxes:
32
- or:
32
+ or: eller
33
33
  contents_list:
34
- contents:
34
+ contents: Indhold
35
35
  contextual_sidebar:
36
- pretitle:
36
+ pretitle: Også en del af
37
37
  cookie_banner:
38
38
  buttons:
39
- accept_cookies:
40
- reject_cookies:
41
- confirmation_message:
42
- confirmation_message_link:
43
- hide:
39
+ accept_cookies: Accepter yderligere cookies
40
+ reject_cookies: Afvise yderligere cookies
41
+ confirmation_message_html: Du kan %{link} når som helst.
42
+ confirmation_message_link: ændre dine cookie-indstillinger
43
+ hide: Skjul denne meddelelse
44
44
  text:
45
- title:
45
+ - Vi bruger nogle vigtige cookies for at få dette websted til at fungere.
46
+ - Vi vil gerne indstille yderligere cookies for at forstå
47
+ - hvordan du bruger GOV.UK
48
+ - huske dine indstillinger og forbedre offentlige tjenester.
49
+ - Vi bruger også cookies fra andre websteder for at hjælpe os med at levere indhold fra deres tjenester.
50
+ title: Cookies på GOV.UK
46
51
  devolved_nations:
47
52
  applies_to:
48
53
  connectors:
@@ -51,69 +56,59 @@ da:
51
56
  england:
52
57
  northern_ireland:
53
58
  scotland:
59
+ type:
60
+ consultation:
61
+ detailed_guide:
62
+ guidance:
63
+ publication:
54
64
  wales:
55
65
  feedback:
56
- close:
57
- dont_include_personal_info:
58
- email_address:
59
- help_us_improve_govuk:
60
- is_not_useful:
61
- is_this_page_useful:
62
- is_useful:
63
- maybe:
64
- more_about_visit:
65
- 'no':
66
- send:
67
- send_me_survey:
68
- something_wrong:
69
- thank_you_for_feedback:
70
- what_doing:
71
- what_wrong:
72
- 'yes':
66
+ close: Luk
67
+ dont_include_personal_info: Do not include personal or financial information such as your national insurance number or credit card information.
68
+ email_address: E-mail-adresse
69
+ help_us_improve_govuk: Hjælp os med at forbedre GOV.UK
70
+ is_not_useful: denne side er ikke nyttig
71
+ is_this_page_useful: Er denne side nyttig?
72
+ is_useful: denne side er nyttig
73
+ maybe: Måske
74
+ more_about_visit: To help us improve GOV.UK, we’d like to know more about your visit today. Vi sender dig et link til en feedbackformular. Det tager kun 2 minutter at udfylde det. Bare rolig, vi sender dig ikke spam og deler ikke din e-mailadresse med nogen.
75
+ 'no': Nej
76
+ send: Sende
77
+ send_me_survey: Send mig undersøgelsen
78
+ something_wrong: Anmeld et problem med denne side
79
+ thank_you_for_feedback: Tak for din feedback
80
+ what_doing: Hvad lavede du?
81
+ what_wrong: Hvad gik galt?
82
+ 'yes': ja
73
83
  government_navigation:
74
- consultations:
75
- departments:
76
- get-involved:
77
- how-government-works:
78
- news_and_communications:
79
- statistics:
80
- worldwide:
81
- intervention:
82
- description:
83
- dismiss_link_text:
84
- dismiss_post_link:
85
- title:
84
+ consultations: Konsultationer
85
+ departments: Afdelinger
86
+ get-involved: Bliv involveret
87
+ how-government-works: Hvordan regeringen fungerer
88
+ news_and_communications: nyheder og kommunikation
89
+ statistics: Statistik
90
+ worldwide: Verdensomspændende
86
91
  layout_footer:
87
- copyright_html:
88
- licence_html:
89
- support_links:
92
+ 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/">© Krown copyright</a>
93
+ licence_html: Alt indhold er tilgængeligt i henhold til <a class="govuk-footer__link" href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/" rel="license">åben Forvaltning Licens v3.0</a>, medmindre andet er angivet.
94
+ support_links: Støtte links
90
95
  layout_for_public:
91
96
  account_layout:
92
97
  feedback:
93
98
  banners:
94
- footer_intro:
95
- footer_link:
96
- footer_outro:
97
- phase_intro:
98
- phase_link:
99
- phase_outro:
100
- title:
99
+ phase_banner_html:
101
100
  navigation:
102
- destroy_user_session:
103
101
  menu_bar:
104
102
  account:
105
103
  link_text:
106
104
  manage:
107
105
  link_text:
108
- security:
109
- link_text:
110
- user_root_path:
111
106
  layout_header:
112
- hide_button:
113
- menu:
114
- search_button:
115
- show_button:
116
- top_level:
107
+ hide_button: Skjul søgning
108
+ menu: Menu
109
+ search_button: Søg i GOV.UK
110
+ show_button: Vis søgning
111
+ top_level: Øverste niveau
117
112
  layout_super_navigation_header:
118
113
  logo_link_title:
119
114
  logo_text:
@@ -128,77 +123,83 @@ da:
128
123
  popular_links_heading:
129
124
  search_text:
130
125
  metadata:
131
- from:
132
- history:
133
- last_updated:
134
- part_of:
135
- published:
136
- see_all_updates:
137
- toggle_less:
138
- toggle_more:
126
+ from: Fra
127
+ history: Historie
128
+ last_updated: Sidst opdateret
129
+ part_of: del af
130
+ published: offentliggjort
131
+ see_all_updates: se alle opdateringer
132
+ toggle_less: Vis færre
133
+ toggle_more: "+ %{number} mere"
139
134
  modal_dialogue:
140
- close_modal:
135
+ close_modal: Luk den modale dialog
141
136
  notice:
142
137
  banner_title:
143
138
  organisation_schema:
144
- all_content_search_description:
139
+ all_content_search_description: Find alt indhold fra %{organisation}
145
140
  previous_and_next_navigation:
146
- pagination:
141
+ pagination: Paginering
147
142
  print_link:
148
- text:
143
+ text: Udskriv denne side
149
144
  radio:
150
- or:
145
+ or: eller
151
146
  related_footer_navigation:
152
- collections:
153
- policies:
154
- statistical_data_sets:
155
- topical_events:
147
+ collections: Indsamlinger
148
+ policies: Politikker
149
+ statistical_data_sets: Statistiske datasæt
150
+ topical_events: Aktuelle begivenheder
156
151
  related_navigation:
157
- collections:
158
- external_links:
159
- policies:
160
- publishers:
161
- related_contacts:
162
- related_content:
163
- related_external_links:
164
- related_guides:
165
- statistical_data_sets:
166
- topical_events:
167
- topics:
152
+ collections: Indsamling
153
+ external_links: Andre steder på nettet
154
+ policies: Politik
155
+ publishers: offentliggjort
156
+ related_contacts: Andre kontakter
157
+ related_content: Relateret indhold
158
+ related_external_links: Andre steder på nettet
159
+ related_guides: Detaljeret vejledning
160
+ statistical_data_sets: Statistisk datasæt
161
+ topical_events: Aktuelle begivenheder
162
+ topics: Udforsk emnet
168
163
  transition:
169
- link_path:
170
- link_text:
171
- title:
172
- world_locations:
164
+ hub_page_link_path: "/transition-check/questions"
165
+ hub_page_link_text: Få en personlig liste over handlinger
166
+ hub_page_title: Brexit checker
167
+ link_path: "/brexit"
168
+ link_text: Tjek hvad du skal gøre
169
+ title: Brexit
170
+ world_locations: Verden Placeringer
173
171
  search_box:
174
- input_title:
175
- label:
176
- search_button:
172
+ input_title: Søge
173
+ label: Søg i GOV.UK
174
+ search_button: Søge
177
175
  show_password:
178
- announce_hide:
179
- announce_show:
180
- hide:
181
- hide_password:
182
- show:
183
- show_password:
176
+ announce_hide: Din adgangskode er skjult
177
+ announce_show: Din adgangskode vises
178
+ hide: Skjul
179
+ hide_password: skjul adgangskode
180
+ show: Vise
181
+ show_password: Skjul adgangskode
182
+ single_page_notification_button:
183
+ subscribe_text:
184
+ unsubscribe_text:
184
185
  skip_link:
185
- text:
186
+ text: spring til hovedindholdet
186
187
  step_by_step_nav:
187
- hide:
188
- hide_all:
189
- show:
190
- show_all:
188
+ hide: Skjul
189
+ hide_all: Skjul alle trin
190
+ show: Vise
191
+ show_all: Vis alle trin
191
192
  step_by_step_nav_related:
192
- part_of:
193
+ part_of: del af
193
194
  subscription_links:
194
- email_signup_link_text:
195
- feed_link_label:
196
- feed_link_text:
197
- subscriptions:
195
+ email_signup_link_text: Få e-mails
196
+ feed_link_label: Kopier og indsæt denne URL-adresse i din feedlæser
197
+ feed_link_text: Abonner på feed
198
+ subscriptions: Abonnementer
198
199
  success_alert:
199
- success:
200
+ success: Succes
200
201
  summary_list:
201
- delete:
202
- edit:
202
+ delete: Slet
203
+ edit: Ændre
203
204
  tabs:
204
- contents:
205
+ contents: Indhold