-
Notifications
You must be signed in to change notification settings - Fork 14
/
zh_Hans_CN.csv
We can't make this file beautiful and searchable because it's too large.
12561 lines (12561 loc) · 959 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
All,全部,module,Magento_AdminGws
None,无,module,Magento_AdminGws
"Allowed Scopes",允许的范围,module,Magento_AdminGws
"You need more permissions to delete this item(s): %1.","你需要更多的权限来删除此项目: %1。",module,Magento_AdminGws
"You need more permissions to apply some of the rule updates.",你需要更多的权限应用一些规则的更新。,module,Magento_AdminGws
"Please assign this entity to a store view.",请指定这个商店视图。,module,Magento_AdminGws
"You can create orders only in an active store.",您只能在有效的商店内创建订单。,module,Magento_AdminGws
"Please assign this item to a store view.",请将此项目分配给存储视图。,module,Magento_AdminGws
"You need more permissions to save this item.",你需要更多的权限,无法保存此项目。,module,Magento_AdminGws
"You need more permissions to delete this item.",你需要更多的权限来删除此项目。,module,Magento_AdminGws
"You need more permissions to view this item.",您需要更多的权限才能查看此项。,module,Magento_AdminGws
"Please specify at least one website or one store group.",请指定至少一个网站或一个商店组。,module,Magento_AdminGws
"You need more permissions to set All Scopes to a Role.",您需要更多的权限,才能将所有作用域设置到一个角色。,module,Magento_AdminGws
"Incorrect website ID: %1","不正确的网站编号 ID: %1",module,Magento_AdminGws
"You need more permissions to access website ""%1"".","你需要更多的权限来访问网站""%1""。",module,Magento_AdminGws
"Incorrect store ID: %1","不正确的商店编号 ID: %1",module,Magento_AdminGws
"You need more permissions to save this setting.",你需要更多的权限,以保存该设置。,module,Magento_AdminGws
"Role Scopes",角色作用范围,module,Magento_AdminGws
Custom,自定义,module,Magento_AdminGws
"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
"One or more of the Cache Types are invalidated: %1.","一个或多个缓存类型将失效: %1。",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
unread),未读),module,Magento_AdminNotification
"Show Toolbar",显示工具栏,module,Magento_AdminNotification
"Show List",显示列表,module,Magento_AdminNotification
"Use HTTPS to Get Feed","使用 HTTPS 来得到订阅源",module,Magento_AdminNotification
"Update Frequency",更新频率,module,Magento_AdminNotification
"Last Update",最近更新,module,Magento_AdminNotification
Severity,严重程度,module,Magento_AdminNotification
"Date Added",发布日期,module,Magento_AdminNotification
Message,信息,module,Magento_AdminNotification
Actions,动作,module,Magento_AdminNotification
"Manage Shopping Cart",管理购物车,module,Magento_AdvancedCheckout
"Create Order",创建订单,module,Magento_AdvancedCheckout
Back,后退,module,Magento_AdvancedCheckout
"Add Products",添加商品,module,Magento_AdvancedCheckout
"Update Items and Quantities",更新商品及数量,module,Magento_AdvancedCheckout
"Are you sure you want to clear your cart?",确实要清除您的购物车吗?,module,Magento_AdvancedCheckout
"Clear my shopping cart",清空我的购物车,module,Magento_AdvancedCheckout
"Add selections to my cart",将选项添加到我的购物车,module,Magento_AdvancedCheckout
Cancel,取消,module,Magento_AdvancedCheckout
"Shopping Cart for %1 in %2","在 %2 %1 的购物车",module,Magento_AdvancedCheckout
"Select products you want to buy",选择你想要买的商品,module,Magento_AdvancedCheckout
Product,商品,module,Magento_AdvancedCheckout
Price,价格,module,Magento_AdvancedCheckout
Quantity,数量,module,Magento_AdvancedCheckout
"Products in the Comparison List (%1)","在比较列表中的商品 (%1)",module,Magento_AdvancedCheckout
"Last ordered items (%1)","最后订购的商品 (%1)",module,Magento_AdvancedCheckout
Products,商品,module,Magento_AdvancedCheckout
ID,编号ID,module,Magento_AdvancedCheckout
SKU,商品编号SKU,module,Magento_AdvancedCheckout
"Recently Compared Products (%1)","近期比较的商品 (%1)",module,Magento_AdvancedCheckout
"Recently Viewed Products (%1)","近期浏览过的商品 (%1)",module,Magento_AdvancedCheckout
"Add to Shopping Cart by SKU",根据商品编号SKU添加到购物车,module,Magento_AdvancedCheckout
"Add to Shopping Cart",添加到购物车,module,Magento_AdvancedCheckout
"Wish List (%1)","收藏夹 (%1)",module,Magento_AdvancedCheckout
Apply,应用,module,Magento_AdvancedCheckout
Configure,配置,module,Magento_AdvancedCheckout
"Add to Order by SKU",根据商品编号SKU添加到订单,module,Magento_AdvancedCheckout
"Add to Order",添加到订单,module,Magento_AdvancedCheckout
"Add Products to Order",将商品添加到订单,module,Magento_AdvancedCheckout
"<span><span id=""sku-attention-num"">%1</span> product(s) require attention.</span>","<span><span id=""sku-attention-num"">%1</span> 商品可以关注。</span>",module,Magento_AdvancedCheckout
"Remove All",删除所有,module,Magento_AdvancedCheckout
"Only %1%2%3 left in stock","仓库中只余有 %1%2%3",module,Magento_AdvancedCheckout
"You can buy up to %1 of these per purchase.","每次购买,您最多可以购买 %1。",module,Magento_AdvancedCheckout
"You must buy at least %1 of these per purchase.",每次购买,您必须购买至少%1。,module,Magento_AdvancedCheckout
"Specify the product's options.",指定的商品选项。,module,Magento_AdvancedCheckout
"Alert me when this item is available.",当商品可买时,请通知我。,module,Magento_AdvancedCheckout
"We can't find this customer.",我们无法找到这个顾客。,module,Magento_AdvancedCheckout
"Shopping cart management is disabled for this customer.",此顾客禁用购物车管理。,module,Magento_AdvancedCheckout
"We can't find this store.",我们无法找到这个商店。,module,Magento_AdvancedCheckout
Customers,客户,module,Magento_AdvancedCheckout
"Shopping Cart",购物车,module,Magento_AdvancedCheckout
"Sorry, something went wrong. You can find out more in the error log.",抱歉,出问题了。你可以在错误日志中找到更多的信息。,module,Magento_AdvancedCheckout
"You do not have access to this.",你没有权限访问这个页面。,module,Magento_AdvancedCheckout
"Ordered item id is not received.",订购的商品ID还没有收到。,module,Magento_AdvancedCheckout
"Ordered item is not loaded.",订购的商品没有上架。,module,Magento_AdvancedCheckout
"Quote item id is not received.",报价商品ID还没有收到。,module,Magento_AdvancedCheckout
"Quote item is not loaded.",报价商品没有上架。,module,Magento_AdvancedCheckout
"The wish list item id is not received.",收藏夹列表商品ID没有接受到。,module,Magento_AdvancedCheckout
"The wish list item is not loaded.",收藏夹商品没有上架。,module,Magento_AdvancedCheckout
"An error has occurred. See error log for details.",出问题了。详细信息请查阅错误日志。,module,Magento_AdvancedCheckout
"You cannot configure a product.",您不能配置这个商品。,module,Magento_AdvancedCheckout
"You removed the items.",您删除的商品。,module,Magento_AdvancedCheckout
"You removed the item.",您已删除了这个商品。,module,Magento_AdvancedCheckout
"You added %1 to your shopping cart.","您已添加 %1 到您的购物车",module,Magento_AdvancedCheckout
"You cannot add a product.",您不能添加商品。,module,Magento_AdvancedCheckout
"Order by SKU","按 SKU 编码排序",module,Magento_AdvancedCheckout
"The SKU was not found in the catalog.","在目录中找不到该商品编号 SKU。",module,Magento_AdvancedCheckout
"Availability: Out of stock.","库存: 缺货。",module,Magento_AdvancedCheckout
"We don't have as many of these as you want.",您想要的超出我们的存量。,module,Magento_AdvancedCheckout
"You can't add this many to your cart.",您添加的数量已经超出购物车,module,Magento_AdvancedCheckout
"You need to choose options for your item.",您需要为您的商品选择选项。,module,Magento_AdvancedCheckout
"We can't add the item to your cart.",您不能添加此商品到您的购物车,module,Magento_AdvancedCheckout
"Please enter an actual number in the ""Qty"" field.","请在""数量""字段中输入的实际数字。",module,Magento_AdvancedCheckout
"This product is assigned to another website.",本商品已分配给另一个网站。,module,Magento_AdvancedCheckout
"You can add only enabled products.",您可以添加只启用的商品。,module,Magento_AdvancedCheckout
"You cannot upload this file.",你无法上传此文件。,module,Magento_AdvancedCheckout
"The file is empty.",该文件是空的。,module,Magento_AdvancedCheckout
"You have not entered a product SKU. Please <a href=""%1"">click here</a> to add product(s) by SKU.","您还没有输入商品的 SKU。请 <a href=""%1""> 单击此处</a> 以添加商品的 SKU。",module,Magento_AdvancedCheckout
"You have not entered a product SKU.","您还没有输入商品的 SKU。",module,Magento_AdvancedCheckout
"We can't add a product to cart by id ""%1"".","不能添加id为 ""%1"" 的商品到购物车 。",module,Magento_AdvancedCheckout
"Something went wrong while reordering this product.",本商品的重新排序时,出了错。,module,Magento_AdvancedCheckout
"We can't find this wish list.",我们找不到这个收藏夹。,module,Magento_AdvancedCheckout
"You added %1 product to your shopping cart.","%1 商品已经添加到您的购物车。",module,Magento_AdvancedCheckout
"You added %1 products to your shopping cart.","%1 商品已经添加到您的购物车。",module,Magento_AdvancedCheckout
"%1 product requires your attention.","%1 商品可以关注。",module,Magento_AdvancedCheckout
"%1 products require your attention.","%1 商品可以关注。",module,Magento_AdvancedCheckout
"Yes, for Specified Customer Groups",是的,针对指定的客户群体,module,Magento_AdvancedCheckout
"Yes, for Everyone",是的,对所有人生效。,module,Magento_AdvancedCheckout
No,否,module,Magento_AdvancedCheckout
"The file is corrupt.",该文件已损坏。,module,Magento_AdvancedCheckout
"Please upload the file in .csv format.","请上传.csv 格式的文件。",module,Magento_AdvancedCheckout
"%1 item(s) need your attention.","%1 项需要您的关注。",module,Magento_AdvancedCheckout
"Apply Coupon Code",适用的优惠券代码,module,Magento_AdvancedCheckout
"Remove Coupon Code",删除优惠券代码,module,Magento_AdvancedCheckout
Remove,删除,module,Magento_AdvancedCheckout
"The coupon code ""%1"" is not valid.","优惠券代码""%1""无效。",module,Magento_AdvancedCheckout
"Shopping Cart Items",购物车里的商品,module,Magento_AdvancedCheckout
Qty,数量,module,Magento_AdvancedCheckout
Subtotal,小计,module,Magento_AdvancedCheckout
Discount,折扣,module,Magento_AdvancedCheckout
"Row Subtotal",行小计,module,Magento_AdvancedCheckout
Action,操作,module,Magento_AdvancedCheckout
"No ordered items",没有订购项,module,Magento_AdvancedCheckout
"Total %1 product(s)","总计%1 商品",module,Magento_AdvancedCheckout
Subtotal:,小计:,module,Magento_AdvancedCheckout
"Please select",请选择,module,Magento_AdvancedCheckout
"Move to Wish List",移动到收藏夹,module,Magento_AdvancedCheckout
"No item specified.",无指定商品。,module,Magento_AdvancedCheckout
"Are you sure you want to remove this item?",你确定要删除商品吗?,module,Magento_AdvancedCheckout
"SKU number",SKU编号,module,Magento_AdvancedCheckout
"Upload File",上传文件,module,Magento_AdvancedCheckout
"Your csv file must include ""sku"" and ""qty"" columns.","您的 csv 文件必须包括""sku""和""数量""列。",module,Magento_AdvancedCheckout
Reset,重置,module,Magento_AdvancedCheckout
SKU:,SKU:,module,Magento_AdvancedCheckout
"Only <span id=""%1_max_allowed"">%2</span> in stock","只有 <span id=""%1_max_allowed"">%2</span> 有货",module,Magento_AdvancedCheckout
Item,商品,module,Magento_AdvancedCheckout
"See price before order confirmation.",确认订单前显示价格。,module,Magento_AdvancedCheckout
"What's this?",这是什么?,module,Magento_AdvancedCheckout
"Incl. Tax",含税,module,Magento_AdvancedCheckout
"Excl. Tax",不含税,module,Magento_AdvancedCheckout
"Edit item parameters",修改参数,module,Magento_AdvancedCheckout
Edit,编辑,module,Magento_AdvancedCheckout
"Remove item",移除商品,module,Magento_AdvancedCheckout
"Products Requiring Attention",可以关注的商品,module,Magento_AdvancedCheckout
"Add to Cart",添加到购物车,module,Magento_AdvancedCheckout
Sku,Sku,module,Magento_AdvancedCheckout
File,文件,module,Magento_AdvancedCheckout
"File extensions allowed: .csv",允许使用的文件扩展类型:.csv,module,Magento_AdvancedCheckout
"Add Row",添加行,module,Magento_AdvancedCheckout
"Remove Row",删除行,module,Magento_AdvancedCheckout
"Add Products By SKU",按SKU添加商品,module,Magento_AdvancedCheckout
"Shopping Cart Management",购物车管理,module,Magento_AdvancedCheckout
"View Shopping Cart",查看购物车,module,Magento_AdvancedCheckout
"View and modify Shopping Cart",查看和修改购物车,module,Magento_AdvancedCheckout
"Order by SKU Settings","按 SKU 设置顺序",module,Magento_AdvancedCheckout
"Enable Order by SKU on My Account in Storefront","在店面我的账号启用 SKU排序",module,Magento_AdvancedCheckout
"Customer Groups",客户组,module,Magento_AdvancedCheckout
"Apply Coupon",申请优惠券,module,Magento_AdvancedCheckout
"Order by SKU Description","按SKU 描述排序",module,Magento_AdvancedCheckout
"Display a Link to Loading a Spreadsheet",显示加载电子表格的链接,module,Magento_AdvancedCheckout
"Defines whether a link to My Account > Order by SKU page will be displayed on the widget","定义在组件上是否显示我的账户页面 > 按SKU 排序的链接",module,Magento_AdvancedCheckout
"Link Text",链接文本,module,Magento_AdvancedCheckout
"The text of the link to the My Account > Order by SKU page","我的账户页面 > 按SKU 排序的链接文本",module,Magento_AdvancedCheckout
"Load a list of SKUs","加载 SKU 的列表",module,Magento_AdvancedCheckout
"Order by SKU Template",按SKU排序的模板,module,Magento_AdvancedCheckout
"Please correct the data sent.",请更正发送的数据。,module,Magento_AdvancedPricingImportExport
"Entity type model '%1' is not found","实体型模式必须是一个实例 \Magento\CatalogImportExport\Model\Export\Product\Type\AbstractType",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
"%1 class doesn't implement \Magento\AdvancedRule\Model\Condition\FilterTextGeneratorInterface","类%1未实现\Magento\AdvancedRule\Model\Condition\FilterTextGeneratorInterface",module,Magento_AdvancedRule
"Sales Rule",促销规则,module,Magento_AdvancedSalesRule
"Index sales rule",索引促销规则,module,Magento_AdvancedSalesRule
"Related Search Terms",相关搜索关键词,module,Magento_AdvancedSearch
"Add New Search Term",添加新的搜索词,module,Magento_AdvancedSearch
button_label,按钮名称,module,Magento_AdvancedSearch
"Missing search engine parameter.",丢失搜索引擎参数,module,Magento_AdvancedSearch
"Successful! Test again?","成功! 再测试一遍?",module,Magento_AdvancedSearch
"Connection failed! Test again?","连接失败! 再测试一遍?",module,Magento_AdvancedSearch
"Enable Search Recommendations",启用搜索建议,module,Magento_AdvancedSearch
"When you enable this option your site may slow down.",当您启用此选项时您的站点响应可能变慢.,module,Magento_AdvancedSearch
"Search Recommendations Count",搜索建议总数,module,Magento_AdvancedSearch
"Show Results Count for Each Recommendation",显示每项搜索建议的结果总数,module,Magento_AdvancedSearch
"Enable Search Suggestions",启用搜索建议,module,Magento_AdvancedSearch
"Search Suggestions Count",搜索建议计数,module,Magento_AdvancedSearch
"Show Results Count for Each Suggestion",显示每个建议的结果数,module,Magento_AdvancedSearch
ID,ID,module,Magento_AdvancedSearch
"Search Query",搜索查询,module,Magento_AdvancedSearch
Store,商店,module,Magento_AdvancedSearch
Results,结果,module,Magento_AdvancedSearch
Uses,使用,module,Magento_AdvancedSearch
"Redirect URL","重定向 URL",module,Magento_AdvancedSearch
"Suggested Term",建议的词,module,Magento_AdvancedSearch
Yes,是,module,Magento_AdvancedSearch
No,否,module,Magento_AdvancedSearch
Action,操作,module,Magento_AdvancedSearch
Edit,编辑,module,Magento_AdvancedSearch
"RPC call failed, connection timed out after %time_out.","RPC 调用失败,连接%time_out 后超时。",module,Magento_Amqp
"Message has been rejected: %1","消息被拒绝: %1",module,Magento_Amqp
"Error while checking if topic is synchronous",检查是否主题是否同步时出错,module,Magento_Amqp
"Subscription status",订阅状态,module,Magento_Analytics
"Sorry, there has been an error processing your request. Please try again later.",抱歉,已处理您的请求时出错。请稍后再试。,module,Magento_Analytics
"Sorry, there was an error processing your registration request to Magento Analytics. Please try again later.","抱歉,处理 Magento 分析您的注册请求时出错。请稍后再试。",module,Magento_Analytics
"Error occurred during postponement notification",推迟通知的过程中出错,module,Magento_Analytics
"Command was not found.",命令未找到。,module,Magento_Analytics
"There was an error save new configuration value.",有保存新的配置值时出错。,module,Magento_Analytics
"Please select a vertical.","Please select a vertical.",module,Magento_Analytics
"--Please Select--","-- 请选择 --",module,Magento_Analytics
"Cannot find predefined integration user!","Cannot find predefined integration user!",module,Magento_Analytics
TestMessage,测试消息,module,Magento_Analytics
"Error message",错误消息,module,Magento_Analytics
"Apps and Games",应用程序和游戏,module,Magento_Analytics
"Athletic/Sporting Goods",体育/体育用品,module,Magento_Analytics
"Art and Design",艺术与设计,module,Magento_Analytics
"Free Tier","Free Tier",module,Magento_Analytics
"An error occurred while subscription process.",订阅过程时出错。,module,Magento_Analytics
Analytics,统计,module,Magento_Analytics
API,应用开发接口(API),module,Magento_Analytics
Configuration,配置,module,Magento_Analytics
"BI Essential","BI Essential",module,Magento_Analytics
"Basic Tier","Basic Tier",module,Magento_Analytics
"BI Essentials","BI Essentials",module,Magento_Analytics
General,通用,module,Magento_Analytics
"Send the system and transaction data to Magento Analytics service","将系统和交易数据发送到 Magento 分析服务",module,Magento_Analytics
Vertical,Vertical,module,Magento_Analytics
"Analytics Subscription",订阅分析,module,Magento_Analytics
"Subscription Confirmation",订阅确认,module,Magento_Analytics
Cancel,取消,module,Magento_Analytics
OK,确定,module,Magento_Analytics
"I agree with sending my system configuration and transaction data to Magento Analytics.","我同意将我的系统配置和交易数据发送到 Magento 分析。",module,Magento_Analytics
Back,返回,module,Magento_AsynchronousOperations
Done,完成,module,Magento_AsynchronousOperations
Retry,重试,module,Magento_AsynchronousOperations
"'Action Details - #' .","' 操作详情-#'。",module,Magento_AsynchronousOperations
"%1 item(s) have been scheduled for update.""","%1 项已定于更新。""",module,Magento_AsynchronousOperations
"Bulk Actions Log",批量操作日志,module,Magento_AsynchronousOperations
"%1 item(s) are currently being updated.","目前正在更新的项目 (%1)。",module,Magento_AsynchronousOperations
"Task ""%1"":","""%1""的任务︰",module,Magento_AsynchronousOperations
"%1 item(s) have been scheduled for update.","%1 项已定于更新。",module,Magento_AsynchronousOperations
"%1 item(s) have been successfully updated.","%1 项已成功更新。",module,Magento_AsynchronousOperations
"%1 item(s) failed to update","%1 项更新失败",module,Magento_AsynchronousOperations
Details,详情,module,Magento_AsynchronousOperations
"View Details",查看详情,module,Magento_AsynchronousOperations
Dismiss,忽略,module,Magento_AsynchronousOperations
"Pending, in queue...",挂起,队列中......,module,Magento_AsynchronousOperations
"%1 items selected for mass update","%1 项选择大规模更新",module,Magento_AsynchronousOperations
", %1 successfully updated",",已成功更新 %1",module,Magento_AsynchronousOperations
", %1 failed to update",", %1 更新失败",module,Magento_AsynchronousOperations
"Something went wrong.",出了点问题。,module,Magento_AsynchronousOperations
"Action Log",操作日志,module,Magento_AsynchronousOperations
"Bulk Actions",批量操作,module,Magento_AsynchronousOperations
"Days Saved in Log","Days Saved in Log",module,Magento_AsynchronousOperations
"Description of Operation",操作说明,module,Magento_AsynchronousOperations
Summary,摘要,module,Magento_AsynchronousOperations
"Start Time",开始时间,module,Magento_AsynchronousOperations
"Items to Retry",项目以重试,module,Magento_AsynchronousOperations
"To retry, select the items and click “Retry”.","要重试,请选中该项目并单击""重试""。",module,Magento_AsynchronousOperations
"Items That Can’t Be Updated.",不能更新的项目。,module,Magento_AsynchronousOperations
ID,ID,module,Magento_AsynchronousOperations
Status,状态,module,Magento_AsynchronousOperations
Action,操作,module,Magento_AsynchronousOperations
"Meta Information","Meta 信息",module,Magento_AsynchronousOperations
Error,错误,module,Magento_AsynchronousOperations
"Dismiss All Completed Tasks",关闭所有已完成的任务,module,Magento_AsynchronousOperations
"Action Details - #","操作详情 - #",module,Magento_AsynchronousOperations
"Number of Records Affected",受影响的记录数,module,Magento_AsynchronousOperations
"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
"An error occurred on the server. Please try to place the order again.","An error occurred on the server. Please try to place the order again.",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
"Please Select",请选择,module,Magento_Authorizenet
"Credit Card Number",信用卡卡号,module,Magento_Authorizenet
"Expiration Date",过期日期,module,Magento_Authorizenet
"Card Verification Number",信用卡验证号码,module,Magento_Authorizenet
"Fraud Detection",欺诈检测,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
"Place Order",下订单,module,Magento_Authorizenet
"Sorry, but something went wrong. Please contact the seller.","Sorry, but something went wrong. Please contact the seller.",module,Magento_Authorizenet
"Authorize.net Direct Post","Authorize.net 直接付款",module,Magento_Authorizenet
Enabled,启用,module,Magento_Authorizenet
"Payment Action",支付行为,module,Magento_Authorizenet
Title,标题,module,Magento_Authorizenet
"API Login ID","API 登录 Id",module,Magento_Authorizenet
"Transaction Key",交易密钥,module,Magento_Authorizenet
"Merchant MD5",商家的MD5哈希值,module,Magento_Authorizenet
"New Order Status",新订单状态,module,Magento_Authorizenet
"Test Mode",测试模式,module,Magento_Authorizenet
"Gateway URL",网关网址URL,module,Magento_Authorizenet
"Transaction Details URL","交易明细 URL",module,Magento_Authorizenet
"Accepted Currency",接受货币,module,Magento_Authorizenet
Debug,调试,module,Magento_Authorizenet
"Email Customer",电子邮件客户,module,Magento_Authorizenet
"Merchant's Email",商家的电子邮件,module,Magento_Authorizenet
"Credit Card Types",信用卡类型,module,Magento_Authorizenet
"Credit Card Verification",信用卡验证,module,Magento_Authorizenet
"Payment from Applicable Countries",来自特定国家的付款,module,Magento_Authorizenet
"Payment from Specific Countries",来自指定国家的付款,module,Magento_Authorizenet
"Minimum Order Total",最小订单合计,module,Magento_Authorizenet
"Maximum Order Total",最大订单合计,module,Magento_Authorizenet
"Sort Order",排序,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
"New Customers",新客户,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)","图像 (.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
[deleted],[删除],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
"Changing can take some time due to processing whole catalog.",有时由于处理全部商品可能会发生变化,module,Magento_Backend
"You can't change status of cache type(s) in production mode","You can't change status of cache type(s) in production mode",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
New,新客户,module,Magento_Backend
"All Stores",所有商店,module,Magento_Backend
"You saved the website.",你已保存网站。,module,Magento_Backend
"The default store cannot be disabled",不能禁用默认商店,module,Magento_Backend
"You saved the store view.",您已保存的商店视图。,module,Magento_Backend
"An inactive store view cannot be saved as default store view",处于非活动状态商店视图不能保存为默认商店视图,module,Magento_Backend
"You saved the store.",你保存了商店。,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
YTD,最近一年,module,Magento_Backend
2YTD,最近两年,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
"Cannot apply unknown condition","Cannot apply unknown condition",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
Magento,Magento,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
WK,周,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 a Bug","Report a Bug",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
"We could not detect a size.",我们未能检测到尺寸大小。,module,Magento_Backend
"We don't recognize or support this file extension type.",我们不承认或支持该文件扩展类型。,module,Magento_Backend
"Allow everything",允许所有,module,Magento_Backend
"Magento Admin","Magento 管理员",module,Magento_Backend
"Global Search",全局搜索,module,Magento_Backend
Marketing,市场营销,module,Magento_Backend
"Find Partners & Extensions",合作伙伴 & 扩展 ,module,Magento_Backend
"SEO & Search","SEO & 搜索",module,Magento_Backend
"User Content",用户内容,module,Magento_Backend
Content,内容,module,Magento_Backend
Elements,元素,module,Magento_Backend
Design,设计,module,Magento_Backend
Schedule,计划任务,module,Magento_Backend
Settings,设置,module,Magento_Backend
Attributes,属性管理,module,Magento_Backend
"Other Settings",其他设置,module,Magento_Backend
"Data Transfer",数据传输,module,Magento_Backend
"Magento Connect","Magento 连接",module,Magento_Backend
"Connect Manager",连接管理器,module,Magento_Backend
"Package Extensions",扩展包,module,Magento_Backend
Tools,工具,module,Magento_Backend
"Web Setup Wizard",安装向导,module,Magento_Backend
Currency,货币,module,Magento_Backend
Communications,通讯,module,Magento_Backend
Services,服务,module,Magento_Backend
Advanced,高级,module,Magento_Backend
"Disable Modules Output",禁用模块输出,module,Magento_Backend
"Store Email Addresses",商店电子邮件地址,module,Magento_Backend
"Custom Email 1","自定义电子邮件 1",module,Magento_Backend
"Sender Email",发件人的电子邮件,module,Magento_Backend
"Sender Name",发件人姓名,module,Magento_Backend
"Custom Email 2","自定义电子邮件 2",module,Magento_Backend
"General Contact",基本联系人,module,Magento_Backend
"Sales Representative",销售代表,module,Magento_Backend
"Customer Support",客户支持,module,Magento_Backend
Developer,开发人员,module,Magento_Backend
Debug,调试,module,Magento_Backend
"Enabled Template Path Hints for Storefront",为店面前端启用模板路径提示,module,Magento_Backend
"Enabled Template Path Hints for Admin",为管理员启用模板路径提示,module,Magento_Backend
"Add Block Names to Hints",添加页面块名称提示,module,Magento_Backend
"Template Settings",模板设置,module,Magento_Backend
"Allow Symlinks",允许的符号链接,module,Magento_Backend
"Warning! Enabling this feature is not recommended on production environments because it represents a potential security risk.","警告! 不建议在生产环境中启用此功能因为有潜在的安全风险。",module,Magento_Backend
"Minify Html","缩小 Html",module,Magento_Backend
"Minification is not applied in developer mode.",缩小话不适用于开发人员模式。,module,Magento_Backend
"Translate Inline",行内转化,module,Magento_Backend
"Enabled for Storefront",为前台启用,module,Magento_Backend
"Enabled for Admin",为管理员启用,module,Magento_Backend
"Translate, blocks and other output caches should be disabled for both Storefront and Admin inline translations.",商店前端和后台管理内嵌翻译两者的翻译缓存页面块缓存和其它输出缓存应该被禁用。,module,Magento_Backend
"JavaScript Settings","JavaScript 设置",module,Magento_Backend
"Merge JavaScript Files","合并JavaScript 文件",module,Magento_Backend
"Enable JavaScript Bundling","启用 JavaScript 绑定",module,Magento_Backend
"Minify JavaScript Files","最小化JavaScript 文件体积",module,Magento_Backend
"CSS Settings","CSS 设置",module,Magento_Backend
"Merge CSS Files","合并 CSS 文件",module,Magento_Backend
"Minify CSS Files","最小化 CSS 文件体积",module,Magento_Backend
"Image Processing Settings",图像处理设置,module,Magento_Backend
"Image Adapter",图像适配器,module,Magento_Backend
"Static Files Settings",静态文件设置,module,Magento_Backend
"Sign Static Files",静态文件签名,module,Magento_Backend
"Country Options",国家选项,module,Magento_Backend
"Allow Countries",允许的国家,module,Magento_Backend
"Default Country",默认国家,module,Magento_Backend
"European Union Countries",欧盟国家,module,Magento_Backend
"Top destinations",顶级目的地,module,Magento_Backend
"Locale Options",区域设置选项,module,Magento_Backend
Timezone,时区,module,Magento_Backend
Locale,区域,module,Magento_Backend
"First Day of Week",每周的第一天,module,Magento_Backend
"Weekend Days",周末,module,Magento_Backend
"Store Name",商店名称,module,Magento_Backend
"Store Phone Number",商店电话号码,module,Magento_Backend
"Store Hours of Operation",商店营业时间,module,Magento_Backend
Country,国家,module,Magento_Backend
Region/State,地区/州,module,Magento_Backend
"ZIP/Postal Code",邮编,module,Magento_Backend
City,城市,module,Magento_Backend
"Street Address",街道地址,module,Magento_Backend
"Street Address Line 2",街道地址行二,module,Magento_Backend
"VAT Number",增值税VAT号码,module,Magento_Backend
"Single-Store Mode",单商店模式,module,Magento_Backend
"Enable Single-Store Mode",启用单商店模式,module,Magento_Backend
"This setting will not be taken into account if system has more than one store view.",此设置不会考虑到系统如果有多个商店视图的情况。,module,Magento_Backend
"Mail Sending Settings",邮件发送设置,module,Magento_Backend
"Disable Email Communications",禁用电子邮件通信,module,Magento_Backend
Host,主机,module,Magento_Backend
"Port (25)","端口 (25)",module,Magento_Backend
"Set Return-Path",设置返回路径,module,Magento_Backend
"Return-Path Email",返回路径电子邮件,module,Magento_Backend
Admin,管理员,module,Magento_Backend
"Admin User Emails",管理员用户电子邮件,module,Magento_Backend
"Forgot Password Email Template",忘记密码的电子邮件模板,module,Magento_Backend
"Email template chosen based on theme fallback when ""Default"" option is selected.","采用""默认""选项时电子邮件模板基于回退主题。",module,Magento_Backend
"Forgot and Reset Email Sender",遗忘和重置电子邮件发件人,module,Magento_Backend
"Startup Page",起始页,module,Magento_Backend
"Admin Base URL",管理基本URL,module,Magento_Backend
"Use Custom Admin URL","使用自定义 Admin URL",module,Magento_Backend
"Custom Admin URL","自定义 Admin URL",module,Magento_Backend
"Make sure that base URL ends with '/' (slash), e.g. http://yourdomain/magento/","请确保,基 URL 以 '/' (斜线),例如 http://yourdomain/magento/",module,Magento_Backend
"Use Custom Admin Path",使用自定义管理路径,module,Magento_Backend
"Custom Admin Path",自定义管理路径,module,Magento_Backend
"You will have to sign in after you save your custom admin path.",保存您的自定义管理路径后你必须重新登录。,module,Magento_Backend
Security,安全,module,Magento_Backend
"Recovery Link Expiration Period (hours)","恢复链接到期时间 (小时)",module,Magento_Backend
"Please enter a number 1 or greater in this field.","请在此字段中输入数量大于或等于 1。",module,Magento_Backend
"Add Secret Key to URLs",将密钥添加到URLs,module,Magento_Backend
"Login is Case Sensitive",登录名区分大小写,module,Magento_Backend
"Admin Session Lifetime (seconds)","管理员会话有效期 (秒)",module,Magento_Backend
"Please enter at least 60 and at most 31536000 (one year).","请输入至少 60 或最 大31536000 (一年)。",module,Magento_Backend
"Enable Charts",启用图表,module,Magento_Backend
Web,Web,module,Magento_Backend
"Url Options","URL 选项",module,Magento_Backend
"Add Store Code to Urls","将商店代码添加到 URLs",module,Magento_Backend
"<strong style=""color:red"">Warning!</strong> When using Store Code in URLs, in some cases system may not work properly if URLs without Store Codes are specified in the third party services (e.g. PayPal etc.).","<strong style=""color:red""> 警告!</strong> 当在 URL中使用商店代码,如果第三方服务 (如 PayPal 等)URLs链接为指定商店代码,某些情况下系统可能工作不正常。",module,Magento_Backend
"I.e. redirect from http://example.com/store/ to http://www.example.com/store/","例如:从http://example.com/store/重定向到http://www.example.com/store/",module,Magento_Backend
"Any of the fields allow fully qualified URLs that end with '/' (slash) e.g. http://example.com/magento/","允许任何以“/”(斜杠)结尾的合法URL,例如:http://example.com/magento/",module,Magento_Backend
"Any of the fields allow fully qualified URLs that end with '/' (slash) e.g. https://example.com/magento/","允许任何以“/”(斜杠)结尾的合法URL,例如:https://example.com/magento/",module,Magento_Backend
"<strong style=""color:red"">Warning</strong>: Do not set to ""No"". User security could be compromised.","<strong style=""color:red"">警告</strong>: 不要设置为“否”,用户的安全可能会受到影响。",module,Magento_Backend
"Auto-redirect to Base URL",自动重定向到基本URL,module,Magento_Backend
"Search Engine Optimization",搜索引擎优化,module,Magento_Backend
"Search Engine Robots",搜索引擎爬虫,module,Magento_Backend
"Reset to Defaults",重置为默认值,module,Magento_Backend
"Use Web Server Rewrites","使用 Web 服务器重写",module,Magento_Backend
"Base URLs",基本URLs,module,Magento_Backend
"Base URL",基本URL,module,Magento_Backend
"Specify URL or {{base_url}} placeholder.","指定 URL 或 {{base_url}} 的占位符。",module,Magento_Backend
"Base Link URL","基本链接 URL",module,Magento_Backend
"Base URL for Static View Files","基本URL 静态视图文件",module,Magento_Backend
"May start with {{unsecure_base_url}} placeholder.","可以 {{unsecure_base_url}} 占位符开始。",module,Magento_Backend
"May be empty or start with {{unsecure_base_url}} placeholder.","可为空或以 {{unsecure_base_url}} 占位符开始。",module,Magento_Backend
"May start with {{secure_base_url}} or {{unsecure_base_url}} placeholder.","可以 {{secure_base_url}} 或 {{unsecure_base_url}} 占位符开始。",module,Magento_Backend
"Base URL for User Media Files",用户媒体文件的的基本URL,module,Magento_Backend
"Base URLs (Secure)","基本URLs (安全)",module,Magento_Backend
"Secure Base URL",安全的基本URL,module,Magento_Backend
"Enter https protocol to use Secure URLs on Storefront.",前端使用https协议的安全URLs,module,Magento_Backend
"Enter https protocol to use Secure URLs in Admin.",管理后台使用https协议的安全URLs,module,Magento_Backend
"Specify URL or {{base_url}}, or {{unsecure_base_url}} placeholder.","指定 URL 或 {{base_url}} 或 {{unsecure_base_url}} 占位符。",module,Magento_Backend
"Secure Base Link URL",安全的基本URL,module,Magento_Backend
"Secure Base URL for Static View Files",静态视图文件的安全基本URL,module,Magento_Backend
"May be empty or start with {{secure_base_url}}, or {{unsecure_base_url}} placeholder.","可为空或以 {{secure_base_url}} 或 {{unsecure_base_url}} 占位符开始。",module,Magento_Backend
"Secure Base URL for User Media Files",用户的媒体文件的加密基本URL,module,Magento_Backend
"Use Secure URLs on Storefront",在商店前台使用加密链接,module,Magento_Backend
"Use Secure URLs in Admin",管理员使用加密链接,module,Magento_Backend
"Enable HTTP Strict Transport Security (HSTS)","启用 HTTP 严格传输安全性 (HSTS)",module,Magento_Backend
"Upgrade Insecure Requests",升级不安全的请求,module,Magento_Backend
"Offloader header",卸载协议头,module,Magento_Backend
"Default Pages",默认页,module,Magento_Backend
"Default Web URL",默认网址URL,module,Magento_Backend
"Default No-route URL",默认无路由URL,module,Magento_Backend
"Session Validation Settings",会话验证设置,module,Magento_Backend
"Validate REMOTE_ADDR","验证 REMOTE_ADDR",module,Magento_Backend
"Validate HTTP_VIA","验证 HTTP_VIA",module,Magento_Backend
"Validate HTTP_X_FORWARDED_FOR","验证 HTTP_X_FORWARDED_FOR",module,Magento_Backend
"Validate HTTP_USER_AGENT","验证 HTTP_USER_AGENT",module,Magento_Backend
"Use SID on Storefront","在前台前台使用 SID会话ID",module,Magento_Backend
"Allows customers to stay logged in when switching between different stores.",允许客户在不同的商店之间切换时保持登录。,module,Magento_Backend
"Cache Type",缓存类型,module,Magento_Backend
Description,描述,module,Magento_Backend
Tags,标签,module,Magento_Backend
"<h1 class=""page-heading"">404 Error</h1><p>Page not found.</p>","<h1 class=""page-heading""> 404 错误</h1><p>页找不到。</p>",module,Magento_Backend
"Community Edition",社区版,module,Magento_Backend
"Default Theme",默认主题,module,Magento_Backend
"Applied Theme",应用的主题,module,Magento_Backend
"If no value is specified, the system default is used. The system default may be modified by third party extensions.",如果未不指定任何值,则使用系统默认值。注意系统默认值是可以被第三方扩展修改的。,module,Magento_Backend
"Design Rule",设计规则,module,Magento_Backend
"User Agent Rules",用户代理规则,module,Magento_Backend
Magento_Ui/js/dynamic-rows/record,路径Magento_Ui/js/dynamic-rows/record,module,Magento_Backend
Pagination,分页,module,Magento_Backend
"Pagination Frame",分页框架,module,Magento_Backend
"How many links to display at once.",一次显示多少链接。,module,Magento_Backend
"Pagination Frame Skip",分页跳帧,module,Magento_Backend
"If current frame position does not cover utmost pages, it renders the link to current position plus/minus this value.",如果当前帧的位置并不包括至上页,它将呈现链接到当前位置加减此值。,module,Magento_Backend
"Anchor Text for Previous",前一步的锚文本,module,Magento_Backend
"Alternative text for the previous pages link in the pagination menu. If empty, the default arrow image is used.",分页菜单的上一个页面链接替代显示文字。如果为空,将使用默认箭头图像。,module,Magento_Backend
"Anchor Text for Next",下一步的锚文本,module,Magento_Backend
"Alternative text for the next pages link in the pagination menu. If empty, default arrow image is used.",分页菜单的上一个页面链接的替代显示文字。如果为空,将使用默认箭头图像。,module,Magento_Backend
"Theme Name",主题名称,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
"To create the backup, please deselect ""Put store into maintenance mode"" or update your permissions.","若要创建备份,请取消选择""置于维护模式存储"",或更新您的权限。",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
"To complete the rollback, please deselect ""Put store into maintenance mode"" or update your permissions.","若要完成回滚,请取消选择""置于维护模式存储""或更新您的权限。",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
FTP,FTP,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
Rollback,回滚,module,Magento_Backup
"Scheduled Backup Settings",计划的备份设置,module,Magento_Backup
"Enable Scheduled Backup",启用定时的备份,module,Magento_Backup
"Backup Type",备份类型,module,Magento_Backup
"Start Time",开始时间,module,Magento_Backup
Frequency,频率,module,Magento_Backup
"Maintenance Mode",维护模式,module,Magento_Backup
Delete,删除,module,Magento_Backup
"Are you sure you want to delete the selected backup(s)?","确实要删除所选的 backup(s) 吗?",module,Magento_Backup
Time,时间,module,Magento_Backup
Name,名字,module,Magento_Backup
Size(bytes),"大小 (字节)",module,Magento_Backup
Type,类型,module,Magento_Backup
Download,下载,module,Magento_Backup
Action,操作,module,Magento_Backup
Banners,广告已保存。,module,Magento_Banner
"Add Banner",添加Banner,module,Magento_Banner
"Save Banner",保存Banner,module,Magento_Banner
"Delete Banner",删除Banner,module,Magento_Banner
"Save and Continue Edit",保存并继续编辑,module,Magento_Banner
"New Banner",新Banner,module,Magento_Banner
Content,内容,module,Magento_Banner
"Default Content",默认内容,module,Magento_Banner
"No Default Content",没有默认内容,module,Magento_Banner
"Banner Default Content for All Store Views",所有存储视图的Banner默认内容,module,Magento_Banner
"Store View Specific Content",存储查看具体内容,module,Magento_Banner
"Use Default",使用默认,module,Magento_Banner
"Related Promotions",相关促销活动,module,Magento_Banner
ID,ID,module,Magento_Banner
Rule,规则名称,module,Magento_Banner
"Start Date",起始日期,module,Magento_Banner
"End Date",结束日期,module,Magento_Banner
Status,状态,module,Magento_Banner
"Banner Properties",Banner属性,module,Magento_Banner
"Banner Name",标题名称,module,Magento_Banner
Active,活动,module,Magento_Banner
Inactive,未激活,module,Magento_Banner
"Applies To",适用于,module,Magento_Banner
"Any Banner Type",任何Banner类型,module,Magento_Banner
"Specified Banner Types",指定的标题类型,module,Magento_Banner
"Specify Types",指定类型,module,Magento_Banner
"Banner Information",Banner信息,module,Magento_Banner
Banner,Banner,module,Magento_Banner
"Banner Type",标题类型,module,Magento_Banner
Visibility,可见性,module,Magento_Banner
Delete,删除,module,Magento_Banner
"Are you sure you want to delete these banners?",确实要删除这些标语吗?,module,Magento_Banner
"Related Banners",相关的Banner,module,Magento_Banner
Position,位置,module,Magento_Banner
"This rule no longer exists.",该规则已不存在。,module,Magento_Banner
"This banner does not exist.",这面Banner不存在。,module,Magento_Banner
"You deleted the banner.",你删除的Banner。,module,Magento_Banner
"Something went wrong while deleting banner data. Please review the action log and try again.",删除Banner数据时出了错。请检查操作日志并再试一次。,module,Magento_Banner
"We cannot find a banner to delete.",我们找不到删除Banner。,module,Magento_Banner
"This banner no longer exists.",Banner不再存在。,module,Magento_Banner
"Edit Banner",编辑标题,module,Magento_Banner
"Please select a banner(s).",请选择Banner。,module,Magento_Banner
"You deleted %1 record(s).","你删除 %1 记录。",module,Magento_Banner
"Something went wrong while mass-deleting banners. Please review the action log and try again.",而大众删除Banner,出了错。请检查操作日志并再试一次。,module,Magento_Banner
"You saved the banner.",你保存的Banner。,module,Magento_Banner
"We cannot save the banner.",我们不能保存这个Banner。,module,Magento_Banner
"Please enter a name.",请输入一个名称。,module,Magento_Banner
"Please specify default content for at least one store view.",请指定至少一个存储视图的默认内容。,module,Magento_Banner
"-- None --","— — 无 — —",module,Magento_Banner
Error,错误,module,Magento_Banner
"Related Cart Price Rules",相关购物车价格规则。,module,Magento_Banner
"Related Catalog Price Rules",相关的商品价格规则。,module,Magento_Banner
"Manage Banners",管理Banners,module,Magento_Banner
"Banner Rotator",Banner旋转,module,Magento_Banner
"Displays Specified or Promotion Banners",显示指定或推广Banners,module,Magento_Banner
"Banners to Display",显示Banners,module,Magento_Banner
"Specified Banners",指定的Banners,module,Magento_Banner
"Shopping Cart Promotions Related",购物车促销相关,module,Magento_Banner
"Catalog Promotions Related",目录相关的促销活动,module,Magento_Banner
"Restrict by Banner Types","通过Banner 类型限制",module,Magento_Banner
"Rotation Mode",旋转模式,module,Magento_Banner
"Display all instead of rotating",显示所有,而不是旋转,module,Magento_Banner
"One at the time, Random",一次,随机,module,Magento_Banner
"One at the time, Series",一个晚上的时间,系列,module,Magento_Banner
"One at the time, Shuffle",一个晚上的时间,洗牌,module,Magento_Banner
"Specify Banners",指定Banners,module,Magento_Banner
"Banner Block Template",标题块模板,module,Magento_Banner
"Banner Inline Template",Banner行内模板,module,Magento_Banner
Country,国家,module,Magento_Braintree
"Allowed Credit Card Types",允许的信用卡类型,module,Magento_Braintree
"Add Rule",添加规则,module,Magento_Braintree
"Braintree Settlement",Braintree 结算,module,Magento_Braintree
"Braintree Settlement Report",Braintree结算报告,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