Allow to restore deleted items in webui

This commit is contained in:
eikek
2021-08-14 16:46:04 +02:00
parent f999662905
commit 828e5cf703
8 changed files with 105 additions and 7 deletions

View File

@ -46,6 +46,7 @@ type alias Texts =
, sourceTab : String
, searchInItemSource : String
, direction : Direction -> String
, trashcan : String
}
@ -77,6 +78,7 @@ gb =
, sourceTab = "Source"
, searchInItemSource = "Search in item source"
, direction = Messages.Data.Direction.gb
, trashcan = "Trash"
}
@ -108,4 +110,5 @@ de =
, sourceTab = "Quelle"
, searchInItemSource = "Suche in Dokumentquelle"
, direction = Messages.Data.Direction.de
, trashcan = "Papierkorb"
}