mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-23 10:58:26 +00:00
Add German translation for ManageData page
This commit is contained in:
@ -1,4 +1,8 @@
|
||||
module Messages.Comp.PersonManage exposing (Texts, gb)
|
||||
module Messages.Comp.PersonManage exposing
|
||||
( Texts
|
||||
, de
|
||||
, gb
|
||||
)
|
||||
|
||||
import Http
|
||||
import Messages.Basics
|
||||
@ -32,3 +36,17 @@ gb =
|
||||
, deleteThisPerson = "Delete this person"
|
||||
, correctFormErrors = "Please correct the errors in the form."
|
||||
}
|
||||
|
||||
|
||||
de : Texts
|
||||
de =
|
||||
{ basics = Messages.Basics.de
|
||||
, personForm = Messages.Comp.PersonForm.de
|
||||
, personTable = Messages.Comp.PersonTable.de
|
||||
, httpError = Messages.Comp.HttpError.de
|
||||
, newPerson = "Neue Person"
|
||||
, createNewPerson = "Neue Person anlegen"
|
||||
, reallyDeletePerson = "Die Person wirklich löschen?"
|
||||
, deleteThisPerson = "Person löschen"
|
||||
, correctFormErrors = "Bitte korrigiere die Fehler im Formular."
|
||||
}
|
||||
|
Reference in New Issue
Block a user