Commit b429561c authored by nickchen's avatar nickchen 🎨

add: User/ListUsers 翻譯

parent d823c782
...@@ -147,6 +147,9 @@ ...@@ -147,6 +147,9 @@
<data name="User count" xml:space="preserve"> <data name="User count" xml:space="preserve">
<value>使用者數量</value> <value>使用者數量</value>
</data> </data>
<data name="User List" xml:space="preserve">
<value>使用者列表</value>
</data>
<data name="username" xml:space="preserve"> <data name="username" xml:space="preserve">
<value>使用者名稱</value> <value>使用者名稱</value>
</data> </data>
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
string disabledClass = isAdmin ? "" : "disabled"; string disabledClass = isAdmin ? "" : "disabled";
} }
<div class="page-header"> <div class="page-header">
<h3 class="page-title">User List</h3> <h3 class="page-title">@Localizer["User List"]</h3>
<input id="msg" hidden value="@TempData["msg"]" /> <input id="msg" hidden value="@TempData["msg"]" />
@if (TempData["isSuccess"] != null) @if (TempData["isSuccess"] != null)
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment