mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-23 10:58:26 +00:00
Add German translation for UserSettings page
This commit is contained in:
@ -1,4 +1,8 @@
|
||||
module Messages.Comp.NotificationManage exposing (Texts, gb)
|
||||
module Messages.Comp.NotificationManage 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
|
||||
, notificationForm = Messages.Comp.NotificationForm.de
|
||||
, notificationTable = Messages.Comp.NotificationTable.de
|
||||
, httpError = Messages.Comp.HttpError.de
|
||||
, newTask = "Neuer Auftrag"
|
||||
, createNewTask = "Erstelle einen neuen Notifizierungs-Auftrag"
|
||||
, taskCreated = "Auftrag erstellt."
|
||||
, taskUpdated = "Auftrag aktualisiert."
|
||||
, taskStarted = "Auftrag gestartet."
|
||||
, taskDeleted = "Auftrag gelöscht."
|
||||
}
|
||||
|
Reference in New Issue
Block a user