modify text
This commit is contained in:
parent
140de46c5d
commit
65175624b7
|
@ -108,7 +108,7 @@
|
|||
<a href="#/waiting"><i class="fa fa-hourglass-half"></i> <span ng-bind="('Waiting' | translate) + (globalStat && globalStat.numWaiting > 0 ? ' (' + globalStat.numWaiting + ')' : '')">Scheduling</span></a>
|
||||
</li>
|
||||
<li data-href-match="/stopped">
|
||||
<a href="#/stopped"><i class="fa fa-stop-circle-o"></i> <span ng-bind="('Stopped' | translate) + (globalStat && globalStat.numStopped > 0 ? ' (' + globalStat.numStopped + ')' : '')">Stopped</span></a>
|
||||
<a href="#/stopped"><i class="fa fa-stop-circle-o"></i> <span ng-bind="('Downloaded / Stopped' | translate) + (globalStat && globalStat.numStopped > 0 ? ' (' + globalStat.numStopped + ')' : '')">Downloaded / Stopped</span></a>
|
||||
</li>
|
||||
<li class="header" translate>Settings</li>
|
||||
<li data-href-match="/settings/ariang">
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
'Download': 'Download',
|
||||
'Downloading': 'Downloading',
|
||||
'Waiting': 'Waiting',
|
||||
'Stopped': 'Stopped',
|
||||
'Downloaded / Stopped': 'Downloaded / Stopped',
|
||||
'Settings': 'Settings',
|
||||
'AriaNg Settings': 'AriaNg Settings',
|
||||
'File Name': 'File Name',
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
'Download': '下载',
|
||||
'Downloading': '正在下载',
|
||||
'Waiting': '正在等待',
|
||||
'Stopped': '已停止',
|
||||
'Downloaded / Stopped': '已完成 / 已停止',
|
||||
'Settings': '系统设置',
|
||||
'AriaNg Settings': 'AriaNg 设置',
|
||||
'File Name': '文件名',
|
||||
|
|
Reference in a new issue