forked from ozsun88/Dism-Multi-language
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathen.xml
More file actions
1525 lines (1245 loc) · 136 KB
/
en.xml
File metadata and controls
1525 lines (1245 loc) · 136 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
<?xml version="1.0" encoding="UTF-8"?>
<!--
This is the English translation resource for Dism++.
There are 5 ASCII punctuation needing special representation in XML.
Also some control characters should be preferably encoded as numeric character entities.
Symbol Description Encoded as Preferably changed in translations to
< Less than <
> More than >
& And &
' Single quotation mark '
" Double quotation mark "
\t Tabulation control 	
\n Line feed (newline) control 

\r Carriage return control 
Also please avoid indenting this file using tabulations.
Special Thanks to Frag, Hexhu, raymai97, mdlgaofei, Mouri_Naruto, MikeGao, wondersnefu, dead account (https://www.github.com/EMLVIRUS)
-->
<Data>
<DefaultControl>
<Font shared="true" id="0" name="Segoe UI" size="12"/>
<Font shared="true" id="1" name="Segoe UI" size="16"/>
</DefaultControl>
<CCleanLangSecRefMap>
<LangSecRef ID="3021">Applications</LangSecRef>
<LangSecRef ID="3022">Internet</LangSecRef>
<LangSecRef ID="3023">Multimedia</LangSecRef>
<LangSecRef ID="3024">Utilities</LangSecRef>
<LangSecRef ID="3025">System</LangSecRef>
<LangSecRef ID="3026">Browser</LangSecRef>
<LangSecRef ID="3027">Browser</LangSecRef>
<LangSecRef ID="3028">Browser</LangSecRef>
<LangSecRef ID="3029">Browser</LangSecRef>
<LangSecRef ID="3030">Applications</LangSecRef>
<LangSecRef ID="3031">Windows Store</LangSecRef>
</CCleanLangSecRefMap>
<StringMaps>
<String Target="文件(&F)" Link="&File"/>
<String Target="添加映像" Link="Add Image"/>
<String Target="释放映像	Ctrl+N" Link="Apply Image	Ctrl+N"/>
<String Target="挂载映像	Ctrl+Shift+N" Link="Mount Image	Ctrl+Shift+N"/>
<String Target="添加路径" Link="Add Path"/>
<String Target="卸载映像	Delete" Link="Unmount Image	Delete"/>
<String Target="保存映像	Ctrl+S" Link="Save Image	Ctrl+S"/>
<String Target="另存为映像	Ctrl+Shift+S" Link="Save Image As	Ctrl+Shift+S"/>
<String Target="打开映像文件	Ctrl+O" Link="Open Image File	Ctrl+O"/>
<String Target="重新载入" Link="Reload"/>
<String Target="格式转换" Link="Format Conversion"/>
<String Target="ESD解密" Link="ESD Decryption"/>
<String Target="取消任务	Ctrl+Break" Link="Cancel Task	Ctrl+Break"/>
<String Target="恢复功能(&R)" Link="&Recovery"/>
<String Target="系统修复" Link="System Recovery"/>
<String Target="健康扫描" Link="Health Check"/>
<String Target="验证受损" Link="Scan Health"/>
<String Target="修复受损" Link="Restore Health"/>
<String Target="引导修复" Link="Bootmgr Repair"/>
<String Target="系统备份" Link="System Backup"/>
<String Target="系统还原" Link="System Restore"/>
<String Target="在RE中运行" Link="Run in WinRE"/>
<String Target="仅启动RE" Link="Run WinRE Only"/>
<String Target="撤销Compact" Link="Undo Compact"/>
<String Target="选项(&O)" Link="&Options"/>
<String Target="插件管理" Link="Plugin Manager"/>
<String Target="新手模式" Link="Novice Mode"/>
<String Target="详细设置" Link="More settings"/>
<String Target="操作完成后" Link="After completing the operation"/>
<String Target="未定义" Link="None"/>
<String Target="关机" Link="Shutdown"/>
<String Target="重启" Link="Restart"/>
<String Target="程序外观" Link="Appearance"/>
<String Target="帮助(&H)" Link="&Help"/>
<String Target="查看帮助(&V)" Link="&View Help"/>
<String Target="官方网站(&O)" Link="&Official Site"/>
<String Target="官方群(&G)" Link="Offical &Group"/>
<String Target="问题反馈(&B)" Link="Feed&back"/>
<String Target="关于Dism++(&A)" Link="&About Dism++"/>
<String Target="检查更新(&U)" Link="Check Check for &Updates"/>
<String Target="应用一个WIM、ESD、SWM或者ISO映像。" Link="Applies a WIM, ESD, SWM or ISO image."/>
<String Target="从 WIM 文件安装映像。" Link="Mounts an image from a WIM file."/>
<String Target="卸载安装的 WIM 映像" Link="Unmounts a mounted WIM image."/>
<String Target="保存对安装的 WIM 映像的更改" Link="Saves changes to a mounted WIM image."/>
<String Target="保存更改到另一个WIM文件中" Link="Save changes to another WIM Image"/>
<String Target="打开并编辑现有的WIM文件" Link="Open and Edit an existing WIM File"/>
<String Target="WIM、ESD互转" Link="ESD/WIM Conversion"/>
<String Target="将ESD文件(支持加密)转换为ISO。" Link="Convert ESD to ISO (Support encrypted ESD files)."/>
<String Target="解密微软在线提供的ESD文件" Link="Decrypt ESD files from Microsoft Online"/>
<String Target="重启进入RE并为我启动Dism++" Link="Restart to WinRE and run Dism++"/>
<String Target="启动RE环境" Link="Start WinRE"/>
<String Target="添加删除Dism插件" Link="Add or remove Dism++ Plugin"/>
<String Target="在官方网站可以获取帮助文档,并提出你的宝贵意见" Link="Documentation is available on www.chuyu.me. We do appreciate your feedback!"/>
<String Target="为映像重新添加引导。" Link="Re-add a boot image."/>
<String Target="只添加指定文件夹路径到映像列表。" Link="Add selected path to the Image List."/>
<String Target="重新扫描系统" Link="Rescan"/>
<String Target="取消所有Compact压缩的文件(存在兼容性问题时使用)" Link="Uncompact all compressed files (in case of compatibility issue)"/>
<String Target="将现有的系统备份为WIM或者ESD(如果文件存在则自动增量到原有文件)。" Link="Backup this system into a WIM or ESD file (changes will be applied to existing WIN/ESD file (incremantal save) if you backuped before)."/>
<String Target="扫描映像是否存在组件存储损坏" Link="Scan Image"/>
<String Target="修复映像中存在的组件存储损坏" Link="Repair Image"/>
<String Target="从现有映像文件(WIM、ESD)恢复系统。" Link="Restore OS from existing image file (WIM/ESD)"/>
<String Target="调整Dism++的设置" Link="Adjust Dism++ settings"/>
<String Target="专家模式" Link="expert mode"/>
<!--右键菜单-->
<String Target="Xpress4k(推荐)" Link="Xpress4k (recommended)"/>
<String Target="LZX(体积最小)" Link="LZX (smallest)"/>
<!--主框架-->
<String Target="正在删除" Link="Deleting"/>
<String Target="错误提示" Link="Error"/>
<String Target="正在保存" Link="Saving"/>
<String Target="保存映像" Link="Save Image"/>
<String Target="正在准备" Link="Preparing"/>
<String Target="正在加载规则" Link="Loading rules"/>
<String Target="Dism++不允许修改文件名,这将导致插件无法正常加载。" Link="Dism++ does not allow to modify file name, it can cause plugin fail to load."/>
<String Target="无法启动Dism++x64.exe,请确保该Dism++组件的完整性。" Link="Unable to start Dism++x64.exe, please ensure the integrity of Dism++ components."/>
<String Target="Dism++关键组件丢失,请从 www.chuyu.me 重新下载Dism++。" Link="Dism++ critical file is missing, please re-download Dism++ from www.chuyu.me."/>
<String Target="临时目录可用空间不足5GB,这可能导致Dism++无法正常运行,推荐将Dism++复制到可用空间大于5GB的驱动器,然后继续。" Link="Temporary directory space less than 5GB, Dism++ may not work properly. It is recommended to copy Dism++ to drive with more than 5GB of free space, and then continue."/>
<String Target="基础支撑库缺失,引导修复相关功能无法使用。" Link="The fundamental supporting library is missing. Unable to use boot-fix related functions."/>
<String Target="Dism++需要管理员权限才能运行,请右键 以管理员身份运行 然后继续。" Link="Dism++ needs administrative rights to run. Please right click and select Run as Administrator to run it."/>
<String Target="Dism++不允许以兼容模式启动,请去除兼容模式,然后再启动Dism++。" Link="Dism++ does not allow compatibility mode. Restart Dism++ after disable it."/>
<String Target="你需要增量保存还是直接保存?" Link="Save directly or perform an incremental save?"/>
<String Target="温馨提示:保存映像后空间不会减少,如果需要减少空间请重新编译目标文件。" Link="Tips: The overall size will not be reduced if you save this image; recompile target file if you need to reduce the space."/>
<String Target="增量保存(推荐)
创建一个新的映像,不会覆盖原有数据。" Link="Incremental save (recommended)
It will create a new image; original data will not be changed."/>
<String Target="直接保存
将覆盖当前映像的数据。" Link="Direct save
It will replace the original image with this modified image."/>
<String Target="温馨提示" Link="Tips"/>
<String Target="正在挂载" Link="Mounting"/>
<String Target="正在卸载映像" Link="Unmounting"/>
<String Target="正在释放" Link="Applying"/>
<String Target="正在还原" Link="Restoring"/>
<String Target="%s 位置的映像正在进行其他事情,请稍后再试。" Link="The image in position %s is busy, please try again later."/>
<String Target="无法移动文件 %s,Dism++已回滚对系统的更改。" Link="File %s cannot be moved, Dism++ has rolled back the changes to the system."/>
<String Target="正在配置WinRE" Link="Configuring Windows RE"/>
<String Target="正在进行第 %d 阶段(共 %d )" Link="Now on step %d (%d total steps)"/>
<String Target="格式转换向导" Link="Format Conversion Wizard"/>
<String Target="此功能可以将微软发布的ESD转换为ISO,还支持加密的ESD哦。" Link="This function can convert ESD to ISO, it also supports encrypted ESD."/>
<String Target="ESD映像文件" Link="ESD File"/>
<String Target="ISO映像文件" Link="ISO File"/>
<String Target="ISO映像文件-高压版" Link="ISO File-Ultra"/>
<String Target="WIM映像文件" Link="WIM File"/>
<String Target="WIM拆分映像" Link="SWM File"/>
<String Target="所有文件" Link="All File"/>
<String Target="正在转换格式" Link="Converting"/>
<String Target="正在从%s,转换到%s" Link="Converting %s to %s"/>
<String Target="映像文件" Link="Image File"/>
<String Target="无法获取RE信息,错误代码:%d" Link="Cannot obtain WinRE info, error code: %d"/>
<String Target="重启后,系统自动将启动RE,你确定要重启么?" Link="System will restart to WinRE, do you want to restart now?"/>
<String Target="此功能可以将ESD、WIM格式相互转换。" Link="This function can convert ESD to WIM & convert WIM to ESD "/>
<String Target="Dism++将会在RE中启动,你现在需要重启电脑么?" Link="Dism++ will start in WinRE, do you want to restart now?"/>
<String Target="%s 位置的映像正繁忙,请稍后再试。" Link="The location of %s image is busy, please try again later."/>
<String Target="正在验证受损" Link="Scanning Health"/>
<String Target="正在修复受损" Link="Restoring Health"/>
<String Target="%d 秒后将关闭计算机,点击取消可以撤销此任务。" Link="The computer will be shutdown after %d seconds. Click "Cancel" to cancel this task."/>
<String Target="%d 秒后将重启计算机,点击取消可以撤销此任务。" Link="The computer will restart after %d seconds. Click "Cancel" to cancel this task."/>
<String Target="正在清理临时数据" Link="Cleaning temporary data"/>
<String Target="Sorry,无法配置环境,请在PE中使用此功能。" Link="Sorry, failed to configure environment at the moment. Please perform this task in WinPE."/>
<String Target="Sorry,无法清理临时文件!" Link="Sorry, failed to clean up temporary data!"/>
<String Target="当前硬盘可用空间不足,你需要重启并进入RE进行恢复么?" Link="The current hard disk does not have enough space. Do you want to enter WinRE and restore?"/>
<String Target="在还原前你需要格式化分区:%s ?" Link="Do you want to format the partition %s before restoring?"/>
<String Target="温馨提示:格式化分区该分区所有数据将丢失!" Link="Warning: All data will be erased after formatting!"/>
<String Target="格式化分区(推荐)
有助于系统分区整洁,消除文件残留。" Link="Formatting (Recommended)
Cleans up the system partition without leaving any files behind."/>
<String Target="%s 映像已经还原成功。" Link="Successfully restored %s image."/>
<String Target="你需要重启并立即生效么?" Link="Save changes and Restart now?"/>
<String Target="准备就绪" Link="Ready"/>
<String Target="不支持" Link="Not supported"/>
<String Target="不存在" Link="Not exist"/>
<String Target="已经失效" Link="Already expired"/>
<String Target="请稍等" Link="Please wait"/>
<String Target="本地硬盘" Link="Local Disk"/>
<String Target="挂载映像" Link="Mounted Image"/>
<String Target="Compact" Link="Compact"/>
<String Target="VHD装载" Link="Mounted VHD"/>
<String Target="不压缩" Link="None"/>
<String Target="WIMBoot压缩" Link="WIMBoot"/>
<String Target="快速压缩" Link="Fast"/>
<String Target="最大压缩" Link="Max"/>
<String Target="极限压缩" Link="Recovery"/>
<String Target="映像名称" Link="Image Name"/>
<String Target="映像说明" Link="Image Description"/>
<String Target="显示名称" Link="Display Name"/>
<String Target="显示说明" Link="Display Description"/>
<String Target="映像标志" Link="Edition"/>
<String Target="系统体系" Link="Architecture"/>
<String Target="创建日期" Link="Created"/>
<String Target="展开空间" Link="Expanded Space"/>
<String Target="系统版本" Link="OS Version"/>
<String Target="不压缩映像" Link="None"/>
<String Target="WIMBoot压缩映像" Link="WIMBoot"/>
<String Target="快速压缩映像" Link="Fast"/>
<String Target="最大压缩映像" Link="Max"/>
<String Target="极限压缩映像" Link="Recovery"/>
<String Target="全选" Link="All"/>
<String Target="反选" Link="Invert"/>
<String Target="自定义规则" Link="Custom rules"/>
<String Target="扫描" Link="Scan"/>
<String Target="清理" Link="Clean Up"/>
<String Target="存在风险" Link="Risk"/>
<String Target="建议保留" Link="Keep"/>
<String Target="可以删除" Link="Can delete"/>
<String Target="建议删除" Link="Delete"/>
<String Target="自定义" Link="Custom"/>
<String Target="正在载入清理规则" Link="Loading clean-up rules..."/>
<String Target="正在撤销Compact" Link="Revoking Compact"/>
<String Target="名称" Link="Name"/>
<String Target="保存" Link="Save"/>
<String Target="取消" Link="Cancel"/>
<String Target="详细信息" Link="Details"/>
<String Target="其他" Link="Others"/>
<String Target="正在初始化" Link="Initializing..."/>
<String Target="类别" Link="Category"/>
<String Target="大小" Link="Size"/>
<String Target="正在关闭会话" Link="Closing Session"/>
<String Target="值" Link="Value"/>
<String Target="控制面板" Link="Control Panel"/>
<String Target="删除" Link="Remove"/>
<String Target="关于Dism++" Link="About Dism++"/>
<String Target="Dism++正在执行任务,你确定要关闭程序么?" Link="Dism++ is working, force kill Dism++ now?"/>
<String Target="正在检查更新" Link="Checking for Updates..."/>
<String Target="正在加载插件" Link="Loading Plug-in"/>
<String Target="正在扫描已安装的系统" Link="Scanning Installed System"/>
<String Target="已经是最新版本,无需更新!" Link="Already the newest version. No further update."/>
<String Target="正在修复挂载映像" Link="Remounting image"/>
<String Target="正在取消现有任务,请稍等……" Link="Canceling current tasks, please wait…"/>
<String Target="挂载映像 %s 已经损坏,需要修复才能继续。你需要执行修复操作吗?" Link="Mounted image %s is damaged, must be repaired before continuing. Do you want to repair the image now?"/>
<String Target="即将重启以下程序 %s,你确定要继续吗?" Link="About to restart the following program %s, Sure to proceed?"/>
<String Target="资源管理器" Link="Explorer"/>
<String Target="操作完成" Link="Success"/>
<!--欢迎页-->
<String Target="Dism++由大学时期几个强迫症晚期患者打造,追求最强功能、极致绿色、极小身材。Dism++可以说是一个Dism的GUI版,但是并不依赖Dism,直接基于更底层的CBS(Component Based Servicing Reference)。因此Dism++往往比微软自带的Dism拥有更好的兼容性以及更加轻巧的体积。" Link="The first Dism GUI implementation based on CBS in the world!"/>
<String Target="联系方式" Link="Contact"/>
<String Target="官方网站" Link="Official Site"/>
<String Target="QQ群" Link="QQ Group"/>
<String Target="邮箱" Link="E-Mail"/>
<String Target="帮助与支持" Link="Support"/>
<String Target="初雨开源" Link="Open Source"/>
<String Target="问题反馈" Link="Feedback"/>
<String Target="帮助文档" Link="Document"/>
<String Target="致谢" Link="Thanks"/>
<String Target="翻译人员" Link="Translator"/>
<String Target="赞助名单" Link="Sponsor"/>
<String Target="第三方库" Link="Third Party"/>
<!--添加映像-->
<String Target="请输入映像存放目录" Link="Please enter the path of the image"/>
<String Target="请在此输入安装路径,比如C:\" Link="Please enter the installation path of the image here. For example, C:\"/>
<String Target="请在此输入挂载路径,比如D:\1" Link="Please enter the mounting path here. For example, D:\1"/>
<String Target="请输入所在路径" Link="Please enter the image path"/>
<String Target="镜像文件" Link="Image File"/>
<String Target="只读模式" Link="ReadOnly"/>
<String Target="快速挂载" Link="Fast Mount"/>
<String Target="(可启动)" Link="(Bootable)"/>
<String Target="添加映像向导" Link="Add-Image Wizard"/>
<String Target="此功能可以将其他文件(WIM、ESD、VHD、VHDX)或者文件夹的包含的映像添加至映像列表。" Link="This feature allows other files (WIM, ESD, VHD, VHDX files), as well as images contained in a folder to be added to the Image List."/>
<String Target="挂载映像文件(WIM、VHD、VHDX)中的映像到指定目录" Link="Mount image files (WIM, VHD, VHDX) to a specified directory"/>
<String Target="释放映像文件(WIM、ESD)中的映像到指定目录" Link="Apply image files (WIM, VHD) to a specified directory"/>
<String Target="谢谢,我只需要添加指定文件夹路径到映像列表" Link="Thanks, I only need to add a specified path to the Image List"/>
<String Target="浏览" Link="Browse"/>
<String Target="目标映像:" Link="Target Image:"/>
<String Target="请选择其中一个映像" Link="Please select an image"/>
<String Target="请在此输入映像文件路径,比如 D:\Backup.wim" Link="Please enter the path to the image file. For example, D:\Backup.wim."/>
<String Target="添加引导" Link="Add Boot"/>
<String Target="格式化" Link="Format"/>
<String Target="释放映像" Link="Apply Image"/>
<String Target="挂载映像 " Link="Mount Image"/>
<!--另存为映像-->
<String Target="你可以在此处修改映像文件信息(支持双击修改)" Link="You can edit image information here (double click to edit)"/>
<String Target="在此处设置捕获映像的文件豁免列表加快捕获速度,每个条目用回车分割。" Link="Set Exclusion List for images that needs no catch, seperate each image by Enter."/>
<String Target="如何配置豁免列表" Link="How to configure the exclusion list"/>
<String Target="另存为映像" Link="Save Image As"/>
<String Target="卷影复制" Link="VSS"/>
<!--系统修复-->
<String Target="映像十分健康不需要修复。" Link="The image is intact. No repair needed."/>
<String Target="映像已经受损,但是可以修复。" Link="The image has been damaged, but repair is possible."/>
<String Target="映像已经受到致命问题,已经无法修复,请修复安装。" Link="The image has fatal problem that is beyound Dism++'s repair capability. Please repair by reinstalling."/>
<String Target="系统修复向导" Link="System Recovery Wizard"/>
<String Target="恭喜映像已经修复成功!" Link="Repaired successfully."/>
<String Target="致命错误,会话无应答。" Link="Fatal error, the session is not responding."/>
<!--本地源-->
<String Target="本地源可以大幅度加速功能打开以及系统修复。" Link="Local Source can be used to accelerate enabling of features and system repair."/>
<String Target="什么是本地源" Link="What is the Local Source?"/>
<String Target="本地源" Link="Local Source"/>
<!--格式转换-->
<String Target="请在此输入源文件路径" Link="Please enter the path of the source file here"/>
<String Target="请在此输入目标文件路径" Link="Please enter the path of the destination file here"/>
<!--ESD解密-->
<String Target="温馨提示:此功能将直接解密目标文件,原版控请自行备份。" Link="Tips: This function will decrypt the target file directly. Please backup the original files."/>
<String Target="解密口令已自动匹配" Link="The decryption password has been matched automatically"/>
<String Target="请在输入框输入解密口令" Link="Please input the decryption password into the input box"/>
<String Target="请正确输入Key,错误信息:%s" Link="Please enter the correct Key. Error: %s"/>
<String Target="成功解密:%s" Link="Decrypt successfully: %s"/>
<String Target="ESD解密向导" Link="ESD Decryption Wizard"/>
<String Target="该文件似乎不是一个有效的WIM、ESD文件。" Link="This file does not seem to be a valid WIM or ESD file."/>
<String Target="该文件没有被加密,无需解密。" Link="The file is not encrypted, no decryption needed."/>
<String Target="温馨提示:Dism++将使用独有内存解密,无需担心源文件被修改。" Link="Hint: Dism++ will decrypt in its own memory to make sure source file will not be altered."/>
<!--映像编辑-->
<String Target="温馨提示:双击可修改映像信息对应的值。" Link="Tips: You can modify the values by double clicking."/>
<String Target="可启动" Link="Bootable"/>
<String Target="编辑映像文件" Link="Edit Image File"/>
<String Target="导出" Link="Export"/>
<String Target="保存更改" Link="Save changes"/>
<String Target="导出映像" Link="Export image"/>
<String Target="正在导出第%d个映像(共 %d )" Link="Exporting the %d of %d images"/>
<String Target="正在添加映像,请耐心等待……" Link="Importing the image, please wait..."/>
<String Target="操作成功!" Link="Successful!"/>
<String Target="删除映像" Link="Remove Image"/>
<String Target="编辑映像" Link="Edit Image"/>
<!--引导修复-->
<String Target="此映像并不在分区根目录,所以无法执行修复操作。" Link="Unable to repair because this image is not at the root of partition."/>
<String Target="当前映像正在运行,所以无法执行修复操作。" Link="Unable to repair because the image is being used."/>
<String Target="正在修复引导" Link="Repairing..."/>
<String Target="恭喜已经成功修复引导。" Link="Repair Boot successfully."/>
<String Target="启动修复失败,错误代码:%d" Link="Boot Repair failed, error code:%d"/>
<String Target="无法对PE进行引导修复。" Link="Cannot repair PE boot."/>
<String Target="类型" Link="Type"/>
<!--引导修复-启动分区选择-->
<String Target="位置" Link="Location"/>
<String Target="基本" Link="Basic"/>
<String Target="更多" Link="Advanced"/>
<String Target="启动分区:" Link="Boot Partition:"/>
<String Target="你必须点击更多进行手动指定!" Link="Click "more" to specify it manually!"/>
<String Target="硬盘%d 分区%d(%s)" Link="Disk%d Partition%d (%s)"/>
<String Target="硬盘%d 分区%d" Link="Disk%d Partition%d"/>
<String Target="即将把启动信息写入启动分区- %s" Link="The boot record will be written to the boot partition - %s"/>
<String Target="没有异议或者看不懂的请点击 %s 。" Link="If you agree or do not understand this message, please click on %s."/>
<String Target="无法获取该分区的详细信息。" Link="Unable to get detailed information about the partition."/>
<String Target="目标系统需要以UEFI方式启动,请选择一个GPT分区。" Link="Target system needs to be booted with UEFI, please select a GPT partition."/>
<String Target="UEFI启动需要FAT16/FAT32分区。" Link="If you boot with UEFI, it needs a FAT16/FAT32 partition"/>
<String Target="目标系统需要以BIOS方式启动,请选择一个MBR分区。" Link="Target system needs to be booted with BIOS, please select an MBR partition."/>
<String Target="BIOS启动分区必须是个主分区。" Link="BIOS boot partition must be a primary partition."/>
<!--详细设置-->
<String Target="体验" Link="Experience"/>
<String Target="设置" Link="Settings"/>
<String Target="确定" Link="OK"/>
<String Target="启用专家模式*" Link="Enable expert mode*"/>
<String Target="整合右键菜单" Link="Integrated right-click-menu"/>
<String Target="整合引导菜单" Link="Integrated BCD boot menu"/>
<String Target="排除列表" Link="Exclusion list"/>
<String Target="减少映像文件(WIM、ESD)保存时间" Link="Reduce the save duration of image file (WIM, ESD)"/>
<String Target="CompactOS压缩率" Link="CompactOS compression rate"/>
<String Target="压缩率越小性能越好(仅影响选中系统)" Link="The smaller the compression ratio is, the better the performance (compression only affects selected system)."/>
<String Target="大约压缩33%(更佳性能)" Link="Compress 33% (Faster)"/>
<String Target="大约压缩36%" Link="Compress 36%"/>
<String Target="大约压缩38%" Link="Compress 38%"/>
<String Target="大约压缩44%(更小体积)" Link="Compress 44% (Smaller)"/>
<String Target="加载WofAdk驱动(可能导致蓝屏!)" Link="Load WofAdk driver (may cause BSOD!)"/>
<String Target="更新差异传输引擎:" Link="Windows Update Differ Engine:"/>
<String Target="关闭" Link="Off"/>
<String Target="快速" Link="Fast"/>
<String Target="完整" Link="Full"/>
<!--Tab-->
<String Target="Dism++正在执行其他任务,你可以稍后打开会话。" Link="Dism++ is currently busy. Sit back and relax."/>
<String Target="为了优化性能,你需要手动打开会话。" Link="To optimize performance, please open the session manually."/>
<String Target="打开会话" Link="Open session"/>
<String Target="正在打开会话" Link="Opening session"/>
<String Target="当前系统至少为Windows 8/2012才能正常处理此系统。如果你继续进行,那么打开关闭功能、添加删除更新均可能出现意外失败。" Link="Host Version should be at least Windows 8/2012. If you continue this operation on a legacy host, features such as enabling/disabling features, adding/deleting update may not work properly."/>
<String Target="映像路径存在非英文字符可能导致安装更新失败,请在全英文路径重新挂载此映像,比如“D:\Mount”。" Link="The image path contains non-ASCII characters may cause the install update to fail. Please reload the image in an ASCII-compliant path, such as "D:\Mount"."/>
<String Target="常用工具" Link="Utilities"/>
<String Target="空间回收" Link="Disk Clean-up"/>
<String Target="启动项管理" Link="Startup"/>
<String Target="工具箱" Link="Toolkit"/>
<String Target="Appx管理" Link="Appxs"/>
<String Target="驱动管理" Link="Drivers"/>
<String Target="程序和功能" Link="Apps and Features"/>
<String Target="Windows服务" Link="Services"/>
<String Target="Windows功能" Link="Features"/>
<String Target="更新管理" Link="Updates"/>
<String Target="已安装的更新" Link="Update History"/>
<String Target="可选功能" Link="Optional Features"/>
<String Target="部署功能" Link="Deploy Features"/>
<!--空间回收-->
<String Target="推荐操作" Link="Recommend"/>
<String Target="需要扫描" Link="Ready to Scan"/>
<String Target="正在扫描%s" Link="Scanning %s"/>
<String Target="出错" Link="Error"/>
<String Target="正在清理%s" Link="Cleaning %s"/>
<String Target="本次共释放了%s 的空间。" Link="Freed %s."/>
<String Target="该规则来自CCleaner解析引擎,因此不能提供说明。" Link="The rule is from the CCleaner rules, so details are not available."/>
<String Target="默认" Link="Default"/>
<String Target="关于 %s 的详细处理信息" Link="Detailed information about the %s"/>
<String Target="以下文件即将被处理,你可以点击 清理 处理他们" Link="The following files will be processed, and you can click "Clean Up" to process them"/>
<String
Target="关于 %s 的警告:

%s

您确定要清理么?"
Link="%s warning:

%s

Proceed with cleanup?"/>
<String Target="全不选" Link="None"/>
<String Target="已经清理" Link="Cleaned"/>
<String Target="清理失败" Link="Failed"/>
<String Target="等待扫描" Link="Need Scan"/>
<String Target="过期文件" Link="Expired files"/>
<String Target="系统相关" Link="System"/>
<String Target="缓存文件" Link="Cache files"/>
<String Target="应用程序" Link="Applications"/>
<String Target="备份文件" Link="Backup files"/>
<String Target="Dism++即将进行清理,垃圾文件将被直接删除,无法通过回收站恢复,你确定要继续么?" Link="Dism++ will begin the cleanup process. Files CANNOT be recovered from Recycle Bin. Do you want to proceed?"/>
<!--注册表清理-->
<String Target="注册表清理" Link="Registry Clean-up"/>
<String Target="无效动态链接库" Link="Invalid dynamic link library"/>
<String Target="无效的应用程序路径" Link="Invalid application path"/>
<String Target="无效的启动程序" Link="Invalid startup procedure"/>
<String Target="用户访问历史记录" Link="User access history"/>
<String Target="无效的防火墙设置" Link="Invalid firewall settings"/>
<String Target="无效的卸载信息" Link="Invalid uninstall information"/>
<String Target="无效的MUI缓存" Link="Invalid MUI cache"/>
<String Target="无效的文件类型" Link="Invalid file type"/>
<String Target="无效的COM组件" Link="Invalid COM component"/>
<String Target="蓝屏记录" Link="BSoD History"/>
<String Target="注册表还原" Link="Restore"/>
<String Target="清理时间" Link="Cleanup time"/>
<String Target="网络位置" Link="Network Location"/>
<String Target="正在扫描第%d个可清理的注册表项。。。" Link="Scanning num. %d register item to be cleaned..."/>
<!--驱动管理-->
<String Target="温馨提示:删除关键驱动可能导致计算机无法启动" Link="Reminder: Deleting important drivers may cause your computer to fail to start."/>
<String Target="关键驱动:%s" Link="Important Driver: %s"/>
<String Target="类别标识:%s" Link="Class: %s"/>
<String Target="驱动版本:%hu.%hu.%hu.%hu" Link="Version: %hu.%hu.%hu.%hu"/>
<String Target="发布日期:%s" Link="Release Date: %s"/>
<String Target="文件路径:%s" Link="Path: %s"/>
<String Target="驱动大小:%s" Link="Size: %s"/>
<String Target="OEM名称:%s" Link="OEM Name: %s"/>
<String Target="导出驱动" Link="Export"/>
<String Target="删除驱动" Link="Delete"/>
<String Target="添加驱动" Link="Add"/>
<String Target="是" Link="YES"/>
<String Target="否" Link="NO"/>
<String Target="正在加载驱动" Link="Loading Driver"/>
<String Target="请选择驱动保存路径" Link="Please select the path to save the driver(s)."/>
<String Target="正在导出驱动" Link="Exporting Driver"/>
<String Target="导出驱动时遇到问题,具体参考Dism++.log" Link="Problems encountered when exporting drivers. Please refer to Dism++.log for details."/>
<String Target="正在删除驱动" Link="Deleting Driver"/>
<String Target="一个或者多个驱动删除失败,错误代码:0x%.8X" Link="Failed to delete one or several drivers. Error code: 0x%.8X"/>
<String Target="请选择驱动所在文件夹" Link="Please select the folder of driver"/>
<String Target="正在安装驱动" Link="Installing Driver"/>
<String Target="一个或者多个驱动添加失败,错误代码:0x%.8X" Link="Failed to add one or several drivers. Error code: 0x%.8X"/>
<String Target="显示内置驱动" Link="Display in-box driver"/>
<String Target="处理过程中遇到问题,其中成功 %u 个,失败 %u 个,不适用 %u 个。部分错误信息:%s [0x%.8X] 更多信息请参考 "Config\Dism++.log"" Link="Met problem(s) during processing. Success %u, failure %u, not applicable %u. Some of the error: %s [0x%.8X]. Refer to "Config\Dism++.log" for more information."/>
<String Target="操作成功,其中成功 %u 个,不适用 %u 个。更多信息请参考 "Config\Dism++.log"" Link="Operation succeeded. Success %u, not applicable %u. Refer to "Config\Dism++.log" for more information."/>
<!--开机启动项-->
<String Target="开机启动项" Link="Startup"/>
<String Target="系统启动项 —— HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run" Link="System Startup — HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\Run"/>
<String Target="系统启动项32位 —— HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Run" Link="System Boot 32Bit — HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\Run"/>
<String Target="系统启动项(仅启动一次) —— HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce" Link="System Startup (Run Once) — HKLM\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce"/>
<String Target="系统启动项32位(仅启动一次) —— HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\RunOnce" Link="System Startup 32Bit (Run Once) — HKLM\SOFTWARE\Wow6432Node\Microsoft\Windows\CurrentVersion\RunOnce"/>
<String Target="用户启动项 —— HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Run" Link="User Startup — HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\Run"/>
<String Target="用户启动项(仅启动一次) —— HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce" Link="User Startup (Run Once) — HKCU\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce"/>
<String Target="启动(所有用户) —— %SystemDrive%\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup" Link="Startup (All Users) — %SystemDrive%\ProgramData\Microsoft\Windows\Start Menu\Programs\Startup"/>
<String Target="启动(当前用户) —— %UserProfile%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup" Link="Startup (Current User) — %UserProfile%\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup"/>
<String Target="本机启动项 —— HKLM\SYSTEM\CurrentControlSet\Control\Session Manager" Link="Native Boot — HKLM\SYSTEM\CurrentControlSet\Control\Session Manager"/>
<String Target="隐藏禁用项" Link="Hide Disabled items"/>
<String Target="查找" Link="Find"/>
<String Target="新用户启动项 —— HKU\DEFAULT\SOFTWARE\Microsoft\Windows\CurrentVersion\Run" Link="New User Startup — HKU\DEFAULT\SOFTWARE\Microsoft\Windows\CurrentVersion\Run"/>
<String Target="新用户启动项(仅启动一次) —— HKU\DEFAULT\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce" Link="New User Startup (Run Once) — HKU\DEFAULT\SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce"/>
<!--服务-->
<String Target="服务项" Link="Service"/>
<String Target="禁用" Link="Disable"/>
<String Target="手动" Link="Manual"/>
<String Target="自动" Link="Auto"/>
<String Target="自动(延迟)" Link="Auto (Delay)"/>
<String Target="描述" Link="Description"/>
<String Target="启动类型" Link="Startup Type"/>
<String Target="正在加载服务" Link="Loading Services"/>
<String Target="应用服务" Link="Application"/>
<String Target="系统服务" Link="System"/>
<String Target="驱动程序" Link="Drivers"/>
<!--功能-->
<String Target="指定本地源" Link="Specify the local source"/>
<String Target="应用" Link="Apply"/>
<String Target="正在加载Windows功能" Link="Loading Windows Feature"/>
<String Target="关闭功能" Link="Disabled"/>
<String Target="部分启用" Link="Partially"/>
<String Target="全部启用" Link="Enabled"/>
<String Target="删除功能" Link="Removed"/>
<String Target="正在应用" Link="Applying"/>
<String Target="本地源:" Link="Local Source:"/>
<String Target="请在此输入本地源" Link="Please input local source here"/>
<!--应用程序-->
<String Target="更改" Link="Modify"/>
<String Target="通用安装脚本" Link="Universal installation scripts"/>
<String Target="%s 已经安装,你确定要继续吗?" Link="%s is installed already. Sure to proceed?"/>
<!--添加删除更新-->
<String Target="未知" Link="Unknown"/>
<String Target="不适用" Link="Not Applicable"/>
<String Target="卸载挂起" Link="Pending Uninstallation"/>
<String Target="已暂存" Link="Staged"/>
<String Target="正在暂存" Link="Staging"/>
<String Target="已安装" Link="Installed"/>
<String Target="安装挂起" Link="Pending Installation"/>
<String Target="被取代" Link="Replaced"/>
<String Target="部分安装" Link="Partial installation"/>
<String Target="已删除" Link="Removed"/>
<String Target="已固化" Link="Permanent"/>
<String Target="更新描述" Link="Description"/>
<String Target="产品名称" Link="Product Name"/>
<String Target="产品版本" Link="Product Version"/>
<String Target="发行类型" Link="Release Type"/>
<String Target="安装日期" Link="Installed Time"/>
<String Target="状态" Link="State"/>
<String Target="正在获取更新信息" Link="Getting updates information"/>
<String Target="正在删除更新" Link="Removing updates"/>
<String Target="正在删除第 %d 个更新(共 %d )" Link="Removing %d of %d updates"/>
<String Target="补丁包" Link="Update Pack"/>
<String Target="正在安装更新" Link="Installing Update"/>
<String Target="正在安装第 %d 个更新(共 %d )" Link="Installed %d of %d updates"/>
<String Target="刷新" Link="Refresh"/>
<String Target="添加" Link="Add"/>
<String Target="语言" Link="Language"/>
<String Target="Windows %s 语言包" Link="Windows %s Language Pack"/>
<String Target="重启生效" Link="Request Restart"/>
<!--可选功能-->
<String Target="正在删除可选功能" Link="Removing Optional Features"/>
<String Target="正在删除第 %d 个可选功能(共 %d )" Link="Removing %d of %d Features"/>
<String Target="正在加载可选功能" Link="Loading Optional Features"/>
<String Target="显示所有功能" Link="Show All Features"/>
<String Target="卸载" Link="Uninstall"/>
<String Target="正在卸载" Link="Uninstalling"/>
<!--Appx管理-->
<String Target="疑似损坏" Link="Maybe damaged"/>
<String Target="正在删除Appx" Link="Removing Appx"/>
<String Target="删除Windows Store可能导致你未来无法下载或更新Appx,你确定要继续么?" Link="You will not be able to download or update Appx if you delete the Windows Store. Sure to proceed?"/>
<String Target="删除Microsoft.XboxIdentityProvider可能导致Windows Store无法使用,你确定要继续么?" Link="Deleting Microsoft.XboxIdentityProvider may cause Windows Store unusable. Sure to proceed?"/>
<String Target="%s 等待超时,请尝试使用空间回收 - 过期Appx清理。" Link="%s timeout, try to use Disk Clean - to clean up Outdated Appx application."/>
<String Target="无法初始化Appx管理接口。" Link="Can't initialize Appx management interface."/>
<String Target="%s 无法获取Appx关联的账号信息,错误代码:0x%.8X" Link="%s can't get the information of Appx account. Error code: 0x%.8X"/>
<String Target="%s 无法获取账号SID,错误代码:0x%.8X" Link="%s Unable to get the account SID, error code: 0x%.8X"/>
<String Target="%s 所关联的用户(%s)无法删除,错误代码:0x%.8X" Link="%s associated user (%s) cannot be deleted, error code: 0x%.8X"/>
<String Target="%s 未关联任何用户。" Link="%s is not associated with any user."/>
<String Target="恭喜你删除成功!但是某些应用可能属于Provisioned Appx,如果你遇到某个App所有者是SYSTEM,而且一直删不掉,请在 Provisioned Appx 删除它们。" Link="Deletion successful! However, some applications may be Provisioned Appx: if you find an app impossible to delete and its owner is SYSTEM, please use Provisioned Appx to delete it."/>
<String Target="User Appx" Link="User Appx"/>
<String Target="Provisioned Appx" Link="Provisioned Appx"/>
<String Target="删除Microsoft.StorePurchaseApp可能导致Windows Store无法使用,你确定要继续么?" Link="Removing Microsoft.StorePurchaseApp may cause Windows Store unusable. Sure to proceed?"/>
<!--Windows Update-->
<String Target="安装" Link="Install Updates"/>
<String Target="正在检查数据库" Link="Checking database"/>
<String Target="正在下载数据库" Link="Downloading database"/>
<String Target="正在扫描更新" Link="Scanning Updates"/>
<String Target="等待安装" Link="Waiting for install"/>
<String Target="等待下载" Link="Waiting for download"/>
<String Target="下载失败" Link="Download failed"/>
<String Target="安装失败" Link="Installation failed"/>
<String Target="部分成功" Link="Not all succeed"/>
<String Target="安装成功" Link="Successful"/>
<String Target="一个或者多个更新安装失败,错误代码:0x%.8X" Link="One or some updates were not installed. Error code: 0x%.8X."/>
<String Target="正在下载" Link="Downloading"/>
<String Target="正在安装" Link="Installing"/>
<String Target="项目" Link="Item"/>
<String Target="Windows Update数据库已经存在新版本,你需要更新吗?" Link="Your database for Windows Update is out-of-date. Update now?"/>
<String Target="下载%d%%" Link="Down. %d%%"/>
<String Target="将现有的本地补丁包添加至系统。" Link="Adding available local patches to the image."/>
<String Target="使用Dism++数据库扫描当前系统需要的更新列表。" Link="Use Dism++ database to detect updates needed by the current image."/>
<String Target="自动下载并安装更新列表中选中的更新。" Link="Automatically download and install selected updates."/>
<String Target="计算机已经安装最新更新。" Link="Already installed latest updates."/>
<String Target="正在删除过期补丁缓存" Link="Deleting outdated patch cache"/>
<String Target="分析%d%%" Link="Analysing %d%%"/>
<String Target="%s 将引入独占请求,请在 %d 秒内做出选择。" Link="%s requires an exclusive access, please confirm within %d seconds."/>
<String Target="温馨提示:引入独占请求后,你将无法安装其他更新,直到你重启系统。建议你先安装其他更新,最后安装此更新。" Link="Hint: With exclusive access, you will not be able to install other updates, until you restart system. We suggest you install other updates first, then install this install at last."/>
<String Target="暂不安装(推荐)
我暂时还需要添加其他更新。" Link="Do not install (recommended)
I need to install other updates."/>
<String Target="继续安装
我已确保我需要的更新均已安装。" Link="Go on installation
I have installed other updates."/>
<String
Target="关于 %s 的警告:

%s

你确定要继续吗?"
Link="%s warning:

%s

Sure to proceed?"/>
<String Target="导出地址" Link="Copy URLs"/>
<String Target="补丁下载地址已经成功复制到剪切板。" Link="Patch download address has been copied to clipboard successfully."/>
<String Target="安装%d%%" Link="Installing %d%%"/>
<!--区域和语言-->
<String Target="区域和语言" Link="Region&Language"/>
<String Target="调整映像中的指定 SKU 语言的所有国际设置都设置为默认值:" Link="Reset all international settings of specified SKU language in the image to default:"/>
<String Target="将系统默认语言调整为指定区域:" Link="Set system default language to:"/>
<String Target="将用户配置(格式、键盘布局等)为指定区域:" Link="Set user regional settings (format, keyboard layout etc.) to be:"/>
<String Target="将时区设置调整为以下时区:" Link="Set time zone to the following:"/>
<String Target="将非 Unicode 程序的代码页以及字体设置为指定区域:" Link="Specify locale to use when displaying text in programs that do not support Unicode:"/>
<String Target="欢迎屏幕(系统账号)" Link="Welcome Screen (System Account)"/>
<String Target="新用户账号" Link="New User"/>
<!--文件关联-->
<String Target="文件关联" Link="Default Associations"/>
<String Target="关联文件" Link="Associations File"/>
<String Target="Windows映像默认应用程序关联" Link="Windows image default application associations"/>
<String Target="这些设置将在首次启动计算机的OOBE阶段生效" Link="These settings will take effect during the OOBE stage when you first start your computer."/>
<String Target="Windows联机映像默认应用程序关联" Link="Windows online image default application associations"/>
<String Target="这些设置直接影响当前计算机" Link="These settings directly affect current system."/>
<String Target="导入" Link="Import"/>
<String Target="重置" Link="Reset"/>
<!--预应答-->
<String Target="预应答" Link="Pre-Answer"/>
<String Target="请输入一条命令。" Link="Please input a command."/>
<String Target="请在树中选择一个需要操作的项目。" Link="Please choose a item in the tree to operate."/>
<String Target="第一次启动SysPrep前运行的命令" Link="Command to run before first start of SysPrep"/>
<String Target="第一次启动SysPrep后运行的命令" Link="Command to run after first start of SysPrep"/>
<String Target="首次启动OOBE前运行的命令" Link="Command to run before first start of OOBE"/>
<String Target="首次启动后OOBE后运行的命令" Link="Command to run after first start of OOBE"/>
<String Target="请在此输入需要添加的命令" Link="Please input the command you want to add here."/>
<String Target="上移" Link="Up"/>
<!--WinPE命令-->
<String Target="WinPE命令" Link="WinPE Settings"/>
<String Target="设置 Windows PE 映像的暂存空间(MB):" Link="Set the scratch space of the Windows PE image (MB):"/>
<String Target="设置 Windows PE 映像的目标路径:" Link="Set the target path of the Windows PE image:"/>
<!--工具箱-->
<String Target="激活备份" Link="Activation Backup"/>
<String Target="帮助用户备份已激活系统信息,方便下次还原。" Link="Backup the system activation information to ease system restore."/>
<String Target="这里可以写备份说明,支持Windows以及Office零售版 : )" Link="Annotate the backup. Support backup for Windows & Office Retail :-)"/>
<String Target="系统名称" Link="Product Name"/>
<String Target="备份时间" Link="Time"/>
<String Target="备份说明" Link="Description"/>
<String Target="备份" Link="Backup"/>
<String Target="还原" Link="Restore"/>
<String Target="sppsvc关闭失败,有可能导致还原失败,是否继续?" Link="Failed to kill sppsvc, restoring process may fail. Are you sure to proceed?"/>
<String
Target="当前系统为 %hd.%hd %s,而激活备份信息为 %hd.%hd %s

信息不匹配,你确定要继续么?"
Link="Current system is %hd.%hd %s, which differs from that in the backup %hd.%hd %s.

 Are you sure to proceed?"/>
<String Target="请重新选择你的系统,你当前要还原的系统与本系统不匹配,请重新选择你的系统!" Link="That system (to restore this system) doesn't match with this system. Please re-select your system!"/>
<String Target="备份的信息与你所还原的信息版本不同,是否要继续还原?" Link="The backup info differs from the info you are about to restore. Sure to proceed?"/>
<String Target="Sorry暂不支持此系统,请反馈给我。" Link="Sorry, this system is not yet supported, please contact our team for support at www.chuyu.me."/>
<String Target="还原失败!具体错误信息请参考Dism++.log。" Link="Restore failed. Please check Dism++.log."/>
<String Target="备份失败,具体请参考日志Dism++.log。" Link="Backup failed. Please check Dism++.log."/>
<String Target="无法备份Windows激活信息。" Link="Failed to backup Windows activation info."/>
<String Target="非致命性错误,Office信息无法备份。" Link="Non-fatal error: failed to backup info of Office."/>
<String Target="账户管理" Link="Account Management"/>
<String Target="用于清空登录密码或者启用其他登录账号。" Link="To remove login password or enable other accounts."/>
<String Target="用户名" Link="Account Name"/>
<String Target="启用" Link="Enable"/>
<String Target="启用账户" Link="Enable Account"/>
<String Target="禁用账户" Link="Disable Account"/>
<String Target="清空密码" Link="Reset Password"/>
<String Target="该账户的密码已经被清空,现在无需密码即可登陆你的账号!" Link="Login password removed. You may now login without a password."/>
<String Target="春哥附体" Link="God Mode"/>
<String Target="让其他程序以无视权限方式运行。" Link="Run some programs without rights checking."/>
<String Target="请在此输入命令或者程序路径,比如regedit" Link="Enter the command, such as regedit"/>
<String Target="说明" Link="Tips"/>
<String Target="本工具可以让其他程序以无视权限形式运行,本功能可以通过命令行参数调用,详情请参考帮助文档了解具体用法。" Link="This tool can run some programs without rights checking. You can invoke this function with command line. Please refer to the document."/>
<String
Target="/GodMode {Commendline}
 春哥附体执行Cmd命令,其命令格式与Cmd用法一致

示例:
 Dism++x86.exe /All /Plugin:{4d420a2e-ea11-450a-b8a0-ab8ca7772043} /GodMode cmd
 Dism++x86.exe /All /Plugin:{4d420a2e-ea11-450a-b8a0-ab8ca7772043} /GodMode regedit.exe
 Dism++x86.exe /All /Plugin:{4d420a2e-ea11-450a-b8a0-ab8ca7772043} /GodMode "\"C:\Windows\notepad.exe\" \"C:\123.txt\"""
Link="/GodMode {Commandline}
 God mode uses cmd. The usage is the same as cmd usage.

Examples:
 Dism++x86.exe /All /Plugin:{4d420a2e-ea11-450a-b8a0-ab8ca7772043} /GodMode cmd
 Dism++x86.exe /All /Plugin:{4d420a2e-ea11-450a-b8a0-ab8ca7772043} /GodMode regedit.exe
 Dism++x86.exe /All /Plugin:{4d420a2e-ea11-450a-b8a0-ab8ca7772043} /GodMode "\"C:\Windows\notepad.exe\" \"C:\123.txt\"""/>
<String
Target="即将以无视权限方式执行此命令:
%s

为了避免让恶意软件利用,Dism++需要你的允许才能继续,你确定要继续吗?"
Link="Dism++ will run the commands
%s

while bypassing rights checking. Malwares may use this to harm your system, so your confirmation is needed. Sure to proceed?"/>
<String
Target="可以使用以下命令来操作此映像:

/GodMode	- 使用春哥附体启动应用程序"
Link="You can use these commands to operate the image:

/GodMode	- run program in GodMode"/>
<String Target="ESD转ISO" Link="ESD To ISO"/>
<String Target="允许将WIM、SWM以及ESD之间格式自由转换。" Link="Allow free conversion between WIM, SWM and ESD files."/>
<String Target="用于修改WIM、SWM以及ESD文件信息。" Link="For editing WIM, SWM and ESD files."/>
<String Target="文件浏览器" Link="File Explorer"/>
<String Target="提供简单的文件浏览,并支持无视权限删除。" Link="It can be used as a simple tool to explore files within the image. It can also bypass rights checking."/>
<String Target="ISO生成器" Link="ISO Maker"/>
<String Target="将一个文件夹打包为UEFI以及Legacy双启动ISO。" Link="Pack a folder into a dual-boot UEFI and Legacy ISO."/>
<String Target="请在此输入文件夹路径,比如 D:\Win7" Link="Please enter the folder path here (e.g. D:\Win7)"/>
<String Target="请在此输入ISO生成路径,比如 D:\MyWin7.iso" Link="Please enter ISO generation path here (D:\Win7.iso)"/>
<String Target="请在此输入ISO标签,比如 IR5_CCSA_X64FRE_ZH-CN_DV9" Link="Please enter the ISO label here (e.g. IR5_CCSA_X64FRE_EN-US_DV9)"/>
<String Target="hosts编辑器" Link="Hosts Editor"/>
<String Target="用于hosts编辑" Link="To edit hosts."/>
<!--系统优化开始-->
<String Target="系统优化" Link="System Optimizer"/>
<String Target="当前用户" Link="Current User"/>
<String Target="新用户" Link="New User"/>
<String Target="系统" Link="System"/>
<String Target="仅针对当前用户,即 HKEY_CURRENT_USER。" Link="Only for current user (HKEY_CURRENT_USER)"/>
<String Target="针对未来新建的用户,即 HKEY_USERS\DEFAULT。" Link="For users to be created (HKEY_USERS\DEFAULT)"/>
<String Target="针对系统,即 HKEY_LOCAL_MACHINE。" Link="For system (HKEY_LOCAL_MACHINE)"/>
<String Target="导入配置" Link="Import Registry config"/>
<String Target="导入注册表文件过程中遇到问题,具体错误信息请参考 Dism++.log。" Link="Error found when importing registry file. Detailed error message can be found in Dism++.log."/>
<String Target="注册表文件" Link="Registry File"/>
<String Target="操作成功,但是导入注册表文件过程遇到一些非致命性错误,具体错误信息请参考 Dism++.log。" Link="Operation succeeded. However non-fatal errors occured when importing registry file. Detailed error message can be found in Dism++.log."/>
<String Target="提交规则" Link="Provide rules"/>
<!--Explorer-->
<String Target="Explorer" Link="Explorer"/>
<String Target="将任务栏中的Cortana调整为" Link="Choose how the Cortana is shown on taskbar"/>
<String Target="隐藏" Link="Hidden"/>
<String Target="仅显示图标" Link="Only show search icon"/>
<String Target="显示搜索框" Link="Show search bar"/>
<String Target="将用户账号控制程序(UAC)调整为" Link="Change User Account Control (UAC) Behaviour"/>
<String Target="从不通知(不推荐)" Link="Never notify me (not recommended)"/>
<String Target="此选项将导致计算机面临安全风险!" Link="This option puts your PC under threat!"/>
<String Target="提示我但不降低亮度" Link="Notify me without diming the screen"/>
<String Target="提示我(推荐)" Link="Notify me (recommended)"/>
<String Target="总是提示我" Link="Always notify"/>
<String Target="用于内置管理员帐户的管理员批准模式 (by 坏坏小生)" Link="Administrator approval mode for built-in administrator account (by HuaiHuaiXiaoSheng)"/>
<String Target="隐藏“任务视图”按钮" Link="Hide "Task View" button"/>
<String Target="打开资源管理器时显示此电脑" Link="Open File Explorer to This PC"/>
<String Target="显示所有文件扩展名" Link="Show extensions for all file types"/>
<String Target="显示所有隐藏文件" Link="Show all Hide files"/>
<String Target="隐藏快捷方式小箭头" Link="Remove Arrows on Shortcut Icons"/>
<String Target="隐藏可执行文件小盾牌" Link="Hide UAC buckler"/>
<String Target="创建快捷方式时不添"快捷方式"文字(by 518516.net)" Link="Prevent adding the suffix "Shortcut" when you create a shortcut (by 518516.net)"/>
<String Target="隐藏此电脑中视频、图片、文档、下载、音乐、桌面六个文件夹" Link="Hide Desktop, Documents, Downloads, Music, Pictures, Videos folders in This PC"/>
<String Target="*隐藏桌面右下角教育版水印" Link="*Remove the watermark of Education Edition"/>
<String Target="收起资源管理器功能区(by Rambin)" Link="Minimize the Ribbon (by Rambin)"/>
<String Target="显示开始菜单、任务栏、操作中心和标题栏的颜色(by Rambin)" Link="Show color on Start Menu, Taskbar, Action Center, and Title bar (by Rambin)"/>
<String Target="禁止自动播放(by Rambin)" Link="Disable AutoPlay (by Rambin)"/>
<String Target="在单独的进程中打开文件夹窗口(by 一叶微风TM)" Link="Launch folder windows in a separate process (by YiYieWeiFeng TM)"/>
<String Target="始终显示菜单栏(by 一叶微风TM)" Link="Always show the menu bar (by YiYieWeiFeng TM)"/>
<String Target="资源管理器窗口最小化时显示完整路径(by 原罪)" Link="Show the complete path if Windows Explorer is minimized (by YZ)"/>
<String Target="使开始菜单、任务栏、操作中心透明" Link="Make Start Menu, Taskbar, and Action Center transparent"/>
<String Target="使任务栏更透明(by 518516.net)" Link="Make taskbar more transparent (by 518516.net)"/>
<String Target="不允许在开始菜单显示建议" Link="Disable suggestions in Start Menu"/>
<String Target="不允许在开始菜单显示建议(by powerxing04)" Link="Disable suggestions in Start Menu (by powerxing04)"/>
<String Target="在桌面显示我的电脑(by Rambin)" Link="Display My Computer on the desktop (by Rambin)"/>
<String Target="跟随系统" Link="Follow System"/>
<String Target="显示" Link="Show"/>
<String Target="隐藏" Link="Hide"/>
<String Target="在桌面显示回收站(by Rambin)" Link="Display Recycle Bin on the desktop (by Rambin)"/>
<String Target="在桌面显示控制面板(by Rambin)" Link="Display Control Panel on the desktop (by Rambin)"/>
<String Target="在桌面显示用户文件夹(by Rambin)" Link="Display User Folders on the desktop (by Rambin)"/>
<String Target="在桌面显示网络(by Rambin)" Link="Display Network on the desktop (by Rambin)"/>
<String Target="在桌面显示库(by Rambin)" Link="Display Library on the desktop (by Rambin)"/>
<String Target="隐藏操作中心任务栏托盘(by Windows 10优化辅助工具)" Link="Hide Action Center tray (by Windows 10 optimization aids)"/>
<String Target="隐藏操作中心任务栏托盘(by 巧木)" Link="Hide Action Center tray (by QiaoMu)"/>
<String Target="关闭Smartscreen应用筛选器(by Windows 10优化辅助工具)" Link="Disable Smartscreen Filters (by Windows 10 optimization aids)"/>
<String Target="关闭Smartscreen应用筛选器(by 、Cloud)" Link="Disable Smartscreen Filters (by 、Cloud)"/>
<String Target="始终在任务栏显示所有图标和通知" Link="Always show all icons and notifications on the taskbar"/>
<String Target="当任务栏被占满时" Link="When the taskbar is filled"/>
<String Target="始终合并" Link="Always Merge"/>
<String Target="被占满时合并" Link="When the merger is filled"/>
<String Target="从不合并" Link="Never merge"/>
<String Target="锁定任务栏" Link="Lock Taskbar"/>
<String Target="任务栏使用小图标" Link="Use small icons on the taskbar"/>
<String Target="隐藏资源管理器导航窗口中的库" Link="Hide "Library" from Windows Explorer sidetab"/>
<String Target="隐藏资源管理器导航窗口中的收藏夹" Link="Hide "Quick Access" from Windows Explorer sidetab"/>
<String Target="隐藏资源管理器导航窗口中的家庭组" Link="Hide "Family Group" from Windows Explorer sidetab"/>
<String Target="隐藏资源管理器导航窗口中的网络" Link="Hide "Network" from Windows Explorer sidetab"/>
<String Target="优化非活动窗口标题栏颜色(by IT之家)" Link="Optimize the color of the inactive window title bar (by IT Home)"/>
<String Target="*桌面壁纸质量调整为(by IT之家)" Link="*Change desktop wallpaper quality to (by ITHome)"/>
<String Target="低质量(更快)" Link="Low (faster)"/>
<String Target="默认(推荐)" Link="Default"/>
<String Target="高质量(更清晰)" Link="High (clearer)"/>
<String Target="关闭视频文件预览,提高资源管理器响应速度(by 莫失莫忘)" Link="Disable video file preview to improve the overall response time of Windows Explorer (by MoWangMoShi)"/>
<String Target="关闭音乐文件图片预览,提高资源管理器响应速度(by 莫失莫忘)" Link="Disable audio file preview to improve the overall response time of Windows Explorer (by MoWangMoShi)"/>
<String Target="关闭打开程序的“安全警告”(by 莫失莫忘)" Link="Disable safety warning when opening programs (by MoWangMoShi)"/>
<String Target="关闭在应用商店中查找关联应用(by Asoft)" Link="Disable search for associated applications in Windows Store (by Asoft)"/>
<String Target="隐藏此电脑中视频、图片、文档、下载、音乐、桌面、3D对象七个文件夹(by 、Cloud.)" Link="Hide 3D Objects, Desktop, Documents, Download, Music, Pictures, Videos in Computer (by 、Cloud)"/>
<String Target="禁止自动安装推荐的应用程序(by IT之家)" Link="Disable automatic installation of recommended apps (by ITHome)"/>
<String Target="关闭锁屏时的Windows 聚焦推广(by 、Cloud.)" Link="Disable Windows Focus on lock screen (by 、Cloud.)"/>
<String Target="关闭“使用Windows时获取技巧和建议”(by 、Cloud.)" Link="Disable "Get suggestions when using Windows" (by 、Cloud.)"/>
<String Target="隐藏任务栏上的人脉(by 、Cloud.)" Link="Hide People on Task Bar (by 、Cloud)"/>
<!--开始菜单-->
<String Target="开始菜单以及Windows体验" Link="Start&Windows Experience"/>
<!--右键菜单管理-->
<String Target="右键菜单管理 - 禁用不需要的菜单提高响应速度" Link="Context menu management: Disable un-necessary menu items to improve Widnows Explorer response"/>
<String Target="禁用可执行文件的“兼容性疑难解答”右键菜单(by 莫失莫忘)" Link="Disable "Compatibility troubleshooting" context menu on execuables (by MoWangMoShi)"/>
<String Target="禁用文件、文件夹以及磁盘的“使用Windows Defender扫描”右键菜单(by 莫失莫忘)" Link="Disable "Scan by Windows Defender" context menu on files, folders and disks (by MoWangMoShi)"/>
<String Target="禁用文件、磁盘以及属性的“还原以前版本”右键菜单(by 莫失莫忘)" Link="Disable "Revert to previous version" context menu on files, disks and properties (by MoWangMoShi)"/>
<String Target="禁用文件、文件夹、桌面以及所有对象的“共享文件夹同步”右键菜单" Link="Disable "Sync Shared Folders" context menu on files, folders, desktop and all objects"/>
<String Target="禁用新建“ZIP/RAR文件”右键菜单(by 莫失莫忘)" Link="Disable "New ZIP/RAR file" context menu (by MoWangMoShi)"/>
<String Target="禁用新建、文件以及文件夹的“公文包”右键菜单" Link="Disable "Briefcase" context menu on new, files and folders"/>
<String Target="禁用新建的“联系人”右键菜单(by 莫失莫忘)" Link="Disable "New contact" context menu (by MoWangMoShi)"/>
<String Target="禁用桌面的英特尔集显右键菜单(by 莫失莫忘)" Link="Disable Intel integrated graphics context menu (by MoWangMoShi)"/>
<String Target="禁用目录、文件夹、所有对象、的“始终脱机可用”右键菜单" Link="Disable the "Enable off-line use" context menu on folders and all objects"/>
<String Target="禁用磁盘的“以便携式方式打开”右键菜单(by 莫失莫忘)" Link="Disable the "Open as portable device" context menu on disks (by MoWangMoShi)"/>
<String Target="禁用磁盘的“刻录到光盘”右键菜单" Link="Disable the "Burn to CD" context menu on disks"/>
<String Target="禁用磁盘的“启用Bitlocker”右键菜单(by 莫失莫忘)" Link="Disable the "Enable Bitlocker" context menu on disks (by MoWangMoShi)"/>
<String Target="禁用磁盘的“复制磁盘”右键菜单" Link="Disable the "Disk Copy" context menu on disks"/>
<String Target="禁用文件、目录、桌面、磁盘以及库的“共享”右键菜单" Link="Disable "Share" context menu on files, folders, desktop, disks and libraries"/>
<String Target="禁用桌面的“小工具”右键菜单" Link="Disable "Widget" context menu"/>
<String Target="禁用文件的“View 3D”右键菜单(by Cloud)" Link="Disable file context menu item "View 3D" (by Cloud)"/>
<String Target="禁用文件的“画图 3D”右键菜单(by Cloud)" Link="Disable file context menu item "Paint 3D" (by Cloud)"/>
<String Target="禁用所有对象的“共享”右键菜单" Link="Disable the "Share" context menu on all objects"/>
<String Target="禁用文件、目录、桌面、磁盘以及库的“授予访问权限”右键菜单" Link="Disable "Grant Access" context menu on files, folders, desktop, disks and libraries"/>
<!--桌面图示管理-->
<String Target="桌面图标管理" Link="Desktop icon management"/>
<!--资源管理器导航窗口图标管理-->
<String Target="资源管理器导航窗口图标管理" Link="Icon management in navigation pane of Windows Explorer"/>
<String Target="隐藏资源管理器导航窗口中的OneDrive(by 莫失莫忘)" Link="Hide OneDrive in navigation pane of Windows Explorer (by MoWangMoShi)"/>
<String Target="隐藏资源管理器导航窗口中的可移动设备(by 莫失莫忘)" Link="Hide removable devices in navigation pane of Windows Explorer (by MoWangMoShi)"/>
<String Target="隐藏资源管理器导航窗口中的快速访问(by starP)" Link="Hide Quick Access in navigation pane of Windows Explorer (by starP)"/>
<String Target="启用此选项将导致导航窗口拖拽功能无法使用。" Link="Enabling this option will disable the drag & drop function in the navigation pane."/>
<!--Internet Explorer-->
<String Target="关闭多个选项卡时不发出警告(by 一叶微风TM)" Link="Don't warn me when closing multiple tabs (by YiYieWeiFeng TM)"/>
<String Target="当创建新选项卡时,始终切换到新选项卡(by 一叶微风TM)" Link="Always switch to new tabs when they are created (by YiYieWeiFeng TM)"/>
<String Target="其他程序从当前窗口的新选项卡打开连接(by 一叶微风TM)" Link="Open links from other programs in a new tab in the current window (by YiYieWeiFeng TM)"/>
<String Target="以兼容性视图中显示所有网站(by 一叶微风TM)" Link="Display all websites in Compatibility view (by YiYieWeiFeng TM)"/>
<String Target="启用表单的自动完成功能(by 原罪)" Link="Enable AutoComplete (by YZ)"/>
<String Target="关闭建议的网站(by 原罪)" Link="Turn off Suggested Sites (by YZ)"/>
<String Target="跳过IE首次运行自定义设置(by 原罪、恋人の共鸣)" Link="Prevent running First Run wizard (by YZ, Lovers vibes)"/>
<String Target="不保存附件的区域信息(by 古畑任三郎)" Link="Regional information does not save attachments (by niphor)"/>
<String Target="启用增强保护模式" Link="Enable Enhanced Protected Mode"/>
<String Target="针对增强保护模式启用64位进程" Link="Enable 64-bit processes for Enhanced Protected Mode"/>
<String Target="隐藏Internet Explorer右上角的笑脸反馈按钮(by IT之家)" Link="Hide feedback smile face top-right in Internet Explorer (by ITHome)"/>
<!--Microsoft Edge-->
<String Target="阻止Microsoft Edge“首次运行”欢迎页面(by IT之家)" Link="Prevent Microsoft Edge from opening "First Running" (by ITHome)"/>
<String Target="关闭Adobe Flash即点即用" Link="Disable Adobe Flash right click"/>
<String Target="此选项将降低计算机安全性,增加Adobe Flash的安全隐患!" Link="This item will reduce the computer security."/>
<!--微软拼音输入法-->
<String Target="微软拼音输入法" Link="Microsoft Pinyin IME"/>
<String Target="微软拼音默认为英语输入(by Rambin)" Link="Make IME default mode English (by Rambin)"/>
<String Target="关闭微软拼音云计算(by Rambin)" Link="Disable Cloud input method (by Rambin)"/>
<!--Windows Update-->
<String Target="自动安装无需重启的更新(by Rambin)" Link="Allow Automatic Updates immediate installation (by Rambin)"/>
<String Target="更新挂起时如果有用户登录不自动重启计算机(by Rambin)" Link="No auto-restart when logged on users for scheduled automatic updates installations (by Rambin)"/>
<String Target="Windows更新不包括驱动程序" Link="Windows Update don't include the drivers"/>
<String Target="*将Windows Update自动更新调整为" Link="*Windows Update will automatically adjust the update"/>
<String Target="从不检查(不推荐)" Link="Never check (not recommended)"/>
<String Target="仅检查更新" Link="Check update only"/>
<String Target="检查并下载更新" Link="Check&Download updates"/>
<String Target="自动安装更新(推荐)" Link="Auto Install (recommended)"/>
<String Target="禁止自动更新到Internet Explorer 9" Link="Disable the automatic update to Internet Explorer 9"/>
<String Target="禁止自动更新到Internet Explorer 10" Link="Disable the automatic update to Internet Explorer 10"/>
<String Target="禁止自动更新到Internet Explorer 11(by Rambin)" Link="Disable the automatic update to Internet Explorer 11 (by Rambin)"/>
<!--记事本-->
<String Target="记事本" Link="Notepad"/>
<String Target="启用自动换行(by 一叶微风TM)" Link="Enable Word Wrap (by YiYieWeiFeng TM)"/>
<String Target="始终显示状态栏(by 一叶微风TM)" Link="Show Status Bar (by YiYieWeiFeng TM)"/>
<!--网络设置-->
<String Target="网络设置" Link="Network"/>
<String Target="*关闭默认共享(by 518516.net)" Link="*Turn off default sharing (by 518516.net)"/>
<String Target="*关闭防火墙(by 一叶微风TM)" Link="*Turn off Windows Firewall (by YiYieWeiFeng TM)"/>
<String Target="此选项将降低计算机安全性,请确保你已经安装第三方防火墙软件!" Link="This item will reduce the computer security. Please make sure you have the third-party firewall!"/>
<String Target="*关闭远程协助(by 原罪)" Link="*Disallow Remote Assistance connections (by YZ)"/>
<String Target="*禁用SMB1网络协议(by MS-PC2)" Link="*Disallow SMB1 network protocol (by MS-PC2)"/>
<!--服务优化-->
<String Target="服务优化" Link="Service"/>
<String Target="禁用程序兼容性助手(by 一叶微风TM)" Link="Disable Program Compatibility Assistant Service (by YiYieWeiFeng TM)"/>
<String Target="禁用远程修改注册表(by 一叶微风TM)" Link="Disable Remote Registry Service (by YiYieWeiFeng TM)"/>
<String Target="禁用诊断服务" Link="Disable the Diagnostic Service"/>
<String Target="禁用IPv6转换服务" Link="Disable IP Helper Service"/>
<String Target="禁用此服务将导致IPv6无法正常使用,请确保你不需要使用IPv6!" Link="Disabling this service will render IPv6 unusable. Please make sure IPv6 is NOT needed!"/>
<String Target="禁用Windows Search" Link="Disable Windows Search"/>
<String Target="禁用此服务将导致搜索文件变慢,并且某些Windows Store应用可能无法正常使用!" Link="Disabling this service may cause some Windows Store apps malfunction! Searching files may also be slowed down while this service is disabled."/>
<String Target="禁用错误报告" Link="Disable Windows Error Reporting"/>
<String Target="禁用家庭组" Link="Disable Homegroup"/>
<String Target="禁用Windows Defender(by Windows 10优化辅助工具)" Link="Disable Windows Defender (by Windows 10 optimization aids)"/>
<String Target="关闭Windows Defender后可提高计算机响应速度,但是也将增加电脑被攻击的几率!" Link="Disabling Windows Defender improve your PC's performance, but it puts your system under the risk of viruses!"/>
<String Target="禁用客户体验改善计划(by Windows 10优化辅助工具)" Link="Disable the Customer Experience Improvement Program (by Windows 10 optimization aids)"/>
<String Target="禁用NTFS链接跟踪服务(by 某宅)" Link="Disable Homegroup NTFS Link Tracking Service (by Stotaku)"/>
<String Target="禁止自动维护计划(by Lux ferre)" Link="Disable Auto Maintenance Task (by Lux ferre)"/>
<String Target="禁用后系统将无法使用文件预读等功能,这可能导致系统性能下降!" Link="System cannot use functions like file prefetching if you disable this; this may degrade the overall system performance."/>
<!--WinRAR-->
<String Target="锁定WinRAR工具栏(by 原罪)" Link="Lock WinRAR's toolbar (by YZ)"/>
<String Target="隐藏WinRAR 在右键菜单中添加的"压缩并 E-mail..."(by 原罪)" Link="Hide "Compression and E-mail..." context menu which added by WinRAR (by YZ)"/>
<!--Windows Media Player-->
<String Target="不显示首次使用对话框(by 原罪)" Link="Hide First Run Wizard (by YZ)"/>
<!--其他-->
<String Target="*隐藏Windows 10升级助手GWX" Link="*Hide Windows 10 Upgrade Assistant (GWX)"/>
<String Target="关闭OneDrive(by Rambin)" Link="Disable OneDrive (by Rambin)"/>
<String Target="禁用OneDrive将导致某些Windows Store应用无法使用OneDrive存储。" Link="Some Windows Store apps will not be able to use OneDrive Cloud Storage if OneDrive is disabled."/>
<String Target="*VHD启动时不要将VHD动态文件扩展到最大(以节省空间)" Link="*Do not expand VHD Dynamic to maximum size when initiating VHD (to use less storage)"/>
<String Target="此选项可能降低VHD文件性能。" Link="This option may reduce the VHD file performance."/>
<String Target="*隐藏某些SATA硬盘任务栏图标(by 原罪)" Link="*Hide taskbar icons of some SATA hard disks (by YZ)"/>
<String Target="蓝屏时自动重启(by 原罪)" Link="Automatically restart when BSOD (by YZ)"/>
<String Target="关闭快速启动" Link="Disable Hiberboot"/>
<String Target="关闭快速启动将导致系统启动速度变慢!" Link="Disabling Hiberboot prolongs startup time of the system."/>
<String Target="关闭休眠(by powerxing04)" Link="Disable Hibernate (by powerxing04)"/>