Show info about hosted WebUI in "About" (#482)

This commit is contained in:
schroda
2023-11-27 19:14:43 +01:00
committed by GitHub
parent ee9811bf53
commit 259d1d87df
5 changed files with 93 additions and 32 deletions

View File

@@ -286,8 +286,11 @@
"label": {
"browse": "Browse",
"client": "Client",
"discord": "Discord",
"display": "Display",
"filter": "Filter",
"github": "GitHub",
"links": "Links",
"loading": "Loading…",
"never": "Never",
"none": "None",
@@ -493,14 +496,22 @@
},
"settings": {
"about": {
"label": {
"build_time": "Build time",
"discord": "Discord",
"github": "GitHub",
"server_address": "Server address",
"server_version": "Server version"
"server": {
"label": {
"address": "Server address",
"build_time": "Build time",
"github": "$t(global.label.github) $t(settings.server.title.server)",
"version": "Server version"
}
},
"title": "About"
"title": "About",
"webui": {
"label": {
"channel": "$t(settings.webui.title.webui) channel",
"github": "$t(global.label.github) $t(settings.webui.title.webui)",
"version": "$t(settings.webui.title.webui) version"
}
}
},
"backup": {
"automated": {