-
Notifications
You must be signed in to change notification settings - Fork 0
/
zh_Hans_CN.csv
We can't make this file beautiful and searchable because it's too large.
7626 lines (7626 loc) · 572 KB
/
zh_Hans_CN.csv
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
"Read Details",查看详情,module,Magento_AdminNotification
"Mark as Read",标记为已读,module,Magento_AdminNotification
"Are you sure?",您确定吗?,module,Magento_AdminNotification
Remove,删除,module,Magento_AdminNotification
"Messages Inbox",消息收件箱,module,Magento_AdminNotification
"You have %1 new system messages","你有 %1 新系统消息",module,Magento_AdminNotification
"You have %1 new system message","你有 %1 新系统消息",module,Magento_AdminNotification
"Incoming Message",传入消息,module,Magento_AdminNotification
close,关闭,module,Magento_AdminNotification
Notifications,通知消息,module,Magento_AdminNotification
"The message has been marked as Read.",邮件已标记为已读。,module,Magento_AdminNotification
"We couldn't mark the notification as Read because of an error.",不能标记通知为已读因为有错误。,module,Magento_AdminNotification
"Please select messages.",请选择消息。,module,Magento_AdminNotification
"A total of %1 record(s) have been marked as Read.","共有 %1 条记录被标记为已读。",module,Magento_AdminNotification
"Total of %1 record(s) have been removed.","共有 %1 条记录被删除。",module,Magento_AdminNotification
"We couldn't remove the messages because of an error.",由于发生错误,我们不能删除的消息。,module,Magento_AdminNotification
"The message has been removed.",该消息已被删除。,module,Magento_AdminNotification
"1 Hour","1 小时",module,Magento_AdminNotification
"2 Hours","2 个小时",module,Magento_AdminNotification
"6 Hours","6 个小时",module,Magento_AdminNotification
"12 Hours","12 个小时",module,Magento_AdminNotification
"24 Hours","24 小时",module,Magento_AdminNotification
critical,危急,module,Magento_AdminNotification
major,重大的,module,Magento_AdminNotification
minor,次要,module,Magento_AdminNotification
notice,通知,module,Magento_AdminNotification
"Wrong message type",错误消息类型,module,Magento_AdminNotification
"Wrong notification ID specified.","指定的错误通知 ID。",module,Magento_AdminNotification
"{{base_url}} is not recommended to use in a production environment to declare the Base Unsecure URL / Base Secure URL. We highly recommend changing this value in your Magento <a href=""%1"">configuration</a>.","{{base_url}} 不建议在生产环境中使用申报基地不安全 '' URL / 基地安全网址。我们强烈建议您更改此值在你的 Magento '' <a href=""%1""> 配置</a>。",module,Magento_AdminNotification
"Please go to <a href=""%1"">Cache Management</a> and refresh cache types.","请跳转至 <a href=""%1""> 缓存管理</a> 并刷新缓存类型。",module,Magento_AdminNotification
"We were unable to synchronize one or more media files. Please refer to the log file for details.",我们未能同步一个或多个媒体文件。请参阅日志文件中的详细信息。,module,Magento_AdminNotification
"Synchronization of media storages has been completed.",媒体库同步已完成。,module,Magento_AdminNotification
"Your web server is set up incorrectly and allows unauthorized access to sensitive files. Please contact your hosting provider.","您的 web 服务器的设置不正确,并允许对敏感文件的未经授权访问。'' 请联系您的托管服务提供商。",module,Magento_AdminNotification
"System Messages:",系统消息:,module,Magento_AdminNotification
"Critical System Messages",关键系统消息,module,Magento_AdminNotification
"Major System Messages",主要系统消息,module,Magento_AdminNotification
"System messages",系统消息,module,Magento_AdminNotification
Close,关闭,module,Magento_AdminNotification
"See All (","查看所有 (",module,Magento_AdminNotification
"Please correct the data sent.",请更正要发送的数据。,module,Magento_AdvancedPricingImportExport
"Entity type model '%1' is not found","实体模型必须是一个实例",module,Magento_AdvancedPricingImportExport
"Entity type model must be an instance of \Magento\CatalogImportExport\Model\Export\Product\Type\AbstractType","实体模类型型必须是实例 \Magento\CatalogImportExport\Model\Export\Product\Type\AbstractType",module,Magento_AdvancedPricingImportExport
"There are no product types available for export",没有可以导出的产品,module,Magento_AdvancedPricingImportExport
"We can't find the role for the user you wanted.","出了错,同时编制允许的资源列表。 “”你可以找到更多的例外日志。",module,Magento_Authorization
"Something went wrong while compiling a list of allowed resources. You can find out more in the exceptions log.",允许资源的列表进行编译的同时,出了错。你可以找出更多的异常日志。,module,Magento_Authorization
"You created the order.",您创建的订单。,module,Magento_Authorizenet
"Order saving error: %1","订单保存错误: %1",module,Magento_Authorizenet
"Please choose a payment method.",请选择支付方式,module,Magento_Authorizenet
"We can't process your order right now. Please try again later.",商户邮件,module,Magento_Authorizenet
"Credit Card: xxxx-%1",信用卡:xxxx-%1,module,Magento_Authorizenet
"amount %1","金额 %1",module,Magento_Authorizenet
failed.,失败。,module,Magento_Authorizenet
successful.,成功。,module,Magento_Authorizenet
"Authorize.Net Transaction ID %1.","Authorize.Net 交易记录 ID %1。",module,Magento_Authorizenet
authorize,授权,module,Magento_Authorizenet
"authorize and capture",授权和获取,module,Magento_Authorizenet
capture,获取,module,Magento_Authorizenet
refund,退款,module,Magento_Authorizenet
void,无效,module,Magento_Authorizenet
"Gateway error: %1","网关错误: %1",module,Magento_Authorizenet
"Something went wrong in the payment gateway.",出了错在支付网关。,module,Magento_Authorizenet
"Invalid amount for capture.",获取的金额无效。,module,Magento_Authorizenet
"Payment capturing error.",捕获错误的付款。,module,Magento_Authorizenet
"Invalid transaction ID.",无效的交易id。,module,Magento_Authorizenet
"Payment voiding error.",付款无效时出错。,module,Magento_Authorizenet
"Invalid amount for refund.",退款金额无效。,module,Magento_Authorizenet
"Payment refunding error.",付款退还时出错。,module,Magento_Authorizenet
"The transaction was declined because the response hash validation failed.",该交易被拒绝,因为响应hash验证失败。,module,Magento_Authorizenet
"This payment didn't work out because we can't find this order.",这笔款项并不奏效,因为我们找不到此命令。,module,Magento_Authorizenet
"There was a payment authorization error.",出现了一个付款授权错误。,module,Magento_Authorizenet
"Please enter a transaction ID to authorize this payment.",请输入要授权这笔付款的交易ID。,module,Magento_Authorizenet
"Something went wrong: the paid amount doesn't match the order amount. Please correct this and try again.","什么地方出毛病: 已付的金额不匹配的订单额。请更正此错误,然后重试。",module,Magento_Authorizenet
"Transaction %1 has been approved. Amount %2. Transaction status is ""%3""","交易 %1 已被批准。量 %2。交易记录的状态是""%3""",module,Magento_Authorizenet
"Transaction %1 has been voided/declined. Transaction status is ""%2"". Amount %3.","交易 %1 已作废有所下降。交易记录的状态是""%2""。量 %3。",module,Magento_Authorizenet
"Authorize Only",仅供授权,module,Magento_Authorizenet
"Authorize and Capture",授权和获取,module,Magento_Authorizenet
"Unable to get transaction details. Try again later.",无法获取交易记录详细信息。稍后再试。,module,Magento_Authorizenet
"Credit Card Type",卡片验证号码,module,Magento_Authorizenet
"Credit Card Number",信用卡卡号,module,Magento_Authorizenet
"Expiration Date",过期日期,module,Magento_Authorizenet
"Card Verification Number",信用卡验证号码,module,Magento_Authorizenet
"FDS Filter Action","FDS 筛选器操作",module,Magento_Authorizenet
"AVS Response","AVS 的反应",module,Magento_Authorizenet
"Card Code Response",卡码响应,module,Magento_Authorizenet
"CAVV Response","CAVV 响应",module,Magento_Authorizenet
"Fraud Filters",欺诈行为过滤器,module,Magento_Authorizenet
"Invalid Form Key. Please refresh the page.",无效的表单密钥。请刷新此页面。,module,Magento_Backend
"You entered an invalid Secret Key. Please refresh the page.",您输入了无效的密钥。请刷新此页面。,module,Magento_Backend
"Cache Storage Management",缓存存储管理,module,Magento_Backend
"Flush Magento Cache","刷新 Magento 缓存",module,Magento_Backend
"The cache storage may contain additional data. Are you sure that you want to flush it?",缓存储存可能包含其他数据。你确定要刷新它?,module,Magento_Backend
"Flush Cache Storage",刷新缓存存储,module,Magento_Backend
Invalidated,无效,module,Magento_Backend
Orders,订单,module,Magento_Backend
Amounts,金额,module,Magento_Backend
Bestsellers,无法刷新全部统计,module,Magento_Backend
"Most Viewed Products",查看最多的产品,module,Magento_Backend
Customers,客户,module,Magento_Backend
Customer,客户,module,Magento_Backend
Guest,访客,module,Magento_Backend
Items,产品,module,Magento_Backend
Total,总额,module,Magento_Backend
"Lifetime Sales",销售总额,module,Magento_Backend
"Average Order",平均订单,module,Magento_Backend
Average,平均,module,Magento_Backend
Product,产品,module,Magento_Backend
Price,价格,module,Magento_Backend
Quantity,数量,module,Magento_Backend
Views,视图,module,Magento_Backend
Revenue,收入,module,Magento_Backend
Tax,税,module,Magento_Backend
Shipping,运费,module,Magento_Backend
"Images (.gif, .jpg, .png)",取消可见,module,Magento_Backend
"Media (.avi, .flv, .swf)","媒体 (.avi、.flv,.swf)",module,Magento_Backend
"All Files",所有文本,module,Magento_Backend
"Reset to Default",重置为默认值,module,Magento_Backend
"All Store Views",所有商店界面,module,Magento_Backend
"What is this?",这是什么?,module,Magento_Backend
"Save Account",保存帐户信息,module,Magento_Backend
"My Account",我的账户,module,Magento_Backend
"Account Information",账户信息,module,Magento_Backend
"User Name",用户名称,module,Magento_Backend
"First Name",名,module,Magento_Backend
"Last Name",姓,module,Magento_Backend
Email,邮箱,module,Magento_Backend
"User Email",界面语言,module,Magento_Backend
"New Password",新密码,module,Magento_Backend
"Password Confirmation",密码确认,module,Magento_Backend
"Interface Locale",界面区域设置,module,Magento_Backend
"Current User Identity Verification",当前的用户身份验证,module,Magento_Backend
"Your Password",您的密码,module,Magento_Backend
"Save Cache Settings",保存缓存设置。,module,Magento_Backend
"Catalog Rewrites",目录重写,module,Magento_Backend
Refresh,刷新,module,Magento_Backend
"Images Cache",图像缓存,module,Magento_Backend
Clear,清空,module,Magento_Backend
"Search Index",搜索索引,module,Magento_Backend
Rebuild,重建,module,Magento_Backend
"Inventory Stock Status",库存状态。,module,Magento_Backend
"Rebuild Catalog Index",重建目录索引,module,Magento_Backend
"Rebuild Flat Catalog Category",重建平面目录类别,module,Magento_Backend
"Rebuild Flat Catalog Product",重建平面目录产品,module,Magento_Backend
"Cache Control",高速缓存控制,module,Magento_Backend
"All Cache",所有缓存,module,Magento_Backend
"No change",没有变化,module,Magento_Backend
Disable,禁用,module,Magento_Backend
Enable,启用,module,Magento_Backend
"Add Design Change",添加设计更改,module,Magento_Backend
Back,后退,module,Magento_Backend
Delete,删除,module,Magento_Backend
"Are you sure?",您确定吗?,module,Magento_Backend
Save,保存,module,Magento_Backend
"Edit Design Change",编辑设计更改,module,Magento_Backend
"New Store Design Change",新店设计更改,module,Magento_Backend
"General Settings",一般设置,module,Magento_Backend
Store,商店,module,Magento_Backend
"-- Please Select --","-- 请选择 --",module,Magento_Backend
"Custom Design",网站模板设计,module,Magento_Backend
"Date From",始于,module,Magento_Backend
"Date To",到目前为止,module,Magento_Backend
"Design Change",设计更改,module,Magento_Backend
General,基本的,module,Magento_Backend
Cancel,保存,module,Magento_Backend
"Delete %1 '%2'","删除 %1 '%2'",module,Magento_Backend
"Delete %1","删除 %1",module,Magento_Backend
"Block Information",块信息,module,Magento_Backend
"Backup Options",备份选项,module,Magento_Backend
"Create DB Backup",创建数据库备份,module,Magento_Backend
Yes,是,module,Magento_Backend
No,否,module,Magento_Backend
"Delete Store",删除存储区,module,Magento_Backend
"Delete Web Site",删除网站,module,Magento_Backend
"Save Web Site","保存 Web 站点",module,Magento_Backend
"Save Store",保存店铺,module,Magento_Backend
"Save Store View",保存存储视图,module,Magento_Backend
"Delete Store View",删除存储视图,module,Magento_Backend
"Edit Web Site",编辑网站,module,Magento_Backend
"New Web Site","新的 Web 站点",module,Magento_Backend
"Edit Store",编辑店铺,module,Magento_Backend
"New Store",新店,module,Magento_Backend
"Edit Store View",编辑存储视图,module,Magento_Backend
"New Store View",新的存储视图,module,Magento_Backend
"Store Information",存储信息,module,Magento_Backend
"Web Site",网站,module,Magento_Backend
Name,名字,module,Magento_Backend
"Root Category",默认商店,module,Magento_Backend
"Default Store View",默认存储视图,module,Magento_Backend
"Store View Information",存储视图信息,module,Magento_Backend
Code,代码,module,Magento_Backend
Status,状态,module,Magento_Backend
Disabled,禁用,module,Magento_Backend
Enabled,启动,module,Magento_Backend
"Sort Order",排序,module,Magento_Backend
"Web Site Information",网站信息,module,Magento_Backend
"Default Store",默认存储,module,Magento_Backend
"Set as Default",设置为默认,module,Magento_Backend
Stores,商店,module,Magento_Backend
"Create Website",创建网站,module,Magento_Backend
"Create Store",创建存储,module,Magento_Backend
"Create Store View",创建存储视图,module,Magento_Backend
Home,首页,module,Magento_Backend
Reset,重置,module,Magento_Backend
"Are you sure you want to do this?",您确认要这么做么?,module,Magento_Backend
"Add New Image",添加新的映像,module,Magento_Backend
"Export block for grid %1 is not defined","未定义网格 %1 出口块",module,Magento_Backend
"Reset Filter",重置筛选器,module,Magento_Backend
Search,搜索,module,Magento_Backend
Any,任何,module,Magento_Backend
"All Countries",所有国家,module,Magento_Backend
From,从,module,Magento_Backend
To,至,module,Magento_Backend
"Date selector",日期选择器,module,Magento_Backend
"[ deleted ]","[ 已删除 ]",module,Magento_Backend
"Select All",选择全部,module,Magento_Backend
"We couldn't find any records.",我们找不到任何记录。,module,Magento_Backend
"Add New",新加,module,Magento_Backend
"Invalid export type supplied for grid export block",为网格出口块提供了无效的导出类型,module,Magento_Backend
Export,导出,module,Magento_Backend
"Please correct the column format and try again.",请更正的列格式,再试一次。,module,Magento_Backend
"Please select items.",请选择产品,module,Magento_Backend
Submit,提交,module,Magento_Backend
"Unknown block type",未知模块类型,module,Magento_Backend
"Please correct the tab configuration and try again. Tab Id should be not empty","请更正选项卡配置,然后重试。选项卡 Id 不应为空",module,Magento_Backend
"Please correct the tab configuration and try again.",请更正选项卡配置,然后重试。,module,Magento_Backend
"You have logged out.",您已登出。,module,Magento_Backend
"Specified cache type(s) don't exist: %1","指定缓存类型不存在: %1",module,Magento_Backend
"The image cache was cleaned.",图像缓存被清除了。,module,Magento_Backend
"An error occurred while clearing the image cache.",清除图像缓存时出错。,module,Magento_Backend
"The JavaScript/CSS cache has been cleaned.","JavaScript 和 CSS 缓存已清理。",module,Magento_Backend
"An error occurred while clearing the JavaScript/CSS cache.","清除的 JavaScript 和 CSS 缓存时出错。",module,Magento_Backend
"The static files cache has been cleaned.",静态文件缓存已清理。,module,Magento_Backend
"You flushed the cache storage.",你已刷新缓存存储。,module,Magento_Backend
"The Magento cache storage has been flushed.","Magento 缓存存储已被刷新。",module,Magento_Backend
"Cache Management",管理缓存,module,Magento_Backend
"%1 cache type(s) disabled.","%1 缓存类型禁用。",module,Magento_Backend
"An error occurred while disabling cache.",禁用缓存时出错。,module,Magento_Backend
"%1 cache type(s) enabled.","启用 %1 缓存类型。",module,Magento_Backend
"An error occurred while enabling cache.",启用缓存时出错。,module,Magento_Backend
"%1 cache type(s) refreshed.","%1 缓存类型刷新。",module,Magento_Backend
"An error occurred while refreshing cache.",刷新缓存时出错。,module,Magento_Backend
Dashboard,控制面板,module,Magento_Backend
"We updated lifetime statistic.",我们更新寿命统计。,module,Magento_Backend
"We can't refresh lifetime statistics.",我们不能刷新生存时间统计。,module,Magento_Backend
"invalid request",无效的请求,module,Magento_Backend
"see error log for details",请参阅错误日志的详细信息,module,Magento_Backend
"Service unavailable: %1","服务不可用: %1",module,Magento_Backend
Error,错误,module,Magento_Backend
"Access Denied.",访问被拒绝。,module,Magento_Backend
"You need more permissions to do this.",你需要更多的权限来执行此操作。,module,Magento_Backend
"No search modules were registered",没有注册的搜索模块,module,Magento_Backend
"Please make sure that all global admin search modules are installed and activated.",请确保所有的全局管理员搜索模块已安装并激活。,module,Magento_Backend
"You saved the account.",你已保存该帐户。,module,Magento_Backend
"An error occurred while saving account.",保存帐户时出错。,module,Magento_Backend
"You deleted the design change.",你删除设计更改。,module,Magento_Backend
"You can't delete the design change.",您不能删除设计更改。,module,Magento_Backend
"Store Design",存储设计,module,Magento_Backend
"Edit Store Design Change",编辑存储设计更改,module,Magento_Backend
"You saved the design change.",你保存的设计更改。,module,Magento_Backend
System,系统,module,Magento_Backend
"Manage Stores",管理存储,module,Magento_Backend
"The database was backed up.",数据库备份。,module,Magento_Backend
"We can't create a backup right now. Please try again later.",我们现在不能创建一个备份。请稍后再试。,module,Magento_Backend
"Deleting a %1 will not delete the information associated with the %1 (e.g. categories, products, etc.), but the %1 will not be able to be restored. It is suggested that you create a database backup before deleting the %1.","删除 %1 不会删除与 %1 (例如类别、 产品等),相关的信息,但 %1 将不能被恢复。它被建议你在删除 %1 之前创建的数据库备份。",module,Magento_Backend
"Something went wrong. Please try again.",出了错。请再试一次。,module,Magento_Backend
"This store cannot be deleted.",不能删除此存储。,module,Magento_Backend
"You deleted the store.",你删除了存储区。,module,Magento_Backend
"Unable to delete the store. Please try again later.",无法删除存储。请稍后再试。,module,Magento_Backend
"This store view cannot be deleted.",不能删除该存储视图。,module,Magento_Backend
"Store View",商店界面,module,Magento_Backend
"You deleted the store view.",你删除了存储视图。,module,Magento_Backend
"Unable to delete the store view. Please try again later.",无法删除存储视图。请稍后再试。,module,Magento_Backend
"This website cannot be deleted.",不能删除此站点。,module,Magento_Backend
"You deleted the website.",您删除该网站。,module,Magento_Backend
"Unable to delete the website. Please try again later.",不能删除该网站。请稍后再试。,module,Magento_Backend
"The website does not exist.",该网站不存在。,module,Magento_Backend
"Before modifying the website code please make sure it is not used in index.php.","修改网站代码前请确保它没有应用在 index.php 中。",module,Magento_Backend
"The store does not exist",存储不存在,module,Magento_Backend
"Store view doesn't exist",存储视图不存在,module,Magento_Backend
"Before modifying the store view code please make sure it is not used in index.php.","修改网站代码前请确保它没有应用在 index.php 中。",module,Magento_Backend
"You saved the website.",你已保存网站。,module,Magento_Backend
"An inactive store view cannot be saved as default store view",处于非活动状态存储视图不能保存为默认存储视图,module,Magento_Backend
"You saved the store.",你保存了视图。,module,Magento_Backend
"The default store cannot be disabled",不能禁用默认存储,module,Magento_Backend
"You saved the store view.",您已保存的存储视图。,module,Magento_Backend
"Something went wrong while saving. Please review the error log.",保存时出错。请查看错误日志。,module,Magento_Backend
"Last 24 Hours","过去 24 小时内",module,Magento_Backend
"Last 7 Days","最近 7 天",module,Magento_Backend
"Current Month",当月,module,Magento_Backend
"Authentication storage is incorrect.",身份验证存储是不正确的。,module,Magento_Backend
"You did not sign in correctly or your account is temporarily disabled.",登录不正确或者您的账号已禁用。,module,Magento_Backend
"Authentication error occurred.",发生身份验证错误。,module,Magento_Backend
"Admin session lifetime must be less than or equal to 31536000 seconds (one year)","管理员会话生存期必须小于或等于 31536000 秒 (一年)",module,Magento_Backend
"Admin session lifetime must be greater than or equal to 60 seconds","管理员会话生存期必须大于或等于 60 秒",module,Magento_Backend
Order,订单,module,Magento_Backend
"Order #%1","订单 #%1",module,Magento_Backend
"Access denied",访问被拒绝,module,Magento_Backend
"Please try to sign out and sign in again.",请尝试注销并重新登录。,module,Magento_Backend
"If you continue to receive this message, please contact the store owner.",如果您继续收到此消息,请联系店主。,module,Magento_Backend
"You need more permissions to access this.",用户名,module,Magento_Backend
"Welcome, please sign in",欢迎,请登录,module,Magento_Backend
Username,用户名,module,Magento_Backend
"user name",用户名称,module,Magento_Backend
Password,密码,module,Magento_Backend
password,密码,module,Magento_Backend
"Sign in",登录,module,Magento_Backend
"Select Range:",选择区域:,module,Magento_Backend
"No Data Found",找不到数据,module,Magento_Backend
"Chart is disabled. To enable the chart, click <a href=""%1"">here</a>.","图表被禁用。若要启用图表,请单击 <a href=""%1""> 这里</a>。",module,Magento_Backend
"Last Orders",最后的订单,module,Magento_Backend
"Last Search Terms",最后一个搜索条件,module,Magento_Backend
"Top Search Terms",热门搜索词,module,Magento_Backend
"There are no search keywords.",没有搜索关键字。,module,Magento_Backend
"View Statistics For:",查看统计信息为:,module,Magento_Backend
"All Websites",所有网站,module,Magento_Backend
"Reload Data",重新加载数据,module,Magento_Backend
"Browse Files...",浏览文件,module,Magento_Backend
"Copyright © %1 Magento Commerce Inc. All rights reserved.","版权所有 %1 Magento 商务公司保留所有权利。",module,Magento_Backend
"ver. %1","%1 查看。",module,Magento_Backend
"Magento Admin Panel","Magento 管理面板",module,Magento_Backend
"Account Setting",帐户设置,module,Magento_Backend
"Customer View",客户视图,module,Magento_Backend
"Sign Out",退出,module,Magento_Backend
"About the calendar",分类,module,Magento_Backend
Close,关闭,module,Magento_Backend
"Go Today",今天去,module,Magento_Backend
Previous,上一个,module,Magento_Backend
Next,下一个,module,Magento_Backend
Time,时间,module,Magento_Backend
Hour,小时,module,Magento_Backend
Minute,分钟,module,Magento_Backend
"JavaScript may be disabled in your browser.","可能在您的浏览器中禁用了 JavaScript。",module,Magento_Backend
"To use this website you must first enable JavaScript in your browser.","要使用本网站必须首先在您的浏览器启用 JavaScript。",module,Magento_Backend
"This is only a demo store. You can browse and place orders, but nothing will be processed.",这是只是一个演示的商店。您可以浏览并下订单,但什么都不会被处理。,module,Magento_Backend
"Report Bugs",报告错误,module,Magento_Backend
"Store View:",存储视图:,module,Magento_Backend
"Stores Configuration",存储配置,module,Magento_Backend
"Please confirm scope switching. All data that hasn't been saved will be lost.",请确认范围开关。尚未保存的所有数据将都会丢失。,module,Magento_Backend
"Additional Cache Management",额外的缓存管理,module,Magento_Backend
"Flush Catalog Images Cache",刷新目录图像缓存,module,Magento_Backend
"Pregenerated product images files",预览产品图片文件,module,Magento_Backend
"Flush JavaScript/CSS Cache","刷新 JavaScript 和 CSS 缓存",module,Magento_Backend
"Themes JavaScript and CSS files combined to one file","主题 JavaScript 和 CSS 文件合并到一个文件",module,Magento_Backend
"Flush Static Files Cache","刷新 静态文件缓存",module,Magento_Backend
"Preprocessed view files and static files",预处理的视图文件和静态文件,module,Magento_Backend
Catalog,目录重写,module,Magento_Backend
JavaScript/CSS,"JavaScript 和 CSS",module,Magento_Backend
"JavaScript/CSS Cache","JavaScript 和 CSS 缓存",module,Magento_Backend
"No records found.",没有找到,module,Magento_Backend
Images,图片,module,Magento_Backend
"Big Image",大图像,module,Magento_Backend
Thumbnail,缩略图,module,Magento_Backend
"Additional Settings",附加设置,module,Magento_Backend
"records found",找到的记录,module,Magento_Backend
selected,已选择,module,Magento_Backend
"per page",每页,module,Magento_Backend
"Previous page",前一页,module,Magento_Backend
"of %1",%1,module,Magento_Backend
"Next page",下页,module,Magento_Backend
"Export to:",导出到:,module,Magento_Backend
Actions,动作,module,Magento_Backend
"Mass Actions",批量操作,module,Magento_Backend
"Unselect All",取消全选,module,Magento_Backend
"Select Visible",选择可见,module,Magento_Backend
"Unselect Visible",取消选择可见,module,Magento_Backend
"Changes have been made to this section that have not been saved.",已更改尚未保存此节。,module,Magento_Backend
"This tab contains invalid data. Please resolve this before saving.",此选项卡包含无效数据。请在保存前解决此问题。,module,Magento_Backend
"The information in this tab has been changed.",此选项卡中的信息已更改。,module,Magento_Backend
Loading...,"加载中...",module,Magento_Backend
"System Backup",系统备份,module,Magento_Backup
"Database and Media Backup",数据库和备份媒体,module,Magento_Backup
"Database Backup",数据库备份,module,Magento_Backup
"The archive can be uncompressed with <a href=""%1"">%2</a> on Windows systems.","归档文件可以压缩与 <a href=""%1"">%2</a> 在 Windows 系统上。",module,Magento_Backup
"You need more permissions to activate maintenance mode right now.",你需要更多的权限,现在激活维护模式。,module,Magento_Backup
"Something went wrong while putting your store into maintenance mode.",将您的存储区置于维护模式时,出了错。,module,Magento_Backup
"You need more free space to create a backup.",你需要更多的可用空间来创建备份。,module,Magento_Backup
"You need more permissions to create a backup.",你需要更多的权限来创建一个备份。,module,Magento_Backup
"We can't create the backup right now.",我们现在无法创建备份。,module,Magento_Backup
Backups,备份,module,Magento_Backup
System,系统,module,Magento_Backup
Tools,工具,module,Magento_Backup
Backup,备份,module,Magento_Backup
"We can't delete one or more backups.",我们不能删除一个或多个备份。,module,Magento_Backup
failed,失败,module,Magento_Backup
successful,成功,module,Magento_Backup
"You deleted the selected backup(s).","删除所选的 backup(s)。",module,Magento_Backup
"Can't load snapshot archive",无法加载快照存档,module,Magento_Backup
"Please correct the password.",请更正密码。,module,Magento_Backup
"We can't find the backup file.",我们找不到备份文件。,module,Magento_Backup
"We can't connect to the FTP right now.","我们现在无法连接到 FTP。",module,Magento_Backup
"Failed to validate FTP.","验证 FTP 失败。",module,Magento_Backup
"You need more permissions to perform a rollback.",你需要更多的权限,无法执行回退。,module,Magento_Backup
"Failed to rollback.",无法回退。,module,Magento_Backup
Database,数据库,module,Magento_Backup
"Database and Media",数据库和媒体,module,Magento_Backup
"System (excluding Media)","系统 (不含介质)",module,Magento_Backup
"You created the system backup.",您创建的系统备份。,module,Magento_Backup
"You created the system backup (excluding media).","创建系统备份 (不包括媒体)。",module,Magento_Backup
"You created the database and media backup.",您创建了数据库和媒体备份。,module,Magento_Backup
"You created the database backup.",您创建的数据库备份。,module,Magento_Backup
"Please correct the order of creation for a new backup.",请按正确的顺序创建新的备份。,module,Magento_Backup
"The backup file does not exist.",备份文件不存在。,module,Magento_Backup
"The backup file path was not specified.",未指定备份文件路径。,module,Magento_Backup
"The backup file ""%1"" does not exist.","不存在备份文件""%1""。",module,Magento_Backup
"Sorry, but we cannot read from or write to backup file ""%1"".","抱歉,但我们不能读取或写入备份文件""%1""。",module,Magento_Backup
"The backup file handler was unspecified.",未指定备份文件处理程序。,module,Magento_Backup
"Something went wrong while writing to the backup file ""%1"".","在写入备份文件""%1"",出了错。",module,Magento_Backup
"We can't save the Cron expression.",我们不能保存货币表达式,module,Magento_Backup
"You will lose any data created since the backup was made, including admin users, customers and orders.","您将丢失所有数据创建备份自从了以后,包括管理员用户、 客户和订单。",module,Magento_Backup
"Are you sure you want to continue?",你确定要继续吗?,module,Magento_Backup
"This may take a few moments.",这可能需要几分钟。,module,Magento_Backup
"Be sure your store is in maintenance mode during backup.",请确保您的存储在备份过程中处于维护模式。,module,Magento_Backup
"Backup Name",备份名称,module,Magento_Backup
"Please use only letters (a-z or A-Z), numbers (0-9) or spaces in this field.","请在此字段中使用唯一的字母 (a 到 z 或 A 到 Z),数字 (0-9) 或空格。",module,Magento_Backup
"Maintenance mode",维护模式,module,Magento_Backup
"Please put your store into maintenance mode during backup.",请在备份过程中,把您的商店进入维护模式。,module,Magento_Backup
Exclude,排除,module,Magento_Backup
"Exclude media folder from backup",从备份中排除媒体文件夹,module,Magento_Backup
"Please enter the password to confirm rollback.",请输入密码以确认回退。,module,Magento_Backup
"This action cannot be undone.",此操作无法撤消。,module,Magento_Backup
"User Password",用户密码,module,Magento_Backup
"Please put your store into maintenance mode during rollback processing.",请在回退处理过程中,把您的商店进入维护模式。,module,Magento_Backup
"Use FTP Connection","使用 FTP 连接",module,Magento_Backup
"FTP credentials","FTP 凭据",module,Magento_Backup
"FTP Host","FTP 主机",module,Magento_Backup
"FTP Login","FTP 登录",module,Magento_Backup
"FTP Password","FTP 密码",module,Magento_Backup
"Magento root directory","Magento 根目录",module,Magento_Backup
"Create Backup",创建备份,module,Magento_Backup
Country,国家,module,Magento_Braintree
"Allowed Credit Card Types",无法更新送货方式,module,Magento_Braintree
"Add Rule",添加规则,module,Magento_Braintree
"Sorry, but something went wrong",抱歉,出错了。,module,Magento_Braintree
"We can't initialize checkout.",我们不能初始化校验。,module,Magento_Braintree
"No authorization transaction to proceed capture.",继续捕获未授权交易。,module,Magento_Braintree
"Braintree error response.","Braintree 错误响应",module,Magento_Braintree
"Payment method nonce can't be retrieved.","无法检索付款方法 nonce。",module,Magento_Braintree
"Wrong transaction status",错误的交易记录的状态,module,Magento_Braintree
Authorize,授权,module,Magento_Braintree
"Authorize and Capture",授权和获取,module,Magento_Braintree
"--Please Select--","-- 请选择 --",module,Magento_Braintree
"Please agree to all the terms and conditions before placing the order.",请在下订单前同意所有的条款和条件。,module,Magento_Braintree
"Paypal account",Paypal帐户,module,Magento_Braintree
"Coinbase account","Coinbase 帐户",module,Magento_Braintree
"Europe bank account",欧洲银行帐户,module,Magento_Braintree
"Credit card",信用卡,module,Magento_Braintree
"Apple pay card","Apple Pay卡",module,Magento_Braintree
"Android pay card","Android Pay卡",module,Magento_Braintree
"Authorization expired",授权过期,module,Magento_Braintree
Authorizing,正在认证,module,Magento_Braintree
Authorized,已授权,module,Magento_Braintree
"Gateway rejected",网关拒绝,module,Magento_Braintree
Failed,失败,module,Magento_Braintree
Settled,解决,module,Magento_Braintree
Settling,解决,module,Magento_Braintree
"Submitted for settlement",为解决提交,module,Magento_Braintree
Voided,作废,module,Magento_Braintree
Unrecognized,无法识别,module,Magento_Braintree
"Settlement declined",拒绝的解决,module,Magento_Braintree
"Settlement pending",待解决,module,Magento_Braintree
"Settlement confirmed",结算确认,module,Magento_Braintree
Sale,销售,module,Magento_Braintree
Credit,信用,module,Magento_Braintree
"Credit Card Type",卡片验证号码,module,Magento_Braintree
"Credit Card Number",信用卡卡号,module,Magento_Braintree
"Please, enter valid Credit Card Number",请输入有效的信用卡号码,module,Magento_Braintree
"Expiration Date",过期日期,module,Magento_Braintree
"Please, enter valid Expiration Date",请输入有效的到期日期,module,Magento_Braintree
"Card Verification Number",信用卡验证号码,module,Magento_Braintree
"Please, enter valid Card Verification Number",请输入有效的信用卡验证号码,module,Magento_Braintree
ending,结束,module,Magento_Braintree
expires,到期,module,Magento_Braintree
"Percent Discount",百分比折扣,module,Magento_Bundle
"-- Select --","— — 选择 — —",module,Magento_Bundle
Dynamic,动态,module,Magento_Bundle
Fixed,百分之,module,Magento_Bundle
"Create New Option",创建新的选项,module,Magento_Bundle
"Bundle Items",绑定项目,module,Magento_Bundle
"Add Products to Option",将产品添加到选项,module,Magento_Bundle
Close,关闭,module,Magento_Bundle
"Delete Option",数量:,module,Magento_Bundle
"What are you looking for?",你在找什么?,module,Magento_Bundle
Product,产品,module,Magento_Bundle
Price,价格,module,Magento_Bundle
Delete,删除,module,Magento_Bundle
"Use Default Value",使用默认值,module,Magento_Bundle
"There is no defined renderer for ""%1"" option type.","还有""%1""选项类型没有定义渲染器。",module,Magento_Bundle
"Only implemented for bundle product",只有实施捆绑产品,module,Magento_Bundle
"Product with specified sku: ""%1"" is not a bundle product","产品与指定 sku:""%1""不是捆绑产品",module,Magento_Bundle
"Bundle product could not contain another composite product",捆绑产品不能包含另一个复合产品,module,Magento_Bundle
"Id field of product link is required","产品链接的 id 字段是必需的",module,Magento_Bundle
"Can not find product link with id ""%1""","找不到 id 为""%1""产品链接",module,Magento_Bundle
"Could not save child: ""%1""","不能保存产物:""%1""",module,Magento_Bundle
"Product with specified sku: ""%1"" does not contain option: ""%2""","产品与指定 sku:""%1""不包含选项:""%2""",module,Magento_Bundle
"Child with specified sku: ""%1"" already assigned to product: ""%2""","指定 sku 的产物:""%1""已经分配给产品:""%2""",module,Magento_Bundle
"Product with specified sku: %1 is not a bundle product","产品与指定 sku: %1 不是捆绑产品",module,Magento_Bundle
"Requested bundle option product doesn't exist",请求的包选项产品不存在,module,Magento_Bundle
"Requested option doesn't exist",请求的选项不存在,module,Magento_Bundle
"Cannot delete option with id %1","无法删除选项与 id %1",module,Magento_Bundle
"Could not save option",不能保存选项,module,Magento_Bundle
"Price Range",价格范围,module,Magento_Bundle
"As Low as",低至,module,Magento_Bundle
Together,在一起,module,Magento_Bundle
Separately,分开,module,Magento_Bundle
"Please specify product option(s).",请指定产品选项。,module,Magento_Bundle
"The options you selected are not available.",您选择的选项不可用。,module,Magento_Bundle
"The required options you selected are not available.",选择所需的选项不可用。,module,Magento_Bundle
"Please select all required options.",请选择所需的所有选项。,module,Magento_Bundle
"We can't add this item to your shopping cart right now.",我们这个项目不能添加到您的购物车现在。,module,Magento_Bundle
Percent,百分之,module,Magento_Bundle
"Add Selected Products",添加所选的产品,module,Magento_Bundle
"New Option",新的选项,module,Magento_Bundle
"Option Title",新选项,module,Magento_Bundle
"Store View Title",存储视图标题,module,Magento_Bundle
"Input Type",输入类型,module,Magento_Bundle
Drop-down,下拉,module,Magento_Bundle
Required,必填,module,Magento_Bundle
Name,名字,module,Magento_Bundle
"Default Quantity",默认数量,module,Magento_Bundle
"User Defined",用户自定义,module,Magento_Bundle
"Price Type",价格类型,module,Magento_Bundle
None,无,module,Magento_Bundle
Quantity:,数量:,module,Magento_Bundle
"Choose a selection...",选择一个选项。,module,Magento_Bundle
"Ship Bundle Items",船捆绑项目,module,Magento_Bundle
Position,位置,module,Magento_Bundle
"There are no products in this option.",在此选项中没有产品。,module,Magento_Bundle
Default,默认,module,Magento_Bundle
Ordered,已订购,module,Magento_Bundle
Invoiced,开票,module,Magento_Reports
Shipped,已开发票数量,module,Magento_Bundle
Refunded,已退款,module,Magento_Bundle
Canceled,已取消,module,Magento_Bundle
"As low as",低至,module,Magento_Bundle
"Regular Price",定期的价格,module,Magento_Bundle
From,从,module,Magento_Bundle
To,至,module,Magento_Bundle
"Buy %1 with %2 discount each","买 %1 与 %2 折扣每个",module,Magento_Bundle
"Go back to product details",返回到产品详细信息,module,Magento_Bundle
"Customize and Add to Cart",自定义并添加到购物车,module,Magento_Bundle
"* Required Fields",*必要字段,module,Magento_Bundle
"Your Customization",您的自定义,module,Magento_Bundle
Availability,库存,module,Magento_Bundle
"In stock",有货,module,Magento_Bundle
"Out of stock",缺货,module,Magento_Bundle
Summary,用户中心,module,Magento_Bundle
Availability:,库存:,module,Magento_Bundle
Quantity,数量,module,Magento_Bundle
"Customize %1","自定义 %1",module,Magento_Bundle
"No options of this product are available.",该产品没有可用选项。,module,Magento_Bundle
"Gift Message",礼品消息,module,Magento_Bundle
From:,从:,module,Magento_Bundle
To:,至:,module,Magento_Bundle
Message:,消息:,module,Magento_Bundle
"Product Name",产品名称,module,Magento_Bundle
Subtotal,小计,module,Magento_Bundle
"Discount Amount",折扣金额,module,Magento_Bundle
"Row Total",总行数,module,Magento_Bundle
"Qty Invoiced",开票数量,module,Magento_Bundle
"Qty Shipped",已发货数量,module,Magento_Bundle
Always,总是,module,Magento_Captcha
"After number of attempts to login","如果选择“创建用户” 和“忘记密码”形式的验证码将永远被启用",module,Magento_Captcha
"Provided form does not exist",提供的表单不存在,module,Magento_Captcha
"Incorrect CAPTCHA",不正确的验证码,module,Magento_Captcha
"Incorrect CAPTCHA.",不正确的验证码。,module,Magento_Captcha
"The account is locked. Please wait and try again or contact %1.","该帐户被锁定。请等待和再试或联系 %1。",module,Magento_Captcha
"Please enter the letters from the image",请从图像,输入字母,module,Magento_Captcha
"<strong>Attention</strong>: Captcha is case sensitive.","<strong>注意</strong>: 验证码是区分大小写。",module,Magento_Captcha
"Reload captcha",重新加载验证码,module,Magento_Captcha
"Please type the letters below",请键入下面的字母,module,Magento_Captcha
"Entity type model '%1' is not found","实体型模式必须是一个实例 \Magento\CatalogImportExport\Model\Export\Product\Type\AbstractType",module,Magento_CatalogImportExport
"Entity type model must be an instance of \Magento\CatalogImportExport\Model\Export\Product\Type\AbstractType","实体模类型型必须是实例 \Magento\CatalogImportExport\Model\Export\Product\Type\AbstractType",module,Magento_CatalogImportExport
"There are no product types available for export.",文件“%1”未找到或已阅读的限制。,module,Magento_CatalogImportExport
"Entity type model must be an instance of Magento\CatalogImportExport\Model\Import\Product\Type\AbstractType","实体模类型型必须是实例 \Magento\CatalogImportExport\Model\Export\Product\Type\AbstractType",module,Magento_CatalogImportExport
"Category ""%1"" has not been created.","尚未创建类别""%1""。",module,Magento_CatalogImportExport
"File directory '%1' is not readable.",文件目录“%1”不是写。,module,Magento_CatalogImportExport
"File directory '%1' is not writable.","文件目录 '%1' 不是可写的。",module,Magento_CatalogImportExport
"Value for 'price' sub attribute in 'store' attribute contains incorrect value","'商店' 属性 '价格' 子属性的值包含不正确的值",module,Magento_CatalogImportExport
"Value for 'type' sub attribute in 'custom_options' attribute contains incorrect value, acceptable values are: 'dropdown', 'checkbox'","值为键入' 子 'custom_options' 属性中的属性包含不正确的值,可接受的值是: 下拉列表中','复选框",module,Magento_CatalogImportExport
"Please enter a value for title.",请输入标题值。,module,Magento_CatalogImportExport
"Value for 'price' sub attribute in 'custom_options' attribute contains incorrect value","'Custom_options' 属性 '价格' 子属性的值包含不正确的值",module,Magento_CatalogImportExport
"Value for 'maximum characters' sub attribute in 'custom_options' attribute contains incorrect value","'Custom_options' 属性 '最大字符数子属性的值包含不正确的值",module,Magento_CatalogImportExport
"Value for 'sort order' sub attribute in 'custom_options' attribute contains incorrect value","'Custom_options' 属性 '价格' 子属性的值包含不正确的值",module,Magento_CatalogImportExport
"Value for 'value price' sub attribute in 'custom_options' attribute contains incorrect value","'Custom_options' 属性 '排序' 子属性的值包含不正确的值",module,Magento_CatalogImportExport
"This name is already being used for custom option. Please enter a different name.",这个名字已经被用于自定义选项。请输入一个不同的名称。,module,Magento_CatalogImportExport
"Custom options have different types.",自定义选项具有不同的类型。,module,Magento_CatalogImportExport
"Every option entity must have a parent product entity.",每个选项实体必须有一个父产品的实体。,module,Magento_CatalogImportExport
"Please correct the parameters.",请更正参数。,module,Magento_CatalogImportExport
"File '%1' was not found or has read restriction.","'%1' 文件未找到或读过限制。",module,Magento_CatalogImportExport
"ALL GROUPS",所有组,module,Magento_CatalogInventory
"Customer Group",客户组,module,Magento_CatalogInventory
"Minimum Qty",退款后自动返回库存,module,Magento_CatalogInventory
"Add Minimum Qty",添加最低数量,module,Magento_CatalogInventory
"We can't rebuild the index for an undefined product.",我们不能重建索引未定义的产品。,module,Magento_CatalogInventory
"Could not rebuild index for empty products array",无法重建索引空的产品阵列,module,Magento_CatalogInventory
"Invalid stock id: %1. Only default stock with id %2 allowed","无效的库存id: %1。只有默认库存与允许的 id %2",module,Magento_CatalogInventory
"Invalid stock item id: %1. Should be null or numeric value greater than 0","无效的库存项目 id: %1。应为 null 或数值型值大于 0",module,Magento_CatalogInventory
"Invalid stock item id: %1. Assigned stock item id is %2","无效的库存项目 id: %1。分配的库存项 id 是 %2",module,Magento_CatalogInventory
"The stock item for Product is not valid.",产品的库存记录不是有效的。,module,Magento_CatalogInventory
"This product is out of stock.",本产品是缺货。,module,Magento_CatalogInventory
"Some of the products are out of stock.",部分产品已脱销。,module,Magento_CatalogInventory
"The stock item for Product in option is not valid.",库存产品选项中的不是有效的。,module,Magento_CatalogInventory
"Undefined product type",未定义的产品类型,module,Magento_CatalogInventory
"%1 is not a correct comparison method.","%1 不是一个正确的比较方法。",module,Magento_CatalogInventory
"No Backorders",没有延期交货,module,Magento_CatalogInventory
"Allow Qty Below 0","允许数量低于 0",module,Magento_CatalogInventory
"Allow Qty Below 0 and Notify Customer","允许数量低于 0 并通知客户",module,Magento_CatalogInventory
"In Stock",有货,module,Magento_CatalogInventory
"Out of Stock",缺货,module,Magento_CatalogInventory
"Stock Item with id ""%1"" does not exist.","Id 为""%1""的库存项目不存在。",module,Magento_CatalogInventory
"Stock with id ""%1"" does not exist.","股票与 id""%1""并不存在。",module,Magento_CatalogInventory
"Not all of your products are available in the requested quantity.",不是所有的你的产品有请求的数量。,module,Magento_CatalogInventory
"Product with SKU ""%1"" does not exist","产品与 SKU""%1""不存在",module,Magento_CatalogInventory
"The fewest you may purchase is %1.","您可以购买最少是 %1。",module,Magento_CatalogInventory
"Please correct the quantity for some products.",请更正一些产品的数量。,module,Magento_CatalogInventory
"The most you may purchase is %1.","您可以购买的大部分是 %1。",module,Magento_CatalogInventory
"We don't have as many ""%1"" as you requested, but we'll back order the remaining %2.","我们没有像很多""%1""作为你的要求,但是我们还回来订单剩余的 %2。",module,Magento_CatalogInventory
"We don't have ""%1"" in the requested quantity, so we'll back order the remaining %2.","我们没有""%1""在请求的数量,所以我们马上就回来订单剩余的 %2。",module,Magento_CatalogInventory
"You can buy %1 only in quantities of %2 at a time.","你可以一次买只在数量的 %2 %1。",module,Magento_CatalogInventory
"You can buy this product only in quantities of %1 at a time.","你可以一次买这种产品只在 %1 的数量。",module,Magento_CatalogInventory
"Decimal qty increments is not allowed.",不允许小数数量的增量。,module,Magento_CatalogInventory
Quantity,数量,module,Magento_CatalogInventory
"%1 is available to buy in increments of %2","%1 是 %2 的可购买的增量",module,Magento_CatalogInventory
"Only %1 left","只有 %1 左",module,Magento_CatalogInventory
"Product availability",产品的可用性,module,Magento_CatalogInventory
"Product Name",产品名称,module,Magento_CatalogInventory
Qty,数量,module,Magento_CatalogInventory
"Delete Rule",删除规则,module,Magento_CatalogRule
"Are you sure you want to do this?",您确认要这么做么?,module,Magento_CatalogRule
Reset,重置,module,Magento_CatalogRule
"Save and Apply",保存并应用,module,Magento_CatalogRule
"Save and Continue Edit",保存并继续编辑,module,Magento_CatalogRule
Save,保存,module,Magento_CatalogRule
"Catalog Price Rule","目录价格规则",module,Magento_CatalogRule
"Add New Rule",添加新规则,module,Magento_CatalogRule
"Apply Rules",应用规则,module,Magento_CatalogRule
Conditions,条件,module,Magento_CatalogRule
"Conditions (don't add conditions if rule is applied to all products)","条件 (如果规则应用于所有产品不添加条件)",module,Magento_CatalogRule
Type,类型,module,Magento_CatalogRule
"Attribute Set",属性集,module,Magento_CatalogRule
Product,产品,module,Magento_CatalogRule
Promotions,促销活动,module,Magento_CatalogRule
"We found updated rules that are not applied. Please click ""Apply Rules"" to update your catalog.","我们发现不适用的更新的规则。请单击""应用规则""来更新您的目录。",module,Magento_CatalogRule
"We can't apply the rules.",我们不能应用的规则。,module,Magento_CatalogRule
"You deleted the rule.",规则已保存。,module,Magento_CatalogRule
"We can't delete this rule right now. Please review the log and try again.",我们现在不能删除该规则。请查看日志并再试一次。,module,Magento_CatalogRule
"We can't find a rule to delete.",我们找不到要删除的规则。,module,Magento_CatalogRule
"This rule no longer exists.",该规则已不存在。,module,Magento_CatalogRule
"New Catalog Price Rule",新目录价格规则,module,Magento_CatalogRule
"Edit Rule",修改规则,module,Magento_CatalogRule
"New Rule",新规则,module,Magento_CatalogRule
Catalog,目录重写,module,Magento_CatalogRule
"You saved the rule.",你保存的规则。,module,Magento_CatalogRule
"Something went wrong while saving the rule data. Please review the error log.",保存规则数据时出了错。请查看错误日志。,module,Magento_CatalogRule
Promo,促销,module,Magento_CatalogRule
"Unable to save rule %1","无法保存规则 %1",module,Magento_CatalogRule
"Rule with specified ID ""%1"" not found.","具有指定 ID""%1""找不到的规则。",module,Magento_CatalogRule
"Unable to remove rule %1","无法删除规则 %1",module,Magento_CatalogRule
"Could not rebuild index for empty products array",无法重建索引空的产品阵列,module,Magento_CatalogRule
"We can't rebuild the index for an undefined product.",我们不能重建索引未定义的产品。,module,Magento_CatalogRule
"Percentage discount should be between 0 and 100.","百分比折扣应该是介于 0 和 100 之间。",module,Magento_CatalogRule
"Discount value should be 0 or greater.","折扣值应大于或等于 0。",module,Magento_CatalogRule
"Unknown action.",未知的动作。,module,Magento_CatalogRule
"Update the Product",产品更新,module,Magento_CatalogRule
"Rule price",规则的价格,module,Magento_CatalogRule
"To Fixed Value",为固定值,module,Magento_CatalogRule
"To Percentage",百分比,module,Magento_CatalogRule
"By Fixed value",按固定值,module,Magento_CatalogRule
"By Percentage",按百分比,module,Magento_CatalogRule
"Update product's %1 %2: %3","更新产品的 %1 %2: %3",module,Magento_CatalogRule
"Apply as percentage of original",申请作为原始大小的百分比,module,Magento_CatalogRule
"Apply as fixed amount",申请作为固定金额,module,Magento_CatalogRule
"Adjust final price to this percentage",调整这一比例最终价格,module,Magento_CatalogRule
"Adjust final price to discount value",调整最终价格以价值大打折扣,module,Magento_CatalogRule
"Conditions Combination",条件组合,module,Magento_CatalogRule
"Product Attribute",产品属性,module,Magento_CatalogRule
"Updated rules applied.",应用的更新的规则。,module,Magento_CatalogRule
"You disabled %1 Catalog Price Rules based on ""%2"" attribute.","你禁用的 %1 目录价格规则,基于""%2""属性。",module,Magento_CatalogRule
Home,首页,module,Magento_CatalogSearch
"Go to Home Page",前往主页,module,Magento_CatalogSearch
"Catalog Advanced Search",重建目录产品全文搜索索引,module,Magento_CatalogSearch
All,全部,module,Magento_CatalogSearch
Yes,是,module,Magento_CatalogSearch
No,否,module,Magento_CatalogSearch
Results,结果,module,Magento_CatalogSearch
Grid,%1及以上,module,Magento_CatalogSearch
List,列表,module,Magento_CatalogSearch
"Search Weight",搜索重量,module,Magento_CatalogSearch
Relevance,相关性,module,Magento_CatalogSearch
"Search results for: '%1'","搜索结果: '%1'",module,Magento_CatalogSearch
"Minimum Search query length is %1","最小搜索查询长度是 %1",module,Magento_CatalogSearch
"Please specify at least one search term.",请指定至少一个搜索项。,module,Magento_CatalogSearch
"%1 and greater","%1 和更大",module,Magento_CatalogSearch
"up to %1","由 %1",module,Magento_CatalogSearch
Category,类别,module,Magento_CatalogSearch
"%1 and above","%1 及以上",module,Magento_CatalogSearch
"%1 - %2","%1 - %2",module,Magento_CatalogSearch
Product,产品,module,Magento_CatalogSearch
"Search Settings",搜索设置,module,Magento_CatalogSearch
Search,搜索,module,Magento_CatalogSearch
"Advanced Search",高级搜索,module,Magento_CatalogSearch
"<strong>%1 item</strong> were found using the following search criteria","<strong>%1 项目</strong> 被发现使用以下搜索条件",module,Magento_CatalogSearch
"<strong>%1 items</strong> were found using the following search criteria","<strong>%1 项目</strong> 被发现使用以下搜索条件",module,Magento_CatalogSearch
"We can't find any items matching these search criteria.",我们找不到任何这些搜索条件匹配的项。,module,Magento_CatalogSearch
"Modify your search.",修改您的搜索。,module,Magento_CatalogSearch
name,名字,module,Magento_CatalogSearch
"Don't see what you're looking for?",找不到想找的的东西?,module,Magento_CatalogSearch
"Your search returned no results.",您的搜索没有任何结果。,module,Magento_CatalogSearch
"Create Permanent Redirect for old URL",为旧网址创建永久重定向,module,Magento_CatalogUrlRewrite
"Conditions Combination",条件组合,module,Magento_CatalogWidget
"Product Attribute",产品属性,module,Magento_CatalogWidget
"Please choose a condition to add.",请选择要添加的条件,module,Magento_CatalogWidget
"Add to Cart",添加到购物车,module,Magento_CatalogWidget
"In stock",有货,module,Magento_CatalogWidget
"Out of stock",缺货,module,Magento_CatalogWidget
"Add to Wish List",添加到收藏夹,module,Magento_CatalogWidget
"Add to Compare",添加并比较,module,Magento_CatalogWidget
Root,根,module,Magento_Catalog
Delete,删除,module,Magento_Catalog
Save,保存,module,Magento_Catalog
"Use Config Settings",使用配置设置,module,Magento_Catalog
"Use All Available Attributes",使用所有可用的属性,module,Magento_Catalog
Name,名字,module,Magento_Catalog
Price,价格,module,Magento_Catalog
Position,位置,module,Magento_Catalog
"Add Subcategory",添加子类别,module,Magento_Catalog
"Add Root Category",添加根类别,module,Magento_Catalog
Day,天,module,Magento_Catalog
Month,年,module,Magento_Catalog
Year,年,module,Magento_Catalog
"<label class=""label""><span>from</span></label>","<label class=""label""> <span>从</span></label>",module,Magento_Catalog
"<label class=""label""><span>to</span></label>","<label class=""label""> <span>到</span></label>",module,Magento_Catalog
"WYSIWYG Editor",所见即所得编辑器,module,Magento_Catalog
"Add Product",添加产品,module,Magento_Catalog
label,标签,module,Magento_Catalog
"Product Attributes",产品属性,module,Magento_Catalog
"Add New Attribute",该属性不存在,module,Magento_Catalog
Cancel,保存,module,Magento_Catalog
"Save Attribute",保存属性,module,Magento_Catalog
"Save in New Attribute Set",将保存在新的属性集,module,Magento_Catalog
"Enter Name for New Attribute Set",输入新的属性集的名称,module,Magento_Catalog
"Save and Continue Edit",保存并继续编辑,module,Magento_Catalog
"Delete Attribute",删除属性,module,Magento_Catalog
"Edit Product Attribute ""%1""","编辑""%1""的产品属性",module,Magento_Catalog
"New Product Attribute",新的产品属性,module,Magento_Catalog
"Advanced Attribute Properties",高级的属性,module,Magento_Catalog
"Attribute Code",属性代码,module,Magento_Catalog
"This is used internally. Make sure you don't use spaces or more than %1 symbols.",这是在内部使用。确保你不要使用空格或超过%1的符号。,module,Magento_Catalog
"Default Value",默认值,module,Magento_Catalog
"Unique Value",组ID为“%1”不存在。,module,Magento_Catalog
"Unique Value (not shared with other products)","(不能与其他产品共享) 的独特价值",module,Magento_Catalog
"Not shared with other products.",不能与其他产品共享。,module,Magento_Catalog
"Input Validation for Store Owner",输入商店所有者的验证信息,module,Magento_Catalog
"Add to Column Options",添加到列选项,module,Magento_Catalog
"Select ""Yes"" to add this attribute to the list of column options in the product grid.","选择""是"",将此属性添加到产品网格中的列选项的列表。",module,Magento_Catalog
"Use in Filter Options",使用筛选器选项,module,Magento_Catalog
"Select ""Yes"" to add this attribute to the list of filter options in the product grid.","选择""是"",将此属性添加到列表中的筛选器选项产品网格中。",module,Magento_Catalog
"Store View",商店界面,module,Magento_Catalog
Website,网站,module,Magento_Catalog
Global,全球,module,Magento_Catalog
Scope,范围,module,Magento_Catalog
"Declare attribute value saving scope.",声明属性值保存范围。,module,Magento_Catalog
"Storefront Properties",前台属性,module,Magento_Catalog
"Use in Search",在搜索中的使用,module,Magento_Catalog
"Visible in Advanced Search",可见在高级搜索中,module,Magento_Catalog
"Comparable on Storefront",在前端可比,module,Magento_Catalog
"Use for Promo Rule Conditions",促销规则的情况下使用,module,Magento_Catalog
"Enable WYSIWYG",使所见即所得,module,Magento_Catalog
"Allow HTML Tags on Storefront","在前端允许 HTML 标签",module,Magento_Catalog
"Visible on Catalog Pages on Storefront",可见前端的目录页,module,Magento_Catalog
"Used in Product Listing",在产品列表中使用,module,Magento_Catalog
"Depends on design theme.",取决于设计主题。,module,Magento_Catalog
"Used for Sorting in Product Listing",用于排序的产品列表,module,Magento_Catalog
"Media Image",媒体图像,module,Magento_Catalog
Gallery,图库,module,Magento_Catalog
"System Properties",系统属性,module,Magento_Catalog
No,否,module,Magento_Catalog
Yes,是,module,Magento_Catalog
"Data Type for Saving in Database",在数据库中保存的数据类型,module,Magento_Catalog
Text,文字,module,Magento_Catalog
Static,静态,module,Magento_Catalog
Datetime,日期时间,module,Magento_Catalog
Decimal,十进制,module,Magento_Catalog
Integer,整数,module,Magento_Catalog
"Globally Editable",全球可编辑,module,Magento_Catalog
"Attribute Information",属性信息,module,Magento_Catalog
Properties,属性,module,Magento_Catalog
"Manage Labels",管理标签,module,Magento_Catalog
Visible,可比较,module,Magento_Catalog
"Web Site",网站,module,Magento_Catalog
Searchable,可搜索,module,Magento_Catalog
Comparable,可比性,module,Magento_Catalog
"Delete Selected Group",删除所选组,module,Magento_Catalog
"Add New",新加,module,Magento_Catalog
Back,后退,module,Magento_Catalog
Reset,重置,module,Magento_Catalog
"You are about to delete all products in this attribute set. Are you sure you want to do that?",您将要删除此属性集合中的所有产品。你确定你想要这样做?,module,Magento_Catalog
"New Set Name",新集的名称,module,Magento_Catalog
"Edit Attribute Set '%1'","编辑属性集 '%1'",module,Magento_Catalog
Empty,"产品 %1",module,Magento_Catalog
"Add Attribute","-- 请选择 --",module,Magento_Catalog
"Add New Group",添加新组,module,Magento_Catalog
"Add Group",添加组,module,Magento_Catalog
"Edit Attribute Set Name",编辑属性集的名称,module,Magento_Catalog
"For internal use",供内部使用,module,Magento_Catalog
"Based On",请确认网站切换。尚未保存的所有数据将丢失,module,Magento_Catalog
"Add New Attribute Set",添加新的属性集,module,Magento_Catalog
"Add Attribute Set",添加属性集,module,Magento_Catalog
"Attribute Sets",属性集,module,Magento_Catalog
"Close Window",关闭窗口,module,Magento_Catalog
"New Product",新产品,module,Magento_Catalog
"Save & Edit",保存与编辑,module,Magento_Catalog
"Save & New",保存与新,module,Magento_Catalog
"Save & Duplicate",保存与重复,module,Magento_Catalog
"Save & Close",保存和关闭,module,Magento_Catalog
Attributes,属性,module,Magento_Catalog
Change,更改,module,Magento_Catalog
"Advanced Inventory",库存状况,module,Magento_Catalog
Websites,网站,module,Magento_Catalog
"Products Information",产品信息,module,Magento_Catalog
"Create Category",创建类别,module,Magento_Catalog
"Category Name",类别名称,module,Magento_Catalog
"Parent Category",父类别,module,Magento_Catalog
"Price Alert Subscriptions",价格警报订阅,module,Magento_Catalog
"Stock Alert Subscriptions",股票的警报订阅,module,Magento_Catalog
"There are no customers for this alert.",没有客户此警报。,module,Magento_Catalog
"First Name",名,module,Magento_Catalog
"Last Name",姓,module,Magento_Catalog
Email,邮箱,module,Magento_Catalog
"Subscribe Date",订阅日期,module,Magento_Catalog
"Last Notified",最后通知,module,Magento_Catalog
"Send Count",发送计数,module,Magento_Catalog
"New Attribute",新的属性,module,Magento_Catalog
Type,类型,module,Magento_Catalog
"Attribute Set",属性集,module,Magento_Catalog
Status,状态,module,Magento_Catalog
Visibility,可见性,module,Magento_Catalog
"Add New Option",添加新选项,module,Magento_Catalog
"Import Options",导入选项,module,Magento_Catalog
"Use Default",使用默认,module,Magento_Catalog
Import,导入,module,Magento_Catalog
"Add New Row",添加新行,module,Magento_Catalog
"Delete Row",删除行,module,Magento_Catalog
"Tier Pricing",层级价格,module,Magento_Catalog
"Default Price",默认价格,module,Magento_Catalog
"All Websites",所有网站,module,Magento_Catalog
"ALL GROUPS",有货,module,Magento_Catalog
"Add Price",添加价格,module,Magento_Catalog
"Default Values",默认值,module,Magento_Catalog
"Related Products",超售,module,Magento_Catalog
Up-sells,向上销售,module,Magento_Catalog
Cross-sells,交叉销售,module,Magento_Catalog
"Size for %1","大小为 %1 的",module,Magento_Catalog
"Watermark File for %1","%1 的水印文件",module,Magento_Catalog
"Position of Watermark for %1","%1 的水印的位置",module,Magento_Catalog
"Name in %1","在 %1 的名字",module,Magento_Catalog
Quantity,数量,module,Magento_Catalog
Edit,编辑,module,Magento_Catalog
"Are you sure?",您确定吗?,module,Magento_Catalog
"Change Status",更改状态,module,Magento_Catalog
"Update Attributes",更新属性,module,Magento_Catalog
"start typing to search category",开始键入搜索类别,module,Magento_Catalog
"New Category",新的类别,module,Magento_Catalog
"Images (.gif, .jpg, .png)",取消可见,module,Magento_Catalog
"Add New Images",添加新的图像,module,Magento_Catalog
"Inc. Tax",公司税,module,Magento_Catalog
"Does this have a weight?",这有一个重量?,module,Magento_Catalog
Product,产品,module,Magento_Catalog
"Notify Low Stock RSS",低库存 RSS 通知,module,Magento_Catalog
"Low Stock Products",低库存产品,module,Magento_Catalog
"%1 has reached a quantity of %2.","%1 已经到达 %2 的一个数量。",module,Magento_Catalog
Home,首页,module,Magento_Catalog
"Go to Home Page",前往主页,module,Magento_Catalog
"Subscribe to RSS Feed","订阅 Rss",module,Magento_Catalog
"Products Comparison List",产品比较列表。,module,Magento_Catalog
AM,上午,module,Magento_Catalog
PM,下午,module,Magento_Catalog
"-- Please Select --","-- 请选择 --",module,Magento_Catalog
None,无,module,Magento_Catalog
"New Products from %1","%1 的新产品",module,Magento_Catalog
"New Products",新产品,module,Magento_Catalog
"%1 - Special Products",%1-特殊产品,module,Magento_Catalog
"Click for price",单击获取价格,module,Magento_Catalog
"Special Expires On: %1","特别到期日期: %1",module,Magento_Catalog
"Price: %1","价格: %1",module,Magento_Catalog
"Special Price: %1","特价: %1",module,Magento_Catalog
"Special Products",特殊产品,module,Magento_Catalog
"Manage Catalog Categories",管理目录类别,module,Magento_Catalog
"Manage Categories",管理类别,module,Magento_Catalog
"You deleted the category.",您删除该类别。,module,Magento_Catalog
"Something went wrong while trying to delete the category.",在试图删除该类别时出了错。,module,Magento_Catalog
Categories,分类,module,Magento_Catalog
"Category is not available for requested store.",类别不是可用于请求的存储区。,module,Magento_Catalog
"There was a category move error. %1",出现了一个类别移动错误。%1,module,Magento_Catalog
"There was a category move error.",出现了一个类别移动错误。,module,Magento_Catalog
"You moved the category",你移动的类别,module,Magento_Catalog
"Attribute ""%1"" is required.","""%1""属性是必需的。",module,Magento_Catalog
"You saved the category.",你保存的类别。,module,Magento_Catalog
"Something went wrong while saving the category.",保存该类别时出了错。,module,Magento_Catalog
"Please select products for attributes update.",请选择产品更新属性。,module,Magento_Catalog
"Please make sure to define SKU values for all processed products.","请务必定义所有加工产品的 SKU 值。",module,Magento_Catalog
"A total of %1 record(s) were updated.","更新记录 %1",module,Magento_Catalog
"Something went wrong while updating the product(s) attributes.",在更新的产品属性时出了错。,module,Magento_Catalog
"Unable to add attribute",无法添加属性,module,Magento_Catalog
"Please, specify attributes",请指定属性,module,Magento_Catalog
Catalog,目录重写,module,Magento_Catalog
"Manage Product Attributes",管理产品属性,module,Magento_Catalog
"We can't delete the attribute.",我们不能删除该属性。,module,Magento_Catalog
"You deleted the product attribute.",你删除的产品属性。,module,Magento_Catalog
"We can't find an attribute to delete.",我们找不到要删除的属性。,module,Magento_Catalog
"This attribute no longer exists.",此属性不再存在。,module,Magento_Catalog
"This attribute cannot be edited.",不能编辑此属性。,module,Magento_Catalog
"Edit Product Attribute",编辑产品属性,module,Magento_Catalog
"An attribute set named '%1' already exists.","属性集,名为""%1""已经存在。",module,Magento_Catalog
"Something went wrong while saving the attribute.",保存该属性时,出了错。,module,Magento_Catalog
"Attribute code ""%1"" is invalid. Please use only letters (a-z), numbers (0-9) or underscore(_) in this field, first character should be a letter.","属性代码""%1""不合法。该字段只能使用字母 (a-z),数字 (0-9) 或下划线(_),第一个字符应该是字母。",module,Magento_Catalog
"We can't update the attribute.",我们不能更新的属性。,module,Magento_Catalog
"You saved the product attribute.",你保存的产品属性。,module,Magento_Catalog
"An attribute with this code already exists.",这段代码的属性已经存在。,module,Magento_Catalog
"An attribute with the same code (%1) already exists.","已经存在具有相同的代码 (%1) 的属性。",module,Magento_Catalog
"You duplicated the product.",你复制的产品。,module,Magento_Catalog
"This product doesn't exist.",此产品不存在。,module,Magento_Catalog
"Invalid product id. Should be numeric value greater than 0","无效的产品 id。应为大于0的数值",module,Magento_Catalog
Products,产品,module,Magento_Catalog
"A group with the same name already exists.",具有相同名称的组已存在。,module,Magento_Catalog
"Something went wrong while saving this group.",保存该组时出了错。,module,Magento_Catalog
"A total of %1 record(s) have been deleted.","已经删除 %1的记录",module,Magento_Catalog
"A total of %1 record(s) have been updated.","已经更新 %1的记录",module,Magento_Catalog
"Something went wrong while updating the product(s) status.",更新产品状态时出了错。,module,Magento_Catalog
"Unable to save product",无法保存产品,module,Magento_Catalog
"You saved the product.",你保存的产品。,module,Magento_Catalog
"SKU for product %1 has been changed to %2.","为产品 %1 SKU 已改为 %2。",module,Magento_Catalog
"The image cannot be removed as it has been assigned to the other image role",图像不能删除,因为它已被分配给其他图像作用,module,Magento_Catalog
"New Attribute Set",新的属性集,module,Magento_Catalog
"The attribute set has been removed.",已删除的属性集。,module,Magento_Catalog
"We can't delete this set right now.",我们现在不能删除这一套。,module,Magento_Catalog
"New Set",新集,module,Magento_Catalog
"Manage Product Sets",管理产品集,module,Magento_Catalog
"Manage Attribute Sets",管理属性集,module,Magento_Catalog
"This attribute set no longer exists.",此属性设置不再存在。,module,Magento_Catalog
"You saved the attribute set.",你保存的属性集。,module,Magento_Catalog
"Something went wrong while saving the attribute set.",保存属性集时出了错。,module,Magento_Catalog
"You added product %1 to the comparison list.","你添加产品 %1 到比较列表中。",module,Magento_Catalog
"You cleared the comparison list.",你清除了比较列表。,module,Magento_Catalog
"Something went wrong clearing the comparison list.",什么地方出毛病结算比较列表。,module,Magento_Catalog
"You removed product %1 from the comparison list.","您从比较列表中删除产品 %1。",module,Magento_Catalog
"1 item","产品 %1",module,Magento_Catalog
"%1 items","%1 项目",module,Magento_Catalog
"Invalid attribute %1","无效属性 %1",module,Magento_Catalog
Grid,%1及以上,module,Magento_Catalog
List,列表,module,Magento_Catalog
All,全部,module,Magento_Catalog
"Bad controller interface for showing product",坏的控制器接口,用于显示产品,module,Magento_Catalog
"Product is not loaded",产品未加载,module,Magento_Catalog
"Make sure the To Date is later than or the same as the From Date.",请确保对日期迟于或从日期相同。,module,Magento_Catalog
"Sorry, but we can't find the new parent category you selected.",抱歉,但我们找不到您选择的新的父类别。,module,Magento_Catalog
"Sorry, but we can't find the new category you selected.",抱歉,但我们找不到您选择的新类别。,module,Magento_Catalog
"We can't move the category because the parent category name matches the child category name.",我们无法移动的类别,因为父类别名称匹配的子类别名称。,module,Magento_Catalog
"Something went wrong while getting the image url.",获取图像的URL时出错。,module,Magento_Catalog
"Can't delete root category.",不能删除根类别。,module,Magento_Catalog
"The value of attribute ""%1"" must be unique.","""%1""属性的值必须是唯一的。",module,Magento_Catalog
"Default Product Listing Sort by does not exist in Available Product Listing Sort By.",可用的产品清单进行排序中不存在默认产品清单排序的。,module,Magento_Catalog
"No layout updates",没有布局更新,module,Magento_Catalog
"Products only",仅产品,module,Magento_Catalog
"Static block only",只有静态模块,module,Magento_Catalog
"Static block and products",静态模块和产品,module,Magento_Catalog
"Please select a static block.",请选择静态模块。,module,Magento_Catalog
"Could not save product ""%1"" with position %2 to category %3","无法保存产品""%1""与位置到类别 %3 %2",module,Magento_Catalog
"Category does not contain specified product",类别不包含指定的产品,module,Magento_Catalog
"Could not save product ""%product"" with position %position to category %category","无法保存产品""%product""与位置到类别 %category %position",module,Magento_Catalog
"Operation do not allow to move a parent category to any of children category",操作不允许移动到任子类别的父类别,module,Magento_Catalog
"Could not move category",不能移动类别,module,Magento_Catalog
"Could not save category: %1","不能保存类别: %1",module,Magento_Catalog
"Cannot delete category with id %1","不能删除类别与 id %1",module,Magento_Catalog
"-- Please Select a Category --","— — 请选择一个类别 — —",module,Magento_Catalog
"Grid Only",仅限于网格,module,Magento_Catalog
"List Only",只有列表,module,Magento_Catalog
"Grid (default) / List","网格 (默认值) / 列表",module,Magento_Catalog
"List (default) / Grid","列表 (默认值) / 网格",module,Magento_Catalog
"Automatic (equalize price ranges)","自动 (均衡价格范围)",module,Magento_Catalog
"Automatic (equalize product counts)","自动 (均衡产品计数)",module,Magento_Catalog
Manual,手动,module,Magento_Catalog
Fixed,百分之,module,Magento_Catalog
Percent,%,module,Magento_Catalog
"-- Please select --","-- 请选择 --",module,Magento_Catalog
"Product Thumbnail Itself",产品缩略图本身,module,Magento_Catalog
"Parent Product Thumbnail",父级产品缩略图,module,Magento_Catalog
"12h AM/PM","12h 上午/下午",module,Magento_Catalog
24h,24小时,module,Magento_Catalog
Stretch,拉伸,module,Magento_Catalog
Tile,平铺,module,Magento_Catalog
Top/Left,上方/左方,module,Magento_Catalog
Top/Right,"上, / 右",module,Magento_Catalog
Bottom/Left,"下, / 左",module,Magento_Catalog
Bottom/Right,下方/右方,module,Magento_Catalog
Center,居中,module,Magento_Catalog
"%1 doesn't extends \Magento\Framework\Model\AbstractModel","%1 并不延伸 \Magento\Framework\Model\AbstractModel",module,Magento_Catalog
"Something went wrong while saving the file(s).",保存文件时出错。,module,Magento_Catalog
"File can not be saved to the destination folder.",文件不能保存到目标文件夹。,module,Magento_Catalog
"Unknown EAV indexer type ""%1"".","未知的 EAV 索引器类型""%1""。",module,Magento_Catalog
"We can't rebuild the index for an undefined product.",我们不能重建索引未定义的产品。,module,Magento_Catalog