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,49 @@
1
1
  ---
2
2
  ja:
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: 追加のCookieを受け入れる
40
+ reject_cookies: 追加のCookieを拒否する
41
+ confirmation_message_html: いつでも %{link} できます。
42
+ confirmation_message_link: Cookieの設定を変更する
43
+ hide: このメッセージを非表示にする
44
44
  text:
45
- title:
45
+ - "「このウェブサイトを機能させるためにいくつかの重要なCookieを使用しています。」、「GOV.UKの使用方法を理解し、設定を記憶し、政府サービスを改善するために、追加のCookieを設定したいと思います。」、「他のサイトは、サービスからコンテンツを配信するのに役立ちます。」"
46
+ title: GOV.UKのCookie
46
47
  devolved_nations:
47
48
  applies_to:
48
49
  connectors:
@@ -51,69 +52,59 @@ ja:
51
52
  england:
52
53
  northern_ireland:
53
54
  scotland:
55
+ type:
56
+ consultation:
57
+ detailed_guide:
58
+ guidance:
59
+ publication:
54
60
  wales:
55
61
  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':
62
+ close: 閉じる
63
+ dont_include_personal_info: 国民保険番号やクレジットカードの詳細などの個人情報や財務情報は含めないでください。
64
+ email_address: Eメールアドレス
65
+ help_us_improve_govuk: GOV.UKの改善にご協力ください
66
+ is_not_useful: このページは役に立ちません
67
+ is_this_page_useful: このページは役に立ちますか?
68
+ is_useful: このページは役に立ちます
69
+ maybe: 多分
70
+ more_about_visit: GOV.UKの改善に役立てるため、本日の訪問について詳しく知りたいと思います。フィードバックフォームへのリンクをお送りします。記入には2分しかかかりません。スパムを送信したり、メールアドレスを他の人と共有したりすることはありませんのでご安心ください。
71
+ 'no': いいえ
72
+ send: 送信
73
+ send_me_survey: アンケートを送ってください
74
+ something_wrong: このページの問題を報告する
75
+ thank_you_for_feedback: ご意見ありがとうございます
76
+ what_doing: 何をしましたか?
77
+ what_wrong: どのような不具合ですか?
78
+ 'yes': はい
73
79
  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:
80
+ consultations: 相談
81
+ departments: 部門
82
+ get-involved: 参加する
83
+ how-government-works: 政府のしくみ
84
+ news_and_communications: ニュースと通信
85
+ statistics: 統計
86
+ worldwide: 全世界
86
87
  layout_footer:
87
- copyright_html:
88
- licence_html:
89
- support_links:
88
+ 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>
89
+ 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>でご利用いただけます。
90
+ support_links: サポートリンク
90
91
  layout_for_public:
91
92
  account_layout:
92
93
  feedback:
93
94
  banners:
94
- footer_intro:
95
- footer_link:
96
- footer_outro:
97
- phase_intro:
98
- phase_link:
99
- phase_outro:
100
- title:
95
+ phase_banner_html:
101
96
  navigation:
102
- destroy_user_session:
103
97
  menu_bar:
104
98
  account:
105
99
  link_text:
106
100
  manage:
107
101
  link_text:
108
- security:
109
- link_text:
110
- user_root_path:
111
102
  layout_header:
112
- hide_button:
113
- menu:
114
- search_button:
115
- show_button:
116
- top_level:
103
+ hide_button: 検索を非表示
104
+ menu: メニュー
105
+ search_button: GOV.UKを検索
106
+ show_button: 検索を表示
107
+ top_level: 最上位レベル
117
108
  layout_super_navigation_header:
118
109
  logo_link_title:
119
110
  logo_text:
@@ -128,77 +119,83 @@ ja:
128
119
  popular_links_heading:
129
120
  search_text:
130
121
  metadata:
131
- from:
132
- history:
133
- last_updated:
134
- part_of:
135
- published:
136
- see_all_updates:
137
- toggle_less:
138
- toggle_more:
122
+ from: から
123
+ history: 歴史
124
+ last_updated: 最終更新
125
+ part_of: 一部の
126
+ published: 公開済み
127
+ see_all_updates: すべての更新を表示
128
+ toggle_less: 一部を表示
129
+ toggle_more: さらに %{number}
139
130
  modal_dialogue:
140
- close_modal:
131
+ close_modal: 特殊ウインドウを閉じる
141
132
  notice:
142
133
  banner_title:
143
134
  organisation_schema:
144
- all_content_search_description:
135
+ all_content_search_description: "%{organisation} からすべてのコンテンツを検索"
145
136
  previous_and_next_navigation:
146
- pagination:
137
+ pagination: ページ付け
147
138
  print_link:
148
- text:
139
+ text: このページを印刷する
149
140
  radio:
150
- or:
141
+ or: また
151
142
  related_footer_navigation:
152
- collections:
153
- policies:
154
- statistical_data_sets:
155
- topical_events:
143
+ collections: コレクション
144
+ policies: 方針
145
+ statistical_data_sets: 統計データセット
146
+ topical_events: 話題のイベント
156
147
  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:
148
+ collections: コレクション
149
+ external_links: ウェブ上の他の場所
150
+ policies: 方針
151
+ publishers: 公開元:
152
+ related_contacts: その他の連絡先
153
+ related_content: 関連したコンテンツ
154
+ related_external_links: ウェブ上の他の場所
155
+ related_guides: 詳細なガイダンス
156
+ statistical_data_sets: 統計データセット
157
+ topical_events: 話題のイベント
158
+ topics: トピックを探索する
168
159
  transition:
169
- link_path:
170
- link_text:
171
- title:
172
- world_locations:
160
+ hub_page_link_path: "/transition-check/questions"
161
+ hub_page_link_text: アクションのパーソナライズされたリストを取得する
162
+ hub_page_title: Brexitチェッカー
163
+ link_path: "/brexit"
164
+ link_text: あなたがする必要があることを確認してください
165
+ title: Brexit
166
+ world_locations: 世界の場所
173
167
  search_box:
174
- input_title:
175
- label:
176
- search_button:
168
+ input_title: 検索
169
+ label: GOV.UKで検索
170
+ search_button: 検索
177
171
  show_password:
178
- announce_hide:
179
- announce_show:
180
- hide:
181
- hide_password:
182
- show:
183
- show_password:
172
+ announce_hide: パスワードは非表示です
173
+ announce_show: パスワードが表示されています
174
+ hide: 非表示
175
+ hide_password: パスワードを非表示にする
176
+ show: 表示
177
+ show_password: パスワードを表示する
178
+ single_page_notification_button:
179
+ subscribe_text:
180
+ unsubscribe_text:
184
181
  skip_link:
185
- text:
182
+ text: 主要コンテンツに移動
186
183
  step_by_step_nav:
187
- hide:
188
- hide_all:
189
- show:
190
- show_all:
184
+ hide: 非表示
185
+ hide_all: すべてのステップを非表示にする
186
+ show: 表示
187
+ show_all: すべてのステップを表示する
191
188
  step_by_step_nav_related:
192
- part_of:
189
+ part_of: 一部
193
190
  subscription_links:
194
- email_signup_link_text:
195
- feed_link_label:
196
- feed_link_text:
197
- subscriptions:
191
+ email_signup_link_text: Eメールを受け取る
192
+ feed_link_label: このURLをコピーしてフィードリーダーに貼り付けます
193
+ feed_link_text: フィードを購読する
194
+ subscriptions: 購読
198
195
  success_alert:
199
- success:
196
+ success: 成功
200
197
  summary_list:
201
- delete:
202
- edit:
198
+ delete: 削除
199
+ edit: 変更
203
200
  tabs:
204
- contents:
201
+ contents: コンテンツ
@@ -1,48 +1,55 @@
1
1
  ---
2
2
  ka:
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
+ - რათა ამ ვებგვერდმა იმუშაოს.
47
+ - ჩვენ გვსურს დამატებითი ქუქი -ფაილების დაყენება იმის გასაგებად
48
+ - თუ როგორ იყენებთ GOV.UK-ს
49
+ - დაიმახსოვრეთ თქვენი პარამეტრები და გააუმჯობესეთ სამთავრობო მომსახურება.
50
+ - ჩვენ ასევე ვიყენებთ ქუქი -ფაილებს სხვა საიტებისგან
51
+ - რომლებიც დაგვეხმარება მათი სერვისებიდან შინაარსის მიწოდებაში.
52
+ title: ქუქი ფაილები GOV.UK-ზე
46
53
  devolved_nations:
47
54
  applies_to:
48
55
  connectors:
@@ -51,69 +58,59 @@ ka:
51
58
  england:
52
59
  northern_ireland:
53
60
  scotland:
61
+ type:
62
+ consultation:
63
+ detailed_guide:
64
+ guidance:
65
+ publication:
54
66
  wales:
55
67
  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':
68
+ close: ჩახურვა
69
+ dont_include_personal_info: არ შეიყვანოთ პირადი ან ფინანსური ინფორმაცია, როგორიცაა თქვენი ეროვნული დაზღვევის ნომერი ან საკრედიტო ბარათის დეტალები.
70
+ email_address: ელექტრონული მისამართი
71
+ help_us_improve_govuk: დაგვეხმარეთ გავაუმჯობესოთ GOV.UK
72
+ is_not_useful: ეს გვერდი არ არის სასარგებლო
73
+ is_this_page_useful: ეს გვერდი სასარგებლო იყო თქვენთვის?
74
+ is_useful: ეს გვერდი სასარგებლოა
75
+ maybe: შესაძლოა
76
+ more_about_visit: იმისათვის, რომ დაგვეხმაროთ გავაუმჯობესოთ GOV.UK, ჩვენ გვსურს ვიცოდეთ მეტი თქვენი ვიზიტის შესახებ დღეს. ჩვენ გამოგიგზავნით ფიდბეკის ფორმის ბმულს. მის შევსებას 2 წუთი დასჭირდება. არ იდარდოთ, ჩვენ არ გამოგიგზავნით სპამს ან გავუზიარებთ თქვენს ელექტრონულ მისამართს სხვას.
77
+ 'no': არა
78
+ send: გაგზავნა
79
+ send_me_survey: გამომიგზავნეთ კითხვარი
80
+ something_wrong: პრობლემის შესახებ შეტყობინება გვერდთან დაკავშირებით
81
+ thank_you_for_feedback: გმადლობთ თქვენი უკუკავშირისთვის
82
+ what_doing: რას აკეთებდით?
83
+ what_wrong: რა მოხდა არასწორად?
84
+ 'yes': დიახ
73
85
  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:
86
+ consultations: კონსულტაციები
87
+ departments: დეპარტამენტები
88
+ get-involved: ჩართულობა
89
+ how-government-works: როგორ მუშაობს სახელმწიფო
90
+ news_and_communications: სიახლეები და კომუნიკაციები
91
+ statistics: სტატისტიკა
92
+ worldwide: მსოფლიო
86
93
  layout_footer:
87
- copyright_html:
88
- licence_html:
89
- support_links:
94
+ 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/">© გვირგვინის ქოფირაითი</a>
95
+ 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>, გარდა სხვა განცხადებებისა
96
+ support_links: დამხმარე ბმულები
90
97
  layout_for_public:
91
98
  account_layout:
92
99
  feedback:
93
100
  banners:
94
- footer_intro:
95
- footer_link:
96
- footer_outro:
97
- phase_intro:
98
- phase_link:
99
- phase_outro:
100
- title:
101
+ phase_banner_html:
101
102
  navigation:
102
- destroy_user_session:
103
103
  menu_bar:
104
104
  account:
105
105
  link_text:
106
106
  manage:
107
107
  link_text:
108
- security:
109
- link_text:
110
- user_root_path:
111
108
  layout_header:
112
- hide_button:
113
- menu:
114
- search_button:
115
- show_button:
116
- top_level:
109
+ hide_button: ძიების დაფარვა
110
+ menu: მენიუ
111
+ search_button: GOV.UK ძებნა
112
+ show_button: ძებნის ჩვენება
113
+ top_level: ტოპ დონე
117
114
  layout_super_navigation_header:
118
115
  logo_link_title:
119
116
  logo_text:
@@ -128,77 +125,83 @@ ka:
128
125
  popular_links_heading:
129
126
  search_text:
130
127
  metadata:
131
- from:
132
- history:
133
- last_updated:
134
- part_of:
135
- published:
136
- see_all_updates:
137
- toggle_less:
138
- toggle_more:
128
+ from: დან
129
+ history: ისტორია
130
+ last_updated: ბოლო განახლება
131
+ part_of: ნაწილი
132
+ published: პუბლიკაცია
133
+ see_all_updates: ყველა განახლების ნახვა
134
+ toggle_less: ნაკლების ჩვენება
135
+ toggle_more: "+ %{number} more"
139
136
  modal_dialogue:
140
- close_modal:
137
+ close_modal: მოდალური დიალოგის გამორთვა
141
138
  notice:
142
139
  banner_title:
143
140
  organisation_schema:
144
- all_content_search_description:
141
+ all_content_search_description: ყველა მასალის ნახვა %{organisation}-დან
145
142
  previous_and_next_navigation:
146
- pagination:
143
+ pagination: პაგინაცია
147
144
  print_link:
148
- text:
145
+ text: ამ გვერდის ბეჭდვა
149
146
  radio:
150
- or:
147
+ or: ან
151
148
  related_footer_navigation:
152
- collections:
153
- policies:
154
- statistical_data_sets:
155
- topical_events:
149
+ collections: კოლექციები
150
+ policies: კანონები
151
+ statistical_data_sets: სტატისტიკური მონაცემების ნაკრები
152
+ topical_events: ტოპ მოვლენები
156
153
  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:
154
+ collections: კოლექცია
155
+ external_links: ნებისმიერ სხვა ადგილას ვებში
156
+ policies: პოლიტიკა
157
+ publishers: გამოქვეყნებულია
158
+ related_contacts: სხვა კონტაქტები
159
+ related_content: მსგავსი კონტენტი
160
+ related_external_links: ნებისმიერ სხვა ადგილას ვებში
161
+ related_guides: დეტალური სახელმძღვანელო
162
+ statistical_data_sets: სტატისტიკური მონაცემების ნაკრები
163
+ topical_events: ტოპ მოვლენები
164
+ topics: თემის გამოკვლევა
168
165
  transition:
169
- link_path:
170
- link_text:
171
- title:
172
- world_locations:
166
+ hub_page_link_path: "/transition-check/questions"
167
+ hub_page_link_text: მოქმედებების პერსონალიზირებული სიის მიღება
168
+ hub_page_title: ბრექსითის შემოწმება
169
+ link_path: "/brexit"
170
+ link_text: შეამოწმეთ თუ რა უნდა გააკეთოთ
171
+ title: ბრექსითის შემოწმება
172
+ world_locations: მსოფლიო ლოკაციები
173
173
  search_box:
174
- input_title:
175
- label:
176
- search_button:
174
+ input_title: ძიება
175
+ label: ძიება GOV.UK-ზე
176
+ search_button: ძიება
177
177
  show_password:
178
- announce_hide:
179
- announce_show:
180
- hide:
181
- hide_password:
182
- show:
183
- show_password:
178
+ announce_hide: თქვენი პაროლი დაფარულია
179
+ announce_show: თქვენი პაროლი ჩანს
180
+ hide: დაფარვა
181
+ hide_password: პაროლის დაფარვა
182
+ show: ჩვენება
183
+ show_password: პაროლის ჩვენება
184
+ single_page_notification_button:
185
+ subscribe_text:
186
+ unsubscribe_text:
184
187
  skip_link:
185
- text:
188
+ text: მთავარ კონტენტზე გადასვლა
186
189
  step_by_step_nav:
187
- hide:
188
- hide_all:
189
- show:
190
- show_all:
190
+ hide: დაფარვა
191
+ hide_all: ყველა ნაბიჯის დაფარვა
192
+ show: ჩვენება
193
+ show_all: ყველა ნაბიჯის ჩვენება
191
194
  step_by_step_nav_related:
192
- part_of:
195
+ part_of: ნაწილი
193
196
  subscription_links:
194
- email_signup_link_text:
195
- feed_link_label:
196
- feed_link_text:
197
- subscriptions:
197
+ email_signup_link_text: ელ. წერილების მიღება
198
+ feed_link_label: ამ URL-ის დაკოპირება და ჩასმა თქვენი ველის წამკითხველში
199
+ feed_link_text: ველის გამოწერა
200
+ subscriptions: გამოწერები
198
201
  success_alert:
199
- success:
202
+ success: წარმატება
200
203
  summary_list:
201
- delete:
202
- edit:
204
+ delete: წაშლა
205
+ edit: შეცვლა
203
206
  tabs:
204
- contents:
207
+ contents: შინაარსი