Mage_Locale_zh_CN - Version 1.9.0.0

Version Notes

1.9.0.0

Download this release

Release Info

Developer Magento Core Team
Extension Mage_Locale_zh_CN
Version 1.9.0.0
Comparing to
See all releases


Code changes from version 1.7.0.0 to 1.9.0.0

Files changed (80) hide show
  1. app/locale/zh_CN/Mage_AdminNotification.csv +1 -0
  2. app/locale/zh_CN/Mage_Adminhtml.csv +62 -12
  3. app/locale/zh_CN/Mage_AmazonPayments.csv +101 -0
  4. app/locale/zh_CN/Mage_Api.csv +4 -2
  5. app/locale/zh_CN/Mage_Api2.csv +238 -0
  6. app/locale/zh_CN/Mage_Authorizenet.csv +1 -0
  7. app/locale/zh_CN/Mage_Backup.csv +8 -3
  8. app/locale/zh_CN/Mage_Bundle.csv +15 -0
  9. app/locale/zh_CN/Mage_Catalog.csv +28 -5
  10. app/locale/zh_CN/Mage_CatalogInventory.csv +7 -1
  11. app/locale/zh_CN/Mage_CatalogSearch.csv +2 -1
  12. app/locale/zh_CN/Mage_Checkout.csv +26 -1
  13. app/locale/zh_CN/Mage_Core.csv +13 -2
  14. app/locale/zh_CN/Mage_Cron.csv +0 -1
  15. app/locale/zh_CN/Mage_CurrencySymbol.csv +2 -2
  16. app/locale/zh_CN/Mage_Customer.csv +5 -11
  17. app/locale/zh_CN/Mage_Directory.csv +3 -0
  18. app/locale/zh_CN/Mage_Downloadable.csv +5 -1
  19. app/locale/zh_CN/Mage_Eav.csv +1 -2
  20. app/locale/zh_CN/Mage_GoogleAnalytics.csv +1 -0
  21. app/locale/zh_CN/Mage_GoogleCheckout.csv +2 -3
  22. app/locale/zh_CN/Mage_ImportExport.csv +43 -13
  23. app/locale/zh_CN/Mage_Index.csv +2 -0
  24. app/locale/zh_CN/Mage_Newsletter.csv +3 -0
  25. app/locale/zh_CN/Mage_Oauth.csv +118 -0
  26. app/locale/zh_CN/Mage_Page.csv +12 -2
  27. app/locale/zh_CN/Mage_PageCache.csv +1 -0
  28. app/locale/zh_CN/Mage_Paygate.csv +2 -0
  29. app/locale/zh_CN/Mage_Payment.csv +9 -1
  30. app/locale/zh_CN/Mage_Paypal.csv +181 -40
  31. app/locale/zh_CN/Mage_Persistent.csv +10 -0
  32. app/locale/zh_CN/Mage_Review.csv +11 -0
  33. app/locale/zh_CN/Mage_Rule.csv +1 -0
  34. app/locale/zh_CN/Mage_Sales.csv +20 -6
  35. app/locale/zh_CN/Mage_Tax.csv +16 -4
  36. app/locale/zh_CN/Mage_Usa.csv +85 -0
  37. app/locale/zh_CN/Mage_Weee.csv +6 -0
  38. app/locale/zh_CN/Mage_Widget.csv +1 -1
  39. app/locale/zh_CN/Mage_Wishlist.csv +4 -2
  40. app/locale/zh_CN/Mage_XmlConnect.csv +526 -0
  41. app/locale/zh_CN/template/email/account_new.html +55 -0
  42. app/locale/zh_CN/template/email/account_new_confirmation.html +50 -0
  43. app/locale/zh_CN/template/email/account_new_confirmed.html +51 -0
  44. app/locale/zh_CN/template/email/account_password_reset_confirmation.html +43 -0
  45. app/locale/zh_CN/template/email/admin_password_new.html +43 -0
  46. app/locale/zh_CN/template/email/admin_password_reset_confirmation.html +44 -0
  47. app/locale/zh_CN/template/email/amazonpayments_asp_notification_error.html +12 -0
  48. app/locale/zh_CN/template/email/contact_form.html +12 -0
  49. app/locale/zh_CN/template/email/currency_update_warning.html +8 -0
  50. app/locale/zh_CN/template/email/log_clean_warning.html +7 -0
  51. app/locale/zh_CN/template/email/moneybookers_activateemail.html +6 -0
  52. app/locale/zh_CN/template/email/newsletter_subscr_confirm.html +41 -0
  53. app/locale/zh_CN/template/email/newsletter_subscr_success.html +2 -0
  54. app/locale/zh_CN/template/email/newsletter_unsub_success.html +2 -0
  55. app/locale/zh_CN/template/email/password_new.html +42 -0
  56. app/locale/zh_CN/template/email/payment_failed.html +68 -0
  57. app/locale/zh_CN/template/email/product_alert_cron_error.html +7 -0
  58. app/locale/zh_CN/template/email/product_price_alert.html +8 -0
  59. app/locale/zh_CN/template/email/product_share.html +13 -0
  60. app/locale/zh_CN/template/email/product_stock_alert.html +8 -0
  61. app/locale/zh_CN/template/email/sales/creditmemo_new.html +108 -0
  62. app/locale/zh_CN/template/email/sales/creditmemo_new_guest.html +106 -0
  63. app/locale/zh_CN/template/email/sales/creditmemo_update.html +52 -0
  64. app/locale/zh_CN/template/email/sales/creditmemo_update_guest.html +51 -0
  65. app/locale/zh_CN/template/email/sales/invoice_new.html +107 -0
  66. app/locale/zh_CN/template/email/sales/invoice_new_guest.html +106 -0
  67. app/locale/zh_CN/template/email/sales/invoice_update.html +52 -0
  68. app/locale/zh_CN/template/email/sales/invoice_update_guest.html +49 -0
  69. app/locale/zh_CN/template/email/sales/order_new.html +109 -0
  70. app/locale/zh_CN/template/email/sales/order_new_guest.html +108 -0
  71. app/locale/zh_CN/template/email/sales/order_update.html +52 -0
  72. app/locale/zh_CN/template/email/sales/order_update_guest.html +50 -0
  73. app/locale/zh_CN/template/email/sales/shipment_new.html +111 -0
  74. app/locale/zh_CN/template/email/sales/shipment_new_guest.html +109 -0
  75. app/locale/zh_CN/template/email/sales/shipment_update.html +52 -0
  76. app/locale/zh_CN/template/email/sales/shipment_update_guest.html +50 -0
  77. app/locale/zh_CN/template/email/sitemap_generate_warning.html +8 -0
  78. app/locale/zh_CN/template/email/token.html +9 -0
  79. app/locale/zh_CN/template/email/wishlist_share.html +43 -0
  80. package.xml +8 -8
app/locale/zh_CN/Mage_AdminNotification.csv CHANGED
@@ -24,6 +24,7 @@
24
  "Unable to proceed. Please, try again.","无法处理。请重试。"
25
  "Update Frequency","更新频率"
26
  "Use HTTPS to Get Feed","使用HTTPS获取源"
 
27
  "critical","重要"
28
  "major","主要"
29
  "minor","次要"
24
  "Unable to proceed. Please, try again.","无法处理。请重试。"
25
  "Update Frequency","更新频率"
26
  "Use HTTPS to Get Feed","使用HTTPS获取源"
27
+ "Wrong message type","错误的消息类型"
28
  "critical","重要"
29
  "major","主要"
30
  "minor","次要"
app/locale/zh_CN/Mage_Adminhtml.csv CHANGED
@@ -1,9 +1,6 @@
1
  " The customer does not exist in the system anymore.","系统中不存在该客户。"
2
- " You will need to navigate to your ","你需要进入到你的"
3
  " [deleted]","[已删除]"
4
  " and ","并且"
5
- " and go to the ","并转到"
6
- " sections for your Hosted Checkout Pages.","托管结账页面部分"
7
  "%s (Default Template from Locale)","%s (不同地区的默认模板)"
8
  "%s cache type(s) disabled.","%s个缓存类型被禁用。"
9
  "%s cache type(s) enabled.","%s个缓存类型被启用。"
@@ -19,6 +16,7 @@
19
  "(You have to increase php memory_limit before changing this value)","(更改该值之前您需要增大php的memory_limit)"
20
  "(\\t for tab)","(\\t 可打开选项卡)"
21
  "* - If indexing is in progress, it will be killed and new indexing process will start.","* - 如果正在创建索引,则会被停止,并重新开始新的索引进程。"
 
22
  "- Click on any of the time parts to increase it","- 点击时间的任何部分即可更改"
23
  "- Hold mouse button on any of the above buttons for faster selection.","- 在任何按钮上按下鼠标按键即可选中。"
24
  "- Use the %s buttons to select month","- 使用%s 按钮选择月份"
@@ -32,16 +30,15 @@
32
  "-- Please select --","--请选择--"
33
  "--Please Select--","-- 请选择 --"
34
  "1 Hour","1小时"
35
- "1. set up","1.设置"
36
  "12 Hours","12小时"
37
  "12h AM/PM","21h AM/PM"
38
  "2 Hours","2小时"
39
- "2. customize","2.定制"
40
  "24 Hours","24小时"
41
  "24h","24h"
42
  "2YTD","2YTD"
43
  "6 Hours","6小时"
44
  "<h1 class=""page-heading"">404 Error</h1><p>Page not found.</p>","<h1 class=""page-heading"">404 错误</h1><p>页面未找到。</p>"
 
45
  "<strong>Attention</strong>: Captcha is case sensitive.","<strong>注意</strong>:验证码为大小写敏感的。"
46
  "A user with the same user name or email aleady exists.","使用相同名称或邮件地址的用户已存在。"
47
  "API Key","API Key"
@@ -85,6 +82,7 @@
85
  "Advanced Admin Section","高级管理区域"
86
  "Advanced Profiles","高级配置文件"
87
  "Advanced Section","高级区域"
 
88
  "All","全部"
89
  "All Allowed Countries","所有允许的国家"
90
  "All Cache","所有缓存"
@@ -146,7 +144,12 @@
146
  "Associated Tags","已分配的标签"
147
  "Attribute Set Name:","属性集名称:"
148
  "Attributes","属性"
149
- "Automatic","自动"
 
 
 
 
 
150
  "Average Order Amount","平均订单量"
151
  "Average Orders","平均订单"
152
  "BINARY","二进制"
@@ -194,10 +197,12 @@
194
  "Cannot send shipment information.","无法发送运行信息。"
195
  "Cannot update item quantity.","无法更新商品数量。"
196
  "Cannot update the item\'s quantity.","无法更新商品的数量。"
 
197
  "Catalog","分类"
198
  "Catalog Price Rules","分类价格规则"
199
  "Catalog Rewrites","分类重写"
200
  "Categories","分类"
 
201
  "Category:","分类:"
202
  "Chart is disabled. If you want to enable chart, click <a href=""%s"">here</a>.","图表被禁用。如果希望启用图表,请点击 <a href=""%s"">这里</a>。"
203
  "Checkbox","复选框"
@@ -208,14 +213,18 @@
208
  "Chosen product does not associated with any website, so url rewrite is not possible.","所选产品没有关联给任何网站,因此URL重写不可用。"
209
  "Clear","清空"
210
  "Close","关闭"
 
211
  "Comment text field cannot be empty.","评论文本字段不能为空。"
212
  "Complete","完成"
 
213
  "Configuration","配置"
214
  "Confirm New Password","确认新密码"
 
 
 
215
  "Confirmed email:","确认邮件:"
216
  "Connect with the Magento Community","连接到Magento社区"
217
  "Continue","继续"
218
- "Continuous","连续"
219
  "Convert to Plain Text","转换为纯文本"
220
  "Cookie (unsafe)","Cookie(不安全)"
221
  "Country","国家"
@@ -227,6 +236,10 @@
227
  "Create URL Rewrite:","创建URL重写:"
228
  "Created At","创建于"
229
  "Credit Card %s","信用卡 %s"
 
 
 
 
230
  "Credit Memo History","信用记录历史"
231
  "Credit Memo Totals","信用记录总数"
232
  "Credit Memos","信用记录"
@@ -335,6 +348,8 @@
335
  "Excel XML","Excel XML"
336
  "Excl. Tax","不含税"
337
  "Exclude media folder from backup","从备份中排除媒体文件夹"
 
 
338
  "Export","导出"
339
  "Export CSV","导出CSV"
340
  "Export Filters","导出筛选器"
@@ -345,6 +360,7 @@
345
  "FTP Login","FTP 登录"
346
  "FTP Password","FTP密码"
347
  "FTP credentials","FTP 凭据"
 
348
  "Failed to add a product to cart by id ""%s"".","按照编号 ""%s"" 向购物车添加商品时失败。"
349
  "Failed to cancel the billing agreement.","取消记账协议时出错。"
350
  "Failed to clear the JavaScript/CSS cache.","清空JavaScript/CSS缓存时出错。"
@@ -379,6 +395,7 @@
379
  "General Section","常规区域"
380
  "Get Image Base64","获取Image Base64"
381
  "Get help for this page","获得有关本页面的帮助"
 
382
  "Global Attribute","全局属性"
383
  "Global Record Search","全局记录搜索"
384
  "Global Search","全局搜索"
@@ -386,6 +403,7 @@
386
  "Go to messages inbox","进入信息收件箱"
387
  "Go to notifications","打开通知"
388
  "Google Base","Google Base"
 
389
  "Google Sitemaps","Google站点结构图"
390
  "Grand Total","总计"
391
  "Grid (default) / List","网格(默认)/列表"
@@ -402,8 +420,10 @@
402
  "ID Path","ID路径"
403
  "IP Address","IP地址"
404
  "IPN (Instant Payment Notification) Only","仅IPN(即时支付通知)"
 
405
  "If there is an account associated with %s you will receive an email with a link to reset your password.","如果有关联给 %s 的账户,你将收到一封包含重设密码链接的电子邮件。"
406
  "If this message persists, please contact the store owner.","如果该信息持续显示,请联系店铺所有者。"
 
407
  "Images (.gif, .jpg, .png)","图像(.gif、.jpg、.png)"
408
  "Images Cache","图像缓存"
409
  "Import","导入"
@@ -450,6 +470,7 @@
450
  "Invoice voiding error.","发票撤销出错。"
451
  "Invoices","发票"
452
  "Is Closed","已关闭"
 
453
  "Issue Number","问题编号"
454
  "Items","项目"
455
  "JavaScript seems to be disabled in your browser.","你的浏览器似乎禁用了 JavaScript。"
@@ -484,8 +505,10 @@
484
  "Local Server","本地服务器"
485
  "Local/Remote Server","本地/远程服务器"
486
  "Locale","区域"
 
487
  "Log Out","注销"
488
  "Log in to Admin Panel","登录到管理面板"
 
489
  "Log into Magento Admin Page","登录到Magento管理页面"
490
  "Logged in as %s","登录为 %s"
491
  "Login","登录"
@@ -508,13 +531,17 @@
508
  "Manage Categories","管理分类"
509
  "Manage Content","管理内容"
510
  "Manage Currency Rates","管理汇率"
 
511
  "Manage Customers","管理客户"
 
512
  "Manage Ratings","管理评级"
513
  "Manage Stores","管理店铺"
514
  "Manage Tax Rules","管理税务规则"
515
  "Manage Tax Zones and Rates","管理税务区域与税率"
 
516
  "Manual","手工"
517
  "Matched Expression","匹配的表达式"
 
518
  "Mb","Mb"
519
  "Media (.avi, .flv, .swf)","多媒体(.avi、.flv、.swf)"
520
  "Media storages synchronization has completed!","媒体存储的同步已完成!"
@@ -524,9 +551,12 @@
524
  "Most Viewed Products","最受关注商品"
525
  "Multiple Select","多选"
526
  "My Account","我的帐户"
 
527
  "N/A","N/A"
528
  "NOTICE","注意"
529
  "Name","姓名"
 
 
530
  "Name:","姓名:"
531
  "Never (production)","从未(生产)"
532
  "New ","新"
@@ -567,6 +597,7 @@
567
  "New User","新用户"
568
  "New Variable","新变量"
569
  "New Website","新网站"
 
570
  "New password field cannot be empty.","新密码字段不能为空。"
571
  "Newsletter","新闻邮件"
572
  "Newsletter Problems","新闻邮件问题"
@@ -598,8 +629,13 @@
598
  "Number of Uses","用户数"
599
  "Number of Views","浏览数量"
600
  "Number of records:","记录数量:"
 
 
 
601
  "OK","确定"
602
  "Old rate:","原本的比例:"
 
 
603
  "One or more media files failed to be synchronized during the media storages syncronization process. Refer to the log file for details.","在媒体存储同步过程中,有一个或多个媒体文件的同步失败。详情请参考日志文件。"
604
  "One or more of the Cache Types are invalidated:","一个或多个缓存类型已失效:"
605
  "Online Customers","在线客户"
@@ -608,6 +644,7 @@
608
  "Only mapped fields","只映射字段"
609
  "Optional","可选"
610
  "Options","选项"
 
611
  "Order","订单"
612
  "Order #%s","订单# %s"
613
  "Order #%s (%s)","订单 #%s(%s)"
@@ -632,7 +669,6 @@
632
  "Password must include both numeric and alphabetic characters.","密码必须包含数字和字母字符。"
633
  "Password:","密码:"
634
  "Path:","路径:"
635
- "PayPal Manager","贝宝经理"
636
  "Payment method instance is not available.","支付方式不可用。"
637
  "Payment method is not available.","支付方法不可用。"
638
  "Payment method must be specified.","必须指定支付方法。"
@@ -702,6 +738,7 @@
702
  "Poll Manager","投票管理器"
703
  "Polls","投票"
704
  "Popular","流行"
 
705
  "Position of Watermark for %s","%s 的水印位置"
706
  "Pregenerated product images files.","预先生成产品图像文件。"
707
  "Prev. month (hold for menu)","上个月(按下菜单)"
@@ -742,6 +779,7 @@
742
  "Quantity","数量"
743
  "Queue Refresh","队列刷新"
744
  "Queued... Cancel","已添加队列...取消"
 
745
  "Radio Buttons","单选按钮"
746
  "Rates","费率"
747
  "Read details","阅读详情"
@@ -761,6 +799,10 @@
761
  "Refresh Statistics","刷新状态"
762
  "Region/State","地区/州"
763
  "Regular Price:","常规价格:"
 
 
 
 
764
  "Release","发布"
765
  "Release Stability","释放稳定性"
766
  "Release Version","发布版本"
@@ -792,6 +834,7 @@
792
  "Role Users","角色用户"
793
  "Roles","角色"
794
  "Roles Resources","角色资源"
 
795
  "Rotate CCW","轮换CCW"
796
  "Rotate CW","循环CW"
797
  "Run","运行"
@@ -833,8 +876,6 @@
833
  "Self-assigned roles cannot be deleted.","无法选择自分配角色。"
834
  "Sender","发送方"
835
  "Separate Email","单独的邮件"
836
- "Service Settings","服务设置"
837
- "Set up & Customize","设置&自定义"
838
  "Shipment #%s comment added","运单 #%s添加了评论"
839
  "Shipment #%s created","运单 #%s已创建"
840
  "Shipment Comments","运单评论"
@@ -882,7 +923,13 @@
882
  "Submit","提交"
883
  "Subpackage cannot be conflicting.","子包不能冲突。"
884
  "Subtotal","小计"
 
 
885
  "Switch/Solo/Maestro Only","仅限 Switch/Solo/Maestro"
 
 
 
 
886
  "Synchronization is required.","需要进行同步。"
887
  "Synchronization of media storages has been successfully completed.","媒体存储的同步已经成功完成。"
888
  "Synchronize","同步"
@@ -999,8 +1046,8 @@
999
  "Timeout limit for response from synchronize process was reached.","同步操作中的响应超时限制已达到。"
1000
  "To","发送至"
1001
  "To cancel pending authorizations and release amounts that have already been processed during this payment, click Cancel.","要取消挂起的授权,并释放支付过程中已经被处理的授权,请点击取消。"
1002
- "To use PayPal Payflow Link you must configure some settings in your Payflow account by logging into","要使用 Payflow 链接,您必须在 Paypal 网站配置您的 Payflow 链接帐户。"
1003
- "To use PayPal Payments Advanced you must configure some settings in your PayPal Payments Advanced account by logging into","要使用 PayPal Payments Advanced,你必须在自己的 PayPal Payments Advanced 账户中配置一些选项,为此请登录"
1004
  "Toggle Editor","切换编辑器"
1005
  "Tools","工具"
1006
  "Top 5 Search Terms","前五位搜索条件"
@@ -1025,6 +1072,7 @@
1025
  "Transaction Type","交易类型"
1026
  "Transactional Emails","交易邮件"
1027
  "Transactions","交易"
 
1028
  "Type","类型"
1029
  "Type:","类型:"
1030
  "URL Rewrite","URL重写"
@@ -1076,6 +1124,7 @@
1076
  "User Role","用户角色"
1077
  "User Roles","用户角色"
1078
  "User Roles Information","用户角色信息"
 
1079
  "User name","用户名"
1080
  "Users","用户"
1081
  "VAT Number is Invalid","VAT 号码无效"
@@ -1089,6 +1138,7 @@
1089
  "Variable ID","变量ID"
1090
  "Variable Name","变量名称"
1091
  "Variable Plain Value","变量平坦值"
 
1092
  "View Actions XML","查看操作XML"
1093
  "View Full Size","查看完整尺寸"
1094
  "View Memo","查看记录"
1
  " The customer does not exist in the system anymore.","系统中不存在该客户。"
 
2
  " [deleted]","[已删除]"
3
  " and ","并且"
 
 
4
  "%s (Default Template from Locale)","%s (不同地区的默认模板)"
5
  "%s cache type(s) disabled.","%s个缓存类型被禁用。"
6
  "%s cache type(s) enabled.","%s个缓存类型被启用。"
16
  "(You have to increase php memory_limit before changing this value)","(更改该值之前您需要增大php的memory_limit)"
17
  "(\\t for tab)","(\\t 可打开选项卡)"
18
  "* - If indexing is in progress, it will be killed and new indexing process will start.","* - 如果正在创建索引,则会被停止,并重新开始新的索引进程。"
19
+ "* Required Fields","*必要字段"
20
  "- Click on any of the time parts to increase it","- 点击时间的任何部分即可更改"
21
  "- Hold mouse button on any of the above buttons for faster selection.","- 在任何按钮上按下鼠标按键即可选中。"
22
  "- Use the %s buttons to select month","- 使用%s 按钮选择月份"
30
  "-- Please select --","--请选择--"
31
  "--Please Select--","-- 请选择 --"
32
  "1 Hour","1小时"
 
33
  "12 Hours","12小时"
34
  "12h AM/PM","21h AM/PM"
35
  "2 Hours","2小时"
 
36
  "24 Hours","24小时"
37
  "24h","24h"
38
  "2YTD","2YTD"
39
  "6 Hours","6小时"
40
  "<h1 class=""page-heading"">404 Error</h1><p>Page not found.</p>","<h1 class=""page-heading"">404 错误</h1><p>页面未找到。</p>"
41
+ "<strong>%s</strong> requests access to your account","<strong>%s</strong> 请求访问您的账户"
42
  "<strong>Attention</strong>: Captcha is case sensitive.","<strong>注意</strong>:验证码为大小写敏感的。"
43
  "A user with the same user name or email aleady exists.","使用相同名称或邮件地址的用户已存在。"
44
  "API Key","API Key"
82
  "Advanced Admin Section","高级管理区域"
83
  "Advanced Profiles","高级配置文件"
84
  "Advanced Section","高级区域"
85
+ "After authorization application will have access to you account.","授权后,应用程序将可访问您的账户。"
86
  "All","全部"
87
  "All Allowed Countries","所有允许的国家"
88
  "All Cache","所有缓存"
144
  "Associated Tags","已分配的标签"
145
  "Attribute Set Name:","属性集名称:"
146
  "Attributes","属性"
147
+ "Authorization confirmed","授权已确认"
148
+ "Authorize","授权"
149
+ "Authorize application","授权应用程序"
150
+ "Authorized OAuth Tokens","已授权的 OAuth 令牌"
151
+ "Automatic (equalize price ranges)","自动(均等化价格区间)"
152
+ "Automatic (equalize product counts)","自动(均等化产品数量)"
153
  "Average Order Amount","平均订单量"
154
  "Average Orders","平均订单"
155
  "BINARY","二进制"
197
  "Cannot send shipment information.","无法发送运行信息。"
198
  "Cannot update item quantity.","无法更新商品数量。"
199
  "Cannot update the item\'s quantity.","无法更新商品的数量。"
200
+ "Card Verification Number","卡片验证号码"
201
  "Catalog","分类"
202
  "Catalog Price Rules","分类价格规则"
203
  "Catalog Rewrites","分类重写"
204
  "Categories","分类"
205
+ "Category","分类"
206
  "Category:","分类:"
207
  "Chart is disabled. If you want to enable chart, click <a href=""%s"">here</a>.","图表被禁用。如果希望启用图表,请点击 <a href=""%s"">这里</a>。"
208
  "Checkbox","复选框"
213
  "Chosen product does not associated with any website, so url rewrite is not possible.","所选产品没有关联给任何网站,因此URL重写不可用。"
214
  "Clear","清空"
215
  "Close","关闭"
216
+ "Code","Code"
217
  "Comment text field cannot be empty.","评论文本字段不能为空。"
218
  "Complete","完成"
219
+ "Config form fieldset clone model required to be able to clone fields","需要配置形式字段集克隆模型,以克隆字段"
220
  "Configuration","配置"
221
  "Confirm New Password","确认新密码"
222
+ "Confirm token authorization Pop Up for admin","适用于管理员的确认令牌授权弹出窗口"
223
+ "Confirm token authorization for admin","适用于管理员的确认令牌授权"
224
+ "Confirmation Of Authorization","授权确认"
225
  "Confirmed email:","确认邮件:"
226
  "Connect with the Magento Community","连接到Magento社区"
227
  "Continue","继续"
 
228
  "Convert to Plain Text","转换为纯文本"
229
  "Cookie (unsafe)","Cookie(不安全)"
230
  "Country","国家"
236
  "Create URL Rewrite:","创建URL重写:"
237
  "Created At","创建于"
238
  "Credit Card %s","信用卡 %s"
239
+ "Credit Card Number","信用卡号码"
240
+ "Credit Card Number: xxxx-%s","信用卡号码:xxxx-%s"
241
+ "Credit Card Type","信用卡类型"
242
+ "Credit Card Type: %s","信用卡类型:%s"
243
  "Credit Memo History","信用记录历史"
244
  "Credit Memo Totals","信用记录总数"
245
  "Credit Memos","信用记录"
348
  "Excel XML","Excel XML"
349
  "Excl. Tax","不含税"
350
  "Exclude media folder from backup","从备份中排除媒体文件夹"
351
+ "Expiration Date","过期日期"
352
+ "Expiration Date: %s/%s","过期日期:%s/%s"
353
  "Export","导出"
354
  "Export CSV","导出CSV"
355
  "Export Filters","导出筛选器"
360
  "FTP Login","FTP 登录"
361
  "FTP Password","FTP密码"
362
  "FTP credentials","FTP 凭据"
363
+ "Failed","已失败"
364
  "Failed to add a product to cart by id ""%s"".","按照编号 ""%s"" 向购物车添加商品时失败。"
365
  "Failed to cancel the billing agreement.","取消记账协议时出错。"
366
  "Failed to clear the JavaScript/CSS cache.","清空JavaScript/CSS缓存时出错。"
395
  "General Section","常规区域"
396
  "Get Image Base64","获取Image Base64"
397
  "Get help for this page","获得有关本页面的帮助"
398
+ "Give the verifier code to application administrator","将验证器代码提供给应用程序管理员"
399
  "Global Attribute","全局属性"
400
  "Global Record Search","全局记录搜索"
401
  "Global Search","全局搜索"
403
  "Go to messages inbox","进入信息收件箱"
404
  "Go to notifications","打开通知"
405
  "Google Base","Google Base"
406
+ "Google Content","搜索内容"
407
  "Google Sitemaps","Google站点结构图"
408
  "Grand Total","总计"
409
  "Grid (default) / List","网格(默认)/列表"
420
  "ID Path","ID路径"
421
  "IP Address","IP地址"
422
  "IPN (Instant Payment Notification) Only","仅IPN(即时支付通知)"
423
+ "Id","Id"
424
  "If there is an account associated with %s you will receive an email with a link to reset your password.","如果有关联给 %s 的账户,你将收到一封包含重设密码链接的电子邮件。"
425
  "If this message persists, please contact the store owner.","如果该信息持续显示,请联系店铺所有者。"
426
+ "If you do not specify an option value for a specific store view then the default (Admin) value will be used.","如果您不为特定商店视图指定一个选项值,则使用默认 (Admin) 值。"
427
  "Images (.gif, .jpg, .png)","图像(.gif、.jpg、.png)"
428
  "Images Cache","图像缓存"
429
  "Import","导入"
470
  "Invoice voiding error.","发票撤销出错。"
471
  "Invoices","发票"
472
  "Is Closed","已关闭"
473
+ "Is Default","为默认值"
474
  "Issue Number","问题编号"
475
  "Items","项目"
476
  "JavaScript seems to be disabled in your browser.","你的浏览器似乎禁用了 JavaScript。"
505
  "Local Server","本地服务器"
506
  "Local/Remote Server","本地/远程服务器"
507
  "Locale","区域"
508
+ "Log In","登录"
509
  "Log Out","注销"
510
  "Log in to Admin Panel","登录到管理面板"
511
+ "Log in to use <strong>%s</strong>","登录以使用 <strong>%s</strong>"
512
  "Log into Magento Admin Page","登录到Magento管理页面"
513
  "Logged in as %s","登录为 %s"
514
  "Login","登录"
531
  "Manage Categories","管理分类"
532
  "Manage Content","管理内容"
533
  "Manage Currency Rates","管理汇率"
534
+ "Manage Currency Symbols","管理货币符号"
535
  "Manage Customers","管理客户"
536
+ "Manage Options (values of your attribute)","Manage Options (values of your attribute)"
537
  "Manage Ratings","管理评级"
538
  "Manage Stores","管理店铺"
539
  "Manage Tax Rules","管理税务规则"
540
  "Manage Tax Zones and Rates","管理税务区域与税率"
541
+ "Manage Titles (Size, Color, etc.)","管理名称(尺寸,颜色等)"
542
  "Manual","手工"
543
  "Matched Expression","匹配的表达式"
544
+ "Maximum sender name length is 255. Please correct your settings.","发送者名字最大长度为 255。请更正您的设置。"
545
  "Mb","Mb"
546
  "Media (.avi, .flv, .swf)","多媒体(.avi、.flv、.swf)"
547
  "Media storages synchronization has completed!","媒体存储的同步已完成!"
551
  "Most Viewed Products","最受关注商品"
552
  "Multiple Select","多选"
553
  "My Account","我的帐户"
554
+ "My Applications","我的应用程序"
555
  "N/A","N/A"
556
  "NOTICE","注意"
557
  "Name","姓名"
558
+ "Name on Card","卡片上的名字"
559
+ "Name on the Card: %s","卡片上的名字:%s"
560
  "Name:","姓名:"
561
  "Never (production)","从未(生产)"
562
  "New ","新"
597
  "New User","新用户"
598
  "New Variable","新变量"
599
  "New Website","新网站"
600
+ "New attribute set mapping","新属性集映射"
601
  "New password field cannot be empty.","新密码字段不能为空。"
602
  "Newsletter","新闻邮件"
603
  "Newsletter Problems","新闻邮件问题"
629
  "Number of Uses","用户数"
630
  "Number of Views","浏览数量"
631
  "Number of records:","记录数量:"
632
+ "OAuth Consumers","OAuth 消费者"
633
+ "OAuth authorization for admin","适用于管理员的 OAuth 授权"
634
+ "OAuth authorization simple for admin","适用于管理员的 OAuth 简单授权"
635
  "OK","确定"
636
  "Old rate:","原本的比例:"
637
+ "Once you log into your PayPal Advanced account, navigate to the Service Settings - Hosted Checkout Pages - Set Up menu and set the options described below","当您登录到您的 PayPal Advanced 账户后,前往 Service Settings - Hosted Checkout Pages - Set Up 菜单,并对下方描述的选项进行设置"
638
+ "Once you log into your PayPal Payflow Link account, navigate to the Service Settings - Hosted Checkout Pages - Set Up menu and set the options described below","当您登录到您的 PayPal Payflow Link 账户后,前往 Service Settings - Hosted Checkout Pages - Set Up 菜单,并对下方描述的选项进行设置"
639
  "One or more media files failed to be synchronized during the media storages syncronization process. Refer to the log file for details.","在媒体存储同步过程中,有一个或多个媒体文件的同步失败。详情请参考日志文件。"
640
  "One or more of the Cache Types are invalidated:","一个或多个缓存类型已失效:"
641
  "Online Customers","在线客户"
644
  "Only mapped fields","只映射字段"
645
  "Optional","可选"
646
  "Options","选项"
647
+ "Options is required","选项是必须的"
648
  "Order","订单"
649
  "Order #%s","订单# %s"
650
  "Order #%s (%s)","订单 #%s(%s)"
669
  "Password must include both numeric and alphabetic characters.","密码必须包含数字和字母字符。"
670
  "Password:","密码:"
671
  "Path:","路径:"
 
672
  "Payment method instance is not available.","支付方式不可用。"
673
  "Payment method is not available.","支付方法不可用。"
674
  "Payment method must be specified.","必须指定支付方法。"
738
  "Poll Manager","投票管理器"
739
  "Polls","投票"
740
  "Popular","流行"
741
+ "Position","位置"
742
  "Position of Watermark for %s","%s 的水印位置"
743
  "Pregenerated product images files.","预先生成产品图像文件。"
744
  "Prev. month (hold for menu)","上个月(按下菜单)"
779
  "Quantity","数量"
780
  "Queue Refresh","队列刷新"
781
  "Queued... Cancel","已添加队列...取消"
782
+ "REST Roles","REST 角色"
783
  "Radio Buttons","单选按钮"
784
  "Rates","费率"
785
  "Read details","阅读详情"
799
  "Refresh Statistics","刷新状态"
800
  "Region/State","地区/州"
801
  "Regular Price:","常规价格:"
802
+ "Reject","拒绝"
803
+ "Reject token authorization Pop Up for admin","适用于管理员的拒绝令牌授权弹出窗口"
804
+ "Reject token authorization for admin","适用于管理员的拒绝令牌授权"
805
+ "Rejection Of Authorization","拒绝授权"
806
  "Release","发布"
807
  "Release Stability","释放稳定性"
808
  "Release Version","发布版本"
834
  "Role Users","角色用户"
835
  "Roles","角色"
836
  "Roles Resources","角色资源"
837
+ "Root Category","Root Category"
838
  "Rotate CCW","轮换CCW"
839
  "Rotate CW","循环CW"
840
  "Run","运行"
876
  "Self-assigned roles cannot be deleted.","无法选择自分配角色。"
877
  "Sender","发送方"
878
  "Separate Email","单独的邮件"
 
 
879
  "Shipment #%s comment added","运单 #%s添加了评论"
880
  "Shipment #%s created","运单 #%s已创建"
881
  "Shipment Comments","运单评论"
923
  "Submit","提交"
924
  "Subpackage cannot be conflicting.","子包不能冲突。"
925
  "Subtotal","小计"
926
+ "Switch/Solo card issue number: %s","Switch/Solo卡发卡号:%s"
927
+ "Switch/Solo card start Date: %s/%s","切换/专用卡开始日期:%s/%s"
928
  "Switch/Solo/Maestro Only","仅限 Switch/Solo/Maestro"
929
+ "Switch/Solo/Maestro(UK Domestic) Only","仅限Switch/Solo/Maestro(UK Domestic)"
930
+ "Switch/Solo/Maestro(UK Domestic) card issue number: %s","Switch/Solo/Maestro(UK Domestic)卡发卡号:%s"
931
+ "Switch/Solo/Maestro(UK Domestic) card start Date: %s/%s","Switch/Solo/Maestro(UK Domestic) 卡发卡日期:%s/%s"
932
+ "Symbol","符号"
933
  "Synchronization is required.","需要进行同步。"
934
  "Synchronization of media storages has been successfully completed.","媒体存储的同步已经成功完成。"
935
  "Synchronize","同步"
1046
  "Timeout limit for response from synchronize process was reached.","同步操作中的响应超时限制已达到。"
1047
  "To","发送至"
1048
  "To cancel pending authorizations and release amounts that have already been processed during this payment, click Cancel.","要取消挂起的授权,并释放支付过程中已经被处理的授权,请点击取消。"
1049
+ "To use PayPal Payflow Link, you must configure your PayPal Payflow Link account on the PayPal website.","要使用 PayPal Payflow Link,您必须前往 PayPal 网站配置您的 PayPal Payflow Link 账户。"
1050
+ "To use PayPal Payments Advanced, you must configure your PayPal Payments Advanced account on the PayPal website.","要使用 PayPal Payment Advanced,您必须前往 PayPal 网站配置您的 PayPal Payment Advanced 账户。"
1051
  "Toggle Editor","切换编辑器"
1052
  "Tools","工具"
1053
  "Top 5 Search Terms","前五位搜索条件"
1072
  "Transaction Type","交易类型"
1073
  "Transactional Emails","交易邮件"
1074
  "Transactions","交易"
1075
+ "Try Magento Go for Free","免费试用 Magento Go"
1076
  "Type","类型"
1077
  "Type:","类型:"
1078
  "URL Rewrite","URL重写"
1124
  "User Role","用户角色"
1125
  "User Roles","用户角色"
1126
  "User Roles Information","用户角色信息"
1127
+ "User Type Resources","用户类型资源"
1128
  "User name","用户名"
1129
  "Users","用户"
1130
  "VAT Number is Invalid","VAT 号码无效"
1138
  "Variable ID","变量ID"
1139
  "Variable Name","变量名称"
1140
  "Variable Plain Value","变量平坦值"
1141
+ "Verifier code: %s","验证器代码:%s"
1142
  "View Actions XML","查看操作XML"
1143
  "View Full Size","查看完整尺寸"
1144
  "View Memo","查看记录"
app/locale/zh_CN/Mage_AmazonPayments.csv ADDED
@@ -0,0 +1,101 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ " Select Shipping Method","选择送货方式"
2
+ "<br/>Trace confirmation request:<br/>%s","<br/>追踪确认请求:<br/>%s"
3
+ "Access Key","访问密钥"
4
+ "Access Key ID","访问密钥 ID"
5
+ "Amazon Simple Pay","Amazon Simple Play"
6
+ "Amazon Simple Pay notification error","Amazon Simple Pay 通知错误"
7
+ "Amazon Simple Pay service capture confirmation error: confirmation request amount is not equal to the amount of order.","Amazon Simple Pay 服务捕获到确认错误:确认请求数量与订单数量不一致。"
8
+ "Amazon Simple Pay service capture confirmation error: the amount in the existing invoice does not match the amount in the confirmation request.","Amazon Simple Pay 服务捕获到确认错误:已存在的发票数量与确认请求数量不匹配。"
9
+ "Amazon Simple Pay service capture confirmation error: the existing transaction ID does not match the transaction ID in the confirmation request.","Amazon Simple Pay 服务捕获到确认错误:现有交易 ID 与确认请求中的交易 ID 不匹配。"
10
+ "Amazon Simple Pay service capture confirmation. The invoice was captured automatically.","Amazon Simple Pay 服务捕获确认。发票已自动捕获。"
11
+ "Amazon Simple Pay service confirmation error: order states sequence violation.","Amazon Simple Pay 服务确认错误:订单状态序列违规。"
12
+ "Amazon Simple Pay service confirmation error: the order currency does not match the currency of the IPN request.","Amazon Simple Pay 服务确认错误:订单货币与 IPN 请求中的货币不匹配。"
13
+ "Amazon Simple Pay service confirmation error: the order specified in the IPN request cannot be found.","Amazon Simple Pay 服务确认错误:无法找到 IPN 中指定的订单请求。"
14
+ "Amazon Simple Pay service confirmation error: the payment method in the order is not Amazon Simple Pay.","Amazon Simple Pay 服务确认错误:订单中的支付方法不是 Amazon Simple Pay。"
15
+ "Amazon Simple Pay service confirmed capture for invoice %s.","Amazon Simple Pay 服务已确认捕获到发票 %s。"
16
+ "Amazon Simple Pay service confirmed refund for credit memo %s.","Amazon Simple Pay 服务已确认贷项凭证 %s 的退款。"
17
+ "Amazon Simple Pay service has confirmed amount authorization.","Amazon Simple Pay service 已确认金额授权。"
18
+ "Amazon Simple Pay service has confirmed cancelation.","Amazon Simple Pay 服务已确认了取消操作。"
19
+ "Amazon Simple Pay service has confirmed capture for invoice %s. The invoice was automatically captured.","Amazon Simple Pay 服务已确认捕获到发票 %s。发票已自动捕获。"
20
+ "Amazon Simple Pay service has confirmed capture initiation.","Amazon Simple Pay 服务已确认捕获到启动操作。"
21
+ "Amazon Simple Pay service has confirmed capture.","Amazon Simple Pay 服务已确认捕获。"
22
+ "Amazon Simple Pay service has confirmed payment capture. Invoice %s was automatically created after confirmation.","Amazon Simple Pay 服务已确认支付捕获。发票 %s 已在确认后自动生成。"
23
+ "Amazon Simple Pay service has confirmed payment capture. Invoice was created automatically.","Amazon Simple Pay 服务已确认支付捕获。发票已自动生成。"
24
+ "Amazon Simple Pay service has confirmed payment refund. Credit memo %s was automatically created after confirmation.","Amazon Simple Pay 服务已确认退款。贷项凭证 %s 已在确认后自动生成。"
25
+ "Amazon Simple Pay service has confirmed payment refund. Credit memo was created automatically.","Amazon Simple Pay 服务已确认退款。贷项凭证已自动生成。"
26
+ "Amazon Simple Pay service has confirmed payment refund. The credit memo was created automatically.","Amazon Simple Pay 服务已确认退款。贷项凭证已自动生成。"
27
+ "Amazon Simple Pay service has confirmed refund.","Amazon Simple Pay 已确认退款。"
28
+ "Amazon Simple Pay service has confirmed refund. The credit memo was processed automatically.","Amazon Simple Pay 已确认退款。此贷项凭证已自动处理。"
29
+ "Amazon Simple Pay service has confirmed refunded credit memo %s. The credit memo was processed automatically.","Amazon Simple Pay 已确认退款了贷项凭证 %s。此贷项凭证已自动处理。"
30
+ "Amazon Simple Pay service is not available. Payment was not processed.","Amazon Simple Pay 服务不可用。支付未被处理。"
31
+ "Amazon Simple Pay service payment confirmation has failed.","Amazon Simple Pay 服务支付确认失败。"
32
+ "Amazon Simple Pay service refund confirmation error: the amount in the existing creditmemo does not match the amount in the confirmation request.","Amazon Simple Pay 退款确认错误:现有贷项凭证中的金额与确认请求中的金额不匹配。"
33
+ "Amazon Simple Pay service refund confirmation error: the confirmation request amount does not match the order amount.","Amazon Simple Pay 服务退款确认错误:确认请求金额与订单金额不匹配。"
34
+ "Amazon Simple Pay service refund confirmation error: the transaction ID in the existing creditmemo does not match the transaction ID in the confirmation request.","Amazon Simple Pay 退款确认错误:现有贷项凭证中的交易 ID 与确认请求中的交易 ID 不匹配。"
35
+ "Authorize Only","仅供授权"
36
+ "Authorize and Capture","授权和捕获"
37
+ "Cancel Description","取消描述"
38
+ "Cancel Order Notification received from Checkout by Amazon service.","从 Checkout by Amazon 服务处接收到取消订单通知。"
39
+ "Checkout by Amazon","Checkout by Amazon"
40
+ "Continue Shopping","继续购物"
41
+ "Customer was redirected to Amazon Simple Pay site","客户已被跳转至 Amazon Simple Pay 网站"
42
+ "Debug","调试"
43
+ "Debug Log","故障调试日志"
44
+ "Email Sender","电子邮件发送人"
45
+ "Enable","启用"
46
+ "Error Log","错误日志"
47
+ "FPS Sandbox Service URI","FPS 沙盒服务 URI"
48
+ "FPS Service URI","FPS 服务 URI"
49
+ "Immediate Return","立即返回"
50
+ "Invalid action code.","无效的操作代码。"
51
+ "Invalid request.","无效的请求。"
52
+ "Invoice was created with Checkout by Amazon.","发票以通过 Checkout by Amazon 生成。"
53
+ "Merchant ID","分行ID"
54
+ "Merchant Login","商家登录"
55
+ "Merchant Name","商家名称"
56
+ "Merchant Password","商家密码"
57
+ "Merchant Token","商家令牌"
58
+ "Method Choice Checkout Message","方法选择结账消息"
59
+ "New Order Notification received from Checkout by Amazon service.","从 Checkout by Amazon 服务接收到新订单通知。"
60
+ "New Order Status","新订单状态"
61
+ "Notification Error Transactional Email","通知错误交易电子邮件"
62
+ "Order Ready To Ship Notification received form Checkout by Amazon service.","从 Checkout by Amazon 服务收到订单已准备好运送的通知。"
63
+ "Order was canceled with Checkout by Amazon.","订单已通过 Checkout by Amazon 取消。"
64
+ "Payment Action","支付操作"
65
+ "Payment Description","支付描述"
66
+ "Payment Sandbox Service URI","支付沙盒服务 URI"
67
+ "Payment Service URI","支付服务 URI"
68
+ "Payment authorization canceled with Amazon Simple Pay service.","支付授权已通过 Amazon Simple Pay 服务取消。"
69
+ "Pending Amazon Simple Pay","未决的 Amazon Simple Pay"
70
+ "Redirect Message","重定向消息"
71
+ "Refund Description","退款描述"
72
+ "Refund was created with Checkout by Amazon.","已通过 Checkout by Amazon 创建退款。"
73
+ "Report Email","报告电子邮件"
74
+ "Report Error to Email","报告错误到电子邮件"
75
+ "Response body is not a valid FPS response.","响应 body 部分不是有效的 FPS 响应。"
76
+ "SUCCESS","成功"
77
+ "Sandbox","沙箱"
78
+ "Secret Key","秘密密钥"
79
+ "Secret Key ID","秘密密钥 ID"
80
+ "Shipment was created with Checkout by Amazon.","已通过 Checkout by Amazon 创建运送"
81
+ "Thank you for your purchase!","感谢您的购买!"
82
+ "The customer has canceled payment and successfully returned from Amazon Simple Pay site","客户已取消支付,并以从 Amazon Simple Pay 网站成功返回"
83
+ "The customer has successfully returned from Amazon Simple Pay site","客户已通过 Amazon Simple Pay 网站成功完成退款"
84
+ "The invoice was created (online capture). Waiting for capture confirmation from Amazon Simple Pay service.","发票已生成(在线捕获)。正在等待来自 Amazon Simple Pay 服务的捕获确认。"
85
+ "The invoice was not refunded. Amazon Simple Pay service error: [%s] %s","此发票未退款。Amazon Simple Pay 服务错误:[%s] %s"
86
+ "The item specified in callback request XML was not found in quote.","未在引用中找到回调请求 XML 指定的商品。"
87
+ "The order was not canceled. Amazon Simple Pay service error: [%s] %s","订单未被取消。Amazon Simple Pay 服务错误:[%s] %s"
88
+ "The order was not captured online. Authorization confirmation is required.","此订单未被在线捕获。需要授权确认。"
89
+ "The order was not captured. Amazon Simple Pay service error: [%s] %s","订单未被捕获。Amazon Simple Pay 服务错误:[%s] %s"
90
+ "The payment was captured online with Amazon Simple Pay service. The invoice was created. Waiting for capture confirmation from the payment service.","此支付已使用 Amazon Simple Pay 服务在线捕获成功。发票已生成。正在等待来自支付服务的捕获确认。"
91
+ "The payment was refunded online with Amazon Simple Pay service. The credit memo was created. Waiting for refund confirmation from Amazon Simple Pay service.","此支付已使用 Amazon Simple Pay 服务在线退款。贷项凭证已创建。正在等待来自 Amazon Simple Pay 服务的退款确认。"
92
+ "The payment was refunded online. Waiting for refund confirmation from Amazon Simple Pay service.","此支付已在线退款。正在等待来自 Amazon Simple Pay 服务的退款确认。"
93
+ "The request is not a valid IPN request.","该请求不是有效的 IPN 请求。"
94
+ "The request was signed incorrectly or the signature is missing.","该请求签署不正确或签名已丢失。"
95
+ "Title","标题"
96
+ "Use Callback API","使用回调 API"
97
+ "You will be redirected to Checkout by Amazon in a few seconds.","您将在几秒钟后被跳转至 Checkout by Amazon。"
98
+ "You will receive an order confirmation email with details of your order and a link to track its progress.","您将会收到一份内含订单详细信息和可查询进展情况链接的确认邮件"
99
+ "You will receive an order confirmation email with details of your order and a link to track its progress.<br/>","您将收到一封订单确认电子邮件,包含您的订单详情以及追踪其进度的链接。<br/>"
100
+ "Your billing address will be ignored and you will be redirected to Checkout by Amazon website.","您的账单地址将被忽略,您将被跳转至 Checkout by Amazon 网站。"
101
+ "Your order has been received.","我们已经收到您的订单。"
app/locale/zh_CN/Mage_Api.csv CHANGED
@@ -1,16 +1,18 @@
1
  "Access denied.","访问被拒绝"
 
2
  "Client Session Timeout (sec.)","客户端会话超时(秒。)"
3
  "Default Response Charset","默认响应字符集"
4
  "Email","电子邮件"
 
5
  "General Settings","常规设置"
6
  "Invalid webservice adapter specified.","指定的Web服务适配器无效。"
7
  "Invalid webservice handler specified.","指定的Web服务处理程序无效。"
8
  "Magento Core API","Magento Core API"
9
  "Magento Core API Section","Magento Core API 部分"
10
- "Roles","角色"
 
11
  "Unable to login.","无法登录。"
12
  "User Name","用户名"
13
- "Users","用户"
14
  "WS-I Compliance","WS-I 兼容"
15
  "Web Services","Web服务"
16
  "Your account has been deactivated.","您的帐户已被撤销。"
1
  "Access denied.","访问被拒绝"
2
+ "Can not find webservice adapter.","无法找到 Web 服务适配器。"
3
  "Client Session Timeout (sec.)","客户端会话超时(秒。)"
4
  "Default Response Charset","默认响应字符集"
5
  "Email","电子邮件"
6
+ "Enable WSDL Cache","启用 WSDL 缓存"
7
  "General Settings","常规设置"
8
  "Invalid webservice adapter specified.","指定的Web服务适配器无效。"
9
  "Invalid webservice handler specified.","指定的Web服务处理程序无效。"
10
  "Magento Core API","Magento Core API"
11
  "Magento Core API Section","Magento Core API 部分"
12
+ "SOAP/XML-RPC - Roles","SOAP/XML-RPC - 角色"
13
+ "SOAP/XML-RPC - Users","SOAP/XML-RPC - 用户"
14
  "Unable to login.","无法登录。"
15
  "User Name","用户名"
 
16
  "WS-I Compliance","WS-I 兼容"
17
  "Web Services","Web服务"
18
  "Your account has been deactivated.","您的帐户已被撤销。"
app/locale/zh_CN/Mage_Api2.csv ADDED
@@ -0,0 +1,238 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ "%s","%s"
2
+ "%s role is a special one and can\'t be changed.","%s 是特殊职位,不可更改。"
3
+ "%s role is a special one and can\'t be deleted.","%s 是特殊职位,不可删除。"
4
+ "%s role is protected.","%s 职位受到保护。"
5
+ "ACL Attribute Rules","访问控制列表属性规则"
6
+ "ACL Attributes Information","访问控制列表属性信息"
7
+ "Add","添加"
8
+ "Add Admin Role","增设管理员职位"
9
+ "Add New Role","添加新角色"
10
+ "Address Type","地址类型"
11
+ "Admin","管理员"
12
+ "Allow","允许"
13
+ "An error occurred while deleting the role.","删除职位时发生错误。"
14
+ "An error occurred while saving attribute rules.","保存属性设置时发生错误。"
15
+ "An error occurred while saving role.","保存职位时发生错误。"
16
+ "Api Rules Information","API 规则信息"
17
+ "Assigned","已分配"
18
+ "Associate to Website","连接到网站"
19
+ "Attribute Rules Information","属性规则信息"
20
+ "Attribute Set","属性集"
21
+ "Attributes","属性"
22
+ "Automatically Return Credit Memo Item to Stock","自动返回信用备忘项目到库存"
23
+ "Back","返回"
24
+ "Backorders","缺货"
25
+ "Base Currency","基准货币"
26
+ "Base Customer Balance","用户基础余额"
27
+ "Base Discount","基础折扣"
28
+ "Base Discount Amount","基础折扣金额"
29
+ "Base Item Subtotal","基础项目小计"
30
+ "Base Item Subtotal Including Tax","基础项目含税小计"
31
+ "Base Original Price","基础原价"
32
+ "Base Price","基价"
33
+ "Base Price Including Tax","含税基价"
34
+ "Base Shipping","基础运费"
35
+ "Base Shipping Discount","基础运费折扣"
36
+ "Base Shipping Tax","基础航运税"
37
+ "Base Subtotal","基础小计"
38
+ "Base Subtotal Including Tax","基础含税小计"
39
+ "Base Tax Amount","基础税额"
40
+ "Base Total Due","应付基础总额"
41
+ "Base Total Paid","已付基础总额"
42
+ "Base Total Refunded","已退基础总额"
43
+ "Buy Now URL","立即购买 URL"
44
+ "Can Be Divided into Multiple Boxes for Shipping","可拆分发货"
45
+ "Canceled Qty","已取消数量"
46
+ "Catalog","分类"
47
+ "Catalog Product","目录产品"
48
+ "CatalogInventory","产品目录"
49
+ "Category ID","分类ID"
50
+ "City","城市"
51
+ "Company","公司"
52
+ "Country","国家"
53
+ "Coupon Code","折扣券代码"
54
+ "Create","创建"
55
+ "Create Permanent Redirect for old URL","为老URL创建永久重定向"
56
+ "Created From","创建来自"
57
+ "Customer","客户"
58
+ "Customer Address","客户地址"
59
+ "Customer Address ID","客户地址 ID"
60
+ "Customer Balance","顾客余额"
61
+ "Customer First Name","客户名字"
62
+ "Customer ID","客户ID"
63
+ "Customer Last Name","客户姓氏"
64
+ "Customer Middle Name","客户中间名"
65
+ "Customer Prefix","客户前缀"
66
+ "Customer Suffix","客户后缀"
67
+ "Default Image","默认图片"
68
+ "Delete","删除"
69
+ "Deny","拒绝"
70
+ "Disable automatic group change based on VAT ID","禁用基于增值税发票号的自动小组更改"
71
+ "Discount","折扣"
72
+ "Discount Amount","折扣帐户"
73
+ "Discount Description","折扣描述"
74
+ "Edit","编辑"
75
+ "Edit %s ACL attribute rules","编辑 %s 访问控制列表属性规则"
76
+ "Edit Role","编辑角色"
77
+ "Edit attribute rules for %s Role","为 %s 职位编辑属性规则"
78
+ "Email","电子邮件"
79
+ "Enable Qty Increments","启用数量增量"
80
+ "Exclude","排除"
81
+ "File Content","文件内容"
82
+ "File MIME Type","多用途互联网邮件扩展类型"
83
+ "File Name","文件名"
84
+ "Final Price With Tax","最终含税价格"
85
+ "Final Price Without Tax","最终不含税价格"
86
+ "First Name","名字"
87
+ "Gift Message","礼品消息"
88
+ "Grand Total","总计"
89
+ "Grand Total to Be Charged","应付总额"
90
+ "Group","分组"
91
+ "Guest","来宾"
92
+ "Has Custom Options","有自定义选项"
93
+ "ID","ID"
94
+ "Inventory Data","库存数据"
95
+ "Invoiced Qty","开票数量"
96
+ "Is Confirmed","已确认"
97
+ "Is Default Billing Address","是默认帐单地址"
98
+ "Is Default Shipping Address","是默认送货地址"
99
+ "Item ID","项目代码"
100
+ "Item Subtotal","项目小计"
101
+ "Item Subtotal Including Tax","含税项目小计"
102
+ "Label","标签"
103
+ "Last Logged In","最近登录时间"
104
+ "Last Name","姓氏"
105
+ "Low Stock Date","库存稀少日期"
106
+ "Manage Stock","库存管理"
107
+ "Maximum Qty Allowed in Shopping Cart","购物车数量上限"
108
+ "Minimum Qty Allowed in Shopping Cart","购物车里允许的最少数量"
109
+ "New Role","新角色"
110
+ "Notify for Quantity Below","存量过低通知"
111
+ "OAuth","OAuth"
112
+ "Order","订单"
113
+ "Order Addresses","订单地址"
114
+ "Order Comments","订单评论"
115
+ "Order Currency","订单货币"
116
+ "Order Date","订单日期"
117
+ "Order ID","订单 ID"
118
+ "Order ID (internal)","订单号(内部)"
119
+ "Order Item ID","订购项目编号"
120
+ "Order Items","订购项目"
121
+ "Order Status","订单状态"
122
+ "Ordered Qty","订购数量"
123
+ "Orders","订单"
124
+ "Original Price","原始价格"
125
+ "Parent Order Item ID","上级订单号"
126
+ "Payment Method","支付方式"
127
+ "Phone Number","电话号码"
128
+ "Placed from IP","下单用的IP"
129
+ "Please enter a valid number in ""max_sale_qty"" field","请在“最大销售数量”字段输入一个有效数值"
130
+ "Please enter a valid number in ""min_qty"" field","请在“最小数量”字段输入一个有效数值"
131
+ "Please enter a valid number in ""min_sale_qty"" field","请在“最小销售数量”字段输入一个有效数值"
132
+ "Please enter a valid number in ""notify_stock_qty"" field","请在“通知库存数量”字段输入一个有效数值"
133
+ "Please use numbers only in ""category_id"" field.","请在“类别代码”字段输入一个有效数值"
134
+ "Please use numbers only in ""qty_increments"" field. Please avoid spaces or other characters such as dots or commas.","“数量增加”字段只能使用数字。请勿输入空格或点、逗号等字符。"
135
+ "Position","位置"
136
+ "Price","价格"
137
+ "Price Including Tax","含税价"
138
+ "Product","产品"
139
+ "Product Category","产品类别"
140
+ "Product ID","产品 ID"
141
+ "Product Image","产品图片"
142
+ "Product Type","产品类型"
143
+ "Product URL","产品链接"
144
+ "Product Website","产品网站"
145
+ "Product and Custom Options Name","产品和自定义选项名称"
146
+ "Qty","数量"
147
+ "Qty Increments","数量增量"
148
+ "Qty Uses Decimals","数量使用小数"
149
+ "Qty for Item's Status to Become Out of Stock","产品状态变为缺货时的数量"
150
+ "REST - Attributes","REST - 属性"
151
+ "REST - Roles","REST - 职位"
152
+ "REST ACL Attributes","REST - ACL 属性"
153
+ "REST Attributes","REST 属性"
154
+ "REST Role","REST 职位"
155
+ "REST Roles","REST 角色"
156
+ "REST Roles Information","REST 职位信息"
157
+ "Read","阅读"
158
+ "Refunded Qty","退款金额"
159
+ "Regular Price With Tax","含税原价"
160
+ "Regular Price Without Tax","不含税原价"
161
+ "Rest Roles","其他职位"
162
+ "Retrieve","检索"
163
+ "Role ""%s"" no longer exists","职位 ""%s"" 已不存在"
164
+ "Role ""%s"" not found.","职位 ""%s"" 无法找到。"
165
+ "Role API Resources","职位 API 资源"
166
+ "Role Info","角色信息"
167
+ "Role Information","角色信息"
168
+ "Role Name","角色名称"
169
+ "Role Users","角色用户"
170
+ "Role has been deleted.","职位已被删除。"
171
+ "Roles","角色"
172
+ "SKU","SKU"
173
+ "Salability Status","销售状况"
174
+ "Sales","销售"
175
+ "Save","保存"
176
+ "Shipped Qty","发货数量"
177
+ "Shipping Amount","运送量"
178
+ "Shipping Discount","运费折扣"
179
+ "Shipping Including Tax","含税运费"
180
+ "Shipping Method","运送方式"
181
+ "Shipping Tax","航运税"
182
+ "State","州"
183
+ "Stock Availability","库存状况"
184
+ "Stock ID","库存代码"
185
+ "Stock Item","库存项目"
186
+ "Stock Status","库存状态"
187
+ "Store Currency to Order Currency Rate","保存货币以稳定货币汇率"
188
+ "Store Name","店铺名称"
189
+ "Street","街道"
190
+ "Subtotal","小计"
191
+ "Subtotal Including Tax","含税小计"
192
+ "System","系统"
193
+ "Tax Amount","税额"
194
+ "Tax Name","税名"
195
+ "Tax Percent","税率"
196
+ "Tax Rate","税率"
197
+ "The ""enable_qty_increments"" field must be set to 0 or 1.","“允许数量增加”字段必须设置为 0 或 1 。"
198
+ "The ""is_decimal_divided"" field must be set to 0 or 1.","“十进位小数”字段必须设置为 0 或 1 。"
199
+ "The ""is_in_stock"" field must be set to 0 or 1.","“有库存”字段必须设置为 0 或 1 。"
200
+ "The ""is_qty_decimal"" field must be set to 0 or 1.","“数量_小数”字段必须设置为 0 或 1 。"
201
+ "The ""is_qty_decimal"" field must be set to 0, 1, or 2.","“数量_小数”字段必须设置为 0 或 1 。"
202
+ "The ""manage_stock"" field must be set to 0 or 1.","“管理_库存”字段必须设置为 0 或 1 。"
203
+ "The ""stock_status_changed_auto"" field must be set to 0 or 1.","“库存状态自动更改”字段必须设置为 0 或 1 。"
204
+ "The ""use_config_backorders"" field must be set to 0 or 1.","“使用设置管理缺货订单”字段必须设置为 0 或 1 。"
205
+ "The ""use_config_enable_qty_inc"" field must be set to 0 or 1.","“使用设置启用数量增加”字段必须设置为 0 或 1 。"
206
+ "The ""use_config_manage_stock"" field must be set to 0 or 1.","“使用参数管理库存”字段必须设置为 0 或 1 。"
207
+ "The ""use_config_max_sale_qty"" field must be set to 0 or 1.","“使用设置最大化销售数量”字段必须设置为 0 或 1 。"
208
+ "The ""use_config_min_qty"" field must be set to 0 or 1.","“使用设置最小化销售数量”字段必须设置为 0 或 1 。"
209
+ "The ""use_config_min_sale_qty"" field must be set to 0 or 1.","“使用_最小销售数量_配置”字段必须设置为 0 或 1 。"
210
+ "The ""use_config_notify_stock_qty"" field must be set to 0 or 1.","“使用_ 通知库存数量_配置”字段必须设置为 0 或 1 。"
211
+ "The ""use_config_qty_increments"" field must be set to 0 or 1.","“使用_数量增加_配置”字段必须设置为 0 或 1 。"
212
+ "The attribute rules were saved.","属性设置已保存。"
213
+ "The role has been saved.","角色已保存。"
214
+ "The role is a special one and not for assigning it to admin users.","这是一个特殊权限,不可分配给管理员使用。"
215
+ "Total Due","总额"
216
+ "Total Paid","同付款额"
217
+ "Total Refunded","退款总量"
218
+ "Total Reviews Count","总评论数"
219
+ "Type","类型"
220
+ "URL","URL"
221
+ "Update","更新"
222
+ "Use Config Settings for Allow Gift Message","使用“允许礼品留言”配置设置。"
223
+ "Use Config Settings for Allow Gift Wrapping","使用“允许礼品包装”配置设置。"
224
+ "Use Config Settings for Backorders","使用“缺货订单”配置设置"
225
+ "Use Config Settings for Enable Qty Increments","使用“启用数量增加”配置设置"
226
+ "Use Config Settings for Manage Stock","使用“管理库存”配置设置"
227
+ "Use Config Settings for Maximum Qty Allowed in Shopping Cart","使用参数设置购物车可装载的最大数量"
228
+ "Use Config Settings for Minimum Qty Allowed in Shopping Cart","使用“允许购物车可装载的最小数量”配置设置"
229
+ "Use Config Settings for Notify for Quantity Below","使用“以下数量通知”配置设置"
230
+ "Use Config Settings for Qty Increments","使用""数量增加""配置设置"
231
+ "Use Config Settings for Qty for Item's Status to Become Out of Stock","使用“脱销货物状况数量”配置设置"
232
+ "User Type","User Type"
233
+ "User type ""%s"" no longer exists","用户类型“%s”已不存在"
234
+ "User type ""%s"" not found.","用户类型“%s”未找到。"
235
+ "Web Services","Web服务"
236
+ "Web services","Web服务"
237
+ "Write","写"
238
+ "ZIP/Postal Code","邮政编码"
app/locale/zh_CN/Mage_Authorizenet.csv CHANGED
@@ -1,6 +1,7 @@
1
  "--Please Select--","-- 请选择 --"
2
  "API Login ID","API 登录 ID"
3
  "Accepted Currency","接受的汇率"
 
4
  "Authorize.net Direct Post","Authorize.net 直接发表"
5
  "Card Verification Number","卡片验证号码"
6
  "Card Verification Number Visual Reference","信用卡验证号码 视觉参考"
1
  "--Please Select--","-- 请选择 --"
2
  "API Login ID","API 登录 ID"
3
  "Accepted Currency","接受的汇率"
4
+ "Amount of %s approved by payment gateway. Transaction ID: ""%s"".","%s 的金额已由支付网关批准。交易 ID:""%s""。"
5
  "Authorize.net Direct Post","Authorize.net 直接发表"
6
  "Card Verification Number","卡片验证号码"
7
  "Card Verification Number Visual Reference","信用卡验证号码 视觉参考"
app/locale/zh_CN/Mage_Backup.csv CHANGED
@@ -12,7 +12,9 @@
12
  "Backups","备份"
13
  "Cannot read backup file.","无法读取备份文件。"
14
  "Create Backup","创建备份"
 
15
  "Database Backup","数据库备份"
 
16
  "Database and Media Backup","数据库与媒体备份"
17
  "Database was successfuly backed up.","数据库已成功备份。"
18
  "Download","下载"
@@ -28,23 +30,26 @@
28
  "Not enough free space to create backup.","没有创建备份所需的足够空间。"
29
  "Not enough permissions to create backup.","没有创建备份所需的权限。"
30
  "Not enough permissions to perform rollback","没有执行回滚所需的权限"
31
- "Please deselect the sufficient check-box, if you want to continue backup's creation","如果你想继续创建备份,请反选一定的复选框"
32
- "Please deselect the sufficient check-box, if you want to continue rollback processing","如果你想继续回滚操作,请反选一定的复选框"
33
  "Put store on the maintenance mode while backup's creation","在创建备份时将店铺置于维护模式"
34
  "Rollback","回滚"
35
  "Scheduled Backup Settings","计划备份设置"
36
  "Size, Bytes","大小,字节"
37
  "Start Time","开始时间"
 
 
38
  "System Backup","系统备份"
39
  "System couldn't put store on the maintenance mode","系统没有将店铺置于维护模式"
40
  "The database and media backup has been created.","数据库与媒体备份已创建。"
41
  "The database backup has been created.","数据库备份已创建。"
42
  "The file was compressed with Zlib, but this extension is not installed on server.","该文件已使用Zlib压缩,但服务器上没有安装该扩展。"
43
  "The selected backup(s) has been deleted.","所选备份已删除。"
 
44
  "The system backup has been created.","系统备份已创建。"
45
  "Time","时间"
46
  "Type","类型"
47
  "Unable to create backup. Please, try again later.","无法创建备份。请稍候重试。"
48
  "Unable to save the cron expression.","无法保存Cron表达式。"
49
- "Warning! System couldn't put store on the maintenance mode.","警告!系统无法将店铺置于维护模式。"
50
  "Wrong order of creation for new backup.","创建新备份的顺序有误。"
 
12
  "Backups","备份"
13
  "Cannot read backup file.","无法读取备份文件。"
14
  "Create Backup","创建备份"
15
+ "Database","数据库"
16
  "Database Backup","数据库备份"
17
+ "Database and Media","数据库和媒体"
18
  "Database and Media Backup","数据库与媒体备份"
19
  "Database was successfuly backed up.","数据库已成功备份。"
20
  "Download","下载"
30
  "Not enough free space to create backup.","没有创建备份所需的足够空间。"
31
  "Not enough permissions to create backup.","没有创建备份所需的权限。"
32
  "Not enough permissions to perform rollback","没有执行回滚所需的权限"
33
+ "Please either unselect the ""Put store on the maintenance mode"" checkbox or update your permissions to proceed with the backup.""","请取消选择“将商店设置为维护模式”复选框或更新您的权限以进行备份操作。”"
34
+ "Please either unselect the ""Put store on the maintenance mode"" checkbox or update your permissions to proceed with the rollback.""","请取消选择“将商店设置为维护模式”复选框或更新您的权限以进行回滚操作。”"
35
  "Put store on the maintenance mode while backup's creation","在创建备份时将店铺置于维护模式"
36
  "Rollback","回滚"
37
  "Scheduled Backup Settings","计划备份设置"
38
  "Size, Bytes","大小,字节"
39
  "Start Time","开始时间"
40
+ "System","系统"
41
+ "System (excluding Media)","系统(不包含媒体)"
42
  "System Backup","系统备份"
43
  "System couldn't put store on the maintenance mode","系统没有将店铺置于维护模式"
44
  "The database and media backup has been created.","数据库与媒体备份已创建。"
45
  "The database backup has been created.","数据库备份已创建。"
46
  "The file was compressed with Zlib, but this extension is not installed on server.","该文件已使用Zlib压缩,但服务器上没有安装该扩展。"
47
  "The selected backup(s) has been deleted.","所选备份已删除。"
48
+ "The system (excluding Media) backup has been created.","该系统(不包含媒体)备份已创建。"
49
  "The system backup has been created.","系统备份已创建。"
50
  "Time","时间"
51
  "Type","类型"
52
  "Unable to create backup. Please, try again later.","无法创建备份。请稍候重试。"
53
  "Unable to save the cron expression.","无法保存Cron表达式。"
 
54
  "Wrong order of creation for new backup.","创建新备份的顺序有误。"
55
+ "You do not have sufficient permissions to enable Maintenance Mode during this operation.","在此操作过程中您没有足够的权限来启用“维护模式”。"
app/locale/zh_CN/Mage_Bundle.csv CHANGED
@@ -1,3 +1,4 @@
 
1
  "* Required Fields","*必要字段"
2
  "-- Select --","-- 选择 --"
3
  "Add New Option","添加新选项"
@@ -6,10 +7,17 @@
6
  "As low as","低至"
7
  "Bundle Items","捆绑项"
8
  "Bundle Product","捆绑产品"
 
 
 
 
 
 
9
  "Buy %1$s with %2$s discount each","买 %1$个,每个折扣为 %2$s"
10
  "Catalog Product View (Bundle)","分类产品视图(捆绑)"
11
  "Checkbox","复选框"
12
  "Choose a selection...","选择一个选项..."
 
13
  "Close","关闭"
14
  "Default","默认"
15
  "Default Qty","默认数量"
@@ -17,11 +25,13 @@
17
  "Drop-down","下拉菜单"
18
  "Dynamic","动态"
19
  "Excl. Tax","不含税"
 
20
  "Fixed","固定"
21
  "From","来自"
22
  "From:","来自:"
23
  "Gift Message","礼品消息"
24
  "Incl. Tax","含税"
 
25
  "Input Type","输入类型"
26
  "Is Required","为必须"
27
  "Message:","信息:"
@@ -32,6 +42,7 @@
32
  "Percent","百分之"
33
  "Percent Discount","折扣百分率"
34
  "Please Select Products to Add","请选择要添加的产品"
 
35
  "Please enter search conditions to view products.","请输入搜索条件以查看产品。"
36
  "Please select options for product.","请为该产品选择选项。"
37
  "Please specify product option(s).","请指定产品选项。"
@@ -52,5 +63,9 @@
52
  "To","发送至"
53
  "To:","至:"
54
  "Together","一起"
 
55
  "Use Default Value","使用默认值"
56
  "User Defined Qty","用户定义的数量"
 
 
 
1
+ "%1$s incl tax.","%1$s incl tax."
2
  "* Required Fields","*必要字段"
3
  "-- Select --","-- 选择 --"
4
  "Add New Option","添加新选项"
7
  "As low as","低至"
8
  "Bundle Items","捆绑项"
9
  "Bundle Product","捆绑产品"
10
+ "Bundle Product View Summary","全部装产品总结"
11
+ "Buy %1$s","Buy %1$s"
12
+ "Buy %1$s for","Buy %1$s for"
13
+ "Buy %1$s for %2$s","Buy %1$s for %2$s"
14
+ "Buy %1$s for %2$s (%3$s incl. tax) each","Buy %1$s for %2$s (%3$s incl. tax) each"
15
+ "Buy %1$s for %2$s each","Buy %1$s for %2$s each"
16
  "Buy %1$s with %2$s discount each","买 %1$个,每个折扣为 %2$s"
17
  "Catalog Product View (Bundle)","分类产品视图(捆绑)"
18
  "Checkbox","复选框"
19
  "Choose a selection...","选择一个选项..."
20
+ "Click for price","Click for price"
21
  "Close","关闭"
22
  "Default","默认"
23
  "Default Qty","默认数量"
25
  "Drop-down","下拉菜单"
26
  "Dynamic","动态"
27
  "Excl. Tax","不含税"
28
+ "Excl. Tax:","Excl. Tax:"
29
  "Fixed","固定"
30
  "From","来自"
31
  "From:","来自:"
32
  "Gift Message","礼品消息"
33
  "Incl. Tax","含税"
34
+ "Incl. Tax:","Incl. Tax:"
35
  "Input Type","输入类型"
36
  "Is Required","为必须"
37
  "Message:","信息:"
42
  "Percent","百分之"
43
  "Percent Discount","折扣百分率"
44
  "Please Select Products to Add","请选择要添加的产品"
45
+ "Please enter a number greater 0 in this field.","请在此字段中输入大于 0 的数字。"
46
  "Please enter search conditions to view products.","请输入搜索条件以查看产品。"
47
  "Please select options for product.","请为该产品选择选项。"
48
  "Please specify product option(s).","请指定产品选项。"
63
  "To","发送至"
64
  "To:","至:"
65
  "Together","一起"
66
+ "Total incl. Tax: %1$s","Total incl. Tax: %1$s"
67
  "Use Default Value","使用默认值"
68
  "User Defined Qty","用户定义的数量"
69
+ "and","and"
70
+ "each","each"
71
+ "save","save"
app/locale/zh_CN/Mage_Catalog.csv CHANGED
@@ -3,6 +3,7 @@
3
  "%s - %s","%s - %s"
4
  "%s Item(s)","%s 个项目"
5
  "%s and above","%s 及以上"
 
6
  "(%d)","(%d)"
7
  "(Copy data from: %s)","(复制数据自:%s)"
8
  "* Required Fields","*必要字段"
@@ -49,6 +50,8 @@
49
  "All","全部"
50
  "All Product Types","所有产品类型"
51
  "All Websites","所有网站"
 
 
52
  "All products of this set will be deleted! Are you sure you want to delete this attribute set?","该集合的所有产品都将被删除!您是否确认要删除该属性集?"
53
  "Allow All Products per Page","每页面允许显示的所有产品"
54
  "Allow Dynamic Media URLs in Products and Categories","在产品和分类中允许使用动态媒体URL"
@@ -99,6 +102,7 @@
99
  "Attribute Sets","属性集"
100
  "Attribute add","添加的属性"
101
  "Attribute code is invalid. Please use only letters (a-z), numbers (0-9) or underscore(_) in this field, first character should be a letter.","属性代码无效。在该字段中请只使用字母(a-z)、数字(0-9),或下划线(_),第一个字符必须是字母。"
 
102
  "Attribute group with the \/name/\ name already exists","使用该\/name/\ 名称的属性组已经存在。"
103
  "Attribute remove","删除属性"
104
  "Attribute with the same code already exists","使用相同代码的属性已存在"
@@ -138,6 +142,7 @@
138
  "Catalog","分类"
139
  "Catalog Category (Anchor)","分类类别(固定)"
140
  "Catalog Category (Non-Anchor)","分类类别(不固定)"
 
141
  "Catalog Category Link","分类类别链接"
142
  "Catalog New Products List","分类新产品列表"
143
  "Catalog Price Scope","分类价格范围"
@@ -151,7 +156,6 @@
151
  "Catalog Product View (Simple)","分类产品视图(简单)"
152
  "Catalog Product View (Virtual)","分类产品视图(虚拟)"
153
  "Catalog Section","分类选择"
154
- "Catalog Seo Popular Search Terms","分类SEO流行的搜索条件"
155
  "Catalog Seo Sitemap (Category List)","分类SEO站点结构图(分类列表)"
156
  "Catalog Seo Sitemap (Category Tree)","分类SEO站点结构图(分类树)"
157
  "Catalog Seo Sitemap (Common)","分类SEO站点结构图(常用)"
@@ -173,6 +177,7 @@
173
  "Category URL Suffix","分类 URL 后缀"
174
  "Category attributes API","分类属性 API"
175
  "Category move error","分类移动错误"
 
176
  "Category move operation is not possible: parent category is equal to child category.","无法进行分类移动操作:母类别与子类别相同。"
177
  "Category move operation is not possible: the current category was not found.","无法进行分类移动操作:无法找到当前类别。"
178
  "Category move operation is not possible: the new parent category was not found.","无法进行分类移动操作:无法找到新的母类别。"
@@ -253,8 +258,10 @@
253
  "Disabled","已禁用"
254
  "Disallowed file type.","不允许的文件类型。"
255
  "Display Actual Price","显示实际价格"
 
256
  "Display Price Interval as One Price","将价格间隔显示为一个价格"
257
  "Display Product Count","显示产品数量"
 
258
  "Display in Suggested Terms","显示建议的搜索条件"
259
  "Double click on a group to rename it","双击组即可更名"
260
  "Double click on above image to view full picture","双击上述图片即可查看完整大小"
@@ -278,6 +285,7 @@
278
  "Enable MAP","启用映射"
279
  "Enable Qty Increments","启用数量增量"
280
  "Enable WYSIWYG","启用所见即所得"
 
281
  "Enabled","已启用"
282
  "Error during retrieval of option value: %s","获取选项值 %s的过程中出错"
283
  "Exclude","排除"
@@ -289,6 +297,7 @@
289
  "Field is not complete","字段不完整"
290
  "File options format is not valid.","文件选项格式无效"
291
  "File upload failed","文件上传失败"
 
292
  "Filter model name must be declared.","筛选器模式名称必须声明。"
293
  "Filter must be an object. Please set correct filter.","筛选器必须是对象。请设置正确的筛选器。"
294
  "Filterable (no results)","可筛选(无结果)"
@@ -406,7 +415,9 @@
406
  "More Views","更多视图"
407
  "Move","移动"
408
  "Move category in tree","在树中移动分类"
 
409
  "Must be in the allowed values list.","必须位于允许的值列表中。"
 
410
  "N/A","N/A"
411
  "Name","姓名"
412
  "Name in %s","%s的名称"
@@ -419,6 +430,7 @@
419
  "New Search","新搜索"
420
  "New Set Name","新集名称"
421
  "New Subcategory","新建子类别"
 
422
  "Next","下一个"
423
  "No","否"
424
  "No image","无图片"
@@ -429,6 +441,7 @@
429
  "Not Visible Individually","无独立可见性"
430
  "Notify Low Stock RSS","存货不足RSS通知"
431
  "Notify for Quantity Below","存量过低通知"
 
432
  "Number of Products to Display","显示的产品数量"
433
  "Number of Uses","用户数"
434
  "Number of results","结果的数量"
@@ -456,7 +469,9 @@
456
  "Please be careful as once you click on the row it will load package data form the selected file and all unsaved form data will be lost.","请小心,一旦您点击这一行,就会从所选文件中加载包裹数据,所有未保存的数据都将丢失。"
457
  "Please click on the Close Window button if it is not closed automatically.","如果没有自动关闭,请点击关闭窗口按钮。"
458
  "Please enter a new group name","请输入新组的名称"
 
459
  "Please refresh ""Catalog URL Rewrites"" and ""Product Attributes"" in System -> <a href=""%s"">Index Management</a>","请在 系统 -> <a href=""%s"">索引管理</a>中刷新 ""类别 URL 重写"" 与 ""产品属性"""
 
460
  "Please select a static block ...","请选择一个静态块..."
461
  "Please select items.","请选择项目。"
462
  "Please select one or more attributes.","请选择一个或多个属性。"
@@ -492,6 +507,7 @@
492
  "Product Attribute","产品属性"
493
  "Product Attributes","产品属性"
494
  "Product Categories","产品分类"
 
495
  "Product Extra Info","产品的额外信息"
496
  "Product Flat Data","产品平坦数据"
497
  "Product ID","产品 ID"
@@ -518,7 +534,6 @@
518
  "Product collection expected.","预期的产品集合。"
519
  "Product is not loaded","产品尚未加载"
520
  "Product links API (related, cross sells, up sells)","产品链接API(相关、交叉销售、超售)"
521
- "Product name","产品名"
522
  "Product types API","产品类型API"
523
  "Product with this combination of attributes already associated to configurable.","具有此属性组合的产品已与可配置产品关联。"
524
  "Products","产品"
@@ -541,7 +556,7 @@
541
  "Quick Create","快速创建"
542
  "Quick Overview","快速概述"
543
  "Quick simple product creation","快速简单产品创建"
544
- "Records for ""","针对 "" 的记录"
545
  "Redirect","重定向"
546
  "Redirect URL","重定向URL"
547
  "Regular Price:","常规价格:"
@@ -564,6 +579,7 @@
564
  "Reorganize EAV product structure to flat structure","重新整理EAV产品结构为平坦结构"
565
  "Reset","重置状态"
566
  "Results","结果"
 
567
  "Retrieve attribute data","获取属性数据"
568
  "Retrieve attribute list","获取属性列表"
569
  "Retrieve attribute options","获取属性选项"
@@ -616,7 +632,6 @@
616
  "Select type of option","选择选项类型"
617
  "Select type options required values rows.","选择需要值的选项类型。"
618
  "Selected Product Types","选择产品类型"
619
- "Selected configuration is not available.","所选的配置不可用。"
620
  "Send Count","发送数量"
621
  "Set Ascending Direction","设置降序顺序"
622
  "Set Descending Direction","设置升序顺序"
@@ -626,6 +641,9 @@
626
  "Set special price","设置特殊价格"
627
  "Set/Get current store view","设置/获取当前店铺视图"
628
  "Settings","设置"
 
 
 
629
  "Shop By","购物"
630
  "Shopping Options","购物选项"
631
  "Show","显示"
@@ -642,7 +660,7 @@
642
  "Skipping import row, store ""%s"" field does not exist.","正在跳过导入行,存储 ""%s"" 字段不存在。"
643
  "Skipping import row, the value ""%s"" is not valid for the ""%s"" field.","跳过导入的行, ""%s"" 字段的值 ""%s"" 无效。"
644
  "Some of the processed products have no SKU value defined. Please fill it prior to performing operations on these products.","某些已经处理的产品无有效SKU值。请在针对这些产品执行操作前首先填写。"
645
- "Some of the products below do not have all the required options. Please edit them and configure all the required options.","下列某些产品必须的选项不完整。请修改并配置所有必须的选项。"
646
  "Sort By","分类依据"
647
  "Sort Order","排序顺序"
648
  "Source Model","源型号"
@@ -667,6 +685,8 @@
667
  "Template","模板"
668
  "Text","文字"
669
  "The Flat Catalog module has a limit of %2\$d filterable and/or sortable attributes. Currently there are %1\$d of them. Please reduce the number of filterable/sortable attributes in order to use this module","平坦分类模块被限制为 %2\$d 个筛选器和/或可排序属性。目前已经使用了 %1\$d 个。为了使用该模块,请减少所用筛选器/排序属性的数量"
 
 
670
  "The attribute model is not defined","属性型号未定义"
671
  "The attribute set has been saved.","属性集已保存。"
672
  "The base directory to upload file is not specified.","文件上传的基本目录尚未指定。"
@@ -722,6 +742,7 @@
722
  "Top/Left","顶部/左侧"
723
  "Top/Right","顶部/右侧"
724
  "Total Qty Base Items","总数量 基础项目"
 
725
  "Total incl. Tax: %1$s","含税总额:%1$s"
726
  "Total of %d record(s) have been deleted.","总共%d记录已被删除。"
727
  "Total of %d record(s) have been updated.","总共%d记录已被更新。"
@@ -777,6 +798,7 @@
777
  "Value for ""%s"" is invalid.","""%s"" 的值无效。"
778
  "Value for ""%s"" is invalid: %s","""%s"" 的值是无效的: %s"
779
  "Varchar","可变长字符串"
 
780
  "View as","查看为"
781
  "Virtual Product","虚拟产品"
782
  "Visibility","可见性"
@@ -788,6 +810,7 @@
788
  "Watermark Default Size","水印默认大小"
789
  "Watermark Opacity, Percent","水印不透明度,百分比"
790
  "Watermark Position","水印位置"
 
791
  "Website","网站"
792
  "Website Item Must be checked","网站项目必须检查"
793
  "Website Store Must be checked","网站店铺必须被选中"
3
  "%s - %s","%s - %s"
4
  "%s Item(s)","%s 个项目"
5
  "%s and above","%s 及以上"
6
+ "%s-%s of %s","%s-%s / %s"
7
  "(%d)","(%d)"
8
  "(Copy data from: %s)","(复制数据自:%s)"
9
  "* Required Fields","*必要字段"
50
  "All","全部"
51
  "All Product Types","所有产品类型"
52
  "All Websites","所有网站"
53
+ "All products","全部产品"
54
+ "All products - recently added products, New products - products marked as new","全部产品 - 最近新增的产品,新产品 - 标记为全新的产品"
55
  "All products of this set will be deleted! Are you sure you want to delete this attribute set?","该集合的所有产品都将被删除!您是否确认要删除该属性集?"
56
  "Allow All Products per Page","每页面允许显示的所有产品"
57
  "Allow Dynamic Media URLs in Products and Categories","在产品和分类中允许使用动态媒体URL"
102
  "Attribute Sets","属性集"
103
  "Attribute add","添加的属性"
104
  "Attribute code is invalid. Please use only letters (a-z), numbers (0-9) or underscore(_) in this field, first character should be a letter.","属性代码无效。在该字段中请只使用字母(a-z)、数字(0-9),或下划线(_),第一个字符必须是字母。"
105
+ "Attribute group with the \"/name/\" name already exists","Attribute group with the \"/name/\" name already exists"
106
  "Attribute group with the \/name/\ name already exists","使用该\/name/\ 名称的属性组已经存在。"
107
  "Attribute remove","删除属性"
108
  "Attribute with the same code already exists","使用相同代码的属性已存在"
142
  "Catalog","分类"
143
  "Catalog Category (Anchor)","分类类别(固定)"
144
  "Catalog Category (Non-Anchor)","分类类别(不固定)"
145
+ "Catalog Category (Without Subcategories)","目录类别(无子类)"
146
  "Catalog Category Link","分类类别链接"
147
  "Catalog New Products List","分类新产品列表"
148
  "Catalog Price Scope","分类价格范围"
156
  "Catalog Product View (Simple)","分类产品视图(简单)"
157
  "Catalog Product View (Virtual)","分类产品视图(虚拟)"
158
  "Catalog Section","分类选择"
 
159
  "Catalog Seo Sitemap (Category List)","分类SEO站点结构图(分类列表)"
160
  "Catalog Seo Sitemap (Category Tree)","分类SEO站点结构图(分类树)"
161
  "Catalog Seo Sitemap (Common)","分类SEO站点结构图(常用)"
177
  "Category URL Suffix","分类 URL 后缀"
178
  "Category attributes API","分类属性 API"
179
  "Category move error","分类移动错误"
180
+ "Category move error %s","分类移动错误 %s"
181
  "Category move operation is not possible: parent category is equal to child category.","无法进行分类移动操作:母类别与子类别相同。"
182
  "Category move operation is not possible: the current category was not found.","无法进行分类移动操作:无法找到当前类别。"
183
  "Category move operation is not possible: the new parent category was not found.","无法进行分类移动操作:无法找到新的母类别。"
258
  "Disabled","已禁用"
259
  "Disallowed file type.","不允许的文件类型。"
260
  "Display Actual Price","显示实际价格"
261
+ "Display Page Control","显示页面控制"
262
  "Display Price Interval as One Price","将价格间隔显示为一个价格"
263
  "Display Product Count","显示产品数量"
264
+ "Display Type","显示类型"
265
  "Display in Suggested Terms","显示建议的搜索条件"
266
  "Double click on a group to rename it","双击组即可更名"
267
  "Double click on above image to view full picture","双击上述图片即可查看完整大小"
285
  "Enable MAP","启用映射"
286
  "Enable Qty Increments","启用数量增量"
287
  "Enable WYSIWYG","启用所见即所得"
288
+ "Enable for reindexing a big number of SKUs.","启用以重新索引大量 SKU。"
289
  "Enabled","已启用"
290
  "Error during retrieval of option value: %s","获取选项值 %s的过程中出错"
291
  "Exclude","排除"
297
  "Field is not complete","字段不完整"
298
  "File options format is not valid.","文件选项格式无效"
299
  "File upload failed","文件上传失败"
300
+ "Filter","过滤器"
301
  "Filter model name must be declared.","筛选器模式名称必须声明。"
302
  "Filter must be an object. Please set correct filter.","筛选器必须是对象。请设置正确的筛选器。"
303
  "Filterable (no results)","可筛选(无结果)"
415
  "More Views","更多视图"
416
  "Move","移动"
417
  "Move category in tree","在树中移动分类"
418
+ "Multi update product","多次更新产品"
419
  "Must be in the allowed values list.","必须位于允许的值列表中。"
420
+ "My Account","我的帐户"
421
  "N/A","N/A"
422
  "Name","姓名"
423
  "Name in %s","%s的名称"
430
  "New Search","新搜索"
431
  "New Set Name","新集名称"
432
  "New Subcategory","新建子类别"
433
+ "New products","新产品"
434
  "Next","下一个"
435
  "No","否"
436
  "No image","无图片"
441
  "Not Visible Individually","无独立可见性"
442
  "Notify Low Stock RSS","存货不足RSS通知"
443
  "Notify for Quantity Below","存量过低通知"
444
+ "Number of Products per Page","每页显示的产品数量"
445
  "Number of Products to Display","显示的产品数量"
446
  "Number of Uses","用户数"
447
  "Number of results","结果的数量"
469
  "Please be careful as once you click on the row it will load package data form the selected file and all unsaved form data will be lost.","请小心,一旦您点击这一行,就会从所选文件中加载包裹数据,所有未保存的数据都将丢失。"
470
  "Please click on the Close Window button if it is not closed automatically.","如果没有自动关闭,请点击关闭窗口按钮。"
471
  "Please enter a new group name","请输入新组的名称"
472
+ "Please refresh ""Catalog URL Rewrites"" and ""Product Attributes"" in System -&gt; <a href=""%s"">Index Management</a>","Please refresh ""Catalog URL Rewrites"" and ""Product Attributes"" in System -&gt; <a href=""%s"">Index Management</a>"
473
  "Please refresh ""Catalog URL Rewrites"" and ""Product Attributes"" in System -> <a href=""%s"">Index Management</a>","请在 系统 -> <a href=""%s"">索引管理</a>中刷新 ""类别 URL 重写"" 与 ""产品属性"""
474
+ "Please refresh ""Product Attributes"" in System -&gt; <a href=""%s"">Index Management</a>","Please refresh ""Product Attributes"" in System -&gt; <a href=""%s"">Index Management</a>"
475
  "Please select a static block ...","请选择一个静态块..."
476
  "Please select items.","请选择项目。"
477
  "Please select one or more attributes.","请选择一个或多个属性。"
507
  "Product Attribute","产品属性"
508
  "Product Attributes","产品属性"
509
  "Product Categories","产品分类"
510
+ "Product Description","产品介绍"
511
  "Product Extra Info","产品的额外信息"
512
  "Product Flat Data","产品平坦数据"
513
  "Product ID","产品 ID"
534
  "Product collection expected.","预期的产品集合。"
535
  "Product is not loaded","产品尚未加载"
536
  "Product links API (related, cross sells, up sells)","产品链接API(相关、交叉销售、超售)"
 
537
  "Product types API","产品类型API"
538
  "Product with this combination of attributes already associated to configurable.","具有此属性组合的产品已与可配置产品关联。"
539
  "Products","产品"
556
  "Quick Create","快速创建"
557
  "Quick Overview","快速概述"
558
  "Quick simple product creation","快速简单产品创建"
559
+ "Records for ""%s"" store found.","未找到“%s”商店的记录。"
560
  "Redirect","重定向"
561
  "Redirect URL","重定向URL"
562
  "Regular Price:","常规价格:"
579
  "Reorganize EAV product structure to flat structure","重新整理EAV产品结构为平坦结构"
580
  "Reset","重置状态"
581
  "Results","结果"
582
+ "Results per page","每页结果数量"
583
  "Retrieve attribute data","获取属性数据"
584
  "Retrieve attribute list","获取属性列表"
585
  "Retrieve attribute options","获取属性选项"
632
  "Select type of option","选择选项类型"
633
  "Select type options required values rows.","选择需要值的选项类型。"
634
  "Selected Product Types","选择产品类型"
 
635
  "Send Count","发送数量"
636
  "Set Ascending Direction","设置降序顺序"
637
  "Set Descending Direction","设置升序顺序"
641
  "Set special price","设置特殊价格"
642
  "Set/Get current store view","设置/获取当前店铺视图"
643
  "Settings","设置"
644
+ "Share Facebook","分享 Facebook"
645
+ "Share on Facebook","分享到 Facebook"
646
+ "Share on Twitter","分享到 Twitter"
647
  "Shop By","购物"
648
  "Shopping Options","购物选项"
649
  "Show","显示"
660
  "Skipping import row, store ""%s"" field does not exist.","正在跳过导入行,存储 ""%s"" 字段不存在。"
661
  "Skipping import row, the value ""%s"" is not valid for the ""%s"" field.","跳过导入的行, ""%s"" 字段的值 ""%s"" 无效。"
662
  "Some of the processed products have no SKU value defined. Please fill it prior to performing operations on these products.","某些已经处理的产品无有效SKU值。请在针对这些产品执行操作前首先填写。"
663
+ "Some of the selected item options are not currently available.","部分已选择商品的选项当前不可用。"
664
  "Sort By","分类依据"
665
  "Sort Order","排序顺序"
666
  "Source Model","源型号"
685
  "Template","模板"
686
  "Text","文字"
687
  "The Flat Catalog module has a limit of %2\$d filterable and/or sortable attributes. Currently there are %1\$d of them. Please reduce the number of filterable/sortable attributes in order to use this module","平坦分类模块被限制为 %2\$d 个筛选器和/或可排序属性。目前已经使用了 %1\$d 个。为了使用该模块,请减少所用筛选器/排序属性的数量"
688
+ "The From Date value should be less than or equal to the To Date value.","起始日期数值应当小于或等于截止日期数值。"
689
+ "The attribute code \'%s\' is reserved by system. Please try another attribute code","属性代码‘%s’已被系统预留。请尝试另一个属性代码"
690
  "The attribute model is not defined","属性型号未定义"
691
  "The attribute set has been saved.","属性集已保存。"
692
  "The base directory to upload file is not specified.","文件上传的基本目录尚未指定。"
742
  "Top/Left","顶部/左侧"
743
  "Top/Right","顶部/右侧"
744
  "Total Qty Base Items","总数量 基础项目"
745
+ "Total Qty Content Items","内容项总数"
746
  "Total incl. Tax: %1$s","含税总额:%1$s"
747
  "Total of %d record(s) have been deleted.","总共%d记录已被删除。"
748
  "Total of %d record(s) have been updated.","总共%d记录已被更新。"
798
  "Value for ""%s"" is invalid.","""%s"" 的值无效。"
799
  "Value for ""%s"" is invalid: %s","""%s"" 的值是无效的: %s"
800
  "Varchar","可变长字符串"
801
+ "View Details","查看详情"
802
  "View as","查看为"
803
  "Virtual Product","虚拟产品"
804
  "Visibility","可见性"
810
  "Watermark Default Size","水印默认大小"
811
  "Watermark Opacity, Percent","水印不透明度,百分比"
812
  "Watermark Position","水印位置"
813
+ "We Also Recommend","我们同时推荐"
814
  "Website","网站"
815
  "Website Item Must be checked","网站项目必须检查"
816
  "Website Store Must be checked","网站店铺必须被选中"
app/locale/zh_CN/Mage_CatalogInventory.csv CHANGED
@@ -13,6 +13,7 @@
13
  "Catalog Inventory","分类清单"
14
  "Decrease Stock When Order is Placed","当下订单时,减少库存"
15
  "Display Out of Stock Products","显示缺货产品"
 
16
  "Enable Qty Increments","启用数量增量"
17
  "In Stock","有货"
18
  "Index Product Stock Status","索引产品库存状态"
@@ -23,19 +24,24 @@
23
  "Maximum Qty Allowed in Shopping Cart","购物车数量上限"
24
  "Minimum Qty","最小数量"
25
  "Minimum Qty Allowed in Shopping Cart","购物车里允许的最少数量"
 
26
  "No Backorders","无延期交货"
27
  "Not all products are available in the requested quantity","在已请求的数量中并非所有产品均有库存"
28
  "Notify for Quantity Below","存量过低通知"
 
29
  "Only X left Threshold","仅 X左侧阈值"
30
  "Out of Stock","无货"
 
31
  "Product Stock Options","产品库存选项"
 
 
32
  "Qty Increments","数量增量"
33
  "Qty for Item's Status to Become Out of Stock","产品状态变为缺货时的数量"
34
  "Retrieve stock data","获取库存数据"
35
  "Retrieve stock data by product ids","按照产品编号获取库存数据"
36
  "Rule price","规则价格"
37
  "Set Items' Status to be In Stock When Order is Cancelled","如果订单被取消,设置商品的状态为有货"
38
- "Some of the products are currently out of stock","某些产品目前缺货"
39
  "Some of the products cannot be ordered in requested quantity.","某些产品的订购数量存货不足。"
40
  "Some of the products cannot be ordered in the requested quantity.","某些产品无法按照所需数量下单。"
41
  "Stock Options","库存选项"
13
  "Catalog Inventory","分类清单"
14
  "Decrease Stock When Order is Placed","当下订单时,减少库存"
15
  "Display Out of Stock Products","显示缺货产品"
16
+ "Display products availability in stock in the frontend","在前台显示产品库存情况"
17
  "Enable Qty Increments","启用数量增量"
18
  "In Stock","有货"
19
  "Index Product Stock Status","索引产品库存状态"
24
  "Maximum Qty Allowed in Shopping Cart","购物车数量上限"
25
  "Minimum Qty","最小数量"
26
  "Minimum Qty Allowed in Shopping Cart","购物车里允许的最少数量"
27
+ "Multi update product stock data","多次更新产品库存数据"
28
  "No Backorders","无延期交货"
29
  "Not all products are available in the requested quantity","在已请求的数量中并非所有产品均有库存"
30
  "Notify for Quantity Below","存量过低通知"
31
+ "Only %s left","仅剩 %s"
32
  "Only X left Threshold","仅 X左侧阈值"
33
  "Out of Stock","无货"
34
+ "Product Name","产品名称"
35
  "Product Stock Options","产品库存选项"
36
+ "Products will still be shown by direct product URLs.","产品仍将通过直接产品 URL 显示。"
37
+ "Qty","数量"
38
  "Qty Increments","数量增量"
39
  "Qty for Item's Status to Become Out of Stock","产品状态变为缺货时的数量"
40
  "Retrieve stock data","获取库存数据"
41
  "Retrieve stock data by product ids","按照产品编号获取库存数据"
42
  "Rule price","规则价格"
43
  "Set Items' Status to be In Stock When Order is Cancelled","如果订单被取消,设置商品的状态为有货"
44
+ "Some of the products are currently out of stock.","部分产品当前缺货。"
45
  "Some of the products cannot be ordered in requested quantity.","某些产品的订购数量存货不足。"
46
  "Some of the products cannot be ordered in the requested quantity.","某些产品无法按照所需数量下单。"
47
  "Stock Options","库存选项"
app/locale/zh_CN/Mage_CatalogSearch.csv CHANGED
@@ -13,13 +13,14 @@
13
  "Catalog Search Index","分类搜索索引"
14
  "Don't see what you're looking for?","没看到您要找的东西?"
15
  "Enter ""0"" to enable layered navigation for any number of results.","输入“0”即可为任何数量的结果启用层次式导航。"
 
16
  "Go to Home Page","前往主页"
17
  "Grid","网格"
18
  "Home","主页"
19
  "List","列表"
20
  "Maximum Query Length","最大查询长度"
21
  "Maximum Query Words Count","最大查询词语数量"
22
- "Maximum Search query length is %s. Your query was cut.","最大搜索查询长度为 %s。您的查询被缩短了。"
23
  "Maximum words count is %1$s. In your search query was cut next part: %2$s.","最大字数为 %1$s。在您的搜索查询中我们将后续部分去掉了: %2$s。"
24
  "Minimal Query Length","最小查询长度"
25
  "Minimum Search query length is %s","最小搜索查询长度为 %s"
13
  "Catalog Search Index","分类搜索索引"
14
  "Don't see what you're looking for?","没看到您要找的东西?"
15
  "Enter ""0"" to enable layered navigation for any number of results.","输入“0”即可为任何数量的结果启用层次式导航。"
16
+ "Go","转到"
17
  "Go to Home Page","前往主页"
18
  "Grid","网格"
19
  "Home","主页"
20
  "List","列表"
21
  "Maximum Query Length","最大查询长度"
22
  "Maximum Query Words Count","最大查询词语数量"
23
+ "Maximum Search query length is %s. Your query was cut.","最大搜索查询长度为 %s。您的查询被切断。"
24
  "Maximum words count is %1$s. In your search query was cut next part: %2$s.","最大字数为 %1$s。在您的搜索查询中我们将后续部分去掉了: %2$s。"
25
  "Minimal Query Length","最小查询长度"
26
  "Minimum Search query length is %s","最小搜索查询长度为 %s"
app/locale/zh_CN/Mage_Checkout.csv CHANGED
@@ -19,7 +19,9 @@
19
  "An error occurred in the process of payment","支付流程发生错误"
20
  "An error occurred while deleting this condition.","当删除该条件时发生错误。"
21
  "An error occurred while saving this condition.","当保存该条件时发生错误。"
 
22
  "Apply Coupon","应用优惠券"
 
23
  "Are you sure you would like to remove this item from the shopping cart?","您确认要从购物车中删除该项目吗?"
24
  "Back","返回"
25
  "Back to Billing Information","返回到账单信息"
@@ -30,6 +32,9 @@
30
  "Billing Address","账单地址"
31
  "Billing Information","账单信息"
32
  "Billing Information - %s","账单信息 - %s"
 
 
 
33
  "Cancel Coupon","取消优惠券"
34
  "Cannot add item to the shopping cart.","无法添加项目到购物车。"
35
  "Cannot add the item to shopping cart","无法添加该项目到购物车"
@@ -42,6 +47,7 @@
42
  "Cannot update shopping cart.","无法更新购物车。"
43
  "Cannot update the item.","无法更新该项目。"
44
  "Card Verification Number Visual Reference","信用卡验证号码 视觉参考"
 
45
  "Cart Product API","购物车产品 API"
46
  "Cart Subtotal:","购物车小计:"
47
  "Change","更改"
@@ -49,6 +55,7 @@
49
  "Checkbox Text","复选框文本"
50
  "Checkout","结账"
51
  "Checkout Conditions","支付条件"
 
52
  "Checkout Method","支付方法"
53
  "Checkout Options","支付选项"
54
  "Checkout Progress Wrapper","支付进度封装器"
@@ -110,12 +117,15 @@
110
  "Edit item","编辑项目"
111
  "Edit item parameters","编辑项目参数"
112
  "Email Address","编辑电子邮件地址"
 
 
113
  "Enable Onepage Checkout","启用单页面结账"
114
  "Enable Terms and Conditions","启用条款和条件"
115
  "Enabled","已启用"
116
  "Enter a New Address","输入新地址"
117
  "Enter your coupon code if you have one.","如果您有优惠代码,请输入。"
118
  "Enter your destination to get a shipping estimate.","输入您的目的地来获得预计运送信息。"
 
119
  "Estimate Shipping and Tax","预计运费和税费"
120
  "Excl. Tax","不含税"
121
  "Fast and easy check out","方便快捷的结账"
@@ -140,6 +150,8 @@
140
  "Invalid method: %s","无效的方法:%s"
141
  "Invalid shipping method.","运送方法无效。"
142
  "Item not found or already ordered","无法找到项目,或项目已被订购"
 
 
143
  "Items","项目"
144
  "Items After","项目晚于"
145
  "Items Before","之前的项目"
@@ -150,9 +162,11 @@
150
  "Manage Terms and Conditions","管理条款与协议"
151
  "Maximum Display Recently Added Item(s)","最大显示近期添加的项目"
152
  "Maximum qty allowed for Shipping to multiple addresses is %s","运送到多个地址所允许的最大数量为 %s"
 
153
  "Minimum order amount is %s","最小订购数量为 %s"
154
  "Move","移动"
155
  "Move to Wishlist","移动到愿望清单"
 
156
  "Multishipping Checkout","多重运送结账"
157
  "Multishipping Checkout Address (Any) Form","多重运送地址(任何)表单"
158
  "Multishipping Checkout Billing Address Creation","多重运送账单地址创建"
@@ -169,10 +183,12 @@
169
  "My Cart","我的购物车"
170
  "My Cart (%s item)","我的购物车(%s 个项目)"
171
  "My Cart (%s items)","我的购物车(%s 个项目)"
 
172
  "My Cart Link","我的购物车链接"
173
  "New Address","新地址"
174
  "New Condition","新条件"
175
  "New Terms and Conditions","新建条款与协议"
 
176
  "ORDER TOTAL WILL BE DISPLAYED BEFORE YOU SUBMIT THE ORDER","提交订单前将显示订购的总数"
177
  "One Page Checkout","单页面结账"
178
  "One Page Checkout Failure","单页面结账失败"
@@ -193,7 +209,9 @@
193
  "Payment Failed Template","支付失败模板"
194
  "Payment Information","支付信息"
195
  "Payment Method","支付方式"
 
196
  "Payment Methods After Checkout Button","按下结账按钮后的支付方式"
 
197
  "Payment Methods Before Checkout Button","按下结账按钮前的支付方式"
198
  "Payment method information","支付方式信息"
199
  "Payment method is not defined","支付方式未定义"
@@ -241,6 +259,7 @@
241
  "Retrieve information about shopping cart","获取关于购物车的信息"
242
  "Review Order","查看订单"
243
  "Review Order - %s","查看订单 - %s"
 
244
  "Sales","销售"
245
  "Save Condition","保存条件"
246
  "Save in address book","保存到地址簿"
@@ -273,6 +292,8 @@
273
  "Shipping selection is not applicable.","运送选择不适用。"
274
  "Shopping Cart","购物车"
275
  "Shopping Cart Form Before","购物车形成以前"
 
 
276
  "Shopping Cart Sidebar","购物车侧边栏"
277
  "Shopping Cart Sidebar Extra Actions","购物车侧边栏额外操作"
278
  "Shopping Cart is Empty","购物车为空"
@@ -282,7 +303,6 @@
282
  "Some of the requested products are unavailable.","部分已请求的产品暂无供应。"
283
  "Some products quantities were recalculated because of quantity increment mismatch","由于数量增量不匹配,部分产品数量已被重新计算"
284
  "Sorry, guest checkout is not enabled. Please try again or contact store owner.","很抱歉,来宾结账尚未启用。请重试或联系商店店主。"
285
- "Sorry, guest checkout is not enabled. Please try again or contact the store owner.","对不起,不允许来宾结账。请重试或联系店主。"
286
  "Sorry, no quotes are available for this order at this time.","抱歉,当前该订单中没有报价可用。"
287
  "State/Province","州/省"
288
  "Status","状态"
@@ -312,6 +332,7 @@
312
  "Total for this address","该地址的总额"
313
  "Unable to set Payment Method.","无法设置支付方式。"
314
  "Unit Price","单价"
 
315
  "Update Cart","更新购物车"
316
  "Update Qty &amp; Addresses","更新数量与地址"
317
  "Update Shopping Cart","更新购物车"
@@ -320,7 +341,10 @@
320
  "Update product(s) quantities in shopping cart","更新购物车中的产品数量"
321
  "Use Billing Address","使用账单地址"
322
  "VAT Number","VAT 编号"
 
 
323
  "We are processing your order and you will soon receive an email with details of the order. Once the order has shipped you will receive another email with a link to track its progress.","我们正在处理您的订单,您将很快收到包含订单详情的电子邮件。当订单运送后,您会收到另一封邮件,并可使用邮件中的链接来追踪运送进度。"
 
324
  "What's this?","这是什么?"
325
  "You have no items in your shopping cart.","您的购物车内没有物品。"
326
  "You will receive an order confirmation email with details of your order and a link to track its progress.","您将会收到一份内含订单详细信息和可查询进展情况链接的确认邮件"
@@ -333,3 +357,4 @@
333
  "Your order number is ","您的订单号是"
334
  "Your recurring payment profiles:","您的付款档案:"
335
  "Zip/Postal Code","邮政编码"
 
19
  "An error occurred in the process of payment","支付流程发生错误"
20
  "An error occurred while deleting this condition.","当删除该条件时发生错误。"
21
  "An error occurred while saving this condition.","当保存该条件时发生错误。"
22
+ "Apply","应用"
23
  "Apply Coupon","应用优惠券"
24
+ "Are you sure you want to leave this page? You will need to go through the checkout steps again.","您确认要离开此页面吗?您需要重新完成一次结账步骤。"
25
  "Are you sure you would like to remove this item from the shopping cart?","您确认要从购物车中删除该项目吗?"
26
  "Back","返回"
27
  "Back to Billing Information","返回到账单信息"
32
  "Billing Address","账单地址"
33
  "Billing Information","账单信息"
34
  "Billing Information - %s","账单信息 - %s"
35
+ "Can not remove the item.","无法移除此项目。"
36
+ "Can not save item.","无法保存项目。"
37
+ "Cancel","取消"
38
  "Cancel Coupon","取消优惠券"
39
  "Cannot add item to the shopping cart.","无法添加项目到购物车。"
40
  "Cannot add the item to shopping cart","无法添加该项目到购物车"
47
  "Cannot update shopping cart.","无法更新购物车。"
48
  "Cannot update the item.","无法更新该项目。"
49
  "Card Verification Number Visual Reference","信用卡验证号码 视觉参考"
50
+ "Cart","购物车"
51
  "Cart Product API","购物车产品 API"
52
  "Cart Subtotal:","购物车小计:"
53
  "Change","更改"
55
  "Checkbox Text","复选框文本"
56
  "Checkout","结账"
57
  "Checkout Conditions","支付条件"
58
+ "Checkout Forms Extra","结账表单附加"
59
  "Checkout Method","支付方法"
60
  "Checkout Options","支付选项"
61
  "Checkout Progress Wrapper","支付进度封装器"
117
  "Edit item","编辑项目"
118
  "Edit item parameters","编辑项目参数"
119
  "Email Address","编辑电子邮件地址"
120
+ "Empty Cart","清空购物车"
121
+ "Empty Shopping Cart Content Before","清空购物车内容前:"
122
  "Enable Onepage Checkout","启用单页面结账"
123
  "Enable Terms and Conditions","启用条款和条件"
124
  "Enabled","已启用"
125
  "Enter a New Address","输入新地址"
126
  "Enter your coupon code if you have one.","如果您有优惠代码,请输入。"
127
  "Enter your destination to get a shipping estimate.","输入您的目的地来获得预计运送信息。"
128
+ "Estimate","预估"
129
  "Estimate Shipping and Tax","预计运费和税费"
130
  "Excl. Tax","不含税"
131
  "Fast and easy check out","方便快捷的结账"
150
  "Invalid method: %s","无效的方法:%s"
151
  "Invalid shipping method.","运送方法无效。"
152
  "Item not found or already ordered","无法找到项目,或项目已被订购"
153
+ "Item was removed successfully.","项目已成功移除。"
154
+ "Item was updated successfully.","项目已成功更新。"
155
  "Items","项目"
156
  "Items After","项目晚于"
157
  "Items Before","之前的项目"
162
  "Manage Terms and Conditions","管理条款与协议"
163
  "Maximum Display Recently Added Item(s)","最大显示近期添加的项目"
164
  "Maximum qty allowed for Shipping to multiple addresses is %s","运送到多个地址所允许的最大数量为 %s"
165
+ "Mini-cart promotion block","迷你购物车促销区块"
166
  "Minimum order amount is %s","最小订购数量为 %s"
167
  "Move","移动"
168
  "Move to Wishlist","移动到愿望清单"
169
+ "Move to wishlist","移动到愿望清单"
170
  "Multishipping Checkout","多重运送结账"
171
  "Multishipping Checkout Address (Any) Form","多重运送地址(任何)表单"
172
  "Multishipping Checkout Billing Address Creation","多重运送账单地址创建"
183
  "My Cart","我的购物车"
184
  "My Cart (%s item)","我的购物车(%s 个项目)"
185
  "My Cart (%s items)","我的购物车(%s 个项目)"
186
+ "My Cart Extra Actions","我的购物车额外行为"
187
  "My Cart Link","我的购物车链接"
188
  "New Address","新地址"
189
  "New Condition","新条件"
190
  "New Terms and Conditions","新建条款与协议"
191
+ "No Payment Methods","无支付方法"
192
  "ORDER TOTAL WILL BE DISPLAYED BEFORE YOU SUBMIT THE ORDER","提交订单前将显示订购的总数"
193
  "One Page Checkout","单页面结账"
194
  "One Page Checkout Failure","单页面结账失败"
209
  "Payment Failed Template","支付失败模板"
210
  "Payment Information","支付信息"
211
  "Payment Method","支付方式"
212
+ "Payment Methods After","后续支付方式"
213
  "Payment Methods After Checkout Button","按下结账按钮后的支付方式"
214
+ "Payment Methods Before","先前支付方式"
215
  "Payment Methods Before Checkout Button","按下结账按钮前的支付方式"
216
  "Payment method information","支付方式信息"
217
  "Payment method is not defined","支付方式未定义"
259
  "Retrieve information about shopping cart","获取关于购物车的信息"
260
  "Review Order","查看订单"
261
  "Review Order - %s","查看订单 - %s"
262
+ "SKU","SKU"
263
  "Sales","销售"
264
  "Save Condition","保存条件"
265
  "Save in address book","保存到地址簿"
292
  "Shipping selection is not applicable.","运送选择不适用。"
293
  "Shopping Cart","购物车"
294
  "Shopping Cart Form Before","购物车形成以前"
295
+ "Shopping Cart Items After","后续购物车项目"
296
+ "Shopping Cart Items Before","先前购物车项目"
297
  "Shopping Cart Sidebar","购物车侧边栏"
298
  "Shopping Cart Sidebar Extra Actions","购物车侧边栏额外操作"
299
  "Shopping Cart is Empty","购物车为空"
303
  "Some of the requested products are unavailable.","部分已请求的产品暂无供应。"
304
  "Some products quantities were recalculated because of quantity increment mismatch","由于数量增量不匹配,部分产品数量已被重新计算"
305
  "Sorry, guest checkout is not enabled. Please try again or contact store owner.","很抱歉,来宾结账尚未启用。请重试或联系商店店主。"
 
306
  "Sorry, no quotes are available for this order at this time.","抱歉,当前该订单中没有报价可用。"
307
  "State/Province","州/省"
308
  "Status","状态"
332
  "Total for this address","该地址的总额"
333
  "Unable to set Payment Method.","无法设置支付方式。"
334
  "Unit Price","单价"
335
+ "Update","更新"
336
  "Update Cart","更新购物车"
337
  "Update Qty &amp; Addresses","更新数量与地址"
338
  "Update Shopping Cart","更新购物车"
341
  "Update product(s) quantities in shopping cart","更新购物车中的产品数量"
342
  "Use Billing Address","使用账单地址"
343
  "VAT Number","VAT 编号"
344
+ "View Shopping Cart","查看购物车"
345
+ "Visible items in minicart","迷你购物车中的可见项目"
346
  "We are processing your order and you will soon receive an email with details of the order. Once the order has shipped you will receive another email with a link to track its progress.","我们正在处理您的订单,您将很快收到包含订单详情的电子邮件。当订单运送后,您会收到另一封邮件,并可使用邮件中的链接来追踪运送进度。"
347
+ "What&#39;s this?","这是什么?"
348
  "What's this?","这是什么?"
349
  "You have no items in your shopping cart.","您的购物车内没有物品。"
350
  "You will receive an order confirmation email with details of your order and a link to track its progress.","您将会收到一份内含订单详细信息和可查询进展情况链接的确认邮件"
357
  "Your order number is ","您的订单号是"
358
  "Your recurring payment profiles:","您的付款档案:"
359
  "Zip/Postal Code","邮政编码"
360
+ "ok","确定"
app/locale/zh_CN/Mage_Core.csv CHANGED
@@ -3,6 +3,7 @@
3
  "%s already exists.","%s 已存在。"
4
  "-- Please Select --","-- 请选择 --"
5
  "<strong style=""color:red"">Warning!</strong> When using CDN, in some cases JavaScript may not run properly if CDN is not in your subdomain","<strong style=""color:red"">警告!</strong> 在使用CDN时,某些情况下如果CDN不再您的子域内,JavaScript可能无法正常工作"
 
6
  "A category object is required for determining the product request path.","为确定产品申请路径,必须提供分类对象。"
7
  "Add Block Names to Hints","添加块名称到提示中"
8
  "Add Secret Key to URLs","添加密钥Key到URL中"
@@ -15,6 +16,8 @@
15
  to transfer all media to that location. Media will not be available in the new
16
  location until the synchronization process is complete.","在选择新的媒体存储位置后,请按下 同步 按钮以便将所有媒体文件传输到该位置。除非同步工作完成,否则媒体文件将无法通过新位置使用。"
17
  "Allow Countries","允许的国家"
 
 
18
  "Allow Symlinks","允许的符号链接"
19
  "Allowed IPs (comma separated)","允许的IP(逗号分割)"
20
  "Allowed file types: ICO, PNG, GIF, JPG, JPEG, APNG, SVG. Not all browsers support all these formats!","允许的文件类型:ICO、PNG、GIF、JPG、JPEG、APNG,SVG。并非所有浏览器都支持所有这些格式!"
@@ -136,6 +139,7 @@
136
  "General Contact Email","一般联络电子邮件"
137
  "General Contact Name","常规联系人姓名"
138
  "General Settings","常规设置"
 
139
  "Global","全球"
140
  "HTML Head","HTML头"
141
  "HTML tags are not allowed","不允许使用 HTML 标签"
@@ -146,15 +150,17 @@
146
  "If the current frame position does not cover utmost pages, will render link to current position plus/minus this value.","如果当前框架位置无法涵盖最大的页面,将呈现链接到当前位置并加/减该数值。"
147
  "Incorrect credit card expiration date.","错误的信用卡到期日。"
148
  "Input type ""%value%"" not found in the input types list.","输入类型“%value%”无法在输入类型列表中找到。"
 
149
  "Invalid base url type","无效的基础 URL 类型"
150
  "Invalid block name to set child %s: %s","无效的区块名称来设置 %s: %s"
151
  "Invalid block type: %s","无效的区块类型:%s"
152
  "Invalid block: %s","无效的区块:%s"
153
  "Invalid connection","无效的连接"
 
154
  "Invalid layout update handle","无效的布局更新句柄"
155
  "Invalid messages storage ""%s"" for layout messages initialization","对布局消息初始化中无效的消息存储“%s”"
156
  "Invalid query","无效的查询"
157
- "Invalid transactional email code: ","无效的交易电子邮件代码:"
158
  "Invalid website\'s configuration path: %s","无效的网站配置路径:%s"
159
  "JavaScript Settings","JavaScript 设置"
160
  "Layout","布局"
@@ -169,6 +175,8 @@
169
  "Logo Image","徽标图像"
170
  "Logo Image Alt","备选徽标图像"
171
  "Logo Image Src","徽标图像Src"
 
 
172
  "Mail Sending Settings","邮件发送设置"
173
  "Make sure that base URL ends with '/' (slash), e.g. http://yourdomain/magento/","确保基本URL以""/""(斜线)结尾,例如http://yourdomain/magento/"
174
  "Manage Stores","管理店铺"
@@ -178,7 +186,6 @@
178
  "Merge JavaScript Files","合并JavaScript文件"
179
  "Miscellaneous HTML","HTML杂项"
180
  "Miscellaneous Scripts","杂项脚本"
181
- "Model class does not exist: %s.","模块类不存在:%s。"
182
  "Model collection resource name is not defined.","模块集合资源名未定义。"
183
  "Module ""%1$s"" cannot depend on ""%2$s"".","模块 ""%1$s"" 无法依存于""%2$s""。"
184
  "Module ""%1$s"" requires module ""%2$s"".","模块 ""%1$s"" 需要模块 ""%2$s""。"
@@ -251,9 +258,11 @@
251
  "Profiler","配置文件"
252
  "Recovery Link Expiration Period (days)","恢复链接过期周期(天)"
253
  "Request Path for Specified Store","特殊店铺的请求路径"
 
254
  "Requested file may not include parent directory traversal (""../"", ""..\\ notation)""","所请求的文件可能没有包含在父目录遍历中 (""../"", ""..\\ notation)"""
255
  "Requested invalid store ""%s""","请求了无效店铺 ""%s"""
256
  "Resource is not set.","资源未设置。"
 
257
  "Retrieve store data","检索商店数据"
258
  "Retrieve store list","检索商店列表"
259
  "Return-Path Email","返回路径邮件"
@@ -279,6 +288,7 @@
279
  "Set Return-Path","设置返回路径"
280
  "Set as Default","设置为默认值"
281
  "Skin (Images / CSS)","皮肤(图片/CSS)"
 
282
  "Sort Order","排序顺序"
283
  "Specified date/time ""%1$s"" do not match format ""%2$s"".","指定的日期/时间 ""%1$s"" 不符合格式 ""%2$s""。"
284
  "Start date cannot be greater than end date.","开始日期不能大于结束日期。"
@@ -306,6 +316,7 @@
306
  "Templates","模板"
307
  "Text length does not satisfy specified text range.","文本长度不符合指定的文本长度范围。"
308
  "The %s you entered is invalid. Please make sure that it follows ""http://domain.com/"" format.","您输入的 %s 无效。请确保使用了类似 ""http://domain.com/"" 的格式。"
 
309
  "The store code may contain only letters (a-z), numbers (0-9) or underscore(_), the first character must be a letter","商店代码只可包含字母 (a-z),数字 (0-9) 或下划线 (_),首字符必须为字母"
310
  "The store does not exist","商店不存在"
311
  "The store has been deleted.","商店已被删除。"
3
  "%s already exists.","%s 已存在。"
4
  "-- Please Select --","-- 请选择 --"
5
  "<strong style=""color:red"">Warning!</strong> When using CDN, in some cases JavaScript may not run properly if CDN is not in your subdomain","<strong style=""color:red"">警告!</strong> 在使用CDN时,某些情况下如果CDN不再您的子域内,JavaScript可能无法正常工作"
6
+ "<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 中使用商店代码时,某些情况下,如果第三方服务指定了不包含商店代码的 URL(例如 PayPal 等),则系统可能无法正常工作。"
7
  "A category object is required for determining the product request path.","为确定产品申请路径,必须提供分类对象。"
8
  "Add Block Names to Hints","添加块名称到提示中"
9
  "Add Secret Key to URLs","添加密钥Key到URL中"
16
  to transfer all media to that location. Media will not be available in the new
17
  location until the synchronization process is complete.","在选择新的媒体存储位置后,请按下 同步 按钮以便将所有媒体文件传输到该位置。除非同步工作完成,否则媒体文件将无法通过新位置使用。"
18
  "Allow Countries","允许的国家"
19
+ "Allow Magento Backend to run in frame","允许 Magento Backend 运行在框架中"
20
+ "Allow Magento Frontend to run in frame","允许 Magento Frontend 运行在框架中"
21
  "Allow Symlinks","允许的符号链接"
22
  "Allowed IPs (comma separated)","允许的IP(逗号分割)"
23
  "Allowed file types: ICO, PNG, GIF, JPG, JPEG, APNG, SVG. Not all browsers support all these formats!","允许的文件类型:ICO、PNG、GIF、JPG、JPEG、APNG,SVG。并非所有浏览器都支持所有这些格式!"
139
  "General Contact Email","一般联络电子邮件"
140
  "General Contact Name","常规联系人姓名"
141
  "General Settings","常规设置"
142
+ "Get info about current Magento installation","获取有关当前 Magento 安装的信息"
143
  "Global","全球"
144
  "HTML Head","HTML头"
145
  "HTML tags are not allowed","不允许使用 HTML 标签"
150
  "If the current frame position does not cover utmost pages, will render link to current position plus/minus this value.","如果当前框架位置无法涵盖最大的页面,将呈现链接到当前位置并加/减该数值。"
151
  "Incorrect credit card expiration date.","错误的信用卡到期日。"
152
  "Input type ""%value%"" not found in the input types list.","输入类型“%value%”无法在输入类型列表中找到。"
153
+ "Invalid URL '%value%'.","无效的 URL '%value%'."
154
  "Invalid base url type","无效的基础 URL 类型"
155
  "Invalid block name to set child %s: %s","无效的区块名称来设置 %s: %s"
156
  "Invalid block type: %s","无效的区块类型:%s"
157
  "Invalid block: %s","无效的区块:%s"
158
  "Invalid connection","无效的连接"
159
+ "Invalid date","Invalid date"
160
  "Invalid layout update handle","无效的布局更新句柄"
161
  "Invalid messages storage ""%s"" for layout messages initialization","对布局消息初始化中无效的消息存储“%s”"
162
  "Invalid query","无效的查询"
163
+ "Invalid transactional email code: %s","无效的交易电子邮件代码:%s"
164
  "Invalid website\'s configuration path: %s","无效的网站配置路径:%s"
165
  "JavaScript Settings","JavaScript 设置"
166
  "Layout","布局"
175
  "Logo Image","徽标图像"
176
  "Logo Image Alt","备选徽标图像"
177
  "Logo Image Src","徽标图像Src"
178
+ "Magento info","Magento 信息"
179
+ "Magento info API","Magento 信息 API"
180
  "Mail Sending Settings","邮件发送设置"
181
  "Make sure that base URL ends with '/' (slash), e.g. http://yourdomain/magento/","确保基本URL以""/""(斜线)结尾,例如http://yourdomain/magento/"
182
  "Manage Stores","管理店铺"
186
  "Merge JavaScript Files","合并JavaScript文件"
187
  "Miscellaneous HTML","HTML杂项"
188
  "Miscellaneous Scripts","杂项脚本"
 
189
  "Model collection resource name is not defined.","模块集合资源名未定义。"
190
  "Module ""%1$s"" cannot depend on ""%2$s"".","模块 ""%1$s"" 无法依存于""%2$s""。"
191
  "Module ""%1$s"" requires module ""%2$s"".","模块 ""%1$s"" 需要模块 ""%2$s""。"
258
  "Profiler","配置文件"
259
  "Recovery Link Expiration Period (days)","恢复链接过期周期(天)"
260
  "Request Path for Specified Store","特殊店铺的请求路径"
261
+ "Request path length exceeds allowed %s symbols.","请求的路径长度超过允许的 %s 个符号。"
262
  "Requested file may not include parent directory traversal (""../"", ""..\\ notation)""","所请求的文件可能没有包含在父目录遍历中 (""../"", ""..\\ notation)"""
263
  "Requested invalid store ""%s""","请求了无效店铺 ""%s"""
264
  "Resource is not set.","资源未设置。"
265
+ "Retrieve info about current Magento installation","检索有关当前 Magneto 安装的信息"
266
  "Retrieve store data","检索商店数据"
267
  "Retrieve store list","检索商店列表"
268
  "Return-Path Email","返回路径邮件"
288
  "Set Return-Path","设置返回路径"
289
  "Set as Default","设置为默认值"
290
  "Skin (Images / CSS)","皮肤(图片/CSS)"
291
+ "Small Logo Image Src","小标志图像源"
292
  "Sort Order","排序顺序"
293
  "Specified date/time ""%1$s"" do not match format ""%2$s"".","指定的日期/时间 ""%1$s"" 不符合格式 ""%2$s""。"
294
  "Start date cannot be greater than end date.","开始日期不能大于结束日期。"
316
  "Templates","模板"
317
  "Text length does not satisfy specified text range.","文本长度不符合指定的文本长度范围。"
318
  "The %s you entered is invalid. Please make sure that it follows ""http://domain.com/"" format.","您输入的 %s 无效。请确保使用了类似 ""http://domain.com/"" 的格式。"
319
+ "The From Date value should be less than or equal to the To Date value.","The From Date value should be less than or equal to the To Date value."
320
  "The store code may contain only letters (a-z), numbers (0-9) or underscore(_), the first character must be a letter","商店代码只可包含字母 (a-z),数字 (0-9) 或下划线 (_),首字符必须为字母"
321
  "The store does not exist","商店不存在"
322
  "The store has been deleted.","商店已被删除。"
app/locale/zh_CN/Mage_Cron.csv CHANGED
@@ -21,5 +21,4 @@
21
  "Too late for the schedule.","对计划而言过晚。"
22
  "Unable to delete the cron task.","无法删除 Corn 任务。"
23
  "Unable to save the cron expression.","无法保存Cron表达式。"
24
- "Unknown error.","未知错误。"
25
  "Weekly","每周"
21
  "Too late for the schedule.","对计划而言过晚。"
22
  "Unable to delete the cron task.","无法删除 Corn 任务。"
23
  "Unable to save the cron expression.","无法保存Cron表达式。"
 
24
  "Weekly","每周"
app/locale/zh_CN/Mage_CurrencySymbol.csv CHANGED
@@ -1,10 +1,10 @@
 
1
  "Custom currency symbols were applied successfully.","顾客货币符号已成功应用。"
2
  "Manage Currency","管理货币"
3
  "Manage Currency Rates","管理汇率"
4
  "Rates","费率"
5
  "Save Currency Symbols","保存货币符号"
 
6
  "Symbols","符号"
7
  "System","系统"
8
- "Use Default","使用默认值"
9
  "Use Standard","使用标准"
10
- "Use Website","使用网站"
1
+ "Currency","币种"
2
  "Custom currency symbols were applied successfully.","顾客货币符号已成功应用。"
3
  "Manage Currency","管理货币"
4
  "Manage Currency Rates","管理汇率"
5
  "Rates","费率"
6
  "Save Currency Symbols","保存货币符号"
7
+ "Symbol","符号"
8
  "Symbols","符号"
9
  "System","系统"
 
10
  "Use Standard","使用标准"
 
app/locale/zh_CN/Mage_Customer.csv CHANGED
@@ -13,7 +13,6 @@
13
  "Account Information","帐户信息"
14
  "Account Sharing Options","账户分享选项"
15
  "Account confirmation is required. Please, check your e-mail for confirmation link. To resend confirmation email please <a href=""%s"">click here</a>.","帐户信息是必须的。请使用您电子邮件中的确认链接。要重新发送确认电子邮件,请 <a href=""%s"">点击这里</a>。"
16
- "Account confirmation is required. Please, check your email for the confirmation link. To resend the confirmation email please <a href=""%s"">click here</a>.","帐户信息是必须的。请使用您电子邮件中的确认链接。要重新发送确认电子邮件,请 <a href=""%s"">点击这里</a>。"
17
  "Action","操作"
18
  "Add New Address","添加新地址"
19
  "Add New Customer","添加新客户"
@@ -161,7 +160,6 @@
161
  "General Subscription","常规订阅"
162
  "Generate Human-Friendly Customer ID","生成人性化客户 ID"
163
  "Global","全球"
164
- "Grand Total","总计"
165
  "Group","分组"
166
  "Group Information","群组信息"
167
  "Group Name","群组名称"
@@ -173,9 +171,6 @@
173
  "Hello, %s!","您好, %s!"
174
  "ID","ID"
175
  "IP Address","IP地址"
176
- "If there is an account associated with %s you will receive an email with a link to reset your password.","如果有关联给 %s 的账户,你将收到一封包含重设密码链接的电子邮件。"
177
- "If you are a registered VAT customer, please click <a href=""%s"">here</a> to enter you billing address for proper VAT calculation","如果你是已注册的 VAT 顾客,请点击 <a href=""%s"">这里</a> 输入帐单地址,以准确计算 VAT"
178
- "If you are a registered VAT customer, please click <a href=""%s"">here</a> to enter you shipping address for proper VAT calculation","如果你是已注册的 VAT 顾客,请点击<a href=""%s"">这里</a>输入发货地址,以准确计算 VAT"
179
  "If you believe this is an error, please contact us at %s","如果你觉得有错误,请联系我们 %s"
180
  "If you have an account with us, please log in.","如果您拥有账户,请登录。"
181
  "Invalid attribute option specified for attribute %s (%s), skipping the record.","为属性 %s (%s) 指定的属性选项无效,正在跳过该记录。"
@@ -286,7 +281,6 @@
286
  "Please enter your email below and we\'ll send you confirmation link for it.","请在下面输入您的邮件地址,我们将发送确认链接。"
287
  "Please enter your email.","请输入您的电子邮件。"
288
  "Please make sure your passwords match.","请确保密码匹配。"
289
- "Please select","请选择"
290
  "Please select a website which contains store view","请选择包含该店铺视图的网站"
291
  "Please select region, state or province","请选择地区、州,或省"
292
  "Please, check your email for confirmation key.","请检查您的电子邮件以获取确认密钥。"
@@ -298,13 +292,14 @@
298
  "Product Reviews","产品评测"
299
  "Product Tags","产品标签"
300
  "Purchase On","购买时间:"
301
- "Purchased At","购买地点:"
302
  "Qty","数量"
303
  "Recent Orders","近期订单"
304
  "Records for %s store found.","%s 店铺的记录已找到。"
305
  "Recovery Link Expiration Period (days)","恢复链接过期周期(天)"
306
  "Redirect Customer to Account Dashboard after Logging in","登录后,重定向客户到账户显示板"
307
  "Refunded","已存储"
 
308
  "Registered Customers","已注册的客户"
309
  "Remind Email Template","提醒邮件模板"
310
  "Remind Password","提醒密码"
@@ -330,10 +325,10 @@
330
  "Save and Continue Edit","保存并继续编辑"
331
  "Saved %d record(s)","已保存 %s 条记录"
332
  "Semicolon (;) separated values.<br/>Put semicolon in the beginning for empty first option.<br/>Leave empty for open text field.","用分号(;)分隔值。<br/>将分号放在第一个选项前面的空白处。<br/>对于打开文字的字段请留空。"
 
333
  "Send From","发送自"
334
  "Send Welcome Email","发送欢迎邮件"
335
  "Send Welcome Email after Confirmation","在确认后发送欢迎邮件"
336
- "Send auto-generated password","发送自动生成的密码"
337
  "Send confirmation link","发送确认链接"
338
  "Sending","正在发送"
339
  "Sent","已发送"
@@ -353,6 +348,7 @@
353
  "Show Prefix","显示前缀"
354
  "Show Suffix","显示后缀"
355
  "Show Tax/VAT Number","显示税/增值税号码"
 
356
  "Sign Up for Newsletter","订阅新闻邮件"
357
  "Skipping import row, required field ""%s"" is not defined.","跳过导入的行,必须的 ""%s"" 字段未定义。"
358
  "Skipping import row, website ""%s"" field does not exist.","跳过导入的行,网站 ""%s"" 字段不存在。"
@@ -404,13 +400,13 @@
404
  "There was an error validating the VAT ID.","验证 VAT ID 时出错。"
405
  "There was an error validating the VAT ID. The customer would belong to Customer Group %s.","验证 VAT ID 时出错。该顾客可属于顾客群体 %s。"
406
  "This account is not confirmed.","该帐户尚未确认。"
407
- "This account is not confirmed. <a href=""%s"">Click here</a> to resend confirmation email.","该帐户尚未确认。请 <a href=""%s"">单击这里</a> 重新发送确认电子邮件。"
408
  "This customer email already exists","该客户电子邮件地址已存在"
409
  "This customer has no saved addresses.","该客户没有保存的密码。"
410
  "This email does not require confirmation.","该电子邮件不需要确认。"
411
  "This email will be sent instead of default welcome email, after account confirmation.","在确认帐户后,该邮件将代替默认欢迎邮件发送。"
412
  "This is My Default %s Address","这是我的默认 %s 地址"
413
  "To Cart","到购物车"
 
414
  "Total","总数"
415
  "Type","类型"
416
  "Unable to save the customer.","无法保存到客户。"
@@ -465,8 +461,6 @@
465
  "Your Tax ID cannot be validated.","你的纳税 ID 无法验证。"
466
  "Your VAT ID was successfully validated.","你的 VAT ID 已成功验证。"
467
  "Your account balance is: %s","您的账户余额为:%s"
468
- "Your password has been updated.","你的密码已更新。"
469
- "Your password reset link has expired.","你的密码重设链接已过期。"
470
  "ZIP","邮编"
471
  "ZIP/Post Code","邮政编码"
472
  "Zip/Postal Code","邮政编码"
13
  "Account Information","帐户信息"
14
  "Account Sharing Options","账户分享选项"
15
  "Account confirmation is required. Please, check your e-mail for confirmation link. To resend confirmation email please <a href=""%s"">click here</a>.","帐户信息是必须的。请使用您电子邮件中的确认链接。要重新发送确认电子邮件,请 <a href=""%s"">点击这里</a>。"
 
16
  "Action","操作"
17
  "Add New Address","添加新地址"
18
  "Add New Customer","添加新客户"
160
  "General Subscription","常规订阅"
161
  "Generate Human-Friendly Customer ID","生成人性化客户 ID"
162
  "Global","全球"
 
163
  "Group","分组"
164
  "Group Information","群组信息"
165
  "Group Name","群组名称"
171
  "Hello, %s!","您好, %s!"
172
  "ID","ID"
173
  "IP Address","IP地址"
 
 
 
174
  "If you believe this is an error, please contact us at %s","如果你觉得有错误,请联系我们 %s"
175
  "If you have an account with us, please log in.","如果您拥有账户,请登录。"
176
  "Invalid attribute option specified for attribute %s (%s), skipping the record.","为属性 %s (%s) 指定的属性选项无效,正在跳过该记录。"
281
  "Please enter your email below and we\'ll send you confirmation link for it.","请在下面输入您的邮件地址,我们将发送确认链接。"
282
  "Please enter your email.","请输入您的电子邮件。"
283
  "Please make sure your passwords match.","请确保密码匹配。"
 
284
  "Please select a website which contains store view","请选择包含该店铺视图的网站"
285
  "Please select region, state or province","请选择地区、州,或省"
286
  "Please, check your email for confirmation key.","请检查您的电子邮件以获取确认密钥。"
292
  "Product Reviews","产品评测"
293
  "Product Tags","产品标签"
294
  "Purchase On","购买时间:"
295
+ "Purchased On","购买于"
296
  "Qty","数量"
297
  "Recent Orders","近期订单"
298
  "Records for %s store found.","%s 店铺的记录已找到。"
299
  "Recovery Link Expiration Period (days)","恢复链接过期周期(天)"
300
  "Redirect Customer to Account Dashboard after Logging in","登录后,重定向客户到账户显示板"
301
  "Refunded","已存储"
302
+ "Register","注册"
303
  "Registered Customers","已注册的客户"
304
  "Remind Email Template","提醒邮件模板"
305
  "Remind Password","提醒密码"
325
  "Save and Continue Edit","保存并继续编辑"
326
  "Saved %d record(s)","已保存 %s 条记录"
327
  "Semicolon (;) separated values.<br/>Put semicolon in the beginning for empty first option.<br/>Leave empty for open text field.","用分号(;)分隔值。<br/>将分号放在第一个选项前面的空白处。<br/>对于打开文字的字段请留空。"
328
+ "Send Auto-Generated Password","发送自动生成的密码"
329
  "Send From","发送自"
330
  "Send Welcome Email","发送欢迎邮件"
331
  "Send Welcome Email after Confirmation","在确认后发送欢迎邮件"
 
332
  "Send confirmation link","发送确认链接"
333
  "Sending","正在发送"
334
  "Sent","已发送"
348
  "Show Prefix","显示前缀"
349
  "Show Suffix","显示后缀"
350
  "Show Tax/VAT Number","显示税/增值税号码"
351
+ "Show VAT Number on Frontend","在前端显示 VAT 号码"
352
  "Sign Up for Newsletter","订阅新闻邮件"
353
  "Skipping import row, required field ""%s"" is not defined.","跳过导入的行,必须的 ""%s"" 字段未定义。"
354
  "Skipping import row, website ""%s"" field does not exist.","跳过导入的行,网站 ""%s"" 字段不存在。"
400
  "There was an error validating the VAT ID.","验证 VAT ID 时出错。"
401
  "There was an error validating the VAT ID. The customer would belong to Customer Group %s.","验证 VAT ID 时出错。该顾客可属于顾客群体 %s。"
402
  "This account is not confirmed.","该帐户尚未确认。"
 
403
  "This customer email already exists","该客户电子邮件地址已存在"
404
  "This customer has no saved addresses.","该客户没有保存的密码。"
405
  "This email does not require confirmation.","该电子邮件不需要确认。"
406
  "This email will be sent instead of default welcome email, after account confirmation.","在确认帐户后,该邮件将代替默认欢迎邮件发送。"
407
  "This is My Default %s Address","这是我的默认 %s 地址"
408
  "To Cart","到购物车"
409
+ "To show VAT number on frontend, set Show VAT Number on Frontend option to Yes.","要在前端显示 VAT 号码,请将“在前端显示 VAT 号码”设置为“是”。"
410
  "Total","总数"
411
  "Type","类型"
412
  "Unable to save the customer.","无法保存到客户。"
461
  "Your Tax ID cannot be validated.","你的纳税 ID 无法验证。"
462
  "Your VAT ID was successfully validated.","你的 VAT ID 已成功验证。"
463
  "Your account balance is: %s","您的账户余额为:%s"
 
 
464
  "ZIP","邮编"
465
  "ZIP/Post Code","邮政编码"
466
  "Zip/Postal Code","邮政编码"
app/locale/zh_CN/Mage_Directory.csv CHANGED
@@ -39,8 +39,11 @@
39
  "State is required for","需要将州信息用于"
40
  "State/Province","州/省"
41
  "States Options","州选项"
 
42
  "Unable to initialize the import model.","无法初始化导入模块。"
43
  "Undefined rate from ""%s-%s"".","未定义的费率 ""%s-%s""。"
44
  "WARNING:","警告:"
45
  "Webservicex","Web服务"
 
 
46
  "Your current currency is: %s","您的当前币种为:%s"
39
  "State is required for","需要将州信息用于"
40
  "State/Province","州/省"
41
  "States Options","州选项"
42
+ "Strikeiron Email Update Warnings","严重的邮件更新警告"
43
  "Unable to initialize the import model.","无法初始化导入模块。"
44
  "Undefined rate from ""%s-%s"".","未定义的费率 ""%s-%s""。"
45
  "WARNING:","警告:"
46
  "Webservicex","Web服务"
47
+ "Your Currency","您的货币"
48
+ "Your Currency:","您的货币:"
49
  "Your current currency is: %s","您的当前币种为:%s"
app/locale/zh_CN/Mage_Downloadable.csv CHANGED
@@ -2,7 +2,6 @@
2
  "Add New Row","添加新行"
3
  "Add links and samples to downloadable product","为可下载产品添加链接与范例"
4
  "Alphanumeric, dash and underscore characters are recommended for filenames. Improper characters are replaced with \'_\'.","建议对文件名使用字母、横线,以及下划线字符。错误的字符将被使用 \'_\'替换。"
5
- "An error occurred while getting requested content. Please contact the store owner.","获取所请求内容时出错。请联系店铺所有者。"
6
  "An error occurred while getting the requested content.","获取所请求的内容时出错。"
7
  "An error occurred while getting the requested content. Please contact the store owner.","获取所请求的内容时出错。请联系店铺所有者。"
8
  "An error occurred while saving the file(s).","保存文件时出错。"
@@ -42,6 +41,7 @@
42
  "Max. Downloads","最大下载数"
43
  "Message:","信息:"
44
  "Move","移动"
 
45
  "My Downloadable Products","我的可下载产品"
46
  "Open Links in New Window","在新窗口打开链接"
47
  "Order #","订单 #"
@@ -65,13 +65,16 @@
65
  "Remove links and samples from downloadable product","删除可下载产品的链接和范例"
66
  "Requested link does not exist.","所请求的链接不存在。"
67
  "Retrieve links and samples list from downloadable product","从可下载产品或去链接和范例列表"
 
68
  "Sample","范例"
69
  "See price before order confirmation.","确认订单前显示价格。"
70
  "Shareable","可分享"
71
  "Shipped","已发货"
 
72
  "Sort Order","排序顺序"
73
  "Start Download","开始下载"
74
  "Status","状态"
 
75
  "The file does not exist.","该文件不存在。"
76
  "The link has expired.","该链接已过期。"
77
  "The link is not available.","该链接不可用。"
@@ -80,6 +83,7 @@
80
  "To:","至:"
81
  "U","U"
82
  "Unlimited","无限"
 
83
  "Use Content-Disposition","用户内容描述"
84
  "Use Default Value","使用默认值"
85
  "View Order","查看订单"
2
  "Add New Row","添加新行"
3
  "Add links and samples to downloadable product","为可下载产品添加链接与范例"
4
  "Alphanumeric, dash and underscore characters are recommended for filenames. Improper characters are replaced with \'_\'.","建议对文件名使用字母、横线,以及下划线字符。错误的字符将被使用 \'_\'替换。"
 
5
  "An error occurred while getting the requested content.","获取所请求的内容时出错。"
6
  "An error occurred while getting the requested content. Please contact the store owner.","获取所请求的内容时出错。请联系店铺所有者。"
7
  "An error occurred while saving the file(s).","保存文件时出错。"
41
  "Max. Downloads","最大下载数"
42
  "Message:","信息:"
43
  "Move","移动"
44
+ "Move to wishlist","移动到愿望清单"
45
  "My Downloadable Products","我的可下载产品"
46
  "Open Links in New Window","在新窗口打开链接"
47
  "Order #","订单 #"
65
  "Remove links and samples from downloadable product","删除可下载产品的链接和范例"
66
  "Requested link does not exist.","所请求的链接不存在。"
67
  "Retrieve links and samples list from downloadable product","从可下载产品或去链接和范例列表"
68
+ "SKU","SKU"
69
  "Sample","范例"
70
  "See price before order confirmation.","确认订单前显示价格。"
71
  "Shareable","可分享"
72
  "Shipped","已发货"
73
+ "Sorry, there was an error getting requested content. Please contact the store owner.","抱歉,获取请求内容时发生错误。请联系商店店主。"
74
  "Sort Order","排序顺序"
75
  "Start Download","开始下载"
76
  "Status","状态"
77
+ "Subtotal","小计"
78
  "The file does not exist.","该文件不存在。"
79
  "The link has expired.","该链接已过期。"
80
  "The link is not available.","该链接不可用。"
83
  "To:","至:"
84
  "U","U"
85
  "Unlimited","无限"
86
+ "Update","更新"
87
  "Use Content-Disposition","用户内容描述"
88
  "Use Default Value","使用默认值"
89
  "View Order","查看订单"
app/locale/zh_CN/Mage_Eav.csv CHANGED
@@ -49,7 +49,7 @@
49
  "Data integrity: No header row found for attribute","数据完整性:属性的表头行没找到"
50
  "Date","日期"
51
  "Decimal Number","十进制数"
52
- "Default Product Listing Sort by not exists on Available Product Listing Sort By","可用产品列表使用的默认产品列表顺序不存在"
53
  "Default Value","默认值"
54
  "Default option value is not defined","默认选项值未定义"
55
  "Delete","删除"
@@ -108,7 +108,6 @@
108
  "System","系统"
109
  "Text Area","文本区"
110
  "Text Field","文本字段"
111
- "The attribute code \'%s\' is reserved by system. Please try another attribute code","属性代码‘%s’已被系统预留。请尝试另一个属性代码"
112
  "The value of attribute ""%s"" must be unique","属性“%s”的值必须为唯一"
113
  "The value of attribute ""%s"" must be unique.","属性“%s”的值必须为唯一。"
114
  "This attribute is used in configurable products","该属性已用于可配置产品"
49
  "Data integrity: No header row found for attribute","数据完整性:属性的表头行没找到"
50
  "Date","日期"
51
  "Decimal Number","十进制数"
52
+ "Default Product Listing Sort by does not exist in Available Product Listing Sort By.","“默认产品列表排序”在“可用产品列表排序”中不存在。"
53
  "Default Value","默认值"
54
  "Default option value is not defined","默认选项值未定义"
55
  "Delete","删除"
108
  "System","系统"
109
  "Text Area","文本区"
110
  "Text Field","文本字段"
 
111
  "The value of attribute ""%s"" must be unique","属性“%s”的值必须为唯一"
112
  "The value of attribute ""%s"" must be unique.","属性“%s”的值必须为唯一。"
113
  "This attribute is used in configurable products","该属性已用于可配置产品"
app/locale/zh_CN/Mage_GoogleAnalytics.csv CHANGED
@@ -1,4 +1,5 @@
1
  "Account Number","帐户号码"
2
  "Enable","启用"
 
3
  "Google API","Google API"
4
  "Google Analytics","Google 分析"
1
  "Account Number","帐户号码"
2
  "Enable","启用"
3
+ "Enable IP anonymization","Enable IP anonymization"
4
  "Google API","Google API"
5
  "Google Analytics","Google 分析"
app/locale/zh_CN/Mage_GoogleCheckout.csv CHANGED
@@ -8,7 +8,6 @@
8
  "A virtual item to reflect the discount total","一件虚拟项目反应总折扣"
9
  "A virtual item to reflect the tax total","一件虚拟项目反映总税费"
10
  "AVS Status: %s","AVS 状态:%s"
11
- "Add","添加"
12
  "Add Shipping Method","添加运送方式"
13
  "Allowed Methods","允许的方式"
14
  "Amount: %s","数量:%s"
@@ -64,6 +63,7 @@
64
  "Google Order Status Change:","Google 订单状态更改:"
65
  "Google Refund:","Google 退款:"
66
  "Google Risk Information:","Google 风险信息:"
 
67
  "Ground","地面"
68
  "Hide Cart Contents","隐藏购物车内容"
69
  "Home Delivery","家庭运送"
@@ -109,8 +109,7 @@
109
  "Rate 3 Ship To Applicable Countries","比率 3 发货到可接受国家"
110
  "Rate 3 Ship to Specific Countries","比率 3 发货到指定国家"
111
  "Rate 3 Title","比率 3 标题"
112
- "Remove","删除"
113
- "Required for live Google Checkout transactions.","要求活动的Google Checkout 交易。"
114
  "Residential","住宅"
115
  "Sandbox","沙箱"
116
  "Secure Callback URL","安全回拨URL"
8
  "A virtual item to reflect the discount total","一件虚拟项目反应总折扣"
9
  "A virtual item to reflect the tax total","一件虚拟项目反映总税费"
10
  "AVS Status: %s","AVS 状态:%s"
 
11
  "Add Shipping Method","添加运送方式"
12
  "Allowed Methods","允许的方式"
13
  "Amount: %s","数量:%s"
63
  "Google Order Status Change:","Google 订单状态更改:"
64
  "Google Refund:","Google 退款:"
65
  "Google Risk Information:","Google 风险信息:"
66
+ "GoogleCheckout is not configured","GoogleCheckout 未配置"
67
  "Ground","地面"
68
  "Hide Cart Contents","隐藏购物车内容"
69
  "Home Delivery","家庭运送"
109
  "Rate 3 Ship To Applicable Countries","比率 3 发货到可接受国家"
110
  "Rate 3 Ship to Specific Countries","比率 3 发货到指定国家"
111
  "Rate 3 Title","比率 3 标题"
112
+ "Required for live Google Checkout transactions. Make sure that this option corresponds to Use Secure URLs in Frontend (""Web"" > ""Secure"").","实时 Google Checkout 交易所必需。请确保此选项与“在前端使用安全 URL”(“网站”>“安全”)搭配使用。"
 
113
  "Residential","住宅"
114
  "Sandbox","沙箱"
115
  "Secure Callback URL","安全回拨URL"
app/locale/zh_CN/Mage_ImportExport.csv CHANGED
@@ -1,48 +1,71 @@
1
- " in rows: ","行:"
2
  "-- Please Select --","-- 请选择 --"
3
  "Adapter must be an instance of Mage_ImportExport_Model_Import_Adapter_Abstract","适配器必须为Mage_ImportExport_Model_Import_Adapter_Abstract的实例"
 
4
  "Adapter type must be a non empty string","适配器类型必须为非空字符串"
 
 
 
 
 
 
 
 
5
  "Can not determine attribute filter type","无法确定属性筛选类型"
6
- "Can not find required columns: ","无法找到所请求的栏:"
7
- "Can not get autoincrement value","无法获得自动增量值"
8
  "Check Data","检查数据"
 
9
  "Column names have duplicates","栏名称有重复"
10
  "Column names is empty or is not an array","栏名称为空或非阵列"
11
  "Column names: ""%s"" are invalid","栏名称:%s 无效"
12
- "Continue","继续"
13
  "Data is invalid or file is not uploaded","数据无效,或文件未被上传"
 
14
  "Destination directory is not writable","目标目录不可写"
15
  "Destination file is not writable","目标文件不可写"
16
  "Destination file path must be a string","目标文件路径必须为字符串"
17
- "Entity Attributes","编辑属性"
 
 
 
18
  "Entity adapter object must be an instance of Mage_ImportExport_Model_Import_Entity_Abstract","实体适配器对象必须为Mage_ImportExport_Model_Import_Entity_Abstract的实例"
19
  "Entity is unknown","未知实体"
20
  "Entity type model must be an instance of Mage_ImportExport_Model_Export_Entity_Product_Type_Abstract","实体类型模块必须为Mage_ImportExport_Model_Export_Entity_Product_Type_Abstract的实例"
21
  "Entity type model must be an instance of Mage_ImportExport_Model_Import_Entity_Product_Type_Abstract","实体类型模块必须为Mage_ImportExport_Model_Import_Entity_Product_Type_Abstract的实例"
22
  "Error in data structure: behaviors are mixed","数据结构有误:行为是混合的"
23
  "Error in data structure: entity codes are mixed","数据结构有误:实体代码是混合的"
 
24
  "Export","导出"
25
- "Export FAQ","导出 FAQ"
26
- "FAQ","常见问题与解答"
 
 
 
27
  "File does not contain data. Please upload another one","文件不包含数据。请上传另一个文件"
28
  "File format is unknown","未知的文件格式"
29
  "File is partially valid, but import is not possible","文件部分有效,但无法导入"
30
  "File is totally invalid. Please fix errors and re-upload file","文件无效。请修复错误并重新上传文件"
31
  "File is valid! To start import process press ""Import"" button","文件有效!要开始导入,请单击“导入”按钮"
32
  "File is valid, but import is not possible","文件有效,但无法导入"
 
 
 
33
  "Header column names already set","标题列名称已设置"
34
  "Import","导入"
35
- "Import / Export FAQ (Frequently Asked Questions)","导入 / 导出 FAQ(常见问题)"
36
- "Import FAQ","导入 FAQ"
 
37
  "Import successfully done.","导入成功完成。"
38
  "Import/Export","导入/导出"
39
- "In/Out","入/出"
40
  "Input entity code is not equal to entity adapter code","输入的实体代码与实体适配器代码不相同"
41
  "Invalid entity","无效的实体"
 
42
  "Invalid file format","无效的文件格式"
43
  "Invalid parameters","无效的参数"
44
  "Invalid seek position","无效的位置寻找"
45
  "Invalid value for '%s'","“%s”的数值无效"
 
46
  "No filter data provided","没有提供过滤器数据"
47
  "No source specified","没有指定源"
48
  "No valid data sent","没有发送有效的数据"
@@ -51,13 +74,20 @@
51
  "Not implemented yet","尚未实现"
52
  "Please fix errors and re-upload file","请修复错误并重新上传文件"
53
  "Please fix errors and re-upload file or simply press ""Import"" button to skip rows with errors","请修复错误并重新上传文件,或单击“导入”按钮来跳过错误行"
54
- "Some other FAQ","一些其他 FAQ"
 
 
 
55
  "Source file moving failed","源文件移动失败"
56
  "Source file path must be a string","源文件路径必须为字符串"
57
  "Source is not set","源未设置"
58
  "Status","状态"
59
- "System busy","系统忙碌"
60
  "There are no product types available for export","没有可用的产品类型可供导出"
 
 
61
  "Total size of uploadable files must not exceed %s","可上传文件的总大小不可超过 %s"
 
62
  "Uploaded file has no extension","已上传的文件没有扩展名"
63
- "Validation Results","验证结果"
 
 
1
+ "%s file does not exists or is not readable","%s 文件不存在或不可读取"
2
  "-- Please Select --","-- 请选择 --"
3
  "Adapter must be an instance of Mage_ImportExport_Model_Import_Adapter_Abstract","适配器必须为Mage_ImportExport_Model_Import_Adapter_Abstract的实例"
4
+ "Adapter object must be an instance of %s","适配器对象必须是 %s 的实例"
5
  "Adapter type must be a non empty string","适配器类型必须为非空字符串"
6
+ "Append Complex Data","附加复杂数据"
7
+ "Attribute Code","属性代码"
8
+ "Attribute Label","属性标签"
9
+ "Attribute does not has options, so filtering is impossible","属性不包含选项,因此无法进行过滤"
10
+ "Begin data validation","开始数据验证"
11
+ "Begin export of %s","开始 %s 导出"
12
+ "Begin import of ""%s"" with ""%s"" behavior","开始导入 ""%s"",按 ""%s"" 行为"
13
+ "CSV","CSV"
14
  "Can not determine attribute filter type","无法确定属性筛选类型"
15
+ "Can not find required columns: %s","无法找到所需栏:%s"
16
+ "Cannot get autoincrement value","无法获取自动增量值"
17
  "Check Data","检查数据"
18
+ "Checked rows: %d, checked entities: %d, invalid rows: %d, total errors: %d","检查的行:%d,检查的项:%d。无效行:%d,错误总数:%d"
19
  "Column names have duplicates","栏名称有重复"
20
  "Column names is empty or is not an array","栏名称为空或非阵列"
21
  "Column names: ""%s"" are invalid","栏名称:%s 无效"
22
+ "Customers","客户"
23
  "Data is invalid or file is not uploaded","数据无效,或文件未被上传"
24
+ "Delete Entities","删除实体"
25
  "Destination directory is not writable","目标目录不可写"
26
  "Destination file is not writable","目标文件不可写"
27
  "Destination file path must be a string","目标文件路径必须为字符串"
28
+ "Done import data validation","完成导入数据验证"
29
+ "Duplicate Unique Attribute for '%s'","'%s' 包含重复的唯一属性"
30
+ "Entity Type","实体类型"
31
+ "Entity adapter obejct must be an instance of Mage_ImportExport_Model_Export_Entity_Abstract","实体适配器对象必须是 Mage_ImportExport_Model_Export_Entity_Abstract 的一个实例"
32
  "Entity adapter object must be an instance of Mage_ImportExport_Model_Import_Entity_Abstract","实体适配器对象必须为Mage_ImportExport_Model_Import_Entity_Abstract的实例"
33
  "Entity is unknown","未知实体"
34
  "Entity type model must be an instance of Mage_ImportExport_Model_Export_Entity_Product_Type_Abstract","实体类型模块必须为Mage_ImportExport_Model_Export_Entity_Product_Type_Abstract的实例"
35
  "Entity type model must be an instance of Mage_ImportExport_Model_Import_Entity_Product_Type_Abstract","实体类型模块必须为Mage_ImportExport_Model_Import_Entity_Product_Type_Abstract的实例"
36
  "Error in data structure: behaviors are mixed","数据结构有误:行为是混合的"
37
  "Error in data structure: entity codes are mixed","数据结构有误:实体代码是混合的"
38
+ "Errors limit (%d) reached. Please fix errors and re-upload file","已达到错误限制数量 (%d)。请修复错误并重新上传文件"
39
  "Export","导出"
40
+ "Export File Format","导出文件格式"
41
+ "Export Settings","导出设置"
42
+ "Export has been done.","导出已完成。"
43
+ "Exported %s rows.","已导出 %s 行。"
44
+ "File does not contain data.","文件不包含数据。"
45
  "File does not contain data. Please upload another one","文件不包含数据。请上传另一个文件"
46
  "File format is unknown","未知的文件格式"
47
  "File is partially valid, but import is not possible","文件部分有效,但无法导入"
48
  "File is totally invalid. Please fix errors and re-upload file","文件无效。请修复错误并重新上传文件"
49
  "File is valid! To start import process press ""Import"" button","文件有效!要开始导入,请单击“导入”按钮"
50
  "File is valid, but import is not possible","文件有效,但无法导入"
51
+ "File was not uploaded","文件未上传"
52
+ "Filter","过滤器"
53
+ "From","来自"
54
  "Header column names already set","标题列名称已设置"
55
  "Import","导入"
56
+ "Import Behavior","导入行为"
57
+ "Import Settings","导入设置"
58
+ "Import has been done successfuly.","导入已成功完成。"
59
  "Import successfully done.","导入成功完成。"
60
  "Import/Export","导入/导出"
 
61
  "Input entity code is not equal to entity adapter code","输入的实体代码与实体适配器代码不相同"
62
  "Invalid entity","无效的实体"
63
+ "Invalid entity model","无效的实体模型。"
64
  "Invalid file format","无效的文件格式"
65
  "Invalid parameters","无效的参数"
66
  "Invalid seek position","无效的位置寻找"
67
  "Invalid value for '%s'","“%s”的数值无效"
68
+ "Invalid value for '%s' column","'%s' 列数值无效"
69
  "No filter data provided","没有提供过滤器数据"
70
  "No source specified","没有指定源"
71
  "No valid data sent","没有发送有效的数据"
74
  "Not implemented yet","尚未实现"
75
  "Please fix errors and re-upload file","请修复错误并重新上传文件"
76
  "Please fix errors and re-upload file or simply press ""Import"" button to skip rows with errors","请修复错误并重新上传文件,或单击“导入”按钮来跳过错误行"
77
+ "Products","产品"
78
+ "Replace Existing Complex Data","替换现有复杂数据"
79
+ "Select File to Import","选择需要导入的文件"
80
+ "Skip","跳过"
81
  "Source file moving failed","源文件移动失败"
82
  "Source file path must be a string","源文件路径必须为字符串"
83
  "Source is not set","源未设置"
84
  "Status","状态"
 
85
  "There are no product types available for export","没有可用的产品类型可供导出"
86
+ "There is no data for export","没有可供导入的数据"
87
+ "To","发送至"
88
  "Total size of uploadable files must not exceed %s","可上传文件的总大小不可超过 %s"
89
+ "Unknown attribute filter type","未知的属性过滤类型"
90
  "Uploaded file has no extension","已上传的文件没有扩展名"
91
+ "Validation finished successfully","验证已成功完成"
92
+ "in rows","以行"
93
+ "in rows:","以行:"
app/locale/zh_CN/Mage_Index.csv CHANGED
@@ -6,6 +6,7 @@
6
  "Change Index Mode","更改索引模式"
7
  "Click here to go to <a href=""%s"">Cache Management</a> and refresh cache types.","单击这里前往<a href=""%s"">缓存管理</a>并刷新缓存类型。"
8
  "Click here to go to <a href=""%s"">Index Management</a> and rebuild required indexes.","单击这里前往<a href=""%s"">索引管理</a>并重建需要的索引。"
 
9
  "Description","描述"
10
  "Disable","禁用"
11
  "Enable","启用"
@@ -32,6 +33,7 @@
32
  "Refresh","刷新"
33
  "Reindex Data","重新索引数据"
34
  "Reindex Required","需要重新索引"
 
35
  "Status","状态"
36
  "System","系统"
37
  "The index has been saved.","索引已保存。"
6
  "Change Index Mode","更改索引模式"
7
  "Click here to go to <a href=""%s"">Cache Management</a> and refresh cache types.","单击这里前往<a href=""%s"">缓存管理</a>并刷新缓存类型。"
8
  "Click here to go to <a href=""%s"">Index Management</a> and rebuild required indexes.","单击这里前往<a href=""%s"">索引管理</a>并重建需要的索引。"
9
+ "Delete","删除"
10
  "Description","描述"
11
  "Disable","禁用"
12
  "Enable","启用"
33
  "Refresh","刷新"
34
  "Reindex Data","重新索引数据"
35
  "Reindex Required","需要重新索引"
36
+ "Revoke","撤销"
37
  "Status","状态"
38
  "System","系统"
39
  "The index has been saved.","索引已保存。"
app/locale/zh_CN/Mage_Newsletter.csv CHANGED
@@ -31,6 +31,7 @@
31
  "Edit Queue","编辑队列"
32
  "Edit Template","编辑模板"
33
  "Email","电子邮件"
 
34
  "Error Code","错误代码"
35
  "Error Text","错误文本"
36
  "Follow this link to unsubscribe <!-- This tag is for unsubscribe link --><a href=""{{var subscriber.getUnsubscriptionLink()}}"">{{var subscriber.getUnsubscriptionLink()}}</a>","使用此链接来退订&lt;!-- 该标记用于退订链接 --&gt;<a href=""{{var subscriber.getUnsubscriptionLink()}}"">{{var subscriber.getUnsubscriptionLink()}}</a>"
@@ -48,6 +49,7 @@
48
  "Newsletter Problem Reports","新闻通讯问题报告"
49
  "Newsletter Queue","新闻邮件队列"
50
  "Newsletter Section","新闻邮件区域"
 
51
  "Newsletter Styles","新闻邮件风格"
52
  "Newsletter Subscribers","新闻邮件订阅者"
53
  "Newsletter Subscription","新闻邮件订阅"
@@ -100,6 +102,7 @@
100
  "Store","商店"
101
  "Store View","店铺视图"
102
  "Subject","主题"
 
103
  "Subscribe","订阅"
104
  "Subscribed","已订阅"
105
  "Subscriber","订阅者"
31
  "Edit Queue","编辑队列"
32
  "Edit Template","编辑模板"
33
  "Email","电子邮件"
34
+ "Enter your email address","输入您的电子邮件地址"
35
  "Error Code","错误代码"
36
  "Error Text","错误文本"
37
  "Follow this link to unsubscribe <!-- This tag is for unsubscribe link --><a href=""{{var subscriber.getUnsubscriptionLink()}}"">{{var subscriber.getUnsubscriptionLink()}}</a>","使用此链接来退订&lt;!-- 该标记用于退订链接 --&gt;<a href=""{{var subscriber.getUnsubscriptionLink()}}"">{{var subscriber.getUnsubscriptionLink()}}</a>"
49
  "Newsletter Problem Reports","新闻通讯问题报告"
50
  "Newsletter Queue","新闻邮件队列"
51
  "Newsletter Section","新闻邮件区域"
52
+ "Newsletter Sign-up:","注册新闻通讯:"
53
  "Newsletter Styles","新闻邮件风格"
54
  "Newsletter Subscribers","新闻邮件订阅者"
55
  "Newsletter Subscription","新闻邮件订阅"
102
  "Store","商店"
103
  "Store View","店铺视图"
104
  "Subject","主题"
105
+ "Submit","提交"
106
  "Subscribe","订阅"
107
  "Subscribed","已订阅"
108
  "Subscriber","订阅者"
app/locale/zh_CN/Mage_Oauth.csv CHANGED
@@ -0,0 +1,118 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ "%name% '%value%' is too long. It must has length %min% symbols.","%name% '%value%' is too long. It must has length %min% symbols."
2
+ "%name% '%value%' is too short. It must has length %min% symbols.","%name% '%value%' is too short. It must has length %min% symbols."
3
+ "* Required Fields","*必要字段"
4
+ "<strong>%s</strong> requests access to your account","<strong>%s</strong> requests access to your account"
5
+ "Admin","管理员"
6
+ "After authorization application will have access to you account.","After authorization application will have access to you account."
7
+ "An error occurred on confirm authorize.","An error occurred on confirm authorize."
8
+ "An error occurred on delete action.","An error occurred on delete action."
9
+ "An error occurred on delete application.","An error occurred on delete application."
10
+ "An error occurred on reject authorize.","An error occurred on reject authorize."
11
+ "An error occurred on saving consumer data.","An error occurred on saving consumer data."
12
+ "An error occurred on update revoke status.","An error occurred on update revoke status."
13
+ "An error occurred while deleting the consumer.","An error occurred while deleting the consumer."
14
+ "An error occurred.","An error occurred."
15
+ "An error occurred. Your authorization request is invalid.","An error occurred. Your authorization request is invalid."
16
+ "App Name","App名称"
17
+ "Application ""%s"" has been deleted.","Application ""%s"" has been deleted."
18
+ "Application ""%s"" has been enabled.","Application ""%s"" has been enabled."
19
+ "Application ""%s"" has been revoked.","Application ""%s"" has been revoked."
20
+ "Application Name","应用程序名称"
21
+ "Application not found.","Application not found."
22
+ "Are you sure you want to delete this application?","Are you sure you want to delete this application?"
23
+ "Are you sure you want to disable this application?","Are you sure you want to disable this application?"
24
+ "Are you sure you want to enable this application?","Are you sure you want to enable this application?"
25
+ "Authorization confirmed","Authorization confirmed"
26
+ "Authorization confirmed.","Authorization confirmed."
27
+ "Authorize","Authorize"
28
+ "Authorize application","Authorize application"
29
+ "Authorized Tokens","Authorized Tokens"
30
+ "Callback URL","Callback URL"
31
+ "Cleanup Probability","Cleanup Probability"
32
+ "Cleanup Settings","Cleanup Settings"
33
+ "Close","关闭"
34
+ "Confirm OAuth token authorization","Confirm OAuth token authorization"
35
+ "Confirm token authorization Pop Up for admin","Confirm token authorization Pop Up for admin"
36
+ "Confirm token authorization for admin","Confirm token authorization for admin"
37
+ "Confirmation Of Authorization","Confirmation Of Authorization"
38
+ "Consumer Information","Consumer Information"
39
+ "Consumer Name","Consumer Name"
40
+ "Consumers","Consumers"
41
+ "Created At","创建于"
42
+ "Customer","客户"
43
+ "Customer My Account My OAuth Applications","Customer My Account My OAuth Applications"
44
+ "Delete","删除"
45
+ "Disable","禁用"
46
+ "Disabled","已禁用"
47
+ "Edit","编辑"
48
+ "Edit Consumer","Edit Consumer"
49
+ "Email","电子邮件"
50
+ "Email Address","编辑电子邮件地址"
51
+ "Enable","启用"
52
+ "Enabled","已启用"
53
+ "Entry with ID #%s not found.","Entry with ID #%s not found."
54
+ "Expiration Period","Expiration Period"
55
+ "Give the verifier code to application administrator","Give the verifier code to application administrator"
56
+ "ID","ID"
57
+ "Invalid Callback URL","Invalid Callback URL"
58
+ "Invalid ID parameter.","Invalid ID parameter."
59
+ "Invalid Rejected Callback URL","Invalid Rejected Callback URL"
60
+ "Invalid entry ID.","Invalid entry ID."
61
+ "Invalid revoke status.","Invalid revoke status."
62
+ "Key","密钥"
63
+ "Log In","登录"
64
+ "Log in as a customer","Log in as a customer"
65
+ "Log in as admin","Log in as admin"
66
+ "Log in as customer","Log in as customer"
67
+ "Log in to use <strong>%s</strong>","Log in to use <strong>%s</strong>"
68
+ "Login","登录"
69
+ "My Applications","My Applications"
70
+ "Name","姓名"
71
+ "New Consumer","New Consumer"
72
+ "OAuth","OAuth"
73
+ "OAuth Admin My Apps","OAuth Admin My Apps"
74
+ "OAuth Authorized Tokens","OAuth Authorized Tokens"
75
+ "OAuth Consumers","OAuth Consumers"
76
+ "OAuth authorization Pop Up for customer","OAuth authorization Pop Up for customer"
77
+ "OAuth authorization for admin","OAuth authorization for admin"
78
+ "OAuth authorization for customer","OAuth authorization for customer"
79
+ "OAuth authorization simple for admin","OAuth authorization simple for admin"
80
+ "Password","密码"
81
+ "Permissions","权限"
82
+ "Please login to proceed authorization.","Please login to proceed authorization."
83
+ "Please select needed row(s).","Please select needed row(s)."
84
+ "Please select revoke status.","Please select revoke status."
85
+ "REST - My Apps","REST - My Apps"
86
+ "REST - OAuth Authorized Tokens","REST - OAuth Authorized Tokens"
87
+ "REST - OAuth Consumers","REST - OAuth Consumers"
88
+ "Reject","拒绝"
89
+ "Reject OAuth token authorization","Reject OAuth token authorization"
90
+ "Reject authorization","Reject authorization"
91
+ "Reject token authorization Pop Up for admin","Reject token authorization Pop Up for admin"
92
+ "Reject token authorization for admin","Reject token authorization for admin"
93
+ "Rejected Callback URL","Rejected Callback URL"
94
+ "Rejection Of Authorization","Rejection Of Authorization"
95
+ "Revoked","Revoked"
96
+ "Role Name","角色名称"
97
+ "Save","保存"
98
+ "Save and Continue Edit","保存并继续编辑"
99
+ "Secret","Secret"
100
+ "Selected entries enabled.","Selected entries enabled."
101
+ "Selected entries has been deleted.","Selected entries has been deleted."
102
+ "Selected entries revoked.","Selected entries revoked."
103
+ "Status","状态"
104
+ "System","系统"
105
+ "The application access request is rejected.","The application access request is rejected."
106
+ "The consumer has been deleted.","The consumer has been deleted."
107
+ "The consumer has been saved.","The consumer has been saved."
108
+ "Token Status Change","Token Status Change"
109
+ "Token Status Change Email Template","Token Status Change Email Template"
110
+ "Unable to find a consumer.","Unable to find a consumer."
111
+ "User ID","用户ID"
112
+ "User Name","用户名"
113
+ "User Type","User Type"
114
+ "Verifier code: %s","Verifier code: %s"
115
+ "You have no applications.","You have no applications."
116
+ "deleted","deleted"
117
+ "enabled","enabled"
118
+ "revoked","revoked"
app/locale/zh_CN/Mage_Page.csv CHANGED
@@ -1,5 +1,7 @@
1
  "%s Item(s)","%s 个项目"
2
- "&copy; 2008 Magento Demo Store. All Rights Reserved.","&copy; 2008 Magento Demo Store. 保留所有权利。"
 
 
3
  "(Shift-)Click or drag to change value","(Shift-)点击或拖拽即可更改值"
4
  "(ver. %s)","(版本. %s)"
5
  "- Click on any of the time parts to increase it","- 点击时间的任何部分即可更改"
@@ -14,6 +16,7 @@
14
  "2 columns with right bar","2栏带右边栏"
15
  "3 columns","3栏"
16
  "About the calendar","关于日历"
 
17
  "All Empty Layout Pages","所有空的布局页面"
18
  "All One-Column Layout Pages","所有一栏布局页面"
19
  "All Pages","所有页面"
@@ -22,6 +25,7 @@
22
  "All Two-Column Layout Pages (Left Column)","所有两栏布局页面(左栏)"
23
  "All Two-Column Layout Pages (Right Column)","所有两栏布局页面(右栏)"
24
  "Allow","允许"
 
25
  "Click <a href=""%s"">here</a> if nothing has happened","如果什么都没有发生,请点击 <a href=""%s"">这里</a>"
26
  "Close","关闭"
27
  "Close Window","关闭窗口"
@@ -34,13 +38,16 @@
34
  "Drag to move","拖拽以移动"
35
  "Empty","空"
36
  "For latest version visit: %s","最新版访问:%s"
 
37
  "Go Today","转到今天"
38
  "Help Us to Keep Magento Healthy","帮助我们保证Magento的健康"
39
  "Interface Language","界面语言"
40
  "Items %s to %s of %s total","项目 %s 到 %s 共 %s个"
41
  "JavaScript seems to be disabled in your browser.","你的浏览器似乎禁用了 JavaScript。"
42
  "Left Column","左栏"
 
43
  "Main Content Area","主内容区域"
 
44
  "Navigation Bar","导航栏"
45
  "Next","下一个"
46
  "Next month (hold for menu)","下个月(按下可打开菜单)"
@@ -55,15 +62,18 @@
55
  "Previous","上一个"
56
  "Redirecting...","正在重定向..."
57
  "Report All Bugs","报告所有Bug"
 
58
  "Right Column","右栏"
 
59
  "Select Store","选择店铺"
60
  "Select Store:","选择店铺:"
61
  "Select date","选择日期"
62
  "Show","显示"
63
  "This is a demo store. Any orders placed through this store will not be honored or fulfilled.","这是一个演示商店。任何在此商店下的订单将无法被兑现或履行。"
64
- "This website requires cookies provide all of its features. For more information on what data is contained in the cookies, please see our <a href=""%s"">privacy policy page</a> To accept cookies from this site, please click accept below.","该网站需要 Cookie 才能提供完整功能。要了解 Cookie 中保存了哪些数据,请参考我们的<a href=""%s"">隐私策略页面</a>。要接受该站点的 Cookie,请点击下方的接受。"
65
  "Time selection:","时间选择:"
66
  "Time:","时间:"
 
67
  "Welcome, %s!","欢迎,%s!"
68
  "You must have JavaScript enabled in your browser to utilize the functionality of this website.","您必须在浏览器中启用JavaScript才能使用本网站的功能。"
69
  "Your Language","您的语言"
1
  "%s Item(s)","%s 个项目"
2
+ "%s-%s of %s","%s-%s / %s"
3
+ "&copy; 2012 Magento Demo Store. All Rights Reserved.","&copy; 2012 Magento 演示商店。保留所有权利。"
4
+ "&copy; 2013 Magento Demo Store. All Rights Reserved.","&copy; 2013 Magento Demo Store. All Rights Reserved."
5
  "(Shift-)Click or drag to change value","(Shift-)点击或拖拽即可更改值"
6
  "(ver. %s)","(版本. %s)"
7
  "- Click on any of the time parts to increase it","- 点击时间的任何部分即可更改"
16
  "2 columns with right bar","2栏带右边栏"
17
  "3 columns","3栏"
18
  "About the calendar","关于日历"
19
+ "Account","帐户"
20
  "All Empty Layout Pages","所有空的布局页面"
21
  "All One-Column Layout Pages","所有一栏布局页面"
22
  "All Pages","所有页面"
25
  "All Two-Column Layout Pages (Left Column)","所有两栏布局页面(左栏)"
26
  "All Two-Column Layout Pages (Right Column)","所有两栏布局页面(右栏)"
27
  "Allow","允许"
28
+ "Breadcrumbs","面包屑"
29
  "Click <a href=""%s"">here</a> if nothing has happened","如果什么都没有发生,请点击 <a href=""%s"">这里</a>"
30
  "Close","关闭"
31
  "Close Window","关闭窗口"
38
  "Drag to move","拖拽以移动"
39
  "Empty","空"
40
  "For latest version visit: %s","最新版访问:%s"
41
+ "Free Shipping on orders over 50$","超过 50$ 的订单可享免费运送"
42
  "Go Today","转到今天"
43
  "Help Us to Keep Magento Healthy","帮助我们保证Magento的健康"
44
  "Interface Language","界面语言"
45
  "Items %s to %s of %s total","项目 %s 到 %s 共 %s个"
46
  "JavaScript seems to be disabled in your browser.","你的浏览器似乎禁用了 JavaScript。"
47
  "Left Column","左栏"
48
+ "Left Column First (shows above main column on smaller screens)","左侧列优先(在更小的屏幕上显示上方主列)"
49
  "Main Content Area","主内容区域"
50
+ "Menu","菜单"
51
  "Navigation Bar","导航栏"
52
  "Next","下一个"
53
  "Next month (hold for menu)","下个月(按下可打开菜单)"
62
  "Previous","上一个"
63
  "Redirecting...","正在重定向..."
64
  "Report All Bugs","报告所有Bug"
65
+ "Results per page","每页结果数量"
66
  "Right Column","右栏"
67
+ "Search","搜索"
68
  "Select Store","选择店铺"
69
  "Select Store:","选择店铺:"
70
  "Select date","选择日期"
71
  "Show","显示"
72
  "This is a demo store. Any orders placed through this store will not be honored or fulfilled.","这是一个演示商店。任何在此商店下的订单将无法被兑现或履行。"
73
+ "This website requires cookies to provide all of its features. For more information on what data is contained in the cookies, please see our <a href=""%s"">Privacy Policy page</a>. To accept cookies from this site, please click the Allow button below.","该网站需要 Cookie 以提供其全部功能。要了解有关 Cookie 包含何种数据的更多信息,请查看我们的 <a href=""%s"">隐私权政策页面</a>。要接收来自此网站的 Cookie,请单击下方的“允许”按钮。"
74
  "Time selection:","时间选择:"
75
  "Time:","时间:"
76
+ "View All ","查看全部"
77
  "Welcome, %s!","欢迎,%s!"
78
  "You must have JavaScript enabled in your browser to utilize the functionality of this website.","您必须在浏览器中启用JavaScript才能使用本网站的功能。"
79
  "Your Language","您的语言"
app/locale/zh_CN/Mage_PageCache.csv CHANGED
@@ -3,6 +3,7 @@
3
  "Enable External Cache","启用外部缓存"
4
  "External Cache Control","外部缓存控制"
5
  "External Full Page Cache Settings","外部全页面缓存设置"
 
6
  "External full page cache.","外部全页面缓存。"
7
  "Failed to load external cache control","加载外部缓存控制出错"
8
  "Flush External Page Cache","清除外部页面缓存"
3
  "Enable External Cache","启用外部缓存"
4
  "External Cache Control","外部缓存控制"
5
  "External Full Page Cache Settings","外部全页面缓存设置"
6
+ "External Page Cache","外部页面缓存"
7
  "External full page cache.","外部全页面缓存。"
8
  "Failed to load external cache control","加载外部缓存控制出错"
9
  "Flush External Page Cache","清除外部页面缓存"
app/locale/zh_CN/Mage_Paygate.csv CHANGED
@@ -25,10 +25,12 @@
25
  "Invalid amount for partial authorization.","部分身份验证无效。"
26
  "Invalid amount for refund.","退款额度无效。"
27
  "Invalid split tenderId ID.","拆分的 tenderId ID 无效。"
 
28
  "Maximum Order Total","最大订单总数"
29
  "Merchant's Email","商家电子邮件"
30
  "Minimum Order Total","最小订单总数"
31
  "New Order Status","新订单状态"
 
32
  "Payment Action","支付操作"
33
  "Payment authorization error.","支付授权错误。"
34
  "Payment canceling error.","取消支付过程出错。"
25
  "Invalid amount for partial authorization.","部分身份验证无效。"
26
  "Invalid amount for refund.","退款额度无效。"
27
  "Invalid split tenderId ID.","拆分的 tenderId ID 无效。"
28
+ "Invalid transaction ID.","无效交易的身份"
29
  "Maximum Order Total","最大订单总数"
30
  "Merchant's Email","商家电子邮件"
31
  "Minimum Order Total","最小订单总数"
32
  "New Order Status","新订单状态"
33
+ "Parent Authorize.Net transaction (ID %s) expired","Authorize.Net 父交易 (ID %s) 已过期"
34
  "Payment Action","支付操作"
35
  "Payment authorization error.","支付授权错误。"
36
  "Payment canceling error.","取消支付过程出错。"
app/locale/zh_CN/Mage_Payment.csv CHANGED
@@ -1,4 +1,5 @@
1
  "%s %s cycle.","%s %s 周期。"
 
2
  "--Please Select--","-- 请选择 --"
3
  "3D Secure Card Validation","3D 安全信用卡验证"
4
  "3D Secure Credit Card Validation","3D安全信用卡验证"
@@ -10,23 +11,26 @@
10
  "Auto Bill on Next Cycle","下个周期自动记账"
11
  "Automatically Invoice All Items","对所有商品自动创建发票"
12
  "Automatically bill the outstanding balance amount in the next billing cycle (if there were failed payments).","下个记账周期对余款额度自动记账(如果有失败的支付的话)。"
 
13
  "Billing Agreement status is not set.","记账协议状态未设置。"
14
  "Billing Amount","记账额度"
15
  "Billing Frequency","记账频率"
16
  "Billing Period","记账周期"
17
  "Billing Period Unit","记账周期单位"
18
  "Billing period unit is not defined or wrong.","记账周期单位未定义或有误。"
19
- "Cannot retrieve payment method instance.","无法获取支付方法实例。"
20
  "Cannot retrieve the payment info model object.","无法获取支付信息模块对象。"
21
  "Cannot retrieve the payment information object instance.","无法获取支付信息对象实例。"
22
  "Cannot retrieve the payment method code.","无法获取支付方法代码。"
23
  "Cannot retrieve the payment method model object.","无法获取支付方法模块对象。"
24
  "Capture action is not available.","捕获操作不可用。"
25
  "Card Verification Number","卡片验证号码"
 
26
  "Centinel API URL","Centinel API URL"
27
  "Check / Money Order","支票/费用订单"
28
  "Credit Card Number","信用卡号码"
 
29
  "Credit Card Type","信用卡类型"
 
30
  "Credit Card Types","信用卡类型"
31
  "Credit card number mismatch with credit card type.","信用卡号与信用卡类型不匹配。"
32
  "Credit card type is not allowed for this payment method.","信用卡类型无法用于此支付方法。"
@@ -37,10 +41,12 @@
37
  "Debug Mode","调试模式"
38
  "Enabled","已启用"
39
  "Expiration Date","过期日期"
 
40
  "Full name of the person receiving the product or service paid for by the recurring payment.","获取通过周期性支付所提供的产品或服务的人的全名。"
41
  "Incorrect credit card expiration date.","错误的信用卡到期日。"
42
  "Initial Fee","初始费用"
43
  "Initial non-recurring payment amount due immediately upon profile creation.","创建配置文件时立刻进行非周期性初始支付。"
 
44
  "Internal Reference ID","内部参考ID"
45
  "Invalid Credit Card Number","信用卡号无效"
46
  "Issue Number","问题编号"
@@ -57,6 +63,7 @@
57
  "N/A","N/A"
58
  "Name on Card","卡片上的名字"
59
  "Name on the Card","持卡人名字"
 
60
  "New Order Status","新订单状态"
61
  "Number of billing periods that make up one billing cycle.","组成一个账单循环的账单周期数量。"
62
  "Order action is not available.","订购操作不可用。"
@@ -111,6 +118,7 @@
111
  "The number of billing cycles for payment period.","支付周期内记账循环的数量。"
112
  "The number of scheduled payments that can fail before the profile is automatically suspended.","配置文件被自动挂起之前,支付计划的失败数量。"
113
  "The payment review action is unavailable.","支付审查操作不可用。"
 
114
  "Title","标题"
115
  "Trial Billing Amount","尝试记账帐户。"
116
  "Trial Billing Frequency","尝试记账频率"
1
  "%s %s cycle.","%s %s 周期。"
2
+ "* Required Fields","* 必填字段"
3
  "--Please Select--","-- 请选择 --"
4
  "3D Secure Card Validation","3D 安全信用卡验证"
5
  "3D Secure Credit Card Validation","3D安全信用卡验证"
11
  "Auto Bill on Next Cycle","下个周期自动记账"
12
  "Automatically Invoice All Items","对所有商品自动创建发票"
13
  "Automatically bill the outstanding balance amount in the next billing cycle (if there were failed payments).","下个记账周期对余款额度自动记账(如果有失败的支付的话)。"
14
+ "Bank Transfer Payment","银行转账支付"
15
  "Billing Agreement status is not set.","记账协议状态未设置。"
16
  "Billing Amount","记账额度"
17
  "Billing Frequency","记账频率"
18
  "Billing Period","记账周期"
19
  "Billing Period Unit","记账周期单位"
20
  "Billing period unit is not defined or wrong.","记账周期单位未定义或有误。"
 
21
  "Cannot retrieve the payment info model object.","无法获取支付信息模块对象。"
22
  "Cannot retrieve the payment information object instance.","无法获取支付信息对象实例。"
23
  "Cannot retrieve the payment method code.","无法获取支付方法代码。"
24
  "Cannot retrieve the payment method model object.","无法获取支付方法模块对象。"
25
  "Capture action is not available.","捕获操作不可用。"
26
  "Card Verification Number","卡片验证号码"
27
+ "Cash On Delivery Payment","货到付款"
28
  "Centinel API URL","Centinel API URL"
29
  "Check / Money Order","支票/费用订单"
30
  "Credit Card Number","信用卡号码"
31
+ "Credit Card Number: xxxx-%s","信用卡号码:xxxx-%s"
32
  "Credit Card Type","信用卡类型"
33
+ "Credit Card Type: %s","信用卡类型:%s"
34
  "Credit Card Types","信用卡类型"
35
  "Credit card number mismatch with credit card type.","信用卡号与信用卡类型不匹配。"
36
  "Credit card type is not allowed for this payment method.","信用卡类型无法用于此支付方法。"
41
  "Debug Mode","调试模式"
42
  "Enabled","已启用"
43
  "Expiration Date","过期日期"
44
+ "Expiration Date: %s/%s","过期日期:%s/%s"
45
  "Full name of the person receiving the product or service paid for by the recurring payment.","获取通过周期性支付所提供的产品或服务的人的全名。"
46
  "Incorrect credit card expiration date.","错误的信用卡到期日。"
47
  "Initial Fee","初始费用"
48
  "Initial non-recurring payment amount due immediately upon profile creation.","创建配置文件时立刻进行非周期性初始支付。"
49
+ "Instructions","说明"
50
  "Internal Reference ID","内部参考ID"
51
  "Invalid Credit Card Number","信用卡号无效"
52
  "Issue Number","问题编号"
63
  "N/A","N/A"
64
  "Name on Card","卡片上的名字"
65
  "Name on the Card","持卡人名字"
66
+ "Name on the Card: %s","卡片上的名字:%s"
67
  "New Order Status","新订单状态"
68
  "Number of billing periods that make up one billing cycle.","组成一个账单循环的账单周期数量。"
69
  "Order action is not available.","订购操作不可用。"
118
  "The number of billing cycles for payment period.","支付周期内记账循环的数量。"
119
  "The number of scheduled payments that can fail before the profile is automatically suspended.","配置文件被自动挂起之前,支付计划的失败数量。"
120
  "The payment review action is unavailable.","支付审查操作不可用。"
121
+ "The requested Payment Method is not available.","请求的支付方式不可用。"
122
  "Title","标题"
123
  "Trial Billing Amount","尝试记账帐户。"
124
  "Trial Billing Frequency","尝试记账频率"
app/locale/zh_CN/Mage_Paypal.csv CHANGED
@@ -1,9 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  "-OR-","-或-"
 
 
 
 
2
  "2-pixel perimeter around the header space.","头部空间周围2像素的边界"
 
 
 
 
3
  "3D Secure","3D 安全"
4
  "3D Secure Card Validation","3D 安全信用卡验证"
5
  "3D Secure validation is required for Maestro cards. Supporting of American Express cards require additional agreement. Learn more at <a href=""http://www.paypal.com/amexupdate"">http://www.paypal.com/amexupdate</a>.","Maestro卡需要 3D 安全验证。对美国运通卡的支持需要额外的协议。详情请访问 <a href=""http://www.paypal.com/amexupdate"">http://www.paypal.com/amexupdate</a>。"
 
 
 
6
  "<a href=""http://www.magentocommerce.com/paypal"">Start accepting payments via PayPal!</a>","<a href=""http://www.magentocommerce.com/paypal"">开始通过PayPal接受付款!</a>"
 
 
 
 
 
 
7
  "A value is required for live mode. Refer to your CardinalCommerce agreement.","动态模式需要提供值。请参考您的CardinalCommerce 协议。"
8
  "ACH Deposit (Hold for Dispute or Other Investigation)","ACH保证金(用作保证或其他调查用途)"
9
  "ACH Deposit (Reversal)","ACH保证金(撤销)"
@@ -15,25 +71,31 @@
15
  "API Signature","API签名"
16
  "API Username","API用户名"
17
  "API Uses Proxy","API使用代理"
18
- "API/Integration","API/集成"
19
- "API/Integration Settings","API/集成设置"
20
  "Ability for buyer to purchase without PayPal account.","买家在不使用PayPal帐户下购买的能力。"
21
- "Accept PayPal payments in your shopping cart. PayPal will process your credit card payments through the Payflow Pro Gateway.","在您的购物车中接受PayPal付款。PayPal将通过 Payflow Pro Gateway 处理您的付款。"
22
- "Accept payments with a PCI-compliant checkout that keeps customers on your site. Includes a merchant account from PayPal.","接受兼容 PCI 标准的支付方法可以帮你留住顾客。你也可以使用 PayPal 的商家账户。"
23
- "Accept payments with a PCI-compliant checkout that keeps customers on your site. For use with your own merchant account.","接受兼容 PCI 标准的支付方法可以帮你留住顾客。你也可以使用自己的商家账户。"
24
- "Accept payments without customers leaving your website. Many popular web-hosting services and shopping carts come with the Payflow payment gateways built in, so they are easy to set up.","在不要求客户离开您网站的情况下接受付款。很多流行的网络服务及购物车都内建有Payflow支付网关,因此安装更简便。"
 
 
 
25
  "Acceptance Mark","接受标志"
26
  "Acceptance Mark Image","接受标志图片"
27
  "Account-to-Account Payment, initiated by PayPal","帐户到帐户支付,由PayPal开创"
28
- "Add an Express Checkout button to your existing shopping cart for quick and easy credit card payments. PayPal handles all payment processing.","为您现有的购物车添加快速结账按钮,实现快速简单的信用卡支付。所有支付请求将由PayPal处理。"
 
 
29
  "Additional Options","其他选项"
30
  "Address","地址"
31
  "Address Verification System Response","地址验证系统响应"
 
 
32
  "All the address information matched","所有地址信息都匹配"
33
  "Allow in Billing Agreement Wizard","允许使用记账协议向导"
34
  "Allowable values: ""paypal"", ""primary"" (default), your_custom_value (a custom payment page style from your merchant account profile).","可用的值: ""paypal""、""primary"" (默认值)、your_custom_value(您的帐户配置文件中包含的一种自定义支付页面样式)。"
35
  "Allowed Credit Card Types","允许的信用卡类型"
36
  "Also affects mini-shopping cart.","同时会影响迷你购物车。"
 
37
  "Ask Customer","询问顾客"
38
  "Attempted Authentication, Bad Result","尝试身份验证,结果有误"
39
  "Attempted Authentication, Good Result","尝试身份验证,结果正常"
@@ -51,29 +113,62 @@
51
  "AutoSweep","自动清理"
52
  "Available Balance","可用余额"
53
  "Balance Manager Account Bonus","余额管理器帐户点数"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
54
  "Billing Address","账单地址"
55
- "Billing Agreement Signup ","签署记账协议"
 
56
  "Bonus for first ACH Use","首次使用ACH奖励"
 
57
  "Buyer Credit Payment","买家信用支付"
 
 
 
 
 
58
  "Buyer\'s Tax ID","买家的纳税人 ID"
59
  "Buyer\'s Tax ID Type","买家的纳税人 ID 类型"
60
  "By default it is ""reports.paypal.com"".","默认为“reports.paypal.com”。"
61
  "CNPJ","CNPJ"
62
  "CPF","CPF"
 
63
  "CVV2 Check Result by PayPal","PayPal的CVV2检查结果"
64
  "Can not send new order email.","无法发送新的订单邮件。"
65
  "Cannot create target file for reading reports.","无法为阅读的报告创建目标文件。"
 
 
66
  "Centinel API URL","Centinel API URL"
67
  "Centinel Custom API URL","Centinel 自定义 API URL"
68
  "Charge-off","收取"
69
  "Chargeback","退款"
70
- "Chargeback by customer.","由客户退款。"
71
  "Checkout with PayPal","使用PayPal结账"
 
 
72
  "City","城市"
73
  "Click here if you are not redirected within 10 seconds...","如果你在10秒内没有重定向,请点击这里..."
 
74
  "Company","公司"
 
75
  "Completion Date","完成日期"
 
 
 
76
  "Connecting to PayPal SFTP server to fetch new reports. Are you sure you want to proceed?","正在连接到PayPal SFTP服务器获取新报告。您是否确定要处理?"
 
77
  "Countries Payment Applicable From","各国支付可用情况表单"
78
  "Country","国家"
79
  "Coupon Redemption","代金券兑换"
@@ -84,10 +179,8 @@
84
  "Custom Endpoint Hostname or IP-Address","自定义端点主机名或IP地址"
85
  "Custom Path","自定义路径"
86
  "Customer Information","客户信息"
87
- "Customer complaint.","客户投诉。"
88
  "Customer did not include a confirmed address.","客户并未提供确认的地址。"
89
  "Customer failed to pay.","客户付款失败。"
90
- "Customer triggered a money-back guarantee.","客户触发了返款保证。"
91
  "Customer used non-confirmed address.","客户使用了未经确认的地址/"
92
  "Daily","每天"
93
  "Debit","借记"
@@ -97,17 +190,26 @@
97
  "Debug Mode","调试模式"
98
  "Direct Payment API","直接支付API"
99
  "Discount","折扣"
 
100
  "Display Express Checkout in the Payment Information step","在支付信息页面显示快速结账"
101
  "Displays on catalog pages and homepage.","显示在分类页和首页"
 
102
  "Don't have a PayPal account? Simply enter your email address.","还没有PayPal帐户?直接输入您的电子邮件地址。"
103
- "Don’t have a PayPal merchant account? You can still accept credit card payments through the Payflow Pro Gateway.","还没有PayPal银行账户?您依然可以通过Payflow Pro Gateway接受信用卡付款。"
104
  "Dynamic","动态"
105
  "EFT Funding (German banking)","EFT返款(德国银行)"
 
 
106
  "Edit Shopping Cart","编辑购物车"
107
  "Email Address","编辑电子邮件地址"
108
  "Email Associated with PayPal Merchant Account","关联给PayPal银行帐户的电子邮件地址"
 
109
  "Enable Automatic Fetching","启用自动获取"
 
 
110
  "Enable PayPal Guest Checkout","启用PayPal来宾结账"
 
 
 
111
  "Enabled","已启用"
112
  "Event","事件"
113
  "Event Code","事件代码"
@@ -122,9 +224,7 @@
122
  "Exact Match. Address and nine-digit ZIP code","完全匹配,地址和九位邮编"
123
  "Explanation: %s.","说明:%s"
124
  "Express Checkout","快速结账"
125
- "Express Checkout (Payflow Edition) Settings","快速结账(PayFlow版)设置"
126
  "Express Checkout APIs","快速结账API"
127
- "Express Checkout Settings","快速结账设置"
128
  "Express Checkout and Order have been canceled.","快速结账且订单已取消。"
129
  "Express Checkout has been canceled.","快速结账已被取消。"
130
  "Failed to fetch reports from '%s@%s'.","从 '%s@%s'获取报告失败。"
@@ -163,25 +263,33 @@
163
  "General: reversal of a type not belonging to the other T11xx categories","常规:不属于其他T11xx分类的保留类型"
164
  "General: temporary hold of a type not belonging to the other T15xx categories","常规:不属于其他T15xx分类的暂时保留类型"
165
  "Get Credentials from PayPal","从PayPal获得凭证"
 
166
  "Gift Certificate Payment: purchase of Gift Certificate","礼品券支付:购买礼品券"
167
  "Gift Certificate Redemption","礼品券兑换"
168
  "Gross Amount","总额"
 
169
  "Header Background Color","头部背景色"
170
  "Header Border Color","头部边框颜色"
171
  "Header Image URL","头部图像URL"
172
  "Help","帮助"
173
  "Hidden Virtual PayPal Debit Card Transaction","隐藏虚拟PayPal借记卡交易"
174
  "Hold for Dispute Investigation","保留做争议调查"
 
 
 
175
  "IPN ""%s"".","IPN ""%s""。"
 
 
 
176
  "IPN verification ""%s"".","IPN 验证 ""%s""。"
177
  "If empty, a default value will be used. Custom URL may be provided by CardinalCommerce agreement.","如果为空,则会使用默认值。自定义URL可通过 CardinalCommerce 协议提供。"
178
  "If not specified, Default Country from General Config will be used","如果不指定,则使用常规配置中的默认国家"
179
  "If this option is enabled, customer can change shipping address and shipping method on PayPal website. In live mode works via HTTPS protocol only.","如果启用该选项,客户即可在PayPal网站更改自己的发货地址和发货方法。动态模式下只能使用HTTPS协议。"
 
180
  "Impossible to issue a refund transaction because the capture transaction does not exist.","无法发布退款交易,因为获得的交易不存在。"
181
  "Incentive","奖励"
182
  "Initiation Date","发起日期"
183
  "Integral Evolution","整体演化"
184
- "Integral Evolution Settings","整体演化设置"
185
  "Invoice ID","发票ID"
186
  "Issuer Liability","发卡人责任"
187
  "It is recommended to set this value to ""Debit or Credit Card"" per store views.","建议对店铺的每个视图,将该值设置为“储蓄卡或信用卡”。"
@@ -191,7 +299,6 @@
191
  "Last Transaction ID","最新交易ID"
192
  "Learn More","了解更多"
193
  "Login","登录"
194
- "Looking for PayPal? We have our own tab to the left under Sales.","想使用PayPal?我们在销售页面的左侧提供了专用选项卡。"
195
  "Mass Pay Payment","大量付款支付。"
196
  "Matched (CVV2)","匹配(CVV2)"
197
  "Matched (CVV2CSC)","匹配(CVV2CSC)"
@@ -203,6 +310,7 @@
203
  "Merchant Account","银行帐户"
204
  "Merchant Country","银行所在国"
205
  "Merchant Liability","商家责任"
 
206
  "Merchant Protection Eligibility","银行保护的资格"
207
  "Merchant Referral Bonus","银行推荐奖励"
208
  "Merchant account doesn\'t have a withdrawal mechanism. Merchant must manually accept or deny this payment from your Account Overview.","银行帐户没有撤销机制。银行必须从您的帐户概述中手工接受或拒绝本支付。"
@@ -229,6 +337,7 @@
229
  "N/A. The merchant did not provide AVS information","N/A. 商家未提供AVS信息。"
230
  "N/A. The merchant has not implemented CVV2 code handling","N/A. 商家未完成CVV2码的处理"
231
  "N/A. Unavailable","N/A. 不可用"
 
232
  "Negative Balance","逆差"
233
  "Never","永不"
234
  "No","否"
@@ -238,6 +347,7 @@
238
  "No Logo","没有标示"
239
  "No match","无匹配结果"
240
  "None of the address information matched","无匹配地址信息"
 
241
  "Note: %s","注意:%s"
242
  "Nothing to fetch because of an empty configuration.","由于配置为空,未获取任何信息"
243
  "Notice that PayPal can handle up to 10 shipping options. That is why Magento will transfer only first 10 cheapest shipping options if there are more than 10 available.","请注意,PayPal 最多可处理10个运送选项。因此如果可用数超过10个,Magento将只传输运费最便宜的前十个。"
@@ -257,22 +367,29 @@
257
  "Part of the address information matched","地址信息中部分匹配"
258
  "Partner","合作伙伴"
259
  "Pasarela integral","Pasarela integral"
260
- "Pasarela integral Settings","Pasarela integral 设置"
261
  "Password","密码"
262
- "Pay Now","立刻支付"
263
- "PayPal","PayPal"
264
  "PayPal Balance Manager function of PayPal account","PayPal帐户的PayPal余额管理器功能"
 
265
  "PayPal Buyer Warranty Bonus","PayPal买家担保津贴"
266
  "PayPal Debit Card Cash Advance","PayPal借记卡预付现金"
267
  "PayPal Debit Card Withdrawal from ATM","从ATM进行PayPal借记卡撤销"
 
268
  "PayPal Express Checkout Shortcut Wrapper","PayPal Express Checkout 快捷方式保护"
269
  "PayPal Express Checkout Token does not exist.","PayPal快速结账令牌不存在。"
 
 
 
 
 
 
 
270
  "PayPal Express Order Review Form","PayPal快速订单审查表单"
271
  "PayPal Fee Information","PayPal费用信息"
272
  "PayPal Merchant Pages Style","PayPal商业页面样式"
273
- "PayPal Payments Advanced","PayPal Payments Advanced"
 
274
  "PayPal Pro","PayPal Pro"
275
- "PayPal Pro Settings","PayPal Pro设置"
276
  "PayPal Product Logo","PayPal产品徽标"
277
  "PayPal Protection Bonus","PayPal保护津贴"
278
  "PayPal Reference ID","PayPal推荐ID"
@@ -282,7 +399,8 @@
282
  "PayPal certificate file is empty.","PayPal 证书文件为空。"
283
  "PayPal does not support processing orders with zero amount. To complete your purchase, proceed to the standard checkout process.","PayPal不支持处理零金额的订单。为完成您的订购,请使用标准结账流程。"
284
  "PayPal gateway has rejected request. %s","PayPal网关拒绝了该请求。%s"
285
- "PayPal processes all of your orders, and you get paid.","PayPal处理了您的所有订单,您将获得付款。"
 
286
  "PayPal response hasn't required fields.","PayPal的响应缺少必须字段。"
287
  "PayPal retains reports for 45 days.","PayPal会将报告保存45天。"
288
  "PayPal/Centinel Electronic Commerce Indicator","PayPal/Centinel Electronic Commerce指示器"
@@ -293,42 +411,52 @@
293
  "Payer ID","付款者ID"
294
  "Payer Status","付款者状态"
295
  "Payer is not identified.","付款者未经检定。"
296
- "Payflow Link (for USA and Canada)","Payflow链接(仅限美国和加拿大)"
297
- "Payflow Link Settings","Payflow链接设置"
298
- "Payflow Pro Gateway","Payflow Pro Gateway"
299
- "Payflow Pro Settings","Payflow Pro设置"
 
300
  "Payment Action","支付操作"
301
  "Payment Applicable From","支付适用性表单"
 
302
  "Payment Refund initiated by merchant","由商户发起的支付退款"
303
  "Payment has been declined. Please try again.","支付被拒绝。请重试。"
304
  "Payment is being reviewed by PayPal for risk.","支付正在被PayPal做风险评估。"
305
  "Payment transactions disallow storing objects.","支付交易不允许的店铺对象。"
306
  "Payment was made to an email address that is not yet registered or confirmed.","支付时通过尚未注册或确认的电子邮件进行的。"
 
 
 
 
 
 
307
  "Payments by PayPal (150 X 40)","用PayPal付款(150X40)"
308
  "Payments by PayPal (150 X 60)","用PayPal付款(150X60)"
309
- "Payments by cards + seller protection - <strong style=""color:red"">Contact PayPal before activating</strong>","通过卡片支付 + 卖家保护 - <strong style=""color:red"">激活前联系PayPal</strong>"
310
- "Paypal Billing Agreement Settings","PayPal记账协议设置"
311
  "Pending PayPal","挂起的PayPal"
312
  "Place Order","下订单"
313
  "Please agree to all the terms and conditions before placing the order.","请在下订单前同意所有的条款和条件。"
314
  "Please contact PayPal Customer Service.","请联系PayPal客服。"
315
  "Please do not refresh the page until you complete payment.","请不要刷新该页面,直到付款完成。"
 
316
  "Please select a shipping method...","请选择送货方法..."
317
  "Please select region, state or province","请选择地区、州,或省"
318
  "Please update order data to get shipping methods and rates","请更新订单数据,获取配送方式和价格"
319
  "Points Incentive Redemption","兑换奖励点"
 
320
  "Postage Payment to either USPS or UPS","USPS或UPS的运费"
321
  "Preapproved Payment (BillUser API), either sent or received","预审核接收或发送的支付(BillUser API)"
322
  "Preapproved Payment ID","预审核的支付ID"
323
  "Price","价格"
324
- "Process credit cards directly on your website with PayPal’s all-in-one online payment processing solution.","通过PayPal的一体式在线支付处理解决方案,直接在您的网站处理信用卡交易/"
 
 
325
  "Product Name","产品名"
326
  "Proxy Host","代理主机"
327
  "Proxy Port","代理端口"
 
328
  "Qty","数量"
329
  "Reauthorization","撤销授权"
330
  "Reference Information","参考信息"
331
- "Refund issued by merchant.","商家发起的退款。"
332
  "Reimbursement for a chargeback.","偿还退款。"
333
  "Reimbursement of Chargeback","退款的偿还"
334
  "Report Date","报告日期"
@@ -336,6 +464,9 @@
336
  "Requested %s and configured %s merchant emails do not match.","所请求的 %s 与配置的 %s 商家邮件不匹配。"
337
  "Require CVV Entry","需要CVV项"
338
  "Require Customer's Billing Address","要求客户帐单地址"
 
 
 
339
  "Reversal","撤销"
340
  "Reversal of General Account Hold","常规帐户保持的撤销"
341
  "Reversal of Points Usage","点数使用情况撤销"
@@ -352,7 +483,8 @@
352
  "Schedule","计划"
353
  "Schedule description is too long.","计划描述太长。"
354
  "Scheduled Fetching","计划的获取"
355
- "Select a PayPal Solution","选择一个PayPal解决方案"
 
356
  "Server Error. Please try again.","服务器错误。请再试一次。"
357
  "Settlement Consolidation","合并处理"
358
  "Settlement Report Settings","处理报告设置"
@@ -362,6 +494,7 @@
362
  "Severe validation removes chargeback liability on merchant.","严格的验证可避免分行的退款责任。"
363
  "Shipping","运送"
364
  "Shipping Address","送货地址"
 
365
  "Shipping Method","运送方式"
366
  "Shop now using (150 X 40)","立刻购物并使用(150X40)"
367
  "Shop now using (150 X 60)","立刻购物并使用(150X60)"
@@ -369,8 +502,12 @@
369
  "Shortcut Buttons Flavor","快捷方式按钮风格"
370
  "Shortcut on Product View","产品视图上的快捷方式"
371
  "Shortcut on Shopping Cart","购物车上的快捷方式"
 
372
  "Sign a billing agreement to streamline further purchases with PayPal.","与PayPal签署记账协议简化后续购买。"
 
 
373
  "Solo","Solo"
 
374
  "Sorry, no quotes are available for this order at this time.","抱歉,当前该订单中没有报价可用。"
375
  "Sort Order","排序顺序"
376
  "Specifies what the Authorization Honor Period is on the merchant’s PayPal account. It must mirror the setting in PayPal.","指定商家PayPal帐户的授权周期时长,这里的设置必须与PayPal中的设置一致。"
@@ -392,6 +529,7 @@
392
  "The background color for the checkout page around the header and payment form.","付款页面上头部和支付表单周围的背景色。"
393
  "The background color for the header of the checkout page. Case-insensitive six-character HTML hexadecimal color code in ASCII.","付款页面上头部的背景色。请用ASCII码方式输入大小写敏感的六位代表HTML十六进制颜色代码的字符。"
394
  "The default number of child authorizations in your PayPal account is 1. To do multiple authorizations please contact PayPal to request an increase.","您PayPal帐户中授权子帐户的默认数量为1。如果要获得更多授权,请联系PayPal增加数量。"
 
395
  "The image at the top left of the checkout page. Max size is 750x90-pixel. <strong style=""color:red"">https</strong> is highly encouraged.","付款页面左上角的图像,最大尺寸为750x90像素。 强烈建议使用<strong style=""color:red"">https</strong>地址。"
396
  "The maximum number of child authorizations is reached.","授权子帐户的最大数量已达到。"
397
  "The merchant account is not yet verified.","银行帐户尚未验证。"
@@ -401,17 +539,22 @@
401
  "The payment is pending because it was made to an email address that is not yet registered or confirmed.","支付被挂起,因为支付使用了一个未经确认的电子邮件地址。"
402
  "The payment is pending while it is being reviewed by PayPal for risk.","支付被挂起,因为正在由PayPal进行风险评估。"
403
  "The payment was made via credit card. In order to receive funds merchant must upgrade account to Business or Premier status.","支付是通过信用卡进行的。为了收到资金,银行必须将帐户升级为商业或白金状态。"
 
404
  "There was an error processing your order. Please contact us or try again later.","处理您的订单时遇到了错误。请联系我们,或稍后再试。"
405
  "This feature needs be enabled first for the merchant account through PayPal technical support.","要使用商家账户,必须先通过 PayPal 技术支持启用该功能。"
406
  "This operation requires an existing transaction object.","该操作需要一个现有的交易目标。"
407
  "Time of Day","每天的时间段"
408
  "Title","标题"
 
409
  "Transaction ID","交易ID"
410
  "Transaction ID must not be empty.","交易ID不能为空。"
411
  "Transaction Information","交易信息"
 
 
412
  "Transfer Cart Line Items","传输购物车内容"
413
  "Transfer Shipping Options","传输送货选项"
414
  "Triggered Fraud Filters","触发的欺诈筛选器"
 
415
  "Unable to cancel Express Checkout.","无法取消快速结账。"
416
  "Unable to change status. Current status is not correspond to real status.","无法更改状态。当前状态与实际状态不一致。"
417
  "Unable to communicate with the PayPal gateway.","无法与PayPal网关通讯。"
@@ -425,6 +568,7 @@
425
  "Unknown Error. Please try again later.","未知错误。请稍后重试。"
426
  "Unknown reason. Please contact PayPal customer service.","未知原因。请联系PayPal客户服务。"
427
  "Update Order Data","更新订单数据"
 
428
  "Use Proxy","使用代理"
429
  "Use colon to specify port. For example: ""test.example.com:5224"".","使用冒号指定端口。例如:""test.example.com:5224""。"
430
  "User","用户"
@@ -432,10 +576,8 @@
432
  "Uses store frontend name by default.","默认使用店铺前端名称。"
433
  "VAT Number","VAT 编号"
434
  "Vendor","供应商"
435
- "Vendor / Merchant Login","供应商 / 商户登录"
436
  "View","查看"
437
  "View Demo","查看演示"
438
- "View PayPal solutions.","查看PayPal解决方案。"
439
  "View Transaction","查看交易"
440
  "View Transaction Details","查看交易详情"
441
  "Virtual PayPal Debit Card Transaction","虚拟PayPal借记卡交易"
@@ -445,16 +587,15 @@
445
  "We prefer PayPal (150 X 40)","我们喜欢PayPal(150X40)"
446
  "We prefer PayPal (150 X 60)","我们喜欢PayPal(150X60)"
447
  "Website Payments Plus","网站支付高级版"
448
- "Website Payments Plus Settings","网站支付高级版设置"
449
- "Website Payments Pro","网站支付专业版"
450
- "Website Payments Pro (Payflow Edition) Settings","网站支付专业版(Payflow版)设置"
451
  "Website Payments Pro Hosted Solution","网站支付专业版托管解决方案"
452
- "Website Payments Pro Hosted Solution Settings","网站支付专业版托管解决方案设置"
453
- "Website Payments Pro Payflow Edition (includes Express Checkout)","网站支付专业Payflow版(包含快速结账)"
454
- "Website Payments Pro Settings","网站支付专业版设置"
 
 
455
  "Website Payments Standard","网站支付标准版"
456
  "Website Payments Standard Payment","网站支付标准版付款"
457
- "Website Payments Standard Settings","网站支付标准版设置"
458
  "What is PayPal?","什么是PayPal?"
459
  "Whether to create a billing agreement, if there are no active billing agreements available.","无论是否创建记账协议,如果没有活跃的记账协议可用。"
460
  "Will appear as a payment option only for customers who have at least one active billing agreement.","只有在客户至少有一个活跃记账协议时才能出现付款选项。"
1
+ "
2
+ <a href=""https://financing.paypal.com/ppfinportal/content/whyUseFinancing"" target=""_blank"">Why Advertise Financing?</a><br/>
3
+ <strong>Give your sales a boost when you advertise financing.</strong><br/>PayPal helps turn browsers into buyers with financing
4
+ from Bill Me Later&#174;. Your customers have more time to pay, while you get paid up front – at no additional cost to you.
5
+ Use PayPal’s free banner ads that let you advertise Bill Me Later&#174; financing as a payment option when your customers check out with PayPal.
6
+ The PayPal Advertising Program has been shown to generate additional purchases as well as increase consumer's average purchase sizes by 15%
7
+ or more. <a href=""https://financing.paypal.com/ppfinportal/content/forrester"" target=""_blank"">See Details</a>.
8
+ ","<a href=""https://financing.paypal.com/ppfinportal/content/whyUseFinancing"" target=""_blank"">Why Advertise Financing?</a><br/>
9
+ <strong>Give your sales a boost when you advertise financing.</strong><br/>PayPal helps turn browsers into buyers with financing
10
+ from Bill Me Later&#174;. Your customers have more time to pay, while you get paid up front – at no additional cost to you.
11
+ Use PayPal’s free banner ads that let you advertise Bill Me Later&#174; financing as a payment option when your customers check out with PayPal.
12
+ The PayPal Advertising Program has been shown to generate additional purchases as well as increase consumer's average purchase sizes by 15%
13
+ or more. <a href=""https://financing.paypal.com/ppfinportal/content/forrester"" target=""_blank"">See Details</a>."
14
+ "
15
+ <a href=""https://financing.paypal.com/ppfinportal/content/whyUseFinancing"" target=""_blank"">Why Advertise Financing?</a><br/>
16
+ <strong>Give your sales a boost when you advertise financing.</strong><br/>PayPal helps turn browsers into buyers with financing
17
+ from Bill Me Later&#174;. Your customers have more time to pay, while you get paid up front – at no additional cost to you.
18
+ Use PayPal’s free banner ads that let you advertise Bill Me Later&#174; financing as a payment option when your customers check out with PayPal.
19
+ The PayPal Advertising Program has been shown to generate additional purchases as well as increase consumer's average purchase sizes by 15%
20
+ or more. <a href=""https://financing.paypal.com/ppfinportal/content/forrester"" target=""_blank"">See Details</a>.
21
+ ","<a href=""https://financing.paypal.com/ppfinportal/content/whyUseFinancing"" target=""_blank"">Why Advertise Financing?</a><br/>
22
+ <strong>Give your sales a boost when you advertise financing.</strong><br/>PayPal helps turn browsers into buyers with financing
23
+ from Bill Me Later&#174;. Your customers have more time to pay, while you get paid up front – at no additional cost to you.
24
+ Use PayPal’s free banner ads that let you advertise Bill Me Later&#174; financing as a payment option when your customers check out with PayPal.
25
+ The PayPal Advertising Program has been shown to generate additional purchases as well as increase consumer's average purchase sizes by 15%
26
+ or more. <a href=""https://financing.paypal.com/ppfinportal/content/forrester"" target=""_blank"">See Details</a>."
27
+ "
28
+ <a href=""https://financing.paypal.com/ppfinportal/content/whyUseFinancing"" target=""_blank"">Why Advertise Financing?</a><br/>
29
+ <strong>Give your sales a boost when you advertise financing.</strong><br/>PayPal helps turn browsers into buyers with financing
30
+ from Bill Me Later&#174;. Your customers have more time to pay, while you get paid up front – at no additional cost to you.
31
+ Use PayPal’s free banner ads that let you advertise Bill Me Later&#174; financing as a payment option when your customers check out with PayPal.
32
+ The PayPal Advertising Program has been shown to generate additional purchases as well as increase consumer's average purchase sizes by 15%
33
+ or more. <a href=""https://financing.paypal.com/ppfinportal/content/forrester"" target=""_blank"">See Details</a>.
34
+ ","<a href=""https://financing.paypal.com/ppfinportal/content/whyUseFinancing"" target=""_blank"">Why Advertise Financing?</a><br/>
35
+ <strong>Give your sales a boost when you advertise financing.</strong><br/>PayPal helps turn browsers into buyers with financing
36
+ from Bill Me Later&#174;. Your customers have more time to pay, while you get paid up front – at no additional cost to you.
37
+ Use PayPal’s free banner ads that let you advertise Bill Me Later&#174; financing as a payment option when your customers check out with PayPal.
38
+ The PayPal Advertising Program has been shown to generate additional purchases as well as increase consumer's average purchase sizes by 15%
39
+ or more. <a href=""https://financing.paypal.com/ppfinportal/content/forrester"" target=""_blank"">See Details</a>."
40
  "-OR-","-或-"
41
+ "120 x 240","120 x 240"
42
+ "120 x 600","120 x 600"
43
+ "120 x 90","120 x 90"
44
+ "190 x 100","190 x 100"
45
  "2-pixel perimeter around the header space.","头部空间周围2像素的边界"
46
+ "234 x 400","234 x 400"
47
+ "234 x 60","234 x 60"
48
+ "250 x 250","250 x 250"
49
+ "300 x 50","300 x 50"
50
  "3D Secure","3D 安全"
51
  "3D Secure Card Validation","3D 安全信用卡验证"
52
  "3D Secure validation is required for Maestro cards. Supporting of American Express cards require additional agreement. Learn more at <a href=""http://www.paypal.com/amexupdate"">http://www.paypal.com/amexupdate</a>.","Maestro卡需要 3D 安全验证。对美国运通卡的支持需要额外的协议。详情请访问 <a href=""http://www.paypal.com/amexupdate"">http://www.paypal.com/amexupdate</a>。"
53
+ "468 x 60","468 x 60"
54
+ "728 x 90","728 x 90"
55
+ "800 x 66","800 x 66"
56
  "<a href=""http://www.magentocommerce.com/paypal"">Start accepting payments via PayPal!</a>","<a href=""http://www.magentocommerce.com/paypal"">开始通过PayPal接受付款!</a>"
57
+ "A case that has been resolved and close requires a reimbursement.","A case that has been resolved and close requires a reimbursement."
58
+ "A reversal has occurred on this transaction because of a customer dispute suspecting unauthorized spoof.","A reversal has occurred on this transaction because of a customer dispute suspecting unauthorized spoof."
59
+ "A reversal has occurred on this transaction because you have given the customer a refund.","A reversal has occurred on this transaction because you have given the customer a refund."
60
+ "A reversal has occurred on this transaction due to a chargeback by your customer.","A reversal has occurred on this transaction due to a chargeback by your customer."
61
+ "A reversal has occurred on this transaction due to a complaint about the transaction from your customer.","A reversal has occurred on this transaction due to a complaint about the transaction from your customer."
62
+ "A reversal has occurred on this transaction due to your customer triggering a money-back guarantee.","A reversal has occurred on this transaction due to your customer triggering a money-back guarantee."
63
  "A value is required for live mode. Refer to your CardinalCommerce agreement.","动态模式需要提供值。请参考您的CardinalCommerce 协议。"
64
  "ACH Deposit (Hold for Dispute or Other Investigation)","ACH保证金(用作保证或其他调查用途)"
65
  "ACH Deposit (Reversal)","ACH保证金(撤销)"
71
  "API Signature","API签名"
72
  "API Username","API用户名"
73
  "API Uses Proxy","API使用代理"
 
 
74
  "Ability for buyer to purchase without PayPal account.","买家在不使用PayPal帐户下购买的能力。"
75
+ "Accept credit card and PayPal payments securely.","Accept credit card and PayPal payments securely."
76
+ "Accept credit cards, debit cards and PayPal payments securely.","Accept credit cards, debit cards and PayPal payments securely."
77
+ "Accept payments in your shopping cart. PayPal will process your card payments through the Payflow Gateway.","Accept payments in your shopping cart. PayPal will process your card payments through the Payflow Gateway."
78
+ "Accept payments with a PCI compliant checkout that keeps customers on your site.","Accept payments with a PCI compliant checkout that keeps customers on your site."
79
+ "Accept payments with a PCI-compliant checkout that keeps customers on your site.","Accept payments with a PCI-compliant checkout that keeps customers on your site."
80
+ "Accept payments with a completely customizable checkout page.","Accept payments with a completely customizable checkout page."
81
+ "Accept payments with a completely customizable checkout.","Accept payments with a completely customizable checkout."
82
  "Acceptance Mark","接受标志"
83
  "Acceptance Mark Image","接受标志图片"
84
  "Account-to-Account Payment, initiated by PayPal","帐户到帐户支付,由PayPal开创"
85
+ "Add PayPal as an additional payment method to your checkout page to increase your sales.","Add PayPal as an additional payment method to your checkout page to increase your sales."
86
+ "Add PayPal as an additional payment method to your checkout page.","Add PayPal as an additional payment method to your checkout page."
87
+ "Add another payment method to your existing solution or as a stand-alone option.","Add another payment method to your existing solution or as a stand-alone option."
88
  "Additional Options","其他选项"
89
  "Address","地址"
90
  "Address Verification System Response","地址验证系统响应"
91
+ "Advanced Settings","高级设置"
92
+ "Advertise Bill Me Later","广告宣传 Bill Me Later"
93
  "All the address information matched","所有地址信息都匹配"
94
  "Allow in Billing Agreement Wizard","允许使用记账协议向导"
95
  "Allowable values: ""paypal"", ""primary"" (default), your_custom_value (a custom payment page style from your merchant account profile).","可用的值: ""paypal""、""primary"" (默认值)、your_custom_value(您的帐户配置文件中包含的一种自定义支付页面样式)。"
96
  "Allowed Credit Card Types","允许的信用卡类型"
97
  "Also affects mini-shopping cart.","同时会影响迷你购物车。"
98
+ "Are you sure you want to leave this page? You will need to go through the checkout steps again.","您确认要离开此页面吗?您需要重新完成一次结账步骤。"
99
  "Ask Customer","询问顾客"
100
  "Attempted Authentication, Bad Result","尝试身份验证,结果有误"
101
  "Attempted Authentication, Good Result","尝试身份验证,结果正常"
113
  "AutoSweep","自动清理"
114
  "Available Balance","可用余额"
115
  "Balance Manager Account Bonus","余额管理器帐户点数"
116
+ "Basic Settings - PayPal Express Checkout","Basic Settings - PayPal Express Checkout"
117
+ "Basic Settings - PayPal Integral Evolution","Basic Settings - PayPal Integral Evolution"
118
+ "Basic Settings - PayPal Pasarela integral","Basic Settings - PayPal Pasarela integral"
119
+ "Basic Settings - PayPal Payflow Link","Basic Settings - PayPal Payflow Link"
120
+ "Basic Settings - PayPal Payflow Pro","Basic Settings - PayPal Payflow Pro"
121
+ "Basic Settings - PayPal Payments Advanced","Basic Settings - PayPal Payments Advanced"
122
+ "Basic Settings - PayPal Payments Pro","Basic Settings - PayPal Payments Pro"
123
+ "Basic Settings - PayPal Payments Pro Hosted Solution","Basic Settings - PayPal Payments Pro Hosted Solution"
124
+ "Basic Settings - PayPal Payments Standard","基本设置 - PayPal Payments Standard"
125
+ "Basic Settings - PayPal Pro","基本设置 - PayPal Pro"
126
+ "Basic Settings - PayPal Website Payments Plus","基本设置 - PayPal Website Payments Plus"
127
+ "Basic Settings - PayPal Website Payments Pro","基本设置 - PayPal Website Payments Pro"
128
+ "Basic Settings - PayPal Website Payments Pro Hosted Solution","基本设置 - PayPal Website Payments Pro Hosted Solution"
129
+ "Basic Settings - PayPal Website Payments Pro Payflow Edition","基本设置 - PayPal Website Payments Pro Payflow Edition"
130
+ "Basic Settings - PayPal Website Payments Standard","基础设置 - PayPal Website Payments Standard"
131
  "Billing Address","账单地址"
132
+ "Billing Agreement Signup","签署记账协议"
133
+ "Billing Information","账单信息"
134
  "Bonus for first ACH Use","首次使用ACH奖励"
135
+ "Both section above must be complete. ","Both section above must be complete."
136
  "Buyer Credit Payment","买家信用支付"
137
+ "Buyer claims that a possible duplicate payment was made to the merchant.","Buyer claims that a possible duplicate payment was made to the merchant."
138
+ "Buyer claims that he did not receive goods or service.","Buyer claims that he did not receive goods or service."
139
+ "Buyer claims that he/she did not authorize transaction.","Buyer claims that he/she did not authorize transaction."
140
+ "Buyer claims that the goods or service received differ from merchant’s description of the goods or service.","Buyer claims that the goods or service received differ from merchant’s description of the goods or service."
141
+ "Buyer claims that the received merchandise is unsatisfactory, defective, or damaged.","Buyer claims that the received merchandise is unsatisfactory, defective, or damaged."
142
  "Buyer\'s Tax ID","买家的纳税人 ID"
143
  "Buyer\'s Tax ID Type","买家的纳税人 ID 类型"
144
  "By default it is ""reports.paypal.com"".","默认为“reports.paypal.com”。"
145
  "CNPJ","CNPJ"
146
  "CPF","CPF"
147
+ "CVV Entry is Editable","CVV Entry is Editable"
148
  "CVV2 Check Result by PayPal","PayPal的CVV2检查结果"
149
  "Can not send new order email.","无法发送新的订单邮件。"
150
  "Cannot create target file for reading reports.","无法为阅读的报告创建目标文件。"
151
+ "Catalog Category Page","目录分类页面"
152
+ "Catalog Product Page","目录产品页面"
153
  "Centinel API URL","Centinel API URL"
154
  "Centinel Custom API URL","Centinel 自定义 API URL"
155
  "Charge-off","收取"
156
  "Chargeback","退款"
157
+ "Checkout Cart Page","结账购物车页面"
158
  "Checkout with PayPal","使用PayPal结账"
159
+ "Checkout with PayPal Bill Me Later","使用 PayPal Bill Me Later 结账"
160
+ "Choose a secure bundled payment solution for your business.","Choose a secure bundled payment solution for your business."
161
  "City","城市"
162
  "Click here if you are not redirected within 10 seconds...","如果你在10秒内没有重定向,请点击这里..."
163
+ "Close","关闭"
164
  "Company","公司"
165
+ "Complaint","Complaint"
166
  "Completion Date","完成日期"
167
+ "Configure","配置"
168
+ "Connect your merchant account with a PCI-compliant gateway that lets customers pay without leaving your site.","Connect your merchant account with a PCI-compliant gateway that lets customers pay without leaving your site."
169
+ "Connect your merchant account with a fully customizable gateway that lets customers pay without leaving your site.","Connect your merchant account with a fully customizable gateway that lets customers pay without leaving your site."
170
  "Connecting to PayPal SFTP server to fetch new reports. Are you sure you want to proceed?","正在连接到PayPal SFTP服务器获取新报告。您是否确定要处理?"
171
+ "Continue","继续"
172
  "Countries Payment Applicable From","各国支付可用情况表单"
173
  "Country","国家"
174
  "Coupon Redemption","代金券兑换"
179
  "Custom Endpoint Hostname or IP-Address","自定义端点主机名或IP地址"
180
  "Custom Path","自定义路径"
181
  "Customer Information","客户信息"
 
182
  "Customer did not include a confirmed address.","客户并未提供确认的地址。"
183
  "Customer failed to pay.","客户付款失败。"
 
184
  "Customer used non-confirmed address.","客户使用了未经确认的地址/"
185
  "Daily","每天"
186
  "Debit","借记"
190
  "Debug Mode","调试模式"
191
  "Direct Payment API","直接支付API"
192
  "Discount","折扣"
193
+ "Display","显示"
194
  "Display Express Checkout in the Payment Information step","在支付信息页面显示快速结账"
195
  "Displays on catalog pages and homepage.","显示在分类页和首页"
196
+ "Dispute","Dispute"
197
  "Don't have a PayPal account? Simply enter your email address.","还没有PayPal帐户?直接输入您的电子邮件地址。"
 
198
  "Dynamic","动态"
199
  "EFT Funding (German banking)","EFT返款(德国银行)"
200
+ "Edit","编辑"
201
+ "Edit Payment Information","编辑支付信息"
202
  "Edit Shopping Cart","编辑购物车"
203
  "Email Address","编辑电子邮件地址"
204
  "Email Associated with PayPal Merchant Account","关联给PayPal银行帐户的电子邮件地址"
205
+ "Email Associated with PayPal Merchant Account (Optional)","Email Associated with PayPal Merchant Account (Optional)"
206
  "Enable Automatic Fetching","启用自动获取"
207
+ "Enable Bill Me Later","启用 Bill Me Later"
208
+ "Enable Express Checkout","Enable Express Checkout"
209
  "Enable PayPal Guest Checkout","启用PayPal来宾结账"
210
+ "Enable Payflow Link","Enable Payflow Link"
211
+ "Enable SSL verification","Enable SSL verification"
212
+ "Enable this Solution","Enable this Solution"
213
  "Enabled","已启用"
214
  "Event","事件"
215
  "Event Code","事件代码"
224
  "Exact Match. Address and nine-digit ZIP code","完全匹配,地址和九位邮编"
225
  "Explanation: %s.","说明:%s"
226
  "Express Checkout","快速结账"
 
227
  "Express Checkout APIs","快速结账API"
 
228
  "Express Checkout and Order have been canceled.","快速结账且订单已取消。"
229
  "Express Checkout has been canceled.","快速结账已被取消。"
230
  "Failed to fetch reports from '%s@%s'.","从 '%s@%s'获取报告失败。"
263
  "General: reversal of a type not belonging to the other T11xx categories","常规:不属于其他T11xx分类的保留类型"
264
  "General: temporary hold of a type not belonging to the other T15xx categories","常规:不属于其他T15xx分类的暂时保留类型"
265
  "Get Credentials from PayPal","从PayPal获得凭证"
266
+ "Get Publisher ID from PayPal","获取来自 PayPal 的发布者 ID"
267
  "Gift Certificate Payment: purchase of Gift Certificate","礼品券支付:购买礼品券"
268
  "Gift Certificate Redemption","礼品券兑换"
269
  "Gross Amount","总额"
270
+ "Header (center)","标题(居中)"
271
  "Header Background Color","头部背景色"
272
  "Header Border Color","头部边框颜色"
273
  "Header Image URL","头部图像URL"
274
  "Help","帮助"
275
  "Hidden Virtual PayPal Debit Card Transaction","隐藏虚拟PayPal借记卡交易"
276
  "Hold for Dispute Investigation","保留做争议调查"
277
+ "Home Page","主页"
278
+ "I'm sorry - but we are not able to complete your transaction. Please contact us so we can assist you.","抱歉 - 我们无法完成您的交易。请联系我们,我们将为您提供协助。"
279
+ "I'm sorry - but we were not able to process your payment. Please try another payment method or contact us so we can assist you.","抱歉 - 我们无法处理您的付款。请尝试另一种支付方式或联系我们,我们会为您提供协助。"
280
  "IPN ""%s"".","IPN ""%s""。"
281
+ "IPN ""%s"". %s Transaction amount %s. Transaction ID: ""%s""","IPN ""%s"". %s Transaction amount %s. Transaction ID: ""%s"""
282
+ "IPN ""%s"". A dispute has been resolved and closed. %s Transaction amount %s.","IPN ""%s"". A dispute has been resolved and closed. %s Transaction amount %s."
283
+ "IPN ""%s"". Case type ""%s"". Case ID ""%s"" %s","IPN ""%s"". Case type ""%s"". Case ID ""%s"" %s"
284
  "IPN verification ""%s"".","IPN 验证 ""%s""。"
285
  "If empty, a default value will be used. Custom URL may be provided by CardinalCommerce agreement.","如果为空,则会使用默认值。自定义URL可通过 CardinalCommerce 协议提供。"
286
  "If not specified, Default Country from General Config will be used","如果不指定,则使用常规配置中的默认国家"
287
  "If this option is enabled, customer can change shipping address and shipping method on PayPal website. In live mode works via HTTPS protocol only.","如果启用该选项,客户即可在PayPal网站更改自己的发货地址和发货方法。动态模式下只能使用HTTPS协议。"
288
+ "If you do not have multiple users set up on your account, please re-enter your Vendor/Merchant Login here.","If you do not have multiple users set up on your account, please re-enter your Vendor/Merchant Login here."
289
  "Impossible to issue a refund transaction because the capture transaction does not exist.","无法发布退款交易,因为获得的交易不存在。"
290
  "Incentive","奖励"
291
  "Initiation Date","发起日期"
292
  "Integral Evolution","整体演化"
 
293
  "Invoice ID","发票ID"
294
  "Issuer Liability","发卡人责任"
295
  "It is recommended to set this value to ""Debit or Credit Card"" per store views.","建议对店铺的每个视图,将该值设置为“储蓄卡或信用卡”。"
299
  "Last Transaction ID","最新交易ID"
300
  "Learn More","了解更多"
301
  "Login","登录"
 
302
  "Mass Pay Payment","大量付款支付。"
303
  "Matched (CVV2)","匹配(CVV2)"
304
  "Matched (CVV2CSC)","匹配(CVV2CSC)"
310
  "Merchant Account","银行帐户"
311
  "Merchant Country","银行所在国"
312
  "Merchant Liability","商家责任"
313
+ "Merchant Location","商家位置"
314
  "Merchant Protection Eligibility","银行保护的资格"
315
  "Merchant Referral Bonus","银行推荐奖励"
316
  "Merchant account doesn\'t have a withdrawal mechanism. Merchant must manually accept or deny this payment from your Account Overview.","银行帐户没有撤销机制。银行必须从您的帐户概述中手工接受或拒绝本支付。"
337
  "N/A. The merchant did not provide AVS information","N/A. 商家未提供AVS信息。"
338
  "N/A. The merchant has not implemented CVV2 code handling","N/A. 商家未完成CVV2码的处理"
339
  "N/A. Unavailable","N/A. 不可用"
340
+ "Near Bill Me Later checkout button","靠近 Bill Me Later 结账按钮"
341
  "Negative Balance","逆差"
342
  "Never","永不"
343
  "No","否"
347
  "No Logo","没有标示"
348
  "No match","无匹配结果"
349
  "None of the address information matched","无匹配地址信息"
350
+ "Not sure what PayPal payment method to use? Click <a href=""%s"" target=""_blank"">here</a> to learn more.","不确定要使用何种 PayPal 支付方法?单击<a href=""%s"" target=""_blank"">这里</a>了解更多信息。"
351
  "Note: %s","注意:%s"
352
  "Nothing to fetch because of an empty configuration.","由于配置为空,未获取任何信息"
353
  "Notice that PayPal can handle up to 10 shipping options. That is why Magento will transfer only first 10 cheapest shipping options if there are more than 10 available.","请注意,PayPal 最多可处理10个运送选项。因此如果可用数超过10个,Magento将只传输运费最便宜的前十个。"
367
  "Part of the address information matched","地址信息中部分匹配"
368
  "Partner","合作伙伴"
369
  "Pasarela integral","Pasarela integral"
 
370
  "Password","密码"
371
+ "PayPal All-in-One Payment Solutions&nbsp;&nbsp;<i>Accept and process credit cards and PayPal payments.</i>","PayPal 多合一支付解决方案&nbsp;&nbsp;<i>接受并处理信用卡和 PayPal 付款。</i>"
 
372
  "PayPal Balance Manager function of PayPal account","PayPal帐户的PayPal余额管理器功能"
373
+ "PayPal Billing Agreement Settings","PayPal 结算协议设置"
374
  "PayPal Buyer Warranty Bonus","PayPal买家担保津贴"
375
  "PayPal Debit Card Cash Advance","PayPal借记卡预付现金"
376
  "PayPal Debit Card Withdrawal from ATM","从ATM进行PayPal借记卡撤销"
377
+ "PayPal Express Checkout","PayPal 快速结账"
378
  "PayPal Express Checkout Shortcut Wrapper","PayPal Express Checkout 快捷方式保护"
379
  "PayPal Express Checkout Token does not exist.","PayPal快速结账令牌不存在。"
380
+ "PayPal Express Checkout is not enabled.","PayPal Express Checkout 未启用。"
381
+ "PayPal Express Checkout lets you give customers access to financing through Bill Me Later&#174; - at no additional cost to you.
382
+ You get paid up front, even though customers have more time to pay. A pre-integrated payment button lets customers pay quickly with Bill Me Later&#174;.
383
+ <a href=""https://www.paypal.com/webapps/mpp/promotional-financing"" target=""_blank"">Learn More</a>
384
+ ","PayPal Express Checkout lets you give customers access to financing through Bill Me Later&#174; - at no additional cost to you.
385
+ You get paid up front, even though customers have more time to pay. A pre-integrated payment button lets customers pay quickly with Bill Me Later&#174;.
386
+ <a href=""https://www.paypal.com/webapps/mpp/promotional-financing"" target=""_blank"">Learn More</a>"
387
  "PayPal Express Order Review Form","PayPal快速订单审查表单"
388
  "PayPal Fee Information","PayPal费用信息"
389
  "PayPal Merchant Pages Style","PayPal商业页面样式"
390
+ "PayPal Payment Gateways","PayPal 支付网关"
391
+ "PayPal Payment Solutions","PayPal 支付解决方案"
392
  "PayPal Pro","PayPal Pro"
 
393
  "PayPal Product Logo","PayPal产品徽标"
394
  "PayPal Protection Bonus","PayPal保护津贴"
395
  "PayPal Reference ID","PayPal推荐ID"
399
  "PayPal certificate file is empty.","PayPal 证书文件为空。"
400
  "PayPal does not support processing orders with zero amount. To complete your purchase, proceed to the standard checkout process.","PayPal不支持处理零金额的订单。为完成您的订购,请使用标准结账流程。"
401
  "PayPal gateway has rejected request. %s","PayPal网关拒绝了该请求。%s"
402
+ "PayPal recommends that you set up an additional User on your account at manager.paypal.com","PayPal 推荐您前往 manager.paypal.com 在您的账户下建立另一用户"
403
+ "PayPal recommends you set up an additional User on your account at manager.paypal.com, instead of entering your admin username and password here. This will enhance your security and prevent service interruptions if you later change your password. If you do not want to set up an additional User, you can re-enter your Merchant Login here.","PayPal 建议您前往 manager.paypal.com 在您的账户下建立另一用户,而非在这里输入您的管理员用户名和密码。这样可增强您的安全性并防止您在日后更改密码时造成服务中断。如果您不希望建立另一用户,你可以在此重新输入您的商家登录信息。"
404
  "PayPal response hasn't required fields.","PayPal的响应缺少必须字段。"
405
  "PayPal retains reports for 45 days.","PayPal会将报告保存45天。"
406
  "PayPal/Centinel Electronic Commerce Indicator","PayPal/Centinel Electronic Commerce指示器"
411
  "Payer ID","付款者ID"
412
  "Payer Status","付款者状态"
413
  "Payer is not identified.","付款者未经检定。"
414
+ "Payflow Link","Payflow Link"
415
+ "Payflow Link (Includes Express Checkout)","Payflow 链接(含 Express Checkout)"
416
+ "Payflow Pro","Payflow Pro"
417
+ "Payflow Pro (Includes Express Checkout)","Payflow Pro(含 Express Checkout)"
418
+ "Payflow Pro and Express Checkout","Payflow Pro 和 Express Checkout"
419
  "Payment Action","支付操作"
420
  "Payment Applicable From","支付适用性表单"
421
+ "Payment Method","支付方式"
422
  "Payment Refund initiated by merchant","由商户发起的支付退款"
423
  "Payment has been declined. Please try again.","支付被拒绝。请重试。"
424
  "Payment is being reviewed by PayPal for risk.","支付正在被PayPal做风险评估。"
425
  "Payment transactions disallow storing objects.","支付交易不允许的店铺对象。"
426
  "Payment was made to an email address that is not yet registered or confirmed.","支付时通过尚未注册或确认的电子邮件进行的。"
427
+ "Payments Advanced","Payments Advanced"
428
+ "Payments Advanced (Includes Express Checkout)","Payments Advanced(含 Express Checkout)"
429
+ "Payments Pro (Includes Express Checkout)","Payments Pro(含 Express Checkout)"
430
+ "Payments Pro Hosted Solution","Payments Pro Hosted Solution"
431
+ "Payments Pro and Express Checkout","Payments Pro 和 Express Checkout"
432
+ "Payments Standard","Payments Standard"
433
  "Payments by PayPal (150 X 40)","用PayPal付款(150X40)"
434
  "Payments by PayPal (150 X 60)","用PayPal付款(150X60)"
 
 
435
  "Pending PayPal","挂起的PayPal"
436
  "Place Order","下订单"
437
  "Please agree to all the terms and conditions before placing the order.","请在下订单前同意所有的条款和条件。"
438
  "Please contact PayPal Customer Service.","请联系PayPal客服。"
439
  "Please do not refresh the page until you complete payment.","请不要刷新该页面,直到付款完成。"
440
+ "Please re-enable the previously enabled payment solutions.","请重新启用先前已启用的支付解决方案。"
441
  "Please select a shipping method...","请选择送货方法..."
442
  "Please select region, state or province","请选择地区、州,或省"
443
  "Please update order data to get shipping methods and rates","请更新订单数据,获取配送方式和价格"
444
  "Points Incentive Redemption","兑换奖励点"
445
+ "Position","位置"
446
  "Postage Payment to either USPS or UPS","USPS或UPS的运费"
447
  "Preapproved Payment (BillUser API), either sent or received","预审核接收或发送的支付(BillUser API)"
448
  "Preapproved Payment ID","预审核的支付ID"
449
  "Price","价格"
450
+ "Pro","Pro"
451
+ "Process payments using your own internet merchant account.","使用自己的互联网商家帐户处理付款。"
452
+ "Product","产品"
453
  "Product Name","产品名"
454
  "Proxy Host","代理主机"
455
  "Proxy Port","代理端口"
456
+ "Publisher ID","发布者 ID"
457
  "Qty","数量"
458
  "Reauthorization","撤销授权"
459
  "Reference Information","参考信息"
 
460
  "Reimbursement for a chargeback.","偿还退款。"
461
  "Reimbursement of Chargeback","退款的偿还"
462
  "Report Date","报告日期"
464
  "Requested %s and configured %s merchant emails do not match.","所请求的 %s 与配置的 %s 商家邮件不匹配。"
465
  "Require CVV Entry","需要CVV项"
466
  "Require Customer's Billing Address","要求客户帐单地址"
467
+ "Required PayPal Settings","必需的 PayPal 设置"
468
+ "Required Settings","必需的设置"
469
+ "Required to display a banner","显示横幅所必需"
470
  "Reversal","撤销"
471
  "Reversal of General Account Hold","常规帐户保持的撤销"
472
  "Reversal of Points Usage","点数使用情况撤销"
483
  "Schedule","计划"
484
  "Schedule description is too long.","计划描述太长。"
485
  "Scheduled Fetching","计划的获取"
486
+ "Select a Payment Solution","选择一种支付解决方案"
487
+ "Send Email Confirmation","发送确认电子邮件"
488
  "Server Error. Please try again.","服务器错误。请再试一次。"
489
  "Settlement Consolidation","合并处理"
490
  "Settlement Report Settings","处理报告设置"
494
  "Severe validation removes chargeback liability on merchant.","严格的验证可避免分行的退款责任。"
495
  "Shipping","运送"
496
  "Shipping Address","送货地址"
497
+ "Shipping Information","运送信息"
498
  "Shipping Method","运送方式"
499
  "Shop now using (150 X 40)","立刻购物并使用(150X40)"
500
  "Shop now using (150 X 60)","立刻购物并使用(150X60)"
502
  "Shortcut Buttons Flavor","快捷方式按钮风格"
503
  "Shortcut on Product View","产品视图上的快捷方式"
504
  "Shortcut on Shopping Cart","购物车上的快捷方式"
505
+ "Sidebar (right)","侧边栏(右侧)"
506
  "Sign a billing agreement to streamline further purchases with PayPal.","与PayPal签署记账协议简化后续购买。"
507
+ "Size","尺寸"
508
+ "Skip Order Review Step","跳过订单复查步骤"
509
  "Solo","Solo"
510
+ "Some PayPal solutions conflict.","部分 PayPal 解决方案出现冲突。"
511
  "Sorry, no quotes are available for this order at this time.","抱歉,当前该订单中没有报价可用。"
512
  "Sort Order","排序顺序"
513
  "Specifies what the Authorization Honor Period is on the merchant’s PayPal account. It must mirror the setting in PayPal.","指定商家PayPal帐户的授权周期时长,这里的设置必须与PayPal中的设置一致。"
529
  "The background color for the checkout page around the header and payment form.","付款页面上头部和支付表单周围的背景色。"
530
  "The background color for the header of the checkout page. Case-insensitive six-character HTML hexadecimal color code in ASCII.","付款页面上头部的背景色。请用ASCII码方式输入大小写敏感的六位代表HTML十六进制颜色代码的字符。"
531
  "The default number of child authorizations in your PayPal account is 1. To do multiple authorizations please contact PayPal to request an increase.","您PayPal帐户中授权子帐户的默认数量为1。如果要获得更多授权,请联系PayPal增加数量。"
532
+ "The following error(s) occured:","发生如下错误:"
533
  "The image at the top left of the checkout page. Max size is 750x90-pixel. <strong style=""color:red"">https</strong> is highly encouraged.","付款页面左上角的图像,最大尺寸为750x90像素。 强烈建议使用<strong style=""color:red"">https</strong>地址。"
534
  "The maximum number of child authorizations is reached.","授权子帐户的最大数量已达到。"
535
  "The merchant account is not yet verified.","银行帐户尚未验证。"
539
  "The payment is pending because it was made to an email address that is not yet registered or confirmed.","支付被挂起,因为支付使用了一个未经确认的电子邮件地址。"
540
  "The payment is pending while it is being reviewed by PayPal for risk.","支付被挂起,因为正在由PayPal进行风险评估。"
541
  "The payment was made via credit card. In order to receive funds merchant must upgrade account to Business or Premier status.","支付是通过信用卡进行的。为了收到资金,银行必须将帐户升级为商业或白金状态。"
542
+ "There is already another PayPal solution enabled. Enable this solution instead?","已启用另一个 PayPal 解决方案。要启用此方案取代现有方案吗?"
543
  "There was an error processing your order. Please contact us or try again later.","处理您的订单时遇到了错误。请联系我们,或稍后再试。"
544
  "This feature needs be enabled first for the merchant account through PayPal technical support.","要使用商家账户,必须先通过 PayPal 技术支持启用该功能。"
545
  "This operation requires an existing transaction object.","该操作需要一个现有的交易目标。"
546
  "Time of Day","每天的时间段"
547
  "Title","标题"
548
+ "To proceed to Checkout, please log in using your email address.","要继续结账,请使用您的电子邮件地址登录。"
549
  "Transaction ID","交易ID"
550
  "Transaction ID must not be empty.","交易ID不能为空。"
551
  "Transaction Information","交易信息"
552
+ "Transaction reversal by PayPal administrators.","交易被 PayPal 管理员转回。"
553
+ "Transaction reversal due to fraud detected by PayPal administrators.","PayPal 管理员检测到欺诈,交易被转回。"
554
  "Transfer Cart Line Items","传输购物车内容"
555
  "Transfer Shipping Options","传输送货选项"
556
  "Triggered Fraud Filters","触发的欺诈筛选器"
557
+ "URL method for Cancel URL and Return URL","用于取消 URL 和退货 URL 的 URL 方法"
558
  "Unable to cancel Express Checkout.","无法取消快速结账。"
559
  "Unable to change status. Current status is not correspond to real status.","无法更改状态。当前状态与实际状态不一致。"
560
  "Unable to communicate with the PayPal gateway.","无法与PayPal网关通讯。"
568
  "Unknown Error. Please try again later.","未知错误。请稍后重试。"
569
  "Unknown reason. Please contact PayPal customer service.","未知原因。请联系PayPal客户服务。"
570
  "Update Order Data","更新订单数据"
571
+ "Update Shipping Method","更新运送方式"
572
  "Use Proxy","使用代理"
573
  "Use colon to specify port. For example: ""test.example.com:5224"".","使用冒号指定端口。例如:""test.example.com:5224""。"
574
  "User","用户"
576
  "Uses store frontend name by default.","默认使用店铺前端名称。"
577
  "VAT Number","VAT 编号"
578
  "Vendor","供应商"
 
579
  "View","查看"
580
  "View Demo","查看演示"
 
581
  "View Transaction","查看交易"
582
  "View Transaction Details","查看交易详情"
583
  "Virtual PayPal Debit Card Transaction","虚拟PayPal借记卡交易"
587
  "We prefer PayPal (150 X 40)","我们喜欢PayPal(150X40)"
588
  "We prefer PayPal (150 X 60)","我们喜欢PayPal(150X60)"
589
  "Website Payments Plus","网站支付高级版"
590
+ "Website Payments Pro (Includes Express Checkout)","Website Payments Pro(含 Express Checkout)"
 
 
591
  "Website Payments Pro Hosted Solution","网站支付专业版托管解决方案"
592
+ "Website Payments Pro Hosted Solution (Includes Express Checkout)","Website Payments Pro Hosted Solution(含 Express Checkout)"
593
+ "Website Payments Pro Hosted Solution and Express Checkout","Website Payments Pro Hosted Solution 和 Express Checkout"
594
+ "Website Payments Pro Payflow Edition (Includes Express Checkout)","Website Payments Pro Payflow Edition(含 Express Checkout)"
595
+ "Website Payments Pro Payflow Edition and Express Checkout","Website Payments Pro Payflow Edition 和 Express Checkout"
596
+ "Website Payments Pro and Express Checkout","Website Payments Pro 和 Express Checkout"
597
  "Website Payments Standard","网站支付标准版"
598
  "Website Payments Standard Payment","网站支付标准版付款"
 
599
  "What is PayPal?","什么是PayPal?"
600
  "Whether to create a billing agreement, if there are no active billing agreements available.","无论是否创建记账协议,如果没有活跃的记账协议可用。"
601
  "Will appear as a payment option only for customers who have at least one active billing agreement.","只有在客户至少有一个活跃记账协议时才能出现付款选项。"
app/locale/zh_CN/Mage_Persistent.csv CHANGED
@@ -8,6 +8,7 @@
8
  "By creating an account with our store, you will be able to move through the checkout process faster, store multiple shipping addresses, view and track your orders in your account and more.","通过在我们的店铺中创建帐户,您将能用更快速度结账,保存多个送货地址,并可在您的帐户中查看并追踪您的订单,还有更多功能。"
9
  "Cannot load configuration from file %s.","无法从文件 %s 加载配置"
10
  "Checkout as Guest","作为来宾结账"
 
11
  "Checkout as a Guest or Register","以来宾身份结账或注册"
12
  "City","城市"
13
  "Clear Persistence on Log Out","注销时清空选项"
@@ -22,6 +23,7 @@
22
  "Enable ""Remember Me""","启用“记住我”"
23
  "Enable Persistence","启用保留"
24
  "Fast and easy check out","方便快捷的结账"
 
25
  "Fax","传真"
26
  "Forgot Your Password?","忘记您的密码?"
27
  "Forgot your password?","忘记您的密码?"
@@ -32,26 +34,33 @@
32
  "Login Information","登录信息"
33
  "Login or Create an Account","登录或创建帐户"
34
  "New Customers","新客户"
 
35
  "Password","密码"
36
  "Persist Shopping Cart","保留购物车"
37
  "Persistence Lifetime (seconds)","保留寿命(秒)"
38
  "Persistent Shopping Cart","保留购物车"
39
  "Personal Information","个人信息"
 
40
  "Please log in below:","请在下面登录:"
41
  "Please select region, state or province","请选择地区、州,或省"
42
  "Register","注册"
 
43
  "Register and save time!","注册并节约时间!"
44
  "Register to Create an Account","注册以创建帐户"
45
  "Register with us for future convenience:","在这里注册以后可以更方便:"
46
  "Registered Customers","已注册的客户"
 
47
  "Remember Me","记住我"
 
48
  "Save in address book","保存到地址簿"
 
49
  "Select State/Province...","选择州/省..."
50
  "Select a billing address from your address book or enter a new address.","从您的地址簿选择账单地址,或输入新地址。"
51
  "Ship to different address","送货到不同地址"
52
  "Ship to this address","送货到这个地址"
53
  "Shopping cart has been updated with appropriate prices","购物车已使用正确的价格更新"
54
  "Sign Up for Newsletter","订阅新闻邮件"
 
55
  "State/Province","州/省"
56
  "Street Address","街道地址"
57
  "Street Address %s","街道地址 %s"
@@ -59,6 +68,7 @@
59
  "Telephone","电话"
60
  "To proceed to Checkout, please log in using your email address.","要继续结账,请使用你的电子邮件地址登录。"
61
  "VAT Number","VAT 编号"
 
62
  "Welcome, %s!","欢迎,%s!"
63
  "What\'s this?","这是什么?"
64
  "Zip/Postal Code","邮政编码"
8
  "By creating an account with our store, you will be able to move through the checkout process faster, store multiple shipping addresses, view and track your orders in your account and more.","通过在我们的店铺中创建帐户,您将能用更快速度结账,保存多个送货地址,并可在您的帐户中查看并追踪您的订单,还有更多功能。"
9
  "Cannot load configuration from file %s.","无法从文件 %s 加载配置"
10
  "Checkout as Guest","作为来宾结账"
11
+ "Checkout as a Guest","作为来宾结账"
12
  "Checkout as a Guest or Register","以来宾身份结账或注册"
13
  "City","城市"
14
  "Clear Persistence on Log Out","注销时清空选项"
23
  "Enable ""Remember Me""","启用“记住我”"
24
  "Enable Persistence","启用保留"
25
  "Fast and easy check out","方便快捷的结账"
26
+ "Faster checkout","更快速结账"
27
  "Fax","传真"
28
  "Forgot Your Password?","忘记您的密码?"
29
  "Forgot your password?","忘记您的密码?"
34
  "Login Information","登录信息"
35
  "Login or Create an Account","登录或创建帐户"
36
  "New Customers","新客户"
37
+ "New Here?","新手上路?"
38
  "Password","密码"
39
  "Persist Shopping Cart","保留购物车"
40
  "Persistence Lifetime (seconds)","保留寿命(秒)"
41
  "Persistent Shopping Cart","保留购物车"
42
  "Personal Information","个人信息"
43
+ "Please enter the following information to create your account.","请输入下列信息来创建您的帐户。"
44
  "Please log in below:","请在下面登录:"
45
  "Please select region, state or province","请选择地区、州,或省"
46
  "Register","注册"
47
+ "Register and Checkout","注册并结账"
48
  "Register and save time!","注册并节约时间!"
49
  "Register to Create an Account","注册以创建帐户"
50
  "Register with us for future convenience:","在这里注册以后可以更方便:"
51
  "Registered Customers","已注册的客户"
52
+ "Registration is free and easy!","注册免费快捷!"
53
  "Remember Me","记住我"
54
+ "Returning Customers","回头客户"
55
  "Save in address book","保存到地址簿"
56
+ "Save multiple shipping addresses","保存多个运送地址"
57
  "Select State/Province...","选择州/省..."
58
  "Select a billing address from your address book or enter a new address.","从您的地址簿选择账单地址,或输入新地址。"
59
  "Ship to different address","送货到不同地址"
60
  "Ship to this address","送货到这个地址"
61
  "Shopping cart has been updated with appropriate prices","购物车已使用正确的价格更新"
62
  "Sign Up for Newsletter","订阅新闻邮件"
63
+ "Sign in to speed up your checkout process","登录来加速您的结账过程"
64
  "State/Province","州/省"
65
  "Street Address","街道地址"
66
  "Street Address %s","街道地址 %s"
68
  "Telephone","电话"
69
  "To proceed to Checkout, please log in using your email address.","要继续结账,请使用你的电子邮件地址登录。"
70
  "VAT Number","VAT 编号"
71
+ "View and track orders and more","查看并追踪订单和更多"
72
  "Welcome, %s!","欢迎,%s!"
73
  "What\'s this?","这是什么?"
74
  "Zip/Postal Code","邮政编码"
app/locale/zh_CN/Mage_Review.csv CHANGED
@@ -2,9 +2,13 @@
2
  "%s Review(s)","%s个评测"
3
  "(Posted on %s)","(发布于%s)"
4
  "1 star","1 星"
 
5
  "2 stars","2 星"
 
6
  "3 stars","3 星"
 
7
  "4 stars","4 星"
 
8
  "5 stars","5 星"
9
  "<a href=""%1$s"" onclick=""this.target=\'blank\'"">%2$s %3$s</a> <a href=""mailto:%4$s"">(%4$s)</a>","<a href=""%1$s"" onclick=""this.target=\'blank\'"">%2$s %3$s</a> <a href=""mailto:%4$s"">(%4$s)</a>"
10
  "Add New Review","添加新评测"
@@ -12,7 +16,9 @@
12
  "Administrator","管理员"
13
  "All Reviews","所有评测"
14
  "All Reviews of Customer `%s`","客户 '%s' 的所有评测"
 
15
  "Allow Guests to Write Reviews","允许来宾撰写评测"
 
16
  "Are you sure you want to do this?","您是否确认要这样做?"
17
  "Are you sure?","您是否确认?"
18
  "Average Customer Rating","客户平均分"
@@ -37,6 +43,7 @@
37
  "Guest","来宾"
38
  "How do you rate this product?","您如何评价该产品?"
39
  "ID","ID"
 
40
  "Manage Ratings","管理评级"
41
  "My Product Reviews","我的产品评价"
42
  "My Recent Reviews","我的最近评价"
@@ -45,7 +52,9 @@
45
  "New Review","新评测"
46
  "Nickname","昵称"
47
  "Nickname can\'t be empty","昵称不能为空"
 
48
  "Only registered users can write reviews. Please, <a href=""%s"">log in</a> or <a href=""%s"">register</a>","仅注册用户可撰写评论。请<a href=""%s"">登录</a>或<a href=""%s"">注册</a>"
 
49
  "Pending Reviews","挂起的评测"
50
  "Pending Reviews of Customer `%s`","来自客户“%s”未决的评论"
51
  "Please select a product","请选择产品"
@@ -66,6 +75,7 @@
66
  "Review (submitted on %s):","评测(提交于 %s):"
67
  "Review Details","评测详情"
68
  "Review Form Fields Before","评测表单字段之前"
 
69
  "Review by <span>%s</span>","评测者 <span>%s</span>"
70
  "Review can\'t be empty","评论不能为空"
71
  "Review summary can\'t be empty","评论摘要不能为空"
@@ -85,6 +95,7 @@
85
  "View Details","查看详情"
86
  "Visible In","可见性"
87
  "Websites","网站"
 
88
  "Write Your Own Review","撰写您自己的评测"
89
  "You have submitted no reviews.","您尚未提交评测。"
90
  "You're reviewing:","您正在评测:"
2
  "%s Review(s)","%s个评测"
3
  "(Posted on %s)","(发布于%s)"
4
  "1 star","1 星"
5
+ "2 star","2 星"
6
  "2 stars","2 星"
7
+ "3 star","3 星"
8
  "3 stars","3 星"
9
+ "4 star","4 星"
10
  "4 stars","4 星"
11
+ "5 star","5 星"
12
  "5 stars","5 星"
13
  "<a href=""%1$s"" onclick=""this.target=\'blank\'"">%2$s %3$s</a> <a href=""mailto:%4$s"">(%4$s)</a>","<a href=""%1$s"" onclick=""this.target=\'blank\'"">%2$s %3$s</a> <a href=""mailto:%4$s"">(%4$s)</a>"
14
  "Add New Review","添加新评测"
16
  "Administrator","管理员"
17
  "All Reviews","所有评测"
18
  "All Reviews of Customer `%s`","客户 '%s' 的所有评测"
19
+ "All Reviews of Product `%s`","产品 `%s` 的所有评论"
20
  "Allow Guests to Write Reviews","允许来宾撰写评测"
21
+ "Approved","已批准"
22
  "Are you sure you want to do this?","您是否确认要这样做?"
23
  "Are you sure?","您是否确认?"
24
  "Average Customer Rating","客户平均分"
43
  "Guest","来宾"
44
  "How do you rate this product?","您如何评价该产品?"
45
  "ID","ID"
46
+ "Let us know your thoughts","让我们知道您的想法"
47
  "Manage Ratings","管理评级"
48
  "My Product Reviews","我的产品评价"
49
  "My Recent Reviews","我的最近评价"
52
  "New Review","新评测"
53
  "Nickname","昵称"
54
  "Nickname can\'t be empty","昵称不能为空"
55
+ "Not Approved","未批准"
56
  "Only registered users can write reviews. Please, <a href=""%s"">log in</a> or <a href=""%s"">register</a>","仅注册用户可撰写评论。请<a href=""%s"">登录</a>或<a href=""%s"">注册</a>"
57
+ "Pending","挂起"
58
  "Pending Reviews","挂起的评测"
59
  "Pending Reviews of Customer `%s`","来自客户“%s”未决的评论"
60
  "Please select a product","请选择产品"
75
  "Review (submitted on %s):","评测(提交于 %s):"
76
  "Review Details","评测详情"
77
  "Review Form Fields Before","评测表单字段之前"
78
+ "Review by %s","审核者 %s"
79
  "Review by <span>%s</span>","评测者 <span>%s</span>"
80
  "Review can\'t be empty","评论不能为空"
81
  "Review summary can\'t be empty","评论摘要不能为空"
95
  "View Details","查看详情"
96
  "Visible In","可见性"
97
  "Websites","网站"
98
+ "What's your nickname?","您的昵称是什么?"
99
  "Write Your Own Review","撰写您自己的评测"
100
  "You have submitted no reviews.","您尚未提交评测。"
101
  "You're reviewing:","您正在评测:"
app/locale/zh_CN/Mage_Rule.csv CHANGED
@@ -14,6 +14,7 @@
14
  "Please choose an action to add...","请选择一个要添加的操作..."
15
  "Remove","删除"
16
  "TRUE","真"
 
17
  "Websites must be specified.","必须指定网站。"
18
  "by","由"
19
  "contains","包含"
14
  "Please choose an action to add...","请选择一个要添加的操作..."
15
  "Remove","删除"
16
  "TRUE","真"
17
+ "There is no information about associated entity type ""%s"".","没有关于已关联实体类型“%s”的信息。"
18
  "Websites must be specified.","必须指定网站。"
19
  "by","由"
20
  "contains","包含"
app/locale/zh_CN/Mage_Sales.csv CHANGED
@@ -10,6 +10,7 @@
10
  "%s order(s) were not released from holding status.","%s 个订单没有从保持状态恢复。"
11
  "* - Enter custom price excluding tax","* - 输入不含税的自定义价格"
12
  "* - Enter custom price including tax","* - 输入含税的自定义价格"
 
13
  "-- Please Select --","-- 请选择 --"
14
  "-- Please Select Billing Agreement--","-- 请选择记账协议 --"
15
  "About This Order:","关于此订单:"
@@ -168,6 +169,7 @@
168
  "Created:","创建:"
169
  "Credit Memo","信用记录"
170
  "Credit Memo #","信用记录 #"
 
171
  "Credit Memo #%1$s | %3$s | %2$s (%4$s)","信用记录 #%1$s | %3$s | %2$s (%4$s)"
172
  "Credit Memo Comment Email Sender","信用记录评论电子邮件发送程序"
173
  "Credit Memo Comment Email Template","信用记录评论电子邮件模板"
@@ -201,7 +203,7 @@
201
  "Date Shipped","发货日期"
202
  "Default Status","默认状态"
203
  "Default Template","默认模板"
204
- "Default logo, will be used in PDF and HTML documents.<br />(jpeg, tiff, png)","默认徽标,将用在PDFHTML文档中。<br />(jpeg, tiff, png)"
205
  "Delete","删除"
206
  "Delete Package","删除包"
207
  "Denied the payment online.","拒绝的在线支付。"
@@ -259,6 +261,7 @@
259
  "Gift Options","礼品选项"
260
  "Gift Wrapping for the Entire Order","整个订单的礼品包装"
261
  "Girth","周长"
 
262
  "Grand Total","总计"
263
  "Grand Total to be Charged","需要收取的总费用"
264
  "Guest","来宾"
@@ -267,9 +270,10 @@
267
  "Hold","暂挂"
268
  "Hold action is not available.","暂挂操作不可用。"
269
  "Hold order","暂挂订单"
 
270
  "ID","ID"
271
  "ID #","ID#"
272
- "IPN ""Refunded"". Refund issued by merchant. Registered notification about refunded amount of %s. Transaction ID: ""%s""","IPN ""已退款""。 商家发起的退款。%s 退款数量已注册通知。交易ID: ""%s"""
273
  "If empty, the default description above will be used.","如果为空,将使用上述默认描述。"
274
  "If empty, the default error above will be used.","如果为空,将使用上述默认错误。"
275
  "If the invoice was created offline, try creating an offline creditmemo.","如果离线创建发票,请尝试离线创建信用记录。"
@@ -289,8 +293,10 @@
289
  "Invalid qty to ship for item ""%s""","商品""%s""的发货数量无效"
290
  "Invalid renderer model","无效的渲染模型"
291
  "Invalid request for adding product to quote.","添加产品供引用的请求无效。"
 
292
  "Invoice","发票"
293
  "Invoice #","发票 #"
 
294
  "Invoice #%1$s | %2$s | %4$s (%3$s)","发票 #%1$s | %2$s | %4$s (%3$s)"
295
  "Invoice #%s","发票 #%s"
296
  "Invoice Comment Email Sender","发票评论电子邮件发送程序"
@@ -412,6 +418,7 @@
412
  "Online Refunded","在线退款"
413
  "Order","订单"
414
  "Order #","订单 #"
 
415
  "Order # %s","订单 #%s"
416
  "Order # %s %s | %s","订单 # %s %s | %s"
417
  "Order #%s","订单# %s"
@@ -451,6 +458,7 @@
451
  "Order credit memo","订单信用记录"
452
  "Order does not allow to be canceled.","订单不允许取消。"
453
  "Order invoice","订单发票"
 
454
  "Order is suspended as its capture amount %s is suspected to be fraudulent.","订单被暂停,因为它的接受金额 %s 被怀疑为欺诈。"
455
  "Order object is not specified.","订单对象未指定。"
456
  "Order saving error: %s","订单保存错误:%s"
@@ -610,9 +618,7 @@
610
  "Revenue","收入"
611
  "Row Subtotal","行小计"
612
  "Row Total","总行数"
613
- "SHIP TO:","运送到:"
614
  "SKU","SKU"
615
- "SOLD TO:","卖给:"
616
  "Sales","销售"
617
  "Sales Discount","销售折扣"
618
  "Sales Emails","销售邮件"
@@ -634,6 +640,7 @@
634
  "Select","选择"
635
  "Select All","全选"
636
  "Select from existing customer addresses:","从现有客户地址选择:"
 
637
  "Send Credit Memo Comment Email Copy To","发送信用记录评论邮件副本到"
638
  "Send Credit Memo Comments Email Copy Method","发送信用记录评论邮件副本的方法"
639
  "Send Credit Memo Email Copy Method","发送信用记录邮件副本的方法"
@@ -654,10 +661,12 @@
654
  "Send Shipment Email Copy Method","发送运单邮件副本的方法"
655
  "Send Shipment Email Copy To","发送送货邮件副本至"
656
  "Send Tracking Information","发送追踪信息"
 
657
  "Set order for existing transactions not allowed","不允许对已存在的交易设置订单"
658
  "Ship","送货"
659
  "Ship To","送货至"
660
  "Ship to Name","收货人"
 
661
  "Shipment","发货"
662
  "Shipment #","送货单号"
663
  "Shipment #%1$s | %3$s (%2$s)","送货单号#%1$s | %3$s (%2$s)"
@@ -691,7 +700,10 @@
691
  "Signed Up From","签署自"
692
  "Size","尺寸"
693
  "Sku","Sku"
694
- "Some of the products below do not have all the required options. Please edit them and configure all the required options.","下列某些产品必须的选项不完整。请修改并配置所有必须的选项。"
 
 
 
695
  "Sorry, no quotes are available for this order at this time.","抱歉,当前该订单中没有报价可用。"
696
  "Source object is not specified.","源对象未指定。"
697
  "Specified profile does not exist.","指定的配置文件不存在。"
@@ -757,7 +769,8 @@
757
  "The value that you entered is not valid.","你输入的数值无效。"
758
  "There are no billing agreements yet.","尚无记账协议。"
759
  "There are no printable documents related to selected orders.","没有与所选订单有关的可打印文档。"
760
- "There are no shipping labels related to selected %s.","没有与所选 %s 有关的发货标签。"
 
761
  "There is no need to approve this payment.","无需审核该支付。"
762
  "There is no need to deny this payment.","无需拒绝该支付。"
763
  "There is no update for the payment.","该支付无更新。"
@@ -849,6 +862,7 @@
849
  "Wrong state: ""%s"".","州错误:""%s"""
850
  "Yes","是"
851
  "You can leave a box blank if you don\'t wish to add a gift message for whole order","如果不希望为整个订单添加礼品信息,即可在这里留空"
 
852
  "You have placed no orders.","您没有下订单。"
853
  "You will be redirected to the payment system website.","您将被重定向到支付系统网站。"
854
  "Your credit card will be charged for","您的信用卡将被收取"
10
  "%s order(s) were not released from holding status.","%s 个订单没有从保持状态恢复。"
11
  "* - Enter custom price excluding tax","* - 输入不含税的自定义价格"
12
  "* - Enter custom price including tax","* - 输入含税的自定义价格"
13
+ "* Required Fields","*必要字段"
14
  "-- Please Select --","-- 请选择 --"
15
  "-- Please Select Billing Agreement--","-- 请选择记账协议 --"
16
  "About This Order:","关于此订单:"
169
  "Created:","创建:"
170
  "Credit Memo","信用记录"
171
  "Credit Memo #","信用记录 #"
172
+ "Credit Memo # ","Credit Memo # "
173
  "Credit Memo #%1$s | %3$s | %2$s (%4$s)","信用记录 #%1$s | %3$s | %2$s (%4$s)"
174
  "Credit Memo Comment Email Sender","信用记录评论电子邮件发送程序"
175
  "Credit Memo Comment Email Template","信用记录评论电子邮件模板"
203
  "Date Shipped","发货日期"
204
  "Default Status","默认状态"
205
  "Default Template","默认模板"
206
+ "Default logo, will be used in PDF and HTML documents.<br />(jpeg, tiff, png) If you see image distortion in PDF, try to use larger image","默认 logo 将用于 PDFHTML 文档。<br />(jpeg, tiff, png) 如果您在 PDF 文件中发现图片失真,请使用较大的图片"
207
  "Delete","删除"
208
  "Delete Package","删除包"
209
  "Denied the payment online.","拒绝的在线支付。"
261
  "Gift Options","礼品选项"
262
  "Gift Wrapping for the Entire Order","整个订单的礼品包装"
263
  "Girth","周长"
264
+ "Go to Home Page","Go to Home Page"
265
  "Grand Total","总计"
266
  "Grand Total to be Charged","需要收取的总费用"
267
  "Guest","来宾"
270
  "Hold","暂挂"
271
  "Hold action is not available.","暂挂操作不可用。"
272
  "Hold order","暂挂订单"
273
+ "Home","Home"
274
  "ID","ID"
275
  "ID #","ID#"
276
+ "IPN ""Refunded"". Refund issued by merchant. Registered notification about refunded amount of %s. Transaction ID: ""%s"". Credit Memo has not been created. Please create offline Credit Memo.","IPN“已退款”。退款由商家发起。有关退款金额 %s 的通知已注册。交易 ID:“%s”。尚未创建贷项凭证。请创建离线贷项凭证。"
277
  "If empty, the default description above will be used.","如果为空,将使用上述默认描述。"
278
  "If empty, the default error above will be used.","如果为空,将使用上述默认错误。"
279
  "If the invoice was created offline, try creating an offline creditmemo.","如果离线创建发票,请尝试离线创建信用记录。"
293
  "Invalid qty to ship for item ""%s""","商品""%s""的发货数量无效"
294
  "Invalid renderer model","无效的渲染模型"
295
  "Invalid request for adding product to quote.","添加产品供引用的请求无效。"
296
+ "Invalid value(s) for Qty to Ship","Invalid value(s) for Qty to Ship"
297
  "Invoice","发票"
298
  "Invoice #","发票 #"
299
+ "Invoice # ","Invoice # "
300
  "Invoice #%1$s | %2$s | %4$s (%3$s)","发票 #%1$s | %2$s | %4$s (%3$s)"
301
  "Invoice #%s","发票 #%s"
302
  "Invoice Comment Email Sender","发票评论电子邮件发送程序"
418
  "Online Refunded","在线退款"
419
  "Order","订单"
420
  "Order #","订单 #"
421
+ "Order # ","Order # "
422
  "Order # %s","订单 #%s"
423
  "Order # %s %s | %s","订单 # %s %s | %s"
424
  "Order #%s","订单# %s"
458
  "Order credit memo","订单信用记录"
459
  "Order does not allow to be canceled.","订单不允许取消。"
460
  "Order invoice","订单发票"
461
+ "Order is suspended as its authorizing amount %s is suspected to be fraudulent.","订单已中止,因为其授权金额 %s 被怀疑为欺诈。"
462
  "Order is suspended as its capture amount %s is suspected to be fraudulent.","订单被暂停,因为它的接受金额 %s 被怀疑为欺诈。"
463
  "Order object is not specified.","订单对象未指定。"
464
  "Order saving error: %s","订单保存错误:%s"
618
  "Revenue","收入"
619
  "Row Subtotal","行小计"
620
  "Row Total","总行数"
 
621
  "SKU","SKU"
 
622
  "Sales","销售"
623
  "Sales Discount","销售折扣"
624
  "Sales Emails","销售邮件"
640
  "Select","选择"
641
  "Select All","全选"
642
  "Select from existing customer addresses:","从现有客户地址选择:"
643
+ "Selected option(s) or their combination is not currently available.","已选择的选项或选项组合当前不可用。"
644
  "Send Credit Memo Comment Email Copy To","发送信用记录评论邮件副本到"
645
  "Send Credit Memo Comments Email Copy Method","发送信用记录评论邮件副本的方法"
646
  "Send Credit Memo Email Copy Method","发送信用记录邮件副本的方法"
661
  "Send Shipment Email Copy Method","发送运单邮件副本的方法"
662
  "Send Shipment Email Copy To","发送送货邮件副本至"
663
  "Send Tracking Information","发送追踪信息"
664
+ "Send shipment info","发送运送信息"
665
  "Set order for existing transactions not allowed","不允许对已存在的交易设置订单"
666
  "Ship","送货"
667
  "Ship To","送货至"
668
  "Ship to Name","收货人"
669
+ "Ship to:","货到:"
670
  "Shipment","发货"
671
  "Shipment #","送货单号"
672
  "Shipment #%1$s | %3$s (%2$s)","送货单号#%1$s | %3$s (%2$s)"
700
  "Signed Up From","签署自"
701
  "Size","尺寸"
702
  "Sku","Sku"
703
+ "Sold to:","被销售到:"
704
+ "Some item options or their combination are not currently available.","部分商品选项或选项组合当前不可用。"
705
+ "Some of the products below do not have all the required options.","下方部分产品未包含所有必需的选项。"
706
+ "Some of the selected options are not currently available.","部分已选择的选项当前不可用。"
707
  "Sorry, no quotes are available for this order at this time.","抱歉,当前该订单中没有报价可用。"
708
  "Source object is not specified.","源对象未指定。"
709
  "Specified profile does not exist.","指定的配置文件不存在。"
769
  "The value that you entered is not valid.","你输入的数值无效。"
770
  "There are no billing agreements yet.","尚无记账协议。"
771
  "There are no printable documents related to selected orders.","没有与所选订单有关的可打印文档。"
772
+ "There are no shipping labels related to selected orders.","已选择的订单没有运送标签。"
773
+ "There are no shipping labels related to selected shipments.","已选择的商品运送没有运送标签。"
774
  "There is no need to approve this payment.","无需审核该支付。"
775
  "There is no need to deny this payment.","无需拒绝该支付。"
776
  "There is no update for the payment.","该支付无更新。"
862
  "Wrong state: ""%s"".","州错误:""%s"""
863
  "Yes","是"
864
  "You can leave a box blank if you don\'t wish to add a gift message for whole order","如果不希望为整个订单添加礼品信息,即可在这里留空"
865
+ "You don\'t have permissions to manage this order because of one or more products are not permitted for your website.","You don\'t have permissions to manage this order because of one or more products are not permitted for your website."
866
  "You have placed no orders.","您没有下订单。"
867
  "You will be redirected to the payment system website.","您将被重定向到支付系统网站。"
868
  "Your credit card will be charged for","您的信用卡将被收取"
app/locale/zh_CN/Mage_Tax.csv CHANGED
@@ -8,10 +8,8 @@
8
  "An error occurred while deleting this rate. Incorrect rate ID.","删除该费率时出现了错误。错误的费率ID。"
9
  "An error occurred while deleting this tax class.","删除该税务类型时出现了错误。"
10
  "An error occurred while deleting this tax rule.","删除该税务规则时出现了错误。"
11
- "An error occurred while saving this rate.","保存该税率时出现了错误。"
12
  "An error occurred while saving this tax class.","保存该税务类别时出现了错误。"
13
  "An error occurred while saving this tax class. A class with the same name","保存该税金类别时出错。已有类别使用该名称"
14
- "An error occurred while saving this tax rule.","保存该税务规则时出现了错误。"
15
  "Apply Customer Tax","应用客户税"
16
  "Apply Discount On Prices","在价格上应用折扣"
17
  "Apply Tax On","将税应用于"
@@ -20,12 +18,13 @@
20
  "Back","返回"
21
  "Before Discount","折前"
22
  "CSV","CSV"
 
23
  "Calculation Settings","计算设置"
24
  "Catalog Prices","分类价格"
25
  "Class Name","类型名称"
 
26
  "Code","代码"
27
  "Country","国家"
28
- "County","国家"
29
  "Custom price if available","可用时的自定义价格"
30
  "Customer Tax Class","客户税务类型"
31
  "Customer Tax Class Information","自定义税费类别信息"
@@ -48,6 +47,7 @@
48
  "Edit Class '%s'","编辑类 '%s'"
49
  "Edit Rule","修改规则"
50
  "Edit Tax Rate","编辑税率"
 
51
  "Excel XML","Excel XML"
52
  "Excl. Tax","不含税"
53
  "Excl. Tax:","不含税:"
@@ -59,6 +59,7 @@
59
  "Grand Total (Incl.Tax)","合计(含税)"
60
  "Grand Total Excl. Tax","合计不含税"
61
  "Grand Total Incl. Tax","合计含税"
 
62
  "Import / Export Tax Rates","导入/导出税率"
63
  "Import Tax Rates","导入税率"
64
  "Inc. Tax","含税"
@@ -74,6 +75,7 @@
74
  "Manage Tax Rates","管理税率"
75
  "Manage Tax Rules","管理税务规则"
76
  "Manage Tax Zones & Rates","管理税务地区和税率"
 
77
  "Name","姓名"
78
  "New Class","新类"
79
  "New Rule","新规则"
@@ -83,6 +85,8 @@
83
  "One of the country has invalid code.","其中一个国家代码无效。"
84
  "Orders, Invoices, Credit Memos Display Settings","订单、收据、信用记录显示设置"
85
  "Original price only","仅原价"
 
 
86
  "Price Display Settings","价格显示设置"
87
  "Priority","优先级"
88
  "Product Tax Class","产品税务类型"
@@ -90,8 +94,10 @@
90
  "Product Tax Classes","产品税率"
91
  "Range From","范围从"
92
  "Range To","范围到"
 
93
  "Rate","费率"
94
  "Rate Percent","税率百分率"
 
95
  "Reset","重置状态"
96
  "Row Total","总行数"
97
  "Sales","销售"
@@ -115,6 +121,7 @@
115
  "Subtotal (Excl.Tax)","小计(不含税)"
116
  "Subtotal (Incl. Tax)","小计(含税)"
117
  "Subtotal (Incl.Tax)","小计(含税)"
 
118
  "Tax","传真"
119
  "Tax Calculation Based On","税金的计算基于"
120
  "Tax Calculation Method Based On","税金的计算方法基于"
@@ -135,17 +142,22 @@
135
  "The tax rate has been imported.","该税率已被导入。"
136
  "The tax rate has been saved.","该税率已保存。"
137
  "The tax rule has been deleted.","该税务规则已被删除。"
138
- "The tax rule has been saved.","该税务规则已保存。"
139
  "This class no longer exists","此类型不再存在。"
140
  "This rule no longer exists","该规则不存在。"
141
  "This rule no longer exists.","该规则已不存在。"
142
  "Total","总数"
143
  "Unit Price","单价"
 
 
 
 
144
  "Whether catalog prices entered by admin include tax.","任何目录价格包括税,都由管理员输入。"
145
  "Whether shipping amounts entered by admin or obtained from gateways include tax.","任何销售金额包含税,都由管理员输入或从网关获取。"
146
  "Yes","是"
147
  "You cannot delete this tax class as it is used for %d customer groups.","无法删除此税务类型,它使用于%d个客户组中。"
148
  "You cannot delete this tax class as it is used for %d products.","无法删除此税务类型,它使用于%d个产品中。"
149
  "You cannot delete this tax class as it is used in Tax Rules. You have to delete the rules it is used in first.","无法删除此税务类型,它在税务规则中被使用。若要删除请先删除对应的规则。"
 
150
  "Zip/Post Code","邮政编码"
151
  "Zip/Post is Range","邮编范围"
 
8
  "An error occurred while deleting this rate. Incorrect rate ID.","删除该费率时出现了错误。错误的费率ID。"
9
  "An error occurred while deleting this tax class.","删除该税务类型时出现了错误。"
10
  "An error occurred while deleting this tax rule.","删除该税务规则时出现了错误。"
 
11
  "An error occurred while saving this tax class.","保存该税务类别时出现了错误。"
12
  "An error occurred while saving this tax class. A class with the same name","保存该税金类别时出错。已有类别使用该名称"
 
13
  "Apply Customer Tax","应用客户税"
14
  "Apply Discount On Prices","在价格上应用折扣"
15
  "Apply Tax On","将税应用于"
18
  "Back","返回"
19
  "Before Discount","折前"
20
  "CSV","CSV"
21
+ "Calculate off subtotal only","仅计算小计"
22
  "Calculation Settings","计算设置"
23
  "Catalog Prices","分类价格"
24
  "Class Name","类型名称"
25
+ "Click here to go to <a href=""%s"">Tax configuration</a> and change your settings.","单击这里前往<a href=""%s"">税费配置</a>并更改您的设置。"
26
  "Code","代码"
27
  "Country","国家"
 
28
  "Custom price if available","可用时的自定义价格"
29
  "Customer Tax Class","客户税务类型"
30
  "Customer Tax Class Information","自定义税费类别信息"
47
  "Edit Class '%s'","编辑类 '%s'"
48
  "Edit Rule","修改规则"
49
  "Edit Tax Rate","编辑税率"
50
+ "Enable Cross Border Trade","启用跨境交易"
51
  "Excel XML","Excel XML"
52
  "Excl. Tax","不含税"
53
  "Excl. Tax:","不含税:"
59
  "Grand Total (Incl.Tax)","合计(含税)"
60
  "Grand Total Excl. Tax","合计不含税"
61
  "Grand Total Incl. Tax","合计含税"
62
+ "Ignore this notification","忽略此通知"
63
  "Import / Export Tax Rates","导入/导出税率"
64
  "Import Tax Rates","导入税率"
65
  "Inc. Tax","含税"
75
  "Manage Tax Rates","管理税率"
76
  "Manage Tax Rules","管理税务规则"
77
  "Manage Tax Zones & Rates","管理税务地区和税率"
78
+ "Maximum zip code length is 9.","邮编最大长度为 9。"
79
  "Name","姓名"
80
  "New Class","新类"
81
  "New Rule","新规则"
85
  "One of the country has invalid code.","其中一个国家代码无效。"
86
  "Orders, Invoices, Credit Memos Display Settings","订单、收据、信用记录显示设置"
87
  "Original price only","仅原价"
88
+ "Please fill all required fields with valid information.","请使用有效信息填写所有必需字段。"
89
+ "Please see <a href=""%s"">source</a> for more details.","请查看<a href=""%s"">源</a>了解更多详情。"
90
  "Price Display Settings","价格显示设置"
91
  "Priority","优先级"
92
  "Product Tax Class","产品税务类型"
94
  "Product Tax Classes","产品税率"
95
  "Range From","范围从"
96
  "Range To","范围到"
97
+ "Range To should be equal or greater than Range From.","“范围至”数值应当等于或大于“范围自”数值。"
98
  "Rate","费率"
99
  "Rate Percent","税率百分率"
100
+ "Rate Percent should be a positive number.","百分比应该为正数。"
101
  "Reset","重置状态"
102
  "Row Total","总行数"
103
  "Sales","销售"
121
  "Subtotal (Excl.Tax)","小计(不含税)"
122
  "Subtotal (Incl. Tax)","小计(含税)"
123
  "Subtotal (Incl.Tax)","小计(含税)"
124
+ "Subtotal only","仅小计"
125
  "Tax","传真"
126
  "Tax Calculation Based On","税金的计算基于"
127
  "Tax Calculation Method Based On","税金的计算方法基于"
142
  "The tax rate has been imported.","该税率已被导入。"
143
  "The tax rate has been saved.","该税率已保存。"
144
  "The tax rule has been deleted.","该税务规则已被删除。"
 
145
  "This class no longer exists","此类型不再存在。"
146
  "This rule no longer exists","该规则不存在。"
147
  "This rule no longer exists.","该规则已不存在。"
148
  "Total","总数"
149
  "Unit Price","单价"
150
+ "Warning tax configuration can result in rounding errors","警告:税费配置可能会导致舍入误差的问题"
151
+ "Warning tax configuration can result in unexpected FPT prices on applicable devices","Warning tax configuration can result in unexpected FPT prices on applicable devices"
152
+ "Warning tax discount configuration might result in different discounts than a customer might expect","警告:税费优惠配置,可能会导致与客户所期望的折扣不相同的问题"
153
+ "When catalog price includes tax, enable this setting will fix the price no matter what the customer's tax rate is.","当目录价格含税时,启用此设置将固定此价格,不论客户的税率是多少。"
154
  "Whether catalog prices entered by admin include tax.","任何目录价格包括税,都由管理员输入。"
155
  "Whether shipping amounts entered by admin or obtained from gateways include tax.","任何销售金额包含税,都由管理员输入或从网关获取。"
156
  "Yes","是"
157
  "You cannot delete this tax class as it is used for %d customer groups.","无法删除此税务类型,它使用于%d个客户组中。"
158
  "You cannot delete this tax class as it is used for %d products.","无法删除此税务类型,它使用于%d个产品中。"
159
  "You cannot delete this tax class as it is used in Tax Rules. You have to delete the rules it is used in first.","无法删除此税务类型,它在税务规则中被使用。若要删除请先删除对应的规则。"
160
+ "Zip code should not contain characters other than digits.","邮政编码不可包含除数字外的其他字符。"
161
  "Zip/Post Code","邮政编码"
162
  "Zip/Post is Range","邮编范围"
163
+ "for store(s)","用于商店"
app/locale/zh_CN/Mage_Usa.csv CHANGED
@@ -2,6 +2,7 @@
2
  """Per Order"" allows single handling fee for entire order. ""Per Package"" allows individual handling fee for each package.","“预定”可以让整个订单只收取一笔处理费用。“每包裹”需要为每个包裹收取处理费用。"
3
  "1 Day Freight","1天送达"
4
  "2 Day","2天"
 
5
  "2 Day Freight","2天送达"
6
  "2Day","2天"
7
  "2nd Day Air","2天航空"
@@ -43,6 +44,7 @@
43
  "Customer services","客户服务"
44
  "DHL","DHL"
45
  "DHL (Deprecated)","DHL(不赞成)"
 
46
  "Debug","调试"
47
  "Default Package Height","默认包裹高度"
48
  "Default Package Length","默认包裹长度"
@@ -95,6 +97,17 @@
95
  "FedEx Tube","FedEx 包装管"
96
  "First Overnight","次日达"
97
  "First-Class","一类"
 
 
 
 
 
 
 
 
 
 
 
98
  "Flat","平坦"
99
  "Flat-Rate Box","平纸箱"
100
  "Flat-Rate Envelope","平信封"
@@ -106,6 +119,10 @@
106
  "Gateway XML URL","网关 XML URL"
107
  "Gift","礼品"
108
  "Girth","周长"
 
 
 
 
109
  "Globalmail business","全球邮寄业务"
110
  "Ground","地面"
111
  "Ground Commercial","地面运送"
@@ -115,6 +132,7 @@
115
  "Height","高度"
116
  "Height, width and length should be equal or greater than %s","高度、宽度,及长度必须等于或大于 %s"
117
  "Home Delivery","家庭运送"
 
118
  "Inches","英寸"
119
  "Indirect","非直接"
120
  "International Economy","国际经济型"
@@ -134,6 +152,7 @@
134
  "Length","长度"
135
  "Letter","信件"
136
  "Library","图书馆"
 
137
  "Live","动态"
138
  "Machinable","可加工"
139
  "Maximum Package Weight (Please consult your shipping carrier for maximum supported shipping weight)","最大包裹重量(可支持的最大包裹重量请咨询您的物流公司)"
@@ -162,6 +181,7 @@
162
  "None","无"
163
  "Not Required","非必须"
164
  "Order","订单"
 
165
  "Origin of the Shipment","始发运送"
166
  "Origin serviceAreaCode is missing","来源服务区域代码丢失"
167
  "Other","其它"
@@ -169,6 +189,7 @@
169
  "PAK","PAK"
170
  "Package","包裹"
171
  "Package Description","包裹描述"
 
172
  "Packages Request Type","包裹请求类型"
173
  "Packaging","打包"
174
  "Pallet","托盘"
@@ -179,13 +200,72 @@
179
  "Piece Id barcode is missing","价格 ID 条码丢失"
180
  "Piece number information is missing","价格数字信息丢失"
181
  "Please make sure to use only digits here. No dashes are allowed.","请在这里只使用数字,不能使用横线。"
 
182
  "Pounds","磅"
183
  "Priority Mail","优先邮件"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
184
  "Priority Overnight","第二天优先"
185
  "Product content code is invalid","产品内容代码无效"
186
  "Product name is missing","产品名称丢失"
187
  "Receiver","收件人"
188
  "Rectangular","矩形"
 
189
  "Regular","常规"
190
  "Regular Pickup","常规取件"
191
  "Request Courier","需要快递员"
@@ -217,6 +297,8 @@
217
  "Shipment is not available.","运送不可用。"
218
  "Shipment picked up","运单取件"
219
  "Shipper Number","运单号"
 
 
220
  "Shipping Key","运单密钥"
221
  "Shipping Key (International)","运单密钥(国际)"
222
  "Show Method if Not Applicable","如果不可用,显示其他方法"
@@ -228,9 +310,11 @@
228
  "Specific","指定"
229
  "Sprintline","Sprintline"
230
  "Standard Overnight","标准次日"
 
231
  "Station","站台"
232
  "Subtotal","小计"
233
  "Subtotal With Discount","不含折扣小计"
 
234
  "The response is in wrong format.","响应格式有误。"
235
  "There is no available method for selected shipping address.","所选运送地址没有可用运送方法。"
236
  "There is no items in this order","该订单不包含商品"
@@ -270,6 +354,7 @@
270
  "UPS Worldwide Express PlusSM","UPS全球快速加急SM"
271
  "UPS Worldwide Saver","UPS Worldwide Saver"
272
  "USPS","USPS"
 
273
  "Unable to retrieve tracking","无法获取追踪"
274
  "United Parcel Service","美国联合包裹服务"
275
  "United Parcel Service XML","美国联合包裹服务XML"
2
  """Per Order"" allows single handling fee for entire order. ""Per Package"" allows individual handling fee for each package.","“预定”可以让整个订单只收取一笔处理费用。“每包裹”需要为每个包裹收取处理费用。"
3
  "1 Day Freight","1天送达"
4
  "2 Day","2天"
5
+ "2 Day AM","二日早间"
6
  "2 Day Freight","2天送达"
7
  "2Day","2天"
8
  "2nd Day Air","2天航空"
44
  "Customer services","客户服务"
45
  "DHL","DHL"
46
  "DHL (Deprecated)","DHL(不赞成)"
47
+ "DHL service is not available at %s date","DHL service is not available at %s date"
48
  "Debug","调试"
49
  "Default Package Height","默认包裹高度"
50
  "Default Package Length","默认包裹长度"
97
  "FedEx Tube","FedEx 包装管"
98
  "First Overnight","次日达"
99
  "First-Class","一类"
100
+ "First-Class Mail International Large Envelope","First-Class Mail International Large Envelope"
101
+ "First-Class Mail International Letter","First-Class Mail International Letter"
102
+ "First-Class Mail International Postcard","First-Class Mail International Postcard"
103
+ "First-Class Mail Large Envelope","First-Class Mail Large Envelope"
104
+ "First-Class Mail Large Postcards","First-Class Mail Large Postcards"
105
+ "First-Class Mail Letter","First-Class Mail Letter"
106
+ "First-Class Mail Parcel","First-Class Mail Parcel"
107
+ "First-Class Mail Postcards","First-Class Mail Postcards"
108
+ "First-Class Package International Service","First-Class Package International Service"
109
+ "First-Class Package Service","First-Class Package Service"
110
+ "First-Class Package Service Hold For Pickup","First-Class Package Service Hold For Pickup"
111
  "Flat","平坦"
112
  "Flat-Rate Box","平纸箱"
113
  "Flat-Rate Envelope","平信封"
119
  "Gateway XML URL","网关 XML URL"
120
  "Gift","礼品"
121
  "Girth","周长"
122
+ "Global Express Guaranteed (GXG)","Global Express Guaranteed (GXG)"
123
+ "Global Express Guaranteed Document","Global Express Guaranteed Document"
124
+ "Global Express Guaranteed Non-Document Non-Rectangular","Global Express Guaranteed Non-Document Non-Rectangular"
125
+ "Global Express Guaranteed Non-Document Rectangular","Global Express Guaranteed Non-Document Rectangular"
126
  "Globalmail business","全球邮寄业务"
127
  "Ground","地面"
128
  "Ground Commercial","地面运送"
132
  "Height","高度"
133
  "Height, width and length should be equal or greater than %s","高度、宽度,及长度必须等于或大于 %s"
134
  "Home Delivery","家庭运送"
135
+ "Hub ID","中枢 ID"
136
  "Inches","英寸"
137
  "Indirect","非直接"
138
  "International Economy","国际经济型"
152
  "Length","长度"
153
  "Letter","信件"
154
  "Library","图书馆"
155
+ "Library Mail","Library Mail"
156
  "Live","动态"
157
  "Machinable","可加工"
158
  "Maximum Package Weight (Please consult your shipping carrier for maximum supported shipping weight)","最大包裹重量(可支持的最大包裹重量请咨询您的物流公司)"
181
  "None","无"
182
  "Not Required","非必须"
183
  "Order","订单"
184
+ "Order #%s","订单# %s"
185
  "Origin of the Shipment","始发运送"
186
  "Origin serviceAreaCode is missing","来源服务区域代码丢失"
187
  "Other","其它"
189
  "PAK","PAK"
190
  "Package","包裹"
191
  "Package Description","包裹描述"
192
+ "Package content is missing","包装内容丢失"
193
  "Packages Request Type","包裹请求类型"
194
  "Packaging","打包"
195
  "Pallet","托盘"
200
  "Piece Id barcode is missing","价格 ID 条码丢失"
201
  "Piece number information is missing","价格数字信息丢失"
202
  "Please make sure to use only digits here. No dashes are allowed.","请在这里只使用数字,不能使用横线。"
203
+ "Please, specify origin country","请指定原产国"
204
  "Pounds","磅"
205
  "Priority Mail","优先邮件"
206
+ "Priority Mail Express","Priority Mail Express"
207
+ "Priority Mail Express Flat Rate Boxes","Priority Mail Express Flat Rate Boxes"
208
+ "Priority Mail Express Flat Rate Boxes Hold For Pickup","Priority Mail Express Flat Rate Boxes Hold For Pickup"
209
+ "Priority Mail Express Flat Rate Envelope","Priority Mail Express Flat Rate Envelope"
210
+ "Priority Mail Express Flat Rate Envelope Hold For Pickup","Priority Mail Express Flat Rate Envelope Hold For Pickup"
211
+ "Priority Mail Express Hold For Pickup","Priority Mail Express Hold For Pickup"
212
+ "Priority Mail Express International","Priority Mail Express International"
213
+ "Priority Mail Express International Flat Rate Boxes","Priority Mail Express International Flat Rate Boxes"
214
+ "Priority Mail Express International Flat Rate Envelope","Priority Mail Express International Flat Rate Envelope"
215
+ "Priority Mail Express International Legal Flat Rate Envelope","Priority Mail Express International Legal Flat Rate Envelope"
216
+ "Priority Mail Express International Padded Flat Rate Envelope","Priority Mail Express International Padded Flat Rate Envelope"
217
+ "Priority Mail Express Legal Flat Rate Envelope","Priority Mail Express Legal Flat Rate Envelope"
218
+ "Priority Mail Express Legal Flat Rate Envelope Hold For Pickup","Priority Mail Express Legal Flat Rate Envelope Hold For Pickup"
219
+ "Priority Mail Express Padded Flat Rate Envelope","Priority Mail Express Padded Flat Rate Envelope"
220
+ "Priority Mail Express Padded Flat Rate Envelope Hold For Pickup","Priority Mail Express Padded Flat Rate Envelope Hold For Pickup"
221
+ "Priority Mail Express Sunday/Holiday Delivery","Priority Mail Express Sunday/Holiday Delivery"
222
+ "Priority Mail Express Sunday/Holiday Delivery Flat Rate Boxes","Priority Mail Express Sunday/Holiday Delivery Flat Rate Boxes"
223
+ "Priority Mail Express Sunday/Holiday Delivery Flat Rate Envelope","Priority Mail Express Sunday/Holiday Delivery Flat Rate Envelope"
224
+ "Priority Mail Express Sunday/Holiday Delivery Legal Flat Rate Envelope","Priority Mail Express Sunday/Holiday Delivery Legal Flat Rate Envelope"
225
+ "Priority Mail Express Sunday/Holiday Delivery Padded Flat Rate Envelope","Priority Mail Express Sunday/Holiday Delivery Padded Flat Rate Envelope"
226
+ "Priority Mail Flat Rate Envelope","Priority Mail Flat Rate Envelope"
227
+ "Priority Mail Flat Rate Envelope Hold For Pickup","Priority Mail Flat Rate Envelope Hold For Pickup"
228
+ "Priority Mail Gift Card Flat Rate Envelope","Priority Mail Gift Card Flat Rate Envelope"
229
+ "Priority Mail Gift Card Flat Rate Envelope Hold For Pickup","Priority Mail Gift Card Flat Rate Envelope Hold For Pickup"
230
+ "Priority Mail Hold For Pickup","Priority Mail Hold For Pickup"
231
+ "Priority Mail International","Priority Mail International"
232
+ "Priority Mail International DVD Flat Rate priced box","Priority Mail International DVD Flat Rate priced box"
233
+ "Priority Mail International Flat Rate Envelope","Priority Mail International Flat Rate Envelope"
234
+ "Priority Mail International Gift Card Flat Rate Envelope","Priority Mail International Gift Card Flat Rate Envelope"
235
+ "Priority Mail International Large Flat Rate Box","Priority Mail International Large Flat Rate Box"
236
+ "Priority Mail International Large Video Flat Rate priced box","Priority Mail International Large Video Flat Rate priced box"
237
+ "Priority Mail International Legal Flat Rate Envelope","Priority Mail International Legal Flat Rate Envelope"
238
+ "Priority Mail International Medium Flat Rate Box","Priority Mail International Medium Flat Rate Box"
239
+ "Priority Mail International Padded Flat Rate Envelope","Priority Mail International Padded Flat Rate Envelope"
240
+ "Priority Mail International Small Flat Rate Box","Priority Mail International Small Flat Rate Box"
241
+ "Priority Mail International Small Flat Rate Envelope","Priority Mail International Small Flat Rate Envelope"
242
+ "Priority Mail International Window Flat Rate Envelope","Priority Mail International Window Flat Rate Envelope"
243
+ "Priority Mail Large Flat Rate Box","Priority Mail Large Flat Rate Box"
244
+ "Priority Mail Large Flat Rate Box Hold For Pickup","Priority Mail Large Flat Rate Box Hold For Pickup"
245
+ "Priority Mail Legal Flat Rate Envelope","Priority Mail Legal Flat Rate Envelope"
246
+ "Priority Mail Legal Flat Rate Envelope Hold For Pickup","Priority Mail Legal Flat Rate Envelope Hold For Pickup"
247
+ "Priority Mail Medium Flat Rate Box","Priority Mail Medium Flat Rate Box"
248
+ "Priority Mail Medium Flat Rate Box Hold For Pickup","Priority Mail Medium Flat Rate Box Hold For Pickup"
249
+ "Priority Mail Padded Flat Rate Envelope","Priority Mail Padded Flat Rate Envelope"
250
+ "Priority Mail Padded Flat Rate Envelope Hold For Pickup","Priority Mail Padded Flat Rate Envelope Hold For Pickup"
251
+ "Priority Mail Regional Rate Box A","Priority Mail Regional Rate Box A"
252
+ "Priority Mail Regional Rate Box A Hold For Pickup","Priority Mail Regional Rate Box A Hold For Pickup"
253
+ "Priority Mail Regional Rate Box B","Priority Mail Regional Rate Box B"
254
+ "Priority Mail Regional Rate Box B Hold For Pickup","Priority Mail Regional Rate Box B Hold For Pickup"
255
+ "Priority Mail Regional Rate Box C","Priority Mail Regional Rate Box C"
256
+ "Priority Mail Regional Rate Box C Hold For Pickup","Priority Mail Regional Rate Box C Hold For Pickup"
257
+ "Priority Mail Small Flat Rate Box","Priority Mail Small Flat Rate Box"
258
+ "Priority Mail Small Flat Rate Box Hold For Pickup","Priority Mail Small Flat Rate Box Hold For Pickup"
259
+ "Priority Mail Small Flat Rate Envelope","Priority Mail Small Flat Rate Envelope"
260
+ "Priority Mail Small Flat Rate Envelope Hold For Pickup","Priority Mail Small Flat Rate Envelope Hold For Pickup"
261
+ "Priority Mail Window Flat Rate Envelope","Priority Mail Window Flat Rate Envelope"
262
+ "Priority Mail Window Flat Rate Envelope Hold For Pickup","Priority Mail Window Flat Rate Envelope Hold For Pickup"
263
  "Priority Overnight","第二天优先"
264
  "Product content code is invalid","产品内容代码无效"
265
  "Product name is missing","产品名称丢失"
266
  "Receiver","收件人"
267
  "Rectangular","矩形"
268
+ "Reference code is missing","参考代码丢失"
269
  "Regular","常规"
270
  "Regular Pickup","常规取件"
271
  "Request Courier","需要快递员"
297
  "Shipment is not available.","运送不可用。"
298
  "Shipment picked up","运单取件"
299
  "Shipper Number","运单号"
300
+ "Shipping Accept XML URL","运送接受 XML URL"
301
+ "Shipping Confirm XML URL","运送确认 XML URL"
302
  "Shipping Key","运单密钥"
303
  "Shipping Key (International)","运单密钥(国际)"
304
  "Show Method if Not Applicable","如果不可用,显示其他方法"
310
  "Specific","指定"
311
  "Sprintline","Sprintline"
312
  "Standard Overnight","标准次日"
313
+ "Standard Post","标准发布"
314
  "Station","站台"
315
  "Subtotal","小计"
316
  "Subtotal With Discount","不含折扣小计"
317
+ "The field is applicable if the Smart Post method is selected.","如果“智能发布”方法已选择,则此字段可用。"
318
  "The response is in wrong format.","响应格式有误。"
319
  "There is no available method for selected shipping address.","所选运送地址没有可用运送方法。"
320
  "There is no items in this order","该订单不包含商品"
354
  "UPS Worldwide Express PlusSM","UPS全球快速加急SM"
355
  "UPS Worldwide Saver","UPS Worldwide Saver"
356
  "USPS","USPS"
357
+ "USPS GXG Envelopes","USPS GXG Envelopes"
358
  "Unable to retrieve tracking","无法获取追踪"
359
  "United Parcel Service","美国联合包裹服务"
360
  "United Parcel Service XML","美国联合包裹服务XML"
app/locale/zh_CN/Mage_Weee.csv CHANGED
@@ -8,12 +8,18 @@
8
  "Enable FPT","启用 FPT"
9
  "Excluding FPT","不包含 FPT"
10
  "Excluding FPT, FPT description, final price","不包含 FPT,FPT 描述,最终价格"
 
11
  "Fixed Product Tax","固定产品税费"
12
  "Fixed Product Taxes","固定产品税费"
13
  "Include FPT In Subtotal","在小计中包含 FPT"
14
  "Including FPT and FPT description","包含 FPT 和 FPT 描述"
15
  "Including FPT and FPT description [incl. FPT VAT]","包含 FPT 和 FPT 描述 [包含 FPT VAT]"
16
  "Including FPT only","仅包含 FPT"
 
 
 
17
  "Total","总数"
18
  "Total Incl. Tax","含税总计"
 
19
  "Total incl. tax","总价含税"
 
8
  "Enable FPT","启用 FPT"
9
  "Excluding FPT","不包含 FPT"
10
  "Excluding FPT, FPT description, final price","不包含 FPT,FPT 描述,最终价格"
11
+ "FPT Tax Configuration","FPT Tax Configuration"
12
  "Fixed Product Tax","固定产品税费"
13
  "Fixed Product Taxes","固定产品税费"
14
  "Include FPT In Subtotal","在小计中包含 FPT"
15
  "Including FPT and FPT description","包含 FPT 和 FPT 描述"
16
  "Including FPT and FPT description [incl. FPT VAT]","包含 FPT 和 FPT 描述 [包含 FPT VAT]"
17
  "Including FPT only","仅包含 FPT"
18
+ "Loaded and Displayed with Tax","Loaded and Displayed with Tax"
19
+ "Not Taxed","Not Taxed"
20
+ "Taxed","Taxed"
21
  "Total","总数"
22
  "Total Incl. Tax","含税总计"
23
+ "Total excl. tax","税后总额"
24
  "Total incl. tax","总价含税"
25
+ "Total:","总数:"
app/locale/zh_CN/Mage_Widget.csv CHANGED
@@ -6,6 +6,7 @@
6
  "All","全部"
7
  "All Pages","所有页面"
8
  "All Product Types","所有产品类型"
 
9
  "Anchor Categories","锚点分类"
10
  "Apply","应用"
11
  "Assign to Store Views","分配到店铺视图"
@@ -54,7 +55,6 @@
54
  "Thumbnail","缩略图"
55
  "Total %d records found","共找到 %s条记录"
56
  "Type","类型"
57
- "Undefined Design Package or Theme.","未定义的设计包或主题。"
58
  "Unselect All","全部反选"
59
  "Unselect Visible","反选可见性"
60
  "View","查看"
6
  "All","全部"
7
  "All Pages","所有页面"
8
  "All Product Types","所有产品类型"
9
+ "An error occurred during saving a widget: %s","保存小工具 %s 时出错。"
10
  "Anchor Categories","锚点分类"
11
  "Apply","应用"
12
  "Assign to Store Views","分配到店铺视图"
55
  "Thumbnail","缩略图"
56
  "Total %d records found","共找到 %s条记录"
57
  "Type","类型"
 
58
  "Unselect All","全部反选"
59
  "Unselect Visible","反选可见性"
60
  "View","查看"
app/locale/zh_CN/Mage_Wishlist.csv CHANGED
@@ -1,4 +1,3 @@
1
- "%1$s has been added to your wishlist. Click <a href=""%2$s"">here</a> to continue shopping.","%1$s 已添加到您的愿望清单。单击<a href=""%2$s"">这里</a>来继续购物。"
2
  "%1$s has been updated in your wishlist.","%1$s 已在您的愿望清单中更新。"
3
  "%d product(s) have been added to shopping cart: %s.","%d 个产品已添加到购物车:%s。"
4
  "%s for ""%s"".","%s 对 “%s”。"
@@ -67,10 +66,12 @@
67
  "Please enter a valid email addresses, separated by commas. For example johndoe@domain.com, johnsmith@domain.com.","请输入有效电子邮件地址,并使用逗号分隔。例如johndoe@domain.com, johnsmith@domain.com"
68
  "Please input a valid email address.","请输入有效电子邮件地址。"
69
  "Please, enter your comments...","请输入您的评论..."
 
70
  "Product","产品"
71
  "Product Details and Comment","产品详情与评论"
72
  "Product(s) %s have required options. Each of them can be added to cart separately only.","产品 %s 有必要选项。每个选项都只能单独添加到购物车。"
73
  "Product(s) %s have required options. Each product can only be added individually.","产品 %s 有必填选项。每个产品必须分别添加。"
 
74
  "RSS Feed","RSS源"
75
  "RSS link to %s's wishlist","到 %s 的与啊unwangqingdande链接"
76
  "Remove Item","删除项目"
@@ -82,10 +83,11 @@
82
  "Share Wishlist","分享愿望清单"
83
  "Share Your Wishlist","共享您的愿望清单"
84
  "Sharing Information","分享信息"
 
85
  "This product(s) is currently out of stock","该产品目前缺货"
86
  "Unable to add the following product(s) to shopping cart: %s.","无法添加下列产品到购物车:%s。"
87
  "Update Wishlist","更新愿望清单"
88
- "User description","用户描述"
89
  "View Details","查看详情"
90
  "View Product","查看产品"
91
  "What's this?","这是什么?"
 
1
  "%1$s has been updated in your wishlist.","%1$s 已在您的愿望清单中更新。"
2
  "%d product(s) have been added to shopping cart: %s.","%d 个产品已添加到购物车:%s。"
3
  "%s for ""%s"".","%s 对 “%s”。"
66
  "Please enter a valid email addresses, separated by commas. For example johndoe@domain.com, johnsmith@domain.com.","请输入有效电子邮件地址,并使用逗号分隔。例如johndoe@domain.com, johnsmith@domain.com"
67
  "Please input a valid email address.","请输入有效电子邮件地址。"
68
  "Please, enter your comments...","请输入您的评论..."
69
+ "Price","价格"
70
  "Product","产品"
71
  "Product Details and Comment","产品详情与评论"
72
  "Product(s) %s have required options. Each of them can be added to cart separately only.","产品 %s 有必要选项。每个选项都只能单独添加到购物车。"
73
  "Product(s) %s have required options. Each product can only be added individually.","产品 %s 有必填选项。每个产品必须分别添加。"
74
+ "Quantity","数量"
75
  "RSS Feed","RSS源"
76
  "RSS link to %s's wishlist","到 %s 的与啊unwangqingdande链接"
77
  "Remove Item","删除项目"
83
  "Share Wishlist","分享愿望清单"
84
  "Share Your Wishlist","共享您的愿望清单"
85
  "Sharing Information","分享信息"
86
+ "This Wishlist has no Items","此心愿清单中没有商品"
87
  "This product(s) is currently out of stock","该产品目前缺货"
88
  "Unable to add the following product(s) to shopping cart: %s.","无法添加下列产品到购物车:%s。"
89
  "Update Wishlist","更新愿望清单"
90
+ "User Description","用户描述"
91
  "View Details","查看详情"
92
  "View Product","查看产品"
93
  "What's this?","这是什么?"
app/locale/zh_CN/Mage_XmlConnect.csv CHANGED
@@ -1,4 +1,5 @@
1
  " But cart has some errors.","但购物车中有一些错误。"
 
2
  """Description"" is more than %d characters long","“描述”多于 %d 个字符长度"
3
  """Title"" is more than %d characters long","“标题”多于 %d 个字符长度"
4
  """id"" attribute is required for a ""%s"" field.","""%s"" 字段需要 ""id"" 属性。"
@@ -6,39 +7,74 @@
6
  """message"" attribute is required for ""%s"" validator rule.","""%s"" 验证器规则需要 ""message"" 属性。"
7
  "%1$s has been added to your wishlist.","%1$s 已添加到您的愿望清单。"
8
  "%1$s incl tax.","%1$s 含税。"
 
9
  "%s API Key required.","%s 需要 API 密钥。"
10
  "%s Application ID required.","%s 需要应用程序 ID。"
11
  "%s Secret Key required.","需要 %s 密钥。"
12
  "%s attribute is required.","需要 %s 属性。"
 
13
  "%s has been added to your cart.","%s 已添加到您的购物车。"
 
 
14
  "(Includes more countries than those listed below. As the application owner, you are responsible for complying with country-specific laws related to the distribution or sale of your application into that country, including your home country.)","(包含列表中不包括的国家。作为应用的所有者,您需要负责遵守在特定国家,包括您自己的祖国分发或销售您的应用程序时,该国的相关法律。)"
 
15
  "*Subject to change","*可能会有变更"
 
16
  "10:40 AM","10:40 AM"
 
 
 
17
  "80px x 80px","80px x 80px"
18
  "80x80 px","80x80 px"
19
  "<a href=""%s"" target=""_blank"">Login</a> to Urabn Airship.","<a href=""%s"" target=""_blank"">登录</a>到 Urban Airship。"
 
20
  "A Catalog Only App will not support functions such as add to cart, add to wishlist, or login.","仅在目录中的应用程序将不支持部分功能,例如添加到购物车、添加到愿望清单,或登录。"
21
  "A new password has been sent.","新密码已发送。"
 
 
22
  "Account","帐户"
 
 
23
  "Account confirmation is required. Please check your email for the confirmation link.","需要进行账户确认。请检查您的电子邮件并找到确认链接。"
24
  "Account information has been saved.","账户信息已保存。"
25
  "Action","操作"
 
 
 
26
  "Activate","激活"
27
  "Activate PayPal Checkout","激活 PayPal 结账"
28
  "Activate PayPal MECL","激活 PayPal MECL"
29
  "Activation Key","激活密钥"
 
 
 
30
  "Add App","添加应用程序"
 
 
31
  "Add New Template","添加新模板"
32
  "Add Page","添加页面"
 
 
 
33
  "Add to Cart","添加到购物车"
34
  "Add to Wishlist","添加到收藏"
 
 
35
  "Additional Address","其他地址"
 
36
  "Address","地址"
37
  "Address 2","地址2"
 
 
 
 
38
  "Address data not specified.","地址数据未指定。"
39
  "Address does not belong to this customer.","地址不属于该客户。"
40
  "Address has been deleted.","地址已被删除。"
41
  "Address has been saved.","地址已被保存。"
 
 
 
42
  "Administrative contact for this app and for app submission issues.","管理有关该应用的联系以及该应用提交的问题。"
43
  "Advanced Settings","高级设置"
44
  "After submitting the App to Magento, please contact <a href=""mailto:%1$s"">%1$s</a> to receive the Application Key, Application Secret and Application Master Secret.","在提交应用程序到 Magento 后,请联系 <a href=""mailto:%1$s"">%1$s</a> 以接收应用程序密钥,应用程序密码和应用程序主密码。"
@@ -48,12 +84,19 @@
48
  "AirMail message","航空邮件消息"
49
  "AirMail templates","航空邮件模板"
50
  "All Allowed Countries","所有允许的国家"
 
51
  "All locations","所有位置"
 
 
 
52
  "An account with this email address already exists.","使用该邮件地址的帐户已存在。"
53
  "An error occurred while adding item to wishlist.","当添加项目到愿望清单时发生错误。"
54
  "An error occurred while deleting the address.","删除该地址时遇到了错误。"
55
  "An error occurred while loading categories.","载入分类时发生错误。"
56
  "An error occurred while loading category filters.","加载分类筛选器时出错。"
 
 
 
57
  "An error occurred while loading wishlist.","载入愿望清单时发生错误。"
58
  "An error occurred while processing your order. Please contact us or try again later.","处理您的订单时出错。请联系我们或稍后再试。"
59
  "An error occurred while processing your request.","处理您的请求时出错。"
@@ -63,7 +106,9 @@
63
  "Android","Android"
64
  "Android doesn\'t support AirMail message type.","Android 不支持 AirMail 消息类型。"
65
  "App Background","App背景"
 
66
  "App Background (landscape mode).","App背景(横向模式)。"
 
67
  "App Background (portrait mode).","App背景(纵向模式)。"
68
  "App Background <br />(landscape mode)","App背景<br />(横向模式)"
69
  "App Background <br />(portrait mode)","App背景<br />(纵向模式)"
@@ -74,6 +119,7 @@
74
  "App Stores","App店铺"
75
  "App Submission History","App提交历史"
76
  "App Title","App标题"
 
77
  "App code required.","需要App代码。"
78
  "App does not exist.","App不存在。"
79
  "App has been deleted.","App已被删除。"
@@ -87,15 +133,35 @@
87
  "Application Master Secret","应用程序主密钥"
88
  "Application Name","应用程序名称"
89
  "Application Secret","应用程序密码"
 
 
 
 
 
 
 
 
90
  "Are you sure you want to delete this theme? This change will affect all applications.","你确认要删除此主题吗?此变更将影响所有应用程序。"
91
  "Are you sure you want to do this?","您是否确认要这样做?"
 
92
  "Are you sure you whant to cancel a message?","您是否确定要取消该信息?"
93
  "Are you sure you whant to delete a message?","您是否确定要删除该信息?"
94
  "Are you sure you what to cancel selected records?","您是否确定要取消所选记录?"
95
  "Are you sure you what to delete selected records?","您是否确定要删除所选记录?"
 
 
 
96
  "As a Magento customer, Urban Airship is offering you unlimited Push Notifications and Rich Push for $100/year* along with a 60 day free trial.","作为 Magento 的客户,Urban Airship 为您提供仅需 $100/年无限制的推送通知和富推送,包含 60 天免费试用。"
 
 
 
97
  "At last one application has to be created.","至少需要创建一个应用程序。"
 
98
  "Authentication complete.","身份验证完成。"
 
 
 
 
99
  "Back","返回"
100
  "Back to App Edit","返回应用编辑"
101
  "Background Color","背景色"
@@ -103,18 +169,28 @@
103
  "Balance Change","余额变动"
104
  "Balance History","余额历史"
105
  "Banner on Home Screen","主界面的旗帜"
 
106
  "Banner on Home Screen (landscape mode) image missing.","主屏幕(横向模式)的横幅图片丢失。"
 
107
  "Banner on Home Screen (portrait mode) image missing.","主屏幕(纵向模式)的横幅图片丢失。"
108
  "Banner on Home Screen <br />(landscape mode)","主屏幕的横幅图片 <br />(横向模式)"
109
  "Banner on Home Screen <br />(portrait mode)","主屏幕的横幅图片 <br />(纵向模式)"
110
  "Banner on Home Screen image missing.","主界面旗帜的图片丢失。"
 
 
 
111
  "Billing Address","账单地址"
 
112
  "Billing address has been set.","账单地址已设置/"
 
113
  "Buy %1$s for %2$s","为 %2$s 购买 %1$s"
114
  "Buy %1$s for %2$s (%3$s incl. tax) each","为每 %2$s(%3$s 含税)购买 %1$s"
115
  "Buy %1$s for %2$s each","为每 %2$s 购买 %1$s"
116
  "Buy %1$s with %2$s discount each","买 %1$个,每个折扣为 %2$s"
 
117
  "Buyer country is not allowed by store.","店铺不允许买家的国家。"
 
 
118
  "Cache Lifetime (seconds)","缓存寿命(秒)"
119
  "Cache Management","缓存管理"
120
  "Can\'t add item to shopping cart.","无法添加项目到购物车。"
@@ -123,12 +199,14 @@
123
  "Can\'t create wishlist.","无法创建愿望清单。"
124
  "Can\'t delete ""%s"" theme.","无法删除 ""%s"" 主题。"
125
  "Can\'t load XML.","无法加载XML。"
 
126
  "Can\'t load application with id ""%s""","无法载入 id 为 ""%s"" 的应用程序"
127
  "Can\'t load cart info.","无法载入购物车信息。"
128
  "Can\'t load cart.","无法载入购物车。"
129
  "Can\'t load customer form.","无法载入客户表单。"
130
  "Can\'t load default themes.","无法载入默认主题。"
131
  "Can\'t load selected theme. Please check your media folder permissions.","无法载入已选择的主题。请检查您的媒体文件夹权限。"
 
132
  "Can\'t open submission form.","无法打开提交表单。"
133
  "Can\'t read file ""%s"".","无法读取文件""%s""。"
134
  "Can\'t remove the item.","无法删除该项目。"
@@ -143,41 +221,72 @@
143
  "Can\'t write to file ""%s"".","无法写入到文件 ""%s""。"
144
  "Cancel","取消"
145
  "Canceled","已取消"
 
146
  "Cancelled","已取消"
147
  "Cannot apply gift card.","无法应用礼品卡。"
 
148
  "Cannot load theme ""%s"".","无法加载主题 ""%s""。"
149
  "Cannot redeem Gift Card.","无法兑换礼品卡。"
150
  "Cannot remove gift card.","无法删除礼品卡。"
151
  "Cannot save theme ""%s"". Incorrect data received","无法保存主题 ""%s""。收到的数据有误"
 
152
  "Card Verification Number","卡片验证号码"
153
  "Card verification number is wrong","卡验证号码有误"
154
  "Carrier","运营商"
155
  "Cart","购物车"
 
156
  "Cart has been updated.","购物车无法更新。"
157
  "Cart has some errors.","购物车存在一些错误。"
158
  "Cart is empty.","购物车为空。"
159
  "Catalog Only App?","只对App分类?"
 
160
  "Category Button Color","分类按钮也暗色"
161
  "Category Item Background Color","分类项目背景色"
 
162
  "Chairs","链"
163
  "Change Orientation","更改方向"
164
  "Change Password","更改密码"
165
  "Changes have been saved to theme.","变动已保存到主题中。"
 
 
 
 
 
 
 
 
166
  "Checkout has been initialized.","结账已被初始化。"
 
 
 
 
 
167
  "City","城市"
 
 
168
  "Color Themes","色彩主题"
169
  "Colors","色彩"
 
170
  "Company","公司"
171
  "Completed","已完成"
 
 
172
  "Confirm New Password","确认新密码"
173
  "Confirm Password","确认密码"
 
 
174
  "Contact Email","联系邮件"
175
  "Contact Information","联系信息"
 
176
  "Container is not defined.","未定义容器。"
177
  "Content","内容"
 
178
  "Copyright","版权所有"
179
  "Copyright Page Logo","版权页面徽标"
 
180
  "Copyright Page Logo <br />(iPhone 4 retina)","版权页面徽标<br />(iPhone 4 retina屏幕)"
 
 
181
  "Countries Payment Applicable From","各国支付可用情况表单"
182
  "Country","国家"
183
  "Country options don\'t recognized for ""%s"".","国家选项不能识别 ""%s""。"
@@ -185,35 +294,47 @@
185
  "Coupon code %s was applied.","代金券代码 %s 已被使用。"
186
  "Coupon code is empty.","代金券代码为空。"
187
  "Coupon code was canceled.","优惠代码已被取消。"
 
 
188
  "Creating a Template is allowed only for applications which have device type iPhone.","只有设备类型为iPhone的应用程序才能创建模板。"
189
  "Credit Card","信用卡"
190
  "Credit Card %s","信用卡 %s"
191
  "Credit Card Number","信用卡号码"
192
  "Credit Card Type","信用卡类型"
193
  "Credit card number does not match credit card type.","信用卡编号与信用卡类型不匹配。"
 
194
  "Current Balance: %s","当前余额:%s"
195
  "Current Password","当前密码"
196
  "Currently, PayPal MEP is not available for the Android application","当前,PayPal MEP不能用于Android应用。"
 
197
  "Custom App Icon","自定义App图标"
 
198
  "Custom App Icon <br />(iPhone 4 retina)","自定义App图标<br />(iPhone 4 retina屏幕)"
199
  "Custom Colors","自定义颜色"
 
 
 
200
  "Customer authentication problem.","客户身份验证问题。"
201
  "Customer balance available in enterprise version of Magento only.","客户余额仅在 Magento 的企业版本中提供。"
202
  "Customer balance is disabled for current store","客户余额在当前商店已禁用"
203
  "Customer email not specified.","客户邮件未指定。"
204
  "Customer logout problem.","客户注销问题。"
205
  "Customer not logged in.","客户未登录。"
 
206
  "DD","DD"
207
  "Date","日期"
208
  "Date Created","创建日期"
209
  "Date Submitted","日期已提交"
210
  "Date Updated","更新日期"
 
211
  "Day","天"
212
  "Deeper Messaging and Engagement with Rich Push.","通过丰富的推送,获取更多的消息和参与。"
213
  "Default Billing Address","默认账单地址"
214
  "Default Shipping Address","默认送货地址"
215
  "Default Theme","默认主题"
 
216
  "Delete","删除"
 
217
  "Delete theme","删除主题"
218
  "Deleted","已删除"
219
  "Description","描述"
@@ -224,18 +345,37 @@
224
  "Device","设备"
225
  "Device Information","设备信息"
226
  "Device Type","设备类型"
 
227
  "Device doesn\'t recognized. Unable to load a template.","设备未被识别。无法加载模板。"
228
  "Device doesn\'t recognized: ""%s"". Unable to load a helper.","设备未被识别:""%s""。无法加载帮助程序。"
229
  "Device doesn\'t recognized: ""%s"". Unable to load preview model.","设备未被识别:""%s""。无法加载预览模型。"
 
 
 
 
 
 
 
230
  "Edit","编辑"
 
 
231
  "Edit AirMail Message","编辑航空邮件信息"
232
  "Edit AirMail Message Queue #%s","编辑航空邮件队列 #%s"
233
  "Edit App ""%s""","编辑 App ""%s"""
234
  "Edit Filter","编辑筛选器"
 
 
235
  "Edit Template ""%s""","编辑模板 ""%s"""
 
 
 
236
  "Element with id %s already exists","ID %s 元素已存在"
237
  "Email","电子邮件"
238
  "Email Address","编辑电子邮件地址"
 
 
 
 
239
  "Enable AirMail Message Push notification","启用航空邮件信息推送通知"
240
  "Enable Facebook","启用反馈"
241
  "Enable Flurry Analytics","启用Flurry分析"
@@ -243,30 +383,60 @@
243
  "Enable LinkedIn","启用LinkedIn"
244
  "Enable Standard Checkout","启用标准结账"
245
  "Enable Twitter","启用Twitter"
 
 
 
 
 
 
 
 
 
 
 
246
  "Error while processing file ""%s"".","处理文件 ""%s"" 时遇到了错误。"
247
  "Error while reading data from Payment Bridge. Please, try again.","从支付桥读取数据时出错。请重试。"
 
248
  "Error while uploading file ""%s"".","上传文件 ""%s"" 时出错。"
249
  "Error while uploading file ""%s"". Disallowed file type. Only ""jpg"", ""jpeg"", ""gif"", ""png"" are allowed.","上传文件 ""%s""时出错。不允许的文件类型。只有 ""jpg"", ""jpeg"", ""gif"", ""png"" 是允许的。"
250
  "Error.","错误。"
 
251
  "Expiration Date - Month","截止日期 - 月"
252
  "Expiration Date - Year","截止日期 - 年"
253
  "Expires: %s","过期于:%s"
254
  "Extend the life of your app with Urban Airship Push Notifications.","借助 Urban Airship 推送通知,让您的应用程序流行更久。"
255
  "Extensions","扩展"
256
  "FILTERS APPLIED","过滤器已应用"
 
257
  "Facebook API","Facebook API"
258
  "Facebook Application ID","反馈应用程序ID"
 
259
  "Fax","传真"
260
  "File can\'t be uploaded.","文件无法上传。"
261
  "File doesn\'t exist ""%s"".","文件不存在 ""%s""。"
 
 
262
  "First Name","名字"
 
263
  "Flurry API Code","Flurry API代码"
264
  "Flurry Analytics","Flurry分析"
265
  "Flurry Analytics Site","Flurry分析网站"
266
  "Fonts","字体"
 
 
 
 
267
  "Free","免费"
 
 
 
 
 
 
268
  "Funk Leaf","Funk Leaf"
 
269
  "General","常规"
 
270
  "Get Content from CMS Page","从CMS页面获得内容"
271
  "Gift Card ""%s"" was added.","礼品卡 ""%s"" 已添加"
272
  "Gift Card ""%s"" was redeemed.","礼品卡 ""%s"" 已兑换。"
@@ -276,6 +446,8 @@
276
  "Gift Card code is empty.","礼品卡代码为空。"
277
  "Gift Card: %s","礼品卡:%s"
278
  "Gift card account available in enterprise version of Magento only.","礼品卡帐户仅在 Magento 的企业版本中提供。"
 
 
279
  "Grand Total (Excl. Tax)","合计(不含税)"
280
  "Grand Total (Incl. Tax)","合计(含税)"
281
  "Guest","来宾"
@@ -286,27 +458,47 @@
286
  "Hot Red","大红"
287
  "How do you rate this product?","您如何评价该产品?"
288
  "How to incorporate Urban Airship within your application:","如何将 Urban Airship 整合入您的应用程序:"
 
 
289
  "ID","ID"
 
290
  "Icon that will appear on the user\'s device after they download your app. Recommended size: 48px x 48px.","下载应用后,该图标将出现在用户设备上。建议的大小是:48px x 48px。"
 
291
  "Icon that will appear on the user\'s device after they download your app. You do not need to apply a gradient or soft edges (this is done automatically by Apple). Recommended size: 72px x 72px.","下载应用后,该图标将会出现在用户的设备上。您不需要自己应用渐变或圆滑的边缘(这是由Apple自动进行的)。建议的大小是:72px x 72px。"
 
 
292
  "Icon that will appear on the user\'s phone after they download your app. You do not need to apply a gradient or soft edges (this is done automatically by Apple). Recommended size: 114px x 114px.","下载应用后,该图标将会出现在用户的设备上。您不需要自己应用渐变或圆滑的边缘(这是Apple自动进行的)。建议的大小是:114px x 114px。"
293
  "Icon that will appear on the user’s phone after they download your app. You do not need to apply a gradient or soft edges (this is done automatically by Apple). Recommended size: 57px x 57px at 72 dpi.","下载应用后,该图标会出现在用户的设备上。您不需要自己应用渐变或圆滑的边缘(这是Apple自动进行的)。建议的大小是:72dpi下57px x 57px。"
294
  "Icons","图标"
295
  "If leave this field empty, the message will be sent immediately","如果该字段留空,信息将立刻发送。"
296
  "If you want to disable the cache on the application side, leave the field empty. Warning! When disabling cache, the application will take time to load each page.","如果希望在应用程序端禁用缓存,请将该字段留空。警告!禁用缓存后,应用程序加载每个页面所需的时间将更长。"
 
 
 
297
  "Image file was not found.","无法找到图片文件。"
 
 
 
 
298
  "Image that appears on first screen while your app is loading. Required size: 1024px x 768px.","当您加载应用时,出现在第一个界面上的图像。要求的大小为:1024px x 768px。"
299
  "Image that appears on first screen while your app is loading. Required size: 320px x 455px.","当您加载应用时,出现在第一个界面上的图像。要求的大小为:320px x 455px。"
300
  "Image that appears on first screen while your app is loading. Required size: 320px x 460px.","当您加载应用时,出现在第一个界面上的图像。要求的大小为:320px x 460px。"
301
  "Image that appears on first screen while your app is loading. Required size: 640px x 920px.","当您加载应用时,出现在第一个界面上的图像。要求的大小为:640px x 920px。"
302
  "Image that appears on first screen while your app is loading. Required size: 768px x 1024px.","当您加载应用时,出现在第一个界面上的图像。要求的大小为:768px x 1024px。"
 
 
303
  "Images","图像"
 
304
  "In Queue","位于队列中"
305
  "In Stock","有货"
306
  "In addition, click here to review Urban Airship\'s Terms of Service: <a href=""%s"" target=""_blank"">click here</a>.","此外,点击此处查看城市飞艇的服务条款: <a href=""%s"" target=""_blank"">点击此处</a>。"
307
  "In order to resubmit your app, you need to first purchase a <a href=""%s"" target=""_blank"">%s</a> from MagentoCommerce","为了提交您的App,您需要首先从MagentoCommerce购买 <a href=""%s"" target=""_blank"">%s</a>。"
308
  "In order to submit your app, you need to first purchase a <a href=""%s"" target=""_blank"">%s</a> from MagentoCommerce","为了提交您的App,您需要首先从MagentoCommerce购买 <a href=""%s"" target=""_blank"">%s</a>。"
309
  "Inactive Tabs","非活跃选项卡"
 
 
 
 
310
  "Invalid XML.","无效XML。"
311
  "Invalid current password.","当前密码无效。"
312
  "Invalid customer data.","客户数据无效。"
@@ -317,26 +509,77 @@
317
  "Invalid shipping method.","运送方法无效。"
318
  "Issue Number","问题编号"
319
  "It\'s not allowed to delete submitted application.","不允许删除已提交的应用程序。"
 
 
320
  "Item has been added to cart.","商品已被添加到购物车。"
321
  "Item has been deleted from cart.","商品已从购物车中删除。"
322
  "Item has been removed from wishlist.","商品已从愿望清单中删除。"
 
323
  "Items were updated. But can\'t update wishlist.","商品已更新。但无法更新愿望清单。"
 
324
  "Key","密钥"
325
  "Keywords","关键词"
326
  "Label","标签"
 
 
327
  "Large iTunes Icon","大iTunes图标"
 
328
  "Large icon that appears in the iTunes App Store. You do not need to apply a gradient or soft edges (this is done automatically by Apple). Required size: 512px x 512px.","出现在iTunes App Store的大图标。您不需要应用渐变或圆滑的边缘(这是由Apple自动实现的)。必须的大小:512px x 512px。"
 
 
329
  "Last Name","姓氏"
 
 
 
 
 
330
  "LinkedIn API","LinkedIn API"
331
  "LinkedIn API Key","LinkedIn API密钥"
 
 
332
  "LinkedIn Secret Key","LinkedIn密钥"
 
 
 
333
  "Loader Splash Screen","加载启动界面"
 
 
 
334
  "Loader Splash Screen <br />(iPhone 4 retina)","加载启动界面<br />(iPhone 4 retina屏幕)"
335
  "Loader Splash Screen <br />(landscape mode)","加载启动界面<br />(横向模式)"
336
  "Loader Splash Screen <br />(portrait mode)","加载启动界面<br />(纵向模式)"
 
 
 
 
 
 
 
 
 
 
 
337
  "Loading Preview...","正在加载预览..."
 
 
 
 
 
 
 
 
 
 
 
 
338
  "Locations","位置"
339
  "Log In","登录"
 
 
 
 
 
 
340
  "Login and password are required.","需要登录和密码。"
341
  "Logo in Header","头部徽标"
342
  "Logo in Header image missing.","头部徽标图像丢失。"
@@ -352,7 +595,11 @@
352
  "Manage Mobile App","管理移动应用"
353
  "Maximum length is 140","最大长度为140"
354
  "Maximum length is 255","最大长度为255"
 
 
355
  "Merchant Label","商家标签"
 
 
356
  "Message Queue","消息队列"
357
  "Message Settings","消息设置"
358
  "Message Templates","消息模板"
@@ -360,7 +607,13 @@
360
  "Message Type","消息类型"
361
  "Message can be edited when status of the message is ""In Queue"" only.","消息只可在状态为“处于队列中”时进行编辑。"
362
  "Message content","信息内容"
 
363
  "Message title","信息标题"
 
 
 
 
 
364
  "Mobile","移动"
365
  "Mobile Express Checkout has been canceled.","手机快速结账已被取消。"
366
  "Mobile Express Checkout processed successfully.","手机快速结账已成功处理。"
@@ -368,39 +621,82 @@
368
  "More","更多"
369
  "More Info","更多信息"
370
  "More Tabs","更多选项卡"
 
 
 
 
 
 
371
  "Name on Card","卡片上的名字"
372
  "Name that appears beneath your app when users install it to their device. We recommend choosing a name that is 10-12 characters and that your customers will recognize. %s chars max.","当用户安装应用程序到他们的设备时,名称会显示在您的应用程序下方。我们推荐您选取 10-12 字符长度的名称,这样您的客户能完整识别。最多 %s 个字符。"
373
  "New AirMail Message","新 AirMail 消息"
374
  "New AirMail Message Queue","新 AirMail 消息队列"
375
  "New App","新应用程序"
 
376
  "New Password","新密码"
377
  "New Template","新模板"
 
378
  "Nickname","昵称"
 
379
  "No Payment Information Required","不需要支付信息"
 
 
380
  "No items were specifed to update.","没有指定项目来更新。"
381
  "No items were updated.","没有项目被更新。"
382
  "No product selected.","没有选择产品。"
 
383
  "No shipping method required.","无需任何运输方式。"
384
  "No such file ""%s"".","没有此文件“%s”。"
385
  "Not Submitted","未提交"
 
386
  "Notice","注意"
 
 
 
 
 
 
 
 
387
  "One or more keywords that describe your app. Keywords are matched to users\' searches in the App Store and help return accurate search results. Separate multiple keywords with commas. 100 chars is maximum.","描述您应用程序的一个或两个关键词。关键词将用于匹配用户在 App Store 中的搜索,并帮助返回准确的搜索结果。使用逗号分隔多个关键词。最多 100 个字符。"
388
  "Onepage checkout is disabled.","单页结账已被禁用。"
389
  "Only custom theme can be deleted","仅有自定义主题可被删除"
390
  "Only default theme can be reset","您只能重置默认主题"
391
  "Only free apps are allowed in this version.","该版本仅允许免费应用程序。"
392
  "Only registered users can write reviews. Please, log in or register.","仅已注册用户可撰写评论。请登录或注册。"
 
 
393
  "Options menu items","选项菜单项"
 
 
394
  "Order #%s - %s","订单 #%s - %s"
395
  "Order Date: %s","订单日期:%s"
 
 
 
 
 
 
 
 
 
396
  "Order id is not specified.","订购 id 未指定。"
397
  "Order is not available.","订单不可用。"
398
  "Ordered","已下单"
 
 
 
 
399
  "Output format is not specified. Please, specify ""format"" key in constructor, or set it using setFormat().","未指定输出格式。请在构造函数中指定 “格式” 键,或使用 setFormat()进行设置。"
 
400
  "POST data is not valid.","POST 数据无效。"
401
  "Pages","页面"
402
  "Password","密码"
403
  "Password fields cannot be empty.","密码字段不能为空。"
 
 
 
 
404
  "PayPal MECL is the mobile version of PayPal\'s Express Checkout service. You can choose to use MECL alongside standard checkout, or use it as your only checkout method for Magento Mobile.","MECL 是贝宝快速结帐服务的移动版本。您可以选择在标准结账的同时也使用MECL,或者将其作为您Magento 移动唯一的结帐手段。"
405
  "PayPal MEP","PayPal MEP"
406
  "PayPal Mobile Embedded Payment (MEP)","PayPal 移动嵌入支付 (MEP)"
@@ -410,11 +706,15 @@
410
  "Payer Email: %s","付款者邮件地址:%s"
411
  "Payment Applicable From","支付适用性表单"
412
  "Payment Bridge module unavailable.","付款桥模块不可用。"
 
413
  "Payment Method","支付方式"
414
  "Payment Method has been set.","支付方法已设置。"
415
  "Payment Methods","支付方式"
 
416
  "Payment method was successfully set.","支付方法已成功设置。"
417
  "Paypal MEP doesn\'t support checkout with any discount.","PayPal MEP 不支持使用任何折扣结账。"
 
 
418
  "Please <a href=""%s"" target=""_blank"">click here</a> to see how to setup and retrieve API credentials.","请<a href=""%s"" target=""_blank"">单击这里</a>查看如何设置和取回 API 凭证。"
419
  "Please Select Application","请选择应用程序"
420
  "Please Select Device Type","请选择设备类型"
@@ -424,6 +724,7 @@
424
  "Please enter a valid URL. Protocol is required (http://, https:// or ftp://)","请输入有效URL。协议名是必须的(http://、https://,或ftp://)"
425
  "Please enter a valid date.","请输入有效日期"
426
  "Please enter a valid email address. For example johndoe@domain.com.","请输入有效邮件地址。例如johndoe@domain.com。"
 
427
  "Please enter issue number or start date for switch/solo card type.","请输入Switch/Solo类卡的颁发号或开始日期。"
428
  "Please enter the Activation Key.","请输入激活密钥。"
429
  "Please enter the Copyright.","请输入版权。"
@@ -432,8 +733,13 @@
432
  "Please enter the Resubmission Key.","请输入重提交密钥。"
433
  "Please enter the Title.","请输入名称。"
434
  "Please make sure your passwords match.","请确保密码匹配。"
 
435
  "Please select an option.","请选择一个选项。"
436
  "Please select at least one country.","请选择至少一个国家。"
 
 
 
 
437
  "Please upload an image for ""App Background (landscape mode)"" field from Design Tab.","请从设计选项卡为“App背景(横向模式)”字段上传一个图片。"
438
  "Please upload an image for ""App Background (portrait mode)"" field from Design Tab.","请从设计选项卡为“App背景(纵向模式)”字段上传一个图片。"
439
  "Please upload an image for ""App Background"" field from Design Tab.","请从设计选项卡为“App背景”字段上传一个图片。"
@@ -444,32 +750,68 @@
444
  "Please use letters only (a-z or A-Z) in this field.","在该字段中请只使用字母(a-z或A-Z)"
445
  "Please use numbers only in this field. Please avoid spaces or other characters such as dots or commas.","请在该字段中只使用数字。请不要使用空格或其它字符,例如句点或逗号。"
446
  "Please use only letters (a-z or A-Z) or numbers (0-9) only in this field. No spaces or other characters are allowed.","该字段中请只使用字母(a-z 或 A-Z)或数字(0-9),不能使用空格或其它字符。"
 
 
 
 
 
 
 
 
447
  "Prefix","前缀"
448
  "Preset Theme","预设主题"
449
  "Preview","预览"
450
  "Price","价格"
451
  "Price Font Color","价格字体颜色"
 
 
452
  "Primary Color","主要颜色"
453
  "Primary Font Color","主要字体颜色"
454
  "Problem changing or sending password.","更改或发送密码时遇到问题。"
 
 
 
 
 
455
  "Product Name3 ","产品名 3"
456
  "Product Name3 1","产品名 3 1"
457
  "Product Name3 2","产品名 3 2"
 
 
 
 
 
 
 
458
  "Product is unavailable.","产品不可用。"
 
 
459
  "Product was not specified.","产品未指定。"
460
  "Product(s) currently out of stock.","产品目前缺货。"
 
 
461
  "Purchase Order Number","采购订单号"
462
  "Push Notification","发布通知"
463
  "Push Notifications allow you to send messages directly to the people who have installed your app on their device. Send messages to your full audience even when your app is closed. Push Notifications are one of the best ways to keep your app active by delivering valuable content directly to your customers. Learn more about Push Notifications - <a href=""%1$s"" target=""_blank"">%1$s</a>","推送通知允许您直接发送消息给安装您应用程序的用户。即使您的应用程序处于关闭状态仍可发送消息给所有接收者。推送通知是通过直接递送有价值内容给您的客户而保持应用程序持久活力的最佳方式。要了解关于推送通知的更多信息,请访问 - <a href=""%1$s"" target=""_blank"">%1$s</a>"
464
  "Push Title","推送标题"
465
  "Push message","推送信息"
466
  "Push title","推送标题"
 
 
 
 
467
  "Queue Date","队列日期"
468
  "Queue Message","队列消息"
469
  "Queue does not exist.","队列不存在。"
470
  "Queue is allowed only for applications with enabled Push Notification.","队列仅可在启用推送通知的应用程序中使用。"
471
  "Quote instance is required.","队列实例是必须的。"
 
 
 
 
 
472
  "Recipient Information","收件人信息"
 
473
  "Recommended size 1024px x 344px. Note: Image size affects the performance of your app.","推荐尺寸 1024px x 344px。注意:图片尺寸将影响您的应用程序的性能。"
474
  "Recommended size 1024px x 704px. Note: Image size affects the performance of your app.","建议的大小:1024px x 704px。注意:图像大小会影响您应用的性能。"
475
  "Recommended size 320px x 230px. Note: Image size affects the performance of your app. Keep your image size below 50 KB for optimal performance.","建议的大小:320px x 320px。注意:图像大小会影响您应用的性能。为获得最佳性能,建议图像大小不超过50 KB。"
@@ -478,47 +820,118 @@
478
  "Recommended size 35px x 35px.","建议的大小为 35px x 35px。"
479
  "Recommended size 768px x 294px. Note: Image size affects the performance of your app.","建议的大小为768px x 294px。注意:图像大小会影响您应用的性能。"
480
  "Recommended size 768px x 960px. Note: Image size affects the performance of your app.","建议的大小为768px x 960px。注意:图像大小会影响您应用的性能。"
 
 
 
 
 
481
  "Redemption functionality is disabled.","兑换功能被禁用。"
482
  "Refunded","已存储"
 
 
 
 
 
483
  "Regular and confirmation passwords must be equal","常规和确认密码必须一致。"
484
  "Related Product Background Color","相关产品的背景色"
 
 
 
 
 
 
 
 
 
 
485
  "Request internal error.","请求内部错误。"
 
 
486
  "Reset theme to default","将主题重设为默认"
487
  "Resubmission Key","重新提交密钥"
488
  "Resubmit App","重新提交App"
 
 
 
 
 
489
  "Review","评测"
490
  "Rich Push allows you to create and send engaging experiences by adding HTML and other rich media components to your push notifications. Moving beyond alerts and badge updates, Rich Push takes users into the app while displaying content in a customizable WebKit view. Create branded messages that engage your users with new content and information, all without having to update your app. Learn more about Rich Push - <a href=""%1$s"" target=""_blank"">%1$s</a>","富推送 (Rich Push) 允许您添加 HTML 和其他富媒体组件到您的推送通知中,从而达到创建和传送引人入胜的推送体验。超越常规提醒和应用程序图标标记更新,富推送将用户带入到应用程序的同时,在可定制的 WebKit 视图中显示内容。使用全新内容和信息来创建您的品牌消息吸引您的用户,无需更新您的应用程序。要了解关于富推送的贡多信息,请访问 - <a href=""%1$s"" target=""_blank"">%1$s</a>"
491
  "SORT BY:","排序方式:"
 
 
492
  "Save","保存"
493
  "Save As","另存为"
494
  "Save Theme","保存主题"
495
  "Save and Continue Edit","保存并继续编辑"
496
  "Save and Submit App","保存并提交App"
497
  "Save in address book","保存到地址簿"
 
 
 
 
 
498
  "Screens:","屏幕:"
499
  "Scroll Background Color","卷动背景色"
500
  "Search","搜索"
 
 
 
501
  "Secondary Color","辅助颜色"
502
  "Secondary Font Color","辅助字体颜色"
 
 
503
  "Select All","全选"
 
 
 
 
 
 
 
 
 
 
504
  "Selected product is unavailable.","所选产品不可用。"
 
505
  "Sender Information","发送者信息"
 
 
506
  "Settings","设置"
 
 
 
 
 
507
  "Shipped","已发货"
 
508
  "Shipping Address","送货地址"
509
  "Shipping Method","运送方式"
 
510
  "Shipping address has been set.","运行地址已设置。"
 
511
  "Shipping method has been set.","运送方法已设置。"
512
  "Shipping method is required","需要填写运送方式"
513
  "Shipping method successfully updated","配送方式已成功更新"
514
  "Shipping to this address is not possible.","无法运送到此地址。"
515
  "Shop","商店"
 
 
 
516
  "Shopping cart is empty.","购物车为空。"
 
 
 
 
517
  "Sky Blue","天蓝"
518
  "Social Networking","社交网络"
519
  "Some emails were not sent.","某些邮件未发送"
520
  "Sorry, no payment options are available for this order at this time.","对不起,该订单目前没有可用支付选项。"
521
  "Sorry, no quotes are available for this order at this time.","抱歉,当前该订单中没有报价可用。"
 
 
 
 
522
  "Specific Countries","指定国家"
523
  "Specified address does not exist.","指定的地址不存在。"
524
  "Specified invalid app code.","指定了无效的App代码。"
@@ -529,14 +942,25 @@
529
  "Start Date","开始日期"
530
  "Start Date - Month","开始日期 - 月"
531
  "Start Date - Year","开始日期 - 年"
 
 
 
 
 
532
  "State/Province","州/省"
533
  "Status","状态"
 
 
534
  "Store Credit payment is not being used in your shopping cart.","您的购物车尚未使用店铺信用支付。"
535
  "Store View","店铺视图"
 
 
536
  "Store logo that is displayed on copyright page of app. Preferred size: 100px x 100px.","店铺徽标会显示在应用的版权页上。首选大小为:100px x 100px。"
537
  "Store logo that is displayed on copyright page of app. Preferred size: 200px x 200px.","店铺徽标会显示在应用的版权页上。首选大小为:200px x 200px。"
 
538
  "Street Address","街道地址"
539
  "Street Address 2","街道地址2"
 
540
  "Submission","提交"
541
  "Submission Fields","提交字段"
542
  "Submission History","提交历史"
@@ -544,11 +968,24 @@
544
  "Submit App ""%s""","提交应用 ""%s"""
545
  "Submit App failure. %s","提交应用失败。""%s"""
546
  "Submit App failure. Invalid activation key provided","提交应用失败。所提供的激活密钥无效"
 
547
  "Submitted","已提交"
 
 
548
  "Subtotal (Excl. Tax)","小计(不含税)"
549
  "Subtotal (Incl. Tax)","小计(含税)"
 
 
 
 
 
 
 
 
 
550
  "Suffix","后缀"
551
  "Summary of Your Review","您的评测汇总"
 
552
  "T-Shirts","T恤"
553
  "Tabs","选项卡"
554
  "Tax","传真"
@@ -562,30 +999,80 @@
562
  "Template does not exist.","模板不存在。"
563
  "Template for new AirMail Message does not exist.","用于新的航空邮件信息的模板不存在。"
564
  "Template has been deleted.","模板已删除。"
 
565
  "Text length does not satisfy specified max text range.","文本长度不符合指定的最大文本范围。"
566
  "Text length does not satisfy specified min text range.","文本长度不符合指定的最小文本范围。"
567
  "Thank you for registering!","感谢您的注册!"
568
  "Thank you for your purchase! ","感谢您的购买!"
 
569
  "The Mailbox title will be shown in the More Info tab. To understand more about the title, please <a target=""_blank"" href=""http://www.magentocommerce.com/img/product/mobile/helpers/mail_box_title.png"">click here</a>","邮箱标题会显示在更多信息选项卡下。要详细了解该标题的信息,请 <a target=""_blank"" href=""http://www.magentocommerce.com/img/product/mobile/helpers/mail_box_title.png"">点击这里</a>"
 
 
 
 
 
 
 
570
  "The icon that appears in the Android Market. Recommended size: 512px x 512px. Maximum size: 1024 KB.","该图标会显示在Android市场中。建议的大小:512px x 512px。最大尺寸:1024 KB。"
 
 
 
 
 
 
571
  "The store credit payment has been removed from shopping cart.","该店铺信用支付已从购物车中删除。"
 
 
 
572
  "Theme configurations are successfully reset.","这些配置已成功重设。"
573
  "Theme has been created.","主题已创建。"
574
  "Theme has been delete.","主题已被删除。"
575
  "Theme label can\'t be empty","主题标签不能为空"
576
  "Theme label:","主题标签:"
577
  "Theme name is not set.","主题名称尚未设置。"
 
 
 
 
 
 
 
578
  "There were some problems with the data.","数据有些问题。"
579
  "This email address was not found in our records.","该电子邮件地址无法在我们的记录中找到。"
 
580
  "This is a required field.","这是必填区域。"
 
581
  "Title","标题"
582
  "Title bar","标题栏"
 
 
 
583
  "To activate PayPal MEP payment method activate Express checkout first. ","要激活PayPal MEP支付方法,首先需要激活快速结账功能。"
 
 
 
 
584
  "Token has not been set.","令牌尚未设置。"
 
 
 
 
585
  "Total incl. Tax: %1$s","含税总额:%1$s"
 
 
 
 
 
 
586
  "Twitter API","Twitter API"
587
  "Twitter API Key","Twitter API密钥"
 
 
588
  "Twitter Secret Key","Twitter密码"
 
 
 
 
589
  "Unable to cancel Mobile Express Checkout.","无法取消手机快速结帐。"
590
  "Unable to cancel queue.","无法取消队列。"
591
  "Unable to collect cart totals.","无法收集购物车总数。"
@@ -600,10 +1087,12 @@
600
  "Unable to initialize return action.","无法初始化返回动作。"
601
  "Unable to load addresses.","无法加载地址。"
602
  "Unable to load application form.","无法加载应用程序表单。"
 
603
  "Unable to load billing address form.","无法加载帐单地址表单。"
604
  "Unable to load billing address.","无法加载帐单地址。"
605
  "Unable to load categories.","无法加载类别。"
606
  "Unable to load checkout.","无法加载结账。"
 
607
  "Unable to load order list.","无法载入订购列表。"
608
  "Unable to load order review.","无法载入订单审核。"
609
  "Unable to load product gallery.","无法加载产品图库。"
@@ -619,6 +1108,7 @@
619
  "Unable to process preview.","无法处理预览。"
620
  "Unable to render a gift card account.","无法提供礼品卡帐户。"
621
  "Unable to render an order.","无法提供订单。"
 
622
  "Unable to render the store credits.","无法提供商店信贷。"
623
  "Unable to save app.","无法保存应用。"
624
  "Unable to save message.","无法保存信息。"
@@ -629,23 +1119,42 @@
629
  "Unable to start Mobile Express Checkout.","无法启动手机快速结帐。"
630
  "Unable to update shipping method.","无法更新送货方法。"
631
  "Undefined","未定义"
 
 
632
  "Unknown Error","未知错误"
633
  "Unknown Error.","未知错误。"
 
 
634
  "Unsupported character in path: ""%s""","路径 ""%s"" 包含不支持的字符"
635
  "Unsupported value type received","接收到不支持的值类型"
 
636
  "Update Preview","更新预览"
 
 
637
  "Upon receiving these credentials, please fill in the corresponding fields.","接收到这些凭据后,请填写相应的字段。"
638
  "Urban Airship Push Notification","Urban Airship推送通知"
 
639
  "Use Store Credit (%s available)","使用商店信用点数(%s 可用)"
640
  "Use as my default billing address","使用并作为我的默认账单地址"
641
  "Use as my default shipping address","使用并作为我的默认运送地址"
 
 
 
 
 
642
  "View Details","查看详情"
643
  "View Gallery","查看画廊"
 
644
  "Warning: All related AirMail messages will be deleted!","警告:所有相关的 AirMail 消息将被删除!"
 
645
  "Website is offline.","网站已离线。"
 
646
  "Wishlist has been cleared.","愿望列表已被清空。"
647
  "Wishlist has been updated.","愿望清单已更新。"
648
  "Wishlist has been updated. But there are accrued some errors while updating some items.","愿望清单已更新。但在更新某些商品时遇到了一些错误。"
 
 
 
649
  "Wrong Ipad background image orientation has been specified: ""%s"".","指定的iPad背景图像 ""%s"" 方向有误。"
650
  "Wrong PayPal Mobile Express Checkout Token specified.","指定了错误的贝宝手机快速结帐令牌"
651
  "Wrong device type.","设备类型有误。"
@@ -654,21 +1163,38 @@
654
  "Wrong theme format.","主题格式有误。"
655
  "YYYY","YYYY"
656
  "Year","年"
 
657
  "You are already logged in.","您已经登录了。"
 
658
  "You can watch statistics here.","您可以在这里看到统计信息。"
 
 
 
 
 
 
 
659
  "You need to enable PayPal Express Checkout first from the Payment configuration before enabling PayPal MECL.","您在启用贝宝 MECL 前,需要首先在贝宝的设置中启用贝宝快速结帐。"
660
  "You will receive an order confirmation email with details of your order and a link to track its progress.","您将会收到一份内含订单详细信息和可查询进展情况链接的确认邮件"
661
  "Your current balance is:","您的当前余额为:"
662
  "Your order # is: %s. ","您的订单编号是:%s。"
 
 
663
  "Your review has been accepted for moderation.","您的评测已被管理员批准。"
 
664
  "Zip/Postal Code","邮政编码"
665
  "\'%s\' exceeds the allowed file size: %d (bytes)","\'%s\' 超出了允许的文件大小: %d (字节)"
666
  "\'%s\' height exceeds allowed value of %d px","\'%s\' 高度超过允许值 %d px"
667
  "\'%s\' is not a valid file extension. Allowed extensions: %s","\'%s\' 不是有效的文件扩展名。允许的扩展名:%s"
668
  "\'%s\' width exceeds allowed value of %d px","\'%s\' 的宽度值超过了允许的 %d 像素"
669
  "and","和"
 
670
  "each","每个"
 
671
  "iPad","iPad"
672
  "iPhone","iPhone"
 
 
 
673
  "save","保存"
674
  "ver. %s","版本 %s"
1
  " But cart has some errors.","但购物车中有一些错误。"
2
+ " Note: Image size affects the performance of your app."," Note: Image size affects the performance of your app."
3
  """Description"" is more than %d characters long","“描述”多于 %d 个字符长度"
4
  """Title"" is more than %d characters long","“标题”多于 %d 个字符长度"
5
  """id"" attribute is required for a ""%s"" field.","""%s"" 字段需要 ""id"" 属性。"
7
  """message"" attribute is required for ""%s"" validator rule.","""%s"" 验证器规则需要 ""message"" 属性。"
8
  "%1$s has been added to your wishlist.","%1$s 已添加到您的愿望清单。"
9
  "%1$s incl tax.","%1$s 含税。"
10
+ "%@ is not correct","%@ is not correct"
11
  "%s API Key required.","%s 需要 API 密钥。"
12
  "%s Application ID required.","%s 需要应用程序 ID。"
13
  "%s Secret Key required.","需要 %s 密钥。"
14
  "%s attribute is required.","需要 %s 属性。"
15
+ "%s fields is required","%s fields is required"
16
  "%s has been added to your cart.","%s 已添加到您的购物车。"
17
+ "%s id:","%s id:"
18
+ "%s was updated in your shopping cart.","%s was updated in your shopping cart."
19
  "(Includes more countries than those listed below. As the application owner, you are responsible for complying with country-specific laws related to the distribution or sale of your application into that country, including your home country.)","(包含列表中不包括的国家。作为应用的所有者,您需要负责遵守在特定国家,包括您自己的祖国分发或销售您的应用程序时,该国的相关法律。)"
20
+ "* - field is required","* - field is required"
21
  "*Subject to change","*可能会有变更"
22
+ "1. Please select type of the action:","1. Please select type of the action:"
23
  "10:40 AM","10:40 AM"
24
+ "2. Please select a page","2. Please select a page"
25
+ "2. Type Category Name","2. Type Category Name"
26
+ "2. Type Product Name","2. Type Product Name"
27
  "80px x 80px","80px x 80px"
28
  "80x80 px","80x80 px"
29
  "<a href=""%s"" target=""_blank"">Login</a> to Urabn Airship.","<a href=""%s"" target=""_blank"">登录</a>到 Urban Airship。"
30
+ "<a href=""%s"" target=""_blank"">Login</a> to Urban Airship.","<a href=""%s"" target=""_blank"">Login</a> to Urban Airship."
31
  "A Catalog Only App will not support functions such as add to cart, add to wishlist, or login.","仅在目录中的应用程序将不支持部分功能,例如添加到购物车、添加到愿望清单,或登录。"
32
  "A new password has been sent.","新密码已发送。"
33
+ "About","About"
34
+ "Access forbidden","Access forbidden"
35
  "Account","帐户"
36
+ "Account Information","Account Information"
37
+ "Account Settings","Account Settings"
38
  "Account confirmation is required. Please check your email for the confirmation link.","需要进行账户确认。请检查您的电子邮件并找到确认链接。"
39
  "Account information has been saved.","账户信息已保存。"
40
  "Action","操作"
41
+ "Action type does\'t recognized","Action type does\'t recognized"
42
+ "Action type does\'t recognized.","Action type does\'t recognized."
43
+ "Action type doesn\'t recognized.","Action type doesn\'t recognized."
44
  "Activate","激活"
45
  "Activate PayPal Checkout","激活 PayPal 结账"
46
  "Activate PayPal MECL","激活 PayPal MECL"
47
  "Activation Key","激活密钥"
48
+ "Add","Add"
49
+ "Add Action","Add Action"
50
+ "Add Address from Contacts","Add Address from Contacts"
51
  "Add App","添加应用程序"
52
+ "Add Custom","Add Custom"
53
+ "Add New Address","Add New Address"
54
  "Add New Template","添加新模板"
55
  "Add Page","添加页面"
56
+ "Add To Wishlist","Add To Wishlist"
57
+ "Add a billing address","Add a billing address"
58
+ "Add a shipping address","Add a shipping address"
59
  "Add to Cart","添加到购物车"
60
  "Add to Wishlist","添加到收藏"
61
+ "Adding Product to Cart...","Adding Product to Cart..."
62
+ "Adding Product to WishList...","Adding Product to WishList..."
63
  "Additional Address","其他地址"
64
+ "Additional Info","Additional Info"
65
  "Address","地址"
66
  "Address 2","地址2"
67
+ "Address Book","Address Book"
68
+ "Address Book Updated","Address Book Updated"
69
+ "Address Info","Address Info"
70
+ "Address book is empty","Address book is empty"
71
  "Address data not specified.","地址数据未指定。"
72
  "Address does not belong to this customer.","地址不属于该客户。"
73
  "Address has been deleted.","地址已被删除。"
74
  "Address has been saved.","地址已被保存。"
75
+ "Admin Application Settings","Admin Application Settings"
76
+ "Admin Mobile Application","Admin Mobile Application"
77
+ "Admin application has not been enabled","Admin application has not been enabled"
78
  "Administrative contact for this app and for app submission issues.","管理有关该应用的联系以及该应用提交的问题。"
79
  "Advanced Settings","高级设置"
80
  "After submitting the App to Magento, please contact <a href=""mailto:%1$s"">%1$s</a> to receive the Application Key, Application Secret and Application Master Secret.","在提交应用程序到 Magento 后,请联系 <a href=""mailto:%1$s"">%1$s</a> 以接收应用程序密钥,应用程序密码和应用程序主密码。"
84
  "AirMail message","航空邮件消息"
85
  "AirMail templates","航空邮件模板"
86
  "All Allowed Countries","所有允许的国家"
87
+ "All Images","All Images"
88
  "All locations","所有位置"
89
+ "Amount","Amount"
90
+ "Amount in %@","Amount in %@"
91
+ "Amounts","Amounts"
92
  "An account with this email address already exists.","使用该邮件地址的帐户已存在。"
93
  "An error occurred while adding item to wishlist.","当添加项目到愿望清单时发生错误。"
94
  "An error occurred while deleting the address.","删除该地址时遇到了错误。"
95
  "An error occurred while loading categories.","载入分类时发生错误。"
96
  "An error occurred while loading category filters.","加载分类筛选器时出错。"
97
+ "An error occurred while loading configuration.","An error occurred while loading configuration."
98
+ "An error occurred while loading localization.","An error occurred while loading localization."
99
+ "An error occurred while loading login form.","An error occurred while loading login form."
100
  "An error occurred while loading wishlist.","载入愿望清单时发生错误。"
101
  "An error occurred while processing your order. Please contact us or try again later.","处理您的订单时出错。请联系我们或稍后再试。"
102
  "An error occurred while processing your request.","处理您的请求时出错。"
106
  "Android","Android"
107
  "Android doesn\'t support AirMail message type.","Android 不支持 AirMail 消息类型。"
108
  "App Background","App背景"
109
+ "App Background (landscape mode)","App Background (landscape mode)"
110
  "App Background (landscape mode).","App背景(横向模式)。"
111
+ "App Background (portrait mode)","App Background (portrait mode)"
112
  "App Background (portrait mode).","App背景(纵向模式)。"
113
  "App Background <br />(landscape mode)","App背景<br />(横向模式)"
114
  "App Background <br />(portrait mode)","App背景<br />(纵向模式)"
119
  "App Stores","App店铺"
120
  "App Submission History","App提交历史"
121
  "App Title","App标题"
122
+ "App code","App code"
123
  "App code required.","需要App代码。"
124
  "App does not exist.","App不存在。"
125
  "App has been deleted.","App已被删除。"
133
  "Application Master Secret","应用程序主密钥"
134
  "Application Name","应用程序名称"
135
  "Application Secret","应用程序密码"
136
+ "Application doesn\'t exist.","Application doesn\'t exist."
137
+ "Apply","Apply"
138
+ "Applying Coupon Code","Applying Coupon Code"
139
+ "Applying Gift Card %@","Applying Gift Card %@"
140
+ "Are you sure you want to cancel a message?","Are you sure you want to cancel a message?"
141
+ "Are you sure you want to cancel selected records?","Are you sure you want to cancel selected records?"
142
+ "Are you sure you want to delete a message?","Are you sure you want to delete a message?"
143
+ "Are you sure you want to delete selected records?","Are you sure you want to delete selected records?"
144
  "Are you sure you want to delete this theme? This change will affect all applications.","你确认要删除此主题吗?此变更将影响所有应用程序。"
145
  "Are you sure you want to do this?","您是否确认要这样做?"
146
+ "Are you sure you want to remove this item?","Are you sure you want to remove this item?"
147
  "Are you sure you whant to cancel a message?","您是否确定要取消该信息?"
148
  "Are you sure you whant to delete a message?","您是否确定要删除该信息?"
149
  "Are you sure you what to cancel selected records?","您是否确定要取消所选记录?"
150
  "Are you sure you what to delete selected records?","您是否确定要删除所选记录?"
151
+ "As Low As","As Low As"
152
+ "As Low Excl. Tax","As Low Excl. Tax"
153
+ "As Low Incl. Tax","As Low Incl. Tax"
154
  "As a Magento customer, Urban Airship is offering you unlimited Push Notifications and Rich Push for $100/year* along with a 60 day free trial.","作为 Magento 的客户,Urban Airship 为您提供仅需 $100/年无限制的推送通知和富推送,包含 60 天免费试用。"
155
+ "As low as","As low as"
156
+ "As low as excl. tax","As low as excl. tax"
157
+ "As low as incl. tax","As low as incl. tax"
158
  "At last one application has to be created.","至少需要创建一个应用程序。"
159
+ "At least one option should be selected","At least one option should be selected"
160
  "Authentication complete.","身份验证完成。"
161
+ "Authentication to %@ did failed...","Authentication to %@ did failed..."
162
+ "Average Order Amount","Average Order Amount"
163
+ "Average Orders","Average Orders"
164
+ "Average Rating","Average Rating"
165
  "Back","返回"
166
  "Back to App Edit","返回应用编辑"
167
  "Background Color","背景色"
169
  "Balance Change","余额变动"
170
  "Balance History","余额历史"
171
  "Banner on Home Screen","主界面的旗帜"
172
+ "Banner on Home Screen (landscape mode)","Banner on Home Screen (landscape mode)"
173
  "Banner on Home Screen (landscape mode) image missing.","主屏幕(横向模式)的横幅图片丢失。"
174
+ "Banner on Home Screen (portrait mode)","Banner on Home Screen (portrait mode)"
175
  "Banner on Home Screen (portrait mode) image missing.","主屏幕(纵向模式)的横幅图片丢失。"
176
  "Banner on Home Screen <br />(landscape mode)","主屏幕的横幅图片 <br />(横向模式)"
177
  "Banner on Home Screen <br />(portrait mode)","主屏幕的横幅图片 <br />(纵向模式)"
178
  "Banner on Home Screen image missing.","主界面旗帜的图片丢失。"
179
+ "Banners on Home Screen","Banners on Home Screen"
180
+ "Best Sellers","Best Sellers"
181
+ "Billing","Billing"
182
  "Billing Address","账单地址"
183
+ "Billing address","Billing address"
184
  "Billing address has been set.","账单地址已设置/"
185
+ "Bundle Products","Bundle Products"
186
  "Buy %1$s for %2$s","为 %2$s 购买 %1$s"
187
  "Buy %1$s for %2$s (%3$s incl. tax) each","为每 %2$s(%3$s 含税)购买 %1$s"
188
  "Buy %1$s for %2$s each","为每 %2$s 购买 %1$s"
189
  "Buy %1$s with %2$s discount each","买 %1$个,每个折扣为 %2$s"
190
+ "Buy More & Save","Buy More & Save"
191
  "Buyer country is not allowed by store.","店铺不允许买家的国家。"
192
+ "CMS Page","CMS Page"
193
+ "CMS Pages haven\'t been found.","CMS Pages haven\'t been found."
194
  "Cache Lifetime (seconds)","缓存寿命(秒)"
195
  "Cache Management","缓存管理"
196
  "Can\'t add item to shopping cart.","无法添加项目到购物车。"
199
  "Can\'t create wishlist.","无法创建愿望清单。"
200
  "Can\'t delete ""%s"" theme.","无法删除 ""%s"" 主题。"
201
  "Can\'t load XML.","无法加载XML。"
202
+ "Can\'t load admin application settings.","Can\'t load admin application settings."
203
  "Can\'t load application with id ""%s""","无法载入 id 为 ""%s"" 的应用程序"
204
  "Can\'t load cart info.","无法载入购物车信息。"
205
  "Can\'t load cart.","无法载入购物车。"
206
  "Can\'t load customer form.","无法载入客户表单。"
207
  "Can\'t load default themes.","无法载入默认主题。"
208
  "Can\'t load selected theme. Please check your media folder permissions.","无法载入已选择的主题。请检查您的媒体文件夹权限。"
209
+ "Can\'t load template with id ""%s""","Can\'t load template with id ""%s"""
210
  "Can\'t open submission form.","无法打开提交表单。"
211
  "Can\'t read file ""%s"".","无法读取文件""%s""。"
212
  "Can\'t remove the item.","无法删除该项目。"
221
  "Can\'t write to file ""%s"".","无法写入到文件 ""%s""。"
222
  "Cancel","取消"
223
  "Canceled","已取消"
224
+ "Canceling PayPal ...","Canceling PayPal ..."
225
  "Cancelled","已取消"
226
  "Cannot apply gift card.","无法应用礼品卡。"
227
+ "Cannot configure product.","Cannot configure product."
228
  "Cannot load theme ""%s"".","无法加载主题 ""%s""。"
229
  "Cannot redeem Gift Card.","无法兑换礼品卡。"
230
  "Cannot remove gift card.","无法删除礼品卡。"
231
  "Cannot save theme ""%s"". Incorrect data received","无法保存主题 ""%s""。收到的数据有误"
232
+ "Cannot update the item.","Cannot update the item."
233
  "Card Verification Number","卡片验证号码"
234
  "Card verification number is wrong","卡验证号码有误"
235
  "Carrier","运营商"
236
  "Cart","购物车"
237
+ "Cart Updated","Cart Updated"
238
  "Cart has been updated.","购物车无法更新。"
239
  "Cart has some errors.","购物车存在一些错误。"
240
  "Cart is empty.","购物车为空。"
241
  "Catalog Only App?","只对App分类?"
242
+ "Category","Category"
243
  "Category Button Color","分类按钮也暗色"
244
  "Category Item Background Color","分类项目背景色"
245
+ "Cc:","Cc:"
246
  "Chairs","链"
247
  "Change Orientation","更改方向"
248
  "Change Password","更改密码"
249
  "Changes have been saved to theme.","变动已保存到主题中。"
250
+ "Check","Check"
251
+ "Check Gift Card","Check Gift Card"
252
+ "Check Gift Card Promo Redeemed","Check Gift Card Promo Redeemed"
253
+ "Checking Gift Card %@","Checking Gift Card %@"
254
+ "Checkout","Checkout"
255
+ "Checkout Page Registration","Checkout Page Registration"
256
+ "Checkout as Guest","Checkout as Guest"
257
+ "Checkout as Guest or Register","Checkout as Guest or Register"
258
  "Checkout has been initialized.","结账已被初始化。"
259
+ "Checkout initialization...","Checkout initialization..."
260
+ "Checkout initialized!","Checkout initialized!"
261
+ "Choose Store View","Choose Store View"
262
+ "Choose amount","Choose amount"
263
+ "Choose file","Choose file"
264
  "City","城市"
265
+ "Clear","Clear"
266
+ "Close","Close"
267
  "Color Themes","色彩主题"
268
  "Colors","色彩"
269
+ "Commiting updates...","Commiting updates..."
270
  "Company","公司"
271
  "Completed","已完成"
272
+ "Configuration data have been saved","Configuration data have been saved"
273
+ "Configure Cart Item","Configure Cart Item"
274
  "Confirm New Password","确认新密码"
275
  "Confirm Password","确认密码"
276
+ "Connecting","Connecting"
277
+ "Connection Error\nWe\'re sorry. The app is experiencing connection problems. The app requires a network connection to operate.","Connection Error\nWe\'re sorry. The app is experiencing connection problems. The app requires a network connection to operate."
278
  "Contact Email","联系邮件"
279
  "Contact Information","联系信息"
280
+ "ContactsAreEmpty","ContactsAreEmpty"
281
  "Container is not defined.","未定义容器。"
282
  "Content","内容"
283
+ "Continue","Continue"
284
  "Copyright","版权所有"
285
  "Copyright Page Logo","版权页面徽标"
286
+ "Copyright Page Logo (iPhone 4 retina)","Copyright Page Logo (iPhone 4 retina)"
287
  "Copyright Page Logo <br />(iPhone 4 retina)","版权页面徽标<br />(iPhone 4 retina屏幕)"
288
+ "Copyright: Magento (c) 2010","Copyright: Magento (c) 2010"
289
+ "Countries","Countries"
290
  "Countries Payment Applicable From","各国支付可用情况表单"
291
  "Country","国家"
292
  "Country options don\'t recognized for ""%s"".","国家选项不能识别 ""%s""。"
294
  "Coupon code %s was applied.","代金券代码 %s 已被使用。"
295
  "Coupon code is empty.","代金券代码为空。"
296
  "Coupon code was canceled.","优惠代码已被取消。"
297
+ "Create Account","Create Account"
298
+ "Create an Account","Create an Account"
299
  "Creating a Template is allowed only for applications which have device type iPhone.","只有设备类型为iPhone的应用程序才能创建模板。"
300
  "Credit Card","信用卡"
301
  "Credit Card %s","信用卡 %s"
302
  "Credit Card Number","信用卡号码"
303
  "Credit Card Type","信用卡类型"
304
  "Credit card number does not match credit card type.","信用卡编号与信用卡类型不匹配。"
305
+ "Cross Sells","Cross Sells"
306
  "Current Balance: %s","当前余额:%s"
307
  "Current Password","当前密码"
308
  "Currently, PayPal MEP is not available for the Android application","当前,PayPal MEP不能用于Android应用。"
309
+ "Currently, the system does not support the viewing of the order detail.","Currently, the system does not support the viewing of the order detail."
310
  "Custom App Icon","自定义App图标"
311
+ "Custom App Icon (iPhone 4 retina)","Custom App Icon (iPhone 4 retina)"
312
  "Custom App Icon <br />(iPhone 4 retina)","自定义App图标<br />(iPhone 4 retina屏幕)"
313
  "Custom Colors","自定义颜色"
314
+ "Custom amount","Custom amount"
315
+ "Customer","Customer"
316
+ "Customer Name","Customer Name"
317
  "Customer authentication problem.","客户身份验证问题。"
318
  "Customer balance available in enterprise version of Magento only.","客户余额仅在 Magento 的企业版本中提供。"
319
  "Customer balance is disabled for current store","客户余额在当前商店已禁用"
320
  "Customer email not specified.","客户邮件未指定。"
321
  "Customer logout problem.","客户注销问题。"
322
  "Customer not logged in.","客户未登录。"
323
+ "Customers","Customers"
324
  "DD","DD"
325
  "Date","日期"
326
  "Date Created","创建日期"
327
  "Date Submitted","日期已提交"
328
  "Date Updated","更新日期"
329
+ "Date:","Date:"
330
  "Day","天"
331
  "Deeper Messaging and Engagement with Rich Push.","通过丰富的推送,获取更多的消息和参与。"
332
  "Default Billing Address","默认账单地址"
333
  "Default Shipping Address","默认送货地址"
334
  "Default Theme","默认主题"
335
+ "Default themes are missed.","Default themes are missed."
336
  "Delete","删除"
337
+ "Delete Action","Delete Action"
338
  "Delete theme","删除主题"
339
  "Deleted","已删除"
340
  "Description","描述"
345
  "Device","设备"
346
  "Device Information","设备信息"
347
  "Device Type","设备类型"
348
+ "Device doesn\'t recognized","Device doesn\'t recognized"
349
  "Device doesn\'t recognized. Unable to load a template.","设备未被识别。无法加载模板。"
350
  "Device doesn\'t recognized: ""%s"". Unable to load a helper.","设备未被识别:""%s""。无法加载帮助程序。"
351
  "Device doesn\'t recognized: ""%s"". Unable to load preview model.","设备未被识别:""%s""。无法加载预览模型。"
352
+ "Device type doesn\'t recognized.","Device type doesn\'t recognized."
353
+ "Discount code is empty","Discount code is empty"
354
+ "Discount:","Discount:"
355
+ "Done","Done"
356
+ "Downloadable Products Updated","Downloadable Products Updated"
357
+ "Downloads limit:","Downloads limit:"
358
+ "E-mail","E-mail"
359
  "Edit","编辑"
360
+ "Edit Action","Edit Action"
361
+ "Edit Address","Edit Address"
362
  "Edit AirMail Message","编辑航空邮件信息"
363
  "Edit AirMail Message Queue #%s","编辑航空邮件队列 #%s"
364
  "Edit App ""%s""","编辑 App ""%s"""
365
  "Edit Filter","编辑筛选器"
366
+ "Edit Image","Edit Image"
367
+ "Edit Mail List","Edit Mail List"
368
  "Edit Template ""%s""","编辑模板 ""%s"""
369
+ "Edit filter","Edit filter"
370
+ "Edit note","Edit note"
371
+ "Either remote URL or application code was not set. Please make sure you filled all the values and try again.","Either remote URL or application code was not set. Please make sure you filled all the values and try again."
372
  "Element with id %s already exists","ID %s 元素已存在"
373
  "Email","电子邮件"
374
  "Email Address","编辑电子邮件地址"
375
+ "Email address you provided is not valid. Please provide a valid one.","Email address you provided is not valid. Please provide a valid one."
376
+ "Email is not correct","Email is not correct"
377
+ "Email is not specified","Email is not specified"
378
+ "Enable Admin Application","Enable Admin Application"
379
  "Enable AirMail Message Push notification","启用航空邮件信息推送通知"
380
  "Enable Facebook","启用反馈"
381
  "Enable Flurry Analytics","启用Flurry分析"
383
  "Enable LinkedIn","启用LinkedIn"
384
  "Enable Standard Checkout","启用标准结账"
385
  "Enable Twitter","启用Twitter"
386
+ "Enter Name","Enter Name"
387
+ "Enter discount code first.","Enter discount code first."
388
+ "Enter discount code if any","Enter discount code if any"
389
+ "Enter e-mail","Enter e-mail"
390
+ "Enter giftcard promo code here","Enter giftcard promo code here"
391
+ "Enter text","Enter text"
392
+ "Enter the gift card code","Enter the gift card code"
393
+ "Error","Error"
394
+ "Error Loading Configuration Format","Error Loading Configuration Format"
395
+ "Error during shortening url","Error during shortening url"
396
+ "Error message text is missed.","Error message text is missed."
397
  "Error while processing file ""%s"".","处理文件 ""%s"" 时遇到了错误。"
398
  "Error while reading data from Payment Bridge. Please, try again.","从支付桥读取数据时出错。请重试。"
399
+ "Error while reading remote data","Error while reading remote data"
400
  "Error while uploading file ""%s"".","上传文件 ""%s"" 时出错。"
401
  "Error while uploading file ""%s"". Disallowed file type. Only ""jpg"", ""jpeg"", ""gif"", ""png"" are allowed.","上传文件 ""%s""时出错。不允许的文件类型。只有 ""jpg"", ""jpeg"", ""gif"", ""png"" 是允许的。"
402
  "Error.","错误。"
403
+ "Excl. Tax","Excl. Tax"
404
  "Expiration Date - Month","截止日期 - 月"
405
  "Expiration Date - Year","截止日期 - 年"
406
  "Expires: %s","过期于:%s"
407
  "Extend the life of your app with Urban Airship Push Notifications.","借助 Urban Airship 推送通知,让您的应用程序流行更久。"
408
  "Extensions","扩展"
409
  "FILTERS APPLIED","过滤器已应用"
410
+ "Facebook","Facebook"
411
  "Facebook API","Facebook API"
412
  "Facebook Application ID","反馈应用程序ID"
413
+ "Facebook post failed...","Facebook post failed..."
414
  "Fax","传真"
415
  "File can\'t be uploaded.","文件无法上传。"
416
  "File doesn\'t exist ""%s"".","文件不存在 ""%s""。"
417
+ "Filter","Filter"
418
+ "Filters","Filters"
419
  "First Name","名字"
420
+ "Fixed amounts","Fixed amounts"
421
  "Flurry API Code","Flurry API代码"
422
  "Flurry Analytics","Flurry分析"
423
  "Flurry Analytics Site","Flurry分析网站"
424
  "Fonts","字体"
425
+ "Forgot Password","Forgot Password"
426
+ "Forgot Password?","Forgot Password?"
427
+ "Forgot your password?","Forgot your password?"
428
+ "Form","Form"
429
  "Free","免费"
430
+ "From","From"
431
+ "From Excl. Tax","From Excl. Tax"
432
+ "From Incl. Tax","From Incl. Tax"
433
+ "From excl. tax","From excl. tax"
434
+ "From incl. tax","From incl. tax"
435
+ "Full Description","Full Description"
436
  "Funk Leaf","Funk Leaf"
437
+ "Gallery","Gallery"
438
  "General","常规"
439
+ "Generate Offline Catalog","Generate Offline Catalog"
440
  "Get Content from CMS Page","从CMS页面获得内容"
441
  "Gift Card ""%s"" was added.","礼品卡 ""%s"" 已添加"
442
  "Gift Card ""%s"" was redeemed.","礼品卡 ""%s"" 已兑换。"
446
  "Gift Card code is empty.","礼品卡代码为空。"
447
  "Gift Card: %s","礼品卡:%s"
448
  "Gift card account available in enterprise version of Magento only.","礼品卡帐户仅在 Magento 的企业版本中提供。"
449
+ "Giftcard promo code","Giftcard promo code"
450
+ "Grand Total","Grand Total"
451
  "Grand Total (Excl. Tax)","合计(不含税)"
452
  "Grand Total (Incl. Tax)","合计(含税)"
453
  "Guest","来宾"
458
  "Hot Red","大红"
459
  "How do you rate this product?","您如何评价该产品?"
460
  "How to incorporate Urban Airship within your application:","如何将 Urban Airship 整合入您的应用程序:"
461
+ "I Agree","I Agree"
462
+ "I agree to the Terms and Conditions","I agree to the Terms and Conditions"
463
  "ID","ID"
464
+ "Icon that will appear on the user\'s device after they download your app.","Icon that will appear on the user\'s device after they download your app."
465
  "Icon that will appear on the user\'s device after they download your app. Recommended size: 48px x 48px.","下载应用后,该图标将出现在用户设备上。建议的大小是:48px x 48px。"
466
+ "Icon that will appear on the user\'s device after they download your app. You do not need to apply a gradient or soft edges (this is done automatically by Apple).","Icon that will appear on the user\'s device after they download your app. You do not need to apply a gradient or soft edges (this is done automatically by Apple)."
467
  "Icon that will appear on the user\'s device after they download your app. You do not need to apply a gradient or soft edges (this is done automatically by Apple). Recommended size: 72px x 72px.","下载应用后,该图标将会出现在用户的设备上。您不需要自己应用渐变或圆滑的边缘(这是由Apple自动进行的)。建议的大小是:72px x 72px。"
468
+ "Icon that will appear on the user\'s phone after they download your app. You do not need to apply a gradient or soft edges (this is done automatically by Apple).","Icon that will appear on the user\'s phone after they download your app. You do not need to apply a gradient or soft edges (this is done automatically by Apple)."
469
+ "Icon that will appear on the user\'s phone after they download your app. You do not need to apply a gradient or soft edges (this is done automatically by Apple).","Icon that will appear on the user\'s phone after they download your app. You do not need to apply a gradient or soft edges (this is done automatically by Apple)."
470
  "Icon that will appear on the user\'s phone after they download your app. You do not need to apply a gradient or soft edges (this is done automatically by Apple). Recommended size: 114px x 114px.","下载应用后,该图标将会出现在用户的设备上。您不需要自己应用渐变或圆滑的边缘(这是Apple自动进行的)。建议的大小是:114px x 114px。"
471
  "Icon that will appear on the user’s phone after they download your app. You do not need to apply a gradient or soft edges (this is done automatically by Apple). Recommended size: 57px x 57px at 72 dpi.","下载应用后,该图标会出现在用户的设备上。您不需要自己应用渐变或圆滑的边缘(这是Apple自动进行的)。建议的大小是:72dpi下57px x 57px。"
472
  "Icons","图标"
473
  "If leave this field empty, the message will be sent immediately","如果该字段留空,信息将立刻发送。"
474
  "If you want to disable the cache on the application side, leave the field empty. Warning! When disabling cache, the application will take time to load each page.","如果希望在应用程序端禁用缓存,请将该字段留空。警告!禁用缓存后,应用程序加载每个页面所需的时间将更长。"
475
+ "Image %s is required.","Image %s is required."
476
+ "Image action has been saved.","Image action has been saved."
477
+ "Image does not exist. Please reload this page.","Image does not exist. Please reload this page."
478
  "Image file was not found.","无法找到图片文件。"
479
+ "Image has been deleted.","Image has been deleted."
480
+ "Image id is required.","Image id is required."
481
+ "Image limits don\'t recognized for ""%s"" image type","Image limits don\'t recognized for ""%s"" image type"
482
+ "Image that appears on first screen while your app is loading.","Image that appears on first screen while your app is loading."
483
  "Image that appears on first screen while your app is loading. Required size: 1024px x 768px.","当您加载应用时,出现在第一个界面上的图像。要求的大小为:1024px x 768px。"
484
  "Image that appears on first screen while your app is loading. Required size: 320px x 455px.","当您加载应用时,出现在第一个界面上的图像。要求的大小为:320px x 455px。"
485
  "Image that appears on first screen while your app is loading. Required size: 320px x 460px.","当您加载应用时,出现在第一个界面上的图像。要求的大小为:320px x 460px。"
486
  "Image that appears on first screen while your app is loading. Required size: 640px x 920px.","当您加载应用时,出现在第一个界面上的图像。要求的大小为:640px x 920px。"
487
  "Image that appears on first screen while your app is loading. Required size: 768px x 1024px.","当您加载应用时,出现在第一个界面上的图像。要求的大小为:768px x 1024px。"
488
+ "Image type doesn\'t recognized: ""%s"".","Image type doesn\'t recognized: ""%s""."
489
+ "Image type is required.","Image type is required."
490
  "Images","图像"
491
+ "Images order has been updated.","Images order has been updated."
492
  "In Queue","位于队列中"
493
  "In Stock","有货"
494
  "In addition, click here to review Urban Airship\'s Terms of Service: <a href=""%s"" target=""_blank"">click here</a>.","此外,点击此处查看城市飞艇的服务条款: <a href=""%s"" target=""_blank"">点击此处</a>。"
495
  "In order to resubmit your app, you need to first purchase a <a href=""%s"" target=""_blank"">%s</a> from MagentoCommerce","为了提交您的App,您需要首先从MagentoCommerce购买 <a href=""%s"" target=""_blank"">%s</a>。"
496
  "In order to submit your app, you need to first purchase a <a href=""%s"" target=""_blank"">%s</a> from MagentoCommerce","为了提交您的App,您需要首先从MagentoCommerce购买 <a href=""%s"" target=""_blank"">%s</a>。"
497
  "Inactive Tabs","非活跃选项卡"
498
+ "Incl. Tax","Incl. Tax"
499
+ "Incl. tax","Incl. tax"
500
+ "Initialization PayPal ...","Initialization PayPal ..."
501
+ "Initialization of the PayPal checkout failed!","Initialization of the PayPal checkout failed!"
502
  "Invalid XML.","无效XML。"
503
  "Invalid current password.","当前密码无效。"
504
  "Invalid customer data.","客户数据无效。"
509
  "Invalid shipping method.","运送方法无效。"
510
  "Issue Number","问题编号"
511
  "It\'s not allowed to delete submitted application.","不允许删除已提交的应用程序。"
512
+ "Item","Item"
513
+ "Item Options","Item Options"
514
  "Item has been added to cart.","商品已被添加到购物车。"
515
  "Item has been deleted from cart.","商品已从购物车中删除。"
516
  "Item has been removed from wishlist.","商品已从愿望清单中删除。"
517
+ "Items","Items"
518
  "Items were updated. But can\'t update wishlist.","商品已更新。但无法更新愿望清单。"
519
+ "Keep your image size below %s KB for optimal performance.","Keep your image size below %s KB for optimal performance."
520
  "Key","密钥"
521
  "Keywords","关键词"
522
  "Label","标签"
523
+ "Landscape app Background","Landscape app Background"
524
+ "Landscape banners on Home Screen","Landscape banners on Home Screen"
525
  "Large iTunes Icon","大iTunes图标"
526
+ "Large icon that appears in the iTunes App Store. You do not need to apply a gradient or soft edges (this is done automatically by Apple).","Large icon that appears in the iTunes App Store. You do not need to apply a gradient or soft edges (this is done automatically by Apple)."
527
  "Large icon that appears in the iTunes App Store. You do not need to apply a gradient or soft edges (this is done automatically by Apple). Required size: 512px x 512px.","出现在iTunes App Store的大图标。您不需要应用渐变或圆滑的边缘(这是由Apple自动实现的)。必须的大小:512px x 512px。"
528
+ "Last 5 Orders","Last 5 Orders"
529
+ "Last 5 Search Terms","Last 5 Search Terms"
530
  "Last Name","姓氏"
531
+ "Last update: %@","Last update: %@"
532
+ "Lifetime Sales","Lifetime Sales"
533
+ "LindedIn","LindedIn"
534
+ "Link:","Link:"
535
+ "LinkedIn","LinkedIn"
536
  "LinkedIn API","LinkedIn API"
537
  "LinkedIn API Key","LinkedIn API密钥"
538
+ "LinkedIn Authorization","LinkedIn Authorization"
539
+ "LinkedIn Autorization","LinkedIn Autorization"
540
  "LinkedIn Secret Key","LinkedIn密钥"
541
+ "Linkedin post failed...","Linkedin post failed..."
542
+ "List of downloadable products is empty","List of downloadable products is empty"
543
+ "Load more items","Load more items"
544
  "Loader Splash Screen","加载启动界面"
545
+ "Loader Splash Screen (iPhone 4 retina)","Loader Splash Screen (iPhone 4 retina)"
546
+ "Loader Splash Screen (landscape mode)","Loader Splash Screen (landscape mode)"
547
+ "Loader Splash Screen (portrait mode)","Loader Splash Screen (portrait mode)"
548
  "Loader Splash Screen <br />(iPhone 4 retina)","加载启动界面<br />(iPhone 4 retina屏幕)"
549
  "Loader Splash Screen <br />(landscape mode)","加载启动界面<br />(横向模式)"
550
  "Loader Splash Screen <br />(portrait mode)","加载启动界面<br />(纵向模式)"
551
+ "Loading %@...","Loading %@..."
552
+ "Loading Account Form...","Loading Account Form..."
553
+ "Loading Address Book...","Loading Address Book..."
554
+ "Loading Address Form...","Loading Address Form..."
555
+ "Loading CMS page ...","Loading CMS page ..."
556
+ "Loading Cart...","Loading Cart..."
557
+ "Loading Gallery...","Loading Gallery..."
558
+ "Loading Login Form...","Loading Login Form..."
559
+ "Loading My Downloadable Products...","Loading My Downloadable Products..."
560
+ "Loading Order Details","Loading Order Details"
561
+ "Loading Orders List...","Loading Orders List..."
562
  "Loading Preview...","正在加载预览..."
563
+ "Loading Product Options...","Loading Product Options..."
564
+ "Loading Products...","Loading Products..."
565
+ "Loading Registration Form...","Loading Registration Form..."
566
+ "Loading Restore Password Form...","Loading Restore Password Form..."
567
+ "Loading Store Credit...","Loading Store Credit..."
568
+ "Loading WishList...","Loading WishList..."
569
+ "Loading Write Review Form...","Loading Write Review Form..."
570
+ "Loading category ...","Loading category ..."
571
+ "Loading more items...","Loading more items..."
572
+ "Loading product ...","Loading product ..."
573
+ "Loading shipping methods ...","Loading shipping methods ..."
574
+ "Loading...","Loading..."
575
  "Locations","位置"
576
  "Log In","登录"
577
+ "Log Out","Log Out"
578
+ "Log in to Admin Panel","Log in to Admin Panel"
579
+ "Log into Account","Log into Account"
580
+ "Log into your account","Log into your account"
581
+ "Log out Account","Log out Account"
582
+ "LogInMessageTitle","LogInMessageTitle"
583
  "Login and password are required.","需要登录和密码。"
584
  "Logo in Header","头部徽标"
585
  "Logo in Header image missing.","头部徽标图像丢失。"
595
  "Manage Mobile App","管理移动应用"
596
  "Maximum length is 140","最大长度为140"
597
  "Maximum length is 255","最大长度为255"
598
+ "Maximum size: %s KB.","Maximum size: %s KB."
599
+ "Maximum: %.2f","Maximum: %.2f"
600
  "Merchant Label","商家标签"
601
+ "Merge","Merge"
602
+ "Message","Message"
603
  "Message Queue","消息队列"
604
  "Message Settings","消息设置"
605
  "Message Templates","消息模板"
607
  "Message Type","消息类型"
608
  "Message can be edited when status of the message is ""In Queue"" only.","消息只可在状态为“处于队列中”时进行编辑。"
609
  "Message content","信息内容"
610
+ "Message text is missed.","Message text is missed."
611
  "Message title","信息标题"
612
+ "Message too long, please use 140 symbols","Message too long, please use 140 symbols"
613
+ "Message type doesn\'t recognized","Message type doesn\'t recognized"
614
+ "Minimize","Minimize"
615
+ "Minimum %@, maximum %@","Minimum %@, maximum %@"
616
+ "Minimum: %.2f","Minimum: %.2f"
617
  "Mobile","移动"
618
  "Mobile Express Checkout has been canceled.","手机快速结账已被取消。"
619
  "Mobile Express Checkout processed successfully.","手机快速结账已成功处理。"
621
  "More","更多"
622
  "More Info","更多信息"
623
  "More Tabs","更多选项卡"
624
+ "Most Viewed Products","Most Viewed Products"
625
+ "My Account","My Account"
626
+ "My Downloadable Products","My Downloadable Products"
627
+ "My Orders","My Orders"
628
+ "My Wishlist","My Wishlist"
629
+ "Name","Name"
630
  "Name on Card","卡片上的名字"
631
  "Name that appears beneath your app when users install it to their device. We recommend choosing a name that is 10-12 characters and that your customers will recognize. %s chars max.","当用户安装应用程序到他们的设备时,名称会显示在您的应用程序下方。我们推荐您选取 10-12 字符长度的名称,这样您的客户能完整识别。最多 %s 个字符。"
632
  "New AirMail Message","新 AirMail 消息"
633
  "New AirMail Message Queue","新 AirMail 消息队列"
634
  "New App","新应用程序"
635
+ "New Customers","New Customers"
636
  "New Password","新密码"
637
  "New Template","新模板"
638
+ "New to Our Store?","New to Our Store?"
639
  "Nickname","昵称"
640
+ "No","No"
641
  "No Payment Information Required","不需要支付信息"
642
+ "No Ratings","No Ratings"
643
+ "No internet connection. Retry later ...","No internet connection. Retry later ..."
644
  "No items were specifed to update.","没有指定项目来更新。"
645
  "No items were updated.","没有项目被更新。"
646
  "No product selected.","没有选择产品。"
647
+ "No products found. Please retry with other term","No products found. Please retry with other term"
648
  "No shipping method required.","无需任何运输方式。"
649
  "No such file ""%s"".","没有此文件“%s”。"
650
  "Not Submitted","未提交"
651
+ "Note: Image size affects the performance of your app.","Note: Image size affects the performance of your app."
652
  "Notice","注意"
653
+ "Number of Orders","Number of Orders"
654
+ "Number of Uses","Number of Uses"
655
+ "OK","OK"
656
+ "OR, Pay with Standard Checkout","OR, Pay with Standard Checkout"
657
+ "Offline Catalog","Offline Catalog"
658
+ "Offline cart stored on server","Offline cart stored on server"
659
+ "Offline catalog export complete.","Offline catalog export complete."
660
+ "Offline catalog export failed.","Offline catalog export failed."
661
  "One or more keywords that describe your app. Keywords are matched to users\' searches in the App Store and help return accurate search results. Separate multiple keywords with commas. 100 chars is maximum.","描述您应用程序的一个或两个关键词。关键词将用于匹配用户在 App Store 中的搜索,并帮助返回准确的搜索结果。使用逗号分隔多个关键词。最多 100 个字符。"
662
  "Onepage checkout is disabled.","单页结账已被禁用。"
663
  "Only custom theme can be deleted","仅有自定义主题可被删除"
664
  "Only default theme can be reset","您只能重置默认主题"
665
  "Only free apps are allowed in this version.","该版本仅允许免费应用程序。"
666
  "Only registered users can write reviews. Please, log in or register.","仅已注册用户可撰写评论。请登录或注册。"
667
+ "Open","Open"
668
+ "Options","Options"
669
  "Options menu items","选项菜单项"
670
+ "Order","Order"
671
+ "Order #","Order #"
672
  "Order #%s - %s","订单 #%s - %s"
673
  "Order Date: %s","订单日期:%s"
674
+ "Order Details Updated","Order Details Updated"
675
+ "Order ID","Order ID"
676
+ "Order ID:","Order ID:"
677
+ "Order Info","Order Info"
678
+ "Order List Updated","Order List Updated"
679
+ "Order Number","Order Number"
680
+ "Order Review","Order Review"
681
+ "Order canceled","Order canceled"
682
+ "Order failed","Order failed"
683
  "Order id is not specified.","订购 id 未指定。"
684
  "Order is not available.","订单不可用。"
685
  "Ordered","已下单"
686
+ "Ordered Items","Ordered Items"
687
+ "Orders","Orders"
688
+ "Other amount","Other amount"
689
+ "Out of Stock","Out of Stock"
690
  "Output format is not specified. Please, specify ""format"" key in constructor, or set it using setFormat().","未指定输出格式。请在构造函数中指定 “格式” 键,或使用 setFormat()进行设置。"
691
+ "Overall Activity","Overall Activity"
692
  "POST data is not valid.","POST 数据无效。"
693
  "Pages","页面"
694
  "Password","密码"
695
  "Password fields cannot be empty.","密码字段不能为空。"
696
+ "Password is not specified","Password is not specified"
697
+ "Password:","Password:"
698
+ "PayPal","PayPal"
699
+ "PayPal Checkout","PayPal Checkout"
700
  "PayPal MECL is the mobile version of PayPal\'s Express Checkout service. You can choose to use MECL alongside standard checkout, or use it as your only checkout method for Magento Mobile.","MECL 是贝宝快速结帐服务的移动版本。您可以选择在标准结账的同时也使用MECL,或者将其作为您Magento 移动唯一的结帐手段。"
701
  "PayPal MEP","PayPal MEP"
702
  "PayPal Mobile Embedded Payment (MEP)","PayPal 移动嵌入支付 (MEP)"
706
  "Payer Email: %s","付款者邮件地址:%s"
707
  "Payment Applicable From","支付适用性表单"
708
  "Payment Bridge module unavailable.","付款桥模块不可用。"
709
+ "Payment Information","Payment Information"
710
  "Payment Method","支付方式"
711
  "Payment Method has been set.","支付方法已设置。"
712
  "Payment Methods","支付方式"
713
+ "Payment method","Payment method"
714
  "Payment method was successfully set.","支付方法已成功设置。"
715
  "Paypal MEP doesn\'t support checkout with any discount.","PayPal MEP 不支持使用任何折扣结账。"
716
+ "Place Order","Place Order"
717
+ "Placing order ...","Placing order ..."
718
  "Please <a href=""%s"" target=""_blank"">click here</a> to see how to setup and retrieve API credentials.","请<a href=""%s"" target=""_blank"">单击这里</a>查看如何设置和取回 API 凭证。"
719
  "Please Select Application","请选择应用程序"
720
  "Please Select Device Type","请选择设备类型"
724
  "Please enter a valid URL. Protocol is required (http://, https:// or ftp://)","请输入有效URL。协议名是必须的(http://、https://,或ftp://)"
725
  "Please enter a valid date.","请输入有效日期"
726
  "Please enter a valid email address. For example johndoe@domain.com.","请输入有效邮件地址。例如johndoe@domain.com。"
727
+ "Please enter at least one email recipient","Please enter at least one email recipient"
728
  "Please enter issue number or start date for switch/solo card type.","请输入Switch/Solo类卡的颁发号或开始日期。"
729
  "Please enter the Activation Key.","请输入激活密钥。"
730
  "Please enter the Copyright.","请输入版权。"
733
  "Please enter the Resubmission Key.","请输入重提交密钥。"
734
  "Please enter the Title.","请输入名称。"
735
  "Please make sure your passwords match.","请确保密码匹配。"
736
+ "Please save application first.","Please save application first."
737
  "Please select an option.","请选择一个选项。"
738
  "Please select at least one country.","请选择至少一个国家。"
739
+ "Please select payment method to cover a quote","Please select payment method to cover a quote"
740
+ "Please set email","Please set email"
741
+ "Please specify payment method","Please specify payment method"
742
+ "Please specify shipping method","Please specify shipping method"
743
  "Please upload an image for ""App Background (landscape mode)"" field from Design Tab.","请从设计选项卡为“App背景(横向模式)”字段上传一个图片。"
744
  "Please upload an image for ""App Background (portrait mode)"" field from Design Tab.","请从设计选项卡为“App背景(纵向模式)”字段上传一个图片。"
745
  "Please upload an image for ""App Background"" field from Design Tab.","请从设计选项卡为“App背景”字段上传一个图片。"
750
  "Please use letters only (a-z or A-Z) in this field.","在该字段中请只使用字母(a-z或A-Z)"
751
  "Please use numbers only in this field. Please avoid spaces or other characters such as dots or commas.","请在该字段中只使用数字。请不要使用空格或其它字符,例如句点或逗号。"
752
  "Please use only letters (a-z or A-Z) or numbers (0-9) only in this field. No spaces or other characters are allowed.","该字段中请只使用字母(a-z 或 A-Z)或数字(0-9),不能使用空格或其它字符。"
753
+ "Please wait...","Please wait..."
754
+ "Please, specify gift card amount!","Please, specify gift card amount!"
755
+ "Portrait app Background","Portrait app Background"
756
+ "Portrait banners on Home Screen","Portrait banners on Home Screen"
757
+ "Post data is empty.","Post data is empty."
758
+ "Post this product to your wall","Post this product to your wall"
759
+ "Posting to e-mails","Posting to e-mails"
760
+ "Preferred size: %spx x %spx.","Preferred size: %spx x %spx."
761
  "Prefix","前缀"
762
  "Preset Theme","预设主题"
763
  "Preview","预览"
764
  "Price","价格"
765
  "Price Font Color","价格字体颜色"
766
+ "Price excluding tax","Price excluding tax"
767
+ "Price including tax","Price including tax"
768
  "Primary Color","主要颜色"
769
  "Primary Font Color","主要字体颜色"
770
  "Problem changing or sending password.","更改或发送密码时遇到问题。"
771
+ "Proceed to Checkout","Proceed to Checkout"
772
+ "Product","Product"
773
+ "Product Added to Cart","Product Added to Cart"
774
+ "Product Added to Wishlist","Product Added to Wishlist"
775
+ "Product Gallery Updated","Product Gallery Updated"
776
  "Product Name3 ","产品名 3"
777
  "Product Name3 1","产品名 3 1"
778
  "Product Name3 2","产品名 3 2"
779
+ "Product Options Updated","Product Options Updated"
780
+ "Product Removed From Wishlist","Product Removed From Wishlist"
781
+ "Product Reviews Updated","Product Reviews Updated"
782
+ "Product SKU","Product SKU"
783
+ "Product Updated","Product Updated"
784
+ "Product added","Product added"
785
+ "Product is out of stock","Product is out of stock"
786
  "Product is unavailable.","产品不可用。"
787
+ "Product only available on the website.","Product only available on the website."
788
+ "Product succesfully added to cart","Product succesfully added to cart"
789
  "Product was not specified.","产品未指定。"
790
  "Product(s) currently out of stock.","产品目前缺货。"
791
+ "Products","Products"
792
+ "Pull Down To Update..","Pull Down To Update.."
793
  "Purchase Order Number","采购订单号"
794
  "Push Notification","发布通知"
795
  "Push Notifications allow you to send messages directly to the people who have installed your app on their device. Send messages to your full audience even when your app is closed. Push Notifications are one of the best ways to keep your app active by delivering valuable content directly to your customers. Learn more about Push Notifications - <a href=""%1$s"" target=""_blank"">%1$s</a>","推送通知允许您直接发送消息给安装您应用程序的用户。即使您的应用程序处于关闭状态仍可发送消息给所有接收者。推送通知是通过直接递送有价值内容给您的客户而保持应用程序持久活力的最佳方式。要了解关于推送通知的更多信息,请访问 - <a href=""%1$s"" target=""_blank"">%1$s</a>"
796
  "Push Title","推送标题"
797
  "Push message","推送信息"
798
  "Push title","推送标题"
799
+ "Qty","Qty"
800
+ "Qty:","Qty:"
801
+ "Quantity","Quantity"
802
+ "Quantity:","Quantity:"
803
  "Queue Date","队列日期"
804
  "Queue Message","队列消息"
805
  "Queue does not exist.","队列不存在。"
806
  "Queue is allowed only for applications with enabled Push Notification.","队列仅可在启用推送通知的应用程序中使用。"
807
  "Quote instance is required.","队列实例是必须的。"
808
+ "Quote item is not found.","Quote item is not found."
809
+ "Range param doesn\'t recognized","Range param doesn\'t recognized"
810
+ "Ratings and Reviews","Ratings and Reviews"
811
+ "Read the Terms and Conditions","Read the Terms and Conditions"
812
+ "Recent Activity","Recent Activity"
813
  "Recipient Information","收件人信息"
814
+ "Recommended size %spx x %spx.","Recommended size %spx x %spx."
815
  "Recommended size 1024px x 344px. Note: Image size affects the performance of your app.","推荐尺寸 1024px x 344px。注意:图片尺寸将影响您的应用程序的性能。"
816
  "Recommended size 1024px x 704px. Note: Image size affects the performance of your app.","建议的大小:1024px x 704px。注意:图像大小会影响您应用的性能。"
817
  "Recommended size 320px x 230px. Note: Image size affects the performance of your app. Keep your image size below 50 KB for optimal performance.","建议的大小:320px x 320px。注意:图像大小会影响您应用的性能。为获得最佳性能,建议图像大小不超过50 KB。"
820
  "Recommended size 35px x 35px.","建议的大小为 35px x 35px。"
821
  "Recommended size 768px x 294px. Note: Image size affects the performance of your app.","建议的大小为768px x 294px。注意:图像大小会影响您应用的性能。"
822
  "Recommended size 768px x 960px. Note: Image size affects the performance of your app.","建议的大小为768px x 960px。注意:图像大小会影响您应用的性能。"
823
+ "Recommended size: %spx x %spx at %s dpi.","Recommended size: %spx x %spx at %s dpi."
824
+ "Recommended size: %spx x %spx.","Recommended size: %spx x %spx."
825
+ "Recover","Recover"
826
+ "Redeem","Redeem"
827
+ "Redeeming Gift Card %@","Redeeming Gift Card %@"
828
  "Redemption functionality is disabled.","兑换功能被禁用。"
829
  "Refunded","已存储"
830
+ "Regions","Regions"
831
+ "Register","Register"
832
+ "Registering cart ...","Registering cart ..."
833
+ "Registering user ...","Registering user ..."
834
+ "Regular","Regular"
835
  "Regular and confirmation passwords must be equal","常规和确认密码必须一致。"
836
  "Related Product Background Color","相关产品的背景色"
837
+ "Release To Update...","Release To Update..."
838
+ "Relevance","Relevance"
839
+ "Remaining downloads","Remaining downloads"
840
+ "Remove","Remove"
841
+ "Remove Address...","Remove Address..."
842
+ "Removing %@...","Removing %@..."
843
+ "Removing Coupon...","Removing Coupon..."
844
+ "Removing Gift Card...","Removing Gift Card..."
845
+ "Removing Product from WishList...","Removing Product from WishList..."
846
+ "Removing Store Credit...","Removing Store Credit..."
847
  "Request internal error.","请求内部错误。"
848
+ "Request param %s is missed","Request param %s is missed"
849
+ "Required size: %spx x %spx.","Required size: %spx x %spx."
850
  "Reset theme to default","将主题重设为默认"
851
  "Resubmission Key","重新提交密钥"
852
  "Resubmit App","重新提交App"
853
+ "Resubmit App failure. %s","Resubmit App failure. %s"
854
+ "Results","Results"
855
+ "Revenue","Revenue"
856
+ "Revert","Revert"
857
+ "Revert Discount","Revert Discount"
858
  "Review","评测"
859
  "Rich Push allows you to create and send engaging experiences by adding HTML and other rich media components to your push notifications. Moving beyond alerts and badge updates, Rich Push takes users into the app while displaying content in a customizable WebKit view. Create branded messages that engage your users with new content and information, all without having to update your app. Learn more about Rich Push - <a href=""%1$s"" target=""_blank"">%1$s</a>","富推送 (Rich Push) 允许您添加 HTML 和其他富媒体组件到您的推送通知中,从而达到创建和传送引人入胜的推送体验。超越常规提醒和应用程序图标标记更新,富推送将用户带入到应用程序的同时,在可定制的 WebKit 视图中显示内容。使用全新内容和信息来创建您的品牌消息吸引您的用户,无需更新您的应用程序。要了解关于富推送的贡多信息,请访问 - <a href=""%1$s"" target=""_blank"">%1$s</a>"
860
  "SORT BY:","排序方式:"
861
+ "Sample","Sample"
862
+ "Samples","Samples"
863
  "Save","保存"
864
  "Save As","另存为"
865
  "Save Theme","保存主题"
866
  "Save and Continue Edit","保存并继续编辑"
867
  "Save and Submit App","保存并提交App"
868
  "Save in address book","保存到地址簿"
869
+ "Saving Address...","Saving Address..."
870
+ "Saving changes ...","Saving changes ..."
871
+ "Saving shipping address ...","Saving shipping address ..."
872
+ "Saving shipping methods ...","Saving shipping methods ..."
873
+ "Screen resolution is not supported","Screen resolution is not supported"
874
  "Screens:","屏幕:"
875
  "Scroll Background Color","卷动背景色"
876
  "Search","搜索"
877
+ "Search Term","Search Term"
878
+ "Search Updated","Search Updated"
879
+ "Searching for %@...","Searching for %@..."
880
  "Secondary Color","辅助颜色"
881
  "Secondary Font Color","辅助字体颜色"
882
+ "See all","See all"
883
+ "Select %@","Select %@"
884
  "Select All","全选"
885
+ "Select Chart","Select Chart"
886
+ "Select Links","Select Links"
887
+ "Select Options","Select Options"
888
+ "Select Payment Method","Select Payment Method"
889
+ "Select Range","Select Range"
890
+ "Select a","Select a"
891
+ "Select a Billing Address","Select a Billing Address"
892
+ "Select a Shipping Address","Select a Shipping Address"
893
+ "Select from Address Book","Select from Address Book"
894
+ "Select shipping method","Select shipping method"
895
  "Selected product is unavailable.","所选产品不可用。"
896
+ "Send","Send"
897
  "Sender Information","发送者信息"
898
+ "Sending e-mail failed...","Sending e-mail failed..."
899
+ "Set","Set"
900
  "Settings","设置"
901
+ "Shake device to reset the filter","Shake device to reset the filter"
902
+ "Share","Share"
903
+ "Share on LinkedIn","Share on LinkedIn"
904
+ "Share on Twitter","Share on Twitter"
905
+ "Ship method","Ship method"
906
  "Shipped","已发货"
907
+ "Shipping","Shipping"
908
  "Shipping Address","送货地址"
909
  "Shipping Method","运送方式"
910
+ "Shipping address","Shipping address"
911
  "Shipping address has been set.","运行地址已设置。"
912
+ "Shipping method","Shipping method"
913
  "Shipping method has been set.","运送方法已设置。"
914
  "Shipping method is required","需要填写运送方式"
915
  "Shipping method successfully updated","配送方式已成功更新"
916
  "Shipping to this address is not possible.","无法运送到此地址。"
917
  "Shop","商店"
918
+ "Shop All","Shop All"
919
+ "Shop Updated","Shop Updated"
920
+ "Shopping Cart","Shopping Cart"
921
  "Shopping cart is empty.","购物车为空。"
922
+ "Show Password","Show Password"
923
+ "Sign In","Sign In"
924
+ "Signing In...","Signing In..."
925
+ "Signing Out ...","Signing Out ..."
926
  "Sky Blue","天蓝"
927
  "Social Networking","社交网络"
928
  "Some emails were not sent.","某些邮件未发送"
929
  "Sorry, no payment options are available for this order at this time.","对不起,该订单目前没有可用支付选项。"
930
  "Sorry, no quotes are available for this order at this time.","抱歉,当前该订单中没有报价可用。"
931
+ "Sorry, there are no items in this category.","Sorry, there are no items in this category."
932
+ "Special","Special"
933
+ "Special Excl. Tax","Special Excl. Tax"
934
+ "Special Incl. Tax","Special Incl. Tax"
935
  "Specific Countries","指定国家"
936
  "Specified address does not exist.","指定的地址不存在。"
937
  "Specified invalid app code.","指定了无效的App代码。"
942
  "Start Date","开始日期"
943
  "Start Date - Month","开始日期 - 月"
944
  "Start Date - Year","开始日期 - 年"
945
+ "Starting At","Starting At"
946
+ "Starting At Excl. Tax","Starting At Excl. Tax"
947
+ "Starting At Incl. Tax","Starting At Incl. Tax"
948
+ "Starting at excl. tax","Starting at excl. tax"
949
+ "Starting at incl. tax","Starting at incl. tax"
950
  "State/Province","州/省"
951
  "Status","状态"
952
+ "Storage of offline cart on server failed. Please retry later","Storage of offline cart on server failed. Please retry later"
953
+ "Store Credit Info Updated","Store Credit Info Updated"
954
  "Store Credit payment is not being used in your shopping cart.","您的购物车尚未使用店铺信用支付。"
955
  "Store View","店铺视图"
956
+ "Store credit","Store credit"
957
+ "Store logo that is displayed on copyright page of app.","Store logo that is displayed on copyright page of app."
958
  "Store logo that is displayed on copyright page of app. Preferred size: 100px x 100px.","店铺徽标会显示在应用的版权页上。首选大小为:100px x 100px。"
959
  "Store logo that is displayed on copyright page of app. Preferred size: 200px x 200px.","店铺徽标会显示在应用的版权页上。首选大小为:200px x 200px。"
960
+ "Store switcher hasn\'t been defined","Store switcher hasn\'t been defined"
961
  "Street Address","街道地址"
962
  "Street Address 2","街道地址2"
963
+ "Subject:","Subject:"
964
  "Submission","提交"
965
  "Submission Fields","提交字段"
966
  "Submission History","提交历史"
968
  "Submit App ""%s""","提交应用 ""%s"""
969
  "Submit App failure. %s","提交应用失败。""%s"""
970
  "Submit App failure. Invalid activation key provided","提交应用失败。所提供的激活密钥无效"
971
+ "Submit Review","Submit Review"
972
  "Submitted","已提交"
973
+ "Submitting Review...","Submitting Review..."
974
+ "Subtotal","Subtotal"
975
  "Subtotal (Excl. Tax)","小计(不含税)"
976
  "Subtotal (Incl. Tax)","小计(含税)"
977
+ "Subtotal Excl. Tax","Subtotal Excl. Tax"
978
+ "Subtotal Incl. Tax","Subtotal Incl. Tax"
979
+ "Subtotal excluding tax","Subtotal excluding tax"
980
+ "Subtotal incl. tax:","Subtotal incl. tax:"
981
+ "Subtotal including tax","Subtotal including tax"
982
+ "Subtotal:","Subtotal:"
983
+ "Success","Success"
984
+ "Successfully posted to Facebook","Successfully posted to Facebook"
985
+ "Successfully posted to Linkedin","Successfully posted to Linkedin"
986
  "Suffix","后缀"
987
  "Summary of Your Review","您的评测汇总"
988
+ "Swipe a product to reveal more options","Swipe a product to reveal more options"
989
  "T-Shirts","T恤"
990
  "Tabs","选项卡"
991
  "Tax","传真"
999
  "Template does not exist.","模板不存在。"
1000
  "Template for new AirMail Message does not exist.","用于新的航空邮件信息的模板不存在。"
1001
  "Template has been deleted.","模板已删除。"
1002
+ "Terms And Conditions","Terms And Conditions"
1003
  "Text length does not satisfy specified max text range.","文本长度不符合指定的最大文本范围。"
1004
  "Text length does not satisfy specified min text range.","文本长度不符合指定的最小文本范围。"
1005
  "Thank you for registering!","感谢您的注册!"
1006
  "Thank you for your purchase! ","感谢您的购买!"
1007
+ "The %s field should be filled.","The %s field should be filled."
1008
  "The Mailbox title will be shown in the More Info tab. To understand more about the title, please <a target=""_blank"" href=""http://www.magentocommerce.com/img/product/mobile/helpers/mail_box_title.png"">click here</a>","邮箱标题会显示在更多信息选项卡下。要详细了解该标题的信息,请 <a target=""_blank"" href=""http://www.magentocommerce.com/img/product/mobile/helpers/mail_box_title.png"">点击这里</a>"
1009
+ "The application is currently inactive.\nPlease try again later.","The application is currently inactive.\nPlease try again later."
1010
+ "The cart is empty","The cart is empty"
1011
+ "The custom amount value should be higher than 0.","The custom amount value should be higher than 0."
1012
+ "The custom amount value should not be higher than %s.","The custom amount value should not be higher than %s."
1013
+ "The custom amount value should not be lower than %s.","The custom amount value should not be lower than %s."
1014
+ "The following email(s) are either mistyped or have incorrect format. Check them and try again:\n","The following email(s) are either mistyped or have incorrect format. Check them and try again:\n"
1015
+ "The icon that appears in the Android Market.","The icon that appears in the Android Market."
1016
  "The icon that appears in the Android Market. Recommended size: 512px x 512px. Maximum size: 1024 KB.","该图标会显示在Android市场中。建议的大小:512px x 512px。最大尺寸:1024 KB。"
1017
+ "The length of the text in the %s field is too big. Please shorten the text.","The length of the text in the %s field is too big. Please shorten the text."
1018
+ "The max length of the field ""%@"" is %d!","The max length of the field ""%@"" is %d!"
1019
+ "The minimum password length is 6","The minimum password length is 6"
1020
+ "The server responded with invalid data.","The server responded with invalid data."
1021
+ "The shortening service returned status code %d indicating a client side error.","The shortening service returned status code %d indicating a client side error."
1022
+ "The shortening service returned status code %d indicating a server side error.","The shortening service returned status code %d indicating a server side error."
1023
  "The store credit payment has been removed from shopping cart.","该店铺信用支付已从购物车中删除。"
1024
+ "The value is too big!","The value is too big!"
1025
+ "The value should not be greater than %.2f!","The value should not be greater than %.2f!"
1026
+ "The value should not be less than %.2f!","The value should not be less than %.2f!"
1027
  "Theme configurations are successfully reset.","这些配置已成功重设。"
1028
  "Theme has been created.","主题已创建。"
1029
  "Theme has been delete.","主题已被删除。"
1030
  "Theme label can\'t be empty","主题标签不能为空"
1031
  "Theme label:","主题标签:"
1032
  "Theme name is not set.","主题名称尚未设置。"
1033
+ "There are files that were selected but not uploaded yet. After switching to another tab your selections may be lost. Do you wish to continue ?","There are files that were selected but not uploaded yet. After switching to another tab your selections may be lost. Do you wish to continue ?"
1034
+ "There are no items here","There are no items here"
1035
+ "There are no items in your cart","There are no items in your cart"
1036
+ "There is an error in loading an app\'s configuration","There is an error in loading an app\'s configuration"
1037
+ "There is an error in retrieving the data. Please try again later","There is an error in retrieving the data. Please try again later"
1038
+ "There is no addresses for this contact","There is no addresses for this contact"
1039
+ "There is no store credit history!","There is no store credit history!"
1040
  "There were some problems with the data.","数据有些问题。"
1041
  "This email address was not found in our records.","该电子邮件地址无法在我们的记录中找到。"
1042
+ "This functionality disabled in offline mode","This functionality disabled in offline mode"
1043
  "This is a required field.","这是必填区域。"
1044
+ "This product has no images.","This product has no images."
1045
  "Title","标题"
1046
  "Title bar","标题栏"
1047
+ "To","To"
1048
+ "To Excl. Tax","To Excl. Tax"
1049
+ "To Incl. Tax","To Incl. Tax"
1050
  "To activate PayPal MEP payment method activate Express checkout first. ","要激活PayPal MEP支付方法,首先需要激活快速结账功能。"
1051
+ "To excl. tax","To excl. tax"
1052
+ "To incl. tax","To incl. tax"
1053
+ "To preview the newly uploaded images, please save your application first.","To preview the newly uploaded images, please save your application first."
1054
+ "To:","To:"
1055
  "Token has not been set.","令牌尚未设置。"
1056
+ "Too many recipients have been set. Max amount of recipients is:","Too many recipients have been set. Max amount of recipients is:"
1057
+ "Top Search Terms","Top Search Terms"
1058
+ "Total","Total"
1059
+ "Total Order Amount","Total Order Amount"
1060
  "Total incl. Tax: %1$s","含税总额:%1$s"
1061
+ "Total incl. tax","Total incl. tax"
1062
+ "Totals","Totals"
1063
+ "Touch and hold a product to delete from shopping cart","Touch and hold a product to delete from shopping cart"
1064
+ "Touch and hold a product to reveal more options","Touch and hold a product to reveal more options"
1065
+ "Try Again","Try Again"
1066
+ "Twitter","Twitter"
1067
  "Twitter API","Twitter API"
1068
  "Twitter API Key","Twitter API密钥"
1069
+ "Twitter Authorization","Twitter Authorization"
1070
+ "Twitter Autorization","Twitter Autorization"
1071
  "Twitter Secret Key","Twitter密码"
1072
+ "Twitter post failed...","Twitter post failed..."
1073
+ "Type","Type"
1074
+ "Type and data is required","Type and data is required"
1075
+ "URL","URL"
1076
  "Unable to cancel Mobile Express Checkout.","无法取消手机快速结帐。"
1077
  "Unable to cancel queue.","无法取消队列。"
1078
  "Unable to collect cart totals.","无法收集购物车总数。"
1087
  "Unable to initialize return action.","无法初始化返回动作。"
1088
  "Unable to load addresses.","无法加载地址。"
1089
  "Unable to load application form.","无法加载应用程序表单。"
1090
+ "Unable to load banners.","Unable to load banners."
1091
  "Unable to load billing address form.","无法加载帐单地址表单。"
1092
  "Unable to load billing address.","无法加载帐单地址。"
1093
  "Unable to load categories.","无法加载类别。"
1094
  "Unable to load checkout.","无法加载结账。"
1095
+ "Unable to load localization.","Unable to load localization."
1096
  "Unable to load order list.","无法载入订购列表。"
1097
  "Unable to load order review.","无法载入订单审核。"
1098
  "Unable to load product gallery.","无法加载产品图库。"
1108
  "Unable to process preview.","无法处理预览。"
1109
  "Unable to render a gift card account.","无法提供礼品卡帐户。"
1110
  "Unable to render an order.","无法提供订单。"
1111
+ "Unable to render downloadable products.","Unable to render downloadable products."
1112
  "Unable to render the store credits.","无法提供商店信贷。"
1113
  "Unable to save app.","无法保存应用。"
1114
  "Unable to save message.","无法保存信息。"
1119
  "Unable to start Mobile Express Checkout.","无法启动手机快速结帐。"
1120
  "Unable to update shipping method.","无法更新送货方法。"
1121
  "Undefined","未定义"
1122
+ "Unit Price","Unit Price"
1123
+ "Unit Price:","Unit Price:"
1124
  "Unknown Error","未知错误"
1125
  "Unknown Error.","未知错误。"
1126
+ "Unknown Payment Bridge Error","Unknown Payment Bridge Error"
1127
+ "Unknown error ocured. Please retry later","Unknown error ocured. Please retry later"
1128
  "Unsupported character in path: ""%s""","路径 ""%s"" 包含不支持的字符"
1129
  "Unsupported value type received","接收到不支持的值类型"
1130
+ "Update Comment Error","Update Comment Error"
1131
  "Update Preview","更新预览"
1132
+ "Updating ...","Updating ..."
1133
+ "Updating Cart...","Updating Cart..."
1134
  "Upon receiving these credentials, please fill in the corresponding fields.","接收到这些凭据后,请填写相应的字段。"
1135
  "Urban Airship Push Notification","Urban Airship推送通知"
1136
+ "Use Billing Address","Use Billing Address"
1137
  "Use Store Credit (%s available)","使用商店信用点数(%s 可用)"
1138
  "Use as my default billing address","使用并作为我的默认账单地址"
1139
  "Use as my default shipping address","使用并作为我的默认运送地址"
1140
+ "Use billing address for shipping","Use billing address for shipping"
1141
+ "User Name:","User Name:"
1142
+ "User session is expired","User session is expired"
1143
+ "Version","Version"
1144
+ "View Cart","View Cart"
1145
  "View Details","查看详情"
1146
  "View Gallery","查看画廊"
1147
+ "View Wishlist","View Wishlist"
1148
  "Warning: All related AirMail messages will be deleted!","警告:所有相关的 AirMail 消息将被删除!"
1149
+ "Website is offline","Website is offline"
1150
  "Website is offline.","网站已离线。"
1151
+ "WishList Updated","WishList Updated"
1152
  "Wishlist has been cleared.","愿望列表已被清空。"
1153
  "Wishlist has been updated.","愿望清单已更新。"
1154
  "Wishlist has been updated. But there are accrued some errors while updating some items.","愿望清单已更新。但在更新某些商品时遇到了一些错误。"
1155
+ "Wishlist is empty.","Wishlist is empty."
1156
+ "Write a Review","Write a Review"
1157
+ "Write a review","Write a review"
1158
  "Wrong Ipad background image orientation has been specified: ""%s"".","指定的iPad背景图像 ""%s"" 方向有误。"
1159
  "Wrong PayPal Mobile Express Checkout Token specified.","指定了错误的贝宝手机快速结帐令牌"
1160
  "Wrong device type.","设备类型有误。"
1163
  "Wrong theme format.","主题格式有误。"
1164
  "YYYY","YYYY"
1165
  "Year","年"
1166
+ "Yes","Yes"
1167
  "You are already logged in.","您已经登录了。"
1168
+ "You are not logged in","You are not logged in"
1169
  "You can watch statistics here.","您可以在这里看到统计信息。"
1170
+ "You canceled your order. Touch ""Pay with PayPal"" to try again.","You canceled your order. Touch ""Pay with PayPal"" to try again."
1171
+ "You have entered an incorrect decimal value in the custom amount field. Provide a valid value.","You have entered an incorrect decimal value in the custom amount field. Provide a valid value."
1172
+ "You have placed no orders.","You have placed no orders."
1173
+ "You have uncommitted actions. Commit?","You have uncommitted actions. Commit?"
1174
+ "You may also like","You may also like"
1175
+ "You must login first","You must login first"
1176
+ "You must read and agree to the Terms and Conditions before placing your order.","You must read and agree to the Terms and Conditions before placing your order."
1177
  "You need to enable PayPal Express Checkout first from the Payment configuration before enabling PayPal MECL.","您在启用贝宝 MECL 前,需要首先在贝宝的设置中启用贝宝快速结帐。"
1178
  "You will receive an order confirmation email with details of your order and a link to track its progress.","您将会收到一份内含订单详细信息和可查询进展情况链接的确认邮件"
1179
  "Your current balance is:","您的当前余额为:"
1180
  "Your order # is: %s. ","您的订单编号是:%s。"
1181
+ "Your order cannot be completed at this time as there is no payment methods available for it.","Your order cannot be completed at this time as there is no payment methods available for it."
1182
+ "Your order failed. Touch ""Pay with PayPal"" to try again.","Your order failed. Touch ""Pay with PayPal"" to try again."
1183
  "Your review has been accepted for moderation.","您的评测已被管理员批准。"
1184
+ "Your tweet has been sent. Thanks for sharing this product on Twitter","Your tweet has been sent. Thanks for sharing this product on Twitter"
1185
  "Zip/Postal Code","邮政编码"
1186
  "\'%s\' exceeds the allowed file size: %d (bytes)","\'%s\' 超出了允许的文件大小: %d (字节)"
1187
  "\'%s\' height exceeds allowed value of %d px","\'%s\' 高度超过允许值 %d px"
1188
  "\'%s\' is not a valid file extension. Allowed extensions: %s","\'%s\' 不是有效的文件扩展名。允许的扩展名:%s"
1189
  "\'%s\' width exceeds allowed value of %d px","\'%s\' 的宽度值超过了允许的 %d 像素"
1190
  "and","和"
1191
+ "as Guest","as Guest"
1192
  "each","每个"
1193
+ "field is required","field is required"
1194
  "iPad","iPad"
1195
  "iPhone","iPhone"
1196
+ "image_id is required","image_id is required"
1197
+ "not set","not set"
1198
+ "required","required"
1199
  "save","保存"
1200
  "ver. %s","版本 %s"
app/locale/zh_CN/template/email/account_new.html ADDED
@@ -0,0 +1,55 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject Welcome, {{var customer.name}}! @-->
2
+ <!--@vars
3
+ {"store url=\"\"":"Store Url",
4
+ "var logo_url":"Email Logo Image Url",
5
+ "htmlescape var=$customer.name":"Customer Name",
6
+ "store url=\"customer/account/\"":"Customer Account Url",
7
+ "var customer.email":"Customer Email",
8
+ "htmlescape var=$customer.password":"Customer Password"}
9
+ @-->
10
+
11
+ <!--@styles
12
+ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
13
+ @-->
14
+
15
+ <body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
16
+ <div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
17
+ <table cellspacing="0" cellpadding="0" border="0" height="100%" width="100%">
18
+ <tr>
19
+ <td align="center" valign="top" style="padding:20px 0 20px 0">
20
+ <!-- [ header starts here] -->
21
+ <table bgcolor="FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
22
+ <tr>
23
+ <td valign="top">
24
+ <a href="{{store url=""}}"><img src="{{var logo_url}}" alt="{{var logo_alt}}" style="margin-bottom:10px;" border="0"/></a></td>
25
+ </tr>
26
+ <!-- [ middle starts here] -->
27
+ <tr>
28
+ <td valign="top">
29
+ <h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;"">亲爱的{{htmlescape var=$customer.name}},</h1>
30
+ <p style="font-size:12px; line-height:16px; margin:0 0 16px 0;">欢迎来到{{var store.getFrontendName()}}。访问本站时,如需登录请点击 <a href="{{store url="customer/account/"}}" style="color:#1E7EC8;">登录</a> 或 <a href="{{store url="customer/account/"}}" style="color:#1E7EC8;">我的帐户</a> 每一页的上方,然后输入您的电子邮件地址和密码.</p>
31
+ <p style="border:1px solid #E0E0E0; font-size:12px; line-height:16px; margin:0; padding:13px 18px; background:#f9f9f9;">
32
+ 如遇提示需登录时,请使用下列值:<br/>
33
+ <strong>电子邮件</strong>: {{var customer.email}}<br/>
34
+ <strong>密码</strong>: {{htmlescape var=$customer.password}}<p>
35
+ <p style="font-size:12px; line-height:16px; margin:0 0 8px 0;">登录您的账户后,即可进行下列操作:</p>
36
+ <ul style="font-size:12px; line-height:16px; margin:0 0 16px 0; padding:0;">
37
+ <li style="list-style:none inside; padding:0 0 0 10px;">&ndash; 购物时可更快速地结算</li>
38
+ <li style="list-style:none inside; padding:0 0 0 10px;">&ndash; 查看订单状态</li>
39
+ <li style="list-style:none inside; padding:0 0 0 10px;">&ndash; 查看过去的订单</li>
40
+ <li style="list-style:none inside; padding:0 0 0 10px;">&ndash; 修改账户信息</li>
41
+ <li style="list-style:none inside; padding:0 0 0 10px;">&ndash; 修改密码</li>
42
+ <li style="list-style:none inside; padding:0 0 0 10px;">&ndash; 存储备选地址(可将货物发送给不同的家庭成员和朋友!)</li>
43
+ </ul>
44
+ <p style="font-size:12px; line-height:16px; margin:0;">如果您有任何关于账户或其他方面的问题,请随时与我们联系 <a href="mailto:{{config path='trans_email/ident_support/email'}}" style="color:#1E7EC8;">{{config path='trans_email/ident_support/email'}}</a> 或致电 {{config path='general/store_information/phone'}}.</p>
45
+ </td>
46
+ </tr>
47
+ <tr>
48
+ <td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">再次向您表示感谢, <strong>{{var store.getFrontendName()}}</strong></p></center></td>
49
+ </tr>
50
+ </table>
51
+ </td>
52
+ </tr>
53
+ </table>
54
+ </div>
55
+ </body>
app/locale/zh_CN/template/email/account_new_confirmation.html ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject Account confirmation for {{var customer.name}} @-->
2
+ <!--@vars
3
+ {"store url=\"\"":"Store Url",
4
+ "var logo_url":"Email Logo Image Url",
5
+ "var logo_alt":"Email Logo Image Alt",
6
+ "store url=\"customer/account/\"":"Customer Account Url",
7
+ "htmlescape var=$customer.name":"Customer Name",
8
+ "var customer.email":"Customer Email",
9
+ "store url=\"customer/account/confirm/\" _query_id=$customer.id _query_key=$customer.confirmation _query_back_url=$back_url":"Confirmation Url",
10
+ "htmlescape var=$customer.password":"Customer password"}
11
+ @-->
12
+
13
+ <!--@styles
14
+ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
15
+ @-->
16
+
17
+ <body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
18
+ <div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
19
+ <table cellspacing="0" cellpadding="0" border="0" height="100%" width="100%">
20
+ <tr>
21
+ <td align="center" valign="top" style="padding:20px 0 20px 0">
22
+ <!-- [ header starts here] -->
23
+ <table bgcolor="FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
24
+ <tr>
25
+ <td valign="top">
26
+ <a href="{{store url=""}}"><img src="{{var logo_url}}" alt="{{var logo_alt}}" style="margin-bottom:10px;" border="0"/></a>
27
+ </td>
28
+ </tr>
29
+ <!-- [ middle starts here] -->
30
+ <tr>
31
+ <td valign="top">
32
+ <h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;">亲爱的{{htmlescape var=$customer.name}},</h1>
33
+ <p style="font-size:12px; line-height:16px; margin:0 0 16px 0;">使用电子邮件 {{var customer.email}} 登录到我们的店铺时必须先进行邮件验证.</p>
34
+ <p style="font-size:12px; line-height:16px; margin:0 0 8px 0;">要验证电子邮件并立刻登录,请使用 <a href="{{store url="customer/account/confirm/" _query_id=$customer.id _query_key=$customer.confirmation _query_back_url=$back_url}}" style="color:#1E7EC8;">本验证链接</a>. 本链接仅一次有效.</p>
35
+ <p style="border:1px solid #E0E0E0; font-size:12px; line-height:16px; margin:0 0 16px 0; padding:13px 18px; background:#f9f9f9;">
36
+ 如遇提示需登录时,请使用下列值:<br/>
37
+ <strong>电子邮件:</strong> {{var customer.email}}<br/>
38
+ <strong>密码:</strong> {{htmlescape var=$customer.password}}<p>
39
+ <p style="font-size:12px; line-height:16px; margin:0;">如果您有任何关于账户或其他方面的问题,请随时与我们联系 <a href="mailto:{{config path='trans_email/ident_support/email'}}" style="color:#1E7EC8;">{{config path='trans_email/ident_support/email'}}</a> 或致电 {{config path='general/store_information/phone'}}.</p>
40
+ </td>
41
+ </tr>
42
+ <tr>
43
+ <td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">再次向您表示感谢, <strong>{{var store.getFrontendName()}}</strong></p></center></td>
44
+ </tr>
45
+ </table>
46
+ </td>
47
+ </tr>
48
+ </table>
49
+ </div>
50
+ </body>
app/locale/zh_CN/template/email/account_new_confirmed.html ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject Welcome, {{var customer.name}}! @-->
2
+ <!--@vars
3
+ {"store url=\"\"":"Store Url",
4
+ "var logo_url":"Email Logo Image Url",
5
+ "var logo_alt":"Email Logo Image Alt",
6
+ "htmlescape var=$customer.name":"Customer Name",
7
+ "store url=\"customer/account/\"":"Customer Account Url"}
8
+ @-->
9
+
10
+ <!--@styles
11
+ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
12
+ @-->
13
+
14
+ <body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
15
+ <div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
16
+ <table cellspacing="0" cellpadding="0" border="0" height="100%" width="100%">
17
+ <tr>
18
+ <td align="center" valign="top" style="padding:20px 0 20px 0">
19
+ <!-- [ header starts here] -->
20
+ <table bgcolor="FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
21
+ <tr>
22
+ <td valign="top">
23
+ <a href="{{store url=""}}"><img src="{{var logo_url}}" alt="{{var logo_alt}}" style="margin-bottom:10px;" border="0"/></a>
24
+ </td>
25
+ </tr>
26
+ <!-- [ middle starts here] -->
27
+ <tr>
28
+ <td valign="top">
29
+ <h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;"">亲爱的{{htmlescape var=$customer.name}},</h1>
30
+ <p style="font-size:12px; line-height:16px; margin:0 0 16px 0;">欢迎来到{{var store.getFrontendName()}}。访问本站时,如需登录请点击 <a href="{{store url="customer/account/"}}" style="color:#1E7EC8;">登录</a> 或 <a href="{{store url="customer/account/"}}" style="color:#1E7EC8;">我的帐户</a> 每一页的上方,然后输入您的电子邮件地址和密码.</p>
31
+ <p style="font-size:12px; line-height:16px; margin:0 0 8px 0;">登录您的账户后,即可进行下列操作:</p>
32
+ <ul style="font-size:12px; line-height:16px; margin:0 0 16px 0; padding:0;">
33
+ <li style="list-style:none inside; padding:0 0 0 10px;">&ndash; 购物时可更快速地结算</li>
34
+ <li style="list-style:none inside; padding:0 0 0 10px;">&ndash; 查看订单状态</li>
35
+ <li style="list-style:none inside; padding:0 0 0 10px;">&ndash; 查看过去的订单</li>
36
+ <li style="list-style:none inside; padding:0 0 0 10px;">&ndash; 修改账户信息</li>
37
+ <li style="list-style:none inside; padding:0 0 0 10px;">&ndash; 修改密码</li>
38
+ <li style="list-style:none inside; padding:0 0 0 10px;">&ndash; 存储备选地址(可将货物发送给不同的家庭成员和朋友!)</li>
39
+ </ul>
40
+ <p style="font-size:12px; line-height:16px; margin:0;">如果您有任何关于账户或其他方面的问题,请随时与我们联系 <a href="mailto:{{config path='trans_email/ident_support/email'}}" style="color:#1E7EC8;">{{config path='trans_email/ident_support/email'}}</a> 或致电 {{config path='general/store_information/phone'}}.</p>
41
+ </td>
42
+ </tr>
43
+ <tr>
44
+ <td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">再次向您表示感谢, <strong>{{var store.getFrontendName()}}</strong></p></center></td>
45
+ </tr>
46
+ </table>
47
+ </td>
48
+ </tr>
49
+ </table>
50
+ </div>
51
+ </body>
app/locale/zh_CN/template/email/account_password_reset_confirmation.html ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject Password Reset Confirmation for {{var customer.name}} @-->
2
+ <!--@vars
3
+ {"store url=\"\"":"Store Url",
4
+ "var logo_url":"Email Logo Image Url",
5
+ "var logo_alt":"Email Logo Image Alt",
6
+ "htmlescape var=$customer.name":"Customer Name",
7
+ "store url=\"customer/account/resetpassword/\" _query_id=$customer.id _query_token=$customer.rp_token":"Reset Password URL"}
8
+ @-->
9
+
10
+ <!--@styles
11
+ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
12
+ @-->
13
+
14
+ <body style="background: #F6F6F6; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; margin: 0; padding: 0;">
15
+ <div style="background: #F6F6F6; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; margin: 0; padding: 0;">
16
+ <table cellspacing="0" cellpadding="0" border="0" height="100%" width="100%">
17
+ <tr>
18
+ <td align="center" valign="top" style="padding: 20px 0 20px 0">
19
+ <table bgcolor="FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
20
+ <tr>
21
+ <td valign="top">
22
+ <a href="{{store url=""}}" style="color:#1E7EC8;"><img src="{{var logo_url}}" alt="{{var logo_alt}}" border="0"/></a>
23
+ </td>
24
+ </tr>
25
+ <tr>
26
+ <td valign="top">
27
+ <h1 style="font-size: 22px; font-weight: normal; line-height: 22px; margin: 0 0 11px 0;">亲爱的{{htmlescape var=$customer.name}},</h1>
28
+ <p style="font-size: 12px; line-height: 16px; margin: 0 0 8px 0;">您的账户近期有修改密码的请求.</p>
29
+ <p style="font-size: 12px; line-height: 16px; margin: 0;">如果您提出了申请,请点击如下链接重新设置密码: <a href="{{store url="customer/account/resetpassword/" _query_id=$customer.id _query_token=$customer.rp_token}}" style="color:#1E7EC8;">{{store url="customer/account/resetpassword/" _query_id=$customer.id _query_token=$customer.rp_token}}</a></p>
30
+ <p style="font-size: 12px; line-height: 16px; margin: 0;">如果点击无法进行链接,请将该 URL 复制并粘贴到浏览器中.</p>
31
+ <br />
32
+ <p style="font-size:12px; line-height:16px; margin:0;">如果您未提出申请,请忽略本信息并且您的密码将保持不变.</p>
33
+ </td>
34
+ </tr>
35
+ <tr>
36
+ <td style="background-color: #EAEAEA; text-align: center;"><p style="font-size:12px; margin:0; text-align: center;">谢谢, <strong>{{var store.getFrontendName()}}</strong></p></td>
37
+ </tr>
38
+ </table>
39
+ </td>
40
+ </tr>
41
+ </table>
42
+ </div>
43
+ </body>
app/locale/zh_CN/template/email/admin_password_new.html ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject New password for {{var user.name}} @-->
2
+ <!--@vars
3
+ {"store url=\"\"":"Store Url",
4
+ "var logo_url":"Email Logo Image Url",
5
+ "var logo_alt":"Email Logo Image Alt",
6
+ "htmlescape var=$user.name":"Admin Name",
7
+ "htmlescape var=$password":"Admin Password",
8
+ "store url=\"adminhtml/system_account/\"":"Admin Account Url"}
9
+ @-->
10
+
11
+ <!--@styles
12
+ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
13
+ @-->
14
+
15
+ <body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
16
+ <div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
17
+ <table cellspacing="0" cellpadding="0" border="0" height="100%" width="100%">
18
+ <tr>
19
+ <td align="center" valign="top" style="padding:20px 0 20px 0">
20
+ <!-- [ header starts here] -->
21
+ <table bgcolor="FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
22
+ <tr>
23
+ <td valign="top">
24
+ <a href="{{store url=""}}" style="color:#1E7EC8;"><img src="{{var logo_url}}" alt="{{var logo_alt}}" border="0"/></a>
25
+ </td>
26
+ </tr>
27
+ <!-- [ middle starts here] -->
28
+ <tr>
29
+ <td valign="top">
30
+ <h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;"">亲爱的 {{htmlescape var=$user.name}},</h1>
31
+ <p style="font-size:12px; line-height:16px; margin:0 0 8px 0;"><strong>您的新密码是:</strong> {{htmlescape var=$password}}</p>
32
+ <p style="font-size:12px; line-height:16px; margin:0;">您可以通过登录您的账户随时修改密码 <a href="{{store url="adminhtml/system_account/"}}" style="color:#1E7EC8;">please note that this sentence and the above should be translated into one sentence in Chinese. So there would be no translation here</a>.<p>
33
+ </td>
34
+ </tr>
35
+ <tr>
36
+ <td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">再次向您表示感谢, <strong>{{var store.getFrontendName()}}</strong></p></center></td>
37
+ </tr>
38
+ </table>
39
+ </td>
40
+ </tr>
41
+ </table>
42
+ </div>
43
+ </body>
app/locale/zh_CN/template/email/admin_password_reset_confirmation.html ADDED
@@ -0,0 +1,44 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject Password Reset Confirmation for {{var user.name}} @-->
2
+ <!--@vars
3
+ {"store url=\"\"":"Store Url",
4
+ "var logo_url":"Email Logo Image Url",
5
+ "var logo_alt":"Email Logo Image Alt",
6
+ "htmlescape var=$user.name":"Admin Name",
7
+ "store url=\"adminhtml/index/resetpassword/\" _query_id=$user.id _query_token=$user.rp_token":"Reset Password URL",
8
+ "store url=\"adminhtml/system_account/\"":"Admin Account Url"}
9
+ @-->
10
+
11
+ <!--@styles
12
+ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
13
+ @-->
14
+
15
+ <body style="background: #F6F6F6; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; margin: 0; padding: 0;">
16
+ <div style="background: #F6F6F6; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; margin: 0; padding: 0;">
17
+ <table cellspacing="0" cellpadding="0" border="0" height="100%" width="100%">
18
+ <tr>
19
+ <td align="center" valign="top" style="padding: 20px 0 20px 0">
20
+ <table bgcolor="FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
21
+ <tr>
22
+ <td valign="top">
23
+ <a href="{{store url=""}}" style="color:#1E7EC8;"><img src="{{var logo_url}}" alt="{{var logo_alt}}" border="0"/></a>
24
+ </td>
25
+ </tr>
26
+ <tr>
27
+ <td valign="top">
28
+ <h1 style="font-size: 22px; font-weight: normal; line-height: 22px; margin: 0 0 11px 0;">亲爱的 {{htmlescape var=$user.name}},</h1>
29
+ <p style="font-size: 12px; line-height: 16px; margin: 0 0 8px 0;">您的账户近期有修改密码的请求.</p>
30
+ <p style="font-size: 12px; line-height: 16px; margin: 0;">如果您提出了申请,请点击如下链接重新设置密码: <a href="{{store url="adminhtml/index/resetpassword/" _query_id=$user.id _query_token=$user.rp_token}}" style="color:#1E7EC8;">{{store url="adminhtml/index/resetpassword/" _query_id=$user.id _query_token=$user.rp_token}}</a></p>
31
+ <p style="font-size: 12px; line-height: 16px; margin: 0;">如果点击无法进行链接,请将该 URL 复制并粘贴到浏览器中.</p>
32
+ <br />
33
+ <p style="font-size:12px; line-height:16px; margin:0;">如果您未提出申请,请忽略本信息并且您的密码将保持不变.</p>
34
+ </td>
35
+ </tr>
36
+ <tr>
37
+ <td style="background-color: #EAEAEA; text-align: center;"><p style="font-size:12px; margin:0; text-align: center;">谢谢, <strong>{{var store.getFrontendName()}}</strong></p></td>
38
+ </tr>
39
+ </table>
40
+ </td>
41
+ </tr>
42
+ </table>
43
+ </div>
44
+ </body>
app/locale/zh_CN/template/email/amazonpayments_asp_notification_error.html ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject Amazonpayments ASP notification error @-->
2
+ <!--@vars
3
+ {"var request":"Amazon ASP Request",
4
+ "var error":"Amazon ASP Error"}
5
+ @-->
6
+ <div>
7
+ <div><b>__('Amazon Simple Pay notification message')__</b></div>
8
+ <div>__('Request')__:</div>
9
+ <div style="border:1px solid #000;">{{var request}}</div>
10
+ <div>__('Error')__:</div>
11
+ <div style="border:1px solid #000;">{{var error}}</div>
12
+ </div>
app/locale/zh_CN/template/email/contact_form.html ADDED
@@ -0,0 +1,12 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject Contact Form@-->
2
+ <!--@vars
3
+ {"var data.name":"Sender Name",
4
+ "var data.email":"Sender Email",
5
+ "var data.telephone":"Sender Telephone",
6
+ "var data.comment":"Comment"}
7
+ @-->
8
+ 姓名:{{var data.name}}
9
+ 电子邮件: {{var data.email}}
10
+ 电话: {{var data.telephone}}
11
+
12
+ 备注: {{var data.comment}}
app/locale/zh_CN/template/email/currency_update_warning.html ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
1
+ <!--@subject Currency Update Warnings @-->
2
+ <!--@vars
3
+ {"var warnings":"Currency Update Warnings"}
4
+ @-->
5
+ 货币更新警告:
6
+
7
+
8
+ {{var warnings}}
app/locale/zh_CN/template/email/log_clean_warning.html ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
1
+ <!--@subject Log Cleanup Warnings @-->
2
+ <!--@vars
3
+ {"var warnings":"Log Cleanup Warnings"}
4
+ @-->
5
+ 日志清除警告:
6
+
7
+ {{var warnings}}
app/locale/zh_CN/template/email/moneybookers_activateemail.html ADDED
@@ -0,0 +1,6 @@
 
 
 
 
 
 
1
+ <!--@subject {{var subject}} @-->
2
+ {{var store.getFrontendName()}}<br>
3
+ Moneybookers 电子邮件地址: {{var email_addr}}<br>
4
+ Moneybookers 客户 ID:{{var customer_id}}<br>
5
+ URL:{{var url}}<br>
6
+ 语言:{{var language}}<br>
app/locale/zh_CN/template/email/newsletter_subscr_confirm.html ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject Newsletter subscription confirmation @-->
2
+ <!--@vars
3
+ {"store url=\"\"":"Store Url",
4
+ "var logo_url":"Email Logo Image Url",
5
+ "var logo_alt":"Email Logo Image Alt",
6
+ "htmlescape var=$customer.name":"Customer Name",
7
+ "var subscriber.getConfirmationLink()":"Subscriber Confirmation Url"}
8
+ @-->
9
+ <!--@styles
10
+ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
11
+ @-->
12
+
13
+ <body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
14
+ <div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
15
+ <table cellspacing="0" cellpadding="0" border="0" height="100%" width="100%">
16
+ <tr>
17
+ <td align="center" valign="top" style="padding:20px 0 20px 0">
18
+ <!-- [ header starts here] -->
19
+ <table bgcolor="FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
20
+ <tr>
21
+ <td valign="top">
22
+ <a href="{{store url=""}}" style="color:#1E7EC8;"><img src="{{var logo_url}}" alt="{{var logo_alt}}" border="0"/></a>
23
+ </td>
24
+ </tr>
25
+ <!-- [ middle starts here] -->
26
+ <tr>
27
+ <td valign="top">
28
+ <h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;"">谢谢您订阅我们的新闻通讯.</h1>
29
+ <p style="border:1px solid #E0E0E0; font-size:12px; line-height:16px; margin:0; padding:13px 18px; background:#F9F9F9;">要开始接收新闻通讯,您必须首先点击以下链接确认订阅:<br />
30
+ <a href="{{var subscriber.getConfirmationLink()}}" style="color:#1E7EC8;">{{var subscriber.getConfirmationLink()}}</a><p>
31
+ </td>
32
+ </tr>
33
+ <tr>
34
+ <td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">再次向您表示感谢, <strong>{{var store.getFrontendName()}}</strong></p></center></td>
35
+ </tr>
36
+ </table>
37
+ </td>
38
+ </tr>
39
+ </table>
40
+ </div>
41
+ </body>
app/locale/zh_CN/template/email/newsletter_subscr_success.html ADDED
@@ -0,0 +1,2 @@
 
 
1
+ <!--@subject Newsletter subscription success @-->
2
+ 新闻邮件订阅成功
app/locale/zh_CN/template/email/newsletter_unsub_success.html ADDED
@@ -0,0 +1,2 @@
 
 
1
+ <!--@subject Newsletter unsubscription success @-->
2
+ 新闻邮件退订成功
app/locale/zh_CN/template/email/password_new.html ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject New password for {{var customer.name}} @-->
2
+ <!--@vars
3
+ {"store url=\"\"":"Store Url",
4
+ "var logo_url":"Email Logo Image Url",
5
+ "var logo_alt":"Email Logo Image Alt",
6
+ "store url=\"customer/account/\"":"Customer Account Url",
7
+ "htmlescape var=$customer.name":"Customer Name",
8
+ "htmlescape var=$customer.password":"Customer New Password"}
9
+ @-->
10
+ <!--@styles
11
+ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
12
+ @-->
13
+
14
+ <body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
15
+ <div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
16
+ <table cellspacing="0" cellpadding="0" border="0" height="100%" width="100%">
17
+ <tr>
18
+ <td align="center" valign="top" style="padding:20px 0 20px 0">
19
+ <!-- [ header starts here] -->
20
+ <table bgcolor="FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
21
+ <tr>
22
+ <td valign="top">
23
+ <a href="{{store url=""}}" style="color:#1E7EC8;"><img src="{{var logo_url}}" alt="{{var logo_alt}}" border="0"/></a>
24
+ </td>
25
+ </tr>
26
+ <!-- [ middle starts here] -->
27
+ <tr>
28
+ <td valign="top">
29
+ <h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;">亲爱的{{htmlescape var=$customer.name}},</h1>
30
+ <p style="font-size:12px; line-height:16px; margin:0 0 8px 0;"><strong>您的新密码是:</strong> {{htmlescape var=$customer.password}}</p>
31
+ <p style="font-size:12px; line-height:16px; margin:0;">您可以通过登录您的账户随时修改密码 <a href="{{store url="customer/account/"}}" style="color:#1E7EC8;">please note that this sentence and the above should be translated into one sentence in Chinese. So there would be no translation here</a>.<p>
32
+ </td>
33
+ </tr>
34
+ <tr>
35
+ <td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">再次向您表示感谢, <strong>{{var store.getFrontendName()}}</strong></p></center></td>
36
+ </tr>
37
+ </table>
38
+ </td>
39
+ </tr>
40
+ </table>
41
+ </div>
42
+ </body>
app/locale/zh_CN/template/email/payment_failed.html ADDED
@@ -0,0 +1,68 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject Payment Transaction Failed Reminder @-->
2
+ <!--@vars
3
+ {"var reason":"Transaction Failed Reason",
4
+ "var checkoutType":"Checkout Type",
5
+ "var customerEmail":"Customer Email",
6
+ "var customer":"Customer Name",
7
+ "var items":"Shopping Cart Items",
8
+ "var total":"Total",
9
+ "var billingAddress.format('html')":"Billing Address",
10
+ "var shippingAddress.format('html')":"Shipping Address",
11
+ "var shippingMethod":"Shipping Method",
12
+ "var paymentMethod":"Payment Method",
13
+ "var dateAndTime":"Date and Time of Transaction"}
14
+ @-->
15
+
16
+ <table>
17
+ <thead>
18
+ <tr>
19
+ <th>交易失败.</th>
20
+ </tr>
21
+ </thead>
22
+ <tbody>
23
+ <tr>
24
+ <td>
25
+ <p>
26
+ <b>原因</b><br />
27
+ {{var reason}}
28
+ </p>
29
+ <p>
30
+ <b>收费类型</b><br />
31
+ {{var checkoutType}}
32
+ </p>
33
+ <p>
34
+ <b>客户:</b><br />
35
+ <a href="mailto:{{var customerEmail}}">{{var customer}}</a> &lt;{{var customerEmail}}&gt;
36
+ </p>
37
+ <p>
38
+ <b>收费项</b><br />
39
+ {{var items}}
40
+ </p>
41
+ <p>
42
+ <b>总额:</b><br />
43
+ {{var total}}
44
+ </p>
45
+ <p>
46
+ <b>账单地址:</b><br />
47
+ {{var billingAddress.format('html')}}
48
+ </p>
49
+ <p>
50
+ <b>运输地址:</b><br />
51
+ {{var shippingAddress.format('html')}}
52
+ </p>
53
+ <p>
54
+ <b>运输方式:</b><br />
55
+ {{var shippingMethod}}
56
+ </p>
57
+ <p>
58
+ <b>交易方式:</b><br />
59
+ {{var paymentMethod}}
60
+ </p>
61
+ <p>
62
+ <b>日期时间:</b><br />
63
+ {{var dateAndTime}}
64
+ </p>
65
+ </td>
66
+ </tr>
67
+ </tbody>
68
+ </table>
app/locale/zh_CN/template/email/product_alert_cron_error.html ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
1
+ <!--@subject Product alerts Cron error @-->
2
+ <!--@vars
3
+ {"var warnings":"Warnings"}
4
+ @-->
5
+ 产品警告cron警告:
6
+
7
+ {{var warnings}}
app/locale/zh_CN/template/email/product_price_alert.html ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
1
+ <!--@subject Products price changed alert @-->
2
+ <!--@vars
3
+ {"var customerName":"Customer Name",
4
+ "var alertGrid":"Alert Data Grid"}
5
+ @-->
6
+ 您好, {{var customerName}},
7
+
8
+ {{var alertGrid}}
app/locale/zh_CN/template/email/product_share.html ADDED
@@ -0,0 +1,13 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject Welcome, {{var name}} @-->
2
+ <!--@vars
3
+ {"htmlescape var=$name":"Recipient Name",
4
+ "var email":"Recipient Email address",
5
+ "var product_url":"Url for Product",
6
+ "var product_name":"Product Name",
7
+ "var product_image":"Url for product small image (75 px)",
8
+ "var sender_name":"Sender name",
9
+ "var sender_email":"Sender email",
10
+ "var message":"Sender Message"}
11
+ @-->
12
+
13
+ 欢迎您,{{htmlescape var=$name}}<br /><br />请看 <a href="{{var product_url}}">{{var product_name}}</a><br /><br />这里是信息: <br />{{var message}}<br /><br />
app/locale/zh_CN/template/email/product_stock_alert.html ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
1
+ <!--@subject Products back in stock alert @-->
2
+ <!--@vars
3
+ {"var customerName":"Customer Name",
4
+ "var alertGrid":"Alert Data Grid"}
5
+ @-->
6
+ 您好, {{var customerName}},
7
+
8
+ {{var alertGrid}}
app/locale/zh_CN/template/email/sales/creditmemo_new.html ADDED
@@ -0,0 +1,108 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject {{var store.getFrontendName()}}: Credit Memo # {{var creditmemo.increment_id}} for Order # {{var order.increment_id}} @-->
2
+ <!--@vars
3
+ {"store url=\"\"":"Store Url",
4
+ "var logo_url":"Email Logo Image Url",
5
+ "var logo_alt":"Email Logo Image Alt",
6
+ "htmlescape var=$order.getCustomerName()":"Customer Name",
7
+ "var store.getFrontendName()":"Store Name",
8
+ "store url=\"customer/account/\"":"Customer Account Url",
9
+ "var creditmemo.increment_id":"Credit Memo Id",
10
+ "var order.increment_id":"Order Id",
11
+ "var order.billing_address.format('html')":"Billing Address",
12
+ "payment_html":"Payment Details",
13
+ "var order.shipping_address.format('html')":"Shipping Address",
14
+ "var order.shipping_description":"Shipping Description",
15
+ "layout handle=\"sales_email_order_creditmemo_items\" creditmemo=$creditmemo order=$order":"Credit Memo Items Grid",
16
+ "var comment":"Credit Memo Comment"}
17
+ @-->
18
+ <!--@styles
19
+ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
20
+ @-->
21
+
22
+ <body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
23
+ <div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
24
+ <table cellspacing="0" cellpadding="0" border="0" width="100%">
25
+ <tr>
26
+ <td align="center" valign="top" style="padding:20px 0 20px 0">
27
+ <!-- [ header starts here] -->
28
+ <table bgcolor="#FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
29
+ <tr>
30
+ <td valign="top"><a href="{{store url=""}}"><img src="{{var logo_url}}" alt="{{var logo_alt}}" style="margin-bottom:10px;" border="0"/></a></td>
31
+ </tr>
32
+ <!-- [ middle starts here] -->
33
+ <tr>
34
+ <td valign="top">
35
+ <h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;"">您好,{{htmlescape var=$order.getCustomerName()}}</h1>
36
+ <p>
37
+ 感谢您来自{{var store.getFrontendName()}}的订单.
38
+ 您可以查看您的订单状态 <a href="{{store url="customer/account/"}}" style="color:#1E7EC8;">登录您的账户</a>.
39
+ 如果您有关于订单的任何问题,请联系我们 <a href="mailto:{{config path='trans_email/ident_support/email'}}" style="color:#1E7EC8;">{{config path='trans_email/ident_support/email'}}</a> 或者给我们打电话 <span class="nobr">{{config path='general/store_information/phone'}}</span> 周一 - 周五,8:00-17:00 PST.
40
+ </p>
41
+ </td>
42
+ </tr>
43
+ <tr>
44
+ <td>
45
+ <h2 style="font-size:18px; font-weight:normal; margin:0;">您的信用备忘录 #{{var creditmemo.increment_id}} for Order #{{var order.increment_id}}</h2>
46
+ </td>
47
+ </tr>
48
+ <tr>
49
+ <td>
50
+ <table cellspacing="0" cellpadding="0" border="0" width="650">
51
+ <thead>
52
+ <tr>
53
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">账单信息:</th>
54
+ <th width="10"></th>
55
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">支付方式:</th>
56
+ </tr>
57
+ </thead>
58
+ <tbody>
59
+ <tr>
60
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
61
+ {{var order.billing_address.format('html')}}
62
+ </td>
63
+ <td>&nbsp;</td>
64
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
65
+ {{var payment_html}}
66
+ </td>
67
+ </tr>
68
+ </tbody>
69
+ </table>
70
+ <br/>
71
+ {{depend order.getIsNotVirtual()}}
72
+ <table cellspacing="0" cellpadding="0" border="0" width="650">
73
+ <thead>
74
+ <tr>
75
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">运送信息:</th>
76
+ <th width="10"></th>
77
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">运送方式:</th>
78
+ </tr>
79
+ </thead>
80
+ <tbody>
81
+ <tr>
82
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
83
+ {{var order.shipping_address.format('html')}}
84
+ &nbsp;
85
+ </td>
86
+ <td>&nbsp;</td>
87
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
88
+ {{var order.shipping_description}}
89
+ &nbsp;
90
+ </td>
91
+ </tr>
92
+ </tbody>
93
+ </table>
94
+ <br/>
95
+ {{/depend}}
96
+ {{layout handle="sales_email_order_creditmemo_items" creditmemo=$creditmemo order=$order}}
97
+ <p style="font-size:12px; margin:0 10px 10px 0">{{var comment}}</p>
98
+ </td>
99
+ </tr>
100
+ <tr>
101
+ <td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">谢谢, <strong>{{var store.getFrontendName()}}</strong></p></center></td>
102
+ </tr>
103
+ </table>
104
+ </td>
105
+ </tr>
106
+ </table>
107
+ </div>
108
+ </body>
app/locale/zh_CN/template/email/sales/creditmemo_new_guest.html ADDED
@@ -0,0 +1,106 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject {{var store.getFrontendName()}}: Credit Memo # {{var creditmemo.increment_id}} for Order # {{var order.increment_id}} @-->
2
+ <!--@vars
3
+ {"store url=\"\"":"Store Url",
4
+ "var logo_url":"Email Logo Image Url",
5
+ "var logo_alt":"Email Logo Image Alt",
6
+ "htmlescape var=$billing.getName()":"Guest Customer Name (Billing)",
7
+ "var store.getFrontendName()":"Store Name",
8
+ "var creditmemo.increment_id":"Credit Memo Id",
9
+ "var order.increment_id":"Order Id",
10
+ "var order.billing_address.format('html')":"Billing Address",
11
+ "var payment_html":"Payment Details",
12
+ "var order.shipping_address.format('html')":"Shipping Address",
13
+ "var order.shipping_description":"Shipping Description",
14
+ "layout handle=\"sales_email_order_creditmemo_items\" creditmemo=$creditmemo order=$order":"Credit Memo Items Grid",
15
+ "var comment":"Credit Memo Comment"}
16
+ @-->
17
+ <!--@styles
18
+ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
19
+ @-->
20
+
21
+ <body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
22
+ <div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
23
+ <table cellspacing="0" cellpadding="0" border="0" width="100%">
24
+ <tr>
25
+ <td align="center" valign="top" style="padding:20px 0 20px 0">
26
+ <!-- [ header starts here] -->
27
+ <table bgcolor="#FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
28
+ <tr>
29
+ <td valign="top"><a href="{{store url=""}}"><img src="{{var logo_url}}" alt="{{var logo_alt}}" style="margin-bottom:10px;" border="0"/></a></td>
30
+ </tr>
31
+ <!-- [ middle starts here] -->
32
+ <tr>
33
+ <td valign="top">
34
+ <h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;"">{{htmlescape var=$billing.getName()}},你好</h1>
35
+ <p>
36
+ 感谢您来自{{var store.getFrontendName()}}的订单.
37
+ 如果您有关于订单的任何问题,请联系我们 <a href="mailto:{{config path='trans_email/ident_support/email'}}" style="color:#1E7EC8;">{{config path='trans_email/ident_support/email'}}</a> 或者给我们打电话 <span class="nobr">{{config path='general/store_information/phone'}}</span> 周一 - 周五,8:00-17:00 PST.
38
+ </p>
39
+ </td>
40
+ </tr>
41
+ <tr>
42
+ <td>
43
+ <h2 style="font-size:18px; font-weight:normal; margin:0;">您的信用备忘录 #{{var creditmemo.increment_id}} for Order #{{var order.increment_id}}</h2>
44
+ </td>
45
+ </tr>
46
+ <tr>
47
+ <td>
48
+ <table cellspacing="0" cellpadding="0" border="0" width="650">
49
+ <thead>
50
+ <tr>
51
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">账单信息:</th>
52
+ <th width="10"></th>
53
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">支付方式:</th>
54
+ </tr>
55
+ </thead>
56
+ <tbody>
57
+ <tr>
58
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
59
+ {{var order.billing_address.format('html')}}
60
+ </td>
61
+ <td>&nbsp;</td>
62
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
63
+ {{var payment_html}}
64
+ </td>
65
+ </tr>
66
+ </tbody>
67
+ </table>
68
+ <br/>
69
+ {{depend order.getIsNotVirtual()}}
70
+ <table cellspacing="0" cellpadding="0" border="0" width="650">
71
+ <thead>
72
+ <tr>
73
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">运送信息:</th>
74
+ <th width="10"></th>
75
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">运送方式:</th>
76
+ </tr>
77
+ </thead>
78
+ <tbody>
79
+ <tr>
80
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
81
+ {{var order.shipping_address.format('html')}}
82
+ &nbsp;
83
+ </td>
84
+ <td>&nbsp;</td>
85
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
86
+ {{var order.shipping_description}}
87
+ &nbsp;
88
+ </td>
89
+ </tr>
90
+ </tbody>
91
+ </table>
92
+ <br/>
93
+ {{/depend}}
94
+ {{layout handle="sales_email_order_creditmemo_items" creditmemo=$creditmemo order=$order}}
95
+ <p style="font-size:12px; margin:0 10px 10px 0">{{var comment}}</p>
96
+ </td>
97
+ </tr>
98
+ <tr>
99
+ <td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">谢谢, <strong>{{var store.getFrontendName()}}</strong></p></center></td>
100
+ </tr>
101
+ </table>
102
+ </td>
103
+ </tr>
104
+ </table>
105
+ </div>
106
+ </body>
app/locale/zh_CN/template/email/sales/creditmemo_update.html ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject {{var store.getFrontendName()}}: Credit Memo # {{var creditmemo.increment_id}} update @-->
2
+ <!--@vars
3
+ {"store url=\"\"":"Store Url",
4
+ "var logo_url":"Email Logo Image Url",
5
+ "var logo_alt":"Email Logo Image Alt",
6
+ "htmlescape var=$order.getCustomerName()":"Customer Name",
7
+ "var order.increment_id":"Order Id",
8
+ "var order.getStatusLabel()":"Order Status",
9
+ "store url=\"customer/account/\"":"Customer Account Url",
10
+ "var comment":"Credit Memo Comment",
11
+ "var store.getFrontendName()":"Store Name"}
12
+ @-->
13
+ <!--@styles
14
+ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
15
+ @-->
16
+
17
+ <body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
18
+ <div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
19
+ <table cellspacing="0" cellpadding="0" border="0" height="100%" width="100%">
20
+ <tr>
21
+ <td align="center" valign="top" style="padding:20px 0 20px 0">
22
+ <!-- [ header starts here] -->
23
+ <table bgcolor="#FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
24
+ <tr>
25
+ <td valign="top"><a href="{{store url=""}}"><img src="{{var logo_url}}" alt="{{var logo_alt}}" style="margin-bottom:10px;" border="0"/></a></td>
26
+ </tr>
27
+ <!-- [ middle starts here] -->
28
+ <tr>
29
+ <td valign="top">
30
+ <h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;">亲爱的{{htmlescape var=$order.getCustomerName()}},</h1>
31
+ <p style="font-size:12px; line-height:16px; margin:0 0 10px 0;">
32
+ 您的订单 # {{var order.increment_id}} 已经 <br/>
33
+ <strong>{{var order.getStatusLabel()}}</strong>.
34
+ </p>
35
+ <p style="font-size:12px; line-height:16px; margin:0 0 10px 0;">您可以查看您的订单状态 <a href="{{store url="customer/account/"}}" style="color:#1E7EC8;">登录您的账户</a>.</p>
36
+ <p style="font-size:12px; line-height:16px; margin:0 0 10px 0;">{{var comment}}</p>
37
+ <p style="font-size:12px; line-height:16px; margin:0;">
38
+ 如果您有任何问题,请随时与我们联系
39
+ <a href="mailto:{{config path='trans_email/ident_support/email'}}" style="color:#1E7EC8;">{{config path='trans_email/ident_support/email'}}</a>
40
+ 或致电 {{config path='general/store_information/phone'}}.
41
+ </p>
42
+ </td>
43
+ </tr>
44
+ <tr>
45
+ <td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">再次向您表示感谢, <strong>{{var store.getFrontendName()}}</strong></p></center></td>
46
+ </tr>
47
+ </table>
48
+ </td>
49
+ </tr>
50
+ </table>
51
+ </div>
52
+ </body>
app/locale/zh_CN/template/email/sales/creditmemo_update_guest.html ADDED
@@ -0,0 +1,51 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject {{var store.getFrontendName()}}: Credit Memo # {{var creditmemo.increment_id}} update @-->
2
+ <!--@vars
3
+ {"store url=\"\"":"Store Url",
4
+ "var logo_url":"Email Logo Image Url",
5
+ "var logo_alt":"Email Logo Image Alt",
6
+
7
+ "htmlescape var=$billing.getName()":"Guest Customer Name",
8
+ "var order.increment_id":"Order Id",
9
+ "var order.getStatusLabel()":"Order Status",
10
+ "var comment":"Credit Memo Comment",
11
+ "var store.getFrontendName()":"Store Name"}
12
+ @-->
13
+ <!--@styles
14
+ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
15
+ @-->
16
+
17
+ <body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
18
+ <div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
19
+ <table cellspacing="0" cellpadding="0" border="0" height="100%" width="100%">
20
+ <tr>
21
+ <td align="center" valign="top" style="padding:20px 0 20px 0">
22
+ <!-- [ header starts here] -->
23
+ <table bgcolor="#FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
24
+ <tr>
25
+ <td valign="top"><a href="{{store url=""}}"><img src="{{var logo_url}}" alt="{{var logo_alt}}" style="margin-bottom:10px;" border="0"/></a></td>
26
+ </tr>
27
+ <!-- [ middle starts here] -->
28
+ <tr>
29
+ <td valign="top">
30
+ <h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;">亲爱的{{htmlescape var=$billing.getName()}},</h1>
31
+ <p style="font-size:12px; line-height:16px; margin:0 0 10px 0;">
32
+ 您的订单 # {{var order.increment_id}} 已经 <br/>
33
+ <strong>{{var order.getStatusLabel()}}</strong>.
34
+ </p>
35
+ <p style="font-size:12px; line-height:16px; margin:0 0 10px 0;">{{var comment}}</p>
36
+ <p style="font-size:12px; line-height:16px; margin:0;">
37
+ 如果您有任何问题,请随时与我们联系
38
+ <a href="mailto:{{config path='trans_email/ident_support/email'}}" style="color:#1E7EC8;">{{config path='trans_email/ident_support/email'}}</a>
39
+ 或致电 {{config path='general/store_information/phone'}}.
40
+ </p>
41
+ </td>
42
+ </tr>
43
+ <tr>
44
+ <td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">再次向您表示感谢, <strong>{{var store.getFrontendName()}}</strong></p></center></td>
45
+ </tr>
46
+ </table>
47
+ </td>
48
+ </tr>
49
+ </table>
50
+ </div>
51
+ </body>
app/locale/zh_CN/template/email/sales/invoice_new.html ADDED
@@ -0,0 +1,107 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject {{var store.getFrontendName()}}: Invoice # {{var invoice.increment_id}} for Order # {{var order.increment_id}} @-->
2
+ <!--@vars
3
+ {"store url=\"\"":"Store Url",
4
+ "var logo_url":"Email Logo Image Url",
5
+ "var logo_alt":"Email Logo Image Alt",
6
+ "htmlescape var=$order.getCustomerName()":"Customer Name",
7
+ "var store.getFrontendName()":"Store Name",
8
+ "store url=\"customer/account/\"":"Customer Account Url",
9
+ "var invoice.increment_id":"Invoice Id",
10
+ "var order.increment_id":"Order Id",
11
+ "var order.billing_address.format('html')":"Billing Address",
12
+ "var payment_html":"Payment Details",
13
+ "var order.shipping_address.format('html')":"Shipping Address",
14
+ "var order.shipping_description":"Shipping Description",
15
+ "layout area=\"frontend\" handle=\"sales_email_order_invoice_items\" invoice=$invoice order=$order":"Invoice Items Grid",
16
+ "var comment":"Invoice Comment"}
17
+ @-->
18
+ <!--@styles
19
+ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
20
+ @-->
21
+
22
+ <body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
23
+ <div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
24
+ <table cellspacing="0" cellpadding="0" border="0" height="100%" width="100%">
25
+ <tr>
26
+ <td align="center" valign="top" style="padding:20px 0 20px 0">
27
+ <!-- [ header starts here] -->
28
+ <table bgcolor="#FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
29
+ <tr>
30
+ <td valign="top"><a href="{{store url=""}}"><img src="{{var logo_url}}" alt="{{var logo_alt}}" style="margin-bottom:10px;" border="0"/></a></td>
31
+ </tr>
32
+ <!-- [ middle starts here] -->
33
+ <tr>
34
+ <td valign="top">
35
+ <h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;"">您好,{{htmlescape var=$order.getCustomerName()}}</h1>
36
+ <p style="font-size:12px; line-height:16px; margin:0;">
37
+ 感谢您来自{{var store.getFrontendName()}}的订单.
38
+ 您可以查看您的订单状态 <a href="{{store url="customer/account/"}}" style="color:#1E7EC8;">登录您的账户</a>.
39
+ 如果您有关于订单的任何问题,请联系我们 <a href="mailto:{{config path='trans_email/ident_support/email'}}" style="color:#1E7EC8;">{{config path='trans_email/ident_support/email'}}</a> 或者给我们打电话 <span class="nobr">{{config path='general/store_information/phone'}}</span> 周一 - 周五,8:00-17:00 PST.
40
+ </p>
41
+ </td>
42
+ </tr>
43
+ <tr>
44
+ <td>
45
+ <h2 style="font-size:18px; font-weight:normal; margin:0;">您的订单 #{{var order.increment_id}}的发票 #{{var invoice.increment_id}}</h2>
46
+ </td>
47
+ </tr>
48
+ <tr>
49
+ <td>
50
+ <table cellspacing="0" cellpadding="0" border="0" width="650">
51
+ <thead>
52
+ <tr>
53
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">账单信息:</th>
54
+ <th width="10"></th>
55
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">支付方式:</th>
56
+ </tr>
57
+ </thead>
58
+ <tbody>
59
+ <tr>
60
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
61
+ {{var order.billing_address.format('html')}}
62
+ </td>
63
+ <td>&nbsp;</td>
64
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
65
+ {{var payment_html}}
66
+ </td>
67
+ </tr>
68
+ </tbody>
69
+ </table>
70
+ <br/>
71
+ {{depend order.getIsNotVirtual()}}
72
+ <table cellspacing="0" cellpadding="0" border="0" width="100%">
73
+ <thead>
74
+ <tr>
75
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">运送信息:</th>
76
+ <th width="10"></th>
77
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">运送方式:</th>
78
+ </tr>
79
+ </thead>
80
+ <tbody>
81
+ <tr>
82
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
83
+ {{var order.shipping_address.format('html')}}
84
+ &nbsp;
85
+ </td>
86
+ <td>&nbsp;</td>
87
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
88
+ {{var order.shipping_description}}&nbsp;
89
+ </td>
90
+ </tr>
91
+ </tbody>
92
+ </table>
93
+ <br/>
94
+ {{/depend}}
95
+ {{layout area="frontend" handle="sales_email_order_invoice_items" invoice=$invoice order=$order}}
96
+ <p style="font-size:12px; margin:0 10px 10px 0;">{{var comment}}</p>
97
+ </td>
98
+ </tr>
99
+ <tr>
100
+ <td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">再次向您表示感谢, <strong>{{var store.getFrontendName()}}</strong></strong></p></center></td>
101
+ </tr>
102
+ </table>
103
+ </td>
104
+ </tr>
105
+ </table>
106
+ </div>
107
+ </body>
app/locale/zh_CN/template/email/sales/invoice_new_guest.html ADDED
@@ -0,0 +1,106 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject {{var store.getFrontendName()}}: Invoice # {{var invoice.increment_id}} for Order # {{var order.increment_id}} @-->
2
+ <!--@vars
3
+ {"store url=\"\"":"Store Url",
4
+ "var logo_url":"Email Logo Image Url",
5
+ "var logo_alt":"Email Logo Image Alt",
6
+ "htmlescape var=$billing.getName()":"Guest Customer Name",
7
+ "var store.getFrontendName()":"Store Name",
8
+ "var invoice.increment_id":"Invoice Id",
9
+ "var order.increment_id":"Order Id",
10
+ "var order.billing_address.format('html')":"Billing Address",
11
+ "var payment_html":"Payment Details",
12
+ "var order.shipping_address.format('html')":"Shipping Address",
13
+ "var order.shipping_description":"Shipping Description",
14
+ "layout handle=\"sales_email_order_invoice_items\" invoice=$invoice order=$order":"Invoice Items Grid",
15
+ "var comment":"Invoice Comment"}
16
+ @-->
17
+ <!--@styles
18
+ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
19
+ @-->
20
+
21
+ <body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
22
+ <div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
23
+ <table cellspacing="0" cellpadding="0" border="0" height="100%" width="100%">
24
+ <tr>
25
+ <td align="center" valign="top" style="padding:20px 0 20px 0">
26
+ <!-- [ header starts here] -->
27
+ <table bgcolor="#FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
28
+ <tr>
29
+ <td valign="top"><a href="{{store url=""}}"><img src="{{var logo_url}}" alt="{{var logo_alt}}" style="margin-bottom:10px;" border="0"/></a></td>
30
+ </tr>
31
+ <!-- [ middle starts here] -->
32
+ <tr>
33
+ <td valign="top">
34
+ <h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;"">{{htmlescape var=$billing.getName()}},你好</h1>
35
+ <p style="font-size:12px; line-height:16px; margin:0;">
36
+ 感谢您来自{{var store.getFrontendName()}}的订单.
37
+ 如果您有关于订单的任何问题,请联系我们 <a href="mailto:{{config path='trans_email/ident_support/email'}}" style="color:#1E7EC8;">{{config path='trans_email/ident_support/email'}}</a> 或者给我们打电话 <span class="nobr">{{config path='general/store_information/phone'}}</span> 周一 - 周五,8:00-17:00 PST.
38
+ </p>
39
+ </td>
40
+ </tr>
41
+ <tr>
42
+ <td>
43
+ <h2 style="font-size:18px; font-weight:normal; margin:0;">您的订单 #{{var order.increment_id}}的发票 #{{var invoice.increment_id}}</h2>
44
+ </td>
45
+ </tr>
46
+ <tr>
47
+ <td>
48
+ <table cellspacing="0" cellpadding="0" border="0" width="650">
49
+ <thead>
50
+ <tr>
51
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">账单信息:</th>
52
+ <th width="10"></th>
53
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">支付方式:</th>
54
+ </tr>
55
+ </thead>
56
+ <tbody>
57
+ <tr>
58
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
59
+ {{var order.billing_address.format('html')}}
60
+ </td>
61
+ <td>&nbsp;</td>
62
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
63
+ {{var payment_html}}
64
+ </td>
65
+ </tr>
66
+ </tbody>
67
+ </table>
68
+ <br/>
69
+ {{depend order.getIsNotVirtual()}}
70
+ <table cellspacing="0" cellpadding="0" border="0" width="650">
71
+ <thead>
72
+ <tr>
73
+ <th align="left" width="650" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">运送信息:</th>
74
+ <th width="10"></th>
75
+ <th align="left" width="650" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">运送方式:</th>
76
+ </tr>
77
+ </thead>
78
+ <tbody>
79
+ <tr>
80
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
81
+ {{var order.shipping_address.format('html')}}
82
+ &nbsp;
83
+ </td>
84
+ <td>&nbsp;</td>
85
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
86
+ {{var order.shipping_description}}
87
+ &nbsp;
88
+ </td>
89
+ </tr>
90
+ </tbody>
91
+ </table>
92
+ <br/>
93
+ {{/depend}}
94
+ {{layout handle="sales_email_order_invoice_items" invoice=$invoice order=$order}}
95
+ <p style="font-size:12px; margin:0 0 10px 0">{{var comment}}</p>
96
+ </td>
97
+ </tr>
98
+ <tr>
99
+ <td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">再次向您表示感谢, <strong>{{var store.getFrontendName()}}</strong></strong></p></center></td>
100
+ </tr>
101
+ </table>
102
+ </td>
103
+ </tr>
104
+ </table>
105
+ </div>
106
+ </body>
app/locale/zh_CN/template/email/sales/invoice_update.html ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject {{var store.getFrontendName()}}: Invoice # {{var invoice.increment_id}} update @-->
2
+ <!--@vars
3
+ {"store url=\"\"":"Store Url",
4
+ "var logo_url":"Email Logo Image Url",
5
+ "var logo_alt":"Email Logo Image Alt",
6
+ "htmlescape var=$order.getCustomerName()":"Customer Name",
7
+ "var order.increment_id":"Order Id",
8
+ "var order.getStatusLabel()":"Order Status",
9
+ "store url=\"customer/account/\"":"Customer Account Url",
10
+ "var comment":"Invoice Comment",
11
+ "var store.getFrontendName()":"Store Name"}
12
+ @-->
13
+ <!--@styles
14
+ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
15
+ @-->
16
+
17
+ <body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
18
+ <div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
19
+ <table cellspacing="0" cellpadding="0" border="0" height="100%" width="100%">
20
+ <tr>
21
+ <td align="center" valign="top" style="padding:20px 0 20px 0">
22
+ <!-- [ header starts here] -->
23
+ <table bgcolor="#FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
24
+ <tr>
25
+ <td valign="top"><a href="{{store url=""}}"><img src="{{var logo_url}}" alt="{{var logo_alt}}" style="margin-bottom:10px;" border="0"/></a></td>
26
+ </tr>
27
+ <!-- [ middle starts here] -->
28
+ <tr>
29
+ <td valign="top">
30
+ <h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;">亲爱的{{htmlescape var=$order.getCustomerName()}},</h1>
31
+ <p style="font-size:12px; line-height:16px; margin:0 0 10px 0;">
32
+ 您的订单 # {{var order.increment_id}} 已经 <br/>
33
+ <strong>{{var order.getStatusLabel()}}</strong>.
34
+ </p>
35
+ <p style="font-size:12px; line-height:16px; margin:0 0 10px 0;">您可以查看您的订单状态 <a href="{{store url="customer/account/"}}" style="color:#1E7EC8;">登录您的账户</a>.</p>
36
+ <p style="font-size:12px; line-height:16px; margin:0 0 10px 0;">{{var comment}}</p>
37
+ <p style="font-size:12px; line-height:16px; margin:0;">
38
+ 如果您有任何问题,请随时与我们联系
39
+ <a href="mailto:{{config path='trans_email/ident_support/email'}}" style="color:#1E7EC8;">{{config path='trans_email/ident_support/email'}}</a>
40
+ 或致电 {{config path='general/store_information/phone'}}.
41
+ </p>
42
+ </td>
43
+ </tr>
44
+ <tr>
45
+ <td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">再次向您表示感谢, <strong>{{var store.getFrontendName()}}</strong></p></center></td>
46
+ </tr>
47
+ </table>
48
+ </td>
49
+ </tr>
50
+ </table>
51
+ </div>
52
+ </body>
app/locale/zh_CN/template/email/sales/invoice_update_guest.html ADDED
@@ -0,0 +1,49 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject {{var store.getFrontendName()}}: Invoice # {{var invoice.increment_id}} update @-->
2
+ <!--@vars
3
+ {"store url=\"\"":"Store Url",
4
+ "var logo_url":"Email Logo Image Url",
5
+ "var logo_alt":"Email Logo Image Alt",
6
+ "htmlescape var=$billing.getName()":"Guest Customer Name",
7
+ "var order.increment_id":"Order Id",
8
+ "var order.getStatusLabel()":"Order Status",
9
+ "var comment":"Invoice Comment",
10
+ "var store.getFrontendName()":"Store Name"}
11
+ @-->
12
+ <!--@styles
13
+ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
14
+ @-->
15
+
16
+ <body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
17
+ <div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
18
+ <table cellspacing="0" cellpadding="0" border="0" height="100%" width="100%">
19
+ <tr>
20
+ <td align="center" valign="top" style="padding:20px 0 20px 0">
21
+ <!-- [ header starts here] -->
22
+ <table bgcolor="#FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
23
+ <tr>
24
+ <td valign="top"><a href="{{store url=""}}"><img src="{{var logo_url}}" alt="{{var logo_alt}}" style="margin-bottom:10px;" border="0"/></a></td>
25
+ </tr>
26
+ <!-- [ middle starts here] -->
27
+ <tr>
28
+ <td valign="top">
29
+ <h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;">亲爱的{{htmlescape var=$billing.getName()}},</h1>
30
+ <p style="font-size:12px; line-height:16px; margin:0 0 10px 0;">
31
+ __('Your order # {{var order.increment_id}} has been')__ <br/>
32
+ <strong>{{var order.getStatusLabel()}}</strong>.
33
+ </p>
34
+ <p style="font-size:12px; line-height:16px; margin:0 0 10px 0;">{{var comment}}</p>
35
+ <p style="font-size:12px; line-height:16px; margin:0;">
36
+ 如果您有任何问题,请随时与我们联系
37
+ <a href="mailto:{{config path='trans_email/ident_support/email'}}" style="color:#1E7EC8;">{{config path='trans_email/ident_support/email'}}</a>
38
+ 或致电 {{config path='general/store_information/phone'}}.
39
+ </p>
40
+ </td>
41
+ </tr>
42
+ <tr>
43
+ <td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">再次向您表示感谢, <strong>{{var store.getFrontendName()}}</strong></p></center></td>
44
+ </tr>
45
+ </table>
46
+ </td>
47
+ </tr>
48
+ </table>
49
+ </div>
app/locale/zh_CN/template/email/sales/order_new.html ADDED
@@ -0,0 +1,109 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject {{var store.getFrontendName()}}: New Order # {{var order.increment_id}} @-->
2
+ <!--@vars
3
+ {"store url=\"\"":"Store Url",
4
+ "var logo_url":"Email Logo Image Url",
5
+ "var logo_alt":"Email Logo Image Alt",
6
+ "htmlescape var=$order.getCustomerName()":"Customer Name",
7
+ "var store.getFrontendName()":"Store Name",
8
+ "store url=\"customer/account/\"":"Customer Account Url",
9
+ "var order.increment_id":"Order Id",
10
+ "var order.getCreatedAtFormated('long')":"Order Created At (datetime)",
11
+ "var order.getBillingAddress().format('html')":"Billing Address",
12
+ "var payment_html":"Payment Details",
13
+ "var order.getShippingAddress().format('html')":"Shipping Address",
14
+ "var order.getShippingDescription()":"Shipping Description",
15
+ "layout handle=\"sales_email_order_items\" order=$order":"Order Items Grid",
16
+ "var order.getEmailCustomerNote()":"Email Order Note"}
17
+ @-->
18
+ <!--@styles
19
+ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
20
+ @-->
21
+
22
+ <body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
23
+ <div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
24
+ <table cellspacing="0" cellpadding="0" border="0" width="100%">
25
+ <tr>
26
+ <td align="center" valign="top" style="padding:20px 0 20px 0">
27
+ <table bgcolor="#FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
28
+ <!-- [ header starts here] -->
29
+ <tr>
30
+ <td valign="top"><a href="{{store url=""}}"><img src="{{var logo_url}}" alt="{{var logo_alt}}" style="margin-bottom:10px;" border="0"/></a></td>
31
+ </tr>
32
+ <!-- [ middle starts here] -->
33
+ <tr>
34
+ <td valign="top">
35
+ <h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;"">您好,{{htmlescape var=$order.getCustomerName()}}</h1>
36
+ <p style="font-size:12px; line-height:16px; margin:0;">
37
+ 感谢您来自{{var store.getFrontendName()}}的订单.
38
+ 如果您打包送货,我们将邮件发送链接跟踪您的订单.
39
+ 您可以查看您的订单状态 <a href="{{store url="customer/account/"}}" style="color:#1E7EC8;">登录您的账户</a>.
40
+ 如果您有关于订单的任何问题,请联系我们 <a href="mailto:{{config path='trans_email/ident_support/email'}}" style="color:#1E7EC8;">{{config path='trans_email/ident_support/email'}}</a> 或者给我们打电话 <span class="nobr">{{config path='general/store_information/phone'}}</span> 周一 - 周五,8:00-17:00 PST.
41
+ </p>
42
+ <p style="font-size:12px; line-height:16px; margin:0;">下面是您的订单确认。再次感谢您购物.</p>
43
+ </tr>
44
+ <tr>
45
+ <td>
46
+ <h2 style="font-size:18px; font-weight:normal; margin:0;">您的订单 #{{var order.increment_id}} <small>(放在 {{var order.getCreatedAtFormated('long')}})</small></h2>
47
+ </td>
48
+ </tr>
49
+ <tr>
50
+ <td>
51
+ <table cellspacing="0" cellpadding="0" border="0" width="650">
52
+ <thead>
53
+ <tr>
54
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">账单信息:</th>
55
+ <th width="10"></th>
56
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">支付方式:</th>
57
+ </tr>
58
+ </thead>
59
+ <tbody>
60
+ <tr>
61
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
62
+ {{var order.getBillingAddress().format('html')}}
63
+ </td>
64
+ <td>&nbsp;</td>
65
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
66
+ {{var payment_html}}
67
+ </td>
68
+ </tr>
69
+ </tbody>
70
+ </table>
71
+ <br/>
72
+ {{depend order.getIsNotVirtual()}}
73
+ <table cellspacing="0" cellpadding="0" border="0" width="650">
74
+ <thead>
75
+ <tr>
76
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">运送信息:</th>
77
+ <th width="10"></th>
78
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">运送方式:</th>
79
+ </tr>
80
+ </thead>
81
+ <tbody>
82
+ <tr>
83
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
84
+ {{var order.getShippingAddress().format('html')}}
85
+ &nbsp;
86
+ </td>
87
+ <td>&nbsp;</td>
88
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
89
+ {{var order.getShippingDescription()}}
90
+ &nbsp;
91
+ </td>
92
+ </tr>
93
+ </tbody>
94
+ </table>
95
+ <br/>
96
+ {{/depend}}
97
+ {{layout handle="sales_email_order_items" order=$order}}
98
+ <p style="font-size:12px; margin:0 0 10px 0">{{var order.getEmailCustomerNote()}}</p>
99
+ </td>
100
+ </tr>
101
+ <tr>
102
+ <td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">谢谢, <strong>{{var store.getFrontendName()}}</strong></p></center></td>
103
+ </tr>
104
+ </table>
105
+ </td>
106
+ </tr>
107
+ </table>
108
+ </div>
109
+ </body>
app/locale/zh_CN/template/email/sales/order_new_guest.html ADDED
@@ -0,0 +1,108 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject {{var store.getFrontendName()}}: New Order # {{var order.increment_id}} @-->
2
+ <!--@vars
3
+ {"store url=\"\"":"Store Url",
4
+ "var logo_url":"Email Logo Image Url",
5
+ "var logo_alt":"Email Logo Image Alt",
6
+ "htmlescape var=$order.getBillingAddress().getName()":"Guest Customer Name",
7
+ "var store.getFrontendName()":"Store Name",
8
+ "var order.increment_id":"Order Id",
9
+ "var order.getCreatedAtFormated('long')":"Order Created At (datetime)",
10
+ "var order.getBillingAddress().format('html')":"Billing Address",
11
+ "var payment_html":"Payment Details",
12
+ "var order.getShippingAddress().format('html')":"Shipping Address",
13
+ "var order.getShippingDescription()":"Shipping Description",
14
+ "layout handle=\"sales_email_order_items\" order=$order":"Order Items Grid",
15
+ "var order.getEmailCustomerNote()":"Email Order Note"}
16
+ @-->
17
+ <!--@styles
18
+ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
19
+ @-->
20
+
21
+ <body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
22
+ <div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
23
+ <table cellspacing="0" cellpadding="0" border="0" width="100%">
24
+ <tr>
25
+ <td align="center" valign="top" style="padding:20px 0 20px 0">
26
+ <!-- [ header starts here] -->
27
+ <table bgcolor="#FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
28
+ <tr>
29
+ <td valign="top"><a href="{{store url=""}}"><img src="{{var logo_url}}" alt="{{var logo_alt}}" style="margin-bottom:10px;" border="0"/></a></td>
30
+ </tr>
31
+ <!-- [ middle starts here] -->
32
+ <tr>
33
+ <td valign="top">
34
+ <h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;">您好,{{htmlescape var=$order.getBillingAddress().getName()}}</h1>
35
+ <p style="font-size:12px; line-height:16px; margin:0 0 10px 0;">
36
+ 感谢您来自{{var store.getFrontendName()}}的订单.
37
+ 如果您打包送货,我们将邮件发送链接跟踪您的订单.
38
+ 如果您有关于订单的任何问题,请联系我们 <a href="mailto:{{config path='trans_email/ident_support/email'}}" style="color:#1E7EC8;">{{config path='trans_email/ident_support/email'}}</a> 或者给我们打电话 <span class="nobr">{{config path='general/store_information/phone'}}</span> 周一 - 周五,8:00-17:00 PST.
39
+ </p>
40
+ <p style="font-size:12px; line-height:16px; margin:0;">下面是您的订单确认。再次感谢您购物.</p>
41
+ </td>
42
+ </tr>
43
+ <tr>
44
+ <td>
45
+ <h2 style="font-size:18px; font-weight:normal; margin:0;">您的订单 #{{var order.increment_id}} <small>(放在 {{var order.getCreatedAtFormated('long')}})</small></h2>
46
+ </td>
47
+ </tr>
48
+ <tr>
49
+ <td>
50
+ <table cellspacing="0" cellpadding="0" border="0" width="650">
51
+ <thead>
52
+ <tr>
53
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">账单信息:</th>
54
+ <th width="10"></th>
55
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">支付方式:</th>
56
+ </tr>
57
+ </thead>
58
+ <tbody>
59
+ <tr>
60
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
61
+ {{var order.getBillingAddress().format('html')}}
62
+ </td>
63
+ <td>&nbsp;</td>
64
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
65
+ {{var payment_html}}
66
+ </td>
67
+ </tr>
68
+ </tbody>
69
+ </table>
70
+ <br/>
71
+ {{depend order.getIsNotVirtual()}}
72
+ <table cellspacing="0" cellpadding="0" border="0" width="100%">
73
+ <thead>
74
+ <tr>
75
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">运送信息:</th>
76
+ <th width="10"></th>
77
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">运送方式:</th>
78
+ </tr>
79
+ </thead>
80
+ <tbody>
81
+ <tr>
82
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
83
+ {{var order.getShippingAddress().format('html')}}
84
+ &nbsp;
85
+ </td>
86
+ <td>&nbsp;</td>
87
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
88
+ {{var order.getShippingDescription()}}
89
+ &nbsp;
90
+ </td>
91
+ </tr>
92
+ </tbody>
93
+ </table>
94
+ <br/>
95
+ {{/depend}}
96
+ {{layout handle="sales_email_order_items" order=$order}}
97
+ <p style="font-size:12px; margin:0 10px 10px 0">{{var order.getEmailCustomerNote()}}</p>
98
+ </td>
99
+ </tr>
100
+ <tr>
101
+ <td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">再次向您表示感谢, <strong>{{var store.getFrontendName()}}</strong></p></center></td>
102
+ </tr>
103
+ </table>
104
+ </td>
105
+ </tr>
106
+ </table>
107
+ </div>
108
+ </body>
app/locale/zh_CN/template/email/sales/order_update.html ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject {{var store.getFrontendName()}}: Order # {{var order.increment_id}} update @-->
2
+ <!--@vars
3
+ {"store url=\"\"":"Store Url",
4
+ "var logo_url":"Email Logo Image Url",
5
+ "var logo_alt":"Email Logo Image Alt",
6
+ "htmlescape var=$order.getCustomerName()":"Customer Name",
7
+ "var order.increment_id":"Order Id",
8
+ "var order.getStatusLabel()":"Order Status",
9
+ "store url=\"customer/account/\"":"Customer Account Url",
10
+ "var comment":"Order Comment",
11
+ "var store.getFrontendName()":"Store Name"}
12
+ @-->
13
+ <!--@styles
14
+ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
15
+ @-->
16
+
17
+ <body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
18
+ <div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
19
+ <table cellspacing="0" cellpadding="0" border="0" height="100%" width="100%">
20
+ <tr>
21
+ <td align="center" valign="top" style="padding:20px 0 20px 0">
22
+ <!-- [ header starts here] -->
23
+ <table bgcolor="#FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
24
+ <tr>
25
+ <td valign="top"><a href="{{store url=""}}"><img src="{{var logo_url}}" alt="{{var logo_alt}}" style="margin-bottom:10px;" border="0"/></a></td>
26
+ </tr>
27
+ <!-- [ middle starts here] -->
28
+ <tr>
29
+ <td valign="top">
30
+ <h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;">亲爱的{{htmlescape var=$order.getCustomerName()}},</h1>
31
+ <p style="font-size:12px; line-height:16px; margin:0 0 10px 0;">
32
+ 您的订单 # {{var order.increment_id}} 已经 <br/>
33
+ <strong>{{var order.getStatusLabel()}}</strong>.
34
+ </p>
35
+ <p style="font-size:12px; line-height:16px; margin:0 0 10px 0;">您可以查看您的订单状态 <a href="{{store url="customer/account/"}}" style="color:#1E7EC8;">登录您的账户</a>.</p>
36
+ <p style="font-size:12px; line-height:16px; margin:0 0 10px 0;">{{var comment}}</p>
37
+ <p style="font-size:12px; line-height:16px; margin:0;">
38
+ 如果您有任何问题,请随时与我们联系
39
+ <a href="mailto:{{config path='trans_email/ident_support/email'}}" style="color:#1E7EC8;">{{config path='trans_email/ident_support/email'}}</a>
40
+ 或致电 {{config path='general/store_information/phone'}}.
41
+ </p>
42
+ </td>
43
+ </tr>
44
+ <tr>
45
+ <td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">再次向您表示感谢, <strong>{{var store.getFrontendName()}}</strong></p></center></td>
46
+ </tr>
47
+ </table>
48
+ </td>
49
+ </tr>
50
+ </table>
51
+ </div>
52
+ </body>
app/locale/zh_CN/template/email/sales/order_update_guest.html ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject {{var store.getFrontendName()}}: Order # {{var order.increment_id}} update @-->
2
+ <!--@vars
3
+ {"store url=\"\"":"Store Url",
4
+ "var logo_url":"Email Logo Image Url",
5
+ "var logo_alt":"Email Logo Image Alt",
6
+ "htmlescape var=$billing.getName()":"Guest Customer Name",
7
+ "var order.increment_id":"Order Id",
8
+ "var order.getStatusLabel()":"Order Status",
9
+ "var comment":"Order Comment",
10
+ "var store.getFrontendName()":"Store Name"}
11
+ @-->
12
+ <!--@styles
13
+ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
14
+ @-->
15
+
16
+ <body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
17
+ <div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
18
+ <table cellspacing="0" cellpadding="0" border="0" height="100%" width="100%">
19
+ <tr>
20
+ <td align="center" valign="top" style="padding:20px 0 20px 0">
21
+ <!-- [ header starts here] -->
22
+ <table bgcolor="#FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
23
+ <tr>
24
+ <td valign="top"><a href="{{store url=""}}"><img src="{{var logo_url}}" alt="{{var logo_alt}}" style="margin-bottom:10px;" border="0"/></a></td>
25
+ </tr>
26
+ <!-- [ middle starts here] -->
27
+ <tr>
28
+ <td valign="top">
29
+ <h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;">亲爱的{{htmlescape var=$billing.getName()}},</h1>
30
+ <p style="font-size:12px; line-height:16px; margin:0 0 10px 0;">
31
+ 您的订单 # {{var order.increment_id}} 已经 <br/>
32
+ <strong>{{var order.getStatusLabel()}}</strong>.
33
+ </p>
34
+ <p style="font-size:12px; line-height:16px; margin:0 0 10px 0;">{{var comment}}</p>
35
+ <p style="font-size:12px; line-height:16px; margin:0;">
36
+ 如果您有任何问题,请随时与我们联系
37
+ <a href="mailto:{{config path='trans_email/ident_support/email'}}" style="color:#1E7EC8;">{{config path='trans_email/ident_support/email'}}</a>
38
+ 或致电 {{config path='general/store_information/phone'}}.
39
+ </p>
40
+ </td>
41
+ </tr>
42
+ <tr>
43
+ <td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">再次向您表示感谢, <strong>{{var store.getFrontendName()}}</strong></p></center></td>
44
+ </tr>
45
+ </table>
46
+ </td>
47
+ </tr>
48
+ </table>
49
+ </div>
50
+ </body>
app/locale/zh_CN/template/email/sales/shipment_new.html ADDED
@@ -0,0 +1,111 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject {{var store.getFrontendName()}}: Shipment # {{var shipment.increment_id}} for Order # {{var order.increment_id}} @-->
2
+ <!--@vars
3
+ {"store url=\"\"":"Store Url",
4
+ "var logo_url":"Email Logo Image Url",
5
+ "var logo_alt":"Email Logo Image Alt",
6
+ "htmlescape var=$order.getCustomerName()":"Customer Name",
7
+ "var store.getFrontendName()":"Store Name",
8
+ "store url=\"customer/account/\"":"Customer Account Url",
9
+ "var shipment.increment_id":"Shipment Id",
10
+ "var order.increment_id":"Order Id",
11
+ "var order.billing_address.format('html')":"Billing Address",
12
+ "var payment_html":"Payment Details",
13
+ "var order.shipping_address.format('html')":"Shipping Address",
14
+ "var order.shipping_description":"Shipping Description",
15
+ "layout handle=\"sales_email_order_shipment_items\" shipment=$shipment order=$order":"Shipment Items Grid",
16
+ "block type='core/template' area='frontend' template='email/order/shipment/track.phtml' shipment=$shipment order=$order":"Shipment Track Details",
17
+ "var comment":"Shipment Comment"}
18
+ @-->
19
+ <!--@styles
20
+ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
21
+ @-->
22
+
23
+ <body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
24
+ <div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
25
+ <table cellspacing="0" cellpadding="0" border="0" height="100%" width="100%">
26
+ <tr>
27
+ <td align="center" valign="top" style="padding:20px 0 20px 0">
28
+ <!-- [ header starts here] -->
29
+ <table bgcolor="#FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
30
+ <tr>
31
+ <td valign="top"><a href="{{store url=""}}"><img src="{{var logo_url}}" alt="{{var logo_alt}}" style="margin-bottom:10px;" border="0"/></a></td>
32
+ </tr>
33
+ <!-- [ middle starts here] -->
34
+ <tr>
35
+ <td valign="top">
36
+ <h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;"">您好,{{htmlescape var=$order.getCustomerName()}}</h1>
37
+ <p style="font-size:12px; line-height:16px; margin:0;">
38
+ 感谢您来自{{var store.getFrontendName()}}的订单.
39
+ 您可以查看您的订单状态 <a href="{{store url="customer/account/"}}" style="color:#1E7EC8;">登录您的账户</a>.
40
+ 如果您有关于订单的任何问题,请联系我们 <a href="mailto:{{config path='trans_email/ident_support/email'}}" style="color:#1E7EC8;">{{config path='trans_email/ident_support/email'}}</a> 或者给我们打电话 <span class="nobr">{{config path='general/store_information/phone'}}</span> 周一 - 周五,8:00-17:00 PST.
41
+ </p>
42
+ <p style="font-size:12px; line-height:16px; margin:0;">
43
+ 您的发货信息如下。再次感谢您的光临.
44
+ </p>
45
+ </td>
46
+ </tr>
47
+ <tr>
48
+ <td>
49
+ <h2 style="font-size:18px; font-weight:normal; margin:0;">您订单 #{{var order.increment_id}} 的运单 #{{var shipment.increment_id}}</h2>
50
+ </td>
51
+ </tr>
52
+ <tr>
53
+ <td>
54
+ <table cellspacing="0" cellpadding="0" border="0" width="650">
55
+ <thead>
56
+ <tr>
57
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">账单信息:</th>
58
+ <th width="10"></th>
59
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">支付方式:</th>
60
+ </tr>
61
+ </thead>
62
+ <tbody>
63
+ <tr>
64
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
65
+ {{var order.billing_address.format('html')}}
66
+ </td>
67
+ <td>&nbsp;</td>
68
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
69
+ {{var payment_html}}
70
+ </td>
71
+ </tr>
72
+ </tbody>
73
+ </table>
74
+ <br/>
75
+ <table cellspacing="0" cellpadding="0" border="0" width="100%">
76
+ <thead>
77
+ <tr>
78
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">运送信息:</th>
79
+ <th width="10"></th>
80
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">运送方式:</th>
81
+ </tr>
82
+ </thead>
83
+ <tbody>
84
+ <tr>
85
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
86
+ {{var order.shipping_address.format('html')}}
87
+ &nbsp;
88
+ </td>
89
+ <td>&nbsp;</td>
90
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
91
+ {{var order.shipping_description}}
92
+ &nbsp;
93
+ </td>
94
+ </tr>
95
+ </tbody>
96
+ </table>
97
+ <br/>
98
+ {{layout handle="sales_email_order_shipment_items" shipment=$shipment order=$order}}
99
+ {{block type='core/template' area='frontend' template='email/order/shipment/track.phtml' shipment=$shipment order=$order}}
100
+ <p style="font-size:12px; margin:0 10px 10px 0">{{var comment}}</p>
101
+ </td>
102
+ </tr>
103
+ <tr>
104
+ <td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">谢谢, <strong>{{var store.getFrontendName()}}</strong></p></center></td>
105
+ </tr>
106
+ </table>
107
+ </td>
108
+ </tr>
109
+ </table>
110
+ </div>
111
+ </body>
app/locale/zh_CN/template/email/sales/shipment_new_guest.html ADDED
@@ -0,0 +1,109 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject {{var store.getFrontendName()}}: Shipment # {{var shipment.increment_id}} for Order # {{var order.increment_id}} @-->
2
+ <!--@vars
3
+ {"store url=\"\"":"Store Url",
4
+ "var logo_url":"Email Logo Image Url",
5
+ "var logo_alt":"Email Logo Image Alt",
6
+ "htmlescape var=$billing.getName()":"Guest Customer Name",
7
+ "var store.getFrontendName()":"Store Name",
8
+ "var shipment.increment_id":"Shipment Id",
9
+ "var order.increment_id":"Order Id",
10
+ "var order.billing_address.format('html')":"Billing Address",
11
+ "var payment_html":"Payment Details",
12
+ "var order.shipping_address.format('html')":"Shipping Address",
13
+ "var order.shipping_description":"Shipping Description",
14
+ "layout handle=\"sales_email_order_shipment_items\" shipment=$shipment order=$order":"Shipment Items Grid",
15
+ "block type='core/template' area='frontend' template='email/order/shipment/track.phtml' shipment=$shipment order=$order":"Shipment Track Details",
16
+ "var comment":"Shipment Comment"}
17
+ @-->
18
+ <!--@styles
19
+ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
20
+ @-->
21
+
22
+ <body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
23
+ <div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
24
+ <table cellspacing="0" cellpadding="0" border="0" height="100%" width="100%">
25
+ <tr>
26
+ <td align="center" valign="top" style="padding:20px 0 20px 0">
27
+ <!-- [ header starts here] -->
28
+ <table bgcolor="#FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
29
+ <tr>
30
+ <td valign="top"><a href="{{store url=""}}"><img src="{{var logo_url}}" alt="{{var logo_alt}}" style="margin-bottom:10px;" border="0"/></a></td>
31
+ </tr>
32
+ <!-- [ middle starts here] -->
33
+ <tr>
34
+ <td valign="top">
35
+ <h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;"">{{htmlescape var=$billing.getName()}},你好</h1>
36
+ <p style="font-size:12px; line-height:16px; margin:0;">
37
+ 感谢您来自{{var store.getFrontendName()}}的订单.
38
+ 如果您有关于订单的任何问题,请联系我们 <a href="mailto:{{config path='trans_email/ident_support/email'}}" style="color:#1E7EC8;">{{config path='trans_email/ident_support/email'}}</a> 或者给我们打电话 <span class="nobr">{{config path='general/store_information/phone'}}</span> 周一 - 周五,8:00-17:00 PST.
39
+ </p>
40
+ <p style="font-size:12px; line-height:16px; margin:0;">
41
+ 您的发货信息如下。再次感谢您的光临.
42
+ </p>
43
+ </td>
44
+ </tr>
45
+ <tr>
46
+ <td>
47
+ <h2 style="font-size:18px; font-weight:normal; margin:0;">您订单 #{{var order.increment_id}} 的运单 #{{var shipment.increment_id}}</h2>
48
+ </td>
49
+ </tr>
50
+ <tr>
51
+ <td>
52
+ <table cellspacing="0" cellpadding="0" border="0" width="650">
53
+ <thead>
54
+ <tr>
55
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">账单信息:</th>
56
+ <th width="10"></th>
57
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">支付方式:</th>
58
+ </tr>
59
+ </thead>
60
+ <tbody>
61
+ <tr>
62
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
63
+ {{var order.billing_address.format('html')}}
64
+ </td>
65
+ <td>&nbsp;</td>
66
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
67
+ {{var payment_html}}
68
+ </td>
69
+ </tr>
70
+ </tbody>
71
+ </table>
72
+ <br/>
73
+ <table cellspacing="0" cellpadding="0" border="0" width="100%">
74
+ <thead>
75
+ <tr>
76
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">运送信息:</th>
77
+ <th width="10"></th>
78
+ <th align="left" width="325" bgcolor="#EAEAEA" style="font-size:13px; padding:5px 9px 6px 9px; line-height:1em;">运送方式:</th>
79
+ </tr>
80
+ </thead>
81
+ <tbody>
82
+ <tr>
83
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
84
+ {{var order.shipping_address.format('html')}}
85
+ &nbsp;
86
+ </td>
87
+ <td>&nbsp;</td>
88
+ <td valign="top" style="font-size:12px; padding:7px 9px 9px 9px; border-left:1px solid #EAEAEA; border-bottom:1px solid #EAEAEA; border-right:1px solid #EAEAEA;">
89
+ {{var order.shipping_description}}
90
+ &nbsp;
91
+ </td>
92
+ </tr>
93
+ </tbody>
94
+ </table>
95
+ <br/>
96
+ {{layout handle="sales_email_order_shipment_items" shipment=$shipment order=$order}}
97
+ {{block type='core/template' area='frontend' template='email/order/shipment/track.phtml' shipment=$shipment order=$order}}
98
+ <p style="font-size:12px; margin:0 10px 10px 0">{{var comment}}</p>
99
+ </td>
100
+ </tr>
101
+ <tr>
102
+ <td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">谢谢, <strong>{{var store.getFrontendName()}}</strong></p></center></td>
103
+ </tr>
104
+ </table>
105
+ </td>
106
+ </tr>
107
+ </table>
108
+ </div>
109
+ </body>
app/locale/zh_CN/template/email/sales/shipment_update.html ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject {{var store.getFrontendName()}}: Shipment # {{var shipment.increment_id}} update @-->
2
+ <!--@vars
3
+ {"store url=\"\"":"Store Url",
4
+ "var logo_url":"Email Logo Image Url",
5
+ "var logo_alt":"Email Logo Image Alt",
6
+ "htmlescape var=$order.getCustomerName()":"Customer Name",
7
+ "var order.increment_id":"Order Id",
8
+ "var order.getStatusLabel()":"Order Status",
9
+ "store url=\"customer/account/\"":"Customer Account Url",
10
+ "var comment":"Order Comment",
11
+ "var store.getFrontendName()":"Store Name"}
12
+ @-->
13
+ <!--@styles
14
+ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
15
+ @-->
16
+
17
+ <body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
18
+ <div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
19
+ <table cellspacing="0" cellpadding="0" border="0" height="100%" width="100%">
20
+ <tr>
21
+ <td align="center" valign="top" style="padding:20px 0 20px 0">
22
+ <!-- [ header starts here] -->
23
+ <table bgcolor="#FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
24
+ <tr>
25
+ <td valign="top"><a href="{{store url=""}}"><img src="{{var logo_url}}" alt="{{var logo_alt}}" style="margin-bottom:10px;" border="0"/></a></td>
26
+ </tr>
27
+ <!-- [ middle starts here] -->
28
+ <tr>
29
+ <td valign="top">
30
+ <h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;">亲爱的{{htmlescape var=$order.getCustomerName()}},</h1>
31
+ <p style="font-size:12px; line-height:16px; margin:0 0 10px 0;">
32
+ 您的订单 # {{var order.increment_id}} 已经 <br/>
33
+ <strong>{{var order.getStatusLabel()}}</strong>.
34
+ </p>
35
+ <p style="font-size:12px; line-height:16px; margin:0 0 10px 0;">您可以查看您的订单状态 <a href="{{store url="customer/account/"}}" style="color:#1E7EC8;">登录您的账户</a>.</p>
36
+ <p style="font-size:12px; line-height:16px; margin:0 0 10px 0;">{{var comment}}</p>
37
+ <p style="font-size:12px; line-height:16px; margin:0;">
38
+ 如果您有任何问题,请随时与我们联系
39
+ <a href="mailto:{{config path='trans_email/ident_support/email'}}" style="color:#1E7EC8;">{{config path='trans_email/ident_support/email'}}</a>
40
+ 或致电 {{config path='general/store_information/phone'}}.
41
+ </p>
42
+ </td>
43
+ </tr>
44
+ <tr>
45
+ <td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">再次向您表示感谢, <strong>{{var store.getFrontendName()}}</strong></p></center></td>
46
+ </tr>
47
+ </table>
48
+ </td>
49
+ </tr>
50
+ </table>
51
+ </div>
52
+ </body>
app/locale/zh_CN/template/email/sales/shipment_update_guest.html ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject {{var store.getFrontendName()}}: Shipment # {{var shipment.increment_id}} update @-->
2
+ <!--@vars
3
+ {"store url=\"\"":"Store Url",
4
+ "var logo_url":"Email Logo Image Url",
5
+ "var logo_alt":"Email Logo Image Alt",
6
+ "htmlescape var=$billing.getName()":"Guest Customer Name",
7
+ "var order.increment_id":"Order Id",
8
+ "var order.getStatusLabel()":"Order Status",
9
+ "var comment":"Order Comment",
10
+ "var store.getFrontendName()":"Store Name"}
11
+ @-->
12
+ <!--@styles
13
+ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
14
+ @-->
15
+
16
+ <body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
17
+ <div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
18
+ <table cellspacing="0" cellpadding="0" border="0" height="100%" width="100%">
19
+ <tr>
20
+ <td align="center" valign="top" style="padding:20px 0 20px 0">
21
+ <!-- [ header starts here] -->
22
+ <table bgcolor="#FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
23
+ <tr>
24
+ <td valign="top"><a href="{{store url=""}}"><img src="{{var logo_url}}" alt="{{var logo_alt}}" style="margin-bottom:10px;" border="0"/></a></td>
25
+ </tr>
26
+ <!-- [ middle starts here] -->
27
+ <tr>
28
+ <td valign="top">
29
+ <h1 style="font-size:22px; font-weight:normal; line-height:22px; margin:0 0 11px 0;">亲爱的{{htmlescape var=$billing.getName()}},</h1>
30
+ <p style="font-size:12px; line-height:16px; margin:0 0 10px 0;">
31
+ 您的订单 # {{var order.increment_id}} 已经 <br/>
32
+ <strong>{{var order.getStatusLabel()}}</strong>.
33
+ </p>
34
+ <p style="font-size:12px; line-height:16px; margin:0 0 10px 0;">{{var comment}}</p>
35
+ <p style="font-size:12px; line-height:16px; margin:0;">
36
+ 如果您有任何问题,请随时与我们联系
37
+ <a href="mailto:{{config path='trans_email/ident_support/email'}}" style="color:#1E7EC8;">{{config path='trans_email/ident_support/email'}}</a>
38
+ 或致电 {{config path='general/store_information/phone'}}.
39
+ </p>
40
+ </td>
41
+ </tr>
42
+ <tr>
43
+ <td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">再次向您表示感谢, <strong>{{var store.getFrontendName()}}</strong></p></center></td>
44
+ </tr>
45
+ </table>
46
+ </td>
47
+ </tr>
48
+ </table>
49
+ </div>
50
+ </body>
app/locale/zh_CN/template/email/sitemap_generate_warning.html ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
1
+ <!--@subject Sitemap generate Warnings @-->
2
+ <!--@vars
3
+ {"var warnings":"Sitemap Generate Warnings"}
4
+ @-->
5
+ 站点地图生成警告:
6
+
7
+
8
+ {{var warnings}}
app/locale/zh_CN/template/email/token.html ADDED
@@ -0,0 +1,9 @@
 
 
 
 
 
 
 
 
 
1
+ <!--@subject Welcome, {{var name}} @-->
2
+ <!--@vars
3
+ {"htmlescape var=$userName":"User name",
4
+ "var $applicationName":"Application name",
5
+ "var $status":"Token new status"}
6
+ @-->
7
+
8
+ {{htmlescape var=$userName}},您好<br /><br />
9
+ 您的授权 <b>{{htmlescape var=$applicationName}}</b> 已被更改为 <b>{{htmlescape var=$status}}</b> 操作者是管理团队.<br /><br />
app/locale/zh_CN/template/email/wishlist_share.html ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!--@subject Take a look at {{var customer.name}}'s wishlist @-->
2
+ <!--@vars
3
+ {"store url=\"\"":"Store Url",
4
+ "var logo_url":"Email Logo Image Url",
5
+ "var logo_alt":"Email Logo Image Alt",
6
+ "var message":"Wishlist Message",
7
+ "var items":"Wishlist Items"}
8
+ @-->
9
+ <!--@styles
10
+ body,td { color:#2f2f2f; font:11px/1.35em Verdana, Arial, Helvetica, sans-serif; }
11
+ @-->
12
+
13
+ <body style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
14
+ <div style="background:#F6F6F6; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:12px; margin:0; padding:0;">
15
+ <table cellspacing="0" cellpadding="0" border="0" height="100%" width="100%">
16
+ <tr>
17
+ <td align="center" valign="top" style="padding:20px 0 20px 0">
18
+ <!-- [ header starts here] -->
19
+ <table bgcolor="FFFFFF" cellspacing="0" cellpadding="10" border="0" width="650" style="border:1px solid #E0E0E0;">
20
+ <tr>
21
+ <td valign="top">
22
+ <a href="{{store url=""}}" style="color:#1E7EC8;"><img src="{{var logo_url}}" alt="{{var logo_alt}}" border="0"/></a>
23
+ </td>
24
+ </tr>
25
+ <!-- [ middle starts here] -->
26
+ <tr>
27
+ <td valign="top">
28
+ <p style="font-size:12px; line-height:16px; margin:0 0 16px 0;">嘿,<br/>看看我在 {{var store.getFrontendName()}} 的愿望清单吧.</p>
29
+ <p style="font-size:12px; line-height:16px; margin:0 0 16px 0;">{{var message}}</p>
30
+ {{var items}}
31
+ <br/>
32
+ {{depend salable}}<p style="font-size:12px; line-height:16px; margin:0 0 8px 0;"><strong><a href="{{var addAllLink}}" style="color:#1E7EC8;">将所有内容加入购物车</a></strong> |{{/depend}} <strong><a href="{{var viewOnSiteLink}}" style="color:#1E7EC8;">查看所有愿望清单项目</a></strong></p>
33
+ </td>
34
+ </tr>
35
+ <tr>
36
+ <td bgcolor="#EAEAEA" align="center" style="background:#EAEAEA; text-align:center;"><center><p style="font-size:12px; margin:0;">谢谢, <strong>{{htmlescape var=$customer.name}}</p></center></td>
37
+ </td>
38
+ </table>
39
+ </td>
40
+ </tr>
41
+ </table>
42
+ </div>
43
+ </body>
package.xml CHANGED
@@ -1,18 +1,18 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Mage_Locale_zh_CN</name>
4
- <version>1.7.0.0</version>
5
  <stability>stable</stability>
6
- <license uri="http://opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
7
  <channel>community</channel>
8
  <extends/>
9
- <summary>Magento Chinese Translation</summary>
10
- <description>Magento Chinese Translation</description>
11
- <notes>Magento Chinese Translation</notes>
12
  <authors><author><name>Magento Core Team</name><user>core</user><email>core@magentocommerce.com</email></author></authors>
13
- <date>2012-04-26</date>
14
- <time>11:09:08</time>
15
- <contents><target name="magelocale"><dir name="zh_CN"><file name="Mage_AdminNotification.csv" hash="954b58081acf6cebaa1b84a45fc0fc79"/><file name="Mage_Adminhtml.csv" hash="e869419c46c653b7328aef442ea5a1ae"/><file name="Mage_Api.csv" hash="c7dc9851a3621a890d02be58170eb9c5"/><file name="Mage_Authorizenet.csv" hash="0d62ebdbc588441ff34877147e0a6e85"/><file name="Mage_Backup.csv" hash="02bf18ee4ccbd3c02de39f73af12c961"/><file name="Mage_Bundle.csv" hash="449f6299d536bc76eb58265b696b565b"/><file name="Mage_Captcha.csv" hash="744d2c67dfbab9ec9163efaf1611c9cb"/><file name="Mage_Catalog.csv" hash="7f376ea642b3cb95b9c994272111c735"/><file name="Mage_CatalogInventory.csv" hash="25acd4f115275743b6251ff6b0765ae3"/><file name="Mage_CatalogRule.csv" hash="95142db5e7075ed7253a5474fcb28636"/><file name="Mage_CatalogSearch.csv" hash="8d395d9b677e96ef1299051a9fdab4af"/><file name="Mage_Centinel.csv" hash="d5b7ce9d3235a670e9f384a0ba3bcf1e"/><file name="Mage_Checkout.csv" hash="0d8f50da39d6926f8894b53712a2819d"/><file name="Mage_Cms.csv" hash="b873840a1b98df128568c1e5c7888eeb"/><file name="Mage_Compiler.csv" hash="171df00734e0f92fb68b80466ba44a41"/><file name="Mage_Connect.csv" hash="62d5fe3f6e046bfdf41d9fcc1c332f5d"/><file name="Mage_Contacts.csv" hash="40342706dc6f43ed5e4006efb76dbabf"/><file name="Mage_Core.csv" hash="7222ec09c56961517e1ecb9c1bb0271f"/><file name="Mage_Cron.csv" hash="b7a1adc1a390eb99557f7a39e82c6f34"/><file name="Mage_CurrencySymbol.csv" hash="e9879bcf18a79e60e9417001b9f7d138"/><file name="Mage_Customer.csv" hash="f2d11a755d231547b159d71e4dd6132b"/><file name="Mage_Dataflow.csv" hash="dbdd914829b12c79e631684e87282b7a"/><file name="Mage_Directory.csv" hash="fa325903580fa2bc59f25b3555d5d35d"/><file name="Mage_Downloadable.csv" hash="a901edb16e266c2bf4121b3ee21d2290"/><file name="Mage_Eav.csv" hash="b55d53fc2dbc2935f263818a902051b9"/><file name="Mage_GiftMessage.csv" hash="824d39ff14b410093d4012ab92508241"/><file name="Mage_GoogleAnalytics.csv" hash="4c6e7919d2b97c3473f9fcbe21592c5f"/><file name="Mage_GoogleBase.csv" hash="f979a7dcdf411473f3704a4fad7cdc5f"/><file name="Mage_GoogleCheckout.csv" hash="678494fe545fba32407f84aef51c6507"/><file name="Mage_ImportExport.csv" hash="b1e7797b290736fd22cdf63ff7990e89"/><file name="Mage_Index.csv" hash="09727c2976a23beeb3113e81c1d67a0e"/><file name="Mage_Install.csv" hash="7716f892b077ead486b50ea6a2f76805"/><file name="Mage_Log.csv" hash="7751349b991e468ff8b1a043943be810"/><file name="Mage_Media.csv" hash="73bdce4b2e4231404543195d2f529c58"/><file name="Mage_Newsletter.csv" hash="c931c15b266ecf087e29121204e7fb57"/><file name="Mage_Oauth.csv" hash="d41d8cd98f00b204e9800998ecf8427e"/><file name="Mage_Page.csv" hash="4281990b1a683de1132aa94ec124bac7"/><file name="Mage_PageCache.csv" hash="580238d3120efe18a7fa5f3f56bdde30"/><file name="Mage_Paygate.csv" hash="ebf1a80127c600228316887b20644cf0"/><file name="Mage_Payment.csv" hash="a56e700be203e07f76a26055bca7d0de"/><file name="Mage_Paypal.csv" hash="da309bba7c57cafe3a66f46299755d1f"/><file name="Mage_PaypalUk.csv" hash="478d55e81c4d5a5d96f6e22215ac7866"/><file name="Mage_Persistent.csv" hash="1de4737f36ecf44cb5a6981e517c3f37"/><file name="Mage_Poll.csv" hash="682c71fb39890e0768e77b6d1f1c43df"/><file name="Mage_ProductAlert.csv" hash="426d3cd8a9f6eb59528f3464e4b35bff"/><file name="Mage_Rating.csv" hash="cbd1fb9aab61e77f77938ec28ebaf7f5"/><file name="Mage_Reports.csv" hash="1d053d1e84f859363b50b36c015b4f98"/><file name="Mage_Review.csv" hash="1a3898a0fa67916d2fdac74d2b90c74e"/><file name="Mage_Rss.csv" hash="f50d40cacac4e515fb02e5d13e7c13ba"/><file name="Mage_Rule.csv" hash="6ac797a01ed510a6ee1626efdac33df4"/><file name="Mage_Sales.csv" hash="f85d4d8f3912ec9c6dbba1c6f5c135ef"/><file name="Mage_SalesRule.csv" hash="4196514d48b67658c4785948ed3712ff"/><file name="Mage_Sendfriend.csv" hash="cc141cc6db1f8730df3e8fb93b9bec97"/><file name="Mage_Shipping.csv" hash="adc4c2b5d8c97a2954d99863362ff687"/><file name="Mage_Sitemap.csv" hash="914789cb581375e9000cdbdb78fc954c"/><file name="Mage_Tag.csv" hash="fac5ac93471b967fef5ece019b2430e5"/><file name="Mage_Tax.csv" hash="138ed2fdc9403af397a96d249401d759"/><file name="Mage_Usa.csv" hash="44af5ba0b2ede9bc32b69490ac0b0b95"/><file name="Mage_Weee.csv" hash="fb870d98771181b8c514214cc6240d4a"/><file name="Mage_Widget.csv" hash="4271f45a64ba55fd7fc80ddc42f2a9bf"/><file name="Mage_Wishlist.csv" hash="5fef82e8dc6cb14de16eaded0df98305"/><file name="Mage_XmlConnect.csv" hash="46bb4c3645efead3359bf62ac9432294"/><file name="Phoenix_Moneybookers.csv" hash="53026f4abab48ed08efb635b44168673"/></dir></target></contents>
16
  <compatible/>
17
  <dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
18
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Mage_Locale_zh_CN</name>
4
+ <version>1.9.0.0</version>
5
  <stability>stable</stability>
6
+ <license uri="http://opensource.org/licenses/afl-3.0.php">AFL v3.0</license>
7
  <channel>community</channel>
8
  <extends/>
9
+ <summary>zh_CN locale</summary>
10
+ <description>zh_CN locale</description>
11
+ <notes>1.9.0.0</notes>
12
  <authors><author><name>Magento Core Team</name><user>core</user><email>core@magentocommerce.com</email></author></authors>
13
+ <date>2014-05-07</date>
14
+ <time>14:07:32</time>
15
+ <contents><target name="magelocale"><dir name="zh_CN"><file name="Mage_AdminNotification.csv" hash="255b81993a3458f8af7490527c5f4e08"/><file name="Mage_Adminhtml.csv" hash="adad624af406efca7883c29207bb0198"/><file name="Mage_AmazonPayments.csv" hash="aeb63e7d283ba21e7292ee76ac700b4c"/><file name="Mage_Api.csv" hash="cdc7daf3951cee22a587ea8322512809"/><file name="Mage_Api2.csv" hash="9f734719b8556a5dfc74e37c821d35a9"/><file name="Mage_Authorizenet.csv" hash="c7c49c8bf6948bbf3942294226cdf45a"/><file name="Mage_Backup.csv" hash="20d80d8df43a89ec1599051c773b806c"/><file name="Mage_Bundle.csv" hash="374d2a4d168bc72e9e7fb459f414b0aa"/><file name="Mage_Captcha.csv" hash="744d2c67dfbab9ec9163efaf1611c9cb"/><file name="Mage_Catalog.csv" hash="e21188a161950d8c8ca5b23ce31aeac7"/><file name="Mage_CatalogInventory.csv" hash="edfe7916a372bc62b7499d4b42b29262"/><file name="Mage_CatalogRule.csv" hash="95142db5e7075ed7253a5474fcb28636"/><file name="Mage_CatalogSearch.csv" hash="e3154bac829cf0cbb54b0d0ae00ffd8d"/><file name="Mage_Centinel.csv" hash="d5b7ce9d3235a670e9f384a0ba3bcf1e"/><file name="Mage_Checkout.csv" hash="a41352fda74f97a84b6f6d18f2ec0d04"/><file name="Mage_Cms.csv" hash="b873840a1b98df128568c1e5c7888eeb"/><file name="Mage_Compiler.csv" hash="171df00734e0f92fb68b80466ba44a41"/><file name="Mage_Connect.csv" hash="62d5fe3f6e046bfdf41d9fcc1c332f5d"/><file name="Mage_Contacts.csv" hash="40342706dc6f43ed5e4006efb76dbabf"/><file name="Mage_Core.csv" hash="ccdd46e66f50890c544338d3a66c9b6e"/><file name="Mage_Cron.csv" hash="9e45a581f2ac249294ad2f366cd129e7"/><file name="Mage_CurrencySymbol.csv" hash="5cf161d3605f6407ce8a095c375a1cc9"/><file name="Mage_Customer.csv" hash="fb04661a9378feff62bf42c766630d7d"/><file name="Mage_Dataflow.csv" hash="dbdd914829b12c79e631684e87282b7a"/><file name="Mage_Directory.csv" hash="6c2383a920464b608cc4c59abacdc3dd"/><file name="Mage_Downloadable.csv" hash="ddec533d0c30fc08b15a5effe59f51e5"/><file name="Mage_Eav.csv" hash="84274798585cd2a59a8cbe83ec4821aa"/><file name="Mage_GiftMessage.csv" hash="824d39ff14b410093d4012ab92508241"/><file name="Mage_GoogleAnalytics.csv" hash="7bca5962656a5e3c1ff14b2d2f488004"/><file name="Mage_GoogleBase.csv" hash="f979a7dcdf411473f3704a4fad7cdc5f"/><file name="Mage_GoogleCheckout.csv" hash="af9f0cf46b0262d3e41f2e968984fdf5"/><file name="Mage_ImportExport.csv" hash="c326feb83664c39801627a8f7db8b0f9"/><file name="Mage_Index.csv" hash="486a59156a6f00ca63e56763a582cf7a"/><file name="Mage_Install.csv" hash="7716f892b077ead486b50ea6a2f76805"/><file name="Mage_Log.csv" hash="7751349b991e468ff8b1a043943be810"/><file name="Mage_Media.csv" hash="73bdce4b2e4231404543195d2f529c58"/><file name="Mage_Newsletter.csv" hash="d1779e27f51efe745dc67a6293f9a197"/><file name="Mage_Oauth.csv" hash="5595829d0056ed65d9d5ae6444db4cc9"/><file name="Mage_Page.csv" hash="693d9ddfaa566634b305f500bb0b97f5"/><file name="Mage_PageCache.csv" hash="3bf6faed7168885ec4b3bf7a96de7120"/><file name="Mage_Paygate.csv" hash="c80aa3b7baae68f4230b3d72ee02e295"/><file name="Mage_Payment.csv" hash="88bd4b9989ef81de132c12fc3048ca99"/><file name="Mage_Paypal.csv" hash="1817ab0df136b5686d52e13a7c62cf4e"/><file name="Mage_PaypalUk.csv" hash="478d55e81c4d5a5d96f6e22215ac7866"/><file name="Mage_Persistent.csv" hash="a8e1512f4762b6994b434b0714083feb"/><file name="Mage_Poll.csv" hash="682c71fb39890e0768e77b6d1f1c43df"/><file name="Mage_ProductAlert.csv" hash="426d3cd8a9f6eb59528f3464e4b35bff"/><file name="Mage_Rating.csv" hash="cbd1fb9aab61e77f77938ec28ebaf7f5"/><file name="Mage_Reports.csv" hash="1d053d1e84f859363b50b36c015b4f98"/><file name="Mage_Review.csv" hash="29f5e82fe0c1231224337599223e970d"/><file name="Mage_Rss.csv" hash="f50d40cacac4e515fb02e5d13e7c13ba"/><file name="Mage_Rule.csv" hash="f9aee1efb679eabaa10808ba1efc3638"/><file name="Mage_Sales.csv" hash="3af8690371d0cded65dfec327590f239"/><file name="Mage_SalesRule.csv" hash="4196514d48b67658c4785948ed3712ff"/><file name="Mage_Sendfriend.csv" hash="cc141cc6db1f8730df3e8fb93b9bec97"/><file name="Mage_Shipping.csv" hash="adc4c2b5d8c97a2954d99863362ff687"/><file name="Mage_Sitemap.csv" hash="914789cb581375e9000cdbdb78fc954c"/><file name="Mage_Tag.csv" hash="fac5ac93471b967fef5ece019b2430e5"/><file name="Mage_Tax.csv" hash="153be5ef5b9e4fbc1b38e64fab6584e4"/><file name="Mage_Usa.csv" hash="e2512e739d1862ea676c149aff0df3a2"/><file name="Mage_Weee.csv" hash="c76eb449759cc4bc8142fd3b0d38fa8c"/><file name="Mage_Widget.csv" hash="9b0e1ab2d594f420fa71f79649fed5d4"/><file name="Mage_Wishlist.csv" hash="0fdcbbd729666e0bf843ac68cac9cc57"/><file name="Mage_XmlConnect.csv" hash="3f4d83ecb5e4f981ffae48d9a8bea9df"/><file name="Phoenix_Moneybookers.csv" hash="53026f4abab48ed08efb635b44168673"/><dir name="template"><dir name="email"><file name="account_new.html" hash="798bf17389c87c6fdbf68045e4e45380"/><file name="account_new_confirmation.html" hash="71d990c9bdd10058386fcc94c4474d6b"/><file name="account_new_confirmed.html" hash="bc8a67ac0a66dfc765a592a5474ad580"/><file name="account_password_reset_confirmation.html" hash="a8a8015730419467f536bf53fccd4c83"/><file name="admin_password_new.html" hash="66d4aee69fc9fdb38ceed75cf4e99fa9"/><file name="admin_password_reset_confirmation.html" hash="d9ea6ca517e97ad2870e71e3d88c55a9"/><file name="amazonpayments_asp_notification_error.html" hash="87871178bfa6458a0694d90d2cd9ec3f"/><file name="contact_form.html" hash="04298b804a95a80e191c51560ff63e34"/><file name="currency_update_warning.html" hash="519de7a1d8e86e990eda1e593b030a40"/><file name="log_clean_warning.html" hash="2bc2bedcb928dfcf2d565da15e2f2182"/><file name="moneybookers_activateemail.html" hash="74fc027989e4e6d2d123371673531ea8"/><file name="newsletter_subscr_confirm.html" hash="5e2df93e3ebb36216141cdd8c1db4b32"/><file name="newsletter_subscr_success.html" hash="e85c68ce4105e973d46dbdff4e155e3c"/><file name="newsletter_unsub_success.html" hash="e4fe7d70243e6836a0c94df203ba1a7c"/><file name="password_new.html" hash="b8c39bca8d730462b49fb70f37ecee31"/><file name="payment_failed.html" hash="6ee9a966d117edf350c3134025b853fb"/><file name="product_alert_cron_error.html" hash="efa7d0e57ef9ea60f59d8b5d8c54f2ff"/><file name="product_price_alert.html" hash="220313ef511aaf6792f564123097fed5"/><file name="product_share.html" hash="0377f41e6b70df1f66cc8cc365499619"/><file name="product_stock_alert.html" hash="ee1cddc4328337fc7a0d86b2f5b06b19"/><dir name="sales"><file name="creditmemo_new.html" hash="240cba67aa02da76488987ad20854e4d"/><file name="creditmemo_new_guest.html" hash="9df13d527afe370891826c26f04dce58"/><file name="creditmemo_update.html" hash="4e3dd30ac52813a3d811328793da89f1"/><file name="creditmemo_update_guest.html" hash="b77f46fe765900461151aff373c63904"/><file name="invoice_new.html" hash="1756ad916eca65a4e7bfb6e093ff5ba8"/><file name="invoice_new_guest.html" hash="49d5235d143bfca808b6fc873a2a6efe"/><file name="invoice_update.html" hash="58865d98b1f78f8eccd64e8f3dca5cad"/><file name="invoice_update_guest.html" hash="a206956e13da9850dead831a70510a10"/><file name="order_new.html" hash="60cdf67166e6c5ffdceb558aa95db6c7"/><file name="order_new_guest.html" hash="831ea1ad6c7430d25354341ed9e4d1c4"/><file name="order_update.html" hash="6395ca94a7565ff8c7f2e47bf822b95c"/><file name="order_update_guest.html" hash="884be1ac24e94dcb5127141fa4b1d08b"/><file name="shipment_new.html" hash="69222c56be56e76ad2747ef3a5d2868f"/><file name="shipment_new_guest.html" hash="31dd433813ece4b73bfc61754a59b5ad"/><file name="shipment_update.html" hash="6855d85dad19488c9e6dc1e1790fd851"/><file name="shipment_update_guest.html" hash="f5bbdd439604a49e863fa7e7b81f771e"/></dir><file name="sitemap_generate_warning.html" hash="a3f5bd58191c8fc87a0308d173e3cc1a"/><file name="token.html" hash="17986a309f991b4b32000d8cdc872c48"/><file name="wishlist_share.html" hash="e8afd1f1e021afa5eec0d45beb1f6a37"/></dir></dir></dir></target></contents>
16
  <compatible/>
17
  <dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
18
  </package>