汉化部分

This commit is contained in:
Zel
2025-02-04 15:14:07 +08:00
parent 9c3a099733
commit 1d6cd9abbb
10 changed files with 70 additions and 76 deletions

View File

@@ -52,7 +52,7 @@
@if (string.IsNullOrEmpty(@Model.RedirectURL) == false)
{
<br />
<a href="@Model.RedirectURL">Continue</a>
<a href="@Model.RedirectURL">继续</a>
}
</div>
}
@@ -84,7 +84,7 @@
@if (string.IsNullOrEmpty(@Model.RedirectURL) == false && Model.RedirectTimeout > 0)
{
<p>
<a href="@Model.RedirectURL">Continue now</a> or you will be redirected in <span id="countdown">@Model.RedirectTimeout</span> seconds.
<a href="@Model.RedirectURL">继续</a> 或者即将跳转至 <span id="countdown">@Model.RedirectTimeout</span> seconds.
</p>
}
</div>