mirror of
https://github.com/we-promise/sure.git
synced 2026-04-12 08:37:22 +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>
14 lines
495 B
YAML
14 lines
495 B
YAML
---
|
|
de:
|
|
activemodel:
|
|
errors:
|
|
models:
|
|
trend:
|
|
attributes:
|
|
current:
|
|
must_be_of_the_same_type_as_previous: muss vom gleichen Typ sein wie vorheriger
|
|
must_be_of_type_money_numeric_or_nil: muss vom Typ Geld, Zahl oder nil sein
|
|
previous:
|
|
must_be_of_the_same_type_as_current: muss vom gleichen Typ sein wie aktueller
|
|
must_be_of_type_money_numeric_or_nil: muss vom Typ Geld, Zahl oder nil sein
|