mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 10:28:27 +00:00
Remove un-done translations for German
This commit is contained in:
@ -1,6 +1,5 @@
|
||||
module Messages.App exposing
|
||||
( Texts
|
||||
, de
|
||||
, gb
|
||||
)
|
||||
|
||||
@ -34,16 +33,17 @@ gb =
|
||||
}
|
||||
|
||||
|
||||
de : Texts
|
||||
de =
|
||||
{ collectiveProfile = "Kollektiv-Profil"
|
||||
, userProfile = "Benutzer-Profil"
|
||||
, lightDark = "Hell/Dunkel"
|
||||
, logout = "Abmelden"
|
||||
, items = "Dokumente"
|
||||
, manageData = "Daten verwalten"
|
||||
, uploadFiles = "Dateien hochladen"
|
||||
, processingQueue = "Verarbeitung"
|
||||
, newInvites = "Neue Einladung"
|
||||
, help = "Hilfe (English)"
|
||||
}
|
||||
|
||||
-- de : Texts
|
||||
-- de =
|
||||
-- { collectiveProfile = "Kollektiv-Profil"
|
||||
-- , userProfile = "Benutzer-Profil"
|
||||
-- , lightDark = "Hell/Dunkel"
|
||||
-- , logout = "Abmelden"
|
||||
-- , items = "Dokumente"
|
||||
-- , manageData = "Daten verwalten"
|
||||
-- , uploadFiles = "Dateien hochladen"
|
||||
-- , processingQueue = "Verarbeitung"
|
||||
-- , newInvites = "Neue Einladung"
|
||||
-- , help = "Hilfe (English)"
|
||||
-- }
|
||||
|
Reference in New Issue
Block a user