-
Notifications
You must be signed in to change notification settings - Fork 13
/
app_zh.arb
602 lines (602 loc) · 20.9 KB
/
app_zh.arb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
{
"@@locale": "zh",
"clickToAddServer": "点击添加服务器",
"selectMode": "多选模式",
"selectTorrentCount": "{count,plural, other{{count}个种子}}",
"@selectTorrentCount": {
"placeholders": {
"count": {
}
}
},
"listEmpty": "没有种子",
"connectTimeout": "网络连接超时了,请检查网络",
"serverError": "服务器返回",
"connectError": "网络连接失败,请检查网络",
"rename": "重命名",
"newNameHint": "请输入新名称",
"changeSavePath": "更改保存位置",
"newSavePathHint": "请输入新位置",
"addedOn": "添加时间",
"name": "名称",
"size": "大小",
"state": "状态",
"dlSpeed": "下载速度",
"upSpeed": "上传速度",
"eta": "剩余时间",
"ratio": "分享率",
"torrentLinkLabel": "种子文件的链接",
"torrentFileLabel": "种子文件",
"torrentLinkHint": "http://, https://, magnet: and bc://bt/ 链接, 每行一个",
"autoTmm": "自动管理Torrent",
"savePath": "保存路径",
"fullSetting": "显示完整设置",
"cancel": "取消",
"confirm": "确定",
"noLinkTips": "请输入种子链接",
"category": "分类",
"cookie": "Cookie",
"renameTorrent": "重命名Torrent",
"limitDownloadSpeed": "限制下载速度",
"limitUploadSpeed": "限制上传速度",
"autoStartDownload": "自动开始下载",
"keepTopLevelFolder": "保留顶层文件夹",
"skipHashCheck": "跳过哈希校验",
"downloadInSequentialOrder": "按顺序下载",
"downloadFirstAndLastPiecesFirst": "先下载首尾文件块",
"deleteTorrentDialogTittle": "删除选中的种子",
"deleteTorrentDialogMessage": "{count,plural, other{确定删除{count}个种子吗?}}",
"@deleteTorrentDialogMessage": {
"placeholders": {
"count": {
}
}
},
"alsoDeleteFile": "同时删除文件",
"noServer": "未添加服务器",
"addServer": "添加服务器",
"manageServer": "管理服务器",
"appSetting": "应用设置",
"setCategoryDialogTittle": "设置分类",
"editCategory": "编辑分类",
"downloadedInHomeList": "{completed} (共{totalSize})",
"@downloadedInHomeList": {
"placeholders": {
"completed": {
"type": "String"
},
"totalSize": {
"type": "String"
}
}
},
"uploadedInHomeList": "{uploaded} (分享率: {ratio})",
"@uploadedInHomeList": {
"placeholders": {
"uploaded": {
"type": "String"
},
"ratio": {
"type": "String"
}
}
},
"unknown": "未知",
"addCategory": "添加分类",
"addCategoryHint": "输入分类名",
"addCategorySavePathHint": "默认留空",
"manageCategory": "管理分类",
"deleteCategoryMessage": "确定要删除该分类吗?",
"deleteSuccessTips": "删除成功",
"addSuccessTips": "添加成功",
"operationSuccessTips": "操作成功",
"info": "信息",
"files": "文件",
"trackers": "服务器",
"peers": "节点",
"torrentInformation": "种子信息",
"totalSizeTitle": "总计大小",
"totalSizeInfo": "{totalSize} ({piecesNum}个{pieceSize}的块)",
"@totalSizeInfo": {
"placeholders": {
"totalSize": {
"type": "String"
},
"piecesNum": {
},
"pieceSize": {
"type": "String"
}
}
},
"savePathTitle": "保存位置",
"createDateTitle": "创建时间",
"creatorTitle": "创建者",
"transfer": "传输",
"totalDownloadedTitle": "已下载",
"totalUploadedTitle": "已上传",
"totalWastedTitle": "损耗",
"averageDownloadSpeedTitle": "平均下载速度",
"averageUploadSpeedTitle": "平均上传速度",
"shareRatioTitle": "分享率",
"optionTitle": "选项",
"priorityTitle": "优先级",
"downloadSpeedLimit": "限制下载",
"upSpeedLimit": "限制上传",
"ratioLimit": "分享率限制",
"seedingTimeLimit": "做种时间限制",
"useGlobalSetting": "使用全局设置",
"noLimit": "不限制",
"customize": "自定义",
"minuteHint": "分钟",
"dates": "日期",
"addedDateTitle": "添加于",
"completedDateTitle": "完成时间",
"elapsedDateTitle": "持续时间",
"timeElapsed": "运行时间",
"downLoadTimeTitle": "下载时间",
"seedingTimeTitle": "做种时间",
"etaTitle": "剩余时间",
"noPeersTips": "没有节点",
"client": "客户端",
"connection": "连接",
"flags": "标志",
"downloaded": "已下载",
"uploaded": "已上传",
"progress": "进度",
"relevance": "文件关联",
"tierInfo": "层级 {tier}",
"@tierInfo": {
"placeholders": {
"tier": {
"type": "String"
}
}
},
"status": "状态",
"peersNumTitle": "节点数",
"seedsNumTitle": "种子数",
"leechesNumTitle": "下载数",
"downloadedNumTitle": "已下载",
"messageTitle": "消息",
"disabledStatus": "已禁用",
"notContactedStatus": "未联系",
"workingStatus": "工作中",
"updatingStatus": "正在更新",
"notWorkingStatus": "未工作",
"editServer": "编辑服务器",
"serverName": "服务器名称",
"host": "主机名或IP地址",
"port": "端口",
"path": "路径",
"pathHint": "默认留空",
"trustCertificates": "信任自签名的SSL证书",
"userName": "用户名",
"password": "密码",
"testServer": "测试",
"serverAlreadyExistsTips": "服务器已存在",
"inputServerNameTips": "请输入服务器名称",
"inputHostTips": "请输入主机名或IP地址",
"inputPortTips": "请输入端口",
"inputUserNameTips": "请输入用户名",
"inputPasswordTips": "请输入密码",
"configNotSaveDialogTitle": "配置未保存",
"configNotSaveDialogMessage": "配置还未保存,确定要退出吗?",
"deleteServerDialogTitle": "删除服务器",
"deleteServerDialogMessage": "确定要删除该服务器吗?",
"testServerSuccessTips": "配置正确",
"testServerFailTips": "配置错误",
"serverPreferences": "服务器选项",
"globalSpeedLimits": "全局速度限制",
"alternativeSpeedLimits": "备用速度限制",
"saveSuccessTips": "保存成功",
"refreshInterval": "刷新间隔",
"refreshIntervalInfo": "{interval,plural, other{{interval} 秒}}",
"@refreshIntervalInfo": {
"placeholders": {
"interval": {
}
}
},
"preferences": "设置",
"updateInterval": "自动刷新间隔",
"updateIntervalSubtitle": "种子列表自动刷新间隔",
"servers": "服务器",
"serversSubtitle": "添加或删除服务器",
"autoManageTorrent": "自动管理Torrent",
"autoManageTorrentOnSubtitle": "添加种子时默认勾选\"自动管理Torrent\"",
"autoManageTorrentOffSubtitle": "添加种子时不勾选\"自动管理Torrent\"",
"showNationalFlag": "显示国旗",
"showNationalFlagOnSubtitle": "节点列表显示国旗",
"showNationalFlagOffSubtitle": "节点列表显示国名",
"expandFileList": "展开文件列表",
"expandFileListOnSubtitle": "文件列表默认展开",
"expandFileListOffSubtitle": "文件列表默认收起",
"switchServerWhenAddTorrent": "添加种子时切换服务器",
"switchServerWhenAddTorrentOnSubtitle": "添加种子的弹框可以切换服务器",
"switchServerWhenAddTorrentOffSubtitle": "添加种子的弹框不可以切换服务器",
"version": "版本号",
"formatDay": "天",
"formatHour": "小时",
"formatMinute": "分钟",
"formatSecond": "秒",
"filterAll": "全部",
"filterActive": "活跃",
"filterDownloading": "下载中",
"filterSeeding": "做种中",
"filterPaused": "已暂停",
"filterCompleted": "已完成",
"actionPause": "暂停",
"actionResume": "开始",
"actionCopyMagnetLink": "复制磁力链接",
"actionForceRecheck": "强制重新校验",
"actionForceReannounce": "强制重新汇报",
"actionForceStart": "强制开始",
"actionRename": "重命名",
"actionSetSavePath": "更改保存位置",
"actionSetCategory": "更改分类",
"actionLimitSpeed": "限制速度",
"limitSpeedDialogTittle": "限制速度",
"actionLimitShare": "限制分享",
"limitShareDialogTittle": "限制分享",
"actionPriority": "队列优先级",
"actionPriorityIncrease": "增加优先级",
"actionPriorityDecrease": "减少优先级",
"actionPriorityMaximal": "最大优先级",
"actionPriorityMinimal": "最小优先级",
"darkMode": "夜间模式",
"addServerFirstTips": "请先添加服务器",
"copiedToClipboardTips": "已复制到剪贴板",
"noMagnetLinkTips": "该种子没有磁力链接",
"darkModeFollowSystem": "夜间模式跟随系统",
"darkModeFollowSystemOnTips": "系统使用暗黑模式时应用也使用夜间模式",
"darkModeFollowSystemOffTips": "应用使用独立设置",
"defaultStr": "默认",
"ipAddress": "IP地址",
"country": "国家",
"upload": "上传",
"download": "下载",
"superSeeding": "超级做种模式",
"forceStart": "强制开始",
"noCategoryTips": "没有分类",
"serverInfoDialogTittle": "服务器信息",
"apiVersion": "API版本",
"applicationVersion": "应用版本",
"buildInfo": "构建信息",
"freeSpace": "剩余空间",
"dht": "DHT",
"nodes": "节点",
"queueing": "队列",
"queueingTrue": "已启用",
"queueingFalse": "未启用",
"addNewPeers": "添加新节点",
"copyPeer": "复制IP端口",
"banPeer": "永久禁止用户",
"inputPeersHint": "格式: IPv4:port / [IPv6]:port, 每个IP一行",
"noInputPeersTips": "请输入节点列表",
"addNewTrackers": "添加新 Tracker 服务器",
"copyTracker": "复制 Tracker Url",
"editTracker": "编辑 Tracker Url",
"removeTracker": "删除 Tracker",
"editUrlTitle": "编辑 Url",
"editUrlHint": "新 Url",
"inputTrackersHint": "要添加的 tracker 列表(每行一个)",
"noInputTrackersTips": "请输入 tracker 列表",
"doNotDownload": "不下载",
"normalPriority": "正常优先级",
"highPriority": "高优先级",
"maximalPriority": "最高优先级",
"copyFileName": "复制文件名",
"bestApiTips": "在 Api 2.6.1 及以上版本上能获得最佳体验",
"searchHint": "过滤当前列表",
"server": "服务器",
"contentLayout": "内容布局",
"contentLayoutOriginal": "原始",
"contentLayoutSubfolder": "创建子文件夹",
"contentLayoutNoSubfolder": "不创建子文件夹",
"rss": "RSS",
"date": "日期",
"downloadTorrent": "下载种子",
"openUrl": "打开 Url",
"cannotOpenUrlTips": "无法打开链接: {url}",
"@cannotOpenUrlTips": {
"placeholders": {
"url": {
"type": "String"
}
}
},
"unread": "未读",
"emptyList": "空",
"selectedItemCount": "{count,plural, other{{count}个项目}}",
"@selectedItemCount": {
"placeholders": {
"count": {
}
}
},
"newSubscription": "新订阅",
"newSubscriptionTitle": "请输入RSS订阅地址",
"feedUrlHint": "订阅源 Url",
"updateSuccess": "更新成功",
"autoUpdateRss": "自动更新RSS",
"autoUpdateRssOnSubtitle": "进入RSS页面时自动更新RSS项目",
"autoUpdateRssOffSubtitle": "用户点击更新",
"fastStartDownload": "快速开始下载",
"fastStartDownloadOnSubtitle": "不显示下载弹框,直接开始下载",
"fastStartDownloadOffSubtitle": "始终显示下载弹框",
"translator": "译者",
"update": "更新",
"updateAll": "全部更新",
"markItemsRead": "标记为已读",
"copyFeedUrl": "复制订阅源 Url",
"delete": "删除",
"deleteRssDialogMessage": "您确定要删除所选的 RSS 订阅吗?",
"newFeedNameHint": "新订阅源名称",
"rememberDownloadSetting": "记住下载设置",
"rememberDownloadSettingOnSubtitle": "记住下载弹框中的选项",
"rememberDownloadSettingOffSubtitle": "不记住下载弹框中的选项",
"piecesTitle": "区块",
"piecesInfo": "{piecesNum} × {pieceSize} (已完成 {pieceHave})",
"@piecesInfo": {
"placeholders": {
"piecesNum": {
},
"pieceSize": {
"type": "String"
},
"pieceHave": {
}
}
},
"completedOnTitle": "完成于",
"createdOnTitle": "创建于",
"torrentHashTitle": "Torrent 哈希值",
"commentTitle": "注释",
"timeActiveTitle": "活动时间",
"connectionsTitle": "连接",
"connectionsInfo": "{connectionsNum} (最大 {connectionsLimit})",
"@connectionsInfo": {
"placeholders": {
"connectionsNum": {
},
"connectionsLimit": {
}
}
},
"transferInfo": "{transferred} (本次会话 {transferredInSession})",
"@transferInfo": {
"placeholders": {
"transferred": {
},
"transferredInSession": {
}
}
},
"seedsOrPeersInfo": "{seedsOrPeers} (总计 {totalSeedsOrPeers})",
"@seedsOrPeersInfo": {
"placeholders": {
"seedsOrPeers": {
},
"totalSeedsOrPeers": {
}
}
},
"speedInfo": "{speed} (平均 {speedAvg})",
"@speedInfo": {
"placeholders": {
"speed": {
},
"speedAvg": {
}
}
},
"reannounceInTitle": "下次汇报",
"lastSeenCompleteTitle": "最后完整可见",
"byte": "B",
"kib": "KB",
"mib": "MB",
"gib": "GB",
"tib": "TB",
"bytePerSec": "B/s",
"kibPerSec": "KB/s",
"mibPerSec": "MB/s",
"gibPerSec": "GB/s",
"tibPerSec": "TB/s",
"remaining": "剩余",
"resumeAll": "全部恢复",
"pauseAll": "全部暂停",
"sort": "排序",
"addNewTorrent": "添加新种子",
"addFromLink": "从链接添加",
"addFromFile": "从文件添加",
"toggleSpeedLimit": "切换速度限制",
"toggleSelectAll": "切换全选",
"save": "保存",
"toggleVisibility": "切换可见性",
"searchNewTorrentHint": "搜索",
"searchEngine": "搜索引擎",
"searchOption": "搜索选项",
"searchPlugin": "搜索插件",
"onlyEnabled": "仅启用的",
"allPlugins": "所有插件",
"allCategories": "所有分类",
"categoryAnime": "动漫",
"categoryBooks": "书籍",
"categoryGames": "游戏",
"categoryMovies": "电影",
"categoryMusic": "音乐",
"categorySoftware": "软件",
"categoryTv": "电视节目",
"searchPlugins": "搜索插件",
"installPlugin": "安装插件",
"uninstallPlugin": "卸载插件",
"installPluginHint": " Url或本地目录",
"url": "Url",
"uninstallPluginMessage": "确定要卸载此插件吗?",
"stopSearch": "停止搜索",
"manageSearchPlugins": "管理搜索插件",
"enableRss": "启用RSS",
"enableRssOnSubtitle": "启用RSS管理功能",
"enableRssOffSubtitle": "禁用RSS管理功能",
"enableSearch": "启用搜索功能",
"enableSearchOnSubtitle": "启用远程搜索。警告:从远端搜索引擎下载种子时,请确保遵守您所在国家/地区的版权法。",
"enableSearchOffSubtitle": "禁用远程搜索。警告:从远端搜索引擎下载种子时,请确保遵守您所在国家/地区的版权法。",
"uncategorized": "未分类",
"allTimeUpload": "历史上传",
"allTimeDownload": "历史下载",
"allTimeShareRatio": "历史分享率",
"sessionWaste": "本次会话丢弃",
"connectedPeers": "连接用户",
"readCacheHits": "读缓存命中率",
"totalBufferSize": "总缓冲大小",
"writeCacheOverload": "写入缓存超负荷",
"readCacheOverload": "读取缓存超负荷",
"queuedIoJobs": "队列的 I/O 任务",
"averageTimeInQueue": "在队列的平均时间",
"totalQueuedSize": "总队列大小",
"searchHistory": "搜索历史",
"noSearchHistory": "没有搜索历史",
"clearSearchHistory": "清空搜索历史",
"deleteFilesByDefault": "默认删除文件",
"deleteFilesByDefaultOnSubtitle": "删除种子时默认删除文件",
"deleteFilesByDefaultOffSubtitle": "删除种子时默认不删除文件",
"filterInactive": "空闲",
"filterResumed": "恢复",
"filterStalled": "暂停",
"filterStalledUploading": "上传已暂停",
"filterStalledDownloading": "下载已暂停",
"filterErrored": "错误",
"statusFilters": "状态筛选",
"statusFiltersSubtitle": "选择要显示的状态筛选项",
"downloadingMetadata": "下载元数据",
"forcedDl": "[F] 下载",
"forcedUp": "[F] 做种",
"queued": "排队",
"checking": "校验中",
"queuedForChecking": "排队等待校验",
"checkingResumeData": "校验恢复数据",
"moving": "移动中",
"missingFiles": "丢失文件",
"formatYear": "年",
"useStatusIcon": "使用新的种子列表图标",
"useStatusIconOnSubtitle": "种子列表使用不同图标来区分种子状态",
"useStatusIconOffSubtitle": "种子列表使用默认图标",
"showSearchOnAdd": "在\"添加\" 按钮上显示搜索",
"showSearchOnAddOnSubtitle": "在\"添加\" 按钮上显示搜索,而不是在侧边栏里",
"showSearchOnAddOffSubtitle": "在侧边栏里显示搜索",
"searchIn": "在以下位置搜索",
"everywhere": "任意位置",
"torrentNamesOnly": "仅Torrent名称",
"filter": "过滤器",
"filterResult": "结果 (显示 {filterResult} ,总计 {totalResult})",
"@filterResult": {
"placeholders": {
"filterResult": {
},
"totalResult": {
}
}
},
"clearInput": "清空输入",
"millisecond": "ms",
"copy": "复制",
"magnetLink": "磁力链接",
"useTransparentNaviBar": "使用透明导航栏",
"useTransparentNaviBarOnSubtitle": "让导航栏透明,在部分设备上没有效果",
"useTransparentNaviBarOffSubtitle": "使用默认设置",
"notifyWhenDownloadComplete": "下载完成时通知",
"notifyWhenDownloadCompleteSubtitle": "会在后台持续刷新列表",
"backgroundRefreshInterval": "后台刷新间隔",
"backgroundRefreshIntervalSubtitle": "后台种子列表刷新间隔",
"backgroundServiceNotice": "后台刷新服务正在运行",
"downloadComplete": "下载完成",
"backgroundServiceName": "后台刷新服务",
"loginFailed": "登录失败",
"addTorrentFailed": "添加种子失败",
"notification": "通知",
"search": "搜索",
"appearance": "外观",
"advanced": "高级",
"about": "关于",
"resumeAllTorrentsTips": "确定开始所有种子吗?",
"pauseAllTorrentsTips": "确定暂停所有种子吗?",
"backupOrRestore": "备份/恢复",
"backupConfig": "备份配置",
"backupConfigSubtitle": "将选择的配置备份到文件",
"restoreConfig": "恢复配置",
"restoreConfigSubtitle": "从文件恢复配置",
"chooseFilePath": "选择文件路径",
"backupSuccess": "备份成功",
"backupFailed": "备份失败",
"restoreSuccess": "恢复成功,请重启应用",
"restoreFailed": "恢复失败",
"serverPushTitle": "服务器推送(实验性功能)",
"serverPushSubtitle": "下载完成时通知使用服务器推送",
"generateOrInputUser": "没有用户,你可以[创建]用户或[输入]现有用户",
"inputUser": "输入用户",
"inputUserHint": "输入现有用户",
"unregister": "注销",
"unregisterMessage": "您确定要注销吗?这会将当前设备从你的设备列表中移除,如果这是您的最后一台设备,那么您的用户将被注销",
"retry": "重试",
"getTokenFailed": "无法获取设备信息",
"generatingUser": "正在生成用户",
"generateUserSuccess": "生成用户成功",
"generateUserFailed": "生成用户失败",
"unregistering": "正在注销",
"unregisterUserSuccess": "注销用户成功",
"unregisterUserFailed": "注销用户失败",
"bindingUser": "绑定用户",
"bindingUserSuccess": "绑定用户成功",
"bindingUserFailed": "绑定用户失败",
"notInputUserTips": "请输入现有用户",
"howToUseServerPush": "如何使用",
"backToHomepage": "返回首页",
"none": "无",
"theme": "主题",
"themeSubtitle": "选择主题色",
"userStatistics": "用户统计",
"cacheStatistics": "缓存统计",
"performanceStatistics": "性能统计",
"serverLog": "服务器日志",
"viewServerLog": "查看服务器日志",
"noMoreData": "没有更多数据了",
"loadFailed": "加载失败",
"actionExportTorrent": "导出.torrent",
"torrentExported": "{count}个.torrent文件已导出到Download文件夹",
"@torrentExported": {
"placeholders": {
"count": {
}
}
},
"amoledThemeTitle": "AMOLED主题",
"amoledThemeSubtitle": "更暗的夜间模式背景",
"allFilters": "全部过滤器",
"inUse": "使用中",
"addNew": "新增",
"tags": "标签",
"untagged": "无标签",
"manageTags": "管理标签",
"setTags": "设置标签",
"customHeaders": "自定义标头",
"customHeadersSubtitle": "管理此服务器的自定义标头。您添加的每个标头都将被添加到每个API请求中。",
"noCustomHeaders": "无自定义标头",
"addNewHeader": "添加新标头",
"customHeader": "自定义标头",
"headerType": "标头类型",
"custom": "自定义",
"cloudflareClientId": "Cloudflare:客户端ID",
"cloudflareSecret": "Cloudflare:密钥",
"headerKey": "标头键",
"headerValue": "标头值",
"keyExistsTips": "键已存在",
"inputKeyAndValueTips": "请输入键和值",
"pasteToKey": "粘贴到键",
"pasteToValue": "粘贴到值",
"deleteHeaderTips": "您确定吗?",
"copyHeadersTips": "或从另一个服务器[复制所有标头]",
"noServerToCopyTips": "没有可供复制的其他服务器的自定义标头",
"copyFromTitle": "复制自",
"inactiveSeedingTimeLimit": "不活跃做种时间限制"
}