mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 10:28:27 +00:00
itemdetail
This commit is contained in:
@ -9,6 +9,7 @@ module Messages.Comp.AttachmentMeta exposing
|
||||
( Texts
|
||||
, de
|
||||
, gb
|
||||
, fr
|
||||
)
|
||||
|
||||
import Data.TimeZone exposing (TimeZone)
|
||||
@ -70,3 +71,21 @@ de tz =
|
||||
, itemDueDate = "Fälligkeitsdatum"
|
||||
, formatDateShort = DF.formatDateShort Messages.UiLanguage.German tz
|
||||
}
|
||||
|
||||
|
||||
fr : TimeZone -> Texts
|
||||
fr tz =
|
||||
{ basics = Messages.Basics.fr
|
||||
, httpError = Messages.Comp.HttpError.fr
|
||||
, extractedMetadata = "Métadonnées extraites"
|
||||
, content = "Contenu"
|
||||
, labels = "Labels"
|
||||
, proposals = "Propositions"
|
||||
, correspondentOrg = "Organisation correspondante"
|
||||
, correspondentPerson = "Personne correspondante"
|
||||
, concerningPerson = "Personne concernée"
|
||||
, concerningEquipment = "Equipment concerné"
|
||||
, itemDate = "Date du document"
|
||||
, itemDueDate = "Date d'échéance"
|
||||
, formatDateShort = DF.formatDateShort Messages.UiLanguage.French tz
|
||||
}
|
||||
|
Reference in New Issue
Block a user