mirror of
https://github.com/we-promise/sure.git
synced 2026-04-09 07:14:47 +00:00
* added german translation consistently added all translation yml files for german language * Correct quotation and syntax errors in new de locale files Corrected misplaced or missing quotation marks in YAML * Updated German translations Added missing files, fixed for customizable branding * corrected yml formatting added missing "" when : where used in the string * Interpolation errors * More interpolation issues * Last round of interpolation errors? * Add German to supported locales * Still a few more interpolations --------- Signed-off-by: Juan José Mata <juanjo.mata@gmail.com> Co-authored-by: Juan José Mata <juanjo.mata@gmail.com>
22 lines
630 B
YAML
22 lines
630 B
YAML
---
|
|
de:
|
|
activerecord:
|
|
attributes:
|
|
user:
|
|
email: E-Mail
|
|
family: Familie
|
|
family_id: Familie
|
|
first_name: Vorname
|
|
last_name: Nachname
|
|
password: Passwort
|
|
password_confirmation: Passwortbestätigung
|
|
errors:
|
|
models:
|
|
user:
|
|
attributes:
|
|
base:
|
|
cannot_deactivate_admin_with_other_users: Admin kann das Konto nicht löschen, solange noch andere Benutzer vorhanden sind Bitte zuerst alle Mitglieder löschen
|
|
profile_image:
|
|
invalid_file_size: Dateigröße muss kleiner als %{max_megabytes}MB sein
|
|
|