Merge pull request #1589 from AnnAngela/1.15.1_zh-CN

Improve translation work
This commit is contained in:
Louis Lam
2022-05-17 00:03:25 +08:00
committed by GitHub
14 changed files with 159 additions and 57 deletions

View File

@@ -4,7 +4,7 @@
<div class="container-fluid">
{{ $root.connectionErrorMsg }}
<div v-if="$root.showReverseProxyGuide">
Using a Reverse Proxy? <a href="https://github.com/louislam/uptime-kuma/wiki/Reverse-Proxy" target="_blank">Check how to config it for WebSocket</a>
{{ $t("Using a Reverse Proxy?") }} <a href="https://github.com/louislam/uptime-kuma/wiki/Reverse-Proxy" target="_blank">{{ $t("Check how to config it for WebSocket") }}</a>
</div>
</div>
</div>