govuk_publishing_components 27.14.2 → 27.18.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/javascripts/govuk_publishing_components/analytics/custom-dimensions.js +52 -26
- data/app/assets/javascripts/govuk_publishing_components/analytics/ecommerce.js +25 -25
- data/app/assets/javascripts/govuk_publishing_components/analytics/explicit-cross-domain-links.js +49 -48
- data/app/assets/javascripts/govuk_publishing_components/analytics/page-content.js +74 -65
- data/app/assets/javascripts/govuk_publishing_components/components/cookie-banner.js +0 -1
- data/app/assets/javascripts/govuk_publishing_components/components/single-page-notification-button.js +25 -11
- data/app/assets/stylesheets/govuk_publishing_components/components/_big-number.scss +10 -2
- data/app/assets/stylesheets/govuk_publishing_components/components/_layout-super-navigation-header.scss +17 -115
- data/app/assets/stylesheets/govuk_publishing_components/components/_search.scss +24 -14
- data/app/assets/stylesheets/govuk_publishing_components/components/_single-page-notification-button.scss +8 -0
- data/app/assets/stylesheets/govuk_publishing_components/components/govspeak/_tables.scss +8 -4
- data/app/assets/stylesheets/govuk_publishing_components/components/mixins/_grid-helper.scss +141 -0
- data/app/views/govuk_publishing_components/components/_button.html.erb +1 -1
- data/app/views/govuk_publishing_components/components/_cookie_banner.html.erb +1 -1
- data/app/views/govuk_publishing_components/components/_intervention.html.erb +21 -4
- data/app/views/govuk_publishing_components/components/_search.html.erb +1 -0
- data/app/views/govuk_publishing_components/components/_single_page_notification_button.html.erb +1 -1
- data/app/views/govuk_publishing_components/components/_success_alert.html.erb +4 -1
- data/app/views/govuk_publishing_components/components/docs/intervention.yml +11 -0
- data/app/views/govuk_publishing_components/components/docs/layout_for_public.yml +1 -1
- data/app/views/govuk_publishing_components/components/docs/radio.yml +40 -33
- data/app/views/govuk_publishing_components/components/docs/search.yml +3 -0
- data/app/views/govuk_publishing_components/components/docs/success_alert.yml +6 -0
- data/app/views/govuk_publishing_components/components/layout_header/_header_logo.html.erb +1 -1
- data/config/i18n-tasks.yml +8 -0
- data/config/locales/ar.yml +134 -131
- data/config/locales/az.yml +131 -131
- data/config/locales/be.yml +136 -130
- data/config/locales/bg.yml +135 -131
- data/config/locales/bn.yml +132 -131
- data/config/locales/cs.yml +136 -131
- data/config/locales/cy.yml +129 -125
- data/config/locales/da.yml +132 -131
- data/config/locales/de.yml +135 -131
- data/config/locales/dr.yml +133 -131
- data/config/locales/el.yml +131 -131
- data/config/locales/en.yml +17 -14
- data/config/locales/es-419.yml +131 -131
- data/config/locales/es.yml +131 -131
- data/config/locales/et.yml +134 -131
- data/config/locales/fa.yml +130 -131
- data/config/locales/fi.yml +133 -131
- data/config/locales/fr.yml +130 -130
- data/config/locales/gd.yml +133 -131
- data/config/locales/gu.yml +131 -131
- data/config/locales/he.yml +131 -131
- data/config/locales/hi.yml +131 -131
- data/config/locales/hr.yml +133 -131
- data/config/locales/hu.yml +134 -131
- data/config/locales/hy.yml +135 -131
- data/config/locales/id.yml +132 -131
- data/config/locales/is.yml +131 -131
- data/config/locales/it.yml +131 -131
- data/config/locales/ja.yml +128 -131
- data/config/locales/ka.yml +134 -131
- data/config/locales/kk.yml +131 -131
- data/config/locales/ko.yml +13 -17
- data/config/locales/lt.yml +136 -131
- data/config/locales/lv.yml +135 -131
- data/config/locales/ms.yml +131 -131
- data/config/locales/mt.yml +133 -131
- data/config/locales/nl.yml +131 -131
- data/config/locales/no.yml +131 -131
- data/config/locales/pa-pk.yml +128 -132
- data/config/locales/pa.yml +131 -131
- data/config/locales/pl.yml +135 -131
- data/config/locales/ps.yml +128 -131
- data/config/locales/pt.yml +131 -131
- data/config/locales/ro.yml +132 -131
- data/config/locales/ru.yml +135 -131
- data/config/locales/si.yml +131 -131
- data/config/locales/sk.yml +136 -131
- data/config/locales/sl.yml +138 -131
- data/config/locales/so.yml +131 -131
- data/config/locales/sq.yml +131 -131
- data/config/locales/sr.yml +133 -131
- data/config/locales/sv.yml +131 -131
- data/config/locales/sw.yml +131 -131
- data/config/locales/ta.yml +132 -131
- data/config/locales/th.yml +130 -131
- data/config/locales/tk.yml +132 -131
- data/config/locales/tr.yml +132 -131
- data/config/locales/uk.yml +138 -131
- data/config/locales/ur.yml +128 -131
- data/config/locales/uz.yml +133 -131
- data/config/locales/vi.yml +131 -131
- data/config/locales/zh-hk.yml +130 -131
- data/config/locales/zh-tw.yml +130 -131
- data/config/locales/zh.yml +130 -131
- data/lib/govuk_publishing_components/presenters/button_helper.rb +24 -0
- data/lib/govuk_publishing_components/presenters/intervention_helper.rb +20 -2
- data/lib/govuk_publishing_components/presenters/single_page_notification_button_helper.rb +3 -1
- data/lib/govuk_publishing_components/version.rb +1 -1
- metadata +3 -2
data/config/locales/da.yml
CHANGED
@@ -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
|
-
|
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
|
-
|
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
|
-
|
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
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
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
|
data/config/locales/de.yml
CHANGED
@@ -1,48 +1,56 @@
|
|
1
1
|
---
|
2
2
|
de:
|
3
3
|
common:
|
4
|
-
translations:
|
4
|
+
translations: Übersetzungen
|
5
5
|
components:
|
6
6
|
accordion:
|
7
|
-
hide:
|
8
|
-
hide_all:
|
9
|
-
show:
|
10
|
-
show_all:
|
11
|
-
this_section_visually_hidden:
|
7
|
+
hide: Ausblenden
|
8
|
+
hide_all: Alle Rubriken ausblenden
|
9
|
+
show: Anzeigen
|
10
|
+
show_all: Alle Rubriken anzeigen
|
11
|
+
this_section_visually_hidden: " diese Rubrik"
|
12
12
|
article_schema:
|
13
|
-
scoped_search_description:
|
13
|
+
scoped_search_description: Suche innerhalb %{title}
|
14
14
|
attachment:
|
15
|
-
opendocument_html:
|
16
|
-
order_a_copy:
|
15
|
+
opendocument_html: Diese Datei liegt im <a href='https://www.gov.uk/guidance/using-open-document-formats-odf-in-your-organisation' target=%{target} class='govuk-link'>OpenDocument</a> Format vor
|
16
|
+
order_a_copy: Eine Kopie bestellen
|
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 Seite
|
19
|
+
other: "%{count} Seiten"
|
20
|
+
reference: 'Ref: %{reference}'
|
21
|
+
request_format_cta: Fordern Sie ein zugängliches Format an.
|
22
|
+
request_format_details_html: Sollten Sie Hilfsmittel (wie z. B. einen Bildschirmleser) verwenden und eine Version dieses Dokuments in einem leichter zugänglichen Format benötigen, senden Sie bitte eine Email an <a href='mailto:%{alternative_format_contact_email}' target='_blank' class='govuk-link'>%{alternative_format_contact_email}</a>. Bitte teilen Sie uns mit, welches Format Sie benötigen. Es erleichtert uns die Arbeit, wenn Sie uns mitteilen, welche Hilfsmittel Sie verwenden.
|
23
|
+
request_format_text: Diese Datei ist möglicherweise nicht für Hilfsmittel-Nutzer geeignet.
|
24
24
|
back_link:
|
25
|
-
back:
|
25
|
+
back: Zurück
|
26
26
|
character_count:
|
27
|
-
body:
|
27
|
+
body: Eingeben können Sie bis zu %{number} %{type}
|
28
28
|
type:
|
29
|
-
characters:
|
30
|
-
words:
|
29
|
+
characters: Zeichen
|
30
|
+
words: Wörter
|
31
31
|
checkboxes:
|
32
|
-
or:
|
32
|
+
or: oder
|
33
33
|
contents_list:
|
34
|
-
contents:
|
34
|
+
contents: Inhalte
|
35
35
|
contextual_sidebar:
|
36
|
-
pretitle:
|
36
|
+
pretitle: Auch Teil von
|
37
37
|
cookie_banner:
|
38
38
|
buttons:
|
39
|
-
accept_cookies:
|
40
|
-
reject_cookies:
|
41
|
-
|
42
|
-
confirmation_message_link:
|
43
|
-
hide:
|
39
|
+
accept_cookies: Zusätzliche Cookies akzeptieren
|
40
|
+
reject_cookies: Zusätzliche Cookies ablehnen
|
41
|
+
confirmation_message_html: Sie können jederzeit %{link}.
|
42
|
+
confirmation_message_link: Cookie-Einstellungen ändern
|
43
|
+
hide: Diese Meldung ausblenden
|
44
44
|
text:
|
45
|
-
|
45
|
+
- Wir verwenden einige essenzielle Cookies
|
46
|
+
- damit diese Webseite ordnungsgemäß funktioniert.
|
47
|
+
- Wir möchten zusätzliche Cookies setzen
|
48
|
+
- um Ihre Nutzung von GOV.UK zu verstehen
|
49
|
+
- Ihre Einstellungen zu speichern und die Regierungsdienste zu verbessern.
|
50
|
+
- Wir verwenden außerdem Cookies
|
51
|
+
- die von anderen Webseiten gesetzt werden
|
52
|
+
- um uns bei der Bereitstellung von Inhalten aus deren Diensten zu unterstützen.
|
53
|
+
title: Cookies auf GOV.UK
|
46
54
|
devolved_nations:
|
47
55
|
applies_to:
|
48
56
|
connectors:
|
@@ -51,69 +59,59 @@ de:
|
|
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: Schließen
|
70
|
+
dont_include_personal_info: Geben Sie keine personenbezogenen oder Finanzdaten wie Ihre Sozialversicherungsnummer oder Kreditkartendaten an.
|
71
|
+
email_address: Email-Adresse
|
72
|
+
help_us_improve_govuk: Helfen Sie uns, GOV.UK zu verbessern
|
73
|
+
is_not_useful: diese Seite ist nicht hilfreich
|
74
|
+
is_this_page_useful: Ist diese Seite hilfreich?
|
75
|
+
is_useful: diese Seite ist hilfreich
|
76
|
+
maybe: Vielleicht
|
77
|
+
more_about_visit: Damit wir GOV.UK verbessern können, würden wir gerne mehr über Ihren heutigen Besuch erfahren. Wir senden Ihnen dann einen Link zu einem Rückmeldungsformular. Es dauert nur 2 Minuten, das Formular auszufüllen. Keine Sorge, wir werden Ihnen keine Spam-Mails schicken oder Ihre Email-Adresse an Dritte weitergeben.
|
78
|
+
'no': Nein
|
79
|
+
send: Senden
|
80
|
+
send_me_survey: Senden Sie mir die Umfrage
|
81
|
+
something_wrong: Ein Problem auf dieser Seite melden
|
82
|
+
thank_you_for_feedback: Vielen Dank für Ihre Rückmeldung
|
83
|
+
what_doing: Was haben Sie gemacht?
|
84
|
+
what_wrong: Was ist schief gelaufen?
|
85
|
+
'yes': Ja
|
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: Beratungen
|
88
|
+
departments: Abteilungen
|
89
|
+
get-involved: Beteiligen Sie sich
|
90
|
+
how-government-works: Wie die Regierung arbeitet
|
91
|
+
news_and_communications: Nachrichten und Mitteilungen
|
92
|
+
statistics: Statistiken
|
93
|
+
worldwide: Weltweit
|
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/">© Crown copyright</a>
|
96
|
+
licence_html: Alle Inhalte stehen unter der <a class="govuk-footer__link" href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/" rel="license">Open Government Licence v3.0</a>, sofern nicht anders angegeben.
|
97
|
+
support_links: Links zur Unterstützung
|
90
98
|
layout_for_public:
|
91
99
|
account_layout:
|
92
100
|
feedback:
|
93
101
|
banners:
|
94
|
-
|
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: Suche ausblenden
|
111
|
+
menu: Menü
|
112
|
+
search_button: GOV.UK durchsuchen
|
113
|
+
show_button: Suche anzeigen
|
114
|
+
top_level: Oberste Ebene
|
117
115
|
layout_super_navigation_header:
|
118
116
|
logo_link_title:
|
119
117
|
logo_text:
|
@@ -128,77 +126,83 @@ de:
|
|
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: Von
|
130
|
+
history: Geschichte
|
131
|
+
last_updated: Zuletzt aktualisiert
|
132
|
+
part_of: Teil von
|
133
|
+
published: Veröffentlicht
|
134
|
+
see_all_updates: Alle Aktualisierungen ansehen
|
135
|
+
toggle_less: Weniger anzeigen
|
136
|
+
toggle_more: "+ %{number} weitere"
|
139
137
|
modal_dialogue:
|
140
|
-
close_modal:
|
138
|
+
close_modal: Dialog schließen
|
141
139
|
notice:
|
142
140
|
banner_title:
|
143
141
|
organisation_schema:
|
144
|
-
all_content_search_description:
|
142
|
+
all_content_search_description: Alle Inhalte von %{organisation} finden
|
145
143
|
previous_and_next_navigation:
|
146
|
-
pagination:
|
144
|
+
pagination: Seitenzahlen
|
147
145
|
print_link:
|
148
|
-
text:
|
146
|
+
text: Diese Seite drucken
|
149
147
|
radio:
|
150
|
-
or:
|
148
|
+
or: oder
|
151
149
|
related_footer_navigation:
|
152
|
-
collections:
|
153
|
-
policies:
|
154
|
-
statistical_data_sets:
|
155
|
-
topical_events:
|
150
|
+
collections: Reihen
|
151
|
+
policies: Richtlinien
|
152
|
+
statistical_data_sets: Statistische Datensätze
|
153
|
+
topical_events: Themenbezogene Veranstaltungen
|
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:
|
155
|
+
collections: Reihe
|
156
|
+
external_links: Auf anderen Webseiten verfügbar
|
157
|
+
policies: Richtlinie
|
158
|
+
publishers: Veröffentlicht durch
|
159
|
+
related_contacts: Andere Kontakte
|
160
|
+
related_content: Verwandte Inhalte
|
161
|
+
related_external_links: Auf anderen Webseiten verfügbar
|
162
|
+
related_guides: Detaillierte Anleitung
|
163
|
+
statistical_data_sets: Statistischer Datensatz
|
164
|
+
topical_events: Themenbezogene Veranstaltung
|
165
|
+
topics: Thema ansehen
|
168
166
|
transition:
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
167
|
+
hub_page_link_path: "/transition-check/questions"
|
168
|
+
hub_page_link_text: Erhalten Sie eine individuelle Liste von Maßnahmen
|
169
|
+
hub_page_title: Brexit-Checker
|
170
|
+
link_path: "/brexit"
|
171
|
+
link_text: Prüfen Sie, was Sie machen müssen
|
172
|
+
title: Brexit
|
173
|
+
world_locations: Weltweite Standorte
|
173
174
|
search_box:
|
174
|
-
input_title:
|
175
|
-
label:
|
176
|
-
search_button:
|
175
|
+
input_title: Suche
|
176
|
+
label: Auf GOV.UK suchen
|
177
|
+
search_button: Suche
|
177
178
|
show_password:
|
178
|
-
announce_hide:
|
179
|
-
announce_show:
|
180
|
-
hide:
|
181
|
-
hide_password:
|
182
|
-
show:
|
183
|
-
show_password:
|
179
|
+
announce_hide: Ihr Passwort ist ausgeblendet
|
180
|
+
announce_show: Ihr Passwort ist eingeblendet
|
181
|
+
hide: Ausblenden
|
182
|
+
hide_password: Passwort ausblenden
|
183
|
+
show: Anzeigen
|
184
|
+
show_password: Passwort anzeigen
|
185
|
+
single_page_notification_button:
|
186
|
+
subscribe_text:
|
187
|
+
unsubscribe_text:
|
184
188
|
skip_link:
|
185
|
-
text:
|
189
|
+
text: Zum Hauptinhalt springen
|
186
190
|
step_by_step_nav:
|
187
|
-
hide:
|
188
|
-
hide_all:
|
189
|
-
show:
|
190
|
-
show_all:
|
191
|
+
hide: Ausblenden
|
192
|
+
hide_all: Alle Schritte ausblenden
|
193
|
+
show: Anzeigen
|
194
|
+
show_all: Alle Schritte anzeigen
|
191
195
|
step_by_step_nav_related:
|
192
|
-
part_of:
|
196
|
+
part_of: Teil von
|
193
197
|
subscription_links:
|
194
|
-
email_signup_link_text:
|
195
|
-
feed_link_label:
|
196
|
-
feed_link_text:
|
197
|
-
subscriptions:
|
198
|
+
email_signup_link_text: Emails erhalten
|
199
|
+
feed_link_label: Kopieren Sie diese URL und fügen Sie sie in Ihren Feed-Reader ein
|
200
|
+
feed_link_text: Feed abonnieren
|
201
|
+
subscriptions: Abonnements
|
198
202
|
success_alert:
|
199
|
-
success:
|
203
|
+
success: Erfolgreich
|
200
204
|
summary_list:
|
201
|
-
delete:
|
202
|
-
edit:
|
205
|
+
delete: Löschen
|
206
|
+
edit: Ändern
|
203
207
|
tabs:
|
204
|
-
contents:
|
208
|
+
contents: Inhalte
|