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-TW:
3
+ a_copy_of_all_mail_will_be_sent_to_the_following_addresses: 全部郵件皆有副本送至以下信箱
4
+ abbreviation: 縮寫 #Abbreviation
5
+ access_denied: 權限不足 #"Access Denied"
6
+ account: 帳戶 #Account
7
+ account_updated: 帳戶已更新 #"Account updated!"
8
+ action: 操作 #Action
9
+ actions:
10
+ cancel: 取消 #Cancel
11
+ create: 建立 #Create
12
+ destroy: 刪除 #Destroy
13
+ list: 列表 #List
14
+ listing: 列出中 #Listing
15
+ new: 新增 #New
16
+ update: 更新 #Update
17
+ activate: "Activate"
18
+ active: 啟動 #"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: 增加 #Add
219
+ add_action_of_type: 增加促銷優惠
220
+ add_category: 增加類型 #"Add Category"
221
+ add_country: 增加國家 #"Add Country"
222
+ add_new_header: "Add New Header"
223
+ add_new_style: "Add New Style"
224
+ add_option_type: 增加選項類型 #"Add Option Type"
225
+ add_option_types: 增加選項類型 #"Add Option Types"
226
+ add_option_value: 增加選項 #"Add Option Value"
227
+ add_product: 增加商品 #"Add Product"
228
+ add_product_properties: 增加商品屬性 #"Add Product Properties"
229
+ add_rule_of_type: 增加條件
230
+ add_scope: 增加範圍
231
+ add_state: 增加 州,省,日本県,台灣縣市 #"Add State"
232
+ add_to_cart: 加到購物車 #"Add To Cart"
233
+ add_zone: 增加區域 #"Add Zone"
234
+ additional_item: 額外商品花費
235
+ address: 地址 #Address
236
+ address_information: 地址資訊 #"Address Information"
237
+ adjustment: 其他項目 #Adjustment
238
+ adjustment_total: 其他項目總計 #Adjustment Total
239
+ adjustments: 其他項目 #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: 管理介面 #Administration
248
+ all: 全部 #"All"
249
+ all_departments: 所有部門
250
+ allow_backorders: 准許預購 #"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: "SSL 將%{not}使用在線上環境" #"SSL will %{not} be used in production"
255
+ already_registered: "已經完成註冊?" #Already Registered?
256
+ alt_text: 說明文字 #Alternative Text
257
+ alternative_phone: 額外電話 #Alternative Phone
258
+ amount: 金額 #Amount
259
+ analytics_trackers: 分析追蹤
260
+ and: and
261
+ apply: 套用 #"Apply"
262
+ are_you_sure: "你確定嗎?" #"Are you sure?"
263
+ are_you_sure_category: "你確定要刪除這個類型?" #"Are you sure you want to delete this category?"
264
+ are_you_sure_delete: "你確定要刪除?" #"Are you sure you want to delete this record?"
265
+ are_you_sure_delete_image: "你確定要刪除這個圖片?" #"Are you sure you want to delete this image?"
266
+ are_you_sure_option_type: "你確定要刪除這個選項類型?" #"Are you sure you want to delete this option type?"
267
+ are_you_sure_you_want_to_capture: 你確定你要付款?
268
+ assign_taxon: 指派分類 #"Assign Taxon"
269
+ assign_taxons: 指派分類 #"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: 認証失敗 #"Authorization Failure"
275
+ authorized: 已認証 #Authorized
276
+ availability: "Availability"
277
+ available_on: 上架時間 #"Available On"
278
+ available_taxons: 可用分類 #"Available Taxons"
279
+ awaiting_return: 等待退回
280
+ back: Back
281
+ back_end: 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: 回商店 #"Go 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: 預購 #Backordered
302
+ backordering_is_allowed: "%{not}允許預購" #"Backordering %{not} allowed"
303
+ balance_due: 未入帳 #"Balance Due"
304
+ bill_address: 帳單地址 #"Bill Address"
305
+ billing: 帳單 #Billing
306
+ billing_address: 帳單地址 #"Billing Address"
307
+ both: 全部
308
+ calculator: 計算規則 #Calculator
309
+ calculator_settings_warning: 如果你更改了計算規則, 需要先儲存才能進行修改 #"If you are changing the calculator type, you must save first before you can edit the calculator settings"
310
+ cancel: 取消 # cancel
311
+ cancel_my_account: 取消我的帳號 #Cancel my account
312
+ cancel_my_account_description: "不高興嗎?" #"Unhappy?"
313
+ canceled: 已取消 #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: 無法建立退貨資訊,因為這筆訂單不需要配送 #Cannot create returns as this order no shipped units.
316
+ cannot_perform_operation: 無法執行要求的運算 #"Cannot perform requested operation"
317
+ capture: 入帳完成付款 #Capture
318
+ card_code: 信用卡驗證碼 #"Card Code"
319
+ card_details: 信用卡資料 #"Card details"
320
+ card_number: 信用卡卡號 #"Card Number"
321
+ card_type_is: 信用卡類型 #Card type is
322
+ cart: 購物車 #Cart
323
+ categories: 分類 #Categories
324
+ category: 分類 #Category
325
+ change: 更改 #Change
326
+ change_language: 更改語言 #"Change Language"
327
+ change_my_password: 更改密碼 #"Change my password"
328
+ charge_total: 更改總金額 #Charge Total
329
+ charged: 已更改 #Charged
330
+ charges: 更改 #Charges
331
+ checkout: 結帳 #Checkout
332
+ cheque: 支票 #Cheque
333
+ city: 城市 #City
334
+ clone: 複製 #Clone
335
+ code: 編碼
336
+ combine: 合併 #Combine
337
+ complete: 完成 #complete
338
+ complete_list: 完整列表 #"Complete List"
339
+ configuration: 偏好設定 #Configuration
340
+ configuration_options: 偏好設定選項 #"Configuration Options"
341
+ configurations: 偏好設定 #Configurations
342
+ configure_s3: "Configure S3"
343
+ configured: 已完成設定 #Configured
344
+ confirm: 確認 #Confirm
345
+ confirm_delete: 確認刪除 #"Confirm Deletion"
346
+ confirm_password: 確認密碼 #"Password Confirmation"
347
+ continue: 繼續 #Continue
348
+ continue_shopping: 繼續購物 #"Continue shopping"
349
+ copy_all_mails_to: Copy All Mails To
350
+ cost_price: 成本價格 #"Cost Price"
351
+ count_of_reduced_by: "count of '%{name}' reduced by %{count}"
352
+ country: 國家 #Country
353
+ country_based: #"Country Based"
354
+ coupon: 促銷代碼
355
+ coupon_code: 促銷代碼
356
+ coupon_code_applied: The coupon code was successfully applied to your order.
357
+ create: 建立 #Create
358
+ create_a_new_account: 建立新帳號 #"Create a new account"
359
+ create_user_account: 建立使用者帳號 #Create User Account
360
+ created_successfully: 建立完成 #"Created Successfully"
361
+ credit: 額度 #Credit
362
+ credit_card: 信用卡 #"Credit Card"
363
+ credit_card_capture_complete: 信用卡付款完成
364
+ credit_card_payment: 信用卡付款 #"Credit Card Payment"
365
+ credit_cards: Credit Cards
366
+ credit_owed: "Credit Owed"
367
+ credit_total: Credit Total
368
+ credits: 額度 #Credits
369
+ currency: Currency
370
+ currency_settings: "Currency Settings"
371
+ currency_symbol_position: "Put currency symbol before or after dollar amount?"
372
+ current: 目前的 #Current
373
+ customer: 客戶 #Customer
374
+ customer_details: 客戶資料 #"Customer Details"
375
+ customer_details_updated: 客戶資料更新完成
376
+ customer_search: 搜尋客戶 #"Customer Search"
377
+ cut: Cut
378
+ date_completed: Date Completed
379
+ date_created: 建立日期 #Date created
380
+ date_range: 日期範圍 #"Date Range"
381
+ debit: Debit
382
+ default: 預設 #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: 刪除 #Delete
390
+ delivery: 抵達 #Delivery
391
+ depth: 深 #Depth
392
+ description: 描述 #Description
393
+ destroy: 刪除 #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: 顯示 #Display
399
+ display_currency: "Display currency"
400
+ dollar_amounts_displayed_as: "Dollar amounts displayed as %{example}"
401
+ edit: 編輯 #Edit
402
+ edit_general_settings: 編輯一般設定 #"Edit General Settings"
403
+ editing_billing_integration: Editing Billing Integration
404
+ editing_category: 編輯分類 #"Editing Category"
405
+ editing_mail_method: 編輯 Email 寄送設定 #Editing Mail Method
406
+ editing_option_type: 編輯選項類型 #"Editing Option Type"
407
+ editing_option_types: 編輯選項類型 #"Editing Option Types"
408
+ editing_payment_method: 編輯付費方式 #Editing Payment Method
409
+ editing_product: 編輯商品 #"Editing Product"
410
+ editing_product_group: 編輯商品集 #"Editing Product Group"
411
+ editing_promotion: 編輯促銷方案
412
+ editing_property: 編輯屬性 #"Editing Property"
413
+ editing_prototype: 編輯原型 #"Editing Prototype"
414
+ editing_shipping_category: 編輯出貨類型 #"Editing Shipping Category"
415
+ editing_shipping_method: 編輯出貨方式 #"Editing Shipping Method"
416
+ editing_state: 州, 省, 日本県, 台灣縣市 #"Editing State"
417
+ editing_tax_category: 編輯課稅類型 #"Editing Tax Category"
418
+ editing_tax_rate: 編輯稅率 #"Editing Tax Rate"
419
+ editing_tracker: Editing Tracker
420
+ editing_user: 編輯使用者 #"Editing User"
421
+ editing_zone: 編輯區域 #"Editing Zone"
422
+ email: Email
423
+ email_address: Email #"Email Address"
424
+ email_server_settings_description: 設定郵件伺服器 #"Set email server settings."
425
+ empty: 空 #"Empty"
426
+ empty_cart: 清空購物車 #"Empty Cart"
427
+ enable_login_via_login_password: 使用Email與密碼 #"Use standard email/password"
428
+ enable_login_via_openid: 使用 OpenID #"Use OpenID instead"
429
+ enable_mail_delivery: 啟用 Email 寄送功能 #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: 請確實依照卡面進行輸入 #Please enter exactly as shown on the card
433
+ enter_password_to_confirm: (我們需要你現在的密碼以確保你的更變) #"(we need your current password to confirm your changes)"
434
+ enter_token: Enter Token
435
+ environment: 環境 #"Environment"
436
+ error: 錯誤 #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 個錯誤發生使得這筆資料無法被儲存 #"1 error prohibited this record from being saved"
445
+ other: 有 %{count} 個錯誤發生使得這筆資料無法被儲存 #"%{count} errors prohibited this record from being saved"
446
+ event: 觸發事件 #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: 既有的客戶 #"Existing Customer"
461
+ expiration: 過期
462
+ expiration_month: 過期月份
463
+ expiration_year: 過期年份
464
+ expiry: 限制條件
465
+ extension: 擴展
466
+ extensions: 擴展
467
+ filename: 檔案名稱 #Filename
468
+ final_confirmation: 最後確認 #"Final Confirmation"
469
+ finalize: 完成
470
+ finalized_payments: 已付款商品
471
+ first_item: 第一項商品價格 #First Item Cost
472
+ first_name: 名 #"First Name"
473
+ first_name_begins_with: "First Name Begins With"
474
+ flat_percent: 固定比例 #"Flat Percent"
475
+ flat_rate_amount: 金額 #Amount
476
+ flat_rate_per_item: 固定金額(每商品) #"Flat Rate (per item)"
477
+ flat_rate_per_order: 固定金額(單一訂單) #"Flat Rate (per order)"
478
+ flexible_rate: 變動金額 #"Flexible Rate"
479
+ forgot_password: 忘記密碼 #"Forgot Password?"
480
+ free_shipping: 免運費
481
+ from_state: 原狀態
482
+ front_end: 前端
483
+ full_name: 全名 #"Full Name"
484
+ gateway: Gateway
485
+ gateway_config_unavailable: "Gateway unavailable for environment"
486
+ gateway_configuration: "Gateway configuration"
487
+ gateway_error: "Gateway Error"
488
+ gateway_setting_description: "Select a payment gateway and configure its settings."
489
+ gateway_settings_warning: "If you are changing the gateway type, you must save first before you can edit the gateway settings"
490
+ general: 一般 #"General"
491
+ general_settings: 一般設定 #"General Settings"
492
+ general_settings_description: 設定購物車的一般設定 #"Configure general Spree settings."
493
+ google_analytics: "Google Analytics"
494
+ google_analytics_active: 啟用 #"Active"
495
+ google_analytics_create: 建立新的 Google Analytics 帳號 #"Create New Google Analytics Account"
496
+ google_analytics_id: "Analytics ID"
497
+ google_analytics_new: 新 Google Analytics 帳號 #"New Google Analytics Account"
498
+ google_analytics_setting_description: 管理 Google Analytics ID #"Manage Google Analytics ID."
499
+ guest_checkout: 訪客結帳 #Guest Checkout
500
+ guest_user_account: 訪客帳戶 #Checkout as a Guest
501
+ has_no_shipped_units: 不需出貨 #has no shipped units
502
+ height: 高 #Height
503
+ hello_user: 用戶你好
504
+ history: 歷程 #History
505
+ home: 家 #"Home"
506
+ icon: 圖示
507
+ icons_by: "Icons by"
508
+ image: 圖片 #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: 圖片 #Images
514
+ images_for: "Images for"
515
+ in_progress: 處理中 #"In Progress"
516
+ include_in_shipment: 包涵在配送 #Include in Shipment
517
+ included_in_other_shipment: 包涵在其他配送 #Included in another Shipment
518
+ included_in_price: Included in Price
519
+ included_in_this_shipment: 包涵在本次配送 #Included in this Shipment
520
+ included_price_validation: "cannot be selected unless you have set a Default Tax Zone"
521
+ instructions_to_reset_password: 請填寫如下表格來重置你的密碼,重置後的密碼會通過電子郵件發送給您 #"Fill out the form below and instructions to reset your password will be emailed to you:"
522
+ insufficient_stock: "Insufficient stock available, only %{on_hand} remaining"
523
+ integration_settings_warning: 如果您正在修改付款集成設置,您必須在編輯集成設置之前進行保存 #"If you are changing the billing integration, you must save first before you can edit the integration settings"
524
+ intercept_email_address: #Intercept Email Address
525
+ intercept_email_instructions: #"Override email recipient and replace with this address."
526
+ invalid_search: 不合法的查詢條件 #"Invalid search criteria."
527
+ inventory: 庫存 #Inventory
528
+ inventory_adjustment: 庫存調整 #"Inventory Adjustment"
529
+ inventory_setting_description: 庫存設定, 預購, 是否顯示沒有庫存的商品.. #"Inventory Configuration, Backordering, Zero-Stock Display."
530
+ inventory_settings: 庫存設定 #"Inventory Settings"
531
+ is_not_available_to_shipment_address: 沒有可用的出貨地址 #is not available to shipment address
532
+ issue_number: #Issue Number
533
+ item: 商品 #Item
534
+ item_description: 商品描述 #"Item Description"
535
+ item_total: 商品總價 #"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: 姓 #"Last Name"
543
+ last_name_begins_with: #"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: 類型列表 #"Listing Categories"
548
+ listing_option_types: 商品選項類型列表 #"Listing Option Types"
549
+ listing_orders: 訂單列表 #"Listing Orders"
550
+ listing_product_groups: 商品集列表
551
+ listing_products: 商品列表
552
+ listing_reports: 報告列表 #"Listing Reports"
553
+ listing_tax_categories: 稅別列表
554
+ listing_users: 使用者列表 #"Listing Users"
555
+ live: #"Live"
556
+ loading: 載入中 #Loading
557
+ locale_changed: 語系已變更 #"Locale Changed"
558
+ logged_in_as: 目前帳號 #"Logged in as"
559
+ logged_in_succesfully: 登入成功 #"Logged in successfully"
560
+ logged_out: 你已經完成登出 #"You have been logged out."
561
+ login: 登入 #Login
562
+ login_as_existing: 用戶登入 #"Log In as Existing Customer"
563
+ login_failed: 登入認証失敗 #"Login authentication failed."
564
+ login_name: 使用者名稱 #Login
565
+ logout: 登出 #Logout
566
+ look_for_similar_items: 瀏覽相似的商品 #Look for similar items
567
+ maestro_or_solo_cards: Maestro/Solo cards
568
+ mail_delivery_enabled: 郵件寄送功能已啟用 #"Mail delivery is enabled"
569
+ mail_delivery_not_enabled: 郵件寄送功能已關閉 #"Mail delivery is not enabled"
570
+ mail_methods: EMail 寄送方式 #Mail Methods
571
+ mail_server_preferences: 郵件伺服器設定 #Mail Server Preferences
572
+ make_refund: #Make refund
573
+ mark_shipped: #"Mark Shipped"
574
+ master_price: 主要定價 #"Master Price"
575
+ match_choices:
576
+ all: "All"
577
+ none: "None"
578
+ one: "One"
579
+ match_rule: "Products That Must Match:"
580
+ max_items: #Max Items
581
+ meta_description: #"Meta Description"
582
+ meta_keywords: #"Meta Keywords"
583
+ metadata: #"Metadata"
584
+ minimal_amount: #"Minimal Amount"
585
+ missing_required_information: 缺少必須的資訊 #"Missing Required Information"
586
+ month: 月 #"Month"
587
+ more: More
588
+ my_account: 我的帳戶 #"My Account"
589
+ my_orders: 我的訂單 #"My Orders"
590
+ name: 名稱 #Name
591
+ name_or_sku: 商品名稱或編號 #"Name or SKU"
592
+ new: 新增 #New
593
+ new_adjustment: 新增訂單項目 #"New Adjustment"
594
+ new_billing_integration: #New Billing Integration
595
+ new_category: 新增分類 #"New category"
596
+ new_customer: 新增客戶 #"New Customer"
597
+ new_group: New Group
598
+ new_image: 新增圖片 #"New Image"
599
+ new_mail_method: 新增Email寄送方式 #New Mail Method
600
+ new_option_type: 新增商品選項類型 #"New Option Type"
601
+ new_option_value: 新增商品選項 #"New Option Value"
602
+ new_order: 新增訂單 #"New Order"
603
+ new_order_completed: 新增訂單完成 #"New Order Completed"
604
+ new_payment: 新增付費紀錄 #"New Payment"
605
+ new_payment_method: 新增付費方式 #New Payment Method
606
+ new_product: 新增商品 #"New Product"
607
+ new_product_group: 新增商品集 #New Product Group
608
+ new_promotion: 新增促銷方案 #New Promotion
609
+ new_property: 新增商品屬性 #"New Property"
610
+ new_prototype: 新增商品原型 #"New Prototype"
611
+ new_return_authorization: 新增退貨資料 #New Return Authorization
612
+ new_shipment: 新增出貨資料 #"New Shipment"
613
+ new_shipping_category: 新增出貨類型 #"New Shipping Category"
614
+ new_shipping_method: 新增出貨方式 #"New Shipping Method"
615
+ new_state: 新增省份 #"New State"
616
+ new_tax_category: 新增課稅分類 #"New Tax Category"
617
+ new_tax_rate: 新增稅率 #"New Tax Rate"
618
+ new_taxon: 新增分類 #"New Taxon"
619
+ new_taxonomy: 新增分類 #"New Taxonomy"
620
+ new_tracker: #New Tracker
621
+ new_user: 新增使用者 #"New User"
622
+ new_variant: 新增系列型號 #"New Variant"
623
+ new_zone: 新增區域 #"New Zone"
624
+ next: 下一頁 #Next
625
+ no: "No"
626
+ no_items_in_cart: 購物車中沒有商品
627
+ no_match_found: 找不到匹配的內容 #"No Match Found"
628
+ no_products_found: 找不到商品 #"No products found"
629
+ no_results: #"No results"
630
+ no_rules_added: No rules added
631
+ no_user_found: 找不到使用該電子郵件的使用者帳號 #"No user was found with that email address"
632
+ none: 沒有
633
+ none_available: 沒有可用的
634
+ normal_amount: #"Normal Amount"
635
+ not: 不 #not
636
+ not_available: "N/A"
637
+ not_found: "%{resource} is not found"
638
+ not_shown: #"Not Shown"
639
+ note: 附註 #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: 庫存 #"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: 操作 #Operation
651
+ option_type: 商品選項類型 #"Option Type"
652
+ option_types: 商品選項類型 #"Option Types"
653
+ option_value: 商品選項 #"Option Value"
654
+ option_values: 商品選項 #"Option Values"
655
+ options: 選項 #Options
656
+ or: 或 #or
657
+ or_over_price: "%{price} or over"
658
+ order: 訂單 #Order
659
+ order_adjustments: "Order adjustments"
660
+ order_confirmation_note: 訂單確認備註
661
+ order_date: 訂單日期 #"Order Date"
662
+ order_details: 訂單資料 #"Order Details"
663
+ order_email_resent: 重新發送了訂單郵件 #"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: 這個訂單號在系統中是不合法的 #That order number is not valid on this site.
681
+ order_number: 訂單編號 #Order
682
+ order_operation_authorize: 認證 #Authorize
683
+ order_processed_but_following_items_are_out_of_stock: 您的訂單已被接收,但以下幾項商品已經缺貨
684
+ order_processed_successfully: 您的訂單已被接收
685
+ order_state:
686
+ address: 地址 #address
687
+ adjustments: #adjustments
688
+ awaiting_return: 等待寄回
689
+ canceled: 取消 #canceled
690
+ cart: 購物車 #cart
691
+ complete: 完成 #complete
692
+ confirm: 確認 #confirm
693
+ delivery: 寄送方式 #delivery
694
+ payment: 付款 #payment
695
+ resumed: Resumed #resumed
696
+ returned: 己寄回 #Returned
697
+ skrill: skrill
698
+ order_summary: #Order Summary
699
+ order_sure_want_to: 您確定您想要%{event}這個訂單嗎? #"Are you sure you want to %{event} this order?"
700
+ order_total: 總金額 #"Order Total"
701
+ order_total_message: 您的卡上一共會支付 #"The total amount charged to your card will be"
702
+ order_updated: 訂單已更新 #"Order Updated"
703
+ orders: 訂單 #Orders
704
+ other_payment_options: 其他付款選項 #Other Payment Options
705
+ out_of_stock: 缺貨中 #"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: 已付款 #Paid
715
+ parent_category: 父分類 #"Parent Category"
716
+ password: 密碼 #Password
717
+ password_reset_instructions: 密碼重置嚮導 #"Password Reset Instructions"
718
+ password_reset_instructions_are_mailed: 如何重置密碼的步驟已經通過電子郵件發送給您,請檢查您的電子郵件 #"Instructions to reset your password have been emailed to you. Please check your email."
719
+ password_reset_token_not_found: 對不起,我們無法找到您的帳號。如果您遇到問題,請嘗試從您的電子郵件中重新複製 URL 到瀏覽器中,或者重新進行重置密碼的步驟 #"We're sorry, but we could not locate your account. If you are having issues try copying and pasting the URL from your email into your browser or restarting the reset password process."
720
+ password_updated: 密碼更新成功 #"Password successfully updated"
721
+ paste: Paste
722
+ path: 路徑 #Path
723
+ pay: 付款 #pay
724
+ payment: 付款 #Payment
725
+ payment_actions: 金流操作 #"Actions"
726
+ payment_gateway: 金流 #"Payment Gateway"
727
+ payment_information: 付費資訊 #"Payment Information"
728
+ payment_method: 付費方式 #Payment Method
729
+ payment_methods: 付費方式 #Payment Methods
730
+ payment_methods_setting_description: #Configure methods customers can use to pay.
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: 付費資料已更新 #Payment Updated
746
+ payments: 付費資料 #Payments
747
+ pending_payments: #Pending Payments
748
+ percent_per_item: Percent Per Item
749
+ permalink: 永久連結 #Permalink
750
+ phone: 電話 #Phone
751
+ place_order: #Place Order
752
+ please_create_user: #"Please create a user account"
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: #Presentation
757
+ preview: 預覽 #Preview
758
+ previous: #Previous
759
+ price: 價格 #Price
760
+ price_range: Price Range
761
+ price_sack: Price Sack
762
+ problem_authorizing_card: #"Problem authorizing credit card"
763
+ problem_capturing_card: #"Problem capturing credit card"
764
+ problems_processing_order: #"We had problems processing your order"
765
+ proceed_as_guest: #"No Thanks, Proceed as Guest"
766
+ process: #Process
767
+ product: #Product
768
+ product_details: 商品資料 #"Product Details"
769
+ product_group: 商品集 #Product Group
770
+ product_group_invalid: #Product Group has invalid scopes
771
+ product_groups: 商品集 #Product Groups
772
+ product_has_no_description: #This product has no description
773
+ product_properties: 商品屬性 #"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: 商品名稱(順排 A->Z) #Ascend by product name
799
+ ascend_by_updated_at:
800
+ name: 商品更新時間(舊->新) #Ascend by actualization date
801
+ descend_by_name:
802
+ name: 商品名稱(逆排 Z->A) #Descend by product name
803
+ descend_by_updated_at:
804
+ name: 商品更新時間(新->舊) #Descend by actualization date
805
+ in_name:
806
+ args:
807
+ words: Words
808
+ description: 用逗號或是空格分開 #"(separated by space or comma)"
809
+ name: "Product name have following"
810
+ sentence: product name contain <em>%s</em>
811
+ in_name_or_description:
812
+ args:
813
+ words: Words
814
+ description: 用逗號或是空格分開 #"(separated by space or comma)"
815
+ name: "Product name or description have following"
816
+ sentence: name or description contain <em>%s</em>
817
+ in_name_or_keywords:
818
+ args:
819
+ words: 單詞
820
+ description: 用逗號或是空格分開 #"(separated by space or comma)"
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: Amount
832
+ description: ""
833
+ name: 默認價格大於等於
834
+ sentence: 價格大於等於 <em>%.2f</em>
835
+ master_price_lte:
836
+ args:
837
+ amount: Amount
838
+ description: ""
839
+ name: 默認價格小於等於
840
+ sentence: 價格小於等於 <em>%.2f</em>
841
+ price_between:
842
+ args:
843
+ high: 高 #High
844
+ low: 低 #Low
845
+ description: ""
846
+ name: 價格範圍 #"Price between"
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: "Selects all products that have at least one variant that have specified value as either option or property (eg. red)"
858
+ name: With value
859
+ sentence: with value <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: 商品 #Products
893
+ products_with_zero_inventory_display: "無庫存商品%{not}顯示" #"Products with a zero inventory will %{not} be displayed"
894
+ promotion: 促銷方案 #Promotion
895
+ promotion_action: Promotion Action
896
+ promotion_action_types:
897
+ create_adjustment:
898
+ description: 增加一筆促銷用的價格調整
899
+ name: 增加價格調整
900
+ create_line_items:
901
+ description: 增加特定商品到訂單中
902
+ name: 增加訂單商品
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: 使用者的第 1 筆訂單
916
+ name: 第 1 筆訂單
917
+ item_total:
918
+ description: 商品總價符合條件
919
+ name: 商品總價
920
+ landing_page:
921
+ description: Customer must have visited the specified page
922
+ name: Landing Page
923
+ product:
924
+ description: 訂單中包含特定商品
925
+ name: 商品
926
+ user:
927
+ description: 符合特定使用者
928
+ name: 使用者
929
+ user_logged_in:
930
+ description: 網站已註冊的使用者
931
+ name: 已註冊使用者登入
932
+ promotions: 促銷方案 #Promotions
933
+ promotions_description: Manage offers and coupons with promotions
934
+ properties: 屬性 #Properties
935
+ property: 屬性 #Property
936
+ prototype: 原型 #Prototype
937
+ prototypes: 原型 #Prototypes
938
+ provider: 供應商 #"Provider"
939
+ provider_settings_warning: 如果您正在修改提供者類型,您需要在編輯提供者設置之前先保存。#"If you are changing the provider type, you must save first before you can edit the provider settings"
940
+ qty: 數量 #Qty
941
+ quantity_returned: 退貨數量 #Quantity Returned
942
+ quantity_shipped: 出貨數量 #Quantity Shipped
943
+ range: 範圍 #"Range"
944
+ rate: 費率 #Rate
945
+ reason: 理由 #Reason
946
+ recalculate_order_total: 重算訂單金額 #"Recalculate order total"
947
+ receive: 收到
948
+ received: 已收到 #Received
949
+ refund: 退款 #Refund
950
+ register: 註冊新用戶 #Register as a New User
951
+ register_or_guest: #Checkout as Guest or Register
952
+ registration: 註冊 #Registration
953
+ remember_me: 記住我 #"Remember me"
954
+ remove: 移除 #Remove
955
+ rename: Rename
956
+ reports: 報告 #Reports
957
+ required_for_solo_and_maestro: #Required for Solo and Maestro cards.
958
+ resend: 重寄 #Resend
959
+ resend_confirmation_instructions: #"Resend confirmation instructions"
960
+ resend_unlock_instructions: #"Resend unlock instructions"
961
+ reset_password: 重設密碼 #"Reset my password"
962
+ resource_controller:
963
+ member_object_not_found: 無法找到成員物件 #"Member object not found."
964
+ successfully_created: "建立成功!" #"Successfully created!"
965
+ successfully_removed: "移除成功!" #"Successfully removed!"
966
+ successfully_updated: "更新成功!" #"Successfully updated!"
967
+ response_code: #"Response Code"
968
+ resume: 恢復 #"resume"
969
+ resumed: 已恢復 #Resumed
970
+ return: 退回 #return
971
+ return_authorization: 退貨資料 #Return Authorization
972
+ return_authorization_updated: 退貨資料已更新 #Return authorization updated
973
+ return_authorizations: 退貨資料 #Return Authorizations
974
+ return_quantity: 退貨數量 #Return Quantity
975
+ returned: 已退回 #Returned
976
+ review: Review
977
+ rma_credit: #RMA Credit
978
+ rma_number: #RMA Number
979
+ rma_value: #RMA Value
980
+ roles: 角色 #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: #"Sales Tax"
990
+ sales_total: #"Sales Total"
991
+ sales_total_description: #"Sales Total For All Orders"
992
+ save_and_continue: 儲存後繼續 #Save and Continue
993
+ save_preferences: 儲存設定 #Save Preferences
994
+ scope: 範圍 #Scope
995
+ scopes: 範圍 #Scopes
996
+ search: 搜尋 #Search
997
+ search_results: "'#{keywords}' 的搜尋結果" #"Search results for '%{keywords}'"
998
+ searching: 搜尋中 #Searching
999
+ secure_connection_type: 安全連線類型 #Secure Connection Type
1000
+ secure_credit_card: Secure Credit Card
1001
+ security_settings: "Security Settings"
1002
+ select: 選擇 #Select
1003
+ select_from_prototype: 從商品原型選擇 #"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: 伺服器 #Server
1011
+ server_error: 伺服器回傳了錯誤訊息 #"The server returned an error"
1012
+ settings: 設定 #Settings
1013
+ ship: 出貨 #ship
1014
+ ship_address: 出貨地址 #"Ship Address"
1015
+ shipment: 出貨資料 #Shipment
1016
+ shipment_details: 出貨資料 #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: 出貨單編號 #"Shipment #"
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: 出貨資料已更新 #Shipment Updated
1035
+ shipments: 出貨資料 #"Shipments"
1036
+ shipped: 已寄出 #Shipped
1037
+ shipping: 運費 #Shipping
1038
+ shipping_address: 出貨地址 #"Shipping Address"
1039
+ shipping_categories: 出貨分類 #"Shipping Categories"
1040
+ shipping_categories_description: #"Manage shipping categories to identify which products can be shipped via which method."
1041
+ shipping_category: 出貨分類 #Shipping Category
1042
+ shipping_category_choose: "Shipping Category"
1043
+ shipping_cost: 運費 #Cost
1044
+ shipping_error: 配送錯誤#"Shipping Error"
1045
+ shipping_instructions: 配送嚮導 #"Shipping Instructions"
1046
+ shipping_method: 出貨方式 #"Shipping Method"
1047
+ shipping_methods: 出貨方式 #"Shipping Methods"
1048
+ shipping_methods_description: 管理出貨方式 #"Manage shipping methods."
1049
+ shipping_total: 運費 #"Shipping Total"
1050
+ shop_by_taxonomy: "依照%{taxonomy}排序" #"Shop by %{taxonomy}"
1051
+ shopping_cart: 購物車
1052
+ short_description: "Short description"
1053
+ show: 顯示
1054
+ show_active: 顯示使用中的資料
1055
+ show_deleted: 顯示被刪除的資料 #"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: 註冊 #"Sign up"
1062
+ site_name: 網站名稱 #"Site Name"
1063
+ site_url: 網址 #"Site URL"
1064
+ sku: 商品編號 #SKU
1065
+ smtp: #SMTP
1066
+ smtp_authentication_type: #SMTP Authentication Type
1067
+ smtp_domain: #SMTP Domain
1068
+ smtp_mail_host: #SMTP Mail Host
1069
+ smtp_password: #SMTP Password
1070
+ smtp_port: #SMTP Port
1071
+ smtp_send_all_emails_as_from_following_address: #"Send all mails as from the following address."
1072
+ smtp_send_copy_to_this_addresses: #"Sends a copy of all outgoing mails to this address. For multiple addresses, separate with commas."
1073
+ smtp_username: #SMTP Username
1074
+ sold: #Sold
1075
+ sort_ordering: 排序規則 #"Sort ordering"
1076
+ special_instructions: #"Special Instructions"
1077
+ spree:
1078
+ spree/order:
1079
+ coupon_code: Coupon Code
1080
+ date: 日期 #Date
1081
+ date_picker:
1082
+ format: 'yy/mm/dd'
1083
+ time: 時間 #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: 開始 #Start
1095
+ start_date: 有效期開始 #Valid from
1096
+ state: 省份 #State
1097
+ state_based: #"State Based"
1098
+ state_setting_description: 管理每個國家的省份列表。 #"Administer the list of states/provinces associated with each country."
1099
+ states: 省份 #States
1100
+ status: 狀態 #Status
1101
+ stop: 停止 #Stop
1102
+ store: 商店 #Store
1103
+ street_address: 地址 #"Street Address"
1104
+ street_address_2: 地址(繼續) #"Street Address (cont'd)"
1105
+ subtotal: 小計 #Subtotal
1106
+ subtract: 減去 #Subtract
1107
+ successfully_created: "建立%{resource}成功!" #"%{resource} has been successfully created!"
1108
+ successfully_removed: "刪除%{resource}成功!" #"%{resource} has been successfully removed!"
1109
+ successfully_updated: "更新%{resource}成功!" #"%{resource} has been successfully updated!"
1110
+ system: 系統 #System
1111
+ tax: 稅 #Tax
1112
+ tax_categories: 課稅類別 #"Tax Categories"
1113
+ tax_categories_setting_description: 設定繳稅分類以確定哪些商品是需要繳稅的。 #"Set up tax categories to identify which products should be taxable."
1114
+ tax_category: 課稅類別 #"Tax Category"
1115
+ tax_rates: 稅率 #"Tax Rates"
1116
+ tax_rates_description: 設定與配置稅率
1117
+ tax_settings: 課稅設置
1118
+ tax_settings_description: 基本課稅設置
1119
+ tax_total: 課稅總額
1120
+ tax_type: 課稅類型
1121
+ taxon: 分類 #Taxon
1122
+ taxon_edit: 編輯分類 #Edit Taxon
1123
+ taxonomies: 分類 #Taxonomies
1124
+ taxonomies_setting_description: 管理分類 #"Create and manage taxonomies."
1125
+ taxonomy: Taxonomy
1126
+ taxonomy_edit: 編輯分類 #"Edit taxonomy"
1127
+ taxonomy_tree_error: "請求的變更沒有被接受,樹會恢復到之前的狀態,請重新嘗試。"
1128
+ taxonomy_tree_instruction: "* 右鍵單擊一個樹的子結點以訪問添加、刪除或排序字節點的菜單。"
1129
+ taxons: 分類 #Taxons
1130
+ test: 測試 #"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: 測試模式 #Test Mode
1137
+ thank_you_for_your_order: #"Thank you for your business. Please print out a copy of this confirmation page for your records."
1138
+ there_were_problems_with_the_following_fields: #"There were problems with the following fields"
1139
+ this_file_language: #"English (US)"
1140
+ thumbnail: 縮圖 #"Thumbnail"
1141
+ to_add_variants_you_must_first_define: #"To add variants, you must first define"
1142
+ to_state: 新狀態 #"To State"
1143
+ total: 總金額 #Total
1144
+ tracking: 物流追蹤碼 #Tracking
1145
+ transaction: 交易 #Transaction
1146
+ transactions: 交易 #Transactions
1147
+ tree: 樹 #Tree
1148
+ try_again: 再試一次 #"Try Again"
1149
+ type: 類型 #Type
1150
+ type_to_search: #Type to search
1151
+ unable_ship_method: #"Unable to generate shipping methods due to a server error."
1152
+ unable_to_authorize_credit_card: #"Unable to Authorize Credit Card"
1153
+ unable_to_capture_credit_card: #"Unable to Capture Credit Card"
1154
+ unable_to_connect_to_gateway: #"Unable to connect to gateway."
1155
+ unable_to_save_order: #"Unable to Save Order"
1156
+ under_paid: #"Under Paid"
1157
+ under_price: "Under %{price}"
1158
+ unrecognized_card_type: #Unrecognized card type
1159
+ update: 更新 #Update
1160
+ update_password: #"Update my password and log me in"
1161
+ updated_successfully: #"Updated Successfully"
1162
+ updating: 更新中 #Updating
1163
+ usage_limit: 使用次數限制 #Usage Limit
1164
+ use_as_shipping_address: 使用出貨地址 #Use as Shipping Address
1165
+ use_billing_address: 使用帳單地址 #Use Billing Address
1166
+ use_different_shipping_address: #"Use Different Shipping Address"
1167
+ use_new_cc: 使用新卡 #"Use a new card"
1168
+ use_s3: "Use Amazon S3 For Images"
1169
+ user: 使用者 #User
1170
+ user_account: 使用者帳戶 #User Account
1171
+ user_created_successfully: 建立使用者成功 #"User created successfully"
1172
+ user_rule:
1173
+ choose_users: 選擇使用者
1174
+ users: 使用者 #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: #"cannot be less than the number of 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: #"is too large -- stock on hand cannot cover requested quantity!"
1181
+ must_be_int: #"must be an integer"
1182
+ must_be_non_negative: #"must be a non-negative value"
1183
+ value: 值
1184
+ variant: Variant
1185
+ variants: 系列型號 #Variants
1186
+ vat: #"VAT"
1187
+ version: 版本 #Version
1188
+ view_shipping_options: 檢視運送選項 #"View shipping options"
1189
+ void: 無效 #Void
1190
+ website: 網站 #Website
1191
+ weight: 重 #Weight
1192
+ welcome_to_sample_store: #"Welcome to the sample store"
1193
+ what_is_a_cvv: #"What is a (CVV) Credit Card Code?"
1194
+ what_is_this: 這是什麼?
1195
+ whats_this: 這是什麼?
1196
+ width: 寬 #Width
1197
+ year: 年 #"Year"
1198
+ yes: "Yes"
1199
+ you_have_been_logged_out: 你已登出 #"You have been logged out."
1200
+ you_have_no_orders_yet: 您還沒有任何訂單
1201
+ your_cart_is_empty: 購物車是空的
1202
+ zip: 郵遞區號
1203
+ zone: 區域 #Zone
1204
+ zone_based: #"Zone Based"
1205
+ zone_setting_description: 在各種計算中使用到的國家、省份、區域
1206
+ zones: 區域 #Zones