Add priority to gotify channel

Closes: #1277
This commit is contained in:
eikek
2022-01-12 20:59:07 +01:00
parent 5f10798e86
commit 7aebc1ccdf
15 changed files with 118 additions and 38 deletions

View File

@ -18,6 +18,8 @@ type alias Texts =
{ basics : Messages.Basics.Texts
, gotifyUrl : String
, appKey : String
, priority : String
, priorityInfo : String
}
@ -26,6 +28,8 @@ gb =
{ basics = Messages.Basics.gb
, gotifyUrl = "Gotify URL"
, appKey = "App Key"
, priority = "Priority"
, priorityInfo = "A number denoting the importance of a message controlling notification behaviour. The higher the more important."
}
@ -34,4 +38,6 @@ de =
{ basics = Messages.Basics.de
, gotifyUrl = "Gotify URL"
, appKey = "App Key"
, priority = "Priorität"
, priorityInfo = "Eine Zahl, um die Wichtigkeit anzugeben (je höher desto wichtiger). Es steuert, wie eine Notifizierung erscheint."
}