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-CN.yml
CHANGED
@@ -1,1206 +1,1374 @@
|
|
1
|
-
|
2
|
-
|
3
|
-
|
4
|
-
|
5
|
-
|
6
|
-
|
7
|
-
|
8
|
-
|
9
|
-
|
1
|
+
zh-CN:
|
2
|
+
activerecord:
|
3
|
+
attributes:
|
4
|
+
spree/address:
|
5
|
+
address1: "地址1"
|
6
|
+
address2: "地址2(非必填)"
|
7
|
+
city: "城市"
|
8
|
+
country: "国家"
|
9
|
+
firstname: "名字"
|
10
|
+
lastname: "姓氏"
|
11
|
+
phone: "电话"
|
12
|
+
state: "省份"
|
13
|
+
zipcode: "邮政编码"
|
14
|
+
spree/calculator/tiered_flat_rate:
|
15
|
+
preferred_base_amount:
|
16
|
+
preferred_tiers:
|
17
|
+
spree/calculator/tiered_percent:
|
18
|
+
preferred_base_percent:
|
19
|
+
preferred_tiers:
|
20
|
+
spree/country:
|
21
|
+
iso: "ISO"
|
22
|
+
iso3: "ISO3"
|
23
|
+
iso_name: "ISO名称"
|
24
|
+
name: "名称"
|
25
|
+
numcode: "ISO编号"
|
26
|
+
spree/credit_card:
|
27
|
+
base:
|
28
|
+
cc_type: "信用卡类型"
|
29
|
+
month: "月份"
|
30
|
+
name: "持卡人姓名"
|
31
|
+
number: "卡号"
|
32
|
+
verification_value: "验证码"
|
33
|
+
year: "年份"
|
34
|
+
spree/inventory_unit:
|
35
|
+
state: "状态"
|
36
|
+
spree/line_item:
|
37
|
+
price: "单价"
|
38
|
+
quantity: "数量"
|
39
|
+
spree/option_type:
|
40
|
+
name: "名称"
|
41
|
+
presentation: "描述"
|
42
|
+
spree/order:
|
43
|
+
checkout_complete: "完成结账"
|
44
|
+
completed_at: "结账日期"
|
45
|
+
considered_risky: "风险"
|
46
|
+
coupon_code: "优惠券号码"
|
47
|
+
created_at: "下单日期"
|
48
|
+
email: "电子邮件"
|
49
|
+
ip_address: IP地址
|
50
|
+
item_total: "小记"
|
51
|
+
number: "订单号"
|
52
|
+
payment_state: "支付状态"
|
53
|
+
shipment_state: "物流状态"
|
54
|
+
special_instructions: "特别说明"
|
55
|
+
state: "状态"
|
56
|
+
total: "总计"
|
57
|
+
spree/order/bill_address:
|
58
|
+
address1: "地址"
|
59
|
+
city: "城市"
|
60
|
+
firstname: "名字"
|
61
|
+
lastname: "姓氏"
|
62
|
+
phone: "电话"
|
63
|
+
state: "省份"
|
64
|
+
zipcode: "邮政编码"
|
65
|
+
spree/order/ship_address:
|
66
|
+
address1: "地址"
|
67
|
+
city: "城市"
|
68
|
+
firstname: "名字"
|
69
|
+
lastname: "姓氏"
|
70
|
+
phone: "电话"
|
71
|
+
state: "省份"
|
72
|
+
zipcode: "邮政编码"
|
73
|
+
spree/payment:
|
74
|
+
amount: "金额"
|
75
|
+
spree/payment_method:
|
76
|
+
name: "名称"
|
77
|
+
spree/product:
|
78
|
+
available_on: "上架日期"
|
79
|
+
cost_currency: "成本币种"
|
80
|
+
cost_price: "成本"
|
81
|
+
description: "描述"
|
82
|
+
master_price: "默认价格"
|
83
|
+
name: "名称"
|
84
|
+
on_hand: "库存"
|
85
|
+
shipping_category: "物流分类"
|
86
|
+
tax_category: "缴税分类"
|
87
|
+
spree/promotion:
|
88
|
+
advertise: "推广"
|
89
|
+
code: "编号"
|
90
|
+
description: "描述"
|
91
|
+
event_name: "事件名称"
|
92
|
+
expires_at: "过期日期"
|
93
|
+
name: "名称"
|
94
|
+
path: "路径"
|
95
|
+
starts_at: "开始日期"
|
96
|
+
usage_limit: "使用次数限制"
|
97
|
+
spree/promotion_category:
|
98
|
+
name: "名称"
|
99
|
+
code: "编号"
|
100
|
+
spree/property:
|
101
|
+
name: "名称"
|
102
|
+
presentation: "描述"
|
103
|
+
spree/prototype:
|
104
|
+
name: "名称"
|
105
|
+
spree/return_authorization:
|
106
|
+
amount: "金额"
|
107
|
+
spree/role:
|
108
|
+
name: ming cheng
|
109
|
+
spree/state:
|
110
|
+
abbr: "缩写"
|
111
|
+
name: "名称"
|
112
|
+
spree/state_change:
|
113
|
+
state_changes: "状态变更"
|
114
|
+
state_from:
|
115
|
+
state_to:
|
116
|
+
timestamp: "时间"
|
117
|
+
type: "类型"
|
118
|
+
updated:
|
119
|
+
user: "用户"
|
120
|
+
spree/store:
|
121
|
+
mail_from_address:
|
122
|
+
meta_description: "meta描述语"
|
123
|
+
meta_keywords: "meta关键词"
|
124
|
+
name: "名称"
|
125
|
+
seo_title: "SEO 标题"
|
126
|
+
url: "URL地址"
|
127
|
+
spree/tax_category:
|
128
|
+
description: "描述"
|
129
|
+
name: "名称"
|
130
|
+
spree/tax_rate:
|
131
|
+
amount: "税率"
|
132
|
+
included_in_price: "包含在售价中"
|
133
|
+
show_rate_in_label: "在标签中显示比率"
|
134
|
+
spree/taxon:
|
135
|
+
name: "名称"
|
136
|
+
permalink: "永久链接"
|
137
|
+
position: "位置"
|
138
|
+
spree/taxonomy:
|
139
|
+
name: "名称"
|
140
|
+
spree/user:
|
141
|
+
email: "电子邮箱"
|
142
|
+
password: "密码"
|
143
|
+
password_confirmation: "确认密码"
|
144
|
+
spree/variant:
|
145
|
+
cost_currency: "成本币种"
|
146
|
+
cost_price: "成本"
|
147
|
+
depth: "长度/深度"
|
148
|
+
height: "高度"
|
149
|
+
price: "单价"
|
150
|
+
sku: "条码"
|
151
|
+
weight: "重量"
|
152
|
+
width: "宽度"
|
153
|
+
spree/zone:
|
154
|
+
description: "描述"
|
155
|
+
name: "名称"
|
156
|
+
errors:
|
157
|
+
models:
|
158
|
+
spree/calculator/tiered_flat_rate:
|
159
|
+
attributes:
|
160
|
+
base:
|
161
|
+
keys_should_be_positive_number: "应该为正数"
|
162
|
+
preferred_tiers:
|
163
|
+
should_be_hash:
|
164
|
+
spree/calculator/tiered_percent:
|
165
|
+
attributes:
|
166
|
+
base:
|
167
|
+
keys_should_be_positive_number: "应该为正数"
|
168
|
+
values_should_be_percent:
|
169
|
+
preferred_tiers:
|
170
|
+
should_be_hash:
|
171
|
+
spree/classification:
|
172
|
+
attributes:
|
173
|
+
taxon_id:
|
174
|
+
already_linked: "已经关联"
|
175
|
+
spree/credit_card:
|
176
|
+
attributes:
|
177
|
+
base:
|
178
|
+
card_expired: "信用卡过期"
|
179
|
+
expiry_invalid: "信用卡过期日不正确"
|
180
|
+
spree/line_item:
|
181
|
+
attributes:
|
182
|
+
currency:
|
183
|
+
must_match_order_currency:
|
184
|
+
spree/refund:
|
185
|
+
attributes:
|
186
|
+
amount:
|
187
|
+
greater_than_allowed:
|
188
|
+
spree/reimbursement:
|
189
|
+
attributes:
|
190
|
+
base:
|
191
|
+
return_items_order_id_does_not_match:
|
192
|
+
spree/return_item:
|
193
|
+
attributes:
|
194
|
+
inventory_unit:
|
195
|
+
other_completed_return_item_exists:
|
196
|
+
reimbursement:
|
197
|
+
cannot_be_associated_unless_accepted:
|
198
|
+
spree/store:
|
199
|
+
attributes:
|
200
|
+
base:
|
201
|
+
cannot_destroy_default_store:
|
202
|
+
models:
|
203
|
+
spree/address:
|
204
|
+
one: "地址"
|
205
|
+
other: "地址"
|
206
|
+
spree/country:
|
207
|
+
one: "国家"
|
208
|
+
other: "国家"
|
209
|
+
spree/credit_card:
|
210
|
+
one: "信用卡"
|
211
|
+
other: "信用卡"
|
212
|
+
spree/customer_return:
|
213
|
+
spree/inventory_unit:
|
214
|
+
one: "库存单位"
|
215
|
+
other: "库存单位"
|
216
|
+
spree/line_item:
|
217
|
+
one: "单项"
|
218
|
+
other: "单项"
|
219
|
+
spree/option_type:
|
220
|
+
one: "选项类型"
|
221
|
+
other: "选项类型"
|
222
|
+
spree/option_value:
|
223
|
+
spree/order:
|
224
|
+
one: "订单"
|
225
|
+
other: "订单"
|
226
|
+
spree/payment:
|
227
|
+
one: "支付"
|
228
|
+
other: "支付"
|
229
|
+
spree/payment_method:
|
230
|
+
one: "支付方式"
|
231
|
+
other: "支付方式"
|
232
|
+
spree/product:
|
233
|
+
one: "产品"
|
234
|
+
other: "产品"
|
235
|
+
spree/promotion: "促销"
|
236
|
+
spree/promotion_category:
|
237
|
+
one: "促销分类"
|
238
|
+
other: "促销分类"
|
239
|
+
spree/property:
|
240
|
+
one: "属性"
|
241
|
+
other: "属性"
|
242
|
+
spree/prototype:
|
243
|
+
one: "原型"
|
244
|
+
other: "原型"
|
245
|
+
spree/refund_reason:
|
246
|
+
one: '退款原因'
|
247
|
+
other: '退款原因'
|
248
|
+
spree/reimbursement:
|
249
|
+
spree/reimbursement_type:
|
250
|
+
one: '退款类型'
|
251
|
+
other: '退款类型'
|
252
|
+
spree/return_authorization:
|
253
|
+
one: "返回授权"
|
254
|
+
other: "返回授权"
|
255
|
+
spree/return_authorization_reason:
|
256
|
+
spree/role:
|
257
|
+
one: "角色"
|
258
|
+
other: "角色"
|
259
|
+
spree/shipment:
|
260
|
+
one: "物流"
|
261
|
+
other: "物流"
|
262
|
+
spree/shipping_category:
|
263
|
+
one: "物流分类"
|
264
|
+
other: "物流分类"
|
265
|
+
spree/shipping_method:
|
266
|
+
one: "配送方式"
|
267
|
+
other: "配送方式"
|
268
|
+
spree/state:
|
269
|
+
one: "省份"
|
270
|
+
other: "省份"
|
271
|
+
spree/state_change:
|
272
|
+
spree/stock_location:
|
273
|
+
spree/stock_movement:
|
274
|
+
spree/stock_transfer:
|
275
|
+
one: "库存转移"
|
276
|
+
other: "库存转移"
|
277
|
+
spree/store_credit:
|
278
|
+
one: Store Credit
|
279
|
+
other: Store Credits
|
280
|
+
spree/store_credit_category:
|
281
|
+
one: "Store Credit 类型"
|
282
|
+
other: "Store Credit 类型"
|
283
|
+
spree/tax_category:
|
284
|
+
one: "缴税分类"
|
285
|
+
other: "缴税分类"
|
286
|
+
spree/tax_rate:
|
287
|
+
one: "税率"
|
288
|
+
other: "税率"
|
289
|
+
spree/taxon:
|
290
|
+
one: "分类"
|
291
|
+
other: "分类"
|
292
|
+
spree/taxonomy:
|
293
|
+
one: "分类"
|
294
|
+
other: "分类"
|
295
|
+
spree/tracker:
|
296
|
+
spree/user:
|
297
|
+
one: "用户"
|
298
|
+
other: "用户"
|
299
|
+
spree/variant:
|
300
|
+
one: "具体型号"
|
301
|
+
other: "具体型号"
|
302
|
+
spree/zone:
|
303
|
+
one: "区域"
|
304
|
+
other: "区域"
|
305
|
+
devise:
|
306
|
+
confirmations:
|
307
|
+
confirmed: "您已成功确认您的帐户信息。您现在已登录。"
|
308
|
+
send_instructions: "您将在几分钟后收到一封说明如何确认帐号的邮件。"
|
309
|
+
failure:
|
310
|
+
inactive: "您的帐号尚未激活。"
|
311
|
+
invalid: "找不到该电子邮件地址或者密码,请更正并再次尝试。"
|
312
|
+
invalid_token: "无效的授权口令。"
|
313
|
+
locked: "您的帐号已被冻结。"
|
314
|
+
timeout: "您的登录时间过长,请重新登录后继续其他操作。"
|
315
|
+
unauthenticated: "您需要在继续操作之前进行登录或者注册。"
|
316
|
+
unconfirmed: "您需要在继续操作之前确认您的帐号。"
|
317
|
+
mailer:
|
318
|
+
confirmation_instructions:
|
319
|
+
subject: "确认帐号说明"
|
320
|
+
reset_password_instructions:
|
321
|
+
subject: "重置密码说明"
|
322
|
+
unlock_instructions:
|
323
|
+
subject: "帐号解锁说明"
|
324
|
+
oauth_callbacks:
|
325
|
+
failure: "由于%{reason},您暂时无法从%{kind}获得授权。"
|
326
|
+
success: "成功地从%{kind}帐号获得授权。"
|
327
|
+
unlocks:
|
328
|
+
send_instructions: "您将在几分钟之后收到一封说明如何解锁帐号的邮件。"
|
329
|
+
unlocked: "您的帐号已被成功解锁。您现在已登录。"
|
330
|
+
user_passwords:
|
331
|
+
user:
|
332
|
+
cannot_be_blank: "密码不能为空。"
|
333
|
+
send_instructions: "您将在几分钟之后收到一封说明如何重置密码的邮件。"
|
334
|
+
updated: "您已成功修改您的密码,您现在已登录。"
|
335
|
+
user_registrations:
|
336
|
+
destroyed: "再见!您已成功取消帐号注册。希望您再次光临。"
|
337
|
+
inactive_signed_up: "您已成功注册。但是,由于您的帐号%{reason},您暂时无法登录。"
|
338
|
+
signed_up: "欢迎!您已成功注册。"
|
339
|
+
updated: "您已成功更新您的帐号信息。"
|
340
|
+
user_sessions:
|
341
|
+
signed_in: "成功登录。"
|
342
|
+
signed_out: "成功注销。"
|
343
|
+
errors:
|
344
|
+
messages:
|
345
|
+
already_confirmed: "已被确认"
|
346
|
+
not_found: "无法找到"
|
347
|
+
not_locked: "未冻结"
|
348
|
+
not_saved: "由于以下%{count}个错误,导致%{resource}无法保存:"
|
349
|
+
spree:
|
350
|
+
abbreviation: "缩写"
|
351
|
+
store_credit_categories: "Store Credit 类型"
|
352
|
+
accept: "接受"
|
353
|
+
acceptance_errors:
|
354
|
+
acceptance_status:
|
355
|
+
accepted: "已接收"
|
356
|
+
account: "帐户"
|
357
|
+
account_updated: "帐户更新完成!"
|
358
|
+
action: "操作"
|
359
|
+
actions:
|
360
|
+
cancel: "取消"
|
361
|
+
continue: "继续"
|
362
|
+
create: "创建"
|
363
|
+
destroy: "删除"
|
364
|
+
edit: "编辑"
|
365
|
+
list: "列表"
|
366
|
+
listing: "正在列出"
|
367
|
+
new: "新建"
|
368
|
+
refund:
|
369
|
+
save: "保存"
|
370
|
+
update: "更新"
|
371
|
+
activate: "激活"
|
372
|
+
active: "激活"
|
373
|
+
add: "添加"
|
374
|
+
add_action_of_type: "添加激活方式"
|
375
|
+
add_country: "添加国家"
|
376
|
+
add_coupon_code:
|
377
|
+
add_new_header: "添加新的头部"
|
378
|
+
add_new_style: "添加新的样式"
|
379
|
+
add_one: "新建"
|
380
|
+
add_option_value: "添加选项值"
|
381
|
+
add_product: "添加产品"
|
382
|
+
add_product_properties: "添加产品属性"
|
383
|
+
add_rule_of_type: "添加新的类型规则"
|
384
|
+
add_state: "添加一个省份"
|
385
|
+
add_stock: "添加库存"
|
386
|
+
add_stock_management: "添加库存管理"
|
387
|
+
add_to_cart: "加入购物车"
|
388
|
+
add_variant: "添加具体型号"
|
389
|
+
additional_item: "额外项目花费"
|
390
|
+
address1: "地址"
|
391
|
+
address2: "地址(继续)"
|
392
|
+
adjustable:
|
393
|
+
adjustment: "调整"
|
394
|
+
adjustment_amount: "金额"
|
395
|
+
adjustment_labels:
|
396
|
+
tax_rates:
|
397
|
+
including_tax: '%{name}%{amount} (Included in Price)'
|
398
|
+
excluding_tax: '%{name}%{amount}'
|
399
|
+
adjustment_successfully_closed: "价格调整已被禁用!"
|
400
|
+
adjustment_successfully_opened: "价格调整已被启用!"
|
401
|
+
adjustment_total: "调整总数"
|
402
|
+
adjustments: "其他调整"
|
403
|
+
admin:
|
404
|
+
tab:
|
405
|
+
configuration: "配置"
|
406
|
+
option_types: "选项类型"
|
407
|
+
orders: "订单"
|
408
|
+
overview: "概览"
|
409
|
+
products: "产品"
|
410
|
+
promotions: "促销"
|
411
|
+
promotion_categories: "促销分类"
|
412
|
+
properties: "属性"
|
413
|
+
prototypes: "原型"
|
414
|
+
reports: "报告"
|
415
|
+
taxonomies: "分类层级"
|
416
|
+
taxons: "分类"
|
417
|
+
users: "用户"
|
418
|
+
return_authorizations: "退货审批"
|
419
|
+
customer_returns: "客户退货"
|
420
|
+
user:
|
421
|
+
account: "账户"
|
422
|
+
addresses: "地址"
|
423
|
+
items: "商品"
|
424
|
+
items_purchased: "已购商品"
|
425
|
+
order_history: "订单历史"
|
426
|
+
order_num: "订单号"
|
427
|
+
orders: "订单"
|
428
|
+
user_information:
|
429
|
+
administration: "管理"
|
430
|
+
advertise: "推广"
|
431
|
+
agree_to_privacy_policy: "同意隐私政策"
|
432
|
+
agree_to_terms_of_service: "同意服务条款"
|
433
|
+
all: "全部"
|
434
|
+
all_adjustments_closed: "所有价格调整已被成功禁用!"
|
435
|
+
all_adjustments_opened: "所有价格调整已被成功启用!"
|
436
|
+
all_departments: "所有部门"
|
437
|
+
all_items_have_been_returned:
|
438
|
+
allow_ssl_in_development_and_test: "允许在开发以及测试模式下使用SSL"
|
439
|
+
allow_ssl_in_production: "允许在生产模式下使用SSL"
|
440
|
+
allow_ssl_in_staging: "允许在演示模式下使用SSL"
|
441
|
+
already_signed_up_for_analytics: "您已注册Spree Analytics帐号"
|
442
|
+
alt_text: "其他文本"
|
443
|
+
alternative_phone: "其他电话"
|
444
|
+
amount: "金额"
|
445
|
+
analytics_desc_header_1: Spree Analytics
|
446
|
+
analytics_desc_header_2:
|
447
|
+
analytics_desc_list_1:
|
448
|
+
analytics_desc_list_2: "仅需要一个免费的Spree帐号用于激活"
|
449
|
+
analytics_desc_list_3:
|
450
|
+
analytics_desc_list_4: "完全免费"
|
451
|
+
analytics_trackers: "追踪分析"
|
452
|
+
and: "以及"
|
453
|
+
approve: "核准"
|
454
|
+
approved_at: "核准日期"
|
455
|
+
approver: "核准者"
|
456
|
+
are_you_sure: "你确定么?"
|
457
|
+
are_you_sure_delete: "你确定你要删除这条记录么?"
|
458
|
+
associated_adjustment_closed: "相关联的价格调整已被关闭,并且不会被重复计算。您需要启用它吗?"
|
459
|
+
at_symbol: '@'
|
460
|
+
authorization_failure: "认证失败"
|
461
|
+
authorized: '已经审批'
|
462
|
+
canceled: '已经取消'
|
463
|
+
number: '订单号'
|
464
|
+
auto_capture: "自动扣款"
|
465
|
+
available_on: "上架日期"
|
466
|
+
discontinue_on: "下架日期"
|
467
|
+
average_order_value: "订单平均价"
|
468
|
+
avs_response:
|
469
|
+
back: "后退"
|
470
|
+
back_end: "后端"
|
471
|
+
back_to_payment:
|
472
|
+
back_to_resource_list:
|
473
|
+
back_to_rma_reason_list:
|
474
|
+
back_to_store: "回到商店"
|
475
|
+
back_to_users_list: "回到用户列表"
|
476
|
+
backorderable: "可预订"
|
477
|
+
backorderable_default:
|
478
|
+
backordered: "待补"
|
479
|
+
backorders_allowed:
|
480
|
+
balance_due: "尚欠款"
|
481
|
+
base_amount:
|
482
|
+
base_percent:
|
483
|
+
bill_address: "账单地址"
|
484
|
+
billing: "账单"
|
485
|
+
billing_address: "账单地址"
|
486
|
+
both: "全部"
|
487
|
+
calculated_reimbursements:
|
488
|
+
calculator: "计算器"
|
489
|
+
calculator_settings_warning: "如果你正在修改计算方式,你必须在编辑计算器设置之前先保存"
|
10
490
|
cancel: "取消"
|
491
|
+
canceled_at: "取消时间"
|
492
|
+
canceler:
|
493
|
+
cannot_create_customer_returns: "您无法创建客户退款"
|
494
|
+
cannot_create_payment_without_payment_methods: "您无法在没有定义任何支付方式的情况下进行支付。"
|
495
|
+
cannot_create_returns: "没有配送的订单不能申请退货"
|
496
|
+
cannot_perform_operation: "无法执行请求的操作"
|
497
|
+
cannot_set_shipping_method_without_address: "缺乏客户的详细信息,无法设置配送方式。"
|
498
|
+
capture: "付款"
|
499
|
+
capture_events:
|
500
|
+
card_code: "卡验证码"
|
501
|
+
card_number: "卡号"
|
502
|
+
card_type: "卡类型"
|
503
|
+
card_type_is: "卡的类型是"
|
504
|
+
cart: "购物车"
|
505
|
+
cart_subtotal: "购物车小计"
|
506
|
+
categories: "分类"
|
507
|
+
category: "分类"
|
508
|
+
charged:
|
509
|
+
check_for_spree_alerts: "查收Spree的通知"
|
510
|
+
checkout: "结账"
|
511
|
+
choose_a_customer: "选择用户"
|
512
|
+
choose_a_taxon_to_sort_products_for:
|
513
|
+
choose_currency: "选择货币"
|
514
|
+
choose_dashboard_locale: "选择控制面板语言"
|
515
|
+
choose_location:
|
516
|
+
city: "城市"
|
517
|
+
clear_cache: "清除缓存"
|
518
|
+
clear_cache_ok: "缓存清除成功"
|
519
|
+
clear_cache_warning: "清除缓存提醒"
|
520
|
+
click_and_drag_on_the_products_to_sort_them: "在商品上点击拖拽进行排序"
|
521
|
+
clone: "复制"
|
522
|
+
close: "关闭"
|
523
|
+
close_all_adjustments: "禁用所有价格调整"
|
524
|
+
code: "编码"
|
525
|
+
company: "公司"
|
526
|
+
complete: "完成"
|
527
|
+
configuration: "配置"
|
528
|
+
configurations: "配置"
|
529
|
+
confirm: "确认"
|
530
|
+
confirm_delete: "确认删除"
|
531
|
+
confirm_password: "确认密码"
|
532
|
+
continue: "继续"
|
533
|
+
continue_shopping: "继续购物"
|
534
|
+
cost_currency: "成本币种"
|
535
|
+
cost_price: "进货价"
|
536
|
+
could_not_connect_to_jirafe: "无法连接Jirafe。稍后将会自动重新连接。"
|
537
|
+
could_not_create_customer_return:
|
538
|
+
could_not_create_stock_movement:
|
539
|
+
count_on_hand: "库存数量"
|
540
|
+
countries: "国家"
|
541
|
+
country: "国家"
|
542
|
+
country_based: "根据国家"
|
543
|
+
country_name: "名称"
|
544
|
+
country_names:
|
545
|
+
CA:
|
546
|
+
FRA:
|
547
|
+
ITA:
|
548
|
+
US:
|
549
|
+
coupon: "优惠券"
|
550
|
+
coupon_code: "优惠券号码"
|
551
|
+
coupon_code_already_applied: "优惠券号码已在本订单中使用"
|
552
|
+
coupon_code_applied: "优惠券号码已在订单中生效。"
|
553
|
+
coupon_code_better_exists:
|
554
|
+
coupon_code_expired: "优惠券号码已过期"
|
555
|
+
coupon_code_max_usage: "优惠券号码使用次数超出限制"
|
556
|
+
coupon_code_not_eligible: "您的订单号码无法在您的订单上生效。"
|
557
|
+
coupon_code_not_found: "您所输入的优惠券号码不存在。请重新输入。"
|
558
|
+
coupon_code_unknown_error:
|
11
559
|
create: "创建"
|
560
|
+
create_a_new_account: "创建一个新帐号"
|
561
|
+
create_new_order: "新建订单"
|
562
|
+
create_reimbursement:
|
563
|
+
created_at: "创建日期"
|
564
|
+
credit: "欠款??"
|
565
|
+
credit_card: "信用卡"
|
566
|
+
credit_cards: "信用卡"
|
567
|
+
credit_owed: "应予退款"
|
568
|
+
credits:
|
569
|
+
currency: "币种"
|
570
|
+
currency_decimal_mark:
|
571
|
+
currency_settings: "当前设置"
|
572
|
+
currency_symbol_position: "在金额之前或者之后放置币种符号?"
|
573
|
+
currency_thousands_separator: "千元分割符"
|
574
|
+
current: "现在的"
|
575
|
+
current_promotion_usage: "当前已使用:%{count}"
|
576
|
+
customer: "顾客"
|
577
|
+
customer_details: "顾客详细信息"
|
578
|
+
customer_details_updated: "已更新客户的详细信息"
|
579
|
+
customer_return: "客户退货"
|
580
|
+
customer_returns: "客户退货"
|
581
|
+
customer_search: "顾客搜索"
|
582
|
+
cut: "剪下"
|
583
|
+
cvv_response:
|
584
|
+
dash:
|
585
|
+
jirafe:
|
586
|
+
app_id:
|
587
|
+
app_token: "添加口令"
|
588
|
+
currently_unavailable:
|
589
|
+
explanation:
|
590
|
+
header: Jirafe分析器设置
|
591
|
+
site_id:
|
592
|
+
token: "口令"
|
593
|
+
jirafe_settings_updated: Jirafe设置已更新。
|
594
|
+
date: "日期"
|
595
|
+
date_completed: "完成日期"
|
596
|
+
date_picker:
|
597
|
+
first_day:
|
598
|
+
format: "%Y/%m/%d"
|
599
|
+
js_format: yy/mm/dd
|
600
|
+
date_range: "时间范围"
|
601
|
+
default: "默认"
|
602
|
+
default_refund_amount:
|
603
|
+
default_tax: "默认缴税"
|
604
|
+
default_tax_zone: "默认缴税区域"
|
605
|
+
delete: "删除"
|
606
|
+
deleted_variants_present:
|
607
|
+
delivery: "配送"
|
608
|
+
depth: "长"
|
609
|
+
description: "描述"
|
610
|
+
destination: "目的地"
|
12
611
|
destroy: "删除"
|
612
|
+
details: "详情"
|
613
|
+
discount_amount: "折扣金额"
|
614
|
+
dismiss_banner: "不,谢谢!我对此不感兴趣,请不要再显示此信息。"
|
615
|
+
display: "显示"
|
616
|
+
display_currency: "显示货币符号"
|
617
|
+
doesnt_track_inventory:
|
618
|
+
edit: "编辑"
|
619
|
+
editing_resource:
|
620
|
+
editing_rma_reason:
|
621
|
+
editing_user: "编辑用户"
|
622
|
+
eligibility_errors:
|
623
|
+
messages:
|
624
|
+
has_excluded_product:
|
625
|
+
item_total_less_than:
|
626
|
+
item_total_less_than_or_equal:
|
627
|
+
item_total_more_than:
|
628
|
+
item_total_more_than_or_equal:
|
629
|
+
limit_once_per_user:
|
630
|
+
missing_product:
|
631
|
+
missing_taxon:
|
632
|
+
no_applicable_products:
|
633
|
+
no_matching_taxons:
|
634
|
+
no_user_or_email_specified:
|
635
|
+
no_user_specified:
|
636
|
+
not_first_order:
|
637
|
+
email: "电子邮件"
|
638
|
+
empty: "空"
|
639
|
+
empty_cart: "清空购物车"
|
640
|
+
enable_mail_delivery: "开启邮件发送"
|
641
|
+
end: "结束"
|
642
|
+
ending_in: Ending in
|
643
|
+
environment: "环境"
|
644
|
+
error: "错误"
|
645
|
+
errors:
|
646
|
+
messages:
|
647
|
+
could_not_create_taxon: "无法添加分类"
|
648
|
+
no_payment_methods_available: "当前运行环境下没有配置好支付方式"
|
649
|
+
no_shipping_methods_available: "选中的地址没有适合的运送方式,请修改您的地址后再次尝试"
|
650
|
+
errors_prohibited_this_record_from_being_saved:
|
651
|
+
one: 1个错误导致此记录无法保存
|
652
|
+
other: "%{count}个错误导致此记录无法保存"
|
653
|
+
event: "事件"
|
654
|
+
events:
|
655
|
+
spree:
|
656
|
+
cart:
|
657
|
+
add: "添加商品到购物车"
|
658
|
+
checkout:
|
659
|
+
coupon_code_added: "添加了优惠券号码"
|
660
|
+
content:
|
661
|
+
visited: "访问了静态页面"
|
662
|
+
order:
|
663
|
+
contents_changed: "订单内容更新"
|
664
|
+
page_view: "静态页面被访问"
|
665
|
+
user:
|
666
|
+
signup: "用户注册"
|
667
|
+
exceptions:
|
668
|
+
count_on_hand_setter: "无法手动设置 count_on_hand, 将会在 recalculate_count_on_hand 中被自动设定。请使用 `update_column(:count_on_hand, value)`"
|
669
|
+
exchange_for: "换货"
|
670
|
+
excl:
|
671
|
+
existing_shipments:
|
672
|
+
expedited_exchanges_warning:
|
673
|
+
expiration: "过期"
|
674
|
+
extension: "扩展"
|
675
|
+
failed_payment_attempts:
|
676
|
+
filename: "文件名"
|
677
|
+
fill_in_customer_info: "请填写顾客信息"
|
678
|
+
filter: "过滤"
|
679
|
+
filter_results: "过滤结果"
|
680
|
+
finalize: "完成"
|
681
|
+
finalized: "已完成"
|
682
|
+
find_a_taxon: "查找一种分类"
|
683
|
+
first_item: "首件产品价格??"
|
684
|
+
first_name: "名"
|
685
|
+
first_name_begins_with: "名的开始"
|
686
|
+
flat_percent: "固定费率"
|
687
|
+
flat_rate_per_order: "固定费率 (每订单)"
|
688
|
+
flexible_rate: "灵活费率"
|
689
|
+
forgot_password: "忘记密码"
|
690
|
+
free_shipping: "免运送费"
|
691
|
+
free_shipping_amount:
|
692
|
+
front_end: "前端"
|
693
|
+
gateway: "网关"
|
694
|
+
gateway_config_unavailable: "当前运行环境下无可用的网关"
|
695
|
+
gateway_error: "网关出错"
|
696
|
+
general: "一般"
|
697
|
+
general_settings: "一般设置"
|
698
|
+
google_analytics: Google Analytics
|
699
|
+
google_analytics_id: Analytics ID
|
700
|
+
guest_checkout: "匿名用户结账"
|
701
|
+
guest_user_account: "作为一个匿名用户结账"
|
702
|
+
has_no_shipped_units: "没有已配送的单元"
|
703
|
+
height: "高度"
|
704
|
+
hide_cents: "隐藏分钱"
|
705
|
+
home: "首页"
|
706
|
+
i18n:
|
707
|
+
available_locales: "可用的语言"
|
708
|
+
language: "语言"
|
709
|
+
localization_settings:
|
710
|
+
this_file_language: "中文(简体)"
|
711
|
+
translations: "翻译"
|
712
|
+
icon: "图标"
|
713
|
+
identifier:
|
714
|
+
image: "图片"
|
715
|
+
images: "图片"
|
716
|
+
implement_eligible_for_return:
|
717
|
+
implement_requires_manual_intervention:
|
718
|
+
inactive:
|
719
|
+
incl:
|
720
|
+
included_in_price: "包含在售价中"
|
721
|
+
included_price_validation: "除非您设置了默认的缴税区域,否则无法选择"
|
722
|
+
incomplete:
|
723
|
+
info_number_of_skus_not_shown:
|
724
|
+
info_product_has_multiple_skus:
|
725
|
+
instructions_to_reset_password: "请填写如下表格来重置你的密码,重置后的密码会通过电子邮件发送给您"
|
726
|
+
insufficient_stock: "库存不足,当前还剩下%{on_hand}件库存"
|
727
|
+
insufficient_stock_lines_present:
|
728
|
+
intercept_email_address: "用于接收邮件的邮箱地址"
|
729
|
+
intercept_email_instructions: "使用以下邮箱地址覆盖所有收件人邮箱"
|
730
|
+
internal_name: "Internal Name"
|
731
|
+
invalid_credit_card: "无效的信用卡。"
|
732
|
+
invalid_exchange_variant:
|
733
|
+
invalid_payment_provider: "无效的支付服务提供商。"
|
734
|
+
invalid_promotion_action: "无效的优惠方式。"
|
735
|
+
invalid_promotion_rule: "无效的促销规则。"
|
736
|
+
inventory: "库存"
|
737
|
+
inventory_adjustment: "库存调整"
|
738
|
+
inventory_error_flash_for_insufficient_quantity: "您的购物车中的一个商品已经不可购买。"
|
739
|
+
inventory_state: "库存状态"
|
740
|
+
is_not_available_to_shipment_address: "无法送达要求的配送地址"
|
741
|
+
iso_name: ISO名称
|
742
|
+
item: "商品项"
|
743
|
+
item_description: "商品项描述"
|
744
|
+
item_total: "商品总计"
|
745
|
+
item_total_rule:
|
746
|
+
operators:
|
747
|
+
gt: "大于"
|
748
|
+
gte: "大于或等于"
|
749
|
+
lt: "小于"
|
750
|
+
lte: "小于或等于"
|
751
|
+
items_cannot_be_shipped: "商品无法发货"
|
752
|
+
items_in_rmas: "商品"
|
753
|
+
items_reimbursed:
|
754
|
+
items_to_be_reimbursed:
|
755
|
+
jirafe: Jirafe
|
756
|
+
landing_page_rule:
|
757
|
+
path: Path
|
758
|
+
last_name: "姓"
|
759
|
+
last_name_begins_with: "姓的开始"
|
760
|
+
learn_more: "更多"
|
761
|
+
lifetime_stats: "行为统计"
|
762
|
+
line_item_adjustments:
|
13
763
|
list: "列表"
|
14
|
-
|
764
|
+
loading: "加载"
|
765
|
+
locale_changed: Locale已变更
|
766
|
+
location: "位置"
|
767
|
+
lock: "锁住/冻结"
|
768
|
+
log_entries:
|
769
|
+
logged_in_as: "已登录为"
|
770
|
+
logged_in_succesfully: "登录成功"
|
771
|
+
logged_out: "您已经登出系统"
|
772
|
+
login: "登录"
|
773
|
+
login_as_existing: "作为一个已有客户登录"
|
774
|
+
login_failed: "登录认证失败。"
|
775
|
+
login_name: "用户名"
|
776
|
+
logout: "退出"
|
777
|
+
logs:
|
778
|
+
look_for_similar_items: "寻找类似的产品"
|
779
|
+
make_refund: "进行退款??"
|
780
|
+
make_sure_the_above_reimbursement_amount_is_correct:
|
781
|
+
manage_promotion_categories:
|
782
|
+
manage_variants:
|
783
|
+
manual_intervention_required:
|
784
|
+
master_price: "默认价格"
|
785
|
+
match_choices:
|
786
|
+
all: "全部"
|
787
|
+
none: "清空"
|
788
|
+
max_items: "最大商品项??"
|
789
|
+
member_since: "会员开始时间"
|
790
|
+
memo:
|
791
|
+
meta_description: "元描述"
|
792
|
+
meta_keywords: "关键字"
|
793
|
+
meta_title: "元标题"
|
794
|
+
metadata: "元数据"
|
795
|
+
minimal_amount: "少量"
|
796
|
+
month: "月"
|
797
|
+
more: "更多"
|
798
|
+
move_stock_between_locations:
|
799
|
+
my_account: "我的帐户"
|
800
|
+
my_orders: "我的订单"
|
801
|
+
name: "名称"
|
802
|
+
name_on_card:
|
803
|
+
name_or_sku: "名称或条形码(输入产品名称中的至少4个字母)"
|
15
804
|
new: "新建"
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
67
|
-
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
|
72
|
-
|
73
|
-
|
74
|
-
|
75
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
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
|
-
|
110
|
-
|
111
|
-
|
112
|
-
|
113
|
-
|
114
|
-
|
115
|
-
|
116
|
-
|
117
|
-
|
118
|
-
|
119
|
-
|
120
|
-
|
121
|
-
|
122
|
-
|
123
|
-
|
124
|
-
|
125
|
-
|
126
|
-
|
127
|
-
|
128
|
-
|
129
|
-
|
130
|
-
|
131
|
-
|
132
|
-
|
133
|
-
|
134
|
-
|
135
|
-
|
136
|
-
|
137
|
-
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
|
142
|
-
|
143
|
-
|
144
|
-
|
145
|
-
|
146
|
-
|
147
|
-
|
148
|
-
|
149
|
-
|
150
|
-
|
151
|
-
|
152
|
-
|
153
|
-
|
154
|
-
|
155
|
-
|
156
|
-
|
157
|
-
|
158
|
-
|
159
|
-
|
160
|
-
|
161
|
-
|
162
|
-
|
163
|
-
|
164
|
-
|
165
|
-
|
166
|
-
|
167
|
-
|
168
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
184
|
-
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
|
199
|
-
|
200
|
-
|
201
|
-
|
202
|
-
|
203
|
-
|
204
|
-
|
205
|
-
|
206
|
-
|
207
|
-
|
208
|
-
|
209
|
-
|
210
|
-
|
211
|
-
|
212
|
-
|
213
|
-
|
214
|
-
|
215
|
-
|
216
|
-
|
217
|
-
|
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
|
-
allow_backorders: "允许预定"
|
251
|
-
allow_ssl_in_development_and_test: Allow SSL to be used when in development and test modes
|
252
|
-
allow_ssl_in_production: Allow SSL to be used in production mode
|
253
|
-
allow_ssl_in_staging: Allow SSL to be used in staging mode
|
254
|
-
allowed_ssl_in_production_mode: "生产环境下将%{not}会使用SSL"
|
255
|
-
already_registered: "已经注册过了?"
|
256
|
-
alt_text: "其他文本"
|
257
|
-
alternative_phone: "其他电话"
|
258
|
-
amount: "金额"
|
259
|
-
analytics_trackers: "追踪分析"
|
260
|
-
and: and
|
261
|
-
apply: "Apply"
|
262
|
-
are_you_sure: "你确定么?"
|
263
|
-
are_you_sure_category: "你确定你要删除这个分类么?"
|
264
|
-
are_you_sure_delete: "你确定你要删除这条记录么?"
|
265
|
-
are_you_sure_delete_image: "你确定你要删除这张图片么?"
|
266
|
-
are_you_sure_option_type: "你你确定你要删除这个选项类型么?"
|
267
|
-
are_you_sure_you_want_to_capture: "你确定你要付款么?"
|
268
|
-
assign_taxon: "指派分类"
|
269
|
-
assign_taxons: "指派分类"
|
270
|
-
attachment_default_style: "Attachments Style"
|
271
|
-
attachment_default_url: "Attachments URL"
|
272
|
-
attachment_path: "Attachments Path"
|
273
|
-
attachment_styles: "Paperclip Styles"
|
274
|
-
authorization_failure: "认证失败"
|
275
|
-
authorized: "已认证"
|
276
|
-
availability: "Availability"
|
277
|
-
available_on: "上架日期"
|
278
|
-
available_taxons: "可选分类"
|
279
|
-
awaiting_return: "等待退回"
|
280
|
-
back: "后退"
|
281
|
-
back_end: "后端"
|
282
|
-
back_to_adjustments_list: "Back To Adjustments List"
|
283
|
-
back_to_images_list: "Back To Images List"
|
284
|
-
back_to_mail_methods_list: "Back To Mail Methods List"
|
285
|
-
back_to_option_tyles_list: "Back To Option Types List"
|
286
|
-
back_to_payment_methods_list: "Back To Payment Methods List"
|
287
|
-
back_to_payments_list: "Back To Payments List"
|
288
|
-
back_to_products_list: "Back To Products List"
|
289
|
-
back_to_promotions_list: "Back To Promotions List"
|
290
|
-
back_to_properties_list: "Back To Products List"
|
291
|
-
back_to_prototypes_list: "Back To Prototypes List"
|
292
|
-
back_to_reports_list: "Back To Reports List"
|
293
|
-
back_to_shipping_categories: "Back To Shipping Categories"
|
294
|
-
back_to_shipping_methods_list: "Back To Shipping Methods List"
|
295
|
-
back_to_states_list: "Back To States List"
|
296
|
-
back_to_store: "回到商店"
|
297
|
-
back_to_tax_categories_list: "Back To Tax Categories List"
|
298
|
-
back_to_taxonomies_list: "Back To Taxonomies List"
|
299
|
-
back_to_trackers_list: "Back To Trackers List"
|
300
|
-
back_to_zones_list: "Back To Zones List"
|
301
|
-
backordered: "已预订"
|
302
|
-
backordering_is_allowed: "%{not}允许预定"
|
303
|
-
balance_due: "尚欠款"
|
304
|
-
bill_address: "账单地址"
|
305
|
-
billing: "账单"
|
306
|
-
billing_address: "账单地址"
|
307
|
-
both: "全部"
|
308
|
-
calculator: "计算器"
|
309
|
-
calculator_settings_warning: "如果你正在修改计算方式,你必须在编辑计算器设置之前先保存"
|
310
|
-
cancel: "取消"
|
311
|
-
cancel_my_account: Cancel my account
|
312
|
-
cancel_my_account_description: "Unhappy?"
|
313
|
-
canceled: "已取消"
|
314
|
-
cannot_create_payment_without_payment_methods: You cannot create a payment for an order without any payment methods defined.
|
315
|
-
cannot_create_returns: "没有配送的订单不能申请退货"
|
316
|
-
cannot_perform_operation: "Cannot perform requested operation"
|
317
|
-
capture: "付款"
|
318
|
-
card_code: "卡验证码"
|
319
|
-
card_details: "卡详细信息"
|
320
|
-
card_number: "卡号"
|
321
|
-
card_type_is: "卡的类型是"
|
322
|
-
cart: "购物车"
|
323
|
-
categories: "分类"
|
324
|
-
category: "分类"
|
325
|
-
change: "修改"
|
326
|
-
change_language: "修改语言"
|
327
|
-
change_my_password: "修改我的密码"
|
328
|
-
charge_total: "费用总计"
|
329
|
-
charged: "已找零??"
|
330
|
-
charges: "费用"
|
331
|
-
checkout: "结账"
|
332
|
-
cheque: "支票"
|
333
|
-
city: "城市"
|
334
|
-
clone: "复制"
|
335
|
-
code: "编码"
|
336
|
-
combine: "联合??"
|
337
|
-
complete: "完成"
|
338
|
-
complete_list: "全部列出"
|
339
|
-
configuration: "配置"
|
340
|
-
configuration_options: "配置选项"
|
341
|
-
configurations: "配置"
|
342
|
-
configure_s3: "Configure S3"
|
343
|
-
configured: "已配置"
|
344
|
-
confirm: "确认"
|
345
|
-
confirm_delete: "确认删除"
|
346
|
-
confirm_password: "确认密码"
|
347
|
-
continue: "继续"
|
348
|
-
continue_shopping: "继续购物"
|
349
|
-
copy_all_mails_to: "将所有的邮件复制到"
|
350
|
-
cost_price: "进货价"
|
351
|
-
count_of_reduced_by: "count of '%{name}' reduced by %{count}"
|
352
|
-
country: "国家"
|
353
|
-
country_based: "根据国家"
|
354
|
-
coupon: Coupon
|
355
|
-
coupon_code: Coupon code
|
356
|
-
coupon_code_applied: The coupon code was successfully applied to your order.
|
357
|
-
create: "创建"
|
358
|
-
create_a_new_account: "创建一个新帐号"
|
359
|
-
create_user_account: "创建用户帐号"
|
360
|
-
created_successfully: "创建成功"
|
361
|
-
credit: "欠款??"
|
362
|
-
credit_card: "信用卡"
|
363
|
-
credit_card_capture_complete: "信用卡付款完成"
|
364
|
-
credit_card_payment: "信用卡支付"
|
365
|
-
credit_cards: Credit Cards
|
366
|
-
credit_owed: "应予退款"
|
367
|
-
credit_total: "欠款总计??"
|
368
|
-
credits: "欠款??"
|
369
|
-
currency: Currency
|
370
|
-
currency_settings: "Currency Settings"
|
371
|
-
currency_symbol_position: "Put currency symbol before or after dollar amount?"
|
372
|
-
current: "现在的"
|
373
|
-
customer: "顾客"
|
374
|
-
customer_details: "顾客详细信息"
|
375
|
-
customer_details_updated: "The customer's details have been updated."
|
376
|
-
customer_search: "顾客搜索"
|
377
|
-
cut: Cut
|
378
|
-
date_completed: Date Completed
|
379
|
-
date_created: "创建时间"
|
380
|
-
date_range: "时间范围"
|
381
|
-
debit: "借方??"
|
382
|
-
default: "默认"
|
383
|
-
default_meta_description: Default Meta Description
|
384
|
-
default_meta_keywords: Default Meta Keywords
|
385
|
-
default_seo_title: Default Seo Title
|
386
|
-
default_tax: Default Tax
|
387
|
-
default_tax_zone: Default Tax Zone
|
388
|
-
defined_paperclip_styles: Defined Paperclip Styles
|
389
|
-
delete: "删除"
|
390
|
-
delivery: Delivery
|
391
|
-
depth: "长"
|
392
|
-
description: "描述"
|
393
|
-
destroy: "删除"
|
394
|
-
didnt_receive_confirmation_instructions: "Didn't receive confirmation instructions?"
|
395
|
-
didnt_receive_unlock_instructions: "Didn't receive unlock instructions?"
|
396
|
-
discount_amount: "Discount Amount"
|
397
|
-
dismiss_banner: "No. Thanks! I'm not interested, do not display this message again"
|
398
|
-
display: "显示"
|
399
|
-
display_currency: "Display currency"
|
400
|
-
dollar_amounts_displayed_as: "Dollar amounts displayed as %{example}"
|
401
|
-
edit: "编辑"
|
402
|
-
edit_general_settings: "Edit General Settings"
|
403
|
-
editing_billing_integration: "编辑付款集成"
|
404
|
-
editing_category: "编辑分类"
|
405
|
-
editing_mail_method: Editing Mail Method
|
406
|
-
editing_option_type: "编辑类型选项"
|
407
|
-
editing_option_types: "编辑类型选项"
|
408
|
-
editing_payment_method: "编辑支付方式"
|
409
|
-
editing_product: "编辑产品"
|
410
|
-
editing_product_group: "编辑产品组"
|
411
|
-
editing_promotion: Editing Promotion
|
412
|
-
editing_property: "编辑属性"
|
413
|
-
editing_prototype: "编辑原型"
|
414
|
-
editing_shipping_category: "编辑配送分类"
|
415
|
-
editing_shipping_method: "编辑配送方法"
|
416
|
-
editing_state: "编辑省份"
|
417
|
-
editing_tax_category: "编辑缴税分类"
|
418
|
-
editing_tax_rate: "编辑税率"
|
419
|
-
editing_tracker: "编辑Tracker"
|
420
|
-
editing_user: "编辑用户"
|
421
|
-
editing_zone: "编辑区域"
|
422
|
-
email: "电子邮件"
|
423
|
-
email_address: "电子邮件地址"
|
424
|
-
email_server_settings_description: "设置邮件服务器。"
|
425
|
-
empty: "Empty"
|
426
|
-
empty_cart: "清空购物车"
|
427
|
-
enable_login_via_login_password: "使用标准的电子邮件/密码"
|
428
|
-
enable_login_via_openid: "使用OpenID代替"
|
429
|
-
enable_mail_delivery: "开启邮件发送"
|
430
|
-
ending_in: "Ending in"
|
431
|
-
enter_at_least_five_letters: Enter at least five letters of customer name
|
432
|
-
enter_exactly_as_shown_on_card: "请严格按照卡面信息输入"
|
433
|
-
enter_password_to_confirm: "(we need your current password to confirm your changes)"
|
434
|
-
enter_token: Enter Token
|
435
|
-
environment: "环境"
|
436
|
-
error: "错误"
|
437
|
-
error_user_destroy_with_orders: "Users with completed orders may not be deleted"
|
438
|
-
errors:
|
439
|
-
messages:
|
440
|
-
could_not_create_taxon: "Could not create taxon"
|
441
|
-
no_payment_methods_available: "No payment methods are configured for this environment"
|
442
|
-
no_shipping_methods_available: "No shipping methods available for selected location, please change your address and try again."
|
443
|
-
errors_prohibited_this_record_from_being_saved:
|
444
|
-
one: "1 error prohibited this record from being saved"
|
445
|
-
other: "%{count} errors prohibited this record from being saved"
|
446
|
-
event: "事件"
|
447
|
-
events:
|
448
|
-
spree:
|
449
|
-
cart:
|
450
|
-
add: 'Add to cart'
|
451
|
-
checkout:
|
452
|
-
coupon_code_added: Coupon code added
|
453
|
-
content:
|
454
|
-
visited: Visit static content page
|
455
|
-
order:
|
456
|
-
contents_changed: "Order contents changed"
|
457
|
-
page_view: "Static page viewed"
|
458
|
-
user:
|
459
|
-
signup: 'User signup'
|
460
|
-
existing_customer: "现有顾客"
|
461
|
-
expiration: "过期"
|
462
|
-
expiration_month: "过期月份"
|
463
|
-
expiration_year: "过期年份"
|
464
|
-
expiry: Expiry
|
465
|
-
extension: "扩展"
|
466
|
-
extensions: "扩展"
|
467
|
-
filename: "文件名"
|
468
|
-
final_confirmation: "最终确认"
|
469
|
-
finalize: "完成"
|
470
|
-
finalized_payments: "已付款项目"
|
471
|
-
first_item: "首件产品价格??"
|
472
|
-
first_name: "名"
|
473
|
-
first_name_begins_with: "名的开始"
|
474
|
-
flat_percent: "固定费率"
|
475
|
-
flat_rate_amount: "金额"
|
476
|
-
flat_rate_per_item: "固定费率 (每商品)"
|
477
|
-
flat_rate_per_order: "固定费率 (每订单)"
|
478
|
-
flexible_rate: "灵活费率"
|
479
|
-
forgot_password: "忘记密码"
|
480
|
-
free_shipping: Free Shipping
|
481
|
-
from_state: From State
|
482
|
-
front_end: "前端"
|
483
|
-
full_name: "全名"
|
484
|
-
gateway: "网关"
|
485
|
-
gateway_config_unavailable: "Gateway unavailable for environment"
|
486
|
-
gateway_configuration: "网关配置"
|
487
|
-
gateway_error: "网关出错"
|
488
|
-
gateway_setting_description: "选择一个支付网关并对其进行配置。"
|
489
|
-
gateway_settings_warning: "如果您正在变更网关类型,您需要在编辑网关设置之前先保存"
|
490
|
-
general: "一般"
|
491
|
-
general_settings: "一般设置"
|
492
|
-
general_settings_description: "配置Spree的一般设置。"
|
493
|
-
google_analytics: "Google Analytics"
|
494
|
-
google_analytics_active: "激活"
|
495
|
-
google_analytics_create: "创建新的Google Analytics Account"
|
496
|
-
google_analytics_id: "Analytics ID"
|
497
|
-
google_analytics_new: "新的Google Analytics帐号"
|
498
|
-
google_analytics_setting_description: "管理Google Analytics ID"
|
499
|
-
guest_checkout: "匿名用户结账"
|
500
|
-
guest_user_account: "作为一个匿名用户结账"
|
501
|
-
has_no_shipped_units: "没有已配送的单元"
|
502
|
-
height: "高度"
|
503
|
-
hello_user: "用户你好"
|
504
|
-
history: "历史"
|
505
|
-
home: "首页"
|
506
|
-
icon: "Icon"
|
507
|
-
icons_by: "Icons by"
|
508
|
-
image: "图片"
|
509
|
-
image_settings: "Image Settings"
|
510
|
-
image_settings_description: "Image Settings Description"
|
511
|
-
image_settings_updated: "Image Settings successfully updated."
|
512
|
-
image_settings_warning: "You will need to regenerate thumbnails if you update the paperclip styles. Use rake paperclip:refresh:thumbnails to do this."
|
513
|
-
images: "图片"
|
514
|
-
images_for: "Images for"
|
515
|
-
in_progress: "处理中"
|
516
|
-
include_in_shipment: "包含在配送中"
|
517
|
-
included_in_other_shipment: "包含在其他配送中"
|
518
|
-
included_in_price: Included in Price
|
519
|
-
included_in_this_shipment: "包含在本次配送中"
|
520
|
-
included_price_validation: "cannot be selected unless you have set a Default Tax Zone"
|
521
|
-
instructions_to_reset_password: "请填写如下表格来重置你的密码,重置后的密码会通过电子邮件发送给您"
|
522
|
-
insufficient_stock: "Insufficient stock available, only %{on_hand} remaining"
|
523
|
-
integration_settings_warning: "如果您正在修改支付集成设置,您必须在编辑集成设置之前进行保存"
|
524
|
-
intercept_email_address: Intercept Email Address
|
525
|
-
intercept_email_instructions: "Override email recipient and replace with this address."
|
526
|
-
invalid_search: "不合法的查询条件."
|
527
|
-
inventory: "库存"
|
528
|
-
inventory_adjustment: "库存调整"
|
529
|
-
inventory_setting_description: "库存配置,预定,以及没有库存时的页面显示"
|
530
|
-
inventory_settings: "库存设置"
|
531
|
-
is_not_available_to_shipment_address: "无法送达要求的配送地址"
|
532
|
-
issue_number: "问题编号"
|
533
|
-
item: "商品项"
|
534
|
-
item_description: "商品项描述"
|
535
|
-
item_total: "项目总计"
|
536
|
-
item_total_rule:
|
537
|
-
operators:
|
538
|
-
gt: greater than
|
539
|
-
gte: greater than or equal to
|
540
|
-
landing_page_rule:
|
541
|
-
path: Path
|
542
|
-
last_name: "姓"
|
543
|
-
last_name_begins_with: "姓的开始"
|
544
|
-
learn_more: Learn More
|
545
|
-
leave_blank_to_not_change: "(leave blank if you don't want to change it)"
|
546
|
-
list: "列表"
|
547
|
-
listing_categories: "分类列表"
|
548
|
-
listing_option_types: "选项类型列表"
|
549
|
-
listing_orders: "订单列表"
|
550
|
-
listing_product_groups: "产品组列表"
|
551
|
-
listing_products: "Listing Products"
|
552
|
-
listing_reports: "报表列表"
|
553
|
-
listing_tax_categories: "缴税分类列表"
|
554
|
-
listing_users: "用户列表"
|
555
|
-
live: "Live"
|
556
|
-
loading: "加载"
|
557
|
-
locale_changed: "Locale已变更"
|
558
|
-
logged_in_as: "已登陆为"
|
559
|
-
logged_in_succesfully: "登陆成功"
|
560
|
-
logged_out: "您已经登出系统"
|
561
|
-
login: Login
|
562
|
-
login_as_existing: "作为一个已有客户登陆"
|
563
|
-
login_failed: "登陆认证失败。"
|
564
|
-
login_name: "用户名"
|
565
|
-
logout: "登出/注销"
|
566
|
-
look_for_similar_items: "寻找类似的产品"
|
567
|
-
maestro_or_solo_cards: Maestro/Solo cards
|
568
|
-
mail_delivery_enabled: "邮件发送功能已启用"
|
569
|
-
mail_delivery_not_enabled: "邮件发送功能尚未启用"
|
570
|
-
mail_methods: Mail Methods
|
571
|
-
mail_server_preferences: 邮件服务器首选项
|
572
|
-
make_refund: "进行退款??"
|
573
|
-
mark_shipped: "标记为已配送"
|
574
|
-
master_price: "默认价格"
|
575
|
-
match_choices:
|
576
|
-
all: "All"
|
577
|
-
none: "None"
|
578
|
-
one: "One"
|
579
|
-
match_rule: "Products That Must Match:"
|
580
|
-
max_items: "最大商品项??"
|
581
|
-
meta_description: "元描述"
|
582
|
-
meta_keywords: "关键字"
|
583
|
-
metadata: "元数据"
|
584
|
-
minimal_amount: "Minimal Amount"
|
585
|
-
missing_required_information: "缺少必须的信息"
|
586
|
-
month: "月"
|
587
|
-
more: More
|
588
|
-
my_account: "我的帐户"
|
589
|
-
my_orders: "我的订单"
|
590
|
-
name: "名称"
|
591
|
-
name_or_sku: "名称或SKU"
|
592
|
-
new: "新建"
|
593
|
-
new_adjustment: "新建调整"
|
594
|
-
new_billing_integration: "新建支付集成"
|
595
|
-
new_category: "新建目录"
|
596
|
-
new_customer: "新建客户"
|
597
|
-
new_group: New Group
|
598
|
-
new_image: "新建图片"
|
599
|
-
new_mail_method: New Mail Method
|
600
|
-
new_option_type: "新建选项类型"
|
601
|
-
new_option_value: "新建选项值"
|
602
|
-
new_order: "新建订单"
|
603
|
-
new_order_completed: "新建订单完成"
|
604
|
-
new_payment: "新建支付"
|
605
|
-
new_payment_method: "新建支付方式"
|
606
|
-
new_product: "新建产品"
|
607
|
-
new_product_group: "新建产品组"
|
608
|
-
new_promotion: New Promotion
|
609
|
-
new_property: "新建属性"
|
610
|
-
new_prototype: "新建原型"
|
611
|
-
new_return_authorization: "新建退货"
|
612
|
-
new_shipment: "新建配送"
|
613
|
-
new_shipping_category: "新建配送分类"
|
614
|
-
new_shipping_method: "新建配送方式"
|
615
|
-
new_state: "新建省份"
|
616
|
-
new_tax_category: "新建缴税类型"
|
617
|
-
new_tax_rate: "新建税率"
|
618
|
-
new_taxon: "新建分类"
|
619
|
-
new_taxonomy: "新建分类层级"
|
620
|
-
new_tracker: New Tracker
|
621
|
-
new_user: "新建用户"
|
622
|
-
new_variant: "新建具体型号"
|
623
|
-
new_zone: "新建区域"
|
624
|
-
next: "下一页"
|
625
|
-
no: "No"
|
626
|
-
no_items_in_cart: "购物车中没有商品"
|
627
|
-
no_match_found: "找不到匹配的内容"
|
628
|
-
no_products_found: "找不到产品"
|
629
|
-
no_results: "No results"
|
630
|
-
no_rules_added: No rules added
|
631
|
-
no_user_found: "找不到使用该电子邮件的用户帐号"
|
632
|
-
none: "没有"
|
633
|
-
none_available: "没有可用的"
|
634
|
-
normal_amount: "Normal Amount"
|
635
|
-
not: "不"
|
636
|
-
not_available: "N/A"
|
637
|
-
not_found: "%{resource} is not found"
|
638
|
-
not_shown: "Not Shown"
|
639
|
-
note: "备注"
|
640
|
-
notice_messages:
|
641
|
-
option_type_removed: "成功移出了选项类型"
|
642
|
-
product_cloned: "产品已经被复制"
|
643
|
-
product_deleted: "产品已经被删除"
|
644
|
-
product_not_cloned: "产品无法被复制"
|
645
|
-
product_not_deleted: "产品无法被删除"
|
646
|
-
variant_deleted: "具体型号已经被删除"
|
647
|
-
variant_not_deleted: "具体型号不能被删除"
|
648
|
-
on_hand: "库存"
|
649
|
-
one_default_category_with_default_tax_rate: "You should configure exactly one default category with your countries default tax rate"
|
650
|
-
operation: "操作"
|
651
|
-
option_type: "Option Type"
|
652
|
-
option_types: "选项类型"
|
653
|
-
option_value: "Option Value"
|
654
|
-
option_values: "选项值"
|
655
|
-
options: "选项"
|
656
|
-
or: "或"
|
657
|
-
or_over_price: "%{price} or over"
|
658
|
-
order: "订单"
|
659
|
-
order_adjustments: "Order adjustments"
|
660
|
-
order_confirmation_note: "订单确认备注"
|
661
|
-
order_date: "订单日期"
|
662
|
-
order_details: "订单详情"
|
663
|
-
order_email_resent: "重新发出了订单邮件"
|
664
|
-
order_mailer:
|
665
|
-
cancel_email:
|
666
|
-
dear_customer: "Dear Customer,"
|
667
|
-
instructions: "Your order has been CANCELED. Please retain this cancellation information for your records."
|
668
|
-
order_summary_canceled: "Order Summary [CANCELED]"
|
669
|
-
subject: "Cancellation of Order"
|
670
|
-
subtotal: "Subtotal:"
|
671
|
-
total: "Order Total:"
|
672
|
-
confirm_email:
|
673
|
-
dear_customer: "Dear Customer,"
|
674
|
-
instructions: "Please review and retain the following order information for your records."
|
675
|
-
order_summary: "Order Summary"
|
676
|
-
subject: "Order Confirmation"
|
677
|
-
subtotal: "Subtotal:"
|
678
|
-
thanks: "Thank you for your business."
|
679
|
-
total: "Order Total:"
|
680
|
-
order_not_in_system: "这个订单号在系统中是不合法的"
|
681
|
-
order_number: "订单号"
|
682
|
-
order_operation_authorize: "认证"
|
683
|
-
order_processed_but_following_items_are_out_of_stock: "您的订单已经被处理了,但是以下几样商品目前没有库存:"
|
684
|
-
order_processed_successfully: "您的订单已经被成功处理了"
|
685
|
-
order_state: # keys correspond to Checkout state names:
|
686
|
-
address: address
|
687
|
-
adjustments: adjustments
|
688
|
-
awaiting_return: awaiting return
|
689
|
-
canceled: canceled
|
690
|
-
cart: cart
|
691
|
-
complete: complete
|
692
|
-
confirm: confirm
|
693
|
-
delivery: delivery
|
694
|
-
payment: payment
|
695
|
-
resumed: resumed
|
696
|
-
returned: returned
|
697
|
-
skrill: skrill
|
698
|
-
order_summary: "订单概述"
|
699
|
-
order_sure_want_to: "您确定您想要%{event}这个订单么?"
|
700
|
-
order_total: "订单总计"
|
701
|
-
order_total_message: "您的卡上一共会支付"
|
702
|
-
order_updated: "订单已更新"
|
703
|
-
orders: "订单"
|
704
|
-
other_payment_options: "其他支付选项"
|
705
|
-
out_of_stock: "没有库存"
|
706
|
-
over_paid: "Over Paid"
|
707
|
-
overview: "首页"
|
708
|
-
page_only_viewable_when_logged_in: "您试图访问一个只有登陆后才能访问的页面"
|
709
|
-
page_only_viewable_when_logged_out: "您试图访问一个只有登出/注销后才能访问的页面"
|
710
|
-
pagination:
|
711
|
-
next_page: "next page »"
|
712
|
-
previous_page: "« previous page"
|
713
|
-
truncate: "…"
|
714
|
-
paid: "已支付"
|
715
|
-
parent_category: "上级分类"
|
716
|
-
password: "密码"
|
717
|
-
password_reset_instructions: "密码重置指南"
|
718
|
-
password_reset_instructions_are_mailed: "如何重置密码的步骤已经通过电子邮件发送给您,请检查您的电子邮件。"
|
719
|
-
password_reset_token_not_found: "对不起,我们无法找到您的帐号。如果您遇到问题,请尝试从您的电子邮件中重新复制粘铁URL到浏览器中,或者重新进行重置密码的步骤"
|
720
|
-
password_updated: "密码更新成功"
|
721
|
-
paste: Paste
|
722
|
-
path: "路径"
|
723
|
-
pay: "支付"
|
724
|
-
payment: "支付"
|
725
|
-
payment_actions: "Actions"
|
726
|
-
payment_gateway: "支付网关"
|
727
|
-
payment_information: "支付信息"
|
728
|
-
payment_method: "支付方式"
|
729
|
-
payment_methods: "支付方式"
|
730
|
-
payment_methods_setting_description: "配置消费者可以用于支付的方式"
|
731
|
-
payment_processing_failed: "Payment could not be processed, please check the details you entered"
|
732
|
-
payment_processor_choose_banner_text: "If you need help choosing a payment processor, please visit"
|
733
|
-
payment_processor_choose_link: "our payments page"
|
734
|
-
payment_state: Payment State
|
735
|
-
payment_states:
|
736
|
-
balance_due: balance due
|
737
|
-
checkout: checkout
|
738
|
-
completed: completed
|
739
|
-
credit_owed: credit owed
|
740
|
-
failed: failed
|
741
|
-
paid: paid
|
742
|
-
pending: pending
|
743
|
-
processing: processing
|
744
|
-
void: void
|
745
|
-
payment_updated: "支付已更新"
|
746
|
-
payments: "支付"
|
747
|
-
pending_payments: "等待支付"
|
748
|
-
percent_per_item: Percent Per Item
|
749
|
-
permalink: "永久链接"
|
750
|
-
phone: "电话"
|
751
|
-
place_order: "下单"
|
752
|
-
please_create_user: "请创建一个用户帐号"
|
753
|
-
please_define_payment_methods: "Please define some payment methods first."
|
754
|
-
populate_get_error: "Something went wrong. Please try adding the item again."
|
755
|
-
powered_by: "Powered by"
|
756
|
-
presentation: "描述"
|
757
|
-
preview: "预览"
|
758
|
-
previous: "上一页"
|
759
|
-
price: "价格"
|
760
|
-
price_range: Price Range
|
761
|
-
price_sack: Price Sack
|
762
|
-
problem_authorizing_card: "验证信用卡时遇到问题"
|
763
|
-
problem_capturing_card: "获取信用卡时遇到问题"
|
764
|
-
problems_processing_order: "我们在处理您的订单时遇到问题"
|
765
|
-
proceed_as_guest: "谢谢,不用了,以访客身份处理"
|
766
|
-
process: "处理"
|
767
|
-
product: "产品"
|
768
|
-
product_details: "产品详情"
|
769
|
-
product_group: "产品组"
|
770
|
-
product_group_invalid: "产品组有不合法的范围"
|
771
|
-
product_groups: "产品组"
|
772
|
-
product_has_no_description: "该产品没有描述"
|
773
|
-
product_properties: "产品属性"
|
774
|
-
product_rule:
|
775
|
-
choose_products: Choose products
|
776
|
-
label: "Order must contain %{select} of these products"
|
777
|
-
match_all: all
|
778
|
-
match_any: at least one
|
779
|
-
product_source:
|
780
|
-
group: From product group
|
781
|
-
manual: Manually choose
|
782
|
-
product_scopes:
|
783
|
-
groups:
|
784
|
-
price:
|
785
|
-
description: "根据价格选择产品的查询范围"
|
786
|
-
name: "价格"
|
787
|
-
search:
|
788
|
-
description: "根据产品名称、关键字以及描述选择产品的查询范围"
|
789
|
-
name: "文本搜索"
|
790
|
-
taxon:
|
791
|
-
description: "根据产品分类选择产品的查询范围"
|
805
|
+
new_adjustment: "新建调整"
|
806
|
+
new_country: "新建国家"
|
807
|
+
new_customer: "新建客户"
|
808
|
+
new_customer_return: "新建客户退货"
|
809
|
+
new_image: "新建图片"
|
810
|
+
new_option_type: "新建选项类型"
|
811
|
+
new_order: "新建订单"
|
812
|
+
new_order_completed: "新建订单完成"
|
813
|
+
new_payment: "新建支付"
|
814
|
+
new_payment_method: "新建支付方式"
|
815
|
+
new_product: "新建产品"
|
816
|
+
new_promotion: "新建促销活动"
|
817
|
+
new_promotion_category: "新建促销分类"
|
818
|
+
new_property: "新建属性"
|
819
|
+
new_prototype: "新建原型"
|
820
|
+
new_refund: "新建退款"
|
821
|
+
new_refund_reason: '新建退款原因'
|
822
|
+
new_return_authorization: "新建退货审批"
|
823
|
+
new_reimbursement_type: "新建退款类型"
|
824
|
+
new_rma_reason:
|
825
|
+
new_shipment_at_location:
|
826
|
+
new_shipping_category: "新建配送分类"
|
827
|
+
new_shipping_method: "新建配送方式"
|
828
|
+
new_state: "新建省份"
|
829
|
+
new_stock_location: "添加仓库位置"
|
830
|
+
new_stock_movement: "新建库存移动"
|
831
|
+
new_stock_transfer: "新建库存转移"
|
832
|
+
new_tax_category: "新建缴税类型"
|
833
|
+
new_tax_rate: "新建税率"
|
834
|
+
new_taxon: "新建分类"
|
835
|
+
new_taxonomy: "新建分类层级"
|
836
|
+
new_tracker: New Tracker
|
837
|
+
new_user: "新建用户"
|
838
|
+
new_variant: "新建具体型号"
|
839
|
+
new_zone: "新建区域"
|
840
|
+
new_store_credit_category: "新建Store Credit 类型"
|
841
|
+
new_role: "新建角色"
|
842
|
+
next: "下一页"
|
843
|
+
no_actions_added: "未添加动作"
|
844
|
+
no_payment_found:
|
845
|
+
no_pending_payments:
|
846
|
+
no_products_found: "找不到产品"
|
847
|
+
no_resource_found: "找不到资源"
|
848
|
+
no_results: "无任何结果"
|
849
|
+
no_returns_found:
|
850
|
+
no_rules_added: "未添加规则"
|
851
|
+
no_shipping_method_selected:
|
852
|
+
no_state_changes:
|
853
|
+
no_tracking_present: "未提供跟踪细节。"
|
854
|
+
none: "没有"
|
855
|
+
none_selected:
|
856
|
+
normal_amount: Normal Amount
|
857
|
+
not: false
|
858
|
+
not_available: N/A
|
859
|
+
not_enough_stock:
|
860
|
+
not_found: "未找到%{resource}"
|
861
|
+
note:
|
862
|
+
notice_messages:
|
863
|
+
product_cloned: "产品已经被复制"
|
864
|
+
product_deleted: "产品已经被删除"
|
865
|
+
product_not_cloned: "产品无法被复制"
|
866
|
+
product_not_deleted: "产品无法被删除"
|
867
|
+
variant_deleted: "具体型号已经被删除"
|
868
|
+
variant_not_deleted: "具体型号不能被删除"
|
869
|
+
num_orders: "订单数量"
|
870
|
+
on_hand: "库存"
|
871
|
+
open: "打开"
|
872
|
+
open_all_adjustments: "启用所有价格调整"
|
873
|
+
option_type: "选项类型"
|
874
|
+
option_type_placeholder: "选项类型默认值"
|
875
|
+
option_types: "选项类型"
|
876
|
+
option_value: "选项值"
|
877
|
+
option_values: "选项值"
|
878
|
+
optional: "可选的"
|
879
|
+
options: "选项"
|
880
|
+
or: "或"
|
881
|
+
or_over_price: "%{price}或以上"
|
882
|
+
order: "订单"
|
883
|
+
order_adjustments: "订单调整"
|
884
|
+
order_already_updated: "订单已经更新"
|
885
|
+
order_approved: "订单已核准"
|
886
|
+
order_canceled: "订单已取消"
|
887
|
+
order_details: "订单详情"
|
888
|
+
order_email_resent: "重新发出了订单邮件"
|
889
|
+
order_information: "订单信息"
|
890
|
+
order_mailer:
|
891
|
+
cancel_email:
|
892
|
+
dear_customer: "亲爱的顾客,"
|
893
|
+
instructions: "您的订单已被取消。请保留此取消信息记录。"
|
894
|
+
order_summary_canceled: "订单总览 [已取消]"
|
895
|
+
subject: "取消订单"
|
896
|
+
subtotal:
|
897
|
+
total:
|
898
|
+
confirm_email:
|
899
|
+
dear_customer: "亲爱的顾客,"
|
900
|
+
instructions: "请仔细阅读并保留以下订单信息记录。"
|
901
|
+
order_summary: "订单总览"
|
902
|
+
subject: "订单确认"
|
903
|
+
subtotal:
|
904
|
+
thanks: "谢谢您的购买。"
|
905
|
+
total:
|
906
|
+
order_not_found: "我们无法找到您的订单。请重新尝试。"
|
907
|
+
order_number: "订单号 %{number}"
|
908
|
+
order_processed_successfully: "您的订单已经被成功处理了"
|
909
|
+
order_resumed:
|
910
|
+
order_states:
|
911
|
+
address: "地址"
|
912
|
+
awaiting_return: "等待退货"
|
913
|
+
canceled: "取消"
|
914
|
+
cart: "购物车"
|
915
|
+
complete: "完成"
|
916
|
+
confirm: "确认"
|
917
|
+
considered_risky:
|
918
|
+
delivery: "配送"
|
919
|
+
payment: "支付"
|
920
|
+
resumed: "重新开始"
|
921
|
+
returned: "返回"
|
922
|
+
order_summary: "订单概述"
|
923
|
+
order_sure_want_to: "您确定您想要%{event}这个订单么?"
|
924
|
+
order_total: "订单总计"
|
925
|
+
order_updated: "订单已更新"
|
926
|
+
orders: "订单"
|
927
|
+
other_items_in_other:
|
928
|
+
out_of_stock: "没有库存"
|
929
|
+
overview: "首页"
|
930
|
+
package_from: "包裹来自"
|
931
|
+
pagination:
|
932
|
+
next_page: "下一页 »"
|
933
|
+
previous_page: "« 上一页"
|
934
|
+
truncate: "…"
|
935
|
+
password: "密码"
|
936
|
+
paste: "粘贴"
|
937
|
+
path: "路径"
|
938
|
+
pay: "支付"
|
939
|
+
payment: "支付"
|
940
|
+
payment_could_not_be_created:
|
941
|
+
payment_identifier:
|
942
|
+
payment_information: "支付信息"
|
943
|
+
payment_method: "支付方式"
|
944
|
+
payment_method_not_supported:
|
945
|
+
payment_methods: "支付方式"
|
946
|
+
payment_processing_failed: "无法处理支付信息,请检查您所输入的详细信息"
|
947
|
+
payment_processor_choose_banner_text: "如果您需要关于支付处理的帮助,请访问"
|
948
|
+
payment_processor_choose_link: "我们的支付页面"
|
949
|
+
payment_state: "支付状态"
|
950
|
+
payment_states:
|
951
|
+
balance_due: "欠款"
|
952
|
+
checkout: "支付"
|
953
|
+
completed: "完成"
|
954
|
+
credit_owed: credit owed
|
955
|
+
failed: "失败"
|
956
|
+
paid: "已支付"
|
957
|
+
pending: "等待中"
|
958
|
+
processing: "正在处理"
|
959
|
+
void: "无效"
|
960
|
+
payment_updated: "支付已更新"
|
961
|
+
payments: "支付"
|
962
|
+
pending:
|
963
|
+
percent: "百分比"
|
964
|
+
percent_per_item: "单件百分比"
|
965
|
+
permalink: "永久链接"
|
966
|
+
phone: "电话"
|
967
|
+
place_order: "下单"
|
968
|
+
please_define_payment_methods: "请先设定支付方式。"
|
969
|
+
populate_get_error: "出错了,请重新添加项目。"
|
970
|
+
powered_by: "技术支持"
|
971
|
+
pre_tax_amount: "税前金额"
|
972
|
+
pre_tax_refund_amount: "税前退款金额"
|
973
|
+
pre_tax_total: "税前总计"
|
974
|
+
preferred_reimbursement_type:
|
975
|
+
presentation: "描述"
|
976
|
+
previous: "上一页"
|
977
|
+
previous_state_missing: "状态未知"
|
978
|
+
price: "价格"
|
979
|
+
price_range: "价格范围"
|
980
|
+
price_sack: "袋价格"
|
981
|
+
process: "处理"
|
982
|
+
product: "产品"
|
983
|
+
product_details: "产品详情"
|
984
|
+
product_has_no_description: "该产品没有描述"
|
985
|
+
product_not_available_in_this_currency: "此产品在当前选中的货币下不可购买。"
|
986
|
+
product_properties: "产品属性"
|
987
|
+
product_rule:
|
988
|
+
choose_products: "选择产品"
|
989
|
+
label: "订单应该包含这些商品的数量"
|
990
|
+
match_all: "全部"
|
991
|
+
match_any: "至少一个"
|
992
|
+
match_none:
|
993
|
+
product_source:
|
994
|
+
group: "从产品分组"
|
995
|
+
manual: "手工选择"
|
996
|
+
products: "产品"
|
997
|
+
promotion: "促销"
|
998
|
+
promotion_action: "优惠方式"
|
999
|
+
promotion_action_types:
|
1000
|
+
create_adjustment:
|
1001
|
+
description: "为订单添加促销用的价格调整"
|
1002
|
+
name: "添加订单的价格调整"
|
1003
|
+
create_item_adjustments:
|
1004
|
+
description: "为订单上的单项产品添加一笔促销用的价格调整"
|
1005
|
+
name: "添加单项的价格调整"
|
1006
|
+
create_line_items:
|
1007
|
+
description: "增加特定商品到订单中"
|
1008
|
+
name: "赠送礼品"
|
1009
|
+
free_shipping:
|
1010
|
+
description: "整张订单免费发货"
|
1011
|
+
name: "免运费"
|
1012
|
+
promotion_actions: "优惠方式"
|
1013
|
+
promotion_form:
|
1014
|
+
match_policies:
|
1015
|
+
all: "匹配任意规则"
|
1016
|
+
any: "匹配所有规则"
|
1017
|
+
promotion_rule: "促销规则"
|
1018
|
+
promotion_rule_types:
|
1019
|
+
first_order:
|
1020
|
+
description: "必须是客户的第一笔订单"
|
1021
|
+
name: "第一笔订单"
|
1022
|
+
item_total:
|
1023
|
+
description: "订单总额满足这些条件"
|
1024
|
+
name: "小记"
|
1025
|
+
landing_page:
|
1026
|
+
description: "客户必须访问了指定的页面"
|
1027
|
+
name: "登录页面"
|
1028
|
+
one_use_per_user:
|
1029
|
+
description: "每人只可使用一次"
|
1030
|
+
name: "每人一次"
|
1031
|
+
option_value:
|
1032
|
+
description:
|
1033
|
+
name:
|
1034
|
+
product:
|
1035
|
+
description: "订单包含指定的产品"
|
1036
|
+
name: "产品"
|
1037
|
+
taxon:
|
1038
|
+
description: "订单中包括指定分类产品"
|
792
1039
|
name: "分类"
|
793
|
-
|
794
|
-
description: "
|
795
|
-
name: "
|
796
|
-
|
797
|
-
|
798
|
-
name: "
|
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
|
-
smtp_authentication_type: "SMTP认证类型"
|
1067
|
-
smtp_domain: "SMTP域名"
|
1068
|
-
smtp_mail_host: "SMTP邮件服务器"
|
1069
|
-
smtp_password: "SMTP密码"
|
1070
|
-
smtp_port: "SMTP端口"
|
1071
|
-
smtp_send_all_emails_as_from_following_address: "所有邮件都从以下地址发出."
|
1072
|
-
smtp_send_copy_to_this_addresses: "向如下地址发送一份所有发出邮件的副本。多个邮件地址之间以逗号隔开。"
|
1073
|
-
smtp_username: "SMTP用户名"
|
1074
|
-
sold: "售出"
|
1075
|
-
sort_ordering: "排序订单??"
|
1076
|
-
special_instructions: "Special Instructions"
|
1077
|
-
spree:
|
1078
|
-
spree/order:
|
1079
|
-
coupon_code: Coupon Code
|
1080
|
-
date: "日期"
|
1081
|
-
date_picker:
|
1082
|
-
format: 'yy/mm/dd'
|
1040
|
+
user:
|
1041
|
+
description: "只对指定的用户生效"
|
1042
|
+
name: "用户"
|
1043
|
+
user_logged_in:
|
1044
|
+
description: "只对已经登录的用户有效"
|
1045
|
+
name: "用户登录"
|
1046
|
+
promotion_uses: "促销使用频率"
|
1047
|
+
promotionable:
|
1048
|
+
promotions: "促销"
|
1049
|
+
propagate_all_variants:
|
1050
|
+
properties: "属性"
|
1051
|
+
property: "属性"
|
1052
|
+
prototype: "原型"
|
1053
|
+
prototypes: "原型"
|
1054
|
+
provider: "提供者"
|
1055
|
+
provider_settings_warning: "如果您正在修改提供者类型,您需要在编辑提供者设置之前先保存。"
|
1056
|
+
qty: "数量"
|
1057
|
+
quantity: "数量"
|
1058
|
+
quantity_returned: "返回的数量"
|
1059
|
+
quantity_shipped: "已发货数量"
|
1060
|
+
quick_search: "快速搜索"
|
1061
|
+
rate: "费率"
|
1062
|
+
reason: "原因"
|
1063
|
+
receive: "收到"
|
1064
|
+
receive_stock:
|
1065
|
+
received: "已收到"
|
1066
|
+
reception_status:
|
1067
|
+
reference:
|
1068
|
+
refund: "退款"
|
1069
|
+
refund_amount_must_be_greater_than_zero:
|
1070
|
+
refund_reasons: '退款原因'
|
1071
|
+
refunded_amount:
|
1072
|
+
refunds:
|
1073
|
+
register: "注册成为新用户"
|
1074
|
+
registration: "注册"
|
1075
|
+
reimburse: '退款'
|
1076
|
+
reimbursed: '已退款'
|
1077
|
+
reimbursement:
|
1078
|
+
reimbursement_mailer:
|
1079
|
+
reimbursement_email:
|
1080
|
+
days_to_send:
|
1081
|
+
dear_customer:
|
1082
|
+
exchange_summary:
|
1083
|
+
for:
|
1084
|
+
instructions:
|
1085
|
+
refund_summary:
|
1086
|
+
subject:
|
1087
|
+
total_refunded:
|
1088
|
+
reimbursement_perform_failed:
|
1089
|
+
reimbursement_status:
|
1090
|
+
reimbursement_type: "退款类型"
|
1091
|
+
reimbursement_type_override:
|
1092
|
+
reimbursement_types: "退款类型"
|
1093
|
+
purchased_quantity: "购买数量"
|
1094
|
+
charged: "付款金额"
|
1095
|
+
reimbursements:
|
1096
|
+
reject:
|
1097
|
+
rejected:
|
1098
|
+
remember_me: "记住我"
|
1099
|
+
remove: "移出"
|
1100
|
+
rename: "重命名"
|
1101
|
+
report:
|
1102
|
+
reports: "报表"
|
1103
|
+
resend: "重新发送"
|
1104
|
+
reset_password: "重置密码"
|
1105
|
+
response_code: "返回代码"
|
1106
|
+
resume: "恢复"
|
1107
|
+
resumed: "已恢复"
|
1108
|
+
return: "退货"
|
1109
|
+
returns: "退货"
|
1110
|
+
return_authorization: "退货审批"
|
1111
|
+
return_authorization_reasons: "退货审批原因"
|
1112
|
+
return_authorization_updated: "退货审批已更新"
|
1113
|
+
return_authorizations: "退货审批"
|
1114
|
+
return_item_inventory_unit_ineligible:
|
1115
|
+
return_item_inventory_unit_reimbursed:
|
1116
|
+
return_item_rma_ineligible:
|
1117
|
+
return_item_time_period_ineligible:
|
1118
|
+
return_items:
|
1119
|
+
return_items_cannot_be_associated_with_multiple_orders:
|
1120
|
+
return_number:
|
1121
|
+
return_quantity: "退货数量"
|
1122
|
+
returned: "已退回"
|
1123
|
+
review: Review
|
1124
|
+
risk:
|
1125
|
+
risk_analysis:
|
1126
|
+
risky:
|
1127
|
+
rma_credit: RMA Credit
|
1128
|
+
rma_number: "退货单号"
|
1129
|
+
rma_value: "退货价值"
|
1130
|
+
roles: "角色"
|
1131
|
+
rules: Rules
|
1132
|
+
safe: "安全"
|
1133
|
+
sales_total: "销售总计"
|
1134
|
+
sales_total_description: "所有订单总销量"
|
1135
|
+
sales_totals: "总销量"
|
1136
|
+
save_and_continue: "保存并继续"
|
1137
|
+
save_my_address: "保存我的地址"
|
1138
|
+
say_no: "不"
|
1139
|
+
say_yes: "是的"
|
1140
|
+
scope: "范围"
|
1141
|
+
search: "搜索"
|
1142
|
+
search_results: "搜索 '%{keywords}' 的结果"
|
1143
|
+
searching: "搜索"
|
1144
|
+
secure_connection_type: "安全连接类型"
|
1145
|
+
security_settings: "安全设置"
|
1146
|
+
select: "选择"
|
1147
|
+
select_a_return_authorization_reason: '选择一个退货审批原因'
|
1148
|
+
select_a_stock_location: '选择一个库存区域'
|
1149
|
+
select_from_prototype: "从原型中选择"
|
1150
|
+
select_stock:
|
1151
|
+
send_copy_of_all_mails_to: "将所有邮件的副本发送至"
|
1152
|
+
send_mails_as: "发送邮件作为"
|
1153
|
+
server: "服务器"
|
1154
|
+
server_error: "服务器返回了一个错误"
|
1155
|
+
settings: "设置"
|
1156
|
+
ship: "发货"
|
1157
|
+
ship_address: "配送地址"
|
1158
|
+
ship_total:
|
1159
|
+
shipment: "配送"
|
1160
|
+
shipment_adjustments:
|
1161
|
+
shipment_details:
|
1162
|
+
shipment_mailer:
|
1163
|
+
shipped_email:
|
1164
|
+
dear_customer: "亲爱的顾客,"
|
1165
|
+
instructions: "您的订单已发货"
|
1166
|
+
shipment_summary: "发货概览"
|
1167
|
+
subject: "发货通知"
|
1168
|
+
thanks: "谢谢您的购买"
|
1169
|
+
track_information: "物流信息: %{tracking}"
|
1170
|
+
track_link:
|
1171
|
+
shipment_state: "配送状态"
|
1172
|
+
shipment_states:
|
1173
|
+
backorder: "缺货预售"
|
1174
|
+
canceled: "已取消"
|
1175
|
+
partial: "部分发货"
|
1176
|
+
pending: "等待中"
|
1177
|
+
ready: "就绪"
|
1178
|
+
shipped: "已发货"
|
1179
|
+
shipment_transfer_error:
|
1180
|
+
shipment_transfer_success:
|
1181
|
+
shipments: "配送"
|
1182
|
+
shipped: "已发货"
|
1183
|
+
shipping: "配送中"
|
1184
|
+
shipping_address: "配送地址"
|
1185
|
+
shipping_categories: "配送类型"
|
1186
|
+
shipping_category: "配送分类"
|
1187
|
+
shipping_flat_rate_per_item: "以单项计固定费率"
|
1188
|
+
shipping_flat_rate_per_order: "固定费率"
|
1189
|
+
shipping_flexible_rate: "以每项计弹性价格"
|
1190
|
+
shipping_instructions: "配送指南"
|
1191
|
+
shipping_method: "配送方式"
|
1192
|
+
shipping_methods: "配送方式"
|
1193
|
+
shipping_price_sack:
|
1194
|
+
shipping_total: '邮费'
|
1195
|
+
shop_by_taxonomy: "根据%{taxonomy}购物"
|
1196
|
+
shopping_cart: "购物车"
|
1197
|
+
show: "显示"
|
1198
|
+
show_active: "显示激活的"
|
1199
|
+
show_deleted: "显示删除的"
|
1200
|
+
show_only_complete_orders: "只显示完整的订单"
|
1201
|
+
show_only_considered_risky: "只显示有风险的订单"
|
1202
|
+
show_rate_in_label:
|
1203
|
+
sku: "条形码"
|
1204
|
+
skus:
|
1205
|
+
slug:
|
1206
|
+
source: "来源"
|
1207
|
+
special_instructions: "特别说明"
|
1208
|
+
split: "分拆"
|
1209
|
+
spree_gateway_error_flash_for_checkout: "您的支付信息存在错误。请检查您的信息后再次尝试。"
|
1210
|
+
ssl:
|
1211
|
+
change_protocol:
|
1212
|
+
start: "开始"
|
1213
|
+
state: "省份"
|
1214
|
+
state_based: "根据省份"
|
1215
|
+
state_machine_states:
|
1216
|
+
accepted:
|
1217
|
+
address:
|
1218
|
+
authorized:
|
1219
|
+
awaiting:
|
1220
|
+
awaiting_return:
|
1221
|
+
backordered:
|
1222
|
+
canceled:
|
1223
|
+
cart:
|
1224
|
+
checkout:
|
1225
|
+
closed:
|
1226
|
+
complete:
|
1227
|
+
completed:
|
1228
|
+
confirm:
|
1229
|
+
delivery:
|
1230
|
+
errored:
|
1231
|
+
failed:
|
1232
|
+
given_to_customer:
|
1233
|
+
invalid:
|
1234
|
+
manual_intervention_required:
|
1235
|
+
on_hand:
|
1236
|
+
open:
|
1237
|
+
order:
|
1238
|
+
payment:
|
1239
|
+
pending:
|
1240
|
+
processing:
|
1241
|
+
ready:
|
1242
|
+
reimbursed:
|
1243
|
+
resumed:
|
1244
|
+
returned:
|
1245
|
+
shipped:
|
1246
|
+
void:
|
1247
|
+
states: "省份"
|
1248
|
+
states_required:
|
1249
|
+
status: "状态"
|
1250
|
+
stock: "库存"
|
1251
|
+
stock_location: "库存区域"
|
1252
|
+
stock_location_info: "库存区域资讯"
|
1253
|
+
stock_locations: "库存区域"
|
1254
|
+
stock_locations_need_a_default_country:
|
1255
|
+
stock_management: "库存管理"
|
1256
|
+
stock_management_requires_a_stock_location: "请先新增库存区域,才可使用库存管理"
|
1257
|
+
stock_movements: "库存动向"
|
1258
|
+
stock_movements_for_stock_location: "%{stock_location_name} 的库存动向"
|
1259
|
+
stock_successfully_transferred: "库存已成功在两区域转移"
|
1260
|
+
stock_transfer: "库存转移"
|
1261
|
+
stock_transfers: "库存转移"
|
1262
|
+
stop: "结束"
|
1263
|
+
store: "商城"
|
1264
|
+
street_address: "地址"
|
1265
|
+
street_address_2: "地址2(非必填)"
|
1266
|
+
subtotal: "小计"
|
1267
|
+
subtract: "减去"
|
1268
|
+
success: "成功"
|
1269
|
+
successfully_created: "%{resource} 已被成功添加!"
|
1270
|
+
successfully_refunded:
|
1271
|
+
successfully_removed: "%{resource} 已被成功删除!"
|
1272
|
+
successfully_signed_up_for_analytics:
|
1273
|
+
successfully_updated: "%{resource} 已被成功更新!"
|
1274
|
+
summary:
|
1275
|
+
tax: "税"
|
1276
|
+
tax_categories: "缴税分类"
|
1277
|
+
tax_category: "缴税分类"
|
1278
|
+
tax_code: "税号"
|
1279
|
+
tax_included:
|
1280
|
+
tax_rate_amount_explanation:
|
1281
|
+
tax_rates: "税率"
|
1282
|
+
taxon: "分类"
|
1283
|
+
taxon_edit: "编辑分类"
|
1284
|
+
taxon_placeholder: "添加分类"
|
1285
|
+
tags: "标签"
|
1286
|
+
tags_placeholder: "添加标签"
|
1287
|
+
taxon_rule:
|
1288
|
+
choose_taxons: "选择分类"
|
1289
|
+
label: "订单必须包含这些分类的数量"
|
1290
|
+
match_all: "全部"
|
1291
|
+
match_any: "至少一个"
|
1292
|
+
taxonomies: "分类层级"
|
1293
|
+
taxonomy: "分类层级"
|
1294
|
+
taxonomy_edit: "编辑分类层级"
|
1295
|
+
taxonomy_tree_error: "请求的变更没有被接受,分类树会恢复到之前的状态,请重新尝试."
|
1296
|
+
taxonomy_tree_instruction: "* 右键单击一个树的子结点以访问添加、删除或者排序字节点的菜单."
|
1297
|
+
taxons: "分类"
|
1298
|
+
test: "测试"
|
1299
|
+
test_mailer:
|
1300
|
+
test_email:
|
1301
|
+
greeting: "恭喜!"
|
1302
|
+
message: "如果您收到此邮件,则说明您的邮件设置是正确的"
|
1303
|
+
subject: "测试邮件"
|
1304
|
+
test_mode: "测试模式"
|
1305
|
+
thank_you_for_your_order: "感谢您的订购,请打印这张订单作为购买凭证。"
|
1306
|
+
there_are_no_items_for_this_order:
|
1307
|
+
there_were_problems_with_the_following_fields: "以下字段存在错误"
|
1308
|
+
this_order_has_already_received_a_refund:
|
1309
|
+
thumbnail: "缩略图"
|
1310
|
+
tiered_flat_rate:
|
1311
|
+
tiered_percent:
|
1312
|
+
tiers:
|
1083
1313
|
time: "时间"
|
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
|
-
transaction: "交易"
|
1146
|
-
transactions: "交易"
|
1147
|
-
tree: "树"
|
1148
|
-
try_again: "再试一次"
|
1149
|
-
type: "类型"
|
1150
|
-
type_to_search: Type to search
|
1151
|
-
unable_ship_method: "由于服务器错误,无法生成一种配送方式。"
|
1152
|
-
unable_to_authorize_credit_card: "无法验证信用卡"
|
1153
|
-
unable_to_capture_credit_card: "无法使用信用卡付款"
|
1154
|
-
unable_to_connect_to_gateway: "无法连接支付网关."
|
1155
|
-
unable_to_save_order: "无法保存订单"
|
1156
|
-
under_paid: "Under Paid"
|
1157
|
-
under_price: "Under %{price}"
|
1158
|
-
unrecognized_card_type: "无法辨识的支付卡种类"
|
1159
|
-
update: "更新"
|
1160
|
-
update_password: "更新我的密码并登陆"
|
1161
|
-
updated_successfully: "更新成功"
|
1162
|
-
updating: "更新中"
|
1163
|
-
usage_limit: "使用限制"
|
1164
|
-
use_as_shipping_address: "用于配送地址"
|
1165
|
-
use_billing_address: "使用账单地址"
|
1166
|
-
use_different_shipping_address: "使用不同的配送地址"
|
1167
|
-
use_new_cc: "使用一张新卡"
|
1168
|
-
use_s3: "Use Amazon S3 For Images"
|
1169
|
-
user: "用户"
|
1170
|
-
user_account: "用户帐号"
|
1171
|
-
user_created_successfully: "用户创建成功"
|
1172
|
-
user_rule:
|
1173
|
-
choose_users: Choose users
|
1174
|
-
users: "用户详情"
|
1175
|
-
validate_on_profile_create: Validate on profile create
|
1176
|
-
validation:
|
1177
|
-
cannot_be_greater_than_available_stock: "cannot be greater than available stock."
|
1178
|
-
cannot_be_less_than_shipped_units: "不能少于已配送的单位数。"
|
1179
|
-
cannot_destory_line_item_as_inventory_units_have_shipped: "Cannot destory line item as some inventory units have shipped."
|
1180
|
-
is_too_large: "数量太多了 -- 现有库存无法满足您需要的数量!"
|
1181
|
-
must_be_int: "必须是整数"
|
1182
|
-
must_be_non_negative: "不能为负数"
|
1183
|
-
value: "价值"
|
1184
|
-
variant: Variant
|
1185
|
-
variants: "具体型号"
|
1186
|
-
vat: "VAT"
|
1187
|
-
version: "版本"
|
1188
|
-
view_shipping_options: "显示配送选项"
|
1189
|
-
void: "作废"
|
1190
|
-
website: "网站"
|
1191
|
-
weight: "重量"
|
1192
|
-
welcome_to_sample_store: "欢迎来到示例商城"
|
1193
|
-
what_is_a_cvv: "信用卡验证码(CVV)是什么"
|
1194
|
-
what_is_this: "这是什么?"
|
1195
|
-
whats_this: "这是什么"
|
1196
|
-
width: "宽"
|
1197
|
-
year: "年"
|
1198
|
-
yes: "Yes"
|
1199
|
-
you_have_been_logged_out: "您已退出"
|
1200
|
-
you_have_no_orders_yet: "You have no orders yet."
|
1201
|
-
your_cart_is_empty: "您的购物车是空的"
|
1202
|
-
zip: "邮编"
|
1203
|
-
zone: "区域"
|
1204
|
-
zone_based: "根据区域"
|
1205
|
-
zone_setting_description: "在各种计算中使用到的国家、省份、区域."
|
1206
|
-
zones: "区域"
|
1314
|
+
to_add_variants_you_must_first_define: "要添加具体型号,您需要先定义"
|
1315
|
+
total: "总计"
|
1316
|
+
total_per_item:
|
1317
|
+
total_pre_tax_refund: "税前总共退款金额"
|
1318
|
+
total_price: "总价"
|
1319
|
+
total_sales: "总计消费金额"
|
1320
|
+
track_inventory: "追踪库存"
|
1321
|
+
tracking: "追踪"
|
1322
|
+
tracking_number: "物流编号"
|
1323
|
+
tracking_url: "查询网站"
|
1324
|
+
tracking_url_placeholder: "比如,http://quickship.com/package?num=:tracking"
|
1325
|
+
transaction_id:
|
1326
|
+
transfer_from_location:
|
1327
|
+
transfer_stock: "转移库存"
|
1328
|
+
transfer_to_location:
|
1329
|
+
tree: "树"
|
1330
|
+
type: "类型"
|
1331
|
+
type_to_search: "搜索类型"
|
1332
|
+
unable_to_connect_to_gateway: "无法连接支付网关."
|
1333
|
+
unable_to_create_reimbursements:
|
1334
|
+
under_price: "低于 %{price}"
|
1335
|
+
unlock: "解锁"
|
1336
|
+
unrecognized_card_type: "无法辨识的支付卡种类"
|
1337
|
+
unshippable_items: "无法邮寄的商品"
|
1338
|
+
update: "更新"
|
1339
|
+
updating: "更新中"
|
1340
|
+
usage_limit: "使用限制"
|
1341
|
+
use_app_default: "使用默认"
|
1342
|
+
use_billing_address: "使用账单地址"
|
1343
|
+
use_new_cc: "使用一张新卡"
|
1344
|
+
use_s3: "使用Amazon S3存储图片"
|
1345
|
+
user: "用户"
|
1346
|
+
user_rule:
|
1347
|
+
choose_users: "选择用户"
|
1348
|
+
users: "用户详情"
|
1349
|
+
validation:
|
1350
|
+
cannot_be_less_than_shipped_units: "不能少于已配送的单位数。"
|
1351
|
+
cannot_destroy_line_item_as_inventory_units_have_shipped:
|
1352
|
+
exceeds_available_stock: "超出可用的库存。请确认订单项拥有有效的数量。"
|
1353
|
+
is_too_large: "数量太多了 -- 现有库存无法满足您需要的数量!"
|
1354
|
+
must_be_int: "必须是整数"
|
1355
|
+
must_be_non_negative: "不能为负数"
|
1356
|
+
unpaid_amount_not_zero:
|
1357
|
+
value: "值"
|
1358
|
+
variant: "具体型号"
|
1359
|
+
variant_placeholder: "选择具体型号"
|
1360
|
+
variants: "具体型号"
|
1361
|
+
version: "版本"
|
1362
|
+
void: "作废"
|
1363
|
+
weight: "重量"
|
1364
|
+
what_is_a_cvv: "信用卡验证码(CVV)是什么"
|
1365
|
+
what_is_this: "这是什么?"
|
1366
|
+
width: "宽度"
|
1367
|
+
year: "年"
|
1368
|
+
you_have_no_orders_yet: "您还没有下过订单"
|
1369
|
+
your_cart_is_empty: "您的购物车是空的"
|
1370
|
+
your_order_is_empty_add_product: "您的订单是空的,请搜索并且添加以上的产品"
|
1371
|
+
zip: "邮编"
|
1372
|
+
zipcode: "邮编"
|
1373
|
+
zone: "区域"
|
1374
|
+
zones: "区域"
|