mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-23 19:08:26 +00:00
Add German translation for collective settings page
This commit is contained in:
@ -1,4 +1,8 @@
|
||||
module Messages.Basics exposing (Texts, gb)
|
||||
module Messages.Basics exposing
|
||||
( Texts
|
||||
, de
|
||||
, gb
|
||||
)
|
||||
|
||||
|
||||
type alias Texts =
|
||||
@ -68,3 +72,38 @@ gb =
|
||||
, customFields = "Custom Fields"
|
||||
, direction = "Direction"
|
||||
}
|
||||
|
||||
|
||||
de : Texts
|
||||
de =
|
||||
{ incoming = "Eingehend"
|
||||
, outgoing = "Ausgehend"
|
||||
, tags = "Tags"
|
||||
, items = "Dokumente"
|
||||
, submit = "Absenden"
|
||||
, submitThisForm = "Formular abschicken"
|
||||
, cancel = "Abbrechen"
|
||||
, delete = "Löschen"
|
||||
, created = "Erstellt"
|
||||
, edit = "Ändern"
|
||||
, back = "Zurück"
|
||||
, backToList = "Zurück zur Liste"
|
||||
, searchPlaceholder = "Suche…"
|
||||
, selectPlaceholder = "Auswahl…"
|
||||
, id = "Id"
|
||||
, ok = "Ok"
|
||||
, yes = "Ja"
|
||||
, no = "Nein"
|
||||
, chooseTag = "Wähle enien Tag…"
|
||||
, loading = "Laden…"
|
||||
, name = "Name"
|
||||
, organization = "Organisation"
|
||||
, person = "Person"
|
||||
, equipment = "Zubehör"
|
||||
, folder = "Ordner"
|
||||
, date = "Datum"
|
||||
, correspondent = "Korrespondent"
|
||||
, concerning = "Betreffend"
|
||||
, customFields = "Benutzer-Felder"
|
||||
, direction = "Richtung"
|
||||
}
|
||||
|
Reference in New Issue
Block a user