Skip to content

Commit

Permalink
feat: Simple Multiple Server Support
Browse files Browse the repository at this point in the history
Add the advanced options to Download Panel
resolve #2
  • Loading branch information
RossWang committed Jan 20, 2018
1 parent 2eb03df commit 19d4b4f
Show file tree
Hide file tree
Showing 13 changed files with 745 additions and 338 deletions.
7 changes: 6 additions & 1 deletion App/_locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@

"UI_save": {
"message": "Save",
"description": "for download pannel"
"description": "for download panel"
},

"UI_saveas": {
Expand All @@ -103,6 +103,11 @@
"description": ""
},

"UI_adv": {
"message": "Advanced",
"description": ""
},

"UI_fileName": {
"message": "File Name",
"description": ""
Expand Down
6 changes: 6 additions & 0 deletions App/_locales/zh_CN/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,12 @@
"description": ""
},


"UI_adv": {
"message": "高级",
"description": ""
},

"UI_fileName": {
"message": "文件名",
"description": ""
Expand Down
6 changes: 6 additions & 0 deletions App/_locales/zh_TW/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,12 @@
"description": ""
},


"UI_adv": {
"message": "進階",
"description": ""
},

"UI_fileName": {
"message": "檔案名稱",
"description": ""
Expand Down
Loading

0 comments on commit 19d4b4f

Please sign in to comment.