Commit 565c8b51 authored by ibuler's avatar ibuler

[Update] rdp翻译

parent db4adb67
...@@ -50,8 +50,11 @@ ...@@ -50,8 +50,11 @@
"document": "文档", "document": "文档",
"support": "商业支持", "support": "商业支持",
"speed": "速度", "speed": "速度",
"File Manager": "文件管理", "file manager": "文件管理",
"File": "文件管理", "file": "文件管理",
"New Connection": "连接", "new connection": "连接",
"Connect": "连接" "connect": "连接",
"rdp resolution": "RDP分辨率",
"set rdp solution": "设置分辨率",
"select a solution": "选择分辨率"
} }
...@@ -51,6 +51,10 @@ ...@@ -51,6 +51,10 @@
"support": "商业支持", "support": "商业支持",
"speed": "速度", "speed": "速度",
"file manager": "文件管理", "file manager": "文件管理",
"file": "文件管理",
"new connection": "连接", "new connection": "连接",
"connect": "连接" "connect": "连接",
"rdp resolution": "RDP分辨率",
"set rdp solution": "设置分辨率",
"select a solution": "选择分辨率"
} }
...@@ -50,8 +50,11 @@ ...@@ -50,8 +50,11 @@
"document": "文档", "document": "文档",
"support": "商业支持", "support": "商业支持",
"speed": "速度", "speed": "速度",
"File Manager": "文件管理", "file manager": "文件管理",
"File": "文件管理", "file": "文件管理",
"New Connection": "连接", "new connection": "连接",
"Connect": "连接" "connect": "连接",
"rdp resolution": "RDP分辨率",
"set rdp solution": "设置分辨率",
"select a solution": "选择分辨率"
} }
...@@ -365,7 +365,7 @@ export class ChangLanWarningDialogComponent implements OnInit { ...@@ -365,7 +365,7 @@ export class ChangLanWarningDialogComponent implements OnInit {
templateUrl: 'rdpSolutionDialog.html', templateUrl: 'rdpSolutionDialog.html',
}) })
export class RDPSolutionDialogComponent implements OnInit { export class RDPSolutionDialogComponent implements OnInit {
solutions = ['Auto', '1024x768', '1366x768', '1400*900']; solutions = ['Auto', '1024x768', '1366x768', '1400x900'];
solution: string; solution: string;
cacheKey = 'rdpSolution'; cacheKey = 'rdpSolution';
...@@ -383,6 +383,7 @@ export class RDPSolutionDialogComponent implements OnInit { ...@@ -383,6 +383,7 @@ export class RDPSolutionDialogComponent implements OnInit {
onSubmit() { onSubmit() {
this.setSolution(this.solution); this.setSolution(this.solution);
this.dialogRef.close();
} }
onNoClick(): void { onNoClick(): void {
......
...@@ -5,7 +5,6 @@ ...@@ -5,7 +5,6 @@
placeholder="{{'Select a solution'|trans}}" > placeholder="{{'Select a solution'|trans}}" >
<mat-option *ngFor="let s of solutions" value="{{s}}">{{s}}</mat-option> <mat-option *ngFor="let s of solutions" value="{{s}}">{{s}}</mat-option>
</mat-select> </mat-select>
<!---->
</mat-form-field> </mat-form-field>
<div style="float: right"> <div style="float: right">
<button mat-raised-button (click)="onNoClick()">{{"Cancel"|trans}}</button> <button mat-raised-button (click)="onNoClick()">{{"Cancel"|trans}}</button>
......
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