spree_i18n 5.3.2 → 5.3.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +28 -32
- data/Rakefile +11 -16
- data/config/locales/ar.yml +2041 -294
- data/config/locales/be.yml +1769 -79
- data/config/locales/bg.yml +1705 -46
- data/config/locales/ca.yml +1727 -3
- data/config/locales/cs.yml +1785 -48
- data/config/locales/da.yml +1722 -9
- data/config/locales/de-CH.yml +1773 -3
- data/config/locales/de.yml +1490 -58
- data/config/locales/el.yml +1645 -12
- data/config/locales/en-AU.yml +1726 -2
- data/config/locales/en-GB.yml +1725 -5
- data/config/locales/en-IN.yml +1725 -3
- data/config/locales/en-NZ.yml +1726 -2
- data/config/locales/es-CL.yml +1713 -54
- data/config/locales/es-EC.yml +1728 -8
- data/config/locales/es-MX.yml +1732 -9
- data/config/locales/es.yml +1563 -147
- data/config/locales/et.yml +1747 -5
- data/config/locales/fa.yml +2013 -89
- data/config/locales/fi.yml +1708 -3
- data/config/locales/fr.yml +1515 -93
- data/config/locales/hu.yml +1726 -5
- data/config/locales/id.yml +1731 -6
- data/config/locales/it.yml +1768 -66
- data/config/locales/ja.yml +2399 -661
- data/config/locales/km.yml +1774 -68
- data/config/locales/ko.yml +2071 -288
- data/config/locales/ku.yml +1725 -5
- data/config/locales/lt.yml +1641 -12
- data/config/locales/lv.yml +1744 -16
- data/config/locales/nb.yml +1561 -99
- data/config/locales/ne.yml +1729 -7
- data/config/locales/nl.yml +1728 -24
- data/config/locales/pl.yml +1560 -79
- data/config/locales/pt-BR.yml +1634 -63
- data/config/locales/pt.yml +1787 -4
- data/config/locales/ro.yml +1755 -32
- data/config/locales/ru.yml +2799 -1112
- data/config/locales/sk.yml +2002 -269
- data/config/locales/sl-SI.yml +1778 -8
- data/config/locales/sv.yml +1576 -120
- data/config/locales/th.yml +2473 -745
- data/config/locales/tr.yml +1922 -134
- data/config/locales/uk.yml +1538 -195
- data/config/locales/vi.yml +1875 -136
- data/config/locales/zh-CN.yml +2631 -928
- data/config/locales/zh-TW.yml +1600 -110
- data/lib/spree_i18n/version.rb +3 -9
- metadata +39 -40
- data/.github/dependabot.yml +0 -7
- data/.gitignore +0 -22
- data/.rspec +0 -3
- data/.rubocop.yml +0 -7
- data/.travis.yml +0 -44
- data/Appraisals +0 -9
- data/CONTRIBUTING.md +0 -81
- data/Gemfile +0 -6
- data/bin/rails +0 -7
- data/gemfiles/spree_4_2.gemfile +0 -8
- data/gemfiles/spree_master.gemfile +0 -8
- data/spec/features/russian_errors_translation_spec.rb +0 -16
- data/spec/features/translation_spec.rb +0 -46
- data/spec/spec_helper.rb +0 -10
- data/spec/support/i18n.rb +0 -5
- data/spree_i18n.gemspec +0 -31
data/config/locales/zh-TW.yml
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
---
|
|
1
2
|
zh-TW:
|
|
2
3
|
activemodel:
|
|
3
4
|
errors:
|
|
@@ -7,9 +8,12 @@ zh-TW:
|
|
|
7
8
|
desired_shipment:
|
|
8
9
|
can_not_transfer_within_same_shipment: 無法使用一樣的運送方式
|
|
9
10
|
not_enough_stock_at_desired_location: 該地點無足夠的庫存
|
|
11
|
+
has_not_enough_stock_at_desired_location: 在所需的庫存地點沒有足夠的庫存
|
|
10
12
|
current_shipment:
|
|
11
13
|
has_already_been_shipped: 已寄出
|
|
12
14
|
can_not_have_backordered_inventory_units: 有沒有庫存的項目
|
|
15
|
+
messages:
|
|
16
|
+
blank: 不能為空白
|
|
13
17
|
activerecord:
|
|
14
18
|
attributes:
|
|
15
19
|
spree/address:
|
|
@@ -23,6 +27,7 @@ zh-TW:
|
|
|
23
27
|
phone: 電話號碼
|
|
24
28
|
state: 省/洲
|
|
25
29
|
zipcode: 郵遞區號
|
|
30
|
+
label: 地址名稱
|
|
26
31
|
spree/calculator/tiered_flat_rate:
|
|
27
32
|
preferred_base_amount: 最少數量
|
|
28
33
|
preferred_tiers: 分層
|
|
@@ -51,6 +56,8 @@ zh-TW:
|
|
|
51
56
|
spree/option_type:
|
|
52
57
|
name: 名稱
|
|
53
58
|
presentation: 描述
|
|
59
|
+
filterable: 可篩選
|
|
60
|
+
kind: 類型
|
|
54
61
|
spree/order:
|
|
55
62
|
checkout_complete: 訂單已完成
|
|
56
63
|
completed_at: 結帳日期
|
|
@@ -66,6 +73,8 @@ zh-TW:
|
|
|
66
73
|
special_instructions: 特別說明
|
|
67
74
|
state: 訂單狀態
|
|
68
75
|
total: 總計
|
|
76
|
+
internal_note: 內部備註
|
|
77
|
+
item_count: 商品
|
|
69
78
|
spree/order/bill_address:
|
|
70
79
|
address1: 帳單地址
|
|
71
80
|
city: 城市
|
|
@@ -99,6 +108,8 @@ zh-TW:
|
|
|
99
108
|
shipping_category: 寄送方式
|
|
100
109
|
tax_category: 稅金類別
|
|
101
110
|
less_than: 少於
|
|
111
|
+
make_active_at: 啟用時間
|
|
112
|
+
more_than: 多於
|
|
102
113
|
spree/promotion:
|
|
103
114
|
advertise: 廣告
|
|
104
115
|
code: 優惠代碼
|
|
@@ -143,6 +154,16 @@ zh-TW:
|
|
|
143
154
|
seo_title: 提供給搜尋引擎之標題
|
|
144
155
|
name: 網站名稱
|
|
145
156
|
mail_from_address: 寄件電子郵件地址
|
|
157
|
+
address: 地址
|
|
158
|
+
contact_phone: 聯絡電話
|
|
159
|
+
preferred_digital_asset_authorized_clicks: 下載點擊次數上限
|
|
160
|
+
preferred_digital_asset_authorized_days: 下載天數上限
|
|
161
|
+
preferred_limit_digital_download_count: 限制數位連結下載次數
|
|
162
|
+
preferred_limit_digital_download_days: 限制數位連結下載天數
|
|
163
|
+
seo_robots: SEO 爬蟲設定
|
|
164
|
+
storefront_custom_code_body_end: body 結束標籤前的自訂程式碼
|
|
165
|
+
storefront_custom_code_body_start: body 開始標籤後的自訂程式碼
|
|
166
|
+
storefront_custom_code_head: 頁面 head 中的自訂程式碼
|
|
146
167
|
spree/store_credit:
|
|
147
168
|
amount_used: 已使用金額
|
|
148
169
|
spree/store_credit_category:
|
|
@@ -158,12 +179,14 @@ zh-TW:
|
|
|
158
179
|
name: 名稱
|
|
159
180
|
permalink: 永久鏈結
|
|
160
181
|
position: 位置
|
|
182
|
+
sort_order: 排序順序
|
|
161
183
|
spree/taxonomy:
|
|
162
184
|
name: 名稱
|
|
163
185
|
spree/user:
|
|
164
186
|
email: Email
|
|
165
187
|
password: 密碼
|
|
166
188
|
password_confirmation: 確認密碼
|
|
189
|
+
avatar: 頭像
|
|
167
190
|
spree/variant:
|
|
168
191
|
cost_currency: 成本幣別
|
|
169
192
|
cost_price: 成本
|
|
@@ -176,6 +199,48 @@ zh-TW:
|
|
|
176
199
|
spree/zone:
|
|
177
200
|
description: 敘述
|
|
178
201
|
name: 名稱
|
|
202
|
+
spree/customer_group:
|
|
203
|
+
description: 說明
|
|
204
|
+
name: 名稱
|
|
205
|
+
spree/customer_return:
|
|
206
|
+
stock_location_id: 庫存地點
|
|
207
|
+
spree/gift_card:
|
|
208
|
+
amount_used: 已使用金額
|
|
209
|
+
expires_at: 到期時間
|
|
210
|
+
spree/import:
|
|
211
|
+
preferred_delimiter: 分隔符號
|
|
212
|
+
spree/import_mapping:
|
|
213
|
+
file_column: 檔案欄位
|
|
214
|
+
schema_field: 結構欄位
|
|
215
|
+
spree/import_row:
|
|
216
|
+
row_number: 編號
|
|
217
|
+
spree/invitation:
|
|
218
|
+
inviter: 邀請人
|
|
219
|
+
spree/metafield_definition:
|
|
220
|
+
namespace: 命名空間
|
|
221
|
+
spree/option_value:
|
|
222
|
+
color_code: 顏色代碼
|
|
223
|
+
image: 色票圖片
|
|
224
|
+
spree/page_link:
|
|
225
|
+
open_in_new_tab: 在新分頁中開啟
|
|
226
|
+
spree/policy:
|
|
227
|
+
body: 內文
|
|
228
|
+
owner: 適用政策對象
|
|
229
|
+
spree/price_list:
|
|
230
|
+
description: 說明
|
|
231
|
+
ends_at: 結束時間
|
|
232
|
+
match_policy: 比對政策
|
|
233
|
+
name: 名稱
|
|
234
|
+
priority: 優先順序
|
|
235
|
+
starts_at: 開始時間
|
|
236
|
+
status: 狀態
|
|
237
|
+
spree/price_rule:
|
|
238
|
+
priority: 優先順序
|
|
239
|
+
type: 類型
|
|
240
|
+
user:
|
|
241
|
+
current_sign_in: 本次登入時間
|
|
242
|
+
last_sign_in: 上次登入時間
|
|
243
|
+
sign_in_count: 登入次數
|
|
179
244
|
models:
|
|
180
245
|
spree/address:
|
|
181
246
|
one: 地址
|
|
@@ -185,7 +250,7 @@ zh-TW:
|
|
|
185
250
|
other: 所有地址
|
|
186
251
|
spree/credit_card:
|
|
187
252
|
one: 信用卡
|
|
188
|
-
other:
|
|
253
|
+
other: 所有信用卡
|
|
189
254
|
spree/customer_return:
|
|
190
255
|
one: 退貨
|
|
191
256
|
other: 所有退貨
|
|
@@ -297,6 +362,60 @@ zh-TW:
|
|
|
297
362
|
spree/zone:
|
|
298
363
|
one: 區域
|
|
299
364
|
other: 區域
|
|
365
|
+
spree/classification:
|
|
366
|
+
one: 分類
|
|
367
|
+
other: 分類
|
|
368
|
+
spree/cms_page:
|
|
369
|
+
one: 頁面
|
|
370
|
+
other: 頁面
|
|
371
|
+
spree/cms_section:
|
|
372
|
+
one: 區段
|
|
373
|
+
other: 區段
|
|
374
|
+
spree/customer_group:
|
|
375
|
+
one: 顧客群組
|
|
376
|
+
other: 顧客群組
|
|
377
|
+
spree/customer_group_user:
|
|
378
|
+
one: 顧客群組使用者
|
|
379
|
+
other: 顧客群組使用者
|
|
380
|
+
spree/digital:
|
|
381
|
+
one: 數位資產
|
|
382
|
+
other: 數位資產
|
|
383
|
+
spree/export:
|
|
384
|
+
one: 匯出
|
|
385
|
+
other: 匯出
|
|
386
|
+
spree/integration:
|
|
387
|
+
one: 整合
|
|
388
|
+
other: 整合
|
|
389
|
+
spree/page:
|
|
390
|
+
one: 頁面
|
|
391
|
+
other: 頁面
|
|
392
|
+
spree/page_block:
|
|
393
|
+
one: 頁面區塊
|
|
394
|
+
other: 頁面區塊
|
|
395
|
+
spree/page_link:
|
|
396
|
+
one: 頁面連結
|
|
397
|
+
other: 頁面連結
|
|
398
|
+
spree/page_section:
|
|
399
|
+
one: 頁面區段
|
|
400
|
+
other: 頁面區段
|
|
401
|
+
spree/price:
|
|
402
|
+
one: 價格
|
|
403
|
+
other: 價格
|
|
404
|
+
spree/price_list:
|
|
405
|
+
one: 價目表
|
|
406
|
+
other: 價目表
|
|
407
|
+
spree/price_rule:
|
|
408
|
+
one: 價格規則
|
|
409
|
+
other: 價格規則
|
|
410
|
+
spree/stock_item:
|
|
411
|
+
one: 庫存項目
|
|
412
|
+
other: 庫存項目
|
|
413
|
+
spree/store:
|
|
414
|
+
one: 商店
|
|
415
|
+
other: 商店
|
|
416
|
+
spree/theme:
|
|
417
|
+
one: 佈景主題
|
|
418
|
+
other: 佈景主題
|
|
300
419
|
errors:
|
|
301
420
|
models:
|
|
302
421
|
spree/calculator/tiered_flat_rate:
|
|
@@ -348,7 +467,7 @@ zh-TW:
|
|
|
348
467
|
reimbursement:
|
|
349
468
|
cannot_be_associated_unless_accepted: 無法連結退貨品項,因為該品項不被接受。
|
|
350
469
|
inventory_unit:
|
|
351
|
-
other_completed_return_item_exists:
|
|
470
|
+
other_completed_return_item_exists: "%{inventory_unit_id} 已經被退貨品項 %{return_item_id} 所使用。"
|
|
352
471
|
spree/shipping_method:
|
|
353
472
|
attributes:
|
|
354
473
|
base:
|
|
@@ -357,6 +476,7 @@ zh-TW:
|
|
|
357
476
|
attributes:
|
|
358
477
|
base:
|
|
359
478
|
cannot_destroy_default_store: 預設商店無法被刪除
|
|
479
|
+
cannot_destroy_only_store: 無法刪除唯一的商店。
|
|
360
480
|
spree/store_credit:
|
|
361
481
|
attributes:
|
|
362
482
|
amount_used:
|
|
@@ -383,6 +503,68 @@ zh-TW:
|
|
|
383
503
|
attributes:
|
|
384
504
|
attachment:
|
|
385
505
|
not_allowed_content_type: 是不允許的檔案類型
|
|
506
|
+
spree/allowed_origin:
|
|
507
|
+
attributes:
|
|
508
|
+
origin:
|
|
509
|
+
must_be_origin_only: 必須是來源(協定與主機),不可包含路徑、查詢字串或片段
|
|
510
|
+
spree/gift_card:
|
|
511
|
+
attributes:
|
|
512
|
+
base:
|
|
513
|
+
cannot_destroy_used_gift_card: 無法刪除已使用的禮品卡
|
|
514
|
+
spree/import:
|
|
515
|
+
attributes:
|
|
516
|
+
attachment:
|
|
517
|
+
content_type: 的內容類型不被允許
|
|
518
|
+
type:
|
|
519
|
+
inclusion: 不在允許的類型清單中
|
|
520
|
+
spree/legacy_user:
|
|
521
|
+
attributes:
|
|
522
|
+
bill_address_id:
|
|
523
|
+
belongs_to_other_user: 屬於其他使用者
|
|
524
|
+
deprecated_in_completed_order: 在已完成的訂單中已棄用
|
|
525
|
+
ship_address_id:
|
|
526
|
+
belongs_to_other_user: 屬於其他使用者
|
|
527
|
+
deprecated_in_completed_order: 在已完成的訂單中已棄用
|
|
528
|
+
spree/market:
|
|
529
|
+
attributes:
|
|
530
|
+
base:
|
|
531
|
+
cannot_destroy_default_market: 無法刪除預設市場。
|
|
532
|
+
cannot_destroy_last_market: 無法刪除唯一的市場。
|
|
533
|
+
spree/market_country:
|
|
534
|
+
attributes:
|
|
535
|
+
country:
|
|
536
|
+
already_in_market: 已被指派給此商店中的另一個市場
|
|
537
|
+
not_in_shipping_zone: 未被任何運送區域涵蓋。請先設定運送區域。
|
|
538
|
+
spree/payment:
|
|
539
|
+
attributes:
|
|
540
|
+
amount:
|
|
541
|
+
greater_than_max_amount: 超過允許的最高金額 %{max_amount}
|
|
542
|
+
spree/price_list:
|
|
543
|
+
attributes:
|
|
544
|
+
ends_at:
|
|
545
|
+
must_be_after_starts_at: 必須在開始時間之後
|
|
546
|
+
spree/product_publication:
|
|
547
|
+
attributes:
|
|
548
|
+
unpublished_at:
|
|
549
|
+
must_be_after_published_at: 必須在發布日期之後
|
|
550
|
+
spree/user:
|
|
551
|
+
attributes:
|
|
552
|
+
bill_address_id:
|
|
553
|
+
belongs_to_other_user: 屬於其他使用者
|
|
554
|
+
deprecated_in_completed_order: 在已完成的訂單中已棄用
|
|
555
|
+
ship_address_id:
|
|
556
|
+
belongs_to_other_user: 屬於其他使用者
|
|
557
|
+
deprecated_in_completed_order: 在已完成的訂單中已棄用
|
|
558
|
+
spree/webhook_endpoint:
|
|
559
|
+
attributes:
|
|
560
|
+
url:
|
|
561
|
+
internal_address_not_allowed: 不可指向內部或私人網路位址
|
|
562
|
+
spree/wished_item:
|
|
563
|
+
attributes:
|
|
564
|
+
variant:
|
|
565
|
+
taken: 您已將此商品加入願望清單
|
|
566
|
+
messages:
|
|
567
|
+
blank: 不能為空白
|
|
386
568
|
address_book:
|
|
387
569
|
save: 儲存
|
|
388
570
|
successfully_created: 新地址儲存成功
|
|
@@ -396,43 +578,45 @@ zh-TW:
|
|
|
396
578
|
failure:
|
|
397
579
|
already_authenticated: 您已經登入
|
|
398
580
|
inactive: 您的帳號尚未被啟用
|
|
399
|
-
invalid:
|
|
581
|
+
invalid: "%{authentication_keys}或密碼錯誤"
|
|
400
582
|
last_attempt: 您還有最後一次嘗試機會,再次失敗您的帳號將會被鎖定
|
|
401
583
|
locked: 您的帳號已被鎖定
|
|
402
584
|
not_found_in_database: 尚未建立帳號
|
|
403
585
|
timeout: 您的登入時效過期,請重新登入
|
|
404
586
|
unauthenticated: 您需要先登入或註冊後才能繼續
|
|
405
587
|
unconfirmed: 您的帳號需要經過驗證後,才能繼續
|
|
588
|
+
invalid_token: 驗證權杖無效。
|
|
589
|
+
too_many_attempts: 嘗試次數過多。請稍候片刻後再試一次。
|
|
406
590
|
mailer:
|
|
407
591
|
confirmation_instructions:
|
|
408
592
|
action: 確認帳號
|
|
409
|
-
greeting:
|
|
593
|
+
greeting: "%{recipient} 您好!"
|
|
410
594
|
instruction: 您可以利用下面的連結確認您的帳號的電子郵件:
|
|
411
595
|
subject: 驗證帳號
|
|
412
596
|
email_changed:
|
|
413
|
-
greeting:
|
|
414
|
-
message:
|
|
597
|
+
greeting: "%{recipient} 您好!"
|
|
598
|
+
message: 我們寫信是爲了通知您,您的 Email 已被修改爲 %{email}
|
|
415
599
|
subject: Email 已經更新
|
|
416
600
|
password_change:
|
|
417
|
-
greeting:
|
|
601
|
+
greeting: "%{recipient} 您好!"
|
|
418
602
|
message: 您的密碼已被更改
|
|
419
603
|
subject: 密碼已更改
|
|
420
604
|
reset_password_instructions:
|
|
421
605
|
action: 重新設定密碼
|
|
422
|
-
greeting:
|
|
606
|
+
greeting: "%{recipient} 您好!"
|
|
423
607
|
instruction: 我們收到了您的重新設定密碼的請求,您可以利用下面的連結更改密碼
|
|
424
608
|
instruction_2: 如果您沒有要求,請忽略此電子郵件
|
|
425
609
|
instruction_3: 如果您沒有進入上面的連結,並建立新的密碼,您的密碼不會被改變
|
|
426
610
|
subject: 重新設定密碼
|
|
427
611
|
unlock_instructions:
|
|
428
612
|
action: 帳號解鎖
|
|
429
|
-
greeting:
|
|
613
|
+
greeting: "%{recipient} 您好!"
|
|
430
614
|
instruction: 點擊下面的連結解鎖您的帳號
|
|
431
615
|
message: 由於多次登入失敗,您的帳號已被鎖定
|
|
432
616
|
subject: 帳號解鎖
|
|
433
617
|
omniauth_callbacks:
|
|
434
|
-
failure:
|
|
435
|
-
success:
|
|
618
|
+
failure: 無法從 %{kind} 驗證,因為 %{reason}
|
|
619
|
+
success: 成功從 %{kind} 驗證
|
|
436
620
|
passwords:
|
|
437
621
|
edit:
|
|
438
622
|
change_my_password: 更改我的密碼
|
|
@@ -452,9 +636,9 @@ zh-TW:
|
|
|
452
636
|
edit:
|
|
453
637
|
are_you_sure: 您確定嗎?
|
|
454
638
|
cancel_my_account: 取消我的帳號
|
|
455
|
-
currently_waiting_confirmation_for_email:
|
|
639
|
+
currently_waiting_confirmation_for_email: 等待 %{email} 的確認
|
|
456
640
|
leave_blank_if_you_don_t_want_to_change_it: 不想修改的話就不需要填寫這個欄位
|
|
457
|
-
title:
|
|
641
|
+
title: 修改 %{resource}
|
|
458
642
|
unhappy: 不喜歡
|
|
459
643
|
update: 更新
|
|
460
644
|
we_need_your_current_password_to_confirm_your_changes: 我們需要您的目前的密碼以確認您的更改
|
|
@@ -480,29 +664,50 @@ zh-TW:
|
|
|
480
664
|
didn_t_receive_unlock_instructions: 沒有收到解鎖信件?
|
|
481
665
|
forgot_your_password: 忘記密碼?
|
|
482
666
|
sign_in: 登入
|
|
483
|
-
sign_in_with_provider:
|
|
667
|
+
sign_in_with_provider: 透過 %{provider} 登入
|
|
484
668
|
sign_up: 註冊
|
|
485
|
-
minimum_password_length:
|
|
669
|
+
minimum_password_length: "(密碼長度最少為%{count}個字符)"
|
|
486
670
|
unlocks:
|
|
487
671
|
new:
|
|
488
672
|
resend_unlock_instructions: 重發解鎖說明信件
|
|
489
673
|
send_instructions: 您將在幾分鐘後收到一封電子郵件,內有將帳號解除鎖定的步驟說明。
|
|
490
674
|
send_paranoid_instructions: 如果您的帳號已存在,您的電子信箱將會收到如何解鎖帳號的指示。
|
|
491
675
|
unlocked: 您的帳號已被解鎖,現在已經登入。
|
|
676
|
+
oauth_callbacks:
|
|
677
|
+
failure: 無法透過 %{kind} 授權您,原因為「%{reason}」。
|
|
678
|
+
success: 已成功透過 %{kind} 帳號授權。
|
|
679
|
+
user_passwords:
|
|
680
|
+
user:
|
|
681
|
+
cannot_be_blank: 您的密碼不能為空白。
|
|
682
|
+
send_instructions: 您將於幾分鐘內收到一封含有重設密碼說明的電子郵件。
|
|
683
|
+
updated: 您的密碼已成功變更。您現在已登入。
|
|
684
|
+
user_registrations:
|
|
685
|
+
destroyed: 再見!您的帳號已成功取消。期待很快再次與您相見。
|
|
686
|
+
inactive_signed_up: 您已成功註冊。但由於您的帳號為 %{reason},我們無法為您登入。
|
|
687
|
+
signed_up: 歡迎!您已成功註冊。
|
|
688
|
+
updated: 您已成功更新帳號。
|
|
689
|
+
user_sessions:
|
|
690
|
+
signed_in: 已成功登入。
|
|
691
|
+
signed_out: 已成功登出。
|
|
492
692
|
errors:
|
|
493
693
|
messages:
|
|
494
694
|
already_confirmed: 已經驗證,請直接登入。
|
|
495
|
-
confirmation_period_expired:
|
|
695
|
+
confirmation_period_expired: 必須在 %{period} 內驗證,請重新申請。
|
|
496
696
|
expired: 已經過期,請重新申請。
|
|
497
697
|
not_found: 找不到。
|
|
498
698
|
not_locked: 並未被鎖定。
|
|
499
699
|
not_saved:
|
|
500
|
-
one:
|
|
501
|
-
other:
|
|
700
|
+
one: 有一個錯誤導致 %{resource} 不能被儲存:
|
|
701
|
+
other: 有 %{count} 個錯誤導致 %{resource} 不能被儲存:
|
|
702
|
+
not_a_number: 不是數字
|
|
502
703
|
number:
|
|
503
704
|
percentage:
|
|
504
705
|
format:
|
|
505
706
|
precision: 1
|
|
707
|
+
currency:
|
|
708
|
+
format:
|
|
709
|
+
delimiter: ","
|
|
710
|
+
separator: "."
|
|
506
711
|
pagination:
|
|
507
712
|
first: "«"
|
|
508
713
|
last: "»"
|
|
@@ -530,6 +735,15 @@ zh-TW:
|
|
|
530
735
|
refund: 退款
|
|
531
736
|
save: 儲存
|
|
532
737
|
update: 更新
|
|
738
|
+
close: 關閉
|
|
739
|
+
connect: 連接
|
|
740
|
+
discard: 捨棄
|
|
741
|
+
open: 開啟
|
|
742
|
+
reject: 拒絕
|
|
743
|
+
remove: 移除
|
|
744
|
+
resend: 重新傳送
|
|
745
|
+
select_file: 選擇檔案
|
|
746
|
+
send_invitation: 傳送邀請
|
|
533
747
|
activate: 啟用
|
|
534
748
|
active: 啟動
|
|
535
749
|
add: 新增
|
|
@@ -575,13 +789,14 @@ zh-TW:
|
|
|
575
789
|
successfully_updated: 更新成功。
|
|
576
790
|
unsuccessfully_updated: 稱新時發生錯誤
|
|
577
791
|
save: 儲存
|
|
792
|
+
add_house_number: 如有門牌號碼請填寫
|
|
578
793
|
adjustable: 可調整項目
|
|
579
794
|
adjustment: 調整項目
|
|
580
795
|
adjustment_amount: 調整數量
|
|
581
796
|
adjustment_labels:
|
|
582
797
|
tax_rates:
|
|
583
|
-
including_tax:
|
|
584
|
-
excluding_tax:
|
|
798
|
+
including_tax: "%{name}%{amount} (售價已含稅金)"
|
|
799
|
+
excluding_tax: "%{name}%{amount}"
|
|
585
800
|
adjustment_successfully_closed: 調整項目已被關閉
|
|
586
801
|
adjustment_successfully_opened: 調整項目已被開啟
|
|
587
802
|
adjustment_total: 調整項目總計
|
|
@@ -611,6 +826,57 @@ zh-TW:
|
|
|
611
826
|
resend: 補寄
|
|
612
827
|
orders:
|
|
613
828
|
cart: 購物車
|
|
829
|
+
add_user_to_this_order: 將顧客新增至此訂單
|
|
830
|
+
all_orders: 所有訂單
|
|
831
|
+
canceled: 已取消
|
|
832
|
+
fulfilled: 已履行
|
|
833
|
+
no_email_present: 請新增電子郵件地址以傳送付款連結
|
|
834
|
+
orders_to_fulfill: 待履行訂單
|
|
835
|
+
partially_refunded: 部分退款
|
|
836
|
+
payment_link_sent: 付款連結已傳送給顧客
|
|
837
|
+
provide_email: 提供電子郵件地址
|
|
838
|
+
refunded: 已退款
|
|
839
|
+
remove_user_from_this_order: 從此訂單中移除顧客
|
|
840
|
+
unfulfilled: 未履行
|
|
841
|
+
placed_by_guest: 此訂單由訪客顧客下單
|
|
842
|
+
orders_count:
|
|
843
|
+
one: "%{count} 筆訂單"
|
|
844
|
+
other: "%{count} 筆訂單"
|
|
845
|
+
repeat_customer_summary_html: 這是一位回頭客,在 %{count} 中共消費 %{amount},平均每筆訂單 %{average}。
|
|
846
|
+
avs_responses:
|
|
847
|
+
a: 街道地址相符,但 5 碼和 9 碼郵遞區號不相符。
|
|
848
|
+
b: 街道地址相符,但郵遞區號未驗證。
|
|
849
|
+
c: 街道地址和郵遞區號不相符。
|
|
850
|
+
d: 街道地址和郵遞區號相符。
|
|
851
|
+
e: AVS 資料無效,或此卡類型不允許使用 AVS。
|
|
852
|
+
f: 持卡人姓名不相符,但帳單郵遞區號相符。
|
|
853
|
+
g: 非 U.S. 發卡銀行不支援 AVS。
|
|
854
|
+
h: 持卡人姓名不相符。街道地址和郵遞區號相符。
|
|
855
|
+
i: 地址未驗證。
|
|
856
|
+
j: 持卡人姓名、帳單地址和郵遞區號相符。
|
|
857
|
+
k: 持卡人姓名相符,但帳單地址和帳單郵遞區號不相符。
|
|
858
|
+
l: 持卡人姓名和帳單郵遞區號相符,但帳單地址不相符。
|
|
859
|
+
m: 街道地址和郵遞區號相符。
|
|
860
|
+
"n": 街道地址和郵遞區號不相符。
|
|
861
|
+
o: 持卡人姓名和帳單地址相符,但帳單郵遞區號不相符。
|
|
862
|
+
p: 郵遞區號相符,但街道地址未驗證。
|
|
863
|
+
q: 持卡人姓名、帳單地址和郵遞區號相符。
|
|
864
|
+
r: 系統無法使用。
|
|
865
|
+
s: 銀行不支援 AVS。
|
|
866
|
+
t: 持卡人姓名不相符,但街道地址相符。
|
|
867
|
+
u: 地址資訊無法使用。若 U.S. 銀行不支援非 U.S. 的 AVS,或 U.S. 銀行的 AVS 無法正常運作,則會傳回此結果。
|
|
868
|
+
v: 持卡人姓名、帳單地址和帳單郵遞區號相符。
|
|
869
|
+
w: 街道地址不相符,但 9 碼郵遞區號相符。
|
|
870
|
+
x: 街道地址和 9 碼郵遞區號相符。
|
|
871
|
+
"y": 街道地址和 5 碼郵遞區號相符。
|
|
872
|
+
z: 街道地址不相符,但 5 碼郵遞區號相符。
|
|
873
|
+
cvv_responses:
|
|
874
|
+
m: CVV2 相符
|
|
875
|
+
"n": CVV2 不相符
|
|
876
|
+
p: 未處理
|
|
877
|
+
s: 發卡機構指示卡上應有 CVV2 資料,但商家指示卡上沒有該資料
|
|
878
|
+
u: 發卡機構未取得 CVV2 認證,或發卡機構未向 Visa 提供 CVV2 加密金鑰
|
|
879
|
+
blank: 由於輸入了錯誤的 CVV2 號碼或未輸入 CVV2 號碼,交易失敗
|
|
614
880
|
return_authorization:
|
|
615
881
|
product: 商品
|
|
616
882
|
user:
|
|
@@ -625,7 +891,641 @@ zh-TW:
|
|
|
625
891
|
stores: 商店
|
|
626
892
|
store_credits: 商城抵用金
|
|
627
893
|
no_store_credit: 沒有商城抵用金
|
|
628
|
-
available_store_credit:
|
|
894
|
+
available_store_credit: "%{amount} 的商城抵用金"
|
|
895
|
+
last_order_placed: 最後下單時間
|
|
896
|
+
allowed_origins:
|
|
897
|
+
origin_help: 請輸入您店面的完整來源 URL(例如 https://myshop.com)。請勿包含路徑或查詢字串。
|
|
898
|
+
origin_settings: 來源設定
|
|
899
|
+
amount_spent: 消費金額
|
|
900
|
+
api_keys:
|
|
901
|
+
example_request: 範例請求
|
|
902
|
+
key_revoked_message: 此 API 金鑰已被撤銷,無法再使用。
|
|
903
|
+
key_type_descriptions:
|
|
904
|
+
publishable: 可安全用於用戶端程式碼,例如行動應用程式或瀏覽器。
|
|
905
|
+
secret: 請妥善保管,僅限伺服器端使用。切勿公開暴露。
|
|
906
|
+
key_types:
|
|
907
|
+
publishable: 可發布
|
|
908
|
+
secret: 私密
|
|
909
|
+
last_used_at: 最後使用
|
|
910
|
+
list: API 金鑰
|
|
911
|
+
name_placeholder: 例如:行動應用程式正式環境
|
|
912
|
+
revoke: 撤銷
|
|
913
|
+
revoke_confirmation: 您確定要撤銷此 API 金鑰嗎?此操作無法復原。
|
|
914
|
+
revoked: API 金鑰已被撤銷
|
|
915
|
+
revoked_at: 撤銷時間
|
|
916
|
+
revoked_by: 撤銷者
|
|
917
|
+
scopes: 權限範圍
|
|
918
|
+
scopes_description: 私密金鑰必填。請選擇您的整合所需的最小權限範圍。
|
|
919
|
+
scopes_immutable: 建立金鑰時權限範圍即固定。如需變更,請以所需的權限範圍建立新金鑰,並撤銷此金鑰。
|
|
920
|
+
secret_key_hidden: 此私密金鑰無法再次顯示。若您已遺失,請撤銷此金鑰並建立新的。
|
|
921
|
+
statuses:
|
|
922
|
+
active: 啟用中
|
|
923
|
+
revoked: 已撤銷
|
|
924
|
+
token_warning: 請妥善保管此金鑰。它僅會顯示這一次。
|
|
925
|
+
usage: 使用方式
|
|
926
|
+
usage_instructions:
|
|
927
|
+
publishable: 此金鑰用於用戶端請求,可安全地包含在您的前端程式碼中。
|
|
928
|
+
secret: 此金鑰僅用於伺服器端請求。請妥善保密,切勿在用戶端程式碼中暴露。
|
|
929
|
+
audit_log: 稽核記錄
|
|
930
|
+
avg_order_value: 平均訂單金額
|
|
931
|
+
back_to_dashboard: 返回儀表板
|
|
932
|
+
bulk_ops:
|
|
933
|
+
customer_group_users:
|
|
934
|
+
body:
|
|
935
|
+
remove: 您確定要將所選顧客從此群組中移除嗎?
|
|
936
|
+
title:
|
|
937
|
+
remove: 從群組中移除
|
|
938
|
+
price_list_products:
|
|
939
|
+
body:
|
|
940
|
+
remove: 您確定要將所選商品從此價目表中移除嗎?這也會移除其價格。
|
|
941
|
+
title:
|
|
942
|
+
remove: 從價目表中移除
|
|
943
|
+
products:
|
|
944
|
+
body:
|
|
945
|
+
add_tags: 選擇要新增至商品的標籤:
|
|
946
|
+
add_to_taxons: 選擇要將商品新增至哪些類別:
|
|
947
|
+
remove_from_taxons: 選擇要將商品從哪些類別中移除:
|
|
948
|
+
remove_tags: 選擇要從商品中移除的標籤:
|
|
949
|
+
set_active: 將商品設為啟用後,這些商品將會在店面上架。
|
|
950
|
+
set_archived: 將商品設為已封存後,會將其從店面隱藏。
|
|
951
|
+
set_draft: 將商品設為草稿後,會將其從店面隱藏。
|
|
952
|
+
title:
|
|
953
|
+
add_tags: 新增標籤
|
|
954
|
+
add_to_taxons: 新增至類別
|
|
955
|
+
remove_from_taxons: 從類別中移除
|
|
956
|
+
remove_tags: 移除標籤
|
|
957
|
+
set_active: 設為啟用
|
|
958
|
+
set_archived: 設為已封存
|
|
959
|
+
set_draft: 設為草稿
|
|
960
|
+
users:
|
|
961
|
+
body:
|
|
962
|
+
add_tags: 選擇要新增至顧客的標籤:
|
|
963
|
+
remove_tags: 選擇要從顧客中移除的標籤:
|
|
964
|
+
title:
|
|
965
|
+
add_tags: 新增標籤
|
|
966
|
+
remove_tags: 移除標籤
|
|
967
|
+
channels:
|
|
968
|
+
code_hint: 簡短且穩定的識別碼(例如「online」、「pos」、「wholesale」)。供 API 用戶端透過 X-Spree-Channel 標頭使用,並用於訂單歸因。
|
|
969
|
+
default: 預設通路
|
|
970
|
+
default_hint: 每個商店僅有一個通路為預設。當未選擇通路時作為後備,並作為新商品的自動發布目標。
|
|
971
|
+
order_routing_strategy: 訂單路由策略
|
|
972
|
+
order_routing_strategy_hint: 覆寫歸因於此通路的訂單的商店層級路由策略。
|
|
973
|
+
order_routing_strategy_inherit: 繼承自商店
|
|
974
|
+
checkout_settings:
|
|
975
|
+
checkout_links:
|
|
976
|
+
description: 這些頁面的連結將顯示在結帳頁尾。
|
|
977
|
+
label: 結帳連結
|
|
978
|
+
checkout_message_description: 在結帳頁面右側邊欄對顧客顯示。
|
|
979
|
+
countries_managed_by_markets_html: 國家與運送區域透過 %{link} 管理。
|
|
980
|
+
guest_checkout:
|
|
981
|
+
description: 允許顧客在不建立帳號的情況下結帳。
|
|
982
|
+
label: 允許訪客結帳
|
|
983
|
+
special_instructions:
|
|
984
|
+
description: 允許顧客在訂單中加入特別說明。
|
|
985
|
+
label: 顯示特別說明欄位
|
|
986
|
+
close_sidebar: 關閉側邊欄
|
|
987
|
+
copied: 已複製!
|
|
988
|
+
copy_payment_link: 複製付款連結
|
|
989
|
+
copy_to_clipboard: 複製到剪貼簿
|
|
990
|
+
coupon_codes:
|
|
991
|
+
unused: 未使用
|
|
992
|
+
used: 已使用
|
|
993
|
+
created_at: 建立時間
|
|
994
|
+
dashboard:
|
|
995
|
+
getting_started:
|
|
996
|
+
description: 開始銷售前所需設定的一切。
|
|
997
|
+
hi: 您好
|
|
998
|
+
setup_progress:
|
|
999
|
+
steps_done_html: 已完成 <strong>%{done}</strong> / %{total} 個步驟
|
|
1000
|
+
title: 您的整體設定進度
|
|
1001
|
+
top_products: 熱門商品
|
|
1002
|
+
view_report: 檢視報表
|
|
1003
|
+
whats_happening_on_html: 以下是 <strong>%{store_name}</strong> 今天的最新動態。
|
|
1004
|
+
updater:
|
|
1005
|
+
available_html: "%{version} 現已推出。"
|
|
1006
|
+
current_version_html: 您目前的版本是 %{version}。
|
|
1007
|
+
view_release_notes: 檢視發行說明
|
|
1008
|
+
visits:
|
|
1009
|
+
referrers_title: 訪客從何而來?
|
|
1010
|
+
landing_pages_title: 熱門到達網頁
|
|
1011
|
+
locations_title: 訪客位置
|
|
1012
|
+
devices_title: 訪客裝置
|
|
1013
|
+
no_data: 無資料
|
|
1014
|
+
no_data_for_period: 此時間段沒有可用資料。
|
|
1015
|
+
datetime_field_timezone_help: 時區:%{zone}
|
|
1016
|
+
digital_shipment_fulfillment_note: 當使用者下載數位商品後,此貨件將標記為已履行
|
|
1017
|
+
display_on_options:
|
|
1018
|
+
back_end: 僅限管理後台
|
|
1019
|
+
both: 管理後台與店面皆顯示
|
|
1020
|
+
front_end: 僅限店面
|
|
1021
|
+
documentation: 文件
|
|
1022
|
+
edit_billing_address: 編輯帳單地址
|
|
1023
|
+
edit_contact_information: 編輯聯絡資訊
|
|
1024
|
+
edit_profile: 編輯個人資料
|
|
1025
|
+
edit_shipping_address: 編輯運送地址
|
|
1026
|
+
edit_theme: 編輯佈景主題
|
|
1027
|
+
errors: 錯誤
|
|
1028
|
+
execution_time: 執行時間
|
|
1029
|
+
expand_sidebar: 展開側邊欄
|
|
1030
|
+
export_all: 匯出所有記錄(大型資料集可能較慢)
|
|
1031
|
+
export_coupons: 將優惠券匯出為 CSV 檔案
|
|
1032
|
+
export_created: 您的匯出已開始。準備就緒後,您將收到含有下載連結的電子郵件!
|
|
1033
|
+
export_only_filtered_records: 僅匯出符合搜尋條件的篩選記錄
|
|
1034
|
+
export_report: 將報表匯出為 CSV 檔案
|
|
1035
|
+
filters: 篩選
|
|
1036
|
+
getting_started: 開始使用
|
|
1037
|
+
gift_card_batches:
|
|
1038
|
+
codes_count: 代碼數量
|
|
1039
|
+
new_gift_card_batch: 新增禮品卡批次
|
|
1040
|
+
prefix: 前綴
|
|
1041
|
+
expires_at_help: 禮品卡將在此日期之後到期。
|
|
1042
|
+
gift_cards:
|
|
1043
|
+
active: 啟用中
|
|
1044
|
+
all_statuses: 所有狀態
|
|
1045
|
+
code_help_text: 若留空,我們將為您產生代碼
|
|
1046
|
+
redeemed: 已兌換
|
|
1047
|
+
usage: 使用情況
|
|
1048
|
+
imports:
|
|
1049
|
+
all_required_columns_mapped: 做得好,所有必填欄位皆已對應!
|
|
1050
|
+
field_required: 此欄位為必填
|
|
1051
|
+
import_done: 全部完成!
|
|
1052
|
+
large_import_background_note: 您可以關閉此頁面 — 匯入將在背景繼續進行。
|
|
1053
|
+
large_import_message: 此匯入包含 %{count} 列,過大而無法逐筆顯示。
|
|
1054
|
+
large_import_summary: 已完成 %{completed} 筆,失敗 %{failed} 筆
|
|
1055
|
+
mapping_required: 此欄位為必填
|
|
1056
|
+
please_map_all_required_fields: 請對應所有必填欄位以繼續。
|
|
1057
|
+
waiting_for_file_to_be_processed: 正在等待檔案處理中…
|
|
1058
|
+
steps:
|
|
1059
|
+
map_fields: 1. 對應欄位
|
|
1060
|
+
process_rows: 2. 處理列
|
|
1061
|
+
complete: 3. 完成
|
|
1062
|
+
rows_processed: 已處理 %{processed} / %{total} 列
|
|
1063
|
+
please_select_a_column: 請選擇一欄
|
|
1064
|
+
json: JSON
|
|
1065
|
+
schema: 結構
|
|
1066
|
+
integrations:
|
|
1067
|
+
invalid_integration_type: 不允許此整合
|
|
1068
|
+
page_subtitle: 將您的商店連接至第三方服務,以提升顧客體驗。
|
|
1069
|
+
find_more_html: 尋找更多整合於 %{integrations_link}
|
|
1070
|
+
none_installed_html: 尚未安裝任何整合。尋找整合於 %{integrations_link}
|
|
1071
|
+
json_preview:
|
|
1072
|
+
no_api_response: 找不到此資源的 API 回應
|
|
1073
|
+
manage_markets: 管理市場
|
|
1074
|
+
manage_properties: 管理屬性
|
|
1075
|
+
manage_stock_locations: 管理庫存地點
|
|
1076
|
+
manage_taxons: 管理類別
|
|
1077
|
+
manage_zones: 管理區域
|
|
1078
|
+
markets:
|
|
1079
|
+
edit: 編輯市場
|
|
1080
|
+
list: 市場
|
|
1081
|
+
new: 新增市場
|
|
1082
|
+
supported_locales_hint: 以逗號分隔的其他語系代碼清單(例如 fr,de,es)
|
|
1083
|
+
metafield_definitions:
|
|
1084
|
+
edit_warning: 定義被使用後,您無法變更資源類型或中繼欄位類型。
|
|
1085
|
+
used_in: 使用於
|
|
1086
|
+
name: 名稱
|
|
1087
|
+
navigation:
|
|
1088
|
+
nested_under: 巢狀於
|
|
1089
|
+
newsletter_subscribers:
|
|
1090
|
+
all: 全部
|
|
1091
|
+
unverified: 未驗證
|
|
1092
|
+
verified: 已驗證
|
|
1093
|
+
not_tracking_inventory: 不追蹤庫存
|
|
1094
|
+
notifications: 通知
|
|
1095
|
+
num_orders: 訂單數
|
|
1096
|
+
oauth_applications:
|
|
1097
|
+
client_id: 用戶端 ID
|
|
1098
|
+
client_secret: 用戶端密鑰
|
|
1099
|
+
last_used: 最後使用
|
|
1100
|
+
list: API 金鑰
|
|
1101
|
+
never: 從未
|
|
1102
|
+
new: 新增 API 金鑰
|
|
1103
|
+
read_and_write: 讀取與寫入
|
|
1104
|
+
read_only: 唯讀
|
|
1105
|
+
scopes: 權限範圍
|
|
1106
|
+
page_builder:
|
|
1107
|
+
background_color: 背景顏色
|
|
1108
|
+
border_bottom_width: 下邊框寬度
|
|
1109
|
+
border_color: 邊框顏色
|
|
1110
|
+
border_top_width: 上邊框寬度
|
|
1111
|
+
bottom_padding: 下方內距
|
|
1112
|
+
button_alignment: 按鈕對齊方式
|
|
1113
|
+
button_background_color: 按鈕背景顏色
|
|
1114
|
+
button_style: 按鈕樣式
|
|
1115
|
+
button_text: 按鈕文字
|
|
1116
|
+
button_text_color: 按鈕文字顏色
|
|
1117
|
+
category: 類別
|
|
1118
|
+
description: 說明
|
|
1119
|
+
description_alignment: 說明對齊方式
|
|
1120
|
+
desktop_image_alignment: 桌面版圖片對齊方式
|
|
1121
|
+
desktop_logo_height: 標誌高度(桌面版)
|
|
1122
|
+
heading: 標題
|
|
1123
|
+
heading_alignment: 標題對齊方式
|
|
1124
|
+
heading_size: 標題大小
|
|
1125
|
+
height: 高度
|
|
1126
|
+
image_click_hint: 點擊圖片會將使用者導向所選的頁面/URL
|
|
1127
|
+
left_aligned: 靠左對齊
|
|
1128
|
+
logo_centered: 標誌置中
|
|
1129
|
+
max_video_width_on_desktop: 桌面版最大影片寬度
|
|
1130
|
+
maximum_products_to_show: 最多顯示商品數
|
|
1131
|
+
nav_centered: 導覽列置中
|
|
1132
|
+
not_set: 未設定
|
|
1133
|
+
separated: 分隔
|
|
1134
|
+
show_more_button: 顯示探索類別按鈕
|
|
1135
|
+
show_taxon_image: 顯示類別圖片
|
|
1136
|
+
text_color: 文字顏色
|
|
1137
|
+
title: 標題
|
|
1138
|
+
top_padding: 上方內距
|
|
1139
|
+
use_description_from_admin: 使用管理後台的說明
|
|
1140
|
+
vertical_alignment: 垂直對齊方式
|
|
1141
|
+
youtube_video_url: YouTube 影片 URL
|
|
1142
|
+
personal_details: 個人詳細資料
|
|
1143
|
+
price_lists:
|
|
1144
|
+
activate: 啟用
|
|
1145
|
+
activated: 價目表已啟用
|
|
1146
|
+
confirm_activate: 您確定要啟用此價目表嗎?它將立即影響定價。
|
|
1147
|
+
confirm_deactivate: 您確定要停用此價目表嗎?
|
|
1148
|
+
confirm_schedule: 您確定要排程此價目表嗎?
|
|
1149
|
+
confirm_unschedule: 您確定要取消排程此價目表嗎?
|
|
1150
|
+
deactivate: 停用
|
|
1151
|
+
deactivated: 價目表已停用
|
|
1152
|
+
schedule: 排程
|
|
1153
|
+
scheduled: 價目表已排程
|
|
1154
|
+
unschedule: 取消排程
|
|
1155
|
+
page_info: 價格表是一種強大的工具,可根據顧客群組、產品或其他條件來管理定價策略。
|
|
1156
|
+
learn_more: 瞭解有關價格表的更多資訊
|
|
1157
|
+
product_translations:
|
|
1158
|
+
coverage: 翻譯涵蓋率
|
|
1159
|
+
locale: 語系
|
|
1160
|
+
manage_markets: 管理市場
|
|
1161
|
+
no_locales_description: 設定具有其他語系的市場,以開始翻譯您的商品。
|
|
1162
|
+
no_locales_title: 未設定其他語系
|
|
1163
|
+
progress: 進度
|
|
1164
|
+
total: 總計
|
|
1165
|
+
translated: 已翻譯
|
|
1166
|
+
products:
|
|
1167
|
+
active: 啟用中
|
|
1168
|
+
all_statuses: 所有狀態
|
|
1169
|
+
any_stock: 任何庫存
|
|
1170
|
+
archived: 已封存
|
|
1171
|
+
by_status: 依狀態
|
|
1172
|
+
by_stock: 依庫存
|
|
1173
|
+
deleted: 已刪除
|
|
1174
|
+
draft: 草稿
|
|
1175
|
+
help_bubble: 草稿商品無法購買。啟用中的商品為上線狀態。
|
|
1176
|
+
in_stock: 有庫存
|
|
1177
|
+
inventory:
|
|
1178
|
+
barcode: 條碼(ISBN、UPC、GTIN 等)
|
|
1179
|
+
sku: SKU(庫存單位)
|
|
1180
|
+
out_of_stock: 缺貨
|
|
1181
|
+
paused: 已暫停
|
|
1182
|
+
search_results:
|
|
1183
|
+
no_products: 我們找不到符合您搜尋條件的商品 :(
|
|
1184
|
+
seo:
|
|
1185
|
+
placeholder: 新增標題與說明,以預覽此商品在搜尋引擎列表中的呈現方式
|
|
1186
|
+
status_form:
|
|
1187
|
+
status: 草稿商品無法購買。啟用中的商品為上線狀態。
|
|
1188
|
+
status_options:
|
|
1189
|
+
active: 啟用中
|
|
1190
|
+
archived: 已封存
|
|
1191
|
+
draft: 草稿
|
|
1192
|
+
stores:
|
|
1193
|
+
choose_stores: 選擇此商品應在哪些商店上架
|
|
1194
|
+
variants:
|
|
1195
|
+
option_types_link: 若要新增更多選項類型,請前往 <a href="%{link}">選項類型</a>
|
|
1196
|
+
learn_more: 瞭解有關管理產品的更多資訊
|
|
1197
|
+
publishing:
|
|
1198
|
+
caption_hidden_after: 於 %{date} 下架
|
|
1199
|
+
caption_live: 現正對顧客顯示
|
|
1200
|
+
caption_not_available: 已隱藏 — 商品為 %{product_status}
|
|
1201
|
+
caption_scheduled: 於 %{date} 上線
|
|
1202
|
+
caption_unpublished: 已於 %{date} 隱藏
|
|
1203
|
+
caption_window: 上線時間 %{start} → %{end}
|
|
1204
|
+
empty: 尚未在任何銷售通路上架。
|
|
1205
|
+
inactive_marker: 未啟用
|
|
1206
|
+
manage_cta: 管理
|
|
1207
|
+
manage_description: 選擇哪些銷售通路上架此商品。關閉某通路即可在該處下架。
|
|
1208
|
+
no_channels: 沒有可用的銷售通路。請在「設定」→「銷售通路」中建立。
|
|
1209
|
+
published_at_label: 發布起始
|
|
1210
|
+
status_hidden: 已隱藏
|
|
1211
|
+
status_live: 已上線
|
|
1212
|
+
status_not_available: 無法使用
|
|
1213
|
+
status_scheduled: 已排程
|
|
1214
|
+
title: 發布
|
|
1215
|
+
unpublished_at_label: 取消發布於
|
|
1216
|
+
recommended_size: 建議尺寸
|
|
1217
|
+
report_created: 您的報表正在產生中。準備就緒後,您將收到含有下載連結的電子郵件!
|
|
1218
|
+
reset_digital_link_download_limits: 重設下載次數限制
|
|
1219
|
+
response_code: 回應代碼
|
|
1220
|
+
selected: 已選取
|
|
1221
|
+
send_payment_link: 傳送付款連結
|
|
1222
|
+
shipment:
|
|
1223
|
+
please_provide_tracking_details: 在將貨件標記為已出貨前,請提供追蹤資訊
|
|
1224
|
+
shipment_transfer:
|
|
1225
|
+
wrong_destination: 目的地錯誤
|
|
1226
|
+
show_json: 顯示 JSON
|
|
1227
|
+
stock_transfers:
|
|
1228
|
+
add_products_tip: 您需要先選擇目的地點
|
|
1229
|
+
store_credit:
|
|
1230
|
+
amount_remaining_of_total: 剩餘 <strong>%{amount}</strong>(總計 <strong>%{total}</strong>)
|
|
1231
|
+
store_form:
|
|
1232
|
+
company_field:
|
|
1233
|
+
description: 在「我的帳戶」區段的地址表單及結帳地址步驟中顯示公司欄位。
|
|
1234
|
+
label: 顯示公司地址欄位
|
|
1235
|
+
customer_support_email_help: 此電子郵件會在頁尾區段向您的商店訪客顯示
|
|
1236
|
+
new_order_notifications_email_help: 若您希望每次有人下單時都收到電子郵件通知,請提供接收該通知的電子郵件地址
|
|
1237
|
+
send_consumer_transactional_emails_help: 取消勾選時,將不會向顧客傳送如訂單確認與出貨通知等交易電子郵件
|
|
1238
|
+
logo_help: 用於管理後台
|
|
1239
|
+
currencies_managed_by_markets_html: 貨幣和語言環境現在由 %{markets_link} 管理。
|
|
1240
|
+
email_addresses: 電子郵件地址
|
|
1241
|
+
mail_from_address_help: 請提供將用作您商店寄送的所有電子郵件寄件者的電子郵件地址。
|
|
1242
|
+
mailer_logo_help: 此標誌包含在所有電子郵件通知中,例如訂單確認
|
|
1243
|
+
mailer_logo_format_hint: 我們建議使用透明背景的圖片。僅支援 JPEG 和 PNG 格式。
|
|
1244
|
+
store_setup_tasks:
|
|
1245
|
+
add_billing_address: 新增帳單地址
|
|
1246
|
+
add_products: 新增商品
|
|
1247
|
+
payment_methods:
|
|
1248
|
+
copy: 為了收取付款,請至少設定一個線上付款服務商。
|
|
1249
|
+
done: 您已全部設定完成!您隨時可以在<a href="%{link}" data-turbo-frame="_top">此</a>頁面管理您的付款方式。
|
|
1250
|
+
setup: 設定付款方式
|
|
1251
|
+
title: 請為您的商店設定付款方式
|
|
1252
|
+
set_customer_support_email: 設定顧客支援電子郵件
|
|
1253
|
+
setup_taxes_collection: 設定稅金收取
|
|
1254
|
+
taxes:
|
|
1255
|
+
copy: 為了收取稅金,請設定您的稅率。
|
|
1256
|
+
done: 您已全部設定完成!您隨時可以在<a href="%{link}" data-turbo-frame="_top">設定</a>頁面管理您的稅金。
|
|
1257
|
+
setup: 設定稅率
|
|
1258
|
+
add_products_task:
|
|
1259
|
+
done_title: 做得好,您已經向商店新增了產品!
|
|
1260
|
+
done_subtitle: 請記住,您隨時可以新增更多!
|
|
1261
|
+
copy: 向您的商店新增產品,可以是您自己的產品,也可以邀請第三方供應商共同銷售。
|
|
1262
|
+
import_hint: 您也可以從 CSV 或 Excel 檔案批次匯入產品。
|
|
1263
|
+
customer_support_email_task:
|
|
1264
|
+
copy: 我們需要您的客戶支援電子郵件以在您的店面上顯示。此電子郵件將作為聯絡點,供您的顧客就任何疑問或支援事宜與您聯絡。
|
|
1265
|
+
current_html: 您的客戶支援電子郵件是 %{email}。
|
|
1266
|
+
label: 客戶支援電子郵件
|
|
1267
|
+
setup_payment_method: 設定付款方式
|
|
1268
|
+
setup_storefront: 設定店面
|
|
1269
|
+
storefront:
|
|
1270
|
+
copy: Spree 採用無頭架構——無論是網頁店面還是行動應用程式,任何店面都可以連接到 Store API。需要一個店面嗎?一鍵部署官方 Next.js 店面。
|
|
1271
|
+
done: 您的店面已連接並上線,網址為
|
|
1272
|
+
manage: 管理店面
|
|
1273
|
+
setup: 設定店面
|
|
1274
|
+
storefront: 店面
|
|
1275
|
+
storefront_setup:
|
|
1276
|
+
allow_origin_button: 允許此來源並完成設定
|
|
1277
|
+
api_url_label: Store API URL
|
|
1278
|
+
connect_copy: '在任何與 Store API 通訊的用戶端中使用這些憑證——網頁店面、行動應用程式或其他任何用戶端:'
|
|
1279
|
+
connect_title: 連接您的店面
|
|
1280
|
+
connected_title: 已連接的店面
|
|
1281
|
+
deploy_button: 部署到 Vercel
|
|
1282
|
+
deploy_copy: 還沒有店面嗎?最快的上線方式是使用官方開源的 Next.js 店面。部署會將其複製到您的 Git 帳戶,並使用預先填入的憑證在 Vercel 上建置。
|
|
1283
|
+
deploy_finish_hint: 部署完成後,從 Vercel 複製您的店面網址並填入下方的「店面網址」欄位,儲存以完成設定。
|
|
1284
|
+
deploy_title: 建議:部署官方 Next.js 店面
|
|
1285
|
+
deployed_copy: 現已上線,網址為
|
|
1286
|
+
deployed_title: 您的店面已部署!
|
|
1287
|
+
deployment_already_allowed: 此店面來源已被允許 —
|
|
1288
|
+
description: 使用下方憑證連接您的網頁店面或行動應用程式,或一鍵部署官方 Next.js 店面。
|
|
1289
|
+
done: 您的店面已連接並上線,網址為
|
|
1290
|
+
env_description: 您的 Spree Store API URL 和可發布金鑰。兩者均已根據您的店面預先填入。如有需要,請在部署前進行調整。
|
|
1291
|
+
invalid_origin: 這似乎不是有效的店面網址。
|
|
1292
|
+
local_installation_instructions: 本機安裝說明
|
|
1293
|
+
loopback_warning: 您的店面網址指向 Vercel 建置伺服器無法存取的本機位址。請先將後端部署到公開網址,或在 Vercel 設定期間調整 SPREE_API_URL 值。
|
|
1294
|
+
manage_allowed_origins: 管理允許的來源
|
|
1295
|
+
origin_allowed: "%{origin} 現在可以存取您的 Store API。"
|
|
1296
|
+
publishable_key_label: 可發布 API 金鑰
|
|
1297
|
+
see_online_demo: 查看線上示範
|
|
1298
|
+
storefront_url_help: 顧客用於存取您店面的網址。它將成為顧客電子郵件中連結的基礎網址,並會自動新增為允許的來源,以便瀏覽器店面呼叫 Store API。
|
|
1299
|
+
storefront_url_label: 店面網址
|
|
1300
|
+
storefront_url_saved: '店面網址已儲存: %{url}'
|
|
1301
|
+
title: 設定店面
|
|
1302
|
+
view_on_vercel: 在 Vercel 上查看
|
|
1303
|
+
successful: 成功
|
|
1304
|
+
successfully_reset_digital_links_limit: 下載次數限制已重設
|
|
1305
|
+
tables:
|
|
1306
|
+
add_filter: 新增篩選器
|
|
1307
|
+
add_or_group: 新增 OR 群組
|
|
1308
|
+
apply: 套用
|
|
1309
|
+
apply_filters: 套用篩選器
|
|
1310
|
+
ascending: 遞增
|
|
1311
|
+
clear_all: 全部清除
|
|
1312
|
+
columns: 欄位
|
|
1313
|
+
descending: 遞減
|
|
1314
|
+
enter_value: 輸入值…
|
|
1315
|
+
filter_builder: 篩選器建立工具
|
|
1316
|
+
filters: 篩選器
|
|
1317
|
+
match: 符合
|
|
1318
|
+
of_the_following: 以下條件
|
|
1319
|
+
operators:
|
|
1320
|
+
contains: 包含
|
|
1321
|
+
does_not_contain: 不包含
|
|
1322
|
+
ends_with: 結尾為
|
|
1323
|
+
equals: 等於
|
|
1324
|
+
greater_than: 大於
|
|
1325
|
+
greater_than_or_equal: 大於或等於
|
|
1326
|
+
is_any_of: 為其中任一
|
|
1327
|
+
is_empty: 為空
|
|
1328
|
+
is_none_of: 皆非其中之一
|
|
1329
|
+
is_not_empty: 不為空
|
|
1330
|
+
less_than: 小於
|
|
1331
|
+
less_than_or_equal: 小於或等於
|
|
1332
|
+
not_equals: 不等於
|
|
1333
|
+
starts_with: 開頭為
|
|
1334
|
+
order: 排序
|
|
1335
|
+
reset_to_default: 重設為預設值
|
|
1336
|
+
select_field: 選擇欄位…
|
|
1337
|
+
sort_by: 排序依據
|
|
1338
|
+
visible_columns: 顯示的欄位
|
|
1339
|
+
taxon_rules:
|
|
1340
|
+
all_conditions: 所有條件
|
|
1341
|
+
any_condition: 任一條件
|
|
1342
|
+
available_on: 上架時間
|
|
1343
|
+
match_policies:
|
|
1344
|
+
contains: 包含
|
|
1345
|
+
does_not_contain: 不包含
|
|
1346
|
+
is_equal_to: 等於
|
|
1347
|
+
is_not_equal_to: 不等於
|
|
1348
|
+
on_sale: 特價中
|
|
1349
|
+
products_must_match: 商品必須符合:
|
|
1350
|
+
tag: 商品標籤
|
|
1351
|
+
taxon_type: 類別類型
|
|
1352
|
+
taxon_types:
|
|
1353
|
+
automatic: 自動
|
|
1354
|
+
automatic_info: 若商品符合您設定的規則,則自動將其新增至此類別。
|
|
1355
|
+
manual: 手動
|
|
1356
|
+
manual_info: 手動策劃商品。您可以批次新增或移除。
|
|
1357
|
+
translations:
|
|
1358
|
+
no_translations_configured: 未設定翻譯。請設定市場以使用翻譯。
|
|
1359
|
+
upload_new_asset: 上傳新媒體
|
|
1360
|
+
users:
|
|
1361
|
+
filters:
|
|
1362
|
+
search_placeholder: 依電子郵件或名稱搜尋顧客
|
|
1363
|
+
timeline: 時間軸
|
|
1364
|
+
utilities:
|
|
1365
|
+
preview: 預覽
|
|
1366
|
+
variants:
|
|
1367
|
+
search_results:
|
|
1368
|
+
no_variants: 我們找不到符合您搜尋條件的款式 :(
|
|
1369
|
+
count_at_location:
|
|
1370
|
+
one: 在該地點 %{count} 件
|
|
1371
|
+
other: 在該地點 %{count} 件
|
|
1372
|
+
variants_form:
|
|
1373
|
+
add_option:
|
|
1374
|
+
empty: 新增如尺寸或顏色等選項
|
|
1375
|
+
not_empty: 新增其他選項
|
|
1376
|
+
compare_at_price_description: 此價格用於在商品頁面顯示降價後的價格。
|
|
1377
|
+
stock_locations_link: 若要新增更多庫存地點,請前往 <a href="%{link}">庫存地點</a>
|
|
1378
|
+
total_inventory_html: "%{stock_location} 地點的總庫存:可用 %{count} 件"
|
|
1379
|
+
vendors:
|
|
1380
|
+
enterprise_feature: 多賣家市集功能於企業版中提供
|
|
1381
|
+
webhook_deliveries:
|
|
1382
|
+
delivered_at: 送達時間
|
|
1383
|
+
delivery_details: 傳遞詳細資料
|
|
1384
|
+
delivery_info: 傳遞資訊
|
|
1385
|
+
endpoint_inactive: 無法重試 - 端點未啟用
|
|
1386
|
+
error_type: 錯誤類型
|
|
1387
|
+
event: 事件
|
|
1388
|
+
execution_time: 執行時間
|
|
1389
|
+
failed: 失敗
|
|
1390
|
+
pending: 待處理
|
|
1391
|
+
redeliver_button: 重新傳遞
|
|
1392
|
+
redelivered: Webhook 已成功重新傳遞。
|
|
1393
|
+
request_errors: 請求錯誤
|
|
1394
|
+
request_payload: 請求酬載
|
|
1395
|
+
response_body: 回應內容
|
|
1396
|
+
response_code: 回應代碼
|
|
1397
|
+
webhook_endpoints:
|
|
1398
|
+
auto_disabled: 此端點在多次傳遞失敗後已自動停用。
|
|
1399
|
+
back_to_endpoint: 返回端點
|
|
1400
|
+
deliveries: 傳遞
|
|
1401
|
+
endpoint_settings: 端點設定
|
|
1402
|
+
event_subscriptions: 事件訂閱
|
|
1403
|
+
event_subscriptions_help: 選擇哪些事件應觸發向此端點傳遞 webhook。
|
|
1404
|
+
events: 事件
|
|
1405
|
+
failed_deliveries: 失敗的傳遞
|
|
1406
|
+
health:
|
|
1407
|
+
degraded: "%{percentage}% 成功"
|
|
1408
|
+
disabled: 已停用
|
|
1409
|
+
failing: "%{percentage}% 成功"
|
|
1410
|
+
healthy: "%{percentage}% 成功"
|
|
1411
|
+
no_deliveries: 無資料
|
|
1412
|
+
health_label: 健康狀態
|
|
1413
|
+
new: 新增 Webhook 端點
|
|
1414
|
+
re_enable: 重新啟用
|
|
1415
|
+
secret_key: 私密金鑰
|
|
1416
|
+
secret_key_help: 使用此金鑰驗證 webhook 簽章。請妥善保管,切勿公開分享。
|
|
1417
|
+
send_test: 傳送測試
|
|
1418
|
+
subscriptions: 訂閱
|
|
1419
|
+
successful_deliveries: 成功的傳遞
|
|
1420
|
+
test_failed: 傳送測試 webhook 失敗。請檢查端點設定。
|
|
1421
|
+
test_sent: 測試 webhook 已傳送。請查看傳遞以了解結果。
|
|
1422
|
+
name_placeholder: 例如 店面電子郵件、訂單履行服務
|
|
1423
|
+
url_placeholder: https://example.com/webhooks
|
|
1424
|
+
webhooks_subscribers:
|
|
1425
|
+
all_events: 所有事件
|
|
1426
|
+
new_webhooks_subscriber: 新增 Webhook 訂閱者
|
|
1427
|
+
no_events: 無事件
|
|
1428
|
+
select_events: 選擇事件
|
|
1429
|
+
subscribe_to_all_events: 訂閱所有事件
|
|
1430
|
+
subscriptions: 訂閱
|
|
1431
|
+
time_of_last_event: 最後事件時間
|
|
1432
|
+
webhooks_events: Webhook 事件
|
|
1433
|
+
assistant: 助理
|
|
1434
|
+
total_orders: 訂單總數
|
|
1435
|
+
sign_ups: 註冊數
|
|
1436
|
+
previous_page: 上一頁
|
|
1437
|
+
next_page: 下一頁
|
|
1438
|
+
no_change: 無變化
|
|
1439
|
+
integrations_directory: 整合目錄
|
|
1440
|
+
option_types:
|
|
1441
|
+
presentation_help: 此項用於在店面上顯示選項類型。
|
|
1442
|
+
name_help_html: 此項在內部用於識別選項類型。<strong>必須是唯一的。</strong>
|
|
1443
|
+
value_count:
|
|
1444
|
+
one: "%{count} 個值"
|
|
1445
|
+
other: "%{count} 個值"
|
|
1446
|
+
showing_pagination: 顯示第 %{from}-%{to} 項,共 %{total} 項
|
|
1447
|
+
intro_help: 選項用於將某些屬性分組。例如,您可以建立一個名為「襯衫尺寸」的選項,然後為此選項建立名為「小」和「中」的選項值。
|
|
1448
|
+
learn_more: 瞭解有關選項的更多資訊
|
|
1449
|
+
taxons:
|
|
1450
|
+
square_image_help: 用於首頁上的精選圖片。
|
|
1451
|
+
seo:
|
|
1452
|
+
placeholder: 新增標題和描述,查看此分類在搜尋引擎列表中可能的顯示效果
|
|
1453
|
+
promotions:
|
|
1454
|
+
name_help: 顧客將在其購物車中和結帳時看到此內容。
|
|
1455
|
+
next_step_info: 在下一步中,您將能夠為您的促銷新增動作和規則
|
|
1456
|
+
coupon_code_placeholder: 您的優惠券代碼
|
|
1457
|
+
code_prefix_placeholder: 優惠券前綴(選填)
|
|
1458
|
+
code_prefix_example_html: 例如 %{example}
|
|
1459
|
+
number_of_codes_placeholder: 代碼數量
|
|
1460
|
+
number_of_codes_help: 您想要產生的代碼數量。
|
|
1461
|
+
add_more_codes_help: 若要新增更多代碼,只需增加此數字
|
|
1462
|
+
usage_limit_help: 將此欄位留空表示無限制使用。
|
|
1463
|
+
expires_at_help: 將此欄位留空表示無到期日期。 時區:%{zone}
|
|
1464
|
+
kind:
|
|
1465
|
+
one_code_label: 面向所有顧客的單一代碼
|
|
1466
|
+
one_code_help: 您可以限制此代碼的使用次數。
|
|
1467
|
+
multi_codes_label: 產生唯一代碼
|
|
1468
|
+
multi_codes_help: 這些代碼會自動產生,可以下載為 CSV 檔案。代碼是唯一的,且只能使用一次。
|
|
1469
|
+
automatic_help: 此促銷將自動套用於所有符合條件的訂單。
|
|
1470
|
+
shipping_methods:
|
|
1471
|
+
checkout_info: 運送方式是顧客到達結帳時看到的選項,它們是用於寄送您產品的承運商和服務。
|
|
1472
|
+
name_help: 此內容將向顧客顯示
|
|
1473
|
+
admin_name_help: 此內容將向管理員顯示
|
|
1474
|
+
estimated_transit_business_days_help: 這是包裹送達顧客地址所需的預計工作天數。它將顯示在結帳頁面上。
|
|
1475
|
+
tracking_url_token_help: 將被替換為追蹤號碼。
|
|
1476
|
+
zones:
|
|
1477
|
+
info: 區域是地理分組,它們代表州或國家/地區的集合。
|
|
1478
|
+
shipments:
|
|
1479
|
+
stock_location_option: "%{name}(現貨 %{count} 件)"
|
|
1480
|
+
payment_methods:
|
|
1481
|
+
name_help: 此名稱將用於在店面上識別付款方式
|
|
1482
|
+
available_payment_methods: 可用付款方式
|
|
1483
|
+
find_more_payment_methods_html: 尋找更多付款方式於 %{integrations_link}
|
|
1484
|
+
admin_users:
|
|
1485
|
+
audit_log_enterprise_notice: 稽核日誌是 Spree Enterprise 產品的一部分。
|
|
1486
|
+
upgrade_to_enterprise: 升級至 Spree Enterprise
|
|
1487
|
+
invitations:
|
|
1488
|
+
invited_you_to_join_html: "%{inviter} 已邀請您加入 %{resource}"
|
|
1489
|
+
expires_at: 到期時間
|
|
1490
|
+
email_placeholder: 例如 steve@apple.com
|
|
1491
|
+
user_sessions:
|
|
1492
|
+
welcome_back: 歡迎回來
|
|
1493
|
+
email_placeholder: steve@getvendo.com
|
|
1494
|
+
enterprise_edition_notice:
|
|
1495
|
+
body: 感謝您使用 Spree Community Edition!請考慮升級至 Enterprise Edition,以使用所有功能並獲得支援。
|
|
1496
|
+
upgrade: 升級
|
|
1497
|
+
metafields:
|
|
1498
|
+
none_configured_for: 尚未為 %{resource} 設定任何中繼欄位定義。
|
|
1499
|
+
table:
|
|
1500
|
+
operators:
|
|
1501
|
+
eq: 等於
|
|
1502
|
+
not_eq: 不等於
|
|
1503
|
+
cont: 包含
|
|
1504
|
+
not_cont: 不包含
|
|
1505
|
+
start: 開頭為
|
|
1506
|
+
end: 結尾為
|
|
1507
|
+
gt: 大於
|
|
1508
|
+
gteq: 大於或等於
|
|
1509
|
+
lt: 小於
|
|
1510
|
+
lteq: 小於或等於
|
|
1511
|
+
in: 是其中之一
|
|
1512
|
+
not_in: 不是其中任何一個
|
|
1513
|
+
'null': 為空
|
|
1514
|
+
not_null: 不為空
|
|
1515
|
+
admin_user_mailer:
|
|
1516
|
+
confirmation_email:
|
|
1517
|
+
action: 確認電子郵件
|
|
1518
|
+
greeting: 您好,%{name}:
|
|
1519
|
+
ignore_notice: 如果您沒有建立此帳戶,可以放心忽略此郵件。
|
|
1520
|
+
instructions: 請點擊下方按鈕確認您 %{store_name} 管理員帳戶的電子郵件地址。
|
|
1521
|
+
subject: 電子郵件確認說明
|
|
1522
|
+
password_reset_email:
|
|
1523
|
+
action: 重設密碼
|
|
1524
|
+
expiry_notice: 此密碼重設連結即將過期。如果這不是您本人操作,則無需採取任何動作。
|
|
1525
|
+
greeting: 您好,%{name}:
|
|
1526
|
+
ignore_notice: 如果您沒有請求重設密碼,可以放心忽略此郵件。您的密碼不會被變更。
|
|
1527
|
+
instructions: 我們收到了重設您 %{store_name} 管理員帳戶密碼的請求。請點擊下方按鈕設定新密碼。
|
|
1528
|
+
subject: 密碼重設說明
|
|
629
1529
|
administration: 管理
|
|
630
1530
|
advertise: 廣告行銷
|
|
631
1531
|
agree_to_privacy_policy: 同意隱私權條款
|
|
@@ -647,7 +1547,7 @@ zh-TW:
|
|
|
647
1547
|
are_you_sure: 確定?
|
|
648
1548
|
are_you_sure_delete: 你確定要刪除此筆紀錄?
|
|
649
1549
|
associated_adjustment_closed: 有關聯的調整項目已經停用,並不會被重複計算。您要啓用它嗎?
|
|
650
|
-
at_symbol:
|
|
1550
|
+
at_symbol: "@"
|
|
651
1551
|
authorization_failure: 授權失敗
|
|
652
1552
|
authorized: 已授權
|
|
653
1553
|
auto_capture: 自動收款
|
|
@@ -659,7 +1559,7 @@ zh-TW:
|
|
|
659
1559
|
back: 返回
|
|
660
1560
|
back_end: 後台
|
|
661
1561
|
backordered: 已缺貨
|
|
662
|
-
back_to_resource_list:
|
|
1562
|
+
back_to_resource_list: 返回 %{resource} 清單
|
|
663
1563
|
back_to_payment: 返回至付款
|
|
664
1564
|
back_to_rma_reason_list: 返回退貨授權清單
|
|
665
1565
|
back_to_store: 返回商店
|
|
@@ -707,8 +1607,8 @@ zh-TW:
|
|
|
707
1607
|
remove_from_cart: 從購物車移除
|
|
708
1608
|
title: 購物車
|
|
709
1609
|
cart_subtotal:
|
|
710
|
-
one:
|
|
711
|
-
other:
|
|
1610
|
+
one: 小計 (1 個品項)
|
|
1611
|
+
other: 小記 (%{count} 個品項)
|
|
712
1612
|
categories: 分類
|
|
713
1613
|
category: 分類
|
|
714
1614
|
category_nav_bar:
|
|
@@ -762,7 +1662,11 @@ zh-TW:
|
|
|
762
1662
|
country: 國家
|
|
763
1663
|
country_based: 依據國家
|
|
764
1664
|
country_name: 國家名稱
|
|
765
|
-
country_names:
|
|
1665
|
+
country_names:
|
|
1666
|
+
CA: 加拿大
|
|
1667
|
+
FRA: 法國
|
|
1668
|
+
ITA: 義大利
|
|
1669
|
+
US: 美利堅合眾國
|
|
766
1670
|
country_rule:
|
|
767
1671
|
label: 一定要寄送至此國家
|
|
768
1672
|
coupon: 優惠
|
|
@@ -792,7 +1696,7 @@ zh-TW:
|
|
|
792
1696
|
currency: 貨幣
|
|
793
1697
|
currency_settings: 貨幣設定
|
|
794
1698
|
current: 目前
|
|
795
|
-
current_promotion_usage:
|
|
1699
|
+
current_promotion_usage: '目前用量: %{count}'
|
|
796
1700
|
customer: 客戶
|
|
797
1701
|
customer_details: 客戶資訊
|
|
798
1702
|
customer_details_updated: 客戶資訊已更新
|
|
@@ -807,7 +1711,6 @@ zh-TW:
|
|
|
807
1711
|
date: 日期
|
|
808
1712
|
date_completed: 完成日期
|
|
809
1713
|
date_picker:
|
|
810
|
-
# FlatPickr human friendly formatting
|
|
811
1714
|
fpr_human_friendly_date_format: M j, Y
|
|
812
1715
|
fpr_human_friendly_date_time_format: M j, Y - H:i
|
|
813
1716
|
date_range: 日期區間
|
|
@@ -836,24 +1739,27 @@ zh-TW:
|
|
|
836
1739
|
doesnt_track_inventory: 庫存沒有被追蹤
|
|
837
1740
|
dont_have_account: 沒有帳號?
|
|
838
1741
|
edit: 編輯
|
|
839
|
-
editing_resource:
|
|
1742
|
+
editing_resource: "%{resource}編輯中"
|
|
840
1743
|
editing_rma_reason: 編輯退貨授權理由
|
|
841
1744
|
editing_user: 編輯你的帳號
|
|
842
1745
|
eligibility_errors:
|
|
843
1746
|
messages:
|
|
844
1747
|
has_excluded_product: 你的購物車中有商品導致此優惠無法使用
|
|
845
|
-
item_total_less_than:
|
|
846
|
-
item_total_less_than_or_equal:
|
|
847
|
-
item_total_more_than:
|
|
848
|
-
item_total_more_than_or_equal:
|
|
1748
|
+
item_total_less_than: 此優惠代碼無法使用於訂單金額少於 %{amount} 的情況。
|
|
1749
|
+
item_total_less_than_or_equal: 此優惠代碼無法使用於訂單金額少於或等於 %{amount} 的情況。
|
|
1750
|
+
item_total_more_than: 此優惠代碼無法使用於訂單金額高於 %{amount} 的情況。
|
|
1751
|
+
item_total_more_than_or_equal: 此優惠代碼無法使用於訂單金額高於或等於 %{amount} 的情況。
|
|
849
1752
|
limit_once_per_user: 此優惠代碼每個會員只能使用一次
|
|
850
1753
|
missing_product: 此優惠代碼無法使用,購物車內的商品沒有滿足優惠條件。
|
|
851
1754
|
missing_taxon: 你必須有商品來自適用此活動的類別於購物車,才能使用此優惠代碼
|
|
852
1755
|
no_applicable_products: 你必須有適用此活動的商品於購物車內,才能使用此優惠代碼
|
|
1756
|
+
no_matching_channel: 此優惠券代碼不適用於此銷售管道。
|
|
1757
|
+
no_matching_market: 此優惠券代碼不適用於您的市場。
|
|
853
1758
|
no_matching_taxons: 你必須有商品來自適用此活動的類別於購物車,才能使用此優惠代碼
|
|
854
1759
|
no_user_or_email_specified: 你必須登入或是提供 Email ,才能使用此優惠代碼
|
|
855
1760
|
no_user_specified: 你必須登入才能使用此優惠代碼
|
|
856
1761
|
not_first_order: 此優惠代碼只適用於首購
|
|
1762
|
+
wrong_country: 此優惠代碼在您的國家不適用
|
|
857
1763
|
email: Email
|
|
858
1764
|
empty: 清空
|
|
859
1765
|
empty_cart: 清空購物車
|
|
@@ -868,13 +1774,20 @@ zh-TW:
|
|
|
868
1774
|
blank: 不能為空白
|
|
869
1775
|
could_not_create_taxon: 無法建立自訂類別
|
|
870
1776
|
no_shipping_methods_available: 你所選的地區沒有辦法建立寄送選項,請重新建立一個。
|
|
1777
|
+
cannot_delete_default_channel: 無法刪除預設通路。請先將另一個通路提升為預設通路。
|
|
1778
|
+
channel_store_mismatch: 必須屬於同一個商店
|
|
1779
|
+
invalid_order_routing_rule: 不是已註冊的訂單路由規則
|
|
1780
|
+
invalid_order_routing_strategy: 不是已註冊的訂單路由策略
|
|
1781
|
+
must_be_origin_only: 必須是來源(協定與主機),不可包含路徑、查詢字串或片段
|
|
1782
|
+
store_association_can_not_be_changed: 商店關聯無法變更
|
|
1783
|
+
store_is_already_set: 商店已設定
|
|
871
1784
|
services:
|
|
872
1785
|
get_shipping_rates:
|
|
873
1786
|
no_shipping_address: 必須要有地址才能估算郵資
|
|
874
1787
|
no_line_items: 必須要品項於訂單內才能估算郵資
|
|
875
1788
|
errors_prohibited_this_record_from_being_saved:
|
|
876
1789
|
one: 1 個錯誤導致此筆紀錄無法儲存
|
|
877
|
-
other:
|
|
1790
|
+
other: "%{count} 個錯誤導致此筆紀錄無法儲存"
|
|
878
1791
|
error_user_destroy_with_orders: 已經有訂單的客戶無法被刪除
|
|
879
1792
|
event: 活動
|
|
880
1793
|
events:
|
|
@@ -891,9 +1804,9 @@ zh-TW:
|
|
|
891
1804
|
user:
|
|
892
1805
|
signup: 註冊
|
|
893
1806
|
exceptions:
|
|
894
|
-
count_on_hand_setter:
|
|
1807
|
+
count_on_hand_setter: 無法手動更新庫存,請使用: update_column(:count_on_hand, value)
|
|
895
1808
|
exchange_for: 換貨
|
|
896
|
-
expedited_exchanges_warning:
|
|
1809
|
+
expedited_exchanges_warning: 所有的換貨在儲存後會馬上寄出給客戶。 客戶於 %{days_window} 天內沒有退還原商品將會被收取所有的費用。
|
|
897
1810
|
excl: 不包括
|
|
898
1811
|
expiration: 到期
|
|
899
1812
|
expiration_date: 到期日
|
|
@@ -937,24 +1850,7 @@ zh-TW:
|
|
|
937
1850
|
height: 高度
|
|
938
1851
|
hide_from_subcategories_nav: 於子類別隱藏
|
|
939
1852
|
home: 首頁
|
|
940
|
-
homepage:
|
|
941
|
-
bestsellers: BESTSELLERS
|
|
942
|
-
fashion_trends: FASHION TRENDS
|
|
943
|
-
fashion_trends_note: Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam.
|
|
944
|
-
men: MEN
|
|
945
|
-
new: NEW
|
|
946
|
-
new_collection: NEW COLLECTION
|
|
947
|
-
read_more: READ MORE
|
|
948
|
-
shoes: SHOES
|
|
949
|
-
shop_now: SHOP NOW
|
|
950
|
-
sportswear: SPORTSWEAR
|
|
951
|
-
streetstyle: STREETSTYLE
|
|
952
|
-
summer_2019: Summer 2019
|
|
953
|
-
summer_collection: Summer Collection
|
|
954
|
-
summer_sale: SUMMER SALE
|
|
955
|
-
trending: TRENDING
|
|
956
|
-
up_to_60: UP TO 60%
|
|
957
|
-
women: WOMEN
|
|
1853
|
+
homepage: 首頁
|
|
958
1854
|
help_center: 幫助中心
|
|
959
1855
|
i18n:
|
|
960
1856
|
available_locales: 支援的語言
|
|
@@ -971,20 +1867,20 @@ zh-TW:
|
|
|
971
1867
|
icon: 圖標
|
|
972
1868
|
image: 圖片
|
|
973
1869
|
images: 圖片
|
|
974
|
-
implement_eligible_for_return:
|
|
975
|
-
implement_requires_manual_intervention:
|
|
1870
|
+
implement_eligible_for_return: 'Must implement #eligible_for_return? for your EligibilityValidator.'
|
|
1871
|
+
implement_requires_manual_intervention: 'Must implement #requires_manual_intervention? for your EligibilityValidator.'
|
|
976
1872
|
in_stock: 有庫存
|
|
977
1873
|
inactive: 已失效
|
|
978
1874
|
incl: 包括
|
|
979
1875
|
included_in_price: 包含於價格
|
|
980
1876
|
included_price_validation: 無法被選擇直到預設稅區已經設定好
|
|
981
1877
|
incomplete: 未完成
|
|
982
|
-
info_product_has_multiple_skus:
|
|
1878
|
+
info_product_has_multiple_skus: '此商品有 %{count} 個型號:'
|
|
983
1879
|
info_number_of_skus_not_shown:
|
|
984
|
-
one:
|
|
985
|
-
other:
|
|
1880
|
+
one: 與另一個
|
|
1881
|
+
other: 與其他 %{count} 個
|
|
986
1882
|
instructions_to_reset_password: 請填入你的 Email
|
|
987
|
-
insufficient_stock:
|
|
1883
|
+
insufficient_stock: 庫存不夠,只剩下 %{on_hand} 個
|
|
988
1884
|
insufficient_stock_item_quantity: 庫存不夠
|
|
989
1885
|
insufficient_stock_lines_present: 此訂單中有幾個品項庫存不夠
|
|
990
1886
|
intercept_email_address: 截取 Email
|
|
@@ -1011,6 +1907,7 @@ zh-TW:
|
|
|
1011
1907
|
gte: 大於或等於
|
|
1012
1908
|
lt: 小於
|
|
1013
1909
|
lte: 小於或等於
|
|
1910
|
+
max_amount_help: 將此欄位留空表示不限制最大金額。
|
|
1014
1911
|
items_cannot_be_shipped: 我們無法計算您所選的項目的運費。
|
|
1015
1912
|
items_in_rmas: 項目在退貨授權中
|
|
1016
1913
|
items_to_be_reimbursed: 項目在核銷中
|
|
@@ -1029,7 +1926,7 @@ zh-TW:
|
|
|
1029
1926
|
locale_changed: 語言改變
|
|
1030
1927
|
location: 地點
|
|
1031
1928
|
lock: 鎖定
|
|
1032
|
-
log_entries:
|
|
1929
|
+
log_entries: Log Entries
|
|
1033
1930
|
log_in: 登入
|
|
1034
1931
|
log_in_to_continue: 登入後繼續
|
|
1035
1932
|
logs: 紀錄
|
|
@@ -1063,7 +1960,7 @@ zh-TW:
|
|
|
1063
1960
|
metadata: Metadata
|
|
1064
1961
|
mutable: 可調整的
|
|
1065
1962
|
minimal_amount: 最低金額
|
|
1066
|
-
missing_return_authorization:
|
|
1963
|
+
missing_return_authorization: "%{item_name} 沒有退貨授權"
|
|
1067
1964
|
month: 月份
|
|
1068
1965
|
more: 更多
|
|
1069
1966
|
move_stock_between_locations: 於不同地點間移動庫存
|
|
@@ -1139,7 +2036,7 @@ zh-TW:
|
|
|
1139
2036
|
no_products_found: 找不到商品
|
|
1140
2037
|
no_results: 沒有結果
|
|
1141
2038
|
no_rules_added: 沒有規則被新增
|
|
1142
|
-
no_resource_found:
|
|
2039
|
+
no_resource_found: 找不到 %{resource}
|
|
1143
2040
|
no_returns_found: 找不到退貨
|
|
1144
2041
|
no_shipping_method_selected: 沒有選取寄送選項
|
|
1145
2042
|
no_state_changes: 沒有狀態改變
|
|
@@ -1151,16 +2048,16 @@ zh-TW:
|
|
|
1151
2048
|
not: 不
|
|
1152
2049
|
not_available: N/A
|
|
1153
2050
|
not_enough_stock: 選定的地點沒有足夠的庫存去做轉移
|
|
1154
|
-
not_found:
|
|
2051
|
+
not_found: 找不到%{resource}
|
|
1155
2052
|
note: 筆記
|
|
1156
2053
|
notice_messages:
|
|
1157
2054
|
product_cloned: 商品已被複製
|
|
1158
2055
|
product_deleted: 商品已被刪除
|
|
1159
|
-
product_not_cloned:
|
|
1160
|
-
product_not_deleted:
|
|
2056
|
+
product_not_cloned: 商品無法被複製,原因為:%{error}
|
|
2057
|
+
product_not_deleted: 商品無法被刪除,原因為:%{error}
|
|
1161
2058
|
variant_deleted: 型號已被刪除
|
|
1162
|
-
variant_not_deleted:
|
|
1163
|
-
num_orders:
|
|
2059
|
+
variant_not_deleted: 型號無法被刪除,原因為:%{error}
|
|
2060
|
+
num_orders: "# 訂單"
|
|
1164
2061
|
number: 號碼
|
|
1165
2062
|
ok: 好
|
|
1166
2063
|
on_hand: 庫存
|
|
@@ -1174,7 +2071,7 @@ zh-TW:
|
|
|
1174
2071
|
optional: 非必填
|
|
1175
2072
|
options: 選項
|
|
1176
2073
|
or: 或
|
|
1177
|
-
or_over_price:
|
|
2074
|
+
or_over_price: "%{price}或更高"
|
|
1178
2075
|
order: 訂單
|
|
1179
2076
|
order_adjustments: 訂單調整
|
|
1180
2077
|
order_already_updated: 此訂單更新成功
|
|
@@ -1185,26 +2082,34 @@ zh-TW:
|
|
|
1185
2082
|
order_information: 訂單資訊
|
|
1186
2083
|
order_line_items: 訂單品項
|
|
1187
2084
|
order_mailer:
|
|
1188
|
-
subtotal:
|
|
1189
|
-
total:
|
|
2085
|
+
subtotal: '小記:'
|
|
2086
|
+
total: '總計:'
|
|
1190
2087
|
cancel_email:
|
|
1191
2088
|
dear_customer: 親愛的顧客,
|
|
1192
2089
|
instructions: 你的訂單已取消。請你保留好此信件做為紀錄。
|
|
1193
|
-
order_summary_canceled:
|
|
2090
|
+
order_summary_canceled: 訂單編號 %{number} 總結 [CANCELED]
|
|
1194
2091
|
subject: 訂單取消
|
|
2092
|
+
thanks: 感謝您
|
|
1195
2093
|
confirm_email:
|
|
1196
2094
|
dear_customer: 親愛的顧客,
|
|
1197
2095
|
instructions: 請你保留好此信件做為紀錄。
|
|
1198
|
-
order_summary:
|
|
2096
|
+
order_summary: 訂單編號 %{number} 總結
|
|
1199
2097
|
subject: 訂單確認信件
|
|
1200
2098
|
thanks: 感謝你
|
|
1201
2099
|
store_owner_notification_email:
|
|
1202
2100
|
heading: 新訂單
|
|
1203
2101
|
instructions: 一筆新訂單
|
|
1204
|
-
order_summary:
|
|
1205
|
-
subject:
|
|
2102
|
+
order_summary: 訂單 %{number} 總結
|
|
2103
|
+
subject: "%{store_name}收到了一筆新訂單"
|
|
2104
|
+
thanks: 謝謝您
|
|
2105
|
+
payment_link_email:
|
|
2106
|
+
message: 請點選下方按鈕為您的訂單付款。
|
|
2107
|
+
message_copy_link: 若按鈕無法運作,請複製並貼上以下連結至您的瀏覽器:
|
|
2108
|
+
pay_for_order: 為訂單付款
|
|
2109
|
+
subject: '訂單 #%{number} 的付款連結'
|
|
2110
|
+
store_team: "%{store_name} 團隊"
|
|
1206
2111
|
order_not_found: 我們無法找到你的訂單,請再試一次
|
|
1207
|
-
order_number:
|
|
2112
|
+
order_number: 訂單編號 %{number}
|
|
1208
2113
|
order_processed_successfully: 你的訂單已經處理完成。
|
|
1209
2114
|
order_resumed: 繼續訂單
|
|
1210
2115
|
order_state:
|
|
@@ -1222,7 +2127,7 @@ zh-TW:
|
|
|
1222
2127
|
order_success: 訂單建立成功
|
|
1223
2128
|
order_success_explain: 你的訂單資訊將會被寄送至 Email
|
|
1224
2129
|
order_summary: 訂單總結
|
|
1225
|
-
order_sure_want_to:
|
|
2130
|
+
order_sure_want_to: 你確定要%{event}此筆訂單?
|
|
1226
2131
|
order_total: 訂單總計
|
|
1227
2132
|
order_updated: 訂單已更新
|
|
1228
2133
|
orders: 訂單
|
|
@@ -1234,8 +2139,8 @@ zh-TW:
|
|
|
1234
2139
|
page_not_found: 您所訪問的頁面不存在!
|
|
1235
2140
|
pagination:
|
|
1236
2141
|
next_page: 下一頁 »
|
|
1237
|
-
previous_page:
|
|
1238
|
-
truncate:
|
|
2142
|
+
previous_page: "« 上一頁"
|
|
2143
|
+
truncate: "…"
|
|
1239
2144
|
password: 密碼
|
|
1240
2145
|
paste: 貼上
|
|
1241
2146
|
path: 路徑
|
|
@@ -1261,6 +2166,9 @@ zh-TW:
|
|
|
1261
2166
|
pending: 等待中
|
|
1262
2167
|
processing: 處理中
|
|
1263
2168
|
void: 作廢
|
|
2169
|
+
complete: 已完成
|
|
2170
|
+
partially_refunded: 部分退款
|
|
2171
|
+
refunded: 已退款
|
|
1264
2172
|
payment_type: 付款類型
|
|
1265
2173
|
payment_updated: 付款已更新
|
|
1266
2174
|
payments: 付款
|
|
@@ -1296,7 +2204,7 @@ zh-TW:
|
|
|
1296
2204
|
no_results_found: 沒有結果
|
|
1297
2205
|
not_found_filters1: 沒有商品符合你的篩選條件
|
|
1298
2206
|
not_found_filters2: 請嘗試新的篩選條件
|
|
1299
|
-
not_found_text1:
|
|
2207
|
+
not_found_text1: 我們找不到商品包含關鍵字: %{keywords}
|
|
1300
2208
|
not_found_text2: 請嘗試新的關鍵字
|
|
1301
2209
|
price: 價格
|
|
1302
2210
|
price_high_to_low: 價格 (高 - 低)
|
|
@@ -1340,7 +2248,7 @@ zh-TW:
|
|
|
1340
2248
|
promotion: 優惠
|
|
1341
2249
|
promotionable: 可提供優惠
|
|
1342
2250
|
promotion_cloned: 優惠已複製
|
|
1343
|
-
promotion_not_cloned:
|
|
2251
|
+
promotion_not_cloned: 優惠無法被複製,原因:%{error}
|
|
1344
2252
|
promotion_action: 優惠操作
|
|
1345
2253
|
promotion_action_types:
|
|
1346
2254
|
create_adjustment:
|
|
@@ -1361,9 +2269,12 @@ zh-TW:
|
|
|
1361
2269
|
match_policies:
|
|
1362
2270
|
all: 符合所有條件
|
|
1363
2271
|
any: 滿足其中一個條件
|
|
1364
|
-
promotion_label:
|
|
2272
|
+
promotion_label: 優惠活動:%{name}
|
|
1365
2273
|
promotion_rule: 優惠規則
|
|
1366
2274
|
promotion_rule_types:
|
|
2275
|
+
channel:
|
|
2276
|
+
description: 限定透過指定管道下單的訂單
|
|
2277
|
+
name: 管道(s)
|
|
1367
2278
|
country:
|
|
1368
2279
|
description: 訂單要被寄去指定(或是預設)的國家
|
|
1369
2280
|
name: 國家
|
|
@@ -1373,6 +2284,9 @@ zh-TW:
|
|
|
1373
2284
|
item_total:
|
|
1374
2285
|
description: 商品總價符合條件
|
|
1375
2286
|
name: 商品總價
|
|
2287
|
+
market:
|
|
2288
|
+
description: 限定在指定市場下單的訂單
|
|
2289
|
+
name: 市場(s)
|
|
1376
2290
|
one_use_per_user:
|
|
1377
2291
|
description: 每人只可使用一次
|
|
1378
2292
|
name: 每人一次
|
|
@@ -1391,6 +2305,21 @@ zh-TW:
|
|
|
1391
2305
|
taxon:
|
|
1392
2306
|
description: 訂單包含指定的自訂類別內的商品
|
|
1393
2307
|
name: 自訂類別(s)
|
|
2308
|
+
category:
|
|
2309
|
+
description: 訂單包含指定類別中的商品
|
|
2310
|
+
name: 類別
|
|
2311
|
+
currency:
|
|
2312
|
+
description: 限定使用特定貨幣的訂單
|
|
2313
|
+
name: 貨幣
|
|
2314
|
+
customer:
|
|
2315
|
+
description: 僅供指定顧客使用
|
|
2316
|
+
name: 顧客
|
|
2317
|
+
customer_group:
|
|
2318
|
+
description: 僅供指定顧客群組中的顧客使用
|
|
2319
|
+
name: 顧客群組
|
|
2320
|
+
customer_logged_in:
|
|
2321
|
+
description: 僅供已登入的顧客使用
|
|
2322
|
+
name: 僅限已登入的顧客
|
|
1394
2323
|
promotions: 優惠
|
|
1395
2324
|
promotion_uses: 優惠使用
|
|
1396
2325
|
propagate_all_variants: 使用於所有型號
|
|
@@ -1437,7 +2366,7 @@ zh-TW:
|
|
|
1437
2366
|
rename: 重新命名
|
|
1438
2367
|
report: 報告
|
|
1439
2368
|
reports: 報告
|
|
1440
|
-
required:
|
|
2369
|
+
required: "*"
|
|
1441
2370
|
required_fields: 必填欄位
|
|
1442
2371
|
resellable: 可轉售
|
|
1443
2372
|
resend: 重寄
|
|
@@ -1464,15 +2393,16 @@ zh-TW:
|
|
|
1464
2393
|
return_items_cannot_be_associated_with_multiple_orders: 退換貨項目不能與多筆訂單共存
|
|
1465
2394
|
reimbursement_mailer:
|
|
1466
2395
|
reimbursement_email:
|
|
1467
|
-
days_to_send:
|
|
2396
|
+
days_to_send: 你有幾 %{days} 天將需要換貨的商品寄回。
|
|
1468
2397
|
dear_customer: 親愛的顧客,
|
|
1469
2398
|
exchange_summary: 換貨總結
|
|
1470
2399
|
for: 為了
|
|
1471
2400
|
instructions: 核銷已經在處理中
|
|
1472
2401
|
refund_summary: 退款總結
|
|
1473
2402
|
subject: 核銷通知
|
|
1474
|
-
total_refunded:
|
|
2403
|
+
total_refunded: '退款總計: %{total}'
|
|
1475
2404
|
thanks: 感謝
|
|
2405
|
+
store_team: "%{store_name} 團隊"
|
|
1476
2406
|
return_number: 退貨號碼
|
|
1477
2407
|
return_quantity: 退貨數量
|
|
1478
2408
|
returned: 已退貨
|
|
@@ -1497,7 +2427,7 @@ zh-TW:
|
|
|
1497
2427
|
say_yes: 是
|
|
1498
2428
|
scope: 範圍
|
|
1499
2429
|
search: 搜尋
|
|
1500
|
-
search_results:
|
|
2430
|
+
search_results: "%{keywords}的搜尋結果"
|
|
1501
2431
|
searching: 搜尋中
|
|
1502
2432
|
secure_connection_type: 安全連線類型
|
|
1503
2433
|
security_settings: 安全設定
|
|
@@ -1509,7 +2439,7 @@ zh-TW:
|
|
|
1509
2439
|
select_a_stock_location: 選取庫存地點
|
|
1510
2440
|
select_a_store_credit_reason: 選取商城抵用金的理由
|
|
1511
2441
|
select_stock: 選取庫存
|
|
1512
|
-
selected_quantity_not_available:
|
|
2442
|
+
selected_quantity_not_available: 所選數量 %{item} 不可行
|
|
1513
2443
|
send_copy_of_all_mails_to: 寄至所有的信箱
|
|
1514
2444
|
send_mails_as: 寄出所有信件以
|
|
1515
2445
|
seo_title: SEO 標題
|
|
@@ -1522,17 +2452,18 @@ zh-TW:
|
|
|
1522
2452
|
ship_total: 物流金額
|
|
1523
2453
|
shipment: 物流
|
|
1524
2454
|
shipment_adjustments: 物流調整
|
|
1525
|
-
shipment_details:
|
|
2455
|
+
shipment_details: 從 %{stock_location} 藉由 %{shipping_method} 寄送
|
|
1526
2456
|
shipment_mailer:
|
|
1527
2457
|
shipped_email:
|
|
1528
2458
|
dear_customer: 親愛的客戶
|
|
1529
|
-
instructions:
|
|
2459
|
+
instructions: 你的訂單 %{number} 已經寄出
|
|
1530
2460
|
shipment_summary: 此筆訂單的物流總結
|
|
1531
|
-
shipping_method:
|
|
2461
|
+
shipping_method: 寄送方法:%{shipping_method}
|
|
1532
2462
|
subject: 寄送通知
|
|
1533
2463
|
thanks: 感謝
|
|
1534
|
-
track_information:
|
|
2464
|
+
track_information: 追蹤號碼 %{tracking}
|
|
1535
2465
|
track_link: '追蹤方法: %{url}'
|
|
2466
|
+
store_team: "%{store_name} 團隊"
|
|
1536
2467
|
shipment_state: 寄送狀態
|
|
1537
2468
|
shipment_states:
|
|
1538
2469
|
backorder: 補貨中
|
|
@@ -1558,10 +2489,10 @@ zh-TW:
|
|
|
1558
2489
|
shipping_price_sack: 每袋價格
|
|
1559
2490
|
shipping_rates:
|
|
1560
2491
|
display_price:
|
|
1561
|
-
including_tax:
|
|
1562
|
-
excluding_tax:
|
|
2492
|
+
including_tax: "%{price} (包含 %{tax_amount} %{tax_rate_name})"
|
|
2493
|
+
excluding_tax: "%{price} (+ %{tax_amount} %{tax_rate_name})"
|
|
1563
2494
|
shipping_total: 運費總計
|
|
1564
|
-
shop_by_taxonomy:
|
|
2495
|
+
shop_by_taxonomy: 於%{taxonomy}選購
|
|
1565
2496
|
shopping_cart: 購物車
|
|
1566
2497
|
show: 顯示
|
|
1567
2498
|
show_active: 顯示活躍
|
|
@@ -1629,12 +2560,14 @@ zh-TW:
|
|
|
1629
2560
|
stock_management: 庫存管理
|
|
1630
2561
|
stock_management_requires_a_stock_location: 庫存管理需要有一個庫存位置
|
|
1631
2562
|
stock_movements: 庫存動態
|
|
1632
|
-
stock_movements_for_stock_location:
|
|
2563
|
+
stock_movements_for_stock_location: "%{stock_location_name}的庫存動態"
|
|
1633
2564
|
stock_successfully_transferred: 庫存已經成功地轉移
|
|
1634
2565
|
stock_transfer_name: 庫存轉移
|
|
1635
2566
|
stock_transfer:
|
|
1636
2567
|
errors:
|
|
1637
2568
|
must_have_variant: 必須至少有有一個型號
|
|
2569
|
+
same_location: 不可與目的地地點相同
|
|
2570
|
+
variants_unavailable: 部分款式在 %{stock} 無法取得
|
|
1638
2571
|
stock_transfers: 庫存轉移
|
|
1639
2572
|
stop: 停止
|
|
1640
2573
|
store: 商店
|
|
@@ -1652,46 +2585,48 @@ zh-TW:
|
|
|
1652
2585
|
allocated: 已新增
|
|
1653
2586
|
apply: 使用
|
|
1654
2587
|
remove: 移除
|
|
1655
|
-
applicable_amount:
|
|
1656
|
-
available_amount:
|
|
1657
|
-
remaining_amount:
|
|
1658
|
-
additional_payment_needed:
|
|
2588
|
+
applicable_amount: "<strong>%{amount}</strong> 的商城抵用金會被用於此筆訂單。"
|
|
2589
|
+
available_amount: 你有 <strong>%{amount}</strong> 的商城抵用金可以使用!
|
|
2590
|
+
remaining_amount: 你的帳號仍有 <strong>%{amount}</strong> 的商城抵用金可以使用!
|
|
2591
|
+
additional_payment_needed: 選擇一個付款方式支付所剩之 <strong>%{amount}</strong> 的餘額。
|
|
1659
2592
|
errors:
|
|
1660
2593
|
cannot_change_used_store_credit: 你無法更改已經使用過的商城抵用金
|
|
1661
2594
|
unable_to_create: 無法建立商城抵用金
|
|
1662
2595
|
unable_to_delete: 無法刪除商城抵用金
|
|
1663
2596
|
unable_to_fund: 無法使用商城抵用金支付此訂單
|
|
1664
2597
|
unable_to_update: 無法更新商城抵用金
|
|
2598
|
+
remaining: 剩餘
|
|
2599
|
+
eligible: 符合資格
|
|
1665
2600
|
store_credits: 商城抵用金
|
|
1666
2601
|
store_credit_categories: 商城抵用金類別
|
|
1667
2602
|
store_credit_payment_method:
|
|
1668
2603
|
unable_to_void: '無法作廢: %{auth_code}'
|
|
1669
2604
|
unable_to_credit: '無法給予商城抵用金: %{auth_code}'
|
|
1670
|
-
successful_action:
|
|
2605
|
+
successful_action: 成功的商城抵用金 %{action}
|
|
1671
2606
|
unable_to_find: 無法找到商城抵用金
|
|
1672
2607
|
insufficient_funds: 商城抵用金不足
|
|
1673
2608
|
currency_mismatch: 商城抵用金的幣別與訂單不符
|
|
1674
2609
|
insufficient_authorized_amount: 無法獲取超過的金額
|
|
1675
|
-
unable_to_find_for_action:
|
|
2610
|
+
unable_to_find_for_action: "%{action} 的行為,無法找到商城抵用金: %{auth_code}"
|
|
1676
2611
|
user_has_no_store_credits: 用戶沒有任何的商城抵用金
|
|
1677
2612
|
select_one_store_credit: 使用商城抵用金支付剩餘的款項
|
|
1678
2613
|
store_default: 預設商店
|
|
1679
|
-
store_not_set_as_default:
|
|
1680
|
-
store_set_as_default:
|
|
2614
|
+
store_not_set_as_default: "%{store}無法設為預設商店"
|
|
2615
|
+
store_set_as_default: "%{store}現在為預設商店"
|
|
1681
2616
|
street_address: 地址
|
|
1682
2617
|
street_address_2: 地址 (接續)
|
|
1683
2618
|
subtotal: 小計
|
|
1684
2619
|
subtract: 扣除
|
|
1685
2620
|
success: 成功
|
|
1686
|
-
successfully_created:
|
|
1687
|
-
successfully_refunded:
|
|
1688
|
-
successfully_removed:
|
|
1689
|
-
successfully_updated:
|
|
2621
|
+
successfully_created: "%{resource}已被成功建立!"
|
|
2622
|
+
successfully_refunded: "%{resource}已被成功的退款!"
|
|
2623
|
+
successfully_removed: "%{resource}已被成功的移除!"
|
|
2624
|
+
successfully_updated: "%{resource}已被成功的更新!"
|
|
1690
2625
|
summary: 總結
|
|
1691
2626
|
supported_currencies: 支援的貨幣
|
|
1692
2627
|
supported_currencies_long: 支援貨幣清單,以逗號分隔
|
|
1693
2628
|
tax: 稅金
|
|
1694
|
-
tax_included:
|
|
2629
|
+
tax_included: 稅金 (包含.)
|
|
1695
2630
|
tax_categories: 稅金類別
|
|
1696
2631
|
tax_category: 稅金類別
|
|
1697
2632
|
tax_code: 稅金代碼
|
|
@@ -1714,7 +2649,7 @@ zh-TW:
|
|
|
1714
2649
|
taxonomy_categories_name: 自訂類別集合類別
|
|
1715
2650
|
taxonomy_edit: 編輯自訂類別集合
|
|
1716
2651
|
taxonomy_tree_error: 請求失敗,自訂類別集合的樹狀結構已經回復至之前的狀態,請再試一次。
|
|
1717
|
-
taxonomy_tree_instruction:
|
|
2652
|
+
taxonomy_tree_instruction: "* 滑鼠右鍵點選子集合可以新增、刪除和排序他們。"
|
|
1718
2653
|
taxons: 自訂類別
|
|
1719
2654
|
test: 測試
|
|
1720
2655
|
test_mailer:
|
|
@@ -1752,7 +2687,7 @@ zh-TW:
|
|
|
1752
2687
|
type_to_search: 搜尋類型
|
|
1753
2688
|
unable_to_connect_to_gateway: 無法連線至接口
|
|
1754
2689
|
unable_to_create_reimbursements: 無法建立核銷
|
|
1755
|
-
under_price:
|
|
2690
|
+
under_price: 價格:%{price} 以下
|
|
1756
2691
|
unlock: 解鎖
|
|
1757
2692
|
unrecognized_card_type: 無法辨識卡片類型
|
|
1758
2693
|
unshippable_items: 無法運送的項目
|
|
@@ -1797,3 +2732,558 @@ zh-TW:
|
|
|
1797
2732
|
zipcode: 郵遞區號
|
|
1798
2733
|
zone: 區域
|
|
1799
2734
|
zones: 所有區域
|
|
2735
|
+
add_gift_card: 新增禮品卡
|
|
2736
|
+
add_selected: 新增所選項目
|
|
2737
|
+
add_selected_products: 新增所選商品
|
|
2738
|
+
add_selected_variant: 新增所選款式
|
|
2739
|
+
added_at: 新增時間
|
|
2740
|
+
adjustment_amount_help: 正值為收費,負值為退款。
|
|
2741
|
+
adjustment_closed_description: 此調整項已關閉,不會重新計算。
|
|
2742
|
+
adjustment_open_description: 此調整項為開啟狀態,將會重新計算。
|
|
2743
|
+
admin_language_help: 您的管理儀表板顯示的語言。僅影響您所看到的內容,不影響商店或其他員工。
|
|
2744
|
+
admin_locale_help: 用於管理儀表板的語言。若未設定,則預設為應用程式語系。
|
|
2745
|
+
all_time: 所有時間
|
|
2746
|
+
apis:
|
|
2747
|
+
admin: 管理 API
|
|
2748
|
+
store: 商店 API
|
|
2749
|
+
applied_to: 套用於
|
|
2750
|
+
assigned_variants: 指定的款式
|
|
2751
|
+
assigned_variants_help: 選擇此圖片代表的款式。留空則套用至所有款式。
|
|
2752
|
+
automatic_promotion: 自動
|
|
2753
|
+
cancel_order: 取消訂單
|
|
2754
|
+
cannot_ship: 貨件無法出貨
|
|
2755
|
+
card_expiration_placeholder: MM/YYYY
|
|
2756
|
+
categorization: 分類
|
|
2757
|
+
change_password: 變更密碼
|
|
2758
|
+
close_sidebar: 關閉側邊欄
|
|
2759
|
+
contact_information: 聯絡資訊
|
|
2760
|
+
continue_selling_when_out_of_stock: 缺貨時繼續銷售
|
|
2761
|
+
copied: 已複製!
|
|
2762
|
+
copy_id: 複製 ID
|
|
2763
|
+
custom_domains: 自訂網域
|
|
2764
|
+
customer_could_not_be_removed_from_group: 無法將顧客從群組中移除
|
|
2765
|
+
customer_group_rule:
|
|
2766
|
+
choose_customer_groups: 選擇此促銷應套用的顧客群組:
|
|
2767
|
+
customer_removed_from_group: 顧客已從群組中移除
|
|
2768
|
+
customers_added_to_group:
|
|
2769
|
+
one: 已將 %{count} 位顧客新增至群組
|
|
2770
|
+
other: 已將 %{count} 位顧客新增至群組
|
|
2771
|
+
customers_removed_from_group:
|
|
2772
|
+
one: 已將 %{count} 位顧客從群組中移除
|
|
2773
|
+
other: 已將 %{count} 位顧客從群組中移除
|
|
2774
|
+
date_range_presets:
|
|
2775
|
+
last_30_days: 最近 30 天
|
|
2776
|
+
last_7_days: 最近 7 天
|
|
2777
|
+
last_month: 上個月
|
|
2778
|
+
this_month: 本月
|
|
2779
|
+
today: 今天
|
|
2780
|
+
yesterday: 昨天
|
|
2781
|
+
days_ago: 天前
|
|
2782
|
+
delete_selected: 刪除所選項目
|
|
2783
|
+
digital_assets_help: 數位資產是顧客購買後可下載的檔案。
|
|
2784
|
+
dimension_units:
|
|
2785
|
+
centimeter: 公分(cm)
|
|
2786
|
+
foot: 英尺(ft)
|
|
2787
|
+
inch: 英寸(in)
|
|
2788
|
+
millimeter: 公釐(mm)
|
|
2789
|
+
display_settings: 顯示設定
|
|
2790
|
+
domains: 網域
|
|
2791
|
+
draft_orders: 草稿訂單
|
|
2792
|
+
edit_address: 編輯地址
|
|
2793
|
+
edit_prices: 編輯價格
|
|
2794
|
+
edit_refund: 編輯退款
|
|
2795
|
+
estimated_delivery_time: 預估送達時間
|
|
2796
|
+
excerpt: 摘要
|
|
2797
|
+
favicon: 網站圖示
|
|
2798
|
+
filtered_records: 篩選的記錄
|
|
2799
|
+
forbidden_message: 您無權存取此頁面。
|
|
2800
|
+
general_information: 一般資訊
|
|
2801
|
+
internal_server_error: 伺服器內部錯誤
|
|
2802
|
+
internal_server_error_message: 伺服器遇到內部錯誤,無法完成您的請求。
|
|
2803
|
+
invitation_expired:
|
|
2804
|
+
body: 此邀請連結已失效。請請求邀請您的人重新傳送一份新的。
|
|
2805
|
+
heading: 邀請無效或已過期
|
|
2806
|
+
invitation_resent: 邀請已重新傳送!
|
|
2807
|
+
manual_adjustment: 手動調整
|
|
2808
|
+
manual_adjustments: 手動調整
|
|
2809
|
+
mark_as_default: 設為預設
|
|
2810
|
+
move_variant_to: 將款式移至
|
|
2811
|
+
new_allowed_origin: 新增允許的來源
|
|
2812
|
+
new_api_key: 新增 API 金鑰
|
|
2813
|
+
new_balance: 新餘額
|
|
2814
|
+
new_billing_address: 新增帳單地址
|
|
2815
|
+
new_channel: 新增銷售通路
|
|
2816
|
+
new_custom_domain: 新增自訂網域
|
|
2817
|
+
new_customer_group: 新增顧客群組
|
|
2818
|
+
new_digital_asset: 新增數位資產
|
|
2819
|
+
new_domain: 新增網域
|
|
2820
|
+
new_gift_card: 新增禮品卡
|
|
2821
|
+
new_line_item: 新增明細項目
|
|
2822
|
+
new_metafield_definition: 新增中繼欄位定義
|
|
2823
|
+
new_nested_taxon: 新增巢狀子類別
|
|
2824
|
+
new_page: 新增頁面
|
|
2825
|
+
new_password: 新密碼
|
|
2826
|
+
new_policy: 新增政策
|
|
2827
|
+
new_shipping_address: 新增運送地址
|
|
2828
|
+
new_store: 新增商店
|
|
2829
|
+
new_webhook_endpoint: 新增 Webhook 端點
|
|
2830
|
+
no_adjustments: 無調整項
|
|
2831
|
+
no_billing_address_available: 無可用的帳單地址
|
|
2832
|
+
no_customers_found: 找不到顧客
|
|
2833
|
+
no_email_provided: 未提供電子郵件
|
|
2834
|
+
no_internal_note: 無內部備註
|
|
2835
|
+
no_products_added: 未新增商品
|
|
2836
|
+
no_products_in_price_list: 此價目表中無商品
|
|
2837
|
+
no_promotions_applied: 未套用任何促銷
|
|
2838
|
+
no_saved_cards: 無已儲存的卡片
|
|
2839
|
+
no_shipping_address_available: 無可用的運送地址
|
|
2840
|
+
no_taxes: 無稅金
|
|
2841
|
+
no_users_selected: 未選取任何使用者
|
|
2842
|
+
not_risky: 無風險
|
|
2843
|
+
oauth_applications: OAuth 應用程式
|
|
2844
|
+
option_type_filterable_info: 當選項類型設為可篩選時,您的店面訪客可選擇根據該選項類型篩選某分類的商品。典型範例是依尺寸與顏色篩選服飾。<br><br><b>請注意:</b>篩選器僅會在含有設定此選項類型商品的店面分類中顯示。
|
|
2845
|
+
option_type_kind_info: 控制選項在店面上的顯示方式。色票顯示彩色圓圈,按鈕顯示可點擊的標籤,下拉選單顯示選擇選單。
|
|
2846
|
+
option_type_kinds:
|
|
2847
|
+
buttons: 按鈕
|
|
2848
|
+
color_swatch: 色票
|
|
2849
|
+
dropdown: 下拉選單
|
|
2850
|
+
or_select_other_address: 或選擇其他地址
|
|
2851
|
+
order_email_resent_error: 訂單確認信僅能針對已完成的訂單寄送
|
|
2852
|
+
page_not_found_message: 此頁面不存在。
|
|
2853
|
+
payment_amount: 付款金額
|
|
2854
|
+
payment_provider_settings: 付款服務商設定
|
|
2855
|
+
payments_gateway_processing_errors: "%{payment_method_name} 處理錯誤"
|
|
2856
|
+
personal_details: 個人詳細資料
|
|
2857
|
+
previously_used_card: 先前使用的卡片
|
|
2858
|
+
price_list_form:
|
|
2859
|
+
match_policies:
|
|
2860
|
+
all: 符合所有這些規則
|
|
2861
|
+
any: 符合任一這些規則
|
|
2862
|
+
price_list_statuses:
|
|
2863
|
+
active: 啟用中
|
|
2864
|
+
draft: 草稿
|
|
2865
|
+
inactive: 未啟用
|
|
2866
|
+
scheduled: 已排程
|
|
2867
|
+
scheduled_active: 已排程(啟用中)
|
|
2868
|
+
products_added: 已新增商品
|
|
2869
|
+
products_removed: 已移除商品
|
|
2870
|
+
products_sort_options:
|
|
2871
|
+
best_selling: 最暢銷
|
|
2872
|
+
manual: 手動
|
|
2873
|
+
name_a_z: 依字母順序,A-Z
|
|
2874
|
+
name_z_a: 依字母順序,Z-A
|
|
2875
|
+
newest_first: 最新
|
|
2876
|
+
oldest_first: 最舊
|
|
2877
|
+
price_high_to_low: 價格(高至低)
|
|
2878
|
+
price_low_to_high: 價格(低至高)
|
|
2879
|
+
relevance: 相關性
|
|
2880
|
+
remove_condition: 移除條件
|
|
2881
|
+
same_as_shipping_address: 與運送地址相同
|
|
2882
|
+
search_customers: 搜尋顧客
|
|
2883
|
+
search_engine_listing: 搜尋引擎列表
|
|
2884
|
+
search_products: 搜尋商品
|
|
2885
|
+
select_existing_address: 選擇現有地址
|
|
2886
|
+
select_key_type: 選擇金鑰類型
|
|
2887
|
+
select_user: 選擇顧客
|
|
2888
|
+
select_vendor: 選擇賣家
|
|
2889
|
+
send_payment_link: 傳送付款連結
|
|
2890
|
+
send_payment_link_title: 透過電子郵件傳送付款連結給顧客。他們稍後即可完成付款。
|
|
2891
|
+
service_unavailable: 服務無法使用
|
|
2892
|
+
service_unavailable_message: 由於維護停機或容量問題,伺服器暫時無法處理您的請求。請稍後再試。
|
|
2893
|
+
shipment_successfully_shipped: 貨件已成功出貨
|
|
2894
|
+
show_details: 顯示詳細資料
|
|
2895
|
+
show_report: 顯示報表
|
|
2896
|
+
standards_and_formats: 標準與格式
|
|
2897
|
+
standards_and_formats_help: 設定您商店的時區、預設單位制與重量單位。
|
|
2898
|
+
start_typing_to_search_for_products: 開始輸入以搜尋商品
|
|
2899
|
+
start_typing_to_search_for_variants: 開始輸入以搜尋款式
|
|
2900
|
+
store_details: 商店詳細資料
|
|
2901
|
+
store_form:
|
|
2902
|
+
customer_support_email_help: 此電子郵件會在頁尾區段向您的商店訪客顯示
|
|
2903
|
+
new_order_notifications_email_help: 若您希望每次有人下單時都收到電子郵件通知,請提供接收該通知的電子郵件地址
|
|
2904
|
+
store_name_help: 這是您商店的名稱。它將顯示在頁首與頁尾。
|
|
2905
|
+
track_quantity: 追蹤數量
|
|
2906
|
+
transaction_id_help: 這是在第三方付款閘道中建立的交易 ID。
|
|
2907
|
+
true_label: 'TRUE'
|
|
2908
|
+
type_to_search_customers: 輸入以搜尋顧客
|
|
2909
|
+
type_to_search_products: 輸入以搜尋商品
|
|
2910
|
+
unit_system_help: 這將作為您商店的預設單位制。您可以針對個別商品進行覆寫。
|
|
2911
|
+
unit_systems:
|
|
2912
|
+
imperial_system: 英制
|
|
2913
|
+
metric: 公制
|
|
2914
|
+
metric_system: 公制
|
|
2915
|
+
unprocessable_entity: 無法處理的請求
|
|
2916
|
+
unprocessable_entity_message: 無法處理您的請求。請檢查表單是否有錯誤後再試一次。
|
|
2917
|
+
update_address: 更新地址
|
|
2918
|
+
update_billing_address: 更新帳單地址
|
|
2919
|
+
update_contact_information: 更新聯絡資訊
|
|
2920
|
+
update_shipping_address: 更新運送地址
|
|
2921
|
+
use_shipping_address: 使用運送地址
|
|
2922
|
+
vendors: 賣家
|
|
2923
|
+
view_full_size: 檢視完整大小
|
|
2924
|
+
view_store: 檢視商店
|
|
2925
|
+
visits: 造訪次數
|
|
2926
|
+
weight_unit_help: 這將作為您商店的預設重量單位。您可以針對個別商品進行覆寫。
|
|
2927
|
+
weight_units:
|
|
2928
|
+
gram: 公克(g)
|
|
2929
|
+
kilogram: 公斤(kg)
|
|
2930
|
+
ounce: 盎司(oz)
|
|
2931
|
+
pound: 磅(lb)
|
|
2932
|
+
accepts_email_marketing: 接受電子郵件行銷
|
|
2933
|
+
add_customers: 新增顧客
|
|
2934
|
+
add_products: 新增商品
|
|
2935
|
+
address_not_owned_by_user: 指定的地址不屬於此使用者。
|
|
2936
|
+
adjustments_deleted: 調整已刪除
|
|
2937
|
+
admin_locale: 管理介面語言
|
|
2938
|
+
all_products: 所有商品
|
|
2939
|
+
allowed_origin: 允許的來源
|
|
2940
|
+
allowed_origins: 允許的來源
|
|
2941
|
+
analytics: 分析
|
|
2942
|
+
api_key: API 金鑰
|
|
2943
|
+
api_key_no_current_key: 沒有任何 API 金鑰對此請求進行驗證
|
|
2944
|
+
api_key_scopes_immutable: 在金鑰建立後無法變更;請建立一把含有所需範圍的新金鑰並撤銷此金鑰
|
|
2945
|
+
api_keys: API 金鑰
|
|
2946
|
+
apply: 套用
|
|
2947
|
+
apply_only_on_full_priced_items: 僅套用於全價商品
|
|
2948
|
+
apply_store_credit: 套用商店點數
|
|
2949
|
+
assets: 媒體
|
|
2950
|
+
attachments: 附件
|
|
2951
|
+
author: 作者
|
|
2952
|
+
balance: 餘額
|
|
2953
|
+
barcode: 條碼
|
|
2954
|
+
brand: 品牌
|
|
2955
|
+
cannot_be_destroyed: 無法刪除訂單。
|
|
2956
|
+
cannot_empty: 無法清空訂單。
|
|
2957
|
+
cart_already_updated: 購物車已更新。
|
|
2958
|
+
cart_line_item:
|
|
2959
|
+
delivery_unavailable: "%{li_name} 無法配送至所選地址"
|
|
2960
|
+
discontinued: "%{li_name} 已下架,因此被移除"
|
|
2961
|
+
out_of_stock: "%{li_name} 已售完,因此被移除"
|
|
2962
|
+
change: 變更
|
|
2963
|
+
channel_ids: 銷售管道
|
|
2964
|
+
channels: 銷售通路
|
|
2965
|
+
checkout_requirements:
|
|
2966
|
+
email_required: 電子郵件地址為必填
|
|
2967
|
+
line_items_required: 請至少在購物車中加入一項商品
|
|
2968
|
+
payment_required: 請新增付款方式
|
|
2969
|
+
ship_address_required: 運送地址為必填
|
|
2970
|
+
shipping_method_required: 請為所有貨件選擇運送方式
|
|
2971
|
+
clear: 清除
|
|
2972
|
+
clear_all: 全部清除
|
|
2973
|
+
closed: 已關閉
|
|
2974
|
+
color_code: 顏色代碼
|
|
2975
|
+
colors: 顏色
|
|
2976
|
+
compare_at_amount: 比較金額
|
|
2977
|
+
contact: 聯絡
|
|
2978
|
+
contact_phone: 聯絡電話
|
|
2979
|
+
content: 內容
|
|
2980
|
+
copy: 複製
|
|
2981
|
+
copy_link: 複製連結
|
|
2982
|
+
coupon_code_used: 您輸入的優惠代碼已被使用過。請再試一次。
|
|
2983
|
+
coupon_codes: 優惠代碼
|
|
2984
|
+
create_new: 建立新項目
|
|
2985
|
+
credit_allowed: 允許的點數
|
|
2986
|
+
currencies: 貨幣
|
|
2987
|
+
currency_not_supported_by_store: 不被此商店支援
|
|
2988
|
+
current_password: 目前的密碼
|
|
2989
|
+
customer_group: 顧客群組
|
|
2990
|
+
customer_groups: 顧客群組
|
|
2991
|
+
customer_mailer:
|
|
2992
|
+
password_reset_email:
|
|
2993
|
+
action: 重設密碼
|
|
2994
|
+
expiry_notice: 此重設密碼連結將很快失效。若您並未提出此要求,則無需採取任何行動。
|
|
2995
|
+
greeting: 您好 %{name},
|
|
2996
|
+
ignore_notice: 若您並未要求重設密碼,可放心忽略此電子郵件。您的密碼不會被變更。
|
|
2997
|
+
instructions: 我們收到了重設您密碼的要求。請點選下方按鈕設定新密碼。
|
|
2998
|
+
subject: 密碼重設說明
|
|
2999
|
+
customers: 顧客
|
|
3000
|
+
default_billing_address: 預設帳單地址
|
|
3001
|
+
default_country: 預設國家
|
|
3002
|
+
default_locale: 預設語言
|
|
3003
|
+
default_shipping_address: 預設運送地址
|
|
3004
|
+
default_stock_location_name: 商店地點
|
|
3005
|
+
default_wishlist_name: 願望清單
|
|
3006
|
+
developers: 開發者
|
|
3007
|
+
digital:
|
|
3008
|
+
digital_delivery: 數位交付
|
|
3009
|
+
digital_assets: 數位資產
|
|
3010
|
+
discount: 折扣
|
|
3011
|
+
discounts: 折扣
|
|
3012
|
+
display_delivery_range: "%{delivery_range} 個工作天內送達"
|
|
3013
|
+
display_on: 顯示於
|
|
3014
|
+
domain: 網域
|
|
3015
|
+
done: 完成
|
|
3016
|
+
download: 下載
|
|
3017
|
+
draft: 草稿
|
|
3018
|
+
duplicate: 複製
|
|
3019
|
+
duplicating: 複製中
|
|
3020
|
+
email_marketing: 電子郵件行銷
|
|
3021
|
+
emails: 電子郵件
|
|
3022
|
+
enter: 輸入
|
|
3023
|
+
error_user_does_not_have_any_store_credits: 使用者沒有任何可用的商店點數
|
|
3024
|
+
estimated_transit_business_days: 預估運送工作天數
|
|
3025
|
+
existing_address: 現有地址
|
|
3026
|
+
expired: 已過期
|
|
3027
|
+
expires_at: 到期時間
|
|
3028
|
+
export: 匯出
|
|
3029
|
+
export_mailer:
|
|
3030
|
+
export_done:
|
|
3031
|
+
message: 做得好,您的匯出已就緒!請使用下方連結下載。
|
|
3032
|
+
subject: 您的匯出 %{export_number} 已成功處理!
|
|
3033
|
+
greeting: 您好 %{user_name},
|
|
3034
|
+
thanks: 謝謝您,
|
|
3035
|
+
facebook: Facebook
|
|
3036
|
+
featured_image: 精選圖片
|
|
3037
|
+
field: 欄位
|
|
3038
|
+
filled: 已填滿
|
|
3039
|
+
filterable: 可篩選
|
|
3040
|
+
fonts: 字型
|
|
3041
|
+
footer: 頁尾
|
|
3042
|
+
forbidden: 存取遭拒
|
|
3043
|
+
free: 免費
|
|
3044
|
+
from: 從
|
|
3045
|
+
gift_card: 禮品卡
|
|
3046
|
+
gift_card_already_redeemed: 此禮品卡已被兌換。
|
|
3047
|
+
gift_card_applied: 禮品卡已成功套用至您的訂單!
|
|
3048
|
+
gift_card_batch: 禮品卡批次
|
|
3049
|
+
gift_card_customer_not_logged_in: 訪客無法套用禮品卡。
|
|
3050
|
+
gift_card_expired: 此禮品卡已過期。
|
|
3051
|
+
gift_card_mismatched_currency: 禮品卡無法以目前的貨幣套用。
|
|
3052
|
+
gift_card_mismatched_customer: 此禮品卡已與其他使用者建立關聯。
|
|
3053
|
+
gift_card_not_found: 找不到此禮品卡。
|
|
3054
|
+
gift_card_removed: 禮品卡已成功從您的訂單中移除
|
|
3055
|
+
gift_card_using_store_credit_error: 套用商店點數後即無法再套用禮品卡。
|
|
3056
|
+
gift_cards: 禮品卡
|
|
3057
|
+
hide: 隱藏
|
|
3058
|
+
idempotency_key_reused: 此 Idempotency-Key 已搭配不同的請求參數使用過。
|
|
3059
|
+
immediately: 立即
|
|
3060
|
+
import: 匯入
|
|
3061
|
+
instagram: Instagram
|
|
3062
|
+
integrations: 整合
|
|
3063
|
+
internal_note: 內部備註
|
|
3064
|
+
internationalization: 國際化
|
|
3065
|
+
invitation_accepted: 邀請已接受!
|
|
3066
|
+
invitation_mailer:
|
|
3067
|
+
greeting: 您好 %{user_name},
|
|
3068
|
+
invitation_accepted:
|
|
3069
|
+
body: "%{invitee_name} 已接受您加入 %{resource_name} 的邀請"
|
|
3070
|
+
subject: "%{invitee_name} 已接受您加入 %{resource_name} 的邀請"
|
|
3071
|
+
invitation_email:
|
|
3072
|
+
body: "%{inviter_name} 已邀請您加入 %{resource_name}"
|
|
3073
|
+
link_description: 若要接受此邀請,請點選下方連結:
|
|
3074
|
+
subject: 加入 %{resource_name} 的邀請
|
|
3075
|
+
thanks: 謝謝您,
|
|
3076
|
+
invitations: 邀請
|
|
3077
|
+
invited_by: 邀請者
|
|
3078
|
+
iso: ISO Alpha-2
|
|
3079
|
+
iso3: ISO Alpha-3
|
|
3080
|
+
key: 金鑰
|
|
3081
|
+
kind: 類型
|
|
3082
|
+
label: 標籤
|
|
3083
|
+
language: 語言
|
|
3084
|
+
line_item: 明細項目
|
|
3085
|
+
line_items: 明細項目
|
|
3086
|
+
link: 連結
|
|
3087
|
+
live: 上線中
|
|
3088
|
+
locale: 語言
|
|
3089
|
+
locale_not_supported_by_store: 不被此商店支援
|
|
3090
|
+
logo: 標誌
|
|
3091
|
+
mailer_logo: 郵件標誌(僅限 JPG 或 PNG 圖片)
|
|
3092
|
+
make_active_at: 啟用時間
|
|
3093
|
+
manual: 手動
|
|
3094
|
+
market: 市場
|
|
3095
|
+
market_ids: 市場
|
|
3096
|
+
markets: 市場
|
|
3097
|
+
master: 主要
|
|
3098
|
+
max: 最大
|
|
3099
|
+
max_quantity: 最大數量
|
|
3100
|
+
me_no_current_user: 沒有任何管理員使用者對此請求進行驗證
|
|
3101
|
+
media: 媒體
|
|
3102
|
+
metafield_definitions: 中繼欄位定義
|
|
3103
|
+
metafields: 中繼欄位
|
|
3104
|
+
min: 最小
|
|
3105
|
+
min_quantity: 最小數量
|
|
3106
|
+
move: 移動
|
|
3107
|
+
navigation: 導覽
|
|
3108
|
+
never: 永不
|
|
3109
|
+
new_address: 新地址
|
|
3110
|
+
new_price_list: 新增價目表
|
|
3111
|
+
newsletter_mailer:
|
|
3112
|
+
email_confirmation:
|
|
3113
|
+
dear_customer: 您好,
|
|
3114
|
+
ignore_disclaimer: 若您並未提出此要求,請忽略此電子郵件。
|
|
3115
|
+
instructions: 請點選下方按鈕以驗證您的電子郵件地址。
|
|
3116
|
+
message_copy_link: 若按鈕無法運作,請複製並貼上以下連結至您的瀏覽器:
|
|
3117
|
+
store_team: "%{store_name} 團隊"
|
|
3118
|
+
subject: 驗證您的電子郵件地址
|
|
3119
|
+
thanks: 謝謝您
|
|
3120
|
+
verify_email_address_link: 驗證電子郵件地址
|
|
3121
|
+
newsletter_subscribers: 電子報訂閱者
|
|
3122
|
+
no_cc_type: 不適用
|
|
3123
|
+
no_report_data: 無報表資料
|
|
3124
|
+
only_active_products_can_be_added_to_cart: 草稿與已封存的商品無法加入購物車,請先將商品標示為啟用。
|
|
3125
|
+
option_name: 選項名稱
|
|
3126
|
+
order_routing:
|
|
3127
|
+
strategies:
|
|
3128
|
+
legacy: 舊版
|
|
3129
|
+
rules: 規則(依序)
|
|
3130
|
+
origin: 來源
|
|
3131
|
+
other: 其他
|
|
3132
|
+
outstanding_balance: 未付餘額
|
|
3133
|
+
page: 頁面
|
|
3134
|
+
pages: 頁面
|
|
3135
|
+
payment_source: 付款來源
|
|
3136
|
+
payment_total: 付款總額
|
|
3137
|
+
permissions: 權限
|
|
3138
|
+
policies: 政策
|
|
3139
|
+
preview: 預覽
|
|
3140
|
+
price_lists: 價目表
|
|
3141
|
+
price_rules:
|
|
3142
|
+
channel_rule:
|
|
3143
|
+
description: 依銷售管道套用定價
|
|
3144
|
+
customer_group_rule:
|
|
3145
|
+
description: 將定價套用至特定顧客群組
|
|
3146
|
+
pricing: 定價
|
|
3147
|
+
privacy_policy: 隱私權政策
|
|
3148
|
+
processing: 處理中
|
|
3149
|
+
product_name: 商品名稱
|
|
3150
|
+
product_translations: 商品翻譯
|
|
3151
|
+
products_cannot_be_shipped: 我們目前無法將 %{product_names} 運送至您所在的地點。請變更您的運送地址,或從購物車中移除 %{product_names}。
|
|
3152
|
+
promotion_already_used: 您無法刪除已套用的促銷活動
|
|
3153
|
+
published_at: 發布時間
|
|
3154
|
+
query: 查詢
|
|
3155
|
+
refund_amount: 退款金額
|
|
3156
|
+
remove_gift_card_on_completed_order_error: 訂單成立後即無法移除禮品卡
|
|
3157
|
+
report_mailer:
|
|
3158
|
+
greeting: 您好 %{user_name},
|
|
3159
|
+
report_done:
|
|
3160
|
+
message: 請使用下方連結下載。
|
|
3161
|
+
subject: 您的報表 %{report_name} 已就緒
|
|
3162
|
+
thanks: 謝謝您,
|
|
3163
|
+
report_names:
|
|
3164
|
+
products_performance: 商品績效
|
|
3165
|
+
sales_total: 銷售總額
|
|
3166
|
+
resource: 資源
|
|
3167
|
+
returns_policy: 退貨政策
|
|
3168
|
+
row: 列
|
|
3169
|
+
sale: 特價
|
|
3170
|
+
scopes: 範圍
|
|
3171
|
+
search_by: 搜尋依據:
|
|
3172
|
+
security: 安全性
|
|
3173
|
+
seed:
|
|
3174
|
+
shipping:
|
|
3175
|
+
categories:
|
|
3176
|
+
default: 預設
|
|
3177
|
+
digital: 數位
|
|
3178
|
+
send_consumer_transactional_emails: 傳送顧客交易電子郵件
|
|
3179
|
+
seo: SEO
|
|
3180
|
+
shipping_policy: 運送政策
|
|
3181
|
+
shipping_zone: 運送區域
|
|
3182
|
+
site_name: 網站名稱
|
|
3183
|
+
size: 尺寸
|
|
3184
|
+
social: 社群
|
|
3185
|
+
sort_by: 排序依據
|
|
3186
|
+
square_image: 方形圖片
|
|
3187
|
+
starts_at: 開始時間
|
|
3188
|
+
state_changes: 狀態變更
|
|
3189
|
+
stock_items: 庫存項目
|
|
3190
|
+
store_credit_events: 商店點數事件
|
|
3191
|
+
store_name: 商店名稱
|
|
3192
|
+
subscribed: 已訂閱
|
|
3193
|
+
support: 支援
|
|
3194
|
+
supported_locales: 支援的語言
|
|
3195
|
+
tax_inclusive: 含稅
|
|
3196
|
+
taxes: 稅金
|
|
3197
|
+
taxonomy_collections_name: 系列
|
|
3198
|
+
terms_of_service: 服務條款
|
|
3199
|
+
theme: 佈景主題
|
|
3200
|
+
themes: 佈景主題
|
|
3201
|
+
timezone: 時區
|
|
3202
|
+
title: 標題
|
|
3203
|
+
to: 至
|
|
3204
|
+
translations: 翻譯
|
|
3205
|
+
twitter: Twitter
|
|
3206
|
+
unit: 單位
|
|
3207
|
+
unit_system: 單位制
|
|
3208
|
+
unlimited: 無限制
|
|
3209
|
+
updated_at: 更新時間
|
|
3210
|
+
user_ids: 使用者
|
|
3211
|
+
vendor: 供應商
|
|
3212
|
+
verified: 已驗證
|
|
3213
|
+
verified_at: 驗證時間
|
|
3214
|
+
view: 檢視
|
|
3215
|
+
visibility: 可見度
|
|
3216
|
+
webhook_endpoints: Webhook 端點
|
|
3217
|
+
webhook_mailer:
|
|
3218
|
+
endpoint_disabled:
|
|
3219
|
+
disabled_at_label: 停用時間
|
|
3220
|
+
heading: Webhook 端點已停用
|
|
3221
|
+
instructions: 請檢查端點 URL 與服務,然後於「設定 → 開發者 → Webhook」中重新啟用。
|
|
3222
|
+
message: Webhook 端點「%{endpoint_name}」在多次傳送失敗後已被自動停用。
|
|
3223
|
+
name_label: 名稱
|
|
3224
|
+
reason_label: 原因
|
|
3225
|
+
subject: Webhook 端點已停用:%{endpoint_name}
|
|
3226
|
+
url_label: URL
|
|
3227
|
+
webhooks: Webhook
|
|
3228
|
+
weight_unit: 重量單位
|
|
3229
|
+
wishlist: 願望清單
|
|
3230
|
+
zipcode_required: 需要郵遞區號
|
|
3231
|
+
zone_ids: 區域
|
|
3232
|
+
api:
|
|
3233
|
+
cannot_delete: "%{model} 無法刪除"
|
|
3234
|
+
current_password_invalid: 目前的密碼無效或未提供
|
|
3235
|
+
gateway_error: 付款閘道發生問題:%{text}
|
|
3236
|
+
invalid_api_key: 指定的 API 金鑰 (%{key}) 無效。
|
|
3237
|
+
invalid_position: new_position 必須為整數
|
|
3238
|
+
invalid_resource: 資源無效。請修正錯誤後再試一次。
|
|
3239
|
+
invalid_taxonomy_id: 分類法 ID 無效。
|
|
3240
|
+
must_specify_api_key: 您必須指定 API 金鑰。
|
|
3241
|
+
negative_quantity: 數量為負數
|
|
3242
|
+
newsletter_verification_token_invalid: 電子報驗證權杖無效或已過期。
|
|
3243
|
+
order:
|
|
3244
|
+
could_not_transition: 訂單無法轉換狀態。請修正錯誤後再試一次。
|
|
3245
|
+
insufficient_quantity: 您購物車中的某項商品已無法取得。
|
|
3246
|
+
invalid_shipping_method: 指定的運送方式無效。
|
|
3247
|
+
password_reset_requested: 若該電子郵件有對應的帳號,重設密碼的說明已寄出。
|
|
3248
|
+
password_reset_token_invalid: 重設密碼權杖無效或已過期。
|
|
3249
|
+
payment:
|
|
3250
|
+
credit_over_limit: 此筆付款最多只能退款 %{limit}。請指定小於或等於此數值的金額。
|
|
3251
|
+
update_forbidden: 此筆付款因狀態為 %{state} 而無法更新。
|
|
3252
|
+
record_not_found: 找不到 %{model}
|
|
3253
|
+
redirect_url_not_allowed: 此重新導向 URL 並非來自此商店允許的來源。
|
|
3254
|
+
resource_not_found: 找不到您所尋找的資源。
|
|
3255
|
+
shipment:
|
|
3256
|
+
cannot_ready: 無法將貨件設為就緒。
|
|
3257
|
+
shipment_transfer_errors_occurred: 嘗試執行此動作時發生下列錯誤:
|
|
3258
|
+
shipment_transfer_success: 款式已成功轉移
|
|
3259
|
+
stock_location_required: 必須提供 stock_location_id 參數才能擷取庫存異動。
|
|
3260
|
+
unauthorized: 您無權執行該動作。
|
|
3261
|
+
v2:
|
|
3262
|
+
cart:
|
|
3263
|
+
no_coupon_code: 未提供優惠代碼,且該訂單未套用任何優惠代碼促銷
|
|
3264
|
+
wrong_quantity: 數量必須大於 0
|
|
3265
|
+
digitals:
|
|
3266
|
+
missing_file: 缺少數位項目:附件
|
|
3267
|
+
unauthorized: 發生錯誤,您無權存取此資產
|
|
3268
|
+
gift_card:
|
|
3269
|
+
amount_not_valid: 禮品卡金額無效
|
|
3270
|
+
not_found: 找不到禮品卡
|
|
3271
|
+
metadata:
|
|
3272
|
+
invalid_params: 公開與私人中繼資料參數應為物件
|
|
3273
|
+
wishlist:
|
|
3274
|
+
errors:
|
|
3275
|
+
the_wishlist_could_not_be_destroyed: 無法刪除此願望清單。
|
|
3276
|
+
wrong_quantity: 數量必須大於 0
|
|
3277
|
+
v3:
|
|
3278
|
+
payments:
|
|
3279
|
+
method_unavailable: 此付款方式不適用於此訂單。
|
|
3280
|
+
session_required: 此付款方式需要付款工作階段。請改用付款工作階段端點。
|
|
3281
|
+
wrong_shipment_target: 目標貨件與原始貨件相同
|
|
3282
|
+
copy_number: 複製編號
|
|
3283
|
+
remaining: 剩餘
|
|
3284
|
+
action_text:
|
|
3285
|
+
video_embed:
|
|
3286
|
+
not_found: 無法使用提供的 URL 嵌入影片
|
|
3287
|
+
views:
|
|
3288
|
+
pagination:
|
|
3289
|
+
truncate: 省略
|