govuk_publishing_components 61.1.3 → 61.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/app/assets/javascripts/govuk_publishing_components/components/select-with-search.js +5 -1
- data/app/assets/stylesheets/govuk_publishing_components/components/_organisation-logo.scss +4 -5
- data/app/models/govuk_publishing_components/audit_comparer.rb +0 -1
- data/app/views/govuk_publishing_components/components/_step_by_step_nav_related.html.erb +15 -1
- data/app/views/govuk_publishing_components/components/docs/button.yml +2 -4
- data/app/views/govuk_publishing_components/components/docs/heading.yml +1 -1
- data/config/locales/ar.yml +2 -0
- data/config/locales/az.yml +2 -0
- data/config/locales/be.yml +2 -0
- data/config/locales/bg.yml +2 -0
- data/config/locales/bn.yml +2 -0
- data/config/locales/cs.yml +2 -0
- data/config/locales/cy.yml +2 -0
- data/config/locales/da.yml +2 -0
- data/config/locales/de.yml +2 -0
- data/config/locales/dr.yml +2 -0
- data/config/locales/el.yml +2 -0
- data/config/locales/en.yml +2 -0
- data/config/locales/es-419.yml +2 -0
- data/config/locales/es.yml +2 -0
- data/config/locales/et.yml +2 -0
- data/config/locales/fa.yml +2 -0
- data/config/locales/fi.yml +2 -0
- data/config/locales/fr.yml +2 -0
- data/config/locales/gd.yml +2 -0
- data/config/locales/gu.yml +2 -0
- data/config/locales/he.yml +2 -0
- data/config/locales/hi.yml +2 -0
- data/config/locales/hr.yml +2 -0
- data/config/locales/hu.yml +2 -0
- data/config/locales/hy.yml +2 -0
- data/config/locales/id.yml +2 -0
- data/config/locales/is.yml +2 -0
- data/config/locales/it.yml +2 -0
- data/config/locales/ja.yml +2 -0
- data/config/locales/ka.yml +2 -0
- data/config/locales/kk.yml +2 -0
- data/config/locales/ko.yml +2 -0
- data/config/locales/ku.yml +2 -0
- data/config/locales/ky.yml +2 -0
- data/config/locales/lt.yml +2 -0
- data/config/locales/lv.yml +2 -0
- data/config/locales/ms.yml +2 -0
- data/config/locales/mt.yml +2 -0
- data/config/locales/ne.yml +2 -0
- data/config/locales/nl.yml +2 -0
- data/config/locales/no.yml +2 -0
- data/config/locales/pa-pk.yml +2 -0
- data/config/locales/pa.yml +2 -0
- data/config/locales/pl.yml +2 -0
- data/config/locales/ps.yml +2 -0
- data/config/locales/pt.yml +2 -0
- data/config/locales/ro.yml +2 -0
- data/config/locales/ru.yml +2 -0
- data/config/locales/si.yml +2 -0
- data/config/locales/sk.yml +2 -0
- data/config/locales/sl.yml +2 -0
- data/config/locales/so.yml +2 -0
- data/config/locales/sq.yml +2 -0
- data/config/locales/sr.yml +2 -0
- data/config/locales/sv.yml +2 -0
- data/config/locales/sw.yml +2 -0
- data/config/locales/ta.yml +2 -0
- data/config/locales/th.yml +2 -0
- data/config/locales/ti.yml +2 -0
- data/config/locales/tk.yml +2 -0
- data/config/locales/tr.yml +2 -0
- data/config/locales/uk.yml +2 -0
- data/config/locales/ur.yml +2 -0
- data/config/locales/uz.yml +2 -0
- data/config/locales/vi.yml +2 -0
- data/config/locales/zh-hk.yml +2 -0
- data/config/locales/zh-tw.yml +2 -0
- data/config/locales/zh.yml +2 -0
- data/lib/govuk_publishing_components/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: a2658bb0ee7be3c63ed5194070eb599671a47ae86d573bf934c47711e6788308
|
4
|
+
data.tar.gz: f7ddb17de0757400f0122135454f2e06c4eaee29fd7e97f0315429247474353f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 499bf3b8e4f5f2fb14bb1f7bc3753af05a554271f9741875a525262a6235e75297df8e92532aa893cd4f8c9501cc4b81bd197fd96a3dfcc5cf3a8381e17b2382
|
7
|
+
data.tar.gz: f09b42020e2e8912c60f59518378e82c50f5fd56321fc41eafb1f21504059fec77296f9961e7255cb0817dc1fac60407e5f619613e79629bb5ad5c7cde5346e3
|
@@ -24,6 +24,7 @@ window.GOVUK.Modules = window.GOVUK.Modules || {}
|
|
24
24
|
}
|
25
25
|
|
26
26
|
const ariaDescribedBy = this.module.getAttribute('aria-describedby') || ''
|
27
|
+
const labelId = this.module.id + '-label ' + ariaDescribedBy
|
27
28
|
|
28
29
|
this.choices = new window.Choices(this.module, {
|
29
30
|
allowHTML: true,
|
@@ -32,7 +33,7 @@ window.GOVUK.Modules = window.GOVUK.Modules || {}
|
|
32
33
|
itemSelectText: '',
|
33
34
|
searchResultLimit: 100,
|
34
35
|
removeItemButton: this.module.multiple,
|
35
|
-
labelId:
|
36
|
+
labelId: labelId,
|
36
37
|
callbackOnInit: function () {
|
37
38
|
// For the multiple select, move the input field to
|
38
39
|
// the top of the feedback area, so that the selected
|
@@ -42,6 +43,9 @@ window.GOVUK.Modules = window.GOVUK.Modules || {}
|
|
42
43
|
const input = this.input.element
|
43
44
|
inner.prepend(input)
|
44
45
|
}
|
46
|
+
// Add aria-labelledby to the listbox as well as the combobox
|
47
|
+
const listbox = this.itemList.element
|
48
|
+
listbox.setAttribute('aria-labelledby', labelId)
|
45
49
|
},
|
46
50
|
// https://fusejs.io/api/options.html
|
47
51
|
fuseOptions: {
|
@@ -34,11 +34,10 @@
|
|
34
34
|
}
|
35
35
|
|
36
36
|
.gem-c-organisation-logo__image {
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
}
|
37
|
+
display: block;
|
38
|
+
height: auto;
|
39
|
+
max-width: 300px;
|
40
|
+
width: 100%;
|
42
41
|
}
|
43
42
|
|
44
43
|
.gem-c-organisation-logo__crest {
|
@@ -2,6 +2,20 @@
|
|
2
2
|
add_gem_component_stylesheet("step-by-step-nav-related")
|
3
3
|
disable_ga4 ||= false
|
4
4
|
links ||= []
|
5
|
+
pretitle_heading =
|
6
|
+
if local_assigns[:pretitle].present?
|
7
|
+
content_tag(:span, pretitle, class: "gem-c-step-nav-related__pretitle")
|
8
|
+
else
|
9
|
+
content_tag(
|
10
|
+
:span,
|
11
|
+
t(
|
12
|
+
"components.step_by_step_nav_related.this_page_is_part_of_html",
|
13
|
+
this_page_is: t("components.step_by_step_nav_related.this_page_is"),
|
14
|
+
part_of: t("components.step_by_step_nav_related.part_of"),
|
15
|
+
),
|
16
|
+
class: "gem-c-step-nav-related__pretitle",
|
17
|
+
)
|
18
|
+
end
|
5
19
|
pretitle ||= t("components.step_by_step_nav_related.part_of")
|
6
20
|
always_display_as_list ||= false
|
7
21
|
|
@@ -13,7 +27,7 @@
|
|
13
27
|
<% if links.any? %>
|
14
28
|
<%= tag.div(**component_helper.all_attributes) do %>
|
15
29
|
<h2 class="gem-c-step-nav-related__heading">
|
16
|
-
|
30
|
+
<%= pretitle_heading %>
|
17
31
|
<% if links.length == 1 && !always_display_as_list %>
|
18
32
|
<a href="<%= links[0][:href] %>"
|
19
33
|
class="govuk-link gem-print-force-link-styles"
|
@@ -100,7 +100,6 @@ examples:
|
|
100
100
|
description: Data attributes can be applied as required. Note that the component does not include built in tracking. If this is required consider using the [GA4 link tracker](https://github.com/alphagov/govuk_publishing_components/blob/main/docs/analytics-ga4/trackers/ga4-link-tracker.md).
|
101
101
|
data:
|
102
102
|
text: Track this!
|
103
|
-
margin_bottom: true
|
104
103
|
data_attributes: {
|
105
104
|
module: cross-domain-tracking,
|
106
105
|
tracking-code: GA-123ABC,
|
@@ -109,7 +108,6 @@ examples:
|
|
109
108
|
with_title_attribute:
|
110
109
|
data:
|
111
110
|
text: Click me
|
112
|
-
margin_bottom: true
|
113
111
|
title: A button to click
|
114
112
|
inline_layout:
|
115
113
|
description: Buttons will display adjacent to each other until mobile view, when they will appear on top of each other.
|
@@ -149,8 +147,8 @@ examples:
|
|
149
147
|
aria_describedby: with_aria_describedby
|
150
148
|
with_form_attribute:
|
151
149
|
description: |
|
152
|
-
Buttons will usually be contained within their containing form, but sometimes it is desirable to have the button
|
153
|
-
outside the form with the `form` attribute pointing to the ID of the form. See
|
150
|
+
Buttons will usually be contained within their containing form, but sometimes it is desirable to have the button
|
151
|
+
outside the form with the `form` attribute pointing to the ID of the form. See
|
154
152
|
[The Mozilla dev docs on a button's `form` attribute](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/button#form)
|
155
153
|
for more information.
|
156
154
|
data:
|
@@ -26,7 +26,7 @@ examples:
|
|
26
26
|
heading_level: 3
|
27
27
|
different_font_sizes:
|
28
28
|
description: |
|
29
|
-
Set a different font size for the heading. Uses the [GOV.UK Frontend heading sizes](https://design-system.service.gov.uk/styles/headings/)
|
29
|
+
Set a different font size for the heading. Uses the [GOV.UK Frontend heading sizes](https://design-system.service.gov.uk/styles/headings/). Valid options are `xl`, `l`, `m` and `s`.
|
30
30
|
|
31
31
|
This option is not tied to the `heading_level` option in order to give flexibility.
|
32
32
|
data:
|
data/config/locales/ar.yml
CHANGED
@@ -219,6 +219,8 @@ ar:
|
|
219
219
|
show_all: عرض كل الخطوات
|
220
220
|
step_by_step_nav_related:
|
221
221
|
part_of: جزء من
|
222
|
+
this_page_is:
|
223
|
+
this_page_is_part_of_html:
|
222
224
|
subscription_links:
|
223
225
|
email_signup_link_text: احصل على رسائل البريد الإلكتروني
|
224
226
|
feed_link_label: انسخ والصق عنوان URL هذا في قارئ الموجز الخاص بك
|
data/config/locales/az.yml
CHANGED
@@ -216,6 +216,8 @@ az:
|
|
216
216
|
show_all: Bütün addımları göstər
|
217
217
|
step_by_step_nav_related:
|
218
218
|
part_of: Hissə
|
219
|
+
this_page_is:
|
220
|
+
this_page_is_part_of_html:
|
219
221
|
subscription_links:
|
220
222
|
email_signup_link_text: E-məktublar alın
|
221
223
|
feed_link_label: Bu URL-i veb-kanal oxuyucunuza daxil edin
|
data/config/locales/be.yml
CHANGED
@@ -222,6 +222,8 @@ be:
|
|
222
222
|
show_all: Паказаць усе этапы
|
223
223
|
step_by_step_nav_related:
|
224
224
|
part_of: Частка
|
225
|
+
this_page_is:
|
226
|
+
this_page_is_part_of_html:
|
225
227
|
subscription_links:
|
226
228
|
email_signup_link_text: Атрымваць электронныя лісты
|
227
229
|
feed_link_label: Скапіруйце і ўстаўце гэты URL-адрас у свой iнфармацыйны журнал
|
data/config/locales/bg.yml
CHANGED
@@ -220,6 +220,8 @@ bg:
|
|
220
220
|
show_all: Показване на всички стъпки
|
221
221
|
step_by_step_nav_related:
|
222
222
|
part_of: Част от
|
223
|
+
this_page_is:
|
224
|
+
this_page_is_part_of_html:
|
223
225
|
subscription_links:
|
224
226
|
email_signup_link_text: Получаване на имейли
|
225
227
|
feed_link_label: Копирайте и поставете този URL адрес в четеца си за канали
|
data/config/locales/bn.yml
CHANGED
@@ -217,6 +217,8 @@ bn:
|
|
217
217
|
show_all: সকল ধাপ দেখান
|
218
218
|
step_by_step_nav_related:
|
219
219
|
part_of: এর অংশ
|
220
|
+
this_page_is:
|
221
|
+
this_page_is_part_of_html:
|
220
222
|
subscription_links:
|
221
223
|
email_signup_link_text: ইমেইল পান
|
222
224
|
feed_link_label: এই URL-টি কপি করে আপনার ফিড রিডারে পেস্ট করুন
|
data/config/locales/cs.yml
CHANGED
@@ -221,6 +221,8 @@ cs:
|
|
221
221
|
show_all: Zobrazit všechny kroky
|
222
222
|
step_by_step_nav_related:
|
223
223
|
part_of: Část
|
224
|
+
this_page_is:
|
225
|
+
this_page_is_part_of_html:
|
224
226
|
subscription_links:
|
225
227
|
email_signup_link_text: Získat e-maily
|
226
228
|
feed_link_label: Zkopírujte a vložte tuto adresu URL do čtečky kanálů
|
data/config/locales/cy.yml
CHANGED
@@ -220,6 +220,8 @@ cy:
|
|
220
220
|
show_all: Dangos pob cam
|
221
221
|
step_by_step_nav_related:
|
222
222
|
part_of: Rhan o
|
223
|
+
this_page_is:
|
224
|
+
this_page_is_part_of_html:
|
223
225
|
subscription_links:
|
224
226
|
email_signup_link_text: Cael e-byst
|
225
227
|
feed_link_label: Copiwch a gludo'r URL hwn i'ch rhaglen darllen ffrwd
|
data/config/locales/da.yml
CHANGED
@@ -217,6 +217,8 @@ da:
|
|
217
217
|
show_all: Vis alle trin
|
218
218
|
step_by_step_nav_related:
|
219
219
|
part_of: del af
|
220
|
+
this_page_is:
|
221
|
+
this_page_is_part_of_html:
|
220
222
|
subscription_links:
|
221
223
|
email_signup_link_text: Få e-mails
|
222
224
|
feed_link_label: Kopier og indsæt denne URL-adresse i din feedlæser
|
data/config/locales/de.yml
CHANGED
@@ -220,6 +220,8 @@ de:
|
|
220
220
|
show_all: Alle Schritte anzeigen
|
221
221
|
step_by_step_nav_related:
|
222
222
|
part_of: Teil von
|
223
|
+
this_page_is:
|
224
|
+
this_page_is_part_of_html:
|
223
225
|
subscription_links:
|
224
226
|
email_signup_link_text: Emails erhalten
|
225
227
|
feed_link_label: Kopieren Sie diese URL und fügen Sie sie in Ihren Feed-Reader ein
|
data/config/locales/dr.yml
CHANGED
@@ -218,6 +218,8 @@ dr:
|
|
218
218
|
show_all: تمام مراحل را نمایش دهید
|
219
219
|
step_by_step_nav_related:
|
220
220
|
part_of: بخشی از
|
221
|
+
this_page_is:
|
222
|
+
this_page_is_part_of_html:
|
221
223
|
subscription_links:
|
222
224
|
email_signup_link_text: ایمل ها دریافت نمایید
|
223
225
|
feed_link_label: این یو آر ال را در بخش جستجو کاپی کرده و بگذارید
|
data/config/locales/el.yml
CHANGED
@@ -216,6 +216,8 @@ el:
|
|
216
216
|
show_all: Εμφάνιση όλων των βημάτων
|
217
217
|
step_by_step_nav_related:
|
218
218
|
part_of: Μέρος του
|
219
|
+
this_page_is:
|
220
|
+
this_page_is_part_of_html:
|
219
221
|
subscription_links:
|
220
222
|
email_signup_link_text: Λάβετε email
|
221
223
|
feed_link_label: Αντιγράψτε και επικολλήστε αυτό το URL στο πρόγραμμα ανάγνωσης ροής
|
data/config/locales/en.yml
CHANGED
@@ -331,6 +331,8 @@ en:
|
|
331
331
|
show_all: Show all steps
|
332
332
|
step_by_step_nav_related:
|
333
333
|
part_of: Part of
|
334
|
+
this_page_is: This page is
|
335
|
+
this_page_is_part_of_html: "<span class='govuk-visually-hidden'>%{this_page_is}</span> %{part_of}"
|
334
336
|
subscription_links:
|
335
337
|
email_signup_link_text: Get emails
|
336
338
|
feed_link_label: Copy and paste this URL into your feed reader
|
data/config/locales/es-419.yml
CHANGED
@@ -216,6 +216,8 @@ es-419:
|
|
216
216
|
show_all: Mostrar todos los pasos
|
217
217
|
step_by_step_nav_related:
|
218
218
|
part_of: Parte de
|
219
|
+
this_page_is:
|
220
|
+
this_page_is_part_of_html:
|
219
221
|
subscription_links:
|
220
222
|
email_signup_link_text: Recibir emails
|
221
223
|
feed_link_label: Copie y pegue esta URL en su lector de feeds
|
data/config/locales/es.yml
CHANGED
@@ -216,6 +216,8 @@ es:
|
|
216
216
|
show_all: Mostrar todos los pasos
|
217
217
|
step_by_step_nav_related:
|
218
218
|
part_of: Parte de
|
219
|
+
this_page_is:
|
220
|
+
this_page_is_part_of_html:
|
219
221
|
subscription_links:
|
220
222
|
email_signup_link_text: Reciba correos electrónicos
|
221
223
|
feed_link_label: Copie y pegue esta URL en su lector de feeds
|
data/config/locales/et.yml
CHANGED
@@ -219,6 +219,8 @@ et:
|
|
219
219
|
show_all: Kuva kõik sammud
|
220
220
|
step_by_step_nav_related:
|
221
221
|
part_of: Osa
|
222
|
+
this_page_is:
|
223
|
+
this_page_is_part_of_html:
|
222
224
|
subscription_links:
|
223
225
|
email_signup_link_text: Hangi e-kirju
|
224
226
|
feed_link_label: Kopeerige ja kleepige see URL oma voo lugerisse
|
data/config/locales/fa.yml
CHANGED
@@ -215,6 +215,8 @@ fa:
|
|
215
215
|
show_all: نمایش تمام مراحل
|
216
216
|
step_by_step_nav_related:
|
217
217
|
part_of: بخشی از
|
218
|
+
this_page_is:
|
219
|
+
this_page_is_part_of_html:
|
218
220
|
subscription_links:
|
219
221
|
email_signup_link_text: دریافت ایمیلها
|
220
222
|
feed_link_label: این آدرس را در فید خوان خود کپی کرده و بچسبانید
|
data/config/locales/fi.yml
CHANGED
@@ -218,6 +218,8 @@ fi:
|
|
218
218
|
show_all: Näytä kaikki vaiheet
|
219
219
|
step_by_step_nav_related:
|
220
220
|
part_of: Osa
|
221
|
+
this_page_is:
|
222
|
+
this_page_is_part_of_html:
|
221
223
|
subscription_links:
|
222
224
|
email_signup_link_text: Hanki sähköpostit
|
223
225
|
feed_link_label: Kopioi ja liitä tämä URL osoite syötteenlukijaasi
|
data/config/locales/fr.yml
CHANGED
@@ -216,6 +216,8 @@ fr:
|
|
216
216
|
show_all: Afficher toutes les étapes
|
217
217
|
step_by_step_nav_related:
|
218
218
|
part_of: Fait partie de
|
219
|
+
this_page_is:
|
220
|
+
this_page_is_part_of_html:
|
219
221
|
subscription_links:
|
220
222
|
email_signup_link_text: Obtenir des courriels
|
221
223
|
feed_link_label: Copier et coller cette URL dans votre lecteur de flux
|
data/config/locales/gd.yml
CHANGED
@@ -218,6 +218,8 @@ gd:
|
|
218
218
|
show_all: Taispeáin gach céim den chlár
|
219
219
|
step_by_step_nav_related:
|
220
220
|
part_of: Chuid
|
221
|
+
this_page_is:
|
222
|
+
this_page_is_part_of_html:
|
221
223
|
subscription_links:
|
222
224
|
email_signup_link_text: Faigh r-phost
|
223
225
|
feed_link_label: Cóipeáil agus greamaigh an URL seo i do léitheoir beatha
|
data/config/locales/gu.yml
CHANGED
@@ -216,6 +216,8 @@ gu:
|
|
216
216
|
show_all: તમામ સ્ટેપ્સ દર્શાવો
|
217
217
|
step_by_step_nav_related:
|
218
218
|
part_of: નો ભાગ
|
219
|
+
this_page_is:
|
220
|
+
this_page_is_part_of_html:
|
219
221
|
subscription_links:
|
220
222
|
email_signup_link_text: ઈમેલ્સ મેળવો
|
221
223
|
feed_link_label: આ URL કૉપી કરીને તમારા ફીડ રીડરમાં પેસ્ટ કરો
|
data/config/locales/he.yml
CHANGED
@@ -216,6 +216,8 @@ he:
|
|
216
216
|
show_all: הצג את כל השלבים
|
217
217
|
step_by_step_nav_related:
|
218
218
|
part_of: חלק של
|
219
|
+
this_page_is:
|
220
|
+
this_page_is_part_of_html:
|
219
221
|
subscription_links:
|
220
222
|
email_signup_link_text: קבל הודעות דואר אלקטרוני
|
221
223
|
feed_link_label: העתק והדבק URL זו בקורא הזנות שלך
|
data/config/locales/hi.yml
CHANGED
@@ -216,6 +216,8 @@ hi:
|
|
216
216
|
show_all: सभी चरण दिखाएं
|
217
217
|
step_by_step_nav_related:
|
218
218
|
part_of: का भाग
|
219
|
+
this_page_is:
|
220
|
+
this_page_is_part_of_html:
|
219
221
|
subscription_links:
|
220
222
|
email_signup_link_text: ईमेल प्राप्त करें
|
221
223
|
feed_link_label: इस URL को अपने फीड रीडर में कॉपी और पेस्ट करें
|
data/config/locales/hr.yml
CHANGED
@@ -217,6 +217,8 @@ hr:
|
|
217
217
|
show_all: Prikaži sve korake
|
218
218
|
step_by_step_nav_related:
|
219
219
|
part_of: Dio
|
220
|
+
this_page_is:
|
221
|
+
this_page_is_part_of_html:
|
220
222
|
subscription_links:
|
221
223
|
email_signup_link_text: Dobijte e -poštu
|
222
224
|
feed_link_label: Kopirajte i zalijepite ovaj URL u čitač feedova
|
data/config/locales/hu.yml
CHANGED
@@ -219,6 +219,8 @@ hu:
|
|
219
219
|
show_all: Minden lépés megmutatása
|
220
220
|
step_by_step_nav_related:
|
221
221
|
part_of: 'Része a következőnek:'
|
222
|
+
this_page_is:
|
223
|
+
this_page_is_part_of_html:
|
222
224
|
subscription_links:
|
223
225
|
email_signup_link_text: E-mailek fogadása
|
224
226
|
feed_link_label: A jelen hivatkozás másolása és beillesztése a hírolvasójába
|
data/config/locales/hy.yml
CHANGED
@@ -220,6 +220,8 @@ hy:
|
|
220
220
|
show_all: Ցուցադրել բոլոր քայլերը
|
221
221
|
step_by_step_nav_related:
|
222
222
|
part_of: Մաս է՝
|
223
|
+
this_page_is:
|
224
|
+
this_page_is_part_of_html:
|
223
225
|
subscription_links:
|
224
226
|
email_signup_link_text: Ստանալ էլ․ հաղորդագրություններ
|
225
227
|
feed_link_label: Պատճենել և տեղադրել այս URL-ը ձեր նորությունների ընթերցիչում
|
data/config/locales/id.yml
CHANGED
@@ -216,6 +216,8 @@ id:
|
|
216
216
|
show_all: Tampilkan semua langkah
|
217
217
|
step_by_step_nav_related:
|
218
218
|
part_of: Bagian dari
|
219
|
+
this_page_is:
|
220
|
+
this_page_is_part_of_html:
|
219
221
|
subscription_links:
|
220
222
|
email_signup_link_text: Dapatkan email
|
221
223
|
feed_link_label: Salin dan rekat URL ini ke pembaca feed Anda
|
data/config/locales/is.yml
CHANGED
@@ -216,6 +216,8 @@ is:
|
|
216
216
|
show_all: Sýna öll skref
|
217
217
|
step_by_step_nav_related:
|
218
218
|
part_of: Hluti af
|
219
|
+
this_page_is:
|
220
|
+
this_page_is_part_of_html:
|
219
221
|
subscription_links:
|
220
222
|
email_signup_link_text: Fá tölvupósta
|
221
223
|
feed_link_label: Afritaðu og límdu þessa slóð í straum lesarann þinn
|
data/config/locales/it.yml
CHANGED
@@ -216,6 +216,8 @@ it:
|
|
216
216
|
show_all: Mostra tutti i passaggi
|
217
217
|
step_by_step_nav_related:
|
218
218
|
part_of: Parte di
|
219
|
+
this_page_is:
|
220
|
+
this_page_is_part_of_html:
|
219
221
|
subscription_links:
|
220
222
|
email_signup_link_text: Ricevi e-mail
|
221
223
|
feed_link_label: Copia e incolla questo URL nel tuo lettore di feed
|
data/config/locales/ja.yml
CHANGED
data/config/locales/ka.yml
CHANGED
@@ -219,6 +219,8 @@ ka:
|
|
219
219
|
show_all: ყველა ნაბიჯის ჩვენება
|
220
220
|
step_by_step_nav_related:
|
221
221
|
part_of: ნაწილი
|
222
|
+
this_page_is:
|
223
|
+
this_page_is_part_of_html:
|
222
224
|
subscription_links:
|
223
225
|
email_signup_link_text: ელ. წერილების მიღება
|
224
226
|
feed_link_label: ამ URL-ის დაკოპირება და ჩასმა თქვენი ველის წამკითხველში
|
data/config/locales/kk.yml
CHANGED
@@ -216,6 +216,8 @@ kk:
|
|
216
216
|
show_all: Барлық қадамдарды көрсету
|
217
217
|
step_by_step_nav_related:
|
218
218
|
part_of: Бөлігі
|
219
|
+
this_page_is:
|
220
|
+
this_page_is_part_of_html:
|
219
221
|
subscription_links:
|
220
222
|
email_signup_link_text: Электрондық хаттарды алу
|
221
223
|
feed_link_label: Осы URL мекенжайын арна оқу құралына көшіріп қойыңыз
|
data/config/locales/ko.yml
CHANGED
data/config/locales/ku.yml
CHANGED
@@ -212,6 +212,8 @@ ku:
|
|
212
212
|
show_all: هەموو هەنگاوەکان پیشان بدە
|
213
213
|
step_by_step_nav_related:
|
214
214
|
part_of: بەشێک لە
|
215
|
+
this_page_is:
|
216
|
+
this_page_is_part_of_html:
|
215
217
|
subscription_links:
|
216
218
|
email_signup_link_text: ئیمەیڵەکان بەدەست بهێنە
|
217
219
|
feed_link_label: ئەم URL ە کۆپی بکە و بیخە ناو خوێنەری فیدەکەتەوە
|
data/config/locales/ky.yml
CHANGED
@@ -209,6 +209,8 @@ ky:
|
|
209
209
|
show_all: Бардык кадамдарды көрсөтүү
|
210
210
|
step_by_step_nav_related:
|
211
211
|
part_of: Бөлүгү
|
212
|
+
this_page_is:
|
213
|
+
this_page_is_part_of_html:
|
212
214
|
subscription_links:
|
213
215
|
email_signup_link_text: Электрондук каттарды алуу
|
214
216
|
feed_link_label: Бул URL'ди көчүрүп, түрмөгүңүздүн окурманына чаптаңыз
|
data/config/locales/lt.yml
CHANGED
@@ -221,6 +221,8 @@ lt:
|
|
221
221
|
show_all: Rodyti visus etapus
|
222
222
|
step_by_step_nav_related:
|
223
223
|
part_of: Dalis
|
224
|
+
this_page_is:
|
225
|
+
this_page_is_part_of_html:
|
224
226
|
subscription_links:
|
225
227
|
email_signup_link_text: Gauti el. laiškus
|
226
228
|
feed_link_label: Nukopijuokite ir įklijuokite šį URL į savo srauto skaitytuvą
|
data/config/locales/lv.yml
CHANGED
@@ -220,6 +220,8 @@ lv:
|
|
220
220
|
show_all: Rādīt visas darbības
|
221
221
|
step_by_step_nav_related:
|
222
222
|
part_of: Daļa no
|
223
|
+
this_page_is:
|
224
|
+
this_page_is_part_of_html:
|
223
225
|
subscription_links:
|
224
226
|
email_signup_link_text: Saņemt e-pasta ziņojumus
|
225
227
|
feed_link_label: Kopējiet un ielīmējiet šo URL savā plūsmas lasītājā
|
data/config/locales/ms.yml
CHANGED
@@ -215,6 +215,8 @@ ms:
|
|
215
215
|
show_all: Tunjuk semua langkah
|
216
216
|
step_by_step_nav_related:
|
217
217
|
part_of: Sebahagian daripada
|
218
|
+
this_page_is:
|
219
|
+
this_page_is_part_of_html:
|
218
220
|
subscription_links:
|
219
221
|
email_signup_link_text: Dapatkan e-mel
|
220
222
|
feed_link_label: Salin dan tampal URL ini ke pembacaan langsung anda
|
data/config/locales/mt.yml
CHANGED
@@ -218,6 +218,8 @@ mt:
|
|
218
218
|
show_all: Uri l-passi kollha
|
219
219
|
step_by_step_nav_related:
|
220
220
|
part_of: Parti minn
|
221
|
+
this_page_is:
|
222
|
+
this_page_is_part_of_html:
|
221
223
|
subscription_links:
|
222
224
|
email_signup_link_text: Ġib l-imejls
|
223
225
|
feed_link_label: Ikkopja u ippejstja dan l-URL fil-qarrej tal-feed tiegħek
|
data/config/locales/ne.yml
CHANGED
data/config/locales/nl.yml
CHANGED
@@ -216,6 +216,8 @@ nl:
|
|
216
216
|
show_all: Toon alle stappen
|
217
217
|
step_by_step_nav_related:
|
218
218
|
part_of: Onderdeel van
|
219
|
+
this_page_is:
|
220
|
+
this_page_is_part_of_html:
|
219
221
|
subscription_links:
|
220
222
|
email_signup_link_text: Ontvang e-mails
|
221
223
|
feed_link_label: Kopieer en plak deze URL in je feed reader
|
data/config/locales/no.yml
CHANGED
@@ -216,6 +216,8 @@
|
|
216
216
|
show_all: Vis alle trinnene
|
217
217
|
step_by_step_nav_related:
|
218
218
|
part_of: Del av
|
219
|
+
this_page_is:
|
220
|
+
this_page_is_part_of_html:
|
219
221
|
subscription_links:
|
220
222
|
email_signup_link_text: Få e-post
|
221
223
|
feed_link_label: Kopier og lim inn denne nettadressen i feedleseren din
|
data/config/locales/pa-pk.yml
CHANGED
@@ -212,6 +212,8 @@ pa-pk:
|
|
212
212
|
show_all: اپنے سارے اقدام وکھاؤ
|
213
213
|
step_by_step_nav_related:
|
214
214
|
part_of: ایس دا حصہ
|
215
|
+
this_page_is:
|
216
|
+
this_page_is_part_of_html:
|
215
217
|
subscription_links:
|
216
218
|
email_signup_link_text: ای میلز حاصل کرو
|
217
219
|
feed_link_label: ایس یو آر ایل نوں اپنے فیڈ ریڈر وچ کاپی تے پیسٹ کرو
|
data/config/locales/pa.yml
CHANGED
@@ -216,6 +216,8 @@ pa:
|
|
216
216
|
show_all: ਸਾਰੇ ਕਦਮ ਦਿਖਾਉ
|
217
217
|
step_by_step_nav_related:
|
218
218
|
part_of: ਦਾ ਹਿੱਸਾ
|
219
|
+
this_page_is:
|
220
|
+
this_page_is_part_of_html:
|
219
221
|
subscription_links:
|
220
222
|
email_signup_link_text: ਈਮੇਲਾਂ ਪ੍ਰਾਪਤ ਕਰੋ
|
221
223
|
feed_link_label: ਇਸ URL ਨੂੰ ਕਾਪੀ ਕਰੋ ਅਤੇ ਆਪਣੇ ਫੀਡ ਰੀਡਰ ਵਿੱਚ ਪੇਸਟ ਕਰੋ
|
data/config/locales/pl.yml
CHANGED
@@ -220,6 +220,8 @@ pl:
|
|
220
220
|
show_all: Pokaż wszystkie kroki
|
221
221
|
step_by_step_nav_related:
|
222
222
|
part_of: Część
|
223
|
+
this_page_is:
|
224
|
+
this_page_is_part_of_html:
|
223
225
|
subscription_links:
|
224
226
|
email_signup_link_text: Otrzymuj wiadomości e-mail
|
225
227
|
feed_link_label: Skopiuj i wklej ten adres URL do swojego czytnika kanałów
|
data/config/locales/ps.yml
CHANGED
@@ -213,6 +213,8 @@ ps:
|
|
213
213
|
show_all: ټول ګامونه وښایاست
|
214
214
|
step_by_step_nav_related:
|
215
215
|
part_of: برخه
|
216
|
+
this_page_is:
|
217
|
+
this_page_is_part_of_html:
|
216
218
|
subscription_links:
|
217
219
|
email_signup_link_text: بریښنالیکونه ترلاسه کړئ
|
218
220
|
feed_link_label: دا URL خپل فیډ لوستونکي کې کاپي او پیسټ کړئ
|
data/config/locales/pt.yml
CHANGED
@@ -216,6 +216,8 @@ pt:
|
|
216
216
|
show_all: Mostrar todos os passos
|
217
217
|
step_by_step_nav_related:
|
218
218
|
part_of: Parte de
|
219
|
+
this_page_is:
|
220
|
+
this_page_is_part_of_html:
|
219
221
|
subscription_links:
|
220
222
|
email_signup_link_text: Obter e-mails
|
221
223
|
feed_link_label: Copie e cole este URL no seu leitor de feeds
|
data/config/locales/ro.yml
CHANGED
@@ -217,6 +217,8 @@ ro:
|
|
217
217
|
show_all: Afișați toți pașii
|
218
218
|
step_by_step_nav_related:
|
219
219
|
part_of: Parte din
|
220
|
+
this_page_is:
|
221
|
+
this_page_is_part_of_html:
|
220
222
|
subscription_links:
|
221
223
|
email_signup_link_text: Primiți e-mailuri
|
222
224
|
feed_link_label: Copiați și inserați această adresă URL în cititorul de fluxuri
|
data/config/locales/ru.yml
CHANGED
@@ -220,6 +220,8 @@ ru:
|
|
220
220
|
show_all: Показать все шаги
|
221
221
|
step_by_step_nav_related:
|
222
222
|
part_of: Является частью
|
223
|
+
this_page_is:
|
224
|
+
this_page_is_part_of_html:
|
223
225
|
subscription_links:
|
224
226
|
email_signup_link_text: Получить электронное письмо
|
225
227
|
feed_link_label: Скопируйте и вставьте этот URL в программу чтения лент
|
data/config/locales/si.yml
CHANGED
@@ -216,6 +216,8 @@ si:
|
|
216
216
|
show_all: සියලු පියවර පෙන්වන්න
|
217
217
|
step_by_step_nav_related:
|
218
218
|
part_of: කොටසක්
|
219
|
+
this_page_is:
|
220
|
+
this_page_is_part_of_html:
|
219
221
|
subscription_links:
|
220
222
|
email_signup_link_text: විද්යුත් තැපෑල් ලබා ගන්න
|
221
223
|
feed_link_label: මෙම URL එක පිටපත් කර ඔබේ පෝෂණ කියවන්නා තුළ අලවන්න
|
data/config/locales/sk.yml
CHANGED
@@ -221,6 +221,8 @@ sk:
|
|
221
221
|
show_all: Zobraziť všetky kroky
|
222
222
|
step_by_step_nav_related:
|
223
223
|
part_of: Časť
|
224
|
+
this_page_is:
|
225
|
+
this_page_is_part_of_html:
|
224
226
|
subscription_links:
|
225
227
|
email_signup_link_text: Dostávať e-maily
|
226
228
|
feed_link_label: Skopírujte a vložte túto adresu URL do čítačky
|
data/config/locales/sl.yml
CHANGED
@@ -223,6 +223,8 @@ sl:
|
|
223
223
|
show_all: Prikaži vse korake
|
224
224
|
step_by_step_nav_related:
|
225
225
|
part_of: Del
|
226
|
+
this_page_is:
|
227
|
+
this_page_is_part_of_html:
|
226
228
|
subscription_links:
|
227
229
|
email_signup_link_text: Prejemajte e-sporočila
|
228
230
|
feed_link_label: Kopirajte in prilepite ta URL v bralnik virov
|
data/config/locales/so.yml
CHANGED
@@ -216,6 +216,8 @@ so:
|
|
216
216
|
show_all: Muuji dhamaan talaabooyinka
|
217
217
|
step_by_step_nav_related:
|
218
218
|
part_of: Ka qeyba
|
219
|
+
this_page_is:
|
220
|
+
this_page_is_part_of_html:
|
219
221
|
subscription_links:
|
220
222
|
email_signup_link_text: Hel iimaylada
|
221
223
|
feed_link_label: Soo koobiyee oo ku dul badal URL goobtaada baadhista
|
data/config/locales/sq.yml
CHANGED
@@ -216,6 +216,8 @@ sq:
|
|
216
216
|
show_all: Shfaq të gjithë hapat
|
217
217
|
step_by_step_nav_related:
|
218
218
|
part_of: Pjesë e
|
219
|
+
this_page_is:
|
220
|
+
this_page_is_part_of_html:
|
219
221
|
subscription_links:
|
220
222
|
email_signup_link_text: Merr emaile
|
221
223
|
feed_link_label: Kopjoni dhe ngjisni këtë URL në lexuesin tuaj të njoftimeve
|
data/config/locales/sr.yml
CHANGED
@@ -217,6 +217,8 @@ sr:
|
|
217
217
|
show_all: Prikaži sve korake
|
218
218
|
step_by_step_nav_related:
|
219
219
|
part_of: Deo
|
220
|
+
this_page_is:
|
221
|
+
this_page_is_part_of_html:
|
220
222
|
subscription_links:
|
221
223
|
email_signup_link_text: Želim da dobijam e-poruke
|
222
224
|
feed_link_label: Kopirajte i nalepite ovaj URL u svoj čitač fida
|
data/config/locales/sv.yml
CHANGED
@@ -216,6 +216,8 @@ sv:
|
|
216
216
|
show_all: Visa alla steg
|
217
217
|
step_by_step_nav_related:
|
218
218
|
part_of: Del av
|
219
|
+
this_page_is:
|
220
|
+
this_page_is_part_of_html:
|
219
221
|
subscription_links:
|
220
222
|
email_signup_link_text: Få e-postmeddelanden
|
221
223
|
feed_link_label: Kopiera och klistra in den här webbadressen i din feed-läsare
|
data/config/locales/sw.yml
CHANGED
@@ -216,6 +216,8 @@ sw:
|
|
216
216
|
show_all: Onyesha hatua zote
|
217
217
|
step_by_step_nav_related:
|
218
218
|
part_of: Sehemu ya
|
219
|
+
this_page_is:
|
220
|
+
this_page_is_part_of_html:
|
219
221
|
subscription_links:
|
220
222
|
email_signup_link_text: Pata barua pepe
|
221
223
|
feed_link_label: Nakili na ubandike URL hii kwenye kisoma mipasho chako
|
data/config/locales/ta.yml
CHANGED
@@ -217,6 +217,8 @@ ta:
|
|
217
217
|
show_all: அனைத்து படிநிலைகளையும் காட்டு
|
218
218
|
step_by_step_nav_related:
|
219
219
|
part_of: பகுதி
|
220
|
+
this_page_is:
|
221
|
+
this_page_is_part_of_html:
|
220
222
|
subscription_links:
|
221
223
|
email_signup_link_text: மின்னஞ்சல்களைப் பெறுக
|
222
224
|
feed_link_label: உங்கள் செய்தியூட்ட ரீடரில் இந்த URL-ஐ நகலெடுத்து ஒட்டவும்
|
data/config/locales/th.yml
CHANGED
@@ -214,6 +214,8 @@ th:
|
|
214
214
|
show_all: แสดงขั้นตอนทั้งหมด
|
215
215
|
step_by_step_nav_related:
|
216
216
|
part_of: ส่วนหนึ่งของ
|
217
|
+
this_page_is:
|
218
|
+
this_page_is_part_of_html:
|
217
219
|
subscription_links:
|
218
220
|
email_signup_link_text: รับอีเมล
|
219
221
|
feed_link_label: คัดลอกและวาง URL นี้ในโปรแกรมอ่านฟีดข่าวของคุณ
|
data/config/locales/ti.yml
CHANGED
@@ -213,6 +213,8 @@ ti:
|
|
213
213
|
show_all: ኩሉ ስጉምትታት ኣርኢ
|
214
214
|
step_by_step_nav_related:
|
215
215
|
part_of: ሓደ ክፋል ናይ
|
216
|
+
this_page_is:
|
217
|
+
this_page_is_part_of_html:
|
216
218
|
subscription_links:
|
217
219
|
email_signup_link_text: ኢመይላት ውሰዱ
|
218
220
|
feed_link_label: ነዚ ዩ.ኣር.ኤል/URL ኣብ ናትካ ናይ ንባብ ገጽ/ፊድ ኮፒ ፔስት በሎ።
|
data/config/locales/tk.yml
CHANGED
@@ -217,6 +217,8 @@ tk:
|
|
217
217
|
show_all: Ähli ädimleri görkeziň
|
218
218
|
step_by_step_nav_related:
|
219
219
|
part_of: Bir bölegi
|
220
|
+
this_page_is:
|
221
|
+
this_page_is_part_of_html:
|
220
222
|
subscription_links:
|
221
223
|
email_signup_link_text: E-poçtalary alyň
|
222
224
|
feed_link_label: Bu URL-i okaýjyňyza giriziň
|
data/config/locales/tr.yml
CHANGED
@@ -217,6 +217,8 @@ tr:
|
|
217
217
|
show_all: Tüm adımları göster
|
218
218
|
step_by_step_nav_related:
|
219
219
|
part_of: Şunun kısmı
|
220
|
+
this_page_is:
|
221
|
+
this_page_is_part_of_html:
|
220
222
|
subscription_links:
|
221
223
|
email_signup_link_text: E-postalar al
|
222
224
|
feed_link_label: Bu URL’yi kopyalayıp yayın okuyucunuza yapıştırın
|
data/config/locales/uk.yml
CHANGED
@@ -223,6 +223,8 @@ uk:
|
|
223
223
|
show_all: Показати всі кроки
|
224
224
|
step_by_step_nav_related:
|
225
225
|
part_of: Частина
|
226
|
+
this_page_is:
|
227
|
+
this_page_is_part_of_html:
|
226
228
|
subscription_links:
|
227
229
|
email_signup_link_text: Отримувати електронні листи
|
228
230
|
feed_link_label: Скопіюйте та вставте цю URL-адресу у зчитувач каналів
|
data/config/locales/ur.yml
CHANGED
@@ -213,6 +213,8 @@ ur:
|
|
213
213
|
show_all: تمام مراحل دکھائیں
|
214
214
|
step_by_step_nav_related:
|
215
215
|
part_of: حصہ از
|
216
|
+
this_page_is:
|
217
|
+
this_page_is_part_of_html:
|
216
218
|
subscription_links:
|
217
219
|
email_signup_link_text: ای میلز حاصل کریں
|
218
220
|
feed_link_label: اپنے فیڈ کے ریڈر میں یہ URL کاپی اور پیسٹ کریں
|
data/config/locales/uz.yml
CHANGED
@@ -218,6 +218,8 @@ uz:
|
|
218
218
|
show_all: Босқичларни барчасини кўрсатиш
|
219
219
|
step_by_step_nav_related:
|
220
220
|
part_of: Қисм
|
221
|
+
this_page_is:
|
222
|
+
this_page_is_part_of_html:
|
221
223
|
subscription_links:
|
222
224
|
email_signup_link_text: Электрон манзилларни олиш
|
223
225
|
feed_link_label: RSS-лентани ўқиш учун мижозга ушбу URLни нусхалаш ва ўрнатиш
|
data/config/locales/vi.yml
CHANGED
@@ -215,6 +215,8 @@ vi:
|
|
215
215
|
show_all: Hiển thị tất cả các bước
|
216
216
|
step_by_step_nav_related:
|
217
217
|
part_of: Một phần của
|
218
|
+
this_page_is:
|
219
|
+
this_page_is_part_of_html:
|
218
220
|
subscription_links:
|
219
221
|
email_signup_link_text: Nhận email
|
220
222
|
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
|
data/config/locales/zh-hk.yml
CHANGED
data/config/locales/zh-tw.yml
CHANGED
data/config/locales/zh.yml
CHANGED