-
Notifications
You must be signed in to change notification settings - Fork 788
Expand file tree
/
Copy pathlang_zh_CN.json
More file actions
1155 lines (1155 loc) · 94.5 KB
/
lang_zh_CN.json
File metadata and controls
1155 lines (1155 loc) · 94.5 KB
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
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"Operation in progress": "操作正在进行中",
"Please wait...": "请稍候……",
"Success!": "成功!",
"Failed": "失败",
"An error occurred while processing this package": "处理此软件包时出现错误",
"Log in to enable cloud backup": "登录以启用云备份",
"Backup Failed": "备份失败",
"Downloading backup...": "正在下载备份...",
"An update was found!": "发现更新!",
"{0} can be updated to version {1}": "{0} 可更新至版本 {1}",
"Updates found!": "发现更新!",
"{0} packages can be updated": "可以更新 {0} 个软件包",
"You have currently version {0} installed": "您当前已安装版本 {0}",
"Desktop shortcut created": "已创建桌面快捷方式",
"UniGetUI has detected a new desktop shortcut that can be deleted automatically.": "UniGetUI 检测到可以自动删除的新桌面快捷方式。",
"{0} desktop shortcuts created": "已创建 {0} 个桌面快捷方式",
"UniGetUI has detected {0} new desktop shortcuts that can be deleted automatically.": "UniGetUI 已检测到有 {0} 个新的桌面快捷方式可被自动删除。",
"Are you sure?": "您确定要进行吗?",
"Do you really want to uninstall {0}?": "您确定要卸载 {0} 吗?",
"Do you really want to uninstall the following {0} packages?": "您确定要卸载以下 {0} 个软件包吗?",
"No": "否",
"Yes": "是",
"View on UniGetUI": "在 UniGetUI 中查看",
"Update": "更新",
"Open UniGetUI": "打开 UniGetUI",
"Update all": "全部更新",
"Update now": "立刻更新",
"This package is on the queue": "此软件包已在队列中",
"installing": "正在安装",
"updating": "正在更新",
"uninstalling": "正在卸载",
"installed": "已安装",
"Retry": "重试",
"Install": "安装",
"Uninstall": "卸载",
"Open": "打开",
"Operation profile:": "操作配置文件:",
"Follow the default options when installing, upgrading or uninstalling this package": "安装、升级或卸载此软件包时遵循默认选项",
"The following settings will be applied each time this package is installed, updated or removed.": "每次安装、更新或移除此软件包时都会应用以下设置。",
"Version to install:": "安装版本:",
"Architecture to install:": "安装架构:",
"Installation scope:": "安装范围:",
"Install location:": "安装位置:",
"Select": "选择",
"Reset": "重置",
"Custom install arguments:": "自定义安装参数:",
"Custom update arguments:": "自定义更新参数:",
"Custom uninstall arguments:": "自定义卸载参数:",
"Pre-install command:": "安装前命令:",
"Post-install command:": "安装后命令:",
"Abort install if pre-install command fails": "如果安装前命令失败,则中止安装操作",
"Pre-update command:": "更新前命令:",
"Post-update command:": "更新后命令:",
"Abort update if pre-update command fails": "如果更新前命令失败,则中止更新操作",
"Pre-uninstall command:": "卸载前命令:",
"Post-uninstall command:": "卸载后命令:",
"Abort uninstall if pre-uninstall command fails": "如果卸载前命令失败,则中止卸载操作",
"Command-line to run:": "运行命令行:",
"Save and close": "保存并关闭",
"General": "常规",
"Architecture & Location": "架构和位置",
"Command-line": "命令行",
"Pre/Post install": "安装前/后",
"Run as admin": "以管理员身份运行",
"Interactive installation": "交互式安装",
"Skip hash check": "跳过哈希校验",
"Uninstall previous versions when updated": "更新时卸载旧版本",
"Skip minor updates for this package": "忽略此软件包的小幅更新",
"Automatically update this package": "自动更新此软件包",
"{0} installation options": "{0} 安装选项",
"Latest": "最新",
"PreRelease": "预发布",
"Default": "默认",
"Manage ignored updates": "管理已忽略更新",
"The packages listed here won't be taken in account when checking for updates. Double-click them or click the button on their right to stop ignoring their updates.": "检查更新时,此处列出的软件包将会被忽略。双击它们或点击其右侧的按钮可不再忽略其更新。",
"Reset list": "重置列表",
"Do you really want to reset the ignored updates list? This action cannot be reverted": "您确定要重置已忽略更新列表吗?此操作无法撤销",
"No ignored updates": "没有已忽略的更新",
"Package Name": "软件包名称",
"Package ID": "软件包 ID",
"Ignored version": "已忽略版本",
"New version": "新版本",
"Source": "来源",
"All versions": "所有版本",
"Unknown": "未知",
"Up to date": "已是最新",
"Cancel": "取消",
"Administrator privileges": "管理员权限",
"This operation is running with administrator privileges.": "此操作正以管理员权限运行。",
"Interactive operation": "交互式操作",
"This operation is running interactively.": "此操作正处于交互式运行。",
"You will likely need to interact with the installer.": "您可能需要与安装程序交互。",
"Integrity checks skipped": "已跳过完整性检查",
"Integrity checks will not be performed during this operation.": "此操作期间不会执行完整性检查。",
"Proceed at your own risk.": "继续进行,风险自负。",
"Close": "关闭",
"Loading...": "正在加载……",
"Installer SHA256": "安装程序 SHA256 值",
"Homepage": "主页",
"Author": "制作者",
"Publisher": "发布者",
"License": "许可证",
"Manifest": "清单",
"Installer Type": "安装类型",
"Size": "尺寸",
"Installer URL": "安装程序网址",
"Last updated:": "最近更新:",
"Release notes URL": "发布说明网址",
"Package details": "软件包详情",
"Dependencies:": "依赖项:",
"Release notes": "发布说明",
"Version": "版本",
"Install as administrator": "以管理员身份安装",
"Update to version {0}": "更新至版本 {0}",
"Installed Version": "已安装版本",
"Update as administrator": "以管理员身份更新",
"Interactive update": "交互式更新",
"Uninstall as administrator": "以管理员身份卸载",
"Interactive uninstall": "交互式卸载",
"Uninstall and remove data": "卸载并移除数据",
"Not available": "无法获取",
"Installer SHA512": "安装程序 SHA512 值",
"Unknown size": "未知大小",
"No dependencies specified": "未指定依赖项",
"mandatory": "强制",
"optional": "可选",
"UniGetUI {0} is ready to be installed.": "已准备好安装 UniGetUI {0}",
"The update process will start after closing UniGetUI": "更新过程将在 UniGetUI 关闭后开始",
"UniGetUI has been ran as administrator, which is not recommended. When running UniGetUI as administrator, EVERY operation launched from UniGetUI will have administrator privileges. You can still use the program, but we highly recommend not running UniGetUI with administrator privileges.": "UniGetUI 已以管理员身份运行,但这并不推荐。以管理员身份运行 UniGetUI 时,从 UniGetUI 启动的每一项操作都将拥有管理员权限。您仍然可以继续使用该程序,但我们强烈建议不要以管理员权限运行 UniGetUI。",
"Share anonymous usage data": "共享匿名使用数据",
"UniGetUI collects anonymous usage data in order to improve the user experience.": "UniGetUI 收集匿名使用数据,以改善用户体验。",
"Accept": "接受",
"You have installed UniGetUI Version {0}": "您已安装 UniGetUI 版本 {0} ",
"Disclaimer": "免责声明",
"UniGetUI is not related to any of the compatible package managers. UniGetUI is an independent project.": "UniGetUI 与任何兼容的软件包管理器均无关。UniGetUI 是一个独立项目。",
"UniGetUI wouldn't have been possible without the help of the contributors. Thank you all 🥳": "如果没有众多贡献者的帮助,UniGetUI 是不可能实现的。感谢大家 🥳",
"UniGetUI uses the following libraries. Without them, UniGetUI wouldn't have been possible.": "UniGetUI 使用以下库。如果没有它们,UniGetUI 将不可能实现。",
"{0} homepage": "{0} 主页",
"UniGetUI has been translated to more than 40 languages thanks to the volunteer translators. Thank you 🤝": "UniGetUI 已经由志愿翻译人员翻译成了 40 多种语言,感谢他们的辛勤工作!🤝",
"Verbose": "详情",
"1 - Errors": "1 - 错误",
"2 - Warnings": "2 - 警告",
"3 - Information (less)": "3 - 信息(简要)",
"4 - Information (more)": "4 - 信息(详情)",
"5 - information (debug)": "5 - 信息(调试)",
"Warning": "警告",
"The following settings may pose a security risk, hence they are disabled by default.": "以下设置可能存在安全风险,因此默认被禁用。",
"Enable the settings below if and only if you fully understand what they do, and the implications they may have.": "只有在您完全了解以下设置的作用及其可能产生的影响时,才应启用这些设置。",
"The settings will list, in their descriptions, the potential security issues they may have.": "这些设置将在其描述中列出潜在的安全问题。",
"The backup will include the complete list of the installed packages and their installation options. Ignored updates and skipped versions will also be saved.": "备份将包含已安装软件包及其安装选项的完整列表。已忽略的更新和跳过的版本也将被保存。",
"The backup will NOT include any binary file nor any program's saved data.": "备份将不包含任何二进制文件或任何程序的已保存数据。",
"The size of the backup is estimated to be less than 1MB.": "备份的大小预计小于 1MB 。",
"The backup will be performed after login.": "备份将在登录后执行",
"{pcName} installed packages": "{pcName} 已安装软件包",
"Current status: Not logged in": "当前状态:未登录",
"You are logged in as {0} (@{1})": "你以 {0}(@{1})的身份登录",
"Nice! Backups will be uploaded to a private gist on your account": "很好!备份将上传到您账户上的一个私有 Gist。",
"Select backup": "选择备份",
"UniGetUI Settings": "UniGetUI 设置",
"Allow pre-release versions": "允许预发布版本",
"Apply": "应用",
"For security reasons, custom command-line arguments are disabled by default. Go to UniGetUI security settings to change this.": "出于安全原因,自定义命令行参数默认处于禁用状态。前往 UniGetUI 安全设置可更改此项。",
"Go to UniGetUI security settings": "前往 UniGetUI 安全设置",
"The following options will be applied by default each time a {0} package is installed, upgraded or uninstalled.": "每次安装、升级或卸载 {0} 软件包时,将默认应用以下选项。",
"Package's default": "软件包默认",
"Install location can't be changed for {0} packages": "{0} 软件包的安装位置无法更改",
"The local icon cache currently takes {0} MB": "本地图标缓存当前占用了 {0} MB",
"Username": "用户名",
"Password": "密码",
"Credentials": "凭据",
"It is not guaranteed that the provided credentials will be stored safely": "无法保证所提供的凭据会被安全存储",
"Partially": "部分",
"Package manager": "软件包管理器",
"Compatible with proxy": "兼容代理",
"Compatible with authentication": "兼容身份验证",
"Proxy compatibility table": "代理兼容表",
"{0} settings": "{0} 设置",
"{0} status": "{0} 状态",
"Default installation options for {0} packages": "{0} 程序包的默认安装选项",
"Expand version": "查看版本",
"The executable file for {0} was not found": "找不到 {0} 的可执行文件",
"{pm} is disabled": "{pm} 已禁用",
"Enable it to install packages from {pm}.": "启用它可从 {pm} 安装软件包。",
"{pm} is enabled and ready to go": "{pm} 已启用且准备就绪",
"{pm} version:": "{pm} 版本:",
"{pm} was not found!": "找不到 {pm}!",
"You may need to install {pm} in order to use it with UniGetUI.": "您可能需要安装 {pm} 才能将其与 UniGetUI 一起使用。 ",
"Scoop Installer - UniGetUI": "Scoop 安装程序 - UniGetUI",
"Scoop Uninstaller - UniGetUI": "Scoop 卸载程序 - UniGetUI",
"Clearing Scoop cache - UniGetUI": "清理 Scoop 缓存 - UniGetUI",
"Restart UniGetUI to fully apply changes": "重启 UniGetUI 以完全应用更改",
"Restart UniGetUI": "重启 UniGetUI",
"Manage {0} sources": "管理 {0} 安装源",
"Add source": "添加安装源",
"Add": "添加",
"Source name": "源名称",
"Source URL": "源 URL",
"Other": "其它",
"No minimum age": "无最短时长",
"1 day": "1 天",
"{0} days": "{0} 天",
"Custom...": "自定义...",
"{0} minutes": "{0} 分钟",
"1 hour": "1 小时",
"{0} hours": "{0} 小时",
"1 week": "1 周",
"Supports release dates": "支持发布日期",
"Release date support per package manager": "各软件包管理器的发布日期支持情况",
"UniGetUI Version {0}": "UniGetUI 版本 {0}",
"Search for packages": "搜索软件包",
"Local": "本地",
"OK": "确定",
"{0} packages were found, {1} of which match the specified filters.": "已找到 {0} 个软件包,其中 {1} 个与指定的筛选器匹配。",
"{0} selected": "{0} 选中",
"(Last checked: {0})": "(上一次检查的时间:{0})",
"Enabled": "已启用",
"Disabled": "已禁用",
"More info": "更多信息",
"GitHub account": "GitHub 账户",
"Log in with GitHub to enable cloud package backup.": "用 GitHub 登录以启用云软件包备份。",
"More details": "更多详情",
"Log in": "登录",
"If you have cloud backup enabled, it will be saved as a GitHub Gist on this account": "如果你启用了云备份,它将作为 GitHub Gist 保存到该账户中",
"Log out": "注销",
"About UniGetUI": "关于 UniGetUI",
"About": "关于",
"Third-party licenses": "第三方许可证",
"Contributors": "贡献者",
"Translators": "翻译人员",
"Manage shortcuts": "管理快捷方式",
"UniGetUI has detected the following desktop shortcuts which can be removed automatically on future upgrades": "UniGetUI 检测到以下会在未来升级时自动删除的快捷方式",
"Do you really want to reset this list? This action cannot be reverted.": "你确定想重置此列表吗?此操作无法撤销。",
"Open in explorer": "在文件资源管理器中打开",
"Remove from list": "从列表中删除",
"When new shortcuts are detected, delete them automatically instead of showing this dialog.": "当检测到新的快捷方式时自动删除它们,而不显示此对话框。",
"UniGetUI collects anonymous usage data with the sole purpose of understanding and improving the user experience.": "UniGetUI 收集匿名使用数据的唯一目的是了解和改善用户体验。",
"More details about the shared data and how it will be processed": "有关共享数据及其处理方式的更多详细信息",
"Do you accept that UniGetUI collects and sends anonymous usage statistics, with the sole purpose of understanding and improving the user experience?": "您是否允许 UniGetUI 收集和发送匿名使用统计数据?其唯一目的是了解和改善用户体验",
"Decline": "拒绝",
"No personal information is collected nor sent, and the collected data is anonimized, so it can't be back-tracked to you.": "个人信息不会被收集也不会被发送,且收集的数据都已被匿名化,因此无法通过它们回溯到您。",
"Toggle navigation panel": "切换导航面板",
"Minimize": "最小化",
"Maximize": "最大化",
"UniGetUI is an application that makes managing your software easier, by providing an all-in-one graphical interface for your command-line package managers.": "UniGetUI 应用程序为您基于命令行的软件包管理器提供了一体化图形界面,使得管理软件变得更容易。",
"Useful links": "帮助链接",
"UniGetUI Homepage": "UniGetUI 主页",
"Report an issue or submit a feature request": "报告问题或者提交功能请求",
"UniGetUI Repository": "UniGetUI 仓库",
"View GitHub Profile": "查看 GitHub 个人资料",
"UniGetUI License": "UniGetUI 许可证",
"Using UniGetUI implies the acceptation of the MIT License": "使用 UniGetUI 意味着接受 MIT 许可证 ",
"Become a translator": "成为翻译人员",
"View page on browser": "在浏览器中查看页面",
"Copy to clipboard": "复制到剪贴板",
"Export to a file": "导出到文件",
"Log level:": "日志级别:",
"Reload log": "重载日志",
"Export log": "导出日志",
"UniGetUI Log": "UniGetUI 日志",
"Text": "文本",
"Change how operations request administrator rights": "更改操作请求管理员权限的方式",
"Restrictions on package operations": "对软件包操作的限制",
"Restrictions on package managers": "对软件包管理器的限制",
"Restrictions when importing package bundles": "导入软件捆绑包时的限制",
"Ask for administrator privileges once for each batch of operations": "每批操作请求一次管理员权限",
"Ask only once for administrator privileges": "仅请求一次管理员权限",
"Prohibit any kind of Elevation via UniGetUI Elevator or GSudo": "禁止任何通过 UniGetUI Elevator 或 GSudo 的提权操作",
"This option WILL cause issues. Any operation incapable of elevating itself WILL FAIL. Install/update/uninstall as administrator will NOT WORK.": "此选项会导致一些问题。任何无法自行提升权限的操作都将失败。以管理员身份进行安装/更新/卸载将不起作用。",
"Allow custom command-line arguments": "允许自定义命令行参数",
"Custom command-line arguments can change the way in which programs are installed, upgraded or uninstalled, in a way UniGetUI cannot control. Using custom command-lines can break packages. Proceed with caution.": "自定义命令行参数将以 UniGetUI 无法控制的方式更改程序的安装、升级或卸载方式。使用自定义命令行可能会损坏软件包。请谨慎操作。",
"Ignore custom pre-install and post-install commands when importing packages from a bundle": "允许运行自定义预安装和安装后命令",
"Pre and post install commands will be run before and after a package gets installed, upgraded or uninstalled. Be aware that they may break things unless used carefully": "安装前和安装后命令将在软件包安装、升级或卸载之前和之后运行。请谨慎使用,这些命令可能会导致问题。",
"Allow changing the paths for package manager executables": "允许更改软件包管理器执行文件的路径",
"Turning this on enables changing the executable file used to interact with package managers. While this allows finer-grained customization of your install processes, it may also be dangerous": "启用此功能后,可更改用于与软件包管理器交互的可执行文件。虽然这能让您对安装过程进行更细致的自定义,但也可能存在风险。 ",
"Allow importing custom command-line arguments when importing packages from a bundle": "从捆绑包导入软件包时允许导入自定义命令行参数",
"Malformed command-line arguments can break packages, or even allow a malicious actor to gain privileged execution. Therefore, importing custom command-line arguments is disabled by default": "格式错误的命令行参数可能导致软件包受损,甚至使恶意攻击者获得特权执行权限。因此,默认情况下禁止导入自定义命令行参数。",
"Allow importing custom pre-install and post-install commands when importing packages from a bundle": "从捆绑包导入软件包时,允许导入自定义的安装前和安装后命令",
"Pre and post install commands can do very nasty things to your device, if designed to do so. It can be very dangerous to import the commands from a bundle, unless you trust the source of that package bundle": "预安装与安装后命令可被设计用于执行恶意行为,从而严重危害您的设备。导入来自未知软件包的此类命令极度危险,请务必确保其来源可信。",
"Administrator rights and other dangerous settings": "管理员权限和其它存在风险的设置",
"Package backup": "软件包备份",
"Cloud package backup": "云软件包备份",
"Local package backup": "本地软件包备份",
"Local backup advanced options": "本地备份高级选项",
"Log in with GitHub": "用 GitHub 登录",
"Log out from GitHub": "从 GitHub 注销",
"Periodically perform a cloud backup of the installed packages": "定期对已安装的软件包执行云备份",
"Cloud backup uses a private GitHub Gist to store a list of installed packages": "云备份使用私有 GitHub Gist 来存储已安装软件包的列表",
"Perform a cloud backup now": "立即执行云备份",
"Backup": "备份",
"Restore a backup from the cloud": "从云端还原备份",
"Begin the process to select a cloud backup and review which packages to restore": "启动选择云备份并查看要还原哪些软件包的流程",
"Periodically perform a local backup of the installed packages": "定期对已安装的软件包执行本地备份",
"Perform a local backup now": "立即执行本地备份",
"Change backup output directory": "更改备份输出文件夹",
"Set a custom backup file name": "设置一个自定义备份文件名",
"Leave empty for default": "选择默认路径请留空",
"Add a timestamp to the backup file names": "在备份文件名中添加时间戳",
"Backup and Restore": "备份和还原",
"Enable background api (UniGetUI Widgets and Sharing, port 7058)": "启用后台 API(用于 UniGetUI 小组件与分享,端口 7058)",
"Wait for the device to be connected to the internet before attempting to do tasks that require internet connectivity.": "在尝试执行需要互联网连接的任务前,请先等待设备连接到互联网。",
"Disable the 1-minute timeout for package-related operations": "禁用软件包相关操作的 1 分钟超时",
"Use installed GSudo instead of UniGetUI Elevator": "使用已安装的 GSudo ,而不是 UniGetUI Elevator",
"Use a custom icon and screenshot database URL": "使用自定义图标和截图数据库网址",
"Enable background CPU Usage optimizations (see Pull Request #3278)": "启用后台 CPU 使用优化(详见 Pull Request #3278)",
"Perform integrity checks at startup": "启动时执行完整性检查",
"When batch installing packages from a bundle, install also packages that are already installed": "从捆绑包中批量安装软件包时,也安装已安装的软件包",
"Experimental settings and developer options": "实验性设置和开发者选项",
"Show UniGetUI's version and build number on the titlebar.": "在标题栏上显示 UniGetUI 的版本和构建编号",
"Language": "语言",
"UniGetUI updater": "UniGetUI 更新程序",
"Telemetry": "遥测",
"Manage UniGetUI settings": "管理 UniGetUI 设置",
"Related settings": "相关设置",
"Update UniGetUI automatically": "自动更新 UniGetUI",
"Check for updates": "检查更新",
"Install prerelease versions of UniGetUI": "安装 UniGetUI 的预发布版本",
"Manage telemetry settings": "管理遥测设置",
"Manage": "管理",
"Import settings from a local file": "从本地文件导入设置",
"Import": "导入",
"Export settings to a local file": "导出设置到本地文件",
"Export": "导出",
"Reset UniGetUI": "重置 UniGetUI",
"User interface preferences": "用户界面首选项",
"Application theme, startup page, package icons, clear successful installs automatically": "应用程序主题、起始页、软件包图标、自动清除安装成功的记录",
"General preferences": "通用首选项",
"UniGetUI display language:": "UniGetUI 显示语言:",
"Is your language missing or incomplete?": "您的语言翻译是否缺失或不完整? ",
"Appearance": "外观",
"UniGetUI on the background and system tray": "UniGetUI 位于后台和系统托盘",
"Package lists": "软件包列表",
"Close UniGetUI to the system tray": "关闭 UniGetUI 时将它隐藏到系统托盘",
"Manage UniGetUI autostart behaviour": "管理 UniGetUI 自动启动行为",
"Show package icons on package lists": "在软件包列表中显示软件包图标",
"Clear cache": "清除缓存",
"Select upgradable packages by default": "默认选择可升级软件包",
"Light": "浅色",
"Dark": "深色",
"Follow system color scheme": "跟随系统颜色方案",
"Application theme:": "应用程序主题:",
"Discover Packages": "发现软件包",
"Software Updates": "软件更新",
"Installed Packages": "已安装软件包",
"Package Bundles": "软件捆绑包",
"Settings": "设置",
"UniGetUI startup page:": "UniGetUI 启动页面:",
"Proxy settings": "代理设置",
"Other settings": "其它设置",
"Connect the internet using a custom proxy": "使用自定义代理连接互联网",
"Please note that not all package managers may fully support this feature": "请注意,并非所有的软件包管理器都能完全支持此功能",
"Proxy URL": "代理网址",
"Enter proxy URL here": "在此输入代理网址",
"Authenticate to the proxy with a user and a password": "使用用户名和密码对代理进行身份验证",
"Internet and proxy settings": "网络和代理设置",
"Package manager preferences": "软件包管理器首选项",
"Ready": "就绪",
"Not found": "未找到",
"Notification preferences": "通知首选项",
"Notification types": "通知类型",
"The system tray icon must be enabled in order for notifications to work": "必须启用系统托盘图标才能让通知生效",
"Enable UniGetUI notifications": "启用 UniGetUI 的通知",
"Show a notification when there are available updates": "有可用更新时推送通知",
"Show a silent notification when an operation is running": "当操作正在运行时显示一个静默通知",
"Show a notification when an operation fails": "当操作失败时显示通知",
"Show a notification when an operation finishes successfully": "当操作成功完成时显示通知",
"Concurrency and execution": "并发与执行",
"Automatic desktop shortcut remover": "桌面快捷方式自动删除程序",
"Choose how many operations should be performed in parallel": "选择并行执行的操作数量",
"Clear successful operations from the operation list after a 5 second delay": "延迟 5 秒后从操作列表中清除成功的操作",
"Download operations are not affected by this setting": "此设置不影响下载操作",
"Try to kill the processes that refuse to close when requested to": "尝试终止那些在收到关闭请求时拒绝关闭的进程",
"You may lose unsaved data": "你可能会丢失未保存的数据",
"Ask to delete desktop shortcuts created during an install or upgrade.": "安装或升级期间询问是否要删除创建的桌面快捷方式。",
"Package update preferences": "软件包更新首选项",
"Update check frequency, automatically install updates, etc.": "更新检查频率、自动安装更新等",
"Reduce UAC prompts, elevate installations by default, unlock certain dangerous features, etc.": "减少用户账户控制(UAC)提示,默认提升安装权限,解锁某些危险功能等。",
"Package operation preferences": "软件包操作首选项",
"Enable {pm}": "启用 {pm}",
"Not finding the file you are looking for? Make sure it has been added to path.": "找不到您要找的文件?请确保已将其添加到路径中。",
"For security reasons, changing the executable file is disabled by default": "出于安全原因,默认禁用更改可执行文件",
"Change this": "更改",
"Select the executable to be used. The following list shows the executables found by UniGetUI": "选择要使用的可执行文件。以下列表显示了 UniGetUI 找到的可执行文件",
"Current executable file:": "当前可执行文件:",
"Ignore packages from {pm} when showing a notification about updates": "在显示更新通知时忽略来自 {pm} 的软件包",
"Update security": "更新安全设置",
"Use global setting": "使用全局设置",
"e.g. 10": "例如 10",
"{pm} does not provide release dates for its packages, so this setting will have no effect": "{pm} 不为其软件包提供发布日期,因此此设置不会生效",
"Override the global minimum update age for this package manager": "为此软件包管理器覆盖全局最短更新时间",
"Minimum age for updates": "更新最短时长",
"Custom minimum age (days)": "自定义最短时长(天)",
"View {0} logs": "查看 {0} 日志",
"If Python cannot be found or is not listing packages but is installed on the system, ": "如果找不到 Python,或者系统中已安装 Python 但无法列出软件包, ",
"Advanced options": "高级选项",
"Reset WinGet": "重置 WinGet",
"This may help if no packages are listed": "未列出任何软件包时此选项可能有帮助",
"Force install location parameter when updating packages with custom locations": "更新软件包时强制安装位置参数使用自定义位置",
"Use bundled WinGet instead of system WinGet": "使用内置 WinGet 而非系统 WinGet",
"This may help if WinGet packages are not shown": "不显示 WinGet 软件包时此选项可能有帮助",
"Install Scoop": "安装 Scoop",
"Uninstall Scoop (and its packages)": "卸载 Scoop(及其软件包)",
"Run cleanup and clear cache": "运行清理并清除缓存",
"Run": "运行",
"Enable Scoop cleanup on launch": "打开程序时清理 Scoop",
"Use system Chocolatey": "使用系统 Chocolatey",
"Default vcpkg triplet": "默认 vcpkg triplet",
"Change vcpkg root location": "更改 vcpkg 根目录位置",
"Language, theme and other miscellaneous preferences": "语言、主题和其它首选项",
"Show notifications on different events": "显示各种事件的通知",
"Change how UniGetUI checks and installs available updates for your packages": "更改 UniGetUI 检查和安装软件包可用更新的方式",
"Automatically save a list of all your installed packages to easily restore them.": "自动保存所有已安装软件的列表以便于恢复它们。",
"Enable and disable package managers, change default install options, etc.": "启用和禁用软件包管理器、更改默认安装选项等。",
"Internet connection settings": "互联网连接设置",
"Proxy settings, etc.": "代理设置等",
"Beta features and other options that shouldn't be touched": "测试版功能和其它不建议更改的选项",
"Update checking": "更新检查",
"Automatic updates": "自动更新",
"Check for package updates periodically": "定期检查软件包更新",
"Check for updates every:": "更新检查间隔:",
"Install available updates automatically": "自动安装可用更新",
"Do not automatically install updates when the network connection is metered": "网络连接为按流量计费时,请勿自动安装更新",
"Do not automatically install updates when the device runs on battery": "设备使用电池供电时不自动安装更新",
"Do not automatically install updates when the battery saver is on": "开启省电模式时,请勿自动安装更新",
"Only show updates that are at least the specified number of days old": "仅显示至少已发布指定天数的更新",
"Change how UniGetUI handles install, update and uninstall operations.": "更改 UniGetUI 处理安装、更新和卸载操作的方式。",
"Package Managers": "软件包管理器",
"More": "更多",
"Package Manager logs": "软件包管理器日志",
"Operation history": "操作历史",
"Help": "帮助",
"Quit UniGetUI": "退出 UniGetUI",
"Order by:": "排序",
"Name": "名称",
"Id": "ID",
"Ascendant": "升序",
"Descendant": "降序",
"View mode:": "视图模式",
"Filters": "筛选器",
"Sources": "来源",
"Search for packages to start": "从搜索软件包开始",
"Select all": "全选",
"Clear selection": "清除已选",
"Instant search": "实时搜索",
"Distinguish between uppercase and lowercase": "区分大小写",
"Ignore special characters": "忽略特殊字符",
"Search mode": "搜索模式",
"Both": "软件包名称或 ID",
"Exact match": "精确匹配",
"Show similar packages": "显示相似软件包",
"Nothing to share": "没有可分享的内容",
"Please select a package first.": "请先选择一个软件包。",
"Share link copied": "分享链接已复制",
"The share link for {0} has been copied to the clipboard.": "{0} 的分享链接已复制到剪贴板。",
"No results were found matching the input criteria": "未找到与输入条件匹配的结果",
"No packages were found": "未找到软件包",
"Loading packages": "正在加载软件包",
"Skip integrity checks": "跳过完整性检查",
"Download selected installers": "下载选定的安装程序",
"Install selection": "安装所选项",
"Install options": "安装选项",
"Share": "分享",
"Add selection to bundle": "添加所选项进捆绑包",
"Download installer": "下载安装程序",
"Share this package": "分享此软件包",
"Uninstall selection": "卸载所选项",
"Uninstall options": "卸载选项",
"Ignore selected packages": "忽略所选软件包",
"Open install location": "打开安装位置",
"Reinstall package": "重新安装软件包",
"Uninstall package, then reinstall it": "卸载并重新安装软件包",
"Ignore updates for this package": "忽略此软件包的更新",
"Do not ignore updates for this package anymore": "不再忽略此软件包的更新",
"Add packages or open an existing package bundle": "添加软件包或打开一个已有的捆绑包",
"Add packages to start": "从添加软件包开始",
"The current bundle has no packages. Add some packages to get started": "当前捆绑包中还没有软件包。先添加一些软件包吧",
"New": "新建",
"Save as": "另存为",
"Remove selection from bundle": "移除捆绑包中所选项",
"Skip hash checks": "跳过哈希检验",
"The package bundle is not valid": "软件捆绑包无效",
"The bundle you are trying to load appears to be invalid. Please check the file and try again.": "您尝试载入的捆绑包似乎无效。请检查此文件然后再试。",
"Package bundle": "软件捆绑包",
"Could not create bundle": "无法创建捆绑包",
"The package bundle could not be created due to an error.": "无法创建软件捆绑包,发生了错误。",
"Unsaved changes": "未保存的更改",
"Discard changes": "放弃更改",
"You have unsaved changes in the current bundle. Do you want to discard them?": "当前捆绑包中有未保存的更改。您要放弃它们吗?",
"Bundle security report": "捆绑包安全报告",
"The bundle contained restricted content": "该捆绑包包含受限内容",
"Hooray! No updates were found.": "好极了!没有待更新的软件!",
"Everything is up to date": "所有软件包均已为最新版",
"Uninstall selected packages": "卸载所选软件包",
"Update selection": "更新所选项",
"Update options": "更新选项",
"Uninstall package, then update it": "卸载并更新软件包",
"Uninstall package": "卸载软件包",
"Skip this version": "跳过此版本",
"Pause updates for": "暂停更新:",
"The Rust package manager.<br>Contains: <b>Rust libraries and programs written in Rust</b>": "Rust 的软件包管理器。<br>包含:<b>Rust 库和用 Rust 编写的程序</b>",
"The classical package manager for windows. You'll find everything there. <br>Contains: <b>General Software</b>": "Windows 的经典软件包管理器。您可以在其中找到所有需要的东西。<br>包括:<b>通用软件</b>",
"A repository full of tools and executables designed with Microsoft's .NET ecosystem in mind.<br>Contains: <b>.NET related tools and scripts</b>": "一个含有所有为微软 .NET 生态设计的工具和可执行程序的存储库。<br>包括:<b>与 .NET 相关的工具和脚本</b>\n",
"NuPkg (zipped manifest)": "NuPkg(压缩清单)",
"The Missing Package Manager for macOS (or Linux).<br>Contains: <b>Formulae, Casks</b>": "macOS(或 Linux)缺失的软件包管理器。<br>包含:<b>Formulae、Casks</b>",
"Node JS's package manager. Full of libraries and other utilities that orbit the javascript world<br>Contains: <b>Node javascript libraries and other related utilities</b>": "Node JS 的软件包管理器。其中包含大量库和其它实用程序,为 JavaScript 世界增添色彩<br>包括:<b>Node JavaScript 库和其他相关实用程序</b>。",
"Python's library manager. Full of python libraries and other python-related utilities<br>Contains: <b>Python libraries and related utilities</b>": "Python 的软件包管理器。包含所有 Python 的库以及其它与 Python 相关的实用工具。<br>包括:<b>Python 包和相关实用工具</b>",
"PowerShell's package manager. Find libraries and scripts to expand PowerShell capabilities<br>Contains: <b>Modules, Scripts, Cmdlets</b>": "PowerShell 的软件包管理器。可用于寻找扩展 PowerShell 功能的库和脚本。<br>包括:<b>模块、脚本、Cmdlets</b>\n",
"extracted": "已提取",
"Scoop package": "Scoop 软件包",
"Great repository of unknown but useful utilities and other interesting packages.<br>Contains: <b>Utilities, Command-line programs, General Software (extras bucket required)</b>": "包含不知名但有用的实用程序和其它有趣软件包的重要存储库。<br>包括:<b>实用工具、命令行程序、通用软件(需要 extras bucket)</b>",
"library": "库",
"feature": "功能",
"A popular C/C++ library manager. Full of C/C++ libraries and other C/C++-related utilities<br>Contains: <b>C/C++ libraries and related utilities</b>": "一个流行的 C/C++ 库管理器。包含 C/C++ 库和其它与 C/C++ 相关的实用程序<br>包括:<b>C/C++ 库和相关的实用程序</b>",
"option": "选项",
"This package cannot be installed from an elevated context.": "无法在提升的上下文中安装此软件包。",
"Please run UniGetUI as a regular user and try again.": "请以普通用户身份运行 UniGetUI ,然后重试。",
"Please check the installation options for this package and try again": "请检查此软件包的安装选项,然后重试",
"Microsoft's official package manager. Full of well-known and verified packages<br>Contains: <b>General Software, Microsoft Store apps</b>": "微软的官方软件包管理器。拥有知名的、经过验证的众多软件包。<br>包括:<b>通用软件、微软商店应用</b>\n",
"Local PC": "本地电脑",
"Android Subsystem": "安卓子系统",
"Operation on queue (position {0})...": "操作正在排队中(位置 {0})……",
"Click here for more details": "单击此处可获取更多详情",
"Operation canceled by user": "用户取消了操作",
"Running PreOperation ({0}/{1})...": "正在运行 PreOperation ({0}/{1})...",
"PreOperation {0} out of {1} failed, and was tagged as necessary. Aborting...": "PreOperation {0}/{1} 失败,且被标记为必需。正在中止...",
"PreOperation {0} out of {1} finished with result {2}": "PreOperation {0}/{1} 已完成,结果为 {2}",
"Starting operation...": "开始操作...",
"Running PostOperation ({0}/{1})...": "正在运行 PostOperation ({0}/{1})...",
"PostOperation {0} out of {1} failed, and was tagged as necessary. Aborting...": "PostOperation {0}/{1} 失败,且被标记为必需。正在中止...",
"PostOperation {0} out of {1} finished with result {2}": "PostOperation {0}/{1} 已完成,结果为 {2}",
"{package} installer download": "{package} 安装程序下载",
"{0} installer is being downloaded": "正在下载 {0} 安装程序",
"Download succeeded": "下载成功",
"{package} installer was downloaded successfully": "已成功下载 {package} 安装程序",
"Download failed": "下载失败",
"{package} installer could not be downloaded": "无法下载 {package} 安装程序",
"{package} Installation": "{package} 安装",
"{0} is being installed": "正在安装 {0}",
"Installation succeeded": "安装成功",
"{package} was installed successfully": "{package} 已成功安装",
"Installation failed": "安装失败",
"{package} could not be installed": "无法安装 {package}",
"{package} Update": "{package} 更新",
"{0} is being updated to version {1}": "正在更新 {0} 至版本 {1}",
"Update succeeded": "更新成功",
"{package} was updated successfully": "{package} 已成功更新",
"Update failed": "更新失败",
"{package} could not be updated": "无法更新 {package}",
"{package} Uninstall": "{package} 卸载",
"{0} is being uninstalled": "正在卸载 {0}",
"Uninstall succeeded": "卸载成功",
"{package} was uninstalled successfully": "{package} 已成功卸载",
"Uninstall failed": "卸载失败",
"{package} could not be uninstalled": "无法卸载 {package}",
"Adding source {source}": "添加源 {source}",
"Adding source {source} to {manager}": "添加安装源 {source} 至软件包管理器 {manager}",
"Source added successfully": "已成功添加源",
"The source {source} was added to {manager} successfully": "安装源 {source} 已成功添加到 {manager}",
"Could not add source": "无法添加源",
"Could not add source {source} to {manager}": "无法添加安装源 {source} 至 {manager}",
"Removing source {source}": "正在移除源 {source}",
"Removing source {source} from {manager}": "正在从 {manager} 中移除安装源 {source}",
"Source removed successfully": "已成功移除源",
"The source {source} was removed from {manager} successfully": "安装源 {source} 已成功从 {manager} 中移除",
"Could not remove source": "无法移除源",
"Could not remove source {source} from {manager}": "无法从 {manager} 移除安装源 {source}",
"The package manager \"{0}\" was not found": "软件管理器 \"{0}\" 找不到",
"The package manager \"{0}\" is disabled": "软件管理器 \"{0}\" 已禁用",
"There is an error with the configuration of the package manager \"{0}\"": "软件包管理器 \"{0}\" 的配置中有错误",
"The package \"{0}\" was not found on the package manager \"{1}\"": "在软件包管理器 \"{1}\" 中找不到软件包 \"{0}\"",
"{0} is disabled": "已禁用 {0}",
"Something went wrong": "出现了一些问题",
"An interal error occurred. Please view the log for further details.": "程序出现内部错误,请查看日志文件获取详情。",
"No applicable installer was found for the package {0}": "未找到适用于包 {0} 的安装程序",
"We are checking for updates.": "正在检查更新",
"Please wait": "请稍候",
"UniGetUI version {0} is being downloaded.": "正在下载 UniGetUI 版本 {0}",
"This may take a minute or two": "这可能需要一两分钟的时间",
"The installer authenticity could not be verified.": "无法验证安装程序的真实性。",
"The update process has been aborted.": "更新过程已中止。",
"Great! You are on the latest version.": "很好!您有最新版本。",
"There are no new UniGetUI versions to be installed": "没有可安装的新 UniGetUI 版本",
"An error occurred when checking for updates: ": "检查更新时出现错误:",
"UniGetUI is being updated...": "正在更新 UniGetUI ...",
"Something went wrong while launching the updater.": "在启动更新程序时出错。",
"Please try again later": "请稍后再试",
"Integrity checks will not be performed during this operation": "此操作期间将不执行完整性检查",
"This is not recommended.": "不建议。",
"Run now": "立即运行",
"Run next": "下个运行",
"Run last": "最后运行",
"Retry as administrator": "以管理员身份重试",
"Retry interactively": "交互式重试",
"Retry skipping integrity checks": "尝试跳过完整性检查",
"Installation options": "安装选项",
"Show in explorer": "在浏览器中显示",
"This package is already installed": "此软件包已安装",
"This package can be upgraded to version {0}": "此软件包可以升级到版本 {0}",
"Updates for this package are ignored": "已忽略该软件包的所有更新",
"This package is being processed": "正在处理此软件包",
"This package is not available": "此软件包不存在",
"Select the source you want to add:": "请选择您想添加的安装源:",
"Source name:": "安装源名称:",
"Source URL:": "安装源网址:",
"An error occurred": "出现错误",
"An error occurred when adding the source: ": "添加源时出现错误:",
"Package management made easy": "让软件包管理更简单",
"version {0}": "版本 {0}",
"[RAN AS ADMINISTRATOR]": "以管理员身份运行",
"Portable mode": "便携模式",
"DEBUG BUILD": "调试构建",
"Available Updates": "可用更新",
"Show UniGetUI": "显示 UniGetUI",
"Quit": "退出",
"Attention required": "请注意",
"Restart required": "需要重启",
"1 update is available": "有 1 个可用更新",
"{0} updates are available": "{0} 个可用更新",
"Here you can change UniGetUI's behaviour regarding the following shortcuts. Checking a shortcut will make UniGetUI delete it if if gets created on a future upgrade. Unchecking it will keep the shortcut intact": "在这里,您可以更改 UniGetUI 针对以下快捷方式的行为。若勾选,则 UniGetUI 会删除未来升级时创建的快捷方式。取消勾选将保持它不变",
"Manual scan": "手动扫描",
"Existing shortcuts on your desktop will be scanned, and you will need to pick which ones to keep and which ones to remove.": "将扫描桌面上现有的快捷方式,请选择要保留和删除的内容。",
"Continue": "继续",
"Delete?": "要删除吗?",
"Missing dependency": "缺少依赖项",
"Not right now": "不是现在",
"Install {0}": "安装 {0}",
"UniGetUI requires {0} to operate, but it was not found on your system.": "UniGetUI 需要 {0} 才能运行,但在您的系统中找不到它。",
"Click on Install to begin the installation process. If you skip the installation, UniGetUI may not work as expected.": "点击安装可开始安装进程。如果您跳过安装步骤,UniGetUI 可能不会正常工作。",
"Alternatively, you can also install {0} by running the following command in a Windows PowerShell prompt:": "另外,您也可以在 Windows PowerShell 提示符中运行以下命令来安装 {0}:",
"Do not show this dialog again for {0}": "不再为 {0} 显示此对话框",
"Please wait while {0} is being installed. A black window may show up. Please wait until it closes.": "在安装 {0} 时请等待。可能会显示一个黑色窗口。请等待它自己关闭。",
"{0} has been installed successfully.": "已成功安装 {0} 。",
"Please click on \"Continue\" to continue": "请点击“继续”执行后续操作",
"{0} has been installed successfully. It is recommended to restart UniGetUI to finish the installation": "已成功安装 {0} 。建议重启 UniGetUI 以便完成此次安装",
"Restart later": "稍后重启",
"An error occurred:": "出现错误:",
"I understand": "我明白",
"WinGet was repaired successfully": "已成功修复 WinGet",
"It is recommended to restart UniGetUI after WinGet has been repaired": "建议在 WinGet 完成修复之后重新启动 UniGetUI",
"NOTE: This troubleshooter can be disabled from UniGetUI Settings, on the WinGet section": "注意:可在 UniGetUI 设置的 WinGet 部分中,禁用此故障排除程序",
"Restart": "重新启动",
"WinGet could not be repaired": "无法修复 WinGet",
"An unexpected issue occurred while attempting to repair WinGet. Please try again later": "尝试修复 WinGet 时出现意外错误。请稍后再试",
"Are you sure you want to delete all shortcuts?": "您确实想要删除所有快捷方式吗?",
"Any new shorcuts created during an install or an update operation will be deleted automatically, instead of showing a confirmation prompt the first time they are detected.": "将自动删除在安装或更新操作期间创建的任何新快捷方式,不会在首次检测到它们时显示确认提示。",
"Any shorcuts created or modified outside of UniGetUI will be ignored. You will be able to add them via the {0} button.": "将忽略在 UniGetUI 之外创建或修改的任何快捷方式。您可以通过 {0} 按钮来添加它们。",
"Are you really sure you want to enable this feature?": "您确实想要启用此功能吗?",
"No new shortcuts were found during the scan.": "扫描期间未发现新的快捷方式。",
"How to add packages to a bundle": "如何添加软件包进捆绑包",
"In order to add packages to a bundle, you will need to: ": "要添加软件包进捆绑包,您需要:",
"1. Navigate to the \"{0}\" or \"{1}\" page.": "1. 导航至 “{0}” 或 “{1}” 页面。",
"2. Locate the package(s) you want to add to the bundle, and select their leftmost checkbox.": "2. 找到要添加进捆绑包的软件包,然后选中它们最左侧的复选框。",
"3. When the packages you want to add to the bundle are selected, find and click the option \"{0}\" on the toolbar.": "3. 当你选择好要添加进捆绑包的软件包时,找到并点击工具栏上的选项 “{0}” 。",
"4. Your packages will have been added to the bundle. You can continue adding packages, or export the bundle.": "4. 你的软件包将被添加进捆绑包。你可以继续添加软件包,或者导出捆绑包。",
"Which backup do you want to open?": "你想要打开哪个备份?",
"Select the backup you want to open. Later, you will be able to review which packages you want to install.": "选择你要打开的备份。稍后你将能看到要安装哪些软件包。",
"There are ongoing operations. Quitting UniGetUI may cause them to fail. Do you want to continue?": "有正在进行的操作。退出 UniGetUI 可能会导致它们失败。您确定要继续吗?",
"UniGetUI or some of its components are missing or corrupt.": "UniGetUI 或它的某些组件缺失或已损坏。",
"It is strongly recommended to reinstall UniGetUI to adress the situation.": "强烈建议重新安装 UniGetUI 以解决该情况。",
"Refer to the UniGetUI Logs to get more details regarding the affected file(s)": "参考 UniGetUI 日志可获取有关受影响文件的更多详细信息。",
"Integrity checks can be disabled from the Experimental Settings": "可以在“实验设置”中禁用完整性检查",
"Repair UniGetUI": "修复 UniGetUI",
"Live output": "实时输出",
"Package not found": "软件包未找到",
"An error occurred when attempting to show the package with Id {0}": "尝试显示 ID 为 {0} 的软件包时出现错误",
"Package": "软件包",
"This package bundle had some settings that are potentially dangerous, and may be ignored by default.": "此软件包有一些设置可能存在潜在危险,默认情况下可能会被忽略。",
"Entries that show in YELLOW will be IGNORED.": "将忽略以黄色显示的项目。",
"Entries that show in RED will be IMPORTED.": "将导入以红色显示的项目。",
"You can change this behavior on UniGetUI security settings.": "你可以在 UniGetUI 安全设置中更改此行为。",
"Open UniGetUI security settings": "打开 UniGetUI 安全设置",
"Should you modify the security settings, you will need to open the bundle again for the changes to take effect.": "如果您修改了安全设置,则需要再次打开该软件包,以使更改生效。",
"Details of the report:": "报告详情:",
"\"{0}\" is a local package and can't be shared": "“{0}”是本地软件包,无法共享",
"Are you sure you want to create a new package bundle? ": "您确定要创建一个新的软件捆绑包吗?",
"Any unsaved changes will be lost": "未保存的更改将会丢失",
"Warning!": "警告!",
"For security reasons, custom command-line arguments are disabled by default. Go to UniGetUI security settings to change this. ": "出于安全原因,自定义命令行参数默认处于禁用状态。可前往 UniGetUI 安全设置更改此设置。",
"Change default options": "更改默认选项",
"Ignore future updates for this package": "忽略此软件包的后续更新",
"For security reasons, pre-operation and post-operation scripts are disabled by default. Go to UniGetUI security settings to change this. ": "出于安全原因,操作前和操作后脚本默认处于禁用状态。可前往 UniGetUI 安全设置更改此设置。",
"You can define the commands that will be run before or after this package is installed, updated or uninstalled. They will be run on a command prompt, so CMD scripts will work here.": "你可以定义在安装、更新或卸载此软件包之前或之后运行的命令。这些命令将在命令提示符下运行,所以可在此处使用 CMD 脚本。",
"Change this and unlock": "更改并解锁",
"{0} Install options are currently locked because {0} follows the default install options.": "已锁定 {0} 安装选项,因为 {0} 遵循默认安装选项。",
"Select the processes that should be closed before this package is installed, updated or uninstalled.": "选择在安装、更新或卸载此软件包之前应关闭的进程。",
"Write here the process names here, separated by commas (,)": "在此处写入进程名称,以英文逗号 (,) 分隔",
"Unset or unknown": "未设置或未知",
"Please see the Command-line Output or refer to the Operation History for further information about the issue.": "有关此问题的更多信息,请查看命令行输出或参考操作历史记录。",
"This package has no screenshots or is missing the icon? Contrbute to UniGetUI by adding the missing icons and screenshots to our open, public database.": "此软件包缺少截图或图标吗?可以向我们的开放公共数据库添加缺失的图标或截图,为 UniGetUI 做出贡献。",
"Become a contributor": "成为贡献者",
"Save": "保存",
"Update to {0} available": "可更新至 {0}",
"Reinstall": "重新安装",
"Installer not available": "安装程序不可用",
"Version:": "版本:",
"Performing backup, please wait...": "正在备份中,请稍候...",
"An error occurred while logging in: ": "登录时出错:",
"Fetching available backups...": "正在获取可用的备份...",
"Done!": "完成!",
"The cloud backup has been loaded successfully.": "已成功加载云备份。",
"An error occurred while loading a backup: ": "载入备份时出错:",
"Backing up packages to GitHub Gist...": "正在将软件包备份到 GitHub Gist...",
"Backup Successful": "备份成功",
"The cloud backup completed successfully.": "云备份已成功完成。",
"Could not back up packages to GitHub Gist: ": "无法将软件包备份至 GitHub Gist :",
"It is not guaranteed that the provided credentials will be stored safely, so you may as well not use the credentials of your bank account": "无法保证所提供的凭据会被安全存储,你最好不要使用银行账户的凭据",
"Enable the automatic WinGet troubleshooter": "启用自动 WinGet 故障排除程序",
"Enable an [experimental] improved WinGet troubleshooter": "启用【实验性】改进版 Winget 疑难解答程序。",
"Add updates that fail with a 'no applicable update found' to the ignored updates list": "将“未找到适用更新”错误而失败的更新添加进“已忽略更新”列表中。",
"Invalid selection": "无效选择",
"No package was selected": "未选择任何软件包",
"More than 1 package was selected": "选择了多个软件包",
"List": "列表",
"Grid": "网格",
"Icons": "图标",
"\"{0}\" is a local package and does not have available details": "“{0}”是缺乏详细信息的本地软件包",
"\"{0}\" is a local package and is not compatible with this feature": "“{0}”是本地软件包,与此功能不兼容",
"WinGet malfunction detected": "检测到 WinGet 发生故障",
"It looks like WinGet is not working properly. Do you want to attempt to repair WinGet?": "看来 WinGet 工作不正常。您想尝试修复 WinGet 吗?",
"Repair WinGet": "修复 WinGet",
"Create .ps1 script": "创建 .ps1 脚本",
"Add packages to bundle": "添加软件包进捆绑包",
"Preparing packages, please wait...": "正在准备软件包,请稍候……",
"Loading packages, please wait...": "正在加载软件包,请稍候……",
"Saving packages, please wait...": "正在保存软件包,请稍候……",
"The bundle was created successfully on {0}": "已成功于 {0} 创建了捆绑包",
"Install script": "安装脚本",
"The installation script saved to {0}": "安装脚本已保存至 {0}",
"An error occurred while attempting to create an installation script:": "尝试创建安装脚本时出错:",
"{0} packages are being updated": "正在更新 {0} 个软件包",
"Error": "错误",
"Log in failed: ": "登录失败:",
"Log out failed: ": "登录失败:",
"Package backup settings": "软件包备份设置",
"__LEGACY_TRANSLATION_KEYS_BELOW__": "Legacy translation keys below are kept for backward compatibility with older UniGetUI builds. Do not translate or remove yet.",
"About WingetUI": "关于 UniGetUI",
"WingetUI is an application that makes managing your software easier, by providing an all-in-one graphical interface for your command-line package managers.": "WingetUI 应用程序为您基于命令行的软件包管理器提供了一体化图形界面,使得管理软件变得更容易。",
"You have installed WingetUI Version {0}": "您已安装 WingetUI 版本 {0} ",
"WingetUI wouldn't have been possible without the help of the contributors. Thank you all 🥳": "如果没有众多贡献者的帮助,WingetUI 是不可能实现的。感谢大家 🥳",
"WingetUI Uses the following libraries. Without them, WingetUI wouldn't have been possible.": "WingetUI 使用以下库。如果没有它们,就没有 WingetUI。",
"WingetUI has been translated to more than 40 languages thanks to the volunteer translators. Thank you 🤝": "WingetUI 已经由志愿翻译人员翻译成了 40 多种语言,感谢他们的辛勤工作!🤝",
"WingetUI Settings": "WingetUI 设置",
"You may need to install {pm} in order to use it with WingetUI.": "您可能需要安装 {pm} 才能将其与 WingetUI 一起使用。 ",
"Scoop Installer - WingetUI": "Scoop 安装程序 - WingetUI",
"Scoop Uninstaller - WingetUI": "Scoop 卸载程序 - WingetUI",
"Clearing Scoop cache - WingetUI": "清理 Scoop 缓存 - WingetUI",
"WingetUI Version {0}": "WingetUI 版本 {0}",
"WingetUI License": "WingetUI 许可证",
"Using WingetUI implies the acceptation of the MIT License": "使用 WingetUI 意味着接受 MIT 许可证 ",
"Enable background api (WingetUI Widgets and Sharing, port 7058)": "启用后台 API(用于 WingetUI 小组件与分享,端口 7058)",
"Update WingetUI automatically": "自动更新 UniGetUI",
"Reset WingetUI": "重置 WingetUI",
"WingetUI display language:": "UniGetUI 显示语言:",
"Manage WingetUI autostart behaviour": "管理 WingetUI 自动启动行为",
"Enable WingetUI notifications": "启用 WingetUI 的通知",
"WingetUI Log": "WingetUI 日志",
"Show WingetUI": "显示 WingetUI",
"WingetUI Homepage": "WingetUI 主页",
"WingetUI Repository": "WingetUI 存储库",
"WingetUI has been ran as administrator, which is not recommended. When running WingetUI as administrator, EVERY operation launched from WingetUI will have administrator privileges. You can still use the program, but we highly recommend not running WingetUI with administrator privileges.": "WingetUI 已使用管理员身份运行,但不建议这样做。当以管理员身份运行 WingetUI 时,WingetUI 执行的所有操作都将具有管理员权限。您仍然可以使用此程序,但我们强烈建议您不要用管理员权限运行 WingetUI 。",
"There are ongoing operations. Quitting WingetUI may cause them to fail. Do you want to continue?": "有正在进行的操作。退出 WingetUI 可能会导致它们失败。您确定要继续吗?",
"This package has no screenshots or is missing the icon? Contrbute to WingetUI by adding the missing icons and screenshots to our open, public database.": "此软件包缺少截图或图标吗?可以向我们的开放公共数据库添加缺失的图标或截图,为 WingetUI 做出贡献。",
"Restart WingetUI to fully apply changes": "重启 UniGetUI 以应用所有更改",
"Restart WingetUI": "重启 UniGetUI",
"UniGetUI": "UniGetUI",
"Manage UniGetUI autostart behaviour from the Settings app": "通过系统设置管理 UniGetUI 开机自动启动",
"(Number {0} in the queue)": "(队伍中的第{0}个)",
"0 0 0 Contributors, please add your names/usernames separated by comas (for credit purposes). DO NOT Translate this entry": "Aaron Liu, BUGP Association, ciaran, Cololi, CnYeSheng, adfnekc, @Ardenet, @arthurfsy2, @bai0012, @SpaceTimee, Yisme, @dongfengweixiao, @seanyu0, @Sigechaishijie, @enKl03B, @xiaopangju",
"0 packages found": "未找到软件包",
"0 updates found": "未找到更新",
"1 month": "1 月",
"1 package was found": "找到 1 个软件包",
"1 year": "1 年",
"A repository full of tools designed with Microsoft's .NET ecosystem in mind.<br>Contains: <b>.NET related Tools</b>": "一个含有所有为微软 .NET 生态设计的工具的存储库。<br>包括:<b>与 .NET 相关的工具</b>",
"A restart is required": "需要重启",
"About Qt6": "关于 Qt6",
"About WingetUI version {0}": "关于 UniGetUI 版本 {0}",
"About the dev": "关于开发者们",
"Action when double-clicking packages, hide successful installations": "双击软件包后的行为、隐藏已成功安装项目",
"Add a source to {0}": "添加安装源至 {0}",
"Add a timestamp to the backup files": "在备份文件中添加时间戳",
"Add packages or open an existing bundle": "添加软件包或打开一个已有的捆绑包",
"Addition succeeded": "添加成功",
"Administrator privileges preferences": "管理员权限首选项",
"Administrator rights": "管理员权限",
"All files": "所有文件",
"Allow package operations to be performed in parallel": "允许并行执行软件包操作",
"Allow parallel installs (NOT RECOMMENDED)": "允许多个软件包并行安装(不推荐)",
"Allow {pm} operations to be performed in parallel": "允许并行执行 {pm} 的操作",
"Always elevate {pm} installations by default": "默认始终以管理员身份进行 {pm} 的安装",
"Always run {pm} operations with administrator rights": "始终以管理员权限执行 {pm} 的操作",
"An unexpected error occurred:": "出现意外错误:",
"Another source": "其它源",
"App Name": "应用名称",
"Are these screenshots wron or blurry?": "这些屏幕截图有错误或者模糊不清吗?",
"Ask for administrator rights when required": "需要时请求管理员权限",
"Ask once or always for administrator rights, elevate installations by default": "请求一次或始终请求管理员权限,默认情况下以管理员权限安装",
"Ask only once for administrator privileges (not recommended)": "仅请求一次管理员权限(不推荐)",
"Authenticate to the proxy with an user and a password": "使用用户名和密码向代理进行身份验证",
"Automatically save a list of your installed packages on your computer.": "在您的计算机上自动保存所有已安装软件包的列表。",
"Autostart WingetUI in the notifications area": "开机自动启动 UniGetUI 到系统托盘",
"Available updates: {0}": "可用更新:{0}",
"Available updates: {0}, not finished yet...": "可用更新:{0},仍在进行中……",
"Backup installed packages": "备份已安装软件包",
"Backup location": "备份位置",
"But here are other things you can do to learn about WingetUI even more:": "但是您可以通过以下方式更多了解 WingetUI:",
"By toggling a package manager off, you will no longer be able to see or update its packages.": "关闭软件包管理器,您将无法再查看或更新其软件包。 ",
"Cache administrator rights and elevate installers by default": "缓存管理员权限,并总是以管理员权限安装",
"Cache administrator rights, but elevate installers only when required": "缓存管理员权限,但仅在需要时以管理员权限安装",
"Cache was reset successfully!": "缓存已成功重置!",
"Can't {0} {1}": "无法 {0} {1}",
"Cancel all operations": "取消全部操作",
"Change how UniGetUI installs packages, and checks and installs available updates": "更改 UniGetUI 安装软件包的方式,并检查和安装可用的更新",
"Change install location": "更改安装位置",
"Check for updates periodically": "定期检查更新",
"Check for updates regularly, and ask me what to do when updates are found.": "定期检查更新,并在发现更新时询问如何处理。",
"Check for updates regularly, and automatically install available ones.": "定期检查更新并自动安装可用更新。",
"Check out my {0} and my {1}!": "检查我的 {0} 和 {1}!",
"Check out some WingetUI overviews": "查阅 WingetUI 的概述",
"Checking for other running instances...": "正在检查其它运行实例……",
"Checking for updates...": "正在检查更新……",
"Checking found instace(s)...": "正在检查已找到实例……",
"Choose how many operations shouls be performed in parallel": "选择可并行执行多少操作",
"Clear finished operations": "清除已完成操作",
"Clear successful operations": "清除成功操作",
"Clear the local icon cache": "清除本地图标缓存",
"Clearing Scoop cache...": "正在清理 Scoop 缓存……",
"Close WingetUI to the notification area": "将 UniGetUI 隐藏到系统托盘",
"Command-line Output": "命令行输出",
"Compare query against": "比较的查询字段",
"Component Information": "组件信息",
"Contribute to the icon and screenshot repository": "为图标和屏幕截图存储库做出贡献",
"Copy": "复制",
"Could not load announcements - ": "无法载入公告 - ",
"Could not load announcements - HTTP status code is $CODE": "无法载入公告 - HTTP 状态码为 $CODE",
"Could not remove {source} from {manager}": "无法从 {manager} 移除 {source}",
"Current Version": "当前版本",
"Current user": "当前用户",
"Custom arguments:": "自定义参数:",
"Custom command-line arguments:": "自定义命令行参数:",
"Customize WingetUI - for hackers and advanced users only": "定制 UniGetUI – 仅供极客与高级用户",
"DISCLAIMER: WE ARE NOT RESPONSIBLE FOR THE DOWNLOADED PACKAGES. PLEASE MAKE SURE TO INSTALL ONLY TRUSTED SOFTWARE.": "免责声明:我们并不为您下载的软件包负责。请确保您安装的软件可被信任。",
"Default preferences - suitable for regular users": "默认首选项 – 适用于普通用户",
"Description:": "介绍:",
"Developing is hard, and this application is free. But if you liked the application, you can always <b>buy me a coffee</b> :)": "开发免费软件并非易事,如果您喜欢此软件,您可以<b>请我喝杯咖啡</b> :)",
"Directly install when double-clicking an item on the \"{discoveryTab}\" tab (instead of showing the package info)": "双击“{discoveryTab}”选项卡中的项目将会直接进行安装(而不只是显示软件包信息)",
"Disable new share API (port 7058)": "禁用新的分享 API(端口 7058)",
"Discover packages": "发现软件包",
"Distinguish between\nuppercase and lowercase": "区分大小写",
"Do NOT check for updates": "不检查更新",
"Do an interactive install for the selected packages": "交互式安装所选软件包",
"Do an interactive uninstall for the selected packages": "交互式卸载所选软件包",
"Do an interactive update for the selected packages": "交互式更新所选软件包",
"Do not download new app translations from GitHub automatically": "不自动下载 GitHub 中的新应用翻译",
"Do not remove successful operations from the list automatically": "不自动删除列表中的成功操作",
"Do not update package indexes on launch": "启动时不更新软件包的索引",
"Do you find WingetUI useful? If you can, you may want to support my work, so I can continue making WingetUI the ultimate package managing interface.": "您觉得 WingetUI 对您有帮助吗?或许您可以支持我的工作,这样我便可以继续使 WingetUI 成为一个终极包管理工具。",
"Do you find WingetUI useful? You'd like to support the developer? If so, you can {0}, it helps a lot!": "您觉得 UniGetUI 对您有帮助吗?您想支持开发人员吗?如果您这样想,您可以 {0},这将对我大有帮助!",
"Do you really want to uninstall {0} packages?": "您确定要卸载 {0} 个软件包吗?",
"Do you want to restart your computer now?": "您想要立刻重启您的计算机吗?",
"Do you want to translate WingetUI to your language? See how to contribute <a style=\"color:{0}\" href=\"{1}\"a>HERE!</a>": "想把 UniGetUI 翻译成您的语言吗?看看<a style=\"color:{0}\" href=\"{1}\" a>这里</a>了解如何贡献吧!",
"Don't feel like donating? Don't worry, you can always share WingetUI with your friends. Spread the word about WingetUI.": "不想捐款吗?别担心,您可以随时与朋友分享 WingetUI。传播关于 WingetUI 的信息。 ",
"Donate": "赞助",
"Download updated language files from GitHub automatically": "自动下载 GitHub 中的更新语言文件",
"Downloading": "下载中",
"Downloading installer for {package}": "为 {package} 下载安装程序",
"Downloading package metadata...": "正在下载软件包元数据……",
"Enable the new UniGetUI-Branded UAC Elevator": "启用新的 UniGetUI UAC 提升程序",
"Enable the new process input handler (StdIn automated closer)": "启用新的进程输入处理程序(标准输入自动关闭器)",
"Export log as a file": "导出日志到文件",
"Export packages": "导出软件包列表",
"Export selected packages to a file": "导出所选软件包到文件",
"Fetching latest announcements, please wait...": "正在获取最新公告,请稍候……",
"Finish": "完成",
"Force ARM compiled winget version (ONLY FOR ARM64 SYSTEMS)": "使用 ARM 架构的 Winget 版本(仅适用于 ARM64 系统)",
"Formerly known as WingetUI": "原名 WingetUI",
"Found": "已找到",
"Found packages: ": "已找到软件包:",
"Found packages: {0}": "已找到软件包:{0}",
"Found packages: {0}, not finished yet...": "已找到 {0} 个软件包,仍在查找中……",
"GitHub profile": "GitHub 个人资料",
"Global": "全局",
"Help and documentation": "帮助和文档",
"Hide details": "隐藏详情",
"How should installations that require administrator privileges be treated?": "该怎么处理需要管理员权限的安装操作?",
"Ignore updates for the selected packages": "忽略所选软件包的更新",
"Ignored updates": "已忽略的更新",
"Import packages": "导入软件包",
"Import packages from a file": "从文件导入软件包",
"Initializing WingetUI...": "正在初始化 UniGetUI……",
"Install and more": "安装及其它",
"Install and update preferences": "安装和更新首选项",
"Install packages from a file": "从文件安装软件包",
"Install selected packages": "安装所选软件包",
"Install selected packages with administrator privileges": "使用管理员权限安装所选包",
"Install the latest prerelease version": "安装最新的预发布版本",
"Install updates automatically": "自动安装更新",
"Installation canceled by the user!": "用户已取消安装!",
"Installed packages": "已安装软件包",
"Instance {0} responded, quitting...": " 实例 {0} 已回应,正在退出……",
"Is this package missing the icon?": "此软件包是否缺少图标?",
"It looks like you ran WingetUI as administrator, which is not recommended. You can still use the program, but we highly recommend not running WingetUI with administrator privileges. Click on \"{showDetails}\" to see why.": "您似乎在以管理员身份运行 UniGetetUI,但不建议这样做。 您仍然可以使用此程序,但是我们强烈建议不要使用管理员权限运行 UniGetUI 。 点击“{showDetails}”可了解原因。",
"Latest Version": "最新版本",
"Latest Version:": "最新版本:",
"Latest details...": "最新详情……",
"Launching subprocess...": "正在启动子进程……",
"Licenses": "所有许可证",
"Live command-line output": "实时命令行输出",
"Loading UI components...": "正在加载用户界面组件……",
"Loading WingetUI...": "正在加载 WingetUI……",
"Local machine": "本地机器",
"Locating {pm}...": "正在定位 {pm} ……",
"Looking for packages...": "正在搜索软件包……",
"Machine | Global": "本机 | 全局",
"Manage WingetUI autostart behaviour from the Settings app": "通过系统设置管理 WingetUI 开机自动启动",
"Manage ignored packages": "管理已忽略软件包",
"Manifests": "清单",
"New Version": "新版本",
"New bundle": "新建捆绑包",
"No packages found": "未找到软件包",
"No packages found matching the input criteria": "未找到与输入条件匹配的软件包",
"No packages have been added yet": "尚未添加任何软件包",
"No packages selected": "未选择软件包",
"No sources found": "未找到源",
"No sources were found": "未找到源",
"No updates are available": "没有可用更新",
"Notes:": "注意:",
"Notification tray options": "托盘通知设置",
"Ok": "确定",
"Open GitHub": "打开 GitHub",
"Open WingetUI": "打开 WingetUI",
"Open backup location": "打开备份位置",
"Open existing bundle": "打开现有捆绑包",
"Open the welcome wizard": "打开欢迎向导",
"Operation cancelled": "操作已取消",
"Options saved": "选项已保存",
"Package Manager": "软件包管理器",
"Package managers": "软件包管理器",
"Package {name} from {manager}": "来自 {manager} 的软件包 {name}",
"Packages": "软件包",
"Packages found: {0}": "已找到软件包:{0}",
"Paste a valid URL to the database": "粘贴有效网址到数据库",
"Perform a backup now": "立刻执行一次备份",
"Periodically perform a backup of the installed packages": "定期对已安装软件包进行备份 ",
"Please enter at least 3 characters": "请至少输入 3 个字符",
"Please note that certain packages might not be installable, due to the package managers that are enabled on this machine.": "请注意,由于系统中已启用了软件包管理器,某些软件包可能无法安装。",
"Please note that packages from certain sources may be not exportable. They have been greyed out and won't be exported.": "请注意,来自某些来源的包可能无法导出。它们已标记为灰色。",
"Please select how you want to configure WingetUI": "请选择您想要如何配置 UniGetUI",
"Please type at least two characters": "请至少输入两个字符",
"Portable": "可移植",
"Publication date:": "发布日期:",
"Quit WingetUI": "退出 WingetUI",
"Release notes URL:": "发布说明网址:",
"Release notes:": "发布说明:",
"Reload": "重载",
"Removal failed": "删除失败",
"Removal succeeded": "删除成功",
"Remove permanent data": "清除常驻的永久数据",
"Remove successful installs/uninstalls/updates from the installation list": "移除安装列表中成功的安装 / 卸载 / 更新项目",
"Repository": "存储库",
"Reset Scoop's global app cache": "重置 Scoop 的全局应用缓存",
"Reset Winget sources (might help if no packages are listed)": "重置 WinGet 安装源(如果未列出任何软件包时,可尝试此操作)",
"Reset WingetUI and its preferences": "重置 WingetUI 及其首选项",
"Reset WingetUI icon and screenshot cache": "重置 WingetUI 图标和屏幕截图缓存",
"Resetting Winget sources - WingetUI": "正在重置 Winget 安装源 - WingetUI",
"Restart now": "立刻重启",
"Restart your PC to finish installation": "重启您的电脑以便完成安装",
"Restart your computer to finish the installation": "重启您的电脑以便完成安装\n",
"Retry failed operations": "重试失败的操作",
"Retrying, please wait...": "正在重试,请稍候……",
"Return to top": "回到顶部",
"Running the installer...": "正在运行安装程序……",
"Running the uninstaller...": "正在运行卸载程序……",
"Running the updater...": "正在运行更新程序……",
"Save File": "保存文件",
"Save bundle as": "另存为捆绑包\n\n",
"Save now": "立刻保存",
"Search": "搜索",
"Search for desktop software, warn me when updates are available and do not do nerdy things. I don't want WingetUI to overcomplicate, I just want a simple <b>software store</b>": "搜索桌面端软件,有可用更新时通知我,可别做其它傻事。我可不想 UniGetUI 太复杂了,我只想要一个简单的<b>软件商店</b>。",
"Search on available updates": "搜索可用更新",
"Search on your software": "搜索已安装软件",
"Searching for installed packages...": "正在搜索已安装软件包……",
"Searching for packages...": "正在搜索软件包……",
"Searching for updates...": "正在搜索更新……",
"Select \"{item}\" to add your custom bucket": "选择“{item}”添加到您的自定义存储区",
"Select a folder": "选择文件夹",
"Select all packages": "全选软件包",
"Select only <b>if you know what you are doing</b>.": "请<b>明白您在做什么</b>再选择。",
"Select package file": "选择软件包文件",
"Select which <b>package managers</b> to use ({0}), configure how packages are installed, manage how administrator rights are handled, etc.": "选择想用({0})的<b>软件包管理器</b>、配置软件包的安装方式、管理管理员权限的处理方式等等。",
"Sent handshake. Waiting for instance listener's answer... ({0}%)": "已发送握手消息。正在等待实例监听程序的应答……({0}%)",
"Set custom backup file name": "设置自定义备份文件名",
"Share WingetUI": "分享 WingetUI",
"Show UniGetUI on the system tray": "在系统托盘中显示 UniGetUI",
"Show a notification when an installation fails": "安装失败时推送通知",
"Show a notification when an installation finishes successfully": "安装成功时推送通知",
"Show details": "显示详情",
"Show info about the package on the Updates tab": "在“更新”标签页上显示软件包信息",
"Show missing translation strings": "显示未翻译的字符串",
"Show package details": "显示软件包详情",