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
373d0550
Commit
373d0550
authored
Aug 02, 2019
by
ibuler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Update] 修改翻译
parent
13b462b3
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 @
373d0550
...
...
@@ -61,5 +61,7 @@
"font"
:
"字体"
,
"font size"
:
"字体大小"
,
"full screen"
:
"全屏显示"
,
"manual input password"
:
"输入密码"
"please input password"
:
"请输入密码"
,
"username"
:
"用户名"
,
"password"
:
"密码"
}
i18n/zh-CN.json
View file @
373d0550
...
...
@@ -61,5 +61,7 @@
"font"
:
"字体"
,
"font size"
:
"字体大小"
,
"full screen"
:
"全屏显示"
,
"manual input password"
:
"输入密码"
"please input password"
:
"请输入密码"
,
"username"
:
"用户名"
,
"password"
:
"密码"
}
i18n/zh.json
View file @
373d0550
...
...
@@ -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 @
373d0550
<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