diff --git a/Data/pages.db b/Data/pages.db index 45f2421..a1d9540 100644 Binary files a/Data/pages.db and b/Data/pages.db differ diff --git a/Data/statistics.db b/Data/statistics.db index dfb2d28..cd83161 100644 Binary files a/Data/statistics.db and b/Data/statistics.db differ diff --git a/TightWiki/Views/Admin/Exception.cshtml b/TightWiki/Views/Admin/Exception.cshtml index 3b4a5e0..dac1a7e 100644 --- a/TightWiki/Views/Admin/Exception.cshtml +++ b/TightWiki/Views/Admin/Exception.cshtml @@ -6,11 +6,11 @@ }

- Exception + 异常明细

- Server and page exception.

+

@if (!string.IsNullOrEmpty(Model.ErrorMessage)) @@ -27,21 +27,21 @@ - + @if (string.IsNullOrEmpty(Model.Exception.Text) == false) { - + } @if (string.IsNullOrEmpty(Model.Exception.ExceptionText) == false) { - + } @if (string.IsNullOrEmpty(Model.Exception.StackTrace) == false) { - + }
Id
@Model.Exception.Id
Date / Time
时间
@Model.Exception.CreatedDate
Text
异常
@Model.Exception.Text
Exception
异常明细
@Model.Exception.ExceptionText
Stack Trace
堆栈跟踪
@Model.Exception.StackTrace
diff --git a/TightWiki/Views/Admin/Exceptions.cshtml b/TightWiki/Views/Admin/Exceptions.cshtml index 53bc19d..9f6a13a 100644 --- a/TightWiki/Views/Admin/Exceptions.cshtml +++ b/TightWiki/Views/Admin/Exceptions.cshtml @@ -7,11 +7,11 @@ }

- Exceptions + 全局异常

- Server and page exceptions.

+

@if (!string.IsNullOrEmpty(Model.ErrorMessage)) @@ -24,8 +24,8 @@ } @Html.Raw(TightWiki.Library.ConfirmActionHelper.GenerateWarnLink(GlobalConfiguration.BasePath, - "This will permanently purge all exceptions. Continue?", - "Purge Exceptions", "/Admin/PurgeExceptions", Context.Request.Path.Value)) + "这将永久清除所有异常. 继续吗?", + "清除所有异常", "/Admin/PurgeExceptions", Context.Request.Path.Value))

@@ -37,9 +37,9 @@ Id - Text - Exception - Date/Time + 异常 + 异常明细 + 时间 @@ -60,7 +60,7 @@ {
- The exception log is currently empty. + 暂无异常
} diff --git a/TightWiki/Views/Admin/MissingPages.cshtml b/TightWiki/Views/Admin/MissingPages.cshtml index 86e5e25..110f963 100644 --- a/TightWiki/Views/Admin/MissingPages.cshtml +++ b/TightWiki/Views/Admin/MissingPages.cshtml @@ -7,11 +7,11 @@ }

- Missing Pages + 丢失页

- Pages that have been linked to, but do not exist.

+ 已链接但不存在的页面。.

@@ -51,7 +51,7 @@ {
- There are currently no missing pages being referenced by other wiki pages. + 暂无数据.
} diff --git a/TightWiki/Views/Shared/_Layout.cshtml b/TightWiki/Views/Shared/_Layout.cshtml index 359a50c..7126b31 100644 --- a/TightWiki/Views/Shared/_Layout.cshtml +++ b/TightWiki/Views/Shared/_Layout.cshtml @@ -155,7 +155,7 @@ 账号 角色 - 配置 + 全局配置 Emojis 站点菜单 @@ -164,11 +164,11 @@ 异常 指标 - 删除页面 + 删除页 丢失页 页面说明 命名空间 - 独立附件 + 附件 页面 } else if (sessionState.CanModerate == true) diff --git a/TightWiki/Views/Utility/ConfirmAction.cshtml b/TightWiki/Views/Utility/ConfirmAction.cshtml index 4e77130..00b0c13 100644 --- a/TightWiki/Views/Utility/ConfirmAction.cshtml +++ b/TightWiki/Views/Utility/ConfirmAction.cshtml @@ -29,7 +29,7 @@
- Are you sure??? + 最后再确认一下