mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 18:38:26 +00:00
Add German translation for home page
This commit is contained in:
@ -1,4 +1,8 @@
|
||||
module Messages.Comp.CustomFieldInput exposing (Texts, gb)
|
||||
module Messages.Comp.CustomFieldInput exposing
|
||||
( Texts
|
||||
, de
|
||||
, gb
|
||||
)
|
||||
|
||||
|
||||
type alias Texts =
|
||||
@ -16,3 +20,12 @@ gb =
|
||||
, errorNoAmount = "No amount given"
|
||||
, errorNotANumber = \str -> "Not a number: " ++ str
|
||||
}
|
||||
|
||||
|
||||
de : Texts
|
||||
de =
|
||||
{ errorNoValue = "Bitte gebe einen Wert an"
|
||||
, errorNoNumber = "Keine Zahl angegeben"
|
||||
, errorNoAmount = "Kein Betrag angegeben"
|
||||
, errorNotANumber = \str -> "Keine Zahl: " ++ str
|
||||
}
|
||||
|
Reference in New Issue
Block a user