spree_i18n 1.0.0 → 5.0.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/.gitignore +22 -0
- data/.rspec +3 -0
- data/.rubocop.yml +7 -0
- data/.travis.yml +44 -0
- data/Appraisals +9 -0
- data/CONTRIBUTING.md +81 -0
- data/Gemfile +6 -0
- data/LICENSE.md +26 -0
- data/README.md +95 -9
- data/Rakefile +86 -0
- data/bin/rails +7 -0
- data/config/initializers/country_names.rb +51 -0
- data/config/locales/ar.yml +1341 -0
- data/config/locales/be.yml +1419 -0
- data/config/locales/bg.yml +1441 -0
- data/config/locales/ca.yml +1253 -1126
- data/config/locales/cs.yml +1363 -0
- data/config/locales/da.yml +1330 -1191
- data/config/locales/de-CH.yml +1284 -1202
- data/config/locales/de.yml +1928 -1113
- data/config/locales/en-AU.yml +1241 -1113
- data/config/locales/en-GB.yml +1249 -1117
- data/config/locales/en-IN.yml +1241 -1111
- data/config/locales/en-NZ.yml +1248 -1120
- data/config/locales/es-CL.yml +1398 -0
- data/config/locales/es-EC.yml +1338 -0
- data/config/locales/es-MX.yml +1327 -1196
- data/config/locales/es.yml +1785 -1195
- data/config/locales/et.yml +1246 -1136
- data/config/locales/fa.yml +1139 -1185
- data/config/locales/fi.yml +1362 -1200
- data/config/locales/fr.yml +1952 -1142
- data/config/locales/gr.yml +1336 -0
- data/config/locales/id.yml +1335 -0
- data/config/locales/it.yml +1391 -1187
- data/config/locales/ja.yml +1336 -0
- data/config/locales/km.yml +1358 -0
- data/config/locales/ko.yml +1292 -1204
- data/config/locales/ku.yml +1338 -0
- data/config/locales/lt.yml +1497 -1199
- data/config/locales/lv.yml +1319 -1194
- data/config/locales/nb.yml +1339 -0
- data/config/locales/nl.yml +1361 -1124
- data/config/locales/pl.yml +1640 -1139
- data/config/locales/pt-BR.yml +1512 -1196
- data/config/locales/pt.yml +1290 -0
- data/config/locales/ro.yml +1335 -0
- data/config/locales/ru.yml +1396 -1115
- data/config/locales/sk.yml +1339 -1200
- data/config/locales/sl-SI.yml +1286 -1204
- data/config/locales/sv.yml +1559 -0
- data/config/locales/th.yml +1319 -1195
- data/config/locales/tr.yml +1291 -0
- data/config/locales/uk.yml +1316 -1075
- data/config/locales/vi.yml +1296 -0
- data/config/locales/zh-CN.yml +1367 -1199
- data/config/locales/zh-TW.yml +1821 -1199
- data/gemfiles/spree_4_2.gemfile +8 -0
- data/gemfiles/spree_master.gemfile +8 -0
- data/lib/generators/spree_i18n/install/install_generator.rb +6 -0
- data/lib/spree/i18n_utils.rb +26 -20
- data/lib/spree_i18n.rb +6 -1
- data/lib/spree_i18n/engine.rb +43 -0
- data/lib/spree_i18n/locale.rb +13 -0
- data/lib/spree_i18n/version.rb +17 -0
- data/lib/tasks/spree_i18n/upgrade.rake +43 -0
- data/spec/features/russian_errors_translation_spec.rb +16 -0
- data/spec/features/translation_spec.rb +38 -0
- data/spec/spec_helper.rb +10 -0
- data/spec/support/i18n.rb +5 -0
- data/spree_i18n.gemspec +31 -0
- metadata +94 -110
- data/config/locales/cs-CZ.yml +0 -1206
- data/config/locales/il.yml +0 -1206
- data/config/locales/ja/spree_api.yml +0 -14
- data/config/locales/ja/spree_auth.yml +0 -46
- data/config/locales/ja/spree_core.rb +0 -16
- data/config/locales/ja/spree_core.yml +0 -1071
- data/config/locales/ja/spree_dash.yml +0 -5
- data/config/locales/ja/spree_promo.yml +0 -88
- data/config/locales/nb-NO.yml +0 -1206
- data/config/locales/nl-BE.yml +0 -1206
- data/config/locales/pt-PT.yml +0 -1206
- data/config/locales/sv-SE.yml +0 -1210
- data/config/locales/vn.yml +0 -1206
- data/default/spree_api.yml +0 -21
- data/default/spree_auth.yml +0 -46
- data/default/spree_core.yml +0 -1123
- data/default/spree_dash.yml +0 -11
- data/default/spree_promo.yml +0 -92
- data/lib/spree_i18n/railtie.rb +0 -24
- data/lib/tasks/i18n.rake +0 -107
data/config/locales/zh-TW.yml
CHANGED
@@ -1,1206 +1,1828 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
1
|
+
zh-TW:
|
2
|
+
activemodel:
|
3
|
+
errors:
|
4
|
+
models:
|
5
|
+
spree/fulfilment_changer:
|
6
|
+
attributes:
|
7
|
+
desired_shipment:
|
8
|
+
can_not_transfer_within_same_shipment: 無法使用一樣的運送方式
|
9
|
+
not_enough_stock_at_desired_location: 該地點無足夠的庫存
|
10
|
+
current_shipment:
|
11
|
+
has_already_been_shipped: 已寄出
|
12
|
+
can_not_have_backordered_inventory_units: 有沒有庫存的項目
|
13
|
+
activerecord:
|
14
|
+
attributes:
|
15
|
+
spree/address:
|
16
|
+
address1: 地址
|
17
|
+
address2: 地址 (接續.)
|
18
|
+
city: 城市
|
19
|
+
company: 公司名
|
20
|
+
country: 國家
|
21
|
+
firstname: 名字
|
22
|
+
lastname: 姓氏
|
23
|
+
phone: 電話號碼
|
24
|
+
state: 省/洲
|
25
|
+
zipcode: 郵遞區號
|
26
|
+
spree/calculator/tiered_flat_rate:
|
27
|
+
preferred_base_amount: 最少數量
|
28
|
+
preferred_tiers: 分層
|
29
|
+
spree/calculator/tiered_percent:
|
30
|
+
preferred_base_percent: 基礎百分比
|
31
|
+
preferred_tiers: 分層
|
32
|
+
spree/country:
|
32
33
|
iso: ISO
|
33
34
|
iso3: ISO3
|
34
|
-
iso_name:
|
35
|
-
name:
|
36
|
-
numcode:
|
37
|
-
spree/credit_card:
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
spree/
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
35
|
+
iso_name: ISO 名稱
|
36
|
+
name: 名稱
|
37
|
+
numcode: ISO 編碼
|
38
|
+
spree/credit_card:
|
39
|
+
base: ''
|
40
|
+
cc_type: 信用卡類型
|
41
|
+
month: 到期月份
|
42
|
+
number: 卡號
|
43
|
+
verification_value: 驗證碼
|
44
|
+
year: 到期年份
|
45
|
+
name: 持卡人姓名
|
46
|
+
spree/inventory_unit:
|
47
|
+
state: 狀態
|
48
|
+
spree/line_item:
|
49
|
+
price: 價格
|
50
|
+
quantity: 數量
|
51
|
+
spree/option_type:
|
52
|
+
name: 名稱
|
53
|
+
presentation: 描述
|
54
|
+
spree/order:
|
55
|
+
checkout_complete: 訂單已完成
|
56
|
+
completed_at: 結帳日期
|
57
|
+
considered_risky: 風險
|
58
|
+
coupon_code: 優惠代碼
|
59
|
+
created_at: 訂單日期
|
60
|
+
email: 電子信箱
|
61
|
+
ip_address: IP 位址
|
62
|
+
item_total: 品項總計
|
63
|
+
number: 訂單號碼
|
64
|
+
payment_state: 付款狀態
|
65
|
+
shipment_state: 物流狀態
|
66
|
+
special_instructions: 特別說明
|
67
|
+
state: 訂單狀態
|
68
|
+
total: 總計
|
64
69
|
spree/order/bill_address:
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
70
|
+
address1: 帳單地址
|
71
|
+
city: 城市
|
72
|
+
firstname: 名字
|
73
|
+
lastname: 姓氏
|
74
|
+
phone: 電話
|
75
|
+
state: 省/洲
|
76
|
+
zipcode: 郵遞區號
|
72
77
|
spree/order/ship_address:
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
spree/
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
|
97
|
-
|
98
|
-
|
99
|
-
|
100
|
-
|
101
|
-
|
102
|
-
|
103
|
-
|
104
|
-
|
105
|
-
|
106
|
-
|
107
|
-
|
108
|
-
|
109
|
-
spree/
|
110
|
-
name:
|
111
|
-
|
112
|
-
|
113
|
-
name:
|
114
|
-
|
115
|
-
|
116
|
-
name:
|
117
|
-
spree/
|
118
|
-
amount:
|
119
|
-
|
120
|
-
|
121
|
-
spree/
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
78
|
+
address1: 商品寄送地址
|
79
|
+
city: 城市
|
80
|
+
firstname: 名字
|
81
|
+
lastname: 姓氏
|
82
|
+
phone: 電話
|
83
|
+
state: 省/洲
|
84
|
+
zipcode: 郵遞區號
|
85
|
+
spree/payment:
|
86
|
+
amount: 金額
|
87
|
+
number: 數量
|
88
|
+
spree/payment_method:
|
89
|
+
name: 付款方式
|
90
|
+
spree/product:
|
91
|
+
available_on: 上架日期
|
92
|
+
discontinue_on: 下架日期
|
93
|
+
cost_currency: 成本幣別
|
94
|
+
cost_price: 成本
|
95
|
+
description: 商品描述
|
96
|
+
master_price: 預設價格
|
97
|
+
name: 商品名稱
|
98
|
+
on_hand: 庫存
|
99
|
+
shipping_category: 寄送方式
|
100
|
+
tax_category: 稅金類別
|
101
|
+
less_than: 少於
|
102
|
+
spree/promotion:
|
103
|
+
advertise: 廣告
|
104
|
+
code: 優惠代碼
|
105
|
+
description: 描述
|
106
|
+
event_name: 活動名稱
|
107
|
+
expires_at: 活動結束於
|
108
|
+
generate_code: 產生優惠代碼
|
109
|
+
name: 名稱
|
110
|
+
path: 路徑
|
111
|
+
starts_at: 開始於
|
112
|
+
usage_limit: 使用次數限制
|
113
|
+
promotion_category: 優惠類別
|
114
|
+
spree/promotion_category:
|
115
|
+
name: 優惠類別
|
116
|
+
code: 優惠代碼
|
117
|
+
spree/property:
|
118
|
+
name: 名稱
|
119
|
+
presentation: 描述
|
120
|
+
spree/prototype:
|
121
|
+
name: 名稱
|
122
|
+
spree/return_authorization:
|
123
|
+
amount: 退費金額
|
124
|
+
spree/role:
|
125
|
+
name: 身份
|
126
|
+
spree/shipment:
|
127
|
+
number: 編號
|
128
|
+
spree/state:
|
129
|
+
abbr: 縮寫
|
130
|
+
name: 名稱
|
131
|
+
spree/state_change:
|
132
|
+
state_changes: 歷史紀錄
|
133
|
+
type: 類型
|
134
|
+
state_from: 從
|
135
|
+
state_to: 至
|
136
|
+
user: 使用者
|
137
|
+
timestamp: 時間
|
138
|
+
updated: 已更新
|
139
|
+
spree/store:
|
140
|
+
url: 網址
|
141
|
+
meta_description: 提供給搜尋引擎之網站敘述
|
142
|
+
meta_keywords: 提供給搜尋引擎之關鍵字
|
143
|
+
seo_title: 提供給搜尋引擎之標題
|
144
|
+
name: 網站名稱
|
145
|
+
mail_from_address: 寄件電子郵件地址
|
146
|
+
spree/store_credit:
|
147
|
+
amount_used: 已使用金額
|
148
|
+
spree/store_credit_category:
|
149
|
+
name: 名稱
|
150
|
+
spree/tax_category:
|
151
|
+
description: 敘述
|
152
|
+
name: 名稱
|
153
|
+
spree/tax_rate:
|
154
|
+
amount: 稅率
|
155
|
+
included_in_price: 將稅金包含至售價中
|
156
|
+
show_rate_in_label: 顯示稅率
|
157
|
+
spree/taxon:
|
158
|
+
name: 名稱
|
159
|
+
permalink: 永久鏈結
|
160
|
+
position: 位置
|
161
|
+
spree/taxonomy:
|
162
|
+
name: 名稱
|
163
|
+
spree/user:
|
128
164
|
email: Email
|
129
|
-
password:
|
130
|
-
password_confirmation:
|
131
|
-
spree/variant:
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
165
|
+
password: 密碼
|
166
|
+
password_confirmation: 確認密碼
|
167
|
+
spree/variant:
|
168
|
+
cost_currency: 成本幣別
|
169
|
+
cost_price: 成本
|
170
|
+
depth: 長/深度
|
171
|
+
height: 高度
|
172
|
+
price: 單價
|
136
173
|
sku: SKU
|
137
|
-
weight:
|
138
|
-
width:
|
139
|
-
spree/zone:
|
140
|
-
description:
|
141
|
-
name:
|
142
|
-
models:
|
143
|
-
spree/address:
|
144
|
-
one:
|
145
|
-
other:
|
146
|
-
spree/
|
147
|
-
one:
|
148
|
-
other:
|
149
|
-
spree/
|
150
|
-
one:
|
151
|
-
other:
|
152
|
-
spree/
|
153
|
-
one:
|
154
|
-
other:
|
155
|
-
spree/
|
156
|
-
one:
|
157
|
-
other:
|
158
|
-
spree/
|
159
|
-
one:
|
160
|
-
other:
|
161
|
-
spree/
|
162
|
-
one:
|
163
|
-
other:
|
164
|
-
spree/
|
165
|
-
one:
|
166
|
-
other:
|
167
|
-
spree/order:
|
168
|
-
one:
|
169
|
-
other:
|
170
|
-
spree/payment:
|
171
|
-
one:
|
172
|
-
other:
|
173
|
-
spree/
|
174
|
-
one:
|
175
|
-
other:
|
176
|
-
spree/
|
177
|
-
one:
|
178
|
-
other:
|
179
|
-
spree/
|
180
|
-
one:
|
181
|
-
other:
|
182
|
-
spree/
|
183
|
-
one:
|
184
|
-
other:
|
185
|
-
spree/
|
186
|
-
one:
|
187
|
-
other:
|
188
|
-
spree/
|
189
|
-
one:
|
190
|
-
other:
|
191
|
-
spree/
|
192
|
-
one:
|
193
|
-
other:
|
194
|
-
spree/
|
195
|
-
one:
|
196
|
-
other:
|
197
|
-
spree/
|
198
|
-
one:
|
199
|
-
other:
|
200
|
-
spree/
|
201
|
-
one:
|
202
|
-
other:
|
203
|
-
spree/
|
204
|
-
one:
|
205
|
-
other:
|
206
|
-
spree/
|
207
|
-
one:
|
208
|
-
other:
|
209
|
-
spree/
|
210
|
-
one:
|
211
|
-
other:
|
212
|
-
spree/
|
213
|
-
one:
|
214
|
-
other:
|
215
|
-
spree/
|
216
|
-
one:
|
217
|
-
other:
|
218
|
-
|
219
|
-
|
220
|
-
|
221
|
-
|
222
|
-
|
223
|
-
|
224
|
-
|
225
|
-
|
226
|
-
|
227
|
-
|
228
|
-
|
229
|
-
|
230
|
-
|
231
|
-
|
232
|
-
|
233
|
-
|
234
|
-
|
235
|
-
|
236
|
-
|
237
|
-
|
238
|
-
|
239
|
-
|
240
|
-
|
241
|
-
|
242
|
-
|
243
|
-
|
244
|
-
|
245
|
-
|
246
|
-
|
247
|
-
|
248
|
-
|
249
|
-
|
250
|
-
|
251
|
-
|
252
|
-
|
253
|
-
|
254
|
-
|
255
|
-
|
256
|
-
|
257
|
-
|
258
|
-
|
259
|
-
|
260
|
-
|
261
|
-
|
262
|
-
|
263
|
-
|
264
|
-
|
265
|
-
|
266
|
-
|
267
|
-
|
268
|
-
|
269
|
-
|
270
|
-
|
271
|
-
|
272
|
-
|
273
|
-
|
274
|
-
|
275
|
-
|
276
|
-
|
277
|
-
|
278
|
-
|
279
|
-
|
280
|
-
|
281
|
-
|
282
|
-
|
283
|
-
|
284
|
-
|
285
|
-
|
286
|
-
|
287
|
-
|
288
|
-
|
289
|
-
|
290
|
-
|
291
|
-
|
292
|
-
|
293
|
-
|
294
|
-
|
295
|
-
|
296
|
-
|
297
|
-
|
298
|
-
|
299
|
-
|
300
|
-
|
301
|
-
|
302
|
-
|
303
|
-
|
304
|
-
|
305
|
-
|
306
|
-
|
307
|
-
|
308
|
-
|
309
|
-
|
310
|
-
|
311
|
-
|
312
|
-
|
313
|
-
|
314
|
-
|
315
|
-
|
316
|
-
|
317
|
-
|
318
|
-
|
319
|
-
|
320
|
-
|
321
|
-
|
322
|
-
|
323
|
-
|
324
|
-
|
325
|
-
|
326
|
-
|
327
|
-
|
328
|
-
|
329
|
-
|
330
|
-
|
331
|
-
|
332
|
-
|
333
|
-
|
334
|
-
|
335
|
-
|
336
|
-
|
337
|
-
|
338
|
-
|
339
|
-
|
340
|
-
|
341
|
-
|
342
|
-
|
343
|
-
|
344
|
-
|
345
|
-
|
346
|
-
|
347
|
-
|
348
|
-
|
349
|
-
|
350
|
-
|
351
|
-
|
352
|
-
|
353
|
-
|
354
|
-
|
355
|
-
|
356
|
-
|
357
|
-
|
358
|
-
|
359
|
-
|
360
|
-
|
361
|
-
|
362
|
-
|
363
|
-
|
364
|
-
|
365
|
-
|
366
|
-
|
367
|
-
|
368
|
-
|
369
|
-
|
370
|
-
|
371
|
-
|
372
|
-
|
373
|
-
|
374
|
-
|
375
|
-
|
376
|
-
|
377
|
-
|
378
|
-
|
379
|
-
|
380
|
-
|
381
|
-
|
382
|
-
|
383
|
-
|
384
|
-
|
385
|
-
|
386
|
-
|
387
|
-
|
388
|
-
|
389
|
-
|
390
|
-
|
391
|
-
|
392
|
-
|
393
|
-
|
394
|
-
|
395
|
-
|
396
|
-
|
397
|
-
|
398
|
-
|
399
|
-
|
400
|
-
|
401
|
-
|
402
|
-
|
403
|
-
|
404
|
-
|
405
|
-
|
406
|
-
|
407
|
-
|
408
|
-
|
409
|
-
|
410
|
-
|
411
|
-
|
412
|
-
|
413
|
-
|
414
|
-
|
415
|
-
|
416
|
-
|
417
|
-
|
418
|
-
|
419
|
-
|
420
|
-
|
421
|
-
|
422
|
-
|
423
|
-
|
424
|
-
|
425
|
-
|
426
|
-
|
427
|
-
|
428
|
-
|
429
|
-
|
430
|
-
|
431
|
-
|
432
|
-
|
433
|
-
|
434
|
-
|
435
|
-
|
436
|
-
|
437
|
-
|
438
|
-
|
439
|
-
|
440
|
-
|
441
|
-
|
442
|
-
|
443
|
-
|
444
|
-
|
445
|
-
|
446
|
-
|
447
|
-
|
448
|
-
|
449
|
-
|
450
|
-
|
451
|
-
|
452
|
-
|
453
|
-
|
454
|
-
|
455
|
-
|
456
|
-
|
457
|
-
|
458
|
-
|
459
|
-
|
460
|
-
|
461
|
-
|
462
|
-
|
463
|
-
|
464
|
-
|
465
|
-
|
466
|
-
|
467
|
-
|
468
|
-
|
469
|
-
|
470
|
-
|
471
|
-
|
472
|
-
|
473
|
-
|
474
|
-
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"
|
174
|
+
weight: 重量
|
175
|
+
width: 寬度
|
176
|
+
spree/zone:
|
177
|
+
description: 敘述
|
178
|
+
name: 名稱
|
179
|
+
models:
|
180
|
+
spree/address:
|
181
|
+
one: 地址
|
182
|
+
other: 所有地址
|
183
|
+
spree/country:
|
184
|
+
one: 地址
|
185
|
+
other: 所有地址
|
186
|
+
spree/credit_card:
|
187
|
+
one: 信用卡
|
188
|
+
other: 所有信用卡
|
189
|
+
spree/customer_return:
|
190
|
+
one: 退貨
|
191
|
+
other: 所有退貨
|
192
|
+
spree/inventory_unit:
|
193
|
+
one: 庫存單位
|
194
|
+
other: 所有庫存單位
|
195
|
+
spree/line_item:
|
196
|
+
one: 品項
|
197
|
+
other: 所有品項
|
198
|
+
spree/option_type:
|
199
|
+
one: 選項
|
200
|
+
other: 所有選項
|
201
|
+
spree/option_value:
|
202
|
+
one: 選項值
|
203
|
+
other: 所有選項值
|
204
|
+
spree/order:
|
205
|
+
one: 訂單
|
206
|
+
other: 所有訂單
|
207
|
+
spree/payment:
|
208
|
+
one: 付款
|
209
|
+
other: 付款
|
210
|
+
spree/payment_method:
|
211
|
+
one: 付款方式
|
212
|
+
other: 付款方式
|
213
|
+
spree/product:
|
214
|
+
one: 商品
|
215
|
+
other: 所有商品
|
216
|
+
spree/promotion:
|
217
|
+
one: 優惠
|
218
|
+
other: 所有優惠
|
219
|
+
spree/promotion_category:
|
220
|
+
one: 優惠分類
|
221
|
+
other: 所有優惠分類
|
222
|
+
spree/property:
|
223
|
+
one: 商品特色
|
224
|
+
other: 所有商品特色
|
225
|
+
spree/prototype:
|
226
|
+
one: 自訂商品集
|
227
|
+
other: 所有自訂商品集
|
228
|
+
spree/refund_reason:
|
229
|
+
one: 退款理由
|
230
|
+
other: 所有退款理由
|
231
|
+
spree/reimbursement:
|
232
|
+
one: 核銷
|
233
|
+
other: 所有核銷
|
234
|
+
spree/reimbursement_type:
|
235
|
+
one: 核銷類型
|
236
|
+
other: 所有核銷類型
|
237
|
+
spree/return_authorization:
|
238
|
+
one: 退貨授權
|
239
|
+
other: 所有退貨授權
|
240
|
+
spree/return_authorization_reason:
|
241
|
+
one: 退貨授權理由
|
242
|
+
other: 所有退貨授權理由
|
243
|
+
spree/role:
|
244
|
+
one: 角色
|
245
|
+
other: 角色
|
246
|
+
spree/shipment:
|
247
|
+
one: 物流
|
248
|
+
other: 物流
|
249
|
+
spree/shipping_category:
|
250
|
+
one: 物流種類
|
251
|
+
other: 物流種類
|
252
|
+
spree/shipping_method:
|
253
|
+
one: 物流選項
|
254
|
+
other: 物流選項
|
255
|
+
spree/state:
|
256
|
+
one: 狀態
|
257
|
+
other: 狀態
|
258
|
+
spree/state_change:
|
259
|
+
one: 歷史紀錄
|
260
|
+
other: 歷史紀錄
|
261
|
+
spree/stock_movement:
|
262
|
+
one: 存貨狀態
|
263
|
+
other: 存貨狀態
|
264
|
+
spree/stock_location:
|
265
|
+
one: 存貨位置
|
266
|
+
other: 存貨位置
|
267
|
+
spree/stock_transfer:
|
268
|
+
one: 轉移存貨
|
269
|
+
other: 轉移存貨
|
270
|
+
spree/store_credit:
|
271
|
+
one: 商城抵用金
|
272
|
+
other: 商城抵用金
|
273
|
+
spree/store_credit_category:
|
274
|
+
one: 商城抵用金類別
|
275
|
+
other: 商城抵用金類別
|
276
|
+
spree/tax_category:
|
277
|
+
one: 稅金類別
|
278
|
+
other: 稅金類別
|
279
|
+
spree/tax_rate:
|
280
|
+
one: 稅率
|
281
|
+
other: 稅率
|
282
|
+
spree/taxon:
|
283
|
+
one: 自訂類別
|
284
|
+
other: 自訂類別
|
285
|
+
spree/taxonomy:
|
286
|
+
one: 自訂類別集合
|
287
|
+
other: 自訂類別集合
|
288
|
+
spree/tracker:
|
289
|
+
one: 追蹤
|
290
|
+
other: 追蹤
|
291
|
+
spree/user:
|
292
|
+
one: 使用者
|
293
|
+
other: 使用者
|
294
|
+
spree/variant:
|
295
|
+
one: 型號
|
296
|
+
other: 型號
|
297
|
+
spree/zone:
|
298
|
+
one: 區域
|
299
|
+
other: 區域
|
300
|
+
errors:
|
301
|
+
models:
|
302
|
+
spree/calculator/tiered_flat_rate:
|
303
|
+
attributes:
|
304
|
+
base:
|
305
|
+
keys_should_be_positive_number: 層級數要是大於零之正整數
|
306
|
+
preferred_tiers:
|
307
|
+
should_be_hash: 應為 hash
|
308
|
+
spree/calculator/tiered_percent:
|
309
|
+
attributes:
|
310
|
+
base:
|
311
|
+
keys_should_be_positive_number: 層級數要是大於零之正整數
|
312
|
+
values_should_be_percent: 層級數應為一個介於零至一百的百分比值
|
313
|
+
preferred_tiers:
|
314
|
+
should_be_hash: 應為 hash
|
315
|
+
spree/classification:
|
316
|
+
attributes:
|
317
|
+
taxon_id:
|
318
|
+
already_linked: 已於此商品連結
|
319
|
+
spree/credit_card:
|
320
|
+
attributes:
|
321
|
+
base:
|
322
|
+
card_expired: 信用卡已失效
|
323
|
+
expiry_invalid: 信用卡到期日有誤
|
324
|
+
spree/line_item:
|
325
|
+
attributes:
|
326
|
+
currency:
|
327
|
+
must_match_order_currency: 幣別需與訂單相同
|
328
|
+
spree/promotion:
|
329
|
+
attributes:
|
330
|
+
expires_at:
|
331
|
+
invalid_date_range: 已經失效
|
332
|
+
spree/product:
|
333
|
+
attributes:
|
334
|
+
discontinue_on:
|
335
|
+
invalid_date_range: 需比上架日期晚
|
336
|
+
base:
|
337
|
+
cannot_destroy_if_attached_to_line_items: 商品與被加入購物車過後不可刪除
|
338
|
+
spree/refund:
|
339
|
+
attributes:
|
340
|
+
amount:
|
341
|
+
greater_than_allowed: 退款金額超過上限
|
342
|
+
spree/reimbursement:
|
343
|
+
attributes:
|
344
|
+
base:
|
345
|
+
return_items_order_id_does_not_match: 有一個或多個品項並不屬於此筆訂單
|
346
|
+
spree/return_item:
|
347
|
+
attributes:
|
348
|
+
reimbursement:
|
349
|
+
cannot_be_associated_unless_accepted: 無法連結退貨品項,因為該品項不被接受。
|
350
|
+
inventory_unit:
|
351
|
+
other_completed_return_item_exists: '%{inventory_unit_id} 已經被退貨品項 %{return_item_id} 所使用。'
|
352
|
+
spree/shipping_method:
|
353
|
+
attributes:
|
354
|
+
base:
|
355
|
+
required_shipping_category: 你必須選擇至少一個物流方式
|
356
|
+
spree/store:
|
357
|
+
attributes:
|
358
|
+
base:
|
359
|
+
cannot_destroy_default_store: 預設商店無法被刪除
|
360
|
+
spree/store_credit:
|
361
|
+
attributes:
|
362
|
+
amount_used:
|
363
|
+
cannot_be_greater_than_amount: 無法超過總額
|
364
|
+
greater_than_zero_restrict_delete: 商城購物金已經被使用過了,所以無法刪除此商城抵用金
|
365
|
+
amount_authorized:
|
366
|
+
exceeds_total_credits: 超過可以使用的總商城抵用金
|
367
|
+
spree/store_credit_category:
|
368
|
+
attributes:
|
369
|
+
base:
|
370
|
+
cannot_destroy_if_used_in_store_credit: 如果商城抵用金已經被使用,則商城抵用金類別無法被刪除
|
371
|
+
spree/variant:
|
372
|
+
attributes:
|
373
|
+
base:
|
374
|
+
cannot_destroy_if_attached_to_line_items: 一但此商品型號被加入過購物車後則無法刪除
|
375
|
+
no_master_variant_found_to_infer_price: 需要一個主商品來顯示價格
|
376
|
+
must_supply_price_for_variant_or_master: 此商品尚未設定價格
|
377
|
+
spree/image:
|
378
|
+
attributes:
|
379
|
+
attachment:
|
380
|
+
not_allowed_content_type: 是不允許的檔案類型
|
381
|
+
attachment_must_be_present: 必須存在
|
382
|
+
spree/taxon_image:
|
383
|
+
attributes:
|
384
|
+
attachment:
|
385
|
+
not_allowed_content_type: 是不允許的檔案類型
|
386
|
+
address_book:
|
387
|
+
save: 儲存
|
388
|
+
successfully_created: 新地址儲存成功
|
389
|
+
devise:
|
390
|
+
confirmations:
|
391
|
+
confirmed: 您的信箱已通過驗證,您已成功登入。
|
392
|
+
new:
|
393
|
+
resend_confirmation_instructions: 重新寄送確認信
|
394
|
+
send_instructions: 您將在幾分鐘後收到一封電子郵件,信中有驗證帳號的說明
|
395
|
+
send_paranoid_instructions: 如果我們有您的信箱,您將會收到一封驗證您的帳號的電子郵件
|
396
|
+
failure:
|
397
|
+
already_authenticated: 您已經登入
|
398
|
+
inactive: 您的帳號尚未被啟用
|
399
|
+
invalid: '%{authentication_keys}或密碼錯誤'
|
400
|
+
last_attempt: 您還有最後一次嘗試機會,再次失敗您的帳號將會被鎖定
|
401
|
+
locked: 您的帳號已被鎖定
|
402
|
+
not_found_in_database: 尚未建立帳號
|
403
|
+
timeout: 您的登入時效過期,請重新登入
|
404
|
+
unauthenticated: 您需要先登入或註冊後才能繼續
|
405
|
+
unconfirmed: 您的帳號需要經過驗證後,才能繼續
|
406
|
+
mailer:
|
407
|
+
confirmation_instructions:
|
408
|
+
action: 確認帳號
|
409
|
+
greeting: '%{recipient} 您好!'
|
410
|
+
instruction: 您可以利用下面的連結確認您的帳號的電子郵件:
|
411
|
+
subject: 驗證帳號
|
412
|
+
email_changed:
|
413
|
+
greeting: '%{recipient} 您好!'
|
414
|
+
message: '我們寫信是爲了通知您,您的 Email 已被修改爲 %{email}'
|
415
|
+
subject: Email 已經更新
|
416
|
+
password_change:
|
417
|
+
greeting: '%{recipient} 您好!'
|
418
|
+
message: 您的密碼已被更改
|
419
|
+
subject: 密碼已更改
|
420
|
+
reset_password_instructions:
|
421
|
+
action: 重新設定密碼
|
422
|
+
greeting: '%{recipient} 您好!'
|
423
|
+
instruction: 我們收到了您的重新設定密碼的請求,您可以利用下面的連結更改密碼
|
424
|
+
instruction_2: 如果您沒有要求,請忽略此電子郵件
|
425
|
+
instruction_3: 如果您沒有進入上面的連結,並建立新的密碼,您的密碼不會被改變
|
426
|
+
subject: 重新設定密碼
|
427
|
+
unlock_instructions:
|
428
|
+
action: 帳號解鎖
|
429
|
+
greeting: '%{recipient} 您好!'
|
430
|
+
instruction: 點擊下面的連結解鎖您的帳號
|
431
|
+
message: 由於多次登入失敗,您的帳號已被鎖定
|
432
|
+
subject: 帳號解鎖
|
433
|
+
omniauth_callbacks:
|
434
|
+
failure: '無法從 %{kind} 驗證,因為 %{reason}'
|
435
|
+
success: '成功從 %{kind} 驗證'
|
436
|
+
passwords:
|
437
|
+
edit:
|
438
|
+
change_my_password: 更改我的密碼
|
439
|
+
change_your_password: 更改您的密碼
|
440
|
+
confirm_new_password: 確認新密碼
|
441
|
+
new_password: 新密碼
|
442
|
+
new:
|
443
|
+
forgot_your_password: 忘記密碼?
|
444
|
+
send_me_reset_password_instructions: 寄送重設密碼信件
|
445
|
+
no_token: 這是密碼重設頁面,僅能透過密碼重設信件進入。如果您是透過重設信件進入的,請確認您的網址不是釣魚網站
|
446
|
+
send_instructions: 您將在幾分鐘後收到一封電子郵件,內有重新設定密碼的步驟說明
|
447
|
+
send_paranoid_instructions: 如果我們有您的信箱,您將會收到一封含有重新設定密碼連結的電子郵件
|
448
|
+
updated: 您的密碼已被修改,您現在已經登入。
|
449
|
+
updated_not_active: 您的密碼已被修改。
|
450
|
+
registrations:
|
451
|
+
destroyed: 再會!您的帳號已被取消。有緣再會。
|
452
|
+
edit:
|
453
|
+
are_you_sure: 您確定嗎?
|
454
|
+
cancel_my_account: 取消我的帳號
|
455
|
+
currently_waiting_confirmation_for_email: '等待 %{email} 的確認'
|
456
|
+
leave_blank_if_you_don_t_want_to_change_it: 不想修改的話就不需要填寫這個欄位
|
457
|
+
title: '修改 %{resource}'
|
458
|
+
unhappy: 不喜歡
|
459
|
+
update: 更新
|
460
|
+
we_need_your_current_password_to_confirm_your_changes: 我們需要您的目前的密碼以確認您的更改
|
461
|
+
new:
|
462
|
+
sign_up: 註冊
|
463
|
+
signed_up: 註冊成功,歡迎!
|
464
|
+
signed_up_but_inactive: 您已註冊成功。然而因為您的帳號尚未啓動,暫時無法登入,抱歉!
|
465
|
+
signed_up_but_locked: 您已註冊成功。 然而因為您的帳號已被鎖定,暫時無法登入,抱歉!
|
466
|
+
signed_up_but_unconfirmed: 確認信件已送至您的 Email 信箱,請點擊信件內連結以啓動您的帳號。
|
467
|
+
update_needs_confirmation: 您已經成功的更新帳號資訊,但我們仍需確認您的電子信箱,請至新信箱收信並點擊連結以確認您的新電子郵件帳號。
|
468
|
+
updated: 您已經成功的更新帳號資訊。
|
469
|
+
updated_but_not_signed_in: 您已經成功的更新帳號資訊。但因為您變更了密碼,請重新登入。
|
470
|
+
sessions:
|
471
|
+
already_signed_out: 成功登出了。
|
472
|
+
new:
|
473
|
+
sign_in: 登入
|
474
|
+
signed_in: 成功登入了。
|
475
|
+
signed_out: 成功登出了。
|
476
|
+
shared:
|
477
|
+
links:
|
478
|
+
back: 返回
|
479
|
+
didn_t_receive_confirmation_instructions: 沒有收到確認信件?
|
480
|
+
didn_t_receive_unlock_instructions: 沒有收到解鎖信件?
|
481
|
+
forgot_your_password: 忘記密碼?
|
482
|
+
sign_in: 登入
|
483
|
+
sign_in_with_provider: '透過 %{provider} 登入'
|
484
|
+
sign_up: 註冊
|
485
|
+
minimum_password_length: '(密碼長度最少為%{count}個字符)'
|
486
|
+
unlocks:
|
487
|
+
new:
|
488
|
+
resend_unlock_instructions: 重發解鎖說明信件
|
489
|
+
send_instructions: 您將在幾分鐘後收到一封電子郵件,內有將帳號解除鎖定的步驟說明。
|
490
|
+
send_paranoid_instructions: 如果您的帳號已存在,您的電子信箱將會收到如何解鎖帳號的指示。
|
491
|
+
unlocked: 您的帳號已被解鎖,現在已經登入。
|
492
|
+
errors:
|
493
|
+
messages:
|
494
|
+
already_confirmed: 已經驗證,請直接登入。
|
495
|
+
confirmation_period_expired: '必須在 %{period} 內驗證,請重新申請。'
|
496
|
+
expired: 已經過期,請重新申請。
|
497
|
+
not_found: 找不到。
|
498
|
+
not_locked: 並未被鎖定。
|
499
|
+
not_saved:
|
500
|
+
one: '有一個錯誤導致 %{resource} 不能被儲存:'
|
501
|
+
other: '有 %{count} 個錯誤導致 %{resource} 不能被儲存:'
|
502
|
+
number:
|
503
|
+
percentage:
|
504
|
+
format:
|
505
|
+
precision: 1
|
506
|
+
pagination:
|
507
|
+
first: "«"
|
508
|
+
last: "»"
|
509
|
+
previous: "‹"
|
510
|
+
next: "›"
|
713
511
|
truncate: "…"
|
714
|
-
|
715
|
-
|
716
|
-
|
717
|
-
|
718
|
-
|
719
|
-
|
720
|
-
|
721
|
-
|
722
|
-
|
723
|
-
|
724
|
-
|
725
|
-
|
726
|
-
|
727
|
-
|
728
|
-
|
729
|
-
|
730
|
-
|
731
|
-
|
732
|
-
|
733
|
-
|
734
|
-
|
735
|
-
|
736
|
-
|
737
|
-
|
738
|
-
|
739
|
-
|
740
|
-
|
741
|
-
|
742
|
-
|
743
|
-
|
744
|
-
|
745
|
-
|
746
|
-
|
747
|
-
|
748
|
-
|
749
|
-
|
750
|
-
|
751
|
-
|
752
|
-
|
753
|
-
|
754
|
-
|
755
|
-
|
756
|
-
|
757
|
-
|
758
|
-
|
759
|
-
|
760
|
-
|
761
|
-
|
762
|
-
|
763
|
-
|
764
|
-
|
765
|
-
|
766
|
-
|
767
|
-
|
768
|
-
|
769
|
-
|
770
|
-
|
771
|
-
|
772
|
-
|
773
|
-
|
774
|
-
|
775
|
-
|
776
|
-
|
777
|
-
|
778
|
-
|
779
|
-
|
780
|
-
|
781
|
-
|
782
|
-
|
783
|
-
|
784
|
-
|
785
|
-
|
786
|
-
|
787
|
-
|
788
|
-
|
789
|
-
|
790
|
-
|
791
|
-
|
792
|
-
|
793
|
-
|
794
|
-
|
795
|
-
|
796
|
-
|
797
|
-
|
798
|
-
|
799
|
-
|
800
|
-
|
801
|
-
|
802
|
-
|
803
|
-
|
804
|
-
|
805
|
-
|
806
|
-
|
807
|
-
|
808
|
-
|
809
|
-
|
810
|
-
|
811
|
-
|
812
|
-
|
813
|
-
|
814
|
-
|
815
|
-
|
816
|
-
|
817
|
-
|
818
|
-
|
819
|
-
|
820
|
-
|
821
|
-
|
822
|
-
|
823
|
-
|
824
|
-
|
825
|
-
|
826
|
-
|
827
|
-
|
828
|
-
|
829
|
-
|
830
|
-
|
831
|
-
|
832
|
-
|
833
|
-
|
834
|
-
|
835
|
-
|
836
|
-
|
837
|
-
|
838
|
-
|
839
|
-
|
840
|
-
|
841
|
-
|
842
|
-
|
843
|
-
|
844
|
-
|
845
|
-
|
846
|
-
|
847
|
-
|
848
|
-
|
849
|
-
|
850
|
-
|
851
|
-
|
852
|
-
|
853
|
-
|
854
|
-
|
855
|
-
|
856
|
-
|
857
|
-
|
858
|
-
|
859
|
-
|
860
|
-
|
861
|
-
|
862
|
-
|
863
|
-
|
864
|
-
|
865
|
-
|
866
|
-
|
867
|
-
|
868
|
-
|
869
|
-
|
870
|
-
|
871
|
-
|
872
|
-
|
873
|
-
|
874
|
-
|
875
|
-
|
876
|
-
|
877
|
-
|
878
|
-
|
879
|
-
|
880
|
-
|
881
|
-
|
882
|
-
|
883
|
-
|
884
|
-
|
885
|
-
|
886
|
-
|
887
|
-
|
888
|
-
|
889
|
-
|
890
|
-
|
891
|
-
|
892
|
-
|
893
|
-
|
894
|
-
|
895
|
-
|
896
|
-
|
897
|
-
|
898
|
-
|
899
|
-
|
900
|
-
|
901
|
-
|
902
|
-
|
903
|
-
|
904
|
-
|
905
|
-
|
906
|
-
|
907
|
-
|
908
|
-
|
909
|
-
|
910
|
-
|
911
|
-
|
912
|
-
|
913
|
-
|
914
|
-
|
915
|
-
|
916
|
-
|
917
|
-
|
918
|
-
|
919
|
-
|
920
|
-
|
921
|
-
|
922
|
-
|
923
|
-
|
924
|
-
|
925
|
-
|
926
|
-
|
927
|
-
|
928
|
-
|
929
|
-
|
930
|
-
|
931
|
-
|
932
|
-
|
933
|
-
|
934
|
-
|
935
|
-
|
936
|
-
|
937
|
-
|
938
|
-
|
939
|
-
|
940
|
-
|
941
|
-
|
942
|
-
|
943
|
-
|
944
|
-
|
945
|
-
|
946
|
-
|
947
|
-
|
948
|
-
|
949
|
-
|
950
|
-
|
951
|
-
|
952
|
-
|
953
|
-
|
954
|
-
|
955
|
-
|
956
|
-
|
957
|
-
|
958
|
-
|
959
|
-
|
960
|
-
|
961
|
-
|
962
|
-
|
963
|
-
|
964
|
-
|
965
|
-
|
966
|
-
|
967
|
-
|
968
|
-
|
969
|
-
|
970
|
-
|
971
|
-
|
972
|
-
|
973
|
-
|
974
|
-
|
975
|
-
|
976
|
-
|
977
|
-
|
978
|
-
|
979
|
-
|
980
|
-
|
981
|
-
|
982
|
-
|
983
|
-
|
984
|
-
|
985
|
-
|
986
|
-
|
987
|
-
|
988
|
-
|
989
|
-
|
990
|
-
|
991
|
-
|
992
|
-
|
993
|
-
|
994
|
-
|
995
|
-
|
996
|
-
|
997
|
-
|
998
|
-
|
999
|
-
|
1000
|
-
|
1001
|
-
|
1002
|
-
|
1003
|
-
|
1004
|
-
|
1005
|
-
|
1006
|
-
|
1007
|
-
|
1008
|
-
|
1009
|
-
|
1010
|
-
|
1011
|
-
|
1012
|
-
|
1013
|
-
|
1014
|
-
|
1015
|
-
|
1016
|
-
|
1017
|
-
|
1018
|
-
|
1019
|
-
|
1020
|
-
|
1021
|
-
|
1022
|
-
|
1023
|
-
|
1024
|
-
|
1025
|
-
|
1026
|
-
|
1027
|
-
|
1028
|
-
|
1029
|
-
|
1030
|
-
|
1031
|
-
|
1032
|
-
|
1033
|
-
|
1034
|
-
|
1035
|
-
|
1036
|
-
|
1037
|
-
|
1038
|
-
|
1039
|
-
|
1040
|
-
|
1041
|
-
|
1042
|
-
|
1043
|
-
|
1044
|
-
|
1045
|
-
|
1046
|
-
|
1047
|
-
|
1048
|
-
|
1049
|
-
|
1050
|
-
|
1051
|
-
|
1052
|
-
|
1053
|
-
|
1054
|
-
|
1055
|
-
|
1056
|
-
|
1057
|
-
|
1058
|
-
|
1059
|
-
|
1060
|
-
|
1061
|
-
|
1062
|
-
|
1063
|
-
|
1064
|
-
|
1065
|
-
|
1066
|
-
|
1067
|
-
|
1068
|
-
|
1069
|
-
|
1070
|
-
|
1071
|
-
|
1072
|
-
|
1073
|
-
|
1074
|
-
|
1075
|
-
|
1076
|
-
|
1077
|
-
|
1078
|
-
|
1079
|
-
|
1080
|
-
|
1081
|
-
|
1082
|
-
|
1083
|
-
|
1084
|
-
|
1085
|
-
|
1086
|
-
|
1087
|
-
|
1088
|
-
|
1089
|
-
|
1090
|
-
|
1091
|
-
|
1092
|
-
|
1093
|
-
|
1094
|
-
|
1095
|
-
|
1096
|
-
|
1097
|
-
|
1098
|
-
|
1099
|
-
|
1100
|
-
|
1101
|
-
|
1102
|
-
|
1103
|
-
|
1104
|
-
|
1105
|
-
|
1106
|
-
|
1107
|
-
|
1108
|
-
|
1109
|
-
|
1110
|
-
|
1111
|
-
|
1112
|
-
|
1113
|
-
|
1114
|
-
|
1115
|
-
|
1116
|
-
|
1117
|
-
|
1118
|
-
|
1119
|
-
|
1120
|
-
|
1121
|
-
|
1122
|
-
|
1123
|
-
|
1124
|
-
|
1125
|
-
|
1126
|
-
|
1127
|
-
|
1128
|
-
|
1129
|
-
|
1130
|
-
|
1131
|
-
|
1132
|
-
|
1133
|
-
|
1134
|
-
|
1135
|
-
|
1136
|
-
|
1137
|
-
|
1138
|
-
|
1139
|
-
|
1140
|
-
|
1141
|
-
|
1142
|
-
|
1143
|
-
|
1144
|
-
|
1145
|
-
|
1146
|
-
|
1147
|
-
|
1148
|
-
|
1149
|
-
|
1150
|
-
|
1151
|
-
|
1152
|
-
|
1153
|
-
|
1154
|
-
|
1155
|
-
|
1156
|
-
|
1157
|
-
|
1158
|
-
|
1159
|
-
|
1160
|
-
|
1161
|
-
|
1162
|
-
|
1163
|
-
|
1164
|
-
|
1165
|
-
|
1166
|
-
|
1167
|
-
|
1168
|
-
|
1169
|
-
|
1170
|
-
|
1171
|
-
|
1172
|
-
|
1173
|
-
|
1174
|
-
|
1175
|
-
|
1176
|
-
|
1177
|
-
|
1178
|
-
|
1179
|
-
|
1180
|
-
|
1181
|
-
|
1182
|
-
|
1183
|
-
|
1184
|
-
|
1185
|
-
|
1186
|
-
|
1187
|
-
|
1188
|
-
|
1189
|
-
|
1190
|
-
|
1191
|
-
|
1192
|
-
|
1193
|
-
|
1194
|
-
|
1195
|
-
|
1196
|
-
|
1197
|
-
|
1198
|
-
|
1199
|
-
|
1200
|
-
|
1201
|
-
|
1202
|
-
|
1203
|
-
|
1204
|
-
|
1205
|
-
|
1206
|
-
|
512
|
+
spree:
|
513
|
+
abbreviation: 縮寫
|
514
|
+
accept: 同意
|
515
|
+
acceptance_status: 驗收狀態
|
516
|
+
acceptance_errors: 驗收錯誤
|
517
|
+
accepted: 已同意
|
518
|
+
account: 帳號
|
519
|
+
account_updated: 帳號已更新
|
520
|
+
action: 操作
|
521
|
+
actions:
|
522
|
+
cancel: 取消
|
523
|
+
continue: 繼續
|
524
|
+
create: 建立
|
525
|
+
destroy: 刪除
|
526
|
+
edit: 編輯
|
527
|
+
list: 列表
|
528
|
+
listing: 列出中
|
529
|
+
new: 新增
|
530
|
+
refund: 退款
|
531
|
+
save: 儲存
|
532
|
+
update: 更新
|
533
|
+
activate: 啟用
|
534
|
+
active: 啟動
|
535
|
+
add: 新增
|
536
|
+
add_new_credit_card: 新增一張信用卡
|
537
|
+
add_action_of_type: 新增操作類別
|
538
|
+
add_country: 新增國家
|
539
|
+
add_coupon_code: 新增優惠代碼
|
540
|
+
add_new_address: 新增地址
|
541
|
+
add_new_header: 新增標頭
|
542
|
+
add_new_style: 新增樣式
|
543
|
+
add_one: 新增
|
544
|
+
add_option_value: 新增選項值
|
545
|
+
add_product: 新增商品
|
546
|
+
add_product_properties: 新增商品特色
|
547
|
+
add_rule_of_type: 新增規則類別
|
548
|
+
add_state: 新增省/洲
|
549
|
+
add_stock: 新增庫存
|
550
|
+
add_to_cart: 加到購物車
|
551
|
+
add_variant: 新增產品型號
|
552
|
+
add_store: 新增商店
|
553
|
+
add_store_credit: 加到商城抵用金
|
554
|
+
added_to_cart: 成功加到購物車!
|
555
|
+
additional_item: 額外品項
|
556
|
+
address: 地址
|
557
|
+
address1: 地址
|
558
|
+
address2: 地址 (接續.)
|
559
|
+
addresses: 地址
|
560
|
+
address_action_popup:
|
561
|
+
delete_button: 是的,刪除。
|
562
|
+
delete_text: 你確定要刪除此地址?
|
563
|
+
delete_title: 確定嗎?
|
564
|
+
address_book:
|
565
|
+
other_address: 其它地址
|
566
|
+
add_new_shipping_address: 新增新地址
|
567
|
+
new_shipping_address: 新收件地址
|
568
|
+
edit_shipping_address: 編輯收件地址
|
569
|
+
no_shipping_addresses_on_file: 無收件地址
|
570
|
+
shipping_addresses: 收件地址
|
571
|
+
successfully_created: 地址新增成功。
|
572
|
+
successfully_removed: 地址移除成功。
|
573
|
+
successfully_saved: 新增成功
|
574
|
+
unsuccessfully_saved: 新增時發生錯誤
|
575
|
+
successfully_updated: 更新成功。
|
576
|
+
unsuccessfully_updated: 稱新時發生錯誤
|
577
|
+
save: 儲存
|
578
|
+
adjustable: 可調整項目
|
579
|
+
adjustment: 調整項目
|
580
|
+
adjustment_amount: 調整數量
|
581
|
+
adjustment_labels:
|
582
|
+
tax_rates:
|
583
|
+
including_tax: '%{name}%{amount} (售價已含稅金)'
|
584
|
+
excluding_tax: '%{name}%{amount}'
|
585
|
+
adjustment_successfully_closed: 調整項目已被關閉
|
586
|
+
adjustment_successfully_opened: 調整項目已被開啟
|
587
|
+
adjustment_total: 調整項目總計
|
588
|
+
adjustments: 調整項目
|
589
|
+
admin:
|
590
|
+
tab:
|
591
|
+
configuration: 設定
|
592
|
+
option_types: 商品選項
|
593
|
+
orders: 訂單
|
594
|
+
overview: 總覽
|
595
|
+
products: 商品
|
596
|
+
promotions: 優惠
|
597
|
+
promotion_categories: 優惠類別
|
598
|
+
properties: 商品特色
|
599
|
+
prototypes: 自訂商品集
|
600
|
+
reports: 報告
|
601
|
+
taxonomies: 自訂類別集合
|
602
|
+
taxons: 自訂類別
|
603
|
+
users: 用戶
|
604
|
+
return_authorizations: 退貨授權
|
605
|
+
customer_returns: 客戶退貨
|
606
|
+
order:
|
607
|
+
events:
|
608
|
+
approve: 確認
|
609
|
+
cancel: 取消
|
610
|
+
resume: 繼續
|
611
|
+
resend: 補寄
|
612
|
+
orders:
|
613
|
+
cart: 購物車
|
614
|
+
return_authorization:
|
615
|
+
product: 商品
|
616
|
+
user:
|
617
|
+
account: 會員帳號
|
618
|
+
addresses: 地址
|
619
|
+
items: 項目
|
620
|
+
items_purchased: 購買過的項目
|
621
|
+
order_history: 歷史訂單
|
622
|
+
order_num: '訂單號碼 #'
|
623
|
+
orders: 訂單
|
624
|
+
user_information: 使用者資訊
|
625
|
+
stores: 商店
|
626
|
+
store_credits: 商城抵用金
|
627
|
+
no_store_credit: 沒有商城抵用金
|
628
|
+
available_store_credit: '%{amount} 的商城抵用金'
|
629
|
+
administration: 管理
|
630
|
+
advertise: 廣告行銷
|
631
|
+
agree_to_privacy_policy: 同意隱私權條款
|
632
|
+
agree_to_terms_of_service: 同意服務條款
|
633
|
+
all: 所有
|
634
|
+
all_adjustments_closed: 所有的調整項目已被關閉!
|
635
|
+
all_adjustments_opened: 所有的調整項目已被開啟!
|
636
|
+
all_departments: 部門
|
637
|
+
all_items_have_been_returned: 的品項已經退回。
|
638
|
+
all_rights_reserved: 版權所有
|
639
|
+
already_have_account: 已經是會員了嗎?
|
640
|
+
alt_text: 說明文字
|
641
|
+
alternative_phone: 另一支聯絡電話
|
642
|
+
amount: 金額
|
643
|
+
and: 以及
|
644
|
+
approve: 同意
|
645
|
+
approver: 審核者
|
646
|
+
approved_at: 同意於
|
647
|
+
are_you_sure: 確定?
|
648
|
+
are_you_sure_delete: 你確定要刪除此筆紀錄?
|
649
|
+
associated_adjustment_closed: 有關聯的調整項目已經停用,並不會被重複計算。您要啓用它嗎?
|
650
|
+
at_symbol: '@'
|
651
|
+
authorization_failure: 授權失敗
|
652
|
+
authorized: 已授權
|
653
|
+
auto_capture: 自動收款
|
654
|
+
availability: 庫存
|
655
|
+
available_on: 上架於
|
656
|
+
available: 有庫存
|
657
|
+
average_order_value: 平均訂單價值
|
658
|
+
avs_response: 地址驗證結果
|
659
|
+
back: 返回
|
660
|
+
back_end: 後台
|
661
|
+
backordered: 已缺貨
|
662
|
+
back_to_resource_list: '返回 %{resource} 清單'
|
663
|
+
back_to_payment: 返回至付款
|
664
|
+
back_to_rma_reason_list: 返回退貨授權清單
|
665
|
+
back_to_store: 返回商店
|
666
|
+
back_to_users_list: 返回用戶清單
|
667
|
+
backorderable: 無庫存可繼續銷售
|
668
|
+
backorderable_default: 預設無庫存可繼續銷售
|
669
|
+
backorders_allowed: 即使無庫存可繼續銷售
|
670
|
+
balance_due: 尚未付款金額
|
671
|
+
base_amount: 基本金額
|
672
|
+
base_percent: 基本比例
|
673
|
+
bill_address: 帳單地址
|
674
|
+
billing: 帳單
|
675
|
+
billing_address: 帳單地址
|
676
|
+
both: 兩者
|
677
|
+
breadcrumbs: 麵包屑
|
678
|
+
calculated_reimbursements: 已計算之退款金額
|
679
|
+
calculator: 計算規則
|
680
|
+
calculator_settings_warning: 如果你要改變計算規則,請先儲存後再編輯設定。
|
681
|
+
cancel: 取消
|
682
|
+
canceled: 已取消
|
683
|
+
canceler: 取消者
|
684
|
+
canceled_at: 取消於
|
685
|
+
cannot_empty_completed_order: 訂單已經開始處理,無法被刪除。
|
686
|
+
cannot_create_payment_without_payment_methods: 沒有付款方式所以無法支付款項。
|
687
|
+
cannot_create_customer_returns: 此訂單無需要寄送之商品,因此辦理退款。
|
688
|
+
cannot_create_returns: 此訂單無需要寄送之商品,因此辦理退貨。
|
689
|
+
cannot_perform_operation: 此操作無法執行。
|
690
|
+
cannot_return_more_than_bought_quantity: 超過訂購數量無法退款。
|
691
|
+
cannot_set_shipping_method_without_address: 無法產生寄送方式,等待客戶提供資料。
|
692
|
+
capture: 收款
|
693
|
+
capture_events: 收款事件
|
694
|
+
card_code: 卡片驗證號
|
695
|
+
card_number: 信用卡卡號
|
696
|
+
card_type: 信用卡類型
|
697
|
+
card_type_is: 信用卡類型是
|
698
|
+
cart: 購物車
|
699
|
+
cart_page:
|
700
|
+
add_promo_code: 使用優惠代碼
|
701
|
+
change_quantity: 更新數量
|
702
|
+
checkout: 結帳
|
703
|
+
empty_info: 購物車是空的
|
704
|
+
header: 您的購物車
|
705
|
+
product: 商品
|
706
|
+
quantity: 數量
|
707
|
+
remove_from_cart: 從購物車移除
|
708
|
+
title: 購物車
|
709
|
+
cart_subtotal:
|
710
|
+
one: '小計 (1 個品項)'
|
711
|
+
other: '小記 (%{count} 個品項)'
|
712
|
+
categories: 分類
|
713
|
+
category: 分類
|
714
|
+
category_nav_bar:
|
715
|
+
get_up_to_30_percent_off: 最高有七折折扣
|
716
|
+
jackets_and_coats: JACKET & COASTS
|
717
|
+
new_collection: 新集合
|
718
|
+
special_offers: 特別優惠
|
719
|
+
summer_2019: 夏日 2019
|
720
|
+
channel: 銷售管道
|
721
|
+
charged: 已收款
|
722
|
+
checkout: 結帳
|
723
|
+
checkout_page:
|
724
|
+
main_navigation: 主選單
|
725
|
+
checkout_navigation: 結帳選單
|
726
|
+
back_to_cart: 返回購物車
|
727
|
+
delivery_method: 寄送方式
|
728
|
+
header: 結帳
|
729
|
+
product: 商品
|
730
|
+
choose_a_customer: 選擇一位客人
|
731
|
+
choose_a_taxon_to_sort_products_for: 選一個自訂類別來排序商品
|
732
|
+
choose_currency: 選擇幣別
|
733
|
+
choose_dashboard_locale: 選擇後台的語言
|
734
|
+
choose_location: 選擇地點
|
735
|
+
city: 城市
|
736
|
+
clear_cache: 清除快取
|
737
|
+
clear_cache_ok: 快取已經清除
|
738
|
+
clear_cache_warning: 清除快取會短暫的影響商店的效能。
|
739
|
+
click_and_drag_on_the_products_to_sort_them: 請用拖拉的方式來排序商品。
|
740
|
+
clone: 複製
|
741
|
+
close: 關閉
|
742
|
+
close_all_adjustments: 關閉所有調整項目
|
743
|
+
code: 代碼
|
744
|
+
company: 公司名
|
745
|
+
compare_at_price: 原價
|
746
|
+
complete: 完成
|
747
|
+
configuration: 設定
|
748
|
+
configurations: 設定
|
749
|
+
confirm: 確認
|
750
|
+
confirm_delete: 確認刪除
|
751
|
+
confirm_password: 密碼確認
|
752
|
+
contact_us: 聯絡我們
|
753
|
+
continue: 繼續
|
754
|
+
continue_as_guest: 以訪客的身份繼續
|
755
|
+
continue_shopping: 繼續購物
|
756
|
+
cost_currency: 成本幣別
|
757
|
+
cost_price: 成本
|
758
|
+
could_not_create_customer_return: 無法退貨
|
759
|
+
could_not_create_stock_movement: 調整庫存動向時發生了錯誤,請重試。
|
760
|
+
count_on_hand: 庫存數量
|
761
|
+
countries: 國家
|
762
|
+
country: 國家
|
763
|
+
country_based: 依據國家
|
764
|
+
country_name: 國家名稱
|
765
|
+
country_names: 國家名稱
|
766
|
+
country_rule:
|
767
|
+
label: 一定要寄送至此國家
|
768
|
+
coupon: 優惠
|
769
|
+
coupon_code: 優惠代碼
|
770
|
+
coupon_code_apply: 使用
|
771
|
+
coupon_code_already_applied: 此訂單已經使用過此優惠代碼
|
772
|
+
coupon_code_applied: 你已經成功於此訂單使用優惠代碼
|
773
|
+
coupon_code_better_exists: 上一個優惠代碼的優惠更多!
|
774
|
+
coupon_code_expired: 優惠代碼已經過期
|
775
|
+
coupon_code_max_usage: 優惠代碼已經被用完
|
776
|
+
coupon_code_not_eligible: 此優惠代碼不適用於此訂單。
|
777
|
+
coupon_code_not_found: 此優惠代碼不存在,請重試。
|
778
|
+
coupon_code_removed: 此優惠代碼已經從此筆訂單中移除。
|
779
|
+
coupon_code_unknown_error: 此優惠代碼目前無法被使用。
|
780
|
+
create: 建立
|
781
|
+
create_a_new_account: 建立新帳號
|
782
|
+
create_new_order: 建立訂單
|
783
|
+
create_reimbursement: 建立核銷
|
784
|
+
created_at: 建立於
|
785
|
+
created_by: 被建立
|
786
|
+
credit: 抵用金
|
787
|
+
credit_card: 信用卡
|
788
|
+
credit_cards: 信用卡
|
789
|
+
credit_owed: 所擁有抵用金
|
790
|
+
credited: 建議於
|
791
|
+
credits: 抵用金
|
792
|
+
currency: 貨幣
|
793
|
+
currency_settings: 貨幣設定
|
794
|
+
current: 目前
|
795
|
+
current_promotion_usage: ! '目前用量: %{count}'
|
796
|
+
customer: 客戶
|
797
|
+
customer_details: 客戶資訊
|
798
|
+
customer_details_updated: 客戶資訊已更新
|
799
|
+
customer_return: 客戶退貨
|
800
|
+
customer_returns: 客戶退貨
|
801
|
+
customer_search: 搜尋客戶
|
802
|
+
customer_support_email: 客服信箱
|
803
|
+
new_order_notifications_email: 訂單通知 email
|
804
|
+
cut: 剪下
|
805
|
+
cvv: CVV
|
806
|
+
cvv_response: CVV 回應
|
807
|
+
date: 日期
|
808
|
+
date_completed: 完成日期
|
809
|
+
date_picker:
|
810
|
+
am: 'AM'
|
811
|
+
first_day: 0
|
812
|
+
format: ! '%Y/%m/%d'
|
813
|
+
hourAriaLabel: '時'
|
814
|
+
js_format: Y/m/d
|
815
|
+
js_date_time: Y/m/d - H:i
|
816
|
+
minuteAriaLabel: '分'
|
817
|
+
pm: 'PM'
|
818
|
+
rangeSeparator: ' 至 '
|
819
|
+
scrollTitle: '捲動增加'
|
820
|
+
toggleTitle: '點選'
|
821
|
+
weekAbbreviation: '週'
|
822
|
+
yearAriaLabel: '年'
|
823
|
+
sun: '日'
|
824
|
+
mon: '一'
|
825
|
+
tue: '二'
|
826
|
+
wed: '三'
|
827
|
+
thu: '四'
|
828
|
+
fri: '五'
|
829
|
+
sat: '六'
|
830
|
+
lh_jan: '一月'
|
831
|
+
lh_feb: '二月'
|
832
|
+
lh_mar: '三月'
|
833
|
+
lh_apr: '四月'
|
834
|
+
lh_may: '五月'
|
835
|
+
lh_jun: '六月'
|
836
|
+
lh_jul: '七月'
|
837
|
+
lh_aug: '八月'
|
838
|
+
lh_sep: '九月'
|
839
|
+
lh_oct: '十月'
|
840
|
+
lh_nov: '十一月'
|
841
|
+
lh_dec: '十二月'
|
842
|
+
date_range: 日期區間
|
843
|
+
default: 預設
|
844
|
+
default_country_cannot_be_deleted: 無法刪除預設國家
|
845
|
+
default_currency: 預設國家
|
846
|
+
default_refund_amount: 預設退款金額
|
847
|
+
default_tax: 預設稅金
|
848
|
+
default_tax_zone: 預設稅金區域
|
849
|
+
delete: 刪除
|
850
|
+
deleted: 已刪除
|
851
|
+
delete_from_taxon: 從自訂類別刪除
|
852
|
+
discontinued_variants_present: 此訂單中幾個品項有不再販售的型號
|
853
|
+
delivery: 寄送
|
854
|
+
delivery_information: 寄送資訊
|
855
|
+
depth: 深度
|
856
|
+
details: 資訊
|
857
|
+
description: 敘述
|
858
|
+
destination: 目的地
|
859
|
+
destroy: 刪除
|
860
|
+
discount_amount: 折扣金額
|
861
|
+
discontinue_on: 下架於
|
862
|
+
discontinued: 已下架
|
863
|
+
dismiss_banner: 請不要再顯示此訊息
|
864
|
+
display: 顯示
|
865
|
+
doesnt_track_inventory: 庫存沒有被追蹤
|
866
|
+
dont_have_account: 沒有帳號?
|
867
|
+
edit: 編輯
|
868
|
+
editing_resource: '%{resource}編輯中'
|
869
|
+
editing_rma_reason: 編輯退貨授權理由
|
870
|
+
editing_user: 編輯你的帳號
|
871
|
+
eligibility_errors:
|
872
|
+
messages:
|
873
|
+
has_excluded_product: 你的購物車中有商品導致此優惠無法使用
|
874
|
+
item_total_less_than: '此優惠代碼無法使用於訂單金額少於 %{amount} 的情況。'
|
875
|
+
item_total_less_than_or_equal: '此優惠代碼無法使用於訂單金額少於或等於 %{amount} 的情況。'
|
876
|
+
item_total_more_than: '此優惠代碼無法使用於訂單金額高於 %{amount} 的情況。'
|
877
|
+
item_total_more_than_or_equal: '此優惠代碼無法使用於訂單金額高於或等於 %{amount} 的情況。'
|
878
|
+
limit_once_per_user: 此優惠代碼每個會員只能使用一次
|
879
|
+
missing_product: 此優惠代碼無法使用,購物車內的商品沒有滿足優惠條件。
|
880
|
+
missing_taxon: 你必須有商品來自適用此活動的類別於購物車,才能使用此優惠代碼
|
881
|
+
no_applicable_products: 你必須有適用此活動的商品於購物車內,才能使用此優惠代碼
|
882
|
+
no_matching_taxons: 你必須有商品來自適用此活動的類別於購物車,才能使用此優惠代碼
|
883
|
+
no_user_or_email_specified: 你必須登入或是提供 Email ,才能使用此優惠代碼
|
884
|
+
no_user_specified: 你必須登入才能使用此優惠代碼
|
885
|
+
not_first_order: 此優惠代碼只適用於首購
|
886
|
+
email: Email
|
887
|
+
empty: 清空
|
888
|
+
empty_cart: 清空購物車
|
889
|
+
enable_mail_delivery: 同意用郵件的方式寄出
|
890
|
+
end: 結束
|
891
|
+
ends_at: 結束日
|
892
|
+
ending_at: 結束於
|
893
|
+
ending_in: 結束於
|
894
|
+
error: 錯誤
|
895
|
+
errors:
|
896
|
+
messages:
|
897
|
+
blank: 不能為空白
|
898
|
+
could_not_create_taxon: 無法建立自訂類別
|
899
|
+
no_shipping_methods_available: 你所選的地區沒有辦法建立寄送選項,請重新建立一個。
|
900
|
+
services:
|
901
|
+
get_shipping_rates:
|
902
|
+
no_shipping_address: 必須要有地址才能估算郵資
|
903
|
+
no_line_items: 必須要品項於訂單內才能估算郵資
|
904
|
+
errors_prohibited_this_record_from_being_saved:
|
905
|
+
one: 1 個錯誤導致此筆紀錄無法儲存
|
906
|
+
other: ! '%{count} 個錯誤導致此筆紀錄無法儲存'
|
907
|
+
error_user_destroy_with_orders: 已經有訂單的客戶無法被刪除
|
908
|
+
event: 活動
|
909
|
+
events:
|
910
|
+
spree:
|
911
|
+
cart:
|
912
|
+
add: 加到購物車
|
913
|
+
checkout:
|
914
|
+
coupon_code_added: 優惠代碼已被加入
|
915
|
+
content:
|
916
|
+
visited: 造訪靜態網頁
|
917
|
+
order:
|
918
|
+
contents_changed: 訂單內容已更動
|
919
|
+
page_view: 此網頁已被造訪
|
920
|
+
user:
|
921
|
+
signup: 註冊
|
922
|
+
exceptions:
|
923
|
+
count_on_hand_setter: '無法手動更新庫存,請使用: update_column(:count_on_hand, value)'
|
924
|
+
exchange_for: 換貨
|
925
|
+
expedited_exchanges_warning: '所有的換貨在儲存後會馬上寄出給客戶。 客戶於 %{days_window} 天內沒有退還原商品將會被收取所有的費用。'
|
926
|
+
excl: 不包括
|
927
|
+
expiration: 到期
|
928
|
+
expiration_date: 到期日
|
929
|
+
extension: 插件
|
930
|
+
extensions_directory: 外掛目錄
|
931
|
+
existing_shipments: 目前寄送中的訂單
|
932
|
+
failed_payment_attempts: 嘗試付款失敗
|
933
|
+
filename: 檔案名稱
|
934
|
+
fill_in_customer_info: 請填入客戶資料
|
935
|
+
filter: 設定篩選條件
|
936
|
+
filter_results: 篩選結果
|
937
|
+
finalize: 完成
|
938
|
+
find_a_taxon: 尋找自訂類別
|
939
|
+
finalized: 已完成
|
940
|
+
first_item: 第一個項目
|
941
|
+
first_name: 名字
|
942
|
+
firstname: 名字
|
943
|
+
first_name_begins_with: 名字開頭為
|
944
|
+
flat_percent: 固定比例
|
945
|
+
flat_rate_per_order: 每單固定比例
|
946
|
+
flexible_rate: 彈性比例
|
947
|
+
follow_us: 尋找我們
|
948
|
+
forgot_password: 忘記密碼?
|
949
|
+
free_shipping: 免運費
|
950
|
+
free_shipping_amount: "-"
|
951
|
+
front_end: 前台
|
952
|
+
gateway: 接口
|
953
|
+
gateway_error: 接口錯誤
|
954
|
+
general: 一般
|
955
|
+
general_settings: 一般設定
|
956
|
+
generate_code: 產生優惠代碼
|
957
|
+
get_back_to_the: 返回
|
958
|
+
go_to_category: 前往類別
|
959
|
+
go_to_facebook: 前往 Facebook
|
960
|
+
go_to_homepage: 前往首頁
|
961
|
+
go_to_instagram: 前往 Instagram
|
962
|
+
go_to_twitter: 前往 Twitter
|
963
|
+
guest_checkout: 訪客結帳
|
964
|
+
guest_user_account: 以訪客身份結帳
|
965
|
+
has_no_shipped_units: 沒有東西需要寄送
|
966
|
+
height: 高度
|
967
|
+
hide_from_subcategories_nav: 於子類別隱藏
|
968
|
+
home: 首頁
|
969
|
+
homepage:
|
970
|
+
bestsellers: BESTSELLERS
|
971
|
+
fashion_trends: FASHION TRENDS
|
972
|
+
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.
|
973
|
+
men: MEN
|
974
|
+
new: NEW
|
975
|
+
new_collection: NEW COLLECTION
|
976
|
+
read_more: READ MORE
|
977
|
+
shoes: SHOES
|
978
|
+
shop_now: SHOP NOW
|
979
|
+
sportswear: SPORTSWEAR
|
980
|
+
streetstyle: STREETSTYLE
|
981
|
+
summer_2019: Summer 2019
|
982
|
+
summer_collection: Summer Collection
|
983
|
+
summer_sale: SUMMER SALE
|
984
|
+
trending: TRENDING
|
985
|
+
up_to_60: UP TO 60%
|
986
|
+
women: WOMEN
|
987
|
+
help_center: 幫助中心
|
988
|
+
i18n:
|
989
|
+
available_locales: 支援的語言
|
990
|
+
fields: 欄位
|
991
|
+
language: 語言
|
992
|
+
localization_settings: 在地化設定
|
993
|
+
only_incomplete: 尚未完成
|
994
|
+
only_complete: 已完成
|
995
|
+
select_locale: 選擇語言
|
996
|
+
show_only: 只要顯示
|
997
|
+
supported_locales: 支援的語言
|
998
|
+
this_file_language: 繁體中文 (zh-TW)
|
999
|
+
translations: 翻譯
|
1000
|
+
icon: 圖標
|
1001
|
+
image: 圖片
|
1002
|
+
images: 圖片
|
1003
|
+
implement_eligible_for_return: "Must implement #eligible_for_return? for your EligibilityValidator."
|
1004
|
+
implement_requires_manual_intervention: "Must implement #requires_manual_intervention? for your EligibilityValidator."
|
1005
|
+
in_stock: 有庫存
|
1006
|
+
inactive: 已失效
|
1007
|
+
incl: 包括
|
1008
|
+
included_in_price: 包含於價格
|
1009
|
+
included_price_validation: 無法被選擇直到預設稅區已經設定好
|
1010
|
+
incomplete: 未完成
|
1011
|
+
info_product_has_multiple_skus: "此商品有 %{count} 個型號:"
|
1012
|
+
info_number_of_skus_not_shown:
|
1013
|
+
one: '與另一個'
|
1014
|
+
other: '與其他 %{count} 個'
|
1015
|
+
instructions_to_reset_password: 請填入你的 Email
|
1016
|
+
insufficient_stock: '庫存不夠,只剩下 %{on_hand} 個'
|
1017
|
+
insufficient_stock_item_quantity: 庫存不夠
|
1018
|
+
insufficient_stock_lines_present: 此訂單中有幾個品項庫存不夠
|
1019
|
+
intercept_email_address: 截取 Email
|
1020
|
+
intercept_email_instructions: 複寫掉 Email 收件者,並用新的地址取代。
|
1021
|
+
internal_name: 內部名稱
|
1022
|
+
invalid_credit_card: 信用卡無效
|
1023
|
+
invalid_exchange_variant: 此型號不能換貨
|
1024
|
+
invalid_payment_provider: 此金流服務商無法使用
|
1025
|
+
invalid_promotion_action: 此優惠無法使用
|
1026
|
+
invalid_promotion_rule: 此優惠條件無法使用
|
1027
|
+
inventory: 庫存
|
1028
|
+
inventory_adjustment: 庫存調整
|
1029
|
+
inventory_error_flash_for_insufficient_quantity: 購物車的其中一個品項已不再販售
|
1030
|
+
inventory_state: 庫存狀態
|
1031
|
+
is_not_available_to_shipment_address: 無法用於寄送地址
|
1032
|
+
iso_name: ISO 名稱
|
1033
|
+
issued_on: 發出於
|
1034
|
+
item: 項目
|
1035
|
+
item_description: 項目敘述
|
1036
|
+
item_total: 項目總計
|
1037
|
+
item_total_rule:
|
1038
|
+
operators:
|
1039
|
+
gt: 大於
|
1040
|
+
gte: 大於或等於
|
1041
|
+
lt: 小於
|
1042
|
+
lte: 小於或等於
|
1043
|
+
items_cannot_be_shipped: 我們無法計算您所選的項目的運費。
|
1044
|
+
items_in_rmas: 項目在退貨授權中
|
1045
|
+
items_to_be_reimbursed: 項目在核銷中
|
1046
|
+
items_reimbursed: 項目已核銷
|
1047
|
+
join_slack: 加入 Slack
|
1048
|
+
last_name: 姓氏
|
1049
|
+
lastname: 姓氏
|
1050
|
+
last_name_begins_with: 姓氏開頭為
|
1051
|
+
learn_more: 暸解更多
|
1052
|
+
lifetime_stats: 統計數據
|
1053
|
+
limit_usage_to: 歷史使用量
|
1054
|
+
line_item_adjustments: 品項調整
|
1055
|
+
list: 清單
|
1056
|
+
loading: 載入中
|
1057
|
+
loading_tree: 載入樹狀結構中,請稍候...
|
1058
|
+
locale_changed: 語言改變
|
1059
|
+
location: 地點
|
1060
|
+
lock: 鎖定
|
1061
|
+
log_entries: "Log Entries"
|
1062
|
+
log_in: 登入
|
1063
|
+
log_in_to_continue: 登入後繼續
|
1064
|
+
logs: 紀錄
|
1065
|
+
logged_in_as: 已其他身份登入
|
1066
|
+
logged_in_succesfully: 登入成功
|
1067
|
+
logged_out: 登出成功
|
1068
|
+
login: 登入
|
1069
|
+
login_as_existing: 以顧客的身份登入
|
1070
|
+
login_failed: 登入資訊錯誤
|
1071
|
+
login_name: 登入名稱
|
1072
|
+
logo_alt: 品牌 Logo
|
1073
|
+
logout: 登出
|
1074
|
+
look_for_similar_items: 尋找類似的商品
|
1075
|
+
make_refund: 退款
|
1076
|
+
make_sure_the_above_reimbursement_amount_is_correct: 請確認以上核銷金額正確
|
1077
|
+
mail_from_address: 寄件者地址
|
1078
|
+
manage_promotion_categories: 管理優惠類別
|
1079
|
+
manual_intervention_required: 需要手動邀請
|
1080
|
+
manage_variants: 管理所有型號
|
1081
|
+
master_price: 預設價格
|
1082
|
+
master_sku: 預設 SKU
|
1083
|
+
match_choices:
|
1084
|
+
all: 全部
|
1085
|
+
none: 沒有
|
1086
|
+
max_items: 最大數量
|
1087
|
+
member_since: 會員建立於
|
1088
|
+
memo: 備註
|
1089
|
+
meta_description: Meta 敘述
|
1090
|
+
meta_keywords: Meta 關鍵字
|
1091
|
+
meta_title: Meta 標題
|
1092
|
+
metadata: Metadata
|
1093
|
+
mutable: 可調整的
|
1094
|
+
minimal_amount: 最低金額
|
1095
|
+
missing_return_authorization: ! '%{item_name} 沒有退貨授權'
|
1096
|
+
month: 月份
|
1097
|
+
more: 更多
|
1098
|
+
move_stock_between_locations: 於不同地點間移動庫存
|
1099
|
+
my_account: 我的帳號
|
1100
|
+
my_orders: 我的訂單
|
1101
|
+
name: 名稱
|
1102
|
+
name_on_card: 卡片上的姓名
|
1103
|
+
name_or_sku: 商品名稱或是 SKU (至少輸入三個單字)
|
1104
|
+
nav_bar:
|
1105
|
+
admin_panel: 管理員後台
|
1106
|
+
change_country: 更改國家
|
1107
|
+
close_menu: 關閉選單
|
1108
|
+
go_to_previous_menu: 前往前一個選單
|
1109
|
+
log_in: 登入
|
1110
|
+
log_out: 登出
|
1111
|
+
my_account: 我的帳號
|
1112
|
+
my_orders: 我的訂單
|
1113
|
+
show_menu: 顯示選單
|
1114
|
+
show_search: 顯示搜尋
|
1115
|
+
show_user_menu: 顯示使用者選單
|
1116
|
+
sign_up: 註冊
|
1117
|
+
desktop: 桌面版
|
1118
|
+
mobile: 行動版
|
1119
|
+
new: 新增
|
1120
|
+
new_adjustment: 新增調整
|
1121
|
+
new_customer: 建立新帳號
|
1122
|
+
new_customer_return: 建立客戶退貨
|
1123
|
+
new_country: 新增國家
|
1124
|
+
new_image: 新增圖片
|
1125
|
+
new_option_type: 新增選項
|
1126
|
+
new_order: 新建訂單
|
1127
|
+
new_order_completed: 新訂單已完成
|
1128
|
+
new_payment: 新增付款
|
1129
|
+
new_payment_method: 新增付款方式
|
1130
|
+
new_product: 新增商品
|
1131
|
+
new_promotion: 新增優惠
|
1132
|
+
new_promotion_category: 新增優惠類別
|
1133
|
+
new_property: 新增商品特色
|
1134
|
+
new_prototype: 建立自訂商品集
|
1135
|
+
new_refund: 建立退費
|
1136
|
+
new_refund_reason: 新增退款理由
|
1137
|
+
new_reimbursement_type: 新增核銷類型
|
1138
|
+
new_rma_reason: 新增退貨授權理由
|
1139
|
+
new_return_authorization: 新增退貨授權
|
1140
|
+
new_role: 新增身份
|
1141
|
+
new_shipping_category: 新增物流類別
|
1142
|
+
new_shipping_method: 新增物流
|
1143
|
+
new_shipment_at_location: 新增物流於
|
1144
|
+
new_state: 新增省/洲
|
1145
|
+
new_stock_location: 新增倉庫地點
|
1146
|
+
new_stock_movement: 新增庫存動作
|
1147
|
+
new_stock_transfer: 新增庫存轉移
|
1148
|
+
new_store_credit: 新增商城抵用金
|
1149
|
+
new_store_credit_category: 新增商城抵用金類別
|
1150
|
+
new_tax_category: 新增稅金類別
|
1151
|
+
new_tax_rate: 新增稅金比例
|
1152
|
+
new_taxon: 新增自訂類別
|
1153
|
+
new_taxonomy: 新增自訂類別集合
|
1154
|
+
new_tracker: 新增追蹤
|
1155
|
+
new_user: 新增使用者
|
1156
|
+
new_variant: 新增型號
|
1157
|
+
new_zone: 新增地區
|
1158
|
+
next: 下一步
|
1159
|
+
no_actions_added: 沒有操作被新增
|
1160
|
+
no_address_given: 沒有地址
|
1161
|
+
no_available_date_set: 沒有可行之日期
|
1162
|
+
no_country: 尚未設定國家
|
1163
|
+
no_payment_found: 沒有付款
|
1164
|
+
no_pending_payments: 沒有待付款項
|
1165
|
+
no_product_available:
|
1166
|
+
for_this_quantity: 不好意思,有些商品無法那麼多量。
|
1167
|
+
opps: 喔不!
|
1168
|
+
no_products_found: 找不到商品
|
1169
|
+
no_results: 沒有結果
|
1170
|
+
no_rules_added: 沒有規則被新增
|
1171
|
+
no_resource_found: '找不到 %{resource}'
|
1172
|
+
no_returns_found: 找不到退貨
|
1173
|
+
no_shipping_method_selected: 沒有選取寄送選項
|
1174
|
+
no_state_changes: 沒有狀態改變
|
1175
|
+
no_tracking_present: 沒有追蹤訊息
|
1176
|
+
user_not_found: 找不到使用者
|
1177
|
+
none: 沒有
|
1178
|
+
none_selected: 取消全選
|
1179
|
+
normal_amount: 通常金額
|
1180
|
+
not: 不
|
1181
|
+
not_available: N/A
|
1182
|
+
not_enough_stock: 選定的地點沒有足夠的庫存去做轉移
|
1183
|
+
not_found: ! '找不到%{resource}'
|
1184
|
+
note: 筆記
|
1185
|
+
notice_messages:
|
1186
|
+
product_cloned: 商品已被複製
|
1187
|
+
product_deleted: 商品已被刪除
|
1188
|
+
product_not_cloned: '商品無法被複製,原因為:%{error}'
|
1189
|
+
product_not_deleted: '商品無法被刪除,原因為:%{error}'
|
1190
|
+
variant_deleted: 型號已被刪除
|
1191
|
+
variant_not_deleted: '型號無法被刪除,原因為:%{error}'
|
1192
|
+
num_orders: '# 訂單'
|
1193
|
+
number: 號碼
|
1194
|
+
ok: 好
|
1195
|
+
on_hand: 庫存
|
1196
|
+
open: 開啟
|
1197
|
+
open_all_adjustments: 開啟調整
|
1198
|
+
option_type: 選項
|
1199
|
+
option_type_placeholder: 選擇一個選項
|
1200
|
+
option_types: 選項
|
1201
|
+
option_value: 選項值
|
1202
|
+
option_values: 選項值
|
1203
|
+
optional: 非必填
|
1204
|
+
options: 選項
|
1205
|
+
or: 或
|
1206
|
+
or_over_price: ! '%{price}或更高'
|
1207
|
+
order: 訂單
|
1208
|
+
order_adjustments: 訂單調整
|
1209
|
+
order_already_updated: 此訂單更新成功
|
1210
|
+
order_approved: 訂單已審核
|
1211
|
+
order_canceled: 訂單已取消
|
1212
|
+
order_details: 訂單詳情
|
1213
|
+
order_email_resent: 訂單郵件重寄
|
1214
|
+
order_information: 訂單資訊
|
1215
|
+
order_line_items: 訂單品項
|
1216
|
+
order_mailer:
|
1217
|
+
subtotal: ! '小記:'
|
1218
|
+
total: ! '總計:'
|
1219
|
+
cancel_email:
|
1220
|
+
dear_customer: 親愛的顧客,
|
1221
|
+
instructions: 你的訂單已取消。請你保留好此信件做為紀錄。
|
1222
|
+
order_summary_canceled: '訂單編號 %{number} 總結 [CANCELED]'
|
1223
|
+
subject: 訂單取消
|
1224
|
+
confirm_email:
|
1225
|
+
dear_customer: 親愛的顧客,
|
1226
|
+
instructions: 請你保留好此信件做為紀錄。
|
1227
|
+
order_summary: '訂單編號 %{number} 總結'
|
1228
|
+
subject: 訂單確認信件
|
1229
|
+
thanks: 感謝你
|
1230
|
+
store_owner_notification_email:
|
1231
|
+
heading: 新訂單
|
1232
|
+
instructions: 一筆新訂單
|
1233
|
+
order_summary: '訂單 %{number} 總結'
|
1234
|
+
subject: '%{store_name}收到了一筆新訂單'
|
1235
|
+
order_not_found: 我們無法找到你的訂單,請再試一次
|
1236
|
+
order_number: '訂單編號 %{number}'
|
1237
|
+
order_processed_successfully: 你的訂單已經處理完成。
|
1238
|
+
order_resumed: 繼續訂單
|
1239
|
+
order_state:
|
1240
|
+
address: 地址
|
1241
|
+
awaiting_return: 等待退貨
|
1242
|
+
canceled: 取消
|
1243
|
+
cart: 購物車
|
1244
|
+
considered_risky: 高風險
|
1245
|
+
complete: 完成
|
1246
|
+
confirm: 確認
|
1247
|
+
delivery: 寄送
|
1248
|
+
payment: 付款
|
1249
|
+
resumed: 繼續
|
1250
|
+
returned: 退貨
|
1251
|
+
order_success: 訂單建立成功
|
1252
|
+
order_success_explain: 你的訂單資訊將會被寄送至 Email
|
1253
|
+
order_summary: 訂單總結
|
1254
|
+
order_sure_want_to: '你確定要%{event}此筆訂單?'
|
1255
|
+
order_total: 訂單總計
|
1256
|
+
order_updated: 訂單已更新
|
1257
|
+
orders: 訂單
|
1258
|
+
out_of_stock: 已售罄
|
1259
|
+
backordered_info: 缺貨資訊
|
1260
|
+
backordered_confirm_info: 所選之項目缺貨中可能導致延遲寄送,你確定要訂購嗎?
|
1261
|
+
overview: 概觀
|
1262
|
+
package_from: 包裹來自
|
1263
|
+
page_not_found: 您所訪問的頁面不存在!
|
1264
|
+
pagination:
|
1265
|
+
next_page: 下一頁 »
|
1266
|
+
previous_page: ! '« 上一頁'
|
1267
|
+
truncate: ! '…'
|
1268
|
+
password: 密碼
|
1269
|
+
paste: 貼上
|
1270
|
+
path: 路徑
|
1271
|
+
pay: 付款
|
1272
|
+
payment: 支付
|
1273
|
+
payment_could_not_be_created: 無法建立付款
|
1274
|
+
payment_identifier: 付款識別碼
|
1275
|
+
payment_information: 付款資訊
|
1276
|
+
payment_method: 付款方式
|
1277
|
+
payment_methods: 付款方式
|
1278
|
+
payment_method_not_supported: 不支援此付款方式,請選擇別的付款方式
|
1279
|
+
payment_processing_failed: 付款無法處理,請確認你輸入的資料沒有錯誤
|
1280
|
+
payment_processor_choose_banner_text: 如果你需要選擇一個金流服務商,請造訪
|
1281
|
+
payment_processor_choose_link: 我們的付款方式頁面
|
1282
|
+
payment_state: 付款狀態
|
1283
|
+
payment_states:
|
1284
|
+
balance_due: 應付款項
|
1285
|
+
checkout: 結帳
|
1286
|
+
completed: 已完成
|
1287
|
+
credit_owed: 所擁有抵用金
|
1288
|
+
failed: 已失敗
|
1289
|
+
paid: 已付款
|
1290
|
+
pending: 等待中
|
1291
|
+
processing: 處理中
|
1292
|
+
void: 作廢
|
1293
|
+
payment_type: 付款類型
|
1294
|
+
payment_updated: 付款已更新
|
1295
|
+
payments: 付款
|
1296
|
+
pdp:
|
1297
|
+
checkout: 結帳
|
1298
|
+
description: 敘述
|
1299
|
+
details: 細節
|
1300
|
+
products_included_in_promotion: 此優惠有的商品
|
1301
|
+
quantity: 數量
|
1302
|
+
view_cart: 購物車
|
1303
|
+
you_may_also_like: 你可能也會喜歡
|
1304
|
+
percent: 百分比
|
1305
|
+
percent_per_item: 每單位之百分比
|
1306
|
+
permalink: 永久連結
|
1307
|
+
pending: 等待中
|
1308
|
+
pending_sale: 等待銷售
|
1309
|
+
phone: 電話
|
1310
|
+
place_order: 下訂
|
1311
|
+
please_define_payment_methods: 請定義好一些支付方式
|
1312
|
+
please_enter_reasonable_quantity: 請輸入一個合理的數量
|
1313
|
+
plp:
|
1314
|
+
best_selling: 最佳銷售
|
1315
|
+
clear_all: 清除
|
1316
|
+
collection: 集合
|
1317
|
+
color: 顏色
|
1318
|
+
done: 完成
|
1319
|
+
default: 基本款
|
1320
|
+
filter_by: 篩選
|
1321
|
+
home: 首頁
|
1322
|
+
home_page: homepage
|
1323
|
+
newest_first: 最新的先
|
1324
|
+
no_results: 沒有結果
|
1325
|
+
no_results_found: 沒有結果
|
1326
|
+
not_found_filters1: 沒有商品符合你的篩選條件
|
1327
|
+
not_found_filters2: 請嘗試新的篩選條件
|
1328
|
+
not_found_text1: '我們找不到商品包含關鍵字: %{keywords}'
|
1329
|
+
not_found_text2: 請嘗試新的關鍵字
|
1330
|
+
price: 價格
|
1331
|
+
price_high_to_low: 價格 (高 - 低)
|
1332
|
+
price_low_to_high: 價格 (低 - 高)
|
1333
|
+
result: 結果
|
1334
|
+
results_for: 結果
|
1335
|
+
size: 尺寸
|
1336
|
+
sort_by: 排序方式
|
1337
|
+
top_sellers: 最佳銷售
|
1338
|
+
type: 類型
|
1339
|
+
populate_get_error: 錯誤發生。請再加入一次
|
1340
|
+
powered_by: 技術支援:
|
1341
|
+
pre_tax_refund_amount: 稅前退費總額
|
1342
|
+
pre_tax_amount: 稅前金額
|
1343
|
+
pre_tax_total: 稅前總額
|
1344
|
+
preferred_reimbursement_type: 優先核銷方式
|
1345
|
+
presentation: 介紹
|
1346
|
+
preview_product: 商品預覽
|
1347
|
+
previous: 上一個
|
1348
|
+
previous_state_missing: 初始狀態
|
1349
|
+
price: 價格
|
1350
|
+
prices: 價格
|
1351
|
+
price_range: 價格區間
|
1352
|
+
price_sack: Price Sack
|
1353
|
+
process: 處理
|
1354
|
+
product: 商品
|
1355
|
+
product_details: 商品細節
|
1356
|
+
product_has_no_description: 此商品沒有商品敘述
|
1357
|
+
product_not_available_in_this_currency: 此商品無法已所選的幣別購買
|
1358
|
+
product_properties: 商品特色
|
1359
|
+
product_rule:
|
1360
|
+
choose_products: 選擇商品
|
1361
|
+
label: 訂單至少需要含有這些產品
|
1362
|
+
match_all: 所有
|
1363
|
+
match_any: 最少一個
|
1364
|
+
match_none: 沒有
|
1365
|
+
product_source:
|
1366
|
+
group: 從商品分組
|
1367
|
+
manual: 手動選擇
|
1368
|
+
products: 商品
|
1369
|
+
promotion: 優惠
|
1370
|
+
promotionable: 可提供優惠
|
1371
|
+
promotion_cloned: 優惠已複製
|
1372
|
+
promotion_not_cloned: '優惠無法被複製,原因:%{error}'
|
1373
|
+
promotion_action: 優惠操作
|
1374
|
+
promotion_action_types:
|
1375
|
+
create_adjustment:
|
1376
|
+
description: 為訂單建立促銷用的價格調整
|
1377
|
+
name: 新增訂單的價格調整
|
1378
|
+
create_item_adjustments:
|
1379
|
+
description: 為訂單上的一個品項建立一筆促銷用的價格調整
|
1380
|
+
name: 新增單項的價格調整
|
1381
|
+
create_line_items:
|
1382
|
+
description: 新增特定商品到訂單中
|
1383
|
+
name: 新增訂單商品
|
1384
|
+
free_shipping:
|
1385
|
+
description: 整張訂單免運費
|
1386
|
+
name: 免運費
|
1387
|
+
promotion_actions: 優惠
|
1388
|
+
promotion_category: 優惠類別
|
1389
|
+
promotion_form:
|
1390
|
+
match_policies:
|
1391
|
+
all: 符合所有條件
|
1392
|
+
any: 滿足其中一個條件
|
1393
|
+
promotion_label: '優惠活動:%{name}'
|
1394
|
+
promotion_rule: 優惠規則
|
1395
|
+
promotion_rule_types:
|
1396
|
+
country:
|
1397
|
+
description: 訂單要被寄去指定(或是預設)的國家
|
1398
|
+
name: 國家
|
1399
|
+
first_order:
|
1400
|
+
description: 使用者的首筆訂單
|
1401
|
+
name: 首筆訂單
|
1402
|
+
item_total:
|
1403
|
+
description: 商品總價符合條件
|
1404
|
+
name: 商品總價
|
1405
|
+
one_use_per_user:
|
1406
|
+
description: 每人只可使用一次
|
1407
|
+
name: 每人一次
|
1408
|
+
option_value:
|
1409
|
+
description: 訂單包含指定商品以及指定的選項
|
1410
|
+
name: 選項值(s)
|
1411
|
+
product:
|
1412
|
+
description: 訂單包含指定商品
|
1413
|
+
name: 商品(s)
|
1414
|
+
user:
|
1415
|
+
description: 只有特定的使用者可以使用
|
1416
|
+
name: 使用者
|
1417
|
+
user_logged_in:
|
1418
|
+
description: 只有登入的使用者才能使用
|
1419
|
+
name: 登入的使用者
|
1420
|
+
taxon:
|
1421
|
+
description: 訂單包含指定的自訂類別內的商品
|
1422
|
+
name: 自訂類別(s)
|
1423
|
+
promotions: 優惠
|
1424
|
+
promotion_uses: 優惠使用
|
1425
|
+
propagate_all_variants: 使用於所有型號
|
1426
|
+
properties: 商品特色
|
1427
|
+
property: 商品特色
|
1428
|
+
prototype: 自訂商品集
|
1429
|
+
prototypes: 自訂商品集
|
1430
|
+
provider: Provider
|
1431
|
+
provider_settings_warning: 如果你要更改提供者類別,請先儲存再編輯。
|
1432
|
+
purchased_quantity: 已購買數量
|
1433
|
+
qty: 數量
|
1434
|
+
quantity: 數量
|
1435
|
+
quantity_returned: 已退貨數量
|
1436
|
+
quantity_shipped: 已寄出數量
|
1437
|
+
quick_search: 快速搜尋
|
1438
|
+
rate: 比例
|
1439
|
+
reason: 原因
|
1440
|
+
receive: 收
|
1441
|
+
receive_stock: 收到庫存
|
1442
|
+
received: 已收到
|
1443
|
+
reception_status: 收或狀態
|
1444
|
+
reference: 參考
|
1445
|
+
reference_contains: 參考包含
|
1446
|
+
refund: 退款
|
1447
|
+
refund_reasons: 退款理由
|
1448
|
+
refunded_amount: 退款金額
|
1449
|
+
refunds: 退款
|
1450
|
+
refund_amount_must_be_greater_than_zero: 退款金額需要大於零
|
1451
|
+
register: 註冊
|
1452
|
+
registration: 註冊
|
1453
|
+
reimburse: 核銷
|
1454
|
+
reimbursed: 已核銷
|
1455
|
+
reimbursement: 核銷
|
1456
|
+
reimbursement_perform_failed: '無法核銷。Error: %{error}'
|
1457
|
+
reimbursement_status: 核銷狀態
|
1458
|
+
reimbursement_type: 核銷類型
|
1459
|
+
reimbursement_type_override: 複寫核銷類型
|
1460
|
+
reimbursement_types: 核銷類型
|
1461
|
+
reimbursements: 核銷
|
1462
|
+
reject: 拒絕
|
1463
|
+
rejected: 已拒絕
|
1464
|
+
remember_me: 記住我
|
1465
|
+
remove: 移除
|
1466
|
+
rename: 重新命名
|
1467
|
+
report: 報告
|
1468
|
+
reports: 報告
|
1469
|
+
required: '*'
|
1470
|
+
required_fields: 必填欄位
|
1471
|
+
resellable: 可轉售
|
1472
|
+
resend: 重寄
|
1473
|
+
reset_password: 重設密碼
|
1474
|
+
response_code: 回應碼
|
1475
|
+
resume: 繼續
|
1476
|
+
resumed: 已繼續
|
1477
|
+
return: 退貨
|
1478
|
+
returns: 全部退貨
|
1479
|
+
return_authorization: 退貨授權
|
1480
|
+
return_authorization_reasons: 退貨授權理由
|
1481
|
+
return_authorization_states:
|
1482
|
+
authorized: 已授權
|
1483
|
+
canceled: 已取消
|
1484
|
+
return_authorization_updated: 退貨授權已更新
|
1485
|
+
return_authorization_canceled: 退貨授權已取消
|
1486
|
+
return_authorizations: 退貨授權
|
1487
|
+
return_item_inventory_unit_ineligible: 退貨項目必須寄出
|
1488
|
+
return_item_inventory_unit_reimbursed: 退貨項目必須核銷
|
1489
|
+
return_item_order_not_completed: 退貨項目的訂單必須完成
|
1490
|
+
return_item_rma_ineligible: 退貨項目需要退貨授權
|
1491
|
+
return_item_time_period_ineligible: 退貨項目已經過期
|
1492
|
+
return_items: 退換貨項目
|
1493
|
+
return_items_cannot_be_associated_with_multiple_orders: 退換貨項目不能與多筆訂單共存
|
1494
|
+
reimbursement_mailer:
|
1495
|
+
reimbursement_email:
|
1496
|
+
days_to_send: ! '你有幾 %{days} 天將需要換貨的商品寄回。'
|
1497
|
+
dear_customer: 親愛的顧客,
|
1498
|
+
exchange_summary: 換貨總結
|
1499
|
+
for: 為了
|
1500
|
+
instructions: 核銷已經在處理中
|
1501
|
+
refund_summary: 退款總結
|
1502
|
+
subject: 核銷通知
|
1503
|
+
total_refunded: ! '退款總計: %{total}'
|
1504
|
+
thanks: 感謝
|
1505
|
+
return_number: 退貨號碼
|
1506
|
+
return_quantity: 退貨數量
|
1507
|
+
returned: 已退貨
|
1508
|
+
review: 審核
|
1509
|
+
risk: 風險
|
1510
|
+
risk_analysis: 風險評估
|
1511
|
+
risky: 高風險
|
1512
|
+
rma_credit: 退貨授權抵用金
|
1513
|
+
rma_number: 退貨授權號碼
|
1514
|
+
rma_value: 退貨授權值
|
1515
|
+
role_id: 角色 ID
|
1516
|
+
roles: 角色
|
1517
|
+
rules: 規則
|
1518
|
+
safe: 安全
|
1519
|
+
sales_total: 所有銷售總和
|
1520
|
+
sales_total_description: 所有訂單的銷售總額
|
1521
|
+
sales_totals: 所有銷售總計
|
1522
|
+
save_and_continue: 儲存並繼續
|
1523
|
+
save_my_address: 儲存我的地址
|
1524
|
+
saving: 存檔中
|
1525
|
+
say_no: 否
|
1526
|
+
say_yes: 是
|
1527
|
+
scope: 範圍
|
1528
|
+
search: 搜尋
|
1529
|
+
search_results: '%{keywords}的搜尋結果'
|
1530
|
+
searching: 搜尋中
|
1531
|
+
secure_connection_type: 安全連線類型
|
1532
|
+
security_settings: 安全設定
|
1533
|
+
select: 選擇
|
1534
|
+
select_from_prototype: 從自訂商品集中選取
|
1535
|
+
elect_a_date: 選取日期
|
1536
|
+
select_a_date_range: 選取日期區間
|
1537
|
+
select_a_return_authorization_reason: 選取退貨授權的理由
|
1538
|
+
select_a_stock_location: 選取庫存地點
|
1539
|
+
select_a_store_credit_reason: 選取商城抵用金的理由
|
1540
|
+
select_stock: 選取庫存
|
1541
|
+
selected_quantity_not_available: ! '所選數量 %{item} 不可行'
|
1542
|
+
send_copy_of_all_mails_to: 寄至所有的信箱
|
1543
|
+
send_mails_as: 寄出所有信件以
|
1544
|
+
seo_title: SEO 標題
|
1545
|
+
server: 伺服器
|
1546
|
+
server_error: 伺服器錯誤
|
1547
|
+
settings: 設定
|
1548
|
+
ship: 寄送
|
1549
|
+
ship_to: 寄送至
|
1550
|
+
ship_address: 收件地址
|
1551
|
+
ship_total: 物流金額
|
1552
|
+
shipment: 物流
|
1553
|
+
shipment_adjustments: 物流調整
|
1554
|
+
shipment_details: '從 %{stock_location} 藉由 %{shipping_method} 寄送'
|
1555
|
+
shipment_mailer:
|
1556
|
+
shipped_email:
|
1557
|
+
dear_customer: 親愛的客戶
|
1558
|
+
instructions: '你的訂單 %{number} 已經寄出'
|
1559
|
+
shipment_summary: 此筆訂單的物流總結
|
1560
|
+
shipping_method: '寄送方法:%{shipping_method}'
|
1561
|
+
subject: 寄送通知
|
1562
|
+
thanks: 感謝
|
1563
|
+
track_information: ! '追蹤號碼 %{tracking}'
|
1564
|
+
track_link: '追蹤方法: %{url}'
|
1565
|
+
shipment_state: 寄送狀態
|
1566
|
+
shipment_states:
|
1567
|
+
backorder: 補貨中
|
1568
|
+
canceled: 已取消
|
1569
|
+
partial: 部分
|
1570
|
+
pending: 等待中
|
1571
|
+
ready: 已準備
|
1572
|
+
shipped: 已寄出
|
1573
|
+
shipment_transfer_success: 型號已經轉移成功
|
1574
|
+
shipment_transfer_error: 型號轉移失敗
|
1575
|
+
shipments: 訂單內容
|
1576
|
+
shipped: 已寄送
|
1577
|
+
shipping: 寄送中
|
1578
|
+
shipping_address: 收件地址
|
1579
|
+
shipping_categories: 收件類別
|
1580
|
+
shipping_category: 收件類別
|
1581
|
+
shipping_flat_rate_per_item: 訂單內每項商品收取固定運費
|
1582
|
+
shipping_flat_rate_per_order: 每筆訂單收取固定運費
|
1583
|
+
shipping_flexible_rate: 運費將根據訂單內每項商品收取
|
1584
|
+
shipping_instructions: 寄送教學
|
1585
|
+
shipping_method: 寄送方法
|
1586
|
+
shipping_methods: 寄送方法
|
1587
|
+
shipping_price_sack: 每袋價格
|
1588
|
+
shipping_rates:
|
1589
|
+
display_price:
|
1590
|
+
including_tax: '%{price} (包含 %{tax_amount} %{tax_rate_name})'
|
1591
|
+
excluding_tax: '%{price} (+ %{tax_amount} %{tax_rate_name})'
|
1592
|
+
shipping_total: 運費總計
|
1593
|
+
shop_by_taxonomy: '於%{taxonomy}選購'
|
1594
|
+
shopping_cart: 購物車
|
1595
|
+
show: 顯示
|
1596
|
+
show_active: 顯示活躍
|
1597
|
+
show_deleted: 顯示刪除
|
1598
|
+
show_discontinued: 顯示已下架
|
1599
|
+
show_only_complete_orders: 只顯示完成的訂單
|
1600
|
+
show_only_considered_risky: 只顯示高風險的訂單
|
1601
|
+
show_property: 顯示特色
|
1602
|
+
show_rate_in_label: 於標籤上顯示費率
|
1603
|
+
sign_up: 註冊
|
1604
|
+
sku: SKU
|
1605
|
+
skus: SKUs
|
1606
|
+
slug: Slug
|
1607
|
+
source: 來源
|
1608
|
+
special_instructions: 特殊要求
|
1609
|
+
split: 由不同地方寄送
|
1610
|
+
spree_gateway_error_flash_for_checkout: 你的付款資訊有問題,請重新確認你的付款資訊
|
1611
|
+
ssl:
|
1612
|
+
change_protocol: 請改使用 HTTP 連線本網站
|
1613
|
+
start: 開始
|
1614
|
+
starting_from: 開始於
|
1615
|
+
state: 狀態
|
1616
|
+
state_based: 狀態基於
|
1617
|
+
states: 狀態
|
1618
|
+
state_machine_states:
|
1619
|
+
accepted: 已接受
|
1620
|
+
address: 地址
|
1621
|
+
authorized: 已授權
|
1622
|
+
awaiting: 等待中
|
1623
|
+
awaiting_return: 等待退貨
|
1624
|
+
backordered: 目前缺貨
|
1625
|
+
cart: 購物車
|
1626
|
+
canceled: 已取消
|
1627
|
+
checkout: 結帳
|
1628
|
+
confirm: 確認
|
1629
|
+
complete: 完成
|
1630
|
+
completed: 已完成
|
1631
|
+
closed: 已關閉
|
1632
|
+
delivery: 寄送
|
1633
|
+
errored: 發生錯誤
|
1634
|
+
failed: 已失敗
|
1635
|
+
given_to_customer: 以交付給客戶
|
1636
|
+
invalid: 失效
|
1637
|
+
manual_intervention_required: 需要手動邀請
|
1638
|
+
open: 打開
|
1639
|
+
order: 訂單
|
1640
|
+
on_hand: 庫存
|
1641
|
+
payment: 付款
|
1642
|
+
pending: 等待中
|
1643
|
+
processing: 處理中
|
1644
|
+
ready: 準備完成
|
1645
|
+
reimbursed: 已核銷
|
1646
|
+
resumed: 繼續
|
1647
|
+
returned: 已退貨
|
1648
|
+
shipment: 物流
|
1649
|
+
shipped: 已寄出
|
1650
|
+
void: 作廢
|
1651
|
+
states_required: 要求提供省/洲
|
1652
|
+
status: 狀態
|
1653
|
+
stock: 庫存
|
1654
|
+
stock_location: 庫存位置
|
1655
|
+
stock_location_info: 庫存位置資訊
|
1656
|
+
stock_locations: 庫存位置
|
1657
|
+
stock_locations_need_a_default_country: 你需要設定好預設國家後,才能新增庫存位置
|
1658
|
+
stock_management: 庫存管理
|
1659
|
+
stock_management_requires_a_stock_location: 庫存管理需要有一個庫存位置
|
1660
|
+
stock_movements: 庫存動態
|
1661
|
+
stock_movements_for_stock_location: '%{stock_location_name}的庫存動態'
|
1662
|
+
stock_successfully_transferred: 庫存已經成功地轉移
|
1663
|
+
stock_transfer_name: 庫存轉移
|
1664
|
+
stock_transfer:
|
1665
|
+
errors:
|
1666
|
+
must_have_variant: 必須至少有有一個型號
|
1667
|
+
stock_transfers: 庫存轉移
|
1668
|
+
stop: 停止
|
1669
|
+
store: 商店
|
1670
|
+
store_errors:
|
1671
|
+
unable_to_create: 無法建立商店
|
1672
|
+
unable_to_update: 無法更新商店
|
1673
|
+
unable_to_delete: 無法刪除商店
|
1674
|
+
store_set_default_button: 設為預設商店
|
1675
|
+
stores: 商店
|
1676
|
+
store_credit_name: 商城抵用金
|
1677
|
+
store_credit:
|
1678
|
+
credit: 抵用金
|
1679
|
+
authorized: 已授權
|
1680
|
+
captured: 已使用
|
1681
|
+
allocated: 已新增
|
1682
|
+
apply: 使用
|
1683
|
+
remove: 移除
|
1684
|
+
applicable_amount: '<strong>%{amount}</strong> 的商城抵用金會被用於此筆訂單。'
|
1685
|
+
available_amount: '你有 <strong>%{amount}</strong> 的商城抵用金可以使用!'
|
1686
|
+
remaining_amount: '你的帳號仍有 <strong>%{amount}</strong> 的商城抵用金可以使用!'
|
1687
|
+
additional_payment_needed: '選擇一個付款方式支付所剩之 <strong>%{amount}</strong> 的餘額。'
|
1688
|
+
errors:
|
1689
|
+
cannot_change_used_store_credit: 你無法更改已經使用過的商城抵用金
|
1690
|
+
unable_to_create: 無法建立商城抵用金
|
1691
|
+
unable_to_delete: 無法刪除商城抵用金
|
1692
|
+
unable_to_fund: 無法使用商城抵用金支付此訂單
|
1693
|
+
unable_to_update: 無法更新商城抵用金
|
1694
|
+
store_credits: 商城抵用金
|
1695
|
+
store_credit_categories: 商城抵用金類別
|
1696
|
+
store_credit_payment_method:
|
1697
|
+
unable_to_void: '無法作廢: %{auth_code}'
|
1698
|
+
unable_to_credit: '無法給予商城抵用金: %{auth_code}'
|
1699
|
+
successful_action: '成功的商城抵用金 %{action}'
|
1700
|
+
unable_to_find: 無法找到商城抵用金
|
1701
|
+
insufficient_funds: 商城抵用金不足
|
1702
|
+
currency_mismatch: 商城抵用金的幣別與訂單不符
|
1703
|
+
insufficient_authorized_amount: 無法獲取超過的金額
|
1704
|
+
unable_to_find_for_action: '%{action} 的行為,無法找到商城抵用金: %{auth_code}'
|
1705
|
+
user_has_no_store_credits: 用戶沒有任何的商城抵用金
|
1706
|
+
select_one_store_credit: 使用商城抵用金支付剩餘的款項
|
1707
|
+
store_default: 預設商店
|
1708
|
+
store_not_set_as_default: '%{store}無法設為預設商店'
|
1709
|
+
store_set_as_default: '%{store}現在為預設商店'
|
1710
|
+
street_address: 地址
|
1711
|
+
street_address_2: 地址 (接續)
|
1712
|
+
subtotal: 小計
|
1713
|
+
subtract: 扣除
|
1714
|
+
success: 成功
|
1715
|
+
successfully_created: ! '%{resource}已被成功建立!'
|
1716
|
+
successfully_refunded: ! '%{resource}已被成功的退款!'
|
1717
|
+
successfully_removed: ! '%{resource}已被成功的移除!'
|
1718
|
+
successfully_updated: ! '%{resource}已被成功的更新!'
|
1719
|
+
summary: 總結
|
1720
|
+
supported_currencies: 支援的貨幣
|
1721
|
+
supported_currencies_long: 支援貨幣清單,以逗號分隔
|
1722
|
+
tax: 稅金
|
1723
|
+
tax_included: '稅金 (包含.)'
|
1724
|
+
tax_categories: 稅金類別
|
1725
|
+
tax_category: 稅金類別
|
1726
|
+
tax_code: 稅金代碼
|
1727
|
+
tax_rate_amount_explanation: 請以小數點的方始設定稅率 (例如:稅率為 5% 請設定為 0.05)
|
1728
|
+
tax_rates: 稅金
|
1729
|
+
taxon: 自訂類別
|
1730
|
+
taxon_edit: 編輯自訂類別
|
1731
|
+
taxon_placeholder: 新增自訂類別
|
1732
|
+
tags: 標籤
|
1733
|
+
tags_placeholder: 新增標籤
|
1734
|
+
taxon_missing_alt: 自訂類別缺少說明文字
|
1735
|
+
taxon_rule:
|
1736
|
+
choose_taxons: 選擇自訂類別
|
1737
|
+
label: 訂單要 x 個商品於此自訂類別
|
1738
|
+
match_all: 所有都符合
|
1739
|
+
match_any: 至少一個
|
1740
|
+
taxonomies: 自訂類別集合
|
1741
|
+
taxonomy: 自訂類別集合
|
1742
|
+
taxonomy_brands_name: 自訂類別集合品牌
|
1743
|
+
taxonomy_categories_name: 自訂類別集合類別
|
1744
|
+
taxonomy_edit: 編輯自訂類別集合
|
1745
|
+
taxonomy_tree_error: 請求失敗,自訂類別集合的樹狀結構已經回復至之前的狀態,請再試一次。
|
1746
|
+
taxonomy_tree_instruction: ! '* 滑鼠右鍵點選子集合可以新增、刪除和排序他們。'
|
1747
|
+
taxons: 自訂類別
|
1748
|
+
test: 測試
|
1749
|
+
test_mailer:
|
1750
|
+
test_email:
|
1751
|
+
greeting: 恭喜!
|
1752
|
+
message: 如果收到這封信,代表 Email 的設定已完成。
|
1753
|
+
subject: 測試用 Email
|
1754
|
+
test_mode: 測試模式
|
1755
|
+
thank_you_for_your_order: 感謝!請自行列印或儲存這頁作為訂購的紀錄
|
1756
|
+
there_are_no_items_for_this_order: 訂單內無商品,請加入商品至訂單內後再繼續。
|
1757
|
+
there_were_problems_with_the_following_fields: 以下欄位發生錯誤
|
1758
|
+
this_order_has_already_received_a_refund: 此筆訂單已收到退款
|
1759
|
+
thumbnail: 縮圖
|
1760
|
+
tiers: 分層
|
1761
|
+
tiered_flat_rate: 分層固定費率
|
1762
|
+
tiered_percent: 分層費率
|
1763
|
+
time: 時間
|
1764
|
+
to_add_variants_you_must_first_define: 如果要新增型號,你要先定義好:
|
1765
|
+
total: 總計
|
1766
|
+
total_per_item: 每項總計
|
1767
|
+
total_pre_tax_refund: 稅前退款總計
|
1768
|
+
total_price: 總共的金額
|
1769
|
+
total_sales: 總共的銷售額
|
1770
|
+
track_inventory: 追蹤庫存
|
1771
|
+
tracking: 追蹤
|
1772
|
+
tracking_number: 追蹤號碼
|
1773
|
+
tracking_url: 追蹤網址
|
1774
|
+
tracking_url_placeholder: e.g. http://quickship.com/package?num=:tracking
|
1775
|
+
transaction_id: 交易 ID
|
1776
|
+
transfer_from_location: 轉移自
|
1777
|
+
transfer_stock: 轉移庫存
|
1778
|
+
transfer_to_location: 至
|
1779
|
+
tree: 樹狀
|
1780
|
+
type: 類型
|
1781
|
+
type_to_search: 搜尋類型
|
1782
|
+
unable_to_connect_to_gateway: 無法連線至接口
|
1783
|
+
unable_to_create_reimbursements: 無法建立核銷
|
1784
|
+
under_price: '價格:%{price} 以下'
|
1785
|
+
unlock: 解鎖
|
1786
|
+
unrecognized_card_type: 無法辨識卡片類型
|
1787
|
+
unshippable_items: 無法運送的項目
|
1788
|
+
update: 更新
|
1789
|
+
updating: 更新中
|
1790
|
+
url: URL
|
1791
|
+
usage_limit: 使用量上限
|
1792
|
+
use_app_default: 作為 App 預設
|
1793
|
+
use_billing_address: 使用帳單地址
|
1794
|
+
use_existing_cc: 使用已存的信用卡
|
1795
|
+
use_new_cc: 使用新的信用卡
|
1796
|
+
use_new_cc_or_payment_method: 使用新的信用卡或其他支付方法
|
1797
|
+
use_s3: 使用 Amazon S3 做為圖片上傳的方法
|
1798
|
+
used: 已使用
|
1799
|
+
user: 使用者
|
1800
|
+
user_rule:
|
1801
|
+
choose_users: 選擇使用者
|
1802
|
+
users: 使用者
|
1803
|
+
validation:
|
1804
|
+
cannot_be_less_than_shipped_units: 不能少於已配送的單位數。
|
1805
|
+
cannot_destroy_line_item_as_inventory_units_have_shipped: 無法刪除此品項,因為部分庫存已經寄出。
|
1806
|
+
exceeds_available_stock: 超出庫存。請確認訂單項的有效的數量。
|
1807
|
+
is_too_large: 數量太多了,現有庫存無法滿足您需要的數量!
|
1808
|
+
must_be_int: 必須是整數
|
1809
|
+
must_be_non_negative: 必須為非負數
|
1810
|
+
unpaid_amount_not_zero: 尚有餘額未支付
|
1811
|
+
value: 值
|
1812
|
+
variant: 型號
|
1813
|
+
variant_placeholder: 選擇具體型號
|
1814
|
+
variants: 型號
|
1815
|
+
version: 版本
|
1816
|
+
void: 作廢
|
1817
|
+
weight: 重量
|
1818
|
+
what_is_a_cvv: 什麼是 (CVV) 信用卡代碼?
|
1819
|
+
what_is_this: 這是什麼?
|
1820
|
+
width: 寬度
|
1821
|
+
year: 年份
|
1822
|
+
you_have_no_orders_yet: 您還沒有任何訂單
|
1823
|
+
your_cart_is_empty: 購物車是空的
|
1824
|
+
your_order_is_empty_add_product: 你的訂單是空的, 請搜尋並加入商品
|
1825
|
+
zip: 郵遞區號
|
1826
|
+
zipcode: 郵遞區號
|
1827
|
+
zone: 區域
|
1828
|
+
zones: 所有區域
|