mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 10:28:27 +00:00
Add German translation for home page
This commit is contained in:
@ -18,7 +18,6 @@ type alias Texts =
|
||||
, metadata : String
|
||||
, metadataInfoText : String
|
||||
, folderInfo : String
|
||||
, folderForbiddenText : String
|
||||
, tagsInfo : String
|
||||
, fileFilter : String
|
||||
, fileFilterInfo : String
|
||||
@ -41,13 +40,6 @@ gb =
|
||||
++ "through this source, unless it is overriden in the upload request meta data. "
|
||||
++ "Tags from the request are added to those defined here."
|
||||
, folderInfo = "Choose a folder to automatically put items into."
|
||||
, folderForbiddenText =
|
||||
"""
|
||||
You are **not a member** of this folder. Items created through this
|
||||
link will be **hidden** from any search results. Use a folder where
|
||||
you are a member of to make items visible. This message will
|
||||
disappear then.
|
||||
"""
|
||||
, tagsInfo = "Choose tags that should be applied to items."
|
||||
, fileFilter = "File Filter"
|
||||
, fileFilterInfo = """
|
||||
@ -78,13 +70,6 @@ de =
|
||||
++ "Quelle hochgeladen wurde. Es kann im Upload-Request direkt nochmals überschrieben "
|
||||
++ "oder (bei Tags) erweitert werden."
|
||||
, folderInfo = "Wähle einen Ordner; Dokumente werden automatisch damit verknüpft."
|
||||
, folderForbiddenText =
|
||||
"""
|
||||
Du bist *kein* Mitglied dieses Ordners. Dokumnte, welche durch diese
|
||||
URL hochgeladen werden, sind für dich in der Suche *nicht* sichtbar.
|
||||
Nutze lieber einen Ordner, dem Du als Mitglied zugeordnet bist. Diese
|
||||
Nachricht verschwindet dann.
|
||||
"""
|
||||
, tagsInfo = "Wähle Tags, die automatisch angefügt werden sollen."
|
||||
, fileFilter = "Datei Filter"
|
||||
, fileFilterInfo = """
|
||||
|
Reference in New Issue
Block a user