govuk_publishing_components 38.1.1 → 38.3.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/assets/images/govuk_publishing_components/crests/no10_crest_18px_x2.png +0 -0
- data/app/assets/javascripts/govuk_publishing_components/analytics-ga4/ga4-core.js +14 -7
- data/app/assets/javascripts/govuk_publishing_components/components/feedback.js +0 -38
- data/app/assets/javascripts/govuk_publishing_components/vendor/lux/lux-measurer.js +1 -1
- data/app/assets/javascripts/govuk_publishing_components/vendor/lux/lux-reporter.js +143 -84
- data/app/assets/stylesheets/govuk_publishing_components/components/_organisation-logo.scss +4 -0
- data/app/views/govuk_publishing_components/components/_layout_for_public.html.erb +5 -0
- data/app/views/govuk_publishing_components/components/_share_links.html.erb +2 -2
- data/app/views/govuk_publishing_components/components/docs/layout_for_public.yml +16 -0
- data/app/views/govuk_publishing_components/components/docs/organisation_logo.yml +9 -2
- data/app/views/govuk_publishing_components/components/feedback/_survey_signup_form.html.erb +7 -45
- data/config/locales/ar.yml +1 -1
- data/config/locales/az.yml +1 -1
- data/config/locales/be.yml +1 -1
- data/config/locales/bg.yml +1 -1
- data/config/locales/bn.yml +1 -1
- data/config/locales/cs.yml +1 -1
- data/config/locales/cy.yml +1 -1
- data/config/locales/da.yml +1 -1
- data/config/locales/de.yml +1 -1
- data/config/locales/dr.yml +1 -1
- data/config/locales/el.yml +1 -1
- data/config/locales/en.yml +1 -1
- data/config/locales/es-419.yml +1 -1
- data/config/locales/es.yml +1 -1
- data/config/locales/et.yml +1 -1
- data/config/locales/fa.yml +1 -1
- data/config/locales/fi.yml +1 -1
- data/config/locales/fr.yml +1 -1
- data/config/locales/gd.yml +1 -1
- data/config/locales/gu.yml +1 -1
- data/config/locales/he.yml +1 -1
- data/config/locales/hi.yml +1 -1
- data/config/locales/hr.yml +1 -1
- data/config/locales/hu.yml +1 -1
- data/config/locales/hy.yml +1 -1
- data/config/locales/id.yml +1 -1
- data/config/locales/is.yml +1 -1
- data/config/locales/it.yml +1 -1
- data/config/locales/ja.yml +1 -1
- data/config/locales/ka.yml +1 -1
- data/config/locales/kk.yml +1 -1
- data/config/locales/lt.yml +1 -1
- data/config/locales/lv.yml +1 -1
- data/config/locales/ms.yml +1 -1
- data/config/locales/mt.yml +1 -1
- data/config/locales/nl.yml +1 -1
- data/config/locales/no.yml +1 -1
- data/config/locales/pa-pk.yml +1 -1
- data/config/locales/pa.yml +1 -1
- data/config/locales/pl.yml +1 -1
- data/config/locales/ps.yml +1 -1
- data/config/locales/pt.yml +1 -1
- data/config/locales/ro.yml +1 -1
- data/config/locales/ru.yml +1 -1
- data/config/locales/si.yml +1 -1
- data/config/locales/sk.yml +1 -1
- data/config/locales/sl.yml +1 -1
- data/config/locales/so.yml +1 -1
- data/config/locales/sq.yml +1 -1
- data/config/locales/sr.yml +1 -1
- data/config/locales/sv.yml +1 -1
- data/config/locales/sw.yml +1 -1
- data/config/locales/ta.yml +1 -1
- data/config/locales/th.yml +1 -1
- data/config/locales/tk.yml +1 -1
- data/config/locales/tr.yml +1 -1
- data/config/locales/uk.yml +1 -1
- data/config/locales/ur.yml +1 -1
- data/config/locales/uz.yml +1 -1
- data/config/locales/vi.yml +1 -1
- data/config/locales/zh-hk.yml +1 -1
- data/config/locales/zh-tw.yml +1 -1
- data/config/locales/zh.yml +1 -1
- data/lib/govuk_publishing_components/version.rb +1 -1
- data/node_modules/axe-core/README.md +7 -3
- data/node_modules/axe-core/axe.js +11587 -10370
- data/node_modules/axe-core/axe.min.js +2 -2
- data/node_modules/axe-core/locales/_template.json +13 -5
- data/node_modules/axe-core/locales/da.json +3 -1
- data/node_modules/axe-core/locales/de.json +207 -31
- data/node_modules/axe-core/locales/el.json +1069 -0
- data/node_modules/axe-core/locales/es.json +3 -1
- data/node_modules/axe-core/locales/eu.json +3 -1
- data/node_modules/axe-core/locales/fr.json +3 -1
- data/node_modules/axe-core/locales/he.json +3 -1
- data/node_modules/axe-core/locales/it.json +1108 -0
- data/node_modules/axe-core/locales/ja.json +3 -1
- data/node_modules/axe-core/locales/ko.json +3 -1
- data/node_modules/axe-core/locales/no_NB.json +3 -1
- data/node_modules/axe-core/locales/pl.json +3 -1
- data/node_modules/axe-core/locales/pt_BR.json +3 -1
- data/node_modules/axe-core/locales/zh_CN.json +1116 -0
- data/node_modules/axe-core/locales/zh_TW.json +1108 -0
- data/node_modules/axe-core/package.json +19 -21
- data/node_modules/axe-core/sri-history.json +4 -0
- metadata +9 -4
@@ -2,55 +2,18 @@
|
|
2
2
|
absolute_links_helper = GovukPublishingComponents::Presenters::AbsoluteLinksHelper.new()
|
3
3
|
%>
|
4
4
|
|
5
|
-
<
|
6
|
-
id="page-is-not-useful"
|
7
|
-
class="gem-c-feedback__form gem-c-feedback__form--email gem-c-feedback__js-show js-feedback-form"
|
8
|
-
data-track-category="yesNoFeedbackForm"
|
9
|
-
data-track-action="Send Form"
|
10
|
-
method="post">
|
11
|
-
|
5
|
+
<div id="page-is-not-useful" class="gem-c-feedback__form gem-c-feedback__form--email gem-c-feedback__js-show js-feedback-form">
|
12
6
|
<div class="govuk-grid-row">
|
13
7
|
<div class="govuk-grid-column-two-thirds" id="survey-wrapper">
|
14
8
|
<div class="gem-c-feedback__error-summary js-errors" tabindex="-1" hidden></div>
|
15
9
|
|
16
|
-
<input name="email_survey_signup[survey_id]" type="hidden" value="footer_satisfaction_survey">
|
17
|
-
<input name="email_survey_signup[survey_source]" type="hidden" value="<%= path_without_pii %>">
|
18
|
-
|
19
10
|
<h3 class="gem-c-feedback__form-heading"><%= t("components.feedback.help_us_improve_govuk") %></h3>
|
20
|
-
<p id="survey_explanation" class="gem-c-feedback__form-paragraph"
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
text: t("components.feedback.email_address")
|
25
|
-
},
|
26
|
-
name: "email_survey_signup[email_address]",
|
27
|
-
type: "email",
|
28
|
-
autocomplete: "email",
|
29
|
-
describedby: "survey_explanation"
|
30
|
-
} %>
|
31
|
-
|
32
|
-
<%
|
33
|
-
unless disable_ga4
|
34
|
-
heading_text = t("components.feedback.help_us_improve_govuk", locale: :en)
|
35
|
-
ga4_send_button_event = {
|
36
|
-
event_name: "form_submit",
|
37
|
-
type: "feedback",
|
38
|
-
text: t("components.feedback.send_me_survey", locale: :en),
|
39
|
-
section: heading_text,
|
40
|
-
tool_name: heading_text
|
41
|
-
}.to_json
|
42
|
-
end
|
43
|
-
%>
|
44
|
-
|
45
|
-
<%= render "govuk_publishing_components/components/button", {
|
46
|
-
text: t("components.feedback.send_me_survey"),
|
47
|
-
data_attributes: {
|
48
|
-
ga4_event: ga4_send_button_event
|
49
|
-
}
|
50
|
-
} %>
|
51
|
-
|
11
|
+
<p id="survey_explanation" class="gem-c-feedback__form-paragraph">
|
12
|
+
<%= t("components.feedback.more_about_visit") %>
|
13
|
+
<a href="https://www.smartsurvey.co.uk/s/gov-uk-banner/?c=<%= path_without_pii %>" class="govuk-link">Please fill in this survey</a>.
|
14
|
+
</p>
|
52
15
|
<button
|
53
|
-
class="govuk-button govuk-button--secondary
|
16
|
+
class="govuk-button govuk-button--secondary js-close-form"
|
54
17
|
data-track-category="yesNoFeedbackForm"
|
55
18
|
data-track-action="ffFormClose"
|
56
19
|
aria-controls="page-is-not-useful"
|
@@ -58,7 +21,6 @@
|
|
58
21
|
hidden>
|
59
22
|
<%= t("components.feedback.close") %>
|
60
23
|
</button>
|
61
|
-
|
62
24
|
</div>
|
63
25
|
</div>
|
64
|
-
</
|
26
|
+
</div>
|
data/config/locales/ar.yml
CHANGED
@@ -81,7 +81,7 @@ ar:
|
|
81
81
|
is_this_page_useful: هل هذه الصفحة مفيدة؟
|
82
82
|
is_useful: هذه الصفحة مفيدة
|
83
83
|
maybe: ربما
|
84
|
-
more_about_visit:
|
84
|
+
more_about_visit:
|
85
85
|
'no': لا
|
86
86
|
send: إرسال
|
87
87
|
send_me_survey: أرسل لي الاستبيان
|
data/config/locales/az.yml
CHANGED
@@ -78,7 +78,7 @@ az:
|
|
78
78
|
is_this_page_useful: Bu səhifə faydalıdır?
|
79
79
|
is_useful: bu səhifə faydalıdır
|
80
80
|
maybe: Ola bilər
|
81
|
-
more_about_visit:
|
81
|
+
more_about_visit:
|
82
82
|
'no': Xeyr
|
83
83
|
send: Göndər
|
84
84
|
send_me_survey: Mənə sorğu göndər
|
data/config/locales/be.yml
CHANGED
@@ -84,7 +84,7 @@ be:
|
|
84
84
|
is_this_page_useful: З'яўляецца лi гэтая старонка карыснай?
|
85
85
|
is_useful: гэтая старонка з'яўляецца карыснай
|
86
86
|
maybe: Магчыма
|
87
|
-
more_about_visit:
|
87
|
+
more_about_visit:
|
88
88
|
'no': Не
|
89
89
|
send: Адправiць
|
90
90
|
send_me_survey: Адпраўце мне апытанне
|
data/config/locales/bg.yml
CHANGED
@@ -82,7 +82,7 @@ bg:
|
|
82
82
|
is_this_page_useful: Полезна ли ви беше тази страница?
|
83
83
|
is_useful: тази страница е полезна
|
84
84
|
maybe: Може би
|
85
|
-
more_about_visit:
|
85
|
+
more_about_visit:
|
86
86
|
'no': Не
|
87
87
|
send: Изпращане
|
88
88
|
send_me_survey: Изпратете ми анкетата
|
data/config/locales/bn.yml
CHANGED
@@ -79,7 +79,7 @@ bn:
|
|
79
79
|
is_this_page_useful: এই পেজটি কি সহায়ক?
|
80
80
|
is_useful: এই পেজটি সহায়ক
|
81
81
|
maybe: হতে পারে
|
82
|
-
more_about_visit:
|
82
|
+
more_about_visit:
|
83
83
|
'no': না
|
84
84
|
send: পাঠান
|
85
85
|
send_me_survey: আমাকে সমীক্ষাটি পাঠান
|
data/config/locales/cs.yml
CHANGED
@@ -83,7 +83,7 @@ cs:
|
|
83
83
|
is_this_page_useful: Je tato stránka užitečná?
|
84
84
|
is_useful: tato stránka je užitečná
|
85
85
|
maybe: Možná
|
86
|
-
more_about_visit:
|
86
|
+
more_about_visit:
|
87
87
|
'no': Ne
|
88
88
|
send: Odeslat
|
89
89
|
send_me_survey: Pošlete mi průzkum
|
data/config/locales/cy.yml
CHANGED
@@ -82,7 +82,7 @@ cy:
|
|
82
82
|
is_this_page_useful: A yw'r dudalen hon yn ddefnyddiol?
|
83
83
|
is_useful: mae'r dudalen hon yn ddefnyddiol
|
84
84
|
maybe: Efallai
|
85
|
-
more_about_visit:
|
85
|
+
more_about_visit:
|
86
86
|
'no': Na
|
87
87
|
send: Anfon
|
88
88
|
send_me_survey: Anfon yr arolwg ataf i
|
data/config/locales/da.yml
CHANGED
@@ -79,7 +79,7 @@ da:
|
|
79
79
|
is_this_page_useful: Er denne side nyttig?
|
80
80
|
is_useful: denne side er nyttig
|
81
81
|
maybe: Måske
|
82
|
-
more_about_visit:
|
82
|
+
more_about_visit:
|
83
83
|
'no': Nej
|
84
84
|
send: Sende
|
85
85
|
send_me_survey: Send mig undersøgelsen
|
data/config/locales/de.yml
CHANGED
@@ -82,7 +82,7 @@ de:
|
|
82
82
|
is_this_page_useful: Ist diese Seite hilfreich?
|
83
83
|
is_useful: diese Seite ist hilfreich
|
84
84
|
maybe: Vielleicht
|
85
|
-
more_about_visit:
|
85
|
+
more_about_visit:
|
86
86
|
'no': Nein
|
87
87
|
send: Senden
|
88
88
|
send_me_survey: Senden Sie mir die Umfrage
|
data/config/locales/dr.yml
CHANGED
@@ -80,7 +80,7 @@ dr:
|
|
80
80
|
is_this_page_useful: آیا این صفحه مفی است؟
|
81
81
|
is_useful: این صفحه مفید است
|
82
82
|
maybe: شاید
|
83
|
-
more_about_visit:
|
83
|
+
more_about_visit:
|
84
84
|
'no': نخیر
|
85
85
|
send: ارسال نمایید
|
86
86
|
send_me_survey: نظر سنجی را ارسال نمایید
|
data/config/locales/el.yml
CHANGED
@@ -78,7 +78,7 @@ el:
|
|
78
78
|
is_this_page_useful: Είναι χρήσιμη αυτή η σελίδα;
|
79
79
|
is_useful: αυτή η σελίδα είναι χρήσιμη
|
80
80
|
maybe: Ίσως
|
81
|
-
more_about_visit:
|
81
|
+
more_about_visit:
|
82
82
|
'no': Όχι
|
83
83
|
send: Αποστολή
|
84
84
|
send_me_survey: Στείλτε μου την έρευνα
|
data/config/locales/en.yml
CHANGED
@@ -77,7 +77,7 @@ en:
|
|
77
77
|
is_this_page_useful: Is this page useful?
|
78
78
|
is_useful: this page is useful
|
79
79
|
maybe: Maybe
|
80
|
-
more_about_visit: To help us improve GOV.UK, we’d like to know more about your visit today.
|
80
|
+
more_about_visit: To help us improve GOV.UK, we’d like to know more about your visit today.
|
81
81
|
'no': 'No'
|
82
82
|
send: Send
|
83
83
|
send_me_survey: Send me the survey
|
data/config/locales/es-419.yml
CHANGED
@@ -78,7 +78,7 @@ es-419:
|
|
78
78
|
is_this_page_useful: "¿Es útil esta página?"
|
79
79
|
is_useful: esta página es útil
|
80
80
|
maybe: Tal vez
|
81
|
-
more_about_visit:
|
81
|
+
more_about_visit:
|
82
82
|
'no': 'No'
|
83
83
|
send: Enviar
|
84
84
|
send_me_survey: Envíenme la encuesta
|
data/config/locales/es.yml
CHANGED
@@ -78,7 +78,7 @@ es:
|
|
78
78
|
is_this_page_useful: "¿Es útil esta página?"
|
79
79
|
is_useful: esta página es útil
|
80
80
|
maybe: Tal vez
|
81
|
-
more_about_visit:
|
81
|
+
more_about_visit:
|
82
82
|
'no': 'No'
|
83
83
|
send: Enviar
|
84
84
|
send_me_survey: Enviarme la encuesta
|
data/config/locales/et.yml
CHANGED
@@ -81,7 +81,7 @@ et:
|
|
81
81
|
is_this_page_useful: Kas sellest lehest on kasu?
|
82
82
|
is_useful: sellest lehest on kasu
|
83
83
|
maybe: Võib-olla
|
84
|
-
more_about_visit:
|
84
|
+
more_about_visit:
|
85
85
|
'no': Ei
|
86
86
|
send: Saada
|
87
87
|
send_me_survey: Saada mulle küsitlus
|
data/config/locales/fa.yml
CHANGED
@@ -77,7 +77,7 @@ fa:
|
|
77
77
|
is_this_page_useful: آیا این صفحه مفید است؟
|
78
78
|
is_useful: این صفحه مفید است
|
79
79
|
maybe: شاید
|
80
|
-
more_about_visit:
|
80
|
+
more_about_visit:
|
81
81
|
'no': خیر
|
82
82
|
send: ارسال
|
83
83
|
send_me_survey: نظرسنجی را برای من ارسال کن
|
data/config/locales/fi.yml
CHANGED
@@ -80,7 +80,7 @@ fi:
|
|
80
80
|
is_this_page_useful: Onko tämä sivu hyödyllinen?
|
81
81
|
is_useful: tämä sivu on hyödyllinen
|
82
82
|
maybe: Ehkä
|
83
|
-
more_about_visit:
|
83
|
+
more_about_visit:
|
84
84
|
'no': Ei
|
85
85
|
send: Lähettää
|
86
86
|
send_me_survey: Lähetä kysely minulle
|
data/config/locales/fr.yml
CHANGED
@@ -78,7 +78,7 @@ fr:
|
|
78
78
|
is_this_page_useful: Cette page est-elle utile ?
|
79
79
|
is_useful: cette page est utile
|
80
80
|
maybe: Peut-être
|
81
|
-
more_about_visit:
|
81
|
+
more_about_visit:
|
82
82
|
'no': Non
|
83
83
|
send: Envoyer
|
84
84
|
send_me_survey: Envoyez-moi l'enquête
|
data/config/locales/gd.yml
CHANGED
@@ -80,7 +80,7 @@ gd:
|
|
80
80
|
is_this_page_useful: An bhfuil an leathanach seo úsáideach?
|
81
81
|
is_useful: Tá an leathanach seo úsáideach
|
82
82
|
maybe: B’fhéidir
|
83
|
-
more_about_visit:
|
83
|
+
more_about_visit:
|
84
84
|
'no': Ná
|
85
85
|
send: seol
|
86
86
|
send_me_survey: Seol fiosrúchán chugam
|
data/config/locales/gu.yml
CHANGED
@@ -78,7 +78,7 @@ gu:
|
|
78
78
|
is_this_page_useful: શું આ પૃષ્ઠ ઉપયોગી છે?
|
79
79
|
is_useful: આ પૃષ્ઠ ઉપયોગી છે
|
80
80
|
maybe: કદાચ
|
81
|
-
more_about_visit:
|
81
|
+
more_about_visit:
|
82
82
|
'no': ના
|
83
83
|
send: સેન્ડ કરો
|
84
84
|
send_me_survey: મને સર્વે મોકલો
|
data/config/locales/he.yml
CHANGED
@@ -78,7 +78,7 @@ he:
|
|
78
78
|
is_this_page_useful: האם דף זה שימושי?
|
79
79
|
is_useful: דף זה שימושי
|
80
80
|
maybe: אולי
|
81
|
-
more_about_visit:
|
81
|
+
more_about_visit:
|
82
82
|
'no': לא
|
83
83
|
send: שלח
|
84
84
|
send_me_survey: שלח לי את הסקר
|
data/config/locales/hi.yml
CHANGED
@@ -78,7 +78,7 @@ hi:
|
|
78
78
|
is_this_page_useful: क्या यह पेज उपयोगी है?
|
79
79
|
is_useful: यह पेज उपयोगी है
|
80
80
|
maybe: शायद
|
81
|
-
more_about_visit:
|
81
|
+
more_about_visit:
|
82
82
|
'no': नहीं
|
83
83
|
send: भेजें
|
84
84
|
send_me_survey: मुझे सर्वे भेजें
|
data/config/locales/hr.yml
CHANGED
@@ -79,7 +79,7 @@ hr:
|
|
79
79
|
is_this_page_useful: Je li ova stranica korisna?
|
80
80
|
is_useful: ova stranica je korisna
|
81
81
|
maybe: Možda
|
82
|
-
more_about_visit:
|
82
|
+
more_about_visit:
|
83
83
|
'no': Ne
|
84
84
|
send: Pošalji
|
85
85
|
send_me_survey: Pošaljite mi anketu
|
data/config/locales/hu.yml
CHANGED
@@ -81,7 +81,7 @@ hu:
|
|
81
81
|
is_this_page_useful: Hasznos ez az oldal?
|
82
82
|
is_useful: ez az oldal hasznos
|
83
83
|
maybe: Talán
|
84
|
-
more_about_visit:
|
84
|
+
more_about_visit:
|
85
85
|
'no': Nem
|
86
86
|
send: Küldés
|
87
87
|
send_me_survey: Küldjék el nekem a kérdőívét
|
data/config/locales/hy.yml
CHANGED
@@ -82,7 +82,7 @@ hy:
|
|
82
82
|
is_this_page_useful: 'Ի՞նչ եք կարծում, այս էջն օգտակա՞ր է:'
|
83
83
|
is_useful: այս էջն օգտակար է
|
84
84
|
maybe: Հնարավոր է
|
85
|
-
more_about_visit:
|
85
|
+
more_about_visit:
|
86
86
|
'no': Ոչ
|
87
87
|
send: Ուղարկեք
|
88
88
|
send_me_survey: Ուղարկեք ինձ հարցումը
|
data/config/locales/id.yml
CHANGED
@@ -78,7 +78,7 @@ id:
|
|
78
78
|
is_this_page_useful: Apakah halaman ini bermanfaat?
|
79
79
|
is_useful: halaman ini bermanfaat
|
80
80
|
maybe: Mungkin
|
81
|
-
more_about_visit:
|
81
|
+
more_about_visit:
|
82
82
|
'no': Tidak
|
83
83
|
send: Kirim
|
84
84
|
send_me_survey: Kirimi saya surveinya
|
data/config/locales/is.yml
CHANGED
@@ -78,7 +78,7 @@ is:
|
|
78
78
|
is_this_page_useful: Ef þessi síða gagnleg?
|
79
79
|
is_useful: þess síða er gagnleg
|
80
80
|
maybe: Kannski
|
81
|
-
more_about_visit:
|
81
|
+
more_about_visit:
|
82
82
|
'no': Nei
|
83
83
|
send: Senda
|
84
84
|
send_me_survey: Sendið mér könnunina
|
data/config/locales/it.yml
CHANGED
@@ -78,7 +78,7 @@ it:
|
|
78
78
|
is_this_page_useful: È utile questa pagina?
|
79
79
|
is_useful: questa pagina è utile
|
80
80
|
maybe: Forse
|
81
|
-
more_about_visit:
|
81
|
+
more_about_visit:
|
82
82
|
'no': 'No'
|
83
83
|
send: Invia
|
84
84
|
send_me_survey: Inviami il sondaggio
|
data/config/locales/ja.yml
CHANGED
@@ -74,7 +74,7 @@ ja:
|
|
74
74
|
is_this_page_useful: このページは役に立ちますか?
|
75
75
|
is_useful: このページは役に立ちます
|
76
76
|
maybe: 多分
|
77
|
-
more_about_visit:
|
77
|
+
more_about_visit:
|
78
78
|
'no': いいえ
|
79
79
|
send: 送信
|
80
80
|
send_me_survey: アンケートを送ってください
|
data/config/locales/ka.yml
CHANGED
@@ -81,7 +81,7 @@ ka:
|
|
81
81
|
is_this_page_useful: ეს გვერდი სასარგებლო იყო თქვენთვის?
|
82
82
|
is_useful: ეს გვერდი სასარგებლოა
|
83
83
|
maybe: შესაძლოა
|
84
|
-
more_about_visit:
|
84
|
+
more_about_visit:
|
85
85
|
'no': არა
|
86
86
|
send: გაგზავნა
|
87
87
|
send_me_survey: გამომიგზავნეთ კითხვარი
|
data/config/locales/kk.yml
CHANGED
@@ -78,7 +78,7 @@ kk:
|
|
78
78
|
is_this_page_useful: Бұл бет пайдалы ма?
|
79
79
|
is_useful: бұл бет пайдалы
|
80
80
|
maybe: Мүмкін
|
81
|
-
more_about_visit:
|
81
|
+
more_about_visit:
|
82
82
|
'no': Жоқ
|
83
83
|
send: Жіберу
|
84
84
|
send_me_survey: Маған сауалнаманы жіберіңіз
|
data/config/locales/lt.yml
CHANGED
@@ -83,7 +83,7 @@ lt:
|
|
83
83
|
is_this_page_useful: Ar šis puslapis naudingas?
|
84
84
|
is_useful: šis puslapis naudingas
|
85
85
|
maybe: Galbūt
|
86
|
-
more_about_visit:
|
86
|
+
more_about_visit:
|
87
87
|
'no': Ne
|
88
88
|
send: Siųsti
|
89
89
|
send_me_survey: Atsiųsti man apklausą
|
data/config/locales/lv.yml
CHANGED
@@ -82,7 +82,7 @@ lv:
|
|
82
82
|
is_this_page_useful: Vai šī lapa ir noderīga?
|
83
83
|
is_useful: šī lapa ir noderīga
|
84
84
|
maybe: Varbūt
|
85
|
-
more_about_visit:
|
85
|
+
more_about_visit:
|
86
86
|
'no': Nē
|
87
87
|
send: Nosūtīt
|
88
88
|
send_me_survey: Nostīt man aptauju
|
data/config/locales/ms.yml
CHANGED
@@ -77,7 +77,7 @@ ms:
|
|
77
77
|
is_this_page_useful: Adakah halaman ini berguna?
|
78
78
|
is_useful: halaman ini berguna
|
79
79
|
maybe: Mungkin
|
80
|
-
more_about_visit:
|
80
|
+
more_about_visit:
|
81
81
|
'no': Tidak
|
82
82
|
send: Hantar
|
83
83
|
send_me_survey: Hantarkan tinjauan kepada saya
|
data/config/locales/mt.yml
CHANGED
@@ -80,7 +80,7 @@ mt:
|
|
80
80
|
is_this_page_useful: din il-paġna hija utli?
|
81
81
|
is_useful: din il-paġna utli
|
82
82
|
maybe: Forsi
|
83
|
-
more_about_visit:
|
83
|
+
more_about_visit:
|
84
84
|
'no': Le
|
85
85
|
send: Ibgħat
|
86
86
|
send_me_survey: Ibgħatli l-istħarriġ
|
data/config/locales/nl.yml
CHANGED
@@ -78,7 +78,7 @@ nl:
|
|
78
78
|
is_this_page_useful: Is deze pagina nuttig?
|
79
79
|
is_useful: deze pagina is nuttig
|
80
80
|
maybe: Misschien
|
81
|
-
more_about_visit:
|
81
|
+
more_about_visit:
|
82
82
|
'no': Nee
|
83
83
|
send: Stuur
|
84
84
|
send_me_survey: Stuur mij de enquête
|
data/config/locales/no.yml
CHANGED
@@ -78,7 +78,7 @@
|
|
78
78
|
is_this_page_useful: Er denne siden nyttig?
|
79
79
|
is_useful: denne siden er nyttig
|
80
80
|
maybe: Kanskje
|
81
|
-
more_about_visit:
|
81
|
+
more_about_visit:
|
82
82
|
'no': Nei
|
83
83
|
send: Sende
|
84
84
|
send_me_survey: Send meg undersøkelsen
|
data/config/locales/pa-pk.yml
CHANGED
@@ -74,7 +74,7 @@ pa-pk:
|
|
74
74
|
is_this_page_useful: کیہ ایہ ورقہ فائدہ مند اے؟
|
75
75
|
is_useful: ایہ ورقہ فائدہ مند اے
|
76
76
|
maybe: ہوسکدا اے
|
77
|
-
more_about_visit:
|
77
|
+
more_about_visit:
|
78
78
|
'no': جئی نیئں
|
79
79
|
send: بھیجو
|
80
80
|
send_me_survey: مینوں سروے بھیجو
|
data/config/locales/pa.yml
CHANGED
@@ -78,7 +78,7 @@ pa:
|
|
78
78
|
is_this_page_useful: ਕੀ ਇਹ ਪੰਨਾ ਲਾਭਦਾਇਕ ਹੈ?
|
79
79
|
is_useful: ਇਹ ਪੰਨਾ ਲਾਭਦਾਇਕ ਹੈ
|
80
80
|
maybe: ਸ਼ਾਇਦ
|
81
|
-
more_about_visit:
|
81
|
+
more_about_visit:
|
82
82
|
'no': ਨਹੀਂ
|
83
83
|
send: ਭੇਜੋ
|
84
84
|
send_me_survey: ਮੈਨੂੰ ਸਰਵੇਖਣ ਭੇਜੋ
|
data/config/locales/pl.yml
CHANGED
@@ -82,7 +82,7 @@ pl:
|
|
82
82
|
is_this_page_useful: Czy ta strona jest pomocna?
|
83
83
|
is_useful: ta strona jest pomocna
|
84
84
|
maybe: Może
|
85
|
-
more_about_visit:
|
85
|
+
more_about_visit:
|
86
86
|
'no': Nie
|
87
87
|
send: Wyślij
|
88
88
|
send_me_survey: Wyślij ankietę
|
data/config/locales/ps.yml
CHANGED
@@ -75,7 +75,7 @@ ps:
|
|
75
75
|
is_this_page_useful: ایا دا پاڼه ګټوره ده؟
|
76
76
|
is_useful: دا پا isه ګټوره ده
|
77
77
|
maybe: امکان لری
|
78
|
-
more_about_visit:
|
78
|
+
more_about_visit:
|
79
79
|
'no': نه
|
80
80
|
send: لیږل
|
81
81
|
send_me_survey: سروې راته ولیږه
|
data/config/locales/pt.yml
CHANGED
@@ -78,7 +78,7 @@ pt:
|
|
78
78
|
is_this_page_useful: Esta página é útil?
|
79
79
|
is_useful: Esta página é útil
|
80
80
|
maybe: Talvez
|
81
|
-
more_about_visit:
|
81
|
+
more_about_visit:
|
82
82
|
'no': Não
|
83
83
|
send: Enviar
|
84
84
|
send_me_survey: Enviem-me o inquérito
|
data/config/locales/ro.yml
CHANGED
@@ -79,7 +79,7 @@ ro:
|
|
79
79
|
is_this_page_useful: Este această pagină utilă?
|
80
80
|
is_useful: această pagină este utilă
|
81
81
|
maybe: Poate
|
82
|
-
more_about_visit:
|
82
|
+
more_about_visit:
|
83
83
|
'no': Nu
|
84
84
|
send: Trimiteți
|
85
85
|
send_me_survey: Trimiteți-mi chestionarul
|
data/config/locales/ru.yml
CHANGED
@@ -82,7 +82,7 @@ ru:
|
|
82
82
|
is_this_page_useful: Эта страница полезна?
|
83
83
|
is_useful: эта страница полезна
|
84
84
|
maybe: Может
|
85
|
-
more_about_visit:
|
85
|
+
more_about_visit:
|
86
86
|
'no': Нет
|
87
87
|
send: Отправить
|
88
88
|
send_me_survey: Отправить мне опрос
|
data/config/locales/si.yml
CHANGED
@@ -78,7 +78,7 @@ si:
|
|
78
78
|
is_this_page_useful: මෙම පිටුව ප්රයෝජනවත් ද?
|
79
79
|
is_useful: මෙම පිටුව ප්රයෝජනවත් ය
|
80
80
|
maybe: සමහර විට
|
81
|
-
more_about_visit:
|
81
|
+
more_about_visit:
|
82
82
|
'no': එපා
|
83
83
|
send: යවන්න
|
84
84
|
send_me_survey: මට සමීක්ෂණය එවන්න
|
data/config/locales/sk.yml
CHANGED
@@ -83,7 +83,7 @@ sk:
|
|
83
83
|
is_this_page_useful: Je táto stránka užitočná?
|
84
84
|
is_useful: táto stránka je užitočná
|
85
85
|
maybe: Možno
|
86
|
-
more_about_visit:
|
86
|
+
more_about_visit:
|
87
87
|
'no': Nie
|
88
88
|
send: Odoslať
|
89
89
|
send_me_survey: Pošlite mi prieskum
|
data/config/locales/sl.yml
CHANGED
@@ -85,7 +85,7 @@ sl:
|
|
85
85
|
is_this_page_useful: Je ta stran uporabna?
|
86
86
|
is_useful: Ta stran je uporabna
|
87
87
|
maybe: Morda
|
88
|
-
more_about_visit:
|
88
|
+
more_about_visit:
|
89
89
|
'no': Ne
|
90
90
|
send: Pošlji
|
91
91
|
send_me_survey: Pošlji mi raziskavo
|
data/config/locales/so.yml
CHANGED
@@ -78,7 +78,7 @@ so:
|
|
78
78
|
is_this_page_useful: Bogani faa'ido malaha miyaa?
|
79
79
|
is_useful: Bogani faa'ido ayuu leeyahay
|
80
80
|
maybe: Laga yaabaa
|
81
|
-
more_about_visit:
|
81
|
+
more_about_visit:
|
82
82
|
'no': Maya
|
83
83
|
send: Dir
|
84
84
|
send_me_survey: Ii dir aniga xog ururinta
|
data/config/locales/sq.yml
CHANGED
@@ -78,7 +78,7 @@ sq:
|
|
78
78
|
is_this_page_useful: A është e dobishme kjo faqe?
|
79
79
|
is_useful: kjo faqe është e dobishme
|
80
80
|
maybe: Ndoshta
|
81
|
-
more_about_visit:
|
81
|
+
more_about_visit:
|
82
82
|
'no': Jo
|
83
83
|
send: Dërgo
|
84
84
|
send_me_survey: Më dërgoni sondazhin
|
data/config/locales/sr.yml
CHANGED
@@ -79,7 +79,7 @@ sr:
|
|
79
79
|
is_this_page_useful: Da li je ova stranica bila korisna?
|
80
80
|
is_useful: ova stranica je korisna
|
81
81
|
maybe: Možda
|
82
|
-
more_about_visit:
|
82
|
+
more_about_visit:
|
83
83
|
'no': Ne
|
84
84
|
send: Pošalji
|
85
85
|
send_me_survey: Pošalji mi anketu
|
data/config/locales/sv.yml
CHANGED
@@ -78,7 +78,7 @@ sv:
|
|
78
78
|
is_this_page_useful: Är den här sidan användbar?
|
79
79
|
is_useful: Den här sidan är användbar
|
80
80
|
maybe: Kanske
|
81
|
-
more_about_visit:
|
81
|
+
more_about_visit:
|
82
82
|
'no': Nej
|
83
83
|
send: Skicka
|
84
84
|
send_me_survey: Skicka mig enkäten
|