Commit 373d0550 authored by ibuler's avatar ibuler

[Update] 修改翻译

parent 13b462b3
...@@ -61,5 +61,7 @@ ...@@ -61,5 +61,7 @@
"font": "字体", "font": "字体",
"font size": "字体大小", "font size": "字体大小",
"full screen": "全屏显示", "full screen": "全屏显示",
"manual input password": "输入密码" "please input password": "请输入密码",
"username": "用户名",
"password": "密码"
} }
...@@ -61,5 +61,7 @@ ...@@ -61,5 +61,7 @@
"font": "字体", "font": "字体",
"font size": "字体大小", "font size": "字体大小",
"full screen": "全屏显示", "full screen": "全屏显示",
"manual input password": "输入密码" "please input password": "请输入密码",
"username": "用户名",
"password": "密码"
} }
...@@ -61,5 +61,7 @@ ...@@ -61,5 +61,7 @@
"font": "字体", "font": "字体",
"font size": "字体大小", "font size": "字体大小",
"full screen": "全屏显示", "full screen": "全屏显示",
"manual input password": "输入密码" "please input password": "请输入密码",
"username": "用户名",
"password": "密码"
} }
<h1 mat-dialog-title>{{"Manual input password"|trans}}</h1> <h1 mat-dialog-title>{{"Please input password"|trans}}</h1>
<mat-form-field style="width: 100%"> <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>
<mat-form-field style="width: 100%"> <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> </mat-form-field>
<div style="float: right"> <div style="float: right">
......
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