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 @@
- 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?