Remove un-done translations for German

This commit is contained in:
Eike Kettner
2021-04-11 16:05:11 +02:00
parent cdbd65388d
commit c2599eda4c
86 changed files with 112 additions and 190 deletions

View File

@ -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)"
-- }