solidus_i18n 1.1.0 → 1.2.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -12,11 +12,11 @@ ja:
12
12
  state: "都道府県(州)"
13
13
  zipcode: "郵便番号"
14
14
  spree/calculator/tiered_flat_rate:
15
- preferred_base_amount:
16
- preferred_tiers:
15
+ preferred_base_amount: "基準量"
16
+ preferred_tiers: "列"
17
17
  spree/calculator/tiered_percent:
18
- preferred_base_percent:
19
- preferred_tiers:
18
+ preferred_base_percent: "基本%"
19
+ preferred_tiers: "列"
20
20
  spree/country:
21
21
  iso: ISO
22
22
  iso3: ISO3
@@ -27,12 +27,12 @@ ja:
27
27
  base:
28
28
  cc_type: "カード類"
29
29
  month: "月"
30
- name:
30
+ name: "名前"
31
31
  number: "カード番号"
32
32
  verification_value: "照合コード"
33
33
  year: "年"
34
34
  spree/inventory_unit:
35
- state: "状態"
35
+ state: "都道府県(州)"
36
36
  spree/line_item:
37
37
  price: "価格"
38
38
  quantity: "数量"
@@ -42,7 +42,7 @@ ja:
42
42
  spree/order:
43
43
  checkout_complete: "注文の受け付けを完了しました"
44
44
  completed_at: "完了日時"
45
- considered_risky: "リスク"
45
+ considered_risky: "リスク度"
46
46
  coupon_code: "クーポンコード"
47
47
  created_at: "注文日"
48
48
  email: "メールアドレス"
@@ -73,6 +73,7 @@ ja:
73
73
  zipcode: "配送先の郵便番号"
74
74
  spree/payment:
75
75
  amount: "金額"
76
+ number: "数量"
76
77
  spree/payment_method:
77
78
  name: "名称"
78
79
  spree/product:
@@ -96,7 +97,7 @@ ja:
96
97
  starts_at: "開始日時"
97
98
  usage_limit: "使用可能回数"
98
99
  spree/promotion_category:
99
- name:
100
+ name: "名前"
100
101
  spree/property:
101
102
  name: "名称"
102
103
  presentation: "表示"
@@ -106,24 +107,26 @@ ja:
106
107
  amount: "合計"
107
108
  spree/role:
108
109
  name: "名称"
110
+ spree/shipment:
111
+ number: "数量"
109
112
  spree/state:
110
113
  abbr: "略語"
111
114
  name: "名称"
112
115
  spree/state_change:
113
- state_changes:
114
- state_from:
115
- state_to:
116
- timestamp:
117
- type:
118
- updated:
119
- user:
116
+ state_changes: "状態変化"
117
+ state_from: "状態元"
118
+ state_to: "状態先"
119
+ timestamp: "日時"
120
+ type: "タイプ"
121
+ updated: "更新"
122
+ user: "ユーザー"
120
123
  spree/store:
121
- mail_from_address:
122
- meta_description:
123
- meta_keywords:
124
- name:
125
- seo_title:
126
- url:
124
+ mail_from_address: "メールアドレス"
125
+ meta_description: "メタ 説明"
126
+ meta_keywords: "メタ キーワード"
127
+ name: "サイト名"
128
+ seo_title: "SEO タイトル"
129
+ url: "サイトURL"
127
130
  spree/tax_category:
128
131
  description: "説明"
129
132
  name: "名称"
@@ -158,47 +161,62 @@ ja:
158
161
  spree/calculator/tiered_flat_rate:
159
162
  attributes:
160
163
  base:
161
- keys_should_be_positive_number:
164
+ keys_should_be_positive_number: "列キーは0より大きい値でなければなりません。"
162
165
  preferred_tiers:
163
- should_be_hash:
166
+ should_be_hash: "ハッシュでなければなりません"
164
167
  spree/calculator/tiered_percent:
165
168
  attributes:
166
169
  base:
167
- keys_should_be_positive_number:
168
- values_should_be_percent:
170
+ keys_should_be_positive_number: "列キーは0より大きい値でなければなりません。"
171
+ values_should_be_percent: "列の値は0%から100%の間でなければなりません。"
169
172
  preferred_tiers:
170
- should_be_hash:
173
+ should_be_hash: "ハッシュでなければなりません"
171
174
  spree/classification:
172
175
  attributes:
173
176
  taxon_id:
174
- already_linked:
177
+ already_linked: "はすでに今プロダクトと連携されています。"
175
178
  spree/credit_card:
176
179
  attributes:
177
180
  base:
178
- card_expired:
179
- expiry_invalid:
181
+ card_expired: "カードの有効期限が切れています。"
182
+ expiry_invalid: "カードの有効期限が不正です。"
180
183
  spree/line_item:
181
184
  attributes:
182
185
  currency:
183
- must_match_order_currency:
186
+ must_match_order_currency: "注文貨幣と一致してなければなりません。"
184
187
  spree/refund:
185
188
  attributes:
186
189
  amount:
187
- greater_than_allowed:
190
+ greater_than_allowed: "は許容量より大きい値です。"
188
191
  spree/reimbursement:
189
192
  attributes:
190
193
  base:
191
- return_items_order_id_does_not_match:
194
+ return_items_order_id_does_not_match: "一つかそれ以上の返品商品が払い戻しとして同じ商品に属されていません。"
192
195
  spree/return_item:
193
196
  attributes:
194
197
  inventory_unit:
195
- other_completed_return_item_exists:
198
+ other_completed_return_item_exists: "は受諾されなかった返品に関連付けられませんでした。"
196
199
  reimbursement:
197
- cannot_be_associated_unless_accepted:
200
+ cannot_be_associated_unless_accepted: "%{inventory_unit_id}はすでに返品%{return_item_id}として使われています。"
198
201
  spree/store:
199
202
  attributes:
200
203
  base:
201
- cannot_destroy_default_store:
204
+ cannot_destroy_default_store: "デフォルトの店を削除することはできません。"
205
+ spree/page:
206
+ body: Body
207
+ foreign_link: "外部URL"
208
+ layout: Layout
209
+ meta_description: "メタ説明"
210
+ meta_keywords: "メタキーワード"
211
+ meta_title: "メタタイトル"
212
+ position: "位置"
213
+ render_layout_as_partial: "部分的なレイアウトとして表示"
214
+ show_in_footer: "フッターに表示"
215
+ show_in_header: "ヘッダーに表示"
216
+ show_in_sidebar: "サイドバーに表示"
217
+ slug: "パス(url)"
218
+ title: "タイトル"
219
+ visible: "表示"
202
220
  models:
203
221
  spree/address:
204
222
  one: "住所"
@@ -210,6 +228,8 @@ ja:
210
228
  one: "クレジットカード"
211
229
  other: "クレジットカード"
212
230
  spree/customer_return:
231
+ one: "返品"
232
+ other: "返品"
213
233
  spree/inventory_unit:
214
234
  one: "在庫品単位"
215
235
  other: "在庫品単位"
@@ -217,7 +237,11 @@ ja:
217
237
  one: "品目"
218
238
  other: "品目"
219
239
  spree/option_type:
240
+ one: "オプション"
241
+ other: "オプション"
220
242
  spree/option_value:
243
+ one: "オプション値"
244
+ other: "オプション値"
221
245
  spree/order:
222
246
  one: "注文"
223
247
  other: "注文"
@@ -225,24 +249,38 @@ ja:
225
249
  one: "支払い"
226
250
  other: "支払い"
227
251
  spree/payment_method:
252
+ one: "支払い方法"
253
+ other: "支払い方法"
228
254
  spree/product:
229
255
  one: "商品"
230
256
  other: "商品"
231
257
  spree/promotion:
258
+ one: "プロモーション"
259
+ other: "プロモーション"
232
260
  spree/promotion_category:
261
+ one: "プロモーションカテゴリ"
262
+ other: "プロモーションカテゴリ"
233
263
  spree/property:
234
264
  one: "属性"
235
265
  other: "属性"
236
266
  spree/prototype:
237
- one: "プロトタイプ"
238
- other: "プロトタイプ"
267
+ one: "原型"
268
+ other: "原型"
239
269
  spree/refund_reason:
270
+ one: "返金理由"
271
+ other: "返金理由"
240
272
  spree/reimbursement:
273
+ one: "払い戻し"
274
+ other: "払い戻し"
241
275
  spree/reimbursement_type:
276
+ one: "払い戻し種別"
277
+ other: "払い戻し種別"
242
278
  spree/return_authorization:
243
279
  one: "返品許可"
244
280
  other: "返品許可"
245
281
  spree/return_authorization_reason:
282
+ one: "返品理由"
283
+ other: "返品理由"
246
284
  spree/role:
247
285
  one: "役割"
248
286
  other: "役割"
@@ -253,13 +291,23 @@ ja:
253
291
  one: "配送カテゴリ"
254
292
  other: "配送カテゴリ"
255
293
  spree/shipping_method:
294
+ one: "配送方法"
295
+ other: "配送方法"
256
296
  spree/state:
257
297
  one: "都道府県(州)"
258
298
  other: "都道府県(州)"
259
299
  spree/state_change:
260
- spree/stock_location:
300
+ one: "状態変化"
301
+ other: "状態変化"
261
302
  spree/stock_movement:
303
+ one: "在庫遷移"
304
+ other: "在庫遷移"
305
+ spree/stock_location:
306
+ one: "在庫場所"
307
+ other: "在庫場所"
262
308
  spree/stock_transfer:
309
+ one: "在庫移動"
310
+ other: "在庫移動"
263
311
  spree/tax_category:
264
312
  one: "税区分"
265
313
  other: "税区分"
@@ -267,12 +315,14 @@ ja:
267
315
  one: "税率"
268
316
  other: "税率"
269
317
  spree/taxon:
270
- one: "分類"
271
- other: "分類"
318
+ one: "ジャンル単位"
319
+ other: "ジャンル単位"
272
320
  spree/taxonomy:
273
- one: "分類ツリー"
274
- other: "分類ツリー"
321
+ one: "ジャンルツリー"
322
+ other: "ジャンルツリー"
275
323
  spree/tracker:
324
+ one: "トラッカー"
325
+ other: "トラッカー"
276
326
  spree/user:
277
327
  one: "ユーザー"
278
328
  other: "ユーザー"
@@ -282,69 +332,74 @@ ja:
282
332
  spree/zone:
283
333
  one: "ゾーン"
284
334
  other: "ゾーン"
335
+ spree/page:
336
+ one: "特集ページ"
337
+ other: "特集ページ"
285
338
  devise:
286
339
  confirmations:
287
340
  confirmed: "アカウントが正常に確認されました。ログインしました。"
288
- send_instructions:
341
+ send_instructions: "数分以内に本人確認をする方法を記載したメールが届きます。"
289
342
  failure:
290
343
  inactive: "アカウントはまだ確認されませんでした。"
291
344
  invalid: Eメールアドレスもしくはパスワードが異なります。
292
345
  invalid_token: "無効な認証トークン。"
293
346
  locked: "アカウントはロックされています"
294
- timeout:
347
+ timeout: "セッションの有効期限が切れました。続けるには再度ログインしてください。"
295
348
  unauthenticated: "続ける前にサインインかサインアップが必要です。"
296
349
  unconfirmed: "続ける前にアカウントの確認が必要です。"
297
350
  mailer:
298
351
  confirmation_instructions:
299
- subject:
352
+ subject: "確認方法"
300
353
  reset_password_instructions:
301
354
  subject: "パスワードのリセット方法"
302
355
  unlock_instructions:
303
- subject:
356
+ subject: "アンロック方法"
304
357
  oauth_callbacks:
305
- failure:
306
- success:
358
+ failure: "%{kind}から認証できませんでした。理由: %{reason}"
359
+ success: "%{kind}からの認証に成功しました。"
307
360
  unlocks:
308
- send_instructions:
309
- unlocked:
361
+ send_instructions: "アカウントのアンロック方法を記載したメールを送信しました。"
362
+ unlocked: "あなたのアカウントがアンロックされました。ログイン済みです。"
310
363
  user_passwords:
311
364
  user:
312
365
  cannot_be_blank: "パスワードを入力してください。"
313
- send_instructions:
366
+ send_instructions: "パスワードのリセット方法を記載したメールを送信しました。"
314
367
  updated: "パスワードの変更に成功しました。サインインし直してください。"
315
368
  user_registrations:
316
- destroyed:
317
- inactive_signed_up:
318
- signed_up:
319
- updated:
369
+ destroyed: "さようなら!アカウントが削除されました。再びお会いできる日が来ることを心待ちにしております。"
370
+ inactive_signed_up: "ログインに成功しました。 しかし%{reason}により、まだ完了はしていません。"
371
+ signed_up: "ログインに成功しました。"
372
+ updated: "アカウントの更新に成功しました。"
320
373
  user_sessions:
321
374
  signed_in: "サインインに成功しました。"
322
375
  signed_out: "サインアウトに成功しました。"
323
376
  errors:
324
377
  messages:
325
- already_confirmed:
326
- not_found:
327
- not_locked:
378
+ already_confirmed: "はすでに確認済みです。"
379
+ not_found: "見つかりませんでした。"
380
+ not_locked: "ロックされていません。"
328
381
  not_saved:
382
+ one: ! '%{resource}を保存するのに1つのエラーがありました。'
383
+ other: ! '%{resource}を保存するのに%{count}つのエラーがありました。'
329
384
  spree:
330
385
  abbreviation: "省略"
331
- accept:
332
- acceptance_errors:
333
- acceptance_status:
334
- accepted:
386
+ accept: "受付"
387
+ acceptance_errors: "受諾エラー"
388
+ acceptance_status: "受諾ステータス"
389
+ accepted: "受諾"
335
390
  account: "アカウント"
336
391
  account_updated: "アカウントが更新されました。"
337
392
  action: "アクション"
338
393
  actions:
339
394
  cancel: "キャンセル"
340
- continue:
395
+ continue: "続ける"
341
396
  create: "作成"
342
397
  destroy: "削除"
343
398
  edit: "編集"
344
399
  list: "リスト"
345
400
  listing: "一覧"
346
401
  new: "新規"
347
- refund:
402
+ refund: "返金"
348
403
  save: "保存"
349
404
  update: "更新"
350
405
  activate: "アクティベートする"
@@ -352,7 +407,7 @@ ja:
352
407
  add: "追加"
353
408
  add_action_of_type: "次のタイプのアクションを追加する"
354
409
  add_country: "国の追加"
355
- add_coupon_code:
410
+ add_coupon_code: "クーポンコードの追加"
356
411
  add_new_header: "新規ヘッダの追加"
357
412
  add_new_style: "新規スタイルの追加"
358
413
  add_one: "新規追加"
@@ -364,135 +419,144 @@ ja:
364
419
  add_stock: "ストック追加"
365
420
  add_stock_management:
366
421
  add_to_cart: "カートに追加"
367
- add_variant:
368
- additional_item: 2品目からの値段増加
422
+ add_variant: "変数の追加"
423
+ additional_item: "追加商品"
424
+ address: "住所"
369
425
  address1: "住所1"
370
426
  address2: "住所2"
371
- adjustable:
427
+ adjustable: "調整可能"
372
428
  adjustment: "調整(値引き・追加料金)"
373
- adjustment_amount:
374
- adjustment_successfully_closed:
375
- adjustment_successfully_opened:
429
+ adjustment_amount: "量"
430
+ adjustment_successfully_closed: "調整(値引き・追加料金)のクローズに成功しました。"
431
+ adjustment_successfully_opened: "調整(値引き・追加料金)の解放に成功しました。"
376
432
  adjustment_total: "調整(値引き・追加料金)総額"
377
433
  adjustments: "調整(値引き・追加料金)"
378
434
  admin:
379
435
  tab:
380
- configuration:
381
- option_types:
436
+ configuration: "設定"
437
+ option_types: "オプション"
382
438
  orders: "注文"
383
- overview:
439
+ overview: "概要"
384
440
  products: "商品"
385
- promotions:
386
- promotion_categories:
387
- properties:
388
- prototypes:
389
- reports: "リポート"
390
- taxonomies:
391
- taxons:
441
+ promotions: "プロモーション"
442
+ promotion_categories: "プロモーションカテゴリ"
443
+ properties: "属性"
444
+ prototypes: "原型"
445
+ reports: "レポート"
446
+ taxonomies: "ジャンルツリー"
447
+ taxons: "ジャンル単位"
392
448
  users: "ユーザー"
449
+ settings: "設定"
450
+ general: "一般設定"
451
+ payments: "支払い方法"
452
+ areas: "ゾーン"
453
+ taxes: "税金"
454
+ checkout: "決済"
455
+ shipping: "配送方法"
456
+ stock: "在庫"
457
+ stock_items: "在庫品"
458
+ stock_transfers: "在庫移動"
393
459
  user:
394
- account:
395
- addresses:
396
- items:
397
- items_purchased:
398
- order_history:
399
- order_num:
400
- orders:
401
- user_information:
460
+ account: "アカウント"
461
+ addresses: "住所"
462
+ items: "商品"
463
+ items_purchased: "購入した商品"
464
+ order_history: "発注履歴"
465
+ order_num: "注文 No."
466
+ orders: "注文"
467
+ user_information: "ユーザー情報"
402
468
  administration: "管理"
403
- advertise:
404
- agree_to_privacy_policy:
405
- agree_to_terms_of_service:
469
+ advertise: "広告"
470
+ agree_to_privacy_policy: "年齢制限ポリシー"
471
+ agree_to_terms_of_service: "利用規約に同意する"
406
472
  all: "全て"
407
- all_adjustments_closed:
408
- all_adjustments_opened:
473
+ all_adjustments_closed: "すべての調整は閉じました。"
474
+ all_adjustments_opened: "すべての調整を公開しました。"
409
475
  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を使用"
476
+ all_items_have_been_returned: "すべての商品を返しました。"
414
477
  already_signed_up_for_analytics:
415
478
  alt_text: "代替のテキスト"
416
479
  alternative_phone: "代替の電話番号"
417
480
  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: "アナリティクストラッカー"
481
+ analytics_desc_header_1: "Spree 解析"
482
+ analytics_desc_header_2: "Spreeダッシュボードに統合されたライブ解析"
483
+ analytics_desc_list_1: "販売情報をリアルタイムで取得する"
484
+ analytics_desc_list_2: "アカウントをアクティブにするには無料のSpreeアカウントが必要です。"
485
+ analytics_desc_list_3: "インストールにコードは必要ありません。"
486
+ analytics_desc_list_4: "すべては無料です!"
487
+ analytics_trackers: "Google アナリティクス"
425
488
  and: "と"
426
- approve:
427
- approved_at:
428
- approver:
429
- are_you_sure: "これで宜しいですか?"
489
+ approve: "承認"
490
+ approver: "承認者"
491
+ approved_at: "承認日時"
492
+ are_you_sure: "本当によろしいですか?"
430
493
  are_you_sure_delete: "削除しますか?"
431
- associated_adjustment_closed:
432
- at_symbol: '@'
494
+ associated_adjustment_closed: "関連された調整が閉じられると、再計算しなくなります。それを開きますか?"
433
495
  authorization_failure: "認証に失敗しました"
434
- authorized:
435
- auto_capture:
496
+ authorized: "認証しました。"
497
+ auto_capture: "自動キャプチャ"
436
498
  available_on: "発売開始日・入荷日"
437
- average_order_value:
438
- avs_response:
499
+ average_order_value: "平均オーダー値"
500
+ avs_response: "AVS レスポンス"
439
501
  back: "戻る"
440
502
  back_end: "バックエンド"
441
- back_to_payment:
442
- back_to_resource_list:
443
- back_to_rma_reason_list:
503
+ backordered: "入荷待ち"
504
+ back_to_resource_list: "%{resource} に戻る"
505
+ back_to_payment: "支払いに戻る"
506
+ back_to_rma_reason_list: "商品返品確認番号リストに戻る"
444
507
  back_to_store: "ショップに戻る"
445
508
  back_to_users_list: "ユーザー一覧に戻る"
446
- backorderable:
447
- backorderable_default:
448
- backordered:
449
- backorders_allowed:
509
+ backorderable: "入荷待ち可能"
510
+ backorderable_default: "入荷待ちデフォルト"
511
+ backorders_allowed: "入荷待ち許可"
450
512
  balance_due: "未払額"
451
- base_amount:
452
- base_percent:
513
+ base_amount: "基準量"
514
+ base_percent: "基準%"
453
515
  bill_address: "請求先住所"
454
516
  billing: "決済"
455
517
  billing_address: "請求先住所"
456
518
  both: "両方とも"
457
- calculated_reimbursements:
519
+ calculated_reimbursements: "計算済み返品"
458
520
  calculator: "計算方法"
459
521
  calculator_settings_warning: "計算方法のタイプを変更する場合は、計算方法の設定を編集する前に保存してください。"
460
522
  cancel: "キャンセル"
461
- canceled_at:
462
- canceler:
463
- cannot_create_customer_returns:
523
+ canceler: "キャンセル者"
524
+ canceled_at: "にキャンセル"
464
525
  cannot_create_payment_without_payment_methods: "支払い方法が選択されていないので、支払いを行うことができません"
526
+ cannot_create_customer_returns: "まだこの注文は発送単位がないため、顧客返金を作成できません。"
465
527
  cannot_create_returns: "未発送の注文品に対して返品が出来ません。注文をキャンセルし注文を作り直すか問い合わせて下さい。"
466
528
  cannot_perform_operation: "処理出来ませんでした"
467
- cannot_set_shipping_method_without_address:
529
+ cannot_set_shipping_method_without_address: "顧客詳細が提供されるまで発送方法を設定できません。"
468
530
  capture: "入金申請(キャプチャリング)"
469
- capture_events:
531
+ capture_events: "入金イベント"
470
532
  card_code: "カード照合値[セキュリティーコード]"
471
533
  card_number: "カード番号"
472
- card_type:
534
+ card_type: "ブランド"
473
535
  card_type_is: "カード類"
474
536
  cart: "カート"
475
- cart_subtotal:
537
+ cart_subtotal:
538
+ one: '小計 (1つの商品)'
539
+ other: '小計 (%{count}個の商品)'
476
540
  categories: "カテゴリー"
477
541
  category: "カテゴリー"
478
- charged:
542
+ charged: "支払い済み"
479
543
  check_for_spree_alerts: Spreeアラートの確認
480
544
  checkout: "レジに進む"
481
- choose_a_customer: Choose a customer
482
- choose_a_taxon_to_sort_products_for:
545
+ choose_a_customer: "顧客の選択"
546
+ choose_a_taxon_to_sort_products_for: "商品を整列するためにジャンル単位を選択"
483
547
  choose_currency: "通貨の選択"
484
548
  choose_dashboard_locale: "言語の選択"
485
549
  choose_location:
486
550
  city: "市区町村"
487
- clear_cache:
488
- clear_cache_ok:
489
- clear_cache_warning:
490
- click_and_drag_on_the_products_to_sort_them:
551
+ clear_cache: "キャッシュを消去"
552
+ clear_cache_ok: "キャッシュを消去しました。"
553
+ clear_cache_warning: "キャッシュのクリアはあなたの店舗のパフォーマンスを一時的に下げます。"
554
+ click_and_drag_on_the_products_to_sort_them: "整列するには小hんをドラッグ&ドロップしてください。"
491
555
  clone: "複製"
492
- close:
493
- close_all_adjustments:
556
+ close: "閉じる"
557
+ close_all_adjustments: "すべての調整を閉じる"
494
558
  code: "コード"
495
- company:
559
+ company: "会社"
496
560
  complete: "完了"
497
561
  configuration: "設定"
498
562
  configurations: "設定"
@@ -503,119 +567,137 @@ ja:
503
567
  continue_shopping: "ショッピングを続ける"
504
568
  cost_currency: "通貨"
505
569
  cost_price: "原価"
506
- could_not_connect_to_jirafe:
507
- could_not_create_customer_return:
508
- could_not_create_stock_movement:
509
- count_on_hand:
570
+ could_not_connect_to_jirafe: "データをシンクするためにJirafeを繋ぐことができませんでした。後で自動的にリトライします。"
571
+ could_not_create_customer_return: "顧客返品を作成できませんでした。"
572
+ could_not_create_stock_movement: "在庫移動を保存するのに問題が発生しました。後でリトライしてください。"
573
+ count_on_hand: "手計算"
510
574
  countries: "国"
511
575
  country: "国"
512
576
  country_based: "国による区別"
513
- country_name:
577
+ country_name: "名前"
514
578
  country_names:
515
- CA:
516
- FRA:
517
- ITA:
518
- US:
579
+ CA: "カナダ"
580
+ FRA: "フランス"
581
+ ITA: "イタリア"
582
+ US: "アメリカ"
519
583
  coupon: "クーポン"
520
584
  coupon_code: "クーポンコード"
521
- coupon_code_already_applied:
585
+ coupon_code_already_applied: "そのクーポンはすでにこの注文に適用されています。"
522
586
  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:
587
+ coupon_code_better_exists: "前回適用したクーポンコードの方がよりよい取引となります。"
588
+ coupon_code_expired: "クーポンコードは期限切れです。"
589
+ coupon_code_max_usage: "クーポンコードの利用制限を超えました。"
590
+ coupon_code_not_eligible: "このクーポンコードはこの注文では適用できません。"
591
+ coupon_code_not_found: "指定のクーポンコードが見つかりませんでした。"
592
+ coupon_code_unknown_error: "このクーポンコードは現時点で利用することができません。"
529
593
  create: "作成"
530
594
  create_a_new_account: "新規アカウント作成"
531
- create_new_order:
532
- create_reimbursement:
533
- created_at:
595
+ create_new_order: "新規注文作成"
596
+ create_reimbursement: "返品作成"
597
+ created_at: "作成日時"
534
598
  credit: "債権"
535
599
  credit_card: "クレジットカード"
536
600
  credit_cards: "クレジットカード"
537
601
  credit_owed: "過払い額"
538
- credits:
602
+ credits: "債権"
539
603
  currency: "通貨"
540
- currency_decimal_mark:
541
604
  currency_settings: "通貨の設定"
542
- currency_symbol_position: "通貨のマークを前もしくは後ろにつけますか?"
543
- currency_thousands_separator:
544
605
  current: "現在"
545
- current_promotion_usage:
606
+ current_promotion_usage: ! '現在の使用方法: %{count}'
546
607
  customer: "お客様"
547
608
  customer_details: "お客様詳細情報"
548
609
  customer_details_updated: "お客様詳細情報が更新されました。"
549
- customer_return:
550
- customer_returns:
610
+ customer_return: "顧客返品"
611
+ customer_returns: "顧客返品"
551
612
  customer_search: "お客様の検索"
552
613
  cut: "カット"
553
- cvv_response:
614
+ cvv_response: "CVV の返答"
554
615
  dash:
555
616
  jirafe:
556
- app_id:
557
- app_token:
558
- currently_unavailable:
617
+ app_id: "App ID"
618
+ app_token: "App Token"
619
+ currently_unavailable: "Jirafe は現在利用不可です。"
559
620
  explanation:
560
621
  header:
561
622
  site_id:
562
623
  token:
563
624
  jirafe_settings_updated:
564
- date:
625
+ date: "日時"
565
626
  date_completed: "完了日"
566
627
  date_picker:
567
- first_day:
568
- format:
569
- js_format:
628
+ first_day: 0
629
+ format: ! '%Y/%m/%d'
630
+ js_format: yy/mm/dd
570
631
  date_range: "日範囲"
571
632
  default: "初期設定"
572
633
  default_refund_amount:
573
634
  default_tax: "デフォルトの税"
574
635
  default_tax_zone: "デフォルトのタックスゾーン"
575
636
  delete: "削除"
576
- deleted_variants_present:
637
+ delete_from_taxon: "ジャンル単位から削除"
638
+ deleted_variants_present: "注文の商品のいくつかが既に購入不可となっています。"
577
639
  delivery: "配送/お届け"
578
640
  depth: "奥行き"
641
+ details: "詳細"
579
642
  description: "説明"
580
- destination:
643
+ destination: "目的地"
581
644
  destroy: "破壊する"
582
- details:
583
645
  discount_amount: "割引額"
584
646
  dismiss_banner: "いいえ。結構です!興味ありません。再びこのメッセージを表示しないでください。"
585
647
  display: "表示"
586
- display_currency: "通貨の表示"
587
- doesnt_track_inventory:
648
+ doesnt_track_inventory: "在庫をトラッキングしません。"
588
649
  edit: "編集"
589
- editing_resource:
590
- editing_rma_reason:
650
+ editing_country:
651
+ editing_adjustment_reason:
652
+ editing_option_type:
653
+ editing_payment_method:
654
+ editing_product: "商品の編集"
655
+ editing_promotion:
656
+ editing_promotion_category:
657
+ editing_property:
658
+ editing_prototype:
659
+ edit_refund_reason:
660
+ editing_refund_reason:
661
+ editing_reimbursement:
662
+ editing_reimbursement_type:
663
+ editing_resource: "%{resource}を編集"
664
+ editing_rma_reason: "RMA理由を編集"
665
+ editing_shipping_category:
666
+ editing_shipping_method:
667
+ editing_state:
668
+ editing_stock_location:
669
+ editing_stock_movement:
670
+ editing_stock_transfer:
671
+ editing_tax_category:
672
+ editing_tax_rate:
673
+ editing_tracker:
591
674
  editing_user: "ユーザーの編集"
675
+ editing_zone: "ゾーンの編集"
592
676
  eligibility_errors:
593
677
  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:
678
+ has_excluded_product: "カート内に適用済みのクーポンコードを妨げる商品が含まれています。"
679
+ item_total_less_than: "%{amount}個より少ない注文でこのクーポンコードを適用することはできません。"
680
+ item_total_less_than_or_equal: "%{amount}個以下の注文でこのクーポンコードを適用することはできません。"
681
+ item_total_more_than: "%{amount}個より多い注文にこのクーポンコードを適用することはできません。"
682
+ item_total_more_than_or_equal: "%{amount}個以上の注文にこのクーポンコードを適用することはできません。"
683
+ limit_once_per_user: "このクーポンコードは1ユーザーにつき1回までしか利用できません。"
684
+ missing_product: "このクーポンコードはあなたのカート内に必要なすべての商品がないため適用できません。"
685
+ missing_taxon: "クーポンコードを適用する前に、必要なすべてのジャンルを商品に追加する必要があります。"
686
+ no_applicable_products: "このクーポンコードを適用する前に、必要な商品を追加する必要があります。"
687
+ no_matching_taxons: "このクーポンコードを適用する前に必要なジャンルから商品を追加する必要があります。"
688
+ no_user_or_email_specified: "このクーポンコードを適用する前にログインもしくはメールアドレスを提供する必要があります。"
689
+ no_user_specified: "このクーポンコードを適用する前にログインする必要があります。"
690
+ not_first_order: "このクーポンコードは最初の注文にのみ適用できます。"
607
691
  email: Eメール
608
- empty: "空です"
692
+ empty: ""
609
693
  empty_cart: "カートを空にする"
610
694
  enable_mail_delivery: "メールによるお知らせを有効にする/許可する"
611
695
  end: "終わり"
612
696
  ending_in: "末尾の数字"
613
- environment: "動作モード"
614
697
  error: "エラー"
615
698
  errors:
616
699
  messages:
617
- could_not_create_taxon: "分類の作成が失敗しました"
618
- no_payment_methods_available: "この環境では支払い方法が設定されていません。"
700
+ could_not_create_taxon: "ジャンル単位の作成が失敗しました"
619
701
  no_shipping_methods_available: "この場所へ発送可能な配送方法がありませんでした。別の住所を設定するか問い合わせして下さい。"
620
702
  errors_prohibited_this_record_from_being_saved:
621
703
  one: "エラーにより登録出来ませんでした。"
@@ -635,21 +717,21 @@ ja:
635
717
  user:
636
718
  signup: "ユーザー登録"
637
719
  exceptions:
638
- count_on_hand_setter:
639
- exchange_for:
640
- excl:
641
- existing_shipments:
642
- expedited_exchanges_warning:
720
+ count_on_hand_setter: "手動で手計算をセットできません。それはrecalculate_count_on_handコールバックで自動的にセットされます。`update_column(:count_on_hand, value)`を代わりに利用してください。"
721
+ exchange_for: "に変換"
722
+ expedited_exchanges_warning: "指定したどんな変換も保存後すぐに顧客に反映されます。もし顧客が元の商品を%{days_window}日以内に返さなかった場合、顧客はすべての量の商品に決済されます。"
723
+ excl: excl.
643
724
  expiration: "有効期限"
644
725
  extension: "拡張"
645
- failed_payment_attempts:
726
+ existing_shipments: "現在の発送"
727
+ failed_payment_attempts: "支払いに失敗"
646
728
  filename: "ファイル名"
647
- fill_in_customer_info:
648
- filter: "フィルタ"
729
+ fill_in_customer_info: "顧客情報を埋めてください。"
730
+ filter: "検索"
649
731
  filter_results: "検索結果"
650
732
  finalize: "確定"
651
- finalized:
652
- find_a_taxon:
733
+ find_a_taxon: "ジャンル単位を見つける"
734
+ finalized: "確定済み"
653
735
  first_item: "一品目の値段"
654
736
  first_name: "名前(名)"
655
737
  first_name_begins_with: "名前(名)が以下の文字列で始まる"
@@ -660,52 +742,59 @@ ja:
660
742
  free_shipping: "配送料無料"
661
743
  free_shipping_amount:
662
744
  front_end: "フロントエンド"
663
- gateway: "ゲートウェー"
664
- gateway_config_unavailable: "この環境ではゲートウェーを利用できません。"
665
- gateway_error: "ゲートウェーエラー"
745
+ gateway: "ゲートウェイ"
746
+ gateway_error: "ゲートウェイエラー"
666
747
  general: "一般"
667
748
  general_settings: "一般設定"
668
- google_analytics: Googleアナリティクス
669
- google_analytics_id: "アナリティクスID"
749
+ google_analytics: "Googleアナリティクス"
750
+ google_analytics_id: "Google アナリティクス ID"
670
751
  guest_checkout: "ゲスト注文"
671
752
  guest_user_account: "登録せずにゲストとして注文する"
672
753
  has_no_shipped_units: "の発送済みユニットはありません"
673
754
  height: "高さ"
674
- hide_cents: "セントの非表示"
675
755
  home: "ホーム"
676
756
  i18n:
677
- available_locales:
678
- language:
679
- localization_settings:
757
+ available_locales: "可能なローケル"
758
+ fields: "フィールド"
759
+ language: "言語"
760
+ locales_displayed_on_frontend_select_box: "フロントのセレクトボックスに設定した言語が表示されます"
761
+ localization_settings: "言語設定"
762
+ only_complete: "不完全のみ"
763
+ only_incomplete: "完全のみ"
764
+ select_locale: "言語の選択"
765
+ show_only: "だけ表示"
766
+ supported_locales: "サポート済み言語"
680
767
  this_file_language: "日本語 (ja-JP)"
768
+ translations: "翻訳"
681
769
  icon: "アイコン"
682
- identifier:
683
770
  image: "画像"
684
771
  images: "画像"
685
- implement_eligible_for_return:
772
+ implement_eligible_for_return:
686
773
  implement_requires_manual_intervention:
687
- inactive:
688
- incl:
774
+ inactive: "非活性"
775
+ incl:
689
776
  included_in_price: "価格に含まれる"
690
777
  included_price_validation: "はデフォルトのタックスゾーンを設定しない限り選択できません。"
691
- incomplete:
778
+ incomplete: "不完全"
779
+ info_product_has_multiple_skus: "この商品は%{count}個あります:"
692
780
  info_number_of_skus_not_shown:
693
- info_product_has_multiple_skus:
781
+ one: "ともう一つ"
782
+ other: "と %{count}個"
694
783
  instructions_to_reset_password: "下のフォームを入力してからパスワードの再設定方法の説明がメールで送信されます。"
695
784
  insufficient_stock: "在庫が十分ではありません。残り%{on_hand}個です。"
696
- insufficient_stock_lines_present:
785
+ insufficient_stock_lines_present: "いくつかの注文商品のが不十分です。"
697
786
  intercept_email_address: "置き換え用のメールアドレス"
698
787
  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:
788
+ internal_name: "内部の名前"
789
+ invalid_credit_card: "不正なクレジットカード"
790
+ invalid_exchange_variant: "不正な両替型"
791
+ invalid_payment_provider: "不正な支払いプロバイダー"
792
+ invalid_promotion_action: "不正なプロモーションアクション"
793
+ invalid_promotion_rule: "不正なプロモーションルール"
705
794
  inventory: "在庫"
706
795
  inventory_adjustment: "在庫調整"
707
- inventory_error_flash_for_insufficient_quantity:
708
- inventory_state:
796
+ inventory_error_flash_for_insufficient_quantity: "カート内のアイテムが販売不可となりました。"
797
+ inventory_state: "在庫状態"
709
798
  is_not_available_to_shipment_address: "はこの配達先では発送出来ません。"
710
799
  iso_name: ISO名
711
800
  item: "アイテム"
@@ -713,14 +802,14 @@ ja:
713
802
  item_total: "合計"
714
803
  item_total_rule:
715
804
  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:
805
+ gt: "より大きい"
806
+ gte: "以上"
807
+ lt: "より小さい"
808
+ lte: "以下"
809
+ items_cannot_be_shipped: "選択した商品の発送料の計算ができませんでした。"
810
+ items_in_rmas: "返品認証"
811
+ items_reimbursed: "返品された商品"
812
+ items_to_be_reimbursed: "商品は返品されました"
724
813
  jirafe:
725
814
  landing_page_rule:
726
815
  path: "パス"
@@ -728,13 +817,20 @@ ja:
728
817
  last_name_begins_with: "名前(姓)が以下の文字列で始まる"
729
818
  learn_more: "もっと詳しく"
730
819
  lifetime_stats:
731
- line_item_adjustments:
820
+ line_item_adjustments: "商品調整"
732
821
  list: "リスト"
822
+ listing_countries: "国一覧"
823
+ listing_orders: "注文一覧"
824
+ listing_products: "商品一覧"
825
+ listing_reports: "レポート一覧"
826
+ listing_tax_categories: "税金カテゴリー一覧"
827
+ listing_users: "ユーザー一覧"
733
828
  loading: "読み込み中"
734
829
  locale_changed: "ロケールを変更しました"
735
- location:
736
- lock:
737
- log_entries:
830
+ location: "位置"
831
+ lock: "ロック"
832
+ log_entries: "ログエントリー"
833
+ logs: "ログ"
738
834
  logged_in_as: "ログイン"
739
835
  logged_in_succesfully: "ログインに成功しました"
740
836
  logged_out: "ログアウトしました。"
@@ -743,88 +839,89 @@ ja:
743
839
  login_failed: "ログイン認証失敗"
744
840
  login_name: "ログイン名"
745
841
  logout: "ログアウト"
746
- logs:
747
842
  look_for_similar_items: "似た商品を探す"
748
843
  make_refund: "返金する"
749
- make_sure_the_above_reimbursement_amount_is_correct:
750
- manage_promotion_categories:
751
- manage_variants:
752
- manual_intervention_required:
844
+ make_sure_the_above_reimbursement_amount_is_correct: "上記の返品量が正しいことを確認してください。"
845
+ manage_promotion_categories: "プロモーションカテゴリの管理"
846
+ manage_stock: "在庫管理"
847
+ manage_variants: "型の管理"
848
+ manual_intervention_required: "主導介入が必要"
753
849
  master_price: "定価"
754
850
  match_choices:
755
851
  all: "すべて"
756
852
  none: "なし"
757
853
  max_items: "商品の数の最大限"
758
- member_since:
759
- memo:
854
+ member_since:
855
+ memo: "メモ"
760
856
  meta_description: "メタ情報説明"
761
857
  meta_keywords: "メタキーワード"
762
- meta_title:
858
+ meta_title: "メタタイトル"
763
859
  metadata: "メタデータ"
764
860
  minimal_amount: "最低額"
765
861
  month: "月"
766
862
  more: "さらに"
767
- move_stock_between_locations:
863
+ move_stock_between_locations: "位置間の在庫移動"
768
864
  my_account: "アカウント情報"
769
865
  my_orders: "注文情報"
770
866
  name: "名称"
771
- name_on_card:
867
+ name_on_card: "カード名義"
772
868
  name_or_sku: "品名もしくは品番"
773
869
  new: "新規"
774
870
  new_adjustment: "新規の値引き・追加請求"
775
- new_country:
776
871
  new_customer: "新規顧客"
777
- new_customer_return:
872
+ new_customer_return: "新規顧客返品"
873
+ new_country: "新規国"
778
874
  new_image: "新規画像"
779
- new_option_type: "新規オプションタイプ"
875
+ new_option_type: "新規オプション"
780
876
  new_order: "新規注文"
781
877
  new_order_completed: "新規注文作成完了"
782
878
  new_payment: "新規の支払い"
783
879
  new_payment_method: "支払い方法を追加"
784
880
  new_product: "新規商品"
785
881
  new_promotion: "新規プロモーション"
786
- new_promotion_category:
882
+ new_promotion_category: "新規プロモーションカテゴリ"
787
883
  new_property: "新規属性"
788
- new_prototype: "新規プロトタイプ"
789
- new_refund:
790
- new_refund_reason:
884
+ new_prototype: "新規原型"
885
+ new_refund: "新規返金"
886
+ new_refund_reason: "新規返金理由"
887
+ new_rma_reason: "新規RMA理由"
791
888
  new_return_authorization: "新規返品依頼"
792
- new_rma_reason:
793
- new_shipment_at_location:
889
+ new_role: "新規役割"
794
890
  new_shipping_category: "新規配送カテゴリー"
795
891
  new_shipping_method: "新規配送方法"
892
+ new_shipment_at_location:
796
893
  new_state: "新規都道府県(州)"
797
- new_stock_location:
798
- new_stock_movement:
799
- new_stock_transfer:
894
+ new_stock_location: "新規在庫場所"
895
+ new_stock_movement: "新規在庫移動"
896
+ new_stock_transfer: "新規転移"
800
897
  new_tax_category: "新規税金カテゴリー"
801
898
  new_tax_rate: "新規税率"
802
- new_taxon: "新規分類"
803
- new_taxonomy: "新規分類ツリー"
804
- new_tracker: "新規トラッカー"
899
+ new_taxon: "新規ジャンル単位"
900
+ new_taxonomy: "新規ジャンルツリー"
901
+ new_tracker: "新規アナリティクス"
805
902
  new_user: "新規ユーザー"
806
903
  new_variant: "新規種類"
807
904
  new_zone: "新規ゾーン"
808
905
  next: "次へ"
809
- no_actions_added:
810
- no_payment_found:
811
- no_pending_payments:
906
+ no_actions_added: "アクションなし"
907
+ no_payment_found: "支払いなし"
908
+ no_pending_payments: "延滞なし"
812
909
  no_products_found: "商品が見付かりませんでした。"
813
- no_resource_found:
814
910
  no_results: "検索結果がありませんでした。"
815
- no_returns_found:
816
911
  no_rules_added: "ルールが追加されていません"
817
- no_shipping_method_selected:
818
- no_state_changes:
819
- no_tracking_present:
912
+ no_resource_found: "%{resource}が見つかりませんでした。"
913
+ no_returns_found: "返品がありません。"
914
+ no_shipping_method_selected: "配送方法が選択されていません。"
915
+ no_state_changes: "まだ状態変化がありません。"
916
+ no_tracking_present: "トラッキング詳細が提供されていません。"
820
917
  none: "空です"
821
- none_selected:
918
+ none_selected: "選択なし"
822
919
  normal_amount: "通常価格"
823
920
  not: "非"
824
921
  not_available: N/A
825
- not_enough_stock:
922
+ not_enough_stock: "この転移を完了させるのに十分な在庫がありません。"
826
923
  not_found: "%{resource}が見つかりません"
827
- note:
924
+ note: "ノート"
828
925
  notice_messages:
829
926
  product_cloned: "商品を複製しました"
830
927
  product_deleted: "商品を削除しました"
@@ -834,45 +931,46 @@ ja:
834
931
  variant_not_deleted: "種類を削除することが出来ませんでした"
835
932
  num_orders:
836
933
  on_hand: "入荷数"
837
- open:
838
- open_all_adjustments:
839
- option_type: "オプションタイプ"
934
+ open: "公開"
935
+ open_all_adjustments: "すべての調整を開く"
936
+ option_type: "オプション"
840
937
  option_type_placeholder: "プレイスホルダ"
841
- option_types: "オプションタイプ"
842
- option_value: "オプション価格"
843
- option_values: "オプション価格"
844
- optional:
938
+ option_types: "オプション"
939
+ option_value: "オプション値"
940
+ option_values: "オプション値"
941
+ optional: "オプショナル"
845
942
  options: "オプション"
846
943
  or: "もしくは"
847
944
  or_over_price: "%{price}以上"
848
945
  order: "注文"
849
- order_adjustments:
850
- order_already_updated:
851
- order_approved:
852
- order_canceled:
946
+ order_adjustments: "注文調整"
947
+ order_already_updated: "その注文は既に更新されています。"
948
+ order_approved: "注文の承認"
949
+ order_canceled: "注文のキャンセル"
853
950
  order_details: "注文詳細"
854
951
  order_email_resent: "注文詳細メールを再送信しました"
855
952
  order_information: "注文情報"
953
+ order_line_items: "品目"
856
954
  order_mailer:
857
955
  cancel_email:
858
- dear_customer:
859
- instructions:
860
- order_summary_canceled:
956
+ dear_customer: "お客様へ"
957
+ instructions: "注文はキャンセルされました。以下のキャンセル情報を記録として残しておくよう御願い致します。"
958
+ order_summary_canceled: "注文概要 [キャンセル済み]"
861
959
  subject: "注文のキャンセル"
862
- subtotal:
863
- total:
960
+ subtotal: "小計: "
961
+ total: "注文合計: "
864
962
  confirm_email:
865
- dear_customer:
866
- instructions:
867
- order_summary:
963
+ dear_customer: "お客様へ"
964
+ instructions: "以下の注文情報を記録として残していただくようお願い申し上げます。"
965
+ order_summary: "注文概要"
868
966
  subject: "注文確認"
869
- subtotal:
870
- thanks:
871
- total:
872
- order_not_found:
873
- order_number: "注文"
967
+ subtotal: "小計:"
968
+ thanks: "ご利用ありがとうございました。"
969
+ total: "合計: "
970
+ order_not_found: "注文を見つけることができませんでした。リトライしていただくようお願いいたします。"
971
+ order_number: "注文 %{number}"
874
972
  order_processed_successfully: "注文が完了しました。"
875
- order_resumed:
973
+ order_resumed: "注文の再開"
876
974
  order_state:
877
975
  address: "住所"
878
976
  awaiting_return: "返品待ち"
@@ -880,7 +978,7 @@ ja:
880
978
  cart: "カート"
881
979
  complete: "完了"
882
980
  confirm: "確認"
883
- considered_risky:
981
+ considered_risky: "考えられるリスク"
884
982
  delivery: "配送"
885
983
  payment: "支払い"
886
984
  resumed: "再開"
@@ -890,10 +988,10 @@ ja:
890
988
  order_total: "合計"
891
989
  order_updated: "注文内容が更新されました。"
892
990
  orders: "注文"
893
- other_items_in_other:
991
+ other_items_in_other: "注文の他のアイテム"
894
992
  out_of_stock: "在庫が品切れです"
895
993
  overview: "概要"
896
- package_from:
994
+ package_from: "パッケージ元"
897
995
  pagination:
898
996
  next_page: "次のページ »"
899
997
  previous_page: "« 前のページ"
@@ -902,13 +1000,12 @@ ja:
902
1000
  paste: Paste
903
1001
  path: "パス"
904
1002
  pay: "支払い"
905
- payment: "支払い方法"
906
- payment_could_not_be_created:
907
- payment_identifier:
1003
+ payment: "支払い"
1004
+ payment_could_not_be_created: "支払いを作成できませんでした。"
908
1005
  payment_information: "支払い情報"
909
1006
  payment_method: "支払い方法"
910
- payment_method_not_supported:
911
1007
  payment_methods: "支払い方法"
1008
+ payment_method_not_supported: "その支払い方法はサポートされていません。他のものを選択してください。"
912
1009
  payment_processing_failed: "決済が失敗しました。入力した情報を確認してから再び決済を行ってみて下さい。"
913
1010
  payment_processor_choose_banner_text: "もし決済処理会社の選択でお困りでしたら、どうぞ"
914
1011
  payment_processor_choose_link: "こちらへ"
@@ -917,7 +1014,7 @@ ja:
917
1014
  balance_due: "未支払い"
918
1015
  checkout: "決算中"
919
1016
  completed: "完了"
920
- credit_owed: "過払い額"
1017
+ credit_owed: "一部未払"
921
1018
  failed: "失敗しました"
922
1019
  paid: "支払い済み"
923
1020
  pending: "支払い待ち"
@@ -925,22 +1022,23 @@ ja:
925
1022
  void: "無効"
926
1023
  payment_updated: "支払いが更新されました。"
927
1024
  payments: "支払い方法"
928
- pending:
929
- percent:
930
- percent_per_item: Percent Per Item
1025
+ percent: "パーセント"
1026
+ percent_per_item: "アイテムごとのパーセント"
931
1027
  permalink: "パーマリンク"
1028
+ pending: "未決定"
932
1029
  phone: "電話番号"
933
1030
  place_order: "注文を送信する"
934
1031
  please_define_payment_methods: "まず支払い方法を定義してください。"
935
- populate_get_error: Something went wrong. Please try adding the item again.
1032
+ please_enter_reasonable_quantity: "適切な量を入力してください。"
1033
+ populate_get_error: "問題が発生しました。もう一度追加してみてください。"
936
1034
  powered_by: Powered by
937
- pre_tax_amount:
938
- pre_tax_refund_amount:
939
- pre_tax_total:
940
- preferred_reimbursement_type:
1035
+ pre_tax_refund_amount: "税前返金料"
1036
+ pre_tax_amount: "税前料金"
1037
+ pre_tax_total: "税前合計"
1038
+ preferred_reimbursement_type: "望ましい返済方法"
941
1039
  presentation: "表示名"
942
1040
  previous: "前へ"
943
- previous_state_missing:
1041
+ previous_state_missing: "n/a"
944
1042
  price: "価格"
945
1043
  price_range: "価格帯"
946
1044
  price_sack: "プライスサック"
@@ -948,34 +1046,37 @@ ja:
948
1046
  product: "商品"
949
1047
  product_details: "商品詳細"
950
1048
  product_has_no_description: "この商品に詳細がありません。"
951
- product_not_available_in_this_currency:
1049
+ product_not_available_in_this_currency: "この商品は選択した通貨では購入できません。"
952
1050
  product_properties: "商品情報"
953
1051
  product_rule:
954
1052
  choose_products: "商品を選択してください"
955
1053
  label:
956
1054
  match_all: "少なくとも一つ"
957
1055
  match_any: "すべて"
958
- match_none:
1056
+ match_none: "なし"
959
1057
  product_source:
960
1058
  group: "商品グループから"
961
1059
  manual: "手動で選択"
962
1060
  products: "商品"
1061
+ listing_products: "商品一覧"
963
1062
  promotion: "プロモーション"
1063
+ promotionable: "プロモーション可能"
964
1064
  promotion_action: "プロモーションアクション"
965
1065
  promotion_action_types:
966
1066
  create_adjustment:
967
1067
  description: "注文に対して値引きする"
968
1068
  name: "値引き"
969
1069
  create_item_adjustments:
970
- description:
971
- name:
1070
+ description: "品目にプロモーションクレジット値引きを作成"
1071
+ name: "品目ごとの値引きを作成"
972
1072
  create_line_items:
973
1073
  description: "特定の種類の商品をカートに加える"
974
1074
  name: "商品追加"
975
1075
  free_shipping:
976
- description:
977
- name:
1076
+ description: "すべての発送を無料にする"
1077
+ name: "発送無料"
978
1078
  promotion_actions: "アクション"
1079
+ promotion_category: "プロモーションカテゴリ"
979
1080
  promotion_form:
980
1081
  match_policies:
981
1082
  all: "以下のルールすべてに該当する"
@@ -986,119 +1087,122 @@ ja:
986
1087
  description: "最初の注文である"
987
1088
  name: "最初の注文"
988
1089
  item_total:
989
- description: "商品金額合計"
990
- name: "商品金額合計"
1090
+ description: "合計個数"
1091
+ name: "合計個数"
991
1092
  landing_page:
992
1093
  description: "お客様が特定のページを訪問済みである"
993
1094
  name: "ランディングページ"
994
1095
  one_use_per_user:
995
- description:
996
- name:
1096
+ description: "ユーザーごとに一つ"
1097
+ name: "ユーザーごとに一つ"
997
1098
  option_value:
998
- description:
999
- name:
1099
+ description: "マッチするオプション値を含んだ注文"
1100
+ name: "オプション値"
1000
1101
  product:
1001
1102
  description: "注文に特定の商品を含む"
1002
1103
  name: "商品"
1003
- taxon:
1004
- description:
1005
- name:
1006
1104
  user:
1007
1105
  description: "特定のユーザー限定"
1008
1106
  name: "ユーザー"
1009
1107
  user_logged_in:
1010
1108
  description: "ログイン中のユーザー限定"
1011
1109
  name: "ログイン中のユーザー"
1012
- promotion_uses:
1013
- promotionable:
1110
+ taxon:
1111
+ description: "指定したジャンル単位のみ"
1112
+ name: "ジャンル単位"
1014
1113
  promotions: "プロモーション"
1114
+ promotion_uses: "プロモーション"
1015
1115
  propagate_all_variants:
1016
1116
  properties: "属性"
1017
1117
  property: "属性"
1018
- prototype: "プロトタイプ"
1019
- prototypes: "プロトタイプ"
1118
+ prototype: "原型"
1119
+ prototypes: "原型"
1020
1120
  provider: "プロバイダー"
1021
1121
  provider_settings_warning: "プロバイダータイプを変更する時は、プロバイダー設定を編集する前に保存しなければなりません。"
1022
1122
  qty: "個数"
1023
- quantity:
1123
+ quantity: "量"
1024
1124
  quantity_returned: "返送された数"
1025
1125
  quantity_shipped: "発送された数"
1026
- quick_search: "検索"
1126
+ quick_search: "クイック検索"
1027
1127
  rate: "比率"
1028
1128
  reason: "理由"
1029
1129
  receive: "受信"
1030
1130
  receive_stock:
1031
1131
  received: "受信した"
1032
- reception_status:
1033
- reference:
1132
+ reception_status: "受信したステータス"
1133
+ reference: "参照"
1134
+ reference_contains: "参照含む"
1034
1135
  refund: "払い戻し"
1035
- refund_amount_must_be_greater_than_zero:
1036
- refund_reasons:
1037
- refunded_amount:
1038
- refunds:
1136
+ refund_amount_must_be_greater_than_zero: "0以上の返金料"
1137
+ refund_reasons: "返金理由"
1138
+ refunded_amount: "返金料"
1139
+ refunds: "返金"
1039
1140
  register: "新規ユーザーとして登録"
1040
1141
  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:
1142
+ reimburse: "払い戻す"
1143
+ reimbursed: "払い戻し済み"
1144
+ reimbursement: "払い戻し"
1145
+ reimbursement_perform_failed: "払い戻しが実行できませんでした。 %{error}"
1146
+ reimbursement_status: "払い戻しステータス"
1147
+ reimbursement_type: "払い戻しタイプ"
1148
+ reimbursement_type_override: "払い戻しタイプ上書き"
1149
+ reimbursement_types: "払い戻しタイプ"
1150
+ reimbursements: "払い戻し"
1151
+ reject: "拒否"
1152
+ rejected: "拒否済み"
1062
1153
  remember_me: "記録する"
1063
1154
  remove: "削除"
1064
1155
  rename: "リネーム"
1065
- report:
1066
- reports: "リポート"
1156
+ report: "レポート"
1157
+ reports: "レポート"
1158
+ resellable: "再販売可能"
1067
1159
  resend: "再送信"
1068
1160
  reset_password: "パスワードを再設定する"
1069
1161
  response_code: "レスポンスコード"
1070
- resume: "リジューム"
1071
- resumed: "リジュームされた"
1162
+ resume: "再開"
1163
+ resumed: "再開された"
1072
1164
  return: "返品"
1073
1165
  return_authorization: "返品承認"
1074
- return_authorization_reasons:
1166
+ return_authorization_reasons: "返品承認理由"
1075
1167
  return_authorization_updated: "返品承認が更新されました"
1076
1168
  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:
1169
+ return_item_inventory_unit_ineligible: "返品の在庫ユニットは発送済みでなければなりません。"
1170
+ return_item_inventory_unit_reimbursed: "返品在庫ユニットは既に払い戻し済みです。"
1171
+ return_item_order_not_completed: "返品注文は完了されていなければなりません。"
1172
+ return_item_rma_ineligible: "返品にはRMAが必要です。"
1173
+ return_item_time_period_ineligible: "返品は期限切れです。"
1174
+ return_items: "返品"
1175
+ return_items_cannot_be_associated_with_multiple_orders: "返品商品は複数の注文の注文と関連づけることはできません。"
1176
+ reimbursement_mailer:
1177
+ reimbursement_email:
1178
+ days_to_send: "交換待ちの商品を送り返すのに%{days}必要です。"
1179
+ dear_customer: "お客様"
1180
+ exchange_summary: "交換概要"
1181
+ for: "for"
1182
+ instructions: "返品が実行されました。"
1183
+ refund_summary: "返品概要"
1184
+ subject: "返品通知"
1185
+ total_refunded: "返金合計: %{total}"
1186
+ return_number: "返品番号"
1084
1187
  return_quantity: "返品数"
1085
1188
  returned: "返品済み"
1086
- returns:
1189
+ returns: "返品"
1087
1190
  review: "内容を確認する"
1088
- risk:
1089
- risk_analysis:
1090
- risky:
1191
+ risk: "リスク"
1192
+ risk_analysis: "リスク解析"
1193
+ risky: "リスクのある"
1091
1194
  rma_credit: RMAクレジット
1092
1195
  rma_number: RMA番号
1093
1196
  rma_value: RMA値
1197
+ role_id: "役割ID"
1094
1198
  roles: "役割"
1095
1199
  rules: "ルール"
1096
- safe:
1200
+ safe: "安全"
1097
1201
  sales_total: "売上げ合計"
1098
1202
  sales_total_description: "全注文の売上合計"
1099
- sales_totals:
1203
+ sales_totals: "売上合計"
1100
1204
  save_and_continue: "保存して続行"
1101
- save_my_address:
1205
+ save_my_address: "住所の保存"
1102
1206
  say_no: "いいえ"
1103
1207
  say_yes: "はい"
1104
1208
  scope: "範囲"
@@ -1108,10 +1212,11 @@ ja:
1108
1212
  secure_connection_type: "接続保護のタイプ"
1109
1213
  security_settings: "セキュリティの設定"
1110
1214
  select: "選択"
1111
- select_a_return_authorization_reason:
1112
- select_a_stock_location:
1113
- select_from_prototype: "プロトタイプから選択"
1114
- select_stock:
1215
+ select_from_prototype: "原型から選択"
1216
+ select_a_return_authorization_reason: "返品認証の理由を選択してください"
1217
+ select_a_stock_location: "在庫場所の選択"
1218
+ select_stock: "在庫の選択"
1219
+ selected_quantity_not_available: ! '%{item}の選択は利用不可です。'
1115
1220
  send_copy_of_all_mails_to: "全てのメールのコピーをこの宛先に送る"
1116
1221
  send_mails_as: "メール送信者名"
1117
1222
  server: "サーバ"
@@ -1119,144 +1224,144 @@ ja:
1119
1224
  settings: "設定"
1120
1225
  ship: "配送"
1121
1226
  ship_address: "配送先住所"
1122
- ship_total:
1227
+ ship_total: "発送合計"
1123
1228
  shipment: "発送"
1124
- shipment_adjustments:
1125
- shipment_details:
1229
+ shipment_adjustments: "発送値引き"
1230
+ shipment_details: "発送詳細"
1126
1231
  shipment_mailer:
1127
1232
  shipped_email:
1128
- dear_customer:
1129
- instructions:
1130
- shipment_summary:
1233
+ dear_customer: "お客様"
1234
+ instructions: "注文した商品を発送しました。"
1235
+ shipment_summary: "発送概要"
1131
1236
  subject: "発送の通知"
1132
- thanks:
1133
- track_information:
1134
- track_link:
1237
+ thanks: "ご利用ありがとうございました。"
1238
+ track_information: "トラック情報 %{tracking}"
1239
+ track_link: 'トラックURL: %{url}'
1135
1240
  shipment_state: "配送状況"
1136
1241
  shipment_states:
1137
1242
  backorder: "入荷待ち"
1138
- canceled:
1243
+ canceled: "キャンセル済み"
1139
1244
  partial: "一部配送"
1140
1245
  pending: "配送準備中"
1141
1246
  ready: "配送可能"
1142
1247
  shipped: "配送済み"
1143
- shipment_transfer_error:
1144
- shipment_transfer_success:
1248
+ shipment_transfer_success: "種別の移動に成功しました。"
1249
+ shipment_transfer_error: "種別の移動中にエラーが発生しました。"
1145
1250
  shipments: "配送"
1146
1251
  shipped: "発送済"
1147
1252
  shipping: "送料"
1148
1253
  shipping_address: "配送先"
1149
1254
  shipping_categories: "配送カテゴリー"
1150
1255
  shipping_category: "配送カテゴリー"
1151
- shipping_flat_rate_per_item:
1152
- shipping_flat_rate_per_order:
1153
- shipping_flexible_rate:
1256
+ shipping_flat_rate_per_item: "パッケージ商品ごとに均一の比率"
1257
+ shipping_flat_rate_per_order: "均一の比率"
1258
+ shipping_flexible_rate: "パッケージ商品ごとに柔軟な比率"
1154
1259
  shipping_instructions: "配送に関して"
1155
1260
  shipping_method: "配送方法"
1156
1261
  shipping_methods: "配送方法"
1157
- shipping_price_sack:
1158
- shipping_total:
1262
+ shipping_price_sack: "袋値段"
1263
+ shipping_total: "配送合計"
1159
1264
  shop_by_taxonomy: "%{taxonomy}"
1160
1265
  shopping_cart: "ショッピングカート"
1161
1266
  show: "表示"
1162
1267
  show_active: "有効のを表示する"
1163
1268
  show_deleted: "削除済みのを表示"
1164
1269
  show_only_complete_orders: "処理済みの注文のみを表示"
1165
- show_only_considered_risky:
1270
+ show_only_considered_risky: "リスクのあるオーダーのみ表示"
1166
1271
  show_rate_in_label: "税率を見る"
1167
1272
  sku: "品番[SKU]"
1168
- skus:
1169
- slug:
1170
- source:
1273
+ skus: "品番[SKU]"
1274
+ slug: "スラグ"
1275
+ source: "ソース"
1171
1276
  special_instructions: "特別な指示"
1172
- split:
1277
+ split: "分割"
1173
1278
  spree_gateway_error_flash_for_checkout: "支払い情報に問題があります。情報をお確かめになり再試行願います。"
1174
1279
  ssl:
1175
- change_protocol:
1280
+ change_protocol: "HTTPSではなくHTTPプロトコルに切り替えて再度リクエストしてください。"
1176
1281
  start: "始め"
1177
1282
  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:
1283
+ state_based: "都道府県(州)による区別"
1211
1284
  states: "都道府県(州)"
1285
+ state_machine_states:
1286
+ accepted: "受付"
1287
+ address: "住所"
1288
+ authorized: "認可済み"
1289
+ awaiting: "待ち"
1290
+ awaiting_return: "返品待ち"
1291
+ backordered: "オーダー済み"
1292
+ canceled: "キャンセル済み"
1293
+ cart: "カート"
1294
+ checkout: "チェックアウト"
1295
+ closed: "閉鎖"
1296
+ complete: "完了"
1297
+ completed: "完了済み"
1298
+ confirm: "確認"
1299
+ delivery: "配送"
1300
+ errored: "エラー"
1301
+ failed: "失敗"
1302
+ given_to_customer: "ふさわしい顧客"
1303
+ invalid: "不正"
1304
+ manual_intervention_required: "手動介入が必要"
1305
+ open: "公開"
1306
+ order: "注文"
1307
+ on_hand: "主導"
1308
+ payment: "支払い"
1309
+ pending: "停止"
1310
+ processing: "処理中"
1311
+ ready: "準備完了"
1312
+ reimbursed: "返品済み"
1313
+ resumed: "再開"
1314
+ returned: "返品"
1315
+ shipped: "配送済み"
1316
+ void: "空"
1212
1317
  states_required: "必須"
1213
1318
  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:
1319
+ stock: "在庫"
1320
+ stock_location: "在庫位置"
1321
+ stock_location_info: "在庫位置情報"
1322
+ stock_locations: "在庫位置"
1323
+ stock_locations_need_a_default_country: "在庫位置を作成する前にデフォルトの国を作る必要があります。"
1324
+ stock_management: "在庫管理"
1325
+ stock_management_requires_a_stock_location: "在庫を管理するために在庫位置を作成してください。"
1326
+ stock_movements: "在庫移動"
1327
+ stock_movements_for_stock_location: "%{stock_location_name}への在庫移動"
1328
+ stock_successfully_transferred: 在庫の在庫地館での移動が完了しました。""
1329
+ stock_transfer: "在庫移動"
1330
+ stock_transfers: "在庫移動"
1226
1331
  stop: "終わり"
1227
1332
  store: "ストア"
1228
1333
  street_address: "住所"
1229
1334
  street_address_2: "住所の続き"
1230
1335
  subtotal: "合計"
1231
1336
  subtract: "引く"
1232
- success:
1337
+ success: "成功"
1233
1338
  successfully_created: "%{resource}が作成されました!"
1234
- successfully_refunded:
1339
+ successfully_refunded: "%{resource}は返金されました!"
1235
1340
  successfully_removed: "%{resource}が削除されました!"
1236
- successfully_signed_up_for_analytics:
1341
+ successfully_signed_up_for_analytics: "Spree解析のログインに成功しました"
1237
1342
  successfully_updated: "%{resource}が更新されました!"
1238
- summary:
1343
+ summary: "概要"
1239
1344
  tax: "税金"
1345
+ tax_included: "税金 (incl.)"
1240
1346
  tax_categories: "税金カテゴリー"
1241
1347
  tax_category: "税金カテゴリー"
1242
- tax_code:
1243
- tax_included:
1244
- tax_rate_amount_explanation:
1348
+ tax_code: "税金コード"
1349
+ tax_rate_amount_explanation: "税率は5%のとき、0.05と入力します。"
1245
1350
  tax_rates: "税率"
1246
- taxon: "分類"
1247
- taxon_edit: "分類を編集"
1248
- taxon_placeholder: "分類プレイスホルダ"
1351
+ taxon: "ジャンル単位"
1352
+ taxon_edit: "ジャンル単位を編集"
1353
+ taxon_placeholder: "ジャンル単位プレイスホルダ"
1249
1354
  taxon_rule:
1250
- choose_taxons:
1251
- label:
1252
- match_all:
1253
- match_any:
1254
- taxonomies: "分類ツリー"
1255
- taxonomy: "分類ツリー"
1256
- taxonomy_edit: "分類ツリーを編集する"
1355
+ choose_taxons: "ジャンル単位の選択"
1356
+ label: "注文はこれらの分類単位を含まなければなりません。"
1357
+ match_all: "すべて"
1358
+ match_any: "最低一つ"
1359
+ taxonomies: "ジャンルツリー"
1360
+ taxonomy: "ジャンルツリー"
1361
+ taxonomy_edit: "ジャンルツリーを編集する"
1257
1362
  taxonomy_tree_error: "要求された変更は受け付けられず、ツリーは以前の状態に戻っています。再度お試しください。"
1258
1363
  taxonomy_tree_instruction: "* 追加・削除・ソートなどのメニューを選択するには、ツリーのノードを右クリックしてください。"
1259
- taxons: "分類"
1364
+ taxons: "ジャンル単位"
1260
1365
  test: "テスト"
1261
1366
  test_mailer:
1262
1367
  test_email:
@@ -1265,59 +1370,62 @@ ja:
1265
1370
  subject: "テストメール"
1266
1371
  test_mode: "テストモード"
1267
1372
  thank_you_for_your_order: "ご注文ありがとうございます。この確認画面を控えとして印刷してください。"
1268
- there_are_no_items_for_this_order:
1373
+ there_are_no_items_for_this_order: "この注文に商品が一つもありません。続けるには商品を追加してください。"
1269
1374
  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: "種類を追加するには、まずそれを定義する必要があります。"
1375
+ this_order_has_already_received_a_refund: "この注文は既に返金受け取り済みです。"
1376
+ thumbnail: "サムネイル"
1377
+ tiers: "列"
1378
+ tiered_flat_rate: "列の均一料金"
1379
+ tiered_percent: "列パーセント"
1380
+ time: "時間"
1381
+ to_add_variants_you_must_first_define: "種類を追加するには、まず以下を定義する必要があります。"
1277
1382
  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:
1383
+ total_per_item: "商品ごとの合計"
1384
+ total_pre_tax_refund: "税引き前の返金合計"
1385
+ total_price: "合計金額"
1386
+ total_sales: "合計売上"
1387
+ track_inventory: "在庫を追跡"
1388
+ tracking: "追跡"
1389
+ tracking_number: "追跡ナンバー"
1390
+ tracking_url: "追跡URL"
1391
+ tracking_url_placeholder: "e.g.http://quickship.com/package?num=:tracking"
1392
+ transaction_id: "取引ID"
1393
+ transfer_from_location: "移動(From)"
1394
+ transfer_stock: "在庫の移動"
1395
+ transfer_to_location: "移動(To)"
1291
1396
  tree: "ツリー"
1292
1397
  type: "支払い方法"
1293
1398
  type_to_search: "何か入力すると検索します"
1294
1399
  unable_to_connect_to_gateway: "ゲートウェイに接続できません。"
1295
- unable_to_create_reimbursements:
1400
+ unable_to_create_reimbursements: "手動介入で停止中の商品があるため、返品の作成ができませんでした。"
1296
1401
  under_price: "%{price}より安い"
1297
- unlock:
1402
+ unlock: "ロック解除"
1298
1403
  unrecognized_card_type: "認識できないカードタイプ"
1299
- unshippable_items:
1404
+ unshippable_items: "配送不可の商品"
1300
1405
  update: "更新"
1301
1406
  updating: "更新中"
1302
1407
  usage_limit: "使用制限"
1303
- use_app_default:
1408
+ use_app_default: "App デフォルトを利用する"
1304
1409
  use_billing_address: "請求先住所を使用する"
1410
+ use_existing_cc: "保存済みカード情報を利用する"
1305
1411
  use_new_cc: "新しいカードを使用する"
1412
+ use_new_cc_or_payment_method: "新しいカードを利用 / 支払い方法"
1306
1413
  use_s3: "商品画像の保存にAmazon S3を使用する"
1307
1414
  user: "ユーザー"
1308
1415
  user_rule:
1309
1416
  choose_users: "ユーザーの選択"
1310
1417
  users: "ユーザー"
1311
1418
  validation:
1419
+ unpaid_amount_not_zero: "量を完全に返品できません。 Still due: %{amount}"
1312
1420
  cannot_be_less_than_shipped_units: "配送ユニットの個数より小さくはできません"
1313
- cannot_destroy_line_item_as_inventory_units_have_shipped:
1314
- exceeds_available_stock:
1421
+ cannot_destroy_line_item_as_inventory_units_have_shipped: "いくつかの在庫が発送されたため項目を削除できません。"
1422
+ exceeds_available_stock: "可能な在庫数を上回っています。項目の個数が正しく入力されていることを確認してください。"
1315
1423
  is_too_large: "要求された量は在庫を超えています。"
1316
1424
  must_be_int: "整数であることが必要です"
1317
- must_be_non_negative: 0以上の数字が必要です
1318
- unpaid_amount_not_zero:
1425
+ must_be_non_negative: "0以上の数字が必要です"
1319
1426
  value: "値"
1320
1427
  variant: "種類"
1428
+ variant_search_placeholder: "品名もしくは品番[SKU]"
1321
1429
  variant_placeholder: "種類プレイスホルダ"
1322
1430
  variants: "種類"
1323
1431
  version: "バージョン"
@@ -1329,8 +1437,8 @@ ja:
1329
1437
  year: "年"
1330
1438
  you_have_no_orders_yet: "まだ注文がありません。"
1331
1439
  your_cart_is_empty: "カートは空です"
1332
- your_order_is_empty_add_product:
1440
+ your_order_is_empty_add_product: "注文が空です。検索し商品を追加してください。"
1333
1441
  zip: "郵便番号"
1334
- zipcode:
1442
+ zipcode: "郵便番号コード"
1335
1443
  zone: "ゾーン"
1336
1444
  zones: "ゾーン"