@Html.Raw(Model.ErrorMessage)
diff --git a/TightWiki/Views/Shared/_Layout.cshtml b/TightWiki/Views/Shared/_Layout.cshtml
index 30ecd9b..13d6b50 100644
--- a/TightWiki/Views/Shared/_Layout.cshtml
+++ b/TightWiki/Views/Shared/_Layout.cshtml
@@ -7,7 +7,7 @@
}
-
+
@@ -103,7 +103,7 @@
Create "@sessionState.PageNavigation"
}
-
Create new page
+
新建页面
}
@if (sessionState.Page.Exists == true)
@@ -114,31 +114,31 @@
}
if (sessionState.CanView == true && TightWiki.Models.GlobalConfiguration.EnablePageComments)
{
-
Comments
+
评论
}
if (sessionState.CanDelete == true)
{
-
Delete this page
+
删除 this page
}
if (sessionState.CanEdit == true && sessionState.Page.IsHistoricalVersion == false)
{
-
Edit
+
编辑
}
if (sessionState.CanView == true)
{
-
Revisions
+
修订
}
if (sessionState.CanCreate == true)
{
-
Refresh
+
刷新
}
if (sessionState.CanModerate == true && sessionState.Page.IsHistoricalVersion == true)
{
-
Revert to revision @sessionState.Page.Revision
+
恢复至 @sessionState.Page.Revision
}
if (sessionState.CanView == true && TightWiki.Models.GlobalConfiguration.EnablePageComments)
{
-
View
+
浏览
}
}
@@ -152,32 +152,32 @@
@@ -186,19 +186,19 @@
@if (sessionState.IsAuthenticated == true)
{
}
@if (sessionState.IsAuthenticated == false)
{
-
}
@if (TightWiki.Models.GlobalConfiguration.IncludeSearchOnNavbar)
@@ -206,8 +206,8 @@
- The admin password is set to its default value, it is recommended that you change it immediately!
+ 管理密码为默认值,建议 您立即更换!
- You can change this password by logging in, navigating to My -> Account -> Password.
+ 您可以登录账号后, 导航至 “我的” -> “账号” -> “密码”来更换密码
Current admin login:
Username: "admin@tightwiki.com"
diff --git a/TightWiki/Views/Tags/Browse.cshtml b/TightWiki/Views/Tags/Browse.cshtml
index 5974647..c90ef2f 100644
--- a/TightWiki/Views/Tags/Browse.cshtml
+++ b/TightWiki/Views/Tags/Browse.cshtml
@@ -5,11 +5,11 @@
}
-
+
@Html.Raw(Model.TagCloud)
-
+
@Html.Raw(Model.AssociatedPages)
diff --git a/TightWiki/Views/Utility/ConfirmAction.cshtml b/TightWiki/Views/Utility/ConfirmAction.cshtml
index d7322c3..4e77130 100644
--- a/TightWiki/Views/Utility/ConfirmAction.cshtml
+++ b/TightWiki/Views/Utility/ConfirmAction.cshtml
@@ -29,7 +29,7 @@
@@ -43,15 +43,15 @@
@if (Model.Style == "Safe")
{
-
Yes No
+
是 否
}
else if (Model.Style == "Warn")
{
-
Yes No
+
是 否
}
else
{
-
Yes No
+
是 否
}
diff --git a/TightWiki/Views/Utility/Notify.cshtml b/TightWiki/Views/Utility/Notify.cshtml
index 3b3b9d3..292d180 100644
--- a/TightWiki/Views/Utility/Notify.cshtml
+++ b/TightWiki/Views/Utility/Notify.cshtml
@@ -52,7 +52,7 @@
@if (string.IsNullOrEmpty(@Model.RedirectURL) == false)
{
-
Continue
+
继续
}
}
@@ -84,7 +84,7 @@
@if (string.IsNullOrEmpty(@Model.RedirectURL) == false && Model.RedirectTimeout > 0)
{
- Continue now or you will be redirected in @Model.RedirectTimeout seconds.
+ 继续 或者即将跳转至 @Model.RedirectTimeout seconds.
}