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,52 @@
1
1
  ---
2
2
  vi:
3
3
  common:
4
- translations:
4
+ translations: Bản dịch
5
5
  components:
6
6
  accordion:
7
- hide:
8
- hide_all:
9
- show:
10
- show_all:
11
- this_section_visually_hidden:
7
+ hide: Ẩn
8
+ hide_all: Ẩn tất cả các phần
9
+ show: Hiển thị
10
+ show_all: Hiển thị tất cả các phần
11
+ this_section_visually_hidden: " phần này"
12
12
  article_schema:
13
- scoped_search_description:
13
+ scoped_search_description: Tìm kiếm trong %{title}
14
14
  attachment:
15
- opendocument_html:
16
- order_a_copy:
15
+ opendocument_html: Tệp này có định dạng <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: Đặt hàng một bản sao
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 trang
19
+ other: "%{count} trang"
20
+ reference: 'Tham khảo: %{reference}'
21
+ request_format_cta: Yêu cầu một định dạng có thể truy cập.
22
+ request_format_details_html: Nếu bạn sử dụng công nghệ hỗ trợ (chẳng hạn như trình đọc màn hình) và cần phiên bản của tài liệu này ở định dạng dễ truy cập hơn, vui lòng gửi email tới <a href='mailto:%{alternative_format_contact_email}' target='_blank' class='govuk-link'>%{alternative_format_contact_email}</a>. Vui lòng cho chúng tôi biết bạn cần định dạng nào. Vui lòng cho biết bạn sử dụng công nghệ hỗ trợ nào.
23
+ request_format_text: Tệp này có thể không phù hợp với người dùng công nghệ hỗ trợ.
24
24
  back_link:
25
- back:
25
+ back: Quay lại
26
26
  character_count:
27
- body:
27
+ body: Bạn có thể nhập tối đa %{number} %{type}
28
28
  type:
29
- characters:
30
- words:
29
+ characters: ký tự
30
+ words: từ
31
31
  checkboxes:
32
- or:
32
+ or: hoặc
33
33
  contents_list:
34
- contents:
34
+ contents: Mục lục
35
35
  contextual_sidebar:
36
- pretitle:
36
+ pretitle: Cũng là một phần của
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: Chấp nhận các cookie bổ sung
40
+ reject_cookies: Từ chối các cookie bổ sung
41
+ confirmation_message_html: Bạn có thể %{link} bất kỳ lúc nào.
42
+ confirmation_message_link: thay đổi cài đặt cookie của bạn
43
+ hide: Ẩn thông báo này
44
44
  text:
45
- title:
45
+ - Chúng tôi sử dụng một số cookie cần thiết để vận hành trang web này.
46
+ - Chúng tôi muốn đặt các cookie bổ sung để hiểu cách bạn sử dụng GOV.UK
47
+ - ghi nhớ cài đặt của bạn và cải thiện các dịch vụ của chính phủ.
48
+ - Chúng tôi cũng sử dụng cookie do các trang web khác đặt để giúp chúng tôi cung cấp nội dung từ các dịch vụ của họ.
49
+ title: Cookie trên GOV.UK
46
50
  devolved_nations:
47
51
  applies_to:
48
52
  connectors:
@@ -51,69 +55,59 @@ vi:
51
55
  england:
52
56
  northern_ireland:
53
57
  scotland:
58
+ type:
59
+ consultation:
60
+ detailed_guide:
61
+ guidance:
62
+ publication:
54
63
  wales:
55
64
  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':
65
+ close: Đóng
66
+ dont_include_personal_info: Không bao gồm thông tin cá nhân hoặc thông tin tài chính như số Bảo hiểm Quốc gia hoặc chi tiết thẻ tín dụng của bạn.
67
+ email_address: Địa chỉ email
68
+ help_us_improve_govuk: Giúp chúng tôi cải thiện GOV.UK
69
+ is_not_useful: trang này không hữu ích
70
+ is_this_page_useful: Trang này có hữu ích không?
71
+ is_useful: trang này hữu ích
72
+ maybe: Có lẽ
73
+ more_about_visit: Để giúp chúng tôi cải thiện GOV.UK, vui lòng cho biết thêm về trải nghiệm truy cập của bạn hôm nay. Chúng tôi sẽ gửi cho bạn một liên kết đến biểu mẫu phản hồi. Sẽ chỉ mất 2 phút để điền. Đừng lo lắng, chúng tôi sẽ không gửi spam cho bạn hay chia sẻ địa chỉ email của bạn với bất kỳ ai.
74
+ 'no': Không
75
+ send: Gửi
76
+ send_me_survey: Gửi cho tôi bài khảo sát
77
+ something_wrong: Báo cáo sự cố với trang này
78
+ thank_you_for_feedback: Cảm ơn phản hồi của bạn
79
+ what_doing: Bạn đang làm gì?
80
+ what_wrong: Sự cố gì đã xảy ra?
81
+ 'yes':
73
82
  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:
83
+ consultations: Tham vấn
84
+ departments: Phòng ban
85
+ get-involved: Tham gia
86
+ how-government-works: Cách hoạt động của chính phủ
87
+ news_and_communications: Tin tức và thông tin liên lạc
88
+ statistics: Thống kê
89
+ worldwide: Trên toàn thế giới
86
90
  layout_footer:
87
- copyright_html:
88
- licence_html:
89
- support_links:
91
+ 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/">© Bản quyền Crown</a>
92
+ licence_html: Tất cả nội dung đều có sẵn theo <a class="govuk-footer__link" href="https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/" rel="license">Giấy phép Chính phủ Mở pb3.0</a>, trừ khi có quy định khác
93
+ support_links: Liên kết hỗ trợ
90
94
  layout_for_public:
91
95
  account_layout:
92
96
  feedback:
93
97
  banners:
94
- footer_intro:
95
- footer_link:
96
- footer_outro:
97
- phase_intro:
98
- phase_link:
99
- phase_outro:
100
- title:
98
+ phase_banner_html:
101
99
  navigation:
102
- destroy_user_session:
103
100
  menu_bar:
104
101
  account:
105
102
  link_text:
106
103
  manage:
107
104
  link_text:
108
- security:
109
- link_text:
110
- user_root_path:
111
105
  layout_header:
112
- hide_button:
113
- menu:
114
- search_button:
115
- show_button:
116
- top_level:
106
+ hide_button: Ẩn tìm kiếm
107
+ menu: Menu
108
+ search_button: Tìm kiếm trên GOV.UK
109
+ show_button: Hiển thị tìm kiếm
110
+ top_level: Mức cao nhất
117
111
  layout_super_navigation_header:
118
112
  logo_link_title:
119
113
  logo_text:
@@ -128,77 +122,83 @@ vi:
128
122
  popular_links_heading:
129
123
  search_text:
130
124
  metadata:
131
- from:
132
- history:
133
- last_updated:
134
- part_of:
135
- published:
136
- see_all_updates:
137
- toggle_less:
138
- toggle_more:
125
+ from: Từ
126
+ history: Lịch sử
127
+ last_updated: Lần cập nhật gần đây nhất
128
+ part_of: Một phần của
129
+ published: Đã xuất bản
130
+ see_all_updates: Xem tất cả nội dung cập nhật
131
+ toggle_less: Ẩn bớt
132
+ toggle_more: "+ thêm %{number}"
139
133
  modal_dialogue:
140
- close_modal:
134
+ close_modal: Đóng đối thoại phương thức
141
135
  notice:
142
136
  banner_title:
143
137
  organisation_schema:
144
- all_content_search_description:
138
+ all_content_search_description: Tìm tất cả nội dung từ %{organisation}
145
139
  previous_and_next_navigation:
146
- pagination:
140
+ pagination: Phân trang
147
141
  print_link:
148
- text:
142
+ text: In trang này
149
143
  radio:
150
- or:
144
+ or: hoặc
151
145
  related_footer_navigation:
152
- collections:
153
- policies:
154
- statistical_data_sets:
155
- topical_events:
146
+ collections: Bộ sưu tập
147
+ policies: Chính sách
148
+ statistical_data_sets: Bộ dữ liệu thống kê
149
+ topical_events: Sự kiện chuyên đề
156
150
  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:
151
+ collections: Bộ sưu tập
152
+ external_links: Ở vị trí khác trên web
153
+ policies: Chính sách
154
+ publishers: Xuất bản bởi
155
+ related_contacts: Các liên hệ khác
156
+ related_content: Nội dung liên quan
157
+ related_external_links: Ở vị trí khác trên web
158
+ related_guides: Hướng dẫn chi tiết
159
+ statistical_data_sets: Bộ dữ liệu thống kê
160
+ topical_events: Sự kiện chuyên đề
161
+ topics: Khám phá chủ đề
168
162
  transition:
169
- link_path:
170
- link_text:
171
- title:
172
- world_locations:
163
+ hub_page_link_path: "/transition-check/questions"
164
+ hub_page_link_text: Nhận danh sách các hành động được cá nhân hóa
165
+ hub_page_title: Công cụ kiểm tra Brexit
166
+ link_path: "/brexit"
167
+ link_text: Kiểm tra những gì bạn cần làm
168
+ title: Brexit
169
+ world_locations: Các vị trí trên thế giới
173
170
  search_box:
174
- input_title:
175
- label:
176
- search_button:
171
+ input_title: Tìm kiếm
172
+ label: Tìm kiếm trên GOV.UK
173
+ search_button: Tìm kiếm
177
174
  show_password:
178
- announce_hide:
179
- announce_show:
180
- hide:
181
- hide_password:
182
- show:
183
- show_password:
175
+ announce_hide: Mật khẩu của bạn bị ẩn
176
+ announce_show: Mật khẩu của bạn được hiển thị
177
+ hide: Ẩn
178
+ hide_password: Ẩn mật khẩu
179
+ show: Hiển thị
180
+ show_password: Hiển thị mật khẩu
181
+ single_page_notification_button:
182
+ subscribe_text:
183
+ unsubscribe_text:
184
184
  skip_link:
185
- text:
185
+ text: Chuyển đến nội dung chính
186
186
  step_by_step_nav:
187
- hide:
188
- hide_all:
189
- show:
190
- show_all:
187
+ hide: Ẩn
188
+ hide_all: Ẩn tất cả các bước
189
+ show: Hiển thị
190
+ show_all: Hiển thị tất cả các bước
191
191
  step_by_step_nav_related:
192
- part_of:
192
+ part_of: Một phần của
193
193
  subscription_links:
194
- email_signup_link_text:
195
- feed_link_label:
196
- feed_link_text:
197
- subscriptions:
194
+ email_signup_link_text: Nhận email
195
+ feed_link_label: Sao chép và dán URL này vào trình đọc nguồn cấp dữ liệu của bạn
196
+ feed_link_text: Đăng ký nguồn cấp dữ liệu
197
+ subscriptions: Đăng ký
198
198
  success_alert:
199
- success:
199
+ success: Thành công
200
200
  summary_list:
201
- delete:
202
- edit:
201
+ delete: Xóa
202
+ edit: Thay đổi
203
203
  tabs:
204
- contents:
204
+ contents: Mục lục
@@ -1,48 +1,51 @@
1
1
  ---
2
2
  zh-hk:
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: 'Ref: %{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: 接受額外 cookies
40
+ reject_cookies: 拒絕額外 cookies
41
+ confirmation_message_html: 您可隨時 %{link} 。
42
+ confirmation_message_link: 更改您的 cookie 設定
43
+ hide: 隱藏此一訊息
44
44
  text:
45
- title:
45
+ - 我們使用部份基本 cookies 讓此一網站運作。
46
+ - 我們希望設定更多 cookies 了解您使用 GOV.UK 的方式,請記下您的設定並改善政府服務。
47
+ - 我們亦使用其他網站設定之 cookies 協助我們提供來自他們的服務的內容。
48
+ title: 在 GOV.UK 的 Cookies
46
49
  devolved_nations:
47
50
  applies_to:
48
51
  connectors:
@@ -51,69 +54,59 @@ zh-hk:
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: 切勿加入諸如您的國民保險編號或信用卡詳情等個人或財務資訊。
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 Licence 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: 選單
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 @@ zh-hk:
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} more"
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: 英國脫歐核查
165
+ link_path: "/brexit"
166
+ link_text: 查看您需要做的事
167
+ title: 英國脫歐
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: 內容