feat(server/interface): configurable txAdmin notifications override (#299)

This commit is contained in:
Demetrio
2023-05-09 15:52:09 +02:00
committed by GitHub
parent 361ce6cca6
commit 8a8700ca57
28 changed files with 201 additions and 30 deletions

View File

@@ -5,5 +5,10 @@
"close": "Sluiten",
"confirm": "Bevestig",
"more": "More..."
}
},
"txadmin_announcement": "Server announcement by %s",
"txadmin_dm": "Direct Message from %s",
"txadmin_warn": "You have been warned by %s",
"txadmin_warn_content": "%s \nAction ID: %s",
"txadmin_scheduledrestart": "Scheduled Restart"
}