Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
L
luna
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ops
luna
Commits
571b5ecc
Unverified
Commit
571b5ecc
authored
Aug 02, 2019
by
老广
Committed by
GitHub
Aug 02, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #89 from jumpserver/manual
[Update] 修改翻译
parents
7e0de1fd
373d0550
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
6 deletions
+12
-6
cn.json
i18n/cn.json
+3
-1
zh-CN.json
i18n/zh-CN.json
+3
-1
zh.json
i18n/zh.json
+3
-1
manual-password-dialog.html
src/app/elements/asset-tree/manual-password-dialog.html
+3
-3
No files found.
i18n/cn.json
View file @
571b5ecc
...
...
@@ -61,5 +61,7 @@
"font"
:
"字体"
,
"font size"
:
"字体大小"
,
"full screen"
:
"全屏显示"
,
"manual input password"
:
"输入密码"
"please input password"
:
"请输入密码"
,
"username"
:
"用户名"
,
"password"
:
"密码"
}
i18n/zh-CN.json
View file @
571b5ecc
...
...
@@ -61,5 +61,7 @@
"font"
:
"字体"
,
"font size"
:
"字体大小"
,
"full screen"
:
"全屏显示"
,
"manual input password"
:
"输入密码"
"please input password"
:
"请输入密码"
,
"username"
:
"用户名"
,
"password"
:
"密码"
}
i18n/zh.json
View file @
571b5ecc
...
...
@@ -61,5 +61,7 @@
"font"
:
"字体"
,
"font size"
:
"字体大小"
,
"full screen"
:
"全屏显示"
,
"manual input password"
:
"输入密码"
"please input password"
:
"请输入密码"
,
"username"
:
"用户名"
,
"password"
:
"密码"
}
src/app/elements/asset-tree/manual-password-dialog.html
View file @
571b5ecc
<h1
mat-dialog-title
>
{{"
Manual
input password"|trans}}
</h1>
<h1
mat-dialog-title
>
{{"
Please
input password"|trans}}
</h1>
<mat-form-field
style=
"width: 100%"
>
<input
matInput
placeholder=
"
Username
"
[(
ngModel
)]="
data
.
username
"
>
<input
matInput
placeholder=
"
{{'Username'|trans}}
"
[(
ngModel
)]="
data
.
username
"
>
</mat-form-field>
<mat-form-field
style=
"width: 100%"
>
<input
matInput
[
type
]="'
password
'"
[(
ngModel
)]="
data
.
password
"
[
formControl
]="
PasswordControl
"
placeholder=
"
Password
"
>
<input
matInput
[
type
]="'
password
'"
[(
ngModel
)]="
data
.
password
"
[
formControl
]="
PasswordControl
"
placeholder=
"
{{'Password'|trans}}
"
>
</mat-form-field>
<div
style=
"float: right"
>
...
...
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