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.
Files changed (93) hide show
  1. checksums.yaml +7 -0
  2. data/.gitignore +22 -0
  3. data/.rspec +3 -0
  4. data/.rubocop.yml +7 -0
  5. data/.travis.yml +44 -0
  6. data/Appraisals +9 -0
  7. data/CONTRIBUTING.md +81 -0
  8. data/Gemfile +6 -0
  9. data/LICENSE.md +26 -0
  10. data/README.md +95 -9
  11. data/Rakefile +86 -0
  12. data/bin/rails +7 -0
  13. data/config/initializers/country_names.rb +51 -0
  14. data/config/locales/ar.yml +1341 -0
  15. data/config/locales/be.yml +1419 -0
  16. data/config/locales/bg.yml +1441 -0
  17. data/config/locales/ca.yml +1253 -1126
  18. data/config/locales/cs.yml +1363 -0
  19. data/config/locales/da.yml +1330 -1191
  20. data/config/locales/de-CH.yml +1284 -1202
  21. data/config/locales/de.yml +1928 -1113
  22. data/config/locales/en-AU.yml +1241 -1113
  23. data/config/locales/en-GB.yml +1249 -1117
  24. data/config/locales/en-IN.yml +1241 -1111
  25. data/config/locales/en-NZ.yml +1248 -1120
  26. data/config/locales/es-CL.yml +1398 -0
  27. data/config/locales/es-EC.yml +1338 -0
  28. data/config/locales/es-MX.yml +1327 -1196
  29. data/config/locales/es.yml +1785 -1195
  30. data/config/locales/et.yml +1246 -1136
  31. data/config/locales/fa.yml +1139 -1185
  32. data/config/locales/fi.yml +1362 -1200
  33. data/config/locales/fr.yml +1952 -1142
  34. data/config/locales/gr.yml +1336 -0
  35. data/config/locales/id.yml +1335 -0
  36. data/config/locales/it.yml +1391 -1187
  37. data/config/locales/ja.yml +1336 -0
  38. data/config/locales/km.yml +1358 -0
  39. data/config/locales/ko.yml +1292 -1204
  40. data/config/locales/ku.yml +1338 -0
  41. data/config/locales/lt.yml +1497 -1199
  42. data/config/locales/lv.yml +1319 -1194
  43. data/config/locales/nb.yml +1339 -0
  44. data/config/locales/nl.yml +1361 -1124
  45. data/config/locales/pl.yml +1640 -1139
  46. data/config/locales/pt-BR.yml +1512 -1196
  47. data/config/locales/pt.yml +1290 -0
  48. data/config/locales/ro.yml +1335 -0
  49. data/config/locales/ru.yml +1396 -1115
  50. data/config/locales/sk.yml +1339 -1200
  51. data/config/locales/sl-SI.yml +1286 -1204
  52. data/config/locales/sv.yml +1559 -0
  53. data/config/locales/th.yml +1319 -1195
  54. data/config/locales/tr.yml +1291 -0
  55. data/config/locales/uk.yml +1316 -1075
  56. data/config/locales/vi.yml +1296 -0
  57. data/config/locales/zh-CN.yml +1367 -1199
  58. data/config/locales/zh-TW.yml +1821 -1199
  59. data/gemfiles/spree_4_2.gemfile +8 -0
  60. data/gemfiles/spree_master.gemfile +8 -0
  61. data/lib/generators/spree_i18n/install/install_generator.rb +6 -0
  62. data/lib/spree/i18n_utils.rb +26 -20
  63. data/lib/spree_i18n.rb +6 -1
  64. data/lib/spree_i18n/engine.rb +43 -0
  65. data/lib/spree_i18n/locale.rb +13 -0
  66. data/lib/spree_i18n/version.rb +17 -0
  67. data/lib/tasks/spree_i18n/upgrade.rake +43 -0
  68. data/spec/features/russian_errors_translation_spec.rb +16 -0
  69. data/spec/features/translation_spec.rb +38 -0
  70. data/spec/spec_helper.rb +10 -0
  71. data/spec/support/i18n.rb +5 -0
  72. data/spree_i18n.gemspec +31 -0
  73. metadata +94 -110
  74. data/config/locales/cs-CZ.yml +0 -1206
  75. data/config/locales/il.yml +0 -1206
  76. data/config/locales/ja/spree_api.yml +0 -14
  77. data/config/locales/ja/spree_auth.yml +0 -46
  78. data/config/locales/ja/spree_core.rb +0 -16
  79. data/config/locales/ja/spree_core.yml +0 -1071
  80. data/config/locales/ja/spree_dash.yml +0 -5
  81. data/config/locales/ja/spree_promo.yml +0 -88
  82. data/config/locales/nb-NO.yml +0 -1206
  83. data/config/locales/nl-BE.yml +0 -1206
  84. data/config/locales/pt-PT.yml +0 -1206
  85. data/config/locales/sv-SE.yml +0 -1210
  86. data/config/locales/vn.yml +0 -1206
  87. data/default/spree_api.yml +0 -21
  88. data/default/spree_auth.yml +0 -46
  89. data/default/spree_core.yml +0 -1123
  90. data/default/spree_dash.yml +0 -11
  91. data/default/spree_promo.yml +0 -92
  92. data/lib/spree_i18n/railtie.rb +0 -24
  93. data/lib/tasks/i18n.rake +0 -107
@@ -0,0 +1,1336 @@
1
+ ja:
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
+ name: "注文"
52
+ number: "注文番号"
53
+ payment_state: "支払い状態"
54
+ shipment_state: "配送状態"
55
+ special_instructions: "特記事項"
56
+ state: "状態"
57
+ total: "合計"
58
+ spree/order/bill_address:
59
+ address1: "請求先の住所"
60
+ city: "請求先の住所・市"
61
+ firstname: "請求先の名"
62
+ lastname: "請求先の姓"
63
+ phone: "請求先の電話番号"
64
+ state: "請求先の都道府県(州)"
65
+ zipcode: "請求先の郵便番号"
66
+ spree/order/ship_address:
67
+ address1: "配送先の住所"
68
+ city: "配送先の市"
69
+ firstname: "配送先の名"
70
+ lastname: "配送先の姓"
71
+ phone: "配送先の電話番号"
72
+ state: "配送先の都道府県(州)"
73
+ zipcode: "配送先の郵便番号"
74
+ spree/payment:
75
+ amount: "金額"
76
+ spree/payment_method:
77
+ name: "名称"
78
+ spree/product:
79
+ available_on: "販売開始日"
80
+ cost_currency: "コストカレンシー"
81
+ cost_price: "原価"
82
+ description: "説明"
83
+ master_price: "値段"
84
+ name: "商品名"
85
+ on_hand: "入荷数"
86
+ shipping_category: "配達区間"
87
+ tax_category: "税区"
88
+ spree/promotion:
89
+ advertise: "表示する"
90
+ code: "コード"
91
+ description: "説明"
92
+ event_name: "イベント名"
93
+ expires_at: "有効期限"
94
+ name: "名称"
95
+ path: "パス"
96
+ starts_at: "開始日時"
97
+ usage_limit: "使用可能回数"
98
+ spree/promotion_category:
99
+ name:
100
+ spree/property:
101
+ name: "名称"
102
+ presentation: "表示"
103
+ spree/prototype:
104
+ name: "名称"
105
+ spree/return_authorization:
106
+ amount: "合計"
107
+ spree/role:
108
+ name: "名称"
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:
123
+ meta_keywords:
124
+ name:
125
+ seo_title:
126
+ 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: Eメール
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
+ spree/option_value:
221
+ spree/order:
222
+ one: "注文"
223
+ other: "注文"
224
+ spree/payment:
225
+ one: "支払い"
226
+ other: "支払い"
227
+ spree/payment_method:
228
+ spree/product:
229
+ one: "商品"
230
+ other: "商品"
231
+ spree/promotion:
232
+ spree/promotion_category:
233
+ spree/property:
234
+ one: "属性"
235
+ other: "属性"
236
+ spree/prototype:
237
+ one: "プロトタイプ"
238
+ other: "プロトタイプ"
239
+ spree/refund_reason:
240
+ spree/reimbursement:
241
+ spree/reimbursement_type:
242
+ spree/return_authorization:
243
+ one: "返品許可"
244
+ other: "返品許可"
245
+ spree/return_authorization_reason:
246
+ spree/role:
247
+ one: "役割"
248
+ other: "役割"
249
+ spree/shipment:
250
+ one: "配送"
251
+ other: "配送"
252
+ spree/shipping_category:
253
+ one: "配送カテゴリ"
254
+ other: "配送カテゴリ"
255
+ spree/shipping_method:
256
+ spree/state:
257
+ one: "都道府県(州)"
258
+ other: "都道府県(州)"
259
+ spree/state_change:
260
+ spree/stock_location:
261
+ spree/stock_movement:
262
+ spree/stock_transfer:
263
+ spree/tax_category:
264
+ one: "税区分"
265
+ other: "税区分"
266
+ spree/tax_rate:
267
+ one: "税率"
268
+ other: "税率"
269
+ spree/taxon:
270
+ one: "分類"
271
+ other: "分類"
272
+ spree/taxonomy:
273
+ one: "分類ツリー"
274
+ other: "分類ツリー"
275
+ spree/tracker:
276
+ spree/user:
277
+ one: "ユーザー"
278
+ other: "ユーザー"
279
+ spree/variant:
280
+ one: "種類"
281
+ other: "種類"
282
+ spree/zone:
283
+ one: "ゾーン"
284
+ other: "ゾーン"
285
+ devise:
286
+ confirmations:
287
+ confirmed: "アカウントが正常に確認されました。ログインしました。"
288
+ send_instructions:
289
+ failure:
290
+ inactive: "アカウントはまだ確認されませんでした。"
291
+ invalid: Eメールアドレスもしくはパスワードが異なります。
292
+ invalid_token: "無効な認証トークン。"
293
+ locked: "アカウントはロックされています"
294
+ timeout:
295
+ unauthenticated: "続ける前にサインインかサインアップが必要です。"
296
+ unconfirmed: "続ける前にアカウントの確認が必要です。"
297
+ mailer:
298
+ confirmation_instructions:
299
+ subject:
300
+ reset_password_instructions:
301
+ subject: "パスワードのリセット方法"
302
+ unlock_instructions:
303
+ subject:
304
+ oauth_callbacks:
305
+ failure:
306
+ success:
307
+ unlocks:
308
+ send_instructions:
309
+ unlocked:
310
+ user_passwords:
311
+ user:
312
+ cannot_be_blank: "パスワードを入力してください。"
313
+ send_instructions:
314
+ updated: "パスワードの変更に成功しました。サインインし直してください。"
315
+ user_registrations:
316
+ destroyed:
317
+ inactive_signed_up:
318
+ signed_up:
319
+ updated:
320
+ user_sessions:
321
+ signed_in: "サインインに成功しました。"
322
+ signed_out: "サインアウトに成功しました。"
323
+ errors:
324
+ messages:
325
+ already_confirmed:
326
+ not_found:
327
+ not_locked:
328
+ not_saved:
329
+ spree:
330
+ abbreviation: "省略"
331
+ accept:
332
+ acceptance_errors:
333
+ acceptance_status:
334
+ accepted:
335
+ account: "アカウント"
336
+ account_updated: "アカウントが更新されました。"
337
+ action: "アクション"
338
+ actions:
339
+ cancel: "キャンセル"
340
+ continue:
341
+ create: "作成"
342
+ destroy: "削除"
343
+ edit: "編集"
344
+ list: "リスト"
345
+ listing: "一覧"
346
+ new: "新規"
347
+ refund:
348
+ save: "保存"
349
+ update: "更新"
350
+ activate: "アクティベートする"
351
+ active: "有効"
352
+ add: "追加"
353
+ add_action_of_type: "次のタイプのアクションを追加する"
354
+ add_country: "国の追加"
355
+ add_coupon_code:
356
+ add_new_header: "新規ヘッダの追加"
357
+ add_new_style: "新規スタイルの追加"
358
+ add_one: "新規追加"
359
+ add_option_value: "オプションの値を追加"
360
+ add_product: "新規商品の追加"
361
+ add_product_properties: "商品に属性を追加"
362
+ add_rule_of_type: "次のタイプのルールを追加する"
363
+ add_state: "都道府県(州)の追加"
364
+ add_stock: "ストック追加"
365
+ add_stock_management:
366
+ add_to_cart: "カートに追加"
367
+ add_variant:
368
+ additional_item: 2品目からの値段増加
369
+ address1: "住所1"
370
+ address2: "住所2"
371
+ adjustable:
372
+ adjustment: "調整(値引き・追加料金)"
373
+ adjustment_amount:
374
+ adjustment_successfully_closed:
375
+ adjustment_successfully_opened:
376
+ adjustment_total: "調整(値引き・追加料金)総額"
377
+ adjustments: "調整(値引き・追加料金)"
378
+ admin:
379
+ tab:
380
+ configuration:
381
+ option_types:
382
+ orders: "注文"
383
+ overview:
384
+ products: "商品"
385
+ promotions:
386
+ promotion_categories:
387
+ properties:
388
+ prototypes:
389
+ reports: "リポート"
390
+ taxonomies:
391
+ taxons:
392
+ users: "ユーザー"
393
+ user:
394
+ account:
395
+ addresses:
396
+ items:
397
+ items_purchased:
398
+ order_history:
399
+ order_num:
400
+ orders:
401
+ user_information:
402
+ administration: "管理"
403
+ advertise:
404
+ agree_to_privacy_policy:
405
+ agree_to_terms_of_service:
406
+ all: "全て"
407
+ all_adjustments_closed:
408
+ all_adjustments_opened:
409
+ all_departments: "全てのカテゴリ"
410
+ all_items_have_been_returned:
411
+ allow_ssl_in_development_and_test: "開発モードとテストモードでSSLを使用"
412
+ allow_ssl_in_production: "プロダクションモードでSSLを使用"
413
+ allow_ssl_in_staging: "ステージングモードでSSLを使用"
414
+ already_signed_up_for_analytics:
415
+ alt_text: "代替のテキスト"
416
+ alternative_phone: "代替の電話番号"
417
+ amount: "金額"
418
+ analytics_desc_header_1:
419
+ analytics_desc_header_2:
420
+ analytics_desc_list_1:
421
+ analytics_desc_list_2:
422
+ analytics_desc_list_3:
423
+ analytics_desc_list_4:
424
+ analytics_trackers: "アナリティクストラッカー"
425
+ and: "と"
426
+ approve:
427
+ approved_at:
428
+ approver:
429
+ are_you_sure: "これで宜しいですか?"
430
+ are_you_sure_delete: "削除しますか?"
431
+ associated_adjustment_closed:
432
+ at_symbol: '@'
433
+ authorization_failure: "認証に失敗しました"
434
+ authorized:
435
+ auto_capture:
436
+ available_on: "発売開始日・入荷日"
437
+ average_order_value:
438
+ avs_response:
439
+ back: "戻る"
440
+ back_end: "バックエンド"
441
+ back_to_payment:
442
+ back_to_resource_list:
443
+ back_to_rma_reason_list:
444
+ back_to_store: "ショップに戻る"
445
+ back_to_users_list: "ユーザー一覧に戻る"
446
+ backorderable:
447
+ backorderable_default:
448
+ backordered:
449
+ backorders_allowed:
450
+ balance_due: "未払額"
451
+ base_amount:
452
+ base_percent:
453
+ bill_address: "請求先住所"
454
+ billing: "決済"
455
+ billing_address: "請求先住所"
456
+ both: "両方とも"
457
+ calculated_reimbursements:
458
+ calculator: "計算方法"
459
+ calculator_settings_warning: "計算方法のタイプを変更する場合は、計算方法の設定を編集する前に保存してください。"
460
+ cancel: "キャンセル"
461
+ canceled_at:
462
+ canceler:
463
+ cannot_create_customer_returns:
464
+ cannot_create_payment_without_payment_methods: "支払い方法が選択されていないので、支払いを行うことができません"
465
+ cannot_create_returns: "未発送の注文品に対して返品が出来ません。注文をキャンセルし注文を作り直すか問い合わせて下さい。"
466
+ cannot_perform_operation: "処理出来ませんでした"
467
+ cannot_set_shipping_method_without_address:
468
+ capture: "入金申請(キャプチャリング)"
469
+ capture_events:
470
+ card_code: "カード照合値[セキュリティーコード]"
471
+ card_number: "カード番号"
472
+ card_type:
473
+ card_type_is: "カード類"
474
+ cart: "カート"
475
+ cart_subtotal:
476
+ categories: "カテゴリー"
477
+ category: "カテゴリー"
478
+ charged:
479
+ check_for_spree_alerts: Spreeアラートの確認
480
+ checkout: "レジに進む"
481
+ choose_a_customer: Choose a customer
482
+ choose_a_taxon_to_sort_products_for:
483
+ choose_currency: "通貨の選択"
484
+ choose_dashboard_locale: "言語の選択"
485
+ choose_location:
486
+ city: "市区町村"
487
+ clear_cache:
488
+ clear_cache_ok:
489
+ clear_cache_warning:
490
+ click_and_drag_on_the_products_to_sort_them:
491
+ clone: "複製"
492
+ close:
493
+ close_all_adjustments:
494
+ code: "コード"
495
+ company:
496
+ complete: "完了"
497
+ configuration: "設定"
498
+ configurations: "設定"
499
+ confirm: "確認する"
500
+ confirm_delete: "削除を確認"
501
+ confirm_password: "パスワードの確認"
502
+ continue: "続ける"
503
+ continue_shopping: "ショッピングを続ける"
504
+ cost_currency: "通貨"
505
+ cost_price: "原価"
506
+ could_not_connect_to_jirafe:
507
+ could_not_create_customer_return:
508
+ could_not_create_stock_movement:
509
+ count_on_hand:
510
+ countries: "国"
511
+ country: "国"
512
+ country_based: "国による区別"
513
+ country_name:
514
+ country_names:
515
+ CA:
516
+ FRA:
517
+ ITA:
518
+ US:
519
+ coupon: "クーポン"
520
+ coupon_code: "クーポンコード"
521
+ coupon_code_already_applied:
522
+ coupon_code_applied: "クーポンコードが適応されました。"
523
+ coupon_code_better_exists:
524
+ coupon_code_expired:
525
+ coupon_code_max_usage:
526
+ coupon_code_not_eligible:
527
+ coupon_code_not_found:
528
+ coupon_code_unknown_error:
529
+ create: "作成"
530
+ create_a_new_account: "新規アカウント作成"
531
+ create_new_order:
532
+ create_reimbursement:
533
+ created_at:
534
+ credit: "債権"
535
+ credit_card: "クレジットカード"
536
+ credit_cards: "クレジットカード"
537
+ credit_owed: "過払い額"
538
+ credits:
539
+ currency: "通貨"
540
+ currency_decimal_mark:
541
+ currency_settings: "通貨の設定"
542
+ currency_symbol_position: "通貨のマークを前もしくは後ろにつけますか?"
543
+ currency_thousands_separator:
544
+ current: "現在"
545
+ current_promotion_usage:
546
+ customer: "お客様"
547
+ customer_details: "お客様詳細情報"
548
+ customer_details_updated: "お客様詳細情報が更新されました。"
549
+ customer_return:
550
+ customer_returns:
551
+ customer_search: "お客様の検索"
552
+ cut: "カット"
553
+ cvv_response:
554
+ dash:
555
+ jirafe:
556
+ app_id:
557
+ app_token:
558
+ currently_unavailable:
559
+ explanation:
560
+ header:
561
+ site_id:
562
+ token:
563
+ jirafe_settings_updated:
564
+ date:
565
+ date_completed: "完了日"
566
+ date_picker:
567
+ first_day:
568
+ format:
569
+ js_format:
570
+ date_range: "日範囲"
571
+ default: "初期設定"
572
+ default_refund_amount:
573
+ default_tax: "デフォルトの税"
574
+ default_tax_zone: "デフォルトのタックスゾーン"
575
+ delete: "削除"
576
+ deleted_variants_present:
577
+ delivery: "配送/お届け"
578
+ depth: "奥行き"
579
+ description: "説明"
580
+ destination:
581
+ destroy: "破壊する"
582
+ details:
583
+ discount_amount: "割引額"
584
+ dismiss_banner: "いいえ。結構です!興味ありません。再びこのメッセージを表示しないでください。"
585
+ display: "表示"
586
+ display_currency: "通貨の表示"
587
+ doesnt_track_inventory:
588
+ edit: "編集"
589
+ editing_resource:
590
+ editing_rma_reason:
591
+ editing_user: "ユーザーの編集"
592
+ eligibility_errors:
593
+ messages:
594
+ has_excluded_product:
595
+ item_total_less_than:
596
+ item_total_less_than_or_equal:
597
+ item_total_more_than:
598
+ item_total_more_than_or_equal:
599
+ limit_once_per_user:
600
+ missing_product:
601
+ missing_taxon:
602
+ no_applicable_products:
603
+ no_matching_taxons:
604
+ no_user_or_email_specified:
605
+ no_user_specified:
606
+ not_first_order:
607
+ email: Eメール
608
+ empty: "空です"
609
+ empty_cart: "カートを空にする"
610
+ enable_mail_delivery: "メールによるお知らせを有効にする/許可する"
611
+ end: "終わり"
612
+ ending_in: "末尾の数字"
613
+ environment: "動作モード"
614
+ error: "エラー"
615
+ errors:
616
+ messages:
617
+ could_not_create_taxon: "分類の作成が失敗しました"
618
+ no_payment_methods_available: "この環境では支払い方法が設定されていません。"
619
+ no_shipping_methods_available: "この場所へ発送可能な配送方法がありませんでした。別の住所を設定するか問い合わせして下さい。"
620
+ errors_prohibited_this_record_from_being_saved:
621
+ one: "エラーにより登録出来ませんでした。"
622
+ other: "%{count}つのエラーにより登録出来ませんでした。"
623
+ event: "イベント"
624
+ events:
625
+ spree:
626
+ cart:
627
+ add: "カートに入れる"
628
+ checkout:
629
+ coupon_code_added: "クーポンコード追加"
630
+ content:
631
+ visited: "静的コンテンツページの訪問"
632
+ order:
633
+ contents_changed: "注文内容の変更"
634
+ page_view: "静的ページを見る"
635
+ user:
636
+ signup: "ユーザー登録"
637
+ exceptions:
638
+ count_on_hand_setter:
639
+ exchange_for:
640
+ excl:
641
+ existing_shipments:
642
+ expedited_exchanges_warning:
643
+ expiration: "有効期限"
644
+ extension: "拡張"
645
+ failed_payment_attempts:
646
+ filename: "ファイル名"
647
+ fill_in_customer_info:
648
+ filter: "フィルタ"
649
+ filter_results: "検索結果"
650
+ finalize: "確定"
651
+ finalized:
652
+ find_a_taxon:
653
+ first_item: "一品目の値段"
654
+ first_name: "名前(名)"
655
+ first_name_begins_with: "名前(名)が以下の文字列で始まる"
656
+ flat_percent: "定率"
657
+ flat_rate_per_order: "定格(一注文につき)"
658
+ flexible_rate: "変動料金"
659
+ forgot_password: "パスワードを忘れた方"
660
+ free_shipping: "配送料無料"
661
+ free_shipping_amount:
662
+ front_end: "フロントエンド"
663
+ gateway: "ゲートウェー"
664
+ gateway_config_unavailable: "この環境ではゲートウェーを利用できません。"
665
+ gateway_error: "ゲートウェーエラー"
666
+ general: "一般"
667
+ general_settings: "一般設定"
668
+ google_analytics: Googleアナリティクス
669
+ google_analytics_id: "アナリティクスID"
670
+ guest_checkout: "ゲスト注文"
671
+ guest_user_account: "登録せずにゲストとして注文する"
672
+ has_no_shipped_units: "の発送済みユニットはありません"
673
+ height: "高さ"
674
+ hide_cents: "セントの非表示"
675
+ home: "ホーム"
676
+ i18n:
677
+ available_locales:
678
+ language:
679
+ localization_settings:
680
+ this_file_language: "日本語 (ja-JP)"
681
+ icon: "アイコン"
682
+ identifier:
683
+ image: "画像"
684
+ images: "画像"
685
+ implement_eligible_for_return:
686
+ implement_requires_manual_intervention:
687
+ inactive:
688
+ incl:
689
+ included_in_price: "価格に含まれる"
690
+ included_price_validation: "はデフォルトのタックスゾーンを設定しない限り選択できません。"
691
+ incomplete:
692
+ info_number_of_skus_not_shown:
693
+ info_product_has_multiple_skus:
694
+ instructions_to_reset_password: "下のフォームを入力してからパスワードの再設定方法の説明がメールで送信されます。"
695
+ insufficient_stock: "在庫が十分ではありません。残り%{on_hand}個です。"
696
+ insufficient_stock_lines_present:
697
+ intercept_email_address: "置き換え用のメールアドレス"
698
+ intercept_email_instructions: "メールの宛先をこのアドレスで置き換えます。"
699
+ internal_name:
700
+ invalid_credit_card:
701
+ invalid_exchange_variant:
702
+ invalid_payment_provider:
703
+ invalid_promotion_action:
704
+ invalid_promotion_rule:
705
+ inventory: "在庫"
706
+ inventory_adjustment: "在庫調整"
707
+ inventory_error_flash_for_insufficient_quantity:
708
+ inventory_state:
709
+ is_not_available_to_shipment_address: "はこの配達先では発送出来ません。"
710
+ iso_name: ISO名
711
+ item: "アイテム"
712
+ item_description: "アイテム説明"
713
+ item_total: "合計"
714
+ item_total_rule:
715
+ operators:
716
+ gt:
717
+ gte:
718
+ lt:
719
+ lte:
720
+ items_cannot_be_shipped:
721
+ items_in_rmas:
722
+ items_reimbursed:
723
+ items_to_be_reimbursed:
724
+ jirafe:
725
+ landing_page_rule:
726
+ path: "パス"
727
+ last_name: "名前(姓)"
728
+ last_name_begins_with: "名前(姓)が以下の文字列で始まる"
729
+ learn_more: "もっと詳しく"
730
+ lifetime_stats:
731
+ line_item_adjustments:
732
+ list: "リスト"
733
+ loading: "読み込み中"
734
+ locale_changed: "ロケールを変更しました"
735
+ location:
736
+ lock:
737
+ log_entries:
738
+ logged_in_as: "ログイン"
739
+ logged_in_succesfully: "ログインに成功しました"
740
+ logged_out: "ログアウトしました。"
741
+ login: "ログイン"
742
+ login_as_existing: "アカウント持ちのお客様ログイン"
743
+ login_failed: "ログイン認証失敗"
744
+ login_name: "ログイン名"
745
+ logout: "ログアウト"
746
+ logs:
747
+ look_for_similar_items: "似た商品を探す"
748
+ make_refund: "返金する"
749
+ make_sure_the_above_reimbursement_amount_is_correct:
750
+ manage_promotion_categories:
751
+ manage_variants:
752
+ manual_intervention_required:
753
+ master_price: "定価"
754
+ match_choices:
755
+ all: "すべて"
756
+ none: "なし"
757
+ max_items: "商品の数の最大限"
758
+ member_since:
759
+ memo:
760
+ meta_description: "メタ情報説明"
761
+ meta_keywords: "メタキーワード"
762
+ meta_title:
763
+ metadata: "メタデータ"
764
+ minimal_amount: "最低額"
765
+ month: "月"
766
+ more: "さらに"
767
+ move_stock_between_locations:
768
+ my_account: "アカウント情報"
769
+ my_orders: "注文情報"
770
+ name: "名称"
771
+ name_on_card: "カード名義"
772
+ name_or_sku: "品名もしくは品番"
773
+ new: "新規"
774
+ new_adjustment: "新規の値引き・追加請求"
775
+ new_country:
776
+ new_customer: "新規顧客"
777
+ new_customer_return:
778
+ new_image: "新規画像"
779
+ new_option_type: "新規オプションタイプ"
780
+ new_order: "新規注文"
781
+ new_order_completed: "新規注文作成完了"
782
+ new_payment: "新規の支払い"
783
+ new_payment_method: "支払い方法を追加"
784
+ new_product: "新規商品"
785
+ new_promotion: "新規プロモーション"
786
+ new_promotion_category:
787
+ new_property: "新規属性"
788
+ new_prototype: "新規プロトタイプ"
789
+ new_refund:
790
+ new_refund_reason:
791
+ new_return_authorization: "新規返品依頼"
792
+ new_rma_reason:
793
+ new_shipment_at_location:
794
+ new_shipping_category: "新規配送カテゴリー"
795
+ new_shipping_method: "新規配送方法"
796
+ new_state: "新規都道府県(州)"
797
+ new_stock_location:
798
+ new_stock_movement:
799
+ new_stock_transfer:
800
+ new_tax_category: "新規税金カテゴリー"
801
+ new_tax_rate: "新規税率"
802
+ new_taxon: "新規分類"
803
+ new_taxonomy: "新規分類ツリー"
804
+ new_tracker: "新規トラッカー"
805
+ new_user: "新規ユーザー"
806
+ new_variant: "新規種類"
807
+ new_zone: "新規ゾーン"
808
+ next: "次へ"
809
+ no_actions_added:
810
+ no_payment_found:
811
+ no_pending_payments:
812
+ no_products_found: "商品が見付かりませんでした。"
813
+ no_resource_found:
814
+ no_results: "検索結果がありませんでした。"
815
+ no_returns_found:
816
+ no_rules_added: "ルールが追加されていません"
817
+ no_shipping_method_selected:
818
+ no_state_changes:
819
+ no_tracking_present:
820
+ none: "空です"
821
+ none_selected:
822
+ normal_amount: "通常価格"
823
+ not: "非"
824
+ not_available: N/A
825
+ not_enough_stock:
826
+ not_found: "%{resource}が見つかりません"
827
+ note:
828
+ notice_messages:
829
+ product_cloned: "商品を複製しました"
830
+ product_deleted: "商品を削除しました"
831
+ product_not_cloned: "商品を複製することが出来ませんでした"
832
+ product_not_deleted: "商品を削除することが出来ませんでした"
833
+ variant_deleted: "種類を削除しました"
834
+ variant_not_deleted: "種類を削除することが出来ませんでした"
835
+ num_orders:
836
+ on_hand: "入荷数"
837
+ open:
838
+ open_all_adjustments:
839
+ option_type: "オプションタイプ"
840
+ option_type_placeholder: "プレイスホルダ"
841
+ option_types: "オプションタイプ"
842
+ option_value: "オプション価格"
843
+ option_values: "オプション価格"
844
+ optional:
845
+ options: "オプション"
846
+ or: "もしくは"
847
+ or_over_price: "%{price}以上"
848
+ order: "注文"
849
+ order_adjustments:
850
+ order_already_updated:
851
+ order_approved:
852
+ order_canceled:
853
+ order_details: "注文詳細"
854
+ order_email_resent: "注文詳細メールを再送信しました"
855
+ order_information: "注文情報"
856
+ order_mailer:
857
+ cancel_email:
858
+ dear_customer:
859
+ instructions:
860
+ order_summary_canceled:
861
+ subject: "注文のキャンセル"
862
+ subtotal:
863
+ total:
864
+ confirm_email:
865
+ dear_customer:
866
+ instructions:
867
+ order_summary:
868
+ subject: "注文確認"
869
+ subtotal:
870
+ thanks:
871
+ total:
872
+ order_not_found:
873
+ order_number: "注文 %{number}"
874
+ order_processed_successfully: "注文が完了しました。"
875
+ order_resumed:
876
+ order_state:
877
+ address: "住所"
878
+ awaiting_return: "返品待ち"
879
+ canceled: "キャンセル"
880
+ cart: "カート"
881
+ complete: "完了"
882
+ confirm: "確認"
883
+ considered_risky:
884
+ delivery: "配送"
885
+ payment: "支払い"
886
+ resumed: "再開"
887
+ returned: "返品済み"
888
+ order_summary: "注文サマリー"
889
+ order_sure_want_to: "本当にこの注文を%{event}しますか?"
890
+ order_total: "合計"
891
+ order_updated: "注文内容が更新されました。"
892
+ orders: "注文"
893
+ other_items_in_other:
894
+ out_of_stock: "在庫が品切れです"
895
+ overview: "概要"
896
+ package_from:
897
+ pagination:
898
+ next_page: "次のページ »"
899
+ previous_page: "« 前のページ"
900
+ truncate: "…"
901
+ password: "パスワード"
902
+ paste: Paste
903
+ path: "パス"
904
+ pay: "支払い"
905
+ payment: "支払い方法"
906
+ payment_could_not_be_created:
907
+ payment_identifier:
908
+ payment_information: "支払い情報"
909
+ payment_method: "支払い方法"
910
+ payment_method_not_supported:
911
+ payment_methods: "支払い方法"
912
+ payment_processing_failed: "決済が失敗しました。入力した情報を確認してから再び決済を行ってみて下さい。"
913
+ payment_processor_choose_banner_text: "もし決済処理会社の選択でお困りでしたら、どうぞ"
914
+ payment_processor_choose_link: "こちらへ"
915
+ payment_state: "支払い状況"
916
+ payment_states:
917
+ balance_due: "未支払い"
918
+ checkout: "決算中"
919
+ completed: "完了"
920
+ credit_owed: "過払い額"
921
+ failed: "失敗しました"
922
+ paid: "支払い済み"
923
+ pending: "支払い待ち"
924
+ processing: "処理中"
925
+ void: "無効"
926
+ payment_updated: "支払いが更新されました。"
927
+ payments: "支払い方法"
928
+ pending:
929
+ percent:
930
+ percent_per_item: Percent Per Item
931
+ permalink: "パーマリンク"
932
+ phone: "電話番号"
933
+ place_order: "注文を送信する"
934
+ please_define_payment_methods: "まず支払い方法を定義してください。"
935
+ populate_get_error: Something went wrong. Please try adding the item again.
936
+ powered_by: Powered by
937
+ pre_tax_amount:
938
+ pre_tax_refund_amount:
939
+ pre_tax_total:
940
+ preferred_reimbursement_type:
941
+ presentation: "表示名"
942
+ previous: "前へ"
943
+ previous_state_missing:
944
+ price: "価格"
945
+ price_range: "価格帯"
946
+ price_sack: "プライスサック"
947
+ process: "処理する"
948
+ product: "商品"
949
+ product_details: "商品詳細"
950
+ product_has_no_description: "この商品に詳細がありません。"
951
+ product_not_available_in_this_currency:
952
+ product_properties: "商品情報"
953
+ product_rule:
954
+ choose_products: "商品を選択してください"
955
+ label:
956
+ match_all: "すべて"
957
+ match_any: "少なくとも一つ"
958
+ match_none:
959
+ product_source:
960
+ group: "商品グループから"
961
+ manual: "手動で選択"
962
+ products: "商品"
963
+ promotion: "プロモーション"
964
+ promotion_action: "プロモーションアクション"
965
+ promotion_action_types:
966
+ create_adjustment:
967
+ description: "注文に対して値引きする"
968
+ name: "値引き"
969
+ create_item_adjustments:
970
+ description:
971
+ name:
972
+ create_line_items:
973
+ description: "特定の種類の商品をカートに加える"
974
+ name: "商品追加"
975
+ free_shipping:
976
+ description:
977
+ name:
978
+ promotion_actions: "アクション"
979
+ promotion_form:
980
+ match_policies:
981
+ all: "以下のルールすべてに該当する"
982
+ any: "以下のルールのいずれかに該当する"
983
+ promotion_rule: "プロモーションルール"
984
+ promotion_rule_types:
985
+ first_order:
986
+ description: "最初の注文である"
987
+ name: "最初の注文"
988
+ item_total:
989
+ description: "商品金額合計"
990
+ name: "商品金額合計"
991
+ landing_page:
992
+ description: "お客様が特定のページを訪問済みである"
993
+ name: "ランディングページ"
994
+ one_use_per_user:
995
+ description:
996
+ name:
997
+ option_value:
998
+ description:
999
+ name:
1000
+ product:
1001
+ description: "注文に特定の商品を含む"
1002
+ name: "商品"
1003
+ taxon:
1004
+ description:
1005
+ name:
1006
+ user:
1007
+ description: "特定のユーザー限定"
1008
+ name: "ユーザー"
1009
+ user_logged_in:
1010
+ description: "ログイン中のユーザー限定"
1011
+ name: "ログイン中のユーザー"
1012
+ promotion_uses:
1013
+ promotionable:
1014
+ promotions: "プロモーション"
1015
+ propagate_all_variants:
1016
+ properties: "属性"
1017
+ property: "属性"
1018
+ prototype: "プロトタイプ"
1019
+ prototypes: "プロトタイプ"
1020
+ provider: "プロバイダー"
1021
+ provider_settings_warning: "プロバイダータイプを変更する時は、プロバイダー設定を編集する前に保存しなければなりません。"
1022
+ qty: "個数"
1023
+ quantity:
1024
+ quantity_returned: "返送された数"
1025
+ quantity_shipped: "発送された数"
1026
+ quick_search: "検索"
1027
+ rate: "比率"
1028
+ reason: "理由"
1029
+ receive: "受信"
1030
+ receive_stock:
1031
+ received: "受信した"
1032
+ reception_status:
1033
+ reference:
1034
+ refund: "払い戻し"
1035
+ refund_amount_must_be_greater_than_zero:
1036
+ refund_reasons:
1037
+ refunded_amount:
1038
+ refunds:
1039
+ register: "新規ユーザーとして登録"
1040
+ registration: "登録"
1041
+ reimburse:
1042
+ reimbursed:
1043
+ reimbursement:
1044
+ reimbursement_mailer:
1045
+ reimbursement_email:
1046
+ days_to_send:
1047
+ dear_customer:
1048
+ exchange_summary:
1049
+ for:
1050
+ instructions:
1051
+ refund_summary:
1052
+ subject:
1053
+ total_refunded:
1054
+ reimbursement_perform_failed:
1055
+ reimbursement_status:
1056
+ reimbursement_type:
1057
+ reimbursement_type_override:
1058
+ reimbursement_types:
1059
+ reimbursements:
1060
+ reject:
1061
+ rejected:
1062
+ remember_me: "記録する"
1063
+ remove: "削除"
1064
+ rename: "リネーム"
1065
+ report:
1066
+ reports: "リポート"
1067
+ resend: "再送信"
1068
+ reset_password: "パスワードを再設定する"
1069
+ response_code: "レスポンスコード"
1070
+ resume: "リジューム"
1071
+ resumed: "リジュームされた"
1072
+ return: "返品"
1073
+ return_authorization: "返品承認"
1074
+ return_authorization_reasons:
1075
+ return_authorization_updated: "返品承認が更新されました"
1076
+ return_authorizations: "返品承認"
1077
+ return_item_inventory_unit_ineligible:
1078
+ return_item_inventory_unit_reimbursed:
1079
+ return_item_rma_ineligible:
1080
+ return_item_time_period_ineligible:
1081
+ return_items:
1082
+ return_items_cannot_be_associated_with_multiple_orders:
1083
+ return_number:
1084
+ return_quantity: "返品数"
1085
+ returned: "返品済み"
1086
+ returns: "返品"
1087
+ review: "内容を確認する"
1088
+ risk:
1089
+ risk_analysis:
1090
+ risky:
1091
+ rma_credit: RMAクレジット
1092
+ rma_number: RMA番号
1093
+ rma_value: RMA値
1094
+ roles: "役割"
1095
+ rules: "ルール"
1096
+ safe:
1097
+ sales_total: "売上げ合計"
1098
+ sales_total_description: "全注文の売上合計"
1099
+ sales_totals:
1100
+ save_and_continue: "保存して続行"
1101
+ save_my_address:
1102
+ say_no: "いいえ"
1103
+ say_yes: "はい"
1104
+ scope: "範囲"
1105
+ search: "検索"
1106
+ search_results: "'%{keywords}' の検索結果"
1107
+ searching: "検索中"
1108
+ secure_connection_type: "接続保護のタイプ"
1109
+ security_settings: "セキュリティの設定"
1110
+ select: "選択"
1111
+ select_a_return_authorization_reason:
1112
+ select_a_stock_location:
1113
+ select_from_prototype: "プロトタイプから選択"
1114
+ select_stock:
1115
+ send_copy_of_all_mails_to: "全てのメールのコピーをこの宛先に送る"
1116
+ send_mails_as: "メール送信者名"
1117
+ server: "サーバ"
1118
+ server_error: "サーバーエラー"
1119
+ settings: "設定"
1120
+ ship: "配送"
1121
+ ship_address: "配送先住所"
1122
+ ship_total:
1123
+ shipment: "発送"
1124
+ shipment_adjustments:
1125
+ shipment_details:
1126
+ shipment_mailer:
1127
+ shipped_email:
1128
+ dear_customer:
1129
+ instructions:
1130
+ shipment_summary:
1131
+ subject: "発送の通知"
1132
+ thanks:
1133
+ track_information:
1134
+ track_link:
1135
+ shipment_state: "配送状況"
1136
+ shipment_states:
1137
+ backorder: "入荷待ち"
1138
+ canceled:
1139
+ partial: "一部配送"
1140
+ pending: "配送準備中"
1141
+ ready: "配送可能"
1142
+ shipped: "配送済み"
1143
+ shipment_transfer_error:
1144
+ shipment_transfer_success:
1145
+ shipments: "配送"
1146
+ shipped: "発送済"
1147
+ shipping: "送料"
1148
+ shipping_address: "配送先"
1149
+ shipping_categories: "配送カテゴリー"
1150
+ shipping_category: "配送カテゴリー"
1151
+ shipping_flat_rate_per_item:
1152
+ shipping_flat_rate_per_order:
1153
+ shipping_flexible_rate:
1154
+ shipping_instructions: "配送に関して"
1155
+ shipping_method: "配送方法"
1156
+ shipping_methods: "配送方法"
1157
+ shipping_price_sack:
1158
+ shipping_total:
1159
+ shop_by_taxonomy: "%{taxonomy}"
1160
+ shopping_cart: "ショッピングカート"
1161
+ show: "表示"
1162
+ show_active: "有効のを表示する"
1163
+ show_deleted: "削除済みのを表示"
1164
+ show_only_complete_orders: "処理済みの注文のみを表示"
1165
+ show_only_considered_risky:
1166
+ show_rate_in_label: "税率を見る"
1167
+ sku: "品番[SKU]"
1168
+ skus:
1169
+ slug:
1170
+ source:
1171
+ special_instructions: "特別な指示"
1172
+ split:
1173
+ spree_gateway_error_flash_for_checkout: "支払い情報に問題があります。情報をお確かめになり再試行願います。"
1174
+ ssl:
1175
+ change_protocol:
1176
+ start: "始め"
1177
+ state: "都道府県(州)"
1178
+ state_based: "都道府県(州)による区別"
1179
+ state_machine_states:
1180
+ accepted:
1181
+ address:
1182
+ authorized:
1183
+ awaiting:
1184
+ awaiting_return:
1185
+ backordered:
1186
+ canceled:
1187
+ cart:
1188
+ checkout:
1189
+ closed:
1190
+ complete:
1191
+ completed:
1192
+ confirm:
1193
+ delivery:
1194
+ errored:
1195
+ failed:
1196
+ given_to_customer:
1197
+ invalid:
1198
+ manual_intervention_required:
1199
+ on_hand:
1200
+ open:
1201
+ order:
1202
+ payment:
1203
+ pending:
1204
+ processing:
1205
+ ready:
1206
+ reimbursed:
1207
+ resumed:
1208
+ returned:
1209
+ shipped:
1210
+ void:
1211
+ states: "都道府県(州)"
1212
+ states_required: "必須"
1213
+ status: "状況"
1214
+ stock:
1215
+ stock_location:
1216
+ stock_location_info:
1217
+ stock_locations:
1218
+ stock_locations_need_a_default_country:
1219
+ stock_management:
1220
+ stock_management_requires_a_stock_location:
1221
+ stock_movements:
1222
+ stock_movements_for_stock_location:
1223
+ stock_successfully_transferred:
1224
+ stock_transfer:
1225
+ stock_transfers:
1226
+ stop: "終わり"
1227
+ store: "ストア"
1228
+ street_address: "住所"
1229
+ street_address_2: "住所の続き"
1230
+ subtotal: "合計"
1231
+ subtract: "引く"
1232
+ success:
1233
+ successfully_created: "%{resource}が作成されました!"
1234
+ successfully_refunded:
1235
+ successfully_removed: "%{resource}が削除されました!"
1236
+ successfully_signed_up_for_analytics:
1237
+ successfully_updated: "%{resource}が更新されました!"
1238
+ summary:
1239
+ tax: "税金"
1240
+ tax_categories: "税金カテゴリー"
1241
+ tax_category: "税金カテゴリー"
1242
+ tax_code:
1243
+ tax_included:
1244
+ tax_rate_amount_explanation:
1245
+ tax_rates: "税率"
1246
+ taxon: "分類"
1247
+ taxon_edit: "分類を編集"
1248
+ taxon_placeholder: "分類プレイスホルダ"
1249
+ taxon_rule:
1250
+ choose_taxons:
1251
+ label:
1252
+ match_all:
1253
+ match_any:
1254
+ taxonomies: "分類ツリー"
1255
+ taxonomy: "分類ツリー"
1256
+ taxonomy_edit: "分類ツリーを編集する"
1257
+ taxonomy_tree_error: "要求された変更は受け付けられず、ツリーは以前の状態に戻っています。再度お試しください。"
1258
+ taxonomy_tree_instruction: "* 追加・削除・ソートなどのメニューを選択するには、ツリーのノードを右クリックしてください。"
1259
+ taxons: "分類"
1260
+ test: "テスト"
1261
+ test_mailer:
1262
+ test_email:
1263
+ greeting: "おめでとうございます!"
1264
+ message: "もしこのメールを受け取ったのなら、あなたのメール設定は正しいです。"
1265
+ subject: "テストメール"
1266
+ test_mode: "テストモード"
1267
+ thank_you_for_your_order: "ご注文ありがとうございます。この確認画面を控えとして印刷してください。"
1268
+ there_are_no_items_for_this_order:
1269
+ there_were_problems_with_the_following_fields: "以下の入力欄で問題がありました"
1270
+ this_order_has_already_received_a_refund:
1271
+ thumbnail: "サムネール"
1272
+ tiered_flat_rate:
1273
+ tiered_percent:
1274
+ tiers:
1275
+ time:
1276
+ to_add_variants_you_must_first_define: "種類を追加するには、まずそれを定義する必要があります。"
1277
+ total: "合計"
1278
+ total_per_item:
1279
+ total_pre_tax_refund:
1280
+ total_price:
1281
+ total_sales:
1282
+ track_inventory:
1283
+ tracking: "トラッキング"
1284
+ tracking_number:
1285
+ tracking_url:
1286
+ tracking_url_placeholder:
1287
+ transaction_id:
1288
+ transfer_from_location:
1289
+ transfer_stock:
1290
+ transfer_to_location:
1291
+ tree: "ツリー"
1292
+ type: "支払い方法"
1293
+ type_to_search: "何か入力すると検索します"
1294
+ unable_to_connect_to_gateway: "ゲートウェイに接続できません。"
1295
+ unable_to_create_reimbursements:
1296
+ under_price: "%{price}より安い"
1297
+ unlock:
1298
+ unrecognized_card_type: "認識できないカードタイプ"
1299
+ unshippable_items:
1300
+ update: "更新"
1301
+ updating: "更新中"
1302
+ usage_limit: "使用制限"
1303
+ use_app_default:
1304
+ use_billing_address: "請求先住所を使用する"
1305
+ use_new_cc: "新しいカードを使用する"
1306
+ use_s3: "商品画像の保存にAmazon S3を使用する"
1307
+ user: "ユーザー"
1308
+ user_rule:
1309
+ choose_users: "ユーザーの選択"
1310
+ users: "ユーザー"
1311
+ validation:
1312
+ cannot_be_less_than_shipped_units: "配送ユニットの個数より小さくはできません"
1313
+ cannot_destroy_line_item_as_inventory_units_have_shipped:
1314
+ exceeds_available_stock:
1315
+ is_too_large: "要求された量は在庫を超えています。"
1316
+ must_be_int: "整数であることが必要です"
1317
+ must_be_non_negative: 0以上の数字が必要です
1318
+ unpaid_amount_not_zero:
1319
+ value: "値"
1320
+ variant: "種類"
1321
+ variant_placeholder: "種類プレイスホルダ"
1322
+ variants: "種類"
1323
+ version: "バージョン"
1324
+ void: "無効"
1325
+ weight: "重量"
1326
+ what_is_a_cvv: "カード照合値(CVV)とは?"
1327
+ what_is_this: "これは何?"
1328
+ width: "横幅"
1329
+ year: "年"
1330
+ you_have_no_orders_yet: "まだ注文がありません。"
1331
+ your_cart_is_empty: "カートは空です"
1332
+ your_order_is_empty_add_product:
1333
+ zip: "郵便番号"
1334
+ zipcode:
1335
+ zone: "ゾーン"
1336
+ zones: "ゾーン"