spree_i18n 1.0.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (52) hide show
  1. data/README.md +15 -0
  2. data/config/locales/ca.yml +1207 -0
  3. data/config/locales/cs-CZ.yml +1206 -0
  4. data/config/locales/da.yml +1206 -0
  5. data/config/locales/de-CH.yml +1206 -0
  6. data/config/locales/de.yml +1206 -0
  7. data/config/locales/en-AU.yml +1206 -0
  8. data/config/locales/en-GB.yml +1206 -0
  9. data/config/locales/en-IN.yml +1206 -0
  10. data/config/locales/en-NZ.yml +1206 -0
  11. data/config/locales/es-MX.yml +1206 -0
  12. data/config/locales/es.yml +1206 -0
  13. data/config/locales/et.yml +1206 -0
  14. data/config/locales/fa.yml +1209 -0
  15. data/config/locales/fi.yml +1206 -0
  16. data/config/locales/fr.yml +1206 -0
  17. data/config/locales/il.yml +1206 -0
  18. data/config/locales/it.yml +1193 -0
  19. data/config/locales/ja/spree_api.yml +14 -0
  20. data/config/locales/ja/spree_auth.yml +46 -0
  21. data/config/locales/ja/spree_core.rb +16 -0
  22. data/config/locales/ja/spree_core.yml +1071 -0
  23. data/config/locales/ja/spree_dash.yml +5 -0
  24. data/config/locales/ja/spree_promo.yml +88 -0
  25. data/config/locales/ko.yml +1206 -0
  26. data/config/locales/lt.yml +1206 -0
  27. data/config/locales/lv.yml +1206 -0
  28. data/config/locales/nb-NO.yml +1206 -0
  29. data/config/locales/nl-BE.yml +1206 -0
  30. data/config/locales/nl.yml +1134 -0
  31. data/config/locales/pl.yml +1206 -0
  32. data/config/locales/pt-BR.yml +1206 -0
  33. data/config/locales/pt-PT.yml +1206 -0
  34. data/config/locales/ru.yml +1206 -0
  35. data/config/locales/sk.yml +1206 -0
  36. data/config/locales/sl-SI.yml +1206 -0
  37. data/config/locales/sv-SE.yml +1210 -0
  38. data/config/locales/th.yml +1206 -0
  39. data/config/locales/uk.yml +1206 -0
  40. data/config/locales/vn.yml +1206 -0
  41. data/config/locales/zh-CN.yml +1206 -0
  42. data/config/locales/zh-TW.yml +1206 -0
  43. data/default/spree_api.yml +21 -0
  44. data/default/spree_auth.yml +46 -0
  45. data/default/spree_core.yml +1123 -0
  46. data/default/spree_dash.yml +11 -0
  47. data/default/spree_promo.yml +92 -0
  48. data/lib/spree/i18n_utils.rb +50 -0
  49. data/lib/spree_i18n.rb +2 -0
  50. data/lib/spree_i18n/railtie.rb +24 -0
  51. data/lib/tasks/i18n.rake +107 -0
  52. metadata +224 -0
@@ -0,0 +1,1206 @@
1
+ ---
2
+ zh-CN:
3
+ a_copy_of_all_mail_will_be_sent_to_the_following_addresses: "一份所有邮件的副本会被寄送到如下地址"
4
+ abbreviation: "缩写"
5
+ access_denied: "拒绝访问"
6
+ account: "帐户"
7
+ account_updated: "帐户更新完成!"
8
+ action: "操作"
9
+ actions:
10
+ cancel: "取消"
11
+ create: "创建"
12
+ destroy: "删除"
13
+ list: "列表"
14
+ listing: "正在列出"
15
+ new: "新建"
16
+ update: "更新"
17
+ activate: "Activate"
18
+ active: "激活"
19
+ activerecord:
20
+ attributes:
21
+ spree/address:
22
+ address1: Address
23
+ address2: "Address (contd.)"
24
+ city: City
25
+ country: "Country"
26
+ firstname: "First Name"
27
+ lastname: "Last Name"
28
+ phone: Phone
29
+ state: "State"
30
+ zipcode: "Zip Code"
31
+ spree/country:
32
+ iso: ISO
33
+ iso3: ISO3
34
+ iso_name: "ISO Name"
35
+ name: Name
36
+ numcode: "ISO Code"
37
+ spree/credit_card:
38
+ cc_type: Type
39
+ month: Month
40
+ number: Number
41
+ verification_value: "Verification Value"
42
+ year: Year
43
+ spree/inventory_unit:
44
+ state: State
45
+ spree/line_item:
46
+ price: Price
47
+ quantity: Quantity
48
+ spree/option_type:
49
+ name: Name
50
+ presentation: Presentation
51
+ spree/order:
52
+ checkout_complete: "Checkout Complete"
53
+ completed_at: "Completed At"
54
+ created_at: Order Date
55
+ email: Customer E-Mail
56
+ ip_address: "IP Address"
57
+ item_total: "Item Total"
58
+ number: Number
59
+ payment_state: Payment State
60
+ shipment_state: Shipment State
61
+ special_instructions: "Special Instructions"
62
+ state: State
63
+ total: Total
64
+ spree/order/bill_address:
65
+ address1: "Billing address street"
66
+ city: "Billing address city"
67
+ firstname: "Billing address first name"
68
+ lastname: "Billing address last name"
69
+ phone: "Billing address phone"
70
+ state: "Billing address state"
71
+ zipcode: "Billing address zipcode"
72
+ spree/order/ship_address:
73
+ address1: "Shipping address street"
74
+ city: "Shipping address city"
75
+ firstname: "Shipping address first name"
76
+ lastname: "Shipping address last name"
77
+ phone: "Shipping address phone"
78
+ state: "Shipping address state"
79
+ zipcode: "Shipping address zipcode"
80
+ spree/payment_method:
81
+ name: Name
82
+ spree/product:
83
+ available_on: "Available On"
84
+ cost_price: "Cost Price"
85
+ description: Description
86
+ master_price: "Master Price"
87
+ name: Name
88
+ on_demand: "On Demand"
89
+ on_hand: "On Hand"
90
+ shipping_category: "Shipping Category"
91
+ tax_category: "Tax Category"
92
+ spree/promotion:
93
+ advertise: Advertise
94
+ code: Code
95
+ description: Description
96
+ event_name: Event Name
97
+ expires_at: Expires At
98
+ name: Name
99
+ path: Path
100
+ starts_at: Starts At
101
+ usage_limit: Usage Limit
102
+ spree/property:
103
+ name: Name
104
+ presentation: Presentation
105
+ spree/prototype:
106
+ name: Name
107
+ spree/return_authorization:
108
+ amount: Amount
109
+ spree/role:
110
+ name: Name
111
+ spree/state:
112
+ abbr: Abbreviation
113
+ name: Name
114
+ spree/tax_category:
115
+ description: Description
116
+ name: Name
117
+ spree/tax_rate:
118
+ amount: Rate
119
+ included_in_price: Included in Price
120
+ show_rate_in_label: Show rate in label
121
+ spree/taxon:
122
+ name: Name
123
+ permalink: Permalink
124
+ position: Position
125
+ spree/taxonomy:
126
+ name: Name
127
+ spree/user:
128
+ email: Email
129
+ password: "Password"
130
+ password_confirmation: "Password Confirmation"
131
+ spree/variant:
132
+ cost_price: "Cost Price"
133
+ depth: Depth
134
+ height: Height
135
+ price: Price
136
+ sku: SKU
137
+ weight: Weight
138
+ width: Width
139
+ spree/zone:
140
+ description: Description
141
+ name: Name
142
+ models:
143
+ spree/address:
144
+ one: Address
145
+ other: Addresses
146
+ spree/cheque_payment:
147
+ one: Cheque Payment
148
+ other: Cheque Payments
149
+ spree/country:
150
+ one: Country
151
+ other: Countries
152
+ spree/credit_card:
153
+ one: "Credit Card"
154
+ other: "Credit Cards"
155
+ spree/creditcard_payment:
156
+ one: "Credit Card Payment"
157
+ other: "Credit Card Payments"
158
+ spree/creditcard_txn:
159
+ one: "Credit Card Transaction"
160
+ other: "Credit Card Transactions"
161
+ spree/inventory_unit:
162
+ one: "Inventory Unit"
163
+ other: "Inventory Units"
164
+ spree/line_item:
165
+ one: "Line Item"
166
+ other: "Line Items"
167
+ spree/order:
168
+ one: Order
169
+ other: Orders
170
+ spree/payment:
171
+ one: Payment
172
+ other: Payments
173
+ spree/product:
174
+ one: Product
175
+ other: Products
176
+ spree/property:
177
+ one: Property
178
+ other: Properties
179
+ spree/prototype:
180
+ one: Prototype
181
+ other: Prototypes
182
+ spree/return_authorization:
183
+ one: Return Authorization
184
+ other: Return Authorizations
185
+ spree/role:
186
+ one: Roles
187
+ other: Roles
188
+ spree/shipment:
189
+ one: Shipment
190
+ other: Shipments
191
+ spree/shipping_category:
192
+ one: "Shipping Category"
193
+ other: "Shipping Categories"
194
+ spree/state:
195
+ one: State
196
+ other: States
197
+ spree/tax_category:
198
+ one: "Tax Category"
199
+ other: "Tax Categories"
200
+ spree/tax_rate:
201
+ one: "Tax Rate"
202
+ other: "Tax Rates"
203
+ spree/taxon:
204
+ one: Taxon
205
+ other: Taxons
206
+ spree/taxonomy:
207
+ one: Taxonomy
208
+ other: Taxonomies
209
+ spree/user:
210
+ one: User
211
+ other: Users
212
+ spree/variant:
213
+ one: Variant
214
+ other: Variants
215
+ spree/zone:
216
+ one: Zone
217
+ other: Zones
218
+ add: "添加"
219
+ add_action_of_type: Add action of type
220
+ add_category: "添加分类"
221
+ add_country: "添加国家"
222
+ add_new_header: "Add New Header"
223
+ add_new_style: "Add New Style"
224
+ add_option_type: "添加选项类型"
225
+ add_option_types: "添加(更多)选项类型"
226
+ add_option_value: "添加选项值"
227
+ add_product: "添加产品"
228
+ add_product_properties: "添加产品属性"
229
+ add_rule_of_type: Add rule of type
230
+ add_scope: "添加一个范围"
231
+ add_state: "添加一个省份"
232
+ add_to_cart: "加入购物车"
233
+ add_zone: "添加区域"
234
+ additional_item: "额外项目花费"
235
+ address: "地址"
236
+ address_information: "地址信息"
237
+ adjustment: "调整"
238
+ adjustment_total: Adjustment Total
239
+ adjustments: "其他调整"
240
+ admin:
241
+ mail_methods:
242
+ send_testmail: 'Send Testmail'
243
+ testmail:
244
+ delivery_error: 'Testmail delivery error'
245
+ delivery_success: 'Testmail sent successfully'
246
+ error: 'Testmail error: %{e}'
247
+ administration: "管理"
248
+ all: "全部"
249
+ all_departments: "所有部门"
250
+ allow_backorders: "允许预定"
251
+ allow_ssl_in_development_and_test: Allow SSL to be used when in development and test modes
252
+ allow_ssl_in_production: Allow SSL to be used in production mode
253
+ allow_ssl_in_staging: Allow SSL to be used in staging mode
254
+ allowed_ssl_in_production_mode: "生产环境下将%{not}会使用SSL"
255
+ already_registered: "已经注册过了?"
256
+ alt_text: "其他文本"
257
+ alternative_phone: "其他电话"
258
+ amount: "金额"
259
+ analytics_trackers: "追踪分析"
260
+ and: and
261
+ apply: "Apply"
262
+ are_you_sure: "你确定么?"
263
+ are_you_sure_category: "你确定你要删除这个分类么?"
264
+ are_you_sure_delete: "你确定你要删除这条记录么?"
265
+ are_you_sure_delete_image: "你确定你要删除这张图片么?"
266
+ are_you_sure_option_type: "你你确定你要删除这个选项类型么?"
267
+ are_you_sure_you_want_to_capture: "你确定你要付款么?"
268
+ assign_taxon: "指派分类"
269
+ assign_taxons: "指派分类"
270
+ attachment_default_style: "Attachments Style"
271
+ attachment_default_url: "Attachments URL"
272
+ attachment_path: "Attachments Path"
273
+ attachment_styles: "Paperclip Styles"
274
+ authorization_failure: "认证失败"
275
+ authorized: "已认证"
276
+ availability: "Availability"
277
+ available_on: "上架日期"
278
+ available_taxons: "可选分类"
279
+ awaiting_return: "等待退回"
280
+ back: "后退"
281
+ back_end: "后端"
282
+ back_to_adjustments_list: "Back To Adjustments List"
283
+ back_to_images_list: "Back To Images List"
284
+ back_to_mail_methods_list: "Back To Mail Methods List"
285
+ back_to_option_tyles_list: "Back To Option Types List"
286
+ back_to_payment_methods_list: "Back To Payment Methods List"
287
+ back_to_payments_list: "Back To Payments List"
288
+ back_to_products_list: "Back To Products List"
289
+ back_to_promotions_list: "Back To Promotions List"
290
+ back_to_properties_list: "Back To Products List"
291
+ back_to_prototypes_list: "Back To Prototypes List"
292
+ back_to_reports_list: "Back To Reports List"
293
+ back_to_shipping_categories: "Back To Shipping Categories"
294
+ back_to_shipping_methods_list: "Back To Shipping Methods List"
295
+ back_to_states_list: "Back To States List"
296
+ back_to_store: "回到商店"
297
+ back_to_tax_categories_list: "Back To Tax Categories List"
298
+ back_to_taxonomies_list: "Back To Taxonomies List"
299
+ back_to_trackers_list: "Back To Trackers List"
300
+ back_to_zones_list: "Back To Zones List"
301
+ backordered: "已预订"
302
+ backordering_is_allowed: "%{not}允许预定"
303
+ balance_due: "尚欠款"
304
+ bill_address: "账单地址"
305
+ billing: "账单"
306
+ billing_address: "账单地址"
307
+ both: "全部"
308
+ calculator: "计算器"
309
+ calculator_settings_warning: "如果你正在修改计算方式,你必须在编辑计算器设置之前先保存"
310
+ cancel: "取消"
311
+ cancel_my_account: Cancel my account
312
+ cancel_my_account_description: "Unhappy?"
313
+ canceled: "已取消"
314
+ cannot_create_payment_without_payment_methods: You cannot create a payment for an order without any payment methods defined.
315
+ cannot_create_returns: "没有配送的订单不能申请退货"
316
+ cannot_perform_operation: "Cannot perform requested operation"
317
+ capture: "付款"
318
+ card_code: "卡验证码"
319
+ card_details: "卡详细信息"
320
+ card_number: "卡号"
321
+ card_type_is: "卡的类型是"
322
+ cart: "购物车"
323
+ categories: "分类"
324
+ category: "分类"
325
+ change: "修改"
326
+ change_language: "修改语言"
327
+ change_my_password: "修改我的密码"
328
+ charge_total: "费用总计"
329
+ charged: "已找零??"
330
+ charges: "费用"
331
+ checkout: "结账"
332
+ cheque: "支票"
333
+ city: "城市"
334
+ clone: "复制"
335
+ code: "编码"
336
+ combine: "联合??"
337
+ complete: "完成"
338
+ complete_list: "全部列出"
339
+ configuration: "配置"
340
+ configuration_options: "配置选项"
341
+ configurations: "配置"
342
+ configure_s3: "Configure S3"
343
+ configured: "已配置"
344
+ confirm: "确认"
345
+ confirm_delete: "确认删除"
346
+ confirm_password: "确认密码"
347
+ continue: "继续"
348
+ continue_shopping: "继续购物"
349
+ copy_all_mails_to: "将所有的邮件复制到"
350
+ cost_price: "进货价"
351
+ count_of_reduced_by: "count of '%{name}' reduced by %{count}"
352
+ country: "国家"
353
+ country_based: "根据国家"
354
+ coupon: Coupon
355
+ coupon_code: Coupon code
356
+ coupon_code_applied: The coupon code was successfully applied to your order.
357
+ create: "创建"
358
+ create_a_new_account: "创建一个新帐号"
359
+ create_user_account: "创建用户帐号"
360
+ created_successfully: "创建成功"
361
+ credit: "欠款??"
362
+ credit_card: "信用卡"
363
+ credit_card_capture_complete: "信用卡付款完成"
364
+ credit_card_payment: "信用卡支付"
365
+ credit_cards: Credit Cards
366
+ credit_owed: "应予退款"
367
+ credit_total: "欠款总计??"
368
+ credits: "欠款??"
369
+ currency: Currency
370
+ currency_settings: "Currency Settings"
371
+ currency_symbol_position: "Put currency symbol before or after dollar amount?"
372
+ current: "现在的"
373
+ customer: "顾客"
374
+ customer_details: "顾客详细信息"
375
+ customer_details_updated: "The customer's details have been updated."
376
+ customer_search: "顾客搜索"
377
+ cut: Cut
378
+ date_completed: Date Completed
379
+ date_created: "创建时间"
380
+ date_range: "时间范围"
381
+ debit: "借方??"
382
+ default: "默认"
383
+ default_meta_description: Default Meta Description
384
+ default_meta_keywords: Default Meta Keywords
385
+ default_seo_title: Default Seo Title
386
+ default_tax: Default Tax
387
+ default_tax_zone: Default Tax Zone
388
+ defined_paperclip_styles: Defined Paperclip Styles
389
+ delete: "删除"
390
+ delivery: Delivery
391
+ depth: "长"
392
+ description: "描述"
393
+ destroy: "删除"
394
+ didnt_receive_confirmation_instructions: "Didn't receive confirmation instructions?"
395
+ didnt_receive_unlock_instructions: "Didn't receive unlock instructions?"
396
+ discount_amount: "Discount Amount"
397
+ dismiss_banner: "No. Thanks! I'm not interested, do not display this message again"
398
+ display: "显示"
399
+ display_currency: "Display currency"
400
+ dollar_amounts_displayed_as: "Dollar amounts displayed as %{example}"
401
+ edit: "编辑"
402
+ edit_general_settings: "Edit General Settings"
403
+ editing_billing_integration: "编辑付款集成"
404
+ editing_category: "编辑分类"
405
+ editing_mail_method: Editing Mail Method
406
+ editing_option_type: "编辑类型选项"
407
+ editing_option_types: "编辑类型选项"
408
+ editing_payment_method: "编辑支付方式"
409
+ editing_product: "编辑产品"
410
+ editing_product_group: "编辑产品组"
411
+ editing_promotion: Editing Promotion
412
+ editing_property: "编辑属性"
413
+ editing_prototype: "编辑原型"
414
+ editing_shipping_category: "编辑配送分类"
415
+ editing_shipping_method: "编辑配送方法"
416
+ editing_state: "编辑省份"
417
+ editing_tax_category: "编辑缴税分类"
418
+ editing_tax_rate: "编辑税率"
419
+ editing_tracker: "编辑Tracker"
420
+ editing_user: "编辑用户"
421
+ editing_zone: "编辑区域"
422
+ email: "电子邮件"
423
+ email_address: "电子邮件地址"
424
+ email_server_settings_description: "设置邮件服务器。"
425
+ empty: "Empty"
426
+ empty_cart: "清空购物车"
427
+ enable_login_via_login_password: "使用标准的电子邮件/密码"
428
+ enable_login_via_openid: "使用OpenID代替"
429
+ enable_mail_delivery: "开启邮件发送"
430
+ ending_in: "Ending in"
431
+ enter_at_least_five_letters: Enter at least five letters of customer name
432
+ enter_exactly_as_shown_on_card: "请严格按照卡面信息输入"
433
+ enter_password_to_confirm: "(we need your current password to confirm your changes)"
434
+ enter_token: Enter Token
435
+ environment: "环境"
436
+ error: "错误"
437
+ error_user_destroy_with_orders: "Users with completed orders may not be deleted"
438
+ errors:
439
+ messages:
440
+ could_not_create_taxon: "Could not create taxon"
441
+ no_payment_methods_available: "No payment methods are configured for this environment"
442
+ no_shipping_methods_available: "No shipping methods available for selected location, please change your address and try again."
443
+ errors_prohibited_this_record_from_being_saved:
444
+ one: "1 error prohibited this record from being saved"
445
+ other: "%{count} errors prohibited this record from being saved"
446
+ event: "事件"
447
+ events:
448
+ spree:
449
+ cart:
450
+ add: 'Add to cart'
451
+ checkout:
452
+ coupon_code_added: Coupon code added
453
+ content:
454
+ visited: Visit static content page
455
+ order:
456
+ contents_changed: "Order contents changed"
457
+ page_view: "Static page viewed"
458
+ user:
459
+ signup: 'User signup'
460
+ existing_customer: "现有顾客"
461
+ expiration: "过期"
462
+ expiration_month: "过期月份"
463
+ expiration_year: "过期年份"
464
+ expiry: Expiry
465
+ extension: "扩展"
466
+ extensions: "扩展"
467
+ filename: "文件名"
468
+ final_confirmation: "最终确认"
469
+ finalize: "完成"
470
+ finalized_payments: "已付款项目"
471
+ first_item: "首件产品价格??"
472
+ first_name: "名"
473
+ first_name_begins_with: "名的开始"
474
+ flat_percent: "固定费率"
475
+ flat_rate_amount: "金额"
476
+ flat_rate_per_item: "固定费率 (每商品)"
477
+ flat_rate_per_order: "固定费率 (每订单)"
478
+ flexible_rate: "灵活费率"
479
+ forgot_password: "忘记密码"
480
+ free_shipping: Free Shipping
481
+ from_state: From State
482
+ front_end: "前端"
483
+ full_name: "全名"
484
+ gateway: "网关"
485
+ gateway_config_unavailable: "Gateway unavailable for environment"
486
+ gateway_configuration: "网关配置"
487
+ gateway_error: "网关出错"
488
+ gateway_setting_description: "选择一个支付网关并对其进行配置。"
489
+ gateway_settings_warning: "如果您正在变更网关类型,您需要在编辑网关设置之前先保存"
490
+ general: "一般"
491
+ general_settings: "一般设置"
492
+ general_settings_description: "配置Spree的一般设置。"
493
+ google_analytics: "Google Analytics"
494
+ google_analytics_active: "激活"
495
+ google_analytics_create: "创建新的Google Analytics Account"
496
+ google_analytics_id: "Analytics ID"
497
+ google_analytics_new: "新的Google Analytics帐号"
498
+ google_analytics_setting_description: "管理Google Analytics ID"
499
+ guest_checkout: "匿名用户结账"
500
+ guest_user_account: "作为一个匿名用户结账"
501
+ has_no_shipped_units: "没有已配送的单元"
502
+ height: "高度"
503
+ hello_user: "用户你好"
504
+ history: "历史"
505
+ home: "首页"
506
+ icon: "Icon"
507
+ icons_by: "Icons by"
508
+ image: "图片"
509
+ image_settings: "Image Settings"
510
+ image_settings_description: "Image Settings Description"
511
+ image_settings_updated: "Image Settings successfully updated."
512
+ image_settings_warning: "You will need to regenerate thumbnails if you update the paperclip styles. Use rake paperclip:refresh:thumbnails to do this."
513
+ images: "图片"
514
+ images_for: "Images for"
515
+ in_progress: "处理中"
516
+ include_in_shipment: "包含在配送中"
517
+ included_in_other_shipment: "包含在其他配送中"
518
+ included_in_price: Included in Price
519
+ included_in_this_shipment: "包含在本次配送中"
520
+ included_price_validation: "cannot be selected unless you have set a Default Tax Zone"
521
+ instructions_to_reset_password: "请填写如下表格来重置你的密码,重置后的密码会通过电子邮件发送给您"
522
+ insufficient_stock: "Insufficient stock available, only %{on_hand} remaining"
523
+ integration_settings_warning: "如果您正在修改支付集成设置,您必须在编辑集成设置之前进行保存"
524
+ intercept_email_address: Intercept Email Address
525
+ intercept_email_instructions: "Override email recipient and replace with this address."
526
+ invalid_search: "不合法的查询条件."
527
+ inventory: "库存"
528
+ inventory_adjustment: "库存调整"
529
+ inventory_setting_description: "库存配置,预定,以及没有库存时的页面显示"
530
+ inventory_settings: "库存设置"
531
+ is_not_available_to_shipment_address: "无法送达要求的配送地址"
532
+ issue_number: "问题编号"
533
+ item: "商品项"
534
+ item_description: "商品项描述"
535
+ item_total: "项目总计"
536
+ item_total_rule:
537
+ operators:
538
+ gt: greater than
539
+ gte: greater than or equal to
540
+ landing_page_rule:
541
+ path: Path
542
+ last_name: "姓"
543
+ last_name_begins_with: "姓的开始"
544
+ learn_more: Learn More
545
+ leave_blank_to_not_change: "(leave blank if you don't want to change it)"
546
+ list: "列表"
547
+ listing_categories: "分类列表"
548
+ listing_option_types: "选项类型列表"
549
+ listing_orders: "订单列表"
550
+ listing_product_groups: "产品组列表"
551
+ listing_products: "Listing Products"
552
+ listing_reports: "报表列表"
553
+ listing_tax_categories: "缴税分类列表"
554
+ listing_users: "用户列表"
555
+ live: "Live"
556
+ loading: "加载"
557
+ locale_changed: "Locale已变更"
558
+ logged_in_as: "已登陆为"
559
+ logged_in_succesfully: "登陆成功"
560
+ logged_out: "您已经登出系统"
561
+ login: Login
562
+ login_as_existing: "作为一个已有客户登陆"
563
+ login_failed: "登陆认证失败。"
564
+ login_name: "用户名"
565
+ logout: "登出/注销"
566
+ look_for_similar_items: "寻找类似的产品"
567
+ maestro_or_solo_cards: Maestro/Solo cards
568
+ mail_delivery_enabled: "邮件发送功能已启用"
569
+ mail_delivery_not_enabled: "邮件发送功能尚未启用"
570
+ mail_methods: Mail Methods
571
+ mail_server_preferences: 邮件服务器首选项
572
+ make_refund: "进行退款??"
573
+ mark_shipped: "标记为已配送"
574
+ master_price: "默认价格"
575
+ match_choices:
576
+ all: "All"
577
+ none: "None"
578
+ one: "One"
579
+ match_rule: "Products That Must Match:"
580
+ max_items: "最大商品项??"
581
+ meta_description: "元描述"
582
+ meta_keywords: "关键字"
583
+ metadata: "元数据"
584
+ minimal_amount: "Minimal Amount"
585
+ missing_required_information: "缺少必须的信息"
586
+ month: "月"
587
+ more: More
588
+ my_account: "我的帐户"
589
+ my_orders: "我的订单"
590
+ name: "名称"
591
+ name_or_sku: "名称或SKU"
592
+ new: "新建"
593
+ new_adjustment: "新建调整"
594
+ new_billing_integration: "新建支付集成"
595
+ new_category: "新建目录"
596
+ new_customer: "新建客户"
597
+ new_group: New Group
598
+ new_image: "新建图片"
599
+ new_mail_method: New Mail Method
600
+ new_option_type: "新建选项类型"
601
+ new_option_value: "新建选项值"
602
+ new_order: "新建订单"
603
+ new_order_completed: "新建订单完成"
604
+ new_payment: "新建支付"
605
+ new_payment_method: "新建支付方式"
606
+ new_product: "新建产品"
607
+ new_product_group: "新建产品组"
608
+ new_promotion: New Promotion
609
+ new_property: "新建属性"
610
+ new_prototype: "新建原型"
611
+ new_return_authorization: "新建退货"
612
+ new_shipment: "新建配送"
613
+ new_shipping_category: "新建配送分类"
614
+ new_shipping_method: "新建配送方式"
615
+ new_state: "新建省份"
616
+ new_tax_category: "新建缴税类型"
617
+ new_tax_rate: "新建税率"
618
+ new_taxon: "新建分类"
619
+ new_taxonomy: "新建分类层级"
620
+ new_tracker: New Tracker
621
+ new_user: "新建用户"
622
+ new_variant: "新建具体型号"
623
+ new_zone: "新建区域"
624
+ next: "下一页"
625
+ no: "No"
626
+ no_items_in_cart: "购物车中没有商品"
627
+ no_match_found: "找不到匹配的内容"
628
+ no_products_found: "找不到产品"
629
+ no_results: "No results"
630
+ no_rules_added: No rules added
631
+ no_user_found: "找不到使用该电子邮件的用户帐号"
632
+ none: "没有"
633
+ none_available: "没有可用的"
634
+ normal_amount: "Normal Amount"
635
+ not: "不"
636
+ not_available: "N/A"
637
+ not_found: "%{resource} is not found"
638
+ not_shown: "Not Shown"
639
+ note: "备注"
640
+ notice_messages:
641
+ option_type_removed: "成功移出了选项类型"
642
+ product_cloned: "产品已经被复制"
643
+ product_deleted: "产品已经被删除"
644
+ product_not_cloned: "产品无法被复制"
645
+ product_not_deleted: "产品无法被删除"
646
+ variant_deleted: "具体型号已经被删除"
647
+ variant_not_deleted: "具体型号不能被删除"
648
+ on_hand: "库存"
649
+ one_default_category_with_default_tax_rate: "You should configure exactly one default category with your countries default tax rate"
650
+ operation: "操作"
651
+ option_type: "Option Type"
652
+ option_types: "选项类型"
653
+ option_value: "Option Value"
654
+ option_values: "选项值"
655
+ options: "选项"
656
+ or: "或"
657
+ or_over_price: "%{price} or over"
658
+ order: "订单"
659
+ order_adjustments: "Order adjustments"
660
+ order_confirmation_note: "订单确认备注"
661
+ order_date: "订单日期"
662
+ order_details: "订单详情"
663
+ order_email_resent: "重新发出了订单邮件"
664
+ order_mailer:
665
+ cancel_email:
666
+ dear_customer: "Dear Customer,"
667
+ instructions: "Your order has been CANCELED. Please retain this cancellation information for your records."
668
+ order_summary_canceled: "Order Summary [CANCELED]"
669
+ subject: "Cancellation of Order"
670
+ subtotal: "Subtotal:"
671
+ total: "Order Total:"
672
+ confirm_email:
673
+ dear_customer: "Dear Customer,"
674
+ instructions: "Please review and retain the following order information for your records."
675
+ order_summary: "Order Summary"
676
+ subject: "Order Confirmation"
677
+ subtotal: "Subtotal:"
678
+ thanks: "Thank you for your business."
679
+ total: "Order Total:"
680
+ order_not_in_system: "这个订单号在系统中是不合法的"
681
+ order_number: "订单号"
682
+ order_operation_authorize: "认证"
683
+ order_processed_but_following_items_are_out_of_stock: "您的订单已经被处理了,但是以下几样商品目前没有库存:"
684
+ order_processed_successfully: "您的订单已经被成功处理了"
685
+ order_state: # keys correspond to Checkout state names:
686
+ address: address
687
+ adjustments: adjustments
688
+ awaiting_return: awaiting return
689
+ canceled: canceled
690
+ cart: cart
691
+ complete: complete
692
+ confirm: confirm
693
+ delivery: delivery
694
+ payment: payment
695
+ resumed: resumed
696
+ returned: returned
697
+ skrill: skrill
698
+ order_summary: "订单概述"
699
+ order_sure_want_to: "您确定您想要%{event}这个订单么?"
700
+ order_total: "订单总计"
701
+ order_total_message: "您的卡上一共会支付"
702
+ order_updated: "订单已更新"
703
+ orders: "订单"
704
+ other_payment_options: "其他支付选项"
705
+ out_of_stock: "没有库存"
706
+ over_paid: "Over Paid"
707
+ overview: "首页"
708
+ page_only_viewable_when_logged_in: "您试图访问一个只有登陆后才能访问的页面"
709
+ page_only_viewable_when_logged_out: "您试图访问一个只有登出/注销后才能访问的页面"
710
+ pagination:
711
+ next_page: "next page »"
712
+ previous_page: "« previous page"
713
+ truncate: "…"
714
+ paid: "已支付"
715
+ parent_category: "上级分类"
716
+ password: "密码"
717
+ password_reset_instructions: "密码重置指南"
718
+ password_reset_instructions_are_mailed: "如何重置密码的步骤已经通过电子邮件发送给您,请检查您的电子邮件。"
719
+ password_reset_token_not_found: "对不起,我们无法找到您的帐号。如果您遇到问题,请尝试从您的电子邮件中重新复制粘铁URL到浏览器中,或者重新进行重置密码的步骤"
720
+ password_updated: "密码更新成功"
721
+ paste: Paste
722
+ path: "路径"
723
+ pay: "支付"
724
+ payment: "支付"
725
+ payment_actions: "Actions"
726
+ payment_gateway: "支付网关"
727
+ payment_information: "支付信息"
728
+ payment_method: "支付方式"
729
+ payment_methods: "支付方式"
730
+ payment_methods_setting_description: "配置消费者可以用于支付的方式"
731
+ payment_processing_failed: "Payment could not be processed, please check the details you entered"
732
+ payment_processor_choose_banner_text: "If you need help choosing a payment processor, please visit"
733
+ payment_processor_choose_link: "our payments page"
734
+ payment_state: Payment State
735
+ payment_states:
736
+ balance_due: balance due
737
+ checkout: checkout
738
+ completed: completed
739
+ credit_owed: credit owed
740
+ failed: failed
741
+ paid: paid
742
+ pending: pending
743
+ processing: processing
744
+ void: void
745
+ payment_updated: "支付已更新"
746
+ payments: "支付"
747
+ pending_payments: "等待支付"
748
+ percent_per_item: Percent Per Item
749
+ permalink: "永久链接"
750
+ phone: "电话"
751
+ place_order: "下单"
752
+ please_create_user: "请创建一个用户帐号"
753
+ please_define_payment_methods: "Please define some payment methods first."
754
+ populate_get_error: "Something went wrong. Please try adding the item again."
755
+ powered_by: "Powered by"
756
+ presentation: "描述"
757
+ preview: "预览"
758
+ previous: "上一页"
759
+ price: "价格"
760
+ price_range: Price Range
761
+ price_sack: Price Sack
762
+ problem_authorizing_card: "验证信用卡时遇到问题"
763
+ problem_capturing_card: "获取信用卡时遇到问题"
764
+ problems_processing_order: "我们在处理您的订单时遇到问题"
765
+ proceed_as_guest: "谢谢,不用了,以访客身份处理"
766
+ process: "处理"
767
+ product: "产品"
768
+ product_details: "产品详情"
769
+ product_group: "产品组"
770
+ product_group_invalid: "产品组有不合法的范围"
771
+ product_groups: "产品组"
772
+ product_has_no_description: "该产品没有描述"
773
+ product_properties: "产品属性"
774
+ product_rule:
775
+ choose_products: Choose products
776
+ label: "Order must contain %{select} of these products"
777
+ match_all: all
778
+ match_any: at least one
779
+ product_source:
780
+ group: From product group
781
+ manual: Manually choose
782
+ product_scopes:
783
+ groups:
784
+ price:
785
+ description: "根据价格选择产品的查询范围"
786
+ name: "价格"
787
+ search:
788
+ description: "根据产品名称、关键字以及描述选择产品的查询范围"
789
+ name: "文本搜索"
790
+ taxon:
791
+ description: "根据产品分类选择产品的查询范围"
792
+ name: "分类"
793
+ values:
794
+ description: "根据产品的选项与属性值选择产品的查询范围"
795
+ name: "值"
796
+ scopes:
797
+ ascend_by_name:
798
+ name: "按产品名称升序"
799
+ ascend_by_updated_at:
800
+ name: "按最后更新事件升序"
801
+ descend_by_name:
802
+ name: "按产品名称降序"
803
+ descend_by_updated_at:
804
+ name: "按最后更新事件降序"
805
+ in_name:
806
+ args:
807
+ words: "单词"
808
+ description: "(以空格或逗号分割)"
809
+ name: "产品名称中有以下"
810
+ sentence: "产品名称中包含 <em>%s</em>"
811
+ in_name_or_description:
812
+ args:
813
+ words: "单词"
814
+ description: "(以空格或逗号分割)"
815
+ name: "产品名称或描述中有以下"
816
+ sentence: "产品名称或描述中包含 <em>%s</em>"
817
+ in_name_or_keywords:
818
+ args:
819
+ words: "单词"
820
+ description: "(以空格或逗号分割)"
821
+ name: "产品名称或关键字中有以下"
822
+ sentence: "产品名称或关键字中包含 <em>%s</em>"
823
+ in_taxons:
824
+ args:
825
+ "taxon_names": "Taxon names"
826
+ description: "分类名称必须以空格或逗号分割(例如: adidas,鞋子)"
827
+ name: "在分类以及所有下级分类中"
828
+ sentence: "在 <em>%s</em> 以及他们所有的下级分类中"
829
+ master_price_gte:
830
+ args:
831
+ amount: "金额"
832
+ description: ""
833
+ name: "默认价格大于等于"
834
+ sentence: "价格大于等于 <em>%.2f</em>"
835
+ master_price_lte:
836
+ args:
837
+ amount: "金额"
838
+ description: ""
839
+ name: "默认价格小于等于"
840
+ sentence: "价格小于等于 <em>%.2f</em>"
841
+ price_between:
842
+ args:
843
+ high: "上限"
844
+ low: "下限"
845
+ description: ""
846
+ name: "价格在"
847
+ sentence: "价格在 <em>%.2f</em> 到 <em>%.2f</em> 之内"
848
+ taxons_name_eq:
849
+ args:
850
+ taxon_name: "分类名称"
851
+ description: "在指定的分类中 - 不包括下级分类"
852
+ name: "在分类中(不包括下级分类)"
853
+ sentence: "在 <em>%s</em> 中"
854
+ with:
855
+ args:
856
+ value: "值"
857
+ description: "Select specific products"
858
+ name: Products with IDs
859
+ sentence: with IDs <em>%s</em>
860
+ with_ids:
861
+ args:
862
+ ids: IDs
863
+ description: "Select specific products"
864
+ name: Products with IDs
865
+ sentence: with IDs <em>%s</em>
866
+ with_option:
867
+ args:
868
+ option: "选项"
869
+ description: "选择所有拥有特定可选项的产品(例如. 颜色)"
870
+ name: "拥有选项"
871
+ sentence: "拥有选项 <em>%s</em>"
872
+ with_option_value:
873
+ args:
874
+ option: "选项"
875
+ value: "选项值"
876
+ description: "选择所有至少有一个型号拥有指定选项及选项值的产品(例如. 颜色:红色)"
877
+ name: "拥有选项及选项值"
878
+ sentence: "拥有选项 <em>%s</em> 及选项值 <em>%s</em>"
879
+ with_property:
880
+ args:
881
+ property: "属性"
882
+ description: "选择所有拥有特定属性的产品(例如. 重量)"
883
+ name: "拥有属性"
884
+ sentence: "拥有属性 <em>%s</em>"
885
+ with_property_value:
886
+ args:
887
+ property: "属性"
888
+ value: "属性值"
889
+ description: "选择所有至少有一个型号拥有指定属性或属性值的产品(例如. 重量:10kg)"
890
+ name: "拥有属性值"
891
+ sentence: "拥有属性 <em>%s</em> 及属性值 <em>%s</em>"
892
+ products: "产品"
893
+ products_with_zero_inventory_display: "没有库存的产品是%{not}会被显示的"
894
+ promotion: Promotion
895
+ promotion_action: Promotion Action
896
+ promotion_action_types:
897
+ create_adjustment:
898
+ description: Creates a promotion credit adjustment on the order
899
+ name: Create adjustment
900
+ create_line_items:
901
+ description: Populates the cart with the specified quantity of variant
902
+ name: Create line items
903
+ give_store_credit:
904
+ description: Gives the user store credit of the amount specified
905
+ name: Give store credit
906
+ promotion_actions: Actions
907
+ promotion_form:
908
+ match_policies:
909
+ all: Match any of these rules
910
+ any: Match all of these rules
911
+ promotion_not_found: The coupon code you entered doesn't exist. Please try again.
912
+ promotion_rule: Promotion Rule
913
+ promotion_rule_types:
914
+ first_order:
915
+ description: Must be the customer's first order
916
+ name: First order
917
+ item_total:
918
+ description: Order total meets these criteria
919
+ name: Item total
920
+ landing_page:
921
+ description: Customer must have visited the specified page
922
+ name: Landing Page
923
+ product:
924
+ description: Order includes specified product(s)
925
+ name: Product(s)
926
+ user:
927
+ description: Available only to the specified users
928
+ name: User
929
+ user_logged_in:
930
+ description: Available only to logged in users
931
+ name: User Logged In
932
+ promotions: Promotions
933
+ promotions_description: Manage offers and coupons with promotions
934
+ properties: "属性"
935
+ property: "属性"
936
+ prototype: "原型"
937
+ prototypes: "原型"
938
+ provider: "提供者"
939
+ provider_settings_warning: "如果您正在修改提供者类型,您需要在编辑提供者设置之前先保存。"
940
+ qty: "数量"
941
+ quantity_returned: Quantity Returned
942
+ quantity_shipped: "已发货数量"
943
+ range: "范围"
944
+ rate: "费率"
945
+ reason: "原因"
946
+ recalculate_order_total: "重新计算订单总价"
947
+ receive: "收到"
948
+ received: "已收到"
949
+ refund: "退款"
950
+ register: "注册成为新用户"
951
+ register_or_guest: "作为访客或者注册用户结账"
952
+ registration: "注册"
953
+ remember_me: "记住我"
954
+ remove: "移出"
955
+ rename: Rename
956
+ reports: "报表"
957
+ required_for_solo_and_maestro: Required for Solo and Maestro cards.
958
+ resend: "重新发送"
959
+ resend_confirmation_instructions: "Resend confirmation instructions"
960
+ resend_unlock_instructions: "Resend unlock instructions"
961
+ reset_password: "重置密码"
962
+ resource_controller:
963
+ member_object_not_found: "无法找到成员对象."
964
+ successfully_created: "创建成功!"
965
+ successfully_removed: "移除成功!"
966
+ successfully_updated: "更新成功!"
967
+ response_code: "返回代码"
968
+ resume: "恢复"
969
+ resumed: "已恢复"
970
+ return: "退回"
971
+ return_authorization: "退货审批"
972
+ return_authorization_updated: "退货审批已更新"
973
+ return_authorizations: "退货审批"
974
+ return_quantity: "退货数量"
975
+ returned: "已退回"
976
+ review: Review
977
+ rma_credit: RMA Credit
978
+ rma_number: "退货单号"
979
+ rma_value: "退货价值"
980
+ roles: "角色"
981
+ rules: Rules
982
+ s3_access_key: "Access Key"
983
+ s3_bucket: "Bucket"
984
+ s3_headers: "S3 Headers"
985
+ s3_not_used_for_product_images: "S3 is not being used for product images"
986
+ s3_protocol: "S3 Protocol"
987
+ s3_secret: "Secret Key"
988
+ s3_used_for_product_images: "S3 is being used for product images"
989
+ sales_tax: "消费税"
990
+ sales_total: "销售总计"
991
+ sales_total_description: "Sales Total For All Orders"
992
+ save_and_continue: "保存并继续"
993
+ save_preferences: "保存首选项"
994
+ scope: "范围"
995
+ scopes: "范围"
996
+ search: "搜索"
997
+ search_results: "搜索 '%{keywords}' 的结果"
998
+ searching: Searching
999
+ secure_connection_type: "安全连接类型"
1000
+ secure_credit_card: Secure Credit Card
1001
+ security_settings: "Security Settings"
1002
+ select: "选择"
1003
+ select_from_prototype: "从原型中选择"
1004
+ select_preferred_shipping_option: "选择期望的配送选项"
1005
+ send_copy_of_all_mails_to: "将所有邮件的副本发送至"
1006
+ send_copy_of_orders_mails_to: "将订单邮件的副本发送至"
1007
+ send_mails_as: "发送邮件作为"
1008
+ send_me_reset_password_instructions: "Send me reset password instructions"
1009
+ send_order_mails_as: "发送订单邮件作为"
1010
+ server: "服务器"
1011
+ server_error: "服务器返回了一个错误"
1012
+ settings: "设置"
1013
+ ship: "发货"
1014
+ ship_address: "配送地址"
1015
+ shipment: "配送"
1016
+ shipment_details: "配送详情"
1017
+ shipment_inc_vat: "Shipment including VAT"
1018
+ shipment_mailer:
1019
+ shipped_email:
1020
+ dear_customer: "Dear Customer,"
1021
+ instructions: "Your order has been shipped"
1022
+ shipment_summary: "Shipment Summary"
1023
+ subject: "Shipment Notification"
1024
+ thanks: "Thank you for your business."
1025
+ track_information: "Tracking Information: %{tracking}"
1026
+ shipment_number: "运单号 #"
1027
+ shipment_state: Shipment State
1028
+ shipment_states:
1029
+ backorder: backorder
1030
+ partial: partial
1031
+ pending: pending
1032
+ ready: ready
1033
+ shipped: shipped
1034
+ shipment_updated: "配送状态更新"
1035
+ shipments: "配送"
1036
+ shipped: "已发货"
1037
+ shipping: "配送中"
1038
+ shipping_address: "配送地址"
1039
+ shipping_categories: "配送类型"
1040
+ shipping_categories_description: "管理配送分类以决定哪些产品可以通过哪些方式进行配送"
1041
+ shipping_category: "配送分类"
1042
+ shipping_category_choose: "Shipping Category"
1043
+ shipping_cost: "成本"
1044
+ shipping_error: "配送错误"
1045
+ shipping_instructions: "配送指南"
1046
+ shipping_method: "配送方式"
1047
+ shipping_methods: "配送方式"
1048
+ shipping_methods_description: "管理配送方式"
1049
+ shipping_total: "配送费总计"
1050
+ shop_by_taxonomy: "根据%{taxonomy}购物"
1051
+ shopping_cart: "购物车"
1052
+ short_description: "Short description"
1053
+ show: "显示"
1054
+ show_active: "显示激活的"
1055
+ show_deleted: "显示删除的"
1056
+ show_incomplete_orders: "显示不完整的订单"
1057
+ show_only_complete_orders: "只显示完整的订单"
1058
+ show_only_unfulfilled_orders: "Show only unfulfilled orders"
1059
+ show_out_of_stock_products: "显示没有库存的产品"
1060
+ showing_first_n: "展示第一个%{n}"
1061
+ sign_up: "注册"
1062
+ site_name: "站点名称"
1063
+ site_url: "站点URL"
1064
+ sku: SKU
1065
+ smtp: SMTP
1066
+ smtp_authentication_type: "SMTP认证类型"
1067
+ smtp_domain: "SMTP域名"
1068
+ smtp_mail_host: "SMTP邮件服务器"
1069
+ smtp_password: "SMTP密码"
1070
+ smtp_port: "SMTP端口"
1071
+ smtp_send_all_emails_as_from_following_address: "所有邮件都从以下地址发出."
1072
+ smtp_send_copy_to_this_addresses: "向如下地址发送一份所有发出邮件的副本。多个邮件地址之间以逗号隔开。"
1073
+ smtp_username: "SMTP用户名"
1074
+ sold: "售出"
1075
+ sort_ordering: "排序订单??"
1076
+ special_instructions: "Special Instructions"
1077
+ spree:
1078
+ spree/order:
1079
+ coupon_code: Coupon Code
1080
+ date: "日期"
1081
+ date_picker:
1082
+ format: 'yy/mm/dd'
1083
+ time: "时间"
1084
+ spree_alert_checking: "Check for Spree security and release alerts"
1085
+ spree_alert_not_checking: "Not checking for Spree security and release alerts"
1086
+ spree_gateway_error_flash_for_checkout: "There was a problem with your payment information. Please check your information and try again."
1087
+ spree_inventory_error_flash_for_insufficient_quantity: "An item in your cart has become unavailable."
1088
+ ssl_will_be_used_in_development_and_test_modes: "如果需要的话,开发和测试环境将会使用SSL。"
1089
+ ssl_will_be_used_in_production_mode: "生产环境下将会使用SSL"
1090
+ ssl_will_be_used_in_staging_mode: "SSL will be used in staging mode"
1091
+ ssl_will_not_be_used_in_development_and_test_modes: "如果需要的话,开发和测试环境将不会使用SSL。"
1092
+ ssl_will_not_be_used_in_production_mode: "生产环境将不会使用SSL"
1093
+ ssl_will_not_be_used_in_staging_mode: "SSL will not be used in staging mode"
1094
+ start: "开始"
1095
+ start_date: "有效期开始"
1096
+ state: "省份"
1097
+ state_based: "根据省份"
1098
+ state_setting_description: "管理每个国家的省份列表。"
1099
+ states: "省份"
1100
+ status: "状态"
1101
+ stop: "结束"
1102
+ store: "商城"
1103
+ street_address: "地址"
1104
+ street_address_2: "地址(继续输入)"
1105
+ subtotal: "小计"
1106
+ subtract: "减去"
1107
+ successfully_created: "%{resource} has been successfully created!"
1108
+ successfully_removed: "%{resource} has been successfully removed!"
1109
+ successfully_updated: "%{resource} has been successfully updated!"
1110
+ system: "系统"
1111
+ tax: "税"
1112
+ tax_categories: "缴税分类"
1113
+ tax_categories_setting_description: "设定缴税分类以确定哪些产品是需要缴税的."
1114
+ tax_category: "缴税分类"
1115
+ tax_rates: "税率"
1116
+ tax_rates_description: "设定与配置税率"
1117
+ tax_settings: "缴税设置"
1118
+ tax_settings_description: "基本税款设置"
1119
+ tax_total: "税款总额"
1120
+ tax_type: "税款类型"
1121
+ taxon: "分类"
1122
+ taxon_edit: "编辑分类"
1123
+ taxonomies: "分类层级"
1124
+ taxonomies_setting_description: "创建并管理分类层级"
1125
+ taxonomy: Taxonomy
1126
+ taxonomy_edit: "编辑分类层级"
1127
+ taxonomy_tree_error: "请求的变更没有被接受,树会恢复到之前的状态,请重新尝试."
1128
+ taxonomy_tree_instruction: "* 右键单击一个树的子结点以访问添加、删除或者排序字节点的菜单."
1129
+ taxons: "分类"
1130
+ test: "测试"
1131
+ test_mailer:
1132
+ test_email:
1133
+ greeting: 'Congratulations!'
1134
+ message: 'If you have received this email, then your email settings are correct.'
1135
+ subject: 'Testmail'
1136
+ test_mode: "测试模式"
1137
+ thank_you_for_your_order: "感谢您的订购,请打印这张订单作为购买凭证。"
1138
+ there_were_problems_with_the_following_fields: "There were problems with the following fields"
1139
+ this_file_language: "中文(简体)"
1140
+ thumbnail: "缩略图"
1141
+ to_add_variants_you_must_first_define: "要添加具体型号,您需要先定义"
1142
+ to_state: "To State"
1143
+ total: "总计"
1144
+ tracking: "追踪"
1145
+ transaction: "交易"
1146
+ transactions: "交易"
1147
+ tree: "树"
1148
+ try_again: "再试一次"
1149
+ type: "类型"
1150
+ type_to_search: Type to search
1151
+ unable_ship_method: "由于服务器错误,无法生成一种配送方式。"
1152
+ unable_to_authorize_credit_card: "无法验证信用卡"
1153
+ unable_to_capture_credit_card: "无法使用信用卡付款"
1154
+ unable_to_connect_to_gateway: "无法连接支付网关."
1155
+ unable_to_save_order: "无法保存订单"
1156
+ under_paid: "Under Paid"
1157
+ under_price: "Under %{price}"
1158
+ unrecognized_card_type: "无法辨识的支付卡种类"
1159
+ update: "更新"
1160
+ update_password: "更新我的密码并登陆"
1161
+ updated_successfully: "更新成功"
1162
+ updating: "更新中"
1163
+ usage_limit: "使用限制"
1164
+ use_as_shipping_address: "用于配送地址"
1165
+ use_billing_address: "使用账单地址"
1166
+ use_different_shipping_address: "使用不同的配送地址"
1167
+ use_new_cc: "使用一张新卡"
1168
+ use_s3: "Use Amazon S3 For Images"
1169
+ user: "用户"
1170
+ user_account: "用户帐号"
1171
+ user_created_successfully: "用户创建成功"
1172
+ user_rule:
1173
+ choose_users: Choose users
1174
+ users: "用户详情"
1175
+ validate_on_profile_create: Validate on profile create
1176
+ validation:
1177
+ cannot_be_greater_than_available_stock: "cannot be greater than available stock."
1178
+ cannot_be_less_than_shipped_units: "不能少于已配送的单位数。"
1179
+ cannot_destory_line_item_as_inventory_units_have_shipped: "Cannot destory line item as some inventory units have shipped."
1180
+ is_too_large: "数量太多了 -- 现有库存无法满足您需要的数量!"
1181
+ must_be_int: "必须是整数"
1182
+ must_be_non_negative: "不能为负数"
1183
+ value: "价值"
1184
+ variant: Variant
1185
+ variants: "具体型号"
1186
+ vat: "VAT"
1187
+ version: "版本"
1188
+ view_shipping_options: "显示配送选项"
1189
+ void: "作废"
1190
+ website: "网站"
1191
+ weight: "重量"
1192
+ welcome_to_sample_store: "欢迎来到示例商城"
1193
+ what_is_a_cvv: "信用卡验证码(CVV)是什么"
1194
+ what_is_this: "这是什么?"
1195
+ whats_this: "这是什么"
1196
+ width: "宽"
1197
+ year: "年"
1198
+ yes: "Yes"
1199
+ you_have_been_logged_out: "您已退出"
1200
+ you_have_no_orders_yet: "You have no orders yet."
1201
+ your_cart_is_empty: "您的购物车是空的"
1202
+ zip: "邮编"
1203
+ zone: "区域"
1204
+ zone_based: "根据区域"
1205
+ zone_setting_description: "在各种计算中使用到的国家、省份、区域."
1206
+ zones: "区域"