modify text
This commit is contained in:
parent
79c323c50a
commit
c2e1fb29eb
|
@ -141,7 +141,7 @@ Add New RPC Setting=添加新 RPC 配置
|
|||
Are you sure you want to remove rpc setting "{{rpcName}}"?=您是否要删除 RPC 设置 "{{rpcName}}"?
|
||||
Global Stat Refresh Interval=全局状态刷新间隔
|
||||
Download Task Refresh Interval=下载任务刷新间隔
|
||||
After Creating A New Task=当创建新任务后
|
||||
Action After Creating New Tasks=创建新任务后执行操作
|
||||
Navigate to Task List Page=转到任务列表页面
|
||||
Navigate to Task Detail Page=转到任务详情页面
|
||||
Supported Placeholder=支持的占位符
|
||||
|
|
|
@ -145,7 +145,7 @@
|
|||
'Are you sure you want to remove rpc setting "{{rpcName}}"?': 'Are you sure you want to remove rpc setting "{{rpcName}}"?',
|
||||
'Global Stat Refresh Interval': 'Global Stat Refresh Interval',
|
||||
'Download Task Refresh Interval': 'Download Task Refresh Interval',
|
||||
'After Creating A New Task': 'After Creating A New Task',
|
||||
'Action After Creating New Tasks': 'Action After Creating New Tasks',
|
||||
'Navigate to Task List Page': 'Navigate to Task List Page',
|
||||
'Navigate to Task Detail Page': 'Navigate to Task Detail Page',
|
||||
'Supported Placeholder': 'Supported Placeholder',
|
||||
|
|
|
@ -117,7 +117,7 @@
|
|||
</div>
|
||||
<div class="row">
|
||||
<div class="setting-key setting-key-without-desc col-sm-4">
|
||||
<span translate>After Creating A New Task</span>
|
||||
<span translate>Action After Creating New Tasks</span>
|
||||
</div>
|
||||
<div class="setting-value col-sm-8">
|
||||
<select class="form-control" style="width: 100%;" ng-model="context.settings.afterCreatingNewTask"
|
||||
|
|
Reference in a new issue