Fix interpolations in some localizations (#10397)

local
Aditoo17 5 years ago committed by Eugen Rochko
parent 11fe293e1b
commit 869e58e7ed
  1. 2
      config/locales/cs.yml
  2. 2
      config/locales/de.yml
  3. 2
      config/locales/el.yml
  4. 2
      config/locales/fa.yml
  5. 2
      config/locales/fr.yml
  6. 2
      config/locales/ko.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

@ -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

@ -637,7 +637,7 @@ el:
one: Κάτι δεν είναι εντάξει ακόμα! Για κοίταξε το παρακάτω σφάλμα
other: Κάτι δεν είναι εντάξει ακόμα! Για κοίταξε τα παρακάτω %{count} σφάλματα
html_validator:
invalid_markup: περιέχει λάθος μορφοποίηση HTML
invalid_markup: 'περιέχει λάθος μορφοποίηση HTML: %{error}'
identity_proofs:
active: Ενεργή
authorize: Ναι, εξουσιοδότησε

@ -637,7 +637,7 @@ fa:
one: یک چیزی هنوز درست نیست! لطفاً خطاهای زیر را ببینید
other: یک چیزی هنوز درست نیست! لطفاً %{count} خطای زیر را ببینید
html_validator:
invalid_markup: دارای نشانهگذاری نامعتبر HTML است
invalid_markup: 'دارای نشانهگذاری نامعتبر HTML است: %{error}'
identity_proofs:
active: فعال
authorize: بله، اجازه بده

@ -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

@ -639,7 +639,7 @@ ko:
one: 오류가 발생했습니다. 아래 오류를 확인해 주십시오
other: 오류가 발생했습니다. 아래 %{count}개 오류를 확인해 주십시오
html_validator:
invalid_markup: 올바르지 않은 HTML 마크업을 포함하고 있습니다
invalid_markup: '올바르지 않은 HTML 마크업을 포함하고 있습니다: %{error}'
identity_proofs:
active: 활성
authorize: 네, 인증합니다

Loading…
Cancel
Save