Add German translation for Upload page

This commit is contained in:
eikek
2021-06-06 16:57:02 +02:00
parent 32e08e1caa
commit 9f07b61a34
3 changed files with 52 additions and 3 deletions

View File

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