mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 10:28:27 +00:00
Reorganize messages to reflect page structure
This commit is contained in:
@ -0,0 +1,22 @@
|
||||
module Messages.Comp.SearchStatsView exposing (..)
|
||||
|
||||
|
||||
type alias Texts =
|
||||
{ items : String
|
||||
, count : String
|
||||
, sum : String
|
||||
, avg : String
|
||||
, min : String
|
||||
, max : String
|
||||
}
|
||||
|
||||
|
||||
gb : Texts
|
||||
gb =
|
||||
{ items = "Items"
|
||||
, count = "Count"
|
||||
, sum = "Sum"
|
||||
, avg = "Avg"
|
||||
, min = "Min"
|
||||
, max = "Max"
|
||||
}
|
Reference in New Issue
Block a user