about summary refs log tree commit diff
path: root/config/locales
diff options
context:
space:
mode:
authorAditoo17 <42938951+Aditoo17@users.noreply.github.com>2019-03-27 17:07:35 +0100
committerEugen Rochko <eugen@zeonfederated.com>2019-03-27 17:07:35 +0100
commit869e58e7edac84591254f7630e9c807564a0cf58 (patch)
tree02f70d623a5afe458415371a297ac8084c7abe4a /config/locales
parent11fe293e1b318a12b75f0c5d1bb208fdbb46417e (diff)
Fix interpolations in some localizations (#10397)
Diffstat (limited to 'config/locales')
-rw-r--r--config/locales/cs.yml2
-rw-r--r--config/locales/de.yml2
-rw-r--r--config/locales/el.yml2
-rw-r--r--config/locales/fa.yml2
-rw-r--r--config/locales/fr.yml2
-rw-r--r--config/locales/ko.yml2
6 files changed, 6 insertions, 6 deletions
diff --git a/config/locales/cs.yml b/config/locales/cs.yml
index 386398421..fa4a00cb5 100644
--- a/config/locales/cs.yml
+++ b/config/locales/cs.yml
@@ -645,7 +645,7 @@ cs:
       one: Něco ještě není úplně v pořádku! Prosím zkontrolujte chybu níže
       other: Něco ještě není úplně v pořádku! Prosím zkontrolujte %{count} chyb níže
   html_validator:
-    invalid_markup: obsahuje neplatné HTML značkování
+    invalid_markup: 'obsahuje neplatný HTML kód: %{error}'
   identity_proofs:
     active: Aktivní
     authorize: Ano, autorizovat
diff --git a/config/locales/de.yml b/config/locales/de.yml
index e22198687..6ac6e346b 100644
--- a/config/locales/de.yml
+++ b/config/locales/de.yml
@@ -637,7 +637,7 @@ de:
       one: Etwas ist noch nicht ganz richtig! Bitte korrigiere den Fehler
       other: Etwas ist noch nicht ganz richtig! Bitte korrigiere %{count} Fehler
   html_validator:
-    invalid_markup: enthält ungültiges HTML-Markup
+    invalid_markup: 'enthält ungültiges HTML-Markup: %{error}'
   identity_proofs:
     active: Aktiv
     authorize: Ja, autorisieren
diff --git a/config/locales/el.yml b/config/locales/el.yml
index 5b067358b..b8fd45a68 100644
--- a/config/locales/el.yml
+++ b/config/locales/el.yml
@@ -637,7 +637,7 @@ el:
       one: Κάτι δεν είναι εντάξει ακόμα! Για κοίταξε το παρακάτω σφάλμα
       other: Κάτι δεν είναι εντάξει ακόμα! Για κοίταξε τα παρακάτω %{count} σφάλματα
   html_validator:
-    invalid_markup: περιέχει λάθος μορφοποίηση HTML
+    invalid_markup: 'περιέχει λάθος μορφοποίηση HTML: %{error}'
   identity_proofs:
     active: Ενεργή
     authorize: Ναι, εξουσιοδότησε
diff --git a/config/locales/fa.yml b/config/locales/fa.yml
index 7c026212f..d4ec320cb 100644
--- a/config/locales/fa.yml
+++ b/config/locales/fa.yml
@@ -637,7 +637,7 @@ fa:
       one: یک چیزی هنوز درست نیست! لطفاً خطاهای زیر را ببینید
       other: یک چیزی هنوز درست نیست! لطفاً %{count} خطای زیر را ببینید
   html_validator:
-    invalid_markup: دارای نشانه‌گذاری نامعتبر HTML است
+    invalid_markup: 'دارای نشانه‌گذاری نامعتبر HTML است: %{error}'
   identity_proofs:
     active: فعال
     authorize: بله، اجازه بده
diff --git a/config/locales/fr.yml b/config/locales/fr.yml
index ff065e865..fe2880ddf 100644
--- a/config/locales/fr.yml
+++ b/config/locales/fr.yml
@@ -637,7 +637,7 @@ fr:
       one: Quelque chose ne va pas ! Vérifiez l’erreur ci-dessous
       other: Certaines choses ne vont pas ! Vérifiez les %{count} erreurs ci-dessous
   html_validator:
-    invalid_markup: contiens du code HTML invalide
+    invalid_markup: 'contiens du code HTML invalide: %{error}'
   identity_proofs:
     active: Active
     authorize: Oui, autoriser
diff --git a/config/locales/ko.yml b/config/locales/ko.yml
index 32a16f1b4..ee5d662bb 100644
--- a/config/locales/ko.yml
+++ b/config/locales/ko.yml
@@ -639,7 +639,7 @@ ko:
       one: 오류가 발생했습니다. 아래 오류를 확인해 주십시오
       other: 오류가 발생했습니다. 아래 %{count}개 오류를 확인해 주십시오
   html_validator:
-    invalid_markup: 올바르지 않은 HTML 마크업을 포함하고 있습니다
+    invalid_markup: '올바르지 않은 HTML 마크업을 포함하고 있습니다: %{error}'
   identity_proofs:
     active: 활성
     authorize: 네, 인증합니다