modify word
This commit is contained in:
parent
7c09d29f9e
commit
ce176af552
|
@ -184,7 +184,7 @@ Https=Https
|
||||||
WebSocket=WebSocket
|
WebSocket=WebSocket
|
||||||
WebSocket (Disabled)=WebSocket (禁用)
|
WebSocket (Disabled)=WebSocket (禁用)
|
||||||
WebSocket (Security)=WebSocket (安全)
|
WebSocket (Security)=WebSocket (安全)
|
||||||
Http and WebSocket would be disabled when navigating AriaNg via Https.=使用 Https 访问 AriaNg 时,Http 和 WebSocket 将被禁用.
|
Http and WebSocket would be disabled when accessing AriaNg via Https.=使用 Https 访问 AriaNg 时,Http 和 WebSocket 将被禁用.
|
||||||
POST=POST
|
POST=POST
|
||||||
GET=GET
|
GET=GET
|
||||||
Disabled=禁用
|
Disabled=禁用
|
||||||
|
|
|
@ -184,7 +184,7 @@ Https=Https
|
||||||
WebSocket=WebSocket
|
WebSocket=WebSocket
|
||||||
WebSocket (Disabled)=WebSocket (禁用)
|
WebSocket (Disabled)=WebSocket (禁用)
|
||||||
WebSocket (Security)=WebSocket (安全)
|
WebSocket (Security)=WebSocket (安全)
|
||||||
Http and WebSocket would be disabled when navigating AriaNg via Https.=使用 Https 訪問 AriaNg 時,Http 和 WebSocket 將被禁用.
|
Http and WebSocket would be disabled when accessing AriaNg via Https.=使用 Https 訪問 AriaNg 時,Http 和 WebSocket 將被禁用.
|
||||||
POST=POST
|
POST=POST
|
||||||
GET=GET
|
GET=GET
|
||||||
Disabled=禁用
|
Disabled=禁用
|
||||||
|
|
|
@ -188,7 +188,7 @@
|
||||||
'WebSocket': 'WebSocket',
|
'WebSocket': 'WebSocket',
|
||||||
'WebSocket (Disabled)': 'WebSocket (Disabled)',
|
'WebSocket (Disabled)': 'WebSocket (Disabled)',
|
||||||
'WebSocket (Security)': 'WebSocket (Security)',
|
'WebSocket (Security)': 'WebSocket (Security)',
|
||||||
'Http and WebSocket would be disabled when navigating AriaNg via Https.': 'Http and WebSocket would be disabled when navigating AriaNg via Https.',
|
'Http and WebSocket would be disabled when accessing AriaNg via Https.': 'Http and WebSocket would be disabled when accessing AriaNg via Https.',
|
||||||
'POST': 'POST',
|
'POST': 'POST',
|
||||||
'GET': 'GET',
|
'GET': 'GET',
|
||||||
'Disabled': 'Disabled',
|
'Disabled': 'Disabled',
|
||||||
|
|
|
@ -172,7 +172,7 @@
|
||||||
<span translate>Aria2 RPC Protocol</span>
|
<span translate>Aria2 RPC Protocol</span>
|
||||||
<span class="asterisk">*</span>
|
<span class="asterisk">*</span>
|
||||||
<i class="icon-primary fa fa-question-circle" ng-tooltip-container="body" ng-tooltip-placement="top"
|
<i class="icon-primary fa fa-question-circle" ng-tooltip-container="body" ng-tooltip-placement="top"
|
||||||
ng-tooltip="{{'Http and WebSocket would be disabled when navigating AriaNg via Https.' | translate}}"></i>
|
ng-tooltip="{{'Http and WebSocket would be disabled when accessing AriaNg via Https.' | translate}}"></i>
|
||||||
</div>
|
</div>
|
||||||
<div class="setting-value col-sm-8">
|
<div class="setting-value col-sm-8">
|
||||||
<select class="form-control" style="width: 100%;" ng-model="setting.protocol" ng-change="updateRpcSetting(setting, 'protocol')">
|
<select class="form-control" style="width: 100%;" ng-model="setting.protocol" ng-change="updateRpcSetting(setting, 'protocol')">
|
||||||
|
|
Reference in a new issue