diff --git a/index.html b/index.html
index a8f4757..ae7cf3d 100755
--- a/index.html
+++ b/index.html
@@ -473,31 +473,31 @@
-
- {{download.status}}
+ {{download.status}}
-
- {{download.downloadSpeed | bspeed}}
+ {{download.downloadSpeed | bspeed}}
-
- {{download.uploadSpeed | bspeed}}
+ {{download.uploadSpeed | bspeed}}
-
- {{getEta(download) | time}}
+ {{getEta(download) | time}}
-
- {{download.fmtTotalLength}}
+ {{download.fmtTotalLength}}
-
- {{download.fmtCompletedLength}}
+ {{download.fmtCompletedLength}}
-
- {{getProgress(download)}}%
+ {{getProgress(download)}}%
@@ -506,19 +506,19 @@
-
- {{download.status}}
+ {{download.status}}
-
- {{download.fmtTotalLength}}
+ {{download.fmtTotalLength}}
-
- {{download.fmtCompletedLength}}
+ {{download.fmtCompletedLength}}
-
- {{download.dir}}
+ {{download.dir}}
@@ -527,19 +527,19 @@
-
- {{download.status}}
+ {{download.status}}
-
- {{download.fmtTotalLength}}
+ {{download.fmtTotalLength}}
-
- {{download.fmtCompletedLength}}
+ {{download.fmtCompletedLength}}
-
- {{download.dir}}
+ {{download.dir}}
@@ -549,15 +549,15 @@
-
- {{download.status}}
+ {{download.status}}
-
- {{download.fmtTotalLength}}
+ {{download.fmtTotalLength}}
-
- {{download.dir}}
+ {{download.dir}}
@@ -566,15 +566,15 @@
-
- {{download.status}}
+ {{download.status}}
-
- {{download.fmtTotalLength}}
+ {{download.fmtTotalLength}}
-
- {{download.dir}}
+ {{download.dir}}
@@ -584,15 +584,15 @@
-
- {{getErrorStatus(download.errorCode)}}
+ {{getErrorStatus(download.errorCode)}}
-
- {{download.fmtTotalLength}}
+ {{download.fmtTotalLength}}
-
- {{download.dir}}
+ {{download.dir}}
@@ -611,20 +611,20 @@
- - {{getEta(download) | time}}
- - {{download.fmtTotalLength}}
- - {{download.fmtCompletedLength}}
- - {{download.fmtDownloadSpeed}}
+ - {{getEta(download) | time}}
+ - {{download.fmtTotalLength}}
+ - {{download.fmtCompletedLength}}
+ - {{download.fmtDownloadSpeed}}
- - {{download.fmtUploadSpeed}}
- - {{download.fmtUploadLength}}
+ - {{download.fmtUploadSpeed}}
+ - {{download.fmtUploadLength}}
- {{download.connections}}{{download.numSeeders}}
- - {{download.gid}}
- - {{ '# of' | translate }} {{download.numPieces}}
- - {{ 'Length' | translate }} {{download.fmtPieceLength}}
- - {{download.dir}}
+ - {{download.gid}}
+ - {{ '# of' | translate }} {{download.numPieces}}
+ - {{ 'Length' | translate }} {{download.fmtPieceLength}}
+ - {{download.dir}}
-
diff --git a/js/ctrls/nav.js b/js/ctrls/nav.js
index dd9565b..12a3a35 100644
--- a/js/ctrls/nav.js
+++ b/js/ctrls/nav.js
@@ -98,7 +98,7 @@ angular
modals.invoke(
'settings', _.cloneDeep(settings),
- 'Global Settings', 'Save', function(chsettings) {
+ 'Global Settings', '{{ \'Save\' | translate }}', function(chsettings) {
var sets = {};
var starred = [];
diff --git a/js/translate/en_US.js b/js/translate/en_US.js
index 40324d2..3b2c4e3 100644
--- a/js/translate/en_US.js
+++ b/js/translate/en_US.js
@@ -119,5 +119,18 @@ translations.en_US = {
'To download the latest version of the project, add issues or to contribute back, head on to':
'To download the latest version of the project, add issues or to contribute back, head on to',
'Or you can open the latest version in the browser through': 'Or you can open the latest version in the browser through',
- 'Close': 'Close'
+ 'Close': 'Close',
+// lables
+ 'Download status':'Download status',
+ 'Download Speed':'Download Speed',
+ 'Upload Speed':'Upload Speed',
+ 'Estimated time':'Estimated time',
+ 'Download Size':'Download Size',
+ 'Downloaded':'Downloaded',
+ 'Progress':'Progress',
+ 'Download Path':'Download Path',
+ 'Uploaded':'Uploaded',
+ 'Download GID':'Download GID',
+ 'Number of Pieces':'Number of Pieces',
+ 'Piece Length':'Piece Length'
};
diff --git a/js/translate/template.js b/js/translate/template.js
index 1d1a20a..273f8ad 100644
--- a/js/translate/template.js
+++ b/js/translate/template.js
@@ -133,5 +133,18 @@ translations.en_US = { // replace en_US to ll_CC, examples: zh_CN, de_AT.
'To download the latest version of the project, add issues or to contribute back, head on to':
'',
'Or you can open the latest version in the browser through': '',
- 'Close': ''
+ 'Close': '',
+// lables
+ 'Download status':'',
+ 'Download Speed':'',
+ 'Upload Speed':'',
+ 'Estimated time':'',
+ 'Download Size':'',
+ 'Downloaded':'',
+ 'Progress':'',
+ 'Download Path':'',
+ 'Uploaded':'',
+ 'Download GID':'',
+ 'Number of Pieces':'',
+ 'Piece Length':''
};
diff --git a/js/translate/zh_CN.js b/js/translate/zh_CN.js
index 46c0124..79dfab1 100644
--- a/js/translate/zh_CN.js
+++ b/js/translate/zh_CN.js
@@ -4,7 +4,7 @@ if (typeof translations == 'undefined') {
translations.zh_CN = {
// header
- 'Search': '查找',
+ 'Search': '搜索',
// Nav menu
'Add': '添加',
'By URIs': '使用链接',
@@ -30,16 +30,19 @@ translations.zh_CN = {
'downloads': '下载',
'Language': '语言',
// download filters
- 'Download Filters': '下载过滤器',
+ 'Download Filters': '过滤器',
'Running': '下载中',
- 'Active': '激活',
- 'Waiting': '等待',
+ 'Active': '活动的',
+ 'Waiting': '等待中',
'Complete': '已完成',
- 'Error': '错误',
- 'Paused': '暂停',
+ 'Error': '出错的',
+ 'Paused': '已暂停',
'Removed': '已删除',
'Hide linked meta-data': '隐藏链接的元数据',
- 'Toggle': '确定',
+ 'Displaying': '当前显示了',
+ 'of': '/',
+ 'downloads': '下载',
+ 'Toggle': '反向选择',
'Reset filters': '重置过滤器',
// starred properties
'Quick Access Settings': '快速访问设置',
@@ -116,6 +119,19 @@ translations.zh_CN = {
'To download the latest version of the project, add issues or to contribute back, head on to':
'下载最新版本,反馈问题,请到',
'Or you can open the latest version in browser through': '在线使用请开打',
- 'Close': '关闭'
+ 'Close': '关闭',
+// lables
+ 'Download status':'下载状态',
+ 'Download Speed':'下载速度',
+ 'Upload Speed':'上传速度',
+ 'Estimated time':'剩余时间',
+ 'Download Size':'下载总大小',
+ 'Downloaded':'已下载',
+ 'Progress':'进度',
+ 'Download Path':'下载路径',
+ 'Uploaded':'已上传',
+ 'Download GID':'下载GID',
+ 'Number of Pieces':'块数量',
+ 'Piece Length':'每块大小'
};