diff --git a/TightWiki/Areas/Identity/Pages/Account/Login.cshtml b/TightWiki/Areas/Identity/Pages/Account/Login.cshtml index 93b4676..aad951b 100644 --- a/TightWiki/Areas/Identity/Pages/Account/Login.cshtml +++ b/TightWiki/Areas/Identity/Pages/Account/Login.cshtml @@ -13,12 +13,12 @@
- +
- +
@@ -28,19 +28,13 @@
- +

- Forgot your password? + 忘记密码?
- @if (TightWiki.Models.GlobalConfiguration.AllowSignup == true) - { - Register as a new user -
- } - Resend email confirmation

diff --git a/TightWiki/Views/Profile/Confirm.cshtml b/TightWiki/Views/Profile/Confirm.cshtml index 3e8248c..0d94edb 100644 --- a/TightWiki/Views/Profile/Confirm.cshtml +++ b/TightWiki/Views/Profile/Confirm.cshtml @@ -6,7 +6,7 @@
-

Account Email Verification

+

帐户电子邮件验证

@if (!string.IsNullOrEmpty(Model.ErrorMessage)) @@ -19,8 +19,8 @@ }

- Already a member? Login.
- Forgot your password? @Html.ActionLink("Reset it.", "Forgot", "Account").
+ 已有账号? 登录.
+ 忘记密码? @Html.ActionLink("Reset it.", "Forgot", "Account").

diff --git a/TightWiki/Views/Profile/Delete.cshtml b/TightWiki/Views/Profile/Delete.cshtml index d618e3f..c5e3cdd 100644 --- a/TightWiki/Views/Profile/Delete.cshtml +++ b/TightWiki/Views/Profile/Delete.cshtml @@ -19,18 +19,18 @@ {
- Delete account "@Model.AccountName"? + 删除账号 "@Model.AccountName"?
- Deleting "@Model.AccountName" will permanently remove the account. All pages created or modified by this user will be attributed to a stand-in account. - You will not be able to revert this action. + 账号 "@Model.AccountName" 将永远删除。此用户创建或修改的所有页面都将归属于一个代理帐户. + 您将无法恢复此操作。

- Are you sure you want to continue with this deletion?

+ 确认继续吗?

@using (Html.BeginForm(null, null, FormMethod.Post, new { action = $"{GlobalConfiguration.BasePath}{Context.Request.Path}" })) { -
  
+
  
}
diff --git a/TightWiki/Views/Profile/Deleted.cshtml b/TightWiki/Views/Profile/Deleted.cshtml index ca978f2..5cf5fda 100644 --- a/TightWiki/Views/Profile/Deleted.cshtml +++ b/TightWiki/Views/Profile/Deleted.cshtml @@ -7,17 +7,17 @@
- Account Deleted! + 账号已删除!
- The account has been deleted and all content that was created or modified by this account has been attributed to an anonymized profile..

+ 该帐户已被删除,此帐户创建或修改的所有内容均已归因于匿名配置文件。



@if (TightWiki.Models.GlobalConfiguration.AllowSignup == true) { - @:Not a member? Register as a new user.
+ @:没有账号? 注册新账号
} - Already a member? Login.
+ 已有账号? 登录
diff --git a/TightWiki/Views/Profile/My.cshtml b/TightWiki/Views/Profile/My.cshtml index 2913be7..09d0c6f 100644 --- a/TightWiki/Views/Profile/My.cshtml +++ b/TightWiki/Views/Profile/My.cshtml @@ -5,12 +5,12 @@ }

- Profile + 简介

-

+@*

This is your profile, do with it what you may.

-

+

*@ @if (!string.IsNullOrEmpty(Model.ErrorMessage)) { @@ -31,7 +31,7 @@ @Html.HiddenFor(m => m.AccountProfile.Navigation)
- +
@if (@Model.AccountProfile.Navigation != "") { @@ -110,7 +110,7 @@
- + @foreach (var item in Model.Countries) {