feat: Add about server page

This commit is contained in:
Krille 2024-11-03 16:58:04 +01:00
commit 448a111c48
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652
6 changed files with 391 additions and 7 deletions

View file

@ -25,9 +25,12 @@
"replace": "Replace",
"@replace": {},
"about": "About",
"@about": {
"aboutHomeserver": "About {homeserver}",
"@aboutHomeserver": {
"type": "text",
"placeholders": {}
"placeholders": {
"homeserver": {}
}
},
"accept": "Accept",
"@accept": {
@ -2794,5 +2797,12 @@
"blur": "Blur:",
"opacity": "Opacity:",
"setWallpaper": "Set wallpaper",
"manageAccount": "Manage account"
"manageAccount": "Manage account",
"noContactInformationProvided": "Server does not provide any valid contact information",
"contactServerAdmin": "Contact server admin",
"contactServerSecurity": "Contact server security",
"supportPage": "Support page",
"serverInformation": "Server information:",
"name": "Name",
"version": "Version"
}