feat: Add about server page
This commit is contained in:
parent
cdaaad9c54
commit
448a111c48
6 changed files with 391 additions and 7 deletions
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue