mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 10:28:27 +00:00
Provide translations for main menu
This commit is contained in:
@ -6,17 +6,44 @@ module Messages.App exposing
|
||||
|
||||
|
||||
type alias Texts =
|
||||
{ login : String
|
||||
{ collectiveProfile : String
|
||||
, userProfile : String
|
||||
, lightDark : String
|
||||
, logout : String
|
||||
, items : String
|
||||
, manageData : String
|
||||
, uploadFiles : String
|
||||
, processingQueue : String
|
||||
, newInvites : String
|
||||
, help : String
|
||||
}
|
||||
|
||||
|
||||
gb : Texts
|
||||
gb =
|
||||
{ login = "Login"
|
||||
{ collectiveProfile = "Collective Profile"
|
||||
, userProfile = "User Profile"
|
||||
, lightDark = "Light/Dark"
|
||||
, logout = "Logout"
|
||||
, items = "Items"
|
||||
, manageData = "Manage Data"
|
||||
, uploadFiles = "Upload Files"
|
||||
, processingQueue = "Processing Queue"
|
||||
, newInvites = "New Invites"
|
||||
, help = "Help"
|
||||
}
|
||||
|
||||
|
||||
de : Texts
|
||||
de =
|
||||
{ login = "Anmelden"
|
||||
{ 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