mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 18:38:26 +00:00
Add German translation for UserSettings page
This commit is contained in:
@ -1,4 +1,8 @@
|
||||
module Messages.Comp.ScanMailboxManage exposing (Texts, gb)
|
||||
module Messages.Comp.ScanMailboxManage exposing
|
||||
( Texts
|
||||
, de
|
||||
, gb
|
||||
)
|
||||
|
||||
import Http
|
||||
import Messages.Basics
|
||||
@ -34,3 +38,18 @@ gb =
|
||||
, taskStarted = "Task started."
|
||||
, taskDeleted = "Task deleted."
|
||||
}
|
||||
|
||||
|
||||
de : Texts
|
||||
de =
|
||||
{ basics = Messages.Basics.de
|
||||
, form = Messages.Comp.ScanMailboxForm.de
|
||||
, table = Messages.Comp.ScanMailboxTable.de
|
||||
, httpError = Messages.Comp.HttpError.de
|
||||
, newTask = "Neuer Auftrag"
|
||||
, createNewTask = "Einen neuen E-Mail Such Auftrag erstellen"
|
||||
, taskCreated = "Auftrag created."
|
||||
, taskUpdated = "Auftrag updated."
|
||||
, taskStarted = "Auftrag started."
|
||||
, taskDeleted = "Auftrag deleted."
|
||||
}
|
||||
|
Reference in New Issue
Block a user