mirror of
https://github.com/mastodon/mastodon.git
synced 2024-08-20 21:08:15 -07:00
New translations devise.en.yml (German)
[ci skip]
This commit is contained in:
parent
44a6f62029
commit
1538bf84fb
1 changed files with 4 additions and 5 deletions
|
@ -1,4 +1,3 @@
|
|||
---
|
||||
de:
|
||||
devise:
|
||||
confirmations:
|
||||
|
@ -8,10 +7,10 @@ de:
|
|||
failure:
|
||||
already_authenticated: Du bist bereits angemeldet.
|
||||
inactive: Dein Konto wurde noch nicht aktiviert.
|
||||
invalid: "%{authentication_keys} oder Passwort ungültig."
|
||||
invalid: '%{authentication_keys} oder Passwort ungültig.'
|
||||
last_attempt: Du hast nur noch einen Versuch, bevor dein Zugang gesperrt wird.
|
||||
locked: Dein Konto ist gesperrt.
|
||||
not_found_in_database: "%{authentication_keys} oder Passwort ungültig."
|
||||
not_found_in_database: '%{authentication_keys} oder Passwort ungültig.'
|
||||
pending: Dein Konto wird weiterhin überprüft.
|
||||
timeout: Deine Sitzung ist abgelaufen. Bitte melde dich erneut an, um fortzufahren.
|
||||
unauthenticated: Du musst dich anmelden oder registrieren, bevor du fortfahren kannst.
|
||||
|
@ -111,5 +110,5 @@ de:
|
|||
not_found: nicht gefunden
|
||||
not_locked: ist nicht gesperrt
|
||||
not_saved:
|
||||
one: '1 Fehler hat verhindert, dass %{resource} gespeichert wurde:'
|
||||
other: "%{count} Fehler haben verhindert, dass %{resource} gespeichert wurde:"
|
||||
one: '1 Fehler verhinderte, dass %{resource} gespeichert wurde:'
|
||||
other: "%{count} Fehler verhinderten, dass %{resource} gespeichert wurde:"
|
||||
|
|
Loading…
Reference in a new issue