Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
T
TokenVaultManagement
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
jasonwai
TokenVaultManagement
Commits
b429561c
Commit
b429561c
authored
Jun 27, 2023
by
nickchen
🎨
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add: User/ListUsers 翻譯
parent
d823c782
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
1 deletion
+4
-1
ListUsers.zh.resx
...nagement/backstage/Resources/Views/User/ListUsers.zh.resx
+3
-0
ListUsers.cshtml
...en Vault Management/backstage/Views/User/ListUsers.cshtml
+1
-1
No files found.
Merchant Token Vault Management/backstage/Resources/Views/User/ListUsers.zh.resx
View file @
b429561c
...
...
@@ -147,6 +147,9 @@
<data
name=
"User count"
xml:space=
"preserve"
>
<value>
使用者數量
</value>
</data>
<data
name=
"User List"
xml:space=
"preserve"
>
<value>
使用者列表
</value>
</data>
<data
name=
"username"
xml:space=
"preserve"
>
<value>
使用者名稱
</value>
</data>
...
...
Merchant Token Vault Management/backstage/Views/User/ListUsers.cshtml
View file @
b429561c
...
...
@@ -6,7 +6,7 @@
string disabledClass = isAdmin ? "" : "disabled";
}
<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"]" />
@if (TempData["isSuccess"] != null)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment