WC Vendors - Version 1.9.8

Version Description

No Upgrade required at this time.

Download this release

Release Info

Developer digitalchild
Plugin Icon 128x128 WC Vendors
Version 1.9.8
Comparing to
See all releases

Code changes from version 1.9.7 to 1.9.8

changelog.txt CHANGED
@@ -1,5 +1,11 @@
1
  Changelog for WC Vendors
2
 
 
 
 
 
 
 
3
  Version 1.9.7
4
 
5
  * Fixed: Capabilities Fix for Resetting Roles #329
1
  Changelog for WC Vendors
2
 
3
+ Version 1.9.8
4
+
5
+ * Fixed: Paypal adaptive payments url changes
6
+ * Added: Store Vendor ID in vendor child order #326
7
+ * Added: 100% Japanese translations thanks to Shohei Tanaka
8
+
9
  Version 1.9.7
10
 
11
  * Fixed: Capabilities Fix for Resetting Roles #329
class-wc-vendors.php CHANGED
@@ -8,16 +8,16 @@
8
  * Author URI: https://www.wcvendors.com
9
  * GitHub Plugin URI: https://github.com/wcvendors/wcvendors
10
  *
11
- * Version: 1.9.7
12
  * Requires at least: 4.4.0
13
- * Tested up to: 4.7.0
14
  *
15
  * Text Domain: wcvendors
16
  * Domain Path: /languages/
17
  *
18
  * @category Plugin
19
  * @copyright Copyright © 2012 Matt Gates
20
- * @copyright Copyright © 2016 WC Vendors
21
  * @author Matt Gates, WC Vendors
22
  * @package WCVendors
23
  * @license GPL2
8
  * Author URI: https://www.wcvendors.com
9
  * GitHub Plugin URI: https://github.com/wcvendors/wcvendors
10
  *
11
+ * Version: 1.9.8
12
  * Requires at least: 4.4.0
13
+ * Tested up to: 4.7.1
14
  *
15
  * Text Domain: wcvendors
16
  * Domain Path: /languages/
17
  *
18
  * @category Plugin
19
  * @copyright Copyright © 2012 Matt Gates
20
+ * @copyright Copyright © 2017 WC Vendors
21
  * @author Matt Gates, WC Vendors
22
  * @package WCVendors
23
  * @license GPL2
classes/class-vendors.php CHANGED
@@ -565,6 +565,9 @@ class WCV_Vendors
565
  }
566
 
567
  if ( ! $updating ) {
 
 
 
568
  // Get vendor order object
569
  $vendor_order = wc_get_order( $vendor_order_id );
570
  $order = wc_get_order( $args['order_id'] );
@@ -666,4 +669,4 @@ class WCV_Vendors
666
 
667
  } // get_vendor_orders()
668
 
669
- } // WCV_Vendors
565
  }
566
 
567
  if ( ! $updating ) {
568
+ // Store vendor ID
569
+ update_post_meta( $vendor_order_id, '_vendor_id', $args['vendor_id'] );
570
+
571
  // Get vendor order object
572
  $vendor_order = wc_get_order( $vendor_order_id );
573
  $order = wc_get_order( $args['order_id'] );
669
 
670
  } // get_vendor_orders()
671
 
672
+ } // WCV_Vendors
classes/gateways/PayPal_AdvPayments/paypal_ap.php CHANGED
@@ -545,7 +545,7 @@ class WC_PaypalAP extends WC_Payment_Gateway
545
  if ( !empty( $woocommerce->errors ) ) return false;
546
  }
547
 
548
- $paypal_redirect_url = $this->sandbox == 'yes' ? 'https://www.sandbox.paypal.com/webscr&cmd=' : 'https://www.paypal.com/webscr&cmd=';
549
  $pay_url = $paypal_redirect_url . '_ap-payment&paykey=' . $pay_key;
550
 
551
  return array(
545
  if ( !empty( $woocommerce->errors ) ) return false;
546
  }
547
 
548
+ $paypal_redirect_url = $this->sandbox == 'yes' ? 'https://www.sandbox.paypal.com/cgi-bin/webscr?cmd=' : 'https://www.paypal.com/cgi-bin/webscr?cmd=';
549
  $pay_url = $paypal_redirect_url . '_ap-payment&paykey=' . $pay_key;
550
 
551
  return array(
languages/wcvendors-fr_FR.mo CHANGED
Binary file
languages/wcvendors-fr_FR.po CHANGED
@@ -7,14 +7,14 @@ msgstr ""
7
  "Project-Id-Version: WC-Vendors\n"
8
  "Report-Msgid-Bugs-To: Woocommerce <info@Woocommerce.com>\n"
9
  "POT-Creation-Date: 2016-07-29 11:53+0200\n"
10
- "PO-Revision-Date: 2016-08-17 18:01+0700\n"
11
  "Last-Translator: Nicolas Bernier <nicolas.bernier@synagila.com>\n"
12
  "Language-Team: TWF <info@themes-wordpress-francais.com>\n"
13
  "Language: fr_FR\n"
14
  "MIME-Version: 1.0\n"
15
  "Content-Type: text/plain; charset=UTF-8\n"
16
  "Content-Transfer-Encoding: 8bit\n"
17
- "X-Generator: Poedit 1.8.8\n"
18
  "X-Poedit-SourceCharset: UTF-8\n"
19
  "X-Poedit-KeywordsList: __;_e\n"
20
  "X-Poedit-Basepath: .\n"
7
  "Project-Id-Version: WC-Vendors\n"
8
  "Report-Msgid-Bugs-To: Woocommerce <info@Woocommerce.com>\n"
9
  "POT-Creation-Date: 2016-07-29 11:53+0200\n"
10
+ "PO-Revision-Date: 2017-01-17 10:05+1000\n"
11
  "Last-Translator: Nicolas Bernier <nicolas.bernier@synagila.com>\n"
12
  "Language-Team: TWF <info@themes-wordpress-francais.com>\n"
13
  "Language: fr_FR\n"
14
  "MIME-Version: 1.0\n"
15
  "Content-Type: text/plain; charset=UTF-8\n"
16
  "Content-Transfer-Encoding: 8bit\n"
17
+ "X-Generator: Poedit 1.8.11\n"
18
  "X-Poedit-SourceCharset: UTF-8\n"
19
  "X-Poedit-KeywordsList: __;_e\n"
20
  "X-Poedit-Basepath: .\n"
languages/wcvendors-ja.mo ADDED
Binary file
languages/wcvendors-ja.po ADDED
@@ -0,0 +1,1886 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Translation of WooCommerce other plugins - WC Vendors in Japanese
2
+ # This file is distributed under the same license as the WooCommerce other plugins - WC Vendors package.
3
+ msgid ""
4
+ msgstr ""
5
+ "PO-Revision-Date: 2017-01-12 18:00+0900\n"
6
+ "MIME-Version: 1.0\n"
7
+ "Content-Type: text/plain; charset=UTF-8\n"
8
+ "Content-Transfer-Encoding: 8bit\n"
9
+ "Plural-Forms: nplurals=1; plural=0;\n"
10
+ "X-Generator: Poedit 1.5.7\n"
11
+ "Language: ja_JP\n"
12
+ "Project-Id-Version: WooCommerce other plugins - WC Vendors\n"
13
+ "POT-Creation-Date: \n"
14
+ "Last-Translator: Shohei Tanaka <shohei.t@artws.info>\n"
15
+ "Language-Team: \n"
16
+
17
+ #: templates/orders/table-body.php:25
18
+ msgid "Quantity: %d"
19
+ msgstr "数量 : %d"
20
+
21
+ #: templates/orders/shipping/shipping-form.php:77
22
+ msgid "Mark as shipped"
23
+ msgstr "出荷済みとしてマーク"
24
+
25
+ #: templates/orders/shipping/shipping-form.php:75
26
+ msgid "Update tracking number"
27
+ msgstr "トラッキング番号を更新"
28
+
29
+ #: templates/orders/customer-note/customer-note.php:8
30
+ msgid "No customer note."
31
+ msgstr "顧客メモはありません。"
32
+
33
+ #: templates/orders/customer-note/customer-note.php:4
34
+ msgid "Customer note"
35
+ msgstr "顧客メモ"
36
+
37
+ #: templates/orders/csv-export.php:6
38
+ msgid "Export orders"
39
+ msgstr "注文をエクスポート"
40
+
41
+ #: templates/emails/vendor-new-order.php:13
42
+ msgid "You have received an order from %s. Their order is as follows:"
43
+ msgstr "%s から注文を受け取りました。 その注文は次のとおりです。"
44
+
45
+ #: templates/emails/notify-vendor-shipped.php:62,
46
+ #: templates/emails/vendor-new-order.php:62
47
+ msgid "Tel:"
48
+ msgstr "電話番号 : "
49
+
50
+ #: templates/emails/notify-vendor-shipped.php:59,
51
+ #: templates/emails/vendor-new-order.php:59
52
+ msgid "Email:"
53
+ msgstr "メールアドレス : "
54
+
55
+ #: templates/emails/notify-vendor-shipped.php:56,
56
+ #: templates/emails/vendor-new-order.php:56
57
+ msgid "Customer details"
58
+ msgstr "お客様の詳細"
59
+
60
+ #: templates/emails/notify-vendor-shipped.php:24,
61
+ #: templates/emails/vendor-new-order.php:24
62
+ msgid "Price"
63
+ msgstr "価格"
64
+
65
+ #: templates/emails/notify-vendor-shipped.php:17,
66
+ #: templates/emails/vendor-new-order.php:17
67
+ msgid "Order: %s"
68
+ msgstr "注文 : %s"
69
+
70
+ #: templates/emails/notify-vendor-shipped.php:13
71
+ msgid ""
72
+ "A vendor has marked part of your order as shipped. The items that are "
73
+ "shipped are as follows:"
74
+ msgstr ""
75
+ "販売者が出荷時に注文の一部をマークしています。 出荷される品目は次のとおりで"
76
+ "す。"
77
+
78
+ #: templates/emails/new-product.php:10
79
+ msgid "Edit product: %s"
80
+ msgstr "商品編集 : %s"
81
+
82
+ #: templates/emails/new-product.php:9
83
+ msgid "Submitted by: %s"
84
+ msgstr "送信者 : %s"
85
+
86
+ #: templates/emails/new-product.php:8
87
+ msgid "Product title: %s"
88
+ msgstr "商品名 : %s"
89
+
90
+ #: templates/emails/new-product.php:5
91
+ msgid "Hi there. This is a notification about a new product on %s."
92
+ msgstr "こんにちは。 これは %s の新製品に関する通知です。"
93
+
94
+ #: templates/emails/application-status.php:9
95
+ msgid "Applicant username: %s"
96
+ msgstr "契約ユーザー名 : %s"
97
+
98
+ #: templates/emails/application-status.php:8
99
+ msgid "Application status: %s"
100
+ msgstr "契約状況 : %s"
101
+
102
+ #: templates/emails/application-status.php:5
103
+ msgid "Hi there. This is a notification about a vendor application on %s."
104
+ msgstr "こんにちは。 これは、%sの販売者契約に関する通知です。"
105
+
106
+ #: templates/dashboard/settings/settings.php:47
107
+ msgid "Save"
108
+ msgstr "保存"
109
+
110
+ #: templates/dashboard/reports.php:82
111
+ msgid "You haven't made any sales yet."
112
+ msgstr "まだ売上がありません。"
113
+
114
+ #: templates/dashboard/reports.php:71
115
+ msgid "You have no sales during this period."
116
+ msgstr "指定の期間の売上はありません。"
117
+
118
+ #: templates/dashboard/reports.php:56
119
+ msgid "Totals"
120
+ msgstr "合計"
121
+
122
+ #: templates/dashboard/reports.php:47
123
+ msgid "Show Orders"
124
+ msgstr "注文を表示"
125
+
126
+ #: templates/dashboard/reports.php:20
127
+ msgid "Rate"
128
+ msgstr "割合"
129
+
130
+ #: templates/dashboard/reports.php:1
131
+ msgid "Sales Report"
132
+ msgstr "販売レポート"
133
+
134
+ #: templates/dashboard/orders.php:185
135
+ msgid "You have no orders during this period."
136
+ msgstr "この期間の注文はありません。"
137
+
138
+ #: templates/dashboard/orders.php:111
139
+ msgid "Tracking"
140
+ msgstr "トラッキング"
141
+
142
+ #: templates/dashboard/orders.php:48
143
+ msgid "Links"
144
+ msgstr "リンク"
145
+
146
+ #: templates/dashboard/orders.php:19, templates/dashboard/orders.php:90
147
+ msgid "View items"
148
+ msgstr "商品を表示"
149
+
150
+ #: templates/dashboard/orders.php:18, templates/dashboard/orders.php:21
151
+ msgid "Hide items"
152
+ msgstr "商品を隠す"
153
+
154
+ #: templates/dashboard/links.php:8
155
+ msgid "Edit Products"
156
+ msgstr "商品を編集"
157
+
158
+ #: templates/dashboard/links.php:7
159
+ msgid "Add New Product"
160
+ msgstr "新しい商品を追加"
161
+
162
+ #: templates/dashboard/links.php:4
163
+ msgid "Store Settings"
164
+ msgstr "店舗設定"
165
+
166
+ #: templates/dashboard/links.php:3
167
+ msgid "View Your Store"
168
+ msgstr "店舗を見る"
169
+
170
+ #: templates/dashboard/denied.php:53
171
+ msgid "Submit"
172
+ msgstr "送信"
173
+
174
+ #: templates/dashboard/denied.php:33
175
+ msgid "I have read and accepted the <a href=\"%s\">terms and conditions</a>"
176
+ msgstr "私は<a href=\"%s\">利用規約</a>を読み、同意しました。"
177
+
178
+ #: templates/dashboard/denied.php:12
179
+ msgid "Your account is not setup as a vendor."
180
+ msgstr "このアカウントは販売者として設定されていません。"
181
+
182
+ #: templates/dashboard/denied.php:8
183
+ msgid ""
184
+ "Your account has not yet been approved to become a vendor. When it is, you "
185
+ "will receive an email telling you that your account is approved!"
186
+ msgstr ""
187
+ "このアカウントはまだ販売者になることが承認されていません。 承認されれば、この"
188
+ "アカウントが承認されたことを伝えるメールが届きます!"
189
+
190
+ #: classes/gateways/PayPal_Masspay/class-paypal-masspay.php:215
191
+ msgid "Payment total: %s."
192
+ msgstr "支払合計 : %s"
193
+
194
+ #: classes/gateways/PayPal_Masspay/class-paypal-masspay.php:212
195
+ msgid "Payment message: %s."
196
+ msgstr "決済メッセージ : %s"
197
+
198
+ #: classes/gateways/PayPal_Masspay/class-paypal-masspay.php:211
199
+ msgid "Payment status: %s."
200
+ msgstr "決済状況 : %s"
201
+
202
+ #: classes/gateways/PayPal_Masspay/class-paypal-masspay.php:210
203
+ msgid ""
204
+ "Hello! A payment was just triggered to mass pay all vendors their due "
205
+ "commission."
206
+ msgstr ""
207
+ "こんにちは! すべての販売者に報酬を支払うためにマスペイメントの支払いが開始さ"
208
+ "れました。"
209
+
210
+ #: classes/gateways/PayPal_Masspay/class-paypal-masspay.php:208
211
+ msgid "WooCommerce: Mass payments for vendors update"
212
+ msgstr "WooCommerce : 販売者更新のためのマスペイメント"
213
+
214
+ #: classes/gateways/PayPal_Masspay/class-paypal-masspay.php:173
215
+ msgid ""
216
+ "All due commission has been paid for, but I could not clear it from their "
217
+ "profiles due to an internal error. Commission will still be listed as due. "
218
+ "Please manually mark the commission as paid from the Commissions page."
219
+ msgstr ""
220
+ "すべての報酬は支払われましたが、内部エラーのためにプロファイルからそれをクリ"
221
+ "アすることはできませんでした。 報酬は引き続き支払期限として表示されます。 報"
222
+ "酬は報酬ページから支払済みとして手動でマークしてください。"
223
+
224
+ #: classes/gateways/PayPal_Masspay/class-paypal-masspay.php:167
225
+ msgid "All due commission has been paid for."
226
+ msgstr "すべての報酬が支払われました。"
227
+
228
+ #: classes/gateways/PayPal_Masspay/class-paypal-masspay.php:115
229
+ msgid "No vendors found to pay. Maybe they haven't set a PayPal address?"
230
+ msgstr ""
231
+ "販売者は支払うことができませんでした。 PayPal アドレスを設定していない可能性"
232
+ "がありますか?"
233
+
234
+ #: classes/gateways/PayPal_AdvPayments/paypal_ap.php:508
235
+ msgid "sprintfError ID: %s. %s"
236
+ msgstr "sprintfError ID: %s. %s"
237
+
238
+ #: classes/gateways/PayPal_AdvPayments/paypal_ap.php:393,
239
+ #: classes/gateways/PayPal_AdvPayments/paypal_ap.php:394
240
+ msgid "Error ID: %s. %s"
241
+ msgstr "エラー ID : %s. %s"
242
+
243
+ #: classes/gateways/PayPal_AdvPayments/paypal_ap.php:384,
244
+ #: classes/gateways/PayPal_AdvPayments/paypal_ap.php:500,
245
+ #: classes/gateways/PayPal_Masspay/class-paypal-masspay.php:153
246
+ msgid "Error: %s"
247
+ msgstr "エラー : %s"
248
+
249
+ #: classes/gateways/PayPal_AdvPayments/paypal_ap.php:280
250
+ msgid "%s does not support your store currency."
251
+ msgstr "%s は店舗通貨をサポートしていません。"
252
+
253
+ #: classes/gateways/PayPal_AdvPayments/paypal_ap.php:280
254
+ msgid "Gateway Disabled"
255
+ msgstr "決済無効"
256
+
257
+ #: classes/gateways/PayPal_AdvPayments/paypal_ap.php:269
258
+ msgid ""
259
+ "The PayPal Adaptive Payments gateway can instantly pay your vendors their "
260
+ "due commission (if enabled). Also used to mass pay vendors on a schedule / "
261
+ "manual method (if enabled)."
262
+ msgstr ""
263
+ "PayPal アダプティブペイメント決済は即座に販売者に支払手数料を支払うことができ"
264
+ "ます(有効な場合)。 また、スケジュール/手動方法(有効になっている場合)で販"
265
+ "売者を大量に支払うためにも使用されます。"
266
+
267
+ #: classes/gateways/PayPal_AdvPayments/paypal_ap.php:251
268
+ msgid "Enable logging"
269
+ msgstr "ログを有効に"
270
+
271
+ #: classes/gateways/PayPal_AdvPayments/paypal_ap.php:245
272
+ msgid "Enable PayPal Sandbox mode"
273
+ msgstr "PayPal サンドボックスモードを有効"
274
+
275
+ #: classes/gateways/PayPal_AdvPayments/paypal_ap.php:240
276
+ msgid "Misc. Settings"
277
+ msgstr "その他の設定"
278
+
279
+ #: classes/gateways/PayPal_AdvPayments/paypal_ap.php:208
280
+ msgid ""
281
+ "You can signup for a sandbox developer account <a href=\"%s\">here</a>. You "
282
+ "need a developer account if you want to enable Sandbox mode for testing."
283
+ msgstr ""
284
+ "<a href=\"%s\">ここ</a>でサンドボックスデベロッパーアカウントにサインアップで"
285
+ "きます。テストのためにサンドボックスモードを有効にする場合は、開発者アカウン"
286
+ "トが必要です。"
287
+
288
+ #: classes/gateways/PayPal_AdvPayments/paypal_ap.php:206
289
+ msgid "Sandbox Credentials"
290
+ msgstr "サンドボックス環境"
291
+
292
+ #: classes/gateways/PayPal_AdvPayments/paypal_ap.php:202
293
+ msgid "Only required when doing live transactions."
294
+ msgstr "本番トランザクションを行うときにのみ必要です。"
295
+
296
+ #: classes/gateways/PayPal_AdvPayments/paypal_ap.php:200
297
+ msgid "Application ID"
298
+ msgstr "アプリケーション ID"
299
+
300
+ #: classes/gateways/PayPal_AdvPayments/paypal_ap.php:195,
301
+ #: classes/gateways/PayPal_AdvPayments/paypal_ap.php:229
302
+ msgid "API Signature"
303
+ msgstr "API 署名"
304
+
305
+ #: classes/gateways/PayPal_AdvPayments/paypal_ap.php:190,
306
+ #: classes/gateways/PayPal_AdvPayments/paypal_ap.php:224
307
+ msgid "API Password"
308
+ msgstr "API パスワード"
309
+
310
+ #: classes/gateways/PayPal_AdvPayments/paypal_ap.php:185,
311
+ #: classes/gateways/PayPal_AdvPayments/paypal_ap.php:219
312
+ msgid "API Username"
313
+ msgstr "API ユーザー名"
314
+
315
+ #: classes/gateways/PayPal_AdvPayments/paypal_ap.php:180,
316
+ #: classes/gateways/PayPal_AdvPayments/paypal_ap.php:214
317
+ msgid "The email address main payments should go to."
318
+ msgstr "メインの決済となるメールアドレス。"
319
+
320
+ #: classes/gateways/PayPal_AdvPayments/paypal_ap.php:179,
321
+ #: classes/gateways/PayPal_AdvPayments/paypal_ap.php:213
322
+ msgid "PayPal Email"
323
+ msgstr "PayPal メールアドレス"
324
+
325
+ #: classes/gateways/PayPal_AdvPayments/paypal_ap.php:174
326
+ msgid ""
327
+ "You must have an <a href=\"%s\">Application ID</a> to process live "
328
+ "transactions. You do not need one for testing in Sandbox mode."
329
+ msgstr ""
330
+ "本番環境を進めるには<a href=\"%s\">アプリケーション ID</a>が必要です。サンド"
331
+ "ボックスモードでのテストには必要ありません。"
332
+
333
+ #: classes/gateways/PayPal_AdvPayments/paypal_ap.php:172
334
+ msgid "Live Credentials"
335
+ msgstr "本番環境"
336
+
337
+ #: classes/gateways/PayPal_AdvPayments/paypal_ap.php:161
338
+ msgid "Pay via PayPal!"
339
+ msgstr "PayPalで支払"
340
+
341
+ #: classes/gateways/PayPal_AdvPayments/paypal_ap.php:160
342
+ msgid "This controls the description which the user sees during checkout."
343
+ msgstr "これは、支払中にユーザが見る記述を設定する。"
344
+
345
+ #: classes/gateways/PayPal_AdvPayments/paypal_ap.php:159
346
+ msgid "Description"
347
+ msgstr "詳細"
348
+
349
+ #: classes/gateways/PayPal_AdvPayments/paypal_ap.php:154
350
+ msgid "PayPal"
351
+ msgstr "PayPal"
352
+
353
+ #: classes/gateways/PayPal_AdvPayments/paypal_ap.php:153
354
+ msgid "This controls the title which the user sees during checkout."
355
+ msgstr "これは、支払中にユーザーが見るタイトルを設定します。"
356
+
357
+ #: classes/gateways/PayPal_AdvPayments/paypal_ap.php:152
358
+ msgid "Method Title"
359
+ msgstr "決済タイトル"
360
+
361
+ #: classes/gateways/PayPal_AdvPayments/paypal_ap.php:146
362
+ msgid "Enable PayPal Adaptive Payments"
363
+ msgstr "PayPal アダプティブペイメントを有効にする"
364
+
365
+ #: classes/gateways/PayPal_AdvPayments/paypal_ap.php:124
366
+ msgid "IPN payment completed"
367
+ msgstr "IPN 決済完了"
368
+
369
+ #: classes/gateways/PayPal_AdvPayments/paypal_ap.php:119
370
+ msgid ""
371
+ "Something went wrong. Response from PayPal invalidated this order. Status: "
372
+ "%s."
373
+ msgstr ""
374
+ "何かが間違っていました。 PayPalからの応答がこの注文を無効にしました。 状態:"
375
+ "%s"
376
+
377
+ #: classes/gateways/PayPal_AdvPayments/paypal_ap.php:43
378
+ msgid "PayPal Adaptive Payments"
379
+ msgstr "PayPal アダプティブペイメント"
380
+
381
+ #: classes/front/signup/class-vendor-signup.php:171,
382
+ #: classes/front/signup/class-vendor-signup.php:208,
383
+ #: classes/front/signup/class-vendor-signup.php:220
384
+ msgid "You must accept the terms and conditions to become a vendor."
385
+ msgstr "販売者になるには、利用規約に同意する必要があります。"
386
+
387
+ #: classes/front/signup/class-vendor-signup.php:124
388
+ msgid "Your application has been submitted."
389
+ msgstr "申請書が提出されました。"
390
+
391
+ #: classes/front/signup/class-vendor-signup.php:122
392
+ msgid "Application denied. You are an administrator."
393
+ msgstr "申込が拒否されました。 あなたは管理者です。"
394
+
395
+ #: classes/front/signup/class-vendor-signup.php:72,
396
+ #: classes/front/signup/views/html-vendor-signup.php:35
397
+ msgid ""
398
+ "I have read and accepted the <a target=\"top\" href=\"%s\">terms and "
399
+ "conditions</a>"
400
+ msgstr "私は<a target=\"top\" href=\"%s\">利用規約</a>を読み、同意しました。"
401
+
402
+ #: classes/front/signup/class-vendor-signup.php:58,
403
+ #: classes/front/signup/views/html-vendor-signup.php:21,
404
+ #: templates/dashboard/denied.php:22
405
+ msgid "Apply to become a vendor? "
406
+ msgstr "販売者になるために申請しますか?"
407
+
408
+ #: classes/front/orders/class-submit-comment.php:63
409
+ msgid "Success. The customer has been notified of your comment."
410
+ msgstr "成功。 お客様に注文コメントが通知されました。"
411
+
412
+ #: classes/front/orders/class-submit-comment.php:41
413
+ msgid "You've left the comment field empty!"
414
+ msgstr "注文コメント欄を空のままにしました!"
415
+
416
+ #: classes/front/orders/class-orders.php:256
417
+ msgid "Email address"
418
+ msgstr "メールアドレス"
419
+
420
+ #: classes/front/orders/class-orders.php:255
421
+ msgid "Zip"
422
+ msgstr "郵便番号"
423
+
424
+ #: classes/front/orders/class-orders.php:254
425
+ msgid "State"
426
+ msgstr "都道府県"
427
+
428
+ #: classes/front/orders/class-orders.php:253
429
+ msgid "City"
430
+ msgstr "市"
431
+
432
+ #: classes/front/orders/class-orders.php:252
433
+ msgid "Address"
434
+ msgstr "住所"
435
+
436
+ #: classes/front/orders/class-orders.php:251
437
+ msgid "Full name"
438
+ msgstr "氏名"
439
+
440
+ #: classes/front/orders/class-orders.php:250
441
+ msgid "Product Title"
442
+ msgstr "商品名"
443
+
444
+ #: classes/front/orders/class-orders.php:123,
445
+ #: classes/front/orders/class-orders.php:189
446
+ msgid "No orders."
447
+ msgstr "注文がありません。"
448
+
449
+ #: classes/front/orders/class-orders.php:100,
450
+ #: classes/front/orders/class-orders.php:166
451
+ msgid ""
452
+ "You haven't selected a product's orders to view! Please go back to the "
453
+ "Vendor Dashboard and click Show Orders on the product you'd like to view."
454
+ msgstr ""
455
+ "表示する商品の注文を選択していません! 販売者ダッシュボードに戻り、表示する商"
456
+ "品の[注文を表示]をクリックしてください。"
457
+
458
+ #: classes/front/orders/class-export-csv.php:20
459
+ msgid "Item Meta"
460
+ msgstr "アイテムメタ"
461
+
462
+ #: classes/front/orders/class-export-csv.php:19,
463
+ #: templates/dashboard/reports.php:18,
464
+ #: templates/emails/notify-vendor-shipped.php:23,
465
+ #: templates/emails/vendor-new-order.php:23
466
+ msgid "Quantity"
467
+ msgstr "数"
468
+
469
+ #: classes/front/dashboard/class-vendor-dashboard.php:86
470
+ msgid "Success. Your tracking number has been updated."
471
+ msgstr "成功。 追跡番号が更新されました。"
472
+
473
+ #: classes/front/dashboard/class-vendor-dashboard.php:83,
474
+ #: classes/front/dashboard/class-vendor-dashboard.php:84
475
+ msgid "Tracking number"
476
+ msgstr "追跡番号"
477
+
478
+ #: classes/front/dashboard/class-vendor-dashboard.php:55
479
+ msgid "%s has marked as shipped. "
480
+ msgstr "%s が出荷済みにしました。"
481
+
482
+ #: classes/front/dashboard/class-vendor-dashboard.php:53
483
+ msgid "Order marked shipped."
484
+ msgstr "注文した商品は出荷されました。"
485
+
486
+ #: classes/class-install.php:205
487
+ msgid "Vendor Dashboard"
488
+ msgstr "Vendor ダッシュボード"
489
+
490
+ #: classes/class-cron.php:87
491
+ msgid "Payment total: %s"
492
+ msgstr "決済合計 : %s"
493
+
494
+ #: classes/admin/views/html-vendor-settings-page.php:70
495
+ msgid "Save Shop Settings"
496
+ msgstr "店舗設定を保存"
497
+
498
+ #: classes/admin/views/html-vendor-settings-page.php:61,
499
+ #: templates/dashboard/settings/shop-description.php:3
500
+ msgid "This is displayed on your <a href=\"%s\">shop page</a>."
501
+ msgstr "これは、<a href=\"%s\">店舗ページ</a>に表示されます。"
502
+
503
+ #: classes/admin/views/html-vendor-settings-page.php:49,
504
+ #: templates/dashboard/settings/shop-description.php:2
505
+ msgid "Shop Description"
506
+ msgstr "店舗詳細"
507
+
508
+ #: classes/admin/views/html-vendor-settings-page.php:43,
509
+ #: templates/dashboard/settings/seller-info.php:4
510
+ msgid "This is displayed on each of your products."
511
+ msgstr "これは各商品に表示されます。"
512
+
513
+ #: classes/admin/views/html-vendor-settings-page.php:24,
514
+ #: templates/dashboard/settings/shop-name.php:3
515
+ msgid "Your shop name is public and must be unique."
516
+ msgstr "お店の名前は公開され、一意である必要があります。"
517
+
518
+ #: classes/admin/views/html-vendor-settings-page.php:15,
519
+ #: templates/dashboard/settings/paypal-email-form.php:3
520
+ msgid "Your PayPal address is used to send you your commission."
521
+ msgstr "手数料を送るために PayPal アドレスが使用されます。"
522
+
523
+ #: classes/admin/views/html-vendor-settings-page.php:11,
524
+ #: templates/dashboard/settings/paypal-email-form.php:2
525
+ msgid "PayPal Address"
526
+ msgstr "PayPal アドレス"
527
+
528
+ #: classes/admin/settings/sf-options.php:359
529
+ msgid ""
530
+ "Send the WooCommerce admin an email each time a payment has been made via "
531
+ "the payment schedule options above"
532
+ msgstr ""
533
+ "上記の支払いスケジュールオプションで支払いが行われるたびに、 WooCommerce 管理"
534
+ "者にメールを送信してください"
535
+
536
+ #: classes/admin/settings/sf-options.php:358
537
+ msgid "Email notification"
538
+ msgstr "メール通知"
539
+
540
+ #: classes/admin/settings/sf-options.php:353
541
+ msgid "Now"
542
+ msgstr "今"
543
+
544
+ #: classes/admin/settings/sf-options.php:352
545
+ msgid "Manual"
546
+ msgstr "手動"
547
+
548
+ #: classes/admin/settings/sf-options.php:351
549
+ msgid "Monthly"
550
+ msgstr "月"
551
+
552
+ #: classes/admin/settings/sf-options.php:350
553
+ msgid "Biweekly"
554
+ msgstr "隔週"
555
+
556
+ #: classes/admin/settings/sf-options.php:349
557
+ msgid "Weekly"
558
+ msgstr "週"
559
+
560
+ #: classes/admin/settings/sf-options.php:348
561
+ msgid "Daily"
562
+ msgstr "日"
563
+
564
+ #: classes/admin/settings/sf-options.php:343
565
+ msgid "Note: Schedule will only work if instant pay is unchecked"
566
+ msgstr "注:スケジュールは即時支払いがチェックされていない場合にのみ機能します"
567
+
568
+ #: classes/admin/settings/sf-options.php:342
569
+ msgid "Payment schedule"
570
+ msgstr "支払スケジュール"
571
+
572
+ #: classes/admin/settings/sf-options.php:335
573
+ msgid ""
574
+ "For this to work, customers must checkout with the PayPal Adaptive Payments "
575
+ "gateway. Using any other gateways will not pay vendors instantly"
576
+ msgstr ""
577
+ "これを行うには、PayPal アダプティブペイメント決済で支払する必要があります。 "
578
+ "他の決済を使用してもすぐに販売者に支払うことはありません"
579
+
580
+ #: classes/admin/settings/sf-options.php:334
581
+ msgid ""
582
+ "Instantly pay vendors their commission when an order is made, and if a "
583
+ "vendor has a valid PayPal email added on their Shop Settings page."
584
+ msgstr ""
585
+ "注文時に即座に販売者に手数料を払い、販売店には店舗設定ページに有効な PayPal "
586
+ "メールが追加されているかどうかを確認します。"
587
+
588
+ #: classes/admin/settings/sf-options.php:333
589
+ msgid "Instant pay"
590
+ msgstr "即時決済"
591
+
592
+ #: classes/admin/settings/sf-options.php:329
593
+ msgid ""
594
+ "Make sure you update your PayPal Adaptive Payments settings <a href=\"%s"
595
+ "\">here</a>. <br><br>To instantly pay with Adaptive Payments you must "
596
+ "activate the PayPal AP gateway in your Checkout settings. <br><a href="
597
+ "\"https://www.wcvendors.com/kb/configuring-paypal-adaptive-payments/\" "
598
+ "target=\"top\">PayPal AP Application Help</a>. <br><br>Another gateway that "
599
+ "offers instant payments to vendors that also accepts credit cards directly "
600
+ "on your checkout page is Stripe. <br><a href=\"https://www.wcvendors.com/"
601
+ "product/stripe-commissions-gateway/\" target=\"top\">Stripe Commissions & "
602
+ "Gateway plugin</a> is $49 and specifically coded for WC Vendors and <a href="
603
+ "\"https://www.wcvendors.com/product/wc-vendors-pro/\" target=\"top\">WC "
604
+ "Vendors Pro</a>."
605
+ msgstr ""
606
+ "PayPal アダプティブペイメントの設定を<a href=\"%s\">ここから</a>更新してくだ"
607
+ "さい。<br><br>アダプティブペイメントで即座に支払いを行うには、支払設定で "
608
+ "PayPal API ゲートウェイを有効にする必要があります。<br><a href=\"https://www."
609
+ "wcvendors.com/kb/configuring-paypal-adaptive-payments/\" target=\"top"
610
+ "\">PayPal API アプリケーションヘルプ。</a><br><br>チェックアウトページで直接"
611
+ "クレジットカードを受け入れる販売者への即時支払いを提供する別の決済はStripeで"
612
+ "す。<br><a href=\"https://www.wcvendors.com/product/stripe-commissions-"
613
+ "gateway/\" target=\"top\">Stripeによる報酬及び決済プラグイン</a>は $49 で<a "
614
+ "href=\"https://www.wcvendors.com/product/wc-vendors-pro/\" target=\"top\">WC "
615
+ "Vendors Pro</a>に同梱されています。"
616
+
617
+ #: classes/admin/settings/sf-options.php:328
618
+ msgid "Total commission currently due: %s. <a href=\"%s\">View details</a>."
619
+ msgstr "現在支払う総手数料 : %s <a href=\"%s\">詳細はこちら。</a>"
620
+
621
+ #: classes/admin/settings/sf-options.php:327
622
+ msgid "PayPal Adaptive Payments Scheduling"
623
+ msgstr "PayPal Adaptive 決済スケジュール"
624
+
625
+ #: classes/admin/settings/sf-options.php:325
626
+ msgid "Payments"
627
+ msgstr "Payments"
628
+
629
+ #: classes/admin/settings/sf-options.php:314
630
+ msgid "payments"
631
+ msgstr "決済"
632
+
633
+ #: classes/admin/settings/sf-options.php:307
634
+ msgid ""
635
+ "These terms are shown to a user when submitting an application to become a "
636
+ "vendor.<br/>If left blank, no terms will be shown to the applicant. Vendor "
637
+ "must accept terms in order to register, if set."
638
+ msgstr ""
639
+ "これらの規約は、販売者になるためにアプリケーションを提出するときにユーザーに"
640
+ "表示されます。<br/>空白のままにすると、申請者に条件が表示されません。 ベン"
641
+ "ダーは、登録されている場合は、登録するために条件を受け入れる必要があります。"
642
+
643
+ #: classes/admin/settings/sf-options.php:306
644
+ msgid "Vendor terms"
645
+ msgstr "販売者規約"
646
+
647
+ #: classes/admin/settings/sf-options.php:299
648
+ msgid ""
649
+ "Choose the page that has the shortcode <code>[wcv_orders]</code><br/>By "
650
+ "default, Vendor Dashboard > Orders should have the shortcode."
651
+ msgstr ""
652
+ "ショートコード<code>[wcv_orders]</code>を持つページを選択します。<br/>デフォ"
653
+ "ルトでは、ベンダダッシュボード>注文にショートコードが必要です。"
654
+
655
+ #: classes/admin/settings/sf-options.php:298
656
+ msgid "Orders page"
657
+ msgstr "注文ページ"
658
+
659
+ #: classes/admin/settings/sf-options.php:291
660
+ msgid ""
661
+ "Choose the page that has the shortcode <code>[wcv_shop_settings]</code><br/"
662
+ ">These are the shop settings a vendor can configure. By default, Vendor "
663
+ "Dashboard > Shop Settings should have this shortcode."
664
+ msgstr ""
665
+ "ショートコード<code>[wcv_shop_settings]</code>を持つページを選択します。<br/>"
666
+ "販売者が設定できるショップの設定です。 デフォルトでは、販売者ダッシュボード "
667
+ "> ショップ設定にこのショートコードが必要です。"
668
+
669
+ #: classes/admin/settings/sf-options.php:290
670
+ msgid "Shop settings"
671
+ msgstr "店舗設定"
672
+
673
+ #: classes/admin/settings/sf-options.php:283
674
+ msgid ""
675
+ "Choose the page that has the shortcode <code>[wcv_vendor_dashboard]</"
676
+ "code><br/>. If this page is not set, you will break your site. If you "
677
+ "upgrade to Pro, keep this page unchanged as both Pro Dashboard and this "
678
+ "Dashboard page must be set."
679
+ msgstr ""
680
+ "ショートコード<code>[wcv_vendor_dashboard]</code>を持つページを選択します。"
681
+ "<br/>このページが設定されていない場合は、サイトを中断します。 Pro にアッグ"
682
+ "レードする場合は、Pro ダッシュボードとこのダッシュボードページの両方を設定す"
683
+ "る必要があるため、このページは変更しないでください。"
684
+
685
+ #: classes/admin/settings/sf-options.php:282
686
+ msgid "Vendor dashboard"
687
+ msgstr "販売者ダッシュボード"
688
+
689
+ #: classes/admin/settings/sf-options.php:279
690
+ msgid "Page configuration"
691
+ msgstr "ページ構成"
692
+
693
+ #: classes/admin/settings/sf-options.php:278
694
+ msgid "Pages"
695
+ msgstr "Pages"
696
+
697
+ #: classes/admin/settings/sf-options.php:272
698
+ msgid ""
699
+ "Vendors can submit products without review or approval from a shop admin. "
700
+ "This could be dangerous with malicious vendors, so take caution."
701
+ msgstr ""
702
+ "販売者は、店舗管理者からのレビューや承認を受けずに商品を提出できます。 これは"
703
+ "悪意のある販売者にとっては危険かもしれませんので、注意してください。"
704
+
705
+ #: classes/admin/settings/sf-options.php:271
706
+ msgid "Submit products live without requiring approval"
707
+ msgstr "承認不要の商品を送信する"
708
+
709
+ #: classes/admin/settings/sf-options.php:264
710
+ msgid ""
711
+ "Vendors could edit an approved product after it has already gone live. There "
712
+ "is no approval or review after editing a live product. This could be "
713
+ "dangerous with malicious vendors, so take caution."
714
+ msgstr ""
715
+ "既に販売された後、販売者は承認された商品を編集することができます。 販売中商品"
716
+ "を編集した後、承認またはレビューはありません。 これは悪意のある販売者にとって"
717
+ "は危険かもしれませんので、注意してください。"
718
+
719
+ #: classes/admin/settings/sf-options.php:263
720
+ msgid "Edit live products"
721
+ msgstr "販売中商品の編集"
722
+
723
+ #: classes/admin/settings/sf-options.php:256
724
+ msgid ""
725
+ "Check to allow vendors to list new products. Admin must approve new "
726
+ "products by editing the product, and clicking Publish."
727
+ msgstr ""
728
+ "販売者に新製品のリストを許可するかどうかをチェックします。 管理者は、商品を編"
729
+ "集し、[公開]をクリックして新しい製品を承認する必要があります。"
730
+
731
+ #: classes/admin/settings/sf-options.php:255
732
+ msgid "Submit products"
733
+ msgstr "商品の送信"
734
+
735
+ #: classes/admin/settings/sf-options.php:247
736
+ msgid ""
737
+ "Sales table on the frontend on the Vendor Dashboard page. The table will "
738
+ "only display sales data that pertain to their products, and only for orders "
739
+ "that are processing or completed."
740
+ msgstr ""
741
+ "販売者ダッシュボードページのフロントエンドの売上表。 この表には、商品に関連す"
742
+ "る販売データのみが表示され、処理中または完了した注文のみが表示されます。"
743
+
744
+ #: classes/admin/settings/sf-options.php:246
745
+ msgid "View Frontend sales reports"
746
+ msgstr "フロントエンドの売上レポートを表示"
747
+
748
+ #: classes/admin/settings/sf-options.php:239
749
+ msgid ""
750
+ "This option has been removed and will no longer function. It will be "
751
+ "completely removed in future versions. Vendors should use their Vendor "
752
+ "Dashboard for reports as all identical functionality is already there. "
753
+ msgstr ""
754
+ "このオプションは削除され、機能しなくなります。 将来のバージョンでは完全に削除"
755
+ "されます。 販売者は、同じ機能がすべて既に存在するため、レポートには販売者ダッ"
756
+ "シュボードを使用するべきです。"
757
+
758
+ #: classes/admin/settings/sf-options.php:238
759
+ msgid ""
760
+ "<strike>View backend sales reports</strike>. <strong>Depreciated</strong>"
761
+ msgstr ""
762
+ "<strike>バックエンド販売レポートを表示する</strike>. <strong>非推奨</strong>"
763
+
764
+ #: classes/admin/settings/sf-options.php:237
765
+ msgid "Reports"
766
+ msgstr "レポート"
767
+
768
+ #: classes/admin/settings/sf-options.php:230
769
+ msgid "Vendors could export orders for a product on the frontend"
770
+ msgstr "販売者は、フロントエンドで商品の注文をエクスポートすることができます"
771
+
772
+ #: classes/admin/settings/sf-options.php:229
773
+ msgid "Export a CSV file of orders for a product"
774
+ msgstr "商品の受注 CSV ファイルをエクスポートする"
775
+
776
+ #: classes/admin/settings/sf-options.php:222
777
+ msgid ""
778
+ "While viewing order details on the frontend, you can disable or enable email "
779
+ "addresses"
780
+ msgstr ""
781
+ "フロントエンドで注文の詳細を表示している間に、メールアドレスを無効または有効"
782
+ "にすることができます"
783
+
784
+ #: classes/admin/settings/sf-options.php:221
785
+ msgid "View email addresses"
786
+ msgstr "メールアドレスを表示"
787
+
788
+ #: classes/admin/settings/sf-options.php:214
789
+ msgid ""
790
+ "Submit comments for an order on the frontend. Eg, tracking ID for a product"
791
+ msgstr ""
792
+ "フロントエンドの注文に関するコメントを送信します。 たとえば、商品のトラッキン"
793
+ "グ ID"
794
+
795
+ #: classes/admin/settings/sf-options.php:213
796
+ msgid "Submit comments"
797
+ msgstr "コメントをソウシン"
798
+
799
+ #: classes/admin/settings/sf-options.php:206
800
+ msgid "View all vendor comments for an order on the frontend"
801
+ msgstr "フロントエンドでの注文に関するすべての販売者コメントを表示する"
802
+
803
+ #: classes/admin/settings/sf-options.php:205
804
+ msgid "View comments"
805
+ msgstr "コメントを表示"
806
+
807
+ #: classes/admin/settings/sf-options.php:198
808
+ msgid "Show customer details such as email, address, name, etc, for each order"
809
+ msgstr "注文ごとにメール、住所、名前などの顧客の詳細を表示する"
810
+
811
+ #: classes/admin/settings/sf-options.php:197
812
+ msgid "View orders"
813
+ msgstr "注文を表示"
814
+
815
+ #: classes/admin/settings/sf-options.php:193
816
+ msgid "General permissions used around the shop"
817
+ msgstr "店舗の一般的な権限"
818
+
819
+ #: classes/admin/settings/sf-options.php:193
820
+ msgid "Permissions"
821
+ msgstr "権限"
822
+
823
+ #: classes/admin/settings/sf-options.php:186
824
+ msgid ""
825
+ "You can add CSS in this textarea, which will be loaded on the product add/"
826
+ "edit page for vendors."
827
+ msgstr ""
828
+ "このテキストエリアに CSS を追加することができます。このテキストエリアは、販売"
829
+ "者の商品追加/編集ページにロードされます。"
830
+
831
+ #: classes/admin/settings/sf-options.php:185
832
+ msgid "Stylesheet"
833
+ msgstr "スタイルシート"
834
+
835
+ #: classes/admin/settings/sf-options.php:178
836
+ msgid "Duplicate Product"
837
+ msgstr "重複した商品"
838
+
839
+ #: classes/admin/settings/sf-options.php:177
840
+ msgid "Featured"
841
+ msgstr "オススメ商品"
842
+
843
+ #: classes/admin/settings/sf-options.php:176
844
+ msgid "SKU"
845
+ msgstr "SKU"
846
+
847
+ #: classes/admin/settings/sf-options.php:172
848
+ msgid "Miscellaneous"
849
+ msgstr "その他"
850
+
851
+ #: classes/admin/settings/sf-options.php:165
852
+ msgid "Downloadable"
853
+ msgstr "ダウンロード商品"
854
+
855
+ #: classes/admin/settings/sf-options.php:164
856
+ msgid "Virtual"
857
+ msgstr "バーチャル"
858
+
859
+ #: classes/admin/settings/sf-options.php:161
860
+ msgid ""
861
+ "CHECKING these boxes will **HIDE** these product options from the vendor"
862
+ msgstr ""
863
+ "これらのチェックボックスをオンにすると、販売者からこれらの商品タイプオプショ"
864
+ "ンが隠されます"
865
+
866
+ #: classes/admin/settings/sf-options.php:160
867
+ msgid "Type options"
868
+ msgstr "商品タイプオプション"
869
+
870
+ #: classes/admin/settings/sf-options.php:153
871
+ msgid "External / affiliate"
872
+ msgstr "外部 / アフェリエイト リンク"
873
+
874
+ #: classes/admin/settings/sf-options.php:152
875
+ msgid "Grouped"
876
+ msgstr "グループ化された商品"
877
+
878
+ #: classes/admin/settings/sf-options.php:151
879
+ msgid "Variable"
880
+ msgstr "バリエーションのある商品"
881
+
882
+ #: classes/admin/settings/sf-options.php:150
883
+ msgid "Simple"
884
+ msgstr "簡単な商品"
885
+
886
+ #: classes/admin/settings/sf-options.php:147
887
+ msgid "CHECKING these boxes will HIDE these product types from the vendor"
888
+ msgstr ""
889
+ "これらのチェックボックスをオンにすると、販売者からこれらの商品タイプが隠され"
890
+ "ます"
891
+
892
+ #: classes/admin/settings/sf-options.php:146
893
+ msgid "Types"
894
+ msgstr "商品タイプ"
895
+
896
+ #: classes/admin/settings/sf-options.php:139
897
+ msgid "Advanced"
898
+ msgstr "高度"
899
+
900
+ #: classes/admin/settings/sf-options.php:138
901
+ msgid "Attributes"
902
+ msgstr "属性"
903
+
904
+ #: classes/admin/settings/sf-options.php:137
905
+ msgid "Linked Products"
906
+ msgstr "リンクされた製品"
907
+
908
+ #: classes/admin/settings/sf-options.php:135
909
+ msgid "Inventory"
910
+ msgstr "在庫"
911
+
912
+ #: classes/admin/settings/sf-options.php:132
913
+ msgid ""
914
+ "CHECKING these boxes will **HIDE** these areas of the add product page for "
915
+ "vendors"
916
+ msgstr ""
917
+ "これらのチェックボックスをオンにすると、販売者の商品追加ページのこれらの領域"
918
+ "が **隠されます**"
919
+
920
+ #: classes/admin/settings/sf-options.php:131
921
+ msgid "Left side panel"
922
+ msgstr "左側のサイドパネル"
923
+
924
+ #: classes/admin/settings/sf-options.php:128
925
+ msgid "Configure what to hide from all vendors when adding a product"
926
+ msgstr "商品を追加するときにすべての販売者から隠す内容を設定する"
927
+
928
+ #: classes/admin/settings/sf-options.php:128
929
+ msgid "Product Add Page"
930
+ msgstr "商品追加ページ設定"
931
+
932
+ #: classes/admin/settings/sf-options.php:124
933
+ msgid "Seller Info"
934
+ msgstr "販売者情報"
935
+
936
+ #: classes/admin/settings/sf-options.php:121
937
+ msgid "The seller info tab title on the single product page."
938
+ msgstr "商品ページの販売者情報タブのタイトル"
939
+
940
+ #: classes/admin/settings/sf-options.php:120
941
+ msgid "Seller Info Label"
942
+ msgstr "販売者情報ラベル"
943
+
944
+ #: classes/admin/settings/sf-options.php:113
945
+ msgid "The sold by label used on the site and emails."
946
+ msgstr "販売者ラベルをサイトとメールで利用します。"
947
+
948
+ #: classes/admin/settings/sf-options.php:112
949
+ msgid "Sold By Label"
950
+ msgstr "販売者ラベル"
951
+
952
+ #: classes/admin/settings/sf-options.php:105
953
+ msgid "This will enable or disable the sold by labels."
954
+ msgstr "これは販売者のラベルの表示を有効にするか無効にするかです。"
955
+
956
+ #: classes/admin/settings/sf-options.php:104
957
+ msgid "Enable sold by labels"
958
+ msgstr "販売者のラベルと有効にします"
959
+
960
+ #: classes/admin/settings/sf-options.php:103,
961
+ #: classes/admin/settings/sf-options.php:116
962
+ msgid "Sold By"
963
+ msgstr "販売者"
964
+
965
+ #: classes/admin/settings/sf-options.php:96
966
+ msgid "User Email"
967
+ msgstr "ユーザーメールアドレス"
968
+
969
+ #: classes/admin/settings/sf-options.php:95
970
+ msgid "User Login"
971
+ msgstr "ユーザーログイン"
972
+
973
+ #: classes/admin/settings/sf-options.php:94,
974
+ #: classes/admin/views/html-vendor-settings-page.php:22,
975
+ #: templates/dashboard/settings/shop-name.php:2
976
+ msgid "Shop Name"
977
+ msgstr "店舗名"
978
+
979
+ #: classes/admin/settings/sf-options.php:93
980
+ msgid "Display Name"
981
+ msgstr "表示名"
982
+
983
+ #: classes/admin/settings/sf-options.php:89
984
+ msgid ""
985
+ "Select what will be displayed for the sold by text throughout the store."
986
+ msgstr "店舗で販売する時に表示されるテキストを選択します。"
987
+
988
+ #: classes/admin/settings/sf-options.php:88
989
+ msgid "Vendor Display Name"
990
+ msgstr "販売者表示名"
991
+
992
+ #: classes/admin/settings/sf-options.php:81
993
+ msgid ""
994
+ "This will override the HTML Shop description output on product-archive "
995
+ "pages. In order to customize the shop headers visit wcvendors.com and read "
996
+ "the article in the Knowledgebase titled Changing the Vendor Templates."
997
+ msgstr ""
998
+ "これは、商品・アーカイブ・ページに HTML 店舗の説明出力を上書きします。 店舗の"
999
+ "ヘッダーをカスタマイズするには、 wcvendors.com にアクセスし、ナレッジベースの"
1000
+ "記事「ベンダーテンプレートの変更」を参照してください。"
1001
+
1002
+ #: classes/admin/settings/sf-options.php:80
1003
+ msgid "Enable vendor shop headers"
1004
+ msgstr "販売者の店舗ヘッダーを有効にする"
1005
+
1006
+ #: classes/admin/settings/sf-options.php:79
1007
+ msgid "Shop Headers"
1008
+ msgstr "店舗ヘッダー"
1009
+
1010
+ #: classes/admin/settings/sf-options.php:72
1011
+ msgid ""
1012
+ "Enter one word for the URI. If you enter \"<strong>vendors</strong>\" your "
1013
+ "vendors store will be <code>yourdomain.com/vendors/store-name/</code>"
1014
+ msgstr ""
1015
+ "URI の単語を1つ入力します。 \"<strong>vendors</strong>\" に入ると、販売者の"
1016
+ "店舗は <code>yourdomain.com/vendors/store-name/</code> になります"
1017
+
1018
+ #: classes/admin/settings/sf-options.php:71
1019
+ msgid "Vendor Shop Page"
1020
+ msgstr "販売者店舗ページ"
1021
+
1022
+ #: classes/admin/settings/sf-options.php:64
1023
+ msgid ""
1024
+ "Enable HTML for a vendor's shop description by default. You can enable or "
1025
+ "disable this per vendor by editing the vendors user account."
1026
+ msgstr ""
1027
+ "デフォルトでは、販売者のショップ説明に HTML を有効にします。販売者のユーザー"
1028
+ "アカウントを編集することで、販売者ごとにこれを有効または無効にすることができ"
1029
+ "ます。"
1030
+
1031
+ #: classes/admin/settings/sf-options.php:63
1032
+ msgid "Shop HTML"
1033
+ msgstr "店舗 HTML"
1034
+
1035
+ #: classes/admin/settings/sf-options.php:60
1036
+ msgid "Shop options"
1037
+ msgstr "店舗オプション"
1038
+
1039
+ #: classes/admin/settings/sf-options.php:54
1040
+ msgid ""
1041
+ "WC Vendors Free - Give vendors shipping if using Per Product Shipping "
1042
+ "gateway. WC Vendors Pro - Give vendors shipping when using Vendor "
1043
+ "Shipping. No other shipping module is compatible with this option."
1044
+ msgstr ""
1045
+ "WC Vendors Free - 商品ごとの配送決済を使用する場合は、販売者に出荷を指示しま"
1046
+ "す。 WC Vendors Pro - Vendor Shippingを使用している場合、販売者に出荷を促しま"
1047
+ "す。 他の配送モジュールはこのオプションと互換性がありません。"
1048
+
1049
+ #: classes/admin/settings/sf-options.php:53
1050
+ msgid "Give vendors any shipping collected per-product"
1051
+ msgstr "販売者が商品ごとに収集された送料"
1052
+
1053
+ #: classes/admin/settings/sf-options.php:45
1054
+ msgid "The tax collected on a vendor's product will be given in its entirety"
1055
+ msgstr "販売者の商品に集めた税金は、そのすべてが与えられます"
1056
+
1057
+ #: classes/admin/settings/sf-options.php:44
1058
+ msgid "Give vendors any tax collected per-product"
1059
+ msgstr "販売者に商品ごとに収集された税金を与える"
1060
+
1061
+ #: classes/admin/settings/sf-options.php:43,
1062
+ #: classes/admin/settings/sf-options.php:175
1063
+ msgid "Taxes"
1064
+ msgstr "税金"
1065
+
1066
+ #: classes/admin/settings/sf-options.php:36
1067
+ msgid ""
1068
+ "With this unchecked, all vendor applications are automatically accepted. "
1069
+ "Otherwise, you must approve each manually."
1070
+ msgstr ""
1071
+ "このチェックを外すと、すべての販売者契約が自動的に承認されます。 それ以外の場"
1072
+ "合は、それぞれを手動で承認する必要があります。"
1073
+
1074
+ #: classes/admin/settings/sf-options.php:35
1075
+ msgid "Approve vendor applications manually"
1076
+ msgstr "販売者契約を手動で承認する"
1077
+
1078
+ #: classes/admin/settings/sf-options.php:28
1079
+ msgid ""
1080
+ "This will show a checkbox on the My Account page's registration form asking "
1081
+ "if the user would like to apply to be a vendor. Also, on the Vendor "
1082
+ "Dashboard, users can still apply to become a vendor even if this is disabled."
1083
+ msgstr ""
1084
+ "これにより、ユーザーが販売者として応募したいかどうかを尋ねるマイアカウント"
1085
+ "ページの登録フォームにチェックボックスが表示されます。 また、仕入先ダッシュ"
1086
+ "ボードでは、これが無効になっていても、販売者になるよう依頼することができま"
1087
+ "す。"
1088
+
1089
+ #: classes/admin/settings/sf-options.php:26
1090
+ msgid "Registration"
1091
+ msgstr "登録"
1092
+
1093
+ #: classes/admin/settings/sf-options.php:22
1094
+ msgid ""
1095
+ "Allow users or guests to apply to become a vendor. <br><br><strong>WARNING:"
1096
+ "</strong> You MUST \"<strong>Enable registration on the \"My Account\" "
1097
+ "page</strong>\" in your <strong>WooCommerce > Settings > Accounts</strong> "
1098
+ "page for this option to work. Currently, you have registration disabled."
1099
+ msgstr ""
1100
+ "すべてのユーザーまたはゲストが販売者になることを許可する。<br><br><strong>警"
1101
+ "告:</strong> <strong>WooCommerce > 設定 > アカウント</strong>ページで<strong>"
1102
+ "\"マイアカウント \"ページへの登録を有効にする</strong>必要があります。現在、"
1103
+ "登録が無効になっています。"
1104
+
1105
+ #: classes/admin/settings/sf-options.php:20,
1106
+ #: classes/admin/settings/sf-options.php:27
1107
+ msgid "Allow users or guests to apply to become a vendor"
1108
+ msgstr "ユーザーまたはゲストが販売者になることを許可する"
1109
+
1110
+ #: classes/admin/settings/sf-options.php:9
1111
+ msgid ""
1112
+ "The default rate you pay each vendor for a product sale. <br>You can also "
1113
+ "give vendors their own individual commission rates by editing the vendors "
1114
+ "user account.<br>Also, you can edit an individual products commission to "
1115
+ "override both of these settings on a per product basis."
1116
+ msgstr ""
1117
+ "商品販売のために各販売者に支払う基本報酬率。 <br>販売者のユーザーアカウントを"
1118
+ "編集することで、販売者に独自の手数料を与えることもできます。<br>また、個々の"
1119
+ "商品報酬を編集して、これらの両方の設定を商品ごとに上書きすることができます。"
1120
+
1121
+ #: classes/admin/settings/sf-options.php:8
1122
+ msgid "Default commission (%)"
1123
+ msgstr "基本の報酬額(%)"
1124
+
1125
+ #: classes/admin/settings/sf-options.php:5
1126
+ msgid "General options"
1127
+ msgstr "一般オプション"
1128
+
1129
+ #: classes/admin/settings/classes/sf-class-settings.php:848
1130
+ msgid "Upload an image for the %s"
1131
+ msgstr "%s のために画像をアップリード"
1132
+
1133
+ #: classes/admin/settings/classes/sf-class-settings.php:848,
1134
+ #: classes/admin/settings/classes/sf-class-settings.php:848
1135
+ msgid "Add %s"
1136
+ msgstr "%s を追加"
1137
+
1138
+ #: classes/admin/settings/classes/sf-class-settings.php:848
1139
+ msgid "Update %s"
1140
+ msgstr "%s を更新"
1141
+
1142
+ #: classes/admin/settings/classes/sf-class-settings.php:785
1143
+ msgid "View Page"
1144
+ msgstr "固定ページを表示"
1145
+
1146
+ #: classes/admin/settings/classes/sf-class-settings.php:784
1147
+ msgid "Edit Page"
1148
+ msgstr "固定ページを編集"
1149
+
1150
+ #: classes/admin/settings/classes/sf-class-settings.php:499
1151
+ msgid ""
1152
+ "Please help with a <a href=\"https://wordpress.org/support/view/plugin-"
1153
+ "reviews/wc-vendors?rate=5#postform\" target=\"top\">High Five!</a> | <a href="
1154
+ "\"https://www.wcvendors.com/product/wc-vendors-pro/\" target=\"top\">WC "
1155
+ "Vendors Pro</a> | <a href=\"https://www.wcvendors.com/product/stripe-"
1156
+ "commissions-gateway/\" target=\"top\">Stripe Commissions & Gateway</a> | <a "
1157
+ "href=\"https://www.wcvendors.com/kb/\" target=\"top\">KnowledgeBase</a> | <a "
1158
+ "href=\"https://www.wcvendors.com/help/\" target=\"top\">Help Forums</a>"
1159
+ msgstr ""
1160
+ "<a href=\"https://wordpress.org/support/view/plugin-reviews/wc-vendors?"
1161
+ "rate=5#postform\" target=\"top\">評価!</a> | <a href=\"https://www.wcvendors."
1162
+ "com/product/wc-vendors-pro/\" target=\"top\">WC Vendors Pro</a> | <a href="
1163
+ "\"https://www.wcvendors.com/product/stripe-commissions-gateway/\" target="
1164
+ "\"top\">Stripe 報酬と決済</a> | <a href=\"https://www.wcvendors.com/kb/\" "
1165
+ "target=\"top\">ナレッジベース</a> | <a href=\"https://www.wcvendors.com/help/"
1166
+ "\" target=\"top\">ヘルプフォーラム</a>のご利用をご検討ください。"
1167
+
1168
+ #: classes/admin/settings/classes/sf-class-settings.php:486
1169
+ msgid "Save %s changes"
1170
+ msgstr "%s の変更を保存"
1171
+
1172
+ #: classes/admin/settings/classes/sf-class-settings.php:302
1173
+ msgid "Error - WP Settings Framework"
1174
+ msgstr "エラー - WP Settings フレームワーク"
1175
+
1176
+ #: classes/admin/settings/classes/sf-class-settings.php:302
1177
+ msgid "Could not load settings at: "
1178
+ msgstr "設定をロードできませんでした : "
1179
+
1180
+ #: classes/admin/settings/classes/sf-class-settings.php:153,
1181
+ #: templates/dashboard/settings/settings.php:1
1182
+ msgid "Settings"
1183
+ msgstr "設定"
1184
+
1185
+ #: classes/admin/settings/classes/sf-class-format-options.php:211,
1186
+ #: classes/admin/settings/classes/sf-class-settings.php:791
1187
+ msgid "Select a page..."
1188
+ msgstr "ページを選択"
1189
+
1190
+ #: classes/admin/emails/class-wc-notify-vendor.php:278
1191
+ msgid ""
1192
+ "Show the commission due/paid as the product totals instead of the product "
1193
+ "prices."
1194
+ msgstr "商品価格の代わりに商品総額として支払うべき手数料を表示します。"
1195
+
1196
+ #: classes/admin/emails/class-wc-notify-vendor.php:276
1197
+ msgid "Product Totals"
1198
+ msgstr "商品合計"
1199
+
1200
+ #: classes/admin/emails/class-wc-notify-vendor.php:119
1201
+ msgid "Shipping Subtotal:"
1202
+ msgstr "送料小計 : "
1203
+
1204
+ #: classes/admin/emails/class-wc-notify-vendor.php:111
1205
+ msgid "Tax Subtotal:"
1206
+ msgstr "消費税小計 : "
1207
+
1208
+ #: classes/admin/emails/class-wc-notify-vendor.php:105
1209
+ msgid "Commission Subtotal:"
1210
+ msgstr "報酬小計 : "
1211
+
1212
+ #: classes/admin/emails/class-wc-notify-vendor.php:31
1213
+ msgid "[{blogname}] New customer order ({order_number}) - {order_date}"
1214
+ msgstr "[{blogname}] 新規注文 ({order_number}) - {order_date}"
1215
+
1216
+ #: classes/admin/emails/class-wc-notify-vendor.php:30
1217
+ msgid "New customer order"
1218
+ msgstr "新しい顧客注文"
1219
+
1220
+ #: classes/admin/emails/class-wc-notify-vendor.php:28
1221
+ msgid "New order emails are sent when an order is received/paid by a customer."
1222
+ msgstr ""
1223
+ "新しい注文メールは、注文が顧客によって受信/支払されたときに送信されます。"
1224
+
1225
+ #: classes/admin/emails/class-wc-notify-vendor.php:27
1226
+ msgid "Notify vendors"
1227
+ msgstr "販売者への通知"
1228
+
1229
+ #: classes/admin/emails/class-wc-notify-shipped.php:112
1230
+ msgid "Subtotal:"
1231
+ msgstr "小計 : "
1232
+
1233
+ #: classes/admin/emails/class-wc-notify-shipped.php:32
1234
+ msgid ""
1235
+ "[{blogname}] Your order has been shipped ({order_number}) - {order_date}"
1236
+ msgstr "[{blogname}] 注文は出荷されました ({order_number}) - {order_date}"
1237
+
1238
+ #: classes/admin/emails/class-wc-notify-shipped.php:31
1239
+ msgid "Your order has been shipped"
1240
+ msgstr "注文は出荷されました"
1241
+
1242
+ #: classes/admin/emails/class-wc-notify-shipped.php:29
1243
+ msgid ""
1244
+ "An email is sent when a vendor has marked one of their orders as shipped."
1245
+ msgstr "販売者が出荷された注文の1つをマークしたときにメールが送信されます。"
1246
+
1247
+ #: classes/admin/emails/class-wc-notify-shipped.php:28
1248
+ msgid "Vendor has shipped"
1249
+ msgstr "販売者が出荷されました"
1250
+
1251
+ #: classes/admin/emails/class-wc-notify-admin.php:32
1252
+ msgid "[{blogname}] New product submitted by {vendor_name} - {product_name}"
1253
+ msgstr ""
1254
+ "[{blogname}] 新しい商品が{vendor_name}によって送信されました - {product_name}"
1255
+
1256
+ #: classes/admin/emails/class-wc-notify-admin.php:31
1257
+ msgid "New product submitted: {product_name}"
1258
+ msgstr "新しい商品が送信されました : {product_name}"
1259
+
1260
+ #: classes/admin/emails/class-wc-notify-admin.php:29
1261
+ msgid "New order emails are sent when a new product is submitted by a vendor"
1262
+ msgstr ""
1263
+ "新しい商品が販売者によって送信されたときに新しい注文メールが送信されます"
1264
+
1265
+ #: classes/admin/emails/class-wc-notify-admin.php:28
1266
+ msgid "New Vendor Product"
1267
+ msgstr "新しい販売者商品"
1268
+
1269
+ #: classes/admin/emails/class-wc-approve-vendor.php:158,
1270
+ #: classes/admin/emails/class-wc-notify-admin.php:169,
1271
+ #: classes/admin/emails/class-wc-notify-shipped.php:191,
1272
+ #: classes/admin/emails/class-wc-notify-vendor.php:290
1273
+ msgid "Multipart"
1274
+ msgstr "マルチ形式"
1275
+
1276
+ #: classes/admin/emails/class-wc-approve-vendor.php:157,
1277
+ #: classes/admin/emails/class-wc-notify-admin.php:168,
1278
+ #: classes/admin/emails/class-wc-notify-shipped.php:190,
1279
+ #: classes/admin/emails/class-wc-notify-vendor.php:289
1280
+ msgid "HTML"
1281
+ msgstr "HTML形式"
1282
+
1283
+ #: classes/admin/emails/class-wc-approve-vendor.php:156,
1284
+ #: classes/admin/emails/class-wc-notify-admin.php:167,
1285
+ #: classes/admin/emails/class-wc-notify-shipped.php:189,
1286
+ #: classes/admin/emails/class-wc-notify-vendor.php:288
1287
+ msgid "Plain text"
1288
+ msgstr "テキスト形式"
1289
+
1290
+ #: classes/admin/emails/class-wc-approve-vendor.php:152,
1291
+ #: classes/admin/emails/class-wc-notify-admin.php:163,
1292
+ #: classes/admin/emails/class-wc-notify-shipped.php:185,
1293
+ #: classes/admin/emails/class-wc-notify-vendor.php:284
1294
+ msgid "Choose which format of email to send."
1295
+ msgstr "送信する電子メールの形式を選択します。"
1296
+
1297
+ #: classes/admin/emails/class-wc-approve-vendor.php:150,
1298
+ #: classes/admin/emails/class-wc-notify-admin.php:161,
1299
+ #: classes/admin/emails/class-wc-notify-shipped.php:183,
1300
+ #: classes/admin/emails/class-wc-notify-vendor.php:282
1301
+ msgid "Email type"
1302
+ msgstr "メール形式"
1303
+
1304
+ #: classes/admin/emails/class-wc-approve-vendor.php:145,
1305
+ #: classes/admin/emails/class-wc-notify-admin.php:156,
1306
+ #: classes/admin/emails/class-wc-notify-shipped.php:178,
1307
+ #: classes/admin/emails/class-wc-notify-vendor.php:271
1308
+ msgid ""
1309
+ "This controls the main heading contained within the email notification. "
1310
+ "Leave blank to use the default heading: <code>%s</code>."
1311
+ msgstr ""
1312
+ "これは、送信メール通知に含まれるメインメールヘッダーを制御します。 空白のまま"
1313
+ "にして、デフォルトの見出しを使用します。<code>%s</code>"
1314
+
1315
+ #: classes/admin/emails/class-wc-approve-vendor.php:143,
1316
+ #: classes/admin/emails/class-wc-notify-admin.php:154,
1317
+ #: classes/admin/emails/class-wc-notify-shipped.php:176,
1318
+ #: classes/admin/emails/class-wc-notify-vendor.php:269
1319
+ msgid "Email Heading"
1320
+ msgstr "メールヘッダー"
1321
+
1322
+ #: classes/admin/emails/class-wc-approve-vendor.php:138,
1323
+ #: classes/admin/emails/class-wc-notify-admin.php:149,
1324
+ #: classes/admin/emails/class-wc-notify-shipped.php:171,
1325
+ #: classes/admin/emails/class-wc-notify-vendor.php:264
1326
+ msgid ""
1327
+ "This controls the email subject line. Leave blank to use the default "
1328
+ "subject: <code>%s</code>."
1329
+ msgstr ""
1330
+ "これは送信メールの件名を制御します。 デフォルトの件名を使用する場合は空白のま"
1331
+ "まにします。<code>%s</code>"
1332
+
1333
+ #: classes/admin/emails/class-wc-approve-vendor.php:136,
1334
+ #: classes/admin/emails/class-wc-notify-admin.php:147,
1335
+ #: classes/admin/emails/class-wc-notify-shipped.php:169,
1336
+ #: classes/admin/emails/class-wc-notify-vendor.php:262
1337
+ msgid "Subject"
1338
+ msgstr "件名"
1339
+
1340
+ #: classes/admin/emails/class-wc-approve-vendor.php:131
1341
+ msgid ""
1342
+ "Enter recipients (comma separated) for this email. Defaults to <code>%s</"
1343
+ "code>."
1344
+ msgstr ""
1345
+ "このメールの受信者(コンマ区切り)を入力します。 デフォルトは<code>%s</code>"
1346
+ "です。"
1347
+
1348
+ #: classes/admin/emails/class-wc-approve-vendor.php:125,
1349
+ #: classes/admin/emails/class-wc-notify-admin.php:136,
1350
+ #: classes/admin/emails/class-wc-notify-shipped.php:165,
1351
+ #: classes/admin/emails/class-wc-notify-vendor.php:258
1352
+ msgid "Enable this email notification"
1353
+ msgstr "このメール通知を有効にする"
1354
+
1355
+ #: classes/admin/emails/class-wc-approve-vendor.php:123,
1356
+ #: classes/admin/emails/class-wc-notify-admin.php:134,
1357
+ #: classes/admin/emails/class-wc-notify-shipped.php:163,
1358
+ #: classes/admin/emails/class-wc-notify-vendor.php:256
1359
+ msgid "Enable/Disable"
1360
+ msgstr "有効 / 無効"
1361
+
1362
+ #: classes/admin/emails/class-wc-approve-vendor.php:32
1363
+ msgid "[{blogname}] Your vendor application has been {status}"
1364
+ msgstr "[{blogname}] 販売者契約が{status}になりました"
1365
+
1366
+ #: classes/admin/emails/class-wc-approve-vendor.php:31
1367
+ msgid "Application {status}"
1368
+ msgstr "契約 {status}"
1369
+
1370
+ #: classes/admin/emails/class-wc-approve-vendor.php:29
1371
+ msgid "Vendor application will either be approved, denied, or pending."
1372
+ msgstr "販売者契約は、承認、拒否、保留のいずれかになります。"
1373
+
1374
+ #: classes/admin/emails/class-wc-approve-vendor.php:28
1375
+ msgid "Vendor Application"
1376
+ msgstr "販売者契約"
1377
+
1378
+ #: classes/admin/emails/class-emails.php:63
1379
+ msgid "denied"
1380
+ msgstr "承認拒否"
1381
+
1382
+ #: classes/admin/emails/class-emails.php:61
1383
+ msgid "approved"
1384
+ msgstr "承認済み"
1385
+
1386
+ #: classes/admin/emails/class-emails.php:59,
1387
+ #: classes/admin/emails/class-wc-approve-vendor.php:70
1388
+ msgid "pending"
1389
+ msgstr "承認保留"
1390
+
1391
+ #: classes/admin/class-vendor-applicants.php:98
1392
+ msgid "Pending Vendors"
1393
+ msgstr "承認待ち販売者"
1394
+
1395
+ #: classes/admin/class-vendor-applicants.php:84
1396
+ msgid "Vendor has been <b>approved</b>."
1397
+ msgstr "販売者は<b>承認されました</b>。"
1398
+
1399
+ #: classes/admin/class-vendor-applicants.php:73
1400
+ msgid "Vendor has been <b>denied</b>."
1401
+ msgstr "販売者は<b>拒否</b>されました。"
1402
+
1403
+ #: classes/admin/class-vendor-admin-dashboard.php:543,
1404
+ #: templates/orders/comments/add-new-comment.php:11
1405
+ msgid "Add comment"
1406
+ msgstr "注文コメントを追加"
1407
+
1408
+ #: classes/admin/class-vendor-admin-dashboard.php:534
1409
+ msgid "No comments currently to customer."
1410
+ msgstr "現在お客様へのコメントはありません。"
1411
+
1412
+ #: classes/admin/class-vendor-admin-dashboard.php:528,
1413
+ #: templates/orders/comments/existing-comments.php:9
1414
+ msgid "added %s ago"
1415
+ msgstr "%s 前に追加"
1416
+
1417
+ #: classes/admin/class-vendor-admin-dashboard.php:516,
1418
+ #: templates/orders/orders.php:84
1419
+ msgid "Comments (%s)"
1420
+ msgstr "注文コメント (%s)"
1421
+
1422
+ #: classes/admin/class-vendor-admin-dashboard.php:501
1423
+ msgid "No"
1424
+ msgstr "未"
1425
+
1426
+ #: classes/admin/class-vendor-admin-dashboard.php:501
1427
+ msgid "Yes"
1428
+ msgstr "完了"
1429
+
1430
+ #: classes/admin/class-vendor-admin-dashboard.php:392,
1431
+ #: classes/front/dashboard/class-vendor-dashboard.php:40
1432
+ msgid "You are not allowed to modify this order."
1433
+ msgstr "この注文を変更することはできません。"
1434
+
1435
+ #: classes/admin/class-vendor-admin-dashboard.php:356
1436
+ msgid "Orders marked shipped."
1437
+ msgstr "注文が出荷済みマークされました。"
1438
+
1439
+ #: classes/admin/class-vendor-admin-dashboard.php:331,
1440
+ #: templates/dashboard/orders.php:96
1441
+ msgid "Mark shipped"
1442
+ msgstr "出荷済みにマーク"
1443
+
1444
+ #: classes/admin/class-vendor-admin-dashboard.php:296,
1445
+ #: templates/dashboard/orders.php:103
1446
+ msgid "Shipped"
1447
+ msgstr "出荷"
1448
+
1449
+ #: classes/admin/class-vendor-admin-dashboard.php:294,
1450
+ #: classes/admin/class-vendor-admin-dashboard.php:519
1451
+ msgid "Comments to Customer"
1452
+ msgstr "お客様への注文コメント"
1453
+
1454
+ #: classes/admin/class-vendor-admin-dashboard.php:292,
1455
+ #: classes/admin/settings/sf-options.php:127,
1456
+ #: classes/admin/settings/sf-options.php:254
1457
+ msgid "Products"
1458
+ msgstr "商品ページ"
1459
+
1460
+ #: classes/admin/class-vendor-admin-dashboard.php:291
1461
+ msgid "Customer"
1462
+ msgstr "お客様"
1463
+
1464
+ #: classes/admin/class-vendor-admin-dashboard.php:217
1465
+ msgid "orders"
1466
+ msgstr "注文"
1467
+
1468
+ #: classes/admin/class-vendor-admin-dashboard.php:216
1469
+ msgid "order"
1470
+ msgstr "注文"
1471
+
1472
+ #: classes/admin/class-vendor-admin-dashboard.php:94,
1473
+ #: classes/admin/settings/classes/sf-class-settings.php:368,
1474
+ #: classes/front/dashboard/class-vendor-dashboard.php:139
1475
+ msgid "Settings saved."
1476
+ msgstr "設定が保存されました。"
1477
+
1478
+ #: classes/admin/class-vendor-admin-dashboard.php:74,
1479
+ #: classes/front/dashboard/class-vendor-dashboard.php:121
1480
+ msgid "That shop name is already taken. Your shop name must be unique."
1481
+ msgstr "その店名は既に使われています。 店名はユニークでなければなりません。"
1482
+
1483
+ #: classes/admin/class-vendor-admin-dashboard.php:65,
1484
+ #: classes/front/dashboard/class-vendor-dashboard.php:112
1485
+ msgid "Your PayPal address is not a valid email address."
1486
+ msgstr "PayPalアドレスは有効なメールアドレスではありません。"
1487
+
1488
+ #: classes/admin/class-vendor-admin-dashboard.php:21,
1489
+ #: classes/admin/class-vendor-admin-dashboard.php:153,
1490
+ #: classes/admin/settings/sf-options.php:196, classes/class-install.php:206,
1491
+ #: templates/dashboard/orders.php:35
1492
+ msgid "Orders"
1493
+ msgstr "注文"
1494
+
1495
+ #: classes/admin/class-vendor-admin-dashboard.php:20,
1496
+ #: classes/class-install.php:207
1497
+ msgid "Shop Settings"
1498
+ msgstr "店舗設定"
1499
+
1500
+ #: classes/admin/class-admin-users.php:473
1501
+ msgid "Shop description"
1502
+ msgstr "店舗詳細"
1503
+
1504
+ #: classes/admin/class-admin-users.php:468,
1505
+ #: classes/admin/views/html-vendor-settings-page.php:30,
1506
+ #: templates/dashboard/settings/seller-info.php:3
1507
+ msgid "Seller info"
1508
+ msgstr "販売者情報"
1509
+
1510
+ #: classes/admin/class-admin-users.php:462
1511
+ msgid "Shipping override for vendor"
1512
+ msgstr "販売者のために送料を無視"
1513
+
1514
+ #: classes/admin/class-admin-users.php:457
1515
+ msgid "Give Shipping"
1516
+ msgstr "送料を払う"
1517
+
1518
+ #: classes/admin/class-admin-users.php:451
1519
+ msgid "Tax override for vendor"
1520
+ msgstr "販売者のために税金を無視"
1521
+
1522
+ #: classes/admin/class-admin-users.php:446
1523
+ msgid "Give Tax"
1524
+ msgstr "税金を払う"
1525
+
1526
+ #: classes/admin/class-admin-users.php:440,
1527
+ #: classes/admin/class-product-meta.php:174
1528
+ msgid "Leave blank for default"
1529
+ msgstr "空欄の場合、デフォルト設定で対応"
1530
+
1531
+ #: classes/admin/class-admin-users.php:439
1532
+ msgid "Commission rate"
1533
+ msgstr "報酬率"
1534
+
1535
+ #: classes/admin/class-admin-users.php:432
1536
+ msgid "required"
1537
+ msgstr "必須"
1538
+
1539
+ #: classes/admin/class-admin-users.php:431
1540
+ msgid "PayPal E-mail"
1541
+ msgstr "PayPal メールアドレス"
1542
+
1543
+ #: classes/admin/class-admin-users.php:424
1544
+ msgid "Shop name"
1545
+ msgstr "店舗名"
1546
+
1547
+ #: classes/admin/class-admin-users.php:418
1548
+ msgid "Enable HTML for the shop description"
1549
+ msgstr "ショップの説明に HTML を有効にする"
1550
+
1551
+ #: classes/admin/class-admin-reports.php:487
1552
+ msgid "No commissions found."
1553
+ msgstr "報酬がありません"
1554
+
1555
+ #: classes/admin/class-admin-reports.php:465
1556
+ msgid "Commission Total"
1557
+ msgstr "報酬合計"
1558
+
1559
+ #: classes/admin/class-admin-reports.php:463
1560
+ msgid "Shipping Total"
1561
+ msgstr "送料合計"
1562
+
1563
+ #: classes/admin/class-admin-reports.php:462
1564
+ msgid "Tax Total"
1565
+ msgstr "税金合計"
1566
+
1567
+ #: classes/admin/class-admin-reports.php:350,
1568
+ #: classes/admin/settings/sf-options.php:52,
1569
+ #: classes/admin/settings/sf-options.php:136,
1570
+ #: templates/dashboard/orders.php:45, templates/orders/orders.php:115
1571
+ msgid "Shipping"
1572
+ msgstr "送料"
1573
+
1574
+ #: classes/admin/class-admin-reports.php:349
1575
+ msgid "Tax"
1576
+ msgstr "税金"
1577
+
1578
+ #: classes/admin/class-admin-reports.php:347
1579
+ msgid "Month"
1580
+ msgstr "月"
1581
+
1582
+ #: classes/admin/class-admin-reports.php:281
1583
+ msgid "Select a vendor&hellip;"
1584
+ msgstr "販売者を選択&hellip;"
1585
+
1586
+ #: classes/admin/class-admin-reports.php:249
1587
+ msgid "Type in a product name to start searching..."
1588
+ msgstr "検索を開始する商品名を入力してください..."
1589
+
1590
+ #: classes/admin/class-admin-reports.php:237
1591
+ msgid "Show:"
1592
+ msgstr "表示 : "
1593
+
1594
+ #: classes/admin/class-admin-reports.php:203
1595
+ msgid "No commission yet"
1596
+ msgstr "まだ報酬がありません"
1597
+
1598
+ #: classes/admin/class-admin-reports.php:194
1599
+ msgid "D j M Y at h:ia"
1600
+ msgstr "Y年n月j日(D) h:i a"
1601
+
1602
+ #: classes/admin/class-admin-reports.php:189
1603
+ msgid "N/A"
1604
+ msgstr "N/A"
1605
+
1606
+ #: classes/admin/class-admin-reports.php:180
1607
+ msgid "Date &amp; Time"
1608
+ msgstr "日付 &amp; 時間"
1609
+
1610
+ #: classes/admin/class-admin-reports.php:176,
1611
+ #: classes/front/orders/class-orders.php:249,
1612
+ #: templates/dashboard/orders.php:44
1613
+ msgid "Order"
1614
+ msgstr "注文"
1615
+
1616
+ #: classes/admin/class-admin-reports.php:158
1617
+ msgid "Recent Commission"
1618
+ msgstr "最近の報酬"
1619
+
1620
+ #: classes/admin/class-admin-reports.php:148
1621
+ msgid "Total reversed in range"
1622
+ msgstr "期間範囲で返金された合計"
1623
+
1624
+ #: classes/admin/class-admin-reports.php:141
1625
+ msgid "Total due in range"
1626
+ msgstr "期間範囲で未払いの合計"
1627
+
1628
+ #: classes/admin/class-admin-reports.php:137,
1629
+ #: classes/admin/class-admin-reports.php:144,
1630
+ #: classes/admin/class-admin-reports.php:151
1631
+ msgid "n/a"
1632
+ msgstr "n/a"
1633
+
1634
+ #: classes/admin/class-admin-reports.php:134
1635
+ msgid "Total paid in range"
1636
+ msgstr "期間範囲で支払われた合計"
1637
+
1638
+ #: classes/admin/class-admin-reports.php:128,
1639
+ #: classes/admin/class-admin-reports.php:286,
1640
+ #: classes/admin/class-admin-reports.php:451,
1641
+ #: templates/dashboard/date-picker.php:12
1642
+ msgid "Show"
1643
+ msgstr "表示"
1644
+
1645
+ #: classes/admin/class-admin-reports.php:126,
1646
+ #: classes/admin/class-admin-reports.php:442,
1647
+ #: templates/dashboard/date-picker.php:7
1648
+ msgid "To:"
1649
+ msgstr "終了 : "
1650
+
1651
+ #: classes/admin/class-admin-reports.php:124,
1652
+ #: classes/admin/class-admin-reports.php:440,
1653
+ #: templates/dashboard/date-picker.php:3
1654
+ msgid "From:"
1655
+ msgstr "開始 : "
1656
+
1657
+ #: classes/admin/class-admin-reports.php:63
1658
+ msgid ""
1659
+ "Commission totals for all vendors includes shipping and taxes. By default no "
1660
+ "date range is used and all due commissions are returned. Use the date range "
1661
+ "to filter."
1662
+ msgstr ""
1663
+ "すべての販売者の報酬合計には出荷と税金が含まれています。 デフォルトでは、日付"
1664
+ "範囲は使用されず、すべての手数料が返されます。 フィルターするには、日付範囲を"
1665
+ "使用します。"
1666
+
1667
+ #: classes/admin/class-admin-reports.php:62,
1668
+ #: classes/admin/class-admin-reports.php:348
1669
+ msgid "Commission Totals"
1670
+ msgstr "報酬合計"
1671
+
1672
+ #: classes/admin/class-admin-reports.php:56
1673
+ msgid "Commission by product"
1674
+ msgstr "商品ごとの報酬"
1675
+
1676
+ #: classes/admin/class-admin-reports.php:50
1677
+ msgid "Commission by vendor"
1678
+ msgstr "販売者ごとの報酬"
1679
+
1680
+ #: classes/admin/class-admin-reports.php:44
1681
+ msgid "Overview"
1682
+ msgstr "概要"
1683
+
1684
+ #: classes/admin/class-admin-page.php:587
1685
+ msgid "Commission marked reversed."
1686
+ msgstr "報酬が返品にマークされました。"
1687
+
1688
+ #: classes/admin/class-admin-page.php:580
1689
+ msgid "Commission marked due."
1690
+ msgstr "報酬が未払いにマークされました。"
1691
+
1692
+ #: classes/admin/class-admin-page.php:573
1693
+ msgid "Commission marked paid."
1694
+ msgstr "報酬が支払済みにマークされました。"
1695
+
1696
+ #: classes/admin/class-admin-page.php:520,
1697
+ #: classes/admin/class-admin-reports.php:351,
1698
+ #: classes/admin/class-admin-reports.php:448, classes/class-commission.php:68
1699
+ msgid "Reversed"
1700
+ msgstr "返品"
1701
+
1702
+ #: classes/admin/class-admin-page.php:519,
1703
+ #: classes/admin/class-admin-reports.php:352,
1704
+ #: classes/admin/class-admin-reports.php:447, classes/class-commission.php:67
1705
+ msgid "Paid"
1706
+ msgstr "支払済み"
1707
+
1708
+ #: classes/admin/class-admin-page.php:518,
1709
+ #: classes/admin/class-admin-reports.php:353,
1710
+ #: classes/admin/class-admin-reports.php:446, classes/class-commission.php:66
1711
+ msgid "Due"
1712
+ msgstr "未払い"
1713
+
1714
+ #: classes/admin/class-admin-page.php:517
1715
+ msgid "Show all Statuses"
1716
+ msgstr "すべての状況を表示"
1717
+
1718
+ #: classes/admin/class-admin-page.php:482
1719
+ msgid "Show all dates"
1720
+ msgstr "すべての日付を表示"
1721
+
1722
+ #: classes/admin/class-admin-page.php:423
1723
+ msgid "Delete"
1724
+ msgstr "削除"
1725
+
1726
+ #: classes/admin/class-admin-page.php:422
1727
+ msgid "Mark reversed"
1728
+ msgstr "返品にマーク"
1729
+
1730
+ #: classes/admin/class-admin-page.php:421
1731
+ msgid "Mark due"
1732
+ msgstr "未払いにマーク"
1733
+
1734
+ #: classes/admin/class-admin-page.php:420
1735
+ msgid "Mark paid"
1736
+ msgstr "支払済みにマーク"
1737
+
1738
+ #: classes/admin/class-admin-page.php:383,
1739
+ #: classes/admin/class-vendor-admin-dashboard.php:295,
1740
+ #: classes/front/orders/class-orders.php:257,
1741
+ #: templates/dashboard/orders.php:47
1742
+ msgid "Date"
1743
+ msgstr "日付"
1744
+
1745
+ #: classes/admin/class-admin-page.php:382,
1746
+ #: classes/admin/class-admin-reports.php:181,
1747
+ #: classes/admin/class-admin-reports.php:464
1748
+ msgid "Status"
1749
+ msgstr "状況"
1750
+
1751
+ #: classes/admin/class-admin-page.php:381,
1752
+ #: classes/admin/class-admin-reports.php:179,
1753
+ #: classes/admin/class-admin-reports.php:377,
1754
+ #: classes/admin/class-vendor-admin-dashboard.php:293,
1755
+ #: templates/dashboard/orders.php:46
1756
+ msgid "Total"
1757
+ msgstr "合計"
1758
+
1759
+ #: classes/admin/class-admin-page.php:379,
1760
+ #: classes/admin/class-vendor-admin-dashboard.php:290
1761
+ msgid "Order ID"
1762
+ msgstr "注文 ID"
1763
+
1764
+ #: classes/admin/class-admin-page.php:378,
1765
+ #: classes/admin/class-admin-reports.php:177,
1766
+ #: templates/dashboard/reports.php:17,
1767
+ #: templates/emails/notify-vendor-shipped.php:22,
1768
+ #: templates/emails/vendor-new-order.php:22
1769
+ msgid "Product"
1770
+ msgstr "商品"
1771
+
1772
+ #: classes/admin/class-admin-page.php:186
1773
+ msgid "Select a Vendor"
1774
+ msgstr "販売者を選択"
1775
+
1776
+ #: classes/admin/class-admin-page.php:172
1777
+ msgid "WC Vendors was successfully reset. All settings have been reset."
1778
+ msgstr "WC Vendor のリセットが完了しました。すべての設定がリセットされました。"
1779
+
1780
+ #: classes/admin/class-admin-page.php:158
1781
+ msgid "WC Vendor roles successfully reset."
1782
+ msgstr "WC Vendor の権限のリセットが完了しました。"
1783
+
1784
+ #: classes/admin/class-admin-page.php:152, classes/class-install.php:98,
1785
+ #: classes/class-install.php:254
1786
+ msgid "Pending Vendor"
1787
+ msgstr "承認待ち販売者"
1788
+
1789
+ #: classes/admin/class-admin-page.php:112
1790
+ msgid ""
1791
+ "This will reset wcvendors back to defaults. This DELETES ALL YOUR Settings."
1792
+ msgstr ""
1793
+ "これにより、wcvendors がデフォルトに戻されます。 これにより、すべての設定が削"
1794
+ "除されます。"
1795
+
1796
+ #: classes/admin/class-admin-page.php:111
1797
+ msgid "Reset WC Vendors Settings"
1798
+ msgstr "WC Vendors の設定をリセット"
1799
+
1800
+ #: classes/admin/class-admin-page.php:110
1801
+ msgid "Reset WC Vendors "
1802
+ msgstr "WC Vendors をリセット"
1803
+
1804
+ #: classes/admin/class-admin-page.php:105
1805
+ msgid ""
1806
+ "This will reset the wcvendors roles ( vendor & pending_vendor ), back to the "
1807
+ "default capabilities."
1808
+ msgstr ""
1809
+ "これにより、 wcvendors の権限(販売者および承認待ち販売者)がデフォルトの機能"
1810
+ "にリセットされます。"
1811
+
1812
+ #: classes/admin/class-admin-page.php:104
1813
+ msgid "Reset WC Vendor Roles"
1814
+ msgstr "WC Vendors の権限をリセット"
1815
+
1816
+ #: classes/admin/class-admin-page.php:103
1817
+ msgid "Reset WC Vendors roles "
1818
+ msgstr "WC Vendors の権限をリセット"
1819
+
1820
+ #: classes/admin/class-admin-page.php:78,
1821
+ #: classes/admin/class-admin-page.php:248,
1822
+ #: classes/admin/class-product-meta.php:151,
1823
+ #: classes/admin/class-product-meta.php:167,
1824
+ #: templates/dashboard/reports.php:19
1825
+ msgid "Commission"
1826
+ msgstr "報酬"
1827
+
1828
+ #: classes/admin/class-admin-page.php:52
1829
+ msgid "Vendors Shipped"
1830
+ msgstr "出荷販売者"
1831
+
1832
+ #: classes/admin/class-admin-page.php:29
1833
+ msgid "Vendors shipped"
1834
+ msgstr "出荷販売者"
1835
+
1836
+ #: class-wc-vendors.php:731
1837
+ msgid "Paid Support"
1838
+ msgstr "有料サポート"
1839
+
1840
+ #: class-wc-vendors.php:729
1841
+ msgid "Help Forums"
1842
+ msgstr "ヘルプフォーラム"
1843
+
1844
+ #: class-wc-vendors.php:727
1845
+ msgid "Documentation/KB"
1846
+ msgstr "ドキュメント/ナレッジベース"
1847
+
1848
+ #: class-wc-vendors.php:651, classes/admin/settings/sf-options.php:4
1849
+ msgid "General"
1850
+ msgstr "一般設定"
1851
+
1852
+ #: class-wc-vendors.php:647, classes/admin/class-admin-page.php:149,
1853
+ #: classes/admin/class-admin-page.php:380,
1854
+ #: classes/admin/class-admin-reports.php:178,
1855
+ #: classes/admin/class-admin-reports.php:461,
1856
+ #: classes/admin/class-product-meta.php:46,
1857
+ #: classes/admin/class-product-meta.php:187,
1858
+ #: classes/admin/class-product-meta.php:223, classes/class-install.php:51,
1859
+ #: classes/class-install.php:105
1860
+ msgid "Vendor"
1861
+ msgstr "販売者"
1862
+
1863
+ #: class-wc-vendors.php:601, classes/admin/settings/sf-options.php:192
1864
+ msgid "Capabilities"
1865
+ msgstr "機能"
1866
+
1867
+ #: class-wc-vendors.php:255
1868
+ msgid ""
1869
+ "<b>WC Vendors is disabled</b>. WC Vendors requires a minimum of WooCommerce "
1870
+ "v2.5.0."
1871
+ msgstr ""
1872
+ "<b>WC Vendors が利用できません。</b>WC Vendors は WooCommerce のバージョンが"
1873
+ "2.5.0以上の必要があります。"
1874
+
1875
+ #: class-wc-vendors.php:199, classes/admin/class-admin-reports.php:41,
1876
+ #: classes/admin/class-admin-users.php:408
1877
+ msgid "WC Vendors"
1878
+ msgstr "WC Vendors"
1879
+
1880
+ #: class-wc-vendors.php:101
1881
+ msgid ""
1882
+ "WC Vendors requires WooCommerce to run. Please install WooCommerce and "
1883
+ "activate before attempting to activate again."
1884
+ msgstr ""
1885
+ "WC Vendors は WooCommerce を有効にする必要があります。 再度有効化する前に、"
1886
+ "WooCommerce をインストールして有効にしてください。"
readme.txt CHANGED
@@ -5,8 +5,8 @@ Donate link: http://www.wcvendors.com/
5
  Author URI: http://www.wcvendors.com/
6
  Plugin URI: http://www.wcvendors.com/
7
  Requires at least: 4.4.0
8
- Tested up to: 4.7.0
9
- Stable tag: 1.9.7
10
  License: GPLv2 or later
11
 
12
  The free marketplace plugin for WooCommerce. Now you can allow anyone to open a store on your site!
@@ -74,6 +74,7 @@ We currently ship WC Vendors free with the following language translations. If y
74
  * Austrian German
75
  * German
76
  * Chinese
 
77
  * Brazilian Portuguese
78
  * Italian
79
  * Spanish
@@ -121,6 +122,18 @@ No Upgrade required at this time.
121
 
122
  == Changelog ==
123
 
 
 
 
 
 
 
 
 
 
 
 
 
124
  = Version 1.9.6 - 4th November 2016 =
125
 
126
  * Added: Commission Query Functions #321
5
  Author URI: http://www.wcvendors.com/
6
  Plugin URI: http://www.wcvendors.com/
7
  Requires at least: 4.4.0
8
+ Tested up to: 4.7.1
9
+ Stable tag: 1.9.8
10
  License: GPLv2 or later
11
 
12
  The free marketplace plugin for WooCommerce. Now you can allow anyone to open a store on your site!
74
  * Austrian German
75
  * German
76
  * Chinese
77
+ * Japanese (thanks Shohei Tanaka)
78
  * Brazilian Portuguese
79
  * Italian
80
  * Spanish
122
 
123
  == Changelog ==
124
 
125
+ * Fixed: Capabilities Fix for Resetting Roles #329
126
+
127
+ = Version 1.9.8 - 18th January 2017 =
128
+
129
+ * Fixed: Paypal adaptive payments url changes
130
+ * Added: Store Vendor ID in vendor child order #326
131
+ * Added: 100% Japanese translations thanks to Shohei Tanaka
132
+
133
+ = Version 1.9.7 - 13 December 2016 =
134
+
135
+ * Fixed: Capabilities Fix for Resetting Roles #329
136
+
137
  = Version 1.9.6 - 4th November 2016 =
138
 
139
  * Added: Commission Query Functions #321