Persian Woocommerce - Version 3.0

Version Description

  • 3.0
Download this release

Release Info

Developer Persianscript
Plugin Icon 128x128 Persian Woocommerce
Version 3.0
Comparing to
See all releases

Code changes from version 2.6.15 to 3.0

include/class-rtl.php DELETED
@@ -1,84 +0,0 @@
1
- <?php
2
- if (!defined('ABSPATH'))
3
- exit; // Exit if accessed directly
4
-
5
- if (!class_exists('Persian_Woocommerce_RTL')) :
6
-
7
- class Persian_Woocommerce_RTL extends Persian_Woocommerce_Plugin
8
- {
9
-
10
- public function __construct()
11
- {
12
-
13
- if (!is_admin())
14
- return false;
15
-
16
- add_action('admin_enqueue_scripts', array($this, 'pw_rtl_admin_styles'), 11);
17
- add_filter('woocommerce_pagination_args', array($this, 'pw_rtl_paginate_links'));
18
- add_filter('woocommerce_comment_pagination_args', array($this, 'pw_rtl_paginate_comments_links'));
19
- }
20
-
21
- public function pw_rtl_admin_styles()
22
- {
23
-
24
- if (is_rtl()) {
25
-
26
- // menu css
27
- wp_dequeue_style('woocommerce_admin_menu_styles');
28
- wp_enqueue_style('woocommerce_admin_menu_styles_rtl', PW()->plugin_url('include/assets/css/menu.rtl.css'), array(), WC_VERSION);
29
-
30
- // admin css
31
- if (function_exists('wc_get_screen_ids') && in_array(get_current_screen()->id, wc_get_screen_ids())) {
32
-
33
- if (strpos(get_current_screen()->id, '_page_wc-reports') == false)
34
- wp_dequeue_style('woocommerce_admin_styles');
35
-
36
- wp_enqueue_style('woocommerce_admin_styles_rtl', PW()->plugin_url('include/assets/css/admin.rtl.css'), array(), WC_VERSION);
37
- }
38
-
39
- // dashboard css
40
- if (in_array(get_current_screen()->id, array('dashboard'))) {
41
- wp_dequeue_style('woocommerce_admin_dashboard_styles');
42
- wp_enqueue_style('woocommerce_admin_dashboard_styles_rtl', PW()->plugin_url('include/assets/css/dashboard.rtl.css'), array(), WC_VERSION);
43
- }
44
-
45
- // reports-print css
46
- if (strpos(get_current_screen()->id, '_page_wc-reports') !== false) {
47
- wp_dequeue_style('woocommerce_admin_dashboard_styles');
48
- wp_enqueue_style('woocommerce_admin_print_reports_styles_rtl', PW()->plugin_url('include/assets/css/reports-print.rtl.css'), array(), WC_VERSION, 'print');
49
- }
50
-
51
- //about page
52
- if (isset($_GET['page']) && $_GET['page'] == 'persian-wc-about') {
53
- wp_register_style('pw-admin-fonts', PW()->plugin_url('include/assets/css/admin.font.css'), array(), PW_VERSION, false);
54
- wp_enqueue_style('pw-admin-fonts');
55
- }
56
-
57
- }
58
-
59
- }
60
-
61
- public function pw_rtl_paginate_links($args)
62
- {
63
- if (is_rtl()) {
64
- $args['prev_text'] = '&rarr;';
65
- $args['next_text'] = '&larr;';
66
- return $args;
67
- }
68
- }
69
-
70
- public function pw_rtl_paginate_comments_links($args)
71
- {
72
- if (is_rtl()) {
73
- $args['prev_text'] = '&rarr;';
74
- $args['next_text'] = '&larr;';
75
- return $args;
76
- }
77
- }
78
-
79
- }
80
-
81
- endif;
82
-
83
- PW()->rtl = new Persian_Woocommerce_RTL();
84
- ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/woocommerce-fa_IR.mo CHANGED
Binary file
languages/woocommerce-fa_IR.po CHANGED
@@ -2,10666 +2,10778 @@
2
  # This file is distributed under the same license as the Persian Woocommerce package.
3
  msgid ""
4
  msgstr ""
5
- "PO-Revision-Date: 2016-12-27 15:36+0330\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.8.9\n"
11
  "Project-Id-Version: Persian Woocommerce\n"
12
- "POT-Creation-Date: \n"
 
 
13
  "Last-Translator: MahdiY <M@hdiY.IR>\n"
14
  "Language-Team: MahdiY <M@hdiY.IR>\n"
15
  "Language: fa_IR\n"
 
 
 
 
 
16
 
17
- #: templates/single-product-reviews.php:33
18
- msgid "%s review for %s%s%s"
19
- msgid_plural "%s reviews for %s%s%s"
20
- msgstr[0] "%s دیدگاه برای %s%s%s"
21
-
22
- msgid "https://woocommerce.com/"
23
- msgstr "https://woocommerce.ir/"
24
 
25
- msgid "https://woothemes.com"
26
- msgstr "http://woocommerce.ir"
 
27
 
28
- #: i18n/locale-info.php:87 i18n/locale-info.php:97 i18n/locale-info.php:107
29
- msgctxt "Canadian Tax Rates"
30
- msgid "PST"
31
- msgstr "PST"
32
 
33
- #: i18n/locale-info.php:117
34
- msgctxt "Canadian Tax Rates"
35
- msgid "QST"
36
- msgstr "QST"
37
 
38
- #: i18n/locale-info.php:127 i18n/locale-info.php:134 i18n/locale-info.php:141
39
- #: i18n/locale-info.php:148 i18n/locale-info.php:155
40
- msgctxt "Canadian Tax Rates"
41
- msgid "HST"
42
- msgstr "HST"
43
 
44
- #: i18n/locale-info.php:162 i18n/locale-info.php:169 i18n/locale-info.php:176
45
- #: i18n/locale-info.php:183 i18n/locale-info.php:190 i18n/locale-info.php:197
46
- #: i18n/locale-info.php:204 i18n/locale-info.php:211
47
- msgctxt "Canadian Tax Rates"
48
- msgid "GST"
49
- msgstr "GST"
50
 
51
- #: includes/admin/class-wc-admin-post-types.php:535
52
- msgctxt "Count / Limit"
53
- msgid "%1$s / %2$s"
54
- msgstr "%1$s / %2$s"
55
 
56
- #: includes/admin/class-wc-admin-setup-wizard.php:602
57
- #: includes/gateways/cheque/class-wc-gateway-cheque.php:27
58
- #: includes/gateways/cheque/class-wc-gateway-cheque.php:63
59
- msgctxt "Check payment method"
60
- msgid "Check Payments"
61
- msgstr "پرداخت چکی"
62
 
63
- #: includes/gateways/cheque/class-wc-gateway-cheque.php:116
64
- msgctxt "Check payment method"
65
- msgid "Awaiting check payment"
66
- msgstr "در حال انتظار بررسی پرداخت"
67
 
68
- #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:184
69
- msgctxt "on date at time"
70
- msgid "on %s @ %s"
71
- msgstr "در %s @ %s"
72
 
73
- #: includes/admin/settings/class-wc-settings-checkout.php:95
74
- msgctxt "Settings group label"
75
- msgid "Checkout Process"
76
- msgstr "روند پرداخت"
77
 
78
- #: includes/admin/settings/views/html-admin-page-shipping-zone-methods.php:66
79
- msgctxt "Shipping Method Settings"
80
- msgid "%s Settings"
81
- msgstr "پیکربندی %s "
82
 
83
- #: includes/class-wc-checkout.php:451
84
- msgctxt "Shipping FIELDNAME"
85
- msgid "Shipping %s"
86
- msgstr "حمل و نقل %s"
87
 
88
- #: includes/class-wc-checkout.php:454
89
- msgctxt "Billing FIELDNAME"
90
- msgid "Billing %s"
91
- msgstr "صورتحساب %s"
92
 
93
- #: includes/class-wc-checkout.php:460
94
- msgctxt "FIELDNAME is a required field."
95
- msgid "%s is a required field."
96
- msgstr "%s یک گزینه الزامی است."
97
 
98
- #: templates/loop/result-count.php:41
99
- msgctxt "%1$d = first, %2$d = last, %3$d = total"
100
- msgid "Showing the single result"
101
- msgid_plural "Showing %1$d&ndash;%2$d of %3$d results"
102
- msgstr[0] ""
103
 
104
- #: includes/api/class-wc-rest-orders-controller.php:1717
105
- msgid "Coupons line data."
106
- msgstr "اطلاعات خط کوپن های تخفیف."
107
 
108
- #: includes/shipping/legacy-local-delivery/class-wc-shipping-legacy-local-delivery.php:24
109
- msgid "Local Delivery (Legacy)"
110
- msgstr "تحویل محلی"
111
 
112
- #: includes/api/class-wc-rest-orders-controller.php:1733
113
- msgid "Discount total."
114
- msgstr "تخفیف کل"
115
 
116
- #: includes/shipping/legacy-local-pickup/class-wc-shipping-legacy-local-pickup.php:24
117
- msgid "Local Pickup (Legacy)"
118
- msgstr "تحویل محلی"
119
 
120
- #: includes/api/class-wc-rest-orders-controller.php:1738
121
- msgid "Discount total tax."
122
- msgstr "مجموع تخفیف مالیات."
123
 
124
- #: includes/shipping/local-pickup/class-wc-shipping-local-pickup.php:25
125
- msgid "Allow customers to pick up orders themselves. By default, when using local pickup store base taxes will apply regardless of customer address."
126
- msgstr ""
127
 
128
- #: includes/api/class-wc-rest-orders-controller.php:1746
129
- msgid "List of refunds."
130
- msgstr "لیست برگشتی ها."
131
 
132
- #: includes/shipping/local-pickup/class-wc-shipping-local-pickup.php:90
133
- msgid "Optional cost for local pickup."
134
- msgstr ""
135
 
136
- #: includes/api/class-wc-rest-orders-controller.php:1752
137
- msgid "Refund ID."
138
- msgstr "شناسه برگشت."
139
 
140
- #: includes/vendor/class-wp-rest-controller.php:30
141
- msgid "The register_routes() method must be overriden"
142
- msgstr "متد register_routes() باید باطل شود"
143
 
144
- #: includes/api/class-wc-rest-orders-controller.php:1758
145
- msgid "Refund reason."
146
- msgstr "دلیل استرداد"
147
 
148
- #: includes/vendor/class-wp-rest-controller.php:40
149
- #: includes/vendor/class-wp-rest-controller.php:50
150
- #: includes/vendor/class-wp-rest-controller.php:60
151
- #: includes/vendor/class-wp-rest-controller.php:70
152
- #: includes/vendor/class-wp-rest-controller.php:80
153
- #: includes/vendor/class-wp-rest-controller.php:90
154
- #: includes/vendor/class-wp-rest-controller.php:100
155
- #: includes/vendor/class-wp-rest-controller.php:110
156
- #: includes/vendor/class-wp-rest-controller.php:120
157
- #: includes/vendor/class-wp-rest-controller.php:130
158
- #: includes/vendor/class-wp-rest-controller.php:140
159
- #: includes/vendor/class-wp-rest-controller.php:151
160
- msgid "Method '%s' not implemented. Must be over-ridden in subclass."
161
- msgstr "متد '%s' اجرا نشده است. باید در زیرکلاس باطل شود."
162
 
163
- #: includes/api/class-wc-rest-orders-controller.php:1764
164
- msgid "Refund total."
165
- msgstr "مجموع برگشتی ها."
166
 
167
- #: includes/vendor/class-wp-rest-controller.php:253
168
- msgid "Current page of the collection."
169
- msgstr "صفحه جاری از مجموعه."
170
 
171
- #: includes/api/class-wc-rest-orders-controller.php:1787
172
- msgid "Limit result set to orders assigned a specific status."
173
- msgstr ""
174
 
175
- #: includes/vendor/class-wp-rest-controller.php:261
176
- msgid "Maximum number of items to be returned in result set."
177
- msgstr ""
178
 
179
- #: includes/api/class-wc-rest-orders-controller.php:1794
180
- msgid "Limit result set to orders assigned a specific customer."
181
- msgstr ""
182
 
183
- #: includes/vendor/class-wp-rest-controller.php:270
184
- msgid "Limit results to those matching a string."
185
- msgstr ""
186
 
187
- #: includes/api/class-wc-rest-orders-controller.php:1800
188
- msgid "Limit result set to orders assigned a specific product."
189
- msgstr ""
190
 
191
- #: includes/vendor/class-wp-rest-controller.php:288
192
- msgid "Scope under which the request is made; determines fields present in response."
193
- msgstr ""
194
 
195
- #: includes/api/class-wc-rest-product-attribute-terms-controller.php:112
196
- msgid "Term name."
197
- msgstr "نام شرایط."
198
 
199
- #: includes/vendor/wp-rest-functions.php:169
200
- msgid "%s is not one of %s"
201
- msgstr ""
202
 
203
- #: includes/api/class-wc-rest-product-attribute-terms-controller.php:120
204
- #: includes/api/class-wc-rest-product-attributes-controller.php:539
205
- #: includes/api/class-wc-rest-product-categories-controller.php:177
206
- #: includes/api/class-wc-rest-product-shipping-classes-controller.php:108
207
- #: includes/api/class-wc-rest-product-tags-controller.php:108
208
- msgid "An alphanumeric identifier for the resource unique to its type."
209
- msgstr ""
210
 
211
- #: includes/vendor/wp-rest-functions.php:174
212
- #: includes/vendor/wp-rest-functions.php:178
213
- msgid "%s is not of type %s"
214
- msgstr ""
215
 
216
- #: includes/api/class-wc-rest-product-attribute-terms-controller.php:128
217
- #: includes/api/class-wc-rest-product-categories-controller.php:190
218
- #: includes/api/class-wc-rest-product-shipping-classes-controller.php:116
219
- #: includes/api/class-wc-rest-product-tags-controller.php:116
220
- msgid "HTML description of the resource."
221
- msgstr ""
222
 
223
- #: includes/vendor/wp-rest-functions.php:185 includes/wc-rest-functions.php:175
224
- msgid "The date you provided is invalid."
225
- msgstr ""
226
 
227
- #: includes/api/class-wc-rest-product-attribute-terms-controller.php:136
228
- #: includes/api/class-wc-rest-product-categories-controller.php:245
229
- msgid "Menu order, used to custom sort the resource."
230
- msgstr ""
231
 
232
- #: includes/vendor/wp-rest-functions.php:191
233
- msgid "The email address you provided is invalid."
234
- msgstr "آدرس ایمیل نادرست است."
235
 
236
- #: includes/api/class-wc-rest-product-attribute-terms-controller.php:141
237
- #: includes/api/class-wc-rest-product-categories-controller.php:250
238
- #: includes/api/class-wc-rest-product-shipping-classes-controller.php:124
239
- #: includes/api/class-wc-rest-product-tags-controller.php:124
240
- msgid "Number of published products for the resource."
241
- msgstr ""
242
 
243
- #: includes/vendor/wp-rest-functions.php:200
244
- msgid "%s must be greater than %d (exclusive)"
245
- msgstr ""
246
 
247
- #: includes/admin/settings/views/html-admin-page-shipping-zones.php:15
248
- msgid "Drag and drop to re-order your custom zones. This is the order in which they will be matched against the customer address."
249
- msgstr ""
250
 
251
- #: includes/api/class-wc-rest-product-attributes-controller.php:531
252
- #: includes/api/class-wc-rest-products-controller.php:2273
253
- #: includes/api/class-wc-rest-products-controller.php:2312
254
- #: includes/api/class-wc-rest-products-controller.php:2590
255
- msgid "Attribute name."
256
- msgstr "نام ویژگی"
257
 
258
- #: includes/vendor/wp-rest-functions.php:202
259
- msgid "%s must be greater than %d (inclusive)"
260
- msgstr "%s باید بیشتر از %d (شامل) باشد"
261
 
262
- #: includes/admin/settings/views/html-admin-page-shipping-zones.php:16
263
- #: includes/admin/settings/views/html-admin-page-shipping-zones.php:91
264
- msgid "Zone Name"
265
- msgstr "منطقه"
266
-
267
- #: includes/api/class-wc-rest-product-attributes-controller.php:547
268
- msgid "Type of attribute."
269
- msgstr "نوع ویژگی"
270
 
271
- #: includes/vendor/wp-rest-functions.php:206
272
- msgid "%s must be less than %d (exclusive)"
273
- msgstr ""
274
 
275
- #: includes/admin/settings/views/html-admin-page-shipping-zones.php:17
276
- msgid "Region(s)"
277
- msgstr "ناحیه(ها)"
278
 
279
- #: includes/api/class-wc-rest-product-attributes-controller.php:554
280
- msgid "Default sort order."
281
- msgstr "نحوه مرتب سازی پیش فرض"
282
 
283
- #: includes/vendor/wp-rest-functions.php:208
284
- msgid "%s must be less than %d (inclusive)"
285
- msgstr "%s باید کمتر از %d (شامل)"
286
 
287
- #: includes/admin/settings/views/html-admin-page-shipping-zones.php:18
288
- msgid "Shipping Method(s)"
289
- msgstr "روش حمل و نقل"
290
 
291
- #: includes/api/class-wc-rest-product-attributes-controller.php:561
292
- msgid "Enable/Disable attribute archives."
293
- msgstr "فعال/غیرفعاسازی بایگانی ویژگی"
294
 
295
- #: includes/vendor/wp-rest-functions.php:213
296
- msgid "%s must be between %d (exclusive) and %d (exclusive)"
297
- msgstr ""
298
 
299
- #: includes/admin/settings/views/html-admin-page-shipping-zones.php:25
300
- #: includes/admin/settings/views/html-admin-page-shipping-zones.php:74
301
- msgid "Add shipping zone"
302
- msgstr "افزودن ناحیه حمل و نقل"
303
 
304
- #: includes/api/class-wc-rest-product-attributes-controller.php:635
305
- msgid "Slug \"%s\" is too long (28 characters max)."
306
- msgstr "نامک \"%s\" خیلی بزرگ است ( بیشینه 28 کاراکتر)."
307
 
308
- #: includes/vendor/wp-rest-functions.php:217
309
- msgid "%s must be between %d (inclusive) and %d (exclusive)"
310
- msgstr ""
311
 
312
- #: includes/admin/settings/views/html-admin-page-shipping-zones.php:34
313
- #: includes/class-wc-shipping-zone.php:48
314
- msgid "Rest of the World"
315
- msgstr "باقی دنیا"
316
 
317
- #: includes/api/class-wc-rest-product-attributes-controller.php:637
318
- msgid "Slug \"%s\" is not allowed because it is a reserved term."
319
- msgstr ""
320
 
321
- #: includes/vendor/wp-rest-functions.php:221
322
- msgid "%s must be between %d (exclusive) and %d (inclusive)"
323
- msgstr ""
324
 
325
- #: includes/admin/settings/views/html-admin-page-shipping-zones.php:39
326
- msgid "This zone is used for shipping addresses that aren&lsquo;t included in any other shipping zone. Adding shipping methods to this zone is optional."
327
- msgstr "این منطقه برای آدرس هایی که مشمول مناطق دیگر نیست استفاده می شود. افزودن روش های حمل و نقل به این منطقه اختیاری است."
328
 
329
- #: includes/api/class-wc-rest-product-attributes-controller.php:639
330
- msgid "Slug \"%s\" is already in use."
331
- msgstr "نامک \"%s\" قبلا استفاده شده است."
332
 
333
- #: includes/vendor/wp-rest-functions.php:225
334
- msgid "%s must be between %d (inclusive) and %d (inclusive)"
335
- msgstr ""
336
 
337
- #: includes/admin/settings/views/html-admin-page-shipping-zones.php:55
338
- #: includes/admin/settings/views/html-admin-page-shipping-zones.php:129
339
- msgid "Save changes to continue adding shipping methods to this zone"
340
- msgstr ""
341
 
342
- #: includes/api/class-wc-rest-product-categories-controller.php:169
343
- #: includes/api/class-wc-rest-products-controller.php:2180
344
- msgid "Category name."
345
- msgstr "نام دسته"
346
 
347
- #: includes/wc-account-functions.php:89
348
- msgid "Dashboard"
349
- msgstr "پیشخوان"
350
 
351
- #: includes/admin/settings/views/html-admin-page-shipping-zones.php:67
352
- msgid "For example:"
353
- msgstr "برای نمونه:"
354
 
355
- #: includes/api/class-wc-rest-product-categories-controller.php:185
356
- msgid "The id for the parent of the resource."
357
- msgstr ""
358
 
359
- #: includes/wc-account-functions.php:195
360
- msgid "File"
361
- msgstr "فایل"
362
 
363
- #: includes/admin/settings/views/html-admin-page-shipping-zones.php:69
364
- msgid "Local Zone = California ZIP 90210 = Local pickup"
365
- msgstr ""
366
 
367
- #: includes/api/class-wc-rest-product-categories-controller.php:198
368
- msgid "Category archive display type."
369
- msgstr ""
370
 
371
- #: includes/wc-account-functions.php:196
372
- msgid "Remaining"
373
- msgstr "باقیمانده"
374
 
375
- #: includes/admin/settings/views/html-admin-page-shipping-zones.php:70
376
- msgid "US Domestic Zone = All US states = Flat rate shipping"
377
- msgstr ""
378
 
379
- #: includes/api/class-wc-rest-product-categories-controller.php:205
380
- msgid "Image data."
381
- msgstr "داده های تصویر."
382
 
383
- #: includes/wc-account-functions.php:197 includes/wc-account-functions.php:211
384
- msgid "Expires"
385
- msgstr "تاریخ انقضا"
386
 
387
- #: includes/admin/settings/views/html-admin-page-shipping-zones.php:71
388
- msgid "Europe Zone = Any country in Europe = Flat rate shipping"
389
- msgstr ""
390
 
391
- #: includes/api/class-wc-rest-product-categories-controller.php:210
392
- #: includes/api/class-wc-rest-products-controller.php:2223
393
- #: includes/api/class-wc-rest-products-controller.php:2540
394
- msgid "Image ID."
395
- msgstr "شناسه تصویر."
396
 
397
- #: includes/wc-account-functions.php:224 includes/wc-account-functions.php:290
398
- msgid "Credit Card"
399
- msgstr "کارت اعتباری"
400
 
401
- #: includes/admin/settings/views/html-admin-page-shipping-zones.php:73
402
- msgid "Add as many zones as you need &ndash; customers will only see the methods available for their address."
403
- msgstr ""
404
 
405
- #: includes/api/class-wc-rest-product-categories-controller.php:215
406
- #: includes/api/class-wc-rest-products-controller.php:2228
407
- #: includes/api/class-wc-rest-products-controller.php:2545
408
- msgid "The date the image was created, in the site's timezone."
409
- msgstr ""
410
 
411
- #: includes/wc-account-functions.php:264
412
- msgid "Make Default"
413
- msgstr "پیشفرض کردن"
414
 
415
- #: includes/admin/settings/views/html-admin-page-shipping-zones.php:100
416
- msgid "Select regions within this zone"
417
- msgstr "انتخاب ناحیه ها در این منطقه"
418
 
419
- #: includes/api/class-wc-rest-product-categories-controller.php:221
420
- #: includes/api/class-wc-rest-products-controller.php:2234
421
- #: includes/api/class-wc-rest-products-controller.php:2551
422
- msgid "The date the image was last modified, in the site's timezone."
423
- msgstr ""
424
 
425
- #: includes/wc-core-functions.php:279
426
- msgid "United Arab Emirates dirham"
427
- msgstr "درهم امارات متحده عربی"
428
 
429
- #: includes/admin/settings/views/html-admin-page-shipping-zones.php:119
430
- msgid "Limit to specific ZIP/postcodes"
431
- msgstr "محدود به کدهای پستی خاص"
432
 
433
- #: includes/api/class-wc-rest-product-categories-controller.php:227
434
- #: includes/api/class-wc-rest-products-controller.php:2240
435
- #: includes/api/class-wc-rest-products-controller.php:2557
436
- msgid "Image URL."
437
- msgstr "آدرس تصویر."
438
 
439
- #: includes/wc-core-functions.php:280
440
- msgid "Afghan afghani"
441
- msgstr "افغانی افغانستان"
442
 
443
- #: includes/admin/settings/views/html-admin-page-shipping-zones.php:121
444
- msgid "List 1 postcode per line"
445
- msgstr ""
446
 
447
- #: includes/api/class-wc-rest-product-categories-controller.php:233
448
- #: includes/api/class-wc-rest-products-controller.php:2246
449
- #: includes/api/class-wc-rest-products-controller.php:2563
450
- msgid "Image name."
451
- msgstr "نام تصویر."
452
 
453
- #: includes/wc-core-functions.php:281
454
- msgid "Albanian lek"
455
- msgstr "لک آلبانی"
456
 
457
- #: includes/admin/settings/views/html-admin-page-shipping-zones.php:122
458
- msgid "Postcodes containing wildcards (e.g. CB23*) and fully numeric ranges (e.g. <code>90210...99000</code>) are also supported."
459
- msgstr ""
460
 
461
- #: includes/api/class-wc-rest-product-categories-controller.php:238
462
- #: includes/api/class-wc-rest-products-controller.php:2251
463
- #: includes/api/class-wc-rest-products-controller.php:2568
464
- msgid "Image alternative text."
465
- msgstr "متن جایگزین تصویر."
466
 
467
- #: includes/wc-core-functions.php:282
468
- msgid "Armenian dram"
469
- msgstr "درم ارمنستان"
470
 
471
- #: includes/admin/settings/views/html-settings-tax.php:21
472
- msgid "Postcode for this rule. Semi-colon (;) separate multiple values. Leave blank to apply to all areas. Wildcards (*) and ranges for numeric postcodes (e.g. 12345...12350) can also be used."
473
- msgstr ""
474
 
475
- #: includes/api/class-wc-rest-product-reviews-controller.php:106
476
- #: includes/api/class-wc-rest-product-reviews-controller.php:131
477
- msgid "Invalid product id."
478
- msgstr "شناسه محصول نادرست."
479
 
480
- #: includes/wc-core-functions.php:283
481
- msgid "Netherlands Antillean guilder"
482
- msgstr ""
483
 
484
- #: includes/admin/settings/views/html-webhooks-edit.php:103
485
- msgid "The Secret Key is used to generate a hash of the delivered webhook and provided in the request headers."
486
- msgstr ""
487
 
488
- #: includes/api/class-wc-rest-product-reviews-controller.php:226
489
- msgid "The date the review was created, in the site's timezone."
490
- msgstr ""
491
 
492
- #: includes/wc-core-functions.php:284
493
- msgid "Angolan kwanza"
494
- msgstr "کوانزای آنگولا"
495
 
496
- #: includes/admin/settings/views/settings-tax.php:24
497
- msgid "Calculate Tax Based On"
498
- msgstr "محاسبه مالیات بر اساس"
499
 
500
- #: includes/api/class-wc-rest-product-reviews-controller.php:232
501
- msgid "Review rating (0 to 5)."
502
- msgstr "امتیاز دیدگاه (0 تا 5)."
503
 
504
- #: includes/wc-core-functions.php:285
505
- msgid "Argentine peso"
506
- msgstr "پزوی آرژانتین"
507
-
508
- #: includes/admin/settings/views/settings-tax.php:38
509
- msgid "Shipping Tax Class"
510
- msgstr "مالیات روش حمل و نقل"
511
 
512
- #: includes/api/class-wc-rest-product-reviews-controller.php:238
513
- msgid "Reviewer name."
514
- msgstr "نام بازبین."
515
 
516
- #: includes/wc-core-functions.php:286
517
- msgid "Australian dollar"
518
- msgstr "دلار استرالیا"
519
 
520
- #: includes/admin/settings/views/settings-tax.php:67
521
- msgid "Display Prices in the Shop"
522
- msgstr "نمایش قیمت ها در فروشگاه"
523
 
524
- #: includes/api/class-wc-rest-product-reviews-controller.php:244
525
- msgid "Reviewer email."
526
- msgstr "ایمیل بازبین."
527
 
528
- #: includes/wc-core-functions.php:287
529
- msgid "Aruban florin"
530
- msgstr "فلورین آروبا"
531
 
532
- #: includes/admin/settings/views/settings-tax.php:79
533
- msgid "Display Prices During Cart and Checkout"
534
- msgstr "نمایش قیمت ها در طول سبد خرید و پرداخت"
535
 
536
- #: includes/api/class-wc-rest-product-reviews-controller.php:250
537
- msgid "Shows if the reviewer bought the product or not."
538
- msgstr "در صورتی که نقد کننده خریدار محصول بوده یا خیر نمایش داده می شود."
539
 
540
- #: includes/wc-core-functions.php:288
541
- msgid "Azerbaijani manat"
542
- msgstr "منات آذربایجان"
 
543
 
544
- #: includes/admin/settings/views/settings-tax.php:92
545
- msgid "Price Display Suffix"
546
- msgstr "نمایش پسوند قیمت"
547
 
548
- #: includes/api/class-wc-rest-product-shipping-classes-controller.php:100
549
- msgid "Shipping class name."
550
- msgstr "نام روش حمل و نقل"
551
 
552
- #: includes/wc-core-functions.php:289
553
- msgid "Bosnia and Herzegovina convertible mark"
554
- msgstr ""
555
 
556
- #: includes/admin/settings/views/settings-tax.php:101
557
- msgid "Display Tax Totals"
558
- msgstr ""
559
 
560
- #: includes/api/class-wc-rest-product-tags-controller.php:100
561
- #: includes/api/class-wc-rest-products-controller.php:2204
562
- msgid "Tag name."
563
- msgstr "نام برچسب."
564
 
565
- #: includes/wc-core-functions.php:290
566
- msgid "Barbadian dollar"
567
- msgstr "دلار باربادوس"
568
 
569
- #: includes/admin/views/html-admin-page-addons.php:53
570
- msgid "Storefront is an intuitive, flexible and %sfree%s WordPress theme offering deep integration with WooCommerce and many of the most popular customer-facing extensions."
571
- msgstr ""
572
 
573
- #: includes/api/class-wc-rest-products-controller.php:948
574
- #: includes/api/class-wc-rest-products-controller.php:1356
575
- msgid "The SKU already exists on another product."
576
- msgstr ""
577
 
578
- #: includes/wc-core-functions.php:291
579
- msgid "Bangladeshi taka"
580
- msgstr "تاکا بنگلادش"
581
 
582
- #: includes/admin/views/html-admin-page-status-report.php:95
583
- msgid "WP Cron"
584
- msgstr "WP Cron"
585
 
586
- #: includes/api/class-wc-rest-products-controller.php:1841
587
- msgid "Product slug."
588
- msgstr "نامک محصول."
589
 
590
- #: includes/wc-core-functions.php:292
591
- msgid "Bulgarian lev"
592
- msgstr ""
593
 
594
- #: includes/admin/views/html-admin-page-status-report.php:96
595
- msgid "Displays whether or not WP Cron Jobs are enabled."
596
- msgstr ""
597
 
598
- #: includes/api/class-wc-rest-products-controller.php:1846
599
- msgid "Product URL."
600
- msgstr "آدرس محصول."
601
 
602
- #: includes/wc-core-functions.php:293
603
- msgid "Bahraini dinar"
604
- msgstr "دینار بحرین"
605
 
606
- #: includes/admin/views/html-admin-page-status-report.php:133
607
- msgid "%s - We recommend a minimum PHP version of 5.6. See: %s"
608
- msgstr "%s - ما پیشنهاد میکنیم حداقل نسخه PHP شما بر روی 5.6 باشد. ببینید: %s"
609
 
610
- #: includes/api/class-wc-rest-products-controller.php:1853
611
- msgid "The date the product was created, in the site's timezone."
612
- msgstr ""
613
 
614
- #: includes/wc-core-functions.php:294
615
- msgid "Burundian franc"
616
- msgstr "فرانک بوروندی"
617
 
618
- #: includes/admin/views/html-admin-page-status-report.php:159
619
- msgid "cURL Version"
620
- msgstr "نگارش cURL"
621
 
622
- #: includes/api/class-wc-rest-products-controller.php:1859
623
- msgid "The date the product was last modified, in the site's timezone."
624
- msgstr ""
625
 
626
- #: includes/wc-core-functions.php:295
627
- msgid "Bermudian dollar"
628
- msgstr "دلار برمودا"
629
 
630
- #: includes/admin/views/html-admin-page-status-report.php:160
631
- msgid "The version of cURL installed on your server."
632
- msgstr ""
633
 
634
- #: includes/api/class-wc-rest-products-controller.php:1865
635
- msgid "Product type."
636
- msgstr "نوع محصول."
637
 
638
- #: includes/wc-core-functions.php:296
639
- msgid "Brunei dollar"
640
- msgstr "دلار برونئی"
641
 
642
- #: includes/admin/views/html-admin-page-status-report.php:192
643
- msgid "%s - We recommend a minimum MySQL version of 5.6. See: %s"
644
- msgstr "%s - ما پیشنهاد می کنیم حداقل نسخه MySQL 5.6 باشد. ببینید: %s"
645
 
646
- #: includes/api/class-wc-rest-products-controller.php:1872
647
- msgid "Product status (post status)."
648
- msgstr "وضعیت محصول (وضعیت نوشته)."
649
 
650
- #: includes/wc-core-functions.php:297
651
- msgid "Bolivian boliviano"
652
- msgstr "بولیویانو بولیوی"
653
 
654
- #: includes/admin/views/html-admin-page-status-report.php:192
655
- msgid "WordPress Requirements"
656
- msgstr "نیازمندی های وردپرس"
657
 
658
- #: includes/api/class-wc-rest-products-controller.php:1879
659
- msgid "Featured product."
660
- msgstr "محصول ویژه."
661
 
662
- #: includes/wc-core-functions.php:298
663
- msgid "Brazilian real"
664
- msgstr "رئال برزیل"
665
 
666
- #: includes/admin/views/html-admin-page-status-report.php:261
667
- msgid "Your server does not support the %s function - this is required to use the GeoIP database from MaxMind."
668
- msgstr ""
669
 
670
- #: includes/api/class-wc-rest-products-controller.php:1885
671
- msgid "Catalog visibility."
672
- msgstr "قابلیت مشاهده کاتالوگ."
673
 
674
- #: includes/wc-core-functions.php:299
675
- msgid "Bahamian dollar"
676
- msgstr "دلار باهاما"
677
 
678
- #: includes/admin/views/html-admin-page-status-report.php:384
679
- msgid "MaxMind GeoIP Database"
680
- msgstr ""
681
 
682
- #: includes/api/class-wc-rest-products-controller.php:1892
683
- msgid "Product description."
684
- msgstr "توضیحات محصول."
685
 
686
- #: includes/wc-core-functions.php:300
687
- msgid "Bitcoin"
688
- msgstr "بیت کوین"
689
 
690
- #: includes/admin/views/html-admin-page-status-report.php:385
691
- msgid "The GeoIP database from MaxMind is used to geolocate customers."
692
- msgstr "پایگاه داده GeoIP از MaxMind، از مکان جغرافیایی مشتری استفاده می کند"
693
 
694
- #: includes/api/class-wc-rest-products-controller.php:1897
695
- msgid "Product short description."
696
- msgstr "توضیحات کوتاه محصول."
697
 
698
- #: includes/wc-core-functions.php:301
699
- msgid "Bhutanese ngultrum"
700
- msgstr ""
701
 
702
- #: includes/admin/views/html-admin-page-status-report.php:390
703
- msgid "The MaxMind GeoIP Database does not exist - Geolocation will not function. You can download and install it manually from %1$s to the path: %2$s"
704
- msgstr ""
705
 
706
- #: includes/api/class-wc-rest-products-controller.php:1902
707
- #: includes/api/class-wc-rest-products-controller.php:2354
708
- msgid "Unique identifier."
709
- msgstr "شناسه یکتا."
710
 
711
- #: includes/wc-core-functions.php:302
712
- msgid "Botswana pula"
713
- msgstr "پولا بوتسوانا"
714
 
715
- #: includes/admin/views/html-admin-page-status-report.php:577
716
- msgid "Page ID is set, but the page does not exist"
717
- msgstr ""
718
 
719
- #: includes/api/class-wc-rest-products-controller.php:1907
720
- msgid "Current product price."
721
- msgstr "قیمت حال حاضر محصول."
722
 
723
- #: includes/wc-core-functions.php:303
724
- msgid "Belarusian ruble"
725
- msgstr "روبل بلاروس"
726
 
727
- #: includes/admin/views/html-admin-page-status-report.php:722
728
- msgid "Archive Template"
729
- msgstr "قالب بایگانی"
730
 
731
- #: includes/api/class-wc-rest-products-controller.php:1913
732
- msgid "Product regular price."
733
- msgstr "قیمت عادی محصول."
734
 
735
- #: includes/wc-core-functions.php:304
736
- msgid "Belize dollar"
737
- msgstr ""
738
 
739
- #: includes/admin/views/html-admin-page-status-report.php:724
740
- msgid "Your theme has a woocommerce.php file, you will not be able to override the woocommerce/archive-product.php custom template since woocommerce.php has priority over archive-product.php. This is intended to prevent display issues."
741
- msgstr "فایل woocommerce.php پوسته شما، نمی تواند الگوی سفارشی woocommerce/archive-product.php را نادیده بگیرد. زیرا woocommerce.php اولویت بالاتری نسبت به archive-product.php دارد. این کار برای جلوگیری از مشکلات نمایش می باشد."
742
 
743
- #: includes/api/class-wc-rest-products-controller.php:1918
744
- msgid "Product sale price."
745
- msgstr "قیمت فروش ویژه محصول."
746
 
747
- #: includes/wc-core-functions.php:305
748
- msgid "Canadian dollar"
749
- msgstr "دلار کانادا"
750
 
751
- #: includes/admin/views/html-admin-page-status-tools.php:34
752
- msgid "Enable Shipping Debug Mode to show matching shipping zones and to bypass shipping rate cache."
753
- msgstr ""
754
 
755
- #: includes/api/class-wc-rest-products-controller.php:1923
756
- #: includes/api/class-wc-rest-products-controller.php:2375
757
- msgid "Start date of sale price."
758
- msgstr "تاریخ شروع فروش ویژه محصول."
759
 
760
- #: includes/wc-core-functions.php:306
761
- msgid "Congolese franc"
762
- msgstr ""
763
 
764
- #: includes/admin/views/html-admin-page-status-tools.php:45
765
- msgid "Enable Template Debug Mode to bypass all theme and plugin template overrides for logged-in administrators. Used for debugging purposes."
766
- msgstr ""
767
 
768
- #: includes/api/class-wc-rest-products-controller.php:1928
769
- #: includes/api/class-wc-rest-products-controller.php:2380
770
- msgid "End data of sale price."
771
- msgstr "تاریخ پایان فروش ویژه محصول."
772
 
773
- #: includes/wc-core-functions.php:307
774
- msgid "Swiss franc"
775
- msgstr "فرانک سوییس"
776
 
777
- #: includes/admin/views/html-notice-custom.php:12
778
- #: includes/admin/views/html-notice-legacy-shipping.php:11
779
- #: includes/admin/views/html-notice-no-shipping-methods.php:11
780
- #: includes/admin/views/html-notice-simplify-commerce.php:19
781
- #: includes/admin/views/html-notice-template-check.php:13
782
- #: includes/admin/views/html-notice-theme-support.php:12
783
- #: includes/admin/views/html-notice-updated.php:12
784
- msgid "Dismiss"
785
- msgstr "رد کردن"
786
 
787
- #: includes/api/class-wc-rest-products-controller.php:1933
788
- msgid "Price formatted in HTML."
789
- msgstr "فرمت قیمت در HTML."
790
 
791
- #: includes/wc-core-functions.php:308
792
- msgid "Chilean peso"
793
- msgstr ""
794
 
795
- #: includes/admin/views/html-notice-legacy-shipping.php:13
796
- msgid "New:"
797
- msgstr "جدید:"
798
 
799
- #: includes/api/class-wc-rest-products-controller.php:1939
800
- msgid "Shows if the product is on sale."
801
- msgstr "نمایش در صورت وجود محصول در فروش ویژه."
802
 
803
- #: includes/wc-core-functions.php:309
804
- msgid "Chinese yuan"
805
- msgstr "یوآن چین"
806
 
807
- #: includes/admin/views/html-notice-legacy-shipping.php:13
808
- msgid "a group of regions that can be assigned different shipping methods and rates."
809
- msgstr ""
810
 
811
- #: includes/api/class-wc-rest-products-controller.php:1945
812
- msgid "Shows if the product can be bought."
813
- msgstr "نمایش در صورت وجود محصول در خریداری شده."
814
 
815
- #: includes/wc-core-functions.php:310
816
- msgid "Colombian peso"
817
- msgstr "پزو کلمبیا"
818
 
819
- #: includes/admin/views/html-notice-legacy-shipping.php:14
820
- msgid "Legacy shipping methods (Flat Rate, International Flat Rate, Local Pickup and Delivery, and Free Shipping) are deprecated but will continue to work as normal for now. <b><em>They will be removed in future versions of WooCommerce</em></b>. We recommend disabling these and setting up new rates within shipping zones as soon as possible."
821
- msgstr ""
822
 
823
- #: includes/api/class-wc-rest-products-controller.php:1951
824
- msgid "Amount of sales."
825
- msgstr "میزان فروش."
826
 
827
- #: includes/wc-core-functions.php:311
828
- msgid "Costa Rican col&oacute;n"
829
- msgstr ""
830
 
831
- #: includes/admin/views/html-notice-legacy-shipping.php:18
832
- #: includes/admin/views/html-notice-no-shipping-methods.php:18
833
- msgid "Setup shipping zones"
834
- msgstr "پیکربندی منطقه حمل و نقل"
835
 
836
- #: includes/api/class-wc-rest-products-controller.php:1957
837
- msgid "If the product is virtual."
838
- msgstr "اگر محصول مجازی بود."
839
 
840
- #: includes/wc-core-functions.php:312
841
- msgid "Cuban convertible peso"
842
- msgstr ""
843
 
844
- #: includes/admin/views/html-notice-legacy-shipping.php:20
845
- #: includes/admin/views/html-notice-no-shipping-methods.php:19
846
- msgid "Learn more about shipping zones"
847
- msgstr ""
848
 
849
- #: includes/api/class-wc-rest-products-controller.php:1963
850
- msgid "If the product is downloadable."
851
- msgstr "اگر محصول قابل دانلود بود."
852
 
853
- #: includes/wc-core-functions.php:313
854
- msgid "Cuban peso"
855
- msgstr "پزو کوبا"
856
 
857
- #: includes/admin/views/html-notice-no-shipping-methods.php:13
858
- msgid "Add Shipping Methods &amp; Zones"
859
- msgstr ""
860
 
861
- #: includes/api/class-wc-rest-products-controller.php:1969
862
- #: includes/api/class-wc-rest-products-controller.php:2414
863
- msgid "List of downloadable files."
864
- msgstr "لیست فایل های قابل دانلود."
865
 
866
- #: includes/wc-core-functions.php:314
867
- msgid "Cape Verdean escudo"
868
- msgstr ""
869
 
870
- #: includes/admin/views/html-notice-no-shipping-methods.php:14
871
- msgid "Shipping is currently enabled, but you haven't added any shipping methods to your shipping zones."
872
- msgstr ""
873
 
874
- #: includes/api/class-wc-rest-products-controller.php:1974
875
- #: includes/api/class-wc-rest-products-controller.php:2419
876
- msgid "File MD5 hash."
877
- msgstr "کد رمزگذاری MD5 فایل"
878
 
879
- #: includes/wc-core-functions.php:315
880
- msgid "Czech koruna"
881
- msgstr ""
882
 
883
- #: includes/admin/views/html-notice-no-shipping-methods.php:15
884
- msgid "Customers will not be able to purchase physical goods from your store until a shipping method is available."
885
- msgstr ""
886
 
887
- #: includes/api/class-wc-rest-products-controller.php:1992
888
- msgid "Amount of times the product can be downloaded."
889
- msgstr "تعداد دفعاتی که این محصول می تواند دانلود شود."
890
 
891
- #: includes/wc-core-functions.php:316
892
- msgid "Djiboutian franc"
893
- msgstr ""
894
 
895
- #: includes/admin/views/html-notice-simplify-commerce.php:21
896
- msgid "<strong>The Simplify Commerce payment gateway is deprecated</strong> &#8211; Please install our new free Simplify Commerce plugin from WordPress.org. Simplify Commerce will be removed from WooCommerce core in a future update."
897
- msgstr ""
898
 
899
- #: includes/api/class-wc-rest-products-controller.php:1998
900
- msgid "Number of days that the customer has up to be able to download the product."
901
- msgstr ""
902
 
903
- #: includes/wc-core-functions.php:317
904
- msgid "Danish krone"
905
- msgstr ""
906
 
907
- #: includes/admin/views/html-notice-simplify-commerce.php:23
908
- msgid "Install our new Simplify Commerce plugin"
909
- msgstr ""
910
 
911
- #: includes/api/class-wc-rest-products-controller.php:2004
912
- msgid "Download type, this controls the schema on the front-end."
913
- msgstr ""
914
 
915
- #: includes/wc-core-functions.php:318
916
- msgid "Dominican peso"
917
- msgstr ""
918
 
919
- #: includes/admin/views/html-notice-update.php:12
920
- #: includes/admin/views/html-notice-updating.php:12
921
- msgid "WooCommerce Data Update"
922
- msgstr "بروزرسانی اطلاعات ووکامرس"
923
 
924
- #: includes/api/class-wc-rest-products-controller.php:2011
925
- msgid "Product external URL. Only for external products."
926
- msgstr ""
927
 
928
- #: includes/wc-core-functions.php:319
929
- msgid "Algerian dinar"
930
- msgstr ""
931
 
932
- #: includes/admin/views/html-notice-update.php:12
933
- msgid "We need to update your store's database to the latest version."
934
- msgstr "ما نیاز داریم تا دیتابیس فروشگاه شما را به آخرین نسخه بروز کنیم."
935
 
936
- #: includes/api/class-wc-rest-products-controller.php:2017
937
- msgid "Product external button text. Only for external products."
938
- msgstr ""
939
 
940
- #: includes/wc-core-functions.php:320
941
- msgid "Egyptian pound"
942
- msgstr "پوند مصر"
943
 
944
- #: includes/admin/views/html-notice-updating.php:12
945
- msgid "Your database is being updated in the background."
946
- msgstr "دیتابیس شما در حال بروزرسانی است."
947
 
948
- #: includes/api/class-wc-rest-products-controller.php:2022
949
- #: includes/api/class-wc-rest-products-controller.php:2449
950
- msgid "Tax status."
951
- msgstr "وضعیت مالیات"
952
 
953
- #: includes/wc-core-functions.php:321
954
- msgid "Eritrean nakfa"
955
- msgstr ""
956
 
957
- #: includes/admin/views/html-notice-updating.php:12
958
- msgid "Taking a while? Click here to run it now."
959
- msgstr ""
960
 
961
- #: includes/api/class-wc-rest-products-controller.php:2029
962
- #: includes/api/class-wc-rest-products-controller.php:2456
963
- #: includes/api/class-wc-rest-taxes-controller.php:627
964
- msgid "Tax class."
965
- msgstr "کلاس مالیاتی"
966
 
967
- #: includes/wc-core-functions.php:322
968
- msgid "Ethiopian birr"
969
- msgstr ""
970
 
971
- #: includes/api/class-wc-rest-authentication.php:124
972
- msgid "Consumer Secret is invalid."
973
- msgstr "رمز مشتری اشتباه است."
974
 
975
- #: includes/api/class-wc-rest-products-controller.php:2034
976
- msgid "Stock management at product level."
977
- msgstr ""
978
 
979
- #: includes/wc-core-functions.php:323
980
- msgid "Euro"
981
- msgstr "یورو"
982
 
983
- #: includes/api/class-wc-rest-authentication.php:172
984
- msgid "Consumer Key is invalid."
985
- msgstr "کلید مشتری اشتباه است."
986
 
987
- #: includes/api/class-wc-rest-products-controller.php:2040
988
- #: includes/api/class-wc-rest-products-controller.php:2467
989
- msgid "Stock quantity."
990
- msgstr "موجودی انبار"
991
 
992
- #: includes/wc-core-functions.php:324
993
- msgid "Fijian dollar"
994
- msgstr "دلار فیجی"
995
 
996
- #: includes/api/class-wc-rest-authentication.php:222
997
- msgid "Invalid Signature - failed to sort parameters."
998
- msgstr ""
999
 
1000
- #: includes/api/class-wc-rest-products-controller.php:2051
1001
- #: includes/api/class-wc-rest-products-controller.php:2478
1002
- msgid "If managing stock, this controls if backorders are allowed."
1003
- msgstr ""
1004
 
1005
- #: includes/wc-core-functions.php:325
1006
- msgid "Falkland Islands pound"
1007
- msgstr ""
1008
 
1009
- #: includes/api/class-wc-rest-authentication.php:241
1010
- msgid "Invalid Signature - signature method is invalid."
1011
- msgstr ""
1012
 
1013
- #: includes/api/class-wc-rest-products-controller.php:2058
1014
- #: includes/api/class-wc-rest-products-controller.php:2485
1015
- msgid "Shows if backorders are allowed."
1016
- msgstr ""
1017
 
1018
- #: includes/wc-core-functions.php:326
1019
- msgid "Pound sterling"
1020
- msgstr ""
1021
 
1022
- #: includes/api/class-wc-rest-authentication.php:249
1023
- msgid "Invalid Signature - provided signature does not match."
1024
- msgstr ""
1025
 
1026
- #: includes/api/class-wc-rest-products-controller.php:2064
1027
- msgid "Shows if the product is on backordered."
1028
- msgstr ""
1029
 
1030
- #: includes/wc-core-functions.php:327
1031
- msgid "Georgian lari"
1032
- msgstr ""
1033
 
1034
- #: includes/api/class-wc-rest-authentication.php:300
1035
- msgid "Invalid timestamp."
1036
- msgstr ""
1037
 
1038
- #: includes/api/class-wc-rest-products-controller.php:2070
1039
- msgid "Allow one item to be bought in a single order."
1040
- msgstr ""
1041
 
1042
- #: includes/wc-core-functions.php:328
1043
- msgid "Guernsey pound"
1044
- msgstr ""
1045
 
1046
- #: includes/api/class-wc-rest-authentication.php:310
1047
- msgid "Invalid nonce - nonce has already been used."
1048
- msgstr ""
1049
 
1050
- #: includes/api/class-wc-rest-products-controller.php:2076
1051
- msgid "Product weight (%s)."
1052
- msgstr "وزن محصول (%s)."
1053
 
1054
- #: includes/wc-core-functions.php:329
1055
- msgid "Ghana cedi"
1056
- msgstr ""
1057
 
1058
- #: includes/api/class-wc-rest-authentication.php:374
1059
- msgid "The API key provided does not have read permissions."
1060
- msgstr ""
1061
 
1062
- #: includes/api/class-wc-rest-products-controller.php:2081
1063
- msgid "Product dimensions."
1064
- msgstr "ابعاد محصول."
1065
 
1066
- #: includes/wc-core-functions.php:330
1067
- msgid "Gibraltar pound"
1068
- msgstr ""
1069
 
1070
- #: includes/api/class-wc-rest-authentication.php:384
1071
- msgid "The API key provided does not have write permissions."
1072
- msgstr ""
1073
 
1074
- #: includes/api/class-wc-rest-products-controller.php:2086
1075
- msgid "Product length (%s)."
1076
- msgstr "طول محصول (%s)."
1077
 
1078
- #: includes/wc-core-functions.php:331
1079
- msgid "Gambian dalasi"
1080
- msgstr ""
1081
 
1082
- #: includes/api/class-wc-rest-authentication.php:422
1083
- msgid "WooCommerce API - Use a consumer key in the username field and a consumer secret in the password field."
1084
- msgstr ""
1085
 
1086
- #: includes/api/class-wc-rest-products-controller.php:2091
1087
- msgid "Product width (%s)."
1088
- msgstr "عرض محصول (%s)."
1089
 
1090
- #: includes/wc-core-functions.php:332
1091
- msgid "Guinean franc"
1092
- msgstr ""
1093
 
1094
- #: includes/api/class-wc-rest-coupons-controller.php:99
1095
- #: includes/api/class-wc-rest-orders-controller.php:95
1096
- #: includes/api/class-wc-rest-products-controller.php:96
1097
- msgid "Whether to bypass trash and force deletion."
1098
- msgstr ""
1099
 
1100
- #: includes/api/class-wc-rest-products-controller.php:2096
1101
- msgid "Product height (%s)."
1102
- msgstr "ارتفاع محصول (%s)."
1103
 
1104
- #: includes/wc-core-functions.php:333
1105
- msgid "Guatemalan quetzal"
1106
- msgstr ""
1107
 
1108
- #: includes/api/class-wc-rest-coupons-controller.php:220
1109
- msgid "The coupon code cannot be empty."
1110
- msgstr ""
1111
 
1112
- #: includes/api/class-wc-rest-products-controller.php:2103
1113
- msgid "Shows if the product need to be shipped."
1114
- msgstr "نمایش در صورتی که محصول نیاز به حمل و نقل دارد."
1115
 
1116
- #: includes/wc-core-functions.php:334
1117
- msgid "Guyanese dollar"
1118
- msgstr ""
1119
 
1120
- #: includes/api/class-wc-rest-coupons-controller.php:436
1121
- msgid "Unique identifier for the object."
1122
- msgstr ""
1123
 
1124
- #: includes/api/class-wc-rest-products-controller.php:2109
1125
- msgid "Shows whether or not the product shipping is taxable."
1126
- msgstr "نمایش آیا محصول مشمول مالیات است یا خیر."
1127
 
1128
- #: includes/wc-core-functions.php:335
1129
- msgid "Hong Kong dollar"
1130
- msgstr ""
1131
 
1132
- #: includes/api/class-wc-rest-coupons-controller.php:442
1133
- #: includes/api/class-wc-rest-orders-controller.php:1728
1134
- msgid "Coupon code."
1135
- msgstr "کد کوپن."
1136
 
1137
- #: includes/api/class-wc-rest-products-controller.php:2115
1138
- #: includes/api/class-wc-rest-products-controller.php:2524
1139
- msgid "Shipping class slug."
1140
- msgstr "نامک روش حمل و نقل."
1141
 
1142
- #: includes/wc-core-functions.php:336
1143
- msgid "Honduran lempira"
1144
- msgstr ""
1145
 
1146
- #: includes/api/class-wc-rest-coupons-controller.php:447
1147
- msgid "The date the coupon was created, in the site's timezone."
1148
- msgstr ""
1149
 
1150
- #: includes/api/class-wc-rest-products-controller.php:2120
1151
- #: includes/api/class-wc-rest-products-controller.php:2529
1152
- msgid "Shipping class ID."
1153
- msgstr "شناسه روش حمل و نقل."
1154
 
1155
- #: includes/wc-core-functions.php:337
1156
- msgid "Croatian kuna"
1157
- msgstr ""
1158
 
1159
- #: includes/api/class-wc-rest-coupons-controller.php:453
1160
- msgid "The date the coupon was last modified, in the site's timezone."
1161
- msgstr ""
1162
 
1163
- #: includes/api/class-wc-rest-products-controller.php:2126
1164
- msgid "Allow reviews."
1165
- msgstr "اجازه دیدگاه گذاری."
1166
 
1167
- #: includes/wc-core-functions.php:338
1168
- msgid "Haitian gourde"
1169
- msgstr ""
1170
 
1171
- #: includes/api/class-wc-rest-coupons-controller.php:459
1172
- msgid "Coupon description."
1173
- msgstr "توضیحات کوپن."
1174
 
1175
- #: includes/api/class-wc-rest-products-controller.php:2132
1176
- msgid "Reviews average rating."
1177
- msgstr "میانگین امتیاز نقد ها."
1178
 
1179
- #: includes/wc-core-functions.php:339
1180
- msgid "Hungarian forint"
1181
- msgstr ""
1182
 
1183
- #: includes/api/class-wc-rest-coupons-controller.php:464
1184
- msgid "Determines the type of discount that will be applied."
1185
- msgstr ""
1186
 
1187
- #: includes/api/class-wc-rest-products-controller.php:2138
1188
- msgid "Amount of reviews that the product have."
1189
- msgstr ""
1190
 
1191
- #: includes/wc-core-functions.php:340
1192
- msgid "Indonesian rupiah"
1193
- msgstr ""
1194
 
1195
- #: includes/api/class-wc-rest-coupons-controller.php:471
1196
- msgid "The amount of discount."
1197
- msgstr ""
1198
 
1199
- #: includes/api/class-wc-rest-products-controller.php:2144
1200
- msgid "List of related products IDs."
1201
- msgstr ""
1202
 
1203
- #: includes/wc-core-functions.php:341
1204
- msgid "Israeli new shekel"
1205
- msgstr ""
1206
 
1207
- #: includes/api/class-wc-rest-coupons-controller.php:476
1208
- msgid "UTC DateTime when the coupon expires."
1209
- msgstr ""
1210
 
1211
- #: includes/api/class-wc-rest-products-controller.php:2150
1212
- msgid "List of up-sell products IDs."
1213
- msgstr ""
1214
 
1215
- #: includes/wc-core-functions.php:342
1216
- msgid "Manx pound"
1217
- msgstr ""
1218
 
1219
- #: includes/api/class-wc-rest-coupons-controller.php:481
1220
- msgid "Number of times the coupon has been used already."
1221
- msgstr ""
1222
 
1223
- #: includes/api/class-wc-rest-products-controller.php:2155
1224
- msgid "List of cross-sell products IDs."
1225
- msgstr ""
1226
 
1227
- #: includes/wc-core-functions.php:343
1228
- msgid "Indian rupee"
1229
- msgstr "روپیه هند"
1230
 
1231
- #: includes/api/class-wc-rest-coupons-controller.php:487
1232
- msgid "Whether coupon can only be used individually."
1233
- msgstr ""
1234
 
1235
- #: includes/api/class-wc-rest-products-controller.php:2160
1236
- msgid "Product parent ID."
1237
- msgstr "شناسه محصول مادر"
1238
 
1239
- #: includes/wc-core-functions.php:344
1240
- msgid "Iraqi dinar"
1241
- msgstr "دینار عراق"
1242
 
1243
- #: includes/api/class-wc-rest-coupons-controller.php:493
1244
- msgid "List of product ID's the coupon can be used on."
1245
- msgstr ""
1246
 
1247
- #: includes/api/class-wc-rest-products-controller.php:2165
1248
- msgid "Optional note to send the customer after purchase."
1249
- msgstr ""
1250
 
1251
- #: includes/wc-core-functions.php:345
1252
- msgid "Iranian rial"
1253
- msgstr "ریال ایران"
1254
 
1255
- #: includes/api/class-wc-rest-coupons-controller.php:498
1256
- msgid "List of product ID's the coupon cannot be used on."
1257
- msgstr ""
1258
 
1259
- #: includes/api/class-wc-rest-products-controller.php:2170
1260
- msgid "List of categories."
1261
- msgstr "لیست دسته بندی ها."
1262
 
1263
- #: includes/wc-core-functions.php:346
1264
- msgid "Icelandic kr&oacute;na"
1265
- msgstr ""
1266
 
1267
- #: includes/api/class-wc-rest-coupons-controller.php:503
1268
- msgid "How many times the coupon can be used."
1269
- msgstr ""
1270
 
1271
- #: includes/api/class-wc-rest-products-controller.php:2175
1272
- msgid "Category ID."
1273
- msgstr "نامک دسته بندی."
1274
 
1275
- #: includes/wc-core-functions.php:347
1276
- msgid "Jersey pound"
1277
- msgstr ""
1278
 
1279
- #: includes/api/class-wc-rest-coupons-controller.php:508
1280
- msgid "How many times the coupon can be used per customer."
1281
- msgstr ""
1282
 
1283
- #: includes/api/class-wc-rest-products-controller.php:2186
1284
- msgid "Category slug."
1285
- msgstr "شناسه دسته بندی."
1286
 
1287
- #: includes/wc-core-functions.php:348
1288
- msgid "Jamaican dollar"
1289
- msgstr "دلار جاماییکا"
1290
 
1291
- #: includes/api/class-wc-rest-coupons-controller.php:513
1292
- msgid "Max number of items in the cart the coupon can be applied to."
1293
- msgstr ""
1294
 
1295
- #: includes/api/class-wc-rest-products-controller.php:2194
1296
- msgid "List of tags."
1297
- msgstr "لیست برچسب ها."
1298
 
1299
- #: includes/wc-core-functions.php:349
1300
- msgid "Jordanian dinar"
1301
- msgstr ""
1302
 
1303
- #: includes/api/class-wc-rest-coupons-controller.php:518
1304
- msgid "Define if can be applied for free shipping."
1305
- msgstr ""
1306
 
1307
- #: includes/api/class-wc-rest-products-controller.php:2199
1308
- msgid "Tag ID."
1309
- msgstr "شناسه برچسب."
1310
 
1311
- #: includes/wc-core-functions.php:350
1312
- msgid "Japanese yen"
1313
- msgstr "ین ژاپن"
1314
 
1315
- #: includes/api/class-wc-rest-coupons-controller.php:524
1316
- msgid "List of category ID's the coupon applies to."
1317
- msgstr ""
1318
 
1319
- #: includes/api/class-wc-rest-products-controller.php:2210
1320
- msgid "Tag slug."
1321
- msgstr "نامک برچسب."
1322
 
1323
- #: includes/wc-core-functions.php:352
1324
- msgid "Kyrgyzstani som"
1325
- msgstr ""
1326
 
1327
- #: includes/api/class-wc-rest-coupons-controller.php:529
1328
- msgid "List of category ID's the coupon does not apply to."
1329
- msgstr ""
1330
 
1331
- #: includes/api/class-wc-rest-products-controller.php:2218
1332
- msgid "List of images."
1333
- msgstr "لیست تصاویر."
1334
 
1335
- #: includes/wc-core-functions.php:353
1336
- msgid "Cambodian riel"
1337
- msgstr ""
1338
 
1339
- #: includes/api/class-wc-rest-coupons-controller.php:534
1340
- msgid "Define if should not apply when have sale items."
1341
- msgstr ""
1342
 
1343
- #: includes/api/class-wc-rest-products-controller.php:2256
1344
- #: includes/api/class-wc-rest-products-controller.php:2573
1345
- msgid "Image position. 0 means that the image is featured."
1346
- msgstr ""
1347
 
1348
- #: includes/wc-core-functions.php:354
1349
- msgid "Comorian franc"
1350
- msgstr ""
1351
 
1352
- #: includes/api/class-wc-rest-coupons-controller.php:540
1353
- msgid "Minimum order amount that needs to be in the cart before coupon applies."
1354
- msgstr ""
1355
 
1356
- #: includes/api/class-wc-rest-products-controller.php:2263
1357
- #: includes/api/class-wc-rest-products-controller.php:2580
1358
- msgid "List of attributes."
1359
- msgstr "لیست ویژگی ها"
1360
 
1361
- #: includes/wc-core-functions.php:355
1362
- msgid "North Korean won"
1363
- msgstr "وون کره شمالی"
1364
 
1365
- #: includes/api/class-wc-rest-coupons-controller.php:545
1366
- msgid "Maximum order amount allowed when using the coupon."
1367
- msgstr ""
1368
 
1369
- #: includes/api/class-wc-rest-products-controller.php:2268
1370
- #: includes/api/class-wc-rest-products-controller.php:2307
1371
- #: includes/api/class-wc-rest-products-controller.php:2585
1372
- msgid "Attribute ID."
1373
- msgstr "شناسه ویژگی"
1374
 
1375
- #: includes/wc-core-functions.php:356
1376
- msgid "South Korean won"
1377
- msgstr "وون کره جنوبی"
1378
 
1379
- #: includes/api/class-wc-rest-coupons-controller.php:550
1380
- msgid "List of email addresses that can use this coupon."
1381
- msgstr ""
1382
 
1383
- #: includes/api/class-wc-rest-products-controller.php:2278
1384
- msgid "Attribute position."
1385
- msgstr ""
1386
 
1387
- #: includes/wc-core-functions.php:357
1388
- msgid "Kuwaiti dinar"
1389
- msgstr "دینار کویت"
1390
 
1391
- #: includes/api/class-wc-rest-coupons-controller.php:555
1392
- msgid "List of user IDs who have used the coupon."
1393
- msgstr ""
1394
 
1395
- #: includes/api/class-wc-rest-products-controller.php:2283
1396
- msgid "Define if the attribute is visible on the \"Additional Information\" tab in the product's page."
1397
- msgstr ""
1398
 
1399
- #: includes/wc-core-functions.php:358
1400
- msgid "Cayman Islands dollar"
1401
- msgstr ""
1402
 
1403
- #: includes/api/class-wc-rest-coupons-controller.php:575
1404
- msgid "Limit result set to resources with a specific code."
1405
- msgstr ""
1406
 
1407
- #: includes/api/class-wc-rest-products-controller.php:2289
1408
- msgid "Define if the attribute can be used as variation."
1409
- msgstr ""
1410
 
1411
- #: includes/wc-core-functions.php:359
1412
- msgid "Kazakhstani tenge"
1413
- msgstr ""
1414
 
1415
- #: includes/api/class-wc-rest-customer-downloads-controller.php:160
1416
- msgid "Download file URL."
1417
- msgstr "آدرس دانلود فایل"
1418
 
1419
- #: includes/api/class-wc-rest-products-controller.php:2295
1420
- msgid "List of available term names of the attribute."
1421
- msgstr ""
1422
 
1423
- #: includes/wc-core-functions.php:360
1424
- msgid "Lao kip"
1425
- msgstr ""
1426
 
1427
- #: includes/api/class-wc-rest-customer-downloads-controller.php:166
1428
- msgid "Download ID (MD5)."
1429
- msgstr "شناسه دانلود (MD5)"
1430
 
1431
- #: includes/api/class-wc-rest-products-controller.php:2302
1432
- msgid "Defaults variation attributes."
1433
- msgstr ""
1434
 
1435
- #: includes/wc-core-functions.php:361
1436
- msgid "Lebanese pound"
1437
- msgstr ""
1438
 
1439
- #: includes/api/class-wc-rest-customer-downloads-controller.php:172
1440
- msgid "Downloadable product ID."
1441
- msgstr ""
1442
 
1443
- #: includes/api/class-wc-rest-products-controller.php:2317
1444
- #: includes/api/class-wc-rest-products-controller.php:2595
1445
- msgid "Selected attribute term name."
1446
- msgstr ""
1447
 
1448
- #: includes/wc-core-functions.php:362
1449
- msgid "Sri Lankan rupee"
1450
- msgstr ""
1451
 
1452
- #: includes/api/class-wc-rest-customer-downloads-controller.php:178
1453
- msgid "Downloadable file name."
1454
- msgstr "نام فایل دانلودی"
1455
 
1456
- #: includes/api/class-wc-rest-products-controller.php:2324
1457
- msgid "List of variations."
1458
- msgstr ""
1459
 
1460
- #: includes/wc-core-functions.php:363
1461
- msgid "Liberian dollar"
1462
- msgstr "دلار لیبی"
1463
 
1464
- #: includes/api/class-wc-rest-customer-downloads-controller.php:184
1465
- msgid "Order ID."
1466
- msgstr "شناسه سفارش"
1467
 
1468
- #: includes/api/class-wc-rest-products-controller.php:2329
1469
- msgid "Variation ID."
1470
- msgstr "شناسه متغیر"
1471
 
1472
- #: includes/wc-core-functions.php:364
1473
- msgid "Lesotho loti"
1474
- msgstr ""
1475
 
1476
- #: includes/api/class-wc-rest-customer-downloads-controller.php:190
1477
- #: includes/api/class-wc-rest-orders-controller.php:1157
1478
- msgid "Order key."
1479
- msgstr "کلید سفارش"
1480
 
1481
- #: includes/api/class-wc-rest-products-controller.php:2335
1482
- msgid "The date the variation was created, in the site's timezone."
1483
- msgstr ""
1484
 
1485
- #: includes/wc-core-functions.php:365
1486
- msgid "Libyan dinar"
1487
- msgstr "دینار لیبی"
1488
 
1489
- #: includes/api/class-wc-rest-customer-downloads-controller.php:196
1490
- msgid "Amount of downloads remaining."
1491
- msgstr ""
1492
 
1493
- #: includes/api/class-wc-rest-products-controller.php:2341
1494
- msgid "The date the variation was last modified, in the site's timezone."
1495
- msgstr ""
1496
 
1497
- #: includes/wc-core-functions.php:366
1498
- msgid "Moroccan dirham"
1499
- msgstr ""
1500
 
1501
- #: includes/api/class-wc-rest-customer-downloads-controller.php:202
1502
- msgid "The date when the download access expires, in the site's timezone."
1503
- msgstr ""
1504
 
1505
- #: includes/api/class-wc-rest-products-controller.php:2347
1506
- msgid "Variation URL."
1507
- msgstr ""
1508
 
1509
- #: includes/wc-core-functions.php:367
1510
- msgid "Moldovan leu"
1511
- msgstr ""
1512
 
1513
- #: includes/api/class-wc-rest-customer-downloads-controller.php:208
1514
- msgid "File details."
1515
- msgstr "جزئیات فایل."
1516
 
1517
- #: includes/api/class-wc-rest-products-controller.php:2359
1518
- msgid "Current variation price."
1519
- msgstr ""
1520
 
1521
- #: includes/wc-core-functions.php:368
1522
- msgid "Malagasy ariary"
1523
- msgstr ""
1524
 
1525
- #: includes/api/class-wc-rest-customer-downloads-controller.php:214
1526
- #: includes/api/class-wc-rest-products-controller.php:1980
1527
- #: includes/api/class-wc-rest-products-controller.php:2425
1528
- msgid "File name."
1529
- msgstr "نام فایل."
1530
 
1531
- #: includes/api/class-wc-rest-products-controller.php:2365
1532
- msgid "Variation regular price."
1533
- msgstr ""
1534
 
1535
- #: includes/wc-core-functions.php:369
1536
- msgid "Macedonian denar"
1537
- msgstr ""
1538
 
1539
- #: includes/api/class-wc-rest-customer-downloads-controller.php:220
1540
- #: includes/api/class-wc-rest-products-controller.php:1985
1541
- #: includes/api/class-wc-rest-products-controller.php:2430
1542
- msgid "File URL."
1543
- msgstr "آدرس فایل."
1544
 
1545
- #: includes/api/class-wc-rest-products-controller.php:2370
1546
- msgid "Variation sale price."
1547
- msgstr ""
1548
 
1549
- #: includes/wc-core-functions.php:370
1550
- msgid "Burmese kyat"
1551
- msgstr ""
1552
 
1553
- #: includes/api/class-wc-rest-customers-controller.php:305
1554
- #: includes/api/class-wc-rest-tax-classes-controller.php:175
1555
- #: includes/api/class-wc-rest-taxes-controller.php:356
1556
- msgid "Cannot create existing resource."
1557
- msgstr ""
1558
 
1559
- #: includes/api/class-wc-rest-products-controller.php:2385
1560
- msgid "Shows if the variation is on sale."
1561
- msgstr ""
1562
 
1563
- #: includes/wc-core-functions.php:371
1564
- msgid "Mongolian t&ouml;gr&ouml;g"
1565
- msgstr ""
1566
 
1567
- #: includes/api/class-wc-rest-customers-controller.php:356
1568
- #: includes/api/class-wc-rest-customers-controller.php:376
1569
- #: includes/api/class-wc-rest-customers-controller.php:435
1570
- #: includes/api/class-wc-rest-order-notes-controller.php:253
1571
- #: includes/api/class-wc-rest-order-notes-controller.php:286
1572
- #: includes/api/class-wc-rest-product-reviews-controller.php:137
1573
- #: includes/api/class-wc-rest-tax-classes-controller.php:236
1574
- #: includes/api/class-wc-rest-taxes-controller.php:392
1575
- #: includes/api/class-wc-rest-taxes-controller.php:412
1576
- #: includes/api/class-wc-rest-taxes-controller.php:455
1577
- #: includes/api/class-wc-rest-webhook-deliveries.php:138
1578
- msgid "Invalid resource id."
1579
- msgstr "شناسه منبع نادرست است."
1580
 
1581
- #: includes/api/class-wc-rest-products-controller.php:2391
1582
- msgid "Shows if the variation can be bought."
1583
- msgstr ""
1584
 
1585
- #: includes/wc-core-functions.php:372
1586
- msgid "Macanese pataca"
1587
- msgstr ""
1588
 
1589
- #: includes/api/class-wc-rest-customers-controller.php:380
1590
- msgid "Email address is invalid."
1591
- msgstr "آدرس ایمیل نادرست است."
1592
 
1593
- #: includes/api/class-wc-rest-products-controller.php:2397
1594
- msgid "If the variation is visible."
1595
- msgstr ""
1596
 
1597
- #: includes/wc-core-functions.php:373
1598
- msgid "Mauritanian ouguiya"
1599
- msgstr ""
1600
 
1601
- #: includes/api/class-wc-rest-customers-controller.php:384
1602
- msgid "Username isn't editable."
1603
- msgstr "نام کاربری قابل ویرایش نیست."
1604
 
1605
- #: includes/api/class-wc-rest-products-controller.php:2402
1606
- msgid "If the variation is virtual."
1607
- msgstr ""
1608
 
1609
- #: includes/wc-core-functions.php:374
1610
- msgid "Mauritian rupee"
1611
- msgstr ""
1612
 
1613
- #: includes/api/class-wc-rest-customers-controller.php:430
1614
- msgid "Customers do not support trashing."
1615
- msgstr ""
1616
 
1617
- #: includes/api/class-wc-rest-products-controller.php:2408
1618
- msgid "If the variation is downloadable."
1619
- msgstr ""
1620
 
1621
- #: includes/wc-core-functions.php:375
1622
- msgid "Maldivian rufiyaa"
1623
- msgstr ""
1624
 
1625
- #: includes/api/class-wc-rest-customers-controller.php:440
1626
- msgid "Invalid resource id for reassignment."
1627
- msgstr ""
1628
 
1629
- #: includes/api/class-wc-rest-products-controller.php:2437
1630
- msgid "Amount of times the variation can be downloaded."
1631
- msgstr ""
1632
 
1633
- #: includes/wc-core-functions.php:376
1634
- msgid "Malawian kwacha"
1635
- msgstr ""
1636
 
1637
- #: includes/api/class-wc-rest-customers-controller.php:607
1638
- #: includes/api/class-wc-rest-order-notes-controller.php:380
1639
- #: includes/api/class-wc-rest-order-refunds-controller.php:346
1640
- #: includes/api/class-wc-rest-orders-controller.php:1139
1641
- #: includes/api/class-wc-rest-product-attribute-terms-controller.php:106
1642
- #: includes/api/class-wc-rest-product-attributes-controller.php:525
1643
- #: includes/api/class-wc-rest-product-categories-controller.php:163
1644
- #: includes/api/class-wc-rest-product-reviews-controller.php:220
1645
- #: includes/api/class-wc-rest-product-shipping-classes-controller.php:94
1646
- #: includes/api/class-wc-rest-product-tags-controller.php:94
1647
- #: includes/api/class-wc-rest-products-controller.php:1830
1648
- #: includes/api/class-wc-rest-tax-classes-controller.php:325
1649
- #: includes/api/class-wc-rest-taxes-controller.php:568
1650
- #: includes/api/class-wc-rest-webhook-deliveries.php:218
1651
- #: includes/api/class-wc-rest-webhooks-controller.php:468
1652
- msgid "Unique identifier for the resource."
1653
- msgstr ""
1654
 
1655
- #: includes/api/class-wc-rest-products-controller.php:2443
1656
- msgid "Number of days that the customer has up to be able to download the variation."
1657
- msgstr ""
1658
 
1659
- #: includes/wc-core-functions.php:377
1660
- msgid "Mexican peso"
1661
- msgstr ""
1662
 
1663
- #: includes/api/class-wc-rest-customers-controller.php:613
1664
- msgid "The date the customer was created, in the site's timezone."
1665
- msgstr ""
1666
 
1667
- #: includes/api/class-wc-rest-products-controller.php:2461
1668
- msgid "Stock management at variation level."
1669
- msgstr ""
1670
 
1671
- #: includes/wc-core-functions.php:378
1672
- msgid "Malaysian ringgit"
1673
- msgstr ""
1674
 
1675
- #: includes/api/class-wc-rest-customers-controller.php:619
1676
- msgid "The date the customer was last modified, in the site's timezone."
1677
- msgstr ""
1678
 
1679
- #: includes/api/class-wc-rest-products-controller.php:2472
1680
- msgid "Controls whether or not the variation is listed as \"in stock\" or \"out of stock\" on the frontend."
1681
- msgstr ""
1682
 
1683
- #: includes/wc-core-functions.php:379
1684
- msgid "Mozambican metical"
1685
- msgstr ""
1686
 
1687
- #: includes/api/class-wc-rest-customers-controller.php:625
1688
- msgid "The email address for the customer."
1689
- msgstr ""
1690
 
1691
- #: includes/api/class-wc-rest-products-controller.php:2491
1692
- msgid "Shows if the variation is on backordered."
1693
- msgstr ""
1694
 
1695
- #: includes/wc-core-functions.php:380
1696
- msgid "Namibian dollar"
1697
- msgstr "دلار نامیبیا"
1698
 
1699
- #: includes/api/class-wc-rest-customers-controller.php:631
1700
- msgid "Customer first name."
1701
- msgstr "نام مشتری."
1702
 
1703
- #: includes/api/class-wc-rest-products-controller.php:2497
1704
- msgid "Variation weight (%s)."
1705
- msgstr ""
1706
 
1707
- #: includes/wc-core-functions.php:381
1708
- msgid "Nigerian naira"
1709
- msgstr ""
1710
 
1711
- #: includes/api/class-wc-rest-customers-controller.php:639
1712
- msgid "Customer last name."
1713
- msgstr "نام خانوادگی مشتری."
1714
 
1715
- #: includes/api/class-wc-rest-products-controller.php:2502
1716
- msgid "Variation dimensions."
1717
- msgstr ""
1718
 
1719
- #: includes/wc-core-functions.php:382
1720
- msgid "Nicaraguan c&oacute;rdoba"
1721
- msgstr ""
1722
 
1723
- #: includes/api/class-wc-rest-customers-controller.php:647
1724
- msgid "Customer login name."
1725
- msgstr "نام ورود مشتری."
1726
 
1727
- #: includes/api/class-wc-rest-products-controller.php:2507
1728
- msgid "Variation length (%s)."
1729
- msgstr ""
1730
 
1731
- #: includes/wc-core-functions.php:383
1732
- msgid "Norwegian krone"
1733
- msgstr ""
1734
-
1735
- #: includes/api/class-wc-rest-customers-controller.php:655
1736
- msgid "Customer password."
1737
- msgstr "رمز عبور مشتری."
1738
 
1739
- #: includes/api/class-wc-rest-products-controller.php:2512
1740
- msgid "Variation width (%s)."
1741
- msgstr ""
1742
 
1743
- #: includes/wc-core-functions.php:384
1744
- msgid "Nepalese rupee"
1745
- msgstr ""
1746
 
1747
- #: includes/api/class-wc-rest-customers-controller.php:660
1748
- msgid "Last order data."
1749
- msgstr "آخرین اطلاعات سفارش."
1750
 
1751
- #: includes/api/class-wc-rest-products-controller.php:2517
1752
- msgid "Variation height (%s)."
1753
- msgstr ""
1754
 
1755
- #: includes/wc-core-functions.php:385
1756
- msgid "New Zealand dollar"
1757
- msgstr "دلار نیوزلند"
1758
 
1759
- #: includes/api/class-wc-rest-customers-controller.php:666
1760
- msgid "Last order ID."
1761
- msgstr "آخرین شناسه سفارش."
1762
 
1763
- #: includes/api/class-wc-rest-products-controller.php:2535
1764
- msgid "Variation image data."
1765
- msgstr ""
1766
 
1767
- #: includes/wc-core-functions.php:386
1768
- msgid "Omani rial"
1769
- msgstr "ریال عمان"
1770
 
1771
- #: includes/api/class-wc-rest-customers-controller.php:672
1772
- msgid "UTC DateTime of the customer last order."
1773
- msgstr ""
1774
 
1775
- #: includes/api/class-wc-rest-products-controller.php:2604
1776
- msgid "List of grouped products ID."
1777
- msgstr ""
1778
 
1779
- #: includes/wc-core-functions.php:387
1780
- msgid "Panamanian balboa"
1781
- msgstr ""
1782
 
1783
- #: includes/api/class-wc-rest-customers-controller.php:680
1784
- msgid "Quantity of orders made by the customer."
1785
- msgstr ""
1786
 
1787
- #: includes/api/class-wc-rest-products-controller.php:2610
1788
- msgid "Menu order, used to custom sort products."
1789
- msgstr ""
1790
 
1791
- #: includes/wc-core-functions.php:388
1792
- msgid "Peruvian nuevo sol"
1793
- msgstr ""
1794
 
1795
- #: includes/api/class-wc-rest-customers-controller.php:686
1796
- msgid "Total amount spent."
1797
- msgstr ""
1798
 
1799
- #: includes/api/class-wc-rest-products-controller.php:2629
1800
- msgid "Limit result set to products with a specific slug."
1801
- msgstr ""
1802
 
1803
- #: includes/wc-core-functions.php:389
1804
- msgid "Papua New Guinean kina"
1805
- msgstr ""
1806
 
1807
- #: includes/api/class-wc-rest-customers-controller.php:692
1808
- msgid "Avatar URL."
1809
- msgstr "آدرس تصویر آواتار."
1810
 
1811
- #: includes/api/class-wc-rest-products-controller.php:2635
1812
- msgid "Limit result set to products assigned a specific status."
1813
- msgstr ""
1814
 
1815
- #: includes/wc-core-functions.php:390
1816
- msgid "Philippine peso"
1817
- msgstr ""
1818
 
1819
- #: includes/api/class-wc-rest-customers-controller.php:698
1820
- msgid "List of billing address data."
1821
- msgstr ""
1822
 
1823
- #: includes/api/class-wc-rest-products-controller.php:2642
1824
- msgid "Limit result set to products assigned a specific type."
1825
- msgstr ""
1826
 
1827
- #: includes/wc-core-functions.php:391
1828
- msgid "Pakistani rupee"
1829
- msgstr "روپیه پاکستان"
1830
 
1831
- #: includes/api/class-wc-rest-customers-controller.php:703
1832
- #: includes/api/class-wc-rest-customers-controller.php:766
1833
- #: includes/api/class-wc-rest-orders-controller.php:1253
1834
- #: includes/api/class-wc-rest-orders-controller.php:1316
1835
- msgid "First name."
1836
- msgstr "نام."
1837
 
1838
- #: includes/api/class-wc-rest-products-controller.php:2649
1839
- msgid "Limit result set to products assigned a specific category."
1840
- msgstr ""
1841
 
1842
- #: includes/wc-core-functions.php:392
1843
- msgid "Polish z&#x142;oty"
1844
- msgstr ""
1845
 
1846
- #: includes/api/class-wc-rest-customers-controller.php:708
1847
- #: includes/api/class-wc-rest-customers-controller.php:771
1848
- #: includes/api/class-wc-rest-orders-controller.php:1258
1849
- #: includes/api/class-wc-rest-orders-controller.php:1321
1850
- msgid "Last name."
1851
- msgstr "نام خانوادگی."
1852
 
1853
- #: includes/api/class-wc-rest-products-controller.php:2655
1854
- msgid "Limit result set to products assigned a specific tag."
1855
- msgstr ""
1856
 
1857
- #: includes/wc-core-functions.php:393
1858
- msgid "Transnistrian ruble"
1859
- msgstr ""
1860
 
1861
- #: includes/api/class-wc-rest-customers-controller.php:713
1862
- #: includes/api/class-wc-rest-customers-controller.php:776
1863
- #: includes/api/class-wc-rest-orders-controller.php:1263
1864
- #: includes/api/class-wc-rest-orders-controller.php:1326
1865
- msgid "Company name."
1866
- msgstr "نام شرکت."
1867
 
1868
- #: includes/api/class-wc-rest-products-controller.php:2661
1869
- msgid "Limit result set to products assigned a specific shipping class."
1870
- msgstr ""
1871
 
1872
- #: includes/wc-core-functions.php:394
1873
- msgid "Paraguayan guaran&iacute;"
1874
- msgstr ""
1875
 
1876
- #: includes/api/class-wc-rest-customers-controller.php:718
1877
- #: includes/api/class-wc-rest-customers-controller.php:781
1878
- #: includes/api/class-wc-rest-orders-controller.php:1268
1879
- #: includes/api/class-wc-rest-orders-controller.php:1331
1880
- msgid "Address line 1."
1881
- msgstr "آدرس 1."
1882
 
1883
- #: includes/api/class-wc-rest-products-controller.php:2667
1884
- msgid "Limit result set to products with a specific attribute."
1885
- msgstr ""
1886
 
1887
- #: includes/wc-core-functions.php:395
1888
- msgid "Qatari riyal"
1889
- msgstr "ریال قطر"
1890
 
1891
- #: includes/api/class-wc-rest-customers-controller.php:723
1892
- #: includes/api/class-wc-rest-customers-controller.php:786
1893
- #: includes/api/class-wc-rest-orders-controller.php:1273
1894
- #: includes/api/class-wc-rest-orders-controller.php:1336
1895
- msgid "Address line 2."
1896
- msgstr "آدرس 2."
1897
 
1898
- #: includes/api/class-wc-rest-products-controller.php:2673
1899
- msgid "Limit result set to products with a specific attribute term (required an assigned attribute)."
1900
- msgstr ""
1901
 
1902
- #: includes/wc-core-functions.php:396
1903
- msgid "Romanian leu"
1904
- msgstr ""
1905
 
1906
- #: includes/api/class-wc-rest-customers-controller.php:728
1907
- #: includes/api/class-wc-rest-customers-controller.php:791
1908
- #: includes/api/class-wc-rest-orders-controller.php:1278
1909
- #: includes/api/class-wc-rest-orders-controller.php:1341
1910
- #: includes/api/class-wc-rest-taxes-controller.php:589
1911
- msgid "City name."
1912
- msgstr "نام شهر."
1913
 
1914
- #: includes/api/class-wc-rest-products-controller.php:2679
1915
- msgid "Limit result set to products with a specific SKU."
1916
- msgstr ""
1917
 
1918
- #: includes/wc-core-functions.php:397
1919
- msgid "Serbian dinar"
1920
- msgstr ""
1921
 
1922
- #: includes/api/class-wc-rest-customers-controller.php:733
1923
- #: includes/api/class-wc-rest-customers-controller.php:796
1924
- #: includes/api/class-wc-rest-orders-controller.php:1283
1925
- #: includes/api/class-wc-rest-orders-controller.php:1346
1926
- msgid "ISO code or name of the state, province or district."
1927
- msgstr "کد ISO استان یا منطقه."
1928
 
1929
- #: includes/api/class-wc-rest-report-sales-controller.php:293
1930
- msgid "Gross sales in the period."
1931
- msgstr ""
1932
 
1933
- #: includes/wc-core-functions.php:398
1934
- msgid "Russian ruble"
1935
- msgstr "روبل روسیه"
1936
 
1937
- #: includes/api/class-wc-rest-customers-controller.php:738
1938
- #: includes/api/class-wc-rest-customers-controller.php:801
1939
- #: includes/api/class-wc-rest-orders-controller.php:1288
1940
- #: includes/api/class-wc-rest-orders-controller.php:1351
1941
- msgid "Postal code."
1942
- msgstr "کد پستی."
1943
 
1944
- #: includes/api/class-wc-rest-report-sales-controller.php:299
1945
- msgid "Net sales in the period."
1946
- msgstr ""
1947
 
1948
- #: includes/wc-core-functions.php:399
1949
- msgid "Rwandan franc"
1950
- msgstr ""
1951
 
1952
- #: includes/api/class-wc-rest-customers-controller.php:743
1953
- #: includes/api/class-wc-rest-customers-controller.php:806
1954
- msgid "ISO code of the country."
1955
- msgstr "کد ISO کشور."
1956
 
1957
- #: includes/api/class-wc-rest-report-sales-controller.php:305
1958
- msgid "Average net daily sales."
1959
- msgstr ""
1960
 
1961
- #: includes/wc-core-functions.php:400
1962
- msgid "Saudi riyal"
1963
- msgstr "ریال سعودی"
1964
 
1965
- #: includes/api/class-wc-rest-customers-controller.php:748
1966
- #: includes/api/class-wc-rest-orders-controller.php:1298
1967
- msgid "Email address."
1968
- msgstr "آدرس ایمیل."
1969
 
1970
- #: includes/api/class-wc-rest-report-sales-controller.php:311
1971
- msgid "Total of orders placed."
1972
- msgstr ""
1973
 
1974
- #: includes/wc-core-functions.php:401
1975
- msgid "Solomon Islands dollar"
1976
- msgstr ""
1977
 
1978
- #: includes/api/class-wc-rest-customers-controller.php:754
1979
- #: includes/api/class-wc-rest-orders-controller.php:1304
1980
- msgid "Phone number."
1981
- msgstr "شماره تلفن."
1982
 
1983
- #: includes/api/class-wc-rest-report-sales-controller.php:317
1984
- msgid "Total of items purchased."
1985
- msgstr ""
1986
 
1987
- #: includes/wc-core-functions.php:402
1988
- msgid "Seychellois rupee"
1989
- msgstr ""
1990
 
1991
- #: includes/api/class-wc-rest-customers-controller.php:761
1992
- msgid "List of shipping address data."
1993
- msgstr "لیست اطلاعات آدرس های حمل و نقل."
1994
 
1995
- #: includes/api/class-wc-rest-report-sales-controller.php:323
1996
- msgid "Total charged for taxes."
1997
- msgstr ""
1998
 
1999
- #: includes/wc-core-functions.php:403
2000
- msgid "Sudanese pound"
2001
- msgstr "پوند سودان"
2002
 
2003
- #: includes/api/class-wc-rest-customers-controller.php:879
2004
- msgid "Limit result set to resources with a specific email."
2005
- msgstr ""
2006
 
2007
- #: includes/api/class-wc-rest-report-sales-controller.php:329
2008
- msgid "Total charged for shipping."
2009
- msgstr ""
2010
 
2011
- #: includes/wc-core-functions.php:404
2012
- msgid "Swedish krona"
2013
- msgstr "کرون سوئد"
2014
 
2015
- #: includes/api/class-wc-rest-customers-controller.php:885
2016
- msgid "Limit result set to resources with a specific role."
2017
- msgstr ""
2018
 
2019
- #: includes/api/class-wc-rest-report-sales-controller.php:335
2020
- msgid "Total of refunded orders."
2021
- msgstr "جمع کل سفارش های برگشت خورده"
2022
 
2023
- #: includes/wc-core-functions.php:405
2024
- msgid "Singapore dollar"
2025
- msgstr "دلار سنگاپور"
2026
 
2027
- #: includes/api/class-wc-rest-order-notes-controller.php:164
2028
- #: includes/api/class-wc-rest-order-notes-controller.php:203
2029
- #: includes/api/class-wc-rest-order-notes-controller.php:247
2030
- #: includes/api/class-wc-rest-order-notes-controller.php:280
2031
- msgid "Invalid order id."
2032
- msgstr "شناسه سفارش نادرست است."
2033
 
2034
- #: includes/api/class-wc-rest-report-sales-controller.php:341
2035
- msgid "Total of coupons used."
2036
- msgstr "جمع کل کوپن های استفاده شده"
2037
 
2038
- #: includes/wc-core-functions.php:406
2039
- msgid "Saint Helena pound"
2040
- msgstr ""
2041
 
2042
- #: includes/api/class-wc-rest-order-notes-controller.php:212
2043
- msgid "Cannot create order note, please try again."
2044
- msgstr "نمیتوان یادداشت سفارش را ایجاد کرد. دوباره امتحان کنید."
2045
 
2046
- #: includes/api/class-wc-rest-report-sales-controller.php:347
2047
- msgid "Group type."
2048
- msgstr "نوع گروه."
2049
 
2050
- #: includes/wc-core-functions.php:407
2051
- msgid "Sierra Leonean leone"
2052
- msgstr ""
2053
 
2054
- #: includes/api/class-wc-rest-order-notes-controller.php:274
2055
- #: includes/api/class-wc-rest-webhooks-controller.php:299
2056
- msgid "Webhooks do not support trashing."
2057
- msgstr "وب هوک ها پاک شده ها را پشتیبانی نمی کنند."
2058
 
2059
- #: includes/api/class-wc-rest-report-sales-controller.php:353
2060
- msgid "Totals."
2061
- msgstr "مجموع."
2062
 
2063
- #: includes/wc-core-functions.php:408
2064
- msgid "Somali shilling"
2065
- msgstr "شیلینگ سومالی"
2066
 
2067
- #: includes/api/class-wc-rest-order-notes-controller.php:386
2068
- msgid "The date the order note was created, in the site's timezone."
2069
- msgstr ""
2070
 
2071
- #: includes/api/class-wc-rest-report-sales-controller.php:373
2072
- msgid "Report period."
2073
- msgstr "دوره گزارش"
2074
 
2075
- #: includes/wc-core-functions.php:409
2076
- msgid "Surinamese dollar"
2077
- msgstr "دلار سورینام"
2078
 
2079
- #: includes/api/class-wc-rest-order-notes-controller.php:392
2080
- msgid "Order note."
2081
- msgstr "یادداشت سفارش."
2082
 
2083
- #: includes/api/class-wc-rest-report-sales-controller.php:380
2084
- msgid "Return sales for a specific start date, the date need to be in the %s format."
2085
- msgstr ""
2086
 
2087
- #: includes/wc-core-functions.php:410
2088
- msgid "South Sudanese pound"
2089
- msgstr "پوند سودان جنوبی"
2090
 
2091
- #: includes/api/class-wc-rest-order-notes-controller.php:397
2092
- msgid "Shows/define if the note is only for reference or for the customer (the user will be notified)."
2093
- msgstr ""
2094
 
2095
- #: includes/api/class-wc-rest-report-sales-controller.php:387
2096
- msgid "Return sales for a specific end date, the date need to be in the %s format."
2097
- msgstr ""
2098
 
2099
- #: includes/wc-core-functions.php:411
2100
- msgid "S&atilde;o Tom&eacute; and Pr&iacute;ncipe dobra"
2101
- msgstr "S&atilde;o Tom&eacute; and Pr&iacute;ncipe dobra"
2102
 
2103
- #: includes/api/class-wc-rest-order-refunds-controller.php:112
2104
- msgid "Invalid order ID."
2105
- msgstr "شناسه سفارش نادرست است."
2106
 
2107
- #: includes/api/class-wc-rest-report-top-sellers-controller.php:164
2108
- msgid "Total number of purchases."
2109
- msgstr "تعداد کل خریدها"
2110
 
2111
- #: includes/wc-core-functions.php:412
2112
- msgid "Syrian pound"
2113
- msgstr "پوند سوریه"
2114
 
2115
- #: includes/api/class-wc-rest-order-refunds-controller.php:118
2116
- msgid "Invalid order refund ID."
2117
- msgstr "شناسه برگشت سفارش نادرست است"
2118
 
2119
- #: includes/api/class-wc-rest-reports-controller.php:79
2120
- msgid "List of sales reports."
2121
- msgstr "لیست گزارش های فروش"
2122
 
2123
- #: includes/wc-core-functions.php:413
2124
- msgid "Swazi lilangeni"
2125
- msgstr "لیلانگنی سوازیلند"
2126
 
2127
- #: includes/api/class-wc-rest-order-refunds-controller.php:272
2128
- msgid "Order is invalid"
2129
- msgstr "سفارش نادرست است."
2130
 
2131
- #: includes/api/class-wc-rest-reports-controller.php:83
2132
- msgid "List of top sellers products."
2133
- msgstr ""
2134
 
2135
- #: includes/wc-core-functions.php:414
2136
- msgid "Thai baht"
2137
- msgstr ""
2138
 
2139
- #: includes/api/class-wc-rest-order-refunds-controller.php:276
2140
- msgid "Refund amount must be greater than zero."
2141
- msgstr ""
2142
 
2143
- #: includes/api/class-wc-rest-reports-controller.php:147
2144
- msgid "An alphanumeric identifier for the resource."
2145
- msgstr ""
2146
 
2147
- #: includes/wc-core-functions.php:415
2148
- msgid "Tajikistani somoni"
2149
- msgstr ""
2150
 
2151
- #: includes/api/class-wc-rest-order-refunds-controller.php:291
2152
- msgid "Cannot create order refund, please try again."
2153
- msgstr ""
2154
 
2155
- #: includes/api/class-wc-rest-reports-controller.php:153
2156
- msgid "A human-readable description of the resource."
2157
- msgstr ""
2158
-
2159
- #: includes/wc-core-functions.php:416
2160
- msgid "Turkmenistan manat"
2161
- msgstr ""
2162
 
2163
- #: includes/api/class-wc-rest-order-refunds-controller.php:308
2164
- msgid "An error occurred while attempting to create the refund using the payment gateway API."
2165
- msgstr ""
2166
 
2167
- #: includes/api/class-wc-rest-tax-classes-controller.php:216
2168
- #: includes/api/class-wc-rest-taxes-controller.php:449
2169
- msgid "Taxes do not support trashing."
2170
- msgstr ""
2171
 
2172
- #: includes/wc-core-functions.php:417
2173
- msgid "Tunisian dinar"
2174
- msgstr ""
2175
 
2176
- #: includes/api/class-wc-rest-order-refunds-controller.php:352
2177
- msgid "The date the order refund was created, in the site's timezone."
2178
- msgstr ""
2179
 
2180
- #: includes/api/class-wc-rest-tax-classes-controller.php:331
2181
- msgid "Tax class name."
2182
- msgstr "نام کلاس مالیاتی"
2183
 
2184
- #: includes/wc-core-functions.php:418
2185
- msgid "Tongan pa&#x2bb;anga"
2186
- msgstr ""
2187
 
2188
- #: includes/api/class-wc-rest-order-refunds-controller.php:358
2189
- msgid "Refund amount."
2190
- msgstr ""
2191
 
2192
- #: includes/api/class-wc-rest-taxes-controller.php:574
2193
- msgid "Country ISO 3166 code."
2194
- msgstr ""
2195
 
2196
- #: includes/wc-core-functions.php:419
2197
- msgid "Turkish lira"
2198
- msgstr "لیر ترکیه"
2199
 
2200
- #: includes/api/class-wc-rest-order-refunds-controller.php:363
2201
- msgid "Reason for refund."
2202
- msgstr ""
2203
 
2204
- #: includes/api/class-wc-rest-taxes-controller.php:579
2205
- msgid "State code."
2206
- msgstr ""
2207
 
2208
- #: includes/wc-core-functions.php:420
2209
- msgid "Trinidad and Tobago dollar"
2210
- msgstr ""
2211
 
2212
- #: includes/api/class-wc-rest-order-refunds-controller.php:368
2213
- #: includes/api/class-wc-rest-orders-controller.php:1425
2214
- msgid "Line items data."
2215
- msgstr ""
2216
 
2217
- #: includes/api/class-wc-rest-taxes-controller.php:584
2218
- msgid "Postcode/ZIP."
2219
- msgstr "کدپستی"
2220
 
2221
- #: includes/wc-core-functions.php:421
2222
- msgid "New Taiwan dollar"
2223
- msgstr ""
2224
 
2225
- #: includes/api/class-wc-rest-order-refunds-controller.php:373
2226
- #: includes/api/class-wc-rest-orders-controller.php:1430
2227
- #: includes/api/class-wc-rest-orders-controller.php:1555
2228
- #: includes/api/class-wc-rest-orders-controller.php:1604
2229
- #: includes/api/class-wc-rest-orders-controller.php:1658
2230
- #: includes/api/class-wc-rest-orders-controller.php:1722
2231
- msgid "Item ID."
2232
- msgstr ""
2233
 
2234
- #: includes/api/class-wc-rest-taxes-controller.php:594
2235
- msgid "Tax rate."
2236
- msgstr "نرخ مالیات"
2237
 
2238
- #: includes/wc-core-functions.php:422
2239
- msgid "Tanzanian shilling"
2240
- msgstr ""
2241
 
2242
- #: includes/api/class-wc-rest-order-refunds-controller.php:379
2243
- #: includes/api/class-wc-rest-orders-controller.php:1436
2244
- #: includes/api/class-wc-rest-products-controller.php:1836
2245
- #: includes/api/class-wc-rest-report-top-sellers-controller.php:152
2246
- msgid "Product name."
2247
- msgstr "نام محصول."
2248
 
2249
- #: includes/api/class-wc-rest-taxes-controller.php:599
2250
- msgid "Tax rate name."
2251
- msgstr ""
2252
 
2253
- #: includes/wc-core-functions.php:423
2254
- msgid "Ukrainian hryvnia"
2255
- msgstr ""
2256
 
2257
- #: includes/api/class-wc-rest-order-refunds-controller.php:385
2258
- #: includes/api/class-wc-rest-orders-controller.php:1442
2259
- msgid "Product SKU."
2260
- msgstr ""
2261
 
2262
- #: includes/api/class-wc-rest-taxes-controller.php:604
2263
- msgid "Tax priority."
2264
- msgstr ""
2265
 
2266
- #: includes/wc-core-functions.php:424
2267
- msgid "Ugandan shilling"
2268
- msgstr ""
2269
 
2270
- #: includes/api/class-wc-rest-order-refunds-controller.php:391
2271
- #: includes/api/class-wc-rest-orders-controller.php:1448
2272
- #: includes/api/class-wc-rest-report-top-sellers-controller.php:158
2273
- msgid "Product ID."
2274
- msgstr "شناسه محصول"
2275
 
2276
- #: includes/api/class-wc-rest-taxes-controller.php:610
2277
- msgid "Whether or not this is a compound rate."
2278
- msgstr ""
2279
 
2280
- #: includes/wc-core-functions.php:425
2281
- msgid "United States dollar"
2282
- msgstr "دلار آمریکا"
2283
 
2284
- #: includes/api/class-wc-rest-order-refunds-controller.php:396
2285
- #: includes/api/class-wc-rest-orders-controller.php:1453
2286
- msgid "Variation ID, if applicable."
2287
- msgstr ""
2288
 
2289
- #: includes/api/class-wc-rest-taxes-controller.php:616
2290
- msgid "Whether or not this tax rate also gets applied to shipping."
2291
- msgstr ""
2292
 
2293
- #: includes/wc-core-functions.php:426
2294
- msgid "Uruguayan peso"
2295
- msgstr ""
2296
 
2297
- #: includes/api/class-wc-rest-order-refunds-controller.php:401
2298
- #: includes/api/class-wc-rest-orders-controller.php:1458
2299
- msgid "Quantity ordered."
2300
- msgstr ""
2301
 
2302
- #: includes/api/class-wc-rest-taxes-controller.php:622
2303
- msgid "Indicates the order that will appear in queries."
2304
- msgstr ""
2305
 
2306
- #: includes/wc-core-functions.php:427
2307
- msgid "Uzbekistani som"
2308
- msgstr ""
2309
 
2310
- #: includes/api/class-wc-rest-order-refunds-controller.php:406
2311
- #: includes/api/class-wc-rest-orders-controller.php:1463
2312
- msgid "Tax class of product."
2313
- msgstr ""
2314
 
2315
- #: includes/api/class-wc-rest-taxes-controller.php:687
2316
- msgid "Sort by tax class."
2317
- msgstr ""
2318
 
2319
- #: includes/wc-core-functions.php:428
2320
- msgid "Venezuelan bol&iacute;var"
2321
- msgstr ""
2322
 
2323
- #: includes/api/class-wc-rest-order-refunds-controller.php:412
2324
- #: includes/api/class-wc-rest-orders-controller.php:1469
2325
- msgid "Product price."
2326
- msgstr "قیمت محصول."
2327
 
2328
- #: includes/api/class-wc-rest-webhook-deliveries.php:106
2329
- #: includes/api/class-wc-rest-webhook-deliveries.php:132
2330
- msgid "Invalid webhook id."
2331
- msgstr ""
2332
 
2333
- #: includes/wc-core-functions.php:429
2334
- msgid "Vietnamese &#x111;&#x1ed3;ng"
2335
- msgstr ""
2336
 
2337
- #: includes/api/class-wc-rest-order-refunds-controller.php:418
2338
- #: includes/api/class-wc-rest-orders-controller.php:1475
2339
- msgid "Line subtotal (before discounts)."
2340
- msgstr ""
2341
 
2342
- #: includes/api/class-wc-rest-webhook-deliveries.php:224
2343
- msgid "The delivery duration, in seconds."
2344
- msgstr ""
2345
 
2346
- #: includes/wc-core-functions.php:430
2347
- msgid "Vanuatu vatu"
2348
- msgstr ""
2349
 
2350
- #: includes/api/class-wc-rest-order-refunds-controller.php:423
2351
- #: includes/api/class-wc-rest-orders-controller.php:1480
2352
- msgid "Line subtotal tax (before discounts)."
2353
- msgstr ""
2354
 
2355
- #: includes/api/class-wc-rest-webhook-deliveries.php:230
2356
- msgid "A friendly summary of the response including the HTTP response code, message, and body."
2357
- msgstr ""
2358
 
2359
- #: includes/wc-core-functions.php:431
2360
- msgid "Samoan t&#x101;l&#x101;"
2361
- msgstr ""
2362
 
2363
- #: includes/api/class-wc-rest-order-refunds-controller.php:428
2364
- #: includes/api/class-wc-rest-orders-controller.php:1485
2365
- #: includes/api/class-wc-rest-orders-controller.php:1620
2366
- #: includes/api/class-wc-rest-orders-controller.php:1679
2367
- msgid "Line total (after discounts)."
2368
- msgstr ""
2369
 
2370
- #: includes/api/class-wc-rest-webhook-deliveries.php:236
2371
- #: includes/api/class-wc-rest-webhook-deliveries.php:243
2372
- msgid "The URL where the webhook was delivered."
2373
- msgstr ""
2374
 
2375
- #: includes/wc-core-functions.php:432
2376
- msgid "Central African CFA franc"
2377
- msgstr ""
2378
 
2379
- #: includes/api/class-wc-rest-order-refunds-controller.php:433
2380
- #: includes/api/class-wc-rest-orders-controller.php:1490
2381
- #: includes/api/class-wc-rest-orders-controller.php:1625
2382
- #: includes/api/class-wc-rest-orders-controller.php:1684
2383
- msgid "Line total tax (after discounts)."
2384
- msgstr ""
2385
 
2386
- #: includes/api/class-wc-rest-webhook-deliveries.php:250
2387
- msgid "Request headers."
2388
- msgstr ""
2389
 
2390
- #: includes/wc-core-functions.php:433
2391
- msgid "East Caribbean dollar"
2392
- msgstr ""
2393
 
2394
- #: includes/api/class-wc-rest-order-refunds-controller.php:438
2395
- #: includes/api/class-wc-rest-orders-controller.php:1495
2396
- #: includes/api/class-wc-rest-orders-controller.php:1631
2397
- #: includes/api/class-wc-rest-orders-controller.php:1689
2398
- msgid "Line taxes."
2399
- msgstr ""
2400
 
2401
- #: includes/api/class-wc-rest-webhook-deliveries.php:256
2402
- msgid "Request body."
2403
- msgstr ""
2404
 
2405
- #: includes/wc-core-functions.php:434
2406
- msgid "West African CFA franc"
2407
- msgstr ""
2408
 
2409
- #: includes/api/class-wc-rest-order-refunds-controller.php:444
2410
- #: includes/api/class-wc-rest-orders-controller.php:1501
2411
- #: includes/api/class-wc-rest-orders-controller.php:1567
2412
- #: includes/api/class-wc-rest-orders-controller.php:1637
2413
- #: includes/api/class-wc-rest-orders-controller.php:1695
2414
- msgid "Tax rate ID."
2415
- msgstr "شناسه نرخ مالیات"
2416
 
2417
- #: includes/api/class-wc-rest-webhook-deliveries.php:262
2418
- msgid "The HTTP response code from the receiving server."
2419
- msgstr ""
2420
 
2421
- #: includes/wc-core-functions.php:435
2422
- msgid "CFP franc"
2423
- msgstr "فرانک CFP"
2424
 
2425
- #: includes/api/class-wc-rest-order-refunds-controller.php:450
2426
- #: includes/api/class-wc-rest-orders-controller.php:1507
2427
- #: includes/api/class-wc-rest-orders-controller.php:1643
2428
- #: includes/api/class-wc-rest-orders-controller.php:1701
2429
- msgid "Tax total."
2430
- msgstr ""
2431
 
2432
- #: includes/api/class-wc-rest-webhook-deliveries.php:268
2433
- msgid "The HTTP response message from the receiving server."
2434
- msgstr ""
2435
 
2436
- #: includes/wc-core-functions.php:436
2437
- msgid "Yemeni rial"
2438
- msgstr "ریال یمن"
2439
 
2440
- #: includes/api/class-wc-rest-order-refunds-controller.php:456
2441
- #: includes/api/class-wc-rest-orders-controller.php:1513
2442
- #: includes/api/class-wc-rest-orders-controller.php:1707
2443
- msgid "Tax subtotal."
2444
- msgstr ""
2445
 
2446
- #: includes/api/class-wc-rest-webhook-deliveries.php:274
2447
- msgid "Array of the response headers from the receiving server."
2448
- msgstr ""
2449
 
2450
- #: includes/wc-core-functions.php:438
2451
- msgid "Zambian kwacha"
2452
- msgstr "کواچا زامبیا"
2453
 
2454
- #: includes/api/class-wc-rest-order-refunds-controller.php:464
2455
- #: includes/api/class-wc-rest-orders-controller.php:1521
2456
- msgid "Line item meta data."
2457
- msgstr ""
2458
 
2459
- #: includes/api/class-wc-rest-webhook-deliveries.php:280
2460
- msgid "The response body from the receiving server."
2461
- msgstr ""
2462
 
2463
- #: includes/wc-core-functions.php:1188
2464
- msgid "MasterCard"
2465
- msgstr "مسترکارت"
2466
 
2467
- #: includes/api/class-wc-rest-order-refunds-controller.php:470
2468
- #: includes/api/class-wc-rest-orders-controller.php:1527
2469
- msgid "Meta key."
2470
- msgstr ""
2471
 
2472
- #: includes/api/class-wc-rest-webhook-deliveries.php:286
2473
- msgid "The date the webhook delivery was logged, in the site's timezone."
2474
- msgstr ""
2475
 
2476
- #: includes/wc-core-functions.php:1189
2477
- msgid "Visa"
2478
- msgstr "ویزا"
2479
 
2480
- #: includes/api/class-wc-rest-order-refunds-controller.php:476
2481
- #: includes/api/class-wc-rest-orders-controller.php:1533
2482
- msgid "Meta label."
2483
- msgstr ""
2484
 
2485
- #: includes/api/class-wc-rest-webhooks-controller.php:136
2486
- msgid "Webhook topic is required and must be valid."
2487
- msgstr ""
2488
 
2489
- #: includes/wc-core-functions.php:1190
2490
- msgid "Discover"
2491
- msgstr "دیسکاور"
2492
 
2493
- #: includes/api/class-wc-rest-order-refunds-controller.php:482
2494
- #: includes/api/class-wc-rest-orders-controller.php:1539
2495
- msgid "Meta value."
2496
- msgstr ""
2497
 
2498
- #: includes/api/class-wc-rest-webhooks-controller.php:141
2499
- #: includes/api/class-wc-rest-webhooks-controller.php:236
2500
- msgid "Webhook delivery URL must be a valid URL starting with http:// or https://."
2501
- msgstr ""
2502
 
2503
- #: includes/wc-core-functions.php:1191
2504
- msgid "American Express"
2505
- msgstr "آمریکن اکسپرس"
2506
 
2507
- #: includes/api/class-wc-rest-order-refunds-controller.php:507
2508
- #: includes/api/class-wc-rest-orders-controller.php:1807
2509
- msgid "Number of decimal points to use in each resource."
2510
- msgstr ""
2511
 
2512
- #: includes/api/class-wc-rest-webhooks-controller.php:227
2513
- msgid "Webhook topic must be valid."
2514
- msgstr ""
2515
 
2516
- #: includes/wc-core-functions.php:1192
2517
- msgid "Diners"
2518
- msgstr "Diners"
2519
 
2520
- #: includes/api/class-wc-rest-orders-controller.php:495
2521
- #: includes/api/class-wc-rest-orders-controller.php:989
2522
- msgid "Customer ID is invalid."
2523
- msgstr ""
2524
 
2525
- #: includes/api/class-wc-rest-webhooks-controller.php:474
2526
- msgid "A friendly name for the webhook."
2527
- msgstr ""
2528
 
2529
- #: includes/wc-core-functions.php:1193
2530
- msgid "JCB"
2531
- msgstr "JCB"
2532
 
2533
- #: includes/api/class-wc-rest-orders-controller.php:508
2534
- msgid "Cannot create order: %s."
2535
- msgstr ""
2536
 
2537
- #: includes/api/class-wc-rest-webhooks-controller.php:479
2538
- msgid "Webhook status."
2539
- msgstr ""
2540
 
2541
- #: includes/wc-rest-functions.php:56
2542
- msgid "Invalid URL %s."
2543
- msgstr "آدرس نادرست %s."
2544
 
2545
- #: includes/api/class-wc-rest-orders-controller.php:609
2546
- msgid "Product ID or SKU is required."
2547
- msgstr ""
 
2548
 
2549
- #: includes/api/class-wc-rest-webhooks-controller.php:489
2550
- msgid "Webhook topic."
2551
- msgstr ""
 
2552
 
2553
- #: includes/wc-rest-functions.php:100
2554
- msgid "Zero size file downloaded."
2555
- msgstr "فایل صفر کیلوبایتی دانلود شد"
2556
 
2557
- #: includes/api/class-wc-rest-orders-controller.php:626
2558
- msgid "Product ID or variation ID provided does not match this line item."
2559
- msgstr ""
2560
 
2561
- #: includes/api/class-wc-rest-webhooks-controller.php:494
2562
- msgid "Webhook resource."
2563
- msgstr ""
2564
 
2565
- #: includes/wc-rest-functions.php:168
2566
- msgid "%1$s is not of type %2$s"
2567
- msgstr ""
2568
 
2569
- #: includes/api/class-wc-rest-orders-controller.php:634
2570
- msgid "Product is invalid."
2571
- msgstr "محصول نادرست است"
2572
 
2573
- #: includes/api/class-wc-rest-webhooks-controller.php:500
2574
- msgid "Webhook event."
2575
- msgstr ""
2576
 
2577
- #: includes/wc-template-functions.php:31
2578
- msgid "Checkout is not available whilst your cart is empty."
2579
- msgstr ""
2580
 
2581
- #: includes/api/class-wc-rest-orders-controller.php:639
2582
- msgid "Product quantity must be a positive float."
2583
- msgstr ""
2584
 
2585
- #: includes/api/class-wc-rest-webhooks-controller.php:506
2586
- msgid "WooCommerce action names associated with the webhook."
2587
- msgstr ""
2588
 
2589
- #: includes/widgets/class-wc-widget-layered-nav-filters.php:97
2590
- #: includes/widgets/class-wc-widget-rating-filter.php:177
2591
- #: includes/widgets/class-wc-widget-rating-filter.php:178
2592
- msgid "Rated %s and above"
2593
- msgstr ""
2594
 
2595
- #: includes/api/class-wc-rest-orders-controller.php:644
2596
- msgid "Product quantity is required."
2597
- msgstr ""
2598
 
2599
- #: includes/api/class-wc-rest-webhooks-controller.php:512
2600
- msgid "The URL where the webhook payload is delivered."
2601
- msgstr ""
 
2602
 
2603
- #: includes/widgets/class-wc-widget-product-tag-cloud.php:86
2604
- msgid "%s product"
2605
- msgid_plural "%s products"
2606
- msgstr[0] "%s محصول"
2607
 
2608
- #: includes/api/class-wc-rest-orders-controller.php:680
2609
- msgid "Cannot create line item, try again."
2610
- msgstr ""
2611
 
2612
- #: includes/api/class-wc-rest-webhooks-controller.php:519
2613
- msgid "Secret key used to generate a hash of the delivered webhook and provided in the request headers. This will default is a MD5 hash from the current user's ID|username if not provided."
2614
- msgstr ""
2615
 
2616
- #: includes/widgets/class-wc-widget-rating-filter.php:24
2617
- msgid "Filter products by rating when viewing product archives and categories."
2618
- msgstr ""
2619
 
2620
- #: includes/api/class-wc-rest-orders-controller.php:685
2621
- msgid "Cannot update line item, try again."
2622
- msgstr ""
2623
 
2624
- #: includes/api/class-wc-rest-webhooks-controller.php:524
2625
- msgid "The date the webhook was created, in the site's timezone."
2626
- msgstr ""
 
2627
 
2628
- #: includes/widgets/class-wc-widget-rating-filter.php:26
2629
- msgid "WooCommerce Average Rating Filter"
2630
- msgstr ""
2631
 
2632
- #: includes/api/class-wc-rest-orders-controller.php:701
2633
- msgid "Shipping total must be a positive amount."
2634
- msgstr ""
2635
 
2636
- #: includes/api/class-wc-rest-webhooks-controller.php:530
2637
- msgid "The date the webhook was last modified, in the site's timezone."
2638
- msgstr ""
2639
 
2640
- #: templates/emails/customer-new-account.php:27
2641
- #: templates/emails/plain/customer-new-account.php:25
2642
- msgid "Thanks for creating an account on %s. Your username is <strong>%s</strong>"
2643
- msgstr ""
2644
 
2645
- #: includes/api/class-wc-rest-orders-controller.php:707
2646
- msgid "Shipping method ID is required."
2647
- msgstr ""
2648
 
2649
- #: includes/api/class-wc-rest-webhooks-controller.php:551
2650
- msgid "Limit result set to webhooks assigned a specific status."
2651
- msgstr ""
2652
 
2653
- #: templates/emails/customer-on-hold-order.php:28
2654
- #: templates/emails/plain/customer-on-hold-order.php:25
2655
- msgid "Your order is on-hold until we confirm payment has been received. Your order details are shown below for your reference:"
2656
- msgstr ""
2657
 
2658
- #: includes/api/class-wc-rest-orders-controller.php:715
2659
- msgid "Cannot create shipping method, try again."
2660
- msgstr ""
2661
 
2662
- #: includes/api/legacy/v2/class-wc-api-products.php:1825
2663
- #: includes/api/legacy/v2/class-wc-api-products.php:1827
2664
- #: includes/api/legacy/v3/class-wc-api-products.php:2381
2665
- #: includes/api/legacy/v3/class-wc-api-products.php:2383
2666
- #: includes/cli/class-wc-cli-product.php:2022
2667
- #: includes/cli/class-wc-cli-product.php:2024 includes/wc-rest-functions.php:68
2668
- #: includes/wc-rest-functions.php:70
2669
- msgid "Error getting remote image %s."
2670
- msgstr ""
2671
-
2672
- #: templates/myaccount/dashboard.php:28
2673
- msgid "Hello %s%s%s (not %2$s? %sSign out%s)"
2674
- msgstr "درود %s%s%s ( اگر %2$s? نیستید %sخارج شوید%s)"
2675
 
2676
- #: includes/api/class-wc-rest-orders-controller.php:736
2677
- msgid "Cannot update shipping method, try again."
2678
- msgstr ""
2679
 
2680
- #: includes/api/legacy/v2/class-wc-api-products.php:1825
2681
- #: includes/api/legacy/v3/class-wc-api-products.php:2381
2682
- #: includes/cli/class-wc-cli-product.php:2022 includes/wc-rest-functions.php:68
2683
- msgid "Error: %s."
2684
- msgstr ""
2685
 
2686
- #: templates/myaccount/dashboard.php:34
2687
- msgid "From your account dashboard you can view your %1$srecent orders%2$s, manage your %3$sshipping and billing addresses%2$s and %4$sedit your password and account details%2$s."
2688
- msgstr "از پیشخوان حساب کاربری می توانید %1$sآخرین سفارش ها%2$s را دیده، %3$sآدرس صورتحساب و حمل و نقل %2$s ، و همچنین %4$sگذرواژه و جزییات حساب کاربری %2$s خود را ویرایش کنید."
2689
 
2690
- #: includes/api/class-wc-rest-orders-controller.php:754
2691
- msgid "Fee name is required."
2692
- msgstr ""
2693
 
2694
- #: includes/class-wc-ajax.php:290
2695
- msgid "Return to shop"
2696
- msgstr "بازگشت به فروشگاه"
2697
 
2698
- #: templates/myaccount/downloads.php:59
2699
- msgid "&infin;"
2700
- msgstr "&infin;"
2701
 
2702
- #: includes/api/class-wc-rest-orders-controller.php:770
2703
- msgid "Fee tax class is required when fee is taxable."
2704
- msgstr ""
2705
 
2706
- #: includes/class-wc-checkout.php:369
2707
- msgid "Sorry, your session has expired. <a href=\"%s\" class=\"wc-backward\">Return to shop</a>"
2708
- msgstr ""
2709
 
2710
- #: templates/myaccount/downloads.php:98 templates/myaccount/orders.php:119
2711
- msgid "Go Shop"
2712
- msgstr "رفتن به فروشگاه"
2713
 
2714
- #: includes/api/class-wc-rest-orders-controller.php:784
2715
- msgid "Cannot create fee, try again."
2716
- msgstr ""
2717
 
2718
- #: includes/class-wc-checkout.php:569
2719
- msgid "Please enter an address to continue."
2720
- msgstr ""
2721
 
2722
- #: templates/myaccount/downloads.php:100
2723
- msgid "No downloads available yet."
2724
- msgstr "هیچ دانلودی در دسترس نیست."
2725
 
2726
- #: includes/api/class-wc-rest-orders-controller.php:809
2727
- msgid "Cannot update fee, try again."
2728
- msgstr ""
2729
 
2730
- #: includes/class-wc-checkout.php:580
2731
- msgid "No shipping method has been selected. Please double check your address, or contact us if you need any help."
2732
- msgstr ""
2733
 
2734
- #: templates/myaccount/lost-password-confirmation.php:24
2735
- msgid "Password reset email has been sent."
2736
- msgstr "ایمیل تنظیم مجدد رمز عبور ارسال شد."
2737
 
2738
- #: includes/api/class-wc-rest-orders-controller.php:825
2739
- msgid "Coupon discount must be a positive amount."
2740
- msgstr ""
2741
 
2742
- #: includes/class-wc-download-handler.php:420
2743
- msgid "Go to shop"
2744
- msgstr "رفتن به فروشگاه"
2745
 
2746
- #: templates/myaccount/lost-password-confirmation.php:27
2747
- msgid "A password reset email has been sent to the email address on file for your account, but may take several minutes to show up in your inbox. Please wait at least 10 minutes before attempting another reset."
2748
- msgstr "یک ایمیل برای تنظیم مجدد رمز عبور به آدرس ایمیل وارد شده شما در فروشگاه ارسال شد. شما میتوانید این ایمیل را تا دقایقی دیگر مشاهده کنید. لطفا تا درخواست رمز جدید بعدی ، حداقل 10 دقیقه منتظر ایمیل باشید."
2749
 
2750
- #: includes/api/class-wc-rest-orders-controller.php:831
2751
- msgid "Coupon code is required."
2752
- msgstr "کد کوپن الزامی است"
2753
 
2754
- #: includes/class-wc-emails.php:558
2755
- msgid "%1$s units of %2$s have been backordered in order #%3$s."
2756
- msgstr ""
2757
 
2758
- #: templates/myaccount/orders.php:107
2759
- msgid "Previous"
2760
- msgstr "قبلی"
2761
 
2762
- #: includes/api/class-wc-rest-orders-controller.php:837
2763
- msgid "Cannot create coupon, try again."
2764
- msgstr "نمی توان کوپن را درست کرد، دوباره تلاش کنید."
2765
 
2766
- #: includes/class-wc-form-handler.php:410
2767
- #: includes/class-wc-form-handler.php:415
2768
- #: includes/class-wc-form-handler.php:420
2769
- #: includes/class-wc-form-handler.php:448
2770
- #: includes/class-wc-form-handler.php:453
2771
- #: includes/class-wc-form-handler.php:458
2772
- msgid "Invalid payment method"
2773
- msgstr "روش پرداخت نادرست است."
2774
 
2775
- #: templates/myaccount/orders.php:111
2776
- msgid "Next"
2777
- msgstr "بعدی"
2778
 
2779
- #: includes/api/class-wc-rest-orders-controller.php:854
2780
- msgid "Cannot update coupon, try again."
2781
- msgstr "نمی توان کوپن را برزورسانی کرد، دوباره تلاش کنید."
 
2782
 
2783
- #: includes/class-wc-form-handler.php:426
2784
- msgid "Payment method deleted."
2785
- msgstr "روش پرداخت پاک شد."
2786
 
2787
- #: templates/myaccount/orders.php:121
2788
- msgid "No order has been made yet."
2789
- msgstr "هیچ سفارشی تا کنون ساخته نشده است."
2790
 
2791
- #: includes/api/class-wc-rest-orders-controller.php:941
2792
- msgid "Order item ID provided is not associated with order."
2793
- msgstr ""
2794
 
2795
- #: includes/class-wc-form-handler.php:464
2796
- msgid "This payment method was successfully set as your default."
2797
- msgstr "این روش پرداخت با موفقیت به عنوان روش پیشفرض ذخیره شد."
2798
 
2799
- #: templates/myaccount/payment-methods.php:51
2800
- msgid "%s ending in %s"
2801
- msgstr "%s پایان در %s"
2802
 
2803
- #: includes/api/class-wc-rest-orders-controller.php:1145
2804
- msgid "Parent order ID."
2805
- msgstr "شناسه سفارش مادر"
2806
 
2807
- #: includes/class-wc-form-handler.php:502
2808
- msgid "Undo?"
2809
- msgstr "بازگردانی؟"
2810
 
2811
- #: templates/myaccount/payment-methods.php:72
2812
- msgid "No saved methods found."
2813
- msgstr "هیچ روش ذخیره شده ای یافت نشد."
2814
 
2815
- #: includes/api/class-wc-rest-orders-controller.php:1150
2816
- msgid "Order status."
2817
- msgstr "وضعیت سفارش"
2818
 
2819
- #: includes/class-wc-frontend-scripts.php:324
2820
- msgid "Please select some product options before adding this product to your cart."
2821
- msgstr ""
2822
 
2823
- #: templates/myaccount/view-order.php:28 templates/order/tracking.php:26
2824
- msgid "Order #%1$s was placed on %2$s and is currently %3$s."
2825
- msgstr "سفارش #%1$s در تاریخ %2$s ثبت شده و هم اکنون %3$s است."
2826
 
2827
- #: includes/api/class-wc-rest-orders-controller.php:1163
2828
- msgid "Order number."
2829
- msgstr "شماره سفارش"
2830
 
2831
- #: includes/class-wc-install.php:985
2832
- msgid "%1$s could not be installed (%2$s). %3$sPlease install it manually by clicking here.%4$s"
2833
- msgstr ""
2834
 
2835
- #: includes/api/class-wc-rest-orders-controller.php:1169
2836
- msgid "Currency the order was created with, in ISO format."
2837
- msgstr ""
2838
 
2839
- #: includes/class-wc-install.php:1013
2840
- msgid "%1$s was installed but could not be activated. %2$sPlease activate it manually by clicking here.%3$s"
2841
- msgstr ""
2842
 
2843
- #: includes/api/class-wc-rest-orders-controller.php:1176
2844
- msgid "Version of WooCommerce when the order was made."
2845
- msgstr ""
2846
 
2847
- #: includes/class-wc-post-types.php:76
2848
- msgid "No Product Category found"
2849
- msgstr "دسته بندی محصولات یافت نشد"
2850
 
2851
- #: includes/api/class-wc-rest-orders-controller.php:1182
2852
- msgid "Shows if the prices included tax during checkout."
2853
- msgstr ""
2854
 
2855
- #: includes/class-wc-post-types.php:188
2856
- msgid "No &quot;%s&quot; found"
2857
- msgstr "&quot;%s&quot; یافت نشد."
2858
 
2859
- #: includes/api/class-wc-rest-orders-controller.php:1188
2860
- msgid "The date the order was created, in the site's timezone."
2861
- msgstr ""
2862
 
2863
- #: includes/class-wc-post-types.php:259
2864
- msgid "Insert into product"
2865
- msgstr "وارد کردن در محصول"
2866
 
2867
- #: includes/api/class-wc-rest-orders-controller.php:1194
2868
- msgid "The date the order was last modified, in the site's timezone."
2869
- msgstr ""
2870
 
2871
- #: includes/class-wc-post-types.php:260
2872
- msgid "Uploaded to this product"
2873
- msgstr "بارگذاری شده در این محصول"
2874
 
2875
- #: includes/api/class-wc-rest-orders-controller.php:1200
2876
- msgid "User ID who owns the order. 0 for guests."
2877
- msgstr ""
2878
 
2879
- #: includes/class-wc-post-types.php:261
2880
- msgid "Filter products"
2881
- msgstr "فیلتر محصولات"
2882
 
2883
- #: includes/api/class-wc-rest-orders-controller.php:1206
2884
- msgid "Total discount amount for the order."
2885
- msgstr ""
2886
 
2887
- #: includes/class-wc-post-types.php:262
2888
- msgid "Products navigation"
2889
- msgstr "ناوبری محصولات"
2890
 
2891
- #: includes/api/class-wc-rest-orders-controller.php:1212
2892
- msgid "Total discount tax amount for the order."
2893
- msgstr "اندازه مالیات کل تخفیف برای سفارش"
2894
 
2895
- #: includes/class-wc-post-types.php:263
2896
- msgid "Products list"
2897
- msgstr "لیست محصولات"
2898
 
2899
- #: includes/api/class-wc-rest-orders-controller.php:1218
2900
- msgid "Total shipping amount for the order."
2901
- msgstr ""
2902
 
2903
- #: includes/class-wc-post-types.php:313
2904
- msgid "Filter orders"
2905
- msgstr "فیلتر سفارشات"
2906
 
2907
- #: includes/api/class-wc-rest-orders-controller.php:1224
2908
- msgid "Total shipping tax amount for the order."
2909
- msgstr ""
2910
 
2911
- #: includes/class-wc-post-types.php:314
2912
- msgid "Orders navigation"
2913
- msgstr "ناوبری سفارشات"
2914
 
2915
- #: includes/api/class-wc-rest-orders-controller.php:1230
2916
- msgid "Sum of line item taxes only."
2917
- msgstr "جمع فقط مالیات های مورد خطی"
2918
 
2919
- #: includes/class-wc-post-types.php:315
2920
- msgid "Orders list"
2921
- msgstr "لیست سفارشات"
2922
 
2923
- #: includes/api/class-wc-rest-orders-controller.php:1236
2924
- msgid "Grand total."
2925
- msgstr "جمع کل"
2926
 
2927
- #: includes/class-wc-post-types.php:374
2928
- msgid "Filter coupons"
2929
- msgstr "فیلتر کوپن ها"
2930
 
2931
- #: includes/api/class-wc-rest-orders-controller.php:1242
2932
- msgid "Sum of all taxes."
2933
- msgstr "جمع تمام مالیات ها"
2934
 
2935
- #: includes/class-wc-post-types.php:375
2936
- msgid "Coupons navigation"
2937
- msgstr "ناوبری کوپن ها"
2938
 
2939
- #: includes/api/class-wc-rest-orders-controller.php:1248
2940
- msgid "Billing address."
2941
- msgstr "آدرس صورت حساب"
2942
 
2943
- #: includes/class-wc-post-types.php:376
2944
- msgid "Coupons list"
2945
- msgstr "لیست کوپن ها"
2946
 
2947
- #: includes/api/class-wc-rest-orders-controller.php:1293
2948
- #: includes/api/class-wc-rest-orders-controller.php:1356
2949
- msgid "Country code in ISO 3166-1 alpha-2 format."
2950
- msgstr ""
2951
 
2952
- #: includes/class-wc-query.php:98
2953
- msgid "Orders (page %d)"
2954
- msgstr "سفارشات (صفحه %d)"
2955
 
2956
- #: includes/api/class-wc-rest-orders-controller.php:1311
2957
- msgid "Shipping address."
2958
- msgstr "آدرس حمل و نقل"
2959
 
2960
- #: includes/class-wc-shipping-zone.php:51
2961
- #: includes/class-wc-shipping-zone.php:179
2962
- msgid "Zone"
2963
- msgstr "منطقه"
2964
 
2965
- #: includes/api/class-wc-rest-orders-controller.php:1363
2966
- msgid "Payment method ID."
2967
- msgstr "شناسه روش حمل و نقل."
2968
 
2969
- #: includes/class-wc-shipping-zone.php:222
2970
- msgid "%s and %d other region"
2971
- msgid_plural "%s and %d other regions"
2972
- msgstr[0] ""
2973
 
2974
- #: includes/api/class-wc-rest-orders-controller.php:1368
2975
- msgid "Payment method title."
2976
- msgstr "عنوان روش پرداخت."
2977
 
2978
- #: includes/class-wc-shipping-zone.php:226
2979
- msgid "Everywhere"
2980
- msgstr "همه جا"
2981
 
2982
- #: includes/api/class-wc-rest-orders-controller.php:1373
2983
- msgid "Define if the order is paid. It will set the status to processing and reduce stock items."
2984
- msgstr ""
2985
 
2986
- #: includes/emails/class-wc-email-customer-on-hold-order.php:28
2987
- msgid "Order on-hold"
2988
- msgstr "سفارش در انتظار بررسی"
2989
 
2990
- #: includes/api/class-wc-rest-orders-controller.php:1379
2991
- msgid "Unique transaction ID."
2992
- msgstr "شناسه یکتای تراکنش."
2993
 
2994
- #: includes/emails/class-wc-email-customer-on-hold-order.php:29
2995
- msgid "This is an order notification sent to customers containing order details after an order is placed on-hold."
2996
- msgstr ""
2997
 
2998
- #: includes/api/class-wc-rest-orders-controller.php:1384
2999
- msgid "Customer's IP address."
3000
- msgstr "آدرس IP مشتری."
3001
 
3002
- #: includes/emails/class-wc-email-customer-processing-order.php:29
3003
- msgid "This is an order notification sent to customers containing order details after payment."
3004
- msgstr ""
3005
 
3006
- #: includes/api/class-wc-rest-orders-controller.php:1390
3007
- msgid "User agent of the customer."
3008
- msgstr ""
3009
 
3010
- #: includes/emails/class-wc-email.php:709
3011
- msgid "Return to Emails"
3012
- msgstr "بازگشت به ایمیل ها"
3013
 
3014
- #: includes/api/class-wc-rest-orders-controller.php:1396
3015
- msgid "Shows where the order was created."
3016
- msgstr ""
3017
 
3018
- #: includes/gateways/cheque/class-wc-gateway-cheque.php:28
3019
- msgid "Allows check payments. Why would you take checks in this day and age? Well you probably wouldn't but it does allow you to make test purchases for testing order emails and the 'success' pages etc."
3020
- msgstr ""
3021
 
3022
- #: includes/api/class-wc-rest-orders-controller.php:1402
3023
- msgid "Note left by customer during checkout."
3024
- msgstr ""
3025
 
3026
- #: includes/gateways/cheque/class-wc-gateway-cheque.php:56
3027
- msgid "Enable Check Payments"
3028
- msgstr ""
3029
 
3030
- #: includes/api/class-wc-rest-orders-controller.php:1407
3031
- msgid "The date the order was completed, in the site's timezone."
3032
- msgstr ""
3033
 
3034
- #: includes/gateways/cheque/class-wc-gateway-cheque.php:70
3035
- msgid "Please send a check to Store Name, Store Street, Store Town, Store State / County, Store Postcode."
3036
- msgstr ""
3037
 
3038
- #: includes/api/class-wc-rest-orders-controller.php:1413
3039
- msgid "The date the order has been paid, in the site's timezone."
3040
- msgstr ""
3041
 
3042
- #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:26
3043
- msgid "Use a new card"
3044
- msgstr "استفاده از کارت جدید"
3045
 
3046
- #: includes/api/class-wc-rest-orders-controller.php:1419
3047
- msgid "MD5 hash of cart items to ensure orders are not modified."
3048
- msgstr ""
3049
 
3050
- #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:315
3051
- #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:329
3052
- msgid "There was a problem adding this card."
3053
- msgstr ""
3054
 
3055
- #: includes/api/class-wc-rest-orders-controller.php:1549
3056
- msgid "Tax lines data."
3057
- msgstr ""
3058
 
3059
- #: includes/libraries/wp-background-process.php:420
3060
- msgid "Every %d Minutes"
3061
- msgstr ""
3062
 
3063
- #: includes/api/class-wc-rest-orders-controller.php:1561
3064
- msgid "Tax rate code."
3065
- msgstr ""
3066
 
3067
- #: includes/payment-tokens/class-wc-payment-token-cc.php:72
3068
- msgid "ending in %s"
3069
- msgstr "پایان دادن در %s"
3070
 
3071
- #: includes/api/class-wc-rest-orders-controller.php:1573
3072
- msgid "Tax rate label."
3073
- msgstr ""
3074
 
3075
- #: includes/payment-tokens/class-wc-payment-token-cc.php:73
3076
- msgid "(expires %s)"
3077
- msgstr ""
3078
 
3079
- #: includes/api/class-wc-rest-orders-controller.php:1579
3080
- msgid "Show if is a compound tax rate."
3081
- msgstr ""
3082
 
3083
- #: includes/payment-tokens/class-wc-payment-token-echeck.php:48
3084
- #: includes/wc-account-functions.php:225 includes/wc-account-functions.php:312
3085
- msgid "eCheck"
3086
- msgstr "eCheck"
3087
 
3088
- #: includes/api/class-wc-rest-orders-controller.php:1585
3089
- msgid "Tax total (not including shipping taxes)."
3090
- msgstr ""
3091
 
3092
- #: includes/shipping/flat-rate/class-wc-shipping-flat-rate.php:26
3093
- msgid "Lets you charge a fixed rate for shipping."
3094
- msgstr ""
3095
 
3096
- #: includes/api/class-wc-rest-orders-controller.php:1591
3097
- msgid "Shipping tax total."
3098
- msgstr ""
3099
 
3100
- #: includes/shipping/flat-rate/includes/settings-flat-rate.php:7
3101
- msgid "Use <code>[qty]</code> for the number of items, <br/><code>[cost]</code> for the total cost of items, and <code>[fee percent=\"10\" min_fee=\"20\" max_fee=\"\"]</code> for percentage based fees."
3102
- msgstr ""
3103
 
3104
- #: includes/api/class-wc-rest-orders-controller.php:1599
3105
- msgid "Shipping lines data."
3106
- msgstr ""
3107
-
3108
- #: includes/shipping/free-shipping/class-wc-shipping-free-shipping.php:41
3109
- msgid "Free Shipping is a special method which can be triggered with coupons and minimum spends."
3110
- msgstr ""
3111
 
3112
- #: includes/api/class-wc-rest-orders-controller.php:1610
3113
- msgid "Shipping method name."
3114
- msgstr ""
3115
 
3116
- #: includes/shipping/free-shipping/class-wc-shipping-free-shipping.php:88
3117
- msgid "A minimum order amount"
3118
- msgstr ""
3119
 
3120
- #: includes/api/class-wc-rest-orders-controller.php:1615
3121
- msgid "Shipping method ID."
3122
- msgstr ""
3123
 
3124
- #: includes/shipping/legacy-flat-rate/class-wc-shipping-legacy-flat-rate.php:26
3125
- msgid "Flat Rate (Legacy)"
3126
- msgstr "نرخ ثابتی (میراث)"
3127
 
3128
- #: includes/api/class-wc-rest-orders-controller.php:1653
3129
- msgid "Fee lines data."
3130
- msgstr "داده خطی هزینه"
3131
 
3132
- #: includes/shipping/legacy-flat-rate/class-wc-shipping-legacy-flat-rate.php:27
3133
- #: includes/shipping/legacy-free-shipping/class-wc-shipping-legacy-free-shipping.php:31
3134
- #: includes/shipping/legacy-international-delivery/class-wc-shipping-legacy-international-delivery.php:24
3135
- #: includes/shipping/legacy-local-delivery/class-wc-shipping-legacy-local-delivery.php:25
3136
- #: includes/shipping/legacy-local-pickup/class-wc-shipping-legacy-local-pickup.php:25
3137
- msgid "<strong>This method is deprecated in 2.6.0 and will be removed in future versions - we recommend disabling it and instead setting up a new rate within your <a href=\"%s\">Shipping Zones</a>.</strong>"
3138
- msgstr ""
3139
 
3140
- #: includes/api/class-wc-rest-orders-controller.php:1664
3141
- msgid "Fee name."
3142
- msgstr "نام هزینه"
3143
 
3144
- #: includes/shipping/legacy-flat-rate/includes/settings-flat-rate.php:16
3145
- #: includes/shipping/legacy-free-shipping/class-wc-shipping-legacy-free-shipping.php:85
3146
- #: includes/shipping/legacy-local-delivery/class-wc-shipping-legacy-local-delivery.php:113
3147
- #: includes/shipping/legacy-local-pickup/class-wc-shipping-legacy-local-pickup.php:90
3148
- msgid "Once disabled, this legacy method will no longer be available."
3149
- msgstr ""
3150
 
3151
- #: includes/api/class-wc-rest-orders-controller.php:1669
3152
- msgid "Tax class of fee."
3153
- msgstr "کلاس مالیاتی هزینه"
3154
 
3155
- #: includes/shipping/legacy-free-shipping/class-wc-shipping-legacy-free-shipping.php:30
3156
- msgid "Free Shipping (Legacy)"
3157
- msgstr "ارسال رایگان"
3158
 
3159
- #: includes/api/class-wc-rest-orders-controller.php:1674
3160
- msgid "Tax status of fee."
3161
- msgstr "وضعیت مالیات هزینه"
3162
 
3163
- #: includes/shipping/legacy-international-delivery/class-wc-shipping-legacy-international-delivery.php:23
3164
- msgid "International Flat Rate (Legacy)"
3165
- msgstr "نرخ ثابت بین المللی"
3166
 
3167
- #: includes/admin/settings/views/html-admin-page-shipping-classes.php:24
3168
- msgid "Add Shipping Class"
3169
- msgstr "افزودن کلاس حمل و نقل"
3170
 
3171
- #: includes/admin/settings/views/html-admin-page-shipping-classes.php:33
3172
- msgid "No Shipping classes have been created."
3173
- msgstr "هیچ کلاس حمل و نقلی هنوز ساخته نشده است."
3174
 
3175
- #: includes/admin/settings/views/html-admin-page-shipping-classes.php:52
3176
- msgid "Shipping Class Name"
3177
- msgstr "نام کلاس حمل و نقل"
3178
 
3179
- #: includes/admin/settings/views/html-admin-page-shipping-classes.php:54
3180
- #: includes/admin/settings/views/html-admin-page-shipping-zones.php:93
3181
- msgid "Cancel changes"
3182
- msgstr "رد کردن تغییرات"
3183
 
3184
- #: includes/admin/settings/views/html-admin-page-shipping-classes.php:68
3185
- msgid "Description for your reference"
3186
- msgstr "توضیحات برای مرجع شما"
3187
 
3188
- #: includes/admin/settings/views/html-admin-page-shipping-zone-methods.php:10
3189
- msgid "The following shipping methods apply to customers with shipping addresses within this zone."
3190
- msgstr ""
3191
 
3192
- #: includes/admin/settings/views/html-admin-page-shipping-zone-methods.php:18
3193
- msgid "Drag and drop to re-order your shipping methods. This is the order in which they will display during checkout."
3194
- msgstr ""
3195
 
3196
- #: includes/admin/settings/views/html-admin-page-shipping-zone-methods.php:29
3197
- #: includes/admin/settings/views/html-admin-page-shipping-zone-methods.php:93
3198
- #: includes/admin/settings/views/html-admin-page-shipping-zone-methods.php:119
3199
- #: includes/admin/settings/views/html-admin-page-shipping-zones.php:55
3200
- #: includes/admin/settings/views/html-admin-page-shipping-zones.php:129
3201
- #: includes/admin/settings/views/html-admin-page-shipping-zones.php:141
3202
- #: includes/admin/settings/views/html-admin-page-shipping-zones.php:167
3203
- msgid "Add shipping method"
3204
- msgstr "افزودن روش حمل و نقل"
3205
 
3206
- #: includes/admin/settings/views/html-admin-page-shipping-zone-methods.php:39
3207
- msgid "Add shipping methods to this zone"
3208
- msgstr ""
3209
 
3210
- #: includes/admin/settings/views/html-admin-page-shipping-zone-methods.php:40
3211
- msgid "You can add multiple shipping methods within this zone. Only customers within the zone will see them."
3212
- msgstr ""
3213
 
3214
- #: includes/admin/settings/views/html-admin-page-shipping-zone-methods.php:41
3215
- msgid "Click \"Add shipping method\" to get started."
3216
- msgstr ""
3217
 
3218
- #: includes/admin/settings/views/html-admin-page-shipping-zone-methods.php:68
3219
- #: includes/admin/settings/views/html-admin-page-shipping-zone-methods.php:95
3220
- #: includes/admin/settings/views/html-admin-page-shipping-zones.php:143
3221
- msgid "Close modal panel"
3222
- msgstr ""
3223
 
3224
- #: includes/admin/settings/views/html-admin-page-shipping-zone-methods.php:101
3225
- #: includes/admin/settings/views/html-admin-page-shipping-zones.php:149
3226
- msgid "Choose the shipping method you wish to add. Only shipping methods which support zones are listed."
3227
- msgstr ""
3228
 
3229
- #: includes/admin/settings/views/html-admin-page-shipping-zones.php:9
3230
- #: includes/admin/settings/views/html-admin-page-shipping-zones.php:66
3231
- msgid "A shipping zone is a geographic region where a certain set of shipping methods and rates apply."
3232
- msgstr ""
3233
 
3234
- #: includes/admin/settings/views/html-admin-page-shipping-zones.php:9
3235
- msgid "WooCommerce will automatically choose the correct shipping zone based on your customer&lsquo;s shipping address and present the shipping methods within that zone to them."
3236
- msgstr ""
3237
 
3238
- #: i18n/continents.php:207
3239
- msgid "North America"
3240
- msgstr "آمریکای شمالی"
3241
 
3242
- #: i18n/continents.php:254
3243
- msgid "Oceania"
3244
- msgstr "اقیانوسیه"
3245
 
3246
- #: i18n/continents.php:285
3247
- msgid "South America"
3248
- msgstr "آمریکای جنوبی"
3249
 
3250
- #: i18n/countries.php:76
3251
- msgid "Cura&ccedil;ao"
3252
- msgstr "کورا و سدیل؛ آئو"
3253
 
3254
- #: i18n/countries.php:253
3255
- msgid "United States (US) Minor Outlying Islands"
3256
- msgstr ""
3257
 
3258
- #: i18n/countries.php:254
3259
- msgid "United States (US) Virgin Islands"
3260
- msgstr ""
3261
 
3262
- #: i18n/countries.php:263
3263
- msgid "Samoa"
3264
- msgstr ""
3265
 
3266
- #: includes/abstracts/abstract-wc-order.php:2385
3267
- msgid "Unable to update order from %1$s to %2$s."
3268
- msgstr "قادر به بروزرسانی سفارش از %1$s به %2$s نیستیم."
3269
 
3270
- #: includes/abstracts/abstract-wc-order.php:2394
3271
- msgid "Order status changed from %1$s to %2$s."
3272
- msgstr "وضعیت سفارش از %1$s به %2$s تغییر کرد."
3273
 
3274
- #: includes/abstracts/abstract-wc-order.php:2398
3275
- msgid "Order status changed to %s."
3276
- msgstr "وضعیت سفارش به %s تغییر کرد."
3277
 
3278
- #: includes/abstracts/abstract-wc-order.php:2641
3279
- msgid "Item %1$s variation #%2$s stock reduced from %3$s to %4$s."
3280
- msgstr ""
3281
 
3282
- #: includes/abstracts/abstract-wc-order.php:2643
3283
- msgid "Item %1$s stock reduced from %2$s to %3$s."
3284
- msgstr ""
3285
 
3286
- #: includes/abstracts/abstract-wc-payment-gateway.php:432
3287
- msgid "Use a new payment method"
3288
- msgstr ""
3289
 
3290
- #: includes/abstracts/abstract-wc-payment-gateway.php:456
3291
- msgid "Save to Account"
3292
- msgstr "ذخیره در حساب"
3293
 
3294
- #: includes/abstracts/abstract-wc-product.php:705
3295
- #: includes/abstracts/abstract-wc-product.php:715
3296
- msgid "(also available on backorder)"
3297
- msgstr "(همچنین فعال برای پیش سفارش)"
3298
 
3299
- #: includes/abstracts/abstract-wc-rest-controller.php:96
3300
- msgid "Unable to accept more than %s items for this request."
3301
- msgstr ""
3302
 
3303
- #: includes/abstracts/abstract-wc-rest-controller.php:200
3304
- msgid "List of created resources."
3305
- msgstr "لیست منابع ایجاد شده."
3306
 
3307
- #: includes/abstracts/abstract-wc-rest-controller.php:205
3308
- msgid "List of updated resources."
3309
- msgstr "لیست منابع بروز شده."
3310
 
3311
- #: includes/abstracts/abstract-wc-rest-controller.php:210
3312
- msgid "List of delete resources."
3313
- msgstr "لیست منابع پاک شده."
3314
 
3315
- #: includes/abstracts/abstract-wc-rest-posts-controller.php:53
3316
- #: includes/abstracts/abstract-wc-rest-terms-controller.php:108
3317
- #: includes/api/class-wc-rest-customer-downloads-controller.php:68
3318
- #: includes/api/class-wc-rest-customers-controller.php:118
3319
- #: includes/api/class-wc-rest-order-notes-controller.php:102
3320
- #: includes/api/class-wc-rest-product-attributes-controller.php:118
3321
- #: includes/api/class-wc-rest-product-reviews-controller.php:74
3322
- #: includes/api/class-wc-rest-report-sales-controller.php:69
3323
- #: includes/api/class-wc-rest-reports-controller.php:62
3324
- #: includes/api/class-wc-rest-tax-classes-controller.php:83
3325
- #: includes/api/class-wc-rest-taxes-controller.php:107
3326
- #: includes/api/class-wc-rest-webhook-deliveries.php:74
3327
- msgid "Sorry, you cannot list resources."
3328
- msgstr ""
3329
 
3330
- #: includes/abstracts/abstract-wc-rest-posts-controller.php:67
3331
- #: includes/api/class-wc-rest-customers-controller.php:132
3332
- #: includes/api/class-wc-rest-order-notes-controller.php:116
3333
- #: includes/api/class-wc-rest-tax-classes-controller.php:97
3334
- #: includes/api/class-wc-rest-taxes-controller.php:121
3335
- msgid "Sorry, you are not allowed to create resources."
3336
- msgstr ""
3337
 
3338
- #: includes/abstracts/abstract-wc-rest-posts-controller.php:83
3339
- #: includes/abstracts/abstract-wc-rest-terms-controller.php:146
3340
- #: includes/api/class-wc-rest-customers-controller.php:148
3341
- #: includes/api/class-wc-rest-order-notes-controller.php:132
3342
- #: includes/api/class-wc-rest-product-attributes-controller.php:150
3343
- #: includes/api/class-wc-rest-product-reviews-controller.php:90
3344
- #: includes/api/class-wc-rest-taxes-controller.php:135
3345
- #: includes/api/class-wc-rest-webhook-deliveries.php:90
3346
- msgid "Sorry, you cannot view this resource."
3347
- msgstr ""
3348
 
3349
- #: includes/abstracts/abstract-wc-rest-posts-controller.php:99
3350
- #: includes/api/class-wc-rest-customers-controller.php:164
3351
- #: includes/api/class-wc-rest-taxes-controller.php:149
3352
- msgid "Sorry, you are not allowed to edit this resource."
3353
- msgstr ""
3354
 
3355
- #: includes/abstracts/abstract-wc-rest-posts-controller.php:115
3356
- #: includes/api/class-wc-rest-customers-controller.php:180
3357
- #: includes/api/class-wc-rest-order-notes-controller.php:148
3358
- #: includes/api/class-wc-rest-tax-classes-controller.php:111
3359
- #: includes/api/class-wc-rest-taxes-controller.php:163
3360
- msgid "Sorry, you are not allowed to delete this resource."
3361
- msgstr ""
3362
 
3363
- #: includes/abstracts/abstract-wc-rest-posts-controller.php:129
3364
- #: includes/abstracts/abstract-wc-rest-terms-controller.php:203
3365
- #: includes/api/class-wc-rest-customers-controller.php:194
3366
- #: includes/api/class-wc-rest-product-attributes-controller.php:200
3367
- #: includes/api/class-wc-rest-taxes-controller.php:177
3368
- msgid "Sorry, you are not allowed to manipule this resource."
3369
- msgstr ""
3370
 
3371
- #: includes/abstracts/abstract-wc-rest-posts-controller.php:155
3372
- msgid "Invalid id."
3373
- msgstr "شناسه نادرست."
3374
 
3375
- #: includes/abstracts/abstract-wc-rest-posts-controller.php:176
3376
- #: includes/api/class-wc-rest-order-notes-controller.php:197
3377
- #: includes/api/class-wc-rest-order-refunds-controller.php:266
3378
- #: includes/api/class-wc-rest-orders-controller.php:884
3379
- #: includes/api/class-wc-rest-webhooks-controller.php:131
3380
- msgid "Cannot create existing %s."
3381
- msgstr "نمیتوانید %s موجود را ایجاد کنید."
3382
 
3383
- #: includes/abstracts/abstract-wc-rest-posts-controller.php:259
3384
- #: includes/api/class-wc-rest-orders-controller.php:1084
3385
- #: includes/api/class-wc-rest-webhooks-controller.php:217
3386
- msgid "ID is invalid."
3387
- msgstr "شناسه نادرست است."
3388
 
3389
- #: includes/abstracts/abstract-wc-rest-posts-controller.php:418
3390
- #: includes/api/class-wc-rest-products-controller.php:1735
3391
- #: includes/api/class-wc-rest-webhooks-controller.php:305
3392
- msgid "Invalid post id."
3393
- msgstr "شناسه پست نادرست."
3394
 
3395
- #: includes/abstracts/abstract-wc-rest-posts-controller.php:434
3396
- #: includes/api/class-wc-rest-products-controller.php:1751
3397
- msgid "Sorry, you are not allowed to delete %s."
3398
- msgstr "متاسفیم ، شما اجازه پاک %s را ندارید."
3399
 
3400
- #: includes/abstracts/abstract-wc-rest-posts-controller.php:446
3401
- #: includes/api/class-wc-rest-products-controller.php:1782
3402
- msgid "The %s does not support trashing."
3403
- msgstr ""
3404
 
3405
- #: includes/abstracts/abstract-wc-rest-posts-controller.php:451
3406
- #: includes/api/class-wc-rest-products-controller.php:1787
3407
- msgid "The %s has already been deleted."
3408
- msgstr ""
3409
 
3410
- #: includes/abstracts/abstract-wc-rest-posts-controller.php:460
3411
- #: includes/api/class-wc-rest-order-notes-controller.php:295
3412
- #: includes/api/class-wc-rest-products-controller.php:1796
3413
- #: includes/api/class-wc-rest-webhooks-controller.php:314
3414
- msgid "The %s cannot be deleted."
3415
- msgstr ""
3416
 
3417
- #: includes/abstracts/abstract-wc-rest-posts-controller.php:609
3418
- msgid "Limit response to resources published after a given ISO8601 compliant date."
3419
- msgstr ""
3420
 
3421
- #: includes/abstracts/abstract-wc-rest-posts-controller.php:615
3422
- msgid "Limit response to resources published before a given ISO8601 compliant date."
3423
- msgstr ""
3424
 
3425
- #: includes/abstracts/abstract-wc-rest-posts-controller.php:621
3426
- #: includes/abstracts/abstract-wc-rest-terms-controller.php:684
3427
- #: includes/api/class-wc-rest-customers-controller.php:840
3428
- #: includes/api/class-wc-rest-taxes-controller.php:650
3429
- msgid "Ensure result set excludes specific ids."
3430
- msgstr ""
3431
 
3432
- #: includes/abstracts/abstract-wc-rest-posts-controller.php:627
3433
- #: includes/abstracts/abstract-wc-rest-terms-controller.php:690
3434
- #: includes/api/class-wc-rest-customers-controller.php:846
3435
- #: includes/api/class-wc-rest-taxes-controller.php:656
3436
- msgid "Limit result set to specific ids."
3437
- msgstr ""
3438
 
3439
- #: includes/abstracts/abstract-wc-rest-posts-controller.php:633
3440
- #: includes/abstracts/abstract-wc-rest-terms-controller.php:697
3441
- #: includes/api/class-wc-rest-customers-controller.php:852
3442
- #: includes/api/class-wc-rest-taxes-controller.php:662
3443
- msgid "Offset the result set by a specific number of items."
3444
- msgstr ""
3445
 
3446
- #: includes/abstracts/abstract-wc-rest-posts-controller.php:639
3447
- #: includes/abstracts/abstract-wc-rest-terms-controller.php:704
3448
- #: includes/api/class-wc-rest-customers-controller.php:859
3449
- #: includes/api/class-wc-rest-taxes-controller.php:669
3450
- msgid "Order sort attribute ascending or descending."
3451
- msgstr ""
3452
 
3453
- #: includes/abstracts/abstract-wc-rest-posts-controller.php:646
3454
- #: includes/api/class-wc-rest-customers-controller.php:867
3455
- #: includes/api/class-wc-rest-taxes-controller.php:677
3456
- msgid "Sort collection by object attribute."
3457
- msgstr ""
3458
 
3459
- #: includes/abstracts/abstract-wc-rest-posts-controller.php:662
3460
- msgid "Limit result set to those of particular parent ids."
3461
- msgstr ""
3462
 
3463
- #: includes/abstracts/abstract-wc-rest-posts-controller.php:668
3464
- msgid "Limit result set to all items except those of a particular parent id."
3465
- msgstr ""
3466
 
3467
- #: includes/abstracts/abstract-wc-rest-posts-controller.php:676
3468
- msgid "Use WP Query arguments to modify the response; private query vars require appropriate authorization."
3469
- msgstr ""
3470
 
3471
- #: includes/abstracts/abstract-wc-rest-terms-controller.php:77
3472
- #: includes/api/class-wc-rest-customers-controller.php:91
3473
- #: includes/api/class-wc-rest-order-notes-controller.php:86
3474
- #: includes/api/class-wc-rest-order-refunds-controller.php:90
3475
- #: includes/api/class-wc-rest-product-attributes-controller.php:92
3476
- #: includes/api/class-wc-rest-tax-classes-controller.php:67
3477
- #: includes/api/class-wc-rest-taxes-controller.php:81
3478
- #: includes/api/class-wc-rest-webhooks-controller.php:105
3479
- msgid "Required to be true, as resource does not support trashing."
3480
- msgstr ""
3481
 
3482
- #: includes/abstracts/abstract-wc-rest-terms-controller.php:127
3483
- #: includes/api/class-wc-rest-product-attributes-controller.php:132
3484
- msgid "Sorry, you cannot create new resource."
3485
- msgstr ""
3486
 
3487
- #: includes/abstracts/abstract-wc-rest-terms-controller.php:165
3488
- #: includes/api/class-wc-rest-product-attributes-controller.php:168
3489
- msgid "Sorry, you cannot update resource."
3490
- msgstr ""
3491
 
3492
- #: includes/abstracts/abstract-wc-rest-terms-controller.php:184
3493
- #: includes/api/class-wc-rest-product-attributes-controller.php:186
3494
- msgid "Sorry, you cannot delete resource."
3495
- msgstr ""
3496
 
3497
- #: includes/abstracts/abstract-wc-rest-terms-controller.php:220
3498
- msgid "Taxonomy doesn't exist."
3499
- msgstr ""
3500
 
3501
- #: includes/abstracts/abstract-wc-rest-terms-controller.php:228
3502
- #: includes/api/class-wc-rest-customer-downloads-controller.php:64
3503
- #: includes/api/class-wc-rest-product-attributes-controller.php:146
3504
- #: includes/api/class-wc-rest-product-attributes-controller.php:164
3505
- #: includes/api/class-wc-rest-product-attributes-controller.php:182
3506
- #: includes/api/class-wc-rest-product-attributes-controller.php:620
3507
- msgid "Resource doesn't exist."
3508
- msgstr ""
3509
 
3510
- #: includes/abstracts/abstract-wc-rest-terms-controller.php:367
3511
- #: includes/abstracts/abstract-wc-rest-terms-controller.php:471
3512
- msgid "Can not set resource parent, taxonomy is not hierarchical."
3513
- msgstr ""
3514
 
3515
- #: includes/abstracts/abstract-wc-rest-terms-controller.php:373
3516
- #: includes/abstracts/abstract-wc-rest-terms-controller.php:477
3517
- msgid "Parent resource doesn't exist."
3518
- msgstr ""
3519
 
3520
- #: includes/abstracts/abstract-wc-rest-terms-controller.php:527
3521
- #: includes/api/class-wc-rest-product-attributes-controller.php:406
3522
- msgid "Resource does not support trashing."
3523
- msgstr ""
3524
 
3525
- #: includes/abstracts/abstract-wc-rest-terms-controller.php:536
3526
- #: includes/api/class-wc-rest-customers-controller.php:453
3527
- #: includes/api/class-wc-rest-product-attributes-controller.php:425
3528
- #: includes/api/class-wc-rest-taxes-controller.php:464
3529
- msgid "The resource cannot be deleted."
3530
- msgstr ""
3531
 
3532
- #: includes/abstracts/abstract-wc-rest-terms-controller.php:715
3533
- msgid "Sort collection by resource attribute."
3534
- msgstr ""
3535
 
3536
- #: includes/abstracts/abstract-wc-rest-terms-controller.php:731
3537
- msgid "Whether to hide resources not assigned to any products."
3538
- msgstr ""
3539
 
3540
- #: includes/abstracts/abstract-wc-rest-terms-controller.php:738
3541
- msgid "Limit result set to resources assigned to a specific parent."
3542
- msgstr ""
3543
 
3544
- #: includes/abstracts/abstract-wc-rest-terms-controller.php:745
3545
- msgid "Limit result set to resources assigned to a specific product."
3546
- msgstr ""
3547
 
3548
- #: includes/abstracts/abstract-wc-rest-terms-controller.php:751
3549
- msgid "Limit result set to resources with a specific slug."
3550
- msgstr ""
3551
 
3552
- #: includes/abstracts/abstract-wc-shipping-method.php:279
3553
- #: includes/admin/class-wc-admin-meta-boxes.php:121
3554
- msgid "Items"
3555
- msgstr "موارد"
3556
 
3557
- #: includes/admin/class-wc-admin-assets.php:287
3558
- msgid "Are you sure you wish to delete this note? This action cannot be undone."
3559
- msgstr "آیا شما از پاک این یادداشت مطمئن هستید؟ این عملیات قابل بازگشت نیست."
3560
 
3561
- #: includes/admin/class-wc-admin-dashboard.php:129
3562
- msgid "<strong>%s</strong> net sales this month"
3563
- msgstr ""
3564
 
3565
- #: includes/admin/class-wc-admin-help.php:57
3566
- #: includes/admin/settings/class-wc-settings-shipping.php:48
3567
- #: includes/admin/settings/views/html-admin-page-shipping-zone-methods.php:8
3568
- #: includes/admin/settings/views/html-admin-page-shipping-zones-instance.php:7
3569
- #: includes/admin/settings/views/html-admin-page-shipping-zones.php:8
3570
- #: includes/admin/views/html-notice-legacy-shipping.php:13
3571
- msgid "Shipping Zones"
3572
- msgstr "مناطق حمل و نقل"
3573
 
3574
- #: includes/admin/class-wc-admin-help.php:73
3575
- #: includes/admin/class-wc-admin-setup-wizard.php:608
3576
- msgid "Bank Transfer (BACS) Payments"
3577
- msgstr "پرداخت واریز بانکی (BACS)"
3578
 
3579
- #: includes/admin/class-wc-admin-help.php:77
3580
- msgid "Check Payments"
3581
- msgstr "پرداخت چکی"
3582
 
3583
- #: includes/admin/class-wc-admin-help.php:89
3584
- #: includes/admin/class-wc-admin-setup-wizard.php:567
3585
- msgid "PayPal by Braintree"
3586
- msgstr "PayPal by Braintree"
3587
 
3588
- #: includes/admin/class-wc-admin-help.php:93
3589
- #: includes/admin/class-wc-admin-setup-wizard.php:581
3590
- msgid "Stripe"
3591
- msgstr "Stripe"
3592
 
3593
- #: includes/admin/class-wc-admin-help.php:181
3594
- #: includes/admin/class-wc-admin-help.php:183
3595
- msgid "Help &amp; Support"
3596
- msgstr "راهنما &amp; پشتیبانی"
3597
 
3598
- #: includes/admin/class-wc-admin-help.php:185
3599
- msgid "Should you need help understanding, using, or extending WooCommerce, %splease read our documentation%s. You will find all kinds of resources including snippets, tutorials and much more."
3600
- msgstr ""
3601
 
3602
- #: includes/admin/class-wc-admin-help.php:190
3603
- msgid "For further assistance with WooCommerce core you can use the %scommunity forum%s. If you need help with premium add-ons sold by WooThemes, please %suse our helpdesk%s."
3604
- msgstr ""
3605
 
3606
- #: includes/admin/class-wc-admin-help.php:197
3607
- msgid "Community Forum"
3608
- msgstr "تالار های پشتیبانی"
3609
 
3610
- #: includes/admin/class-wc-admin-help.php:197
3611
- msgid "WooThemes Helpdesk"
3612
- msgstr "پشتیبانی ووتمز"
3613
 
3614
- #: includes/admin/class-wc-admin-post-types.php:2275
3615
- msgid "When you receive a new order, it will appear here."
3616
- msgstr "هنگامی که شما یک سفارش تازه دریافت کنید ، در اینجا آنرا می بینید."
3617
 
3618
- #: includes/admin/class-wc-admin-post-types.php:2276
3619
- msgid "Learn more about orders"
3620
- msgstr "اطلاعات بیشتر درباره سفارش ها"
3621
 
3622
- #: includes/admin/class-wc-admin-post-types.php:2281
3623
- msgid "Coupons are a great way to offer discounts and rewards to your customers. They will appear here once created."
3624
- msgstr "کوپن های تخفیف یک روش عالی برای پیشنهادات و تخفیف ها به مشتریان شما است."
3625
 
3626
- #: includes/admin/class-wc-admin-post-types.php:2282
3627
- msgid "Learn more about coupons"
3628
- msgstr "اطلاعات بیشتر درباره کوپن ها"
3629
 
3630
- #: includes/admin/class-wc-admin-post-types.php:2287
3631
- msgid "Ready to start selling something awesome?"
3632
- msgstr "برای یک فروش عالی آماده هستید؟"
3633
 
3634
- #: includes/admin/class-wc-admin-setup-wizard.php:416
3635
- msgid "If you will be charging sales tax, or shipping physical goods to customers, you can enable these below. This is optional and can be changed later."
3636
- msgstr ""
3637
 
3638
- #: includes/admin/class-wc-admin-setup-wizard.php:459
3639
- msgid "The following tax rates will be imported automatically for you. You can read more about taxes in %1$sour documentation%2$s."
3640
- msgstr ""
3641
 
3642
- #: includes/admin/class-wc-admin-setup-wizard.php:486
3643
- msgid "You may you need to add/edit rates based on your products or business location which can be done from the %1$stax settings%2$s screen. If in doubt, speak to an accountant."
3644
- msgstr ""
3645
 
3646
- #: includes/admin/class-wc-admin-setup-wizard.php:569
3647
- #: includes/admin/class-wc-admin-setup-wizard.php:576
3648
- msgid "Safe and secure payments using credit cards or your customer's PayPal account. %sLearn more about PayPal%s."
3649
- msgstr ""
3650
 
3651
- #: includes/admin/class-wc-admin-setup-wizard.php:574
3652
- msgid "PayPal Express Checkout"
3653
- msgstr "پرداخت پی پال اکسپرس"
3654
 
3655
- #: includes/admin/class-wc-admin-setup-wizard.php:583
3656
- msgid "A modern and robust way to accept credit card payments on your store. %sLearn more about Stripe%s."
3657
- msgstr ""
3658
 
3659
- #: includes/admin/class-wc-admin-setup-wizard.php:589
3660
- msgid "Accept payments via PayPal using account balance or credit card."
3661
- msgstr ""
3662
 
3663
- #: includes/admin/class-wc-admin-setup-wizard.php:594
3664
- #: includes/admin/class-wc-admin-setup-wizard.php:597
3665
- msgid "PayPal email address"
3666
- msgstr ""
3667
 
3668
- #: includes/admin/class-wc-admin-setup-wizard.php:603
3669
- msgid "A simple offline gateway that lets you accept a check as method of payment."
3670
- msgstr ""
3671
 
3672
- #: includes/admin/class-wc-admin-setup-wizard.php:609
3673
- msgid "An simple offline gateway that lets you accept BACS payment."
3674
- msgstr ""
3675
 
3676
- #: includes/admin/class-wc-admin-setup-wizard.php:615
3677
- msgid "An simple offline gateway that lets you accept cash on delivery."
3678
- msgstr "یک روش پرداخت آفلاین برای پرداخت وجه در هنگام تحویل"
3679
 
3680
- #: includes/admin/class-wc-admin-setup-wizard.php:775
3681
- msgid "Learn more about getting started"
3682
- msgstr ""
3683
 
3684
- #: includes/admin/class-wc-admin.php:229
3685
- msgid "If you like <strong>WooCommerce</strong> please leave us a %s&#9733;&#9733;&#9733;&#9733;&#9733;%s rating. A huge thanks in advance!"
3686
- msgstr ""
3687
 
3688
- #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:73
3689
- msgid "Check this box if the coupon grants free shipping. A <a href=\"%s\">free shipping method</a> must be enabled in your shipping zone and be set to require \"a valid free shipping coupon\" (see the \"Free Shipping Requires\" setting)."
3690
- msgstr ""
3691
 
3692
- #: includes/admin/meta-boxes/class-wc-meta-box-order-actions.php:60
3693
- msgid "Regenerate download permissions"
3694
- msgstr ""
3695
 
3696
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:144
3697
- #: includes/admin/meta-boxes/views/html-variation-admin.php:93
3698
- msgid "Regular price"
3699
- msgstr "قیمت اصلی"
3700
 
3701
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:147
3702
- #: includes/admin/meta-boxes/views/html-variation-admin.php:97
3703
- msgid "Sale price"
3704
- msgstr "قیمت فروش فوق‌العاده"
3705
 
3706
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:154
3707
- msgid "Sale price dates"
3708
- msgstr "تاریخ قیمت فروش فوق‌العاده"
3709
 
3710
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:168
3711
- #: includes/admin/meta-boxes/views/html-variation-admin.php:254
3712
- msgid "Downloadable files"
3713
- msgstr "فایل های دانلودی"
3714
 
3715
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:221
3716
- msgid "Download type"
3717
- msgstr "نوع دانلود"
3718
 
3719
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:238
3720
- msgid "Tax status"
3721
- msgstr "وضعیت مالیات"
3722
 
3723
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:303
3724
- #: includes/admin/meta-boxes/views/html-variation-admin.php:129
3725
- msgid "Stock quantity"
3726
- msgstr "موجودی انبار"
3727
 
3728
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:314
3729
- #: includes/admin/meta-boxes/views/html-variation-admin.php:133
3730
- msgid "Allow backorders?"
3731
- msgstr ""
3732
 
3733
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:339
3734
- msgid "Sold individually"
3735
- msgstr ""
3736
 
3737
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:470
3738
- msgid "Save attributes"
3739
- msgstr ""
3740
 
3741
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:479
3742
- msgid "Up-sells"
3743
- msgstr ""
3744
 
3745
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:496
3746
- msgid "Cross-sells"
3747
- msgstr ""
3748
 
3749
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:546
3750
- msgid "Purchase note"
3751
- msgstr ""
3752
 
3753
- #: includes/admin/meta-boxes/views/html-order-download-permission.php:20
3754
- msgid "Downloads remaining"
3755
- msgstr "باقیمانده دانلودها"
3756
 
3757
- #: includes/admin/meta-boxes/views/html-order-download-permission.php:26
3758
- msgid "Access expires"
3759
- msgstr ""
3760
 
3761
- #: includes/admin/meta-boxes/views/html-order-download-permission.php:30
3762
- msgid "Customer download link"
3763
- msgstr ""
3764
 
3765
- #: includes/admin/meta-boxes/views/html-order-item.php:102
3766
- #: includes/admin/meta-boxes/views/html-order-item.php:144
3767
- msgid "Pre-discount:"
3768
- msgstr ""
3769
 
3770
- #: includes/admin/meta-boxes/views/html-order-item.php:165
3771
- msgid "Edit item"
3772
- msgstr "ویرایش آیتم"
3773
 
3774
- #: includes/admin/meta-boxes/views/html-order-item.php:165
3775
- msgid "Delete item"
3776
- msgstr "پاک آیتم"
3777
 
3778
- #: includes/admin/meta-boxes/views/html-order-items.php:120
3779
- msgid "Delete selected row(s)"
3780
- msgstr "پاک سطر های انتخاب شده"
3781
 
3782
- #: includes/admin/meta-boxes/views/html-order-items.php:121
3783
- msgid "Reduce stock"
3784
- msgstr "کم کردن موجودی"
3785
 
3786
- #: includes/admin/meta-boxes/views/html-order-items.php:122
3787
- msgid "Increase stock"
3788
- msgstr "افزایش موجودی"
3789
 
3790
- #: includes/admin/meta-boxes/views/html-order-items.php:221
3791
- msgid "Add item(s)"
3792
- msgstr "افزودن مورد(ها)"
3793
 
3794
- #: includes/admin/meta-boxes/views/html-order-items.php:223
3795
- msgid "This order is no longer editable."
3796
- msgstr "امکان ویرایش این سفارش وجود ندارد"
3797
 
3798
- #: includes/admin/meta-boxes/views/html-order-items.php:275
3799
- msgid "Note: the refund reason will be visible by the customer."
3800
- msgstr "گوشزد: دلیل استرداد برای مشتری قابل رویت خواهد بود"
3801
 
3802
- #: includes/admin/meta-boxes/views/html-variation-admin.php:103
3803
- msgid "Sale start date"
3804
- msgstr "تاریخ شروع حراج"
3805
 
3806
- #: includes/admin/meta-boxes/views/html-variation-admin.php:107
3807
- msgid "Sale end date"
3808
- msgstr "تاریخ پایان حراج"
3809
 
3810
- #: includes/admin/meta-boxes/views/html-variation-admin.php:248
3811
- msgid "Variation description"
3812
- msgstr "شرح متغیر"
3813
 
3814
- #: includes/admin/reports/class-wc-report-coupon-usage.php:114
3815
- msgid "%s coupons used in total"
3816
- msgstr "در مجموع %s کوپن استفاده شده است"
3817
 
3818
- #: includes/admin/settings/class-wc-settings-accounts.php:110
3819
- msgid "Endpoints are appended to your page URLs to handle specific actions on the accounts pages. They should be unique and can be left blank to disable the endpoint."
3820
- msgstr ""
3821
 
3822
- #: includes/admin/settings/class-wc-settings-accounts.php:114
3823
- msgid "Endpoint for the My Account &rarr; Orders page"
3824
- msgstr ""
3825
 
3826
- #: includes/admin/settings/class-wc-settings-accounts.php:131
3827
- #: includes/class-wc-query.php:108 includes/wc-account-functions.php:91
3828
- msgid "Downloads"
3829
- msgstr "دانلود ها"
3830
 
3831
- #: includes/admin/settings/class-wc-settings-accounts.php:132
3832
- msgid "Endpoint for the My Account &rarr; Downloads page"
3833
- msgstr ""
3834
 
3835
- #: includes/admin/settings/class-wc-settings-accounts.php:149
3836
- #: includes/class-wc-query.php:114 includes/wc-account-functions.php:92
3837
- msgid "Addresses"
3838
- msgstr "آدرس ها"
3839
 
3840
- #: includes/admin/settings/class-wc-settings-accounts.php:150
3841
- msgid "Endpoint for the My Account &rarr; Addresses page"
3842
- msgstr ""
3843
 
3844
- #: includes/admin/settings/class-wc-settings-accounts.php:158
3845
- #: includes/class-wc-query.php:117 includes/wc-account-functions.php:93
3846
- msgid "Payment Methods"
3847
- msgstr "روش های پرداخت"
3848
-
3849
- #: includes/admin/settings/class-wc-settings-accounts.php:159
3850
- msgid "Endpoint for the My Account &rarr; Payment Methods page"
3851
- msgstr ""
3852
 
3853
- #: includes/admin/settings/class-wc-settings-checkout.php:205
3854
- msgid "Delete Payment Method"
3855
- msgstr "پاک روش پرداخت"
3856
 
3857
- #: includes/admin/settings/class-wc-settings-checkout.php:206
3858
- msgid "Endpoint for the delete payment method page"
3859
- msgstr ""
3860
 
3861
- #: includes/admin/settings/class-wc-settings-checkout.php:214
3862
- msgid "Set Default Payment Method"
3863
- msgstr "تنظیم به عنوان روش پرداخت پیشفرض"
3864
 
3865
- #: includes/admin/settings/class-wc-settings-checkout.php:215
3866
- msgid "Endpoint for the setting a default payment method page"
3867
- msgstr ""
3868
 
3869
- #: includes/admin/settings/class-wc-settings-general.php:72
3870
- msgid "Sell to All Countries"
3871
- msgstr "فروش در همه کشورها"
3872
 
3873
- #: includes/admin/settings/class-wc-settings-general.php:73
3874
- #: includes/admin/settings/class-wc-settings-general.php:79
3875
- msgid "Sell to All Countries, Except For&hellip;"
3876
- msgstr "فروش به تمام کشور ها به جز&hellip;"
3877
 
3878
- #: includes/admin/settings/class-wc-settings-general.php:74
3879
- #: includes/admin/settings/class-wc-settings-general.php:88
3880
- msgid "Sell to Specific Countries"
3881
- msgstr "فروش به کشور های خاص"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3882
 
3883
- #: includes/admin/settings/class-wc-settings-general.php:97
3884
- msgid "Shipping Location(s)"
3885
- msgstr "مکان های حمل و نقل"
3886
 
3887
- #: includes/admin/settings/class-wc-settings-general.php:98
3888
- msgid "Choose which countries you want to ship to, or choose to ship to all locations you sell to."
3889
- msgstr ""
3890
 
3891
- #: includes/admin/settings/class-wc-settings-general.php:108
3892
- msgid "Disable shipping &amp; shipping calculations"
3893
- msgstr "غیر فعال سازی حمل و نقل &amp; محاسبه حمل و نقل"
 
3894
 
3895
- #: includes/admin/settings/class-wc-settings-general.php:113
3896
- msgid "Ship to Specific Countries"
3897
- msgstr "حمل به کشور های خاص"
3898
 
3899
- #: includes/admin/settings/class-wc-settings-general.php:122
3900
- msgid "Default Customer Location"
3901
- msgstr "مکان پیشفرض مشتری"
3902
 
3903
- #: includes/admin/settings/class-wc-settings-general.php:124
3904
- msgid "This option determines a customers default location. The MaxMind GeoLite Database will be periodically downloaded to your wp-content directory if using geolocation."
3905
- msgstr "این گزینه میتواند مکان پیشفرض مشتری را مشخص کند. پایگاه MaxMind GeoLite میتواند در صورت استفاده از منطقه جغرافیایی به صورت متناوب در مسیر wp-content شما دانلود شود."
3906
 
3907
- #: includes/admin/settings/class-wc-settings-general.php:129
3908
- msgid "No location by default"
3909
- msgstr "بدون مکان پیشفرض"
 
3910
 
3911
- #: includes/admin/settings/class-wc-settings-products.php:112
3912
- msgid "Show categories"
3913
- msgstr "نمایش دسته بندی ها"
3914
 
3915
- #: includes/admin/settings/class-wc-settings-products.php:113
3916
- msgid "Show categories &amp; products"
3917
- msgstr "نمایش دسته بندی ها &amp; محصولات"
3918
 
3919
- #: includes/admin/settings/class-wc-settings-products.php:129
3920
- msgid "Show subcategories &amp; products"
3921
- msgstr "نمایش زیر دسته ها &amp; محصولات"
3922
 
3923
- #: includes/admin/settings/class-wc-settings-shipping.php:80
3924
- msgid "Calculations"
3925
- msgstr "محاسبات"
3926
 
3927
- #: includes/admin/settings/class-wc-settings-shipping.php:105
3928
- msgid "Default to customer shipping address"
3929
- msgstr "پیشفرض به آدرس حمل و نقل مشتری"
 
3930
 
3931
- #: includes/admin/settings/class-wc-settings-shipping.php:106
3932
- msgid "Default to customer billing address"
3933
- msgstr "پیشفرض به آدرس صورتحساب مشتری"
3934
 
3935
- #: includes/admin/settings/class-wc-settings-shipping.php:107
3936
- msgid "Force shipping to the customer billing address"
3937
- msgstr "حمل و نقل اجباری به آدرس صورتحساب مشتری"
3938
 
3939
- #: includes/admin/settings/class-wc-settings-shipping.php:202
3940
- #: includes/admin/settings/class-wc-settings-shipping.php:264
3941
- msgid "Zone does not exist!"
3942
- msgstr "منطقه موجود نمی باشد"
3943
 
3944
- #: includes/admin/settings/class-wc-settings-shipping.php:211
3945
- msgid "Do you wish to save your changes first? Your changed data will be discarded if you choose to cancel."
3946
- msgstr "تغییرات را ذخیره می کنید؟ در صورت انتخاب گزینه رد کردن، اطلاعات تغییر یافته پاک خواهند شد."
3947
 
3948
- #: includes/admin/settings/class-wc-settings-shipping.php:212
3949
- #: includes/admin/settings/class-wc-settings-shipping.php:243
3950
- #: includes/admin/settings/class-wc-settings-shipping.php:298
3951
- msgid "Your changes were not saved. Please retry."
3952
- msgstr "تغییرات ذخیره نشد. لطفا دوباره تلاش نمایید."
3953
 
3954
- #: includes/admin/settings/class-wc-settings-shipping.php:213
3955
- msgid "Shipping method could not be added. Please retry."
3956
- msgstr "امکان افزودن این روش ارسال وجود ندارد. دوباره تلاش نمایید."
3957
 
3958
- #: includes/admin/settings/class-wc-settings-shipping.php:244
3959
- #: includes/admin/settings/views/html-admin-page-shipping-zones.php:52
3960
- msgid "No shipping methods offered to this zone."
3961
- msgstr "هیچ روش حمل و نقل در این منطقه ارائه نمی گردد."
3962
 
3963
- #: includes/admin/settings/class-wc-settings-shipping.php:261
3964
- msgid "Invalid shipping method!"
3965
- msgstr "روش ارسال نامعتبر"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3966
 
3967
- #: includes/admin/settings/class-wc-settings-shipping.php:267
3968
- msgid "This shipping method does not have any settings to configure."
3969
- msgstr "این روش حمل و نقل هیچ تنظیمات برای پیکربندی ندارد."
3970
 
3971
- #: includes/admin/settings/class-wc-settings-shipping.php:273
3972
- msgid "Edit failed. Please try again."
3973
- msgstr "خطا در ویرایش. دوباره تلاش کنید."
3974
 
3975
- #: includes/admin/settings/class-wc-settings-shipping.php:308
3976
- msgid "Product Count"
3977
- msgstr "تعداد محصول"
3978
 
3979
- #: includes/admin/settings/views/html-admin-page-shipping-classes.php:9
3980
- msgid "Shipping classes can be used to group products of similar type and can be used by some Shipping Methods (such as Flat Rate Shipping) to provide different rates to different classes of product."
3981
- msgstr ""
 
3982
 
3983
- #: includes/admin/settings/views/html-admin-page-shipping-classes.php:23
3984
- msgid "Save Shipping Classes"
3985
- msgstr "ذخیره کلاس های حمل و نقل"
3986
 
3987
- #: i18n/continents.php:19
3988
- msgid "Africa"
3989
- msgstr "آفریقا"
3990
 
3991
- #: i18n/continents.php:92
3992
- msgid "Asia"
3993
- msgstr "آسیا"
3994
 
3995
- #: i18n/continents.php:150
3996
- msgid "Europe"
3997
- msgstr "اروپا"
3998
 
3999
- #: includes/widgets/class-wc-widget-products.php:64
4000
- msgctxt "Sorting order"
4001
- msgid "Order"
4002
- msgstr "سفارش"
4003
 
4004
- #: includes/widgets/class-wc-widget-recent-reviews.php:86
4005
- msgctxt "by comment author"
4006
- msgid "by %1$s"
4007
- msgstr "توسط %1$s"
4008
 
4009
- #: templates/global/quantity-input.php:24
4010
- msgctxt "Product quantity input tooltip"
4011
- msgid "Qty"
4012
- msgstr "تعداد"
4013
 
4014
- #: templates/product-searchform.php:28
4015
- msgctxt "label"
4016
- msgid "Search for:"
4017
- msgstr "جستجو برای "
4018
 
4019
- #: templates/product-searchform.php:29
4020
- msgctxt "submit button"
4021
- msgid "Search"
4022
- msgstr "جستجو"
4023
 
4024
- #: includes/admin/meta-boxes/views/html-order-items.php:289
4025
- msgctxt "Refund $amount"
4026
- msgid "Refund %s via %s"
4027
- msgstr "مسترد شده %s به وسیله %s"
4028
 
4029
- #: includes/admin/meta-boxes/views/html-order-items.php:290
4030
- msgctxt "Refund $amount manually"
4031
- msgid "Refund %s manually"
4032
- msgstr "برگشت دستی %s"
4033
 
4034
- #: includes/admin/meta-boxes/views/html-order-refund.php:19
4035
- msgctxt "Ex: Refund - $date >by< $username"
4036
- msgid "by"
4037
- msgstr "توسط"
4038
 
4039
- #: includes/admin/reports/class-wc-report-customer-list.php:136
4040
- #: templates/myaccount/my-orders.php:55 templates/myaccount/orders.php:51
4041
- msgctxt "hash before order number"
4042
- msgid "#"
4043
- msgstr "#"
4044
 
4045
- #: includes/admin/reports/class-wc-report-sales-by-date.php:412
4046
- msgctxt "%s = amount of the refunds, %d = number of refunded orders."
4047
- msgid "%s refunded %d order"
4048
- msgid_plural "%s refunded %d orders"
4049
- msgstr[0] "%s بازگشت %d سفارش"
4050
 
4051
- #: includes/admin/settings/class-wc-settings-checkout.php:28
4052
- msgctxt "Settings tab label"
4053
- msgid "Checkout"
4054
- msgstr "تسویه حساب"
4055
 
4056
- #: includes/admin/settings/views/html-settings-tax.php:98
4057
- msgctxt "%s will be a number eventually, but must be a string for now."
4058
- msgid "%s items"
4059
- msgstr "%s مورد"
4060
 
4061
- #: includes/admin/settings/views/html-settings-tax.php:112
4062
- msgctxt "Pagination, like `1 of 3`"
4063
- msgid "%1$s of %2$s"
4064
- msgstr "%1$s از %2$s"
4065
 
4066
- #: includes/admin/views/html-admin-page-status-report.php:453
4067
- msgctxt "Version info"
4068
- msgid "%s is available"
4069
- msgstr "%s در دسترس است."
4070
 
4071
- #: includes/admin/views/html-admin-page-status-report.php:465
4072
- msgctxt "by author"
4073
- msgid "by %s"
4074
- msgstr "توسط %s"
4075
 
4076
- #: includes/admin/views/html-admin-page-status-report.php:535
4077
- msgctxt "Page setting"
4078
- msgid "Shop Base"
4079
- msgstr "پایگاه فروشگاه"
4080
 
4081
- #: includes/admin/views/html-admin-page-status-report.php:540
4082
- msgctxt "Page setting"
4083
- msgid "Cart"
4084
- msgstr "سبد خرید"
4085
 
4086
- #: includes/admin/views/html-admin-page-status-report.php:545
4087
- msgctxt "Page setting"
4088
- msgid "Checkout"
4089
- msgstr "تسویه حساب"
4090
 
4091
- #: includes/admin/views/html-admin-page-status-report.php:550
4092
- msgctxt "Page setting"
4093
- msgid "My Account"
4094
- msgstr "حساب کاربری من"
4095
 
4096
- #: includes/admin/views/html-admin-page-status-report.php:564
4097
- msgctxt "WC Pages links in the System Status"
4098
- msgid "Edit %s page"
4099
- msgstr "ویرایش برگه %s"
4100
 
4101
- #: includes/class-wc-install.php:294
4102
- msgctxt "Page slug"
4103
- msgid "shop"
4104
- msgstr "shop"
4105
 
4106
- #: includes/class-wc-install.php:299
4107
- msgctxt "Page slug"
4108
- msgid "cart"
4109
- msgstr "cart"
4110
 
4111
- #: includes/class-wc-install.php:304
4112
- msgctxt "Page slug"
4113
- msgid "checkout"
4114
- msgstr "checkout"
4115
 
4116
- #: includes/class-wc-install.php:309
4117
- msgctxt "Page slug"
4118
- msgid "my-account"
4119
- msgstr "my-account"
4120
 
4121
- #: includes/class-wc-post-types.php:300
4122
- msgctxt "shop_order post type singular name"
4123
- msgid "Order"
4124
- msgstr "سفارش"
4125
 
4126
- #: includes/class-wc-post-types.php:442 includes/wc-order-functions.php:192
4127
- msgctxt "Order status"
4128
- msgid "Pending Payment"
4129
- msgstr "در انتظار پرداخت"
4130
 
4131
- #: includes/class-wc-post-types.php:450 includes/wc-order-functions.php:193
4132
- msgctxt "Order status"
4133
- msgid "Processing"
4134
- msgstr "در حال انجام"
4135
 
4136
- #: includes/class-wc-post-types.php:458 includes/wc-order-functions.php:194
4137
- msgctxt "Order status"
4138
- msgid "On Hold"
4139
- msgstr "در انتظار بررسی"
4140
-
4141
- #: includes/class-wc-post-types.php:466 includes/wc-order-functions.php:195
4142
- msgctxt "Order status"
4143
- msgid "Completed"
4144
- msgstr "تکمیل شده"
4145
 
4146
- #: includes/class-wc-post-types.php:474 includes/wc-order-functions.php:196
4147
- msgctxt "Order status"
4148
- msgid "Cancelled"
4149
- msgstr "لغو شده"
4150
 
4151
- #: includes/class-wc-post-types.php:482 includes/wc-order-functions.php:197
4152
- msgctxt "Order status"
4153
- msgid "Refunded"
4154
- msgstr "مسترد شده"
4155
 
4156
- #: includes/class-wc-post-types.php:490 includes/wc-order-functions.php:198
4157
- msgctxt "Order status"
4158
- msgid "Failed"
4159
- msgstr "ناموفق"
4160
 
4161
- #: includes/class-wc-product-grouped.php:152
4162
- #: includes/class-wc-product-variable.php:353
4163
- #: includes/class-wc-product-variable.php:359
4164
- msgctxt "Price range: from-to"
4165
- msgid "%1$s&ndash;%2$s"
4166
- msgstr "%1$s&ndash;%2$s"
4167
 
4168
- #: includes/wc-cart-functions.php:103
4169
- msgctxt "Item name in quotes"
4170
- msgid "&ldquo;%s&rdquo;"
4171
- msgstr "&ldquo;%s&rdquo;"
4172
 
4173
- #: includes/wc-core-functions.php:84 includes/wc-order-functions.php:836
4174
- msgctxt "Order date parsed by strftime"
4175
- msgid "%b %d, %Y @ %I:%M %p"
4176
- msgstr "%b %d, %Y در %I:%M %p [تاریخ سفارش با استفاده از strftimep"
4177
 
4178
- #: includes/wc-account-functions.php:57
4179
- msgctxt "edit-address-slug"
4180
- msgid "billing"
4181
- msgstr "billing"
4182
 
4183
- #: includes/wc-account-functions.php:58
4184
- msgctxt "edit-address-slug"
4185
- msgid "shipping"
4186
- msgstr "shipping"
4187
 
4188
- #: includes/wc-template-functions.php:1435
4189
- msgctxt "breadcrumb"
4190
- msgid "Home"
4191
- msgstr "خانه"
4192
 
4193
- #: includes/admin/class-wc-admin-permalink-settings.php:103
4194
- #: includes/admin/class-wc-admin-permalink-settings.php:204
4195
- msgctxt "default-slug"
4196
- msgid "shop"
4197
- msgstr "shop"
4198
 
4199
- #: includes/admin/class-wc-admin-permalink-settings.php:104
4200
- msgctxt "default-slug"
4201
- msgid "product"
4202
- msgstr "product"
4203
 
4204
- #: includes/admin/class-wc-admin-post-types.php:762
4205
- msgctxt "Order number by X"
4206
- msgid "%s by %s"
4207
- msgstr "%s توسط %s"
4208
 
4209
- #: includes/admin/class-wc-admin-setup-wizard.php:232
4210
- #: includes/class-wc-install.php:295
4211
- msgctxt "Page title"
4212
- msgid "Shop"
4213
- msgstr "فروشگاه"
4214
 
4215
- #: includes/admin/class-wc-admin-setup-wizard.php:236
4216
- #: includes/class-wc-install.php:300
4217
- msgctxt "Page title"
4218
- msgid "Cart"
4219
- msgstr "سبد خرید"
4220
 
4221
- #: includes/admin/class-wc-admin-setup-wizard.php:240
4222
- #: includes/class-wc-install.php:305
4223
- msgctxt "Page title"
4224
- msgid "Checkout"
4225
- msgstr "تسویه حساب"
4226
 
4227
- #: includes/admin/class-wc-admin-setup-wizard.php:246
4228
- #: includes/class-wc-install.php:310
4229
- msgctxt "Page title"
4230
- msgid "My Account"
4231
- msgstr "حساب کاربری من"
4232
 
4233
- #: includes/admin/class-wc-admin-webhooks-table-list.php:212
4234
- msgctxt "posts"
4235
- msgid "All <span class=\"count\">(%s)</span>"
4236
- msgid_plural "All <span class=\"count\">(%s)</span>"
4237
- msgstr[0] "همه <span class=\"count\">(%s)</span>"
4238
 
4239
- #: includes/admin/class-wc-admin-webhooks.php:49
4240
- #: includes/admin/class-wc-admin-webhooks.php:198
4241
- #: includes/admin/settings/views/html-webhooks-edit.php:16
4242
- #: includes/api/class-wc-rest-webhooks-controller.php:350
4243
- #: includes/api/legacy/v2/class-wc-api-webhooks.php:197
4244
- #: includes/api/legacy/v3/class-wc-api-webhooks.php:197
4245
- msgctxt "Webhook created on date parsed by strftime"
4246
- msgid "%b %d, %Y @ %I:%M %p"
4247
- msgstr "%b %d, %Y @ %I:%M %p"
4248
 
4249
- #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:76
4250
- msgctxt "placeholder"
4251
- msgid "YYYY-MM-DD"
4252
- msgstr "YYYY-MM-DD"
4253
 
4254
- #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:184
4255
- #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:196
4256
- msgctxt "placeholder"
4257
- msgid "Unlimited usage"
4258
- msgstr "استفاده نامحدود"
4259
 
4260
- #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:190
4261
- msgctxt "placeholder"
4262
- msgid "Apply to all qualifying items in cart"
4263
- msgstr "اعمال برای تمام موارد انتخابی در سبد خرید"
4264
 
4265
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:137
4266
- msgctxt "placeholder"
4267
- msgid "Buy product"
4268
- msgstr "خرید محصول"
4269
 
4270
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:155
4271
- #: includes/admin/meta-boxes/views/html-variation-admin.php:104
4272
- msgctxt "placeholder"
4273
- msgid "From&hellip;"
4274
- msgstr "از &hellip;"
4275
 
4276
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:156
4277
- #: includes/admin/meta-boxes/views/html-variation-admin.php:108
4278
- msgctxt "placeholder"
4279
- msgid "To&hellip;"
4280
- msgstr "تا&hellip;"
4281
 
4282
- #: includes/class-wc-checkout.php:108
4283
- msgctxt "placeholder"
4284
- msgid "Username"
4285
- msgstr "نام کاربری"
4286
 
4287
- #: includes/class-wc-checkout.php:117
4288
- msgctxt "placeholder"
4289
- msgid "Password"
4290
- msgstr "گذرواژه"
4291
 
4292
- #: includes/class-wc-checkout.php:126
4293
- msgctxt "placeholder"
4294
- msgid "Notes about your order, e.g. special notes for delivery."
4295
- msgstr "یادداشت ها درباره سفارش شما ، برای مثال نکات مهم برای تحویل بار "
4296
 
4297
- #: includes/class-wc-countries.php:572
4298
- msgctxt "placeholder"
4299
- msgid "Street address"
4300
- msgstr "خیابان"
4301
 
4302
- #: includes/class-wc-countries.php:578
4303
- msgctxt "placeholder"
4304
- msgid "Apartment, suite, unit etc. (optional)"
4305
- msgstr "شماره پلاک، واحد، بلوک "
4306
 
4307
- #: templates/product-searchform.php:28
4308
- msgctxt "placeholder"
4309
- msgid "Search Products&hellip;"
4310
- msgstr "جستجوی محصولات&hellip;"
4311
 
4312
- #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:169
4313
- msgctxt "Order #123 details"
4314
- msgid "%s #%s details"
4315
- msgstr "جزئیات %s #%s "
4316
 
4317
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:242
4318
- #: includes/admin/views/html-bulk-edit-product.php:78
4319
- #: includes/admin/views/html-quick-edit-product.php:57
4320
- #: includes/shipping/flat-rate/includes/settings-flat-rate.php:27
4321
- #: includes/shipping/legacy-flat-rate/includes/settings-flat-rate.php:54
4322
- #: includes/shipping/local-pickup/class-wc-shipping-local-pickup.php:83
4323
- msgctxt "Tax status"
4324
- msgid "None"
4325
- msgstr "هیچ کدام"
4326
 
4327
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:718
4328
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:752
4329
- msgctxt "number of pages"
4330
- msgid "of"
4331
- msgstr "از"
4332
 
4333
- msgid "WooThemes"
4334
- msgstr "ووکامرس"
 
4335
 
4336
- #: i18n/states/US.php:23
4337
- msgctxt "US state of Georgia"
4338
- msgid "Georgia"
4339
- msgstr "گرجستان"
4340
 
4341
- #: includes/abstracts/abstract-wc-order.php:1191
4342
- #: includes/abstracts/abstract-wc-order.php:1202
4343
- #: includes/admin/class-wc-admin-post-types.php:745
4344
- #: includes/admin/class-wc-admin-post-types.php:754
4345
- msgctxt "full name"
4346
- msgid "%1$s %2$s"
4347
- msgstr "%1$s %2$s"
4348
 
4349
- #: includes/abstracts/abstract-wc-product.php:1057
4350
- msgctxt "min_price"
4351
- msgid "From:"
4352
- msgstr "از:"
4353
 
4354
- #: includes/admin/class-wc-admin-api-keys-table-list.php:154
4355
- #: includes/admin/settings/views/html-keys-edit.php:75
4356
- msgctxt "date and time"
4357
- msgid "%1$s at %2$s"
4358
- msgstr "%1$s در %2$s"
4359
 
4360
- #: includes/admin/class-wc-admin-assets.php:112
4361
- #: includes/admin/class-wc-admin-setup-wizard.php:96
4362
- #: includes/class-wc-frontend-scripts.php:332
4363
- msgctxt "enhanced select"
4364
- msgid "One result is available, press enter to select it."
4365
- msgstr "یک نتیجه در دسترس میباشد، برای گزینش آن enter را فشاردهید."
4366
 
4367
- #: includes/admin/class-wc-admin-assets.php:113
4368
- #: includes/admin/class-wc-admin-setup-wizard.php:97
4369
- #: includes/class-wc-frontend-scripts.php:333
4370
- msgctxt "enhanced select"
4371
- msgid "%qty% results are available, use up and down arrow keys to navigate."
4372
- msgstr "%qty% نتیجه در دسترس است. با کلیدهای بالا و پایین آنها را پیمایش و بکار بگیرید."
4373
 
4374
- #: includes/admin/class-wc-admin-assets.php:114
4375
- #: includes/admin/class-wc-admin-setup-wizard.php:98
4376
- #: includes/class-wc-frontend-scripts.php:334
4377
- msgctxt "enhanced select"
4378
- msgid "No matches found"
4379
- msgstr "یافت نشد"
4380
 
4381
- #: includes/admin/class-wc-admin-assets.php:115
4382
- #: includes/admin/class-wc-admin-setup-wizard.php:99
4383
- #: includes/class-wc-frontend-scripts.php:335
4384
- msgctxt "enhanced select"
4385
- msgid "Loading failed"
4386
- msgstr "بارگزاری ناموفق"
4387
 
4388
- #: includes/admin/class-wc-admin-assets.php:116
4389
- #: includes/admin/class-wc-admin-setup-wizard.php:100
4390
- #: includes/class-wc-frontend-scripts.php:336
4391
- msgctxt "enhanced select"
4392
- msgid "Please enter 1 or more characters"
4393
- msgstr "خواهشمند است 1 یا کاراکترهای بیشتری بنویسید"
4394
 
4395
- #: includes/admin/class-wc-admin-assets.php:117
4396
- #: includes/admin/class-wc-admin-setup-wizard.php:101
4397
- #: includes/class-wc-frontend-scripts.php:337
4398
- msgctxt "enhanced select"
4399
- msgid "Please enter %qty% or more characters"
4400
- msgstr "خواشمند است %qty% یا کارکترهای بیشتری را بنویسید "
4401
-
4402
- #: includes/admin/class-wc-admin-assets.php:118
4403
- #: includes/admin/class-wc-admin-setup-wizard.php:102
4404
- #: includes/class-wc-frontend-scripts.php:338
4405
- msgctxt "enhanced select"
4406
- msgid "Please delete 1 character"
4407
- msgstr "خواشمند است کاراکتر 1 را پاک کنید"
4408
 
4409
- #: includes/admin/class-wc-admin-assets.php:119
4410
- #: includes/admin/class-wc-admin-setup-wizard.php:103
4411
- #: includes/class-wc-frontend-scripts.php:339
4412
- msgctxt "enhanced select"
4413
- msgid "Please delete %qty% characters"
4414
- msgstr "خواشمند است کاراکترهای %qty% را پاک کنید"
4415
 
4416
- #: includes/admin/class-wc-admin-assets.php:120
4417
- #: includes/admin/class-wc-admin-setup-wizard.php:104
4418
- #: includes/class-wc-frontend-scripts.php:340
4419
- msgctxt "enhanced select"
4420
- msgid "You can only select 1 item"
4421
- msgstr "شما تنها 1 مورد را می توانید گزینش کنید"
4422
 
4423
- #: includes/admin/class-wc-admin-assets.php:121
4424
- #: includes/admin/class-wc-admin-setup-wizard.php:105
4425
- #: includes/class-wc-frontend-scripts.php:341
4426
- msgctxt "enhanced select"
4427
- msgid "You can only select %qty% items"
4428
- msgstr "شما تنها می توانید موارد %qty% را گزینش کنید"
4429
 
4430
- #: includes/admin/class-wc-admin-assets.php:122
4431
- #: includes/admin/class-wc-admin-setup-wizard.php:106
4432
- #: includes/class-wc-frontend-scripts.php:342
4433
- msgctxt "enhanced select"
4434
- msgid "Loading more results&hellip;"
4435
- msgstr "بارگذاری نتایج بیشتر&hellip;"
4436
 
4437
- #: includes/admin/class-wc-admin-assets.php:123
4438
- #: includes/admin/class-wc-admin-setup-wizard.php:107
4439
- #: includes/class-wc-frontend-scripts.php:343
4440
- msgctxt "enhanced select"
4441
- msgid "Searching&hellip;"
4442
- msgstr "جستجو &hellip;"
4443
 
4444
- #: includes/admin/class-wc-admin-menus.php:142
4445
- #: includes/class-wc-post-types.php:312
4446
- msgctxt "Admin menu name"
4447
- msgid "Orders"
4448
- msgstr "سفارشات"
4449
 
4450
- #: includes/class-wc-post-types.php:67
4451
- msgctxt "Admin menu name"
4452
- msgid "Categories"
4453
- msgstr "دسته‌بندی‌ها"
4454
 
4455
- #: includes/class-wc-post-types.php:103
4456
- msgctxt "Admin menu name"
4457
- msgid "Tags"
4458
- msgstr "برچسب ها"
4459
 
4460
- #: includes/class-wc-post-types.php:140
4461
- msgctxt "Admin menu name"
4462
- msgid "Shipping Classes"
4463
- msgstr "کلاس‌های حمل و نقل"
4464
 
4465
- #: includes/class-wc-post-types.php:243
4466
- msgctxt "Admin menu name"
4467
- msgid "Products"
4468
- msgstr "محصولات"
4469
 
4470
- #: includes/class-wc-post-types.php:362
4471
- msgctxt "Admin menu name"
4472
- msgid "Coupons"
4473
- msgstr "کوپن ها"
4474
 
4475
- #: includes/class-wc-post-types.php:403
4476
- msgctxt "Admin menu name"
4477
- msgid "Webhooks"
4478
- msgstr "وب هوک ها"
4479
 
4480
- #: includes/admin/class-wc-admin-permalink-settings.php:68
4481
- #: includes/class-wc-post-types.php:87 includes/wc-update-functions.php:51
4482
- msgctxt "slug"
4483
- msgid "product-category"
4484
- msgstr "product-category"
4485
 
4486
- #: includes/admin/class-wc-admin-permalink-settings.php:78
4487
- #: includes/class-wc-post-types.php:125 includes/wc-update-functions.php:52
4488
- msgctxt "slug"
4489
- msgid "product-tag"
4490
- msgstr "product-tag"
4491
 
4492
- #: includes/admin/class-wc-admin-permalink-settings.php:194
4493
- #: includes/class-wc-post-types.php:235 includes/wc-core-functions.php:790
4494
- #: includes/wc-core-functions.php:825 includes/wc-update-functions.php:60
4495
- msgctxt "slug"
4496
- msgid "product"
4497
- msgstr "product"
4498
 
4499
- #: includes/wc-product-functions.php:246
4500
- msgctxt "slug"
4501
- msgid "uncategorized"
4502
- msgstr "uncategorized"
4503
 
4504
- msgid "An e-commerce toolkit that helps you sell anything. Beautifully."
4505
- msgstr "یک افزونه رایگان برای ساخت فروشگاه همه فن حریف در وردپرس"
 
4506
 
4507
- #: templates/single-product/rating.php:38
4508
- msgid "out of %s5%s"
4509
- msgstr "خارج از %s5%s"
4510
 
4511
- #: templates/single-product/rating.php:39
4512
- msgid "based on %s customer rating"
4513
- msgid_plural "based on %s customer ratings"
4514
- msgstr[0] "امتیاز بر اساس مشتری %s"
4515
 
4516
- #: templates/single-product/rating.php:42
4517
- msgid "%s customer review"
4518
- msgid_plural "%s customer reviews"
4519
- msgstr[0] "دیدگاه کاربر %s"
4520
 
4521
- #: templates/single-product/related.php:51
4522
- msgid "Related Products"
4523
- msgstr "محصولات مرتبط"
4524
 
4525
- #: templates/single-product/review-rating.php:28
4526
- msgid "Rated %d out of 5"
4527
- msgstr "رتبه بندی شده %d از 5"
4528
 
4529
- #: templates/single-product/review-meta.php:28
4530
- msgid "Your comment is awaiting approval"
4531
- msgstr "دیدگاه شما پس از تایید نمایش داده می شود"
4532
 
4533
- #: templates/single-product/review-meta.php:36
4534
- msgid "verified owner"
4535
- msgstr "مالک تایید شده"
4536
 
4537
- #: templates/single-product/up-sells.php:48
4538
- msgid "You may also like&hellip;"
4539
- msgstr "شما شاید این را هم دوست داشته باشید"
4540
 
4541
- #: templates/single-product-reviews.php:56
4542
- msgid "There are no reviews yet."
4543
- msgstr "هیچ دیدگاهی برای این محصول نوشته نشده است."
4544
 
4545
- #: templates/single-product-reviews.php:69
4546
- msgid "Add a review"
4547
- msgstr "دیدگاه خود را بنویسید"
4548
 
4549
- #: templates/single-product-reviews.php:69
4550
- msgid "Be the first to review &ldquo;%s&rdquo;"
4551
- msgstr "اولین نفری باشید که دیدگاهی را ارسال می کنید برای &ldquo;%s&rdquo;"
4552
 
4553
- #: templates/single-product-reviews.php:70
4554
- msgid "Leave a Reply to %s"
4555
- msgstr "ارسال یک پاسخ به %s"
4556
 
4557
- #: templates/single-product-reviews.php:78
4558
- msgid "Submit"
4559
- msgstr "ثبت"
4560
 
4561
- #: templates/single-product-reviews.php:84
4562
- msgid "You must be <a href=\"%s\">logged in</a> to post a review."
4563
- msgstr "برای نمایش نوشته شما باید <a href=\"%s\">وارد</a> شوید."
4564
 
4565
- #: templates/single-product-reviews.php:88
4566
- msgid "Your Rating"
4567
- msgstr "امتیاز شما"
4568
 
4569
- #: templates/single-product-reviews.php:89
4570
- msgid "Rate&hellip;"
4571
- msgstr "رای دهید"
4572
 
4573
- #: templates/single-product-reviews.php:90
4574
- msgid "Perfect"
4575
- msgstr "عالی"
4576
 
4577
- #: templates/single-product-reviews.php:91
4578
- msgid "Good"
4579
- msgstr "خوب"
4580
 
4581
- #: templates/single-product-reviews.php:92
4582
- msgid "Average"
4583
- msgstr "متوسط"
4584
 
4585
- #: templates/single-product-reviews.php:93
4586
- msgid "Not that bad"
4587
- msgstr "نه خیلی بد"
4588
 
4589
- #: templates/single-product-reviews.php:94
4590
- msgid "Very Poor"
4591
- msgstr "خیلی بد"
4592
 
4593
- #: templates/single-product-reviews.php:98
4594
- msgid "Your Review"
4595
- msgstr "دیدگاه شما"
4596
 
4597
- #: templates/single-product-reviews.php:107
4598
- msgid "Only logged in customers who have purchased this product may leave a review."
4599
- msgstr ".فقط مشتریانی که این محصول را خریداری کرده اند و وارد سیستم شده اند میتوانند برای این محصول دیدگاه ارسال کنند."
4600
 
4601
- #: templates/myaccount/my-address.php:41
4602
- msgid "The following addresses will be used on the checkout page by default."
4603
- msgstr "آدرس‌های زیر برای ارسال فاکتور و صورت حساب استفاده خواهند شد."
4604
 
4605
- #: templates/myaccount/my-address.php:70
4606
- msgid "You have not set up this type of address yet."
4607
- msgstr "شما هنوز آدرسی ثبت نکرده اید."
4608
 
4609
- #: templates/myaccount/my-downloads.php:30
4610
- msgid "Available Downloads"
4611
- msgstr "دانلودهای در دسترس"
4612
 
4613
- #: templates/myaccount/my-downloads.php:39
4614
- msgid "%s download remaining"
4615
- msgid_plural "%s downloads remaining"
4616
- msgstr[0] "%s از دانلود باقی مانده"
4617
 
4618
- #: templates/myaccount/my-orders.php:30
4619
- msgid "Recent Orders"
4620
- msgstr "آخرین سفارشات "
4621
 
4622
- #: templates/myaccount/my-orders.php:65 templates/myaccount/orders.php:61
4623
- msgid "%s for %s item"
4624
- msgid_plural "%s for %s items"
4625
- msgstr[0] "%s برای %s مورد"
4626
 
4627
- #: templates/myaccount/view-order.php:36 templates/order/tracking.php:34
4628
- msgid "Order Updates"
4629
- msgstr "به روز رسانی های سفارش"
4630
-
4631
- #: templates/myaccount/view-order.php:42 templates/order/tracking.php:40
4632
- msgid "l jS \\o\\f F Y, h:ia"
4633
- msgstr "l jS \\o\\f F Y, h:ia"
4634
 
4635
- #: templates/order/form-tracking.php:29
4636
- msgid "To track your order please enter your Order ID in the box below and press the \"Track\" button. This was given to you on your receipt and in the confirmation email you should have received."
4637
- msgstr "برای رهگیری سفارشتان شماره سفارش و ایمیلی که درهنگام ثبت سفارش وارد کردید را در این قسمت وارد و کلید رهگیری را فشار دهید."
4638
 
4639
- #: templates/order/form-tracking.php:31
4640
- msgid "Order ID"
4641
- msgstr "شماره سفارش"
4642
 
4643
- #: templates/order/form-tracking.php:31
4644
- msgid "Found in your order confirmation email."
4645
- msgstr "شماره سفارش در ایمیل ارسال شده به شما موجود است."
4646
 
4647
- #: templates/order/form-tracking.php:32
4648
- msgid "Billing Email"
4649
- msgstr "ایمیل صورتحساب"
4650
 
4651
- #: templates/order/form-tracking.php:32
4652
- msgid "Email you used during checkout."
4653
- msgstr "ایمیلی که در هنگام ثبت سفارش وارد کردید"
4654
 
4655
- #: templates/order/form-tracking.php:35
4656
- msgid "Track"
4657
- msgstr "رهگیری"
4658
 
4659
- #: templates/order/order-again.php:25
4660
- msgid "Order Again"
4661
- msgstr "سفارش دوباره"
4662
 
4663
- #: templates/order/order-details-customer.php:23
4664
- msgid "Customer Details"
4665
- msgstr "مشخصات خریدار"
4666
 
4667
- #: templates/order/order-details-customer.php:28
4668
- msgid "Note:"
4669
- msgstr "یادداشت:"
4670
 
4671
- #: templates/order/order-details-customer.php:35
4672
- msgid "Email:"
4673
- msgstr "ایمیل : "
4674
 
4675
- #: templates/order/order-details-customer.php:42
4676
- msgid "Telephone:"
4677
- msgstr "تلفن :"
4678
 
4679
- #: templates/order/order-details.php:28
4680
- msgid "Order Details"
4681
- msgstr "مشخصات سفارش"
4682
 
4683
- #: templates/product-searchform.php:27
4684
- msgid "Search for:"
4685
- msgstr "جستجو برای:"
4686
 
4687
- #: templates/single-product/add-to-cart/variable.php:32
4688
- msgid "This product is currently out of stock and unavailable."
4689
- msgstr "در حال حاضر این محصول در انبار موجود نیست و در دسترس نمی باشد."
4690
 
4691
- #: templates/single-product/add-to-cart/variable.php:43
4692
- msgid "Clear"
4693
- msgstr "صاف"
4694
 
4695
- #: includes/admin/meta-boxes/views/html-order-item.php:29
4696
- #: templates/single-product/meta.php:35
4697
- msgid "SKU:"
4698
- msgstr "شناسه محصول:"
4699
 
4700
- #: templates/single-product/meta.php:39
4701
- msgid "Category:"
4702
- msgid_plural "Categories:"
4703
- msgstr[0] "دسته:"
4704
 
4705
- #: templates/single-product/meta.php:41
4706
- msgid "Tag:"
4707
- msgid_plural "Tags:"
4708
- msgstr[0] "برچسب:"
4709
 
4710
- #: templates/emails/email-customer-details.php:26
4711
- #: templates/emails/plain/email-customer-details.php:25
4712
- msgid "Customer details"
4713
- msgstr "مشخصات مشتری : "
4714
 
4715
- #: templates/emails/plain/admin-new-order.php:25
4716
- msgid "You have received an order from %s."
4717
- msgstr "شما یک سفارش از %s دریافت کرده اید."
4718
 
4719
- #: templates/emails/plain/customer-new-account.php:28
4720
- msgid "Your password is <strong>%s</strong>."
4721
- msgstr "گذرواژه شما <strong>%s</strong>"
 
4722
 
4723
- #: templates/emails/plain/customer-refunded-order.php:25
4724
- msgid "Hi there. Your order on %s has been refunded. Your order details are shown below for your reference:"
4725
- msgstr "خوش آمدید . سفارش شما در %s برگشت خورده است. جزئیات سفارش شما در زیر ارجاع داده می شود:"
4726
 
4727
- #: templates/emails/plain/email-order-details.php:25
4728
- msgid "Order number: %s"
4729
- msgstr "شماره سفارش: %s"
4730
 
4731
- #: templates/emails/plain/email-order-details.php:26
4732
- msgid "jS F Y"
4733
- msgstr "j F Y"
4734
 
4735
- #: templates/emails/plain/email-order-details.php:43
4736
- msgid "View order: %s"
4737
- msgstr "نمایش سفارش: %s"
4738
 
4739
- #: templates/emails/plain/email-order-items.php:44
4740
- msgid "Quantity: %s"
4741
- msgstr "تعداد %s"
 
 
 
 
4742
 
4743
- #: templates/emails/plain/email-order-items.php:47
4744
- msgid "Cost: %s"
4745
- msgstr "هزینه: %s"
 
 
 
 
4746
 
4747
- #: templates/global/form-login.php:35
4748
- #: templates/myaccount/form-lost-password.php:30
4749
- msgid "Username or email"
4750
- msgstr "کلمه کاربری یا ایمیل"
4751
 
4752
- #: templates/global/form-login.php:51 templates/myaccount/form-login.php:58
4753
- msgid "Remember me"
4754
- msgstr "مرا به خاطر بسپار"
4755
 
4756
- #: templates/global/form-login.php:55 templates/myaccount/form-login.php:62
4757
- msgid "Lost your password?"
4758
- msgstr "گذرواژه خود را فراموش کرده اید؟"
4759
 
4760
- #: templates/loop/no-products-found.php:24
4761
- msgid "No products were found matching your selection."
4762
- msgstr "هیچ محصولی یافت نشد."
4763
 
4764
- #: templates/loop/result-count.php:39
4765
- msgid "Showing the single result"
4766
- msgid_plural "Showing all %d results"
4767
- msgstr[0] "نمایش یک نتیجه"
4768
 
4769
- #: templates/loop/sale-flash.php:28 templates/single-product/sale-flash.php:28
4770
- msgid "Sale!"
4771
- msgstr "حراج!"
4772
 
4773
- #: templates/myaccount/form-add-payment-method.php:59
4774
- msgid "Sorry, it seems that there are no payment methods which support adding a new payment method. Please contact us if you require assistance or wish to make alternate arrangements."
4775
- msgstr "متاسفانه به نظر می رسد در حال حاضر هیچ روش پرداختی برای مکانی که انتخاب کرده اید موجود نمی باشد . در صورتیکه نیاز به کمک داشتید با ما تماس بگیرید"
4776
 
4777
- #: templates/myaccount/form-edit-account.php:45
4778
- msgid "Password Change"
4779
- msgstr "تغییر گذرواژه"
4780
 
4781
- #: templates/myaccount/form-edit-account.php:48
4782
- msgid "Current Password (leave blank to leave unchanged)"
4783
- msgstr "گذرواژه پیشین (در صورتی که قصد تغییر ندارید خالی بگذارید)"
4784
 
4785
- #: templates/myaccount/form-edit-account.php:52
4786
- msgid "New Password (leave blank to leave unchanged)"
4787
- msgstr "گذرواژه جدید (در صورتی که قصد تغییر ندارید خالی بگذارید)"
4788
 
4789
- #: templates/myaccount/form-edit-account.php:56
4790
- msgid "Confirm New Password"
4791
- msgstr "تکرار رمز تازه"
4792
 
4793
- #: templates/myaccount/form-edit-address.php:23
4794
- #: templates/myaccount/my-address.php:27 templates/myaccount/my-address.php:32
4795
- #: templates/order/order-details-customer.php:58
4796
- msgid "Billing Address"
4797
- msgstr "آدرس صورتحساب"
4798
 
4799
- #: templates/myaccount/form-edit-address.php:23
4800
- #: templates/myaccount/my-address.php:28
4801
- #: templates/order/order-details-customer.php:69
4802
- msgid "Shipping Address"
4803
- msgstr "آدرس ارسال بار "
4804
 
4805
- #: templates/myaccount/form-edit-address.php:46
4806
- msgid "Save Address"
4807
- msgstr "ذخیره آدرس"
4808
 
4809
- #: templates/myaccount/form-login.php:75 templates/myaccount/form-login.php:112
4810
- msgid "Register"
4811
- msgstr "عضویت"
4812
 
4813
- #: templates/myaccount/form-login.php:105
4814
- msgid "Anti-spam"
4815
- msgstr "ضد اسپم"
4816
 
4817
- #: templates/myaccount/form-lost-password.php:27
4818
- msgid "Lost your password? Please enter your username or email address. You will receive a link to create a new password via email."
4819
- msgstr "گذرواژه خود را فراموش کرده اید؟ نام کاربری یا ایمیل خود را وارد کنید. یک لینک برای ساختن رمز جدید در ایمیل خود دریافت خواهید کرد"
4820
 
4821
- #: templates/myaccount/form-reset-password.php:27
4822
- msgid "Enter a new password below."
4823
- msgstr "گذرواژه جدید را بنویسید"
4824
 
4825
- #: templates/myaccount/form-reset-password.php:30
4826
- msgid "New password"
4827
- msgstr "گذرواژه جدید"
4828
 
4829
- #: templates/myaccount/form-reset-password.php:34
4830
- msgid "Re-enter new password"
4831
- msgstr "تکرار گذرواژه جدید"
4832
 
4833
- #: templates/myaccount/form-lost-password.php:40
4834
- msgid "Reset Password"
4835
- msgstr "بازگردانی گذرواژه"
4836
 
4837
- #: templates/checkout/form-login.php:27
4838
- msgid "Returning customer?"
4839
- msgstr "حساب کاربری از قبل دارید؟"
4840
 
4841
- #: templates/checkout/form-login.php:28
4842
- msgid "Click here to login"
4843
- msgstr "برای ورود اینجا را کلیک کنید"
4844
 
4845
- #: templates/checkout/form-login.php:35
4846
- msgid "If you have shopped with us before, please enter your details in the boxes below. If you are a new customer, please proceed to the Billing &amp; Shipping section."
4847
- msgstr "اگر از فروشگاه ما قبلا خریدی داشته اید مشخصات ورود خود را وارد نمائید در غیر این صورت به تکمیل فرم تسویه حساب بپردازید"
4848
 
4849
- #: templates/checkout/form-pay.php:79
4850
- msgid "Sorry, it seems that there are no available payment methods for your location. Please contact us if you require assistance or wish to make alternate arrangements."
4851
- msgstr "متاسفانه به نظر می رسد در حال حاضر هیچ روش پرداختی برای مکانی که انتخاب کرده اید موجود نمی باشد . در صورتیکه نیاز به کمک داشتید با ما تماس بگیرید"
4852
 
4853
- #: templates/checkout/form-shipping.php:28
4854
- msgid "Ship to a different address?"
4855
- msgstr "سفارشات به همین آدرس ارسال شود."
4856
 
4857
- #: templates/checkout/payment.php:35
4858
- msgid "Sorry, it seems that there are no available payment methods for your state. Please contact us if you require assistance or wish to make alternate arrangements."
4859
- msgstr "متاسفانه به نظر می رسد در حال حاضر هیچ روش پرداختی برای استان شما موجود نمی باشد. در صورتیکه نیاز به کمک دارید با ما تماس بگیرید."
4860
 
4861
- #: templates/checkout/payment.php:35
4862
- msgid "Please fill in your details above to see available payment methods."
4863
- msgstr "خواهشمندیم مشخصات خود را در بالا وارد کنید تا روش های موجود برای پرداخت را نمایش کنید"
 
 
 
 
4864
 
4865
- #: templates/checkout/payment.php:42
4866
- msgid "Since your browser does not support JavaScript, or it is disabled, please ensure you click the <em>Update Totals</em> button before placing your order. You may be charged more than the amount stated above if you fail to do so."
4867
- msgstr "به دلیل اینکه براوزر شما جاوا اسکریپت را ساپورت نمی کند ، یا غیر فعال است ، خواهشمندیم قبل از اینکه سفارش خود را بگذارید دکمه به روز رسانی جمع کل را کلیک کنید. در صورتیکه این کار را نکنید ممکن است مبلغ قابل پرداخت شما بیش از چیزی که در بالا مشخص شده است باشد"
4868
 
4869
- #: templates/checkout/payment.php:43
4870
- msgid "Update totals"
4871
- msgstr "به روز رسانی جمع کل"
4872
 
4873
- #: templates/checkout/terms.php:17
4874
- msgid "I&rsquo;ve read and accept the <a href=\"%s\" target=\"_blank\">terms &amp; conditions</a>"
4875
- msgstr "من <a href=\"%s\" target=\"_blank\">شرایط و مقررات</a> را خواندم و مورد پذیرشم می باشد"
 
 
4876
 
4877
- #: templates/checkout/thankyou.php:27
4878
- msgid "Unfortunately your order cannot be processed as the originating bank/merchant has declined your transaction. Please attempt your purchase again."
4879
- msgstr "متاسفانه پردازش سفارش شما ممکن نیست. درگاه پرداخت (بانک) انتخاب شده، این پرداخت را نپذیرفت. لطفا دوباره خرید خود را تکرار کنید."
4880
 
4881
- #: templates/checkout/thankyou.php:38 templates/checkout/thankyou.php:69
4882
- msgid "Thank you. Your order has been received."
4883
- msgstr "متشکریم ، سفارش شما دریافت شد."
4884
 
4885
- #: templates/emails/admin-cancelled-order.php:28
4886
- #: templates/emails/plain/admin-cancelled-order.php:25
4887
- msgid "The order #%d from %s has been cancelled. The order was as follows:"
4888
- msgstr "سفارش %d از %s لغو شد. سفارش به شرح زیر است:"
4889
 
4890
- #: templates/emails/admin-failed-order.php:28
4891
- #: templates/emails/plain/admin-failed-order.php:25
4892
- msgid "Payment for order #%d from %s has failed. The order was as follows:"
4893
- msgstr "پرداخت برای سفارش #%d از %s موفقیت آمیز نبود. برای دنبال کردن سفارش می توانید:"
4894
 
4895
- #: templates/emails/admin-new-order.php:28
4896
- msgid "You have received an order from %s. The order is as follows:"
4897
- msgstr "شما یک سفارش از %s دریافت کرده اید. سفارش به شرح زیر است:"
4898
 
4899
- #: templates/emails/customer-completed-order.php:28
4900
- #: templates/emails/plain/customer-completed-order.php:25
4901
- msgid "Hi there. Your recent order on %s has been completed. Your order details are shown below for your reference:"
4902
- msgstr "سلام. سفارش اخیر شما در %s در وضعیت تکمیل شده ( ارسال شده ) قرار گرفته است. اطلاعات سفارش شما در زیر فهرست شده است."
4903
 
4904
- #: templates/emails/customer-invoice.php:29
4905
- #: templates/emails/plain/customer-invoice.php:26
4906
- msgid "An order has been created for you on %s. To pay for this order please use the following link: %s"
4907
- msgstr "سفارشی برای شما در شماره %s ساخته شده است. برای پرداخت این سفارش به لینک مقابل مراجعه کنید: %s"
4908
 
4909
- #: templates/emails/customer-invoice.php:29
4910
- msgid "pay"
4911
- msgstr "پرداخت"
4912
 
4913
- #: templates/emails/customer-new-account.php:31
4914
- msgid "Your password has been automatically generated: <strong>%s</strong>"
4915
- msgstr "گذرواژه شما به صورت خودکار ساخته شده است: <strong>%s</strong>"
4916
 
4917
- #: templates/emails/customer-new-account.php:35
4918
- #: templates/emails/plain/customer-new-account.php:30
4919
- msgid "You can access your account area to view your orders and change your password here: %s."
4920
- msgstr "شما از این ناحیه می توانید به حساب کاربری خود دسترسی یابید: %s"
4921
 
4922
- #: templates/emails/customer-note.php:28
4923
- #: templates/emails/plain/customer-note.php:25
4924
- msgid "Hello, a note has just been added to your order:"
4925
- msgstr "سلام، یک یادداشت به سفارش شما اضافه شده است:"
4926
 
4927
- #: templates/emails/customer-note.php:32
4928
- #: templates/emails/plain/customer-note.php:33
4929
- msgid "For your reference, your order details are shown below."
4930
- msgstr "جزییات سفارش به شرح زیر می باشد."
4931
 
4932
- #: templates/emails/customer-processing-order.php:28
4933
- #: templates/emails/plain/customer-processing-order.php:25
4934
- msgid "Your order has been received and is now being processed. Your order details are shown below for your reference:"
4935
- msgstr "سفارش شما دریافت شده و در حال پردازش است. اطلاعات سفارش شما در زیر نشان داده شده است: "
4936
 
4937
- #: templates/emails/customer-refunded-order.php:30
4938
- msgid "Hi there. Your order on %s has been partially refunded."
4939
- msgstr "سلام. سفارش شما در %s تا حدی برگشت خورده است."
4940
 
4941
- #: templates/emails/customer-refunded-order.php:33
4942
- msgid "Hi there. Your order on %s has been refunded."
4943
- msgstr "سلام. سفارش شما در %s برگشت خورده است."
 
 
 
 
4944
 
4945
- #: templates/emails/customer-reset-password.php:27
4946
- #: templates/emails/plain/customer-reset-password.php:25
4947
- msgid "Someone requested that the password be reset for the following account:"
4948
- msgstr "کسی درخواست ریست گذرواژه حساب کاربری پیرو را داده است:"
4949
 
4950
- #: templates/emails/customer-reset-password.php:28
4951
- #: templates/emails/plain/customer-reset-password.php:27
4952
- msgid "Username: %s"
4953
- msgstr "نام کاربری: %s"
4954
 
4955
- #: templates/emails/customer-reset-password.php:29
4956
- #: templates/emails/plain/customer-reset-password.php:28
4957
- msgid "If this was a mistake, just ignore this email and nothing will happen."
4958
- msgstr "اگر این اشتباه است، فقط این ایمیل را نادیده بگیرید و هیچ اتفاقی نمی افتد"
4959
 
4960
- #: templates/emails/customer-reset-password.php:30
4961
- #: templates/emails/plain/customer-reset-password.php:29
4962
- msgid "To reset your password, visit the following address:"
4963
- msgstr "برای ریست کردن گذرواژه خود، به آدرس زیر بروید:"
4964
 
4965
- #: templates/emails/customer-reset-password.php:33
4966
- msgid "Click here to reset your password"
4967
- msgstr "برای ریست کردن گذرواژه خود اینجا را کلیک کنید"
4968
 
4969
- #: templates/emails/email-addresses.php:26
4970
- #: templates/emails/plain/email-addresses.php:23
4971
- msgid "Billing address"
4972
- msgstr "آدرس صورتحساب"
4973
 
4974
- #: templates/emails/email-addresses.php:32
4975
- #: templates/emails/plain/email-addresses.php:27
4976
- msgid "Shipping address"
4977
- msgstr "آدرس برای ارسال بار : "
4978
 
4979
- #: templates/auth/form-grant-access.php:43
4980
- msgid "Approve"
4981
- msgstr "تایید"
4982
 
4983
- #: templates/auth/form-grant-access.php:44
4984
- msgid "Deny"
4985
- msgstr "رد"
 
 
4986
 
4987
- #: templates/auth/form-login.php:31
4988
- msgid "To connect to %1$s you need to be logged in. Log in to your store below, or %2$scancel and return to %1$s%3$s"
4989
- msgstr "برای اتصال به %1$s شما نیاز به ورود دارید. ورود به فروشگاه شما از طریق زیر یا %2$s لغو و بازگشت به %1$s%3$s"
4990
 
4991
- #: templates/auth/form-login.php:35 templates/myaccount/form-login.php:44
4992
- msgid "Username or email address"
4993
- msgstr "نام کاربری یا آدرس ایمیل"
4994
 
4995
- #: templates/auth/form-login.php:39 templates/global/form-login.php:39
4996
- #: templates/myaccount/form-login.php:48 templates/myaccount/form-login.php:98
4997
- msgid "Password"
4998
- msgstr "گذرواژه"
4999
 
5000
- #: templates/auth/header.php:29
5001
- msgid "Application Authentication Request"
5002
- msgstr "درخواست تأیید اعتبار برنامه"
5003
 
5004
- #: templates/cart/cart-empty.php:28
5005
- msgid "Your cart is currently empty."
5006
- msgstr "سبد خرید شما در حال حاضر خالی است."
5007
 
5008
- #: templates/cart/cart-empty.php:36
5009
- msgid "Return To Shop"
5010
- msgstr "بازگشت به فروشگاه"
5011
 
5012
- #: templates/cart/cart-shipping.php:48
5013
- msgid "Shipping costs will be calculated once you have provided your address."
5014
- msgstr "پس از مشخص نمودن آدرس پستی، هزینه‌ی ارسال محاسبه خواهد شد."
5015
 
5016
- #: templates/cart/cart-shipping.php:50
5017
- msgid "There are no shipping methods available. Please double check your address, or contact us if you need any help."
5018
- msgstr "روش های حمل و نقل در دسترس نیستند. خواهشمند است دوباره آدرس خود را بررسی کنید و یا چنانچه هر کمکی می خواهید با ما تماس بگیرید."
 
 
5019
 
5020
- #: templates/cart/cart-totals.php:28
5021
- msgid "Cart Totals"
5022
- msgstr "جمع کل سبد خرید"
5023
 
5024
- #: templates/cart/cart-totals.php:33 templates/cart/cart-totals.php:34
5025
- #: templates/cart/mini-cart.php:80 templates/checkout/review-order.php:59
5026
- msgid "Subtotal"
5027
- msgstr " قیمت کل "
5028
 
5029
- #: templates/cart/cart.php:38 templates/cart/cart.php:103
5030
- #: templates/emails/email-order-details.php:35
5031
- msgid "Quantity"
5032
- msgstr "تعداد"
5033
 
5034
- #: templates/cart/cart.php:60 templates/cart/mini-cart.php:49
5035
- msgid "Remove this item"
5036
- msgstr "پاک کردن این آیتم"
5037
 
5038
- #: templates/cart/cart.php:138 templates/checkout/form-coupon.php:40
5039
- msgid "Apply Coupon"
5040
- msgstr "اعمال کوپن"
 
 
5041
 
5042
- #: templates/cart/cart.php:144
5043
- msgid "Update Cart"
5044
- msgstr "به روز رسانی سبد خرید"
5045
 
5046
- #: templates/cart/cross-sells.php:47
5047
- msgid "You may be interested in&hellip;"
5048
- msgstr "ممکن است به این محصول نیز علاقه مند باشید"
5049
 
5050
- #: templates/cart/mini-cart.php:72
5051
- msgid "No products in the cart."
5052
- msgstr "سبد خرید شما خالی است."
5053
 
5054
- #: templates/cart/mini-cart.php:86
5055
- msgid "Checkout"
5056
- msgstr "تسویه حساب"
5057
 
5058
- #: templates/cart/proceed-to-checkout-button.php:27
5059
- msgid "Proceed to Checkout"
5060
- msgstr "اتمام خرید - ادامه"
5061
 
5062
- #: templates/cart/shipping-calculator.php:33
5063
- msgid "Calculate Shipping"
5064
- msgstr "محاسبه هزینه حمل و نقل"
5065
 
5066
- #: templates/cart/shipping-calculator.php:56
5067
- #: templates/cart/shipping-calculator.php:62
5068
- #: templates/cart/shipping-calculator.php:74
5069
- msgid "State / county"
5070
- msgstr "استان / کشور"
5071
 
5072
- #: templates/cart/shipping-calculator.php:96
5073
- msgid "Update Totals"
5074
- msgstr "به روز رسانی جمع کل"
5075
 
5076
- #: templates/checkout/cart-errors.php:27
5077
- msgid "There are some issues with the items in your cart (shown above). Please go back to the cart page and resolve these issues before checking out."
5078
- msgstr "مشکلاتی در اقلام سبد خرید شما وجود دارد (که در بالا آمده اند). خواهشمندیمً به برگه سبد خرید بازگشته و پیش از تسویه حساب این مشکلات را رفع کنید."
5079
 
5080
- #: templates/checkout/cart-errors.php:31
5081
- msgid "Return To Cart"
5082
- msgstr "بازگشت به سبدخرید"
5083
 
5084
- #: templates/checkout/form-billing.php:29
5085
- msgid "Billing &amp; Shipping"
5086
- msgstr "اطلاعات شما"
5087
 
5088
- #: templates/checkout/form-billing.php:52
5089
- msgid "Create an account?"
5090
- msgstr "می خواهید یک حساب کاربری ایجاد کنید ؟"
5091
-
5092
- #: templates/checkout/form-billing.php:63
5093
- msgid "Create an account by entering the information below. If you are a returning customer please login at the top of the page."
5094
- msgstr "بوسیله وارد کردن اطلاعات در اینجا یک حساب کاربری ایجاد کنید. اگر قبلا عضو شده ایید از بالای صفحه میتوانید وارید شوید."
5095
 
5096
- #: templates/checkout/form-checkout.php:29
5097
- msgid "You must be logged in to checkout."
5098
- msgstr "برای تسویه حساب باید وارد شوید."
5099
 
5100
- #: templates/checkout/form-checkout.php:55
5101
- msgid "Your order"
5102
- msgstr "سفارش شما"
5103
 
5104
- #: templates/checkout/form-coupon.php:28
5105
- msgid "Have a coupon?"
5106
- msgstr "کوپن تخفیف دارید؟"
5107
 
5108
- #: templates/checkout/form-coupon.php:28
5109
- msgid "Click here to enter your code"
5110
- msgstr "برای نوشتن کد اینجا کلیک کنید"
5111
 
5112
- #: includes/widgets/class-wc-widget-product-categories.php:78
5113
- msgid "Hide empty categories"
5114
- msgstr "عدم نمايش دسته هاي خالي"
5115
 
5116
- #: includes/widgets/class-wc-widget-product-categories.php:236
5117
- msgid "No product categories exist."
5118
- msgstr "هیچ محصولی در این دسته وجود ندارد."
5119
 
5120
- #: includes/widgets/class-wc-widget-product-search.php:23
5121
- msgid "A Search box for products only."
5122
- msgstr "جستجو فقط برای محصولات "
5123
 
5124
- #: includes/widgets/class-wc-widget-product-search.php:25
5125
- msgid "WooCommerce Product Search"
5126
- msgstr "جستجوی محصول WooCommerce"
5127
 
5128
- #: includes/widgets/class-wc-widget-product-tag-cloud.php:23
5129
- msgid "Your most used product tags in cloud format."
5130
- msgstr "پراستفاده ترین تگ محصولات شما در قالب ابری"
5131
 
5132
- #: includes/widgets/class-wc-widget-product-tag-cloud.php:25
5133
- msgid "WooCommerce Product Tags"
5134
- msgstr "تگ های محصولات WooCommerce"
5135
 
5136
- #: includes/widgets/class-wc-widget-products.php:23
5137
- msgid "Display a list of your products on your site."
5138
- msgstr "نمایش یک لیست از محصولات در سایت شما."
5139
 
5140
- #: includes/widgets/class-wc-widget-products.php:25
5141
- msgid "WooCommerce Products"
5142
- msgstr "محصولات ووکامرس"
5143
 
5144
- #: includes/widgets/class-wc-widget-products.php:38
5145
- #: includes/widgets/class-wc-widget-recently-viewed.php:38
5146
- #: includes/widgets/class-wc-widget-top-rated-products.php:40
5147
- msgid "Number of products to show"
5148
- msgstr "تعداد محصولات برای نمایش"
5149
 
5150
- #: includes/widgets/class-wc-widget-products.php:45
5151
- msgid "All Products"
5152
- msgstr "همه محصولات"
5153
 
5154
- #: includes/widgets/class-wc-widget-products.php:46
5155
- msgid "Featured Products"
5156
- msgstr "محصولات برجسته"
5157
 
5158
- #: includes/widgets/class-wc-widget-products.php:47
5159
- msgid "On-sale Products"
5160
- msgstr "محصولات در فروش ویژه"
5161
 
5162
- #: includes/widgets/class-wc-widget-products.php:57
5163
- msgid "Random"
5164
- msgstr "تصادفی"
5165
 
5166
- #: includes/widgets/class-wc-widget-products.php:58
5167
- msgid "Sales"
5168
- msgstr "فروش"
5169
 
5170
- #: includes/widgets/class-wc-widget-products.php:66
5171
- msgid "ASC"
5172
- msgstr "صعودی"
5173
 
5174
- #: includes/widgets/class-wc-widget-products.php:67
5175
- msgid "DESC"
5176
- msgstr "نزولی"
5177
 
5178
- #: includes/widgets/class-wc-widget-products.php:73
5179
- msgid "Hide free products"
5180
- msgstr "مخفی کردن محصولات رایگان"
5181
 
5182
- #: includes/widgets/class-wc-widget-products.php:78
5183
- msgid "Show hidden products"
5184
- msgstr "نمایش محصولات مخفی"
5185
 
5186
- #: includes/widgets/class-wc-widget-recent-reviews.php:23
5187
- msgid "Display a list of your most recent reviews on your site."
5188
- msgstr "نمایش لیستی از آخرین دیدگاه‌ها به روی سایت"
5189
 
5190
- #: includes/widgets/class-wc-widget-recent-reviews.php:29
5191
- msgid "Recent Reviews"
5192
- msgstr "آخرین دیدگاه‌ها"
5193
 
5194
- #: includes/widgets/class-wc-widget-recent-reviews.php:38
5195
- msgid "Number of reviews to show"
5196
- msgstr "تعداد دیدگاه ها برای نمایش"
5197
 
5198
- #: includes/widgets/class-wc-widget-recently-viewed.php:23
5199
- msgid "Display a list of recently viewed products."
5200
- msgstr "نمایش لیستی از آخرین محصولات نمایش شده "
5201
 
5202
- #: includes/widgets/class-wc-widget-recently-viewed.php:25
5203
- msgid "WooCommerce Recently Viewed"
5204
- msgstr "آخرین محصولات نمایش شده در ووکامرس"
5205
 
5206
- #: includes/widgets/class-wc-widget-recently-viewed.php:29
5207
- msgid "Recently Viewed Products"
5208
- msgstr "آخرین محصولات نمایش شده در ووکامرس"
5209
 
5210
- #: includes/widgets/class-wc-widget-top-rated-products.php:25
5211
- msgid "Display a list of your top rated products on your site."
5212
- msgstr "نمایش لیستی از محصولات پر امتیاز به روی سایت شما"
5213
 
5214
- #: includes/widgets/class-wc-widget-top-rated-products.php:27
5215
- msgid "WooCommerce Top Rated Products"
5216
- msgstr "پرامتیازترین محصولات ووکامرس"
5217
 
5218
- #: includes/widgets/class-wc-widget-top-rated-products.php:31
5219
- msgid "Top Rated Products"
5220
- msgstr "پر امتیازترین محصولات"
5221
 
5222
- #: templates/auth/form-grant-access.php:25 templates/auth/form-login.php:27
5223
- msgid "%s would like to connect to your store"
5224
- msgstr "%s میخواهد به فروشگاه شما متصل شود"
5225
 
5226
- #: templates/auth/form-grant-access.php:29
5227
- msgid "This will give \"%s\" <strong>%s</strong> access which will allow it to:"
5228
- msgstr "این کار به \"%s\" <strong>%s</strong> اجازه دسترسی به این ها را می دهد:"
5229
 
5230
- #: templates/auth/form-grant-access.php:39
5231
- msgid "Logged in as %s"
5232
- msgstr "وارد شده با %s"
5233
 
5234
- #: includes/widgets/class-wc-widget-layered-nav-filters.php:29
5235
- msgid "Active Filters"
5236
- msgstr "فیلترهای فعال"
5237
 
5238
- #: includes/widgets/class-wc-widget-layered-nav-filters.php:80
5239
- #: includes/widgets/class-wc-widget-layered-nav-filters.php:87
5240
- #: includes/widgets/class-wc-widget-layered-nav-filters.php:92
5241
- #: includes/widgets/class-wc-widget-layered-nav-filters.php:97
5242
- msgid "Remove filter"
5243
- msgstr "پاک کردن فیلتر"
5244
 
5245
- #: includes/widgets/class-wc-widget-layered-nav-filters.php:87
5246
- msgid "Min"
5247
- msgstr "کمترین"
5248
 
5249
- #: includes/widgets/class-wc-widget-layered-nav-filters.php:92
5250
- msgid "Max"
5251
- msgstr "بیشترین"
5252
 
5253
- #: includes/widgets/class-wc-widget-layered-nav.php:23
5254
- msgid "Shows a custom attribute in a widget which lets you narrow down the list of products when viewing product categories."
5255
- msgstr "یک سری ویژگی سفارشی را در یک ویجت نشان میدهد که امکان محدود کردن فهرست محصولات را در هنگام نمایش دسته بندی محصول به شما ارائه میکند."
5256
 
5257
- #: includes/widgets/class-wc-widget-layered-nav.php:25
5258
- msgid "WooCommerce Layered Nav"
5259
- msgstr "لایه کنترل ووکامرس "
5260
 
5261
- #: includes/widgets/class-wc-widget-layered-nav.php:74
5262
- msgid "Filter by"
5263
- msgstr "صافی"
5264
 
5265
- #: includes/widgets/class-wc-widget-layered-nav.php:80
5266
- msgid "Attribute"
5267
- msgstr "خاصیت"
5268
 
5269
- #: includes/widgets/class-wc-widget-layered-nav.php:88
5270
- msgid "List"
5271
- msgstr "ليست"
5272
 
5273
- #: includes/widgets/class-wc-widget-layered-nav.php:89
5274
- msgid "Dropdown"
5275
- msgstr "کرکره ای"
5276
 
5277
- #: includes/widgets/class-wc-widget-layered-nav.php:95
5278
- msgid "Query type"
5279
- msgstr "نوع جستجو"
5280
 
5281
- #: includes/widgets/class-wc-widget-layered-nav.php:97
5282
- msgid "AND"
5283
- msgstr "و"
5284
 
5285
- #: includes/widgets/class-wc-widget-layered-nav.php:98
5286
- msgid "OR"
5287
- msgstr "يا"
5288
 
5289
- #: includes/widgets/class-wc-widget-layered-nav.php:224
5290
- msgid "Any %s"
5291
- msgstr "هر %s"
5292
 
5293
- #: includes/widgets/class-wc-widget-price-filter.php:25
5294
- msgid "Shows a price filter slider in a widget which lets you narrow down the list of shown products when viewing product categories."
5295
- msgstr "اسلایدر فیلتر قیمتی را نشان میدهد در ویجتی که امکان محدود کردن فهرست محصولات به نمایش درآمده را در حین نمایش دسته بندی محصول در اختیار شما میگذارد."
5296
 
5297
- #: includes/widgets/class-wc-widget-price-filter.php:27
5298
- msgid "WooCommerce Price Filter"
5299
- msgstr "فیلتر هزینه ووکامرس"
5300
 
5301
- #: includes/widgets/class-wc-widget-price-filter.php:31
5302
- msgid "Filter by price"
5303
- msgstr "فیلتر براساس قیمت : "
5304
 
5305
- #: includes/widgets/class-wc-widget-price-filter.php:149
5306
- msgid "Min price"
5307
- msgstr "حداقل قیمت"
5308
 
5309
- #: includes/widgets/class-wc-widget-price-filter.php:150
5310
- msgid "Max price"
5311
- msgstr "حداكثر قيمت"
5312
 
5313
- #: includes/widgets/class-wc-widget-price-filter.php:151
5314
- msgid "Filter"
5315
- msgstr "صافی"
5316
 
5317
- #: includes/widgets/class-wc-widget-price-filter.php:153
5318
- msgid "Price:"
5319
- msgstr "قيمت:"
5320
 
5321
- #: includes/widgets/class-wc-widget-product-categories.php:37
5322
- msgid "A list or dropdown of product categories."
5323
- msgstr "لیستی از دسته بندی های محصولات ."
5324
 
5325
- #: includes/widgets/class-wc-widget-product-categories.php:39
5326
- msgid "WooCommerce Product Categories"
5327
- msgstr "دسته بندی محصولات ووکامرس "
5328
 
5329
- #: includes/widgets/class-wc-widget-product-categories.php:51
5330
- msgid "Category Order"
5331
- msgstr "دسته‌بندی سفارش"
5332
 
5333
- #: includes/widgets/class-wc-widget-product-categories.php:58
5334
- msgid "Show as dropdown"
5335
- msgstr "به صورت دراپ داون نشان بده"
5336
 
5337
- #: includes/widgets/class-wc-widget-product-categories.php:63
5338
- msgid "Show product counts"
5339
- msgstr "نمایش شمارگان محصول"
5340
 
5341
- #: includes/widgets/class-wc-widget-product-categories.php:68
5342
- msgid "Show hierarchy"
5343
- msgstr "سلسله مراتب را نشان بده"
5344
 
5345
- #: includes/widgets/class-wc-widget-product-categories.php:73
5346
- msgid "Only show children of the current category"
5347
- msgstr "فقط زیر مجموعه دسته بندی حاضر را نمایش بده"
5348
 
5349
- #: includes/widgets/class-wc-widget-cart.php:27
5350
- msgid "WooCommerce Cart"
5351
- msgstr "سبد خرید WooCommerce"
5352
 
5353
- #: includes/widgets/class-wc-widget-cart.php:31
5354
- msgid "Cart"
5355
- msgstr "سبد خرید"
5356
 
5357
- #: includes/widgets/class-wc-widget-cart.php:37
5358
- msgid "Hide if cart is empty"
5359
- msgstr "اگر سبد خرید خالی بود مخفی شود"
5360
 
5361
- #: includes/widgets/class-wc-widget-layered-nav-filters.php:23
5362
- msgid "Shows active layered nav filters so users can see and deactivate them."
5363
- msgstr "لایه های فیلتر فعال را نشان بده تا کاربران بتوانند آن ها را ببینند و غیرفعال کنند"
5364
 
5365
- #: includes/widgets/class-wc-widget-layered-nav-filters.php:25
5366
- msgid "WooCommerce Layered Nav Filters"
5367
- msgstr "لایه های فیلتر ووکامرس"
5368
 
5369
- #: includes/wc-template-functions.php:1868
5370
- #: templates/cart/shipping-calculator.php:63
5371
- msgid "Select a state&hellip;"
5372
- msgstr "استان مورد نظر را انتخاب کنید"
5373
 
5374
- #: includes/wc-template-functions.php:1913
5375
- #: includes/wc-template-functions.php:2060
5376
- msgid "Choose an option"
5377
- msgstr "یک گزینه را انتخاب کنید"
5378
 
5379
- #: includes/wc-term-functions.php:167
5380
- msgid "Select a category"
5381
- msgstr "یک دسته بندی انتخاب کنید "
5382
 
5383
- #: includes/wc-term-functions.php:170
5384
- msgid "Uncategorized"
5385
- msgstr "دسته‌بندی نشده"
5386
 
5387
- #: includes/wc-user-functions.php:53
5388
- msgid "An account is already registered with your email address. Please login."
5389
- msgstr "قبلا یک حساب با این آدرس ایمیل نام نویسی شده است. خواهشمندیم وارد شوید . "
5390
 
5391
- #: includes/wc-user-functions.php:61
5392
- msgid "Please enter a valid account username."
5393
- msgstr "خواهشمندیم یک نام کاربری معتبر برای حساب کاربری وارد کنید."
5394
 
5395
- #: includes/wc-user-functions.php:65
5396
- msgid "An account is already registered with that username. Please choose another."
5397
- msgstr "قبلا این نام کاربری ثبت شده است . خواهشمندیم یک نام کاربری دیگر انتخاب کنید"
5398
 
5399
- #: includes/wc-user-functions.php:85
5400
- msgid "Please enter an account password."
5401
- msgstr "خواهشمندیم گذرواژه حساب خود را وارد کنید"
5402
 
5403
- #: includes/wc-user-functions.php:111
5404
- msgid "ERROR"
5405
- msgstr "خطا"
5406
 
5407
- #: includes/wc-user-functions.php:111
5408
- msgid "Couldn&#8217;t register you&hellip; please contact us if you continue to have problems."
5409
- msgstr "&#8217;t نمی توانیم شما را نام نویسی کنیم &hellip; در صورت ادامه مشکل خواهشمندیم با ما تماس بگیرید"
5410
 
5411
- #: includes/wc-webhook-functions.php:23
5412
- msgid "Active"
5413
- msgstr "فعال"
5414
 
5415
- #: includes/wc-webhook-functions.php:24
5416
- msgid "Paused"
5417
- msgstr "متوقف شد"
5418
 
5419
- #: includes/widgets/class-wc-widget-cart.php:25
5420
- msgid "Display the user's Cart in the sidebar."
5421
- msgstr "نمایش سبد خرید کاربر در نوار ساید بار"
5422
 
5423
- #: includes/wc-notice-functions.php:27 includes/wc-notice-functions.php:59
5424
- #: includes/wc-notice-functions.php:77 includes/wc-notice-functions.php:99
5425
- #: includes/wc-notice-functions.php:113 includes/wc-notice-functions.php:126
5426
- #: includes/wc-notice-functions.php:173
5427
- msgid "This function should not be called before woocommerce_init."
5428
- msgstr "این وظیفه نباید قبل از woocommerce_init صدا زده شود."
5429
 
5430
- #: includes/wc-order-functions.php:222
5431
- msgid "wc_get_order should not be called before the woocommerce_init action."
5432
- msgstr "wc_get_order نباید قبل از عملیات woocommerce_init استفاده شود."
5433
 
5434
- #: includes/wc-order-functions.php:694
5435
- msgid "Unpaid order cancelled - time limit reached."
5436
- msgstr "سفارش پرداخت نشده لغو شد - حد زمانی پایان یافت"
5437
 
5438
- #: includes/wc-order-functions.php:836
5439
- msgid "Refund &ndash; %s"
5440
- msgstr "مسترد &ndash; %s"
5441
 
5442
- #: includes/wc-product-functions.php:26
5443
- msgid "wc_get_product should not be called before the woocommerce_init action."
5444
- msgstr "wc_get_product نباید قبل از عملیات woocommerce_init استفاده شود."
5445
 
5446
- #: includes/wc-template-functions.php:146
5447
- msgid "New products"
5448
- msgstr "محصولات جدید"
5449
 
5450
- #: includes/wc-template-functions.php:154
5451
- msgid "New products added to %s"
5452
- msgstr "محصولات جدید به %s افزوده شد."
5453
 
5454
- #: includes/wc-template-functions.php:163
5455
- msgid "New products tagged %s"
5456
- msgstr "محصولات جدید برچسب شدند %s"
5457
 
5458
- #: includes/wc-template-functions.php:468
5459
- msgid "Search Results: &ldquo;%s&rdquo;"
5460
- msgstr "نتیجه جستجو &ldquo;%s&rdquo;"
5461
 
5462
- #: includes/wc-template-functions.php:471
5463
- msgid "&nbsp;&ndash; Page %s"
5464
- msgstr "&nbsp;&ndash; برگه %s"
5465
 
5466
- #: includes/wc-template-functions.php:775
5467
- msgid "Default sorting"
5468
- msgstr "مرتب سازی پیش فرض"
5469
 
5470
- #: includes/wc-template-functions.php:776
5471
- msgid "Sort by popularity"
5472
- msgstr "مرتب سازی بر اساس محبوبیت"
5473
 
5474
- #: includes/wc-template-functions.php:777
5475
- msgid "Sort by average rating"
5476
- msgstr "مرتب سازی بر اساس میانگین رتبه"
5477
 
5478
- #: includes/wc-template-functions.php:778
5479
- msgid "Sort by newness"
5480
- msgstr "مرتب سازی بر اساس جدیدترین"
5481
 
5482
- #: includes/wc-template-functions.php:779
5483
- msgid "Sort by price: low to high"
5484
- msgstr "مرتب سازی بر اساس هزینه: کم به زیاد"
5485
 
5486
- #: includes/wc-template-functions.php:780
5487
- msgid "Sort by price: high to low"
5488
- msgstr "مرتب سازی بر اساس هزینه: زیاد به کم"
5489
 
5490
- #: includes/wc-template-functions.php:1115
5491
- #: templates/checkout/form-shipping.php:54
5492
- #: templates/single-product/tabs/additional-information.php:25
5493
- msgid "Additional Information"
5494
- msgstr "اطلاعات بیشتر"
5495
 
5496
- #: includes/wc-template-functions.php:1124
5497
- msgid "Reviews (%d)"
5498
- msgstr "نظرات (%d)"
5499
-
5500
- #: includes/wc-template-functions.php:1257
5501
- msgid "Use $args argument as an array instead. Deprecated argument will be removed in WC 2.2."
5502
- msgstr "از $args به جای آرایه استفاده کنید. این مورد در ووکامرس 2.2 پاک می شود ."
5503
 
5504
- #: includes/wc-template-functions.php:1480
5505
- msgid "Place order"
5506
- msgstr "ثبت سفارش"
5507
 
5508
- #: includes/wc-template-functions.php:1847
5509
- msgid "Update country"
5510
- msgstr "بروز رسانی کشور"
5511
 
5512
- #: includes/wc-deprecated-functions.php:708
5513
- msgid "The shop_order_status taxonomy is no more in WooCommerce 2.2! You should use the new WooCommerce post_status instead, <a href=\"%s\">read more...</a>"
5514
- msgstr "The shop_order_status taxonomy is no more in WooCommerce 2.2! You should use the new WooCommerce post_status instead, <a href=\"%s\">read more...</a>"
5515
 
5516
- #: includes/wc-deprecated-functions.php:712
5517
- msgid "The \"publish\" order status is no more in WooCommerce 2.2! You should use the new WooCommerce post_status instead, <a href=\"%s\">read more...</a>"
5518
- msgstr "The \"publish\" order status is no more in WooCommerce 2.2! You should use the new WooCommerce post_status instead, <a href=\"%s\">read more...</a>"
5519
 
5520
- #: includes/wc-core-functions.php:437
5521
- msgid "South African rand"
5522
- msgstr "South African rand"
5523
 
5524
- #: includes/wc-coupon-functions.php:24
5525
- msgid "Cart Discount"
5526
- msgstr "تخفيف سبد خريد "
5527
 
5528
- #: includes/wc-coupon-functions.php:25
5529
- msgid "Cart % Discount"
5530
- msgstr "سبد خرید % تخفیف"
5531
 
5532
- #: includes/wc-coupon-functions.php:26
5533
- msgid "Product Discount"
5534
- msgstr "تخفيف كالا"
5535
 
5536
- #: includes/wc-coupon-functions.php:27
5537
- msgid "Product % Discount"
5538
- msgstr "درصد تخفیف محصول"
5539
 
5540
- #: includes/wc-core-functions.php:351
5541
- msgid "Kenyan shilling"
5542
- msgstr "شلینگ کنیا"
5543
 
5544
- #: includes/shortcodes/class-wc-shortcode-my-account.php:317
5545
- #: includes/shortcodes/class-wc-shortcode-my-account.php:322
5546
- #: includes/shortcodes/class-wc-shortcode-my-account.php:338
5547
- msgid "Invalid key"
5548
- msgstr "کلید بی اعتبار"
5549
 
5550
- #: includes/shortcodes/class-wc-shortcode-order-tracking.php:48
5551
- msgid "Please enter a valid order ID"
5552
- msgstr "خواهشمندیم یک کد سفارش معتبر وارد کنید."
5553
 
5554
- #: includes/shortcodes/class-wc-shortcode-order-tracking.php:52
5555
- msgid "Please enter a valid order email"
5556
- msgstr "خواهشمندیم یک آدرس ایمیل معتبر وارد کنید."
5557
 
5558
- #: includes/shortcodes/class-wc-shortcode-order-tracking.php:71
5559
- msgid "Sorry, we could not find that order ID in our database."
5560
- msgstr "ببخشید شناسه سفارش در پایگاه ما پیدا نشد."
5561
 
5562
- #: includes/wc-order-functions.php:987 includes/wc-update-functions.php:771
5563
- msgid "Order Fully Refunded"
5564
- msgstr "استرداد کامل سفارش"
5565
 
5566
- #: includes/wc-attribute-functions.php:172
5567
- msgid "Select"
5568
- msgstr "انتخاب"
5569
 
5570
- #: includes/wc-attribute-functions.php:173
5571
- msgid "Text"
5572
- msgstr "متن"
5573
 
5574
- #: includes/wc-cart-functions.php:27
5575
- msgid "This product is protected and cannot be purchased."
5576
- msgstr "این محصول محافظت شده است و شما قادر به پرداخت نیستید."
5577
 
5578
- #: includes/wc-cart-functions.php:108
5579
- msgid "%s has been added to your cart."
5580
- msgid_plural "%s have been added to your cart."
5581
- msgstr[0] "%s به سبد شما افزوده شد."
5582
 
5583
- #: includes/wc-cart-functions.php:113
5584
- msgid "Continue Shopping"
5585
- msgstr "خرید را ادامه دهید"
5586
 
5587
- #: includes/wc-cart-functions.php:133
5588
- msgid "and"
5589
- msgstr "و"
5590
 
5591
- #: includes/wc-cart-functions.php:238 templates/cart/cart.php:138
5592
- msgid "Coupon:"
5593
- msgstr "کوپن:"
5594
 
5595
- #: includes/wc-cart-functions.php:269
5596
- msgid "Free shipping coupon"
5597
- msgstr "کوپن حمل و نقل رایگان"
5598
 
5599
- #: includes/wc-cart-functions.php:274
5600
- msgid "[Remove]"
5601
- msgstr "[پاک]"
5602
 
5603
- #: includes/wc-cart-functions.php:301 templates/cart/cart-totals.php:71
5604
- msgid "estimated for %s"
5605
- msgstr "برآورد برای %s"
5606
 
5607
- #: includes/class-wc-order.php:46 includes/wc-cart-functions.php:303
5608
- msgid "(includes %s)"
5609
- msgstr "(شامل %s)"
5610
 
5611
- #: includes/wc-core-functions.php:84
5612
- msgid "Order &ndash; %s"
5613
- msgstr "سفارش %s"
5614
 
5615
- #: includes/wc-core-functions.php:90
5616
- msgid "Invalid order status"
5617
- msgstr "وضعیت سفارش نادرست است"
5618
 
5619
- #: includes/wc-core-functions.php:137
5620
- msgid "Invalid order ID"
5621
- msgstr "شماره سفارش نادرست است"
5622
 
5623
- #: includes/shipping/legacy-international-delivery/class-wc-shipping-legacy-international-delivery.php:51
5624
- msgid "Selected countries"
5625
- msgstr "کشور‌های منتخب"
5626
 
5627
- #: includes/shipping/legacy-international-delivery/class-wc-shipping-legacy-international-delivery.php:52
5628
- msgid "Excluding selected countries"
5629
- msgstr "به جز کشور‌های انتخاب شده"
5630
 
5631
- #: includes/shipping/legacy-local-delivery/class-wc-shipping-legacy-local-delivery.php:111
5632
- #: includes/shipping/legacy-local-pickup/class-wc-shipping-legacy-local-pickup.php:88
5633
- msgid "Enable"
5634
- msgstr "فعال"
5635
 
5636
- #: includes/shipping/legacy-local-delivery/class-wc-shipping-legacy-local-delivery.php:124
5637
- msgid "Fee Type"
5638
- msgstr "روش پرداخت"
5639
 
5640
- #: includes/shipping/legacy-local-delivery/class-wc-shipping-legacy-local-delivery.php:127
5641
- msgid "How to calculate delivery charges"
5642
- msgstr "چگونه هزینه های تحویل را محاسبه کنید"
5643
 
5644
- #: includes/shipping/legacy-local-delivery/class-wc-shipping-legacy-local-delivery.php:130
5645
- msgid "Fixed amount"
5646
- msgstr "مقدار ثابت"
5647
 
5648
- #: includes/shipping/legacy-local-delivery/class-wc-shipping-legacy-local-delivery.php:131
5649
- msgid "Percentage of cart total"
5650
- msgstr "درصد از کل سبد خرید"
5651
 
5652
- #: includes/shipping/legacy-local-delivery/class-wc-shipping-legacy-local-delivery.php:132
5653
- msgid "Fixed amount per product"
5654
- msgstr "مقدار ثابت از هر محصول"
5655
 
5656
- #: includes/shipping/legacy-local-delivery/class-wc-shipping-legacy-local-delivery.php:137
5657
- msgid "Delivery Fee"
5658
- msgstr "هزینه تحویل"
5659
 
5660
- #: includes/shipping/legacy-local-delivery/class-wc-shipping-legacy-local-delivery.php:139
5661
- msgid "What fee do you want to charge for local delivery, disregarded if you choose free. Leave blank to disable."
5662
- msgstr "چه هزینه ای می خواهید برای تحویل محلی در نظر بگیرید.اگر نر خالی بگذارید برای غیر فعال کردن."
5663
 
5664
- #: includes/shipping/legacy-local-delivery/class-wc-shipping-legacy-local-delivery.php:145
5665
- #: includes/shipping/legacy-local-pickup/class-wc-shipping-legacy-local-pickup.php:101
5666
- msgid "Allowed ZIP/Post Codes"
5667
- msgstr "کدهای پستی مجاز"
5668
 
5669
- #: includes/shipping/legacy-local-delivery/class-wc-shipping-legacy-local-delivery.php:147
5670
- msgid "What ZIP/post codes are available for local delivery?"
5671
- msgstr ""
 
5672
 
5673
- #: includes/shipping/legacy-local-delivery/class-wc-shipping-legacy-local-delivery.php:149
5674
- #: includes/shipping/legacy-local-pickup/class-wc-shipping-legacy-local-pickup.php:105
5675
- msgid "Separate codes with a comma. Accepts wildcards, e.g. <code>P*</code> will match a postcode of PE30. Also accepts a pattern, e.g. <code>NG1___</code> would match NG1 1AA but not NG10 1AA"
5676
- msgstr "کدها با یک کاما از هم جدا می شوند. با نویسه های عام تایید می شوند. نمونه <code>P*</code> یکسان خواهد شد با کدپستی از PE30. همچنین با الگو نیز تایید می شوند. نمونه <code>NG1___</code> یکسان می شود با NG1 1AA ولی با NG10 1AA یکسان نمی شود."
5677
 
5678
- #: includes/shipping/legacy-local-pickup/class-wc-shipping-legacy-local-pickup.php:103
5679
- msgid "What ZIP/post codes are available for local pickup?"
5680
- msgstr ""
 
5681
 
5682
- #: includes/shortcodes/class-wc-shortcode-cart.php:42
5683
- msgid "Shipping costs updated."
5684
- msgstr "هزینه حمل و نقل به روز شد."
 
5685
 
5686
- #: includes/shortcodes/class-wc-shortcode-checkout.php:89
5687
- msgid "Invalid order. If you have an account please log in and try again."
5688
- msgstr "سفارش نادرست است. اگر دارای حساب کاربری هستید وارد شوید و دوباره تلاش کنید"
 
 
 
5689
 
5690
- #: includes/shortcodes/class-wc-shortcode-checkout.php:89
5691
- #: includes/shortcodes/class-wc-shortcode-my-account.php:113
5692
- #: templates/checkout/thankyou.php:32
5693
- msgid "My Account"
5694
- msgstr "حساب من"
5695
 
5696
- #: includes/shortcodes/class-wc-shortcode-checkout.php:117
5697
- msgid "Pay for order"
5698
- msgstr "پرداخت هزینه برای سفارش"
5699
 
5700
- #: includes/shortcodes/class-wc-shortcode-checkout.php:121
5701
- #: includes/shortcodes/class-wc-shortcode-checkout.php:168
5702
- msgid "This order&rsquo;s status is &ldquo;%s&rdquo;&mdash;it cannot be paid for. Please contact us if you need assistance."
5703
- msgstr "این سفارش&rsquo;هست در وضعیت &ldquo;%s&rdquo;&mdash;امکان پرداخت وجود ندارد. اگر کمک نیاز دارید لطفا با ما تماس بگیرید."
5704
 
5705
- #: includes/shortcodes/class-wc-shortcode-checkout.php:125
5706
- #: includes/shortcodes/class-wc-shortcode-checkout.php:172
5707
- msgid "Sorry, this order is invalid and cannot be paid for."
5708
- msgstr "متاسفانه این سفارش نادرست است و اجازه پرداخت ندارید."
5709
 
5710
- #: includes/shortcodes/class-wc-shortcode-checkout.php:141
5711
- #: templates/checkout/thankyou.php:42
5712
- msgid "Order Number:"
5713
- msgstr "شماره سفارش:"
5714
 
5715
- #: includes/shortcodes/class-wc-shortcode-checkout.php:145
5716
- #: templates/checkout/thankyou.php:46
5717
- msgid "Date:"
5718
- msgstr "تاریخ :"
 
 
5719
 
5720
- #: includes/shortcodes/class-wc-shortcode-checkout.php:246
5721
- msgid "The order totals have been updated. Please confirm your order by pressing the Place Order button at the bottom of the page."
5722
- msgstr "مجموع سفارش به روز شده است. در صورتیکه مورد تایید است دکمه \" قرار دادن سفارش \" را در پایین برگه فشار دهید."
5723
 
5724
- #: includes/shortcodes/class-wc-shortcode-my-account.php:195
5725
- msgid "Your password has been reset."
5726
- msgstr "گذرواژه شما بازگردانده شد"
5727
 
5728
- #: includes/shortcodes/class-wc-shortcode-my-account.php:195
5729
- msgid "Log in"
5730
- msgstr "ورود"
 
5731
 
5732
- #: includes/shortcodes/class-wc-shortcode-my-account.php:238
5733
- msgid "Enter a username or e-mail address."
5734
- msgstr "نام کاربری یا پست الکترونیک را وارد کنید"
 
 
5735
 
5736
- #: includes/shortcodes/class-wc-shortcode-my-account.php:254
5737
- #: includes/shortcodes/class-wc-shortcode-my-account.php:259
5738
- msgid "Invalid username or e-mail."
5739
- msgstr "نام کاربری یا گذرواژه صحیح نیست"
5740
 
5741
- #: includes/shortcodes/class-wc-shortcode-my-account.php:272
5742
- msgid "Password reset is not allowed for this user"
5743
- msgstr "ریست گذرواژه برای این کاربر مجاز نیست"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5744
 
5745
- #: includes/shipping/flat-rate/class-wc-shipping-flat-rate.php:25
5746
- #: includes/shipping/flat-rate/includes/settings-flat-rate.php:17
5747
- #: includes/shipping/legacy-flat-rate/includes/settings-flat-rate.php:23
5748
- msgid "Flat Rate"
5749
- msgstr "نرخ ثابت"
5750
 
5751
- #: includes/shipping/flat-rate/includes/settings-flat-rate.php:7
5752
- #: includes/shipping/legacy-flat-rate/includes/settings-flat-rate.php:7
5753
- msgid "Enter a cost (excl. tax) or sum, e.g. <code>10.00 * [qty]</code>."
5754
- msgstr "وارد کردن مبلغ (بدون مالیات) یا میانگین، مثال: <code>10.00 * [تعداد]</code>."
5755
 
5756
- #: includes/shipping/legacy-flat-rate/includes/settings-flat-rate.php:7
5757
- msgid "Supports the following placeholders: <code>[qty]</code> = number of items, <code>[cost]</code> = cost of items, <code>[fee percent=\"10\" min_fee=\"20\"]</code> = Percentage based fee."
5758
- msgstr ""
 
 
5759
 
5760
- #: includes/shipping/flat-rate/includes/settings-flat-rate.php:14
5761
- #: includes/shipping/legacy-flat-rate/includes/settings-flat-rate.php:20
5762
- #: includes/shipping/legacy-free-shipping/class-wc-shipping-legacy-free-shipping.php:89
5763
- msgid "Method Title"
5764
- msgstr "عنوان روش"
 
 
 
 
 
 
 
 
 
5765
 
5766
- #: includes/shipping/legacy-flat-rate/includes/settings-flat-rate.php:27
5767
- #: includes/shipping/legacy-international-delivery/class-wc-shipping-legacy-international-delivery.php:45
5768
- msgid "Availability"
5769
- msgstr "دسترسی"
 
 
 
 
 
5770
 
5771
- #: includes/shipping/legacy-flat-rate/includes/settings-flat-rate.php:32
5772
- #: includes/shipping/legacy-free-shipping/class-wc-shipping-legacy-free-shipping.php:101
5773
- #: includes/shipping/legacy-local-delivery/class-wc-shipping-legacy-local-delivery.php:158
5774
- #: includes/shipping/legacy-local-pickup/class-wc-shipping-legacy-local-pickup.php:114
5775
- msgid "All allowed countries"
5776
- msgstr "تمام کشورهای مجاز"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5777
 
5778
- #: includes/shipping/legacy-flat-rate/includes/settings-flat-rate.php:44
5779
- #: includes/shipping/legacy-free-shipping/class-wc-shipping-legacy-free-shipping.php:113
5780
- #: includes/shipping/legacy-local-delivery/class-wc-shipping-legacy-local-delivery.php:170
5781
- #: includes/shipping/legacy-local-pickup/class-wc-shipping-legacy-local-pickup.php:126
5782
- msgid "Select some countries"
5783
- msgstr "انتخاب برخی از کشور ها"
 
 
5784
 
5785
- #: includes/shipping/flat-rate/includes/settings-flat-rate.php:44
5786
- #: includes/shipping/legacy-flat-rate/includes/settings-flat-rate.php:71
5787
- msgid "Shipping Class Costs"
5788
- msgstr "هزینه های کلاس حمل و نقل"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5789
 
5790
- #: includes/shipping/flat-rate/includes/settings-flat-rate.php:47
5791
- #: includes/shipping/legacy-flat-rate/includes/settings-flat-rate.php:74
5792
- msgid "These costs can optionally be added based on the %sproduct shipping class%s."
5793
- msgstr "این هزینه ها می توانند به صورت اختیاری در پایه ی %sروش حمل و نقل محصول%s افزوده شوند."
5794
 
5795
- #: includes/shipping/flat-rate/includes/settings-flat-rate.php:54
5796
- #: includes/shipping/legacy-flat-rate/includes/settings-flat-rate.php:81
5797
- msgid "\"%s\" Shipping Class Cost"
5798
- msgstr "\"%s\" هزینه کلاس حمل و نقل"
5799
 
5800
- #: includes/shipping/flat-rate/includes/settings-flat-rate.php:63
5801
- #: includes/shipping/legacy-flat-rate/includes/settings-flat-rate.php:90
5802
- msgid "No Shipping Class Cost"
5803
- msgstr "هزینه کلاس حمل و نقل وجود ندارد"
5804
 
5805
- #: includes/shipping/flat-rate/includes/settings-flat-rate.php:71
5806
- #: includes/shipping/legacy-flat-rate/includes/settings-flat-rate.php:98
5807
- msgid "Calculation Type"
5808
- msgstr "نوع محاسبه"
5809
 
5810
- #: includes/shipping/flat-rate/includes/settings-flat-rate.php:76
5811
- #: includes/shipping/legacy-flat-rate/includes/settings-flat-rate.php:103
5812
- msgid "Per Class: Charge shipping for each shipping class individually"
5813
- msgstr "برا اساس روش: هزینه حمل و نقل برای هر روش به صورت حمل و نقل جداگانه"
5814
 
5815
- #: includes/shipping/flat-rate/includes/settings-flat-rate.php:77
5816
- #: includes/shipping/legacy-flat-rate/includes/settings-flat-rate.php:104
5817
- msgid "Per Order: Charge shipping for the most expensive shipping class"
5818
- msgstr "بر اساس هر سفارش: تغییر حمل و نقل بر اساس گران ترین روش حمل و نقل"
 
 
5819
 
5820
- #: includes/shipping/legacy-flat-rate/includes/settings-flat-rate.php:111
5821
- #: includes/shipping/legacy-flat-rate/includes/settings-flat-rate.php:117
5822
- msgid "Additional Rates"
5823
- msgstr "نرخ افزوده"
 
5824
 
5825
- #: includes/shipping/legacy-flat-rate/includes/settings-flat-rate.php:114
5826
- msgid "These rates are extra shipping options with additional costs (based on the flat rate)."
5827
- msgstr "این نرخ ها، گزینه های افزوده بر حمل و نقل هستند با هزینه های افزوده (بر اساس نرخ ثابت)."
 
 
 
 
5828
 
5829
- #: includes/shipping/legacy-flat-rate/includes/settings-flat-rate.php:119
5830
- msgid "One per line: Option Name | Additional Cost [+- Percents] | Per Cost Type (order, class, or item) Example: <code>Priority Mail | 6.95 [+ 0.2%] | order</code>."
5831
- msgstr "هر خط یکی: نام گزینه | هزینه های افزوده [+- درصد] | در هر چگونگی هزینه (سفارش, رده, یا عنوان) نمونه: <code>پست پیشتاز | 6.95 [+ 0.2%] | سفارش</code>."
 
 
 
 
5832
 
5833
- #: includes/shipping/legacy-flat-rate/includes/settings-flat-rate.php:122
5834
- msgid "Option Name | Additional Cost [+- Percents%] | Per Cost Type (order, class, or item)"
5835
- msgstr "نام انتخاب | هزینه اضافی | در هر نوع هزینه (سفارش، کلاس یا آیتم)"
 
 
 
5836
 
5837
- #: includes/shipping/legacy-free-shipping/class-wc-shipping-legacy-free-shipping.php:96
5838
- #: includes/shipping/legacy-local-delivery/class-wc-shipping-legacy-local-delivery.php:153
5839
- #: includes/shipping/legacy-local-pickup/class-wc-shipping-legacy-local-pickup.php:109
5840
- msgid "Method availability"
5841
- msgstr " روش های موجود"
5842
 
5843
- #: includes/shipping/free-shipping/class-wc-shipping-free-shipping.php:81
5844
- #: includes/shipping/legacy-free-shipping/class-wc-shipping-legacy-free-shipping.php:117
5845
- msgid "Free Shipping Requires..."
5846
- msgstr "حمل و نقل رایگان نیازمند ..."
5847
 
5848
- #: includes/shipping/free-shipping/class-wc-shipping-free-shipping.php:87
5849
- #: includes/shipping/legacy-free-shipping/class-wc-shipping-legacy-free-shipping.php:123
5850
- msgid "A valid free shipping coupon"
5851
- msgstr "کوپن حمل و نقل رایگان"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5852
 
5853
- #: includes/shipping/legacy-free-shipping/class-wc-shipping-legacy-free-shipping.php:124
5854
- msgid "A minimum order amount (defined below)"
5855
- msgstr "کمترین میزان درخواست خرید (اینجا تعیین کنید)"
 
 
 
 
 
 
 
5856
 
5857
- #: includes/shipping/free-shipping/class-wc-shipping-free-shipping.php:89
5858
- #: includes/shipping/legacy-free-shipping/class-wc-shipping-legacy-free-shipping.php:125
5859
- msgid "A minimum order amount OR a coupon"
5860
- msgstr "کمترین میزان خرید یا کوپن"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5861
 
5862
- #: includes/shipping/free-shipping/class-wc-shipping-free-shipping.php:90
5863
- #: includes/shipping/legacy-free-shipping/class-wc-shipping-legacy-free-shipping.php:126
5864
- msgid "A minimum order amount AND a coupon"
5865
- msgstr "کمترین میزان خرید و کوپن"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5866
 
5867
- #: includes/shipping/free-shipping/class-wc-shipping-free-shipping.php:94
5868
- #: includes/shipping/legacy-free-shipping/class-wc-shipping-legacy-free-shipping.php:130
5869
- msgid "Minimum Order Amount"
5870
- msgstr "حداقل مبلغ سفارش"
 
 
 
 
 
 
 
 
5871
 
5872
- #: includes/shipping/free-shipping/class-wc-shipping-free-shipping.php:97
5873
- #: includes/shipping/legacy-free-shipping/class-wc-shipping-legacy-free-shipping.php:133
5874
- msgid "Users will need to spend this amount to get free shipping (if enabled above)."
5875
- msgstr "کاربران ملزم به هزینه کردن این مقدار هستند تا حمل و نقل رایگان بدست بیاورند (اگر فعال کنید)"
5876
 
5877
- #: includes/gateways/simplify-commerce/class-wc-addons-gateway-simplify-commerce.php:501
5878
- #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:666
5879
- msgid "Payment was declined by Simplify Commerce."
5880
- msgstr "پرداخت توسط Simplify Commerce پذیرفته نشد"
5881
 
5882
- #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:25
5883
- msgid "Take payments via Simplify Commerce - uses simplify.js to create card tokens and the Simplify Commerce SDK. Requires SSL when sandbox is disabled."
5884
- msgstr "گرفتن پرداخت ها از Simplify Commerce - بکارگیری simplify.js برای ساخت توکن های کارت و SDK از Simplify Commerce . هنگامیکه جعبه شنی غیرفعال است SSL می خواهد."
 
5885
 
5886
- #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:90
5887
- msgid "Simplify Commerce by MasterCard"
5888
- msgstr "Simplify Commerce توسط مسترکارت"
 
5889
 
5890
- #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:95
5891
- msgid "Getting started"
5892
- msgstr "شروع به کار"
 
 
 
5893
 
5894
- #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:96
5895
- #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:102
5896
- msgid "Simplify Commerce is your merchant account and payment gateway all rolled into one. Choose Simplify Commerce as your WooCommerce payment gateway to get access to your money quickly with a powerful, secure payment engine backed by MasterCard."
5897
- msgstr "Simplify Commerce حساب کاربری بازرگانی شما می باشد که درگاه پرداخت همه گردش ها را یکسان سازی کرده است. گزینش Simplify Commerce برای درگاه پرداخت ووکامرس ، دسترسی آنی به پول خود با یک نیرو و موتور پرداخت امن با مسنتر کارت را صورت می دهد."
5898
 
5899
- #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:98
5900
- msgid "Sign up for Simplify Commerce"
5901
- msgstr "عضویت برای تجارت ساده"
5902
 
5903
- #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:147
5904
- msgid "Simplify Commerce Error: Simplify commerce requires PHP 5.3 and above. You are using version %s."
5905
- msgstr "ایراد Simplify Commerce: Simplify commerce با PHP 5.3 و بالاتر کار می کند. شما نگارش %s را بکار برده اید."
5906
 
5907
- #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:152
5908
- msgid "Simplify Commerce Error: Please enter your public and private keys"
5909
- msgstr "ایراد Simplify Commerce: خواهشمند است کلید عمومی و کلید خصوصی را بنویسید"
5910
 
5911
- #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:157
5912
- msgid "Simplify Commerce is enabled, but the <a href=\"%s\">force SSL option</a> is disabled; your checkout may not be secure! Please enable SSL and ensure your server has a valid SSL certificate - Simplify Commerce will only work in sandbox mode."
5913
- msgstr "Simplify Commerce فعال شد، ولی <a href=\"%s\">گزینش به زور SSL</a> غیرفعال می باشد. که پرداخت امنی نخواهید داشت! خواهشمند است SSL را فعال کرده و دل استوار باشید که سرور دارای یک گواهینامه SSL معتبر می باشد - Simplify Commerce فقط در حالت جعبه شنی کار می کند."
5914
 
5915
- #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:189
5916
- msgid "Enable Simplify Commerce"
5917
- msgstr "فعال سازی Simplify Commerce"
5918
 
5919
- #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:198
5920
- msgid "Credit card"
5921
- msgstr "کارت اعتباری (کردیت کارت)"
 
 
5922
 
5923
- #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:209
5924
- msgid "Payment Mode"
5925
- msgstr "حالت پرداخت"
 
5926
 
5927
- #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:210
5928
- msgid "Enable Hosted Payments"
5929
- msgstr "فعال کردن پرداخت میزبانی"
 
5930
 
5931
- #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:212
5932
- msgid "Standard will display the credit card fields on your store (SSL required). %1$s Hosted Payments will display a Simplify Commerce modal dialog on your store (if SSL) or will redirect the customer to Simplify Commerce hosted page (if not SSL). %1$s Note: Hosted Payments need a new API Key pair with the hosted payments flag selected. %2$sFor more details check the Simplify Commerce docs%3$s."
5933
- msgstr "فیلدهای استاندارد کارت اعتباری بر روی فروشگاه شما نمایش داده خواهند شد (نیاز به SSL). پرداخت های %1$s غیرمستقیم، یک دیالوگ سیمپلیفای کامرس بر روی فروشگاه شما نمایش خواهند داد (اگر SSL باشد). یا مشتری را به برگه سیمپلیفای کامرس هدایت خواهند کرد (اگر SSL نباشد).گوشزد %1$s: پرداخت های غیرمستقیم نیازمند یک کلید پرداخت API با پرچم پرداخت های غیرمستقیم برگزیده هستند.%2$s برای جزییات بیشتر دستک های %3$s سیمپلیفای کامرس را بخوانید."
5934
 
5935
- #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:216
5936
- msgid "Hosted Payments"
5937
- msgstr "پرداختهای میزبانی"
5938
 
5939
- #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:220
5940
- msgid "Modal Color"
5941
- msgstr "رنگ مدل"
5942
 
5943
- #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:222
5944
- msgid "Set the color of the buttons and titles on the modal dialog."
5945
- msgstr "پیکربندی رنگ دکمه ها و سرنویسها در کادرها."
5946
 
5947
- #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:227
5948
- msgid "Sandbox"
5949
- msgstr "Sandbox"
5950
 
5951
- #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:228
5952
- msgid "Enable Sandbox Mode"
5953
- msgstr "فعال کردن سندباکس پی‌پال"
5954
 
5955
- #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:230
5956
- msgid "Place the payment gateway in sandbox mode using sandbox API keys (real payments will not be taken)."
5957
- msgstr "Place the payment gateway in sandbox mode using sandbox API keys (real payments will not be taken)."
5958
 
5959
- #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:234
5960
- msgid "Sandbox Public Key"
5961
- msgstr "کلید عمومی سندباکس"
 
 
 
 
 
 
 
 
 
 
 
 
5962
 
5963
- #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:236
5964
- #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:243
5965
- #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:250
5966
- #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:257
5967
- msgid "Get your API keys from your Simplify account: Settings > API Keys."
5968
- msgstr "برای دریافت کلید API از حساب کاربری Simplify : پیکربندی > کلیدهای API"
5969
 
5970
- #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:241
5971
- msgid "Sandbox Private Key"
5972
- msgstr "کلید خصوصی سندباکس"
 
5973
 
5974
- #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:248
5975
- msgid "Public Key"
5976
- msgstr "کلید عمومی"
 
5977
 
5978
- #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:255
5979
- msgid "Private Key"
5980
- msgstr "کلید خصوصی"
 
5981
 
5982
- #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:271
5983
- msgid "TEST MODE ENABLED. Use a test card: %s"
5984
- msgstr "حالت تست فعال شد. از کارت تست %s استفاده کنید"
5985
 
5986
- #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:305
5987
- msgid "Expiry Month"
5988
- msgstr "ماه انقضا"
 
 
5989
 
5990
- #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:306
5991
- msgid "Expiry Year"
5992
- msgstr "سال انقضا"
5993
 
5994
- #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:307
5995
- msgid "is invalid"
5996
- msgstr "نادرست است"
5997
 
5998
- #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:637
5999
- msgid "Thank you for your order, please click the button below to pay with credit card using Simplify Commerce by MasterCard."
6000
- msgstr "از شما برای سفارش سپاسگذاریم. خواهشمند است روی دکمه زیر برای پرداخت با کردیت کارت با بکارگیری سیمپلی فای، توسط مسترکارت کلیک کنید."
 
6001
 
6002
- #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:646
6003
- msgid "Pay Now"
6004
- msgstr "هم اکنون پرداخت کن"
 
6005
 
6006
- #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:646
6007
- msgid "Cancel order &amp; restore cart"
6008
- msgstr "لغو خرید &amp; بازگرداندن به سبد خرید"
 
6009
 
6010
- #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:730
6011
- msgid "Refund was declined."
6012
- msgstr "استرداد رد شده است."
 
6013
 
6014
- #: includes/gateways/paypal/includes/settings-paypal.php:77
6015
- msgid "Please enter a prefix for your invoice numbers. If you use your PayPal account for multiple stores ensure this prefix is unique as PayPal will not allow orders with the same invoice number."
6016
- msgstr "خواهشمندیم پیشوند برای شماره فاکتور خود را وارد کنید. اگر شما استفاده از حساب پی‌پل خود را برای فروشگاه های مختلف استفاده می کنید، مطمئن شوید این پیشوند منحصر به فرد است در غیر اینصورت پی‌پل سفارشات را با شماره صورتحساب درج شده را اجازه نمی دهد."
 
 
6017
 
6018
- #: includes/gateways/paypal/includes/settings-paypal.php:84
6019
- msgid "Send shipping details to PayPal instead of billing."
6020
- msgstr "ارسال جزئیات بیشتر حمل و نقل به پی‌پل جای استفاده از صدور صورت حساب."
6021
-
6022
- #: includes/gateways/paypal/includes/settings-paypal.php:85
6023
- msgid "PayPal allows us to send one address. If you are using PayPal for shipping labels you may prefer to send the shipping address rather than billing."
6024
- msgstr "پی‌پال به ما برای فرستادن یک آدرس اجازه می دهد. اگر شما از پی‌پال برای برچسب های حمل و نقل استفاده میکنید، ممکن است فرستادن آدرس حمل و نقل را به جای آدرس صورت‌حساب ترجیح دهید."
6025
 
6026
- #: includes/gateways/paypal/includes/settings-paypal.php:89
6027
- msgid "Address Override"
6028
- msgstr "بازنویسی آدرس"
6029
 
6030
- #: includes/gateways/paypal/includes/settings-paypal.php:91
6031
- msgid "Enable \"address_override\" to prevent address information from being changed."
6032
- msgstr "برای جلوگیری از تغییر اطلاعات آدرس \"address_override\" را فعال کنید."
6033
 
6034
- #: includes/gateways/paypal/includes/settings-paypal.php:92
6035
- msgid "PayPal verifies addresses therefore this setting can cause errors (we recommend keeping it disabled)."
6036
- msgstr "پی‌پال آدرس ها را بررسی و تایید میکند بنابراین این پیکربندی ممکن است خطا بسازد (ما پیشنهاد میکنیم این تنظیم را غیرفعال کنید)"
6037
 
6038
- #: includes/gateways/paypal/includes/settings-paypal.php:96
6039
- msgid "Payment Action"
6040
- msgstr "عملیات پرداخت"
6041
 
6042
- #: includes/gateways/paypal/includes/settings-paypal.php:99
6043
- msgid "Choose whether you wish to capture funds immediately or authorize payment only."
6044
- msgstr "انتخاب کنید که آیا شما مایل به گرفتن بودجه هستید و یا فقط اجازه پرداخت می دهید."
 
 
 
 
 
6045
 
6046
- #: includes/gateways/paypal/includes/settings-paypal.php:103
6047
- msgid "Capture"
6048
- msgstr "گرفتن"
6049
 
6050
- #: includes/gateways/paypal/includes/settings-paypal.php:104
6051
- msgid "Authorize"
6052
- msgstr "اجازه دادن"
 
6053
 
6054
- #: includes/gateways/paypal/includes/settings-paypal.php:108
6055
- msgid "Page Style"
6056
- msgstr "طراحی برگه"
 
 
6057
 
6058
- #: includes/gateways/paypal/includes/settings-paypal.php:110
6059
- msgid "Optionally enter the name of the page style you wish to use. These are defined within your PayPal account."
6060
- msgstr "در صورت تمایل نام سبک برگه‌ای که مایل به استفاده از آن هستید را وارد کنید. این تعاریف در حساب کاربری پی‌پل شما استفاده میشود."
6061
 
6062
- #: includes/gateways/paypal/includes/settings-paypal.php:116
6063
- msgid "API Credentials"
6064
- msgstr "مدارک API"
6065
 
6066
- #: includes/gateways/paypal/includes/settings-paypal.php:118
6067
- msgid "Enter your PayPal API credentials to process refunds via PayPal. Learn how to access your PayPal API Credentials %shere%s."
6068
- msgstr " برای روند برگشتی ها توسط پی پل، مجوز API پی پل خود را بنویسید. برای یادگیری درباره چگونگی دسترسی به مجوز API پی پل به %shere%s بروید."
 
 
 
 
6069
 
6070
- #: includes/gateways/paypal/includes/settings-paypal.php:121
6071
- msgid "API Username"
6072
- msgstr "نام کاربری API"
6073
 
6074
- #: includes/gateways/paypal/includes/settings-paypal.php:123
6075
- #: includes/gateways/paypal/includes/settings-paypal.php:131
6076
- #: includes/gateways/paypal/includes/settings-paypal.php:139
6077
- msgid "Get your API credentials from PayPal."
6078
- msgstr "دریافت اعتبارهای API شما از پی پال."
6079
 
6080
- #: includes/gateways/paypal/includes/settings-paypal.php:129
6081
- msgid "API Password"
6082
- msgstr "گذرواژه API"
6083
 
6084
- #: includes/gateways/paypal/includes/settings-paypal.php:137
6085
- msgid "API Signature"
6086
- msgstr "امضای API"
6087
 
6088
- #: includes/gateways/simplify-commerce/class-wc-addons-gateway-simplify-commerce.php:94
6089
- #: includes/gateways/simplify-commerce/class-wc-addons-gateway-simplify-commerce.php:188
6090
- #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:418
6091
- #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:593
6092
- msgid "Please make sure your card details have been entered correctly and that your browser supports JavaScript."
6093
- msgstr "خواهشمند است دل استوار شوید که داده های کارت خود را به درستی نوشته اید و مرورگر شما از جاوا اسکریپت پشتیبانی می کند."
6094
 
6095
- #: includes/gateways/simplify-commerce/class-wc-addons-gateway-simplify-commerce.php:97
6096
- #: includes/gateways/simplify-commerce/class-wc-addons-gateway-simplify-commerce.php:191
6097
- #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:421
6098
- msgid "Developers: Please make sure that you're including jQuery and there are no JavaScript errors on the page."
6099
- msgstr "برنامه نویس ها: خواهشمند است دل استوار باشید که برگه دارای ایراد jQuery و جاوااسکریپت نباشد."
6100
 
6101
- #: includes/gateways/simplify-commerce/class-wc-addons-gateway-simplify-commerce.php:114
6102
- #: includes/gateways/simplify-commerce/class-wc-addons-gateway-simplify-commerce.php:211
6103
- msgid "Error creating user in Simplify Commerce."
6104
- msgstr "خطای ساخت کاربر در سیمپلیفای کامرس."
6105
 
6106
- #: includes/gateways/simplify-commerce/class-wc-addons-gateway-simplify-commerce.php:182
6107
- #: includes/gateways/simplify-commerce/class-wc-addons-gateway-simplify-commerce.php:292
6108
- #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:493
6109
- msgid "Sorry, the minimum allowed order total is 0.50 to use this payment method."
6110
- msgstr "متاسفیم ، حداقل مجاز مجموع سفارش 0.50 برای استفاده از این روش پرداخت است"
6111
 
6112
- #: includes/gateways/simplify-commerce/class-wc-addons-gateway-simplify-commerce.php:298
6113
- #: includes/gateways/simplify-commerce/class-wc-addons-gateway-simplify-commerce.php:435
6114
- msgid "Customer not found"
6115
- msgstr "مشتری وجود ندارد"
6116
 
6117
- #: includes/gateways/simplify-commerce/class-wc-addons-gateway-simplify-commerce.php:306
6118
- #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:500
6119
- msgid "%s - Order #%s"
6120
- msgstr "%s - سفارش #%s"
6121
-
6122
- #: includes/gateways/simplify-commerce/class-wc-addons-gateway-simplify-commerce.php:322
6123
- #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:519
6124
- msgid "Simplify payment error: %s"
6125
- msgstr "پرداخت سیمپلیفی خطا داد: %s"
6126
-
6127
- #: includes/gateways/simplify-commerce/class-wc-addons-gateway-simplify-commerce.php:332
6128
- #: includes/gateways/simplify-commerce/class-wc-addons-gateway-simplify-commerce.php:452
6129
- #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:529
6130
- #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:694
6131
- msgid "Simplify payment approved (ID: %s, Auth Code: %s)"
6132
- msgstr "پرداخت Simplify تایید شد (ID: %s, Auth Code: %s)"
6133
-
6134
- #: includes/gateways/simplify-commerce/class-wc-addons-gateway-simplify-commerce.php:336
6135
- #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:533
6136
- msgid "Simplify payment declined"
6137
- msgstr "پرداخت ساده مورد پذیرش قرار نگرفته است"
6138
 
6139
- #: includes/gateways/simplify-commerce/class-wc-addons-gateway-simplify-commerce.php:338
6140
- #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:535
6141
- msgid "Payment was declined - please try another card."
6142
- msgstr "پرداخت رد شده است - خواهشمندیم از کارت دیگری استفاده کنید"
6143
 
6144
- #: includes/gateways/simplify-commerce/class-wc-addons-gateway-simplify-commerce.php:352
6145
- #: includes/gateways/simplify-commerce/class-wc-addons-gateway-simplify-commerce.php:457
6146
- msgid "Simplify Transaction Failed (%s)"
6147
- msgstr "تراکنش ساده شکست خورد (%s)"
6148
 
6149
- #: includes/gateways/simplify-commerce/class-wc-addons-gateway-simplify-commerce.php:430
6150
- msgid "%s - Pre-order for \"%s\""
6151
- msgstr "%s - پیش خرید برای \"%s\""
6152
 
6153
- #: includes/gateways/simplify-commerce/class-wc-addons-gateway-simplify-commerce.php:430
6154
- msgid "(Order #%s)"
6155
- msgstr "(سفارش #%s)"
6156
 
6157
- #: includes/gateways/simplify-commerce/class-wc-addons-gateway-simplify-commerce.php:454
6158
- msgid "Payment was declined - the customer need to try another card."
6159
- msgstr "پرداخت برگشت خورده است - مشتری نیازمند استفاده از کارت دیگری است"
6160
 
6161
- #: includes/gateways/paypal/includes/class-wc-gateway-paypal-ipn-handler.php:148
6162
- msgid "Validation error: PayPal amounts do not match (gross %s)."
6163
- msgstr "خطای معتبرسازی: مقادیر پی‌پل همخوانی ندارند. ( %s ) "
6164
 
6165
- #: includes/gateways/paypal/includes/class-wc-gateway-paypal-ipn-handler.php:164
6166
- msgid "Validation error: PayPal IPN response from a different email address (%s)."
6167
- msgstr "خطای معتبرسازی: مقادیر پی‌پل همخوانی ندارند. ( %s ) "
 
6168
 
6169
- #: includes/gateways/paypal/includes/class-wc-gateway-paypal-ipn-handler.php:187
6170
- msgid "IPN payment completed"
6171
- msgstr "پرداخت IPN تکمیل شد"
 
 
 
 
 
6172
 
6173
- #: includes/gateways/paypal/includes/class-wc-gateway-paypal-ipn-handler.php:195
6174
- msgid "Payment pending: %s"
6175
- msgstr "در انتظار پرداخت: %s"
6176
 
6177
- #: includes/gateways/paypal/includes/class-wc-gateway-paypal-ipn-handler.php:214
6178
- #: includes/gateways/paypal/includes/class-wc-gateway-paypal-ipn-handler.php:254
6179
- #: includes/gateways/paypal/includes/class-wc-gateway-paypal-ipn-handler.php:269
6180
- msgid "Payment %s via IPN."
6181
- msgstr "پرداخت %s از طریق IPN."
6182
 
6183
- #: includes/gateways/paypal/includes/class-wc-gateway-paypal-ipn-handler.php:257
6184
- msgid "Payment for order %s refunded"
6185
- msgstr "وجه پرداختی برای سفارش %s بازگردانده شد"
6186
 
6187
- #: includes/gateways/paypal/includes/class-wc-gateway-paypal-ipn-handler.php:258
6188
- msgid "Order #%s has been marked as refunded - PayPal reason code: %s"
6189
- msgstr "سفارش #%s به عنوان بازپرداختی برچسب خورد - کد علت پی‌پل: %s"
6190
 
6191
- #: includes/gateways/paypal/includes/class-wc-gateway-paypal-ipn-handler.php:272
6192
- msgid "Payment for order %s reversed"
6193
- msgstr ""
6194
 
6195
- #: includes/gateways/paypal/includes/class-wc-gateway-paypal-ipn-handler.php:273
6196
- msgid "Order #%s has been marked on-hold due to a reversal - PayPal reason code: %s"
6197
- msgstr "سفارش #%s به عنوان متوقف‌شده به دلیل بازگشت برچسب خورد - کد علت پی‌پل: %s"
6198
 
6199
- #: includes/gateways/paypal/includes/class-wc-gateway-paypal-ipn-handler.php:284
6200
- msgid "Reversal cancelled for order #%s"
6201
- msgstr "برگشت های لغو شده برای سفارش %s"
 
 
 
 
 
 
 
 
 
 
 
6202
 
6203
- #: includes/gateways/paypal/includes/class-wc-gateway-paypal-ipn-handler.php:285
6204
- msgid "Order #%s has had a reversal cancelled. Please check the status of payment and update the order status accordingly here: %s"
6205
- msgstr "درخواست برگشت سفارش #%s رد شده است. خواهشمند است وضعیت پرداخت را بررسی کرده و وضعیت سفارش را بر این اساس: %s بروزرسانی نمایید."
 
 
 
6206
 
6207
- #: includes/gateways/paypal/includes/class-wc-gateway-paypal-pdt-handler.php:94
6208
- msgid "Validation error: PayPal amounts do not match (amt %s)."
6209
- msgstr "خطای معتبرسازی: مقادیر پی‌پل همخوانی ندارند. ( %s ) "
 
 
 
6210
 
6211
- #: includes/gateways/paypal/includes/class-wc-gateway-paypal-pdt-handler.php:96
6212
- msgid "PDT payment completed"
6213
- msgstr "پرداخت PDTتکمیل شد"
 
6214
 
6215
- #: includes/gateways/paypal/includes/class-wc-gateway-paypal-request.php:179
6216
- #: includes/gateways/paypal/includes/class-wc-gateway-paypal-request.php:203
6217
- msgid "Shipping via %s"
6218
- msgstr "حمل و نقل از طریق %s"
6219
 
6220
- #: includes/gateways/paypal/includes/settings-paypal.php:14
6221
- msgid "Enable PayPal standard"
6222
- msgstr "فعال کردن پی پال استاندارد"
 
6223
 
6224
- #: includes/gateways/paypal/includes/settings-paypal.php:28
6225
- #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:204
6226
- msgid "This controls the description which the user sees during checkout."
6227
- msgstr "این کنترل ها مشخص میکنند که کاربر طی فرایند پرداخت چه چیزهایی میبیند"
6228
 
6229
- #: includes/gateways/paypal/includes/settings-paypal.php:29
6230
- msgid "Pay via PayPal; you can pay with your credit card if you don't have a PayPal account."
6231
- msgstr "پرداخت از راه پی‌پال، اگر حساب کاربری پی‌پال ندارید، می توانید با کارت اعتباری پرداخت کنید."
6232
 
6233
- #: includes/gateways/paypal/includes/settings-paypal.php:32
6234
- msgid "PayPal Email"
6235
- msgstr "ايميل پی‌پل"
6236
 
6237
- #: includes/gateways/paypal/includes/settings-paypal.php:34
6238
- msgid "Please enter your PayPal email address; this is needed in order to take payment."
6239
- msgstr "خواهشمندیم ايميل پی‌پل خود را وارد کنید. این کار برای پرداخت لازم است."
 
 
 
 
6240
 
6241
- #: includes/gateways/paypal/includes/settings-paypal.php:40
6242
- msgid "PayPal Sandbox"
6243
- msgstr "سندباکس پی‌پال"
 
 
 
 
6244
 
6245
- #: includes/gateways/paypal/includes/settings-paypal.php:42
6246
- msgid "Enable PayPal sandbox"
6247
- msgstr "فعال کردن سندباکس پی‌پال"
 
 
 
6248
 
6249
- #: includes/gateways/paypal/includes/settings-paypal.php:44
6250
- msgid "PayPal sandbox can be used to test payments. Sign up for a developer account <a href=\"%s\">here</a>."
6251
- msgstr "سندباکس پی‌پال را می توان برای آزمایش پرداخت ها استفاده کرد. برای یک حساب برنامه نویس <a href=\"%s\">اینجا</a> نام نویسی کنید "
 
 
 
6252
 
6253
- #: includes/gateways/paypal/includes/settings-paypal.php:47
6254
- msgid "Debug Log"
6255
- msgstr "گزارش عیب یابی"
 
 
 
6256
 
6257
- #: includes/gateways/paypal/includes/settings-paypal.php:49
6258
- msgid "Enable logging"
6259
- msgstr "فعال کردن گزارش گیری"
6260
 
6261
- #: includes/gateways/paypal/includes/settings-paypal.php:51
6262
- msgid "Log PayPal events, such as IPN requests, inside <code>%s</code>"
6263
- msgstr "گزارش رویدادهای پی‌پال، نظیر درخواست آی پی ان درون <code>%s</code>"
 
 
 
 
6264
 
6265
- #: includes/gateways/paypal/includes/settings-paypal.php:54
6266
- msgid "Advanced options"
6267
- msgstr "گزینه های پیشرفته"
6268
 
6269
- #: includes/gateways/paypal/includes/settings-paypal.php:59
6270
- msgid "Receiver Email"
6271
- msgstr "ایمیل دریافت کننده"
6272
 
6273
- #: includes/gateways/paypal/includes/settings-paypal.php:61
6274
- msgid "If your main PayPal email differs from the PayPal email entered above, input your main receiver email for your PayPal account here. This is used to validate IPN requests."
6275
- msgstr "If your main PayPal email differs from the PayPal email entered above, input your main receiver email for your PayPal account here. This is used to validate IPN requests."
6276
 
6277
- #: includes/gateways/paypal/includes/settings-paypal.php:67
6278
- msgid "PayPal Identity Token"
6279
- msgstr "PayPal Identity Token"
 
6280
 
6281
- #: includes/gateways/paypal/includes/settings-paypal.php:69
6282
- msgid "Optionally enable \"Payment Data Transfer\" (Profile > Profile and Settings > My Selling Tools > Website Preferences) and then copy your identity token here. This will allow payments to be verified without the need for PayPal IPN."
6283
- msgstr "برای فعال کردن \"انتقال داده های پرداخت\" به (پروفایل > پروفایل و پیکربندی > ابزار فروش من > عملکرد وب سایت) رفته و رمز هویت را در اینجا کپی کنید. اینکار اجازه پرداخت تایید شده بدون نیاز به IPN پی پال را خواهد داد."
 
 
 
 
6284
 
6285
- #: includes/gateways/paypal/includes/settings-paypal.php:75
6286
- msgid "Invoice Prefix"
6287
- msgstr "پیش فاکتور"
 
 
 
 
 
6288
 
6289
- #: includes/gateways/cod/class-wc-gateway-cod.php:61
6290
- msgid "Enable COD"
6291
- msgstr "پرداخت هنگام دریافت فعال است"
6292
-
6293
- #: includes/gateways/cod/class-wc-gateway-cod.php:62
6294
- msgid "Enable Cash on Delivery"
6295
- msgstr "فعال کردن پرداخت هنگام تحویل"
6296
 
6297
- #: includes/gateways/cod/class-wc-gateway-cod.php:77
6298
- msgid "Payment method description that the customer will see on your website."
6299
- msgstr "توضیحات پرداخت برای خریدار در هنگام انتخاب درگاه نمایش داده می‌شود."
 
 
 
 
6300
 
6301
- #: includes/gateways/cod/class-wc-gateway-cod.php:78
6302
- #: includes/gateways/cod/class-wc-gateway-cod.php:85
6303
- msgid "Pay with cash upon delivery."
6304
- msgstr "پرداخت نقدی پس از تحویل."
6305
 
6306
- #: includes/gateways/cod/class-wc-gateway-cod.php:84
6307
- msgid "Instructions that will be added to the thank you page."
6308
- msgstr "توضیحات در برگه تشکر، بعد از پرداخت."
6309
 
6310
- #: includes/gateways/cod/class-wc-gateway-cod.php:89
6311
- msgid "Enable for shipping methods"
6312
- msgstr "فعال کردن روشهای ارسال"
6313
 
6314
- #: includes/gateways/cod/class-wc-gateway-cod.php:94
6315
- msgid "If COD is only available for certain methods, set it up here. Leave blank to enable for all methods."
6316
- msgstr "اگر میخواهید پرداخت هنگام دریافت فقط در موارد خاصی فعال باشد، از اینجا پیکربندی آن را انجام دهید. اگر خالی بگذارید، برای تمام روشها اعمال میشود."
6317
 
6318
- #: includes/gateways/cod/class-wc-gateway-cod.php:98
6319
- msgid "Select shipping methods"
6320
- msgstr "انتخاب روشهای ارسال"
 
 
 
6321
 
6322
- #: includes/gateways/cod/class-wc-gateway-cod.php:102
6323
- msgid "Accept for virtual orders"
6324
- msgstr "تایید برای سفارش های مجازی"
6325
 
6326
- #: includes/gateways/cod/class-wc-gateway-cod.php:103
6327
- msgid "Accept COD if the order is virtual"
6328
- msgstr "پذیرش حمل و نقل COD در صورت مجازی بودن سفارش"
6329
 
6330
- #: includes/gateways/cod/class-wc-gateway-cod.php:202
6331
- msgid "Payment to be made upon delivery."
6332
- msgstr "پرداخت پس از تحویل"
6333
 
6334
- #: includes/gateways/paypal/class-wc-gateway-paypal.php:35
6335
- msgid "Proceed to PayPal"
6336
- msgstr "انتقال به پی پال"
 
6337
 
6338
- #: includes/gateways/paypal/class-wc-gateway-paypal.php:36
6339
- #: includes/gateways/paypal/includes/settings-paypal.php:21
6340
- msgid "PayPal"
6341
- msgstr "پی‌پال"
 
 
 
 
 
6342
 
6343
- #: includes/gateways/paypal/class-wc-gateway-paypal.php:37
6344
- msgid "PayPal standard sends customers to PayPal to enter their payment information. PayPal IPN requires fsockopen/cURL support to update order statuses after payment. Check the %ssystem status%s page for more details."
6345
- msgstr "استاندارد PayPal از مشتریان می خواهد تا اطلاعات پرداخت خود را وارد نمایند. IPN PayPal به جهت بروزرسانی وضعیت های رزرو پس از پرداخت، نیازمند پشتیبانی fsockopen/cURL می باشد. برای جزئیات بیشتر به صفحه %ssystem status%s بروید."
6346
 
6347
- #: includes/gateways/paypal/class-wc-gateway-paypal.php:95
6348
- msgid "PayPal Acceptance Mark"
6349
- msgstr "نشانه گذاری پذیرش پی پال"
 
6350
 
6351
- #: includes/gateways/paypal/class-wc-gateway-paypal.php:98
6352
- msgid "What is PayPal?"
6353
- msgstr "پی پال چیست؟"
 
6354
 
6355
- #: includes/gateways/paypal/class-wc-gateway-paypal.php:207
6356
- msgid "Gateway Disabled"
6357
- msgstr "درگاه غيرفعال شده است"
 
6358
 
6359
- #: includes/gateways/paypal/class-wc-gateway-paypal.php:207
6360
- msgid "PayPal does not support your store currency."
6361
- msgstr "پی‌پل واحد پول فروشگاه شما را قبول نمیکند."
 
 
 
 
6362
 
6363
- #: includes/gateways/paypal/class-wc-gateway-paypal.php:271
6364
- msgid "Refund Failed: No transaction ID"
6365
- msgstr "مشکل در بازگردانی وجه: نبود شماره تراکنش"
6366
 
6367
- #: includes/gateways/paypal/class-wc-gateway-paypal.php:292
6368
- msgid "Refunded %s - Refund ID: %s"
6369
- msgstr "مسترد شده %s - شناسه استرداد: %s"
 
 
6370
 
6371
- #: includes/gateways/paypal/includes/class-wc-gateway-paypal-ipn-handler.php:133
6372
- msgid "Validation error: PayPal currencies do not match (code %s)."
6373
- msgstr "خطای معتبرسازی: مقادیر پی‌پل همخوانی ندارند. (کد %s ) "
6374
 
6375
- #: includes/gateways/cod/class-wc-gateway-cod.php:27
6376
- msgid "Have your customers pay with cash (or by other means) upon delivery."
6377
- msgstr "پرداخت هزینه خرید هنگام تحویل در محل"
 
 
 
 
 
 
 
 
 
 
 
 
6378
 
6379
- #: includes/gateways/bacs/class-wc-gateway-bacs.php:89
6380
- msgid "Make your payment directly into our bank account. Please use your Order ID as the payment reference. Your order won't be shipped until the funds have cleared in our account."
6381
- msgstr "پرداخت خود را مستقیما به حساب بانکی ما واریز کنید . خواهشمندیم شماره سفارش خود را بعنوان کد ارجاع پرداخت استفاده کنید. سفارش شما تا زمانی که وجوه به حساب ما وارد نشود ارسال نخواهد شد."
 
 
 
 
 
 
 
 
6382
 
6383
- #: includes/gateways/bacs/class-wc-gateway-bacs.php:93
6384
- #: includes/gateways/cheque/class-wc-gateway-cheque.php:74
6385
- #: includes/gateways/cod/class-wc-gateway-cod.php:82
6386
- msgid "Instructions"
6387
- msgstr "دستورالعمل‌ها"
6388
 
6389
- #: includes/gateways/bacs/class-wc-gateway-bacs.php:95
6390
- #: includes/gateways/cheque/class-wc-gateway-cheque.php:76
6391
- msgid "Instructions that will be added to the thank you page and emails."
6392
- msgstr "دستور العمل ها در برگه تشکر و ایمیل ها افزوده می شود."
6393
 
6394
- #: includes/gateways/bacs/class-wc-gateway-bacs.php:119
6395
- #: includes/gateways/bacs/class-wc-gateway-bacs.php:277
6396
- msgid "Sort Code"
6397
- msgstr "شماره حساب"
6398
 
6399
- #: includes/class-wc-query.php:111
6400
- #: includes/gateways/bacs/class-wc-gateway-bacs.php:123
6401
- #: includes/wc-account-functions.php:94
6402
- msgid "Account Details"
6403
- msgstr "اطلاعات حساب كاربری"
6404
 
6405
- #: includes/gateways/bacs/class-wc-gateway-bacs.php:129
6406
- msgid "Account Name"
6407
- msgstr "نام حساب"
 
 
 
 
 
 
6408
 
6409
- #: includes/gateways/bacs/class-wc-gateway-bacs.php:130
6410
- #: includes/gateways/bacs/class-wc-gateway-bacs.php:297
6411
- #: includes/gateways/class-wc-payment-gateway-echeck.php:44
6412
- msgid "Account Number"
6413
- msgstr "شماره کارت"
6414
 
6415
- #: includes/gateways/bacs/class-wc-gateway-bacs.php:131
6416
- msgid "Bank Name"
6417
- msgstr "نام بانک"
6418
 
6419
- #: includes/gateways/bacs/class-wc-gateway-bacs.php:133
6420
- #: includes/gateways/bacs/class-wc-gateway-bacs.php:305
6421
- msgid "IBAN"
6422
- msgstr "شماره حساب بانک بین المللی"
6423
 
6424
- #: includes/gateways/bacs/class-wc-gateway-bacs.php:134
6425
- msgid "BIC / Swift"
6426
- msgstr "BIC (قبلا به نام سوییفت شناخته میشد)"
 
6427
 
6428
- #: includes/gateways/bacs/class-wc-gateway-bacs.php:159
6429
- msgid "+ Add Account"
6430
- msgstr "+ افزودن حساب کاربری"
6431
 
6432
- #: includes/gateways/bacs/class-wc-gateway-bacs.php:159
6433
- msgid "Remove selected account(s)"
6434
- msgstr "پاک حساب کاربری های انتخاب شده"
 
6435
 
6436
- #: includes/gateways/bacs/class-wc-gateway-bacs.php:282
6437
- msgid "Our Bank Details"
6438
- msgstr "مشخصات بانکی"
 
 
6439
 
6440
- #: includes/gateways/bacs/class-wc-gateway-bacs.php:309
6441
- msgid "BIC"
6442
- msgstr "BIC"
 
 
6443
 
6444
- #: includes/gateways/bacs/class-wc-gateway-bacs.php:337
6445
- msgid "Awaiting BACS payment"
6446
- msgstr "در انتظار واریز مبلغ به حساب"
 
 
6447
 
6448
- #: includes/gateways/bacs/class-wc-gateway-bacs.php:366
6449
- msgid "BSB"
6450
- msgstr "BSB"
 
 
6451
 
6452
- #: includes/gateways/bacs/class-wc-gateway-bacs.php:371
6453
- msgid "Bank Transit Number"
6454
- msgstr "شماره تراکنش بانک"
 
 
6455
 
6456
- #: includes/gateways/bacs/class-wc-gateway-bacs.php:376
6457
- msgid "IFSC"
6458
- msgstr "IFSC"
 
6459
 
6460
- #: includes/gateways/bacs/class-wc-gateway-bacs.php:381
6461
- msgid "Branch Sort"
6462
- msgstr "چینش شاخه"
 
6463
 
6464
- #: includes/gateways/bacs/class-wc-gateway-bacs.php:386
6465
- #: includes/gateways/bacs/class-wc-gateway-bacs.php:391
6466
- msgid "Bank Code"
6467
- msgstr "کد بانک"
6468
 
6469
- #: includes/gateways/bacs/class-wc-gateway-bacs.php:396
6470
- #: includes/gateways/class-wc-payment-gateway-echeck.php:40
6471
- msgid "Routing Number"
6472
- msgstr "شماره مسیریابی"
6473
 
6474
- #: includes/gateways/bacs/class-wc-gateway-bacs.php:401
6475
- msgid "Branch Code"
6476
- msgstr "کد شاخه"
6477
 
6478
- #: includes/emails/class-wc-email-failed-order.php:28
6479
- msgid "Failed order emails are sent to chosen recipient(s) when orders have been marked failed (if they were previously processing or on-hold)."
6480
- msgstr ""
6481
 
6482
- #: includes/emails/class-wc-email-failed-order.php:30
6483
- msgid "[{site_title}] Failed order ({order_number})"
6484
- msgstr "[{site_title}] سفارش انجام نشده ({order_number})"
6485
 
6486
- #: includes/emails/class-wc-email-new-order.php:27
6487
- msgid "New order"
6488
- msgstr "سفارش جدید"
 
6489
 
6490
- #: includes/emails/class-wc-email-new-order.php:28
6491
- msgid "New order emails are sent to chosen recipient(s) when a new order is received."
6492
- msgstr ""
6493
 
6494
- #: includes/emails/class-wc-email-new-order.php:29
6495
- msgid "New customer order"
6496
- msgstr "درخواست جدید خرید مشتری"
6497
 
6498
- #: includes/emails/class-wc-email-new-order.php:30
6499
- msgid "[{site_title}] New customer order ({order_number}) - {order_date}"
6500
- msgstr "[{site_title}] سفارش جدید مشتری ({order_number}) - {order_date}"
6501
 
6502
- #: includes/emails/class-wc-email.php:519
6503
- msgid "Plain text"
6504
- msgstr "متن ساده"
6505
 
6506
- #: includes/emails/class-wc-email.php:522
6507
- msgid "HTML"
6508
- msgstr "HTML"
6509
 
6510
- #: includes/emails/class-wc-email.php:523
6511
- msgid "Multipart"
6512
- msgstr "چند بخشی"
6513
 
6514
- #: includes/emails/class-wc-email.php:588
6515
- msgid "Could not write to template file."
6516
- msgstr "در فایل الگو نمیتوانید بنویسید"
 
6517
 
6518
- #: includes/emails/class-wc-email.php:634
6519
- msgid "Template file copied to theme."
6520
- msgstr "فایل الگو به عنوان زمینه کپی شد."
6521
 
6522
- #: includes/emails/class-wc-email.php:663
6523
- msgid "Template file deleted from theme."
6524
- msgstr "فایل الگو از زمینه پاک شد"
6525
 
6526
- #: includes/emails/class-wc-email.php:737
6527
- msgid "HTML template"
6528
- msgstr "الگوی HTML"
6529
 
6530
- #: includes/emails/class-wc-email.php:738
6531
- msgid "Plain text template"
6532
- msgstr "الگوی متنی ساده"
6533
 
6534
- #: includes/emails/class-wc-email.php:763
6535
- msgid "Delete template file"
6536
- msgstr "پاک کردن فایل الگو"
6537
 
6538
- #: includes/emails/class-wc-email.php:766
6539
- msgid "This template has been overridden by your theme and can be found in: <code>%s</code>."
6540
- msgstr "الگو بر روی زمینه شما بازنویسی شد و در اینجا قابل دسترس است <code>%s</code>."
6541
 
6542
- #: includes/emails/class-wc-email.php:779
6543
- msgid "Copy file to theme"
6544
- msgstr "کپی کردن فایل به زمینه"
6545
 
6546
- #: includes/emails/class-wc-email.php:782
6547
- msgid "To override and edit this email template copy <code>%s</code> to your theme folder: <code>%s</code>."
6548
- msgstr "برای بازنویسی و ویرایش این الگوی ایمیل پوشه الگو را<code>%s</code> کپی کنید <code>%s</code>."
6549
 
6550
- #: includes/emails/class-wc-email.php:791
6551
- msgid "File was not found."
6552
- msgstr "فایل مورد نظر یافت نشد"
6553
 
6554
- #: includes/emails/class-wc-email.php:818
6555
- msgid "View template"
6556
- msgstr "دیدن الگو"
6557
 
6558
- #: includes/emails/class-wc-email.php:819
6559
- msgid "Hide template"
6560
- msgstr "مخفی کردن الگو"
6561
 
6562
- #: includes/emails/class-wc-email.php:830
6563
- msgid "Are you sure you want to delete this template file?"
6564
- msgstr "آیا مطمئن هستید که میخواهید این فایل الگو را پاک کنید؟"
6565
 
6566
- #: includes/gateways/bacs/class-wc-gateway-bacs.php:31
6567
- msgid "BACS"
6568
- msgstr "پرداخت واریز به حساب"
6569
 
6570
- #: includes/gateways/bacs/class-wc-gateway-bacs.php:32
6571
- msgid "Allows payments by BACS, more commonly known as direct bank/wire transfer."
6572
- msgstr "اجازه پرداخت توسط BACS معمولا بعنوان انتقال مستقیم به بانک معروف می باشد."
6573
 
6574
- #: includes/gateways/bacs/class-wc-gateway-bacs.php:75
6575
- msgid "Enable Bank Transfer"
6576
- msgstr "فعال کردن خرید از طریق انتقال به کارت یا حساب"
 
6577
 
6578
- #: includes/admin/settings/views/html-admin-page-shipping-zone-methods.php:19
6579
- #: includes/gateways/bacs/class-wc-gateway-bacs.php:79
6580
- #: includes/gateways/cheque/class-wc-gateway-cheque.php:60
6581
- #: includes/gateways/cod/class-wc-gateway-cod.php:68
6582
- #: includes/gateways/paypal/includes/settings-paypal.php:18
6583
- #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:195
6584
- #: includes/shipping/free-shipping/class-wc-shipping-free-shipping.php:74
6585
- #: includes/shipping/legacy-local-delivery/class-wc-shipping-legacy-local-delivery.php:117
6586
- #: includes/shipping/legacy-local-pickup/class-wc-shipping-legacy-local-pickup.php:94
6587
- #: includes/shipping/local-pickup/class-wc-shipping-local-pickup.php:70
6588
- #: includes/widgets/class-wc-widget-cart.php:32
6589
- #: includes/widgets/class-wc-widget-layered-nav-filters.php:30
6590
- #: includes/widgets/class-wc-widget-layered-nav.php:75
6591
- #: includes/widgets/class-wc-widget-price-filter.php:32
6592
- #: includes/widgets/class-wc-widget-product-categories.php:44
6593
- #: includes/widgets/class-wc-widget-product-search.php:30
6594
- #: includes/widgets/class-wc-widget-product-tag-cloud.php:30
6595
- #: includes/widgets/class-wc-widget-products.php:30
6596
- #: includes/widgets/class-wc-widget-rating-filter.php:31
6597
- #: includes/widgets/class-wc-widget-recent-reviews.php:30
6598
- #: includes/widgets/class-wc-widget-recently-viewed.php:30
6599
- #: includes/widgets/class-wc-widget-top-rated-products.php:32
6600
- msgid "Title"
6601
- msgstr "عنوان"
6602
 
6603
- #: includes/gateways/bacs/class-wc-gateway-bacs.php:81
6604
- #: includes/gateways/cheque/class-wc-gateway-cheque.php:62
6605
- #: includes/gateways/paypal/includes/settings-paypal.php:20
6606
- #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:197
6607
- #: includes/shipping/flat-rate/includes/settings-flat-rate.php:16
6608
- #: includes/shipping/free-shipping/class-wc-shipping-free-shipping.php:76
6609
- #: includes/shipping/legacy-flat-rate/includes/settings-flat-rate.php:22
6610
- #: includes/shipping/legacy-free-shipping/class-wc-shipping-legacy-free-shipping.php:91
6611
- #: includes/shipping/legacy-local-delivery/class-wc-shipping-legacy-local-delivery.php:119
6612
- #: includes/shipping/legacy-local-pickup/class-wc-shipping-legacy-local-pickup.php:96
6613
- #: includes/shipping/local-pickup/class-wc-shipping-local-pickup.php:72
6614
- msgid "This controls the title which the user sees during checkout."
6615
- msgstr "متن نمایشی هنگام پرداخت صورتحساب"
6616
 
6617
- #: includes/gateways/bacs/class-wc-gateway-bacs.php:82
6618
- msgid "Direct Bank Transfer"
6619
- msgstr "انتقال مستقیم بانکی"
6620
 
6621
- #: includes/gateways/bacs/class-wc-gateway-bacs.php:88
6622
- #: includes/gateways/cheque/class-wc-gateway-cheque.php:69
6623
- #: includes/gateways/cod/class-wc-gateway-cod.php:70
6624
- msgid "Payment method description that the customer will see on your checkout."
6625
- msgstr "توضیحات پرداخت برای خریدار در هنگام انتخاب درگاه نمایش داده می‌شود."
6626
 
6627
- #: includes/emails/class-wc-email-customer-processing-order.php:28
6628
- msgid "Processing order"
6629
- msgstr "پردازش درخواست خرید"
6630
 
6631
- #: includes/emails/class-wc-email-customer-on-hold-order.php:30
6632
- #: includes/emails/class-wc-email-customer-processing-order.php:30
6633
- msgid "Thank you for your order"
6634
- msgstr "از خرید شما متشکریم"
6635
 
6636
- #: includes/emails/class-wc-email-customer-on-hold-order.php:31
6637
- #: includes/emails/class-wc-email-customer-processing-order.php:31
6638
- msgid "Your {site_title} order receipt from {order_date}"
6639
- msgstr "رسید خرید {site_title} شما از {order_date}"
6640
 
6641
- #: includes/emails/class-wc-email-customer-refunded-order.php:57
6642
- msgid "Your {site_title} order from {order_date} has been partially refunded"
6643
- msgstr "سفارش شما از {site_title} در تاریخ {order_date} به صورت نیمه بازپرداخت شده است"
6644
 
6645
- #: includes/emails/class-wc-email-customer-refunded-order.php:58
6646
- msgid "Your {site_title} order from {order_date} has been refunded"
6647
- msgstr "سفارش شما از {site_title} در تاریخ {order_date} بازپرداخت شده است"
6648
 
6649
- #: includes/emails/class-wc-email-customer-refunded-order.php:60
6650
- msgid "Your order has been fully refunded"
6651
- msgstr "سفارش شما به طور کامل مسترد شد"
6652
 
6653
- #: includes/emails/class-wc-email-customer-refunded-order.php:61
6654
- msgid "Your order has been partially refunded"
6655
- msgstr "سفارش شما به طور ناقص مسترد شد"
 
6656
 
6657
- #: includes/emails/class-wc-email-customer-refunded-order.php:68
6658
- msgid "Partially Refunded order"
6659
- msgstr "سفارش نیمه بازپرداخت‌شده"
6660
 
6661
- #: includes/emails/class-wc-email-customer-refunded-order.php:69
6662
- msgid "Order partially refunded emails are sent to customers when their orders are partially refunded."
6663
- msgstr "ایمیل‌های سفارش نیمه بازپرداخت‌شده هنگامی که سفارشی نیمه بازپرداختی برچسب خورد به مشتریان فرستاده شود."
6664
 
6665
- #: includes/emails/class-wc-email-customer-refunded-order.php:75
6666
- msgid "Refunded order"
6667
- msgstr "سفارش برگشت خورده"
6668
 
6669
- #: includes/emails/class-wc-email-customer-refunded-order.php:76
6670
- msgid "Order refunded emails are sent to customers when their orders are marked refunded."
6671
- msgstr "ایمیل‌های سفارش بازپرداخت‌شده هنگامی که سفارشی بازپرداختی برچسب خورد به مشتریان فرستاده شود."
 
 
 
6672
 
6673
- #: includes/emails/class-wc-email-customer-refunded-order.php:204
6674
- msgid "Full Refund Subject"
6675
- msgstr "موضوع بازپرداخت کامل"
 
 
 
6676
 
6677
- #: includes/emails/class-wc-email-customer-refunded-order.php:212
6678
- msgid "Partial Refund Subject"
6679
- msgstr "موضوع بازپرداخت نیمه"
 
 
 
6680
 
6681
- #: includes/emails/class-wc-email-customer-refunded-order.php:220
6682
- msgid "Full Refund Email Heading"
6683
- msgstr "سربرگ ایمیل برای بازپرداخت کامل"
 
6684
 
6685
- #: includes/emails/class-wc-email-customer-refunded-order.php:228
6686
- msgid "Partial Refund Email Heading"
6687
- msgstr "سربرگ ایمیل برای بازپرداخت نیمه"
6688
 
6689
- #: includes/emails/class-wc-email-customer-reset-password.php:49
6690
- msgid "Reset password"
6691
- msgstr "بازگردانی گذرواژه"
6692
 
6693
- #: includes/emails/class-wc-email-customer-reset-password.php:50
6694
- msgid "Customer \"reset password\" emails are sent when customers reset their passwords."
6695
- msgstr "ایمیل های \"نوسازی گذرواژه\" زمانی فرستاده می شود که خریدار درخواست نوسازی گذرواژه را بکند."
6696
 
6697
- #: includes/emails/class-wc-email-customer-reset-password.php:56
6698
- msgid "Password Reset for {site_title}"
6699
- msgstr "بازیابی گذرواژه در {site_title}"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6700
 
6701
- #: includes/emails/class-wc-email-customer-reset-password.php:57
6702
- msgid "Password Reset Instructions"
6703
- msgstr "مراحل بازگردانی گذرواژه"
6704
 
6705
- #: includes/emails/class-wc-email-failed-order.php:27
6706
- #: includes/emails/class-wc-email-failed-order.php:29
6707
- msgid "Failed order"
6708
- msgstr "سفارش انجام نشد"
 
 
 
6709
 
6710
- #: includes/emails/class-wc-email-cancelled-order.php:119
6711
- #: includes/emails/class-wc-email-failed-order.php:119
6712
- #: includes/emails/class-wc-email-new-order.php:124
6713
- msgid "This controls the email subject line. Leave blank to use the default subject: <code>%s</code>."
6714
- msgstr "کنترل موضوع ایمیل ها. اگر مایل به استفاده از حالت پیش فرض هستید، خالی بگذارید <code>%s</code>"
6715
-
6716
- #: includes/emails/class-wc-email-cancelled-order.php:125
6717
- #: includes/emails/class-wc-email-customer-completed-order.php:153
6718
- #: includes/emails/class-wc-email-customer-invoice.php:166
6719
- #: includes/emails/class-wc-email-failed-order.php:125
6720
- #: includes/emails/class-wc-email-new-order.php:130
6721
- #: includes/emails/class-wc-email.php:495
6722
- msgid "Email Heading"
6723
- msgstr "عنوان ایمیل"
6724
 
6725
- #: includes/emails/class-wc-email-cancelled-order.php:127
6726
- #: includes/emails/class-wc-email-failed-order.php:127
6727
- #: includes/emails/class-wc-email-new-order.php:132
6728
- msgid "This controls the main heading contained within the email notification. Leave blank to use the default heading: <code>%s</code>."
6729
- msgstr "کنترل عنوان اصلی ایمیل ها که شامل ایمیل های اطلاع رسانی هم میشود. جهت استفاده از حالت پیش فرض خالی بگذارید <code>%s</code>"
6730
-
6731
- #: includes/emails/class-wc-email-cancelled-order.php:133
6732
- #: includes/emails/class-wc-email-customer-completed-order.php:177
6733
- #: includes/emails/class-wc-email-customer-refunded-order.php:236
6734
- #: includes/emails/class-wc-email-failed-order.php:133
6735
- #: includes/emails/class-wc-email-new-order.php:138
6736
- #: includes/emails/class-wc-email.php:503
6737
- msgid "Email type"
6738
- msgstr "نوع ایمیل"
6739
 
6740
- #: includes/emails/class-wc-email-cancelled-order.php:135
6741
- #: includes/emails/class-wc-email-customer-completed-order.php:179
6742
- #: includes/emails/class-wc-email-customer-invoice.php:192
6743
- #: includes/emails/class-wc-email-customer-refunded-order.php:238
6744
- #: includes/emails/class-wc-email-failed-order.php:135
6745
- #: includes/emails/class-wc-email-new-order.php:140
6746
- #: includes/emails/class-wc-email.php:505
6747
- msgid "Choose which format of email to send."
6748
- msgstr "انتخاب کنید چه نوع ساختاری برای ایمیل فرستاده شده استفاده شود"
6749
 
6750
- #: includes/emails/class-wc-email-customer-completed-order.php:29
6751
- msgid "Completed order"
6752
- msgstr "سفارش های تکمیل شده"
6753
 
6754
- #: includes/emails/class-wc-email-customer-completed-order.php:30
6755
- msgid "Order complete emails are sent to customers when their orders are marked completed and usually indicate that their orders have been shipped."
6756
- msgstr ""
6757
- "ایمیل های سفارشات تکمیل شده، وقتی که سفارش آنها برچسب تکمیل شده دریافت میکند ارسال می شود، \n"
6758
- "و معمولا به معنی ارسال شدن سفارش آنها است."
6759
 
6760
- #: includes/emails/class-wc-email-customer-completed-order.php:32
6761
- msgid "Your order is complete"
6762
- msgstr "درخواست خرید کامل شد."
6763
 
6764
- #: includes/emails/class-wc-email-customer-completed-order.php:33
6765
- msgid "Your {site_title} order from {order_date} is complete"
6766
- msgstr "سفارش شما از {site_title} در تاریخ {order_date} تکمیل شده ( ارسال شده ) است"
6767
 
6768
- #: includes/emails/class-wc-email-customer-completed-order.php:42
6769
- msgid "Your order is complete - download your files"
6770
- msgstr "درخواست خرید شما کامل شد. فایل مورد نظر را دانلود کنید."
6771
 
6772
- #: includes/emails/class-wc-email-customer-completed-order.php:43
6773
- msgid "Your {site_title} order from {order_date} is complete - download your files"
6774
- msgstr "سفارش شما در {site_title} از {order_date} کامل شد. فایل مرد نظر را دانلود کنید"
6775
 
6776
- #: includes/emails/class-wc-email-customer-completed-order.php:147
6777
- #: includes/emails/class-wc-email-customer-completed-order.php:155
6778
- #: includes/emails/class-wc-email-customer-completed-order.php:163
6779
- #: includes/emails/class-wc-email-customer-completed-order.php:171
6780
- #: includes/emails/class-wc-email-customer-invoice.php:160
6781
- #: includes/emails/class-wc-email-customer-invoice.php:168
6782
- #: includes/emails/class-wc-email-customer-invoice.php:176
6783
- #: includes/emails/class-wc-email-customer-invoice.php:184
6784
- #: includes/emails/class-wc-email-customer-refunded-order.php:206
6785
- #: includes/emails/class-wc-email-customer-refunded-order.php:214
6786
- #: includes/emails/class-wc-email-customer-refunded-order.php:222
6787
- #: includes/emails/class-wc-email-customer-refunded-order.php:230
6788
- #: includes/emails/class-wc-email.php:489
6789
- #: includes/emails/class-wc-email.php:497
6790
- msgid "Defaults to <code>%s</code>"
6791
- msgstr "پیشفرض به <code>%s</code>"
6792
 
6793
- #: includes/emails/class-wc-email-customer-completed-order.php:161
6794
- msgid "Subject (downloadable)"
6795
- msgstr "موضوع (دانلودی)"
6796
 
6797
- #: includes/emails/class-wc-email-customer-completed-order.php:169
6798
- msgid "Email Heading (downloadable)"
6799
- msgstr "عنوان ایمیل (دانلودی)"
6800
 
6801
- #: includes/emails/class-wc-email-customer-invoice.php:42
6802
- msgid "Customer invoice"
6803
- msgstr "صورتحساب مشتری"
6804
 
6805
- #: includes/emails/class-wc-email-customer-invoice.php:43
6806
- msgid "Customer invoice emails can be sent to customers containing their order information and payment links."
6807
- msgstr "ایمیل فاکتور مشتری به همراه جزییات سفارش و پیوندهای پرداخت است که می تواند به مشتری فرستاده شود."
 
6808
 
6809
- #: includes/emails/class-wc-email-customer-invoice.php:48
6810
- msgid "Invoice for order {order_number} from {order_date}"
6811
- msgstr "صورتحساب برای خرید {order_number} از {order_date}"
 
6812
 
6813
- #: includes/emails/class-wc-email-customer-invoice.php:49
6814
- msgid "Invoice for order {order_number}"
6815
- msgstr "صورتحساب برای خرید {order_number}"
 
6816
 
6817
- #: includes/emails/class-wc-email-customer-invoice.php:51
6818
- msgid "Your {site_title} order from {order_date}"
6819
- msgstr "خرید {site_title} شما از {order_date}"
 
6820
 
6821
- #: includes/emails/class-wc-email-customer-invoice.php:52
6822
- msgid "Order {order_number} details"
6823
- msgstr "جزییات خرید {order_number}"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6824
 
6825
- #: includes/emails/class-wc-email-customer-invoice.php:158
6826
- #: includes/emails/class-wc-email.php:487
6827
- msgid "Email Subject"
6828
- msgstr "موضوع ایمیل"
6829
 
6830
- #: includes/emails/class-wc-email-customer-invoice.php:174
6831
- msgid "Email Subject (paid)"
6832
- msgstr "موضوع ایمیل (پرداخت)"
6833
 
6834
- #: includes/emails/class-wc-email-customer-invoice.php:182
6835
- msgid "Email Heading (paid)"
6836
- msgstr "عنوان ایمیل (پرداخت)"
 
6837
 
6838
- #: includes/emails/class-wc-email-customer-invoice.php:190
6839
- msgid "Email Type"
6840
- msgstr "نوع ایمیل"
6841
 
6842
- #: includes/emails/class-wc-email-customer-new-account.php:57
6843
- msgid "New account"
6844
- msgstr "حساب کاربری جدید"
6845
 
6846
- #: includes/emails/class-wc-email-customer-new-account.php:58
6847
- msgid "Customer \"new account\" emails are sent to the customer when a customer signs up via checkout or account pages."
6848
- msgstr "ایمیل \"حساب کاربری تازه\" مشتری است، هنگامیکه مشتری در برگه پرداخت یا حساب کاربری نام نویسی کرده است، به مشتری فرستاده شده است."
 
6849
 
6850
- #: includes/emails/class-wc-email-customer-new-account.php:63
6851
- msgid "Your account on {site_title}"
6852
- msgstr "حساب کاربری شما در {site_title}"
6853
 
6854
- #: includes/emails/class-wc-email-customer-new-account.php:64
6855
- msgid "Welcome to {site_title}"
6856
- msgstr "به {site_title} خوش آمدید"
6857
 
6858
- #: includes/emails/class-wc-email-customer-note.php:36
6859
- msgid "Customer note"
6860
- msgstr "یادداشت مشتری"
6861
 
6862
- #: includes/emails/class-wc-email-customer-note.php:37
6863
- msgid "Customer note emails are sent when you add a note to an order."
6864
- msgstr "ایمیل های یاداشت مشتری وقتی شما یک یادداشت به درخواست اضافه کردید، فرستاده شد."
 
6865
 
6866
- #: includes/emails/class-wc-email-customer-note.php:42
6867
- msgid "Note added to your {site_title} order from {order_date}"
6868
- msgstr "یادداشت شما به درخواست {site_title} از {order_date} اضافه شد."
6869
 
6870
- #: includes/emails/class-wc-email-customer-note.php:43
6871
- msgid "A note has been added to your order"
6872
- msgstr "یادداشت به درخواست خرید شما اضافه شد."
6873
 
6874
- #: includes/class-wc-product-variable.php:43
6875
- msgid "Select options"
6876
- msgstr "انتخاب گزینه ها"
6877
 
6878
- #: includes/class-wc-product-variable.php:745
6879
- msgid "This variable product has no active variations. Add or enable variations to allow this product to be purchased."
6880
- msgstr "این محصول متغیر هیچ گزینه ی فعال قابل تغییری ندارد. برای فعال سازی قابلیت خرید باید متغیر ها را اضافه و یا فعال نمایید."
 
 
6881
 
6882
- #: includes/class-wc-product-variation.php:721
6883
- msgid "%s &ndash; %s%s"
6884
- msgstr "%s &ndash; %s%s"
6885
 
6886
- #: includes/class-wc-query.php:91
6887
- msgid "Pay for Order"
6888
- msgstr "پرداخت برای سفارش"
6889
 
6890
- #: includes/class-wc-query.php:105
6891
- #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:614
6892
- #: templates/emails/email-order-details.php:26
6893
- #: templates/emails/email-order-details.php:28
6894
- msgid "Order #%s"
6895
- msgstr "سفارش #%s"
6896
 
6897
- #: includes/class-wc-webhook.php:610
6898
- msgid "Error: Delivery URL cannot be reached: %s"
6899
- msgstr ""
6900
 
6901
- #: includes/class-wc-webhook.php:614
6902
- msgid "Error: Delivery URL returned response code: %s"
 
 
6903
  msgstr ""
 
 
6904
 
6905
- #: includes/cli/class-wc-cli-coupon.php:241
6906
- #: includes/cli/class-wc-cli-coupon.php:431
6907
- msgid "Invalid coupon ID or code: %s"
6908
- msgstr "شناسه یا کوپن تخفیف نادرست است: %s"
6909
 
6910
- #: includes/cli/class-wc-cli-customer.php:566
6911
- msgid "Invalid customer \"%s\""
6912
- msgstr "مشتری نادرست \"%s\""
6913
 
6914
- #: includes/cli/class-wc-cli-order.php:109
6915
- msgid "Missing customer_id field"
6916
- msgstr "گزینه customer_id وجود ندارد"
6917
 
6918
- #: includes/cli/class-wc-cli-order.php:272
6919
- msgid "Invalid order \"%s\""
6920
- msgstr "سفارش نادرست \"%s\""
 
6921
 
6922
- #: includes/cli/class-wc-cli-product-category.php:124
6923
- msgid "Invalid product category ID \"%s\""
6924
- msgstr "شناسه دسته بندی محصول نادرست \"%s\""
 
 
 
 
6925
 
6926
- #: includes/cli/class-wc-cli-product.php:295
6927
- #: includes/cli/class-wc-cli-product.php:544
6928
- msgid "Invalid product \"%s\""
6929
- msgstr "محصول نادرست \"%s\""
6930
 
6931
- #: includes/cli/class-wc-cli-tax.php:300 includes/cli/class-wc-cli-tax.php:495
6932
- msgid "Invalid tax rate ID: %s"
6933
- msgstr "شناسه نادرست مالیات بر ازش افزوده: %s"
6934
 
6935
- #: includes/emails/class-wc-email-cancelled-order.php:27
6936
- #: includes/emails/class-wc-email-cancelled-order.php:29
6937
- msgid "Cancelled order"
6938
- msgstr "سفارش لفو شد"
6939
 
6940
- #: includes/emails/class-wc-email-cancelled-order.php:28
6941
- msgid "Cancelled order emails are sent to chosen recipient(s) when orders have been marked cancelled (if they were previously processing or on-hold)."
6942
- msgstr "وقتی سفارش‌ها به عنوان لغو شده نشانه گذاری می‌شوند (اگر قبلا در حال پردازش یا در انتظار بودند) ایمیل سفارشات لغو شده برای دریافت کنندگان انتخاب شده فرستاده می‌شود."
6943
 
6944
- #: includes/emails/class-wc-email-cancelled-order.php:30
6945
- msgid "[{site_title}] Cancelled order ({order_number})"
6946
- msgstr "[{site_title}] سفارش لغو شد ({order_number})"
6947
 
6948
- #: includes/emails/class-wc-email-cancelled-order.php:103
6949
- #: includes/emails/class-wc-email-customer-completed-order.php:139
6950
- #: includes/emails/class-wc-email-customer-refunded-order.php:198
6951
- #: includes/emails/class-wc-email-failed-order.php:103
6952
- #: includes/emails/class-wc-email-new-order.php:108
6953
- #: includes/emails/class-wc-email.php:481
6954
- #: includes/gateways/bacs/class-wc-gateway-bacs.php:73
6955
- #: includes/gateways/cheque/class-wc-gateway-cheque.php:54
6956
- #: includes/gateways/paypal/includes/settings-paypal.php:12
6957
- #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:188
6958
- #: includes/shipping/legacy-flat-rate/includes/settings-flat-rate.php:14
6959
- #: includes/shipping/legacy-free-shipping/class-wc-shipping-legacy-free-shipping.php:83
6960
- msgid "Enable/Disable"
6961
- msgstr "فعال/غیرفعال"
6962
 
6963
- #: includes/emails/class-wc-email-cancelled-order.php:105
6964
- #: includes/emails/class-wc-email-customer-completed-order.php:141
6965
- #: includes/emails/class-wc-email-customer-refunded-order.php:200
6966
- #: includes/emails/class-wc-email-failed-order.php:105
6967
- #: includes/emails/class-wc-email-new-order.php:110
6968
- #: includes/emails/class-wc-email.php:483
6969
- msgid "Enable this email notification"
6970
- msgstr "فعال سازی اطلاع رسانی از طریق ایمیل"
6971
 
6972
- #: includes/emails/class-wc-email-cancelled-order.php:111
6973
- #: includes/emails/class-wc-email-failed-order.php:111
6974
- #: includes/emails/class-wc-email-new-order.php:116
6975
- msgid "Enter recipients (comma separated) for this email. Defaults to <code>%s</code>."
6976
- msgstr "گیرندگان ایمیل را وارد (بوسیله کاما از هم جدا کنید). به طور پیش فرض <code>%s</code>"
6977
 
6978
- #: includes/emails/class-wc-email-cancelled-order.php:117
6979
- #: includes/emails/class-wc-email-customer-completed-order.php:145
6980
- #: includes/emails/class-wc-email-failed-order.php:117
6981
- #: includes/emails/class-wc-email-new-order.php:122
6982
- msgid "Subject"
6983
- msgstr "موضوع"
6984
 
6985
- #: includes/class-wc-post-types.php:369
6986
- msgid "View Coupon"
6987
- msgstr "نمایش کوپن"
 
 
 
 
6988
 
6989
- #: includes/class-wc-post-types.php:370
6990
- msgid "Search Coupons"
6991
- msgstr "جستجوی کوپن ها"
6992
 
6993
- #: includes/class-wc-post-types.php:371
6994
- msgid "No Coupons found"
6995
- msgstr "کوپنی یافت نشد"
 
 
 
 
6996
 
6997
- #: includes/class-wc-post-types.php:372
6998
- msgid "No Coupons found in trash"
6999
- msgstr "کوپنی در زباله‌دان پیدا نشد"
7000
 
7001
- #: includes/class-wc-post-types.php:373
7002
- msgid "Parent Coupon"
7003
- msgstr "کوپن مادر"
 
 
7004
 
7005
- #: includes/class-wc-post-types.php:378
7006
- msgid "This is where you can add new coupons that customers can use in your store."
7007
- msgstr "محل افزودن کوپن های خرید مشتری"
7008
 
7009
- #: includes/class-wc-post-types.php:402
7010
- msgid "Webhook"
7011
- msgstr "وب هوک"
 
 
 
 
7012
 
7013
- #: includes/class-wc-post-types.php:405
7014
- msgid "Add New Webhook"
7015
- msgstr "افزودن وب هوک تازه"
7016
 
7017
- #: includes/class-wc-post-types.php:407
7018
- msgid "Edit Webhook"
7019
- msgstr "ویرایش وب هوک"
7020
 
7021
- #: includes/class-wc-post-types.php:408
7022
- msgid "New Webhook"
7023
- msgstr "وب هوک تازه"
7024
 
7025
- #: includes/class-wc-post-types.php:409
7026
- msgid "View Webhooks"
7027
- msgstr "نمایش وب هوک ها"
7028
 
7029
- #: includes/class-wc-post-types.php:410
7030
- msgid "View Webhook"
7031
- msgstr "نمایش وب هوک"
 
 
 
 
7032
 
7033
- #: includes/class-wc-post-types.php:412
7034
- msgid "No Webhooks found"
7035
- msgstr "وب هوکی پیدا نشد"
 
 
 
7036
 
7037
- #: includes/class-wc-post-types.php:413
7038
- msgid "No Webhooks found in trash"
7039
- msgstr "وب هوکی در سطل زباله پیدا نشد"
 
 
 
 
7040
 
7041
- #: includes/class-wc-post-types.php:414
7042
- msgid "Parent Webhook"
7043
- msgstr "وب هوک مادر"
7044
 
7045
- #: includes/class-wc-post-types.php:447
7046
- msgid "Pending Payment <span class=\"count\">(%s)</span>"
7047
- msgid_plural "Pending Payment <span class=\"count\">(%s)</span>"
7048
- msgstr[0] "در انتظار پرداخت <span class=\"count\">(%s)</span>"
7049
 
7050
- #: includes/class-wc-post-types.php:455
7051
- msgid "Processing <span class=\"count\">(%s)</span>"
7052
- msgid_plural "Processing <span class=\"count\">(%s)</span>"
7053
- msgstr[0] "در حال انجام <span class=\"count\">(%s)</span>"
 
7054
 
7055
- #: includes/class-wc-post-types.php:463
7056
- msgid "On Hold <span class=\"count\">(%s)</span>"
7057
- msgid_plural "On Hold <span class=\"count\">(%s)</span>"
7058
- msgstr[0] "در انتظار بررسی <span class=\"count\">(%s)</span>"
7059
 
7060
- #: includes/class-wc-post-types.php:471
7061
- msgid "Completed <span class=\"count\">(%s)</span>"
7062
- msgid_plural "Completed <span class=\"count\">(%s)</span>"
7063
- msgstr[0] "تکمیل شده <span class=\"count\">(%s)</span>"
 
 
7064
 
7065
- #: includes/class-wc-post-types.php:479
7066
- msgid "Cancelled <span class=\"count\">(%s)</span>"
7067
- msgid_plural "Cancelled <span class=\"count\">(%s)</span>"
7068
- msgstr[0] "لغو شده <span class=\"count\">(%s)</span>"
7069
 
7070
- #: includes/class-wc-post-types.php:487
7071
- msgid "Refunded <span class=\"count\">(%s)</span>"
7072
- msgid_plural "Refunded <span class=\"count\">(%s)</span>"
7073
- msgstr[0] "مسترد شده <span class=\"count\">(%s)</span>"
 
7074
 
7075
- #: includes/class-wc-post-types.php:495
7076
- msgid "Failed <span class=\"count\">(%s)</span>"
7077
- msgid_plural "Failed <span class=\"count\">(%s)</span>"
7078
- msgstr[0] "ناموفق شده <span class=\"count\">(%s)</span>"
 
7079
 
7080
- #: includes/class-wc-product-external.php:88
7081
- msgid "Buy product"
7082
- msgstr "خرید محصول"
 
 
 
 
7083
 
7084
- #: includes/class-wc-post-types.php:258
7085
- msgid "Use as product image"
7086
- msgstr "بکارگیری به عنوان عکس محصول"
7087
 
7088
- #: includes/class-wc-post-types.php:265
7089
- msgid "This is where you can add new products to your store."
7090
- msgstr "اینجا محلی است که می‌توانید محصول را به فروشگاه خود اضافه کنید"
 
 
 
 
7091
 
7092
- #: includes/class-wc-post-types.php:301
7093
- msgid "Add Order"
7094
- msgstr "افزودن سفارش"
7095
 
7096
- #: includes/class-wc-post-types.php:302
7097
- msgid "Add New Order"
7098
- msgstr "افزودن سفارش جدید"
 
7099
 
7100
- #: includes/class-wc-post-types.php:304
7101
- msgid "Edit Order"
7102
- msgstr "ویرایش سفارش"
 
7103
 
7104
- #: includes/class-wc-post-types.php:305
7105
- msgid "New Order"
7106
- msgstr "سفارش جدید"
7107
 
7108
- #: includes/class-wc-post-types.php:308
7109
- msgid "Search Orders"
7110
- msgstr "جستجوی سفارش ها"
 
7111
 
7112
- #: includes/class-wc-post-types.php:309
7113
- msgid "No Orders found"
7114
- msgstr "سفارشی یافت نشد"
 
7115
 
7116
- #: includes/class-wc-post-types.php:310
7117
- msgid "No Orders found in trash"
7118
- msgstr "سفارشی در زباله‌دان یافت نشد"
7119
 
7120
- #: includes/class-wc-post-types.php:311
7121
- msgid "Parent Orders"
7122
- msgstr "سفارش های مادر"
 
7123
 
7124
- #: includes/class-wc-post-types.php:317
7125
- msgid "This is where store orders are stored."
7126
- msgstr "محل ذخیره سفارشات"
 
 
 
 
 
7127
 
7128
- #: includes/class-wc-post-types.php:339
7129
- msgid "Refunds"
7130
- msgstr "استردادها"
 
 
 
 
 
7131
 
7132
- #: includes/class-wc-post-types.php:361
7133
- msgid "Coupon"
7134
- msgstr "کوپن"
 
7135
 
7136
- #: includes/class-wc-post-types.php:363
7137
- msgid "Add Coupon"
7138
- msgstr "افزودن کوپن"
 
7139
 
7140
- #: includes/class-wc-post-types.php:364
7141
- msgid "Add New Coupon"
7142
- msgstr "افزودن کوپن جدید"
 
7143
 
7144
- #: includes/class-wc-post-types.php:366
7145
- msgid "Edit Coupon"
7146
- msgstr "ویرایش کوپن"
7147
 
7148
- #: includes/class-wc-post-types.php:367
7149
- msgid "New Coupon"
7150
- msgstr "کوپن جدید"
7151
 
7152
- #: includes/class-wc-post-types.php:368
7153
- msgid "View Coupons"
7154
- msgstr "نمایش کوپن‌ها"
 
7155
 
7156
- #: includes/class-wc-post-types.php:182
7157
- msgid "Parent %s"
7158
- msgstr "والد %s"
7159
 
7160
- #: includes/class-wc-post-types.php:183
7161
- msgid "Parent %s:"
7162
- msgstr "والد %s:"
7163
 
7164
- #: includes/class-wc-post-types.php:184
7165
- msgid "Edit %s"
7166
- msgstr "ویرایش %s"
 
7167
 
7168
- #: includes/class-wc-post-types.php:185
7169
- msgid "Update %s"
7170
- msgstr "بروزرسانی %s"
 
7171
 
7172
- #: includes/class-wc-post-types.php:186
7173
- msgid "Add New %s"
7174
- msgstr "افزودن %s تازه"
7175
 
7176
- #: includes/class-wc-post-types.php:187
7177
- msgid "New %s"
7178
- msgstr "%s جدید"
7179
 
7180
- #: includes/class-wc-post-types.php:244
7181
- msgid "Add Product"
7182
- msgstr "افزودن محصول"
 
7183
 
7184
- #: includes/class-wc-post-types.php:245
7185
- msgid "Add New Product"
7186
- msgstr "افزودن محصول جدید"
7187
 
7188
- #: includes/class-wc-post-types.php:247
7189
- msgid "Edit Product"
7190
- msgstr "ویرایش محصول"
 
 
7191
 
7192
- #: includes/class-wc-post-types.php:248
7193
- msgid "New Product"
7194
- msgstr "محصول جدید"
 
 
7195
 
7196
- #: includes/class-wc-post-types.php:249 includes/class-wc-post-types.php:250
7197
- msgid "View Product"
7198
- msgstr "نمایش محصول"
 
 
7199
 
7200
- #: includes/class-wc-post-types.php:251
7201
- msgid "Search Products"
7202
- msgstr "جستجوی محصولات"
 
 
7203
 
7204
- #: includes/class-wc-post-types.php:252
7205
- msgid "No Products found"
7206
- msgstr "محصولی یافت نشد"
 
 
7207
 
7208
- #: includes/class-wc-post-types.php:253
7209
- msgid "No Products found in trash"
7210
- msgstr "محصولی در زباله‌دان پیدا نشد"
 
 
7211
 
7212
- #: includes/class-wc-post-types.php:254
7213
- msgid "Parent Product"
7214
- msgstr "محصول مادر"
 
 
7215
 
7216
- #: includes/class-wc-post-types.php:255
7217
- #: templates/emails/email-order-items.php:34
7218
- msgid "Product Image"
7219
- msgstr "تصویر محصول"
 
7220
 
7221
- #: includes/class-wc-post-types.php:256
7222
- msgid "Set product image"
7223
- msgstr "گزینش نگاره محصول"
 
 
7224
 
7225
- #: includes/class-wc-post-types.php:257
7226
- msgid "Remove product image"
7227
- msgstr "پاک کردن نگاره"
 
 
7228
 
7229
- #: includes/class-wc-post-types.php:110
7230
- msgid "Popular Product Tags"
7231
- msgstr "برچسب های محصول دوست داشتنی"
 
 
7232
 
7233
- #: includes/class-wc-post-types.php:111
7234
- msgid "Separate Product Tags with commas"
7235
- msgstr "برچسب های محصول را با کاما از هم سوا کنید."
 
 
7236
 
7237
- #: includes/class-wc-post-types.php:112
7238
- msgid "Add or remove Product Tags"
7239
- msgstr "افزودن یا پاک کردن برچسب های محصول"
 
 
7240
 
7241
- #: includes/class-wc-post-types.php:113
7242
- msgid "Choose from the most used Product tags"
7243
- msgstr "از بیشترین برچسب های بکار رفته محصول گزینش کنید"
 
 
7244
 
7245
- #: includes/class-wc-post-types.php:114
7246
- msgid "No Product Tags found"
7247
- msgstr "برچسب های محصول یافت نشد"
 
 
7248
 
7249
- #: includes/admin/class-wc-admin-help.php:65
7250
- #: includes/admin/settings/class-wc-settings-shipping.php:50
7251
- #: includes/admin/settings/views/html-admin-page-shipping-classes.php:8
7252
- #: includes/class-wc-post-types.php:136 includes/class-wc-post-types.php:138
7253
- msgid "Shipping Classes"
7254
- msgstr "کلاس‌های باربری"
7255
 
7256
- #: includes/admin/settings/class-wc-settings-shipping.php:305
7257
- #: includes/class-wc-post-types.php:139
7258
- msgid "Shipping Class"
7259
- msgstr "کلاس ارسال"
 
 
7260
 
7261
- #: includes/class-wc-post-types.php:141
7262
- msgid "Search Shipping Classes"
7263
- msgstr "جستجوی کلاس‌های حمل و نقل"
 
 
 
7264
 
7265
- #: includes/class-wc-post-types.php:142
7266
- msgid "All Shipping Classes"
7267
- msgstr "همه کلاس‌های حمل و نقل "
 
 
 
 
7268
 
7269
- #: includes/class-wc-post-types.php:143
7270
- msgid "Parent Shipping Class"
7271
- msgstr "کلاس حمل و نقل مادر "
 
 
7272
 
7273
- #: includes/class-wc-post-types.php:144
7274
- msgid "Parent Shipping Class:"
7275
- msgstr "کلاس حمل و نقل مادر "
7276
 
7277
- #: includes/class-wc-post-types.php:145
7278
- msgid "Edit Shipping Class"
7279
- msgstr "ویرایش کلاس حمل و نقل"
 
 
 
 
 
 
 
 
7280
 
7281
- #: includes/class-wc-post-types.php:146
7282
- msgid "Update Shipping Class"
7283
- msgstr "آپدیت کلاس حمل و نقل"
7284
 
7285
- #: includes/class-wc-post-types.php:147
7286
- msgid "Add New Shipping Class"
7287
- msgstr "افزودن کلاس جدید حمل و نقل"
7288
 
7289
- #: includes/class-wc-post-types.php:148
7290
- msgid "New Shipping Class Name"
7291
- msgstr "نام کلاس ارسال جدید حمل و نقل"
 
 
7292
 
7293
- #: includes/class-wc-post-types.php:180
7294
- msgid "Search %s"
7295
- msgstr "جستجو %s"
7296
 
7297
- #: includes/class-wc-post-types.php:181
7298
- msgid "All %s"
7299
- msgstr "همه %s"
7300
 
7301
- #: includes/class-wc-install.php:849
7302
- msgid "View WooCommerce API Docs"
7303
- msgstr "نمایش اسناد API ووکامرس"
7304
 
7305
- #: includes/class-wc-install.php:849
7306
- msgid "API Docs"
7307
- msgstr "اسناد API"
 
 
 
 
 
7308
 
7309
- #: includes/class-wc-install.php:850
7310
- msgid "Visit Premium Customer Support Forum"
7311
- msgstr "نمایش تالار پشتیبانی کاربران ویژه"
 
 
 
7312
 
7313
- #: includes/class-wc-install.php:850
7314
- msgid "Premium Support"
7315
- msgstr "پشتیبانی ویژه"
7316
 
7317
- #: includes/class-wc-post-types.php:66
7318
- msgid "Product Category"
7319
- msgstr "دسته‌بندی محصولات"
7320
 
7321
- #: includes/class-wc-post-types.php:68
7322
- msgid "Search Product Categories"
7323
- msgstr "جستجوی دسته‌بندی‌های محصولات"
7324
 
7325
- #: includes/class-wc-post-types.php:69
7326
- msgid "All Product Categories"
7327
- msgstr "تمام دسته‌بندی‌های محصولات"
7328
 
7329
- #: includes/class-wc-post-types.php:70
7330
- msgid "Parent Product Category"
7331
- msgstr "دسته‌بندی محصولات اصلی"
 
 
 
 
 
 
7332
 
7333
- #: includes/class-wc-post-types.php:71
7334
- msgid "Parent Product Category:"
7335
- msgstr "دسته‌بندی محصولات اصلی"
 
 
 
7336
 
7337
- #: includes/class-wc-post-types.php:72
7338
- msgid "Edit Product Category"
7339
- msgstr "ویرایش دسته‌بندی محصولات"
7340
 
7341
- #: includes/class-wc-post-types.php:73
7342
- msgid "Update Product Category"
7343
- msgstr "به روز رسانی دسته‌بندی محصولات"
7344
 
7345
- #: includes/class-wc-post-types.php:74
7346
- msgid "Add New Product Category"
7347
- msgstr "افزودن دسته محصول جدید"
 
 
7348
 
7349
- #: includes/class-wc-post-types.php:75
7350
- msgid "New Product Category Name"
7351
- msgstr "نام دسته محصول"
 
 
7352
 
7353
- #: includes/class-wc-post-types.php:102
7354
- msgid "Product Tag"
7355
- msgstr "برچسب محصول"
7356
 
7357
- #: includes/class-wc-post-types.php:104
7358
- msgid "Search Product Tags"
7359
- msgstr "جستجوی برچسب محصولات"
7360
 
7361
- #: includes/class-wc-post-types.php:105
7362
- msgid "All Product Tags"
7363
- msgstr "تمام برچسبهای محصول"
7364
 
7365
- #: includes/class-wc-post-types.php:106
7366
- msgid "Edit Product Tag"
7367
- msgstr "ویرایش برچسب محصول"
 
 
 
 
 
 
 
 
7368
 
7369
- #: includes/class-wc-post-types.php:107
7370
- msgid "Update Product Tag"
7371
- msgstr "بروز رسانی برچسب محصول"
 
 
 
 
7372
 
7373
- #: includes/class-wc-post-types.php:108
7374
- msgid "Add New Product Tag"
7375
- msgstr "افزودن برچسب محصول"
 
 
7376
 
7377
- #: includes/class-wc-post-types.php:109
7378
- msgid "New Product Tag Name"
7379
- msgstr "نام برچسب محصول"
 
 
 
7380
 
7381
- #: includes/class-wc-form-handler.php:976
7382
- msgid "Passwords do not match."
7383
- msgstr "گذرواژه ها با یکدیگر تطبیق ندارند."
7384
 
7385
- #: includes/class-wc-form-handler.php:1018
7386
- msgid "Anti-spam field was filled in."
7387
- msgstr "بخش ضد‌اسپم در آن پر شده بود"
7388
 
7389
- #: includes/class-wc-frontend-scripts.php:267
7390
- msgid "Please select a rating"
7391
- msgstr "خواهشمندیم یک رتبه را انتخاب کنید"
7392
 
7393
- #: includes/class-wc-frontend-scripts.php:282
7394
- msgid "Error processing checkout. Please try again."
7395
- msgstr "ایراد در پردازش تسویه حساب. خواهشمند است دوباره تلاش کنید."
 
 
7396
 
7397
- #: includes/class-wc-frontend-scripts.php:289
7398
- #: includes/wc-template-functions.php:1789
7399
- msgid "required"
7400
- msgstr "ضروری"
 
7401
 
7402
- #: includes/class-wc-frontend-scripts.php:323
7403
- msgid "Sorry, no products matched your selection. Please choose a different combination."
7404
- msgstr "با عرض پوزش، هیچ محصولی مطابق انتخاب شما یافت نشد. خواهشمندیمً ترکیب دیگری را انتخاب کنید."
 
7405
 
7406
- #: includes/class-wc-frontend-scripts.php:325
7407
- #: templates/single-product/add-to-cart/variation.php:31
7408
- msgid "Sorry, this product is unavailable. Please choose a different combination."
7409
- msgstr "با عرض پوزش، این محصول در دسترس نیست. خواهشمندیمً ترکیب دیگری را انتخاب کنید."
7410
 
7411
- #: includes/class-wc-frontend-scripts.php:349
7412
- msgid "Please enter a stronger password."
7413
- msgstr "لطفا یک رمز عبور قوی ایجاد کنید."
7414
 
7415
- #: includes/class-wc-frontend-scripts.php:350
7416
- msgid "The password should be at least seven characters long. To make it stronger, use upper and lower case letters, numbers and symbols like ! \" ? $ % ^ &amp; )."
7417
- msgstr "رمز عبور شما باید حداقل 7 کاراکتر باشد. برای قوی تر کردن رمز عبور میتوانید از کاراکتر های خاص مانند اعداد و سیمبل ها مانند ! \" ? $ % ^ &amp; ) استفاده کنید."
7418
 
7419
- #: includes/admin/views/html-notice-updated.php:14
7420
- msgid "WooCommerce data update complete. Thank you for updating to the latest version!"
7421
- msgstr "بروزرسانی اطلاعات ووکامرس با موفقیت انجام شد. از بروزرسانی به آخرین نسخه سپاسگذاریم!"
7422
 
7423
- #: includes/class-wc-install.php:256
7424
- msgid "Monthly"
7425
- msgstr "ماهانه"
 
 
 
7426
 
7427
- #: includes/class-wc-install.php:605
7428
- msgid "Shop Manager"
7429
- msgstr "مدیر فروشگاه"
7430
 
7431
- #: includes/class-wc-install.php:832
7432
- msgid "View WooCommerce Settings"
7433
- msgstr "نمایش پیکربندی ووکامرس"
7434
 
7435
- #: includes/class-wc-install.php:848
7436
- msgid "View WooCommerce Documentation"
7437
- msgstr "نمایش اسناد ووکامرس"
7438
 
7439
- #: includes/class-wc-install.php:848
7440
- msgid "Docs"
7441
- msgstr "مستندات"
7442
 
7443
- #: includes/class-wc-form-handler.php:784
7444
- msgid "Please choose the quantity of items you wish to add to your cart&hellip;"
7445
- msgstr "خواهشمندیمً تعداد مواردی که می‌خواهید به سبد خرید خود اضافه کنید را انتخاب کنید&hellip;"
7446
 
7447
- #: includes/class-wc-form-handler.php:792
7448
- msgid "Please choose a product to add to your cart&hellip;"
7449
- msgstr "خواهشمندیمً یک محصول برای اضافه کردن به سبد خرید انتخاب کنید&hellip;"
 
 
7450
 
7451
- #: includes/class-wc-form-handler.php:851
7452
- msgid "%s is a required field"
7453
- msgid_plural "%s are required fields"
7454
- msgstr[0] "فیلد %s الزامی است"
7455
 
7456
- #: includes/class-wc-form-handler.php:853
7457
- msgid "Please choose product options&hellip;"
7458
- msgstr "خواهشمندیم گزینه های محصول را انتحاب کنید"
7459
 
7460
- #: includes/class-wc-form-handler.php:883
7461
- #: includes/class-wc-form-handler.php:887
7462
- #: includes/class-wc-form-handler.php:891
7463
- #: includes/class-wc-form-handler.php:900
7464
- #: includes/class-wc-form-handler.php:1035
7465
- msgid "Error"
7466
- msgstr "خطا"
7467
 
7468
- #: includes/class-wc-form-handler.php:887
7469
- msgid "Username is required."
7470
- msgstr "نام کاربری مورد نیاز است"
7471
 
7472
- #: includes/class-wc-form-handler.php:891
7473
- msgid "Password is required."
7474
- msgstr "گذرواژه مورد نیاز است"
7475
 
7476
- #: includes/class-wc-form-handler.php:900
7477
- msgid "A user could not be found with this email address."
7478
- msgstr "هیچ حساب کاربری با این آدرس ایمیل یافت نشد."
7479
 
7480
- #: includes/class-wc-form-handler.php:972
7481
- msgid "Please enter your password."
7482
- msgstr "خواهشمندیم گذرواژه خود را وارد کنید ."
 
 
 
 
 
7483
 
7484
- #: includes/class-wc-form-handler.php:209
7485
- msgid "This email address is already registered."
7486
- msgstr "این آدرس ایمیل قبلا در سایت عضو شده است."
7487
 
7488
- #: includes/class-wc-form-handler.php:215
7489
- msgid "Your current password is incorrect."
7490
- msgstr "گذرواژه پیشین شما نادرست است."
 
7491
 
7492
- #: includes/class-wc-form-handler.php:220
7493
- msgid "Please fill out all password fields."
7494
- msgstr "خواهشمندیم تمامی فیلد های گذرواژه را تکمیل کنید."
7495
 
7496
- #: includes/class-wc-form-handler.php:223
7497
- msgid "Please enter your current password."
7498
- msgstr "خواهشمندیم گذرواژه پیشین خود را وارد کنید."
7499
 
7500
- #: includes/class-wc-form-handler.php:226
7501
- msgid "Please re-enter your password."
7502
- msgstr "خواهشمندیم گذرواژه خود را دوباره وارد کنید."
 
 
 
 
7503
 
7504
- #: includes/class-wc-form-handler.php:229
7505
- msgid "New passwords do not match."
7506
- msgstr "گذرواژه های تازه یکسان نیستند."
7507
-
7508
- #: includes/class-wc-form-handler.php:250
7509
- msgid "Account details changed successfully."
7510
- msgstr "مشخصات حساب کاربری با موفقیت تغییر یافت."
7511
-
7512
- #: includes/class-wc-form-handler.php:386
7513
- msgid "Payment method added."
7514
- msgstr "روش پرداخت افزوده شد."
7515
 
7516
- #: includes/class-wc-form-handler.php:501
7517
- #: includes/class-wc-form-handler.php:504
7518
- msgid "%s removed."
7519
- msgstr "%s پاک شده."
7520
 
7521
- #: includes/class-wc-form-handler.php:553
7522
- msgid "You can only have 1 %s in your cart."
7523
- msgstr "شما تنها می‌توانید یک %s در سبد خرید خود داشته باشید"
7524
 
7525
- #: includes/class-wc-form-handler.php:577
7526
- msgid "Cart updated."
7527
- msgstr "سبد خرید به روز شد"
 
 
 
 
 
7528
 
7529
- #: includes/class-wc-form-handler.php:643
7530
- msgid "The cart has been filled with the items from your previous order."
7531
- msgstr "سبد خرید با مشخصات سفارش قبلی شما پر شده است."
7532
 
7533
- #: includes/class-wc-form-handler.php:666
7534
- msgid "Order cancelled by customer."
7535
- msgstr "سفارش توسط مشتری لغو شد"
7536
 
7537
- #: includes/class-wc-form-handler.php:669
7538
- msgid "Your order was cancelled."
7539
- msgstr "سفارش شما لغو شد."
 
 
7540
 
7541
- #: includes/class-wc-form-handler.php:674
7542
- msgid "Your order can no longer be cancelled. Please contact us if you need assistance."
7543
- msgstr "سفارش شما دیگر نمی تواند لفو شود. لطفا با مدیریت سایت تماس بگیرید."
7544
 
7545
- #: includes/class-wc-coupon.php:861
7546
- msgid "Sorry, this coupon is not valid for sale items."
7547
- msgstr "ببخشید، این کد تخفیف برای موارد فروخته شده معتبر نیست."
7548
 
7549
- #: includes/class-wc-coupon.php:881
7550
- msgid "Coupon does not exist!"
7551
- msgstr "این کوپن وجود ندارد !"
 
7552
 
7553
- #: includes/class-wc-coupon.php:884
7554
- msgid "Please enter a coupon code."
7555
- msgstr "خواهشمندیم یک کد تخفیف وارد کنید."
 
 
 
 
7556
 
7557
- #: includes/class-wc-download-handler.php:53
7558
- msgid "Invalid download link."
7559
- msgstr "پیوند دانلود نادرست است."
7560
 
7561
- #: includes/class-wc-download-handler.php:100
7562
- #: includes/class-wc-form-handler.php:676
7563
- #: includes/shortcodes/class-wc-shortcode-checkout.php:176
7564
- #: includes/shortcodes/class-wc-shortcode-my-account.php:113
7565
- msgid "Invalid order."
7566
- msgstr "سفارش نادرست"
7567
 
7568
- #: includes/class-wc-download-handler.php:111
7569
- msgid "Sorry, you have reached your download limit for this file"
7570
- msgstr "متاسفانه محدودیت دانلود شما برای این فایل به اتمام رسیده است ."
 
 
 
7571
 
7572
- #: includes/class-wc-download-handler.php:122
7573
- msgid "Sorry, this download has expired"
7574
- msgstr ".متاسفانه زمان دانلود شما به اتمام رسیده است"
 
 
7575
 
7576
- #: includes/class-wc-download-handler.php:135
7577
- #: includes/class-wc-download-handler.php:138
7578
- msgid "You must be logged in to download files."
7579
- msgstr "براي دانلود فایل ها بايد وارد سايت شويد."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7580
 
7581
- #: includes/admin/settings/class-wc-settings-accounts.php:80
7582
- #: includes/class-wc-download-handler.php:138 templates/auth/form-login.php:44
7583
- #: templates/global/form-login.php:48 templates/myaccount/form-login.php:37
7584
- #: templates/myaccount/form-login.php:56
7585
- msgid "Login"
7586
- msgstr "ورود"
 
7587
 
7588
- #: includes/class-wc-download-handler.php:138
7589
- msgid "Log in to Download Files"
7590
- msgstr "براي دانلود فایل ها بايد وارد سايت شويد."
 
 
 
 
 
7591
 
7592
- #: includes/class-wc-download-handler.php:141
7593
- msgid "This is not your download link."
7594
- msgstr "این لینک دانلود متعلق به شما نیست."
 
 
 
 
7595
 
7596
- #: includes/class-wc-download-handler.php:174
7597
- msgid "No file defined"
7598
- msgstr "فایلی تعریف نشده است"
 
 
 
7599
 
7600
- #: includes/class-wc-download-handler.php:284
7601
- msgid "File not found"
7602
- msgstr "فايل مورد نظر يافت نشد."
 
 
 
 
7603
 
7604
- #: includes/class-wc-emails.php:456
7605
- msgid "Note"
7606
- msgstr "یادداشت"
7607
 
7608
- #: includes/class-wc-emails.php:470
7609
- msgid "Tel"
 
 
7610
  msgstr "تلفن"
7611
 
7612
- #: includes/class-wc-emails.php:509
7613
- msgid "Product low in stock"
7614
- msgstr "کمبود محصول در انبار"
7615
-
7616
- #: includes/class-wc-emails.php:510
7617
- msgid "%s is low in stock."
7618
- msgstr "%s در انبار کم می باشد"
7619
 
7620
- #: includes/class-wc-emails.php:510
7621
- msgid "There are %d left"
7622
- msgstr "هنوز %d وجود دارد"
7623
 
7624
- #: includes/class-wc-emails.php:527
7625
- msgid "Product out of stock"
7626
- msgstr "محصول موجود نیست"
 
 
 
7627
 
7628
- #: includes/class-wc-emails.php:528
7629
- msgid "%s is out of stock."
7630
- msgstr "%s در انبار موجود نیست."
7631
 
7632
- #: includes/class-wc-emails.php:557
7633
- msgid "Product Backorder"
7634
- msgstr "پیش‌خرید محصول"
7635
 
7636
- #: includes/class-wc-embed.php:109
7637
- msgid "Buy Now"
7638
- msgstr "همین الان بخرید"
7639
 
7640
- #: includes/class-wc-form-handler.php:145
7641
- msgid "Address changed successfully."
7642
- msgstr "آدرس با موفقیت تغییر یافت."
7643
 
7644
- #: includes/class-wc-form-handler.php:195
7645
- #: templates/myaccount/form-edit-account.php:40
7646
- #: templates/myaccount/form-login.php:91
7647
- msgid "Email address"
7648
- msgstr "آدرس ایمیل"
7649
 
7650
- #: includes/class-wc-form-handler.php:207 includes/wc-user-functions.php:49
7651
- msgid "Please provide a valid email address."
7652
- msgstr "خواهشمندیم یک آدرس ایمیل معتبر وارد کنید."
7653
 
7654
- #: includes/class-wc-countries.php:709
7655
- msgid "Canton"
7656
- msgstr "بخش"
7657
 
7658
- #: includes/class-wc-countries.php:721 includes/class-wc-countries.php:777
7659
- #: includes/class-wc-countries.php:838
7660
- msgid "Region"
7661
- msgstr "منطقه"
7662
 
7663
- #: includes/class-wc-countries.php:774
7664
- msgid "Town / District"
7665
- msgstr "شهر / ناحیه"
7666
 
7667
- #: includes/class-wc-countries.php:782 includes/class-wc-countries.php:931
7668
- msgid "County"
7669
- msgstr "شهرستان"
7670
 
7671
- #: includes/class-wc-countries.php:817
7672
- msgid "Prefecture"
7673
- msgstr "ریاست"
7674
 
7675
- #: includes/class-wc-countries.php:849
7676
- msgid "State / Zone"
7677
- msgstr "استان / ناحیه"
7678
 
7679
- #: includes/class-wc-countries.php:897
7680
- msgid "Municipality"
7681
- msgstr "شهرداری"
7682
 
7683
- #: includes/class-wc-countries.php:920
7684
- msgid "ZIP"
7685
- msgstr "ZIP"
7686
 
7687
- #: includes/class-wc-countries.php:1014
7688
- msgid "Email Address"
7689
- msgstr "آدرس ایمیل"
 
 
7690
 
7691
- #: includes/class-wc-coupon.php:775
7692
- msgid "Coupon code applied successfully."
7693
- msgstr "کد کوپن با موفقیت اعمال شد"
7694
 
7695
- #: includes/class-wc-coupon.php:778
7696
- msgid "Coupon code removed successfully."
7697
- msgstr "کد کوپن با موفقیت پاک شد."
7698
 
7699
- #: includes/class-wc-coupon.php:796
7700
- msgid "Coupon is not valid."
7701
- msgstr "کوپن معتبر نیست"
7702
 
7703
- #: includes/class-wc-coupon.php:799
7704
- msgid "Coupon \"%s\" does not exist!"
7705
- msgstr "کوپن \"%s\" وجود ندارد!"
7706
 
7707
- #: includes/class-wc-coupon.php:802
7708
- msgid "Sorry, it seems the coupon \"%s\" is invalid - it has now been removed from your order."
7709
- msgstr "ببخشید، به نظر میرسد کوپن \"%s\" معتبر نیست - کوپن از درخواست خرید شما پاک میشود."
7710
 
7711
- #: includes/class-wc-coupon.php:805
7712
- msgid "Sorry, it seems the coupon \"%s\" is not yours - it has now been removed from your order."
7713
- msgstr "ببخشید، به نظر میرسد کوپن \"%s\" متعلق به شما نیست - کوپن از درخواست خرید شما پاک میشود."
 
7714
 
7715
- #: includes/class-wc-coupon.php:808
7716
- msgid "Coupon code already applied!"
7717
- msgstr "کوپن در حال حاضر در حال استفاده است!"
7718
 
7719
- #: includes/class-wc-coupon.php:811
7720
- msgid "Sorry, coupon \"%s\" has already been applied and cannot be used in conjunction with other coupons."
7721
- msgstr "ببخشید، کوپن \"%s\" در حال استفاده است و نمی تواند همراه با کوپن های دیگر استفاده شود."
 
7722
 
7723
- #: includes/class-wc-coupon.php:814
7724
- msgid "Coupon usage limit has been reached."
7725
- msgstr "مهلت استفاده از کوپن به پایان رسیده است."
 
7726
 
7727
- #: includes/class-wc-coupon.php:817
7728
- msgid "This coupon has expired."
7729
- msgstr "این کوپن منقضی شده است."
7730
 
7731
- #: includes/class-wc-coupon.php:820
7732
- msgid "The minimum spend for this coupon is %s."
7733
- msgstr "کمترین میزان استفاده از این کوپن \"%s\" است"
7734
 
7735
- #: includes/class-wc-coupon.php:823
7736
- msgid "The maximum spend for this coupon is %s."
7737
- msgstr "بیشتر مقدار قابل استفاده از این کوپن %s است."
7738
 
7739
- #: includes/class-wc-coupon.php:826
7740
- msgid "Sorry, this coupon is not applicable to your cart contents."
7741
- msgstr "متاسفیم، این کد تخفیف با محتویات سبد خرید شما همخوانی ندارد."
7742
 
7743
- #: includes/class-wc-coupon.php:839
7744
- msgid "Sorry, this coupon is not applicable to the products: %s."
7745
- msgstr "ببخشید، این کوپن با محصول %s همخوانی ندارد."
 
 
 
 
 
 
7746
 
7747
- #: includes/class-wc-coupon.php:858
7748
- msgid "Sorry, this coupon is not applicable to the categories: %s."
7749
- msgstr "ببخشید، این کوپن با دسته های %s همخوانی ندارد."
 
 
 
 
7750
 
7751
- #: includes/class-wc-cart.php:941
7752
- msgid "You cannot add &quot;%s&quot; to the cart because the product is out of stock."
7753
- msgstr "شما نمی توانید &quot;%s&quot; را به سبد خرید خود اضافه کنید، این محصول در انبار موجود نیست."
7754
 
7755
- #: includes/class-wc-cart.php:945
7756
- msgid "You cannot add that amount of &quot;%s&quot; to the cart because there is not enough stock (%s remaining)."
7757
- msgstr "شما نمی توانید این تعداد از &quot;%s&quot; را به سبد خرید خود اضافه کنید. موجودی انبار به این میزان نیست"
7758
-
7759
- #: includes/class-wc-cart.php:966
7760
- msgid "You cannot add that amount to the cart &mdash; we have %s in stock and you already have %s in your cart."
7761
- msgstr "شما نمی توانید این مقدار را به سبد خرید خود بیافزایید &mdash; ما مجموعا%s موجودی در انبار داریم و قبلا %s در سبد خرید شما موجود می باشد"
7762
 
7763
- #: includes/class-wc-checkout.php:106
7764
- msgid "Account username"
7765
- msgstr "نام کاربری"
 
 
 
 
7766
 
7767
- #: includes/class-wc-checkout.php:115
7768
- msgid "Account password"
7769
- msgstr "گذرواژه"
7770
 
7771
- #: includes/class-wc-checkout.php:206 includes/class-wc-checkout.php:217
7772
- #: includes/class-wc-checkout.php:219 includes/class-wc-checkout.php:244
7773
- #: includes/class-wc-checkout.php:256 includes/class-wc-checkout.php:269
7774
- #: includes/class-wc-checkout.php:280 includes/class-wc-checkout.php:287
7775
- msgid "Error %d: Unable to create order. Please try again."
7776
- msgstr "ایراد %d: نمی توان سفارش را ساخت. دوباره تلاش کنید."
7777
 
7778
- #: includes/class-wc-checkout.php:356
7779
- msgid "We were unable to process your order, please try again."
7780
- msgstr "ما نمی توانیم سفارش را بررسی کنیم، خواهشمند دوباره تلاش کنید."
7781
 
7782
- #: includes/class-wc-form-handler.php:101
7783
- #: includes/class-wc-form-handler.php:201
7784
- msgid "is a required field."
7785
- msgstr "فید الزامی است."
7786
 
7787
- #: includes/class-wc-checkout.php:473 includes/class-wc-form-handler.php:114
7788
- #: includes/shortcodes/class-wc-shortcode-cart.php:27
7789
- msgid "Please enter a valid postcode/ZIP."
7790
- msgstr "خواهشمند است کدپستی درستی را بنویسید"
 
 
7791
 
7792
- #: includes/class-wc-checkout.php:482 includes/class-wc-form-handler.php:123
7793
- msgid "is not a valid phone number."
7794
- msgstr "تلفن تماس نادرست است."
 
 
 
 
 
 
 
 
 
 
 
 
 
7795
 
7796
- #: includes/class-wc-checkout.php:488 includes/class-wc-form-handler.php:130
7797
- msgid "is not a valid email address."
7798
- msgstr "ایمیل معتبر نیست"
 
 
 
7799
 
7800
- #: includes/class-wc-checkout.php:506
7801
- msgid "is not valid. Please enter one of the following:"
7802
- msgstr "معتبر نیست. خواهشمندیم یکی از موارد زیر را کامل کنید"
7803
 
7804
- #: includes/class-wc-checkout.php:562 includes/class-wc-form-handler.php:313
7805
- msgid "You must accept our Terms &amp; Conditions."
7806
- msgstr "شما می بایست شرایط و مقررات ما را بپذیرید."
7807
 
7808
- #: includes/class-wc-checkout.php:571
7809
- msgid "Unfortunately <strong>we do not ship %s</strong>. Please enter an alternative shipping address."
7810
- msgstr "متاسفانه <strong>ما قادر به ارسال به %s نیستیم</strong>. خواهشمندیم یک آدرس دیگر وارد کنید"
7811
 
7812
- #: includes/class-wc-checkout.php:592 includes/class-wc-form-handler.php:323
7813
- msgid "Invalid payment method."
7814
- msgstr "روش پرداخت معتبر نمی باشد . "
 
7815
 
7816
- #: includes/class-wc-comments.php:198
7817
- msgid "Please rate the product."
7818
- msgstr "به این محصول امتیاز دهید."
 
 
 
 
7819
 
7820
- #: includes/class-wc-countries.php:321
7821
- msgid "to the"
7822
- msgstr "به"
 
 
 
7823
 
7824
- #: includes/class-wc-countries.php:321
7825
- msgid "to"
7826
- msgstr "به"
 
 
7827
 
7828
- #: includes/class-wc-countries.php:333
7829
- msgid "the"
7830
- msgstr " "
 
7831
 
7832
- #: includes/class-wc-countries.php:343
7833
- msgid "VAT"
7834
- msgstr "مالیات بر ارزش افزوده"
 
7835
 
7836
- #: includes/class-wc-countries.php:353
7837
- msgid "(incl. VAT)"
7838
- msgstr "(شامل مالیات بر ارزش افزوده)"
 
7839
 
7840
- #: includes/class-wc-countries.php:353
7841
- msgid "(incl. tax)"
7842
- msgstr "(شامل مالیات)"
 
7843
 
7844
- #: includes/class-wc-countries.php:363
7845
- msgid "(ex. VAT)"
7846
- msgstr "(به عنوان مثال، مالیات بر ارزش افزوده)"
 
 
7847
 
7848
- #: includes/class-wc-countries.php:363
7849
- msgid "(ex. tax)"
7850
- msgstr "مالیات"
 
 
7851
 
7852
- #: includes/class-wc-countries.php:559
7853
- msgid "Company Name"
7854
- msgstr "نام شرکت"
 
 
7855
 
7856
- #: includes/class-wc-countries.php:584
7857
- msgid "Town / City"
7858
- msgstr "شهر"
7859
 
7860
- #: includes/class-wc-countries.php:591
7861
- msgid "State / County"
7862
- msgstr "استان / ایالت"
 
7863
 
7864
- #: includes/class-wc-countries.php:598
7865
- #: templates/cart/shipping-calculator.php:91
7866
- msgid "Postcode / ZIP"
7867
- msgstr "کدپستی"
7868
 
7869
- #: includes/class-wc-countries.php:654
7870
- msgid "Suburb"
7871
- msgstr "حومه"
 
7872
 
7873
- #: includes/class-wc-countries.php:674
7874
- msgid "District"
7875
- msgstr "منطقه"
 
7876
 
7877
- #: includes/class-wc-countries.php:681 includes/class-wc-countries.php:703
7878
- #: includes/class-wc-countries.php:726 includes/class-wc-countries.php:787
7879
- #: includes/class-wc-countries.php:812 includes/class-wc-countries.php:829
7880
- #: includes/class-wc-countries.php:891 includes/class-wc-countries.php:915
7881
- #: includes/class-wc-countries.php:957
7882
- msgid "Province"
7883
- msgstr "استان"
7884
 
7885
- #: includes/class-wc-auth.php:114
7886
- msgid "View and manage coupons"
7887
- msgstr "نمایش و مدیریت کوپن ها"
 
 
7888
 
7889
- #: includes/class-wc-auth.php:115
7890
- msgid "View and manage customers"
7891
- msgstr "نمایش و مدیریت خریداران"
 
7892
 
7893
- #: includes/class-wc-auth.php:116
7894
- msgid "View and manage orders and sales reports"
7895
- msgstr "نمایش و مدیریت سفارش ها و گزارش فروش ها"
 
7896
 
7897
- #: includes/class-wc-auth.php:117
7898
- msgid "View and manage products"
7899
- msgstr "نمایش و مدیریت محصولات"
 
7900
 
7901
- #: includes/class-wc-auth.php:181
7902
- msgid "Invalid scope %s"
7903
- msgstr "گستره نادرست %s"
 
7904
 
7905
- #: includes/class-wc-auth.php:188
7906
- msgid "The %s is not a valid URL"
7907
- msgstr "%s یک آدرس معتبر نیست"
7908
 
7909
- #: includes/class-wc-auth.php:195
7910
- msgid "The callback_url need to be over SSL"
7911
- msgstr "callback_url نیاز به پیش از SSL دارد"
 
 
 
 
7912
 
7913
- #: includes/class-wc-auth.php:213
7914
- msgid "%s - API %s (created on %s at %s)."
7915
- msgstr "%s - API %s (ایجاد شده در تاریخ %s در %s)."
7916
 
7917
- #: includes/class-wc-auth.php:275
7918
- msgid "An error occurred in the request and at the time were unable to send the consumer data"
7919
- msgstr "یک خطا در هنگام درخواست رخ داده است و در آن زمان قادر به ارسال داده های مشتری نبود"
7920
 
7921
- #: includes/class-wc-auth.php:317
7922
- msgid "API disabled!"
7923
- msgstr "API غیرفعال شد!"
7924
 
7925
- #: includes/class-wc-auth.php:359
7926
- msgid "Invalid nonce verification"
7927
- msgstr "راستی آزمایی کنونی نادرست است"
7928
 
7929
- #: includes/class-wc-auth.php:370
7930
- msgid "You do not have permissions to access this page!"
7931
- msgstr "شما مجوز کافی برای دسترسی به این برگه را ندارید!"
7932
 
7933
- #: includes/class-wc-auth.php:375
7934
- msgid "Access Denied"
7935
- msgstr "دسترسی ممکن نیست"
7936
 
7937
- #: includes/class-wc-breadcrumb.php:119
7938
- msgid "Error 404"
7939
- msgstr "404 یافت نشد"
7940
 
7941
- #: includes/class-wc-breadcrumb.php:211
7942
- msgid "Products tagged &ldquo;%s&rdquo;"
7943
- msgstr "محصولات برچسب خورده &ldquo;%s&rdquo;"
 
 
 
 
7944
 
7945
- #: includes/class-wc-breadcrumb.php:262
7946
- msgid "Posts tagged &ldquo;%s&rdquo;"
7947
- msgstr "نوشته های برچسب شده &ldquo;%s&rdquo;"
 
7948
 
7949
- #: includes/class-wc-breadcrumb.php:303
7950
- msgid "Author: %s"
7951
- msgstr "نویسنده: %s"
7952
 
7953
- #: includes/class-wc-breadcrumb.php:338
7954
- msgid "Search results for &ldquo;%s&rdquo;"
7955
- msgstr "نتیجه جستجو برای &ldquo;%s&rdquo;"
 
 
7956
 
7957
- #: includes/class-wc-breadcrumb.php:347
7958
- msgid "Page %d"
7959
- msgstr "برگه %d"
7960
 
7961
- #: includes/class-wc-cache-helper.php:219
7962
- msgid "In order for <strong>database caching</strong> to work with WooCommerce you must add <code>_wc_session_</code> to the \"Ignored Query Strings\" option in W3 Total Cache settings <a href=\"%s\">here</a>."
7963
- msgstr "به منظور اینکه <strong>ذخیره دیتابیس (کش)</strong> در ووکامرس کار کند شما باید کد <code>_wc_session_</code>را در \"نادیده گرفتن پرس و جوی رشته\" را در پیکربندی W3 Total Cache بیفزایید. <a href=\"%s\">کلیک کنید</a>."
 
 
 
 
 
7964
 
7965
- #: includes/class-wc-cart.php:238
7966
- msgid "%s has been removed from your cart because it can no longer be purchased. Please contact us if you need assistance."
7967
- msgstr "%s از سبد خرید شما به دلیل اینکه دیگر قادر به خریداری آن نیستیند پاک شده است. اگر نیاز به کمکی دارید با ما در تماس باشید"
7968
 
7969
- #: includes/class-wc-cart.php:457
7970
- msgid "An item which is no longer available was removed from your cart."
7971
- msgstr "این ایتم دیگر در دسترس نیست و از سبد خرید شما پاک گردید."
7972
 
7973
- #: includes/class-wc-cart.php:483
7974
- msgid "Sorry, \"%s\" is not in stock. Please edit your cart and try again. We apologise for any inconvenience caused."
7975
- msgstr "متاسفانه تعداد کافی %s در انبار موجود نیست. خواهشمندیم سبد خرید خود را ویرایش کنید. عذرخواهی ما را بابت این مشکل پذیرا باشید."
 
 
 
 
7976
 
7977
- #: includes/class-wc-cart.php:497
7978
- msgid "Sorry, we do not have enough \"%s\" in stock to fulfill your order (%s in stock). Please edit your cart and try again. We apologise for any inconvenience caused."
7979
- msgstr "متاسفانه تعداد کافی %s در انبار موجود نیست تا برای شما ارسال شود، تعداد موجود در انبار ما %s است. خواهشمندیم سبد خرید خود را ویرایش کنید و دوباره تلاش کنید، عذرخواهی ما را بابت این مشکل پذیرا باشید."
7980
 
7981
- #: includes/class-wc-cart.php:532
7982
- msgid "Sorry, we do not have enough \"%s\" in stock to fulfill your order right now. Please try again in %d minutes or edit your cart and try again. We apologise for any inconvenience caused."
7983
- msgstr "متاسفانه تعداد کافی %s در انبار موجود نیست تا برای شما ارسال شود، تعداد موجود در انبار ما %s است. خواهشمندیم سبد خرید خود را ویرایش کنید و دوباره تلاش کنید، عذرخواهی ما را بابت این مشکل پذیرا باشید."
7984
 
7985
- #: includes/class-wc-cart.php:695
7986
- msgid "Get cart should not be called before the wp_loaded action."
7987
- msgstr "گرفتن سبد خرید نباید قبل از صدا زدن wp-load باشد."
 
7988
 
7989
- #: includes/class-wc-cart.php:930 includes/class-wc-cart.php:965
7990
- #: includes/class-wc-frontend-scripts.php:312
7991
- #: includes/wc-cart-functions.php:115 templates/cart/mini-cart.php:85
7992
- msgid "View Cart"
7993
- msgstr "نمایش سبد خرید"
7994
 
7995
- #: includes/class-wc-cart.php:930
7996
- msgid "You cannot add another &quot;%s&quot; to your cart."
7997
- msgstr "شما نمی توانید یک &quot;%s&quot; دیگر به سبد خرید خود اضافه کنید."
7998
 
7999
- #: includes/class-wc-cart.php:936
8000
- msgid "Sorry, this product cannot be purchased."
8001
- msgstr "متاسفیم ، این محصول قابل پرداخت نیست"
8002
 
8003
- #: includes/api/legacy/v2/class-wc-api-webhooks.php:437
8004
- #: includes/api/legacy/v3/class-wc-api-webhooks.php:440
8005
- msgid "Invalid webhook delivery ID"
8006
- msgstr "شناسه روش تحویل webhook نادرست است"
 
8007
 
8008
- #: includes/api/legacy/v2/class-wc-api-webhooks.php:445
8009
- #: includes/api/legacy/v3/class-wc-api-webhooks.php:448
8010
- msgid "Invalid webhook delivery"
8011
- msgstr "روش تحویل webhook نادرست است"
8012
 
8013
- #: includes/api/legacy/v1/class-wc-api-authentication.php:93
8014
- #: includes/api/legacy/v2/class-wc-api-authentication.php:93
8015
- msgid "Consumer Key is missing"
8016
- msgstr "کلید مصرف کننده گم شده است"
 
 
 
 
 
8017
 
8018
- #: includes/api/legacy/v1/class-wc-api-authentication.php:109
8019
- #: includes/api/legacy/v2/class-wc-api-authentication.php:109
8020
- msgid "Consumer Secret is missing"
8021
- msgstr "رمز مصرف کننده گم شده است"
8022
 
8023
- #: includes/api/legacy/v2/class-wc-api-products.php:2342
8024
- msgid "Invalid product SKU"
8025
- msgstr "شناسه محصول نادرست است"
 
 
 
 
8026
 
8027
- #: includes/class-wc-ajax.php:217
8028
- msgid "Sorry there was a problem removing this coupon."
8029
- msgstr "ببخشید، ایرادی در پاک کردن کوپن وجود دارد."
 
8030
 
8031
- #: includes/class-wc-ajax.php:223
8032
- msgid "Coupon has been removed."
8033
- msgstr "کوپن پاک شده است."
8034
 
8035
- #: includes/class-wc-ajax.php:290
8036
- msgid "Sorry, your session has expired."
8037
- msgstr "متاسفانه زمان شما به اتمام رسید"
8038
 
8039
- #: includes/class-wc-ajax.php:1378
8040
- msgid "No products had their stock reduced - they may not have stock management enabled."
8041
- msgstr "هیچ محصولی موجودی خود را کاهش نداده است - ممکن است مدیریت موجودی را فعال نکرده باشد."
 
 
8042
 
8043
- #: includes/class-wc-ajax.php:1411
8044
- msgid "Item %s stock increased from %s to %s."
8045
- msgstr ""
8046
 
8047
- #: includes/class-wc-ajax.php:1418
8048
- msgid "No products had their stock increased - they may not have stock management enabled."
8049
- msgstr "هیچ محصولی موجودی خود را افزایش نداده است - ممکن است مدیریت موجودی را فعال نکرده باشد."
8050
 
8051
- #: includes/class-wc-ajax.php:1435
8052
- msgid "Value"
8053
- msgstr "ارزش"
8054
 
8055
- #: includes/class-wc-ajax.php:2187
8056
- msgid "Invalid refund amount"
8057
- msgstr "مبلغ استرداد نادرست است"
8058
 
8059
- #: includes/class-wc-ajax.php:2232
8060
- msgid "Refund failed"
8061
- msgstr "استرداد انجام نشد"
8062
 
8063
- #: includes/class-wc-ajax.php:2247
8064
- msgid "Item #%s stock increased from %s to %s."
8065
- msgstr "موجودی انبار آیتم شماره %s از %s به %s افزایش یافت."
 
8066
 
8067
- #: includes/class-wc-ajax.php:2335
8068
- msgid "Description is missing."
8069
- msgstr "توضیحات گم شده اند."
 
 
 
8070
 
8071
- #: includes/class-wc-ajax.php:2338
8072
- msgid "User is missing."
8073
- msgstr "کاربر گم شده است."
8074
 
8075
- #: includes/class-wc-ajax.php:2341
8076
- msgid "Permissions is missing."
8077
- msgstr "مجوز ها گم شده اند."
8078
 
8079
- #: includes/class-wc-ajax.php:2370
8080
- msgid "API Key updated successfully."
8081
- msgstr "کلید API بخوبی بروزرسانی شد."
 
8082
 
8083
- #: includes/class-wc-ajax.php:2400
8084
- msgid "API Key generated successfully. Make sure to copy your new API keys now. You won't be able to see it again!"
8085
- msgstr "کلید API بخوبی ساخته شد. مطمئن شوید که هم اکنون یک کپی از کلیدهای API جدید را دارید. شما نمی توانید دوباره آنها را ببینید!"
8086
 
8087
- #: includes/class-wc-ajax.php:2613
8088
- msgid "Dismiss this notice."
8089
- msgstr "پنهان کردن این آگهی."
8090
 
8091
- #: includes/class-wc-auth.php:100
8092
- msgid "View coupons"
8093
- msgstr "نمایش کوپن‌ها"
8094
 
8095
- #: includes/class-wc-auth.php:101
8096
- msgid "View customers"
8097
- msgstr "نمایش خریداران"
 
 
 
 
 
 
8098
 
8099
- #: includes/class-wc-auth.php:102
8100
- msgid "View orders and sales reports"
8101
- msgstr "نمایش سفارش ها و گزارش فروش ها"
 
 
 
8102
 
8103
- #: includes/class-wc-auth.php:103 includes/class-wc-product-grouped.php:41
8104
- msgid "View products"
8105
- msgstr "نمایش محصولات"
8106
 
8107
- #: includes/class-wc-auth.php:106 includes/class-wc-auth.php:113
8108
- msgid "Create webhooks"
8109
- msgstr "ساخت وب هوک ها"
8110
 
8111
- #: includes/class-wc-auth.php:107
8112
- msgid "Create coupons"
8113
- msgstr "ساخت کوپن ها"
 
8114
 
8115
- #: includes/class-wc-auth.php:108
8116
- msgid "Create customers"
8117
- msgstr "ساخت خریدارها"
 
8118
 
8119
- #: includes/class-wc-auth.php:109
8120
- msgid "Create orders"
8121
- msgstr "ساخت سفارش ها"
8122
 
8123
- #: includes/class-wc-auth.php:110
8124
- msgid "Create products"
8125
- msgstr "ساخت محصولات"
 
8126
 
8127
- #: includes/api/legacy/v1/class-wc-api-server.php:321
8128
- #: includes/api/legacy/v2/class-wc-api-server.php:318
8129
- #: includes/api/legacy/v3/class-wc-api-server.php:318
8130
- msgid "Unsupported request method"
8131
- msgstr "روش درخواست پشتیبانی نمی شود"
8132
 
8133
- #: includes/api/legacy/v1/class-wc-api-server.php:338
8134
- #: includes/api/legacy/v2/class-wc-api-server.php:337
8135
- #: includes/api/legacy/v3/class-wc-api-server.php:337
8136
- msgid "The handler for the route is invalid"
8137
- msgstr "برنامه کنترل برای مسیر نادرست است"
8138
 
8139
- #: includes/api/legacy/v1/class-wc-api-server.php:374
8140
- #: includes/api/legacy/v2/class-wc-api-server.php:374
8141
- #: includes/api/legacy/v3/class-wc-api-server.php:374
8142
- msgid "No route was found matching the URL and request method"
8143
- msgstr "هیچ مسیر تطبیق URL و روش درخواست پیدا شد"
8144
 
8145
- #: includes/api/legacy/v3/class-wc-api-taxes.php:128
8146
- msgid "You do not have permission to read tax rate"
8147
- msgstr ""
 
 
 
8148
 
8149
- #: includes/api/legacy/v3/class-wc-api-taxes.php:135
8150
- msgid "A tax rate with the provided ID could not be found"
8151
- msgstr ""
 
 
8152
 
8153
- #: includes/api/legacy/v3/class-wc-api-taxes.php:189
8154
- msgid "You do not have permission to create tax rates"
8155
- msgstr ""
 
 
8156
 
8157
- #: includes/api/legacy/v3/class-wc-api-taxes.php:259
8158
- msgid "You do not have permission to edit tax rates"
8159
- msgstr "شما دسترسی لازم برای ویرایش نرخ مالیات ندارید"
 
 
8160
 
8161
- #: includes/api/legacy/v3/class-wc-api-taxes.php:343
8162
- msgid "You do not have permission to delete tax rates"
8163
- msgstr "شما دسترسی لازم برای پاک نرخ مالیات ندارید"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8164
 
8165
- #: includes/api/legacy/v3/class-wc-api-taxes.php:351
8166
- msgid "Could not delete the tax rate"
8167
- msgstr "نمیتوانید این نرخ مالیات را پاک نمایید"
8168
 
8169
- #: includes/api/legacy/v3/class-wc-api-taxes.php:373
8170
- msgid "You do not have permission to read the taxes count"
8171
- msgstr "شما دسترسی لازم برای خواندن نرخ مالیات به حساب را ندارید"
8172
 
8173
- #: includes/api/legacy/v3/class-wc-api-taxes.php:526
8174
- msgid "You do not have permission to read tax classes"
8175
- msgstr "شما دسترسی لازم برای خواندن نرخ مالیات ندارید "
8176
 
8177
- #: includes/api/class-wc-rest-tax-classes-controller.php:129
8178
- #: includes/api/legacy/v3/class-wc-api-taxes.php:534
8179
- #: includes/cli/class-wc-cli-tax.php:434
8180
- msgid "Standard Rate"
8181
- msgstr "نرخ استاندارد"
8182
 
8183
- #: includes/api/legacy/v3/class-wc-api-taxes.php:569
8184
- msgid "You do not have permission to create tax classes"
8185
- msgstr "شما دسترسی لازم برای ایجاد نرخ مالیات ندارید"
 
 
8186
 
8187
- #: includes/api/legacy/v3/class-wc-api-taxes.php:593
8188
- #: includes/cli/class-wc-cli-tax.php:148
8189
- msgid "Tax class already exists"
8190
- msgstr "روش مالیات در حال حاضر وجود دارد"
 
8191
 
8192
- #: includes/api/legacy/v3/class-wc-api-taxes.php:631
8193
- msgid "You do not have permission to delete tax classes"
8194
- msgstr "شما دسترسی لازم برای پاک روش مالیات ندارید"
8195
 
8196
- #: includes/api/legacy/v3/class-wc-api-taxes.php:647
8197
- msgid "Could not delete the tax class"
8198
- msgstr "نمیتوانید این روش مالیات را پاک کنید"
8199
 
8200
- #: includes/api/legacy/v3/class-wc-api-taxes.php:681
8201
- msgid "You do not have permission to read the tax classes count"
8202
- msgstr ""
8203
 
8204
- #: includes/api/legacy/v2/class-wc-api-webhooks.php:143
8205
- #: includes/api/legacy/v3/class-wc-api-webhooks.php:143
8206
- msgid "You do not have permission to read the webhooks count"
8207
- msgstr "شما اجازه دسترسی به خواندن تعداد Webhook ها ندارید"
8208
 
8209
- #: includes/api/legacy/v2/class-wc-api-webhooks.php:176
8210
- #: includes/api/legacy/v3/class-wc-api-webhooks.php:176
8211
- msgid "You do not have permission to create webhooks"
8212
- msgstr "شما اجازه دسترسی برای ساخت وب هوک ها را ندارید"
8213
 
8214
- #: includes/api/legacy/v2/class-wc-api-webhooks.php:183
8215
- #: includes/api/legacy/v3/class-wc-api-webhooks.php:183
8216
- msgid "Webhook topic is required and must be valid"
8217
- msgstr "موضوع Webhook الزامی است و باید معتبر باشد"
 
 
8218
 
8219
- #: includes/api/legacy/v2/class-wc-api-webhooks.php:188
8220
- #: includes/api/legacy/v2/class-wc-api-webhooks.php:279
8221
- #: includes/api/legacy/v3/class-wc-api-webhooks.php:188
8222
- #: includes/api/legacy/v3/class-wc-api-webhooks.php:279
8223
- msgid "Webhook delivery URL must be a valid URL starting with http:// or https://"
8224
- msgstr "آدرس برگشتی به وب هوک باید درست باشد و با http:// یا https:// شروع شود"
8225
 
8226
- #: includes/api/legacy/v2/class-wc-api-webhooks.php:203
8227
- #: includes/api/legacy/v3/class-wc-api-webhooks.php:203
8228
- msgid "Cannot create webhook: %s"
8229
- msgstr "نمی توان وب هوک را ساخت: %s"
8230
 
8231
- #: includes/api/legacy/v2/class-wc-api-webhooks.php:268
8232
- #: includes/api/legacy/v3/class-wc-api-webhooks.php:268
8233
- msgid "Webhook topic must be valid"
8234
- msgstr "موضوع Webhook باید معتبر باشد"
8235
-
8236
- #: includes/api/legacy/v2/class-wc-api-products.php:2051
8237
- #: includes/api/legacy/v2/class-wc-api-products.php:2293
8238
- #: includes/api/legacy/v3/class-wc-api-products.php:2632
8239
- #: includes/api/legacy/v3/class-wc-api-products.php:2876
8240
- #: includes/api/legacy/v3/class-wc-api-products.php:2929
8241
- #: includes/api/legacy/v3/class-wc-api-products.php:2996
8242
- #: includes/api/legacy/v3/class-wc-api-products.php:3044
8243
- #: includes/api/legacy/v3/class-wc-api-products.php:3108
8244
- #: includes/api/legacy/v3/class-wc-api-products.php:3159
8245
- msgid "A product attribute with the provided ID could not be found"
8246
- msgstr "ویژگی محصول با شناسه داده شده را نمی توان پیدا کرد"
8247
 
8248
- #: includes/api/legacy/v2/class-wc-api-products.php:2096
8249
- #: includes/api/legacy/v3/class-wc-api-products.php:2677
8250
- msgid "Invalid product attribute type - the product attribute type must be any of these: %s"
8251
- msgstr "نوع ویژگی محصول نادرست است - ویژگی محصولات باید یکی از این موارد باشد: %s"
8252
 
8253
- #: includes/api/legacy/v2/class-wc-api-products.php:2101
8254
- #: includes/api/legacy/v3/class-wc-api-products.php:2682
8255
- msgid "Invalid product attribute order_by type - the product attribute order_by type must be any of these: %s"
8256
- msgstr ""
 
8257
 
8258
- #: includes/api/legacy/v2/class-wc-api-products.php:2126
8259
- #: includes/api/legacy/v3/class-wc-api-products.php:2707
8260
- #: includes/api/legacy/v3/class-wc-api-products.php:3038
8261
- msgid "You do not have permission to create product attributes"
8262
- msgstr "شما مجوز کافی برای ایجاد ویژگی‌های محصول ندارید"
8263
 
8264
- #: includes/api/legacy/v2/class-wc-api-products.php:2208
8265
- #: includes/api/legacy/v3/class-wc-api-products.php:2790
8266
- #: includes/api/legacy/v3/class-wc-api-products.php:3102
8267
- msgid "You do not have permission to edit product attributes"
8268
- msgstr "شما مجوز کافی برای ویرایش ویژگی‌های محصول ندارید"
8269
 
8270
- #: includes/api/class-wc-rest-product-attributes-controller.php:363
8271
- #: includes/api/legacy/v2/class-wc-api-products.php:2254
8272
- #: includes/api/legacy/v3/class-wc-api-products.php:2836
8273
- msgid "Could not edit the attribute"
8274
- msgstr "نمی توان ویژگی را ویرایش کرد"
8275
 
8276
- #: includes/api/legacy/v2/class-wc-api-products.php:2281
8277
- #: includes/api/legacy/v3/class-wc-api-products.php:2864
8278
- msgid "You do not have permission to delete product attributes"
8279
- msgstr "شما مجوز کافی برای پاک ویژگی‌های محصول ندارید"
8280
 
8281
- #: includes/api/legacy/v2/class-wc-api-products.php:2303
8282
- #: includes/api/legacy/v3/class-wc-api-products.php:2886
8283
- msgid "Could not delete the attribute"
8284
- msgstr "نمی توان ویژگی را پاک کرد"
8285
 
8286
- #: includes/api/legacy/v3/class-wc-api-products.php:2923
8287
- #: includes/api/legacy/v3/class-wc-api-products.php:2990
8288
- msgid "You do not have permission to read product attribute terms"
8289
- msgstr "شما دسترسی لازم برای خواندن ویژگی های محصول را ندارید"
8290
 
8291
- #: includes/api/legacy/v3/class-wc-api-products.php:3002
8292
- msgid "A product attribute term with the provided ID could not be found"
8293
- msgstr ""
8294
 
8295
- #: includes/api/legacy/v3/class-wc-api-products.php:3153
8296
- msgid "You do not have permission to delete product attribute terms"
8297
- msgstr ""
8298
 
8299
- #: includes/api/legacy/v3/class-wc-api-products.php:3291
8300
- #: includes/api/legacy/v3/class-wc-api-products.php:3326
8301
- msgid "You do not have permission to read product shipping classes"
 
8302
  msgstr ""
 
 
8303
 
8304
- #: includes/api/legacy/v3/class-wc-api-products.php:3321
8305
- msgid "Invalid product shipping class ID"
 
 
8306
  msgstr ""
 
 
8307
 
8308
- #: includes/api/legacy/v3/class-wc-api-products.php:3332
8309
- msgid "A product shipping class with the provided ID could not be found"
8310
- msgstr ""
8311
 
8312
- #: includes/api/legacy/v3/class-wc-api-products.php:3370
8313
- msgid "You do not have permission to create product shipping classes"
8314
- msgstr ""
8315
 
8316
- #: includes/api/legacy/v3/class-wc-api-products.php:3388
8317
- msgid "Product shipping class parent is invalid"
8318
- msgstr "مادر(والد) روش حمل و نقل محصول نادرست است"
 
8319
 
8320
- #: includes/api/legacy/v3/class-wc-api-products.php:3431
8321
- msgid "You do not have permission to edit product shipping classes"
8322
- msgstr "شما مجوز لازم برای ویرایش روش حمل و نقل را ندارید"
8323
 
8324
- #: includes/api/legacy/v3/class-wc-api-products.php:3443
8325
- msgid "Could not edit the shipping class"
8326
- msgstr "شما نمی توانید این روش حمل و نقل را ویرایش کنید"
8327
 
8328
- #: includes/api/legacy/v3/class-wc-api-products.php:3468
8329
- msgid "You do not have permission to delete product shipping classes"
8330
- msgstr "شما مجوز لازم برای پاک روش حمل و نقل را ندارید"
8331
 
8332
- #: includes/api/legacy/v3/class-wc-api-products.php:3474
8333
- msgid "Could not delete the shipping class"
8334
- msgstr "شما نمی توانید این روش حمل و نقل را پاک کنید"
8335
 
8336
- #: includes/api/legacy/v1/class-wc-api-reports.php:471
8337
- #: includes/api/legacy/v2/class-wc-api-reports.php:321
8338
- #: includes/api/legacy/v3/class-wc-api-reports.php:321
8339
- msgid "You do not have permission to read this report"
8340
- msgstr "شما اجازه دسترسی به نمایش این گزارش ندارید"
 
8341
 
8342
- #: includes/api/legacy/v1/class-wc-api-resource.php:74
8343
- #: includes/api/legacy/v2/class-wc-api-resource.php:85
8344
- #: includes/api/legacy/v3/class-wc-api-resource.php:85
8345
- msgid "Invalid %s ID"
8346
- msgstr "شناسه %s نادرست است"
8347
 
8348
- #: includes/api/legacy/v2/class-wc-api-resource.php:94
8349
- #: includes/api/legacy/v3/class-wc-api-resource.php:94
8350
- msgid "No %s found with the ID equal to %s"
8351
- msgstr "%s یافت نشد با شناسه یکسان با %s"
8352
 
8353
- #: includes/api/legacy/v1/class-wc-api-resource.php:86
8354
- #: includes/api/legacy/v2/class-wc-api-resource.php:102
8355
- #: includes/api/legacy/v3/class-wc-api-resource.php:102
8356
- msgid "Invalid %s"
8357
- msgstr "%s نادرست است"
8358
 
8359
- #: includes/api/legacy/v1/class-wc-api-resource.php:93
8360
- #: includes/api/legacy/v2/class-wc-api-resource.php:110
8361
- #: includes/api/legacy/v3/class-wc-api-resource.php:110
8362
- msgid "You do not have permission to read this %s"
8363
- msgstr "شما اجازه دسترسی به نمایش %s ندارید."
8364
 
8365
- #: includes/api/legacy/v1/class-wc-api-resource.php:98
8366
- #: includes/api/legacy/v2/class-wc-api-resource.php:115
8367
- #: includes/api/legacy/v3/class-wc-api-resource.php:115
8368
- msgid "You do not have permission to edit this %s"
8369
- msgstr "شما اجازه دسترسی به ویرایش %s ندارید."
8370
 
8371
- #: includes/api/legacy/v1/class-wc-api-resource.php:103
8372
- #: includes/api/legacy/v2/class-wc-api-resource.php:120
8373
- #: includes/api/legacy/v3/class-wc-api-resource.php:120
8374
- msgid "You do not have permission to delete this %s"
8375
- msgstr "شما اجازه دسترسی به پاک %s ندارید."
 
8376
 
8377
- #: includes/api/legacy/v1/class-wc-api-resource.php:305
8378
- #: includes/api/legacy/v2/class-wc-api-resource.php:366
8379
- #: includes/api/legacy/v3/class-wc-api-resource.php:366
8380
- msgid "Permanently deleted customer"
8381
- msgstr "مشتری برای همیشه پاک شد"
8382
 
8383
- #: includes/api/legacy/v1/class-wc-api-resource.php:307
8384
- #: includes/api/legacy/v2/class-wc-api-resource.php:368
8385
- #: includes/api/legacy/v3/class-wc-api-resource.php:368
8386
- msgid "The customer cannot be deleted"
8387
- msgstr "مشتری قادر به پاک شدن نیست."
8388
 
8389
- #: includes/api/legacy/v1/class-wc-api-server.php:170
8390
- #: includes/api/legacy/v2/class-wc-api-server.php:164
8391
- #: includes/api/legacy/v3/class-wc-api-server.php:164
8392
- msgid "Invalid authentication method"
8393
- msgstr "روش های تأیید هویت اشتباه است"
8394
 
8395
- #: includes/api/legacy/v2/class-wc-api-orders.php:1606
8396
- #: includes/api/legacy/v3/class-wc-api-orders.php:1651
8397
- msgid "Cannot create order refund, please try again"
8398
- msgstr "نمی توانیم برگشت سفارش را بسازیم، دوباره تلاش کنید"
 
8399
 
8400
- #: includes/api/legacy/v2/class-wc-api-orders.php:1623
8401
- #: includes/api/legacy/v3/class-wc-api-orders.php:1668
8402
- msgid "An error occurred while attempting to create the refund using the payment gateway API"
8403
- msgstr "در حال تلاش برای ساخت استرداد وجه با استفاده از API دروازه پرداخت یک خطا رخ داده است"
8404
 
8405
- #: includes/api/legacy/v2/class-wc-api-orders.php:1679
8406
- #: includes/api/legacy/v2/class-wc-api-orders.php:1738
8407
- #: includes/api/legacy/v3/class-wc-api-orders.php:1724
8408
- #: includes/api/legacy/v3/class-wc-api-orders.php:1783
8409
- msgid "The order refund ID provided is not associated with the order"
8410
- msgstr "شناسه استرداد سفارش ارائه شده با سفارش مرتبط نیست"
8411
 
8412
- #: includes/api/legacy/v1/class-wc-api-products.php:143
8413
- #: includes/api/legacy/v2/class-wc-api-products.php:183
8414
- #: includes/api/legacy/v3/class-wc-api-products.php:228
8415
- msgid "You do not have permission to read the products count"
8416
- msgstr "شما اجازه دسترسی به نمایش تعداد محصولات ندارید"
8417
 
8418
- #: includes/api/legacy/v2/class-wc-api-products.php:217
8419
- #: includes/api/legacy/v3/class-wc-api-products.php:262
8420
- msgid "You do not have permission to create products"
8421
- msgstr "شما اجازه دسترسی برای ساخت محصول جدید را ندارید"
8422
 
8423
- #: includes/api/legacy/v2/class-wc-api-products.php:239
8424
- #: includes/api/legacy/v2/class-wc-api-products.php:358
8425
- #: includes/api/legacy/v3/class-wc-api-products.php:284
8426
- #: includes/api/legacy/v3/class-wc-api-products.php:413
8427
- #: includes/cli/class-wc-cli-product.php:169
8428
- #: includes/cli/class-wc-cli-product.php:648
8429
- msgid "Invalid product type - the product type must be any of these: %s"
8430
- msgstr "نوع محصول نادرست است - نوع محصول می بایست یکی از این ها باشد: %s"
8431
 
8432
- #: includes/api/legacy/v1/class-wc-api-resource.php:316
8433
- #: includes/api/legacy/v2/class-wc-api-products.php:437
8434
- #: includes/api/legacy/v2/class-wc-api-resource.php:378
8435
- #: includes/api/legacy/v3/class-wc-api-products.php:492
8436
- #: includes/api/legacy/v3/class-wc-api-products.php:3166
8437
- #: includes/api/legacy/v3/class-wc-api-resource.php:377
8438
- msgid "This %s cannot be deleted"
8439
- msgstr "%s قابل پاک نیست!"
8440
 
8441
- #: includes/api/legacy/v1/class-wc-api-resource.php:319
8442
- #: includes/api/legacy/v2/class-wc-api-products.php:446
8443
- #: includes/api/legacy/v2/class-wc-api-resource.php:382
8444
- #: includes/api/legacy/v3/class-wc-api-products.php:501
8445
- #: includes/api/legacy/v3/class-wc-api-resource.php:380
8446
- msgid "Permanently deleted %s"
8447
- msgstr "%s برای همیشه پاک شد"
8448
 
8449
- #: includes/api/legacy/v1/class-wc-api-resource.php:325
8450
- #: includes/api/legacy/v2/class-wc-api-products.php:450
8451
- #: includes/api/legacy/v2/class-wc-api-products.php:2321
8452
- #: includes/api/legacy/v2/class-wc-api-resource.php:386
8453
- #: includes/api/legacy/v3/class-wc-api-products.php:505
8454
- #: includes/api/legacy/v3/class-wc-api-products.php:845
8455
- #: includes/api/legacy/v3/class-wc-api-products.php:1033
8456
- #: includes/api/legacy/v3/class-wc-api-products.php:2905
8457
- #: includes/api/legacy/v3/class-wc-api-products.php:3173
8458
- #: includes/api/legacy/v3/class-wc-api-products.php:3479
8459
- #: includes/api/legacy/v3/class-wc-api-resource.php:386
8460
- #: includes/api/legacy/v3/class-wc-api-taxes.php:354
8461
- #: includes/api/legacy/v3/class-wc-api-taxes.php:665
8462
- msgid "Deleted %s"
8463
- msgstr "% پاک شده"
8464
 
8465
- #: includes/api/legacy/v2/class-wc-api-products.php:540
8466
- #: includes/api/legacy/v2/class-wc-api-products.php:576
8467
- #: includes/api/legacy/v3/class-wc-api-products.php:595
8468
- #: includes/api/legacy/v3/class-wc-api-products.php:631
8469
- msgid "You do not have permission to read product categories"
8470
- msgstr "شما اجازه دسترسی برای خواندن دسته بندی های محصول ندارید"
8471
 
8472
- #: includes/api/legacy/v2/class-wc-api-products.php:571
8473
- #: includes/api/legacy/v3/class-wc-api-products.php:626
8474
- msgid "Invalid product category ID"
8475
- msgstr "شناسه دسته بندی محصول نادرست است"
8476
 
8477
- #: includes/api/legacy/v2/class-wc-api-products.php:582
8478
- #: includes/api/legacy/v3/class-wc-api-products.php:637
8479
- msgid "A product category with the provided ID could not be found"
8480
- msgstr "دسته محصول با شناسه ارائه شده را نمی توان یافت کرد"
 
 
 
8481
 
8482
- #: includes/api/legacy/v3/class-wc-api-products.php:686
8483
- msgid "You do not have permission to create product categories"
8484
- msgstr "شما دسترسی لازم برای ساخت دسته های محصول را ندارید"
8485
 
8486
- #: includes/api/legacy/v3/class-wc-api-products.php:706
8487
- msgid "Product category parent is invalid"
8488
- msgstr "مادر دسته بندی نادرست است"
 
 
 
 
8489
 
8490
- #: includes/api/legacy/v3/class-wc-api-products.php:766
8491
- msgid "You do not have permission to edit product categories"
8492
- msgstr "شما دسترسی لازم برای ویرایش دسته های محصول را ندارید"
8493
 
8494
- #: includes/api/legacy/v3/class-wc-api-products.php:796
8495
- msgid "Could not edit the category"
8496
- msgstr "قادر به ویرایش دسته نیستید"
8497
 
8498
- #: includes/api/legacy/v3/class-wc-api-products.php:829
8499
- msgid "You do not have permission to delete product category"
8500
- msgstr "شما دسترسی لازم برای پاک دسته بندی محصول را ندارید"
 
 
 
 
8501
 
8502
- #: includes/api/legacy/v3/class-wc-api-products.php:835
8503
- msgid "Could not delete the category"
8504
- msgstr "شما نمیتوانید این دسته بندی را پاک کنید"
8505
 
8506
- #: includes/api/legacy/v3/class-wc-api-products.php:862
8507
- #: includes/api/legacy/v3/class-wc-api-products.php:898
8508
- msgid "You do not have permission to read product tags"
8509
- msgstr "شما دسترسی لازم برای خواندن برچسب دسته بندی را ندارید"
8510
 
8511
- #: includes/api/legacy/v3/class-wc-api-products.php:893
8512
- msgid "Invalid product tag ID"
8513
- msgstr "شناسه برچسب دسته بندی نادرست است"
 
 
 
 
8514
 
8515
- #: includes/api/legacy/v3/class-wc-api-products.php:904
8516
- msgid "A product tag with the provided ID could not be found"
8517
- msgstr "برچسب محصول با شناسه ارائه شده یافت نشد"
8518
 
8519
- #: includes/api/legacy/v3/class-wc-api-products.php:939
8520
- msgid "You do not have permission to create product tags"
8521
- msgstr "شما دسترسی لازم برای ایجاد برچسب های دسته بندی محصول را ندارید"
 
8522
 
8523
- #: includes/api/legacy/v3/class-wc-api-products.php:987
8524
- msgid "You do not have permission to edit product tags"
8525
- msgstr "شما دسترسی لازم برای ویرایش برچسب های دسته بندی محصول را ندارید "
8526
 
8527
- #: includes/api/legacy/v3/class-wc-api-products.php:999
8528
- msgid "Could not edit the tag"
8529
- msgstr "نمی توانید برچسب را ویرایش کنید"
8530
 
8531
- #: includes/api/legacy/v3/class-wc-api-products.php:1022
8532
- msgid "You do not have permission to delete product tag"
8533
- msgstr "شما دسترسی لازم برای پاک برچسب دسته بندی را ندارید"
8534
 
8535
- #: includes/api/legacy/v3/class-wc-api-products.php:1028
8536
- msgid "Could not delete the tag"
8537
- msgstr "نمی توانید برچسب را پاک کنید"
 
 
 
 
8538
 
8539
- #: includes/api/legacy/v2/class-wc-api-products.php:881
8540
- #: includes/api/legacy/v2/class-wc-api-products.php:1310
8541
- #: includes/api/legacy/v3/class-wc-api-products.php:1366
8542
- #: includes/api/legacy/v3/class-wc-api-products.php:1805
8543
- #: includes/cli/class-wc-cli-product.php:1133
8544
- #: includes/cli/class-wc-cli-product.php:1583
8545
- msgid "The SKU already exists on another product"
8546
- msgstr "شناسه محصول، در یک محصول دیگر وجود دارد"
8547
-
8548
- #: includes/api/class-wc-rest-products-controller.php:305
8549
- #: includes/api/class-wc-rest-products-controller.php:306
8550
- #: includes/api/legacy/v1/class-wc-api-products.php:464
8551
- #: includes/api/legacy/v1/class-wc-api-products.php:465
8552
- #: includes/api/legacy/v2/class-wc-api-products.php:1736
8553
- #: includes/api/legacy/v2/class-wc-api-products.php:1737
8554
- #: includes/api/legacy/v3/class-wc-api-products.php:2258
8555
- #: includes/api/legacy/v3/class-wc-api-products.php:2259
8556
- #: includes/cli/class-wc-cli-product.php:921
8557
- #: includes/cli/class-wc-cli-product.php:922
8558
- #: includes/wc-product-functions.php:299
8559
- #: templates/single-product/product-image.php:47
8560
- msgid "Placeholder"
8561
- msgstr "Placeholder"
8562
 
8563
- #: includes/api/legacy/v2/class-wc-api-products.php:1813
8564
- #: includes/api/legacy/v3/class-wc-api-products.php:2369
8565
- #: includes/cli/class-wc-cli-product.php:2010
8566
- msgid "Invalid URL %s"
8567
- msgstr "آدرس %s نادرست است"
8568
-
8569
- #: includes/api/legacy/v2/class-wc-api-products.php:1856
8570
- #: includes/api/legacy/v3/class-wc-api-products.php:2412
8571
- #: includes/cli/class-wc-cli-product.php:2053
8572
- msgid "Zero size file downloaded"
8573
- msgstr "اندازه هیچ فایل دانلود شده است"
8574
-
8575
- #: includes/api/legacy/v2/class-wc-api-products.php:1997
8576
- #: includes/api/legacy/v2/class-wc-api-products.php:2041
8577
- #: includes/api/legacy/v3/class-wc-api-products.php:2578
8578
- #: includes/api/legacy/v3/class-wc-api-products.php:2622
8579
- msgid "You do not have permission to read product attributes"
8580
- msgstr "شما مجوز کافی برای خواندن ویژگی محصولات ندارید"
8581
 
8582
- #: includes/api/legacy/v2/class-wc-api-products.php:2036
8583
- #: includes/api/legacy/v3/class-wc-api-products.php:2617
8584
- #: includes/api/legacy/v3/class-wc-api-products.php:2985
8585
- msgid "Invalid product attribute ID"
8586
- msgstr "شناسه ویژگی محصول نادرست است"
8587
 
8588
- #: includes/api/legacy/v2/class-wc-api-orders.php:1316
8589
- #: includes/api/legacy/v3/class-wc-api-orders.php:1361
8590
- msgid "Cannot create order note, please try again"
8591
- msgstr "امکان ساخت یادداشت سفارش وجود ندارد ، دوباره تلاش کنید"
8592
 
8593
- #: includes/api/legacy/v2/class-wc-api-orders.php:1372
8594
- #: includes/api/legacy/v2/class-wc-api-orders.php:1434
8595
- #: includes/api/legacy/v3/class-wc-api-orders.php:1417
8596
- #: includes/api/legacy/v3/class-wc-api-orders.php:1479
8597
- msgid "The order note ID provided is not associated with the order"
8598
- msgstr "شناسه یادداشت سفارش با سفارش مورد نظر همخوانی ندارد"
8599
 
8600
- #: includes/api/legacy/v2/class-wc-api-orders.php:1441
8601
- #: includes/api/legacy/v3/class-wc-api-orders.php:1486
8602
- msgid "This order note cannot be deleted"
8603
- msgstr "قادر به پاک یادداشت سفارش نیستیم"
8604
 
8605
- #: includes/api/legacy/v2/class-wc-api-orders.php:1446
8606
- #: includes/api/legacy/v3/class-wc-api-orders.php:1491
8607
- msgid "Permanently deleted order note"
8608
- msgstr "یادداشت سفارش به صورت همیشگی پاک شد"
8609
 
8610
- #: includes/api/legacy/v2/class-wc-api-orders.php:1504
8611
- #: includes/api/legacy/v2/class-wc-api-orders.php:1667
8612
- #: includes/api/legacy/v2/class-wc-api-orders.php:1726
8613
- #: includes/api/legacy/v3/class-wc-api-orders.php:1549
8614
- #: includes/api/legacy/v3/class-wc-api-orders.php:1712
8615
- #: includes/api/legacy/v3/class-wc-api-orders.php:1771
8616
- msgid "Invalid order refund ID"
8617
- msgstr "شناسه استرداد سفارش نادرست است"
8618
-
8619
- #: includes/api/legacy/v2/class-wc-api-orders.php:1511
8620
- #: includes/api/legacy/v2/class-wc-api-orders.php:1674
8621
- #: includes/api/legacy/v2/class-wc-api-orders.php:1733
8622
- #: includes/api/legacy/v3/class-wc-api-orders.php:1556
8623
- #: includes/api/legacy/v3/class-wc-api-orders.php:1719
8624
- #: includes/api/legacy/v3/class-wc-api-orders.php:1778
8625
- msgid "An order refund with the provided ID could not be found"
8626
- msgstr "یک استرداد سفارش با شناسه ارائه شده وجود ندارد"
8627
 
8628
- #: includes/api/legacy/v2/class-wc-api-orders.php:1581
8629
- #: includes/api/legacy/v3/class-wc-api-orders.php:1626
8630
- msgid "You do not have permission to create order refunds"
8631
- msgstr "شما اجازه دسترسی برای ساخت استرداد سفارش ندارید"
8632
 
8633
- #: includes/api/legacy/v2/class-wc-api-orders.php:1594
8634
- #: includes/api/legacy/v3/class-wc-api-orders.php:1639
8635
- msgid "Refund amount is required"
8636
- msgstr "مقدار مسترد کردن الزامی است"
8637
 
8638
- #: includes/api/legacy/v2/class-wc-api-orders.php:1596
8639
- #: includes/api/legacy/v3/class-wc-api-orders.php:1641
8640
- msgid "Refund amount must be positive"
8641
- msgstr "مبلغ مسترد شده باید مثبت باشد"
 
 
8642
 
8643
- #: includes/api/legacy/v2/class-wc-api-orders.php:952
8644
- #: includes/api/legacy/v3/class-wc-api-orders.php:996
8645
- #: includes/cli/class-wc-cli-order.php:1004
8646
- msgid "Cannot update line item, try again"
8647
- msgstr "قادر به بروزرسانی خط مورد نیستیم ، دوباره تلاش کنید"
8648
 
8649
- #: includes/api/legacy/v2/class-wc-api-orders.php:1020
8650
- #: includes/api/legacy/v3/class-wc-api-orders.php:1065
8651
- #: includes/cli/class-wc-cli-order.php:1078
8652
- msgid "Shipping total must be a positive amount"
8653
- msgstr "مجموع حمل و نقل باید یک مقدار مثبت باشد"
 
8654
 
8655
- #: includes/api/legacy/v2/class-wc-api-orders.php:1027
8656
- #: includes/api/legacy/v3/class-wc-api-orders.php:1072
8657
- #: includes/cli/class-wc-cli-order.php:1085
8658
- msgid "Shipping method ID is required"
8659
- msgstr "شناسه نحوه حمل و نقل الزامی است"
8660
-
8661
- #: includes/api/legacy/v2/class-wc-api-orders.php:1035
8662
- #: includes/api/legacy/v3/class-wc-api-orders.php:1080
8663
- #: includes/cli/class-wc-cli-order.php:1093
8664
- msgid "Cannot create shipping method, try again"
8665
- msgstr "قادر به ساخت روش حمل و نقل نیستیم ، دوباره تلاش کنید"
8666
-
8667
- #: includes/api/legacy/v2/class-wc-api-orders.php:1057
8668
- #: includes/api/legacy/v3/class-wc-api-orders.php:1102
8669
- #: includes/cli/class-wc-cli-order.php:1115
8670
- msgid "Cannot update shipping method, try again"
8671
- msgstr "قادر به بروزرسانی روش حمل و نقل نیستیم ، دوباره تلاش کنید"
8672
-
8673
- #: includes/api/legacy/v2/class-wc-api-orders.php:1077
8674
- #: includes/api/legacy/v3/class-wc-api-orders.php:1122
8675
- #: includes/cli/class-wc-cli-order.php:1135
8676
- msgid "Fee title is required"
8677
- msgstr "عنوان هزینه الزامی است"
8678
 
8679
- #: includes/api/legacy/v2/class-wc-api-orders.php:1093
8680
- #: includes/api/legacy/v3/class-wc-api-orders.php:1138
8681
- #: includes/cli/class-wc-cli-order.php:1151
8682
- msgid "Fee tax class is required when fee is taxable"
8683
- msgstr "کلاس مالیات بر هزینه در هنگامی که مشمول مالیات است الزامی می باشد"
8684
-
8685
- #: includes/api/legacy/v2/class-wc-api-orders.php:1112
8686
- #: includes/api/legacy/v3/class-wc-api-orders.php:1157
8687
- #: includes/cli/class-wc-cli-order.php:1170
8688
- msgid "Cannot create fee, try again"
8689
- msgstr "امکان ساخت هزینه وجود ندارد. دوباره تلاش کنید"
8690
-
8691
- #: includes/api/legacy/v2/class-wc-api-orders.php:1138
8692
- #: includes/api/legacy/v3/class-wc-api-orders.php:1183
8693
- #: includes/cli/class-wc-cli-order.php:1196
8694
- msgid "Cannot update fee, try again"
8695
- msgstr "امکان بروزرسانی هزینه وجود ندارد. دوباره تلاش کنید"
8696
-
8697
- #: includes/api/legacy/v2/class-wc-api-orders.php:1156
8698
- #: includes/api/legacy/v3/class-wc-api-orders.php:1201
8699
- #: includes/cli/class-wc-cli-order.php:1214
8700
- msgid "Coupon discount total must be a positive amount"
8701
- msgstr "مجموع تخفیف سبد خرید می بایست یک مقدار مثبت باشد"
8702
-
8703
- #: includes/api/legacy/v2/class-wc-api-orders.php:1163
8704
- #: includes/api/legacy/v3/class-wc-api-orders.php:1208
8705
- #: includes/cli/class-wc-cli-order.php:1221
8706
- msgid "Coupon code is required"
8707
- msgstr "کد کوپن الزامی است"
8708
 
8709
- #: includes/api/legacy/v2/class-wc-api-orders.php:1169
8710
- #: includes/api/legacy/v3/class-wc-api-orders.php:1214
8711
- #: includes/cli/class-wc-cli-order.php:1227
8712
- msgid "Cannot create coupon, try again"
8713
- msgstr "امکان ساخت کوپن تخفیف وجود ندار. دوباره تلاش کنید"
8714
 
8715
- #: includes/api/legacy/v2/class-wc-api-orders.php:1187
8716
- #: includes/api/legacy/v3/class-wc-api-orders.php:1232
8717
- #: includes/cli/class-wc-cli-order.php:1245
8718
- msgid "Cannot update coupon, try again"
8719
- msgstr "امکان بروزرسانی کوپن وجود ندارد. دوباره تلاش کنید"
8720
 
8721
- #: includes/api/legacy/v2/class-wc-api-orders.php:1252
8722
- #: includes/api/legacy/v2/class-wc-api-orders.php:1360
8723
- #: includes/api/legacy/v2/class-wc-api-orders.php:1422
8724
- #: includes/api/legacy/v3/class-wc-api-orders.php:1297
8725
- #: includes/api/legacy/v3/class-wc-api-orders.php:1405
8726
- #: includes/api/legacy/v3/class-wc-api-orders.php:1467
8727
- msgid "Invalid order note ID"
8728
- msgstr "شناسه یادداشت سفارش نادرست است"
8729
 
8730
- #: includes/api/legacy/v2/class-wc-api-orders.php:1258
8731
- #: includes/api/legacy/v2/class-wc-api-orders.php:1367
8732
- #: includes/api/legacy/v2/class-wc-api-orders.php:1429
8733
- #: includes/api/legacy/v3/class-wc-api-orders.php:1303
8734
- #: includes/api/legacy/v3/class-wc-api-orders.php:1412
8735
- #: includes/api/legacy/v3/class-wc-api-orders.php:1474
8736
- msgid "An order note with the provided ID could not be found"
8737
- msgstr "یادداشت سفارش با شناسه ارائه شده وجود ندارد"
8738
 
8739
- #: includes/api/legacy/v2/class-wc-api-orders.php:1292
8740
- #: includes/api/legacy/v3/class-wc-api-orders.php:1337
8741
- msgid "You do not have permission to create order notes"
8742
- msgstr "شما اجازه دسترسی برای ساخت یادداشت کاربری ندارید"
8743
 
8744
- #: includes/api/legacy/v2/class-wc-api-orders.php:1307
8745
- #: includes/api/legacy/v3/class-wc-api-orders.php:1352
8746
- msgid "Order note is required"
8747
- msgstr "یادداشت سفارش الزامی است"
8748
 
8749
- #: includes/api/legacy/v2/class-wc-api-orders.php:451
8750
- #: includes/api/legacy/v3/class-wc-api-orders.php:488
8751
- #: includes/cli/class-wc-cli-order.php:151
8752
- msgid "Payment method ID and title are required"
8753
- msgstr "شناسه روش پرداخت و عنوان آن الزامی است"
8754
 
8755
- #: includes/api/legacy/v2/class-wc-api-orders.php:467
8756
- #: includes/api/legacy/v2/class-wc-api-orders.php:617
8757
- #: includes/api/legacy/v3/class-wc-api-orders.php:504
8758
- #: includes/api/legacy/v3/class-wc-api-orders.php:653
8759
- #: includes/cli/class-wc-cli-order.php:166
8760
- #: includes/cli/class-wc-cli-order.php:521
8761
- msgid "Provided order currency is invalid"
8762
- msgstr "واحد پولی ارائه شده نادرست است"
8763
-
8764
- #: includes/api/legacy/v2/class-wc-api-orders.php:538
8765
- #: includes/api/legacy/v2/class-wc-api-orders.php:1587
8766
- #: includes/api/legacy/v3/class-wc-api-orders.php:575
8767
- #: includes/api/legacy/v3/class-wc-api-orders.php:1632
8768
- #: includes/cli/class-wc-cli-order.php:429
8769
- msgid "Order ID is invalid"
8770
- msgstr "شناسه محصول معتبر نیست"
8771
 
8772
- #: includes/api/legacy/v2/class-wc-api-orders.php:842
8773
- #: includes/api/legacy/v3/class-wc-api-orders.php:884
8774
- #: includes/cli/class-wc-cli-order.php:891
8775
- msgid "Order item ID provided is not associated with order"
8776
- msgstr "شناسه مورد سفارش ارائه شده با سفارش مورد نظر وجود ندارد"
 
8777
 
8778
- #: includes/api/legacy/v2/class-wc-api-orders.php:865
8779
- #: includes/api/legacy/v3/class-wc-api-orders.php:907
8780
- #: includes/cli/class-wc-cli-order.php:913
8781
- msgid "Product ID or SKU is required"
8782
- msgstr "شناسه محصول یا SKU ضروری است"
8783
 
8784
- #: includes/api/legacy/v2/class-wc-api-orders.php:875
8785
- #: includes/api/legacy/v3/class-wc-api-orders.php:917
8786
- #: includes/cli/class-wc-cli-order.php:923
8787
- msgid "Product ID provided does not match this line item"
8788
- msgstr "شناسه محصول ارائه شده با این خط مورد همخوانی ندارد"
8789
 
8790
- #: includes/api/legacy/v2/class-wc-api-orders.php:890
8791
- #: includes/api/legacy/v3/class-wc-api-orders.php:932
8792
- #: includes/cli/class-wc-cli-order.php:938
8793
- msgid "The product variation is invalid"
8794
- msgstr "محصول متغیر نادرست است"
 
 
 
 
 
 
 
 
 
 
 
8795
 
8796
- #: includes/api/legacy/v2/class-wc-api-orders.php:901
8797
- #: includes/api/legacy/v3/class-wc-api-orders.php:943
8798
- #: includes/cli/class-wc-cli-order.php:949
8799
- msgid "Product is invalid"
8800
- msgstr "محصول معتبر نیست"
8801
-
8802
- #: includes/api/legacy/v2/class-wc-api-orders.php:906
8803
- #: includes/api/legacy/v3/class-wc-api-orders.php:948
8804
- #: includes/cli/class-wc-cli-order.php:954
8805
- msgid "Product quantity must be a positive float"
8806
- msgstr "تعداد محصول باید یک مقدار مثبت اعشاری باشد"
8807
-
8808
- #: includes/api/legacy/v2/class-wc-api-orders.php:911
8809
- #: includes/api/legacy/v3/class-wc-api-orders.php:953
8810
- #: includes/cli/class-wc-cli-order.php:959
8811
- msgid "Product quantity is required"
8812
- msgstr "مقدار محصول الزامی است"
8813
-
8814
- #: includes/api/legacy/v2/class-wc-api-orders.php:944
8815
- #: includes/api/legacy/v3/class-wc-api-orders.php:988
8816
- #: includes/cli/class-wc-cli-order.php:996
8817
- msgid "Cannot create line item, try again"
8818
- msgstr "نمی توان مورد خطی ساخت، دوباره تلاش کنید"
8819
-
8820
- #: includes/api/legacy/v2/class-wc-api-coupons.php:270
8821
- #: includes/api/legacy/v2/class-wc-api-coupons.php:379
8822
- #: includes/api/legacy/v3/class-wc-api-coupons.php:270
8823
- #: includes/api/legacy/v3/class-wc-api-coupons.php:379
8824
- #: includes/cli/class-wc-cli-coupon.php:106
8825
- #: includes/cli/class-wc-cli-coupon.php:465
8826
- msgid "Invalid coupon type - the coupon type must be any of these: %s"
8827
- msgstr "نوع کوپن نادرست است - نوع کوپن می بایست یکی از این ها باشد: %s"
8828
 
8829
- #: includes/api/legacy/v2/class-wc-api-coupons.php:329
8830
- #: includes/api/legacy/v2/class-wc-api-customers.php:402
8831
- #: includes/api/legacy/v2/class-wc-api-orders.php:521
8832
- #: includes/api/legacy/v2/class-wc-api-orders.php:1342
8833
- #: includes/api/legacy/v2/class-wc-api-orders.php:1651
8834
- #: includes/api/legacy/v2/class-wc-api-products.php:312
8835
- #: includes/api/legacy/v2/class-wc-api-products.php:2200
8836
- #: includes/api/legacy/v2/class-wc-api-webhooks.php:245
8837
- #: includes/api/legacy/v3/class-wc-api-coupons.php:329
8838
- #: includes/api/legacy/v3/class-wc-api-customers.php:403
8839
- #: includes/api/legacy/v3/class-wc-api-orders.php:558
8840
- #: includes/api/legacy/v3/class-wc-api-orders.php:1387
8841
- #: includes/api/legacy/v3/class-wc-api-orders.php:1696
8842
- #: includes/api/legacy/v3/class-wc-api-products.php:362
8843
- #: includes/api/legacy/v3/class-wc-api-products.php:758
8844
- #: includes/api/legacy/v3/class-wc-api-products.php:979
8845
- #: includes/api/legacy/v3/class-wc-api-products.php:2782
8846
- #: includes/api/legacy/v3/class-wc-api-products.php:3094
8847
- #: includes/api/legacy/v3/class-wc-api-products.php:3423
8848
- #: includes/api/legacy/v3/class-wc-api-taxes.php:254
8849
- #: includes/api/legacy/v3/class-wc-api-webhooks.php:245
8850
- msgid "No %1$s data specified to edit %1$s"
8851
- msgstr "%1$s داده‌ای برای ویرایش %1$s مشخص نشده است"
8852
 
8853
- #: includes/api/legacy/v2/class-wc-api-coupons.php:364
8854
- #: includes/api/legacy/v2/class-wc-api-coupons.php:372
8855
- #: includes/api/legacy/v3/class-wc-api-coupons.php:364
8856
- #: includes/api/legacy/v3/class-wc-api-coupons.php:372
8857
- #: includes/cli/class-wc-cli-coupon.php:459
8858
- msgid "Failed to update coupon"
8859
- msgstr "در بروزرسانی کوپن خطایی رخ داده است"
8860
 
8861
- #: includes/api/legacy/v2/class-wc-api-coupons.php:526
8862
- #: includes/api/legacy/v2/class-wc-api-customers.php:791
8863
- #: includes/api/legacy/v2/class-wc-api-orders.php:1764
8864
- #: includes/api/legacy/v2/class-wc-api-products.php:2387
8865
- #: includes/api/legacy/v3/class-wc-api-coupons.php:526
8866
- #: includes/api/legacy/v3/class-wc-api-customers.php:780
8867
- #: includes/api/legacy/v3/class-wc-api-orders.php:1809
8868
- #: includes/api/legacy/v3/class-wc-api-products.php:3215
8869
- #: includes/api/legacy/v3/class-wc-api-taxes.php:457
8870
- msgid "No %1$s data specified to create/edit %1$s"
8871
- msgstr "%1$s داده‌ای برای ایجاد/ویرایش %1$s مشخص نشده است"
8872
 
8873
- #: includes/api/legacy/v2/class-wc-api-coupons.php:534
8874
- #: includes/api/legacy/v2/class-wc-api-customers.php:799
8875
- #: includes/api/legacy/v2/class-wc-api-orders.php:1772
8876
- #: includes/api/legacy/v2/class-wc-api-products.php:2395
8877
- #: includes/api/legacy/v3/class-wc-api-coupons.php:534
8878
- #: includes/api/legacy/v3/class-wc-api-customers.php:788
8879
- #: includes/api/legacy/v3/class-wc-api-orders.php:1817
8880
- #: includes/api/legacy/v3/class-wc-api-products.php:3223
8881
- #: includes/api/legacy/v3/class-wc-api-taxes.php:465
8882
- msgid "Unable to accept more than %s items for this request"
8883
- msgstr "برای این درخواست بیشتر از %s تعداد امکان قبول وجود ندارد"
8884
-
8885
- #: includes/api/legacy/v2/class-wc-api-customers.php:219
8886
- #: includes/api/legacy/v2/class-wc-api-customers.php:222
8887
- #: includes/api/legacy/v3/class-wc-api-customers.php:220
8888
- #: includes/api/legacy/v3/class-wc-api-customers.php:223
8889
- msgid "Invalid customer Email"
8890
- msgstr "ایمیل مشتری نادرست است"
8891
-
8892
- #: includes/api/legacy/v1/class-wc-api-customers.php:195
8893
- #: includes/api/legacy/v2/class-wc-api-customers.php:241
8894
- #: includes/api/legacy/v3/class-wc-api-customers.php:242
8895
- msgid "You do not have permission to read the customers count"
8896
- msgstr "شما اجازه دسترسی به خواندن تعداد مشتری ها ندارید"
8897
 
8898
- #: includes/api/legacy/v1/class-wc-api-customers.php:211
8899
- #: includes/api/legacy/v2/class-wc-api-customers.php:354
8900
- #: includes/api/legacy/v3/class-wc-api-customers.php:355
8901
- msgid "You do not have permission to create this customer"
8902
- msgstr "شما اجازه دسترسی به ایحاد این مشتری ندارید"
8903
 
8904
- #: includes/api/legacy/v1/class-wc-api-customers.php:461
8905
- #: includes/api/legacy/v2/class-wc-api-customers.php:728
8906
- #: includes/api/legacy/v3/class-wc-api-customers.php:717
8907
- msgid "Invalid customer ID"
8908
- msgstr "شناسه نادرست مشتری"
8909
 
8910
- #: includes/api/legacy/v1/class-wc-api-customers.php:467
8911
- #: includes/api/legacy/v2/class-wc-api-customers.php:735
8912
- #: includes/api/legacy/v3/class-wc-api-customers.php:724
8913
- msgid "Invalid customer"
8914
- msgstr "مشتری نادرست"
8915
 
8916
- #: includes/api/legacy/v1/class-wc-api-customers.php:474
8917
- #: includes/api/legacy/v2/class-wc-api-customers.php:743
8918
- #: includes/api/legacy/v3/class-wc-api-customers.php:732
8919
- msgid "You do not have permission to read this customer"
8920
- msgstr "شما اجازه دسترسی به خواندن این مشتری ندارید"
8921
 
8922
- #: includes/api/legacy/v1/class-wc-api-customers.php:479
8923
- #: includes/api/legacy/v2/class-wc-api-customers.php:749
8924
- #: includes/api/legacy/v3/class-wc-api-customers.php:738
8925
- msgid "You do not have permission to edit this customer"
8926
- msgstr "شما اجازه دسترسی به ویرایش این مشتری ندارید"
8927
 
8928
- #: includes/api/legacy/v1/class-wc-api-customers.php:484
8929
- #: includes/api/legacy/v2/class-wc-api-customers.php:755
8930
- #: includes/api/legacy/v3/class-wc-api-customers.php:744
8931
- msgid "You do not have permission to delete this customer"
8932
- msgstr "شما اجازه دسترسی به پاک این مشتری ندارید"
8933
 
8934
- #: includes/api/legacy/v1/class-wc-api-json-handler.php:59
8935
- #: includes/api/legacy/v2/class-wc-api-json-handler.php:58
8936
- #: includes/api/legacy/v3/class-wc-api-json-handler.php:58
8937
- msgid "JSONP support is disabled on this site"
8938
- msgstr "پشتیبانی از JSONP در این سایت غیر فعال است"
8939
 
8940
- #: includes/api/legacy/v1/class-wc-api-json-handler.php:67
8941
- #: includes/api/legacy/v2/class-wc-api-json-handler.php:66
8942
- #: includes/api/legacy/v3/class-wc-api-json-handler.php:66
8943
- msgid "The JSONP callback function is invalid"
8944
- msgstr "تابع پاسخ دهنده JSONP نادرست است."
8945
 
8946
- #: includes/api/legacy/v1/class-wc-api-orders.php:258
8947
- #: includes/api/legacy/v2/class-wc-api-orders.php:318
8948
- #: includes/api/legacy/v3/class-wc-api-orders.php:350
8949
- msgid "You do not have permission to read the orders count"
8950
- msgstr "شما اجازه دسترسی به نمایش تعداد سفارشات ندارید"
 
 
 
8951
 
8952
- #: includes/api/legacy/v2/class-wc-api-orders.php:391
8953
- #: includes/api/legacy/v3/class-wc-api-orders.php:423
8954
- msgid "You do not have permission to create orders"
8955
- msgstr "شما دسترسی لازم برای ساخت سفارش را ندارید"
8956
 
8957
- #: includes/api/legacy/v2/class-wc-api-orders.php:407
8958
- #: includes/api/legacy/v2/class-wc-api-orders.php:552
8959
- #: includes/api/legacy/v3/class-wc-api-orders.php:439
8960
- #: includes/api/legacy/v3/class-wc-api-orders.php:589
8961
- #: includes/cli/class-wc-cli-order.php:114
8962
- #: includes/cli/class-wc-cli-order.php:450
8963
- msgid "Customer ID is invalid"
8964
- msgstr "شناسه مشتری نادرست است"
8965
-
8966
- #: includes/api/legacy/v2/class-wc-api-orders.php:417
8967
- #: includes/api/legacy/v3/class-wc-api-orders.php:449
8968
- #: includes/cli/class-wc-cli-order.php:122
8969
- msgid "Cannot create order: %s"
8970
- msgstr "ساخت سفارش امکان پذیر نیست: %s"
8971
 
8972
- #: includes/api/legacy/v3/class-wc-api-authentication.php:112
8973
- msgid "WooCommerce API. Use a consumer key in the username field and a consumer secret in the password field"
8974
- msgstr "API ووکامرس. یک کلید مصرف کننده در فیلد نام کاربری و یک رمز مصرف کننده در فیلد پسورد بکار ببرید"
8975
 
8976
- #: includes/api/legacy/v1/class-wc-api-authentication.php:148
8977
- #: includes/api/legacy/v2/class-wc-api-authentication.php:148
8978
- #: includes/api/legacy/v3/class-wc-api-authentication.php:145
8979
- msgid "%s parameter is missing"
8980
- msgstr "پارامتر %s یافت نشد."
8981
 
8982
- #: includes/api/legacy/v1/class-wc-api-authentication.php:183
8983
- #: includes/api/legacy/v2/class-wc-api-authentication.php:183
8984
- #: includes/api/legacy/v3/class-wc-api-authentication.php:180
8985
- msgid "Consumer Key is invalid"
8986
- msgstr "کلید مصرف کننده نادرست است"
8987
 
8988
- #: includes/api/legacy/v1/class-wc-api-authentication.php:201
8989
- #: includes/api/legacy/v2/class-wc-api-authentication.php:201
8990
- #: includes/api/legacy/v3/class-wc-api-authentication.php:198
8991
- msgid "API user is invalid"
8992
- msgstr "API کاربر نادرست است"
8993
 
8994
- #: includes/api/legacy/v1/class-wc-api-authentication.php:251
8995
- #: includes/api/legacy/v2/class-wc-api-authentication.php:251
8996
- #: includes/api/legacy/v3/class-wc-api-authentication.php:242
8997
- msgid "Invalid Signature - failed to sort parameters"
8998
- msgstr "امضا نادرست است - موفق به مرتب کردن پارامتر ها نشد"
8999
 
9000
- #: includes/api/legacy/v1/class-wc-api-authentication.php:265
9001
- #: includes/api/legacy/v2/class-wc-api-authentication.php:265
9002
- #: includes/api/legacy/v3/class-wc-api-authentication.php:262
9003
- msgid "Invalid Signature - signature method is invalid"
9004
- msgstr "امضا نادرست است - روش امضا نادرست است"
 
9005
 
9006
- #: includes/api/legacy/v1/class-wc-api-authentication.php:273
9007
- #: includes/api/legacy/v2/class-wc-api-authentication.php:273
9008
- #: includes/api/legacy/v3/class-wc-api-authentication.php:271
9009
- msgid "Invalid Signature - provided signature does not match"
9010
- msgstr "امضا نادرست است - ارائه امضا مطابقت ندارد"
9011
 
9012
- #: includes/api/legacy/v1/class-wc-api-authentication.php:331
9013
- #: includes/api/legacy/v2/class-wc-api-authentication.php:331
9014
- #: includes/api/legacy/v3/class-wc-api-authentication.php:336
9015
- msgid "Invalid timestamp"
9016
- msgstr "برچسب زمان نادرست است"
9017
 
9018
- #: includes/api/legacy/v1/class-wc-api-authentication.php:341
9019
- #: includes/api/legacy/v2/class-wc-api-authentication.php:341
9020
- #: includes/api/legacy/v3/class-wc-api-authentication.php:346
9021
- msgid "Invalid nonce - nonce has already been used"
9022
- msgstr "اشتباه است - قبلا استفاده شده است."
 
9023
 
9024
- #: includes/api/legacy/v1/class-wc-api-authentication.php:376
9025
- #: includes/api/legacy/v2/class-wc-api-authentication.php:376
9026
- #: includes/api/legacy/v3/class-wc-api-authentication.php:381
9027
- msgid "The API key provided does not have read permissions"
9028
- msgstr "کلید API ارائه شده مجوز خواندن ندارد"
 
 
 
 
 
9029
 
9030
- #: includes/api/legacy/v1/class-wc-api-authentication.php:385
9031
- #: includes/api/legacy/v2/class-wc-api-authentication.php:385
9032
- #: includes/api/legacy/v3/class-wc-api-authentication.php:390
9033
- msgid "The API key provided does not have write permissions"
9034
- msgstr "کلید API ارائه شده مجوز نوشتن ندارد"
9035
 
9036
- #: includes/api/legacy/v1/class-wc-api-coupons.php:109
9037
- #: includes/api/legacy/v2/class-wc-api-coupons.php:120
9038
- #: includes/api/legacy/v3/class-wc-api-coupons.php:120
9039
- msgid "Invalid coupon ID"
9040
- msgstr "شناسه کوپن نادرست است"
9041
 
9042
- #: includes/api/legacy/v1/class-wc-api-coupons.php:153
9043
- #: includes/api/legacy/v2/class-wc-api-coupons.php:166
9044
- #: includes/api/legacy/v3/class-wc-api-coupons.php:166
9045
- msgid "You do not have permission to read the coupons count"
9046
- msgstr "شما اجازه دسترسی به خواندن تعداد کوپن ها ندارید"
9047
 
9048
- #: includes/api/legacy/v1/class-wc-api-coupons.php:172
9049
- #: includes/api/legacy/v2/class-wc-api-coupons.php:192
9050
- #: includes/api/legacy/v3/class-wc-api-coupons.php:192
9051
- msgid "Invalid coupon code"
9052
- msgstr "کد تخفیف نادرست است"
9053
 
9054
- #: includes/api/legacy/v2/class-wc-api-coupons.php:213
9055
- #: includes/api/legacy/v2/class-wc-api-customers.php:347
9056
- #: includes/api/legacy/v2/class-wc-api-orders.php:384
9057
- #: includes/api/legacy/v2/class-wc-api-orders.php:1285
9058
- #: includes/api/legacy/v2/class-wc-api-orders.php:1574
9059
- #: includes/api/legacy/v2/class-wc-api-products.php:210
9060
- #: includes/api/legacy/v2/class-wc-api-products.php:2119
9061
- #: includes/api/legacy/v2/class-wc-api-webhooks.php:169
9062
- #: includes/api/legacy/v3/class-wc-api-coupons.php:213
9063
- #: includes/api/legacy/v3/class-wc-api-customers.php:348
9064
- #: includes/api/legacy/v3/class-wc-api-orders.php:416
9065
- #: includes/api/legacy/v3/class-wc-api-orders.php:1330
9066
- #: includes/api/legacy/v3/class-wc-api-orders.php:1619
9067
- #: includes/api/legacy/v3/class-wc-api-products.php:255
9068
- #: includes/api/legacy/v3/class-wc-api-products.php:681
9069
- #: includes/api/legacy/v3/class-wc-api-products.php:934
9070
- #: includes/api/legacy/v3/class-wc-api-products.php:2700
9071
- #: includes/api/legacy/v3/class-wc-api-products.php:3031
9072
- #: includes/api/legacy/v3/class-wc-api-products.php:3365
9073
- #: includes/api/legacy/v3/class-wc-api-taxes.php:184
9074
- #: includes/api/legacy/v3/class-wc-api-taxes.php:564
9075
- #: includes/api/legacy/v3/class-wc-api-webhooks.php:169
9076
- msgid "No %1$s data specified to create %1$s"
9077
- msgstr "%1$s داده‌ای برای ایجاد %1$s مشخص نشده است"
9078
 
9079
- #: includes/api/legacy/v2/class-wc-api-coupons.php:220
9080
- #: includes/api/legacy/v3/class-wc-api-coupons.php:220
9081
- msgid "You do not have permission to create coupons"
9082
- msgstr "شما هیچ دسترسی برای ساخت کوپن ندارید"
9083
 
9084
- #: includes/api/legacy/v1/class-wc-api-server.php:409
9085
- #: includes/api/legacy/v2/class-wc-api-coupons.php:227
9086
- #: includes/api/legacy/v2/class-wc-api-customers.php:361
9087
- #: includes/api/legacy/v2/class-wc-api-products.php:224
9088
- #: includes/api/legacy/v2/class-wc-api-products.php:2083
9089
- #: includes/api/legacy/v2/class-wc-api-server.php:427
9090
- #: includes/api/legacy/v3/class-wc-api-coupons.php:227
9091
- #: includes/api/legacy/v3/class-wc-api-customers.php:362
9092
- #: includes/api/legacy/v3/class-wc-api-products.php:269
9093
- #: includes/api/legacy/v3/class-wc-api-products.php:2664
9094
- #: includes/api/legacy/v3/class-wc-api-products.php:3051
9095
- #: includes/api/legacy/v3/class-wc-api-server.php:427
9096
- #: includes/api/legacy/v3/class-wc-api-taxes.php:575
9097
- #: includes/class-wc-auth.php:176 includes/cli/class-wc-cli-coupon.php:63
9098
- #: includes/cli/class-wc-cli-product.php:154
9099
- #: includes/cli/class-wc-cli-tax.php:130
9100
- msgid "Missing parameter %s"
9101
- msgstr "پارامتر %s گم شده است."
9102
 
9103
- #: includes/api/class-wc-rest-coupons-controller.php:240
9104
- #: includes/api/legacy/v2/class-wc-api-coupons.php:242
9105
- #: includes/api/legacy/v2/class-wc-api-coupons.php:358
9106
- #: includes/api/legacy/v3/class-wc-api-coupons.php:242
9107
- #: includes/api/legacy/v3/class-wc-api-coupons.php:358
9108
- #: includes/cli/class-wc-cli-coupon.php:78
9109
- #: includes/cli/class-wc-cli-coupon.php:453
9110
- msgid "The coupon code already exists"
9111
- msgstr "کد کوپن از قبل وجود دارد"
9112
 
9113
- #: includes/admin/views/html-bulk-edit-product.php:158
9114
- msgid "Width (%s)"
9115
- msgstr "پهنا (%s)"
 
9116
 
9117
- #: includes/admin/views/html-bulk-edit-product.php:159
9118
- msgid "Height (%s)"
9119
- msgstr "بلندا (%s)"
 
9120
 
9121
- #: includes/admin/views/html-bulk-edit-product.php:180
9122
- #: includes/admin/views/html-quick-edit-product.php:138
9123
- msgid "Visibility"
9124
- msgstr "قابلیت نمایش"
 
9125
 
9126
- #: includes/admin/views/html-bulk-edit-product.php:186
9127
- #: includes/admin/views/html-quick-edit-product.php:143
9128
- msgid "Catalog &amp; search"
9129
- msgstr "دفترچه محصول &amp; جستجو"
9130
 
9131
- #: includes/admin/views/html-bulk-edit-product.php:217
9132
- #: includes/admin/views/html-quick-edit-product.php:161
9133
- msgid "In stock?"
9134
- msgstr "در انبار؟"
 
9135
 
9136
- #: includes/admin/views/html-bulk-edit-product.php:276
9137
- #: includes/admin/views/html-quick-edit-product.php:196
9138
- msgid "Backorders?"
9139
- msgstr "پیش خرید؟"
9140
 
9141
- #: includes/admin/views/html-bulk-edit-product.php:297
9142
- msgid "Sold Individually?"
9143
- msgstr "فروش به صورت جداگانه؟"
9144
 
9145
- #: includes/admin/views/html-notice-install.php:12
9146
- msgid "<strong>Welcome to WooCommerce</strong> &#8211; You&lsquo;re almost ready to start selling :)"
9147
- msgstr "<strong> به ووکامرس خوش آمدید </strong> &#8211; شما&lsquo; تقریبا آماده هستید تا فروش خود را آغاز کنید :)"
9148
 
9149
- #: includes/admin/views/html-notice-install.php:13
9150
- msgid "Run the Setup Wizard"
9151
- msgstr "اجرای راه اندازی سریع"
9152
 
9153
- #: includes/admin/views/html-notice-install.php:13
9154
- msgid "Skip Setup"
9155
- msgstr "رد کردن راه اندازی"
9156
 
9157
- #: includes/admin/views/html-notice-template-check.php:15
9158
- msgid "<strong>Your theme (%s) contains outdated copies of some WooCommerce template files.</strong> These files may need updating to ensure they are compatible with the current version of WooCommerce. You can see which files are affected from the %ssystem status page%s. If in doubt, check with the author of the theme."
9159
- msgstr "<strong>پوسته شما (%s) دارای فایلهای الگوی قدیمی ووکامرس می باشد.</strong> این فایلها نیازمند بروزرسانی برای سازگاری با نگارش کنونی ووکامرس هستند. شما می توانید فایلهای تاثیرگذار را در %sبرگه وضعیت سیستم%s ببینید. چنانچ هنوز مشکل دارید، می توانید با نویسنده پوسته بررسی کنید."
9160
 
9161
- #: includes/admin/views/html-notice-template-check.php:16
9162
- msgid "Learn More About Templates"
9163
- msgstr "اطلاعات بیشتر درباره الگوها"
 
 
9164
 
9165
- #: includes/admin/views/html-notice-theme-support.php:14
9166
- msgid "<strong>Your theme does not declare WooCommerce support</strong> &#8211; Please read our %sintegration%s guide or check out our %sStorefront%s theme which is totally free to download and designed specifically for use with WooCommerce."
9167
- msgstr "<strong> پوسته شما ووکامرش را پشتیبانی نمی کند</strong> &#8211; خواهشمند است راهنمای یکپارچه سازی ما را بخوانید یا اینکه پوسته %sStorefront%s را بررسی کنید که برای دانلود کاملا رایگان است و مخصوص بکارگیری ووکامرس طراحی شده است."
 
9168
 
9169
- #: includes/admin/views/html-notice-theme-support.php:16
9170
- msgid "Read More About Storefront"
9171
- msgstr "اطلاعات بیشتر درباره استورفرونت"
9172
 
9173
- #: includes/admin/views/html-notice-theme-support.php:17
9174
- msgid "Theme Integration Guide"
9175
- msgstr "راهنمای یکپارچگی پوسته"
9176
 
9177
- #: includes/admin/views/html-notice-tracking.php:11
9178
- msgid "Want to help make WooCommerce even more awesome? Allow WooThemes to collect non-sensitive diagnostic data and usage information, and get %s discount on your next WooThemes purchase. %sFind out more%s."
9179
- msgstr "ایا میخواهید به ووکامرس کمک کنید؟ به ما اجازه دهید تا اطلاعات غیر مهم عیب یابی را دریافت کنیم ، و شما میتوانید در خرید بعدی خود از Woothemes از %s تخفیف برخوردار شوید. %sاطلاعات بیشتر%s"
9180
 
9181
- #: includes/admin/views/html-notice-tracking.php:14
9182
- msgid "No, do not bother me again"
9183
- msgstr "نه ، خواهشمندم دوباره مزاحم نشو"
 
9184
 
9185
- #: includes/admin/views/html-notice-update.php:13
9186
- msgid "Run the updater"
9187
- msgstr "اجرای بروز کننده"
 
 
 
9188
 
9189
- #: includes/admin/views/html-notice-update.php:17
9190
- msgid "It is strongly recommended that you backup your database before proceeding. Are you sure you wish to run the updater now?"
9191
- msgstr "شدیدا توصیه میگردد قبل از پردازش از بانک اطلاعاتی خود پشتیبان تهیه کنید. آیا مایل به اجرای بروز کننده میباشید؟"
9192
 
9193
- #: includes/admin/views/html-report-by-date.php:26
9194
- msgid "Custom:"
9195
- msgstr "دلخواه:"
 
 
 
 
9196
 
9197
- #: includes/api/legacy/v1/class-wc-api-authentication.php:115
9198
- #: includes/api/legacy/v2/class-wc-api-authentication.php:115
9199
- #: includes/api/legacy/v3/class-wc-api-authentication.php:83
9200
- #: includes/api/legacy/v3/class-wc-api-authentication.php:115
9201
- msgid "Consumer Secret is invalid"
9202
- msgstr "رمز مصرف کننده نادرست است."
9203
 
9204
- #: includes/admin/views/html-admin-page-status-report.php:716
9205
- msgid "This section shows any files that are overriding the default WooCommerce template pages."
9206
- msgstr "در این بخش هر فایلی که فارغ از صفحات قالب پیش فرض ووکامرس می باشد را نشان می دهد."
9207
 
9208
- #: includes/admin/views/html-admin-page-status-report.php:758
9209
- msgid "<code>%s</code> version <strong style=\"color:red\">%s</strong> is out of date. The core version is %s"
9210
- msgstr "<code>%s</code> نسخه <strong style=\"color:red\">%s</strong> بروز نیست. نسخه پایه %s"
9211
 
9212
- #: includes/admin/views/html-admin-page-status-report.php:770
9213
- #: includes/admin/views/html-admin-page-status-report.php:779
9214
- msgid "Overrides"
9215
- msgstr "بازنویسی"
9216
 
9217
- #: includes/admin/views/html-admin-page-status-report.php:791
9218
- msgid "Learn how to update outdated templates"
9219
- msgstr "آموزش چگونگی بروزرسانی الگوهای قدیمی"
9220
 
9221
- #: includes/admin/views/html-admin-page-status.php:13
9222
- msgid "Tools"
9223
- msgstr "ابزار"
9224
 
9225
- #: includes/admin/views/html-admin-page-status-tools.php:28
9226
- msgid "Shipping Debug Mode"
9227
- msgstr "حالت اشکال زدایی حمل و نقل"
9228
 
9229
- #: includes/admin/views/html-admin-page-status-tools.php:39
9230
- msgid "Template Debug Mode"
9231
- msgstr "حالت اشکال زدایی پوسته"
9232
 
9233
- #: includes/admin/views/html-admin-page-status-tools.php:50
9234
- msgid "Remove All Data"
9235
- msgstr "پاک کردن همه داده ها"
9236
 
9237
- #: includes/admin/views/html-admin-page-status-tools.php:56
9238
- msgid "This tool will remove all WooCommerce, Product and Order data when using the \"Delete\" link on the plugins screen. It will also remove any setting/option prepended with \"woocommerce_\" so may also affect installed WooCommerce Extensions."
9239
- msgstr "این ابزار می تواند تمام ووکامرس شامل، محصولات و اطلاعات سفارش در هنگام استفاده از لینک \"پاک\" در صفحه افزونه را پاک کند."
9240
 
9241
- #: includes/admin/views/html-admin-page-status.php:14
9242
- msgid "Logs"
9243
- msgstr "لاگ ها"
9244
 
9245
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:734
9246
- #: includes/admin/settings/views/html-admin-page-shipping-zone-methods.php:28
9247
- #: includes/admin/settings/views/html-admin-page-shipping-zone-methods.php:79
9248
- #: includes/admin/settings/views/html-admin-page-shipping-zones.php:24
9249
- #: includes/admin/settings/views/html-keys-edit.php:96
9250
- #: includes/admin/views/html-admin-page-status-tools.php:63
9251
- #: includes/admin/views/html-admin-settings.php:31
9252
- #: templates/myaccount/form-edit-account.php:66
9253
- msgid "Save changes"
9254
- msgstr "ذخیره تغییرات"
9255
 
9256
- #: includes/admin/views/html-bulk-edit-product.php:26
9257
- #: includes/admin/views/html-bulk-edit-product.php:50
9258
- #: includes/admin/views/html-bulk-edit-product.php:75
9259
- #: includes/admin/views/html-bulk-edit-product.php:94
9260
- #: includes/admin/views/html-bulk-edit-product.php:122
9261
- #: includes/admin/views/html-bulk-edit-product.php:146
9262
- #: includes/admin/views/html-bulk-edit-product.php:168
9263
- #: includes/admin/views/html-bulk-edit-product.php:185
9264
- #: includes/admin/views/html-bulk-edit-product.php:204
9265
- #: includes/admin/views/html-bulk-edit-product.php:222
9266
- #: includes/admin/views/html-bulk-edit-product.php:241
9267
- #: includes/admin/views/html-bulk-edit-product.php:260
9268
- #: includes/admin/views/html-bulk-edit-product.php:281
9269
- #: includes/admin/views/html-bulk-edit-product.php:302
9270
- msgid "— No Change —"
9271
- msgstr "— بدون تغییر— "
9272
 
9273
- #: includes/admin/views/html-bulk-edit-product.php:27
9274
- #: includes/admin/views/html-bulk-edit-product.php:51
9275
- #: includes/admin/views/html-bulk-edit-product.php:123
9276
- #: includes/admin/views/html-bulk-edit-product.php:147
9277
- #: includes/admin/views/html-bulk-edit-product.php:261
9278
- msgid "Change to:"
9279
- msgstr "تغییر به:"
9280
 
9281
- #: includes/admin/views/html-bulk-edit-product.php:28
9282
- #: includes/admin/views/html-bulk-edit-product.php:52
9283
- msgid "Increase by (fixed amount or %):"
9284
- msgstr "افزایش با (مقدار ثابت یا %)"
9285
 
9286
- #: includes/admin/views/html-bulk-edit-product.php:29
9287
- #: includes/admin/views/html-bulk-edit-product.php:53
9288
- msgid "Decrease by (fixed amount or %):"
9289
- msgstr "کاهش با (مقدار ثابت یا %)"
9290
 
9291
- #: includes/admin/views/html-bulk-edit-product.php:39
9292
- msgid "Enter price (%s)"
9293
- msgstr "قیمت را بنویسید (%s)"
9294
 
9295
- #: includes/admin/views/html-bulk-edit-product.php:45
9296
- #: includes/admin/views/html-quick-edit-product.php:40
9297
- msgid "Sale"
9298
- msgstr "فروش ویژه"
9299
 
9300
- #: includes/admin/views/html-bulk-edit-product.php:54
9301
- msgid "Decrease regular price by (fixed amount or %):"
9302
- msgstr "کاهش قیمت معمول با (مقدار ثابت یا %)"
 
9303
 
9304
- #: includes/admin/views/html-bulk-edit-product.php:64
9305
- msgid "Enter sale price (%s)"
9306
- msgstr "قیمت فروش را بنویسید (%s)"
9307
 
9308
- #: includes/admin/views/html-bulk-edit-product.php:133
9309
- msgid "%s (%s)"
9310
- msgstr "%s (%s)"
9311
 
9312
- #: includes/admin/views/html-bulk-edit-product.php:141
9313
- #: includes/admin/views/html-quick-edit-product.php:109
9314
- msgid "L/W/H"
9315
- msgstr "طول/عرض/ارتفاع"
9316
 
9317
- #: includes/admin/views/html-bulk-edit-product.php:157
9318
- msgid "Length (%s)"
9319
- msgstr "درازا (%s)"
 
9320
 
9321
- #: includes/admin/views/html-admin-page-status-report.php:618
9322
- msgid "Product Types"
9323
- msgstr "نوع محصولات"
9324
 
9325
- #: includes/admin/views/html-admin-page-status-report.php:634
9326
- msgid "Theme"
9327
- msgstr "پوسته"
9328
 
9329
- #: includes/admin/views/html-admin-page-status-report.php:647
9330
- msgid "The name of the current active theme."
9331
- msgstr "نام پوسته فعال شده کنونی."
9332
 
9333
- #: includes/admin/views/html-admin-page-status-report.php:651
9334
- msgid "Version"
9335
- msgstr "نگارش"
9336
 
9337
- #: includes/admin/views/html-admin-page-status-report.php:652
9338
- msgid "The installed version of the current active theme."
9339
- msgstr "نگارش نصب شده پوسته، هم اکنون فعال شد."
 
 
9340
 
9341
- #: includes/admin/views/html-admin-page-status-report.php:657
9342
- #: includes/admin/views/html-admin-page-status-report.php:690
9343
- msgid "%s is available"
9344
- msgstr "%s در دسترس است."
9345
 
9346
- #: includes/admin/views/html-admin-page-status-report.php:662
9347
- msgid "Author URL"
9348
- msgstr "لینک نویسنده"
9349
 
9350
- #: includes/admin/views/html-admin-page-status-report.php:663
9351
- msgid "The theme developers URL."
9352
- msgstr "آدرس برنامه نویسان پوسته."
9353
 
9354
- #: includes/admin/views/html-admin-page-status-report.php:667
9355
- msgid "Child Theme"
9356
- msgstr "پوسته فرزند"
9357
 
9358
- #: includes/admin/views/html-admin-page-status-report.php:668
9359
- msgid "Displays whether or not the current theme is a child theme."
9360
- msgstr "چه چیزی نمایش شود یا اینکه پوسته جاری یک پوسته فرزند نیست."
 
 
 
 
 
9361
 
9362
- #: includes/admin/views/html-admin-page-status-report.php:670
9363
- msgid "If you're modifying WooCommerce on a parent theme you didn't build personally, then we recommend using a child theme. See: <a href=\"%s\" target=\"_blank\">How to create a child theme</a>"
9364
- msgstr "اگر شما در حال ویرایش و شخصی سازی ووکامرس یا پوسته والد هستید پیشنهاد می کنیم از پوسته کودک استفاده کنید.<a href=\"%s\" target=\"_blank\"> چگونه یک پوسته کودک بسازیم</a> را ببینید"
9365
 
9366
- #: includes/admin/views/html-admin-page-status-report.php:679
9367
- msgid "Parent Theme Name"
9368
- msgstr "نام والد پوسته"
 
9369
 
9370
- #: includes/admin/views/html-admin-page-status-report.php:680
9371
- msgid "The name of the parent theme."
9372
- msgstr "نام پوسته مادر."
9373
 
9374
- #: includes/admin/views/html-admin-page-status-report.php:684
9375
- msgid "Parent Theme Version"
9376
- msgstr "نسخه والد پوسته"
 
 
 
 
 
9377
 
9378
- #: includes/admin/views/html-admin-page-status-report.php:685
9379
- msgid "The installed version of the parent theme."
9380
- msgstr "نگارش پوسته مادر نصب شده است."
 
 
 
9381
 
9382
- #: includes/admin/views/html-admin-page-status-report.php:695
9383
- msgid "Parent Theme Author URL"
9384
- msgstr "آدرس والد پوسته"
9385
 
9386
- #: includes/admin/views/html-admin-page-status-report.php:696
9387
- msgid "The parent theme developers URL."
9388
- msgstr "آدرس برنامه نویسان پوسته مادر."
9389
 
9390
- #: includes/admin/views/html-admin-page-status-report.php:701
9391
- msgid "WooCommerce Support"
9392
- msgstr "پشتیبانی ووکامرس"
9393
 
9394
- #: includes/admin/views/html-admin-page-status-report.php:702
9395
- msgid "Displays whether or not the current active theme declares WooCommerce support."
9396
- msgstr "چه چیزی نمایش شود یا اینکه پوسته جاری ووکامرس را پشتیبانی نمی کند."
9397
 
9398
- #: includes/admin/views/html-admin-page-status-report.php:705
9399
- msgid "Not Declared"
9400
- msgstr "اعلام نشده"
 
9401
 
9402
- #: includes/admin/views/html-admin-page-status-report.php:716
9403
- msgid "Templates"
9404
- msgstr "قالب‌ها"
9405
 
9406
- #: includes/admin/views/html-admin-page-status-report.php:492
9407
- msgid "The position of the currency symbol."
9408
- msgstr "جایگاه نماد پول."
9409
 
9410
- #: includes/admin/views/html-admin-page-status-report.php:497
9411
- msgid "The thousand separator of displayed prices."
9412
- msgstr "سواکننده هزارگان قیمت ها نمایش داده شود."
9413
 
9414
- #: includes/admin/views/html-admin-page-status-report.php:502
9415
- msgid "The decimal separator of displayed prices."
9416
- msgstr "سواکننده اعشاری قیمت ها نمایش داده شود."
9417
 
9418
- #: includes/admin/views/html-admin-page-status-report.php:507
9419
- msgid "The number of decimal points shown in displayed prices."
9420
- msgstr "تعداد نقطه های اعشاری نشان داده شده، در قیمت ها نمایش داده شود."
9421
 
9422
- #: includes/admin/views/html-admin-page-status-report.php:520
9423
- msgid "API Enabled"
9424
- msgstr "API فعال شد"
9425
 
9426
- #: includes/admin/views/html-admin-page-status-report.php:521
9427
- msgid "Does your site have REST API enabled?"
9428
- msgstr "آیا سایت شما، REST API فعال داشته است؟"
 
 
 
9429
 
9430
- #: includes/admin/views/html-admin-page-status-report.php:529
9431
- msgid "WC Pages"
9432
- msgstr "برگه‌های ووکامرس"
 
 
 
9433
 
9434
- #: includes/admin/views/html-admin-page-status-report.php:538
9435
- msgid "The URL of your WooCommerce shop's homepage (along with the Page ID)."
9436
- msgstr "آدرس برگه نخست فروشگاه ووکامرس ( تنها با شناسه برگه)."
9437
 
9438
- #: includes/admin/views/html-admin-page-status-report.php:543
9439
- msgid "The URL of your WooCommerce shop's cart (along with the page ID)."
9440
- msgstr "آدرس برگه سبد خرید فروشگاه ووکامرس ( تنها با شناسه برگه)."
9441
 
9442
- #: includes/admin/views/html-admin-page-status-report.php:548
9443
- msgid "The URL of your WooCommerce shop's checkout (along with the page ID)."
9444
- msgstr "آدرس برگه پرداخت فروشگاه ووکامرس ( تنها با شناسه برگه)."
9445
 
9446
- #: includes/admin/views/html-admin-page-status-report.php:553
9447
- msgid "The URL of your WooCommerce shop's “My Account” Page (along with the page ID)."
9448
- msgstr "آدرس برگه \"حساب کاربری من\" فروشگاه ووکامرس ( تنها با شناسه برگه)."
9449
 
9450
- #: includes/admin/views/html-admin-page-status-report.php:574
9451
- msgid "Page not set"
9452
- msgstr "برگه تنظیم نشده است"
9453
 
9454
- #: includes/admin/views/html-admin-page-status-report.php:580
9455
- msgid "Page visibility should be %spublic%s"
9456
- msgstr "قابلیت دیده شدن برگه باید به صورت %spublic%s باشد"
9457
 
9458
- #: includes/admin/views/html-admin-page-status-report.php:590
9459
- msgid "Page does not exist"
9460
- msgstr "برگه وجود ندارد"
 
9461
 
9462
- #: includes/admin/views/html-admin-page-status-report.php:595
9463
- msgid "Page does not contain the shortcode: %s"
9464
- msgstr "برگه shortcode را ندارد : %s"
 
9465
 
9466
- #: includes/admin/views/html-admin-page-status-report.php:613
9467
- msgid "Taxonomies"
9468
- msgstr "طبقه بندی"
 
9469
 
9470
- #: includes/admin/views/html-admin-page-status-report.php:613
9471
- msgid "A list of taxonomy terms that can be used in regard to order/product statuses."
9472
- msgstr "فهرستی از واژه های طبقه بندی است که می تواند در مورد وضعیت سفارش/محصول استفاده شود."
9473
 
9474
- #: includes/admin/views/html-admin-page-status-report.php:222
9475
- msgid "Payment gateways can use cURL to communicate with remote servers to authorize payments, other plugins may also use it when communicating with remote services."
9476
- msgstr "درگاه های پرداخت می توانند از cURL برای اتصال با دیگر سرور ها برای تایید و پرداخت استفاده کنند ، دیگر افزونه ها همچنین می توانند در هنگام اتصال به سرویس های خارجی از این قابلیت استفاده نمایند."
9477
 
9478
- #: includes/admin/views/html-admin-page-status-report.php:228
9479
- msgid "Your server does not have fsockopen or cURL enabled - PayPal IPN and other scripts which communicate with other servers will not work. Contact your hosting provider."
9480
- msgstr "fsockopen یا cURL در سرور شما فعال نیست. - IPN پی پال و باقی اسکریپت‌هایی که نیاز به ارتباط با سرور‌های دیگر دارند کار نخواهند کرد. با پشتیبانی هاستینگ خود تماس بگیرید."
 
9481
 
9482
- #: includes/admin/views/html-admin-page-status-report.php:233
9483
- msgid "Some webservices like shipping use SOAP to get information from remote servers, for example, live shipping quotes from FedEx require SOAP to be installed."
9484
- msgstr "برخی وبسرویس ها مانند حمل و نقل و درگاه ها از SOAP برای ارسال و دریافت اطلاعات بین سرور ها استفاده می کنند ، برای مثال ، درگاه های بانکی ملت و حمل و نقل FedEx به SOAP برای نصب نیاز دارند."
 
9485
 
9486
- #: includes/admin/views/html-admin-page-status-report.php:239
9487
- msgid "Your server does not have the %s class enabled - some gateway plugins which use SOAP may not work as expected."
9488
- msgstr "در سرور شما کلاس %s فعال نیست - برخی درگاه های پرداخت با استفاده از SOAP فعال هستند و بدون آن کار نمی کنند."
 
9489
 
9490
- #: includes/admin/views/html-admin-page-status-report.php:244
9491
- msgid "HTML/Multipart emails use DOMDocument to generate inline CSS in templates."
9492
- msgstr "ایمیل های HTML/چندگانه برای ساخت درون خطی CSS در الگوهااز اسناد DOM استفاده می کنند ."
 
 
 
 
 
9493
 
9494
- #: includes/admin/views/html-admin-page-status-report.php:250
9495
- msgid "Your server does not have the %s class enabled - HTML/Multipart emails, and also some extensions, will not work without DOMDocument."
9496
- msgstr "در سرور شما کلاس %s وجود ندارد - ایمیل های HTML/Multipart ، و همچنین افزونه ها ، بدون DOMDocument کار نمی کنند. با ارائه دهنده خدمات میزبانی وب خود تماس بگیرید."
9497
 
9498
- #: includes/admin/views/html-admin-page-status-report.php:255
9499
- msgid "GZip (gzopen) is used to open the GEOIP database from MaxMind."
9500
- msgstr "GZip (gzopen) مورد استفاده پایگاه داده GEOIP از MaxMind می باشد."
 
 
9501
 
9502
- #: includes/admin/views/html-admin-page-status-report.php:266
9503
- msgid "Multibyte String (mbstring) is used to convert character encoding, like for emails or converting characters to lowercase."
9504
- msgstr "رشته چندبایتی (mbstring) در تبدیل رمز گذاری کاراکتر ها استفاده می شود ، مانند ایمیل ها یا تبدیل کاراکتر ها به حروف کوچک"
 
9505
 
9506
- #: includes/admin/views/html-admin-page-status-report.php:272
9507
- msgid "Your server does not support the %s functions - this is required for better character encoding. Some fallbacks will be used instead for it."
9508
- msgstr "سرور شما از توابع %s پشتیبانی نمی کند - این مورد الزامی برای رمز گذاری کاراکتر هاست."
 
 
9509
 
9510
- #: includes/admin/views/html-admin-page-status-report.php:276
9511
- msgid "Remote Post"
9512
- msgstr "نوشته از راه دور"
 
9513
 
9514
- #: includes/admin/views/html-admin-page-status-report.php:277
9515
- msgid "PayPal uses this method of communicating when sending back transaction information."
9516
- msgstr "پی پال با استفاده از این روش برای برقراری ارتباط در هنگام ارسال اطلاعات بازگشت مربوط به تراکنش استفاده می کند."
 
 
 
 
 
9517
 
9518
- #: includes/admin/views/html-admin-page-status-report.php:291
9519
- msgid "wp_remote_post() failed. PayPal IPN won't work with your server. Contact your hosting provider."
9520
- msgstr "wp_remote_post() ناموفق. IPN پی پال در سرور شما کار نمی کند! لطفا با مسئول میزبانی وب سایت خود تماس بگیرید."
 
 
 
 
 
9521
 
9522
- #: includes/admin/views/html-admin-page-status-report.php:293
9523
- #: includes/admin/views/html-admin-page-status-report.php:311
9524
- #: includes/class-wc-auth.php:375
9525
- msgid "Error: %s"
9526
- msgstr "ایراد: %s"
9527
 
9528
- #: includes/admin/views/html-admin-page-status-report.php:295
9529
- #: includes/admin/views/html-admin-page-status-report.php:313
9530
- msgid "Status code: %s"
9531
- msgstr "کد وضعیت: %s"
9532
 
9533
- #: includes/admin/views/html-admin-page-status-report.php:301
9534
- msgid "Remote Get"
9535
- msgstr "گرفتن از راه دور"
 
 
 
9536
 
9537
- #: includes/admin/views/html-admin-page-status-report.php:302
9538
- msgid "WooCommerce plugins may use this method of communication when checking for plugin updates."
9539
- msgstr "افزونه های ووکامرس ممکن است از این روش ارتباطی در هنگام بررسی کردن برای بروز رسانی افزونه استفاده کند."
 
9540
 
9541
- #: includes/admin/views/html-admin-page-status-report.php:309
9542
- msgid "wp_remote_get() failed. The WooCommerce plugin updater won't work with your server. Contact your hosting provider."
9543
- msgstr "wp_remote_get() ناموفق. سیستم بروزرسانی افزونه های ووکامرس شما در سرور شما کار نمی کند! لطفا با مسئول میزبانی وب سایت خود تماس بگیرید."
 
 
 
9544
 
9545
- #: includes/admin/views/html-admin-page-status-report.php:340
9546
- msgid "Database"
9547
- msgstr "پایگاه داده"
 
 
 
9548
 
9549
- #: includes/admin/views/html-admin-page-status-report.php:345
9550
- msgid "WC Database Version"
9551
- msgstr "نسخه پایگاه داده WC"
9552
 
9553
- #: includes/admin/views/html-admin-page-status-report.php:346
9554
- msgid "The version of WooCommerce that the database is formatted for. This should be the same as your WooCommerce Version."
9555
- msgstr "فرمت پایگاه داده برای این نگارش از ووکامرس می باشد. که باید هماهنگ با همان نگارش از ووکامرس باشد."
 
9556
 
9557
- #: includes/admin/views/html-admin-page-status-report.php:376
9558
- msgid "Table does not exist"
9559
- msgstr "جدول وجود ندارد"
 
 
 
 
9560
 
9561
- #: includes/admin/views/html-admin-page-status-report.php:404
9562
- msgid "Active Plugins"
9563
- msgstr "افزونه های فعال"
 
9564
 
9565
- #: includes/admin/views/html-admin-page-status-report.php:429
9566
- msgid "Visit plugin homepage"
9567
- msgstr "نمایش خانه افزونه"
 
 
 
 
 
9568
 
9569
- #: includes/admin/views/html-admin-page-status-report.php:457
9570
- msgid "Network enabled"
9571
- msgstr "شبکه فعال شد"
 
 
9572
 
9573
- #: includes/admin/views/html-admin-page-status-report.php:481
9574
- msgid "Force SSL"
9575
- msgstr "اجبار SSL"
 
 
 
 
9576
 
9577
- #: includes/admin/views/html-admin-page-status-report.php:482
9578
- msgid "Does your site force a SSL Certificate for transactions?"
9579
- msgstr "آیا سایت شما یک مجوز SSL اجباری برای تراکنشها داشته است؟"
9580
 
9581
- #: includes/admin/views/html-admin-page-status-report.php:487
9582
- msgid "What currency prices are listed at in the catalog and which currency gateways will take payments in."
9583
- msgstr "چه قیمت های ارزی در کاتالوگ لیست شده اند و کدام درگاههای ارزی ، می توانند پرداختها را بگیرند."
9584
 
9585
- #: includes/admin/views/html-admin-page-status-report.php:77
9586
- msgid "%s - We recommend setting memory to at least 64MB. See: %s"
9587
- msgstr "%s - ما پیشنهاد میکنیم پیکربندی حافظه حداقل 64MB باشد. ببینید: %s"
9588
 
9589
- #: includes/admin/views/html-admin-page-status-report.php:77
9590
- msgid "Increasing memory allocated to PHP"
9591
- msgstr "افزایش حافظه اختصاص یافته به PHP"
 
 
 
 
9592
 
9593
- #: includes/admin/views/html-admin-page-status-report.php:84
9594
- msgid "WP Debug Mode"
9595
- msgstr "حالت اشکال زدایی WP"
9596
 
9597
- #: includes/admin/views/html-admin-page-status-report.php:85
9598
- msgid "Displays whether or not WordPress is in Debug Mode."
9599
- msgstr "نمایش ایرادها یا اینکه وردپرس در حالت اشکال زدایی است."
9600
 
9601
- #: includes/admin/views/html-admin-page-status-report.php:106
9602
- msgid "Language"
9603
- msgstr "زبان"
9604
 
9605
- #: includes/admin/views/html-admin-page-status-report.php:107
9606
- msgid "The current language used by WordPress. Default = English"
9607
- msgstr "زبان کنونی وردپرس. پیش پندار= انگلیسی"
9608
 
9609
- #: includes/admin/views/html-admin-page-status-report.php:115
9610
- msgid "Server Environment"
9611
- msgstr "سرور سبز"
9612
 
9613
- #: includes/admin/views/html-admin-page-status-report.php:120
9614
- msgid "Server Info"
9615
- msgstr "مشخصات سرور"
 
 
 
 
9616
 
9617
- #: includes/admin/views/html-admin-page-status-report.php:121
9618
- msgid "Information about the web server that is currently hosting your site."
9619
- msgstr "اطلاعاتی درباره وب سروری که میزبان سایت شما می باشد."
 
9620
 
9621
- #: includes/admin/views/html-admin-page-status-report.php:125
9622
- msgid "PHP Version"
9623
- msgstr "ورژن PHP"
9624
 
9625
- #: includes/admin/views/html-admin-page-status-report.php:126
9626
- msgid "The version of PHP installed on your hosting server."
9627
- msgstr "نگارش PHP نصب شده بر روی سرور میزبان شما."
 
 
 
9628
 
9629
- #: includes/admin/views/html-admin-page-status-report.php:133
9630
- msgid "How to update your PHP version"
9631
- msgstr "چگونه نسخه PHP را بروزرسانی کنیم"
 
 
 
9632
 
9633
- #: includes/admin/views/html-admin-page-status-report.php:138
9634
- msgid "Couldn't determine PHP version because phpversion() doesn't exist."
9635
- msgstr "نمی توان نگارش PHP را به دلیل نداشتن phpversion() تعیین کند."
 
 
 
9636
 
9637
- #: includes/admin/views/html-admin-page-status-report.php:144
9638
- msgid "PHP Post Max Size"
9639
- msgstr "اندازه حداکثر پست PHP"
9640
 
9641
- #: includes/admin/views/html-admin-page-status-report.php:145
9642
- msgid "The largest filesize that can be contained in one post."
9643
- msgstr "بزرگترین اندازه فایلی که می تواند در یک نوشته گذاشته شود."
 
 
9644
 
9645
- #: includes/admin/views/html-admin-page-status-report.php:149
9646
- msgid "PHP Time Limit"
9647
- msgstr "محدودیت زمانی PHP"
 
 
 
 
9648
 
9649
- #: includes/admin/views/html-admin-page-status-report.php:150
9650
- msgid "The amount of time (in seconds) that your site will spend on a single operation before timing out (to avoid server lockups)"
9651
- msgstr "مقدار زمانی (در ثانیه) که شما در سایت بر روی یک تک کار قبل از تمام شدن وقت خواهید گذراند، ( جهت جلوگیری از ممانعت های سرور)"
9652
 
9653
- #: includes/admin/views/html-admin-page-status-report.php:154
9654
- msgid "PHP Max Input Vars"
9655
- msgstr "اندازه حداکثر پست PHP"
 
 
9656
 
9657
- #: includes/admin/views/html-admin-page-status-report.php:155
9658
- msgid "The maximum number of variables your server can use for a single function to avoid overloads."
9659
- msgstr "حداکثر تعداد متغیرهای سرور شما می تواند برای یک تابع تک برای جلوگیری از اضافه بار استفاده کند."
9660
 
9661
- #: includes/admin/views/html-admin-page-status-report.php:171
9662
- msgid "SUHOSIN Installed"
9663
- msgstr "SUHOSIN نصب شده است"
9664
 
9665
- #: includes/admin/views/html-admin-page-status-report.php:172
9666
- msgid "Suhosin is an advanced protection system for PHP installations. It was designed to protect your servers on the one hand against a number of well known problems in PHP applications and on the other hand against potential unknown vulnerabilities within these applications or the PHP core itself. If enabled on your server, Suhosin may need to be configured to increase its data submission limits."
9667
- msgstr "Suhosin یک سیستم حفاظت پیشرفته برای نصب PHP است. این سیستم جهت محافظت از سرورهای شما در برابر تعدادی از مشکلات شناخته شده در برنامه های PHP در یک طرف و از سوی دیگر در برابر آسیب پذیری های ناشناخته بالقوه در این برنامه ها و یا هسته PHP خود طراحی شده است. اگر Suhosin را بر روی سرور خود فعال کنید، ممکن است جهت افزایش محدودیت داده ها به پیکربندی نیاز شود."
9668
 
9669
- #: includes/admin/views/html-admin-page-status-report.php:185
9670
- msgid "MySQL Version"
9671
- msgstr "نسخه MySQL"
9672
 
9673
- #: includes/admin/views/html-admin-page-status-report.php:186
9674
- msgid "The version of MySQL installed on your hosting server."
9675
- msgstr "نگارش نصب شده MySQL بر روی سرور هاست شما."
9676
 
9677
- #: includes/admin/views/html-admin-page-status-report.php:201
9678
- msgid "Max Upload Size"
9679
- msgstr "بیشینه اندازه آپلود"
9680
 
9681
- #: includes/admin/views/html-admin-page-status-report.php:202
9682
- msgid "The largest filesize that can be uploaded to your WordPress installation."
9683
- msgstr "بزرگترین اندازه فایلی که می تواند در نصب وردپرس بارگذاری شود."
9684
 
9685
- #: includes/admin/views/html-admin-page-status-report.php:206
9686
- msgid "Default Timezone is UTC"
9687
- msgstr "منطقه زمانی پیش پندار است"
9688
 
9689
- #: includes/admin/views/html-admin-page-status-report.php:207
9690
- msgid "The default timezone for your server."
9691
- msgstr "منطقه زمانی پیش فرض برای سرور شما."
9692
 
9693
- #: includes/admin/views/html-admin-page-status-report.php:211
9694
- msgid "Default timezone is %s - it should be UTC"
9695
- msgstr "منطقه زمانی پیشفرض %s می باشد - شما می بایست از UTC استفاده کنید"
9696
 
9697
- #: includes/admin/views/html-admin-page-status-report.php:31
9698
- msgid "The URL of your site's homepage."
9699
- msgstr "آدرس برگه خانه سایت"
9700
 
9701
- #: includes/admin/views/html-admin-page-status-report.php:35
9702
- msgid "Site URL"
9703
- msgstr "لینک سایت"
9704
 
9705
- #: includes/admin/views/html-admin-page-status-report.php:36
9706
- msgid "The root URL of your site."
9707
- msgstr "آدرس Root سایت شما."
9708
 
9709
- #: includes/admin/views/html-admin-page-status-report.php:40
9710
- msgid "WC Version"
9711
- msgstr "نسخه WC"
9712
 
9713
- #: includes/admin/views/html-admin-page-status-report.php:41
9714
- msgid "The version of WooCommerce installed on your site."
9715
- msgstr "نگارش ووکامرس بر روی سایت شما نصب شده است."
9716
 
9717
- #: includes/admin/views/html-admin-page-status-report.php:45
9718
- msgid "Log Directory Writable"
9719
- msgstr "پوشه Log قابل نوشتن است"
9720
 
9721
- #: includes/admin/views/html-admin-page-status-report.php:46
9722
- msgid "Several WooCommerce extensions can write logs which makes debugging problems easier. The directory must be writable for this to happen."
9723
- msgstr "افزونه های ووکامرس متعددی می توانند گزارش هایی را بنویسند که حل مشکلات را آسانتر کنند. برای این موضوع پوشه باید قابل نوشتن باشد."
9724
 
9725
- #: includes/admin/views/html-admin-page-status-report.php:51
9726
- msgid "To allow logging, make <code>%s</code> writable or define a custom <code>WC_LOG_DIR</code>."
9727
- msgstr "برای گزارش نویسی، <code>%s</code> را ساخته و دسترسی نوشتنی به آن بدهید. یا <code>WC_LOG_DIR</code> را سفارشی سازی کنید."
9728
 
9729
- #: includes/admin/views/html-admin-page-status-report.php:56
9730
- msgid "WP Version"
9731
- msgstr "نسخه WP"
 
9732
 
9733
- #: includes/admin/views/html-admin-page-status-report.php:57
9734
- msgid "The version of WordPress installed on your site."
9735
- msgstr "نگارش وردپرس نصب شده بر روی سایت شما."
 
 
9736
 
9737
- #: includes/admin/views/html-admin-page-status-report.php:61
9738
- msgid "WP Multisite"
9739
- msgstr "وردپرس شبکه"
 
9740
 
9741
- #: includes/admin/views/html-admin-page-status-report.php:62
9742
- msgid "Whether or not you have WordPress Multisite enabled."
9743
- msgstr "یا شما وردپرس شبکه را فعال نکرده اید."
 
9744
 
9745
- #: includes/admin/views/html-admin-page-status-report.php:66
9746
- msgid "WP Memory Limit"
9747
- msgstr "محدودیت حافظه WP"
 
9748
 
9749
- #: includes/admin/views/html-admin-page-status-report.php:67
9750
- msgid "The maximum amount of memory (RAM) that your site can use at one time."
9751
- msgstr "بیشینه مقدار حافظه ای (RAM) که سایت شما می تواند در یک زمان بکار گیرد."
 
 
9752
 
9753
- #: includes/admin/views/html-admin-page-status-logs.php:14
9754
- msgid "Log file: %s (%s)"
9755
- msgstr "فایل لاگ: %s (%s)"
 
9756
 
9757
- #: includes/admin/views/html-admin-page-status-logs.php:32
9758
- msgid "There are currently no logs to view."
9759
- msgstr "در حال حاضر هیچ Log جهت نمایش وجود ندارد"
 
9760
 
9761
- #: includes/admin/views/html-admin-page-status-report.php:13
9762
- msgid "Please copy and paste this information in your ticket when contacting support:"
9763
- msgstr "خواهشمندیمً در صورت درخواست پشتیبانی این اطلاعات را لحاظ کنید:"
 
 
 
 
 
9764
 
9765
- #: includes/admin/views/html-admin-page-status-report.php:14
9766
- msgid "Get System Report"
9767
- msgstr "دریافت گزارش سیستم"
 
 
9768
 
9769
- #: includes/admin/views/html-admin-page-status-report.php:15
9770
- msgid "Understanding the Status Report"
9771
- msgstr "درک گزارش وضعیت"
 
9772
 
9773
- #: includes/admin/views/html-admin-page-status-report.php:18
9774
- msgid "Copy for Support"
9775
- msgstr "کپی برای پشتیبانی"
 
9776
 
9777
- #: includes/admin/views/html-admin-page-status-report.php:25
9778
- msgid "WordPress Environment"
9779
- msgstr "وردپرس حافظ محیط زیست"
 
9780
 
9781
- #: includes/admin/views/html-admin-page-status-report.php:30
9782
- msgid "Home URL"
9783
- msgstr "لینک برگه خانه"
9784
 
9785
- #: includes/admin/settings/views/settings-tax.php:107
9786
- msgid "As a single total"
9787
- msgstr "به عنوان یک کل واحد"
 
 
 
9788
 
9789
- #: includes/admin/settings/views/settings-tax.php:108
9790
- msgid "Itemized"
9791
- msgstr "مورد"
9792
 
9793
- #: includes/admin/views/html-admin-page-addons.php:17
9794
- msgid "Browse all extensions"
9795
- msgstr "نمایش همه افزونه ها"
9796
 
9797
- #: includes/admin/views/html-admin-page-addons.php:45
9798
- msgid "Our catalog of WooCommerce Extensions can be found on WooThemes.com here: <a href=\"%s\">WooCommerce Extensions Catalog</a>"
9799
- msgstr "دفترچه ما از افزونه های ووکامرس را می توانید در Woocoommerce.ir پیدا کنید: <a href=\"http://forum.persianscript.ir/f138/\">دفترچه افزونه های ووکامرس</a>"
 
 
 
9800
 
9801
- #: includes/admin/views/html-admin-page-addons.php:51
9802
- msgid "Looking for a WooCommerce theme?"
9803
- msgstr "بدنبال یک پوسته برای ووکامرس هستید؟"
9804
 
9805
- #: includes/admin/views/html-admin-page-addons.php:52
9806
- msgid "We recommend Storefront, the %sofficial%s WooCommerce theme."
9807
- msgstr "پیشنهاد ما استورفرونت است، پوسته %sرسمی%s ووکامرس"
9808
 
9809
- #: includes/admin/views/html-admin-page-addons.php:55
9810
- msgid "Read all about it"
9811
- msgstr "خواندن همه در این باره"
9812
-
9813
- #: includes/admin/views/html-admin-page-addons.php:56
9814
- msgid "Download &amp; install"
9815
- msgstr "دانلود &amp; نصب"
9816
 
9817
- #: includes/admin/settings/views/settings-tax.php:45
9818
- msgid "Shipping tax class based on cart items"
9819
- msgstr "کلاس مالیاتی ارسال بر اساس محصولات موجود در سبد خرید"
 
9820
 
9821
- #: includes/admin/settings/views/settings-tax.php:50
9822
- msgid "Rounding"
9823
- msgstr "گرد کردن"
9824
 
9825
- #: includes/admin/settings/views/settings-tax.php:51
9826
- msgid "Round tax at subtotal level, instead of rounding per line"
9827
- msgstr "گرد کردن مالیات زیرجمع به جای گرد کردن هر خط"
 
9828
 
9829
- #: includes/admin/settings/views/settings-tax.php:58
9830
- msgid "Additional Tax Classes"
9831
- msgstr "کلاس‌های مالیاتی اضافی"
9832
 
9833
- #: includes/admin/settings/views/settings-tax.php:59
9834
- msgid "List additional tax classes below (1 per line). This is in addition to the default \"Standard Rate\"."
9835
- msgstr "لیست کلاسهای مالیات افزوده زیر ( هر خط 1 ). اضافه بر این \"نرخ استاندارد\" پیش فرض می باشد."
9836
 
9837
- #: includes/admin/settings/views/settings-tax.php:63
9838
- msgid "Reduced Rate%sZero Rate"
9839
- msgstr "کاهش رتبه %s رتبه صفر"
9840
 
9841
- #: includes/admin/settings/views/settings-tax.php:73
9842
- #: includes/admin/settings/views/settings-tax.php:85
9843
- msgid "Including tax"
9844
- msgstr "با احتساب مالیات"
 
9845
 
9846
- #: includes/admin/settings/views/settings-tax.php:74
9847
- #: includes/admin/settings/views/settings-tax.php:86
9848
- msgid "Excluding tax"
9849
- msgstr "بدون احتساب مالیات"
9850
 
9851
- #: includes/admin/settings/views/settings-tax.php:97
9852
- msgid "Define text to show after your product prices. This could be, for example, \"inc. Vat\" to explain your pricing. You can also have prices substituted here using one of the following: {price_including_tax}, {price_excluding_tax}."
9853
- msgstr ""
9854
- "متن نمایشی که پس از قیمت محصول نشان داده می شود، را بنویسید.به عنوان نمونه، \"inc. Vat\" می تواند جهت توضیح قیمت های شما باشد. شما همچنین می توانید یکی از قیمت های ثبت شده زیر را هم استفاده کنید:\n"
9855
- "{price_including_tax}, {price_excluding_tax}."
9856
 
9857
- #: includes/admin/settings/views/settings-tax.php:39
9858
- msgid "Optionally control which tax class shipping gets, or leave it so shipping tax is based on the cart items themselves."
9859
- msgstr "به صورت دلخواه، تعیین میکند چه کلاس مالیاتی‌ای روی ارسال تاثیر میگذارد، و یا آنرا به مالیات بر اساس سبد خرید واگذار میکند."
9860
 
9861
- #: includes/admin/settings/views/html-webhooks-edit.php:163
9862
- msgid "Webhook Logs"
9863
- msgstr "گزارشهای وب هوک"
 
9864
 
9865
- #: includes/admin/settings/class-wc-settings-general.php:137
9866
- msgid "Enable Taxes"
9867
- msgstr "فعال کردن مالیات"
9868
 
9869
- #: includes/admin/settings/class-wc-settings-general.php:138
9870
- msgid "Enable taxes and tax calculations"
9871
- msgstr "فعال کردن مالیات "
9872
 
9873
- #: includes/admin/settings/views/settings-tax.php:12
9874
- msgid "Prices Entered With Tax"
9875
- msgstr "قیمت‌های وارد شده با مالیات"
 
9876
 
9877
- #: includes/admin/settings/views/settings-tax.php:16
9878
- msgid "This option is important as it will affect how you input prices. Changing it will not update existing products."
9879
- msgstr ""
9880
- "این گزینه از آنجایی که روی قیمت‌های شما تاثیر میگذارد مهم است. \n"
9881
- "تغییر در آن روی محصولات فعلی تاثیری نخواهد گذاشت."
9882
 
9883
- #: includes/admin/settings/views/settings-tax.php:18
9884
- msgid "Yes, I will enter prices inclusive of tax"
9885
- msgstr "بله، من قیمت ها را با مالیات وارد خواهم کرد"
 
9886
 
9887
- #: includes/admin/settings/views/settings-tax.php:19
9888
- msgid "No, I will enter prices exclusive of tax"
9889
- msgstr "من قیمت های را بدون مالیات وارد خواهم کرد"
 
9890
 
9891
- #: includes/admin/settings/views/settings-tax.php:26
9892
- msgid "This option determines which address is used to calculate tax."
9893
- msgstr "این گزینه بررسی میکند که کدام آدرس برای محاسبه مالیات استفاده شود."
 
 
 
 
 
 
9894
 
9895
- #: includes/admin/settings/views/settings-tax.php:31
9896
- msgid "Customer shipping address"
9897
- msgstr "آدرس ارسال کالا به مشتری"
 
 
 
 
 
 
9898
 
9899
- #: includes/admin/settings/views/settings-tax.php:32
9900
- msgid "Customer billing address"
9901
- msgstr "آدرس ارسال صورت‌حساب مشتری"
 
 
 
 
 
 
9902
 
9903
- #: includes/admin/settings/views/html-webhooks-edit.php:63
9904
- msgid "Action"
9905
- msgstr "عملیات"
 
 
 
 
9906
 
9907
- #: includes/admin/settings/views/html-webhooks-edit.php:64
9908
- msgid "Custom"
9909
- msgstr "سفارشی سازی"
9910
 
9911
- #: includes/admin/settings/views/html-webhooks-edit.php:75
9912
- msgid "Action Event"
9913
- msgstr "رویداد عملیات"
9914
 
9915
- #: includes/admin/settings/views/html-webhooks-edit.php:76
9916
- msgid "Enter the Action that will trigger this webhook."
9917
- msgstr "عملی را وارد کنید که موجب این وب هوک شود."
9918
 
9919
- #: includes/admin/settings/views/html-webhooks-edit.php:84
9920
- msgid "Custom Topic"
9921
- msgstr "موضوع دلخواه"
 
 
 
9922
 
9923
- #: includes/admin/settings/views/html-webhooks-edit.php:85
9924
- msgid "Enter the Custom Topic that will trigger this webhook."
9925
- msgstr "موضوع سفارشی را وارد کنید که موجب این وب هوک شود."
9926
 
9927
- #: includes/admin/settings/views/html-webhooks-edit.php:94
9928
- msgid "URL where the webhook payload is delivered."
9929
- msgstr "لینک وقتیکه محموله وب هوک تحویل داده شده است."
9930
 
9931
- #: includes/admin/settings/views/html-webhooks-edit.php:102
9932
- msgid "Secret"
9933
- msgstr "محرمانه"
 
9934
 
9935
- #: includes/admin/settings/views/html-webhooks-edit.php:116
9936
- msgid "Webhook Actions"
9937
- msgstr "عملیات وب هوک"
9938
 
9939
- #: includes/admin/settings/views/html-webhooks-edit.php:123
9940
- #: includes/admin/settings/views/html-webhooks-edit.php:132
9941
- msgid "Created at"
9942
- msgstr "ساخته شده در"
 
 
 
 
 
 
9943
 
9944
- #: includes/admin/settings/views/html-webhooks-edit.php:140
9945
- msgid "Updated at"
9946
- msgstr "بروزرسانی شده در"
9947
 
9948
- #: includes/admin/settings/views/html-webhooks-edit.php:151
9949
- msgid "Save Webhook"
9950
- msgstr "ذخیره وب هوک"
9951
 
9952
- #: includes/admin/settings/views/html-webhooks-edit.php:56
9953
- msgid "Customer Deleted"
9954
- msgstr "کوپن پاک شد"
 
9955
 
9956
- #: includes/admin/settings/views/html-webhooks-edit.php:57
9957
- msgid "Order Created"
9958
- msgstr "سفارش ساخته شد"
9959
 
9960
- #: includes/admin/settings/views/html-webhooks-edit.php:58
9961
- msgid "Order Updated"
9962
- msgstr "سفارش بروزرسانی شد"
 
9963
 
9964
- #: includes/admin/settings/views/html-webhooks-edit.php:59
9965
- msgid "Order Deleted"
9966
- msgstr "سفارش پاک شد"
9967
 
9968
- #: includes/admin/settings/views/html-webhooks-edit.php:60
9969
- msgid "Product Created"
9970
- msgstr "محصول ساخته شد"
9971
 
9972
- #: includes/admin/settings/views/html-webhooks-edit.php:61
9973
- msgid "Product Updated"
9974
- msgstr "محصول بروزرسانی شد"
9975
 
9976
- #: includes/admin/settings/views/html-webhooks-edit.php:62
9977
- msgid "Product Deleted"
9978
- msgstr "محصول پاک شد"
9979
 
9980
- #: includes/admin/settings/views/html-webhook-logs.php:18
9981
- #: includes/admin/settings/views/html-webhook-logs.php:26
9982
- msgid "URL"
9983
- msgstr "پیوند"
9984
 
9985
- #: includes/admin/settings/views/html-webhook-logs.php:19
9986
- #: includes/admin/settings/views/html-webhook-logs.php:27
9987
- msgid "Request"
9988
- msgstr "درخواست"
9989
 
9990
- #: includes/admin/settings/views/html-webhook-logs.php:20
9991
- #: includes/admin/settings/views/html-webhook-logs.php:28
9992
- msgid "Response"
9993
- msgstr "پاسخ"
9994
 
9995
- #: includes/admin/settings/views/html-webhooks-edit.php:10
9996
- msgid "Webhook Data"
9997
- msgstr "داده وب هوک"
 
9998
 
9999
- #: includes/admin/settings/views/html-webhooks-edit.php:16
10000
- msgid "Friendly name for identifying this webhook, defaults to Webhook created on %s."
10001
- msgstr "نام صادقانه جهت تشخیص این وب هوک، به وب هوک ساخته شده در %s پیش فرض می شود."
10002
 
10003
- #: includes/admin/settings/views/html-webhooks-edit.php:25
10004
- msgid "The options are &quot;Active&quot; (delivers payload), &quot;Paused&quot; (does not deliver), or &quot;Disabled&quot; (does not deliver due delivery failures)."
10005
- msgstr "پیکربندی &quot;فعال&quot; هستند (ارائه محموله)، &quot;متوقف شده است& (ارسال نمی شود)، یا &quot;غیرفعال&quot; شده ( به دلیل خطاهای حمل و نقل، ارسال نمی شود)."
10006
 
10007
- #: includes/admin/settings/views/html-webhooks-edit.php:42
10008
- msgid "Select when the webhook will fire."
10009
- msgstr "گزینش زمانیکه وب هوک آتش می گیرد."
10010
 
10011
- #: includes/admin/settings/views/html-webhooks-edit.php:51
10012
- msgid "Coupon Created"
10013
- msgstr "کوپن ساخته شد"
 
10014
 
10015
- #: includes/admin/settings/views/html-webhooks-edit.php:52
10016
- msgid "Coupon Updated"
10017
- msgstr "کوپن بروزرسانی شد"
10018
 
10019
- #: includes/admin/settings/views/html-webhooks-edit.php:53
10020
- msgid "Coupon Deleted"
10021
- msgstr "کوپن پاک شد"
10022
 
10023
- #: includes/admin/settings/views/html-webhooks-edit.php:54
10024
- msgid "Customer Created"
10025
- msgstr "کوپن ساخته شد"
 
10026
 
10027
- #: includes/admin/settings/views/html-webhooks-edit.php:55
10028
- msgid "Customer Updated"
10029
- msgstr "کوپن بروزرسانی شد"
 
10030
 
10031
- #: includes/admin/settings/views/html-settings-tax.php:22
10032
- msgid "Cities for this rule. Semi-colon (;) separate multiple values. Leave blank to apply to all cities."
10033
- msgstr "شهرهای این قانون. با استفاده از (;) میتوانید شهر‌ها را از هم جدا کنید. خالی به معنای اعمال روی همه شهرهاست."
10034
 
10035
- #: includes/admin/settings/views/html-settings-tax.php:23
10036
- msgid "Rate&nbsp;%"
10037
- msgstr "رتبه&nbsp;%"
10038
 
10039
- #: includes/admin/settings/views/html-settings-tax.php:23
10040
- msgid "Enter a tax rate (percentage) to 4 decimal places."
10041
- msgstr "یک رتبه مالیاتی وارد کنید (درصد تا ۴ رقم اعشار)"
10042
 
10043
- #: includes/admin/settings/views/html-settings-tax.php:24
10044
- msgid "Tax&nbsp;Name"
10045
- msgstr "نام&nbsp;مالیات"
10046
 
10047
- #: includes/admin/settings/views/html-settings-tax.php:24
10048
- msgid "Enter a name for this tax rate."
10049
- msgstr "یک نام برای این مالیات انتخاب کنید."
10050
 
10051
- #: includes/admin/settings/views/html-settings-tax.php:25
10052
- msgid "Choose a priority for this tax rate. Only 1 matching rate per priority will be used. To define multiple tax rates for a single area you need to specify a different priority per rate."
10053
- msgstr "یک اولویت برای این رتبه مالیاتی انتخاب کنید. فقط یک رتبه با هر کدام از اولویت‌ها استفاده خواهد شد. برای بیشتر از یک رتبه مالیاتی برای یک منطقه شما نیاز دارید برای هر رتبه یک اولویت تعیین کنید."
10054
 
10055
- #: includes/admin/settings/views/html-settings-tax.php:26
10056
- msgid "Choose whether or not this is a compound rate. Compound tax rates are applied on top of other tax rates."
10057
- msgstr "انتخاب کنید که این رتبه کوپنی است یا خیر. رتبه‌های مالیاتی کوپنی بر بقیه مالیات‌ها اعمال می‌شوند"
10058
 
10059
- #: includes/admin/settings/views/html-settings-tax.php:27
10060
- msgid "Choose whether or not this tax rate also gets applied to shipping."
10061
- msgstr "انتخاب کنید که مالیات روی ارسال کالا هم اعمال بشود یا خیر"
 
 
10062
 
10063
- #: includes/admin/settings/views/html-settings-tax.php:33
10064
- msgid "Insert row"
10065
- msgstr "افزودن ردیف"
10066
 
10067
- #: includes/admin/settings/views/html-settings-tax.php:34
10068
- msgid "Remove selected row(s)"
10069
- msgstr "پاک کردن ردیفهای انتخاب شده"
10070
 
10071
- #: includes/admin/settings/views/html-settings-tax.php:36
10072
- msgid "Import CSV"
10073
- msgstr "درون‌ریزی CSV"
10074
 
10075
- #: includes/admin/settings/views/html-settings-tax.php:42
10076
- msgid "Loading&hellip;"
10077
- msgstr "بارگذاری&hellip;"
10078
 
10079
- #: includes/admin/settings/views/html-settings-tax.php:48
10080
- msgid "Tax rate ID: %s"
10081
- msgstr "شناسه نرخ مالیات: %s"
 
10082
 
10083
- #: includes/admin/settings/views/html-settings-tax.php:91
10084
- msgid "No Matching Tax Rates Found."
10085
- msgstr "هیچ نرخ مالیات تطبیقی یافت نشد."
 
10086
 
10087
- #: includes/admin/settings/views/html-settings-tax.php:102
10088
- msgid "First page"
10089
- msgstr "برگه نخست "
 
10090
 
10091
- #: includes/admin/settings/views/html-settings-tax.php:106
10092
- msgid "Previous page"
10093
- msgstr "برگه قبلی"
 
10094
 
10095
- #: includes/admin/settings/views/html-settings-tax.php:111
10096
- msgid "Current Page"
10097
- msgstr "صفحه جاری"
 
10098
 
10099
- #: includes/admin/settings/views/html-settings-tax.php:118
10100
- msgid "Next page"
10101
- msgstr "برگه بعدی"
10102
 
10103
- #: includes/admin/settings/views/html-settings-tax.php:122
10104
- msgid "Last page"
10105
- msgstr "برگه آخر"
 
10106
 
10107
- #: includes/admin/settings/views/html-webhook-log.php:13
10108
- #: includes/wc-account-functions.php:210
10109
- msgid "Method"
10110
- msgstr "روش"
10111
 
10112
- #: includes/admin/settings/views/html-webhook-log.php:14
10113
- msgid "Duration"
10114
- msgstr "مدت"
 
10115
 
10116
- #: includes/admin/settings/views/html-webhook-log.php:15
10117
- #: includes/admin/settings/views/html-webhook-log.php:26
10118
- msgid "Headers"
10119
- msgstr "سربرگ ها"
10120
 
10121
- #: includes/admin/settings/views/html-webhook-log.php:21
10122
- #: includes/admin/settings/views/html-webhook-log.php:33
10123
- msgid "Content"
10124
- msgstr "محتویات"
 
 
 
 
 
 
 
 
 
10125
 
10126
- #: includes/admin/settings/class-wc-settings-tax.php:178
10127
- msgid "State Code"
10128
- msgstr "کد استان"
 
10129
 
10130
- #: includes/admin/settings/class-wc-settings-tax.php:179
10131
- #: includes/admin/settings/views/html-settings-tax.php:21
10132
- msgid "ZIP/Postcode"
10133
- msgstr "کدپستی"
10134
 
10135
- #: includes/admin/settings/class-wc-settings-tax.php:182
10136
- msgid "Tax Name"
10137
- msgstr "نام مالیات"
 
 
10138
 
10139
- #: includes/admin/settings/class-wc-settings-tax.php:183
10140
- #: includes/admin/settings/views/html-settings-tax.php:25
10141
- msgid "Priority"
10142
- msgstr "اولویت"
10143
 
10144
- #: includes/admin/settings/class-wc-settings-tax.php:184
10145
- #: includes/admin/settings/views/html-settings-tax.php:26
10146
- msgid "Compound"
10147
- msgstr "کوپنی"
10148
 
10149
- #: includes/admin/settings/views/html-keys-edit.php:8
10150
- msgid "Key Details"
10151
- msgstr "جزییات کلید"
10152
 
10153
- #: includes/admin/settings/views/html-keys-edit.php:17
10154
- msgid "Friendly name for identifying this key."
10155
- msgstr "یک نام برای شناسایی این کلید بنویسید."
10156
 
10157
- #: includes/admin/settings/views/html-keys-edit.php:26
10158
- msgid "Owner of these keys."
10159
- msgstr "صاحب این کلیدها"
10160
 
10161
- #: includes/admin/settings/views/html-keys-edit.php:41
10162
- msgid "Select the access type of these keys."
10163
- msgstr "نوع دسترسی به این کلید را گزینش کنید."
 
10164
 
10165
- #: includes/admin/settings/views/html-keys-edit.php:92
10166
- msgid "Generate API Key"
10167
- msgstr "ساخت کلید API "
 
10168
 
10169
- #: includes/admin/settings/views/html-keys-edit.php:97
10170
- #: includes/class-wc-ajax.php:2401
10171
- msgid "Revoke Key"
10172
- msgstr "کلید ابطال"
10173
 
10174
- #: includes/admin/settings/views/html-keys-edit.php:110
10175
- msgid "Consumer Key"
10176
- msgstr "کلید مصرف کننده"
10177
 
10178
- #: includes/admin/settings/views/html-keys-edit.php:113
10179
- #: includes/admin/settings/views/html-keys-edit.php:121
10180
- #: includes/admin/views/html-admin-page-status-report.php:18
10181
- msgid "Copied!"
10182
- msgstr "کپی شد!"
10183
 
10184
- #: includes/admin/settings/views/html-keys-edit.php:113
10185
- #: includes/admin/settings/views/html-keys-edit.php:121
10186
- msgid "Copy"
10187
- msgstr "کپی"
10188
 
10189
- #: includes/admin/settings/views/html-keys-edit.php:118
10190
- msgid "Consumer Secret"
10191
- msgstr "رمز مصرف کننده"
 
 
10192
 
10193
- #: includes/admin/settings/views/html-keys-edit.php:126
10194
- msgid "QRCode"
10195
- msgstr "بارکد QR"
10196
 
10197
- #: includes/admin/settings/views/html-settings-tax.php:8
10198
- msgid "Search&hellip;"
10199
- msgstr "جستجو&hellip;"
10200
 
10201
- #: includes/admin/settings/views/html-settings-tax.php:13
10202
- msgid "\"%s\" Tax Rates"
10203
- msgstr "\"%s\" نرخ مالیات"
10204
 
10205
- #: includes/admin/settings/views/html-settings-tax.php:19
10206
- msgid "Country&nbsp;Code"
10207
- msgstr "کد &nbsp; کشور"
10208
 
10209
- #: includes/admin/settings/views/html-settings-tax.php:19
10210
- msgid "A 2 digit country code, e.g. US. Leave blank to apply to all."
10211
- msgstr "کد کشورهای دو رقمی مثل ایالات متحده آمریکا. برای اعمال برای همه، خالی بگذارید."
10212
 
10213
- #: includes/admin/settings/views/html-settings-tax.php:20
10214
- msgid "State&nbsp;Code"
10215
- msgstr "کد&nbsp;استان"
 
 
10216
 
10217
- #: includes/admin/settings/views/html-settings-tax.php:20
10218
- msgid "A 2 digit state code, e.g. AL. Leave blank to apply to all."
10219
- msgstr "کد 2 رقمی استان، همانند خوزستان\" KH \". برای بکار گیری همه، آن را پوچ بگذارید."
 
 
 
 
10220
 
10221
- #: includes/admin/settings/class-wc-settings-general.php:105
10222
- msgid "Ship to all countries you sell to"
10223
- msgstr "حمل و نقل به تمامی کشورهایی که محصول را می فروشید"
10224
 
10225
- #: includes/admin/settings/class-wc-settings-general.php:106
10226
- msgid "Ship to all countries"
10227
- msgstr "حمل و نقل به تمام کشور ها"
10228
 
10229
- #: includes/admin/settings/class-wc-settings-general.php:107
10230
- msgid "Ship to specific countries only"
10231
- msgstr "حمل و نقل به کشور های خاص"
10232
 
10233
- #: includes/admin/settings/class-wc-settings-tax.php:55
10234
- #: includes/admin/settings/views/settings-tax.php:9
10235
- msgid "Tax Options"
10236
- msgstr "پیکربندی مالیات"
10237
 
10238
- #: includes/admin/settings/class-wc-settings-tax.php:56
10239
- msgid "Standard Rates"
10240
- msgstr "استاندارد"
10241
 
10242
- #: includes/admin/settings/class-wc-settings-tax.php:63
10243
- msgid "%s Rates"
10244
- msgstr "نرخ های %s"
10245
 
10246
- #: includes/admin/settings/class-wc-settings-tax.php:174
10247
- msgid "No row(s) selected"
10248
- msgstr "ردیفی انتخاب نشده است"
10249
 
10250
- #: includes/admin/settings/class-wc-settings-shipping.php:210
10251
- #: includes/admin/settings/class-wc-settings-shipping.php:242
10252
- #: includes/admin/settings/class-wc-settings-shipping.php:297
10253
- #: includes/admin/settings/class-wc-settings-tax.php:175
10254
- msgid "Your changed data will be lost if you leave this page without saving."
10255
- msgstr "اطلاعات تغییر یافته این صفحه در صورت خروج شما ، بدون ذخیره ، از بین خواهد رفت"
10256
 
10257
- #: includes/admin/settings/class-wc-settings-tax.php:177
10258
- msgid "Country Code"
10259
- msgstr "کد کشور"
 
10260
 
10261
- #: includes/admin/settings/class-wc-settings-products.php:387
10262
- msgid "Downloads require login"
10263
- msgstr "دانلودها نیازمند ورود هستند"
 
10264
 
10265
- #: includes/admin/settings/class-wc-settings-products.php:391
10266
- msgid "This setting does not apply to guest purchases."
10267
- msgstr "این پیکربندی برای خرید به صورت مهمان اعمال نمیشود"
10268
 
10269
- #: includes/admin/settings/class-wc-settings-products.php:397
10270
- msgid "Grant access to downloadable products after payment"
10271
- msgstr "دسترسی به محصولات دانلودشدنی بعد از پرداخت"
10272
 
10273
- #: includes/admin/settings/class-wc-settings-products.php:401
10274
- msgid "Enable this option to grant access to downloads when orders are \"processing\", rather than \"completed\"."
10275
- msgstr "این گزینه این امکان را می‌دهد که مشتری بعد از سفارش و در حالی که سفارش در حالت « در حال انجام » است امکان دانلود داشته باشد و نیازی به وضعیت « تکمیل شده » نیست"
10276
 
10277
- #: includes/admin/settings/class-wc-settings-products.php:416
10278
- msgid "Measurements"
10279
- msgstr "اندازه گیری"
10280
 
10281
- #: includes/admin/settings/class-wc-settings-products.php:422
10282
- msgid "Weight Unit"
10283
- msgstr "واحد وزن "
10284
 
10285
- #: includes/admin/settings/class-wc-settings-products.php:423
10286
- msgid "This controls what unit you will define weights in."
10287
- msgstr "واحد اندازه گیری وزن"
10288
 
10289
- #: includes/admin/settings/class-wc-settings-products.php:439
10290
- msgid "Dimensions Unit"
10291
- msgstr "واحد اندازه گیری"
10292
 
10293
- #: includes/admin/settings/class-wc-settings-products.php:440
10294
- msgid "This controls what unit you will define lengths in."
10295
- msgstr "واحد اندازه گیری طول"
10296
 
10297
- #: includes/admin/settings/class-wc-settings-products.php:469
10298
- msgid "Product Ratings"
10299
- msgstr "امتیاز های محصول"
10300
 
10301
- #: includes/admin/settings/class-wc-settings-products.php:470
10302
- msgid "Enable ratings on reviews"
10303
- msgstr "فعال کردن امتیاز در دیدگاه‌ها"
10304
 
10305
- #: includes/admin/settings/class-wc-settings-products.php:479
10306
- msgid "Ratings are required to leave a review"
10307
- msgstr "برای ارسال دیدگاه می بایست رای دهید."
 
 
 
 
10308
 
10309
- #: includes/admin/settings/class-wc-settings-products.php:489
10310
- msgid "Show \"verified owner\" label for customer reviews"
10311
- msgstr "نمایش برچسب «مالک تاییدشده» برای دیدگاه‌های مشتری"
10312
 
10313
- #: includes/admin/settings/class-wc-settings-products.php:499
10314
- msgid "Only allow reviews from \"verified owners\""
10315
- msgstr "اجازه به ارسال دیدگاه تنها برای مالکین تایید شده (خریدار ها)"
 
 
10316
 
10317
- #: includes/admin/class-wc-admin-help.php:61
10318
- #: includes/admin/settings/class-wc-settings-shipping.php:49
10319
- #: includes/admin/settings/class-wc-settings-shipping.php:77
10320
- msgid "Shipping Options"
10321
- msgstr "امكانات حمل و نقل كالا"
10322
 
10323
- #: includes/admin/settings/class-wc-settings-shipping.php:81
10324
- msgid "Enable the shipping calculator on the cart page"
10325
- msgstr "فعال کردن محاسبه‌گر هزینه ارسال در برگه سبدخرید"
10326
 
10327
- #: includes/admin/settings/class-wc-settings-shipping.php:90
10328
- msgid "Hide shipping costs until an address is entered"
10329
- msgstr "هزینه حمل كالا را تا زمانی كه خریدار آدرس خود را وارد نكرده است نمایش نده"
10330
 
10331
- #: includes/admin/settings/class-wc-settings-shipping.php:99
10332
- msgid "Shipping Destination"
10333
- msgstr "مقصد ارسال"
 
 
 
10334
 
10335
- #: includes/admin/settings/class-wc-settings-shipping.php:100
10336
- msgid "This controls which shipping address is used by default."
10337
- msgstr "این گزینه‌ها مشخص می کند تا آدرس حمل و نقل به صورت پیشفرض کدامیک باشند."
10338
 
10339
- #: includes/admin/settings/class-wc-settings-products.php:293
10340
- msgid "Enter recipients (comma separated) that will receive this notification."
10341
- msgstr "گیرنده هایی که این پیام را دریافت می کنند (با کاما جدا شوند) را وارد نمایید."
10342
 
10343
- #: includes/admin/settings/class-wc-settings-products.php:303
10344
- msgid "Low Stock Threshold"
10345
- msgstr "آستانه کم‌بودن موجودی انبار"
10346
 
10347
- #: includes/admin/settings/class-wc-settings-products.php:317
10348
- msgid "Out Of Stock Threshold"
10349
- msgstr "آستانه تمام‌شدن موجودی انبار"
10350
 
10351
- #: includes/admin/settings/class-wc-settings-products.php:330
10352
- msgid "Out Of Stock Visibility"
10353
- msgstr "نمایش تمام‌شدن موجودی انبار"
10354
 
10355
- #: includes/admin/settings/class-wc-settings-products.php:331
10356
- msgid "Hide out of stock items from the catalog"
10357
- msgstr "مخفی کردن محصولاتی که در انبار موجود نیستند"
 
 
10358
 
10359
- #: includes/admin/settings/class-wc-settings-products.php:338
10360
- msgid "Stock Display Format"
10361
- msgstr "نحوه نمایش موجودی انبار"
10362
 
10363
- #: includes/admin/settings/class-wc-settings-products.php:339
10364
- msgid "This controls how stock is displayed on the frontend."
10365
- msgstr "این گزینه نحوه نمایش موجودی انبار برای کاربر را کنترل میکند."
 
10366
 
10367
- #: includes/admin/settings/class-wc-settings-products.php:346
10368
- msgid "Always show stock e.g. \"12 in stock\""
10369
- msgstr "همیشه موجودی كالا را نشان بده. مثلا 12 تا موجودی"
10370
 
10371
- #: includes/admin/settings/class-wc-settings-products.php:347
10372
- msgid "Only show stock when low e.g. \"Only 2 left in stock\" vs. \"In Stock\""
10373
- msgstr "تنها زمانی که موجودی انبار کم است نشان نمایش داده شود. مثال:‌« فقط دو تا در انبار موجود است» به جای « موجود در انبار»"
 
10374
 
10375
- #: includes/admin/settings/class-wc-settings-products.php:348
10376
- msgid "Never show stock amount"
10377
- msgstr "هیچ وقت موجودی كالا را نشان نده"
10378
 
10379
- #: includes/admin/settings/class-wc-settings-products.php:369
10380
- msgid "File Download Method"
10381
- msgstr "روش دانلود فایل"
10382
 
10383
- #: includes/admin/settings/class-wc-settings-products.php:370
10384
- msgid "Forcing downloads will keep URLs hidden, but some servers may serve large files unreliably. If supported, <code>X-Accel-Redirect</code>/ <code>X-Sendfile</code> can be used to serve downloads instead (server requires <code>mod_xsendfile</code>)."
10385
- msgstr "دانلود اجبار باعث میشود آدرس فایل مخفی بماند، اما بعضی سرورها برای میزبانی نامطمئن هستند. اگر سرور پشتیبانی میکند، <code>X-Accel-Redirect</code>/ <code>X-Sendfile</code> به جای سرور دانلود قابل استفاده است (server requires <code>mod_xsendfile</code>)."
10386
 
10387
- #: includes/admin/settings/class-wc-settings-products.php:378
10388
- msgid "Force Downloads"
10389
- msgstr "اجبار به دانلودها"
 
10390
 
10391
- #: includes/admin/settings/class-wc-settings-products.php:379
10392
- msgid "X-Accel-Redirect/X-Sendfile"
10393
- msgstr "X-Accel-Redirect/X-Sendfile"
10394
 
10395
- #: includes/admin/settings/class-wc-settings-products.php:380
10396
- msgid "Redirect only"
10397
- msgstr "فقط انتقال (ریدایرکت)"
 
10398
 
10399
- #: includes/admin/settings/class-wc-settings-products.php:386
10400
- msgid "Access Restriction"
10401
- msgstr "محدودیت های دسترسی"
10402
 
10403
- #: includes/admin/settings/class-wc-settings-products.php:155
10404
- msgid "Redirect to the cart page after successful addition"
10405
- msgstr "انتقال به برگه سبد خرید بعد از «افزودن به سبد»"
10406
 
10407
- #: includes/admin/settings/class-wc-settings-products.php:163
10408
- msgid "Enable AJAX add to cart buttons on archives"
10409
- msgstr "فعال کردن ایجکس «افزودن به سبد خرید» در صفحهات بایگانی"
 
10410
 
10411
- #: includes/admin/settings/class-wc-settings-products.php:178
10412
- msgid "These settings affect the display and dimensions of images in your catalog - the display on the front-end will still be affected by CSS styles. After changing these settings you may need to <a href=\"%s\">regenerate your thumbnails</a>."
10413
- msgstr "این پیکربندی بر روی نمایش و ابعاد تصویر در کاتالوگ تاقیر می گذارند - نمایش نمای کاربر تحت تاثیر استایل های CSS خواهد بود. پس از تغییر چنین پیکربندیی شما ممکن است به <a href=\"%s\"> جهت ساخت دوباره بند انگشتی ها </a> نیاز داشته باشید."
 
 
 
 
10414
 
10415
- #: includes/admin/settings/class-wc-settings-products.php:183
10416
- msgid "Catalog Images"
10417
- msgstr "تصاویر فهرست"
 
10418
 
10419
- #: includes/admin/settings/class-wc-settings-products.php:184
10420
- msgid "This size is usually used in product listings"
10421
- msgstr "سایز تصویر در لیست محصولات"
 
10422
 
10423
- #: includes/admin/settings/class-wc-settings-products.php:197
10424
- msgid "Single Product Image"
10425
- msgstr "تصویر محصول تک"
10426
 
10427
- #: includes/admin/settings/class-wc-settings-products.php:198
10428
- msgid "This is the size used by the main image on the product page."
10429
- msgstr "اندازه تصویر اصلی در برگه محصول"
10430
 
10431
- #: includes/admin/settings/class-wc-settings-products.php:211
10432
- msgid "Product Thumbnails"
10433
- msgstr "تصویر بندانگشتی محصولات"
 
10434
 
10435
- #: includes/admin/settings/class-wc-settings-products.php:212
10436
- msgid "This size is usually used for the gallery of images on the product page."
10437
- msgstr "اندازه تصاویر کوچک موجود در برگه محصولات"
10438
 
10439
- #: includes/admin/settings/class-wc-settings-products.php:225
10440
- msgid "Product Image Gallery"
10441
- msgstr "گالری نگاره محصول"
10442
 
10443
- #: includes/admin/settings/class-wc-settings-products.php:226
10444
- msgid "Enable Lightbox for product images"
10445
- msgstr "فعال کردن لایت باکس برای عکسهای محصول"
10446
 
10447
- #: includes/admin/settings/class-wc-settings-products.php:229
10448
- msgid "Include WooCommerce's lightbox. Product gallery images will open in a lightbox."
10449
- msgstr "فعال کردن اسکریپت Lightbox به کاربر اجازه می‌دهد تصاویر و گالری‌های محصولات را با یک افکت جعبه نور جی‌کوئری نمایش کند."
 
 
 
 
10450
 
10451
- #: includes/admin/settings/class-wc-settings-products.php:251
10452
- msgid "Manage Stock"
10453
- msgstr "مدیریت موجودی"
10454
 
10455
- #: includes/admin/settings/class-wc-settings-products.php:252
10456
- msgid "Enable stock management"
10457
- msgstr "فعال کردن مدیریت موجودی انبار"
10458
 
10459
- #: includes/admin/settings/class-wc-settings-products.php:259
10460
- msgid "Hold Stock (minutes)"
10461
- msgstr "نگهداری موجودی (دقیقه)"
10462
 
10463
- #: includes/admin/settings/class-wc-settings-products.php:260
10464
- msgid "Hold stock (for unpaid orders) for x minutes. When this limit is reached, the pending order will be cancelled. Leave blank to disable."
10465
- msgstr "نگهداری موجودی برای x دقیقه به این معنی است که در صورتی که سفارش در حال « در انتظار بررسی » است، به مدت x دقیقه سفارش قابل انجام است و بعد از آن لغو خواهد شد. خالی گذاشتن به معنی غیرفعال بودن این امکان است"
 
 
 
 
10466
 
10467
- #: includes/admin/settings/class-wc-settings-products.php:273
10468
- msgid "Notifications"
10469
- msgstr "اطلاع رسانی ها"
10470
 
10471
- #: includes/admin/settings/class-wc-settings-products.php:274
10472
- msgid "Enable low stock notifications"
10473
- msgstr "فعال کردن آگهی کم بودن موجودی انبار"
10474
 
10475
- #: includes/admin/settings/class-wc-settings-products.php:283
10476
- msgid "Enable out of stock notifications"
10477
- msgstr "فعال کردن آگهی خالی شدن انبار"
 
 
10478
 
10479
- #: includes/admin/settings/class-wc-settings-products.php:292
10480
- msgid "Notification Recipient(s)"
10481
- msgstr "گیرنده (گان) اطلاع رسانی"
10482
 
10483
- #: includes/admin/settings/class-wc-settings-products.php:111
10484
- #: includes/admin/settings/class-wc-settings-products.php:127
10485
- msgid "Show products"
10486
- msgstr "نمایش محصولات"
10487
 
10488
- #: includes/admin/settings/class-wc-settings-products.php:119
10489
- msgid "Default Category Display"
10490
- msgstr "نمای پیشفرض دسته"
10491
 
10492
- #: includes/admin/settings/class-wc-settings-products.php:120
10493
- msgid "This controls what is shown on category archives."
10494
- msgstr "چیزهایی که در برگه بایگانی دسته‌ها نمایش داده می‌شوند."
 
 
 
10495
 
10496
- #: includes/admin/settings/class-wc-settings-products.php:128
10497
- msgid "Show subcategories"
10498
- msgstr "نمایش زیردسته‌ها"
10499
 
10500
- #: includes/admin/settings/class-wc-settings-products.php:135
10501
- msgid "Default Product Sorting"
10502
- msgstr "مرتب‌سازی پیش‌فرض محصولات"
 
 
 
 
10503
 
10504
- #: includes/admin/settings/class-wc-settings-products.php:136
10505
- msgid "This controls the default sort order of the catalog."
10506
- msgstr "این گزینه حالت پیش‌فرش مرتب‌سازی لیست محصولات را کنترل میکند."
 
10507
 
10508
- #: includes/admin/settings/class-wc-settings-products.php:143
10509
- msgid "Default sorting (custom ordering + name)"
10510
- msgstr "مرتب‌سازی پیشفرض ( مرتب‌سازی مرسوم + نام)"
10511
 
10512
- #: includes/admin/settings/class-wc-settings-products.php:144
10513
- msgid "Popularity (sales)"
10514
- msgstr "محبوبیت (فروش)"
10515
 
10516
- #: includes/admin/settings/class-wc-settings-products.php:145
10517
- #: includes/widgets/class-wc-widget-rating-filter.php:30
10518
- msgid "Average Rating"
10519
- msgstr "میانگین رای (امتیاز)"
 
10520
 
10521
- #: includes/admin/settings/class-wc-settings-products.php:146
10522
- msgid "Sort by most recent"
10523
- msgstr "نمایش به ترتیب جدیدترین ها"
 
10524
 
10525
- #: includes/admin/settings/class-wc-settings-products.php:147
10526
- msgid "Sort by price (asc)"
10527
- msgstr "قیمت (صعودی)"
 
 
10528
 
10529
- #: includes/admin/settings/class-wc-settings-products.php:148
10530
- msgid "Sort by price (desc)"
10531
- msgstr "قیمت (نزولی)"
10532
 
10533
- #: includes/admin/settings/class-wc-settings-products.php:154
10534
- msgid "Add to cart behaviour"
10535
- msgstr "افزودن به روش سبد خرید"
 
 
10536
 
10537
- #: includes/admin/settings/class-wc-settings-general.php:145
10538
- msgid "Store Notice"
10539
- msgstr "اعلان فروشگاه"
10540
 
10541
- #: includes/admin/settings/class-wc-settings-general.php:146
10542
- msgid "Enable site-wide store notice text"
10543
- msgstr "نمایش پیغام در بالای صفحات سایت"
10544
 
10545
- #: includes/admin/settings/class-wc-settings-general.php:153
10546
- msgid "Store Notice Text"
10547
- msgstr "متن اعلان فروشگاه"
10548
 
10549
- #: includes/admin/settings/class-wc-settings-general.php:156
10550
- #: includes/wc-template-functions.php:448
10551
- msgid "This is a demo store for testing purposes &mdash; no orders shall be fulfilled."
10552
- msgstr "این یک وبسایت دمو است و با هدف تست ساخته شده است، هیچ‌یک از محصولات موجود در سایت برای فروش نبوده و امکان خرید از این وبسایت وجود ندارد."
 
 
 
10553
 
10554
- #: includes/admin/settings/class-wc-settings-general.php:164
10555
- msgid "Currency Options"
10556
- msgstr "پیکربندی واحد پولی"
10557
 
10558
- #: includes/admin/settings/class-wc-settings-general.php:164
10559
- msgid "The following options affect how prices are displayed on the frontend."
10560
- msgstr "پیکربندی زیر، چگونگی نمایش قیمت در سایت را نشان می دهد."
10561
 
10562
- #: includes/admin/settings/class-wc-settings-general.php:167
10563
- #: includes/admin/views/html-admin-page-status-report.php:486
10564
- msgid "Currency"
10565
- msgstr "واحد پولی"
10566
 
10567
- #: includes/admin/settings/class-wc-settings-general.php:168
10568
- msgid "This controls what currency prices are listed at in the catalog and which currency gateways will take payments in."
10569
- msgstr "این گزینه تعیین میکند که چه واحدهای پولی در کاتالوگ قابل انتخاب باشند و چه درگاه‌های پرداختی استفاده شوند."
10570
 
10571
- #: includes/admin/settings/class-wc-settings-general.php:180
10572
- msgid "This controls the position of the currency symbol."
10573
- msgstr "محل قرارگیری سمبل واحد پولی"
10574
 
10575
- #: includes/admin/settings/class-wc-settings-general.php:197
10576
- msgid "This sets the thousand separator of displayed prices."
10577
- msgstr "نمایش دادن جداکننده هزارگان در قیمت محصولات."
10578
 
10579
- #: includes/admin/settings/class-wc-settings-general.php:207
10580
- msgid "This sets the decimal separator of displayed prices."
10581
- msgstr "نمایش دادن جداکننده دهگان در قیمت محصولات"
10582
 
10583
- #: includes/admin/settings/class-wc-settings-general.php:217
10584
- msgid "This sets the number of decimal points shown in displayed prices."
10585
- msgstr "این گزینه تعداد جداکنندگان اعشاری که در قیمت نمایش داده میشود را تعیین میکند."
 
 
 
10586
 
10587
- #: includes/admin/settings/class-wc-settings-integrations.php:28
10588
- msgid "Integration"
10589
- msgstr "ادغام"
10590
 
10591
- #: includes/admin/settings/class-wc-settings-products.php:45
10592
- msgid "Display"
10593
- msgstr "نمایش"
10594
 
10595
- #: includes/admin/settings/class-wc-settings-products.php:85
10596
- msgid "Shop & Product Pages"
10597
- msgstr "برگه های محصول و فروشگاه"
10598
 
10599
- #: includes/admin/settings/class-wc-settings-products.php:92
10600
- msgid "Shop Page"
10601
- msgstr "برگه فروشگاه"
10602
 
10603
- #: includes/admin/settings/class-wc-settings-products.php:93
10604
- msgid "The base page can also be used in your <a href=\"%s\">product permalinks</a>."
10605
- msgstr "برگه پایه فروشگاه همچنین می تواند در <a href=\"%s\">پیوند محصولات</a> مورد استفاده قرار گیرد."
10606
 
10607
- #: includes/admin/settings/class-wc-settings-products.php:99
10608
- msgid "This sets the base page of your shop - this is where your product archive will be."
10609
- msgstr "برگه اصلی فروشگاه شما - جایی که آرشیو محصولات شما خواهند بود."
10610
 
10611
- #: includes/admin/settings/class-wc-settings-products.php:103
10612
- msgid "Shop Page Display"
10613
- msgstr "نمای برگه فروش"
 
 
 
 
10614
 
10615
- #: includes/admin/settings/class-wc-settings-products.php:104
10616
- msgid "This controls what is shown on the product archive."
10617
- msgstr "چیزهایی که در برگه بایگانی محصول‌ها نمایش داده می‌شوند."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10618
 
10619
- #: includes/admin/settings/class-wc-settings-emails.php:142
10620
- msgid "Body Background Colour"
10621
  msgstr "رنگ پشت زمینه بدنه"
10622
 
10623
- #: includes/admin/settings/class-wc-settings-emails.php:143
10624
- msgid "The main body background colour. Default <code>#fdfdfd</code>."
 
 
 
10625
  msgstr "رنگ پیکره اصلی. به طور پیش فرض #fdfdfd"
10626
 
10627
- #: includes/admin/settings/class-wc-settings-emails.php:153
10628
- msgid "Body Text Colour"
 
 
10629
  msgstr "رنگ متن بدنه"
10630
 
10631
- #: includes/admin/settings/class-wc-settings-emails.php:154
10632
- msgid "The main body text colour. Default <code>#505050</code>."
 
 
 
10633
  msgstr "رنگ متن پیکره ایمیل. به طور پیش فرض <code>#505050</code>"
10634
 
10635
- #: includes/admin/settings/class-wc-settings-emails.php:234
10636
- msgid "Content Type"
10637
  msgstr " نوع محتوا"
10638
 
10639
- #: includes/admin/settings/class-wc-settings-emails.php:235
10640
- #: includes/emails/class-wc-email-cancelled-order.php:109
10641
- #: includes/emails/class-wc-email-failed-order.php:109
10642
- #: includes/emails/class-wc-email-new-order.php:114
10643
  msgid "Recipient(s)"
10644
  msgstr "گیرنده"
10645
 
10646
- #: includes/admin/settings/class-wc-settings-emails.php:267
10647
  msgid "Manually sent"
10648
  msgstr "ارسال دستی"
10649
 
10650
- #: includes/admin/settings/class-wc-settings-emails.php:267
10651
  msgid "Manual"
10652
  msgstr "راهنما"
10653
 
10654
- #: includes/admin/settings/class-wc-settings-emails.php:271
10655
- #: includes/wc-webhook-functions.php:25
10656
  msgid "Disabled"
10657
  msgstr "غیرفعال شد"
10658
 
10659
- #: includes/admin/settings/class-wc-settings-emails.php:283
10660
  msgid "Configure"
10661
  msgstr "تنظیم"
10662
 
10663
  #: includes/admin/settings/class-wc-settings-general.php:53
10664
- msgid "Base Location"
 
 
10665
  msgstr "جایگاه فروشگاه"
10666
 
10667
  #: includes/admin/settings/class-wc-settings-general.php:54
@@ -10669,23 +10781,84 @@ msgid "This is the base location for your business. Tax rates will be based on t
10669
  msgstr "اینجا محل اصلی فروشگاه آنلاین شماست، نرخ‌های مالیات بر اساس این کشور تعیین می‌شوند."
10670
 
10671
  #: includes/admin/settings/class-wc-settings-general.php:63
10672
- msgid "Selling Location(s)"
 
 
10673
  msgstr "مکان های فروش"
10674
 
10675
  #: includes/admin/settings/class-wc-settings-general.php:64
10676
  msgid "This option lets you limit which countries you are willing to sell to."
10677
  msgstr "این گزینه به شما این امکان را می دهد تا محصولاتتان را تنها برای کشور های خاص به فروش برسانید"
10678
 
10679
- #: includes/shipping/legacy-flat-rate/includes/settings-flat-rate.php:33
10680
- #: includes/shipping/legacy-flat-rate/includes/settings-flat-rate.php:37
10681
- #: includes/shipping/legacy-free-shipping/class-wc-shipping-legacy-free-shipping.php:102
10682
- #: includes/shipping/legacy-free-shipping/class-wc-shipping-legacy-free-shipping.php:106
10683
- #: includes/shipping/legacy-local-delivery/class-wc-shipping-legacy-local-delivery.php:159
10684
- #: includes/shipping/legacy-local-delivery/class-wc-shipping-legacy-local-delivery.php:163
10685
- #: includes/shipping/legacy-local-pickup/class-wc-shipping-legacy-local-pickup.php:115
10686
- #: includes/shipping/legacy-local-pickup/class-wc-shipping-legacy-local-pickup.php:119
10687
- msgid "Specific Countries"
10688
- msgstr "کشورهای خاص"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10689
 
10690
  #: includes/admin/settings/class-wc-settings-general.php:130
10691
  #: includes/admin/settings/views/settings-tax.php:33
@@ -10700,9414 +10873,12838 @@ msgstr "مکان یابی"
10700
  msgid "Geolocate (with page caching support)"
10701
  msgstr "مکان یابی ( با پشتیبانی از کش برگه )"
10702
 
10703
- #: includes/admin/settings/class-wc-settings-checkout.php:179
10704
- msgid "Endpoint for the Checkout &rarr; Pay page"
10705
- msgstr "نقطه پایانی پرداخت &rarr; برگه پرداخت"
 
 
10706
 
10707
- #: includes/admin/settings/class-wc-settings-checkout.php:187
10708
- #: includes/class-wc-query.php:94
10709
- msgid "Order Received"
10710
- msgstr "سفارش دریافت شد"
10711
 
10712
- #: includes/admin/settings/class-wc-settings-checkout.php:188
10713
- msgid "Endpoint for the Checkout &rarr; Order Received page"
10714
- msgstr "نقطه پایانی پرداخت &rarr; برگه دریافت سفارش"
 
 
10715
 
10716
- #: includes/admin/settings/class-wc-settings-checkout.php:196
10717
- #: includes/class-wc-query.php:120
10718
- #: templates/myaccount/form-add-payment-method.php:53
10719
- #: templates/myaccount/payment-methods.php:78
10720
- msgid "Add Payment Method"
10721
- msgstr "افزودن روش پرداخت"
10722
 
10723
- #: includes/admin/settings/class-wc-settings-checkout.php:197
10724
- msgid "Endpoint for the Checkout &rarr; Add Payment Method page"
10725
- msgstr "نقطه پایانی برای پرداخت &rarr; افزودن برگه روش پرداخت"
 
 
10726
 
10727
- #: includes/admin/settings/class-wc-settings-checkout.php:229
10728
- msgid "Payment Gateways"
10729
- msgstr "درگاه های پرداخت"
 
 
10730
 
10731
- #: includes/admin/settings/class-wc-settings-checkout.php:230
10732
- msgid "Installed gateways are listed below. Drag and drop gateways to control their display order on the frontend."
10733
- msgstr "درگاه‌های پرداخت اینجا نمایش داده می‌شوند. با کشیدن آنها به بالا و پایین میتوانید نحوه نمایش آنها را به ترتیب دلخواه مرتب کنید."
 
 
10734
 
10735
- #: includes/admin/settings/class-wc-settings-checkout.php:282
10736
- msgid "Gateway Display Order"
10737
- msgstr "ترتیب نمایش درگاه های پرداخت"
10738
 
10739
- #: includes/admin/settings/class-wc-settings-checkout.php:290
10740
- msgid "Gateway"
10741
- msgstr "درگاه پرداخت"
 
10742
 
10743
- #: includes/admin/settings/class-wc-settings-checkout.php:291
10744
- msgid "Gateway ID"
10745
- msgstr "شناسه پرداخت"
 
 
 
 
10746
 
10747
- #: includes/admin/settings/class-wc-settings-checkout.php:318
10748
- msgid "(no title)"
10749
- msgstr "(بدون عنوان)"
10750
 
10751
- #: includes/admin/settings/class-wc-settings-emails.php:27
10752
- msgid "Emails"
10753
- msgstr "ایمیل‌ها"
10754
 
10755
- #: includes/admin/settings/class-wc-settings-emails.php:43
10756
- msgid "Email Options"
10757
- msgstr "پیکربندی ایمیل"
10758
 
10759
- #: includes/admin/settings/class-wc-settings-emails.php:56
10760
- msgid "Email Notifications"
10761
- msgstr "اطلاع رسانی ایمیل"
10762
 
10763
- #: includes/admin/settings/class-wc-settings-emails.php:56
10764
- msgid "Email notifications sent from WooCommerce are listed below. Click on an email to configure it."
10765
- msgstr "اطلاع رسانی ایمیلی به وسیله ووکامرس به شرح زیر است . روی یک ایمیل کلیک کنید تا آن را پیکربندی کنید."
10766
 
10767
- #: includes/admin/settings/class-wc-settings-emails.php:64
10768
- msgid "Email Sender Options"
10769
- msgstr "پیکربندی ارسال ایمیل"
10770
 
10771
- #: includes/admin/settings/class-wc-settings-emails.php:67
10772
- msgid "\"From\" Name"
10773
- msgstr "\"از\" اسم"
 
 
10774
 
10775
- #: includes/admin/settings/class-wc-settings-emails.php:68
10776
- msgid "How the sender's name appears in outgoing WooCommerce emails."
10777
- msgstr "چگونه نام فرستنده در ایمیل های خروجی ووکامرس ظاهر می شود."
 
 
10778
 
10779
- #: includes/admin/settings/class-wc-settings-emails.php:78
10780
- msgid "\"From\" Address"
10781
- msgstr "\"از\" آدرس"
 
10782
 
10783
- #: includes/admin/settings/class-wc-settings-emails.php:79
10784
- msgid "How the sender's email appears in outgoing WooCommerce emails."
10785
- msgstr "چگونه ایمیل فرستنده در ایمیل های خروجی ووکامرس ظاهر می شود."
10786
 
10787
- #: includes/admin/settings/class-wc-settings-emails.php:93
10788
- msgid "Email Template"
10789
- msgstr "الگوی ایمیل"
 
 
10790
 
10791
- #: includes/admin/settings/class-wc-settings-emails.php:93
10792
- msgid "This section lets you customize the WooCommerce emails. <a href=\"%s\" target=\"_blank\">Click here to preview your email template</a>."
10793
- msgstr "در این بخش میتوانید ایمیل های ارسالی ووکامرس را سفارشی کنید. <a href=\"%s\" target=\"_blank\">برای مشاهده پیش نمایش ایمیل قالب اینجا کلیک کنید</a>."
10794
 
10795
- #: includes/admin/settings/class-wc-settings-emails.php:96
10796
- msgid "Header Image"
10797
- msgstr "تصویر سربرگ"
 
10798
 
10799
- #: includes/admin/settings/class-wc-settings-emails.php:97
10800
- msgid "URL to an image you want to show in the email header. Upload images using the media uploader (Admin > Media)."
10801
- msgstr "آدرس یک تصویر برای نمایش در سربرگ ایمیل ها. بارگذاری تصاویر با استفاده از بارگذاری چند رسانه ای (مدیریت > چند رسانه ای)"
10802
 
10803
- #: includes/admin/settings/class-wc-settings-emails.php:108
10804
- msgid "Footer Text"
10805
- msgstr "متن پانوشت"
10806
 
10807
- #: includes/admin/settings/class-wc-settings-emails.php:109
10808
- msgid "The text to appear in the footer of WooCommerce emails."
10809
- msgstr "این متن در انتهای ایمیل های ووکامرس ظاهر میشود."
 
 
10810
 
10811
- #: includes/admin/settings/class-wc-settings-emails.php:114
10812
- msgid "Powered by WooCommerce"
10813
- msgstr "قدرت گرفته از ووکامرس"
10814
 
10815
- #: includes/admin/settings/class-wc-settings-emails.php:120
10816
- msgid "Base Colour"
10817
- msgstr "رنگ پایه"
10818
 
10819
- #: includes/admin/settings/class-wc-settings-emails.php:121
10820
- msgid "The base colour for WooCommerce email templates. Default <code>#557da1</code>."
10821
- msgstr "به طور پیشفرض رنگ پایه ایمیل های ووکامرس <code>#557da1</code> است."
10822
 
10823
- #: includes/admin/settings/class-wc-settings-emails.php:131
10824
- msgid "Background Colour"
10825
- msgstr "رنگ پس زمینه"
 
 
10826
 
10827
- #: includes/admin/settings/class-wc-settings-emails.php:132
10828
- msgid "The background colour for WooCommerce email templates. Default <code>#f5f5f5</code>."
10829
- msgstr "به طور پیشفرض رنگ پس زمینه ایمیل های ووکامرس <code>#f5f5f5</code> است."
10830
 
10831
- #: includes/admin/settings/class-wc-settings-checkout.php:178
10832
- #: templates/checkout/thankyou.php:30 templates/myaccount/my-orders.php:72
10833
- #: templates/myaccount/orders.php:68
10834
- msgid "Pay"
10835
- msgstr "پرداخت"
10836
 
10837
- #: includes/admin/settings/class-wc-settings-accounts.php:71
10838
- msgid "Enable registration on the \"My Account\" page"
10839
- msgstr "اجازه نام نویسی در برگه \"حساب کاربری من\""
10840
 
10841
- #: includes/admin/settings/class-wc-settings-accounts.php:81
10842
- msgid "Display returning customer login reminder on the \"Checkout\" page"
10843
- msgstr "نمایش یاد آوری ورود مشتری در برگه \"سفارش\""
10844
-
10845
- #: includes/admin/settings/class-wc-settings-accounts.php:90
10846
- msgid "Account Creation"
10847
- msgstr "ساخت حساب کاربری"
10848
 
10849
- #: includes/admin/settings/class-wc-settings-accounts.php:91
10850
- msgid "Automatically generate username from customer email"
10851
- msgstr "ساخت خودکار نام کاربری از ایمیل مشتری"
10852
 
10853
- #: includes/admin/settings/class-wc-settings-accounts.php:100
10854
- msgid "Automatically generate customer password"
10855
- msgstr "ساخت گذرواژه خودکار برای حساب مشتری"
10856
 
10857
- #: includes/admin/settings/class-wc-settings-api.php:27
10858
- #: includes/admin/settings/class-wc-settings-api.php:68
10859
- #: includes/admin/views/html-admin-page-status-report.php:515
10860
- msgid "API"
10861
- msgstr "API"
10862
 
10863
- #: includes/admin/settings/class-wc-settings-api.php:61
10864
- #: includes/admin/settings/class-wc-settings-general.php:50
10865
- msgid "General Options"
10866
- msgstr "گزینه‌های کلی "
10867
 
10868
- #: includes/admin/settings/class-wc-settings-api.php:69
10869
- msgid "Enable the REST API"
10870
- msgstr "فعال سازی REST API"
10871
 
10872
- #: includes/admin/settings/class-wc-settings-checkout.php:44
10873
- msgid "Checkout Options"
10874
- msgstr "گزینه‌های تسویه حساب"
10875
 
10876
- #: includes/admin/settings/class-wc-settings-checkout.php:69
10877
- msgid "Checkout Process"
10878
- msgstr "تسویه حساب"
 
 
 
 
 
 
 
 
 
 
 
10879
 
10880
- #: includes/admin/settings/class-wc-settings-checkout.php:76
10881
- msgid "Enable the use of coupons"
10882
- msgstr "فعال کردن کوپن‌ها"
 
 
10883
 
10884
- #: includes/admin/settings/class-wc-settings-checkout.php:81
10885
- msgid "Coupons can be applied from the cart and checkout pages."
10886
- msgstr "کوپن‌ها فقط از طریق سبد خرید و برگه تسویه‌حساب قابل اعمال هستند."
 
 
10887
 
10888
- #: includes/admin/settings/class-wc-settings-checkout.php:85
10889
- msgid "Calculate coupon discounts sequentially"
10890
- msgstr "محاسبه چندین کوپن تخفیف تخفیف پیاپی"
 
 
10891
 
10892
- #: includes/admin/settings/class-wc-settings-checkout.php:89
10893
- msgid "When applying multiple coupons, apply the first coupon to the full price and the second coupon to the discounted price and so on."
10894
- msgstr "زمانیکه چندین کوپن تخفیف اعمال می شود، اولین کوپن تخفیف بر روی همه قیمت اعمال می شود و کد تخفیف دوم بر روی \"قیمت تخفبف خورده\" اعمال می شود."
 
 
10895
 
10896
- #: includes/admin/settings/class-wc-settings-checkout.php:96
10897
- msgid "Enable guest checkout"
10898
- msgstr "فعال كردن خرید بدون عضويت"
 
 
10899
 
10900
- #: includes/admin/settings/class-wc-settings-checkout.php:97
10901
- msgid "Allows customers to checkout without creating an account."
10902
- msgstr "اجازه به مشتریان برای ثبت سفارش بدون نیاز به نام نویسی."
 
 
10903
 
10904
- #: includes/admin/settings/class-wc-settings-checkout.php:106
10905
- msgid "Force secure checkout"
10906
- msgstr "مجبور به پرداخت امن كن"
 
 
10907
 
10908
- #: includes/admin/settings/class-wc-settings-checkout.php:112
10909
- msgid "Force SSL (HTTPS) on the checkout pages (an SSL Certificate is required)."
10910
- msgstr "اجبار به استفاده از SSL (HTTPS) بر روی برگه های تسویه حساب (لایسنس SSL مورد نیاز می باشد)."
10911
 
10912
- #: includes/admin/settings/class-wc-settings-checkout.php:116
10913
- msgid "Force HTTP when leaving the checkout"
10914
- msgstr "اجبار به استفاده از HTTP در هنگام رقتن از تسویه حساب"
 
 
10915
 
10916
- #: includes/admin/settings/class-wc-settings-checkout.php:130
10917
- msgid "Checkout Pages"
10918
- msgstr "برگه های تسویه حساب"
 
 
 
 
 
10919
 
10920
- #: includes/admin/settings/class-wc-settings-checkout.php:131
10921
- msgid "These pages need to be set so that WooCommerce knows where to send users to checkout."
10922
- msgstr "این برگه‌ها نیاز به انتخاب دارند تا ووکامرس بفهمد که هرکدام کجا هستند. این برگه‌ها در هنگام نصب افزونه ساخته می شوند، اگرنه باید آنها را دستی بسازید."
10923
 
10924
- #: includes/admin/settings/class-wc-settings-checkout.php:137
10925
- msgid "Cart Page"
10926
- msgstr "برگه سبد خرید"
10927
 
10928
- #: includes/admin/settings/class-wc-settings-checkout.php:148
10929
- msgid "Checkout Page"
10930
- msgstr "برگه تسویه حساب"
10931
 
10932
- #: includes/admin/settings/class-wc-settings-checkout.php:159
10933
- msgid "Terms and Conditions"
10934
- msgstr "شرایط و ضوابط"
 
 
10935
 
10936
- #: includes/admin/settings/class-wc-settings-checkout.php:160
10937
- msgid "If you define a \"Terms\" page the customer will be asked if they accept them when checking out."
10938
- msgstr "اگر شما برگه «شرایط» را فعال کنید، در زمان تسویه‌حساب از کاربر درخواست می‌شود که این برگه را خوانده و تایید کند."
10939
 
10940
- #: includes/admin/settings/class-wc-settings-checkout.php:175
10941
- msgid "Checkout Endpoints"
10942
- msgstr "تکمیل پرداخت"
 
 
10943
 
10944
- #: includes/admin/settings/class-wc-settings-checkout.php:175
10945
- msgid "Endpoints are appended to your page URLs to handle specific actions during the checkout process. They should be unique."
10946
- msgstr "نقطه پایانی به آدرس برگه شما افزوده می شوند که مسئولیت رسیدگی به اقدامات خاص در طول فرایند پرداخت را دارند. آنها باید منحصر به فرد باشند."
10947
 
10948
- #: includes/admin/reports/class-wc-report-taxes-by-code.php:152
10949
- msgid "This is the sum of the \"Tax Rows\" tax amount within your orders."
10950
- msgstr "این مجموع فیلد \"ردیف مالیات\" مجموع مقدار مالیات در سفارشات شماست."
 
 
10951
 
10952
- #: includes/admin/reports/class-wc-report-taxes-by-code.php:153
10953
- msgid "Shipping Tax Amount"
10954
- msgstr "مالیات حمل و نقل"
 
 
10955
 
10956
- #: includes/admin/reports/class-wc-report-taxes-by-code.php:153
10957
- msgid "This is the sum of the \"Tax Rows\" shipping tax amount within your orders."
10958
- msgstr "این مجموع فیلد \"ردیف مالیات\" مجموع مقدار هزینه حمل و نقل در سفارشات شماست."
 
 
10959
 
10960
- #: includes/admin/reports/class-wc-report-taxes-by-code.php:154
10961
- #: includes/admin/reports/class-wc-report-taxes-by-date.php:156
10962
- msgid "Total Tax"
10963
- msgstr "مجموع مالیات"
10964
 
10965
- #: includes/admin/reports/class-wc-report-taxes-by-code.php:154
10966
- #: includes/admin/reports/class-wc-report-taxes-by-date.php:156
10967
- msgid "This is the total tax for the rate (shipping tax + product tax)."
10968
- msgstr "این مالیات در کل برای میزان (مالیات حمل و نقل + مالیات بر محصول) است."
 
10969
 
10970
- #: includes/admin/reports/class-wc-report-taxes-by-code.php:186
10971
- #: includes/admin/reports/class-wc-report-taxes-by-date.php:201
10972
- msgid "No taxes found in this period"
10973
- msgstr "هیچ مالیاتی در این دوره یافت نشد"
 
10974
 
10975
- #: includes/admin/reports/class-wc-report-taxes-by-date.php:152
10976
- msgid "Period"
10977
- msgstr "دوره"
 
 
10978
 
10979
- #: includes/admin/reports/class-wc-report-taxes-by-date.php:154
10980
- msgid "Total Sales"
10981
- msgstr "فروش كل"
 
 
 
 
10982
 
10983
- #: includes/admin/reports/class-wc-report-taxes-by-date.php:154
10984
- msgid "This is the sum of the 'Order Total' field within your orders."
10985
- msgstr "این جمع فیلد \"جمع سفارش‌ها\" در سفارش‌های شماست"
10986
 
10987
- #: includes/admin/reports/class-wc-report-taxes-by-date.php:155
10988
- msgid "Total Shipping"
10989
- msgstr "هزینه حمل کل"
 
 
10990
 
10991
- #: includes/admin/reports/class-wc-report-taxes-by-date.php:155
10992
- msgid "This is the sum of the 'Shipping Total' field within your orders."
10993
- msgstr "این جمع فیلد \"جمع هزینه حمل\" در سفارش‌های شماست"
 
 
 
 
 
 
 
 
 
 
 
 
10994
 
10995
- #: includes/admin/reports/class-wc-report-taxes-by-date.php:157
10996
- msgid "Net profit"
10997
- msgstr "سود نت"
10998
 
10999
- #: includes/admin/reports/class-wc-report-taxes-by-date.php:157
11000
- msgid "Total sales minus shipping and tax."
11001
- msgstr "فروش کل منهای شیپینگ و مالیات"
11002
 
11003
- #: includes/admin/reports/class-wc-report-taxes-by-date.php:190
11004
- #: templates/checkout/form-pay.php:31
11005
- msgid "Totals"
11006
- msgstr "جمع کل "
 
11007
 
11008
- #: includes/admin/settings/class-wc-settings-accounts.php:28
11009
- msgid "Accounts"
11010
- msgstr "حساب های کاربری"
11011
 
11012
- #: includes/admin/settings/class-wc-settings-accounts.php:43
11013
- msgid "Account Pages"
11014
- msgstr "برگه های حساب کاربری"
11015
 
11016
- #: includes/admin/settings/class-wc-settings-accounts.php:43
11017
- msgid "These pages need to be set so that WooCommerce knows where to send users to access account related functionality."
11018
- msgstr "این برگه‌ها نیاز به انتخاب دارند تا ووکامرس بفهمد که هرکدام کجا هستند. این برگه‌ها در هنگام نصب افزونه ساخته می شوند، اگرنه باید آنها را دستی بسازید."
11019
 
11020
- #: includes/admin/settings/class-wc-settings-accounts.php:46
11021
- msgid "My Account Page"
11022
- msgstr "برگه حساب من "
 
 
 
 
11023
 
11024
- #: includes/admin/settings/class-wc-settings-accounts.php:47
11025
- #: includes/admin/settings/class-wc-settings-checkout.php:138
11026
- #: includes/admin/settings/class-wc-settings-checkout.php:149
11027
- msgid "Page contents:"
11028
- msgstr "محتویات برگه:"
11029
 
11030
- #: includes/admin/settings/class-wc-settings-accounts.php:110
11031
- msgid "My Account Endpoints"
11032
- msgstr "نقطه پایانی حساب کاربری من"
 
 
11033
 
11034
- #: includes/admin/settings/class-wc-settings-accounts.php:122
11035
- #: includes/class-wc-post-types.php:306 includes/class-wc-post-types.php:307
11036
- msgid "View Order"
11037
- msgstr "نمایش سفارش"
11038
 
11039
- #: includes/admin/settings/class-wc-settings-accounts.php:123
11040
- msgid "Endpoint for the My Account &rarr; View Order page"
11041
- msgstr "نقطه پایانی حساب کاربری من &rarr; برگه نمایش سفارش"
 
 
11042
 
11043
- #: includes/admin/settings/class-wc-settings-accounts.php:140
11044
- msgid "Edit Account"
11045
- msgstr "ویرایش حساب کاربری"
11046
 
11047
- #: includes/admin/settings/class-wc-settings-accounts.php:141
11048
- msgid "Endpoint for the My Account &rarr; Edit Account page"
11049
- msgstr "نقطه پایانی حساب کاربری من &rarr; برگه ویرایش حساب"
 
 
11050
 
11051
- #: includes/admin/settings/class-wc-settings-accounts.php:167
11052
- #: includes/class-wc-query.php:123
11053
- msgid "Lost Password"
11054
- msgstr "فراموشی گذرواژه"
11055
 
11056
- #: includes/admin/settings/class-wc-settings-accounts.php:168
11057
- msgid "Endpoint for the My Account &rarr; Lost Password page"
11058
- msgstr "نقطه پایانی حساب کاربری من &rarr; برگه فراموشی رمز"
11059
 
11060
- #: includes/admin/settings/class-wc-settings-accounts.php:176
11061
- #: includes/wc-account-functions.php:95 templates/auth/form-grant-access.php:39
11062
- msgid "Logout"
11063
- msgstr "خروج از سیستم"
11064
 
11065
- #: includes/admin/settings/class-wc-settings-accounts.php:177
11066
- msgid "Endpoint for the triggering logout. You can add this to your menus via a custom link: yoursite.com/?customer-logout=true"
11067
- msgstr "مسیر پایانی آدرس برای خروج کاربران را تعیین کنید. شما می توانید با افزودن این لینک به منو های وب سایت یک مسیر دلخواه برای خروج بسازید. مانند:woocommerce.ir/?customer-logout=true"
11068
 
11069
- #: includes/admin/settings/class-wc-settings-accounts.php:61
11070
- msgid "Enable Registration"
11071
- msgstr "فعال سازی عضویت"
 
 
 
 
 
 
11072
 
11073
- #: includes/admin/settings/class-wc-settings-accounts.php:62
11074
- msgid "Enable registration on the \"Checkout\" page"
11075
- msgstr "اجازه نام نویسی در برگه پرداخت"
 
 
 
11076
 
11077
- #: includes/admin/reports/class-wc-report-sales-by-date.php:373
11078
- msgid "%s gross sales in this period"
11079
- msgstr "%s فروش ناخالص در این دوره"
 
 
 
 
11080
 
11081
- #: includes/admin/reports/class-wc-report-sales-by-date.php:374
11082
- msgid "This is the sum of the order totals after any refunds and including shipping and taxes."
11083
- msgstr "این جمع از مجموع سفارش پس از برگشتی ها بجز حمل و نقل و مالیات می باشد."
11084
 
11085
- #: includes/admin/reports/class-wc-report-sales-by-date.php:387
11086
- msgid "%s net sales in this period"
11087
- msgstr "%s فروش خالص در این دوره"
11088
 
11089
- #: includes/admin/reports/class-wc-report-sales-by-date.php:388
11090
- msgid "This is the sum of the order totals after any refunds and excluding shipping and taxes."
11091
- msgstr "این جمع از مجموع سفارش پس از برگشتی ها بجز حمل و نقل و مالیات می باشد."
11092
 
11093
- #: includes/admin/reports/class-wc-report-sales-by-date.php:401
11094
- msgid "%s orders placed"
11095
- msgstr "%s سفارش ثبت شده"
 
 
11096
 
11097
- #: includes/admin/reports/class-wc-report-sales-by-date.php:407
11098
- msgid "%s items purchased"
11099
- msgstr "%s موارد خریداری شده"
11100
 
11101
- #: includes/admin/reports/class-wc-report-sales-by-date.php:417
11102
- msgid "%s charged for shipping"
11103
- msgstr "%s برای حمل و نقل تغییر یافته است"
11104
 
11105
- #: includes/admin/reports/class-wc-report-sales-by-date.php:422
11106
- msgid "%s worth of coupons used"
11107
- msgstr "%s مجموع ارزش کوپن های استفاده شده"
11108
 
11109
- #: includes/admin/reports/class-wc-report-sales-by-date.php:559
11110
- #: includes/admin/reports/class-wc-report-sales-by-product.php:492
11111
- msgid "Number of items sold"
11112
- msgstr "تعداد موارد فروخته شده"
11113
 
11114
- #: includes/admin/reports/class-wc-report-sales-by-date.php:567
11115
- msgid "Number of orders"
11116
- msgstr "تعداد سفارشات"
 
 
11117
 
11118
- #: includes/admin/reports/class-wc-report-sales-by-date.php:575
11119
- msgid "Average gross sales amount"
11120
- msgstr "میانگین میزان فروش خالص"
 
 
11121
 
11122
- #: includes/admin/reports/class-wc-report-sales-by-date.php:585
11123
- msgid "Average net sales amount"
11124
- msgstr "میانگین فروش خالص"
11125
 
11126
- #: includes/admin/reports/class-wc-report-sales-by-date.php:605
11127
- msgid "Shipping amount"
11128
- msgstr "میزان حمل و نقل"
 
11129
 
11130
- #: includes/admin/reports/class-wc-report-sales-by-date.php:615
11131
- msgid "Gross Sales amount"
11132
- msgstr "مبلغ فروش ناخالص"
 
 
 
11133
 
11134
- #: includes/admin/reports/class-wc-report-sales-by-date.php:625
11135
- msgid "Net Sales amount"
11136
- msgstr "مبلغ فروش خالص"
 
 
11137
 
11138
- #: includes/admin/reports/class-wc-report-sales-by-product.php:106
11139
- msgid "%s sales for the selected items"
11140
- msgstr "%s فروش برای موارد انتخاب شده"
 
 
11141
 
11142
- #: includes/admin/reports/class-wc-report-sales-by-product.php:112
11143
- msgid "%s purchases for the selected items"
11144
- msgstr "%s خرید برای موارد انتخاب شده"
11145
 
11146
- #: includes/admin/reports/class-wc-report-sales-by-product.php:158
11147
- msgid "Showing reports for:"
11148
- msgstr "نمایش گزارش برای:"
 
 
11149
 
11150
- #: includes/admin/reports/class-wc-report-sales-by-product.php:190
11151
- msgid "Reset"
11152
- msgstr "بازگردانی"
 
 
11153
 
11154
- #: includes/admin/reports/class-wc-report-sales-by-product.php:198
11155
- msgid "Product Search"
11156
- msgstr "جستجوی محصول"
 
11157
 
11158
- #: includes/admin/reports/class-wc-report-sales-by-product.php:213
11159
- msgid "Top Sellers"
11160
- msgstr "پرفروشها"
11161
 
11162
- #: includes/admin/reports/class-wc-report-sales-by-product.php:248
11163
- #: includes/admin/reports/class-wc-report-sales-by-product.php:296
11164
- #: includes/admin/reports/class-wc-report-sales-by-product.php:336
11165
- msgid "No products found in range"
11166
- msgstr "محصولی یافت نشد"
11167
 
11168
- #: includes/admin/reports/class-wc-report-sales-by-product.php:253
11169
- msgid "Top Freebies"
11170
- msgstr "بایگانی بالا"
11171
 
11172
- #: includes/admin/reports/class-wc-report-sales-by-product.php:301
11173
- msgid "Top Earners"
11174
- msgstr "بیشترین درآمد"
 
 
11175
 
11176
- #: includes/admin/reports/class-wc-report-sales-by-product.php:394
11177
- msgid "&larr; Choose a product to view stats"
11178
- msgstr "&larr; انتخاب محصول برای نمایش آمارها"
 
 
 
11179
 
11180
- #: includes/admin/reports/class-wc-report-sales-by-product.php:500
11181
- msgid "Sales amount"
11182
- msgstr "میزان فروش"
 
 
11183
 
11184
- #: includes/admin/reports/class-wc-report-stock.php:44
11185
- msgid "No products found."
11186
- msgstr "هیچ محصولی یافت نشد."
 
 
11187
 
11188
- #: includes/admin/reports/class-wc-report-stock.php:149
11189
- msgid "product"
11190
- msgstr "product"
11191
 
11192
- #: includes/admin/reports/class-wc-report-stock.php:165
11193
- #: includes/class-wc-post-types.php:242 templates/cart/cart.php:36
11194
- #: templates/cart/cart.php:79 templates/checkout/form-pay.php:29
11195
- #: templates/checkout/review-order.php:26
11196
- #: templates/emails/email-order-details.php:34
11197
- #: templates/order/order-details.php:32
11198
- msgid "Product"
11199
- msgstr "محصول"
11200
 
11201
- #: includes/admin/reports/class-wc-report-stock.php:166
11202
- msgid "Parent"
11203
- msgstr "مادر"
 
 
 
11204
 
11205
- #: includes/admin/reports/class-wc-report-stock.php:167
11206
- msgid "Units in stock"
11207
- msgstr "موجود در انبار"
 
 
 
11208
 
11209
- #: includes/admin/reports/class-wc-report-taxes-by-code.php:150
11210
- msgid "Rate"
11211
- msgstr "نرخ"
 
11212
 
11213
- #: includes/admin/reports/class-wc-report-taxes-by-code.php:151
11214
- #: includes/admin/reports/class-wc-report-taxes-by-date.php:153
11215
- msgid "Number of Orders"
11216
- msgstr "تعداد سفارش ها"
11217
 
11218
- #: includes/admin/reports/class-wc-report-taxes-by-code.php:152
11219
- msgid "Tax Amount"
11220
- msgstr "مبلغ مالیات"
 
 
 
11221
 
11222
- #: includes/admin/reports/class-wc-report-customer-list.php:66
11223
- msgid "Search customers"
11224
- msgstr "جستجوی مشتریان"
 
 
11225
 
11226
- #: includes/admin/reports/class-wc-report-customer-list.php:153
11227
- msgid "Refresh stats"
11228
- msgstr "نوسازی وضعیت"
 
 
11229
 
11230
- #: includes/admin/reports/class-wc-report-customer-list.php:165
11231
- msgid "View orders"
11232
- msgstr "نمایش سفارشات"
 
 
11233
 
11234
- #: includes/admin/reports/class-wc-report-customer-list.php:178
11235
- msgid "Link previous orders"
11236
- msgstr "لینک سفارشات گذشته"
 
 
11237
 
11238
- #: includes/admin/reports/class-wc-report-customer-list.php:208
11239
- msgid "Name (Last, First)"
11240
- msgstr "نام (نام،نام خانوادگی)"
11241
 
11242
- #: includes/admin/reports/class-wc-report-customer-list.php:209
11243
- #: templates/myaccount/form-login.php:84
11244
- msgid "Username"
11245
- msgstr "نام کاربری"
11246
 
11247
- #: includes/admin/reports/class-wc-report-customer-list.php:211
11248
- msgid "Location"
11249
- msgstr "جایگاه فروشگاه"
 
 
 
 
11250
 
11251
- #: includes/admin/reports/class-wc-report-customer-list.php:213
11252
- msgid "Money Spent"
11253
- msgstr "پول هزینه"
 
 
11254
 
11255
- #: includes/admin/reports/class-wc-report-customer-list.php:214
11256
- msgid "Last order"
11257
- msgstr "آخرین سفارش"
11258
 
11259
- #: includes/admin/reports/class-wc-report-customers.php:40
11260
- msgid "%s signups in this period"
11261
- msgstr "%s عضویت در این دوره"
11262
 
11263
- #: includes/admin/reports/class-wc-report-customers.php:108
11264
- msgid "Customer Sales"
11265
- msgstr "تمام فروش مشتریان"
11266
 
11267
- #: includes/admin/reports/class-wc-report-customers.php:109
11268
- msgid "Guest Sales"
11269
- msgstr "تمام فروش میهمان ها"
11270
 
11271
- #: includes/admin/reports/class-wc-report-customers.php:118
11272
- #: includes/admin/reports/class-wc-report-customers.php:315
11273
- msgid "Customer Orders"
11274
- msgstr "سفارشات مشتری"
11275
 
11276
- #: includes/admin/reports/class-wc-report-customers.php:123
11277
- #: includes/admin/reports/class-wc-report-customers.php:325
11278
- msgid "Guest Orders"
11279
- msgstr "تمام سفارشات میهمان"
 
11280
 
11281
- #: includes/admin/reports/class-wc-report-customers.php:142
11282
- msgid "orders"
11283
- msgstr "سفارش ها"
 
 
 
11284
 
11285
- #: includes/admin/reports/class-wc-report-customers.php:321
11286
- msgid "customer orders"
11287
- msgstr "تمام سفارشات مشتری "
11288
 
11289
- #: includes/admin/reports/class-wc-report-customers.php:331
11290
- msgid "guest orders"
11291
- msgstr "تمام سفارشات میهمان"
 
 
11292
 
11293
- #: includes/admin/reports/class-wc-report-customers.php:335
11294
- msgid "Signups"
11295
- msgstr "نام نویسی ها"
 
 
 
 
11296
 
11297
- #: includes/admin/reports/class-wc-report-customers.php:342
11298
- msgid "new users"
11299
- msgstr "کاربران تازه"
 
 
11300
 
11301
- #: includes/admin/reports/class-wc-report-low-in-stock.php:25
11302
- msgid "No low in stock products found."
11303
- msgstr "تعداد هیچکدام از محصولات در انبار کم نمی باشد"
 
 
 
 
11304
 
11305
- #: includes/admin/reports/class-wc-report-out-of-stock.php:25
11306
- msgid "No out of stock products found."
11307
- msgstr "هیچ محصولی در انبار موجود نیست"
 
 
11308
 
11309
- #: includes/admin/reports/class-wc-report-sales-by-category.php:96
11310
- msgid "%s sales in %s"
11311
- msgstr "%s فروش در %s"
 
 
11312
 
11313
- #: includes/admin/reports/class-wc-report-sales-by-category.php:207
11314
- msgid "Select categories&hellip;"
11315
- msgstr "انتخاب دسته ها&hellip;"
 
11316
 
11317
- #: includes/admin/reports/class-wc-report-sales-by-category.php:221
11318
- msgid "None"
11319
- msgstr "هیچ كدام"
11320
 
11321
- #: includes/admin/reports/class-wc-report-sales-by-category.php:222
11322
- msgid "All"
11323
- msgstr "همه"
 
 
11324
 
11325
- #: includes/admin/reports/class-wc-report-sales-by-category.php:282
11326
- msgid "&larr; Choose a category to view stats"
11327
- msgstr "&larr; انتخاب یک دسته برای نمایش آمارها"
 
 
11328
 
11329
- #: includes/admin/reports/class-wc-report-sales-by-date.php:362
11330
- msgid "%s average gross daily sales"
11331
- msgstr "%s متوسط فروش خالص روزانه"
11332
 
11333
- #: includes/admin/reports/class-wc-report-sales-by-date.php:363
11334
- msgid "%s average net daily sales"
11335
- msgstr "%s میانگین فروش خالص روزانه"
 
 
11336
 
11337
- #: includes/admin/reports/class-wc-report-sales-by-date.php:367
11338
- msgid "%s average gross monthly sales"
11339
- msgstr "%s متوسط فروش ناخالص ماهیانه"
 
11340
 
11341
- #: includes/admin/reports/class-wc-report-sales-by-date.php:368
11342
- msgid "%s average net monthly sales"
11343
- msgstr "%s میانگین فروش خالص ماهانه"
 
 
 
 
 
 
 
11344
 
11345
- #: includes/admin/meta-boxes/views/html-variation-admin.php:129
11346
- msgid "Enter a quantity to enable stock management at variation level, or leave blank to use the parent product's options."
11347
- msgstr "مقدار "
 
11348
 
11349
- #: includes/admin/meta-boxes/views/html-variation-admin.php:175
11350
- msgid "Enter a weight for this variation or leave blank to use the parent product weight."
11351
- msgstr "برای موجودی متغیری وارد کنید یا جهت استفاده از موجودی اولیه خالی بگذارید"
11352
 
11353
- #: includes/admin/meta-boxes/views/html-variation-admin.php:183
11354
- msgid "Dimensions (L&times;W&times;H)"
11355
- msgstr "برای این متغیر وزن وارد کنید یا جهت استفاده از وزن اولیه خالی بگذارید"
11356
 
11357
- #: includes/admin/meta-boxes/views/html-variation-admin.php:211
11358
- #: includes/admin/meta-boxes/views/html-variation-admin.php:225
11359
- msgid "Same as parent"
11360
- msgstr "مانند مادر"
11361
 
11362
- #: includes/admin/reports/class-wc-admin-report.php:484
11363
- msgid "Sold %s worth in the last %d days"
11364
- msgstr "فروش %s در %d روز گذشته"
11365
 
11366
- #: includes/admin/reports/class-wc-admin-report.php:486
11367
- msgid "Sold 1 item in the last %d days"
11368
- msgid_plural "Sold %d items in the last %d days"
11369
- msgstr[0] "در کل %d محصول در %d روز فروخته شده اند"
 
11370
 
11371
- #: includes/admin/reports/class-wc-report-coupon-usage.php:108
11372
- msgid "%s discounts in total"
11373
- msgstr "مجموع تخفیف ها %s "
 
 
11374
 
11375
- #: includes/admin/reports/class-wc-report-coupon-usage.php:128
11376
- #: includes/admin/reports/class-wc-report-customers.php:162
11377
- #: includes/admin/reports/class-wc-report-sales-by-category.php:113
11378
- #: includes/admin/reports/class-wc-report-sales-by-date.php:435
11379
- #: includes/admin/reports/class-wc-report-sales-by-product.php:126
11380
- #: includes/admin/reports/class-wc-report-taxes-by-code.php:49
11381
- #: includes/admin/reports/class-wc-report-taxes-by-date.php:49
11382
- msgid "Year"
11383
- msgstr "سال"
11384
 
11385
- #: includes/admin/reports/class-wc-report-coupon-usage.php:129
11386
- #: includes/admin/reports/class-wc-report-customers.php:163
11387
- #: includes/admin/reports/class-wc-report-sales-by-category.php:114
11388
- #: includes/admin/reports/class-wc-report-sales-by-date.php:436
11389
- #: includes/admin/reports/class-wc-report-sales-by-product.php:127
11390
- #: includes/admin/reports/class-wc-report-taxes-by-code.php:50
11391
- #: includes/admin/reports/class-wc-report-taxes-by-date.php:50
11392
- msgid "Last Month"
11393
- msgstr "ماه گذشته"
11394
 
11395
- #: includes/admin/reports/class-wc-report-coupon-usage.php:130
11396
- #: includes/admin/reports/class-wc-report-customers.php:164
11397
- #: includes/admin/reports/class-wc-report-sales-by-category.php:115
11398
- #: includes/admin/reports/class-wc-report-sales-by-date.php:437
11399
- #: includes/admin/reports/class-wc-report-sales-by-product.php:128
11400
- #: includes/admin/reports/class-wc-report-taxes-by-code.php:51
11401
- #: includes/admin/reports/class-wc-report-taxes-by-date.php:51
11402
- msgid "This Month"
11403
- msgstr "این ماه"
11404
 
11405
- #: includes/admin/reports/class-wc-report-coupon-usage.php:131
11406
- #: includes/admin/reports/class-wc-report-customers.php:165
11407
- #: includes/admin/reports/class-wc-report-sales-by-category.php:116
11408
- #: includes/admin/reports/class-wc-report-sales-by-date.php:438
11409
- #: includes/admin/reports/class-wc-report-sales-by-product.php:129
11410
- msgid "Last 7 Days"
11411
- msgstr "7 روز گذشته"
11412
 
11413
- #: includes/admin/reports/class-wc-report-coupon-usage.php:171
11414
- msgid "Filter by coupon"
11415
- msgstr "صافی بر اساس کوپن"
 
 
11416
 
11417
- #: includes/admin/reports/class-wc-report-coupon-usage.php:199
11418
- msgid "Choose coupons&hellip;"
11419
- msgstr "انتخاب کوپن ها&hellip;"
 
 
11420
 
11421
- #: includes/admin/reports/class-wc-report-coupon-usage.php:200
11422
- msgid "All coupons"
11423
- msgstr "همه کوپن ها"
 
 
11424
 
11425
- #: includes/admin/reports/class-wc-report-coupon-usage.php:207
11426
- #: includes/admin/reports/class-wc-report-sales-by-category.php:223
11427
- #: includes/admin/reports/class-wc-report-sales-by-product.php:203
11428
- #: includes/widgets/class-wc-widget-products.php:43
11429
- msgid "Show"
11430
- msgstr "نمایش"
11431
 
11432
- #: includes/admin/reports/class-wc-report-coupon-usage.php:215
11433
- msgid "No used coupons found"
11434
- msgstr "کوپن استفاده شده ای یافت نشد."
 
11435
 
11436
- #: includes/admin/reports/class-wc-report-coupon-usage.php:220
11437
- msgid "Most Popular"
11438
- msgstr "محبوب ترین ها"
 
 
11439
 
11440
- #: includes/admin/reports/class-wc-report-coupon-usage.php:262
11441
- #: includes/admin/reports/class-wc-report-coupon-usage.php:309
11442
- msgid "No coupons found in range"
11443
- msgstr "کوپنی یافت نشد"
11444
 
11445
- #: includes/admin/reports/class-wc-report-coupon-usage.php:267
11446
- msgid "Most Discount"
11447
- msgstr "بیشترین تخفیف"
11448
 
11449
- #: includes/admin/reports/class-wc-report-coupon-usage.php:352
11450
- #: includes/admin/reports/class-wc-report-customers.php:229
11451
- #: includes/admin/reports/class-wc-report-sales-by-category.php:266
11452
- #: includes/admin/reports/class-wc-report-sales-by-date.php:479
11453
- #: includes/admin/reports/class-wc-report-sales-by-product.php:378
11454
- #: includes/admin/reports/class-wc-report-taxes-by-code.php:38
11455
- #: includes/admin/reports/class-wc-report-taxes-by-date.php:38
11456
- #: includes/admin/settings/views/html-settings-tax.php:35
11457
- msgid "Export CSV"
11458
- msgstr "صدور CSV"
11459
 
11460
- #: includes/admin/reports/class-wc-report-coupon-usage.php:459
11461
- msgid "Number of coupons used"
11462
- msgstr "تعداد کوپن های استفاده شده"
 
 
 
 
11463
 
11464
- #: includes/admin/reports/class-wc-report-coupon-usage.php:467
11465
- msgid "Discount amount"
11466
- msgstr "میزان تخفیف"
 
 
11467
 
11468
- #: includes/admin/reports/class-wc-report-customer-list.php:27
11469
- #: includes/admin/settings/class-wc-settings-emails.php:260
11470
- #: includes/class-wc-install.php:600
11471
- msgid "Customer"
11472
- msgstr "مشتری"
11473
 
11474
- #: includes/admin/reports/class-wc-report-customer-list.php:37
11475
- msgid "No customers found."
11476
- msgstr "هیچ مشتری یافت نشد."
11477
 
11478
- #: includes/admin/reports/class-wc-report-customer-list.php:51
11479
- msgid "%s previous order linked"
11480
- msgid_plural "%s previous orders linked"
11481
- msgstr[0] "%s سفارش قبلی مرتبط شد"
 
11482
 
11483
- #: includes/admin/reports/class-wc-report-customer-list.php:61
11484
- msgid "Refreshed stats for %s"
11485
- msgstr "آمار %s نوسازی شد"
 
 
 
11486
 
11487
- #: includes/admin/meta-boxes/views/html-product-attribute.php:63
11488
- msgid "Enter some text, or some attributes by \"%s\" separating values."
11489
- msgstr "لطفا یک متن وارد کنید ، یا صفت ها را با مقدار \"%s\" جداسازی کنید."
11490
 
11491
- #: includes/admin/meta-boxes/views/html-product-download.php:3
11492
- #: includes/admin/meta-boxes/views/html-product-variation-download.php:2
11493
- msgid "File Name"
11494
- msgstr "نام فایل"
11495
 
11496
- #: includes/admin/meta-boxes/views/html-product-download.php:4
11497
- #: includes/admin/meta-boxes/views/html-product-variation-download.php:3
11498
- msgid "http://"
11499
- msgstr "http://"
11500
 
11501
- #: includes/admin/meta-boxes/views/html-product-download.php:5
11502
- #: includes/admin/meta-boxes/views/html-product-variation-download.php:4
11503
- msgid "Choose file"
11504
- msgstr "انتخاب فایل"
 
 
 
11505
 
11506
- #: includes/admin/meta-boxes/views/html-product-download.php:5
11507
- #: includes/admin/meta-boxes/views/html-product-variation-download.php:4
11508
- msgid "Insert file URL"
11509
- msgstr "آدرس اینترنتی فایل را وارد کنید"
 
 
11510
 
11511
- #: includes/admin/meta-boxes/views/html-variation-admin.php:19
11512
- msgid "Drag and drop, or click to set admin variation order"
11513
- msgstr "بکشید و رها کنید، یا کلیک کنید تا ترتیب ادمین را تغییر دهید."
11514
 
11515
- #: includes/admin/meta-boxes/views/html-variation-admin.php:33
11516
- #: includes/class-wc-product-variation.php:652
11517
- msgid "Any"
11518
- msgstr "همه"
11519
 
11520
- #: includes/admin/meta-boxes/views/html-variation-admin.php:64
11521
- msgid "Remove this image"
11522
- msgstr "پاک کردن این عکس"
11523
 
11524
- #: includes/admin/meta-boxes/views/html-variation-admin.php:64
11525
- msgid "Upload an image"
11526
- msgstr "آپلود یک عکس"
11527
 
11528
- #: includes/admin/meta-boxes/views/html-variation-admin.php:68
11529
- msgid "Enter a SKU for this variation or leave blank to use the parent product SKU."
11530
- msgstr "برای این متغیر یک شناسه بنویسید یا برای بکارگیری شناسه محصول مادر، چیزی ننویسید."
11531
 
11532
- #: includes/admin/meta-boxes/views/html-variation-admin.php:76
11533
- #: includes/admin/settings/class-wc-settings-checkout.php:292
11534
- #: includes/admin/settings/class-wc-settings-emails.php:269
11535
- #: includes/admin/settings/views/html-admin-page-shipping-zone-methods.php:20
11536
- #: includes/admin/views/html-admin-page-status-tools.php:31
11537
- #: includes/admin/views/html-admin-page-status-tools.php:42
11538
- #: includes/admin/views/html-admin-page-status-tools.php:53
11539
- msgid "Enabled"
11540
- msgstr "فعال شده"
11541
 
11542
- #: includes/admin/meta-boxes/views/html-variation-admin.php:78
11543
- msgid "Enable this option if access is given to a downloadable file upon purchase of a product"
11544
- msgstr "فعال کردن این گزینه اجازه دانلود محصول به محض پرداخت را فعال میکند."
 
 
11545
 
11546
- #: includes/admin/meta-boxes/views/html-variation-admin.php:80
11547
- msgid "Enable this option if a product is not shipped or there is no shipping cost"
11548
- msgstr "این گزینه را تنها در صورتی فعال نمایید كه كالا ارسال نشده است "
 
 
 
 
11549
 
11550
- #: includes/admin/meta-boxes/views/html-variation-admin.php:84
11551
- msgid "Enable this option to enable stock management at variation level"
11552
- msgstr "فعال کردن این گزینه سبب فعال کردن اداره انبار در تراز متغیر می شود"
11553
 
11554
- #: includes/admin/meta-boxes/views/html-variation-admin.php:94
11555
- msgid "Variation price (required)"
11556
- msgstr "تغییرات قیمت (الزامی)"
11557
 
11558
- #: includes/admin/meta-boxes/views/html-variation-admin.php:97
11559
- msgid "Cancel schedule"
11560
- msgstr "لغو زمان بندی"
11561
 
11562
- #: includes/admin/meta-boxes/views/html-order-items.php:242
11563
- msgid "Add product(s)"
11564
- msgstr "افزودن محصول"
11565
 
11566
- #: includes/admin/meta-boxes/views/html-order-items.php:243
11567
- msgid "Add fee"
11568
- msgstr "افزودن دستمزد"
11569
 
11570
- #: includes/admin/meta-boxes/views/html-order-items.php:244
11571
- msgid "Add shipping cost"
11572
- msgstr "افزودن هزینه حمل و نقل"
11573
 
11574
- #: includes/admin/meta-boxes/views/html-order-items.php:246
11575
- #: templates/myaccount/form-reset-password.php:47
11576
- msgid "Save"
11577
- msgstr "ذخیره"
11578
 
11579
- #: includes/admin/meta-boxes/views/html-order-items.php:256
11580
- msgid "Restock refunded items"
11581
- msgstr "موارد برگشتی به انبار"
 
11582
 
11583
- #: includes/admin/meta-boxes/views/html-order-items.php:260
11584
- msgid "Amount already refunded"
11585
- msgstr "مبلغ قبلا مسترد شده است"
 
11586
 
11587
- #: includes/admin/meta-boxes/views/html-order-items.php:264
11588
- msgid "Total available to refund"
11589
- msgstr "مجموع موجود برای استرداد"
 
11590
 
11591
- #: includes/admin/meta-boxes/views/html-order-items.php:268
11592
- #: includes/admin/reports/class-wc-report-sales-by-date.php:635
11593
- msgid "Refund amount"
11594
- msgstr "مبلغ استرداد"
11595
 
11596
- #: includes/admin/meta-boxes/views/html-order-items.php:275
11597
- msgid "Reason for refund (optional)"
11598
- msgstr "دلیل استرداد (دلخواه)"
 
 
11599
 
11600
- #: includes/admin/meta-boxes/views/html-order-items.php:287
11601
- msgid "Payment Gateway"
11602
- msgstr "دروازه پرداخت"
11603
 
11604
- #: includes/admin/meta-boxes/views/html-order-items.php:289
11605
- msgid "The payment gateway used to place this order does not support automatic refunds."
11606
- msgstr "درگاه پرداخت استفاده شده است، پس برگشتی ها را بصورت خودکار پشتیبانی نمی کند."
 
 
 
 
11607
 
11608
- #: includes/admin/meta-boxes/views/html-order-items.php:290
11609
- msgid "You will need to manually issue a refund through your payment gateway after using this."
11610
- msgstr "شما باید به صورت دستی بازگشت وجه را در این دروازه پرداخت پس از استفاده از این مورد انجام دهید."
11611
 
11612
- #: includes/admin/meta-boxes/views/html-order-items.php:302
11613
- msgid "Add products"
11614
- msgstr "افزودن محصولات"
 
 
11615
 
11616
- #: includes/admin/meta-boxes/views/html-order-items.php:226
11617
- #: includes/admin/meta-boxes/views/html-order-items.php:328
11618
- msgid "Add tax"
11619
- msgstr "افزودن مالیات"
 
11620
 
11621
- #: includes/admin/meta-boxes/views/html-order-items.php:339
11622
- msgid "Rate name"
11623
- msgstr "نام نرخ"
 
 
11624
 
11625
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:260
11626
- #: includes/admin/meta-boxes/views/html-order-items.php:340
11627
- #: includes/admin/meta-boxes/views/html-variation-admin.php:223
11628
- msgid "Tax class"
11629
- msgstr "کلاس مالیاتی"
11630
 
11631
- #: includes/admin/meta-boxes/views/html-order-items.php:341
11632
- msgid "Rate code"
11633
- msgstr "کد نرخ"
 
 
11634
 
11635
- #: includes/admin/meta-boxes/views/html-order-items.php:342
11636
- #: includes/admin/settings/class-wc-settings-tax.php:181
11637
- msgid "Rate %"
11638
- msgstr "نرخ ٪"
 
11639
 
11640
- #: includes/admin/meta-boxes/views/html-order-items.php:363
11641
- msgid "Or, enter tax rate ID:"
11642
- msgstr "یا شناسه نرخ مالیت را وارد کنید:"
 
 
11643
 
11644
- #: includes/admin/meta-boxes/views/html-order-items.php:364
11645
- #: includes/gateways/paypal/includes/settings-paypal.php:113
11646
- #: includes/gateways/paypal/includes/settings-paypal.php:126
11647
- #: includes/gateways/paypal/includes/settings-paypal.php:134
11648
- #: includes/gateways/paypal/includes/settings-paypal.php:142
11649
- msgid "Optional"
11650
- msgstr "دلخواه"
11651
 
11652
- #: includes/admin/meta-boxes/views/html-order-refund.php:19
11653
- msgid "ID: "
11654
- msgstr "شناسه:"
 
 
11655
 
11656
- #: includes/admin/meta-boxes/views/html-order-shipping.php:22
11657
- msgid "Shipping Name"
11658
- msgstr "نام حمل و نقل"
 
 
11659
 
11660
- #: includes/admin/meta-boxes/views/html-order-shipping.php:24
11661
- msgid "Shipping Method"
11662
- msgstr "روش ارسال"
 
 
11663
 
11664
- #: includes/admin/meta-boxes/views/html-product-attribute.php:30
11665
- msgid "Select terms"
11666
- msgstr "انتخاب دوره ها"
 
 
11667
 
11668
- #: includes/admin/meta-boxes/views/html-product-attribute.php:46
11669
- msgid "Add new"
11670
- msgstr "افزودن جدید"
11671
 
11672
- #: includes/admin/meta-boxes/views/html-product-attribute.php:55
11673
- msgid "\"%s\" separate terms"
11674
- msgstr "\"%s\" سواکننده شرایط"
11675
 
11676
- #: includes/admin/meta-boxes/views/html-order-item.php:33
11677
- msgid "Variation ID:"
11678
- msgstr "شناسه متغیر:"
 
 
11679
 
11680
- #: includes/admin/meta-boxes/views/html-order-item.php:37
11681
- msgid "No longer exists"
11682
- msgstr "دیگر وجود ندارد"
 
 
11683
 
11684
- #: includes/admin/meta-boxes/views/html-order-item-meta.php:90
11685
- msgid "Add&nbsp;meta"
11686
- msgstr "افزودن&nbsp;توضیحات"
 
 
11687
 
11688
- #: includes/admin/meta-boxes/views/html-order-item.php:107
11689
- msgid "After pre-tax discounts."
11690
- msgstr "بعد از تخفیف های مالیات."
 
 
11691
 
11692
- #: includes/admin/meta-boxes/views/html-order-items.php:50
11693
- #: includes/class-wc-form-handler.php:497
11694
- #: includes/gateways/paypal/includes/class-wc-gateway-paypal-request.php:309
11695
- msgid "Item"
11696
- msgstr "مورد"
11697
 
11698
- #: includes/admin/meta-boxes/views/html-order-items.php:52
11699
- #: includes/shipping/flat-rate/includes/settings-flat-rate.php:31
11700
- #: includes/shipping/legacy-flat-rate/includes/settings-flat-rate.php:58
11701
- #: includes/shipping/local-pickup/class-wc-shipping-local-pickup.php:87
11702
- msgid "Cost"
11703
- msgstr "هزینه"
11704
 
11705
- #: includes/admin/meta-boxes/views/html-order-items.php:53
11706
- #: templates/checkout/form-pay.php:30
11707
- msgid "Qty"
11708
- msgstr "تعداد "
 
11709
 
11710
- #: includes/admin/meta-boxes/views/html-order-items.php:59
11711
- #: includes/admin/meta-boxes/views/html-order-items.php:60
11712
- #: includes/admin/reports/class-wc-report-taxes-by-code.php:149
11713
- #: includes/admin/settings/class-wc-settings-tax.php:33
11714
- #: includes/class-wc-countries.php:343 includes/class-wc-tax.php:659
11715
- msgid "Tax"
11716
- msgstr "مالیات"
11717
 
11718
- #: includes/admin/meta-boxes/views/html-order-items.php:131
11719
- msgid "Coupon(s) Used"
11720
- msgstr "کوپن(ها) بکار گرفته شده اند"
11721
 
11722
- #: includes/admin/meta-boxes/views/html-order-items.php:146
11723
- msgid "This is the total discount. Discounts are defined per line item."
11724
- msgstr "این کل تخفیف می باشد. تخفیف ها برای هر مورد در هر خط تعریف شده است."
11725
 
11726
- #: includes/admin/meta-boxes/views/html-order-items.php:146
11727
- msgid "Discount"
11728
- msgstr "تخفیف"
11729
 
11730
- #: includes/admin/meta-boxes/views/html-order-items.php:156
11731
- msgid "This is the shipping and handling total costs for the order."
11732
- msgstr "هزینه های حمل و نقل و نگهداری در این سفارش منظور شده است."
11733
 
11734
- #: includes/admin/meta-boxes/views/html-order-items.php:188
11735
- msgid "Order Total"
11736
- msgstr "مجموع هزینه سفارش"
 
 
11737
 
11738
- #: includes/admin/meta-boxes/views/html-order-items.php:208
11739
- msgid "Refunded"
11740
- msgstr "مسترد شده"
 
11741
 
11742
- #: includes/admin/meta-boxes/views/html-order-items.php:223
11743
- msgid "To edit this order change the status back to \"Pending\""
11744
- msgstr "برای ویرایش این سفارش وضعیت آن را به \"معلق\" برگردانید"
11745
 
11746
- #: includes/admin/meta-boxes/views/html-order-items.php:236
11747
- msgid "Calculate Taxes"
11748
- msgstr "محاسبه مالیات"
 
 
11749
 
11750
- #: includes/admin/meta-boxes/views/html-order-items.php:237
11751
- msgid "Calculate Total"
11752
- msgstr "محاسبه مجموع"
 
 
11753
 
11754
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:704
11755
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:738
11756
- msgid "%s item"
11757
- msgid_plural "%s items"
11758
- msgstr[0] "%s مورد"
11759
 
11760
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:709
11761
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:743
11762
- msgid "Go to the first page"
11763
- msgstr "رفتن به برگه نخست"
 
 
 
11764
 
11765
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:710
11766
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:744
11767
- msgid "Go to the previous page"
11768
- msgstr "رفتن به برگه پیشین"
11769
 
11770
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:712
11771
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:746
11772
- msgid "Select Page"
11773
- msgstr "گزینش برگه"
11774
 
11775
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:713
11776
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:747
11777
- msgid "Current page"
11778
- msgstr "برگه کنون"
 
11779
 
11780
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:720
11781
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:754
11782
- msgid "Go to the next page"
11783
- msgstr "رفتن به برگه پسین"
11784
 
11785
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:721
11786
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:755
11787
- msgid "Go to the last page"
11788
- msgstr "رفتن به برگه آخر"
 
11789
 
11790
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:845
11791
- msgid "Product SKU must be unique."
11792
- msgstr "شناسه محصول باید یکتا باشد."
 
 
 
 
11793
 
11794
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:1165
11795
- msgid "The downloadable file %s cannot be used as it does not have an allowed file type. Allowed types include: %s"
11796
- msgstr "نمی توان فایل دانلودی %s را بکار برد، زیرا جز فایلهای مجاز نیست. انواع فایلهای مجاز شامل: %s"
11797
 
11798
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:1178
11799
- msgid "The downloadable file %s cannot be used as it does not exist on the server."
11800
- msgstr "نمی توان فایل دانلودی %s را بکار برد، زیرا بر روی سرور پیدا نمی شود."
11801
 
11802
- #: includes/admin/class-wc-admin-duplicate-product.php:167
11803
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:1289
11804
- #: includes/api/class-wc-rest-products-controller.php:1309
11805
- #: includes/api/legacy/v2/class-wc-api-products.php:1263
11806
- #: includes/api/legacy/v3/class-wc-api-products.php:1758
11807
- #: includes/cli/class-wc-cli-product.php:1536
11808
- msgid "Variation #%s of %s"
11809
- msgstr "متغیر شماره %s از %s"
11810
 
11811
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:1342
11812
- msgid "#%s &ndash; Variation SKU must be unique."
11813
- msgstr "#%s &ndash; شناسه متغیر باید یکتا باشد."
 
 
11814
 
11815
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:1462
11816
- msgid "#%s &ndash; The downloadable file %s cannot be used as it does not have an allowed file type. Allowed types include: %s"
11817
- msgstr "فایل قابل دانلود %s را نمی‌‌توان استفاده کرد این یک نوع فایل مجاز نمی‌باشد. فایل‌های مجاز شامل انواع: %s"
 
 
 
 
 
 
11818
 
11819
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:1469
11820
- msgid "#%s &ndash; The downloadable file %s cannot be used as it does not exist on the server."
11821
- msgstr "فایل قابل دانلود %s را نمی‌توان استفاده کرد چرا که در سرور وجود ندارد."
 
 
11822
 
11823
- #: includes/admin/meta-boxes/class-wc-meta-box-product-images.php:58
11824
- #: includes/admin/meta-boxes/class-wc-meta-box-product-images.php:78
11825
- msgid "Delete image"
11826
- msgstr "پاک کردن تصویر"
 
11827
 
11828
- #: includes/admin/meta-boxes/class-wc-meta-box-product-images.php:78
11829
- msgid "Add Images to Product Gallery"
11830
- msgstr "افزودن تصویر به گالری تصاویر محصول"
 
11831
 
11832
- #: includes/admin/meta-boxes/class-wc-meta-box-product-images.php:78
11833
- msgid "Add to gallery"
11834
- msgstr "افزودن به گالری"
 
11835
 
11836
- #: includes/admin/meta-boxes/class-wc-meta-box-product-images.php:78
11837
- msgid "Add product gallery images"
11838
- msgstr "افزودن گالری تصاویر محصول"
 
 
11839
 
11840
- #: includes/admin/meta-boxes/views/html-order-download-permission.php:10
11841
- msgid "Revoke Access"
11842
- msgstr "دسترسی ابطال"
 
 
11843
 
11844
- #: includes/admin/meta-boxes/views/html-order-download-permission.php:13
11845
- msgid "Downloaded %s time"
11846
- msgid_plural "Downloaded %s times"
11847
- msgstr[0] "%s بار دانلود شده"
 
 
 
 
 
11848
 
11849
- #: includes/admin/meta-boxes/views/html-order-fee.php:21
11850
- msgid "Fee Name"
11851
- msgstr "نام پرداخت"
 
 
11852
 
11853
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:215
11854
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:697
11855
- #: includes/admin/meta-boxes/views/html-variation-admin.php:302
11856
- msgid "Download expiry"
11857
- msgstr "انقضای دانلود"
11858
 
11859
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:701
11860
- #: includes/admin/views/html-report-by-date.php:44
11861
- msgid "Go"
11862
- msgstr "برو"
11863
 
11864
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:616
11865
- #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:98
11866
- msgid "Learn more"
11867
- msgstr "اطلاعات بیشتر"
 
 
 
 
 
 
 
11868
 
11869
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:624
11870
- msgid "Default Form Values"
11871
- msgstr "مقادیر پیشفرض فرم"
11872
 
11873
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:624
11874
- msgid "These are the attributes that will be pre-selected on the frontend."
11875
- msgstr "این ویژگی ها می توانند در بخش کاربری پیش انتخاب شوند"
 
 
11876
 
11877
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:639
11878
- msgid "No default"
11879
- msgstr "بدون پیشفرض"
 
 
11880
 
11881
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:668
11882
- msgid "Add variation"
11883
- msgstr "افزودن متغیر"
11884
 
11885
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:669
11886
- msgid "Create variations from all attributes"
11887
- msgstr "ساخت متغیرها از همه ویژگی ها"
11888
 
11889
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:670
11890
- msgid "Delete all variations"
11891
- msgstr "پاک کردن تمامی تغییرات"
11892
 
11893
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:672
11894
- msgid "Toggle &quot;Enabled&quot;"
11895
- msgstr "تعویض &quot; فعال سازی &quot;"
 
 
11896
 
11897
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:673
11898
- msgid "Toggle &quot;Downloadable&quot;"
11899
- msgstr "تعویض &quot; دانلودی &quot;"
 
 
11900
 
11901
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:674
11902
- msgid "Toggle &quot;Virtual&quot;"
11903
- msgstr "تعویض &quot; مجازی &quot;"
11904
 
11905
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:676
11906
- msgid "Pricing"
11907
- msgstr "قیمت گذاری"
11908
 
11909
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:677
11910
- msgid "Set regular prices"
11911
- msgstr "قیمت عادی"
 
 
11912
 
11913
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:678
11914
- msgid "Increase regular prices (fixed amount or percentage)"
11915
- msgstr "افزایش قیمت به طور منظم (مقدار ثابت یا درصد)"
 
 
11916
 
11917
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:679
11918
- msgid "Decrease regular prices (fixed amount or percentage)"
11919
- msgstr "کاهش قیمت به طور منظم (مقدار ثابت یا درصد)"
 
 
11920
 
11921
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:680
11922
- msgid "Set sale prices"
11923
- msgstr "قیمت فروش ویژه"
 
 
11924
 
11925
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:681
11926
- msgid "Increase sale prices (fixed amount or percentage)"
11927
- msgstr "افزایش قیمت حراج (مقدار ثابت یا درصد)"
11928
 
11929
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:682
11930
- msgid "Decrease sale prices (fixed amount or percentage)"
11931
- msgstr "کاهش قیمت حراج (مقدار ثابت یا درصد)"
11932
 
11933
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:683
11934
- msgid "Set scheduled sale dates"
11935
- msgstr "پیکربندی تاریخ های زمانبندی فروش"
11936
 
11937
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:686
11938
- msgid "Toggle &quot;Manage stock&quot;"
11939
- msgstr "آمار &quot;مدیریت موجودی&quot;"
11940
 
11941
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:695
11942
- msgid "Downloadable products"
11943
- msgstr "محصولات دانلودی"
 
 
11944
 
11945
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:209
11946
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:696
11947
- #: includes/admin/meta-boxes/views/html-variation-admin.php:298
11948
- msgid "Download limit"
11949
- msgstr "محدودیت دانلود"
11950
 
11951
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:330
11952
- #: includes/admin/meta-boxes/views/html-variation-admin.php:160
11953
- #: includes/api/class-wc-rest-products-controller.php:2045
11954
- msgid "Controls whether or not the product is listed as \"in stock\" or \"out of stock\" on the frontend."
11955
- msgstr "کنترل هایی که اینکه آیا محصول به صورت \"موجود\" یا \"موجود نیست\" در لیست ثبت شوند یا نه"
11956
 
11957
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:339
11958
- msgid "Enable this to only allow one of this item to be bought in a single order"
11959
- msgstr "اگر مایل به فروش تکی هستید، این گزینه را فعال کنید"
 
 
 
 
11960
 
11961
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:358
11962
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:693
11963
- #: includes/admin/meta-boxes/views/html-variation-admin.php:175
11964
- #: includes/admin/views/html-bulk-edit-product.php:117
11965
- #: includes/admin/views/html-quick-edit-product.php:98
11966
- #: templates/single-product/product-attributes.php:38
11967
- msgid "Weight"
11968
- msgstr "وزن"
11969
 
11970
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:358
11971
- msgid "Weight in decimal form"
11972
- msgstr "وزن به فرم اعشاری"
 
 
11973
 
11974
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:364
11975
- #: templates/single-product/product-attributes.php:45
11976
- msgid "Dimensions"
11977
- msgstr "ابعاد"
11978
 
11979
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:366
11980
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:690
11981
- #: includes/admin/views/html-quick-edit-product.php:111
11982
- msgid "Length"
11983
- msgstr "طول"
11984
 
11985
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:367
11986
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:691
11987
- #: includes/admin/views/html-quick-edit-product.php:112
11988
- msgid "Width"
11989
- msgstr "عرض"
11990
 
11991
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:368
11992
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:692
11993
- #: includes/admin/views/html-quick-edit-product.php:113
11994
- msgid "Height"
11995
- msgstr "ارتفاع"
11996
 
11997
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:370
11998
- msgid "LxWxH in decimal form"
11999
- msgstr "طول/عرض/ارتفاع به فرم اعشاری"
12000
 
12001
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:391
12002
- #: includes/admin/views/html-bulk-edit-product.php:169
12003
- #: includes/admin/views/html-quick-edit-product.php:126
12004
- msgid "No shipping class"
12005
- msgstr "کلاس ارسالی وجود ندارد"
12006
 
12007
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:397
12008
- #: includes/admin/meta-boxes/views/html-variation-admin.php:207
12009
- #: includes/admin/views/html-bulk-edit-product.php:165
12010
- #: includes/admin/views/html-quick-edit-product.php:123
12011
- msgid "Shipping class"
12012
- msgstr "کلاس ارسال"
12013
 
12014
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:397
12015
- msgid "Shipping classes are used by certain shipping methods to group similar products."
12016
- msgstr "کلاسهای ارسال بوسیله روشهای خاصی از حمل و نقل و برای گروه خاصی از محصولات استفاده میشوند"
 
 
12017
 
12018
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:409
12019
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:468
12020
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:706
12021
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:740
12022
- msgid "Expand"
12023
- msgstr "گسترش"
12024
 
12025
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:409
12026
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:468
12027
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:706
12028
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:740
12029
- msgid "Close"
12030
- msgstr "بستن"
12031
 
12032
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:412
12033
- msgid "Custom product attribute"
12034
- msgstr "سفارش سازی ویژگی‌های محصول"
12035
 
12036
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:492
12037
- msgid "Up-sells are products which you recommend instead of the currently viewed product, for example, products that are more profitable or better quality or more expensive."
12038
- msgstr "Up-Sells محصولاتی هستند که شما به مشتری پیشنهاد می‌دهید به جای محصولی که در حال حاضر می‌بینند خریداری کنند که ارزشمندتر و بهتر و یا گران‌تر هستند."
12039
 
12040
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:509
12041
- msgid "Cross-sells are products which you promote in the cart, based on the current product."
12042
- msgstr "Cross-Sells محصولاتی که به مشتری پیشنهاد میکنید به همراه محصول حاضر، خریداری نمایند."
12043
 
12044
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:516
12045
- msgid "Grouping"
12046
- msgstr "گروه بندی"
 
 
12047
 
12048
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:528
12049
- msgid "Set this option to make this product part of a grouped product."
12050
- msgstr "اگر این محصول جزوی از یک سری محصول گروهی است این گزینه را انتخاب کنید."
 
 
12051
 
12052
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:546
12053
- msgid "Enter an optional note to send the customer after purchase."
12054
- msgstr "در صورت تمایل یک یادداشت برای مشتری پس از خرید بفرستید"
12055
 
12056
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:553
12057
- msgid "Menu order"
12058
- msgstr "منوی سفارش"
 
 
12059
 
12060
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:553
12061
- msgid "Custom ordering position."
12062
- msgstr "موقعیت سفارشی سفارش دادن"
12063
 
12064
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:561
12065
- msgid "Enable reviews"
12066
- msgstr "فعال كردن دیدگاه گذاری"
 
 
12067
 
12068
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:614
12069
- msgid "Before you can add a variation you need to add some variation attributes on the <strong>Attributes</strong> tab."
12070
- msgstr ""
12071
 
12072
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:200
12073
- #: includes/admin/meta-boxes/views/html-variation-admin.php:289
12074
- msgid "Add File"
12075
- msgstr "افزودن فایل"
 
12076
 
12077
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:209
12078
- #: includes/admin/meta-boxes/views/html-order-download-permission.php:23
12079
- #: includes/admin/meta-boxes/views/html-variation-admin.php:299
12080
- #: includes/admin/meta-boxes/views/html-variation-admin.php:303
12081
- msgid "Unlimited"
12082
- msgstr "بدون محدودیت"
12083
 
12084
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:209
12085
- #: includes/admin/meta-boxes/views/html-variation-admin.php:298
12086
- msgid "Leave blank for unlimited re-downloads."
12087
- msgstr "برای نامحدود بودن دانلود دوباره، خالی بگذارید."
 
12088
 
12089
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:215
12090
- #: includes/admin/meta-boxes/views/html-order-download-permission.php:27
12091
- #: templates/myaccount/downloads.php:67
12092
- msgid "Never"
12093
- msgstr "هرگز"
 
 
12094
 
12095
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:215
12096
- #: includes/admin/meta-boxes/views/html-variation-admin.php:302
12097
- msgid "Enter the number of days before a download link expires, or leave blank."
12098
- msgstr "خواهشمندیم تعداد روزهایی که مایلید لینک دانلود معتر باقی بماند را وارد کنید، یا خالی بگذارید"
 
12099
 
12100
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:221
12101
- msgid "Choose a download type - this controls the <a href=\"%s\">schema</a>."
12102
- msgstr "انتخاب یک نوع دانلود - این کنترل <a href=\"%s\">طرح</a> است."
 
12103
 
12104
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:222
12105
- msgid "Standard Product"
12106
- msgstr "محصول استاندارد"
 
 
12107
 
12108
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:223
12109
- msgid "Application/Software"
12110
- msgstr "اپلیکیشن/نرم افزار"
12111
 
12112
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:224
12113
- msgid "Music"
12114
- msgstr "موسیقی"
 
 
12115
 
12116
- #: includes/admin/views/html-bulk-edit-product.php:70
12117
- #: includes/admin/views/html-quick-edit-product.php:50
12118
- #: includes/shipping/flat-rate/includes/settings-flat-rate.php:21
12119
- #: includes/shipping/legacy-flat-rate/includes/settings-flat-rate.php:48
12120
- #: includes/shipping/local-pickup/class-wc-shipping-local-pickup.php:77
12121
- msgid "Tax Status"
12122
- msgstr "وضعیت مالیات"
 
 
 
 
 
 
 
 
 
 
 
12123
 
12124
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:240
12125
- #: includes/admin/views/html-bulk-edit-product.php:76
12126
- #: includes/admin/views/html-quick-edit-product.php:55
12127
- #: includes/shipping/flat-rate/includes/settings-flat-rate.php:26
12128
- #: includes/shipping/legacy-flat-rate/includes/settings-flat-rate.php:53
12129
- #: includes/shipping/local-pickup/class-wc-shipping-local-pickup.php:82
12130
- msgid "Taxable"
12131
- msgstr "مشمول مالیات"
12132
 
12133
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:241
12134
- #: includes/admin/views/html-bulk-edit-product.php:77
12135
- #: includes/admin/views/html-quick-edit-product.php:56
12136
- msgid "Shipping only"
12137
- msgstr "فقط ارسال"
12138
 
12139
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:245
12140
- msgid "Define whether or not the entire product is taxable, or just the cost of shipping it."
12141
- msgstr ""
 
 
12142
 
12143
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:250
12144
- #: includes/admin/meta-boxes/views/html-order-items.php:21
12145
- #: includes/admin/settings/views/html-settings-tax.php:13
12146
- #: includes/admin/settings/views/settings-tax.php:45
12147
- #: includes/admin/views/html-bulk-edit-product.php:95
12148
- #: includes/admin/views/html-quick-edit-product.php:73
12149
- #: includes/class-wc-ajax.php:841 includes/class-wc-ajax.php:2449
12150
- #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:215
12151
- msgid "Standard"
12152
- msgstr "استاندارد"
12153
 
12154
- #: includes/admin/settings/class-wc-settings-tax.php:186
12155
- #: includes/admin/views/html-bulk-edit-product.php:89
12156
- #: includes/admin/views/html-quick-edit-product.php:68
12157
- msgid "Tax Class"
12158
- msgstr "کلاس مالیات"
12159
 
12160
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:263
12161
- msgid "Choose a tax class for this product. Tax classes are used to apply different tax rates specific to certain types of product."
12162
- msgstr ""
 
 
12163
 
12164
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:294
12165
- #: includes/admin/meta-boxes/views/html-variation-admin.php:84
12166
- #: includes/admin/views/html-bulk-edit-product.php:236
12167
- #: includes/admin/views/html-quick-edit-product.php:182
12168
- msgid "Manage stock?"
12169
- msgstr "مدیریت موجودی انبار؟"
12170
 
12171
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:294
12172
- msgid "Enable stock management at product level"
12173
- msgstr "فعال کردن مدیریت موجودی انبار در سطح محصول"
12174
 
12175
- #: includes/admin/views/html-bulk-edit-product.php:255
12176
- #: includes/admin/views/html-bulk-edit-product.php:271
12177
- #: includes/admin/views/html-quick-edit-product.php:186
12178
- msgid "Stock Qty"
12179
- msgstr "تعداد موجودی"
12180
 
12181
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:305
12182
- msgid "Stock quantity. If this is a variable product this value will be used to control stock for all variations, unless you define stock at variation level."
12183
- msgstr "موجودی انبار. اگر این محصول متغیر است این مقدار برای کنترل انبار برای همه تغییرات استفاده می شود، مگر اینکه در سطح تنوع موجودی تعریف می کنید."
 
 
 
 
12184
 
12185
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:315
12186
- #: includes/admin/views/html-bulk-edit-product.php:282
12187
- #: includes/admin/views/html-quick-edit-product.php:201
12188
- #: includes/class-wc-ajax.php:851 includes/class-wc-ajax.php:2459
12189
- msgid "Do not allow"
12190
- msgstr "اجازه نده"
 
12191
 
12192
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:316
12193
- #: includes/admin/views/html-bulk-edit-product.php:283
12194
- #: includes/admin/views/html-quick-edit-product.php:202
12195
- #: includes/class-wc-ajax.php:852 includes/class-wc-ajax.php:2460
12196
- msgid "Allow, but notify customer"
12197
- msgstr "اجازه بده اما مشتری را مطلع کن"
12198
 
12199
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:318
12200
- msgid "If managing stock, this controls whether or not backorders are allowed. If enabled, stock quantity can go below 0."
12201
- msgstr "اگر موجودی را مدیریت می‌کنید، این كنترل ها به شما اجازه پيش فروش محصول و تغييرات آن را می‌دهد. اگر فعال كنيد، موجودی انبار می‌تواند زير 0 هم باشد."
 
 
 
 
12202
 
12203
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:327
12204
- #: includes/admin/meta-boxes/views/html-variation-admin.php:160
12205
- #: includes/admin/reports/class-wc-report-stock.php:168
12206
- msgid "Stock status"
12207
- msgstr "وضعیت موجودی انبار"
 
 
12208
 
12209
- #: includes/admin/meta-boxes/class-wc-meta-box-order-notes.php:60
12210
- #: includes/class-wc-ajax.php:1727
12211
- msgid "Delete note"
12212
- msgstr "پاک یادداشت"
12213
 
12214
- #: includes/admin/meta-boxes/class-wc-meta-box-order-notes.php:67
12215
- msgid "There are no notes yet."
12216
- msgstr "اینجا هنوز یادداشتی وجود ندارد."
12217
 
12218
- #: includes/admin/meta-boxes/class-wc-meta-box-order-notes.php:73
12219
- msgid "Add note"
12220
- msgstr "افزودن یادداشت"
 
 
 
 
12221
 
12222
- #: includes/admin/meta-boxes/class-wc-meta-box-order-notes.php:73
12223
- msgid "Add a note for your reference, or add a customer note (the user will be notified)."
12224
- msgstr "افزودن یادداشت به منبع شما، یا افزودن یادداشت مشتری ( کاربر متوجه پیام خواهد شد ) "
12225
 
12226
- #: includes/admin/meta-boxes/class-wc-meta-box-order-notes.php:79
12227
- msgid "Private note"
12228
- msgstr "یادداشت خصوصی"
12229
 
12230
- #: includes/admin/meta-boxes/class-wc-meta-box-order-notes.php:80
12231
- msgid "Note to customer"
12232
- msgstr "یادداشت به خریدار"
 
 
12233
 
12234
- #: includes/admin/meta-boxes/class-wc-meta-box-order-notes.php:82
12235
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:428
12236
- #: includes/admin/meta-boxes/views/html-order-items.php:314
12237
- #: includes/admin/meta-boxes/views/html-order-items.php:371
12238
- msgid "Add"
12239
- msgstr "افزودن"
12240
 
12241
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:40
12242
- msgid "Product Type"
12243
- msgstr "نوع محصول"
 
 
 
 
12244
 
12245
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:53
12246
- msgid "Virtual products are intangible and aren't shipped."
12247
- msgstr "محصولات مجازی قابلیت ارسال ندارند"
 
 
12248
 
12249
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:60
12250
- msgid "Downloadable products give access to a file upon purchase."
12251
- msgstr "محصولات دانلود‌شدنی دسترسی به یک فایل را به محض خرید می‌دهند."
 
 
12252
 
12253
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:89
12254
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:685
12255
- #: includes/admin/settings/class-wc-settings-products.php:46
12256
- #: includes/admin/settings/class-wc-settings-products.php:244
12257
- msgid "Inventory"
12258
- msgstr "انبار"
12259
 
12260
- #: includes/abstracts/abstract-wc-order.php:1708
12261
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:94
12262
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:689
12263
- #: includes/admin/meta-boxes/views/html-order-items.php:156
12264
- #: includes/admin/meta-boxes/views/html-order-shipping.php:18
12265
- #: includes/admin/settings/class-wc-settings-shipping.php:27
12266
- #: includes/admin/settings/class-wc-settings-tax.php:185
12267
- #: includes/admin/settings/views/html-settings-tax.php:27
12268
- #: includes/wc-cart-functions.php:210 templates/cart/cart-totals.php:55
12269
- #: templates/cart/cart-totals.php:56
12270
- msgid "Shipping"
12271
- msgstr "حمل و نقل "
12272
 
12273
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:99
12274
- msgid "Linked Products"
12275
- msgstr "محصولات مرتبط"
 
 
12276
 
12277
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:109
12278
- #: includes/class-wc-post-types.php:285
12279
- msgid "Variations"
12280
- msgstr "متغیرها"
 
12281
 
12282
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:114
12283
- msgid "Advanced"
12284
- msgstr "پیشرفته"
12285
-
12286
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:284
12287
- msgid "Stock Keeping Unit"
12288
- msgstr "شناسه اختصاصی محصول"
12289
-
12290
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:284
12291
- msgid "SKU refers to a Stock-keeping unit, a unique identifier for each distinct product and service that can be purchased."
12292
- msgstr "شناسه محصول \"SKU\" یک واحد انبارداری، برای هر محصول و سرویسی است که می‌تواند خریداری شود."
12293
 
12294
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:134
12295
- msgid "Product URL"
12296
- msgstr "لینک محصول"
12297
 
12298
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:134
12299
- msgid "Enter the external URL to the product."
12300
- msgstr "یک لینک خارجی برای محصول وارد کنید."
 
 
12301
 
12302
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:137
12303
- msgid "Button text"
12304
- msgstr "متن دکمه"
 
 
 
 
 
 
 
12305
 
12306
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:137
12307
- msgid "This text will be shown on the button linking to the external product."
12308
- msgstr "این متن روی دکمه لینک دادن به محصول خارجی نشان داده خواهد شد."
 
 
12309
 
12310
- #: includes/admin/views/html-quick-edit-product.php:35
12311
- msgid "Regular Price"
12312
- msgstr "قیمت اصلی"
 
 
12313
 
12314
- #: includes/admin/views/html-quick-edit-product.php:42
12315
- msgid "Sale Price"
12316
- msgstr "قیمت فروش فوق‌العاده"
 
 
12317
 
12318
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:147
12319
- #: includes/admin/meta-boxes/views/html-variation-admin.php:97
12320
- msgid "Schedule"
12321
- msgstr "زمان بندی فروش"
12322
 
12323
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:157
12324
- msgid "The sale will end at the beginning of the set date."
12325
- msgstr "فروش در آغاز تاریخ تنظیم به پایان خواهد رسید."
12326
 
12327
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:173
12328
- #: includes/admin/meta-boxes/views/html-variation-admin.php:258
12329
- msgid "This is the name of the download shown to the customer."
12330
- msgstr "این نام دانلود برای مشتری نمایان می گردد."
12331
 
12332
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:174
12333
- #: includes/admin/meta-boxes/views/html-variation-admin.php:259
12334
- msgid "File URL"
12335
- msgstr "آدرس فایل"
 
 
 
12336
 
12337
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:174
12338
- #: includes/admin/meta-boxes/views/html-variation-admin.php:259
12339
- msgid "This is the URL or absolute path to the file which customers will get access to. URLs entered here should already be encoded."
12340
  msgstr ""
12341
 
12342
- #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:86
12343
- #: includes/class-wc-countries.php:1022
12344
- msgid "Phone"
12345
- msgstr "تلفن"
12346
 
12347
- #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:173
12348
- msgid "Payment via %s"
12349
- msgstr "پرداخت به وسیله %s"
 
 
 
12350
 
12351
- #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:191
12352
- msgid "Customer IP"
12353
- msgstr "آی‌پی مشتری"
 
 
12354
 
12355
- #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:197
12356
- msgid "General Details"
12357
- msgstr "جزئیات کلی"
12358
 
12359
- #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:199
12360
- msgid "Order date:"
12361
- msgstr "تاریخ سفارش:"
 
 
12362
 
12363
- #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:200
12364
- msgid "h"
12365
- msgstr "ارتفاع"
12366
 
12367
- #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:203
12368
- msgid "Order status:"
12369
- msgstr "وضعیت سفارش:"
 
 
12370
 
12371
- #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:207
12372
- msgid "Customer payment page"
12373
- msgstr "برگه پرداخت مشتری"
12374
 
12375
- #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:221
12376
- msgid "Customer:"
12377
- msgstr "مشتری:"
 
 
 
 
 
12378
 
12379
- #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:229
12380
- msgid "View other orders"
12381
- msgstr "نمایش سفارش های دیگر"
12382
 
12383
- #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:248
12384
- #: templates/checkout/form-billing.php:33
12385
- msgid "Billing Details"
12386
- msgstr "جزئیات پرداخت"
 
12387
 
12388
- #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:250
12389
- msgid "Load billing address"
12390
- msgstr "آدرس صورتحساب"
12391
 
12392
- #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:257
12393
- #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:259
12394
- #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:342
12395
- #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:344
12396
- #: includes/class-wc-countries.php:571
12397
- msgid "Address"
12398
- msgstr "آدرس"
12399
 
12400
- #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:259
12401
- msgid "No billing address set."
12402
- msgstr "آدرسی برای پرداخت تعیین نشده."
12403
 
12404
- #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:299
12405
- #: includes/admin/meta-boxes/views/html-order-shipping.php:25
12406
- #: includes/admin/settings/class-wc-settings-emails.php:101
12407
- #: includes/admin/settings/class-wc-settings-emails.php:112
12408
- #: includes/admin/settings/views/settings-tax.php:95
12409
- #: includes/admin/views/html-admin-page-status-report.php:166
12410
- #: includes/shipping/flat-rate/includes/settings-flat-rate.php:56
12411
- #: includes/shipping/flat-rate/includes/settings-flat-rate.php:65
12412
- #: includes/shipping/free-shipping/class-wc-shipping-free-shipping.php:86
12413
- #: includes/shipping/legacy-flat-rate/includes/settings-flat-rate.php:83
12414
- #: includes/shipping/legacy-flat-rate/includes/settings-flat-rate.php:92
12415
- #: includes/shipping/legacy-free-shipping/class-wc-shipping-legacy-free-shipping.php:122
12416
- #: includes/wc-account-functions.php:250
12417
- #: templates/order/order-details-customer.php:61
12418
- #: templates/order/order-details-customer.php:72
12419
- #: templates/single-product/meta.php:35
12420
- msgid "N/A"
12421
- msgstr "نامعلوم"
12422
 
12423
- #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:313
12424
- #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:315
12425
- #: includes/admin/meta-boxes/views/html-order-shipping.php:41
12426
- #: includes/admin/meta-boxes/views/html-order-shipping.php:43
12427
- msgid "Other"
12428
- msgstr "دیگر"
12429
 
12430
- #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:322
12431
- msgid "Transaction ID"
12432
- msgstr "شناسه تراکنش"
12433
 
12434
- #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:332
12435
- #: includes/gateways/paypal/includes/settings-paypal.php:82
12436
- msgid "Shipping Details"
12437
- msgstr "جزئیات ارسال"
12438
 
12439
- #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:334
12440
- msgid "Copy from billing"
12441
- msgstr "کپی از صورتحساب"
12442
 
12443
- #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:335
12444
- msgid "Load shipping address"
12445
- msgstr "آدرس تحویل محصول"
12446
 
12447
- #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:344
12448
- msgid "No shipping address set."
12449
- msgstr "آدرسی برای ارسال تعیین نشده."
12450
 
12451
- #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:362
12452
- #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:392
12453
- msgid "Customer Provided Note"
12454
- msgstr "یادداشت مشتری"
12455
 
12456
- #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:393
12457
- msgid "Customer's notes about the order"
12458
- msgstr "یادداشت مشتری در باره سفارش"
12459
 
12460
- #: includes/admin/meta-boxes/class-wc-meta-box-order-downloads.php:57
12461
- #: includes/class-wc-ajax.php:1081
12462
- msgid "File %d"
12463
- msgstr "فایل %d"
12464
 
12465
- #: includes/admin/meta-boxes/class-wc-meta-box-order-downloads.php:70
12466
- msgid "Search for a downloadable product&hellip;"
12467
- msgstr "جستجو برای یک محصول دانلودی&hellip;"
12468
 
12469
- #: includes/admin/meta-boxes/class-wc-meta-box-order-downloads.php:71
12470
- msgid "Grant Access"
12471
- msgstr "دسترسی دادن"
12472
 
12473
- #: includes/admin/meta-boxes/class-wc-meta-box-order-notes.php:58
12474
- msgid "added on %1$s at %2$s"
12475
- msgstr "اضافه شد در تاریخ %1$s ساعت %2$s"
12476
 
12477
- #: includes/admin/meta-boxes/class-wc-meta-box-order-notes.php:59
12478
- msgid "by %s"
12479
- msgstr "توسط %s"
12480
 
12481
- #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:89
12482
- msgid "This field allows you to set the maximum spend (subtotal, including taxes) allowed when using the coupon."
12483
- msgstr ""
12484
 
12485
- #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:92
12486
- msgid "Individual use only"
12487
- msgstr "استفاده فردی"
12488
 
12489
- #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:92
12490
- msgid "Check this box if the coupon cannot be used in conjunction with other coupons."
12491
- msgstr "اگر کوپن مجاز به استفاده همزمان با کوپن های دیگر نیست، این گزینه را علامت بزنید"
12492
 
12493
- #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:95
12494
- msgid "Exclude sale items"
12495
- msgstr "به‌جز محصولات فروش ویژه"
12496
 
12497
- #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:95
12498
- msgid "Check this box if the coupon should not apply to items on sale. Per-item coupons will only work if the item is not on sale. Per-cart coupons will only work if there are no sale items in the cart."
12499
- msgstr "اگر نمیخواهدی کوپن برای اقلام در حال فروش استفاده نشود، این باکس را پر کنید."
12500
 
12501
- #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:102
12502
- #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:120
12503
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:480
12504
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:497
12505
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:517
12506
- #: includes/admin/meta-boxes/views/html-order-items.php:309
12507
- #: includes/admin/reports/class-wc-report-sales-by-product.php:202
12508
- msgid "Search for a product&hellip;"
12509
- msgstr "جستجو برای یک محصول&hellip;"
12510
 
12511
- #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:114
12512
- msgid "Products which need to be in the cart to use this coupon or, for \"Product Discounts\", which products are discounted."
12513
- msgstr "محصولاتی که برای استفاده از این کوپن نیاز هست در سبد خرید باشند و یا، محصولاتی که شامل تخفیف می‌شوند"
12514
 
12515
- #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:119
12516
- msgid "Exclude products"
12517
- msgstr "به جز این محصولات"
12518
 
12519
- #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:132
12520
- msgid "Products which must not be in the cart to use this coupon or, for \"Product Discounts\", which products are not discounted."
12521
- msgstr "محصولاتی که برای استفاده از این کوپن نیاز هست در سبد خرید شما وجود ندارد و یا این محصولات شما شامل تخفیف نمی‌شوند."
 
 
 
 
12522
 
12523
- #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:139
12524
- msgid "Product categories"
12525
- msgstr "دسته های محصولات"
12526
 
12527
- #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:140
12528
- msgid "Any category"
12529
- msgstr "هر دسته‌بندی"
12530
 
12531
- #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:149
12532
- msgid "A product must be in this category for the coupon to remain valid or, for \"Product Discounts\", products in these categories will be discounted."
12533
- msgstr "یک محصول باید در این دسته باشد تا کوپن تخفیف قابل استفاده بماند و یا محصولات این دسته شامل تخفیف خواهند شد."
12534
 
12535
- #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:154
12536
- msgid "Exclude categories"
12537
- msgstr "به جز این دسته ها"
12538
 
12539
- #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:155
12540
- msgid "No categories"
12541
- msgstr "فاقد دسته بندی ها"
12542
 
12543
- #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:164
12544
- msgid "Product must not be in this category for the coupon to remain valid or, for \"Product Discounts\", products in these categories will not be discounted."
12545
- msgstr "محصولاتی که برای استفاده از این کوپن نیاز هست در سبد خرید شما وجود ندارد و یا این محصولات شما شامل تخفیف نمی‌شوند."
12546
 
12547
- #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:170
12548
- msgid "Email restrictions"
12549
- msgstr "محدودیت‌های ایمیل"
12550
 
12551
- #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:170
12552
- msgid "No restrictions"
12553
- msgstr "بدون محدودیت"
12554
 
12555
- #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:170
12556
- msgid "List of allowed emails to check against the customer's billing email when an order is placed. Separate email addresses with commas."
12557
- msgstr "فهرست ایمیل های مجاز برای بررسی در برابر ایمیل های صورت حساب مشتری در هنگامی که سفارش ثبت می شود. ایمیل ها را با کاما ,ویرگول انگلیسی, جداسازی کنید."
12558
 
12559
- #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:184
12560
- msgid "Usage limit per coupon"
12561
- msgstr "محدودیت استفاده در کوپن"
12562
 
12563
- #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:184
12564
- msgid "How many times this coupon can be used before it is void."
12565
- msgstr "تعداد دفعاتی که این کوپن قابل استفاده است."
12566
 
12567
- #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:190
12568
- msgid "Limit usage to X items"
12569
- msgstr "محدودیت استفاده به X مورد"
12570
 
12571
- #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:190
12572
- msgid "The maximum number of individual items this coupon can apply to when using product discounts. Leave blank to apply to all qualifying items in cart."
12573
- msgstr "حداکثر تعداد آیتم های منحصر به فرد این کوپن می تواند به هنگام استفاده از تخفیف محصول اعمال می شود. در صورت خالی گذاشتن برای تمامی محصولات اعمال می گردد"
 
 
 
 
 
 
12574
 
12575
- #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:196
12576
- msgid "Usage limit per user"
12577
- msgstr "محدودیت مصرف برای هر کاربر"
 
12578
 
12579
- #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:196
12580
- msgid "How many times this coupon can be used by an invidual user. Uses billing email for guests, and user ID for logged in users."
12581
- msgstr "چند بار این کوپن می تواند توسط یک کاربر خاص استفاده می شود. با استفاده از ایمیل در صدور صورت حساب برای مهمانان، و ID کاربر برای کاربران وارد شده"
 
 
 
12582
 
12583
- #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:236
12584
- msgid "Coupon code already exists - customers will use the latest coupon with this code."
12585
- msgstr "کد کوپن وجود دارد - مشتریان از این کد کوپن استفاده خواهند کرد"
12586
 
12587
- #: includes/admin/meta-boxes/class-wc-meta-box-order-actions.php:44
12588
- msgid "Resend order emails"
12589
- msgstr "ارسال دوباره ایمیل سفارشات"
12590
 
12591
- #: includes/admin/meta-boxes/class-wc-meta-box-order-actions.php:67
12592
- msgid "Apply"
12593
- msgstr "اعمال کردن"
12594
 
12595
- #: includes/admin/meta-boxes/class-wc-meta-box-order-actions.php:84
12596
- msgid "Save %s"
12597
- msgstr "ذخیره %s"
 
 
 
 
 
 
 
 
 
 
 
12598
 
12599
- #: includes/admin/meta-boxes/class-wc-meta-box-order-actions.php:84
12600
- msgid "Save/update the %s"
12601
- msgstr "ذخیره/بروزرسانی %s"
 
 
 
 
12602
 
12603
- #: includes/admin/meta-boxes/class-wc-meta-box-order-actions.php:129
12604
- msgid "%s email notification manually sent."
12605
- msgstr "ایمیل اطلاع رسانی %s به صورت دستی ارسال شد."
12606
 
12607
- #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:43
12608
- #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:92
12609
- #: includes/class-wc-countries.php:546 includes/class-wc-form-handler.php:193
12610
- msgid "First Name"
12611
- msgstr "نام"
12612
 
12613
- #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:47
12614
- #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:96
12615
- #: includes/class-wc-countries.php:552 includes/class-wc-form-handler.php:194
12616
- msgid "Last Name"
12617
- msgstr "نام خانوادگی"
12618
 
12619
- #: includes/admin/importers/class-wc-tax-rate-importer.php:232
12620
- msgid "Tax rates need to be defined with columns in a specific order (10 columns). <a href=\"%s\">Click here to download a sample</a>."
12621
- msgstr "نرخ های مالیات نیازمند تعریف در نظم خاصی هستند (10 ستون). <a href=\"%s\"> برای دریافت نمونه کلیک کنید</a>."
 
12622
 
12623
- #: includes/admin/importers/class-wc-tax-rate-importer.php:240
12624
- msgid "Before you can upload your import file, you will need to fix the following error:"
12625
- msgstr "قبل از بارگذاری فایل درون‌ریزی باید خطاهای زیر را برطرف کنید:"
12626
 
12627
- #: includes/admin/importers/class-wc-tax-rate-importer.php:249
12628
- msgid "Choose a file from your computer:"
12629
- msgstr "فایل را از کامپیوتر خود انتخاب کنید"
12630
 
12631
- #: includes/admin/importers/class-wc-tax-rate-importer.php:255
12632
- msgid "Maximum size: %s"
12633
- msgstr "بیشترین حجم مجاز: %s"
12634
 
12635
- #: includes/admin/importers/class-wc-tax-rate-importer.php:260
12636
- msgid "OR enter path to file:"
12637
- msgstr "یا مسیر فایل مورد نظر را وارد کنید"
12638
 
12639
- #: includes/admin/importers/class-wc-tax-rate-importer.php:267
12640
- msgid "Delimiter"
12641
- msgstr "جداکننده"
 
12642
 
12643
- #: includes/admin/importers/class-wc-tax-rate-importer.php:273
12644
- msgid "Upload file and import"
12645
- msgstr "بارگذاری و درون‌ریزی"
12646
 
12647
- #: includes/admin/importers/class-wc-tax-rate-importer.php:287
12648
- msgid "Sorry, there has been an error."
12649
- msgstr "ببشخید، ایرادی پیش آمد."
12650
 
12651
- #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:41
12652
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:84
12653
- #: includes/admin/settings/class-wc-settings-general.php:28
12654
- #: includes/admin/settings/class-wc-settings-products.php:44
12655
- msgid "General"
12656
- msgstr "همگانی"
12657
 
12658
- #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:46
12659
- msgid "Usage Restriction"
12660
- msgstr "محدودیت های دسترسی"
 
12661
 
12662
- #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:51
12663
- msgid "Usage Limits"
12664
- msgstr "محدودیت استفاده"
 
12665
 
12666
- #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:67
12667
- msgid "Discount type"
12668
- msgstr "نحوه تخفیف"
 
12669
 
12670
- #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:70
12671
- msgid "Value of the coupon."
12672
- msgstr "ارزش کوپن."
 
12673
 
12674
- #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:73
12675
- msgid "Allow free shipping"
12676
- msgstr "اجازه حمل و نقل رایگان"
 
12677
 
12678
- #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:76
12679
- msgid "Coupon expiry date"
12680
- msgstr "تاریخ انقضای کوپن"
 
12681
 
12682
- #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:86
12683
- msgid "Minimum spend"
12684
- msgstr "حداقل هزینه"
 
12685
 
12686
- #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:86
12687
- msgid "No minimum"
12688
- msgstr "هیچ حداقلی وجود ندارد"
 
 
12689
 
12690
- #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:86
12691
- msgid "This field allows you to set the minimum spend (subtotal, including taxes) allowed to use the coupon."
12692
- msgstr ""
 
12693
 
12694
- #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:89
12695
- msgid "Maximum spend"
12696
- msgstr "حداکثر هزینه"
12697
 
12698
- #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:89
12699
- msgid "No maximum"
12700
- msgstr "بدون محدودیت"
 
 
 
 
 
 
12701
 
12702
- #: includes/admin/class-wc-admin-webhooks.php:498
12703
- #: includes/admin/class-wc-admin-webhooks.php:500
12704
- msgid "&lsaquo; Previous"
12705
- msgstr "&lsaquo; پیشین"
 
12706
 
12707
- #: includes/admin/class-wc-admin-webhooks.php:504
12708
- #: includes/admin/class-wc-admin-webhooks.php:506
12709
- msgid "Next &rsaquo;"
12710
- msgstr "&lsaquo; پسین"
12711
 
12712
- #: includes/admin/class-wc-admin.php:182
12713
- msgid "HTML Email Template"
12714
- msgstr "ویرایش قالب ایمیل HTML"
12715
 
12716
- #: includes/admin/class-wc-admin.php:229
12717
- msgid "Thanks :)"
12718
- msgstr "سپاس :)"
12719
 
12720
- #: includes/admin/class-wc-admin.php:237
12721
- msgid "Thank you for selling with WooCommerce."
12722
- msgstr "برای فروش با ووکامرس از شما سپاسگذاریم."
12723
 
12724
- #: includes/admin/importers/class-wc-tax-rate-importer.php:125
12725
- msgid "The file does not exist, please try again."
12726
- msgstr "فایل مورد نظر وجود نداره، خواهشمندیم دوباره تلاش کنید"
 
 
 
 
12727
 
12728
- #: includes/admin/importers/class-wc-tax-rate-importer.php:160
12729
- msgid "The CSV is invalid."
12730
- msgstr "فایل CSV نا معتبر است"
 
12731
 
12732
- #: includes/admin/importers/class-wc-tax-rate-importer.php:168
12733
- msgid "Import complete - imported <strong>%s</strong> tax rates."
12734
- msgstr "درون ریزی به پایان رسید - نرخ های مالیاتی <strong>%s</strong> درون ریزی شدند."
 
12735
 
12736
- #: includes/admin/importers/class-wc-tax-rate-importer.php:178
12737
- msgid "All done!"
12738
- msgstr "همه موارد به اتمام رسید"
12739
 
12740
- #: includes/admin/importers/class-wc-tax-rate-importer.php:178
12741
- msgid "View Tax Rates"
12742
- msgstr "نمایش نرخ‌های مالیاتی"
 
 
 
12743
 
12744
- #: includes/admin/importers/class-wc-tax-rate-importer.php:214
12745
- msgid "Import Tax Rates"
12746
- msgstr "درون‌ریزی نرخ‌های مالیاتی"
 
 
12747
 
12748
- #: includes/admin/importers/class-wc-tax-rate-importer.php:230
12749
- msgid "Hi there! Upload a CSV file containing tax rates to import the contents into your shop. Choose a .csv file to upload, then click \"Upload file and import\"."
12750
- msgstr "سلام! فایل CSV حاوی نرخ های مالیاتی فروشگاه را وارد کنید. یک فایل با پسوند csv را برای بارگذاری انتخاب و کلید بارگذاری و درون‌ریزی را بزنید."
 
 
 
12751
 
12752
- #: includes/admin/class-wc-admin-taxonomies.php:293
12753
- msgid "Product categories for your store can be managed here. To change the order of categories on the front-end you can drag and drop to sort them. To see more categories listed click the \"screen options\" link at the top of the page."
12754
- msgstr "دسته‌های محصولات شما از اینجا می‌توانند مدیریت شوند. برای تغییر ترتیب دسته‌ها برای نمایش به کاربران می‌توانید با کشیدن و رها کردن ( drag & drop ) دسته‌ها را مرتب‌سازی کنید. برای دیدن لیست دسته‌های بیشتر روی «پیکربندی برگه» در بالای برگه کلیک کنید."
12755
 
12756
- #: includes/admin/class-wc-admin-taxonomies.php:300
12757
- msgid "Attribute terms can be assigned to products and variations.<br/><br/><b>Note</b>: Deleting a term will remove it from all products and variations to which it has been assigned. Recreating a term will not automatically assign it back to products."
 
 
 
 
12758
  msgstr ""
 
 
 
 
12759
 
12760
- #: includes/admin/class-wc-admin-webhooks-table-list.php:26
12761
- msgid "webhook"
12762
- msgstr "وب هوک"
12763
 
12764
- #: includes/admin/class-wc-admin-webhooks-table-list.php:27
12765
- msgid "webhooks"
12766
- msgstr "وب هوک‌ها"
 
 
 
 
 
 
 
 
 
12767
 
12768
- #: includes/admin/class-wc-admin-webhooks-table-list.php:42
12769
- #: includes/admin/settings/views/html-webhooks-edit.php:41
12770
- msgid "Topic"
12771
- msgstr "موضوع"
12772
 
12773
- #: includes/admin/class-wc-admin-webhooks-table-list.php:43
12774
- #: includes/admin/settings/views/html-webhooks-edit.php:93
12775
- msgid "Delivery URL"
12776
- msgstr "پیوند تحویل"
12777
 
12778
- #: includes/admin/class-wc-admin-webhooks-table-list.php:164
12779
- #: includes/admin/class-wc-admin-webhooks-table-list.php:165
12780
- msgid "Activated <span class=\"count\">(%s)</span>"
12781
- msgstr "فعال شد <span class=\"count\">(%s)</span>"
 
 
 
 
 
12782
 
12783
- #: includes/admin/class-wc-admin-webhooks-table-list.php:172
12784
- #: includes/admin/class-wc-admin-webhooks-table-list.php:173
12785
- msgid "Paused <span class=\"count\">(%s)</span>"
12786
- msgstr "متوقف شد <span class=\"count\">(%s)</span>"
12787
 
12788
- #: includes/admin/class-wc-admin-webhooks-table-list.php:180
12789
- #: includes/admin/class-wc-admin-webhooks-table-list.php:181
12790
- msgid "Disabled <span class=\"count\">(%s)</span>"
12791
- msgstr "غیرفعال شد <span class=\"count\">(%s)</span>"
12792
 
12793
- #: includes/admin/class-wc-admin-webhooks-table-list.php:252
12794
- #: includes/admin/meta-boxes/class-wc-meta-box-order-actions.php:78
12795
- #: includes/admin/settings/views/html-webhooks-edit.php:153
12796
- msgid "Move to Trash"
12797
- msgstr "انتقال به زباله‌ دان"
12798
-
12799
- #: includes/admin/class-wc-admin-webhooks-table-list.php:263
12800
- msgid "Empty Trash"
12801
- msgstr "خالی کردن زباله دان"
12802
-
12803
- #: includes/admin/class-wc-admin-webhooks.php:49
12804
- #: includes/admin/class-wc-admin-webhooks.php:198
12805
- #: includes/api/class-wc-rest-webhooks-controller.php:350
12806
- #: includes/api/legacy/v2/class-wc-api-webhooks.php:197
12807
- #: includes/api/legacy/v3/class-wc-api-webhooks.php:197
12808
- msgid "Webhook created on %s"
12809
- msgstr "وب هوک بر روی %s ساخته شد"
12810
 
12811
- #: includes/admin/class-wc-admin-webhooks.php:189
12812
- msgid "You don't have permissions to create Webhooks!"
12813
- msgstr "شما دسترسی برای ساخت وب هوک‌ها را ندارید!"
12814
 
12815
- #: includes/admin/class-wc-admin-webhooks.php:269
12816
- msgid "You don't have permissions to edit Webhooks!"
12817
- msgstr "شما دسترسی برای ویرایش وب هوک‌ها را ندارید!"
 
 
 
 
12818
 
12819
- #: includes/admin/class-wc-admin-webhooks.php:298
12820
- msgid "You don't have permissions to delete Webhooks!"
12821
- msgstr "شما دسترسی برای پاک کردن وب هوک‌ها را ندارید!"
12822
 
12823
- #: includes/admin/class-wc-admin-webhooks.php:374
12824
- msgid "1 webhook moved to the Trash."
12825
- msgid_plural "%d webhooks moved to the Trash."
12826
- msgstr[0] "وب هوک های %d به سطل زبال منتقل شدند."
12827
 
12828
- #: includes/admin/class-wc-admin-webhooks.php:380
12829
- msgid "1 webhook restored from the Trash."
12830
- msgid_plural "%d webhooks restored from the Trash."
12831
- msgstr[0] "وب هوک های %d از سطل زباله بازیافت شدند."
12832
 
12833
- #: includes/admin/class-wc-admin-webhooks.php:386
12834
- msgid "1 webhook permanently deleted."
12835
- msgid_plural "%d webhooks permanently deleted."
12836
- msgstr[0] "وب هوک‌های %d برای همیشه پاک شدند."
 
 
12837
 
12838
- #: includes/admin/class-wc-admin-webhooks.php:390
12839
- msgid "Webhook updated successfully."
12840
- msgstr "وب هوک بخوبی بروزرسانی شد."
12841
 
12842
- #: includes/admin/class-wc-admin-webhooks.php:394
12843
- msgid "Webhook created successfully."
12844
- msgstr "وب هوک بخوبی ساخته شد."
 
 
 
12845
 
12846
- #: includes/admin/class-wc-admin-webhooks.php:406
12847
- #: includes/admin/settings/class-wc-settings-api.php:47
12848
- #: includes/class-wc-post-types.php:401
12849
- msgid "Webhooks"
12850
- msgstr "وب هوک‌ها"
12851
 
12852
- #: includes/admin/class-wc-admin-webhooks.php:406
12853
- #: includes/class-wc-post-types.php:404
12854
- msgid "Add Webhook"
12855
- msgstr "افزودن وب هوک"
 
 
12856
 
12857
- #: includes/admin/class-wc-admin-webhooks.php:416
12858
- #: includes/class-wc-post-types.php:411
12859
- msgid "Search Webhooks"
12860
- msgstr "جستجوی وب هوک‌ها"
 
 
12861
 
12862
- #: includes/admin/class-wc-admin-webhooks.php:447
12863
- msgid "This Webhook has no log yet."
12864
- msgstr "این وب هوک هنوز گزارشی ندارد."
12865
-
12866
- #: includes/admin/class-wc-admin-status.php:166
12867
- msgid "Capabilities"
12868
- msgstr "نقش ها"
12869
 
12870
- #: includes/admin/class-wc-admin-status.php:167
12871
- msgid "Reset capabilities"
12872
- msgstr "بازنشانی دوباره نقش ها"
 
 
 
12873
 
12874
- #: includes/admin/class-wc-admin-status.php:168
12875
- msgid "This tool will reset the admin, customer and shop_manager roles to default. Use this if your users cannot access all of the WooCommerce admin pages."
12876
- msgstr "این ابزار نقش‌های ادمین، مشتری و مدیریت فروشگاه را به حالت پیش‌فرض تغییر خواهد داد. از این ابزار وقتی کاربران نمی‌توانند به همه بخش‌های مدیریت ووکامرس دسترسی داشته باشند، استفاده کنید. "
 
 
 
12877
 
12878
- #: includes/admin/class-wc-admin-status.php:171
12879
- msgid "Customer Sessions"
12880
- msgstr "نشست مشتری"
 
 
 
12881
 
12882
- #: includes/admin/class-wc-admin-status.php:172
12883
- msgid "Clear all sessions"
12884
- msgstr "پاک کردن همه نشست ها"
 
 
 
12885
 
12886
- #: includes/admin/class-wc-admin-status.php:173
12887
- msgid "<strong class=\"red\">Warning:</strong> This tool will delete all customer session data from the database, including any current live carts."
12888
- msgstr "<strong class=\"red\">هشدار</strong> این ابزار می‌تواند تمامی اطلاعات لایه جلسه کاربران را از دیتابیس پاک کند و تمامی سفارش‌ها درون سبد خرید پاک می شوند"
 
 
 
12889
 
12890
- #: includes/admin/class-wc-admin-status.php:176
12891
- msgid "Install WooCommerce Pages"
12892
- msgstr "نصب برگه‌های ووکامرس"
 
 
 
 
12893
 
12894
- #: includes/admin/class-wc-admin-status.php:177
12895
- msgid "Install pages"
12896
- msgstr "نصب برگه‌های ووکامرس"
 
 
 
 
 
12897
 
12898
- #: includes/admin/class-wc-admin-status.php:178
12899
- msgid "<strong class=\"red\">Note:</strong> This tool will install all the missing WooCommerce pages. Pages already defined and set up will not be replaced."
12900
- msgstr "<strong class=\"red\">پیغام</strong> این ابزار می تواند تمامی برگه های از دست رفته ووکامرس را دوباره نصب کند. برگه هایی که از پیش بوده اند، جایگزین نمی شوند."
 
 
 
 
 
 
 
 
 
12901
 
12902
- #: includes/admin/class-wc-admin-status.php:181
12903
- msgid "Delete all WooCommerce tax rates"
12904
- msgstr "پاک همه نرخ های مالیاتی ووکامرس"
 
 
12905
 
12906
- #: includes/admin/class-wc-admin-status.php:182
12907
- msgid "Delete ALL tax rates"
12908
- msgstr "پاک همه نرخ های مالیات"
 
 
 
 
 
 
12909
 
12910
- #: includes/admin/class-wc-admin-status.php:183
12911
- msgid "<strong class=\"red\">Note:</strong> This option will delete ALL of your tax rates, use with caution."
12912
- msgstr "<strong class=\"red\">هشدار</strong>این گزینه قادر است تمامی نرخ مالیات ها را پاک نماید. با احتیاط عمل کنید"
 
12913
 
12914
- #: includes/admin/class-wc-admin-status.php:186
12915
- msgid "Reset Usage Tracking Settings"
12916
- msgstr "بازنشانی دوباره پیکربندی رهگیری اندازه بکار رفته"
 
12917
 
12918
- #: includes/admin/class-wc-admin-status.php:187
12919
- msgid "Reset usage tracking settings"
12920
- msgstr "بازنشانی دوباره پیکربندی رهگیری اندازه بکار رفته"
 
12921
 
12922
- #: includes/admin/class-wc-admin-status.php:188
12923
- msgid "This will reset your usage tracking settings, causing it to show the opt-in banner again and not sending any data."
12924
- msgstr "این پیکربندی رهگیری مورد استفاده شما را بازنشانی خواهد کرد، به سبب نمایش دوباره بنر انتخابی و نه ارسال هر گونه اطلاعتی."
12925
 
12926
- #: includes/admin/class-wc-admin-taxonomies.php:92
12927
- #: includes/admin/class-wc-admin-taxonomies.php:198
12928
- #: includes/widgets/class-wc-widget-layered-nav.php:86
12929
- msgid "Display type"
12930
- msgstr "نوع نمایش"
12931
 
12932
- #: includes/admin/class-wc-admin-taxonomies.php:95
12933
- #: includes/admin/class-wc-admin-taxonomies.php:202
12934
- #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:101
12935
- #: includes/admin/settings/class-wc-settings-products.php:28
12936
- #: includes/class-wc-post-types.php:241
12937
- #: includes/widgets/class-wc-widget-products.php:29
12938
- msgid "Products"
12939
- msgstr "محصولات"
12940
 
12941
- #: includes/admin/class-wc-admin-taxonomies.php:96
12942
- #: includes/admin/class-wc-admin-taxonomies.php:203
12943
- msgid "Subcategories"
12944
- msgstr "زیر دسته‌بندی"
12945
 
12946
- #: includes/admin/class-wc-admin-taxonomies.php:97
12947
- #: includes/admin/class-wc-admin-taxonomies.php:204
12948
- msgid "Both"
12949
- msgstr "هر دو"
12950
 
12951
- #: includes/admin/class-wc-admin-taxonomies.php:101
12952
- #: includes/admin/class-wc-admin-taxonomies.php:209
12953
- #: includes/admin/class-wc-admin-taxonomies.php:346
12954
- msgid "Thumbnail"
12955
- msgstr "تصویر بندانگشتی"
12956
 
12957
- #: includes/admin/class-wc-admin-taxonomies.php:105
12958
- #: includes/admin/class-wc-admin-taxonomies.php:214
12959
- msgid "Upload/Add image"
12960
- msgstr "آپلود/افزودن تصویر"
12961
 
12962
- #: includes/admin/class-wc-admin-taxonomies.php:106
12963
- #: includes/admin/class-wc-admin-taxonomies.php:215
12964
- msgid "Remove image"
12965
- msgstr "پاک کردن تصویر"
12966
 
12967
- #: includes/admin/class-wc-admin-taxonomies.php:132
12968
- #: includes/admin/class-wc-admin-taxonomies.php:241
12969
- msgid "Use image"
12970
- msgstr "استفاده از تصویر"
 
 
12971
 
12972
- #: includes/admin/class-wc-admin-status.php:161
12973
- msgid "Term counts"
12974
- msgstr "تعداد دوره‌ها"
 
 
 
12975
 
12976
- #: includes/admin/class-wc-admin-status.php:162
12977
- msgid "Recount terms"
12978
- msgstr "بازشماری دوره‌ها"
 
 
 
12979
 
12980
- #: includes/admin/class-wc-admin-status.php:163
12981
- msgid "This tool will recount product terms - useful when changing your settings in a way which hides products from the catalog."
12982
- msgstr "این ابزار دوره‌های محصولات را دوباره می‌شمارد - مواقعی که پیکربندی را تغییر می‌دهید در زمانی که محصولاتی را از کاتالوگ پنهان میکنید به کار می‌آید."
 
12983
 
12984
- #: includes/admin/class-wc-admin-status.php:50
12985
- msgid "Product Transients Cleared"
12986
- msgstr "نشست های محصول پاک شدند."
 
12987
 
12988
- #: includes/admin/class-wc-admin-status.php:75
12989
- msgid "%d Transients Rows Cleared"
12990
- msgstr "%d ردیف از نشست ها پاک شدند."
 
12991
 
12992
- #: includes/admin/class-wc-admin-status.php:82
12993
- msgid "Roles successfully reset"
12994
- msgstr "نقش‌ها با موفقیت ریست شدند"
 
 
12995
 
12996
- #: includes/admin/class-wc-admin-status.php:94
12997
- msgid "Terms successfully recounted"
12998
- msgstr "دوره‌ها با موفقیت بازشماری شدند."
 
12999
 
13000
- #: includes/admin/class-wc-admin-status.php:102
13001
- msgid "Sessions successfully cleared"
13002
- msgstr "نشست مشتری با موفقیت پاک شد"
 
13003
 
13004
- #: includes/admin/class-wc-admin-status.php:106
13005
- msgid "All missing WooCommerce pages was installed successfully."
13006
- msgstr "تمام صفحات ووکامرس از دست رفته با موفقیت نصب شد."
 
13007
 
13008
- #: includes/admin/class-wc-admin-status.php:114
13009
- msgid "Tax rates successfully deleted"
13010
- msgstr "نرخ‌های مالیاتی با موفقیت پاک شدند"
 
13011
 
13012
- #: includes/admin/class-wc-admin-status.php:120
13013
- msgid "Usage tracking settings successfully reset."
13014
- msgstr "پیکربندی رهگیری اندازه بکار رفته بخوبی بازنشانی دوباره شد."
 
13015
 
13016
- #: includes/admin/class-wc-admin-status.php:129
13017
- msgid "There was an error calling %s"
13018
- msgstr "برای تماس با %s خطایی رخ داد"
 
13019
 
13020
- #: includes/admin/class-wc-admin-status.php:138
13021
- msgid "Your changes have been saved."
13022
- msgstr "پیکربندی شما ذخیره شد . "
 
13023
 
13024
- #: includes/admin/class-wc-admin-status.php:151
13025
- msgid "WC Transients"
13026
- msgstr "نشست های ووکامرس"
 
 
 
 
 
 
 
 
 
 
 
13027
 
13028
- #: includes/admin/class-wc-admin-status.php:152
13029
- msgid "Clear transients"
13030
- msgstr "پاک‌کردن نشست ها"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13031
 
13032
- #: includes/admin/class-wc-admin-status.php:153
13033
- msgid "This tool will clear the product/shop transients cache."
13034
- msgstr "این ابزار کش نشست های محصول/فروشگاه را پاک میکند."
 
 
 
 
 
 
 
 
 
 
 
 
 
13035
 
13036
- #: includes/admin/class-wc-admin-status.php:156
13037
- msgid "Expired Transients"
13038
- msgstr "نشست های منقضی شده"
 
13039
 
13040
- #: includes/admin/class-wc-admin-status.php:157
13041
- msgid "Clear expired transients"
13042
- msgstr "پاک کردن نشست های منقضی"
 
13043
 
13044
- #: includes/admin/class-wc-admin-status.php:158
13045
- msgid "This tool will clear ALL expired transients from WordPress."
13046
- msgstr "این ابزار تمامی نشست های منقضی شده را پاک میکند."
 
13047
 
13048
- #: includes/admin/class-wc-admin-setup-wizard.php:435
13049
- msgid "I will enter prices inclusive of tax"
13050
- msgstr "من قیمت های شامل مالیات را وارد خواهم کرد"
 
 
 
 
 
 
 
 
 
 
 
 
13051
 
13052
- #: includes/admin/class-wc-admin-setup-wizard.php:436
13053
- msgid "I will enter prices exclusive of tax"
13054
- msgstr "من قیمت های منحصر به فرد مالیات را وارد خواهم کرد"
 
13055
 
13056
- #: includes/admin/class-wc-admin-setup-wizard.php:465
13057
- #: includes/class-wc-countries.php:660 includes/class-wc-countries.php:923
13058
- msgid "State"
13059
- msgstr "استان"
 
13060
 
13061
- #: includes/admin/class-wc-admin-setup-wizard.php:466
13062
- msgid "Rate (%)"
13063
- msgstr "قیمت (%)"
 
 
 
13064
 
13065
- #: includes/admin/class-wc-admin-setup-wizard.php:646
13066
- msgid "WooCommerce can accept both online and offline payments. %2$sAdditional payment methods%3$s can be installed later and managed from the %1$scheckout settings%3$s screen."
13067
- msgstr ""
 
13068
 
13069
- #: includes/admin/class-wc-admin-help.php:81
13070
- #: includes/admin/class-wc-admin-setup-wizard.php:614
13071
- #: includes/gateways/cod/class-wc-gateway-cod.php:26
13072
- #: includes/gateways/cod/class-wc-gateway-cod.php:71
13073
- msgid "Cash on Delivery"
13074
- msgstr "پرداخت هنگام دریافت"
13075
 
13076
- #: includes/admin/class-wc-admin-setup-wizard.php:751
13077
- msgid "Your Store is Ready!"
13078
- msgstr "فروشگاه شما آماده است!"
13079
 
13080
- #: includes/admin/class-wc-admin-setup-wizard.php:755
13081
- msgid "Want to help make WooCommerce even more awesome? Allow WooThemes to collect non-sensitive diagnostic data and usage information. %sFind out more%s."
13082
- msgstr "آیا می‌خواهید در هرچه بهتر کردن ووکامرس مشارکت کنید؟ به WooThemes اجازه دهید که داده‌های غیر حساس و داده های بکارگیری شده را جمع آوری کند. %sبیشتر بدانید%s."
 
13083
 
13084
- #: includes/admin/class-wc-admin-setup-wizard.php:757
13085
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:317
13086
- #: includes/admin/views/html-bulk-edit-product.php:284
13087
- #: includes/admin/views/html-notice-tracking.php:13
13088
- #: includes/admin/views/html-quick-edit-product.php:203
13089
- #: includes/class-wc-ajax.php:853 includes/class-wc-ajax.php:2461
13090
- msgid "Allow"
13091
- msgstr "اجازه دادن"
13092
 
13093
- #: includes/admin/class-wc-admin-setup-wizard.php:758
13094
- msgid "No thanks"
13095
- msgstr "خیر سپاسگزارم"
 
 
 
 
 
13096
 
13097
- #: includes/admin/class-wc-admin-setup-wizard.php:765
13098
- msgid "Next Steps"
13099
- msgstr "گام پایانی"
13100
 
13101
- #: includes/admin/class-wc-admin-post-types.php:2288
13102
- #: includes/admin/class-wc-admin-setup-wizard.php:767
13103
- msgid "Create your first product!"
13104
- msgstr "ساخت نخستین محصول شما!"
 
13105
 
13106
- #: includes/admin/class-wc-admin-setup-wizard.php:771
13107
- msgid "Learn More"
13108
- msgstr "اطلاعات بیشتر"
13109
 
13110
- #: includes/admin/class-wc-admin-setup-wizard.php:773
13111
- msgid "Watch the WC 101 video walkthroughs"
13112
- msgstr ""
 
13113
 
13114
- #: includes/admin/class-wc-admin-setup-wizard.php:774
13115
- msgid "Get eCommerce advice in your inbox"
13116
- msgstr "دریافت مشاوره تجارت الکترونیک در اینباکس شما"
 
13117
 
13118
- #: includes/admin/class-wc-admin-setup-wizard.php:325
13119
- #: includes/admin/settings/class-wc-settings-general.php:189
13120
- msgid "Left with space"
13121
- msgstr "چپ (با فاصله)"
13122
 
13123
- #: includes/admin/class-wc-admin-setup-wizard.php:326
13124
- #: includes/admin/settings/class-wc-settings-general.php:190
13125
- msgid "Right with space"
13126
- msgstr "راست (با فاصله)"
13127
 
13128
- #: includes/admin/class-wc-admin-setup-wizard.php:331
13129
- #: includes/admin/settings/class-wc-settings-general.php:196
13130
- #: includes/admin/views/html-admin-page-status-report.php:496
13131
- msgid "Thousand Separator"
13132
- msgstr "جداکننده هزارگان"
13133
 
13134
- #: includes/admin/class-wc-admin-setup-wizard.php:337
13135
- #: includes/admin/settings/class-wc-settings-general.php:206
13136
- #: includes/admin/views/html-admin-page-status-report.php:501
13137
- msgid "Decimal Separator"
13138
- msgstr "جداکننده اعشاری"
13139
 
13140
- #: includes/admin/class-wc-admin-setup-wizard.php:343
13141
- #: includes/admin/settings/class-wc-settings-general.php:216
13142
- #: includes/admin/views/html-admin-page-status-report.php:506
13143
- msgid "Number of Decimals"
13144
- msgstr "تعداد اعشارها"
13145
 
13146
- #: includes/admin/class-wc-admin-setup-wizard.php:349
13147
- msgid "Which unit should be used for product weights?"
13148
- msgstr "کدام واحد باید برای وزن محصول استفاده شود؟"
 
 
 
 
 
 
 
 
 
 
 
 
13149
 
13150
- #: includes/admin/class-wc-admin-setup-wizard.php:352
13151
- #: includes/admin/settings/class-wc-settings-products.php:430
13152
- msgid "kg"
13153
- msgstr "کیلوگرم"
 
 
 
 
 
 
13154
 
13155
- #: includes/admin/class-wc-admin-setup-wizard.php:353
13156
- #: includes/admin/settings/class-wc-settings-products.php:431
13157
- msgid "g"
13158
- msgstr "گرم"
 
 
 
 
 
 
13159
 
13160
- #: includes/admin/class-wc-admin-setup-wizard.php:354
13161
- #: includes/admin/settings/class-wc-settings-products.php:432
13162
- msgid "lbs"
13163
- msgstr "پوند"
 
 
 
 
 
 
 
13164
 
13165
- #: includes/admin/class-wc-admin-setup-wizard.php:355
13166
- #: includes/admin/settings/class-wc-settings-products.php:433
13167
- msgid "oz"
13168
- msgstr "اونس"
 
 
 
 
 
 
13169
 
13170
- #: includes/admin/class-wc-admin-setup-wizard.php:360
13171
- msgid "Which unit should be used for product dimensions?"
13172
- msgstr "کدام واحد باید برای اندازه های محصول استفاده شود؟"
 
 
 
 
 
 
 
13173
 
13174
- #: includes/admin/class-wc-admin-setup-wizard.php:363
13175
- #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:200
13176
- #: includes/admin/settings/class-wc-settings-products.php:447
13177
- msgid "m"
13178
- msgstr "متر"
 
13179
 
13180
- #: includes/admin/class-wc-admin-setup-wizard.php:364
13181
- #: includes/admin/settings/class-wc-settings-products.php:448
13182
- msgid "cm"
13183
- msgstr "سانتیمتر"
 
 
13184
 
13185
- #: includes/admin/class-wc-admin-setup-wizard.php:365
13186
- #: includes/admin/settings/class-wc-settings-products.php:449
13187
- msgid "mm"
13188
- msgstr "میلی‌متر"
 
 
13189
 
13190
- #: includes/admin/class-wc-admin-setup-wizard.php:366
13191
- #: includes/admin/settings/class-wc-settings-products.php:450
13192
- msgid "in"
13193
- msgstr "اینچ"
13194
 
13195
- #: includes/admin/class-wc-admin-setup-wizard.php:367
13196
- #: includes/admin/settings/class-wc-settings-products.php:451
13197
- msgid "yd"
13198
- msgstr "یارد"
13199
 
13200
- #: includes/admin/class-wc-admin-setup-wizard.php:414
13201
- msgid "Shipping &amp; Tax Setup"
13202
- msgstr "راه اندازی مالیات و حمل و نقل"
 
13203
 
13204
- #: includes/admin/class-wc-admin-setup-wizard.php:419
13205
- msgid "Will you be shipping products?"
13206
- msgstr "آیا شما محصولات را ارسال می کنید؟"
 
13207
 
13208
- #: includes/admin/class-wc-admin-setup-wizard.php:422
13209
- msgid "Yes, I will be shipping physical goods to customers"
13210
- msgstr "بله ، میخواهم محصولاتم به صورت فیزیکی برای مشتریانم حمل شود"
 
13211
 
13212
- #: includes/admin/class-wc-admin-setup-wizard.php:426
13213
- msgid "Will you be charging sales tax?"
13214
- msgstr "آیا میخواهید مالیات بر ارزش افزوده ایجاد کنید؟"
 
 
 
 
 
 
 
 
13215
 
13216
- #: includes/admin/class-wc-admin-setup-wizard.php:429
13217
- msgid "Yes, I will be charging sales tax"
13218
- msgstr "بله ، میخواهم مالیت بر ارزش افزوده ایجاد کنم"
 
13219
 
13220
- #: includes/admin/class-wc-admin-setup-wizard.php:433
13221
- msgid "How will you enter product prices?"
13222
- msgstr "چگونه شما قیمت محصول را وارد می کنید؟"
13223
 
13224
- #: includes/abstracts/abstract-wc-settings-api.php:735
13225
- #: includes/admin/class-wc-admin-settings.php:605
13226
- #: includes/admin/meta-boxes/views/html-product-attribute.php:45
13227
- msgid "Select none"
13228
- msgstr "انتخاب هیچکدام"
13229
 
13230
- #: includes/admin/class-wc-admin-setup-wizard.php:59
13231
- msgid "Introduction"
13232
- msgstr "معرفی"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13233
 
13234
- #: includes/admin/class-wc-admin-setup-wizard.php:64
13235
- #: includes/admin/class-wc-admin-setup-wizard.php:220
13236
- msgid "Page Setup"
13237
- msgstr "راه اندازی برگه"
13238
 
13239
- #: includes/admin/class-wc-admin-setup-wizard.php:69
13240
- msgid "Store Locale"
13241
- msgstr "زبان فروشگاه"
 
 
 
13242
 
13243
- #: includes/admin/class-wc-admin-setup-wizard.php:74
13244
- msgid "Shipping &amp; Tax"
13245
- msgstr "مالیات و حمل و نقل"
 
13246
 
13247
- #: includes/admin/class-wc-admin-setup-wizard.php:79
13248
- #: includes/admin/class-wc-admin-setup-wizard.php:644
13249
- msgid "Payments"
13250
- msgstr "درگاه پرداخت"
13251
 
13252
- #: includes/admin/class-wc-admin-setup-wizard.php:84
13253
- msgid "Ready!"
13254
- msgstr "آماده!"
 
13255
 
13256
- #: includes/admin/class-wc-admin-setup-wizard.php:147
13257
- msgid "WooCommerce &rsaquo; Setup Wizard"
13258
- msgstr "راه اندازی سریع &rsaquo; ووکامرس"
 
13259
 
13260
- #: includes/admin/class-wc-admin-setup-wizard.php:163
13261
- msgid "Return to the WordPress Dashboard"
13262
- msgstr "برگشت به پیشخوان وردپرس"
13263
 
13264
- #: includes/admin/class-wc-admin-setup-wizard.php:205
13265
- msgid "Welcome to the world of WooCommerce!"
13266
- msgstr "به جهان ووکامرس خوش آمدید!"
 
 
 
13267
 
13268
- #: includes/admin/class-wc-admin-setup-wizard.php:206
13269
- msgid "Thank you for choosing WooCommerce to power your online store! This quick setup wizard will help you configure the basic settings. <strong>It’s completely optional and shouldn’t take longer than five minutes.</strong>"
13270
- msgstr "سپاسگذاریم از اینکه ووکامرس را برای فروشگاه آنلاین خود انتخاب کرده اید! این راه انداز سریع به شما برای پیکربندی اولیه کمک می کند. <strong>و بکارگیریش کاملا اختیاری است و بیش از پنج دقیقه طول نمی کشد.</strong>"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13271
 
13272
- #: includes/admin/class-wc-admin-setup-wizard.php:207
13273
- msgid "No time right now? If you don’t want to go through the wizard, you can skip and return to the WordPress dashboard. Come back anytime if you change your mind!"
13274
- msgstr "در حال حاضر فرصت ندارید؟ اگر شما میخواهید نصب کننده خودکار را ترک کنید ، میتوانید مراحل را رد کنید و به پیشخوان برگردید. هر گاه دوست داشتید میتوانید به اینجا برگردید."
 
 
 
13275
 
13276
- #: includes/admin/class-wc-admin-setup-wizard.php:209
13277
- msgid "Let's Go!"
13278
- msgstr "بزن بریم!"
 
 
 
13279
 
13280
- #: includes/admin/class-wc-admin-setup-wizard.php:210
13281
- msgid "Not right now"
13282
- msgstr "الان نه"
 
 
 
13283
 
13284
- #: includes/admin/class-wc-admin-setup-wizard.php:222
13285
- msgid "Your store needs a few essential %spages%s. The following will be created automatically (if they do not already exist):"
13286
- msgstr "فروشگاه شما نیاز به چند %sبرگه%s ضروری دارد. در صورتی که برگه ها از قبل وجود نداشته باشند، درست می شوند:"
 
 
 
13287
 
13288
- #: includes/admin/class-wc-admin-setup-wizard.php:226
13289
- msgid "Page Name"
13290
- msgstr "نام برگه"
 
 
 
13291
 
13292
- #: includes/admin/class-wc-admin-setup-wizard.php:233
13293
- msgid "The shop page will display your products."
13294
- msgstr "در صفحه فروشگاه، محصولات خود را نمایش دهید."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13295
 
13296
- #: includes/admin/class-wc-admin-setup-wizard.php:237
13297
- msgid "The cart page will be where the customers go to view their cart and begin checkout."
13298
- msgstr "برگه سبد خرید برای مشاهده سبد خرید محصولات مشتریان و ادامه خرید و شروع به پرداخت می باشد."
 
 
 
 
 
 
 
13299
 
13300
- #: includes/admin/class-wc-admin-setup-wizard.php:242
13301
- msgid "The checkout page will be where the customers go to pay for their items."
13302
- msgstr "در برگه تکمیل سفارش ، مشتریان میتوانند اقدام به پرداخت وجه محصولات سبد خرید کنند."
 
 
 
 
 
 
 
 
 
13303
 
13304
- #: includes/admin/class-wc-admin-setup-wizard.php:248
13305
- msgid "Registered customers will be able to manage their account details and view past orders on this page."
13306
- msgstr "مشتریان نام نویسی شده می توانند مدیریت مشخصات حساب کاربری و سفارشهای خود را در این برگه ببینند."
 
 
 
 
 
 
 
13307
 
13308
- #: includes/admin/class-wc-admin-setup-wizard.php:254
13309
- msgid "Once created, these pages can be managed from your admin dashboard on the %sPages screen%s. You can control which pages are shown on your website via %sAppearance > Menus%s."
13310
- msgstr ""
 
 
 
 
 
13311
 
13312
- #: includes/admin/class-wc-admin-setup-wizard.php:257
13313
- #: includes/admin/class-wc-admin-setup-wizard.php:373
13314
- #: includes/admin/class-wc-admin-setup-wizard.php:494
13315
- #: includes/admin/class-wc-admin-setup-wizard.php:687
13316
- msgid "Continue"
13317
- msgstr "ادامه"
13318
 
13319
- #: includes/admin/class-wc-admin-setup-wizard.php:258
13320
- #: includes/admin/class-wc-admin-setup-wizard.php:374
13321
- #: includes/admin/class-wc-admin-setup-wizard.php:495
13322
- #: includes/admin/class-wc-admin-setup-wizard.php:688
13323
- msgid "Skip this step"
13324
- msgstr "از این مرحله بگذر"
13325
 
13326
- #: includes/admin/class-wc-admin-setup-wizard.php:294
13327
- msgid "Store Locale Setup"
13328
- msgstr "راه اندازی فروشگاه محلی"
13329
 
13330
- #: includes/admin/class-wc-admin-setup-wizard.php:298
13331
- msgid "Where is your store based?"
13332
- msgstr "فروشگاه شما در کجا قرار دارد؟"
 
 
 
 
 
 
13333
 
13334
- #: includes/admin/class-wc-admin-setup-wizard.php:306
13335
- msgid "Which currency will your store use?"
13336
- msgstr "کدام واحد ارزی را در فروشگاه خود استفاده میکنید؟"
 
13337
 
13338
- #: includes/admin/class-wc-admin-setup-wizard.php:308
13339
- #: includes/admin/class-wc-admin-setup-wizard.php:309
13340
- msgid "Choose a currency&hellip;"
13341
- msgstr "گزینش واحد پولی&hellip;"
 
 
13342
 
13343
- #: includes/admin/class-wc-admin-setup-wizard.php:316
13344
- msgid "If your currency is not listed you can %sadd it later%s."
13345
- msgstr "اگر واحد پولی شما در لیست نیست می توانید %sadd it later%s کنید."
 
13346
 
13347
- #: includes/admin/class-wc-admin-setup-wizard.php:320
13348
- #: includes/admin/settings/class-wc-settings-general.php:179
13349
- #: includes/admin/views/html-admin-page-status-report.php:491
13350
- msgid "Currency Position"
13351
- msgstr "محل واحد مالی"
 
2
  # This file is distributed under the same license as the Persian Woocommerce package.
3
  msgid ""
4
  msgstr ""
 
 
 
 
 
 
5
  "Project-Id-Version: Persian Woocommerce\n"
6
+ "Report-Msgid-Bugs-To: https://github.com/woocommerce/woocommerce/issues\n"
7
+ "POT-Creation-Date: 2017-04-04 20:15+0430\n"
8
+ "PO-Revision-Date: 2017-04-06 18:21+0430\n"
9
  "Last-Translator: MahdiY <M@hdiY.IR>\n"
10
  "Language-Team: MahdiY <M@hdiY.IR>\n"
11
  "Language: fa_IR\n"
12
+ "MIME-Version: 1.0\n"
13
+ "Content-Type: text/plain; charset=UTF-8\n"
14
+ "Content-Transfer-Encoding: 8bit\n"
15
+ "Plural-Forms: nplurals=1; plural=0;\n"
16
+ "X-Generator: Poedit 2.0\n"
17
 
18
+ #: i18n/continents.php:19
19
+ msgid "Africa"
20
+ msgstr "آفریقا"
 
 
 
 
21
 
22
+ #: i18n/continents.php:82 i18n/countries.php:26
23
+ msgid "Antarctica"
24
+ msgstr "قطب جنوب"
25
 
26
+ #: i18n/continents.php:92
27
+ msgid "Asia"
28
+ msgstr "آسیا"
 
29
 
30
+ #: i18n/continents.php:150
31
+ msgid "Europe"
32
+ msgstr "اروپا"
 
33
 
34
+ #: i18n/continents.php:208
35
+ msgid "North America"
36
+ msgstr "آمریکای شمالی"
 
 
37
 
38
+ #: i18n/continents.php:255
39
+ msgid "Oceania"
40
+ msgstr "اقیانوسیه"
 
 
 
41
 
42
+ #: i18n/continents.php:286
43
+ msgid "South America"
44
+ msgstr "آمریکای جنوبی"
 
45
 
46
+ #: i18n/countries.php:18
47
+ msgid "Afghanistan"
48
+ msgstr "افغانستان"
 
 
 
49
 
50
+ #: i18n/countries.php:19
51
+ msgid "&#197;land Islands"
52
+ msgstr "ایسلند"
 
53
 
54
+ #: i18n/countries.php:20
55
+ msgid "Albania"
56
+ msgstr "آلبانى"
 
57
 
58
+ #: i18n/countries.php:21
59
+ msgid "Algeria"
60
+ msgstr "الجزيره"
 
61
 
62
+ #: i18n/countries.php:22
63
+ msgid "American Samoa"
64
+ msgstr "آمریکن ساموا"
 
65
 
66
+ #: i18n/countries.php:23
67
+ msgid "Andorra"
68
+ msgstr "آندورا"
 
69
 
70
+ #: i18n/countries.php:24
71
+ msgid "Angola"
72
+ msgstr "آنگولا"
 
73
 
74
+ #: i18n/countries.php:25
75
+ msgid "Anguilla"
76
+ msgstr "آنگویلا"
 
77
 
78
+ #: i18n/countries.php:27
79
+ msgid "Antigua and Barbuda"
80
+ msgstr "آنتیگوا و باربودا"
 
 
81
 
82
+ #: i18n/countries.php:28
83
+ msgid "Argentina"
84
+ msgstr "آرژانتين"
85
 
86
+ #: i18n/countries.php:29
87
+ msgid "Armenia"
88
+ msgstr "ارمنستان"
89
 
90
+ #: i18n/countries.php:30
91
+ msgid "Aruba"
92
+ msgstr "آروبا"
93
 
94
+ #: i18n/countries.php:31
95
+ msgid "Australia"
96
+ msgstr "استرالیا"
97
 
98
+ #: i18n/countries.php:32
99
+ msgid "Austria"
100
+ msgstr "اتریش"
101
 
102
+ #: i18n/countries.php:33
103
+ msgid "Azerbaijan"
104
+ msgstr "آذربایجان"
105
 
106
+ #: i18n/countries.php:34
107
+ msgid "Bahamas"
108
+ msgstr "باهاما"
109
 
110
+ #: i18n/countries.php:35
111
+ msgid "Bahrain"
112
+ msgstr "بحرين"
113
 
114
+ #: i18n/countries.php:36
115
+ msgid "Bangladesh"
116
+ msgstr "بنگلادش"
117
 
118
+ #: i18n/countries.php:37
119
+ msgid "Barbados"
120
+ msgstr "باربادوس"
121
 
122
+ #: i18n/countries.php:38
123
+ msgid "Belarus"
124
+ msgstr "بلاروس"
125
 
126
+ #: i18n/countries.php:39
127
+ msgid "Belgium"
128
+ msgstr "بلژيك"
 
 
 
 
 
 
 
 
 
 
 
129
 
130
+ #: i18n/countries.php:40
131
+ msgid "Belau"
132
+ msgstr "پالائو"
133
 
134
+ #: i18n/countries.php:41
135
+ msgid "Belize"
136
+ msgstr "بلیز"
137
 
138
+ #: i18n/countries.php:42
139
+ msgid "Benin"
140
+ msgstr "بنین"
141
 
142
+ #: i18n/countries.php:43
143
+ msgid "Bermuda"
144
+ msgstr "برمودا"
145
 
146
+ #: i18n/countries.php:44
147
+ msgid "Bhutan"
148
+ msgstr "بوتان"
149
 
150
+ #: i18n/countries.php:45
151
+ msgid "Bolivia"
152
+ msgstr "بوليوي"
153
 
154
+ #: i18n/countries.php:46
155
+ msgid "Bonaire, Saint Eustatius and Saba"
156
+ msgstr "بونیر ، سینت یوستیشس و سابا"
157
 
158
+ #: i18n/countries.php:47
159
+ msgid "Bosnia and Herzegovina"
160
+ msgstr "بوسني و هرزگوين"
161
 
162
+ #: i18n/countries.php:48
163
+ msgid "Botswana"
164
+ msgstr "بوتسوانا"
165
 
166
+ #: i18n/countries.php:49
167
+ msgid "Bouvet Island"
168
+ msgstr "جزیره بووه"
169
 
170
+ #: i18n/countries.php:50
171
+ msgid "Brazil"
172
+ msgstr "برزيل"
 
 
 
 
173
 
174
+ #: i18n/countries.php:51
175
+ msgid "British Indian Ocean Territory"
176
+ msgstr "محدوده اقیانوس هند تحت سیطره بریتانیا"
 
177
 
178
+ #: i18n/countries.php:52
179
+ msgid "British Virgin Islands"
180
+ msgstr "جزایر بریتیش ویرجین"
 
 
 
181
 
182
+ #: i18n/countries.php:53
183
+ msgid "Brunei"
184
+ msgstr "برونئی"
185
 
186
+ #: i18n/countries.php:54
187
+ msgid "Bulgaria"
188
+ msgstr "بلغارستان"
 
189
 
190
+ #: i18n/countries.php:55
191
+ msgid "Burkina Faso"
192
+ msgstr "بورکینافاسو"
193
 
194
+ #: i18n/countries.php:56
195
+ msgid "Burundi"
196
+ msgstr "بوروندی"
 
 
 
197
 
198
+ #: i18n/countries.php:57
199
+ msgid "Cambodia"
200
+ msgstr "کامبوج"
201
 
202
+ #: i18n/countries.php:58
203
+ msgid "Cameroon"
204
+ msgstr "كامرون"
205
 
206
+ #: i18n/countries.php:59
207
+ msgid "Canada"
208
+ msgstr "كانادا"
 
 
 
209
 
210
+ #: i18n/countries.php:60
211
+ msgid "Cape Verde"
212
+ msgstr "کیپ ورد"
213
 
214
+ #: i18n/countries.php:61
215
+ msgid "Cayman Islands"
216
+ msgstr "جزابر کیمن"
 
 
 
 
 
217
 
218
+ #: i18n/countries.php:62
219
+ msgid "Central African Republic"
220
+ msgstr "جمهوری آفریقای مرکزی"
221
 
222
+ #: i18n/countries.php:63
223
+ msgid "Chad"
224
+ msgstr "چاد"
225
 
226
+ #: i18n/countries.php:64
227
+ msgid "Chile"
228
+ msgstr "شيلي"
229
 
230
+ #: i18n/countries.php:65
231
+ msgid "China"
232
+ msgstr "چين"
233
 
234
+ #: i18n/countries.php:66
235
+ msgid "Christmas Island"
236
+ msgstr "جزیره کریسمس"
237
 
238
+ #: i18n/countries.php:67
239
+ msgid "Cocos (Keeling) Islands"
240
+ msgstr "جزایر کوکوس"
241
 
242
+ #: i18n/countries.php:68
243
+ msgid "Colombia"
244
+ msgstr "كلمبيا"
245
 
246
+ #: i18n/countries.php:69
247
+ msgid "Comoros"
248
+ msgstr "کومور"
 
249
 
250
+ #: i18n/countries.php:70
251
+ msgid "Congo (Brazzaville)"
252
+ msgstr "کنگو (برازاویل)"
253
 
254
+ #: i18n/countries.php:71
255
+ msgid "Congo (Kinshasa)"
256
+ msgstr "کنگو (کینشازا)"
257
 
258
+ #: i18n/countries.php:72
259
+ msgid "Cook Islands"
260
+ msgstr "جزایر کوک"
 
261
 
262
+ #: i18n/countries.php:73
263
+ msgid "Costa Rica"
264
+ msgstr "كاستا ريكا"
265
 
266
+ #: i18n/countries.php:74
267
+ msgid "Croatia"
268
+ msgstr "كرواسي"
269
 
270
+ #: i18n/countries.php:75
271
+ msgid "Cuba"
272
+ msgstr "كوبا"
273
 
274
+ #: i18n/countries.php:76
275
+ msgid "Cura&ccedil;ao"
276
+ msgstr "کورا و سدیل؛ آئو"
277
 
278
+ #: i18n/countries.php:77
279
+ msgid "Cyprus"
280
+ msgstr "قبرس"
281
 
282
+ #: i18n/countries.php:78
283
+ msgid "Czech Republic"
284
+ msgstr "جمهوري چك"
 
285
 
286
+ #: i18n/countries.php:79
287
+ msgid "Denmark"
288
+ msgstr "دانمارك"
 
289
 
290
+ #: i18n/countries.php:80
291
+ msgid "Djibouti"
292
+ msgstr "جیبوتی"
293
 
294
+ #: i18n/countries.php:81
295
+ msgid "Dominica"
296
+ msgstr "دومنيكا"
297
 
298
+ #: i18n/countries.php:82
299
+ msgid "Dominican Republic"
300
+ msgstr "جمهوري دومنيكا"
301
 
302
+ #: i18n/countries.php:83
303
+ msgid "Ecuador"
304
+ msgstr "اكوادر"
305
 
306
+ #: i18n/countries.php:84
307
+ msgid "Egypt"
308
+ msgstr "مصر"
309
 
310
+ #: i18n/countries.php:85
311
+ msgid "El Salvador"
312
+ msgstr "الساوادر"
313
 
314
+ #: i18n/countries.php:86
315
+ msgid "Equatorial Guinea"
316
+ msgstr "گینه استوایی"
317
 
318
+ #: i18n/countries.php:87
319
+ msgid "Eritrea"
320
+ msgstr "اریتره"
321
 
322
+ #: i18n/countries.php:88
323
+ msgid "Estonia"
324
+ msgstr "استوني"
325
 
326
+ #: i18n/countries.php:89
327
+ msgid "Ethiopia"
328
+ msgstr "اتيوپي"
329
 
330
+ #: i18n/countries.php:90
331
+ msgid "Falkland Islands"
332
+ msgstr "جزایر فالکلند"
333
 
334
+ #: i18n/countries.php:91
335
+ msgid "Faroe Islands"
336
+ msgstr "جزایر فارو"
 
 
337
 
338
+ #: i18n/countries.php:92
339
+ msgid "Fiji"
340
+ msgstr "فیجی"
341
 
342
+ #: i18n/countries.php:93
343
+ msgid "Finland"
344
+ msgstr "فنلاند"
345
 
346
+ #: i18n/countries.php:94
347
+ msgid "France"
348
+ msgstr "فرانسه"
 
 
349
 
350
+ #: i18n/countries.php:95
351
+ msgid "French Guiana"
352
+ msgstr "گویان فرانسه"
353
 
354
+ #: i18n/countries.php:96
355
+ msgid "French Polynesia"
356
+ msgstr "پلی نزی فرانسه"
357
 
358
+ #: i18n/countries.php:97
359
+ msgid "French Southern Territories"
360
+ msgstr "محدوده جنوبی تحت سیطره فرانسه"
 
 
361
 
362
+ #: i18n/countries.php:98
363
+ msgid "Gabon"
364
+ msgstr "گابون"
365
 
366
+ #: i18n/countries.php:99
367
+ msgid "Gambia"
368
+ msgstr "گامبيا"
369
 
370
+ #: i18n/countries.php:100
371
+ msgid "Georgia"
372
+ msgstr "گرجستان"
 
 
373
 
374
+ #: i18n/countries.php:101
375
+ msgid "Germany"
376
+ msgstr "آلمان"
377
 
378
+ #: i18n/countries.php:102
379
+ msgid "Ghana"
380
+ msgstr "غنا"
381
 
382
+ #: i18n/countries.php:103
383
+ msgid "Gibraltar"
384
+ msgstr "جبل الطارق"
 
 
385
 
386
+ #: i18n/countries.php:104
387
+ msgid "Greece"
388
+ msgstr "يونان"
389
 
390
+ #: i18n/countries.php:105
391
+ msgid "Greenland"
392
+ msgstr "گرینلند"
393
 
394
+ #: i18n/countries.php:106
395
+ msgid "Grenada"
396
+ msgstr "گرانادا"
 
 
397
 
398
+ #: i18n/countries.php:107
399
+ msgid "Guadeloupe"
400
+ msgstr "گوادولوپ"
401
 
402
+ #: i18n/countries.php:108
403
+ msgid "Guam"
404
+ msgstr "گوام"
405
 
406
+ #: i18n/countries.php:109
407
+ msgid "Guatemala"
408
+ msgstr "گواتمالا"
 
409
 
410
+ #: i18n/countries.php:110
411
+ msgid "Guernsey"
412
+ msgstr "گرنزی"
413
 
414
+ #: i18n/countries.php:111
415
+ msgid "Guinea"
416
+ msgstr "گينه"
417
 
418
+ #: i18n/countries.php:112
419
+ msgid "Guinea-Bissau"
420
+ msgstr "گينه بي سائو"
421
 
422
+ #: i18n/countries.php:113
423
+ msgid "Guyana"
424
+ msgstr "گویان"
425
 
426
+ #: i18n/countries.php:114
427
+ msgid "Haiti"
428
+ msgstr "هائيتي"
429
 
430
+ #: i18n/countries.php:115
431
+ msgid "Heard Island and McDonald Islands"
432
+ msgstr "جزیره هرد و جزایر مک‌دونالد"
433
 
434
+ #: i18n/countries.php:116
435
+ msgid "Honduras"
436
+ msgstr "هندوراس"
 
 
 
 
437
 
438
+ #: i18n/countries.php:117
439
+ msgid "Hong Kong"
440
+ msgstr "هنگ كنگ"
441
 
442
+ #: i18n/countries.php:118
443
+ msgid "Hungary"
444
+ msgstr "مجارستان"
445
 
446
+ #: i18n/countries.php:119
447
+ msgid "Iceland"
448
+ msgstr "ایسلند"
449
 
450
+ #: i18n/countries.php:120
451
+ msgid "India"
452
+ msgstr "هند"
453
 
454
+ #: i18n/countries.php:121
455
+ msgid "Indonesia"
456
+ msgstr "اندونزي"
457
 
458
+ #: i18n/countries.php:122
459
+ msgid "Iran"
460
+ msgstr "ایران"
461
 
462
+ #: i18n/countries.php:123
463
+ msgid "Iraq"
464
+ msgstr "عراق"
465
 
466
+ #: i18n/countries.php:124
467
+ #| msgid "Iceland"
468
+ msgid "Ireland"
469
+ msgstr "Ireland"
470
 
471
+ #: i18n/countries.php:125
472
+ msgid "Isle of Man"
473
+ msgstr "جزیره انسان"
474
 
475
+ #: i18n/countries.php:126
476
+ msgid "Israel"
477
+ msgstr "رژيم صهيونيستي"
478
 
479
+ #: i18n/countries.php:127
480
+ msgid "Italy"
481
+ msgstr "ايتاليا"
482
 
483
+ #: i18n/countries.php:128
484
+ msgid "Ivory Coast"
485
+ msgstr "ساحل عاج"
486
 
487
+ #: i18n/countries.php:129
488
+ msgid "Jamaica"
489
+ msgstr "جامائيكا"
 
490
 
491
+ #: i18n/countries.php:130
492
+ msgid "Japan"
493
+ msgstr "ژاپن"
494
 
495
+ #: i18n/countries.php:131
496
+ msgid "Jersey"
497
+ msgstr "جرسي"
498
 
499
+ #: i18n/countries.php:132
500
+ msgid "Jordan"
501
+ msgstr "اردن"
 
502
 
503
+ #: i18n/countries.php:133
504
+ msgid "Kazakhstan"
505
+ msgstr "قزاقستان"
506
 
507
+ #: i18n/countries.php:134
508
+ msgid "Kenya"
509
+ msgstr "كنيا"
510
 
511
+ #: i18n/countries.php:135
512
+ msgid "Kiribati"
513
+ msgstr "كيريبيتي"
514
 
515
+ #: i18n/countries.php:136
516
+ msgid "Kuwait"
517
+ msgstr "كويت"
518
 
519
+ #: i18n/countries.php:137
520
+ msgid "Kyrgyzstan"
521
+ msgstr "قرقیزستان"
522
 
523
+ #: i18n/countries.php:138
524
+ msgid "Laos"
525
+ msgstr "لائوس"
526
 
527
+ #: i18n/countries.php:139
528
+ msgid "Latvia"
529
+ msgstr "لتونی"
530
 
531
+ #: i18n/countries.php:140
532
+ msgid "Lebanon"
533
+ msgstr "لبنان"
534
 
535
+ #: i18n/countries.php:141
536
+ msgid "Lesotho"
537
+ msgstr "لسوتو"
538
 
539
+ #: i18n/countries.php:142
540
+ msgid "Liberia"
541
+ msgstr "لیبریا"
542
 
543
+ #: i18n/countries.php:143
544
+ msgid "Libya"
545
+ msgstr "ليبي"
546
 
547
+ #: i18n/countries.php:144
548
+ msgid "Liechtenstein"
549
+ msgstr "لیختن اشتاین"
550
 
551
+ #: i18n/countries.php:145
552
+ msgid "Lithuania"
553
+ msgstr "ليتواني"
554
 
555
+ #: i18n/countries.php:146
556
+ msgid "Luxembourg"
557
+ msgstr "لوكسامبورگ"
558
 
559
+ #: i18n/countries.php:147
560
+ msgid "Macao S.A.R., China"
561
+ msgstr "ماکائو"
562
 
563
+ #: i18n/countries.php:148
564
+ msgid "Macedonia"
565
+ msgstr "مقدونيه"
566
 
567
+ #: i18n/countries.php:149
568
+ msgid "Madagascar"
569
+ msgstr "ماداگاسكار"
570
 
571
+ #: i18n/countries.php:150
572
+ msgid "Malawi"
573
+ msgstr "مالاوی"
574
 
575
+ #: i18n/countries.php:151
576
+ msgid "Malaysia"
577
+ msgstr "مالزي"
578
 
579
+ #: i18n/countries.php:152
580
+ msgid "Maldives"
581
+ msgstr "مالديو"
582
 
583
+ #: i18n/countries.php:153
584
+ msgid "Mali"
585
+ msgstr "مالي"
586
 
587
+ #: i18n/countries.php:154
588
+ msgid "Malta"
589
+ msgstr "مالتا"
590
 
591
+ #: i18n/countries.php:155
592
+ msgid "Marshall Islands"
593
+ msgstr "جزایر مارشال"
594
 
595
+ #: i18n/countries.php:156
596
+ msgid "Martinique"
597
+ msgstr "مارتینیک"
598
 
599
+ #: i18n/countries.php:157
600
+ msgid "Mauritania"
601
+ msgstr "موریتانی"
602
 
603
+ #: i18n/countries.php:158
604
+ msgid "Mauritius"
605
+ msgstr "موریس"
606
 
607
+ #: i18n/countries.php:159
608
+ msgid "Mayotte"
609
+ msgstr "مایوت"
610
 
611
+ #: i18n/countries.php:160
612
+ msgid "Mexico"
613
+ msgstr "مكزيك"
614
 
615
+ #: i18n/countries.php:161
616
+ msgid "Micronesia"
617
+ msgstr "میکرونزی"
618
 
619
+ #: i18n/countries.php:162
620
+ msgid "Moldova"
621
+ msgstr "مالديو"
622
 
623
+ #: i18n/countries.php:163
624
+ msgid "Monaco"
625
+ msgstr "موناکو"
626
 
627
+ #: i18n/countries.php:164
628
+ msgid "Mongolia"
629
+ msgstr "مغولستان"
630
 
631
+ #: i18n/countries.php:165
632
+ msgid "Montenegro"
633
+ msgstr "مونته نگرو"
 
634
 
635
+ #: i18n/countries.php:166
636
+ msgid "Montserrat"
637
+ msgstr "مونتسرات"
638
 
639
+ #: i18n/countries.php:167
640
+ msgid "Morocco"
641
+ msgstr "مراكش"
642
 
643
+ #: i18n/countries.php:168
644
+ msgid "Mozambique"
645
+ msgstr "موزامبيك"
646
 
647
+ #: i18n/countries.php:169
648
+ msgid "Myanmar"
649
+ msgstr "ميانمار"
650
 
651
+ #: i18n/countries.php:170
652
+ msgid "Namibia"
653
+ msgstr "نامیبیا"
654
 
655
+ #: i18n/countries.php:171
656
+ msgid "Nauru"
657
+ msgstr "نائورو"
658
 
659
+ #: i18n/countries.php:172
660
+ msgid "Nepal"
661
+ msgstr "نپال"
662
 
663
+ #: i18n/countries.php:173
664
+ msgid "Netherlands"
665
+ msgstr "هلند"
666
 
667
+ #: i18n/countries.php:174
668
+ msgid "New Caledonia"
669
+ msgstr "کالدونیای جدید"
670
 
671
+ #: i18n/countries.php:175
672
+ msgid "New Zealand"
673
+ msgstr "نيوزلند"
674
 
675
+ #: i18n/countries.php:176
676
+ msgid "Nicaragua"
677
+ msgstr "نیکاراگوئه"
678
 
679
+ #: i18n/countries.php:177 i18n/states/NG.php:40
680
+ msgid "Niger"
681
+ msgstr "نیجر"
 
682
 
683
+ #: i18n/countries.php:178
684
+ msgid "Nigeria"
685
+ msgstr "نيجريه"
686
 
687
+ #: i18n/countries.php:179
688
+ msgid "Niue"
689
+ msgstr "نیوئه"
690
 
691
+ #: i18n/countries.php:180
692
+ msgid "Norfolk Island"
693
+ msgstr "جزیره نورفولک"
 
694
 
695
+ #: i18n/countries.php:181
696
+ msgid "Northern Mariana Islands"
697
+ msgstr "جزایر ماریانای شمالی"
698
 
699
+ #: i18n/countries.php:182
700
+ msgid "North Korea"
701
+ msgstr "كره ي شمالي"
 
 
 
 
 
 
702
 
703
+ #: i18n/countries.php:183
704
+ msgid "Norway"
705
+ msgstr "نروژ"
706
 
707
+ #: i18n/countries.php:184
708
+ msgid "Oman"
709
+ msgstr "عمان"
710
 
711
+ #: i18n/countries.php:185
712
+ msgid "Pakistan"
713
+ msgstr "پاكستان"
714
 
715
+ #: i18n/countries.php:186
716
+ msgid "Palestinian Territory"
717
+ msgstr "سرزمینهای فلسطین"
718
 
719
+ #: i18n/countries.php:187
720
+ msgid "Panama"
721
+ msgstr "پاناما"
722
 
723
+ #: i18n/countries.php:188
724
+ msgid "Papua New Guinea"
725
+ msgstr "پاپوا گينه ي نو"
726
 
727
+ #: i18n/countries.php:189
728
+ msgid "Paraguay"
729
+ msgstr "پاراگوئه"
730
 
731
+ #: i18n/countries.php:190
732
+ msgid "Peru"
733
+ msgstr "پرو"
734
 
735
+ #: i18n/countries.php:191
736
+ msgid "Philippines"
737
+ msgstr "فيليپين"
738
 
739
+ #: i18n/countries.php:192
740
+ msgid "Pitcairn"
741
+ msgstr "پیتکارین"
742
 
743
+ #: i18n/countries.php:193
744
+ msgid "Poland"
745
+ msgstr "لهستان"
746
 
747
+ #: i18n/countries.php:194
748
+ msgid "Portugal"
749
+ msgstr "پرتغال"
 
750
 
751
+ #: i18n/countries.php:195
752
+ msgid "Puerto Rico"
753
+ msgstr "پورتوریکو"
754
 
755
+ #: i18n/countries.php:196
756
+ msgid "Qatar"
757
+ msgstr "قطر"
758
 
759
+ #: i18n/countries.php:197
760
+ msgid "Reunion"
761
+ msgstr "رئونیون"
 
762
 
763
+ #: i18n/countries.php:198
764
+ msgid "Romania"
765
+ msgstr "روماني"
766
 
767
+ #: i18n/countries.php:199
768
+ msgid "Russia"
769
+ msgstr "روسيه"
770
 
771
+ #: i18n/countries.php:200
772
+ msgid "Rwanda"
773
+ msgstr "رواندا"
774
 
775
+ #: i18n/countries.php:201
776
+ msgid "Saint Barth&eacute;lemy"
777
+ msgstr "سنت بارثلمی"
 
778
 
779
+ #: i18n/countries.php:202
780
+ msgid "Saint Helena"
781
+ msgstr "سنت هلن"
782
 
783
+ #: i18n/countries.php:203
784
+ msgid "Saint Kitts and Nevis"
785
+ msgstr "سنت کیتس و نویس"
786
 
787
+ #: i18n/countries.php:204
788
+ msgid "Saint Lucia"
789
+ msgstr "سنت لوسیا"
 
790
 
791
+ #: i18n/countries.php:205
792
+ msgid "Saint Martin (French part)"
793
+ msgstr "سنت مارتین (بخش فرانسه)"
794
 
795
+ #: i18n/countries.php:206
796
+ msgid "Saint Martin (Dutch part)"
797
+ msgstr "سنت مارتین (بخش هلند)"
798
 
799
+ #: i18n/countries.php:207
800
+ msgid "Saint Pierre and Miquelon"
801
+ msgstr "سنت پیر و میکلون"
802
 
803
+ #: i18n/countries.php:208
804
+ msgid "Saint Vincent and the Grenadines"
805
+ msgstr "سنت وینسنت و گرنادین"
806
 
807
+ #: i18n/countries.php:209
808
+ msgid "San Marino"
809
+ msgstr "سن مارینو"
810
 
811
+ #: i18n/countries.php:210
812
+ msgid "S&atilde;o Tom&eacute; and Pr&iacute;ncipe"
813
+ msgstr "سائوتومه و پرینسیپ"
814
 
815
+ #: i18n/countries.php:211
816
+ msgid "Saudi Arabia"
817
+ msgstr "عربستان سعودی"
818
 
819
+ #: i18n/countries.php:212
820
+ msgid "Senegal"
821
+ msgstr "سنگال"
822
 
823
+ #: i18n/countries.php:213
824
+ msgid "Serbia"
825
+ msgstr "صربستان"
826
 
827
+ #: i18n/countries.php:214
828
+ msgid "Seychelles"
829
+ msgstr "سیشل"
830
 
831
+ #: i18n/countries.php:215
832
+ msgid "Sierra Leone"
833
+ msgstr "سیرالئون"
 
834
 
835
+ #: i18n/countries.php:216
836
+ msgid "Singapore"
837
+ msgstr "سنگاپور"
838
 
839
+ #: i18n/countries.php:217
840
+ msgid "Slovakia"
841
+ msgstr "اسلواکی"
842
 
843
+ #: i18n/countries.php:218
844
+ msgid "Slovenia"
845
+ msgstr "اسلونی"
846
 
847
+ #: i18n/countries.php:219
848
+ msgid "Solomon Islands"
849
+ msgstr "جزاير سليمان"
850
 
851
+ #: i18n/countries.php:220
852
+ msgid "Somalia"
853
+ msgstr "سومالی"
854
 
855
+ #: i18n/countries.php:221
856
+ msgid "South Africa"
857
+ msgstr "آفريقای جنوبي"
858
 
859
+ #: i18n/countries.php:222
860
+ msgid "South Georgia/Sandwich Islands"
861
+ msgstr "گرجستان جنوبی / جزایر ساندویچ"
 
862
 
863
+ #: i18n/countries.php:223
864
+ msgid "South Korea"
865
+ msgstr "كره ی جنوبي"
866
 
867
+ #: i18n/countries.php:224
868
+ msgid "South Sudan"
869
+ msgstr "سودان جنوبی"
870
 
871
+ #: i18n/countries.php:225
872
+ msgid "Spain"
873
+ msgstr "اسپانيا"
 
 
874
 
875
+ #: i18n/countries.php:226
876
+ msgid "Sri Lanka"
877
+ msgstr "سريلانكا"
878
 
879
+ #: i18n/countries.php:227
880
+ msgid "Sudan"
881
+ msgstr "سودان"
882
 
883
+ #: i18n/countries.php:228
884
+ msgid "Suriname"
885
+ msgstr "سورینام"
886
 
887
+ #: i18n/countries.php:229
888
+ msgid "Svalbard and Jan Mayen"
889
+ msgstr "اسوالبارد و جان ماین"
890
 
891
+ #: i18n/countries.php:230
892
+ msgid "Swaziland"
893
+ msgstr "سوازیلند"
894
 
895
+ #: i18n/countries.php:231
896
+ msgid "Sweden"
897
+ msgstr "سوئد"
 
898
 
899
+ #: i18n/countries.php:232
900
+ msgid "Switzerland"
901
+ msgstr "سوييس"
902
 
903
+ #: i18n/countries.php:233
904
+ msgid "Syria"
905
+ msgstr "سوريه"
906
 
907
+ #: i18n/countries.php:234
908
+ msgid "Taiwan"
909
+ msgstr "تايوان"
 
910
 
911
+ #: i18n/countries.php:235
912
+ msgid "Tajikistan"
913
+ msgstr "تاجيكستان"
914
 
915
+ #: i18n/countries.php:236
916
+ msgid "Tanzania"
917
+ msgstr "تانزانيا"
918
 
919
+ #: i18n/countries.php:237
920
+ msgid "Thailand"
921
+ msgstr "تايلند"
 
922
 
923
+ #: i18n/countries.php:238
924
+ msgid "Timor-Leste"
925
+ msgstr "تیمور"
926
 
927
+ #: i18n/countries.php:239
928
+ msgid "Togo"
929
+ msgstr "توگو"
930
 
931
+ #: i18n/countries.php:240
932
+ msgid "Tokelau"
933
+ msgstr "توکلائو"
934
 
935
+ #: i18n/countries.php:241
936
+ msgid "Tonga"
937
+ msgstr "تونگا"
938
 
939
+ #: i18n/countries.php:242
940
+ msgid "Trinidad and Tobago"
941
+ msgstr "ترینیداد و توباگو"
942
 
943
+ #: i18n/countries.php:243
944
+ msgid "Tunisia"
945
+ msgstr "تونس"
946
 
947
+ #: i18n/countries.php:244
948
+ msgid "Turkey"
949
+ msgstr "تركيه"
950
 
951
+ #: i18n/countries.php:245
952
+ msgid "Turkmenistan"
953
+ msgstr "تركمنستان"
954
 
955
+ #: i18n/countries.php:246
956
+ msgid "Turks and Caicos Islands"
957
+ msgstr "جزایر تورکس و کایکوس"
958
 
959
+ #: i18n/countries.php:247
960
+ msgid "Tuvalu"
961
+ msgstr "تووالو"
962
 
963
+ #: i18n/countries.php:248
964
+ msgid "Uganda"
965
+ msgstr "اوگاندا"
966
 
967
+ #: i18n/countries.php:249
968
+ msgid "Ukraine"
969
+ msgstr "اوكراين"
970
 
971
+ #: i18n/countries.php:250
972
+ msgid "United Arab Emirates"
973
+ msgstr "امارات متحده ي عربي"
974
 
975
+ #: i18n/countries.php:251
976
+ msgid "United Kingdom (UK)"
977
+ msgstr "انگلستان"
978
 
979
+ #: i18n/countries.php:252
980
+ msgid "United States (US)"
981
+ msgstr "آمريكا"
982
 
983
+ #: i18n/countries.php:253
984
+ msgid "United States (US) Minor Outlying Islands"
985
+ msgstr "United States (US) Minor Outlying Islands"
986
 
987
+ #: i18n/countries.php:254
988
+ msgid "United States (US) Virgin Islands"
989
+ msgstr "United States (US) Virgin Islands"
990
 
991
+ #: i18n/countries.php:255
992
+ msgid "Uruguay"
993
+ msgstr "اوروگوئه"
994
 
995
+ #: i18n/countries.php:256
996
+ msgid "Uzbekistan"
997
+ msgstr "ازبكستان"
998
 
999
+ #: i18n/countries.php:257
1000
+ msgid "Vanuatu"
1001
+ msgstr "وانواتو"
 
 
1002
 
1003
+ #: i18n/countries.php:258
1004
+ msgid "Vatican"
1005
+ msgstr "واتيكان"
1006
 
1007
+ #: i18n/countries.php:259
1008
+ msgid "Venezuela"
1009
+ msgstr "ونزوئلا"
1010
 
1011
+ #: i18n/countries.php:260
1012
+ msgid "Vietnam"
1013
+ msgstr "ويتنام"
1014
 
1015
+ #: i18n/countries.php:261
1016
+ msgid "Wallis and Futuna"
1017
+ msgstr "والیس و فوتونا"
1018
 
1019
+ #: i18n/countries.php:262
1020
+ msgid "Western Sahara"
1021
+ msgstr "صحرای غربی"
1022
 
1023
+ #: i18n/countries.php:263
1024
+ msgid "Samoa"
1025
+ msgstr "ساموا"
1026
 
1027
+ #: i18n/countries.php:264
1028
+ msgid "Yemen"
1029
+ msgstr "يمن"
1030
 
1031
+ #: i18n/countries.php:265
1032
+ msgid "Zambia"
1033
+ msgstr "زامبیا"
1034
 
1035
+ #: i18n/countries.php:266
1036
+ msgid "Zimbabwe"
1037
+ msgstr "زیمباوه"
 
1038
 
1039
+ #: i18n/locale-info.php:371
1040
+ msgid "Consumption tax"
1041
+ msgstr "مالیات بر مصرف"
 
1042
 
1043
+ #: i18n/states/AR.php:13
1044
+ msgid "Ciudad Aut&oacute;noma de Buenos Aires"
1045
+ msgstr "Ciudad Aut&oacute;noma de Buenos Aires"
1046
 
1047
+ #: i18n/states/AR.php:14
1048
+ msgid "Buenos Aires"
1049
+ msgstr "بوینس آیرس"
1050
 
1051
+ #: i18n/states/AR.php:15
1052
+ msgid "Catamarca"
1053
+ msgstr "کاتامارکا"
 
1054
 
1055
+ #: i18n/states/AR.php:16
1056
+ msgid "Chaco"
1057
+ msgstr "چاکو"
1058
 
1059
+ #: i18n/states/AR.php:17
1060
+ msgid "Chubut"
1061
+ msgstr "چابوت"
1062
 
1063
+ #: i18n/states/AR.php:18 i18n/states/ES.php:30
1064
+ msgid "C&oacute;rdoba"
1065
+ msgstr "C&oacute;rdoba"
1066
 
1067
+ #: i18n/states/AR.php:19
1068
+ msgid "Corrientes"
1069
+ msgstr "کورینتس"
1070
 
1071
+ #: i18n/states/AR.php:20
1072
+ msgid "Entre R&iacute;os"
1073
+ msgstr "Entre R&iacute;os"
1074
 
1075
+ #: i18n/states/AR.php:21
1076
+ msgid "Formosa"
1077
+ msgstr "فورموسا"
1078
 
1079
+ #: i18n/states/AR.php:22
1080
+ msgid "Jujuy"
1081
+ msgstr "جوجوی"
1082
 
1083
+ #: i18n/states/AR.php:23
1084
+ msgid "La Pampa"
1085
+ msgstr "لاپامپا"
1086
 
1087
+ #: i18n/states/AR.php:24 i18n/states/ES.php:39
1088
+ msgid "La Rioja"
1089
+ msgstr "لاریوجا"
1090
 
1091
+ #: i18n/states/AR.php:25
1092
+ msgid "Mendoza"
1093
+ msgstr "مندوزا"
1094
 
1095
+ #: i18n/states/AR.php:26
1096
+ msgid "Misiones"
1097
+ msgstr "Misiones"
1098
 
1099
+ #: i18n/states/AR.php:27
1100
+ msgid "Neuqu&eacute;n"
1101
+ msgstr "Neuqu&eacute;n"
1102
 
1103
+ #: i18n/states/AR.php:28
1104
+ msgid "R&iacute;o Negro"
1105
+ msgstr "R&iacute;o Negro"
1106
 
1107
+ #: i18n/states/AR.php:29
1108
+ msgid "Salta"
1109
+ msgstr "سالتا"
1110
 
1111
+ #: i18n/states/AR.php:30
1112
+ msgid "San Juan"
1113
+ msgstr "سن جان"
1114
 
1115
+ #: i18n/states/AR.php:31
1116
+ msgid "San Luis"
1117
+ msgstr "سن لوییس"
1118
 
1119
+ #: i18n/states/AR.php:32
1120
+ msgid "Santa Cruz"
1121
+ msgstr "سانتا کروز"
1122
 
1123
+ #: i18n/states/AR.php:33
1124
+ msgid "Santa Fe"
1125
+ msgstr "سانتافه"
1126
 
1127
+ #: i18n/states/AR.php:34
1128
+ msgid "Santiago del Estero"
1129
+ msgstr "سانتیاگو دل استرو"
1130
 
1131
+ #: i18n/states/AR.php:35
1132
+ msgid "Tierra del Fuego"
1133
+ msgstr "تیرا دل فیوگو"
1134
 
1135
+ #: i18n/states/AR.php:36
1136
+ msgid "Tucum&aacute;n"
1137
+ msgstr "Tucum&aacute;n"
1138
 
1139
+ #: i18n/states/AU.php:13
1140
+ msgid "Australian Capital Territory"
1141
+ msgstr "Australian Capital Territory"
1142
 
1143
+ #: i18n/states/AU.php:14
1144
+ msgid "New South Wales"
1145
+ msgstr "New South Wales"
1146
 
1147
+ #: i18n/states/AU.php:15
1148
+ msgid "Northern Territory"
1149
+ msgstr "Northern Territory"
1150
 
1151
+ #: i18n/states/AU.php:16
1152
+ msgid "Queensland"
1153
+ msgstr "Queensland"
1154
 
1155
+ #: i18n/states/AU.php:17
1156
+ msgid "South Australia"
1157
+ msgstr "استرالیای جنوبی"
1158
 
1159
+ #: i18n/states/AU.php:18
1160
+ msgid "Tasmania"
1161
+ msgstr "تاسمانی"
1162
 
1163
+ #: i18n/states/AU.php:19
1164
+ msgid "Victoria"
1165
+ msgstr "ویکتوریا"
1166
 
1167
+ #: i18n/states/AU.php:20
1168
+ msgid "Western Australia"
1169
+ msgstr "استرالیای غربی"
1170
 
1171
+ #: i18n/states/BD.php:13
1172
+ msgid "Bagerhat"
1173
+ msgstr "باگریهات"
1174
 
1175
+ #: i18n/states/BD.php:14
1176
+ msgid "Bandarban"
1177
+ msgstr "بانداربان"
1178
 
1179
+ #: i18n/states/BD.php:15
1180
+ msgid "Barguna"
1181
+ msgstr "بارگونا"
1182
 
1183
+ #: i18n/states/BD.php:16
1184
+ msgid "Barisal"
1185
+ msgstr "باریسال"
1186
 
1187
+ #: i18n/states/BD.php:17
1188
+ msgid "Bhola"
1189
+ msgstr "بولا"
1190
 
1191
+ #: i18n/states/BD.php:18
1192
+ msgid "Bogra"
1193
+ msgstr "بوگرا"
1194
 
1195
+ #: i18n/states/BD.php:19
1196
+ msgid "Brahmanbaria"
1197
+ msgstr "Brahmanbaria"
1198
 
1199
+ #: i18n/states/BD.php:20
1200
+ msgid "Chandpur"
1201
+ msgstr "Chandpur"
1202
 
1203
+ #: i18n/states/BD.php:21
1204
+ msgid "Chittagong"
1205
+ msgstr "Chittagong"
1206
 
1207
+ #: i18n/states/BD.php:22
1208
+ msgid "Chuadanga"
1209
+ msgstr "Chuadanga"
1210
 
1211
+ #: i18n/states/BD.php:23
1212
+ msgid "Comilla"
1213
+ msgstr "Comilla"
1214
 
1215
+ #: i18n/states/BD.php:24
1216
+ msgid "Cox's Bazar"
1217
+ msgstr "Cox's Bazar"
1218
 
1219
+ #: i18n/states/BD.php:25
1220
+ msgid "Dhaka"
1221
+ msgstr "Dhaka"
1222
 
1223
+ #: i18n/states/BD.php:26
1224
+ msgid "Dinajpur"
1225
+ msgstr "Dinajpur"
1226
 
1227
+ #: i18n/states/BD.php:27
1228
+ msgid "Faridpur "
1229
+ msgstr "Faridpur "
1230
 
1231
+ #: i18n/states/BD.php:28
1232
+ msgid "Feni"
1233
+ msgstr "Feni"
1234
 
1235
+ #: i18n/states/BD.php:29
1236
+ msgid "Gaibandha"
1237
+ msgstr "Gaibandha"
1238
 
1239
+ #: i18n/states/BD.php:30
1240
+ msgid "Gazipur"
1241
+ msgstr "Gazipur"
1242
 
1243
+ #: i18n/states/BD.php:31
1244
+ msgid "Gopalganj"
1245
+ msgstr "Gopalganj"
 
1246
 
1247
+ #: i18n/states/BD.php:32
1248
+ msgid "Habiganj"
1249
+ msgstr "Habiganj"
1250
 
1251
+ #: i18n/states/BD.php:33
1252
+ msgid "Jamalpur"
1253
+ msgstr "Jamalpur"
1254
 
1255
+ #: i18n/states/BD.php:34
1256
+ msgid "Jessore"
1257
+ msgstr "Jessore"
 
1258
 
1259
+ #: i18n/states/BD.php:35
1260
+ msgid "Jhalokati"
1261
+ msgstr "Jhalokati"
1262
 
1263
+ #: i18n/states/BD.php:36
1264
+ msgid "Jhenaidah"
1265
+ msgstr "Jhenaidah"
1266
 
1267
+ #: i18n/states/BD.php:37
1268
+ msgid "Joypurhat"
1269
+ msgstr "Joypurhat"
 
 
1270
 
1271
+ #: i18n/states/BD.php:38
1272
+ msgid "Khagrachhari"
1273
+ msgstr "Khagrachhari"
1274
 
1275
+ #: i18n/states/BD.php:39
1276
+ msgid "Khulna"
1277
+ msgstr "Khulna"
1278
 
1279
+ #: i18n/states/BD.php:40
1280
+ msgid "Kishoreganj"
1281
+ msgstr "Kishoreganj"
1282
 
1283
+ #: i18n/states/BD.php:41
1284
+ msgid "Kurigram"
1285
+ msgstr "Kurigram"
1286
 
1287
+ #: i18n/states/BD.php:42
1288
+ msgid "Kushtia"
1289
+ msgstr "Kushtia"
1290
 
1291
+ #: i18n/states/BD.php:43
1292
+ msgid "Lakshmipur"
1293
+ msgstr "Lakshmipur"
1294
 
1295
+ #: i18n/states/BD.php:44
1296
+ msgid "Lalmonirhat"
1297
+ msgstr "Lalmonirhat"
1298
 
1299
+ #: i18n/states/BD.php:45
1300
+ msgid "Madaripur"
1301
+ msgstr "Madaripur"
1302
 
1303
+ #: i18n/states/BD.php:46
1304
+ msgid "Magura"
1305
+ msgstr "Magura"
1306
 
1307
+ #: i18n/states/BD.php:47
1308
+ msgid "Manikganj "
1309
+ msgstr "Manikganj "
1310
 
1311
+ #: i18n/states/BD.php:48
1312
+ msgid "Meherpur"
1313
+ msgstr "Meherpur"
1314
 
1315
+ #: i18n/states/BD.php:49
1316
+ msgid "Moulvibazar"
1317
+ msgstr "Moulvibazar"
1318
 
1319
+ #: i18n/states/BD.php:50
1320
+ msgid "Munshiganj"
1321
+ msgstr "Munshiganj"
1322
 
1323
+ #: i18n/states/BD.php:51
1324
+ msgid "Mymensingh"
1325
+ msgstr "Mymensingh"
1326
 
1327
+ #: i18n/states/BD.php:52
1328
+ msgid "Naogaon"
1329
+ msgstr "Naogaon"
1330
 
1331
+ #: i18n/states/BD.php:53
1332
+ msgid "Narail"
1333
+ msgstr "Narail"
1334
 
1335
+ #: i18n/states/BD.php:54
1336
+ msgid "Narayanganj"
1337
+ msgstr "Narayanganj"
1338
 
1339
+ #: i18n/states/BD.php:55
1340
+ msgid "Narsingdi"
1341
+ msgstr "Narsingdi"
 
1342
 
1343
+ #: i18n/states/BD.php:56
1344
+ msgid "Natore"
1345
+ msgstr "Natore"
1346
 
1347
+ #: i18n/states/BD.php:57
1348
+ msgid "Nawabganj"
1349
+ msgstr "Nawabganj"
1350
 
1351
+ #: i18n/states/BD.php:58
1352
+ msgid "Netrakona"
1353
+ msgstr "Netrakona"
1354
 
1355
+ #: i18n/states/BD.php:59
1356
+ msgid "Nilphamari"
1357
+ msgstr "Nilphamari"
1358
 
1359
+ #: i18n/states/BD.php:60
1360
+ msgid "Noakhali"
1361
+ msgstr "Noakhali"
1362
 
1363
+ #: i18n/states/BD.php:61
1364
+ msgid "Pabna"
1365
+ msgstr "Pabna"
1366
 
1367
+ #: i18n/states/BD.php:62
1368
+ msgid "Panchagarh"
1369
+ msgstr "Panchagarh"
1370
 
1371
+ #: i18n/states/BD.php:63
1372
+ msgid "Patuakhali"
1373
+ msgstr "Patuakhali"
 
1374
 
1375
+ #: i18n/states/BD.php:64
1376
+ msgid "Pirojpur"
1377
+ msgstr "Pirojpur"
1378
 
1379
+ #: i18n/states/BD.php:65
1380
+ msgid "Rajbari"
1381
+ msgstr "Rajbari"
1382
 
1383
+ #: i18n/states/BD.php:66
1384
+ msgid "Rajshahi"
1385
+ msgstr "Rajshahi"
1386
 
1387
+ #: i18n/states/BD.php:67
1388
+ msgid "Rangamati"
1389
+ msgstr "Rangamati"
1390
 
1391
+ #: i18n/states/BD.php:68
1392
+ msgid "Rangpur"
1393
+ msgstr "Rangpur"
1394
 
1395
+ #: i18n/states/BD.php:69
1396
+ msgid "Satkhira"
1397
+ msgstr "Satkhira"
1398
 
1399
+ #: i18n/states/BD.php:70
1400
+ msgid "Shariatpur"
1401
+ msgstr "Shariatpur"
1402
 
1403
+ #: i18n/states/BD.php:71
1404
+ msgid "Sherpur"
1405
+ msgstr "Sherpur"
1406
 
1407
+ #: i18n/states/BD.php:72
1408
+ msgid "Sirajganj"
1409
+ msgstr "Sirajganj"
1410
 
1411
+ #: i18n/states/BD.php:73
1412
+ msgid "Sunamganj"
1413
+ msgstr "Sunamganj"
1414
 
1415
+ #: i18n/states/BD.php:74
1416
+ msgid "Sylhet"
1417
+ msgstr "Sylhet"
1418
 
1419
+ #: i18n/states/BD.php:75
1420
+ msgid "Tangail"
1421
+ msgstr "Tangail"
 
 
1422
 
1423
+ #: i18n/states/BD.php:76
1424
+ msgid "Thakurgaon"
1425
+ msgstr "Thakurgaon"
1426
 
1427
+ #: i18n/states/BG.php:13
1428
+ msgid "Blagoevgrad"
1429
+ msgstr "Blagoevgrad"
1430
 
1431
+ #: i18n/states/BG.php:14
1432
+ msgid "Burgas"
1433
+ msgstr "Burgas"
 
 
1434
 
1435
+ #: i18n/states/BG.php:15
1436
+ msgid "Dobrich"
1437
+ msgstr "Dobrich"
1438
 
1439
+ #: i18n/states/BG.php:16
1440
+ msgid "Gabrovo"
1441
+ msgstr "Gabrovo"
1442
 
1443
+ #: i18n/states/BG.php:17
1444
+ msgid "Haskovo"
1445
+ msgstr "Haskovo"
 
 
1446
 
1447
+ #: i18n/states/BG.php:18
1448
+ msgid "Kardzhali"
1449
+ msgstr "Kardzhali"
1450
 
1451
+ #: i18n/states/BG.php:19
1452
+ msgid "Kyustendil"
1453
+ msgstr "Kyustendil"
1454
 
1455
+ #: i18n/states/BG.php:20
1456
+ msgid "Lovech"
1457
+ msgstr "Lovech"
 
 
 
 
 
 
 
 
 
 
1458
 
1459
+ #: i18n/states/BG.php:21 i18n/states/US.php:39
1460
+ msgid "Montana"
1461
+ msgstr "Montana"
1462
 
1463
+ #: i18n/states/BG.php:22
1464
+ msgid "Pazardzhik"
1465
+ msgstr "Pazardzhik"
1466
 
1467
+ #: i18n/states/BG.php:23
1468
+ msgid "Pernik"
1469
+ msgstr "Pernik"
1470
 
1471
+ #: i18n/states/BG.php:24
1472
+ msgid "Pleven"
1473
+ msgstr "Pleven"
1474
 
1475
+ #: i18n/states/BG.php:25
1476
+ msgid "Plovdiv"
1477
+ msgstr "Plovdiv"
1478
 
1479
+ #: i18n/states/BG.php:26
1480
+ msgid "Razgrad"
1481
+ msgstr "Razgrad"
1482
 
1483
+ #: i18n/states/BG.php:27
1484
+ msgid "Ruse"
1485
+ msgstr "Ruse"
1486
 
1487
+ #: i18n/states/BG.php:28
1488
+ msgid "Shumen"
1489
+ msgstr "Shumen"
1490
 
1491
+ #: i18n/states/BG.php:29
1492
+ msgid "Silistra"
1493
+ msgstr "Silistra"
1494
 
1495
+ #: i18n/states/BG.php:30
1496
+ msgid "Sliven"
1497
+ msgstr "Sliven"
1498
 
1499
+ #: i18n/states/BG.php:31
1500
+ msgid "Smolyan"
1501
+ msgstr "Smolyan"
1502
 
1503
+ #: i18n/states/BG.php:32
1504
+ msgid "Sofia"
1505
+ msgstr "Sofia"
1506
 
1507
+ #: i18n/states/BG.php:33
1508
+ msgid "Sofia-Grad"
1509
+ msgstr "Sofia-Grad"
1510
 
1511
+ #: i18n/states/BG.php:34
1512
+ msgid "Stara Zagora"
1513
+ msgstr "Stara Zagora"
1514
 
1515
+ #: i18n/states/BG.php:35
1516
+ msgid "Targovishte"
1517
+ msgstr "Targovishte"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1518
 
1519
+ #: i18n/states/BG.php:36
1520
+ msgid "Varna"
1521
+ msgstr "Varna"
1522
 
1523
+ #: i18n/states/BG.php:37
1524
+ msgid "Veliko Tarnovo"
1525
+ msgstr "Veliko Tarnovo"
1526
 
1527
+ #: i18n/states/BG.php:38
1528
+ msgid "Vidin"
1529
+ msgstr "Vidin"
1530
 
1531
+ #: i18n/states/BG.php:39
1532
+ msgid "Vratsa"
1533
+ msgstr "Vratsa"
1534
 
1535
+ #: i18n/states/BG.php:40
1536
+ msgid "Yambol"
1537
+ msgstr "Yambol"
1538
 
1539
+ #: i18n/states/BR.php:13
1540
+ msgid "Acre"
1541
+ msgstr "Acre"
1542
 
1543
+ #: i18n/states/BR.php:14
1544
+ msgid "Alagoas"
1545
+ msgstr "Alagoas"
1546
 
1547
+ #: i18n/states/BR.php:15
1548
+ msgid "Amap&aacute;"
1549
+ msgstr "Amap&aacute;"
1550
 
1551
+ #: i18n/states/BR.php:16 i18n/states/PE.php:15
1552
+ msgid "Amazonas"
1553
+ msgstr "Amazonas"
1554
 
1555
+ #: i18n/states/BR.php:17
1556
+ msgid "Bahia"
1557
+ msgstr "Bahia"
1558
 
1559
+ #: i18n/states/BR.php:18
1560
+ msgid "Cear&aacute;"
1561
+ msgstr "Cear&aacute;"
1562
 
1563
+ #: i18n/states/BR.php:19 i18n/states/MX.php:13
1564
+ msgid "Distrito Federal"
1565
+ msgstr "Distrito Federal"
1566
 
1567
+ #: i18n/states/BR.php:20
1568
+ msgid "Esp&iacute;rito Santo"
1569
+ msgstr "Esp&iacute;rito Santo"
1570
 
1571
+ #: i18n/states/BR.php:21
1572
+ msgid "Goi&aacute;s"
1573
+ msgstr "Goi&aacute;s"
1574
 
1575
+ #: i18n/states/BR.php:22
1576
+ msgid "Maranh&atilde;o"
1577
+ msgstr "Maranh&atilde;o"
1578
 
1579
+ #: i18n/states/BR.php:23
1580
+ msgid "Mato Grosso"
1581
+ msgstr "Mato Grosso"
1582
 
1583
+ #: i18n/states/BR.php:24
1584
+ msgid "Mato Grosso do Sul"
1585
+ msgstr "Mato Grosso do Sul"
1586
 
1587
+ #: i18n/states/BR.php:25
1588
+ msgid "Minas Gerais"
1589
+ msgstr "Minas Gerais"
1590
 
1591
+ #: i18n/states/BR.php:26
1592
+ msgid "Par&aacute;"
1593
+ msgstr "Par&aacute;"
1594
 
1595
+ #: i18n/states/BR.php:27
1596
+ msgid "Para&iacute;ba"
1597
+ msgstr "Para&iacute;ba"
 
 
 
 
1598
 
1599
+ #: i18n/states/BR.php:28
1600
+ msgid "Paran&aacute;"
1601
+ msgstr "Paran&aacute;"
1602
 
1603
+ #: i18n/states/BR.php:29
1604
+ msgid "Pernambuco"
1605
+ msgstr "Pernambuco"
1606
 
1607
+ #: i18n/states/BR.php:30
1608
+ msgid "Piau&iacute;"
1609
+ msgstr "Piau&iacute;"
1610
 
1611
+ #: i18n/states/BR.php:31
1612
+ msgid "Rio de Janeiro"
1613
+ msgstr "Rio de Janeiro"
1614
 
1615
+ #: i18n/states/BR.php:32
1616
+ msgid "Rio Grande do Norte"
1617
+ msgstr "Rio Grande do Norte"
1618
 
1619
+ #: i18n/states/BR.php:33
1620
+ msgid "Rio Grande do Sul"
1621
+ msgstr "Rio Grande do Sul"
1622
 
1623
+ #: i18n/states/BR.php:34
1624
+ msgid "Rond&ocirc;nia"
1625
+ msgstr "Rond&ocirc;nia"
1626
 
1627
+ #: i18n/states/BR.php:35
1628
+ msgid "Roraima"
1629
+ msgstr "Roraima"
1630
 
1631
+ #: i18n/states/BR.php:36
1632
+ msgid "Santa Catarina"
1633
+ msgstr "Santa Catarina"
1634
 
1635
+ #: i18n/states/BR.php:37
1636
+ msgid "S&atilde;o Paulo"
1637
+ msgstr "S&atilde;o Paulo"
1638
 
1639
+ #: i18n/states/BR.php:38
1640
+ msgid "Sergipe"
1641
+ msgstr "Sergipe"
1642
 
1643
+ #: i18n/states/BR.php:39
1644
+ msgid "Tocantins"
1645
+ msgstr "Tocantins"
1646
 
1647
+ #: i18n/states/CA.php:13
1648
+ msgid "Alberta"
1649
+ msgstr "Alberta"
1650
 
1651
+ #: i18n/states/CA.php:14
1652
+ msgid "British Columbia"
1653
+ msgstr "British Columbia"
1654
 
1655
+ #: i18n/states/CA.php:15
1656
+ msgid "Manitoba"
1657
+ msgstr "Manitoba"
1658
 
1659
+ #: i18n/states/CA.php:16
1660
+ msgid "New Brunswick"
1661
+ msgstr "New Brunswick"
1662
 
1663
+ #: i18n/states/CA.php:17
1664
+ msgid "Newfoundland and Labrador"
1665
+ msgstr "Newfoundland and Labrador"
1666
 
1667
+ #: i18n/states/CA.php:18
1668
+ msgid "Northwest Territories"
1669
+ msgstr "Northwest Territories"
1670
 
1671
+ #: i18n/states/CA.php:19
1672
+ msgid "Nova Scotia"
1673
+ msgstr "Nova Scotia"
1674
 
1675
+ #: i18n/states/CA.php:20
1676
+ msgid "Nunavut"
1677
+ msgstr "Nunavut"
1678
 
1679
+ #: i18n/states/CA.php:21
1680
+ msgid "Ontario"
1681
+ msgstr "Ontario"
1682
 
1683
+ #: i18n/states/CA.php:22
1684
+ msgid "Prince Edward Island"
1685
+ msgstr "Prince Edward Island"
1686
 
1687
+ #: i18n/states/CA.php:23
1688
+ msgid "Quebec"
1689
+ msgstr "Quebec"
1690
 
1691
+ #: i18n/states/CA.php:24
1692
+ msgid "Saskatchewan"
1693
+ msgstr "Saskatchewan"
 
 
 
1694
 
1695
+ #: i18n/states/CA.php:25
1696
+ msgid "Yukon Territory"
1697
+ msgstr "Yukon Territory"
1698
 
1699
+ #: i18n/states/CN.php:13
1700
+ msgid "Yunnan / &#20113;&#21335;"
1701
+ msgstr "Yunnan / &#20113;&#21335;"
1702
 
1703
+ #: i18n/states/CN.php:14
1704
+ msgid "Beijing / &#21271;&#20140;"
1705
+ msgstr "Beijing / &#21271;&#20140;"
 
 
 
1706
 
1707
+ #: i18n/states/CN.php:15
1708
+ msgid "Tianjin / &#22825;&#27941;"
1709
+ msgstr "Tianjin / &#22825;&#27941;"
1710
 
1711
+ #: i18n/states/CN.php:16
1712
+ msgid "Hebei / &#27827;&#21271;"
1713
+ msgstr "Hebei / &#27827;&#21271;"
1714
 
1715
+ #: i18n/states/CN.php:17
1716
+ msgid "Shanxi / &#23665;&#35199;"
1717
+ msgstr "Shanxi / &#23665;&#35199;"
 
 
 
1718
 
1719
+ #: i18n/states/CN.php:18
1720
+ msgid "Inner Mongolia / &#20839;&#33945;&#21476;"
1721
+ msgstr "Inner Mongolia / &#20839;&#33945;&#21476;"
1722
 
1723
+ #: i18n/states/CN.php:19
1724
+ msgid "Liaoning / &#36797;&#23425;"
1725
+ msgstr "Liaoning / &#36797;&#23425;"
1726
 
1727
+ #: i18n/states/CN.php:20
1728
+ msgid "Jilin / &#21513;&#26519;"
1729
+ msgstr "Jilin / &#21513;&#26519;"
 
 
 
1730
 
1731
+ #: i18n/states/CN.php:21
1732
+ msgid "Heilongjiang / &#40657;&#40857;&#27743;"
1733
+ msgstr "Heilongjiang / &#40657;&#40857;&#27743;"
1734
 
1735
+ #: i18n/states/CN.php:22
1736
+ msgid "Shanghai / &#19978;&#28023;"
1737
+ msgstr "Shanghai / &#19978;&#28023;"
1738
 
1739
+ #: i18n/states/CN.php:23
1740
+ msgid "Jiangsu / &#27743;&#33487;"
1741
+ msgstr "Jiangsu / &#27743;&#33487;"
 
 
 
1742
 
1743
+ #: i18n/states/CN.php:24
1744
+ msgid "Zhejiang / &#27993;&#27743;"
1745
+ msgstr "Zhejiang / &#27993;&#27743;"
1746
 
1747
+ #: i18n/states/CN.php:25
1748
+ msgid "Anhui / &#23433;&#24509;"
1749
+ msgstr "Anhui / &#23433;&#24509;"
1750
 
1751
+ #: i18n/states/CN.php:26
1752
+ msgid "Fujian / &#31119;&#24314;"
1753
+ msgstr "Fujian / &#31119;&#24314;"
 
 
 
 
1754
 
1755
+ #: i18n/states/CN.php:27
1756
+ msgid "Jiangxi / &#27743;&#35199;"
1757
+ msgstr "Jiangxi / &#27743;&#35199;"
1758
 
1759
+ #: i18n/states/CN.php:28
1760
+ msgid "Shandong / &#23665;&#19996;"
1761
+ msgstr "Shandong / &#23665;&#19996;"
1762
 
1763
+ #: i18n/states/CN.php:29
1764
+ msgid "Henan / &#27827;&#21335;"
1765
+ msgstr "Henan / &#27827;&#21335;"
 
 
 
1766
 
1767
+ #: i18n/states/CN.php:30
1768
+ msgid "Hubei / &#28246;&#21271;"
1769
+ msgstr "Hubei / &#28246;&#21271;"
1770
 
1771
+ #: i18n/states/CN.php:31
1772
+ msgid "Hunan / &#28246;&#21335;"
1773
+ msgstr "Hunan / &#28246;&#21335;"
1774
 
1775
+ #: i18n/states/CN.php:32
1776
+ msgid "Guangdong / &#24191;&#19996;"
1777
+ msgstr "Guangdong / &#24191;&#19996;"
 
 
 
1778
 
1779
+ #: i18n/states/CN.php:33
1780
+ msgid "Guangxi Zhuang / &#24191;&#35199;&#22766;&#26063;"
1781
+ msgstr "Guangxi Zhuang / &#24191;&#35199;&#22766;&#26063;"
1782
 
1783
+ #: i18n/states/CN.php:34
1784
+ msgid "Hainan / &#28023;&#21335;"
1785
+ msgstr "Hainan / &#28023;&#21335;"
1786
 
1787
+ #: i18n/states/CN.php:35
1788
+ msgid "Chongqing / &#37325;&#24198;"
1789
+ msgstr "Chongqing / &#37325;&#24198;"
 
1790
 
1791
+ #: i18n/states/CN.php:36
1792
+ msgid "Sichuan / &#22235;&#24029;"
1793
+ msgstr "Sichuan / &#22235;&#24029;"
1794
 
1795
+ #: i18n/states/CN.php:37
1796
+ msgid "Guizhou / &#36149;&#24030;"
1797
+ msgstr "Guizhou / &#36149;&#24030;"
1798
 
1799
+ #: i18n/states/CN.php:38
1800
+ msgid "Shaanxi / &#38485;&#35199;"
1801
+ msgstr "Shaanxi / &#38485;&#35199;"
 
1802
 
1803
+ #: i18n/states/CN.php:39
1804
+ msgid "Gansu / &#29976;&#32899;"
1805
+ msgstr "Gansu / &#29976;&#32899;"
1806
 
1807
+ #: i18n/states/CN.php:40
1808
+ msgid "Qinghai / &#38738;&#28023;"
1809
+ msgstr "Qinghai / &#38738;&#28023;"
1810
 
1811
+ #: i18n/states/CN.php:41
1812
+ msgid "Ningxia Hui / &#23425;&#22799;"
1813
+ msgstr "Ningxia Hui / &#23425;&#22799;"
 
1814
 
1815
+ #: i18n/states/CN.php:42
1816
+ msgid "Macau / &#28595;&#38376;"
1817
+ msgstr "Macau / &#28595;&#38376;"
1818
 
1819
+ #: i18n/states/CN.php:43
1820
+ msgid "Tibet / &#35199;&#34255;"
1821
+ msgstr "Tibet / &#35199;&#34255;"
1822
 
1823
+ #: i18n/states/CN.php:44
1824
+ msgid "Xinjiang / &#26032;&#30086;"
1825
+ msgstr "Xinjiang / &#26032;&#30086;"
1826
 
1827
+ #: i18n/states/ES.php:13
1828
+ msgid "A Coru&ntilde;a"
1829
+ msgstr "A Coru&ntilde;a"
1830
 
1831
+ #: i18n/states/ES.php:14
1832
+ msgid "Araba/&Aacute;lava"
1833
+ msgstr "Araba/&Aacute;lava"
1834
 
1835
+ #: i18n/states/ES.php:15
1836
+ msgid "Albacete"
1837
+ msgstr "Albacete"
1838
 
1839
+ #: i18n/states/ES.php:16
1840
+ msgid "Alicante"
1841
+ msgstr "Alicante"
1842
 
1843
+ #: i18n/states/ES.php:17
1844
+ msgid "Almer&iacute;a"
1845
+ msgstr "Almer&iacute;a"
1846
 
1847
+ #: i18n/states/ES.php:18
1848
+ msgid "Asturias"
1849
+ msgstr "Asturias"
1850
 
1851
+ #: i18n/states/ES.php:19
1852
+ msgid "&Aacute;vila"
1853
+ msgstr "&Aacute;vila"
1854
 
1855
+ #: i18n/states/ES.php:20
1856
+ msgid "Badajoz"
1857
+ msgstr "Badajoz"
1858
 
1859
+ #: i18n/states/ES.php:21
1860
+ msgid "Baleares"
1861
+ msgstr "Baleares"
 
 
 
1862
 
1863
+ #: i18n/states/ES.php:22
1864
+ msgid "Barcelona"
1865
+ msgstr "Barcelona"
1866
 
1867
+ #: i18n/states/ES.php:23
1868
+ msgid "Burgos"
1869
+ msgstr "Burgos"
1870
 
1871
+ #: i18n/states/ES.php:24
1872
+ msgid "C&aacute;ceres"
1873
+ msgstr "C&aacute;ceres"
1874
 
1875
+ #: i18n/states/ES.php:25
1876
+ msgid "C&aacute;diz"
1877
+ msgstr "C&aacute;diz"
1878
 
1879
+ #: i18n/states/ES.php:26
1880
+ msgid "Cantabria"
1881
+ msgstr "Cantabria"
1882
 
1883
+ #: i18n/states/ES.php:27
1884
+ msgid "Castell&oacute;n"
1885
+ msgstr "Castell&oacute;n"
 
1886
 
1887
+ #: i18n/states/ES.php:28
1888
+ msgid "Ceuta"
1889
+ msgstr "Ceuta"
1890
 
1891
+ #: i18n/states/ES.php:29
1892
+ msgid "Ciudad Real"
1893
+ msgstr "Ciudad Real"
1894
 
1895
+ #: i18n/states/ES.php:31
1896
+ msgid "Cuenca"
1897
+ msgstr "Cuenca"
1898
 
1899
+ #: i18n/states/ES.php:32
1900
+ msgid "Girona"
1901
+ msgstr "Girona"
1902
 
1903
+ #: i18n/states/ES.php:33
1904
+ msgid "Granada"
1905
+ msgstr "گرانادا"
1906
 
1907
+ #: i18n/states/ES.php:34
1908
+ msgid "Guadalajara"
1909
+ msgstr "Guadalajara"
1910
 
1911
+ #: i18n/states/ES.php:35
1912
+ msgid "Gipuzkoa"
1913
+ msgstr "Gipuzkoa"
1914
 
1915
+ #: i18n/states/ES.php:36
1916
+ msgid "Huelva"
1917
+ msgstr "Huelva"
1918
 
1919
+ #: i18n/states/ES.php:37
1920
+ msgid "Huesca"
1921
+ msgstr "Huesca"
1922
 
1923
+ #: i18n/states/ES.php:38
1924
+ msgid "Ja&eacute;n"
1925
+ msgstr "Ja&eacute;n"
1926
 
1927
+ #: i18n/states/ES.php:40
1928
+ msgid "Las Palmas"
1929
+ msgstr "Las Palmas"
1930
 
1931
+ #: i18n/states/ES.php:41
1932
+ msgid "Le&oacute;n"
1933
+ msgstr "Le&oacute;n"
1934
 
1935
+ #: i18n/states/ES.php:42
1936
+ msgid "Lleida"
1937
+ msgstr "Lleida"
1938
 
1939
+ #: i18n/states/ES.php:43
1940
+ msgid "Lugo"
1941
+ msgstr "Lugo"
1942
 
1943
+ #: i18n/states/ES.php:44
1944
+ msgid "Madrid"
1945
+ msgstr "Madrid"
1946
 
1947
+ #: i18n/states/ES.php:45
1948
+ msgid "M&aacute;laga"
1949
+ msgstr "M&aacute;laga"
1950
 
1951
+ #: i18n/states/ES.php:46
1952
+ msgid "Melilla"
1953
+ msgstr "Melilla"
1954
 
1955
+ #: i18n/states/ES.php:47
1956
+ msgid "Murcia"
1957
+ msgstr "Murcia"
1958
 
1959
+ #: i18n/states/ES.php:48
1960
+ msgid "Navarra"
1961
+ msgstr "Navarra"
1962
 
1963
+ #: i18n/states/ES.php:49
1964
+ msgid "Ourense"
1965
+ msgstr "Ourense"
1966
 
1967
+ #: i18n/states/ES.php:50
1968
+ msgid "Palencia"
1969
+ msgstr "Palencia"
1970
 
1971
+ #: i18n/states/ES.php:51
1972
+ msgid "Pontevedra"
1973
+ msgstr "Pontevedra"
1974
 
1975
+ #: i18n/states/ES.php:52
1976
+ msgid "Salamanca"
1977
+ msgstr "Salamanca"
1978
 
1979
+ #: i18n/states/ES.php:53
1980
+ msgid "Santa Cruz de Tenerife"
1981
+ msgstr "Santa Cruz de Tenerife"
1982
 
1983
+ #: i18n/states/ES.php:54
1984
+ msgid "Segovia"
1985
+ msgstr "Segovia"
 
 
 
 
1986
 
1987
+ #: i18n/states/ES.php:55
1988
+ msgid "Sevilla"
1989
+ msgstr "Sevilla"
1990
 
1991
+ #: i18n/states/ES.php:56
1992
+ msgid "Soria"
1993
+ msgstr "Soria"
 
1994
 
1995
+ #: i18n/states/ES.php:57
1996
+ msgid "Tarragona"
1997
+ msgstr "Tarragona"
1998
 
1999
+ #: i18n/states/ES.php:58
2000
+ msgid "Teruel"
2001
+ msgstr "Teruel"
2002
 
2003
+ #: i18n/states/ES.php:59
2004
+ msgid "Toledo"
2005
+ msgstr "Toledo"
2006
 
2007
+ #: i18n/states/ES.php:60
2008
+ msgid "Valencia"
2009
+ msgstr "Valencia"
2010
 
2011
+ #: i18n/states/ES.php:61
2012
+ msgid "Valladolid"
2013
+ msgstr "Valladolid"
2014
 
2015
+ #: i18n/states/ES.php:62
2016
+ msgid "Bizkaia"
2017
+ msgstr "Bizkaia"
2018
 
2019
+ #: i18n/states/ES.php:63
2020
+ msgid "Zamora"
2021
+ msgstr "Zamora"
2022
 
2023
+ #: i18n/states/ES.php:64
2024
+ msgid "Zaragoza"
2025
+ msgstr "Zaragoza"
2026
 
2027
+ #: i18n/states/GR.php:13
2028
+ msgid "Αττική"
2029
+ msgstr "Αττική"
2030
 
2031
+ #: i18n/states/GR.php:14
2032
+ msgid "Ανατολική Μακεδονία και Θράκη"
2033
+ msgstr "Ανατολική Μακεδονία και Θράκη"
2034
 
2035
+ #: i18n/states/GR.php:15
2036
+ msgid "Κεντρική Μακεδονία"
2037
+ msgstr "Κεντρική Μακεδονία"
 
2038
 
2039
+ #: i18n/states/GR.php:16
2040
+ msgid "Δυτική Μακεδονία"
2041
+ msgstr "Δυτική Μακεδονία"
2042
 
2043
+ #: i18n/states/GR.php:17
2044
+ msgid "Ήπειρος"
2045
+ msgstr "Ήπειρος"
2046
 
2047
+ #: i18n/states/GR.php:18
2048
+ msgid "Θεσσαλία"
2049
+ msgstr "Θεσσαλία"
 
 
 
 
 
2050
 
2051
+ #: i18n/states/GR.php:19
2052
+ msgid "Ιόνιοι Νήσοι"
2053
+ msgstr "Ιόνιοι Νήσοι"
2054
 
2055
+ #: i18n/states/GR.php:20
2056
+ msgid "Δυτική Ελλάδα"
2057
+ msgstr "Δυτική Ελλάδα"
2058
 
2059
+ #: i18n/states/GR.php:21
2060
+ msgid "Στερεά Ελλάδα"
2061
+ msgstr "Στερεά Ελλάδα"
 
 
 
2062
 
2063
+ #: i18n/states/GR.php:22
2064
+ msgid "Πελοπόννησος"
2065
+ msgstr "Πελοπόννησος"
2066
 
2067
+ #: i18n/states/GR.php:23
2068
+ msgid "Βόρειο Αιγαίο"
2069
+ msgstr "Βόρειο Αιγαίο"
2070
 
2071
+ #: i18n/states/GR.php:24
2072
+ msgid "Νότιο Αιγαίο"
2073
+ msgstr "Νότιο Αιγαίο"
 
2074
 
2075
+ #: i18n/states/GR.php:25
2076
+ msgid "Κρήτη"
2077
+ msgstr "Κρήτη"
2078
 
2079
+ #: i18n/states/HK.php:13
2080
+ msgid "Hong Kong Island"
2081
+ msgstr "Hong Kong Island"
2082
 
2083
+ #: i18n/states/HK.php:14
2084
+ msgid "Kowloon"
2085
+ msgstr "Kowloon"
 
 
2086
 
2087
+ #: i18n/states/HK.php:15
2088
+ msgid "New Territories"
2089
+ msgstr "New Territories"
2090
 
2091
+ #: i18n/states/HU.php:13
2092
+ msgid "Bács-Kiskun"
2093
+ msgstr "Bács-Kiskun"
2094
 
2095
+ #: i18n/states/HU.php:14
2096
+ msgid "Békés"
2097
+ msgstr "Békés"
 
2098
 
2099
+ #: i18n/states/HU.php:15
2100
+ msgid "Baranya"
2101
+ msgstr "Baranya"
2102
 
2103
+ #: i18n/states/HU.php:16
2104
+ msgid "Borsod-Abaúj-Zemplén"
2105
+ msgstr "Borsod-Abaúj-Zemplén"
2106
 
2107
+ #: i18n/states/HU.php:17
2108
+ msgid "Budapest"
2109
+ msgstr "Budapest"
 
2110
 
2111
+ #: i18n/states/HU.php:18
2112
+ msgid "Csongrád"
2113
+ msgstr "Csongrád"
2114
 
2115
+ #: i18n/states/HU.php:19
2116
+ msgid "Fejér"
2117
+ msgstr "Fejér"
2118
 
2119
+ #: i18n/states/HU.php:20
2120
+ msgid "Győr-Moson-Sopron"
2121
+ msgstr "Győr-Moson-Sopron"
 
2122
 
2123
+ #: i18n/states/HU.php:21
2124
+ msgid "Hajdú-Bihar"
2125
+ msgstr "Hajdú-Bihar"
2126
 
2127
+ #: i18n/states/HU.php:22
2128
+ msgid "Heves"
2129
+ msgstr "Heves"
2130
 
2131
+ #: i18n/states/HU.php:23
2132
+ msgid "Jász-Nagykun-Szolnok"
2133
+ msgstr "Jász-Nagykun-Szolnok"
 
2134
 
2135
+ #: i18n/states/HU.php:24
2136
+ msgid "Komárom-Esztergom"
2137
+ msgstr "Komárom-Esztergom"
 
2138
 
2139
+ #: i18n/states/HU.php:25
2140
+ msgid "Nógrád"
2141
+ msgstr "Nógrád"
2142
 
2143
+ #: i18n/states/HU.php:26
2144
+ msgid "Pest"
2145
+ msgstr "پست"
 
2146
 
2147
+ #: i18n/states/HU.php:27
2148
+ msgid "Somogy"
2149
+ msgstr "Somogy"
2150
 
2151
+ #: i18n/states/HU.php:28
2152
+ msgid "Szabolcs-Szatmár-Bereg"
2153
+ msgstr "Szabolcs-Szatmár-Bereg"
2154
 
2155
+ #: i18n/states/HU.php:29
2156
+ msgid "Tolna"
2157
+ msgstr "Tolna"
 
2158
 
2159
+ #: i18n/states/HU.php:30
2160
+ msgid "Vas"
2161
+ msgstr "Vas"
2162
 
2163
+ #: i18n/states/HU.php:31
2164
+ msgid "Veszprém"
2165
+ msgstr "Veszprém"
2166
 
2167
+ #: i18n/states/HU.php:32
2168
+ msgid "Zala"
2169
+ msgstr "Zala"
 
 
 
2170
 
2171
+ #: i18n/states/ID.php:13
2172
+ msgid "Daerah Istimewa Aceh"
2173
+ msgstr "Daerah Istimewa Aceh"
 
2174
 
2175
+ #: i18n/states/ID.php:14
2176
+ msgid "Sumatera Utara"
2177
+ msgstr "Sumatera Utara"
2178
 
2179
+ #: i18n/states/ID.php:15
2180
+ msgid "Sumatera Barat"
2181
+ msgstr "Sumatera Barat"
 
 
 
2182
 
2183
+ #: i18n/states/ID.php:16
2184
+ msgid "Riau"
2185
+ msgstr "Riau"
2186
 
2187
+ #: i18n/states/ID.php:17
2188
+ msgid "Kepulauan Riau"
2189
+ msgstr "Kepulauan Riau"
2190
 
2191
+ #: i18n/states/ID.php:18
2192
+ msgid "Jambi"
2193
+ msgstr "Jambi"
 
 
 
2194
 
2195
+ #: i18n/states/ID.php:19
2196
+ msgid "Sumatera Selatan"
2197
+ msgstr "Sumatera Selatan"
2198
 
2199
+ #: i18n/states/ID.php:20
2200
+ msgid "Bangka Belitung"
2201
+ msgstr "Bangka Belitung"
2202
 
2203
+ #: i18n/states/ID.php:21
2204
+ msgid "Bengkulu"
2205
+ msgstr "Bengkulu"
 
 
 
 
2206
 
2207
+ #: i18n/states/ID.php:22
2208
+ msgid "Lampung"
2209
+ msgstr "Lampung"
2210
 
2211
+ #: i18n/states/ID.php:23
2212
+ msgid "DKI Jakarta"
2213
+ msgstr "DKI Jakarta"
2214
 
2215
+ #: i18n/states/ID.php:24
2216
+ msgid "Jawa Barat"
2217
+ msgstr "Jawa Barat"
 
 
 
2218
 
2219
+ #: i18n/states/ID.php:25
2220
+ msgid "Banten"
2221
+ msgstr "Banten"
2222
 
2223
+ #: i18n/states/ID.php:26
2224
+ msgid "Jawa Tengah"
2225
+ msgstr "Jawa Tengah"
2226
 
2227
+ #: i18n/states/ID.php:27
2228
+ msgid "Jawa Timur"
2229
+ msgstr "Jawa Timur"
 
 
2230
 
2231
+ #: i18n/states/ID.php:28
2232
+ msgid "Daerah Istimewa Yogyakarta"
2233
+ msgstr "Daerah Istimewa Yogyakarta"
2234
 
2235
+ #: i18n/states/ID.php:29
2236
+ msgid "Bali"
2237
+ msgstr "Bali"
2238
 
2239
+ #: i18n/states/ID.php:30
2240
+ msgid "Nusa Tenggara Barat"
2241
+ msgstr "Nusa Tenggara Barat"
 
2242
 
2243
+ #: i18n/states/ID.php:31
2244
+ msgid "Nusa Tenggara Timur"
2245
+ msgstr "Nusa Tenggara Timur"
2246
 
2247
+ #: i18n/states/ID.php:32
2248
+ msgid "Kalimantan Barat"
2249
+ msgstr "Kalimantan Barat"
2250
 
2251
+ #: i18n/states/ID.php:33
2252
+ msgid "Kalimantan Tengah"
2253
+ msgstr "Kalimantan Tengah"
 
2254
 
2255
+ #: i18n/states/ID.php:34
2256
+ msgid "Kalimantan Timur"
2257
+ msgstr "Kalimantan Timur"
2258
 
2259
+ #: i18n/states/ID.php:35
2260
+ msgid "Kalimantan Selatan"
2261
+ msgstr "Kalimantan Selatan"
2262
 
2263
+ #: i18n/states/ID.php:36
2264
+ msgid "Kalimantan Utara"
2265
+ msgstr "Kalimantan Utara"
 
2266
 
2267
+ #: i18n/states/ID.php:37
2268
+ msgid "Sulawesi Utara"
2269
+ msgstr "Sulawesi Utara"
2270
 
2271
+ #: i18n/states/ID.php:38
2272
+ msgid "Sulawesi Tengah"
2273
+ msgstr "Sulawesi Tengah"
2274
 
2275
+ #: i18n/states/ID.php:39
2276
+ msgid "Sulawesi Tenggara"
2277
+ msgstr "Sulawesi Tenggara"
 
2278
 
2279
+ #: i18n/states/ID.php:40
2280
+ msgid "Sulawesi Barat"
2281
+ msgstr "Sulawesi Barat"
 
2282
 
2283
+ #: i18n/states/ID.php:41
2284
+ msgid "Sulawesi Selatan"
2285
+ msgstr "Sulawesi Selatan"
2286
 
2287
+ #: i18n/states/ID.php:42
2288
+ msgid "Gorontalo"
2289
+ msgstr "Gorontalo"
 
2290
 
2291
+ #: i18n/states/ID.php:43
2292
+ msgid "Maluku"
2293
+ msgstr "Maluku"
2294
 
2295
+ #: i18n/states/ID.php:44
2296
+ msgid "Maluku Utara"
2297
+ msgstr "Maluku Utara"
2298
 
2299
+ #: i18n/states/ID.php:45
2300
+ msgid "Papua"
2301
+ msgstr "Papua"
 
2302
 
2303
+ #: i18n/states/ID.php:46
2304
+ msgid "Papua Barat"
2305
+ msgstr "Papua Barat"
2306
 
2307
+ #: i18n/states/IE.php:13
2308
+ msgid "Clare"
2309
+ msgstr "Clare"
2310
 
2311
+ #: i18n/states/IE.php:14
2312
+ msgid "Cork"
2313
+ msgstr "Cork"
2314
 
2315
+ #: i18n/states/IE.php:15
2316
+ msgid "Cavan"
2317
+ msgstr "Cavan"
2318
 
2319
+ #: i18n/states/IE.php:16
2320
+ msgid "Carlow"
2321
+ msgstr "Carlow"
2322
 
2323
+ #: i18n/states/IE.php:17
2324
+ #| msgid "Senegal"
2325
+ msgid "Donegal"
2326
+ msgstr "Donegal"
2327
 
2328
+ #: i18n/states/IE.php:18
2329
+ #| msgid "Public"
2330
+ msgid "Dublin"
2331
+ msgstr "Dublin"
2332
 
2333
+ #: i18n/states/IE.php:19
2334
+ msgid "Galway"
2335
+ msgstr "Galway"
2336
 
2337
+ #: i18n/states/IE.php:20
2338
+ msgid "Kildare"
2339
+ msgstr "Kildare"
2340
 
2341
+ #: i18n/states/IE.php:21
2342
+ msgid "Kilkenny"
2343
+ msgstr "Kilkenny"
2344
 
2345
+ #: i18n/states/IE.php:22
2346
+ msgid "Kerry"
2347
+ msgstr "Kerry"
2348
 
2349
+ #: i18n/states/IE.php:23
2350
+ msgid "Longford"
2351
+ msgstr "Longford"
2352
 
2353
+ #: i18n/states/IE.php:24
2354
+ msgid "Louth"
2355
+ msgstr "Louth"
2356
 
2357
+ #: i18n/states/IE.php:25
2358
+ msgid "Limerick"
2359
+ msgstr "Limerick"
2360
 
2361
+ #: i18n/states/IE.php:26
2362
+ msgid "Leitrim"
2363
+ msgstr "Leitrim"
2364
 
2365
+ #: i18n/states/IE.php:27
2366
+ msgid "Laois"
2367
+ msgstr "Laois"
2368
 
2369
+ #: i18n/states/IE.php:28
2370
+ msgid "Meath"
2371
+ msgstr "Meath"
 
 
2372
 
2373
+ #: i18n/states/IE.php:29
2374
+ msgid "Monaghan"
2375
+ msgstr "Monaghan"
2376
 
2377
+ #: i18n/states/IE.php:30
2378
+ #| msgid "Mayotte"
2379
+ msgid "Mayo"
2380
+ msgstr "Mayo"
2381
 
2382
+ #: i18n/states/IE.php:31
2383
+ msgid "Offaly"
2384
+ msgstr "Offaly"
 
2385
 
2386
+ #: i18n/states/IE.php:32
2387
+ msgid "Roscommon"
2388
+ msgstr "Roscommon"
2389
 
2390
+ #: i18n/states/IE.php:33
2391
+ msgid "Sligo"
2392
+ msgstr "Sligo"
2393
 
2394
+ #: i18n/states/IE.php:34
2395
+ msgid "Tipperary"
2396
+ msgstr "Tipperary"
2397
 
2398
+ #: i18n/states/IE.php:35
2399
+ msgid "Waterford"
2400
+ msgstr "Waterford"
2401
 
2402
+ #: i18n/states/IE.php:36
2403
+ #| msgid "West Coast"
2404
+ msgid "Westmeath"
2405
+ msgstr "Westmeath"
2406
 
2407
+ #: i18n/states/IE.php:37
2408
+ msgid "Wicklow"
2409
+ msgstr "Wicklow"
2410
 
2411
+ #: i18n/states/IE.php:38
2412
+ msgid "Wexford"
2413
+ msgstr "Wexford"
2414
 
2415
+ #: i18n/states/IN.php:13
2416
+ msgid "Andhra Pradesh"
2417
+ msgstr "Andhra Pradesh"
2418
 
2419
+ #: i18n/states/IN.php:14
2420
+ msgid "Arunachal Pradesh"
2421
+ msgstr "Arunachal Pradesh"
 
2422
 
2423
+ #: i18n/states/IN.php:15
2424
+ msgid "Assam"
2425
+ msgstr "Assam"
2426
 
2427
+ #: i18n/states/IN.php:16
2428
+ msgid "Bihar"
2429
+ msgstr "Bihar"
2430
 
2431
+ #: i18n/states/IN.php:17
2432
+ msgid "Chhattisgarh"
2433
+ msgstr "Chhattisgarh"
 
2434
 
2435
+ #: i18n/states/IN.php:18
2436
+ msgid "Goa"
2437
+ msgstr "Goa"
2438
 
2439
+ #: i18n/states/IN.php:19
2440
+ msgid "Gujarat"
2441
+ msgstr "Gujarat"
 
 
 
 
 
 
 
 
 
 
2442
 
2443
+ #: i18n/states/IN.php:20
2444
+ msgid "Haryana"
2445
+ msgstr "Haryana"
2446
 
2447
+ #: i18n/states/IN.php:21
2448
+ msgid "Himachal Pradesh"
2449
+ msgstr "Himachal Pradesh"
 
 
2450
 
2451
+ #: i18n/states/IN.php:22
2452
+ msgid "Jammu and Kashmir"
2453
+ msgstr "Jammu and Kashmir"
2454
 
2455
+ #: i18n/states/IN.php:23
2456
+ msgid "Jharkhand"
2457
+ msgstr "Jharkhand"
2458
 
2459
+ #: i18n/states/IN.php:24
2460
+ msgid "Karnataka"
2461
+ msgstr "Karnataka"
2462
 
2463
+ #: i18n/states/IN.php:25
2464
+ msgid "Kerala"
2465
+ msgstr "Kerala"
2466
 
2467
+ #: i18n/states/IN.php:26
2468
+ msgid "Madhya Pradesh"
2469
+ msgstr "Madhya Pradesh"
2470
 
2471
+ #: i18n/states/IN.php:27
2472
+ msgid "Maharashtra"
2473
+ msgstr "Maharashtra"
2474
 
2475
+ #: i18n/states/IN.php:28
2476
+ msgid "Manipur"
2477
+ msgstr "Manipur"
2478
 
2479
+ #: i18n/states/IN.php:29
2480
+ msgid "Meghalaya"
2481
+ msgstr "Meghalaya"
2482
 
2483
+ #: i18n/states/IN.php:30
2484
+ msgid "Mizoram"
2485
+ msgstr "Mizoram"
2486
 
2487
+ #: i18n/states/IN.php:31
2488
+ msgid "Nagaland"
2489
+ msgstr "Nagaland"
2490
 
2491
+ #: i18n/states/IN.php:32
2492
+ msgid "Orissa"
2493
+ msgstr "اوریسا"
2494
 
2495
+ #: i18n/states/IN.php:33 i18n/states/PK.php:19
2496
+ msgid "Punjab"
2497
+ msgstr "Punjab"
2498
 
2499
+ #: i18n/states/IN.php:34
2500
+ msgid "Rajasthan"
2501
+ msgstr "Rajasthan"
2502
 
2503
+ #: i18n/states/IN.php:35
2504
+ msgid "Sikkim"
2505
+ msgstr "Sikkim"
2506
 
2507
+ #: i18n/states/IN.php:36
2508
+ msgid "Tamil Nadu"
2509
+ msgstr "Tamil Nadu"
2510
 
2511
+ #: i18n/states/IN.php:37
2512
+ msgid "Telangana"
2513
+ msgstr "Telangana"
2514
 
2515
+ #: i18n/states/IN.php:38
2516
+ msgid "Tripura"
2517
+ msgstr "Tripura"
2518
 
2519
+ #: i18n/states/IN.php:39
2520
+ msgid "Uttarakhand"
2521
+ msgstr "Uttarakhand"
2522
 
2523
+ #: i18n/states/IN.php:40
2524
+ msgid "Uttar Pradesh"
2525
+ msgstr "Uttar Pradesh"
2526
 
2527
+ #: i18n/states/IN.php:41
2528
+ msgid "West Bengal"
2529
+ msgstr "West Bengal"
2530
 
2531
+ #: i18n/states/IN.php:42
2532
+ msgid "Andaman and Nicobar Islands"
2533
+ msgstr "Andaman and Nicobar Islands"
 
 
 
 
 
2534
 
2535
+ #: i18n/states/IN.php:43
2536
+ msgid "Chandigarh"
2537
+ msgstr "Chandigarh"
2538
 
2539
+ #: i18n/states/IN.php:44
2540
+ #| msgid "Dadar and Nagar Haveli"
2541
+ msgid "Dadra and Nagar Haveli"
2542
+ msgstr "Dadra and Nagar Haveli"
2543
 
2544
+ #: i18n/states/IN.php:45
2545
+ msgid "Daman and Diu"
2546
+ msgstr "Daman and Diu"
2547
 
2548
+ #: i18n/states/IN.php:46
2549
+ msgid "Delhi"
2550
+ msgstr "دهلی"
2551
 
2552
+ #: i18n/states/IN.php:47
2553
+ msgid "Lakshadeep"
2554
+ msgstr "Lakshadeep"
2555
 
2556
+ #: i18n/states/IN.php:48
2557
+ msgid "Pondicherry (Puducherry)"
2558
+ msgstr "Pondicherry (Puducherry)"
2559
 
2560
+ #: i18n/states/IR.php:13
2561
+ msgid "Khuzestan (خوزستان)"
2562
+ msgstr "خوزستان"
2563
 
2564
+ #: i18n/states/IR.php:14
2565
+ msgid "Tehran (تهران)"
2566
+ msgstr "تهران"
2567
 
2568
+ #: i18n/states/IR.php:15
2569
+ msgid "Ilaam (ایلام)"
2570
+ msgstr "ایلام"
2571
 
2572
+ #: i18n/states/IR.php:16
2573
+ msgid "Bushehr (بوشهر)"
2574
+ msgstr "بوشهر"
2575
 
2576
+ #: i18n/states/IR.php:17
2577
+ msgid "Ardabil (اردبیل)"
2578
+ msgstr "اردبیل"
2579
 
2580
+ #: i18n/states/IR.php:18
2581
+ msgid "Isfahan (اصفهان)"
2582
+ msgstr "اصفهان"
2583
 
2584
+ #: i18n/states/IR.php:19
2585
+ msgid "Yazd (یزد)"
2586
+ msgstr "یزد"
2587
 
2588
+ #: i18n/states/IR.php:20
2589
+ msgid "Kermanshah (کرمانشاه)"
2590
+ msgstr "کرمانشاه"
2591
 
2592
+ #: i18n/states/IR.php:21
2593
+ msgid "Kerman (کرمان)"
2594
+ msgstr "کرمان"
2595
 
2596
+ #: i18n/states/IR.php:22
2597
+ msgid "Hamadan (همدان)"
2598
+ msgstr "همدان"
2599
 
2600
+ #: i18n/states/IR.php:23
2601
+ msgid "Ghazvin (قزوین)"
2602
+ msgstr "قزوین"
2603
 
2604
+ #: i18n/states/IR.php:24
2605
+ msgid "Zanjan (زنجان)"
2606
+ msgstr "زنجان"
2607
 
2608
+ #: i18n/states/IR.php:25
2609
+ msgid "Luristan (لرستان)"
2610
+ msgstr "لرستان"
2611
 
2612
+ #: i18n/states/IR.php:26
2613
+ msgid "Alborz (البرز)"
2614
+ msgstr "البرز"
2615
 
2616
+ #: i18n/states/IR.php:27
2617
+ msgid "East Azarbaijan (آذربایجان شرقی)"
2618
+ msgstr "آذربایجان شرقی"
2619
 
2620
+ #: i18n/states/IR.php:28
2621
+ msgid "West Azarbaijan (آذربایجان غربی)"
2622
+ msgstr "آذربایجان غربی"
2623
 
2624
+ #: i18n/states/IR.php:29
2625
+ msgid "Chaharmahal and Bakhtiari (چهارمحال و بختیاری)"
2626
+ msgstr "چهارمحال و بختیاری"
2627
 
2628
+ #: i18n/states/IR.php:30
2629
+ msgid "South Khorasan (خراسان جنوبی)"
2630
+ msgstr "خراسان جنوبی"
2631
 
2632
+ #: i18n/states/IR.php:31
2633
+ msgid "Razavi Khorasan (خراسان رضوی)"
2634
+ msgstr "خراسان رضوی"
2635
 
2636
+ #: i18n/states/IR.php:32
2637
+ msgid "North Khorasan (خراسان جنوبی)"
2638
+ msgstr "خراسان جنوبی"
2639
 
2640
+ #: i18n/states/IR.php:33
2641
+ msgid "Semnan (سمنان)"
2642
+ msgstr "سمنان"
2643
 
2644
+ #: i18n/states/IR.php:34
2645
+ msgid "Fars (فارس)"
2646
+ msgstr "فارس"
2647
 
2648
+ #: i18n/states/IR.php:35
2649
+ msgid "Qom (قم)"
2650
+ msgstr "قم"
2651
 
2652
+ #: i18n/states/IR.php:36
2653
+ msgid "Kurdistan / کردستان)"
2654
+ msgstr "کردستان"
2655
 
2656
+ #: i18n/states/IR.php:37
2657
+ msgid "Kohgiluyeh and BoyerAhmad (کهگیلوییه و بویراحمد)"
2658
+ msgstr "کهگیلوییه و بویراحمد"
2659
 
2660
+ #: i18n/states/IR.php:38
2661
+ msgid "Golestan (گلستان)"
2662
+ msgstr "گلستان"
2663
 
2664
+ #: i18n/states/IR.php:39
2665
+ msgid "Gilan (گیلان)"
2666
+ msgstr "گیلان"
2667
 
2668
+ #: i18n/states/IR.php:40
2669
+ msgid "Mazandaran (مازندران)"
2670
+ msgstr "مازندران"
2671
 
2672
+ #: i18n/states/IR.php:41
2673
+ msgid "Markazi (مرکزی)"
2674
+ msgstr "مرکزی"
2675
 
2676
+ #: i18n/states/IR.php:42
2677
+ msgid "Hormozgan (هرمزگان)"
2678
+ msgstr "هرمزگان"
2679
 
2680
+ #: i18n/states/IR.php:43
2681
+ msgid "Sistan and Baluchestan (سیستان و بلوچستان)"
2682
+ msgstr "سیستان و بلوچستان"
2683
 
2684
+ #: i18n/states/IT.php:13
2685
+ msgid "Agrigento"
2686
+ msgstr "Agrigento"
2687
 
2688
+ #: i18n/states/IT.php:14
2689
+ msgid "Alessandria"
2690
+ msgstr "Alessandria"
2691
 
2692
+ #: i18n/states/IT.php:15
2693
+ msgid "Ancona"
2694
+ msgstr "Ancona"
2695
 
2696
+ #: i18n/states/IT.php:16
2697
+ msgid "Aosta"
2698
+ msgstr "Aosta"
2699
 
2700
+ #: i18n/states/IT.php:17
2701
+ msgid "Arezzo"
2702
+ msgstr "Arezzo"
2703
 
2704
+ #: i18n/states/IT.php:18
2705
+ msgid "Ascoli Piceno"
2706
+ msgstr "Ascoli Piceno"
2707
 
2708
+ #: i18n/states/IT.php:19
2709
+ msgid "Asti"
2710
+ msgstr "Asti"
 
2711
 
2712
+ #: i18n/states/IT.php:20
2713
+ msgid "Avellino"
2714
+ msgstr "Avellino"
2715
 
2716
+ #: i18n/states/IT.php:21
2717
+ msgid "Bari"
2718
+ msgstr "Bari"
2719
 
2720
+ #: i18n/states/IT.php:22
2721
+ msgid "Barletta-Andria-Trani"
2722
+ msgstr "Barletta-Andria-Trani"
 
2723
 
2724
+ #: i18n/states/IT.php:23
2725
+ msgid "Belluno"
2726
+ msgstr "Belluno"
2727
 
2728
+ #: i18n/states/IT.php:24
2729
+ msgid "Benevento"
2730
+ msgstr "Benevento"
 
2731
 
2732
+ #: i18n/states/IT.php:25
2733
+ msgid "Bergamo"
2734
+ msgstr "Bergamo"
2735
 
2736
+ #: i18n/states/IT.php:26
2737
+ msgid "Biella"
2738
+ msgstr "Biella"
2739
 
2740
+ #: i18n/states/IT.php:27
2741
+ msgid "Bologna"
2742
+ msgstr "Bologna"
2743
 
2744
+ #: i18n/states/IT.php:28
2745
+ msgid "Bolzano"
2746
+ msgstr "Bolzano"
2747
 
2748
+ #: i18n/states/IT.php:29
2749
+ msgid "Brescia"
2750
+ msgstr "Brescia"
2751
 
2752
+ #: i18n/states/IT.php:30
2753
+ msgid "Brindisi"
2754
+ msgstr "Brindisi"
2755
 
2756
+ #: i18n/states/IT.php:31
2757
+ msgid "Cagliari"
2758
+ msgstr "Cagliari"
2759
 
2760
+ #: i18n/states/IT.php:32
2761
+ msgid "Caltanissetta"
2762
+ msgstr "Caltanissetta"
2763
 
2764
+ #: i18n/states/IT.php:33
2765
+ msgid "Campobasso"
2766
+ msgstr "Campobasso"
2767
 
2768
+ #: i18n/states/IT.php:34
2769
+ msgid "Carbonia-Iglesias"
2770
+ msgstr "Carbonia-Iglesias"
2771
 
2772
+ #: i18n/states/IT.php:35
2773
+ msgid "Caserta"
2774
+ msgstr "Caserta"
2775
 
2776
+ #: i18n/states/IT.php:36
2777
+ msgid "Catania"
2778
+ msgstr "Catania"
2779
 
2780
+ #: i18n/states/IT.php:37
2781
+ msgid "Catanzaro"
2782
+ msgstr "Catanzaro"
2783
 
2784
+ #: i18n/states/IT.php:38
2785
+ msgid "Chieti"
2786
+ msgstr "Chieti"
2787
 
2788
+ #: i18n/states/IT.php:39
2789
+ msgid "Como"
2790
+ msgstr "Como"
2791
 
2792
+ #: i18n/states/IT.php:40
2793
+ msgid "Cosenza"
2794
+ msgstr "Cosenza"
2795
 
2796
+ #: i18n/states/IT.php:41
2797
+ msgid "Cremona"
2798
+ msgstr "Cremona"
2799
 
2800
+ #: i18n/states/IT.php:42
2801
+ msgid "Crotone"
2802
+ msgstr "Crotone"
2803
 
2804
+ #: i18n/states/IT.php:43
2805
+ msgid "Cuneo"
2806
+ msgstr "Cuneo"
2807
 
2808
+ #: i18n/states/IT.php:44
2809
+ msgid "Enna"
2810
+ msgstr "Enna"
 
2811
 
2812
+ #: i18n/states/IT.php:45
2813
+ msgid "Fermo"
2814
+ msgstr "Fermo"
2815
 
2816
+ #: i18n/states/IT.php:46
2817
+ msgid "Ferrara"
2818
+ msgstr "Ferrara"
2819
 
2820
+ #: i18n/states/IT.php:47
2821
+ msgid "Firenze"
2822
+ msgstr "Firenze"
2823
 
2824
+ #: i18n/states/IT.php:48
2825
+ msgid "Foggia"
2826
+ msgstr "Foggia"
2827
 
2828
+ #: i18n/states/IT.php:49
2829
+ msgid "Forlì-Cesena"
2830
+ msgstr "Forlì-Cesena"
2831
 
2832
+ #: i18n/states/IT.php:50
2833
+ msgid "Frosinone"
2834
+ msgstr "Frosinone"
2835
 
2836
+ #: i18n/states/IT.php:51
2837
+ msgid "Genova"
2838
+ msgstr "Genova"
2839
 
2840
+ #: i18n/states/IT.php:52
2841
+ msgid "Gorizia"
2842
+ msgstr "Gorizia"
 
2843
 
2844
+ #: i18n/states/IT.php:53
2845
+ msgid "Grosseto"
2846
+ msgstr "Grosseto"
2847
 
2848
+ #: i18n/states/IT.php:54
2849
+ msgid "Imperia"
2850
+ msgstr "Imperia"
2851
 
2852
+ #: i18n/states/IT.php:55
2853
+ msgid "Isernia"
2854
+ msgstr "Isernia"
2855
 
2856
+ #: i18n/states/IT.php:56
2857
+ msgid "La Spezia"
2858
+ msgstr "La Spezia"
2859
 
2860
+ #: i18n/states/IT.php:57
2861
+ #| msgid "L&apos;Aquila"
2862
+ msgid "L'Aquila"
2863
+ msgstr "L'Aquila"
 
 
 
2864
 
2865
+ #: i18n/states/IT.php:58
2866
+ msgid "Latina"
2867
+ msgstr "Latina"
2868
 
2869
+ #: i18n/states/IT.php:59
2870
+ msgid "Lecce"
2871
+ msgstr "Lecce"
2872
 
2873
+ #: i18n/states/IT.php:60
2874
+ msgid "Lecco"
2875
+ msgstr "Lecco"
2876
 
2877
+ #: i18n/states/IT.php:61
2878
+ msgid "Livorno"
2879
+ msgstr "Livorno"
2880
 
2881
+ #: i18n/states/IT.php:62
2882
+ msgid "Lodi"
2883
+ msgstr "Lodi"
2884
 
2885
+ #: i18n/states/IT.php:63
2886
+ msgid "Lucca"
2887
+ msgstr "Lucca"
 
 
 
 
2888
 
2889
+ #: i18n/states/IT.php:64
2890
+ msgid "Macerata"
2891
+ msgstr "Macerata"
2892
 
2893
+ #: i18n/states/IT.php:65
2894
+ msgid "Mantova"
2895
+ msgstr "Mantova"
 
 
 
2896
 
2897
+ #: i18n/states/IT.php:66
2898
+ msgid "Massa-Carrara"
2899
+ msgstr "Massa-Carrara"
2900
 
2901
+ #: i18n/states/IT.php:67
2902
+ msgid "Matera"
2903
+ msgstr "Matera"
2904
 
2905
+ #: i18n/states/IT.php:68
2906
+ msgid "Messina"
2907
+ msgstr "Messina"
2908
 
2909
+ #: i18n/states/IT.php:69
2910
+ msgid "Milano"
2911
+ msgstr "Milano"
2912
 
2913
+ #: i18n/states/IT.php:70
2914
+ msgid "Modena"
2915
+ msgstr "Modena"
2916
 
2917
+ #: i18n/states/IT.php:71
2918
+ msgid "Monza e della Brianza"
2919
+ msgstr "Monza e della Brianza"
2920
 
2921
+ #: i18n/states/IT.php:72
2922
+ msgid "Napoli"
2923
+ msgstr "Napoli"
2924
 
2925
+ #: i18n/states/IT.php:73
2926
+ msgid "Novara"
2927
+ msgstr "Novara"
 
2928
 
2929
+ #: i18n/states/IT.php:74
2930
+ msgid "Nuoro"
2931
+ msgstr "Nuoro"
2932
 
2933
+ #: i18n/states/IT.php:75
2934
+ msgid "Olbia-Tempio"
2935
+ msgstr "Olbia-Tempio"
2936
 
2937
+ #: i18n/states/IT.php:76
2938
+ msgid "Oristano"
2939
+ msgstr "Oristano"
2940
 
2941
+ #: i18n/states/IT.php:77
2942
+ msgid "Padova"
2943
+ msgstr "Padova"
 
 
 
 
 
 
2944
 
2945
+ #: i18n/states/IT.php:78
2946
+ msgid "Palermo"
2947
+ msgstr "Palermo"
2948
 
2949
+ #: i18n/states/IT.php:79
2950
+ msgid "Parma"
2951
+ msgstr "Parma"
2952
 
2953
+ #: i18n/states/IT.php:80
2954
+ msgid "Pavia"
2955
+ msgstr "Pavia"
2956
 
2957
+ #: i18n/states/IT.php:81
2958
+ msgid "Perugia"
2959
+ msgstr "Perugia"
 
 
2960
 
2961
+ #: i18n/states/IT.php:82
2962
+ msgid "Pesaro e Urbino"
2963
+ msgstr "Pesaro e Urbino"
 
2964
 
2965
+ #: i18n/states/IT.php:83
2966
+ msgid "Pescara"
2967
+ msgstr "Pescara"
 
2968
 
2969
+ #: i18n/states/IT.php:84
2970
+ msgid "Piacenza"
2971
+ msgstr "Piacenza"
2972
 
2973
+ #: i18n/states/IT.php:85
2974
+ msgid "Pisa"
2975
+ msgstr "Pisa"
2976
 
2977
+ #: i18n/states/IT.php:86
2978
+ msgid "Pistoia"
2979
+ msgstr "Pistoia"
2980
 
2981
+ #: i18n/states/IT.php:87
2982
+ msgid "Pordenone"
2983
+ msgstr "Pordenone"
2984
 
2985
+ #: i18n/states/IT.php:88
2986
+ msgid "Potenza"
2987
+ msgstr "Potenza"
2988
 
2989
+ #: i18n/states/IT.php:89
2990
+ msgid "Prato"
2991
+ msgstr "Prato"
2992
 
2993
+ #: i18n/states/IT.php:90
2994
+ msgid "Ragusa"
2995
+ msgstr "Ragusa"
2996
 
2997
+ #: i18n/states/IT.php:91
2998
+ msgid "Ravenna"
2999
+ msgstr "Ravenna"
3000
 
3001
+ #: i18n/states/IT.php:92
3002
+ msgid "Reggio Calabria"
3003
+ msgstr "Reggio Calabria"
3004
 
3005
+ #: i18n/states/IT.php:93
3006
+ msgid "Reggio Emilia"
3007
+ msgstr "Reggio Emilia"
3008
 
3009
+ #: i18n/states/IT.php:94
3010
+ msgid "Rieti"
3011
+ msgstr "Rieti"
3012
 
3013
+ #: i18n/states/IT.php:95
3014
+ msgid "Rimini"
3015
+ msgstr "Rimini"
3016
 
3017
+ #: i18n/states/IT.php:96
3018
+ msgid "Roma"
3019
+ msgstr "رم"
3020
 
3021
+ #: i18n/states/IT.php:97
3022
+ msgid "Rovigo"
3023
+ msgstr "Rovigo"
3024
 
3025
+ #: i18n/states/IT.php:98
3026
+ msgid "Salerno"
3027
+ msgstr "Salerno"
3028
 
3029
+ #: i18n/states/IT.php:99
3030
+ msgid "Medio Campidano"
3031
+ msgstr "Medio Campidano"
 
3032
 
3033
+ #: i18n/states/IT.php:100
3034
+ msgid "Sassari"
3035
+ msgstr "Sassari"
3036
 
3037
+ #: i18n/states/IT.php:101
3038
+ msgid "Savona"
3039
+ msgstr "Savona"
3040
 
3041
+ #: i18n/states/IT.php:102
3042
+ msgid "Siena"
3043
+ msgstr "Siena"
3044
 
3045
+ #: i18n/states/IT.php:103
3046
+ msgid "Siracusa"
3047
+ msgstr "Siracusa"
3048
 
3049
+ #: i18n/states/IT.php:104
3050
+ msgid "Sondrio"
3051
+ msgstr "Sondrio"
 
 
 
 
 
 
 
 
 
 
 
3052
 
3053
+ #: i18n/states/IT.php:105
3054
+ msgid "Taranto"
3055
+ msgstr "Taranto"
 
 
 
 
3056
 
3057
+ #: i18n/states/IT.php:106
3058
+ msgid "Teramo"
3059
+ msgstr "Teramo"
 
 
 
 
 
 
 
3060
 
3061
+ #: i18n/states/IT.php:107
3062
+ msgid "Terni"
3063
+ msgstr "Terni"
 
 
3064
 
3065
+ #: i18n/states/IT.php:108
3066
+ msgid "Torino"
3067
+ msgstr "Torino"
 
 
 
 
3068
 
3069
+ #: i18n/states/IT.php:109
3070
+ msgid "Ogliastra"
3071
+ msgstr "Ogliastra"
 
 
 
 
3072
 
3073
+ #: i18n/states/IT.php:110
3074
+ msgid "Trapani"
3075
+ msgstr "Trapani"
3076
 
3077
+ #: i18n/states/IT.php:111
3078
+ msgid "Trento"
3079
+ msgstr "Trento"
 
 
 
 
3080
 
3081
+ #: i18n/states/IT.php:112
3082
+ msgid "Treviso"
3083
+ msgstr "Treviso"
 
 
3084
 
3085
+ #: i18n/states/IT.php:113
3086
+ msgid "Trieste"
3087
+ msgstr "Trieste"
 
 
3088
 
3089
+ #: i18n/states/IT.php:114
3090
+ msgid "Udine"
3091
+ msgstr "Udine"
 
3092
 
3093
+ #: i18n/states/IT.php:115
3094
+ msgid "Varese"
3095
+ msgstr "Varese"
 
3096
 
3097
+ #: i18n/states/IT.php:116
3098
+ msgid "Venezia"
3099
+ msgstr "Venezia"
 
3100
 
3101
+ #: i18n/states/IT.php:117
3102
+ msgid "Verbano-Cusio-Ossola"
3103
+ msgstr "Verbano-Cusio-Ossola"
 
 
 
3104
 
3105
+ #: i18n/states/IT.php:118
3106
+ msgid "Vercelli"
3107
+ msgstr "Vercelli"
3108
 
3109
+ #: i18n/states/IT.php:119
3110
+ msgid "Verona"
3111
+ msgstr "Verona"
3112
 
3113
+ #: i18n/states/IT.php:120
3114
+ msgid "Vibo Valentia"
3115
+ msgstr "Vibo Valentia"
 
 
 
3116
 
3117
+ #: i18n/states/IT.php:121
3118
+ msgid "Vicenza"
3119
+ msgstr "Vicenza"
 
 
 
3120
 
3121
+ #: i18n/states/IT.php:122
3122
+ msgid "Viterbo"
3123
+ msgstr "Viterbo"
 
 
 
3124
 
3125
+ #: i18n/states/JP.php:13
3126
+ msgid "Hokkaido"
3127
+ msgstr "Hokkaido"
 
 
 
3128
 
3129
+ #: i18n/states/JP.php:14
3130
+ msgid "Aomori"
3131
+ msgstr "Aomori"
 
 
3132
 
3133
+ #: i18n/states/JP.php:15
3134
+ msgid "Iwate"
3135
+ msgstr "Iwate"
3136
 
3137
+ #: i18n/states/JP.php:16
3138
+ msgid "Miyagi"
3139
+ msgstr "Miyagi"
3140
 
3141
+ #: i18n/states/JP.php:17
3142
+ msgid "Akita"
3143
+ msgstr "Akita"
3144
 
3145
+ #: i18n/states/JP.php:18
3146
+ msgid "Yamagata"
3147
+ msgstr "Yamagata"
 
 
 
 
 
 
 
3148
 
3149
+ #: i18n/states/JP.php:19
3150
+ msgid "Fukushima"
3151
+ msgstr "Fukushima"
 
3152
 
3153
+ #: i18n/states/JP.php:20
3154
+ msgid "Ibaraki"
3155
+ msgstr "Ibaraki"
 
3156
 
3157
+ #: i18n/states/JP.php:21
3158
+ msgid "Tochigi"
3159
+ msgstr "Tochigi"
 
3160
 
3161
+ #: i18n/states/JP.php:22
3162
+ msgid "Gunma"
3163
+ msgstr "Gunma"
3164
 
3165
+ #: i18n/states/JP.php:23
3166
+ msgid "Saitama"
3167
+ msgstr "Saitama"
 
 
 
 
 
3168
 
3169
+ #: i18n/states/JP.php:24
3170
+ msgid "Chiba"
3171
+ msgstr "چیبا"
 
3172
 
3173
+ #: i18n/states/JP.php:25
3174
+ msgid "Tokyo"
3175
+ msgstr "توکیو"
 
3176
 
3177
+ #: i18n/states/JP.php:26
3178
+ msgid "Kanagawa"
3179
+ msgstr "کاناگاوا"
 
3180
 
3181
+ #: i18n/states/JP.php:27
3182
+ msgid "Niigata"
3183
+ msgstr "Niigata"
 
 
 
3184
 
3185
+ #: i18n/states/JP.php:28
3186
+ msgid "Toyama"
3187
+ msgstr "Toyama"
3188
 
3189
+ #: i18n/states/JP.php:29
3190
+ msgid "Ishikawa"
3191
+ msgstr "ایشیکاوا"
3192
 
3193
+ #: i18n/states/JP.php:30
3194
+ msgid "Fukui"
3195
+ msgstr "فوکوئی"
3196
 
3197
+ #: i18n/states/JP.php:31
3198
+ msgid "Yamanashi"
3199
+ msgstr "یاماناشی"
3200
 
3201
+ #: i18n/states/JP.php:32
3202
+ msgid "Nagano"
3203
+ msgstr "ناگانو"
3204
 
3205
+ #: i18n/states/JP.php:33
3206
+ msgid "Gifu"
3207
+ msgstr "گیفو"
 
3208
 
3209
+ #: i18n/states/JP.php:34
3210
+ msgid "Shizuoka"
3211
+ msgstr "شیزوئوکا"
3212
 
3213
+ #: i18n/states/JP.php:35
3214
+ msgid "Aichi"
3215
+ msgstr "آیچی"
3216
 
3217
+ #: i18n/states/JP.php:36
3218
+ msgid "Mie"
3219
+ msgstr "میه"
 
 
 
 
 
3220
 
3221
+ #: i18n/states/JP.php:37
3222
+ msgid "Shiga"
3223
+ msgstr "شیگا"
 
3224
 
3225
+ #: i18n/states/JP.php:38
3226
+ msgid "Kyoto"
3227
+ msgstr "کیوتو"
3228
 
3229
+ #: i18n/states/JP.php:39
3230
+ msgid "Osaka"
3231
+ msgstr "اوساکا"
 
3232
 
3233
+ #: i18n/states/JP.php:40
3234
+ msgid "Hyogo"
3235
+ msgstr "هیوگو"
 
3236
 
3237
+ #: i18n/states/JP.php:41
3238
+ msgid "Nara"
3239
+ msgstr "نارا"
 
3240
 
3241
+ #: i18n/states/JP.php:42
3242
+ msgid "Wakayama"
3243
+ msgstr "واکایاما"
3244
 
3245
+ #: i18n/states/JP.php:43
3246
+ msgid "Tottori"
3247
+ msgstr "Tottori"
3248
 
3249
+ #: i18n/states/JP.php:44
3250
+ msgid "Shimane"
3251
+ msgstr "Shimane"
3252
 
3253
+ #: i18n/states/JP.php:45
3254
+ msgid "Okayama"
3255
+ msgstr "Okayama"
3256
 
3257
+ #: i18n/states/JP.php:46
3258
+ msgid "Hiroshima"
3259
+ msgstr "Hiroshima"
3260
 
3261
+ #: i18n/states/JP.php:47
3262
+ msgid "Yamaguchi"
3263
+ msgstr "Yamaguchi"
3264
 
3265
+ #: i18n/states/JP.php:48
3266
+ msgid "Tokushima"
3267
+ msgstr "Tokushima"
3268
 
3269
+ #: i18n/states/JP.php:49
3270
+ msgid "Kagawa"
3271
+ msgstr "Kagawa"
3272
 
3273
+ #: i18n/states/JP.php:50
3274
+ msgid "Ehime"
3275
+ msgstr "Ehime"
3276
 
3277
+ #: i18n/states/JP.php:51
3278
+ msgid "Kochi"
3279
+ msgstr "Kochi"
3280
 
3281
+ #: i18n/states/JP.php:52
3282
+ msgid "Fukuoka"
3283
+ msgstr "Fukuoka"
3284
 
3285
+ #: i18n/states/JP.php:53
3286
+ msgid "Saga"
3287
+ msgstr "Saga"
3288
 
3289
+ #: i18n/states/JP.php:54
3290
+ msgid "Nagasaki"
3291
+ msgstr "Nagasaki"
 
3292
 
3293
+ #: i18n/states/JP.php:55
3294
+ msgid "Kumamoto"
3295
+ msgstr "Kumamoto"
3296
 
3297
+ #: i18n/states/JP.php:56
3298
+ msgid "Oita"
3299
+ msgstr "Oita"
3300
 
3301
+ #: i18n/states/JP.php:57
3302
+ msgid "Miyazaki"
3303
+ msgstr "Miyazaki"
3304
 
3305
+ #: i18n/states/JP.php:58
3306
+ msgid "Kagoshima"
3307
+ msgstr "Kagoshima"
 
3308
 
3309
+ #: i18n/states/JP.php:59
3310
+ msgid "Okinawa"
3311
+ msgstr "Okinawa"
3312
 
3313
+ #: i18n/states/MX.php:14
3314
+ msgid "Jalisco"
3315
+ msgstr "Jalisco"
3316
 
3317
+ #: i18n/states/MX.php:15
3318
+ msgid "Nuevo León"
3319
+ msgstr "Nuevo León"
3320
 
3321
+ #: i18n/states/MX.php:16
3322
+ msgid "Aguascalientes"
3323
+ msgstr "آگواسکالیانتس"
3324
 
3325
+ #: i18n/states/MX.php:17
3326
+ msgid "Baja California"
3327
+ msgstr "باجا کایفرنیا"
3328
 
3329
+ #: i18n/states/MX.php:18
3330
+ msgid "Baja California Sur"
3331
+ msgstr "باجا کالیفرنیا سور"
3332
 
3333
+ #: i18n/states/MX.php:19
3334
+ msgid "Campeche"
3335
+ msgstr "کامپیچ"
3336
 
3337
+ #: i18n/states/MX.php:20
3338
+ msgid "Chiapas"
3339
+ msgstr "چیاپاس"
 
3340
 
3341
+ #: i18n/states/MX.php:21
3342
+ msgid "Chihuahua"
3343
+ msgstr "چیواوا"
 
3344
 
3345
+ #: i18n/states/MX.php:22
3346
+ msgid "Coahuila"
3347
+ msgstr "کواویلا"
3348
 
3349
+ #: i18n/states/MX.php:23
3350
+ msgid "Colima"
3351
+ msgstr "کولیما"
 
3352
 
3353
+ #: i18n/states/MX.php:24
3354
+ msgid "Durango"
3355
+ msgstr "دورانگو"
3356
 
3357
+ #: i18n/states/MX.php:25
3358
+ msgid "Guanajuato"
3359
+ msgstr "گواناجواتو"
3360
 
3361
+ #: i18n/states/MX.php:26
3362
+ msgid "Guerrero"
3363
+ msgstr "گوئررو"
 
3364
 
3365
+ #: i18n/states/MX.php:27
3366
+ msgid "Hidalgo"
3367
+ msgstr "Hidalgo"
 
3368
 
3369
+ #: i18n/states/MX.php:28
3370
+ msgid "Edo. de México"
3371
+ msgstr "Edo. de México"
3372
 
3373
+ #: i18n/states/MX.php:29
3374
+ msgid "Michoacán"
3375
+ msgstr "Michoacán"
3376
 
3377
+ #: i18n/states/MX.php:30
3378
+ msgid "Morelos"
3379
+ msgstr "Morelos"
3380
 
3381
+ #: i18n/states/MX.php:31
3382
+ msgid "Nayarit"
3383
+ msgstr "Nayarit"
3384
 
3385
+ #: i18n/states/MX.php:32
3386
+ msgid "Oaxaca"
3387
+ msgstr "Oaxaca"
3388
 
3389
+ #: i18n/states/MX.php:33
3390
+ msgid "Puebla"
3391
+ msgstr "Puebla"
3392
 
3393
+ #: i18n/states/MX.php:34
3394
+ msgid "Querétaro"
3395
+ msgstr "Querétaro"
3396
 
3397
+ #: i18n/states/MX.php:35
3398
+ msgid "Quintana Roo"
3399
+ msgstr "Quintana Roo"
3400
 
3401
+ #: i18n/states/MX.php:36
3402
+ msgid "San Luis Potosí"
3403
+ msgstr "San Luis Potosí"
 
3404
 
3405
+ #: i18n/states/MX.php:37
3406
+ msgid "Sinaloa"
3407
+ msgstr "Sinaloa"
3408
 
3409
+ #: i18n/states/MX.php:38
3410
+ msgid "Sonora"
3411
+ msgstr "Sonora"
3412
 
3413
+ #: i18n/states/MX.php:39
3414
+ msgid "Tabasco"
3415
+ msgstr "Tabasco"
3416
 
3417
+ #: i18n/states/MX.php:40
3418
+ msgid "Tamaulipas"
3419
+ msgstr "Tamaulipas"
3420
 
3421
+ #: i18n/states/MX.php:41
3422
+ msgid "Tlaxcala"
3423
+ msgstr "Tlaxcala"
3424
 
3425
+ #: i18n/states/MX.php:42
3426
+ msgid "Veracruz"
3427
+ msgstr "Veracruz"
3428
 
3429
+ #: i18n/states/MX.php:43
3430
+ msgid "Yucatán"
3431
+ msgstr "Yucatán"
3432
 
3433
+ #: i18n/states/MX.php:44
3434
+ msgid "Zacatecas"
3435
+ msgstr "Zacatecas"
3436
 
3437
+ #: i18n/states/MY.php:13
3438
+ msgid "Johor"
3439
+ msgstr "Johor"
3440
 
3441
+ #: i18n/states/MY.php:14
3442
+ msgid "Kedah"
3443
+ msgstr "Kedah"
3444
 
3445
+ #: i18n/states/MY.php:15
3446
+ msgid "Kelantan"
3447
+ msgstr "Kelantan"
3448
 
3449
+ #: i18n/states/MY.php:16
3450
+ msgid "Labuan"
3451
+ msgstr "لابوآن"
3452
 
3453
+ #: i18n/states/MY.php:17
3454
+ msgid "Malacca (Melaka)"
3455
+ msgstr "مالاکا (ملاکا)"
3456
 
3457
+ #: i18n/states/MY.php:18
3458
+ msgid "Negeri Sembilan"
3459
+ msgstr "Negeri Sembilan"
3460
 
3461
+ #: i18n/states/MY.php:19
3462
+ msgid "Pahang"
3463
+ msgstr "Pahang"
 
3464
 
3465
+ #: i18n/states/MY.php:20
3466
+ msgid "Penang (Pulau Pinang)"
3467
+ msgstr "پنانگ (پولائو پینانگ)"
3468
 
3469
+ #: i18n/states/MY.php:21
3470
+ msgid "Perak"
3471
+ msgstr "Perak"
 
3472
 
3473
+ #: i18n/states/MY.php:22
3474
+ msgid "Perlis"
3475
+ msgstr "Perlis"
3476
 
3477
+ #: i18n/states/MY.php:23
3478
+ msgid "Sabah"
3479
+ msgstr "Sabah"
 
 
 
 
 
3480
 
3481
+ #: i18n/states/MY.php:24
3482
+ msgid "Sarawak"
3483
+ msgstr "Sarawak"
3484
 
3485
+ #: i18n/states/MY.php:25
3486
+ msgid "Selangor"
3487
+ msgstr "Selangor"
3488
 
3489
+ #: i18n/states/MY.php:26
3490
+ msgid "Terengganu"
3491
+ msgstr "Terengganu"
3492
 
3493
+ #: i18n/states/MY.php:27
3494
+ msgid "Putrajaya"
3495
+ msgstr "پوتراجایا"
3496
 
3497
+ #: i18n/states/MY.php:28
3498
+ msgid "Kuala Lumpur"
3499
+ msgstr "کوالالامپور"
3500
 
3501
+ #: i18n/states/NG.php:14
3502
+ msgid "Abia"
3503
+ msgstr "Abia"
 
3504
 
3505
+ #: i18n/states/NG.php:15
3506
+ msgid "Abuja"
3507
+ msgstr "Abuja"
3508
+
3509
+ #: i18n/states/NG.php:16
3510
+ msgid "Adamawa"
3511
+ msgstr "Adamawa"
3512
+
3513
+ #: i18n/states/NG.php:17
3514
+ msgid "Akwa Ibom"
3515
+ msgstr "Akwa Ibom"
3516
+
3517
+ #: i18n/states/NG.php:18
3518
+ msgid "Anambra"
3519
+ msgstr "Anambra"
3520
+
3521
+ #: i18n/states/NG.php:19
3522
+ #| msgid "Yamaguchi"
3523
+ msgid "Bauchi"
3524
+ msgstr "Bauchi"
3525
 
3526
+ #: i18n/states/NG.php:20
3527
+ msgid "Bayelsa"
3528
+ msgstr "Bayelsa"
3529
 
3530
+ #: i18n/states/NG.php:21
3531
+ msgid "Benue"
3532
+ msgstr "Benue"
3533
 
3534
+ #: i18n/states/NG.php:22
3535
+ #| msgid "Livorno"
3536
+ msgid "Borno"
3537
+ msgstr "Borno"
3538
 
3539
+ #: i18n/states/NG.php:23
3540
+ msgid "Cross River"
3541
+ msgstr "Cross River"
3542
 
3543
+ #: i18n/states/NG.php:24
3544
+ msgid "Delta"
3545
+ msgstr "Delta"
3546
 
3547
+ #: i18n/states/NG.php:25
3548
+ msgid "Ebonyi"
3549
+ msgstr "Ebonyi"
3550
 
3551
+ #: i18n/states/NG.php:26
3552
+ #| msgid "Ecuador"
3553
+ msgid "Edo"
3554
+ msgstr "Edo"
3555
 
3556
+ #: i18n/states/NG.php:27
3557
+ msgid "Ekiti"
3558
+ msgstr "Ekiti"
3559
 
3560
+ #: i18n/states/NG.php:28
3561
+ msgid "Enugu"
3562
+ msgstr "Enugu"
3563
 
3564
+ #: i18n/states/NG.php:29
3565
+ msgid "Gombe"
3566
+ msgstr "Gombe"
3567
 
3568
+ #: i18n/states/NG.php:30
3569
+ msgid "Imo"
3570
+ msgstr "Imo"
3571
 
3572
+ #: i18n/states/NG.php:31
3573
+ #| msgid "Kagawa"
3574
+ msgid "Jigawa"
3575
+ msgstr "Jigawa"
3576
 
3577
+ #: i18n/states/NG.php:32
3578
+ msgid "Kaduna"
3579
+ msgstr "Kaduna"
3580
 
3581
+ #: i18n/states/NG.php:33
3582
+ msgid "Kano"
3583
+ msgstr "Kano"
3584
 
3585
+ #: i18n/states/NG.php:34
3586
+ msgid "Katsina"
3587
+ msgstr "Katsina"
 
3588
 
3589
+ #: i18n/states/NG.php:35
3590
+ msgid "Kebbi"
3591
+ msgstr "Kebbi"
3592
 
3593
+ #: i18n/states/NG.php:36
3594
+ msgid "Kogi"
3595
+ msgstr "Kogi"
 
 
3596
 
3597
+ #: i18n/states/NG.php:37
3598
+ msgid "Kwara"
3599
+ msgstr "Kwara"
3600
 
3601
+ #: i18n/states/NG.php:38
3602
+ msgid "Lagos"
3603
+ msgstr "Lagos"
 
3604
 
3605
+ #: i18n/states/NG.php:39
3606
+ #| msgid "Sarawak"
3607
+ msgid "Nasarawa"
3608
+ msgstr "Nasarawa"
3609
+
3610
+ #: i18n/states/NG.php:41
3611
+ msgid "Ogun"
3612
+ msgstr "Ogun"
3613
+
3614
+ #: i18n/states/NG.php:42
3615
+ msgid "Ondo"
3616
+ msgstr "Ondo"
3617
+
3618
+ #: i18n/states/NG.php:43
3619
+ msgid "Osun"
3620
+ msgstr "Osun"
3621
+
3622
+ #: i18n/states/NG.php:44
3623
+ msgid "Oyo"
3624
+ msgstr "Oyo"
3625
 
3626
+ #: i18n/states/NG.php:45
3627
+ msgid "Plateau"
3628
+ msgstr "Plateau"
3629
 
3630
+ #: i18n/states/NG.php:46
3631
+ msgid "Rivers"
3632
+ msgstr "Rivers"
3633
 
3634
+ #: i18n/states/NG.php:47
3635
+ msgid "Sokoto"
3636
+ msgstr "Sokoto"
3637
 
3638
+ #: i18n/states/NG.php:48
3639
+ #| msgid "Taranaki"
3640
+ msgid "Taraba"
3641
+ msgstr "Taraba"
3642
 
3643
+ #: i18n/states/NG.php:49
3644
+ msgid "Yobe"
3645
+ msgstr "Yobe"
3646
 
3647
+ #: i18n/states/NG.php:50
3648
+ msgid "Zamfara"
3649
+ msgstr "Zamfara"
3650
 
3651
+ #: i18n/states/NP.php:13
3652
+ msgid "Bagmati"
3653
+ msgstr "باگماتی"
3654
 
3655
+ #: i18n/states/NP.php:14
3656
+ msgid "Bheri"
3657
+ msgstr "بهری"
3658
 
3659
+ #: i18n/states/NP.php:15
3660
+ msgid "Dhawalagiri"
3661
+ msgstr "داوالاگیری"
 
3662
 
3663
+ #: i18n/states/NP.php:16
3664
+ msgid "Gandaki"
3665
+ msgstr "گانداکی"
 
3666
 
3667
+ #: i18n/states/NP.php:17
3668
+ msgid "Janakpur"
3669
+ msgstr "جنکپور"
 
3670
 
3671
+ #: i18n/states/NP.php:18
3672
+ msgid "Karnali"
3673
+ msgstr "کارنالی"
 
3674
 
3675
+ #: i18n/states/NP.php:19
3676
+ msgid "Koshi"
3677
+ msgstr "کوشی"
 
3678
 
3679
+ #: i18n/states/NP.php:20
3680
+ msgid "Lumbini"
3681
+ msgstr "لومبینی"
 
3682
 
3683
+ #: i18n/states/NP.php:21
3684
+ msgid "Mahakali"
3685
+ msgstr "ماهاکالی"
 
3686
 
3687
+ #: i18n/states/NP.php:22
3688
+ msgid "Mechi"
3689
+ msgstr "مچی"
 
3690
 
3691
+ #: i18n/states/NP.php:23
3692
+ msgid "Narayani"
3693
+ msgstr "نارایانی"
 
 
3694
 
3695
+ #: i18n/states/NP.php:24
3696
+ msgid "Rapti"
3697
+ msgstr "راپتی"
 
 
3698
 
3699
+ #: i18n/states/NP.php:25
3700
+ msgid "Sagarmatha"
3701
+ msgstr "Sagarmatha"
 
3702
 
3703
+ #: i18n/states/NP.php:26
3704
+ msgid "Seti"
3705
+ msgstr "ستی"
 
3706
 
3707
+ #: i18n/states/NZ.php:13
3708
+ msgid "Northland"
3709
+ msgstr "Northland"
 
3710
 
3711
+ #: i18n/states/NZ.php:14
3712
+ msgid "Auckland"
3713
+ msgstr "Auckland"
 
3714
 
3715
+ #: i18n/states/NZ.php:15
3716
+ msgid "Waikato"
3717
+ msgstr "Waikato"
 
3718
 
3719
+ #: i18n/states/NZ.php:16
3720
+ msgid "Bay of Plenty"
3721
+ msgstr "Bay of Plenty"
 
3722
 
3723
+ #: i18n/states/NZ.php:17
3724
+ msgid "Taranaki"
3725
+ msgstr "Taranaki"
 
3726
 
3727
+ #: i18n/states/NZ.php:18
3728
+ msgid "Gisborne"
3729
+ msgstr "گیسبورن"
 
3730
 
3731
+ #: i18n/states/NZ.php:19
3732
+ msgid "Hawke&rsquo;s Bay"
3733
+ msgstr "Hawke&rsquo;s Bay"
 
3734
 
3735
+ #: i18n/states/NZ.php:20
3736
+ msgid "Manawatu-Wanganui"
3737
+ msgstr "Manawatu-Wanganui"
 
3738
 
3739
+ #: i18n/states/NZ.php:21
3740
+ msgid "Wellington"
3741
+ msgstr "Wellington"
 
3742
 
3743
+ #: i18n/states/NZ.php:22
3744
+ msgid "Nelson"
3745
+ msgstr "Nelson"
 
3746
 
3747
+ #: i18n/states/NZ.php:23
3748
+ msgid "Marlborough"
3749
+ msgstr "Marlborough"
 
3750
 
3751
+ #: i18n/states/NZ.php:24
3752
+ msgid "Tasman"
3753
+ msgstr "Tasman"
 
3754
 
3755
+ #: i18n/states/NZ.php:25
3756
+ msgid "West Coast"
3757
+ msgstr "West Coast"
 
3758
 
3759
+ #: i18n/states/NZ.php:26
3760
+ msgid "Canterbury"
3761
+ msgstr "Canterbury"
 
3762
 
3763
+ #: i18n/states/NZ.php:27
3764
+ msgid "Otago"
3765
+ msgstr "Otago"
 
3766
 
3767
+ #: i18n/states/NZ.php:28
3768
+ msgid "Southland"
3769
+ msgstr "Southland"
 
 
 
 
 
 
3770
 
3771
+ #: i18n/states/PE.php:13
3772
+ msgid "El Callao"
3773
+ msgstr "El Callao"
 
3774
 
3775
+ #: i18n/states/PE.php:14
3776
+ msgid "Municipalidad Metropolitana de Lima"
3777
+ msgstr "Municipalidad Metropolitana de Lima"
 
3778
 
3779
+ #: i18n/states/PE.php:16
3780
+ msgid "Ancash"
3781
+ msgstr "Ancash"
 
3782
 
3783
+ #: i18n/states/PE.php:17
3784
+ msgid "Apur&iacute;mac"
3785
+ msgstr "Apur&iacute;mac"
 
 
 
3786
 
3787
+ #: i18n/states/PE.php:18
3788
+ msgid "Arequipa"
3789
+ msgstr "ضروری"
 
3790
 
3791
+ #: i18n/states/PE.php:19
3792
+ msgid "Ayacucho"
3793
+ msgstr "Ayacucho"
 
3794
 
3795
+ #: i18n/states/PE.php:20
3796
+ msgid "Cajamarca"
3797
+ msgstr "Cajamarca"
 
3798
 
3799
+ #: i18n/states/PE.php:21
3800
+ msgid "Cusco"
3801
+ msgstr "Cusco"
 
3802
 
3803
+ #: i18n/states/PE.php:22
3804
+ msgid "Huancavelica"
3805
+ msgstr "Huancavelica"
 
3806
 
3807
+ #: i18n/states/PE.php:23
3808
+ msgid "Hu&aacute;nuco"
3809
+ msgstr "Hu&aacute;nuco"
 
 
3810
 
3811
+ #: i18n/states/PE.php:24
3812
+ msgid "Ica"
3813
+ msgstr "Ica"
 
3814
 
3815
+ #: i18n/states/PE.php:25
3816
+ msgid "Jun&iacute;n"
3817
+ msgstr "Jun&iacute;n"
 
3818
 
3819
+ #: i18n/states/PE.php:26
3820
+ msgid "La Libertad"
3821
+ msgstr "La Libertad"
 
 
3822
 
3823
+ #: i18n/states/PE.php:27
3824
+ msgid "Lambayeque"
3825
+ msgstr "Lambayeque"
 
 
3826
 
3827
+ #: i18n/states/PE.php:28
3828
+ msgid "Lima"
3829
+ msgstr "Lima"
 
 
3830
 
3831
+ #: i18n/states/PE.php:29
3832
+ msgid "Loreto"
3833
+ msgstr "Loreto"
 
 
3834
 
3835
+ #: i18n/states/PE.php:30
3836
+ msgid "Madre de Dios"
3837
+ msgstr "Madre de Dios"
 
 
3838
 
3839
+ #: i18n/states/PE.php:31
3840
+ msgid "Moquegua"
3841
+ msgstr "Moquegua"
 
 
 
 
 
 
3842
 
3843
+ #: i18n/states/PE.php:32
3844
+ msgid "Pasco"
3845
+ msgstr "Pasco"
 
3846
 
3847
+ #: i18n/states/PE.php:33
3848
+ msgid "Piura"
3849
+ msgstr "Piura"
 
 
3850
 
3851
+ #: i18n/states/PE.php:34
3852
+ msgid "Puno"
3853
+ msgstr "Puno"
 
3854
 
3855
+ #: i18n/states/PE.php:35
3856
+ msgid "San Mart&iacute;n"
3857
+ msgstr "San Mart&iacute;n"
 
3858
 
3859
+ #: i18n/states/PE.php:36
3860
+ msgid "Tacna"
3861
+ msgstr "Tacna"
 
 
3862
 
3863
+ #: i18n/states/PE.php:37
3864
+ msgid "Tumbes"
3865
+ msgstr "Tumbes"
 
 
3866
 
3867
+ #: i18n/states/PE.php:38
3868
+ msgid "Ucayali"
3869
+ msgstr "Ucayali"
 
3870
 
3871
+ #: i18n/states/PH.php:12
3872
+ msgid "Abra"
3873
+ msgstr "آبرا"
 
3874
 
3875
+ #: i18n/states/PH.php:13
3876
+ msgid "Agusan del Norte"
3877
+ msgstr "آگوسان شمالی"
 
3878
 
3879
+ #: i18n/states/PH.php:14
3880
+ msgid "Agusan del Sur"
3881
+ msgstr "آگوسان جنوبی"
 
3882
 
3883
+ #: i18n/states/PH.php:15
3884
+ msgid "Aklan"
3885
+ msgstr "آکلان"
 
3886
 
3887
+ #: i18n/states/PH.php:16
3888
+ msgid "Albay"
3889
+ msgstr "آلبای"
 
3890
 
3891
+ #: i18n/states/PH.php:17
3892
+ msgid "Antique"
3893
+ msgstr "آنتیکو"
 
3894
 
3895
+ #: i18n/states/PH.php:18
3896
+ msgid "Apayao"
3897
+ msgstr "آپایائو"
 
 
 
 
 
 
3898
 
3899
+ #: i18n/states/PH.php:19
3900
+ msgid "Aurora"
3901
+ msgstr "آئورا"
 
 
3902
 
3903
+ #: i18n/states/PH.php:20
3904
+ msgid "Basilan"
3905
+ msgstr "باسیلان"
3906
 
3907
+ #: i18n/states/PH.php:21
3908
+ msgid "Bataan"
3909
+ msgstr "باتان"
 
3910
 
3911
+ #: i18n/states/PH.php:22
3912
+ msgid "Batanes"
3913
+ msgstr "باتانس"
 
 
 
 
3914
 
3915
+ #: i18n/states/PH.php:23
3916
+ msgid "Batangas"
3917
+ msgstr "باتانگاس"
 
3918
 
3919
+ #: i18n/states/PH.php:24
3920
+ msgid "Benguet"
3921
+ msgstr "بنگوئه"
 
 
3922
 
3923
+ #: i18n/states/PH.php:25
3924
+ msgid "Biliran"
3925
+ msgstr "بیلیران"
 
 
 
3926
 
3927
+ #: i18n/states/PH.php:26
3928
+ msgid "Bohol"
3929
+ msgstr "بهل (فیلیپین)"
 
 
 
3930
 
3931
+ #: i18n/states/PH.php:27
3932
+ msgid "Bukidnon"
3933
+ msgstr "بوکیدنون"
 
 
 
3934
 
3935
+ #: i18n/states/PH.php:28
3936
+ msgid "Bulacan"
3937
+ msgstr "بولاکان"
 
 
 
3938
 
3939
+ #: i18n/states/PH.php:29
3940
+ msgid "Cagayan"
3941
+ msgstr "کاگایان"
 
 
 
3942
 
3943
+ #: i18n/states/PH.php:30
3944
+ msgid "Camarines Norte"
3945
+ msgstr "کامارینه شمالی"
 
 
 
 
 
 
 
 
 
 
3946
 
3947
+ #: i18n/states/PH.php:31
3948
+ msgid "Camarines Sur"
3949
+ msgstr "کامارینه جنوبی"
 
 
 
3950
 
3951
+ #: i18n/states/PH.php:32
3952
+ msgid "Camiguin"
3953
+ msgstr "کامیگوئین"
 
 
 
3954
 
3955
+ #: i18n/states/PH.php:33
3956
+ msgid "Capiz"
3957
+ msgstr "کاپیز"
 
 
 
3958
 
3959
+ #: i18n/states/PH.php:34
3960
+ msgid "Catanduanes"
3961
+ msgstr "Catanduanes"
 
 
 
3962
 
3963
+ #: i18n/states/PH.php:35
3964
+ msgid "Cavite"
3965
+ msgstr "Cavite"
 
 
 
3966
 
3967
+ #: i18n/states/PH.php:36
3968
+ msgid "Cebu"
3969
+ msgstr "سبو"
 
 
3970
 
3971
+ #: i18n/states/PH.php:37
3972
+ msgid "Compostela Valley"
3973
+ msgstr "Compostela Valley"
 
3974
 
3975
+ #: i18n/states/PH.php:38
3976
+ msgid "Cotabato"
3977
+ msgstr "کوتاباتو"
 
3978
 
3979
+ #: i18n/states/PH.php:39
3980
+ msgid "Davao del Norte"
3981
+ msgstr "Davao del Norte"
 
3982
 
3983
+ #: i18n/states/PH.php:40
3984
+ msgid "Davao del Sur"
3985
+ msgstr "Davao del Sur"
 
3986
 
3987
+ #: i18n/states/PH.php:41
3988
+ msgid "Davao Occidental"
3989
+ msgstr "Davao Occidental"
 
3990
 
3991
+ #: i18n/states/PH.php:42
3992
+ msgid "Davao Oriental"
3993
+ msgstr "Davao Oriental"
 
3994
 
3995
+ #: i18n/states/PH.php:43
3996
+ msgid "Dinagat Islands"
3997
+ msgstr "Dinagat Islands"
 
 
3998
 
3999
+ #: i18n/states/PH.php:44
4000
+ msgid "Eastern Samar"
4001
+ msgstr "Eastern Samar"
 
 
4002
 
4003
+ #: i18n/states/PH.php:45
4004
+ msgid "Guimaras"
4005
+ msgstr "Guimaras"
 
 
 
4006
 
4007
+ #: i18n/states/PH.php:46
4008
+ msgid "Ifugao"
4009
+ msgstr "Ifugao"
 
4010
 
4011
+ #: i18n/states/PH.php:47
4012
+ msgid "Ilocos Norte"
4013
+ msgstr "Ilocos Norte"
4014
 
4015
+ #: i18n/states/PH.php:48
4016
+ msgid "Ilocos Sur"
4017
+ msgstr "Ilocos Sur"
4018
 
4019
+ #: i18n/states/PH.php:49
4020
+ msgid "Iloilo"
4021
+ msgstr "ایویلو"
 
4022
 
4023
+ #: i18n/states/PH.php:50
4024
+ msgid "Isabela"
4025
+ msgstr "ایزابلا"
 
4026
 
4027
+ #: i18n/states/PH.php:51
4028
+ msgid "Kalinga"
4029
+ msgstr "کالینگا"
4030
 
4031
+ #: i18n/states/PH.php:52
4032
+ msgid "La Union"
4033
+ msgstr "La Union"
4034
 
4035
+ #: i18n/states/PH.php:53
4036
+ msgid "Laguna"
4037
+ msgstr "لاگونا"
4038
 
4039
+ #: i18n/states/PH.php:54
4040
+ msgid "Lanao del Norte"
4041
+ msgstr "Lanao del Norte"
4042
 
4043
+ #: i18n/states/PH.php:55
4044
+ msgid "Lanao del Sur"
4045
+ msgstr "Lanao del Sur"
4046
 
4047
+ #: i18n/states/PH.php:56
4048
+ msgid "Leyte"
4049
+ msgstr "Leyte"
4050
 
4051
+ #: i18n/states/PH.php:57
4052
+ msgid "Maguindanao"
4053
+ msgstr "Maguindanao"
4054
 
4055
+ #: i18n/states/PH.php:58
4056
+ msgid "Marinduque"
4057
+ msgstr "Marinduque"
4058
 
4059
+ #: i18n/states/PH.php:59
4060
+ msgid "Masbate"
4061
+ msgstr "Masbate"
4062
 
4063
+ #: i18n/states/PH.php:60
4064
+ msgid "Misamis Occidental"
4065
+ msgstr "Misamis Occidental"
4066
 
4067
+ #: i18n/states/PH.php:61
4068
+ msgid "Misamis Oriental"
4069
+ msgstr "Misamis Oriental"
4070
 
4071
+ #: i18n/states/PH.php:62
4072
+ msgid "Mountain Province"
4073
+ msgstr "Mountain Province"
4074
 
4075
+ #: i18n/states/PH.php:63
4076
+ msgid "Negros Occidental"
4077
+ msgstr "Negros Occidental"
4078
 
4079
+ #: i18n/states/PH.php:64
4080
+ msgid "Negros Oriental"
4081
+ msgstr "Negros Oriental"
4082
 
4083
+ #: i18n/states/PH.php:65
4084
+ msgid "Northern Samar"
4085
+ msgstr "Northern Samar"
4086
 
4087
+ #: i18n/states/PH.php:66
4088
+ msgid "Nueva Ecija"
4089
+ msgstr "Nueva Ecija"
4090
 
4091
+ #: i18n/states/PH.php:67
4092
+ msgid "Nueva Vizcaya"
4093
+ msgstr "Nueva Vizcaya"
4094
 
4095
+ #: i18n/states/PH.php:68
4096
+ msgid "Occidental Mindoro"
4097
+ msgstr "Occidental Mindoro"
4098
 
4099
+ #: i18n/states/PH.php:69
4100
+ msgid "Oriental Mindoro"
4101
+ msgstr "Oriental Mindoro"
4102
 
4103
+ #: i18n/states/PH.php:70
4104
+ msgid "Palawan"
4105
+ msgstr "Palawan"
4106
 
4107
+ #: i18n/states/PH.php:71
4108
+ msgid "Pampanga"
4109
+ msgstr "Pampanga"
4110
 
4111
+ #: i18n/states/PH.php:72
4112
+ msgid "Pangasinan"
4113
+ msgstr "Pangasinan"
4114
 
4115
+ #: i18n/states/PH.php:73
4116
+ msgid "Quezon"
4117
+ msgstr "Quezon"
4118
 
4119
+ #: i18n/states/PH.php:74
4120
+ msgid "Quirino"
4121
+ msgstr "Quirino"
 
4122
 
4123
+ #: i18n/states/PH.php:75
4124
+ msgid "Rizal"
4125
+ msgstr "ریزال"
4126
 
4127
+ #: i18n/states/PH.php:76
4128
+ msgid "Romblon"
4129
+ msgstr "رومبلون"
 
4130
 
4131
+ #: i18n/states/PH.php:77
4132
+ msgid "Samar"
4133
+ msgstr "سامار"
 
 
 
 
4134
 
4135
+ #: i18n/states/PH.php:78
4136
+ msgid "Sarangani"
4137
+ msgstr "Sarangani"
4138
 
4139
+ #: i18n/states/PH.php:79
4140
+ msgid "Siquijor"
4141
+ msgstr "Siquijor"
4142
 
4143
+ #: i18n/states/PH.php:80
4144
+ msgid "Sorsogon"
4145
+ msgstr "Sorsogon"
4146
 
4147
+ #: i18n/states/PH.php:81
4148
+ msgid "South Cotabato"
4149
+ msgstr "کوتاباتو جنوبی"
4150
 
4151
+ #: i18n/states/PH.php:82
4152
+ msgid "Southern Leyte"
4153
+ msgstr "Southern Leyte"
4154
 
4155
+ #: i18n/states/PH.php:83
4156
+ msgid "Sultan Kudarat"
4157
+ msgstr "سلطان قدرت"
4158
 
4159
+ #: i18n/states/PH.php:84
4160
+ msgid "Sulu"
4161
+ msgstr "سولو"
4162
 
4163
+ #: i18n/states/PH.php:85
4164
+ msgid "Surigao del Norte"
4165
+ msgstr "Surigao del Norte"
4166
 
4167
+ #: i18n/states/PH.php:86
4168
+ msgid "Surigao del Sur"
4169
+ msgstr "Surigao del Sur"
4170
 
4171
+ #: i18n/states/PH.php:87
4172
+ msgid "Tarlac"
4173
+ msgstr "Tarlac"
4174
 
4175
+ #: i18n/states/PH.php:88
4176
+ msgid "Tawi-Tawi"
4177
+ msgstr "Tawi-Tawi"
4178
 
4179
+ #: i18n/states/PH.php:89
4180
+ msgid "Zambales"
4181
+ msgstr "Zambales"
4182
 
4183
+ #: i18n/states/PH.php:90
4184
+ msgid "Zamboanga del Norte"
4185
+ msgstr "Zamboanga del Norte"
4186
 
4187
+ #: i18n/states/PH.php:91
4188
+ msgid "Zamboanga del Sur"
4189
+ msgstr "Zamboanga del Sur"
4190
 
4191
+ #: i18n/states/PH.php:92
4192
+ msgid "Zamboanga Sibugay"
4193
+ msgstr "Zamboanga Sibugay"
4194
 
4195
+ #: i18n/states/PH.php:93
4196
+ msgid "Metro Manila"
4197
+ msgstr "Metro Manila"
 
4198
 
4199
+ #: i18n/states/PK.php:13
4200
+ #| msgid "Jammu and Kashmir"
4201
+ msgid "Azad Kashmir"
4202
+ msgstr "Azad Kashmir"
4203
 
4204
+ #: i18n/states/PK.php:14
4205
+ #| msgid "Pakistan"
4206
+ msgid "Balochistan"
4207
+ msgstr "Balochistan"
4208
 
4209
+ #: i18n/states/PK.php:15
4210
+ msgid "FATA"
4211
+ msgstr "FATA"
 
4212
 
4213
+ #: i18n/states/PK.php:16
4214
+ msgid "Gilgit Baltistan"
4215
+ msgstr "Gilgit Baltistan"
4216
 
4217
+ #: i18n/states/PK.php:17
4218
+ #| msgid "Australian Capital Territory"
4219
+ msgid "Islamabad Capital Territory"
4220
+ msgstr "Islamabad Capital Territory"
4221
 
4222
+ #: i18n/states/PK.php:18
4223
+ msgid "Khyber Pakhtunkhwa"
4224
+ msgstr "Khyber Pakhtunkhwa"
4225
 
4226
+ #: i18n/states/PK.php:20
4227
+ msgid "Sindh"
4228
+ msgstr "Sindh"
4229
 
4230
+ #: i18n/states/TH.php:13
4231
+ msgid "Amnat Charoen (&#3629;&#3635;&#3609;&#3634;&#3592;&#3648;&#3592;&#3619;&#3636;&#3597;)"
4232
+ msgstr "Amnat Charoen (&#3629;&#3635;&#3609;&#3634;&#3592;&#3648;&#3592;&#3619;&#3636;&#3597;)"
4233
 
4234
+ #: i18n/states/TH.php:14
4235
+ msgid "Ang Thong (&#3629;&#3656;&#3634;&#3591;&#3607;&#3629;&#3591;)"
4236
+ msgstr "Ang Thong (&#3629;&#3656;&#3634;&#3591;&#3607;&#3629;&#3591;)"
4237
 
4238
+ #: i18n/states/TH.php:15
4239
+ msgid ""
4240
+ "Ayutthaya (&#3614;&#3619;&#3632;&#3609;&#3588;&#3619;&#3624;&#3619;&#3637;&#3629;&#3618;&#3640;"
4241
+ "&#3608;&#3618;&#3634;)"
4242
+ msgstr ""
4243
+ "Ayutthaya (&#3614;&#3619;&#3632;&#3609;&#3588;&#3619;&#3624;&#3619;&#3637;&#3629;&#3618;&#3640;"
4244
+ "&#3608;&#3618;&#3634;)"
4245
 
4246
+ #: i18n/states/TH.php:16
4247
+ msgid ""
4248
+ "Bangkok (&#3585;&#3619;&#3640;&#3591;&#3648;&#3607;&#3614;&#3617;&#3627;&#3634;&#3609;&#3588;"
4249
+ "&#3619;)"
4250
+ msgstr ""
4251
+ "Bangkok (&#3585;&#3619;&#3640;&#3591;&#3648;&#3607;&#3614;&#3617;&#3627;&#3634;&#3609;&#3588;"
4252
+ "&#3619;)"
4253
 
4254
+ #: i18n/states/TH.php:17
4255
+ msgid "Bueng Kan (&#3610;&#3638;&#3591;&#3585;&#3634;&#3628;)"
4256
+ msgstr "Bueng Kan (&#3610;&#3638;&#3591;&#3585;&#3634;&#3628;)"
 
4257
 
4258
+ #: i18n/states/TH.php:18
4259
+ msgid "Buri Ram (&#3610;&#3640;&#3619;&#3637;&#3619;&#3633;&#3617;&#3618;&#3660;)"
4260
+ msgstr "Buri Ram (&#3610;&#3640;&#3619;&#3637;&#3619;&#3633;&#3617;&#3618;&#3660;)"
4261
 
4262
+ #: i18n/states/TH.php:19
4263
+ msgid "Chachoengsao (&#3593;&#3632;&#3648;&#3594;&#3636;&#3591;&#3648;&#3607;&#3619;&#3634;)"
4264
+ msgstr "Chachoengsao (&#3593;&#3632;&#3648;&#3594;&#3636;&#3591;&#3648;&#3607;&#3619;&#3634;)"
4265
 
4266
+ #: i18n/states/TH.php:20
4267
+ msgid "Chai Nat (&#3594;&#3633;&#3618;&#3609;&#3634;&#3607;)"
4268
+ msgstr "Chai Nat (&#3594;&#3633;&#3618;&#3609;&#3634;&#3607;)"
4269
 
4270
+ #: i18n/states/TH.php:21
4271
+ msgid "Chaiyaphum (&#3594;&#3633;&#3618;&#3616;&#3641;&#3617;&#3636;)"
4272
+ msgstr "Chaiyaphum (&#3594;&#3633;&#3618;&#3616;&#3641;&#3617;&#3636;)"
 
4273
 
4274
+ #: i18n/states/TH.php:22
4275
+ msgid "Chanthaburi (&#3592;&#3633;&#3609;&#3607;&#3610;&#3640;&#3619;&#3637;)"
4276
+ msgstr "Chanthaburi (&#3592;&#3633;&#3609;&#3607;&#3610;&#3640;&#3619;&#3637;)"
4277
 
4278
+ #: i18n/states/TH.php:23
4279
+ msgid "Chiang Mai (&#3648;&#3594;&#3637;&#3618;&#3591;&#3651;&#3627;&#3617;&#3656;)"
4280
+ msgstr "Chiang Mai (&#3648;&#3594;&#3637;&#3618;&#3591;&#3651;&#3627;&#3617;&#3656;)"
4281
 
4282
+ #: i18n/states/TH.php:24
4283
+ msgid "Chiang Rai (&#3648;&#3594;&#3637;&#3618;&#3591;&#3619;&#3634;&#3618;)"
4284
+ msgstr "Chiang Rai (&#3648;&#3594;&#3637;&#3618;&#3591;&#3619;&#3634;&#3618;)"
4285
 
4286
+ #: i18n/states/TH.php:25
4287
+ msgid "Chonburi (&#3594;&#3621;&#3610;&#3640;&#3619;&#3637;)"
4288
+ msgstr "Chonburi (&#3594;&#3621;&#3610;&#3640;&#3619;&#3637;)"
4289
 
4290
+ #: i18n/states/TH.php:26
4291
+ msgid "Chumphon (&#3594;&#3640;&#3617;&#3614;&#3619;)"
4292
+ msgstr "Chumphon (&#3594;&#3640;&#3617;&#3614;&#3619;)"
4293
 
4294
+ #: i18n/states/TH.php:27
4295
+ msgid "Kalasin (&#3585;&#3634;&#3628;&#3626;&#3636;&#3609;&#3608;&#3640;&#3660;)"
4296
+ msgstr "Kalasin (&#3585;&#3634;&#3628;&#3626;&#3636;&#3609;&#3608;&#3640;&#3660;)"
4297
 
4298
+ #: i18n/states/TH.php:28
4299
+ msgid "Kamphaeng Phet (&#3585;&#3635;&#3649;&#3614;&#3591;&#3648;&#3614;&#3594;&#3619;)"
4300
+ msgstr "Kamphaeng Phet (&#3585;&#3635;&#3649;&#3614;&#3591;&#3648;&#3614;&#3594;&#3619;)"
 
 
4301
 
4302
+ #: i18n/states/TH.php:29
4303
+ msgid "Kanchanaburi (&#3585;&#3634;&#3597;&#3592;&#3609;&#3610;&#3640;&#3619;&#3637;)"
4304
+ msgstr "Kanchanaburi (&#3585;&#3634;&#3597;&#3592;&#3609;&#3610;&#3640;&#3619;&#3637;)"
 
 
4305
 
4306
+ #: i18n/states/TH.php:30
4307
+ msgid "Khon Kaen (&#3586;&#3629;&#3609;&#3649;&#3585;&#3656;&#3609;)"
4308
+ msgstr "Khon Kaen (&#3586;&#3629;&#3609;&#3649;&#3585;&#3656;&#3609;)"
4309
 
4310
+ #: i18n/states/TH.php:31
4311
+ msgid "Krabi (&#3585;&#3619;&#3632;&#3610;&#3637;&#3656;)"
4312
+ msgstr "Krabi (&#3585;&#3619;&#3632;&#3610;&#3637;&#3656;)"
4313
 
4314
+ #: i18n/states/TH.php:32
4315
+ msgid "Lampang (&#3621;&#3635;&#3611;&#3634;&#3591;)"
4316
+ msgstr "Lampang (&#3621;&#3635;&#3611;&#3634;&#3591;)"
4317
 
4318
+ #: i18n/states/TH.php:33
4319
+ msgid "Lamphun (&#3621;&#3635;&#3614;&#3641;&#3609;)"
4320
+ msgstr "Lamphun (&#3621;&#3635;&#3614;&#3641;&#3609;)"
4321
 
4322
+ #: i18n/states/TH.php:34
4323
+ msgid "Loei (&#3648;&#3621;&#3618;)"
4324
+ msgstr "Loei (&#3648;&#3621;&#3618;)"
4325
 
4326
+ #: i18n/states/TH.php:35
4327
+ msgid "Lopburi (&#3621;&#3614;&#3610;&#3640;&#3619;&#3637;)"
4328
+ msgstr "Lopburi (&#3621;&#3614;&#3610;&#3640;&#3619;&#3637;)"
4329
 
4330
+ #: i18n/states/TH.php:36
4331
+ msgid "Mae Hong Son (&#3649;&#3617;&#3656;&#3630;&#3656;&#3629;&#3591;&#3626;&#3629;&#3609;)"
4332
+ msgstr "Mae Hong Son (&#3649;&#3617;&#3656;&#3630;&#3656;&#3629;&#3591;&#3626;&#3629;&#3609;)"
4333
 
4334
+ #: i18n/states/TH.php:37
4335
+ msgid "Maha Sarakham (&#3617;&#3627;&#3634;&#3626;&#3634;&#3619;&#3588;&#3634;&#3617;)"
4336
+ msgstr "Maha Sarakham (&#3617;&#3627;&#3634;&#3626;&#3634;&#3619;&#3588;&#3634;&#3617;)"
4337
 
4338
+ #: i18n/states/TH.php:38
4339
+ msgid "Mukdahan (&#3617;&#3640;&#3585;&#3604;&#3634;&#3627;&#3634;&#3619;)"
4340
+ msgstr "Mukdahan (&#3617;&#3640;&#3585;&#3604;&#3634;&#3627;&#3634;&#3619;)"
4341
 
4342
+ #: i18n/states/TH.php:39
4343
+ msgid "Nakhon Nayok (&#3609;&#3588;&#3619;&#3609;&#3634;&#3618;&#3585;)"
4344
+ msgstr "Nakhon Nayok (&#3609;&#3588;&#3619;&#3609;&#3634;&#3618;&#3585;)"
4345
 
4346
+ #: i18n/states/TH.php:40
4347
+ msgid "Nakhon Pathom (&#3609;&#3588;&#3619;&#3611;&#3600;&#3617;)"
4348
+ msgstr "Nakhon Pathom (&#3609;&#3588;&#3619;&#3611;&#3600;&#3617;)"
4349
 
4350
+ #: i18n/states/TH.php:41
4351
+ msgid "Nakhon Phanom (&#3609;&#3588;&#3619;&#3614;&#3609;&#3617;)"
4352
+ msgstr "Nakhon Phanom (&#3609;&#3588;&#3619;&#3614;&#3609;&#3617;)"
4353
 
4354
+ #: i18n/states/TH.php:42
4355
+ msgid "Nakhon Ratchasima (&#3609;&#3588;&#3619;&#3619;&#3634;&#3594;&#3626;&#3637;&#3617;&#3634;)"
4356
+ msgstr "Nakhon Ratchasima (&#3609;&#3588;&#3619;&#3619;&#3634;&#3594;&#3626;&#3637;&#3617;&#3634;)"
4357
 
4358
+ #: i18n/states/TH.php:43
4359
+ msgid "Nakhon Sawan (&#3609;&#3588;&#3619;&#3626;&#3623;&#3619;&#3619;&#3588;&#3660;)"
4360
+ msgstr "Nakhon Sawan (&#3609;&#3588;&#3619;&#3626;&#3623;&#3619;&#3619;&#3588;&#3660;)"
4361
 
4362
+ #: i18n/states/TH.php:44
4363
+ msgid ""
4364
+ "Nakhon Si Thammarat (&#3609;&#3588;&#3619;&#3624;&#3619;&#3637;&#3608;&#3619;&#3619;&#3617;&#3619;"
4365
+ "&#3634;&#3594;)"
4366
+ msgstr ""
4367
+ "Nakhon Si Thammarat (&#3609;&#3588;&#3619;&#3624;&#3619;&#3637;&#3608;&#3619;&#3619;&#3617;&#3619;"
4368
+ "&#3634;&#3594;)"
4369
 
4370
+ #: i18n/states/TH.php:45
4371
+ msgid "Nan (&#3609;&#3656;&#3634;&#3609;)"
4372
+ msgstr "Nan (&#3609;&#3656;&#3634;&#3609;)"
4373
 
4374
+ #: i18n/states/TH.php:46
4375
+ msgid "Narathiwat (&#3609;&#3619;&#3634;&#3608;&#3636;&#3623;&#3634;&#3626;)"
4376
+ msgstr "Narathiwat (&#3609;&#3619;&#3634;&#3608;&#3636;&#3623;&#3634;&#3626;)"
4377
 
4378
+ #: i18n/states/TH.php:47
4379
+ msgid ""
4380
+ "Nong Bua Lam Phu (&#3627;&#3609;&#3629;&#3591;&#3610;&#3633;&#3623;&#3621;&#3635;&#3616;&#3641;)"
4381
+ msgstr ""
4382
+ "Nong Bua Lam Phu (&#3627;&#3609;&#3629;&#3591;&#3610;&#3633;&#3623;&#3621;&#3635;&#3616;&#3641;)"
4383
 
4384
+ #: i18n/states/TH.php:48
4385
+ msgid "Nong Khai (&#3627;&#3609;&#3629;&#3591;&#3588;&#3634;&#3618;)"
4386
+ msgstr "Nong Khai (&#3627;&#3609;&#3629;&#3591;&#3588;&#3634;&#3618;)"
4387
 
4388
+ #: i18n/states/TH.php:49
4389
+ msgid "Nonthaburi (&#3609;&#3609;&#3607;&#3610;&#3640;&#3619;&#3637;)"
4390
+ msgstr "Nonthaburi (&#3609;&#3609;&#3607;&#3610;&#3640;&#3619;&#3637;)"
4391
 
4392
+ #: i18n/states/TH.php:50
4393
+ msgid "Pathum Thani (&#3611;&#3607;&#3640;&#3617;&#3608;&#3634;&#3609;&#3637;)"
4394
+ msgstr "Pathum Thani (&#3611;&#3607;&#3640;&#3617;&#3608;&#3634;&#3609;&#3637;)"
 
4395
 
4396
+ #: i18n/states/TH.php:51
4397
+ msgid "Pattani (&#3611;&#3633;&#3605;&#3605;&#3634;&#3609;&#3637;)"
4398
+ msgstr "Pattani (&#3611;&#3633;&#3605;&#3605;&#3634;&#3609;&#3637;)"
 
4399
 
4400
+ #: i18n/states/TH.php:52
4401
+ msgid "Phang Nga (&#3614;&#3633;&#3591;&#3591;&#3634;)"
4402
+ msgstr "Phang Nga (&#3614;&#3633;&#3591;&#3591;&#3634;)"
4403
 
4404
+ #: i18n/states/TH.php:53
4405
+ msgid "Phatthalung (&#3614;&#3633;&#3607;&#3621;&#3640;&#3591;)"
4406
+ msgstr "Phatthalung (&#3614;&#3633;&#3607;&#3621;&#3640;&#3591;)"
 
4407
 
4408
+ #: i18n/states/TH.php:54
4409
+ msgid "Phayao (&#3614;&#3632;&#3648;&#3618;&#3634;)"
4410
+ msgstr "Phayao (&#3614;&#3632;&#3648;&#3618;&#3634;)"
 
4411
 
4412
+ #: i18n/states/TH.php:55
4413
+ msgid "Phetchabun (&#3648;&#3614;&#3594;&#3619;&#3610;&#3641;&#3619;&#3603;&#3660;)"
4414
+ msgstr "Phetchabun (&#3648;&#3614;&#3594;&#3619;&#3610;&#3641;&#3619;&#3603;&#3660;)"
4415
 
4416
+ #: i18n/states/TH.php:56
4417
+ msgid "Phetchaburi (&#3648;&#3614;&#3594;&#3619;&#3610;&#3640;&#3619;&#3637;)"
4418
+ msgstr "Phetchaburi (&#3648;&#3614;&#3594;&#3619;&#3610;&#3640;&#3619;&#3637;)"
4419
 
4420
+ #: i18n/states/TH.php:57
4421
+ msgid "Phichit (&#3614;&#3636;&#3592;&#3636;&#3605;&#3619;)"
4422
+ msgstr "Phichit (&#3614;&#3636;&#3592;&#3636;&#3605;&#3619;)"
 
4423
 
4424
+ #: i18n/states/TH.php:58
4425
+ msgid "Phitsanulok (&#3614;&#3636;&#3625;&#3603;&#3640;&#3650;&#3621;&#3585;)"
4426
+ msgstr "Phitsanulok (&#3614;&#3636;&#3625;&#3603;&#3640;&#3650;&#3621;&#3585;)"
 
4427
 
4428
+ #: i18n/states/TH.php:59
4429
+ msgid "Phrae (&#3649;&#3614;&#3619;&#3656;)"
4430
+ msgstr "Phrae (&#3649;&#3614;&#3619;&#3656;)"
 
4431
 
4432
+ #: i18n/states/TH.php:60
4433
+ msgid "Phuket (&#3616;&#3641;&#3648;&#3585;&#3655;&#3605;)"
4434
+ msgstr "Phuket (&#3616;&#3641;&#3648;&#3585;&#3655;&#3605;)"
 
4435
 
4436
+ #: i18n/states/TH.php:61
4437
+ msgid "Prachin Buri (&#3611;&#3619;&#3634;&#3592;&#3637;&#3609;&#3610;&#3640;&#3619;&#3637;)"
4438
+ msgstr "Prachin Buri (&#3611;&#3619;&#3634;&#3592;&#3637;&#3609;&#3610;&#3640;&#3619;&#3637;)"
4439
 
4440
+ #: i18n/states/TH.php:62
4441
+ msgid ""
4442
+ "Prachuap Khiri Khan (&#3611;&#3619;&#3632;&#3592;&#3623;&#3610;&#3588;&#3637;&#3619;&#3637;&#3586;"
4443
+ "&#3633;&#3609;&#3608;&#3660;)"
4444
+ msgstr ""
4445
+ "Prachuap Khiri Khan (&#3611;&#3619;&#3632;&#3592;&#3623;&#3610;&#3588;&#3637;&#3619;&#3637;&#3586;"
4446
+ "&#3633;&#3609;&#3608;&#3660;)"
4447
 
4448
+ #: i18n/states/TH.php:63
4449
+ msgid "Ranong (&#3619;&#3632;&#3609;&#3629;&#3591;)"
4450
+ msgstr "Ranong (&#3619;&#3632;&#3609;&#3629;&#3591;)"
 
4451
 
4452
+ #: i18n/states/TH.php:64
4453
+ msgid "Ratchaburi (&#3619;&#3634;&#3594;&#3610;&#3640;&#3619;&#3637;)"
4454
+ msgstr "Ratchaburi (&#3619;&#3634;&#3594;&#3610;&#3640;&#3619;&#3637;)"
 
4455
 
4456
+ #: i18n/states/TH.php:65
4457
+ msgid "Rayong (&#3619;&#3632;&#3618;&#3629;&#3591;)"
4458
+ msgstr "Rayong (&#3619;&#3632;&#3618;&#3629;&#3591;)"
 
4459
 
4460
+ #: i18n/states/TH.php:66
4461
+ msgid "Roi Et (&#3619;&#3657;&#3629;&#3618;&#3648;&#3629;&#3655;&#3604;)"
4462
+ msgstr "Roi Et (&#3619;&#3657;&#3629;&#3618;&#3648;&#3629;&#3655;&#3604;)"
 
4463
 
4464
+ #: i18n/states/TH.php:67
4465
+ msgid "Sa Kaeo (&#3626;&#3619;&#3632;&#3649;&#3585;&#3657;&#3623;)"
4466
+ msgstr "Sa Kaeo (&#3626;&#3619;&#3632;&#3649;&#3585;&#3657;&#3623;)"
4467
 
4468
+ #: i18n/states/TH.php:68
4469
+ msgid "Sakon Nakhon (&#3626;&#3585;&#3621;&#3609;&#3588;&#3619;)"
4470
+ msgstr "Sakon Nakhon (&#3626;&#3585;&#3621;&#3609;&#3588;&#3619;)"
 
4471
 
4472
+ #: i18n/states/TH.php:69
4473
+ msgid "Samut Prakan (&#3626;&#3617;&#3640;&#3607;&#3619;&#3611;&#3619;&#3634;&#3585;&#3634;&#3619;)"
4474
+ msgstr "Samut Prakan (&#3626;&#3617;&#3640;&#3607;&#3619;&#3611;&#3619;&#3634;&#3585;&#3634;&#3619;)"
 
4475
 
4476
+ #: i18n/states/TH.php:70
4477
+ msgid "Samut Sakhon (&#3626;&#3617;&#3640;&#3607;&#3619;&#3626;&#3634;&#3588;&#3619;)"
4478
+ msgstr "Samut Sakhon (&#3626;&#3617;&#3640;&#3607;&#3619;&#3626;&#3634;&#3588;&#3619;)"
4479
 
4480
+ #: i18n/states/TH.php:71
4481
+ msgid ""
4482
+ "Samut Songkhram (&#3626;&#3617;&#3640;&#3607;&#3619;&#3626;&#3591;&#3588;&#3619;&#3634;&#3617;)"
4483
+ msgstr ""
4484
+ "Samut Songkhram (&#3626;&#3617;&#3640;&#3607;&#3619;&#3626;&#3591;&#3588;&#3619;&#3634;&#3617;)"
4485
 
4486
+ #: i18n/states/TH.php:72
4487
+ msgid "Saraburi (&#3626;&#3619;&#3632;&#3610;&#3640;&#3619;&#3637;)"
4488
+ msgstr "Saraburi (&#3626;&#3619;&#3632;&#3610;&#3640;&#3619;&#3637;)"
4489
 
4490
+ #: i18n/states/TH.php:73
4491
+ msgid "Satun (&#3626;&#3605;&#3641;&#3621;)"
4492
+ msgstr "Satun (&#3626;&#3605;&#3641;&#3621;)"
4493
 
4494
+ #: i18n/states/TH.php:74
4495
+ msgid "Sing Buri (&#3626;&#3636;&#3591;&#3627;&#3660;&#3610;&#3640;&#3619;&#3637;)"
4496
+ msgstr "Sing Buri (&#3626;&#3636;&#3591;&#3627;&#3660;&#3610;&#3640;&#3619;&#3637;)"
 
4497
 
4498
+ #: i18n/states/TH.php:75
4499
+ msgid "Sisaket (&#3624;&#3619;&#3637;&#3626;&#3632;&#3648;&#3585;&#3625;)"
4500
+ msgstr "Sisaket (&#3624;&#3619;&#3637;&#3626;&#3632;&#3648;&#3585;&#3625;)"
4501
 
4502
+ #: i18n/states/TH.php:76
4503
+ msgid "Songkhla (&#3626;&#3591;&#3586;&#3621;&#3634;)"
4504
+ msgstr "Songkhla (&#3626;&#3591;&#3586;&#3621;&#3634;)"
4505
 
4506
+ #: i18n/states/TH.php:77
4507
+ msgid "Sukhothai (&#3626;&#3640;&#3650;&#3586;&#3607;&#3633;&#3618;)"
4508
+ msgstr "Sukhothai (&#3626;&#3640;&#3650;&#3586;&#3607;&#3633;&#3618;)"
4509
 
4510
+ #: i18n/states/TH.php:78
4511
+ msgid "Suphan Buri (&#3626;&#3640;&#3614;&#3619;&#3619;&#3603;&#3610;&#3640;&#3619;&#3637;)"
4512
+ msgstr "Suphan Buri (&#3626;&#3640;&#3614;&#3619;&#3619;&#3603;&#3610;&#3640;&#3619;&#3637;)"
4513
 
4514
+ #: i18n/states/TH.php:79
4515
+ msgid ""
4516
+ "Surat Thani (&#3626;&#3640;&#3619;&#3634;&#3625;&#3598;&#3619;&#3660;&#3608;&#3634;&#3609;&#3637;)"
4517
+ msgstr ""
4518
+ "Surat Thani (&#3626;&#3640;&#3619;&#3634;&#3625;&#3598;&#3619;&#3660;&#3608;&#3634;&#3609;&#3637;)"
4519
 
4520
+ #: i18n/states/TH.php:80
4521
+ msgid "Surin (&#3626;&#3640;&#3619;&#3636;&#3609;&#3607;&#3619;&#3660;)"
4522
+ msgstr "Surin (&#3626;&#3640;&#3619;&#3636;&#3609;&#3607;&#3619;&#3660;)"
4523
 
4524
+ #: i18n/states/TH.php:81
4525
+ msgid "Tak (&#3605;&#3634;&#3585;)"
4526
+ msgstr "Tak (&#3605;&#3634;&#3585;)"
 
4527
 
4528
+ #: i18n/states/TH.php:82
4529
+ msgid "Trang (&#3605;&#3619;&#3633;&#3591;)"
4530
+ msgstr "Trang (&#3605;&#3619;&#3633;&#3591;)"
 
4531
 
4532
+ #: i18n/states/TH.php:83
4533
+ msgid "Trat (&#3605;&#3619;&#3634;&#3604;)"
4534
+ msgstr "Trat (&#3605;&#3619;&#3634;&#3604;)"
4535
 
4536
+ #: i18n/states/TH.php:84
4537
+ msgid ""
4538
+ "Ubon Ratchathani (&#3629;&#3640;&#3610;&#3621;&#3619;&#3634;&#3594;&#3608;&#3634;&#3609;&#3637;)"
4539
+ msgstr ""
4540
+ "Ubon Ratchathani (&#3629;&#3640;&#3610;&#3621;&#3619;&#3634;&#3594;&#3608;&#3634;&#3609;&#3637;)"
4541
 
4542
+ #: i18n/states/TH.php:85
4543
+ msgid "Udon Thani (&#3629;&#3640;&#3604;&#3619;&#3608;&#3634;&#3609;&#3637;)"
4544
+ msgstr "Udon Thani (&#3629;&#3640;&#3604;&#3619;&#3608;&#3634;&#3609;&#3637;)"
4545
 
4546
+ #: i18n/states/TH.php:86
4547
+ msgid "Uthai Thani (&#3629;&#3640;&#3607;&#3633;&#3618;&#3608;&#3634;&#3609;&#3637;)"
4548
+ msgstr "Uthai Thani (&#3629;&#3640;&#3607;&#3633;&#3618;&#3608;&#3634;&#3609;&#3637;)"
4549
 
4550
+ #: i18n/states/TH.php:87
4551
+ msgid "Uttaradit (&#3629;&#3640;&#3605;&#3619;&#3604;&#3636;&#3605;&#3606;&#3660;)"
4552
+ msgstr "Uttaradit (&#3629;&#3640;&#3605;&#3619;&#3604;&#3636;&#3605;&#3606;&#3660;)"
4553
 
4554
+ #: i18n/states/TH.php:88
4555
+ msgid "Yala (&#3618;&#3632;&#3621;&#3634;)"
4556
+ msgstr "Yala (&#3618;&#3632;&#3621;&#3634;)"
4557
 
4558
+ #: i18n/states/TH.php:89
4559
+ msgid "Yasothon (&#3618;&#3650;&#3626;&#3608;&#3619;)"
4560
+ msgstr "Yasothon (&#3618;&#3650;&#3626;&#3608;&#3619;)"
4561
 
4562
+ #: i18n/states/TR.php:13
4563
+ msgid "Adana"
4564
+ msgstr "Adana"
4565
 
4566
+ #: i18n/states/TR.php:14
4567
+ msgid "Ad&#305;yaman"
4568
+ msgstr "Ad&#305;yaman"
 
 
4569
 
4570
+ #: i18n/states/TR.php:15
4571
+ msgid "Afyon"
4572
+ msgstr "Afyon"
4573
 
4574
+ #: i18n/states/TR.php:16
4575
+ msgid "A&#287;r&#305;"
4576
+ msgstr "A&#287;r&#305;"
4577
 
4578
+ #: i18n/states/TR.php:17
4579
+ msgid "Amasya"
4580
+ msgstr "Amasya"
4581
 
4582
+ #: i18n/states/TR.php:18
4583
+ msgid "Ankara"
4584
+ msgstr "Ankara"
4585
 
4586
+ #: i18n/states/TR.php:19
4587
+ msgid "Antalya"
4588
+ msgstr "Antalya"
 
 
 
 
4589
 
4590
+ #: i18n/states/TR.php:20
4591
+ msgid "Artvin"
4592
+ msgstr "Artvin"
4593
 
4594
+ #: i18n/states/TR.php:21
4595
+ msgid "Ayd&#305;n"
4596
+ msgstr "Ayd&#305;n"
4597
 
4598
+ #: i18n/states/TR.php:22
4599
+ msgid "Bal&#305;kesir"
4600
+ msgstr "Bal&#305;kesir"
4601
 
4602
+ #: i18n/states/TR.php:23
4603
+ msgid "Bilecik"
4604
+ msgstr "Bilecik"
4605
 
4606
+ #: i18n/states/TR.php:24
4607
+ msgid "Bing&#246;l"
4608
+ msgstr "Bing&#246;l"
4609
 
4610
+ #: i18n/states/TR.php:25
4611
+ msgid "Bitlis"
4612
+ msgstr "Bitlis"
4613
 
4614
+ #: i18n/states/TR.php:26
4615
+ msgid "Bolu"
4616
+ msgstr "Bolu"
4617
 
4618
+ #: i18n/states/TR.php:27
4619
+ msgid "Burdur"
4620
+ msgstr "Burdur"
4621
 
4622
+ #: i18n/states/TR.php:28
4623
+ msgid "Bursa"
4624
+ msgstr "Bursa"
4625
 
4626
+ #: i18n/states/TR.php:29
4627
+ msgid "&#199;anakkale"
4628
+ msgstr "&#199;anakkale"
4629
 
4630
+ #: i18n/states/TR.php:30
4631
+ msgid "&#199;ank&#305;r&#305;"
4632
+ msgstr "&#199;ank&#305;r&#305;"
4633
 
4634
+ #: i18n/states/TR.php:31
4635
+ msgid "&#199;orum"
4636
+ msgstr "&#199;orum"
4637
 
4638
+ #: i18n/states/TR.php:32
4639
+ msgid "Denizli"
4640
+ msgstr "Denizli"
 
 
4641
 
4642
+ #: i18n/states/TR.php:33
4643
+ msgid "Diyarbak&#305;r"
4644
+ msgstr "Diyarbak&#305;r"
4645
 
4646
+ #: i18n/states/TR.php:34
4647
+ msgid "Edirne"
4648
+ msgstr "ادیرنه"
4649
 
4650
+ #: i18n/states/TR.php:35
4651
+ msgid "Elaz&#305;&#287;"
4652
+ msgstr "Elaz&#305;&#287;"
4653
 
4654
+ #: i18n/states/TR.php:36
4655
+ msgid "Erzincan"
4656
+ msgstr "ارزنجان"
4657
 
4658
+ #: i18n/states/TR.php:37
4659
+ msgid "Erzurum"
4660
+ msgstr "ارزروم"
4661
 
4662
+ #: i18n/states/TR.php:38
4663
+ msgid "Eski&#351;ehir"
4664
+ msgstr "Eski&#351;ehir"
4665
 
4666
+ #: i18n/states/TR.php:39
4667
+ msgid "Gaziantep"
4668
+ msgstr "Gaziantep"
4669
 
4670
+ #: i18n/states/TR.php:40
4671
+ msgid "Giresun"
4672
+ msgstr "Giresun"
4673
 
4674
+ #: i18n/states/TR.php:41
4675
+ msgid "G&#252;m&#252;&#351;hane"
4676
+ msgstr "G&#252;m&#252;&#351;hane"
4677
 
4678
+ #: i18n/states/TR.php:42
4679
+ msgid "Hakkari"
4680
+ msgstr "Hakkari"
4681
 
4682
+ #: i18n/states/TR.php:43
4683
+ msgid "Hatay"
4684
+ msgstr "هاتای"
4685
 
4686
+ #: i18n/states/TR.php:44
4687
+ msgid "Isparta"
4688
+ msgstr "Isparta"
4689
 
4690
+ #: i18n/states/TR.php:45
4691
+ msgid "&#304;&#231;el"
4692
+ msgstr "&#304;&#231;el"
4693
 
4694
+ #: i18n/states/TR.php:46
4695
+ msgid "&#304;stanbul"
4696
+ msgstr "&#304;stanbul"
4697
 
4698
+ #: i18n/states/TR.php:47
4699
+ msgid "&#304;zmir"
4700
+ msgstr "&#304;zmir"
4701
 
4702
+ #: i18n/states/TR.php:48
4703
+ msgid "Kars"
4704
+ msgstr "Kars"
4705
 
4706
+ #: i18n/states/TR.php:49
4707
+ msgid "Kastamonu"
4708
+ msgstr "Kastamonu"
4709
 
4710
+ #: i18n/states/TR.php:50
4711
+ msgid "Kayseri"
4712
+ msgstr "Kayseri"
4713
 
4714
+ #: i18n/states/TR.php:51
4715
+ msgid "K&#305;rklareli"
4716
+ msgstr "K&#305;rklareli"
4717
 
4718
+ #: i18n/states/TR.php:52
4719
+ msgid "K&#305;r&#351;ehir"
4720
+ msgstr "K&#305;r&#351;ehir"
4721
 
4722
+ #: i18n/states/TR.php:53
4723
+ msgid "Kocaeli"
4724
+ msgstr "Kocaeli"
4725
 
4726
+ #: i18n/states/TR.php:54
4727
+ msgid "Konya"
4728
+ msgstr "Konya"
4729
 
4730
+ #: i18n/states/TR.php:55
4731
+ msgid "K&#252;tahya"
4732
+ msgstr "K&#252;tahya"
 
 
 
4733
 
4734
+ #: i18n/states/TR.php:56
4735
+ msgid "Malatya"
4736
+ msgstr "Malatya"
4737
 
4738
+ #: i18n/states/TR.php:57
4739
+ msgid "Manisa"
4740
+ msgstr "Manisa"
4741
 
4742
+ #: i18n/states/TR.php:58
4743
+ msgid "Kahramanmara&#351;"
4744
+ msgstr "Kahramanmara&#351;"
4745
 
4746
+ #: i18n/states/TR.php:59
4747
+ msgid "Mardin"
4748
+ msgstr "Mardin"
4749
 
4750
+ #: i18n/states/TR.php:60
4751
+ msgid "Mu&#287;la"
4752
+ msgstr "Mu&#287;la"
4753
 
4754
+ #: i18n/states/TR.php:61
4755
+ msgid "Mu&#351;"
4756
+ msgstr "Mu&#351;"
4757
 
4758
+ #: i18n/states/TR.php:62
4759
+ msgid "Nev&#351;ehir"
4760
+ msgstr "Nev&#351;ehir"
4761
 
4762
+ #: i18n/states/TR.php:63
4763
+ msgid "Ni&#287;de"
4764
+ msgstr "Ni&#287;de"
4765
 
4766
+ #: i18n/states/TR.php:64
4767
+ msgid "Ordu"
4768
+ msgstr "Ordu"
4769
 
4770
+ #: i18n/states/TR.php:65
4771
+ msgid "Rize"
4772
+ msgstr "Rize"
4773
 
4774
+ #: i18n/states/TR.php:66
4775
+ msgid "Sakarya"
4776
+ msgstr "Sakarya"
4777
 
4778
+ #: i18n/states/TR.php:67
4779
+ msgid "Samsun"
4780
+ msgstr "Samsun"
4781
 
4782
+ #: i18n/states/TR.php:68
4783
+ msgid "Siirt"
4784
+ msgstr "Siirt"
4785
 
4786
+ #: i18n/states/TR.php:69
4787
+ msgid "Sinop"
4788
+ msgstr "Sinop"
4789
 
4790
+ #: i18n/states/TR.php:70
4791
+ msgid "Sivas"
4792
+ msgstr "Sivas"
4793
 
4794
+ #: i18n/states/TR.php:71
4795
+ msgid "Tekirda&#287;"
4796
+ msgstr "Tekirda&#287;"
4797
 
4798
+ #: i18n/states/TR.php:72
4799
+ msgid "Tokat"
4800
+ msgstr "توکات"
4801
 
4802
+ #: i18n/states/TR.php:73
4803
+ msgid "Trabzon"
4804
+ msgstr "ترابزون"
4805
 
4806
+ #: i18n/states/TR.php:74
4807
+ msgid "Tunceli"
4808
+ msgstr "تونجلی"
4809
 
4810
+ #: i18n/states/TR.php:75
4811
+ msgid "&#350;anl&#305;urfa"
4812
+ msgstr "&#350;anl&#305;urfa"
4813
 
4814
+ #: i18n/states/TR.php:76
4815
+ msgid "U&#351;ak"
4816
+ msgstr "U&#351;ak"
4817
 
4818
+ #: i18n/states/TR.php:77
4819
+ msgid "Van"
4820
+ msgstr "ون"
4821
 
4822
+ #: i18n/states/TR.php:78
4823
+ msgid "Yozgat"
4824
+ msgstr "یوزگات"
4825
 
4826
+ #: i18n/states/TR.php:79
4827
+ msgid "Zonguldak"
4828
+ msgstr "Zonguldak"
4829
 
4830
+ #: i18n/states/TR.php:80
4831
+ msgid "Aksaray"
4832
+ msgstr "Aksaray"
4833
 
4834
+ #: i18n/states/TR.php:81
4835
+ msgid "Bayburt"
4836
+ msgstr "Bayburt"
4837
 
4838
+ #: i18n/states/TR.php:82
4839
+ msgid "Karaman"
4840
+ msgstr "Karaman"
4841
 
4842
+ #: i18n/states/TR.php:83
4843
+ msgid "K&#305;r&#305;kkale"
4844
+ msgstr "K&#305;r&#305;kkale"
4845
 
4846
+ #: i18n/states/TR.php:84
4847
+ msgid "Batman"
4848
+ msgstr "Batman"
4849
 
4850
+ #: i18n/states/TR.php:85
4851
+ msgid "&#350;&#305;rnak"
4852
+ msgstr "&#350;&#305;rnak"
4853
 
4854
+ #: i18n/states/TR.php:86
4855
+ msgid "Bart&#305;n"
4856
+ msgstr "Bart&#305;n"
4857
 
4858
+ #: i18n/states/TR.php:87
4859
+ msgid "Ardahan"
4860
+ msgstr "Ardahan"
 
4861
 
4862
+ #: i18n/states/TR.php:88
4863
+ msgid "I&#287;d&#305;r"
4864
+ msgstr "I&#287;d&#305;r"
 
4865
 
4866
+ #: i18n/states/TR.php:89
4867
+ msgid "Yalova"
4868
+ msgstr "Yalova"
4869
 
4870
+ #: i18n/states/TR.php:90
4871
+ msgid "Karab&#252;k"
4872
+ msgstr "Karab&#252;k"
4873
 
4874
+ #: i18n/states/TR.php:91
4875
+ msgid "Kilis"
4876
+ msgstr "کیلیس"
4877
 
4878
+ #: i18n/states/TR.php:92
4879
+ msgid "Osmaniye"
4880
+ msgstr "عثمانیه"
4881
 
4882
+ #: i18n/states/TR.php:93
4883
+ msgid "D&#252;zce"
4884
+ msgstr "دوزجه"
4885
 
4886
+ #: i18n/states/US.php:13
4887
+ msgid "Alabama"
4888
+ msgstr "آلاباما"
4889
 
4890
+ #: i18n/states/US.php:14
4891
+ msgid "Alaska"
4892
+ msgstr "آلاسکا"
4893
 
4894
+ #: i18n/states/US.php:15
4895
+ msgid "Arizona"
4896
+ msgstr "آریزونا"
4897
 
4898
+ #: i18n/states/US.php:16
4899
+ msgid "Arkansas"
4900
+ msgstr "آرکانزاس"
4901
 
4902
+ #: i18n/states/US.php:17
4903
+ msgid "California"
4904
+ msgstr "کالیفرنیا"
4905
 
4906
+ #: i18n/states/US.php:18
4907
+ msgid "Colorado"
4908
+ msgstr "کلرادو"
4909
 
4910
+ #: i18n/states/US.php:19
4911
+ msgid "Connecticut"
4912
+ msgstr "کانکتیکات"
 
 
 
4913
 
4914
+ #: i18n/states/US.php:20
4915
+ msgid "Delaware"
4916
+ msgstr "دلاور"
4917
 
4918
+ #: i18n/states/US.php:21
4919
+ msgid "District Of Columbia"
4920
+ msgstr "منطقه کلمبیا"
4921
 
4922
+ #: i18n/states/US.php:22
4923
+ msgid "Florida"
4924
+ msgstr "فلوریدا"
4925
 
4926
+ #: i18n/states/US.php:24
4927
+ msgid "Hawaii"
4928
+ msgstr "هاوایی"
4929
 
4930
+ #: i18n/states/US.php:25
4931
+ msgid "Idaho"
4932
+ msgstr "آیداهو"
4933
 
4934
+ #: i18n/states/US.php:26
4935
+ msgid "Illinois"
4936
+ msgstr "ایلینوییس"
4937
 
4938
+ #: i18n/states/US.php:27
4939
+ msgid "Indiana"
4940
+ msgstr "ایندیانا"
4941
 
4942
+ #: i18n/states/US.php:28
4943
+ msgid "Iowa"
4944
+ msgstr "ایوا"
4945
 
4946
+ #: i18n/states/US.php:29
4947
+ msgid "Kansas"
4948
+ msgstr "کانزاس"
4949
 
4950
+ #: i18n/states/US.php:30
4951
+ msgid "Kentucky"
4952
+ msgstr "کنتاکی"
4953
 
4954
+ #: i18n/states/US.php:31
4955
+ msgid "Louisiana"
4956
+ msgstr "لوئیزیانا"
4957
 
4958
+ #: i18n/states/US.php:32
4959
+ msgid "Maine"
4960
+ msgstr "ماین"
4961
 
4962
+ #: i18n/states/US.php:33
4963
+ msgid "Maryland"
4964
+ msgstr "مریلند"
4965
 
4966
+ #: i18n/states/US.php:34
4967
+ msgid "Massachusetts"
4968
+ msgstr "ماساچوست"
4969
 
4970
+ #: i18n/states/US.php:35
4971
+ msgid "Michigan"
4972
+ msgstr "میشیگان"
4973
 
4974
+ #: i18n/states/US.php:36
4975
+ msgid "Minnesota"
4976
+ msgstr "مینه‌سوتا"
 
 
4977
 
4978
+ #: i18n/states/US.php:37
4979
+ msgid "Mississippi"
4980
+ msgstr "می‌سی‌سی‌پی"
 
 
 
 
4981
 
4982
+ #: i18n/states/US.php:38
4983
+ msgid "Missouri"
4984
+ msgstr "میسوری"
4985
 
4986
+ #: i18n/states/US.php:40
4987
+ msgid "Nebraska"
4988
+ msgstr "نبراسکا"
4989
 
4990
+ #: i18n/states/US.php:41
4991
+ msgid "Nevada"
4992
+ msgstr "نوادا"
4993
 
4994
+ #: i18n/states/US.php:42
4995
+ msgid "New Hampshire"
4996
+ msgstr "نیوهامپشایر"
4997
 
4998
+ #: i18n/states/US.php:43
4999
+ msgid "New Jersey"
5000
+ msgstr "نیوجرسی"
5001
 
5002
+ #: i18n/states/US.php:44
5003
+ msgid "New Mexico"
5004
+ msgstr "نیومکزیکو"
5005
 
5006
+ #: i18n/states/US.php:45
5007
+ msgid "New York"
5008
+ msgstr "نیویورک"
5009
 
5010
+ #: i18n/states/US.php:46
5011
+ msgid "North Carolina"
5012
+ msgstr "کارولینای شمالی"
5013
 
5014
+ #: i18n/states/US.php:47
5015
+ msgid "North Dakota"
5016
+ msgstr "داکوتای شمالی"
5017
 
5018
+ #: i18n/states/US.php:48
5019
+ msgid "Ohio"
5020
+ msgstr "اوهایو"
5021
 
5022
+ #: i18n/states/US.php:49
5023
+ msgid "Oklahoma"
5024
+ msgstr "اوکلاهوما"
 
 
5025
 
5026
+ #: i18n/states/US.php:50
5027
+ msgid "Oregon"
5028
+ msgstr "اورگون"
5029
 
5030
+ #: i18n/states/US.php:51
5031
+ msgid "Pennsylvania"
5032
+ msgstr "پنسیلوانیا"
5033
 
5034
+ #: i18n/states/US.php:52
5035
+ msgid "Rhode Island"
5036
+ msgstr "رود آیلند"
5037
 
5038
+ #: i18n/states/US.php:53
5039
+ msgid "South Carolina"
5040
+ msgstr "کارولینای جنوبی"
5041
 
5042
+ #: i18n/states/US.php:54
5043
+ msgid "South Dakota"
5044
+ msgstr "داکوتای جنوبی"
5045
 
5046
+ #: i18n/states/US.php:55
5047
+ msgid "Tennessee"
5048
+ msgstr "تنسی"
5049
 
5050
+ #: i18n/states/US.php:56
5051
+ msgid "Texas"
5052
+ msgstr "تگزاس"
5053
 
5054
+ #: i18n/states/US.php:57
5055
+ msgid "Utah"
5056
+ msgstr "یوتا"
 
5057
 
5058
+ #: i18n/states/US.php:58
5059
+ msgid "Vermont"
5060
+ msgstr "ورمونت"
5061
 
5062
+ #: i18n/states/US.php:59
5063
+ msgid "Virginia"
5064
+ msgstr "ویرجینیا"
5065
 
5066
+ #: i18n/states/US.php:60
5067
+ msgid "Washington"
5068
+ msgstr "واشنگتن"
5069
 
5070
+ #: i18n/states/US.php:61
5071
+ msgid "West Virginia"
5072
+ msgstr "ویرجینیای غربی"
5073
 
5074
+ #: i18n/states/US.php:62
5075
+ msgid "Wisconsin"
5076
+ msgstr "ویسکانسین"
5077
 
5078
+ #: i18n/states/US.php:63
5079
+ msgid "Wyoming"
5080
+ msgstr "وایومینگ"
5081
 
5082
+ #: i18n/states/US.php:64
5083
+ msgid "Armed Forces (AA)"
5084
+ msgstr "نیروهای مسلح (AA)"
5085
 
5086
+ #: i18n/states/US.php:65
5087
+ msgid "Armed Forces (AE)"
5088
+ msgstr "نیروهای مسلح (AE)"
5089
 
5090
+ #: i18n/states/US.php:66
5091
+ msgid "Armed Forces (AP)"
5092
+ msgstr "نیروهای مسلح (AP)"
5093
 
5094
+ #: i18n/states/ZA.php:13
5095
+ msgid "Eastern Cape"
5096
+ msgstr "کیپ شرقی"
5097
 
5098
+ #: i18n/states/ZA.php:14
5099
+ msgid "Free State"
5100
+ msgstr "ایالت آزاد"
5101
 
5102
+ #: i18n/states/ZA.php:15
5103
+ msgid "Gauteng"
5104
+ msgstr "گواتنگ"
5105
 
5106
+ #: i18n/states/ZA.php:16
5107
+ msgid "KwaZulu-Natal"
5108
+ msgstr "کوازولو-ناتال"
 
5109
 
5110
+ #: i18n/states/ZA.php:17
5111
+ msgid "Limpopo"
5112
+ msgstr "لیمپوپو"
5113
 
5114
+ #: i18n/states/ZA.php:18
5115
+ msgid "Mpumalanga"
5116
+ msgstr "امپومالانگا"
5117
 
5118
+ #: i18n/states/ZA.php:19
5119
+ msgid "Northern Cape"
5120
+ msgstr "کیپ شمالی"
5121
 
5122
+ #: i18n/states/ZA.php:20
5123
+ msgid "North West"
5124
+ msgstr "شمال غربی"
5125
 
5126
+ #: i18n/states/ZA.php:21
5127
+ msgid "Western Cape"
5128
+ msgstr "کیپ غربی"
5129
 
5130
+ #: includes/abstracts/abstract-wc-order.php:457
5131
+ msgid "Invalid parent ID"
5132
+ msgstr "شناسه والد نامعتبر است"
5133
 
5134
+ #: includes/abstracts/abstract-wc-order.php:512
5135
+ msgid "Invalid currency code"
5136
+ msgstr "کد واحد پولی نامعتبر است"
5137
 
5138
+ #. translators: %s: shipping method
5139
+ #: includes/abstracts/abstract-wc-order.php:1397
5140
+ msgid "via %s"
5141
+ msgstr "به وسیله %s"
5142
 
5143
+ #: includes/abstracts/abstract-wc-order.php:1402 includes/class-wc-cart.php:1614
5144
+ #: includes/class-wc-product-grouped.php:100
5145
+ msgid "Free!"
5146
+ msgstr "رایگان!"
5147
 
5148
+ #: includes/abstracts/abstract-wc-order.php:1427
5149
+ msgid "Subtotal:"
5150
+ msgstr "مجموع:"
 
5151
 
5152
+ #: includes/abstracts/abstract-wc-order.php:1442
5153
+ #: includes/admin/meta-boxes/views/html-order-items.php:121
5154
+ msgid "Discount:"
5155
+ msgstr "تخفیف:"
5156
 
5157
+ #: includes/abstracts/abstract-wc-order.php:1457
5158
+ #: includes/admin/meta-boxes/views/html-order-items.php:131
5159
+ msgid "Shipping:"
5160
+ msgstr "حمل و نقل:"
5161
 
5162
+ #: includes/abstracts/abstract-wc-order.php:1516
5163
+ #: includes/admin/meta-boxes/views/html-order-item.php:97
5164
+ #: includes/admin/meta-boxes/views/html-order-item.php:143
5165
+ #: includes/shortcodes/class-wc-shortcode-checkout.php:144 templates/checkout/thankyou.php:56
5166
+ msgid "Total:"
5167
+ msgstr "قیمت نهایی:"
5168
 
5169
+ #: includes/abstracts/abstract-wc-payment-gateway.php:432
5170
+ msgid "Use a new payment method"
5171
+ msgstr "استفاده از یک روش پرداخت جدید"
 
 
5172
 
5173
+ #: includes/abstracts/abstract-wc-payment-gateway.php:456
5174
+ msgid "Save to account"
5175
+ msgstr "ذخیره در حساب"
5176
 
5177
+ #: includes/abstracts/abstract-wc-product.php:757
5178
+ msgid "Invalid catalog visibility option."
5179
+ msgstr "گزینه نمایش کاتالوگ نامعتبر است."
 
5180
 
5181
+ #: includes/abstracts/abstract-wc-product.php:794
5182
+ msgid "Invalid or duplicated SKU."
5183
+ msgstr "SKU نامعتبر یا تکراری است."
 
5184
 
5185
+ #: includes/abstracts/abstract-wc-product.php:878
5186
+ msgid "Invalid product tax status."
5187
+ msgstr "وضعیت مالیات محصول نامعتبر است."
 
5188
 
5189
+ #: includes/abstracts/abstract-wc-product.php:1158
5190
+ msgid ""
5191
+ "The downloadable file %1$s cannot be used as it does not have an allowed file type. Allowed types "
5192
+ "include: %2$s"
5193
+ msgstr ""
5194
+ "نمی توان فایل دانلودی %1$s را بکار برد، زیرا جز فایلهای مجاز نیست. انواع فایلهای مجاز شامل: %2$s"
5195
 
5196
+ #: includes/abstracts/abstract-wc-product.php:1164
5197
+ msgid "The downloadable file %s cannot be used as it does not exist on the server."
5198
+ msgstr "نمی توان فایل دانلودی %s را بکار برد، زیرا بر روی سرور پیدا نمی شود."
5199
 
5200
+ #: includes/abstracts/abstract-wc-product.php:1703 includes/class-wc-product-simple.php:54
5201
+ msgid "Add to cart"
5202
+ msgstr "افزودن به سبد خرید"
5203
 
5204
+ #: includes/abstracts/abstract-wc-product.php:1712 includes/class-wc-embed.php:112
5205
+ #: includes/class-wc-product-simple.php:54 includes/class-wc-product-variable.php:60
5206
+ msgid "Read more"
5207
+ msgstr "اطلاعات بیشتر"
5208
 
5209
+ #: includes/abstracts/abstract-wc-product.php:1864 includes/admin/class-wc-admin-post-types.php:438
5210
+ #: includes/admin/class-wc-admin-reports.php:100 includes/admin/reports/class-wc-report-stock.php:110
5211
+ #: includes/wc-product-functions.php:803
5212
+ msgid "Out of stock"
5213
+ msgstr "در انبار موجود نمی باشد"
5214
 
5215
+ #: includes/abstracts/abstract-wc-product.php:1866 templates/cart/cart.php:91
5216
+ msgid "Available on backorder"
5217
+ msgstr "هم اکنون در انبار موجود نیست - اما میتوانید این محصول را پیش خرید کنید"
 
5218
 
5219
+ #. translators: %s: items limit
5220
+ #: includes/abstracts/abstract-wc-rest-controller.php:97
5221
+ #: includes/api/legacy/v2/class-wc-api-coupons.php:519
5222
+ #: includes/api/legacy/v2/class-wc-api-customers.php:783
5223
+ #: includes/api/legacy/v2/class-wc-api-orders.php:1768
5224
+ #: includes/api/legacy/v2/class-wc-api-products.php:2272
5225
+ #: includes/api/legacy/v3/class-wc-api-coupons.php:519
5226
+ #: includes/api/legacy/v3/class-wc-api-customers.php:773
5227
+ #: includes/api/legacy/v3/class-wc-api-orders.php:1818
5228
+ #: includes/api/legacy/v3/class-wc-api-products.php:3078
5229
+ #: includes/api/legacy/v3/class-wc-api-taxes.php:465
5230
+ msgid "Unable to accept more than %s items for this request."
5231
+ msgstr "نمی توان بیش از %s آیتم برای این "
5232
+
5233
+ #: includes/abstracts/abstract-wc-rest-controller.php:221
5234
+ #: includes/abstracts/abstract-wc-rest-controller.php:239
5235
+ #: includes/abstracts/abstract-wc-rest-controller.php:262
5236
+ #: includes/abstracts/abstract-wc-rest-controller.php:305
5237
+ #: includes/api/class-wc-rest-payment-gateways-controller.php:185
5238
+ #: includes/api/class-wc-rest-shipping-zone-methods-controller.php:317
5239
+ msgid "An invalid setting value was passed."
5240
+ msgstr "یک مقدار تنظیم نامعتبر به ثبت رسید."
5241
+
5242
+ #: includes/abstracts/abstract-wc-rest-controller.php:359
5243
+ msgid "List of created resources."
5244
+ msgstr "لیست منابع ایجاد شده."
5245
 
5246
+ #: includes/abstracts/abstract-wc-rest-controller.php:367
5247
+ msgid "List of updated resources."
5248
+ msgstr "لیست منابع بروز شده."
 
 
5249
 
5250
+ #: includes/abstracts/abstract-wc-rest-controller.php:375
5251
+ msgid "List of delete resources."
5252
+ msgstr "لیست منابع پاک شده."
 
5253
 
5254
+ #: includes/abstracts/abstract-wc-rest-crud-controller.php:43
5255
+ #: includes/abstracts/abstract-wc-rest-crud-controller.php:113
5256
+ #: includes/abstracts/abstract-wc-rest-crud-controller.php:125
5257
+ msgid "Method '%s' not implemented. Must be overridden in subclass."
5258
+ msgstr "متد '%s' اجرا نشده است. باید در زیرکلاس باطل شود."
5259
 
5260
+ #: includes/abstracts/abstract-wc-rest-crud-controller.php:56
5261
+ #: includes/abstracts/abstract-wc-rest-posts-controller.php:83
5262
+ #: includes/abstracts/abstract-wc-rest-terms-controller.php:155
5263
+ #: includes/api/class-wc-rest-payment-gateways-controller.php:96
5264
+ #: includes/api/class-wc-rest-shipping-methods-controller.php:90
5265
+ #: includes/api/class-wc-rest-system-status-tools-controller.php:94
5266
+ #: includes/api/v1/class-wc-rest-customers-controller.php:165
5267
+ #: includes/api/v1/class-wc-rest-order-notes-controller.php:151
5268
+ #: includes/api/v1/class-wc-rest-product-attributes-controller.php:159
5269
+ #: includes/api/v1/class-wc-rest-product-reviews-controller.php:150
5270
+ #: includes/api/v1/class-wc-rest-taxes-controller.php:142
5271
+ #: includes/api/v1/class-wc-rest-webhook-deliveries.php:106
5272
+ msgid "Sorry, you cannot view this resource."
5273
+ msgstr "متاسفیم، شما نمی توانید این منبع را مشاهده کنید."
5274
 
5275
+ #: includes/abstracts/abstract-wc-rest-crud-controller.php:72
5276
+ #: includes/abstracts/abstract-wc-rest-posts-controller.php:99
5277
+ #: includes/abstracts/abstract-wc-rest-shipping-zones-controller.php:103
5278
+ #: includes/abstracts/abstract-wc-rest-terms-controller.php:174
5279
+ #: includes/api/class-wc-rest-payment-gateways-controller.php:109
5280
+ #: includes/api/v1/class-wc-rest-customers-controller.php:181
5281
+ #: includes/api/v1/class-wc-rest-taxes-controller.php:156
5282
+ msgid "Sorry, you are not allowed to edit this resource."
5283
+ msgstr "متاسفیم، شما نمی توانید این منبع را ویرایش کنید."
5284
 
5285
+ #: includes/abstracts/abstract-wc-rest-crud-controller.php:88
5286
+ #: includes/abstracts/abstract-wc-rest-posts-controller.php:115
5287
+ #: includes/abstracts/abstract-wc-rest-shipping-zones-controller.php:121
5288
+ #: includes/abstracts/abstract-wc-rest-terms-controller.php:193
5289
+ #: includes/api/v1/class-wc-rest-customers-controller.php:197
5290
+ #: includes/api/v1/class-wc-rest-order-notes-controller.php:167
5291
+ #: includes/api/v1/class-wc-rest-product-attributes-controller.php:195
5292
+ #: includes/api/v1/class-wc-rest-tax-classes-controller.php:118
5293
+ #: includes/api/v1/class-wc-rest-taxes-controller.php:170
5294
+ msgid "Sorry, you are not allowed to delete this resource."
5295
+ msgstr "متاسفیم، شما نمی توانید این منبع را حذف کنید."
5296
+
5297
+ #: includes/abstracts/abstract-wc-rest-crud-controller.php:138
5298
+ #: includes/abstracts/abstract-wc-rest-crud-controller.php:225
5299
+ #: includes/abstracts/abstract-wc-rest-crud-controller.php:385
5300
+ #: includes/abstracts/abstract-wc-rest-posts-controller.php:148
5301
+ #: includes/api/class-wc-rest-product-variations-controller.php:458
5302
+ #: includes/api/class-wc-rest-products-controller.php:1264
5303
+ msgid "Invalid ID."
5304
+ msgstr "شناسه نامعتبر است."
5305
+
5306
+ #. translators: %s: post type
5307
+ #: includes/abstracts/abstract-wc-rest-crud-controller.php:186
5308
+ #: includes/abstracts/abstract-wc-rest-posts-controller.php:170
5309
+ #: includes/api/v1/class-wc-rest-coupons-controller.php:310
5310
+ #: includes/api/v1/class-wc-rest-order-notes-controller.php:217
5311
+ #: includes/api/v1/class-wc-rest-order-refunds-controller.php:282
5312
+ #: includes/api/v1/class-wc-rest-orders-controller.php:814
5313
+ #: includes/api/v1/class-wc-rest-products-controller.php:739
5314
+ #: includes/api/v1/class-wc-rest-webhooks-controller.php:155
5315
+ msgid "Cannot create existing %s."
5316
+ msgstr "نمیتوانید %s موجود را ایجاد کنید."
5317
 
5318
+ #. translators: %s: post type
5319
+ #: includes/abstracts/abstract-wc-rest-crud-controller.php:402
5320
+ #: includes/abstracts/abstract-wc-rest-posts-controller.php:433
5321
+ #: includes/api/class-wc-rest-product-variations-controller.php:475
5322
+ #: includes/api/class-wc-rest-products-controller.php:1285
5323
+ #: includes/api/v1/class-wc-rest-products-controller.php:1658
5324
+ msgid "Sorry, you are not allowed to delete %s."
5325
+ msgstr "متاسفیم ، شما اجازه پاک %s را ندارید."
5326
 
5327
+ #. translators: %s: post type
5328
+ #: includes/abstracts/abstract-wc-rest-crud-controller.php:416
5329
+ #: includes/abstracts/abstract-wc-rest-posts-controller.php:446
5330
+ #: includes/api/class-wc-rest-product-variations-controller.php:489
5331
+ #: includes/api/class-wc-rest-products-controller.php:1312
5332
+ #: includes/api/v1/class-wc-rest-products-controller.php:1685
5333
+ msgid "The %s does not support trashing."
5334
+ msgstr "%s از زباله دان پشتیبانی نمی کند."
5335
+
5336
+ #. translators: %s: post type
5337
+ #: includes/abstracts/abstract-wc-rest-crud-controller.php:423
5338
+ #: includes/abstracts/abstract-wc-rest-posts-controller.php:452
5339
+ #: includes/api/class-wc-rest-product-variations-controller.php:496
5340
+ #: includes/api/class-wc-rest-products-controller.php:1319
5341
+ #: includes/api/v1/class-wc-rest-products-controller.php:1691
5342
+ msgid "The %s has already been deleted."
5343
+ msgstr "%s قبلا حذف شده است."
5344
+
5345
+ #. translators: %s: post type
5346
+ #: includes/abstracts/abstract-wc-rest-crud-controller.php:433
5347
+ #: includes/abstracts/abstract-wc-rest-posts-controller.php:462
5348
+ #: includes/api/class-wc-rest-product-variations-controller.php:506
5349
+ #: includes/api/class-wc-rest-products-controller.php:1329
5350
+ #: includes/api/v1/class-wc-rest-order-notes-controller.php:313
5351
+ #: includes/api/v1/class-wc-rest-products-controller.php:1702
5352
+ #: includes/api/v1/class-wc-rest-webhooks-controller.php:342
5353
+ msgid "The %s cannot be deleted."
5354
+ msgstr "%s امکان حذف ندارد."
5355
 
5356
+ #: includes/abstracts/abstract-wc-rest-crud-controller.php:478
5357
+ #: includes/vendor/abstract-wp-rest-controller.php:253
5358
+ msgid "Current page of the collection."
5359
+ msgstr "صفحه جاری از مجموعه."
5360
 
5361
+ #: includes/abstracts/abstract-wc-rest-crud-controller.php:486
5362
+ #: includes/vendor/abstract-wp-rest-controller.php:261
5363
+ msgid "Maximum number of items to be returned in result set."
5364
+ msgstr ""
5365
 
5366
+ #: includes/abstracts/abstract-wc-rest-crud-controller.php:495
5367
+ #: includes/vendor/abstract-wp-rest-controller.php:270
5368
+ msgid "Limit results to those matching a string."
5369
+ msgstr ""
5370
 
5371
+ #: includes/abstracts/abstract-wc-rest-crud-controller.php:501
5372
+ #: includes/abstracts/abstract-wc-rest-posts-controller.php:618
5373
+ msgid "Limit response to resources published after a given ISO8601 compliant date."
5374
+ msgstr ""
5375
 
5376
+ #: includes/abstracts/abstract-wc-rest-crud-controller.php:507
5377
+ #: includes/abstracts/abstract-wc-rest-posts-controller.php:624
5378
+ msgid "Limit response to resources published before a given ISO8601 compliant date."
5379
+ msgstr ""
5380
 
5381
+ #: includes/abstracts/abstract-wc-rest-crud-controller.php:513
5382
+ #: includes/abstracts/abstract-wc-rest-posts-controller.php:630
5383
+ #: includes/api/v1/class-wc-rest-customers-controller.php:863
5384
+ #: includes/api/v1/class-wc-rest-taxes-controller.php:656
5385
+ msgid "Ensure result set excludes specific IDs."
5386
+ msgstr "تنظیم تضمین نتایج به استثنای شناسه های خاص."
5387
 
5388
+ #: includes/abstracts/abstract-wc-rest-crud-controller.php:522
5389
+ #: includes/abstracts/abstract-wc-rest-posts-controller.php:639
5390
+ #: includes/abstracts/abstract-wc-rest-terms-controller.php:708
5391
+ msgid "Limit result set to specific ids."
5392
+ msgstr "تنظیم محدودیت نتایج به شناسه خاص"
5393
 
5394
+ #: includes/abstracts/abstract-wc-rest-crud-controller.php:531
5395
+ #: includes/abstracts/abstract-wc-rest-posts-controller.php:648
5396
+ #: includes/abstracts/abstract-wc-rest-terms-controller.php:718
5397
+ #: includes/api/v1/class-wc-rest-customers-controller.php:881
5398
+ #: includes/api/v1/class-wc-rest-taxes-controller.php:674
5399
+ msgid "Offset the result set by a specific number of items."
5400
+ msgstr ""
5401
 
5402
+ #: includes/abstracts/abstract-wc-rest-crud-controller.php:537
5403
+ #: includes/abstracts/abstract-wc-rest-posts-controller.php:654
5404
+ #: includes/abstracts/abstract-wc-rest-terms-controller.php:725
5405
+ #: includes/api/v1/class-wc-rest-customers-controller.php:888
5406
+ #: includes/api/v1/class-wc-rest-taxes-controller.php:681
5407
+ msgid "Order sort attribute ascending or descending."
5408
+ msgstr "ترتیب چیدمان ویژگی ها به صورت نزولی یا صعودی"
5409
 
5410
+ #: includes/abstracts/abstract-wc-rest-crud-controller.php:544
5411
+ #: includes/abstracts/abstract-wc-rest-posts-controller.php:661
5412
+ #: includes/api/v1/class-wc-rest-customers-controller.php:896
5413
+ #: includes/api/v1/class-wc-rest-taxes-controller.php:689
5414
+ msgid "Sort collection by object attribute."
5415
+ msgstr "مرتب سازی مجموعه به وسیله ویژگی شی."
5416
 
5417
+ #: includes/abstracts/abstract-wc-rest-crud-controller.php:559
5418
+ #: includes/abstracts/abstract-wc-rest-posts-controller.php:678
5419
+ msgid "Limit result set to those of particular parent IDs."
5420
+ msgstr ""
 
5421
 
5422
+ #: includes/abstracts/abstract-wc-rest-crud-controller.php:568
5423
+ #: includes/abstracts/abstract-wc-rest-posts-controller.php:687
5424
+ msgid "Limit result set to all items except those of a particular parent ID."
5425
+ msgstr ""
5426
 
5427
+ #: includes/abstracts/abstract-wc-rest-posts-controller.php:53
5428
+ #: includes/abstracts/abstract-wc-rest-shipping-zones-controller.php:67
5429
+ #: includes/abstracts/abstract-wc-rest-terms-controller.php:117
5430
+ #: includes/api/class-wc-rest-payment-gateways-controller.php:83
5431
+ #: includes/api/class-wc-rest-setting-options-controller.php:341
5432
+ #: includes/api/class-wc-rest-settings-controller.php:179
5433
+ #: includes/api/class-wc-rest-shipping-methods-controller.php:77
5434
+ #: includes/api/class-wc-rest-system-status-controller.php:60
5435
+ #: includes/api/class-wc-rest-system-status-tools-controller.php:81
5436
+ #: includes/api/v1/class-wc-rest-customer-downloads-controller.php:74
5437
+ #: includes/api/v1/class-wc-rest-customers-controller.php:135
5438
+ #: includes/api/v1/class-wc-rest-order-notes-controller.php:121
5439
+ #: includes/api/v1/class-wc-rest-product-attributes-controller.php:127
5440
+ #: includes/api/v1/class-wc-rest-product-reviews-controller.php:134
5441
+ #: includes/api/v1/class-wc-rest-report-sales-controller.php:69
5442
+ #: includes/api/v1/class-wc-rest-reports-controller.php:62
5443
+ #: includes/api/v1/class-wc-rest-tax-classes-controller.php:90
5444
+ #: includes/api/v1/class-wc-rest-taxes-controller.php:114
5445
+ #: includes/api/v1/class-wc-rest-webhook-deliveries.php:90
5446
+ msgid "Sorry, you cannot list resources."
5447
+ msgstr "متاسفیم ، شما اجازه مشاهده لیست منابع را ندارید."
5448
 
5449
+ #: includes/abstracts/abstract-wc-rest-posts-controller.php:67
5450
+ #: includes/abstracts/abstract-wc-rest-shipping-zones-controller.php:85
5451
+ #: includes/abstracts/abstract-wc-rest-terms-controller.php:136
5452
+ #: includes/api/v1/class-wc-rest-customers-controller.php:149
5453
+ #: includes/api/v1/class-wc-rest-order-notes-controller.php:135
5454
+ #: includes/api/v1/class-wc-rest-product-reviews-controller.php:165
5455
+ #: includes/api/v1/class-wc-rest-tax-classes-controller.php:104
5456
+ #: includes/api/v1/class-wc-rest-taxes-controller.php:128
5457
+ msgid "Sorry, you are not allowed to create resources."
5458
+ msgstr "متاسفیم ، شما اجازه ایجاد منبع را ندارید."
5459
 
5460
+ #: includes/abstracts/abstract-wc-rest-posts-controller.php:129
5461
+ #: includes/abstracts/abstract-wc-rest-terms-controller.php:212
5462
+ #: includes/api/class-wc-rest-product-reviews-controller.php:70
5463
+ #: includes/api/v1/class-wc-rest-customers-controller.php:211
5464
+ #: includes/api/v1/class-wc-rest-product-attributes-controller.php:209
5465
+ #: includes/api/v1/class-wc-rest-taxes-controller.php:184
5466
+ msgid "Sorry, you are not allowed to batch manipulate this resource."
5467
+ msgstr "متاسفیم، شما نمی توانید این منبع را به صورت دسته ای مدیریت کنید."
5468
+
5469
+ #: includes/abstracts/abstract-wc-rest-posts-controller.php:146
5470
+ #: includes/abstracts/abstract-wc-rest-posts-controller.php:253
5471
+ #: includes/api/class-wc-rest-products-controller.php:675
5472
+ #: includes/api/class-wc-rest-products-controller.php:1268
5473
+ #: includes/api/v1/class-wc-rest-products-controller.php:1639
5474
+ msgid ""
5475
+ "To manipulate product variations you should use the /products/&lt;product_id&gt;/variations/&lt;"
5476
+ "id&gt; endpoint."
5477
+ msgstr ""
5478
+ "برای دستکاری تغییرات محصول شما می بایست از نقطه پایانی /products/&lt;product_id&gt;/variations/&lt;"
5479
+ "id&gt; استفاده کنید."
5480
+
5481
+ #: includes/abstracts/abstract-wc-rest-posts-controller.php:255
5482
+ #: includes/abstracts/abstract-wc-rest-posts-controller.php:416
5483
+ #: includes/api/v1/class-wc-rest-coupons-controller.php:351
5484
+ #: includes/api/v1/class-wc-rest-orders-controller.php:853
5485
+ #: includes/api/v1/class-wc-rest-products-controller.php:784
5486
+ #: includes/api/v1/class-wc-rest-webhooks-controller.php:244
5487
+ msgid "ID is invalid."
5488
+ msgstr "شناسه نادرست است."
5489
 
5490
+ #: includes/abstracts/abstract-wc-rest-posts-controller.php:700
5491
+ msgid ""
5492
+ "Use WP Query arguments to modify the response; private query vars require appropriate "
5493
+ "authorization."
5494
+ msgstr ""
5495
+
5496
+ #: includes/abstracts/abstract-wc-rest-shipping-zones-controller.php:49
5497
+ #: includes/abstracts/abstract-wc-rest-terms-controller.php:237
5498
+ #: includes/api/class-wc-rest-payment-gateways-controller.php:142
5499
+ #: includes/api/class-wc-rest-payment-gateways-controller.php:159
5500
+ #: includes/api/class-wc-rest-shipping-methods-controller.php:122
5501
+ #: includes/api/class-wc-rest-shipping-zone-methods-controller.php:119
5502
+ #: includes/api/class-wc-rest-shipping-zone-methods-controller.php:217
5503
+ #: includes/api/class-wc-rest-shipping-zone-methods-controller.php:273
5504
+ #: includes/api/v1/class-wc-rest-customer-downloads-controller.php:70
5505
+ #: includes/api/v1/class-wc-rest-product-attributes-controller.php:155
5506
+ #: includes/api/v1/class-wc-rest-product-attributes-controller.php:173
5507
+ #: includes/api/v1/class-wc-rest-product-attributes-controller.php:191
5508
+ #: includes/api/v1/class-wc-rest-product-attributes-controller.php:631
5509
+ msgid "Resource does not exist."
5510
+ msgstr "منبع وجود ندارد."
5511
+
5512
+ #: includes/abstracts/abstract-wc-rest-shipping-zones-controller.php:63
5513
+ #: includes/abstracts/abstract-wc-rest-shipping-zones-controller.php:81
5514
+ #: includes/abstracts/abstract-wc-rest-shipping-zones-controller.php:99
5515
+ #: includes/abstracts/abstract-wc-rest-shipping-zones-controller.php:117
5516
+ msgid "Shipping is disabled."
5517
+ msgstr "حمل و نقل غیر فعال است."
5518
+
5519
+ #: includes/abstracts/abstract-wc-rest-terms-controller.php:49
5520
+ #: includes/api/v1/class-wc-rest-product-attribute-terms-controller.php:63
5521
+ #: includes/api/v1/class-wc-rest-product-attributes-controller.php:63
5522
+ msgid "Name for the resource."
5523
+ msgstr "نام برای منبع."
5524
+
5525
+ #: includes/abstracts/abstract-wc-rest-terms-controller.php:60
5526
+ #: includes/api/class-wc-rest-coupons-controller.php:75
5527
+ #: includes/api/class-wc-rest-customers-controller.php:128
5528
+ #: includes/api/class-wc-rest-order-notes-controller.php:132
5529
+ #: includes/api/class-wc-rest-order-refunds-controller.php:92
5530
+ #: includes/api/class-wc-rest-order-refunds-controller.php:342
5531
+ #: includes/api/class-wc-rest-orders-controller.php:82
5532
+ #: includes/api/class-wc-rest-orders-controller.php:793
5533
+ #: includes/api/class-wc-rest-payment-gateways-controller.php:53
5534
+ #: includes/api/class-wc-rest-product-categories-controller.php:106
5535
+ #: includes/api/class-wc-rest-product-reviews-controller.php:155
5536
+ #: includes/api/class-wc-rest-product-variations-controller.php:593
5537
+ #: includes/api/class-wc-rest-products-controller.php:83
5538
+ #: includes/api/class-wc-rest-products-controller.php:1363
5539
+ #: includes/api/class-wc-rest-setting-options-controller.php:81
5540
+ #: includes/api/class-wc-rest-shipping-methods-controller.php:53
5541
+ #: includes/api/class-wc-rest-shipping-zones-controller.php:275
5542
+ #: includes/api/class-wc-rest-system-status-tools-controller.php:54
5543
+ #: includes/api/class-wc-rest-webhook-deliveries.php:80
5544
+ #: includes/api/class-wc-rest-webhooks-controller.php:97
5545
+ #: includes/api/v1/class-wc-rest-coupons-controller.php:82
5546
+ #: includes/api/v1/class-wc-rest-customer-downloads-controller.php:46
5547
+ #: includes/api/v1/class-wc-rest-customers-controller.php:78
5548
+ #: includes/api/v1/class-wc-rest-customers-controller.php:630
5549
+ #: includes/api/v1/class-wc-rest-order-notes-controller.php:81
5550
+ #: includes/api/v1/class-wc-rest-order-notes-controller.php:398
5551
+ #: includes/api/v1/class-wc-rest-order-refunds-controller.php:87
5552
+ #: includes/api/v1/class-wc-rest-order-refunds-controller.php:346
5553
+ #: includes/api/v1/class-wc-rest-orders-controller.php:76
5554
+ #: includes/api/v1/class-wc-rest-orders-controller.php:907
5555
+ #: includes/api/v1/class-wc-rest-product-attribute-terms-controller.php:74
5556
+ #: includes/api/v1/class-wc-rest-product-attribute-terms-controller.php:195
5557
+ #: includes/api/v1/class-wc-rest-product-attributes-controller.php:75
5558
+ #: includes/api/v1/class-wc-rest-product-attributes-controller.php:536
5559
+ #: includes/api/v1/class-wc-rest-product-categories-controller.php:170
5560
+ #: includes/api/v1/class-wc-rest-product-reviews-controller.php:92
5561
+ #: includes/api/v1/class-wc-rest-product-reviews-controller.php:516
5562
+ #: includes/api/v1/class-wc-rest-product-shipping-classes-controller.php:94
5563
+ #: includes/api/v1/class-wc-rest-product-tags-controller.php:94
5564
+ #: includes/api/v1/class-wc-rest-products-controller.php:77
5565
+ #: includes/api/v1/class-wc-rest-products-controller.php:1736
5566
+ #: includes/api/v1/class-wc-rest-tax-classes-controller.php:332
5567
+ #: includes/api/v1/class-wc-rest-taxes-controller.php:62
5568
+ #: includes/api/v1/class-wc-rest-taxes-controller.php:574
5569
+ #: includes/api/v1/class-wc-rest-webhook-deliveries.php:66
5570
+ #: includes/api/v1/class-wc-rest-webhook-deliveries.php:234
5571
+ #: includes/api/v1/class-wc-rest-webhooks-controller.php:92
5572
+ #: includes/api/v1/class-wc-rest-webhooks-controller.php:498
5573
+ msgid "Unique identifier for the resource."
5574
+ msgstr ""
5575
 
5576
+ #: includes/abstracts/abstract-wc-rest-terms-controller.php:86
5577
+ #: includes/api/class-wc-rest-order-refunds-controller.php:112
5578
+ #: includes/api/v1/class-wc-rest-customers-controller.php:104
5579
+ #: includes/api/v1/class-wc-rest-order-notes-controller.php:105
5580
+ #: includes/api/v1/class-wc-rest-order-refunds-controller.php:107
5581
+ #: includes/api/v1/class-wc-rest-product-attribute-terms-controller.php:104
5582
+ #: includes/api/v1/class-wc-rest-product-attributes-controller.php:101
5583
+ #: includes/api/v1/class-wc-rest-tax-classes-controller.php:74
5584
+ #: includes/api/v1/class-wc-rest-taxes-controller.php:88
5585
+ #: includes/api/v1/class-wc-rest-webhooks-controller.php:118
5586
+ msgid "Required to be true, as resource does not support trashing."
5587
+ msgstr ""
5588
 
5589
+ #: includes/abstracts/abstract-wc-rest-terms-controller.php:229
5590
+ msgid "Taxonomy does not exist."
5591
+ msgstr "طبقه بندی موجود نمی باشد."
 
5592
 
5593
+ #: includes/abstracts/abstract-wc-rest-terms-controller.php:376
5594
+ #: includes/abstracts/abstract-wc-rest-terms-controller.php:480
5595
+ msgid "Can not set resource parent, taxonomy is not hierarchical."
5596
+ msgstr "قادر به تنظیم والد منبع نیستیم. طبقه بندی به صورت سلسله مراتبی نیست"
5597
 
5598
+ #: includes/abstracts/abstract-wc-rest-terms-controller.php:382
5599
+ #: includes/abstracts/abstract-wc-rest-terms-controller.php:491
5600
+ msgid "Parent resource does not exist."
5601
+ msgstr "منبع والد وجود ندارد."
5602
 
5603
+ #: includes/abstracts/abstract-wc-rest-terms-controller.php:542
5604
+ #: includes/api/v1/class-wc-rest-product-attributes-controller.php:417
5605
+ msgid "Resource does not support trashing."
5606
+ msgstr "منبع از زباله دان پشتیبانی نمی کند."
5607
 
5608
+ #: includes/abstracts/abstract-wc-rest-terms-controller.php:551
5609
+ #: includes/api/v1/class-wc-rest-customers-controller.php:493
5610
+ #: includes/api/v1/class-wc-rest-product-attributes-controller.php:436
5611
+ #: includes/api/v1/class-wc-rest-taxes-controller.php:470
5612
+ msgid "The resource cannot be deleted."
5613
+ msgstr "امکان حذف منبع وجود ندارد."
5614
 
5615
+ #: includes/abstracts/abstract-wc-rest-terms-controller.php:699
5616
+ msgid "Ensure result set excludes specific ids."
5617
+ msgstr "تنظیم تضمین نتایج به استثنای شناسه های خاص."
 
5618
 
5619
+ #: includes/abstracts/abstract-wc-rest-terms-controller.php:736
5620
+ msgid "Sort collection by resource attribute."
5621
+ msgstr ""
5622
 
5623
+ #: includes/abstracts/abstract-wc-rest-terms-controller.php:752
5624
+ msgid "Whether to hide resources not assigned to any products."
5625
+ msgstr ""
5626
 
5627
+ #: includes/abstracts/abstract-wc-rest-terms-controller.php:759
5628
+ msgid "Limit result set to resources assigned to a specific parent."
5629
+ msgstr ""
5630
 
5631
+ #: includes/abstracts/abstract-wc-rest-terms-controller.php:766
5632
+ msgid "Limit result set to resources assigned to a specific product."
5633
+ msgstr ""
5634
 
5635
+ #: includes/abstracts/abstract-wc-rest-terms-controller.php:772
5636
+ msgid "Limit result set to resources with a specific slug."
5637
+ msgstr ""
5638
 
5639
+ #: includes/abstracts/abstract-wc-settings-api.php:735 includes/admin/class-wc-admin-menus.php:279
5640
+ #: includes/admin/class-wc-admin-settings.php:607
5641
+ #: includes/admin/meta-boxes/views/html-product-attribute.php:45
5642
+ msgid "Select all"
5643
+ msgstr "انتخاب همه"
5644
 
5645
+ #: includes/abstracts/abstract-wc-settings-api.php:735 includes/admin/class-wc-admin-settings.php:607
5646
+ #: includes/admin/meta-boxes/views/html-product-attribute.php:46
5647
+ msgid "Select none"
5648
+ msgstr "انتخاب هیچکدام"
5649
 
5650
+ #: includes/abstracts/abstract-wc-shipping-method.php:279
5651
+ #: includes/admin/class-wc-admin-meta-boxes.php:127
5652
+ msgid "Items"
5653
+ msgstr "موارد"
5654
 
5655
+ #: includes/admin/class-wc-admin-addons.php:128
5656
+ msgid "Need a fresh look? Try Storefront child themes"
5657
+ msgstr "به یک دید تازه احتیاج دارید؟ پوسته های کودک استور فرانت را ببینید"
5658
 
5659
+ #: includes/admin/class-wc-admin-addons.php:132
5660
+ msgid "View more Storefront child themes"
5661
+ msgstr "مشاهده دیگر پوسته های کودک استور فرانت"
5662
 
5663
+ #: includes/admin/class-wc-admin-addons.php:137
5664
+ msgid "Need a theme? Try Storefront"
5665
+ msgstr "نیازمند یک پوسته هستید؟ استورفرونت را بکار بگیرید"
5666
 
5667
+ #: includes/admin/class-wc-admin-addons.php:348
5668
+ msgid "Free"
5669
+ msgstr "رایگان"
5670
 
5671
+ #: includes/admin/class-wc-admin-addons.php:350
5672
+ msgid "Installed"
5673
+ msgstr "نصب نشده"
5674
 
5675
+ #: includes/admin/class-wc-admin-api-keys-table-list.php:26
5676
+ msgid "key"
5677
+ msgstr "کلید"
5678
 
5679
+ #: includes/admin/class-wc-admin-api-keys-table-list.php:27
5680
+ msgid "keys"
5681
+ msgstr "کلیدها"
5682
 
5683
+ #: includes/admin/class-wc-admin-api-keys-table-list.php:40
5684
+ #: includes/admin/class-wc-admin-post-types.php:286
5685
+ #: includes/admin/class-wc-admin-setup-wizard.php:248
5686
+ #: includes/admin/meta-boxes/views/html-variation-admin.php:307
5687
+ #: includes/admin/settings/class-wc-settings-shipping.php:339
5688
+ #: includes/admin/settings/views/html-admin-page-shipping-zone-methods.php:73
5689
+ #: includes/admin/settings/views/html-keys-edit.php:16
5690
+ #: includes/gateways/bacs/class-wc-gateway-bacs.php:86
5691
+ #: includes/gateways/cheque/class-wc-gateway-cheque.php:67
5692
+ #: includes/gateways/cod/class-wc-gateway-cod.php:82
5693
+ #: includes/gateways/paypal/includes/settings-paypal.php:25
5694
+ #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:204
5695
+ #: includes/wc-template-functions.php:1122 templates/single-product/tabs/description.php:25
5696
+ msgid "Description"
5697
+ msgstr "توضیحات"
5698
 
5699
+ #: includes/admin/class-wc-admin-api-keys-table-list.php:41
5700
+ #: includes/admin/settings/views/html-keys-edit.php:70
5701
+ #, fuzzy
5702
+ #| msgid "Consumer Key Ending In"
5703
+ msgid "Consumer key ending in"
5704
+ msgstr "کلید مصرف کننده پایان در"
5705
 
5706
+ #: includes/admin/class-wc-admin-api-keys-table-list.php:42
5707
+ #: includes/admin/settings/views/html-keys-edit.php:25
5708
+ msgid "User"
5709
+ msgstr "کاربر"
5710
 
5711
+ #: includes/admin/class-wc-admin-api-keys-table-list.php:43
5712
+ #: includes/admin/settings/views/html-keys-edit.php:48
5713
+ msgid "Permissions"
5714
+ msgstr "دسترسی ها"
5715
 
5716
+ #: includes/admin/class-wc-admin-api-keys-table-list.php:44
5717
+ #: includes/admin/settings/views/html-keys-edit.php:78
5718
+ msgid "Last access"
5719
+ msgstr "آخرین دسترسی"
5720
 
5721
+ #: includes/admin/class-wc-admin-api-keys-table-list.php:70
5722
+ msgid "API key"
5723
+ msgstr "کلید API"
5724
 
5725
+ #: includes/admin/class-wc-admin-api-keys-table-list.php:79
5726
+ #: includes/admin/class-wc-admin-webhooks-table-list.php:95
5727
+ #: includes/admin/meta-boxes/views/html-order-refund.php:20
5728
+ msgid "ID: %d"
5729
+ msgstr "شناسه: %d"
5730
 
5731
+ #: includes/admin/class-wc-admin-api-keys-table-list.php:80
5732
+ msgid "View/Edit"
5733
+ msgstr "نمایش/ویرایش"
5734
 
5735
+ #: includes/admin/class-wc-admin-api-keys-table-list.php:81
5736
+ msgid "Revoke API key"
5737
+ msgstr "ابطال کلید API"
5738
 
5739
+ #: includes/admin/class-wc-admin-api-keys-table-list.php:81
5740
+ #: includes/admin/class-wc-admin-api-keys-table-list.php:170
5741
+ msgid "Revoke"
5742
+ msgstr "ابطال"
5743
 
5744
+ #: includes/admin/class-wc-admin-api-keys-table-list.php:134
5745
+ #: includes/admin/settings/views/html-keys-edit.php:55 includes/class-wc-auth.php:76
5746
+ msgid "Read"
5747
+ msgstr "اطلاعات بیشتر"
5748
 
5749
+ #: includes/admin/class-wc-admin-api-keys-table-list.php:135
5750
+ #: includes/admin/settings/views/html-keys-edit.php:56 includes/class-wc-auth.php:77
5751
+ msgid "Write"
5752
+ msgstr "نوشتن"
5753
 
5754
+ #: includes/admin/class-wc-admin-api-keys-table-list.php:136
5755
+ #: includes/admin/settings/views/html-keys-edit.php:57 includes/class-wc-auth.php:78
5756
+ msgid "Read/Write"
5757
+ msgstr "خواندن/نوشتن"
5758
 
5759
+ #. translators: 1: last access date 2: last access time
5760
+ #: includes/admin/class-wc-admin-api-keys-table-list.php:155
5761
+ #: includes/admin/settings/views/html-keys-edit.php:84
5762
+ msgid "%1$s at %2$s"
5763
+ msgstr "%1$s در %2$s"
5764
 
5765
+ #: includes/admin/class-wc-admin-api-keys-table-list.php:160
5766
+ #: includes/admin/settings/views/html-keys-edit.php:88
5767
+ msgid "Unknown"
5768
+ msgstr "ناشناس"
 
 
 
5769
 
5770
+ #: includes/admin/class-wc-admin-api-keys.php:61 includes/admin/settings/class-wc-settings-api.php:46
5771
+ msgid "Keys/Apps"
5772
+ msgstr "کلیدها/برنامه ها"
5773
 
5774
+ #: includes/admin/class-wc-admin-api-keys.php:61
5775
+ msgid "Add key"
5776
+ msgstr "افزودن کلید"
5777
 
5778
+ #: includes/admin/class-wc-admin-api-keys.php:71
5779
+ msgid "Search key"
5780
+ msgstr "جستجوی کلید"
5781
 
5782
+ #: includes/admin/class-wc-admin-api-keys.php:132
5783
+ msgid "API key revoked successfully."
5784
+ msgstr "کلید API بخوبی باطل شد."
5785
 
5786
+ #: includes/admin/class-wc-admin-api-keys.php:141 includes/admin/class-wc-admin-api-keys.php:156
5787
+ #: includes/admin/class-wc-admin-notices.php:128 includes/admin/class-wc-admin-settings.php:75
5788
+ #: includes/admin/class-wc-admin-status.php:281 includes/admin/class-wc-admin-status.php:300
5789
+ #: includes/admin/class-wc-admin-status.php:316 includes/admin/class-wc-admin-webhooks.php:142
5790
+ #: includes/admin/class-wc-admin-webhooks.php:202 includes/admin/class-wc-admin-webhooks.php:287
5791
+ #: includes/admin/class-wc-admin-webhooks.php:316 includes/emails/class-wc-email.php:688
5792
+ msgid "Action failed. Please refresh the page and retry."
5793
+ msgstr "عملیات ناموفق، خواهشمندیم برگه را دوباره بارگذاری نمایید"
5794
 
5795
+ #. Plugin Name of the plugin/theme
5796
+ msgid "WooCommerce"
5797
+ msgstr "ووکامرس"
5798
 
5799
+ #. translators: %s: decimal
5800
+ #: includes/admin/class-wc-admin-assets.php:151
5801
+ msgid "Please enter in decimal (%s) format without thousand separators."
5802
+ msgstr "خواهشمندیم بدون (%s) فرمت هزارگان جدا وارد کنید."
5803
 
5804
+ #. translators: %s: price decimal separator
5805
+ #: includes/admin/class-wc-admin-assets.php:153
5806
+ msgid ""
5807
+ "Please enter in monetary decimal (%s) format without thousand separators and currency symbols."
5808
+ msgstr "خواهشمندیم در اعشار پولی (%s) فرمت بدون هزارگان جدا و علامت ارز را وارد کنید."
5809
 
5810
+ #: includes/admin/class-wc-admin-assets.php:154
5811
+ msgid "Please enter in country code with two capital letters."
5812
+ msgstr "خواهشمندیم کد کشور خود را با دو حرف بزرگ وارد کنید."
5813
 
5814
+ #: includes/admin/class-wc-admin-assets.php:155
5815
+ msgid "Please enter in a value less than the regular price."
5816
+ msgstr "خواهشمندیم یک مقدار کمتر از قیمت حقیقی وارد کنید."
5817
 
5818
+ #: includes/admin/class-wc-admin-assets.php:194
5819
+ msgid ""
5820
+ "Are you sure you want to link all variations? This will create a new variation for each and every "
5821
+ "possible combination of variation attributes (max %d per run)."
5822
+ msgstr ""
5823
+ "آیا شما مایل به ترکیب تمام متغیرها می باشید؟ در این حالت یک متغیر جدید که حاوی ترکیب تمامی مشخصات "
5824
+ "ممکن متغیرهاست، ساخته میشود (در بیشترین حالت %d بار در هر اجرا)"
5825
 
5826
+ #: includes/admin/class-wc-admin-assets.php:195
5827
+ msgid "Enter a value"
5828
+ msgstr "مقدار را وارد كنید"
5829
 
5830
+ #: includes/admin/class-wc-admin-assets.php:196
5831
+ msgid "Variation menu order (determines position in the list of variations)"
5832
+ msgstr "چینش فهرست متغیرها ( تعیین موقعیت در لیست متغیرها )"
 
 
5833
 
5834
+ #: includes/admin/class-wc-admin-assets.php:197
5835
+ msgid "Enter a value (fixed or %)"
5836
+ msgstr "مقدار را وارد كنید ( بصورت ثابت یا %)"
5837
 
5838
+ #: includes/admin/class-wc-admin-assets.php:198
5839
+ msgid "Are you sure you want to delete all variations? This cannot be undone."
5840
+ msgstr "آیا مطمئنید میخواهید تمام متغیرها را پاک کنید؟ این کار بدون بازگشت است."
5841
 
5842
+ #: includes/admin/class-wc-admin-assets.php:199
5843
+ msgid "Last warning, are you sure?"
5844
+ msgstr "آخرین گوشزد، آیا شما مطمئن هستید؟"
 
 
 
5845
 
5846
+ #: includes/admin/class-wc-admin-assets.php:200 includes/admin/class-wc-admin-taxonomies.php:130
5847
+ #: includes/admin/class-wc-admin-taxonomies.php:240
5848
+ msgid "Choose an image"
5849
+ msgstr "انتخاب تصویر"
 
5850
 
5851
+ #: includes/admin/class-wc-admin-assets.php:201
5852
+ msgid "Set variation image"
5853
+ msgstr "انتخاب تصویر متغییر"
 
5854
 
5855
+ #: includes/admin/class-wc-admin-assets.php:202
5856
+ msgid "variation added"
5857
+ msgstr "متغیر افزوده شد"
 
 
5858
 
5859
+ #: includes/admin/class-wc-admin-assets.php:203
5860
+ msgid "variations added"
5861
+ msgstr "متغیرها افزوده شدند"
 
5862
 
5863
+ #: includes/admin/class-wc-admin-assets.php:204
5864
+ msgid "No variations added"
5865
+ msgstr "هیچ متغیری افزوده نشده است"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
5866
 
5867
+ #: includes/admin/class-wc-admin-assets.php:205
5868
+ msgid "Are you sure you want to remove this variation?"
5869
+ msgstr "آیا میخواهید این متغیر را پاک کنید؟"
 
5870
 
5871
+ #: includes/admin/class-wc-admin-assets.php:206
5872
+ msgid "Sale start date (YYYY-MM-DD format or leave blank)"
5873
+ msgstr "تاریخ پایان فروش ( روز- ماه - سال یا خالی بگذارید )"
 
5874
 
5875
+ #: includes/admin/class-wc-admin-assets.php:207
5876
+ msgid "Sale end date (YYYY-MM-DD format or leave blank)"
5877
+ msgstr "تاریخ اتمام فروش (در قالب YYYY-MM-DD یا خالی بگذارید)"
5878
 
5879
+ #: includes/admin/class-wc-admin-assets.php:208
5880
+ msgid "Save changes before changing page?"
5881
+ msgstr "قبل از تغییر صفحه تغییرات ذخیره شوند؟"
5882
 
5883
+ #: includes/admin/class-wc-admin-assets.php:209
5884
+ msgid "%qty% variation"
5885
+ msgstr "%qty% متغیر"
5886
 
5887
+ #: includes/admin/class-wc-admin-assets.php:210
5888
+ msgid "%qty% variations"
5889
+ msgstr "%qty% متغیرها"
5890
 
5891
+ #: includes/admin/class-wc-admin-assets.php:222 includes/admin/class-wc-admin-assets.php:359
5892
+ #: includes/admin/settings/views/html-webhooks-edit.php:54 includes/class-wc-frontend-scripts.php:543
5893
+ msgid "Select an option&hellip;"
5894
+ msgstr "انتخاب کنید"
5895
 
5896
+ #: includes/admin/class-wc-admin-assets.php:240
5897
+ msgid ""
5898
+ "Are you sure you want to remove the selected items? If you have previously reduced this item's "
5899
+ "stock, or this order was submitted by a customer, you will need to manually restore the item's "
5900
+ "stock."
5901
+ msgstr ""
5902
+ "آیا از پاک کردن ایتم های انتخاب شده مطمئن هستید؟ در صورتی که قبلا این مورد از انبار کم شده باشد، "
5903
+ "یا اینکه سفارش توسط مشتری ثبت شده باشد، شما نیاز به بازگردانی دستی موارد در انبار را خواهید داشت."
5904
 
5905
+ #: includes/admin/class-wc-admin-assets.php:241
5906
+ msgid "Please select some items."
5907
+ msgstr "خواهشمندیم چند مورد را انتخاب کنید."
5908
 
5909
+ #: includes/admin/class-wc-admin-assets.php:242
5910
+ msgid "Are you sure you wish to process this refund? This action cannot be undone."
5911
+ msgstr "آیا مطمئن هستید که میخواهید این استرداد وجه را انجام دهید؟ این عملیات برگشت ناپذیر است"
 
 
5912
 
5913
+ #: includes/admin/class-wc-admin-assets.php:243
5914
+ msgid "Are you sure you wish to delete this refund? This action cannot be undone."
5915
+ msgstr "آیا مطمئن هستید که میخواهید این استرداد وجه را پاک کنید؟ این عملیات برگشت ناپذیر است"
5916
 
5917
+ #: includes/admin/class-wc-admin-assets.php:244
5918
+ msgid "Are you sure you wish to delete this tax column? This action cannot be undone."
5919
+ msgstr "آیا مطمئن هستید که میخواهید این ستون مالیات را پاک کنید؟ این عملیات برگشت ناپذیر است"
5920
 
5921
+ #: includes/admin/class-wc-admin-assets.php:245
5922
+ msgid "Remove this item meta?"
5923
+ msgstr "پاک کردن اطلاعات این آیتم؟"
5924
 
5925
+ #: includes/admin/class-wc-admin-assets.php:246
5926
+ msgid "Remove this attribute?"
5927
+ msgstr "پاک کردن این ویژگی؟"
5928
 
5929
+ #: includes/admin/class-wc-admin-assets.php:247 includes/admin/class-wc-admin-attributes.php:280
5930
+ #: includes/admin/class-wc-admin-attributes.php:334 includes/admin/class-wc-admin-attributes.php:369
5931
+ #: includes/admin/class-wc-admin-attributes.php:391 includes/admin/class-wc-admin-attributes.php:454
5932
+ #: includes/admin/class-wc-admin-attributes.php:495 includes/admin/class-wc-admin-post-types.php:254
5933
+ #: includes/admin/class-wc-admin-setup-wizard.php:488
5934
+ #: includes/admin/class-wc-admin-webhooks-table-list.php:40
5935
+ #: includes/admin/meta-boxes/views/html-product-attribute.php:12
5936
+ #: includes/admin/meta-boxes/views/html-product-data-general.php:61
5937
+ #: includes/admin/meta-boxes/views/html-variation-admin.php:320
5938
+ #: includes/admin/settings/views/html-webhooks-edit.php:15
5939
+ #: includes/admin/views/html-admin-page-status-report.php:519
5940
+ #: includes/widgets/class-wc-widget-product-categories.php:52 templates/single-product-reviews.php:77
5941
+ msgid "Name"
5942
+ msgstr "نام"
5943
 
5944
+ #: includes/admin/class-wc-admin-assets.php:248
5945
+ #: includes/admin/meta-boxes/views/html-product-attribute.php:3
5946
+ #: includes/admin/meta-boxes/views/html-variation-admin.php:16
5947
+ #: includes/admin/settings/views/html-admin-page-shipping-classes.php:48
5948
+ msgid "Remove"
5949
+ msgstr "پاک کردن"
5950
 
5951
+ #: includes/admin/class-wc-admin-assets.php:249
5952
+ #: includes/admin/meta-boxes/views/html-order-download-permission.php:10
5953
+ #: includes/admin/meta-boxes/views/html-product-attribute.php:4
5954
+ #: includes/admin/meta-boxes/views/html-variation-admin.php:17
5955
+ msgid "Click to toggle"
5956
+ msgstr "تغییر وضعیت"
5957
 
5958
+ #: includes/admin/class-wc-admin-assets.php:250
5959
+ #: includes/admin/meta-boxes/views/html-product-attribute.php:24
5960
+ msgid "Value(s)"
5961
+ msgstr "مقدار(ها)"
5962
 
5963
+ #: includes/admin/class-wc-admin-assets.php:251
5964
+ msgid "Enter some text, or some attributes by pipe (|) separating values."
5965
+ msgstr "تعدادی متن یا ویژگی وارد کنید، هرکدام را با کاراکتر | جدا کنید."
 
5966
 
5967
+ #: includes/admin/class-wc-admin-assets.php:252
5968
+ #: includes/admin/meta-boxes/views/html-product-attribute.php:76
5969
+ msgid "Visible on the product page"
5970
+ msgstr "نمایش در برگه محصول"
5971
 
5972
+ #: includes/admin/class-wc-admin-assets.php:253
5973
+ #: includes/admin/meta-boxes/views/html-product-attribute.php:82
5974
+ msgid "Used for variations"
5975
+ msgstr "استفاده برای متغیرها"
5976
 
5977
+ #: includes/admin/class-wc-admin-assets.php:254
5978
+ msgid "Enter a name for the new attribute term:"
5979
+ msgstr "یک نام برای ویژگی جدید وارد کنید:"
5980
 
5981
+ #: includes/admin/class-wc-admin-assets.php:255
5982
+ msgid "Calculate totals based on order items, discounts, and shipping?"
5983
+ msgstr "محاسبه جمع قیمت بر اساس موارد سفارش، تخفیف‌ها و هزینه ارسال؟"
5984
 
5985
+ #: includes/admin/class-wc-admin-assets.php:256
5986
+ msgid ""
5987
+ "Calculate line taxes? This will calculate taxes based on the customers country. If no billing/"
5988
+ "shipping is set it will use the store base country."
5989
+ msgstr ""
5990
+ "محاسبه مالیات‌های خطی؟ این گزینه مالیات‌ها را بر اساس کشور مشتری محاسبه می‌کند. در صورتی که هیچ "
5991
+ "پرداخت/ارسالی تنظیم نشود مالیات کشور فروشگاه در نظر گرفته می‌شود."
5992
 
5993
+ #: includes/admin/class-wc-admin-assets.php:257
5994
+ msgid ""
5995
+ "Copy billing information to shipping information? This will remove any currently entered shipping "
5996
+ "information."
5997
+ msgstr ""
5998
+ "کپی کردن اطلاعات پرداخت به اطلاعات ارسال کالا؟ این گزینه تمامی اطلاعات ارسالی که در حال حاضر وارد "
5999
+ "شده را پاک میکند."
6000
 
6001
+ #: includes/admin/class-wc-admin-assets.php:258
6002
+ msgid ""
6003
+ "Load the customer's billing information? This will remove any currently entered billing "
6004
+ "information."
6005
+ msgstr ""
6006
+ "بارگیری اطلاعات پرداخت مشتری؟ این گزینه تمامی اطلاعات پرداختی که در حال حاضر وارد شده را پاک میکند."
6007
 
6008
+ #: includes/admin/class-wc-admin-assets.php:259
6009
+ msgid ""
6010
+ "Load the customer's shipping information? This will remove any currently entered shipping "
6011
+ "information."
6012
+ msgstr ""
6013
+ "بارگیری اطلاعات ارسال مشتری؟ این گزینه تمامی اطلاعات ارسالی که در حال حاضر وارد شده را پاک میکند."
6014
 
6015
+ #: includes/admin/class-wc-admin-assets.php:260 includes/admin/class-wc-admin-post-types.php:267
6016
+ #: includes/admin/class-wc-admin-post-types.php:1797
6017
+ #: includes/admin/views/html-bulk-edit-product.php:199
6018
+ #: includes/admin/views/html-quick-edit-product.php:157
6019
+ msgid "Featured"
6020
+ msgstr "برجسته"
6021
 
6022
+ #: includes/admin/class-wc-admin-assets.php:264
6023
+ msgid "No customer selected"
6024
+ msgstr "هیچ مشتری انتخاب نشده است"
6025
 
6026
+ #: includes/admin/class-wc-admin-assets.php:288
6027
+ msgid ""
6028
+ "Could not grant access - the user may already have permission for this file or billing email is "
6029
+ "not set. Ensure the billing email is set, and the order has been saved."
6030
+ msgstr ""
6031
+ "دسترسی کامل امکان‌پذیر نیست - احتمال دارد کاربر در حال حاضر اجازه دسترسی به این فایل را دارد و یا "
6032
+ "ایمیل صورتحساب ارسال نشده است. مطمئن شوید ایمیل به درستی تنظیم شده و سفارشات ذخیره شده‌اند."
6033
 
6034
+ #: includes/admin/class-wc-admin-assets.php:289
6035
+ msgid "Are you sure you want to revoke access to this download?"
6036
+ msgstr "مطمئنید که میخواهید اجازه دسترسی به این دانلود را ابطال کنید؟"
6037
 
6038
+ #: includes/admin/class-wc-admin-assets.php:290
6039
+ msgid "You cannot add the same tax rate twice!"
6040
+ msgstr "شما نمی توانید یک نرخ مالیات را دو بار ثبت کنید"
6041
 
6042
+ #: includes/admin/class-wc-admin-assets.php:291
6043
+ msgid "Are you sure you wish to delete this note? This action cannot be undone."
6044
+ msgstr "آیا شما از پاک این یادداشت مطمئن هستید؟ این عملیات قابل بازگشت نیست."
6045
 
6046
+ #: includes/admin/class-wc-admin-assets.php:340
6047
+ #: includes/admin/views/html-admin-page-status-report.php:27
6048
+ msgid "Copying to clipboard failed. Please press Ctrl/Cmd+C to copy."
6049
+ msgstr "ذخیره سازی در صفحه کلید انجام نشد. لطفا از Ctrl/Cmd+C استفاده کنید."
6050
 
6051
+ #. translators: %s: attribute name
6052
+ #: includes/admin/class-wc-admin-attributes.php:99
6053
+ #: includes/api/legacy/v2/class-wc-api-products.php:1963
6054
+ #: includes/api/legacy/v3/class-wc-api-products.php:2522
6055
+ #: includes/api/v1/class-wc-rest-product-attributes-controller.php:646
6056
+ msgid "Slug \"%s\" is too long (28 characters max). Shorten it, please."
6057
+ msgstr "نامک \"%s\" بسیار طولانی است (بیشینه 28 کاراکتر). خواهشمندیم آنرا کوتاهتر کنید."
6058
 
6059
+ #. translators: %s: attribute name
6060
+ #: includes/admin/class-wc-admin-attributes.php:102
6061
+ #: includes/api/legacy/v2/class-wc-api-products.php:1965
6062
+ #: includes/api/legacy/v3/class-wc-api-products.php:2524
6063
+ #: includes/api/v1/class-wc-rest-product-attributes-controller.php:648
6064
+ msgid "Slug \"%s\" is not allowed because it is a reserved term. Change it, please."
6065
+ msgstr ""
6066
+ "نامک \"%s\" درست نیست زیرا این مورد پیش از این بکار رفته است. خواهشمند است نامک دیگری بنویسید."
6067
 
6068
+ #: includes/admin/class-wc-admin-attributes.php:119 includes/admin/class-wc-admin-attributes.php:149
6069
+ msgid "Please, provide an attribute name and slug."
6070
+ msgstr "خواهشمند است، یک نام ویژگی و نامک بنویسید."
 
 
 
 
6071
 
6072
+ #. translators: %s: attribute name
6073
+ #: includes/admin/class-wc-admin-attributes.php:124 includes/admin/class-wc-admin-attributes.php:158
6074
+ #: includes/api/legacy/v2/class-wc-api-products.php:1967
6075
+ #: includes/api/legacy/v3/class-wc-api-products.php:2526
6076
+ #: includes/api/v1/class-wc-rest-product-attributes-controller.php:650
6077
+ msgid "Slug \"%s\" is already in use. Change it, please."
6078
+ msgstr "نامک \"%s\" پپیش از این بکار رفته است. خواهشمند است آنرا تغییر دهید."
6079
 
6080
+ #: includes/admin/class-wc-admin-attributes.php:205
6081
+ msgid "Attribute updated successfully"
6082
+ msgstr "ویژگی بخوبی بروز رسانی شد"
 
6083
 
6084
+ #: includes/admin/class-wc-admin-attributes.php:259
6085
+ msgid "Edit attribute"
6086
+ msgstr "ویرایش ویژگی"
6087
 
6088
+ #: includes/admin/class-wc-admin-attributes.php:264
6089
+ msgid "Error: non-existing attribute ID."
6090
+ msgstr "ایزاد: شناسه ویژگی دیگری وجود ندارد."
6091
 
6092
+ #: includes/admin/class-wc-admin-attributes.php:284 includes/admin/class-wc-admin-attributes.php:456
6093
+ msgid "Name for the attribute (shown on the front-end)."
6094
+ msgstr "نام ویژگی (برای نمایش به کاربران سایت)"
6095
 
6096
+ #: includes/admin/class-wc-admin-attributes.php:289 includes/admin/class-wc-admin-attributes.php:370
6097
+ #: includes/admin/class-wc-admin-attributes.php:460
6098
+ #: includes/admin/settings/class-wc-settings-shipping.php:338
6099
+ #: includes/admin/settings/views/html-admin-page-shipping-classes.php:62
6100
+ msgid "Slug"
6101
+ msgstr "نامک"
6102
 
6103
+ #: includes/admin/class-wc-admin-attributes.php:293 includes/admin/class-wc-admin-attributes.php:462
6104
+ msgid "Unique slug/reference for the attribute; must be no more than 28 characters."
6105
+ msgstr "نامک یکتا برای ویژگی; باید انگلیسی بوده و کوتاهتر از 28 کاراکتر باشد."
6106
 
6107
+ #: includes/admin/class-wc-admin-attributes.php:298
6108
+ msgid "Enable archives?"
6109
+ msgstr "بایگانی فعال شود؟"
6110
 
6111
+ #: includes/admin/class-wc-admin-attributes.php:302 includes/admin/class-wc-admin-attributes.php:468
6112
+ msgid "Enable this if you want this attribute to have product archives in your store."
6113
+ msgstr "اگر می خواهید این ویژگی در بایگانی محصولات فروشگاه باشد، این گزینه را فعال کنید."
6114
 
6115
+ #: includes/admin/class-wc-admin-attributes.php:307 includes/admin/class-wc-admin-attributes.php:371
6116
+ #: includes/admin/class-wc-admin-attributes.php:472 includes/admin/class-wc-admin-post-types.php:268
6117
+ msgid "Type"
6118
+ msgstr "نوع"
6119
 
6120
+ #: includes/admin/class-wc-admin-attributes.php:324 includes/admin/class-wc-admin-attributes.php:488
6121
+ msgid ""
6122
+ "Determines how you select attributes for products. Under admin panel -> products -> product data -"
6123
+ "> attributes -> values, <strong>Text</strong> allows manual entry whereas <strong>select</strong> "
6124
+ "allows pre-configured terms in a drop-down list."
6125
+ msgstr ""
6126
+ "نحوه انتخاب ویژگی‌ها برای محصولات. <strong>متن</strong> به شما اجازه می‌دهد یک نوشته دستی در برگه "
6127
+ "محصول داشته باشید، <strong>انتخاب</strong> آیتم‌های از پیش تعیید شده‌ای هستند که میتوان انتخاب کرد. "
6128
+ "اگر می‌خواهید برای «تغییرات» ویژگی انتخاب کنید از <strong>انتخاب</strong> استفاده کنید."
6129
 
6130
+ #: includes/admin/class-wc-admin-attributes.php:329 includes/admin/class-wc-admin-attributes.php:492
6131
+ msgid "Default sort order"
6132
+ msgstr "مرتب سازی پیش‌فرض"
6133
 
6134
+ #: includes/admin/class-wc-admin-attributes.php:333 includes/admin/class-wc-admin-attributes.php:400
6135
+ #: includes/admin/class-wc-admin-attributes.php:494
6136
+ msgid "Custom ordering"
6137
+ msgstr "ترتیب دلخواه"
6138
 
6139
+ #: includes/admin/class-wc-admin-attributes.php:335 includes/admin/class-wc-admin-attributes.php:394
6140
+ #: includes/admin/class-wc-admin-attributes.php:496
6141
+ msgid "Name (numeric)"
6142
+ msgstr "نام (شمارشی)"
6143
 
6144
+ #: includes/admin/class-wc-admin-attributes.php:336 includes/admin/class-wc-admin-attributes.php:397
6145
+ #: includes/admin/class-wc-admin-attributes.php:497
6146
+ msgid "Term ID"
6147
+ msgstr "شناسه دوره"
6148
 
6149
+ #: includes/admin/class-wc-admin-attributes.php:338 includes/admin/class-wc-admin-attributes.php:499
6150
+ msgid ""
6151
+ "Determines the sort order of the terms on the frontend shop product pages. If using custom "
6152
+ "ordering, you can drag and drop the terms in this attribute."
6153
+ msgstr ""
6154
+ "نمایش ترتیب سفارش برای کاربر برای این ویژگی. اگر از مرتب‌سازی مرسوم استفاده کنید شما میتوانید با "
6155
+ "استفاده از کشیدن و رها کردن ترتیب را تغییر دهید."
6156
 
6157
+ #: includes/admin/class-wc-admin-attributes.php:344
6158
+ msgid "Update"
6159
+ msgstr "بروزرسانی"
6160
 
6161
+ #: includes/admin/class-wc-admin-attributes.php:372
6162
+ #: includes/widgets/class-wc-widget-product-categories.php:49
6163
+ #: includes/widgets/class-wc-widget-products.php:53
6164
+ msgid "Order by"
6165
+ msgstr "مرتب شده بر اساس"
6166
 
6167
+ #: includes/admin/class-wc-admin-attributes.php:373
6168
+ msgid "Terms"
6169
+ msgstr "شرایط و مقررات"
6170
 
6171
+ #: includes/admin/class-wc-admin-attributes.php:384 includes/admin/class-wc-admin-post-types.php:1801
6172
+ #: includes/admin/class-wc-admin-webhooks-table-list.php:99
6173
+ #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:274
6174
+ #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:364
6175
+ #: includes/admin/reports/class-wc-report-customer-list.php:159
6176
+ #: includes/admin/reports/class-wc-report-stock.php:127
6177
+ #: includes/admin/settings/views/html-admin-page-shipping-classes.php:48
6178
+ #: includes/admin/settings/views/html-admin-page-shipping-zone-methods.php:107
6179
+ #: includes/admin/settings/views/html-admin-page-shipping-zones.php:28
6180
+ #: includes/admin/settings/views/html-admin-page-shipping-zones.php:78
6181
+ #: includes/class-wc-post-types.php:263 includes/class-wc-post-types.php:322
6182
+ #: includes/class-wc-post-types.php:385 includes/class-wc-post-types.php:426
6183
+ #: templates/myaccount/my-address.php:51
6184
+ msgid "Edit"
6185
+ msgstr "ویرایش"
6186
 
6187
+ #: includes/admin/class-wc-admin-attributes.php:384
6188
+ #: includes/admin/class-wc-admin-log-table-list.php:159
6189
+ #: includes/admin/meta-boxes/class-wc-meta-box-product-images.php:58
6190
+ #: includes/admin/meta-boxes/class-wc-meta-box-product-images.php:78
6191
+ #: includes/admin/meta-boxes/views/html-product-download.php:9
6192
+ #: includes/admin/meta-boxes/views/html-product-variation-download.php:8
6193
+ #: includes/admin/settings/views/html-admin-page-shipping-zone-methods.php:107
6194
+ #: includes/admin/settings/views/html-admin-page-shipping-zones.php:78
6195
+ #: includes/wc-account-functions.php:269
6196
+ msgid "Delete"
6197
+ msgstr "پاک کردن"
6198
 
6199
+ #: includes/admin/class-wc-admin-attributes.php:387
6200
+ msgid "(Public)"
6201
+ msgstr "(عمومی)"
 
 
6202
 
6203
+ #: includes/admin/class-wc-admin-attributes.php:433
6204
+ msgid "Configure terms"
6205
+ msgstr "پیکربندی شرایط و مقررات"
 
6206
 
6207
+ #: includes/admin/class-wc-admin-attributes.php:438
6208
+ msgid "No attributes currently exist."
6209
+ msgstr "هیچ صفتی موجود نیست."
 
6210
 
6211
+ #: includes/admin/class-wc-admin-attributes.php:448
6212
+ msgid "Add new attribute"
6213
+ msgstr "افزودن ویژگی جدید"
 
 
6214
 
6215
+ #: includes/admin/class-wc-admin-attributes.php:449
6216
+ msgid ""
6217
+ "Attributes let you define extra product data, such as size or color. You can use these attributes "
6218
+ "in the shop sidebar using the \"layered nav\" widgets. Please note: you cannot rename an attribute "
6219
+ "later on."
6220
+ msgstr ""
6221
+ "ویژگی ها به شما اجازه میدهند توضیحات بیشتری در مورد محصول، مانند رنگ و سایز بدهید. شما میتوانید با "
6222
+ "استفاده از ابزارک های منوها، این ویژگی ها را در نوارکناری لیست کنید. گوشزد: شما نمی توانید ویژگی "
6223
+ "را در آینده تغییر نام دهید."
6224
 
6225
+ #: includes/admin/class-wc-admin-attributes.php:466
6226
+ msgid "Enable Archives?"
6227
+ msgstr "بایگانی فعال شود؟"
 
 
6228
 
6229
+ #: includes/admin/class-wc-admin-attributes.php:504
6230
+ msgid "Add attribute"
6231
+ msgstr "افزودن ویژگی "
6232
 
6233
+ #: includes/admin/class-wc-admin-attributes.php:515
6234
+ msgid "Are you sure you want to delete this attribute?"
6235
+ msgstr "آیا میخواهید این ویژگی را پاک کنید؟"
 
6236
 
6237
+ #: includes/admin/class-wc-admin-dashboard.php:37
6238
+ #: includes/widgets/class-wc-widget-recent-reviews.php:25
6239
+ msgid "WooCommerce recent reviews"
6240
+ msgstr "آخرین دیدگاه های ووکامرس "
6241
 
6242
+ #: includes/admin/class-wc-admin-dashboard.php:39 includes/admin/class-wc-admin-menus.php:97
6243
+ msgid "WooCommerce status"
6244
+ msgstr "وضعیت ووکامرس"
6245
 
6246
+ #. translators: %s: net sales
6247
+ #: includes/admin/class-wc-admin-dashboard.php:102
6248
+ msgid "%s net sales this month"
6249
+ msgstr "%s فروش خالص در این دوره"
6250
 
6251
+ #. translators: 1: top seller product title 2: top seller quantity
6252
+ #: includes/admin/class-wc-admin-dashboard.php:119
6253
+ #| msgid "%s top seller this month (sold %d)"
6254
+ msgid "%1$s top seller this month (sold %2$d)"
6255
+ msgstr "%1$s فروشنده برتر این ماه (فروش %2$d)"
6256
 
6257
+ #. translators: %s: order count
6258
+ #: includes/admin/class-wc-admin-dashboard.php:157
6259
+ msgid "<strong>%s order</strong> awaiting processing"
6260
+ msgid_plural "<strong>%s orders</strong> awaiting processing"
6261
+ msgstr[0] "<strong>%s سفارش</strong> در انتظار پردازش"
6262
 
6263
+ #. translators: %s: order count
6264
+ #: includes/admin/class-wc-admin-dashboard.php:168
6265
+ msgid "<strong>%s order</strong> on-hold"
6266
+ msgid_plural "<strong>%s orders</strong> on-hold"
6267
+ msgstr[0] "<strong>%s سفارش</strong> on-hold"
6268
 
6269
+ #. translators: %s: order count
6270
+ #: includes/admin/class-wc-admin-dashboard.php:224
6271
+ msgid "<strong>%s product</strong> low in stock"
6272
+ msgid_plural "<strong>%s products</strong> low in stock"
6273
+ msgstr[0] "<strong>%s محصول</strong> در انبار کم است."
6274
 
6275
+ #. translators: %s: order count
6276
+ #: includes/admin/class-wc-admin-dashboard.php:235
6277
+ msgid "<strong>%s product</strong> out of stock"
6278
+ msgid_plural "<strong>%s products</strong> out of stock"
6279
+ msgstr[0] "<strong>%s محصول</strong> در انبار موجود نیست"
6280
 
6281
+ #. translators: %s: rating
6282
+ #: includes/admin/class-wc-admin-dashboard.php:272 templates/single-product/review-rating.php:31
6283
+ msgid "%s out of 5"
6284
+ msgstr "امتیاز %s از 5"
6285
 
6286
+ #. translators: %s: review author
6287
+ #: includes/admin/class-wc-admin-dashboard.php:275
6288
+ msgid "reviewed by %s"
6289
+ msgstr "بررسی توسط %s"
6290
 
6291
+ #: includes/admin/class-wc-admin-dashboard.php:281
6292
+ msgid "There are no product reviews yet."
6293
+ msgstr "هنوز هیچ دیدگاهی برای محصول گذاشته نشده است."
 
6294
 
6295
+ #: includes/admin/class-wc-admin-duplicate-product.php:46
6296
+ msgid "Make a duplicate from this product"
6297
+ msgstr "ساخت یک کپی از این محصول"
 
6298
 
6299
+ #: includes/admin/class-wc-admin-duplicate-product.php:47
6300
+ msgid "Duplicate"
6301
+ msgstr "دوبل کردن"
6302
 
6303
+ #: includes/admin/class-wc-admin-duplicate-product.php:73
6304
+ msgid "Copy to a new draft"
6305
+ msgstr "کپی کردن به پیش‌نویس"
6306
 
6307
+ #: includes/admin/class-wc-admin-duplicate-product.php:83
6308
+ msgid "No product to duplicate has been supplied!"
6309
+ msgstr "محصولی برای دوبل‌کردن عرضه نشده است."
6310
 
6311
+ #. translators: %s: product id
6312
+ #: includes/admin/class-wc-admin-duplicate-product.php:94
6313
+ msgid "Product creation failed, could not find original product: %s"
6314
+ msgstr "ساختن محصول با مشکل مواجه شد، محصول اصلی پیدا نشد:"
6315
 
6316
+ #: includes/admin/class-wc-admin-help.php:41 includes/admin/class-wc-admin-help.php:45
6317
+ msgid "General Settings"
6318
+ msgstr "پیکربندی همگانی"
6319
 
6320
+ #: includes/admin/class-wc-admin-help.php:49
6321
+ msgid "Product Settings"
6322
+ msgstr "پیکربندی محصول"
6323
 
6324
+ #: includes/admin/class-wc-admin-help.php:53
6325
+ msgid "Display Settings"
6326
+ msgstr "تنظیمات نمایش"
6327
 
6328
+ #: includes/admin/class-wc-admin-help.php:57
6329
+ msgid "Inventory Settings"
6330
+ msgstr "پیکربندی موجودی"
6331
 
6332
+ #: includes/admin/class-wc-admin-help.php:61
6333
+ msgid "Downloadable Products Settings"
6334
+ msgstr "تنظیمات محصولات دانلودی"
6335
 
6336
+ #: includes/admin/class-wc-admin-help.php:65
6337
+ msgid "Tax Settings"
6338
+ msgstr "پیکربندی مالیات"
6339
 
6340
+ #: includes/admin/class-wc-admin-help.php:69 includes/admin/class-wc-admin-help.php:73
6341
+ #: includes/admin/class-wc-admin-help.php:77
6342
+ msgid "Tax Rate Example"
6343
+ msgstr "نرخ مالیات نمونه"
6344
 
6345
+ #: includes/admin/class-wc-admin-help.php:81
6346
+ msgid "Shipping Zones"
6347
+ msgstr "مناطق حمل و نقل"
6348
 
6349
+ #: includes/admin/class-wc-admin-help.php:85
6350
+ msgid "Shipping Options"
6351
+ msgstr "امكانات حمل و نقل كالا"
6352
 
6353
+ #: includes/admin/class-wc-admin-help.php:89
6354
+ msgid "Shipping Classes"
6355
+ msgstr "کلاس‌های باربری"
6356
 
6357
+ #: includes/admin/class-wc-admin-help.php:93
6358
+ msgid "Checkout Settings"
6359
+ msgstr "پیکربندی تسویه حساب"
6360
 
6361
+ #: includes/admin/class-wc-admin-help.php:97
6362
+ msgid "Bank Transfer (BACS) Payment Method"
6363
+ msgstr "پرداخت واریز بانکی (BACS)"
6364
 
6365
+ #: includes/admin/class-wc-admin-help.php:101
6366
+ msgid "Check Payment Method"
6367
+ msgstr "روش پرداخت با چک"
6368
 
6369
+ #: includes/admin/class-wc-admin-help.php:105
6370
+ msgid "Cash on Delivery (COD) Payment Method"
6371
+ msgstr "پرداخت در هنگام تحویل (COD)"
6372
 
6373
+ #: includes/admin/class-wc-admin-help.php:109
6374
+ msgid "PayPal Standard Method"
6375
+ msgstr "پی پل استاندارد"
6376
 
6377
+ #: includes/admin/class-wc-admin-help.php:113
6378
+ msgid "PayPal by Braintree Payment Method"
6379
+ msgstr "پی پال به وسیله Braintree"
6380
 
6381
+ #: includes/admin/class-wc-admin-help.php:117
6382
+ msgid "Stripe Payment Method"
6383
+ msgstr "روش پرداخت Stripe"
6384
 
6385
+ #: includes/admin/class-wc-admin-help.php:121
6386
+ msgid "Account Settings"
6387
+ msgstr "پیکربندی حساب کاربری"
6388
 
6389
+ #: includes/admin/class-wc-admin-help.php:125
6390
+ msgid "Email Settings"
6391
+ msgstr "پیکربندی ایمیل"
6392
 
6393
+ #: includes/admin/class-wc-admin-help.php:129 includes/admin/class-wc-admin-help.php:133
6394
+ msgid "API Settings"
6395
+ msgstr "تنظیمات API"
6396
 
6397
+ #: includes/admin/class-wc-admin-help.php:137
6398
+ msgid "Keys & Apps"
6399
+ msgstr "کلیدها/برنامه ها"
6400
 
6401
+ #: includes/admin/class-wc-admin-help.php:141 includes/admin/class-wc-admin-webhooks.php:431
6402
+ #: includes/admin/settings/class-wc-settings-api.php:47 includes/class-wc-post-types.php:421
6403
+ msgid "Webhooks"
6404
+ msgstr "وب هوک‌ها"
6405
 
6406
+ #: includes/admin/class-wc-admin-help.php:145
6407
+ msgid "Creating Products"
6408
+ msgstr "ساخت محصولات"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
6409
 
6410
+ #: includes/admin/class-wc-admin-help.php:149
6411
+ msgid "Product Categories"
6412
+ msgstr "دسته های محصولات"
 
 
 
 
 
 
 
 
 
 
6413
 
6414
+ #: includes/admin/class-wc-admin-help.php:153
6415
+ msgid "Product Tags"
6416
+ msgstr "برچسب محصولات"
6417
 
6418
+ #: includes/admin/class-wc-admin-help.php:157
6419
+ msgid "Product Attributes"
6420
+ msgstr "ویژگی‌های محصول"
 
 
6421
 
6422
+ #: includes/admin/class-wc-admin-help.php:161
6423
+ msgid "System Status"
6424
+ msgstr "وضعیت سیستم"
6425
 
6426
+ #: includes/admin/class-wc-admin-help.php:165 includes/admin/views/html-admin-page-status.php:13
6427
+ msgid "Tools"
6428
+ msgstr "ابزار"
 
6429
 
6430
+ #: includes/admin/class-wc-admin-help.php:169 includes/admin/class-wc-admin-menus.php:70
6431
+ msgid "Reports"
6432
+ msgstr "گزارشات"
 
6433
 
6434
+ #: includes/admin/class-wc-admin-help.php:173
6435
+ msgid "Customer Reports"
6436
+ msgstr "گزارشات مشتری"
6437
 
6438
+ #: includes/admin/class-wc-admin-help.php:177
6439
+ msgid "Stock Reports"
6440
+ msgstr "گزارشات موجودی"
6441
 
6442
+ #: includes/admin/class-wc-admin-help.php:181
6443
+ msgid "Tax Reports"
6444
+ msgstr "گزارشات انبار"
6445
 
6446
+ #: includes/admin/class-wc-admin-help.php:185 includes/admin/class-wc-admin-help.php:189
6447
+ #: includes/admin/settings/class-wc-settings-checkout.php:74 includes/class-wc-post-types.php:380
6448
+ msgid "Coupons"
6449
+ msgstr "کوپن‌ها"
6450
 
6451
+ #: includes/admin/class-wc-admin-help.php:193 includes/admin/class-wc-admin-help.php:197
6452
+ msgid "Managing Orders"
6453
+ msgstr "مدیریت سفارش ها"
6454
 
6455
+ #: includes/admin/class-wc-admin-help.php:220 includes/admin/class-wc-admin-help.php:222
6456
+ msgid "Guided Tour"
6457
+ msgstr "تور راهنما"
6458
 
6459
+ #: includes/admin/class-wc-admin-help.php:233 includes/admin/class-wc-admin-help.php:235
6460
+ msgid "Help &amp; Support"
6461
+ msgstr "راهنما &amp; پشتیبانی"
6462
 
6463
+ #: includes/admin/class-wc-admin-help.php:237
6464
+ msgid ""
6465
+ "Should you need help understanding, using, or extending WooCommerce, <a href=\"%s\">please read "
6466
+ "our documentation</a>. You will find all kinds of resources including snippets, tutorials and much "
6467
+ "more."
6468
+ msgstr ""
6469
 
6470
+ #: includes/admin/class-wc-admin-help.php:241
6471
+ msgid ""
6472
+ "For further assistance with WooCommerce core you can use the <a href=\"%1$s\">community forum</a>. "
6473
+ "If you need help with premium extensions sold by WooCommerce, please <a href=\"%2$s\">use our "
6474
+ "helpdesk</a>."
6475
+ msgstr ""
6476
 
6477
+ #: includes/admin/class-wc-admin-help.php:245
6478
+ msgid ""
6479
+ "Before asking for help we recommend checking the system status page to identify any problems with "
6480
+ "your configuration."
6481
+ msgstr ""
6482
+ "پیش از پرسش کردن برای کمک و پشتیبانی، خواهشمندیم برگه وضعیت را برای تشخیص مشکلات موجود، بررسی کنید."
6483
 
6484
+ #: includes/admin/class-wc-admin-help.php:246 includes/admin/class-wc-admin-help.php:255
6485
+ #: includes/admin/class-wc-admin-menus.php:97 includes/admin/views/html-admin-page-status.php:12
6486
+ msgid "System status"
6487
+ msgstr "وضعیت سیستم"
6488
 
6489
+ #: includes/admin/class-wc-admin-help.php:246
6490
+ msgid "Community forum"
6491
+ msgstr "تالار های پشتیبانی"
6492
 
6493
+ #: includes/admin/class-wc-admin-help.php:246
6494
+ msgid "WooCommerce helpdesk"
6495
+ msgstr "مرکز پاسخگویی ووکامرس"
6496
 
6497
+ #: includes/admin/class-wc-admin-help.php:251 includes/admin/class-wc-admin-help.php:253
6498
+ msgid "Found a bug?"
6499
+ msgstr "یک اشکال پیدا کردید؟"
6500
 
6501
+ #: includes/admin/class-wc-admin-help.php:254
6502
+ msgid ""
6503
+ "If you find a bug within WooCommerce core you can create a ticket via <a href=\"%1$s\">Github "
6504
+ "issues</a>. Ensure you read the <a href=\"%2$s\">contribution guide</a> prior to submitting your "
6505
+ "report. To help us solve your issue, please be as descriptive as possible and include your <a href="
6506
+ "\"%3$s\">system status report</a>."
6507
+ msgstr ""
6508
+ "اگر در هسته ووکامرس باگی پیدا کردید، شما می توانید در <a href=\"%1$s\"> مسائل گیت هاب Github "
6509
+ "issues</a> مسائل گیت هاب یک تیکت بسازید.\n"
6510
+ "مطممئنا شما قبل از ارسال گزارش <a href=\"%2$s\">contribution guide راهنمای همکاری </a> را می "
6511
+ "خوانید.\n"
6512
+ "برای کمک در حل مشکل شما، خواهشمندیم مشکل خود را کامل بیان کرده و <a href=\"%3$s\">گزارش وضعیت "
6513
+ "سیستم</a> را هم ضمیمه کنید."
6514
+
6515
+ #: includes/admin/class-wc-admin-help.php:255
6516
+ msgid "Report a bug"
6517
+ msgstr "گزارش یک حفره امنیتی"
6518
 
6519
+ #: includes/admin/class-wc-admin-help.php:261 includes/admin/class-wc-admin-help.php:263
6520
+ msgid "Education"
6521
+ msgstr "آموزش"
6522
 
6523
+ #: includes/admin/class-wc-admin-help.php:264
6524
+ msgid ""
6525
+ "If you would like to learn about using WooCommerce from an expert, consider following a "
6526
+ "WooCommerce course offered by one of our educational partners."
6527
+ msgstr ""
6528
+ "اگر شما می خواهید درباره ووکامرس بیشتر بدانید ، میتوانید یک دوره ووکامرس را زیر نظر یکی از "
6529
+ "نمایندگان آموزشی ما فرا بگیرید."
6530
 
6531
+ #: includes/admin/class-wc-admin-help.php:265
6532
+ msgid "View education partners"
6533
+ msgstr "نمایش همکاران آموزشی"
 
 
 
 
 
 
 
 
 
 
 
6534
 
6535
+ #: includes/admin/class-wc-admin-help.php:270 includes/admin/class-wc-admin-help.php:272
6536
+ #: includes/admin/class-wc-admin-help.php:274
6537
+ msgid "Setup wizard"
6538
+ msgstr "اجرای نصب"
 
 
 
 
 
 
 
 
 
 
6539
 
6540
+ #: includes/admin/class-wc-admin-help.php:273
6541
+ msgid "If you need to access the setup wizard again, please click on the button below."
6542
+ msgstr "اگر نیاز به دسترسی مجدد به مراحل نصب دارید، لطفا دکمه زیر را کلیک کنید."
 
 
 
 
 
 
6543
 
6544
+ #: includes/admin/class-wc-admin-help.php:279
6545
+ msgid "For more information:"
6546
+ msgstr "برای اطلاعات بیشتر:"
6547
 
6548
+ #: includes/admin/class-wc-admin-help.php:280
6549
+ msgid "About WooCommerce"
6550
+ msgstr "درباره ووکامرس"
 
 
6551
 
6552
+ #: includes/admin/class-wc-admin-help.php:281
6553
+ msgid "WordPress.org project"
6554
+ msgstr "پروژه در وردپرس"
6555
 
6556
+ #: includes/admin/class-wc-admin-help.php:282
6557
+ msgid "Github project"
6558
+ msgstr "پروژه در گیت هاب"
6559
 
6560
+ #: includes/admin/class-wc-admin-help.php:283
6561
+ msgid "Official themes"
6562
+ msgstr "پوسته های رسمی"
6563
 
6564
+ #: includes/admin/class-wc-admin-help.php:284
6565
+ msgid "Official extensions"
6566
+ msgstr "افزونه های رسمی"
6567
 
6568
+ #: includes/admin/class-wc-admin-importers.php:34
6569
+ msgid "WooCommerce tax rates (CSV)"
6570
+ msgstr "نرخ های مالیات ووکامرس (CSV)"
 
 
 
 
 
 
 
 
 
 
 
 
 
6571
 
6572
+ #: includes/admin/class-wc-admin-importers.php:34
6573
+ msgid "Import <strong>tax rates</strong> to your store via a csv file."
6574
+ msgstr "درون‌ریزی <strong> نرخ‌های مالیاتی </strong> به فروشگاه شما از طریق فایل csv"
6575
 
6576
+ #: includes/admin/class-wc-admin-log-table-list.php:26
6577
+ msgid "log"
6578
+ msgstr "صورت عملیات"
6579
 
6580
+ #: includes/admin/class-wc-admin-log-table-list.php:27
6581
+ msgid "logs"
6582
+ msgstr "صورت های عملیات (لاگ)"
6583
 
6584
+ #: includes/admin/class-wc-admin-log-table-list.php:40
6585
+ #: includes/admin/class-wc-admin-log-table-list.php:113
6586
+ msgid "Emergency"
6587
+ msgstr "اورژانسی"
6588
 
6589
+ #: includes/admin/class-wc-admin-log-table-list.php:41
6590
+ #: includes/admin/class-wc-admin-log-table-list.php:114
6591
+ msgid "Alert"
6592
+ msgstr "گزارش خطر"
6593
 
6594
+ #: includes/admin/class-wc-admin-log-table-list.php:42
6595
+ #: includes/admin/class-wc-admin-log-table-list.php:115
6596
+ msgid "Critical"
6597
+ msgstr "بحرانی"
6598
 
6599
+ #: includes/admin/class-wc-admin-log-table-list.php:43
6600
+ #: includes/admin/class-wc-admin-log-table-list.php:116
6601
+ msgid "Error"
6602
+ msgstr "خطا"
6603
 
6604
+ #: includes/admin/class-wc-admin-log-table-list.php:44
6605
+ #: includes/admin/class-wc-admin-log-table-list.php:117
6606
+ msgid "Warning"
6607
+ msgstr "هشدار"
6608
+
6609
+ #: includes/admin/class-wc-admin-log-table-list.php:45
6610
+ #: includes/admin/class-wc-admin-log-table-list.php:118
6611
+ msgid "Notice"
6612
+ msgstr "اعلان"
6613
+
6614
+ #: includes/admin/class-wc-admin-log-table-list.php:46
6615
+ #: includes/admin/class-wc-admin-log-table-list.php:119
6616
+ msgid "Info"
6617
+ msgstr "اطلاعات"
6618
+
6619
+ #: includes/admin/class-wc-admin-log-table-list.php:47
6620
+ #: includes/admin/class-wc-admin-log-table-list.php:120
6621
+ msgid "Debug"
6622
+ msgstr "عیب یابی"
6623
+
6624
+ #: includes/admin/class-wc-admin-log-table-list.php:52
6625
+ msgid "Filter by level"
6626
+ msgstr "فیلتر بر اساس سطح"
6627
+
6628
+ #: includes/admin/class-wc-admin-log-table-list.php:54
6629
+ msgid "All levels"
6630
+ msgstr "همه سطوح"
6631
+
6632
+ #: includes/admin/class-wc-admin-log-table-list.php:74
6633
+ #| msgid "Invalid timestamp"
6634
+ msgid "Timestamp"
6635
+ msgstr "برچسب زمان"
6636
+
6637
+ #: includes/admin/class-wc-admin-log-table-list.php:75
6638
+ msgid "Level"
6639
+ msgstr "سطح"
6640
+
6641
+ #: includes/admin/class-wc-admin-log-table-list.php:76
6642
+ msgid "Message"
6643
+ msgstr "پیام"
6644
+
6645
+ #: includes/admin/class-wc-admin-log-table-list.php:77
6646
+ msgid "Source"
6647
+ msgstr "منبع"
6648
+
6649
+ #: includes/admin/class-wc-admin-log-table-list.php:173
6650
+ #: includes/widgets/class-wc-widget-price-filter.php:116
6651
+ msgid "Filter"
6652
+ msgstr "صافی"
6653
 
6654
+ #: includes/admin/class-wc-admin-log-table-list.php:209
6655
+ msgid "Filter by source"
6656
+ msgstr "فیلتر براساس منبع"
 
6657
 
6658
+ #: includes/admin/class-wc-admin-log-table-list.php:211
6659
+ msgid "All sources"
6660
+ msgstr "همه منابع"
6661
 
6662
+ #: includes/admin/class-wc-admin-menus.php:62
6663
+ #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:100
6664
+ msgid "Attributes"
6665
+ msgstr "ویژگی‌ها"
6666
 
6667
+ #: includes/admin/class-wc-admin-menus.php:72
6668
+ msgid "Sales reports"
6669
+ msgstr "گزارش فروش ها"
6670
 
6671
+ #: includes/admin/class-wc-admin-menus.php:80
6672
+ msgid "WooCommerce settings"
6673
+ msgstr "تنظیمات ووکامرس"
6674
 
6675
+ #: includes/admin/class-wc-admin-menus.php:80 includes/admin/settings/class-wc-settings-api.php:45
6676
+ #: includes/admin/views/html-admin-page-status-report.php:411 includes/class-wc-install.php:885
6677
+ msgid "Settings"
6678
+ msgstr "پیکربندی"
6679
 
6680
+ #: includes/admin/class-wc-admin-menus.php:104
6681
+ msgid "WooCommerce extensions"
6682
+ msgstr "افزودنی های ووکامرس"
6683
 
6684
+ #: includes/admin/class-wc-admin-menus.php:104
6685
+ msgid "Extensions"
6686
+ msgstr "ضمیمه ها"
6687
 
6688
+ #: includes/admin/class-wc-admin-menus.php:234
6689
+ msgid "WooCommerce endpoints"
6690
+ msgstr "گام پایانی ووکامرس"
6691
 
6692
+ #: includes/admin/class-wc-admin-menus.php:250
6693
+ #: includes/admin/settings/class-wc-settings-accounts.php:167 includes/class-wc-query.php:125
6694
+ msgid "Lost password"
6695
+ msgstr "فراموشی گذرواژه"
6696
 
6697
+ #: includes/admin/class-wc-admin-menus.php:282
6698
+ msgid "Add to menu"
6699
+ msgstr "افزودن به منو"
6700
 
6701
+ #: includes/admin/class-wc-admin-menus.php:315
6702
+ msgid "Visit Store"
6703
+ msgstr "نمایش فروشگاه"
6704
 
6705
+ #: includes/admin/class-wc-admin-meta-boxes.php:119 includes/admin/class-wc-admin-pointers.php:156
6706
+ msgid "Product short description"
6707
+ msgstr "توضیحات کوتاه محصول"
6708
 
6709
+ #: includes/admin/class-wc-admin-meta-boxes.php:120
6710
+ #: includes/admin/views/html-bulk-edit-product.php:15
6711
+ #: includes/admin/views/html-quick-edit-product.php:15
6712
+ msgid "Product data"
6713
+ msgstr "اطلاعات محصول"
6714
 
6715
+ #: includes/admin/class-wc-admin-meta-boxes.php:121
6716
+ msgid "Product gallery"
6717
+ msgstr "گالری محصول"
6718
 
6719
+ #: includes/admin/class-wc-admin-meta-boxes.php:126
6720
+ msgid "%s data"
6721
+ msgstr "%s داده"
6722
 
6723
+ #: includes/admin/class-wc-admin-meta-boxes.php:128
6724
+ msgid "%s notes"
6725
+ msgstr "یادداشت های %s"
 
 
 
6726
 
6727
+ #: includes/admin/class-wc-admin-meta-boxes.php:129
6728
+ msgid "Downloadable product permissions"
6729
+ msgstr "دسترسی محصولات قابل دانلود"
6730
 
6731
+ #: includes/admin/class-wc-admin-meta-boxes.php:129
6732
+ msgid ""
6733
+ "Note: Permissions for order items will automatically be granted when the order status changes to "
6734
+ "processing/completed."
6735
  msgstr ""
6736
+ "توضیح : دسترسی برای محصولات ، زمانی که وضعیت سفارش به «درحال انجام» یا «تکمیل شده» تغییر پیدا کند "
6737
+ "به صورت خودکار داده می شود."
6738
 
6739
+ #: includes/admin/class-wc-admin-meta-boxes.php:130
6740
+ msgid "%s actions"
6741
+ msgstr "%s عملیات"
 
6742
 
6743
+ #: includes/admin/class-wc-admin-meta-boxes.php:134
6744
+ msgid "Coupon data"
6745
+ msgstr "اطلاعات کوپن"
6746
 
6747
+ #: includes/admin/class-wc-admin-meta-boxes.php:138
6748
+ msgid "Rating"
6749
+ msgstr "امتیاز"
6750
 
6751
+ #: includes/admin/class-wc-admin-meta-boxes.php:174
6752
+ #: includes/admin/settings/class-wc-settings-products.php:461 templates/single-product-reviews.php:36
6753
+ msgid "Reviews"
6754
+ msgstr "دیدگاهها"
6755
 
6756
+ #: includes/admin/class-wc-admin-notices.php:132 includes/class-wc-checkout.php:148
6757
+ #: includes/class-wc-checkout.php:155 includes/class-wc-emails.php:48 includes/class-wc-emails.php:57
6758
+ #: includes/class-wc-payment-gateways.php:51 includes/class-wc-payment-gateways.php:60
6759
+ #: includes/class-wc-shipping.php:69 includes/class-wc-shipping.php:78
6760
+ #: includes/emails/class-wc-email.php:692 woocommerce.php:140 woocommerce.php:148
6761
+ msgid "Cheatin&#8217; huh?"
6762
+ msgstr "تقلب &#8217; وایی؟"
6763
 
6764
+ #: includes/admin/class-wc-admin-permalink-settings.php:43
6765
+ msgid "Product permalinks"
6766
+ msgstr "لینک های یکتای محصول"
 
6767
 
6768
+ #: includes/admin/class-wc-admin-permalink-settings.php:48
6769
+ msgid "Product category base"
6770
+ msgstr "پایگاه دسته بندی محصول"
6771
 
6772
+ #: includes/admin/class-wc-admin-permalink-settings.php:55
6773
+ msgid "Product tag base"
6774
+ msgstr "پایگاه برچسب محصول"
 
6775
 
6776
+ #: includes/admin/class-wc-admin-permalink-settings.php:62
6777
+ msgid "Product attribute base"
6778
+ msgstr "پایگاه ویژگی‌های محصول"
6779
 
6780
+ #: includes/admin/class-wc-admin-permalink-settings.php:102
6781
+ msgid "These settings control the permalinks used specifically for products."
6782
+ msgstr "این پیکربندی برای پیوند های یکتا به طور خاص برای محصولات استفاده می شود."
6783
 
6784
+ #: includes/admin/class-wc-admin-permalink-settings.php:118
6785
+ #: includes/admin/class-wc-admin-taxonomies.php:94 includes/admin/class-wc-admin-taxonomies.php:202
6786
+ msgid "Default"
6787
+ msgstr "پیش‌ فرض"
 
 
 
 
 
 
 
 
 
 
6788
 
6789
+ #: includes/admin/class-wc-admin-permalink-settings.php:123
6790
+ msgid "Shop base"
6791
+ msgstr "پایگاه فروشگاه"
 
 
 
 
 
6792
 
6793
+ #: includes/admin/class-wc-admin-permalink-settings.php:127
6794
+ msgid "Shop base with category"
6795
+ msgstr "پایگاه فروشگاه بر اساس دسته‌بندی"
 
 
6796
 
6797
+ #: includes/admin/class-wc-admin-permalink-settings.php:133
6798
+ msgid "Custom base"
6799
+ msgstr "پایگاه سفارشی"
 
 
 
6800
 
6801
+ #: includes/admin/class-wc-admin-permalink-settings.php:135
6802
+ msgid ""
6803
+ "Enter a custom base to use. A base <strong>must</strong> be set or WordPress will use default "
6804
+ "instead."
6805
+ msgstr ""
6806
+ "برای استفاده به یک پایگاه سفارشی وارد شوید. یک پایگاه باید مشخص شده باشد در غیر این صورت وردپرس "
6807
+ "قالب پیش فرض را استفاده می کند"
6808
 
6809
+ #: includes/admin/class-wc-admin-pointers.php:60 includes/admin/class-wc-admin-post-types.php:1740
6810
+ msgid "Product name"
6811
+ msgstr "نام محصول"
6812
 
6813
+ #: includes/admin/class-wc-admin-pointers.php:61
6814
+ msgid ""
6815
+ "Give your new product a name here. This is a required field and will be what your customers will "
6816
+ "see in your store."
6817
+ msgstr ""
6818
+ "نام محصول تازه خود را اینجا وارد کنید. این یک گزینه الزامی است و کاربران شما می توانند آن را در "
6819
+ "فروشگاه مشاهده کنند."
6820
 
6821
+ #: includes/admin/class-wc-admin-pointers.php:73
6822
+ msgid "Product description"
6823
+ msgstr "توضیحات محصول"
6824
 
6825
+ #: includes/admin/class-wc-admin-pointers.php:74
6826
+ msgid "This is your products main body of content. Here you should describe your product in detail."
6827
+ msgstr ""
6828
+ "این قسمت مربوط به متن اصلی توضیحات محصول شما می باشد. اینجا می توانید توضیحاتی در رابطه با محصول "
6829
+ "خود ارائه دهید."
6830
 
6831
+ #: includes/admin/class-wc-admin-pointers.php:89
6832
+ msgid "Choose product type"
6833
+ msgstr "انتخاب نوع محصول"
6834
 
6835
+ #: includes/admin/class-wc-admin-pointers.php:90
6836
+ msgid ""
6837
+ "Choose a type for this product. Simple is suitable for most physical goods and services (we "
6838
+ "recommend setting up a simple product for now)."
6839
+ msgstr ""
6840
+ "انتخاب یک نوع برای این محصول ، محصول ساده ، مناسب برای بسیاری از محصولات فیزیکی و خدمات می باشد "
6841
+ "(ما پیشنهاد می کنیم که هم اکنون محصولات خود را از نوع ساده وارد نمایید)"
6842
 
6843
+ #: includes/admin/class-wc-admin-pointers.php:91
6844
+ msgid "Variable is for more complex products such as t-shirts with multiple sizes."
6845
+ msgstr ""
6846
 
6847
+ #: includes/admin/class-wc-admin-pointers.php:92
6848
+ msgid "Grouped products are for grouping several simple products into one."
6849
+ msgstr ""
6850
 
6851
+ #: includes/admin/class-wc-admin-pointers.php:93
6852
+ msgid "Finally, external products are for linking off-site."
6853
+ msgstr "در کل، محصولات خارجی برای ارتباط خارج از سایت هستند."
6854
 
6855
+ #: includes/admin/class-wc-admin-pointers.php:108
6856
+ msgid "Virtual products"
6857
+ msgstr "محصولات مجازی"
6858
 
6859
+ #: includes/admin/class-wc-admin-pointers.php:109
6860
+ msgid ""
6861
+ "Check the \"Virtual\" box if this is a non-physical item, for example a service, which does not "
6862
+ "need shipping."
6863
+ msgstr ""
6864
+ "در صورتی که محصول فیزیکی ارائه نمی دهید می توانید گزینه \"محصول مجازی\" را انتخاب کنید ، برای "
6865
+ "مثال : محصولاتی که نیاز به حمل و نقل ندارندو"
6866
 
6867
+ #: includes/admin/class-wc-admin-pointers.php:124
6868
+ #: includes/admin/meta-boxes/views/html-product-data-variations.php:68
6869
+ #: includes/admin/settings/class-wc-settings-products.php:47
6870
+ #: includes/admin/settings/class-wc-settings-products.php:362
6871
+ msgid "Downloadable products"
6872
+ msgstr "محصولات دانلودی"
6873
 
6874
+ #: includes/admin/class-wc-admin-pointers.php:125
6875
+ msgid ""
6876
+ "If purchasing this product gives a customer access to a downloadable file, e.g. software, check "
6877
+ "this box."
6878
+ msgstr ""
6879
+ "اگر میخواهید مشتری پس از خرید و پرداخت وجه به یک فایل قابل دانلود دسترسی داشته باشد. مانند یک نرم "
6880
+ "افزار، کافیست این گزینه را انتخاب کنید."
6881
 
6882
+ #: includes/admin/class-wc-admin-pointers.php:140
6883
+ msgid "Prices"
6884
+ msgstr "قیمت‌ها"
6885
 
6886
+ #: includes/admin/class-wc-admin-pointers.php:141
6887
+ msgid "Next you'll need to give your product a price."
6888
+ msgstr "سپس لازم است به محصول خود قیمت دهید."
 
6889
 
6890
+ #: includes/admin/class-wc-admin-pointers.php:157
6891
+ msgid ""
6892
+ "Add a quick summary for your product here. This will appear on the product page under the product "
6893
+ "name."
6894
+ msgstr "یک خلاصه از محصول در اینجا ذکر کنید. این متن می تواند در زیر عنوان محصول نمایان شود."
6895
 
6896
+ #: includes/admin/class-wc-admin-pointers.php:168
6897
+ #: includes/admin/settings/class-wc-settings-products.php:176
6898
+ msgid "Product images"
6899
+ msgstr "تصاویر محصول"
6900
 
6901
+ #: includes/admin/class-wc-admin-pointers.php:169
6902
+ msgid ""
6903
+ "Upload or assign an image to your product here. This image will be shown in your store's catalog."
6904
+ msgstr ""
6905
+ "یک تصویر آپلود کنید و یا به محصولتان اختصاص دهید. این تصویر در لیست فروشگاه شما (کاتالوگ) نمایان "
6906
+ "می شود."
6907
 
6908
+ #: includes/admin/class-wc-admin-pointers.php:180 includes/class-wc-post-types.php:117
6909
+ #: includes/class-wc-post-types.php:119 includes/widgets/class-wc-widget-product-tag-cloud.php:29
6910
+ msgid "Product tags"
6911
+ msgstr "برچسب محصولات"
6912
 
6913
+ #: includes/admin/class-wc-admin-pointers.php:181
6914
+ msgid ""
6915
+ "You can optionally \"tag\" your products here. Tags as a method of labeling your products to make "
6916
+ "them easier for customers to find."
6917
+ msgstr ""
6918
 
6919
+ #: includes/admin/class-wc-admin-pointers.php:192
6920
+ #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:189
6921
+ #: includes/class-wc-post-types.php:83 includes/widgets/class-wc-widget-product-categories.php:43
6922
+ msgid "Product categories"
6923
+ msgstr "دسته های محصولات"
6924
 
6925
+ #: includes/admin/class-wc-admin-pointers.php:193
6926
+ msgid ""
6927
+ "Optionally assign categories to your products to make them easier to browse through and find in "
6928
+ "your store."
6929
+ msgstr ""
6930
+ "در صورت تمایل می توانید محصولاتتان را دسته بندی کنید تا بتوانید ساده تر آنها را در فروشگاهتان پیدا "
6931
+ "کنید."
6932
 
6933
+ #: includes/admin/class-wc-admin-pointers.php:204
6934
+ msgid "Publish your product!"
6935
+ msgstr "انتشار محصول شما!"
6936
 
6937
+ #: includes/admin/class-wc-admin-pointers.php:205
6938
+ msgid ""
6939
+ "When you are finished editing your product, hit the \"Publish\" button to publish your product to "
6940
+ "your store."
6941
+ msgstr ""
6942
+ "هنگامی که ویرایش محصولتان به پایان رسید ، دکمه \"انتشار\" را کلیک کنید تا محصول در فروشگاه شما "
6943
+ "منتشر شود."
6944
 
6945
+ #: includes/admin/class-wc-admin-post-types.php:133
6946
+ msgid "Product updated. <a href=\"%s\">View Product</a>"
6947
+ msgstr "محصول به‌روزرسانی شد. <a href=\"%s\">نمایش محصول</a>"
6948
 
6949
+ #: includes/admin/class-wc-admin-post-types.php:134 includes/admin/class-wc-admin-post-types.php:154
6950
+ #: includes/admin/class-wc-admin-post-types.php:172
6951
+ msgid "Custom field updated."
6952
+ msgstr "زمینه‌دلخواه به‌روز‌رسانی شد."
6953
 
6954
+ #: includes/admin/class-wc-admin-post-types.php:135 includes/admin/class-wc-admin-post-types.php:155
6955
+ #: includes/admin/class-wc-admin-post-types.php:173
6956
+ msgid "Custom field deleted."
6957
+ msgstr "زمینه‌دلخواه پاک شد."
6958
 
6959
+ #: includes/admin/class-wc-admin-post-types.php:136
6960
+ msgid "Product updated."
6961
+ msgstr "محصول به‌روزرسانی شد."
6962
 
6963
+ #. translators: %s: revision title
6964
+ #: includes/admin/class-wc-admin-post-types.php:138
6965
+ msgid "Product restored to revision from %s"
6966
+ msgstr "محصول از %s برای بازبینی پس گرفته شد"
6967
 
6968
+ #. translators: %s: product url
6969
+ #: includes/admin/class-wc-admin-post-types.php:140
6970
+ msgid "Product published. <a href=\"%s\">View Product</a>"
6971
+ msgstr "محصول منتشر شد. <a href=\"%s\">نمایش محصول</a>"
6972
 
6973
+ #: includes/admin/class-wc-admin-post-types.php:141
6974
+ msgid "Product saved."
6975
+ msgstr "محصول ذخیره شد."
6976
 
6977
+ #. translators: %s: product url
6978
+ #: includes/admin/class-wc-admin-post-types.php:143
6979
+ msgid "Product submitted. <a target=\"_blank\" href=\"%s\">Preview product</a>"
6980
+ msgstr "محصول ثبت شد. <a target=\"_blank\" href=\"%s\">پیش‌نمایش محصول</a>"
6981
 
6982
+ #. translators: 1: date 2: product url
6983
+ #: includes/admin/class-wc-admin-post-types.php:145
6984
+ msgid ""
6985
+ "Product scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Preview product</"
6986
+ "a>"
6987
+ msgstr ""
6988
+ "ارسال محصول زمان‌بندی شد برای:‌<strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">پیش‌نمایش "
6989
+ "محصول</a>"
6990
 
6991
+ #: includes/admin/class-wc-admin-post-types.php:146 includes/admin/class-wc-admin-post-types.php:164
6992
+ #: includes/admin/class-wc-admin-post-types.php:182
6993
+ #: includes/admin/settings/views/html-webhook-log.php:10
6994
+ #: includes/admin/settings/views/html-webhooks-edit.php:143
6995
+ #: includes/admin/settings/views/html-webhooks-edit.php:152
6996
+ #: includes/admin/settings/views/html-webhooks-edit.php:160
6997
+ msgid "M j, Y @ G:i"
6998
+ msgstr "M j, Y @ G:i"
6999
 
7000
+ #. translators: %s: product url
7001
+ #: includes/admin/class-wc-admin-post-types.php:148
7002
+ msgid "Product draft updated. <a target=\"_blank\" href=\"%s\">Preview product</a>"
7003
+ msgstr "پیش‌نویس محصول به‌روزرسانی شد. <a target=\"_blank\" href=\"%s\">پیش‌نمایش محصول</a>"
7004
 
7005
+ #: includes/admin/class-wc-admin-post-types.php:153 includes/admin/class-wc-admin-post-types.php:156
7006
+ #: includes/admin/class-wc-admin-post-types.php:159
7007
+ msgid "Order updated."
7008
+ msgstr "سفارش به روز شد."
7009
 
7010
+ #. translators: %s: revision title
7011
+ #: includes/admin/class-wc-admin-post-types.php:158
7012
+ msgid "Order restored to revision from %s"
7013
+ msgstr "سفارش از %s برای بازبینی پس گرفته شد"
7014
 
7015
+ #: includes/admin/class-wc-admin-post-types.php:160
7016
+ msgid "Order saved."
7017
+ msgstr "سفارش ذخیره شد."
7018
 
7019
+ #: includes/admin/class-wc-admin-post-types.php:161
7020
+ msgid "Order submitted."
7021
+ msgstr "سفارش گذاشته شد"
7022
 
7023
+ #. translators: %s: date
7024
+ #: includes/admin/class-wc-admin-post-types.php:163
7025
+ msgid "Order scheduled for: <strong>%1$s</strong>."
7026
+ msgstr "سفارش زمان‌بندی شد برای : <strong>%1$s</strong>."
7027
 
7028
+ #: includes/admin/class-wc-admin-post-types.php:165
7029
+ msgid "Order draft updated."
7030
+ msgstr "پیش‌نویس سفارش به‌روز‌رسانی شد."
7031
 
7032
+ #: includes/admin/class-wc-admin-post-types.php:166
7033
+ msgid "Order updated and email sent."
7034
+ msgstr "سفارش بروزرسانی شد و ایمیل فرستاده شد."
7035
 
7036
+ #: includes/admin/class-wc-admin-post-types.php:171 includes/admin/class-wc-admin-post-types.php:174
7037
+ #: includes/admin/class-wc-admin-post-types.php:177
7038
+ msgid "Coupon updated."
7039
+ msgstr "کوپن به روز شد."
7040
 
7041
+ #. translators: %s: revision title
7042
+ #: includes/admin/class-wc-admin-post-types.php:176
7043
+ msgid "Coupon restored to revision from %s"
7044
+ msgstr "کوپن برای تجدیدنظر از %s بازیابی شد."
7045
 
7046
+ #: includes/admin/class-wc-admin-post-types.php:178
7047
+ msgid "Coupon saved."
7048
+ msgstr "کوپن‌ها"
7049
 
7050
+ #: includes/admin/class-wc-admin-post-types.php:179
7051
+ msgid "Coupon submitted."
7052
+ msgstr "کوپن ارایه شد."
7053
 
7054
+ #. translators: %s: date
7055
+ #: includes/admin/class-wc-admin-post-types.php:181
7056
+ msgid "Coupon scheduled for: <strong>%1$s</strong>."
7057
+ msgstr "کوپن برای <strong>%1$s</strong> برنامه‌ریزی شد."
7058
 
7059
+ #: includes/admin/class-wc-admin-post-types.php:183
7060
+ msgid "Coupon draft updated."
7061
+ msgstr "پیش‌نویس کوپن به‌روزرسانی شد."
7062
 
7063
+ #. translators: %s: product count
7064
+ #: includes/admin/class-wc-admin-post-types.php:199
7065
+ msgid "%s product updated."
7066
+ msgid_plural "%s products updated."
7067
+ msgstr[0] "%s محصول بروز شد."
7068
 
7069
+ #. translators: %s: product count
7070
+ #: includes/admin/class-wc-admin-post-types.php:201
7071
+ msgid "%s product not updated, somebody is editing it."
7072
+ msgid_plural "%s products not updated, somebody is editing them."
7073
+ msgstr[0] "%s محصول بروز نشد، ظاهرا شخصی در حال ویرایش میباشد."
7074
 
7075
+ #. translators: %s: product count
7076
+ #: includes/admin/class-wc-admin-post-types.php:203
7077
+ msgid "%s product permanently deleted."
7078
+ msgid_plural "%s products permanently deleted."
7079
+ msgstr[0] "%s محصول برای همیشه پاک شدند."
7080
 
7081
+ #. translators: %s: product count
7082
+ #: includes/admin/class-wc-admin-post-types.php:205
7083
+ msgid "%s product moved to the Trash."
7084
+ msgid_plural "%s products moved to the Trash."
7085
+ msgstr[0] "%s محصول به سطل بازیافت منتقل شد."
7086
 
7087
+ #. translators: %s: product count
7088
+ #: includes/admin/class-wc-admin-post-types.php:207
7089
+ msgid "%s product restored from the Trash."
7090
+ msgid_plural "%s products restored from the Trash."
7091
+ msgstr[0] "%s محصول از سطل بازیافت بازیابی شد."
7092
 
7093
+ #. translators: %s: order count
7094
+ #: includes/admin/class-wc-admin-post-types.php:212
7095
+ msgid "%s order updated."
7096
+ msgid_plural "%s orders updated."
7097
+ msgstr[0] "%s سفارش بروز شد."
7098
 
7099
+ #. translators: %s: order count
7100
+ #: includes/admin/class-wc-admin-post-types.php:214
7101
+ msgid "%s order not updated, somebody is editing it."
7102
+ msgid_plural "%s orders not updated, somebody is editing them."
7103
+ msgstr[0] "%s سفارش بروز نشد، شخصی دیگر در حال ویرایش می باشد."
7104
 
7105
+ #. translators: %s: order count
7106
+ #: includes/admin/class-wc-admin-post-types.php:216
7107
+ msgid "%s order permanently deleted."
7108
+ msgid_plural "%s orders permanently deleted."
7109
+ msgstr[0] "%s سفارش ها برای همیشه پاک شدند."
7110
 
7111
+ #. translators: %s: order count
7112
+ #: includes/admin/class-wc-admin-post-types.php:218
7113
+ msgid "%s order moved to the Trash."
7114
+ msgid_plural "%s orders moved to the Trash."
7115
+ msgstr[0] "%s سفارش ها به سطل بازیافت ریخته شدند."
7116
 
7117
+ #. translators: %s: order count
7118
+ #: includes/admin/class-wc-admin-post-types.php:220
7119
+ msgid "%s order restored from the Trash."
7120
+ msgid_plural "%s orders restored from the Trash."
7121
+ msgstr[0] "%s سفارش ها از سطل بازیافت بازیابی شدند."
7122
 
7123
+ #. translators: %s: coupon count
7124
+ #: includes/admin/class-wc-admin-post-types.php:225
7125
+ msgid "%s coupon updated."
7126
+ msgid_plural "%s coupons updated."
7127
+ msgstr[0] "%s کوپن بروز شد."
7128
 
7129
+ #. translators: %s: coupon count
7130
+ #: includes/admin/class-wc-admin-post-types.php:227
7131
+ msgid "%s coupon not updated, somebody is editing it."
7132
+ msgid_plural "%s coupons not updated, somebody is editing them."
7133
+ msgstr[0] "%s کوپن ها بروز نشد، شخصی دیگر در حال ویرایش می باشد."
7134
 
7135
+ #. translators: %s: coupon count
7136
+ #: includes/admin/class-wc-admin-post-types.php:229
7137
+ msgid "%s coupon permanently deleted."
7138
+ msgid_plural "%s coupons permanently deleted."
7139
+ msgstr[0] "%s کوپن ها برای همیشه پاک شدند."
7140
 
7141
+ #. translators: %s: coupon count
7142
+ #: includes/admin/class-wc-admin-post-types.php:231
7143
+ msgid "%s coupon moved to the Trash."
7144
+ msgid_plural "%s coupons moved to the Trash."
7145
+ msgstr[0] "کوپن های %s به سطل زباله منتقل شدند."
7146
 
7147
+ #. translators: %s: coupon count
7148
+ #: includes/admin/class-wc-admin-post-types.php:233
7149
+ msgid "%s coupon restored from the Trash."
7150
+ msgid_plural "%s coupons restored from the Trash."
7151
+ msgstr[0] "کوپن های %s از سطل زباله بازیافت شدند."
7152
 
7153
+ #: includes/admin/class-wc-admin-post-types.php:253 includes/admin/class-wc-admin-taxonomies.php:319
7154
+ msgid "Image"
7155
+ msgstr "تصویر"
 
 
 
7156
 
7157
+ #: includes/admin/class-wc-admin-post-types.php:257
7158
+ #: includes/admin/meta-boxes/views/html-product-data-inventory.php:9
7159
+ #: includes/admin/meta-boxes/views/html-variation-admin.php:64
7160
+ #: includes/admin/views/html-quick-edit-product.php:22
7161
+ msgid "SKU"
7162
+ msgstr "شناسه محصول"
7163
 
7164
+ #: includes/admin/class-wc-admin-post-types.php:261 includes/admin/class-wc-admin-reports.php:91
7165
+ #: includes/admin/meta-boxes/views/html-product-data-variations.php:60
7166
+ #: includes/admin/reports/class-wc-report-stock.php:34
7167
+ #: includes/admin/reports/class-wc-report-stock.php:35
7168
+ msgid "Stock"
7169
+ msgstr "انبار"
7170
 
7171
+ #: includes/admin/class-wc-admin-post-types.php:264
7172
+ #: includes/admin/views/html-bulk-edit-product.php:21
7173
+ #: includes/admin/views/html-quick-edit-product.php:33
7174
+ #: includes/widgets/class-wc-widget-products.php:56 templates/cart/cart.php:36
7175
+ #: templates/cart/cart.php:96 templates/emails/email-order-details.php:38
7176
+ msgid "Price"
7177
+ msgstr "قیمت"
7178
 
7179
+ #: includes/admin/class-wc-admin-post-types.php:265
7180
+ #: includes/admin/reports/class-wc-report-sales-by-category.php:193
7181
+ #: includes/class-wc-post-types.php:81
7182
+ msgid "Categories"
7183
+ msgstr "دسته‌ها"
7184
 
7185
+ #: includes/admin/class-wc-admin-post-types.php:266
7186
+ msgid "Tags"
7187
+ msgstr "برچسب‌ها"
7188
 
7189
+ #: includes/admin/class-wc-admin-post-types.php:269 includes/admin/class-wc-admin-post-types.php:308
7190
+ #: includes/admin/reports/class-wc-report-coupon-usage.php:351
7191
+ #: includes/admin/reports/class-wc-report-customers.php:227
7192
+ #: includes/admin/reports/class-wc-report-sales-by-category.php:264
7193
+ #: includes/admin/reports/class-wc-report-sales-by-date.php:517
7194
+ #: includes/admin/reports/class-wc-report-sales-by-product.php:377
7195
+ #: includes/admin/settings/views/html-webhook-logs.php:17
7196
+ #: includes/admin/settings/views/html-webhook-logs.php:25 includes/wc-account-functions.php:184
7197
+ #: includes/widgets/class-wc-widget-products.php:55 templates/myaccount/my-orders.php:14
7198
+ msgid "Date"
7199
+ msgstr "تاریخ"
7200
 
7201
+ #: includes/admin/class-wc-admin-post-types.php:283
7202
+ msgid "Code"
7203
+ msgstr "کد"
7204
 
7205
+ #: includes/admin/class-wc-admin-post-types.php:284
7206
+ msgid "Coupon type"
7207
+ msgstr "نوع کوپن"
7208
 
7209
+ #: includes/admin/class-wc-admin-post-types.php:285
7210
+ #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:78
7211
+ #: includes/admin/reports/class-wc-report-sales-by-date.php:637
7212
+ msgid "Coupon amount"
7213
+ msgstr "مبلغ کوپن"
7214
 
7215
+ #: includes/admin/class-wc-admin-post-types.php:287
7216
+ msgid "Product IDs"
7217
+ msgstr "شناسه های محصول"
7218
 
7219
+ #: includes/admin/class-wc-admin-post-types.php:288
7220
+ msgid "Usage / Limit"
7221
+ msgstr "مصرف / محدودیت"
7222
 
7223
+ #: includes/admin/class-wc-admin-post-types.php:289
7224
+ msgid "Expiry date"
7225
+ msgstr "تاریخ انقضا"
7226
 
7227
+ #: includes/admin/class-wc-admin-post-types.php:302
7228
+ #: includes/admin/class-wc-admin-webhooks-table-list.php:41
7229
+ #: includes/admin/meta-boxes/views/html-product-data-variations.php:44
7230
+ #: includes/admin/settings/views/html-webhook-log.php:25
7231
+ #: includes/admin/settings/views/html-webhooks-edit.php:28 includes/wc-account-functions.php:185
7232
+ #: templates/myaccount/my-orders.php:15
7233
+ msgid "Status"
7234
+ msgstr "وضعیت"
7235
 
7236
+ #: includes/admin/class-wc-admin-post-types.php:303
7237
+ #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:165
7238
+ #: includes/gateways/paypal/includes/class-wc-gateway-paypal-request.php:204
7239
+ #: includes/wc-account-functions.php:183 templates/myaccount/my-orders.php:13
7240
+ msgid "Order"
7241
+ msgstr "سفارش"
7242
 
7243
+ #: includes/admin/class-wc-admin-post-types.php:304
7244
+ msgid "Billing"
7245
+ msgstr "صورت حساب"
7246
 
7247
+ #: includes/admin/class-wc-admin-post-types.php:305
7248
+ msgid "Ship to"
7249
+ msgstr "ارسال به"
7250
 
7251
+ #: includes/admin/class-wc-admin-post-types.php:306
7252
+ msgid "Customer message"
7253
+ msgstr "پیام مشتری"
7254
 
7255
+ #: includes/admin/class-wc-admin-post-types.php:307 includes/class-wc-checkout.php:194
7256
+ msgid "Order notes"
7257
+ msgstr "یادداشت سفارش"
7258
 
7259
+ #: includes/admin/class-wc-admin-post-types.php:309
7260
+ #: includes/admin/meta-boxes/views/html-order-items.php:32
7261
+ #: includes/admin/reports/class-wc-report-taxes-by-code.php:177 includes/wc-account-functions.php:186
7262
+ #: templates/cart/cart-totals.php:92 templates/cart/cart-totals.php:93 templates/cart/cart.php:38
7263
+ #: templates/cart/cart.php:119 templates/checkout/review-order.php:27
7264
+ #: templates/checkout/review-order.php:106 templates/myaccount/my-orders.php:16
7265
+ #: templates/order/order-details.php:38
7266
+ msgid "Total"
7267
+ msgstr "مجموع"
7268
 
7269
+ #: includes/admin/class-wc-admin-post-types.php:310
7270
+ #: includes/admin/meta-boxes/class-wc-meta-box-order-actions.php:43
7271
+ #: includes/admin/reports/class-wc-report-customer-list.php:215
7272
+ #: includes/admin/reports/class-wc-report-stock.php:168
7273
+ msgid "Actions"
7274
+ msgstr "عملیات ها"
7275
 
7276
+ #: includes/admin/class-wc-admin-post-types.php:388
7277
+ msgid "Grouped"
7278
+ msgstr "گروه‌بندی شده"
7279
 
7280
+ #: includes/admin/class-wc-admin-post-types.php:390
7281
+ msgid "External/Affiliate"
7282
+ msgstr "خارجی/ وابسته"
7283
 
7284
+ #: includes/admin/class-wc-admin-post-types.php:394 includes/admin/class-wc-admin-post-types.php:1498
7285
+ #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:59
7286
+ #: includes/admin/meta-boxes/views/html-variation-admin.php:81
7287
+ msgid "Virtual"
7288
+ msgstr "مجازی"
7289
 
7290
+ #: includes/admin/class-wc-admin-post-types.php:396 includes/admin/class-wc-admin-post-types.php:1490
7291
+ #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:66
7292
+ #: includes/admin/meta-boxes/views/html-variation-admin.php:77
7293
+ msgid "Downloadable"
7294
+ msgstr "دانلودی"
7295
 
7296
+ #: includes/admin/class-wc-admin-post-types.php:398
7297
+ msgid "Simple"
7298
+ msgstr "ساده"
7299
 
7300
+ #: includes/admin/class-wc-admin-post-types.php:401
7301
+ msgid "Variable"
7302
+ msgstr "متغیر"
7303
 
7304
+ #: includes/admin/class-wc-admin-post-types.php:425
7305
+ msgid "Toggle featured"
7306
+ msgstr "تبدیل به حالت ویژه"
7307
 
7308
+ #: includes/admin/class-wc-admin-post-types.php:427 includes/admin/class-wc-admin-post-types.php:544
7309
+ #: includes/admin/class-wc-admin-post-types.php:592 includes/admin/class-wc-admin-post-types.php:595
7310
+ #: includes/admin/class-wc-admin-post-types.php:598
7311
+ #: includes/admin/settings/class-wc-settings-checkout.php:328
7312
+ #: includes/admin/settings/class-wc-settings-emails.php:274
7313
+ #: includes/admin/settings/class-wc-settings-shipping.php:244
7314
+ #: includes/admin/views/html-bulk-edit-product.php:205
7315
+ #: includes/admin/views/html-bulk-edit-product.php:239
7316
+ #: includes/admin/views/html-bulk-edit-product.php:296
7317
+ msgid "Yes"
7318
+ msgstr "بله"
7319
 
7320
+ #: includes/admin/class-wc-admin-post-types.php:429
7321
+ #: includes/admin/settings/class-wc-settings-shipping.php:245
7322
+ #: includes/admin/views/html-bulk-edit-product.php:206
7323
+ #: includes/admin/views/html-bulk-edit-product.php:240
7324
+ #: includes/admin/views/html-bulk-edit-product.php:297
7325
+ msgid "No"
7326
+ msgstr "خیر"
7327
 
7328
+ #: includes/admin/class-wc-admin-post-types.php:436
7329
+ #: includes/admin/reports/class-wc-report-stock.php:108 includes/wc-formatting-functions.php:970
7330
+ #: includes/wc-product-functions.php:802
7331
+ msgid "In stock"
7332
+ msgstr "موجود در انبار"
7333
 
7334
+ #. translators: 1: count 2: limit
7335
+ #: includes/admin/class-wc-admin-post-types.php:504
7336
+ #| msgctxt "Count / Limit"
7337
+ #| msgid "%1$s / %2$s"
7338
+ msgid "%1$s / %2$s"
7339
+ msgstr "%1$s / %2$s"
7340
 
7341
+ #: includes/admin/class-wc-admin-post-types.php:540
7342
+ msgid "Y-m-d"
7343
+ msgstr "Y-m-d"
7344
 
7345
+ #: includes/admin/class-wc-admin-post-types.php:559 templates/order/order-details-customer.php:46
7346
+ msgid "Phone:"
7347
+ msgstr "تلفن:"
7348
 
7349
+ #: includes/admin/class-wc-admin-post-types.php:572 includes/admin/class-wc-admin-post-types.php:609
7350
+ msgid "Via"
7351
+ msgstr "از طریق"
7352
 
7353
+ #. translators: %d: notes count
7354
+ #: includes/admin/class-wc-admin-post-types.php:595
7355
+ msgid "plus %d other note"
7356
+ msgid_plural "plus %d other notes"
7357
+ msgstr[0] "افزودن یادداشت دیگر %d"
7358
 
7359
+ #. translators: %d: notes count
7360
+ #: includes/admin/class-wc-admin-post-types.php:598
7361
+ msgid "%d note"
7362
+ msgid_plural "%d notes"
7363
+ msgstr[0] "یادداشت %d"
7364
 
7365
+ #: includes/admin/class-wc-admin-post-types.php:625
7366
+ #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:265
7367
+ msgid "Guest"
7368
+ msgstr "مهمان"
7369
 
7370
+ #. translators: 1: order and number (i.e. Order #13) 2: user name
7371
+ #: includes/admin/class-wc-admin-post-types.php:630
7372
+ msgid "%1$s by %2$s"
7373
+ msgstr "%1$s توسط %2$s"
7374
 
7375
+ #: includes/admin/class-wc-admin-post-types.php:639
7376
+ msgid "Show more details"
7377
+ msgstr "نمایش اطلاعات بیشتر"
7378
 
7379
+ #: includes/admin/class-wc-admin-post-types.php:653
7380
+ msgid "Processing"
7381
+ msgstr "در حال انجام"
7382
 
7383
+ #: includes/admin/class-wc-admin-post-types.php:661
7384
+ msgid "Complete"
7385
+ msgstr "تکمیل شده"
7386
 
7387
+ #: includes/admin/class-wc-admin-post-types.php:668
7388
+ #: includes/admin/reports/class-wc-report-stock.php:134
7389
+ #: includes/admin/views/html-admin-page-status-logs.php:28 templates/myaccount/my-orders.php:79
7390
+ #: templates/myaccount/orders.php:75
7391
+ msgid "View"
7392
+ msgstr "نمایش "
7393
 
7394
+ #: includes/admin/class-wc-admin-post-types.php:795
7395
+ msgid "Sort products"
7396
+ msgstr "ترتیب محصولات"
7397
 
7398
+ #: includes/admin/class-wc-admin-post-types.php:1281
7399
+ msgid "Mark processing"
7400
+ msgstr "علات گذاری به عنوان در حال انجام"
7401
 
7402
+ #: includes/admin/class-wc-admin-post-types.php:1282
7403
+ msgid "Mark on-hold"
7404
+ msgstr "علامت گذاری به عنوان در انتظار بررسی"
7405
 
7406
+ #: includes/admin/class-wc-admin-post-types.php:1283
7407
+ msgid "Mark complete"
7408
+ msgstr "علامت گذاری به عنوان تکمیل شده"
7409
 
7410
+ #: includes/admin/class-wc-admin-post-types.php:1318
7411
+ msgid "Order status changed by bulk edit:"
7412
+ msgstr "وضعیت سفارش توسط ویرایش توده‌ای تغییر یافت :"
7413
 
7414
+ #. translators: %s: orders count
7415
+ #: includes/admin/class-wc-admin-post-types.php:1353
7416
+ msgid "Order status changed."
7417
+ msgid_plural "%s order statuses changed."
7418
+ msgstr[0] "وضعیت سفارش تغییر کرد."
7419
 
7420
+ #: includes/admin/class-wc-admin-post-types.php:1450
7421
+ msgid "Show all product types"
7422
+ msgstr "نمایش همه نوع‌های محصولات"
 
7423
 
7424
+ #: includes/admin/class-wc-admin-post-types.php:1463 includes/wc-product-functions.php:523
7425
+ msgid "Grouped product"
7426
+ msgstr "محصولات گروهی"
7427
 
7428
+ #: includes/admin/class-wc-admin-post-types.php:1466 includes/wc-product-functions.php:524
7429
+ msgid "External/Affiliate product"
7430
+ msgstr "محصول خارجی/وابسته"
 
 
 
 
7431
 
7432
+ #: includes/admin/class-wc-admin-post-types.php:1469 includes/wc-product-functions.php:525
7433
+ msgid "Variable product"
7434
+ msgstr "محصول متغیر"
7435
 
7436
+ #: includes/admin/class-wc-admin-post-types.php:1472 includes/wc-product-functions.php:522
7437
+ msgid "Simple product"
7438
+ msgstr "محصول ساده"
7439
 
7440
+ #: includes/admin/class-wc-admin-post-types.php:1513
7441
+ msgid "Show all types"
7442
+ msgstr "نمایش همه"
7443
 
7444
+ #. translators: 1: user display name 2: user ID 3: user email
7445
+ #: includes/admin/class-wc-admin-post-types.php:1542
7446
+ #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:258
7447
+ #: includes/admin/settings/views/html-keys-edit.php:35 includes/class-wc-ajax.php:1244
7448
+ #| msgctxt "Price range: from-to"
7449
+ #| msgid "%1$s&ndash;%2$s"
7450
+ msgid "%1$s (#%2$s &ndash; %3$s)"
7451
+ msgstr "%1$s (#%2$s &ndash; %3$s)"
7452
 
7453
+ #: includes/admin/class-wc-admin-post-types.php:1549
7454
+ msgid "Search for a customer&hellip;"
7455
+ msgstr "جستجو برای یک خریدار&hellip;"
7456
 
7457
+ #: includes/admin/class-wc-admin-post-types.php:1743 templates/cart/cart.php:137
7458
+ #: templates/checkout/form-coupon.php:36
7459
+ msgid "Coupon code"
7460
+ msgstr "كد تخفیف:"
7461
 
7462
+ #: includes/admin/class-wc-admin-post-types.php:1757
7463
+ msgid "Description (optional)"
7464
+ msgstr "توضیحات (دلخواه)"
7465
 
7466
+ #: includes/admin/class-wc-admin-post-types.php:1793
7467
+ msgid "Catalog visibility:"
7468
+ msgstr "قابلیت دیدن کاتالوگ:"
7469
 
7470
+ #: includes/admin/class-wc-admin-post-types.php:1809
7471
+ msgid ""
7472
+ "Choose where this product should be displayed in your catalog. The product will always be "
7473
+ "accessible directly."
7474
+ msgstr ""
7475
+ "انتخاب کنید که این محصول در کجا می بایست نمایش داده شود. این محصول به همیشه به صورت مستقیم در "
7476
+ "دسترس خواهد بود."
7477
 
7478
+ #: includes/admin/class-wc-admin-post-types.php:1815
7479
+ msgid "Enable this option to feature this product."
7480
+ msgstr "برای ویژه کردن محصول این گزینه را فعال کنید."
 
 
 
 
 
 
 
 
7481
 
7482
+ #: includes/admin/class-wc-admin-post-types.php:1817
7483
+ msgid "Featured product"
7484
+ msgstr "محصول ویژه"
 
7485
 
7486
+ #: includes/admin/class-wc-admin-post-types.php:1820
7487
+ msgid "OK"
7488
+ msgstr "تایید"
7489
 
7490
+ #: includes/admin/class-wc-admin-post-types.php:1821
7491
+ #: includes/admin/meta-boxes/views/html-order-items.php:226
7492
+ #: includes/admin/meta-boxes/views/html-order-items.php:268
7493
+ #: includes/admin/meta-boxes/views/html-product-data-general.php:47
7494
+ #: includes/admin/meta-boxes/views/html-product-data-variations.php:108
7495
+ #: templates/myaccount/my-orders.php:83 templates/myaccount/orders.php:79
7496
+ msgid "Cancel"
7497
+ msgstr "لغو"
7498
 
7499
+ #: includes/admin/class-wc-admin-post-types.php:1920
7500
+ msgid "When you receive a new order, it will appear here."
7501
+ msgstr "هنگامی که شما یک سفارش تازه دریافت کنید ، در اینجا آنرا می بینید."
7502
 
7503
+ #: includes/admin/class-wc-admin-post-types.php:1921
7504
+ msgid "Learn more about orders"
7505
+ msgstr "اطلاعات بیشتر درباره سفارش ها"
7506
 
7507
+ #: includes/admin/class-wc-admin-post-types.php:1926
7508
+ msgid ""
7509
+ "Coupons are a great way to offer discounts and rewards to your customers. They will appear here "
7510
+ "once created."
7511
+ msgstr "کوپن های تخفیف یک روش عالی برای پیشنهادات و تخفیف ها به مشتریان شما است."
7512
 
7513
+ #: includes/admin/class-wc-admin-post-types.php:1927
7514
+ msgid "Learn more about coupons"
7515
+ msgstr "اطلاعات بیشتر درباره کوپن ها"
7516
 
7517
+ #: includes/admin/class-wc-admin-post-types.php:1932
7518
+ msgid "Ready to start selling something awesome?"
7519
+ msgstr "برای یک فروش عالی آماده هستید؟"
7520
 
7521
+ #: includes/admin/class-wc-admin-post-types.php:1933
7522
+ #: includes/admin/class-wc-admin-setup-wizard.php:788
7523
+ msgid "Create your first product!"
7524
+ msgstr "ساخت نخستین محصول شما!"
7525
 
7526
+ #: includes/admin/class-wc-admin-post-types.php:1965
7527
+ msgid ""
7528
+ "This is the WooCommerce shop page. The shop page is a special archive that lists your products. <a "
7529
+ "href=\"%s\">You can read more about this here</a>."
7530
+ msgstr ""
7531
+ "این ، صفحه فروشگاه ووکامرس می باشد. برگه فروشگاه یک بایگانی ویژه از لیست محصولات شماست. <a href="
7532
+ "\"%s\">میتوانید درباره این ببیشتر بدانید</a>."
7533
 
7534
+ #: includes/admin/class-wc-admin-profile.php:41 includes/admin/settings/views/settings-tax.php:32
7535
+ msgid "Customer billing address"
7536
+ msgstr "آدرس ارسال صورت‌حساب مشتری"
7537
 
7538
+ #: includes/admin/class-wc-admin-profile.php:44 includes/admin/class-wc-admin-profile.php:97
7539
+ #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:43
7540
+ #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:92 includes/class-wc-countries.php:551
7541
+ #: includes/class-wc-form-handler.php:195 templates/myaccount/form-edit-account.php:30
7542
+ msgid "First name"
7543
+ msgstr "نام"
7544
 
7545
+ #: includes/admin/class-wc-admin-profile.php:48 includes/admin/class-wc-admin-profile.php:101
7546
+ #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:47
7547
+ #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:96 includes/class-wc-countries.php:559
7548
+ #: includes/class-wc-form-handler.php:196 templates/myaccount/form-edit-account.php:34
7549
+ msgid "Last name"
7550
+ msgstr "نام خانوادگی"
7551
 
7552
+ #: includes/admin/class-wc-admin-profile.php:52 includes/admin/class-wc-admin-profile.php:105
7553
+ #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:51
7554
+ #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:100
7555
+ msgid "Company"
7556
+ msgstr "شرکت"
7557
 
7558
+ #: includes/admin/class-wc-admin-profile.php:56 includes/admin/class-wc-admin-profile.php:109
7559
+ #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:55
7560
+ #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:104
7561
+ #: includes/api/class-wc-rest-customers-controller.php:219
7562
+ #: includes/api/class-wc-rest-customers-controller.php:282
7563
+ #: includes/api/class-wc-rest-orders-controller.php:957
7564
+ #: includes/api/class-wc-rest-orders-controller.php:1020
7565
+ msgid "Address line 1"
7566
+ msgstr "آدرس 1"
7567
+
7568
+ #: includes/admin/class-wc-admin-profile.php:60 includes/admin/class-wc-admin-profile.php:113
7569
+ #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:59
7570
+ #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:108
7571
+ #: includes/api/class-wc-rest-customers-controller.php:224
7572
+ #: includes/api/class-wc-rest-customers-controller.php:287
7573
+ #: includes/api/class-wc-rest-orders-controller.php:962
7574
+ #: includes/api/class-wc-rest-orders-controller.php:1025
7575
+ msgid "Address line 2"
7576
+ msgstr "آدرس 2"
7577
 
7578
+ #: includes/admin/class-wc-admin-profile.php:64 includes/admin/class-wc-admin-profile.php:117
7579
+ #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:63
7580
+ #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:112
7581
+ #: includes/admin/settings/class-wc-settings-tax.php:173
7582
+ #: includes/admin/settings/views/html-settings-tax.php:27 templates/cart/shipping-calculator.php:83
7583
+ msgid "City"
7584
+ msgstr "شهر"
7585
 
7586
+ #: includes/admin/class-wc-admin-profile.php:68 includes/admin/class-wc-admin-profile.php:121
7587
+ #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:67
7588
+ #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:116
7589
+ #: includes/admin/settings/class-wc-settings-tax.php:172
7590
+ #: includes/admin/settings/views/html-settings-tax.php:26 includes/class-wc-countries.php:612
7591
+ #: templates/cart/shipping-calculator.php:91
7592
+ msgid "Postcode / ZIP"
7593
+ msgstr "کدپستی"
7594
 
7595
+ #: includes/admin/class-wc-admin-profile.php:72 includes/admin/class-wc-admin-profile.php:125
7596
+ #: includes/admin/class-wc-admin-settings.php:574 includes/admin/class-wc-admin-settings.php:599
7597
+ #: includes/admin/class-wc-admin-setup-wizard.php:485
7598
+ #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:71
7599
+ #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:120 includes/class-wc-countries.php:574
7600
+ msgid "Country"
7601
+ msgstr "کشور"
7602
 
7603
+ #: includes/admin/class-wc-admin-profile.php:76 includes/admin/class-wc-admin-profile.php:129
7604
+ #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:75
7605
+ #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:124
7606
+ #: includes/wc-template-functions.php:1935 templates/cart/shipping-calculator.php:39
7607
+ msgid "Select a country&hellip;"
7608
+ msgstr "کشور مورد نظر را انتخاب کنید"
7609
 
7610
+ #: includes/admin/class-wc-admin-profile.php:79 includes/admin/class-wc-admin-profile.php:132
7611
+ #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:78
7612
+ #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:127 includes/class-wc-countries.php:604
7613
+ #: templates/cart/shipping-calculator.php:56 templates/cart/shipping-calculator.php:62
7614
+ #: templates/cart/shipping-calculator.php:74
7615
+ msgid "State / County"
7616
+ msgstr "استان"
7617
 
7618
+ #: includes/admin/class-wc-admin-profile.php:80 includes/admin/class-wc-admin-profile.php:133
7619
+ msgid "State / County or state code"
7620
+ msgstr "استان / کد استان"
7621
 
7622
+ #: includes/admin/class-wc-admin-profile.php:84
7623
+ #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:86 includes/class-wc-countries.php:1078
7624
+ #: includes/class-wc-emails.php:397
7625
+ msgid "Phone"
7626
  msgstr "تلفن"
7627
 
7628
+ #: includes/admin/class-wc-admin-profile.php:88
7629
+ #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:83 includes/class-wc-countries.php:1087
7630
+ #: includes/class-wc-emails.php:390 includes/class-wc-form-handler.php:197
7631
+ #: templates/myaccount/form-edit-account.php:40 templates/myaccount/form-login.php:91
7632
+ msgid "Email address"
7633
+ msgstr "آدرس ایمیل"
 
7634
 
7635
+ #: includes/admin/class-wc-admin-profile.php:94 includes/admin/settings/views/settings-tax.php:31
7636
+ msgid "Customer shipping address"
7637
+ msgstr "آدرس ارسال کالا به مشتری"
7638
 
7639
+ #: includes/admin/class-wc-admin-reports.php:45
7640
+ #: includes/admin/reports/class-wc-report-customer-list.php:212
7641
+ #: includes/admin/settings/class-wc-settings-accounts.php:113 includes/class-wc-post-types.php:318
7642
+ #: includes/class-wc-query.php:101 includes/wc-account-functions.php:97
7643
+ msgid "Orders"
7644
+ msgstr "سفارش ها"
7645
 
7646
+ #: includes/admin/class-wc-admin-reports.php:48
7647
+ msgid "Sales by date"
7648
+ msgstr "فروش ها بر اساس روز"
7649
 
7650
+ #: includes/admin/class-wc-admin-reports.php:54
7651
+ msgid "Sales by product"
7652
+ msgstr "فروش بر اساس محصول"
7653
 
7654
+ #: includes/admin/class-wc-admin-reports.php:60
7655
+ msgid "Sales by category"
7656
+ msgstr "فروش بر اساس دسته‌ بندی"
7657
 
7658
+ #: includes/admin/class-wc-admin-reports.php:66
7659
+ msgid "Coupons by date"
7660
+ msgstr "کوپن ها بر اساس تاریخ"
7661
 
7662
+ #: includes/admin/class-wc-admin-reports.php:74
7663
+ #: includes/admin/reports/class-wc-report-customer-list.php:28
7664
+ msgid "Customers"
7665
+ msgstr "مشتریان"
 
7666
 
7667
+ #: includes/admin/class-wc-admin-reports.php:77
7668
+ msgid "Customers vs. guests"
7669
+ msgstr "مشتریان در مقابل مهمان ها"
7670
 
7671
+ #: includes/admin/class-wc-admin-reports.php:83
7672
+ msgid "Customer list"
7673
+ msgstr "لیست مشتری"
7674
 
7675
+ #: includes/admin/class-wc-admin-reports.php:94
7676
+ msgid "Low in stock"
7677
+ msgstr "کمبود در انبار"
 
7678
 
7679
+ #: includes/admin/class-wc-admin-reports.php:106
7680
+ msgid "Most Stocked"
7681
+ msgstr "بیشترین موجودی"
7682
 
7683
+ #: includes/admin/class-wc-admin-reports.php:117
7684
+ msgid "Taxes"
7685
+ msgstr "مالیات"
7686
 
7687
+ #: includes/admin/class-wc-admin-reports.php:120
7688
+ msgid "Taxes by code"
7689
+ msgstr "مالیات بر اساس کد"
7690
 
7691
+ #: includes/admin/class-wc-admin-reports.php:126
7692
+ msgid "Taxes by date"
7693
+ msgstr "مالیات بر اساس تاریخ"
7694
 
7695
+ #: includes/admin/class-wc-admin-settings.php:83
7696
+ msgid "Your settings have been saved."
7697
+ msgstr "پیکربندی شما ذخیره شد . "
7698
 
7699
+ #: includes/admin/class-wc-admin-settings.php:142
7700
+ msgid "The changes you made will be lost if you navigate away from this page."
7701
+ msgstr "درصورت خارج شدن از این برگه تغییرات ذخیره نخواهند شد."
7702
 
7703
+ #: includes/admin/class-wc-admin-settings.php:516
7704
+ msgid ""
7705
+ "The settings of this image size have been disabled because its values are being overwritten by a "
7706
+ "filter."
7707
+ msgstr "پیکربندی اندازه این نگاره غیرفعال است زیرا یک فیلتر داده های آنرا رونویسی کرده است."
7708
 
7709
+ #: includes/admin/class-wc-admin-settings.php:525
7710
+ msgid "Hard crop?"
7711
+ msgstr "کراپ سخت؟"
7712
 
7713
+ #: includes/admin/class-wc-admin-settings.php:552
7714
+ msgid "Select a page&hellip;"
7715
+ msgstr "برگه‌ای انتخاب کنید&hellip;"
7716
 
7717
+ #: includes/admin/class-wc-admin-settings.php:574 includes/admin/class-wc-admin-setup-wizard.php:321
7718
+ msgid "Choose a country&hellip;"
7719
+ msgstr "کشوری انتخاب کنید&hellip;"
7720
 
7721
+ #: includes/admin/class-wc-admin-settings.php:599
7722
+ msgid "Choose countries&hellip;"
7723
+ msgstr "کشورهایی انتخاب کنید&hellip;"
7724
 
7725
+ #: includes/admin/class-wc-admin-setup-wizard.php:59
7726
+ msgid "Introduction"
7727
+ msgstr "معرفی"
7728
 
7729
+ #: includes/admin/class-wc-admin-setup-wizard.php:64
7730
+ #: includes/admin/class-wc-admin-setup-wizard.php:241
7731
+ msgid "Page setup"
7732
+ msgstr "راه اندازی برگه"
7733
 
7734
+ #: includes/admin/class-wc-admin-setup-wizard.php:69
7735
+ msgid "Store locale"
7736
+ msgstr "محل فروشگاه"
7737
 
7738
+ #: includes/admin/class-wc-admin-setup-wizard.php:74
7739
+ #| msgid "Shipping &amp; Tax"
7740
+ msgid "Shipping &amp; tax"
7741
+ msgstr "حمل و نقل&amp; مالیات"
7742
 
7743
+ #: includes/admin/class-wc-admin-setup-wizard.php:79
7744
+ #: includes/admin/class-wc-admin-setup-wizard.php:665
7745
+ msgid "Payments"
7746
+ msgstr "درگاه پرداخت"
7747
 
7748
+ #: includes/admin/class-wc-admin-setup-wizard.php:84
7749
+ msgid "Ready!"
7750
+ msgstr "آماده!"
7751
 
7752
+ #: includes/admin/class-wc-admin-setup-wizard.php:168
7753
+ msgid "WooCommerce &rsaquo; Setup Wizard"
7754
+ msgstr "راه اندازی سریع &rsaquo; ووکامرس"
7755
 
7756
+ #: includes/admin/class-wc-admin-setup-wizard.php:184
7757
+ msgid "Return to the WordPress Dashboard"
7758
+ msgstr "برگشت به پیشخوان وردپرس"
7759
 
7760
+ #: includes/admin/class-wc-admin-setup-wizard.php:226
7761
+ msgid "Welcome to the world of WooCommerce!"
7762
+ msgstr "به جهان ووکامرس خوش آمدید!"
7763
 
7764
+ #: includes/admin/class-wc-admin-setup-wizard.php:227
7765
+ msgid ""
7766
+ "Thank you for choosing WooCommerce to power your online store! This quick setup wizard will help "
7767
+ "you configure the basic settings. <strong>It’s completely optional and shouldn’t take longer than "
7768
+ "five minutes.</strong>"
7769
+ msgstr ""
7770
+ "سپاسگذاریم از اینکه ووکامرس را برای فروشگاه آنلاین خود انتخاب کرده اید! این راه انداز سریع به شما "
7771
+ "برای پیکربندی اولیه کمک می کند. <strong>و بکارگیریش کاملا اختیاری است و بیش از پنج دقیقه طول نمی "
7772
+ "کشد.</strong>"
7773
 
7774
+ #: includes/admin/class-wc-admin-setup-wizard.php:228
7775
+ msgid ""
7776
+ "No time right now? If you don’t want to go through the wizard, you can skip and return to the "
7777
+ "WordPress dashboard. Come back anytime if you change your mind!"
7778
+ msgstr ""
7779
+ "در حال حاضر فرصت ندارید؟ اگر شما میخواهید نصب کننده خودکار را ترک کنید ، میتوانید مراحل را رد کنید "
7780
+ "و به پیشخوان برگردید. هر گاه دوست داشتید میتوانید به اینجا برگردید."
7781
 
7782
+ #: includes/admin/class-wc-admin-setup-wizard.php:230
7783
+ msgid "Let's go!"
7784
+ msgstr "بزن بریم!"
7785
 
7786
+ #: includes/admin/class-wc-admin-setup-wizard.php:231
7787
+ msgid "Not right now"
7788
+ msgstr "الان نه"
 
 
 
 
7789
 
7790
+ #: includes/admin/class-wc-admin-setup-wizard.php:243
7791
+ msgid ""
7792
+ "Your store needs a few essential <a href=\"%s\" target=\"_blank\">pages</a>. The following will be "
7793
+ "created automatically (if they do not already exist):"
7794
+ msgstr ""
7795
+ "فروشگاه شما نیاز به چند <a href=\"%s\" target=\"_blank\">برگه</a> ضروری دارد. در صورتی که برگه ها "
7796
+ "از قبل وجود نداشته باشند، ایجاد می شوند:"
7797
 
7798
+ #: includes/admin/class-wc-admin-setup-wizard.php:247
7799
+ msgid "Page name"
7800
+ msgstr "نام برگه"
7801
 
7802
+ #: includes/admin/class-wc-admin-setup-wizard.php:254
7803
+ msgid "The shop page will display your products."
7804
+ msgstr "در صفحه فروشگاه، محصولات خود را نمایش دهید."
 
 
 
7805
 
7806
+ #: includes/admin/class-wc-admin-setup-wizard.php:258
7807
+ msgid "The cart page will be where the customers go to view their cart and begin checkout."
7808
+ msgstr "برگه سبد خرید برای مشاهده سبد خرید محصولات مشتریان و ادامه خرید و شروع به پرداخت می باشد."
7809
 
7810
+ #: includes/admin/class-wc-admin-setup-wizard.php:263
7811
+ msgid "The checkout page will be where the customers go to pay for their items."
7812
+ msgstr "در برگه تکمیل سفارش ، مشتریان میتوانند اقدام به پرداخت وجه محصولات سبد خرید کنند."
 
7813
 
7814
+ #: includes/admin/class-wc-admin-setup-wizard.php:269
7815
+ msgid ""
7816
+ "Registered customers will be able to manage their account details and view past orders on this "
7817
+ "page."
7818
+ msgstr ""
7819
+ "مشتریان نام نویسی شده می توانند مدیریت مشخصات حساب کاربری و سفارشهای خود را در این برگه ببینند."
7820
 
7821
+ #: includes/admin/class-wc-admin-setup-wizard.php:275
7822
+ msgid ""
7823
+ "Once created, these pages can be managed from your admin dashboard on the <a href=\"%1$s\" target="
7824
+ "\"_blank\">Pages screen</a>. You can control which pages are shown on your website via <a href="
7825
+ "\"%2$s\" target=\"_blank\">Appearance > Menus</a>."
7826
+ msgstr ""
7827
+ "با یک بار ایجاد ، این برگه های را می توانید از طریق پیشخوان مدیریت در قسمت <a href=\"%1$s\" target="
7828
+ "\"_blank\">برگه ها</a> مدیریت کنید. همچنین شما می توانید کنترل کنید که چه صفحه ای در سایت از "
7829
+ "طریق<a href=\"%2$s\" target=\"_blank\">نمایش > فهرست ها</a> برای کاربران نمایان باشد"
7830
+
7831
+ #: includes/admin/class-wc-admin-setup-wizard.php:278
7832
+ #: includes/admin/class-wc-admin-setup-wizard.php:394
7833
+ #: includes/admin/class-wc-admin-setup-wizard.php:515
7834
+ #: includes/admin/class-wc-admin-setup-wizard.php:708
7835
+ msgid "Continue"
7836
+ msgstr "ادامه"
7837
 
7838
+ #: includes/admin/class-wc-admin-setup-wizard.php:279
7839
+ #: includes/admin/class-wc-admin-setup-wizard.php:395
7840
+ #: includes/admin/class-wc-admin-setup-wizard.php:516
7841
+ #: includes/admin/class-wc-admin-setup-wizard.php:709
7842
+ msgid "Skip this step"
7843
+ msgstr "از این مرحله بگذر"
7844
 
7845
+ #: includes/admin/class-wc-admin-setup-wizard.php:315
7846
+ msgid "Store locale setup"
7847
+ msgstr "راه اندازی فروشگاه محلی"
7848
 
7849
+ #: includes/admin/class-wc-admin-setup-wizard.php:319
7850
+ msgid "Where is your store based?"
7851
+ msgstr "فروشگاه شما در کجا قرار دارد؟"
7852
 
7853
+ #: includes/admin/class-wc-admin-setup-wizard.php:327
7854
+ msgid "Which currency will your store use?"
7855
+ msgstr "کدام واحد ارزی را در فروشگاه خود استفاده میکنید؟"
7856
 
7857
+ #: includes/admin/class-wc-admin-setup-wizard.php:329
7858
+ #: includes/admin/class-wc-admin-setup-wizard.php:330
7859
+ msgid "Choose a currency&hellip;"
7860
+ msgstr "گزینش واحد پولی&hellip;"
7861
 
7862
+ #: includes/admin/class-wc-admin-setup-wizard.php:333
7863
+ #: includes/admin/meta-boxes/views/html-order-items.php:39
7864
+ #: includes/admin/views/html-bulk-edit-product.php:133
7865
+ #| msgctxt "full name"
7866
+ #| msgid "%1$s %2$s"
7867
+ msgid "%1$s (%2$s)"
7868
+ msgstr "%1$s (%2$s)"
7869
 
7870
+ #: includes/admin/class-wc-admin-setup-wizard.php:337
7871
+ #| msgid "If your currency is not listed you can %sadd it later%s."
7872
+ msgid "If your currency is not listed you can <a href=\"%s\" target=\"_blank\">add it later</a>."
7873
+ msgstr ""
7874
+ "اگر واحد پولی شما در اینجا موجود نیست <a href=\"%s\" target=\"_blank\">می توانید بعدا مراجعه کنید</"
7875
+ "a>."
7876
 
7877
+ #: includes/admin/class-wc-admin-setup-wizard.php:341
7878
+ #: includes/admin/settings/class-wc-settings-general.php:179
7879
+ #: includes/admin/views/html-admin-page-status-report.php:431
7880
+ msgid "Currency position"
7881
+ msgstr "محل واحد مالی"
7882
 
7883
+ #: includes/admin/class-wc-admin-setup-wizard.php:344
7884
+ #: includes/admin/settings/class-wc-settings-general.php:187
7885
+ msgid "Left"
7886
+ msgstr "چپ"
7887
 
7888
+ #: includes/admin/class-wc-admin-setup-wizard.php:345
7889
+ #: includes/admin/settings/class-wc-settings-general.php:188
7890
+ msgid "Right"
7891
+ msgstr "راست"
7892
 
7893
+ #: includes/admin/class-wc-admin-setup-wizard.php:346
7894
+ #: includes/admin/settings/class-wc-settings-general.php:189
7895
+ msgid "Left with space"
7896
+ msgstr "چپ (با فاصله)"
7897
 
7898
+ #: includes/admin/class-wc-admin-setup-wizard.php:347
7899
+ #: includes/admin/settings/class-wc-settings-general.php:190
7900
+ msgid "Right with space"
7901
+ msgstr "راست (با فاصله)"
7902
 
7903
+ #: includes/admin/class-wc-admin-setup-wizard.php:352
7904
+ #: includes/admin/settings/class-wc-settings-general.php:196
7905
+ #: includes/admin/views/html-admin-page-status-report.php:436
7906
+ msgid "Thousand separator"
7907
+ msgstr "جداکننده هزارگان"
7908
 
7909
+ #: includes/admin/class-wc-admin-setup-wizard.php:358
7910
+ #: includes/admin/settings/class-wc-settings-general.php:206
7911
+ #: includes/admin/views/html-admin-page-status-report.php:441
7912
+ msgid "Decimal separator"
7913
+ msgstr "جداکننده اعشاری"
7914
 
7915
+ #: includes/admin/class-wc-admin-setup-wizard.php:364
7916
+ #: includes/admin/settings/class-wc-settings-general.php:216
7917
+ #: includes/admin/views/html-admin-page-status-report.php:446
7918
+ msgid "Number of decimals"
7919
+ msgstr "تعداد اعشارها"
7920
 
7921
+ #: includes/admin/class-wc-admin-setup-wizard.php:370
7922
+ msgid "Which unit should be used for product weights?"
7923
+ msgstr "کدام واحد باید برای وزن محصول استفاده شود؟"
7924
 
7925
+ #: includes/admin/class-wc-admin-setup-wizard.php:373
7926
+ #: includes/admin/settings/class-wc-settings-products.php:429
7927
+ msgid "kg"
7928
+ msgstr "کیلوگرم"
7929
 
7930
+ #: includes/admin/class-wc-admin-setup-wizard.php:374
7931
+ #: includes/admin/settings/class-wc-settings-products.php:430
7932
+ msgid "g"
7933
+ msgstr "گرم"
7934
 
7935
+ #: includes/admin/class-wc-admin-setup-wizard.php:375
7936
+ #: includes/admin/settings/class-wc-settings-products.php:431
7937
+ msgid "lbs"
7938
+ msgstr "پوند"
7939
 
7940
+ #: includes/admin/class-wc-admin-setup-wizard.php:376
7941
+ #: includes/admin/settings/class-wc-settings-products.php:432
7942
+ msgid "oz"
7943
+ msgstr "اونس"
7944
 
7945
+ #: includes/admin/class-wc-admin-setup-wizard.php:381
7946
+ msgid "Which unit should be used for product dimensions?"
7947
+ msgstr "کدام واحد باید برای اندازه های محصول استفاده شود؟"
 
 
 
 
7948
 
7949
+ #: includes/admin/class-wc-admin-setup-wizard.php:384
7950
+ #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:216
7951
+ #: includes/admin/settings/class-wc-settings-products.php:446
7952
+ msgid "m"
7953
+ msgstr "متر"
7954
 
7955
+ #: includes/admin/class-wc-admin-setup-wizard.php:385
7956
+ #: includes/admin/settings/class-wc-settings-products.php:447
7957
+ msgid "cm"
7958
+ msgstr "سانتیمتر"
7959
 
7960
+ #: includes/admin/class-wc-admin-setup-wizard.php:386
7961
+ #: includes/admin/settings/class-wc-settings-products.php:448
7962
+ msgid "mm"
7963
+ msgstr "میلی‌متر"
7964
 
7965
+ #: includes/admin/class-wc-admin-setup-wizard.php:387
7966
+ #: includes/admin/settings/class-wc-settings-products.php:449
7967
+ msgid "in"
7968
+ msgstr "اینچ"
7969
 
7970
+ #: includes/admin/class-wc-admin-setup-wizard.php:388
7971
+ #: includes/admin/settings/class-wc-settings-products.php:450
7972
+ msgid "yd"
7973
+ msgstr "یارد"
7974
 
7975
+ #: includes/admin/class-wc-admin-setup-wizard.php:435
7976
+ msgid "Shipping &amp; Tax setup"
7977
+ msgstr "پیکربندی مالیات و حمل و نقل"
7978
 
7979
+ #: includes/admin/class-wc-admin-setup-wizard.php:437
7980
+ msgid ""
7981
+ "If you will be charging sales tax, or shipping physical goods to customers, you can enable these "
7982
+ "below. This is optional and can be changed later."
7983
+ msgstr ""
7984
+ "اگر میخواهید مالیات اضافه کنید ، و یا محصولات فیزیکی خود را حمل کنید شما می توانید گزینه های آن را "
7985
+ "در زیر فعال کنید. این گزینه ها دلخواه هستند و در آینده میتوانید از مدیریت تغییر دهید."
7986
 
7987
+ #: includes/admin/class-wc-admin-setup-wizard.php:440
7988
+ msgid "Will you be shipping products?"
7989
+ msgstr "آیا شما محصولات را ارسال می کنید؟"
7990
 
7991
+ #: includes/admin/class-wc-admin-setup-wizard.php:443
7992
+ msgid "Yes, I will be shipping physical goods to customers"
7993
+ msgstr "بله ، میخواهم محصولاتم به صورت فیزیکی برای مشتریانم حمل شود"
7994
 
7995
+ #: includes/admin/class-wc-admin-setup-wizard.php:447
7996
+ msgid "Will you be charging sales tax?"
7997
+ msgstr "آیا میخواهید مالیات بر ارزش افزوده ایجاد کنید؟"
7998
 
7999
+ #: includes/admin/class-wc-admin-setup-wizard.php:450
8000
+ msgid "Yes, I will be charging sales tax"
8001
+ msgstr "بله ، میخواهم مالیت بر ارزش افزوده ایجاد کنم"
8002
 
8003
+ #: includes/admin/class-wc-admin-setup-wizard.php:454
8004
+ msgid "How will you enter product prices?"
8005
+ msgstr "چگونه شما قیمت محصول را وارد می کنید؟"
8006
 
8007
+ #: includes/admin/class-wc-admin-setup-wizard.php:456
8008
+ msgid "I will enter prices inclusive of tax"
8009
+ msgstr "من قیمت های شامل مالیات را وارد خواهم کرد"
8010
 
8011
+ #: includes/admin/class-wc-admin-setup-wizard.php:457
8012
+ msgid "I will enter prices exclusive of tax"
8013
+ msgstr "من قیمت های منحصر به فرد مالیات را وارد خواهم کرد"
8014
 
8015
+ #: includes/admin/class-wc-admin-setup-wizard.php:480
8016
+ msgid ""
8017
+ "The following tax rates will be imported automatically for you. You can read more about taxes in "
8018
+ "<a href=\"%s\" target=\"_blank\">our documentation</a>."
8019
+ msgstr ""
8020
+ "نرخ های مالیات موجود به صورت خودکار برای شما ایجاد شده اند. شما می توانید بیشتر درباره مالیات "
8021
+ "بدانید. کافیست <a href=\"%s\" target=\"_blank\">مستندات</a> را مطالعه کنید"
8022
 
8023
+ #: includes/admin/class-wc-admin-setup-wizard.php:486 includes/class-wc-countries.php:677
8024
+ #: includes/class-wc-countries.php:987
8025
+ msgid "State"
8026
+ msgstr "استان"
8027
 
8028
+ #: includes/admin/class-wc-admin-setup-wizard.php:487
8029
+ msgid "Rate (%)"
8030
+ msgstr "نرخ (%)"
8031
 
8032
+ #: includes/admin/class-wc-admin-setup-wizard.php:507
8033
+ msgid ""
8034
+ "You may need to add/edit rates based on your products or business location which can be done from "
8035
+ "the <a href=\"%s\" target=\"_blank\">tax settings</a> screen. If in doubt, speak to an accountant."
8036
+ msgstr ""
8037
 
8038
+ #: includes/admin/class-wc-admin-setup-wizard.php:588
8039
+ msgid "PayPal by Braintree"
8040
+ msgstr "PayPal by Braintree"
8041
 
8042
+ #: includes/admin/class-wc-admin-setup-wizard.php:590
8043
+ #: includes/admin/class-wc-admin-setup-wizard.php:597
8044
+ msgid ""
8045
+ "Safe and secure payments using credit cards or your customer's PayPal account. <a href=\"%s\" "
8046
+ "target=\"_blank\">Learn more about PayPal</a>."
8047
+ msgstr ""
8048
+ "پرداخت امن و سریع به وسیله کارت های اعتباری مشتریان شما با PayPal. <a href=\"%s\" target=\"_blank"
8049
+ "\">اطلاعات بیشتر درباره پی پال</a>(ایران تحریم می باشد)."
8050
 
8051
+ #: includes/admin/class-wc-admin-setup-wizard.php:595
8052
+ msgid "PayPal Express Checkout"
8053
+ msgstr "پرداخت پی پال اکسپرس"
8054
 
8055
+ #: includes/admin/class-wc-admin-setup-wizard.php:602
8056
+ msgid "Stripe"
8057
+ msgstr "Stripe"
8058
 
8059
+ #: includes/admin/class-wc-admin-setup-wizard.php:604
8060
+ msgid ""
8061
+ "A modern and robust way to accept credit card payments on your store. <a href=\"%s\" target="
8062
+ "\"_blank\">Learn more about Stripe</a>."
8063
+ msgstr ""
8064
+ "یک روش پرداخت جدید برای پذیرش کارت های اعتباری مشتریان شما. <a href=\"%s\" target=\"_blank"
8065
+ "\">اطلاعات بیشتر درباره Stripe</a>."
8066
 
8067
+ #: includes/admin/class-wc-admin-setup-wizard.php:609
8068
+ msgid "PayPal Standard"
8069
+ msgstr "پی پال استاندارد"
8070
 
8071
+ #: includes/admin/class-wc-admin-setup-wizard.php:610
8072
+ msgid "Accept payments via PayPal using account balance or credit card."
8073
+ msgstr "پرداخت به وسیله پی پال از طریق حساب کاربری PayPal و یا کارت اعتباری."
8074
 
8075
+ #: includes/admin/class-wc-admin-setup-wizard.php:615
8076
+ #: includes/admin/class-wc-admin-setup-wizard.php:618
8077
+ msgid "PayPal email address"
8078
+ msgstr "آدرس ایمیل پی پال"
8079
 
8080
+ #: includes/admin/class-wc-admin-setup-wizard.php:624
8081
+ msgid "A simple offline gateway that lets you accept a check as method of payment."
8082
+ msgstr "یک درگاه پرداخت ساده آفلاین برای پذیرش کارت های بانکی."
 
 
8083
 
8084
+ #: includes/admin/class-wc-admin-setup-wizard.php:629
8085
+ msgid "Bank transfer (BACS) payments"
8086
+ msgstr "پرداخت واریز بانکی (BACS)"
8087
 
8088
+ #: includes/admin/class-wc-admin-setup-wizard.php:630
8089
+ msgid "A simple offline gateway that lets you accept BACS payment."
8090
+ msgstr "یک روش پرداخت آفلاین برای پرداخت وجه به صورت حضوری در بانک"
8091
 
8092
+ #: includes/admin/class-wc-admin-setup-wizard.php:635
8093
+ #: includes/gateways/cod/class-wc-gateway-cod.php:51
8094
+ #: includes/gateways/cod/class-wc-gateway-cod.php:78
8095
+ msgid "Cash on delivery"
8096
+ msgstr "پرداخت هنگام دریافت"
8097
 
8098
+ #: includes/admin/class-wc-admin-setup-wizard.php:636
8099
+ msgid "A simple offline gateway that lets you accept cash on delivery."
8100
+ msgstr "یک روش پرداخت آفلاین برای پرداخت وجه در هنگام تحویل کالا"
 
8101
 
8102
+ #: includes/admin/class-wc-admin-setup-wizard.php:667
8103
+ msgid ""
8104
+ "WooCommerce can accept both online and offline payments. <a href=\"%1$s\" target=\"_blank"
8105
+ "\">Additional payment methods</a> can be installed later and managed from the <a href=\"%2$s\" "
8106
+ "target=\"_blank\">checkout settings</a> screen."
8107
+ msgstr ""
8108
+ "ووکامرس می تواند هم آفلاین و آنلاین پرداخت ها را صورت دهد. <a href=\"%1$s\" target=\"_blank\">روش "
8109
+ "های پرداخت دیگر</a> را می توانید در آینده ایجاد و اضافه کنید. <a href=\"%2$s\" target=\"_blank"
8110
+ "\">تنظیمات تسویه حساب</a> برای این کار می باشد."
8111
 
8112
+ #: includes/admin/class-wc-admin-setup-wizard.php:772
8113
+ msgid "Your store is ready!"
8114
+ msgstr "فروشگاه شما آماده است!"
 
8115
 
8116
+ #: includes/admin/class-wc-admin-setup-wizard.php:776
8117
+ msgid ""
8118
+ "Want to help make WooCommerce even more awesome? Allow WooCommerce to collect non-sensitive "
8119
+ "diagnostic data and usage information. %1$sFind out more%2$s."
8120
+ msgstr ""
8121
+ "آیا می‌خواهید در هرچه بهتر کردن ووکامرس مشارکت کنید؟ به WooThemes اجازه دهید که داده‌های غیر حساس و "
8122
+ "داده های بکارگیری شده را جمع آوری کند. %1$sبیشتر بدانید%2$s."
8123
 
8124
+ #: includes/admin/class-wc-admin-setup-wizard.php:778
8125
+ #: includes/admin/views/html-notice-tracking.php:13 includes/wc-product-functions.php:817
8126
+ msgid "Allow"
8127
+ msgstr "اجازه دادن"
8128
 
8129
+ #: includes/admin/class-wc-admin-setup-wizard.php:779
8130
+ msgid "No thanks"
8131
+ msgstr "خیر سپاسگزارم"
8132
 
8133
+ #: includes/admin/class-wc-admin-setup-wizard.php:786
8134
+ msgid "Next steps"
8135
+ msgstr "گام های بعدی"
8136
 
8137
+ #: includes/admin/class-wc-admin-setup-wizard.php:792
8138
+ #: includes/admin/meta-boxes/views/html-product-data-variations.php:8
8139
+ #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:98
8140
+ msgid "Learn more"
8141
+ msgstr "اطلاعات بیشتر"
8142
 
8143
+ #: includes/admin/class-wc-admin-setup-wizard.php:794
8144
+ msgid "Watch the Guided Tour videos"
8145
+ msgstr "مشاهده ویدئو های تور راهنما"
8146
 
8147
+ #: includes/admin/class-wc-admin-setup-wizard.php:795
8148
+ msgid "Get eCommerce advice in your inbox"
8149
+ msgstr "دریافت مشاوره تجارت الکترونیک در صندوق شما"
8150
 
8151
+ #: includes/admin/class-wc-admin-setup-wizard.php:796
8152
+ msgid "Learn more about getting started"
8153
+ msgstr "اطلاعات بیشتر درباره چگونگی شروع"
8154
 
8155
+ #: includes/admin/class-wc-admin-status.php:49
8156
+ msgid "Tool does not exist."
8157
+ msgstr "ابزار وجود ندارد."
8158
 
8159
+ #: includes/admin/class-wc-admin-status.php:61
8160
+ msgid "Your changes have been saved."
8161
+ msgstr "پیکربندی شما ذخیره شد . "
8162
 
8163
+ #: includes/admin/class-wc-admin-taxonomies.php:92 includes/admin/class-wc-admin-taxonomies.php:199
8164
+ #: includes/widgets/class-wc-widget-layered-nav.php:86
8165
+ msgid "Display type"
8166
+ msgstr "نوع نمایش"
8167
 
8168
+ #: includes/admin/class-wc-admin-taxonomies.php:95 includes/admin/class-wc-admin-taxonomies.php:203
8169
+ #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:153
8170
+ #: includes/admin/settings/class-wc-settings-products.php:28 includes/class-wc-post-types.php:258
8171
+ #: includes/widgets/class-wc-widget-products.php:29
8172
+ msgid "Products"
8173
+ msgstr "محصولات"
8174
 
8175
+ #: includes/admin/class-wc-admin-taxonomies.php:96 includes/admin/class-wc-admin-taxonomies.php:204
8176
+ msgid "Subcategories"
8177
+ msgstr "زیر دسته‌بندی"
8178
 
8179
+ #: includes/admin/class-wc-admin-taxonomies.php:97 includes/admin/class-wc-admin-taxonomies.php:205
8180
+ msgid "Both"
8181
+ msgstr "هر دو"
8182
 
8183
+ #: includes/admin/class-wc-admin-taxonomies.php:101 includes/admin/class-wc-admin-taxonomies.php:210
8184
+ #: includes/admin/class-wc-admin-taxonomies.php:348
8185
+ msgid "Thumbnail"
8186
+ msgstr "تصویر بندانگشتی"
8187
 
8188
+ #: includes/admin/class-wc-admin-taxonomies.php:105 includes/admin/class-wc-admin-taxonomies.php:215
8189
+ msgid "Upload/Add image"
8190
+ msgstr "آپلود/افزودن تصویر"
8191
 
8192
+ #: includes/admin/class-wc-admin-taxonomies.php:106 includes/admin/class-wc-admin-taxonomies.php:216
8193
+ msgid "Remove image"
8194
+ msgstr "پاک کردن تصویر"
8195
 
8196
+ #: includes/admin/class-wc-admin-taxonomies.php:132 includes/admin/class-wc-admin-taxonomies.php:242
8197
+ msgid "Use image"
8198
+ msgstr "استفاده از تصویر"
8199
 
8200
+ #: includes/admin/class-wc-admin-taxonomies.php:295
8201
+ msgid ""
8202
+ "Product categories for your store can be managed here. To change the order of categories on the "
8203
+ "front-end you can drag and drop to sort them. To see more categories listed click the \"screen "
8204
+ "options\" link at the top-right of this page."
8205
+ msgstr ""
8206
+ "دسته‌های محصولات شما از اینجا می‌توانند مدیریت شوند. برای تغییر ترتیب دسته‌ها برای نمایش به کاربران "
8207
+ "می‌توانید با کشیدن و رها کردن ( drag & drop ) دسته‌ها را مرتب‌سازی کنید. برای دیدن لیست دسته‌های بیشتر "
8208
+ "روی «پیکربندی برگه» در بالای برگه کلیک کنید."
8209
 
8210
+ #: includes/admin/class-wc-admin-taxonomies.php:302
8211
+ msgid ""
8212
+ "Attribute terms can be assigned to products and variations.<br/><br/><b>Note</b>: Deleting a term "
8213
+ "will remove it from all products and variations to which it has been assigned. Recreating a term "
8214
+ "will not automatically assign it back to products."
8215
+ msgstr ""
8216
 
8217
+ #: includes/admin/class-wc-admin-webhooks-table-list.php:26
8218
+ msgid "webhook"
8219
+ msgstr "وب هوک"
8220
 
8221
+ #: includes/admin/class-wc-admin-webhooks-table-list.php:27
8222
+ msgid "webhooks"
8223
+ msgstr "وب هوک‌ها"
8224
 
8225
+ #: includes/admin/class-wc-admin-webhooks-table-list.php:42
8226
+ #: includes/admin/settings/views/html-webhooks-edit.php:45
8227
+ msgid "Topic"
8228
+ msgstr "موضوع"
8229
 
8230
+ #: includes/admin/class-wc-admin-webhooks-table-list.php:43
8231
+ #: includes/admin/settings/views/html-webhooks-edit.php:97
8232
+ msgid "Delivery URL"
8233
+ msgstr "پیوند تحویل"
8234
 
8235
+ #: includes/admin/class-wc-admin-webhooks-table-list.php:104
8236
+ msgid "Restore this item from the Trash"
8237
+ msgstr "بازیابی این آیتم از زباله‌دان"
8238
 
8239
+ #: includes/admin/class-wc-admin-webhooks-table-list.php:104
8240
+ #: includes/admin/class-wc-admin-webhooks-table-list.php:250
8241
+ msgid "Restore"
8242
+ msgstr "بازگردانی"
8243
 
8244
+ #: includes/admin/class-wc-admin-webhooks-table-list.php:106
8245
+ msgid "Move this item to the Trash"
8246
+ msgstr "انتقال این ایتم به زباله‌ دان"
 
 
8247
 
8248
+ #: includes/admin/class-wc-admin-webhooks-table-list.php:106
8249
+ msgid "Trash"
8250
+ msgstr "زباله‌ دان"
 
 
8251
 
8252
+ #: includes/admin/class-wc-admin-webhooks-table-list.php:109
8253
+ msgid "Delete this item permanently"
8254
+ msgstr "پاک کردن‌ این مورد برای همیشه"
 
 
8255
 
8256
+ #: includes/admin/class-wc-admin-webhooks-table-list.php:109
8257
+ #: includes/admin/class-wc-admin-webhooks-table-list.php:251
8258
+ #: includes/admin/meta-boxes/class-wc-meta-box-order-actions.php:78
8259
+ #: includes/admin/settings/views/html-webhooks-edit.php:170
8260
+ msgid "Delete permanently"
8261
+ msgstr "پاک کردن‌ برای همیشه"
8262
 
8263
+ #. translators: %s: count
8264
+ #: includes/admin/class-wc-admin-webhooks-table-list.php:165
8265
+ #: includes/admin/class-wc-admin-webhooks-table-list.php:166
8266
+ msgid "Activated <span class=\"count\">(%s)</span>"
8267
+ msgstr "فعال شد <span class=\"count\">(%s)</span>"
8268
 
8269
+ #. translators: %s: count
8270
+ #: includes/admin/class-wc-admin-webhooks-table-list.php:174
8271
+ #: includes/admin/class-wc-admin-webhooks-table-list.php:175
8272
+ msgid "Paused <span class=\"count\">(%s)</span>"
8273
+ msgstr "متوقف شد <span class=\"count\">(%s)</span>"
8274
 
8275
+ #. translators: %s: count
8276
+ #: includes/admin/class-wc-admin-webhooks-table-list.php:183
8277
+ #: includes/admin/class-wc-admin-webhooks-table-list.php:184
8278
+ msgid "Disabled <span class=\"count\">(%s)</span>"
8279
+ msgstr "غیرفعال شد <span class=\"count\">(%s)</span>"
8280
 
8281
+ #: includes/admin/class-wc-admin-webhooks-table-list.php:256
8282
+ #: includes/admin/meta-boxes/class-wc-meta-box-order-actions.php:80
8283
+ #: includes/admin/settings/views/html-webhooks-edit.php:170
8284
+ msgid "Move to trash"
8285
+ msgstr "انتقال به سطل زباله"
8286
+
8287
+ #: includes/admin/class-wc-admin-webhooks-table-list.php:267
8288
+ msgid "Empty trash"
8289
+ msgstr "زباله دان خالی است"
8290
+
8291
+ #. translators: %s: date`
8292
+ #. translators: %s: date
8293
+ #: includes/admin/class-wc-admin-webhooks.php:51 includes/admin/class-wc-admin-webhooks.php:217
8294
+ #: includes/api/legacy/v2/class-wc-api-webhooks.php:198
8295
+ #: includes/api/legacy/v3/class-wc-api-webhooks.php:198
8296
+ #: includes/api/v1/class-wc-rest-webhooks-controller.php:379
8297
+ msgid "Webhook created on %s"
8298
+ msgstr "وب هوک بر روی %s ساخته شد"
8299
 
8300
+ #: includes/admin/class-wc-admin-webhooks.php:206
8301
+ msgid "You don't have permissions to create Webhooks!"
8302
+ msgstr "شما دسترسی برای ساخت وب هوک‌ها را ندارید!"
8303
 
8304
+ #: includes/admin/class-wc-admin-webhooks.php:291
8305
+ msgid "You don't have permissions to edit Webhooks!"
8306
+ msgstr "شما دسترسی برای ویرایش وب هوک‌ها را ندارید!"
8307
 
8308
+ #: includes/admin/class-wc-admin-webhooks.php:320
8309
+ msgid "You don't have permissions to delete Webhooks!"
8310
+ msgstr "شما دسترسی برای پاک کردن وب هوک‌ها را ندارید!"
8311
 
8312
+ #. translators: %d: count
8313
+ #: includes/admin/class-wc-admin-webhooks.php:397
8314
+ msgid "%d webhook moved to the Trash."
8315
+ msgid_plural "%d webhooks moved to the Trash."
8316
+ msgstr[0] "وب هوک های %d به سطل زبال منتقل شدند."
8317
 
8318
+ #. translators: %d: count
8319
+ #: includes/admin/class-wc-admin-webhooks.php:404
8320
+ msgid "%d webhook restored from the Trash."
8321
+ msgid_plural "%d webhooks restored from the Trash."
8322
+ msgstr[0] "وب هوک های %d از سطل زباله بازیافت شدند."
8323
 
8324
+ #. translators: %d: count
8325
+ #: includes/admin/class-wc-admin-webhooks.php:411
8326
+ msgid "%d webhook permanently deleted."
8327
+ msgid_plural "%d webhooks permanently deleted."
8328
+ msgstr[0] "وب هوک‌های %d برای همیشه پاک شدند."
8329
 
8330
+ #: includes/admin/class-wc-admin-webhooks.php:415
8331
+ msgid "Webhook updated successfully."
8332
+ msgstr "وب هوک بخوبی بروزرسانی شد."
8333
 
8334
+ #: includes/admin/class-wc-admin-webhooks.php:419
8335
+ msgid "Webhook created successfully."
8336
+ msgstr "وب هوک بخوبی ساخته شد."
8337
 
8338
+ #: includes/admin/class-wc-admin-webhooks.php:431 includes/class-wc-post-types.php:424
8339
+ msgid "Add webhook"
8340
+ msgstr "افزودن وب هوک"
8341
 
8342
+ #: includes/admin/class-wc-admin-webhooks.php:441 includes/class-wc-post-types.php:431
8343
+ msgid "Search webhooks"
8344
+ msgstr "جستجوی وب هوک‌ها"
 
8345
 
8346
+ #: includes/admin/class-wc-admin-webhooks.php:472
8347
+ msgid "This Webhook has no log yet."
8348
+ msgstr "این وب هوک هنوز گزارشی ندارد."
 
8349
 
8350
+ #. translators: 1: items count (i.e. 8 items) 2: current page 3: total pages
8351
+ #: includes/admin/class-wc-admin-webhooks.php:519
8352
+ #| msgctxt "Price range: from-to"
8353
+ #| msgid "%1$s&ndash;%2$s"
8354
+ msgid "%1$s &ndash; Page %2$d of %3$d"
8355
+ msgstr "%1$s &ndash; برگه %2$d of %3$d"
8356
 
8357
+ #: includes/admin/class-wc-admin-webhooks.php:520
8358
+ msgid "%d item"
8359
+ msgid_plural "%d items"
8360
+ msgstr[0] "%d آیتم"
 
 
8361
 
8362
+ #: includes/admin/class-wc-admin-webhooks.php:529 includes/admin/class-wc-admin-webhooks.php:531
8363
+ msgid "&lsaquo; Previous"
8364
+ msgstr "&lsaquo; پیشین"
 
8365
 
8366
+ #: includes/admin/class-wc-admin-webhooks.php:535 includes/admin/class-wc-admin-webhooks.php:537
8367
+ msgid "Next &rsaquo;"
8368
+ msgstr "&lsaquo; پسین"
 
 
 
 
 
 
 
 
 
 
 
 
 
8369
 
8370
+ #: includes/admin/class-wc-admin.php:182
8371
+ msgid "HTML email template"
8372
+ msgstr "قالب ایمیل HTML"
 
8373
 
8374
+ #. translators: %s: five stars
8375
+ #: includes/admin/class-wc-admin.php:223
8376
+ msgid ""
8377
+ "If you like <strong>WooCommerce</strong> please leave us a %s rating. A huge thanks in advance!"
8378
+ msgstr "اگر شما <strong>ووکامرس</strong> را دوست دارید لطفا ما را با %s 5 ستاره خوشحال کنید"
8379
 
8380
+ #: includes/admin/class-wc-admin.php:223
8381
+ msgid "Thanks :)"
8382
+ msgstr "سپاس :)"
 
 
8383
 
8384
+ #: includes/admin/class-wc-admin.php:231
8385
+ msgid "Thank you for selling with WooCommerce."
8386
+ msgstr "از اینکه محصولات خود را با ووکامرس به فروش می رسانید سپاسگذاریم."
 
 
8387
 
8388
+ #: includes/admin/importers/class-wc-tax-rate-importer.php:125
8389
+ msgid "The file does not exist, please try again."
8390
+ msgstr "فایل مورد نظر وجود نداره، خواهشمندیم دوباره تلاش کنید"
 
 
8391
 
8392
+ #: includes/admin/importers/class-wc-tax-rate-importer.php:159
8393
+ msgid "The CSV is invalid."
8394
+ msgstr "فایل CSV نا معتبر است."
 
8395
 
8396
+ #. translators: %s: tax rates count
8397
+ #: includes/admin/importers/class-wc-tax-rate-importer.php:169
8398
+ msgid "Import complete - imported %s tax rates."
8399
+ msgstr "درون ریزی به پایان رسید - نرخ های مالیاتی %s درون ریزی شدند."
8400
 
8401
+ #: includes/admin/importers/class-wc-tax-rate-importer.php:181
8402
+ msgid "All done!"
8403
+ msgstr "همه موارد به اتمام رسید"
 
8404
 
8405
+ #: includes/admin/importers/class-wc-tax-rate-importer.php:181
8406
+ msgid "View tax rates"
8407
+ msgstr "نمایش نرخ‌های مالیاتی"
8408
 
8409
+ #: includes/admin/importers/class-wc-tax-rate-importer.php:217
8410
+ msgid "Import tax rates"
8411
+ msgstr "درون‌ریزی نرخ‌های مالیاتی"
8412
 
8413
+ #: includes/admin/importers/class-wc-tax-rate-importer.php:233
8414
+ msgid ""
8415
+ "Hi there! Upload a CSV file containing tax rates to import the contents into your shop. Choose a ."
8416
+ "csv file to upload, then click \"Upload file and import\"."
8417
  msgstr ""
8418
+ "سلام! فایل CSV حاوی نرخ های مالیاتی فروشگاه را وارد کنید. یک فایل با پسوند csv را برای بارگذاری "
8419
+ "انتخاب و کلید بارگذاری و درون‌ریزی را بزنید."
8420
 
8421
+ #: includes/admin/importers/class-wc-tax-rate-importer.php:235
8422
+ msgid ""
8423
+ "Tax rates need to be defined with columns in a specific order (10 columns). <a href=\"%s\">Click "
8424
+ "here to download a sample</a>."
8425
  msgstr ""
8426
+ "نرخ های مالیات نیازمند تعریف در نظم خاصی هستند (10 ستون). <a href=\"%s\"> برای دریافت نمونه کلیک "
8427
+ "کنید</a>."
8428
 
8429
+ #: includes/admin/importers/class-wc-tax-rate-importer.php:243
8430
+ msgid "Before you can upload your import file, you will need to fix the following error:"
8431
+ msgstr "قبل از بارگذاری فایل درون‌ریزی باید خطاهای زیر را برطرف کنید:"
8432
 
8433
+ #: includes/admin/importers/class-wc-tax-rate-importer.php:252
8434
+ msgid "Choose a file from your computer:"
8435
+ msgstr "فایل را از کامپیوتر خود انتخاب کنید"
8436
 
8437
+ #. translators: %s: maximum upload size
8438
+ #: includes/admin/importers/class-wc-tax-rate-importer.php:261
8439
+ msgid "Maximum size: %s"
8440
+ msgstr "بیشترین حجم مجاز: %s"
8441
 
8442
+ #: includes/admin/importers/class-wc-tax-rate-importer.php:269
8443
+ msgid "OR enter path to file:"
8444
+ msgstr "یا مسیر فایل مورد نظر را وارد کنید"
8445
 
8446
+ #: includes/admin/importers/class-wc-tax-rate-importer.php:276
8447
+ msgid "Delimiter"
8448
+ msgstr "جداکننده"
8449
 
8450
+ #: includes/admin/importers/class-wc-tax-rate-importer.php:282
8451
+ msgid "Upload file and import"
8452
+ msgstr "بارگذاری و درون‌ریزی"
8453
 
8454
+ #: includes/admin/importers/class-wc-tax-rate-importer.php:296
8455
+ msgid "Sorry, there has been an error."
8456
+ msgstr "ببشخید، ایرادی پیش آمد."
8457
 
8458
+ #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:43
8459
+ #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:80
8460
+ #: includes/admin/settings/class-wc-settings-general.php:28
8461
+ #: includes/admin/settings/class-wc-settings-products.php:44
8462
+ msgid "General"
8463
+ msgstr "همگانی"
8464
 
8465
+ #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:48
8466
+ msgid "Usage restriction"
8467
+ msgstr "محدودیت های دسترسی"
 
 
8468
 
8469
+ #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:53
8470
+ msgid "Usage limits"
8471
+ msgstr "محدودیت استفاده"
 
8472
 
8473
+ #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:71
8474
+ msgid "Discount type"
8475
+ msgstr "نحوه تخفیف"
 
 
8476
 
8477
+ #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:80
8478
+ msgid "Value of the coupon."
8479
+ msgstr "ارزش کوپن."
 
 
8480
 
8481
+ #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:89
8482
+ msgid "Allow free shipping"
8483
+ msgstr "اجازه حمل و نقل رایگان"
 
 
8484
 
8485
+ #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:90
8486
+ msgid ""
8487
+ "Check this box if the coupon grants free shipping. A <a href=\"%s\" target=\"_blank\">free "
8488
+ "shipping method</a> must be enabled in your shipping zone and be set to require \"a valid free "
8489
+ "shipping coupon\" (see the \"Free Shipping Requires\" setting)."
8490
+ msgstr ""
8491
 
8492
+ #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:99
8493
+ msgid "Coupon expiry date"
8494
+ msgstr "تاریخ انقضای کوپن"
 
 
8495
 
8496
+ #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:118
8497
+ msgid "Minimum spend"
8498
+ msgstr "حداقل هزینه"
 
 
8499
 
8500
+ #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:119
8501
+ msgid "No minimum"
8502
+ msgstr "هیچ حداقلی وجود ندارد"
 
 
8503
 
8504
+ #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:120
8505
+ msgid ""
8506
+ "This field allows you to set the minimum spend (subtotal, including taxes) allowed to use the "
8507
+ "coupon."
8508
+ msgstr ""
8509
 
8510
+ #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:128
8511
+ msgid "Maximum spend"
8512
+ msgstr "حداکثر هزینه"
 
8513
 
8514
+ #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:129
8515
+ msgid "No maximum"
8516
+ msgstr "بدون محدودیت"
 
 
 
8517
 
8518
+ #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:130
8519
+ msgid ""
8520
+ "This field allows you to set the maximum spend (subtotal, including taxes) allowed when using the "
8521
+ "coupon."
8522
+ msgstr ""
8523
 
8524
+ #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:138
8525
+ msgid "Individual use only"
8526
+ msgstr "استفاده فردی"
 
8527
 
8528
+ #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:139
8529
+ msgid "Check this box if the coupon cannot be used in conjunction with other coupons."
8530
+ msgstr "اگر کوپن مجاز به استفاده همزمان با کوپن های دیگر نیست، این گزینه را علامت بزنید"
 
 
 
 
 
8531
 
8532
+ #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:145
8533
+ msgid "Exclude sale items"
8534
+ msgstr "به‌جز محصولات فروش ویژه"
 
 
 
 
 
8535
 
8536
+ #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:146
8537
+ msgid ""
8538
+ "Check this box if the coupon should not apply to items on sale. Per-item coupons will only work if "
8539
+ "the item is not on sale. Per-cart coupons will only work if there are no sale items in the cart."
8540
+ msgstr "اگر نمیخواهدی کوپن برای اقلام در حال فروش استفاده نشود، این باکس را پر کنید."
 
 
8541
 
8542
+ #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:154
8543
+ #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:171
8544
+ #: includes/admin/meta-boxes/views/html-order-items.php:286
8545
+ #: includes/admin/meta-boxes/views/html-product-data-linked-products.php:6
8546
+ #: includes/admin/meta-boxes/views/html-product-data-linked-products.php:22
8547
+ #: includes/admin/meta-boxes/views/html-product-data-linked-products.php:38
8548
+ #: includes/admin/reports/class-wc-report-sales-by-product.php:204
8549
+ msgid "Search for a product&hellip;"
8550
+ msgstr "جستجو برای یک محصول&hellip;"
 
 
 
 
 
 
8551
 
8552
+ #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:165
8553
+ msgid ""
8554
+ "Products which need to be in the cart to use this coupon or, for \"Product Discounts\", which "
8555
+ "products are discounted."
8556
+ msgstr ""
8557
+ "محصولاتی که برای استفاده از این کوپن نیاز هست در سبد خرید باشند و یا، محصولاتی که شامل تخفیف می‌شوند"
8558
 
8559
+ #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:170
8560
+ msgid "Exclude products"
8561
+ msgstr "به جز این محصولات"
 
8562
 
8563
+ #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:182
8564
+ msgid ""
8565
+ "Products which must not be in the cart to use this coupon or, for \"Product Discounts\", which "
8566
+ "products are not discounted."
8567
+ msgstr ""
8568
+ "محصولاتی که برای استفاده از این کوپن نیاز هست در سبد خرید شما وجود ندارد و یا این محصولات شما شامل "
8569
+ "تخفیف نمی‌شوند."
8570
 
8571
+ #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:190
8572
+ msgid "Any category"
8573
+ msgstr "هر دسته‌بندی"
8574
 
8575
+ #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:199
8576
+ msgid ""
8577
+ "A product must be in this category for the coupon to remain valid or, for \"Product Discounts\", "
8578
+ "products in these categories will be discounted."
8579
+ msgstr ""
8580
+ "یک محصول باید در این دسته باشد تا کوپن تخفیف قابل استفاده بماند و یا محصولات این دسته شامل تخفیف "
8581
+ "خواهند شد."
8582
 
8583
+ #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:204
8584
+ msgid "Exclude categories"
8585
+ msgstr "به جز این دسته ها"
8586
 
8587
+ #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:205
8588
+ msgid "No categories"
8589
+ msgstr "فاقد دسته بندی ها"
8590
 
8591
+ #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:214
8592
+ msgid ""
8593
+ "Product must not be in this category for the coupon to remain valid or, for \"Product Discounts\", "
8594
+ "products in these categories will not be discounted."
8595
+ msgstr ""
8596
+ "محصولاتی که برای استفاده از این کوپن نیاز هست در سبد خرید شما وجود ندارد و یا این محصولات شما شامل "
8597
+ "تخفیف نمی‌شوند."
8598
 
8599
+ #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:222
8600
+ msgid "Email restrictions"
8601
+ msgstr "محدودیت‌های ایمیل"
8602
 
8603
+ #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:223
8604
+ msgid "No restrictions"
8605
+ msgstr "بدون محدودیت"
 
8606
 
8607
+ #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:224
8608
+ msgid ""
8609
+ "List of allowed emails to check against the customer's billing email when an order is placed. "
8610
+ "Separate email addresses with commas."
8611
+ msgstr ""
8612
+ "فهرست ایمیل های مجاز برای بررسی در برابر ایمیل های صورت حساب مشتری در هنگامی که سفارش ثبت می شود. "
8613
+ "ایمیل ها را با کاما ,ویرگول انگلیسی, جداسازی کنید."
8614
 
8615
+ #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:246
8616
+ msgid "Usage limit per coupon"
8617
+ msgstr "محدودیت استفاده در کوپن"
8618
 
8619
+ #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:247
8620
+ #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:279
8621
+ msgid "Unlimited usage"
8622
+ msgstr "استفاده نامحدود"
8623
 
8624
+ #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:248
8625
+ msgid "How many times this coupon can be used before it is void."
8626
+ msgstr "تعداد دفعاتی که این کوپن قابل استفاده است."
8627
 
8628
+ #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:262
8629
+ msgid "Limit usage to X items"
8630
+ msgstr "محدودیت استفاده به X مورد"
8631
 
8632
+ #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:263
8633
+ msgid "Apply to all qualifying items in cart"
8634
+ msgstr "اعمال برای تمام موارد انتخابی در سبد خرید"
8635
 
8636
+ #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:264
8637
+ msgid ""
8638
+ "The maximum number of individual items this coupon can apply to when using product discounts. "
8639
+ "Leave blank to apply to all qualifying items in cart."
8640
+ msgstr ""
8641
+ "حداکثر تعداد آیتم های منحصر به فرد این کوپن می تواند به هنگام استفاده از تخفیف محصول اعمال می شود. "
8642
+ "در صورت خالی گذاشتن برای تمامی محصولات اعمال می گردد"
8643
 
8644
+ #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:278
8645
+ msgid "Usage limit per user"
8646
+ msgstr "محدودیت مصرف برای هر کاربر"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8647
 
8648
+ #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:280
8649
+ msgid ""
8650
+ "How many times this coupon can be used by an individual user. Uses billing email for guests, and "
8651
+ "user ID for logged in users."
8652
+ msgstr ""
8653
+ "چند بار این کوپن می تواند توسط یک کاربر خاص استفاده شود. با استفاده از ایمیل در صدور صورت حساب "
8654
+ "برای مهمانان، و شناسه کاربر برای کاربران وارد شده."
 
 
 
 
 
 
 
 
 
 
 
8655
 
8656
+ #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:316
8657
+ msgid "Coupon code already exists - customers will use the latest coupon with this code."
8658
+ msgstr "کد کوپن وجود دارد - مشتریان از این کد کوپن استفاده خواهند کرد"
 
 
8659
 
8660
+ #: includes/admin/meta-boxes/class-wc-meta-box-order-actions.php:50
8661
+ msgid "Resend order emails"
8662
+ msgstr "ارسال دوباره ایمیل سفارشات"
 
8663
 
8664
+ #: includes/admin/meta-boxes/class-wc-meta-box-order-actions.php:54
8665
+ msgid "Resend %s"
8666
+ msgstr "ارسال مجدد %s"
 
 
 
8667
 
8668
+ #: includes/admin/meta-boxes/class-wc-meta-box-order-actions.php:62
8669
+ msgid "Regenerate download permissions"
8670
+ msgstr "ایجاد کردن دوباره دسترسی های دانلود"
 
8671
 
8672
+ #: includes/admin/meta-boxes/class-wc-meta-box-order-actions.php:69
8673
+ msgid "Apply"
8674
+ msgstr "اعمال کردن"
 
8675
 
8676
+ #: includes/admin/meta-boxes/class-wc-meta-box-order-actions.php:86
8677
+ msgid "Save %s"
8678
+ msgstr "ذخیره %s"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8679
 
8680
+ #: includes/admin/meta-boxes/class-wc-meta-box-order-actions.php:86
8681
+ msgid "Save/update the %s"
8682
+ msgstr "ذخیره/بروزرسانی %s"
 
8683
 
8684
+ #. translators: %s: email title
8685
+ #: includes/admin/meta-boxes/class-wc-meta-box-order-actions.php:135
8686
+ msgid "%s email notification manually sent."
8687
+ msgstr "ایمیل اطلاع رسانی %s به صورت دستی ارسال شد."
8688
 
8689
+ #. translators: 1: order type 2: order number
8690
+ #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:172
8691
+ #| msgctxt "Order #123 details"
8692
+ #| msgid "%s #%s details"
8693
+ msgid "%1$s #%2$s details"
8694
+ msgstr "جزئیات %1$s #%2$s"
8695
 
8696
+ #. translators: %s: payment method
8697
+ #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:182
8698
+ msgid "Payment via %s"
8699
+ msgstr "پرداخت به وسیله %s"
 
8700
 
8701
+ #. translators: 1: date 2: time
8702
+ #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:196
8703
+ #| msgctxt "on date at time"
8704
+ #| msgid "on %s @ %s"
8705
+ msgid "on %1$s @ %2$s"
8706
+ msgstr "on %1$s @ %2$s"
8707
 
8708
+ #. translators: %s: IP address
8709
+ #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:205
8710
+ #| msgid "Customer IP"
8711
+ msgid "Customer IP: %s"
8712
+ msgstr "آی پی مشتری: %s"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8713
 
8714
+ #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:213
8715
+ msgid "General Details"
8716
+ msgstr "جزئیات کلی"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8717
 
8718
+ #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:215
8719
+ msgid "Order date:"
8720
+ msgstr "تاریخ سفارش:"
 
 
8721
 
8722
+ #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:216
8723
+ msgid "h"
8724
+ msgstr "ارتفاع"
 
 
8725
 
8726
+ #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:219
8727
+ msgid "Order status:"
8728
+ msgstr "وضعیت سفارش:"
 
 
 
 
 
8729
 
8730
+ #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:223
8731
+ msgid "Customer payment page &rarr;"
8732
+ msgstr "برگه پرداخت مشتری &larr;"
 
 
 
 
 
8733
 
8734
+ #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:237
8735
+ msgid "Customer:"
8736
+ msgstr "مشتری:"
 
8737
 
8738
+ #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:246
8739
+ msgid "View other orders &rarr;"
8740
+ msgstr "نمایش سفارش های دیگر &larr;"
 
8741
 
8742
+ #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:273
8743
+ #: templates/checkout/form-billing.php:33
8744
+ msgid "Billing details"
8745
+ msgstr "جزئیات پرداخت"
 
8746
 
8747
+ #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:276
8748
+ msgid "Load billing address"
8749
+ msgstr "آدرس صورتحساب"
 
 
 
 
 
 
 
 
 
 
 
 
 
8750
 
8751
+ #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:284
8752
+ #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:286
8753
+ #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:375
8754
+ #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:377
8755
+ msgid "Address:"
8756
+ msgstr "آدرس:"
8757
 
8758
+ #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:286
8759
+ msgid "No billing address set."
8760
+ msgstr "آدرسی برای پرداخت تعیین نشده."
 
 
8761
 
8762
+ #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:328 includes/class-wc-order.php:1747
8763
+ #: includes/shortcodes/class-wc-shortcode-checkout.php:149 templates/checkout/thankyou.php:63
8764
+ msgid "Payment method:"
8765
+ msgstr "روش پرداخت:"
 
8766
 
8767
+ #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:330
8768
+ #: includes/admin/meta-boxes/views/html-order-shipping.php:24
8769
+ #: includes/admin/settings/class-wc-settings-emails.php:101
8770
+ #: includes/admin/settings/class-wc-settings-emails.php:112
8771
+ #: includes/admin/settings/views/settings-tax.php:95
8772
+ #: includes/shipping/flat-rate/includes/settings-flat-rate.php:57
8773
+ #: includes/shipping/flat-rate/includes/settings-flat-rate.php:66
8774
+ #: includes/shipping/free-shipping/class-wc-shipping-free-shipping.php:86
8775
+ #: includes/shipping/legacy-flat-rate/includes/settings-flat-rate.php:84
8776
+ #: includes/shipping/legacy-flat-rate/includes/settings-flat-rate.php:93
8777
+ #: includes/shipping/legacy-free-shipping/class-wc-shipping-legacy-free-shipping.php:122
8778
+ #: includes/wc-account-functions.php:264 includes/wc-formatting-functions.php:1039
8779
+ #: includes/wc-formatting-functions.php:1058 templates/order/order-details-customer.php:66
8780
+ #: templates/order/order-details-customer.php:78 templates/single-product/meta.php:31
8781
+ msgid "N/A"
8782
+ msgstr "نامعلوم"
8783
 
8784
+ #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:344
8785
+ #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:346
8786
+ #: includes/admin/meta-boxes/views/html-order-shipping.php:39
8787
+ #: includes/admin/meta-boxes/views/html-order-shipping.php:41
8788
+ msgid "Other"
8789
+ msgstr "دیگر"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8790
 
8791
+ #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:353
8792
+ msgid "Transaction ID"
8793
+ msgstr "شناسه تراکنش"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8794
 
8795
+ #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:363
8796
+ #: includes/gateways/paypal/includes/settings-paypal.php:82
8797
+ msgid "Shipping details"
8798
+ msgstr "جزئیات حمل و نقل"
 
 
 
8799
 
8800
+ #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:366
8801
+ msgid "Load shipping address"
8802
+ msgstr "آدرس حمل و نقل حصول"
 
 
 
 
 
 
 
 
8803
 
8804
+ #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:367
8805
+ msgid "Copy billing address"
8806
+ msgstr "کپی آدرس صورتحساب"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8807
 
8808
+ #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:377
8809
+ msgid "No shipping address set."
8810
+ msgstr "آدرسی برای ارسال تعیین نشده."
 
 
8811
 
8812
+ #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:399
8813
+ msgid "Customer provided note:"
8814
+ msgstr "یادداشت ارائه شده مشتری:"
 
 
8815
 
8816
+ #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:429
8817
+ msgid "Customer provided note"
8818
+ msgstr "یادداشت ارائه شده مشتری"
 
 
8819
 
8820
+ #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:430
8821
+ msgid "Customer's notes about the order"
8822
+ msgstr "یادداشت مشتری در باره سفارش"
 
 
8823
 
8824
+ #: includes/admin/meta-boxes/class-wc-meta-box-order-downloads.php:55 includes/class-wc-ajax.php:705
8825
+ msgid "File %d"
8826
+ msgstr "فایل %d"
 
 
8827
 
8828
+ #: includes/admin/meta-boxes/class-wc-meta-box-order-downloads.php:67
8829
+ msgid "Search for a downloadable product&hellip;"
8830
+ msgstr "جستجو برای یک محصول دانلودی&hellip;"
 
 
8831
 
8832
+ #: includes/admin/meta-boxes/class-wc-meta-box-order-downloads.php:68
8833
+ msgid "Grant access"
8834
+ msgstr "ارائه دسترسی"
 
 
8835
 
8836
+ #: includes/admin/meta-boxes/class-wc-meta-box-order-notes.php:58
8837
+ msgid "added on %1$s at %2$s"
8838
+ msgstr "اضافه شد در تاریخ %1$s ساعت %2$s"
 
 
8839
 
8840
+ #. translators: %s: note author
8841
+ #. translators: %s: plugin author
8842
+ #. translators: %s: review author
8843
+ #: includes/admin/meta-boxes/class-wc-meta-box-order-notes.php:62
8844
+ #: includes/admin/views/html-admin-page-status-report.php:398
8845
+ #: includes/widgets/class-wc-widget-recent-reviews.php:85
8846
+ msgid "by %s"
8847
+ msgstr "توسط %s"
8848
 
8849
+ #: includes/admin/meta-boxes/class-wc-meta-box-order-notes.php:65 includes/class-wc-ajax.php:1106
8850
+ msgid "Delete note"
8851
+ msgstr "پاک یادداشت"
 
8852
 
8853
+ #: includes/admin/meta-boxes/class-wc-meta-box-order-notes.php:71
8854
+ msgid "There are no notes yet."
8855
+ msgstr "اینجا هنوز یادداشتی وجود ندارد."
 
 
 
 
 
 
 
 
 
 
 
8856
 
8857
+ #: includes/admin/meta-boxes/class-wc-meta-box-order-notes.php:78
8858
+ msgid "Add note"
8859
+ msgstr "افزودن یادداشت"
8860
 
8861
+ #: includes/admin/meta-boxes/class-wc-meta-box-order-notes.php:78
8862
+ msgid "Add a note for your reference, or add a customer note (the user will be notified)."
8863
+ msgstr "افزودن یادداشت به منبع شما، یا افزودن یادداشت مشتری ( کاربر متوجه پیام خواهد شد ) "
 
 
8864
 
8865
+ #: includes/admin/meta-boxes/class-wc-meta-box-order-notes.php:82
8866
+ msgid "Note type"
8867
+ msgstr "نوع یادداشت."
 
 
8868
 
8869
+ #: includes/admin/meta-boxes/class-wc-meta-box-order-notes.php:84
8870
+ msgid "Private note"
8871
+ msgstr "یادداشت خصوصی"
 
 
8872
 
8873
+ #: includes/admin/meta-boxes/class-wc-meta-box-order-notes.php:85
8874
+ msgid "Note to customer"
8875
+ msgstr "یادداشت به خریدار"
 
 
8876
 
8877
+ #: includes/admin/meta-boxes/class-wc-meta-box-order-notes.php:87
8878
+ #: includes/admin/meta-boxes/views/html-order-items.php:291
8879
+ #: includes/admin/meta-boxes/views/html-order-items.php:348
8880
+ #: includes/admin/meta-boxes/views/html-product-data-attributes.php:23
8881
+ msgid "Add"
8882
+ msgstr "افزودن"
8883
 
8884
+ #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:60
8885
+ msgid "Virtual products are intangible and aren't shipped."
8886
+ msgstr "محصولات مجازی قابلیت ارسال ندارند"
 
 
8887
 
8888
+ #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:67
8889
+ msgid "Downloadable products give access to a file upon purchase."
8890
+ msgstr "محصولات دانلود‌شدنی دسترسی به یک فایل را به محض خرید می‌دهند."
 
 
8891
 
8892
+ #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:85
8893
+ #: includes/admin/meta-boxes/views/html-product-data-variations.php:58
8894
+ #: includes/admin/settings/class-wc-settings-products.php:46
8895
+ #: includes/admin/settings/class-wc-settings-products.php:235
8896
+ msgid "Inventory"
8897
+ msgstr "انبار"
8898
 
8899
+ #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:90
8900
+ #: includes/admin/meta-boxes/views/html-order-shipping.php:17
8901
+ #: includes/admin/meta-boxes/views/html-product-data-variations.php:62
8902
+ #: includes/admin/settings/class-wc-settings-shipping.php:27
8903
+ #: includes/admin/settings/class-wc-settings-tax.php:178
8904
+ #: includes/admin/settings/views/html-settings-tax.php:32
8905
+ #: includes/class-wc-order-item-shipping.php:154 templates/cart/cart-totals.php:55
8906
+ #: templates/cart/cart-totals.php:56
8907
+ msgid "Shipping"
8908
+ msgstr "حمل و نقل "
8909
 
8910
+ #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:95
8911
+ msgid "Linked Products"
8912
+ msgstr "محصولات مرتبط"
 
 
8913
 
8914
+ #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:105
8915
+ #: includes/class-wc-post-types.php:303
8916
+ msgid "Variations"
8917
+ msgstr "متغیرها"
 
8918
 
8919
+ #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:110
8920
+ msgid "Advanced"
8921
+ msgstr "پیشرفته"
 
 
8922
 
8923
+ #: includes/admin/meta-boxes/class-wc-meta-box-product-images.php:58
8924
+ #: includes/admin/meta-boxes/class-wc-meta-box-product-images.php:78
8925
+ msgid "Delete image"
8926
+ msgstr "پاک کردن تصویر"
 
8927
 
8928
+ #: includes/admin/meta-boxes/class-wc-meta-box-product-images.php:78
8929
+ msgid "Add images to product gallery"
8930
+ msgstr "افزودن تصویر به گالری تصاویر محصول"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8931
 
8932
+ #: includes/admin/meta-boxes/class-wc-meta-box-product-images.php:78
8933
+ msgid "Add to gallery"
8934
+ msgstr "افزودن به گالری"
 
8935
 
8936
+ #: includes/admin/meta-boxes/class-wc-meta-box-product-images.php:78
8937
+ msgid "Add product gallery images"
8938
+ msgstr "افزودن گالری تصاویر محصول"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
8939
 
8940
+ #: includes/admin/meta-boxes/views/html-order-download-permission.php:9
8941
+ msgid "Revoke access"
8942
+ msgstr "ابطال دسترسی"
 
 
 
 
 
 
8943
 
8944
+ #: includes/admin/meta-boxes/views/html-order-download-permission.php:19
8945
+ msgid "Downloaded %s time"
8946
+ msgid_plural "Downloaded %s times"
8947
+ msgstr[0] "%s بار دانلود شده"
8948
 
8949
+ #: includes/admin/meta-boxes/views/html-order-download-permission.php:26
8950
+ #: includes/wc-account-functions.php:203
8951
+ msgid "Downloads remaining"
8952
+ msgstr "باقیمانده دانلودها"
8953
 
8954
+ #: includes/admin/meta-boxes/views/html-order-download-permission.php:28
8955
+ #: includes/admin/meta-boxes/views/html-product-data-general.php:98
8956
+ #: includes/admin/meta-boxes/views/html-variation-admin.php:360
8957
+ msgid "Unlimited"
8958
+ msgstr "بدون محدودیت"
8959
 
8960
+ #: includes/admin/meta-boxes/views/html-order-download-permission.php:31
8961
+ msgid "Access expires"
8962
+ msgstr "انقضای دسترسی"
 
8963
 
8964
+ #: includes/admin/meta-boxes/views/html-order-download-permission.php:32
8965
+ #: includes/admin/meta-boxes/views/html-product-data-general.php:111
8966
+ #: includes/admin/meta-boxes/views/html-variation-admin.php:376 templates/myaccount/downloads.php:68
8967
+ msgid "Never"
8968
+ msgstr "هرگز"
8969
 
8970
+ #: includes/admin/meta-boxes/views/html-order-download-permission.php:35
8971
+ msgid "Customer download link"
8972
+ msgstr "لینک دانلود مشتری"
 
8973
 
8974
+ #: includes/admin/meta-boxes/views/html-order-fee.php:18 includes/class-wc-order-item-fee.php:121
8975
+ msgid "Fee"
8976
+ msgstr "هزینه"
8977
 
8978
+ #: includes/admin/meta-boxes/views/html-order-fee.php:21
8979
+ msgid "Fee name"
8980
+ msgstr "نام هزینه"
8981
 
8982
+ #: includes/admin/meta-boxes/views/html-order-item-meta.php:51
8983
+ msgid "Add&nbsp;meta"
8984
+ msgstr "افزودن&nbsp;توضیحات"
8985
 
8986
+ #: includes/admin/meta-boxes/views/html-order-item.php:24 templates/single-product/meta.php:31
8987
+ msgid "SKU:"
8988
+ msgstr "شناسه محصول:"
8989
 
8990
+ #: includes/admin/meta-boxes/views/html-order-item.php:28
8991
+ msgid "Variation ID:"
8992
+ msgstr "شناسه متغیر:"
8993
 
8994
+ #. translators: %s: variation id
8995
+ #: includes/admin/meta-boxes/views/html-order-item.php:33
8996
+ #| msgid "No longer exists"
8997
+ msgid "%s (No longer exists)"
8998
+ msgstr "%s (دیگر وجود ندارد)"
8999
 
9000
+ #: includes/admin/meta-boxes/views/html-order-item.php:93
9001
+ #: includes/admin/meta-boxes/views/html-order-item.php:139
9002
+ msgid "Pre-discount:"
9003
+ msgstr "قبل از تخفیف:"
9004
 
9005
+ #: includes/admin/meta-boxes/views/html-order-item.php:98
9006
+ msgid "After pre-tax discounts."
9007
+ msgstr "بعد از تخفیف های مالیات"
9008
 
9009
+ #: includes/admin/meta-boxes/views/html-order-item.php:159
9010
+ msgid "Edit item"
9011
+ msgstr "ویرایش آیتم"
9012
 
9013
+ #: includes/admin/meta-boxes/views/html-order-item.php:159
9014
+ msgid "Delete item"
9015
+ msgstr "پاک آیتم"
9016
 
9017
+ #: includes/admin/meta-boxes/views/html-order-items.php:28 includes/class-wc-form-handler.php:460
9018
+ #: includes/gateways/paypal/includes/class-wc-gateway-paypal-request.php:338
9019
+ msgid "Item"
9020
+ msgstr "مورد"
9021
 
9022
+ #: includes/admin/meta-boxes/views/html-order-items.php:30
9023
+ #: includes/shipping/flat-rate/includes/settings-flat-rate.php:31
9024
+ #: includes/shipping/legacy-flat-rate/includes/settings-flat-rate.php:58
9025
+ #: includes/shipping/local-pickup/class-wc-shipping-local-pickup.php:87
9026
+ msgid "Cost"
9027
+ msgstr "هزینه"
9028
 
9029
+ #: includes/admin/meta-boxes/views/html-order-items.php:31 templates/checkout/form-pay.php:30
9030
+ msgid "Qty"
9031
+ msgstr "تعداد "
9032
 
9033
+ #: includes/admin/meta-boxes/views/html-order-items.php:37
9034
+ #: includes/admin/meta-boxes/views/html-order-items.php:38
9035
+ #: includes/admin/reports/class-wc-report-taxes-by-code.php:149
9036
+ #: includes/admin/settings/class-wc-settings-tax.php:33 includes/class-wc-countries.php:350
9037
+ #: includes/class-wc-order-item-tax.php:159 includes/class-wc-tax.php:753
9038
+ msgid "Tax"
9039
+ msgstr "مالیات"
9040
 
9041
+ #: includes/admin/meta-boxes/views/html-order-items.php:95
9042
+ msgid "Delete selected row(s)"
9043
+ msgstr "پاک سطر های انتخاب شده"
 
 
 
9044
 
9045
+ #: includes/admin/meta-boxes/views/html-order-items.php:96
9046
+ msgid "Reduce stock"
9047
+ msgstr "کم کردن موجودی"
9048
 
9049
+ #: includes/admin/meta-boxes/views/html-order-items.php:97
9050
+ msgid "Increase stock"
9051
+ msgstr "افزایش موجودی"
9052
 
9053
+ #: includes/admin/meta-boxes/views/html-order-items.php:107
9054
+ msgid "Coupon(s)"
9055
+ msgstr "کوپن‌ها"
 
9056
 
9057
+ #: includes/admin/meta-boxes/views/html-order-items.php:121
9058
+ msgid "This is the total discount. Discounts are defined per line item."
9059
+ msgstr "این کل تخفیف می باشد. تخفیف ها برای هر مورد در هر خط تعریف شده است."
9060
 
9061
+ #: includes/admin/meta-boxes/views/html-order-items.php:131
9062
+ msgid "This is the shipping and handling total costs for the order."
9063
+ msgstr "هزینه های حمل و نقل و نگهداری در این سفارش منظور شده است."
9064
 
9065
+ #: includes/admin/meta-boxes/views/html-order-items.php:163
9066
+ msgid "Order total"
9067
+ msgstr "مجموع هزینه سفارش"
9068
 
9069
+ #: includes/admin/meta-boxes/views/html-order-items.php:184
9070
+ msgid "Refunded"
9071
+ msgstr "مسترد شده"
9072
 
9073
+ #: includes/admin/meta-boxes/views/html-order-items.php:198
9074
+ msgid "Add item(s)"
9075
+ msgstr "افزودن مورد(ها)"
9076
 
9077
+ #: includes/admin/meta-boxes/views/html-order-items.php:200
9078
+ msgid "To edit this order change the status back to \"Pending\""
9079
+ msgstr "برای ویرایش این سفارش وضعیت آن را به \"معلق\" برگردانید"
9080
 
9081
+ #: includes/admin/meta-boxes/views/html-order-items.php:200
9082
+ msgid "This order is no longer editable."
9083
+ msgstr "امکان ویرایش این سفارش وجود ندارد"
9084
 
9085
+ #: includes/admin/meta-boxes/views/html-order-items.php:203
9086
+ #: includes/admin/meta-boxes/views/html-order-items.php:305
9087
+ msgid "Add tax"
9088
+ msgstr "افزودن مالیات"
 
 
 
 
 
 
9089
 
9090
+ #: includes/admin/meta-boxes/views/html-order-items.php:206 includes/class-wc-order.php:1763
9091
+ msgid "Refund"
9092
+ msgstr "برگشت"
 
 
 
 
 
 
 
 
 
 
 
 
 
9093
 
9094
+ #: includes/admin/meta-boxes/views/html-order-items.php:213
9095
+ msgid "Calculate taxes"
9096
+ msgstr "محاسبه مالیات"
 
 
 
 
9097
 
9098
+ #: includes/admin/meta-boxes/views/html-order-items.php:214
9099
+ msgid "Calculate total"
9100
+ msgstr "محاسبه مجموع"
 
9101
 
9102
+ #: includes/admin/meta-boxes/views/html-order-items.php:219
9103
+ msgid "Add product(s)"
9104
+ msgstr "افزودن محصول"
 
9105
 
9106
+ #: includes/admin/meta-boxes/views/html-order-items.php:220
9107
+ msgid "Add fee"
9108
+ msgstr "افزودن دستمزد"
9109
 
9110
+ #: includes/admin/meta-boxes/views/html-order-items.php:221
9111
+ msgid "Add shipping cost"
9112
+ msgstr "افزودن هزینه حمل و نقل"
 
9113
 
9114
+ #: includes/admin/meta-boxes/views/html-order-items.php:227
9115
+ #: templates/myaccount/form-reset-password.php:47
9116
+ msgid "Save"
9117
+ msgstr "ذخیره"
9118
 
9119
+ #: includes/admin/meta-boxes/views/html-order-items.php:233
9120
+ msgid "Restock refunded items"
9121
+ msgstr "موارد برگشتی به انبار"
9122
 
9123
+ #: includes/admin/meta-boxes/views/html-order-items.php:237
9124
+ msgid "Amount already refunded"
9125
+ msgstr "مبلغ قبلا مسترد شده است"
9126
 
9127
+ #: includes/admin/meta-boxes/views/html-order-items.php:241
9128
+ msgid "Total available to refund"
9129
+ msgstr "مجموع موجود برای استرداد"
 
9130
 
9131
+ #: includes/admin/meta-boxes/views/html-order-items.php:245
9132
+ #: includes/admin/reports/class-wc-report-sales-by-date.php:677
9133
+ msgid "Refund amount"
9134
+ msgstr "مبلغ استرداد"
9135
 
9136
+ #: includes/admin/meta-boxes/views/html-order-items.php:252
9137
+ msgid "Note: the refund reason will be visible by the customer."
9138
+ msgstr "گوشزد: دلیل استرداد برای مشتری قابل رویت خواهد بود"
9139
 
9140
+ #: includes/admin/meta-boxes/views/html-order-items.php:252
9141
+ msgid "Reason for refund (optional):"
9142
+ msgstr "دلیل استرداد (دلخواه)"
9143
 
9144
+ #: includes/admin/meta-boxes/views/html-order-items.php:264
9145
+ msgid "Payment gateway"
9146
+ msgstr "دروازه پرداخت"
9147
 
9148
+ #: includes/admin/meta-boxes/views/html-order-items.php:266
9149
+ msgid "The payment gateway used to place this order does not support automatic refunds."
9150
+ msgstr "درگاه پرداخت استفاده شده است، پس برگشتی ها را بصورت خودکار پشتیبانی نمی کند."
9151
 
9152
+ #: includes/admin/meta-boxes/views/html-order-items.php:266
9153
+ #| msgctxt "Refund $amount"
9154
+ #| msgid "Refund %s via %s"
9155
+ msgid "Refund %1$s via %2$s"
9156
+ msgstr "مسترد شده %1$s توسط %2$s"
9157
 
9158
+ #: includes/admin/meta-boxes/views/html-order-items.php:267
9159
+ msgid "You will need to manually issue a refund through your payment gateway after using this."
9160
+ msgstr ""
9161
+ "شما باید به صورت دستی بازگشت وجه را در این دروازه پرداخت پس از استفاده از این مورد انجام دهید."
9162
 
9163
+ #: includes/admin/meta-boxes/views/html-order-items.php:267
9164
+ msgid "Refund %s manually"
9165
+ msgstr "برگشت دستی %s"
9166
 
9167
+ #: includes/admin/meta-boxes/views/html-order-items.php:279
9168
+ msgid "Add products"
9169
+ msgstr "افزودن محصولات"
9170
 
9171
+ #: includes/admin/meta-boxes/views/html-order-items.php:316
9172
+ msgid "Rate name"
9173
+ msgstr "نام نرخ"
9174
 
9175
+ #: includes/admin/meta-boxes/views/html-order-items.php:317
9176
+ #: includes/admin/meta-boxes/views/html-product-data-general.php:143
9177
+ #: includes/admin/meta-boxes/views/html-variation-admin.php:281
9178
+ #: includes/admin/settings/class-wc-settings-tax.php:179
9179
+ #: includes/admin/views/html-bulk-edit-product.php:89
9180
+ #: includes/admin/views/html-quick-edit-product.php:68
9181
+ msgid "Tax class"
9182
+ msgstr "کلاس مالیاتی"
9183
 
9184
+ #: includes/admin/meta-boxes/views/html-order-items.php:318
9185
+ msgid "Rate code"
9186
+ msgstr "کد نرخ"
9187
 
9188
+ #: includes/admin/meta-boxes/views/html-order-items.php:319
9189
+ #: includes/admin/settings/class-wc-settings-tax.php:174
9190
+ msgid "Rate %"
9191
+ msgstr "نرخ %"
9192
 
9193
+ #: includes/admin/meta-boxes/views/html-order-items.php:340
9194
+ msgid "Or, enter tax rate ID:"
9195
+ msgstr "یا شناسه نرخ مالیت را وارد کنید:"
9196
 
9197
+ #: includes/admin/meta-boxes/views/html-order-items.php:341
9198
+ #: includes/gateways/paypal/includes/settings-paypal.php:113
9199
+ #: includes/gateways/paypal/includes/settings-paypal.php:121
9200
+ #: includes/gateways/paypal/includes/settings-paypal.php:134
9201
+ #: includes/gateways/paypal/includes/settings-paypal.php:142
9202
+ #: includes/gateways/paypal/includes/settings-paypal.php:150
9203
+ msgid "Optional"
9204
+ msgstr "دلخواه"
9205
 
9206
+ #. translators: 1: refund id 2: date
9207
+ #: includes/admin/meta-boxes/views/html-order-refund.php:17
9208
+ #| msgctxt "Refund $amount"
9209
+ #| msgid "Refund %s via %s"
9210
+ msgid "Refund #%1$s - %2$s"
9211
+ msgstr "استرداد #%1$s - %2$s"
9212
 
9213
+ #: includes/admin/meta-boxes/views/html-order-shipping.php:21
9214
+ msgid "Shipping name"
9215
+ msgstr "نام حمل و نقل"
9216
 
9217
+ #: includes/admin/meta-boxes/views/html-order-shipping.php:23
9218
+ msgid "Shipping method"
9219
+ msgstr "روش حمل و نقل"
9220
 
9221
+ #: includes/admin/meta-boxes/views/html-product-attribute.php:29
9222
+ msgid "Select terms"
9223
+ msgstr "انتخاب دوره ها"
9224
 
9225
+ #: includes/admin/meta-boxes/views/html-product-attribute.php:47
9226
+ msgid "Add new"
9227
+ msgstr "افزودن جدید"
9228
 
9229
+ #. translators: %s: WC_DELIMITER
9230
+ #: includes/admin/meta-boxes/views/html-product-attribute.php:59
9231
+ msgid "\"%s\" separate terms"
9232
+ msgstr "\"%s\" جداکننده شرایط"
9233
 
9234
+ #: includes/admin/meta-boxes/views/html-product-attribute.php:69
9235
+ msgid "Enter some text, or some attributes by \"%s\" separating values."
9236
+ msgstr "لطفا یک متن وارد کنید ، یا صفت ها را با مقدار \"%s\" جداسازی کنید."
9237
 
9238
+ #: includes/admin/meta-boxes/views/html-product-data-advanced.php:8
9239
+ msgid "Purchase note"
9240
+ msgstr "یادداشت خرید"
9241
 
9242
+ #: includes/admin/meta-boxes/views/html-product-data-advanced.php:10
9243
+ msgid "Enter an optional note to send the customer after purchase."
9244
+ msgstr "در صورت تمایل یک یادداشت برای مشتری پس از خرید بفرستید"
9245
 
9246
+ #: includes/admin/meta-boxes/views/html-product-data-advanced.php:20
9247
+ msgid "Menu order"
9248
+ msgstr "منوی سفارش"
9249
 
9250
+ #: includes/admin/meta-boxes/views/html-product-data-advanced.php:22
9251
+ msgid "Custom ordering position."
9252
+ msgstr "موقعیت سفارشی سفارش دادن"
9253
 
9254
+ #: includes/admin/meta-boxes/views/html-product-data-advanced.php:36
9255
+ msgid "Enable reviews"
9256
+ msgstr "فعال كردن دیدگاه گذاری"
9257
 
9258
+ #: includes/admin/meta-boxes/views/html-product-data-attributes.php:4
9259
+ #: includes/admin/meta-boxes/views/html-product-data-attributes.php:46
9260
+ #: includes/admin/meta-boxes/views/html-product-data-variations.php:79
9261
+ #: includes/admin/meta-boxes/views/html-product-data-variations.php:113
9262
+ msgid "Expand"
9263
+ msgstr "گسترش"
9264
 
9265
+ #: includes/admin/meta-boxes/views/html-product-data-attributes.php:4
9266
+ #: includes/admin/meta-boxes/views/html-product-data-attributes.php:46
9267
+ #: includes/admin/meta-boxes/views/html-product-data-variations.php:79
9268
+ #: includes/admin/meta-boxes/views/html-product-data-variations.php:113
9269
+ msgid "Close"
9270
+ msgstr "بستن"
9271
 
9272
+ #: includes/admin/meta-boxes/views/html-product-data-attributes.php:7
9273
+ msgid "Custom product attribute"
9274
+ msgstr "سفارش سازی ویژگی‌های محصول"
9275
 
9276
+ #: includes/admin/meta-boxes/views/html-product-data-attributes.php:48
9277
+ msgid "Save attributes"
9278
+ msgstr "ذخیره ویژگی ها"
9279
 
9280
+ #: includes/admin/meta-boxes/views/html-product-data-general.php:8
9281
+ msgid "Product URL"
9282
+ msgstr "لینک محصول"
9283
 
9284
+ #: includes/admin/meta-boxes/views/html-product-data-general.php:10
9285
+ msgid "Enter the external URL to the product."
9286
+ msgstr "یک لینک خارجی برای محصول وارد کنید."
9287
 
9288
+ #: includes/admin/meta-boxes/views/html-product-data-general.php:16
9289
+ msgid "Button text"
9290
+ msgstr "متن دکمه"
9291
 
9292
+ #: includes/admin/meta-boxes/views/html-product-data-general.php:18
9293
+ msgid "This text will be shown on the button linking to the external product."
9294
+ msgstr "این متن روی دکمه لینک دادن به محصول خارجی نشان داده خواهد شد."
9295
 
9296
+ #: includes/admin/meta-boxes/views/html-product-data-general.php:28
9297
+ #: includes/admin/views/html-quick-edit-product.php:35
9298
+ msgid "Regular price"
9299
+ msgstr "قیمت اصلی"
9300
 
9301
+ #: includes/admin/meta-boxes/views/html-product-data-general.php:36
9302
+ #: includes/admin/views/html-quick-edit-product.php:42
9303
+ msgid "Sale price"
9304
+ msgstr "قیمت فروش فوق‌العاده"
9305
 
9306
+ #: includes/admin/meta-boxes/views/html-product-data-general.php:37
9307
+ #: includes/admin/meta-boxes/views/html-variation-admin.php:124
9308
+ msgid "Schedule"
9309
+ msgstr "زمان بندی فروش"
9310
 
9311
+ #: includes/admin/meta-boxes/views/html-product-data-general.php:44
9312
+ msgid "Sale price dates"
9313
+ msgstr "تاریخ قیمت فروش فوق‌العاده"
9314
 
9315
+ #: includes/admin/meta-boxes/views/html-product-data-general.php:47
9316
+ msgid "The sale will end at the beginning of the set date."
9317
+ msgstr "فروش در آغاز تاریخ تنظیم به پایان خواهد رسید."
9318
 
9319
+ #: includes/admin/meta-boxes/views/html-product-data-general.php:56
9320
+ #: includes/admin/meta-boxes/views/html-variation-admin.php:316
9321
+ msgid "Downloadable files"
9322
+ msgstr "فایل های دانلودی"
9323
 
9324
+ #: includes/admin/meta-boxes/views/html-product-data-general.php:61
9325
+ #: includes/admin/meta-boxes/views/html-variation-admin.php:320
9326
+ msgid "This is the name of the download shown to the customer."
9327
+ msgstr "این نام دانلود برای مشتری نمایان می گردد."
9328
 
9329
+ #: includes/admin/meta-boxes/views/html-product-data-general.php:62
9330
+ #: includes/admin/meta-boxes/views/html-variation-admin.php:321
9331
+ msgid "File URL"
9332
+ msgstr "آدرس فایل"
9333
 
9334
+ #: includes/admin/meta-boxes/views/html-product-data-general.php:62
9335
+ #: includes/admin/meta-boxes/views/html-variation-admin.php:321
9336
+ msgid ""
9337
+ "This is the URL or absolute path to the file which customers will get access to. URLs entered here "
9338
+ "should already be encoded."
9339
+ msgstr ""
9340
+ "این آدرس ، مسیر ثابت فایل در هنگام دسترسی مشتری به آن می باشد. آدرس وارد شده در اینجا می بایست از "
9341
+ "قبل کد گذاری شده باشد."
9342
 
9343
+ #: includes/admin/meta-boxes/views/html-product-data-general.php:87
9344
+ msgid "Add File"
9345
+ msgstr "افزودن فایل"
9346
 
9347
+ #: includes/admin/meta-boxes/views/html-product-data-general.php:97
9348
+ #: includes/admin/meta-boxes/views/html-product-data-variations.php:69
9349
+ #: includes/admin/meta-boxes/views/html-variation-admin.php:359
9350
+ msgid "Download limit"
9351
+ msgstr "محدودیت دانلود"
9352
 
9353
+ #: includes/admin/meta-boxes/views/html-product-data-general.php:99
9354
+ #: includes/admin/meta-boxes/views/html-variation-admin.php:361
9355
+ msgid "Leave blank for unlimited re-downloads."
9356
+ msgstr "برای نامحدود بودن دانلود دوباره، خالی بگذارید."
9357
 
9358
+ #: includes/admin/meta-boxes/views/html-product-data-general.php:110
9359
+ #: includes/admin/meta-boxes/views/html-product-data-variations.php:70
9360
+ #: includes/admin/meta-boxes/views/html-variation-admin.php:375
9361
+ msgid "Download expiry"
9362
+ msgstr "انقضای دانلود"
9363
 
9364
+ #: includes/admin/meta-boxes/views/html-product-data-general.php:112
9365
+ #: includes/admin/meta-boxes/views/html-variation-admin.php:377
9366
+ msgid "Enter the number of days before a download link expires, or leave blank."
9367
+ msgstr "خواهشمندیم تعداد روزهایی که مایلید لینک دانلود معتر باقی بماند را وارد کنید، یا خالی بگذارید"
9368
 
9369
+ #: includes/admin/meta-boxes/views/html-product-data-general.php:130
9370
+ #: includes/admin/views/html-bulk-edit-product.php:70
9371
+ #: includes/admin/views/html-quick-edit-product.php:50
9372
+ #: includes/shipping/flat-rate/includes/settings-flat-rate.php:21
9373
+ #: includes/shipping/legacy-flat-rate/includes/settings-flat-rate.php:48
9374
+ #: includes/shipping/local-pickup/class-wc-shipping-local-pickup.php:77
9375
+ msgid "Tax status"
9376
+ msgstr "وضعیت مالیات"
9377
 
9378
+ #: includes/admin/meta-boxes/views/html-product-data-general.php:132
9379
+ #: includes/admin/views/html-bulk-edit-product.php:76
9380
+ #: includes/admin/views/html-quick-edit-product.php:55
9381
+ #: includes/shipping/flat-rate/includes/settings-flat-rate.php:26
9382
+ #: includes/shipping/legacy-flat-rate/includes/settings-flat-rate.php:53
9383
+ #: includes/shipping/local-pickup/class-wc-shipping-local-pickup.php:82
9384
+ msgid "Taxable"
9385
+ msgstr "مشمول مالیات"
9386
 
9387
+ #: includes/admin/meta-boxes/views/html-product-data-general.php:133
9388
+ #: includes/admin/views/html-bulk-edit-product.php:77
9389
+ #: includes/admin/views/html-quick-edit-product.php:56
9390
+ msgid "Shipping only"
9391
+ msgstr "فقط ارسال"
9392
 
9393
+ #: includes/admin/meta-boxes/views/html-product-data-general.php:137
9394
+ msgid "Define whether or not the entire product is taxable, or just the cost of shipping it."
9395
+ msgstr ""
 
9396
 
9397
+ #: includes/admin/meta-boxes/views/html-product-data-general.php:146
9398
+ #: includes/admin/meta-boxes/views/html-variation-admin.php:284
9399
+ msgid ""
9400
+ "Choose a tax class for this product. Tax classes are used to apply different tax rates specific to "
9401
+ "certain types of product."
9402
+ msgstr ""
9403
 
9404
+ #: includes/admin/meta-boxes/views/html-product-data-inventory.php:9
9405
+ #: includes/admin/meta-boxes/views/html-variation-admin.php:64
9406
+ msgid "Stock Keeping Unit"
9407
+ msgstr "شناسه اختصاصی محصول"
9408
 
9409
+ #: includes/admin/meta-boxes/views/html-product-data-inventory.php:11
9410
+ #: includes/admin/meta-boxes/views/html-variation-admin.php:66
9411
+ msgid ""
9412
+ "SKU refers to a Stock-keeping unit, a unique identifier for each distinct product and service that "
9413
+ "can be purchased."
9414
+ msgstr "شناسه محصول \"SKU\" یک واحد انبارداری، برای هر محصول و سرویسی است که می‌تواند خریداری شود."
9415
 
9416
+ #: includes/admin/meta-boxes/views/html-product-data-inventory.php:23
9417
+ #: includes/admin/meta-boxes/views/html-variation-admin.php:87
9418
+ #: includes/admin/views/html-bulk-edit-product.php:233
9419
+ #: includes/admin/views/html-quick-edit-product.php:178
9420
+ msgid "Manage stock?"
9421
+ msgstr "مدیریت موجودی انبار؟"
9422
 
9423
+ #: includes/admin/meta-boxes/views/html-product-data-inventory.php:24
9424
+ msgid "Enable stock management at product level"
9425
+ msgstr "فعال کردن مدیریت موجودی انبار در سطح محصول"
9426
 
9427
+ #: includes/admin/meta-boxes/views/html-product-data-inventory.php:34
9428
+ #: includes/admin/meta-boxes/views/html-variation-admin.php:162
9429
+ msgid "Stock quantity"
9430
+ msgstr "موجودی انبار"
9431
 
9432
+ #: includes/admin/meta-boxes/views/html-product-data-inventory.php:36
9433
+ msgid ""
9434
+ "Stock quantity. If this is a variable product this value will be used to control stock for all "
9435
+ "variations, unless you define stock at variation level."
9436
+ msgstr ""
9437
+ "موجودی انبار. اگر این محصول متغیر است این مقدار برای کنترل انبار برای همه تغییرات استفاده می شود، "
9438
+ "مگر اینکه در سطح تنوع موجودی تعریف می کنید."
9439
 
9440
+ #: includes/admin/meta-boxes/views/html-product-data-inventory.php:47
9441
+ #: includes/admin/meta-boxes/views/html-variation-admin.php:177
9442
+ msgid "Allow backorders?"
9443
+ msgstr "اجازه پیش سفارش؟"
9444
 
9445
+ #: includes/admin/meta-boxes/views/html-product-data-inventory.php:50
9446
+ #: includes/admin/meta-boxes/views/html-variation-admin.php:180
9447
+ msgid ""
9448
+ "If managing stock, this controls whether or not backorders are allowed. If enabled, stock quantity "
9449
+ "can go below 0."
9450
+ msgstr ""
9451
+ "اگر موجودی را مدیریت می‌کنید، این كنترل ها به شما اجازه پيش فروش محصول و تغييرات آن را می‌دهد. اگر "
9452
+ "فعال كنيد، موجودی انبار می‌تواند زير 0 هم باشد."
9453
 
9454
+ #: includes/admin/meta-boxes/views/html-product-data-inventory.php:62
9455
+ #: includes/admin/meta-boxes/views/html-variation-admin.php:204
9456
+ #: includes/admin/reports/class-wc-report-stock.php:167
9457
+ msgid "Stock status"
9458
+ msgstr "وضعیت موجودی انبار"
9459
 
9460
+ #: includes/admin/meta-boxes/views/html-product-data-inventory.php:65
9461
+ #: includes/admin/meta-boxes/views/html-variation-admin.php:207
9462
+ #: includes/api/class-wc-rest-products-controller.php:1596
9463
+ #: includes/api/v1/class-wc-rest-products-controller.php:1954
9464
+ msgid ""
9465
+ "Controls whether or not the product is listed as \"in stock\" or \"out of stock\" on the frontend."
9466
+ msgstr "کنترل هایی که اینکه آیا محصول به صورت \"موجود\" یا \"موجود نیست\" در لیست ثبت شوند یا نه"
9467
 
9468
+ #: includes/admin/meta-boxes/views/html-product-data-inventory.php:78
9469
+ msgid "Sold individually"
9470
+ msgstr "فروش تکی"
9471
 
9472
+ #: includes/admin/meta-boxes/views/html-product-data-inventory.php:79
9473
+ msgid "Enable this to only allow one of this item to be bought in a single order"
9474
+ msgstr "اگر مایل به فروش تکی هستید، این گزینه را فعال کنید"
9475
 
9476
+ #: includes/admin/meta-boxes/views/html-product-data-linked-products.php:5
9477
+ msgid "Up-sells"
9478
+ msgstr "بیش فروش ها"
9479
 
9480
+ #: includes/admin/meta-boxes/views/html-product-data-linked-products.php:17
9481
+ msgid ""
9482
+ "Up-sells are products which you recommend instead of the currently viewed product, for example, "
9483
+ "products that are more profitable or better quality or more expensive."
9484
+ msgstr ""
9485
+ "Up-Sells محصولاتی هستند که شما به مشتری پیشنهاد می‌دهید به جای محصولی که در حال حاضر می‌بینند "
9486
+ "خریداری کنند که ارزشمندتر و بهتر و یا گران‌تر هستند."
9487
 
9488
+ #: includes/admin/meta-boxes/views/html-product-data-linked-products.php:21
9489
+ msgid "Cross-sells"
9490
+ msgstr "فروش مکمل"
9491
 
9492
+ #: includes/admin/meta-boxes/views/html-product-data-linked-products.php:33
9493
+ msgid "Cross-sells are products which you promote in the cart, based on the current product."
9494
+ msgstr "Cross-Sells محصولاتی که به مشتری پیشنهاد میکنید به همراه محصول حاضر، خریداری نمایند."
9495
 
9496
+ #: includes/admin/meta-boxes/views/html-product-data-linked-products.php:37
9497
+ msgid "Grouped products"
9498
+ msgstr "محصولات گروهی"
9499
 
9500
+ #: includes/admin/meta-boxes/views/html-product-data-linked-products.php:49
9501
+ msgid "This lets you choose which products are part of this group."
9502
+ msgstr "این اجازه می دهد انتخاب کنید که چه محصولاتی بخشی از این گروه هستند."
9503
 
9504
+ #: includes/admin/meta-boxes/views/html-product-data-panel.php:6
9505
+ msgid "Product Type"
9506
+ msgstr "نوع محصول"
9507
 
9508
+ #: includes/admin/meta-boxes/views/html-product-data-shipping.php:8
9509
+ #: includes/admin/meta-boxes/views/html-product-data-variations.php:66
9510
+ #: includes/admin/views/html-bulk-edit-product.php:117
9511
+ #: includes/admin/views/html-quick-edit-product.php:98
9512
+ #: templates/single-product/product-attributes.php:28
9513
+ msgid "Weight"
9514
+ msgstr "وزن"
9515
 
9516
+ #: includes/admin/meta-boxes/views/html-product-data-shipping.php:11
9517
+ #: includes/admin/meta-boxes/views/html-variation-admin.php:225
9518
+ msgid "Weight in decimal form"
9519
+ msgstr "وزن به فرم اعشاری"
9520
 
9521
+ #: includes/admin/meta-boxes/views/html-product-data-shipping.php:19
9522
+ msgid "Dimensions (%s)"
9523
+ msgstr "ابعاد (%s)"
9524
 
9525
+ #: includes/admin/meta-boxes/views/html-product-data-shipping.php:21
9526
+ #: includes/admin/meta-boxes/views/html-product-data-variations.php:63
9527
+ #: includes/admin/meta-boxes/views/html-variation-admin.php:243
9528
+ #: includes/admin/views/html-quick-edit-product.php:111
9529
+ msgid "Length"
9530
+ msgstr "طول"
9531
 
9532
+ #: includes/admin/meta-boxes/views/html-product-data-shipping.php:22
9533
+ #: includes/admin/meta-boxes/views/html-product-data-variations.php:64
9534
+ #: includes/admin/meta-boxes/views/html-variation-admin.php:244
9535
+ #: includes/admin/views/html-quick-edit-product.php:112
9536
+ msgid "Width"
9537
+ msgstr "عرض"
9538
 
9539
+ #: includes/admin/meta-boxes/views/html-product-data-shipping.php:23
9540
+ #: includes/admin/meta-boxes/views/html-product-data-variations.php:65
9541
+ #: includes/admin/meta-boxes/views/html-variation-admin.php:245
9542
+ #: includes/admin/views/html-quick-edit-product.php:113
9543
+ msgid "Height"
9544
+ msgstr "ارتفاع"
9545
 
9546
+ #: includes/admin/meta-boxes/views/html-product-data-shipping.php:25
9547
+ msgid "LxWxH in decimal form"
9548
+ msgstr "طول/عرض/ارتفاع به فرم اعشاری"
9549
 
9550
+ #: includes/admin/meta-boxes/views/html-product-data-shipping.php:38
9551
+ #: includes/admin/views/html-bulk-edit-product.php:169
9552
+ #: includes/admin/views/html-quick-edit-product.php:126
9553
+ msgid "No shipping class"
9554
+ msgstr "کلاس ارسالی وجود ندارد"
9555
 
9556
+ #: includes/admin/meta-boxes/views/html-product-data-shipping.php:45
9557
+ #: includes/admin/meta-boxes/views/html-variation-admin.php:264
9558
+ #: includes/admin/settings/class-wc-settings-shipping.php:337
9559
+ #: includes/admin/views/html-bulk-edit-product.php:165
9560
+ #: includes/admin/views/html-quick-edit-product.php:123 includes/class-wc-post-types.php:157
9561
+ msgid "Shipping class"
9562
+ msgstr "کلاس ارسال"
9563
 
9564
+ #: includes/admin/meta-boxes/views/html-product-data-shipping.php:47
9565
+ msgid "Shipping classes are used by certain shipping methods to group similar products."
9566
+ msgstr "کلاسهای ارسال بوسیله روشهای خاصی از حمل و نقل و برای گروه خاصی از محصولات استفاده میشوند"
9567
 
9568
+ #: includes/admin/meta-boxes/views/html-product-data-variations.php:7
9569
+ msgid ""
9570
+ "Before you can add a variation you need to add some variation attributes on the "
9571
+ "<strong>Attributes</strong> tab."
9572
+ msgstr ""
9573
 
9574
+ #: includes/admin/meta-boxes/views/html-product-data-variations.php:15
9575
+ msgid "Default Form Values"
9576
+ msgstr "مقادیر پیشفرض فرم"
9577
 
9578
+ #: includes/admin/meta-boxes/views/html-product-data-variations.php:15
9579
+ msgid "These are the attributes that will be pre-selected on the frontend."
9580
+ msgstr "این ویژگی ها می توانند در بخش کاربری پیش انتخاب شوند"
9581
 
9582
+ #: includes/admin/meta-boxes/views/html-product-data-variations.php:21
9583
+ msgid "No default %s&hellip;"
9584
+ msgstr "بدون پیشفرض %s&hellip;"
9585
 
9586
+ #: includes/admin/meta-boxes/views/html-product-data-variations.php:41
9587
+ msgid "Add variation"
9588
+ msgstr "افزودن متغیر"
9589
 
9590
+ #: includes/admin/meta-boxes/views/html-product-data-variations.php:42
9591
+ msgid "Create variations from all attributes"
9592
+ msgstr "ساخت متغیرها از همه ویژگی ها"
9593
 
9594
+ #: includes/admin/meta-boxes/views/html-product-data-variations.php:43
9595
+ msgid "Delete all variations"
9596
+ msgstr "پاک کردن تمامی تغییرات"
9597
 
9598
+ #: includes/admin/meta-boxes/views/html-product-data-variations.php:45
9599
+ msgid "Toggle &quot;Enabled&quot;"
9600
+ msgstr "تعویض &quot; فعال سازی &quot;"
9601
 
9602
+ #: includes/admin/meta-boxes/views/html-product-data-variations.php:46
9603
+ msgid "Toggle &quot;Downloadable&quot;"
9604
+ msgstr "تعویض &quot; دانلودی &quot;"
9605
 
9606
+ #: includes/admin/meta-boxes/views/html-product-data-variations.php:47
9607
+ msgid "Toggle &quot;Virtual&quot;"
9608
+ msgstr "تعویض &quot; مجازی &quot;"
9609
 
9610
+ #: includes/admin/meta-boxes/views/html-product-data-variations.php:49
9611
+ msgid "Pricing"
9612
+ msgstr "قیمت گذاری"
9613
 
9614
+ #: includes/admin/meta-boxes/views/html-product-data-variations.php:50
9615
+ msgid "Set regular prices"
9616
+ msgstr "قیمت عادی"
9617
 
9618
+ #: includes/admin/meta-boxes/views/html-product-data-variations.php:51
9619
+ msgid "Increase regular prices (fixed amount or percentage)"
9620
+ msgstr "افزایش قیمت به طور منظم (مقدار ثابت یا درصد)"
9621
 
9622
+ #: includes/admin/meta-boxes/views/html-product-data-variations.php:52
9623
+ msgid "Decrease regular prices (fixed amount or percentage)"
9624
+ msgstr "کاهش قیمت به طور منظم (مقدار ثابت یا درصد)"
9625
 
9626
+ #: includes/admin/meta-boxes/views/html-product-data-variations.php:53
9627
+ msgid "Set sale prices"
9628
+ msgstr "قیمت فروش ویژه"
9629
 
9630
+ #: includes/admin/meta-boxes/views/html-product-data-variations.php:54
9631
+ msgid "Increase sale prices (fixed amount or percentage)"
9632
+ msgstr "افزایش قیمت حراج (مقدار ثابت یا درصد)"
9633
 
9634
+ #: includes/admin/meta-boxes/views/html-product-data-variations.php:55
9635
+ msgid "Decrease sale prices (fixed amount or percentage)"
9636
+ msgstr "کاهش قیمت حراج (مقدار ثابت یا درصد)"
9637
 
9638
+ #: includes/admin/meta-boxes/views/html-product-data-variations.php:56
9639
+ msgid "Set scheduled sale dates"
9640
+ msgstr "پیکربندی تاریخ های زمانبندی فروش"
9641
 
9642
+ #: includes/admin/meta-boxes/views/html-product-data-variations.php:59
9643
+ msgid "Toggle &quot;Manage stock&quot;"
9644
+ msgstr "آمار &quot;مدیریت موجودی&quot;"
9645
 
9646
+ #: includes/admin/meta-boxes/views/html-product-data-variations.php:74
9647
+ #: includes/admin/views/html-report-by-date.php:56
9648
+ msgid "Go"
9649
+ msgstr "برو"
9650
 
9651
+ #: includes/admin/meta-boxes/views/html-product-data-variations.php:77
9652
+ #: includes/admin/meta-boxes/views/html-product-data-variations.php:111
9653
+ msgid "%s item"
9654
+ msgid_plural "%s items"
9655
+ msgstr[0] "%s مورد"
9656
 
9657
+ #: includes/admin/meta-boxes/views/html-product-data-variations.php:82
9658
+ #: includes/admin/meta-boxes/views/html-product-data-variations.php:116
9659
+ msgid "Go to the first page"
9660
+ msgstr "رفتن به برگه نخست"
9661
 
9662
+ #: includes/admin/meta-boxes/views/html-product-data-variations.php:83
9663
+ #: includes/admin/meta-boxes/views/html-product-data-variations.php:117
9664
+ msgid "Go to the previous page"
9665
+ msgstr "رفتن به برگه پیشین"
9666
 
9667
+ #: includes/admin/meta-boxes/views/html-product-data-variations.php:85
9668
+ #: includes/admin/meta-boxes/views/html-product-data-variations.php:119
9669
+ msgid "Select Page"
9670
+ msgstr "گزینش برگه"
9671
 
9672
+ #: includes/admin/meta-boxes/views/html-product-data-variations.php:86
9673
+ #: includes/admin/meta-boxes/views/html-product-data-variations.php:120
9674
+ #: includes/admin/settings/views/html-settings-tax.php:120
9675
+ msgid "Current page"
9676
+ msgstr "برگه کنون"
9677
 
9678
+ #: includes/admin/meta-boxes/views/html-product-data-variations.php:93
9679
+ #: includes/admin/meta-boxes/views/html-product-data-variations.php:127
9680
+ msgid "Go to the next page"
9681
+ msgstr "رفتن به برگه پسین"
9682
 
9683
+ #: includes/admin/meta-boxes/views/html-product-data-variations.php:94
9684
+ #: includes/admin/meta-boxes/views/html-product-data-variations.php:128
9685
+ msgid "Go to the last page"
9686
+ msgstr "رفتن به برگه آخر"
9687
 
9688
+ #: includes/admin/meta-boxes/views/html-product-data-variations.php:107
9689
+ #: includes/admin/settings/views/html-admin-page-shipping-zone-methods.php:90
9690
+ #: includes/admin/settings/views/html-admin-page-shipping-zone-methods.php:142
9691
+ #: includes/admin/settings/views/html-keys-edit.php:105
9692
+ #: includes/admin/views/html-admin-page-status-tools.php:29
9693
+ #: includes/admin/views/html-admin-settings.php:31 templates/myaccount/form-edit-account.php:66
9694
+ msgid "Save changes"
9695
+ msgstr "ذخیره تغییرات"
9696
 
9697
+ #: includes/admin/meta-boxes/views/html-product-download.php:4
9698
+ #: includes/admin/meta-boxes/views/html-product-variation-download.php:3
9699
+ #| msgid "File name."
9700
+ msgid "File name"
9701
+ msgstr "نام فایل"
9702
 
9703
+ #: includes/admin/meta-boxes/views/html-product-download.php:7
9704
+ #: includes/admin/meta-boxes/views/html-product-variation-download.php:6
9705
+ msgid "http://"
9706
+ msgstr "http://"
9707
 
9708
+ #: includes/admin/meta-boxes/views/html-product-download.php:8
9709
+ #: includes/admin/meta-boxes/views/html-product-variation-download.php:7
9710
+ msgid "Choose file"
9711
+ msgstr "انتخاب فایل"
9712
 
9713
+ #: includes/admin/meta-boxes/views/html-product-download.php:8
9714
+ #: includes/admin/meta-boxes/views/html-product-variation-download.php:7
9715
+ msgid "Insert file URL"
9716
+ msgstr "آدرس اینترنتی فایل را وارد کنید"
9717
 
9718
+ #: includes/admin/meta-boxes/views/html-variation-admin.php:18
9719
+ msgid "Drag and drop, or click to set admin variation order"
9720
+ msgstr "بکشید و رها کنید، یا کلیک کنید تا ترتیب ادمین را تغییر دهید."
9721
 
9722
+ #. translators: %s: attribute label
9723
+ #: includes/admin/meta-boxes/views/html-variation-admin.php:32
9724
+ #| msgctxt "placeholder"
9725
+ #| msgid "To&hellip;"
9726
+ msgid "Any %s&hellip;"
9727
+ msgstr "هر %s&hellip;"
9728
 
9729
+ #: includes/admin/meta-boxes/views/html-variation-admin.php:53
9730
+ msgid "Remove this image"
9731
+ msgstr "پاک کردن این عکس"
9732
 
9733
+ #: includes/admin/meta-boxes/views/html-variation-admin.php:53
9734
+ msgid "Upload an image"
9735
+ msgstr "آپلود یک عکس"
9736
 
9737
+ #: includes/admin/meta-boxes/views/html-variation-admin.php:73
9738
+ #: includes/admin/settings/class-wc-settings-checkout.php:290
9739
+ #: includes/admin/settings/class-wc-settings-emails.php:274
9740
+ #: includes/admin/settings/views/html-admin-page-shipping-zone-methods.php:72
9741
+ msgid "Enabled"
9742
+ msgstr "فعال شده"
9743
 
9744
+ #: includes/admin/meta-boxes/views/html-variation-admin.php:76
9745
+ msgid "Enable this option if access is given to a downloadable file upon purchase of a product"
9746
+ msgstr "فعال کردن این گزینه اجازه دانلود محصول به محض پرداخت را فعال میکند."
9747
 
9748
+ #: includes/admin/meta-boxes/views/html-variation-admin.php:80
9749
+ msgid "Enable this option if a product is not shipped or there is no shipping cost"
9750
+ msgstr "این گزینه را تنها در صورتی فعال نمایید كه كالا ارسال نشده است "
9751
 
9752
+ #: includes/admin/meta-boxes/views/html-variation-admin.php:86
9753
+ msgid "Enable this option to enable stock management at variation level"
9754
+ msgstr "فعال کردن این گزینه سبب فعال کردن اداره انبار در تراز متغیر می شود"
 
 
 
 
9755
 
9756
+ #. translators: %s: currency symbol
9757
+ #: includes/admin/meta-boxes/views/html-variation-admin.php:99
9758
+ msgid "Regular price (%s)"
9759
+ msgstr "قیمت اصلی (%s)"
9760
 
9761
+ #: includes/admin/meta-boxes/views/html-variation-admin.php:110
9762
+ msgid "Variation price (required)"
9763
+ msgstr "تغییرات قیمت (الزامی)"
9764
 
9765
+ #. translators: %s: currency symbol
9766
+ #: includes/admin/meta-boxes/views/html-variation-admin.php:115
9767
+ msgid "Sale price (%s)"
9768
+ msgstr "قیمت فروش فوق‌العاده (%s)"
9769
 
9770
+ #: includes/admin/meta-boxes/views/html-variation-admin.php:124
9771
+ msgid "Cancel schedule"
9772
+ msgstr "لغو زمان بندی"
9773
 
9774
+ #: includes/admin/meta-boxes/views/html-variation-admin.php:133
9775
+ msgid "Sale start date"
9776
+ msgstr "تاریخ شروع حراج"
9777
 
9778
+ #: includes/admin/meta-boxes/views/html-variation-admin.php:137
9779
+ msgid "Sale end date"
9780
+ msgstr "تاریخ پایان حراج"
9781
 
9782
+ #: includes/admin/meta-boxes/views/html-variation-admin.php:164
9783
+ msgid ""
9784
+ "Enter a quantity to enable stock management at variation level, or leave blank to use the parent "
9785
+ "product's options."
9786
+ msgstr "مقدار "
9787
 
9788
+ #. translators: %s: weight unit
9789
+ #: includes/admin/meta-boxes/views/html-variation-admin.php:214
9790
+ msgid "Weight (%s)"
9791
+ msgstr "وزن (%s)"
9792
 
9793
+ #. translators: %s: dimension unit
9794
+ #: includes/admin/meta-boxes/views/html-variation-admin.php:237
9795
+ #| msgid "Dimensions (L&times;W&times;H)"
9796
+ msgid "Dimensions (L&times;W&times;H) (%s)"
9797
+ msgstr "ابعاد (L&times;W&times;H) (%s)"
9798
 
9799
+ #: includes/admin/meta-boxes/views/html-variation-admin.php:241
9800
+ msgid "Length x width x height in decimal form"
9801
+ msgstr "طول x عرض x ارتفاع به صورت اعشاری"
9802
 
9803
+ #: includes/admin/meta-boxes/views/html-variation-admin.php:268
9804
+ #: includes/admin/meta-boxes/views/html-variation-admin.php:282
9805
+ msgid "Same as parent"
9806
+ msgstr "مانند مادر"
9807
 
9808
+ #: includes/admin/meta-boxes/views/html-variation-admin.php:309
9809
+ msgid "Enter an optional description for this variation."
9810
+ msgstr "یک نام دلخواه برای این متغیر انتخاب کنید."
9811
 
9812
+ #: includes/admin/meta-boxes/views/html-variation-admin.php:346
9813
+ msgid "Add file"
9814
+ msgstr "افزودن فایل"
9815
 
9816
+ #. translators: 1: total income 2: days
9817
+ #: includes/admin/reports/class-wc-admin-report.php:495
9818
+ msgid "Sold %1$s worth in the last %2$d days"
9819
+ msgstr "فروش %1$sدر %2$s روز گذشته"
9820
 
9821
+ #. translators: 1: total items sold 2: days
9822
+ #: includes/admin/reports/class-wc-admin-report.php:498
9823
+ msgid "Sold 1 item in the last %2$d days"
9824
+ msgid_plural "Sold %1$d items in the last %2$d days"
9825
+ msgstr[0] "مجموعا %1$d محصول در %2$d روز فروخته شده اند"
9826
 
9827
+ #. translators: %s: discount amount
9828
+ #: includes/admin/reports/class-wc-report-coupon-usage.php:109
9829
+ msgid "%s discounts in total"
9830
+ msgstr "مجموع تخفیف ها %s "
9831
 
9832
+ #. translators: %s: coupons amount
9833
+ #: includes/admin/reports/class-wc-report-coupon-usage.php:116
9834
+ msgid "%s coupons used in total"
9835
+ msgstr "در مجموع %s کوپن استفاده شده است"
9836
 
9837
+ #: includes/admin/reports/class-wc-report-coupon-usage.php:130
9838
+ #: includes/admin/reports/class-wc-report-customers.php:163
9839
+ #: includes/admin/reports/class-wc-report-sales-by-category.php:114
9840
+ #: includes/admin/reports/class-wc-report-sales-by-date.php:477
9841
+ #: includes/admin/reports/class-wc-report-sales-by-product.php:128
9842
+ #: includes/admin/reports/class-wc-report-taxes-by-code.php:49
9843
+ #: includes/admin/reports/class-wc-report-taxes-by-date.php:49
9844
+ msgid "Year"
9845
+ msgstr "سال"
9846
 
9847
+ #: includes/admin/reports/class-wc-report-coupon-usage.php:131
9848
+ #: includes/admin/reports/class-wc-report-customers.php:164
9849
+ #: includes/admin/reports/class-wc-report-sales-by-category.php:115
9850
+ #: includes/admin/reports/class-wc-report-sales-by-date.php:478
9851
+ #: includes/admin/reports/class-wc-report-sales-by-product.php:129
9852
+ #: includes/admin/reports/class-wc-report-taxes-by-code.php:50
9853
+ #: includes/admin/reports/class-wc-report-taxes-by-date.php:50
9854
+ msgid "Last month"
9855
+ msgstr "ماه گذشته"
9856
 
9857
+ #: includes/admin/reports/class-wc-report-coupon-usage.php:132
9858
+ #: includes/admin/reports/class-wc-report-customers.php:165
9859
+ #: includes/admin/reports/class-wc-report-sales-by-category.php:116
9860
+ #: includes/admin/reports/class-wc-report-sales-by-date.php:479
9861
+ #: includes/admin/reports/class-wc-report-sales-by-product.php:130
9862
+ #: includes/admin/reports/class-wc-report-taxes-by-code.php:51
9863
+ #: includes/admin/reports/class-wc-report-taxes-by-date.php:51
9864
+ msgid "This month"
9865
+ msgstr "این ماه"
9866
 
9867
+ #: includes/admin/reports/class-wc-report-coupon-usage.php:133
9868
+ #: includes/admin/reports/class-wc-report-customers.php:166
9869
+ #: includes/admin/reports/class-wc-report-sales-by-category.php:117
9870
+ #: includes/admin/reports/class-wc-report-sales-by-date.php:480
9871
+ #: includes/admin/reports/class-wc-report-sales-by-product.php:131
9872
+ msgid "Last 7 days"
9873
+ msgstr "7 روز گذشته"
9874
 
9875
+ #: includes/admin/reports/class-wc-report-coupon-usage.php:173
9876
+ msgid "Filter by coupon"
9877
+ msgstr "صافی بر اساس کوپن"
9878
 
9879
+ #: includes/admin/reports/class-wc-report-coupon-usage.php:201
9880
+ msgid "Choose coupons&hellip;"
9881
+ msgstr "انتخاب کوپن ها&hellip;"
9882
 
9883
+ #: includes/admin/reports/class-wc-report-coupon-usage.php:202
9884
+ msgid "All coupons"
9885
+ msgstr "همه کوپن ها"
9886
 
9887
+ #: includes/admin/reports/class-wc-report-coupon-usage.php:209
9888
+ #: includes/admin/reports/class-wc-report-sales-by-category.php:224
9889
+ #: includes/admin/reports/class-wc-report-sales-by-product.php:205
9890
+ #: includes/widgets/class-wc-widget-products.php:43
9891
+ msgid "Show"
9892
+ msgstr "نمایش"
9893
 
9894
+ #: includes/admin/reports/class-wc-report-coupon-usage.php:217
9895
+ msgid "No used coupons found"
9896
+ msgstr "کوپن استفاده شده ای یافت نشد."
9897
 
9898
+ #: includes/admin/reports/class-wc-report-coupon-usage.php:222
9899
+ msgid "Most popular"
9900
+ msgstr "محبوب ترین ها"
9901
 
9902
+ #: includes/admin/reports/class-wc-report-coupon-usage.php:264
9903
+ #: includes/admin/reports/class-wc-report-coupon-usage.php:311
9904
+ msgid "No coupons found in range"
9905
+ msgstr "کوپنی یافت نشد"
9906
 
9907
+ #: includes/admin/reports/class-wc-report-coupon-usage.php:269
9908
+ msgid "Most discount"
9909
+ msgstr "بیشترین تخفیف"
9910
 
9911
+ #: includes/admin/reports/class-wc-report-coupon-usage.php:354
9912
+ #: includes/admin/reports/class-wc-report-customers.php:230
9913
+ #: includes/admin/reports/class-wc-report-sales-by-category.php:267
9914
+ #: includes/admin/reports/class-wc-report-sales-by-date.php:521
9915
+ #: includes/admin/reports/class-wc-report-sales-by-product.php:380
9916
+ #: includes/admin/reports/class-wc-report-taxes-by-code.php:38
9917
+ #: includes/admin/reports/class-wc-report-taxes-by-date.php:38
9918
+ #: includes/admin/settings/views/html-settings-tax.php:40
9919
+ msgid "Export CSV"
9920
+ msgstr "صدور CSV"
9921
 
9922
+ #: includes/admin/reports/class-wc-report-coupon-usage.php:461
9923
+ msgid "Number of coupons used"
9924
+ msgstr "تعداد کوپن های استفاده شده"
9925
 
9926
+ #: includes/admin/reports/class-wc-report-coupon-usage.php:469
9927
+ msgid "Discount amount"
9928
+ msgstr "میزان تخفیف"
9929
 
9930
+ #: includes/admin/reports/class-wc-report-customer-list.php:27
9931
+ #: includes/admin/settings/class-wc-settings-emails.php:265 includes/class-wc-install.php:653
9932
+ msgid "Customer"
9933
+ msgstr "مشتری"
9934
 
9935
+ #: includes/admin/reports/class-wc-report-customer-list.php:37
9936
+ msgid "No customers found."
9937
+ msgstr "هیچ مشتری یافت نشد."
9938
 
9939
+ #: includes/admin/reports/class-wc-report-customer-list.php:51
9940
+ msgid "%s previous order linked"
9941
+ msgid_plural "%s previous orders linked"
9942
+ msgstr[0] "%s سفارش قبلی مرتبط شد"
9943
 
9944
+ #: includes/admin/reports/class-wc-report-customer-list.php:61
9945
+ msgid "Refreshed stats for %s"
9946
+ msgstr "آمار %s نوسازی شد"
9947
 
9948
+ #: includes/admin/reports/class-wc-report-customer-list.php:66
9949
+ msgid "Search customers"
9950
+ msgstr "جستجوی مشتریان"
9951
 
9952
+ #: includes/admin/reports/class-wc-report-customer-list.php:153
9953
+ msgid "Refresh stats"
9954
+ msgstr "نوسازی وضعیت"
9955
 
9956
+ #: includes/admin/reports/class-wc-report-customer-list.php:165
9957
+ msgid "View orders"
9958
+ msgstr "نمایش سفارشات"
9959
 
9960
+ #: includes/admin/reports/class-wc-report-customer-list.php:178
9961
+ msgid "Link previous orders"
9962
+ msgstr "لینک سفارشات گذشته"
 
9963
 
9964
+ #: includes/admin/reports/class-wc-report-customer-list.php:208
9965
+ msgid "Name (Last, First)"
9966
+ msgstr "نام (نام،نام خانوادگی)"
 
9967
 
9968
+ #: includes/admin/reports/class-wc-report-customer-list.php:209 includes/class-wc-checkout.php:204
9969
+ #: templates/myaccount/form-login.php:84
9970
+ msgid "Username"
9971
+ msgstr "نام کاربری"
9972
 
9973
+ #: includes/admin/reports/class-wc-report-customer-list.php:210
9974
+ #: includes/admin/settings/class-wc-settings-emails.php:238 templates/single-product-reviews.php:79
9975
+ msgid "Email"
9976
+ msgstr "ایمیل"
9977
 
9978
+ #: includes/admin/reports/class-wc-report-customer-list.php:211
9979
+ msgid "Location"
9980
+ msgstr "جایگاه فروشگاه"
9981
 
9982
+ #: includes/admin/reports/class-wc-report-customer-list.php:213
9983
+ msgid "Money spent"
9984
+ msgstr "پول هزینه ها"
9985
 
9986
+ #: includes/admin/reports/class-wc-report-customer-list.php:214
9987
+ msgid "Last order"
9988
+ msgstr "آخرین سفارش"
9989
 
9990
+ #. translators: %s: signups amount
9991
+ #: includes/admin/reports/class-wc-report-customers.php:41
9992
+ msgid "%s signups in this period"
9993
+ msgstr "%s عضویت در این دوره"
9994
 
9995
+ #: includes/admin/reports/class-wc-report-customers.php:109
9996
+ msgid "Customer sales"
9997
+ msgstr "تمام فروش مشتریان"
9998
 
9999
+ #: includes/admin/reports/class-wc-report-customers.php:110
10000
+ msgid "Guest sales"
10001
+ msgstr "تمام فروش میهمان ها"
10002
 
10003
+ #: includes/admin/reports/class-wc-report-customers.php:119
10004
+ #: includes/admin/reports/class-wc-report-customers.php:316
10005
+ msgid "Customer orders"
10006
+ msgstr "تمام سفارشات مشتری "
10007
 
10008
+ #: includes/admin/reports/class-wc-report-customers.php:124
10009
+ #: includes/admin/reports/class-wc-report-customers.php:326
10010
+ msgid "Guest orders"
10011
+ msgstr "تمام سفارشات میهمان"
10012
 
10013
+ #: includes/admin/reports/class-wc-report-customers.php:143
10014
+ msgid "orders"
10015
+ msgstr "سفارش ها"
10016
 
10017
+ #: includes/admin/reports/class-wc-report-customers.php:322
10018
+ msgid "customer orders"
10019
+ msgstr "تمام سفارشات مشتری "
10020
 
10021
+ #: includes/admin/reports/class-wc-report-customers.php:332
10022
+ msgid "guest orders"
10023
+ msgstr "تمام سفارشات میهمان"
10024
 
10025
+ #: includes/admin/reports/class-wc-report-customers.php:336
10026
+ msgid "Signups"
10027
+ msgstr "نام نویسی ها"
10028
 
10029
+ #: includes/admin/reports/class-wc-report-customers.php:343
10030
+ msgid "new users"
10031
+ msgstr "کاربران تازه"
10032
 
10033
+ #: includes/admin/reports/class-wc-report-low-in-stock.php:25
10034
+ msgid "No low in stock products found."
10035
+ msgstr "تعداد هیچکدام از محصولات در انبار کم نمی باشد"
10036
 
10037
+ #: includes/admin/reports/class-wc-report-out-of-stock.php:25
10038
+ msgid "No out of stock products found."
10039
+ msgstr "هیچ محصولی در انبار موجود نیست"
10040
 
10041
+ #. translators: 1: total items sold 2: category name
10042
+ #: includes/admin/reports/class-wc-report-sales-by-category.php:97
10043
+ #| msgid "%s sales in %s"
10044
+ msgid "%1$s sales in %2$s"
10045
+ msgstr "%1$s فروش در %2$s"
10046
 
10047
+ #: includes/admin/reports/class-wc-report-sales-by-category.php:208
10048
+ msgid "Select categories&hellip;"
10049
+ msgstr "انتخاب دسته ها&hellip;"
10050
 
10051
+ #: includes/admin/reports/class-wc-report-sales-by-category.php:222
10052
+ msgid "None"
10053
+ msgstr "هیچ كدام"
10054
 
10055
+ #: includes/admin/reports/class-wc-report-sales-by-category.php:223
10056
+ msgid "All"
10057
+ msgstr "همه"
10058
 
10059
+ #: includes/admin/reports/class-wc-report-sales-by-category.php:283
10060
+ msgid "Choose a category to view stats"
10061
+ msgstr "انتخاب یک دسته برای نمایش آمارها"
10062
 
10063
+ #. translators: %s: average total sales
10064
+ #: includes/admin/reports/class-wc-report-sales-by-date.php:360
10065
+ msgid "%s average gross daily sales"
10066
+ msgstr "%s متوسط فروش خالص روزانه"
10067
 
10068
+ #. translators: %s: average sales
10069
+ #: includes/admin/reports/class-wc-report-sales-by-date.php:365
10070
+ msgid "%s average net daily sales"
10071
+ msgstr "%s میانگین فروش خالص روزانه"
10072
 
10073
+ #. translators: %s: average total sales
10074
+ #: includes/admin/reports/class-wc-report-sales-by-date.php:373
10075
+ msgid "%s average gross monthly sales"
10076
+ msgstr "%s متوسط فروش ناخالص ماهیانه"
10077
 
10078
+ #. translators: %s: average sales
10079
+ #: includes/admin/reports/class-wc-report-sales-by-date.php:378
10080
+ msgid "%s average net monthly sales"
10081
+ msgstr "%s میانگین فروش خالص ماهانه"
10082
 
10083
+ #. translators: %s: total sales
10084
+ #: includes/admin/reports/class-wc-report-sales-by-date.php:387
10085
+ msgid "%s gross sales in this period"
10086
+ msgstr "%s فروش ناخالص در این دوره"
10087
 
10088
+ #: includes/admin/reports/class-wc-report-sales-by-date.php:390
10089
+ msgid "This is the sum of the order totals after any refunds and including shipping and taxes."
10090
+ msgstr "این جمع از مجموع سفارش پس از برگشتی ها بجز حمل و نقل و مالیات می باشد."
10091
 
10092
+ #. translators: %s: net sales
10093
+ #: includes/admin/reports/class-wc-report-sales-by-date.php:405
10094
+ msgid "%s net sales in this period"
10095
+ msgstr "%s فروش خالص در این دوره"
10096
 
10097
+ #: includes/admin/reports/class-wc-report-sales-by-date.php:408
10098
+ msgid "This is the sum of the order totals after any refunds and excluding shipping and taxes."
10099
+ msgstr "این جمع از مجموع سفارش پس از برگشتی ها بجز حمل و نقل و مالیات می باشد."
 
10100
 
10101
+ #. translators: %s: total orders
10102
+ #: includes/admin/reports/class-wc-report-sales-by-date.php:423
10103
+ msgid "%s orders placed"
10104
+ msgstr "%s سفارش ثبت شده"
10105
 
10106
+ #. translators: %s: total items
10107
+ #: includes/admin/reports/class-wc-report-sales-by-date.php:433
10108
+ msgid "%s items purchased"
10109
+ msgstr "%s موارد خریداری شده"
10110
 
10111
+ #. translators: 1: total refunds 2: total refunded orders 3: refunded items
10112
+ #: includes/admin/reports/class-wc-report-sales-by-date.php:442
10113
+ #| msgctxt "%s = amount of the refunds, %d = number of refunded orders."
10114
+ #| msgid "%s refunded %d order"
10115
+ #| msgid_plural "%s refunded %d orders"
10116
+ msgid "%1$s refunded %2$d order (%3$d item)"
10117
+ msgid_plural "%1$s refunded %2$d orders (%3$d items)"
10118
+ msgstr[0] "%1$s بازگشت %2$d سفارش (%3$d مورد)"
10119
+
10120
+ #. translators: %s: total shipping
10121
+ #: includes/admin/reports/class-wc-report-sales-by-date.php:453
10122
+ msgid "%s charged for shipping"
10123
+ msgstr "%s برای حمل و نقل تغییر یافته است"
10124
 
10125
+ #. translators: %s: total coupons
10126
+ #: includes/admin/reports/class-wc-report-sales-by-date.php:462
10127
+ msgid "%s worth of coupons used"
10128
+ msgstr "%s مجموع ارزش کوپن های استفاده شده"
10129
 
10130
+ #: includes/admin/reports/class-wc-report-sales-by-date.php:601
10131
+ #: includes/admin/reports/class-wc-report-sales-by-product.php:494
10132
+ msgid "Number of items sold"
10133
+ msgstr "تعداد موارد فروخته شده"
10134
 
10135
+ #: includes/admin/reports/class-wc-report-sales-by-date.php:609
10136
+ #: includes/admin/reports/class-wc-report-taxes-by-code.php:151
10137
+ #: includes/admin/reports/class-wc-report-taxes-by-date.php:153
10138
+ msgid "Number of orders"
10139
+ msgstr "تعداد سفارشات"
10140
 
10141
+ #: includes/admin/reports/class-wc-report-sales-by-date.php:617
10142
+ msgid "Average gross sales amount"
10143
+ msgstr "میانگین میزان فروش خالص"
 
10144
 
10145
+ #: includes/admin/reports/class-wc-report-sales-by-date.php:627
10146
+ msgid "Average net sales amount"
10147
+ msgstr "میانگین فروش خالص"
 
10148
 
10149
+ #: includes/admin/reports/class-wc-report-sales-by-date.php:647
10150
+ msgid "Shipping amount"
10151
+ msgstr "میزان حمل و نقل"
10152
 
10153
+ #: includes/admin/reports/class-wc-report-sales-by-date.php:657
10154
+ msgid "Gross sales amount"
10155
+ msgstr "مبلغ فروش ناخالص"
10156
 
10157
+ #: includes/admin/reports/class-wc-report-sales-by-date.php:667
10158
+ msgid "Net sales amount"
10159
+ msgstr "مبلغ فروش خالص"
10160
 
10161
+ #. translators: %s: total items sold
10162
+ #: includes/admin/reports/class-wc-report-sales-by-product.php:107
10163
+ msgid "%s sales for the selected items"
10164
+ msgstr "%s فروش برای موارد انتخاب شده"
10165
 
10166
+ #. translators: %s: total items purchased
10167
+ #: includes/admin/reports/class-wc-report-sales-by-product.php:114
10168
+ msgid "%s purchases for the selected items"
10169
+ msgstr "%s خرید برای موارد انتخاب شده"
10170
 
10171
+ #: includes/admin/reports/class-wc-report-sales-by-product.php:160
10172
+ msgid "Showing reports for:"
10173
+ msgstr "نمایش گزارش برای:"
 
10174
 
10175
+ #: includes/admin/reports/class-wc-report-sales-by-product.php:192
10176
+ msgid "Reset"
10177
+ msgstr "بازگردانی"
10178
 
10179
+ #: includes/admin/reports/class-wc-report-sales-by-product.php:200
10180
+ msgid "Product search"
10181
+ msgstr "جستجوی محصول"
 
 
10182
 
10183
+ #: includes/admin/reports/class-wc-report-sales-by-product.php:215
10184
+ msgid "Top sellers"
10185
+ msgstr "پرفروشها"
 
10186
 
10187
+ #: includes/admin/reports/class-wc-report-sales-by-product.php:250
10188
+ #: includes/admin/reports/class-wc-report-sales-by-product.php:298
10189
+ #: includes/admin/reports/class-wc-report-sales-by-product.php:338
10190
+ msgid "No products found in range"
10191
+ msgstr "محصولی یافت نشد"
10192
 
10193
+ #: includes/admin/reports/class-wc-report-sales-by-product.php:255
10194
+ msgid "Top freebies"
10195
+ msgstr "بیشترین هدایا"
10196
 
10197
+ #: includes/admin/reports/class-wc-report-sales-by-product.php:303
10198
+ msgid "Top earners"
10199
+ msgstr "بیشترین درآمد"
10200
 
10201
+ #: includes/admin/reports/class-wc-report-sales-by-product.php:396
10202
+ msgid "Choose a product to view stats"
10203
+ msgstr "انتخاب محصول برای نمایش آمارها"
10204
 
10205
+ #: includes/admin/reports/class-wc-report-sales-by-product.php:502
10206
+ msgid "Sales amount"
10207
+ msgstr "میزان فروش"
10208
 
10209
+ #: includes/admin/reports/class-wc-report-stock.php:44
10210
+ msgid "No products found."
10211
+ msgstr "هیچ محصولی یافت نشد."
10212
 
10213
+ #. translators: %s: product count
10214
+ #: includes/admin/reports/class-wc-report-stock.php:146
10215
+ #: includes/widgets/class-wc-widget-product-tag-cloud.php:86
10216
+ msgid "%s product"
10217
+ msgstr "%s محصول"
10218
 
10219
+ #: includes/admin/reports/class-wc-report-stock.php:164 includes/class-wc-post-types.php:259
10220
+ #: includes/data-stores/class-wc-product-data-store-cpt.php:94 includes/wc-account-functions.php:202
10221
+ #: templates/cart/cart.php:35 templates/cart/cart.php:78 templates/checkout/form-pay.php:29
10222
+ #: templates/checkout/review-order.php:26 templates/emails/email-order-details.php:36
10223
+ #: templates/order/order-details.php:37
10224
+ msgid "Product"
10225
+ msgstr "محصول"
10226
 
10227
+ #: includes/admin/reports/class-wc-report-stock.php:165
10228
+ msgid "Parent"
10229
+ msgstr "مادر"
10230
 
10231
+ #: includes/admin/reports/class-wc-report-stock.php:166
10232
+ msgid "Units in stock"
10233
+ msgstr "موجود در انبار"
10234
 
10235
+ #: includes/admin/reports/class-wc-report-taxes-by-code.php:150
10236
+ msgid "Rate"
10237
+ msgstr "نرخ"
10238
 
10239
+ #: includes/admin/reports/class-wc-report-taxes-by-code.php:152
10240
+ msgid "Tax amount"
10241
+ msgstr "مبلغ مالیات"
 
10242
 
10243
+ #: includes/admin/reports/class-wc-report-taxes-by-code.php:152
10244
+ msgid "This is the sum of the \"Tax rows\" tax amount within your orders."
10245
+ msgstr "این مجموع فیلد \"ردیف مالیات\" مجموع مقدار مالیات در سفارشات شماست."
10246
 
10247
+ #: includes/admin/reports/class-wc-report-taxes-by-code.php:153
10248
+ msgid "Shipping tax amount"
10249
+ msgstr "مالیات حمل و نقل"
10250
 
10251
+ #: includes/admin/reports/class-wc-report-taxes-by-code.php:153
10252
+ msgid "This is the sum of the \"Tax rows\" shipping tax amount within your orders."
10253
+ msgstr "این مجموع فیلد \"ردیف مالیات\" مجموع مقدار هزینه حمل و نقل در سفارشات شماست."
10254
 
10255
+ #: includes/admin/reports/class-wc-report-taxes-by-code.php:154
10256
+ #: includes/admin/reports/class-wc-report-taxes-by-date.php:156
10257
+ msgid "Total tax"
10258
+ msgstr "مجموع مالیات"
 
 
10259
 
10260
+ #: includes/admin/reports/class-wc-report-taxes-by-code.php:154
10261
+ #: includes/admin/reports/class-wc-report-taxes-by-date.php:156
10262
+ msgid "This is the total tax for the rate (shipping tax + product tax)."
10263
+ msgstr "این مالیات در کل برای میزان (مالیات حمل و نقل + مالیات بر محصول) است."
10264
 
10265
+ #: includes/admin/reports/class-wc-report-taxes-by-code.php:186
10266
+ #: includes/admin/reports/class-wc-report-taxes-by-date.php:198
10267
+ msgid "No taxes found in this period"
10268
+ msgstr "هیچ مالیاتی در این دوره یافت نشد"
10269
 
10270
+ #: includes/admin/reports/class-wc-report-taxes-by-date.php:152
10271
+ msgid "Period"
10272
+ msgstr "دوره"
10273
 
10274
+ #: includes/admin/reports/class-wc-report-taxes-by-date.php:154
10275
+ msgid "Total sales"
10276
+ msgstr "فروش كل"
10277
 
10278
+ #: includes/admin/reports/class-wc-report-taxes-by-date.php:154
10279
+ msgid "This is the sum of the 'Order total' field within your orders."
10280
+ msgstr "این جمع فیلد \"جمع سفارش‌ها\" در سفارش‌های شماست"
10281
 
10282
+ #: includes/admin/reports/class-wc-report-taxes-by-date.php:155
10283
+ msgid "Total shipping"
10284
+ msgstr "هزینه حمل کل"
10285
 
10286
+ #: includes/admin/reports/class-wc-report-taxes-by-date.php:155
10287
+ msgid "This is the sum of the 'Shipping total' field within your orders."
10288
+ msgstr "این جمع فیلد \"جمع هزینه حمل\" در سفارش‌های شماست"
10289
 
10290
+ #: includes/admin/reports/class-wc-report-taxes-by-date.php:157
10291
+ msgid "Net profit"
10292
+ msgstr "سود خالص"
10293
 
10294
+ #: includes/admin/reports/class-wc-report-taxes-by-date.php:157
10295
+ msgid "Total sales minus shipping and tax."
10296
+ msgstr "فروش کل منهای شیپینگ و مالیات"
10297
 
10298
+ #: includes/admin/reports/class-wc-report-taxes-by-date.php:187 templates/checkout/form-pay.php:31
10299
+ msgid "Totals"
10300
+ msgstr "جمع کل "
10301
 
10302
+ #: includes/admin/settings/class-wc-settings-accounts.php:28
10303
+ msgid "Accounts"
10304
+ msgstr "حساب های کاربری"
10305
 
10306
+ #: includes/admin/settings/class-wc-settings-accounts.php:43
10307
+ msgid "Account pages"
10308
+ msgstr "برگه های حساب کاربری"
10309
 
10310
+ #: includes/admin/settings/class-wc-settings-accounts.php:43
10311
+ msgid ""
10312
+ "These pages need to be set so that WooCommerce knows where to send users to access account related "
10313
+ "functionality."
10314
+ msgstr ""
10315
+ "این برگه‌ها نیاز به انتخاب دارند تا ووکامرس بفهمد که هرکدام کجا هستند. این برگه‌ها در هنگام نصب "
10316
+ "افزونه ساخته می شوند، اگرنه باید آنها را دستی بسازید."
10317
 
10318
+ #: includes/admin/settings/class-wc-settings-accounts.php:46
10319
+ msgid "My account page"
10320
+ msgstr "برگه حساب من "
10321
 
10322
+ #: includes/admin/settings/class-wc-settings-accounts.php:47
10323
+ #: includes/admin/settings/class-wc-settings-checkout.php:137
10324
+ #: includes/admin/settings/class-wc-settings-checkout.php:148
10325
+ msgid "Page contents: [%s]"
10326
+ msgstr "محتویات برگه: [%s]"
10327
 
10328
+ #: includes/admin/settings/class-wc-settings-accounts.php:61
10329
+ msgid "Customer registration"
10330
+ msgstr "عضویت مشتری"
 
 
10331
 
10332
+ #: includes/admin/settings/class-wc-settings-accounts.php:62
10333
+ msgid "Enable customer registration on the \"Checkout\" page."
10334
+ msgstr "اجازه نام نویسی در برگه پرداخت"
10335
 
10336
+ #: includes/admin/settings/class-wc-settings-accounts.php:71
10337
+ msgid "Enable customer registration on the \"My account\" page."
10338
+ msgstr "اجازه نام نویسی در برگه \"حساب کاربری من\""
10339
 
10340
+ #: includes/admin/settings/class-wc-settings-accounts.php:80
10341
+ #: includes/class-wc-download-handler.php:131 templates/auth/form-login.php:44
10342
+ #: templates/global/form-login.php:48 templates/myaccount/form-login.php:37
10343
+ #: templates/myaccount/form-login.php:56
10344
+ msgid "Login"
10345
+ msgstr "ورود"
10346
 
10347
+ #: includes/admin/settings/class-wc-settings-accounts.php:81
10348
+ msgid "Display returning customer login reminder on the \"Checkout\" page."
10349
+ msgstr "نمایش یاد آوری ورود مشتری در برگه \"سفارش\""
10350
 
10351
+ #: includes/admin/settings/class-wc-settings-accounts.php:90
10352
+ msgid "Account creation"
10353
+ msgstr "ساخت حساب کاربری"
10354
 
10355
+ #: includes/admin/settings/class-wc-settings-accounts.php:91
10356
+ msgid "Automatically generate username from customer email."
10357
+ msgstr "ساخت خودکار نام کاربری از ایمیل مشتری"
10358
 
10359
+ #: includes/admin/settings/class-wc-settings-accounts.php:100
10360
+ msgid "Automatically generate customer password"
10361
+ msgstr "ساخت گذرواژه خودکار برای حساب مشتری"
10362
 
10363
+ #: includes/admin/settings/class-wc-settings-accounts.php:110
10364
+ msgid "My account endpoints"
10365
+ msgstr "نقطه پایانی حساب کاربری من"
10366
 
10367
+ #: includes/admin/settings/class-wc-settings-accounts.php:110
10368
+ msgid ""
10369
+ "Endpoints are appended to your page URLs to handle specific actions on the accounts pages. They "
10370
+ "should be unique and can be left blank to disable the endpoint."
10371
+ msgstr ""
10372
 
10373
+ #: includes/admin/settings/class-wc-settings-accounts.php:114
10374
+ msgid "Endpoint for the \"My account &rarr; Orders\" page."
10375
+ msgstr "نقطه پایانی حساب کاربری من &larr; برگه سفارشات"
10376
 
10377
+ #: includes/admin/settings/class-wc-settings-accounts.php:122 includes/class-wc-post-types.php:325
10378
+ #: includes/class-wc-post-types.php:326
10379
+ msgid "View order"
10380
+ msgstr "نمایش سفارشات"
10381
 
10382
+ #: includes/admin/settings/class-wc-settings-accounts.php:123
10383
+ msgid "Endpoint for the \"My account &rarr; View order\" page."
10384
+ msgstr "نقطه پایانی حساب کاربری من &larr; برگه نمایش سفارش"
10385
 
10386
+ #: includes/admin/settings/class-wc-settings-accounts.php:131 includes/class-wc-query.php:110
10387
+ #: includes/wc-account-functions.php:98
10388
+ msgid "Downloads"
10389
+ msgstr "دانلود ها"
10390
 
10391
+ #: includes/admin/settings/class-wc-settings-accounts.php:132
10392
+ msgid "Endpoint for the \"My account &rarr; Downloads\" page."
10393
+ msgstr "نقطه پایانی حساب کاربری من &larr; برگه دانلود ها"
10394
 
10395
+ #: includes/admin/settings/class-wc-settings-accounts.php:140
10396
+ msgid "Edit account"
10397
+ msgstr "ویرایش حساب کاربری"
10398
 
10399
+ #: includes/admin/settings/class-wc-settings-accounts.php:141
10400
+ msgid "Endpoint for the \"My account &rarr; Edit account\" page."
10401
+ msgstr "نقطه پایانی حساب کاربری من &larr; برگه ویرایش حساب"
10402
 
10403
+ #: includes/admin/settings/class-wc-settings-accounts.php:149 includes/class-wc-query.php:116
10404
+ #: includes/wc-account-functions.php:99
10405
+ msgid "Addresses"
10406
+ msgstr "آدرس ها"
10407
 
10408
+ #: includes/admin/settings/class-wc-settings-accounts.php:150
10409
+ msgid "Endpoint for the \"My account &rarr; Addresses\" page."
10410
+ msgstr "نقطه پایانی حساب کاربری من &larr; برگه آدرس ها"
10411
 
10412
+ #: includes/admin/settings/class-wc-settings-accounts.php:158 includes/class-wc-query.php:119
10413
+ #: includes/wc-account-functions.php:100
10414
+ msgid "Payment methods"
10415
+ msgstr "روش هاي پرداخت"
10416
 
10417
+ #: includes/admin/settings/class-wc-settings-accounts.php:159
10418
+ msgid "Endpoint for the \"My account &rarr; Payment methods\" page."
10419
+ msgstr "نقطه پایانی برای حساب کاربری من &larr; برگه روش پرداخت"
10420
 
10421
+ #: includes/admin/settings/class-wc-settings-accounts.php:168
10422
+ msgid "Endpoint for the \"My account &rarr; Lost password\" page."
10423
+ msgstr "نقطه پایانی حساب کاربری من &larr; برگه فراموشی رمز"
10424
 
10425
+ #: includes/admin/settings/class-wc-settings-accounts.php:176 includes/wc-account-functions.php:102
10426
+ #: templates/auth/form-grant-access.php:39
10427
+ msgid "Logout"
10428
+ msgstr "خروج از سیستم"
10429
 
10430
+ #: includes/admin/settings/class-wc-settings-accounts.php:177
10431
+ msgid ""
10432
+ "Endpoint for the triggering logout. You can add this to your menus via a custom link: yoursite."
10433
+ "com/?customer-logout=true"
10434
+ msgstr ""
10435
+ "مسیر پایانی آدرس برای خروج کاربران را تعیین کنید. شما می توانید با افزودن این لینک به منو های وب "
10436
+ "سایت یک مسیر دلخواه برای خروج بسازید. مانند:woocommerce.ir/?customer-logout=true"
10437
 
10438
+ #: includes/admin/settings/class-wc-settings-api.php:27
10439
+ #: includes/admin/settings/class-wc-settings-api.php:68
10440
+ msgid "API"
10441
+ msgstr "API"
10442
 
10443
+ #: includes/admin/settings/class-wc-settings-api.php:61
10444
+ #: includes/admin/settings/class-wc-settings-general.php:50
10445
+ msgid "General options"
10446
+ msgstr "گزینه های عمومی"
10447
 
10448
+ #: includes/admin/settings/class-wc-settings-api.php:69
10449
+ msgid "Enable the REST API"
10450
+ msgstr "فعال سازی REST API"
10451
 
10452
+ #: includes/admin/settings/class-wc-settings-checkout.php:44
10453
+ msgid "Checkout options"
10454
+ msgstr "گزینه‌های تسویه حساب"
10455
 
10456
+ #: includes/admin/settings/class-wc-settings-checkout.php:68
10457
+ #: includes/admin/settings/class-wc-settings-checkout.php:94
10458
+ msgid "Checkout process"
10459
+ msgstr "فرایند پرداخت"
10460
 
10461
+ #: includes/admin/settings/class-wc-settings-checkout.php:75
10462
+ msgid "Enable the use of coupons"
10463
+ msgstr "فعال کردن کوپن‌ها"
10464
 
10465
+ #: includes/admin/settings/class-wc-settings-checkout.php:80
10466
+ msgid "Coupons can be applied from the cart and checkout pages."
10467
+ msgstr "کوپن‌ها فقط از طریق سبد خرید و برگه تسویه‌حساب قابل اعمال هستند."
10468
 
10469
+ #: includes/admin/settings/class-wc-settings-checkout.php:84
10470
+ msgid "Calculate coupon discounts sequentially"
10471
+ msgstr "محاسبه چندین کوپن تخفیف تخفیف پیاپی"
10472
 
10473
+ #: includes/admin/settings/class-wc-settings-checkout.php:88
10474
+ msgid ""
10475
+ "When applying multiple coupons, apply the first coupon to the full price and the second coupon to "
10476
+ "the discounted price and so on."
10477
+ msgstr ""
10478
+ "زمانیکه چندین کوپن تخفیف اعمال می شود، اولین کوپن تخفیف بر روی همه قیمت اعمال می شود و کد تخفیف "
10479
+ "دوم بر روی \"قیمت تخفبف خورده\" اعمال می شود."
10480
 
10481
+ #: includes/admin/settings/class-wc-settings-checkout.php:95
10482
+ msgid "Enable guest checkout"
10483
+ msgstr "فعال كردن خرید بدون عضويت"
10484
 
10485
+ #: includes/admin/settings/class-wc-settings-checkout.php:96
10486
+ msgid "Allows customers to checkout without creating an account."
10487
+ msgstr "اجازه به مشتریان برای ثبت سفارش بدون نیاز به نام نویسی."
10488
 
10489
+ #: includes/admin/settings/class-wc-settings-checkout.php:105
10490
+ msgid "Force secure checkout"
10491
+ msgstr "مجبور به پرداخت امن كن"
10492
 
10493
+ #: includes/admin/settings/class-wc-settings-checkout.php:111
10494
+ msgid ""
10495
+ "Force SSL (HTTPS) on the checkout pages (<a href=\"%s\" target=\"_blank\">an SSL Certificate is "
10496
+ "required</a>)."
10497
+ msgstr ""
10498
+ "اجبار به استفاده از SSL (HTTPS) بر روی برگه های تسویه حساب (<a href=\"%s\" target=\"_blank"
10499
+ "\">لایسنس SSL مورد نیاز می باشد</a>)."
10500
 
10501
+ #: includes/admin/settings/class-wc-settings-checkout.php:115
10502
+ msgid "Force HTTP when leaving the checkout"
10503
+ msgstr "اجبار به استفاده از HTTP در هنگام رقتن از تسویه حساب"
10504
 
10505
+ #: includes/admin/settings/class-wc-settings-checkout.php:129
10506
+ msgid "Checkout pages"
10507
+ msgstr "برگه های تسویه حساب"
10508
 
10509
+ #: includes/admin/settings/class-wc-settings-checkout.php:130
10510
+ msgid "These pages need to be set so that WooCommerce knows where to send users to checkout."
10511
+ msgstr ""
10512
+ "این برگه‌ها نیاز به انتخاب دارند تا ووکامرس بفهمد که هرکدام کجا هستند. این برگه‌ها در هنگام نصب "
10513
+ "افزونه ساخته می شوند، اگرنه باید آنها را دستی بسازید."
10514
 
10515
+ #: includes/admin/settings/class-wc-settings-checkout.php:136
10516
+ msgid "Cart page"
10517
+ msgstr "برگه سبد خرید"
10518
 
10519
+ #: includes/admin/settings/class-wc-settings-checkout.php:147
10520
+ msgid "Checkout page"
10521
+ msgstr "برگه تسویه حساب"
 
10522
 
10523
+ #: includes/admin/settings/class-wc-settings-checkout.php:158
10524
+ msgid "Terms and conditions"
10525
+ msgstr "شرایط و ضوابط"
10526
 
10527
+ #: includes/admin/settings/class-wc-settings-checkout.php:159
10528
+ msgid ""
10529
+ "If you define a \"Terms\" page the customer will be asked if they accept them when checking out."
10530
+ msgstr ""
10531
+ "اگر شما برگه «شرایط» را فعال کنید، در زمان تسویه‌حساب از کاربر درخواست می‌شود که این برگه را خوانده "
10532
+ "و تایید کند."
10533
 
10534
+ #: includes/admin/settings/class-wc-settings-checkout.php:174
10535
+ msgid "Checkout endpoints"
10536
+ msgstr "نقطه پایانی تسویه حساب"
10537
 
10538
+ #: includes/admin/settings/class-wc-settings-checkout.php:174
10539
+ msgid ""
10540
+ "Endpoints are appended to your page URLs to handle specific actions during the checkout process. "
10541
+ "They should be unique."
10542
+ msgstr ""
10543
+ "نقطه پایانی به آدرس برگه شما افزوده می شوند که مسئولیت رسیدگی به اقدامات خاص در طول فرایند پرداخت "
10544
+ "را دارند. آنها باید منحصر به فرد باشند."
10545
 
10546
+ #: includes/admin/settings/class-wc-settings-checkout.php:177 templates/checkout/thankyou.php:33
10547
+ #: templates/myaccount/my-orders.php:75 templates/myaccount/orders.php:71
10548
+ msgid "Pay"
10549
+ msgstr "پرداخت"
10550
 
10551
+ #: includes/admin/settings/class-wc-settings-checkout.php:178
10552
+ msgid "Endpoint for the \"Checkout &rarr; Pay\" page."
10553
+ msgstr "نقطه پایانی تکمیل سفارش &larr; برگه پرداخت"
10554
 
10555
+ #: includes/admin/settings/class-wc-settings-checkout.php:186 includes/class-wc-query.php:94
10556
+ msgid "Order received"
10557
+ msgstr "سفارش دریافت شد"
10558
 
10559
+ #: includes/admin/settings/class-wc-settings-checkout.php:187
10560
+ #, fuzzy
10561
+ #| msgid "Endpoint for the Checkout &rarr; Order Received page"
10562
+ msgid "Endpoint for the \"Checkout &rarr; Order received\" page."
10563
+ msgstr "نقطه پایانی پرداخت &rarr; برگه دریافت سفارش"
10564
 
10565
+ #: includes/admin/settings/class-wc-settings-checkout.php:195 includes/class-wc-query.php:122
10566
+ #: templates/myaccount/form-add-payment-method.php:53 templates/myaccount/payment-methods.php:79
10567
+ msgid "Add payment method"
10568
+ msgstr "افزودن روش پرداخت"
10569
 
10570
+ #: includes/admin/settings/class-wc-settings-checkout.php:196
10571
+ #, fuzzy
10572
+ #| msgid "Endpoint for the Checkout &rarr; Add Payment Method page"
10573
+ msgid "Endpoint for the \"Checkout &rarr; Add payment method\" page."
10574
+ msgstr "نقطه پایانی برای پرداخت &rarr; افزودن برگه روش پرداخت"
10575
 
10576
+ #: includes/admin/settings/class-wc-settings-checkout.php:204
10577
+ msgid "Delete payment method"
10578
+ msgstr "حذف روش پرداخت"
10579
 
10580
+ #: includes/admin/settings/class-wc-settings-checkout.php:205
10581
+ #, fuzzy
10582
+ #| msgid "Endpoint for the Checkout &rarr; Add Payment Method page"
10583
+ msgid "Endpoint for the delete payment method page."
10584
+ msgstr "نقطه پایانی برای پرداخت &rarr; افزودن برگه روش پرداخت"
10585
 
10586
+ #: includes/admin/settings/class-wc-settings-checkout.php:213
10587
+ msgid "Set default payment method"
10588
+ msgstr "تنظیم به عنوان روش پرداخت پیشفرض"
10589
 
10590
+ #: includes/admin/settings/class-wc-settings-checkout.php:214
10591
+ msgid "Endpoint for the setting a default payment method page."
10592
+ msgstr "نقطه پایانی برای تنظیم برگه صفحه روش پرداخت پیشفرض."
10593
 
10594
+ #: includes/admin/settings/class-wc-settings-checkout.php:227
10595
+ msgid "Payment gateways"
10596
+ msgstr "درگاه های پرداخت"
10597
 
10598
+ #: includes/admin/settings/class-wc-settings-checkout.php:228
10599
+ msgid ""
10600
+ "Installed gateways are listed below. Drag and drop gateways to control their display order on the "
10601
+ "frontend."
10602
+ msgstr ""
10603
+ "درگاه‌های پرداخت اینجا نمایش داده می‌شوند. با کشیدن آنها به بالا و پایین میتوانید نحوه نمایش آنها را "
10604
+ "به ترتیب دلخواه مرتب کنید."
10605
 
10606
+ #: includes/admin/settings/class-wc-settings-checkout.php:280
10607
+ msgid "Gateway display order"
10608
+ msgstr "ترتیب نمایش درگاه های پرداخت"
10609
 
10610
+ #: includes/admin/settings/class-wc-settings-checkout.php:288
10611
+ msgid "Gateway"
10612
+ msgstr "درگاه پرداخت"
10613
 
10614
+ #: includes/admin/settings/class-wc-settings-checkout.php:289
10615
+ msgid "Gateway ID"
10616
+ msgstr "شناسه پرداخت"
 
10617
 
10618
+ #: includes/admin/settings/class-wc-settings-checkout.php:316
10619
+ msgid "(no title)"
10620
+ msgstr "(بدون عنوان)"
10621
 
10622
+ #: includes/admin/settings/class-wc-settings-emails.php:27
10623
+ msgid "Emails"
10624
+ msgstr "ایمیل‌ها"
10625
 
10626
+ #: includes/admin/settings/class-wc-settings-emails.php:43
10627
+ msgid "Email options"
10628
+ msgstr "گزینه های ایمیل"
10629
 
10630
+ #: includes/admin/settings/class-wc-settings-emails.php:56
10631
+ msgid "Email notifications"
10632
+ msgstr "اطلاع رسانی ایمیل"
10633
 
10634
+ #: includes/admin/settings/class-wc-settings-emails.php:56
10635
+ msgid ""
10636
+ "Email notifications sent from WooCommerce are listed below. Click on an email to configure it."
10637
+ msgstr ""
10638
+ "اطلاع رسانی ایمیلی به وسیله ووکامرس به شرح زیر است . روی یک ایمیل کلیک کنید تا آن را پیکربندی "
10639
+ "کنید."
10640
 
10641
+ #: includes/admin/settings/class-wc-settings-emails.php:64
10642
+ msgid "Email sender options"
10643
+ msgstr "گزینه های ارسال کننده ایمیل"
10644
 
10645
+ #: includes/admin/settings/class-wc-settings-emails.php:67
10646
+ msgid "\"From\" name"
10647
+ msgstr "نام ارسال کننده"
10648
 
10649
+ #: includes/admin/settings/class-wc-settings-emails.php:68
10650
+ msgid "How the sender's name appears in outgoing WooCommerce emails."
10651
+ msgstr "چگونه نام فرستنده در ایمیل های خروجی ووکامرس ظاهر می شود."
10652
 
10653
+ #: includes/admin/settings/class-wc-settings-emails.php:78
10654
+ msgid "\"From\" address"
10655
+ msgstr "آدرس ارسال کننده"
10656
 
10657
+ #: includes/admin/settings/class-wc-settings-emails.php:79
10658
+ msgid "How the sender's email appears in outgoing WooCommerce emails."
10659
+ msgstr "چگونه ایمیل فرستنده در ایمیل های خروجی ووکامرس ظاهر می شود."
10660
 
10661
+ #: includes/admin/settings/class-wc-settings-emails.php:93
10662
+ msgid "Email template"
10663
+ msgstr "قالب ایمیل"
10664
 
10665
+ #: includes/admin/settings/class-wc-settings-emails.php:93
10666
+ msgid ""
10667
+ "This section lets you customize the WooCommerce emails. <a href=\"%s\" target=\"_blank\">Click "
10668
+ "here to preview your email template</a>."
10669
+ msgstr ""
10670
+ "در این بخش میتوانید ایمیل های ارسالی ووکامرس را سفارشی کنید. <a href=\"%s\" target=\"_blank\">برای "
10671
+ "مشاهده پیش نمایش ایمیل قالب اینجا کلیک کنید</a>."
10672
 
10673
+ #: includes/admin/settings/class-wc-settings-emails.php:96
10674
+ msgid "Header image"
10675
+ msgstr "تصویر سربرگ"
10676
+
10677
+ #: includes/admin/settings/class-wc-settings-emails.php:97
10678
+ msgid ""
10679
+ "URL to an image you want to show in the email header. Upload images using the media uploader "
10680
+ "(Admin > Media)."
10681
+ msgstr ""
10682
+ "آدرس یک تصویر برای نمایش در سربرگ ایمیل ها. بارگذاری تصاویر با استفاده از بارگذاری چند رسانه ای "
10683
+ "(مدیریت > چند رسانه ای)"
10684
+
10685
+ #: includes/admin/settings/class-wc-settings-emails.php:108
10686
+ #, fuzzy
10687
+ #| msgid "Footer Text"
10688
+ msgid "Footer text"
10689
+ msgstr "متن پانوشت"
10690
+
10691
+ #: includes/admin/settings/class-wc-settings-emails.php:109
10692
+ msgid "The text to appear in the footer of WooCommerce emails."
10693
+ msgstr "این متن در انتهای ایمیل های ووکامرس ظاهر میشود."
10694
+
10695
+ #. translators: %s: site name
10696
+ #: includes/admin/settings/class-wc-settings-emails.php:115
10697
+ msgid "%s - Powered by WooCommerce"
10698
+ msgstr "%s - قدرت گرفته از ووکامرس فارسی"
10699
+
10700
+ #: includes/admin/settings/class-wc-settings-emails.php:121
10701
+ msgid "Base color"
10702
+ msgstr "رنگ پایه"
10703
+
10704
+ #. translators: %s: default color
10705
+ #: includes/admin/settings/class-wc-settings-emails.php:123
10706
+ #, fuzzy
10707
+ #| msgid "The base colour for WooCommerce email templates. Default <code>#557da1</code>."
10708
+ msgid "The base color for WooCommerce email templates. Default %s."
10709
+ msgstr "به طور پیشفرض رنگ پایه ایمیل های ووکامرس <code>#557da1</code> است."
10710
+
10711
+ #: includes/admin/settings/class-wc-settings-emails.php:133
10712
+ msgid "Background color"
10713
+ msgstr "رنگ پس زمینه"
10714
+
10715
+ #. translators: %s: default color
10716
+ #: includes/admin/settings/class-wc-settings-emails.php:135
10717
+ #, fuzzy
10718
+ #| msgid "The background colour for WooCommerce email templates. Default <code>#f5f5f5</code>."
10719
+ msgid "The background color for WooCommerce email templates. Default %s."
10720
+ msgstr "به طور پیشفرض رنگ پس زمینه ایمیل های ووکامرس <code>#f5f5f5</code> است."
10721
 
10722
+ #: includes/admin/settings/class-wc-settings-emails.php:145
10723
+ msgid "Body background color"
10724
  msgstr "رنگ پشت زمینه بدنه"
10725
 
10726
+ #. translators: %s: default color
10727
+ #: includes/admin/settings/class-wc-settings-emails.php:147
10728
+ #, fuzzy
10729
+ #| msgid "The main body background colour. Default <code>#fdfdfd</code>."
10730
+ msgid "The main body background color. Default %s."
10731
  msgstr "رنگ پیکره اصلی. به طور پیش فرض #fdfdfd"
10732
 
10733
+ #: includes/admin/settings/class-wc-settings-emails.php:157
10734
+ #, fuzzy
10735
+ #| msgid "Body Text Colour"
10736
+ msgid "Body text color"
10737
  msgstr "رنگ متن بدنه"
10738
 
10739
+ #. translators: %s: default color
10740
+ #: includes/admin/settings/class-wc-settings-emails.php:159
10741
+ #, fuzzy
10742
+ #| msgid "The main body text colour. Default <code>#505050</code>."
10743
+ msgid "The main body text color. Default %s."
10744
  msgstr "رنگ متن پیکره ایمیل. به طور پیش فرض <code>#505050</code>"
10745
 
10746
+ #: includes/admin/settings/class-wc-settings-emails.php:239
10747
+ msgid "Content type"
10748
  msgstr " نوع محتوا"
10749
 
10750
+ #: includes/admin/settings/class-wc-settings-emails.php:240
10751
+ #: includes/emails/class-wc-email-cancelled-order.php:114
10752
+ #: includes/emails/class-wc-email-failed-order.php:114
10753
+ #: includes/emails/class-wc-email-new-order.php:119
10754
  msgid "Recipient(s)"
10755
  msgstr "گیرنده"
10756
 
10757
+ #: includes/admin/settings/class-wc-settings-emails.php:272
10758
  msgid "Manually sent"
10759
  msgstr "ارسال دستی"
10760
 
10761
+ #: includes/admin/settings/class-wc-settings-emails.php:272
10762
  msgid "Manual"
10763
  msgstr "راهنما"
10764
 
10765
+ #: includes/admin/settings/class-wc-settings-emails.php:276 includes/wc-webhook-functions.php:25
 
10766
  msgid "Disabled"
10767
  msgstr "غیرفعال شد"
10768
 
10769
+ #: includes/admin/settings/class-wc-settings-emails.php:288
10770
  msgid "Configure"
10771
  msgstr "تنظیم"
10772
 
10773
  #: includes/admin/settings/class-wc-settings-general.php:53
10774
+ #, fuzzy
10775
+ #| msgid "Base Location"
10776
+ msgid "Base location"
10777
  msgstr "جایگاه فروشگاه"
10778
 
10779
  #: includes/admin/settings/class-wc-settings-general.php:54
10781
  msgstr "اینجا محل اصلی فروشگاه آنلاین شماست، نرخ‌های مالیات بر اساس این کشور تعیین می‌شوند."
10782
 
10783
  #: includes/admin/settings/class-wc-settings-general.php:63
10784
+ #, fuzzy
10785
+ #| msgid "Selling Location(s)"
10786
+ msgid "Selling location(s)"
10787
  msgstr "مکان های فروش"
10788
 
10789
  #: includes/admin/settings/class-wc-settings-general.php:64
10790
  msgid "This option lets you limit which countries you are willing to sell to."
10791
  msgstr "این گزینه به شما این امکان را می دهد تا محصولاتتان را تنها برای کشور های خاص به فروش برسانید"
10792
 
10793
+ #: includes/admin/settings/class-wc-settings-general.php:72
10794
+ #, fuzzy
10795
+ #| msgid "Sell to All Countries"
10796
+ msgid "Sell to all countries"
10797
+ msgstr "فروش در همه کشورها"
10798
+
10799
+ #: includes/admin/settings/class-wc-settings-general.php:73
10800
+ #: includes/admin/settings/class-wc-settings-general.php:79
10801
+ #, fuzzy
10802
+ #| msgid "Sell to All Countries, Except For&hellip;"
10803
+ msgid "Sell to all countries, except for&hellip;"
10804
+ msgstr "فروش به تمام کشور ها به جز&hellip;"
10805
+
10806
+ #: includes/admin/settings/class-wc-settings-general.php:74
10807
+ #: includes/admin/settings/class-wc-settings-general.php:88
10808
+ #, fuzzy
10809
+ #| msgid "Sell to Specific Countries"
10810
+ msgid "Sell to specific countries"
10811
+ msgstr "فروش به کشور های خاص"
10812
+
10813
+ #: includes/admin/settings/class-wc-settings-general.php:97
10814
+ #, fuzzy
10815
+ #| msgid "Shipping Location(s)"
10816
+ msgid "Shipping location(s)"
10817
+ msgstr "مکان های حمل و نقل"
10818
+
10819
+ #: includes/admin/settings/class-wc-settings-general.php:98
10820
+ msgid "Choose which countries you want to ship to, or choose to ship to all locations you sell to."
10821
+ msgstr ""
10822
+
10823
+ #: includes/admin/settings/class-wc-settings-general.php:105
10824
+ msgid "Ship to all countries you sell to"
10825
+ msgstr "حمل و نقل به تمامی کشورهایی که محصول را می فروشید"
10826
+
10827
+ #: includes/admin/settings/class-wc-settings-general.php:106
10828
+ msgid "Ship to all countries"
10829
+ msgstr "حمل و نقل به تمام کشور ها"
10830
+
10831
+ #: includes/admin/settings/class-wc-settings-general.php:107
10832
+ msgid "Ship to specific countries only"
10833
+ msgstr "حمل و نقل به کشور های خاص"
10834
+
10835
+ #: includes/admin/settings/class-wc-settings-general.php:108
10836
+ msgid "Disable shipping &amp; shipping calculations"
10837
+ msgstr "غیر فعال سازی حمل و نقل &amp; محاسبه حمل و نقل"
10838
+
10839
+ #: includes/admin/settings/class-wc-settings-general.php:113
10840
+ #, fuzzy
10841
+ #| msgid "Ship to Specific Countries"
10842
+ msgid "Ship to specific countries"
10843
+ msgstr "حمل به کشور های خاص"
10844
+
10845
+ #: includes/admin/settings/class-wc-settings-general.php:122
10846
+ #, fuzzy
10847
+ #| msgid "Default Customer Location"
10848
+ msgid "Default customer location"
10849
+ msgstr "مکان پیشفرض مشتری"
10850
+
10851
+ #: includes/admin/settings/class-wc-settings-general.php:124
10852
+ msgid ""
10853
+ "This option determines a customers default location. The MaxMind GeoLite Database will be "
10854
+ "periodically downloaded to your wp-content directory if using geolocation."
10855
+ msgstr ""
10856
+ "این گزینه میتواند مکان پیشفرض مشتری را مشخص کند. پایگاه MaxMind GeoLite میتواند در صورت استفاده از "
10857
+ "منطقه جغرافیایی به صورت متناوب در مسیر wp-content شما دانلود شود."
10858
+
10859
+ #: includes/admin/settings/class-wc-settings-general.php:129
10860
+ msgid "No location by default"
10861
+ msgstr "بدون مکان پیشفرض"
10862
 
10863
  #: includes/admin/settings/class-wc-settings-general.php:130
10864
  #: includes/admin/settings/views/settings-tax.php:33
10873
  msgid "Geolocate (with page caching support)"
10874
  msgstr "مکان یابی ( با پشتیبانی از کش برگه )"
10875
 
10876
+ #: includes/admin/settings/class-wc-settings-general.php:137
10877
+ #, fuzzy
10878
+ #| msgid "Enable Taxes"
10879
+ msgid "Enable taxes"
10880
+ msgstr "فعال کردن مالیات"
10881
 
10882
+ #: includes/admin/settings/class-wc-settings-general.php:138
10883
+ msgid "Enable taxes and tax calculations"
10884
+ msgstr "فعال کردن مالیات "
 
10885
 
10886
+ #: includes/admin/settings/class-wc-settings-general.php:145
10887
+ #, fuzzy
10888
+ #| msgid "Store Notice"
10889
+ msgid "Store notice"
10890
+ msgstr "اعلان فروشگاه"
10891
 
10892
+ #: includes/admin/settings/class-wc-settings-general.php:146
10893
+ msgid "Enable site-wide store notice text"
10894
+ msgstr "نمایش پیغام در بالای صفحات سایت"
 
 
 
10895
 
10896
+ #: includes/admin/settings/class-wc-settings-general.php:153
10897
+ #, fuzzy
10898
+ #| msgid "Store Notice Text"
10899
+ msgid "Store notice text"
10900
+ msgstr "متن اعلان فروشگاه"
10901
 
10902
+ #: includes/admin/settings/class-wc-settings-general.php:156 includes/wc-template-functions.php:495
10903
+ msgid "This is a demo store for testing purposes &mdash; no orders shall be fulfilled."
10904
+ msgstr ""
10905
+ "این یک وبسایت دمو است و با هدف تست ساخته شده است، هیچ‌یک از محصولات موجود در سایت برای فروش نبوده و "
10906
+ "امکان خرید از این وبسایت وجود ندارد."
10907
 
10908
+ #: includes/admin/settings/class-wc-settings-general.php:164
10909
+ #, fuzzy
10910
+ #| msgid "Currency Options"
10911
+ msgid "Currency options"
10912
+ msgstr "پیکربندی واحد پولی"
10913
 
10914
+ #: includes/admin/settings/class-wc-settings-general.php:164
10915
+ msgid "The following options affect how prices are displayed on the frontend."
10916
+ msgstr "پیکربندی زیر، چگونگی نمایش قیمت در سایت را نشان می دهد."
10917
 
10918
+ #: includes/admin/settings/class-wc-settings-general.php:167
10919
+ #: includes/admin/views/html-admin-page-status-report.php:426
10920
+ msgid "Currency"
10921
+ msgstr "واحد پولی"
10922
 
10923
+ #: includes/admin/settings/class-wc-settings-general.php:168
10924
+ msgid ""
10925
+ "This controls what currency prices are listed at in the catalog and which currency gateways will "
10926
+ "take payments in."
10927
+ msgstr ""
10928
+ "این گزینه تعیین میکند که چه واحدهای پولی در کاتالوگ قابل انتخاب باشند و چه درگاه‌های پرداختی "
10929
+ "استفاده شوند."
10930
 
10931
+ #: includes/admin/settings/class-wc-settings-general.php:180
10932
+ msgid "This controls the position of the currency symbol."
10933
+ msgstr "محل قرارگیری سمبل واحد پولی"
10934
 
10935
+ #: includes/admin/settings/class-wc-settings-general.php:197
10936
+ msgid "This sets the thousand separator of displayed prices."
10937
+ msgstr "نمایش دادن جداکننده هزارگان در قیمت محصولات."
10938
 
10939
+ #: includes/admin/settings/class-wc-settings-general.php:207
10940
+ msgid "This sets the decimal separator of displayed prices."
10941
+ msgstr "نمایش دادن جداکننده دهگان در قیمت محصولات"
10942
 
10943
+ #: includes/admin/settings/class-wc-settings-general.php:217
10944
+ msgid "This sets the number of decimal points shown in displayed prices."
10945
+ msgstr "این گزینه تعداد جداکنندگان اعشاری که در قیمت نمایش داده میشود را تعیین میکند."
10946
 
10947
+ #: includes/admin/settings/class-wc-settings-integrations.php:28
10948
+ msgid "Integration"
10949
+ msgstr "ادغام"
10950
 
10951
+ #: includes/admin/settings/class-wc-settings-products.php:45
10952
+ msgid "Display"
10953
+ msgstr "نمایش"
10954
 
10955
+ #: includes/admin/settings/class-wc-settings-products.php:85
10956
+ #, fuzzy
10957
+ #| msgid "Shop & Product Pages"
10958
+ msgid "Shop &amp; product pages"
10959
+ msgstr "برگه های محصول و فروشگاه"
10960
 
10961
+ #: includes/admin/settings/class-wc-settings-products.php:92
10962
+ #, fuzzy
10963
+ #| msgid "Shop Page"
10964
+ msgid "Shop page"
10965
+ msgstr "برگه فروشگاه"
10966
 
10967
+ #: includes/admin/settings/class-wc-settings-products.php:93
10968
+ msgid "The base page can also be used in your <a href=\"%s\">product permalinks</a>."
10969
+ msgstr ""
10970
+ "برگه پایه فروشگاه همچنین می تواند در <a href=\"%s\">پیوند محصولات</a> مورد استفاده قرار گیرد."
10971
 
10972
+ #: includes/admin/settings/class-wc-settings-products.php:99
10973
+ msgid "This sets the base page of your shop - this is where your product archive will be."
10974
+ msgstr "برگه اصلی فروشگاه شما - جایی که آرشیو محصولات شما خواهند بود."
10975
 
10976
+ #: includes/admin/settings/class-wc-settings-products.php:103
10977
+ #, fuzzy
10978
+ #| msgid "Shop Page Display"
10979
+ msgid "Shop page display"
10980
+ msgstr "نمای برگه فروش"
10981
 
10982
+ #: includes/admin/settings/class-wc-settings-products.php:104
10983
+ msgid "This controls what is shown on the product archive."
10984
+ msgstr "چیزهایی که در برگه بایگانی محصول‌ها نمایش داده می‌شوند."
10985
 
10986
+ #: includes/admin/settings/class-wc-settings-products.php:111
10987
+ #: includes/admin/settings/class-wc-settings-products.php:127
10988
+ msgid "Show products"
10989
+ msgstr "نمایش محصولات"
10990
 
10991
+ #: includes/admin/settings/class-wc-settings-products.php:112
10992
+ msgid "Show categories"
10993
+ msgstr "نمایش دسته بندی ها"
10994
 
10995
+ #: includes/admin/settings/class-wc-settings-products.php:113
10996
+ msgid "Show categories &amp; products"
10997
+ msgstr "نمایش دسته بندی ها &amp; محصولات"
10998
 
10999
+ #: includes/admin/settings/class-wc-settings-products.php:119
11000
+ #, fuzzy
11001
+ #| msgid "Default Category Display"
11002
+ msgid "Default category display"
11003
+ msgstr "نمای پیشفرض دسته"
11004
 
11005
+ #: includes/admin/settings/class-wc-settings-products.php:120
11006
+ msgid "This controls what is shown on category archives."
11007
+ msgstr "چیزهایی که در برگه بایگانی دسته‌ها نمایش داده می‌شوند."
11008
 
11009
+ #: includes/admin/settings/class-wc-settings-products.php:128
11010
+ msgid "Show subcategories"
11011
+ msgstr "نمایش زیردسته‌ها"
11012
 
11013
+ #: includes/admin/settings/class-wc-settings-products.php:129
11014
+ msgid "Show subcategories &amp; products"
11015
+ msgstr "نمایش زیر دسته ها &amp; محصولات"
11016
 
11017
+ #: includes/admin/settings/class-wc-settings-products.php:135
11018
+ #, fuzzy
11019
+ #| msgid "Default Product Sorting"
11020
+ msgid "Default product sorting"
11021
+ msgstr "مرتب‌سازی پیش‌فرض محصولات"
11022
 
11023
+ #: includes/admin/settings/class-wc-settings-products.php:136
11024
+ msgid "This controls the default sort order of the catalog."
11025
+ msgstr "این گزینه حالت پیش‌فرش مرتب‌سازی لیست محصولات را کنترل میکند."
11026
 
11027
+ #: includes/admin/settings/class-wc-settings-products.php:143
11028
+ msgid "Default sorting (custom ordering + name)"
11029
+ msgstr "مرتب‌سازی پیشفرض ( مرتب‌سازی مرسوم + نام)"
 
 
11030
 
11031
+ #: includes/admin/settings/class-wc-settings-products.php:144
11032
+ msgid "Popularity (sales)"
11033
+ msgstr "محبوبیت (فروش)"
11034
 
11035
+ #: includes/admin/settings/class-wc-settings-products.php:145
11036
+ #: includes/widgets/class-wc-widget-rating-filter.php:30
11037
+ #, fuzzy
11038
+ #| msgid "Average Rating"
11039
+ msgid "Average rating"
11040
+ msgstr "میانگین رای (امتیاز)"
 
11041
 
11042
+ #: includes/admin/settings/class-wc-settings-products.php:146
11043
+ msgid "Sort by most recent"
11044
+ msgstr "نمایش به ترتیب جدیدترین ها"
11045
 
11046
+ #: includes/admin/settings/class-wc-settings-products.php:147
11047
+ msgid "Sort by price (asc)"
11048
+ msgstr "قیمت (صعودی)"
11049
 
11050
+ #: includes/admin/settings/class-wc-settings-products.php:148
11051
+ msgid "Sort by price (desc)"
11052
+ msgstr "قیمت (نزولی)"
 
 
11053
 
11054
+ #: includes/admin/settings/class-wc-settings-products.php:154
11055
+ msgid "Add to cart behaviour"
11056
+ msgstr "افزودن به روش سبد خرید"
 
11057
 
11058
+ #: includes/admin/settings/class-wc-settings-products.php:155
11059
+ msgid "Redirect to the cart page after successful addition"
11060
+ msgstr "انتقال به برگه سبد خرید بعد از «افزودن به سبد»"
11061
 
11062
+ #: includes/admin/settings/class-wc-settings-products.php:163
11063
+ msgid "Enable AJAX add to cart buttons on archives"
11064
+ msgstr "فعال کردن ایجکس «افزودن به سبد خرید» در صفحهات بایگانی"
11065
 
11066
+ #: includes/admin/settings/class-wc-settings-products.php:178
11067
+ #, fuzzy
11068
+ #| msgid ""
11069
+ #| "These settings affect the display and dimensions of images in your catalog - the display on the "
11070
+ #| "front-end will still be affected by CSS styles. After changing these settings you may need to "
11071
+ #| "<a href=\"%s\">regenerate your thumbnails</a>."
11072
+ msgid ""
11073
+ "These settings affect the display and dimensions of images in your catalog - the display on the "
11074
+ "front-end will still be affected by CSS styles. After changing these settings you may need to <a "
11075
+ "target=\"_blank\" href=\"%s\">regenerate your thumbnails</a>."
11076
+ msgstr ""
11077
+ "این پیکربندی بر روی نمایش و ابعاد تصویر در کاتالوگ تاقیر می گذارند - نمایش نمای کاربر تحت تاثیر "
11078
+ "استایل های CSS خواهد بود. پس از تغییر چنین پیکربندیی شما ممکن است به <a href=\"%s\"> جهت ساخت "
11079
+ "دوباره بند انگشتی ها </a> نیاز داشته باشید."
11080
 
11081
+ #: includes/admin/settings/class-wc-settings-products.php:183
11082
+ #, fuzzy
11083
+ #| msgid "Catalog Images"
11084
+ msgid "Catalog images"
11085
+ msgstr "تصاویر فهرست"
11086
 
11087
+ #: includes/admin/settings/class-wc-settings-products.php:184
11088
+ #, fuzzy
11089
+ #| msgid "This size is usually used in product listings"
11090
+ msgid "This size is usually used in product listings. (W x H)"
11091
+ msgstr "سایز تصویر در لیست محصولات"
11092
 
11093
+ #: includes/admin/settings/class-wc-settings-products.php:197
11094
+ #, fuzzy
11095
+ #| msgid "Single Product Image"
11096
+ msgid "Single product image"
11097
+ msgstr "تصویر محصول تک"
11098
 
11099
+ #: includes/admin/settings/class-wc-settings-products.php:198
11100
+ #, fuzzy
11101
+ #| msgid "This is the size used by the main image on the product page."
11102
+ msgid "This is the size used by the main image on the product page. (W x H)"
11103
+ msgstr "اندازه تصویر اصلی در برگه محصول"
11104
 
11105
+ #: includes/admin/settings/class-wc-settings-products.php:211
11106
+ #, fuzzy
11107
+ #| msgid "Product Thumbnails"
11108
+ msgid "Product thumbnails"
11109
+ msgstr "تصویر بندانگشتی محصولات"
11110
 
11111
+ #: includes/admin/settings/class-wc-settings-products.php:212
11112
+ #, fuzzy
11113
+ #| msgid "This size is usually used for the gallery of images on the product page."
11114
+ msgid "This size is usually used for the gallery of images on the product page. (W x H)"
11115
+ msgstr "اندازه تصاویر کوچک موجود در برگه محصولات"
11116
 
11117
+ #: includes/admin/settings/class-wc-settings-products.php:242
11118
+ #, fuzzy
11119
+ #| msgid "Manage stock?"
11120
+ msgid "Manage stock"
11121
+ msgstr "مدیریت موجودی انبار؟"
11122
 
11123
+ #: includes/admin/settings/class-wc-settings-products.php:243
11124
+ msgid "Enable stock management"
11125
+ msgstr "فعال کردن مدیریت موجودی انبار"
11126
 
11127
+ #: includes/admin/settings/class-wc-settings-products.php:250
11128
+ #, fuzzy
11129
+ #| msgid "Hold Stock (minutes)"
11130
+ msgid "Hold stock (minutes)"
11131
+ msgstr "نگهداری موجودی (دقیقه)"
11132
 
11133
+ #: includes/admin/settings/class-wc-settings-products.php:251
11134
+ msgid ""
11135
+ "Hold stock (for unpaid orders) for x minutes. When this limit is reached, the pending order will "
11136
+ "be cancelled. Leave blank to disable."
11137
+ msgstr ""
11138
+ "نگهداری موجودی برای x دقیقه به این معنی است که در صورتی که سفارش در حال « در انتظار بررسی » است، "
11139
+ "به مدت x دقیقه سفارش قابل انجام است و بعد از آن لغو خواهد شد. خالی گذاشتن به معنی غیرفعال بودن این "
11140
+ "امکان است"
11141
 
11142
+ #: includes/admin/settings/class-wc-settings-products.php:265
11143
+ msgid "Notifications"
11144
+ msgstr "اطلاع رسانی ها"
11145
 
11146
+ #: includes/admin/settings/class-wc-settings-products.php:266
11147
+ msgid "Enable low stock notifications"
11148
+ msgstr "فعال کردن آگهی کم بودن موجودی انبار"
11149
 
11150
+ #: includes/admin/settings/class-wc-settings-products.php:276
11151
+ msgid "Enable out of stock notifications"
11152
+ msgstr "فعال کردن آگهی خالی شدن انبار"
11153
 
11154
+ #: includes/admin/settings/class-wc-settings-products.php:286
11155
+ #, fuzzy
11156
+ #| msgid "Notification Recipient(s)"
11157
+ msgid "Notification recipient(s)"
11158
+ msgstr "گیرنده (گان) اطلاع رسانی"
11159
 
11160
+ #: includes/admin/settings/class-wc-settings-products.php:287
11161
+ msgid "Enter recipients (comma separated) that will receive this notification."
11162
+ msgstr "گیرنده هایی که این پیام را دریافت می کنند (با کاما جدا شوند) را وارد نمایید."
11163
 
11164
+ #: includes/admin/settings/class-wc-settings-products.php:298
11165
+ #, fuzzy
11166
+ #| msgid "Low Stock Threshold"
11167
+ msgid "Low stock threshold"
11168
+ msgstr "آستانه کم‌بودن موجودی انبار"
11169
 
11170
+ #: includes/admin/settings/class-wc-settings-products.php:299
11171
+ msgid "When product stock reaches this amount you will be notified via email."
11172
+ msgstr ""
11173
 
11174
+ #: includes/admin/settings/class-wc-settings-products.php:314
11175
+ #, fuzzy
11176
+ #| msgid "Out Of Stock Threshold"
11177
+ msgid "Out of stock threshold"
11178
+ msgstr "آستانه تمام‌شدن موجودی انبار"
11179
 
11180
+ #: includes/admin/settings/class-wc-settings-products.php:315
11181
+ msgid ""
11182
+ "When product stock reaches this amount the stock status will change to \"out of stock\" and you "
11183
+ "will be notified via email. This setting does not affect existing \"in stock\" products."
11184
+ msgstr ""
11185
 
11186
+ #: includes/admin/settings/class-wc-settings-products.php:329
11187
+ #, fuzzy
11188
+ #| msgid "Out Of Stock Visibility"
11189
+ msgid "Out of stock visibility"
11190
+ msgstr "نمایش تمام‌شدن موجودی انبار"
11191
 
11192
+ #: includes/admin/settings/class-wc-settings-products.php:330
11193
+ msgid "Hide out of stock items from the catalog"
11194
+ msgstr "مخفی کردن محصولاتی که در انبار موجود نیستند"
 
11195
 
11196
+ #: includes/admin/settings/class-wc-settings-products.php:337
11197
+ #, fuzzy
11198
+ #| msgid "Stock Display Format"
11199
+ msgid "Stock display format"
11200
+ msgstr "نحوه نمایش موجودی انبار"
11201
 
11202
+ #: includes/admin/settings/class-wc-settings-products.php:338
11203
+ #, fuzzy
11204
+ #| msgid "This controls how stock is displayed on the frontend."
11205
+ msgid "This controls how stock quantities are displayed on the frontend."
11206
+ msgstr "این گزینه نحوه نمایش موجودی انبار برای کاربر را کنترل میکند."
11207
 
11208
+ #: includes/admin/settings/class-wc-settings-products.php:345
11209
+ #, fuzzy
11210
+ #| msgid "Always show stock e.g. \"12 in stock\""
11211
+ msgid "Always show quantity remaining in stock e.g. \"12 in stock\""
11212
+ msgstr "همیشه موجودی كالا را نشان بده. مثلا 12 تا موجودی"
11213
 
11214
+ #: includes/admin/settings/class-wc-settings-products.php:346
11215
+ #, fuzzy
11216
+ #| msgid "Only show stock when low e.g. \"Only 2 left in stock\" vs. \"In Stock\""
11217
+ msgid "Only show quantity remaining in stock when low e.g. \"Only 2 left in stock\""
11218
+ msgstr ""
11219
+ "تنها زمانی که موجودی انبار کم است نشان نمایش داده شود. مثال:‌« فقط دو تا در انبار موجود است» به جای "
11220
+ "« موجود در انبار»"
11221
 
11222
+ #: includes/admin/settings/class-wc-settings-products.php:347
11223
+ msgid "Never show quantity remaining in stock"
11224
+ msgstr ""
11225
 
11226
+ #: includes/admin/settings/class-wc-settings-products.php:368
11227
+ #, fuzzy
11228
+ #| msgid "File Download Method"
11229
+ msgid "File download method"
11230
+ msgstr "روش دانلود فایل"
11231
 
11232
+ #: includes/admin/settings/class-wc-settings-products.php:369
11233
+ msgid ""
11234
+ "Forcing downloads will keep URLs hidden, but some servers may serve large files unreliably. If "
11235
+ "supported, <code>X-Accel-Redirect</code>/ <code>X-Sendfile</code> can be used to serve downloads "
11236
+ "instead (server requires <code>mod_xsendfile</code>)."
11237
+ msgstr ""
11238
+ "دانلود اجبار باعث میشود آدرس فایل مخفی بماند، اما بعضی سرورها برای میزبانی نامطمئن هستند. اگر سرور "
11239
+ "پشتیبانی میکند، <code>X-Accel-Redirect</code>/ <code>X-Sendfile</code> به جای سرور دانلود قابل "
11240
+ "استفاده است (server requires <code>mod_xsendfile</code>)."
11241
+
11242
+ #: includes/admin/settings/class-wc-settings-products.php:377
11243
+ #, fuzzy
11244
+ #| msgid "Force Downloads"
11245
+ msgid "Force downloads"
11246
+ msgstr "اجبار به دانلودها"
11247
 
11248
+ #: includes/admin/settings/class-wc-settings-products.php:378
11249
+ msgid "X-Accel-Redirect/X-Sendfile"
11250
+ msgstr "X-Accel-Redirect/X-Sendfile"
11251
 
11252
+ #: includes/admin/settings/class-wc-settings-products.php:379
11253
+ msgid "Redirect only"
11254
+ msgstr "فقط انتقال (ریدایرکت)"
11255
 
11256
+ #: includes/admin/settings/class-wc-settings-products.php:385
11257
+ #, fuzzy
11258
+ #| msgid "Access Restriction"
11259
+ msgid "Access restriction"
11260
+ msgstr "محدودیت های دسترسی"
11261
 
11262
+ #: includes/admin/settings/class-wc-settings-products.php:386
11263
+ msgid "Downloads require login"
11264
+ msgstr "دانلودها نیازمند ورود هستند"
11265
 
11266
+ #: includes/admin/settings/class-wc-settings-products.php:390
11267
+ msgid "This setting does not apply to guest purchases."
11268
+ msgstr "این پیکربندی برای خرید به صورت مهمان اعمال نمیشود"
11269
 
11270
+ #: includes/admin/settings/class-wc-settings-products.php:396
11271
+ msgid "Grant access to downloadable products after payment"
11272
+ msgstr "دسترسی به محصولات دانلودشدنی بعد از پرداخت"
11273
 
11274
+ #: includes/admin/settings/class-wc-settings-products.php:400
11275
+ msgid ""
11276
+ "Enable this option to grant access to downloads when orders are \"processing\", rather than "
11277
+ "\"completed\"."
11278
+ msgstr ""
11279
+ "این گزینه این امکان را می‌دهد که مشتری بعد از سفارش و در حالی که سفارش در حالت « در حال انجام » است "
11280
+ "امکان دانلود داشته باشد و نیازی به وضعیت « تکمیل شده » نیست"
11281
 
11282
+ #: includes/admin/settings/class-wc-settings-products.php:415
11283
+ msgid "Measurements"
11284
+ msgstr "اندازه گیری"
 
 
11285
 
11286
+ #: includes/admin/settings/class-wc-settings-products.php:421
11287
+ #, fuzzy
11288
+ #| msgid "Weight Unit"
11289
+ msgid "Weight unit"
11290
+ msgstr "واحد وزن "
11291
 
11292
+ #: includes/admin/settings/class-wc-settings-products.php:422
11293
+ msgid "This controls what unit you will define weights in."
11294
+ msgstr "واحد اندازه گیری وزن"
 
11295
 
11296
+ #: includes/admin/settings/class-wc-settings-products.php:438
11297
+ #, fuzzy
11298
+ #| msgid "Dimensions Unit"
11299
+ msgid "Dimensions unit"
11300
+ msgstr "واحد اندازه گیری"
11301
 
11302
+ #: includes/admin/settings/class-wc-settings-products.php:439
11303
+ msgid "This controls what unit you will define lengths in."
11304
+ msgstr "واحد اندازه گیری طول"
11305
 
11306
+ #: includes/admin/settings/class-wc-settings-products.php:468
11307
+ #, fuzzy
11308
+ #| msgid "Product Ratings"
11309
+ msgid "Product ratings"
11310
+ msgstr "امتیاز های محصول"
11311
 
11312
+ #: includes/admin/settings/class-wc-settings-products.php:469
11313
+ msgid "Enable ratings on reviews"
11314
+ msgstr "فعال کردن امتیاز در دیدگاه‌ها"
 
11315
 
11316
+ #: includes/admin/settings/class-wc-settings-products.php:478
11317
+ msgid "Ratings are required to leave a review"
11318
+ msgstr "برای ارسال دیدگاه می بایست رای دهید."
11319
 
11320
+ #: includes/admin/settings/class-wc-settings-products.php:488
11321
+ msgid "Show \"verified owner\" label for customer reviews"
11322
+ msgstr "نمایش برچسب «مالک تاییدشده» برای دیدگاه‌های مشتری"
 
11323
 
11324
+ #: includes/admin/settings/class-wc-settings-products.php:498
11325
+ msgid "Only allow reviews from \"verified owners\""
11326
+ msgstr "اجازه به ارسال دیدگاه تنها برای مالکین تایید شده (خریدار ها)"
11327
 
11328
+ #: includes/admin/settings/class-wc-settings-shipping.php:48
11329
+ #: includes/admin/settings/views/html-admin-page-shipping-zone-methods.php:8
11330
+ #: includes/admin/settings/views/html-admin-page-shipping-zones-instance.php:7
11331
+ #: includes/admin/settings/views/html-admin-page-shipping-zones.php:8
11332
+ #: includes/admin/views/html-notice-legacy-shipping.php:13
11333
+ #, fuzzy
11334
+ #| msgid "Shipping Zones"
11335
+ msgid "Shipping zones"
11336
+ msgstr "مناطق حمل و نقل"
11337
 
11338
+ #: includes/admin/settings/class-wc-settings-shipping.php:49
11339
+ #: includes/admin/settings/class-wc-settings-shipping.php:77
11340
+ #, fuzzy
11341
+ #| msgid "Shipping Options"
11342
+ msgid "Shipping options"
11343
+ msgstr "امكانات حمل و نقل كالا"
11344
 
11345
+ #: includes/admin/settings/class-wc-settings-shipping.php:50
11346
+ #: includes/admin/settings/views/html-admin-page-shipping-classes.php:8
11347
+ #: includes/class-wc-post-types.php:154
11348
+ #, fuzzy
11349
+ #| msgid "Shipping Classes"
11350
+ msgid "Shipping classes"
11351
+ msgstr "کلاس‌های باربری"
11352
 
11353
+ #: includes/admin/settings/class-wc-settings-shipping.php:80
11354
+ msgid "Calculations"
11355
+ msgstr "محاسبات"
11356
 
11357
+ #: includes/admin/settings/class-wc-settings-shipping.php:81
11358
+ msgid "Enable the shipping calculator on the cart page"
11359
+ msgstr "فعال کردن محاسبه‌گر هزینه ارسال در برگه سبدخرید"
11360
 
11361
+ #: includes/admin/settings/class-wc-settings-shipping.php:90
11362
+ msgid "Hide shipping costs until an address is entered"
11363
+ msgstr "هزینه حمل كالا را تا زمانی كه خریدار آدرس خود را وارد نكرده است نمایش نده"
11364
 
11365
+ #: includes/admin/settings/class-wc-settings-shipping.php:99
11366
+ #, fuzzy
11367
+ #| msgid "Shipping Destination"
11368
+ msgid "Shipping destination"
11369
+ msgstr "مقصد ارسال"
11370
 
11371
+ #: includes/admin/settings/class-wc-settings-shipping.php:100
11372
+ msgid "This controls which shipping address is used by default."
11373
+ msgstr "این گزینه‌ها مشخص می کند تا آدرس حمل و نقل به صورت پیشفرض کدامیک باشند."
11374
 
11375
+ #: includes/admin/settings/class-wc-settings-shipping.php:105
11376
+ msgid "Default to customer shipping address"
11377
+ msgstr "پیشفرض به آدرس حمل و نقل مشتری"
11378
 
11379
+ #: includes/admin/settings/class-wc-settings-shipping.php:106
11380
+ msgid "Default to customer billing address"
11381
+ msgstr "پیشفرض به آدرس صورتحساب مشتری"
11382
 
11383
+ #: includes/admin/settings/class-wc-settings-shipping.php:107
11384
+ msgid "Force shipping to the customer billing address"
11385
+ msgstr "حمل و نقل اجباری به آدرس صورتحساب مشتری"
 
11386
 
11387
+ #: includes/admin/settings/class-wc-settings-shipping.php:115
11388
+ #, fuzzy
11389
+ #| msgid "WP Debug Mode"
11390
+ msgid "Debug mode"
11391
+ msgstr "حالت اشکال زدایی WP"
11392
 
11393
+ #: includes/admin/settings/class-wc-settings-shipping.php:116
11394
+ #, fuzzy
11395
+ #| msgid "Enable Sandbox Mode"
11396
+ msgid "Enable debug mode"
11397
+ msgstr "فعال کردن سندباکس پی‌پال"
11398
 
11399
+ #: includes/admin/settings/class-wc-settings-shipping.php:117
11400
+ msgid "Enable shipping debug mode to show matching shipping zones and to bypass shipping rate cache."
11401
+ msgstr ""
11402
 
11403
+ #: includes/admin/settings/class-wc-settings-shipping.php:214
11404
+ #: includes/admin/settings/class-wc-settings-shipping.php:296
11405
+ msgid "Zone does not exist!"
11406
+ msgstr "منطقه موجود نمی باشد"
11407
 
11408
+ #: includes/admin/settings/class-wc-settings-shipping.php:240
11409
+ #: includes/admin/settings/class-wc-settings-shipping.php:273
11410
+ #: includes/admin/settings/class-wc-settings-shipping.php:329
11411
+ #: includes/admin/settings/class-wc-settings-tax.php:168
11412
+ msgid "Your changed data will be lost if you leave this page without saving."
11413
+ msgstr "اطلاعات تغییر یافته این صفحه در صورت خروج شما ، بدون ذخیره ، از بین خواهد رفت"
11414
 
11415
+ #: includes/admin/settings/class-wc-settings-shipping.php:241
11416
+ msgid ""
11417
+ "Do you wish to save your changes first? Your changed data will be discarded if you choose to "
11418
+ "cancel."
11419
+ msgstr "تغییرات را ذخیره می کنید؟ در صورت انتخاب گزینه رد کردن، اطلاعات تغییر یافته پاک خواهند شد."
11420
 
11421
+ #: includes/admin/settings/class-wc-settings-shipping.php:242
11422
+ #: includes/admin/settings/class-wc-settings-shipping.php:275
11423
+ #: includes/admin/settings/class-wc-settings-shipping.php:330
11424
+ msgid "Your changes were not saved. Please retry."
11425
+ msgstr "تغییرات ذخیره نشد. لطفا دوباره تلاش نمایید."
11426
 
11427
+ #: includes/admin/settings/class-wc-settings-shipping.php:243
11428
+ msgid "Shipping method could not be added. Please retry."
11429
+ msgstr "امکان افزودن این روش ارسال وجود ندارد. دوباره تلاش نمایید."
11430
 
11431
+ #: includes/admin/settings/class-wc-settings-shipping.php:246
11432
+ #: includes/admin/settings/views/html-admin-page-shipping-zone-methods.php:9
11433
+ #: includes/class-wc-shipping-zone.php:272
11434
+ msgid "Zone"
11435
+ msgstr "منطقه"
11436
 
11437
+ #: includes/admin/settings/class-wc-settings-shipping.php:274
11438
+ #, fuzzy
11439
+ #| msgid "Are you sure you wish to delete this note? This action cannot be undone."
11440
+ msgid "Are you sure you want to delete this zone? This action cannot be undone."
11441
+ msgstr "آیا شما از پاک این یادداشت مطمئن هستید؟ این عملیات قابل بازگشت نیست."
11442
 
11443
+ #: includes/admin/settings/class-wc-settings-shipping.php:276
11444
+ #: includes/admin/settings/views/html-admin-page-shipping-zones.php:45
11445
+ msgid "No shipping methods offered to this zone."
11446
+ msgstr "هیچ روش حمل و نقل در این منطقه ارائه نمی گردد."
11447
 
11448
+ #: includes/admin/settings/class-wc-settings-shipping.php:293
11449
+ msgid "Invalid shipping method!"
11450
+ msgstr "روش ارسال نامعتبر"
11451
 
11452
+ #: includes/admin/settings/class-wc-settings-shipping.php:299
11453
+ msgid "This shipping method does not have any settings to configure."
11454
+ msgstr "این روش حمل و نقل هیچ تنظیمات برای پیکربندی ندارد."
 
 
11455
 
11456
+ #: includes/admin/settings/class-wc-settings-shipping.php:305
11457
+ msgid "Edit failed. Please try again."
11458
+ msgstr "خطا در ویرایش. دوباره تلاش کنید."
11459
 
11460
+ #: includes/admin/settings/class-wc-settings-shipping.php:340
11461
+ #, fuzzy
11462
+ #| msgid "Product Count"
11463
+ msgid "Product count"
11464
+ msgstr "تعداد محصول"
11465
 
11466
+ #: includes/admin/settings/class-wc-settings-tax.php:55
11467
+ #: includes/admin/settings/views/settings-tax.php:9
11468
+ #, fuzzy
11469
+ #| msgid "Tax Options"
11470
+ msgid "Tax options"
11471
+ msgstr "پیکربندی مالیات"
11472
 
11473
+ #: includes/admin/settings/class-wc-settings-tax.php:56
11474
+ #, fuzzy
11475
+ #| msgid "Standard Rates"
11476
+ msgid "Standard rates"
11477
+ msgstr "استاندارد"
11478
 
11479
+ #: includes/admin/settings/class-wc-settings-tax.php:63
11480
+ #, fuzzy
11481
+ #| msgid "%s Rates"
11482
+ msgid "%s rates"
11483
+ msgstr "نرخ های %s"
11484
 
11485
+ #: includes/admin/settings/class-wc-settings-tax.php:167
11486
+ msgid "No row(s) selected"
11487
+ msgstr "ردیفی انتخاب نشده است"
11488
 
11489
+ #: includes/admin/settings/class-wc-settings-tax.php:170
11490
+ #, fuzzy
11491
+ #| msgid "Country Code"
11492
+ msgid "Country code"
11493
+ msgstr "کد کشور"
 
 
 
11494
 
11495
+ #: includes/admin/settings/class-wc-settings-tax.php:171
11496
+ #: includes/admin/settings/views/html-settings-tax.php:25
11497
+ #, fuzzy
11498
+ #| msgid "State Code"
11499
+ msgid "State code"
11500
+ msgstr "کد استان"
11501
 
11502
+ #: includes/admin/settings/class-wc-settings-tax.php:175
11503
+ #: includes/admin/settings/views/html-settings-tax.php:29
11504
+ #, fuzzy
11505
+ #| msgid "Tax Name"
11506
+ msgid "Tax name"
11507
+ msgstr "نام مالیات"
11508
 
11509
+ #: includes/admin/settings/class-wc-settings-tax.php:176
11510
+ #: includes/admin/settings/views/html-settings-tax.php:30
11511
+ msgid "Priority"
11512
+ msgstr "اولویت"
11513
 
11514
+ #: includes/admin/settings/class-wc-settings-tax.php:177
11515
+ #: includes/admin/settings/views/html-settings-tax.php:31
11516
+ msgid "Compound"
11517
+ msgstr "کوپنی"
11518
 
11519
+ #: includes/admin/settings/views/html-admin-page-shipping-classes.php:9
11520
+ msgid ""
11521
+ "Shipping classes can be used to group products of similar type and can be used by some Shipping "
11522
+ "Methods (such as \"Flat rate shipping\") to provide different rates to different classes of "
11523
+ "product."
11524
+ msgstr ""
11525
 
11526
+ #: includes/admin/settings/views/html-admin-page-shipping-classes.php:23
11527
+ #, fuzzy
11528
+ #| msgid "Save Shipping Classes"
11529
+ msgid "Save shipping classes"
11530
+ msgstr "ذخیره کلاس های حمل و نقل"
11531
 
11532
+ #: includes/admin/settings/views/html-admin-page-shipping-classes.php:24
11533
+ #, fuzzy
11534
+ #| msgid "Add Shipping Class"
11535
+ msgid "Add shipping class"
11536
+ msgstr "افزودن کلاس حمل و نقل"
11537
 
11538
+ #: includes/admin/settings/views/html-admin-page-shipping-classes.php:33
11539
+ #, fuzzy
11540
+ #| msgid "No Shipping classes have been created."
11541
+ msgid "No shipping classes have been created."
11542
+ msgstr "هیچ کلاس حمل و نقلی هنوز ساخته نشده است."
11543
 
11544
+ #: includes/admin/settings/views/html-admin-page-shipping-classes.php:52
11545
+ #, fuzzy
11546
+ #| msgid "Shipping class name."
11547
+ msgid "Shipping class name"
11548
+ msgstr "نام روش حمل و نقل"
11549
 
11550
+ #: includes/admin/settings/views/html-admin-page-shipping-classes.php:54
11551
+ msgid "Cancel changes"
11552
+ msgstr "رد کردن تغییرات"
11553
 
11554
+ #: includes/admin/settings/views/html-admin-page-shipping-classes.php:68
11555
+ msgid "Description for your reference"
11556
+ msgstr "توضیحات برای مرجع شما"
 
11557
 
11558
+ #: includes/admin/settings/views/html-admin-page-shipping-zone-methods.php:19
11559
+ #: includes/admin/settings/views/html-admin-page-shipping-zone-methods.php:23
11560
+ #: includes/admin/settings/views/html-admin-page-shipping-zones.php:16
11561
+ #, fuzzy
11562
+ #| msgid "Zone Name"
11563
+ msgid "Zone name"
11564
+ msgstr "منطقه"
11565
 
11566
+ #: includes/admin/settings/views/html-admin-page-shipping-zone-methods.php:20
11567
+ #, fuzzy
11568
+ #| msgid "This is the name of the download shown to the customer."
11569
+ msgid "This is the name of the zone for your reference."
11570
+ msgstr "این نام دانلود برای مشتری نمایان می گردد."
11571
 
11572
+ #: includes/admin/settings/views/html-admin-page-shipping-zone-methods.php:28
11573
+ msgid "Zone regions"
11574
+ msgstr ""
11575
 
11576
+ #: includes/admin/settings/views/html-admin-page-shipping-zone-methods.php:29
11577
+ msgid "These are regions inside this zone. Customers will be matched against these regions."
11578
+ msgstr ""
11579
 
11580
+ #: includes/admin/settings/views/html-admin-page-shipping-zone-methods.php:32
11581
+ msgid "Select regions within this zone"
11582
+ msgstr "انتخاب ناحیه ها در این منطقه"
11583
 
11584
+ #: includes/admin/settings/views/html-admin-page-shipping-zone-methods.php:52
11585
+ msgid "Limit to specific ZIP/postcodes"
11586
+ msgstr "محدود به کدهای پستی خاص"
11587
 
11588
+ #: includes/admin/settings/views/html-admin-page-shipping-zone-methods.php:55
11589
+ msgid "List 1 postcode per line"
11590
+ msgstr ""
 
11591
 
11592
+ #: includes/admin/settings/views/html-admin-page-shipping-zone-methods.php:56
11593
+ msgid ""
11594
+ "Postcodes containing wildcards (e.g. CB23*) and fully numeric ranges (e.g. <code>90210...99000</"
11595
+ "code>) are also supported."
11596
+ msgstr ""
11597
 
11598
+ #: includes/admin/settings/views/html-admin-page-shipping-zone-methods.php:63
11599
+ #, fuzzy
11600
+ #| msgid "Shipping Method"
11601
+ msgid "Shipping methods"
11602
+ msgstr ""
11603
+ "لطفا برای دیدن روش های حمل و نقل موجود، به پرداخت ادامه دهید و آدرس کامل پستی را وارد نمایید."
11604
 
11605
+ #: includes/admin/settings/views/html-admin-page-shipping-zone-methods.php:64
11606
+ msgid "The following shipping methods apply to customers with shipping addresses within this zone."
11607
+ msgstr ""
11608
 
11609
+ #: includes/admin/settings/views/html-admin-page-shipping-zone-methods.php:71
11610
+ #, fuzzy
11611
+ #| msgid "Shipping Method"
11612
+ msgid "Shipping method title"
11613
+ msgstr "روش ارسال"
11614
 
11615
+ #: includes/admin/settings/views/html-admin-page-shipping-zone-methods.php:79
11616
+ #: includes/admin/settings/views/html-admin-page-shipping-zone-methods.php:156
11617
+ #: includes/admin/settings/views/html-admin-page-shipping-zone-methods.php:181
11618
+ #: includes/admin/settings/views/html-admin-page-shipping-zones.php:95
11619
+ #: includes/admin/settings/views/html-admin-page-shipping-zones.php:121
11620
+ msgid "Add shipping method"
11621
+ msgstr "افزودن روش حمل و نقل"
11622
 
11623
+ #: includes/admin/settings/views/html-admin-page-shipping-zone-methods.php:96
11624
+ msgid ""
11625
+ "You can add multiple shipping methods within this zone. Only customers within the zone will see "
11626
+ "them."
11627
+ msgstr ""
11628
 
11629
+ #. translators: %s: shipping method title
11630
+ #: includes/admin/settings/views/html-admin-page-shipping-zone-methods.php:126
11631
+ #, fuzzy
11632
+ #| msgctxt "Shipping Method Settings"
11633
+ #| msgid "%s Settings"
11634
+ msgid "%s Settings"
11635
+ msgstr "پیکربندی %s "
11636
 
11637
+ #: includes/admin/settings/views/html-admin-page-shipping-zone-methods.php:131
11638
+ #: includes/admin/settings/views/html-admin-page-shipping-zone-methods.php:158
11639
+ #: includes/admin/settings/views/html-admin-page-shipping-zones.php:97
11640
+ msgid "Close modal panel"
11641
+ msgstr ""
11642
 
11643
+ #: includes/admin/settings/views/html-admin-page-shipping-zone-methods.php:164
11644
+ #: includes/admin/settings/views/html-admin-page-shipping-zones.php:103
11645
+ msgid ""
11646
+ "Choose the shipping method you wish to add. Only shipping methods which support zones are listed."
11647
+ msgstr ""
11648
 
11649
+ #: includes/admin/settings/views/html-admin-page-shipping-zones.php:9
11650
+ #: includes/admin/settings/views/html-admin-page-shipping-zones.php:66
11651
+ msgid "Add shipping zone"
11652
+ msgstr "افزودن ناحیه حمل و نقل"
11653
 
11654
+ #: includes/admin/settings/views/html-admin-page-shipping-zones.php:11
11655
+ msgid "A shipping zone is a geographic region where a certain set of shipping methods are offered."
11656
+ msgstr ""
11657
 
11658
+ #: includes/admin/settings/views/html-admin-page-shipping-zones.php:11
11659
+ msgid ""
11660
+ "WooCommerce will match a customer to a single zone using their shipping address and present the "
11661
+ "shipping methods within that zone to them."
11662
+ msgstr ""
11663
 
11664
+ #: includes/admin/settings/views/html-admin-page-shipping-zones.php:15
11665
+ msgid ""
11666
+ "Drag and drop to re-order your custom zones. This is the order in which they will be matched "
11667
+ "against the customer address."
11668
+ msgstr ""
11669
 
11670
+ #: includes/admin/settings/views/html-admin-page-shipping-zones.php:17
11671
+ msgid "Region(s)"
11672
+ msgstr "ناحیه(ها)"
11673
 
11674
+ #: includes/admin/settings/views/html-admin-page-shipping-zones.php:18
11675
+ #, fuzzy
11676
+ #| msgid "Shipping Method(s)"
11677
+ msgid "Shipping method(s)"
11678
+ msgstr "روش حمل و نقل"
11679
 
11680
+ #: includes/admin/settings/views/html-admin-page-shipping-zones.php:26
11681
+ #: includes/data-stores/class-wc-shipping-zone-data-store.php:66
11682
+ msgid "Rest of the World"
11683
+ msgstr "باقی دنیا"
11684
 
11685
+ #: includes/admin/settings/views/html-admin-page-shipping-zones.php:31
11686
+ #, fuzzy
11687
+ #| msgid ""
11688
+ #| "This zone is used for shipping addresses that aren&lsquo;t included in any other shipping zone. "
11689
+ #| "Adding shipping methods to this zone is optional."
11690
+ msgid ""
11691
+ "This zone is <b>optionally</b> used for regions that are not included in any other shipping zone."
11692
+ msgstr ""
11693
+ "این منطقه برای آدرس هایی که مشمول مناطق دیگر نیست استفاده می شود. افزودن روش های حمل و نقل به این "
11694
+ "منطقه اختیاری است."
11695
 
11696
+ #: includes/admin/settings/views/html-admin-page-shipping-zones.php:58
11697
+ msgid ""
11698
+ "A shipping zone is a geographic region where a certain set of shipping methods and rates apply."
11699
+ msgstr ""
11700
 
11701
+ #: includes/admin/settings/views/html-admin-page-shipping-zones.php:59
11702
+ msgid "For example:"
11703
+ msgstr "برای نمونه:"
11704
 
11705
+ #: includes/admin/settings/views/html-admin-page-shipping-zones.php:61
11706
+ msgid "Local zone = California ZIP 90210 = Local pickup"
11707
+ msgstr ""
11708
 
11709
+ #: includes/admin/settings/views/html-admin-page-shipping-zones.php:62
11710
+ msgid "US domestic zone = All US states = Flat rate shipping"
11711
+ msgstr ""
 
11712
 
11713
+ #: includes/admin/settings/views/html-admin-page-shipping-zones.php:63
11714
+ msgid "Europe zone = Any country in Europe = Flat rate shipping"
11715
+ msgstr ""
11716
 
11717
+ #: includes/admin/settings/views/html-admin-page-shipping-zones.php:65
11718
+ msgid ""
11719
+ "Add as many zones as you need &ndash; customers will only see the methods available for their "
11720
+ "address."
11721
+ msgstr ""
11722
 
11723
+ #: includes/admin/settings/views/html-keys-edit.php:8
11724
+ #, fuzzy
11725
+ #| msgid "Key Details"
11726
+ msgid "Key details"
11727
+ msgstr "جزییات کلید"
11728
 
11729
+ #: includes/admin/settings/views/html-keys-edit.php:17
11730
+ msgid "Friendly name for identifying this key."
11731
+ msgstr "یک نام برای شناسایی این کلید بنویسید."
 
 
 
 
 
 
11732
 
11733
+ #: includes/admin/settings/views/html-keys-edit.php:26
11734
+ msgid "Owner of these keys."
11735
+ msgstr "صاحب این کلیدها"
 
 
 
 
 
 
11736
 
11737
+ #: includes/admin/settings/views/html-keys-edit.php:41
11738
+ #, fuzzy
11739
+ #| msgid "Search for a customer&hellip;"
11740
+ msgid "Search for a user&hellip;"
11741
+ msgstr "جستجو برای یک خریدار&hellip;"
 
 
 
 
11742
 
11743
+ #: includes/admin/settings/views/html-keys-edit.php:49
11744
+ msgid "Select the access type of these keys."
11745
+ msgstr "نوع دسترسی به این کلید را گزینش کنید."
 
 
 
 
11746
 
11747
+ #: includes/admin/settings/views/html-keys-edit.php:101
11748
+ #, fuzzy
11749
+ #| msgid "Generate API Key"
11750
+ msgid "Generate API key"
11751
+ msgstr "ساخت کلید API "
11752
 
11753
+ #: includes/admin/settings/views/html-keys-edit.php:106 includes/class-wc-ajax.php:1521
11754
+ #, fuzzy
11755
+ #| msgid "Revoke Key"
11756
+ msgid "Revoke key"
11757
+ msgstr "کلید ابطال"
11758
 
11759
+ #: includes/admin/settings/views/html-keys-edit.php:119
11760
+ #, fuzzy
11761
+ #| msgid "Consumer Key"
11762
+ msgid "Consumer key"
11763
+ msgstr "کلید مصرف کننده"
11764
 
11765
+ #: includes/admin/settings/views/html-keys-edit.php:122
11766
+ #: includes/admin/settings/views/html-keys-edit.php:130
11767
+ #: includes/admin/views/html-admin-page-status-report.php:26
11768
+ msgid "Copied!"
11769
+ msgstr "کپی شد!"
 
11770
 
11771
+ #: includes/admin/settings/views/html-keys-edit.php:122
11772
+ #: includes/admin/settings/views/html-keys-edit.php:130
11773
+ msgid "Copy"
11774
+ msgstr "کپی"
11775
 
11776
+ #: includes/admin/settings/views/html-keys-edit.php:127
11777
+ #, fuzzy
11778
+ #| msgid "Consumer Secret"
11779
+ msgid "Consumer secret"
11780
+ msgstr "رمز مصرف کننده"
11781
 
11782
+ #: includes/admin/settings/views/html-keys-edit.php:135
11783
+ msgid "QRCode"
11784
+ msgstr "بارکد QR"
 
11785
 
11786
+ #: includes/admin/settings/views/html-settings-tax.php:8
11787
+ msgid "Search&hellip;"
11788
+ msgstr "جستجو&hellip;"
11789
 
11790
+ #. translators: %s: tax rate
11791
+ #: includes/admin/settings/views/html-settings-tax.php:16
11792
+ #, fuzzy
11793
+ #| msgid "\"%s\" Tax Rates"
11794
+ msgid "\"%s\" tax rates"
11795
+ msgstr "\"%s\" نرخ مالیات"
 
 
 
 
11796
 
11797
+ #: includes/admin/settings/views/html-settings-tax.php:17
11798
+ #: includes/admin/views/html-bulk-edit-product.php:95
11799
+ #: includes/admin/views/html-quick-edit-product.php:73
11800
+ #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:217
11801
+ #: includes/wc-product-functions.php:784
11802
+ msgid "Standard"
11803
+ msgstr "استاندارد"
11804
 
11805
+ #: includes/admin/settings/views/html-settings-tax.php:24
11806
+ #, fuzzy
11807
+ #| msgid "Country&nbsp;Code"
11808
+ msgid "Country&nbsp;code"
11809
+ msgstr "کد &nbsp; کشور"
11810
 
11811
+ #: includes/admin/settings/views/html-settings-tax.php:24
11812
+ msgid "A 2 digit country code, e.g. US. Leave blank to apply to all."
11813
+ msgstr "کد کشورهای دو رقمی مثل ایالات متحده آمریکا. برای اعمال برای همه، خالی بگذارید."
 
 
11814
 
11815
+ #: includes/admin/settings/views/html-settings-tax.php:25
11816
+ msgid "A 2 digit state code, e.g. AL. Leave blank to apply to all."
11817
+ msgstr "کد 2 رقمی استان، همانند خوزستان\" KH \". برای بکار گیری همه، آن را پوچ بگذارید."
11818
 
11819
+ #: includes/admin/settings/views/html-settings-tax.php:26
11820
+ msgid ""
11821
+ "Postcode for this rule. Semi-colon (;) separate multiple values. Leave blank to apply to all "
11822
+ "areas. Wildcards (*) and ranges for numeric postcodes (e.g. 12345...12350) can also be used."
11823
+ msgstr ""
11824
 
11825
+ #: includes/admin/settings/views/html-settings-tax.php:27
11826
+ msgid ""
11827
+ "Cities for this rule. Semi-colon (;) separate multiple values. Leave blank to apply to all cities."
11828
+ msgstr ""
11829
+ "شهرهای این قانون. با استفاده از (;) میتوانید شهر‌ها را از هم جدا کنید. خالی به معنای اعمال روی همه "
11830
+ "شهرهاست."
11831
 
11832
+ #: includes/admin/settings/views/html-settings-tax.php:28
11833
+ msgid "Rate&nbsp;%"
11834
+ msgstr "رتبه&nbsp;%"
11835
 
11836
+ #: includes/admin/settings/views/html-settings-tax.php:28
11837
+ msgid "Enter a tax rate (percentage) to 4 decimal places."
11838
+ msgstr "یک رتبه مالیاتی وارد کنید (درصد تا ۴ رقم اعشار)"
 
11839
 
11840
+ #: includes/admin/settings/views/html-settings-tax.php:29
11841
+ msgid "Enter a name for this tax rate."
11842
+ msgstr "یک نام برای این مالیات انتخاب کنید."
 
11843
 
11844
+ #: includes/admin/settings/views/html-settings-tax.php:30
11845
+ msgid ""
11846
+ "Choose a priority for this tax rate. Only 1 matching rate per priority will be used. To define "
11847
+ "multiple tax rates for a single area you need to specify a different priority per rate."
11848
+ msgstr ""
11849
+ "یک اولویت برای این رتبه مالیاتی انتخاب کنید. فقط یک رتبه با هر کدام از اولویت‌ها استفاده خواهد شد. "
11850
+ "برای بیشتر از یک رتبه مالیاتی برای یک منطقه شما نیاز دارید برای هر رتبه یک اولویت تعیین کنید."
11851
 
11852
+ #: includes/admin/settings/views/html-settings-tax.php:31
11853
+ msgid ""
11854
+ "Choose whether or not this is a compound rate. Compound tax rates are applied on top of other tax "
11855
+ "rates."
11856
+ msgstr ""
11857
+ "انتخاب کنید که این رتبه کوپنی است یا خیر. رتبه‌های مالیاتی کوپنی بر بقیه مالیات‌ها اعمال می‌شوند"
11858
 
11859
+ #: includes/admin/settings/views/html-settings-tax.php:32
11860
+ msgid "Choose whether or not this tax rate also gets applied to shipping."
11861
+ msgstr "انتخاب کنید که مالیات روی ارسال کالا هم اعمال بشود یا خیر"
11862
 
11863
+ #: includes/admin/settings/views/html-settings-tax.php:38
11864
+ msgid "Insert row"
11865
+ msgstr "افزودن ردیف"
 
11866
 
11867
+ #: includes/admin/settings/views/html-settings-tax.php:39
11868
+ msgid "Remove selected row(s)"
11869
+ msgstr "پاک کردن ردیفهای انتخاب شده"
11870
 
11871
+ #: includes/admin/settings/views/html-settings-tax.php:41
11872
+ msgid "Import CSV"
11873
+ msgstr "درون‌ریزی CSV"
11874
 
11875
+ #: includes/admin/settings/views/html-settings-tax.php:47
11876
+ msgid "Loading&hellip;"
11877
+ msgstr "بارگذاری&hellip;"
11878
 
11879
+ #: includes/admin/settings/views/html-settings-tax.php:53
11880
+ msgid "Tax rate ID: %s"
11881
+ msgstr "شناسه نرخ مالیات: %s"
 
 
 
 
 
 
11882
 
11883
+ #: includes/admin/settings/views/html-settings-tax.php:94
11884
+ #, fuzzy
11885
+ #| msgid "No Matching Tax Rates Found."
11886
+ msgid "No matching tax rates found."
11887
+ msgstr "هیچ نرخ مالیات تطبیقی یافت نشد."
11888
 
11889
+ #. translators: %s: number
11890
+ #: includes/admin/settings/views/html-settings-tax.php:104
11891
+ #, fuzzy
11892
+ #| msgctxt "%s will be a number eventually, but must be a string for now."
11893
+ #| msgid "%s items"
11894
+ msgid "%s items"
11895
+ msgstr "%s مورد"
11896
 
11897
+ #: includes/admin/settings/views/html-settings-tax.php:111
11898
+ msgid "First page"
11899
+ msgstr "برگه نخست "
11900
 
11901
+ #: includes/admin/settings/views/html-settings-tax.php:115
11902
+ msgid "Previous page"
11903
+ msgstr "برگه قبلی"
11904
 
11905
+ #: includes/admin/settings/views/html-settings-tax.php:132
11906
+ msgid "Next page"
11907
+ msgstr "برگه بعدی"
11908
 
11909
+ #: includes/admin/settings/views/html-settings-tax.php:136
11910
+ msgid "Last page"
11911
+ msgstr "برگه آخر"
11912
 
11913
+ #: includes/admin/settings/views/html-webhook-log.php:13 includes/wc-account-functions.php:224
11914
+ msgid "Method"
11915
+ msgstr "روش"
11916
 
11917
+ #: includes/admin/settings/views/html-webhook-log.php:14
11918
+ msgid "Duration"
11919
+ msgstr "مدت"
11920
 
11921
+ #: includes/admin/settings/views/html-webhook-log.php:15
11922
+ #: includes/admin/settings/views/html-webhook-log.php:26
11923
+ msgid "Headers"
11924
+ msgstr "سربرگ ها"
11925
 
11926
+ #: includes/admin/settings/views/html-webhook-log.php:21
11927
+ #: includes/admin/settings/views/html-webhook-log.php:34
11928
+ msgid "Content"
11929
+ msgstr "محتویات"
11930
 
11931
+ #: includes/admin/settings/views/html-webhook-logs.php:18
11932
+ #: includes/admin/settings/views/html-webhook-logs.php:26
11933
+ msgid "URL"
11934
+ msgstr "پیوند"
11935
 
11936
+ #: includes/admin/settings/views/html-webhook-logs.php:19
11937
+ #: includes/admin/settings/views/html-webhook-logs.php:27
11938
+ msgid "Request"
11939
+ msgstr "درخواست"
11940
 
11941
+ #: includes/admin/settings/views/html-webhook-logs.php:20
11942
+ #: includes/admin/settings/views/html-webhook-logs.php:28
11943
+ msgid "Response"
11944
+ msgstr "پاسخ"
11945
 
11946
+ #: includes/admin/settings/views/html-webhooks-edit.php:10
11947
+ #, fuzzy
11948
+ #| msgid "Webhook Data"
11949
+ msgid "Webhook data"
11950
+ msgstr "داده وب هوک"
11951
 
11952
+ #: includes/admin/settings/views/html-webhooks-edit.php:18
11953
+ msgid "Friendly name for identifying this webhook, defaults to Webhook created on %s."
11954
+ msgstr "نام صادقانه جهت تشخیص این وب هوک، به وب هوک ساخته شده در %s پیش فرض می شود."
11955
 
11956
+ #: includes/admin/settings/views/html-webhooks-edit.php:29
11957
+ msgid ""
11958
+ "The options are &quot;Active&quot; (delivers payload), &quot;Paused&quot; (does not deliver), or "
11959
+ "&quot;Disabled&quot; (does not deliver due delivery failures)."
11960
+ msgstr ""
11961
+ "پیکربندی &quot;فعال&quot; هستند (ارائه محموله)، &quot;متوقف شده است& (ارسال نمی شود)، یا &quot;"
11962
+ "غیرفعال&quot; شده ( به دلیل خطاهای حمل و نقل، ارسال نمی شود)."
11963
 
11964
+ #: includes/admin/settings/views/html-webhooks-edit.php:46
11965
+ msgid "Select when the webhook will fire."
11966
+ msgstr "گزینش زمانیکه وب هوک آتش می گیرد."
11967
 
11968
+ #: includes/admin/settings/views/html-webhooks-edit.php:55
11969
+ #, fuzzy
11970
+ #| msgid "Coupon Created"
11971
+ msgid "Coupon created"
11972
+ msgstr "کوپن ساخته شد"
11973
 
11974
+ #: includes/admin/settings/views/html-webhooks-edit.php:56
11975
+ #, fuzzy
11976
+ #| msgid "Coupon updated."
11977
+ msgid "Coupon updated"
11978
+ msgstr "کوپن به روز شد."
11979
 
11980
+ #: includes/admin/settings/views/html-webhooks-edit.php:57
11981
+ #, fuzzy
11982
+ #| msgid "Coupon Deleted"
11983
+ msgid "Coupon deleted"
11984
+ msgstr "کوپن پاک شد"
11985
 
11986
+ #: includes/admin/settings/views/html-webhooks-edit.php:58
11987
+ #, fuzzy
11988
+ #| msgid "Customer Created"
11989
+ msgid "Customer created"
11990
+ msgstr "کوپن ساخته شد"
11991
 
11992
+ #: includes/admin/settings/views/html-webhooks-edit.php:59
11993
+ #, fuzzy
11994
+ #| msgid "Customer Updated"
11995
+ msgid "Customer updated"
11996
+ msgstr "کوپن بروزرسانی شد"
11997
 
11998
+ #: includes/admin/settings/views/html-webhooks-edit.php:60
11999
+ #, fuzzy
12000
+ #| msgid "Customer Deleted"
12001
+ msgid "Customer deleted"
12002
+ msgstr "کوپن پاک شد"
12003
 
12004
+ #: includes/admin/settings/views/html-webhooks-edit.php:61
12005
+ #, fuzzy
12006
+ #| msgid "Order Created"
12007
+ msgid "Order created"
12008
+ msgstr "سفارش ساخته شد"
12009
 
12010
+ #: includes/admin/settings/views/html-webhooks-edit.php:62
12011
+ #, fuzzy
12012
+ #| msgid "Order updated."
12013
+ msgid "Order updated"
12014
+ msgstr "سفارش به روز شد."
 
 
12015
 
12016
+ #: includes/admin/settings/views/html-webhooks-edit.php:63
12017
+ #, fuzzy
12018
+ #| msgid "Order Deleted"
12019
+ msgid "Order deleted"
12020
+ msgstr "سفارش پاک شد"
12021
 
12022
+ #: includes/admin/settings/views/html-webhooks-edit.php:64
12023
+ #, fuzzy
12024
+ #| msgid "Product Created"
12025
+ msgid "Product created"
12026
+ msgstr "محصول ساخته شد"
12027
 
12028
+ #: includes/admin/settings/views/html-webhooks-edit.php:65
12029
+ #, fuzzy
12030
+ #| msgid "Product updated."
12031
+ msgid "Product updated"
12032
+ msgstr "محصول به‌روزرسانی شد."
12033
 
12034
+ #: includes/admin/settings/views/html-webhooks-edit.php:66
12035
+ #, fuzzy
12036
+ #| msgid "Product Deleted"
12037
+ msgid "Product deleted"
12038
+ msgstr "محصول پاک شد"
12039
 
12040
+ #: includes/admin/settings/views/html-webhooks-edit.php:67
12041
+ msgid "Action"
12042
+ msgstr "عملیات"
12043
 
12044
+ #: includes/admin/settings/views/html-webhooks-edit.php:68
12045
+ msgid "Custom"
12046
+ msgstr "سفارشی سازی"
12047
 
12048
+ #: includes/admin/settings/views/html-webhooks-edit.php:79
12049
+ #, fuzzy
12050
+ #| msgid "Action Event"
12051
+ msgid "Action event"
12052
+ msgstr "رویداد عملیات"
12053
 
12054
+ #: includes/admin/settings/views/html-webhooks-edit.php:80
12055
+ #, fuzzy
12056
+ #| msgid "Enter the Action that will trigger this webhook."
12057
+ msgid "Enter the action that will trigger this webhook."
12058
+ msgstr "عملی را وارد کنید که موجب این وب هوک شود."
12059
 
12060
+ #: includes/admin/settings/views/html-webhooks-edit.php:88
12061
+ #, fuzzy
12062
+ #| msgid "Custom Topic"
12063
+ msgid "Custom topic"
12064
+ msgstr "موضوع دلخواه"
12065
 
12066
+ #: includes/admin/settings/views/html-webhooks-edit.php:89
12067
+ #, fuzzy
12068
+ #| msgid "Enter the Custom Topic that will trigger this webhook."
12069
+ msgid "Enter the custom topic that will trigger this webhook."
12070
+ msgstr "موضوع سفارشی را وارد کنید که موجب این وب هوک شود."
12071
 
12072
+ #: includes/admin/settings/views/html-webhooks-edit.php:98
12073
+ msgid "URL where the webhook payload is delivered."
12074
+ msgstr "لینک وقتیکه محموله وب هوک تحویل داده شده است."
 
 
12075
 
12076
+ #: includes/admin/settings/views/html-webhooks-edit.php:106
12077
+ msgid "Secret"
12078
+ msgstr "محرمانه"
 
 
 
12079
 
12080
+ #: includes/admin/settings/views/html-webhooks-edit.php:107
12081
+ msgid ""
12082
+ "The secret key is used to generate a hash of the delivered webhook and provided in the request "
12083
+ "headers."
12084
+ msgstr ""
12085
 
12086
+ #: includes/admin/settings/views/html-webhooks-edit.php:115
12087
+ #, fuzzy
12088
+ #| msgid "WP Version"
12089
+ msgid "API Version"
12090
+ msgstr "نسخه WP"
 
 
12091
 
12092
+ #: includes/admin/settings/views/html-webhooks-edit.php:116
12093
+ msgid "REST API version used in the webhook deliveries."
12094
+ msgstr ""
12095
 
12096
+ #: includes/admin/settings/views/html-webhooks-edit.php:120
12097
+ msgid "WP REST API Integration v2"
12098
+ msgstr ""
12099
 
12100
+ #: includes/admin/settings/views/html-webhooks-edit.php:121
12101
+ msgid "WP REST API Integration v1"
12102
+ msgstr ""
12103
 
12104
+ #: includes/admin/settings/views/html-webhooks-edit.php:122
12105
+ msgid "Legacy API v3 (deprecated)"
12106
+ msgstr ""
12107
 
12108
+ #: includes/admin/settings/views/html-webhooks-edit.php:133
12109
+ #, fuzzy
12110
+ #| msgid "Webhook Actions"
12111
+ msgid "Webhook actions"
12112
+ msgstr "عملیات وب هوک"
12113
 
12114
+ #: includes/admin/settings/views/html-webhooks-edit.php:140
12115
+ #: includes/admin/settings/views/html-webhooks-edit.php:149
12116
+ msgid "Created at"
12117
+ msgstr "ساخته شده در"
12118
 
12119
+ #: includes/admin/settings/views/html-webhooks-edit.php:157
12120
+ msgid "Updated at"
12121
+ msgstr "بروزرسانی شده در"
12122
 
12123
+ #: includes/admin/settings/views/html-webhooks-edit.php:168
12124
+ #, fuzzy
12125
+ #| msgid "Save Webhook"
12126
+ msgid "Save webhook"
12127
+ msgstr "ذخیره وب هوک"
12128
 
12129
+ #: includes/admin/settings/views/html-webhooks-edit.php:180
12130
+ #, fuzzy
12131
+ #| msgid "Webhook Logs"
12132
+ msgid "Webhook logs"
12133
+ msgstr "گزارشهای وب هوک"
12134
 
12135
+ #: includes/admin/settings/views/settings-tax.php:12
12136
+ #, fuzzy
12137
+ #| msgid "Prices Entered With Tax"
12138
+ msgid "Prices entered with tax"
12139
+ msgstr "قیمت‌های وارد شده با مالیات"
12140
 
12141
+ #: includes/admin/settings/views/settings-tax.php:16
12142
+ msgid ""
12143
+ "This option is important as it will affect how you input prices. Changing it will not update "
12144
+ "existing products."
12145
+ msgstr ""
12146
+ "این گزینه از آنجایی که روی قیمت‌های شما تاثیر میگذارد مهم است. \n"
12147
+ "تغییر در آن روی محصولات فعلی تاثیری نخواهد گذاشت."
12148
 
12149
+ #: includes/admin/settings/views/settings-tax.php:18
12150
+ msgid "Yes, I will enter prices inclusive of tax"
12151
+ msgstr "بله، من قیمت ها را با مالیات وارد خواهم کرد"
 
12152
 
12153
+ #: includes/admin/settings/views/settings-tax.php:19
12154
+ msgid "No, I will enter prices exclusive of tax"
12155
+ msgstr "من قیمت های را بدون مالیات وارد خواهم کرد"
 
12156
 
12157
+ #: includes/admin/settings/views/settings-tax.php:24
12158
+ #, fuzzy
12159
+ #| msgid "Calculate Tax Based On"
12160
+ msgid "Calculate tax based on"
12161
+ msgstr "محاسبه مالیات بر اساس"
12162
 
12163
+ #: includes/admin/settings/views/settings-tax.php:26
12164
+ msgid "This option determines which address is used to calculate tax."
12165
+ msgstr "این گزینه بررسی میکند که کدام آدرس برای محاسبه مالیات استفاده شود."
 
12166
 
12167
+ #: includes/admin/settings/views/settings-tax.php:38
12168
+ #, fuzzy
12169
+ #| msgid "Shipping Tax Class"
12170
+ msgid "Shipping tax class"
12171
+ msgstr "مالیات روش حمل و نقل"
12172
 
12173
+ #: includes/admin/settings/views/settings-tax.php:39
12174
+ msgid ""
12175
+ "Optionally control which tax class shipping gets, or leave it so shipping tax is based on the cart "
12176
+ "items themselves."
12177
+ msgstr ""
12178
+ "به صورت دلخواه، تعیین میکند چه کلاس مالیاتی‌ای روی ارسال تاثیر میگذارد، و یا آنرا به مالیات بر اساس "
12179
+ "سبد خرید واگذار میکند."
12180
 
12181
+ #: includes/admin/settings/views/settings-tax.php:45
12182
+ msgid "Shipping tax class based on cart items"
12183
+ msgstr "کلاس مالیاتی ارسال بر اساس محصولات موجود در سبد خرید"
12184
 
12185
+ #: includes/admin/settings/views/settings-tax.php:50
12186
+ msgid "Rounding"
12187
+ msgstr "گرد کردن"
12188
 
12189
+ #: includes/admin/settings/views/settings-tax.php:51
12190
+ msgid "Round tax at subtotal level, instead of rounding per line"
12191
+ msgstr "گرد کردن مالیات زیرجمع به جای گرد کردن هر خط"
 
 
 
 
 
12192
 
12193
+ #: includes/admin/settings/views/settings-tax.php:58
12194
+ #, fuzzy
12195
+ #| msgid "Additional Tax Classes"
12196
+ msgid "Additional tax classes"
12197
+ msgstr "کلاس‌های مالیاتی اضافی"
12198
 
12199
+ #: includes/admin/settings/views/settings-tax.php:59
12200
+ #, fuzzy
12201
+ #| msgid ""
12202
+ #| "List additional tax classes below (1 per line). This is in addition to the default \"Standard "
12203
+ #| "Rate\"."
12204
+ msgid ""
12205
+ "List additional tax classes below (1 per line). This is in addition to the default \"Standard rate"
12206
+ "\"."
12207
+ msgstr "لیست کلاسهای مالیات افزوده زیر ( هر خط 1 ). اضافه بر این \"نرخ استاندارد\" پیش فرض می باشد."
12208
 
12209
+ #: includes/admin/settings/views/settings-tax.php:63
12210
+ #, fuzzy
12211
+ #| msgid "Reduced Rate%sZero Rate"
12212
+ msgid "Reduced rate%sZero rate"
12213
+ msgstr "کاهش رتبه %s رتبه صفر"
12214
 
12215
+ #: includes/admin/settings/views/settings-tax.php:67
12216
+ #, fuzzy
12217
+ #| msgid "Display Prices in the Shop"
12218
+ msgid "Display prices in the shop"
12219
+ msgstr "نمایش قیمت ها در فروشگاه"
12220
 
12221
+ #: includes/admin/settings/views/settings-tax.php:73
12222
+ #: includes/admin/settings/views/settings-tax.php:85
12223
+ msgid "Including tax"
12224
+ msgstr "با احتساب مالیات"
12225
 
12226
+ #: includes/admin/settings/views/settings-tax.php:74
12227
+ #: includes/admin/settings/views/settings-tax.php:86
12228
+ msgid "Excluding tax"
12229
+ msgstr "بدون احتساب مالیات"
12230
 
12231
+ #: includes/admin/settings/views/settings-tax.php:79
12232
+ #, fuzzy
12233
+ #| msgid "Display Prices During Cart and Checkout"
12234
+ msgid "Display prices during cart and checkout"
12235
+ msgstr "نمایش قیمت ها در طول سبد خرید و پرداخت"
12236
 
12237
+ #: includes/admin/settings/views/settings-tax.php:92
12238
+ #, fuzzy
12239
+ #| msgid "Price Display Suffix"
12240
+ msgid "Price display suffix"
12241
+ msgstr "نمایش پسوند قیمت"
12242
 
12243
+ #: includes/admin/settings/views/settings-tax.php:97
12244
+ msgid ""
12245
+ "Define text to show after your product prices. This could be, for example, \"inc. Vat\" to explain "
12246
+ "your pricing. You can also have prices substituted here using one of the following: "
12247
+ "{price_including_tax}, {price_excluding_tax}."
12248
+ msgstr ""
12249
+ "متن نمایشی که پس از قیمت محصول نشان داده می شود، را بنویسید.به عنوان نمونه، \"inc. Vat\" می تواند "
12250
+ "جهت توضیح قیمت های شما باشد. شما همچنین می توانید یکی از قیمت های ثبت شده زیر را هم استفاده کنید:\n"
12251
+ "{price_including_tax}, {price_excluding_tax}."
12252
 
12253
+ #: includes/admin/settings/views/settings-tax.php:101
12254
+ #, fuzzy
12255
+ #| msgid "Update totals"
12256
+ msgid "Display tax totals"
12257
+ msgstr "به روز رسانی جمع کل"
12258
 
12259
+ #: includes/admin/settings/views/settings-tax.php:107
12260
+ msgid "As a single total"
12261
+ msgstr "به عنوان یک کل واحد"
 
 
12262
 
12263
+ #: includes/admin/settings/views/settings-tax.php:108
12264
+ msgid "Itemized"
12265
+ msgstr "مورد"
 
12266
 
12267
+ #: includes/admin/views/html-admin-page-addons.php:48
12268
+ #, fuzzy
12269
+ #| msgid ""
12270
+ #| "Our catalog of WooCommerce Extensions can be found on WooThemes.com here: <a href=\"%s"
12271
+ #| "\">WooCommerce Extensions Catalog</a>"
12272
+ msgid ""
12273
+ "Our catalog of WooCommerce Extensions can be found on WooCommerce.com here: <a href=\"%s"
12274
+ "\">WooCommerce Extensions Catalog</a>"
12275
+ msgstr ""
12276
+ "دفترچه ما از افزونه های ووکامرس را می توانید در Woocoommerce.ir پیدا کنید: <a href=\"http://forum."
12277
+ "persianscript.ir/f138/\">دفترچه افزونه های ووکامرس</a>"
12278
 
12279
+ #: includes/admin/views/html-admin-page-addons.php:54
12280
+ msgid "Looking for a WooCommerce theme?"
12281
+ msgstr "بدنبال یک پوسته برای ووکامرس هستید؟"
12282
 
12283
+ #: includes/admin/views/html-admin-page-addons.php:55
12284
+ #, fuzzy
12285
+ #| msgid "We recommend Storefront, the %sofficial%s WooCommerce theme."
12286
+ msgid "We recommend Storefront, the <em>official</em> WooCommerce theme."
12287
+ msgstr "پیشنهاد ما استورفرونت است، پوسته %sرسمی%s ووکامرس"
12288
 
12289
+ #: includes/admin/views/html-admin-page-addons.php:56
12290
+ msgid ""
12291
+ "Storefront is an intuitive, flexible and <strong>free</strong> WordPress theme offering deep "
12292
+ "integration with WooCommerce and many of the most popular customer-facing extensions."
12293
+ msgstr ""
12294
 
12295
+ #: includes/admin/views/html-admin-page-addons.php:58
12296
+ msgid "Read all about it"
12297
+ msgstr "خواندن همه در این باره"
12298
 
12299
+ #: includes/admin/views/html-admin-page-addons.php:59
12300
+ msgid "Download &amp; install"
12301
+ msgstr "دانلود &amp; نصب"
12302
 
12303
+ #: includes/admin/views/html-admin-page-status-logs-db.php:17
12304
+ msgid "Flush all logs"
12305
+ msgstr ""
12306
 
12307
+ #: includes/admin/views/html-admin-page-status-logs-db.php:23
12308
+ #, fuzzy
12309
+ #| msgid "Are you sure you want to delete this attribute?"
12310
+ msgid "Are you sure you want to clear all logs from the database?"
12311
+ msgstr "آیا میخواهید این ویژگی را پاک کنید؟"
12312
 
12313
+ #: includes/admin/views/html-admin-page-status-logs.php:17
12314
+ #, fuzzy
12315
+ #| msgid "Delete note"
12316
+ msgid "Delete log"
12317
+ msgstr "پاک یادداشت"
12318
 
12319
+ #: includes/admin/views/html-admin-page-status-logs.php:37
12320
+ msgid "There are currently no logs to view."
12321
+ msgstr "در حال حاضر هیچ Log جهت نمایش وجود ندارد"
12322
 
12323
+ #: includes/admin/views/html-admin-page-status-report.php:21
12324
+ msgid "Please copy and paste this information in your ticket when contacting support:"
12325
+ msgstr "خواهشمندیمً در صورت درخواست پشتیبانی این اطلاعات را لحاظ کنید:"
12326
 
12327
+ #: includes/admin/views/html-admin-page-status-report.php:22
12328
+ #, fuzzy
12329
+ #| msgid "Get System Report"
12330
+ msgid "Get system report"
12331
+ msgstr "دریافت گزارش سیستم"
12332
 
12333
+ #: includes/admin/views/html-admin-page-status-report.php:23
12334
+ #, fuzzy
12335
+ #| msgid "Understanding the Status Report"
12336
+ msgid "Understanding the status report"
12337
+ msgstr "درک گزارش وضعیت"
12338
 
12339
+ #: includes/admin/views/html-admin-page-status-report.php:26
12340
+ #, fuzzy
12341
+ #| msgid "Copy for Support"
12342
+ msgid "Copy for support"
12343
+ msgstr "کپی برای پشتیبانی"
12344
 
12345
+ #: includes/admin/views/html-admin-page-status-report.php:33
12346
+ #, fuzzy
12347
+ #| msgid "WordPress Environment"
12348
+ msgid "WordPress environment"
12349
+ msgstr "وردپرس حافظ محیط زیست"
12350
 
12351
+ #: includes/admin/views/html-admin-page-status-report.php:38
12352
+ msgid "Home URL"
12353
+ msgstr "لینک برگه خانه"
12354
 
12355
+ #: includes/admin/views/html-admin-page-status-report.php:39
12356
+ msgid "The URL of your site's homepage."
12357
+ msgstr "آدرس برگه خانه سایت"
12358
 
12359
+ #: includes/admin/views/html-admin-page-status-report.php:43
12360
+ msgid "Site URL"
12361
+ msgstr "لینک سایت"
12362
 
12363
+ #: includes/admin/views/html-admin-page-status-report.php:44
12364
+ msgid "The root URL of your site."
12365
+ msgstr "آدرس Root سایت شما."
12366
 
12367
+ #: includes/admin/views/html-admin-page-status-report.php:48
12368
+ #, fuzzy
12369
+ #| msgid "WC Version"
12370
+ msgid "WC version"
12371
+ msgstr "نسخه WC"
12372
 
12373
+ #: includes/admin/views/html-admin-page-status-report.php:49
12374
+ msgid "The version of WooCommerce installed on your site."
12375
+ msgstr "نگارش ووکامرس بر روی سایت شما نصب شده است."
 
 
12376
 
12377
+ #: includes/admin/views/html-admin-page-status-report.php:53
12378
+ #, fuzzy
12379
+ #| msgid "Log Directory Writable"
12380
+ msgid "Log directory writable"
12381
+ msgstr "پوشه Log قابل نوشتن است"
12382
 
12383
+ #: includes/admin/views/html-admin-page-status-report.php:54
12384
+ msgid ""
12385
+ "Several WooCommerce extensions can write logs which makes debugging problems easier. The directory "
12386
+ "must be writable for this to happen."
12387
+ msgstr ""
12388
+ "افزونه های ووکامرس متعددی می توانند گزارش هایی را بنویسند که حل مشکلات را آسانتر کنند. برای این "
12389
+ "موضوع پوشه باید قابل نوشتن باشد."
12390
 
12391
+ #: includes/admin/views/html-admin-page-status-report.php:59
12392
+ #, fuzzy
12393
+ #| msgid ""
12394
+ #| "To allow logging, make <code>%s</code> writable or define a custom <code>WC_LOG_DIR</code>."
12395
+ msgid "To allow logging, make %1$s writable or define a custom %2$s."
12396
+ msgstr ""
12397
+ "برای گزارش نویسی، <code>%s</code> را ساخته و دسترسی نوشتنی به آن بدهید. یا <code>WC_LOG_DIR</code> "
12398
+ "را سفارشی سازی کنید."
12399
 
12400
+ #: includes/admin/views/html-admin-page-status-report.php:64
12401
+ #, fuzzy
12402
+ #| msgid "WP Version"
12403
+ msgid "WP version"
12404
+ msgstr "نسخه WP"
12405
 
12406
+ #: includes/admin/views/html-admin-page-status-report.php:65
12407
+ msgid "The version of WordPress installed on your site."
12408
+ msgstr "نگارش وردپرس نصب شده بر روی سایت شما."
 
12409
 
12410
+ #: includes/admin/views/html-admin-page-status-report.php:69
12411
+ #, fuzzy
12412
+ #| msgid "WP Multisite"
12413
+ msgid "WP multisite"
12414
+ msgstr "وردپرس شبکه"
12415
 
12416
+ #: includes/admin/views/html-admin-page-status-report.php:70
12417
+ msgid "Whether or not you have WordPress Multisite enabled."
12418
+ msgstr "یا شما وردپرس شبکه را فعال نکرده اید."
 
 
12419
 
12420
+ #: includes/admin/views/html-admin-page-status-report.php:74
12421
+ #, fuzzy
12422
+ #| msgid "WP Memory Limit"
12423
+ msgid "WP memory limit"
12424
+ msgstr "محدودیت حافظه WP"
12425
 
12426
+ #: includes/admin/views/html-admin-page-status-report.php:75
12427
+ msgid "The maximum amount of memory (RAM) that your site can use at one time."
12428
+ msgstr "بیشینه مقدار حافظه ای (RAM) که سایت شما می تواند در یک زمان بکار گیرد."
12429
 
12430
+ #: includes/admin/views/html-admin-page-status-report.php:78
12431
+ #, fuzzy
12432
+ #| msgid "%s - We recommend setting memory to at least 64MB. See: %s"
12433
+ msgid "%1$s - We recommend setting memory to at least 64MB. See: %2$s"
12434
+ msgstr "%s - ما پیشنهاد میکنیم پیکربندی حافظه حداقل 64MB باشد. ببینید: %s"
12435
 
12436
+ #: includes/admin/views/html-admin-page-status-report.php:78
12437
+ msgid "Increasing memory allocated to PHP"
12438
+ msgstr "افزایش حافظه اختصاص یافته به PHP"
 
 
 
12439
 
12440
+ #: includes/admin/views/html-admin-page-status-report.php:85
12441
+ #, fuzzy
12442
+ #| msgid "WP Debug Mode"
12443
+ msgid "WP debug mode"
12444
+ msgstr "حالت اشکال زدایی WP"
12445
 
12446
+ #: includes/admin/views/html-admin-page-status-report.php:86
12447
+ msgid "Displays whether or not WordPress is in Debug Mode."
12448
+ msgstr "نمایش ایرادها یا اینکه وردپرس در حالت اشکال زدایی است."
 
 
 
12449
 
12450
+ #: includes/admin/views/html-admin-page-status-report.php:96
12451
+ msgid "WP cron"
12452
+ msgstr ""
 
 
 
12453
 
12454
+ #: includes/admin/views/html-admin-page-status-report.php:97
12455
+ msgid "Displays whether or not WP Cron Jobs are enabled."
12456
+ msgstr ""
12457
 
12458
+ #: includes/admin/views/html-admin-page-status-report.php:107
12459
+ msgid "Language"
12460
+ msgstr "زبان"
12461
 
12462
+ #: includes/admin/views/html-admin-page-status-report.php:108
12463
+ msgid "The current language used by WordPress. Default = English"
12464
+ msgstr "زبان کنونی وردپرس. پیش پندار= انگلیسی"
12465
 
12466
+ #: includes/admin/views/html-admin-page-status-report.php:116
12467
+ #, fuzzy
12468
+ #| msgid "Server Environment"
12469
+ msgid "Server environment"
12470
+ msgstr "سرور سبز"
12471
 
12472
+ #: includes/admin/views/html-admin-page-status-report.php:121
12473
+ #, fuzzy
12474
+ #| msgid "Server Info"
12475
+ msgid "Server info"
12476
+ msgstr "مشخصات سرور"
12477
 
12478
+ #: includes/admin/views/html-admin-page-status-report.php:122
12479
+ msgid "Information about the web server that is currently hosting your site."
12480
+ msgstr "اطلاعاتی درباره وب سروری که میزبان سایت شما می باشد."
12481
 
12482
+ #: includes/admin/views/html-admin-page-status-report.php:126
12483
+ #, fuzzy
12484
+ #| msgid "PHP Version"
12485
+ msgid "PHP version"
12486
+ msgstr "ورژن PHP"
12487
 
12488
+ #: includes/admin/views/html-admin-page-status-report.php:127
12489
+ msgid "The version of PHP installed on your hosting server."
12490
+ msgstr "نگارش PHP نصب شده بر روی سرور میزبان شما."
12491
 
12492
+ #: includes/admin/views/html-admin-page-status-report.php:130
12493
+ #, fuzzy
12494
+ #| msgid "%s - We recommend a minimum PHP version of 5.6. See: %s"
12495
+ msgid "%1$s - We recommend a minimum PHP version of 5.6. See: %2$s"
12496
+ msgstr "%s - ما پیشنهاد میکنیم حداقل نسخه PHP شما بر روی 5.6 باشد. ببینید: %s"
12497
 
12498
+ #: includes/admin/views/html-admin-page-status-report.php:130
12499
+ msgid "How to update your PHP version"
12500
+ msgstr "چگونه نسخه PHP را بروزرسانی کنیم"
12501
 
12502
+ #: includes/admin/views/html-admin-page-status-report.php:138
12503
+ #, fuzzy
12504
+ #| msgid "PHP Post Max Size"
12505
+ msgid "PHP post max size"
12506
+ msgstr "اندازه حداکثر پست PHP"
12507
 
12508
+ #: includes/admin/views/html-admin-page-status-report.php:139
12509
+ msgid "The largest filesize that can be contained in one post."
12510
+ msgstr "بزرگترین اندازه فایلی که می تواند در یک نوشته گذاشته شود."
 
 
 
12511
 
12512
+ #: includes/admin/views/html-admin-page-status-report.php:143
12513
+ #, fuzzy
12514
+ #| msgid "PHP Time Limit"
12515
+ msgid "PHP time limit"
12516
+ msgstr "محدودیت زمانی PHP"
12517
 
12518
+ #: includes/admin/views/html-admin-page-status-report.php:144
12519
+ msgid ""
12520
+ "The amount of time (in seconds) that your site will spend on a single operation before timing out "
12521
+ "(to avoid server lockups)"
12522
+ msgstr ""
12523
+ "مقدار زمانی (در ثانیه) که شما در سایت بر روی یک تک کار قبل از تمام شدن وقت خواهید گذراند، ( جهت "
12524
+ "جلوگیری از ممانعت های سرور)"
12525
 
12526
+ #: includes/admin/views/html-admin-page-status-report.php:148
12527
+ #, fuzzy
12528
+ #| msgid "PHP Max Input Vars"
12529
+ msgid "PHP max input vars"
12530
+ msgstr "اندازه حداکثر پست PHP"
12531
 
12532
+ #: includes/admin/views/html-admin-page-status-report.php:149
12533
+ msgid "The maximum number of variables your server can use for a single function to avoid overloads."
12534
+ msgstr ""
12535
+ "حداکثر تعداد متغیرهای سرور شما می تواند برای یک تابع تک برای جلوگیری از اضافه بار استفاده کند."
12536
 
12537
+ #: includes/admin/views/html-admin-page-status-report.php:153
12538
+ #, fuzzy
12539
+ #| msgid "cURL Version"
12540
+ msgid "cURL version"
12541
+ msgstr "نگارش cURL"
12542
 
12543
+ #: includes/admin/views/html-admin-page-status-report.php:154
12544
+ msgid "The version of cURL installed on your server."
12545
+ msgstr ""
12546
 
12547
+ #: includes/admin/views/html-admin-page-status-report.php:158
12548
+ #, fuzzy
12549
+ #| msgid "SUHOSIN Installed"
12550
+ msgid "SUHOSIN installed"
12551
+ msgstr "SUHOSIN نصب شده است"
12552
 
12553
+ #: includes/admin/views/html-admin-page-status-report.php:159
12554
+ msgid ""
12555
+ "Suhosin is an advanced protection system for PHP installations. It was designed to protect your "
12556
+ "servers on the one hand against a number of well known problems in PHP applications and on the "
12557
+ "other hand against potential unknown vulnerabilities within these applications or the PHP core "
12558
+ "itself. If enabled on your server, Suhosin may need to be configured to increase its data "
12559
+ "submission limits."
12560
+ msgstr ""
12561
+ "Suhosin یک سیستم حفاظت پیشرفته برای نصب PHP است. این سیستم جهت محافظت از سرورهای شما در برابر "
12562
+ "تعدادی از مشکلات شناخته شده در برنامه های PHP در یک طرف و از سوی دیگر در برابر آسیب پذیری های "
12563
+ "ناشناخته بالقوه در این برنامه ها و یا هسته PHP خود طراحی شده است. اگر Suhosin را بر روی سرور خود "
12564
+ "فعال کنید، ممکن است جهت افزایش محدودیت داده ها به پیکربندی نیاز شود."
12565
+
12566
+ #: includes/admin/views/html-admin-page-status-report.php:170
12567
+ #, fuzzy
12568
+ #| msgid "MySQL Version"
12569
+ msgid "MySQL version"
12570
+ msgstr "نسخه MySQL"
12571
 
12572
+ #: includes/admin/views/html-admin-page-status-report.php:171
12573
+ msgid "The version of MySQL installed on your hosting server."
12574
+ msgstr "نگارش نصب شده MySQL بر روی سرور هاست شما."
 
 
 
 
 
12575
 
12576
+ #: includes/admin/views/html-admin-page-status-report.php:175
12577
+ #, fuzzy
12578
+ #| msgid "%s - We recommend a minimum MySQL version of 5.6. See: %s"
12579
+ msgid "%1$s - We recommend a minimum MySQL version of 5.6. See: %2$s"
12580
+ msgstr "%s - ما پیشنهاد می کنیم حداقل نسخه MySQL 5.6 باشد. ببینید: %s"
12581
 
12582
+ #: includes/admin/views/html-admin-page-status-report.php:175
12583
+ #, fuzzy
12584
+ #| msgid "WordPress Requirements"
12585
+ msgid "WordPress requirements"
12586
+ msgstr "نیازمندی های وردپرس"
12587
 
12588
+ #: includes/admin/views/html-admin-page-status-report.php:184
12589
+ #, fuzzy
12590
+ #| msgid "Max Upload Size"
12591
+ msgid "Max upload size"
12592
+ msgstr "بیشینه اندازه آپلود"
 
 
 
 
 
12593
 
12594
+ #: includes/admin/views/html-admin-page-status-report.php:185
12595
+ msgid "The largest filesize that can be uploaded to your WordPress installation."
12596
+ msgstr "بزرگترین اندازه فایلی که می تواند در نصب وردپرس بارگذاری شود."
 
 
12597
 
12598
+ #: includes/admin/views/html-admin-page-status-report.php:189
12599
+ #, fuzzy
12600
+ #| msgid "Default Timezone is UTC"
12601
+ msgid "Default timezone is UTC"
12602
+ msgstr "منطقه زمانی پیش پندار است"
12603
 
12604
+ #: includes/admin/views/html-admin-page-status-report.php:190
12605
+ msgid "The default timezone for your server."
12606
+ msgstr "منطقه زمانی پیش فرض برای سرور شما."
 
 
 
12607
 
12608
+ #: includes/admin/views/html-admin-page-status-report.php:193
12609
+ msgid "Default timezone is %s - it should be UTC"
12610
+ msgstr "منطقه زمانی پیشفرض %s می باشد - شما می بایست از UTC استفاده کنید"
12611
 
12612
+ #: includes/admin/views/html-admin-page-status-report.php:200
12613
+ msgid "fsockopen/cURL"
12614
+ msgstr ""
 
 
12615
 
12616
+ #: includes/admin/views/html-admin-page-status-report.php:201
12617
+ msgid ""
12618
+ "Payment gateways can use cURL to communicate with remote servers to authorize payments, other "
12619
+ "plugins may also use it when communicating with remote services."
12620
+ msgstr ""
12621
+ "درگاه های پرداخت می توانند از cURL برای اتصال با دیگر سرور ها برای تایید و پرداخت استفاده کنند ، "
12622
+ "دیگر افزونه ها همچنین می توانند در هنگام اتصال به سرویس های خارجی از این قابلیت استفاده نمایند."
12623
 
12624
+ #: includes/admin/views/html-admin-page-status-report.php:206
12625
+ msgid ""
12626
+ "Your server does not have fsockopen or cURL enabled - PayPal IPN and other scripts which "
12627
+ "communicate with other servers will not work. Contact your hosting provider."
12628
+ msgstr ""
12629
+ "fsockopen یا cURL در سرور شما فعال نیست. - IPN پی پال و باقی اسکریپت‌هایی که نیاز به ارتباط با "
12630
+ "سرور‌های دیگر دارند کار نخواهند کرد. با پشتیبانی هاستینگ خود تماس بگیرید."
12631
 
12632
+ #: includes/admin/views/html-admin-page-status-report.php:211
12633
+ msgid "SoapClient"
12634
+ msgstr ""
 
 
 
12635
 
12636
+ #: includes/admin/views/html-admin-page-status-report.php:212
12637
+ msgid ""
12638
+ "Some webservices like shipping use SOAP to get information from remote servers, for example, live "
12639
+ "shipping quotes from FedEx require SOAP to be installed."
12640
+ msgstr ""
12641
+ "برخی وبسرویس ها مانند حمل و نقل و درگاه ها از SOAP برای ارسال و دریافت اطلاعات بین سرور ها استفاده "
12642
+ "می کنند ، برای مثال ، درگاه های بانکی ملت و حمل و نقل FedEx به SOAP برای نصب نیاز دارند."
12643
 
12644
+ #: includes/admin/views/html-admin-page-status-report.php:217
12645
+ msgid ""
12646
+ "Your server does not have the %s class enabled - some gateway plugins which use SOAP may not work "
12647
+ "as expected."
12648
+ msgstr ""
12649
+ "در سرور شما کلاس %s فعال نیست - برخی درگاه های پرداخت با استفاده از SOAP فعال هستند و بدون آن کار "
12650
+ "نمی کنند."
12651
 
12652
+ #: includes/admin/views/html-admin-page-status-report.php:222
12653
+ msgid "DOMDocument"
12654
+ msgstr ""
 
12655
 
12656
+ #: includes/admin/views/html-admin-page-status-report.php:223
12657
+ msgid "HTML/Multipart emails use DOMDocument to generate inline CSS in templates."
12658
+ msgstr "ایمیل های HTML/چندگانه برای ساخت درون خطی CSS در الگوهااز اسناد DOM استفاده می کنند ."
12659
 
12660
+ #: includes/admin/views/html-admin-page-status-report.php:228
12661
+ msgid ""
12662
+ "Your server does not have the %s class enabled - HTML/Multipart emails, and also some extensions, "
12663
+ "will not work without DOMDocument."
12664
+ msgstr ""
12665
+ "در سرور شما کلاس %s وجود ندارد - ایمیل های HTML/Multipart ، و همچنین افزونه ها ، بدون DOMDocument "
12666
+ "کار نمی کنند. با ارائه دهنده خدمات میزبانی وب خود تماس بگیرید."
12667
 
12668
+ #: includes/admin/views/html-admin-page-status-report.php:233
12669
+ msgid "GZip"
12670
+ msgstr ""
12671
 
12672
+ #: includes/admin/views/html-admin-page-status-report.php:234
12673
+ msgid "GZip (gzopen) is used to open the GEOIP database from MaxMind."
12674
+ msgstr "GZip (gzopen) مورد استفاده پایگاه داده GEOIP از MaxMind می باشد."
12675
 
12676
+ #: includes/admin/views/html-admin-page-status-report.php:239
12677
+ msgid ""
12678
+ "Your server does not support the %s function - this is required to use the GeoIP database from "
12679
+ "MaxMind."
12680
+ msgstr ""
12681
 
12682
+ #: includes/admin/views/html-admin-page-status-report.php:244
12683
+ msgid "Multibyte string"
12684
+ msgstr ""
 
 
 
12685
 
12686
+ #: includes/admin/views/html-admin-page-status-report.php:245
12687
+ msgid ""
12688
+ "Multibyte String (mbstring) is used to convert character encoding, like for emails or converting "
12689
+ "characters to lowercase."
12690
+ msgstr ""
12691
+ "رشته چندبایتی (mbstring) در تبدیل رمز گذاری کاراکتر ها استفاده می شود ، مانند ایمیل ها یا تبدیل "
12692
+ "کاراکتر ها به حروف کوچک"
12693
 
12694
+ #: includes/admin/views/html-admin-page-status-report.php:250
12695
+ msgid ""
12696
+ "Your server does not support the %s functions - this is required for better character encoding. "
12697
+ "Some fallbacks will be used instead for it."
12698
+ msgstr "سرور شما از توابع %s پشتیبانی نمی کند - این مورد الزامی برای رمز گذاری کاراکتر هاست."
12699
 
12700
+ #: includes/admin/views/html-admin-page-status-report.php:255
12701
+ #, fuzzy
12702
+ #| msgid "Remote Post"
12703
+ msgid "Remote post"
12704
+ msgstr "نوشته از راه دور"
12705
 
12706
+ #: includes/admin/views/html-admin-page-status-report.php:256
12707
+ msgid "PayPal uses this method of communicating when sending back transaction information."
12708
+ msgstr ""
12709
+ "پی پال با استفاده از این روش برای برقراری ارتباط در هنگام ارسال اطلاعات بازگشت مربوط به تراکنش "
12710
+ "استفاده می کند."
 
12711
 
12712
+ #: includes/admin/views/html-admin-page-status-report.php:261
12713
+ #, fuzzy
12714
+ #| msgid ""
12715
+ #| "wp_remote_post() failed. PayPal IPN won't work with your server. Contact your hosting provider."
12716
+ msgid "wp_remote_post() failed. Contact your hosting provider."
12717
+ msgstr ""
12718
+ "wp_remote_post() ناموفق. IPN پی پال در سرور شما کار نمی کند! لطفا با مسئول میزبانی وب سایت خود "
12719
+ "تماس بگیرید."
 
 
 
 
12720
 
12721
+ #: includes/admin/views/html-admin-page-status-report.php:266
12722
+ #, fuzzy
12723
+ #| msgid "Remote Get"
12724
+ msgid "Remote get"
12725
+ msgstr "گرفتن از راه دور"
12726
 
12727
+ #: includes/admin/views/html-admin-page-status-report.php:267
12728
+ msgid "WooCommerce plugins may use this method of communication when checking for plugin updates."
12729
+ msgstr ""
12730
+ "افزونه های ووکامرس ممکن است از این روش ارتباطی در هنگام بررسی کردن برای بروز رسانی افزونه استفاده "
12731
+ "کند."
12732
 
12733
+ #: includes/admin/views/html-admin-page-status-report.php:272
12734
+ #, fuzzy
12735
+ #| msgid ""
12736
+ #| "wp_remote_post() failed. PayPal IPN won't work with your server. Contact your hosting provider."
12737
+ msgid "wp_remote_get() failed. Contact your hosting provider."
12738
+ msgstr ""
12739
+ "wp_remote_post() ناموفق. IPN پی پال در سرور شما کار نمی کند! لطفا با مسئول میزبانی وب سایت خود "
12740
+ "تماس بگیرید."
 
 
 
12741
 
12742
+ #: includes/admin/views/html-admin-page-status-report.php:281
12743
+ msgid "Database"
12744
+ msgstr "پایگاه داده"
12745
 
12746
+ #: includes/admin/views/html-admin-page-status-report.php:286
12747
+ #, fuzzy
12748
+ #| msgid "WC Database Version"
12749
+ msgid "WC database version"
12750
+ msgstr "نسخه پایگاه داده WC"
12751
 
12752
+ #: includes/admin/views/html-admin-page-status-report.php:287
12753
+ #, fuzzy
12754
+ #| msgid ""
12755
+ #| "The version of WooCommerce that the database is formatted for. This should be the same as your "
12756
+ #| "WooCommerce Version."
12757
+ msgid ""
12758
+ "The version of WooCommerce that the database is formatted for. This should be the same as your "
12759
+ "WooCommerce version."
12760
+ msgstr ""
12761
+ "فرمت پایگاه داده برای این نگارش از ووکامرس می باشد. که باید هماهنگ با همان نگارش از ووکامرس باشد."
12762
 
12763
+ #: includes/admin/views/html-admin-page-status-report.php:291
12764
+ #, fuzzy
12765
+ #| msgid "Database"
12766
+ msgid "Database prefix"
12767
+ msgstr "پایگاه داده"
12768
 
12769
+ #: includes/admin/views/html-admin-page-status-report.php:295
12770
+ #, fuzzy
12771
+ #| msgid "%s - We recommend setting memory to at least 64MB. See: %s"
12772
+ msgid "%1$s - We recommend using a prefix with less than 20 characters. See: %2$s"
12773
+ msgstr "%s - ما پیشنهاد میکنیم پیکربندی حافظه حداقل 64MB باشد. ببینید: %s"
12774
 
12775
+ #: includes/admin/views/html-admin-page-status-report.php:295
12776
+ #, fuzzy
12777
+ #| msgid "How to update your PHP version"
12778
+ msgid "How to update your database table prefix"
12779
+ msgstr "چگونه نسخه PHP را بروزرسانی کنیم"
12780
 
12781
+ #: includes/admin/views/html-admin-page-status-report.php:308
12782
+ msgid "Table does not exist"
12783
+ msgstr "جدول وجود ندارد"
 
12784
 
12785
+ #: includes/admin/views/html-admin-page-status-report.php:316
12786
+ msgid "MaxMind GeoIP database"
12787
+ msgstr ""
12788
 
12789
+ #: includes/admin/views/html-admin-page-status-report.php:317
12790
+ msgid "The GeoIP database from MaxMind is used to geolocate customers."
12791
+ msgstr "پایگاه داده GeoIP از MaxMind، از مکان جغرافیایی مشتری استفاده می کند"
 
12792
 
12793
+ #: includes/admin/views/html-admin-page-status-report.php:322
12794
+ msgid ""
12795
+ "The MaxMind GeoIP Database does not exist - Geolocation will not function. You can download and "
12796
+ "install it manually from %1$s to the path: %2$s. Scroll down to \"Downloads\" and download the "
12797
+ "\"Binary / gzip\" file next to \"GeoLite Country\". Please remember to uncompress GeoIP.dat.gz and "
12798
+ "upload the GeoIP.dat file only."
12799
+ msgstr ""
12800
 
12801
+ #: includes/admin/views/html-admin-page-status-report.php:334
12802
+ msgid "Security"
 
12803
  msgstr ""
12804
 
12805
+ #: includes/admin/views/html-admin-page-status-report.php:339
12806
+ msgid "Secure connection (HTTPS)"
12807
+ msgstr ""
 
12808
 
12809
+ #: includes/admin/views/html-admin-page-status-report.php:340
12810
+ #: includes/api/class-wc-rest-system-status-controller.php:499
12811
+ #, fuzzy
12812
+ #| msgid "%s would like to connect to your store"
12813
+ msgid "Is the connection to your store secure?"
12814
+ msgstr "%s میخواهد به فروشگاه شما متصل شود"
12815
 
12816
+ #: includes/admin/views/html-admin-page-status-report.php:345
12817
+ msgid ""
12818
+ "Your store is not using HTTPS. <a href=\"%s\" target=\"_blank\">Learn more about HTTPS and SSL "
12819
+ "Certificates</a>."
12820
+ msgstr ""
12821
 
12822
+ #: includes/admin/views/html-admin-page-status-report.php:350
12823
+ msgid "Hide errors from visitors"
12824
+ msgstr ""
12825
 
12826
+ #: includes/admin/views/html-admin-page-status-report.php:351
12827
+ msgid ""
12828
+ "Error messages can contain sensitive information about your store environment. These should be "
12829
+ "hidden from untrusted visitors."
12830
+ msgstr ""
12831
 
12832
+ #: includes/admin/views/html-admin-page-status-report.php:356
12833
+ msgid "Error messages should not be shown to visitors."
12834
+ msgstr ""
12835
 
12836
+ #: includes/admin/views/html-admin-page-status-report.php:365
12837
+ #, fuzzy
12838
+ #| msgid "Active Plugins"
12839
+ msgid "Active plugins"
12840
+ msgstr "افزونه های فعال"
12841
 
12842
+ #: includes/admin/views/html-admin-page-status-report.php:377
12843
+ msgid "Visit plugin homepage"
12844
+ msgstr "نمایش خانه افزونه"
12845
 
12846
+ #. translators: %s: plugin latest version
12847
+ #. translators: %s: theme latest version
12848
+ #. translators: %s: parant theme latest version
12849
+ #: includes/admin/views/html-admin-page-status-report.php:385
12850
+ #: includes/admin/views/html-admin-page-status-report.php:530
12851
+ #: includes/admin/views/html-admin-page-status-report.php:561
12852
+ msgid "%s is available"
12853
+ msgstr "%s در دسترس است."
12854
 
12855
+ #: includes/admin/views/html-admin-page-status-report.php:389
12856
+ msgid "Network enabled"
12857
+ msgstr "شبکه فعال شد"
12858
 
12859
+ #: includes/admin/views/html-admin-page-status-report.php:416
12860
+ #, fuzzy
12861
+ #| msgid "API Enabled"
12862
+ msgid "API enabled"
12863
+ msgstr "API فعال شد"
12864
 
12865
+ #: includes/admin/views/html-admin-page-status-report.php:417
12866
+ msgid "Does your site have REST API enabled?"
12867
+ msgstr "آیا سایت شما، REST API فعال داشته است؟"
12868
 
12869
+ #: includes/admin/views/html-admin-page-status-report.php:421
12870
+ msgid "Force SSL"
12871
+ msgstr "اجبار SSL"
 
 
 
 
12872
 
12873
+ #: includes/admin/views/html-admin-page-status-report.php:422
12874
+ msgid "Does your site force a SSL Certificate for transactions?"
12875
+ msgstr "آیا سایت شما یک مجوز SSL اجباری برای تراکنشها داشته است؟"
12876
 
12877
+ #: includes/admin/views/html-admin-page-status-report.php:427
12878
+ msgid ""
12879
+ "What currency prices are listed at in the catalog and which currency gateways will take payments "
12880
+ "in."
12881
+ msgstr ""
12882
+ "چه قیمت های ارزی در کاتالوگ لیست شده اند و کدام درگاههای ارزی ، می توانند پرداختها را بگیرند."
 
 
 
 
 
 
 
 
 
 
 
 
12883
 
12884
+ #: includes/admin/views/html-admin-page-status-report.php:432
12885
+ msgid "The position of the currency symbol."
12886
+ msgstr "جایگاه نماد پول."
 
 
 
12887
 
12888
+ #: includes/admin/views/html-admin-page-status-report.php:437
12889
+ msgid "The thousand separator of displayed prices."
12890
+ msgstr "سواکننده هزارگان قیمت ها نمایش داده شود."
12891
 
12892
+ #: includes/admin/views/html-admin-page-status-report.php:442
12893
+ msgid "The decimal separator of displayed prices."
12894
+ msgstr "سواکننده اعشاری قیمت ها نمایش داده شود."
 
12895
 
12896
+ #: includes/admin/views/html-admin-page-status-report.php:447
12897
+ msgid "The number of decimal points shown in displayed prices."
12898
+ msgstr "تعداد نقطه های اعشاری نشان داده شده، در قیمت ها نمایش داده شود."
12899
 
12900
+ #: includes/admin/views/html-admin-page-status-report.php:451
12901
+ msgid "Taxonomies: Product types"
12902
+ msgstr "انتخاب نوع محصول"
12903
 
12904
+ #: includes/admin/views/html-admin-page-status-report.php:452
12905
+ msgid "A list of taxonomy terms that can be used in regard to order/product statuses."
12906
+ msgstr "فهرستی از واژه های طبقه بندی است که می تواند در مورد وضعیت سفارش/محصول استفاده شود."
12907
 
12908
+ #: includes/admin/views/html-admin-page-status-report.php:466
12909
+ msgid "WC pages"
12910
+ msgstr "برگه‌های ووکامرس"
 
12911
 
12912
+ #: includes/admin/views/html-admin-page-status-report.php:476
12913
+ msgid "Edit %s page"
12914
+ msgstr "ویرایش برگه %s"
12915
 
12916
+ #: includes/admin/views/html-admin-page-status-report.php:482
12917
+ msgid "The URL of your WooCommerce shop's %s (along with the Page ID)."
12918
+ msgstr "آدرس برگه فروشگاه ووکامرس %s ( تنها با شناسه برگه)."
 
12919
 
12920
+ #: includes/admin/views/html-admin-page-status-report.php:486
12921
+ msgid "Page not set"
12922
+ msgstr "برگه تنظیم نشده است"
12923
 
12924
+ #: includes/admin/views/html-admin-page-status-report.php:489
12925
+ msgid "Page ID is set, but the page does not exist"
12926
+ msgstr "شناسه برگه تنظیم شده است ، اما برگه وجود ندارد"
12927
 
12928
+ #: includes/admin/views/html-admin-page-status-report.php:492
12929
+ msgid "Page visibility should be <a href=\"%s\" target=\"_blank\">public</a>"
12930
+ msgstr "قابلیت دیده شدن برگه باید به صورت <a href=\"%s\" target=\"_blank\">عمومی</a> باشد"
12931
 
12932
+ #: includes/admin/views/html-admin-page-status-report.php:498
12933
+ msgid "Page does not contain the shortcode."
12934
+ msgstr "برگه shortcode را ندارد"
12935
 
12936
+ #: includes/admin/views/html-admin-page-status-report.php:514
12937
+ msgid "Theme"
12938
+ msgstr "پوسته"
12939
 
12940
+ #: includes/admin/views/html-admin-page-status-report.php:520
12941
+ msgid "The name of the current active theme."
12942
+ msgstr "نام پوسته فعال شده کنونی."
12943
 
12944
+ #: includes/admin/views/html-admin-page-status-report.php:524
12945
+ msgid "Version"
12946
+ msgstr "نگارش"
12947
 
12948
+ #: includes/admin/views/html-admin-page-status-report.php:525
12949
+ msgid "The installed version of the current active theme."
12950
+ msgstr "نگارش نصب شده پوسته، هم اکنون فعال شد."
12951
 
12952
+ #: includes/admin/views/html-admin-page-status-report.php:535
12953
+ msgid "Author URL"
12954
+ msgstr "لینک نویسنده"
12955
 
12956
+ #: includes/admin/views/html-admin-page-status-report.php:536
12957
+ msgid "The theme developers URL."
12958
+ msgstr "آدرس برنامه نویسان پوسته."
 
 
 
 
 
 
12959
 
12960
+ #: includes/admin/views/html-admin-page-status-report.php:540
12961
+ msgid "Child theme"
12962
+ msgstr "پوسته فرزند"
12963
 
12964
+ #: includes/admin/views/html-admin-page-status-report.php:541
12965
+ msgid "Displays whether or not the current theme is a child theme."
12966
+ msgstr "چه چیزی نمایش شود یا اینکه پوسته جاری یک پوسته فرزند نیست."
12967
 
12968
+ #: includes/admin/views/html-admin-page-status-report.php:543
12969
+ msgid ""
12970
+ "If you're modifying WooCommerce on a parent theme you didn't build personally, then we recommend "
12971
+ "using a child theme. See: <a href=\"%s\" target=\"_blank\">How to create a child theme</a>"
12972
+ msgstr ""
12973
+ "اگر شما در حال ویرایش و شخصی سازی ووکامرس یا پوسته والد هستید پیشنهاد می کنیم از پوسته کودک "
12974
+ "استفاده کنید.<a href=\"%s\" target=\"_blank\"> چگونه یک پوسته کودک بسازیم</a> را ببینید"
12975
 
12976
+ #: includes/admin/views/html-admin-page-status-report.php:550
12977
+ msgid "Parent theme name"
12978
+ msgstr "نام والد پوسته"
12979
 
12980
+ #: includes/admin/views/html-admin-page-status-report.php:551
12981
+ msgid "The name of the parent theme."
12982
+ msgstr "نام پوسته مادر."
12983
 
12984
+ #: includes/admin/views/html-admin-page-status-report.php:555
12985
+ msgid "Parent theme version"
12986
+ msgstr "نسخه والد پوسته"
12987
 
12988
+ #: includes/admin/views/html-admin-page-status-report.php:556
12989
+ msgid "The installed version of the parent theme."
12990
+ msgstr "نگارش پوسته مادر نصب شده است."
12991
 
12992
+ #: includes/admin/views/html-admin-page-status-report.php:566
12993
+ msgid "Parent theme author URL"
12994
+ msgstr "آدرس طراح والد پوسته"
12995
 
12996
+ #: includes/admin/views/html-admin-page-status-report.php:567
12997
+ msgid "The parent theme developers URL."
12998
+ msgstr "آدرس برنامه نویسان پوسته مادر."
12999
 
13000
+ #: includes/admin/views/html-admin-page-status-report.php:572
13001
+ msgid "WooCommerce support"
13002
+ msgstr "پشتیبانی ووکامرس"
13003
 
13004
+ #: includes/admin/views/html-admin-page-status-report.php:573
13005
+ msgid "Displays whether or not the current active theme declares WooCommerce support."
13006
+ msgstr "چه چیزی نمایش شود یا اینکه پوسته جاری ووکامرس را پشتیبانی نمی کند."
13007
 
13008
+ #: includes/admin/views/html-admin-page-status-report.php:576
13009
+ msgid "Not declared"
13010
+ msgstr "اعلام نشده"
13011
 
13012
+ #: includes/admin/views/html-admin-page-status-report.php:587
13013
+ msgid "Templates"
13014
+ msgstr "قالب‌ها"
13015
 
13016
+ #: includes/admin/views/html-admin-page-status-report.php:587
13017
+ msgid "This section shows any files that are overriding the default WooCommerce template pages."
13018
+ msgstr "در این بخش هر فایلی که فارغ از صفحات قالب پیش فرض ووکامرس می باشد را نشان می دهد."
13019
 
13020
+ #: includes/admin/views/html-admin-page-status-report.php:593
13021
+ msgid "Archive template"
13022
+ msgstr "قالب بایگانی"
13023
 
13024
+ #: includes/admin/views/html-admin-page-status-report.php:595
13025
+ msgid ""
13026
+ "Your theme has a woocommerce.php file, you will not be able to override the woocommerce/archive-"
13027
+ "product.php custom template since woocommerce.php has priority over archive-product.php. This is "
13028
+ "intended to prevent display issues."
13029
+ msgstr ""
13030
+ "فایل woocommerce.php پوسته شما، نمی تواند الگوی سفارشی woocommerce/archive-product.php را نادیده "
13031
+ "بگیرد. زیرا woocommerce.php اولویت بالاتری نسبت به archive-product.php دارد. این کار برای جلوگیری "
13032
+ "از مشکلات نمایش می باشد."
13033
 
13034
+ #: includes/admin/views/html-admin-page-status-report.php:601
13035
+ #: includes/admin/views/html-admin-page-status-report.php:631
13036
+ msgid "Overrides"
13037
+ msgstr "بازنویسی"
13038
 
13039
+ #: includes/admin/views/html-admin-page-status-report.php:611
13040
+ #| msgid ""
13041
+ #| "<code>%s</code> version <strong style=\"color:red\">%s</strong> is out of date. The core "
13042
+ #| "version is %s"
13043
+ msgid "%1$s version %2$s is out of date. The core version is %3$s"
13044
+ msgstr "%1$s نسخه %2$s بروز نیست. نسخه پایه %3$s می باشد"
13045
 
13046
+ #: includes/admin/views/html-admin-page-status-report.php:641
13047
+ msgid "Outdated templates"
13048
+ msgstr "قالب های بروز نشده"
13049
 
13050
+ #: includes/admin/views/html-admin-page-status-report.php:643
13051
+ msgid "Learn how to update"
13052
+ msgstr "آموزش چگونگی بروزرسانی قالب های قدیمی"
13053
 
13054
+ #: includes/admin/views/html-admin-page-status.php:14
13055
+ msgid "Logs"
13056
+ msgstr "لاگ ها"
13057
 
13058
+ #: includes/admin/views/html-bulk-edit-product.php:26
13059
+ #: includes/admin/views/html-bulk-edit-product.php:50
13060
+ #: includes/admin/views/html-bulk-edit-product.php:75
13061
+ #: includes/admin/views/html-bulk-edit-product.php:94
13062
+ #: includes/admin/views/html-bulk-edit-product.php:122
13063
+ #: includes/admin/views/html-bulk-edit-product.php:146
13064
+ #: includes/admin/views/html-bulk-edit-product.php:168
13065
+ #: includes/admin/views/html-bulk-edit-product.php:185
13066
+ #: includes/admin/views/html-bulk-edit-product.php:204
13067
+ #: includes/admin/views/html-bulk-edit-product.php:238
13068
+ #: includes/admin/views/html-bulk-edit-product.php:257
13069
+ #: includes/admin/views/html-bulk-edit-product.php:295
13070
+ msgid "— No change —"
13071
+ msgstr "— بدون تغییر —"
13072
 
13073
+ #: includes/admin/views/html-bulk-edit-product.php:27
13074
+ #: includes/admin/views/html-bulk-edit-product.php:51
13075
+ #: includes/admin/views/html-bulk-edit-product.php:123
13076
+ #: includes/admin/views/html-bulk-edit-product.php:147
13077
+ #: includes/admin/views/html-bulk-edit-product.php:258
13078
+ msgid "Change to:"
13079
+ msgstr "تغییر به:"
13080
 
13081
+ #: includes/admin/views/html-bulk-edit-product.php:28
13082
+ msgid "Increase existing price by (fixed amount or %):"
13083
+ msgstr "افزایش قیمت موجود به صورت (مقدار ثابت یا %)"
13084
 
13085
+ #: includes/admin/views/html-bulk-edit-product.php:29
13086
+ msgid "Decrease existing price by (fixed amount or %):"
13087
+ msgstr "کاهش قیمت موجود به صورت (مقدار ثابت یا %)"
 
 
13088
 
13089
+ #: includes/admin/views/html-bulk-edit-product.php:39
13090
+ msgid "Enter price (%s)"
13091
+ msgstr "قیمت را بنویسید (%s)"
 
 
13092
 
13093
+ #: includes/admin/views/html-bulk-edit-product.php:45
13094
+ #: includes/admin/views/html-quick-edit-product.php:40
13095
+ msgid "Sale"
13096
+ msgstr "فروش ویژه"
13097
 
13098
+ #: includes/admin/views/html-bulk-edit-product.php:52
13099
+ msgid "Increase existing sale price by (fixed amount or %):"
13100
+ msgstr "افزایش قیمت حراجی موجود به صورت (مقدار ثابت یا %)"
13101
 
13102
+ #: includes/admin/views/html-bulk-edit-product.php:53
13103
+ msgid "Decrease existing sale price by (fixed amount or %):"
13104
+ msgstr "کاهش قیمت حراجی موجود به صورت (مقدار ثابت یا %)"
13105
 
13106
+ #: includes/admin/views/html-bulk-edit-product.php:54
13107
+ msgid "Set to regular price decreased by (fixed amount or %):"
13108
+ msgstr "تنظیم کاهش قیمت معمول به صورت (مقدار ثابت یا %)"
13109
 
13110
+ #: includes/admin/views/html-bulk-edit-product.php:64
13111
+ msgid "Enter sale price (%s)"
13112
+ msgstr "قیمت فروش را بنویسید (%s)"
13113
 
13114
+ #: includes/admin/views/html-bulk-edit-product.php:141
13115
+ #: includes/admin/views/html-quick-edit-product.php:109
13116
+ msgid "L/W/H"
13117
+ msgstr "طول/عرض/ارتفاع"
13118
 
13119
+ #: includes/admin/views/html-bulk-edit-product.php:157
13120
+ msgid "Length (%s)"
13121
+ msgstr "درازا (%s)"
13122
 
13123
+ #: includes/admin/views/html-bulk-edit-product.php:158
13124
+ msgid "Width (%s)"
13125
+ msgstr "پهنا (%s)"
13126
 
13127
+ #: includes/admin/views/html-bulk-edit-product.php:159
13128
+ msgid "Height (%s)"
13129
+ msgstr "بلندا (%s)"
 
 
 
13130
 
13131
+ #: includes/admin/views/html-bulk-edit-product.php:180
13132
+ #: includes/admin/views/html-quick-edit-product.php:138
13133
+ msgid "Visibility"
13134
+ msgstr "قابلیت نمایش"
13135
 
13136
+ #: includes/admin/views/html-bulk-edit-product.php:186
13137
+ #: includes/admin/views/html-quick-edit-product.php:143
13138
+ msgid "Catalog &amp; search"
13139
+ msgstr "دفترچه محصول &amp; جستجو"
13140
 
13141
+ #: includes/admin/views/html-bulk-edit-product.php:187
13142
+ #: includes/admin/views/html-quick-edit-product.php:144 includes/wc-product-functions.php:732
13143
+ msgid "Catalog"
13144
+ msgstr "فهرست"
13145
 
13146
+ #: includes/admin/views/html-bulk-edit-product.php:188
13147
+ #: includes/admin/views/html-quick-edit-product.php:145 includes/wc-product-functions.php:733
13148
+ msgid "Search"
13149
+ msgstr "جستجو"
13150
 
13151
+ #: includes/admin/views/html-bulk-edit-product.php:189
13152
+ #: includes/admin/views/html-quick-edit-product.php:146 includes/wc-product-functions.php:734
13153
+ msgid "Hidden"
13154
+ msgstr "پنهان"
13155
 
13156
+ #: includes/admin/views/html-bulk-edit-product.php:217
13157
+ #: includes/admin/views/html-quick-edit-product.php:161
13158
+ msgid "In stock?"
13159
+ msgstr "در انبار؟"
13160
 
13161
+ #: includes/admin/views/html-bulk-edit-product.php:221
13162
+ #: includes/admin/views/html-bulk-edit-product.php:277
13163
+ msgid " No Change —"
13164
+ msgstr "— بدون تغییر— "
13165
 
13166
+ #: includes/admin/views/html-bulk-edit-product.php:252
13167
+ #: includes/admin/views/html-bulk-edit-product.php:268
13168
+ #: includes/admin/views/html-quick-edit-product.php:182
13169
+ msgid "Stock qty"
13170
+ msgstr "تعداد موجودی"
13171
 
13172
+ #: includes/admin/views/html-bulk-edit-product.php:273
13173
+ #: includes/admin/views/html-quick-edit-product.php:192
13174
+ msgid "Backorders?"
13175
+ msgstr "پیش خرید؟"
13176
 
13177
+ #: includes/admin/views/html-bulk-edit-product.php:290
13178
+ msgid "Sold individually?"
13179
+ msgstr "فروش به صورت تکی؟"
13180
 
13181
+ #: includes/admin/views/html-notice-custom.php:12
13182
+ #: includes/admin/views/html-notice-legacy-shipping.php:11
13183
+ #: includes/admin/views/html-notice-no-shipping-methods.php:11
13184
+ #: includes/admin/views/html-notice-simplify-commerce.php:19
13185
+ #: includes/admin/views/html-notice-template-check.php:13
13186
+ #: includes/admin/views/html-notice-theme-support.php:12
13187
+ #: includes/admin/views/html-notice-updated.php:12 includes/wc-template-functions.php:498
13188
+ msgid "Dismiss"
13189
+ msgstr "رد کردن"
13190
 
13191
+ #: includes/admin/views/html-notice-install.php:12
13192
+ msgid "<strong>Welcome to WooCommerce</strong> &#8211; You&lsquo;re almost ready to start selling :)"
13193
+ msgstr ""
13194
+ "<strong> به ووکامرس خوش آمدید </strong> &#8211; شما&lsquo; تقریبا آماده هستید تا فروش خود را آغاز "
13195
+ "کنید :)"
13196
 
13197
+ #: includes/admin/views/html-notice-install.php:13
13198
+ msgid "Run the Setup Wizard"
13199
+ msgstr "اجرای راه اندازی سریع"
 
13200
 
13201
+ #: includes/admin/views/html-notice-install.php:13
13202
+ msgid "Skip setup"
13203
+ msgstr "رد کردن راه اندازی"
13204
 
13205
+ #: includes/admin/views/html-notice-legacy-shipping.php:13
13206
+ msgid "New:"
13207
+ msgstr "جدید:"
13208
 
13209
+ #: includes/admin/views/html-notice-legacy-shipping.php:13
13210
+ msgid "a group of regions that can be assigned different shipping methods and rates."
13211
+ msgstr ""
13212
 
13213
+ #: includes/admin/views/html-notice-legacy-shipping.php:14
13214
+ msgid ""
13215
+ "Legacy shipping methods (flat rate, international flat rate, local pickup and delivery, and free "
13216
+ "shipping) are deprecated but will continue to work as normal for now. <b><em>They will be removed "
13217
+ "in future versions of WooCommerce</em></b>. We recommend disabling these and setting up new rates "
13218
+ "within shipping zones as soon as possible."
13219
+ msgstr ""
13220
 
13221
+ #: includes/admin/views/html-notice-legacy-shipping.php:18
13222
+ #: includes/admin/views/html-notice-no-shipping-methods.php:18
13223
+ msgid "Setup shipping zones"
13224
+ msgstr "پیکربندی منطقه حمل و نقل"
13225
 
13226
+ #: includes/admin/views/html-notice-legacy-shipping.php:20
13227
+ #: includes/admin/views/html-notice-no-shipping-methods.php:19
13228
+ msgid "Learn more about shipping zones"
13229
+ msgstr "اطلاعات بیشتر درباره منطقه های حمل و نقل"
13230
 
13231
+ #: includes/admin/views/html-notice-no-shipping-methods.php:13
13232
+ msgid "Add shipping methods &amp; zones"
13233
+ msgstr "افزودن روش حمل و نقل &amp; منطقه"
13234
 
13235
+ #: includes/admin/views/html-notice-no-shipping-methods.php:14
13236
+ msgid ""
13237
+ "Shipping is currently enabled, but you haven't added any shipping methods to your shipping zones."
13238
+ msgstr ""
13239
+ "حمل و نقل قبلا فعال شده بود ، اما شما هیچ روش حمل و نقلی برای منطقه های حمل و نقل خود اضافه نکرده "
13240
+ "اید."
13241
 
13242
+ #: includes/admin/views/html-notice-no-shipping-methods.php:15
13243
+ msgid ""
13244
+ "Customers will not be able to purchase physical goods from your store until a shipping method is "
13245
+ "available."
13246
+ msgstr ""
13247
 
13248
+ #: includes/admin/views/html-notice-simplify-commerce.php:21
13249
+ msgid ""
13250
+ "<strong>The Simplify Commerce payment gateway is deprecated</strong> &#8211; Please install our "
13251
+ "new free Simplify Commerce plugin from WordPress.org. Simplify Commerce will be removed from "
13252
+ "WooCommerce core in a future update."
13253
+ msgstr ""
13254
 
13255
+ #: includes/admin/views/html-notice-simplify-commerce.php:23
13256
+ msgid "Install our new Simplify Commerce plugin"
13257
+ msgstr "نصب افزونه جدید Simplify Commerce ما"
13258
 
13259
+ #: includes/admin/views/html-notice-template-check.php:15
13260
+ msgid ""
13261
+ "<strong>Your theme (%1$s) contains outdated copies of some WooCommerce template files.</strong> "
13262
+ "These files may need updating to ensure they are compatible with the current version of "
13263
+ "WooCommerce. You can see which files are affected from the <a href=\"%2$s\">system status page</"
13264
+ "a>. If in doubt, check with the author of the theme."
13265
  msgstr ""
13266
+ "<strong>پوسته شما (%1$s) دارای فایلهای الگوپوسته (الگو)ی قدیمی ووکامرس می باشد.</strong> این "
13267
+ "فایلها نیازمند بروزرسانی برای سازگاری با نگارش کنونی ووکامرس هستند. شما می توانید فایلهای "
13268
+ "تاثیرگذار را در <a href=\"%2$s\">برگه وضعیت سیستم</a> ببینید. چنانچه هنوز مشکل دارید، می توانید با "
13269
+ "نویسنده پوسته در ارتباط باشید."
13270
 
13271
+ #: includes/admin/views/html-notice-template-check.php:16
13272
+ msgid "Learn more about templates"
13273
+ msgstr "اطلاعات بیشتر درباره قالب ها"
13274
 
13275
+ #: includes/admin/views/html-notice-theme-support.php:14
13276
+ msgid ""
13277
+ "<strong>Your theme does not declare WooCommerce support</strong> &#8211; Please read our <a href="
13278
+ "\"%1$s\" target=\"_blank\">integration</a> guide or check out our <a href=\"%2$s\" target=\"_blank"
13279
+ "\">Storefront</a> theme which is totally free to download and designed specifically for use with "
13280
+ "WooCommerce."
13281
+ msgstr ""
13282
+ "<strong>پوسته کنونی شما از ووکامرس پشتیبانی نمی کند.</strong> &#8211; شما می توانید <a href=\"%1$s"
13283
+ "\" target=\"_blank\">راهنمای یکپارچه سازی</a> را مطالعه کنید و یا از پوسته <a href=\"%2$s\" target="
13284
+ "\"_blank\">استورفرونت</a> استفاده نمایید. همچنین برای خرید پوسته های تجاری می توانید از طریق <a "
13285
+ "href=\"http://shop.woocommerce.ir\" target=\"_blank\">فروشگاه ووکامرس فارسی</a> اقدام به خرید "
13286
+ "پوسته مناسب خود نمایید."
13287
 
13288
+ #: includes/admin/views/html-notice-theme-support.php:16
13289
+ msgid "Read more about Storefront"
13290
+ msgstr "اطلاعات بیشتر درباره استورفرونت"
 
13291
 
13292
+ #: includes/admin/views/html-notice-theme-support.php:17
13293
+ msgid "Theme integration guide"
13294
+ msgstr "راهنمای یکپارچگی پوسته"
 
13295
 
13296
+ #: includes/admin/views/html-notice-tracking.php:11
13297
+ msgid ""
13298
+ "Want to help make WooCommerce even more awesome? Allow WooCommerce to collect non-sensitive "
13299
+ "diagnostic data and usage information, and get %1$s discount on your next WooThemes purchase. <a "
13300
+ "href=\"%2$s\" target=\"_blank\">Find out more</a>."
13301
+ msgstr ""
13302
+ "ایا میخواهید به ووکامرس کمک کنید؟ به ما اجازه دهید تا اطلاعات غیر مهم عیب یابی را دریافت کنیم ، و "
13303
+ "شما میتوانید در خرید بعدی خود از Woothemes از %1$s تخفیف برخوردار شوید. <a href=\"%2$s\" target="
13304
+ "\"_blank\">اطلاعات بیشتر</a>"
13305
 
13306
+ #: includes/admin/views/html-notice-tracking.php:14
13307
+ msgid "No, do not bother me again"
13308
+ msgstr "نه ، خواهشمندم دوباره مزاحم نشو"
 
13309
 
13310
+ #: includes/admin/views/html-notice-update.php:12 includes/admin/views/html-notice-updating.php:12
13311
+ msgid "WooCommerce data update"
13312
+ msgstr "بروزرسانی اطلاعات ووکامرس"
 
13313
 
13314
+ #: includes/admin/views/html-notice-update.php:12
13315
+ msgid "We need to update your store's database to the latest version."
13316
+ msgstr "ما نیاز داریم تا دیتابیس فروشگاه شما را به آخرین نسخه بروز کنیم."
 
 
 
 
 
 
 
 
 
 
 
 
 
 
13317
 
13318
+ #: includes/admin/views/html-notice-update.php:13
13319
+ msgid "Run the updater"
13320
+ msgstr "اجرای بروز کننده"
13321
 
13322
+ #: includes/admin/views/html-notice-update.php:17
13323
+ msgid ""
13324
+ "It is strongly recommended that you backup your database before proceeding. Are you sure you wish "
13325
+ "to run the updater now?"
13326
+ msgstr ""
13327
+ "شدیدا توصیه میگردد قبل از پردازش از بانک اطلاعاتی خود پشتیبان تهیه کنید. آیا مایل به اجرای بروز "
13328
+ "کننده میباشید؟"
13329
 
13330
+ #: includes/admin/views/html-notice-updated.php:14
13331
+ msgid "WooCommerce data update complete. Thank you for updating to the latest version!"
13332
+ msgstr "بروزرسانی اطلاعات ووکامرس با موفقیت انجام شد. از بروزرسانی به آخرین نسخه سپاسگذاریم!"
13333
 
13334
+ #: includes/admin/views/html-notice-updating.php:12
13335
+ msgid "Your database is being updated in the background."
13336
+ msgstr "دیتابیس شما در حال بروزرسانی است."
 
13337
 
13338
+ #: includes/admin/views/html-notice-updating.php:12
13339
+ msgid "Taking a while? Click here to run it now."
13340
+ msgstr ""
 
13341
 
13342
+ #. translators: 1: start date 2: end date
13343
+ #: includes/admin/views/html-report-by-date.php:19
13344
+ #| msgctxt "Pagination, like `1 of 3`"
13345
+ #| msgid "%1$s of %2$s"
13346
+ msgid "From %1$s to %2$s"
13347
+ msgstr "از %1$s تا %2$s"
13348
 
13349
+ #: includes/admin/views/html-report-by-date.php:37
13350
+ msgid "Custom:"
13351
+ msgstr "دلخواه:"
13352
 
13353
+ #: includes/api/class-wc-rest-authentication.php:124
13354
+ #: includes/api/legacy/v1/class-wc-api-authentication.php:115
13355
+ #: includes/api/legacy/v2/class-wc-api-authentication.php:115
13356
+ #: includes/api/legacy/v3/class-wc-api-authentication.php:83
13357
+ msgid "Consumer secret is invalid."
13358
+ msgstr "رمز مشتری اشتباه است."
13359
 
13360
+ #: includes/api/class-wc-rest-authentication.php:251
13361
+ msgid "Missing OAuth parameter %s"
13362
+ msgid_plural "Missing OAuth parameters %s"
13363
+ msgstr[0] "پارامتر OAuth %s گم شده است."
 
13364
 
13365
+ #: includes/api/class-wc-rest-authentication.php:291
13366
+ #: includes/api/legacy/v1/class-wc-api-authentication.php:184
13367
+ #: includes/api/legacy/v2/class-wc-api-authentication.php:183
13368
+ #: includes/api/legacy/v3/class-wc-api-authentication.php:179
13369
+ msgid "Consumer key is invalid."
13370
+ msgstr "کلید مشتری اشتباه است."
13371
 
13372
+ #: includes/api/class-wc-rest-authentication.php:341
13373
+ #: includes/api/legacy/v1/class-wc-api-authentication.php:252
13374
+ #: includes/api/legacy/v2/class-wc-api-authentication.php:251
13375
+ #: includes/api/legacy/v3/class-wc-api-authentication.php:241
13376
+ msgid "Invalid signature - failed to sort parameters."
13377
+ msgstr "امضا نادرست است - موفق به مرتب کردن پارامتر ها نشد"
13378
 
13379
+ #: includes/api/class-wc-rest-authentication.php:360
13380
+ #: includes/api/legacy/v1/class-wc-api-authentication.php:266
13381
+ #: includes/api/legacy/v2/class-wc-api-authentication.php:265
13382
+ #: includes/api/legacy/v3/class-wc-api-authentication.php:261
13383
+ msgid "Invalid signature - signature method is invalid."
13384
+ msgstr "امضا نادرست است - روش امضا نادرست است"
 
13385
 
13386
+ #: includes/api/class-wc-rest-authentication.php:368
13387
+ #: includes/api/legacy/v1/class-wc-api-authentication.php:274
13388
+ #: includes/api/legacy/v2/class-wc-api-authentication.php:273
13389
+ #: includes/api/legacy/v3/class-wc-api-authentication.php:270
13390
+ msgid "Invalid signature - provided signature does not match."
13391
+ msgstr "امضا نادرست است - ارائه امضا مطابقت ندارد"
13392
 
13393
+ #: includes/api/class-wc-rest-authentication.php:419
13394
+ #: includes/api/legacy/v1/class-wc-api-authentication.php:332
13395
+ #: includes/api/legacy/v2/class-wc-api-authentication.php:331
13396
+ #: includes/api/legacy/v3/class-wc-api-authentication.php:335
13397
+ msgid "Invalid timestamp."
13398
+ msgstr "برچسب زمان نامعتبر است."
13399
 
13400
+ #: includes/api/class-wc-rest-authentication.php:429
13401
+ #: includes/api/legacy/v1/class-wc-api-authentication.php:342
13402
+ #: includes/api/legacy/v2/class-wc-api-authentication.php:341
13403
+ #: includes/api/legacy/v3/class-wc-api-authentication.php:345
13404
+ msgid "Invalid nonce - nonce has already been used."
13405
+ msgstr "کلید یک منظوره نامعتبر است. کلید قبلا استفاده شده است."
13406
 
13407
+ #: includes/api/class-wc-rest-authentication.php:493
13408
+ #: includes/api/legacy/v1/class-wc-api-authentication.php:377
13409
+ #: includes/api/legacy/v2/class-wc-api-authentication.php:376
13410
+ #: includes/api/legacy/v3/class-wc-api-authentication.php:380
13411
+ msgid "The API key provided does not have read permissions."
13412
+ msgstr ""
13413
 
13414
+ #: includes/api/class-wc-rest-authentication.php:503
13415
+ #: includes/api/legacy/v1/class-wc-api-authentication.php:386
13416
+ #: includes/api/legacy/v2/class-wc-api-authentication.php:385
13417
+ #: includes/api/legacy/v3/class-wc-api-authentication.php:389
13418
+ msgid "The API key provided does not have write permissions."
13419
+ msgstr ""
13420
 
13421
+ #: includes/api/class-wc-rest-authentication.php:541
13422
+ #: includes/api/legacy/v3/class-wc-api-authentication.php:111
13423
+ msgid ""
13424
+ "WooCommerce API. Use a consumer key in the username field and a consumer secret in the password "
13425
+ "field."
13426
+ msgstr ""
13427
+ "API ووکامرس. یک کلید مصرف کننده در فیلد نام کاربری و یک رمز مصرف کننده در فیلد پسورد بکار ببرید"
13428
 
13429
+ #: includes/api/class-wc-rest-coupons-controller.php:63
13430
+ #: includes/api/class-wc-rest-coupons-controller.php:337
13431
+ #: includes/api/class-wc-rest-orders-controller.php:1526
13432
+ #: includes/api/v1/class-wc-rest-coupons-controller.php:70
13433
+ #: includes/api/v1/class-wc-rest-coupons-controller.php:421
13434
+ #: includes/api/v1/class-wc-rest-orders-controller.php:1523
13435
+ msgid "Coupon code."
13436
+ msgstr "کد کوپن."
13437
 
13438
+ #: includes/api/class-wc-rest-coupons-controller.php:101
13439
+ #: includes/api/class-wc-rest-orders-controller.php:108
13440
+ #: includes/api/class-wc-rest-product-variations-controller.php:112
13441
+ #: includes/api/class-wc-rest-products-controller.php:108
13442
+ #: includes/api/class-wc-rest-shipping-zone-methods-controller.php:86
13443
+ #: includes/api/class-wc-rest-shipping-zones-controller.php:76
13444
+ #: includes/api/v1/class-wc-rest-coupons-controller.php:108
13445
+ #: includes/api/v1/class-wc-rest-orders-controller.php:102
13446
+ #: includes/api/v1/class-wc-rest-product-reviews-controller.php:118
13447
+ #: includes/api/v1/class-wc-rest-products-controller.php:102
13448
+ msgid "Whether to bypass trash and force deletion."
13449
+ msgstr ""
13450
 
13451
+ #: includes/api/class-wc-rest-coupons-controller.php:267
13452
+ #: includes/api/legacy/class-wc-rest-legacy-coupons-controller.php:113
13453
+ #: includes/api/v1/class-wc-rest-coupons-controller.php:253
13454
+ msgid "The coupon code cannot be empty."
13455
+ msgstr ""
13456
 
13457
+ #: includes/api/class-wc-rest-coupons-controller.php:282
13458
+ #: includes/api/legacy/class-wc-rest-legacy-coupons-controller.php:129
13459
+ #: includes/api/legacy/v2/class-wc-api-coupons.php:229
13460
+ #: includes/api/legacy/v2/class-wc-api-coupons.php:337
13461
+ #: includes/api/legacy/v3/class-wc-api-coupons.php:229
13462
+ #: includes/api/legacy/v3/class-wc-api-coupons.php:337
13463
+ #: includes/api/v1/class-wc-rest-coupons-controller.php:269
13464
+ msgid "The coupon code already exists"
13465
+ msgstr "کد کوپن از قبل وجود دارد"
13466
 
13467
+ #: includes/api/class-wc-rest-coupons-controller.php:331
13468
+ #: includes/api/v1/class-wc-rest-coupons-controller.php:415
13469
+ msgid "Unique identifier for the object."
13470
+ msgstr ""
13471
 
13472
+ #: includes/api/class-wc-rest-coupons-controller.php:342
13473
+ #: includes/api/v1/class-wc-rest-coupons-controller.php:450
13474
+ msgid "The amount of discount. Should always be numeric, even if setting a percentage."
13475
+ msgstr ""
13476
 
13477
+ #: includes/api/class-wc-rest-coupons-controller.php:347
13478
+ #: includes/api/v1/class-wc-rest-coupons-controller.php:426
13479
+ msgid "The date the coupon was created, in the site's timezone."
13480
+ msgstr ""
13481
 
13482
+ #: includes/api/class-wc-rest-coupons-controller.php:353
13483
+ msgid "The date the coupon was created, as GMT."
13484
+ msgstr ""
13485
 
13486
+ #: includes/api/class-wc-rest-coupons-controller.php:359
13487
+ #: includes/api/v1/class-wc-rest-coupons-controller.php:432
13488
+ msgid "The date the coupon was last modified, in the site's timezone."
13489
+ msgstr ""
 
13490
 
13491
+ #: includes/api/class-wc-rest-coupons-controller.php:365
13492
+ msgid "The date the coupon was last modified, as GMT."
13493
+ msgstr ""
 
 
 
 
 
13494
 
13495
+ #: includes/api/class-wc-rest-coupons-controller.php:371
13496
+ #: includes/api/v1/class-wc-rest-coupons-controller.php:443
13497
+ msgid "Determines the type of discount that will be applied."
13498
+ msgstr ""
13499
 
13500
+ #: includes/api/class-wc-rest-coupons-controller.php:378
13501
+ #: includes/api/v1/class-wc-rest-coupons-controller.php:438
13502
+ msgid "Coupon description."
13503
+ msgstr "توضیحات کوپن."
13504
 
13505
+ #: includes/api/class-wc-rest-coupons-controller.php:383
13506
+ msgid "The date the coupon expires, in the site's timezone."
13507
+ msgstr ""
 
 
13508
 
13509
+ #: includes/api/class-wc-rest-coupons-controller.php:388
13510
+ msgid "The date the coupon expires, as GMT."
13511
+ msgstr ""
 
13512
 
13513
+ #: includes/api/class-wc-rest-coupons-controller.php:393
13514
+ #: includes/api/v1/class-wc-rest-coupons-controller.php:460
13515
+ msgid "Number of times the coupon has been used already."
13516
+ msgstr ""
13517
 
13518
+ #: includes/api/class-wc-rest-coupons-controller.php:399
13519
+ #: includes/api/v1/class-wc-rest-coupons-controller.php:466
13520
+ msgid ""
13521
+ "If true, the coupon can only be used individually. Other applied coupons will be removed from the "
13522
+ "cart."
13523
+ msgstr ""
13524
 
13525
+ #: includes/api/class-wc-rest-coupons-controller.php:405
13526
+ #: includes/api/v1/class-wc-rest-coupons-controller.php:472
13527
+ #, fuzzy
13528
+ #| msgid "This product is protected and cannot be purchased."
13529
+ msgid "List of product IDs the coupon can be used on."
13530
+ msgstr "این محصول محافظت شده است و شما قادر به پرداخت نیستید."
13531
 
13532
+ #: includes/api/class-wc-rest-coupons-controller.php:413
13533
+ #: includes/api/v1/class-wc-rest-coupons-controller.php:480
13534
+ #, fuzzy
13535
+ #| msgid "This product is protected and cannot be purchased."
13536
+ msgid "List of product IDs the coupon cannot be used on."
13537
+ msgstr "این محصول محافظت شده است و شما قادر به پرداخت نیستید."
13538
 
13539
+ #: includes/api/class-wc-rest-coupons-controller.php:421
13540
+ #: includes/api/v1/class-wc-rest-coupons-controller.php:488
13541
+ msgid "How many times the coupon can be used in total."
13542
+ msgstr "تعداد دفعاتی که این کوپن قابل استفاده است."
13543
 
13544
+ #: includes/api/class-wc-rest-coupons-controller.php:426
13545
+ #: includes/api/v1/class-wc-rest-coupons-controller.php:493
13546
+ msgid "How many times the coupon can be used per customer."
13547
+ msgstr "تعداد دفعاتی که کوپن می تواند توسط کاربر استفاده شود."
13548
 
13549
+ #: includes/api/class-wc-rest-coupons-controller.php:431
13550
+ #: includes/api/v1/class-wc-rest-coupons-controller.php:498
13551
+ msgid "Max number of items in the cart the coupon can be applied to."
13552
+ msgstr ""
13553
 
13554
+ #: includes/api/class-wc-rest-coupons-controller.php:436
13555
+ #: includes/api/v1/class-wc-rest-coupons-controller.php:503
13556
+ msgid ""
13557
+ "If true and if the free shipping method requires a coupon, this coupon will enable free shipping."
13558
+ msgstr ""
13559
 
13560
+ #: includes/api/class-wc-rest-coupons-controller.php:442
13561
+ #: includes/api/v1/class-wc-rest-coupons-controller.php:509
13562
+ msgid "List of category IDs the coupon applies to."
13563
+ msgstr "لیست شناسه دسته بندی هایی که کد کوپن اعمال شود."
13564
 
13565
+ #: includes/api/class-wc-rest-coupons-controller.php:450
13566
+ #: includes/api/v1/class-wc-rest-coupons-controller.php:517
13567
+ msgid "List of category IDs the coupon does not apply to."
13568
+ msgstr "لیست شناسه دسته بندی هایی که کد کوپن اعمال نشود."
13569
 
13570
+ #: includes/api/class-wc-rest-coupons-controller.php:458
13571
+ #: includes/api/v1/class-wc-rest-coupons-controller.php:525
13572
+ msgid "If true, this coupon will not be applied to items that have sale prices."
13573
+ msgstr "در صورت علامت زدن ، این کد تخفیف برای مواردی که به صورت حراجی به فروش می رسند اعمال نمی شود."
13574
 
13575
+ #: includes/api/class-wc-rest-coupons-controller.php:464
13576
+ #: includes/api/v1/class-wc-rest-coupons-controller.php:531
13577
+ msgid "Minimum order amount that needs to be in the cart before coupon applies."
13578
+ msgstr ""
13579
 
13580
+ #: includes/api/class-wc-rest-coupons-controller.php:469
13581
+ #: includes/api/v1/class-wc-rest-coupons-controller.php:536
13582
+ msgid "Maximum order amount allowed when using the coupon."
13583
+ msgstr ""
13584
 
13585
+ #: includes/api/class-wc-rest-coupons-controller.php:474
13586
+ #: includes/api/v1/class-wc-rest-coupons-controller.php:541
13587
+ msgid "List of email addresses that can use this coupon."
13588
+ msgstr ""
13589
 
13590
+ #: includes/api/class-wc-rest-coupons-controller.php:482
13591
+ #: includes/api/v1/class-wc-rest-coupons-controller.php:549
13592
+ msgid "List of user IDs (or guest email addresses) that have used the coupon."
13593
+ msgstr ""
13594
 
13595
+ #: includes/api/class-wc-rest-coupons-controller.php:491
13596
+ #: includes/api/class-wc-rest-customers-controller.php:338
13597
+ #: includes/api/class-wc-rest-order-refunds-controller.php:375
13598
+ #: includes/api/class-wc-rest-order-refunds-controller.php:487
13599
+ #: includes/api/class-wc-rest-orders-controller.php:1097
13600
+ #: includes/api/class-wc-rest-orders-controller.php:1209
13601
+ #: includes/api/class-wc-rest-orders-controller.php:1300
13602
+ #: includes/api/class-wc-rest-orders-controller.php:1386
13603
+ #: includes/api/class-wc-rest-orders-controller.php:1484
13604
+ #: includes/api/class-wc-rest-orders-controller.php:1542
13605
+ #: includes/api/class-wc-rest-product-variations-controller.php:909
13606
+ #: includes/api/class-wc-rest-products-controller.php:1938
13607
+ msgid "Meta data."
13608
+ msgstr "داده متا."
13609
 
13610
+ #: includes/api/class-wc-rest-coupons-controller.php:498
13611
+ #: includes/api/class-wc-rest-customers-controller.php:345
13612
+ #: includes/api/class-wc-rest-order-refunds-controller.php:382
13613
+ #: includes/api/class-wc-rest-order-refunds-controller.php:494
13614
+ #: includes/api/class-wc-rest-orders-controller.php:1104
13615
+ #: includes/api/class-wc-rest-orders-controller.php:1216
13616
+ #: includes/api/class-wc-rest-orders-controller.php:1307
13617
+ #: includes/api/class-wc-rest-orders-controller.php:1393
13618
+ #: includes/api/class-wc-rest-orders-controller.php:1491
13619
+ #: includes/api/class-wc-rest-orders-controller.php:1549
13620
+ #: includes/api/class-wc-rest-product-variations-controller.php:916
13621
+ #: includes/api/class-wc-rest-products-controller.php:1945
13622
+ msgid "Meta ID."
13623
+ msgstr "شناسه متا."
13624
+
13625
+ #: includes/api/class-wc-rest-coupons-controller.php:504
13626
+ #: includes/api/class-wc-rest-customers-controller.php:351
13627
+ #: includes/api/class-wc-rest-order-refunds-controller.php:388
13628
+ #: includes/api/class-wc-rest-order-refunds-controller.php:500
13629
+ #: includes/api/class-wc-rest-orders-controller.php:1110
13630
+ #: includes/api/class-wc-rest-orders-controller.php:1222
13631
+ #: includes/api/class-wc-rest-orders-controller.php:1313
13632
+ #: includes/api/class-wc-rest-orders-controller.php:1399
13633
+ #: includes/api/class-wc-rest-orders-controller.php:1497
13634
+ #: includes/api/class-wc-rest-orders-controller.php:1555
13635
+ #: includes/api/class-wc-rest-product-variations-controller.php:922
13636
+ #: includes/api/class-wc-rest-products-controller.php:1951
13637
+ #: includes/api/v1/class-wc-rest-order-refunds-controller.php:477
13638
+ #: includes/api/v1/class-wc-rest-orders-controller.php:1302
13639
+ msgid "Meta key."
13640
+ msgstr "کلید متا."
13641
 
13642
+ #: includes/api/class-wc-rest-coupons-controller.php:509
13643
+ #: includes/api/class-wc-rest-customers-controller.php:356
13644
+ #: includes/api/class-wc-rest-order-refunds-controller.php:393
13645
+ #: includes/api/class-wc-rest-order-refunds-controller.php:505
13646
+ #: includes/api/class-wc-rest-orders-controller.php:1115
13647
+ #: includes/api/class-wc-rest-orders-controller.php:1227
13648
+ #: includes/api/class-wc-rest-orders-controller.php:1318
13649
+ #: includes/api/class-wc-rest-orders-controller.php:1404
13650
+ #: includes/api/class-wc-rest-orders-controller.php:1502
13651
+ #: includes/api/class-wc-rest-orders-controller.php:1560
13652
+ #: includes/api/class-wc-rest-product-variations-controller.php:927
13653
+ #: includes/api/class-wc-rest-products-controller.php:1956
13654
+ #: includes/api/v1/class-wc-rest-order-refunds-controller.php:489
13655
+ #: includes/api/v1/class-wc-rest-orders-controller.php:1314
13656
+ msgid "Meta value."
13657
+ msgstr "مقدار متا."
13658
 
13659
+ #: includes/api/class-wc-rest-coupons-controller.php:530
13660
+ #: includes/api/v1/class-wc-rest-coupons-controller.php:572
13661
+ msgid "Limit result set to resources with a specific code."
13662
+ msgstr ""
13663
 
13664
+ #: includes/api/class-wc-rest-customer-downloads-controller.php:85
13665
+ #: includes/api/v1/class-wc-rest-customer-downloads-controller.php:175
13666
+ msgid "Download ID (MD5)."
13667
+ msgstr "شناسه دانلود (MD5)."
13668
 
13669
+ #: includes/api/class-wc-rest-customer-downloads-controller.php:91
13670
+ #: includes/api/v1/class-wc-rest-customer-downloads-controller.php:169
13671
+ msgid "Download file URL."
13672
+ msgstr "آدرس دانلود فایل."
13673
 
13674
+ #: includes/api/class-wc-rest-customer-downloads-controller.php:97
13675
+ #: includes/api/v1/class-wc-rest-customer-downloads-controller.php:181
13676
+ msgid "Downloadable product ID."
13677
+ msgstr "شناسه محصول قابل دانلود."
13678
+
13679
+ #: includes/api/class-wc-rest-customer-downloads-controller.php:103
13680
+ #: includes/api/class-wc-rest-order-refunds-controller.php:414
13681
+ #: includes/api/class-wc-rest-orders-controller.php:1136
13682
+ #: includes/api/class-wc-rest-products-controller.php:1369
13683
+ #: includes/api/v1/class-wc-rest-order-refunds-controller.php:381
13684
+ #: includes/api/v1/class-wc-rest-orders-controller.php:1206
13685
+ #: includes/api/v1/class-wc-rest-products-controller.php:1742
13686
+ #: includes/api/v1/class-wc-rest-report-top-sellers-controller.php:152
13687
+ msgid "Product name."
13688
+ msgstr "نام محصول."
13689
 
13690
+ #: includes/api/class-wc-rest-customer-downloads-controller.php:109
13691
+ #: includes/api/v1/class-wc-rest-customer-downloads-controller.php:187
13692
+ msgid "Downloadable file name."
13693
+ msgstr "نام فایل دانلودی."
13694
 
13695
+ #: includes/api/class-wc-rest-customer-downloads-controller.php:115
13696
+ #: includes/api/v1/class-wc-rest-customer-downloads-controller.php:193
13697
+ #: includes/cli/class-wc-cli-runner.php:97
13698
+ msgid "Order ID."
13699
+ msgstr "شناسه سفارش."
13700
 
13701
+ #: includes/api/class-wc-rest-customer-downloads-controller.php:121
13702
+ #: includes/api/class-wc-rest-orders-controller.php:810
13703
+ #: includes/api/v1/class-wc-rest-customer-downloads-controller.php:199
13704
+ #: includes/api/v1/class-wc-rest-orders-controller.php:925
13705
+ msgid "Order key."
13706
+ msgstr "کلید سفارش."
13707
 
13708
+ #: includes/api/class-wc-rest-customer-downloads-controller.php:127
13709
+ #: includes/api/v1/class-wc-rest-customer-downloads-controller.php:205
13710
+ msgid "Number of downloads remaining."
13711
+ msgstr "تعداد دانلود های باقی مانده"
13712
 
13713
+ #: includes/api/class-wc-rest-customer-downloads-controller.php:133
13714
+ #: includes/api/v1/class-wc-rest-customer-downloads-controller.php:211
13715
+ msgid "The date when download access expires, in the site's timezone."
13716
+ msgstr "تاریخ انقضای دسترسی به فایل دانلودی به صورت ساعت محلی سایت."
 
 
13717
 
13718
+ #: includes/api/class-wc-rest-customer-downloads-controller.php:139
13719
+ msgid "The date when download access expires, as GMT."
13720
+ msgstr "تاریخ انقضای دسترسی به فایل دانلودی به صورت GMT."
13721
 
13722
+ #: includes/api/class-wc-rest-customer-downloads-controller.php:145
13723
+ #: includes/api/v1/class-wc-rest-customer-downloads-controller.php:217
13724
+ msgid "File details."
13725
+ msgstr "جزئیات فایل."
13726
 
13727
+ #: includes/api/class-wc-rest-customer-downloads-controller.php:151
13728
+ #: includes/api/class-wc-rest-product-variations-controller.php:707
13729
+ #: includes/api/class-wc-rest-products-controller.php:1537
13730
+ #: includes/api/v1/class-wc-rest-customer-downloads-controller.php:223
13731
+ #: includes/api/v1/class-wc-rest-products-controller.php:1888
13732
+ #: includes/api/v1/class-wc-rest-products-controller.php:2366
13733
+ msgid "File name."
13734
+ msgstr "نام فایل."
13735
 
13736
+ #: includes/api/class-wc-rest-customer-downloads-controller.php:157
13737
+ #: includes/api/class-wc-rest-product-variations-controller.php:712
13738
+ #: includes/api/class-wc-rest-products-controller.php:1542
13739
+ #: includes/api/v1/class-wc-rest-customer-downloads-controller.php:229
13740
+ #: includes/api/v1/class-wc-rest-products-controller.php:1893
13741
+ #: includes/api/v1/class-wc-rest-products-controller.php:2371
13742
+ msgid "File URL."
13743
+ msgstr "آدرس فایل."
13744
 
13745
+ #: includes/api/class-wc-rest-customers-controller.php:134
13746
+ msgid "The date the customer was created, in the site's timezone."
13747
+ msgstr "تاریخ ایجاد کاربر به صورت ساعت محلی سایت."
13748
 
13749
+ #: includes/api/class-wc-rest-customers-controller.php:140
13750
+ #: includes/api/class-wc-rest-orders-controller.php:848
13751
+ #: includes/api/v1/class-wc-rest-orders-controller.php:956
13752
+ msgid "The date the order was created, as GMT."
13753
+ msgstr "تاریخ ایجاد کاربر به صورت GMT."
13754
 
13755
+ #: includes/api/class-wc-rest-customers-controller.php:146
13756
+ msgid "The date the customer was last modified, in the site's timezone."
13757
+ msgstr "تاریخ آخرین تغییر کاربر به صورت ساعت محلی سایت."
13758
 
13759
+ #: includes/api/class-wc-rest-customers-controller.php:152
13760
+ #: includes/api/v1/class-wc-rest-customers-controller.php:642
13761
+ msgid "The date the customer was last modified, as GMT."
13762
+ msgstr "تاریخ آخرین تغییر کاربر به صورت GMT."
13763
 
13764
+ #: includes/api/class-wc-rest-customers-controller.php:158
13765
+ #: includes/api/v1/class-wc-rest-customers-controller.php:648
13766
+ msgid "The email address for the customer."
13767
+ msgstr "آدرس ایمیل برای مشتری."
13768
 
13769
+ #: includes/api/class-wc-rest-customers-controller.php:164
13770
+ #: includes/api/v1/class-wc-rest-customers-controller.php:654
13771
+ msgid "Customer first name."
13772
+ msgstr "نام مشتری."
13773
 
13774
+ #: includes/api/class-wc-rest-customers-controller.php:172
13775
+ #: includes/api/v1/class-wc-rest-customers-controller.php:662
13776
+ msgid "Customer last name."
13777
+ msgstr "نام خانوادگی مشتری."
13778
 
13779
+ #: includes/api/class-wc-rest-customers-controller.php:180
13780
+ msgid "Customer role."
13781
+ msgstr "یادداشت مشتری."
 
 
13782
 
13783
+ #: includes/api/class-wc-rest-customers-controller.php:186
13784
+ #: includes/api/v1/class-wc-rest-customers-controller.php:670
13785
+ msgid "Customer login name."
13786
+ msgstr "نام ورود مشتری."
 
13787
 
13788
+ #: includes/api/class-wc-rest-customers-controller.php:194
13789
+ #: includes/api/v1/class-wc-rest-customers-controller.php:678
13790
+ msgid "Customer password."
13791
+ msgstr "رمز عبور مشتری."
 
13792
 
13793
+ #: includes/api/class-wc-rest-customers-controller.php:199
13794
+ #: includes/api/v1/class-wc-rest-customers-controller.php:721
13795
+ msgid "List of billing address data."
13796
+ msgstr "لیست داده های آدرس صورت حساب."
13797
+
13798
+ #: includes/api/class-wc-rest-customers-controller.php:204
13799
+ #: includes/api/class-wc-rest-customers-controller.php:267
13800
+ #: includes/api/class-wc-rest-orders-controller.php:942
13801
+ #: includes/api/class-wc-rest-orders-controller.php:1005
13802
+ #: includes/api/v1/class-wc-rest-customers-controller.php:726
13803
+ #: includes/api/v1/class-wc-rest-customers-controller.php:789
13804
+ #: includes/api/v1/class-wc-rest-orders-controller.php:1021
13805
+ #: includes/api/v1/class-wc-rest-orders-controller.php:1084
13806
+ msgid "First name."
13807
+ msgstr "نام."
13808
 
13809
+ #: includes/api/class-wc-rest-customers-controller.php:209
13810
+ #: includes/api/class-wc-rest-customers-controller.php:272
13811
+ #: includes/api/class-wc-rest-orders-controller.php:947
13812
+ #: includes/api/class-wc-rest-orders-controller.php:1010
13813
+ #: includes/api/v1/class-wc-rest-customers-controller.php:731
13814
+ #: includes/api/v1/class-wc-rest-customers-controller.php:794
13815
+ #: includes/api/v1/class-wc-rest-orders-controller.php:1026
13816
+ #: includes/api/v1/class-wc-rest-orders-controller.php:1089
13817
+ msgid "Last name."
13818
+ msgstr "نام خانوادگی."
13819
 
13820
+ #: includes/api/class-wc-rest-customers-controller.php:214
13821
+ #: includes/api/class-wc-rest-customers-controller.php:277
13822
+ #: includes/api/class-wc-rest-orders-controller.php:952
13823
+ #: includes/api/class-wc-rest-orders-controller.php:1015
13824
+ #: includes/api/v1/class-wc-rest-customers-controller.php:736
13825
+ #: includes/api/v1/class-wc-rest-customers-controller.php:799
13826
+ #: includes/api/v1/class-wc-rest-orders-controller.php:1031
13827
+ #: includes/api/v1/class-wc-rest-orders-controller.php:1094
13828
+ msgid "Company name."
13829
+ msgstr "نام شرکت."
13830
 
13831
+ #: includes/api/class-wc-rest-customers-controller.php:229
13832
+ #: includes/api/class-wc-rest-customers-controller.php:292
13833
+ #: includes/api/class-wc-rest-orders-controller.php:967
13834
+ #: includes/api/class-wc-rest-orders-controller.php:1030
13835
+ #: includes/api/v1/class-wc-rest-customers-controller.php:751
13836
+ #: includes/api/v1/class-wc-rest-customers-controller.php:814
13837
+ #: includes/api/v1/class-wc-rest-orders-controller.php:1046
13838
+ #: includes/api/v1/class-wc-rest-orders-controller.php:1109
13839
+ #: includes/api/v1/class-wc-rest-taxes-controller.php:595
13840
+ msgid "City name."
13841
+ msgstr "نام شهر."
13842
 
13843
+ #: includes/api/class-wc-rest-customers-controller.php:234
13844
+ #: includes/api/class-wc-rest-customers-controller.php:297
13845
+ #: includes/api/class-wc-rest-orders-controller.php:972
13846
+ #: includes/api/class-wc-rest-orders-controller.php:1035
13847
+ #: includes/api/v1/class-wc-rest-customers-controller.php:756
13848
+ #: includes/api/v1/class-wc-rest-customers-controller.php:819
13849
+ #: includes/api/v1/class-wc-rest-orders-controller.php:1051
13850
+ #: includes/api/v1/class-wc-rest-orders-controller.php:1114
13851
+ msgid "ISO code or name of the state, province or district."
13852
+ msgstr "کد ISO استان یا منطقه."
13853
 
13854
+ #: includes/api/class-wc-rest-customers-controller.php:239
13855
+ #: includes/api/class-wc-rest-customers-controller.php:302
13856
+ #: includes/api/class-wc-rest-orders-controller.php:977
13857
+ #: includes/api/class-wc-rest-orders-controller.php:1040
13858
+ #: includes/api/v1/class-wc-rest-customers-controller.php:761
13859
+ #: includes/api/v1/class-wc-rest-customers-controller.php:824
13860
+ #: includes/api/v1/class-wc-rest-orders-controller.php:1056
13861
+ #: includes/api/v1/class-wc-rest-orders-controller.php:1119
13862
+ msgid "Postal code."
13863
+ msgstr "کد پستی."
13864
 
13865
+ #: includes/api/class-wc-rest-customers-controller.php:244
13866
+ #: includes/api/class-wc-rest-customers-controller.php:307
13867
+ #: includes/api/v1/class-wc-rest-customers-controller.php:766
13868
+ #: includes/api/v1/class-wc-rest-customers-controller.php:829
13869
+ msgid "ISO code of the country."
13870
+ msgstr "کد ISO کشور."
13871
 
13872
+ #: includes/api/class-wc-rest-customers-controller.php:249
13873
+ #: includes/api/class-wc-rest-orders-controller.php:987
13874
+ #: includes/api/v1/class-wc-rest-customers-controller.php:771
13875
+ #: includes/api/v1/class-wc-rest-orders-controller.php:1066
13876
+ msgid "Email address."
13877
+ msgstr "آدرس ایمیل."
13878
 
13879
+ #: includes/api/class-wc-rest-customers-controller.php:255
13880
+ #: includes/api/class-wc-rest-orders-controller.php:993
13881
+ #: includes/api/v1/class-wc-rest-customers-controller.php:777
13882
+ #: includes/api/v1/class-wc-rest-orders-controller.php:1072
13883
+ msgid "Phone number."
13884
+ msgstr "شماره تلفن."
13885
 
13886
+ #: includes/api/class-wc-rest-customers-controller.php:262
13887
+ #: includes/api/v1/class-wc-rest-customers-controller.php:784
13888
+ msgid "List of shipping address data."
13889
+ msgstr "لیست اطلاعات آدرس های حمل و نقل."
13890
 
13891
+ #: includes/api/class-wc-rest-customers-controller.php:314
13892
+ msgid "Is the customer a paying customer?"
13893
+ msgstr "آیا مشتری یک مشتری پرداختی است؟"
 
13894
 
13895
+ #: includes/api/class-wc-rest-customers-controller.php:320
13896
+ #: includes/api/v1/class-wc-rest-customers-controller.php:703
13897
+ msgid "Quantity of orders made by the customer."
13898
+ msgstr "تعداد سفارش های ساخته شده توسط کاربر."
13899
 
13900
+ #: includes/api/class-wc-rest-customers-controller.php:326
13901
+ #: includes/api/v1/class-wc-rest-customers-controller.php:709
13902
+ msgid "Total amount spent."
13903
+ msgstr "مجموع مبلغ صرف شده."
13904
 
13905
+ #: includes/api/class-wc-rest-customers-controller.php:332
13906
+ #: includes/api/v1/class-wc-rest-customers-controller.php:715
13907
+ msgid "Avatar URL."
13908
+ msgstr "آدرس تصویر آواتار."
13909
 
13910
+ #: includes/api/class-wc-rest-order-notes-controller.php:42
13911
+ #: includes/api/class-wc-rest-order-refunds-controller.php:186
13912
+ #: includes/api/class-wc-rest-order-refunds-controller.php:268
13913
+ #: includes/api/v1/class-wc-rest-order-notes-controller.php:183
13914
+ #: includes/api/v1/class-wc-rest-order-notes-controller.php:223
13915
+ #: includes/api/v1/class-wc-rest-order-notes-controller.php:265
13916
+ #: includes/api/v1/class-wc-rest-order-notes-controller.php:298
13917
+ #: includes/api/v1/class-wc-rest-order-refunds-controller.php:126 includes/wc-core-functions.php:137
13918
+ #: includes/wc-order-functions.php:498
13919
+ msgid "Invalid order ID."
13920
+ msgstr "شناسه سفارش نادرست است."
13921
 
13922
+ #: includes/api/class-wc-rest-order-notes-controller.php:138
13923
+ #: includes/api/v1/class-wc-rest-order-notes-controller.php:404
13924
+ msgid "The date the order note was created, in the site's timezone."
13925
+ msgstr "تاریخ ایجاد یادداشت سفارش بر اساس تاریخ محلی سایت."
13926
 
13927
+ #: includes/api/class-wc-rest-order-notes-controller.php:144
13928
+ msgid "The date the order note was created, as GMT."
13929
+ msgstr "تاریخ ایجاد یادداشت سفارش بر اساس تاریخ GMT."
13930
 
13931
+ #: includes/api/class-wc-rest-order-notes-controller.php:150
13932
+ #: includes/api/v1/class-wc-rest-order-notes-controller.php:70
13933
+ msgid "Order note content."
13934
+ msgstr "متن یادداشت سفارش."
 
13935
 
13936
+ #: includes/api/class-wc-rest-order-notes-controller.php:155
13937
+ msgid ""
13938
+ "If true, the note will be shown to customers and they will be notified. If false, the note will be "
13939
+ "for admin reference only."
13940
+ msgstr ""
13941
+
13942
+ #: includes/api/class-wc-rest-order-notes-controller.php:176
13943
+ msgid "Limit result to customers or internal notes."
13944
+ msgstr "محدودیت نتایج به مشتری یا یادداشت های داخلی."
13945
+
13946
+ #: includes/api/class-wc-rest-order-refunds-controller.php:66
13947
+ #: includes/api/class-wc-rest-order-refunds-controller.php:88
13948
+ #: includes/api/v1/class-wc-rest-order-notes-controller.php:53
13949
+ #: includes/api/v1/class-wc-rest-order-notes-controller.php:85
13950
+ #: includes/api/v1/class-wc-rest-order-refunds-controller.php:61
13951
+ #: includes/api/v1/class-wc-rest-order-refunds-controller.php:83
13952
+ msgid "The order ID."
13953
+ msgstr "شناسه سفارش."
13954
+
13955
+ #: includes/api/class-wc-rest-order-refunds-controller.php:190
13956
+ #: includes/api/legacy/v2/class-wc-api-orders.php:1499
13957
+ #: includes/api/legacy/v2/class-wc-api-orders.php:1661
13958
+ #: includes/api/legacy/v2/class-wc-api-orders.php:1722
13959
+ #: includes/api/legacy/v3/class-wc-api-orders.php:1549
13960
+ #: includes/api/legacy/v3/class-wc-api-orders.php:1711
13961
+ #: includes/api/legacy/v3/class-wc-api-orders.php:1772
13962
+ #: includes/api/v1/class-wc-rest-order-refunds-controller.php:132
13963
+ msgid "Invalid order refund ID."
13964
+ msgstr "شناسه برگشت سفارش نادرست است."
13965
 
13966
+ #: includes/api/class-wc-rest-order-refunds-controller.php:272
13967
+ #: includes/api/v1/class-wc-rest-order-refunds-controller.php:292
13968
+ msgid "Refund amount must be greater than zero."
13969
+ msgstr "مبلغ بازگشتی می بایست بیشتر از صفر باشد."
13970
 
13971
+ #: includes/api/class-wc-rest-order-refunds-controller.php:290
13972
+ #: includes/api/legacy/v2/class-wc-api-orders.php:1598
13973
+ #: includes/api/legacy/v3/class-wc-api-orders.php:1648
13974
+ #: includes/api/v1/class-wc-rest-order-refunds-controller.php:310
13975
+ msgid "Cannot create order refund, please try again."
13976
+ msgstr "قادر به ایجاد استرداد سفارش نیستیم. دوباره امتحان کنید."
13977
 
13978
+ #: includes/api/class-wc-rest-order-refunds-controller.php:348
13979
+ #: includes/api/v1/class-wc-rest-order-refunds-controller.php:352
13980
+ msgid "The date the order refund was created, in the site's timezone."
13981
+ msgstr "تاریخ ایجاد استرداد بر اساس تاریخ محلی سایت."
13982
 
13983
+ #: includes/api/class-wc-rest-order-refunds-controller.php:354
13984
+ msgid "The date the order refund was created, as GMT."
13985
+ msgstr "تاریخ ایجاد استرداد بر اساس تاریخ محلی سایت."
 
13986
 
13987
+ #: includes/api/class-wc-rest-order-refunds-controller.php:360
13988
+ #: includes/api/v1/class-wc-rest-order-refunds-controller.php:358
13989
+ msgid "Refund amount."
13990
+ msgstr "مبلغ استرداد."
13991
 
13992
+ #: includes/api/class-wc-rest-order-refunds-controller.php:365
13993
+ #: includes/api/v1/class-wc-rest-order-refunds-controller.php:363
13994
+ msgid "Reason for refund."
13995
+ msgstr "دلیل برای استرداد."
13996
 
13997
+ #: includes/api/class-wc-rest-order-refunds-controller.php:370
13998
+ msgid "User ID of user who created the refund."
13999
+ msgstr "شناسه کاربری که کاربری که میخواهد استرداد ایجاد کند."
14000
 
14001
+ #: includes/api/class-wc-rest-order-refunds-controller.php:401
14002
+ #: includes/api/class-wc-rest-orders-controller.php:1123
14003
+ #: includes/api/v1/class-wc-rest-order-refunds-controller.php:368
14004
+ #: includes/api/v1/class-wc-rest-orders-controller.php:1193
14005
+ msgid "Line items data."
14006
+ msgstr "خط داده های موارد."
14007
 
14008
+ #: includes/api/class-wc-rest-order-refunds-controller.php:408
14009
+ #: includes/api/class-wc-rest-orders-controller.php:1130
14010
+ #: includes/api/class-wc-rest-orders-controller.php:1258
14011
+ #: includes/api/class-wc-rest-orders-controller.php:1336
14012
+ #: includes/api/class-wc-rest-orders-controller.php:1422
14013
+ #: includes/api/class-wc-rest-orders-controller.php:1520
14014
+ #: includes/api/v1/class-wc-rest-order-refunds-controller.php:375
14015
+ #: includes/api/v1/class-wc-rest-orders-controller.php:1200
14016
+ #: includes/api/v1/class-wc-rest-orders-controller.php:1334
14017
+ #: includes/api/v1/class-wc-rest-orders-controller.php:1386
14018
+ #: includes/api/v1/class-wc-rest-orders-controller.php:1446
14019
+ #: includes/api/v1/class-wc-rest-orders-controller.php:1517
14020
+ msgid "Item ID."
14021
+ msgstr "شناسه مورد."
14022
+
14023
+ #: includes/api/class-wc-rest-order-refunds-controller.php:419
14024
+ #: includes/api/class-wc-rest-orders-controller.php:1141
14025
+ #: includes/api/v1/class-wc-rest-order-refunds-controller.php:393
14026
+ #: includes/api/v1/class-wc-rest-orders-controller.php:1218
14027
+ #: includes/api/v1/class-wc-rest-report-top-sellers-controller.php:158
14028
+ #: includes/cli/class-wc-cli-runner.php:95
14029
+ msgid "Product ID."
14030
+ msgstr "شناسه محصول."
14031
 
14032
+ #: includes/api/class-wc-rest-order-refunds-controller.php:424
14033
+ #: includes/api/class-wc-rest-orders-controller.php:1146
14034
+ #: includes/api/v1/class-wc-rest-order-refunds-controller.php:398
14035
+ #: includes/api/v1/class-wc-rest-orders-controller.php:1223
14036
+ msgid "Variation ID, if applicable."
14037
+ msgstr "شناسه متغیر ، در صورت قابل اجرا بودن."
14038
 
14039
+ #: includes/api/class-wc-rest-order-refunds-controller.php:429
14040
+ #: includes/api/class-wc-rest-orders-controller.php:1151
14041
+ #: includes/api/v1/class-wc-rest-order-refunds-controller.php:403
14042
+ #: includes/api/v1/class-wc-rest-orders-controller.php:1228
14043
+ msgid "Quantity ordered."
14044
+ msgstr "تعداد سفارش داده شده."
14045
 
14046
+ #: includes/api/class-wc-rest-order-refunds-controller.php:434
14047
+ #: includes/api/class-wc-rest-orders-controller.php:1156
14048
+ #: includes/api/v1/class-wc-rest-order-refunds-controller.php:408
14049
+ #: includes/api/v1/class-wc-rest-orders-controller.php:1233
14050
+ msgid "Tax class of product."
14051
+ msgstr "روش مالیاتی محصول."
14052
 
14053
+ #: includes/api/class-wc-rest-order-refunds-controller.php:439
14054
+ #: includes/api/class-wc-rest-orders-controller.php:1161
14055
+ #: includes/api/v1/class-wc-rest-order-refunds-controller.php:420
14056
+ #: includes/api/v1/class-wc-rest-orders-controller.php:1245
14057
+ msgid "Line subtotal (before discounts)."
14058
+ msgstr "خط جمع جزء (قبل از تخفیف)"
14059
 
14060
+ #: includes/api/class-wc-rest-order-refunds-controller.php:444
14061
+ #: includes/api/class-wc-rest-orders-controller.php:1166
14062
+ #: includes/api/v1/class-wc-rest-order-refunds-controller.php:425
14063
+ #: includes/api/v1/class-wc-rest-orders-controller.php:1250
14064
+ msgid "Line subtotal tax (before discounts)."
14065
+ msgstr "خط مالیات جمع جزء(قبل از تخفیف)"
14066
 
14067
+ #: includes/api/class-wc-rest-order-refunds-controller.php:450
14068
+ #: includes/api/class-wc-rest-orders-controller.php:1172
14069
+ #: includes/api/class-wc-rest-orders-controller.php:1352
14070
+ #: includes/api/class-wc-rest-orders-controller.php:1444
14071
+ #: includes/api/v1/class-wc-rest-order-refunds-controller.php:430
14072
+ #: includes/api/v1/class-wc-rest-orders-controller.php:1255
14073
+ #: includes/api/v1/class-wc-rest-orders-controller.php:1402
14074
+ #: includes/api/v1/class-wc-rest-orders-controller.php:1468
14075
+ msgid "Line total (after discounts)."
14076
+ msgstr "خط جمع کل (بعد از تخفیف)"
14077
+
14078
+ #: includes/api/class-wc-rest-order-refunds-controller.php:455
14079
+ #: includes/api/class-wc-rest-orders-controller.php:1177
14080
+ #: includes/api/class-wc-rest-orders-controller.php:1357
14081
+ #: includes/api/class-wc-rest-orders-controller.php:1449
14082
+ #: includes/api/v1/class-wc-rest-order-refunds-controller.php:435
14083
+ #: includes/api/v1/class-wc-rest-orders-controller.php:1260
14084
+ #: includes/api/v1/class-wc-rest-orders-controller.php:1407
14085
+ #: includes/api/v1/class-wc-rest-orders-controller.php:1473
14086
+ msgid "Line total tax (after discounts)."
14087
+ msgstr "خط مالیات جمع کل (بعد از تخفیف)"
14088
 
14089
+ #: includes/api/class-wc-rest-order-refunds-controller.php:461
14090
+ #: includes/api/class-wc-rest-orders-controller.php:1183
14091
+ #: includes/api/class-wc-rest-orders-controller.php:1363
14092
+ #: includes/api/class-wc-rest-orders-controller.php:1455
14093
+ #: includes/api/v1/class-wc-rest-order-refunds-controller.php:440
14094
+ #: includes/api/v1/class-wc-rest-orders-controller.php:1265
14095
+ #: includes/api/v1/class-wc-rest-orders-controller.php:1413
14096
+ #: includes/api/v1/class-wc-rest-orders-controller.php:1478
14097
+ msgid "Line taxes."
14098
+ msgstr "مالیات خط."
14099
 
14100
+ #: includes/api/class-wc-rest-order-refunds-controller.php:469
14101
+ #: includes/api/class-wc-rest-orders-controller.php:1191
14102
+ #: includes/api/class-wc-rest-orders-controller.php:1270
14103
+ #: includes/api/class-wc-rest-orders-controller.php:1371
14104
+ #: includes/api/class-wc-rest-orders-controller.php:1463
14105
+ #: includes/api/v1/class-wc-rest-order-refunds-controller.php:448
14106
+ #: includes/api/v1/class-wc-rest-orders-controller.php:1273
14107
+ #: includes/api/v1/class-wc-rest-orders-controller.php:1346
14108
+ #: includes/api/v1/class-wc-rest-orders-controller.php:1421
14109
+ #: includes/api/v1/class-wc-rest-orders-controller.php:1486
14110
+ msgid "Tax rate ID."
14111
+ msgstr "شناسه نرخ مالیات."
14112
 
14113
+ #: includes/api/class-wc-rest-order-refunds-controller.php:474
14114
+ #: includes/api/class-wc-rest-orders-controller.php:1196
14115
+ #: includes/api/class-wc-rest-orders-controller.php:1377
14116
+ #: includes/api/class-wc-rest-orders-controller.php:1469
14117
+ #: includes/api/v1/class-wc-rest-order-refunds-controller.php:454
14118
+ #: includes/api/v1/class-wc-rest-orders-controller.php:1279
14119
+ #: includes/api/v1/class-wc-rest-orders-controller.php:1427
14120
+ #: includes/api/v1/class-wc-rest-orders-controller.php:1492
14121
+ msgid "Tax total."
14122
+ msgstr "مجموع مالیات."
14123
 
14124
+ #: includes/api/class-wc-rest-order-refunds-controller.php:479
14125
+ #: includes/api/class-wc-rest-orders-controller.php:1201
14126
+ #: includes/api/class-wc-rest-orders-controller.php:1475
14127
+ #: includes/api/v1/class-wc-rest-order-refunds-controller.php:460
14128
+ #: includes/api/v1/class-wc-rest-orders-controller.php:1285
14129
+ #: includes/api/v1/class-wc-rest-orders-controller.php:1498
14130
+ msgid "Tax subtotal."
14131
+ msgstr "جمع جزء."
14132
 
14133
+ #: includes/api/class-wc-rest-order-refunds-controller.php:513
14134
+ #: includes/api/class-wc-rest-orders-controller.php:1235
14135
+ #: includes/api/v1/class-wc-rest-order-refunds-controller.php:387
14136
+ #: includes/api/v1/class-wc-rest-orders-controller.php:1212
14137
+ msgid "Product SKU."
14138
+ msgstr "شناسه محصول."
14139
 
14140
+ #: includes/api/class-wc-rest-order-refunds-controller.php:519
14141
+ #: includes/api/class-wc-rest-orders-controller.php:1241
14142
+ #: includes/api/v1/class-wc-rest-order-refunds-controller.php:414
14143
+ #: includes/api/v1/class-wc-rest-orders-controller.php:1239
14144
+ msgid "Product price."
14145
+ msgstr "قیمت محصول."
14146
 
14147
+ #: includes/api/class-wc-rest-order-refunds-controller.php:528
14148
+ msgid "When true, the payment gateway API is used to generate the refund."
14149
+ msgstr "با فعال سازی ، API دروازه پرداخت برای ساخت استرداد استفاده می شود."
14150
 
14151
+ #: includes/api/class-wc-rest-orders-controller.php:493
14152
+ #: includes/api/legacy/class-wc-rest-legacy-orders-controller.php:248
14153
+ #: includes/api/legacy/v2/class-wc-api-orders.php:386
14154
+ #: includes/api/legacy/v2/class-wc-api-orders.php:532
14155
+ #: includes/api/legacy/v3/class-wc-api-orders.php:423
14156
+ #: includes/api/legacy/v3/class-wc-api-orders.php:574
14157
+ #: includes/api/v1/class-wc-rest-orders-controller.php:538
14158
+ msgid "Customer ID is invalid."
14159
+ msgstr "شناسه مشتری نامعتبر است."
14160
 
14161
+ #: includes/api/class-wc-rest-orders-controller.php:557
14162
+ #: includes/api/v1/class-wc-rest-orders-controller.php:617
14163
+ msgid "Product ID or SKU is required."
14164
+ msgstr "شناسه محصول یا SKU نامعتبر است."
14165
 
14166
+ #: includes/api/class-wc-rest-orders-controller.php:644
14167
+ #: includes/api/legacy/v2/class-wc-api-orders.php:1017
14168
+ #: includes/api/legacy/v3/class-wc-api-orders.php:1067
14169
+ #: includes/api/v1/class-wc-rest-orders-controller.php:685
14170
+ msgid "Shipping method ID is required."
14171
+ msgstr "شناسه روش حمل و نقل الزامی است."
14172
 
14173
+ #: includes/api/class-wc-rest-orders-controller.php:666
14174
+ #: includes/api/v1/class-wc-rest-orders-controller.php:706
14175
+ msgid "Fee name is required."
14176
+ msgstr "نام هزینه الزامی است."
14177
 
14178
+ #: includes/api/class-wc-rest-orders-controller.php:688
14179
+ #: includes/api/legacy/v2/class-wc-api-orders.php:1148
14180
+ #: includes/api/legacy/v3/class-wc-api-orders.php:1198
14181
+ #: includes/api/v1/class-wc-rest-orders-controller.php:727
14182
+ msgid "Coupon code is required."
14183
+ msgstr "کد کوپن الز�