diff --git a/Data/config.db b/Data/config.db index 2cc1143..054c176 100644 Binary files a/Data/config.db and b/Data/config.db differ diff --git a/Data/statistics.db b/Data/statistics.db index 53599a3..0563e32 100644 Binary files a/Data/statistics.db and b/Data/statistics.db differ diff --git a/Data/users.db b/Data/users.db index 0cf559e..2f90e18 100644 Binary files a/Data/users.db and b/Data/users.db differ diff --git a/TightWiki.Models/DataModels/AccountProfile.cs b/TightWiki.Models/DataModels/AccountProfile.cs index 59c8278..2d32cc7 100644 --- a/TightWiki.Models/DataModels/AccountProfile.cs +++ b/TightWiki.Models/DataModels/AccountProfile.cs @@ -3,7 +3,7 @@ namespace TightWiki.Models.DataModels { /// - /// This model combines the elements of an account and a profile into one class. + /// 将帐户和配置文件的元素组合到一个类中 /// public partial class AccountProfile : IAccountProfile { diff --git a/TightWiki/Pages/Shared/_LoginPartial.cshtml b/TightWiki/Pages/Shared/_LoginPartial.cshtml index ff3dc4a..dd556e0 100644 --- a/TightWiki/Pages/Shared/_LoginPartial.cshtml +++ b/TightWiki/Pages/Shared/_LoginPartial.cshtml @@ -10,17 +10,17 @@ } else { } diff --git a/TightWiki/Views/Page/Comments.cshtml b/TightWiki/Views/Page/Comments.cshtml index 85aa662..a7e1df1 100644 --- a/TightWiki/Views/Page/Comments.cshtml +++ b/TightWiki/Views/Page/Comments.cshtml @@ -62,7 +62,7 @@ @if (sessionState.CanModerate == true || h.UserId == sessionState.Profile?.UserId) { - Delete + Delete } diff --git a/TightWiki/Views/Page/Delete.cshtml b/TightWiki/Views/Page/Delete.cshtml index 473a953..3988db8 100644 --- a/TightWiki/Views/Page/Delete.cshtml +++ b/TightWiki/Views/Page/Delete.cshtml @@ -22,15 +22,15 @@ Delete page "@Model.PageName"?
- Deleting "@Model.PageName" will move the page, all @Model.PageRevision revisions and @Model.CountOfAttachments file attachments to the deletion queue. - This action can only be undone by an administrator or moderator. + 页面 "@Model.PageName" 将被删除,所有修订和附件也将被删除。 + 此操作只能由管理员或主持人撤消。

- 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/Page/Revert.cshtml b/TightWiki/Views/Page/Revert.cshtml index b8a4b1d..54a00c3 100644 --- a/TightWiki/Views/Page/Revert.cshtml +++ b/TightWiki/Views/Page/Revert.cshtml @@ -25,7 +25,7 @@ @using (Html.BeginForm(null, null, FormMethod.Post, new { action = $"{GlobalConfiguration.BasePath}{Context.Request.Path}" })) { -
  
+
  
} diff --git a/TightWiki/Views/Page/Search.cshtml b/TightWiki/Views/Page/Search.cshtml index dd63e93..95def8d 100644 --- a/TightWiki/Views/Page/Search.cshtml +++ b/TightWiki/Views/Page/Search.cshtml @@ -6,11 +6,11 @@ }

- Page Search + 搜索

- If it's here, you should be able to find it.

+ 找找有没有你想要的

@if (!string.IsNullOrEmpty(Model.ErrorMessage)) @@ -29,7 +29,7 @@
@Html.TextBoxFor(x => x.SearchString, new { @class = "form-control", style = "width:100%" })
- +
@@ -52,7 +52,7 @@ {
- Your search criteria resulted in no pages, simplify your search text. + 好像啥也没查到哎
} diff --git a/TightWiki/Views/Shared/_Layout.cshtml b/TightWiki/Views/Shared/_Layout.cshtml index 13d6b50..8d94e37 100644 --- a/TightWiki/Views/Shared/_Layout.cshtml +++ b/TightWiki/Views/Shared/_Layout.cshtml @@ -93,7 +93,7 @@ ) {