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
565c8b51
Commit
565c8b51
authored
Nov 15, 2018
by
ibuler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[Update] rdp翻译
parent
db4adb67
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
21 additions
and
11 deletions
+21
-11
cn.json
i18n/cn.json
+7
-4
zh-CN.json
i18n/zh-CN.json
+5
-1
zh.json
i18n/zh.json
+7
-4
nav.component.ts
src/app/elements/nav/nav.component.ts
+2
-1
rdpSolutionDialog.html
src/app/elements/nav/rdpSolutionDialog.html
+0
-1
No files found.
i18n/cn.json
View file @
565c8b51
...
...
@@ -50,8 +50,11 @@
"document"
:
"文档"
,
"support"
:
"商业支持"
,
"speed"
:
"速度"
,
"File Manager"
:
"文件管理"
,
"File"
:
"文件管理"
,
"New Connection"
:
"连接"
,
"Connect"
:
"连接"
"file manager"
:
"文件管理"
,
"file"
:
"文件管理"
,
"new connection"
:
"连接"
,
"connect"
:
"连接"
,
"rdp resolution"
:
"RDP分辨率"
,
"set rdp solution"
:
"设置分辨率"
,
"select a solution"
:
"选择分辨率"
}
i18n/zh-CN.json
View file @
565c8b51
...
...
@@ -51,6 +51,10 @@
"support"
:
"商业支持"
,
"speed"
:
"速度"
,
"file manager"
:
"文件管理"
,
"file"
:
"文件管理"
,
"new connection"
:
"连接"
,
"connect"
:
"连接"
"connect"
:
"连接"
,
"rdp resolution"
:
"RDP分辨率"
,
"set rdp solution"
:
"设置分辨率"
,
"select a solution"
:
"选择分辨率"
}
i18n/zh.json
View file @
565c8b51
...
...
@@ -50,8 +50,11 @@
"document"
:
"文档"
,
"support"
:
"商业支持"
,
"speed"
:
"速度"
,
"File Manager"
:
"文件管理"
,
"File"
:
"文件管理"
,
"New Connection"
:
"连接"
,
"Connect"
:
"连接"
"file manager"
:
"文件管理"
,
"file"
:
"文件管理"
,
"new connection"
:
"连接"
,
"connect"
:
"连接"
,
"rdp resolution"
:
"RDP分辨率"
,
"set rdp solution"
:
"设置分辨率"
,
"select a solution"
:
"选择分辨率"
}
src/app/elements/nav/nav.component.ts
View file @
565c8b51
...
...
@@ -365,7 +365,7 @@ export class ChangLanWarningDialogComponent implements OnInit {
templateUrl
:
'rdpSolutionDialog.html'
,
})
export
class
RDPSolutionDialogComponent
implements
OnInit
{
solutions
=
[
'Auto'
,
'1024x768'
,
'1366x768'
,
'1400
*
900'
];
solutions
=
[
'Auto'
,
'1024x768'
,
'1366x768'
,
'1400
x
900'
];
solution
:
string
;
cacheKey
=
'rdpSolution'
;
...
...
@@ -383,6 +383,7 @@ export class RDPSolutionDialogComponent implements OnInit {
onSubmit
()
{
this
.
setSolution
(
this
.
solution
);
this
.
dialogRef
.
close
();
}
onNoClick
():
void
{
...
...
src/app/elements/nav/rdpSolutionDialog.html
View file @
565c8b51
...
...
@@ -5,7 +5,6 @@
placeholder=
"{{'Select a solution'|trans}}"
>
<mat-option
*
ngFor=
"let s of solutions"
value=
"{{s}}"
>
{{s}}
</mat-option>
</mat-select>
<!---->
</mat-form-field>
<div
style=
"float: right"
>
<button
mat-raised-button
(
click
)="
onNoClick
()"
>
{{"Cancel"|trans}}
</button>
...
...
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