diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2016-12-09 11:52:09 +0100 |
---|---|---|
committer | Eugen Rochko <eugen@zeonfederated.com> | 2016-12-09 11:52:09 +0100 |
commit | 0c491ea92864c200ba225e0bbb5336c9fa6bceca (patch) | |
tree | d8401db3abbcbada7557ecd1db04b674dc4bda51 /config | |
parent | a5797139b2db47415220abb82335bef797dd9ecc (diff) |
Fix translations
Diffstat (limited to 'config')
-rw-r--r-- | config/locales/de.yml | 6 | ||||
-rw-r--r-- | config/locales/simple_form.pt.yml | 1 | ||||
-rw-r--r-- | config/locales/simple_form.uk.yml | 2 | ||||
-rw-r--r-- | config/locales/uk.yml | 2 |
4 files changed, 6 insertions, 5 deletions
diff --git a/config/locales/de.yml b/config/locales/de.yml index 648be5db2..1285a11a1 100644 --- a/config/locales/de.yml +++ b/config/locales/de.yml @@ -35,7 +35,7 @@ de: other: Etwas ist noch nicht ganz richtig! Bitte korrigiere %{count} Fehler notification_mailer: favourite: - body: "Dein Beitrag wurde von %{name} favorisiert:" + body: 'Dein Beitrag wurde von %{name} favorisiert:' subject: "%{name} hat deinen Beitrag favorisiert" follow: body: "%{name} folgt dir jetzt!" @@ -44,7 +44,7 @@ de: body: "%{name} hat dich erwähnt:" subject: "%{name} hat dich erwähnt" reblog: - body: "Dein Beitrag wurde von %{name} geteilt:" + body: 'Dein Beitrag wurde von %{name} geteilt:' subject: "%{name} teilte deinen Beitrag" pagination: next: Vorwärts @@ -55,5 +55,7 @@ de: stream_entries: favourited: favorisierte einen Beitrag von is_now_following: folgt nun + users: + invalid_email: Inkorrekte E-mail-Addresse will_paginate: page_gap: "…" diff --git a/config/locales/simple_form.pt.yml b/config/locales/simple_form.pt.yml index 0ac54bc5c..07099c1f0 100644 --- a/config/locales/simple_form.pt.yml +++ b/config/locales/simple_form.pt.yml @@ -14,7 +14,6 @@ pt: new_password: Nova password note: Biografia password: Password - silenced: Modo não-listado username: Username interactions: must_be_follower: Bloquear notificações de não-seguidores diff --git a/config/locales/simple_form.uk.yml b/config/locales/simple_form.uk.yml index 7b2b16d92..05bcc27d1 100644 --- a/config/locales/simple_form.uk.yml +++ b/config/locales/simple_form.uk.yml @@ -27,4 +27,4 @@ uk: required: mark: "*" text: обов'язкове -'yes': 'Так' + 'yes': 'Так' diff --git a/config/locales/uk.yml b/config/locales/uk.yml index e1f10cbb0..621dfb323 100644 --- a/config/locales/uk.yml +++ b/config/locales/uk.yml @@ -55,5 +55,5 @@ uk: stream_entries: favourited: сподобався допис від is_now_following: тепер підписаний(-а) на - will_paginate: + will_paginate: page_gap: "…" |