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,51 @@
1
1
  ---
2
2
  th:
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'>OpenDocument</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
+ one: 1 หน้า
19
+ other: "%{count} หน้า"
20
+ reference: 'อ้างอิง: %{reference}'
21
+ request_format_cta: ขอรูปแบบไฟล์ที่สามารถเข้าถึงได้
22
+ request_format_details_html: หากคุณใช้เทคโนโลยีอำนวยความสะดวก (เช่น โปรแกรมอ่านหน้าจอ) และต้องการเอกสารนี้ในฉบับที่เป็นรูปแบบไฟล์ที่ช่วยให้สามารถเข้าถึงได้ง่ายขึ้น โปรดส่งอีเมลไปที่ <a href='mailto:%{alternative_format_contact_email}' target='_blank' class='govuk-link'>%{alternative_format_contact_email}</a> โปรดบอกเราว่าคุณต้องการรูปแบบไฟล์แบบใด จะเป็นการช่วยเราอย่างมาก หากคุณบอกว่าคุณใช้เทคโนโลยีเพื่อการช่วยเหลือแบบใด
23
+ request_format_text: ไฟล์นี้อาจไม่เหมาะสำหรับผู้ใช้เทคโนโลยีเพื่อการช่วยเหลือ
24
24
  back_link:
25
- back:
25
+ back: กลับ
26
26
  character_count:
27
- body:
27
+ body: คุณสามารถใส่ได้สูงสุด %{number} %{type}
28
28
  type:
29
- characters:
30
- words:
29
+ characters: ตัวอักษร
30
+ words: คำ
31
31
  checkboxes:
32
- or:
32
+ or: หรือ
33
33
  contents_list:
34
- contents:
34
+ contents: เนื้อหา
35
35
  contextual_sidebar:
36
- pretitle:
36
+ pretitle: และเป็นส่วนหนึ่งของ
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: ยอมรับคุกกี้เพิ่มเติม
40
+ reject_cookies: ปฏิเสธคุกกี้เพิ่มเติม
41
+ confirmation_message_html: คุณสามารถ %{link} เมื่อใดก็ได้
42
+ confirmation_message_link: เปลี่ยนการตั้งค่าคุกกี้ของคุณ
43
+ hide: ซ่อนข้อความนี้
44
44
  text:
45
- title:
45
+ - เราใช้คุกกี้ที่จำเป็นบางอย่างเพื่อทำให้เว็บไซต์นี้ทำงานได้
46
+ - เราต้องการกำหนดคุกกี้เพิ่มเติม เพื่อทำความเข้าใจว่าคุณใช้ GOV.UK อย่างไร จดจำการตั้งค่าของคุณ และปรับปรุงบริการของรัฐบาล
47
+ - และเรายังใช้คุกกี้ที่กำหนดโดยเว็บไซต์อื่นๆ เพื่อช่วยเราในการส่งมอบเนื้อหาจากบริการของพวกเขา
48
+ title: คุกกี้ใน GOV.UK
46
49
  devolved_nations:
47
50
  applies_to:
48
51
  connectors:
@@ -51,69 +54,59 @@ th:
51
54
  england:
52
55
  northern_ireland:
53
56
  scotland:
57
+ type:
58
+ consultation:
59
+ detailed_guide:
60
+ guidance:
61
+ publication:
54
62
  wales:
55
63
  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':
64
+ close: ปิด
65
+ dont_include_personal_info: อย่าใส่ข้อมูลส่วนบุคคลหรือข้อมูลทางการเงิน เช่น หมายเลขประกันสังคม (National Insurance) หรือรายละเอียดบัตรเครดิต
66
+ email_address: ที่อยู่อีเมล
67
+ help_us_improve_govuk: ช่วยเราปรับปรุง GOV.UK
68
+ is_not_useful: หน้านี้ไม่มีประโยชน์
69
+ is_this_page_useful: หน้านี้มีประโยชน์หรือไม่
70
+ is_useful: หน้านี้มีประโยชน์
71
+ maybe: อาจใช่
72
+ more_about_visit: เพื่อช่วยเราปรับปรุง GOV.UK เราต้องการทราบข้อมูลเพิ่มเติมเกี่ยวกับการเยี่ยมชมของคุณในวันนี้ เราจะส่งลิงก์แบบฟอร์มข้อเสนอแนะให้คุณ จะใช้เวลาเพียง 2 นาทีในการกรอกข้อมูล โปรดอย่ากังวล เราจะไม่ส่งสแปมหรือแชร์ที่อยู่อีเมลของคุณให้กับใคร
73
+ 'no': ไม่
74
+ send: ส่ง
75
+ send_me_survey: ส่งแบบสำรวจให้ฉัน
76
+ something_wrong: รายงานปัญหาของหน้านี้
77
+ thank_you_for_feedback: ขอขอบคุณสำหรับข้อเสนอแนะของคุณ!
78
+ what_doing: คุณทำอะไรอยู่ในขณะนั้น
79
+ what_wrong: มีสิ่งใดผิดปกติ
80
+ 'yes': ใช่
73
81
  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:
82
+ consultations: การให้คำปรึกษา
83
+ departments: หน่วยงานราชการ
84
+ get-involved: เข้ามีส่วนร่วม
85
+ how-government-works: รัฐบาลทำงานอย่างไร
86
+ news_and_communications: ข่าวสารและการสื่อสาร
87
+ statistics: สถิติ
88
+ worldwide: ทั่วโลก
86
89
  layout_footer:
87
- copyright_html:
88
- licence_html:
89
- support_links:
90
+ 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</a>
91
+ licence_html: เนื้อหาทั้งหมดอยู่ภายใต้สัญญาอนุญาต <a class="govuk-footer__link" href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/" rel="license">Open Government License v3.0</a> ยกเว้นจะระบุไว้เป็นอย่างอื่น
92
+ support_links: ลิงค์สนับสนุน
90
93
  layout_for_public:
91
94
  account_layout:
92
95
  feedback:
93
96
  banners:
94
- footer_intro:
95
- footer_link:
96
- footer_outro:
97
- phase_intro:
98
- phase_link:
99
- phase_outro:
100
- title:
97
+ phase_banner_html:
101
98
  navigation:
102
- destroy_user_session:
103
99
  menu_bar:
104
100
  account:
105
101
  link_text:
106
102
  manage:
107
103
  link_text:
108
- security:
109
- link_text:
110
- user_root_path:
111
104
  layout_header:
112
- hide_button:
113
- menu:
114
- search_button:
115
- show_button:
116
- top_level:
105
+ hide_button: ซ่อนการค้นหา
106
+ menu: Menu (เมนู)
107
+ search_button: ค้นหา GOV.UK
108
+ show_button: แสดงการค้นหา
109
+ top_level: ระดับสูงสุด
117
110
  layout_super_navigation_header:
118
111
  logo_link_title:
119
112
  logo_text:
@@ -128,77 +121,83 @@ th:
128
121
  popular_links_heading:
129
122
  search_text:
130
123
  metadata:
131
- from:
132
- history:
133
- last_updated:
134
- part_of:
135
- published:
136
- see_all_updates:
137
- toggle_less:
138
- toggle_more:
124
+ from: จาก
125
+ history: ประวัติ
126
+ last_updated: อัปเดตล่าสุด
127
+ part_of: ส่วนหนึ่งของ
128
+ published: เผยแพร่แล้ว
129
+ see_all_updates: ดูอัปเดตทั้งหมด
130
+ toggle_less: แสดงน้อยลง
131
+ toggle_more: เพิ่มเติม + %{number} รายการ
139
132
  modal_dialogue:
140
- close_modal:
133
+ close_modal: ปิดการสนทนาโมดอล
141
134
  notice:
142
135
  banner_title:
143
136
  organisation_schema:
144
- all_content_search_description:
137
+ all_content_search_description: ค้นหาเนื้อหาทั้งหมดจาก %{organisation}
145
138
  previous_and_next_navigation:
146
- pagination:
139
+ pagination: การแบ่งหน้า
147
140
  print_link:
148
- text:
141
+ text: พิมพ์หน้านี้
149
142
  radio:
150
- or:
143
+ or: หรือ
151
144
  related_footer_navigation:
152
- collections:
153
- policies:
154
- statistical_data_sets:
155
- topical_events:
145
+ collections: คอลเล็กชั่น
146
+ policies: นโยบาย
147
+ statistical_data_sets: ชุดข้อมูลสถิติ
148
+ topical_events: เหตุการณ์เฉพาะที่
156
149
  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:
150
+ collections: คอลเล็กชั่น
151
+ external_links: ที่อื่นในเว็บ
152
+ policies: นโยบาย
153
+ publishers: เผยแพร่โดย
154
+ related_contacts: ผู้ติดต่ออื่นๆ
155
+ related_content: เนื้อหาที่เกี่ยวข้อง
156
+ related_external_links: ที่อื่นในเว็บ
157
+ related_guides: คำแนะนำโดยละเอียด
158
+ statistical_data_sets: ชุดข้อมูลสถิติ
159
+ topical_events: เหตุการณ์เฉพาะที่
160
+ topics: สำรวจหัวข้อ
168
161
  transition:
169
- link_path:
170
- link_text:
171
- title:
172
- world_locations:
162
+ hub_page_link_path: "/transition-check/questions"
163
+ hub_page_link_text: รับรายการการดำเนินการส่วนบุคคล
164
+ hub_page_title: ตัวช่วยตรวจสอบ Brexit
165
+ link_path: "/brexit"
166
+ link_text: ตรวจสอบสิ่งที่คุณต้องทำ
167
+ title: Brexit
168
+ world_locations: สถานที่ทั่วโลก
173
169
  search_box:
174
- input_title:
175
- label:
176
- search_button:
170
+ input_title: ค้นหา
171
+ label: ค้นหาใน GOV.UK
172
+ search_button: ค้นหา
177
173
  show_password:
178
- announce_hide:
179
- announce_show:
180
- hide:
181
- hide_password:
182
- show:
183
- show_password:
174
+ announce_hide: รหัสผ่านของคุณถูกซ่อน
175
+ announce_show: รหัสผ่านของคุณถูกแสดง
176
+ hide: ซ่อน
177
+ hide_password: ซ่อนรหัสผ่าน
178
+ show: แสดง
179
+ show_password: แสดงรหัสผ่าน
180
+ single_page_notification_button:
181
+ subscribe_text:
182
+ unsubscribe_text:
184
183
  skip_link:
185
- text:
184
+ text: ข้ามไปที่เนื้อหาหลัก
186
185
  step_by_step_nav:
187
- hide:
188
- hide_all:
189
- show:
190
- show_all:
186
+ hide: ซ่อน
187
+ hide_all: ซ่อนขั้นตอนทั้งหมด
188
+ show: แสดง
189
+ show_all: แสดงขั้นตอนทั้งหมด
191
190
  step_by_step_nav_related:
192
- part_of:
191
+ part_of: ส่วนหนึ่งของ
193
192
  subscription_links:
194
- email_signup_link_text:
195
- feed_link_label:
196
- feed_link_text:
197
- subscriptions:
193
+ email_signup_link_text: รับอีเมล
194
+ feed_link_label: คัดลอกและวาง URL นี้ในโปรแกรมอ่านฟีดข่าวของคุณ
195
+ feed_link_text: สมัครรับข้อมูลฟีดข่าว
196
+ subscriptions: การสมัครใช้บริการ
198
197
  success_alert:
199
- success:
198
+ success: สำเร็จ
200
199
  summary_list:
201
- delete:
202
- edit:
200
+ delete: ลบ
201
+ edit: เปลี่ยน
203
202
  tabs:
204
- contents:
203
+ contents: เนื้อหา
@@ -1,48 +1,53 @@
1
1
  ---
2
2
  tk:
3
3
  common:
4
- translations:
4
+ translations: Terjimeler
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: Ähli bölümleri gizle
9
+ show: görkez
10
+ show_all: Ähli bölümleri görkez
11
+ this_section_visually_hidden: " Bu bölüm"
12
12
  article_schema:
13
- scoped_search_description:
13
+ scoped_search_description: "%{title} bilen gözle"
14
14
  attachment:
15
- opendocument_html:
16
- order_a_copy:
15
+ opendocument_html: Bu faýl <a href='https://www.gov.uk/guidance/using-open-document-formats-odf-in-your-organisation' target=%{target} class='govuk-link'>Açyk resminama</a> formatda
16
+ order_a_copy: Göçürmäni sargyt ediň
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 sahypa
19
+ other: "%{count} sahypalar"
20
+ reference: 'Salgylanma: %{reference}'
21
+ request_format_cta: Elýeterli formaty talap etmek.
22
+ request_format_details_html: Eger siz kömekçi tehnologiýany ulanýan bolsaňyz (meselem, ekran okaýjy ýaly) we bu resminamanyň has elýeterli wersiýasy gerek bolsa, %{email} e-poçta iberiň <a href='mailto:%{alternative_format_contact_email}' target='_blank' class='govuk-link'>%{alternative_format_contact_email}</a>. Size haýsy format gerekdigini aýdyň. Haýsy kömekçi tehnologiýany ulanýandygyňyzy aýtsaňyz bu bize kömek bolar.
23
+ request_format_text: Bu faýl kömekçi tehnologiýany ulanyjylar üçin elýeter bolman biler.
24
24
  back_link:
25
- back:
25
+ back: Yza
26
26
  character_count:
27
- body:
27
+ body: "%{number} %{type} çenli sanlary girizip bilersiňiz"
28
28
  type:
29
- characters:
30
- words:
29
+ characters: şekiller
30
+ words: sözler
31
31
  checkboxes:
32
- or:
32
+ or: ýa-da
33
33
  contents_list:
34
- contents:
34
+ contents: Mazmuny
35
35
  contextual_sidebar:
36
- pretitle:
36
+ pretitle: Şeýle hem bölegidir
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: Goşmaça kukileri kabul et
40
+ reject_cookies: Goşmaça kukileri ret et
41
+ confirmation_message_html: Islendik wagt %{link} edip bilersiňiz.
42
+ confirmation_message_link: kukiler sazlamalaryňyzy üýtgediň
43
+ hide: Bu habary gizle
44
44
  text:
45
- title:
45
+ - Bu internet sahypasyny işletmek üçin käbir möhüm kukileri ulanýarys.
46
+ - GOV.UK-ny nähili ulanýandygyňyza düşünmek
47
+ - sazlamalaryňyzy ýada salmak we döwlet hyzmatlaryny gowulandyrmak üçin goşmaça kukiler goýmak isleýäris.
48
+ - Şeýle hem
49
+ - öz hyzmatlaryndan mazmun ibermäge kömek edýän beýleki internet sahypalary üçin kukileri ulanýarys.
50
+ title: Kukiler GOV.UK-da
46
51
  devolved_nations:
47
52
  applies_to:
48
53
  connectors:
@@ -51,69 +56,59 @@ tk:
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: Ýapyk
67
+ dont_include_personal_info: Milli ätiýaçlandyryş belgiňiz ýa-da töleg kartlaryňyza degişli maglumatlaryňyz ýaly şahsy ýa-da maliýe maglumatlary goşmaň.
68
+ email_address: E-poçta salgysy
69
+ help_us_improve_govuk: GOV.UK ösdürmäge ýardam ediň
70
+ is_not_useful: bu sahypa peýdaly däl
71
+ is_this_page_useful: Bu sahypa peýdalymy?
72
+ is_useful: bu sahypa peýdaly
73
+ maybe: Mümkin
74
+ more_about_visit: GOV.UK-y gowulaşdyrmaga kömek etmek üçin, şu günki saparyňyz barada has köp bilmek isleýäris. Size seslenme formuna degişli bolan baglanyşyk ibereris. Doldurmak üçin bary-ýogy 2 minut gerek bolar. Size spam ibereris ýa-da e-poçta salgyňyzy başga biri bilen paýlaşarys diýip gorkmaň.
75
+ 'no': Ýok
76
+ send: Ugrat
77
+ send_me_survey: Maňa anketany ugrat
78
+ something_wrong: Bu sahypa bilen baglanyşykly meseläni habar beriň
79
+ thank_you_for_feedback: Seslenmäňiz üçin sag boluň
80
+ what_doing: Näme edýärdiňiz?
81
+ what_wrong: Näme nädogry boldy?
82
+ 'yes': Hawa
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: Maslahatlar
85
+ departments: Bölümler
86
+ get-involved: Goşulyş
87
+ how-government-works: Hökümet nähili işleýär
88
+ news_and_communications: Habarlar we aragatnaşyk
89
+ statistics: Statistika
90
+ worldwide: Bütin dünýä
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 awtorlyk hukugy</a>
93
+ licence_html: Ähli mazmun <a class="govuk-footer__link" href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/" rel="license">Açyk hökümet ygtyýarnamasy v3.0-da görkezilen</a>, eger başgaça bellenilmedik bolsa
94
+ support_links: Goldaw baglanyşyklary
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: Gözlegi gizle
108
+ menu: Menýu
109
+ search_button: GOV.UK gözle
110
+ show_button: Gözlegi görkez
111
+ top_level: Ýokary dereje
117
112
  layout_super_navigation_header:
118
113
  logo_link_title:
119
114
  logo_text:
@@ -128,77 +123,83 @@ tk:
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: "-dan"
127
+ history: Taryh
128
+ last_updated: Iň soňky täzelenme
129
+ part_of: Bir bölegi
130
+ published: Çap edilen
131
+ see_all_updates: Ähli täzelenmelere serediň
132
+ toggle_less: Azrak görkez
133
+ toggle_more: "+ %{number} köpeltmek üçin"
139
134
  modal_dialogue:
140
- close_modal:
135
+ close_modal: Modal gepleşikleri tamamlamak
141
136
  notice:
142
137
  banner_title:
143
138
  organisation_schema:
144
- all_content_search_description:
139
+ all_content_search_description: Ähli mazmunyny %{organisation}-dan tapyň
145
140
  previous_and_next_navigation:
146
- pagination:
141
+ pagination: Sahypa
147
142
  print_link:
148
- text:
143
+ text: Bu sahypany çap et
149
144
  radio:
150
- or:
145
+ or: ýa-da
151
146
  related_footer_navigation:
152
- collections:
153
- policies:
154
- statistical_data_sets:
155
- topical_events:
147
+ collections: Toplamalar
148
+ policies: Syýasatlar
149
+ statistical_data_sets: Statistiki maglumat toplumlary
150
+ topical_events: Möhüm wakalar
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: Torda başga bir ýerde
154
+ policies: Syýasat
155
+ publishers: Tarapyndan çap edilen
156
+ related_contacts: Beýleki aragatnaşyklar
157
+ related_content: Baglanyşykly mazmun
158
+ related_external_links: Torda başga bir ýerde
159
+ related_guides: Jikme-jik görkezme
160
+ statistical_data_sets: Statistiki maglumat toplumy
161
+ topical_events: Möhüm waka
162
+ topics: Mowzugy öwreniň
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: Hereketleriň şahsylaşdyrylan sanawyny alyň
166
+ hub_page_title: Brexit barlaýjy
167
+ link_path: "/brexit"
168
+ link_text: Näme etmelidigiňizi belläň
169
+ title: Brexit
170
+ world_locations: Dünýä ýerleri
173
171
  search_box:
174
- input_title:
175
- label:
176
- search_button:
172
+ input_title: Gözlemek
173
+ label: GOV.UK-de gözle
174
+ search_button: Gözlemek
177
175
  show_password:
178
- announce_hide:
179
- announce_show:
180
- hide:
181
- hide_password:
182
- show:
183
- show_password:
176
+ announce_hide: Açar sözüňiz gizlenen
177
+ announce_show: Açar sözüňiz görkezilen
178
+ hide: Gizle
179
+ hide_password: Açar sözi gizle
180
+ show: Görkez
181
+ show_password: Açar sözi görkez
182
+ single_page_notification_button:
183
+ subscribe_text:
184
+ unsubscribe_text:
184
185
  skip_link:
185
- text:
186
+ text: Esasy mazmuna geçiň
186
187
  step_by_step_nav:
187
- hide:
188
- hide_all:
189
- show:
190
- show_all:
188
+ hide: Gizle
189
+ hide_all: Ähli ädimleri gizläň
190
+ show: Görkez
191
+ show_all: Ähli ädimleri görkeziň
191
192
  step_by_step_nav_related:
192
- part_of:
193
+ part_of: Bir bölegi
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-poçtalary alyň
196
+ feed_link_label: Bu URL-i okaýjyňyza giriziň
197
+ feed_link_text: Goldamak üçin agza boluň
198
+ subscriptions: Abunalar
198
199
  success_alert:
199
- success:
200
+ success: Üstünlik
200
201
  summary_list:
201
- delete:
202
- edit:
202
+ delete: Öçürmek
203
+ edit: Çalyşmak
203
204
  tabs:
204
- contents:
205
+ contents: Mazmuny