mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 10:28:27 +00:00
Add German translation for Upload page
This commit is contained in:
@ -1,4 +1,8 @@
|
||||
module Messages.Comp.Dropzone exposing (Texts, gb)
|
||||
module Messages.Comp.Dropzone exposing
|
||||
( Texts
|
||||
, de
|
||||
, gb
|
||||
)
|
||||
|
||||
import Messages.Basics
|
||||
|
||||
@ -20,3 +24,14 @@ gb =
|
||||
"Choose document files (pdf, docx, txt, html, …). "
|
||||
++ "Archives (zip and eml) are extracted."
|
||||
}
|
||||
|
||||
|
||||
de : Texts
|
||||
de =
|
||||
{ basics = Messages.Basics.de
|
||||
, dropFilesHere = "Dateien hier hineinziehen"
|
||||
, or = "Oder"
|
||||
, selectInfo =
|
||||
"Dateien auswählen (pdf, docx, txt, html, …). "
|
||||
++ "Archive (zip und eml) werden extrahiert."
|
||||
}
|
||||
|
Reference in New Issue
Block a user