This commit is contained in:
zel
2025-02-10 16:50:57 +08:00
parent c4bdebd92c
commit 20ac0b5069
7 changed files with 21 additions and 21 deletions

View File

@@ -7,11 +7,11 @@
}
<h3>
Exceptions
全局异常
</h3>
<p>
Server and page exceptions.<br /><br />
<br /><br />
</p>
@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))
<br />
<br />
@@ -37,9 +37,9 @@
<thead>
<tr>
<td><strong><a href="?@QueryStringConverter.OrderHelper(sessionState, "Id")">Id</a></strong></td>
<td><strong>Text</strong></td>
<td><strong>Exception</strong></td>
<td><strong><a href="?@QueryStringConverter.OrderHelper(sessionState, "CreatedDate")">Date/Time</a></strong></td>
<td><strong>异常</strong></td>
<td><strong>异常明细</strong></td>
<td><strong><a href="?@QueryStringConverter.OrderHelper(sessionState, "CreatedDate")">时间</a></strong></td>
</tr>
</thead>
@@ -60,7 +60,7 @@
{
<div class="d-flex small text-muted mb-0">
<strong>
The exception log is currently empty.
暂无异常
</strong>
</div>
}