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
@@ -1,48 +1,53 @@
1
1
  ---
2
2
  tr:
3
3
  common:
4
- translations:
4
+ translations: Tercümeler
5
5
  components:
6
6
  accordion:
7
- hide:
8
- hide_all:
9
- show:
10
- show_all:
11
- this_section_visually_hidden:
7
+ hide: Gizle
8
+ hide_all: Tüm bölümleri gizle
9
+ show: Göster
10
+ show_all: Tüm bölümleri göster
11
+ this_section_visually_hidden: " Bu bölüm"
12
12
  article_schema:
13
- scoped_search_description:
13
+ scoped_search_description: "%{title} içerisinde arama yap"
14
14
  attachment:
15
- opendocument_html:
16
- order_a_copy:
15
+ opendocument_html: Bu dosya bir <a href='https://www.gov.uk/guidance/using-open-document-formats-odf-in-your-organisation' target=%{target} class='govuk-link'>OpenDocument</a> formatındadır
16
+ order_a_copy: Bir nüsha sipariş edin
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 sayfa
19
+ other: "%{count} sayfa"
20
+ reference: 'İlgi: %{reference}'
21
+ request_format_cta: Erişilebilir bir format talep edin.
22
+ request_format_details_html: Destekleyici teknoloji (örneğin bir ekran okuyucu gibi) kullanıyorsanız ve bu belgenin daha ulaşılabilir bir formatına ihtiyacınız varsa, lütfen şu adrese bir e-posta gönderin <a href='mailto:%{alternative_format_contact_email}' target='_blank' class='govuk-link'>%{alternative_format_contact_email}</a>. Lütfen bize hangi formata ihtiyaç duyduğunuzu söyleyin. Hangi destekleyici teknolojiyi kullandığınızı söylemeniz bize yardımcı olur.
23
+ request_format_text: Bu dosya destekleyici teknoloji kullanıcıları için uygun olmayabilir.
24
24
  back_link:
25
- back:
25
+ back: Geri
26
26
  character_count:
27
- body:
27
+ body: "%{number} %{type} kadar giriş yapabilirsiniz"
28
28
  type:
29
- characters:
30
- words:
29
+ characters: karakter
30
+ words: kelime
31
31
  checkboxes:
32
- or:
32
+ or: veya
33
33
  contents_list:
34
- contents:
34
+ contents: İçerikler
35
35
  contextual_sidebar:
36
- pretitle:
36
+ pretitle: Ayrıca şunun da kısmı
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: Ek çerezleri kabul et
40
+ reject_cookies: Ek çerezleri reddet
41
+ confirmation_message_html: İstediğiniz zaman %{link} yapabilirsiniz.
42
+ confirmation_message_link: çerez ayarlarınızı değiştirin
43
+ hide: Bu mesajı gizle
44
44
  text:
45
- title:
45
+ - Bu web sitesini çalıştırmak için bazı gerekli çerezleri kullanıyoruz.
46
+ - GOV.UK sitesini nasıl kullanacağınızı öğrenmek
47
+ - ayarlarınızı hatırlamak ve devlet hizmetlerini iyileştirmek için bazı ek çerezler ayarlamak istiyoruz.
48
+ - Hizmetlerinin içeriğini sunmamıza yardım etmesi için
49
+ - başka siteler tarafından ayarlanan çerezleri de kullanıyoruz.
50
+ title: GOV.UK üzerindeki çerezler
46
51
  devolved_nations:
47
52
  applies_to:
48
53
  connectors:
@@ -51,69 +56,59 @@ tr:
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: Kapat
67
+ dont_include_personal_info: Ulusal Sigorta numaranız veya kredi kartı bilgileriniz gibi kişisel veya ekonomik bilgileri eklemeyin.
68
+ email_address: E-posta adresi
69
+ help_us_improve_govuk: GOV.UK sitesini geliştirmemize yardımcı olun
70
+ is_not_useful: bu sayfa yararlı değil
71
+ is_this_page_useful: bu sayfa yararlı mı?
72
+ is_useful: bu sayfa yararlı
73
+ maybe: Belki
74
+ more_about_visit: GOV.UK’yi geliştirmemize yardımcı olması için, bugünkü ziyaretiniz hakkında daha fazla bilgi almak isteriz. Size bir geri bildirim formu göndereceğiz. Doldurması yalnızca 2 dakika alacaktır. Merak etmeyin, size istenmeyen e-posta göndermeyeceğiz veya e-posta adresinizi kimseyle paylaşmayacağız.
75
+ 'no': Hayır
76
+ send: Gönder
77
+ send_me_survey: Anketi bana gönder
78
+ something_wrong: Bu sayfada bir sorun bildir
79
+ thank_you_for_feedback: Geri bildiriminiz için teşekkürler
80
+ what_doing: Ne yapmaktaydınız?
81
+ what_wrong: Nasıl bir sorun oldu?
82
+ 'yes': Evet
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: Danışmalar
85
+ departments: Müdürlükler
86
+ get-involved: Katılım sağlayın
87
+ how-government-works: Devlet nasıl çalışır
88
+ news_and_communications: Haber ve iletiler
89
+ statistics: İstatistikler
90
+ worldwide: Dünya geneli
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/">© Crown copyright</a>
93
+ licence_html: Aksi ifade edilmedikçe tüm içeriğe <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> adresinden erişilebilir
94
+ support_links: Destek bağlantıları
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: Aramayı gizle
108
+ menu: Menü
109
+ search_button: GOV.UK adresini arat
110
+ show_button: Aramayı göster
111
+ top_level: Üst seviye
117
112
  layout_super_navigation_header:
118
113
  logo_link_title:
119
114
  logo_text:
@@ -128,77 +123,83 @@ tr:
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: Şuradan
127
+ history: Geçmiş
128
+ last_updated: Son güncelleme
129
+ part_of: Şunun kısmı
130
+ published: Yayınlanan
131
+ see_all_updates: Tüm güncellemeleri görün
132
+ toggle_less: Daha az göster
133
+ toggle_more: "+ %{number} daha fazla"
139
134
  modal_dialogue:
140
- close_modal:
135
+ close_modal: Model diyaloğu kapat
141
136
  notice:
142
137
  banner_title:
143
138
  organisation_schema:
144
- all_content_search_description:
139
+ all_content_search_description: "%{organisation} kaynaklı tüm içeriği bul"
145
140
  previous_and_next_navigation:
146
- pagination:
141
+ pagination: Sayfa
147
142
  print_link:
148
- text:
143
+ text: Bu sayfayı yazdır
149
144
  radio:
150
- or:
145
+ or: veya
151
146
  related_footer_navigation:
152
- collections:
153
- policies:
154
- statistical_data_sets:
155
- topical_events:
147
+ collections: Toplamalar
148
+ policies: Politikalar
149
+ statistical_data_sets: İstatistiki veri kümeleri
150
+ topical_events: Yerel etkinlikler
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: Toplama
153
+ external_links: İnternette başka bir yerde
154
+ policies: Politika
155
+ publishers: Yayınlayan
156
+ related_contacts: Diğer irtibat kişileri
157
+ related_content: İlgili içerik
158
+ related_external_links: İnternette başka bir yerde
159
+ related_guides: Ayrıntılı rehber
160
+ statistical_data_sets: İstatistiki veri kümesi
161
+ topical_events: Yerel etkinlik
162
+ topics: Konuyu keşfet
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: İşlemlerin kişiselleştirilmiş bir listesini alın
166
+ hub_page_title: Brexit kontrol aracı
167
+ link_path: "/brexit"
168
+ link_text: Ne yapmaya ihtiyacınız olduğunu kontrol edin
169
+ title: Brexit
170
+ world_locations: Dünya geneli konumlar
173
171
  search_box:
174
- input_title:
175
- label:
176
- search_button:
172
+ input_title: Ara
173
+ label: GOV.UK adresini ara
174
+ search_button: Ara
177
175
  show_password:
178
- announce_hide:
179
- announce_show:
180
- hide:
181
- hide_password:
182
- show:
183
- show_password:
176
+ announce_hide: Şifreniz gizli
177
+ announce_show: Şifreniz gösteriliyor
178
+ hide: Gizle
179
+ hide_password: Şifreyi gizle
180
+ show: Göster
181
+ show_password: Şifreyi göster
182
+ single_page_notification_button:
183
+ subscribe_text:
184
+ unsubscribe_text:
184
185
  skip_link:
185
- text:
186
+ text: Ana içeriğe atla
186
187
  step_by_step_nav:
187
- hide:
188
- hide_all:
189
- show:
190
- show_all:
188
+ hide: Gizle
189
+ hide_all: Tüm aşamaları gizle
190
+ show: Göster
191
+ show_all: Tüm adımları göster
191
192
  step_by_step_nav_related:
192
- part_of:
193
+ part_of: Şunun kısmı
193
194
  subscription_links:
194
- email_signup_link_text:
195
- feed_link_label:
196
- feed_link_text:
197
- subscriptions:
195
+ email_signup_link_text: E-postalar al
196
+ feed_link_label: Bu URL’yi kopyalayıp yayın okuyucunuza yapıştırın
197
+ feed_link_text: Yayına abone ol
198
+ subscriptions: Abonelikler
198
199
  success_alert:
199
- success:
200
+ success: Başarı
200
201
  summary_list:
201
- delete:
202
- edit:
202
+ delete: Sil
203
+ edit: Değiştir
203
204
  tabs:
204
- contents:
205
+ contents: İçerikler
@@ -1,48 +1,59 @@
1
1
  ---
2
2
  uk:
3
3
  common:
4
- translations:
4
+ translations: Переклади
5
5
  components:
6
6
  accordion:
7
- hide:
8
- hide_all:
9
- show:
10
- show_all:
11
- this_section_visually_hidden:
7
+ hide: Приховати
8
+ hide_all: приховати всі розділи
9
+ show: Показати
10
+ show_all: Показати всі розділи
11
+ this_section_visually_hidden: " цей розділ"
12
12
  article_schema:
13
- scoped_search_description:
13
+ scoped_search_description: Шукати в %{title}
14
14
  attachment:
15
- opendocument_html:
16
- order_a_copy:
15
+ opendocument_html: Цей файл знаходиться у форматі <a href='https://www.gov.uk/guidance/using-open-document-formats-odf-in-your-organisation' target=%{target} class='govuk-link'></a>
16
+ order_a_copy: Замовити копію
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 сторінка
21
+ other: "%{count} сторінок"
22
+ reference: 'Посилання: %{reference}'
23
+ request_format_cta: Надішліть запит на доступний формат.
24
+ request_format_details_html: Якщо ви використовуєте допоміжну технологію (наприклад, програму зчитування з екрана) і вам потрібна версія цього докумену у більш доступному форматі, надішліть електронний лист <a href='mailto:%{alternative_format_contact_email}' target='_blank' class='govuk-link'>%{alternative_format_contact_email}</a>. Повідомте, який формат вам потрібен. Нам допоможе, якщо ви повідомите нам, які допоміжні технології використовуєте.
25
+ request_format_text: Цей файл може не підходити для користувачів допоміжних технологій.
24
26
  back_link:
25
- back:
27
+ back: Назад
26
28
  character_count:
27
- body:
29
+ body: Ви можете ввести до %{number} %{type}
28
30
  type:
29
- characters:
30
- words:
31
+ characters: символів
32
+ words: слів
31
33
  checkboxes:
32
- or:
34
+ or: або
33
35
  contents_list:
34
- contents:
36
+ contents: Зміст
35
37
  contextual_sidebar:
36
- pretitle:
38
+ pretitle: Також частина
37
39
  cookie_banner:
38
40
  buttons:
39
- accept_cookies:
40
- reject_cookies:
41
- confirmation_message:
42
- confirmation_message_link:
43
- hide:
41
+ accept_cookies: Прийняти додаткові файли cookie
42
+ reject_cookies: Відхилити додаткові файли cookie
43
+ confirmation_message_html: Ви можете %{link} у будь -який час.
44
+ confirmation_message_link: Змініть налаштування файлів cookie
45
+ hide: Приховати це повідомлення
44
46
  text:
45
- title:
47
+ - Ми використовуємо деякі важливі файли cookie
48
+ - щоб забезпечити роботу цього вебсайту.
49
+ - Ми хотіли б встановити додаткові файли cookie
50
+ - щоб зрозуміти
51
+ - як ви використовуєте GOV.UK
52
+ - запам'ятати ваші налаштування та покращити рівень державних послуг.
53
+ - Ми також використовуємо файли cookie
54
+ - налаштовані іншими вебсайтами
55
+ - які допомагають нам доставляти вміст із їхніх служб.
56
+ title: Файли cookie на GOV.UK
46
57
  devolved_nations:
47
58
  applies_to:
48
59
  connectors:
@@ -51,69 +62,59 @@ uk:
51
62
  england:
52
63
  northern_ireland:
53
64
  scotland:
65
+ type:
66
+ consultation:
67
+ detailed_guide:
68
+ guidance:
69
+ publication:
54
70
  wales:
55
71
  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':
72
+ close: Закрити
73
+ dont_include_personal_info: Не вказуйте персональну чи фінансову інформацію, наприклад номер свого національного страхування або дані кредитної картки.
74
+ email_address: Адреса електронної пошти
75
+ help_us_improve_govuk: Допоможіть нам покращити GOV.UK
76
+ is_not_useful: ця сторінка не корисна
77
+ is_this_page_useful: Чи корисна ця сторінка?
78
+ is_useful: ця сторінка корисна
79
+ maybe: Можливо
80
+ more_about_visit: Щоб допомогти нам покращити GOV.UK, ми хотіли б дізнатися більше про ваш сьогоднішній візит. Ми надішлемо вам посилання на форму відгуку. На заповнення знадобиться всього 2 хвилини. Не хвилюйтесь, ми не надсилатимемо вам спам і не передаємо іншим вашу адресу електронної пошти.
81
+ 'no': Ні
82
+ send: Надіслати
83
+ send_me_survey: Надішліть мені опитування
84
+ something_wrong: Повідомити про проблему з цією сторінкою
85
+ thank_you_for_feedback: Спасибі за ваш відгук
86
+ what_doing: Що ви робили?
87
+ what_wrong: Що пішло не так?
88
+ 'yes': Так
73
89
  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:
90
+ consultations: Консультації
91
+ departments: Відділи
92
+ get-involved: Взяти участь
93
+ how-government-works: Як працює уряд
94
+ news_and_communications: Новини та комунікації
95
+ statistics: Статистика
96
+ worldwide: Світова
86
97
  layout_footer:
87
- copyright_html:
88
- licence_html:
89
- support_links:
98
+ 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>
99
+ licence_html: Весь вміст доступний за <a class="govuk-footer__link" href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/" rel="license">Відкритою державною ліцензією v3.0</a>, якщо не зазначено інше
100
+ support_links: Посилання на підтримку
90
101
  layout_for_public:
91
102
  account_layout:
92
103
  feedback:
93
104
  banners:
94
- footer_intro:
95
- footer_link:
96
- footer_outro:
97
- phase_intro:
98
- phase_link:
99
- phase_outro:
100
- title:
105
+ phase_banner_html:
101
106
  navigation:
102
- destroy_user_session:
103
107
  menu_bar:
104
108
  account:
105
109
  link_text:
106
110
  manage:
107
111
  link_text:
108
- security:
109
- link_text:
110
- user_root_path:
111
112
  layout_header:
112
- hide_button:
113
- menu:
114
- search_button:
115
- show_button:
116
- top_level:
113
+ hide_button: Приховати пошук
114
+ menu: Меню
115
+ search_button: Пошук GOV.UK
116
+ show_button: Показати пошук
117
+ top_level: Вищий рівень
117
118
  layout_super_navigation_header:
118
119
  logo_link_title:
119
120
  logo_text:
@@ -128,77 +129,83 @@ uk:
128
129
  popular_links_heading:
129
130
  search_text:
130
131
  metadata:
131
- from:
132
- history:
133
- last_updated:
134
- part_of:
135
- published:
136
- see_all_updates:
137
- toggle_less:
138
- toggle_more:
132
+ from: Від
133
+ history: Історія
134
+ last_updated: Останнє оновлення
135
+ part_of: Частина
136
+ published: Опубліковано
137
+ see_all_updates: Переглянути всі оновлення
138
+ toggle_less: Показати менше
139
+ toggle_more: "+ %{number} більше"
139
140
  modal_dialogue:
140
- close_modal:
141
+ close_modal: Закрити модальний діалог
141
142
  notice:
142
143
  banner_title:
143
144
  organisation_schema:
144
- all_content_search_description:
145
+ all_content_search_description: Знайти весь вміст від %{organization}
145
146
  previous_and_next_navigation:
146
- pagination:
147
+ pagination: Поділ на сторінки
147
148
  print_link:
148
- text:
149
+ text: Роздрукувати цю сторінку
149
150
  radio:
150
- or:
151
+ or: або
151
152
  related_footer_navigation:
152
- collections:
153
- policies:
154
- statistical_data_sets:
155
- topical_events:
153
+ collections: Збір
154
+ policies: Політики
155
+ statistical_data_sets: Набори статистичних даних
156
+ topical_events: Актуальні події
156
157
  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:
158
+ collections: Збір
159
+ external_links: В іншому місці в Інтернеті
160
+ policies: Політика
161
+ publishers: Опубліковано
162
+ related_contacts: Інші контакти
163
+ related_content: Пов’язаний вміст
164
+ related_external_links: В іншому місці в Інтернеті
165
+ related_guides: Детальне керівництво
166
+ statistical_data_sets: Набір статистичних даних
167
+ topical_events: Актуальна подія
168
+ topics: Дослідити тему
168
169
  transition:
169
- link_path:
170
- link_text:
171
- title:
172
- world_locations:
170
+ hub_page_link_path: "/transition-check/questions"
171
+ hub_page_link_text: Отримати персоналізований список дій
172
+ hub_page_title: Інструмент перевірки Brexit
173
+ link_path: "/brexit"
174
+ link_text: Перевірте, що вам потрібно зробити
175
+ title: Brexit
176
+ world_locations: Світові локації
173
177
  search_box:
174
- input_title:
175
- label:
176
- search_button:
178
+ input_title: Пошук
179
+ label: Пошук на GOV.UK
180
+ search_button: Пошук
177
181
  show_password:
178
- announce_hide:
179
- announce_show:
180
- hide:
181
- hide_password:
182
- show:
183
- show_password:
182
+ announce_hide: Ваш пароль приховано
183
+ announce_show: Ваш пароль показано
184
+ hide: Приховати
185
+ hide_password: Приховати пароль
186
+ show: Показати
187
+ show_password: Показати пароль
188
+ single_page_notification_button:
189
+ subscribe_text:
190
+ unsubscribe_text:
184
191
  skip_link:
185
- text:
192
+ text: Перейти до основного вмісту
186
193
  step_by_step_nav:
187
- hide:
188
- hide_all:
189
- show:
190
- show_all:
194
+ hide: Приховати
195
+ hide_all: Приховати всі кроки
196
+ show: Показати
197
+ show_all: Показати всі кроки
191
198
  step_by_step_nav_related:
192
- part_of:
199
+ part_of: Частина
193
200
  subscription_links:
194
- email_signup_link_text:
195
- feed_link_label:
196
- feed_link_text:
197
- subscriptions:
201
+ email_signup_link_text: Отримувати електронні листи
202
+ feed_link_label: Скопіюйте та вставте цю URL-адресу у зчитувач каналів
203
+ feed_link_text: Підпишіться на канал
204
+ subscriptions: Підписки
198
205
  success_alert:
199
- success:
206
+ success: Виконано
200
207
  summary_list:
201
- delete:
202
- edit:
208
+ delete: Видалити
209
+ edit: Змінити
203
210
  tabs:
204
- contents:
211
+ contents: Зміст