mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-24 03:18:26 +00:00
itemdetail
This commit is contained in:
@ -9,6 +9,7 @@ module Messages.Page.ItemDetail exposing
|
||||
( Texts
|
||||
, de
|
||||
, gb
|
||||
, fr
|
||||
)
|
||||
|
||||
import Data.TimeZone exposing (TimeZone)
|
||||
@ -40,3 +41,12 @@ de tz =
|
||||
, editMetadata = "Metadaten ändern"
|
||||
, collapseExpand = "Aus-/Einklappen"
|
||||
}
|
||||
|
||||
|
||||
fr : TimeZone -> Texts
|
||||
fr tz =
|
||||
{ itemDetail = Messages.Comp.ItemDetail.fr tz
|
||||
, editForm = Messages.Comp.ItemDetail.EditForm.fr tz
|
||||
, editMetadata = "Editer les métadonnées"
|
||||
, collapseExpand = "Réduire/Etendre"
|
||||
}
|
||||
|
Reference in New Issue
Block a user