fixed more translation bugs
This commit is contained in:
parent
2bc45af72a
commit
8d0019051f
10
index.html
10
index.html
|
@ -545,7 +545,7 @@
|
|||
<ul class="stats pull-left" ng-switch-when="paused">
|
||||
<!-- {{{ paused download statistics -->
|
||||
<li class="label label-info">
|
||||
<span title="{{ 'Download Status' | translate }}"><span class="fa fa-fw fa-pause"> </span> {{download.status}}</span>
|
||||
<span title="{{ 'Download status' | translate }}"><span class="fa fa-fw fa-pause"> </span> {{download.status}}</span>
|
||||
</li>
|
||||
|
||||
<li class="label label-info">
|
||||
|
@ -588,7 +588,7 @@
|
|||
<!-- {{{ complete download statistics -->
|
||||
|
||||
<li class="label label-success">
|
||||
<span title="{{ 'Download Status' | translate }}"><span class="fa fa-fw fa-check-square-o"> </span> {{download.status}}</span>
|
||||
<span title="{{ 'Download status' | translate }}"><span class="fa fa-fw fa-check-square-o"> </span> {{download.status}}</span>
|
||||
</li>
|
||||
|
||||
<li class="label label-success">
|
||||
|
@ -605,7 +605,7 @@
|
|||
<ul class="stats pull-left" ng-switch-when="removed">
|
||||
<!-- {{{ removed download statistics -->
|
||||
<li class="label label-warning">
|
||||
<span title="{{ 'Download Status' | translate }}"><span class="fa fa-fw fa-times"> </span> {{download.status}}</span>
|
||||
<span title="{{ 'Download status' | translate }}"><span class="fa fa-fw fa-times"> </span> {{download.status}}</span>
|
||||
</li>
|
||||
|
||||
<li class="label label-warning">
|
||||
|
@ -650,7 +650,7 @@
|
|||
<canvas bitfield="download.bitfield" draw="!download.collapsed" pieces="download.numPieces" class="progress chunk-canvas" width="1400" chunkbar></canvas>
|
||||
</div>
|
||||
<ul class="stats download-item">
|
||||
<li class="label label-default" title="{{ 'Estimated Time' | translate }}"><i class="fa fa-fw fa-clock-o"> </i> <span class="download-eta">{{getEta(download) | time}}</span></li>
|
||||
<li class="label label-default" title="{{ 'Estimated time' | translate }}"><i class="fa fa-fw fa-clock-o"> </i> <span class="download-eta">{{getEta(download) | time}}</span></li>
|
||||
<li class="label label-default" title="{{ 'Download Size' | translate }}"><i class="fa fa-fw fa-cloud-download"> </i> <span class="download-totalLength">{{download.fmtTotalLength}}</span></li>
|
||||
<li class="label label-default" title="{{ 'Downloaded' | translate }}"><i class="fa fa-fw fa-download"> </i> <span class="download-completedLength">{{download.fmtCompletedLength}}</span></li>
|
||||
<li class="label label-default" title="{{ 'Download Speed' | translate }}"><i class="fa fa-fw fa-arrow-circle-o-down"> </i> <span class="download-downloadSpeed">{{download.fmtDownloadSpeed}}</span></li>
|
||||
|
@ -1137,7 +1137,7 @@ http://ex1.com/f2.mp4 http://ex2.com/f2.mp4 --out=file2.mp4
|
|||
{{ 'To download the latest version of the project, add issues or to contribute back, head on to' | translate }}:<br />
|
||||
<a href="https://github.com/ziahamza/webui-aria2">http://github.com/ziahamza/webui-aria2</a>
|
||||
<br /><br />
|
||||
{{ 'Or you can open the latest version in browser through' | translate }}:<br />
|
||||
{{ 'Or you can open the latest version in the browser through' | translate }}:<br />
|
||||
<a href="http://ziahamza.github.io/webui-aria2">http://ziahamza.github.io/webui-aria2</a>
|
||||
</p>
|
||||
</div>
|
||||
|
|
|
@ -118,7 +118,7 @@ translations.zh_CN = {
|
|||
// about modal
|
||||
'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': '在线使用请开打',
|
||||
'Or you can open the latest version in the browser through': '在线使用请开打',
|
||||
'Close': '关闭',
|
||||
// lables
|
||||
'Download status':'下载状态',
|
||||
|
@ -134,4 +134,3 @@ translations.zh_CN = {
|
|||
'Number of Pieces':'块数量',
|
||||
'Piece Length':'每块大小'
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user