Persian Woocommerce - Version 2.5.1

Version Description

Download this release

Release Info

Developer hannanstd
Plugin Icon 128x128 Persian Woocommerce
Version 2.5.1
Comparing to
See all releases

Code changes from version 2.5 to 2.5.1

Files changed (54) hide show
  1. {include/assets → assets}/css/admin.font.css +0 -0
  2. {include/assets → assets}/css/admin.rtl.css +4 -0
  3. {include/assets → assets}/css/dashboard.rtl.css +0 -0
  4. {include/assets → assets}/css/menu.rtl.css +0 -0
  5. {include/assets → assets}/css/reports-print.rtl.css +0 -0
  6. {include/assets → assets}/fonts/BYekan.eot +0 -0
  7. {include/assets → assets}/fonts/BYekan.ttf +0 -0
  8. {include/assets → assets}/fonts/BYekan.woff +0 -0
  9. {include/assets → assets}/fonts/WooCommerce.eot +0 -0
  10. {include/assets → assets}/fonts/WooCommerce.svg +0 -0
  11. {include/assets → assets}/fonts/WooCommerce.ttf +0 -0
  12. {include/assets → assets}/fonts/WooCommerce.woff +0 -0
  13. {include/assets → assets}/fonts/star.eot +0 -0
  14. {include/assets → assets}/fonts/star.svg +0 -0
  15. {include/assets → assets}/fonts/star.ttf +0 -0
  16. {include/assets → assets}/fonts/star.woff +0 -0
  17. {include/assets → assets}/images/about.png +0 -0
  18. {include/assets → assets}/images/chosen-sprite.png +0 -0
  19. {include/assets → assets}/images/chosen-sprite@2x.png +0 -0
  20. {include/assets → assets}/images/feed.png +0 -0
  21. {include/assets → assets}/images/icons/credit-cards/amex.png +0 -0
  22. {include/assets → assets}/images/icons/credit-cards/diners.png +0 -0
  23. {include/assets → assets}/images/icons/credit-cards/discover.png +0 -0
  24. {include/assets → assets}/images/icons/credit-cards/jcb.png +0 -0
  25. {include/assets → assets}/images/icons/credit-cards/laser.png +0 -0
  26. {include/assets → assets}/images/icons/credit-cards/maestro.png +0 -0
  27. {include/assets → assets}/images/icons/credit-cards/mastercard.png +0 -0
  28. {include/assets → assets}/images/icons/credit-cards/visa.png +0 -0
  29. {include/assets → assets}/images/icons/loader.svg +0 -0
  30. {include/assets → assets}/images/logo.png +0 -0
  31. {include/assets → assets}/images/select2-spinner.gif +0 -0
  32. {include/assets → assets}/images/select2.png +0 -0
  33. {include/assets → assets}/images/select2x2.png +0 -0
  34. {include/assets → assets}/js/admin.js +0 -0
  35. {include/assets → assets}/js/iran-cities-sorted.js +0 -0
  36. {include/assets → assets}/js/iran-cities-sorted.min.js +0 -0
  37. include/class-address.php → class-address.php +5 -30
  38. include/class-currency.php → class-currency.php +0 -0
  39. class-rtl.php +79 -0
  40. include/class-tools.php → class-tools.php +14 -22
  41. include/class-widget.php → class-widget.php +0 -0
  42. include/assets/css/select2.rtl.css +0 -3
  43. include/assets/css/woocommerce-layout.rtl.css +0 -1
  44. include/assets/css/woocommerce-smallscreen.rtl.css +0 -1
  45. include/assets/css/woocommerce.rtl.css +0 -23
  46. include/class-rtl.php +0 -132
  47. include/persian-woocommerce.php +0 -222
  48. languages/woocommerce-fa_IR.mo +0 -0
  49. languages/woocommerce-fa_IR.po +0 -16976
  50. include/persian-woocommerce-about.php → persian-woocommerce-about.php +8 -3
  51. include/persian-woocommerce-text.php → persian-woocommerce-text.php +0 -0
  52. persian-woocommerce.php +231 -32
  53. readme.txt +0 -126
  54. include/tools/class-call-for-price.php → tools/class-price.php +18 -5
{include/assets → assets}/css/admin.font.css RENAMED
File without changes
{include/assets → assets}/css/admin.rtl.css RENAMED
@@ -151,3 +151,7 @@ html[dir=rtl] .select2-container-multi .select2-search-choice-close {
151
  .select2-container .select2-choice abbr:hover {
152
  background-position-x: 100%;
153
  }
 
 
 
 
151
  .select2-container .select2-choice abbr:hover {
152
  background-position-x: 100%;
153
  }
154
+
155
+ .post-type-shop_order #ui-datepicker-div {
156
+ z-index:999999 !important;
157
+ }
{include/assets → assets}/css/dashboard.rtl.css RENAMED
File without changes
{include/assets → assets}/css/menu.rtl.css RENAMED
File without changes
{include/assets → assets}/css/reports-print.rtl.css RENAMED
File without changes
{include/assets → assets}/fonts/BYekan.eot RENAMED
File without changes
{include/assets → assets}/fonts/BYekan.ttf RENAMED
File without changes
{include/assets → assets}/fonts/BYekan.woff RENAMED
File without changes
{include/assets → assets}/fonts/WooCommerce.eot RENAMED
File without changes
{include/assets → assets}/fonts/WooCommerce.svg RENAMED
File without changes
{include/assets → assets}/fonts/WooCommerce.ttf RENAMED
File without changes
{include/assets → assets}/fonts/WooCommerce.woff RENAMED
File without changes
{include/assets → assets}/fonts/star.eot RENAMED
File without changes
{include/assets → assets}/fonts/star.svg RENAMED
File without changes
{include/assets → assets}/fonts/star.ttf RENAMED
File without changes
{include/assets → assets}/fonts/star.woff RENAMED
File without changes
{include/assets → assets}/images/about.png RENAMED
File without changes
{include/assets → assets}/images/chosen-sprite.png RENAMED
File without changes
{include/assets → assets}/images/chosen-sprite@2x.png RENAMED
File without changes
{include/assets → assets}/images/feed.png RENAMED
File without changes
{include/assets → assets}/images/icons/credit-cards/amex.png RENAMED
File without changes
{include/assets → assets}/images/icons/credit-cards/diners.png RENAMED
File without changes
{include/assets → assets}/images/icons/credit-cards/discover.png RENAMED
File without changes
{include/assets → assets}/images/icons/credit-cards/jcb.png RENAMED
File without changes
{include/assets → assets}/images/icons/credit-cards/laser.png RENAMED
File without changes
{include/assets → assets}/images/icons/credit-cards/maestro.png RENAMED
File without changes
{include/assets → assets}/images/icons/credit-cards/mastercard.png RENAMED
File without changes
{include/assets → assets}/images/icons/credit-cards/visa.png RENAMED
File without changes
{include/assets → assets}/images/icons/loader.svg RENAMED
File without changes
{include/assets → assets}/images/logo.png RENAMED
File without changes
{include/assets → assets}/images/select2-spinner.gif RENAMED
File without changes
{include/assets → assets}/images/select2.png RENAMED
File without changes
{include/assets → assets}/images/select2x2.png RENAMED
File without changes
{include/assets → assets}/js/admin.js RENAMED
File without changes
{include/assets → assets}/js/iran-cities-sorted.js RENAMED
File without changes
{include/assets → assets}/js/iran-cities-sorted.min.js RENAMED
File without changes
include/class-address.php → class-address.php RENAMED
@@ -19,8 +19,6 @@ class Persian_Wooommerce_Address extends Persian_Wooommerce_Plugin {
19
 
20
  add_filter('woocommerce_get_country_locale', array($this, 'locales') );
21
  add_filter('woocommerce_localisation_address_formats', array($this, 'address_formats') );
22
- add_filter('woocommerce_order_formatted_billing_address', array($this, 'formatted_billing_address') );
23
- add_filter('woocommerce_order_formatted_shipping_address', array($this, 'formatted_shipping_address') );
24
  add_filter('woocommerce_states', array($this, 'iran_states'), 10, 1 );
25
 
26
  if ( $PW->get_options('enable_iran_cities') == 'yes' ) {
@@ -80,34 +78,6 @@ class Persian_Wooommerce_Address extends Persian_Wooommerce_Plugin {
80
  $formats[$this->Country] = "{company}\n{first_name} {last_name}\n{country}\n{state}\n{city}\n{address_1} - {address_2}\n{postcode}";
81
  return $formats;
82
  }
83
-
84
- public function formatted_billing_address() {
85
- return array(
86
- 'first_name' => $this->billing_first_name,
87
- 'last_name' => $this->billing_last_name,
88
- 'company' => $this->billing_company,
89
- 'country' => $this->billing_country,
90
- 'state' => $this->billing_state,
91
- 'city' => $this->billing_city,
92
- 'address_1' => $this->billing_address_1,
93
- 'address_2' => $this->billing_address_2,
94
- 'postcode' => $this->billing_postcode
95
- );
96
- }
97
-
98
- public function formatted_shipping_address() {
99
- return array(
100
- 'first_name' => $this->shipping_first_name,
101
- 'last_name' => $this->shipping_last_name,
102
- 'company' => $this->shipping_company,
103
- 'country' => $this->shipping_country,
104
- 'state' => $this->shipping_state,
105
- 'city' => $this->shipping_city,
106
- 'address_1' => $this->shipping_address_1,
107
- 'address_2' => $this->shipping_address_2,
108
- 'postcode' => $this->shipping_postcode
109
- );
110
- }
111
 
112
  public function iran_states( $states ) {
113
 
@@ -290,6 +260,11 @@ class Persian_Wooommerce_Address extends Persian_Wooommerce_Plugin {
290
  jQuery(document).ready(function(jQuery){<?php echo $type; ?>_iran_state_changed();});
291
 
292
  </script>
 
 
 
 
 
293
  <?php
294
  }
295
  }
19
 
20
  add_filter('woocommerce_get_country_locale', array($this, 'locales') );
21
  add_filter('woocommerce_localisation_address_formats', array($this, 'address_formats') );
 
 
22
  add_filter('woocommerce_states', array($this, 'iran_states'), 10, 1 );
23
 
24
  if ( $PW->get_options('enable_iran_cities') == 'yes' ) {
78
  $formats[$this->Country] = "{company}\n{first_name} {last_name}\n{country}\n{state}\n{city}\n{address_1} - {address_2}\n{postcode}";
79
  return $formats;
80
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
81
 
82
  public function iran_states( $states ) {
83
 
260
  jQuery(document).ready(function(jQuery){<?php echo $type; ?>_iran_state_changed();});
261
 
262
  </script>
263
+ <style>
264
+ .select2-container .select2-choice .select2-arrow b:after {
265
+ margin-left: 0;
266
+ }
267
+ </style>
268
  <?php
269
  }
270
  }
include/class-currency.php → class-currency.php RENAMED
File without changes
class-rtl.php ADDED
@@ -0,0 +1,79 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ if ( ! defined( 'ABSPATH' ) )
4
+ exit; // Exit if accessed directly
5
+
6
+ if ( ! class_exists( 'Persian_Wooommerce_RTL' ) ) :
7
+
8
+ class Persian_Wooommerce_RTL extends Persian_Wooommerce_Plugin {
9
+
10
+ public function __construct(){
11
+
12
+ if(!is_admin())
13
+ return false;
14
+
15
+ add_action('admin_enqueue_scripts', array($this, 'pw_rtl_admin_styles'), 11 );
16
+ add_filter('woocommerce_pagination_args', array($this, 'pw_rtl_paginate_links') );
17
+ add_filter('woocommerce_comment_pagination_args', array($this, 'pw_rtl_paginate_comments_links') );
18
+ }
19
+
20
+ public function pw_rtl_admin_styles() {
21
+ global $PW;
22
+
23
+ if ( is_rtl() ) {
24
+
25
+ // menu css
26
+ wp_dequeue_style( 'woocommerce_admin_menu_styles' );
27
+ wp_enqueue_style( 'woocommerce_admin_menu_styles_rtl', $PW->plugin_url('include/assets/css/menu.rtl.css'), array(), WC_VERSION );
28
+
29
+ // admin css
30
+ if ( function_exists('wc_get_screen_ids') && in_array( get_current_screen()->id, wc_get_screen_ids() ) ) {
31
+ wp_dequeue_style( 'woocommerce_admin_styles' );
32
+ wp_enqueue_style( 'woocommerce_admin_styles_rtl', $PW->plugin_url('include/assets/css/admin.rtl.css'), array(), WC_VERSION );
33
+ }
34
+
35
+ // dashboard css
36
+ if ( in_array( get_current_screen()->id, array( 'dashboard' ) ) ) {
37
+ wp_dequeue_style( 'woocommerce_admin_dashboard_styles' );
38
+ wp_enqueue_style( 'woocommerce_admin_dashboard_styles_rtl', $PW->plugin_url('include/assets/css/dashboard.rtl.css'), array(), WC_VERSION );
39
+ }
40
+
41
+ // reports-print css
42
+ if ( in_array( get_current_screen()->id, array( 'woocommerce_page_wc-reports' ) ) ) {
43
+ wp_dequeue_style( 'woocommerce_admin_dashboard_styles' );
44
+ wp_enqueue_style( 'woocommerce_admin_print_reports_styles_rtl', $PW->plugin_url('include/assets/css/reports-print.rtl.css'), array(), WC_VERSION, 'print' );
45
+ }
46
+
47
+ //about page
48
+ if ( isset($_GET['page']) && $_GET['page'] == 'persian-wc-about' ) {
49
+ wp_register_style( 'pw-admin-fonts', $PW->plugin_url('include/assets/css/admin.font.css'), array() , PERSIAN_WOOCOMMERCE_VERSION, false );
50
+ wp_enqueue_style( 'pw-admin-fonts' );
51
+ }
52
+
53
+ }
54
+
55
+ }
56
+
57
+ public function pw_rtl_paginate_links( $args ) {
58
+ if ( is_rtl() ) {
59
+ $args['prev_text'] = '&rarr;';
60
+ $args['next_text'] = '&larr;';
61
+ return $args;
62
+ }
63
+ }
64
+
65
+ public function pw_rtl_paginate_comments_links( $args ) {
66
+ if ( is_rtl() ) {
67
+ $args['prev_text'] = '&rarr;';
68
+ $args['next_text'] = '&larr;';
69
+ return $args;
70
+ }
71
+ }
72
+
73
+ }
74
+
75
+ endif;
76
+
77
+ $PW->rtl = new Persian_Wooommerce_RTL();
78
+
79
+ ?>
include/class-tools.php → class-tools.php RENAMED
@@ -130,28 +130,21 @@ class Persian_Wooommerce_Tools extends Persian_Wooommerce_Plugin {
130
 
131
  array('type' => 'sectionend', 'id' => 'call_for_price_options'),
132
 
133
- ),
134
- 'fields' => array(
135
-
136
- 'physical' => array(
137
- array(
138
- 'title' => 'فیلد های تسویه حساب محصولات فیزیکی',
139
- 'type' => 'title',
140
- 'id' => 'physical_fields_options'
141
- ),
142
-
143
- array('type' => 'sectionend', 'id' => 'physical_fields_options'),
144
  ),
145
-
146
- 'download' => array(
147
- array(
148
- 'title' => 'فیلد های تسویه حساب محصولات دانلودی',
149
- 'type' => 'title',
150
- 'id' => 'download_fields_options'
151
- ),
152
 
153
- array('type' => 'sectionend', 'id' => 'download_fields_options'),
 
 
 
 
 
154
  ),
 
 
155
  ),
156
  ));
157
  }
@@ -177,10 +170,9 @@ class Persian_Wooommerce_Tools extends Persian_Wooommerce_Plugin {
177
  public function load_tools(){
178
  global $PW;
179
 
180
- do_action("PW_load_tools", $PW->get_options());
181
 
182
- if($PW->get_options('enable_call_for_price') == 'yes')
183
- include("tools/class-call-for-price.php");
184
  }
185
 
186
  public function admin_tabs( $current = 'general', $current_section = "" ) {
130
 
131
  array('type' => 'sectionend', 'id' => 'call_for_price_options'),
132
 
133
+ array(
134
+ 'title' => 'قیمت فارسی',
135
+ 'type' => 'title',
136
+ 'id' => 'persian_price_option'
 
 
 
 
 
 
 
137
  ),
 
 
 
 
 
 
 
138
 
139
+ array(
140
+ 'title' => 'فارسی سازی قیمت ها',
141
+ 'desc' => 'استفاده از اعداد فارسی در قیمت ها',
142
+ 'id' => 'PW_Options[persian_price]',
143
+ 'default' => 'no',
144
+ 'type' => 'checkbox',
145
  ),
146
+
147
+ array('type' => 'sectionend', 'id' => 'persian_price_option'),
148
  ),
149
  ));
150
  }
170
  public function load_tools(){
171
  global $PW;
172
 
173
+ do_action("PW_Tools_load", $PW->get_options());
174
 
175
+ include("tools/class-price.php");
 
176
  }
177
 
178
  public function admin_tabs( $current = 'general', $current_section = "" ) {
include/class-widget.php → class-widget.php RENAMED
File without changes
include/assets/css/select2.rtl.css DELETED
@@ -1,3 +0,0 @@
1
- .select2-container .select2-choice .select2-arrow b:after {
2
- margin-left: 0;
3
- }
 
 
 
include/assets/css/woocommerce-layout.rtl.css DELETED
@@ -1 +0,0 @@
1
- .woocommerce #content div.product .woocommerce-tabs ul.tabs:after,.woocommerce #content div.product .woocommerce-tabs ul.tabs:before,.woocommerce #content div.product div.thumbnails:after,.woocommerce #content div.product div.thumbnails:before,.woocommerce .col2-set:after,.woocommerce .col2-set:before,.woocommerce div.product .woocommerce-tabs ul.tabs:after,.woocommerce div.product .woocommerce-tabs ul.tabs:before,.woocommerce div.product div.thumbnails:after,.woocommerce div.product div.thumbnails:before,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before,.woocommerce-page #content div.product div.thumbnails:after,.woocommerce-page #content div.product div.thumbnails:before,.woocommerce-page .col2-set:after,.woocommerce-page .col2-set:before,.woocommerce-page div.product .woocommerce-tabs ul.tabs:after,.woocommerce-page div.product .woocommerce-tabs ul.tabs:before,.woocommerce-page div.product div.thumbnails:after,.woocommerce-page div.product div.thumbnails:before{content:" ";display:table}.woocommerce #content div.product .woocommerce-tabs,.woocommerce #content div.product .woocommerce-tabs ul.tabs:after,.woocommerce #content div.product div.thumbnails a.first,.woocommerce #content div.product div.thumbnails:after,.woocommerce .cart-collaterals:after,.woocommerce .col2-set:after,.woocommerce .woocommerce-pagination ul.page-numbers:after,.woocommerce div.product .woocommerce-tabs,.woocommerce div.product .woocommerce-tabs ul.tabs:after,.woocommerce div.product div.thumbnails a.first,.woocommerce div.product div.thumbnails:after,.woocommerce ul.products,.woocommerce ul.products li.first,.woocommerce ul.products:after,.woocommerce-page #content div.product .woocommerce-tabs,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:after,.woocommerce-page #content div.product div.thumbnails a.first,.woocommerce-page #content div.product div.thumbnails:after,.woocommerce-page .cart-collaterals:after,.woocommerce-page .col2-set:after,.woocommerce-page .woocommerce-pagination ul.page-numbers:after,.woocommerce-page div.product .woocommerce-tabs,.woocommerce-page div.product .woocommerce-tabs ul.tabs:after,.woocommerce-page div.product div.thumbnails a.first,.woocommerce-page div.product div.thumbnails:after,.woocommerce-page ul.products,.woocommerce-page ul.products li.first,.woocommerce-page ul.products:after{clear:both}.woocommerce .col2-set,.woocommerce-page .col2-set{width:100%}.woocommerce .col2-set .col-1,.woocommerce-page .col2-set .col-1{float:right;width:48%}.woocommerce .col2-set .col-2,.woocommerce-page .col2-set .col-2{float:left;width:48%}.woocommerce img,.woocommerce-page img{height:auto;max-width:100%}.woocommerce #content div.product div.images,.woocommerce div.product div.images,.woocommerce-page #content div.product div.images,.woocommerce-page div.product div.images{float:right;width:48%}.woocommerce #content div.product div.thumbnails a,.woocommerce div.product div.thumbnails a,.woocommerce-page #content div.product div.thumbnails a,.woocommerce-page div.product div.thumbnails a{float:right;width:30.75%;margin-left:3.8%;margin-bottom:1em}.woocommerce #content div.product div.thumbnails a.last,.woocommerce div.product div.thumbnails a.last,.woocommerce-page #content div.product div.thumbnails a.last,.woocommerce-page div.product div.thumbnails a.last{margin-left:0}.woocommerce #content div.product div.thumbnails.columns-1 a,.woocommerce div.product div.thumbnails.columns-1 a,.woocommerce-page #content div.product div.thumbnails.columns-1 a,.woocommerce-page div.product div.thumbnails.columns-1 a{width:100%;margin-left:0;float:none}.woocommerce #content div.product div.thumbnails.columns-2 a,.woocommerce div.product div.thumbnails.columns-2 a,.woocommerce-page #content div.product div.thumbnails.columns-2 a,.woocommerce-page div.product div.thumbnails.columns-2 a{width:48%}.woocommerce #content div.product div.thumbnails.columns-4 a,.woocommerce div.product div.thumbnails.columns-4 a,.woocommerce-page #content div.product div.thumbnails.columns-4 a,.woocommerce-page div.product div.thumbnails.columns-4 a{width:22.05%}.woocommerce #content div.product div.thumbnails.columns-5 a,.woocommerce div.product div.thumbnails.columns-5 a,.woocommerce-page #content div.product div.thumbnails.columns-5 a,.woocommerce-page div.product div.thumbnails.columns-5 a{width:16.9%}.woocommerce #content div.product div.summary,.woocommerce div.product div.summary,.woocommerce-page #content div.product div.summary,.woocommerce-page div.product div.summary{float:left;width:48%}.woocommerce #content div.product .woocommerce-tabs ul.tabs li,.woocommerce div.product .woocommerce-tabs ul.tabs li,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,.woocommerce-page div.product .woocommerce-tabs ul.tabs li{display:inline-block}.woocommerce #content div.product #reviews .comment:after,.woocommerce #content div.product #reviews .comment:before,.woocommerce .woocommerce-pagination ul.page-numbers:after,.woocommerce .woocommerce-pagination ul.page-numbers:before,.woocommerce div.product #reviews .comment:after,.woocommerce div.product #reviews .comment:before,.woocommerce ul.products:after,.woocommerce ul.products:before,.woocommerce-page #content div.product #reviews .comment:after,.woocommerce-page #content div.product #reviews .comment:before,.woocommerce-page .woocommerce-pagination ul.page-numbers:after,.woocommerce-page .woocommerce-pagination ul.page-numbers:before,.woocommerce-page div.product #reviews .comment:after,.woocommerce-page div.product #reviews .comment:before,.woocommerce-page ul.products:after,.woocommerce-page ul.products:before{content:" ";display:table}.woocommerce #content div.product #reviews .comment:after,.woocommerce div.product #reviews .comment:after,.woocommerce-page #content div.product #reviews .comment:after,.woocommerce-page div.product #reviews .comment:after{clear:both}.woocommerce #content div.product #reviews .comment img,.woocommerce div.product #reviews .comment img,.woocommerce-page #content div.product #reviews .comment img,.woocommerce-page div.product #reviews .comment img{float:left;height:auto}.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{float:right;margin:0 0 2.992em 3.8%;padding:0;position:relative;width:22.05%}.woocommerce ul.products li.last,.woocommerce-page ul.products li.last{margin-left:0}.woocommerce-page.columns-1 ul.products li.product,.woocommerce.columns-1 ul.products li.product{width:100%;margin-left:0}.woocommerce-page.columns-2 ul.products li.product,.woocommerce.columns-2 ul.products li.product{width:48%}.woocommerce-page.columns-3 ul.products li.product,.woocommerce.columns-3 ul.products li.product{width:30.75%}.woocommerce-page.columns-5 ul.products li.product,.woocommerce.columns-5 ul.products li.product{width:16.95%}.woocommerce-page.columns-6 ul.products li.product,.woocommerce.columns-6 ul.products li.product{width:13.5%}.woocommerce .woocommerce-result-count,.woocommerce-page .woocommerce-result-count{float:right}.woocommerce .woocommerce-ordering,.woocommerce-page .woocommerce-ordering{float:left}.woocommerce .woocommerce-pagination ul.page-numbers li,.woocommerce-page .woocommerce-pagination ul.page-numbers li{display:inline-block}.woocommerce #content table.cart img,.woocommerce table.cart img,.woocommerce-page #content table.cart img,.woocommerce-page table.cart img{height:auto}.woocommerce #content table.cart td.actions,.woocommerce table.cart td.actions,.woocommerce-page #content table.cart td.actions,.woocommerce-page table.cart td.actions{text-align:left}.woocommerce #content table.cart td.actions .input-text,.woocommerce table.cart td.actions .input-text,.woocommerce-page #content table.cart td.actions .input-text,.woocommerce-page table.cart td.actions .input-text{width:80px}.woocommerce #content table.cart td.actions .coupon,.woocommerce table.cart td.actions .coupon,.woocommerce-page #content table.cart td.actions .coupon,.woocommerce-page table.cart td.actions .coupon{float:right}.woocommerce #content table.cart td.actions .coupon label,.woocommerce table.cart td.actions .coupon label,.woocommerce-page #content table.cart td.actions .coupon label,.woocommerce-page table.cart td.actions .coupon label{display:none}.woocommerce .cart-collaterals .shipping_calculator:after,.woocommerce .cart-collaterals .shipping_calculator:before,.woocommerce .cart-collaterals:after,.woocommerce .cart-collaterals:before,.woocommerce form .form-row:after,.woocommerce form .form-row:before,.woocommerce ul.cart_list li:after,.woocommerce ul.cart_list li:before,.woocommerce ul.product_list_widget li:after,.woocommerce ul.product_list_widget li:before,.woocommerce-page .cart-collaterals .shipping_calculator:after,.woocommerce-page .cart-collaterals .shipping_calculator:before,.woocommerce-page .cart-collaterals:after,.woocommerce-page .cart-collaterals:before,.woocommerce-page form .form-row:after,.woocommerce-page form .form-row:before,.woocommerce-page ul.cart_list li:after,.woocommerce-page ul.cart_list li:before,.woocommerce-page ul.product_list_widget li:after,.woocommerce-page ul.product_list_widget li:before{content:" ";display:table}.woocommerce .cart-collaterals,.woocommerce-page .cart-collaterals{width:100%}.woocommerce .cart-collaterals .related,.woocommerce-page .cart-collaterals .related{width:30.75%;float:right}.woocommerce .cart-collaterals .cross-sells,.woocommerce-page .cart-collaterals .cross-sells{width:48%;float:right}.woocommerce .cart-collaterals .cross-sells ul.products,.woocommerce-page .cart-collaterals .cross-sells ul.products{float:none}.woocommerce .cart-collaterals .cross-sells ul.products li,.woocommerce-page .cart-collaterals .cross-sells ul.products li{width:48%}.woocommerce .cart-collaterals .shipping_calculator,.woocommerce-page .cart-collaterals .shipping_calculator{width:48%;clear:left;float:left}.woocommerce .cart-collaterals .shipping_calculator:after,.woocommerce form .form-row-wide,.woocommerce form .form-row:after,.woocommerce ul.cart_list li:after,.woocommerce ul.product_list_widget li:after,.woocommerce-page .cart-collaterals .shipping_calculator:after,.woocommerce-page form .form-row-wide,.woocommerce-page form .form-row:after,.woocommerce-page ul.cart_list li:after,.woocommerce-page ul.product_list_widget li:after{clear:both}.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2{width:47%}.woocommerce .cart-collaterals .cart_totals,.woocommerce-page .cart-collaterals .cart_totals{float:left;width:48%}.woocommerce ul.cart_list li img,.woocommerce ul.product_list_widget li img,.woocommerce-page ul.cart_list li img,.woocommerce-page ul.product_list_widget li img{float:left;height:auto}.woocommerce form .form-row label,.woocommerce-page form .form-row label{display:block}.woocommerce form .form-row label.checkbox,.woocommerce-page form .form-row label.checkbox{display:inline}.woocommerce form .form-row select,.woocommerce-page form .form-row select{width:100%}.woocommerce form .form-row .input-text,.woocommerce-page form .form-row .input-text{box-sizing:border-box;width:100%}.woocommerce form .form-row-first,.woocommerce form .form-row-last,.woocommerce-page form .form-row-first,.woocommerce-page form .form-row-last{float:right;width:47%;overflow:visible}.woocommerce #payment #place_order,.woocommerce form .form-row-last,.woocommerce-page #payment #place_order,.woocommerce-page form .form-row-last{float:left}.woocommerce #payment .form-row select,.woocommerce-page #payment .form-row select{width:auto}.woocommerce #payment .terms,.woocommerce-page #payment .terms{text-align:left;padding:0 1em}.twentyfourteen .tfwc{padding:12px 10px 0;max-width:474px;margin:0 auto}.twentyfourteen .tfwc .product .entry-summary{padding:0!important;margin:0 0 1.618em!important}.twentyfourteen .tfwc div.product.hentry.has-post-thumbnail{margin-top:0}.twentyfourteen .tfwc .product .images img{margin-bottom:1em}@media screen and (min-width:673px){.twentyfourteen .tfwc{padding-left:30px;padding-right:30px}}@media screen and (min-width:1040px){.twentyfourteen .tfwc{padding-left:15px;padding-right:15px}}@media screen and (min-width:1110px){.twentyfourteen .tfwc{padding-left:30px;padding-right:30px}}@media screen and (min-width:1218px){.twentyfourteen .tfwc{margin-left:54px}.full-width .twentyfourteen .tfwc{margin-left:auto}}.twentyfifteen .t15wc{padding-right:7.6923%;padding-left:7.6923%;padding-top:7.6923%;margin-bottom:7.6923%;background:#fff;box-shadow:0 0 1px rgba(0,0,0,.15)}.twentyfifteen .t15wc .page-title{margin-right:0}@media screen and (min-width:38.75em){.twentyfifteen .t15wc{margin-left:7.6923%;margin-right:7.6923%;margin-top:8.3333%}}@media screen and (min-width:59.6875em){.twentyfifteen .t15wc{margin-right:8.3333%;margin-left:8.3333%;padding:10%}.single-product .twentyfifteen .entry-summary{padding:0!important}}
 
include/assets/css/woocommerce-smallscreen.rtl.css DELETED
@@ -1 +0,0 @@
1
- .woocommerce table.shop_table_responsive tbody th,.woocommerce table.shop_table_responsive thead,.woocommerce-page table.shop_table_responsive tbody th,.woocommerce-page table.shop_table_responsive thead{display:none}.woocommerce table.shop_table_responsive tbody tr:first-child td:first-child,.woocommerce-page table.shop_table_responsive tbody tr:first-child td:first-child{border-top:0}.woocommerce table.shop_table_responsive tr,.woocommerce table.shop_table_responsive tr td,.woocommerce-page table.shop_table_responsive tr,.woocommerce-page table.shop_table_responsive tr td{display:block}.woocommerce #content table.cart .product-thumbnail,.woocommerce table.cart .product-thumbnail,.woocommerce table.my_account_orders tr td.order-actions:before,.woocommerce-page #content table.cart .product-thumbnail,.woocommerce-page table.cart .product-thumbnail,.woocommerce-page table.my_account_orders tr td.order-actions:before{display:none}.woocommerce table.shop_table_responsive tr td:before,.woocommerce-page table.shop_table_responsive tr td:before{content:attr(data-title) ": ";font-weight:700}.woocommerce table.shop_table_responsive tr:nth-child(2n) td,.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td{background-color:rgba(0,0,0,.025)}.woocommerce table.my_account_orders tr td.order-actions,.woocommerce-page table.my_account_orders tr td.order-actions{text-align:right}.woocommerce table.my_account_orders tr td.order-actions .button,.woocommerce-page table.my_account_orders tr td.order-actions .button{float:none;margin:.125em 0 .125em .25em}.woocommerce .col2-set .col-1,.woocommerce .col2-set .col-2,.woocommerce-page .col2-set .col-1,.woocommerce-page .col2-set .col-2{float:none;width:100%}.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{width:48%;float:right;clear:both;margin:0 0 2.992em}.woocommerce ul.products li.product:nth-child(2n),.woocommerce-page ul.products li.product:nth-child(2n){float:left;clear:none!important}.woocommerce #content div.product div.images,.woocommerce #content div.product div.summary,.woocommerce div.product div.images,.woocommerce div.product div.summary,.woocommerce-page #content div.product div.images,.woocommerce-page #content div.product div.summary,.woocommerce-page div.product div.images,.woocommerce-page div.product div.summary{float:none;width:100%}.woocommerce #content table.cart td.actions,.woocommerce table.cart td.actions,.woocommerce-page #content table.cart td.actions,.woocommerce-page table.cart td.actions{text-align:right}.woocommerce #content table.cart td.actions .coupon,.woocommerce table.cart td.actions .coupon,.woocommerce-page #content table.cart td.actions .coupon,.woocommerce-page table.cart td.actions .coupon{float:none;padding-bottom:.5em}.woocommerce #content table.cart td.actions .coupon:after,.woocommerce #content table.cart td.actions .coupon:before,.woocommerce table.cart td.actions .coupon:after,.woocommerce table.cart td.actions .coupon:before,.woocommerce-page #content table.cart td.actions .coupon:after,.woocommerce-page #content table.cart td.actions .coupon:before,.woocommerce-page table.cart td.actions .coupon:after,.woocommerce-page table.cart td.actions .coupon:before{content:" ";display:table}.woocommerce #content table.cart td.actions .coupon:after,.woocommerce table.cart td.actions .coupon:after,.woocommerce-page #content table.cart td.actions .coupon:after,.woocommerce-page table.cart td.actions .coupon:after{clear:both}.woocommerce #content table.cart td.actions .button,.woocommerce #content table.cart td.actions .input-text,.woocommerce #content table.cart td.actions input,.woocommerce table.cart td.actions .button,.woocommerce table.cart td.actions .input-text,.woocommerce table.cart td.actions input,.woocommerce-page #content table.cart td.actions .button,.woocommerce-page #content table.cart td.actions .input-text,.woocommerce-page #content table.cart td.actions input,.woocommerce-page table.cart td.actions .button,.woocommerce-page table.cart td.actions .input-text,.woocommerce-page table.cart td.actions input{width:48%;box-sizing:border-box}.woocommerce #content table.cart td.actions .button.alt,.woocommerce #content table.cart td.actions .input-text+.button,.woocommerce table.cart td.actions .button.alt,.woocommerce table.cart td.actions .input-text+.button,.woocommerce-page #content table.cart td.actions .button.alt,.woocommerce-page #content table.cart td.actions .input-text+.button,.woocommerce-page table.cart td.actions .button.alt,.woocommerce-page table.cart td.actions .input-text+.button{float:left}.woocommerce .cart-collaterals .cart_totals,.woocommerce .cart-collaterals .cross-sells,.woocommerce .cart-collaterals .shipping_calculator,.woocommerce-page .cart-collaterals .cart_totals,.woocommerce-page .cart-collaterals .cross-sells,.woocommerce-page .cart-collaterals .shipping_calculator{width:100%;float:none;text-align:right}.woocommerce-page.woocommerce-checkout form.login .form-row,.woocommerce.woocommerce-checkout form.login .form-row{width:100%;float:none}.woocommerce #payment .terms,.woocommerce-page #payment .terms{text-align:right;padding:0}.woocommerce #payment #place_order,.woocommerce-page #payment #place_order{float:none;width:100%;box-sizing:border-box;margin-bottom:1em}.woocommerce .lost_reset_password .form-row-first,.woocommerce .lost_reset_password .form-row-last,.woocommerce-page .lost_reset_password .form-row-first,.woocommerce-page .lost_reset_password .form-row-last{width:100%;float:none;margin-left:0}.single-product .twentythirteen .panel{padding-right:20px!important;padding-left:20px!important}
 
include/assets/css/woocommerce.rtl.css DELETED
@@ -1,23 +0,0 @@
1
- @charset "UTF-8";.clear,.woocommerce .woocommerce-breadcrumb:after,.woocommerce .woocommerce-error:after,.woocommerce .woocommerce-info:after,.woocommerce .woocommerce-message:after{clear:both}.woocommerce div.product form.cart .reset_variations,.woocommerce form .form-row label.hidden{visibility:hidden}@-webkit-keyframes spin{100%{-webkit-transform:rotate(-360deg)}}@-moz-keyframes spin{100%{-moz-transform:rotate(-360deg)}}@keyframes spin{100%{-webkit-transform:rotate(-360deg);-moz-transform:rotate(-360deg);-ms-transform:rotate(-360deg);-o-transform:rotate(-360deg);transform:rotate(-360deg)}}@font-face{font-family:star;src:url(../fonts/star.eot);src:url(../fonts/star.eot?#iefix) format("embedded-opentype"),url(../fonts/star.woff) format("woff"),url(../fonts/star.ttf) format("truetype"),url(../fonts/star.svg#star) format("svg");font-weight:400;font-style:normal}@font-face{font-family:WooCommerce;src:url(../fonts/WooCommerce.eot);src:url(../fonts/WooCommerce.eot?#iefix) format("embedded-opentype"),url(../fonts/WooCommerce.woff) format("woff"),url(../fonts/WooCommerce.ttf) format("truetype"),url(../fonts/WooCommerce.svg#WooCommerce) format("svg");font-weight:400;font-style:normal}p.demo_store{position:fixed;top:0;right:0;left:0;margin:0;width:100%;font-size:1em;padding:1em 0;text-align:center;background-color:#a46497;color:#fff;z-index:99998;box-shadow:0 1px 1em rgba(0,0,0,.2)}.admin-bar p.demo_store{top:32px}.woocommerce .blockUI.blockOverlay{position:relative}.woocommerce .blockUI.blockOverlay:before,.woocommerce .loader:before{height:1em;width:1em;position:absolute;top:50%;right:50%;margin-right:-.5em;margin-top:-.5em;display:block;content:"";-webkit-animation:spin 1s ease-in-out infinite;-moz-animation:spin 1s ease-in-out infinite;animation:spin 1s ease-in-out infinite;background:url(../images/icons/loader.svg) center center;background-size:cover;line-height:1;text-align:center;font-size:2em;color:rgba(0,0,0,.75)}.woocommerce a.remove{display:block;font-size:1.5em;height:1em;width:1em;text-align:center;line-height:1;border-radius:100%;color:red!important;text-decoration:none;font-weight:700;border:0}.woocommerce a.remove:hover{color:#fff!important;background:red}.woocommerce .woocommerce-error,.woocommerce .woocommerce-info,.woocommerce .woocommerce-message{padding:1em 3.5em 1em 2em!important;margin:0 0 2em!important;position:relative;background-color:#f7f6f7;color:#515151;border-top:3px solid #a46497;list-style:none!important;width:auto;word-wrap:break-word}.woocommerce .woocommerce-error:after,.woocommerce .woocommerce-error:before,.woocommerce .woocommerce-info:after,.woocommerce .woocommerce-info:before,.woocommerce .woocommerce-message:after,.woocommerce .woocommerce-message:before{content:" ";display:table}.woocommerce .woocommerce-error:before,.woocommerce .woocommerce-info:before,.woocommerce .woocommerce-message:before{font-family:WooCommerce;content:"\e028";display:inline-block;position:absolute;top:1em;right:1.5em}.woocommerce .woocommerce-error .button,.woocommerce .woocommerce-info .button,.woocommerce .woocommerce-message .button{float:left}.woocommerce .woocommerce-error li,.woocommerce .woocommerce-info li,.woocommerce .woocommerce-message li{list-style:none!important;padding-right:0!important;margin-right:0!important}.woocommerce .woocommerce-message{border-top-color:#8fae1b}.woocommerce .woocommerce-message:before{content:"\e015";color:#8fae1b}.woocommerce .woocommerce-info{border-top-color:#1e85be}.woocommerce .woocommerce-info:before{color:#1e85be}.woocommerce .woocommerce-error{border-top-color:#b81c23}.woocommerce .woocommerce-error:before{content:"\e016";color:#b81c23}.woocommerce small.note{display:block;color:#777;font-size:.857em;margin-top:10px}.woocommerce .woocommerce-breadcrumb{margin:0 0 1em;padding:0;font-size:.92em;color:#777}.woocommerce .woocommerce-breadcrumb:after,.woocommerce .woocommerce-breadcrumb:before{content:" ";display:table}.woocommerce .woocommerce-breadcrumb a{color:#777}.woocommerce .quantity .qty{width:3.631em;text-align:center}.woocommerce div.product{margin-bottom:0;position:relative}.woocommerce div.product .product_title{clear:none;margin-top:0;padding:0}.woocommerce #reviews #comments .add_review:after,.woocommerce .products ul:after,.woocommerce div.product form.cart:after,.woocommerce div.product p.cart:after,.woocommerce nav.woocommerce-pagination ul,.woocommerce ul.products:after{clear:both}.woocommerce div.product p.price,.woocommerce div.product span.price{color:#77a464;font-size:1.25em}.woocommerce div.product p.price ins,.woocommerce div.product span.price ins{background:inherit;font-weight:700}.woocommerce div.product p.price del,.woocommerce div.product span.price del{opacity:.5}.woocommerce div.product p.stock{font-size:.92em}.woocommerce div.product .stock{color:#77a464}.woocommerce div.product .out-of-stock{color:red}.woocommerce div.product .woocommerce-product-rating{margin-bottom:1.618em}.woocommerce div.product div.images,.woocommerce div.product div.summary{margin-bottom:2em}.woocommerce div.product div.images img{display:block;width:100%;height:auto;box-shadow:none}.woocommerce div.product div.images div.thumbnails{padding-top:1em}.woocommerce div.product div.social{text-align:left;margin:0 0 1em}.woocommerce div.product div.social span{margin:0 2px 0 0}.woocommerce div.product div.social span span{margin:0}.woocommerce div.product div.social span .stButton .chicklets{padding-right:16px;width:0}.woocommerce div.product div.social iframe{float:right;margin-top:3px}.woocommerce div.product .woocommerce-tabs ul.tabs{list-style:none;padding:0 1em 0 0;margin:0 0 1.618em;overflow:hidden;position:relative}.woocommerce div.product .woocommerce-tabs ul.tabs li{border:1px solid #d3ced2;background-color:#ebe9eb;display:inline-block;position:relative;z-index:0;border-radius:4px 4px 0 0;margin:0 -5px;padding:0 1em}.woocommerce div.product .woocommerce-tabs ul.tabs li a{display:inline-block;padding:.5em 0;font-weight:700;color:#515151;text-decoration:none}.woocommerce div.product form.cart:after,.woocommerce div.product form.cart:before,.woocommerce div.product p.cart:after,.woocommerce div.product p.cart:before{display:table;content:" "}.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover{text-decoration:none;color:#6b6b6b}.woocommerce div.product .woocommerce-tabs ul.tabs li.active{background:#fff;z-index:2;border-bottom-color:#fff}.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{color:inherit;text-shadow:inherit}.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before{box-shadow:-2px 2px 0 #fff}.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after{box-shadow:2px 2px 0 #fff}.woocommerce div.product .woocommerce-tabs ul.tabs li:after,.woocommerce div.product .woocommerce-tabs ul.tabs li:before{border:1px solid #d3ced2;position:absolute;bottom:-1px;width:5px;height:5px;content:" "}.woocommerce div.product .woocommerce-tabs ul.tabs li:before{right:-6px;-webkit-border-bottom-left-radius:4px;-moz-border-bottom-left-radius:4px;border-bottom-left-radius:4px;border-width:0 0 1px 1px;box-shadow:-2px 2px 0 #ebe9eb}.woocommerce div.product .woocommerce-tabs ul.tabs li:after{left:-6px;-webkit-border-bottom-right-radius:4px;-moz-border-bottom-right-radius:4px;border-bottom-right-radius:4px;border-width:0 1px 1px 0;box-shadow:2px 2px 0 #ebe9eb}.woocommerce div.product .woocommerce-tabs ul.tabs:before{position:absolute;content:" ";width:100%;bottom:0;right:0;border-bottom:1px solid #d3ced2;z-index:1}.woocommerce div.product .woocommerce-tabs .panel{margin:0 0 2em;padding:0}.woocommerce div.product form.cart,.woocommerce div.product p.cart{margin-bottom:2em}.woocommerce div.product form.cart div.quantity{float:right;margin:0 0 0 4px}.woocommerce div.product form.cart table{border-width:0 0 1px}.woocommerce div.product form.cart table td{padding-right:0}.woocommerce div.product form.cart table div.quantity{float:none;margin:0}.woocommerce div.product form.cart table small.stock{display:block;float:none}.woocommerce div.product form.cart .variations{margin-bottom:1em;border:0}.woocommerce div.product form.cart .variations td,.woocommerce div.product form.cart .variations th{border:0}.woocommerce div.product form.cart .variations label{font-weight:700}.woocommerce div.product form.cart .variations select{width:100%;float:right}.woocommerce div.product form.cart .variations td.label{padding-left:1em}.woocommerce div.product form.cart .variations td{vertical-align:top}.woocommerce div.product form.cart .woocommerce-variation-description p{margin-bottom:1em}.woocommerce div.product form.cart .wc-no-matching-variations{display:none}.woocommerce div.product form.cart .button{vertical-align:middle;float:right}.woocommerce div.product form.cart .group_table td.label{padding-left:1em;padding-right:1em}.woocommerce div.product form.cart .group_table td{vertical-align:top;padding-bottom:.5em;border:0}.woocommerce span.onsale{min-height:3.236em;min-width:3.236em;padding:.202em;font-weight:700;position:absolute;text-align:center;line-height:3.236;top:-.5em;right:-.5em;margin:0;border-radius:100%;background-color:#77a464;color:#fff;font-size:.857em;-webkit-font-smoothing:antialiased}.woocommerce .products ul,.woocommerce ul.products{margin:0 0 1em;padding:0;list-style:none;clear:both}.woocommerce .products ul:after,.woocommerce .products ul:before,.woocommerce ul.products:after,.woocommerce ul.products:before{content:" ";display:table}.woocommerce .products ul li,.woocommerce ul.products li{list-style:none}.woocommerce ul.products li.product .onsale{top:0;left:0;right:auto;margin:-.5em 0 0 -.5em}.woocommerce ul.products li.product h3{padding:.5em 0;margin:0;font-size:1em}.woocommerce ul.products li.product a{text-decoration:none}.woocommerce ul.products li.product a img{width:100%;height:auto;display:block;margin:0 0 1em;box-shadow:none}.woocommerce ul.products li.product strong{display:block}.woocommerce ul.products li.product .star-rating{font-size:.857em}.woocommerce ul.products li.product .button{margin-top:1em}.woocommerce ul.products li.product .price{color:#77a464;display:block;font-weight:400;margin-bottom:.5em;font-size:.857em}.woocommerce ul.products li.product .price del{color:inherit;opacity:.5;display:block}.woocommerce ul.products li.product .price ins{background:100% 0;font-weight:700}.woocommerce ul.products li.product .price .from{font-size:.67em;margin:-2px 0 0;text-transform:uppercase;color:rgba(132,132,132,.5)}.woocommerce .woocommerce-ordering,.woocommerce .woocommerce-result-count{margin:0 0 1em}.woocommerce .woocommerce-ordering select{vertical-align:top}.woocommerce nav.woocommerce-pagination{text-align:center}.woocommerce nav.woocommerce-pagination ul{display:inline-block;white-space:nowrap;padding:0;border:1px solid #d3ced2;border-left:0;margin:1px}.woocommerce nav.woocommerce-pagination ul li{border-left:1px solid #d3ced2;padding:0;margin:0;float:right;display:inline;overflow:hidden}.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span{margin:0;text-decoration:none;line-height:1;font-size:1em;font-weight:400;padding:.5em;min-width:1em;display:block}.woocommerce nav.woocommerce-pagination ul li a:focus,.woocommerce nav.woocommerce-pagination ul li a:hover,.woocommerce nav.woocommerce-pagination ul li span.current{background:#ebe9eb;color:#8a7e88}.woocommerce #respond input#submit,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button{font-size:100%;margin:0;line-height:1;cursor:pointer;position:relative;font-family:inherit;text-decoration:none;overflow:visible;padding:.618em 1em;font-weight:700;border-radius:3px;right:auto;color:#515151;background-color:#ebe9eb;border:0;white-space:nowrap;display:inline-block;background-image:none;box-shadow:none;-webkit-box-shadow:none;text-shadow:none}.woocommerce #respond input#submit.loading,.woocommerce a.button.loading,.woocommerce button.button.loading,.woocommerce input.button.loading{opacity:.25;padding-left:2.618em}.woocommerce #respond input#submit.loading:after,.woocommerce a.button.loading:after,.woocommerce button.button.loading:after,.woocommerce input.button.loading:after{font-family:WooCommerce;content:"\e01c";vertical-align:top;-webkit-font-smoothing:antialiased;font-weight:400;position:absolute;top:.618em;left:1em;-webkit-animation:spin 2s linear infinite;-moz-animation:spin 2s linear infinite;animation:spin 2s linear infinite}.woocommerce #respond input#submit.added:after,.woocommerce a.button.added:after,.woocommerce button.button.added:after,.woocommerce input.button.added:after{font-family:WooCommerce;content:"\e017";margin-right:.53em;vertical-align:bottom}.woocommerce #respond input#submit:hover,.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover{background-color:#dad8da;text-decoration:none;background-image:none;color:#515151}.woocommerce #respond input#submit.alt,.woocommerce a.button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt{background-color:#a46497;color:#fff;-webkit-font-smoothing:antialiased}.woocommerce #respond input#submit.alt:hover,.woocommerce a.button.alt:hover,.woocommerce button.button.alt:hover,.woocommerce input.button.alt:hover{background-color:#935386;color:#fff}.woocommerce #respond input#submit.alt.disabled,.woocommerce #respond input#submit.alt.disabled:hover,.woocommerce #respond input#submit.alt:disabled,.woocommerce #respond input#submit.alt:disabled:hover,.woocommerce #respond input#submit.alt:disabled[disabled],.woocommerce #respond input#submit.alt:disabled[disabled]:hover,.woocommerce a.button.alt.disabled,.woocommerce a.button.alt.disabled:hover,.woocommerce a.button.alt:disabled,.woocommerce a.button.alt:disabled:hover,.woocommerce a.button.alt:disabled[disabled],.woocommerce a.button.alt:disabled[disabled]:hover,.woocommerce button.button.alt.disabled,.woocommerce button.button.alt.disabled:hover,.woocommerce button.button.alt:disabled,.woocommerce button.button.alt:disabled:hover,.woocommerce button.button.alt:disabled[disabled],.woocommerce button.button.alt:disabled[disabled]:hover,.woocommerce input.button.alt.disabled,.woocommerce input.button.alt.disabled:hover,.woocommerce input.button.alt:disabled,.woocommerce input.button.alt:disabled:hover,.woocommerce input.button.alt:disabled[disabled],.woocommerce input.button.alt:disabled[disabled]:hover{background-color:#a46497;color:#fff}.woocommerce #respond input#submit.disabled,.woocommerce #respond input#submit:disabled,.woocommerce #respond input#submit:disabled[disabled],.woocommerce a.button.disabled,.woocommerce a.button:disabled,.woocommerce a.button:disabled[disabled],.woocommerce button.button.disabled,.woocommerce button.button:disabled,.woocommerce button.button:disabled[disabled],.woocommerce input.button.disabled,.woocommerce input.button:disabled,.woocommerce input.button:disabled[disabled]{color:inherit;cursor:not-allowed;opacity:.5}.woocommerce #respond input#submit.disabled:hover,.woocommerce #respond input#submit:disabled:hover,.woocommerce #respond input#submit:disabled[disabled]:hover,.woocommerce a.button.disabled:hover,.woocommerce a.button:disabled:hover,.woocommerce a.button:disabled[disabled]:hover,.woocommerce button.button.disabled:hover,.woocommerce button.button:disabled:hover,.woocommerce button.button:disabled[disabled]:hover,.woocommerce input.button.disabled:hover,.woocommerce input.button:disabled:hover,.woocommerce input.button:disabled[disabled]:hover{color:inherit;background-color:#ebe9eb}.woocommerce .cart .button,.woocommerce .cart input.button{float:none}.woocommerce a.added_to_cart{padding-top:.5em;white-space:nowrap;display:inline-block}.woocommerce #reviews #comments .add_review:after,.woocommerce #reviews #comments .add_review:before,.woocommerce #reviews #comments ol.commentlist li .comment-text:after,.woocommerce #reviews #comments ol.commentlist li .comment-text:before,.woocommerce #reviews #comments ol.commentlist:after,.woocommerce #reviews #comments ol.commentlist:before{content:" ";display:table}.woocommerce #reviews h2 small{float:left;color:#777;font-size:15px;margin:10px 0 0}.woocommerce #reviews h2 small a{text-decoration:none;color:#777}.woocommerce #reviews h3{margin:0}.woocommerce #reviews #respond{margin:0;border:0;padding:0}.woocommerce #reviews #comment{height:75px}.woocommerce #reviews #comments h2{clear:none}.woocommerce #review_form #respond:after,.woocommerce #reviews #comments ol.commentlist li .comment-text:after,.woocommerce #reviews #comments ol.commentlist:after,.woocommerce .woocommerce-product-rating:after,.woocommerce td.product-name dl.variation:after{clear:both}.woocommerce #reviews #comments ol.commentlist{margin:0;width:100%;background:100% 0;list-style:none}.woocommerce #reviews #comments ol.commentlist li{padding:0;margin:0 0 20px;position:relative;background:100%;border:0}.woocommerce #reviews #comments ol.commentlist li .meta{color:#777;font-size:.75em}.woocommerce #reviews #comments ol.commentlist li img.avatar{float:right;position:absolute;top:0;right:0;padding:3px;width:32px;height:auto;background:#ebe9eb;border:1px solid #e4e1e3;margin:0;box-shadow:none}.woocommerce #reviews #comments ol.commentlist li .comment-text{margin:0 50px 0 0;border:1px solid #e4e1e3;border-radius:4px;padding:1em 1em 0}.woocommerce #reviews #comments ol.commentlist li .comment-text p{margin:0 0 1em}.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta{font-size:.83em}.woocommerce #reviews #comments ol.commentlist ul.children{list-style:none;margin:20px 50px 0 0}.woocommerce #reviews #comments ol.commentlist ul.children .star-rating{display:none}.woocommerce #reviews #comments ol.commentlist #respond{border:1px solid #e4e1e3;border-radius:4px;padding:1em 1em 0;margin:20px 50px 0 0}.woocommerce #reviews #comments .commentlist>li:before{content:""}.woocommerce .star-rating{float:left;overflow:hidden;position:relative;height:1em;line-height:1;font-size:1em;width:5.4em;font-family:star}.woocommerce .star-rating:before{content:"\73\73\73\73\73";color:#d3ced2;float:right;top:0;right:0;position:absolute}.woocommerce .star-rating span{overflow:hidden;float:right;top:0;right:0;position:absolute;padding-top:1.5em}.woocommerce .star-rating span:before{content:"\53\53\53\53\53";top:0;position:absolute;right:0}.woocommerce .woocommerce-product-rating{line-height:2;display:block}.woocommerce table.shop_attributes td,.woocommerce table.shop_attributes th{line-height:1.5;border-bottom:1px dotted rgba(0,0,0,.1);border-top:0;margin:0}.woocommerce .woocommerce-product-rating:after,.woocommerce .woocommerce-product-rating:before{content:" ";display:table}.woocommerce .woocommerce-product-rating .star-rating{margin:.5em 0 0 4px;float:right}.woocommerce .products .star-rating{display:block;margin:0 0 .5em;float:none}.woocommerce .hreview-aggregate .star-rating{margin:10px 0 0}.woocommerce #review_form #respond{position:static;margin:0;width:auto;padding:0;background:100% 0;border:0}.woocommerce #review_form #respond:after,.woocommerce #review_form #respond:before{content:" ";display:table}.woocommerce #review_form #respond p{margin:0 0 10px}.woocommerce #review_form #respond .form-submit input{right:auto}.woocommerce #review_form #respond textarea{box-sizing:border-box;width:100%}.woocommerce p.stars{position:relative;font-size:1em}.woocommerce p.stars a{display:inline-block;font-weight:700;margin-left:1em;text-indent:-9999px;position:relative;border-bottom:0!important;outline:0}.woocommerce p.stars a:last-child{border-left:0}.woocommerce p.stars a.star-1,.woocommerce p.stars a.star-2,.woocommerce p.stars a.star-3,.woocommerce p.stars a.star-4,.woocommerce p.stars a.star-5{border-left:1px solid #ccc}.woocommerce p.stars a.star-1:after,.woocommerce p.stars a.star-2:after,.woocommerce p.stars a.star-3:after,.woocommerce p.stars a.star-4:after,.woocommerce p.stars a.star-5:after{font-family:WooCommerce;text-indent:0;position:absolute;top:0;right:0}.woocommerce p.stars a.star-1{width:2em}.woocommerce p.stars a.star-1:after{content:"\e021"}.woocommerce p.stars a.star-1.active:after,.woocommerce p.stars a.star-1:hover:after{content:""}.woocommerce p.stars a.star-2{width:3em}.woocommerce p.stars a.star-2:after{content:"\e021\e021"}.woocommerce p.stars a.star-2.active:after,.woocommerce p.stars a.star-2:hover:after{content:""}.woocommerce p.stars a.star-3{width:4em}.woocommerce p.stars a.star-3:after{content:"\e021\e021\e021"}.woocommerce p.stars a.star-3.active:after,.woocommerce p.stars a.star-3:hover:after{content:""}.woocommerce p.stars a.star-4{width:5em}.woocommerce p.stars a.star-4:after{content:"\e021\e021\e021\e021"}.woocommerce p.stars a.star-4.active:after,.woocommerce p.stars a.star-4:hover:after{content:""}.woocommerce p.stars a.star-5{width:6em;border:0}.woocommerce p.stars a.star-5:after{content:"\e021\e021\e021\e021\e021"}.woocommerce p.stars a.star-5.active:after,.woocommerce p.stars a.star-5:hover:after{content:""}.woocommerce table.shop_attributes{border:0;border-top:1px dotted rgba(0,0,0,.1);margin-bottom:1.618em;width:100%}.woocommerce table.shop_attributes th{width:150px;font-weight:700;padding:8px}.woocommerce table.shop_attributes td{font-style:italic;padding:0}.woocommerce table.shop_attributes td p{margin:0;padding:8px 0}.woocommerce table.shop_attributes .alt td,.woocommerce table.shop_attributes .alt th{background:rgba(0,0,0,.025)}.woocommerce table.shop_table{border:1px solid rgba(0,0,0,.1);margin:0 0 24px -1px;text-align:right;width:100%;border-collapse:separate;border-radius:5px}.woocommerce table.shop_table th{font-weight:700;padding:9px 12px}.woocommerce table.shop_table td{border-top:1px solid rgba(0,0,0,.1);padding:6px 12px;vertical-align:middle}.woocommerce table.shop_table td small{font-weight:400}.woocommerce table.shop_table tbody:first-child tr:first-child td,.woocommerce table.shop_table tbody:first-child tr:first-child th{border-top:0}.woocommerce table.shop_table tbody th,.woocommerce table.shop_table tfoot td,.woocommerce table.shop_table tfoot th{font-weight:700;border-top:1px solid rgba(0,0,0,.1)}.woocommerce table.my_account_orders{font-size:.85em}.woocommerce table.my_account_orders td,.woocommerce table.my_account_orders th{padding:4px 8px;vertical-align:middle}.woocommerce table.my_account_orders .button{white-space:nowrap}.woocommerce table.my_account_orders .order-actions{text-align:left}.woocommerce table.my_account_orders .order-actions .button{margin:.125em .25em .125em 0}.woocommerce td.product-name dl.variation{margin:.25em 0}.woocommerce td.product-name dl.variation:after,.woocommerce td.product-name dl.variation:before{content:" ";display:table}.woocommerce td.product-name dl.variation dd,.woocommerce td.product-name dl.variation dt{display:inline-block;float:right;margin-bottom:1em}.woocommerce td.product-name dl.variation dt{font-weight:700;padding:0 0 .25em;margin:0 0 0 4px;clear:right}.woocommerce ul.cart_list li dl:after,.woocommerce ul.cart_list li:after,.woocommerce ul.product_list_widget li dl:after,.woocommerce ul.product_list_widget li:after{clear:both}.woocommerce td.product-name dl.variation dd{padding:0 0 .25em}.woocommerce td.product-name dl.variation dd p:last-child{margin-bottom:0}.woocommerce td.product-name p.backorder_notification{font-size:.83em}.woocommerce td.product-quantity{min-width:80px}.woocommerce ul.cart_list,.woocommerce ul.product_list_widget{list-style:none;padding:0;margin:0}.woocommerce ul.cart_list li,.woocommerce ul.product_list_widget li{padding:4px 0;margin:0;list-style:none}.woocommerce ul.cart_list li:after,.woocommerce ul.cart_list li:before,.woocommerce ul.product_list_widget li:after,.woocommerce ul.product_list_widget li:before{content:" ";display:table}.woocommerce ul.cart_list li a,.woocommerce ul.product_list_widget li a{display:block;font-weight:700}.woocommerce ul.cart_list li img,.woocommerce ul.product_list_widget li img{float:left;margin-right:4px;width:32px;height:auto;box-shadow:none}.woocommerce ul.cart_list li dl,.woocommerce ul.product_list_widget li dl{margin:0;padding-right:1em;border-right:2px solid rgba(0,0,0,.1)}.woocommerce ul.cart_list li dl:after,.woocommerce ul.cart_list li dl:before,.woocommerce ul.product_list_widget li dl:after,.woocommerce ul.product_list_widget li dl:before{content:" ";display:table}.woocommerce ul.cart_list li dl dd,.woocommerce ul.cart_list li dl dt,.woocommerce ul.product_list_widget li dl dd,.woocommerce ul.product_list_widget li dl dt{display:inline-block;float:right;margin-bottom:1em}.woocommerce ul.cart_list li dl dt,.woocommerce ul.product_list_widget li dl dt{font-weight:700;padding:0 0 .25em;margin:0 0 0 4px;clear:right}.woocommerce .order_details:after,.woocommerce .widget_layered_nav ul li:after,.woocommerce .widget_shopping_cart .buttons:after,.woocommerce-account .addresses .title:after,.woocommerce-cart .wc-proceed-to-checkout:after,.woocommerce.widget_shopping_cart .buttons:after{clear:both}.woocommerce ul.cart_list li dl dd,.woocommerce ul.product_list_widget li dl dd{padding:0 0 .25em}.woocommerce ul.cart_list li dl dd p:last-child,.woocommerce ul.product_list_widget li dl dd p:last-child{margin-bottom:0}.woocommerce ul.cart_list li .star-rating,.woocommerce ul.product_list_widget li .star-rating{float:none}.woocommerce .widget_shopping_cart .total,.woocommerce.widget_shopping_cart .total{border-top:3px double #ebe9eb;padding:4px 0 0}.woocommerce .widget_shopping_cart .total strong,.woocommerce.widget_shopping_cart .total strong{min-width:40px;display:inline-block}.woocommerce .widget_shopping_cart .cart_list li,.woocommerce.widget_shopping_cart .cart_list li{padding-right:2em;position:relative;padding-top:0}.woocommerce .widget_shopping_cart .cart_list li a.remove,.woocommerce.widget_shopping_cart .cart_list li a.remove{position:absolute;top:0;right:0}.woocommerce .widget_shopping_cart .buttons:after,.woocommerce .widget_shopping_cart .buttons:before,.woocommerce.widget_shopping_cart .buttons:after,.woocommerce.widget_shopping_cart .buttons:before{content:" ";display:table}.woocommerce form .form-row{padding:3px;margin:0 0 6px}.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder{-webkit-transition:opacity .5s .5s ease;-moz-transition:opacity .5s .5s ease;transition:opacity .5s .5s ease;opacity:0}.woocommerce form .form-row label{line-height:2}.woocommerce form .form-row label.inline{display:inline}.woocommerce form .form-row select{cursor:pointer;margin:0}.woocommerce form .form-row .required{color:red;font-weight:700;border:0}.woocommerce form .form-row .input-checkbox{display:inline;margin:-2px 0 0 8px;text-align:center;vertical-align:middle}.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea{box-sizing:border-box;width:100%;margin:0;outline:0;line-height:1}.woocommerce form .form-row textarea{height:4em;line-height:1.5;display:block;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none}.woocommerce form .form-row .select2-container{width:100%;line-height:2em}.woocommerce form .form-row.woocommerce-invalid .select2-container,.woocommerce form .form-row.woocommerce-invalid input.input-text,.woocommerce form .form-row.woocommerce-invalid select{border-color:#a00}.woocommerce form .form-row.woocommerce-validated .select2-container,.woocommerce form .form-row.woocommerce-validated input.input-text,.woocommerce form .form-row.woocommerce-validated select{border-color:#69bf29}.woocommerce form .form-row ::-webkit-input-placeholder{line-height:normal}.woocommerce form .form-row :-moz-placeholder{line-height:normal}.woocommerce form .form-row :-ms-input-placeholder{line-height:normal}.woocommerce form.checkout_coupon,.woocommerce form.login,.woocommerce form.register{border:1px solid #d3ced2;padding:20px;margin:2em 0;text-align:right;border-radius:5px}.woocommerce ul#shipping_method{list-style:none;margin:0;padding:0}.woocommerce ul#shipping_method li{margin:0;padding:.25em 22px .25em 0;text-indent:-22px;list-style:none}.woocommerce ul#shipping_method .amount{font-weight:700}.woocommerce p.woocommerce-shipping-contents{margin:0}.woocommerce .order_details{margin:0 0 1.5em;list-style:none}.woocommerce .order_details:after,.woocommerce .order_details:before{content:" ";display:table}.woocommerce .order_details li{float:right;margin-left:2em;text-transform:uppercase;font-size:.715em;line-height:1;border-left:1px dashed #d3ced2;padding-left:2em;margin-right:0;padding-right:0}.woocommerce .order_details li strong{display:block;font-size:1.4em;text-transform:none;line-height:1.5}.woocommerce .order_details li:last-of-type{border:none}.woocommerce .widget_layered_nav ul{margin:0;padding:0;border:0;list-style:none}.woocommerce .widget_layered_nav ul li{padding:0 0 1px;list-style:none}.woocommerce .widget_layered_nav ul li:after,.woocommerce .widget_layered_nav ul li:before{content:" ";display:table}.woocommerce .widget_layered_nav ul li.chosen a:before,.woocommerce .widget_layered_nav_filters ul li a:before{font-weight:400;line-height:1;content:"";color:#a00;font-family:WooCommerce;speak:none;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;text-decoration:none}.woocommerce .widget_layered_nav ul li a,.woocommerce .widget_layered_nav ul li span{padding:1px 0}.woocommerce .widget_layered_nav ul li.chosen a:before{margin-left:.618em}.woocommerce .widget_layered_nav_filters ul{margin:0;padding:0;border:0;list-style:none;overflow:hidden;zoom:1}.woocommerce .widget_layered_nav_filters ul li{float:right;padding:0 0 1px 1px;list-style:none}.woocommerce .widget_layered_nav_filters ul li a{text-decoration:none}.woocommerce .widget_layered_nav_filters ul li a:before{margin-left:.618em}.woocommerce .widget_price_filter .price_slider{margin-bottom:1em}.woocommerce .widget_price_filter .price_slider_amount{text-align:left;line-height:2.4;font-size:.8751em}.woocommerce .widget_price_filter .price_slider_amount .button{font-size:1.15em;float:right}.woocommerce .widget_price_filter .ui-slider{position:relative;text-align:right;margin-right:.5em;margin-left:.5em}.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1em;height:1em;background-color:#a46497;border-radius:1em;cursor:we-resize;outline:0;top:-.3em;margin-right:-.5em}.woocommerce .widget_price_filter .ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;border-radius:1em;background-color:#a46497}.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{border-radius:1em;background-color:#602053;border:0}.woocommerce .widget_price_filter .ui-slider-horizontal{height:.5em}.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range{top:0;height:100%}.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min{right:-1px}.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max{left:-1px}.woocommerce-account .addresses .title:after,.woocommerce-account .addresses .title:before{content:" ";display:table}.woocommerce-account .addresses .title h3{float:right}.woocommerce-account .addresses .title .edit,.woocommerce-account ul.digital-downloads li .count{float:left}.woocommerce-account ol.commentlist.notes li.note p.meta{font-weight:700;margin-bottom:0}.woocommerce-account ol.commentlist.notes li.note .description p:last-child{margin-bottom:0}.woocommerce-account ul.digital-downloads{margin-right:0;padding-right:0}.woocommerce-account ul.digital-downloads li{list-style:none;margin-right:0;padding-right:0}.woocommerce-account ul.digital-downloads li:before{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-left:.618em;content:"";text-decoration:none}.woocommerce-cart table.cart .product-thumbnail{min-width:32px}.woocommerce-cart table.cart img{width:32px;box-shadow:none}.woocommerce-cart table.cart td,.woocommerce-cart table.cart th{vertical-align:middle}.woocommerce-cart table.cart td.actions .coupon .input-text{float:right;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;border:1px solid #d3ced2;padding:6px 6px 5px;margin:0 0 0 4px;outline:0;line-height:1}.woocommerce-cart table.cart input{margin:0;vertical-align:middle;line-height:1}.woocommerce-cart .wc-proceed-to-checkout{padding:1em 0}.woocommerce-cart .wc-proceed-to-checkout:after,.woocommerce-cart .wc-proceed-to-checkout:before{content:" ";display:table}.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{display:block;text-align:center;margin-bottom:1em}.woocommerce-cart .cart-collaterals .shipping_calculator .button{width:100%;float:none;display:block}.woocommerce-cart .cart-collaterals .shipping_calculator .shipping-calculator-button:after{font-family:WooCommerce;speak:none;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"";text-decoration:none}.woocommerce-cart .cart-collaterals .cart_totals p small{color:#777;font-size:.83em}.woocommerce-cart .cart-collaterals .cart_totals table{border-collapse:separate;margin:0 0 6px;padding:0;border-right:0}.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td,.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th{border-top:0}.woocommerce-cart .cart-collaterals .cart_totals table th{width:25%}.woocommerce-cart .cart-collaterals .cart_totals table td,.woocommerce-cart .cart-collaterals .cart_totals table th{vertical-align:top;border-right:0;border-left:0;padding:6px 0;line-height:2em}.woocommerce-cart .cart-collaterals .cart_totals table small{color:#777}.woocommerce-cart .cart-collaterals .cart_totals table select{width:100%}.woocommerce-cart .cart-collaterals .cart_totals .discount td{color:#77a464}.woocommerce-cart .cart-collaterals .cart_totals tr td,.woocommerce-cart .cart-collaterals .cart_totals tr th{border-top:1px solid #ebe9eb}.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product{margin-top:0}.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address{float:right;clear:none}.woocommerce-checkout .checkout .col-2 .form-row-first,.woocommerce-checkout .checkout .col-2 .notes{clear:right}.woocommerce-checkout .checkout .create-account small{font-size:11px;color:#777;font-weight:400}.woocommerce-checkout .checkout div.shipping-address{padding:0;clear:right;width:100%}.single-product .twentythirteen p.stars,.woocommerce-checkout #payment ul.payment_methods:after,.woocommerce-checkout .checkout .shipping_address{clear:both}.woocommerce-checkout #payment{background:#ebe9eb;border-radius:5px}.woocommerce-checkout #payment ul.payment_methods{text-align:right;padding:1em;border-bottom:1px solid #d3ced2;margin:0;list-style:none}.woocommerce-checkout #payment ul.payment_methods:after,.woocommerce-checkout #payment ul.payment_methods:before{content:" ";display:table}.woocommerce-checkout #payment ul.payment_methods li{line-height:2;text-align:right;margin:0;font-weight:400}.woocommerce-checkout #payment ul.payment_methods li input{margin:0 0 0 1em}.woocommerce-checkout #payment ul.payment_methods li img{vertical-align:middle;margin:-2px .5em 0 0;padding:0;position:relative;box-shadow:none}.woocommerce-checkout #payment ul.payment_methods li img+img{margin-right:2px}.woocommerce-checkout #payment div.form-row{padding:1em}.woocommerce-checkout #payment div.payment_box{position:relative;width:96%;padding:1em 2%;margin:1em 0;font-size:.92em;border-radius:2px;line-height:1.5;background-color:#dfdcde;color:#515151}.woocommerce-checkout #payment div.payment_box input.input-text,.woocommerce-checkout #payment div.payment_box textarea{border-color:#bbb3b9 #c7c1c6 #c7c1c6}.woocommerce-checkout #payment div.payment_box ::-webkit-input-placeholder{color:#bbb3b9}.woocommerce-checkout #payment div.payment_box :-moz-placeholder{color:#bbb3b9}.woocommerce-checkout #payment div.payment_box :-ms-input-placeholder{color:#bbb3b9}.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number{font-size:1.5em;padding:8px;background-repeat:no-repeat;background-position:left}.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa{background-image:url(../images/icons/credit-cards/visa.png)}.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard{background-image:url(../images/icons/credit-cards/mastercard.png)}.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser{background-image:url(../images/icons/credit-cards/laser.png)}.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub{background-image:url(../images/icons/credit-cards/diners.png)}.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro{background-image:url(../images/icons/credit-cards/maestro.png)}.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb{background-image:url(../images/icons/credit-cards/jcb.png)}.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex{background-image:url(../images/icons/credit-cards/amex.png)}.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover{background-image:url(../images/icons/credit-cards/discover.png)}.woocommerce-checkout #payment div.payment_box span.help{font-size:.857em;color:#777;font-weight:400}.woocommerce-checkout #payment div.payment_box .form-row{margin:0 0 1em}.woocommerce-checkout #payment div.payment_box p:last-child{margin-bottom:0}.woocommerce-checkout #payment div.payment_box:after{content:"";display:block;border:8px solid #dfdcde;border-left-color:transparent;border-right-color:transparent;border-top-color:transparent;position:absolute;top:-3px;right:0;margin:-1em 2em 0 0}.woocommerce-checkout #payment .payment_method_paypal .about_paypal{float:left;line-height:52px;font-size:.83em}.woocommerce-checkout #payment .payment_method_paypal img{max-height:52px;vertical-align:middle}#content.twentyeleven .woocommerce-pagination a{font-size:1em;line-height:1}.single-product .twentythirteen #reply-title,.single-product .twentythirteen #respond #commentform,.single-product .twentythirteen .entry-summary{padding:0}.twentythirteen .woocommerce-breadcrumb{padding-top:40px}.twentyfourteen ul.products li.product{margin-top:0!important}
2
-
3
- .woocommerce table.shop_attributes .product_weight,
4
- .woocommerce table.shop_attributes .product_dimensions {
5
- direction: ltr;
6
- }
7
-
8
- .woocommerce .widget_price_filter .ui-slider .ui-slider-handle:last-child {
9
- margin-right: 0;
10
- margin-left: -.8em;
11
- }
12
-
13
- .woocommerce-checkout #payment div.payment_box:after {
14
- margin-top: -13px;
15
- }
16
-
17
- .woocommerce-cart .cart-collaterals .cart_totals table {
18
- border-left: 0;
19
- }
20
-
21
- .woocommerce table.my_account_orders .order-status {
22
- text-align: right !important;
23
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
include/class-rtl.php DELETED
@@ -1,132 +0,0 @@
1
- <?php
2
-
3
- if ( ! defined( 'ABSPATH' ) )
4
- exit; // Exit if accessed directly
5
-
6
- if ( ! class_exists( 'Persian_Wooommerce_RTL' ) ) :
7
-
8
- class Persian_Wooommerce_RTL extends Persian_Wooommerce_Plugin {
9
-
10
- public function __construct(){
11
- add_action('admin_enqueue_scripts', array($this, 'pw_rtl_admin_styles'), 11 );
12
- add_filter('woocommerce_enqueue_styles', array($this, 'pw_rtl_dequeue_styles') );
13
- add_action('wp_enqueue_scripts', array($this, 'pw_rtl_enqueue_woocommerce_style'), 11 );
14
- add_filter('woocommerce_pagination_args', array($this, 'pw_rtl_paginate_links') );
15
- add_filter('woocommerce_comment_pagination_args', array($this, 'pw_rtl_paginate_comments_links') );
16
- }
17
-
18
- public function pw_rtl_admin_styles() {
19
-
20
- if ( is_rtl() ) {
21
-
22
- // menu css
23
- wp_dequeue_style( 'woocommerce_admin_menu_styles' );
24
- wp_enqueue_style( 'woocommerce_admin_menu_styles_rtl', plugin_dir_url( __FILE__ ) . 'assets/css/menu.rtl.css', array(), WC_VERSION );
25
-
26
- // admin css
27
- if ( in_array( get_current_screen()->id, wc_get_screen_ids() ) ) {
28
- wp_dequeue_style( 'woocommerce_admin_styles' );
29
- wp_enqueue_style( 'woocommerce_admin_styles_rtl', plugin_dir_url( __FILE__ ) . 'assets/css/admin.rtl.css', array(), WC_VERSION );
30
- }
31
-
32
- // dashboard css
33
- if ( in_array( get_current_screen()->id, array( 'dashboard' ) ) ) {
34
- wp_dequeue_style( 'woocommerce_admin_dashboard_styles' );
35
- wp_enqueue_style( 'woocommerce_admin_dashboard_styles_rtl', plugin_dir_url( __FILE__ ) . 'assets/css/dashboard.rtl.css', array(), WC_VERSION );
36
- }
37
-
38
- // reports-print css
39
- if ( in_array( get_current_screen()->id, array( 'woocommerce_page_wc-reports' ) ) ) {
40
- wp_dequeue_style( 'woocommerce_admin_dashboard_styles' );
41
- wp_enqueue_style( 'woocommerce_admin_print_reports_styles_rtl', plugin_dir_url( __FILE__ ) . 'assets/css/reports-print.rtl.css', array(), WC_VERSION, 'print' );
42
- }
43
-
44
- //about page
45
- if ( isset($_GET['page']) && $_GET['page'] == 'persian-wc-about' ) {
46
- wp_register_style( 'pw-admin-fonts', plugin_dir_url( __FILE__ ) . 'assets/css/admin.font.css', array() , PERSIAN_WOOCOMMERCE_VERSION, false );
47
- wp_enqueue_style( 'pw-admin-fonts' );
48
- }
49
-
50
- }
51
-
52
- } // End wcrtl_admin_styles();
53
-
54
-
55
- /**
56
- * Front-end styles
57
- */
58
-
59
- // Disable default styles if is RTL, and return to them if is LTR.
60
-
61
- function pw_rtl_dequeue_styles( $enqueue_styles ) {
62
-
63
- if ( is_rtl() ) {
64
-
65
- unset( $enqueue_styles['woocommerce-layout'] );
66
- unset( $enqueue_styles['woocommerce-smallscreen'] );
67
- unset( $enqueue_styles['woocommerce-general'] );
68
- return $enqueue_styles;
69
-
70
- } else {
71
-
72
- isset( $enqueue_styles['woocommerce-layout'] );
73
- isset( $enqueue_styles['woocommerce-smallscreen'] );
74
- isset( $enqueue_styles['woocommerce-general'] );
75
- return $enqueue_styles;
76
-
77
- }
78
-
79
- } // End wcrtl_dequeue_styles();
80
-
81
- // Now, enable the custom RTL styles, also if is RTL.
82
-
83
- function pw_rtl_enqueue_woocommerce_style() {
84
-
85
- if ( class_exists('woocommerce') && is_rtl() ) {
86
-
87
- wp_register_style( 'woocommerce-layout-rtl', plugin_dir_url( __FILE__ ) . 'assets/css/woocommerce-layout.rtl.css', array(), WC_VERSION, 'all' );
88
- wp_register_style( 'woocommerce-smallscreen-rtl', plugin_dir_url( __FILE__ ) . 'assets/css/woocommerce-smallscreen.rtl.css', array( 'woocommerce-layout' ), WC_VERSION, 'only screen and (max-width: ' . apply_filters( 'woocommerce_style_smallscreen_breakpoint', $breakpoint = '768px' ) . ')' );
89
- wp_register_style( 'woocommerce-general-rtl', plugin_dir_url( __FILE__ ) . 'assets/css/woocommerce.rtl.css', array(), WC_VERSION, 'all' );
90
-
91
- wp_enqueue_style( 'woocommerce-layout-rtl' );
92
- wp_enqueue_style( 'woocommerce-smallscreen-rtl' );
93
- wp_enqueue_style( 'woocommerce-general-rtl' );
94
-
95
- if ( is_checkout() || is_page( get_option( 'woocommerce_myaccount_page_id' ) ) )
96
- wp_enqueue_style( 'wcrtl-select2', plugin_dir_url( __FILE__ ) . 'assets/css/select2.rtl.css' );
97
-
98
- }
99
-
100
- } // End wcrtl_enqueue_woocommerce_style();
101
-
102
- /**
103
- * Flip HTML Arrows
104
- */
105
-
106
- // Pagination
107
-
108
- function pw_rtl_paginate_links( $args ) {
109
- if ( is_rtl() ) {
110
- $args['prev_text'] = '&rarr;';
111
- $args['next_text'] = '&larr;';
112
- return $args;
113
- }
114
- }
115
-
116
- // Reviews
117
-
118
- function pw_rtl_paginate_comments_links( $args ) {
119
- if ( is_rtl() ) {
120
- $args['prev_text'] = '&rarr;';
121
- $args['next_text'] = '&larr;';
122
- return $args;
123
- }
124
- }
125
-
126
- }
127
-
128
- endif;
129
-
130
- $PW->rtl = new Persian_Wooommerce_RTL();
131
-
132
- ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
include/persian-woocommerce.php DELETED
@@ -1,222 +0,0 @@
1
- <?php
2
-
3
- class Persian_Wooommerce_Plugin {
4
-
5
- public $table_lang;
6
- public $plugin_version;
7
- public $woo_is_active = false;
8
- public $file_dir;
9
- public $iran_address;
10
- public $currencies;
11
- public $rtl;
12
- public $widget;
13
- public $tools;
14
-
15
- private $options;
16
-
17
- public function __construct( $file ) {
18
-
19
- if(!in_array('woocommerce/woocommerce.php', apply_filters('active_plugins', get_option('active_plugins'))))
20
- add_action('admin_notices', array($this, 'enable_woocommerce_notify') );
21
- else
22
- $this->woo_is_active = true;
23
-
24
- global $wpdb;
25
-
26
- $this->table_lang = $wpdb->prefix . "woocommerce_ir";
27
- $this->plugin_version = defined('PERSIAN_WOOCOMMERCE_VERSION') ? PERSIAN_WOOCOMMERCE_VERSION : '2.5';
28
- $this->file_dir = $file;
29
- $this->options = get_option("PW_Options");
30
-
31
- // Actions
32
- add_action('wp_ajax_nopriv_persian_wc_replace_texts', array($this,'replace_texts_callback') );
33
- add_action('wp_ajax_persian_wc_replace_texts', array($this,'replace_texts_callback') );
34
- add_action('plugins_loaded', array($this, 'persian_woo_plugin_loaded') );
35
- add_action('activated_plugin', array($this, 'persian_woo_activate'), 10, 1);
36
- add_action('admin_menu', array($this, 'persian_wc_create_menu') );
37
-
38
- // Filters
39
- add_filter('woocommerce_admin_field_multi_select_states', array($this, 'persian_wc_output_fields') );
40
- add_filter('gettext_with_context', array($this, 'persian_wc_gettext') );
41
- add_filter('ngettext_with_context', array($this, 'persian_wc_gettext') );
42
- add_filter('gettext', array($this, 'persian_wc_gettext') );
43
- add_filter('ngettext', array($this, 'persian_wc_gettext') );
44
-
45
- }
46
-
47
- public function plugin_url( $path = null ){
48
- return untrailingslashit(plugins_url( is_null($path) ? '/' : $path , $this->file_dir));
49
- }
50
-
51
- public function get_options( $option_name = null, $default = false){
52
-
53
- if(is_null($option_name))
54
- return $this->options;
55
-
56
- $default_options = $this->tools->get_tools_default();
57
-
58
- if(isset($this->options[$option_name]))
59
- return $this->options[$option_name];
60
- elseif(isset($default_options["PW_Options[$option_name]"]))
61
- return $default_options["PW_Options[$option_name]"];
62
- else
63
- return $default;
64
- }
65
-
66
- // Action functions
67
- public function enable_woocommerce_notify() {
68
- if(current_user_can('install_plugins'))
69
- echo sprintf('<div id="message" class="notice notice-info is-dismissible"><p>ووکامرس فارسی با موفقیت نصب و فعالسازی شده است . لطفا افزونه ووکامرس را از <a href="%s" target="_blank">اینجا</a> فعال کنید.</p><button type="button" class="notice-dismiss"><span class="screen-reader-text">بستن این اعلان.</span></button></div>', admin_url('plugins.php'));
70
- }
71
-
72
- public function replace_texts_callback(){
73
- global $wpdb;
74
- $json = array(
75
- 'status' => 'NO',
76
- 'rand' => mt_rand(),
77
- 'msg' => 'مشکلی هنگام افزودن حلقه رخ داد . لطفا مجددا تلاش کنید.'
78
- );
79
-
80
- if(isset($_POST['text1'] , $_POST['text2']))
81
- if(!empty($_POST['text1'])){
82
- $insert = $wpdb->insert($this->table_lang , array('text1' => $_POST['text1'] , 'text2' => $_POST['text2']));
83
- if($insert) {
84
- $json['status'] = 'OK';
85
- $json['msg'] = sprintf('<div id="setting-error-persian_wc_msg_%d" class="updated settings-error notice is-dismissible"><p><strong>حلقه (%s => %s) با موفقیت افزوده شد.</strong></p><button type="button" class="notice-dismiss"><span class="screen-reader-text">بستن این اعلان.</span></button></div>', $json['rand'], $_POST['text1'], $_POST['text2']);
86
- $json['code'] = sprintf('<tr><th scope="row" class="check-column"><input name="text_delete_id[]" value="%d" type="checkbox"></th><td class="text1 column-text1 has-row-actions column-primary" data-colname="حلقه‌ی اصلی">%s<button type="button" class="toggle-row"><span class="screen-reader-text">نمایش جزئیات بیشتر</span></button></td><td class="text2 column-text2" data-colname="حلقه‌ی جایگزین شده">%s</td></tr>', $wpdb->insert_id , $_POST['text1'], $_POST['text2']);
87
- $json['count'] = $wpdb->get_var("SELECT COUNT(*) FROM $this->table_lang") . " مورد";
88
- }
89
- else
90
- $json['msg'] = sprintf('<div id="setting-error-persian_wc_msg_%d" class="error settings-error notice is-dismissible"><p><strong>خطایی در زمان افزودن حلقه (%s => %s) به دیتابیس رخ داده است. لطفا مجددا تلاش کنید</strong></p><button type="button" class="notice-dismiss"><span class="screen-reader-text">بستن این اعلان.</span></button></div>', $json['rand'], $_POST['text1'], $_POST['text2']);
91
- }
92
- else
93
- $json['msg'] = sprintf('<div id="setting-error-persian_wc_msg_%d" class="error settings-error notice is-dismissible"><p><strong>پر کردن فیلد کلمه‌ی مورد نظر اجباری می باشد.</strong></p><button type="button" class="notice-dismiss"><span class="screen-reader-text">بستن این اعلان.</span></button></div>', $json['rand']);
94
-
95
- die(json_encode($json));
96
- }
97
-
98
-
99
- public function persian_woo_plugin_loaded() {
100
-
101
- $dir = dirname( plugin_dir_path( __FILE__ ));
102
- $language = get_option('WPLANG', defined('WPLANG') ? WPLANG : "");
103
- $is_persian = ($language == 'fa' || $language == 'fa_IR');
104
-
105
- if(defined('ICL_LANGUAGE_CODE'))
106
- $is_persian = (ICL_LANGUAGE_CODE == 'fa');
107
-
108
- if($is_persian || substr(get_bloginfo('language'), 0, 2) == 'fa')
109
- load_textdomain('woocommerce', $dir.'/languages/woocommerce-fa_IR.mo');
110
-
111
- global $wpdb;
112
-
113
- if(!get_option("pw_delete_city_table_2_5")) {
114
- $wpdb->query("DROP TABLE IF EXISTS {$wpdb->prefix}Woo_Iran_Cities_By_HANNANStd");
115
- $wpdb->query("DROP TABLE IF EXISTS {$wpdb->prefix}woocommerce_ir_cities");
116
- delete_option("is_cities_installed");
117
- delete_option("persian_woocommerce_rename_old_table");
118
- delete_option("redirect_to_woo_persian_about_page");
119
- update_option("pw_delete_city_table_2_5", $this->plugin_version);
120
- }
121
- }
122
-
123
- public function persian_woo_activate( $plugin ) {
124
- if($plugin !== "persian-woocommerce/persian-woocommerce.php")
125
- return;
126
-
127
- if(!headers_sent()){
128
- wp_redirect(admin_url('admin.php?page=persian-wc-about'));
129
- die();
130
- }
131
- }
132
-
133
- public function persian_wc_create_menu() {
134
- add_menu_page('ووکامرس فارسی', 'ووکامرس فارسی', 'manage_options', 'persian-wc', array($this, 'persian_wc_text'), $this->plugin_url('include/assets/images/logo.png'), '55.6');
135
- add_submenu_page('persian-wc', 'حلقه های ترجمه', 'حلقه های ترجمه', 'manage_options', 'persian-wc', array($this, 'persian_wc_text'));
136
- if($this->woo_is_active){
137
- $tools_page = add_submenu_page('persian-wc', 'ابزار ها', 'ابزار ها', 'manage_options', 'persian-wc-tools', array($this, 'persian_wc_tools'));
138
- add_action( "load-{$tools_page}", array($this, 'persian_wc_tools_save') );
139
- }
140
- add_submenu_page('persian-wc', 'درباره ما', 'درباره ما', 'manage_options', 'persian-wc-about', array($this, 'persian_wc_about'));
141
- }
142
-
143
- public function persian_wc_text() {
144
- global $wpdb;
145
- include_once('persian-woocommerce-text.php');
146
- }
147
-
148
- public function persian_wc_tools(){
149
- $this->tools->settings_page();
150
- }
151
-
152
- public function persian_wc_tools_save(){
153
- if( isset($_POST["pw-settings-submit"]) && $_POST["pw-settings-submit"] == 'Y') {
154
- $settings = $this->tools->get_tools();
155
- $tab = $_POST['pw-tab'];
156
- $section = $_POST['pw-section'];
157
- check_admin_referer("persian-wc-tools");
158
- do_action("PW_before_save_tools", $_POST, $settings, $tab, $section);
159
- WC_Admin_Settings::save_fields( empty($section) ? $settings[$tab] : $settings[$tab][$section] );
160
- do_action("PW_after_save_tools", $_POST, $settings, $tab, $section);
161
- $url_parameters = empty($section) ? 'updated=true&tab='.$tab : 'updated=true&tab='.$tab.'&section='.$section;
162
- wp_redirect(admin_url('admin.php?page=persian-wc-tools&'.$url_parameters));
163
- exit;
164
- }
165
- }
166
-
167
- public function persian_wc_about() {
168
- include_once('persian-woocommerce-about.php');
169
- }
170
-
171
- // register hook functions
172
- static function persian_wc_install() {
173
- global $wpdb;
174
-
175
- $woocommerce_ir_sql = "CREATE TABLE IF NOT EXISTS `{$wpdb->prefix}woocommerce_ir` (
176
- `id` int(11) NOT NULL AUTO_INCREMENT,
177
- `text1` text CHARACTER SET utf8 COLLATE utf8_persian_ci NOT NULL,
178
- `text2` text CHARACTER SET utf8 COLLATE utf8_persian_ci,
179
- PRIMARY KEY (`id`)
180
- ) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1;";
181
- require_once(ABSPATH . 'wp-admin/includes/upgrade.php');
182
- dbDelta($woocommerce_ir_sql);
183
- }
184
-
185
- // Filter functions
186
- public function persian_wc_output_fields( $value ){
187
-
188
- $selections = (array) $this->get_options('specific_allowed_states');
189
-
190
- ?><tr valign="top">
191
- <th scope="row" class="titledesc">
192
- <label for="<?php echo esc_attr( $value['id'] ); ?>"><?php echo esc_html( $value['title'] ); ?></label>
193
- </th>
194
- <td class="forminp">
195
- <select multiple="multiple" name="<?php echo esc_attr( $value['id'] ); ?>[]" style="width:350px" data-placeholder="استان (ها) مورد نظر خود را انتخاب کنید ..." title="استان" class="wc-enhanced-select">
196
- <?php
197
- if ( ! empty( $this->iran_address->states ) )
198
- foreach ( $this->iran_address->states as $key => $val )
199
- echo '<option value="' . esc_attr( $key ) . '" ' . selected( in_array( $key, $selections ), true, false ).'>' . $val . '</option>';
200
- ?>
201
- </select> </br><a class="select_all button" href="#"><?php _e( 'Select all', 'woocommerce' ); ?></a> <a class="select_none button" href="#"><?php _e( 'Select none', 'woocommerce' ); ?></a>
202
- </td>
203
- </tr><?php
204
- }
205
-
206
- public function persian_wc_gettext( $text ) {
207
- static $replace, $keys;
208
- global $wpdb;
209
- if(!is_array($replace)) {
210
- $replace = array();
211
- $query = $wpdb->get_results("SELECT * FROM {$this->table_lang};");
212
-
213
- if($wpdb->num_rows)
214
- foreach($query as $txt)
215
- $replace[$txt->text1] = $txt->text2;
216
-
217
- $keys = array_keys($replace);
218
- }
219
-
220
- return str_replace($keys, $replace, $text);
221
- }
222
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
languages/woocommerce-fa_IR.mo DELETED
Binary file
languages/woocommerce-fa_IR.po DELETED
@@ -1,16976 +0,0 @@
1
- # Translation of Persian Woocommerce in Persian
2
- # This file is distributed under the same license as the Persian Woocommerce package.
3
- msgid ""
4
- msgstr ""
5
- "PO-Revision-Date: 2016-04-07 00:08+0430\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.7\n"
11
- "Project-Id-Version: Persian Woocommerce\n"
12
- "POT-Creation-Date: \n"
13
- "Last-Translator: MahdiY <M@hdiY.IR>\n"
14
- "Language-Team: \n"
15
- "Language: fa_IR\n"
16
-
17
- #: includes/widgets/class-wc-widget-products.php:64
18
- msgctxt "Sorting order"
19
- msgid "Order"
20
- msgstr "سفارش"
21
-
22
- #: includes/widgets/class-wc-widget-recent-reviews.php:86
23
- msgctxt "by comment author"
24
- msgid "by %1$s"
25
- msgstr "توسط %1$s"
26
-
27
- #: templates/global/quantity-input.php:23
28
- msgctxt "Product quantity input tooltip"
29
- msgid "Qty"
30
- msgstr "تعداد"
31
-
32
- #: templates/loop/result-count.php:42
33
- msgctxt "%1$d = first, %2$d = last, %3$d = total"
34
- msgid "Showing %1$d&ndash;%2$d of %3$d results"
35
- msgstr "در حال نمایش %1$d&ndash;%2$d از %3$d نتیجه"
36
-
37
- #: templates/product-searchform.php:27
38
- msgctxt "label"
39
- msgid "Search for:"
40
- msgstr "جستجو برای "
41
-
42
- #: templates/product-searchform.php:28
43
- msgctxt "submit button"
44
- msgid "Search"
45
- msgstr "جستجو"
46
-
47
- #: includes/admin/meta-boxes/views/html-order-items.php:305
48
- msgctxt "Refund $amount"
49
- msgid "Refund %s via %s"
50
- msgstr "مسترد شده %s به وسیله %s"
51
-
52
- #: includes/admin/meta-boxes/views/html-order-items.php:306
53
- msgctxt "Refund $amount manually"
54
- msgid "Refund %s manually"
55
- msgstr "برگشت دستی %s"
56
-
57
- #: includes/admin/meta-boxes/views/html-order-refund.php:21
58
- msgctxt "Ex: Refund - $date >by< $username"
59
- msgid "by"
60
- msgstr "توسط"
61
-
62
- #: includes/admin/reports/class-wc-report-customer-list.php:146
63
- #: templates/myaccount/my-orders.php:67
64
- msgctxt "hash before order number"
65
- msgid "#"
66
- msgstr "#"
67
-
68
- #: includes/admin/reports/class-wc-report-sales-by-date.php:409
69
- msgctxt "%s = amount of the refunds, %d = number of refunded orders."
70
- msgid "%s refunded %d order"
71
- msgid_plural "%s refunded %d orders"
72
- msgstr[0] ""
73
-
74
- #: includes/admin/settings/class-wc-settings-checkout.php:28
75
- msgctxt "Settings tab label"
76
- msgid "Checkout"
77
- msgstr "تسویه حساب"
78
-
79
- #: includes/admin/settings/class-wc-settings-checkout.php:96
80
- msgctxt "Settings group label"
81
- msgid "Checkout"
82
- msgstr "تسویه حساب"
83
-
84
- #: includes/admin/settings/views/html-settings-tax.php:98
85
- msgctxt "%s will be a number eventually, but must be a string for now."
86
- msgid "%s items"
87
- msgstr "%s مورد"
88
-
89
- #: includes/admin/settings/views/html-settings-tax.php:112
90
- msgctxt "Pagination, like `1 of 3`"
91
- msgid "%1$s of %2$s"
92
- msgstr "%1$s از %2$s"
93
-
94
- #: includes/admin/views/html-admin-page-status-report.php:384
95
- msgctxt "Version info"
96
- msgid "%s is available"
97
- msgstr "%s در دسترس است."
98
-
99
- #: includes/admin/views/html-admin-page-status-report.php:396
100
- msgctxt "by author"
101
- msgid "by %s"
102
- msgstr "توسط %s"
103
-
104
- #: includes/admin/views/html-admin-page-status-report.php:471
105
- msgctxt "Page setting"
106
- msgid "Shop Base"
107
- msgstr "پایگاه فروشگاه"
108
-
109
- #: includes/admin/views/html-admin-page-status-report.php:476
110
- msgctxt "Page setting"
111
- msgid "Cart"
112
- msgstr "سبد خرید"
113
-
114
- #: includes/admin/views/html-admin-page-status-report.php:481
115
- msgctxt "Page setting"
116
- msgid "Checkout"
117
- msgstr "تسویه حساب"
118
-
119
- #: includes/admin/views/html-admin-page-status-report.php:486
120
- msgctxt "Page setting"
121
- msgid "My Account"
122
- msgstr "حساب کاربری من"
123
-
124
- #: includes/admin/views/html-admin-page-status-report.php:500
125
- msgctxt "WC Pages links in the System Status"
126
- msgid "Edit %s page"
127
- msgstr "ویرایش برگه %s"
128
-
129
- #: includes/class-wc-install.php:237
130
- msgctxt "Page slug"
131
- msgid "shop"
132
- msgstr "shop"
133
-
134
- #: includes/class-wc-install.php:242
135
- msgctxt "Page slug"
136
- msgid "cart"
137
- msgstr "cart"
138
-
139
- #: includes/class-wc-install.php:247
140
- msgctxt "Page slug"
141
- msgid "checkout"
142
- msgstr "checkout"
143
-
144
- #: includes/class-wc-install.php:252
145
- msgctxt "Page slug"
146
- msgid "my-account"
147
- msgstr "my-account"
148
-
149
- #: includes/class-wc-post-types.php:293
150
- msgctxt "shop_order post type singular name"
151
- msgid "Order"
152
- msgstr "سفارش"
153
-
154
- #: includes/class-wc-post-types.php:426 includes/wc-order-functions.php:25
155
- msgctxt "Order status"
156
- msgid "Pending Payment"
157
- msgstr "در انتظار پرداخت"
158
-
159
- #: includes/class-wc-post-types.php:434 includes/wc-order-functions.php:26
160
- msgctxt "Order status"
161
- msgid "Processing"
162
- msgstr "در حال انجام"
163
-
164
- #: includes/class-wc-post-types.php:442 includes/wc-order-functions.php:27
165
- msgctxt "Order status"
166
- msgid "On Hold"
167
- msgstr "در انتظار بررسی"
168
-
169
- #: includes/class-wc-post-types.php:450 includes/wc-order-functions.php:28
170
- msgctxt "Order status"
171
- msgid "Completed"
172
- msgstr "تکمیل شده"
173
-
174
- #: includes/class-wc-post-types.php:458 includes/wc-order-functions.php:29
175
- msgctxt "Order status"
176
- msgid "Cancelled"
177
- msgstr "لغو شده"
178
-
179
- #: includes/class-wc-post-types.php:466 includes/wc-order-functions.php:30
180
- msgctxt "Order status"
181
- msgid "Refunded"
182
- msgstr "مسترد شده"
183
-
184
- #: includes/class-wc-post-types.php:474 includes/wc-order-functions.php:31
185
- msgctxt "Order status"
186
- msgid "Failed"
187
- msgstr "ناموفق"
188
-
189
- #: includes/class-wc-product-grouped.php:156
190
- #: includes/class-wc-product-variable.php:355
191
- #: includes/class-wc-product-variable.php:361
192
- msgctxt "Price range: from-to"
193
- msgid "%1$s&ndash;%2$s"
194
- msgstr "%1$s&ndash;%2$s"
195
-
196
- #: includes/wc-cart-functions.php:100
197
- msgctxt "Item name in quotes"
198
- msgid "&ldquo;%s&rdquo;"
199
- msgstr "&ldquo;%s&rdquo;"
200
-
201
- #: includes/wc-core-functions.php:81 includes/wc-order-functions.php:637
202
- msgctxt "Order date parsed by strftime"
203
- msgid "%b %d, %Y @ %I:%M %p"
204
- msgstr "%b %d, %Y در %I:%M %p [تاریخ سفارش با استفاده از strftimep"
205
-
206
- #: includes/wc-page-functions.php:120
207
- msgctxt "edit-address-slug"
208
- msgid "billing"
209
- msgstr "billing"
210
-
211
- #: includes/wc-page-functions.php:121
212
- msgctxt "edit-address-slug"
213
- msgid "shipping"
214
- msgstr "shipping"
215
-
216
- #: includes/wc-template-functions.php:1373
217
- msgctxt "breadcrumb"
218
- msgid "Home"
219
- msgstr "خانه"
220
-
221
- #: includes/admin/class-wc-admin-permalink-settings.php:103
222
- #: includes/admin/class-wc-admin-permalink-settings.php:209
223
- msgctxt "default-slug"
224
- msgid "shop"
225
- msgstr "shop"
226
-
227
- #: includes/admin/class-wc-admin-permalink-settings.php:104
228
- msgctxt "default-slug"
229
- msgid "product"
230
- msgstr "product"
231
-
232
- #: includes/admin/class-wc-admin-post-types.php:757
233
- msgctxt "Order number by X"
234
- msgid "%s by %s"
235
- msgstr "%s توسط %s"
236
-
237
- #: includes/admin/class-wc-admin-setup-wizard.php:232
238
- #: includes/class-wc-install.php:238
239
- msgctxt "Page title"
240
- msgid "Shop"
241
- msgstr "فروشگاه"
242
-
243
- #: includes/admin/class-wc-admin-setup-wizard.php:236
244
- #: includes/class-wc-install.php:243
245
- msgctxt "Page title"
246
- msgid "Cart"
247
- msgstr "سبد خرید"
248
-
249
- #: includes/admin/class-wc-admin-setup-wizard.php:240
250
- #: includes/class-wc-install.php:248
251
- msgctxt "Page title"
252
- msgid "Checkout"
253
- msgstr "تسویه حساب"
254
-
255
- #: includes/admin/class-wc-admin-setup-wizard.php:246
256
- #: includes/class-wc-install.php:253
257
- msgctxt "Page title"
258
- msgid "My Account"
259
- msgstr "حساب کاربری من"
260
-
261
- #: includes/admin/class-wc-admin-webhooks-table-list.php:212
262
- msgctxt "posts"
263
- msgid "All <span class=\"count\">(%s)</span>"
264
- msgid_plural "All <span class=\"count\">(%s)</span>"
265
- msgstr[0] "همه <span class=\"count\">(%s)</span>"
266
-
267
- #: includes/admin/class-wc-admin-webhooks.php:49
268
- #: includes/admin/class-wc-admin-webhooks.php:195
269
- #: includes/admin/settings/views/html-webhooks-edit.php:16
270
- #: includes/api/class-wc-api-webhooks.php:197
271
- #: includes/api/v2/class-wc-api-webhooks.php:197
272
- msgctxt "Webhook created on date parsed by strftime"
273
- msgid "%b %d, %Y @ %I:%M %p"
274
- msgstr "%b %d, %Y @ %I:%M %p"
275
-
276
- #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:76
277
- msgctxt "placeholder"
278
- msgid "YYYY-MM-DD"
279
- msgstr "YYYY-MM-DD"
280
-
281
- #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:184
282
- #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:196
283
- msgctxt "placeholder"
284
- msgid "Unlimited usage"
285
- msgstr "استفاده نامحدود"
286
-
287
- #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:190
288
- msgctxt "placeholder"
289
- msgid "Apply to all qualifying items in cart"
290
- msgstr "اعمال برای تمام موارد انتخابی در سبد خرید"
291
-
292
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:157
293
- msgctxt "placeholder"
294
- msgid "Buy product"
295
- msgstr "خرید محصول"
296
-
297
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:175
298
- #: includes/admin/meta-boxes/views/html-variation-admin.php:104
299
- msgctxt "placeholder"
300
- msgid "From&hellip;"
301
- msgstr "از &hellip;"
302
-
303
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:176
304
- #: includes/admin/meta-boxes/views/html-variation-admin.php:108
305
- msgctxt "placeholder"
306
- msgid "To&hellip;"
307
- msgstr "تا&hellip;"
308
-
309
- #: includes/class-wc-checkout.php:108
310
- msgctxt "placeholder"
311
- msgid "Username"
312
- msgstr "نام کاربری"
313
-
314
- #: includes/class-wc-checkout.php:117
315
- msgctxt "placeholder"
316
- msgid "Password"
317
- msgstr "گذرواژه"
318
-
319
- #: includes/class-wc-checkout.php:126
320
- msgctxt "placeholder"
321
- msgid "Notes about your order, e.g. special notes for delivery."
322
- msgstr "یادداشت ها درباره سفارش شما ، برای مثال نکات مهم برای تحویل بار "
323
-
324
- #: includes/class-wc-countries.php:519
325
- msgctxt "placeholder"
326
- msgid "Street address"
327
- msgstr "خیابان"
328
-
329
- #: includes/class-wc-countries.php:524
330
- msgctxt "placeholder"
331
- msgid "Apartment, suite, unit etc. (optional)"
332
- msgstr "شماره پلاک، واحد، بلوک "
333
-
334
- #: templates/product-searchform.php:27
335
- msgctxt "placeholder"
336
- msgid "Search Products&hellip;"
337
- msgstr "جستجوی محصولات&hellip;"
338
-
339
- #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:169
340
- msgctxt "Order #123 details"
341
- msgid "%s #%s details"
342
- msgstr ""
343
-
344
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:262
345
- #: includes/admin/views/html-bulk-edit-product.php:78
346
- #: includes/admin/views/html-quick-edit-product.php:57
347
- #: includes/shipping/flat-rate/includes/settings-flat-rate.php:54
348
- msgctxt "Tax status"
349
- msgid "None"
350
- msgstr "هیچ کدام"
351
-
352
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:729
353
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:763
354
- msgctxt "number of pages"
355
- msgid "of"
356
- msgstr "از"
357
-
358
- msgid "WooThemes"
359
- msgstr "ووکامرس"
360
-
361
- msgid "http://woothemes.com"
362
- msgstr "http://woocommerce.ir"
363
-
364
- #: i18n/states/US.php:23
365
- msgctxt "US state of Georgia"
366
- msgid "Georgia"
367
- msgstr "گرجستان"
368
-
369
- #: includes/abstracts/abstract-wc-order.php:1104
370
- #: includes/abstracts/abstract-wc-order.php:1115
371
- #: includes/admin/class-wc-admin-post-types.php:742
372
- #: includes/admin/class-wc-admin-post-types.php:751
373
- msgctxt "full name"
374
- msgid "%1$s %2$s"
375
- msgstr "%1$s %2$s"
376
-
377
- #: includes/abstracts/abstract-wc-product.php:1040
378
- msgctxt "min_price"
379
- msgid "From:"
380
- msgstr "از:"
381
-
382
- #: includes/admin/class-wc-admin-api-keys-table-list.php:156
383
- #: includes/admin/settings/views/html-keys-edit.php:75
384
- msgctxt "date and time"
385
- msgid "%1$s at %2$s"
386
- msgstr "%1$s در %2$s"
387
-
388
- #: includes/admin/class-wc-admin-assets.php:114
389
- #: includes/admin/class-wc-admin-setup-wizard.php:96
390
- #: includes/class-wc-frontend-scripts.php:328
391
- msgctxt "enhanced select"
392
- msgid "One result is available, press enter to select it."
393
- msgstr "یک نتیجه در دسترس میباشد، برای گزینش آن enter را فشاردهید."
394
-
395
- #: includes/admin/class-wc-admin-assets.php:115
396
- #: includes/admin/class-wc-admin-setup-wizard.php:97
397
- #: includes/class-wc-frontend-scripts.php:329
398
- msgctxt "enhanced select"
399
- msgid "%qty% results are available, use up and down arrow keys to navigate."
400
- msgstr "%qty% نتیجه در دسترس است. با کلیدهای بالا و پایین آنها را پیمایش و بکار بگیرید."
401
-
402
- #: includes/admin/class-wc-admin-assets.php:116
403
- #: includes/admin/class-wc-admin-setup-wizard.php:98
404
- #: includes/class-wc-frontend-scripts.php:330
405
- msgctxt "enhanced select"
406
- msgid "No matches found"
407
- msgstr "یافت نشد"
408
-
409
- #: includes/admin/class-wc-admin-assets.php:117
410
- #: includes/admin/class-wc-admin-setup-wizard.php:99
411
- #: includes/class-wc-frontend-scripts.php:331
412
- msgctxt "enhanced select"
413
- msgid "Loading failed"
414
- msgstr "بارگزاری ناموفق"
415
-
416
- #: includes/admin/class-wc-admin-assets.php:118
417
- #: includes/admin/class-wc-admin-setup-wizard.php:100
418
- #: includes/class-wc-frontend-scripts.php:332
419
- msgctxt "enhanced select"
420
- msgid "Please enter 1 or more characters"
421
- msgstr "خواهشمند است 1 یا کاراکترهای بیشتری بنویسید"
422
-
423
- #: includes/admin/class-wc-admin-assets.php:119
424
- #: includes/admin/class-wc-admin-setup-wizard.php:101
425
- #: includes/class-wc-frontend-scripts.php:333
426
- msgctxt "enhanced select"
427
- msgid "Please enter %qty% or more characters"
428
- msgstr "خواشمند است %qty% یا کارکترهای بیشتری را بنویسید "
429
-
430
- #: includes/admin/class-wc-admin-assets.php:120
431
- #: includes/admin/class-wc-admin-setup-wizard.php:102
432
- #: includes/class-wc-frontend-scripts.php:334
433
- msgctxt "enhanced select"
434
- msgid "Please delete 1 character"
435
- msgstr "خواشمند است کاراکتر 1 را پاک کنید"
436
-
437
- #: includes/admin/class-wc-admin-assets.php:121
438
- #: includes/admin/class-wc-admin-setup-wizard.php:103
439
- #: includes/class-wc-frontend-scripts.php:335
440
- msgctxt "enhanced select"
441
- msgid "Please delete %qty% characters"
442
- msgstr "خواشمند است کاراکترهای %qty% را پاک کنید"
443
-
444
- #: includes/admin/class-wc-admin-assets.php:122
445
- #: includes/admin/class-wc-admin-setup-wizard.php:104
446
- #: includes/class-wc-frontend-scripts.php:336
447
- msgctxt "enhanced select"
448
- msgid "You can only select 1 item"
449
- msgstr "شما تنها 1 مورد را می توانید گزینش کنید"
450
-
451
- #: includes/admin/class-wc-admin-assets.php:123
452
- #: includes/admin/class-wc-admin-setup-wizard.php:105
453
- #: includes/class-wc-frontend-scripts.php:337
454
- msgctxt "enhanced select"
455
- msgid "You can only select %qty% items"
456
- msgstr "شما تنها می توانید موارد %qty% را گزینش کنید"
457
-
458
- #: includes/admin/class-wc-admin-assets.php:124
459
- #: includes/admin/class-wc-admin-setup-wizard.php:106
460
- #: includes/class-wc-frontend-scripts.php:338
461
- msgctxt "enhanced select"
462
- msgid "Loading more results&hellip;"
463
- msgstr "بارگذاری نتایج بیشتر&hellip;"
464
-
465
- #: includes/admin/class-wc-admin-assets.php:125
466
- #: includes/admin/class-wc-admin-setup-wizard.php:107
467
- #: includes/class-wc-frontend-scripts.php:339
468
- msgctxt "enhanced select"
469
- msgid "Searching&hellip;"
470
- msgstr "جستجو &hellip;"
471
-
472
- #: includes/admin/class-wc-admin-menus.php:142
473
- #: includes/class-wc-post-types.php:305
474
- msgctxt "Admin menu name"
475
- msgid "Orders"
476
- msgstr "سفارشات"
477
-
478
- #: includes/class-wc-post-types.php:67
479
- msgctxt "Admin menu name"
480
- msgid "Categories"
481
- msgstr "دسته‌بندی‌ها"
482
-
483
- #: includes/class-wc-post-types.php:102
484
- msgctxt "Admin menu name"
485
- msgid "Tags"
486
- msgstr "برچسب ها"
487
-
488
- #: includes/class-wc-post-types.php:139
489
- msgctxt "Admin menu name"
490
- msgid "Shipping Classes"
491
- msgstr "کلاس‌های حمل و نقل"
492
-
493
- #: includes/class-wc-post-types.php:241
494
- msgctxt "Admin menu name"
495
- msgid "Products"
496
- msgstr "محصولات"
497
-
498
- #: includes/class-wc-post-types.php:352
499
- msgctxt "Admin menu name"
500
- msgid "Coupons"
501
- msgstr "کوپن ها"
502
-
503
- #: includes/class-wc-post-types.php:390
504
- msgctxt "Admin menu name"
505
- msgid "Webhooks"
506
- msgstr "وب هوک ها"
507
-
508
- #: includes/admin/class-wc-admin-permalink-settings.php:68
509
- #: includes/class-wc-post-types.php:86
510
- #: includes/updates/woocommerce-update-2.0.php:46
511
- msgctxt "slug"
512
- msgid "product-category"
513
- msgstr "product-category"
514
-
515
- #: includes/admin/class-wc-admin-permalink-settings.php:78
516
- #: includes/class-wc-post-types.php:124
517
- #: includes/updates/woocommerce-update-2.0.php:47
518
- msgctxt "slug"
519
- msgid "product-tag"
520
- msgstr "product-tag"
521
-
522
- #: includes/admin/class-wc-admin-permalink-settings.php:196
523
- #: includes/class-wc-post-types.php:233
524
- #: includes/updates/woocommerce-update-2.0.php:55
525
- #: includes/wc-core-functions.php:561 includes/wc-core-functions.php:596
526
- msgctxt "slug"
527
- msgid "product"
528
- msgstr "product"
529
-
530
- #: includes/wc-product-functions.php:242
531
- msgctxt "slug"
532
- msgid "uncategorized"
533
- msgstr "uncategorized"
534
-
535
- msgid "http://www.woothemes.com/woocommerce/"
536
- msgstr "http://woocommerce.ir/"
537
-
538
- msgid "An e-commerce toolkit that helps you sell anything. Beautifully."
539
- msgstr "یک افزونه رایگان برای ساخت فروشگاه همه فن حریف در وردپرس"
540
-
541
- #: templates/single-product/rating.php:37
542
- msgid "out of %s5%s"
543
- msgstr "خارج از %s5%s"
544
-
545
- #: templates/single-product/rating.php:38
546
- msgid "based on %s customer rating"
547
- msgid_plural "based on %s customer ratings"
548
- msgstr[0] "امتیاز بر اساس مشتری %s"
549
-
550
- #: templates/single-product/rating.php:41
551
- msgid "%s customer review"
552
- msgid_plural "%s customer reviews"
553
- msgstr[0] "نقد و بررسی %s کاربر"
554
-
555
- #: templates/single-product/related.php:50
556
- msgid "Related Products"
557
- msgstr "محصولات مرتبط"
558
-
559
- #: templates/single-product/review.php:38
560
- msgid "Rated %d out of 5"
561
- msgstr "رتبه بندی شده %d از 5"
562
-
563
- #: templates/single-product/review.php:48
564
- msgid "Your comment is awaiting approval"
565
- msgstr "دیدگاه شما پس از تایید نمایش داده می شود"
566
-
567
- #: templates/single-product/review.php:57
568
- msgid "verified owner"
569
- msgstr "مالک تایید شده"
570
-
571
- #: templates/single-product/up-sells.php:51
572
- msgid "You may also like&hellip;"
573
- msgstr "شما شاید این را هم دوست داشته باشید"
574
-
575
- #: templates/single-product-reviews.php:32
576
- msgid "%s review for %s"
577
- msgid_plural "%s reviews for %s"
578
- msgstr[0] "%s نقد و بررسی %s"
579
-
580
- #: templates/single-product-reviews.php:55
581
- msgid "There are no reviews yet."
582
- msgstr "هیچ دیدگاهی برای این محصول نوشته نشده است."
583
-
584
- #: templates/single-product-reviews.php:68
585
- msgid "Add a review"
586
- msgstr "دیدگاه خود را بنویسید"
587
-
588
- #: templates/single-product-reviews.php:68
589
- msgid "Be the first to review &ldquo;%s&rdquo;"
590
- msgstr "اولین نفری باشید که نظری را ارسال می کنید برای &ldquo;%s&rdquo;"
591
-
592
- #: templates/single-product-reviews.php:69
593
- msgid "Leave a Reply to %s"
594
- msgstr "ارسال یک پاسخ به %s"
595
-
596
- #: templates/single-product-reviews.php:78
597
- msgid "Submit"
598
- msgstr "ثبت"
599
-
600
- #: templates/single-product-reviews.php:84
601
- msgid "You must be <a href=\"%s\">logged in</a> to post a review."
602
- msgstr "برای نمایش نوشته شما باید <a href=\"%s\">وارد</a> شوید."
603
-
604
- #: templates/single-product-reviews.php:88
605
- msgid "Your Rating"
606
- msgstr "امتیاز شما"
607
-
608
- #: templates/single-product-reviews.php:89
609
- msgid "Rate&hellip;"
610
- msgstr "رای دهید"
611
-
612
- #: templates/single-product-reviews.php:90
613
- msgid "Perfect"
614
- msgstr "عالی"
615
-
616
- #: templates/single-product-reviews.php:91
617
- msgid "Good"
618
- msgstr "خوب"
619
-
620
- #: templates/single-product-reviews.php:92
621
- msgid "Average"
622
- msgstr "متوسط"
623
-
624
- #: templates/single-product-reviews.php:93
625
- msgid "Not that bad"
626
- msgstr "نه خیلی بد"
627
-
628
- #: templates/single-product-reviews.php:94
629
- msgid "Very Poor"
630
- msgstr "خیلی بد"
631
-
632
- #: templates/single-product-reviews.php:98
633
- msgid "Your Review"
634
- msgstr "دیدگاه شما"
635
-
636
- #: templates/single-product-reviews.php:107
637
- msgid "Only logged in customers who have purchased this product may leave a review."
638
- msgstr ".فقط مشتریانی که این محصول را خریداری کرده اند و وارد سیستم شده اند میتوانند برای این محصول دیدگاه ارسال کنند."
639
-
640
- #: templates/myaccount/my-account.php:32
641
- msgid "From your account dashboard you can view your recent orders, manage your shipping and billing addresses and <a href=\"%s\">edit your password and account details</a>."
642
- msgstr "، از برگه حساب خود می توانید آخرین سفارشات را نمایش کرده ، نحوه حمل و نقل و ارسال محصول و آدرس های مربوط به باربری و صورت حساب را مدیریت کنید و در صورت لزوم <a href=\"%s\">رمز عبورتان را تغییر دهید</a>."
643
-
644
- #: templates/myaccount/my-address.php:25
645
- msgid "My Addresses"
646
- msgstr "آدرس های من"
647
-
648
- #: templates/myaccount/my-address.php:31
649
- msgid "My Address"
650
- msgstr "آدرس من"
651
-
652
- #: templates/myaccount/my-address.php:43
653
- msgid "The following addresses will be used on the checkout page by default."
654
- msgstr "آدرس‌های زیر برای ارسال فاکتور و صورت حساب استفاده خواهند شد."
655
-
656
- #: templates/myaccount/my-address.php:72
657
- msgid "You have not set up this type of address yet."
658
- msgstr "شما هنوز آدرسی ثبت نکرده اید."
659
-
660
- #: templates/myaccount/my-downloads.php:28
661
- msgid "Available Downloads"
662
- msgstr "دانلودهای در دسترس"
663
-
664
- #: templates/myaccount/my-downloads.php:37
665
- msgid "%s download remaining"
666
- msgid_plural "%s downloads remaining"
667
- msgstr[0] "%s از دانلود باقی مانده"
668
-
669
- #: templates/myaccount/my-orders.php:42
670
- msgid "Recent Orders"
671
- msgstr "آخرین سفارشات "
672
-
673
- #: templates/myaccount/my-orders.php:77
674
- msgid "%s for %s item"
675
- msgid_plural "%s for %s items"
676
- msgstr[0] "%s برای %s مورد"
677
-
678
- #: templates/myaccount/view-order.php:28
679
- msgid "Order #<mark class=\"order-number\">%s</mark> was placed on <mark class=\"order-date\">%s</mark> and is currently <mark class=\"order-status\">%s</mark>."
680
- msgstr "سفارش #<mark class=\"order-number\">%s</mark> در تاریخ <mark class=\"order-date\">%s</mark> ثبت شده است و در حال حاضر در وضعیت <mark class=\"order-status\">%s</mark> می باشد."
681
-
682
- #: templates/myaccount/view-order.php:32 templates/order/tracking.php:33
683
- msgid "Order Updates"
684
- msgstr "به روز رسانی های سفارش"
685
-
686
- #: templates/myaccount/view-order.php:38 templates/order/tracking.php:39
687
- msgid "l jS \\o\\f F Y, h:ia"
688
- msgstr "l jS \\o\\f F Y, h:ia"
689
-
690
- #: templates/order/form-tracking.php:28
691
- 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."
692
- msgstr "برای رهگیری سفارشتان شماره سفارش و ایمیلی که درهنگام ثبت سفارش وارد کردید را در این قسمت وارد و کلید رهگیری را فشار دهید."
693
-
694
- #: templates/order/form-tracking.php:30
695
- msgid "Order ID"
696
- msgstr "شماره سفارش"
697
-
698
- #: templates/order/form-tracking.php:30
699
- msgid "Found in your order confirmation email."
700
- msgstr "شماره سفارش در ایمیل ارسال شده به شما موجود است."
701
-
702
- #: templates/order/form-tracking.php:31
703
- msgid "Billing Email"
704
- msgstr "ایمیل صورتحساب"
705
-
706
- #: templates/order/form-tracking.php:31
707
- msgid "Email you used during checkout."
708
- msgstr "ایمیلی که در هنگام ثبت سفارش وارد کردید"
709
-
710
- #: templates/order/form-tracking.php:34
711
- msgid "Track"
712
- msgstr "رهگیری"
713
-
714
- #: templates/order/order-again.php:24
715
- msgid "Order Again"
716
- msgstr "سفارش دوباره"
717
-
718
- #: templates/order/order-details-customer.php:22
719
- msgid "Customer Details"
720
- msgstr "مشخصات خریدار"
721
-
722
- #: templates/order/order-details-customer.php:27
723
- msgid "Note:"
724
- msgstr "یادداشت:"
725
-
726
- #: templates/order/order-details-customer.php:34
727
- msgid "Email:"
728
- msgstr "ایمیل : "
729
-
730
- #: templates/order/order-details-customer.php:41
731
- msgid "Telephone:"
732
- msgstr "تلفن :"
733
-
734
- #: templates/order/order-details.php:27
735
- msgid "Order Details"
736
- msgstr "مشخصات سفارش"
737
-
738
- #: templates/order/tracking.php:22
739
- msgid "Order #%s which was made %s has the status &ldquo;%s&rdquo;"
740
- msgstr "سفارش %s هنگامیکه درست شده %s در وضعیت &ldquo;%s&rdquo; است"
741
-
742
- #: templates/order/tracking.php:22
743
- msgid "ago"
744
- msgstr "قبل"
745
-
746
- #: templates/order/tracking.php:24
747
- msgid "and was completed"
748
- msgstr "و ارسال گردید."
749
-
750
- #: templates/order/tracking.php:24
751
- msgid " ago"
752
- msgstr " قبل"
753
-
754
- #: templates/product-searchform.php:26
755
- msgid "Search for:"
756
- msgstr "جستجو برای:"
757
-
758
- #: templates/single-product/add-to-cart/variable.php:31
759
- msgid "This product is currently out of stock and unavailable."
760
- msgstr "در حال حاضر این محصول در انبار موجود نیست و در دسترس نمی باشد."
761
-
762
- #: templates/single-product/add-to-cart/variable.php:42
763
- msgid "Clear"
764
- msgstr "صاف"
765
-
766
- #: templates/single-product/meta.php:34
767
- msgid "SKU:"
768
- msgstr "شناسه محصول:"
769
-
770
- #: templates/single-product/meta.php:38
771
- msgid "Category:"
772
- msgid_plural "Categories:"
773
- msgstr[0] "دسته:"
774
-
775
- #: templates/single-product/meta.php:40
776
- msgid "Tag:"
777
- msgid_plural "Tags:"
778
- msgstr[0] "برچسب:"
779
-
780
- #: templates/emails/email-customer-details.php:25
781
- #: templates/emails/plain/email-customer-details.php:24
782
- msgid "Customer details"
783
- msgstr "مشخصات مشتری : "
784
-
785
- #: templates/emails/plain/admin-new-order.php:24
786
- msgid "You have received an order from %s."
787
- msgstr "شما یک سفارش از %s دریافت کرده اید."
788
-
789
- #: templates/emails/plain/customer-new-account.php:27
790
- msgid "Your password is <strong>%s</strong>."
791
- msgstr "گذرواژه شما <strong>%s</strong>"
792
-
793
- #: templates/emails/plain/customer-refunded-order.php:24
794
- msgid "Hi there. Your order on %s has been refunded. Your order details are shown below for your reference:"
795
- msgstr "خوش آمدید . سفارش شما در %s برگشت خورده است. جزئیات سفارش شما در زیر ارجاع داده می شود:"
796
-
797
- #: templates/emails/plain/email-order-details.php:24
798
- msgid "Order number: %s"
799
- msgstr "شماره سفارش: %s"
800
-
801
- #: templates/emails/plain/email-order-details.php:25
802
- msgid "jS F Y"
803
- msgstr "j F Y"
804
-
805
- #: templates/emails/plain/email-order-details.php:42
806
- msgid "View order: %s"
807
- msgstr "نمایش سفارش: %s"
808
-
809
- #: templates/emails/plain/email-order-items.php:43
810
- msgid "Quantity: %s"
811
- msgstr "تعداد %s"
812
-
813
- #: templates/emails/plain/email-order-items.php:46
814
- msgid "Cost: %s"
815
- msgstr "هزینه: %s"
816
-
817
- #: templates/global/form-login.php:34
818
- #: templates/myaccount/form-lost-password.php:32
819
- msgid "Username or email"
820
- msgstr "کلمه کاربری یا ایمیل"
821
-
822
- #: templates/global/form-login.php:50 templates/myaccount/form-login.php:57
823
- msgid "Remember me"
824
- msgstr "مرا به خاطر بسپار"
825
-
826
- #: templates/global/form-login.php:54 templates/myaccount/form-login.php:61
827
- msgid "Lost your password?"
828
- msgstr "گذرواژه خود را فراموش کرده اید؟"
829
-
830
- #: templates/loop/no-products-found.php:23
831
- msgid "No products were found matching your selection."
832
- msgstr "هیچ محصولی یافت نشد."
833
-
834
- #: templates/loop/result-count.php:38
835
- msgid "Showing the single result"
836
- msgstr "نمایش یک نتیجه"
837
-
838
- #: templates/loop/result-count.php:40
839
- msgid "Showing all %d results"
840
- msgstr "نمایش همه %d نتیجه ها"
841
-
842
- #: templates/loop/sale-flash.php:27 templates/single-product/sale-flash.php:27
843
- msgid "Sale!"
844
- msgstr "حراج!"
845
-
846
- #: templates/myaccount/form-add-payment-method.php:54
847
- 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."
848
- msgstr "متاسفانه به نظر می رسد در حال حاضر هیچ روش پرداختی برای مکانی که انتخاب کرده اید موجود نمی باشد . در صورتیکه نیاز به کمک داشتید با ما تماس بگیرید"
849
-
850
- #: templates/myaccount/form-edit-account.php:45
851
- msgid "Password Change"
852
- msgstr "تغییر گذرواژه"
853
-
854
- #: templates/myaccount/form-edit-account.php:48
855
- msgid "Current Password (leave blank to leave unchanged)"
856
- msgstr "گذرواژه پیشین (در صورتی که قصد تغییر ندارید خالی بگذارید)"
857
-
858
- #: templates/myaccount/form-edit-account.php:52
859
- msgid "New Password (leave blank to leave unchanged)"
860
- msgstr "گذرواژه جدید (در صورتی که قصد تغییر ندارید خالی بگذارید)"
861
-
862
- #: templates/myaccount/form-edit-account.php:56
863
- msgid "Confirm New Password"
864
- msgstr "تکرار رمز تازه"
865
-
866
- #: templates/myaccount/form-edit-address.php:22
867
- #: templates/myaccount/my-address.php:27 templates/myaccount/my-address.php:33
868
- #: templates/order/order-details-customer.php:57
869
- msgid "Billing Address"
870
- msgstr "آدرس صورتحساب"
871
-
872
- #: templates/myaccount/form-edit-address.php:22
873
- #: templates/myaccount/my-address.php:28
874
- #: templates/order/order-details-customer.php:68
875
- msgid "Shipping Address"
876
- msgstr "آدرس ارسال بار "
877
-
878
- #: templates/myaccount/form-edit-address.php:48
879
- msgid "Save Address"
880
- msgstr "ذخیره آدرس"
881
-
882
- #: templates/myaccount/form-login.php:74 templates/myaccount/form-login.php:111
883
- msgid "Register"
884
- msgstr "عضویت"
885
-
886
- #: templates/myaccount/form-login.php:104
887
- msgid "Anti-spam"
888
- msgstr "ضد اسپم"
889
-
890
- #: templates/myaccount/form-lost-password.php:30
891
- msgid "Lost your password? Please enter your username or email address. You will receive a link to create a new password via email."
892
- msgstr "گذرواژه خود را فراموش کرده اید؟ نام کاربری یا ایمیل خود را وارد کنید. یک لینک برای ساختن رمز جدید در ایمیل خود دریافت خواهید کرد"
893
-
894
- #: templates/myaccount/form-lost-password.php:36
895
- msgid "Enter a new password below."
896
- msgstr "گذرواژه جدید را بنویسید"
897
-
898
- #: templates/myaccount/form-lost-password.php:39
899
- msgid "New password"
900
- msgstr "گذرواژه جدید"
901
-
902
- #: templates/myaccount/form-lost-password.php:43
903
- msgid "Re-enter new password"
904
- msgstr "تکرار گذرواژه جدید"
905
-
906
- #: templates/myaccount/form-lost-password.php:58
907
- msgid "Reset Password"
908
- msgstr "بازگردانی گذرواژه"
909
-
910
- #: templates/myaccount/my-account.php:27
911
- msgid "Hello <strong>%1$s</strong> (not %1$s? <a href=\"%2$s\">Sign out</a>)."
912
- msgstr "سلام <strong>%1$s</strong> (%1$s نیستید؟ <a href=\"%2$s\">خارج شوید</a>)."
913
-
914
- #: templates/checkout/form-login.php:26
915
- msgid "Returning customer?"
916
- msgstr "مشتری بازگشتی؟"
917
-
918
- #: templates/checkout/form-login.php:27
919
- msgid "Click here to login"
920
- msgstr "برای ورود اینجا را کلیک کنید"
921
-
922
- #: templates/checkout/form-login.php:34
923
- 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."
924
- msgstr ""
925
-
926
- #: templates/checkout/form-pay.php:68
927
- 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."
928
- msgstr "متاسفانه به نظر می رسد در حال حاضر هیچ روش پرداختی برای مکانی که انتخاب کرده اید موجود نمی باشد . در صورتیکه نیاز به کمک داشتید با ما تماس بگیرید"
929
-
930
- #: templates/checkout/form-shipping.php:40
931
- msgid "Ship to a different address?"
932
- msgstr "سفارشات به همین آدرس ارسال شود."
933
-
934
- #: templates/checkout/payment.php:34
935
- 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."
936
- msgstr "متاسفانه به نظر می رسد در حال حاضر هیچ روش پرداختی برای استان شما موجود نمی باشد. در صورتیکه نیاز به کمک دارید با ما تماس بگیرید."
937
-
938
- #: templates/checkout/payment.php:34
939
- msgid "Please fill in your details above to see available payment methods."
940
- msgstr "خواهشمندیم مشخصات خود را در بالا وارد کنید تا روش های موجود برای پرداخت را نمایش کنید"
941
-
942
- #: templates/checkout/payment.php:41
943
- 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."
944
- msgstr "به دلیل اینکه براوزر شما جاوا اسکریپت را ساپورت نمی کند ، یا غیر فعال است ، خواهشمندیم قبل از اینکه سفارش خود را بگذارید دکمه به روز رسانی جمع کل را کلیک کنید. در صورتیکه این کار را نکنید ممکن است مبلغ قابل پرداخت شما بیش از چیزی که در بالا مشخص شده است باشد"
945
-
946
- #: templates/checkout/payment.php:42
947
- msgid "Update totals"
948
- msgstr "به روز رسانی جمع کل"
949
-
950
- #: templates/checkout/terms.php:16
951
- msgid "I&rsquo;ve read and accept the <a href=\"%s\" target=\"_blank\">terms &amp; conditions</a>"
952
- msgstr "من <a href=\"%s\" target=\"_blank\">شرایط و مقررات</a> را خواندم و مورد پذیرشم می باشد"
953
-
954
- #: templates/checkout/thankyou.php:26
955
- msgid "Unfortunately your order cannot be processed as the originating bank/merchant has declined your transaction. Please attempt your purchase again."
956
- msgstr "متاسفانه پردازش سفارش شما ممکن نیست. درگاه پرداخت (بانک) انتخاب شده، این پرداخت را نپذیرفت. لطفا دوباره خرید خود را تکرار کنید."
957
-
958
- #: templates/checkout/thankyou.php:37 templates/checkout/thankyou.php:68
959
- msgid "Thank you. Your order has been received."
960
- msgstr "متشکریم ، سفارش شما دریافت شد."
961
-
962
- #: templates/emails/admin-cancelled-order.php:27
963
- #: templates/emails/plain/admin-cancelled-order.php:24
964
- msgid "The order #%d from %s has been cancelled. The order was as follows:"
965
- msgstr "سفارش %d از %s لغو شد. سفارش به شرح زیر است:"
966
-
967
- #: templates/emails/admin-failed-order.php:27
968
- #: templates/emails/plain/admin-failed-order.php:24
969
- msgid "Payment for order #%d from %s has failed. The order was as follows:"
970
- msgstr "پرداخت برای سفارش #%d از %s موفقیت آمیز نبود. برای دنبال کردن سفارش می توانید:"
971
-
972
- #: templates/emails/admin-new-order.php:27
973
- msgid "You have received an order from %s. The order is as follows:"
974
- msgstr "شما یک سفارش از %s دریافت کرده اید. سفارش به شرح زیر است:"
975
-
976
- #: templates/emails/customer-completed-order.php:27
977
- #: templates/emails/plain/customer-completed-order.php:24
978
- msgid "Hi there. Your recent order on %s has been completed. Your order details are shown below for your reference:"
979
- msgstr "سلام. سفارش اخیر شما در %s در وضعیت تکمیل شده ( ارسال شده ) قرار گرفته است. اطلاعات سفارش شما در زیر فهرست شده است."
980
-
981
- #: templates/emails/customer-invoice.php:28
982
- #: templates/emails/plain/customer-invoice.php:25
983
- msgid "An order has been created for you on %s. To pay for this order please use the following link: %s"
984
- msgstr "سفارشی برای شما در شماره %s ساخته شده است. برای پرداخت این سفارش به لینک مقابل مراجعه کنید: %s"
985
-
986
- #: templates/emails/customer-invoice.php:28
987
- msgid "pay"
988
- msgstr "پرداخت"
989
-
990
- #: templates/emails/customer-new-account.php:26
991
- #: templates/emails/plain/customer-new-account.php:24
992
- msgid "Thanks for creating an account on %s. Your username is <strong>%s</strong>."
993
- msgstr "با سپاس از ساخت حساب کاربری شماره %s . نام کاربری شما <strong>%s</strong> است"
994
-
995
- #: templates/emails/customer-new-account.php:30
996
- msgid "Your password has been automatically generated: <strong>%s</strong>"
997
- msgstr "گذرواژه شما به صورت خودکار ساخته شده است: <strong>%s</strong>"
998
-
999
- #: templates/emails/customer-new-account.php:34
1000
- #: templates/emails/plain/customer-new-account.php:29
1001
- msgid "You can access your account area to view your orders and change your password here: %s."
1002
- msgstr "شما از این ناحیه می توانید به حساب کاربری خود دسترسی یابید: %s"
1003
-
1004
- #: templates/emails/customer-note.php:27
1005
- #: templates/emails/plain/customer-note.php:24
1006
- msgid "Hello, a note has just been added to your order:"
1007
- msgstr "سلام، یک یادداشت به سفارش شما اضافه شده است:"
1008
-
1009
- #: templates/emails/customer-note.php:31
1010
- #: templates/emails/plain/customer-note.php:32
1011
- msgid "For your reference, your order details are shown below."
1012
- msgstr "جزییات سفارش به شرح زیر می باشد."
1013
-
1014
- #: templates/emails/customer-processing-order.php:27
1015
- #: templates/emails/plain/customer-processing-order.php:24
1016
- msgid "Your order has been received and is now being processed. Your order details are shown below for your reference:"
1017
- msgstr "سفارش شما دریافت شده و در حال پردازش است. اطلاعات سفارش شما در زیر نشان داده شده است: "
1018
-
1019
- #: templates/emails/customer-refunded-order.php:29
1020
- msgid "Hi there. Your order on %s has been partially refunded."
1021
- msgstr "سلام. سفارش شما در %s تا حدی برگشت خورده است."
1022
-
1023
- #: templates/emails/customer-refunded-order.php:32
1024
- msgid "Hi there. Your order on %s has been refunded."
1025
- msgstr "سلام. سفارش شما در %s برگشت خورده است."
1026
-
1027
- #: templates/emails/customer-reset-password.php:26
1028
- #: templates/emails/plain/customer-reset-password.php:24
1029
- msgid "Someone requested that the password be reset for the following account:"
1030
- msgstr "کسی درخواست ریست گذرواژه حساب کاربری پیرو را داده است:"
1031
-
1032
- #: templates/emails/customer-reset-password.php:27
1033
- #: templates/emails/plain/customer-reset-password.php:26
1034
- msgid "Username: %s"
1035
- msgstr "نام کاربری: %s"
1036
-
1037
- #: templates/emails/customer-reset-password.php:28
1038
- #: templates/emails/plain/customer-reset-password.php:27
1039
- msgid "If this was a mistake, just ignore this email and nothing will happen."
1040
- msgstr "اگر این اشتباه است، فقط این ایمیل را نادیده بگیرید و هیچ اتفاقی نمی افتد"
1041
-
1042
- #: templates/emails/customer-reset-password.php:29
1043
- #: templates/emails/plain/customer-reset-password.php:28
1044
- msgid "To reset your password, visit the following address:"
1045
- msgstr "برای ریست کردن گذرواژه خود، به آدرس زیر بروید:"
1046
-
1047
- #: templates/emails/customer-reset-password.php:32
1048
- msgid "Click here to reset your password"
1049
- msgstr "برای ریست کردن گذرواژه خود اینجا را کلیک کنید"
1050
-
1051
- #: templates/emails/email-addresses.php:25
1052
- #: templates/emails/plain/email-addresses.php:22
1053
- msgid "Billing address"
1054
- msgstr "آدرس صورتحساب"
1055
-
1056
- #: templates/emails/email-addresses.php:31
1057
- #: templates/emails/plain/email-addresses.php:26
1058
- msgid "Shipping address"
1059
- msgstr "آدرس برای ارسال بار : "
1060
-
1061
- #: templates/auth/form-grant-access.php:42
1062
- msgid "Approve"
1063
- msgstr "تایید"
1064
-
1065
- #: templates/auth/form-grant-access.php:43
1066
- msgid "Deny"
1067
- msgstr "رد"
1068
-
1069
- #: templates/auth/form-login.php:30
1070
- 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"
1071
- msgstr "برای اتصال به %1$s شما نیاز به ورود دارید. ورود به فروشگاه شما از طریق زیر یا %2$s لغو و بازگشت به %1$s%3$s"
1072
-
1073
- #: templates/auth/form-login.php:34 templates/myaccount/form-login.php:43
1074
- msgid "Username or email address"
1075
- msgstr "نام کاربری یا آدرس ایمیل"
1076
-
1077
- #: templates/auth/form-login.php:38 templates/global/form-login.php:38
1078
- #: templates/myaccount/form-login.php:47 templates/myaccount/form-login.php:97
1079
- msgid "Password"
1080
- msgstr "گذرواژه"
1081
-
1082
- #: templates/auth/header.php:28
1083
- msgid "Application Authentication Request"
1084
- msgstr "درخواست تأیید اعتبار برنامه"
1085
-
1086
- #: templates/cart/cart-empty.php:27
1087
- msgid "Your cart is currently empty."
1088
- msgstr "سبد خرید شما در حال حاضر خالی است."
1089
-
1090
- #: templates/cart/cart-empty.php:34
1091
- msgid "Return To Shop"
1092
- msgstr "بازگشت به فروشگاه"
1093
-
1094
- #: templates/cart/cart-shipping.php:47
1095
- msgid "Shipping costs will be calculated once you have provided your address."
1096
- msgstr "پس از مشخص نمودن آدرس پستی، هزینه‌ی ارسال محاسبه خواهد شد."
1097
-
1098
- #: templates/cart/cart-shipping.php:49
1099
- msgid "There are no shipping methods available. Please double check your address, or contact us if you need any help."
1100
- msgstr "روش های حمل و نقل در دسترس نیستند. خواهشمند است دوباره آدرس خود را بررسی کنید و یا چنانچه هر کمکی می خواهید با ما تماس بگیرید."
1101
-
1102
- #: templates/cart/cart-totals.php:27
1103
- msgid "Cart Totals"
1104
- msgstr "جمع کل سبد خرید"
1105
-
1106
- #: templates/cart/cart-totals.php:32 templates/cart/cart-totals.php:33
1107
- #: templates/cart/mini-cart.php:79 templates/checkout/review-order.php:58
1108
- msgid "Subtotal"
1109
- msgstr " قیمت کل "
1110
-
1111
- #: templates/cart/cart.php:37 templates/cart/cart.php:101
1112
- #: templates/emails/email-order-details.php:34
1113
- msgid "Quantity"
1114
- msgstr "تعداد"
1115
-
1116
- #: templates/cart/cart.php:58 templates/cart/mini-cart.php:48
1117
- msgid "Remove this item"
1118
- msgstr "حذف کردن این آیتم"
1119
-
1120
- #: templates/cart/cart.php:136 templates/checkout/form-coupon.php:39
1121
- msgid "Apply Coupon"
1122
- msgstr "اعمال کوپن"
1123
-
1124
- #: templates/cart/cart.php:142
1125
- msgid "Update Cart"
1126
- msgstr "به روز رسانی سبد خرید"
1127
-
1128
- #: templates/cart/cross-sells.php:48
1129
- msgid "You may be interested in&hellip;"
1130
- msgstr "ممکن است به این محصول نیز علاقه مند باشید"
1131
-
1132
- #: templates/cart/mini-cart.php:71
1133
- msgid "No products in the cart."
1134
- msgstr "سبد خرید شما خالی است."
1135
-
1136
- #: templates/cart/mini-cart.php:85
1137
- msgid "Checkout"
1138
- msgstr "تسویه حساب"
1139
-
1140
- #: templates/cart/proceed-to-checkout-button.php:26
1141
- msgid "Proceed to Checkout"
1142
- msgstr "اتمام خرید - ادامه"
1143
-
1144
- #: templates/cart/shipping-calculator.php:32
1145
- msgid "Calculate Shipping"
1146
- msgstr "محاسبه هزینه حمل و نقل"
1147
-
1148
- #: templates/cart/shipping-calculator.php:55
1149
- #: templates/cart/shipping-calculator.php:61
1150
- #: templates/cart/shipping-calculator.php:73
1151
- msgid "State / county"
1152
- msgstr "استان / کشور"
1153
-
1154
- #: templates/cart/shipping-calculator.php:95
1155
- msgid "Update Totals"
1156
- msgstr "به روز رسانی جمع کل"
1157
-
1158
- #: templates/checkout/cart-errors.php:26
1159
- 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."
1160
- msgstr "مشکلاتی در اقلام سبد خرید شما وجود دارد (که در بالا آمده اند). خواهشمندیمً به برگه سبد خرید بازگشته و پیش از تسویه حساب این مشکلات را رفع کنید."
1161
-
1162
- #: templates/checkout/cart-errors.php:30
1163
- msgid "Return To Cart"
1164
- msgstr "بازگشت به سبدخرید"
1165
-
1166
- #: templates/checkout/form-billing.php:28
1167
- msgid "Billing &amp; Shipping"
1168
- msgstr "اطلاعات شما"
1169
-
1170
- #: templates/checkout/form-billing.php:51
1171
- msgid "Create an account?"
1172
- msgstr "می خواهید یک حساب کاربری ایجاد کنید ؟"
1173
-
1174
- #: templates/checkout/form-billing.php:62
1175
- msgid "Create an account by entering the information below. If you are a returning customer please login at the top of the page."
1176
- msgstr "بوسیله وارد کردن اطلاعات در اینجا یک حساب کاربری ایجاد کنید. اگر قبلا عضو شده ایید از بالای صفحه میتوانید وارید شوید."
1177
-
1178
- #: templates/checkout/form-checkout.php:28
1179
- msgid "You must be logged in to checkout."
1180
- msgstr "برای تسویه حساب باید وارد شوید."
1181
-
1182
- #: templates/checkout/form-checkout.php:54
1183
- msgid "Your order"
1184
- msgstr "سفارش شما"
1185
-
1186
- #: templates/checkout/form-coupon.php:27
1187
- msgid "Have a coupon?"
1188
- msgstr "کوپن تخفیف دارید؟"
1189
-
1190
- #: templates/checkout/form-coupon.php:27
1191
- msgid "Click here to enter your code"
1192
- msgstr "برای نوشتن کد اینجا کلیک کنید"
1193
-
1194
- #: includes/widgets/class-wc-widget-product-categories.php:78
1195
- msgid "Hide empty categories"
1196
- msgstr "عدم نمايش دسته هاي خالي"
1197
-
1198
- #: includes/widgets/class-wc-widget-product-categories.php:236
1199
- msgid "No product categories exist."
1200
- msgstr "هیچ محصولی در این دسته وجود ندارد."
1201
-
1202
- #: includes/widgets/class-wc-widget-product-search.php:23
1203
- msgid "A Search box for products only."
1204
- msgstr "جستجو فقط برای محصولات "
1205
-
1206
- #: includes/widgets/class-wc-widget-product-search.php:25
1207
- msgid "WooCommerce Product Search"
1208
- msgstr "جستجوی محصول WooCommerce"
1209
-
1210
- #: includes/widgets/class-wc-widget-product-tag-cloud.php:23
1211
- msgid "Your most used product tags in cloud format."
1212
- msgstr "پراستفاده ترین تگ محصولات شما در قالب ابری"
1213
-
1214
- #: includes/widgets/class-wc-widget-product-tag-cloud.php:25
1215
- msgid "WooCommerce Product Tags"
1216
- msgstr "تگ های محصولات WooCommerce"
1217
-
1218
- #: includes/widgets/class-wc-widget-products.php:23
1219
- msgid "Display a list of your products on your site."
1220
- msgstr "نمایش یک لیست از محصولات در سایت شما."
1221
-
1222
- #: includes/widgets/class-wc-widget-products.php:25
1223
- msgid "WooCommerce Products"
1224
- msgstr "محصولات ووکامرس"
1225
-
1226
- #: includes/widgets/class-wc-widget-products.php:38
1227
- #: includes/widgets/class-wc-widget-recently-viewed.php:38
1228
- #: includes/widgets/class-wc-widget-top-rated-products.php:40
1229
- msgid "Number of products to show"
1230
- msgstr "تعداد محصولات برای نمایش"
1231
-
1232
- #: includes/widgets/class-wc-widget-products.php:45
1233
- msgid "All Products"
1234
- msgstr "همه محصولات"
1235
-
1236
- #: includes/widgets/class-wc-widget-products.php:46
1237
- msgid "Featured Products"
1238
- msgstr "محصولات برجسته"
1239
-
1240
- #: includes/widgets/class-wc-widget-products.php:47
1241
- msgid "On-sale Products"
1242
- msgstr "محصولات در فروش ویژه"
1243
-
1244
- #: includes/widgets/class-wc-widget-products.php:57
1245
- msgid "Random"
1246
- msgstr "تصادفی"
1247
-
1248
- #: includes/widgets/class-wc-widget-products.php:58
1249
- msgid "Sales"
1250
- msgstr "فروش"
1251
-
1252
- #: includes/widgets/class-wc-widget-products.php:66
1253
- msgid "ASC"
1254
- msgstr "صعودی"
1255
-
1256
- #: includes/widgets/class-wc-widget-products.php:67
1257
- msgid "DESC"
1258
- msgstr "نزولی"
1259
-
1260
- #: includes/widgets/class-wc-widget-products.php:73
1261
- msgid "Hide free products"
1262
- msgstr "مخفی کردن محصولات رایگان"
1263
-
1264
- #: includes/widgets/class-wc-widget-products.php:78
1265
- msgid "Show hidden products"
1266
- msgstr "نمایش محصولات مخفی"
1267
-
1268
- #: includes/widgets/class-wc-widget-recent-reviews.php:23
1269
- msgid "Display a list of your most recent reviews on your site."
1270
- msgstr "نمایش لیستی از آخرین دیدگاه‌ها به روی سایت"
1271
-
1272
- #: includes/widgets/class-wc-widget-recent-reviews.php:29
1273
- msgid "Recent Reviews"
1274
- msgstr "آخرین دیدگاه‌ها"
1275
-
1276
- #: includes/widgets/class-wc-widget-recent-reviews.php:38
1277
- msgid "Number of reviews to show"
1278
- msgstr "تعداد نقد و بررسی ها (دیدگاه ها) برای نمایش"
1279
-
1280
- #: includes/widgets/class-wc-widget-recently-viewed.php:23
1281
- msgid "Display a list of recently viewed products."
1282
- msgstr "نمایش لیستی از آخرین محصولات نمایش شده "
1283
-
1284
- #: includes/widgets/class-wc-widget-recently-viewed.php:25
1285
- msgid "WooCommerce Recently Viewed"
1286
- msgstr "آخرین محصولات نمایش شده در ووکامرس"
1287
-
1288
- #: includes/widgets/class-wc-widget-recently-viewed.php:29
1289
- msgid "Recently Viewed Products"
1290
- msgstr "آخرین محصولات نمایش شده در ووکامرس"
1291
-
1292
- #: includes/widgets/class-wc-widget-top-rated-products.php:25
1293
- msgid "Display a list of your top rated products on your site."
1294
- msgstr "نمایش لیستی از محصولات پر امتیاز به روی سایت شما"
1295
-
1296
- #: includes/widgets/class-wc-widget-top-rated-products.php:27
1297
- msgid "WooCommerce Top Rated Products"
1298
- msgstr "پرامتیازترین محصولات ووکامرس"
1299
-
1300
- #: includes/widgets/class-wc-widget-top-rated-products.php:31
1301
- msgid "Top Rated Products"
1302
- msgstr "پر امتیازترین محصولات"
1303
-
1304
- #: templates/auth/form-grant-access.php:24 templates/auth/form-login.php:26
1305
- msgid "%s would like to connect to your store"
1306
- msgstr "%s میخواهد به فروشگاه شما متصل شود"
1307
-
1308
- #: templates/auth/form-grant-access.php:28
1309
- msgid "This will give \"%s\" <strong>%s</strong> access which will allow it to:"
1310
- msgstr "این کار به \"%s\" <strong>%s</strong> اجازه دسترسی به این ها را می دهد:"
1311
-
1312
- #: templates/auth/form-grant-access.php:38
1313
- msgid "Logged in as %s"
1314
- msgstr "وارد شده با %s"
1315
-
1316
- #: includes/widgets/class-wc-widget-layered-nav-filters.php:29
1317
- msgid "Active Filters"
1318
- msgstr "فیلترهای فعال"
1319
-
1320
- #: includes/widgets/class-wc-widget-layered-nav-filters.php:84
1321
- #: includes/widgets/class-wc-widget-layered-nav-filters.php:91
1322
- #: includes/widgets/class-wc-widget-layered-nav-filters.php:96
1323
- msgid "Remove filter"
1324
- msgstr "پاک کردن فیلتر"
1325
-
1326
- #: includes/widgets/class-wc-widget-layered-nav-filters.php:91
1327
- msgid "Min"
1328
- msgstr "کمترین"
1329
-
1330
- #: includes/widgets/class-wc-widget-layered-nav-filters.php:96
1331
- msgid "Max"
1332
- msgstr "بیشترین"
1333
-
1334
- #: includes/widgets/class-wc-widget-layered-nav.php:23
1335
- msgid "Shows a custom attribute in a widget which lets you narrow down the list of products when viewing product categories."
1336
- msgstr "یک سری ویژگی سفارشی را در یک ویجت نشان میدهد که امکان محدود کردن فهرست محصولات را در هنگام نمایش دسته بندی محصول به شما ارائه میکند."
1337
-
1338
- #: includes/widgets/class-wc-widget-layered-nav.php:25
1339
- msgid "WooCommerce Layered Nav"
1340
- msgstr "لایه کنترل ووکامرس "
1341
-
1342
- #: includes/widgets/class-wc-widget-layered-nav.php:77
1343
- msgid "Filter by"
1344
- msgstr "صافی"
1345
-
1346
- #: includes/widgets/class-wc-widget-layered-nav.php:83
1347
- msgid "Attribute"
1348
- msgstr "خاصیت"
1349
-
1350
- #: includes/widgets/class-wc-widget-layered-nav.php:91
1351
- msgid "List"
1352
- msgstr "ليست"
1353
-
1354
- #: includes/widgets/class-wc-widget-layered-nav.php:92
1355
- msgid "Dropdown"
1356
- msgstr "کرکره ای"
1357
-
1358
- #: includes/widgets/class-wc-widget-layered-nav.php:98
1359
- msgid "Query type"
1360
- msgstr "نوع جستجو"
1361
-
1362
- #: includes/widgets/class-wc-widget-layered-nav.php:100
1363
- msgid "AND"
1364
- msgstr "و"
1365
-
1366
- #: includes/widgets/class-wc-widget-layered-nav.php:101
1367
- msgid "OR"
1368
- msgstr "يا"
1369
-
1370
- #: includes/widgets/class-wc-widget-layered-nav.php:181
1371
- msgid "Any %s"
1372
- msgstr "هر %s"
1373
-
1374
- #: includes/widgets/class-wc-widget-price-filter.php:25
1375
- msgid "Shows a price filter slider in a widget which lets you narrow down the list of shown products when viewing product categories."
1376
- msgstr "اسلایدر فیلتر قیمتی را نشان میدهد در ویجتی که امکان محدود کردن فهرست محصولات به نمایش درآمده را در حین نمایش دسته بندی محصول در اختیار شما میگذارد."
1377
-
1378
- #: includes/widgets/class-wc-widget-price-filter.php:27
1379
- msgid "WooCommerce Price Filter"
1380
- msgstr "فیلتر هزینه ووکامرس"
1381
-
1382
- #: includes/widgets/class-wc-widget-price-filter.php:31
1383
- msgid "Filter by price"
1384
- msgstr "فیلتر براساس قیمت : "
1385
-
1386
- #: includes/widgets/class-wc-widget-price-filter.php:176
1387
- msgid "Min price"
1388
- msgstr "حداقل قیمت"
1389
-
1390
- #: includes/widgets/class-wc-widget-price-filter.php:177
1391
- msgid "Max price"
1392
- msgstr "حداكثر قيمت"
1393
-
1394
- #: includes/widgets/class-wc-widget-price-filter.php:178
1395
- msgid "Filter"
1396
- msgstr "صافی"
1397
-
1398
- #: includes/widgets/class-wc-widget-price-filter.php:180
1399
- msgid "Price:"
1400
- msgstr "قيمت:"
1401
-
1402
- #: includes/widgets/class-wc-widget-product-categories.php:37
1403
- msgid "A list or dropdown of product categories."
1404
- msgstr "لیستی از دسته بندی های محصولات ."
1405
-
1406
- #: includes/widgets/class-wc-widget-product-categories.php:39
1407
- msgid "WooCommerce Product Categories"
1408
- msgstr "دسته بندی محصولات ووکامرس "
1409
-
1410
- #: includes/widgets/class-wc-widget-product-categories.php:51
1411
- msgid "Category Order"
1412
- msgstr "دسته‌بندی سفارش"
1413
-
1414
- #: includes/widgets/class-wc-widget-product-categories.php:58
1415
- msgid "Show as dropdown"
1416
- msgstr "به صورت دراپ داون نشان بده"
1417
-
1418
- #: includes/widgets/class-wc-widget-product-categories.php:63
1419
- msgid "Show product counts"
1420
- msgstr "نمایش شمارگان محصول"
1421
-
1422
- #: includes/widgets/class-wc-widget-product-categories.php:68
1423
- msgid "Show hierarchy"
1424
- msgstr "سلسله مراتب را نشان بده"
1425
-
1426
- #: includes/widgets/class-wc-widget-product-categories.php:73
1427
- msgid "Only show children of the current category"
1428
- msgstr "فقط زیر مجموعه دسته بندی حاضر را نمایش بده"
1429
-
1430
- #: includes/widgets/class-wc-widget-cart.php:27
1431
- msgid "WooCommerce Cart"
1432
- msgstr "سبد خرید WooCommerce"
1433
-
1434
- #: includes/widgets/class-wc-widget-cart.php:31
1435
- msgid "Cart"
1436
- msgstr "سبد خرید"
1437
-
1438
- #: includes/widgets/class-wc-widget-cart.php:37
1439
- msgid "Hide if cart is empty"
1440
- msgstr "اگر سبد خرید خالی بود مخفی شود"
1441
-
1442
- #: includes/widgets/class-wc-widget-layered-nav-filters.php:23
1443
- msgid "Shows active layered nav filters so users can see and deactivate them."
1444
- msgstr "لایه های فیلتر فعال را نشان بده تا کاربران بتوانند آن ها را ببینند و غیرفعال کنند"
1445
-
1446
- #: includes/widgets/class-wc-widget-layered-nav-filters.php:25
1447
- msgid "WooCommerce Layered Nav Filters"
1448
- msgstr "لایه های فیلتر ووکامرس"
1449
-
1450
- #: includes/wc-template-functions.php:1803
1451
- #: templates/cart/shipping-calculator.php:62
1452
- msgid "Select a state&hellip;"
1453
- msgstr "استان مورد نظر را انتخاب کنید"
1454
-
1455
- #: includes/wc-template-functions.php:1848
1456
- #: includes/wc-template-functions.php:1995
1457
- msgid "Choose an option"
1458
- msgstr "یک گزینه را انتخاب کنید"
1459
-
1460
- #: includes/wc-term-functions.php:167
1461
- msgid "Select a category"
1462
- msgstr "یک دسته بندی انتخاب کنید "
1463
-
1464
- #: includes/wc-term-functions.php:170
1465
- msgid "Uncategorized"
1466
- msgstr "دسته‌بندی نشده"
1467
-
1468
- #: includes/wc-user-functions.php:52
1469
- msgid "An account is already registered with your email address. Please login."
1470
- msgstr "قبلا یک حساب با این آدرس ایمیل نام نویسی شده است. خواهشمندیم وارد شوید . "
1471
-
1472
- #: includes/wc-user-functions.php:61
1473
- msgid "Please enter a valid account username."
1474
- msgstr "خواهشمندیم یک نام کاربری معتبر برای حساب کاربری وارد کنید."
1475
-
1476
- #: includes/wc-user-functions.php:65
1477
- msgid "An account is already registered with that username. Please choose another."
1478
- msgstr "قبلا این نام کاربری ثبت شده است . خواهشمندیم یک نام کاربری دیگر انتخاب کنید"
1479
-
1480
- #: includes/wc-user-functions.php:86
1481
- msgid "Please enter an account password."
1482
- msgstr "خواهشمندیم گذرواژه حساب خود را وارد کنید"
1483
-
1484
- #: includes/wc-user-functions.php:112
1485
- msgid "ERROR"
1486
- msgstr "خطا"
1487
-
1488
- #: includes/wc-user-functions.php:112
1489
- msgid "Couldn&#8217;t register you&hellip; please contact us if you continue to have problems."
1490
- msgstr "&#8217;t نمی توانیم شما را نام نویسی کنیم &hellip; در صورت ادامه مشکل خواهشمندیم با ما تماس بگیرید"
1491
-
1492
- #: includes/wc-webhook-functions.php:23
1493
- msgid "Active"
1494
- msgstr "فعال"
1495
-
1496
- #: includes/wc-webhook-functions.php:24
1497
- msgid "Paused"
1498
- msgstr "متوقف شد"
1499
-
1500
- #: includes/widgets/class-wc-widget-cart.php:25
1501
- msgid "Display the user's Cart in the sidebar."
1502
- msgstr "نمایش سبد خرید کاربر در نوار ساید بار"
1503
-
1504
- #: includes/wc-notice-functions.php:27 includes/wc-notice-functions.php:59
1505
- #: includes/wc-notice-functions.php:77 includes/wc-notice-functions.php:100
1506
- #: includes/wc-notice-functions.php:113 includes/wc-notice-functions.php:160
1507
- msgid "This function should not be called before woocommerce_init."
1508
- msgstr "این وظیفه نباید قبل از woocommerce_init صدا زده شود."
1509
-
1510
- #: includes/wc-order-functions.php:55
1511
- msgid "wc_get_order should not be called before the woocommerce_init action."
1512
- msgstr "wc_get_order نباید قبل از عملیات woocommerce_init استفاده شود."
1513
-
1514
- #: includes/wc-order-functions.php:512
1515
- msgid "Unpaid order cancelled - time limit reached."
1516
- msgstr "سفارش پرداخت نشده لغو شد - حد زمانی پایان یافت"
1517
-
1518
- #: includes/wc-order-functions.php:637
1519
- msgid "Refund &ndash; %s"
1520
- msgstr "مسترد &ndash; %s"
1521
-
1522
- #: includes/wc-product-functions.php:26
1523
- msgid "wc_get_product should not be called before the woocommerce_init action."
1524
- msgstr "wc_get_product نباید قبل از عملیات woocommerce_init استفاده شود."
1525
-
1526
- #: includes/wc-template-functions.php:144
1527
- msgid "New products"
1528
- msgstr "محصولات جدید"
1529
-
1530
- #: includes/wc-template-functions.php:152
1531
- msgid "New products added to %s"
1532
- msgstr "محصولات جدید به %s افزوده شد."
1533
-
1534
- #: includes/wc-template-functions.php:160
1535
- msgid "New products tagged %s"
1536
- msgstr "محصولات جدید برچسب شدند %s"
1537
-
1538
- #: includes/wc-template-functions.php:470
1539
- msgid "Search Results: &ldquo;%s&rdquo;"
1540
- msgstr "نتیجه جستجو &ldquo;%s&rdquo;"
1541
-
1542
- #: includes/wc-template-functions.php:473
1543
- msgid "&nbsp;&ndash; Page %s"
1544
- msgstr "&nbsp;&ndash; برگه %s"
1545
-
1546
- #: includes/wc-template-functions.php:771
1547
- msgid "Default sorting"
1548
- msgstr "مرتب سازی پیش فرض"
1549
-
1550
- #: includes/wc-template-functions.php:772
1551
- msgid "Sort by popularity"
1552
- msgstr "مرتب سازی بر اساس محبوبیت"
1553
-
1554
- #: includes/wc-template-functions.php:773
1555
- msgid "Sort by average rating"
1556
- msgstr "مرتب سازی بر اساس میانگین رتبه"
1557
-
1558
- #: includes/wc-template-functions.php:774
1559
- msgid "Sort by newness"
1560
- msgstr "مرتب سازی بر اساس جدیدترین"
1561
-
1562
- #: includes/wc-template-functions.php:775
1563
- msgid "Sort by price: low to high"
1564
- msgstr "مرتب سازی بر اساس هزینه: کم به زیاد"
1565
-
1566
- #: includes/wc-template-functions.php:776
1567
- msgid "Sort by price: high to low"
1568
- msgstr "مرتب سازی بر اساس هزینه: زیاد به کم"
1569
-
1570
- #: includes/wc-template-functions.php:1105
1571
- #: templates/checkout/form-shipping.php:66
1572
- #: templates/single-product/tabs/additional-information.php:24
1573
- msgid "Additional Information"
1574
- msgstr "اطلاعات بیشتر"
1575
-
1576
- #: includes/wc-template-functions.php:1114
1577
- msgid "Reviews (%d)"
1578
- msgstr "نظرات (%d)"
1579
-
1580
- #: includes/wc-template-functions.php:1201
1581
- msgid "Use $args argument as an array instead. Deprecated argument will be removed in WC 2.2."
1582
- msgstr "از $args به جای آرایه استفاده کنید. این مورد در ووکامرس 2.2 حذف می شود ."
1583
-
1584
- #: includes/wc-template-functions.php:1418
1585
- msgid "Place order"
1586
- msgstr "ثبت سفارش"
1587
-
1588
- #: includes/wc-template-functions.php:1782
1589
- msgid "Update country"
1590
- msgstr "بروز رسانی کشور"
1591
-
1592
- #: includes/wc-deprecated-functions.php:706
1593
- 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>"
1594
- 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>"
1595
-
1596
- #: includes/wc-deprecated-functions.php:710
1597
- 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>"
1598
- 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>"
1599
-
1600
- #: includes/wc-core-functions.php:314
1601
- msgid "Saudi Riyal"
1602
- msgstr "ریال سعودی"
1603
-
1604
- #: includes/wc-core-functions.php:315
1605
- msgid "Swedish Krona"
1606
- msgstr "Swedish Krona"
1607
-
1608
- #: includes/wc-core-functions.php:316
1609
- msgid "Singapore Dollar"
1610
- msgstr "Singapore Dollar"
1611
-
1612
- #: includes/wc-core-functions.php:317
1613
- msgid "Thai Baht"
1614
- msgstr "Thai Baht"
1615
-
1616
- #: includes/wc-core-functions.php:318
1617
- msgid "Turkish Lira"
1618
- msgstr "Turkish Lira"
1619
-
1620
- #: includes/wc-core-functions.php:319
1621
- msgid "Taiwan New Dollars"
1622
- msgstr "Taiwan New Dollars"
1623
-
1624
- #: includes/wc-core-functions.php:320
1625
- msgid "Ukrainian Hryvnia"
1626
- msgstr "هریونیای اکراینی"
1627
-
1628
- #: includes/wc-core-functions.php:321
1629
- msgid "US Dollars"
1630
- msgstr "US Dollars"
1631
-
1632
- #: includes/wc-core-functions.php:322
1633
- msgid "Vietnamese Dong"
1634
- msgstr "Vietnamese Dong"
1635
-
1636
- #: includes/wc-core-functions.php:323
1637
- msgid "South African rand"
1638
- msgstr "South African rand"
1639
-
1640
- #: includes/wc-coupon-functions.php:24
1641
- msgid "Cart Discount"
1642
- msgstr "تخفيف سبد خريد "
1643
-
1644
- #: includes/wc-coupon-functions.php:25
1645
- msgid "Cart % Discount"
1646
- msgstr "سبد خرید % تخفیف"
1647
-
1648
- #: includes/wc-coupon-functions.php:26
1649
- msgid "Product Discount"
1650
- msgstr "تخفيف كالا"
1651
-
1652
- #: includes/wc-coupon-functions.php:27
1653
- msgid "Product % Discount"
1654
- msgstr "درصد تخفیف محصول"
1655
-
1656
- #: includes/wc-core-functions.php:286
1657
- msgid "Danish Krone"
1658
- msgstr "Danish Krone"
1659
-
1660
- #: includes/wc-core-functions.php:287
1661
- msgid "Dominican Peso"
1662
- msgstr "Dominican Peso"
1663
-
1664
- #: includes/wc-core-functions.php:288
1665
- msgid "Egyptian Pound"
1666
- msgstr "پوند مصر"
1667
-
1668
- #: includes/wc-core-functions.php:289
1669
- msgid "Euros"
1670
- msgstr "Euros"
1671
-
1672
- #: includes/wc-core-functions.php:290
1673
- msgid "Pounds Sterling"
1674
- msgstr "Pounds Sterling"
1675
-
1676
- #: includes/wc-core-functions.php:291
1677
- msgid "Hong Kong Dollar"
1678
- msgstr "Hong Kong Dollar"
1679
-
1680
- #: includes/wc-core-functions.php:292
1681
- msgid "Croatia kuna"
1682
- msgstr "Croatia kuna"
1683
-
1684
- #: includes/wc-core-functions.php:293
1685
- msgid "Hungarian Forint"
1686
- msgstr "Hungarian Forint"
1687
-
1688
- #: includes/wc-core-functions.php:294
1689
- msgid "Indonesia Rupiah"
1690
- msgstr "Indonesia Rupiah"
1691
-
1692
- #: includes/wc-core-functions.php:295
1693
- msgid "Israeli Shekel"
1694
- msgstr "Israeli Shekel"
1695
-
1696
- #: includes/wc-core-functions.php:296
1697
- msgid "Indian Rupee"
1698
- msgstr "Indian Rupee"
1699
-
1700
- #: includes/wc-core-functions.php:297
1701
- msgid "Icelandic krona"
1702
- msgstr "Icelandic krona"
1703
-
1704
- #: includes/wc-core-functions.php:298
1705
- msgid "Japanese Yen"
1706
- msgstr "Japanese Yen"
1707
-
1708
- #: includes/wc-core-functions.php:299
1709
- msgid "Kenyan shilling"
1710
- msgstr "شلینگ کنیا"
1711
-
1712
- #: includes/wc-core-functions.php:300
1713
- msgid "South Korean Won"
1714
- msgstr "South Korean Won"
1715
-
1716
- #: includes/wc-core-functions.php:301
1717
- msgid "Lao Kip"
1718
- msgstr "Lao Kip"
1719
-
1720
- #: includes/wc-core-functions.php:302
1721
- msgid "Mexican Peso"
1722
- msgstr "Mexican Peso"
1723
-
1724
- #: includes/wc-core-functions.php:303
1725
- msgid "Malaysian Ringgits"
1726
- msgstr "Malaysian Ringgits"
1727
-
1728
- #: includes/wc-core-functions.php:304
1729
- msgid "Nigerian Naira"
1730
- msgstr "Nigerian Naira"
1731
-
1732
- #: includes/wc-core-functions.php:305
1733
- msgid "Norwegian Krone"
1734
- msgstr "Norwegian Krone"
1735
-
1736
- #: includes/wc-core-functions.php:306
1737
- msgid "Nepali Rupee"
1738
- msgstr "Nepali Rupee"
1739
-
1740
- #: includes/wc-core-functions.php:307
1741
- msgid "New Zealand Dollar"
1742
- msgstr "New Zealand Dollar"
1743
-
1744
- #: includes/wc-core-functions.php:308
1745
- msgid "Philippine Pesos"
1746
- msgstr "Philippine Pesos"
1747
-
1748
- #: includes/wc-core-functions.php:309
1749
- msgid "Pakistani Rupee"
1750
- msgstr "روپیه پاکستان"
1751
-
1752
- #: includes/wc-core-functions.php:310
1753
- msgid "Polish Zloty"
1754
- msgstr "Polish Zloty"
1755
-
1756
- #: includes/wc-core-functions.php:311
1757
- msgid "Paraguayan Guaraní"
1758
- msgstr "Paraguayan Guaraní"
1759
-
1760
- #: includes/wc-core-functions.php:312
1761
- msgid "Romanian Leu"
1762
- msgstr "Romanian Leu"
1763
-
1764
- #: includes/wc-core-functions.php:313
1765
- msgid "Russian Ruble"
1766
- msgstr "روبل روسیه"
1767
-
1768
- #: includes/shortcodes/class-wc-shortcode-my-account.php:298
1769
- #: includes/shortcodes/class-wc-shortcode-my-account.php:303
1770
- #: includes/shortcodes/class-wc-shortcode-my-account.php:319
1771
- msgid "Invalid key"
1772
- msgstr "کلید بی اعتبار"
1773
-
1774
- #: includes/shortcodes/class-wc-shortcode-order-tracking.php:48
1775
- msgid "Please enter a valid order ID"
1776
- msgstr "خواهشمندیم یک کد سفارش معتبر وارد کنید."
1777
-
1778
- #: includes/shortcodes/class-wc-shortcode-order-tracking.php:52
1779
- msgid "Please enter a valid order email"
1780
- msgstr "خواهشمندیم یک آدرس ایمیل معتبر وارد کنید."
1781
-
1782
- #: includes/shortcodes/class-wc-shortcode-order-tracking.php:71
1783
- msgid "Sorry, we could not find that order ID in our database."
1784
- msgstr "ببخشید شناسه سفارش در پایگاه ما پیدا نشد."
1785
-
1786
- #: includes/updates/woocommerce-update-2.4.php:171
1787
- #: includes/wc-order-functions.php:793
1788
- msgid "Order Fully Refunded"
1789
- msgstr "استرداد کامل سفارش"
1790
-
1791
- #: includes/wc-attribute-functions.php:143
1792
- msgid "Select"
1793
- msgstr "انتخاب"
1794
-
1795
- #: includes/wc-attribute-functions.php:144
1796
- msgid "Text"
1797
- msgstr "متن"
1798
-
1799
- #: includes/wc-cart-functions.php:27
1800
- msgid "This product is protected and cannot be purchased."
1801
- msgstr "این محصول محافظت شده است و شما قادر به پرداخت نیستید."
1802
-
1803
- #: includes/wc-cart-functions.php:78
1804
- msgid "%s has been added to your cart."
1805
- msgid_plural "%s have been added to your cart."
1806
- msgstr[0] "%s به سبد شما افزوده شد."
1807
-
1808
- #: includes/wc-cart-functions.php:83
1809
- msgid "Continue Shopping"
1810
- msgstr "خرید را ادامه دهید"
1811
-
1812
- #: includes/wc-cart-functions.php:103
1813
- msgid "and"
1814
- msgstr "و"
1815
-
1816
- #: includes/wc-cart-functions.php:206
1817
- msgid "Coupon:"
1818
- msgstr "کوپن:"
1819
-
1820
- #: includes/wc-cart-functions.php:231
1821
- msgid "Free shipping coupon"
1822
- msgstr "کوپن حمل و نقل رایگان"
1823
-
1824
- #: includes/wc-cart-functions.php:236
1825
- msgid "[Remove]"
1826
- msgstr "[حذف]"
1827
-
1828
- #: includes/wc-cart-functions.php:263 templates/cart/cart-totals.php:70
1829
- msgid "estimated for %s"
1830
- msgstr "برآورد برای %s"
1831
-
1832
- #: includes/wc-cart-functions.php:265
1833
- msgid "(includes %s)"
1834
- msgstr "(شامل %s)"
1835
-
1836
- #: includes/wc-cart-functions.php:304
1837
- msgid "Free"
1838
- msgstr "رایگان"
1839
-
1840
- #: includes/wc-core-functions.php:81
1841
- msgid "Order &ndash; %s"
1842
- msgstr "سفارش %s"
1843
-
1844
- #: includes/wc-core-functions.php:87
1845
- msgid "Invalid order status"
1846
- msgstr "وضعیت سفارش نامعتبر است"
1847
-
1848
- #: includes/wc-core-functions.php:133
1849
- msgid "Invalid order ID"
1850
- msgstr "شماره سفارش نامعتبر است"
1851
-
1852
- #: includes/wc-core-functions.php:274
1853
- msgid "United Arab Emirates Dirham"
1854
- msgstr "امارات متحده ي عربي"
1855
-
1856
- #: includes/wc-core-functions.php:275
1857
- msgid "Argentine Peso"
1858
- msgstr "پزوی آرژانتین"
1859
-
1860
- #: includes/wc-core-functions.php:276
1861
- msgid "Australian Dollars"
1862
- msgstr "Australian Dollars"
1863
-
1864
- #: includes/wc-core-functions.php:277
1865
- msgid "Bangladeshi Taka"
1866
- msgstr "Bangladeshi Taka"
1867
-
1868
- #: includes/wc-core-functions.php:278
1869
- msgid "Bulgarian Lev"
1870
- msgstr "Bulgarian Lev"
1871
-
1872
- #: includes/wc-core-functions.php:279
1873
- msgid "Brazilian Real"
1874
- msgstr "Brazilian Real"
1875
-
1876
- #: includes/wc-core-functions.php:280
1877
- msgid "Canadian Dollars"
1878
- msgstr "Canadian Dollars"
1879
-
1880
- #: includes/wc-core-functions.php:281
1881
- msgid "Swiss Franc"
1882
- msgstr "Swiss Franc"
1883
-
1884
- #: includes/wc-core-functions.php:282
1885
- msgid "Chilean Peso"
1886
- msgstr "Chilean Peso"
1887
-
1888
- #: includes/wc-core-functions.php:283
1889
- msgid "Chinese Yuan"
1890
- msgstr "Chinese Yuan"
1891
-
1892
- #: includes/wc-core-functions.php:284
1893
- msgid "Colombian Peso"
1894
- msgstr "Colombian Peso"
1895
-
1896
- #: includes/wc-core-functions.php:285
1897
- msgid "Czech Koruna"
1898
- msgstr "Czech Koruna"
1899
-
1900
- #: includes/shipping/international-delivery/class-wc-shipping-international-delivery.php:40
1901
- msgid "Selected countries"
1902
- msgstr "کشور‌های منتخب"
1903
-
1904
- #: includes/shipping/international-delivery/class-wc-shipping-international-delivery.php:41
1905
- msgid "Excluding selected countries"
1906
- msgstr "به جز کشور‌های انتخاب شده"
1907
-
1908
- #: includes/shipping/local-delivery/class-wc-shipping-local-delivery.php:25
1909
- msgid "Local delivery is a simple shipping method for delivering orders locally."
1910
- msgstr "تحویل محلی یک روش ساده حمل و نقل برای رساندن درخواست های خرید به صورتمحلی می باشد."
1911
-
1912
- #: includes/shipping/local-delivery/class-wc-shipping-local-delivery.php:89
1913
- #: includes/shipping/local-pickup/class-wc-shipping-local-pickup.php:67
1914
- msgid "Enable"
1915
- msgstr "فعال"
1916
-
1917
- #: includes/shipping/local-delivery/class-wc-shipping-local-delivery.php:91
1918
- msgid "Enable local delivery"
1919
- msgstr "فعال کردن تحویل محلی"
1920
-
1921
- #: includes/shipping/local-delivery/class-wc-shipping-local-delivery.php:102
1922
- msgid "Fee Type"
1923
- msgstr "روش پرداخت"
1924
-
1925
- #: includes/shipping/local-delivery/class-wc-shipping-local-delivery.php:105
1926
- msgid "How to calculate delivery charges"
1927
- msgstr "چگونه هزینه های تحویل را محاسبه کنید"
1928
-
1929
- #: includes/shipping/local-delivery/class-wc-shipping-local-delivery.php:108
1930
- msgid "Fixed amount"
1931
- msgstr "مقدار ثابت"
1932
-
1933
- #: includes/shipping/local-delivery/class-wc-shipping-local-delivery.php:109
1934
- msgid "Percentage of cart total"
1935
- msgstr "درصد از کل سبد خرید"
1936
-
1937
- #: includes/shipping/local-delivery/class-wc-shipping-local-delivery.php:110
1938
- msgid "Fixed amount per product"
1939
- msgstr "مقدار ثابت از هر محصول"
1940
-
1941
- #: includes/shipping/local-delivery/class-wc-shipping-local-delivery.php:115
1942
- msgid "Delivery Fee"
1943
- msgstr "هزینه تحویل"
1944
-
1945
- #: includes/shipping/local-delivery/class-wc-shipping-local-delivery.php:117
1946
- msgid "What fee do you want to charge for local delivery, disregarded if you choose free. Leave blank to disable."
1947
- msgstr "چه هزینه ای می خواهید برای تحویل محلی در نظر بگیرید.اگر نر خالی بگذارید برای غیر فعال کردن."
1948
-
1949
- #: includes/shipping/local-delivery/class-wc-shipping-local-delivery.php:123
1950
- #: includes/shipping/local-pickup/class-wc-shipping-local-pickup.php:80
1951
- msgid "Allowed ZIP/Post Codes"
1952
- msgstr ""
1953
-
1954
- #: includes/shipping/local-delivery/class-wc-shipping-local-delivery.php:125
1955
- msgid "What ZIP/post codes are available for local delivery?"
1956
- msgstr ""
1957
-
1958
- #: includes/shipping/local-delivery/class-wc-shipping-local-delivery.php:127
1959
- #: includes/shipping/local-pickup/class-wc-shipping-local-pickup.php:84
1960
- 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"
1961
- msgstr "کدها با یک کاما از هم جدا می شوند. با نویسه های عام تایید می شوند. نمونه <code>P*</code> یکسان خواهد شد با کدپستی از PE30. همچنین با الگو نیز تایید می شوند. نمونه <code>NG1___</code> یکسان می شود با NG1 1AA ولی با NG10 1AA یکسان نمی شود."
1962
-
1963
- #: includes/shipping/local-pickup/class-wc-shipping-local-pickup.php:25
1964
- msgid "Local pickup is a simple method which allows customers to pick up orders themselves."
1965
- msgstr "گزینش محلی یک روش ساده برای خریداران است تا سفارش را خودشان بردارند."
1966
-
1967
- #: includes/shipping/local-pickup/class-wc-shipping-local-pickup.php:69
1968
- msgid "Enable local pickup"
1969
- msgstr "فعال کردن انتخاب محلی"
1970
-
1971
- #: includes/shipping/local-pickup/class-wc-shipping-local-pickup.php:82
1972
- msgid "What ZIP/post codes are available for local pickup?"
1973
- msgstr ""
1974
-
1975
- #: includes/shortcodes/class-wc-shortcode-cart.php:42
1976
- msgid "Shipping costs updated."
1977
- msgstr "هزینه حمل و نقل به روز شد."
1978
-
1979
- #: includes/shortcodes/class-wc-shortcode-checkout.php:89
1980
- msgid "Invalid order. If you have an account please log in and try again."
1981
- msgstr "سفارش نامعتبر است. اگر دارای حساب کاربری هستید وارد شوید و دوباره تلاش کنید"
1982
-
1983
- #: includes/shortcodes/class-wc-shortcode-checkout.php:89
1984
- #: includes/shortcodes/class-wc-shortcode-my-account.php:108
1985
- #: templates/checkout/thankyou.php:31
1986
- msgid "My Account"
1987
- msgstr "حساب من"
1988
-
1989
- #: includes/shortcodes/class-wc-shortcode-checkout.php:117
1990
- msgid "Pay for order"
1991
- msgstr "پرداخت برای سفارش"
1992
-
1993
- #: includes/shortcodes/class-wc-shortcode-checkout.php:121
1994
- #: includes/shortcodes/class-wc-shortcode-checkout.php:168
1995
- msgid "This order&rsquo;s status is &ldquo;%s&rdquo;&mdash;it cannot be paid for. Please contact us if you need assistance."
1996
- msgstr "این سفارش&rsquo;هست در وضعیت &ldquo;%s&rdquo;&mdash;امکان پرداخت وجود ندارد. اگر کمک نیاز دارید لطفا با ما تماس بگیرید."
1997
-
1998
- #: includes/shortcodes/class-wc-shortcode-checkout.php:125
1999
- #: includes/shortcodes/class-wc-shortcode-checkout.php:172
2000
- msgid "Sorry, this order is invalid and cannot be paid for."
2001
- msgstr "متاسفانه این سفارش نامعتبر است و اجازه پرداخت ندارید."
2002
-
2003
- #: includes/shortcodes/class-wc-shortcode-checkout.php:141
2004
- #: templates/checkout/thankyou.php:41
2005
- msgid "Order Number:"
2006
- msgstr "شماره سفارش:"
2007
-
2008
- #: includes/shortcodes/class-wc-shortcode-checkout.php:145
2009
- #: templates/checkout/thankyou.php:45
2010
- msgid "Date:"
2011
- msgstr "تاریخ :"
2012
-
2013
- #: includes/shortcodes/class-wc-shortcode-checkout.php:242
2014
- msgid "The order totals have been updated. Please confirm your order by pressing the Place Order button at the bottom of the page."
2015
- msgstr "مجموع سفارش به روز شده است. در صورتیکه مورد تایید است دکمه \" قرار دادن سفارش \" را در پایین برگه فشار دهید."
2016
-
2017
- #: includes/shortcodes/class-wc-shortcode-my-account.php:196
2018
- msgid "Your password has been reset."
2019
- msgstr "گذرواژه شما بازگردانده شد"
2020
-
2021
- #: includes/shortcodes/class-wc-shortcode-my-account.php:196
2022
- msgid "Log in"
2023
- msgstr "ورود"
2024
-
2025
- #: includes/shortcodes/class-wc-shortcode-my-account.php:218
2026
- msgid "Enter a username or e-mail address."
2027
- msgstr "نام کاربری یا پست الکترونیک را وارد کنید"
2028
-
2029
- #: includes/shortcodes/class-wc-shortcode-my-account.php:234
2030
- #: includes/shortcodes/class-wc-shortcode-my-account.php:239
2031
- msgid "Invalid username or e-mail."
2032
- msgstr "نام کاربری یا گذرواژه صحیح نیست"
2033
-
2034
- #: includes/shortcodes/class-wc-shortcode-my-account.php:252
2035
- msgid "Password reset is not allowed for this user"
2036
- msgstr "ریست گذرواژه برای این کاربر مجاز نیست"
2037
-
2038
- #: includes/shortcodes/class-wc-shortcode-my-account.php:279
2039
- msgid "Check your e-mail for the confirmation link."
2040
- msgstr "پست الکترونیک خود را برای ایمیل تایید چک کنید."
2041
-
2042
- #: includes/shipping/flat-rate/class-wc-shipping-flat-rate.php:28
2043
- #: includes/shipping/flat-rate/includes/settings-flat-rate.php:23
2044
- msgid "Flat Rate"
2045
- msgstr "نرخ ثابت"
2046
-
2047
- #: includes/shipping/flat-rate/class-wc-shipping-flat-rate.php:29
2048
- msgid "Flat Rate Shipping lets you charge a fixed rate for shipping."
2049
- msgstr "نرخ حمل و نقل ثابت به شما اجازه حمل و نقل با نرخ ثابت را می دهد."
2050
-
2051
- #: includes/shipping/flat-rate/includes/settings-flat-rate.php:7
2052
- msgid "Enter a cost (excl. tax) or sum, e.g. <code>10.00 * [qty]</code>."
2053
- msgstr "وارد کردن مبلغ (بدون مالیات) یا میانگین، مثال: <code>10.00 * [تعداد]</code>."
2054
-
2055
- #: includes/shipping/flat-rate/includes/settings-flat-rate.php:7
2056
- 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."
2057
- msgstr ""
2058
-
2059
- #: includes/shipping/flat-rate/includes/settings-flat-rate.php:16
2060
- msgid "Enable this shipping method"
2061
- msgstr "فعال کردن این روش ارسال"
2062
-
2063
- #: includes/shipping/flat-rate/includes/settings-flat-rate.php:20
2064
- #: includes/shipping/free-shipping/class-wc-shipping-free-shipping.php:75
2065
- msgid "Method Title"
2066
- msgstr "عنوان روش"
2067
-
2068
- #: includes/shipping/flat-rate/includes/settings-flat-rate.php:27
2069
- #: includes/shipping/international-delivery/class-wc-shipping-international-delivery.php:34
2070
- msgid "Availability"
2071
- msgstr "دسترسی"
2072
-
2073
- #: includes/shipping/flat-rate/includes/settings-flat-rate.php:32
2074
- #: includes/shipping/free-shipping/class-wc-shipping-free-shipping.php:87
2075
- #: includes/shipping/local-delivery/class-wc-shipping-local-delivery.php:136
2076
- #: includes/shipping/local-pickup/class-wc-shipping-local-pickup.php:93
2077
- msgid "All allowed countries"
2078
- msgstr "تمام کشورهای مجاز"
2079
-
2080
- #: includes/shipping/flat-rate/includes/settings-flat-rate.php:44
2081
- #: includes/shipping/free-shipping/class-wc-shipping-free-shipping.php:99
2082
- #: includes/shipping/local-delivery/class-wc-shipping-local-delivery.php:148
2083
- #: includes/shipping/local-pickup/class-wc-shipping-local-pickup.php:105
2084
- msgid "Select some countries"
2085
- msgstr "انتخاب برخی از کشور ها"
2086
-
2087
- #: includes/shipping/flat-rate/includes/settings-flat-rate.php:71
2088
- msgid "Shipping Class Costs"
2089
- msgstr "هزینه های کلاس حمل و نقل"
2090
-
2091
- #: includes/shipping/flat-rate/includes/settings-flat-rate.php:73
2092
- msgid "These costs can optionally be added based on the %sproduct shipping class%s."
2093
- msgstr "این هزینه ها می توانند به صورت اختیاری در پایه ی %sروش حمل و نقل محصول%s افزوده شوند."
2094
-
2095
- #: includes/shipping/flat-rate/includes/settings-flat-rate.php:80
2096
- msgid "\"%s\" Shipping Class Cost"
2097
- msgstr "\"%s\" هزینه کلاس حمل و نقل"
2098
-
2099
- #: includes/shipping/flat-rate/includes/settings-flat-rate.php:89
2100
- msgid "No Shipping Class Cost"
2101
- msgstr "هزینه کلاس حمل و نقل وجود ندارد"
2102
-
2103
- #: includes/shipping/flat-rate/includes/settings-flat-rate.php:97
2104
- msgid "Calculation Type"
2105
- msgstr "نوع محاسبه"
2106
-
2107
- #: includes/shipping/flat-rate/includes/settings-flat-rate.php:102
2108
- msgid "Per Class: Charge shipping for each shipping class individually"
2109
- msgstr "برا اساس روش: هزینه حمل و نقل برای هر روش به صورت حمل و نقل جداگانه"
2110
-
2111
- #: includes/shipping/flat-rate/includes/settings-flat-rate.php:103
2112
- msgid "Per Order: Charge shipping for the most expensive shipping class"
2113
- msgstr "بر اساس هر سفارش: تغییر حمل و نقل بر اساس گران ترین روش حمل و نقل"
2114
-
2115
- #: includes/shipping/flat-rate/includes/settings-flat-rate.php:110
2116
- #: includes/shipping/flat-rate/includes/settings-flat-rate.php:115
2117
- msgid "Additional Rates"
2118
- msgstr "نرخ افزوده"
2119
-
2120
- #: includes/shipping/flat-rate/includes/settings-flat-rate.php:112
2121
- msgid "These rates are extra shipping options with additional costs (based on the flat rate)."
2122
- msgstr "این نرخ ها، گزینه های افزوده بر حمل و نقل هستند با هزینه های افزوده (بر اساس نرخ ثابت)."
2123
-
2124
- #: includes/shipping/flat-rate/includes/settings-flat-rate.php:117
2125
- 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>."
2126
- msgstr "هر خط یکی: نام گزینه | هزینه های افزوده [+- درصد] | در هر چگونگی هزینه (سفارش, رده, یا عنوان) نمونه: <code>پست پیشتاز | 6.95 [+ 0.2%] | سفارش</code>."
2127
-
2128
- #: includes/shipping/flat-rate/includes/settings-flat-rate.php:120
2129
- msgid "Option Name | Additional Cost [+- Percents%] | Per Cost Type (order, class, or item)"
2130
- msgstr "نام انتخاب | هزینه اضافی | در هر نوع هزینه (سفارش، کلاس یا آیتم)"
2131
-
2132
- #: includes/shipping/free-shipping/class-wc-shipping-free-shipping.php:71
2133
- msgid "Enable Free Shipping"
2134
- msgstr "فعال کردن حمل و نقل رایگان"
2135
-
2136
- #: includes/shipping/free-shipping/class-wc-shipping-free-shipping.php:82
2137
- #: includes/shipping/local-delivery/class-wc-shipping-local-delivery.php:131
2138
- #: includes/shipping/local-pickup/class-wc-shipping-local-pickup.php:88
2139
- msgid "Method availability"
2140
- msgstr " روش های موجود"
2141
-
2142
- #: includes/shipping/free-shipping/class-wc-shipping-free-shipping.php:103
2143
- msgid "Free Shipping Requires..."
2144
- msgstr "حمل و نقل رایگان نیازمند ..."
2145
-
2146
- #: includes/shipping/free-shipping/class-wc-shipping-free-shipping.php:109
2147
- msgid "A valid free shipping coupon"
2148
- msgstr "کوپن حمل و نقل رایگان"
2149
-
2150
- #: includes/shipping/free-shipping/class-wc-shipping-free-shipping.php:110
2151
- msgid "A minimum order amount (defined below)"
2152
- msgstr "کمترین میزان درخواست خرید (اینجا تعیین کنید)"
2153
-
2154
- #: includes/shipping/free-shipping/class-wc-shipping-free-shipping.php:111
2155
- msgid "A minimum order amount OR a coupon"
2156
- msgstr "کمترین میزان خرید یا کوپن"
2157
-
2158
- #: includes/shipping/free-shipping/class-wc-shipping-free-shipping.php:112
2159
- msgid "A minimum order amount AND a coupon"
2160
- msgstr "کمترین میزان خرید و کوپن"
2161
-
2162
- #: includes/shipping/free-shipping/class-wc-shipping-free-shipping.php:116
2163
- msgid "Minimum Order Amount"
2164
- msgstr "حداقل مبلغ سفارش"
2165
-
2166
- #: includes/shipping/free-shipping/class-wc-shipping-free-shipping.php:119
2167
- msgid "Users will need to spend this amount to get free shipping (if enabled above)."
2168
- msgstr "کاربران ملزم به هزینه کردن این مقدار هستند تا حمل و نقل رایگان بدست بیاورند (اگر فعال کنید)"
2169
-
2170
- #: includes/shipping/international-delivery/class-wc-shipping-international-delivery.php:21
2171
- msgid "International Flat Rate"
2172
- msgstr "نرخ ثابت بین المللی"
2173
-
2174
- #: includes/shipping/international-delivery/class-wc-shipping-international-delivery.php:22
2175
- msgid "International Flat Rate Shipping lets you charge a fixed rate for shipping."
2176
- msgstr "نرخ حمل و نقل ثابت بین المللی به شما اجازه حمل با نرخ ثابت را می دهد."
2177
-
2178
- #: includes/gateways/simplify-commerce/class-wc-addons-gateway-simplify-commerce.php:501
2179
- #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:457
2180
- msgid "Payment was declined by Simplify Commerce."
2181
- msgstr "پرداخت توسط Simplify Commerce پذیرفته نشد"
2182
-
2183
- #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:25
2184
- msgid "Take payments via Simplify Commerce - uses simplify.js to create card tokens and the Simplify Commerce SDK. Requires SSL when sandbox is disabled."
2185
- msgstr "گرفتن پرداخت ها از Simplify Commerce - بکارگیری simplify.js برای ساخت توکن های کارت و SDK از Simplify Commerce . هنگامیکه جعبه شنی غیرفعال است SSL می خواهد."
2186
-
2187
- #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:88
2188
- msgid "Simplify Commerce by MasterCard"
2189
- msgstr ""
2190
-
2191
- #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:93
2192
- msgid "Getting started"
2193
- msgstr "شروع به کار"
2194
-
2195
- #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:94
2196
- #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:100
2197
- 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."
2198
- msgstr "Simplify Commerce حساب کاربری بازرگانی شما می باشد که درگاه پرداخت همه گردش ها را یکسان سازی کرده است. گزینش Simplify Commerce برای درگاه پرداخت ووکامرس ، دسترسی آنی به پول خود با یک نیرو و موتور پرداخت امن با مسنتر کارت را صورت می دهد."
2199
-
2200
- #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:96
2201
- msgid "Sign up for Simplify Commerce"
2202
- msgstr "عضویت برای تجارت ساده"
2203
-
2204
- #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:145
2205
- msgid "Simplify Commerce Error: Simplify commerce requires PHP 5.3 and above. You are using version %s."
2206
- msgstr "ایراد Simplify Commerce: Simplify commerce با PHP 5.3 و بالاتر کار می کند. شما نگارش %s را بکار برده اید."
2207
-
2208
- #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:150
2209
- msgid "Simplify Commerce Error: Please enter your public and private keys"
2210
- msgstr "ایراد Simplify Commerce: خواهشمند است کلید عمومی و کلید خصوصی را بنویسید"
2211
-
2212
- #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:155
2213
- 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."
2214
- msgstr "Simplify Commerce فعال شد، ولی <a href=\"%s\">گزینش به زور SSL</a> غیرفعال می باشد. که پرداخت امنی نخواهید داشت! خواهشمند است SSL را فعال کرده و دل استوار باشید که سرور دارای یک گواهینامه SSL معتبر می باشد - Simplify Commerce فقط در حالت جعبه شنی کار می کند."
2215
-
2216
- #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:187
2217
- msgid "Enable Simplify Commerce"
2218
- msgstr "فعال سازی تجارت ساده"
2219
-
2220
- #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:196
2221
- msgid "Credit card"
2222
- msgstr "کارت اعتباری"
2223
-
2224
- #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:207
2225
- msgid "Payment Mode"
2226
- msgstr "حالت پرداخت"
2227
-
2228
- #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:208
2229
- msgid "Enable Hosted Payments"
2230
- msgstr "فعال کردن پرداخت میزبانی"
2231
-
2232
- #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:210
2233
- 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."
2234
- msgstr "فیلدهای استاندارد کارت اعتباری بر روی فروشگاه شما نمایش داده خواهند شد (نیاز به SSL). پرداخت های %1$s غیرمستقیم، یک دیالوگ سیمپلیفای کامرس بر روی فروشگاه شما نمایش خواهند داد (اگر SSL باشد). یا مشتری را به برگه سیمپلیفای کامرس هدایت خواهند کرد (اگر SSL نباشد).گوشزد %1$s: پرداخت های غیرمستقیم نیازمند یک کلید پرداخت API با پرچم پرداخت های غیرمستقیم برگزیده هستند.%2$s برای جزییات بیشتر دستک های %3$s سیمپلیفای کامرس را بخوانید."
2235
-
2236
- #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:214
2237
- msgid "Hosted Payments"
2238
- msgstr "پرداختهای میزبانی"
2239
-
2240
- #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:218
2241
- msgid "Modal Color"
2242
- msgstr "رنگ مدل"
2243
-
2244
- #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:220
2245
- msgid "Set the color of the buttons and titles on the modal dialog."
2246
- msgstr "پیکربندی رنگ دکمه ها و سرنویسها در کادرها."
2247
-
2248
- #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:225
2249
- msgid "Sandbox"
2250
- msgstr "Sandbox"
2251
-
2252
- #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:226
2253
- msgid "Enable Sandbox Mode"
2254
- msgstr "فعال کردن سندباکس پی‌پال"
2255
-
2256
- #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:228
2257
- msgid "Place the payment gateway in sandbox mode using sandbox API keys (real payments will not be taken)."
2258
- msgstr "Place the payment gateway in sandbox mode using sandbox API keys (real payments will not be taken)."
2259
-
2260
- #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:232
2261
- msgid "Sandbox Public Key"
2262
- msgstr "کلید عمومی سندباکس"
2263
-
2264
- #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:234
2265
- #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:241
2266
- #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:248
2267
- #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:255
2268
- msgid "Get your API keys from your Simplify account: Settings > API Keys."
2269
- msgstr "Get your API keys from your Simplify account: Settings > API Keys."
2270
-
2271
- #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:239
2272
- msgid "Sandbox Private Key"
2273
- msgstr "کلید خصوصی سندباکس"
2274
-
2275
- #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:246
2276
- msgid "Public Key"
2277
- msgstr "کلید عمومی"
2278
-
2279
- #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:253
2280
- msgid "Private Key"
2281
- msgstr "کلید خصوصی"
2282
-
2283
- #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:269
2284
- msgid "TEST MODE ENABLED. Use a test card: %s"
2285
- msgstr "حالت تست فعال شد. از کارت تست %s استفاده کنید"
2286
-
2287
- #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:296
2288
- msgid "Expiry Month"
2289
- msgstr "ماه انقضا"
2290
-
2291
- #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:297
2292
- msgid "Expiry Year"
2293
- msgstr "سال انقضا"
2294
-
2295
- #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:298
2296
- msgid "is invalid"
2297
- msgstr "نامعتبر است"
2298
-
2299
- #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:428
2300
- msgid "Thank you for your order, please click the button below to pay with credit card using Simplify Commerce by MasterCard."
2301
- msgstr "از شما برای سفارش سپاسگذاریم. خواهشمند است روی دکمه زیر برای پرداخت با کردیت کارت با بکارگیری سیمپلی فای، توسط مسترکارت کلیک کنید."
2302
-
2303
- #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:437
2304
- msgid "Pay Now"
2305
- msgstr "هم اکنون پرداخت کن"
2306
-
2307
- #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:437
2308
- msgid "Cancel order &amp; restore cart"
2309
- msgstr "لغو خرید &amp; بازگرداندن به سبد خرید"
2310
-
2311
- #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:521
2312
- msgid "Refund was declined."
2313
- msgstr "استرداد رد شده است."
2314
-
2315
- #: includes/gateways/simplify-commerce-deprecated/class-wc-addons-gateway-simplify-commerce-deprecated.php:65
2316
- msgid "%s - Subscription for \"%s\""
2317
- msgstr "%s - اشتراک برای \"%s\""
2318
-
2319
- #: includes/gateways/paypal/includes/settings-paypal.php:77
2320
- 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."
2321
- msgstr "خواهشمندیم پیشوند برای شماره فاکتور خود را وارد کنید. اگر شما استفاده از حساب پی‌پل خود را برای فروشگاه های مختلف استفاده می کنید، مطمئن شوید این پیشوند منحصر به فرد است در غیر اینصورت پی‌پل سفارشات را با شماره صورتحساب درج شده را اجازه نمی دهد."
2322
-
2323
- #: includes/gateways/paypal/includes/settings-paypal.php:84
2324
- msgid "Send shipping details to PayPal instead of billing."
2325
- msgstr "ارسال جزئیات بیشتر حمل و نقل به پی‌پل جای استفاده از صدور صورت حساب."
2326
-
2327
- #: includes/gateways/paypal/includes/settings-paypal.php:85
2328
- 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."
2329
- msgstr "پی‌پال به ما برای فرستادن یک آدرس اجازه می دهد. اگر شما از پی‌پال برای برچسب های حمل و نقل استفاده میکنید، ممکن است فرستادن آدرس حمل و نقل را به جای آدرس صورت‌حساب ترجیح دهید."
2330
-
2331
- #: includes/gateways/paypal/includes/settings-paypal.php:89
2332
- msgid "Address Override"
2333
- msgstr "بازنویسی آدرس"
2334
-
2335
- #: includes/gateways/paypal/includes/settings-paypal.php:91
2336
- msgid "Enable \"address_override\" to prevent address information from being changed."
2337
- msgstr "برای جلوگیری از تغییر اطلاعات آدرس \"address_override\" را فعال کنید."
2338
-
2339
- #: includes/gateways/paypal/includes/settings-paypal.php:92
2340
- msgid "PayPal verifies addresses therefore this setting can cause errors (we recommend keeping it disabled)."
2341
- msgstr "پی‌پال آدرس ها را بررسی و تایید میکند بنابراین این پیکربندی ممکن است خطا بسازد (ما پیشنهاد میکنیم این تنظیم را غیرفعال کنید)"
2342
-
2343
- #: includes/gateways/paypal/includes/settings-paypal.php:96
2344
- msgid "Payment Action"
2345
- msgstr "عملیات پرداخت"
2346
-
2347
- #: includes/gateways/paypal/includes/settings-paypal.php:99
2348
- msgid "Choose whether you wish to capture funds immediately or authorize payment only."
2349
- msgstr "انتخاب کنید که آیا شما مایل به گرفتن بودجه هستید و یا فقط اجازه پرداخت می دهید."
2350
-
2351
- #: includes/gateways/paypal/includes/settings-paypal.php:103
2352
- msgid "Capture"
2353
- msgstr "گرفتن"
2354
-
2355
- #: includes/gateways/paypal/includes/settings-paypal.php:104
2356
- msgid "Authorize"
2357
- msgstr "اجازه دادن"
2358
-
2359
- #: includes/gateways/paypal/includes/settings-paypal.php:108
2360
- msgid "Page Style"
2361
- msgstr "طراحی برگه"
2362
-
2363
- #: includes/gateways/paypal/includes/settings-paypal.php:110
2364
- msgid "Optionally enter the name of the page style you wish to use. These are defined within your PayPal account."
2365
- msgstr "در صورت تمایل نام سبک برگه‌ای که مایل به استفاده از آن هستید را وارد کنید. این تعاریف در حساب کاربری پی‌پل شما استفاده میشود."
2366
-
2367
- #: includes/gateways/paypal/includes/settings-paypal.php:116
2368
- msgid "API Credentials"
2369
- msgstr "مدارک API"
2370
-
2371
- #: includes/gateways/paypal/includes/settings-paypal.php:118
2372
- msgid "Enter your PayPal API credentials to process refunds via PayPal. Learn how to access your PayPal API Credentials %shere%s."
2373
- msgstr " برای روند برگشتی ها توسط پی پل، مجوز API پی پل خود را بنویسید. برای یادگیری درباره چگونگی دسترسی به مجوز API پی پل به %shere%s بروید."
2374
-
2375
- #: includes/gateways/paypal/includes/settings-paypal.php:121
2376
- msgid "API Username"
2377
- msgstr "نام کاربری API"
2378
-
2379
- #: includes/gateways/paypal/includes/settings-paypal.php:123
2380
- #: includes/gateways/paypal/includes/settings-paypal.php:131
2381
- #: includes/gateways/paypal/includes/settings-paypal.php:139
2382
- msgid "Get your API credentials from PayPal."
2383
- msgstr "دریافت اعتبارهای API شما از پی پال."
2384
-
2385
- #: includes/gateways/paypal/includes/settings-paypal.php:129
2386
- msgid "API Password"
2387
- msgstr "گذرواژه API"
2388
-
2389
- #: includes/gateways/paypal/includes/settings-paypal.php:137
2390
- msgid "API Signature"
2391
- msgstr "امضای API"
2392
-
2393
- #: includes/gateways/simplify-commerce/class-wc-addons-gateway-simplify-commerce.php:94
2394
- #: includes/gateways/simplify-commerce/class-wc-addons-gateway-simplify-commerce.php:188
2395
- #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:317
2396
- msgid "Please make sure your card details have been entered correctly and that your browser supports JavaScript."
2397
- msgstr "خواهشمند است دل استوار شوید که داده های کارت خود را به درستی نوشته اید و مرورگر شما از جاوا اسکریپت پشتیبانی می کند."
2398
-
2399
- #: includes/gateways/simplify-commerce/class-wc-addons-gateway-simplify-commerce.php:97
2400
- #: includes/gateways/simplify-commerce/class-wc-addons-gateway-simplify-commerce.php:191
2401
- #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:320
2402
- msgid "Developers: Please make sure that you're including jQuery and there are no JavaScript errors on the page."
2403
- msgstr "برنامه نویس ها: خواهشمند است دل استوار باشید که برگه دارای ایراد jQuery و جاوااسکریپت نباشد."
2404
-
2405
- #: includes/gateways/simplify-commerce/class-wc-addons-gateway-simplify-commerce.php:114
2406
- #: includes/gateways/simplify-commerce/class-wc-addons-gateway-simplify-commerce.php:211
2407
- msgid "Error creating user in Simplify Commerce."
2408
- msgstr "خطای ساخت کاربر در سیمپلیفای کامرس."
2409
-
2410
- #: includes/gateways/simplify-commerce/class-wc-addons-gateway-simplify-commerce.php:182
2411
- #: includes/gateways/simplify-commerce/class-wc-addons-gateway-simplify-commerce.php:292
2412
- #: includes/gateways/simplify-commerce-deprecated/class-wc-addons-gateway-simplify-commerce-deprecated.php:60
2413
- msgid "Sorry, the minimum allowed order total is 0.50 to use this payment method."
2414
- msgstr "متاسفیم ، حداقل مجاز مجموع سفارش 0.50 برای استفاده از این روش پرداخت است"
2415
-
2416
- #: includes/gateways/simplify-commerce/class-wc-addons-gateway-simplify-commerce.php:298
2417
- #: includes/gateways/simplify-commerce/class-wc-addons-gateway-simplify-commerce.php:435
2418
- #: includes/gateways/simplify-commerce-deprecated/class-wc-addons-gateway-simplify-commerce-deprecated.php:70
2419
- msgid "Customer not found"
2420
- msgstr "مشتری وجود ندارد"
2421
-
2422
- #: includes/gateways/simplify-commerce/class-wc-addons-gateway-simplify-commerce.php:306
2423
- #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:329
2424
- msgid "%s - Order #%s"
2425
- msgstr "%s - سفارش #%s"
2426
-
2427
- #: includes/gateways/simplify-commerce/class-wc-addons-gateway-simplify-commerce.php:322
2428
- #: includes/gateways/simplify-commerce-deprecated/class-wc-addons-gateway-simplify-commerce-deprecated.php:100
2429
- msgid "Simplify payment error: %s"
2430
- msgstr "پرداخت سیمپلیفی خطا داد: %s"
2431
-
2432
- #: includes/gateways/simplify-commerce/class-wc-addons-gateway-simplify-commerce.php:332
2433
- #: includes/gateways/simplify-commerce/class-wc-addons-gateway-simplify-commerce.php:452
2434
- #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:485
2435
- #: includes/gateways/simplify-commerce-deprecated/class-wc-addons-gateway-simplify-commerce-deprecated.php:110
2436
- msgid "Simplify payment approved (ID: %s, Auth Code: %s)"
2437
- msgstr "پرداخت Simplify تایید شد (ID: %s, Auth Code: %s)"
2438
-
2439
- #: includes/gateways/simplify-commerce/class-wc-addons-gateway-simplify-commerce.php:336
2440
- #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:343
2441
- #: includes/gateways/simplify-commerce-deprecated/class-wc-addons-gateway-simplify-commerce-deprecated.php:114
2442
- msgid "Simplify payment declined"
2443
- msgstr "پرداخت ساده مورد پذیرش قرار نگرفته است"
2444
-
2445
- #: includes/gateways/simplify-commerce/class-wc-addons-gateway-simplify-commerce.php:338
2446
- #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:345
2447
- #: includes/gateways/simplify-commerce-deprecated/class-wc-addons-gateway-simplify-commerce-deprecated.php:116
2448
- msgid "Payment was declined - please try another card."
2449
- msgstr "پرداخت رد شده است - خواهشمندیم از کارت دیگری استفاده کنید"
2450
-
2451
- #: includes/gateways/simplify-commerce/class-wc-addons-gateway-simplify-commerce.php:352
2452
- #: includes/gateways/simplify-commerce/class-wc-addons-gateway-simplify-commerce.php:457
2453
- msgid "Simplify Transaction Failed (%s)"
2454
- msgstr "تراکنش ساده شکست خورد (%s)"
2455
-
2456
- #: includes/gateways/simplify-commerce/class-wc-addons-gateway-simplify-commerce.php:430
2457
- msgid "%s - Pre-order for \"%s\""
2458
- msgstr "%s - پیش خرید برای \"%s\""
2459
-
2460
- #: includes/gateways/simplify-commerce/class-wc-addons-gateway-simplify-commerce.php:430
2461
- #: includes/gateways/simplify-commerce-deprecated/class-wc-addons-gateway-simplify-commerce-deprecated.php:65
2462
- msgid "(Order #%s)"
2463
- msgstr "(سفارش #%s)"
2464
-
2465
- #: includes/gateways/simplify-commerce/class-wc-addons-gateway-simplify-commerce.php:454
2466
- msgid "Payment was declined - the customer need to try another card."
2467
- msgstr "پرداخت برگشت خورده است - مشتری نیازمند استفاده از کارت دیگری است"
2468
-
2469
- #: includes/gateways/paypal/includes/class-wc-gateway-paypal-ipn-handler.php:148
2470
- msgid "Validation error: PayPal amounts do not match (gross %s)."
2471
- msgstr "خطای معتبرسازی: مقادیر پی‌پل همخوانی ندارند. ( %s ) "
2472
-
2473
- #: includes/gateways/paypal/includes/class-wc-gateway-paypal-ipn-handler.php:164
2474
- msgid "Validation error: PayPal IPN response from a different email address (%s)."
2475
- msgstr "خطای معتبرسازی: مقادیر پی‌پل همخوانی ندارند. ( %s ) "
2476
-
2477
- #: includes/gateways/paypal/includes/class-wc-gateway-paypal-ipn-handler.php:187
2478
- msgid "IPN payment completed"
2479
- msgstr "پرداخت IPN تکمیل شد"
2480
-
2481
- #: includes/gateways/paypal/includes/class-wc-gateway-paypal-ipn-handler.php:195
2482
- msgid "Payment pending: %s"
2483
- msgstr "در انتظار پرداخت: %s"
2484
-
2485
- #: includes/gateways/paypal/includes/class-wc-gateway-paypal-ipn-handler.php:214
2486
- #: includes/gateways/paypal/includes/class-wc-gateway-paypal-ipn-handler.php:254
2487
- #: includes/gateways/paypal/includes/class-wc-gateway-paypal-ipn-handler.php:269
2488
- msgid "Payment %s via IPN."
2489
- msgstr "پرداخت %s از طریق IPN."
2490
-
2491
- #: includes/gateways/paypal/includes/class-wc-gateway-paypal-ipn-handler.php:257
2492
- msgid "Payment for order %s refunded"
2493
- msgstr "وجه پرداختی برای سفارش %s بازگردانده شد"
2494
-
2495
- #: includes/gateways/paypal/includes/class-wc-gateway-paypal-ipn-handler.php:258
2496
- msgid "Order #%s has been marked as refunded - PayPal reason code: %s"
2497
- msgstr "سفارش #%s به عنوان بازپرداختی برچسب خورد - کد علت پی‌پل: %s"
2498
-
2499
- #: includes/gateways/paypal/includes/class-wc-gateway-paypal-ipn-handler.php:272
2500
- msgid "Payment for order %s reversed"
2501
- msgstr ""
2502
-
2503
- #: includes/gateways/paypal/includes/class-wc-gateway-paypal-ipn-handler.php:273
2504
- msgid "Order #%s has been marked on-hold due to a reversal - PayPal reason code: %s"
2505
- msgstr "سفارش #%s به عنوان متوقف‌شده به دلیل بازگشت برچسب خورد - کد علت پی‌پل: %s"
2506
-
2507
- #: includes/gateways/paypal/includes/class-wc-gateway-paypal-ipn-handler.php:284
2508
- msgid "Reversal cancelled for order #%s"
2509
- msgstr "برگشت های لغو شده برای سفارش %s"
2510
-
2511
- #: includes/gateways/paypal/includes/class-wc-gateway-paypal-ipn-handler.php:285
2512
- msgid "Order #%s has had a reversal cancelled. Please check the status of payment and update the order status accordingly here: %s"
2513
- msgstr "درخواست برگشت سفارش #%s رد شده است. خواهشمند است وضعیت پرداخت را بررسی کرده و وضعیت سفارش را بر این اساس: %s بروزرسانی نمایید."
2514
-
2515
- #: includes/gateways/paypal/includes/class-wc-gateway-paypal-pdt-handler.php:77
2516
- msgid "Validation error: PayPal amounts do not match (amt %s)."
2517
- msgstr "خطای معتبرسازی: مقادیر پی‌پل همخوانی ندارند. ( %s ) "
2518
-
2519
- #: includes/gateways/paypal/includes/class-wc-gateway-paypal-pdt-handler.php:79
2520
- msgid "PDT payment completed"
2521
- msgstr "پرداخت PDTتکمیل شد"
2522
-
2523
- #: includes/gateways/paypal/includes/class-wc-gateway-paypal-request.php:182
2524
- #: includes/gateways/paypal/includes/class-wc-gateway-paypal-request.php:264
2525
- msgid "Shipping via %s"
2526
- msgstr "حمل و نقل از طریق %s"
2527
-
2528
- #: includes/gateways/paypal/includes/settings-paypal.php:14
2529
- msgid "Enable PayPal standard"
2530
- msgstr "فعال کردن پی پال استاندارد"
2531
-
2532
- #: includes/gateways/paypal/includes/settings-paypal.php:28
2533
- #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:202
2534
- msgid "This controls the description which the user sees during checkout."
2535
- msgstr "این کنترل ها مشخص میکنند که کاربر طی فرایند پرداخت چه چیزهایی میبیند"
2536
-
2537
- #: includes/gateways/paypal/includes/settings-paypal.php:29
2538
- msgid "Pay via PayPal; you can pay with your credit card if you don't have a PayPal account."
2539
- msgstr "پرداخت از راه پی‌پال، اگر حساب کاربری پی‌پال ندارید، می توانید با کارت اعتباری پرداخت کنید."
2540
-
2541
- #: includes/gateways/paypal/includes/settings-paypal.php:32
2542
- msgid "PayPal Email"
2543
- msgstr "ايميل پی‌پل"
2544
-
2545
- #: includes/gateways/paypal/includes/settings-paypal.php:34
2546
- msgid "Please enter your PayPal email address; this is needed in order to take payment."
2547
- msgstr "خواهشمندیم ايميل پی‌پل خود را وارد کنید. این کار برای پرداخت لازم است."
2548
-
2549
- #: includes/gateways/paypal/includes/settings-paypal.php:40
2550
- msgid "PayPal Sandbox"
2551
- msgstr "سندباکس پی‌پال"
2552
-
2553
- #: includes/gateways/paypal/includes/settings-paypal.php:42
2554
- msgid "Enable PayPal sandbox"
2555
- msgstr "فعال کردن سندباکس پی‌پال"
2556
-
2557
- #: includes/gateways/paypal/includes/settings-paypal.php:44
2558
- msgid "PayPal sandbox can be used to test payments. Sign up for a developer account <a href=\"%s\">here</a>."
2559
- msgstr "سندباکس پی‌پال را می توان برای آزمایش پرداخت ها استفاده کرد. برای یک حساب برنامه نویس <a href=\"%s\">اینجا</a> نام نویسی کنید "
2560
-
2561
- #: includes/gateways/paypal/includes/settings-paypal.php:47
2562
- msgid "Debug Log"
2563
- msgstr "گزارش عیب یابی"
2564
-
2565
- #: includes/gateways/paypal/includes/settings-paypal.php:49
2566
- msgid "Enable logging"
2567
- msgstr "فعال کردن گزارش گیری"
2568
-
2569
- #: includes/gateways/paypal/includes/settings-paypal.php:51
2570
- msgid "Log PayPal events, such as IPN requests, inside <code>%s</code>"
2571
- msgstr "گزارش رویدادهای پی‌پال، نظیر درخواست آی پی ان درون <code>%s</code>"
2572
-
2573
- #: includes/gateways/paypal/includes/settings-paypal.php:54
2574
- msgid "Advanced options"
2575
- msgstr "گزینه های پیشرفته"
2576
-
2577
- #: includes/gateways/paypal/includes/settings-paypal.php:59
2578
- msgid "Receiver Email"
2579
- msgstr "ایمیل دریافت کننده"
2580
-
2581
- #: includes/gateways/paypal/includes/settings-paypal.php:61
2582
- 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."
2583
- 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."
2584
-
2585
- #: includes/gateways/paypal/includes/settings-paypal.php:67
2586
- msgid "PayPal Identity Token"
2587
- msgstr "PayPal Identity Token"
2588
-
2589
- #: includes/gateways/paypal/includes/settings-paypal.php:69
2590
- 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."
2591
- msgstr "برای فعال کردن \"انتقال داده های پرداخت\" به (پروفایل > پروفایل و تنظیمات > ابزار فروش من > عملکرد وب سایت) رفته و رمز هویت را در اینجا کپی کنید. اینکار اجازه پرداخت تایید شده بدون نیاز به IPN پی پال را خواهد داد."
2592
-
2593
- #: includes/gateways/paypal/includes/settings-paypal.php:75
2594
- msgid "Invoice Prefix"
2595
- msgstr "پیش فاکتور"
2596
-
2597
- #: includes/gateways/cod/class-wc-gateway-cod.php:61
2598
- msgid "Enable COD"
2599
- msgstr "پرداخت هنگام دریافت فعال است"
2600
-
2601
- #: includes/gateways/cod/class-wc-gateway-cod.php:62
2602
- msgid "Enable Cash on Delivery"
2603
- msgstr "فعال کردن پرداخت هنگام تحویل"
2604
-
2605
- #: includes/gateways/cod/class-wc-gateway-cod.php:77
2606
- msgid "Payment method description that the customer will see on your website."
2607
- msgstr "توضیحات پرداخت برای خریدار در هنگام انتخاب درگاه نمایش داده می‌شود."
2608
-
2609
- #: includes/gateways/cod/class-wc-gateway-cod.php:78
2610
- #: includes/gateways/cod/class-wc-gateway-cod.php:85
2611
- msgid "Pay with cash upon delivery."
2612
- msgstr "پرداخت نقدی پس از تحویل."
2613
-
2614
- #: includes/gateways/cod/class-wc-gateway-cod.php:84
2615
- msgid "Instructions that will be added to the thank you page."
2616
- msgstr "توضیحات در برگه تشکر، بعد از پرداخت."
2617
-
2618
- #: includes/gateways/cod/class-wc-gateway-cod.php:89
2619
- msgid "Enable for shipping methods"
2620
- msgstr "فعال کردن روشهای ارسال"
2621
-
2622
- #: includes/gateways/cod/class-wc-gateway-cod.php:94
2623
- msgid "If COD is only available for certain methods, set it up here. Leave blank to enable for all methods."
2624
- msgstr "اگر میخواهید پرداخت هنگام دریافت فقط در موارد خاصی فعال باشد، از اینجا پیکربندی آن را انجام دهید. اگر خالی بگذارید، برای تمام روشها اعمال میشود."
2625
-
2626
- #: includes/gateways/cod/class-wc-gateway-cod.php:98
2627
- msgid "Select shipping methods"
2628
- msgstr "انتخاب روشهای ارسال"
2629
-
2630
- #: includes/gateways/cod/class-wc-gateway-cod.php:102
2631
- msgid "Accept for virtual orders"
2632
- msgstr "تایید برای سفارش های مجازی"
2633
-
2634
- #: includes/gateways/cod/class-wc-gateway-cod.php:103
2635
- msgid "Accept COD if the order is virtual"
2636
- msgstr "پذیرش حمل و نقل COD در صورت مجازی بودن سفارش"
2637
-
2638
- #: includes/gateways/cod/class-wc-gateway-cod.php:203
2639
- msgid "Payment to be made upon delivery."
2640
- msgstr "پرداخت پس از تحویل"
2641
-
2642
- #: includes/gateways/paypal/class-wc-gateway-paypal.php:35
2643
- msgid "Proceed to PayPal"
2644
- msgstr "انتقال به پی پال"
2645
-
2646
- #: includes/gateways/paypal/class-wc-gateway-paypal.php:36
2647
- #: includes/gateways/paypal/includes/settings-paypal.php:21
2648
- msgid "PayPal"
2649
- msgstr "پی‌پال"
2650
-
2651
- #: includes/gateways/paypal/class-wc-gateway-paypal.php:37
2652
- 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."
2653
- msgstr ""
2654
-
2655
- #: includes/gateways/paypal/class-wc-gateway-paypal.php:95
2656
- msgid "PayPal Acceptance Mark"
2657
- msgstr "نشانه گذاری پذیرش پی پال"
2658
-
2659
- #: includes/gateways/paypal/class-wc-gateway-paypal.php:98
2660
- msgid "What is PayPal?"
2661
- msgstr "پی پال چیست؟"
2662
-
2663
- #: includes/gateways/paypal/class-wc-gateway-paypal.php:203
2664
- msgid "Gateway Disabled"
2665
- msgstr "درگاه غيرفعال شده است"
2666
-
2667
- #: includes/gateways/paypal/class-wc-gateway-paypal.php:203
2668
- msgid "PayPal does not support your store currency."
2669
- msgstr "پی‌پل واحد پول فروشگاه شما را قبول نمیکند."
2670
-
2671
- #: includes/gateways/paypal/class-wc-gateway-paypal.php:267
2672
- msgid "Refund Failed: No transaction ID"
2673
- msgstr "مشکل در بازگردانی وجه: نبود شماره تراکنش"
2674
-
2675
- #: includes/gateways/paypal/class-wc-gateway-paypal.php:288
2676
- msgid "Refunded %s - Refund ID: %s"
2677
- msgstr "مسترد شده %s - شناسه استرداد: %s"
2678
-
2679
- #: includes/gateways/paypal/includes/class-wc-gateway-paypal-ipn-handler.php:133
2680
- msgid "Validation error: PayPal currencies do not match (code %s)."
2681
- msgstr "خطای معتبرسازی: مقادیر پی‌پل همخوانی ندارند. (کد %s ) "
2682
-
2683
- #: includes/gateways/cheque/class-wc-gateway-cheque.php:63
2684
- msgid "Cheque Payment"
2685
- msgstr "پرداخت از طریق چک"
2686
-
2687
- #: includes/gateways/cheque/class-wc-gateway-cheque.php:70
2688
- msgid "Please send your cheque to Store Name, Store Street, Store Town, Store State / County, Store Postcode."
2689
- msgstr "خواهشمندیم چک خود را به نام فروشگاه، خیابان فروشگاه، شهر فروشگاه، ایالت/کشور فروشگاه، کدپستی فروشگاه بفرستید."
2690
-
2691
- #: includes/gateways/cheque/class-wc-gateway-cheque.php:116
2692
- msgid "Awaiting cheque payment"
2693
- msgstr "انتظار برای پاس شدن چك "
2694
-
2695
- #: includes/gateways/cod/class-wc-gateway-cod.php:27
2696
- msgid "Have your customers pay with cash (or by other means) upon delivery."
2697
- msgstr "پرداخت هزینه خرید هنگام تحویل در محل"
2698
-
2699
- #: includes/gateways/bacs/class-wc-gateway-bacs.php:90
2700
- 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."
2701
- msgstr "پرداخت خود را مستقیما به حساب بانکی ما واریز کنید . خواهشمندیم شماره سفارش خود را بعنوان کد ارجاع پرداخت استفاده کنید. سفارش شما تا زمانی که وجوه به حساب ما وارد نشود ارسال نخواهد شد."
2702
-
2703
- #: includes/gateways/bacs/class-wc-gateway-bacs.php:94
2704
- #: includes/gateways/cheque/class-wc-gateway-cheque.php:74
2705
- #: includes/gateways/cod/class-wc-gateway-cod.php:82
2706
- msgid "Instructions"
2707
- msgstr "دستورالعمل‌ها"
2708
-
2709
- #: includes/gateways/bacs/class-wc-gateway-bacs.php:96
2710
- #: includes/gateways/cheque/class-wc-gateway-cheque.php:76
2711
- msgid "Instructions that will be added to the thank you page and emails."
2712
- msgstr "دستور العمل ها در برگه تشکر و ایمیل ها افزوده می شود."
2713
-
2714
- #: includes/gateways/bacs/class-wc-gateway-bacs.php:120
2715
- #: includes/gateways/bacs/class-wc-gateway-bacs.php:278
2716
- msgid "Sort Code"
2717
- msgstr "شماره حساب"
2718
-
2719
- #: includes/gateways/bacs/class-wc-gateway-bacs.php:124
2720
- msgid "Account Details"
2721
- msgstr "اطلاعات حساب كاربری"
2722
-
2723
- #: includes/gateways/bacs/class-wc-gateway-bacs.php:130
2724
- msgid "Account Name"
2725
- msgstr "نام حساب"
2726
-
2727
- #: includes/gateways/bacs/class-wc-gateway-bacs.php:131
2728
- #: includes/gateways/bacs/class-wc-gateway-bacs.php:298
2729
- msgid "Account Number"
2730
- msgstr "شماره کارت"
2731
-
2732
- #: includes/gateways/bacs/class-wc-gateway-bacs.php:132
2733
- msgid "Bank Name"
2734
- msgstr "نام بانک"
2735
-
2736
- #: includes/gateways/bacs/class-wc-gateway-bacs.php:134
2737
- #: includes/gateways/bacs/class-wc-gateway-bacs.php:306
2738
- msgid "IBAN"
2739
- msgstr "شماره حساب بانک بین المللی"
2740
-
2741
- #: includes/gateways/bacs/class-wc-gateway-bacs.php:135
2742
- msgid "BIC / Swift"
2743
- msgstr "BIC (قبلا به نام سوییفت شناخته میشد)"
2744
-
2745
- #: includes/gateways/bacs/class-wc-gateway-bacs.php:160
2746
- msgid "+ Add Account"
2747
- msgstr "+ افزودن حساب کاربری"
2748
-
2749
- #: includes/gateways/bacs/class-wc-gateway-bacs.php:160
2750
- msgid "Remove selected account(s)"
2751
- msgstr "حذف حساب کاربری های انتخاب شده"
2752
-
2753
- #: includes/gateways/bacs/class-wc-gateway-bacs.php:283
2754
- msgid "Our Bank Details"
2755
- msgstr "مشخصات بانکی"
2756
-
2757
- #: includes/gateways/bacs/class-wc-gateway-bacs.php:310
2758
- msgid "BIC"
2759
- msgstr "BIC"
2760
-
2761
- #: includes/gateways/bacs/class-wc-gateway-bacs.php:338
2762
- msgid "Awaiting BACS payment"
2763
- msgstr "در انتظار واریز مبلغ به حساب"
2764
-
2765
- #: includes/gateways/bacs/class-wc-gateway-bacs.php:367
2766
- msgid "BSB"
2767
- msgstr "BSB"
2768
-
2769
- #: includes/gateways/bacs/class-wc-gateway-bacs.php:372
2770
- msgid "Bank Transit Number"
2771
- msgstr "شماره تراکنش بانک"
2772
-
2773
- #: includes/gateways/bacs/class-wc-gateway-bacs.php:377
2774
- msgid "IFSC"
2775
- msgstr "IFSC"
2776
-
2777
- #: includes/gateways/bacs/class-wc-gateway-bacs.php:382
2778
- msgid "Branch Sort"
2779
- msgstr "چینش شاخه"
2780
-
2781
- #: includes/gateways/bacs/class-wc-gateway-bacs.php:387
2782
- #: includes/gateways/bacs/class-wc-gateway-bacs.php:392
2783
- msgid "Bank Code"
2784
- msgstr "کد بانک"
2785
-
2786
- #: includes/gateways/bacs/class-wc-gateway-bacs.php:397
2787
- msgid "Routing Number"
2788
- msgstr "شماره مسیریابی"
2789
-
2790
- #: includes/gateways/bacs/class-wc-gateway-bacs.php:402
2791
- msgid "Branch Code"
2792
- msgstr "کد شاخه"
2793
-
2794
- #: includes/gateways/cheque/class-wc-gateway-cheque.php:27
2795
- msgid "Cheque"
2796
- msgstr "چک"
2797
-
2798
- #: includes/gateways/cheque/class-wc-gateway-cheque.php:28
2799
- msgid "Allows cheque payments. Why would you take cheques 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."
2800
- msgstr "اجازه پرداخت با چک. چرا در دوره از تاریخ از چک استفاده میکنید؟! در هر حال این کار باعث میشود شما اجازه تست خرید موفق محصول خریداری شده را داشته باشید. "
2801
-
2802
- #: includes/gateways/cheque/class-wc-gateway-cheque.php:56
2803
- msgid "Enable Cheque Payment"
2804
- msgstr "فعال کردن پرداخت از طریق چک"
2805
-
2806
- #: includes/emails/class-wc-email-failed-order.php:28
2807
- msgid "Failed order emails are sent to chosen recipient(s) when orders have been marked failed (if they were previously processing or on-hold)."
2808
- msgstr ""
2809
-
2810
- #: includes/emails/class-wc-email-failed-order.php:30
2811
- msgid "[{site_title}] Failed order ({order_number})"
2812
- msgstr "[{site_title}] سفارش انجام نشده ({order_number})"
2813
-
2814
- #: includes/emails/class-wc-email-new-order.php:27
2815
- msgid "New order"
2816
- msgstr "سفارش جدید"
2817
-
2818
- #: includes/emails/class-wc-email-new-order.php:28
2819
- msgid "New order emails are sent to chosen recipient(s) when a new order is received."
2820
- msgstr ""
2821
-
2822
- #: includes/emails/class-wc-email-new-order.php:29
2823
- msgid "New customer order"
2824
- msgstr "درخواست جدید خرید مشتری"
2825
-
2826
- #: includes/emails/class-wc-email-new-order.php:30
2827
- msgid "[{site_title}] New customer order ({order_number}) - {order_date}"
2828
- msgstr "[{site_title}] سفارش جدید مشتری ({order_number}) - {order_date}"
2829
-
2830
- #: includes/emails/class-wc-email.php:519
2831
- msgid "Plain text"
2832
- msgstr "متن ساده"
2833
-
2834
- #: includes/emails/class-wc-email.php:522
2835
- msgid "HTML"
2836
- msgstr "HTML"
2837
-
2838
- #: includes/emails/class-wc-email.php:523
2839
- msgid "Multipart"
2840
- msgstr "چند بخشی"
2841
-
2842
- #: includes/emails/class-wc-email.php:586
2843
- msgid "Could not write to template file."
2844
- msgstr "در فایل الگو نمیتوانید بنویسید"
2845
-
2846
- #: includes/emails/class-wc-email.php:632
2847
- msgid "Template file copied to theme."
2848
- msgstr "فایل الگو به عنوان زمینه کپی شد."
2849
-
2850
- #: includes/emails/class-wc-email.php:661
2851
- msgid "Template file deleted from theme."
2852
- msgstr "فایل الگو از زمینه پاک شد"
2853
-
2854
- #: includes/emails/class-wc-email.php:734
2855
- msgid "HTML template"
2856
- msgstr "الگوی HTML"
2857
-
2858
- #: includes/emails/class-wc-email.php:735
2859
- msgid "Plain text template"
2860
- msgstr "الگوی متنی ساده"
2861
-
2862
- #: includes/emails/class-wc-email.php:760
2863
- msgid "Delete template file"
2864
- msgstr "پاک کردن فایل الگو"
2865
-
2866
- #: includes/emails/class-wc-email.php:763
2867
- msgid "This template has been overridden by your theme and can be found in: <code>%s</code>."
2868
- msgstr "الگو بر روی زمینه شما بازنویسی شد و در اینجا قابل دسترس است <code>%s</code>."
2869
-
2870
- #: includes/emails/class-wc-email.php:776
2871
- msgid "Copy file to theme"
2872
- msgstr "کپی کردن فایل به زمینه"
2873
-
2874
- #: includes/emails/class-wc-email.php:779
2875
- msgid "To override and edit this email template copy <code>%s</code> to your theme folder: <code>%s</code>."
2876
- msgstr "برای بازنویسی و ویرایش این الگوی ایمیل پوشه الگو را<code>%s</code> کپی کنید <code>%s</code>."
2877
-
2878
- #: includes/emails/class-wc-email.php:788
2879
- msgid "File was not found."
2880
- msgstr "فایل مورد نظر یافت نشد"
2881
-
2882
- #: includes/emails/class-wc-email.php:815
2883
- msgid "View template"
2884
- msgstr "دیدن الگو"
2885
-
2886
- #: includes/emails/class-wc-email.php:816
2887
- msgid "Hide template"
2888
- msgstr "مخفی کردن الگو"
2889
-
2890
- #: includes/emails/class-wc-email.php:827
2891
- msgid "Are you sure you want to delete this template file?"
2892
- msgstr "آیا مطمئن هستید که میخواهید این فایل الگو را پاک کنید؟"
2893
-
2894
- #: includes/gateways/bacs/class-wc-gateway-bacs.php:31
2895
- msgid "BACS"
2896
- msgstr "خرید BACS"
2897
-
2898
- #: includes/gateways/bacs/class-wc-gateway-bacs.php:32
2899
- msgid "Allows payments by BACS, more commonly known as direct bank/wire transfer."
2900
- msgstr "اجازه پرداخت توسط BACS معمولا بعنوان انتقال مستقیم به بانک معروف می باشد."
2901
-
2902
- #: includes/gateways/bacs/class-wc-gateway-bacs.php:76
2903
- msgid "Enable Bank Transfer"
2904
- msgstr "فعال کردن خرید از طریق انتقال به کارت یا حساب"
2905
-
2906
- #: includes/gateways/bacs/class-wc-gateway-bacs.php:80
2907
- #: includes/gateways/cheque/class-wc-gateway-cheque.php:60
2908
- #: includes/gateways/cod/class-wc-gateway-cod.php:68
2909
- #: includes/gateways/paypal/includes/settings-paypal.php:18
2910
- #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:193
2911
- #: includes/shipping/local-delivery/class-wc-shipping-local-delivery.php:95
2912
- #: includes/shipping/local-pickup/class-wc-shipping-local-pickup.php:73
2913
- #: includes/widgets/class-wc-widget-cart.php:32
2914
- #: includes/widgets/class-wc-widget-layered-nav-filters.php:30
2915
- #: includes/widgets/class-wc-widget-layered-nav.php:78
2916
- #: includes/widgets/class-wc-widget-price-filter.php:32
2917
- #: includes/widgets/class-wc-widget-product-categories.php:44
2918
- #: includes/widgets/class-wc-widget-product-search.php:30
2919
- #: includes/widgets/class-wc-widget-product-tag-cloud.php:30
2920
- #: includes/widgets/class-wc-widget-products.php:30
2921
- #: includes/widgets/class-wc-widget-recent-reviews.php:30
2922
- #: includes/widgets/class-wc-widget-recently-viewed.php:30
2923
- #: includes/widgets/class-wc-widget-top-rated-products.php:32
2924
- msgid "Title"
2925
- msgstr "عنوان"
2926
-
2927
- #: includes/gateways/bacs/class-wc-gateway-bacs.php:82
2928
- #: includes/gateways/cheque/class-wc-gateway-cheque.php:62
2929
- #: includes/gateways/paypal/includes/settings-paypal.php:20
2930
- #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:195
2931
- #: includes/shipping/flat-rate/includes/settings-flat-rate.php:22
2932
- #: includes/shipping/free-shipping/class-wc-shipping-free-shipping.php:77
2933
- #: includes/shipping/local-delivery/class-wc-shipping-local-delivery.php:97
2934
- #: includes/shipping/local-pickup/class-wc-shipping-local-pickup.php:75
2935
- msgid "This controls the title which the user sees during checkout."
2936
- msgstr "متن نمایشی هنگام پرداخت صورتحساب"
2937
-
2938
- #: includes/gateways/bacs/class-wc-gateway-bacs.php:83
2939
- msgid "Direct Bank Transfer"
2940
- msgstr "انتقال مستقیم بانکی"
2941
-
2942
- #: includes/gateways/bacs/class-wc-gateway-bacs.php:89
2943
- #: includes/gateways/cheque/class-wc-gateway-cheque.php:69
2944
- #: includes/gateways/cod/class-wc-gateway-cod.php:70
2945
- msgid "Payment method description that the customer will see on your checkout."
2946
- msgstr "توضیحات پرداخت برای خریدار در هنگام انتخاب درگاه نمایش داده می‌شود."
2947
-
2948
- #: includes/emails/class-wc-email-customer-processing-order.php:28
2949
- msgid "Processing order"
2950
- msgstr "پردازش درخواست خرید"
2951
-
2952
- #: includes/emails/class-wc-email-customer-processing-order.php:29
2953
- msgid "This is an order notification sent to customers containing their order details after payment."
2954
- msgstr "این یک آگهی سفارش فرستاده شده به مشتری پس از پرداخت می باشد که محتوی جزییات سفارش است."
2955
-
2956
- #: includes/emails/class-wc-email-customer-processing-order.php:30
2957
- msgid "Thank you for your order"
2958
- msgstr "از خرید شما متشکریم"
2959
-
2960
- #: includes/emails/class-wc-email-customer-processing-order.php:31
2961
- msgid "Your {site_title} order receipt from {order_date}"
2962
- msgstr "رسید خرید {site_title} شما از {order_date}"
2963
-
2964
- #: includes/emails/class-wc-email-customer-refunded-order.php:57
2965
- msgid "Your {site_title} order from {order_date} has been partially refunded"
2966
- msgstr "سفارش شما از {site_title} در تاریخ {order_date} به صورت نیمه بازپرداخت شده است"
2967
-
2968
- #: includes/emails/class-wc-email-customer-refunded-order.php:58
2969
- msgid "Your {site_title} order from {order_date} has been refunded"
2970
- msgstr "سفارش شما از {site_title} در تاریخ {order_date} بازپرداخت شده است"
2971
-
2972
- #: includes/emails/class-wc-email-customer-refunded-order.php:60
2973
- msgid "Your order has been fully refunded"
2974
- msgstr "سفارش شما به طور کامل مسترد شد"
2975
-
2976
- #: includes/emails/class-wc-email-customer-refunded-order.php:61
2977
- msgid "Your order has been partially refunded"
2978
- msgstr "سفارش شما به طور ناقص مسترد شد"
2979
-
2980
- #: includes/emails/class-wc-email-customer-refunded-order.php:65
2981
- msgid "Partially Refunded order"
2982
- msgstr "سفارش نیمه بازپرداخت‌شده"
2983
-
2984
- #: includes/emails/class-wc-email-customer-refunded-order.php:66
2985
- msgid "Order partially refunded emails are sent to customers when their orders are partially refunded."
2986
- msgstr "ایمیل‌های سفارش نیمه بازپرداخت‌شده هنگامی که سفارشی نیمه بازپرداختی برچسب خورد به مشتریان فرستاده شود."
2987
-
2988
- #: includes/emails/class-wc-email-customer-refunded-order.php:74
2989
- msgid "Refunded order"
2990
- msgstr "سفارش برگشت خورده"
2991
-
2992
- #: includes/emails/class-wc-email-customer-refunded-order.php:75
2993
- msgid "Order refunded emails are sent to customers when their orders are marked refunded."
2994
- msgstr "ایمیل‌های سفارش بازپرداخت‌شده هنگامی که سفارشی بازپرداختی برچسب خورد به مشتریان فرستاده شود."
2995
-
2996
- #: includes/emails/class-wc-email-customer-refunded-order.php:205
2997
- msgid "Full Refund Subject"
2998
- msgstr "موضوع بازپرداخت کامل"
2999
-
3000
- #: includes/emails/class-wc-email-customer-refunded-order.php:213
3001
- msgid "Partial Refund Subject"
3002
- msgstr "موضوع بازپرداخت نیمه"
3003
-
3004
- #: includes/emails/class-wc-email-customer-refunded-order.php:221
3005
- msgid "Full Refund Email Heading"
3006
- msgstr "سربرگ ایمیل برای بازپرداخت کامل"
3007
-
3008
- #: includes/emails/class-wc-email-customer-refunded-order.php:229
3009
- msgid "Partial Refund Email Heading"
3010
- msgstr "سربرگ ایمیل برای بازپرداخت نیمه"
3011
-
3012
- #: includes/emails/class-wc-email-customer-reset-password.php:49
3013
- msgid "Reset password"
3014
- msgstr "بازگردانی گذرواژه"
3015
-
3016
- #: includes/emails/class-wc-email-customer-reset-password.php:50
3017
- msgid "Customer \"reset password\" emails are sent when customers reset their passwords."
3018
- msgstr "ایمیل های \"نوسازی گذرواژه\" زمانی فرستاده می شود که خریدار درخواست نوسازی گذرواژه را بکند."
3019
-
3020
- #: includes/emails/class-wc-email-customer-reset-password.php:56
3021
- msgid "Password Reset for {site_title}"
3022
- msgstr "بازیابی گذرواژه در {site_title}"
3023
-
3024
- #: includes/emails/class-wc-email-customer-reset-password.php:57
3025
- msgid "Password Reset Instructions"
3026
- msgstr "مراحل بازگردانی گذرواژه"
3027
-
3028
- #: includes/emails/class-wc-email-failed-order.php:27
3029
- #: includes/emails/class-wc-email-failed-order.php:29
3030
- msgid "Failed order"
3031
- msgstr "سفارش نامعتبر"
3032
-
3033
- #: includes/emails/class-wc-email-cancelled-order.php:119
3034
- #: includes/emails/class-wc-email-failed-order.php:119
3035
- #: includes/emails/class-wc-email-new-order.php:124
3036
- msgid "This controls the email subject line. Leave blank to use the default subject: <code>%s</code>."
3037
- msgstr "کنترل موضوع ایمیل ها. اگر مایل به استفاده از حالت پیش فرض هستید، خالی بگذارید <code>%s</code>"
3038
-
3039
- #: includes/emails/class-wc-email-cancelled-order.php:125
3040
- #: includes/emails/class-wc-email-customer-completed-order.php:153
3041
- #: includes/emails/class-wc-email-customer-invoice.php:166
3042
- #: includes/emails/class-wc-email-failed-order.php:125
3043
- #: includes/emails/class-wc-email-new-order.php:130
3044
- #: includes/emails/class-wc-email.php:495
3045
- msgid "Email Heading"
3046
- msgstr "عنوان ایمیل"
3047
-
3048
- #: includes/emails/class-wc-email-cancelled-order.php:127
3049
- #: includes/emails/class-wc-email-failed-order.php:127
3050
- #: includes/emails/class-wc-email-new-order.php:132
3051
- msgid "This controls the main heading contained within the email notification. Leave blank to use the default heading: <code>%s</code>."
3052
- msgstr "کنترل عنوان اصلی ایمیل ها که شامل ایمیل های اطلاع رسانی هم میشود. جهت استفاده از حالت پیش فرض خالی بگذارید <code>%s</code>"
3053
-
3054
- #: includes/emails/class-wc-email-cancelled-order.php:133
3055
- #: includes/emails/class-wc-email-customer-completed-order.php:177
3056
- #: includes/emails/class-wc-email-customer-refunded-order.php:237
3057
- #: includes/emails/class-wc-email-failed-order.php:133
3058
- #: includes/emails/class-wc-email-new-order.php:138
3059
- #: includes/emails/class-wc-email.php:503
3060
- msgid "Email type"
3061
- msgstr "نوع ایمیل"
3062
-
3063
- #: includes/emails/class-wc-email-cancelled-order.php:135
3064
- #: includes/emails/class-wc-email-customer-completed-order.php:179
3065
- #: includes/emails/class-wc-email-customer-invoice.php:192
3066
- #: includes/emails/class-wc-email-customer-refunded-order.php:239
3067
- #: includes/emails/class-wc-email-failed-order.php:135
3068
- #: includes/emails/class-wc-email-new-order.php:140
3069
- #: includes/emails/class-wc-email.php:505
3070
- msgid "Choose which format of email to send."
3071
- msgstr "انتخاب کنید چه نوع ساختاری برای ایمیل فرستاده شده استفاده شود"
3072
-
3073
- #: includes/emails/class-wc-email-customer-completed-order.php:29
3074
- msgid "Completed order"
3075
- msgstr "سفارش های تکمیل شده"
3076
-
3077
- #: includes/emails/class-wc-email-customer-completed-order.php:30
3078
- msgid "Order complete emails are sent to customers when their orders are marked completed and usually indicate that their orders have been shipped."
3079
- msgstr ""
3080
- "ایمیل های سفارشات تکمیل شده، وقتی که سفارش آنها برچسب تکمیل شده دریافت میکند ارسال می شود، \n"
3081
- "و معمولا به معنی ارسال شدن سفارش آنها است."
3082
-
3083
- #: includes/emails/class-wc-email-customer-completed-order.php:32
3084
- msgid "Your order is complete"
3085
- msgstr "درخواست خرید کامل شد."
3086
-
3087
- #: includes/emails/class-wc-email-customer-completed-order.php:33
3088
- msgid "Your {site_title} order from {order_date} is complete"
3089
- msgstr "سفارش شما از {site_title} در تاریخ {order_date} تکمیل شده ( ارسال شده ) است"
3090
-
3091
- #: includes/emails/class-wc-email-customer-completed-order.php:42
3092
- msgid "Your order is complete - download your files"
3093
- msgstr "درخواست خرید شما کامل شد. فایل مورد نظر را دانلود کنید."
3094
-
3095
- #: includes/emails/class-wc-email-customer-completed-order.php:43
3096
- msgid "Your {site_title} order from {order_date} is complete - download your files"
3097
- msgstr "سفارش شما در {site_title} از {order_date} کامل شد. فایل مرد نظر را دانلود کنید"
3098
-
3099
- #: includes/emails/class-wc-email-customer-completed-order.php:147
3100
- #: includes/emails/class-wc-email-customer-completed-order.php:155
3101
- #: includes/emails/class-wc-email-customer-completed-order.php:163
3102
- #: includes/emails/class-wc-email-customer-completed-order.php:171
3103
- #: includes/emails/class-wc-email-customer-invoice.php:160
3104
- #: includes/emails/class-wc-email-customer-invoice.php:168
3105
- #: includes/emails/class-wc-email-customer-invoice.php:176
3106
- #: includes/emails/class-wc-email-customer-invoice.php:184
3107
- #: includes/emails/class-wc-email-customer-refunded-order.php:207
3108
- #: includes/emails/class-wc-email-customer-refunded-order.php:215
3109
- #: includes/emails/class-wc-email-customer-refunded-order.php:223
3110
- #: includes/emails/class-wc-email-customer-refunded-order.php:231
3111
- #: includes/emails/class-wc-email.php:489
3112
- #: includes/emails/class-wc-email.php:497
3113
- msgid "Defaults to <code>%s</code>"
3114
- msgstr "پیشفرض به <code>%s</code>"
3115
-
3116
- #: includes/emails/class-wc-email-customer-completed-order.php:161
3117
- msgid "Subject (downloadable)"
3118
- msgstr "موضوع (دانلودی)"
3119
-
3120
- #: includes/emails/class-wc-email-customer-completed-order.php:169
3121
- msgid "Email Heading (downloadable)"
3122
- msgstr "عنوان ایمیل (دانلودی)"
3123
-
3124
- #: includes/emails/class-wc-email-customer-invoice.php:42
3125
- msgid "Customer invoice"
3126
- msgstr "صورتحساب مشتری"
3127
-
3128
- #: includes/emails/class-wc-email-customer-invoice.php:43
3129
- msgid "Customer invoice emails can be sent to customers containing their order information and payment links."
3130
- msgstr "ایمیل فاکتور مشتری به همراه جزییات سفارش و پیوندهای پرداخت است که می تواند به مشتری فرستاده شود."
3131
-
3132
- #: includes/emails/class-wc-email-customer-invoice.php:48
3133
- msgid "Invoice for order {order_number} from {order_date}"
3134
- msgstr "صورتحساب برای خرید {order_number} از {order_date}"
3135
-
3136
- #: includes/emails/class-wc-email-customer-invoice.php:49
3137
- msgid "Invoice for order {order_number}"
3138
- msgstr "صورتحساب برای خرید {order_number}"
3139
-
3140
- #: includes/emails/class-wc-email-customer-invoice.php:51
3141
- msgid "Your {site_title} order from {order_date}"
3142
- msgstr "خرید {site_title} شما از {order_date}"
3143
-
3144
- #: includes/emails/class-wc-email-customer-invoice.php:52
3145
- msgid "Order {order_number} details"
3146
- msgstr "جزییات خرید {order_number}"
3147
-
3148
- #: includes/emails/class-wc-email-customer-invoice.php:158
3149
- #: includes/emails/class-wc-email.php:487
3150
- msgid "Email Subject"
3151
- msgstr "موضوع ایمیل"
3152
-
3153
- #: includes/emails/class-wc-email-customer-invoice.php:174
3154
- msgid "Email Subject (paid)"
3155
- msgstr "موضوع ایمیل (پرداخت)"
3156
-
3157
- #: includes/emails/class-wc-email-customer-invoice.php:182
3158
- msgid "Email Heading (paid)"
3159
- msgstr "عنوان ایمیل (پرداخت)"
3160
-
3161
- #: includes/emails/class-wc-email-customer-invoice.php:190
3162
- msgid "Email Type"
3163
- msgstr "نوع ایمیل"
3164
-
3165
- #: includes/emails/class-wc-email-customer-new-account.php:57
3166
- msgid "New account"
3167
- msgstr "حساب کاربری جدید"
3168
-
3169
- #: includes/emails/class-wc-email-customer-new-account.php:58
3170
- msgid "Customer \"new account\" emails are sent to the customer when a customer signs up via checkout or account pages."
3171
- msgstr "ایمیل \"حساب کاربری تازه\" مشتری است، هنگامیکه مشتری در برگه پرداخت یا حساب کاربری نام نویسی کرده است، به مشتری فرستاده شده است."
3172
-
3173
- #: includes/emails/class-wc-email-customer-new-account.php:63
3174
- msgid "Your account on {site_title}"
3175
- msgstr "حساب کاربری شما در {site_title}"
3176
-
3177
- #: includes/emails/class-wc-email-customer-new-account.php:64
3178
- msgid "Welcome to {site_title}"
3179
- msgstr "به {site_title} خوش آمدید"
3180
-
3181
- #: includes/emails/class-wc-email-customer-note.php:36
3182
- msgid "Customer note"
3183
- msgstr "یادداشت مشتری"
3184
-
3185
- #: includes/emails/class-wc-email-customer-note.php:37
3186
- msgid "Customer note emails are sent when you add a note to an order."
3187
- msgstr "ایمیل های یاداشت مشتری وقتی شما یک یادداشت به درخواست اضافه کردید، فرستاده شد."
3188
-
3189
- #: includes/emails/class-wc-email-customer-note.php:42
3190
- msgid "Note added to your {site_title} order from {order_date}"
3191
- msgstr "یادداشت شما به درخواست {site_title} از {order_date} اضافه شد."
3192
-
3193
- #: includes/emails/class-wc-email-customer-note.php:43
3194
- msgid "A note has been added to your order"
3195
- msgstr "یادداشت به درخواست خرید شما اضافه شد."
3196
-
3197
- #: includes/class-wc-product-variable.php:43
3198
- msgid "Select options"
3199
- msgstr "انتخاب گزینه ها"
3200
-
3201
- #: includes/class-wc-product-variable.php:754
3202
- msgid "This variable product has no active variations. Add or enable variations to allow this product to be purchased."
3203
- msgstr "این محصول متغیر هیچ گزینه ی فعال قابل تغییری ندارد. برای فعال سازی قابلیت خرید باید متغیر ها را اضافه و یا فعال نمایید."
3204
-
3205
- #: includes/class-wc-product-variation.php:751
3206
- msgid "%s &ndash; %s%s"
3207
- msgstr "%s &ndash; %s%s"
3208
-
3209
- #: includes/class-wc-query.php:109
3210
- msgid "Pay for Order"
3211
- msgstr "پرداخت برای سفارش"
3212
-
3213
- #: includes/class-wc-query.php:116
3214
- #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:406
3215
- #: templates/emails/email-order-details.php:25
3216
- #: templates/emails/email-order-details.php:27
3217
- msgid "Order #%s"
3218
- msgstr "سفارش #%s"
3219
-
3220
- #: includes/class-wc-query.php:119
3221
- msgid "Edit Account Details"
3222
- msgstr "ویرایش ریز حساب كاربری"
3223
-
3224
- #: includes/class-wc-webhook.php:605
3225
- msgid "Error: Delivery URL cannot be reached: %s"
3226
- msgstr ""
3227
-
3228
- #: includes/class-wc-webhook.php:609
3229
- msgid "Error: Delivery URL returned response code: %s"
3230
- msgstr ""
3231
-
3232
- #: includes/cli/class-wc-cli-coupon.php:241
3233
- #: includes/cli/class-wc-cli-coupon.php:431
3234
- msgid "Invalid coupon ID or code: %s"
3235
- msgstr "شناسه یا کد تخفیف نامعتبر است: %s"
3236
-
3237
- #: includes/cli/class-wc-cli-customer.php:566
3238
- msgid "Invalid customer \"%s\""
3239
- msgstr "مشتری نامعتبر \"%s\""
3240
-
3241
- #: includes/cli/class-wc-cli-order.php:109
3242
- msgid "Missing customer_id field"
3243
- msgstr "گزینه customer_id وجود ندارد"
3244
-
3245
- #: includes/cli/class-wc-cli-order.php:272
3246
- msgid "Invalid order \"%s\""
3247
- msgstr "سفارش نامعتبر \"%s\""
3248
-
3249
- #: includes/cli/class-wc-cli-product-category.php:124
3250
- msgid "Invalid product category ID \"%s\""
3251
- msgstr "شناسه دسته بندی محصول نامعتبر \"%s\""
3252
-
3253
- #: includes/cli/class-wc-cli-product.php:288
3254
- #: includes/cli/class-wc-cli-product.php:537
3255
- msgid "Invalid product \"%s\""
3256
- msgstr "محصول نامعتبر \"%s\""
3257
-
3258
- #: includes/cli/class-wc-cli-tax.php:300 includes/cli/class-wc-cli-tax.php:495
3259
- msgid "Invalid tax rate ID: %s"
3260
- msgstr "شناسه نرخ مالیات نامعتبر است: %s"
3261
-
3262
- #: includes/emails/class-wc-email-cancelled-order.php:27
3263
- #: includes/emails/class-wc-email-cancelled-order.php:29
3264
- msgid "Cancelled order"
3265
- msgstr "سفارش لفو شد"
3266
-
3267
- #: includes/emails/class-wc-email-cancelled-order.php:28
3268
- msgid "Cancelled order emails are sent to chosen recipient(s) when orders have been marked cancelled (if they were previously processing or on-hold)."
3269
- msgstr "وقتی سفارش‌ها به عنوان لغو شده نشانه گذاری می‌شوند (اگر قبلا در حال پردازش یا در انتظار بودند) ایمیل سفارشات لغو شده برای دریافت کنندگان انتخاب شده فرستاده می‌شود."
3270
-
3271
- #: includes/emails/class-wc-email-cancelled-order.php:30
3272
- msgid "[{site_title}] Cancelled order ({order_number})"
3273
- msgstr "[{site_title}] سفارش لغو شد ({order_number})"
3274
-
3275
- #: includes/emails/class-wc-email-cancelled-order.php:103
3276
- #: includes/emails/class-wc-email-customer-completed-order.php:139
3277
- #: includes/emails/class-wc-email-customer-refunded-order.php:199
3278
- #: includes/emails/class-wc-email-failed-order.php:103
3279
- #: includes/emails/class-wc-email-new-order.php:108
3280
- #: includes/emails/class-wc-email.php:481
3281
- #: includes/gateways/bacs/class-wc-gateway-bacs.php:74
3282
- #: includes/gateways/cheque/class-wc-gateway-cheque.php:54
3283
- #: includes/gateways/paypal/includes/settings-paypal.php:12
3284
- #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:186
3285
- #: includes/shipping/flat-rate/includes/settings-flat-rate.php:14
3286
- #: includes/shipping/free-shipping/class-wc-shipping-free-shipping.php:69
3287
- msgid "Enable/Disable"
3288
- msgstr "فعال/غیرفعال"
3289
-
3290
- #: includes/emails/class-wc-email-cancelled-order.php:105
3291
- #: includes/emails/class-wc-email-customer-completed-order.php:141
3292
- #: includes/emails/class-wc-email-customer-refunded-order.php:201
3293
- #: includes/emails/class-wc-email-failed-order.php:105
3294
- #: includes/emails/class-wc-email-new-order.php:110
3295
- #: includes/emails/class-wc-email.php:483
3296
- msgid "Enable this email notification"
3297
- msgstr "فعال سازی اطلاع رسانی از طریق ایمیل"
3298
-
3299
- #: includes/emails/class-wc-email-cancelled-order.php:111
3300
- #: includes/emails/class-wc-email-failed-order.php:111
3301
- #: includes/emails/class-wc-email-new-order.php:116
3302
- msgid "Enter recipients (comma separated) for this email. Defaults to <code>%s</code>."
3303
- msgstr "گیرندگان ایمیل را وارد (بوسیله کاما از هم جدا کنید). به طور پیش فرض <code>%s</code>"
3304
-
3305
- #: includes/emails/class-wc-email-cancelled-order.php:117
3306
- #: includes/emails/class-wc-email-customer-completed-order.php:145
3307
- #: includes/emails/class-wc-email-failed-order.php:117
3308
- #: includes/emails/class-wc-email-new-order.php:122
3309
- msgid "Subject"
3310
- msgstr "موضوع"
3311
-
3312
- #: includes/class-wc-post-types.php:359
3313
- msgid "View Coupon"
3314
- msgstr "نمایش کوپن"
3315
-
3316
- #: includes/class-wc-post-types.php:360
3317
- msgid "Search Coupons"
3318
- msgstr "جستجوی کوپن ها"
3319
-
3320
- #: includes/class-wc-post-types.php:361
3321
- msgid "No Coupons found"
3322
- msgstr "کوپنی یافت نشد"
3323
-
3324
- #: includes/class-wc-post-types.php:362
3325
- msgid "No Coupons found in trash"
3326
- msgstr "کوپنی در زباله‌دان پیدا نشد"
3327
-
3328
- #: includes/class-wc-post-types.php:363
3329
- msgid "Parent Coupon"
3330
- msgstr "کوپن مادر"
3331
-
3332
- #: includes/class-wc-post-types.php:365
3333
- msgid "This is where you can add new coupons that customers can use in your store."
3334
- msgstr "محل افزودن کوپن های خرید مشتری"
3335
-
3336
- #: includes/class-wc-post-types.php:389
3337
- msgid "Webhook"
3338
- msgstr "وب هوک"
3339
-
3340
- #: includes/class-wc-post-types.php:392
3341
- msgid "Add New Webhook"
3342
- msgstr "افزودن وب هوک تازه"
3343
-
3344
- #: includes/class-wc-post-types.php:394
3345
- msgid "Edit Webhook"
3346
- msgstr "ویرایش وب هوک"
3347
-
3348
- #: includes/class-wc-post-types.php:395
3349
- msgid "New Webhook"
3350
- msgstr "وب هوک تازه"
3351
-
3352
- #: includes/class-wc-post-types.php:396
3353
- msgid "View Webhooks"
3354
- msgstr "نمایش وب هوک ها"
3355
-
3356
- #: includes/class-wc-post-types.php:397
3357
- msgid "View Webhook"
3358
- msgstr "نمایش وب هوک"
3359
-
3360
- #: includes/class-wc-post-types.php:399
3361
- msgid "No Webhooks found"
3362
- msgstr "وب هوکی پیدا نشد"
3363
-
3364
- #: includes/class-wc-post-types.php:400
3365
- msgid "No Webhooks found in trash"
3366
- msgstr "وب هوکی در سطل زباله پیدا نشد"
3367
-
3368
- #: includes/class-wc-post-types.php:401
3369
- msgid "Parent Webhook"
3370
- msgstr "وب هوک مادر"
3371
-
3372
- #: includes/class-wc-post-types.php:431
3373
- msgid "Pending Payment <span class=\"count\">(%s)</span>"
3374
- msgid_plural "Pending Payment <span class=\"count\">(%s)</span>"
3375
- msgstr[0] "در انتظار پرداخت <span class=\"count\">(%s)</span>"
3376
-
3377
- #: includes/class-wc-post-types.php:439
3378
- msgid "Processing <span class=\"count\">(%s)</span>"
3379
- msgid_plural "Processing <span class=\"count\">(%s)</span>"
3380
- msgstr[0] "در حال انجام <span class=\"count\">(%s)</span>"
3381
-
3382
- #: includes/class-wc-post-types.php:447
3383
- msgid "On Hold <span class=\"count\">(%s)</span>"
3384
- msgid_plural "On Hold <span class=\"count\">(%s)</span>"
3385
- msgstr[0] "در انتظار بررسی <span class=\"count\">(%s)</span>"
3386
-
3387
- #: includes/class-wc-post-types.php:455
3388
- msgid "Completed <span class=\"count\">(%s)</span>"
3389
- msgid_plural "Completed <span class=\"count\">(%s)</span>"
3390
- msgstr[0] "تکمیل شده <span class=\"count\">(%s)</span>"
3391
-
3392
- #: includes/class-wc-post-types.php:463
3393
- msgid "Cancelled <span class=\"count\">(%s)</span>"
3394
- msgid_plural "Cancelled <span class=\"count\">(%s)</span>"
3395
- msgstr[0] "لغو شده <span class=\"count\">(%s)</span>"
3396
-
3397
- #: includes/class-wc-post-types.php:471
3398
- msgid "Refunded <span class=\"count\">(%s)</span>"
3399
- msgid_plural "Refunded <span class=\"count\">(%s)</span>"
3400
- msgstr[0] "مسترد شده <span class=\"count\">(%s)</span>"
3401
-
3402
- #: includes/class-wc-post-types.php:479
3403
- msgid "Failed <span class=\"count\">(%s)</span>"
3404
- msgid_plural "Failed <span class=\"count\">(%s)</span>"
3405
- msgstr[0] "ناموفق شده <span class=\"count\">(%s)</span>"
3406
-
3407
- #: includes/class-wc-product-external.php:88
3408
- msgid "Buy product"
3409
- msgstr "خرید محصول"
3410
-
3411
- #: includes/class-wc-post-types.php:256
3412
- msgid "Use as product image"
3413
- msgstr "بکارگیری به عنوان عکس محصول"
3414
-
3415
- #: includes/class-wc-post-types.php:258
3416
- msgid "This is where you can add new products to your store."
3417
- msgstr "اینجا محلی است که می‌توانید محصول را به فروشگاه خود اضافه کنید"
3418
-
3419
- #: includes/class-wc-post-types.php:294
3420
- msgid "Add Order"
3421
- msgstr "افزودن سفارش"
3422
-
3423
- #: includes/class-wc-post-types.php:295
3424
- msgid "Add New Order"
3425
- msgstr "افزودن سفارش جدید"
3426
-
3427
- #: includes/class-wc-post-types.php:297
3428
- msgid "Edit Order"
3429
- msgstr "ویرایش سفارش"
3430
-
3431
- #: includes/class-wc-post-types.php:298
3432
- msgid "New Order"
3433
- msgstr "سفارش جدید"
3434
-
3435
- #: includes/class-wc-post-types.php:301
3436
- msgid "Search Orders"
3437
- msgstr "جستجوی سفارش ها"
3438
-
3439
- #: includes/class-wc-post-types.php:302
3440
- msgid "No Orders found"
3441
- msgstr "سفارشی یافت نشد"
3442
-
3443
- #: includes/class-wc-post-types.php:303
3444
- msgid "No Orders found in trash"
3445
- msgstr "سفارشی در زباله‌دان یافت نشد"
3446
-
3447
- #: includes/class-wc-post-types.php:304
3448
- msgid "Parent Orders"
3449
- msgstr "سفارش های مادر"
3450
-
3451
- #: includes/class-wc-post-types.php:307
3452
- msgid "This is where store orders are stored."
3453
- msgstr "محل ذخیره سفارشات"
3454
-
3455
- #: includes/class-wc-post-types.php:329
3456
- msgid "Refunds"
3457
- msgstr "استردادها"
3458
-
3459
- #: includes/class-wc-post-types.php:351 templates/cart/cart.php:136
3460
- msgid "Coupon"
3461
- msgstr "کوپن"
3462
-
3463
- #: includes/class-wc-post-types.php:353
3464
- msgid "Add Coupon"
3465
- msgstr "افزودن کوپن"
3466
-
3467
- #: includes/class-wc-post-types.php:354
3468
- msgid "Add New Coupon"
3469
- msgstr "افزودن کوپن جدید"
3470
-
3471
- #: includes/class-wc-post-types.php:356
3472
- msgid "Edit Coupon"
3473
- msgstr "ویرایش کوپن"
3474
-
3475
- #: includes/class-wc-post-types.php:357
3476
- msgid "New Coupon"
3477
- msgstr "کوپن جدید"
3478
-
3479
- #: includes/class-wc-post-types.php:358
3480
- msgid "View Coupons"
3481
- msgstr "نمایش کوپن‌ها"
3482
-
3483
- #: includes/class-wc-post-types.php:181
3484
- msgid "Parent %s"
3485
- msgstr "والد %s"
3486
-
3487
- #: includes/class-wc-post-types.php:182
3488
- msgid "Parent %s:"
3489
- msgstr "والد %s:"
3490
-
3491
- #: includes/class-wc-post-types.php:183
3492
- msgid "Edit %s"
3493
- msgstr "ویرایش %s"
3494
-
3495
- #: includes/class-wc-post-types.php:184
3496
- msgid "Update %s"
3497
- msgstr "بروزرسانی %s"
3498
-
3499
- #: includes/class-wc-post-types.php:185
3500
- msgid "Add New %s"
3501
- msgstr "افزودن %s تازه"
3502
-
3503
- #: includes/class-wc-post-types.php:186
3504
- msgid "New %s"
3505
- msgstr "%s جدید"
3506
-
3507
- #: includes/class-wc-post-types.php:242
3508
- msgid "Add Product"
3509
- msgstr "افزودن محصول"
3510
-
3511
- #: includes/class-wc-post-types.php:243
3512
- msgid "Add New Product"
3513
- msgstr "افزودن محصول جدید"
3514
-
3515
- #: includes/class-wc-post-types.php:245
3516
- msgid "Edit Product"
3517
- msgstr "ویرایش محصول"
3518
-
3519
- #: includes/class-wc-post-types.php:246
3520
- msgid "New Product"
3521
- msgstr "محصول جدید"
3522
-
3523
- #: includes/class-wc-post-types.php:247 includes/class-wc-post-types.php:248
3524
- msgid "View Product"
3525
- msgstr "نمایش محصول"
3526
-
3527
- #: includes/class-wc-post-types.php:249
3528
- msgid "Search Products"
3529
- msgstr "جستجوی محصولات"
3530
-
3531
- #: includes/class-wc-post-types.php:250
3532
- msgid "No Products found"
3533
- msgstr "محصولی یافت نشد"
3534
-
3535
- #: includes/class-wc-post-types.php:251
3536
- msgid "No Products found in trash"
3537
- msgstr "محصولی در زباله‌دان پیدا نشد"
3538
-
3539
- #: includes/class-wc-post-types.php:252
3540
- msgid "Parent Product"
3541
- msgstr "محصول مادر"
3542
-
3543
- #: includes/class-wc-post-types.php:253
3544
- #: templates/emails/email-order-items.php:33
3545
- msgid "Product Image"
3546
- msgstr "تصویر محصول"
3547
-
3548
- #: includes/class-wc-post-types.php:254
3549
- msgid "Set product image"
3550
- msgstr "گزینش نگاره محصول"
3551
-
3552
- #: includes/class-wc-post-types.php:255
3553
- msgid "Remove product image"
3554
- msgstr "پاک کردن نگاره"
3555
-
3556
- #: includes/class-wc-post-types.php:109
3557
- msgid "Popular Product Tags"
3558
- msgstr "برچسب های محصول دوست داشتنی"
3559
-
3560
- #: includes/class-wc-post-types.php:110
3561
- msgid "Separate Product Tags with commas"
3562
- msgstr "برچسب های محصول را با کاما از هم سوا کنید."
3563
-
3564
- #: includes/class-wc-post-types.php:111
3565
- msgid "Add or remove Product Tags"
3566
- msgstr "افزودن یا پاک کردن برچسب های محصول"
3567
-
3568
- #: includes/class-wc-post-types.php:112
3569
- msgid "Choose from the most used Product tags"
3570
- msgstr "از بیشترین برچسب های بکار رفته محصول گزینش کنید"
3571
-
3572
- #: includes/class-wc-post-types.php:113
3573
- msgid "No Product Tags found"
3574
- msgstr "برچسب های محصول یافت نشد"
3575
-
3576
- #: includes/class-wc-post-types.php:135 includes/class-wc-post-types.php:137
3577
- msgid "Shipping Classes"
3578
- msgstr "کلاس‌های باربری"
3579
-
3580
- #: includes/class-wc-post-types.php:138
3581
- msgid "Shipping Class"
3582
- msgstr "کلاس ارسال"
3583
-
3584
- #: includes/class-wc-post-types.php:140
3585
- msgid "Search Shipping Classes"
3586
- msgstr "جستجوی کلاس‌های حمل و نقل"
3587
-
3588
- #: includes/class-wc-post-types.php:141
3589
- msgid "All Shipping Classes"
3590
- msgstr "همه کلاس‌های حمل و نقل "
3591
-
3592
- #: includes/class-wc-post-types.php:142
3593
- msgid "Parent Shipping Class"
3594
- msgstr "کلاس حمل و نقل مادر "
3595
-
3596
- #: includes/class-wc-post-types.php:143
3597
- msgid "Parent Shipping Class:"
3598
- msgstr "کلاس حمل و نقل مادر "
3599
-
3600
- #: includes/class-wc-post-types.php:144
3601
- msgid "Edit Shipping Class"
3602
- msgstr "ویرایش کلاس حمل و نقل"
3603
-
3604
- #: includes/class-wc-post-types.php:145
3605
- msgid "Update Shipping Class"
3606
- msgstr "آپدیت کلاس حمل و نقل"
3607
-
3608
- #: includes/class-wc-post-types.php:146
3609
- msgid "Add New Shipping Class"
3610
- msgstr "افزودن کلاس جدید حمل و نقل"
3611
-
3612
- #: includes/class-wc-post-types.php:147
3613
- msgid "New Shipping Class Name"
3614
- msgstr "نام کلاس ارسال جدید حمل و نقل"
3615
-
3616
- #: includes/class-wc-post-types.php:179
3617
- msgid "Search %s"
3618
- msgstr "جستجو %s"
3619
-
3620
- #: includes/class-wc-post-types.php:180
3621
- msgid "All %s"
3622
- msgstr "همه %s"
3623
-
3624
- #: includes/class-wc-install.php:765
3625
- msgid "View WooCommerce API Docs"
3626
- msgstr "نمایش اسناد API ووکامرس"
3627
-
3628
- #: includes/class-wc-install.php:765
3629
- msgid "API Docs"
3630
- msgstr "اسناد API"
3631
-
3632
- #: includes/class-wc-install.php:766
3633
- msgid "Visit Premium Customer Support Forum"
3634
- msgstr "نمایش تالار پشتیبانی کاربران ویژه"
3635
-
3636
- #: includes/class-wc-install.php:766
3637
- msgid "Premium Support"
3638
- msgstr "پشتیبانی ویژه"
3639
-
3640
- #: includes/class-wc-order.php:46
3641
- msgid "(Includes %s)"
3642
- msgstr "(شامل %s)"
3643
-
3644
- #: includes/class-wc-post-types.php:66
3645
- msgid "Product Category"
3646
- msgstr "دسته‌بندی محصولات"
3647
-
3648
- #: includes/class-wc-post-types.php:68
3649
- msgid "Search Product Categories"
3650
- msgstr "جستجوی دسته‌بندی‌های محصولات"
3651
-
3652
- #: includes/class-wc-post-types.php:69
3653
- msgid "All Product Categories"
3654
- msgstr "تمام دسته‌بندی‌های محصولات"
3655
-
3656
- #: includes/class-wc-post-types.php:70
3657
- msgid "Parent Product Category"
3658
- msgstr "دسته‌بندی محصولات اصلی"
3659
-
3660
- #: includes/class-wc-post-types.php:71
3661
- msgid "Parent Product Category:"
3662
- msgstr "دسته‌بندی محصولات اصلی"
3663
-
3664
- #: includes/class-wc-post-types.php:72
3665
- msgid "Edit Product Category"
3666
- msgstr "ویرایش دسته‌بندی محصولات"
3667
-
3668
- #: includes/class-wc-post-types.php:73
3669
- msgid "Update Product Category"
3670
- msgstr "به روز رسانی دسته‌بندی محصولات"
3671
-
3672
- #: includes/class-wc-post-types.php:74
3673
- msgid "Add New Product Category"
3674
- msgstr "افزودن دسته محصول جدید"
3675
-
3676
- #: includes/class-wc-post-types.php:75
3677
- msgid "New Product Category Name"
3678
- msgstr "نام دسته محصول"
3679
-
3680
- #: includes/class-wc-post-types.php:101
3681
- msgid "Product Tag"
3682
- msgstr "برچسب محصول"
3683
-
3684
- #: includes/class-wc-post-types.php:103
3685
- msgid "Search Product Tags"
3686
- msgstr "جستجوی برچسب محصولات"
3687
-
3688
- #: includes/class-wc-post-types.php:104
3689
- msgid "All Product Tags"
3690
- msgstr "تمام برچسبهای محصول"
3691
-
3692
- #: includes/class-wc-post-types.php:105
3693
- msgid "Edit Product Tag"
3694
- msgstr "ویرایش برچسب محصول"
3695
-
3696
- #: includes/class-wc-post-types.php:106
3697
- msgid "Update Product Tag"
3698
- msgstr "بروز رسانی برچسب محصول"
3699
-
3700
- #: includes/class-wc-post-types.php:107
3701
- msgid "Add New Product Tag"
3702
- msgstr "افزودن برچسب محصول"
3703
-
3704
- #: includes/class-wc-post-types.php:108
3705
- msgid "New Product Tag Name"
3706
- msgstr "نام برچسب محصول"
3707
-
3708
- #: includes/class-wc-form-handler.php:868
3709
- msgid "Passwords do not match."
3710
- msgstr "گذرواژه ها با یکدیگر تطبیق ندارند."
3711
-
3712
- #: includes/class-wc-form-handler.php:907
3713
- msgid "Anti-spam field was filled in."
3714
- msgstr "بخش ضد‌اسپم در آن پر شده بود"
3715
-
3716
- #: includes/class-wc-frontend-scripts.php:265
3717
- msgid "Please select a rating"
3718
- msgstr "خواهشمندیم یک رتبه را انتخاب کنید"
3719
-
3720
- #: includes/class-wc-frontend-scripts.php:280
3721
- msgid "Error processing checkout. Please try again."
3722
- msgstr "ایراد در پردازش تسویه حساب. خواهشمند است دوباره تلاش کنید."
3723
-
3724
- #: includes/class-wc-frontend-scripts.php:287
3725
- #: includes/wc-template-functions.php:1726
3726
- msgid "required"
3727
- msgstr "ضروری"
3728
-
3729
- #: includes/class-wc-frontend-scripts.php:319
3730
- msgid "Sorry, no products matched your selection. Please choose a different combination."
3731
- msgstr "با عرض پوزش، هیچ محصولی مطابق انتخاب شما یافت نشد. خواهشمندیمً ترکیب دیگری را انتخاب کنید."
3732
-
3733
- #: includes/class-wc-frontend-scripts.php:320
3734
- msgid "Select product options before adding this product to your cart."
3735
- msgstr "قبل از افزودن این محصول به سبد خرید، خصوصیات آن را انتخاب کنید."
3736
-
3737
- #: includes/class-wc-frontend-scripts.php:321
3738
- #: templates/single-product/add-to-cart/variation.php:31
3739
- msgid "Sorry, this product is unavailable. Please choose a different combination."
3740
- msgstr "با عرض پوزش، این محصول در دسترس نیست. خواهشمندیمً ترکیب دیگری را انتخاب کنید."
3741
-
3742
- #: includes/class-wc-frontend-scripts.php:345
3743
- msgid "Please enter a stronger password."
3744
- msgstr "لطفا رمز قوی را وارد کنید."
3745
-
3746
- #: includes/class-wc-frontend-scripts.php:346
3747
- 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; )."
3748
- msgstr "رمز حداقل باید دارای 7 کارکتر باشد.برای قوی تر شدن رمز از حروف بزرگ و حروف کوچک ، اعداد و نشانه هایی مانند ! \" ؟ $ % ^ استفاده کنید."
3749
-
3750
- #: includes/class-wc-install.php:76
3751
- msgid "WooCommerce data update complete. Thank you for updating to the latest version!"
3752
- msgstr "بروزرسانی اطلاعات ووکامرس با موفقیت انجام شد. از بروزرسانی به آخرین نسخه سپاسگذاریم!"
3753
-
3754
- #: includes/class-wc-install.php:199
3755
- msgid "Monthly"
3756
- msgstr "ماهانه"
3757
-
3758
- #: includes/class-wc-install.php:524
3759
- msgid "Shop Manager"
3760
- msgstr "مدیر فروشگاه"
3761
-
3762
- #: includes/class-wc-install.php:748
3763
- msgid "View WooCommerce Settings"
3764
- msgstr "نمایش پیکربندی ووکامرس"
3765
-
3766
- #: includes/class-wc-install.php:764
3767
- msgid "View WooCommerce Documentation"
3768
- msgstr "نمایش اسناد ووکامرس"
3769
-
3770
- #: includes/class-wc-install.php:764
3771
- msgid "Docs"
3772
- msgstr "مستندات"
3773
-
3774
- #: includes/class-wc-form-handler.php:686
3775
- msgid "Please choose the quantity of items you wish to add to your cart&hellip;"
3776
- msgstr "خواهشمندیمً تعداد مواردی که می‌خواهید به سبد خرید خود اضافه کنید را انتخاب کنید&hellip;"
3777
-
3778
- #: includes/class-wc-form-handler.php:694
3779
- msgid "Please choose a product to add to your cart&hellip;"
3780
- msgstr "خواهشمندیمً یک محصول برای اضافه کردن به سبد خرید انتخاب کنید&hellip;"
3781
-
3782
- #: includes/class-wc-form-handler.php:747
3783
- msgid "%s is a required field"
3784
- msgid_plural "%s are required fields"
3785
- msgstr[0] "فیلد %s الزامی است"
3786
-
3787
- #: includes/class-wc-form-handler.php:749
3788
- msgid "Please choose product options&hellip;"
3789
- msgstr "خواهشمندیم گزینه های محصول را انتحاب کنید"
3790
-
3791
- #: includes/class-wc-form-handler.php:776
3792
- #: includes/class-wc-form-handler.php:780
3793
- #: includes/class-wc-form-handler.php:784
3794
- #: includes/class-wc-form-handler.php:793
3795
- #: includes/class-wc-form-handler.php:924
3796
- msgid "Error"
3797
- msgstr "خطا"
3798
-
3799
- #: includes/class-wc-form-handler.php:780
3800
- msgid "Username is required."
3801
- msgstr "نام کاربری مورد نیاز است"
3802
-
3803
- #: includes/class-wc-form-handler.php:784
3804
- msgid "Password is required."
3805
- msgstr "گذرواژه مورد نیاز است"
3806
-
3807
- #: includes/class-wc-form-handler.php:793
3808
- msgid "A user could not be found with this email address."
3809
- msgstr "هیچ حساب کاربری با این آدرس ایمیل یافت نشد."
3810
-
3811
- #: includes/class-wc-form-handler.php:820
3812
- msgid "You are now logged in as <strong>%s</strong>"
3813
- msgstr "شما هم اکنون با نام <strong>%s</strong> وارد شده اید"
3814
-
3815
- #: includes/class-wc-form-handler.php:864
3816
- msgid "Please enter your password."
3817
- msgstr "خواهشمندیم گذرواژه خود را وارد کنید ."
3818
-
3819
- #: includes/class-wc-form-handler.php:192
3820
- msgid "This email address is already registered."
3821
- msgstr "این آدرس ایمیل قبلا در سایت عضو شده است."
3822
-
3823
- #: includes/class-wc-form-handler.php:198
3824
- msgid "Your current password is incorrect."
3825
- msgstr "گذرواژه پیشین شما نادرست است."
3826
-
3827
- #: includes/class-wc-form-handler.php:203
3828
- msgid "Please fill out all password fields."
3829
- msgstr "خواهشمندیم تمامی فیلد های گذرواژه را تکمیل کنید."
3830
-
3831
- #: includes/class-wc-form-handler.php:206
3832
- msgid "Please enter your current password."
3833
- msgstr "خواهشمندیم گذرواژه پیشین خود را وارد کنید."
3834
-
3835
- #: includes/class-wc-form-handler.php:209
3836
- msgid "Please re-enter your password."
3837
- msgstr "خواهشمندیم گذرواژه خود را دوباره وارد کنید."
3838
-
3839
- #: includes/class-wc-form-handler.php:212
3840
- msgid "New passwords do not match."
3841
- msgstr "گذرواژه های تازه یکسان نیستند."
3842
-
3843
- #: includes/class-wc-form-handler.php:233
3844
- msgid "Account details changed successfully."
3845
- msgstr "مشخصات حساب کاربری با موفقیت تغییر یافت."
3846
-
3847
- #: includes/class-wc-form-handler.php:366
3848
- msgid "Payment method added."
3849
- msgstr "روش پرداخت افزوده شد."
3850
-
3851
- #: includes/class-wc-form-handler.php:406
3852
- msgid "%s removed. %sUndo?%s"
3853
- msgstr "%s حذف شد. %s بازگردانده شود؟ %s"
3854
-
3855
- #: includes/class-wc-form-handler.php:408
3856
- msgid "%s removed."
3857
- msgstr "%s پاک شد."
3858
-
3859
- #: includes/class-wc-form-handler.php:455
3860
- msgid "You can only have 1 %s in your cart."
3861
- msgstr "شما تنها می‌توانید یک %s در سبد خرید خود داشته باشید"
3862
-
3863
- #: includes/class-wc-form-handler.php:479
3864
- msgid "Cart updated."
3865
- msgstr "سبد خرید به روز شد"
3866
-
3867
- #: includes/class-wc-form-handler.php:545
3868
- msgid "The cart has been filled with the items from your previous order."
3869
- msgstr "سبد خرید با مشخصات سفارش قبلی شما پر شده است."
3870
-
3871
- #: includes/class-wc-form-handler.php:568
3872
- msgid "Order cancelled by customer."
3873
- msgstr "سفارش توسط مشتری لغو شد"
3874
-
3875
- #: includes/class-wc-form-handler.php:571
3876
- msgid "Your order was cancelled."
3877
- msgstr "سفارش شما لغو شد."
3878
-
3879
- #: includes/class-wc-form-handler.php:576
3880
- msgid "Your order can no longer be cancelled. Please contact us if you need assistance."
3881
- msgstr "سفارش شما دیگر نمی تواند لفو شود. لطفا با مدیریت سایت تماس بگیرید."
3882
-
3883
- #: includes/class-wc-coupon.php:869
3884
- msgid "Sorry, this coupon is not valid for sale items."
3885
- msgstr "ببخشید، این کد تخفیف برای موارد فروخته شده معتبر نیست."
3886
-
3887
- #: includes/class-wc-coupon.php:889
3888
- msgid "Coupon does not exist!"
3889
- msgstr "این کوپن وجود ندارد !"
3890
-
3891
- #: includes/class-wc-coupon.php:892
3892
- msgid "Please enter a coupon code."
3893
- msgstr "خواهشمندیم یک کد تخفیف وارد کنید."
3894
-
3895
- #: includes/class-wc-download-handler.php:53
3896
- msgid "Invalid download link."
3897
- msgstr "پیوند دانلود نادرست است."
3898
-
3899
- #: includes/class-wc-download-handler.php:98
3900
- #: includes/class-wc-form-handler.php:578
3901
- #: includes/shortcodes/class-wc-shortcode-checkout.php:176
3902
- #: includes/shortcodes/class-wc-shortcode-my-account.php:108
3903
- msgid "Invalid order."
3904
- msgstr "سفارش نامعتبر"
3905
-
3906
- #: includes/class-wc-download-handler.php:109
3907
- msgid "Sorry, you have reached your download limit for this file"
3908
- msgstr "متاسفانه محدودیت دانلود شما برای این فایل به اتمام رسیده است ."
3909
-
3910
- #: includes/class-wc-download-handler.php:120
3911
- msgid "Sorry, this download has expired"
3912
- msgstr ".متاسفانه زمان دانلود شما به اتمام رسیده است"
3913
-
3914
- #: includes/class-wc-download-handler.php:133
3915
- #: includes/class-wc-download-handler.php:136
3916
- msgid "You must be logged in to download files."
3917
- msgstr "براي دانلود فایل ها بايد وارد سايت شويد."
3918
-
3919
- #: includes/class-wc-download-handler.php:136 templates/auth/form-login.php:43
3920
- #: templates/global/form-login.php:47 templates/myaccount/form-login.php:36
3921
- #: templates/myaccount/form-login.php:55
3922
- msgid "Login"
3923
- msgstr "ورود"
3924
-
3925
- #: includes/class-wc-download-handler.php:136
3926
- msgid "Log in to Download Files"
3927
- msgstr "براي دانلود فایل ها بايد وارد سايت شويد."
3928
-
3929
- #: includes/class-wc-download-handler.php:139
3930
- msgid "This is not your download link."
3931
- msgstr "این لینک دانلود متعلق به شما نیست."
3932
-
3933
- #: includes/class-wc-download-handler.php:172
3934
- msgid "No file defined"
3935
- msgstr "فایلی تعریف نشده است"
3936
-
3937
- #: includes/class-wc-download-handler.php:282
3938
- msgid "File not found"
3939
- msgstr "فايل مورد نظر يافت نشد."
3940
-
3941
- #: includes/class-wc-download-handler.php:420
3942
- msgid "Go to homepage"
3943
- msgstr "رفتن به برگه خانه"
3944
-
3945
- #: includes/class-wc-emails.php:344
3946
- msgid "Note"
3947
- msgstr "یادداشت"
3948
-
3949
- #: includes/class-wc-emails.php:358
3950
- msgid "Tel"
3951
- msgstr "تلفن"
3952
-
3953
- #: includes/class-wc-emails.php:397
3954
- msgid "Product low in stock"
3955
- msgstr "کمبود محصول در انبار"
3956
-
3957
- #: includes/class-wc-emails.php:398
3958
- msgid "%s is low in stock."
3959
- msgstr "%s در انبار کم می باشد"
3960
-
3961
- #: includes/class-wc-emails.php:398
3962
- msgid "There are %d left"
3963
- msgstr "هنوز %d وجود دارد"
3964
-
3965
- #: includes/class-wc-emails.php:415
3966
- msgid "Product out of stock"
3967
- msgstr "محصول موجود نیست"
3968
-
3969
- #: includes/class-wc-emails.php:416
3970
- msgid "%s is out of stock."
3971
- msgstr "%s در انبار موجود نیست."
3972
-
3973
- #: includes/class-wc-emails.php:445
3974
- msgid "Product Backorder"
3975
- msgstr "پیش‌خرید محصول"
3976
-
3977
- #: includes/class-wc-emails.php:446
3978
- msgid "%s units of %s have been backordered in order #%s."
3979
- msgstr "%s واحد از %s در سفارش شماره %s پیش‌خرید شده‌اند."
3980
-
3981
- #: includes/class-wc-embed.php:114
3982
- msgid "Buy Now"
3983
- msgstr "همین الان بخرید"
3984
-
3985
- #: includes/class-wc-embed.php:117 includes/class-wc-product-simple.php:48
3986
- #: includes/class-wc-product-variation.php:198
3987
- msgid "Read More"
3988
- msgstr "ویژگی های محصول"
3989
-
3990
- #: includes/class-wc-form-handler.php:129
3991
- msgid "Address changed successfully."
3992
- msgstr "آدرس با موفقیت تغییر یافت."
3993
-
3994
- #: includes/class-wc-form-handler.php:179
3995
- #: templates/myaccount/form-edit-account.php:40
3996
- #: templates/myaccount/form-login.php:90
3997
- msgid "Email address"
3998
- msgstr "آدرس ایمیل"
3999
-
4000
- #: includes/class-wc-form-handler.php:190 includes/wc-user-functions.php:48
4001
- msgid "Please provide a valid email address."
4002
- msgstr "خواهشمندیم یک آدرس ایمیل معتبر وارد کنید."
4003
-
4004
- #: includes/class-wc-countries.php:651
4005
- msgid "Canton"
4006
- msgstr "بخش"
4007
-
4008
- #: includes/class-wc-countries.php:663 includes/class-wc-countries.php:719
4009
- msgid "Region"
4010
- msgstr "منطقه"
4011
-
4012
- #: includes/class-wc-countries.php:716
4013
- msgid "Town / District"
4014
- msgstr "شهر / ناحیه"
4015
-
4016
- #: includes/class-wc-countries.php:724 includes/class-wc-countries.php:863
4017
- msgid "County"
4018
- msgstr "شهرستان"
4019
-
4020
- #: includes/class-wc-countries.php:753
4021
- msgid "Prefecture"
4022
- msgstr "ریاست"
4023
-
4024
- #: includes/class-wc-countries.php:781
4025
- msgid "State / Zone"
4026
- msgstr "استان / ناحیه"
4027
-
4028
- #: includes/class-wc-countries.php:829
4029
- msgid "Municipality"
4030
- msgstr "شهرداری"
4031
-
4032
- #: includes/class-wc-countries.php:852
4033
- msgid "ZIP"
4034
- msgstr "کدپستی"
4035
-
4036
- #: includes/class-wc-countries.php:946
4037
- msgid "Email Address"
4038
- msgstr "آدرس ایمیل"
4039
-
4040
- #: includes/class-wc-coupon.php:783
4041
- msgid "Coupon code applied successfully."
4042
- msgstr "کد کوپن با موفقیت اعمال شد"
4043
-
4044
- #: includes/class-wc-coupon.php:786
4045
- msgid "Coupon code removed successfully."
4046
- msgstr "کد کوپن با موفقیت حذف شد."
4047
-
4048
- #: includes/class-wc-coupon.php:804
4049
- msgid "Coupon is not valid."
4050
- msgstr "کوپن معتبر نیست"
4051
-
4052
- #: includes/class-wc-coupon.php:807
4053
- msgid "Coupon \"%s\" does not exist!"
4054
- msgstr "کوپن \"%s\" وجود ندارد!"
4055
-
4056
- #: includes/class-wc-coupon.php:810
4057
- msgid "Sorry, it seems the coupon \"%s\" is invalid - it has now been removed from your order."
4058
- msgstr "ببخشید، به نظر میرسد کوپن \"%s\" معتبر نیست - کوپن از درخواست خرید شما پاک میشود."
4059
-
4060
- #: includes/class-wc-coupon.php:813
4061
- msgid "Sorry, it seems the coupon \"%s\" is not yours - it has now been removed from your order."
4062
- msgstr "ببخشید، به نظر میرسد کوپن \"%s\" متعلق به شما نیست - کوپن از درخواست خرید شما پاک میشود."
4063
-
4064
- #: includes/class-wc-coupon.php:816
4065
- msgid "Coupon code already applied!"
4066
- msgstr "کوپن در حال حاضر در حال استفاده است!"
4067
-
4068
- #: includes/class-wc-coupon.php:819
4069
- msgid "Sorry, coupon \"%s\" has already been applied and cannot be used in conjunction with other coupons."
4070
- msgstr "ببخشید، کوپن \"%s\" در حال استفاده است و نمی تواند همراه با کوپن های دیگر استفاده شود."
4071
-
4072
- #: includes/class-wc-coupon.php:822
4073
- msgid "Coupon usage limit has been reached."
4074
- msgstr "مهلت استفاده از کوپن به پایان رسیده است."
4075
-
4076
- #: includes/class-wc-coupon.php:825
4077
- msgid "This coupon has expired."
4078
- msgstr "این کوپن منقضی شده است."
4079
-
4080
- #: includes/class-wc-coupon.php:828
4081
- msgid "The minimum spend for this coupon is %s."
4082
- msgstr "کمترین میزان استفاده از این کوپن \"%s\" است"
4083
-
4084
- #: includes/class-wc-coupon.php:831
4085
- msgid "The maximum spend for this coupon is %s."
4086
- msgstr "بیشتر مقدار قابل استفاده از این کوپن %s است."
4087
-
4088
- #: includes/class-wc-coupon.php:834
4089
- msgid "Sorry, this coupon is not applicable to your cart contents."
4090
- msgstr "متاسفیم، این کد تخفیف با محتویات سبد خرید شما همخوانی ندارد."
4091
-
4092
- #: includes/class-wc-coupon.php:847
4093
- msgid "Sorry, this coupon is not applicable to the products: %s."
4094
- msgstr "ببخشید، این کوپن با محصول %s همخوانی ندارد."
4095
-
4096
- #: includes/class-wc-coupon.php:866
4097
- msgid "Sorry, this coupon is not applicable to the categories: %s."
4098
- msgstr "ببخشید، این کوپن با دسته های %s همخوانی ندارد."
4099
-
4100
- #: includes/class-wc-cart.php:943
4101
- msgid "You cannot add &quot;%s&quot; to the cart because the product is out of stock."
4102
- msgstr "شما نمی توانید &quot;%s&quot; را به سبد خرید خود اضافه کنید، این محصول در انبار موجود نیست."
4103
-
4104
- #: includes/class-wc-cart.php:947
4105
- msgid "You cannot add that amount of &quot;%s&quot; to the cart because there is not enough stock (%s remaining)."
4106
- msgstr "شما نمی توانید این تعداد از &quot;%s&quot; را به سبد خرید خود اضافه کنید. موجودی انبار به این میزان نیست"
4107
-
4108
- #: includes/class-wc-cart.php:968
4109
- msgid "You cannot add that amount to the cart &mdash; we have %s in stock and you already have %s in your cart."
4110
- msgstr "شما نمی توانید این مقدار را به سبد خرید خود بیافزایید &mdash; ما مجموعا%s موجودی در انبار داریم و قبلا %s در سبد خرید شما موجود می باشد"
4111
-
4112
- #: includes/class-wc-checkout.php:106
4113
- msgid "Account username"
4114
- msgstr "نام کاربری"
4115
-
4116
- #: includes/class-wc-checkout.php:115
4117
- msgid "Account password"
4118
- msgstr "گذرواژه"
4119
-
4120
- #: includes/class-wc-checkout.php:200 includes/class-wc-checkout.php:211
4121
- #: includes/class-wc-checkout.php:213 includes/class-wc-checkout.php:238
4122
- #: includes/class-wc-checkout.php:250 includes/class-wc-checkout.php:263
4123
- #: includes/class-wc-checkout.php:274 includes/class-wc-checkout.php:281
4124
- msgid "Error %d: Unable to create order. Please try again."
4125
- msgstr "ایراد %d: نمی توان سفارش را ساخت. دوباره تلاش کنید."
4126
-
4127
- #: includes/class-wc-checkout.php:350
4128
- msgid "We were unable to process your order, please try again."
4129
- msgstr "ما نمی توانیم سفارش را بررسی کنیم، خواهشمند دوباره تلاش کنید."
4130
-
4131
- #: includes/class-wc-checkout.php:363
4132
- msgid "Sorry, your session has expired. <a href=\"%s\" class=\"wc-backward\">Return to homepage</a>"
4133
- msgstr "متاسفانه وقت شما به اتمام رسید، <a href=\"%s\" class=\"wc-backward\">به برگه اصلی بازگردید</a>."
4134
-
4135
- #: includes/class-wc-checkout.php:443 includes/class-wc-form-handler.php:85
4136
- #: includes/class-wc-form-handler.php:184
4137
- msgid "is a required field."
4138
- msgstr "فید الزامی است."
4139
-
4140
- #: includes/class-wc-checkout.php:456 includes/class-wc-form-handler.php:98
4141
- #: includes/shortcodes/class-wc-shortcode-cart.php:27
4142
- msgid "Please enter a valid postcode/ZIP."
4143
- msgstr "خواهشمند است کدپستی درستی را بنویسید"
4144
-
4145
- #: includes/class-wc-checkout.php:465 includes/class-wc-form-handler.php:107
4146
- msgid "is not a valid phone number."
4147
- msgstr "تلفن تماس نامعتبر است."
4148
-
4149
- #: includes/class-wc-checkout.php:471 includes/class-wc-form-handler.php:114
4150
- msgid "is not a valid email address."
4151
- msgstr "ایمیل معتبر نیست"
4152
-
4153
- #: includes/class-wc-checkout.php:489
4154
- msgid "is not valid. Please enter one of the following:"
4155
- msgstr "معتبر نیست. خواهشمندیم یکی از موارد زیر را کامل کنید"
4156
-
4157
- #: includes/class-wc-checkout.php:545 includes/class-wc-form-handler.php:294
4158
- msgid "You must accept our Terms &amp; Conditions."
4159
- msgstr "شما می بایست شرایط و مقررات ما را بپذیرید."
4160
-
4161
- #: includes/class-wc-checkout.php:551
4162
- msgid "Unfortunately <strong>we do not ship %s</strong>. Please enter an alternative shipping address."
4163
- msgstr "متاسفانه <strong>ما قادر به ارسال به %s نیستیم</strong>. خواهشمندیم یک آدرس دیگر وارد کنید"
4164
-
4165
- #: includes/class-wc-checkout.php:560
4166
- msgid "Invalid shipping method."
4167
- msgstr "روش حمل و نقل معتبر نمی باشد "
4168
-
4169
- #: includes/class-wc-checkout.php:572 includes/class-wc-form-handler.php:304
4170
- msgid "Invalid payment method."
4171
- msgstr "روش پرداخت معتبر نمی باشد . "
4172
-
4173
- #: includes/class-wc-comments.php:194
4174
- msgid "Please rate the product."
4175
- msgstr "به این محصول امتیاز دهید."
4176
-
4177
- #: includes/class-wc-countries.php:272
4178
- msgid "to the"
4179
- msgstr "به"
4180
-
4181
- #: includes/class-wc-countries.php:272
4182
- msgid "to"
4183
- msgstr "به"
4184
-
4185
- #: includes/class-wc-countries.php:284
4186
- msgid "the"
4187
- msgstr " "
4188
-
4189
- #: includes/class-wc-countries.php:294
4190
- msgid "VAT"
4191
- msgstr "مالیات بر ارزش افزوده"
4192
-
4193
- #: includes/class-wc-countries.php:304
4194
- msgid "(incl. VAT)"
4195
- msgstr "(شامل مالیات بر ارزش افزوده)"
4196
-
4197
- #: includes/class-wc-countries.php:304
4198
- msgid "(incl. tax)"
4199
- msgstr "(شامل مالیات)"
4200
-
4201
- #: includes/class-wc-countries.php:314
4202
- msgid "(ex. VAT)"
4203
- msgstr "(به عنوان مثال، مالیات بر ارزش افزوده)"
4204
-
4205
- #: includes/class-wc-countries.php:314
4206
- msgid "(ex. tax)"
4207
- msgstr "مالیات"
4208
-
4209
- #: includes/class-wc-countries.php:508
4210
- msgid "Company Name"
4211
- msgstr "نام شرکت"
4212
-
4213
- #: includes/class-wc-countries.php:529
4214
- msgid "Town / City"
4215
- msgstr "شهر"
4216
-
4217
- #: includes/class-wc-countries.php:535
4218
- msgid "State / County"
4219
- msgstr "استان / ایالت"
4220
-
4221
- #: includes/class-wc-countries.php:541
4222
- #: templates/cart/shipping-calculator.php:90
4223
- msgid "Postcode / ZIP"
4224
- msgstr ""
4225
-
4226
- #: includes/class-wc-countries.php:596
4227
- msgid "Suburb"
4228
- msgstr "حومه"
4229
-
4230
- #: includes/class-wc-countries.php:616
4231
- msgid "District"
4232
- msgstr "منطقه"
4233
-
4234
- #: includes/class-wc-countries.php:623 includes/class-wc-countries.php:645
4235
- #: includes/class-wc-countries.php:668 includes/class-wc-countries.php:729
4236
- #: includes/class-wc-countries.php:748 includes/class-wc-countries.php:765
4237
- #: includes/class-wc-countries.php:823 includes/class-wc-countries.php:847
4238
- #: includes/class-wc-countries.php:889
4239
- msgid "Province"
4240
- msgstr "استان"
4241
-
4242
- #: includes/class-wc-auth.php:114
4243
- msgid "View and manage coupons"
4244
- msgstr "نمایش و مدیریت کوپن ها"
4245
-
4246
- #: includes/class-wc-auth.php:115
4247
- msgid "View and manage customers"
4248
- msgstr "نمایش و مدیریت خریداران"
4249
-
4250
- #: includes/class-wc-auth.php:116
4251
- msgid "View and manage orders and sales reports"
4252
- msgstr "نمایش و مدیریت سفارش ها و گزارش فروش ها"
4253
-
4254
- #: includes/class-wc-auth.php:117
4255
- msgid "View and manage products"
4256
- msgstr "نمایش و مدیریت محصولات"
4257
-
4258
- #: includes/class-wc-auth.php:166
4259
- msgid "Invalid scope %s"
4260
- msgstr "گستره نامعتبر %s"
4261
-
4262
- #: includes/class-wc-auth.php:171
4263
- msgid "The %s is not a valid URL"
4264
- msgstr "%s یک آدرس معتبر نیست"
4265
-
4266
- #: includes/class-wc-auth.php:176
4267
- msgid "The callback_url need to be over SSL"
4268
- msgstr "callback_url نیاز به پیش از SSL دارد"
4269
-
4270
- #: includes/class-wc-auth.php:194
4271
- msgid "%s - API %s (created on %s at %s)."
4272
- msgstr "%s - API %s (ایجاد شده در تاریخ %s در %s)."
4273
-
4274
- #: includes/class-wc-auth.php:256
4275
- msgid "An error occurred in the request and at the time were unable to send the consumer data"
4276
- msgstr "یک خطا در هنگام درخواست رخ داده است و در آن زمان قادر به ارسال داده های مشتری نبود"
4277
-
4278
- #: includes/class-wc-auth.php:298
4279
- msgid "API disabled!"
4280
- msgstr "API غیرفعال شد!"
4281
-
4282
- #: includes/class-wc-auth.php:340
4283
- msgid "Invalid nonce verification"
4284
- msgstr "راستی آزمایی کنونی نادرست است"
4285
-
4286
- #: includes/class-wc-auth.php:351
4287
- msgid "You do not have permissions to access this page!"
4288
- msgstr "شما مجوز کافی برای دسترسی به این برگه را ندارید!"
4289
-
4290
- #: includes/class-wc-auth.php:356
4291
- msgid "Access Denied"
4292
- msgstr "دسترسی ممکن نیست"
4293
-
4294
- #: includes/class-wc-breadcrumb.php:119
4295
- msgid "Error 404"
4296
- msgstr "404 یافت نشد"
4297
-
4298
- #: includes/class-wc-breadcrumb.php:211
4299
- msgid "Products tagged &ldquo;%s&rdquo;"
4300
- msgstr "محصولات برچسب خورده &ldquo;%s&rdquo;"
4301
-
4302
- #: includes/class-wc-breadcrumb.php:262
4303
- msgid "Posts tagged &ldquo;%s&rdquo;"
4304
- msgstr "نوشته های برچسب شده &ldquo;%s&rdquo;"
4305
-
4306
- #: includes/class-wc-breadcrumb.php:303
4307
- msgid "Author: %s"
4308
- msgstr "نویسنده: %s"
4309
-
4310
- #: includes/class-wc-breadcrumb.php:338
4311
- msgid "Search results for &ldquo;%s&rdquo;"
4312
- msgstr "نتیجه جستجو برای &ldquo;%s&rdquo;"
4313
-
4314
- #: includes/class-wc-breadcrumb.php:347
4315
- msgid "Page %d"
4316
- msgstr "برگه %d"
4317
-
4318
- #: includes/class-wc-cache-helper.php:219
4319
- 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>."
4320
- msgstr "به منظور اینکه <strong>ذخیره دیتابیس (کش)</strong> در ووکامرس کار کند شما باید کد <code>_wc_session_</code>را در \"نادیده گرفتن پرس و جوی رشته\" را در پیکربندی W3 Total Cache بیفزایید. <a href=\"%s\">کلیک کنید</a>."
4321
-
4322
- #: includes/class-wc-cart.php:268
4323
- msgid "%s has been removed from your cart because it can no longer be purchased. Please contact us if you need assistance."
4324
- msgstr "%s از سبد خرید شما به دلیل اینکه دیگر قادر به خریداری آن نیستیند حذف شده است. اگر نیاز به کمکی دارید با ما در تماس باشید"
4325
-
4326
- #: includes/class-wc-cart.php:487
4327
- msgid "An item which is no longer available was removed from your cart."
4328
- msgstr "این ایتم دیگر در دسترس نیست و از سبد خرید شما حذف گردید."
4329
-
4330
- #: includes/class-wc-cart.php:513
4331
- msgid "Sorry, \"%s\" is not in stock. Please edit your cart and try again. We apologise for any inconvenience caused."
4332
- msgstr "متاسفانه تعداد کافی %s در انبار موجود نیست. خواهشمندیم سبد خرید خود را ویرایش کنید. عذرخواهی ما را بابت این مشکل پذیرا باشید."
4333
-
4334
- #: includes/class-wc-cart.php:527
4335
- 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."
4336
- msgstr "متاسفانه تعداد کافی %s در انبار موجود نیست تا برای شما ارسال شود، تعداد موجود در انبار ما %s است. خواهشمندیم سبد خرید خود را ویرایش کنید و دوباره تلاش کنید، عذرخواهی ما را بابت این مشکل پذیرا باشید."
4337
-
4338
- #: includes/class-wc-cart.php:562
4339
- 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."
4340
- msgstr "متاسفانه تعداد کافی %s در انبار موجود نیست تا برای شما ارسال شود، تعداد موجود در انبار ما %s است. خواهشمندیم سبد خرید خود را ویرایش کنید و دوباره تلاش کنید، عذرخواهی ما را بابت این مشکل پذیرا باشید."
4341
-
4342
- #: includes/class-wc-cart.php:725
4343
- msgid "Get cart should not be called before the wp_loaded action."
4344
- msgstr "گرفتن سبد خرید نباید قبل از صدا زدن wp-load باشد."
4345
-
4346
- #: includes/class-wc-cart.php:932 includes/class-wc-cart.php:967
4347
- #: includes/class-wc-frontend-scripts.php:308 includes/wc-cart-functions.php:85
4348
- #: templates/cart/mini-cart.php:84
4349
- msgid "View Cart"
4350
- msgstr "نمایش سبد خرید"
4351
-
4352
- #: includes/class-wc-cart.php:932
4353
- msgid "You cannot add another &quot;%s&quot; to your cart."
4354
- msgstr "شما نمی توانید یک &quot;%s&quot; دیگر به سبد خرید خود اضافه کنید."
4355
-
4356
- #: includes/class-wc-cart.php:938
4357
- msgid "Sorry, this product cannot be purchased."
4358
- msgstr "متاسفیم ، این محصول قابل پرداخت نیست"
4359
-
4360
- #: includes/api/class-wc-api-webhooks.php:440
4361
- #: includes/api/v2/class-wc-api-webhooks.php:437
4362
- msgid "Invalid webhook delivery ID"
4363
- msgstr "شناسه روش تحویل webhook نادرست است"
4364
-
4365
- #: includes/api/class-wc-api-webhooks.php:448
4366
- #: includes/api/v2/class-wc-api-webhooks.php:445
4367
- msgid "Invalid webhook delivery"
4368
- msgstr "روش تحویل webhook نادرست است"
4369
-
4370
- #: includes/api/v1/class-wc-api-authentication.php:93
4371
- #: includes/api/v2/class-wc-api-authentication.php:93
4372
- msgid "Consumer Key is missing"
4373
- msgstr "کلید مصرف کننده گم شده است"
4374
-
4375
- #: includes/api/v1/class-wc-api-authentication.php:109
4376
- #: includes/api/v2/class-wc-api-authentication.php:109
4377
- msgid "Consumer Secret is missing"
4378
- msgstr "رمز مصرف کننده گم شده است"
4379
-
4380
- #: includes/api/v2/class-wc-api-products.php:2352
4381
- msgid "Invalid product SKU"
4382
- msgstr "شناسه محصول نادرست است"
4383
-
4384
- #: includes/class-wc-ajax.php:211
4385
- msgid "Sorry there was a problem removing this coupon."
4386
- msgstr "ببخشید، ایرادی در پاک کردن کوپن وجود دارد."
4387
-
4388
- #: includes/class-wc-ajax.php:217
4389
- msgid "Coupon has been removed."
4390
- msgstr "کوپن پاک شده است."
4391
-
4392
- #: includes/class-wc-ajax.php:268
4393
- msgid "Sorry, your session has expired."
4394
- msgstr "متاسفانه زمان شما به اتمام رسید"
4395
-
4396
- #: includes/class-wc-ajax.php:268
4397
- msgid "Return to homepage"
4398
- msgstr "بازگشت به برگه اصلی"
4399
-
4400
- #: includes/class-wc-ajax.php:1381
4401
- msgid "No products had their stock reduced - they may not have stock management enabled."
4402
- msgstr "هیچ محصولی موجودی خود را کاهش نداده است - ممکن است مدیریت موجودی را فعال نکرده باشد."
4403
-
4404
- #: includes/class-wc-ajax.php:1423
4405
- msgid "Item %s stock increased from %s to %s."
4406
- msgstr ""
4407
-
4408
- #: includes/class-wc-ajax.php:1433
4409
- msgid "No products had their stock increased - they may not have stock management enabled."
4410
- msgstr "هیچ محصولی موجودی خود را افزایش نداده است - ممکن است مدیریت موجودی را فعال نکرده باشد."
4411
-
4412
- #: includes/class-wc-ajax.php:1452
4413
- msgid "Value"
4414
- msgstr "ارزش"
4415
-
4416
- #: includes/class-wc-ajax.php:2161
4417
- msgid "Invalid refund amount"
4418
- msgstr "مبلغ استرداد نادرست است"
4419
-
4420
- #: includes/class-wc-ajax.php:2206
4421
- msgid "Refund failed"
4422
- msgstr "استرداد انجام نشد"
4423
-
4424
- #: includes/class-wc-ajax.php:2221
4425
- msgid "Item #%s stock increased from %s to %s."
4426
- msgstr "موجودی انبار آیتم شماره %s از %s به %s افزایش یافت."
4427
-
4428
- #: includes/class-wc-ajax.php:2310
4429
- msgid "Description is missing."
4430
- msgstr "توضیحات گم شده اند."
4431
-
4432
- #: includes/class-wc-ajax.php:2313
4433
- msgid "User is missing."
4434
- msgstr "کاربر گم شده است."
4435
-
4436
- #: includes/class-wc-ajax.php:2316
4437
- msgid "Permissions is missing."
4438
- msgstr "مجوز ها گم شده اند."
4439
-
4440
- #: includes/class-wc-ajax.php:2345
4441
- msgid "API Key updated successfully."
4442
- msgstr "کلید API بخوبی بروزرسانی شد."
4443
-
4444
- #: includes/class-wc-ajax.php:2376
4445
- msgid "API Key generated successfully. Make sure to copy your new API keys now. You won't be able to see it again!"
4446
- msgstr "کلید API بخوبی ساخته شد. مطمئن شوید که هم اکنون یک کپی از کلیدهای API جدید را دارید. شما نمی توانید دوباره آنها را ببینید!"
4447
-
4448
- #: includes/class-wc-ajax.php:2589
4449
- msgid "Dismiss this notice."
4450
- msgstr "پنهان کردن این آگهی."
4451
-
4452
- #: includes/class-wc-auth.php:100
4453
- msgid "View coupons"
4454
- msgstr "نمایش کوپن‌ها"
4455
-
4456
- #: includes/class-wc-auth.php:101
4457
- msgid "View customers"
4458
- msgstr "نمایش خریداران"
4459
-
4460
- #: includes/class-wc-auth.php:102
4461
- msgid "View orders and sales reports"
4462
- msgstr "نمایش سفارش ها و گزارش فروش ها"
4463
-
4464
- #: includes/class-wc-auth.php:103 includes/class-wc-product-grouped.php:41
4465
- msgid "View products"
4466
- msgstr "نمایش محصولات"
4467
-
4468
- #: includes/class-wc-auth.php:106 includes/class-wc-auth.php:113
4469
- msgid "Create webhooks"
4470
- msgstr "ساخت وب هوک ها"
4471
-
4472
- #: includes/class-wc-auth.php:107
4473
- msgid "Create coupons"
4474
- msgstr "ساخت کوپن ها"
4475
-
4476
- #: includes/class-wc-auth.php:108
4477
- msgid "Create customers"
4478
- msgstr "ساخت خریدارها"
4479
-
4480
- #: includes/class-wc-auth.php:109
4481
- msgid "Create orders"
4482
- msgstr "ساخت سفارش ها"
4483
-
4484
- #: includes/class-wc-auth.php:110
4485
- msgid "Create products"
4486
- msgstr "ساخت محصولات"
4487
-
4488
- #: includes/api/class-wc-api-server.php:318
4489
- #: includes/api/v1/class-wc-api-server.php:321
4490
- #: includes/api/v2/class-wc-api-server.php:318
4491
- msgid "Unsupported request method"
4492
- msgstr "روش درخواست پشتیبانی نمی شود"
4493
-
4494
- #: includes/api/class-wc-api-server.php:337
4495
- #: includes/api/v1/class-wc-api-server.php:338
4496
- #: includes/api/v2/class-wc-api-server.php:337
4497
- msgid "The handler for the route is invalid"
4498
- msgstr "برنامه کنترل برای مسیر نامعتبر است"
4499
-
4500
- #: includes/api/class-wc-api-server.php:374
4501
- #: includes/api/v1/class-wc-api-server.php:374
4502
- #: includes/api/v2/class-wc-api-server.php:374
4503
- msgid "No route was found matching the URL and request method"
4504
- msgstr "هیچ مسیر تطبیق URL و روش درخواست پیدا شد"
4505
-
4506
- #: includes/api/class-wc-api-taxes.php:128
4507
- msgid "You do not have permission to read tax rate"
4508
- msgstr ""
4509
-
4510
- #: includes/api/class-wc-api-taxes.php:135
4511
- msgid "A tax rate with the provided ID could not be found"
4512
- msgstr ""
4513
-
4514
- #: includes/api/class-wc-api-taxes.php:189
4515
- msgid "You do not have permission to create tax rates"
4516
- msgstr ""
4517
-
4518
- #: includes/api/class-wc-api-taxes.php:259
4519
- msgid "You do not have permission to edit tax rates"
4520
- msgstr "شما دسترسی لازم برای ویرایش نرخ مالیات ندارید"
4521
-
4522
- #: includes/api/class-wc-api-taxes.php:343
4523
- msgid "You do not have permission to delete tax rates"
4524
- msgstr "شما دسترسی لازم برای حذف نرخ مالیات ندارید"
4525
-
4526
- #: includes/api/class-wc-api-taxes.php:351
4527
- msgid "Could not delete the tax rate"
4528
- msgstr "نمیتوانید این نرخ مالیات را حذف نمایید"
4529
-
4530
- #: includes/api/class-wc-api-taxes.php:373
4531
- msgid "You do not have permission to read the taxes count"
4532
- msgstr "شما دسترسی لازم برای خواندن نرخ مالیات به حساب را ندارید"
4533
-
4534
- #: includes/api/class-wc-api-taxes.php:526
4535
- msgid "You do not have permission to read tax classes"
4536
- msgstr "شما دسترسی لازم برای خواندن نرخ مالیات ندارید "
4537
-
4538
- #: includes/api/class-wc-api-taxes.php:534
4539
- #: includes/cli/class-wc-cli-tax.php:434
4540
- msgid "Standard Rate"
4541
- msgstr "نرخ استاندارد"
4542
-
4543
- #: includes/api/class-wc-api-taxes.php:569
4544
- msgid "You do not have permission to create tax classes"
4545
- msgstr "شما دسترسی لازم برای ایجاد نرخ مالیات ندارید"
4546
-
4547
- #: includes/api/class-wc-api-taxes.php:593
4548
- #: includes/cli/class-wc-cli-tax.php:148
4549
- msgid "Tax class already exists"
4550
- msgstr "روش مالیات در حال حاضر وجود دارد"
4551
-
4552
- #: includes/api/class-wc-api-taxes.php:631
4553
- msgid "You do not have permission to delete tax classes"
4554
- msgstr "شما دسترسی لازم برای حذف روش مالیات ندارید"
4555
-
4556
- #: includes/api/class-wc-api-taxes.php:647
4557
- msgid "Could not delete the tax class"
4558
- msgstr "نمیتوانید این روش مالیات را حذف کنید"
4559
-
4560
- #: includes/api/class-wc-api-taxes.php:681
4561
- msgid "You do not have permission to read the tax classes count"
4562
- msgstr ""
4563
-
4564
- #: includes/api/class-wc-api-webhooks.php:143
4565
- #: includes/api/v2/class-wc-api-webhooks.php:143
4566
- msgid "You do not have permission to read the webhooks count"
4567
- msgstr "شما اجازه دسترسی به خواندن تعداد Webhook ها ندارید"
4568
-
4569
- #: includes/api/class-wc-api-webhooks.php:176
4570
- #: includes/api/v2/class-wc-api-webhooks.php:176
4571
- msgid "You do not have permission to create webhooks"
4572
- msgstr "شما اجازه دسترسی برای ساخت وب هوک ها را ندارید"
4573
-
4574
- #: includes/api/class-wc-api-webhooks.php:183
4575
- #: includes/api/v2/class-wc-api-webhooks.php:183
4576
- msgid "Webhook topic is required and must be valid"
4577
- msgstr "موضوع Webhook الزامی است و باید معتبر باشد"
4578
-
4579
- #: includes/api/class-wc-api-webhooks.php:188
4580
- #: includes/api/class-wc-api-webhooks.php:279
4581
- #: includes/api/v2/class-wc-api-webhooks.php:188
4582
- #: includes/api/v2/class-wc-api-webhooks.php:279
4583
- msgid "Webhook delivery URL must be a valid URL starting with http:// or https://"
4584
- msgstr "آدرس برگشتی به وب هوک باید درست باشد و با http:// یا https:// شروع شود"
4585
-
4586
- #: includes/api/class-wc-api-webhooks.php:203
4587
- #: includes/api/v2/class-wc-api-webhooks.php:203
4588
- msgid "Cannot create webhook: %s"
4589
- msgstr "نمی توان وب هوک را ساخت: %s"
4590
-
4591
- #: includes/api/class-wc-api-webhooks.php:268
4592
- #: includes/api/v2/class-wc-api-webhooks.php:268
4593
- msgid "Webhook topic must be valid"
4594
- msgstr "موضوع Webhook باید معتبر باشد"
4595
-
4596
- #: includes/api/class-wc-api-products.php:2626
4597
- #: includes/api/class-wc-api-products.php:2870
4598
- #: includes/api/class-wc-api-products.php:2923
4599
- #: includes/api/class-wc-api-products.php:2990
4600
- #: includes/api/class-wc-api-products.php:3038
4601
- #: includes/api/class-wc-api-products.php:3102
4602
- #: includes/api/class-wc-api-products.php:3153
4603
- #: includes/api/v2/class-wc-api-products.php:2061
4604
- #: includes/api/v2/class-wc-api-products.php:2303
4605
- msgid "A product attribute with the provided ID could not be found"
4606
- msgstr "ویژگی محصول با شناسه داده شده را نمی توان پیدا کرد"
4607
-
4608
- #: includes/api/class-wc-api-products.php:2671
4609
- #: includes/api/v2/class-wc-api-products.php:2106
4610
- msgid "Invalid product attribute type - the product attribute type must be any of these: %s"
4611
- msgstr "نوع ویژگی محصول نامعتبر است - ویژگی محصولات باید یکی از این موارد باشد: %s"
4612
-
4613
- #: includes/api/class-wc-api-products.php:2676
4614
- #: includes/api/v2/class-wc-api-products.php:2111
4615
- msgid "Invalid product attribute order_by type - the product attribute order_by type must be any of these: %s"
4616
- msgstr ""
4617
-
4618
- #: includes/api/class-wc-api-products.php:2701
4619
- #: includes/api/class-wc-api-products.php:3032
4620
- #: includes/api/v2/class-wc-api-products.php:2136
4621
- msgid "You do not have permission to create product attributes"
4622
- msgstr "شما مجوز کافی برای ایجاد ویژگی‌های محصول ندارید"
4623
-
4624
- #: includes/api/class-wc-api-products.php:2784
4625
- #: includes/api/class-wc-api-products.php:3096
4626
- #: includes/api/v2/class-wc-api-products.php:2218
4627
- msgid "You do not have permission to edit product attributes"
4628
- msgstr "شما مجوز کافی برای ویرایش ویژگی‌های محصول ندارید"
4629
-
4630
- #: includes/api/class-wc-api-products.php:2830
4631
- #: includes/api/v2/class-wc-api-products.php:2264
4632
- msgid "Could not edit the attribute"
4633
- msgstr "نمی توان ویژگی را ویرایش کرد"
4634
-
4635
- #: includes/api/class-wc-api-products.php:2858
4636
- #: includes/api/v2/class-wc-api-products.php:2291
4637
- msgid "You do not have permission to delete product attributes"
4638
- msgstr "شما مجوز کافی برای حذف ویژگی‌های محصول ندارید"
4639
-
4640
- #: includes/api/class-wc-api-products.php:2880
4641
- #: includes/api/v2/class-wc-api-products.php:2313
4642
- msgid "Could not delete the attribute"
4643
- msgstr "نمی توان ویژگی را پاک کرد"
4644
-
4645
- #: includes/api/class-wc-api-products.php:2917
4646
- #: includes/api/class-wc-api-products.php:2984
4647
- msgid "You do not have permission to read product attribute terms"
4648
- msgstr "شما دسترسی لازم برای خواندن ویژگی های محصول را ندارید"
4649
-
4650
- #: includes/api/class-wc-api-products.php:2996
4651
- msgid "A product attribute term with the provided ID could not be found"
4652
- msgstr ""
4653
-
4654
- #: includes/api/class-wc-api-products.php:3147
4655
- msgid "You do not have permission to delete product attribute terms"
4656
- msgstr ""
4657
-
4658
- #: includes/api/class-wc-api-products.php:3285
4659
- #: includes/api/class-wc-api-products.php:3320
4660
- msgid "You do not have permission to read product shipping classes"
4661
- msgstr ""
4662
-
4663
- #: includes/api/class-wc-api-products.php:3315
4664
- msgid "Invalid product shipping class ID"
4665
- msgstr ""
4666
-
4667
- #: includes/api/class-wc-api-products.php:3326
4668
- msgid "A product shipping class with the provided ID could not be found"
4669
- msgstr ""
4670
-
4671
- #: includes/api/class-wc-api-products.php:3364
4672
- msgid "You do not have permission to create product shipping classes"
4673
- msgstr ""
4674
-
4675
- #: includes/api/class-wc-api-products.php:3382
4676
- msgid "Product shipping class parent is invalid"
4677
- msgstr "مادر(والد) روش حمل و نقل محصول نامعتبر است"
4678
-
4679
- #: includes/api/class-wc-api-products.php:3425
4680
- msgid "You do not have permission to edit product shipping classes"
4681
- msgstr "شما مجوز لازم برای ویرایش روش حمل و نقل را ندارید"
4682
-
4683
- #: includes/api/class-wc-api-products.php:3437
4684
- msgid "Could not edit the shipping class"
4685
- msgstr "شما نمی توانید این روش حمل و نقل را ویرایش کنید"
4686
-
4687
- #: includes/api/class-wc-api-products.php:3462
4688
- msgid "You do not have permission to delete product shipping classes"
4689
- msgstr "شما مجوز لازم برای حذف روش حمل و نقل را ندارید"
4690
-
4691
- #: includes/api/class-wc-api-products.php:3468
4692
- msgid "Could not delete the shipping class"
4693
- msgstr "شما نمی توانید این روش حمل و نقل را حذف کنید"
4694
-
4695
- #: includes/api/class-wc-api-reports.php:321
4696
- #: includes/api/v1/class-wc-api-reports.php:471
4697
- #: includes/api/v2/class-wc-api-reports.php:321
4698
- msgid "You do not have permission to read this report"
4699
- msgstr "شما اجازه دسترسی به نمایش این گزارش ندارید"
4700
-
4701
- #: includes/api/class-wc-api-resource.php:85
4702
- #: includes/api/v1/class-wc-api-resource.php:74
4703
- #: includes/api/v2/class-wc-api-resource.php:85
4704
- msgid "Invalid %s ID"
4705
- msgstr "شناسه %s نامعتبر است"
4706
-
4707
- #: includes/api/class-wc-api-resource.php:94
4708
- #: includes/api/v2/class-wc-api-resource.php:94
4709
- msgid "No %s found with the ID equal to %s"
4710
- msgstr "%s یافت نشد با شناسه یکسان با %s"
4711
-
4712
- #: includes/api/class-wc-api-resource.php:102
4713
- #: includes/api/v1/class-wc-api-resource.php:86
4714
- #: includes/api/v2/class-wc-api-resource.php:102
4715
- msgid "Invalid %s"
4716
- msgstr "%s نامعتبر است"
4717
-
4718
- #: includes/api/class-wc-api-resource.php:110
4719
- #: includes/api/v1/class-wc-api-resource.php:93
4720
- #: includes/api/v2/class-wc-api-resource.php:110
4721
- msgid "You do not have permission to read this %s"
4722
- msgstr "شما اجازه دسترسی به نمایش %s ندارید."
4723
-
4724
- #: includes/api/class-wc-api-resource.php:115
4725
- #: includes/api/v1/class-wc-api-resource.php:98
4726
- #: includes/api/v2/class-wc-api-resource.php:115
4727
- msgid "You do not have permission to edit this %s"
4728
- msgstr "شما اجازه دسترسی به ویرایش %s ندارید."
4729
-
4730
- #: includes/api/class-wc-api-resource.php:120
4731
- #: includes/api/v1/class-wc-api-resource.php:103
4732
- #: includes/api/v2/class-wc-api-resource.php:120
4733
- msgid "You do not have permission to delete this %s"
4734
- msgstr "شما اجازه دسترسی به حذف %s ندارید."
4735
-
4736
- #: includes/api/class-wc-api-resource.php:366
4737
- #: includes/api/v1/class-wc-api-resource.php:305
4738
- #: includes/api/v2/class-wc-api-resource.php:366
4739
- msgid "Permanently deleted customer"
4740
- msgstr "مشتری برای همیشه حذف شد"
4741
-
4742
- #: includes/api/class-wc-api-resource.php:368
4743
- #: includes/api/v1/class-wc-api-resource.php:307
4744
- #: includes/api/v2/class-wc-api-resource.php:368
4745
- msgid "The customer cannot be deleted"
4746
- msgstr "مشتری قادر به حذف شدن نیست."
4747
-
4748
- #: includes/api/class-wc-api-server.php:164
4749
- #: includes/api/v1/class-wc-api-server.php:170
4750
- #: includes/api/v2/class-wc-api-server.php:164
4751
- msgid "Invalid authentication method"
4752
- msgstr "روش های تأیید هویت اشتباه است"
4753
-
4754
- #: includes/api/class-wc-api-orders.php:1647
4755
- #: includes/api/v2/class-wc-api-orders.php:1609
4756
- msgid "Cannot create order refund, please try again"
4757
- msgstr "قادر به مسترد کردن سفارش نیستیم ، دوباره تلاش کنید"
4758
-
4759
- #: includes/api/class-wc-api-orders.php:1664
4760
- #: includes/api/v2/class-wc-api-orders.php:1626
4761
- msgid "An error occurred while attempting to create the refund using the payment gateway API"
4762
- msgstr "در حال تلاش برای ساخت استرداد وجه با استفاده از API دروازه پرداخت یک خطا رخ داده است"
4763
-
4764
- #: includes/api/class-wc-api-orders.php:1720
4765
- #: includes/api/class-wc-api-orders.php:1779
4766
- #: includes/api/v2/class-wc-api-orders.php:1682
4767
- #: includes/api/v2/class-wc-api-orders.php:1741
4768
- msgid "The order refund ID provided is not associated with the order"
4769
- msgstr "شناسه استرداد سفارش ارائه شده با سفارش مرتبط نیست"
4770
-
4771
- #: includes/api/class-wc-api-products.php:228
4772
- #: includes/api/v1/class-wc-api-products.php:143
4773
- #: includes/api/v2/class-wc-api-products.php:183
4774
- msgid "You do not have permission to read the products count"
4775
- msgstr "شما اجازه دسترسی به نمایش تعداد محصولات ندارید"
4776
-
4777
- #: includes/api/class-wc-api-products.php:262
4778
- #: includes/api/v2/class-wc-api-products.php:217
4779
- msgid "You do not have permission to create products"
4780
- msgstr "شما اجازه دسترسی برای ساخت محصول جدید را ندارید"
4781
-
4782
- #: includes/api/class-wc-api-products.php:284
4783
- #: includes/api/class-wc-api-products.php:409
4784
- #: includes/api/v2/class-wc-api-products.php:239
4785
- #: includes/api/v2/class-wc-api-products.php:358
4786
- #: includes/cli/class-wc-cli-product.php:166
4787
- #: includes/cli/class-wc-cli-product.php:641
4788
- msgid "Invalid product type - the product type must be any of these: %s"
4789
- msgstr "نوع محصول نامعتبر است - نوع محصول می بایست یکی از این ها باشد: %s"
4790
-
4791
- #: includes/api/class-wc-api-products.php:464
4792
- #: includes/api/class-wc-api-products.php:3160
4793
- #: includes/api/class-wc-api-resource.php:377
4794
- #: includes/api/v1/class-wc-api-resource.php:316
4795
- #: includes/api/v2/class-wc-api-products.php:413
4796
- #: includes/api/v2/class-wc-api-resource.php:378
4797
- msgid "This %s cannot be deleted"
4798
- msgstr "%s قابل حذف نیست!"
4799
-
4800
- #: includes/api/class-wc-api-products.php:473
4801
- #: includes/api/class-wc-api-resource.php:380
4802
- #: includes/api/v1/class-wc-api-resource.php:319
4803
- #: includes/api/v2/class-wc-api-products.php:422
4804
- #: includes/api/v2/class-wc-api-resource.php:382
4805
- msgid "Permanently deleted %s"
4806
- msgstr "%s برای همیشه حذف شد"
4807
-
4808
- #: includes/api/class-wc-api-products.php:477
4809
- #: includes/api/class-wc-api-products.php:815
4810
- #: includes/api/class-wc-api-products.php:1003
4811
- #: includes/api/class-wc-api-products.php:2899
4812
- #: includes/api/class-wc-api-products.php:3167
4813
- #: includes/api/class-wc-api-products.php:3473
4814
- #: includes/api/class-wc-api-resource.php:386
4815
- #: includes/api/class-wc-api-taxes.php:354
4816
- #: includes/api/class-wc-api-taxes.php:665
4817
- #: includes/api/v1/class-wc-api-resource.php:325
4818
- #: includes/api/v2/class-wc-api-products.php:426
4819
- #: includes/api/v2/class-wc-api-products.php:2331
4820
- #: includes/api/v2/class-wc-api-resource.php:386
4821
- msgid "Deleted %s"
4822
- msgstr "% حذف شده"
4823
-
4824
- #: includes/api/class-wc-api-products.php:567
4825
- #: includes/api/class-wc-api-products.php:603
4826
- #: includes/api/v2/class-wc-api-products.php:516
4827
- #: includes/api/v2/class-wc-api-products.php:552
4828
- msgid "You do not have permission to read product categories"
4829
- msgstr "شما اجازه دسترسی برای خواندن دسته بندی های محصول ندارید"
4830
-
4831
- #: includes/api/class-wc-api-products.php:598
4832
- #: includes/api/v2/class-wc-api-products.php:547
4833
- msgid "Invalid product category ID"
4834
- msgstr "شناسه دسته بندی محصول نامعتبر است"
4835
-
4836
- #: includes/api/class-wc-api-products.php:609
4837
- #: includes/api/v2/class-wc-api-products.php:558
4838
- msgid "A product category with the provided ID could not be found"
4839
- msgstr "دسته محصول با شناسه ارائه شده را نمی توان یافت کرد"
4840
-
4841
- #: includes/api/class-wc-api-products.php:658
4842
- msgid "You do not have permission to create product categories"
4843
- msgstr ""
4844
-
4845
- #: includes/api/class-wc-api-products.php:678
4846
- msgid "Product category parent is invalid"
4847
- msgstr "مادر دسته بندی نامعتبر است"
4848
-
4849
- #: includes/api/class-wc-api-products.php:738
4850
- msgid "You do not have permission to edit product categories"
4851
- msgstr ""
4852
-
4853
- #: includes/api/class-wc-api-products.php:768
4854
- msgid "Could not edit the category"
4855
- msgstr ""
4856
-
4857
- #: includes/api/class-wc-api-products.php:801
4858
- msgid "You do not have permission to delete product category"
4859
- msgstr "شما دسترسی لازم برای حذف دسته بندی محصول را ندارید"
4860
-
4861
- #: includes/api/class-wc-api-products.php:807
4862
- msgid "Could not delete the category"
4863
- msgstr "شما نمیتوانید این دسته بندی را حذف کنید"
4864
-
4865
- #: includes/api/class-wc-api-products.php:832
4866
- #: includes/api/class-wc-api-products.php:868
4867
- msgid "You do not have permission to read product tags"
4868
- msgstr "شما دسترسی لازم برای خواندن برچسب دسته بندی را ندارید"
4869
-
4870
- #: includes/api/class-wc-api-products.php:863
4871
- msgid "Invalid product tag ID"
4872
- msgstr "شناسه برچسب دسته بندی نامعتبر است"
4873
-
4874
- #: includes/api/class-wc-api-products.php:874
4875
- msgid "A product tag with the provided ID could not be found"
4876
- msgstr "برچسب محصول با شناسه ارائه شده یافت نشد"
4877
-
4878
- #: includes/api/class-wc-api-products.php:909
4879
- msgid "You do not have permission to create product tags"
4880
- msgstr "شما دسترسی لازم برای ایجاد برچسب های دسته بندی محصول را ندارید"
4881
-
4882
- #: includes/api/class-wc-api-products.php:957
4883
- msgid "You do not have permission to edit product tags"
4884
- msgstr "شما دسترسی لازم برای ویرایش برچسب های دسته بندی محصول را ندارید "
4885
-
4886
- #: includes/api/class-wc-api-products.php:969
4887
- msgid "Could not edit the tag"
4888
- msgstr "نمی توانید برچسب را ویرایش کنید"
4889
-
4890
- #: includes/api/class-wc-api-products.php:992
4891
- msgid "You do not have permission to delete product tag"
4892
- msgstr "شما دسترسی لازم برای حذف برچسب دسته بندی را ندارید"
4893
-
4894
- #: includes/api/class-wc-api-products.php:998
4895
- msgid "Could not delete the tag"
4896
- msgstr "نمی توانید برچسب را حذف کنید"
4897
-
4898
- #: includes/api/class-wc-api-products.php:1330
4899
- #: includes/api/class-wc-api-products.php:1794
4900
- #: includes/api/v2/class-wc-api-products.php:852
4901
- #: includes/api/v2/class-wc-api-products.php:1311
4902
- #: includes/cli/class-wc-cli-product.php:1126
4903
- #: includes/cli/class-wc-cli-product.php:1585
4904
- msgid "The SKU already exists on another product"
4905
- msgstr "شناسه محصول، در یک محصول دیگر وجود دارد"
4906
-
4907
- #: includes/api/class-wc-api-products.php:2263
4908
- #: includes/api/class-wc-api-products.php:2264
4909
- #: includes/api/v1/class-wc-api-products.php:461
4910
- #: includes/api/v1/class-wc-api-products.php:462
4911
- #: includes/api/v2/class-wc-api-products.php:1757
4912
- #: includes/api/v2/class-wc-api-products.php:1758
4913
- #: includes/cli/class-wc-cli-product.php:914
4914
- #: includes/cli/class-wc-cli-product.php:915
4915
- #: includes/wc-product-functions.php:295
4916
- #: templates/single-product/product-image.php:46
4917
- msgid "Placeholder"
4918
- msgstr "Placeholder"
4919
-
4920
- #: includes/api/class-wc-api-products.php:2374
4921
- #: includes/api/v2/class-wc-api-products.php:1834
4922
- #: includes/cli/class-wc-cli-product.php:2012
4923
- msgid "Invalid URL %s"
4924
- msgstr "آدرس %s نامعتبر است"
4925
-
4926
- #: includes/api/class-wc-api-products.php:2386
4927
- #: includes/api/v2/class-wc-api-products.php:1846
4928
- #: includes/cli/class-wc-cli-product.php:2024
4929
- msgid "Error getting remote image %s"
4930
- msgstr "خطا در دریافت تصویر %s از راه دور"
4931
-
4932
- #: includes/api/class-wc-api-products.php:2415
4933
- #: includes/api/v2/class-wc-api-products.php:1875
4934
- #: includes/cli/class-wc-cli-product.php:2053
4935
- msgid "Zero size file downloaded"
4936
- msgstr "اندازه هیچ فایل دانلود شده است"
4937
-
4938
- #: includes/api/class-wc-api-products.php:2572
4939
- #: includes/api/class-wc-api-products.php:2616
4940
- #: includes/api/v2/class-wc-api-products.php:2007
4941
- #: includes/api/v2/class-wc-api-products.php:2051
4942
- msgid "You do not have permission to read product attributes"
4943
- msgstr "شما مجوز کافی برای خواندن ویژگی محصولات ندارید"
4944
-
4945
- #: includes/api/class-wc-api-products.php:2611
4946
- #: includes/api/class-wc-api-products.php:2979
4947
- #: includes/api/v2/class-wc-api-products.php:2046
4948
- msgid "Invalid product attribute ID"
4949
- msgstr "شناسه ویژگی محصول نادرست است"
4950
-
4951
- #: includes/api/class-wc-api-orders.php:1354
4952
- #: includes/api/v2/class-wc-api-orders.php:1316
4953
- msgid "Cannot create order note, please try again"
4954
- msgstr "امکان ساخت یادداشت سفارش وجود ندارد ، دوباره تلاش کنید"
4955
-
4956
- #: includes/api/class-wc-api-orders.php:1410
4957
- #: includes/api/class-wc-api-orders.php:1472
4958
- #: includes/api/v2/class-wc-api-orders.php:1372
4959
- #: includes/api/v2/class-wc-api-orders.php:1434
4960
- msgid "The order note ID provided is not associated with the order"
4961
- msgstr "شناسه یادداشت سفارش با سفارش مورد نظر همخوانی ندارد"
4962
-
4963
- #: includes/api/class-wc-api-orders.php:1479
4964
- #: includes/api/v2/class-wc-api-orders.php:1441
4965
- msgid "This order note cannot be deleted"
4966
- msgstr "قادر به حذف یادداشت سفارش نیستیم"
4967
-
4968
- #: includes/api/class-wc-api-orders.php:1484
4969
- #: includes/api/v2/class-wc-api-orders.php:1446
4970
- msgid "Permanently deleted order note"
4971
- msgstr "یادداشت سفارش به صورت همیشگی حذف شد"
4972
-
4973
- #: includes/api/class-wc-api-orders.php:1545
4974
- #: includes/api/class-wc-api-orders.php:1708
4975
- #: includes/api/class-wc-api-orders.php:1767
4976
- #: includes/api/v2/class-wc-api-orders.php:1507
4977
- #: includes/api/v2/class-wc-api-orders.php:1670
4978
- #: includes/api/v2/class-wc-api-orders.php:1729
4979
- msgid "Invalid order refund ID"
4980
- msgstr "شناسه استرداد سفارش نامعتبر است"
4981
-
4982
- #: includes/api/class-wc-api-orders.php:1552
4983
- #: includes/api/class-wc-api-orders.php:1715
4984
- #: includes/api/class-wc-api-orders.php:1774
4985
- #: includes/api/v2/class-wc-api-orders.php:1514
4986
- #: includes/api/v2/class-wc-api-orders.php:1677
4987
- #: includes/api/v2/class-wc-api-orders.php:1736
4988
- msgid "An order refund with the provided ID could not be found"
4989
- msgstr "یک استرداد سفارش با شناسه ارائه شده وجود ندارد"
4990
-
4991
- #: includes/api/class-wc-api-orders.php:1622
4992
- #: includes/api/v2/class-wc-api-orders.php:1584
4993
- msgid "You do not have permission to create order refunds"
4994
- msgstr "شما اجازه دسترسی برای ساخت استرداد سفارش ندارید"
4995
-
4996
- #: includes/api/class-wc-api-orders.php:1635
4997
- #: includes/api/v2/class-wc-api-orders.php:1597
4998
- msgid "Refund amount is required"
4999
- msgstr "مقدار مسترد کردن الزامی است"
5000
-
5001
- #: includes/api/class-wc-api-orders.php:1637
5002
- #: includes/api/v2/class-wc-api-orders.php:1599
5003
- msgid "Refund amount must be positive"
5004
- msgstr "مبلغ مسترد شده باید مثبت باشد"
5005
-
5006
- #: includes/api/class-wc-api-orders.php:989
5007
- #: includes/api/v2/class-wc-api-orders.php:952
5008
- #: includes/cli/class-wc-cli-order.php:1002
5009
- msgid "Cannot update line item, try again"
5010
- msgstr "قادر به بروزرسانی خط مورد نیستیم ، دوباره تلاش کنید"
5011
-
5012
- #: includes/api/class-wc-api-orders.php:1058
5013
- #: includes/api/v2/class-wc-api-orders.php:1020
5014
- #: includes/cli/class-wc-cli-order.php:1076
5015
- msgid "Shipping total must be a positive amount"
5016
- msgstr "مجموع حمل و نقل باید یک مقدار مثبت باشد"
5017
-
5018
- #: includes/api/class-wc-api-orders.php:1065
5019
- #: includes/api/v2/class-wc-api-orders.php:1027
5020
- #: includes/cli/class-wc-cli-order.php:1083
5021
- msgid "Shipping method ID is required"
5022
- msgstr "شناسه نحوه حمل و نقل الزامی است"
5023
-
5024
- #: includes/api/class-wc-api-orders.php:1073
5025
- #: includes/api/v2/class-wc-api-orders.php:1035
5026
- #: includes/cli/class-wc-cli-order.php:1091
5027
- msgid "Cannot create shipping method, try again"
5028
- msgstr "قادر به ساخت روش حمل و نقل نیستیم ، دوباره تلاش کنید"
5029
-
5030
- #: includes/api/class-wc-api-orders.php:1095
5031
- #: includes/api/v2/class-wc-api-orders.php:1057
5032
- #: includes/cli/class-wc-cli-order.php:1113
5033
- msgid "Cannot update shipping method, try again"
5034
- msgstr "قادر به بروزرسانی روش حمل و نقل نیستیم ، دوباره تلاش کنید"
5035
-
5036
- #: includes/api/class-wc-api-orders.php:1115
5037
- #: includes/api/v2/class-wc-api-orders.php:1077
5038
- #: includes/cli/class-wc-cli-order.php:1133
5039
- msgid "Fee title is required"
5040
- msgstr "عنوان هزینه الزامی است"
5041
-
5042
- #: includes/api/class-wc-api-orders.php:1131
5043
- #: includes/api/v2/class-wc-api-orders.php:1093
5044
- #: includes/cli/class-wc-cli-order.php:1149
5045
- msgid "Fee tax class is required when fee is taxable"
5046
- msgstr "کلاس مالیات بر هزینه در هنگامی که مشمول مالیات است الزامی می باشد"
5047
-
5048
- #: includes/api/class-wc-api-orders.php:1150
5049
- #: includes/api/v2/class-wc-api-orders.php:1112
5050
- #: includes/cli/class-wc-cli-order.php:1168
5051
- msgid "Cannot create fee, try again"
5052
- msgstr "امکان ساخت هزینه وجود ندارد. دوباره تلاش کنید"
5053
-
5054
- #: includes/api/class-wc-api-orders.php:1176
5055
- #: includes/api/v2/class-wc-api-orders.php:1138
5056
- #: includes/cli/class-wc-cli-order.php:1194
5057
- msgid "Cannot update fee, try again"
5058
- msgstr "امکان بروزرسانی هزینه وجود ندارد. دوباره تلاش کنید"
5059
-
5060
- #: includes/api/class-wc-api-orders.php:1194
5061
- #: includes/api/v2/class-wc-api-orders.php:1156
5062
- #: includes/cli/class-wc-cli-order.php:1212
5063
- msgid "Coupon discount total must be a positive amount"
5064
- msgstr "مجموع تخفیف سبد خرید می بایست یک مقدار مثبت باشد"
5065
-
5066
- #: includes/api/class-wc-api-orders.php:1201
5067
- #: includes/api/v2/class-wc-api-orders.php:1163
5068
- #: includes/cli/class-wc-cli-order.php:1219
5069
- msgid "Coupon code is required"
5070
- msgstr "کد کوپن الزامی است"
5071
-
5072
- #: includes/api/class-wc-api-orders.php:1207
5073
- #: includes/api/v2/class-wc-api-orders.php:1169
5074
- #: includes/cli/class-wc-cli-order.php:1225
5075
- msgid "Cannot create coupon, try again"
5076
- msgstr "امکان ساخت کوپن تخفیف وجود ندار. دوباره تلاش کنید"
5077
-
5078
- #: includes/api/class-wc-api-orders.php:1225
5079
- #: includes/api/v2/class-wc-api-orders.php:1187
5080
- #: includes/cli/class-wc-cli-order.php:1243
5081
- msgid "Cannot update coupon, try again"
5082
- msgstr "امکان بروزرسانی کوپن وجود ندارد. دوباره تلاش کنید"
5083
-
5084
- #: includes/api/class-wc-api-orders.php:1290
5085
- #: includes/api/class-wc-api-orders.php:1398
5086
- #: includes/api/class-wc-api-orders.php:1460
5087
- #: includes/api/v2/class-wc-api-orders.php:1252
5088
- #: includes/api/v2/class-wc-api-orders.php:1360
5089
- #: includes/api/v2/class-wc-api-orders.php:1422
5090
- msgid "Invalid order note ID"
5091
- msgstr "شناسه یادداشت سفارش نامعتبر است"
5092
-
5093
- #: includes/api/class-wc-api-orders.php:1296
5094
- #: includes/api/class-wc-api-orders.php:1405
5095
- #: includes/api/class-wc-api-orders.php:1467
5096
- #: includes/api/v2/class-wc-api-orders.php:1258
5097
- #: includes/api/v2/class-wc-api-orders.php:1367
5098
- #: includes/api/v2/class-wc-api-orders.php:1429
5099
- msgid "An order note with the provided ID could not be found"
5100
- msgstr "یادداشت سفارش با شناسه ارائه شده وجود ندارد"
5101
-
5102
- #: includes/api/class-wc-api-orders.php:1330
5103
- #: includes/api/v2/class-wc-api-orders.php:1292
5104
- msgid "You do not have permission to create order notes"
5105
- msgstr "شما اجازه دسترسی برای ساخت یادداشت کاربری ندارید"
5106
-
5107
- #: includes/api/class-wc-api-orders.php:1345
5108
- #: includes/api/v2/class-wc-api-orders.php:1307
5109
- msgid "Order note is required"
5110
- msgstr "یادداشت سفارش الزامی است"
5111
-
5112
- #: includes/api/class-wc-api-orders.php:482
5113
- #: includes/api/v2/class-wc-api-orders.php:451
5114
- #: includes/cli/class-wc-cli-order.php:151
5115
- msgid "Payment method ID and title are required"
5116
- msgstr "شناسه روش پرداخت و عنوان آن الزامی است"
5117
-
5118
- #: includes/api/class-wc-api-orders.php:498
5119
- #: includes/api/class-wc-api-orders.php:648
5120
- #: includes/api/v2/class-wc-api-orders.php:467
5121
- #: includes/api/v2/class-wc-api-orders.php:617
5122
- #: includes/cli/class-wc-cli-order.php:166
5123
- #: includes/cli/class-wc-cli-order.php:521
5124
- msgid "Provided order currency is invalid"
5125
- msgstr "واحد پولی ارائه شده نامعتبر است"
5126
-
5127
- #: includes/api/class-wc-api-orders.php:569
5128
- #: includes/api/class-wc-api-orders.php:1628
5129
- #: includes/api/v2/class-wc-api-orders.php:538
5130
- #: includes/api/v2/class-wc-api-orders.php:1590
5131
- #: includes/cli/class-wc-cli-order.php:429
5132
- msgid "Order ID is invalid"
5133
- msgstr "شناسه محصول معتبر نیست"
5134
-
5135
- #: includes/api/class-wc-api-orders.php:609
5136
- #: includes/api/v2/class-wc-api-orders.php:578
5137
- #: includes/cli/class-wc-cli-order.php:476
5138
- msgid "Order item ID is required"
5139
- msgstr "شناسه سفارش مورد نظر الزامی است"
5140
-
5141
- #: includes/api/class-wc-api-orders.php:879
5142
- #: includes/api/v2/class-wc-api-orders.php:842
5143
- #: includes/cli/class-wc-cli-order.php:891
5144
- msgid "Order item ID provided is not associated with order"
5145
- msgstr "شناسه مورد سفارش ارائه شده با سفارش مورد نظر وجود ندارد"
5146
-
5147
- #: includes/api/class-wc-api-orders.php:902
5148
- #: includes/api/v2/class-wc-api-orders.php:865
5149
- #: includes/cli/class-wc-cli-order.php:913
5150
- msgid "Product ID or SKU is required"
5151
- msgstr "شناسه محصول یا SKU ضروری است"
5152
-
5153
- #: includes/api/class-wc-api-orders.php:912
5154
- #: includes/api/v2/class-wc-api-orders.php:875
5155
- #: includes/cli/class-wc-cli-order.php:923
5156
- msgid "Product ID provided does not match this line item"
5157
- msgstr "شناسه محصول ارائه شده با این خط مورد همخوانی ندارد"
5158
-
5159
- #: includes/api/class-wc-api-orders.php:927
5160
- #: includes/api/v2/class-wc-api-orders.php:890
5161
- #: includes/cli/class-wc-cli-order.php:938
5162
- msgid "The product variation is invalid"
5163
- msgstr "محصول متغیر نامعتبر است"
5164
-
5165
- #: includes/api/class-wc-api-orders.php:938
5166
- #: includes/api/v2/class-wc-api-orders.php:901
5167
- #: includes/cli/class-wc-cli-order.php:949
5168
- msgid "Product is invalid"
5169
- msgstr "محصول معتبر نیست"
5170
-
5171
- #: includes/api/class-wc-api-orders.php:943
5172
- #: includes/api/v2/class-wc-api-orders.php:906
5173
- #: includes/cli/class-wc-cli-order.php:954
5174
- msgid "Product quantity must be a positive float"
5175
- msgstr "تعداد محصول باید یک مقدار مثبت اعشاری باشد"
5176
-
5177
- #: includes/api/class-wc-api-orders.php:948
5178
- #: includes/api/v2/class-wc-api-orders.php:911
5179
- #: includes/cli/class-wc-cli-order.php:959
5180
- msgid "Product quantity is required"
5181
- msgstr "مقدار محصول الزامی است"
5182
-
5183
- #: includes/api/class-wc-api-orders.php:981
5184
- #: includes/api/v2/class-wc-api-orders.php:944
5185
- #: includes/cli/class-wc-cli-order.php:994
5186
- msgid "Cannot create line item, try again"
5187
- msgstr "نمی توان مورد خطی ساخت، دوباره تلاش کنید"
5188
-
5189
- #: includes/api/class-wc-api-coupons.php:270
5190
- #: includes/api/class-wc-api-coupons.php:379
5191
- #: includes/api/v2/class-wc-api-coupons.php:270
5192
- #: includes/api/v2/class-wc-api-coupons.php:379
5193
- #: includes/cli/class-wc-cli-coupon.php:106
5194
- #: includes/cli/class-wc-cli-coupon.php:465
5195
- msgid "Invalid coupon type - the coupon type must be any of these: %s"
5196
- msgstr "نوع کوپن نامعتبر است - نوع کوپن می بایست یکی از این ها باشد: %s"
5197
-
5198
- #: includes/api/class-wc-api-coupons.php:329
5199
- #: includes/api/class-wc-api-customers.php:400
5200
- #: includes/api/class-wc-api-orders.php:552
5201
- #: includes/api/class-wc-api-orders.php:1380
5202
- #: includes/api/class-wc-api-orders.php:1692
5203
- #: includes/api/class-wc-api-products.php:358
5204
- #: includes/api/class-wc-api-products.php:730
5205
- #: includes/api/class-wc-api-products.php:949
5206
- #: includes/api/class-wc-api-products.php:2776
5207
- #: includes/api/class-wc-api-products.php:3088
5208
- #: includes/api/class-wc-api-products.php:3417
5209
- #: includes/api/class-wc-api-taxes.php:254
5210
- #: includes/api/class-wc-api-webhooks.php:245
5211
- #: includes/api/v2/class-wc-api-coupons.php:329
5212
- #: includes/api/v2/class-wc-api-customers.php:400
5213
- #: includes/api/v2/class-wc-api-orders.php:521
5214
- #: includes/api/v2/class-wc-api-orders.php:1342
5215
- #: includes/api/v2/class-wc-api-orders.php:1654
5216
- #: includes/api/v2/class-wc-api-products.php:312
5217
- #: includes/api/v2/class-wc-api-products.php:2210
5218
- #: includes/api/v2/class-wc-api-webhooks.php:245
5219
- msgid "No %1$s data specified to edit %1$s"
5220
- msgstr "%1$s داده‌ای برای ویرایش %1$s مشخص نشده است"
5221
-
5222
- #: includes/api/class-wc-api-coupons.php:364
5223
- #: includes/api/class-wc-api-coupons.php:372
5224
- #: includes/api/v2/class-wc-api-coupons.php:364
5225
- #: includes/api/v2/class-wc-api-coupons.php:372
5226
- #: includes/cli/class-wc-cli-coupon.php:459
5227
- msgid "Failed to update coupon"
5228
- msgstr "در بروزرسانی کوپن خطایی رخ داده است"
5229
-
5230
- #: includes/api/class-wc-api-coupons.php:526
5231
- #: includes/api/class-wc-api-customers.php:777
5232
- #: includes/api/class-wc-api-orders.php:1805
5233
- #: includes/api/class-wc-api-products.php:3209
5234
- #: includes/api/class-wc-api-taxes.php:457
5235
- #: includes/api/v2/class-wc-api-coupons.php:526
5236
- #: includes/api/v2/class-wc-api-customers.php:789
5237
- #: includes/api/v2/class-wc-api-orders.php:1767
5238
- #: includes/api/v2/class-wc-api-products.php:2397
5239
- msgid "No %1$s data specified to create/edit %1$s"
5240
- msgstr "%1$s داده‌ای برای ایجاد/ویرایش %1$s مشخص نشده است"
5241
-
5242
- #: includes/api/class-wc-api-coupons.php:534
5243
- #: includes/api/class-wc-api-customers.php:785
5244
- #: includes/api/class-wc-api-orders.php:1813
5245
- #: includes/api/class-wc-api-products.php:3217
5246
- #: includes/api/class-wc-api-taxes.php:465
5247
- #: includes/api/v2/class-wc-api-coupons.php:534
5248
- #: includes/api/v2/class-wc-api-customers.php:797
5249
- #: includes/api/v2/class-wc-api-orders.php:1775
5250
- #: includes/api/v2/class-wc-api-products.php:2405
5251
- msgid "Unable to accept more than %s items for this request"
5252
- msgstr "برای این درخواست بیشتر از %s تعداد امکان قبول وجود ندارد"
5253
-
5254
- #: includes/api/class-wc-api-customers.php:217
5255
- #: includes/api/class-wc-api-customers.php:220
5256
- #: includes/api/v2/class-wc-api-customers.php:217
5257
- #: includes/api/v2/class-wc-api-customers.php:220
5258
- msgid "Invalid customer Email"
5259
- msgstr "ایمیل مشتری نامعتبر است"
5260
-
5261
- #: includes/api/class-wc-api-customers.php:239
5262
- #: includes/api/v1/class-wc-api-customers.php:195
5263
- #: includes/api/v2/class-wc-api-customers.php:239
5264
- msgid "You do not have permission to read the customers count"
5265
- msgstr "شما اجازه دسترسی به خواندن تعداد مشتری ها ندارید"
5266
-
5267
- #: includes/api/class-wc-api-customers.php:352
5268
- #: includes/api/v1/class-wc-api-customers.php:211
5269
- #: includes/api/v2/class-wc-api-customers.php:352
5270
- msgid "You do not have permission to create this customer"
5271
- msgstr "شما اجازه دسترسی به ایحاد این مشتری ندارید"
5272
-
5273
- #: includes/api/class-wc-api-customers.php:714
5274
- #: includes/api/v1/class-wc-api-customers.php:461
5275
- #: includes/api/v2/class-wc-api-customers.php:726
5276
- msgid "Invalid customer ID"
5277
- msgstr "شناسه نامعتبر مشتری"
5278
-
5279
- #: includes/api/class-wc-api-customers.php:721
5280
- #: includes/api/v1/class-wc-api-customers.php:467
5281
- #: includes/api/v2/class-wc-api-customers.php:733
5282
- msgid "Invalid customer"
5283
- msgstr "مشتری نامعتبر"
5284
-
5285
- #: includes/api/class-wc-api-customers.php:729
5286
- #: includes/api/v1/class-wc-api-customers.php:474
5287
- #: includes/api/v2/class-wc-api-customers.php:741
5288
- msgid "You do not have permission to read this customer"
5289
- msgstr "شما اجازه دسترسی به خواندن این مشتری ندارید"
5290
-
5291
- #: includes/api/class-wc-api-customers.php:735
5292
- #: includes/api/v1/class-wc-api-customers.php:479
5293
- #: includes/api/v2/class-wc-api-customers.php:747
5294
- msgid "You do not have permission to edit this customer"
5295
- msgstr "شما اجازه دسترسی به ویرایش این مشتری ندارید"
5296
-
5297
- #: includes/api/class-wc-api-customers.php:741
5298
- #: includes/api/v1/class-wc-api-customers.php:484
5299
- #: includes/api/v2/class-wc-api-customers.php:753
5300
- msgid "You do not have permission to delete this customer"
5301
- msgstr "شما اجازه دسترسی به حذف این مشتری ندارید"
5302
-
5303
- #: includes/api/class-wc-api-json-handler.php:58
5304
- #: includes/api/v1/class-wc-api-json-handler.php:59
5305
- #: includes/api/v2/class-wc-api-json-handler.php:58
5306
- msgid "JSONP support is disabled on this site"
5307
- msgstr "پشتیبانی از JSONP در این سایت غیر فعال است"
5308
-
5309
- #: includes/api/class-wc-api-json-handler.php:66
5310
- #: includes/api/v1/class-wc-api-json-handler.php:67
5311
- #: includes/api/v2/class-wc-api-json-handler.php:66
5312
- msgid "The JSONP callback function is invalid"
5313
- msgstr "تابع پاسخ دهنده JSONP نامعتبر است."
5314
-
5315
- #: includes/api/class-wc-api-orders.php:349
5316
- #: includes/api/v1/class-wc-api-orders.php:258
5317
- #: includes/api/v2/class-wc-api-orders.php:318
5318
- msgid "You do not have permission to read the orders count"
5319
- msgstr "شما اجازه دسترسی به نمایش تعداد سفارشات ندارید"
5320
-
5321
- #: includes/api/class-wc-api-orders.php:422
5322
- #: includes/api/v2/class-wc-api-orders.php:391
5323
- msgid "You do not have permission to create orders"
5324
- msgstr "شما دسترسی لازم برای ساخت سفارش را ندارید"
5325
-
5326
- #: includes/api/class-wc-api-orders.php:438
5327
- #: includes/api/class-wc-api-orders.php:583
5328
- #: includes/api/v2/class-wc-api-orders.php:407
5329
- #: includes/api/v2/class-wc-api-orders.php:552
5330
- #: includes/cli/class-wc-cli-order.php:114
5331
- #: includes/cli/class-wc-cli-order.php:450
5332
- msgid "Customer ID is invalid"
5333
- msgstr "شناسه مشتری نامعتبر است"
5334
-
5335
- #: includes/api/class-wc-api-orders.php:448
5336
- #: includes/api/v2/class-wc-api-orders.php:417
5337
- #: includes/cli/class-wc-cli-order.php:122
5338
- msgid "Cannot create order: %s"
5339
- msgstr "ساخت سفارش امکان پذیر نیست: %s"
5340
-
5341
- #: includes/api/class-wc-api-authentication.php:112
5342
- msgid "WooCommerce API. Use a consumer key in the username field and a consumer secret in the password field"
5343
- msgstr "API ووکامرس. یک کلید مصرف کننده در فیلد نام کاربری و یک رمز مصرف کننده در فیلد پسورد بکار ببرید"
5344
-
5345
- #: includes/api/class-wc-api-authentication.php:145
5346
- #: includes/api/v1/class-wc-api-authentication.php:148
5347
- #: includes/api/v2/class-wc-api-authentication.php:148
5348
- msgid "%s parameter is missing"
5349
- msgstr "پارامتر %s یافت نشد."
5350
-
5351
- #: includes/api/class-wc-api-authentication.php:180
5352
- #: includes/api/v1/class-wc-api-authentication.php:183
5353
- #: includes/api/v2/class-wc-api-authentication.php:183
5354
- msgid "Consumer Key is invalid"
5355
- msgstr "کلید مصرف کننده نامعتبر است"
5356
-
5357
- #: includes/api/class-wc-api-authentication.php:198
5358
- #: includes/api/v1/class-wc-api-authentication.php:201
5359
- #: includes/api/v2/class-wc-api-authentication.php:201
5360
- msgid "API user is invalid"
5361
- msgstr "API کاربر نادرست است"
5362
-
5363
- #: includes/api/class-wc-api-authentication.php:242
5364
- #: includes/api/v1/class-wc-api-authentication.php:251
5365
- #: includes/api/v2/class-wc-api-authentication.php:251
5366
- msgid "Invalid Signature - failed to sort parameters"
5367
- msgstr "امضا نامعتبر است - موفق به مرتب کردن پارامتر ها نشد"
5368
-
5369
- #: includes/api/class-wc-api-authentication.php:262
5370
- #: includes/api/v1/class-wc-api-authentication.php:265
5371
- #: includes/api/v2/class-wc-api-authentication.php:265
5372
- msgid "Invalid Signature - signature method is invalid"
5373
- msgstr "امضا نامعتبر است - روش امضا نامعتبر است"
5374
-
5375
- #: includes/api/class-wc-api-authentication.php:271
5376
- #: includes/api/v1/class-wc-api-authentication.php:273
5377
- #: includes/api/v2/class-wc-api-authentication.php:273
5378
- msgid "Invalid Signature - provided signature does not match"
5379
- msgstr "امضا نامعتبر است - ارائه امضا مطابقت ندارد"
5380
-
5381
- #: includes/api/class-wc-api-authentication.php:336
5382
- #: includes/api/v1/class-wc-api-authentication.php:331
5383
- #: includes/api/v2/class-wc-api-authentication.php:331
5384
- msgid "Invalid timestamp"
5385
- msgstr "برچسب زمان نامعتبر است"
5386
-
5387
- #: includes/api/class-wc-api-authentication.php:346
5388
- #: includes/api/v1/class-wc-api-authentication.php:341
5389
- #: includes/api/v2/class-wc-api-authentication.php:341
5390
- msgid "Invalid nonce - nonce has already been used"
5391
- msgstr "اشتباه است - قبلا استفاده شده است."
5392
-
5393
- #: includes/api/class-wc-api-authentication.php:381
5394
- #: includes/api/v1/class-wc-api-authentication.php:376
5395
- #: includes/api/v2/class-wc-api-authentication.php:376
5396
- msgid "The API key provided does not have read permissions"
5397
- msgstr "کلید API ارائه شده مجوز خواندن ندارد"
5398
-
5399
- #: includes/api/class-wc-api-authentication.php:390
5400
- #: includes/api/v1/class-wc-api-authentication.php:385
5401
- #: includes/api/v2/class-wc-api-authentication.php:385
5402
- msgid "The API key provided does not have write permissions"
5403
- msgstr "کلید API ارائه شده مجوز نوشتن ندارد"
5404
-
5405
- #: includes/api/class-wc-api-coupons.php:120
5406
- #: includes/api/v1/class-wc-api-coupons.php:109
5407
- #: includes/api/v2/class-wc-api-coupons.php:120
5408
- msgid "Invalid coupon ID"
5409
- msgstr "شناسه کوپن نامعتبر است"
5410
-
5411
- #: includes/api/class-wc-api-coupons.php:166
5412
- #: includes/api/v1/class-wc-api-coupons.php:153
5413
- #: includes/api/v2/class-wc-api-coupons.php:166
5414
- msgid "You do not have permission to read the coupons count"
5415
- msgstr "شما اجازه دسترسی به خواندن تعداد کوپن ها ندارید"
5416
-
5417
- #: includes/api/class-wc-api-coupons.php:192
5418
- #: includes/api/v1/class-wc-api-coupons.php:172
5419
- #: includes/api/v2/class-wc-api-coupons.php:192
5420
- msgid "Invalid coupon code"
5421
- msgstr "کد تخفیف نامعتبر است"
5422
-
5423
- #: includes/api/class-wc-api-coupons.php:213
5424
- #: includes/api/class-wc-api-customers.php:345
5425
- #: includes/api/class-wc-api-orders.php:415
5426
- #: includes/api/class-wc-api-orders.php:1323
5427
- #: includes/api/class-wc-api-orders.php:1615
5428
- #: includes/api/class-wc-api-products.php:255
5429
- #: includes/api/class-wc-api-products.php:653
5430
- #: includes/api/class-wc-api-products.php:904
5431
- #: includes/api/class-wc-api-products.php:2694
5432
- #: includes/api/class-wc-api-products.php:3025
5433
- #: includes/api/class-wc-api-products.php:3359
5434
- #: includes/api/class-wc-api-taxes.php:184
5435
- #: includes/api/class-wc-api-taxes.php:564
5436
- #: includes/api/class-wc-api-webhooks.php:169
5437
- #: includes/api/v2/class-wc-api-coupons.php:213
5438
- #: includes/api/v2/class-wc-api-customers.php:345
5439
- #: includes/api/v2/class-wc-api-orders.php:384
5440
- #: includes/api/v2/class-wc-api-orders.php:1285
5441
- #: includes/api/v2/class-wc-api-orders.php:1577
5442
- #: includes/api/v2/class-wc-api-products.php:210
5443
- #: includes/api/v2/class-wc-api-products.php:2129
5444
- #: includes/api/v2/class-wc-api-webhooks.php:169
5445
- msgid "No %1$s data specified to create %1$s"
5446
- msgstr "%1$s داده‌ای برای ایجاد %1$s مشخص نشده است"
5447
-
5448
- #: includes/api/class-wc-api-coupons.php:220
5449
- #: includes/api/v2/class-wc-api-coupons.php:220
5450
- msgid "You do not have permission to create coupons"
5451
- msgstr "شما هیچ دسترسی برای ساخت کوپن ندارید"
5452
-
5453
- #: includes/api/class-wc-api-coupons.php:227
5454
- #: includes/api/class-wc-api-customers.php:359
5455
- #: includes/api/class-wc-api-products.php:269
5456
- #: includes/api/class-wc-api-products.php:2658
5457
- #: includes/api/class-wc-api-products.php:3045
5458
- #: includes/api/class-wc-api-server.php:427
5459
- #: includes/api/class-wc-api-taxes.php:575
5460
- #: includes/api/v1/class-wc-api-server.php:409
5461
- #: includes/api/v2/class-wc-api-coupons.php:227
5462
- #: includes/api/v2/class-wc-api-customers.php:359
5463
- #: includes/api/v2/class-wc-api-products.php:224
5464
- #: includes/api/v2/class-wc-api-products.php:2093
5465
- #: includes/api/v2/class-wc-api-server.php:427 includes/class-wc-auth.php:161
5466
- #: includes/cli/class-wc-cli-coupon.php:63
5467
- #: includes/cli/class-wc-cli-product.php:151
5468
- #: includes/cli/class-wc-cli-tax.php:130
5469
- msgid "Missing parameter %s"
5470
- msgstr "پارامتر %s گم شده است."
5471
-
5472
- #: includes/api/class-wc-api-coupons.php:242
5473
- #: includes/api/class-wc-api-coupons.php:358
5474
- #: includes/api/v2/class-wc-api-coupons.php:242
5475
- #: includes/api/v2/class-wc-api-coupons.php:358
5476
- #: includes/cli/class-wc-cli-coupon.php:78
5477
- #: includes/cli/class-wc-cli-coupon.php:453
5478
- msgid "The coupon code already exists"
5479
- msgstr "کد کوپن از قبل وجود دارد"
5480
-
5481
- #: includes/admin/views/html-bulk-edit-product.php:158
5482
- msgid "Width (%s)"
5483
- msgstr "پهنا (%s)"
5484
-
5485
- #: includes/admin/views/html-bulk-edit-product.php:159
5486
- msgid "Height (%s)"
5487
- msgstr "بلندا (%s)"
5488
-
5489
- #: includes/admin/views/html-bulk-edit-product.php:180
5490
- #: includes/admin/views/html-quick-edit-product.php:138
5491
- msgid "Visibility"
5492
- msgstr "قابلیت نمایش"
5493
-
5494
- #: includes/admin/views/html-bulk-edit-product.php:186
5495
- #: includes/admin/views/html-quick-edit-product.php:143
5496
- msgid "Catalog &amp; search"
5497
- msgstr "دفترچه محصول &amp; جستجو"
5498
-
5499
- #: includes/admin/views/html-bulk-edit-product.php:217
5500
- #: includes/admin/views/html-quick-edit-product.php:161
5501
- msgid "In stock?"
5502
- msgstr "در انبار؟"
5503
-
5504
- #: includes/admin/views/html-bulk-edit-product.php:276
5505
- #: includes/admin/views/html-quick-edit-product.php:196
5506
- msgid "Backorders?"
5507
- msgstr "پیش خرید؟"
5508
-
5509
- #: includes/admin/views/html-bulk-edit-product.php:297
5510
- msgid "Sold Individually?"
5511
- msgstr "فروش به صورت جداگانه؟"
5512
-
5513
- #: includes/admin/views/html-notice-install.php:12
5514
- msgid "<strong>Welcome to WooCommerce</strong> &#8211; You&lsquo;re almost ready to start selling :)"
5515
- msgstr "<strong> به ووکامرس خوش آمدید </strong> &#8211; شما&lsquo; تقریبا آماده هستید تا فروش خود را آغاز کنید :)"
5516
-
5517
- #: includes/admin/views/html-notice-install.php:13
5518
- msgid "Run the Setup Wizard"
5519
- msgstr "اجرای راه اندازی سریع"
5520
-
5521
- #: includes/admin/views/html-notice-install.php:13
5522
- msgid "Skip Setup"
5523
- msgstr "رد کردن راه اندازی"
5524
-
5525
- #: includes/admin/views/html-notice-template-check.php:13
5526
- 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."
5527
- msgstr "<strong>پوسته شما (%s) دارای فایلهای الگوی قدیمی ووکامرس می باشد.</strong> این فایلها نیازمند بروزرسانی برای سازگاری با نگارش کنونی ووکامرس هستند. شما می توانید فایلهای تاثیرگذار را در %sبرگه وضعیت سیستم%s ببینید. چنانچ هنوز مشکل دارید، می توانید با نویسنده پوسته بررسی کنید."
5528
-
5529
- #: includes/admin/views/html-notice-template-check.php:14
5530
- msgid "Learn More About Templates"
5531
- msgstr "اطلاعات بیشتر درباره الگوها"
5532
-
5533
- #: includes/admin/views/html-notice-template-check.php:14
5534
- #: includes/admin/views/html-notice-theme-support.php:16
5535
- msgid "Hide This Notice"
5536
- msgstr "این اعلان را مخفی کن"
5537
-
5538
- #: includes/admin/views/html-notice-theme-support.php:12
5539
- 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."
5540
- msgstr "<strong> پوسته شما ووکامرش را پشتیبانی نمی کند</strong> &#8211; خواهشمند است راهنمای یکپارچه سازی ما را بخوانید یا اینکه پوسته %sStorefront%s را بررسی کنید که برای دانلود کاملا رایگان است و مخصوص بکارگیری ووکامرس طراحی شده است."
5541
-
5542
- #: includes/admin/views/html-notice-theme-support.php:14
5543
- msgid "Read More About Storefront"
5544
- msgstr "اطلاعات بیشتر درباره استورفرونت"
5545
-
5546
- #: includes/admin/views/html-notice-theme-support.php:15
5547
- msgid "Theme Integration Guide"
5548
- msgstr "راهنمای یکپارچگی پوسته"
5549
-
5550
- #: includes/admin/views/html-notice-tracking.php:11
5551
- 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."
5552
- msgstr "ایا میخواهید به ووکامرس کمک کنید؟ به ما اجازه دهید تا اطلاعات غیر مهم عیب یابی را دریافت کنیم ، و شما میتوانید در خرید بعدی خود از Woothemes از %s تخفیف برخوردار شوید. %sاطلاعات بیشتر%s"
5553
-
5554
- #: includes/admin/views/html-notice-tracking.php:14
5555
- msgid "No, do not bother me again"
5556
- msgstr "نه ، خواهشمندم دوباره مزاحم نشو"
5557
-
5558
- #: includes/admin/views/html-notice-update.php:12
5559
- msgid "<strong>WooCommerce Data Update Required</strong> &#8211; We just need to update your install to the latest version"
5560
- msgstr "<strong> بروزرسانی اطلاعات لازم است </strong> &#8211;ما برای بروزرسانی به آخرین نسخه به این بروزرسانی نیازمندیم"
5561
-
5562
- #: includes/admin/views/html-notice-update.php:13
5563
- msgid "Run the updater"
5564
- msgstr "اجرای بروز کننده"
5565
-
5566
- #: includes/admin/views/html-notice-update.php:17
5567
- msgid "It is strongly recommended that you backup your database before proceeding. Are you sure you wish to run the updater now?"
5568
- msgstr "شدیدا توصیه میگردد قبل از پردازش از بانک اطلاعاتی خود پشتیبان تهیه کنید. آیا مایل به اجرای بروز کننده میباشید؟"
5569
-
5570
- #: includes/admin/views/html-report-by-date.php:23
5571
- msgid "Custom:"
5572
- msgstr "دلخواه:"
5573
-
5574
- #: includes/api/class-wc-api-authentication.php:83
5575
- #: includes/api/class-wc-api-authentication.php:115
5576
- #: includes/api/v1/class-wc-api-authentication.php:115
5577
- #: includes/api/v2/class-wc-api-authentication.php:115
5578
- msgid "Consumer Secret is invalid"
5579
- msgstr "رمز مصرف کننده نامعتبر است."
5580
-
5581
- #: includes/admin/views/html-admin-page-status-report.php:649
5582
- msgid "This section shows any files that are overriding the default WooCommerce template pages."
5583
- msgstr "در این بخش هر فایلی که فارغ از صفحات قالب پیش فرض ووکامرس می باشد را نشان می دهد."
5584
-
5585
- #: includes/admin/views/html-admin-page-status-report.php:685
5586
- msgid "<code>%s</code> version <strong style=\"color:red\">%s</strong> is out of date. The core version is %s"
5587
- msgstr "<code>%s</code> نسخه <strong style=\"color:red\">%s</strong> بروز نیست. نسخه پایه %s"
5588
-
5589
- #: includes/admin/views/html-admin-page-status-report.php:697
5590
- #: includes/admin/views/html-admin-page-status-report.php:706
5591
- msgid "Overrides"
5592
- msgstr "بازنویسی"
5593
-
5594
- #: includes/admin/views/html-admin-page-status-report.php:718
5595
- msgid "Learn how to update outdated templates"
5596
- msgstr "آموزش چگونگی بروزرسانی الگوهای قدیمی"
5597
-
5598
- #: includes/admin/views/html-admin-page-status-tools.php:18
5599
- #: includes/admin/views/html-admin-page-status.php:17
5600
- msgid "Tools"
5601
- msgstr "ابزار"
5602
-
5603
- #: includes/admin/views/html-admin-page-status-tools.php:34
5604
- msgid "Shipping Debug Mode"
5605
- msgstr "حالت اشکال زدایی حمل و نقل"
5606
-
5607
- #: includes/admin/views/html-admin-page-status-tools.php:40
5608
- msgid "This tool will disable shipping rate caching."
5609
- msgstr "این ابزار می تواند کش نرخ حمل و نقل را غیر فعال کند"
5610
-
5611
- #: includes/admin/views/html-admin-page-status-tools.php:45
5612
- msgid "Template Debug Mode"
5613
- msgstr "حالت اشکال زدایی پوسته"
5614
-
5615
- #: includes/admin/views/html-admin-page-status-tools.php:51
5616
- msgid "This tool will disable template overrides for logged-in administrators for debugging purposes."
5617
- msgstr "این ابزار می تواند قالب ها را برای مدیران وارد شده غیر فعال می کنند تا حالت اشکال زدایی فعال شود."
5618
-
5619
- #: includes/admin/views/html-admin-page-status-tools.php:56
5620
- msgid "Remove All Data"
5621
- msgstr "پاک کردن همه داده ها"
5622
-
5623
- #: includes/admin/views/html-admin-page-status-tools.php:62
5624
- 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."
5625
- msgstr ""
5626
-
5627
- #: includes/admin/views/html-admin-page-status.php:18
5628
- msgid "Logs"
5629
- msgstr "لاگ ها"
5630
-
5631
- #: includes/admin/views/html-admin-settings.php:35
5632
- #: templates/myaccount/form-edit-account.php:66
5633
- msgid "Save changes"
5634
- msgstr "ذخیره تغییرات"
5635
-
5636
- #: includes/admin/views/html-bulk-edit-product.php:26
5637
- #: includes/admin/views/html-bulk-edit-product.php:50
5638
- #: includes/admin/views/html-bulk-edit-product.php:75
5639
- #: includes/admin/views/html-bulk-edit-product.php:94
5640
- #: includes/admin/views/html-bulk-edit-product.php:122
5641
- #: includes/admin/views/html-bulk-edit-product.php:146
5642
- #: includes/admin/views/html-bulk-edit-product.php:168
5643
- #: includes/admin/views/html-bulk-edit-product.php:185
5644
- #: includes/admin/views/html-bulk-edit-product.php:204
5645
- #: includes/admin/views/html-bulk-edit-product.php:222
5646
- #: includes/admin/views/html-bulk-edit-product.php:241
5647
- #: includes/admin/views/html-bulk-edit-product.php:260
5648
- #: includes/admin/views/html-bulk-edit-product.php:281
5649
- #: includes/admin/views/html-bulk-edit-product.php:302
5650
- msgid "— No Change —"
5651
- msgstr "— بدون تغییر— "
5652
-
5653
- #: includes/admin/views/html-bulk-edit-product.php:27
5654
- #: includes/admin/views/html-bulk-edit-product.php:51
5655
- #: includes/admin/views/html-bulk-edit-product.php:123
5656
- #: includes/admin/views/html-bulk-edit-product.php:147
5657
- #: includes/admin/views/html-bulk-edit-product.php:261
5658
- msgid "Change to:"
5659
- msgstr "تغییر به:"
5660
-
5661
- #: includes/admin/views/html-bulk-edit-product.php:28
5662
- #: includes/admin/views/html-bulk-edit-product.php:52
5663
- msgid "Increase by (fixed amount or %):"
5664
- msgstr "افزایش با (مقدار ثابت یا %)"
5665
-
5666
- #: includes/admin/views/html-bulk-edit-product.php:29
5667
- #: includes/admin/views/html-bulk-edit-product.php:53
5668
- msgid "Decrease by (fixed amount or %):"
5669
- msgstr "کاهش با (مقدار ثابت یا %)"
5670
-
5671
- #: includes/admin/views/html-bulk-edit-product.php:39
5672
- msgid "Enter price (%s)"
5673
- msgstr "قیمت را بنویسید (%s)"
5674
-
5675
- #: includes/admin/views/html-bulk-edit-product.php:45
5676
- #: includes/admin/views/html-quick-edit-product.php:40
5677
- msgid "Sale"
5678
- msgstr "فروش ویژه"
5679
-
5680
- #: includes/admin/views/html-bulk-edit-product.php:54
5681
- msgid "Decrease regular price by (fixed amount or %):"
5682
- msgstr "کاهش قیمت معمول با (مقدار ثابت یا %)"
5683
-
5684
- #: includes/admin/views/html-bulk-edit-product.php:64
5685
- msgid "Enter sale price (%s)"
5686
- msgstr "قیمت فروش را بنویسید (%s)"
5687
-
5688
- #: includes/admin/views/html-bulk-edit-product.php:133
5689
- msgid "%s (%s)"
5690
- msgstr "%s (%s)"
5691
-
5692
- #: includes/admin/views/html-bulk-edit-product.php:141
5693
- #: includes/admin/views/html-quick-edit-product.php:109
5694
- msgid "L/W/H"
5695
- msgstr "طول/عرض/ارتفاع"
5696
-
5697
- #: includes/admin/views/html-bulk-edit-product.php:157
5698
- msgid "Length (%s)"
5699
- msgstr "درازا (%s)"
5700
-
5701
- #: includes/admin/views/html-admin-page-status-report.php:551
5702
- msgid "Product Types"
5703
- msgstr "نوع محصولات"
5704
-
5705
- #: includes/admin/views/html-admin-page-status-report.php:567
5706
- msgid "Theme"
5707
- msgstr "پوسته"
5708
-
5709
- #: includes/admin/views/html-admin-page-status-report.php:580
5710
- msgid "The name of the current active theme."
5711
- msgstr "نام پوسته فعال شده کنونی."
5712
-
5713
- #: includes/admin/views/html-admin-page-status-report.php:584
5714
- msgid "Version"
5715
- msgstr "نگارش"
5716
-
5717
- #: includes/admin/views/html-admin-page-status-report.php:585
5718
- msgid "The installed version of the current active theme."
5719
- msgstr "نگارش نصب شده پوسته، هم اکنون فعال شد."
5720
-
5721
- #: includes/admin/views/html-admin-page-status-report.php:590
5722
- #: includes/admin/views/html-admin-page-status-report.php:623
5723
- msgid "%s is available"
5724
- msgstr "%s در دسترس است."
5725
-
5726
- #: includes/admin/views/html-admin-page-status-report.php:595
5727
- msgid "Author URL"
5728
- msgstr "لینک نویسنده"
5729
-
5730
- #: includes/admin/views/html-admin-page-status-report.php:596
5731
- msgid "The theme developers URL."
5732
- msgstr "آدرس برنامه نویسان پوسته."
5733
-
5734
- #: includes/admin/views/html-admin-page-status-report.php:600
5735
- msgid "Child Theme"
5736
- msgstr "پوسته فرزند"
5737
-
5738
- #: includes/admin/views/html-admin-page-status-report.php:601
5739
- msgid "Displays whether or not the current theme is a child theme."
5740
- msgstr "چه چیزی نمایش شود یا اینکه پوسته جاری یک پوسته فرزند نیست."
5741
-
5742
- #: includes/admin/views/html-admin-page-status-report.php:603
5743
- 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>"
5744
- msgstr ""
5745
-
5746
- #: includes/admin/views/html-admin-page-status-report.php:612
5747
- msgid "Parent Theme Name"
5748
- msgstr "نام والد پوسته"
5749
-
5750
- #: includes/admin/views/html-admin-page-status-report.php:613
5751
- msgid "The name of the parent theme."
5752
- msgstr "نام پوسته مادر."
5753
-
5754
- #: includes/admin/views/html-admin-page-status-report.php:617
5755
- msgid "Parent Theme Version"
5756
- msgstr "نسخه والد پوسته"
5757
-
5758
- #: includes/admin/views/html-admin-page-status-report.php:618
5759
- msgid "The installed version of the parent theme."
5760
- msgstr "نگارش پوسته مادر نصب شده است."
5761
-
5762
- #: includes/admin/views/html-admin-page-status-report.php:628
5763
- msgid "Parent Theme Author URL"
5764
- msgstr "آدرس والد پوسته"
5765
-
5766
- #: includes/admin/views/html-admin-page-status-report.php:629
5767
- msgid "The parent theme developers URL."
5768
- msgstr "آدرس برنامه نویسان پوسته مادر."
5769
-
5770
- #: includes/admin/views/html-admin-page-status-report.php:634
5771
- msgid "WooCommerce Support"
5772
- msgstr "پشتیبانی ووکامرس"
5773
-
5774
- #: includes/admin/views/html-admin-page-status-report.php:635
5775
- msgid "Displays whether or not the current active theme declares WooCommerce support."
5776
- msgstr "چه چیزی نمایش شود یا اینکه پوسته جاری ووکامرس را پشتیبانی نمی کند."
5777
-
5778
- #: includes/admin/views/html-admin-page-status-report.php:638
5779
- msgid "Not Declared"
5780
- msgstr "اعلام نشده"
5781
-
5782
- #: includes/admin/views/html-admin-page-status-report.php:649
5783
- msgid "Templates"
5784
- msgstr "قالب‌ها"
5785
-
5786
- #: includes/admin/views/html-admin-page-status-report.php:423
5787
- msgid "The position of the currency symbol."
5788
- msgstr "جایگاه نماد پول."
5789
-
5790
- #: includes/admin/views/html-admin-page-status-report.php:428
5791
- msgid "The thousand separator of displayed prices."
5792
- msgstr "سواکننده هزارگان قیمت ها نمایش داده شود."
5793
-
5794
- #: includes/admin/views/html-admin-page-status-report.php:433
5795
- msgid "The decimal separator of displayed prices."
5796
- msgstr "سواکننده اعشاری قیمت ها نمایش داده شود."
5797
-
5798
- #: includes/admin/views/html-admin-page-status-report.php:438
5799
- msgid "The number of decimal points shown in displayed prices."
5800
- msgstr "تعداد نقطه های اعشاری نشان داده شده، در قیمت ها نمایش داده شود."
5801
-
5802
- #: includes/admin/views/html-admin-page-status-report.php:451
5803
- msgid "API Enabled"
5804
- msgstr "API فعال شد"
5805
-
5806
- #: includes/admin/views/html-admin-page-status-report.php:452
5807
- msgid "Does your site have REST API enabled?"
5808
- msgstr "آیا سایت شما، REST API فعال داشته است؟"
5809
-
5810
- #: includes/admin/views/html-admin-page-status-report.php:456
5811
- msgid "API Version"
5812
- msgstr "نگارش API"
5813
-
5814
- #: includes/admin/views/html-admin-page-status-report.php:457
5815
- msgid "What version of the REST API does your site use?"
5816
- msgstr ""
5817
-
5818
- #: includes/admin/views/html-admin-page-status-report.php:465
5819
- msgid "WC Pages"
5820
- msgstr "برگه‌های ووکامرس"
5821
-
5822
- #: includes/admin/views/html-admin-page-status-report.php:474
5823
- msgid "The URL of your WooCommerce shop's homepage (along with the Page ID)."
5824
- msgstr "آدرس برگه نخست فروشگاه ووکامرس ( تنها با شناسه برگه)."
5825
-
5826
- #: includes/admin/views/html-admin-page-status-report.php:479
5827
- msgid "The URL of your WooCommerce shop's cart (along with the page ID)."
5828
- msgstr "آدرس برگه سبد خرید فروشگاه ووکامرس ( تنها با شناسه برگه)."
5829
-
5830
- #: includes/admin/views/html-admin-page-status-report.php:484
5831
- msgid "The URL of your WooCommerce shop's checkout (along with the page ID)."
5832
- msgstr "آدرس برگه پرداخت فروشگاه ووکامرس ( تنها با شناسه برگه)."
5833
-
5834
- #: includes/admin/views/html-admin-page-status-report.php:489
5835
- msgid "The URL of your WooCommerce shop's “My Account” Page (along with the page ID)."
5836
- msgstr "آدرس برگه \"حساب کاربری من\" فروشگاه ووکامرس ( تنها با شناسه برگه)."
5837
-
5838
- #: includes/admin/views/html-admin-page-status-report.php:510
5839
- msgid "Page not set"
5840
- msgstr "برگه تنظیم نشده است"
5841
-
5842
- #: includes/admin/views/html-admin-page-status-report.php:513
5843
- msgid "Page visibility should be %spublic%s"
5844
- msgstr "قابلیت دیده شدن برگه باید به صورت %spublic%s باشد"
5845
-
5846
- #: includes/admin/views/html-admin-page-status-report.php:523
5847
- msgid "Page does not exist"
5848
- msgstr "برگه وجود ندارد"
5849
-
5850
- #: includes/admin/views/html-admin-page-status-report.php:528
5851
- msgid "Page does not contain the shortcode: %s"
5852
- msgstr "برگه shortcode را ندارد : %s"
5853
-
5854
- #: includes/admin/views/html-admin-page-status-report.php:546
5855
- msgid "Taxonomies"
5856
- msgstr "طبقه بندی"
5857
-
5858
- #: includes/admin/views/html-admin-page-status-report.php:546
5859
- msgid "A list of taxonomy terms that can be used in regard to order/product statuses."
5860
- msgstr "فهرستی از واژه های طبقه بندی است که می تواند در مورد وضعیت سفارش/محصول استفاده شود."
5861
-
5862
- #: includes/admin/views/html-admin-page-status-report.php:179
5863
- 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."
5864
- msgstr "درگاه های پرداخت می توانند از cURL برای اتصال با دیگر سرور ها برای تایید و پرداخت استفاده کنند ، دیگر افزونه ها همچنین می توانند در هنگام اتصال به سرویس های خارجی از این قابلیت استفاده نمایند."
5865
-
5866
- #: includes/admin/views/html-admin-page-status-report.php:185
5867
- 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."
5868
- msgstr "fsockopen یا cURL در سرور شما فعال نیست. - IPN پی پال و باقی اسکریپت‌هایی که نیاز به ارتباط با سرور‌های دیگر دارند کار نخواهند کرد. با پشتیبانی هاستینگ خود تماس بگیرید."
5869
-
5870
- #: includes/admin/views/html-admin-page-status-report.php:190
5871
- 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."
5872
- msgstr "برخی وبسرویس ها مانند حمل و نقل و درگاه ها از SOAP برای ارسال و دریافت اطلاعات بین سرور ها استفاده می کنند ، برای مثال ، درگاه های بانکی ملت و حمل و نقل FedEx به SOAP برای نصب نیاز دارند."
5873
-
5874
- #: includes/admin/views/html-admin-page-status-report.php:196
5875
- msgid "Your server does not have the %s class enabled - some gateway plugins which use SOAP may not work as expected."
5876
- msgstr "در سرور شما تابع %s فعال نیست - برخی افزونه های پرداخت از SOAP استفاده می کنند و به خوبی کار نخواهند کرد."
5877
-
5878
- #: includes/admin/views/html-admin-page-status-report.php:201
5879
- msgid "HTML/Multipart emails use DOMDocument to generate inline CSS in templates."
5880
- msgstr "ایمیل های HTML/چندگانه برای ساخت درون خطی CSS در الگوهااز اسناد DOM استفاده می کنند ."
5881
-
5882
- #: includes/admin/views/html-admin-page-status-report.php:207
5883
- msgid "Your server does not have the %s class enabled - HTML/Multipart emails, and also some extensions, will not work without DOMDocument."
5884
- msgstr ""
5885
-
5886
- #: includes/admin/views/html-admin-page-status-report.php:212
5887
- msgid "GZip (gzopen) is used to open the GEOIP database from MaxMind."
5888
- msgstr "GZip (gzopen) مورد استفاده پایگاه داده GEOIP از MaxMind می باشد."
5889
-
5890
- #: includes/admin/views/html-admin-page-status-report.php:218
5891
- msgid "Your server does not support the %s function - this is required to use the GeoIP database from MaxMind. The API fallback will be used instead for geolocation."
5892
- msgstr ""
5893
-
5894
- #: includes/admin/views/html-admin-page-status-report.php:223
5895
- msgid "Multibyte String (mbstring) is used to convert character encoding, like for emails or converting characters to lowercase."
5896
- msgstr ""
5897
-
5898
- #: includes/admin/views/html-admin-page-status-report.php:229
5899
- msgid "Your server does not support the %s functions - this is required for better character encoding. Some fallbacks will be used instead for it."
5900
- msgstr "سرور شما از توابع %s پشتیبانی نمی کند - این توابع برای رمز گذاری بهتر بر روی کاراکترها مورد نیاز است. برخی جایگزین ها به جای این قابلیت استفاده می شود."
5901
-
5902
- #: includes/admin/views/html-admin-page-status-report.php:233
5903
- msgid "Remote Post"
5904
- msgstr "نوشته از راه دور"
5905
-
5906
- #: includes/admin/views/html-admin-page-status-report.php:234
5907
- msgid "PayPal uses this method of communicating when sending back transaction information."
5908
- msgstr "پی پال با استفاده از این روش برای برقراری ارتباط در هنگام ارسال اطلاعات بازگشت مربوط به تراکنش استفاده می کند."
5909
-
5910
- #: includes/admin/views/html-admin-page-status-report.php:247
5911
- msgid "wp_remote_post() failed. PayPal IPN won't work with your server. Contact your hosting provider."
5912
- msgstr "wp_remote_post() ناموفق. IPN پی پال در سرور شما کار نمی کند! لطفا با مسئول میزبانی وب سایت خود تماس بگیرید."
5913
-
5914
- #: includes/admin/views/html-admin-page-status-report.php:249
5915
- #: includes/admin/views/html-admin-page-status-report.php:267
5916
- #: includes/class-wc-auth.php:356
5917
- msgid "Error: %s"
5918
- msgstr "ایراد: %s"
5919
-
5920
- #: includes/admin/views/html-admin-page-status-report.php:251
5921
- #: includes/admin/views/html-admin-page-status-report.php:269
5922
- msgid "Status code: %s"
5923
- msgstr "کد وضعیت: %s"
5924
-
5925
- #: includes/admin/views/html-admin-page-status-report.php:257
5926
- msgid "Remote Get"
5927
- msgstr "گرفتن از راه دور"
5928
-
5929
- #: includes/admin/views/html-admin-page-status-report.php:258
5930
- msgid "WooCommerce plugins may use this method of communication when checking for plugin updates."
5931
- msgstr "افزونه های ووکامرس ممکن است از این روش ارتباطی در هنگام بررسی کردن برای بروز رسانی افزونه استفاده کند."
5932
-
5933
- #: includes/admin/views/html-admin-page-status-report.php:265
5934
- msgid "wp_remote_get() failed. The WooCommerce plugin updater won't work with your server. Contact your hosting provider."
5935
- msgstr "wp_remote_get() ناموفق. سیستم بروزرسانی افزونه های ووکامرس شما در سرور شما کار نمی کند! لطفا با مسئول میزبانی وب سایت خود تماس بگیرید."
5936
-
5937
- #: includes/admin/views/html-admin-page-status-report.php:296
5938
- msgid "Database"
5939
- msgstr "پایگاه داده"
5940
-
5941
- #: includes/admin/views/html-admin-page-status-report.php:301
5942
- msgid "WC Database Version"
5943
- msgstr "نسخه پایگاه داده WC"
5944
-
5945
- #: includes/admin/views/html-admin-page-status-report.php:302
5946
- msgid "The version of WooCommerce that the database is formatted for. This should be the same as your WooCommerce Version."
5947
- msgstr "فرمت پایگاه داده برای این نگارش از ووکامرس می باشد. که باید هماهنگ با همان نگارش از ووکامرس باشد."
5948
-
5949
- #: includes/admin/views/html-admin-page-status-report.php:324
5950
- msgid "Table does not exist"
5951
- msgstr "جدول وجود ندارد"
5952
-
5953
- #: includes/admin/views/html-admin-page-status-report.php:335
5954
- msgid "Active Plugins"
5955
- msgstr "افزونه های فعال"
5956
-
5957
- #: includes/admin/views/html-admin-page-status-report.php:360
5958
- msgid "Visit plugin homepage"
5959
- msgstr "نمایش خانه افزونه"
5960
-
5961
- #: includes/admin/views/html-admin-page-status-report.php:388
5962
- msgid "Network enabled"
5963
- msgstr "شبکه فعال شد"
5964
-
5965
- #: includes/admin/views/html-admin-page-status-report.php:412
5966
- msgid "Force SSL"
5967
- msgstr "اجبار SSL"
5968
-
5969
- #: includes/admin/views/html-admin-page-status-report.php:413
5970
- msgid "Does your site force a SSL Certificate for transactions?"
5971
- msgstr "آیا سایت شما یک مجوز SSL اجباری برای تراکنشها داشته است؟"
5972
-
5973
- #: includes/admin/views/html-admin-page-status-report.php:418
5974
- msgid "What currency prices are listed at in the catalog and which currency gateways will take payments in."
5975
- msgstr "چه قیمت های ارزی در کاتالوگ لیست شده اند و کدام درگاههای ارزی ، می توانند پرداختها را بگیرند."
5976
-
5977
- #: includes/admin/views/html-admin-page-status-report.php:76
5978
- msgid "%s - We recommend setting memory to at least 64MB. See: %s"
5979
- msgstr "%s - ما پیشنهاد می کنیم تنظیمات حافظه بیشتر از 64 مگابایت باشد. ببینید: %s"
5980
-
5981
- #: includes/admin/views/html-admin-page-status-report.php:76
5982
- msgid "Increasing memory allocated to PHP"
5983
- msgstr ""
5984
-
5985
- #: includes/admin/views/html-admin-page-status-report.php:83
5986
- msgid "WP Debug Mode"
5987
- msgstr "حالت اشکال زدایی WP"
5988
-
5989
- #: includes/admin/views/html-admin-page-status-report.php:84
5990
- msgid "Displays whether or not WordPress is in Debug Mode."
5991
- msgstr "نمایش ایرادها یا اینکه وردپرس در حالت اشکال زدایی است."
5992
-
5993
- #: includes/admin/views/html-admin-page-status-report.php:88
5994
- msgid "Language"
5995
- msgstr "زبان"
5996
-
5997
- #: includes/admin/views/html-admin-page-status-report.php:89
5998
- msgid "The current language used by WordPress. Default = English"
5999
- msgstr "زبان کنونی وردپرس. پیش پندار= انگلیسی"
6000
-
6001
- #: includes/admin/views/html-admin-page-status-report.php:97
6002
- msgid "Server Environment"
6003
- msgstr "سرور سبز"
6004
-
6005
- #: includes/admin/views/html-admin-page-status-report.php:102
6006
- msgid "Server Info"
6007
- msgstr "مشخصات سرور"
6008
-
6009
- #: includes/admin/views/html-admin-page-status-report.php:103
6010
- msgid "Information about the web server that is currently hosting your site."
6011
- msgstr "اطلاعاتی درباره وب سروری که میزبان سایت شما می باشد."
6012
-
6013
- #: includes/admin/views/html-admin-page-status-report.php:107
6014
- msgid "PHP Version"
6015
- msgstr "ورژن PHP"
6016
-
6017
- #: includes/admin/views/html-admin-page-status-report.php:108
6018
- msgid "The version of PHP installed on your hosting server."
6019
- msgstr "نگارش PHP نصب شده بر روی سرور میزبان شما."
6020
-
6021
- #: includes/admin/views/html-admin-page-status-report.php:115
6022
- msgid "%s - We recommend a minimum PHP version of 5.4. See: %s"
6023
- msgstr "%s - ما پیشنهاد میکنیم حداقل نسخه PHP شما 5.4 باشد. ببینید: %s"
6024
-
6025
- #: includes/admin/views/html-admin-page-status-report.php:115
6026
- msgid "How to update your PHP version"
6027
- msgstr "چگونه نسخه PHP را بروزرسانی کنیم"
6028
-
6029
- #: includes/admin/views/html-admin-page-status-report.php:120
6030
- msgid "Couldn't determine PHP version because phpversion() doesn't exist."
6031
- msgstr "نمی توان نگارش PHP را به دلیل نداشتن phpversion() تعیین کند."
6032
-
6033
- #: includes/admin/views/html-admin-page-status-report.php:126
6034
- msgid "PHP Post Max Size"
6035
- msgstr "اندازه حداکثر پست PHP"
6036
-
6037
- #: includes/admin/views/html-admin-page-status-report.php:127
6038
- msgid "The largest filesize that can be contained in one post."
6039
- msgstr "بزرگترین اندازه فایلی که می تواند در یک نوشته گذاشته شود."
6040
-
6041
- #: includes/admin/views/html-admin-page-status-report.php:131
6042
- msgid "PHP Time Limit"
6043
- msgstr "محدودیت زمانی PHP"
6044
-
6045
- #: includes/admin/views/html-admin-page-status-report.php:132
6046
- msgid "The amount of time (in seconds) that your site will spend on a single operation before timing out (to avoid server lockups)"
6047
- msgstr "مقدار زمانی (در ثانیه) که شما در سایت بر روی یک تک کار قبل از تمام شدن وقت خواهید گذراند، ( جهت جلوگیری از ممانعت های سرور)"
6048
-
6049
- #: includes/admin/views/html-admin-page-status-report.php:136
6050
- msgid "PHP Max Input Vars"
6051
- msgstr "اندازه حداکثر پست PHP"
6052
-
6053
- #: includes/admin/views/html-admin-page-status-report.php:137
6054
- msgid "The maximum number of variables your server can use for a single function to avoid overloads."
6055
- msgstr "حداکثر تعداد متغیرهای سرور شما می تواند برای یک تابع تک برای جلوگیری از اضافه بار استفاده کند."
6056
-
6057
- #: includes/admin/views/html-admin-page-status-report.php:141
6058
- msgid "SUHOSIN Installed"
6059
- msgstr "SUHOSIN نصب شده است"
6060
-
6061
- #: includes/admin/views/html-admin-page-status-report.php:142
6062
- 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."
6063
- msgstr "Suhosin یک سیستم حفاظت پیشرفته برای نصب PHP است. این سیستم جهت محافظت از سرورهای شما در برابر تعدادی از مشکلات شناخته شده در برنامه های PHP در یک طرف و از سوی دیگر در برابر آسیب پذیری های ناشناخته بالقوه در این برنامه ها و یا هسته PHP خود طراحی شده است. اگر Suhosin را بر روی سرور خود فعال کنید، ممکن است جهت افزایش محدودیت داده ها به پیکربندی نیاز شود."
6064
-
6065
- #: includes/admin/views/html-admin-page-status-report.php:147
6066
- msgid "MySQL Version"
6067
- msgstr "نسخه MySQL"
6068
-
6069
- #: includes/admin/views/html-admin-page-status-report.php:148
6070
- msgid "The version of MySQL installed on your hosting server."
6071
- msgstr "نگارش نصب شده MySQL بر روی سرور هاست شما."
6072
-
6073
- #: includes/admin/views/html-admin-page-status-report.php:158
6074
- msgid "Max Upload Size"
6075
- msgstr "بیشینه اندازه آپلود"
6076
-
6077
- #: includes/admin/views/html-admin-page-status-report.php:159
6078
- msgid "The largest filesize that can be uploaded to your WordPress installation."
6079
- msgstr "بزرگترین اندازه فایلی که می تواند در نصب وردپرس بارگذاری شود."
6080
-
6081
- #: includes/admin/views/html-admin-page-status-report.php:163
6082
- msgid "Default Timezone is UTC"
6083
- msgstr "منطقه زمانی پیش پندار است"
6084
-
6085
- #: includes/admin/views/html-admin-page-status-report.php:164
6086
- msgid "The default timezone for your server."
6087
- msgstr "منطقه زمانی پیش فرض برای سرور شما."
6088
-
6089
- #: includes/admin/views/html-admin-page-status-report.php:168
6090
- msgid "Default timezone is %s - it should be UTC"
6091
- msgstr "منطقه زمانی پیشفرض %s می باشد - شما می بایست از UTC استفاده کنید"
6092
-
6093
- #: includes/admin/views/html-admin-page-status-report.php:30
6094
- msgid "The URL of your site's homepage."
6095
- msgstr "آدرس برگه خانه سایت"
6096
-
6097
- #: includes/admin/views/html-admin-page-status-report.php:34
6098
- msgid "Site URL"
6099
- msgstr "لینک سایت"
6100
-
6101
- #: includes/admin/views/html-admin-page-status-report.php:35
6102
- msgid "The root URL of your site."
6103
- msgstr "آدرس Root سایت شما."
6104
-
6105
- #: includes/admin/views/html-admin-page-status-report.php:39
6106
- msgid "WC Version"
6107
- msgstr "نسخه WC"
6108
-
6109
- #: includes/admin/views/html-admin-page-status-report.php:40
6110
- msgid "The version of WooCommerce installed on your site."
6111
- msgstr "نگارش ووکامرس بر روی سایت شما نصب شده است."
6112
-
6113
- #: includes/admin/views/html-admin-page-status-report.php:44
6114
- msgid "Log Directory Writable"
6115
- msgstr "پوشه Log قابل نوشتن است"
6116
-
6117
- #: includes/admin/views/html-admin-page-status-report.php:45
6118
- msgid "Several WooCommerce extensions can write logs which makes debugging problems easier. The directory must be writable for this to happen."
6119
- msgstr "افزونه های ووکامرس متعددی می توانند گزارش هایی را بنویسند که حل مشکلات را آسانتر کنند. برای این موضوع پوشه باید قابل نوشتن باشد."
6120
-
6121
- #: includes/admin/views/html-admin-page-status-report.php:50
6122
- msgid "To allow logging, make <code>%s</code> writable or define a custom <code>WC_LOG_DIR</code>."
6123
- msgstr "برای گزارش نویسی، <code>%s</code> را ساخته و دسترسی نوشتنی به آن بدهید. یا <code>WC_LOG_DIR</code> را سفارشی سازی کنید."
6124
-
6125
- #: includes/admin/views/html-admin-page-status-report.php:55
6126
- msgid "WP Version"
6127
- msgstr "نسخه WP"
6128
-
6129
- #: includes/admin/views/html-admin-page-status-report.php:56
6130
- msgid "The version of WordPress installed on your site."
6131
- msgstr "نگارش وردپرس نصب شده بر روی سایت شما."
6132
-
6133
- #: includes/admin/views/html-admin-page-status-report.php:60
6134
- msgid "WP Multisite"
6135
- msgstr "وردپرس شبکه"
6136
-
6137
- #: includes/admin/views/html-admin-page-status-report.php:61
6138
- msgid "Whether or not you have WordPress Multisite enabled."
6139
- msgstr "یا شما وردپرس شبکه را فعال نکرده اید."
6140
-
6141
- #: includes/admin/views/html-admin-page-status-report.php:65
6142
- msgid "WP Memory Limit"
6143
- msgstr "محدودیت حافظه WP"
6144
-
6145
- #: includes/admin/views/html-admin-page-status-report.php:66
6146
- msgid "The maximum amount of memory (RAM) that your site can use at one time."
6147
- msgstr "بیشینه مقدار حافظه ای (RAM) که سایت شما می تواند در یک زمان بکار گیرد."
6148
-
6149
- #: includes/admin/views/html-admin-page-status-logs.php:15
6150
- msgid "Log file: %s (%s)"
6151
- msgstr "فایل لاگ: %s (%s)"
6152
-
6153
- #: includes/admin/views/html-admin-page-status-logs.php:33
6154
- msgid "There are currently no logs to view."
6155
- msgstr "در حال حاضر هیچ Log جهت نمایش وجود ندارد"
6156
-
6157
- #: includes/admin/views/html-admin-page-status-report.php:12
6158
- msgid "Please copy and paste this information in your ticket when contacting support:"
6159
- msgstr "خواهشمندیمً در صورت درخواست پشتیبانی این اطلاعات را لحاظ کنید:"
6160
-
6161
- #: includes/admin/views/html-admin-page-status-report.php:13
6162
- msgid "Get System Report"
6163
- msgstr "دریافت گزارش سیستم"
6164
-
6165
- #: includes/admin/views/html-admin-page-status-report.php:14
6166
- msgid "Understanding the Status Report"
6167
- msgstr "درک گزارش وضعیت"
6168
-
6169
- #: includes/admin/views/html-admin-page-status-report.php:17
6170
- msgid "Copy for Support"
6171
- msgstr "کپی برای پشتیبانی"
6172
-
6173
- #: includes/admin/views/html-admin-page-status-report.php:24
6174
- msgid "WordPress Environment"
6175
- msgstr "وردپرس حافظ محیط زیست"
6176
-
6177
- #: includes/admin/views/html-admin-page-status-report.php:29
6178
- msgid "Home URL"
6179
- msgstr "لینک برگه خانه"
6180
-
6181
- #: includes/admin/settings/views/settings-tax.php:115
6182
- msgid "As a single total"
6183
- msgstr "به عنوان یک کل واحد"
6184
-
6185
- #: includes/admin/settings/views/settings-tax.php:116
6186
- msgid "Itemized"
6187
- msgstr "مورد"
6188
-
6189
- #: includes/admin/views/html-admin-page-addons.php:16
6190
- msgid "Browse all extensions"
6191
- msgstr "نمایش همه افزونه ها"
6192
-
6193
- #: includes/admin/views/html-admin-page-addons.php:44
6194
- msgid "Our catalog of WooCommerce Extensions can be found on WooThemes.com here: <a href=\"%s\">WooCommerce Extensions Catalog</a>"
6195
- msgstr "دفترچه ما از افزونه های ووکامرس را می توانید در Woocoommerce.ir پیدا کنید: <a href=\"http://forum.persianscript.ir/f138/\">دفترچه افزونه های ووکامرس</a>"
6196
-
6197
- #: includes/admin/views/html-admin-page-addons.php:50
6198
- msgid "Looking for a WooCommerce theme?"
6199
- msgstr "بدنبال یک پوسته برای ووکامرس هستید؟"
6200
-
6201
- #: includes/admin/views/html-admin-page-addons.php:51
6202
- msgid "We recommend Storefront, the %sofficial%s WooCommerce theme."
6203
- msgstr "پیشنهاد ما استورفرونت است، پوسته %sرسمی%s ووکامرس"
6204
-
6205
- #: includes/admin/views/html-admin-page-addons.php:52
6206
- msgid "Storefront is an intuitive &amp; flexible, %sfree%s WordPress theme offering deep integration with WooCommerce and many of the most popular customer-facing extensions."
6207
- msgstr "استورفرونت یک درک درست &amp است، ، یک پوسته وردپرسی انعطاف پذیر و %sرایگان%s و یکپارچه شده با ووکامرس و تعدادی از محبوبترین افزونه ها از دید مشتریان."
6208
-
6209
- #: includes/admin/views/html-admin-page-addons.php:54
6210
- msgid "Read all about it"
6211
- msgstr "خواندن همه در این باره"
6212
-
6213
- #: includes/admin/views/html-admin-page-addons.php:55
6214
- msgid "Download &amp; install"
6215
- msgstr "دانلود &amp; نصب"
6216
-
6217
- #: includes/admin/settings/views/settings-tax.php:53
6218
- msgid "Shipping tax class based on cart items"
6219
- msgstr "کلاس مالیاتی ارسال بر اساس محصولات موجود در سبد خرید"
6220
-
6221
- #: includes/admin/settings/views/settings-tax.php:58
6222
- msgid "Rounding"
6223
- msgstr "گرد کردن"
6224
-
6225
- #: includes/admin/settings/views/settings-tax.php:59
6226
- msgid "Round tax at subtotal level, instead of rounding per line"
6227
- msgstr "گرد کردن مالیات زیرجمع به جای گرد کردن هر خط"
6228
-
6229
- #: includes/admin/settings/views/settings-tax.php:66
6230
- msgid "Additional Tax Classes"
6231
- msgstr "کلاس‌های مالیاتی اضافی"
6232
-
6233
- #: includes/admin/settings/views/settings-tax.php:67
6234
- msgid "List additional tax classes below (1 per line). This is in addition to the default \"Standard Rate\"."
6235
- msgstr "لیست کلاسهای مالیات افزوده زیر ( هر خط 1 ). اضافه بر این \"نرخ استاندارد\" پیش فرض می باشد."
6236
-
6237
- #: includes/admin/settings/views/settings-tax.php:71
6238
- msgid "Reduced Rate%sZero Rate"
6239
- msgstr "کاهش رتبه %s رتبه صفر"
6240
-
6241
- #: includes/admin/settings/views/settings-tax.php:75
6242
- msgid "Display Prices in the Shop:"
6243
- msgstr "نمایش قیمت ها در فروشگاه:"
6244
-
6245
- #: includes/admin/settings/views/settings-tax.php:81
6246
- #: includes/admin/settings/views/settings-tax.php:93
6247
- msgid "Including tax"
6248
- msgstr "با احتساب مالیات"
6249
-
6250
- #: includes/admin/settings/views/settings-tax.php:82
6251
- #: includes/admin/settings/views/settings-tax.php:94
6252
- msgid "Excluding tax"
6253
- msgstr "بدون احتساب مالیات"
6254
-
6255
- #: includes/admin/settings/views/settings-tax.php:87
6256
- msgid "Display Prices During Cart and Checkout:"
6257
- msgstr "نمایش قیمت ها درون سبد خرید و برگه پرداخت:"
6258
-
6259
- #: includes/admin/settings/views/settings-tax.php:100
6260
- msgid "Price Display Suffix:"
6261
- msgstr "پسوند قیمت نمایشی:"
6262
-
6263
- #: includes/admin/settings/views/settings-tax.php:105
6264
- 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}."
6265
- msgstr ""
6266
- "متن نمایشی که پس از قیمت محصول نشان داده می شود، را بنویسید.به عنوان نمونه، \"inc. Vat\" می تواند جهت توضیح قیمت های شما باشد. شما همچنین می توانید یکی از قیمت های ثبت شده زیر را هم استفاده کنید:\n"
6267
- "{price_including_tax}, {price_excluding_tax}."
6268
-
6269
- #: includes/admin/settings/views/settings-tax.php:109
6270
- msgid "Display Tax Totals:"
6271
- msgstr "نمایش مجموع مالیات:"
6272
-
6273
- #: includes/admin/settings/views/settings-tax.php:46
6274
- msgid "Shipping Tax Class:"
6275
- msgstr "کلاس مالیاتی ارسال:"
6276
-
6277
- #: includes/admin/settings/views/settings-tax.php:47
6278
- msgid "Optionally control which tax class shipping gets, or leave it so shipping tax is based on the cart items themselves."
6279
- msgstr "به صورت دلخواه، تعیین میکند چه کلاس مالیاتی‌ای روی ارسال تاثیر میگذارد، و یا آنرا به مالیات بر اساس سبد خرید واگذار میکند."
6280
-
6281
- #: includes/admin/settings/views/html-webhooks-edit.php:163
6282
- msgid "Webhook Logs"
6283
- msgstr "گزارشهای وب هوک"
6284
-
6285
- #: includes/admin/settings/views/settings-tax.php:12
6286
- msgid "Enable Taxes"
6287
- msgstr "فعال کردن مالیات"
6288
-
6289
- #: includes/admin/settings/views/settings-tax.php:13
6290
- msgid "Enable taxes and tax calculations"
6291
- msgstr "فعال کردن مالیات "
6292
-
6293
- #: includes/admin/settings/views/settings-tax.php:20
6294
- msgid "Prices Entered With Tax"
6295
- msgstr "قیمت‌های وارد شده با مالیات"
6296
-
6297
- #: includes/admin/settings/views/settings-tax.php:24
6298
- msgid "This option is important as it will affect how you input prices. Changing it will not update existing products."
6299
- msgstr ""
6300
- "این گزینه از آنجایی که روی قیمت‌های شما تاثیر میگذارد مهم است. \n"
6301
- "تغییر در آن روی محصولات فعلی تاثیری نخواهد گذاشت."
6302
-
6303
- #: includes/admin/settings/views/settings-tax.php:26
6304
- msgid "Yes, I will enter prices inclusive of tax"
6305
- msgstr "بله، "
6306
-
6307
- #: includes/admin/settings/views/settings-tax.php:27
6308
- msgid "No, I will enter prices exclusive of tax"
6309
- msgstr "بله، من قیمت شامل مالیات را وارد خواهم کرد"
6310
-
6311
- #: includes/admin/settings/views/settings-tax.php:32
6312
- msgid "Calculate Tax Based On:"
6313
- msgstr "محاسبه مالیات بر اساس:"
6314
-
6315
- #: includes/admin/settings/views/settings-tax.php:34
6316
- msgid "This option determines which address is used to calculate tax."
6317
- msgstr "این گزینه بررسی میکند که کدام آدرس برای محاسبه مالیات استفاده شود."
6318
-
6319
- #: includes/admin/settings/views/settings-tax.php:39
6320
- msgid "Customer shipping address"
6321
- msgstr "آدرس ارسال کالا به مشتری"
6322
-
6323
- #: includes/admin/settings/views/settings-tax.php:40
6324
- msgid "Customer billing address"
6325
- msgstr "آدرس ارسال صورت‌حساب مشتری"
6326
-
6327
- #: includes/admin/settings/views/html-webhooks-edit.php:63
6328
- msgid "Action"
6329
- msgstr "عملیات"
6330
-
6331
- #: includes/admin/settings/views/html-webhooks-edit.php:64
6332
- msgid "Custom"
6333
- msgstr "سفارشی سازی"
6334
-
6335
- #: includes/admin/settings/views/html-webhooks-edit.php:75
6336
- msgid "Action Event"
6337
- msgstr "رویداد عملیات"
6338
-
6339
- #: includes/admin/settings/views/html-webhooks-edit.php:76
6340
- msgid "Enter the Action that will trigger this webhook."
6341
- msgstr "عملی را وارد کنید که موجب این وب هوک شود."
6342
-
6343
- #: includes/admin/settings/views/html-webhooks-edit.php:84
6344
- msgid "Custom Topic"
6345
- msgstr "موضوع دلخواه"
6346
-
6347
- #: includes/admin/settings/views/html-webhooks-edit.php:85
6348
- msgid "Enter the Custom Topic that will trigger this webhook."
6349
- msgstr "موضوع سفارشی را وارد کنید که موجب این وب هوک شود."
6350
-
6351
- #: includes/admin/settings/views/html-webhooks-edit.php:94
6352
- msgid "URL where the webhook payload is delivered."
6353
- msgstr "لینک وقتیکه محموله وب هوک تحویل داده شده است."
6354
-
6355
- #: includes/admin/settings/views/html-webhooks-edit.php:102
6356
- msgid "Secret"
6357
- msgstr "محرمانه"
6358
-
6359
- #: includes/admin/settings/views/html-webhooks-edit.php:103
6360
- msgid "The Secret Key is used to generate a hash of the delivered webhook and provided in the request headers. This will default to the current API user's consumer secret if not provided."
6361
- msgstr "کلید رمز جهت ساخت یک رشته هش از وب هوک ارسال شده استفاده و در هدرهای درخواست شده فراهم می شود. و اگر فراهم نکردید، رمز مشتری کاربران API کنونی ، پیش فرض خواهد شد."
6362
-
6363
- #: includes/admin/settings/views/html-webhooks-edit.php:116
6364
- msgid "Webhook Actions"
6365
- msgstr "عملیات وب هوک"
6366
-
6367
- #: includes/admin/settings/views/html-webhooks-edit.php:123
6368
- #: includes/admin/settings/views/html-webhooks-edit.php:132
6369
- msgid "Created at"
6370
- msgstr "ساخته شده در"
6371
-
6372
- #: includes/admin/settings/views/html-webhooks-edit.php:140
6373
- msgid "Updated at"
6374
- msgstr "بروزرسانی شده در"
6375
-
6376
- #: includes/admin/settings/views/html-webhooks-edit.php:151
6377
- msgid "Save Webhook"
6378
- msgstr "ذخیره وب هوک"
6379
-
6380
- #: includes/admin/settings/views/html-webhooks-edit.php:56
6381
- msgid "Customer Deleted"
6382
- msgstr "کوپن پاک شد"
6383
-
6384
- #: includes/admin/settings/views/html-webhooks-edit.php:57
6385
- msgid "Order Created"
6386
- msgstr "سفارش ساخته شد"
6387
-
6388
- #: includes/admin/settings/views/html-webhooks-edit.php:58
6389
- msgid "Order Updated"
6390
- msgstr "سفارش بروزرسانی شد"
6391
-
6392
- #: includes/admin/settings/views/html-webhooks-edit.php:59
6393
- msgid "Order Deleted"
6394
- msgstr "سفارش پاک شد"
6395
-
6396
- #: includes/admin/settings/views/html-webhooks-edit.php:60
6397
- msgid "Product Created"
6398
- msgstr "محصول ساخته شد"
6399
-
6400
- #: includes/admin/settings/views/html-webhooks-edit.php:61
6401
- msgid "Product Updated"
6402
- msgstr "محصول بروزرسانی شد"
6403
-
6404
- #: includes/admin/settings/views/html-webhooks-edit.php:62
6405
- msgid "Product Deleted"
6406
- msgstr "محصول پاک شد"
6407
-
6408
- #: includes/admin/settings/views/html-webhook-logs.php:18
6409
- #: includes/admin/settings/views/html-webhook-logs.php:26
6410
- msgid "URL"
6411
- msgstr "پیوند"
6412
-
6413
- #: includes/admin/settings/views/html-webhook-logs.php:19
6414
- #: includes/admin/settings/views/html-webhook-logs.php:27
6415
- msgid "Request"
6416
- msgstr "درخواست"
6417
-
6418
- #: includes/admin/settings/views/html-webhook-logs.php:20
6419
- #: includes/admin/settings/views/html-webhook-logs.php:28
6420
- msgid "Response"
6421
- msgstr "پاسخ"
6422
-
6423
- #: includes/admin/settings/views/html-webhooks-edit.php:10
6424
- msgid "Webhook Data"
6425
- msgstr "داده وب هوک"
6426
-
6427
- #: includes/admin/settings/views/html-webhooks-edit.php:16
6428
- msgid "Friendly name for identifying this webhook, defaults to Webhook created on %s."
6429
- msgstr "نام صادقانه جهت تشخیص این وب هوک، به وب هوک ساخته شده در %s پیش فرض می شود."
6430
-
6431
- #: includes/admin/settings/views/html-webhooks-edit.php:25
6432
- 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)."
6433
- msgstr "پیکربندی &quot;فعال&quot; هستند (ارائه محموله)، &quot;متوقف شده است& (ارسال نمی شود)، یا &quot;غیرفعال&quot; شده ( به دلیل خطاهای حمل و نقل، ارسال نمی شود)."
6434
-
6435
- #: includes/admin/settings/views/html-webhooks-edit.php:42
6436
- msgid "Select when the webhook will fire."
6437
- msgstr "گزینش زمانیکه وب هوک آتش می گیرد."
6438
-
6439
- #: includes/admin/settings/views/html-webhooks-edit.php:51
6440
- msgid "Coupon Created"
6441
- msgstr "کوپن ساخته شد"
6442
-
6443
- #: includes/admin/settings/views/html-webhooks-edit.php:52
6444
- msgid "Coupon Updated"
6445
- msgstr "کوپن بروزرسانی شد"
6446
-
6447
- #: includes/admin/settings/views/html-webhooks-edit.php:53
6448
- msgid "Coupon Deleted"
6449
- msgstr "کوپن پاک شد"
6450
-
6451
- #: includes/admin/settings/views/html-webhooks-edit.php:54
6452
- msgid "Customer Created"
6453
- msgstr "کوپن ساخته شد"
6454
-
6455
- #: includes/admin/settings/views/html-webhooks-edit.php:55
6456
- msgid "Customer Updated"
6457
- msgstr "کوپن بروزرسانی شد"
6458
-
6459
- #: includes/admin/settings/views/html-settings-tax.php:22
6460
- msgid "Cities for this rule. Semi-colon (;) separate multiple values. Leave blank to apply to all cities."
6461
- msgstr "شهرهای این قانون. با استفاده از (;) میتوانید شهر‌ها را از هم جدا کنید. خالی به معنای اعمال روی همه شهرهاست."
6462
-
6463
- #: includes/admin/settings/views/html-settings-tax.php:23
6464
- msgid "Rate&nbsp;%"
6465
- msgstr "رتبه&nbsp;%"
6466
-
6467
- #: includes/admin/settings/views/html-settings-tax.php:23
6468
- msgid "Enter a tax rate (percentage) to 4 decimal places."
6469
- msgstr "یک رتبه مالیاتی وارد کنید (درصد تا ۴ رقم اعشار)"
6470
-
6471
- #: includes/admin/settings/views/html-settings-tax.php:24
6472
- msgid "Tax&nbsp;Name"
6473
- msgstr "نام&nbsp;مالیات"
6474
-
6475
- #: includes/admin/settings/views/html-settings-tax.php:24
6476
- msgid "Enter a name for this tax rate."
6477
- msgstr "یک نام برای این مالیات انتخاب کنید."
6478
-
6479
- #: includes/admin/settings/views/html-settings-tax.php:25
6480
- 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."
6481
- msgstr "یک اولویت برای این رتبه مالیاتی انتخاب کنید. فقط یک رتبه با هر کدام از اولویت‌ها استفاده خواهد شد. برای بیشتر از یک رتبه مالیاتی برای یک منطقه شما نیاز دارید برای هر رتبه یک اولویت تعیین کنید."
6482
-
6483
- #: includes/admin/settings/views/html-settings-tax.php:26
6484
- msgid "Choose whether or not this is a compound rate. Compound tax rates are applied on top of other tax rates."
6485
- msgstr "انتخاب کنید که این رتبه کوپنی است یا خیر. رتبه‌های مالیاتی کوپنی بر بقیه مالیات‌ها اعمال می‌شوند"
6486
-
6487
- #: includes/admin/settings/views/html-settings-tax.php:27
6488
- msgid "Choose whether or not this tax rate also gets applied to shipping."
6489
- msgstr "انتخاب کنید که مالیات روی ارسال کالا هم اعمال بشود یا خیر"
6490
-
6491
- #: includes/admin/settings/views/html-settings-tax.php:33
6492
- msgid "Insert row"
6493
- msgstr "افزودن ردیف"
6494
-
6495
- #: includes/admin/settings/views/html-settings-tax.php:34
6496
- msgid "Remove selected row(s)"
6497
- msgstr "پاک کردن ردیفهای انتخاب شده"
6498
-
6499
- #: includes/admin/settings/views/html-settings-tax.php:36
6500
- msgid "Import CSV"
6501
- msgstr "درون‌ریزی CSV"
6502
-
6503
- #: includes/admin/settings/views/html-settings-tax.php:42
6504
- msgid "Loading&hellip;"
6505
- msgstr "بارگذاری&hellip;"
6506
-
6507
- #: includes/admin/settings/views/html-settings-tax.php:48
6508
- msgid "Tax rate ID: %s"
6509
- msgstr "شناسه نرخ مالیات: %s"
6510
-
6511
- #: includes/admin/settings/views/html-settings-tax.php:91
6512
- msgid "No Matching Tax Rates Found."
6513
- msgstr "هیچ نرخ مالیاتی تطبیق داده نشد."
6514
-
6515
- #: includes/admin/settings/views/html-settings-tax.php:102
6516
- msgid "First page"
6517
- msgstr "برگه نخست "
6518
-
6519
- #: includes/admin/settings/views/html-settings-tax.php:106
6520
- msgid "Previous page"
6521
- msgstr "برگه قبلی"
6522
-
6523
- #: includes/admin/settings/views/html-settings-tax.php:111
6524
- msgid "Current Page"
6525
- msgstr "صفحه جاری"
6526
-
6527
- #: includes/admin/settings/views/html-settings-tax.php:118
6528
- msgid "Next page"
6529
- msgstr "برگه بعدی"
6530
-
6531
- #: includes/admin/settings/views/html-settings-tax.php:122
6532
- msgid "Last page"
6533
- msgstr "برگه آخر"
6534
-
6535
- #: includes/admin/settings/views/html-webhook-log.php:13
6536
- msgid "Method"
6537
- msgstr "روش"
6538
-
6539
- #: includes/admin/settings/views/html-webhook-log.php:14
6540
- msgid "Duration"
6541
- msgstr "مدت"
6542
-
6543
- #: includes/admin/settings/views/html-webhook-log.php:15
6544
- #: includes/admin/settings/views/html-webhook-log.php:26
6545
- msgid "Headers"
6546
- msgstr "سربرگ ها"
6547
-
6548
- #: includes/admin/settings/views/html-webhook-log.php:21
6549
- #: includes/admin/settings/views/html-webhook-log.php:33
6550
- msgid "Content"
6551
- msgstr "محتویات"
6552
-
6553
- #: includes/admin/settings/class-wc-settings-tax.php:167
6554
- msgid "State Code"
6555
- msgstr "کد استان"
6556
-
6557
- #: includes/admin/settings/class-wc-settings-tax.php:168
6558
- #: includes/admin/settings/views/html-settings-tax.php:21
6559
- msgid "ZIP/Postcode"
6560
- msgstr "کدپستی"
6561
-
6562
- #: includes/admin/settings/class-wc-settings-tax.php:171
6563
- msgid "Tax Name"
6564
- msgstr "نام مالیات"
6565
-
6566
- #: includes/admin/settings/class-wc-settings-tax.php:172
6567
- #: includes/admin/settings/views/html-settings-tax.php:25
6568
- msgid "Priority"
6569
- msgstr "اولویت"
6570
-
6571
- #: includes/admin/settings/class-wc-settings-tax.php:173
6572
- #: includes/admin/settings/views/html-settings-tax.php:26
6573
- msgid "Compound"
6574
- msgstr "کوپنی"
6575
-
6576
- #: includes/admin/settings/views/html-keys-edit.php:8
6577
- msgid "Key Details"
6578
- msgstr "جزییات کلید"
6579
-
6580
- #: includes/admin/settings/views/html-keys-edit.php:17
6581
- msgid "Friendly name for identifying this key."
6582
- msgstr "یک نام برای شناسایی این کلید بنویسید."
6583
-
6584
- #: includes/admin/settings/views/html-keys-edit.php:26
6585
- msgid "Owner of these keys."
6586
- msgstr ""
6587
-
6588
- #: includes/admin/settings/views/html-keys-edit.php:41
6589
- msgid "Select the access type of these keys."
6590
- msgstr "نوع دسترسی به این کلید را گزینش کنید."
6591
-
6592
- #: includes/admin/settings/views/html-keys-edit.php:92
6593
- msgid "Generate API Key"
6594
- msgstr "ساخت کلید API "
6595
-
6596
- #: includes/admin/settings/views/html-keys-edit.php:97
6597
- #: includes/class-wc-ajax.php:2377
6598
- msgid "Revoke Key"
6599
- msgstr "کلید ابطال"
6600
-
6601
- #: includes/admin/settings/views/html-keys-edit.php:110
6602
- msgid "Consumer Key"
6603
- msgstr "کلید مصرف کننده"
6604
-
6605
- #: includes/admin/settings/views/html-keys-edit.php:113
6606
- #: includes/admin/settings/views/html-keys-edit.php:121
6607
- #: includes/admin/views/html-admin-page-status-report.php:17
6608
- msgid "Copied!"
6609
- msgstr "کپی شد!"
6610
-
6611
- #: includes/admin/settings/views/html-keys-edit.php:113
6612
- #: includes/admin/settings/views/html-keys-edit.php:121
6613
- msgid "Copy"
6614
- msgstr "کپی"
6615
-
6616
- #: includes/admin/settings/views/html-keys-edit.php:118
6617
- msgid "Consumer Secret"
6618
- msgstr "رمز مصرف کننده"
6619
-
6620
- #: includes/admin/settings/views/html-keys-edit.php:126
6621
- msgid "QRCode"
6622
- msgstr "بارکد QR"
6623
-
6624
- #: includes/admin/settings/views/html-settings-tax.php:8
6625
- msgid "Search&hellip;"
6626
- msgstr "جستجو&hellip;"
6627
-
6628
- #: includes/admin/settings/views/html-settings-tax.php:13
6629
- msgid "\"%s\" Tax Rates"
6630
- msgstr "\"%s\" نرخ مالیات"
6631
-
6632
- #: includes/admin/settings/views/html-settings-tax.php:19
6633
- msgid "Country&nbsp;Code"
6634
- msgstr "کد &nbsp; کشور"
6635
-
6636
- #: includes/admin/settings/views/html-settings-tax.php:19
6637
- msgid "A 2 digit country code, e.g. US. Leave blank to apply to all."
6638
- msgstr "کد کشورهای دو رقمی مثل ایالات متحده آمریکا. برای اعمال برای همه، خالی بگذارید."
6639
-
6640
- #: includes/admin/settings/views/html-settings-tax.php:20
6641
- msgid "State&nbsp;Code"
6642
- msgstr "کد&nbsp;استان"
6643
-
6644
- #: includes/admin/settings/views/html-settings-tax.php:20
6645
- msgid "A 2 digit state code, e.g. AL. Leave blank to apply to all."
6646
- msgstr "کد 2 رقمی استان، همانند خوزستان\" KH \". برای بکار گیری همه، آن را پوچ بگذارید."
6647
-
6648
- #: includes/admin/settings/views/html-settings-tax.php:21
6649
- msgid "Postcode for this rule. Semi-colon (;) separate multiple values. Leave blank to apply to all areas. Wildcards (*) can be used. Ranges for numeric postcodes (e.g. 12345-12350) will be expanded into individual postcodes."
6650
- msgstr "کدپستی برای این نقش. از (;) برای جدا کردن مقادیر استفاده کنید. خالی گذاشتن به معنای اعمال بر روی همه مناطق خواهد بود."
6651
-
6652
- #: includes/admin/settings/class-wc-settings-shipping.php:108
6653
- msgid "Default to billing address"
6654
- msgstr "به طور پیشفرض به آدرس صورت حساب"
6655
-
6656
- #: includes/admin/settings/class-wc-settings-shipping.php:109
6657
- msgid "Only ship to the customer's billing address"
6658
- msgstr ""
6659
-
6660
- #: includes/admin/settings/class-wc-settings-shipping.php:117
6661
- msgid "Restrict shipping to Location(s)"
6662
- msgstr "محدود حمل و نقل به مکان"
6663
-
6664
- #: includes/admin/settings/class-wc-settings-shipping.php:118
6665
- msgid "Choose which countries you want to ship to, or choose to ship to all <a href=\"%s\">locations you sell to</a>."
6666
- msgstr "انتخاب کنید که در کدام کشور ها می توانید حمل و نقل کنید یا انتخاب کنید حمل و نقل را به همه<a href=\"%s\">مکان هایی که به فروش می رسانید</a>."
6667
-
6668
- #: includes/admin/settings/class-wc-settings-shipping.php:125
6669
- msgid "Ship to all countries you sell to"
6670
- msgstr "حمل و نقل به تمامی کشورهایی که محصول را می فروشید"
6671
-
6672
- #: includes/admin/settings/class-wc-settings-shipping.php:126
6673
- msgid "Ship to all countries"
6674
- msgstr "حمل و نقل به تمام کشور ها"
6675
-
6676
- #: includes/admin/settings/class-wc-settings-shipping.php:127
6677
- msgid "Ship to specific countries only"
6678
- msgstr "حمل و نقل به کشور های خاص"
6679
-
6680
- #: includes/admin/settings/class-wc-settings-shipping.php:183
6681
- msgid "Shipping Methods"
6682
- msgstr "روش‌های حمل و نقل"
6683
-
6684
- #: includes/admin/settings/class-wc-settings-shipping.php:190
6685
- msgid "ID"
6686
- msgstr "شماره سفارش"
6687
-
6688
- #: includes/admin/settings/class-wc-settings-shipping.php:192
6689
- msgid "Selection Priority"
6690
- msgstr "گزینش الویت"
6691
-
6692
- #: includes/admin/settings/class-wc-settings-shipping.php:192
6693
- msgid "Available methods will be chosen by default in this order. If multiple methods have the same priority, they will be sorted by cost."
6694
- msgstr ""
6695
-
6696
- #: includes/admin/settings/class-wc-settings-shipping.php:225
6697
- msgid "Drag and drop the above shipping methods to control their display order."
6698
- msgstr "برای تغییر ترتیب نمایش روش های حمل و نقل هر کدام را بکشید و رها کنید"
6699
-
6700
- #: includes/admin/settings/class-wc-settings-tax.php:44
6701
- #: includes/admin/settings/views/settings-tax.php:9
6702
- msgid "Tax Options"
6703
- msgstr "پیکربندی مالیات"
6704
-
6705
- #: includes/admin/settings/class-wc-settings-tax.php:45
6706
- msgid "Standard Rates"
6707
- msgstr "استاندارد"
6708
-
6709
- #: includes/admin/settings/class-wc-settings-tax.php:52
6710
- msgid "%s Rates"
6711
- msgstr "نرخ های %s"
6712
-
6713
- #: includes/admin/settings/class-wc-settings-tax.php:163
6714
- msgid "No row(s) selected"
6715
- msgstr "ردیفی انتخاب نشده است"
6716
-
6717
- #: includes/admin/settings/class-wc-settings-tax.php:164
6718
- msgid "Your changed data will be lost if you leave this page without saving."
6719
- msgstr "در صورتی که این برگه را بدون ذخیره کردن ببندید، تمامی اطلاعات از دست می روند."
6720
-
6721
- #: includes/admin/settings/class-wc-settings-tax.php:166
6722
- msgid "Country Code"
6723
- msgstr "کد کشور"
6724
-
6725
- #: includes/admin/settings/class-wc-settings-products.php:388
6726
- msgid "Downloads require login"
6727
- msgstr "دانلودها نیازمند ورود هستند"
6728
-
6729
- #: includes/admin/settings/class-wc-settings-products.php:392
6730
- msgid "This setting does not apply to guest purchases."
6731
- msgstr "این پیکربندی برای خرید به صورت مهمان اعمال نمیشود"
6732
-
6733
- #: includes/admin/settings/class-wc-settings-products.php:398
6734
- msgid "Grant access to downloadable products after payment"
6735
- msgstr "دسترسی به محصولات دانلودشدنی بعد از پرداخت"
6736
-
6737
- #: includes/admin/settings/class-wc-settings-products.php:402
6738
- msgid "Enable this option to grant access to downloads when orders are \"processing\", rather than \"completed\"."
6739
- msgstr "این گزینه این امکان را می‌دهد که مشتری بعد از سفارش و در حالی که سفارش در حالت « در حال انجام » است امکان دانلود داشته باشد و نیازی به وضعیت « تکمیل شده » نیست"
6740
-
6741
- #: includes/admin/settings/class-wc-settings-products.php:417
6742
- msgid "Measurements"
6743
- msgstr "اندازه گیری"
6744
-
6745
- #: includes/admin/settings/class-wc-settings-products.php:423
6746
- msgid "Weight Unit"
6747
- msgstr "واحد وزن "
6748
-
6749
- #: includes/admin/settings/class-wc-settings-products.php:424
6750
- msgid "This controls what unit you will define weights in."
6751
- msgstr "واحد اندازه گیری وزن"
6752
-
6753
- #: includes/admin/settings/class-wc-settings-products.php:440
6754
- msgid "Dimensions Unit"
6755
- msgstr "واحد اندازه گیری"
6756
-
6757
- #: includes/admin/settings/class-wc-settings-products.php:441
6758
- msgid "This controls what unit you will define lengths in."
6759
- msgstr "واحد اندازه گیری طول"
6760
-
6761
- #: includes/admin/settings/class-wc-settings-products.php:470
6762
- msgid "Product Ratings"
6763
- msgstr "امتیاز های محصول"
6764
-
6765
- #: includes/admin/settings/class-wc-settings-products.php:471
6766
- msgid "Enable ratings on reviews"
6767
- msgstr "فعال کردن امتیاز در دیدگاه‌ها"
6768
-
6769
- #: includes/admin/settings/class-wc-settings-products.php:481
6770
- msgid "Ratings are required to leave a review"
6771
- msgstr "برای ارسال دیدگاه می بایست رای دهید."
6772
-
6773
- #: includes/admin/settings/class-wc-settings-products.php:491
6774
- msgid "Show \"verified owner\" label for customer reviews"
6775
- msgstr "نمایش برچسب «مالک تاییدشده» برای دیدگاه‌های مشتری"
6776
-
6777
- #: includes/admin/settings/class-wc-settings-products.php:501
6778
- msgid "Only allow reviews from \"verified owners\""
6779
- msgstr "اجازه به ارسال نقد و بررسی (دیدگاه) تنها برای مالکین تایید شده (خریدار ها)"
6780
-
6781
- #: includes/admin/settings/class-wc-settings-shipping.php:43
6782
- #: includes/admin/settings/class-wc-settings-shipping.php:71
6783
- msgid "Shipping Options"
6784
- msgstr "امكانات حمل و نقل كالا"
6785
-
6786
- #: includes/admin/settings/class-wc-settings-shipping.php:74
6787
- msgid "Shipping Calculations"
6788
- msgstr "محاسبه هزینه حمل و نقل"
6789
-
6790
- #: includes/admin/settings/class-wc-settings-shipping.php:75
6791
- msgid "Enable shipping"
6792
- msgstr "فعال کردن حمل و نقل"
6793
-
6794
- #: includes/admin/settings/class-wc-settings-shipping.php:83
6795
- msgid "Enable the shipping calculator on the cart page"
6796
- msgstr "فعال کردن محاسبه‌گر هزینه ارسال در برگه سبدخرید"
6797
-
6798
- #: includes/admin/settings/class-wc-settings-shipping.php:92
6799
- msgid "Hide shipping costs until an address is entered"
6800
- msgstr "هزینه حمل كالا را تا زمانی كه خریدار آدرس خود را وارد نكرده است نمایش نده"
6801
-
6802
- #: includes/admin/settings/class-wc-settings-shipping.php:101
6803
- msgid "Shipping Destination"
6804
- msgstr "مقصد ارسال"
6805
-
6806
- #: includes/admin/settings/class-wc-settings-shipping.php:102
6807
- msgid "This controls which shipping address is used by default."
6808
- msgstr "این گزینه‌ها مشخص می کند تا آدرس حمل و نقل به صورت پیشفرض کدامیک باشند."
6809
-
6810
- #: includes/admin/settings/class-wc-settings-shipping.php:107
6811
- msgid "Default to shipping address"
6812
- msgstr "به صورت پیشفرض به آدرس حمل و نقل"
6813
-
6814
- #: includes/admin/settings/class-wc-settings-products.php:293
6815
- msgid "Enter recipients (comma separated) that will receive this notification."
6816
- msgstr ""
6817
-
6818
- #: includes/admin/settings/class-wc-settings-products.php:303
6819
- msgid "Low Stock Threshold"
6820
- msgstr "آستانه کم‌بودن موجودی انبار"
6821
-
6822
- #: includes/admin/settings/class-wc-settings-products.php:317
6823
- msgid "Out Of Stock Threshold"
6824
- msgstr "آستانه تمام‌شدن موجودی انبار"
6825
-
6826
- #: includes/admin/settings/class-wc-settings-products.php:331
6827
- msgid "Out Of Stock Visibility"
6828
- msgstr "نمایش تمام‌شدن موجودی انبار"
6829
-
6830
- #: includes/admin/settings/class-wc-settings-products.php:332
6831
- msgid "Hide out of stock items from the catalog"
6832
- msgstr "مخفی کردن محصولاتی که در انبار موجود نیستند"
6833
-
6834
- #: includes/admin/settings/class-wc-settings-products.php:339
6835
- msgid "Stock Display Format"
6836
- msgstr "نحوه نمایش موجودی انبار"
6837
-
6838
- #: includes/admin/settings/class-wc-settings-products.php:340
6839
- msgid "This controls how stock is displayed on the frontend."
6840
- msgstr "این گزینه نحوه نمایش موجودی انبار برای کاربر را کنترل میکند."
6841
-
6842
- #: includes/admin/settings/class-wc-settings-products.php:347
6843
- msgid "Always show stock e.g. \"12 in stock\""
6844
- msgstr "همیشه موجودی كالا را نشان بده. مثلا 12 تا موجودی"
6845
-
6846
- #: includes/admin/settings/class-wc-settings-products.php:348
6847
- msgid "Only show stock when low e.g. \"Only 2 left in stock\" vs. \"In Stock\""
6848
- msgstr "تنها زمانی که موجودی انبار کم است نشان نمایش داده شود. مثال:‌« فقط دو تا در انبار موجود است» به جای « موجود در انبار»"
6849
-
6850
- #: includes/admin/settings/class-wc-settings-products.php:349
6851
- msgid "Never show stock amount"
6852
- msgstr "هیچ وقت موجودی كالا را نشان نده"
6853
-
6854
- #: includes/admin/settings/class-wc-settings-products.php:370
6855
- msgid "File Download Method"
6856
- msgstr "روش دانلود فایل"
6857
-
6858
- #: includes/admin/settings/class-wc-settings-products.php:371
6859
- 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>)."
6860
- msgstr "دانلود اجبار باعث میشود آدرس فایل مخفی بماند، اما بعضی سرورها برای میزبانی نامطمئن هستند. اگر سرور پشتیبانی میکند، <code>X-Accel-Redirect</code>/ <code>X-Sendfile</code> به جای سرور دانلود قابل استفاده است (server requires <code>mod_xsendfile</code>)."
6861
-
6862
- #: includes/admin/settings/class-wc-settings-products.php:379
6863
- msgid "Force Downloads"
6864
- msgstr "اجبار به دانلودها"
6865
-
6866
- #: includes/admin/settings/class-wc-settings-products.php:380
6867
- msgid "X-Accel-Redirect/X-Sendfile"
6868
- msgstr "X-Accel-Redirect/X-Sendfile"
6869
-
6870
- #: includes/admin/settings/class-wc-settings-products.php:381
6871
- msgid "Redirect only"
6872
- msgstr "فقط انتقال (ریدایرکت)"
6873
-
6874
- #: includes/admin/settings/class-wc-settings-products.php:387
6875
- msgid "Access Restriction"
6876
- msgstr "محدودیت های دسترسی"
6877
-
6878
- #: includes/admin/settings/class-wc-settings-products.php:155
6879
- msgid "Redirect to the cart page after successful addition"
6880
- msgstr "انتقال به برگه سبد خرید بعد از «افزودن به سبد»"
6881
-
6882
- #: includes/admin/settings/class-wc-settings-products.php:163
6883
- msgid "Enable AJAX add to cart buttons on archives"
6884
- msgstr "فعال کردن ایجکس «افزودن به سبد خرید» در صفحهات بایگانی"
6885
-
6886
- #: includes/admin/settings/class-wc-settings-products.php:178
6887
- 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>."
6888
- msgstr "این پیکربندی بر روی نمایش و ابعاد تصویر در کاتالوگ تاقیر می گذارند - نمایش نمای کاربر تحت تاثیر استایل های CSS خواهد بود. پس از تغییر چنین تنظیماتی شما ممکن است به <a href=\"%s\"> جهت ساخت دوباره بند انگشتی ها </a> نیاز داشته باشید."
6889
-
6890
- #: includes/admin/settings/class-wc-settings-products.php:183
6891
- msgid "Catalog Images"
6892
- msgstr "تصاویر فهرست"
6893
-
6894
- #: includes/admin/settings/class-wc-settings-products.php:184
6895
- msgid "This size is usually used in product listings"
6896
- msgstr "سایز تصویر در لیست محصولات"
6897
-
6898
- #: includes/admin/settings/class-wc-settings-products.php:197
6899
- msgid "Single Product Image"
6900
- msgstr "تصویر محصول تک"
6901
-
6902
- #: includes/admin/settings/class-wc-settings-products.php:198
6903
- msgid "This is the size used by the main image on the product page."
6904
- msgstr "اندازه تصویر اصلی در برگه محصول"
6905
-
6906
- #: includes/admin/settings/class-wc-settings-products.php:211
6907
- msgid "Product Thumbnails"
6908
- msgstr "تصویر بندانگشتی محصولات"
6909
-
6910
- #: includes/admin/settings/class-wc-settings-products.php:212
6911
- msgid "This size is usually used for the gallery of images on the product page."
6912
- msgstr "اندازه تصاویر کوچک موجود در برگه محصولات"
6913
-
6914
- #: includes/admin/settings/class-wc-settings-products.php:225
6915
- msgid "Product Image Gallery"
6916
- msgstr "گالری نگاره محصول"
6917
-
6918
- #: includes/admin/settings/class-wc-settings-products.php:226
6919
- msgid "Enable Lightbox for product images"
6920
- msgstr "فعال کردن لایت باکس برای عکسهای محصول"
6921
-
6922
- #: includes/admin/settings/class-wc-settings-products.php:229
6923
- msgid "Include WooCommerce's lightbox. Product gallery images will open in a lightbox."
6924
- msgstr "فعال کردن اسکریپت Lightbox به کاربر اجازه می‌دهد تصاویر و گالری‌های محصولات را با یک افکت جعبه نور جی‌کوئری نمایش کند."
6925
-
6926
- #: includes/admin/settings/class-wc-settings-products.php:251
6927
- msgid "Manage Stock"
6928
- msgstr "مدیریت موجودی"
6929
-
6930
- #: includes/admin/settings/class-wc-settings-products.php:252
6931
- msgid "Enable stock management"
6932
- msgstr "فعال کردن مدیریت موجودی انبار"
6933
-
6934
- #: includes/admin/settings/class-wc-settings-products.php:259
6935
- msgid "Hold Stock (minutes)"
6936
- msgstr "نگهداری موجودی (دقیقه)"
6937
-
6938
- #: includes/admin/settings/class-wc-settings-products.php:260
6939
- msgid "Hold stock (for unpaid orders) for x minutes. When this limit is reached, the pending order will be cancelled. Leave blank to disable."
6940
- msgstr "نگهداری موجودی برای x دقیقه به این معنی است که در صورتی که سفارش در حال « در انتظار بررسی » است، به مدت x دقیقه سفارش قابل انجام است و بعد از آن لغو خواهد شد. خالی گذاشتن به معنی غیرفعال بودن این امکان است"
6941
-
6942
- #: includes/admin/settings/class-wc-settings-products.php:273
6943
- msgid "Notifications"
6944
- msgstr "اطلاع رسانی ها"
6945
-
6946
- #: includes/admin/settings/class-wc-settings-products.php:274
6947
- msgid "Enable low stock notifications"
6948
- msgstr "فعال کردن آگهی کم بودن موجودی انبار"
6949
-
6950
- #: includes/admin/settings/class-wc-settings-products.php:283
6951
- msgid "Enable out of stock notifications"
6952
- msgstr "فعال کردن آگهی خالی شدن انبار"
6953
-
6954
- #: includes/admin/settings/class-wc-settings-products.php:292
6955
- msgid "Notification Recipient(s)"
6956
- msgstr ""
6957
-
6958
- #: includes/admin/settings/class-wc-settings-products.php:111
6959
- #: includes/admin/settings/class-wc-settings-products.php:127
6960
- msgid "Show products"
6961
- msgstr "نمایش محصولات"
6962
-
6963
- #: includes/admin/settings/class-wc-settings-products.php:112
6964
- msgid "Show categories &amp; subcategories"
6965
- msgstr "نمایشه دسته ها &amp; زیردسته ها"
6966
-
6967
- #: includes/admin/settings/class-wc-settings-products.php:113
6968
- #: includes/admin/settings/class-wc-settings-products.php:129
6969
- msgid "Show both"
6970
- msgstr "نمایش هردو"
6971
-
6972
- #: includes/admin/settings/class-wc-settings-products.php:119
6973
- msgid "Default Category Display"
6974
- msgstr "نمای پیشفرض دسته"
6975
-
6976
- #: includes/admin/settings/class-wc-settings-products.php:120
6977
- msgid "This controls what is shown on category archives."
6978
- msgstr "چیزهایی که در برگه بایگانی دسته‌ها نمایش داده می‌شوند."
6979
-
6980
- #: includes/admin/settings/class-wc-settings-products.php:128
6981
- msgid "Show subcategories"
6982
- msgstr "نمایش زیردسته‌ها"
6983
-
6984
- #: includes/admin/settings/class-wc-settings-products.php:135
6985
- msgid "Default Product Sorting"
6986
- msgstr "مرتب‌سازی پیش‌فرض محصولات"
6987
-
6988
- #: includes/admin/settings/class-wc-settings-products.php:136
6989
- msgid "This controls the default sort order of the catalog."
6990
- msgstr "این گزینه حالت پیش‌فرش مرتب‌سازی لیست محصولات را کنترل میکند."
6991
-
6992
- #: includes/admin/settings/class-wc-settings-products.php:143
6993
- msgid "Default sorting (custom ordering + name)"
6994
- msgstr "مرتب‌سازی پیشفرض ( مرتب‌سازی مرسوم + نام)"
6995
-
6996
- #: includes/admin/settings/class-wc-settings-products.php:144
6997
- msgid "Popularity (sales)"
6998
- msgstr "محبوبیت (فروش)"
6999
-
7000
- #: includes/admin/settings/class-wc-settings-products.php:145
7001
- msgid "Average Rating"
7002
- msgstr "میانگین رای (امتیاز)"
7003
-
7004
- #: includes/admin/settings/class-wc-settings-products.php:146
7005
- msgid "Sort by most recent"
7006
- msgstr "نمایش به ترتیب جدیدترین ها"
7007
-
7008
- #: includes/admin/settings/class-wc-settings-products.php:147
7009
- msgid "Sort by price (asc)"
7010
- msgstr "قیمت (صعودی)"
7011
-
7012
- #: includes/admin/settings/class-wc-settings-products.php:148
7013
- msgid "Sort by price (desc)"
7014
- msgstr "قیمت (نزولی)"
7015
-
7016
- #: includes/admin/settings/class-wc-settings-products.php:154
7017
- msgid "Add to cart behaviour"
7018
- msgstr "افزودن به روش سبد خرید"
7019
-
7020
- #: includes/admin/settings/class-wc-settings-general.php:103
7021
- msgid "Store Notice"
7022
- msgstr "اعلان فروشگاه"
7023
-
7024
- #: includes/admin/settings/class-wc-settings-general.php:104
7025
- msgid "Enable site-wide store notice text"
7026
- msgstr "نمایش پیغام در بالای صفحات سایت"
7027
-
7028
- #: includes/admin/settings/class-wc-settings-general.php:111
7029
- msgid "Store Notice Text"
7030
- msgstr "متن اعلان فروشگاه"
7031
-
7032
- #: includes/admin/settings/class-wc-settings-general.php:114
7033
- #: includes/wc-template-functions.php:450
7034
- msgid "This is a demo store for testing purposes &mdash; no orders shall be fulfilled."
7035
- msgstr "این یک وبسایت دمو است و با هدف تست ساخته شده است، هیچ‌یک از محصولات موجود در سایت برای فروش نبوده و امکان خرید از این وبسایت وجود ندارد."
7036
-
7037
- #: includes/admin/settings/class-wc-settings-general.php:122
7038
- msgid "Currency Options"
7039
- msgstr "پیکربندی واحد پولی"
7040
-
7041
- #: includes/admin/settings/class-wc-settings-general.php:122
7042
- msgid "The following options affect how prices are displayed on the frontend."
7043
- msgstr "پیکربندی زیر، چگونگی نمایش قیمت در سایت را نشان می دهد."
7044
-
7045
- #: includes/admin/settings/class-wc-settings-general.php:125
7046
- #: includes/admin/views/html-admin-page-status-report.php:417
7047
- msgid "Currency"
7048
- msgstr "واحد پولی"
7049
-
7050
- #: includes/admin/settings/class-wc-settings-general.php:126
7051
- msgid "This controls what currency prices are listed at in the catalog and which currency gateways will take payments in."
7052
- msgstr "این گزینه تعیین میکند که چه واحدهای پولی در کاتالوگ قابل انتخاب باشند و چه درگاه‌های پرداختی استفاده شوند."
7053
-
7054
- #: includes/admin/settings/class-wc-settings-general.php:138
7055
- msgid "This controls the position of the currency symbol."
7056
- msgstr "محل قرارگیری سمبل واحد پولی"
7057
-
7058
- #: includes/admin/settings/class-wc-settings-general.php:155
7059
- msgid "This sets the thousand separator of displayed prices."
7060
- msgstr "نمایش دادن جداکننده هزارگان در قیمت محصولات."
7061
-
7062
- #: includes/admin/settings/class-wc-settings-general.php:165
7063
- msgid "This sets the decimal separator of displayed prices."
7064
- msgstr "نمایش دادن جداکننده دهگان در قیمت محصولات"
7065
-
7066
- #: includes/admin/settings/class-wc-settings-general.php:175
7067
- msgid "This sets the number of decimal points shown in displayed prices."
7068
- msgstr "این گزینه تعداد جداکنندگان اعشاری که در قیمت نمایش داده میشود را تعیین میکند."
7069
-
7070
- #: includes/admin/settings/class-wc-settings-integrations.php:28
7071
- msgid "Integration"
7072
- msgstr "ادغام"
7073
-
7074
- #: includes/admin/settings/class-wc-settings-products.php:45
7075
- msgid "Display"
7076
- msgstr "نمایش"
7077
-
7078
- #: includes/admin/settings/class-wc-settings-products.php:85
7079
- msgid "Shop & Product Pages"
7080
- msgstr "برگه های محصول و فروشگاه"
7081
-
7082
- #: includes/admin/settings/class-wc-settings-products.php:92
7083
- msgid "Shop Page"
7084
- msgstr "برگه فروشگاه"
7085
-
7086
- #: includes/admin/settings/class-wc-settings-products.php:93
7087
- msgid "The base page can also be used in your <a href=\"%s\">product permalinks</a>."
7088
- msgstr "برگه پایه فروشگاه همچنین می تواند در <a href=\"%s\">پیوند محصولات</a> مورد استفاده قرار گیرد."
7089
-
7090
- #: includes/admin/settings/class-wc-settings-products.php:99
7091
- msgid "This sets the base page of your shop - this is where your product archive will be."
7092
- msgstr "برگه اصلی فروشگاه شما - جایی که آرشیو محصولات شما خواهند بود."
7093
-
7094
- #: includes/admin/settings/class-wc-settings-products.php:103
7095
- msgid "Shop Page Display"
7096
- msgstr "نمای برگه فروش"
7097
-
7098
- #: includes/admin/settings/class-wc-settings-products.php:104
7099
- msgid "This controls what is shown on the product archive."
7100
- msgstr "چیزهایی که در برگه بایگانی محصول‌ها نمایش داده می‌شوند."
7101
-
7102
- #: includes/admin/settings/class-wc-settings-emails.php:142
7103
- msgid "Body Background Colour"
7104
- msgstr ""
7105
-
7106
- #: includes/admin/settings/class-wc-settings-emails.php:143
7107
- msgid "The main body background colour. Default <code>#fdfdfd</code>."
7108
- msgstr "رنگ پیکره اصلی. به طور پیش فرض #fdfdfd"
7109
-
7110
- #: includes/admin/settings/class-wc-settings-emails.php:153
7111
- msgid "Body Text Colour"
7112
- msgstr ""
7113
-
7114
- #: includes/admin/settings/class-wc-settings-emails.php:154
7115
- msgid "The main body text colour. Default <code>#505050</code>."
7116
- msgstr "رنگ متن پیکره ایمیل. به طور پیش فرض <code>#505050</code>"
7117
-
7118
- #: includes/admin/settings/class-wc-settings-emails.php:234
7119
- msgid "Content Type"
7120
- msgstr " نوع محتوا"
7121
-
7122
- #: includes/admin/settings/class-wc-settings-emails.php:235
7123
- #: includes/emails/class-wc-email-cancelled-order.php:109
7124
- #: includes/emails/class-wc-email-failed-order.php:109
7125
- #: includes/emails/class-wc-email-new-order.php:114
7126
- msgid "Recipient(s)"
7127
- msgstr "گیرنده"
7128
-
7129
- #: includes/admin/settings/class-wc-settings-emails.php:267
7130
- msgid "Manually sent"
7131
- msgstr "ارسال دستی"
7132
-
7133
- #: includes/admin/settings/class-wc-settings-emails.php:267
7134
- msgid "Manual"
7135
- msgstr "راهنما"
7136
-
7137
- #: includes/admin/settings/class-wc-settings-emails.php:271
7138
- #: includes/wc-webhook-functions.php:25
7139
- msgid "Disabled"
7140
- msgstr "غیرفعال شد"
7141
-
7142
- #: includes/admin/settings/class-wc-settings-emails.php:283
7143
- msgid "Configure"
7144
- msgstr "تنظیم"
7145
-
7146
- #: includes/admin/settings/class-wc-settings-general.php:53
7147
- msgid "Base Location"
7148
- msgstr "جایگاه فروشگاه"
7149
-
7150
- #: includes/admin/settings/class-wc-settings-general.php:54
7151
- msgid "This is the base location for your business. Tax rates will be based on this country."
7152
- msgstr "اینجا محل اصلی فروشگاه آنلاین شماست، نرخ‌های مالیات بر اساس این کشور تعیین می‌شوند."
7153
-
7154
- #: includes/admin/settings/class-wc-settings-general.php:63
7155
- msgid "Selling Location(s)"
7156
- msgstr "مکان های فروش"
7157
-
7158
- #: includes/admin/settings/class-wc-settings-general.php:64
7159
- msgid "This option lets you limit which countries you are willing to sell to."
7160
- msgstr "این گزینه به شما این امکان را می دهد تا محصولاتتان را تنها برای کشور های خاص به فروش برسانید"
7161
-
7162
- #: includes/admin/settings/class-wc-settings-general.php:72
7163
- msgid "Sell to all countries"
7164
- msgstr "فروش در تمام کشور ها"
7165
-
7166
- #: includes/admin/settings/class-wc-settings-general.php:73
7167
- msgid "Sell to specific countries only"
7168
- msgstr "فروش به کشور های خاص"
7169
-
7170
- #: includes/admin/settings/class-wc-settings-general.php:78
7171
- #: includes/admin/settings/class-wc-settings-shipping.php:132
7172
- #: includes/shipping/flat-rate/includes/settings-flat-rate.php:33
7173
- #: includes/shipping/flat-rate/includes/settings-flat-rate.php:37
7174
- #: includes/shipping/free-shipping/class-wc-shipping-free-shipping.php:88
7175
- #: includes/shipping/free-shipping/class-wc-shipping-free-shipping.php:92
7176
- #: includes/shipping/local-delivery/class-wc-shipping-local-delivery.php:137
7177
- #: includes/shipping/local-delivery/class-wc-shipping-local-delivery.php:141
7178
- #: includes/shipping/local-pickup/class-wc-shipping-local-pickup.php:94
7179
- #: includes/shipping/local-pickup/class-wc-shipping-local-pickup.php:98
7180
- msgid "Specific Countries"
7181
- msgstr "کشورهای خاص"
7182
-
7183
- #: includes/admin/settings/class-wc-settings-general.php:87
7184
- msgid "Default Customer Address"
7185
- msgstr "آدرس پیش فرض خریدار"
7186
-
7187
- #: includes/admin/settings/class-wc-settings-general.php:89
7188
- msgid "This option determines the customers default address (before they input their details)."
7189
- msgstr "این پیکربندی آدرس پیش فرض مشتریان را تعیین می کنند ( قبل از وارد کردن جزییاتشان)."
7190
-
7191
- #: includes/admin/settings/class-wc-settings-general.php:90
7192
- msgid "The %sMaxMind GeoLite Database%s will be periodically downloaded to your wp-content directory if using geolocation."
7193
- msgstr ""
7194
-
7195
- #: includes/admin/settings/class-wc-settings-general.php:95
7196
- msgid "No address"
7197
- msgstr "بدون آدرس"
7198
-
7199
- #: includes/admin/settings/class-wc-settings-general.php:96
7200
- #: includes/admin/settings/views/settings-tax.php:41
7201
- msgid "Shop base address"
7202
- msgstr "آدرس اصلی فروشگاه"
7203
-
7204
- #: includes/admin/settings/class-wc-settings-general.php:97
7205
- msgid "Geolocate"
7206
- msgstr "مکان یابی"
7207
-
7208
- #: includes/admin/settings/class-wc-settings-general.php:98
7209
- msgid "Geolocate (with page caching support)"
7210
- msgstr "مکان یابی ( با پشتیبانی از کش برگه )"
7211
-
7212
- #: includes/admin/settings/class-wc-settings-checkout.php:180
7213
- msgid "Endpoint for the Checkout &rarr; Pay page"
7214
- msgstr "نقطه پایانی پرداخت &rarr; برگه پرداخت"
7215
-
7216
- #: includes/admin/settings/class-wc-settings-checkout.php:188
7217
- #: includes/class-wc-query.php:112
7218
- msgid "Order Received"
7219
- msgstr "سفارش دریافت شد"
7220
-
7221
- #: includes/admin/settings/class-wc-settings-checkout.php:189
7222
- msgid "Endpoint for the Checkout &rarr; Order Received page"
7223
- msgstr "نقطه پایانی پرداخت &rarr; برگه دریافت سفارش"
7224
-
7225
- #: includes/admin/settings/class-wc-settings-checkout.php:197
7226
- #: includes/class-wc-query.php:125
7227
- #: templates/myaccount/form-add-payment-method.php:50
7228
- msgid "Add Payment Method"
7229
- msgstr "افزودن روش پرداخت"
7230
-
7231
- #: includes/admin/settings/class-wc-settings-checkout.php:198
7232
- msgid "Endpoint for the Checkout &rarr; Add Payment Method page"
7233
- msgstr "نقطه پایانی برای پرداخت &rarr; افزودن برگه روش پرداخت"
7234
-
7235
- #: includes/admin/settings/class-wc-settings-checkout.php:211
7236
- msgid "Payment Gateways"
7237
- msgstr "درگاه های پرداخت"
7238
-
7239
- #: includes/admin/settings/class-wc-settings-checkout.php:212
7240
- msgid "Installed gateways are listed below. Drag and drop gateways to control their display order on the frontend."
7241
- msgstr "درگاه‌های پرداخت اینجا نمایش داده می‌شوند. با کشیدن آنها به بالا و پایین میتوانید نحوه نمایش آنها را به ترتیب دلخواه مرتب کنید."
7242
-
7243
- #: includes/admin/settings/class-wc-settings-checkout.php:266
7244
- msgid "Gateway Display Order"
7245
- msgstr "ترتیب نمایش درگاه های پرداخت"
7246
-
7247
- #: includes/admin/settings/class-wc-settings-checkout.php:274
7248
- msgid "Gateway"
7249
- msgstr "درگاه پرداخت"
7250
-
7251
- #: includes/admin/settings/class-wc-settings-checkout.php:275
7252
- msgid "Gateway ID"
7253
- msgstr "شناسه پرداخت"
7254
-
7255
- #: includes/admin/settings/class-wc-settings-checkout.php:302
7256
- msgid "(no title)"
7257
- msgstr "(بدون عنوان)"
7258
-
7259
- #: includes/admin/settings/class-wc-settings-emails.php:27
7260
- msgid "Emails"
7261
- msgstr "ایمیل‌ها"
7262
-
7263
- #: includes/admin/settings/class-wc-settings-emails.php:43
7264
- msgid "Email Options"
7265
- msgstr "پیکربندی ایمیل"
7266
-
7267
- #: includes/admin/settings/class-wc-settings-emails.php:56
7268
- msgid "Email Notifications"
7269
- msgstr ""
7270
-
7271
- #: includes/admin/settings/class-wc-settings-emails.php:56
7272
- msgid "Email notifications sent from WooCommerce are listed below. Click on an email to configure it."
7273
- msgstr "اطلاعیه های ایمیل ارسالی از WooCommerce به شرح زیر است. روی یک ایمیل کلیک کنید تا آن را پیکربندی کنید."
7274
-
7275
- #: includes/admin/settings/class-wc-settings-emails.php:64
7276
- msgid "Email Sender Options"
7277
- msgstr "پیکربندی ارسال ایمیل"
7278
-
7279
- #: includes/admin/settings/class-wc-settings-emails.php:67
7280
- msgid "\"From\" Name"
7281
- msgstr "\"از\" اسم"
7282
-
7283
- #: includes/admin/settings/class-wc-settings-emails.php:68
7284
- msgid "How the sender's name appears in outgoing WooCommerce emails."
7285
- msgstr "چگونه نام فرستنده در ووکامرس در ایمیل خروجی ظاهر می شود."
7286
-
7287
- #: includes/admin/settings/class-wc-settings-emails.php:78
7288
- msgid "\"From\" Address"
7289
- msgstr ""
7290
-
7291
- #: includes/admin/settings/class-wc-settings-emails.php:79
7292
- msgid "How the sender's email appears in outgoing WooCommerce emails."
7293
- msgstr ""
7294
-
7295
- #: includes/admin/settings/class-wc-settings-emails.php:93
7296
- msgid "Email Template"
7297
- msgstr "الگوی ایمیل"
7298
-
7299
- #: includes/admin/settings/class-wc-settings-emails.php:93
7300
- msgid "This section lets you customize the WooCommerce emails. <a href=\"%s\" target=\"_blank\">Click here to preview your email template</a>."
7301
- msgstr ""
7302
-
7303
- #: includes/admin/settings/class-wc-settings-emails.php:96
7304
- msgid "Header Image"
7305
- msgstr "تصویر سربرگ"
7306
-
7307
- #: includes/admin/settings/class-wc-settings-emails.php:97
7308
- msgid "URL to an image you want to show in the email header. Upload images using the media uploader (Admin > Media)."
7309
- msgstr ""
7310
-
7311
- #: includes/admin/settings/class-wc-settings-emails.php:108
7312
- msgid "Footer Text"
7313
- msgstr "متن پانوشت"
7314
-
7315
- #: includes/admin/settings/class-wc-settings-emails.php:109
7316
- msgid "The text to appear in the footer of WooCommerce emails."
7317
- msgstr "این متن در انتهای ایمیل های ووکامرس ظاهر میشود."
7318
-
7319
- #: includes/admin/settings/class-wc-settings-emails.php:114
7320
- msgid "Powered by WooCommerce"
7321
- msgstr "قدرت گرفته از ووکامرس"
7322
-
7323
- #: includes/admin/settings/class-wc-settings-emails.php:120
7324
- msgid "Base Colour"
7325
- msgstr "رنگ پایه"
7326
-
7327
- #: includes/admin/settings/class-wc-settings-emails.php:121
7328
- msgid "The base colour for WooCommerce email templates. Default <code>#557da1</code>."
7329
- msgstr "به طور پیشفرض رنگ پایه ایمیل های ووکامرس <code>#557da1</code> است."
7330
-
7331
- #: includes/admin/settings/class-wc-settings-emails.php:131
7332
- msgid "Background Colour"
7333
- msgstr "رنگ پس زمینه"
7334
-
7335
- #: includes/admin/settings/class-wc-settings-emails.php:132
7336
- msgid "The background colour for WooCommerce email templates. Default <code>#f5f5f5</code>."
7337
- msgstr "به طور پیشفرض رنگ پس زمینه ایمیل های ووکامرس <code>#f5f5f5</code> است."
7338
-
7339
- #: includes/admin/settings/class-wc-settings-checkout.php:179
7340
- #: templates/checkout/thankyou.php:29 templates/myaccount/my-orders.php:84
7341
- msgid "Pay"
7342
- msgstr "پرداخت"
7343
-
7344
- #: includes/admin/settings/class-wc-settings-accounts.php:120
7345
- msgid "Enable registration on the \"My Account\" page"
7346
- msgstr "اجازه نام نویسی در برگه \"حساب کاربری من\""
7347
-
7348
- #: includes/admin/settings/class-wc-settings-accounts.php:129
7349
- msgid "Display returning customer login reminder on the \"Checkout\" page"
7350
- msgstr "نمایش یاد آوری ورود مشتری در برگه \"سفارش\""
7351
-
7352
- #: includes/admin/settings/class-wc-settings-accounts.php:138
7353
- msgid "Account Creation"
7354
- msgstr "ساخت حساب کاربری"
7355
-
7356
- #: includes/admin/settings/class-wc-settings-accounts.php:139
7357
- msgid "Automatically generate username from customer email"
7358
- msgstr "ساخت خودکار نام کاربری از ایمیل مشتری"
7359
-
7360
- #: includes/admin/settings/class-wc-settings-accounts.php:148
7361
- msgid "Automatically generate customer password"
7362
- msgstr "ساخت گذرواژه خودکار برای حساب مشتری"
7363
-
7364
- #: includes/admin/settings/class-wc-settings-api.php:27
7365
- #: includes/admin/settings/class-wc-settings-api.php:68
7366
- #: includes/admin/views/html-admin-page-status-report.php:446
7367
- msgid "API"
7368
- msgstr "API"
7369
-
7370
- #: includes/admin/settings/class-wc-settings-api.php:61
7371
- #: includes/admin/settings/class-wc-settings-general.php:50
7372
- msgid "General Options"
7373
- msgstr "گزینه‌های کلی "
7374
-
7375
- #: includes/admin/settings/class-wc-settings-api.php:69
7376
- msgid "Enable the REST API"
7377
- msgstr "فعال سازی REST API"
7378
-
7379
- #: includes/admin/settings/class-wc-settings-checkout.php:44
7380
- msgid "Checkout Options"
7381
- msgstr "گزینه‌های تسویه حساب"
7382
-
7383
- #: includes/admin/settings/class-wc-settings-checkout.php:69
7384
- msgid "Checkout Process"
7385
- msgstr "تسویه حساب"
7386
-
7387
- #: includes/admin/settings/class-wc-settings-checkout.php:76
7388
- msgid "Enable the use of coupons"
7389
- msgstr "فعال کردن کوپن‌ها"
7390
-
7391
- #: includes/admin/settings/class-wc-settings-checkout.php:81
7392
- msgid "Coupons can be applied from the cart and checkout pages."
7393
- msgstr "کوپن‌ها فقط از طریق سبد خرید و برگه تسویه‌حساب قابل اعمال هستند."
7394
-
7395
- #: includes/admin/settings/class-wc-settings-checkout.php:86
7396
- msgid "Calculate coupon discounts sequentially"
7397
- msgstr "محاسبه پیاپی کوپن تخفیف"
7398
-
7399
- #: includes/admin/settings/class-wc-settings-checkout.php:90
7400
- msgid "When applying multiple coupons, apply the first coupon to the full price and the second coupon to the discounted price and so on."
7401
- msgstr ""
7402
-
7403
- #: includes/admin/settings/class-wc-settings-checkout.php:97
7404
- msgid "Enable guest checkout"
7405
- msgstr "فعال كردن خرید بدون عضويت"
7406
-
7407
- #: includes/admin/settings/class-wc-settings-checkout.php:98
7408
- msgid "Allows customers to checkout without creating an account."
7409
- msgstr "اجازه به مشتریان برای ثبت سفارش بدون نیاز به نام نویسی."
7410
-
7411
- #: includes/admin/settings/class-wc-settings-checkout.php:107
7412
- msgid "Force secure checkout"
7413
- msgstr "مجبور به پرداخت امن كن"
7414
-
7415
- #: includes/admin/settings/class-wc-settings-checkout.php:113
7416
- msgid "Force SSL (HTTPS) on the checkout pages (an SSL Certificate is required)."
7417
- msgstr ""
7418
-
7419
- #: includes/admin/settings/class-wc-settings-checkout.php:117
7420
- msgid "Force HTTP when leaving the checkout"
7421
- msgstr "اجبار به استفاده از HTTP در هنگام رقتن از تسویه حساب"
7422
-
7423
- #: includes/admin/settings/class-wc-settings-checkout.php:131
7424
- msgid "Checkout Pages"
7425
- msgstr "برگه های تسویه حساب"
7426
-
7427
- #: includes/admin/settings/class-wc-settings-checkout.php:132
7428
- msgid "These pages need to be set so that WooCommerce knows where to send users to checkout."
7429
- msgstr "این برگه‌ها نیاز به انتخاب دارند تا ووکامرس بفهمد که هرکدام کجا هستند. این برگه‌ها در هنگام نصب افزونه ساخته می شوند، اگرنه باید آنها را دستی بسازید."
7430
-
7431
- #: includes/admin/settings/class-wc-settings-checkout.php:138
7432
- msgid "Cart Page"
7433
- msgstr "برگه سبد خرید"
7434
-
7435
- #: includes/admin/settings/class-wc-settings-checkout.php:149
7436
- msgid "Checkout Page"
7437
- msgstr "برگه تسویه حساب"
7438
-
7439
- #: includes/admin/settings/class-wc-settings-checkout.php:160
7440
- msgid "Terms and Conditions"
7441
- msgstr "شرایط و ضوابط"
7442
-
7443
- #: includes/admin/settings/class-wc-settings-checkout.php:161
7444
- msgid "If you define a \"Terms\" page the customer will be asked if they accept them when checking out."
7445
- msgstr "اگر شما برگه «شرایط» را فعال کنید، در زمان تسویه‌حساب از کاربر درخواست می‌شود که این برگه را خوانده و تایید کند."
7446
-
7447
- #: includes/admin/settings/class-wc-settings-checkout.php:176
7448
- msgid "Checkout Endpoints"
7449
- msgstr "تکمیل پرداخت"
7450
-
7451
- #: includes/admin/settings/class-wc-settings-checkout.php:176
7452
- msgid "Endpoints are appended to your page URLs to handle specific actions during the checkout process. They should be unique."
7453
- msgstr "نقطه پایانی به آدرس برگه شما افزوده می شوند که مسئولیت رسیدگی به اقدامات خاص در طول فرایند پرداخت را دارند. آنها باید منحصر به فرد باشند."
7454
-
7455
- #: includes/admin/reports/class-wc-report-taxes-by-code.php:152
7456
- msgid "This is the sum of the \"Tax Rows\" tax amount within your orders."
7457
- msgstr "این مجموع فیلد \"ردیف مالیات\" مجموع مقدار مالیات در سفارشات شماست."
7458
-
7459
- #: includes/admin/reports/class-wc-report-taxes-by-code.php:153
7460
- msgid "Shipping Tax Amount"
7461
- msgstr "مالیات حمل و نقل"
7462
-
7463
- #: includes/admin/reports/class-wc-report-taxes-by-code.php:153
7464
- msgid "This is the sum of the \"Tax Rows\" shipping tax amount within your orders."
7465
- msgstr "این مجموع فیلد \"ردیف مالیات\" مجموع مقدار هزینه حمل و نقل در سفارشات شماست."
7466
-
7467
- #: includes/admin/reports/class-wc-report-taxes-by-code.php:154
7468
- #: includes/admin/reports/class-wc-report-taxes-by-date.php:156
7469
- msgid "Total Tax"
7470
- msgstr "مجموع مالیات"
7471
-
7472
- #: includes/admin/reports/class-wc-report-taxes-by-code.php:154
7473
- #: includes/admin/reports/class-wc-report-taxes-by-date.php:156
7474
- msgid "This is the total tax for the rate (shipping tax + product tax)."
7475
- msgstr "این مالیات در کل برای میزان (مالیات حمل و نقل + مالیات بر محصول) است."
7476
-
7477
- #: includes/admin/reports/class-wc-report-taxes-by-code.php:186
7478
- #: includes/admin/reports/class-wc-report-taxes-by-date.php:201
7479
- msgid "No taxes found in this period"
7480
- msgstr "هیچ مالیاتی در این دوره یافت نشد"
7481
-
7482
- #: includes/admin/reports/class-wc-report-taxes-by-date.php:152
7483
- msgid "Period"
7484
- msgstr "دوره"
7485
-
7486
- #: includes/admin/reports/class-wc-report-taxes-by-date.php:154
7487
- msgid "Total Sales"
7488
- msgstr "فروش كل"
7489
-
7490
- #: includes/admin/reports/class-wc-report-taxes-by-date.php:154
7491
- msgid "This is the sum of the 'Order Total' field within your orders."
7492
- msgstr "این جمع فیلد \"جمع سفارش‌ها\" در سفارش‌های شماست"
7493
-
7494
- #: includes/admin/reports/class-wc-report-taxes-by-date.php:155
7495
- msgid "Total Shipping"
7496
- msgstr "هزینه حمل کل"
7497
-
7498
- #: includes/admin/reports/class-wc-report-taxes-by-date.php:155
7499
- msgid "This is the sum of the 'Shipping Total' field within your orders."
7500
- msgstr "این جمع فیلد \"جمع هزینه حمل\" در سفارش‌های شماست"
7501
-
7502
- #: includes/admin/reports/class-wc-report-taxes-by-date.php:157
7503
- msgid "Net profit"
7504
- msgstr "سود نت"
7505
-
7506
- #: includes/admin/reports/class-wc-report-taxes-by-date.php:157
7507
- msgid "Total sales minus shipping and tax."
7508
- msgstr "فروش کل منهای شیپینگ و مالیات"
7509
-
7510
- #: includes/admin/reports/class-wc-report-taxes-by-date.php:190
7511
- #: templates/checkout/form-pay.php:30
7512
- msgid "Totals"
7513
- msgstr "جمع کل "
7514
-
7515
- #: includes/admin/settings/class-wc-settings-accounts.php:28
7516
- msgid "Accounts"
7517
- msgstr "حساب های کاربری"
7518
-
7519
- #: includes/admin/settings/class-wc-settings-accounts.php:43
7520
- msgid "Account Pages"
7521
- msgstr "برگه های حساب کاربری"
7522
-
7523
- #: includes/admin/settings/class-wc-settings-accounts.php:43
7524
- msgid "These pages need to be set so that WooCommerce knows where to send users to access account related functionality."
7525
- msgstr "این برگه‌ها نیاز به انتخاب دارند تا ووکامرس بفهمد که هرکدام کجا هستند. این برگه‌ها در هنگام نصب افزونه ساخته می شوند، اگرنه باید آنها را دستی بسازید."
7526
-
7527
- #: includes/admin/settings/class-wc-settings-accounts.php:46
7528
- msgid "My Account Page"
7529
- msgstr "برگه حساب من "
7530
-
7531
- #: includes/admin/settings/class-wc-settings-accounts.php:47
7532
- #: includes/admin/settings/class-wc-settings-checkout.php:139
7533
- #: includes/admin/settings/class-wc-settings-checkout.php:150
7534
- msgid "Page contents:"
7535
- msgstr "محتویات برگه:"
7536
-
7537
- #: includes/admin/settings/class-wc-settings-accounts.php:58
7538
- msgid "My Account Endpoints"
7539
- msgstr "نقطه پایانی حساب کاربری من"
7540
-
7541
- #: includes/admin/settings/class-wc-settings-accounts.php:58
7542
- msgid "Endpoints are appended to your page URLs to handle specific actions on the accounts pages. They should be unique."
7543
- msgstr "نقطه پایانی به آدرس برگه افزوده شده که مسئولیت رسیدگی به اقدامات خاص در صفحات حساب می باشد. آنها باید منحصر به فرد باشند."
7544
-
7545
- #: includes/admin/settings/class-wc-settings-accounts.php:61
7546
- #: includes/class-wc-post-types.php:299 includes/class-wc-post-types.php:300
7547
- msgid "View Order"
7548
- msgstr "نمایش سفارش"
7549
-
7550
- #: includes/admin/settings/class-wc-settings-accounts.php:62
7551
- msgid "Endpoint for the My Account &rarr; View Order page"
7552
- msgstr "نقطه پایانی حساب کاربری من &rarr; برگه نمایش سفارش"
7553
-
7554
- #: includes/admin/settings/class-wc-settings-accounts.php:70
7555
- msgid "Edit Account"
7556
- msgstr "ویرایش حساب کاربری"
7557
-
7558
- #: includes/admin/settings/class-wc-settings-accounts.php:71
7559
- msgid "Endpoint for the My Account &rarr; Edit Account page"
7560
- msgstr "نقطه پایانی حساب کاربری من &rarr; برگه ویرایش حساب"
7561
-
7562
- #: includes/admin/settings/class-wc-settings-accounts.php:79
7563
- #: includes/class-wc-query.php:122
7564
- msgid "Edit Address"
7565
- msgstr "ویرایش آدرس"
7566
-
7567
- #: includes/admin/settings/class-wc-settings-accounts.php:80
7568
- msgid "Endpoint for the My Account &rarr; Edit Address page"
7569
- msgstr "نقطه پایانی حساب کاربری من &rarr; برگه ویرایش آدرس"
7570
-
7571
- #: includes/admin/settings/class-wc-settings-accounts.php:88
7572
- #: includes/class-wc-query.php:128
7573
- msgid "Lost Password"
7574
- msgstr "فراموشی گذرواژه"
7575
-
7576
- #: includes/admin/settings/class-wc-settings-accounts.php:89
7577
- msgid "Endpoint for the My Account &rarr; Lost Password page"
7578
- msgstr "نقطه پایانی حساب کاربری من &rarr; برگه فراموشی رمز"
7579
-
7580
- #: includes/admin/settings/class-wc-settings-accounts.php:97
7581
- #: templates/auth/form-grant-access.php:38
7582
- msgid "Logout"
7583
- msgstr "خروج از سیستم"
7584
-
7585
- #: includes/admin/settings/class-wc-settings-accounts.php:98
7586
- msgid "Endpoint for the triggering logout. You can add this to your menus via a custom link: yoursite.com/?customer-logout=true"
7587
- msgstr "مسیر پایانی آدرس برای خروج کاربران را تعیین کنید. شما می توانید با افزودن این لینک به منو های وب سایت یک مسیر دلخواه برای خروج بسازید. مانند:woocommerce.ir/?customer-logout=true"
7588
-
7589
- #: includes/admin/settings/class-wc-settings-accounts.php:107
7590
- msgid "Registration Options"
7591
- msgstr "گزینه‌های نام نویسی"
7592
-
7593
- #: includes/admin/settings/class-wc-settings-accounts.php:110
7594
- msgid "Enable Registration"
7595
- msgstr "فعال سازی عضویت"
7596
-
7597
- #: includes/admin/settings/class-wc-settings-accounts.php:111
7598
- msgid "Enable registration on the \"Checkout\" page"
7599
- msgstr "اجازه نام نویسی در برگه پرداخت"
7600
-
7601
- #: includes/admin/reports/class-wc-report-sales-by-date.php:370
7602
- msgid "%s gross sales in this period"
7603
- msgstr "%s فروش ناخالص در این دوره"
7604
-
7605
- #: includes/admin/reports/class-wc-report-sales-by-date.php:371
7606
- msgid "This is the sum of the order totals after any refunds and including shipping and taxes."
7607
- msgstr "این جمع از مجموع سفارش پس از برگشتی ها بجز حمل و نقل و مالیات می باشد."
7608
-
7609
- #: includes/admin/reports/class-wc-report-sales-by-date.php:384
7610
- msgid "%s net sales in this period"
7611
- msgstr "%s فروش خالص در این دوره"
7612
-
7613
- #: includes/admin/reports/class-wc-report-sales-by-date.php:385
7614
- msgid "This is the sum of the order totals after any refunds and excluding shipping and taxes."
7615
- msgstr "این جمع از مجموع سفارش پس از برگشتی ها بجز حمل و نقل و مالیات می باشد."
7616
-
7617
- #: includes/admin/reports/class-wc-report-sales-by-date.php:398
7618
- msgid "%s orders placed"
7619
- msgstr "%s سفارش ثبت شده"
7620
-
7621
- #: includes/admin/reports/class-wc-report-sales-by-date.php:404
7622
- msgid "%s items purchased"
7623
- msgstr "%s موارد خریداری شده"
7624
-
7625
- #: includes/admin/reports/class-wc-report-sales-by-date.php:414
7626
- msgid "%s charged for shipping"
7627
- msgstr "%s برای حمل و نقل تغییر یافته است"
7628
-
7629
- #: includes/admin/reports/class-wc-report-sales-by-date.php:419
7630
- msgid "%s worth of coupons used"
7631
- msgstr "%s مجموع ارزش کوپن های استفاده شده"
7632
-
7633
- #: includes/admin/reports/class-wc-report-sales-by-date.php:547
7634
- #: includes/admin/reports/class-wc-report-sales-by-product.php:504
7635
- msgid "Number of items sold"
7636
- msgstr "تعداد موارد فروخته شده"
7637
-
7638
- #: includes/admin/reports/class-wc-report-sales-by-date.php:555
7639
- msgid "Number of orders"
7640
- msgstr "تعداد سفارشات"
7641
-
7642
- #: includes/admin/reports/class-wc-report-sales-by-date.php:563
7643
- msgid "Average gross sales amount"
7644
- msgstr ""
7645
-
7646
- #: includes/admin/reports/class-wc-report-sales-by-date.php:573
7647
- msgid "Average net sales amount"
7648
- msgstr ""
7649
-
7650
- #: includes/admin/reports/class-wc-report-sales-by-date.php:593
7651
- msgid "Shipping amount"
7652
- msgstr "میزان حمل و نقل"
7653
-
7654
- #: includes/admin/reports/class-wc-report-sales-by-date.php:603
7655
- msgid "Gross Sales amount"
7656
- msgstr "مبلغ فروش ناخالص"
7657
-
7658
- #: includes/admin/reports/class-wc-report-sales-by-date.php:613
7659
- msgid "Net Sales amount"
7660
- msgstr "مبلغ فروش خالص"
7661
-
7662
- #: includes/admin/reports/class-wc-report-sales-by-product.php:107
7663
- msgid "%s sales for the selected items"
7664
- msgstr "%s فروش برای موارد انتخاب شده"
7665
-
7666
- #: includes/admin/reports/class-wc-report-sales-by-product.php:113
7667
- msgid "%s purchases for the selected items"
7668
- msgstr "%s خرید برای موارد انتخاب شده"
7669
-
7670
- #: includes/admin/reports/class-wc-report-sales-by-product.php:159
7671
- msgid "Showing reports for:"
7672
- msgstr "نمایش گزارش برای:"
7673
-
7674
- #: includes/admin/reports/class-wc-report-sales-by-product.php:191
7675
- msgid "Reset"
7676
- msgstr "بازگردانی"
7677
-
7678
- #: includes/admin/reports/class-wc-report-sales-by-product.php:199
7679
- msgid "Product Search"
7680
- msgstr "جستجوی محصول"
7681
-
7682
- #: includes/admin/reports/class-wc-report-sales-by-product.php:214
7683
- msgid "Top Sellers"
7684
- msgstr "پرفروشها"
7685
-
7686
- #: includes/admin/reports/class-wc-report-sales-by-product.php:258
7687
- #: includes/admin/reports/class-wc-report-sales-by-product.php:308
7688
- #: includes/admin/reports/class-wc-report-sales-by-product.php:348
7689
- msgid "No products found in range"
7690
- msgstr "محصولی یافت نشد"
7691
-
7692
- #: includes/admin/reports/class-wc-report-sales-by-product.php:263
7693
- msgid "Top Freebies"
7694
- msgstr "بایگانی بالا"
7695
-
7696
- #: includes/admin/reports/class-wc-report-sales-by-product.php:313
7697
- msgid "Top Earners"
7698
- msgstr "بیشترین درآمد"
7699
-
7700
- #: includes/admin/reports/class-wc-report-sales-by-product.php:406
7701
- msgid "&larr; Choose a product to view stats"
7702
- msgstr "&larr; انتخاب محصول برای نمایش آمارها"
7703
-
7704
- #: includes/admin/reports/class-wc-report-sales-by-product.php:512
7705
- msgid "Sales amount"
7706
- msgstr "میزان فروش"
7707
-
7708
- #: includes/admin/reports/class-wc-report-stock.php:44
7709
- msgid "No products found."
7710
- msgstr "هیچ محصولی یافت نشد."
7711
-
7712
- #: includes/admin/reports/class-wc-report-stock.php:148
7713
- msgid "product"
7714
- msgstr "product"
7715
-
7716
- #: includes/admin/reports/class-wc-report-stock.php:164
7717
- #: includes/class-wc-post-types.php:240 templates/cart/cart.php:35
7718
- #: templates/cart/cart.php:77 templates/checkout/form-pay.php:28
7719
- #: templates/checkout/review-order.php:25
7720
- #: templates/emails/email-order-details.php:33
7721
- #: templates/order/order-details.php:31
7722
- msgid "Product"
7723
- msgstr "محصول"
7724
-
7725
- #: includes/admin/reports/class-wc-report-stock.php:165
7726
- msgid "Parent"
7727
- msgstr "مادر"
7728
-
7729
- #: includes/admin/reports/class-wc-report-stock.php:166
7730
- msgid "Units in stock"
7731
- msgstr "موجود در انبار"
7732
-
7733
- #: includes/admin/reports/class-wc-report-taxes-by-code.php:150
7734
- msgid "Rate"
7735
- msgstr "نرخ"
7736
-
7737
- #: includes/admin/reports/class-wc-report-taxes-by-code.php:151
7738
- #: includes/admin/reports/class-wc-report-taxes-by-date.php:153
7739
- msgid "Number of Orders"
7740
- msgstr "تعداد سفارش ها"
7741
-
7742
- #: includes/admin/reports/class-wc-report-taxes-by-code.php:152
7743
- msgid "Tax Amount"
7744
- msgstr "مبلغ مالیات"
7745
-
7746
- #: includes/admin/reports/class-wc-report-customer-list.php:66
7747
- msgid "Search customers"
7748
- msgstr "جستجوی مشتریان"
7749
-
7750
- #: includes/admin/reports/class-wc-report-customer-list.php:163
7751
- msgid "Refresh stats"
7752
- msgstr "نوسازی وضعیت"
7753
-
7754
- #: includes/admin/reports/class-wc-report-customer-list.php:175
7755
- msgid "View orders"
7756
- msgstr "نمایش سفارشات"
7757
-
7758
- #: includes/admin/reports/class-wc-report-customer-list.php:200
7759
- msgid "Link previous orders"
7760
- msgstr "لینک سفارشات گذشته"
7761
-
7762
- #: includes/admin/reports/class-wc-report-customer-list.php:230
7763
- msgid "Name (Last, First)"
7764
- msgstr "نام (نام،نام خانوادگی)"
7765
-
7766
- #: includes/admin/reports/class-wc-report-customer-list.php:231
7767
- #: templates/myaccount/form-login.php:83
7768
- msgid "Username"
7769
- msgstr "نام کاربری"
7770
-
7771
- #: includes/admin/reports/class-wc-report-customer-list.php:233
7772
- msgid "Location"
7773
- msgstr "جایگاه فروشگاه"
7774
-
7775
- #: includes/admin/reports/class-wc-report-customer-list.php:235
7776
- msgid "Money Spent"
7777
- msgstr "پول هزینه"
7778
-
7779
- #: includes/admin/reports/class-wc-report-customer-list.php:236
7780
- msgid "Last order"
7781
- msgstr "آخرین سفارش"
7782
-
7783
- #: includes/admin/reports/class-wc-report-customers.php:40
7784
- msgid "%s signups in this period"
7785
- msgstr "%s عضویت در این دوره"
7786
-
7787
- #: includes/admin/reports/class-wc-report-customers.php:108
7788
- msgid "Customer Sales"
7789
- msgstr "تمام فروش مشتریان"
7790
-
7791
- #: includes/admin/reports/class-wc-report-customers.php:109
7792
- msgid "Guest Sales"
7793
- msgstr "تمام فروش میهمان ها"
7794
-
7795
- #: includes/admin/reports/class-wc-report-customers.php:118
7796
- #: includes/admin/reports/class-wc-report-customers.php:315
7797
- msgid "Customer Orders"
7798
- msgstr "سفارشات مشتری"
7799
-
7800
- #: includes/admin/reports/class-wc-report-customers.php:123
7801
- #: includes/admin/reports/class-wc-report-customers.php:325
7802
- msgid "Guest Orders"
7803
- msgstr "تمام سفارشات میهمان"
7804
-
7805
- #: includes/admin/reports/class-wc-report-customers.php:142
7806
- msgid "orders"
7807
- msgstr "سفارش ها"
7808
-
7809
- #: includes/admin/reports/class-wc-report-customers.php:321
7810
- msgid "customer orders"
7811
- msgstr "تمام سفارشات مشتری "
7812
-
7813
- #: includes/admin/reports/class-wc-report-customers.php:331
7814
- msgid "guest orders"
7815
- msgstr "تمام سفارشات میهمان"
7816
-
7817
- #: includes/admin/reports/class-wc-report-customers.php:335
7818
- msgid "Signups"
7819
- msgstr "نام نویسی ها"
7820
-
7821
- #: includes/admin/reports/class-wc-report-customers.php:342
7822
- msgid "new users"
7823
- msgstr "کاربران تازه"
7824
-
7825
- #: includes/admin/reports/class-wc-report-low-in-stock.php:25
7826
- msgid "No low in stock products found."
7827
- msgstr "تعداد هیچکدام از محصولات در انبار کم نمی باشد"
7828
-
7829
- #: includes/admin/reports/class-wc-report-out-of-stock.php:25
7830
- msgid "No out of stock products found."
7831
- msgstr "هیچ محصولی در انبار موجود نیست"
7832
-
7833
- #: includes/admin/reports/class-wc-report-sales-by-category.php:96
7834
- msgid "%s sales in %s"
7835
- msgstr "%s فروش در %s"
7836
-
7837
- #: includes/admin/reports/class-wc-report-sales-by-category.php:207
7838
- msgid "Select categories&hellip;"
7839
- msgstr "انتخاب دسته ها&hellip;"
7840
-
7841
- #: includes/admin/reports/class-wc-report-sales-by-category.php:221
7842
- msgid "None"
7843
- msgstr "هیچ كدام"
7844
-
7845
- #: includes/admin/reports/class-wc-report-sales-by-category.php:222
7846
- msgid "All"
7847
- msgstr "همه"
7848
-
7849
- #: includes/admin/reports/class-wc-report-sales-by-category.php:282
7850
- msgid "&larr; Choose a category to view stats"
7851
- msgstr "&larr; انتخاب یک دسته برای نمایش آمارها"
7852
-
7853
- #: includes/admin/reports/class-wc-report-sales-by-date.php:359
7854
- msgid "%s average gross daily sales"
7855
- msgstr ""
7856
-
7857
- #: includes/admin/reports/class-wc-report-sales-by-date.php:360
7858
- msgid "%s average net daily sales"
7859
- msgstr ""
7860
-
7861
- #: includes/admin/reports/class-wc-report-sales-by-date.php:364
7862
- msgid "%s average gross monthly sales"
7863
- msgstr ""
7864
-
7865
- #: includes/admin/reports/class-wc-report-sales-by-date.php:365
7866
- msgid "%s average net monthly sales"
7867
- msgstr ""
7868
-
7869
- #: includes/admin/meta-boxes/views/html-variation-admin.php:107
7870
- msgid "Sale end date:"
7871
- msgstr "تاریخ پایان فروش:"
7872
-
7873
- #: includes/admin/meta-boxes/views/html-variation-admin.php:129
7874
- msgid "Stock Qty:"
7875
- msgstr "تعداد موجودی انبار:"
7876
-
7877
- #: includes/admin/meta-boxes/views/html-variation-admin.php:129
7878
- msgid "Enter a quantity to enable stock management at variation level, or leave blank to use the parent product's options."
7879
- msgstr "مقدار "
7880
-
7881
- #: includes/admin/meta-boxes/views/html-variation-admin.php:175
7882
- msgid "Enter a weight for this variation or leave blank to use the parent product weight."
7883
- msgstr "برای موجودی متغیری وارد کنید یا جهت استفاده از موجودی اولیه خالی بگذارید"
7884
-
7885
- #: includes/admin/meta-boxes/views/html-variation-admin.php:183
7886
- msgid "Dimensions (L&times;W&times;H)"
7887
- msgstr "برای این متغیر وزن وارد کنید یا جهت استفاده از وزن اولیه خالی بگذارید"
7888
-
7889
- #: includes/admin/meta-boxes/views/html-variation-admin.php:207
7890
- msgid "Shipping class:"
7891
- msgstr "کلاس حمل و نقل"
7892
-
7893
- #: includes/admin/meta-boxes/views/html-variation-admin.php:211
7894
- #: includes/admin/meta-boxes/views/html-variation-admin.php:225
7895
- msgid "Same as parent"
7896
- msgstr "مانند مادر"
7897
-
7898
- #: includes/admin/meta-boxes/views/html-variation-admin.php:223
7899
- msgid "Tax class:"
7900
- msgstr "کلاس مالیات:"
7901
-
7902
- #: includes/admin/meta-boxes/views/html-variation-admin.php:248
7903
- msgid "Variation Description:"
7904
- msgstr "توضیحات متغیر:"
7905
-
7906
- #: includes/admin/meta-boxes/views/html-variation-admin.php:298
7907
- msgid "Download Limit:"
7908
- msgstr "محدودیت دانلود:"
7909
-
7910
- #: includes/admin/meta-boxes/views/html-variation-admin.php:302
7911
- msgid "Download Expiry:"
7912
- msgstr "انقضای دانلود:"
7913
-
7914
- #: includes/admin/reports/class-wc-admin-report.php:484
7915
- msgid "Sold %s worth in the last %d days"
7916
- msgstr "فروش %s در %d روز گذشته"
7917
-
7918
- #: includes/admin/reports/class-wc-admin-report.php:486
7919
- msgid "Sold 1 item in the last %d days"
7920
- msgid_plural "Sold %d items in the last %d days"
7921
- msgstr[0] "در کل %d محصول در %d روز فروخته شده اند"
7922
-
7923
- #: includes/admin/reports/class-wc-report-coupon-usage.php:108
7924
- msgid "%s discounts in total"
7925
- msgstr "مجموع تخفیف ها %s "
7926
-
7927
- #: includes/admin/reports/class-wc-report-coupon-usage.php:114
7928
- msgid "%d coupons used in total"
7929
- msgstr "%d کوپن در مجموع استفاده شده است"
7930
-
7931
- #: includes/admin/reports/class-wc-report-coupon-usage.php:128
7932
- #: includes/admin/reports/class-wc-report-customers.php:162
7933
- #: includes/admin/reports/class-wc-report-sales-by-category.php:113
7934
- #: includes/admin/reports/class-wc-report-sales-by-date.php:432
7935
- #: includes/admin/reports/class-wc-report-sales-by-product.php:127
7936
- #: includes/admin/reports/class-wc-report-taxes-by-code.php:49
7937
- #: includes/admin/reports/class-wc-report-taxes-by-date.php:49
7938
- msgid "Year"
7939
- msgstr "سال"
7940
-
7941
- #: includes/admin/reports/class-wc-report-coupon-usage.php:129
7942
- #: includes/admin/reports/class-wc-report-customers.php:163
7943
- #: includes/admin/reports/class-wc-report-sales-by-category.php:114
7944
- #: includes/admin/reports/class-wc-report-sales-by-date.php:433
7945
- #: includes/admin/reports/class-wc-report-sales-by-product.php:128
7946
- #: includes/admin/reports/class-wc-report-taxes-by-code.php:50
7947
- #: includes/admin/reports/class-wc-report-taxes-by-date.php:50
7948
- msgid "Last Month"
7949
- msgstr "ماه گذشته"
7950
-
7951
- #: includes/admin/reports/class-wc-report-coupon-usage.php:130
7952
- #: includes/admin/reports/class-wc-report-customers.php:164
7953
- #: includes/admin/reports/class-wc-report-sales-by-category.php:115
7954
- #: includes/admin/reports/class-wc-report-sales-by-date.php:434
7955
- #: includes/admin/reports/class-wc-report-sales-by-product.php:129
7956
- #: includes/admin/reports/class-wc-report-taxes-by-code.php:51
7957
- #: includes/admin/reports/class-wc-report-taxes-by-date.php:51
7958
- msgid "This Month"
7959
- msgstr "این ماه"
7960
-
7961
- #: includes/admin/reports/class-wc-report-coupon-usage.php:131
7962
- #: includes/admin/reports/class-wc-report-customers.php:165
7963
- #: includes/admin/reports/class-wc-report-sales-by-category.php:116
7964
- #: includes/admin/reports/class-wc-report-sales-by-date.php:435
7965
- #: includes/admin/reports/class-wc-report-sales-by-product.php:130
7966
- msgid "Last 7 Days"
7967
- msgstr "7 روز گذشته"
7968
-
7969
- #: includes/admin/reports/class-wc-report-coupon-usage.php:171
7970
- msgid "Filter by coupon"
7971
- msgstr "صافی بر اساس کوپن"
7972
-
7973
- #: includes/admin/reports/class-wc-report-coupon-usage.php:199
7974
- msgid "Choose coupons&hellip;"
7975
- msgstr "انتخاب کوپن ها&hellip;"
7976
-
7977
- #: includes/admin/reports/class-wc-report-coupon-usage.php:200
7978
- msgid "All coupons"
7979
- msgstr "همه کوپن ها"
7980
-
7981
- #: includes/admin/reports/class-wc-report-coupon-usage.php:207
7982
- #: includes/admin/reports/class-wc-report-sales-by-category.php:223
7983
- #: includes/admin/reports/class-wc-report-sales-by-product.php:204
7984
- #: includes/widgets/class-wc-widget-products.php:43
7985
- msgid "Show"
7986
- msgstr "نمایش"
7987
-
7988
- #: includes/admin/reports/class-wc-report-coupon-usage.php:215
7989
- msgid "No used coupons found"
7990
- msgstr "کوپن استفاده شده ای یافت نشد."
7991
-
7992
- #: includes/admin/reports/class-wc-report-coupon-usage.php:220
7993
- msgid "Most Popular"
7994
- msgstr "محبوب ترین ها"
7995
-
7996
- #: includes/admin/reports/class-wc-report-coupon-usage.php:262
7997
- #: includes/admin/reports/class-wc-report-coupon-usage.php:310
7998
- msgid "No coupons found in range"
7999
- msgstr "کوپنی یافت نشد"
8000
-
8001
- #: includes/admin/reports/class-wc-report-coupon-usage.php:267
8002
- msgid "Most Discount"
8003
- msgstr "بیشترین تخفیف"
8004
-
8005
- #: includes/admin/reports/class-wc-report-coupon-usage.php:353
8006
- #: includes/admin/reports/class-wc-report-customers.php:229
8007
- #: includes/admin/reports/class-wc-report-sales-by-category.php:266
8008
- #: includes/admin/reports/class-wc-report-sales-by-date.php:476
8009
- #: includes/admin/reports/class-wc-report-sales-by-product.php:390
8010
- #: includes/admin/reports/class-wc-report-taxes-by-code.php:38
8011
- #: includes/admin/reports/class-wc-report-taxes-by-date.php:38
8012
- #: includes/admin/settings/views/html-settings-tax.php:35
8013
- msgid "Export CSV"
8014
- msgstr "صدور CSV"
8015
-
8016
- #: includes/admin/reports/class-wc-report-coupon-usage.php:460
8017
- msgid "Number of coupons used"
8018
- msgstr "تعداد کوپن های استفاده شده"
8019
-
8020
- #: includes/admin/reports/class-wc-report-coupon-usage.php:468
8021
- msgid "Discount amount"
8022
- msgstr "میزان تخفیف"
8023
-
8024
- #: includes/admin/reports/class-wc-report-customer-list.php:27
8025
- #: includes/admin/settings/class-wc-settings-emails.php:260
8026
- #: includes/class-wc-install.php:519
8027
- msgid "Customer"
8028
- msgstr "مشتری"
8029
-
8030
- #: includes/admin/reports/class-wc-report-customer-list.php:37
8031
- msgid "No customers found."
8032
- msgstr "هیچ مشتری یافت نشد."
8033
-
8034
- #: includes/admin/reports/class-wc-report-customer-list.php:51
8035
- msgid "%s previous order linked"
8036
- msgid_plural "%s previous orders linked"
8037
- msgstr[0] "%s سفارش قبلی مرتبط شد"
8038
-
8039
- #: includes/admin/reports/class-wc-report-customer-list.php:61
8040
- msgid "Refreshed stats for %s"
8041
- msgstr "آمار %s نوسازی شد"
8042
-
8043
- #: includes/admin/meta-boxes/views/html-product-attribute.php:59
8044
- msgid "Enter some text, or some attributes by \"%s\" separating values."
8045
- msgstr "لطفا یک متن وارد کنید ، یا صفت ها را با مقدار \"%s\" جداسازی کنید."
8046
-
8047
- #: includes/admin/meta-boxes/views/html-product-download.php:3
8048
- #: includes/admin/meta-boxes/views/html-product-variation-download.php:2
8049
- msgid "File Name"
8050
- msgstr "نام فایل"
8051
-
8052
- #: includes/admin/meta-boxes/views/html-product-download.php:4
8053
- #: includes/admin/meta-boxes/views/html-product-variation-download.php:3
8054
- msgid "http://"
8055
- msgstr "http://"
8056
-
8057
- #: includes/admin/meta-boxes/views/html-product-download.php:5
8058
- #: includes/admin/meta-boxes/views/html-product-variation-download.php:4
8059
- msgid "Choose file"
8060
- msgstr "انتخاب فایل"
8061
-
8062
- #: includes/admin/meta-boxes/views/html-product-download.php:5
8063
- #: includes/admin/meta-boxes/views/html-product-variation-download.php:4
8064
- msgid "Insert file URL"
8065
- msgstr "آدرس اینترنتی فایل را وارد کنید"
8066
-
8067
- #: includes/admin/meta-boxes/views/html-variation-admin.php:19
8068
- msgid "Drag and drop, or click to set admin variation order"
8069
- msgstr "بکشید و رها کنید، یا کلیک کنید تا ترتیب ادمین را تغییر دهید."
8070
-
8071
- #: includes/admin/meta-boxes/views/html-variation-admin.php:33
8072
- #: includes/class-wc-product-variation.php:682
8073
- msgid "Any"
8074
- msgstr "همه"
8075
-
8076
- #: includes/admin/meta-boxes/views/html-variation-admin.php:64
8077
- msgid "Remove this image"
8078
- msgstr "پاک کردن این عکس"
8079
-
8080
- #: includes/admin/meta-boxes/views/html-variation-admin.php:64
8081
- msgid "Upload an image"
8082
- msgstr "آپلود یک عکس"
8083
-
8084
- #: includes/admin/meta-boxes/views/html-variation-admin.php:68
8085
- msgid "Enter a SKU for this variation or leave blank to use the parent product SKU."
8086
- msgstr "برای این متغیر یک شناسه بنویسید یا برای بکارگیری شناسه محصول مادر، چیزی ننویسید."
8087
-
8088
- #: includes/admin/meta-boxes/views/html-variation-admin.php:76
8089
- #: includes/admin/settings/class-wc-settings-checkout.php:276
8090
- #: includes/admin/settings/class-wc-settings-emails.php:269
8091
- #: includes/admin/settings/class-wc-settings-shipping.php:191
8092
- #: includes/admin/views/html-admin-page-status-tools.php:37
8093
- #: includes/admin/views/html-admin-page-status-tools.php:48
8094
- #: includes/admin/views/html-admin-page-status-tools.php:59
8095
- msgid "Enabled"
8096
- msgstr "فعال شده"
8097
-
8098
- #: includes/admin/meta-boxes/views/html-variation-admin.php:78
8099
- msgid "Enable this option if access is given to a downloadable file upon purchase of a product"
8100
- msgstr "فعال کردن این گزینه اجازه دانلود محصول به محض پرداخت را فعال میکند."
8101
-
8102
- #: includes/admin/meta-boxes/views/html-variation-admin.php:80
8103
- msgid "Enable this option if a product is not shipped or there is no shipping cost"
8104
- msgstr "این گزینه را تنها در صورتی فعال نمایید كه كالا ارسال نشده است "
8105
-
8106
- #: includes/admin/meta-boxes/views/html-variation-admin.php:84
8107
- msgid "Enable this option to enable stock management at variation level"
8108
- msgstr "فعال کردن این گزینه سبب فعال کردن اداره انبار در تراز متغیر می شود"
8109
-
8110
- #: includes/admin/meta-boxes/views/html-variation-admin.php:93
8111
- msgid "Regular Price:"
8112
- msgstr "قیمت معین:"
8113
-
8114
- #: includes/admin/meta-boxes/views/html-variation-admin.php:94
8115
- msgid "Variation price (required)"
8116
- msgstr "تغییرات قیمت (الزامی)"
8117
-
8118
- #: includes/admin/meta-boxes/views/html-variation-admin.php:97
8119
- msgid "Sale Price:"
8120
- msgstr "قیمت فروش فوق العاده :"
8121
-
8122
- #: includes/admin/meta-boxes/views/html-variation-admin.php:97
8123
- msgid "Cancel schedule"
8124
- msgstr "لغو زمان بندی"
8125
-
8126
- #: includes/admin/meta-boxes/views/html-variation-admin.php:103
8127
- msgid "Sale start date:"
8128
- msgstr "تاریخ شروع فروش:"
8129
-
8130
- #: includes/admin/meta-boxes/views/html-order-items.php:258
8131
- msgid "Add product(s)"
8132
- msgstr "افزودن محصول"
8133
-
8134
- #: includes/admin/meta-boxes/views/html-order-items.php:259
8135
- msgid "Add fee"
8136
- msgstr "افزودن دستمزد"
8137
-
8138
- #: includes/admin/meta-boxes/views/html-order-items.php:260
8139
- msgid "Add shipping cost"
8140
- msgstr "افزودن هزینه حمل و نقل"
8141
-
8142
- #: includes/admin/meta-boxes/views/html-order-items.php:262
8143
- #: templates/myaccount/form-lost-password.php:58
8144
- msgid "Save"
8145
- msgstr "ذخیره"
8146
-
8147
- #: includes/admin/meta-boxes/views/html-order-items.php:272
8148
- msgid "Restock refunded items"
8149
- msgstr "موارد برگشتی به انبار"
8150
-
8151
- #: includes/admin/meta-boxes/views/html-order-items.php:276
8152
- msgid "Amount already refunded"
8153
- msgstr "مبلغ قبلا مسترد شده است"
8154
-
8155
- #: includes/admin/meta-boxes/views/html-order-items.php:280
8156
- msgid "Total available to refund"
8157
- msgstr "مجموع موجود برای استرداد"
8158
-
8159
- #: includes/admin/meta-boxes/views/html-order-items.php:284
8160
- #: includes/admin/reports/class-wc-report-sales-by-date.php:623
8161
- msgid "Refund amount"
8162
- msgstr "مبلغ استرداد"
8163
-
8164
- #: includes/admin/meta-boxes/views/html-order-items.php:291
8165
- msgid "Reason for refund (optional)"
8166
- msgstr "دلیل استرداد (دلخواه)"
8167
-
8168
- #: includes/admin/meta-boxes/views/html-order-items.php:303
8169
- msgid "Payment Gateway"
8170
- msgstr "دروازه پرداخت"
8171
-
8172
- #: includes/admin/meta-boxes/views/html-order-items.php:305
8173
- msgid "The payment gateway used to place this order does not support automatic refunds."
8174
- msgstr "درگاه پرداخت استفاده شده است، پس برگشتی ها را بصورت خودکار پشتیبانی نمی کند."
8175
-
8176
- #: includes/admin/meta-boxes/views/html-order-items.php:306
8177
- msgid "You will need to manually issue a refund through your payment gateway after using this."
8178
- msgstr "شما باید به صورت دستی بازگشت وجه را در این دروازه پرداخت پس از استفاده از این مورد انجام دهید."
8179
-
8180
- #: includes/admin/meta-boxes/views/html-order-items.php:318
8181
- msgid "Add products"
8182
- msgstr "افزودن محصولات"
8183
-
8184
- #: includes/admin/meta-boxes/views/html-order-items.php:344
8185
- msgid "Add tax"
8186
- msgstr "افزودن مالیات"
8187
-
8188
- #: includes/admin/meta-boxes/views/html-order-items.php:355
8189
- msgid "Rate name"
8190
- msgstr "نام نرخ"
8191
-
8192
- #: includes/admin/meta-boxes/views/html-order-items.php:356
8193
- msgid "Tax class"
8194
- msgstr "کلاس مالیاتی"
8195
-
8196
- #: includes/admin/meta-boxes/views/html-order-items.php:357
8197
- msgid "Rate code"
8198
- msgstr "کد نرخ"
8199
-
8200
- #: includes/admin/meta-boxes/views/html-order-items.php:358
8201
- #: includes/admin/settings/class-wc-settings-tax.php:170
8202
- msgid "Rate %"
8203
- msgstr "نرخ ٪"
8204
-
8205
- #: includes/admin/meta-boxes/views/html-order-items.php:379
8206
- msgid "Or, enter tax rate ID:"
8207
- msgstr "یا شناسه نرخ مالیت را وارد کنید:"
8208
-
8209
- #: includes/admin/meta-boxes/views/html-order-items.php:380
8210
- #: includes/gateways/paypal/includes/settings-paypal.php:113
8211
- #: includes/gateways/paypal/includes/settings-paypal.php:126
8212
- #: includes/gateways/paypal/includes/settings-paypal.php:134
8213
- #: includes/gateways/paypal/includes/settings-paypal.php:142
8214
- msgid "Optional"
8215
- msgstr "دلخواه"
8216
-
8217
- #: includes/admin/meta-boxes/views/html-order-refund.php:21
8218
- msgid "ID: "
8219
- msgstr "شناسه:"
8220
-
8221
- #: includes/admin/meta-boxes/views/html-order-shipping.php:23
8222
- msgid "Shipping Name"
8223
- msgstr "نام حمل و نقل"
8224
-
8225
- #: includes/admin/meta-boxes/views/html-order-shipping.php:25
8226
- msgid "Shipping Method"
8227
- msgstr "روش ارسال"
8228
-
8229
- #: includes/admin/meta-boxes/views/html-product-attribute.php:30
8230
- msgid "Select terms"
8231
- msgstr "انتخاب دوره ها"
8232
-
8233
- #: includes/admin/meta-boxes/views/html-product-attribute.php:42
8234
- msgid "Add new"
8235
- msgstr "افزودن جدید"
8236
-
8237
- #: includes/admin/meta-boxes/views/html-product-attribute.php:51
8238
- msgid "\"%s\" separate terms"
8239
- msgstr "\"%s\" سواکننده شرایط"
8240
-
8241
- #: includes/admin/meta-boxes/views/html-order-item.php:19
8242
- msgid "Product ID:"
8243
- msgstr "کد محصول:"
8244
-
8245
- #: includes/admin/meta-boxes/views/html-order-item.php:22
8246
- #: includes/admin/meta-boxes/views/html-order-item.php:24
8247
- msgid "Variation ID:"
8248
- msgstr "شناسه متغیر:"
8249
-
8250
- #: includes/admin/meta-boxes/views/html-order-item.php:24
8251
- msgid "No longer exists"
8252
- msgstr "دیگر وجود ندارد"
8253
-
8254
- #: includes/admin/meta-boxes/views/html-order-item.php:28
8255
- msgid "Product SKU:"
8256
- msgstr "شناسه محصول:"
8257
-
8258
- #: includes/admin/meta-boxes/views/html-order-item.php:142
8259
- msgid "Add&nbsp;meta"
8260
- msgstr "افزودن&nbsp;توضیحات"
8261
-
8262
- #: includes/admin/meta-boxes/views/html-order-item.php:204
8263
- #: includes/admin/meta-boxes/views/html-order-item.php:247
8264
- msgid "After pre-tax discounts."
8265
- msgstr "بعد از تخفیف های مالیات."
8266
-
8267
- #: includes/admin/meta-boxes/views/html-order-item.php:207
8268
- #: includes/admin/meta-boxes/views/html-order-item.php:250
8269
- msgid "Before pre-tax discounts."
8270
- msgstr "قبل از تخفیف های مالیات."
8271
-
8272
- #: includes/admin/meta-boxes/views/html-order-items.php:51
8273
- #: includes/class-wc-form-handler.php:401
8274
- #: includes/gateways/paypal/includes/class-wc-gateway-paypal-request.php:291
8275
- msgid "Item"
8276
- msgstr "مورد"
8277
-
8278
- #: includes/admin/meta-boxes/views/html-order-items.php:55
8279
- #: includes/shipping/flat-rate/includes/settings-flat-rate.php:58
8280
- msgid "Cost"
8281
- msgstr "هزینه"
8282
-
8283
- #: includes/admin/meta-boxes/views/html-order-items.php:56
8284
- #: templates/checkout/form-pay.php:29
8285
- msgid "Qty"
8286
- msgstr "تعداد "
8287
-
8288
- #: includes/admin/meta-boxes/views/html-order-items.php:63
8289
- #: includes/admin/meta-boxes/views/html-order-items.php:64
8290
- #: includes/admin/reports/class-wc-report-taxes-by-code.php:149
8291
- #: includes/admin/settings/class-wc-settings-tax.php:33
8292
- #: includes/class-wc-countries.php:294 includes/class-wc-tax.php:649
8293
- msgid "Tax"
8294
- msgstr "مالیات"
8295
-
8296
- #: includes/admin/meta-boxes/views/html-order-items.php:129
8297
- msgid "Coupon(s) Used"
8298
- msgstr "کوپن(ها) بکار گرفته شده اند"
8299
-
8300
- #: includes/admin/meta-boxes/views/html-order-items.php:144
8301
- msgid "This is the total discount. Discounts are defined per line item."
8302
- msgstr "این کل تخفیف می باشد. تخفیف ها برای هر مورد در هر خط تعریف شده است."
8303
-
8304
- #: includes/admin/meta-boxes/views/html-order-items.php:144
8305
- msgid "Discount"
8306
- msgstr "تخفیف"
8307
-
8308
- #: includes/admin/meta-boxes/views/html-order-items.php:154
8309
- msgid "This is the shipping and handling total costs for the order."
8310
- msgstr "هزینه های حمل و نقل و نگهداری در این سفارش منظور شده است."
8311
-
8312
- #: includes/admin/meta-boxes/views/html-order-items.php:188
8313
- msgid "Order Total"
8314
- msgstr "مجموع هزینه سفارش"
8315
-
8316
- #: includes/admin/meta-boxes/views/html-order-items.php:208
8317
- msgid "Refunded"
8318
- msgstr "مسترد شده"
8319
-
8320
- #: includes/admin/meta-boxes/views/html-order-items.php:224
8321
- msgid "Delete selected line item(s)"
8322
- msgstr "پاک خط مورد انتخاب شده ها"
8323
-
8324
- #: includes/admin/meta-boxes/views/html-order-items.php:227
8325
- msgid "Stock Actions"
8326
- msgstr "عملیات موجودی"
8327
-
8328
- #: includes/admin/meta-boxes/views/html-order-items.php:228
8329
- msgid "Reduce line item stock"
8330
- msgstr "کم کردن مورد خط موجودی"
8331
-
8332
- #: includes/admin/meta-boxes/views/html-order-items.php:229
8333
- msgid "Increase line item stock"
8334
- msgstr "افزایش مورد خط موجودی"
8335
-
8336
- #: includes/admin/meta-boxes/views/html-order-items.php:237
8337
- msgid "Add line item(s)"
8338
- msgstr "افزودن خط ایتم(ها)"
8339
-
8340
- #: includes/admin/meta-boxes/views/html-order-items.php:239
8341
- msgid "To edit this order change the status back to \"Pending\""
8342
- msgstr "برای ویرایش این سفارش وضعیت آن را به \"معلق\" برگردانید"
8343
-
8344
- #: includes/admin/meta-boxes/views/html-order-items.php:239
8345
- msgid "This order has been paid for and is no longer editable"
8346
- msgstr "این سفارش پرداخت شده است و نمی توان آنرا ویرایش کرد"
8347
-
8348
- #: includes/admin/meta-boxes/views/html-order-items.php:242
8349
- msgid "Add Tax"
8350
- msgstr "افزودن مالیات"
8351
-
8352
- #: includes/admin/meta-boxes/views/html-order-items.php:252
8353
- msgid "Calculate Taxes"
8354
- msgstr "محاسبه مالیات"
8355
-
8356
- #: includes/admin/meta-boxes/views/html-order-items.php:253
8357
- msgid "Calculate Total"
8358
- msgstr "محاسبه مجموع"
8359
-
8360
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:715
8361
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:749
8362
- msgid "%s item"
8363
- msgid_plural "%s items"
8364
- msgstr[0] "%s مورد"
8365
-
8366
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:720
8367
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:754
8368
- msgid "Go to the first page"
8369
- msgstr "رفتن به برگه نخست"
8370
-
8371
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:721
8372
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:755
8373
- msgid "Go to the previous page"
8374
- msgstr "رفتن به برگه پیشین"
8375
-
8376
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:723
8377
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:757
8378
- msgid "Select Page"
8379
- msgstr "گزینش برگه"
8380
-
8381
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:724
8382
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:758
8383
- msgid "Current page"
8384
- msgstr "برگه کنون"
8385
-
8386
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:731
8387
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:765
8388
- msgid "Go to the next page"
8389
- msgstr "رفتن به برگه پسین"
8390
-
8391
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:732
8392
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:766
8393
- msgid "Go to the last page"
8394
- msgstr "رفتن به برگه آخر"
8395
-
8396
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:745
8397
- #: includes/admin/settings/views/html-keys-edit.php:96
8398
- #: includes/admin/views/html-admin-page-status-tools.php:69
8399
- msgid "Save Changes"
8400
- msgstr "ذخیره تغییرات"
8401
-
8402
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:856
8403
- msgid "Product SKU must be unique."
8404
- msgstr "شناسه محصول باید یکتا باشد."
8405
-
8406
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:1185
8407
- msgid "The downloadable file %s cannot be used as it does not have an allowed file type. Allowed types include: %s"
8408
- msgstr "نمی توان فایل دانلودی %s را بکار برد، زیرا جز فایلهای مجاز نیست. انواع فایلهای مجاز شامل: %s"
8409
-
8410
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:1198
8411
- msgid "The downloadable file %s cannot be used as it does not exist on the server."
8412
- msgstr "نمی توان فایل دانلودی %s را بکار برد، زیرا بر روی سرور پیدا نمی شود."
8413
-
8414
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:1309
8415
- #: includes/api/class-wc-api-products.php:1747
8416
- #: includes/api/v2/class-wc-api-products.php:1264
8417
- #: includes/cli/class-wc-cli-product.php:1538
8418
- msgid "Variation #%s of %s"
8419
- msgstr "متغیر شماره %s از %s"
8420
-
8421
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:1362
8422
- msgid "#%s &ndash; Variation SKU must be unique."
8423
- msgstr "#%s &ndash; شناسه متغیر باید یکتا باشد."
8424
-
8425
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:1482
8426
- msgid "#%s &ndash; The downloadable file %s cannot be used as it does not have an allowed file type. Allowed types include: %s"
8427
- msgstr ""
8428
-
8429
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:1489
8430
- msgid "#%s &ndash; The downloadable file %s cannot be used as it does not exist on the server."
8431
- msgstr ""
8432
-
8433
- #: includes/admin/meta-boxes/class-wc-meta-box-product-images.php:59
8434
- #: includes/admin/meta-boxes/class-wc-meta-box-product-images.php:79
8435
- msgid "Delete image"
8436
- msgstr "پاک کردن تصویر"
8437
-
8438
- #: includes/admin/meta-boxes/class-wc-meta-box-product-images.php:79
8439
- msgid "Add Images to Product Gallery"
8440
- msgstr "افزودن تصویر به گالری تصاویر محصول"
8441
-
8442
- #: includes/admin/meta-boxes/class-wc-meta-box-product-images.php:79
8443
- msgid "Add to gallery"
8444
- msgstr "افزودن به گالری"
8445
-
8446
- #: includes/admin/meta-boxes/class-wc-meta-box-product-images.php:79
8447
- msgid "Add product gallery images"
8448
- msgstr "افزودن گالری تصاویر محصول"
8449
-
8450
- #: includes/admin/meta-boxes/views/html-order-download-permission.php:10
8451
- msgid "Revoke Access"
8452
- msgstr "دسترسی ابطال"
8453
-
8454
- #: includes/admin/meta-boxes/views/html-order-download-permission.php:13
8455
- msgid "%s: %s"
8456
- msgstr "%s: %s"
8457
-
8458
- #: includes/admin/meta-boxes/views/html-order-download-permission.php:13
8459
- msgid "Downloaded %s time"
8460
- msgid_plural "Downloaded %s times"
8461
- msgstr[0] "%s بار دانلود شده"
8462
-
8463
- #: includes/admin/meta-boxes/views/html-order-download-permission.php:20
8464
- msgid "Downloads Remaining"
8465
- msgstr "دانلودهای باقی مونده"
8466
-
8467
- #: includes/admin/meta-boxes/views/html-order-download-permission.php:26
8468
- msgid "Access Expires"
8469
- msgstr "انقضای دسترسی"
8470
-
8471
- #: includes/admin/meta-boxes/views/html-order-fee.php:23
8472
- msgid "Fee Name"
8473
- msgstr "نام پرداخت"
8474
-
8475
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:708
8476
- msgid "Download expiry"
8477
- msgstr "انقضای دانلود"
8478
-
8479
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:712
8480
- #: includes/admin/views/html-report-by-date.php:41
8481
- msgid "Go"
8482
- msgstr "برو"
8483
-
8484
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:627
8485
- #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:96
8486
- msgid "Learn more"
8487
- msgstr "اطلاعات بیشتر"
8488
-
8489
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:635
8490
- msgid "Default Form Values"
8491
- msgstr ""
8492
-
8493
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:635
8494
- msgid "These are the attributes that will be pre-selected on the frontend."
8495
- msgstr "این ویژگی ها می توانند در بخش کاربری پیش انتخاب شوند"
8496
-
8497
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:650
8498
- msgid "No default"
8499
- msgstr "بدون پیشفرض"
8500
-
8501
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:679
8502
- msgid "Add variation"
8503
- msgstr "افزودن متغیر"
8504
-
8505
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:680
8506
- msgid "Create variations from all attributes"
8507
- msgstr "ساخت متغیرها از همه ویژگی ها"
8508
-
8509
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:681
8510
- msgid "Delete all variations"
8511
- msgstr "پاک کردن تمامی تغییرات"
8512
-
8513
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:683
8514
- msgid "Toggle &quot;Enabled&quot;"
8515
- msgstr "تعویض &quot; فعال سازی &quot;"
8516
-
8517
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:684
8518
- msgid "Toggle &quot;Downloadable&quot;"
8519
- msgstr "تعویض &quot; دانلودی &quot;"
8520
-
8521
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:685
8522
- msgid "Toggle &quot;Virtual&quot;"
8523
- msgstr "تعویض &quot; مجازی &quot;"
8524
-
8525
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:687
8526
- msgid "Pricing"
8527
- msgstr "قیمت گذاری"
8528
-
8529
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:688
8530
- msgid "Set regular prices"
8531
- msgstr "قیمت عادی"
8532
-
8533
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:689
8534
- msgid "Increase regular prices (fixed amount or percentage)"
8535
- msgstr "افزایش قیمت به طور منظم (مقدار ثابت یا درصد)"
8536
-
8537
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:690
8538
- msgid "Decrease regular prices (fixed amount or percentage)"
8539
- msgstr "کاهش قیمت به طور منظم (مقدار ثابت یا درصد)"
8540
-
8541
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:691
8542
- msgid "Set sale prices"
8543
- msgstr "قیمت فروش ویژه"
8544
-
8545
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:692
8546
- msgid "Increase sale prices (fixed amount or percentage)"
8547
- msgstr "افزایش قیمت حراج (مقدار ثابت یا درصد)"
8548
-
8549
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:693
8550
- msgid "Decrease sale prices (fixed amount or percentage)"
8551
- msgstr "کاهش قیمت حراج (مقدار ثابت یا درصد)"
8552
-
8553
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:694
8554
- msgid "Set scheduled sale dates"
8555
- msgstr "پیکربندی تاریخ های زمانبندی فروش"
8556
-
8557
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:697
8558
- msgid "Toggle &quot;Manage stock&quot;"
8559
- msgstr "آمار &quot;مدیریت موجودی&quot;"
8560
-
8561
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:706
8562
- msgid "Downloadable products"
8563
- msgstr "محصولات دانلودی"
8564
-
8565
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:707
8566
- msgid "Download limit"
8567
- msgstr "محدودیت دانلود"
8568
-
8569
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:341
8570
- #: includes/admin/meta-boxes/views/html-variation-admin.php:160
8571
- msgid "Controls whether or not the product is listed as \"in stock\" or \"out of stock\" on the frontend."
8572
- msgstr "کنترل هایی که اینکه آیا محصول به صورت \"موجود\" یا \"موجود نیست\" در لیست ثبت شوند یا نه"
8573
-
8574
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:350
8575
- msgid "Sold Individually"
8576
- msgstr "فروش جداگانه"
8577
-
8578
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:350
8579
- msgid "Enable this to only allow one of this item to be bought in a single order"
8580
- msgstr "اگر مایل به فروش تکی هستید، این گزینه را فعال کنید"
8581
-
8582
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:369
8583
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:704
8584
- #: includes/admin/meta-boxes/views/html-variation-admin.php:175
8585
- #: includes/admin/views/html-bulk-edit-product.php:117
8586
- #: includes/admin/views/html-quick-edit-product.php:98
8587
- #: templates/single-product/product-attributes.php:37
8588
- msgid "Weight"
8589
- msgstr "وزن"
8590
-
8591
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:369
8592
- msgid "Weight in decimal form"
8593
- msgstr "وزن به فرم اعشاری"
8594
-
8595
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:375
8596
- #: templates/single-product/product-attributes.php:44
8597
- msgid "Dimensions"
8598
- msgstr "ابعاد"
8599
-
8600
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:377
8601
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:701
8602
- #: includes/admin/views/html-quick-edit-product.php:111
8603
- msgid "Length"
8604
- msgstr "طول"
8605
-
8606
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:378
8607
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:702
8608
- #: includes/admin/views/html-quick-edit-product.php:112
8609
- msgid "Width"
8610
- msgstr "عرض"
8611
-
8612
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:379
8613
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:703
8614
- #: includes/admin/views/html-quick-edit-product.php:113
8615
- msgid "Height"
8616
- msgstr "ارتفاع"
8617
-
8618
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:381
8619
- msgid "LxWxH in decimal form"
8620
- msgstr "طول/عرض/ارتفاع به فرم اعشاری"
8621
-
8622
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:402
8623
- #: includes/admin/views/html-bulk-edit-product.php:169
8624
- #: includes/admin/views/html-quick-edit-product.php:126
8625
- msgid "No shipping class"
8626
- msgstr "کلاس ارسالی وجود ندارد"
8627
-
8628
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:408
8629
- #: includes/admin/views/html-bulk-edit-product.php:165
8630
- #: includes/admin/views/html-quick-edit-product.php:123
8631
- msgid "Shipping class"
8632
- msgstr "کلاس ارسال"
8633
-
8634
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:408
8635
- msgid "Shipping classes are used by certain shipping methods to group similar products."
8636
- msgstr "کلاسهای ارسال بوسیله روشهای خاصی از حمل و نقل و برای گروه خاصی از محصولات استفاده میشوند"
8637
-
8638
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:420
8639
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:479
8640
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:717
8641
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:751
8642
- msgid "Expand"
8643
- msgstr "گسترش"
8644
-
8645
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:420
8646
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:479
8647
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:717
8648
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:751
8649
- msgid "Close"
8650
- msgstr "بستن"
8651
-
8652
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:423
8653
- msgid "Custom product attribute"
8654
- msgstr "سفارش سازی ویژگی‌های محصول"
8655
-
8656
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:481
8657
- msgid "Save Attributes"
8658
- msgstr "ذخیره ویژگی‌ها"
8659
-
8660
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:490
8661
- msgid "Up-Sells"
8662
- msgstr "پیشنهاد خرید بهتر (Up-Sells)"
8663
-
8664
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:503
8665
- 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."
8666
- msgstr "Up-Sells محصولاتی هستند که شما به مشتری پیشنهاد می‌دهید به جای محصولی که در حال حاضر می‌بینند خریداری کنند که ارزشمندتر و بهتر و یا گران‌تر هستند."
8667
-
8668
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:507
8669
- msgid "Cross-Sells"
8670
- msgstr "محصولات مشابه (Cross-Sells)"
8671
-
8672
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:520
8673
- msgid "Cross-sells are products which you promote in the cart, based on the current product."
8674
- msgstr "Cross-Sells محصولاتی که به مشتری پیشنهاد میکنید به همراه محصول حاضر، خریداری نمایند."
8675
-
8676
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:527
8677
- msgid "Grouping"
8678
- msgstr "گروه بندی"
8679
-
8680
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:539
8681
- msgid "Set this option to make this product part of a grouped product."
8682
- msgstr "اگر این محصول جزوی از یک سری محصول گروهی است این گزینه را انتخاب کنید."
8683
-
8684
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:557
8685
- msgid "Purchase Note"
8686
- msgstr "یادداشت خرید"
8687
-
8688
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:557
8689
- msgid "Enter an optional note to send the customer after purchase."
8690
- msgstr "در صورت تمایل یک یادداشت برای مشتری پس از خرید بفرستید"
8691
-
8692
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:564
8693
- msgid "Menu order"
8694
- msgstr "منوی سفارش"
8695
-
8696
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:564
8697
- msgid "Custom ordering position."
8698
- msgstr "موقعیت سفارشی سفارش دادن"
8699
-
8700
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:572
8701
- msgid "Enable reviews"
8702
- msgstr "فعال كردن نقد و بررسی"
8703
-
8704
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:625
8705
- msgid "Before you can add a variation you need to add some variation attributes on the <strong>Attributes</strong> tab."
8706
- msgstr ""
8707
-
8708
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:220
8709
- #: includes/admin/meta-boxes/views/html-variation-admin.php:289
8710
- msgid "Add File"
8711
- msgstr "افزودن فایل"
8712
-
8713
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:229
8714
- msgid "Download Limit"
8715
- msgstr "محدودیت دانلود"
8716
-
8717
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:229
8718
- #: includes/admin/meta-boxes/views/html-order-download-permission.php:23
8719
- #: includes/admin/meta-boxes/views/html-variation-admin.php:299
8720
- #: includes/admin/meta-boxes/views/html-variation-admin.php:303
8721
- msgid "Unlimited"
8722
- msgstr "بدون محدودیت"
8723
-
8724
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:229
8725
- #: includes/admin/meta-boxes/views/html-variation-admin.php:298
8726
- msgid "Leave blank for unlimited re-downloads."
8727
- msgstr "برای نامحدود بودن دانلود دوباره، خالی بگذارید."
8728
-
8729
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:235
8730
- msgid "Download Expiry"
8731
- msgstr "انقضای دانلود"
8732
-
8733
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:235
8734
- #: includes/admin/meta-boxes/views/html-order-download-permission.php:27
8735
- msgid "Never"
8736
- msgstr "هرگز"
8737
-
8738
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:235
8739
- #: includes/admin/meta-boxes/views/html-variation-admin.php:302
8740
- msgid "Enter the number of days before a download link expires, or leave blank."
8741
- msgstr "خواهشمندیم تعداد روزهایی که مایلید لینک دانلود معتر باقی بماند را وارد کنید، یا خالی بگذارید"
8742
-
8743
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:241
8744
- msgid "Download Type"
8745
- msgstr "نوع دانلود"
8746
-
8747
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:241
8748
- msgid "Choose a download type - this controls the <a href=\"%s\">schema</a>."
8749
- msgstr "انتخاب یک نوع دانلود - این کنترل <a href=\"%s\">طرح</a> است."
8750
-
8751
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:242
8752
- msgid "Standard Product"
8753
- msgstr "محصول استاندارد"
8754
-
8755
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:243
8756
- msgid "Application/Software"
8757
- msgstr "اپلیکیشن/نرم افزار"
8758
-
8759
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:244
8760
- msgid "Music"
8761
- msgstr "موسیقی"
8762
-
8763
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:258
8764
- #: includes/admin/views/html-bulk-edit-product.php:70
8765
- #: includes/admin/views/html-quick-edit-product.php:50
8766
- #: includes/shipping/flat-rate/includes/settings-flat-rate.php:48
8767
- msgid "Tax Status"
8768
- msgstr "وضعیت مالیات"
8769
-
8770
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:260
8771
- #: includes/admin/views/html-bulk-edit-product.php:76
8772
- #: includes/admin/views/html-quick-edit-product.php:55
8773
- #: includes/shipping/flat-rate/includes/settings-flat-rate.php:53
8774
- msgid "Taxable"
8775
- msgstr "مشمول مالیات"
8776
-
8777
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:261
8778
- #: includes/admin/views/html-bulk-edit-product.php:77
8779
- #: includes/admin/views/html-quick-edit-product.php:56
8780
- msgid "Shipping only"
8781
- msgstr "فقط ارسال"
8782
-
8783
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:265
8784
- msgid "Define whether or not the entire product is taxable, or just the cost of shipping it."
8785
- msgstr ""
8786
-
8787
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:270
8788
- #: includes/admin/meta-boxes/views/html-order-items.php:21
8789
- #: includes/admin/settings/views/html-settings-tax.php:13
8790
- #: includes/admin/settings/views/settings-tax.php:53
8791
- #: includes/admin/views/html-bulk-edit-product.php:95
8792
- #: includes/admin/views/html-quick-edit-product.php:73
8793
- #: includes/class-wc-ajax.php:828 includes/class-wc-ajax.php:2425
8794
- #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:213
8795
- msgid "Standard"
8796
- msgstr "استاندارد"
8797
-
8798
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:280
8799
- #: includes/admin/settings/class-wc-settings-tax.php:175
8800
- #: includes/admin/views/html-bulk-edit-product.php:89
8801
- #: includes/admin/views/html-quick-edit-product.php:68
8802
- msgid "Tax Class"
8803
- msgstr "کلاس مالیات"
8804
-
8805
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:283
8806
- msgid "Choose a tax class for this product. Tax classes are used to apply different tax rates specific to certain types of product."
8807
- msgstr ""
8808
-
8809
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:305
8810
- #: includes/admin/meta-boxes/views/html-variation-admin.php:84
8811
- #: includes/admin/views/html-bulk-edit-product.php:236
8812
- #: includes/admin/views/html-quick-edit-product.php:182
8813
- msgid "Manage stock?"
8814
- msgstr "مدیریت موجودی انبار؟"
8815
-
8816
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:305
8817
- msgid "Enable stock management at product level"
8818
- msgstr "فعال کردن مدیریت موجودی انبار در سطح محصول"
8819
-
8820
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:314
8821
- #: includes/admin/views/html-bulk-edit-product.php:255
8822
- #: includes/admin/views/html-bulk-edit-product.php:271
8823
- #: includes/admin/views/html-quick-edit-product.php:186
8824
- msgid "Stock Qty"
8825
- msgstr "تعداد موجودی"
8826
-
8827
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:316
8828
- 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."
8829
- msgstr "موجودی انبار. اگر این محصول متغیر است این مقدار برای کنترل انبار برای همه تغییرات استفاده می شود، مگر اینکه در سطح تنوع موجودی تعریف می کنید."
8830
-
8831
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:325
8832
- #: includes/admin/meta-boxes/views/html-variation-admin.php:133
8833
- msgid "Allow Backorders?"
8834
- msgstr "اجازه پیش‌سفارش محصول؟"
8835
-
8836
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:326
8837
- #: includes/admin/views/html-bulk-edit-product.php:282
8838
- #: includes/admin/views/html-quick-edit-product.php:201
8839
- #: includes/class-wc-ajax.php:838 includes/class-wc-ajax.php:2435
8840
- msgid "Do not allow"
8841
- msgstr "اجازه نده"
8842
-
8843
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:327
8844
- #: includes/admin/views/html-bulk-edit-product.php:283
8845
- #: includes/admin/views/html-quick-edit-product.php:202
8846
- #: includes/class-wc-ajax.php:839 includes/class-wc-ajax.php:2436
8847
- msgid "Allow, but notify customer"
8848
- msgstr "اجازه بده اما مشتری را مطلع کن"
8849
-
8850
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:329
8851
- msgid "If managing stock, this controls whether or not backorders are allowed. If enabled, stock quantity can go below 0."
8852
- msgstr "اگر موجودی را مدیریت می‌کنید، این كنترل ها به شما اجازه پيش فروش محصول و تغييرات آن را می‌دهد. اگر فعال كنيد، موجودی انبار می‌تواند زير 0 هم باشد."
8853
-
8854
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:338
8855
- #: includes/admin/meta-boxes/views/html-variation-admin.php:160
8856
- #: includes/admin/reports/class-wc-report-stock.php:167
8857
- msgid "Stock status"
8858
- msgstr "وضعیت موجودی انبار"
8859
-
8860
- #: includes/admin/meta-boxes/class-wc-meta-box-order-notes.php:59
8861
- #: includes/class-wc-ajax.php:1714
8862
- msgid "Delete note"
8863
- msgstr "حذف یادداشت"
8864
-
8865
- #: includes/admin/meta-boxes/class-wc-meta-box-order-notes.php:66
8866
- msgid "There are no notes yet."
8867
- msgstr "اینجا هنوز یادداشتی وجود ندارد."
8868
-
8869
- #: includes/admin/meta-boxes/class-wc-meta-box-order-notes.php:72
8870
- msgid "Add note"
8871
- msgstr "افزودن یادداشت"
8872
-
8873
- #: includes/admin/meta-boxes/class-wc-meta-box-order-notes.php:72
8874
- msgid "Add a note for your reference, or add a customer note (the user will be notified)."
8875
- msgstr "افزودن یادداشت به منبع شما، یا افزودن یادداشت مشتری ( کاربر متوجه پیام خواهد شد ) "
8876
-
8877
- #: includes/admin/meta-boxes/class-wc-meta-box-order-notes.php:78
8878
- msgid "Private note"
8879
- msgstr "یادداشت خصوصی"
8880
-
8881
- #: includes/admin/meta-boxes/class-wc-meta-box-order-notes.php:79
8882
- msgid "Note to customer"
8883
- msgstr "یادداشت به خریدار"
8884
-
8885
- #: includes/admin/meta-boxes/class-wc-meta-box-order-notes.php:81
8886
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:439
8887
- #: includes/admin/meta-boxes/views/html-order-items.php:330
8888
- #: includes/admin/meta-boxes/views/html-order-items.php:387
8889
- msgid "Add"
8890
- msgstr "افزودن"
8891
-
8892
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:47
8893
- msgid "Product Type"
8894
- msgstr "نوع محصول"
8895
-
8896
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:60
8897
- msgid "Virtual products are intangible and aren't shipped."
8898
- msgstr "محصولات مجازی قابلیت ارسال ندارند"
8899
-
8900
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:67
8901
- msgid "Downloadable products give access to a file upon purchase."
8902
- msgstr "محصولات دانلود‌شدنی دسترسی به یک فایل را به محض خرید می‌دهند."
8903
-
8904
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:96
8905
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:696
8906
- #: includes/admin/settings/class-wc-settings-products.php:46
8907
- #: includes/admin/settings/class-wc-settings-products.php:244
8908
- msgid "Inventory"
8909
- msgstr "انبار"
8910
-
8911
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:101
8912
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:700
8913
- #: includes/admin/meta-boxes/views/html-order-items.php:154
8914
- #: includes/admin/meta-boxes/views/html-order-shipping.php:20
8915
- #: includes/admin/settings/class-wc-settings-shipping.php:27
8916
- #: includes/admin/settings/class-wc-settings-tax.php:174
8917
- #: includes/admin/settings/views/html-settings-tax.php:27
8918
- #: includes/wc-cart-functions.php:180 templates/cart/cart-totals.php:54
8919
- #: templates/cart/cart-totals.php:55
8920
- msgid "Shipping"
8921
- msgstr "حمل و نقل "
8922
-
8923
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:106
8924
- msgid "Linked Products"
8925
- msgstr "محصولات مرتبط"
8926
-
8927
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:116
8928
- #: includes/class-wc-post-types.php:278
8929
- msgid "Variations"
8930
- msgstr "متغیرها"
8931
-
8932
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:121
8933
- msgid "Advanced"
8934
- msgstr "پیشرفته"
8935
-
8936
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:142
8937
- msgid "Stock Keeping Unit"
8938
- msgstr "شناسه اختصاصی محصول"
8939
-
8940
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:142
8941
- msgid "SKU refers to a Stock-keeping unit, a unique identifier for each distinct product and service that can be purchased."
8942
- msgstr "شناسه محصول \"SKU\" یک واحد انبارداری، برای هر محصول و سرویسی است که می‌تواند خریداری شود."
8943
-
8944
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:154
8945
- msgid "Product URL"
8946
- msgstr "لینک محصول"
8947
-
8948
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:154
8949
- msgid "Enter the external URL to the product."
8950
- msgstr "یک لینک خارجی برای محصول وارد کنید."
8951
-
8952
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:157
8953
- msgid "Button text"
8954
- msgstr "متن دکمه"
8955
-
8956
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:157
8957
- msgid "This text will be shown on the button linking to the external product."
8958
- msgstr "این متن روی دکمه لینک دادن به محصول خارجی نشان داده خواهد شد."
8959
-
8960
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:164
8961
- #: includes/admin/views/html-quick-edit-product.php:35
8962
- msgid "Regular Price"
8963
- msgstr "قیمت اصلی"
8964
-
8965
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:167
8966
- #: includes/admin/views/html-quick-edit-product.php:42
8967
- msgid "Sale Price"
8968
- msgstr "قیمت فروش فوق‌العاده"
8969
-
8970
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:167
8971
- #: includes/admin/meta-boxes/views/html-variation-admin.php:97
8972
- msgid "Schedule"
8973
- msgstr "زمان بندی فروش"
8974
-
8975
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:174
8976
- msgid "Sale Price Dates"
8977
- msgstr "تاریخ‌ های قیمت فروش ویژه "
8978
-
8979
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:177
8980
- msgid "The sale will end at the beginning of the set date."
8981
- msgstr "فروش در آغاز تاریخ تنظیم به پایان خواهد رسید."
8982
-
8983
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:188
8984
- #: includes/admin/meta-boxes/views/html-variation-admin.php:254
8985
- msgid "Downloadable Files"
8986
- msgstr "فایل های دانلودی"
8987
-
8988
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:193
8989
- #: includes/admin/meta-boxes/views/html-variation-admin.php:258
8990
- msgid "This is the name of the download shown to the customer."
8991
- msgstr "این نام دانلود برای مشتری نمایان می گردد."
8992
-
8993
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:194
8994
- #: includes/admin/meta-boxes/views/html-variation-admin.php:259
8995
- msgid "File URL"
8996
- msgstr "آدرس فایل"
8997
-
8998
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:194
8999
- #: includes/admin/meta-boxes/views/html-variation-admin.php:259
9000
- msgid "This is the URL or absolute path to the file which customers will get access to. URLs entered here should already be encoded."
9001
- msgstr ""
9002
-
9003
- #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:86
9004
- #: includes/class-wc-countries.php:953
9005
- msgid "Phone"
9006
- msgstr "تلفن"
9007
-
9008
- #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:173
9009
- msgid "Payment via %s"
9010
- msgstr "پرداخت به وسیله %s"
9011
-
9012
- #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:186
9013
- msgid "Customer IP"
9014
- msgstr "آی‌پی مشتری"
9015
-
9016
- #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:192
9017
- msgid "General Details"
9018
- msgstr "جزئیات کلی"
9019
-
9020
- #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:194
9021
- msgid "Order date:"
9022
- msgstr "تاریخ سفارش:"
9023
-
9024
- #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:195
9025
- msgid "h"
9026
- msgstr "ارتفاع"
9027
-
9028
- #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:198
9029
- msgid "Order status:"
9030
- msgstr "وضعیت سفارش:"
9031
-
9032
- #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:202
9033
- msgid "Customer payment page"
9034
- msgstr "برگه پرداخت مشتری"
9035
-
9036
- #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:216
9037
- msgid "Customer:"
9038
- msgstr "مشتری:"
9039
-
9040
- #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:224
9041
- msgid "View other orders"
9042
- msgstr "نمایش سفارش های دیگر"
9043
-
9044
- #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:243
9045
- #: templates/checkout/form-billing.php:32
9046
- msgid "Billing Details"
9047
- msgstr "جزئیات پرداخت"
9048
-
9049
- #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:245
9050
- msgid "Load billing address"
9051
- msgstr "آدرس صورتحساب"
9052
-
9053
- #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:252
9054
- #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:254
9055
- #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:337
9056
- #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:339
9057
- #: includes/class-wc-countries.php:518
9058
- msgid "Address"
9059
- msgstr "آدرس"
9060
-
9061
- #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:254
9062
- msgid "No billing address set."
9063
- msgstr "آدرسی برای پرداخت تعیین نشده."
9064
-
9065
- #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:294
9066
- #: includes/admin/meta-boxes/views/html-order-shipping.php:26
9067
- #: includes/admin/settings/class-wc-settings-emails.php:101
9068
- #: includes/admin/settings/class-wc-settings-emails.php:112
9069
- #: includes/admin/settings/views/settings-tax.php:103
9070
- #: includes/shipping/flat-rate/includes/settings-flat-rate.php:82
9071
- #: includes/shipping/flat-rate/includes/settings-flat-rate.php:91
9072
- #: includes/shipping/free-shipping/class-wc-shipping-free-shipping.php:108
9073
- #: templates/order/order-details-customer.php:60
9074
- #: templates/order/order-details-customer.php:71
9075
- #: templates/single-product/meta.php:34
9076
- msgid "N/A"
9077
- msgstr "نامعلوم"
9078
-
9079
- #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:308
9080
- #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:310
9081
- #: includes/admin/meta-boxes/views/html-order-shipping.php:42
9082
- #: includes/admin/meta-boxes/views/html-order-shipping.php:44
9083
- msgid "Other"
9084
- msgstr "دیگر"
9085
-
9086
- #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:317
9087
- msgid "Transaction ID"
9088
- msgstr "شناسه تراکنش"
9089
-
9090
- #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:327
9091
- #: includes/gateways/paypal/includes/settings-paypal.php:82
9092
- msgid "Shipping Details"
9093
- msgstr "جزئیات ارسال"
9094
-
9095
- #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:329
9096
- msgid "Copy from billing"
9097
- msgstr "کپی از صورتحساب"
9098
-
9099
- #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:330
9100
- msgid "Load shipping address"
9101
- msgstr "آدرس تحویل محصول"
9102
-
9103
- #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:339
9104
- msgid "No shipping address set."
9105
- msgstr "آدرسی برای ارسال تعیین نشده."
9106
-
9107
- #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:357
9108
- #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:387
9109
- msgid "Customer Provided Note"
9110
- msgstr "یادداشت مشتری"
9111
-
9112
- #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:388
9113
- msgid "Customer's notes about the order"
9114
- msgstr "یادداشت مشتری در باره سفارش"
9115
-
9116
- #: includes/admin/meta-boxes/class-wc-meta-box-order-downloads.php:57
9117
- #: includes/class-wc-ajax.php:1070
9118
- msgid "File %d"
9119
- msgstr "فایل %d"
9120
-
9121
- #: includes/admin/meta-boxes/class-wc-meta-box-order-downloads.php:70
9122
- msgid "Search for a downloadable product&hellip;"
9123
- msgstr "جستجو برای یک محصول دانلودی&hellip;"
9124
-
9125
- #: includes/admin/meta-boxes/class-wc-meta-box-order-downloads.php:71
9126
- msgid "Grant Access"
9127
- msgstr "دسترسی دادن"
9128
-
9129
- #: includes/admin/meta-boxes/class-wc-meta-box-order-notes.php:57
9130
- msgid "added on %1$s at %2$s"
9131
- msgstr "اضافه شد در تاریخ %1$s ساعت %2$s"
9132
-
9133
- #: includes/admin/meta-boxes/class-wc-meta-box-order-notes.php:58
9134
- msgid "by %s"
9135
- msgstr "توسط %s"
9136
-
9137
- #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:89
9138
- msgid "This field allows you to set the maximum spend (subtotal, including taxes) allowed when using the coupon."
9139
- msgstr ""
9140
-
9141
- #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:92
9142
- msgid "Individual use only"
9143
- msgstr "استفاده فردی"
9144
-
9145
- #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:92
9146
- msgid "Check this box if the coupon cannot be used in conjunction with other coupons."
9147
- msgstr "اگر کوپن مجاز به استفاده همزمان با کوپن های دیگر نیست، این گزینه را علامت بزنید"
9148
-
9149
- #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:95
9150
- msgid "Exclude sale items"
9151
- msgstr "به‌جز محصولات فروش ویژه"
9152
-
9153
- #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:95
9154
- 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."
9155
- msgstr "اگر نمیخواهدی کوپن برای اقلام در حال فروش استفاده نشود، این باکس را پر کنید."
9156
-
9157
- #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:102
9158
- #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:120
9159
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:491
9160
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:508
9161
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:528
9162
- #: includes/admin/meta-boxes/views/html-order-items.php:325
9163
- #: includes/admin/reports/class-wc-report-sales-by-product.php:203
9164
- msgid "Search for a product&hellip;"
9165
- msgstr "جستجو برای یک محصول&hellip;"
9166
-
9167
- #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:114
9168
- msgid "Products which need to be in the cart to use this coupon or, for \"Product Discounts\", which products are discounted."
9169
- msgstr "محصولاتی که برای استفاده از این کوپن نیاز هست در سبد خرید باشند و یا، محصولاتی که شامل تخفیف می‌شوند"
9170
-
9171
- #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:119
9172
- msgid "Exclude products"
9173
- msgstr "به جز این محصولات"
9174
-
9175
- #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:132
9176
- msgid "Products which must not be in the cart to use this coupon or, for \"Product Discounts\", which products are not discounted."
9177
- msgstr "محصولاتی که برای استفاده از این کوپن نیاز هست در سبد خرید شما وجود ندارد و یا این محصولات شما شامل تخفیف نمی‌شوند."
9178
-
9179
- #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:139
9180
- msgid "Product categories"
9181
- msgstr "دسته های محصولات"
9182
-
9183
- #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:140
9184
- msgid "Any category"
9185
- msgstr "هر دسته‌بندی"
9186
-
9187
- #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:149
9188
- 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."
9189
- msgstr "یک محصول باید در این دسته باشد تا کوپن تخفیف قابل استفاده بماند و یا محصولات این دسته شامل تخفیف خواهند شد."
9190
-
9191
- #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:154
9192
- msgid "Exclude categories"
9193
- msgstr "به جز این دسته ها"
9194
-
9195
- #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:155
9196
- msgid "No categories"
9197
- msgstr "فاقد دسته بندی ها"
9198
-
9199
- #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:164
9200
- 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."
9201
- msgstr "محصولاتی که برای استفاده از این کوپن نیاز هست در سبد خرید شما وجود ندارد و یا این محصولات شما شامل تخفیف نمی‌شوند."
9202
-
9203
- #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:170
9204
- msgid "Email restrictions"
9205
- msgstr "محدودیت‌های ایمیل"
9206
-
9207
- #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:170
9208
- msgid "No restrictions"
9209
- msgstr "بدون محدودیت"
9210
-
9211
- #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:170
9212
- msgid "List of allowed emails to check against the customer's billing email when an order is placed. Separate email addresses with commas."
9213
- msgstr "فهرست ایمیل های مجاز برای بررسی در برابر ایمیل های صورت حساب مشتری در هنگامی که سفارش ثبت می شود. ایمیل ها را با کاما ,ویرگول انگلیسی, جداسازی کنید."
9214
-
9215
- #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:184
9216
- msgid "Usage limit per coupon"
9217
- msgstr "محدودیت استفاده در کوپن"
9218
-
9219
- #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:184
9220
- msgid "How many times this coupon can be used before it is void."
9221
- msgstr "تعداد دفعاتی که این کوپن قابل استفاده است."
9222
-
9223
- #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:190
9224
- msgid "Limit usage to X items"
9225
- msgstr "محدودیت استفاده به X مورد"
9226
-
9227
- #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:190
9228
- 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."
9229
- msgstr "حداکثر تعداد آیتم های منحصر به فرد این کوپن می تواند به هنگام استفاده از تخفیف محصول اعمال می شود. در صورت خالی گذاشتن برای تمامی محصولات اعمال می گردد"
9230
-
9231
- #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:196
9232
- msgid "Usage limit per user"
9233
- msgstr "محدودیت مصرف برای هر کاربر"
9234
-
9235
- #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:196
9236
- 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."
9237
- msgstr "چند بار این کوپن می تواند توسط یک کاربر خاص استفاده می شود. با استفاده از ایمیل در صدور صورت حساب برای مهمانان، و ID کاربر برای کاربران وارد شده"
9238
-
9239
- #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:236
9240
- msgid "Coupon code already exists - customers will use the latest coupon with this code."
9241
- msgstr "کد کوپن وجود دارد - مشتریان از این کد کوپن استفاده خواهند کرد"
9242
-
9243
- #: includes/admin/meta-boxes/class-wc-meta-box-order-actions.php:44
9244
- msgid "Resend order emails"
9245
- msgstr "ارسال دوباره ایمیل سفارشات"
9246
-
9247
- #: includes/admin/meta-boxes/class-wc-meta-box-order-actions.php:60
9248
- msgid "Generate download permissions"
9249
- msgstr "ارائه مجوز دسترسی دانلود ها"
9250
-
9251
- #: includes/admin/meta-boxes/class-wc-meta-box-order-actions.php:67
9252
- #: includes/admin/meta-boxes/views/html-order-items.php:233
9253
- msgid "Apply"
9254
- msgstr "اعمال کردن"
9255
-
9256
- #: includes/admin/meta-boxes/class-wc-meta-box-order-actions.php:84
9257
- msgid "Save %s"
9258
- msgstr "ذخیره %s"
9259
-
9260
- #: includes/admin/meta-boxes/class-wc-meta-box-order-actions.php:84
9261
- msgid "Save/update the %s"
9262
- msgstr "ذخیره/بروزرسانی %s"
9263
-
9264
- #: includes/admin/meta-boxes/class-wc-meta-box-order-actions.php:128
9265
- msgid "%s email notification manually sent."
9266
- msgstr "ایمیل اطلاع رسانی %s به صورت دستی ارسال شد."
9267
-
9268
- #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:43
9269
- #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:92
9270
- #: includes/class-wc-countries.php:497 includes/class-wc-form-handler.php:177
9271
- msgid "First Name"
9272
- msgstr "نام"
9273
-
9274
- #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:47
9275
- #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:96
9276
- #: includes/class-wc-countries.php:502 includes/class-wc-form-handler.php:178
9277
- msgid "Last Name"
9278
- msgstr "نام خانوادگی"
9279
-
9280
- #: includes/admin/importers/class-wc-tax-rate-importer.php:234
9281
- 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>."
9282
- msgstr "نرخ های مالیات نیازمند تعریف در نظم خاصی هستند (10 ستون). <a href=\"%s\"> برای دریافت نمونه کلیک کنید</a>."
9283
-
9284
- #: includes/admin/importers/class-wc-tax-rate-importer.php:242
9285
- msgid "Before you can upload your import file, you will need to fix the following error:"
9286
- msgstr "قبل از بارگذاری فایل درون‌ریزی باید خطاهای زیر را برطرف کنید:"
9287
-
9288
- #: includes/admin/importers/class-wc-tax-rate-importer.php:251
9289
- msgid "Choose a file from your computer:"
9290
- msgstr "فایل را از کامپیوتر خود انتخاب کنید"
9291
-
9292
- #: includes/admin/importers/class-wc-tax-rate-importer.php:257
9293
- msgid "Maximum size: %s"
9294
- msgstr "بیشترین حجم مجاز: %s"
9295
-
9296
- #: includes/admin/importers/class-wc-tax-rate-importer.php:262
9297
- msgid "OR enter path to file:"
9298
- msgstr "یا مسیر فایل مورد نظر را وارد کنید"
9299
-
9300
- #: includes/admin/importers/class-wc-tax-rate-importer.php:269
9301
- msgid "Delimiter"
9302
- msgstr "جداکننده"
9303
-
9304
- #: includes/admin/importers/class-wc-tax-rate-importer.php:275
9305
- msgid "Upload file and import"
9306
- msgstr "بارگذاری و درون‌ریزی"
9307
-
9308
- #: includes/admin/importers/class-wc-tax-rate-importer.php:289
9309
- msgid "Sorry, there has been an error."
9310
- msgstr "ببشخید، ایرادی پیش آمد."
9311
-
9312
- #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:41
9313
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:91
9314
- #: includes/admin/settings/class-wc-settings-general.php:28
9315
- #: includes/admin/settings/class-wc-settings-products.php:44
9316
- msgid "General"
9317
- msgstr "همگانی"
9318
-
9319
- #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:46
9320
- msgid "Usage Restriction"
9321
- msgstr "محدودیت های دسترسی"
9322
-
9323
- #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:51
9324
- msgid "Usage Limits"
9325
- msgstr "محدودیت استفاده"
9326
-
9327
- #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:67
9328
- msgid "Discount type"
9329
- msgstr "نحوه تخفیف"
9330
-
9331
- #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:70
9332
- msgid "Value of the coupon."
9333
- msgstr "ارزش کوپن."
9334
-
9335
- #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:73
9336
- msgid "Allow free shipping"
9337
- msgstr "اجازه حمل و نقل رایگان"
9338
-
9339
- #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:73
9340
- msgid "Check this box if the coupon grants free shipping. The <a href=\"%s\">free shipping method</a> must be enabled and be set to require \"a valid free shipping coupon\" (see the \"Free Shipping Requires\" setting)."
9341
- msgstr "تیک زدن این جعبه، کوپن حمل و نقل رایگان می دهد. <a href=\"%s\">روش حمل و نقل رایگان</a> باید فعال شود و نیاز به تنظیم \"یک کوپن حمل و نقل رایگان معتبر\" دارد. (به پیکربندی \" نیازهای حمل و نقل\" بروید)."
9342
-
9343
- #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:76
9344
- msgid "Coupon expiry date"
9345
- msgstr "تاریخ انقضای کوپن"
9346
-
9347
- #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:86
9348
- msgid "Minimum spend"
9349
- msgstr "حداقل هزینه"
9350
-
9351
- #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:86
9352
- msgid "No minimum"
9353
- msgstr "هیچ حداقلی وجود ندارد"
9354
-
9355
- #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:86
9356
- msgid "This field allows you to set the minimum spend (subtotal, including taxes) allowed to use the coupon."
9357
- msgstr ""
9358
-
9359
- #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:89
9360
- msgid "Maximum spend"
9361
- msgstr "حداکثر هزینه"
9362
-
9363
- #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:89
9364
- msgid "No maximum"
9365
- msgstr "بدون محدودیت"
9366
-
9367
- #: includes/admin/class-wc-admin-webhooks.php:495
9368
- #: includes/admin/class-wc-admin-webhooks.php:497
9369
- msgid "&lsaquo; Previous"
9370
- msgstr "&lsaquo; پیشین"
9371
-
9372
- #: includes/admin/class-wc-admin-webhooks.php:501
9373
- #: includes/admin/class-wc-admin-webhooks.php:503
9374
- msgid "Next &rsaquo;"
9375
- msgstr "&lsaquo; پسین"
9376
-
9377
- #: includes/admin/class-wc-admin.php:150
9378
- msgid "HTML Email Template"
9379
- msgstr "ویرایش قالب ایمیل HTML"
9380
-
9381
- #: includes/admin/class-wc-admin.php:197
9382
- msgid "If you like <strong>WooCommerce</strong> please leave us a %s&#9733;&#9733;&#9733;&#9733;&#9733;%s rating. A huge thank you from WooThemes in advance!"
9383
- msgstr "اگر شما <strong>ووکامرس</strong> را دوست دارید خواهشمندیم به ما %s&#9733;&#9733;&#9733;&#9733;&#9733;%s امتیاز دهید. از طرف ووتمز از شما سپاس بزرگی برای پیشرفت می‌کنیم!"
9384
-
9385
- #: includes/admin/class-wc-admin.php:197
9386
- msgid "Thanks :)"
9387
- msgstr "سپاس :)"
9388
-
9389
- #: includes/admin/class-wc-admin.php:205
9390
- msgid "Thank you for selling with WooCommerce."
9391
- msgstr "برای فروش با ووکامرس از شما سپاسگذاریم."
9392
-
9393
- #: includes/admin/importers/class-wc-tax-rate-importer.php:127
9394
- msgid "The file does not exist, please try again."
9395
- msgstr "فایل مورد نظر وجود نداره، خواهشمندیم دوباره تلاش کنید"
9396
-
9397
- #: includes/admin/importers/class-wc-tax-rate-importer.php:162
9398
- msgid "The CSV is invalid."
9399
- msgstr "فایل CSV نا معتبر است"
9400
-
9401
- #: includes/admin/importers/class-wc-tax-rate-importer.php:170
9402
- msgid "Import complete - imported <strong>%s</strong> tax rates."
9403
- msgstr "درون ریزی به پایان رسید - نرخ های مالیاتی <strong>%s</strong> درون ریزی شدند."
9404
-
9405
- #: includes/admin/importers/class-wc-tax-rate-importer.php:180
9406
- msgid "All done!"
9407
- msgstr "همه موارد به اتمام رسید"
9408
-
9409
- #: includes/admin/importers/class-wc-tax-rate-importer.php:180
9410
- msgid "View Tax Rates"
9411
- msgstr "نمایش نرخ‌های مالیاتی"
9412
-
9413
- #: includes/admin/importers/class-wc-tax-rate-importer.php:216
9414
- msgid "Import Tax Rates"
9415
- msgstr "درون‌ریزی نرخ‌های مالیاتی"
9416
-
9417
- #: includes/admin/importers/class-wc-tax-rate-importer.php:232
9418
- 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\"."
9419
- msgstr "سلام! فایل CSV حاوی نرخ های مالیاتی فروشگاه را وارد کنید. یک فایل با پسوند csv را برای بارگذاری انتخاب و کلید بارگذاری و درون‌ریزی را بزنید."
9420
-
9421
- #: includes/admin/class-wc-admin-taxonomies.php:276
9422
- 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."
9423
- msgstr "دسته‌های محصولات شما از اینجا می‌توانند مدیریت شوند. برای تغییر ترتیب دسته‌ها برای نمایش به کاربران می‌توانید با کشیدن و رها کردن ( drag & drop ) دسته‌ها را مرتب‌سازی کنید. برای دیدن لیست دسته‌های بیشتر روی «پیکربندی برگه» در بالای برگه کلیک کنید."
9424
-
9425
- #: includes/admin/class-wc-admin-taxonomies.php:283
9426
- msgid "Shipping classes can be used to group products of similar type. These groups can then be used by certain shipping methods to provide different rates to different products."
9427
- msgstr "کلاس‌های ارسال می‌توانند برای دسته بندی محصولات مشابه استفاده شوند. این گروه ها می‌توانند با روش‌های مشخص ارسال برای درجه بندی‌های متفاوت محصولات متفاوت استفاده شوند."
9428
-
9429
- #: includes/admin/class-wc-admin-taxonomies.php:290
9430
- 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."
9431
- msgstr ""
9432
-
9433
- #: includes/admin/class-wc-admin-webhooks-table-list.php:26
9434
- msgid "webhook"
9435
- msgstr "وب هوک"
9436
-
9437
- #: includes/admin/class-wc-admin-webhooks-table-list.php:27
9438
- msgid "webhooks"
9439
- msgstr "وب هوک‌ها"
9440
-
9441
- #: includes/admin/class-wc-admin-webhooks-table-list.php:42
9442
- #: includes/admin/settings/views/html-webhooks-edit.php:41
9443
- msgid "Topic"
9444
- msgstr "موضوع"
9445
-
9446
- #: includes/admin/class-wc-admin-webhooks-table-list.php:43
9447
- #: includes/admin/settings/views/html-webhooks-edit.php:93
9448
- msgid "Delivery URL"
9449
- msgstr "پیوند تحویل"
9450
-
9451
- #: includes/admin/class-wc-admin-webhooks-table-list.php:164
9452
- #: includes/admin/class-wc-admin-webhooks-table-list.php:165
9453
- msgid "Activated <span class=\"count\">(%s)</span>"
9454
- msgstr "فعال شد <span class=\"count\">(%s)</span>"
9455
-
9456
- #: includes/admin/class-wc-admin-webhooks-table-list.php:172
9457
- #: includes/admin/class-wc-admin-webhooks-table-list.php:173
9458
- msgid "Paused <span class=\"count\">(%s)</span>"
9459
- msgstr "متوقف شد <span class=\"count\">(%s)</span>"
9460
-
9461
- #: includes/admin/class-wc-admin-webhooks-table-list.php:180
9462
- #: includes/admin/class-wc-admin-webhooks-table-list.php:181
9463
- msgid "Disabled <span class=\"count\">(%s)</span>"
9464
- msgstr "غیرفعال شد <span class=\"count\">(%s)</span>"
9465
-
9466
- #: includes/admin/class-wc-admin-webhooks-table-list.php:252
9467
- #: includes/admin/meta-boxes/class-wc-meta-box-order-actions.php:78
9468
- #: includes/admin/settings/views/html-webhooks-edit.php:153
9469
- msgid "Move to Trash"
9470
- msgstr "انتقال به زباله‌ دان"
9471
-
9472
- #: includes/admin/class-wc-admin-webhooks-table-list.php:263
9473
- msgid "Empty Trash"
9474
- msgstr "خالی کردن زباله دان"
9475
-
9476
- #: includes/admin/class-wc-admin-webhooks.php:49
9477
- #: includes/admin/class-wc-admin-webhooks.php:195
9478
- #: includes/api/class-wc-api-webhooks.php:197
9479
- #: includes/api/v2/class-wc-api-webhooks.php:197
9480
- msgid "Webhook created on %s"
9481
- msgstr "وب هوک بر روی %s ساخته شد"
9482
-
9483
- #: includes/admin/class-wc-admin-webhooks.php:186
9484
- msgid "You don't have permissions to create Webhooks!"
9485
- msgstr "شما دسترسی برای ساخت وب هوک‌ها را ندارید!"
9486
-
9487
- #: includes/admin/class-wc-admin-webhooks.php:266
9488
- msgid "You don't have permissions to edit Webhooks!"
9489
- msgstr "شما دسترسی برای ویرایش وب هوک‌ها را ندارید!"
9490
-
9491
- #: includes/admin/class-wc-admin-webhooks.php:295
9492
- msgid "You don't have permissions to delete Webhooks!"
9493
- msgstr "شما دسترسی برای پاک کردن وب هوک‌ها را ندارید!"
9494
-
9495
- #: includes/admin/class-wc-admin-webhooks.php:371
9496
- msgid "1 webhook moved to the Trash."
9497
- msgid_plural "%d webhooks moved to the Trash."
9498
- msgstr[0] "وب هوک های %d به سطل زبال منتقل شدند."
9499
-
9500
- #: includes/admin/class-wc-admin-webhooks.php:377
9501
- msgid "1 webhook restored from the Trash."
9502
- msgid_plural "%d webhooks restored from the Trash."
9503
- msgstr[0] "وب هوک های %d از سطل زباله بازیافت شدند."
9504
-
9505
- #: includes/admin/class-wc-admin-webhooks.php:383
9506
- msgid "1 webhook permanently deleted."
9507
- msgid_plural "%d webhooks permanently deleted."
9508
- msgstr[0] "وب هوک‌های %d برای همیشه پاک شدند."
9509
-
9510
- #: includes/admin/class-wc-admin-webhooks.php:387
9511
- msgid "Webhook updated successfully."
9512
- msgstr "وب هوک بخوبی بروزرسانی شد."
9513
-
9514
- #: includes/admin/class-wc-admin-webhooks.php:391
9515
- msgid "Webhook created successfully."
9516
- msgstr "وب هوک بخوبی ساخته شد."
9517
-
9518
- #: includes/admin/class-wc-admin-webhooks.php:403
9519
- #: includes/admin/settings/class-wc-settings-api.php:47
9520
- #: includes/class-wc-post-types.php:388
9521
- msgid "Webhooks"
9522
- msgstr "وب هوک‌ها"
9523
-
9524
- #: includes/admin/class-wc-admin-webhooks.php:403
9525
- #: includes/class-wc-post-types.php:391
9526
- msgid "Add Webhook"
9527
- msgstr "افزودن وب هوک"
9528
-
9529
- #: includes/admin/class-wc-admin-webhooks.php:413
9530
- #: includes/class-wc-post-types.php:398
9531
- msgid "Search Webhooks"
9532
- msgstr "جستجوی وب هوک‌ها"
9533
-
9534
- #: includes/admin/class-wc-admin-webhooks.php:444
9535
- msgid "This Webhook has no log yet."
9536
- msgstr "این وب هوک هنوز گزارشی ندارد."
9537
-
9538
- #: includes/admin/class-wc-admin-status.php:171
9539
- msgid "Capabilities"
9540
- msgstr "نقش ها"
9541
-
9542
- #: includes/admin/class-wc-admin-status.php:172
9543
- msgid "Reset capabilities"
9544
- msgstr "بازنشانی دوباره نقش ها"
9545
-
9546
- #: includes/admin/class-wc-admin-status.php:173
9547
- 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."
9548
- msgstr "این ابزار نقش‌های ادمین، مشتری و مدیریت فروشگاه را به حالت پیش‌فرض تغییر خواهد داد. از این ابزار وقتی کاربران نمی‌توانند به همه بخش‌های مدیریت ووکامرس دسترسی داشته باشند، استفاده کنید. "
9549
-
9550
- #: includes/admin/class-wc-admin-status.php:176
9551
- msgid "Customer Sessions"
9552
- msgstr "نشست مشتری"
9553
-
9554
- #: includes/admin/class-wc-admin-status.php:177
9555
- msgid "Clear all sessions"
9556
- msgstr "پاک کردن همه نشست ها"
9557
-
9558
- #: includes/admin/class-wc-admin-status.php:178
9559
- msgid "<strong class=\"red\">Warning:</strong> This tool will delete all customer session data from the database, including any current live carts."
9560
- msgstr "<strong class=\"red\">هشدار</strong> این ابزار می‌تواند تمامی اطلاعات لایه جلسه کاربران را از دیتابیس پاک کند و تمامی سفارش‌ها درون سبد خرید پاک می شوند"
9561
-
9562
- #: includes/admin/class-wc-admin-status.php:181
9563
- msgid "Install WooCommerce Pages"
9564
- msgstr "نصب برگه‌های ووکامرس"
9565
-
9566
- #: includes/admin/class-wc-admin-status.php:182
9567
- msgid "Install pages"
9568
- msgstr "نصب برگه‌های ووکامرس"
9569
-
9570
- #: includes/admin/class-wc-admin-status.php:183
9571
- 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."
9572
- msgstr "<strong class=\"red\">پیغام</strong> این ابزار می تواند تمامی برگه های از دست رفته ووکامرس را دوباره نصب کند. برگه هایی که از پیش بوده اند، جایگزین نمی شوند."
9573
-
9574
- #: includes/admin/class-wc-admin-status.php:186
9575
- msgid "Delete all WooCommerce tax rates"
9576
- msgstr "پاک همه نرخ های مالیاتی ووکامرس"
9577
-
9578
- #: includes/admin/class-wc-admin-status.php:187
9579
- msgid "Delete ALL tax rates"
9580
- msgstr "پاک همه نرخ های مالیات"
9581
-
9582
- #: includes/admin/class-wc-admin-status.php:188
9583
- msgid "<strong class=\"red\">Note:</strong> This option will delete ALL of your tax rates, use with caution."
9584
- msgstr "<strong class=\"red\">هشدار</strong>این گزینه قادر است تمامی نرخ مالیات ها را پاک نماید. با احتیاط عمل کنید"
9585
-
9586
- #: includes/admin/class-wc-admin-status.php:191
9587
- msgid "Reset Usage Tracking Settings"
9588
- msgstr "بازنشانی دوباره پیکربندی رهگیری اندازه بکار رفته"
9589
-
9590
- #: includes/admin/class-wc-admin-status.php:192
9591
- msgid "Reset usage tracking settings"
9592
- msgstr "بازنشانی دوباره پیکربندی رهگیری اندازه بکار رفته"
9593
-
9594
- #: includes/admin/class-wc-admin-status.php:193
9595
- msgid "This will reset your usage tracking settings, causing it to show the opt-in banner again and not sending any data."
9596
- msgstr "این پیکربندی رهگیری مورد استفاده شما را بازنشانی خواهد کرد، به سبب نمایش دوباره بنر انتخابی و نه ارسال هر گونه اطلاعتی."
9597
-
9598
- #: includes/admin/class-wc-admin-taxonomies.php:93
9599
- #: includes/admin/class-wc-admin-taxonomies.php:181
9600
- #: includes/widgets/class-wc-widget-layered-nav.php:89
9601
- msgid "Display type"
9602
- msgstr "نوع نمایش"
9603
-
9604
- #: includes/admin/class-wc-admin-taxonomies.php:96
9605
- #: includes/admin/class-wc-admin-taxonomies.php:185
9606
- #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:101
9607
- #: includes/admin/settings/class-wc-settings-products.php:28
9608
- #: includes/class-wc-post-types.php:239
9609
- #: includes/widgets/class-wc-widget-products.php:29
9610
- msgid "Products"
9611
- msgstr "محصولات"
9612
-
9613
- #: includes/admin/class-wc-admin-taxonomies.php:97
9614
- #: includes/admin/class-wc-admin-taxonomies.php:186
9615
- msgid "Subcategories"
9616
- msgstr "زیر دسته‌بندی"
9617
-
9618
- #: includes/admin/class-wc-admin-taxonomies.php:98
9619
- #: includes/admin/class-wc-admin-taxonomies.php:187
9620
- msgid "Both"
9621
- msgstr "هر دو"
9622
-
9623
- #: includes/admin/class-wc-admin-taxonomies.php:102
9624
- #: includes/admin/class-wc-admin-taxonomies.php:192
9625
- #: includes/admin/class-wc-admin-taxonomies.php:333
9626
- msgid "Thumbnail"
9627
- msgstr "تصویر بندانگشتی"
9628
-
9629
- #: includes/admin/class-wc-admin-taxonomies.php:106
9630
- #: includes/admin/class-wc-admin-taxonomies.php:197
9631
- msgid "Upload/Add image"
9632
- msgstr "آپلود/افزودن تصویر"
9633
-
9634
- #: includes/admin/class-wc-admin-taxonomies.php:107
9635
- #: includes/admin/class-wc-admin-taxonomies.php:198
9636
- msgid "Remove image"
9637
- msgstr "پاک کردن تصویر"
9638
-
9639
- #: includes/admin/class-wc-admin-taxonomies.php:133
9640
- #: includes/admin/class-wc-admin-taxonomies.php:224
9641
- msgid "Use image"
9642
- msgstr "استفاده از تصویر"
9643
-
9644
- #: includes/admin/class-wc-admin-status.php:166
9645
- msgid "Term counts"
9646
- msgstr "تعداد دوره‌ها"
9647
-
9648
- #: includes/admin/class-wc-admin-status.php:167
9649
- msgid "Recount terms"
9650
- msgstr "بازشماری دوره‌ها"
9651
-
9652
- #: includes/admin/class-wc-admin-status.php:168
9653
- msgid "This tool will recount product terms - useful when changing your settings in a way which hides products from the catalog."
9654
- msgstr "این ابزار دوره‌های محصولات را دوباره می‌شمارد - مواقعی که پیکربندی را تغییر می‌دهید در زمانی که محصولاتی را از کاتالوگ پنهان میکنید به کار می‌آید."
9655
-
9656
- #: includes/admin/class-wc-admin-setup-wizard.php:771
9657
- msgid "Follow Sidekick interactive walkthroughs"
9658
- msgstr ""
9659
-
9660
- #: includes/admin/class-wc-admin-setup-wizard.php:772
9661
- msgid "Read more about getting started"
9662
- msgstr "اطلاعات بیشتر درباره شروع کار"
9663
-
9664
- #: includes/admin/class-wc-admin-status.php:50
9665
- msgid "Product Transients Cleared"
9666
- msgstr "نشست های محصول پاک شدند."
9667
-
9668
- #: includes/admin/class-wc-admin-status.php:75
9669
- msgid "%d Transients Rows Cleared"
9670
- msgstr "%d ردیف از نشست ها پاک شدند."
9671
-
9672
- #: includes/admin/class-wc-admin-status.php:83
9673
- msgid "Roles successfully reset"
9674
- msgstr "نقش‌ها با موفقیت ریست شدند"
9675
-
9676
- #: includes/admin/class-wc-admin-status.php:95
9677
- msgid "Terms successfully recounted"
9678
- msgstr "دوره‌ها با موفقیت بازشماری شدند."
9679
-
9680
- #: includes/admin/class-wc-admin-status.php:103
9681
- msgid "Sessions successfully cleared"
9682
- msgstr "نشست مشتری با موفقیت پاک شد"
9683
-
9684
- #: includes/admin/class-wc-admin-status.php:107
9685
- msgid "All missing WooCommerce pages was installed successfully."
9686
- msgstr "تمام صفحات ووکامرس از دست رفته با موفقیت نصب شد."
9687
-
9688
- #: includes/admin/class-wc-admin-status.php:115
9689
- msgid "Tax rates successfully deleted"
9690
- msgstr "نرخ‌های مالیاتی با موفقیت پاک شدند"
9691
-
9692
- #: includes/admin/class-wc-admin-status.php:121
9693
- msgid "Usage tracking settings successfully reset."
9694
- msgstr "پیکربندی رهگیری اندازه بکار رفته بخوبی بازنشانی دوباره شد."
9695
-
9696
- #: includes/admin/class-wc-admin-status.php:130
9697
- msgid "There was an error calling %s::%s"
9698
- msgstr "برای تماس با %s::%s خطایی رخ داد"
9699
-
9700
- #: includes/admin/class-wc-admin-status.php:133
9701
- msgid "There was an error calling %s"
9702
- msgstr "برای تماس با %s خطایی رخ داد"
9703
-
9704
- #: includes/admin/class-wc-admin-status.php:143
9705
- msgid "Your changes have been saved."
9706
- msgstr "پیکربندی شما ذخیره شد . "
9707
-
9708
- #: includes/admin/class-wc-admin-status.php:156
9709
- msgid "WC Transients"
9710
- msgstr "نشست های ووکامرس"
9711
-
9712
- #: includes/admin/class-wc-admin-status.php:157
9713
- msgid "Clear transients"
9714
- msgstr "پاک‌کردن نشست ها"
9715
-
9716
- #: includes/admin/class-wc-admin-status.php:158
9717
- msgid "This tool will clear the product/shop transients cache."
9718
- msgstr "این ابزار کش نشست های محصول/فروشگاه را پاک میکند."
9719
-
9720
- #: includes/admin/class-wc-admin-status.php:161
9721
- msgid "Expired Transients"
9722
- msgstr "نشست های منقضی شده"
9723
-
9724
- #: includes/admin/class-wc-admin-status.php:162
9725
- msgid "Clear expired transients"
9726
- msgstr "پاک کردن نشست های منقضی"
9727
-
9728
- #: includes/admin/class-wc-admin-status.php:163
9729
- msgid "This tool will clear ALL expired transients from WordPress."
9730
- msgstr "این ابزار تمامی نشست های منقضی شده را پاک میکند."
9731
-
9732
- #: includes/admin/class-wc-admin-setup-wizard.php:469
9733
- msgid "I will enter prices inclusive of tax"
9734
- msgstr "من قیمت های شامل مالیات را وارد خواهم کرد"
9735
-
9736
- #: includes/admin/class-wc-admin-setup-wizard.php:470
9737
- msgid "I will enter prices exclusive of tax"
9738
- msgstr "من قیمت های منحصر به فرد مالیات را وارد خواهم کرد"
9739
-
9740
- #: includes/admin/class-wc-admin-setup-wizard.php:492
9741
- msgid "Import Tax Rates?"
9742
- msgstr "درون‌ریزی نرخ‌های مالیاتی؟"
9743
-
9744
- #: includes/admin/class-wc-admin-setup-wizard.php:494
9745
- msgid "Yes, please import some starter tax rates"
9746
- msgstr "بله, خواهشمندیم برخی از نرخ های مالیات را برای شروع درون ریزی کنید"
9747
-
9748
- #: includes/admin/class-wc-admin-setup-wizard.php:500
9749
- #: includes/class-wc-countries.php:602 includes/class-wc-countries.php:855
9750
- msgid "State"
9751
- msgstr "استان"
9752
-
9753
- #: includes/admin/class-wc-admin-setup-wizard.php:501
9754
- msgid "Rate (%)"
9755
- msgstr "قیمت (%)"
9756
-
9757
- #: includes/admin/class-wc-admin-setup-wizard.php:503
9758
- msgid "Tax Shipping"
9759
- msgstr "مالیات حمل و نقل"
9760
-
9761
- #: includes/admin/class-wc-admin-setup-wizard.php:522
9762
- msgid "Please note: you may still need to add local and product specific tax rates depending on your business location. If in doubt, speak to an accountant."
9763
- msgstr ""
9764
-
9765
- #: includes/admin/class-wc-admin-setup-wizard.php:524
9766
- msgid "You can edit tax rates later from the %1$stax settings%3$s screen and read more about taxes in %2$sour documentation%3$s."
9767
- msgstr ""
9768
-
9769
- #: includes/admin/class-wc-admin-setup-wizard.php:645
9770
- 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."
9771
- msgstr ""
9772
-
9773
- #: includes/admin/class-wc-admin-setup-wizard.php:650
9774
- msgid "To accept payments via PayPal on your store, simply enter your PayPal email address below."
9775
- msgstr ""
9776
-
9777
- #: includes/admin/class-wc-admin-setup-wizard.php:654
9778
- msgid "PayPal Email Address:"
9779
- msgstr "آدرس ایمیل حساب PayPal"
9780
-
9781
- #: includes/admin/class-wc-admin-setup-wizard.php:661
9782
- msgid "Offline Payments"
9783
- msgstr "پرداخت آفلاین"
9784
-
9785
- #: includes/admin/class-wc-admin-setup-wizard.php:662
9786
- msgid "Offline gateways require manual processing, but can be useful in certain circumstances or for testing payments."
9787
- msgstr ""
9788
-
9789
- #: includes/admin/class-wc-admin-setup-wizard.php:666
9790
- msgid "Cheque Payments"
9791
- msgstr "پرداختهای چکی"
9792
-
9793
- #: includes/admin/class-wc-admin-setup-wizard.php:668
9794
- msgid "Enable payment via Cheques"
9795
- msgstr "فعال کردن پرداخت چکی"
9796
-
9797
- #: includes/admin/class-wc-admin-setup-wizard.php:672
9798
- #: includes/gateways/cod/class-wc-gateway-cod.php:26
9799
- #: includes/gateways/cod/class-wc-gateway-cod.php:71
9800
- msgid "Cash on Delivery"
9801
- msgstr "پرداخت هنگام دریافت"
9802
-
9803
- #: includes/admin/class-wc-admin-setup-wizard.php:674
9804
- msgid "Enable cash on delivery"
9805
- msgstr "فعال کردن پرداخت هنگام تحویل"
9806
-
9807
- #: includes/admin/class-wc-admin-setup-wizard.php:678
9808
- msgid "Bank Transfer (BACS)"
9809
- msgstr "انتقال بانکی (BACS)"
9810
-
9811
- #: includes/admin/class-wc-admin-setup-wizard.php:680
9812
- msgid "Enable BACS payments"
9813
- msgstr "فعال کردن انتقال بانکی (BACS)"
9814
-
9815
- #: includes/admin/class-wc-admin-setup-wizard.php:747
9816
- msgid "Your Store is Ready!"
9817
- msgstr "فروشگاه شما آماده است!"
9818
-
9819
- #: includes/admin/class-wc-admin-setup-wizard.php:751
9820
- msgid "Want to help make WooCommerce even more awesome? Allow WooThemes to collect non-sensitive diagnostic data and usage information. %sFind out more%s."
9821
- msgstr "می‌خواهید در هرچه بهتر کردن ووکامرس مشارکت کنید؟ به WooThemes اجازه دهید که داده‌های غیر حساس و اطلاعات استفاده را جمع آوری کند. %sبیشتر بدانید%s."
9822
-
9823
- #: includes/admin/class-wc-admin-setup-wizard.php:753
9824
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:328
9825
- #: includes/admin/views/html-bulk-edit-product.php:284
9826
- #: includes/admin/views/html-notice-tracking.php:13
9827
- #: includes/admin/views/html-quick-edit-product.php:203
9828
- #: includes/class-wc-ajax.php:840 includes/class-wc-ajax.php:2437
9829
- msgid "Allow"
9830
- msgstr "اجازه دادن"
9831
-
9832
- #: includes/admin/class-wc-admin-setup-wizard.php:754
9833
- msgid "No thanks"
9834
- msgstr "خیر سپاسگزارم"
9835
-
9836
- #: includes/admin/class-wc-admin-setup-wizard.php:761
9837
- msgid "Next Steps"
9838
- msgstr "گام پسین"
9839
-
9840
- #: includes/admin/class-wc-admin-setup-wizard.php:763
9841
- msgid "Create your first product!"
9842
- msgstr "ساخت نخستین محصول شما!"
9843
-
9844
- #: includes/admin/class-wc-admin-setup-wizard.php:767
9845
- msgid "Learn More"
9846
- msgstr "اطلاعات بیشتر"
9847
-
9848
- #: includes/admin/class-wc-admin-setup-wizard.php:769
9849
- msgid "Watch the WC 101 video walkthroughs"
9850
- msgstr ""
9851
-
9852
- #: includes/admin/class-wc-admin-setup-wizard.php:770
9853
- msgid "Get eCommerce advice in your inbox"
9854
- msgstr "دریافت مشاوره تجارت الکترونیک در اینباکس شما"
9855
-
9856
- #: includes/admin/class-wc-admin-setup-wizard.php:325
9857
- #: includes/admin/settings/class-wc-settings-general.php:147
9858
- msgid "Left with space"
9859
- msgstr "چپ (با فاصله)"
9860
-
9861
- #: includes/admin/class-wc-admin-setup-wizard.php:326
9862
- #: includes/admin/settings/class-wc-settings-general.php:148
9863
- msgid "Right with space"
9864
- msgstr "راست (با فاصله)"
9865
-
9866
- #: includes/admin/class-wc-admin-setup-wizard.php:331
9867
- #: includes/admin/settings/class-wc-settings-general.php:154
9868
- #: includes/admin/views/html-admin-page-status-report.php:427
9869
- msgid "Thousand Separator"
9870
- msgstr "جداکننده هزارگان"
9871
-
9872
- #: includes/admin/class-wc-admin-setup-wizard.php:337
9873
- #: includes/admin/settings/class-wc-settings-general.php:164
9874
- #: includes/admin/views/html-admin-page-status-report.php:432
9875
- msgid "Decimal Separator"
9876
- msgstr "جداکننده اعشاری"
9877
-
9878
- #: includes/admin/class-wc-admin-setup-wizard.php:343
9879
- #: includes/admin/settings/class-wc-settings-general.php:174
9880
- #: includes/admin/views/html-admin-page-status-report.php:437
9881
- msgid "Number of Decimals"
9882
- msgstr "تعداد اعشارها"
9883
-
9884
- #: includes/admin/class-wc-admin-setup-wizard.php:349
9885
- msgid "Which unit should be used for product weights?"
9886
- msgstr ""
9887
-
9888
- #: includes/admin/class-wc-admin-setup-wizard.php:352
9889
- #: includes/admin/settings/class-wc-settings-products.php:431
9890
- msgid "kg"
9891
- msgstr "کیلوگرم"
9892
-
9893
- #: includes/admin/class-wc-admin-setup-wizard.php:353
9894
- #: includes/admin/settings/class-wc-settings-products.php:432
9895
- msgid "g"
9896
- msgstr "گرم"
9897
-
9898
- #: includes/admin/class-wc-admin-setup-wizard.php:354
9899
- #: includes/admin/settings/class-wc-settings-products.php:433
9900
- msgid "lbs"
9901
- msgstr "پوند"
9902
-
9903
- #: includes/admin/class-wc-admin-setup-wizard.php:355
9904
- #: includes/admin/settings/class-wc-settings-products.php:434
9905
- msgid "oz"
9906
- msgstr "اونس"
9907
-
9908
- #: includes/admin/class-wc-admin-setup-wizard.php:360
9909
- msgid "Which unit should be used for product dimensions?"
9910
- msgstr ""
9911
-
9912
- #: includes/admin/class-wc-admin-setup-wizard.php:363
9913
- #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:195
9914
- #: includes/admin/settings/class-wc-settings-products.php:448
9915
- msgid "m"
9916
- msgstr "متر"
9917
-
9918
- #: includes/admin/class-wc-admin-setup-wizard.php:364
9919
- #: includes/admin/settings/class-wc-settings-products.php:449
9920
- msgid "cm"
9921
- msgstr "سانتیمتر"
9922
-
9923
- #: includes/admin/class-wc-admin-setup-wizard.php:365
9924
- #: includes/admin/settings/class-wc-settings-products.php:450
9925
- msgid "mm"
9926
- msgstr "میلی‌متر"
9927
-
9928
- #: includes/admin/class-wc-admin-setup-wizard.php:366
9929
- #: includes/admin/settings/class-wc-settings-products.php:451
9930
- msgid "in"
9931
- msgstr "اینچ"
9932
-
9933
- #: includes/admin/class-wc-admin-setup-wizard.php:367
9934
- #: includes/admin/settings/class-wc-settings-products.php:452
9935
- msgid "yd"
9936
- msgstr "یارد"
9937
-
9938
- #: includes/admin/class-wc-admin-setup-wizard.php:426
9939
- msgid "Shipping &amp; Tax Setup"
9940
- msgstr "راه اندازی مالیات حمل و نقل &amp;"
9941
-
9942
- #: includes/admin/class-wc-admin-setup-wizard.php:428
9943
- msgid "If you will be charging sales tax, or shipping physical goods to customers, you can configure the basic options below. This is optional and can be changed later via %1$sWooCommerce > Settings > Tax%3$s and %2$sWooCommerce > Settings > Shipping%3$s."
9944
- msgstr ""
9945
-
9946
- #: includes/admin/class-wc-admin-setup-wizard.php:432
9947
- msgid "Basic Shipping Setup"
9948
- msgstr "راه اندازی حمل و نقل پایه"
9949
-
9950
- #: includes/admin/class-wc-admin-setup-wizard.php:436
9951
- msgid "Will you be shipping products?"
9952
- msgstr "آیا شما محصولات را ارسال می کنید؟"
9953
-
9954
- #: includes/admin/class-wc-admin-setup-wizard.php:439
9955
- msgid "Yes, I will be shipping physical goods to customers"
9956
- msgstr ""
9957
-
9958
- #: includes/admin/class-wc-admin-setup-wizard.php:443
9959
- msgid "<strong>Domestic</strong> shipping costs:"
9960
- msgstr "هزینه های حمل و نقل <strong>محلی</strong>:"
9961
-
9962
- #: includes/admin/class-wc-admin-setup-wizard.php:445
9963
- #: includes/admin/class-wc-admin-setup-wizard.php:451
9964
- msgid "A total of %s per order and/or %s per item"
9965
- msgstr ""
9966
-
9967
- #: includes/admin/class-wc-admin-setup-wizard.php:449
9968
- msgid "<strong>International</strong> shipping costs:"
9969
- msgstr ""
9970
-
9971
- #: includes/admin/class-wc-admin-setup-wizard.php:456
9972
- msgid "Basic Tax Setup"
9973
- msgstr "راه اندازی مالیات پایه"
9974
-
9975
- #: includes/admin/class-wc-admin-setup-wizard.php:460
9976
- msgid "Will you be charging sales tax?"
9977
- msgstr ""
9978
-
9979
- #: includes/admin/class-wc-admin-setup-wizard.php:463
9980
- msgid "Yes, I will be charging sales tax"
9981
- msgstr ""
9982
-
9983
- #: includes/admin/class-wc-admin-setup-wizard.php:467
9984
- msgid "How will you enter product prices?"
9985
- msgstr "چگونه شما قیمت محصول را وارد می کنید؟"
9986
-
9987
- #: includes/admin/class-wc-admin-settings.php:607
9988
- #: includes/admin/meta-boxes/views/html-product-attribute.php:41
9989
- msgid "Select none"
9990
- msgstr "انتخاب هیچکدام"
9991
-
9992
- #: includes/admin/class-wc-admin-setup-wizard.php:59
9993
- msgid "Introduction"
9994
- msgstr "معرفی"
9995
-
9996
- #: includes/admin/class-wc-admin-setup-wizard.php:64
9997
- #: includes/admin/class-wc-admin-setup-wizard.php:220
9998
- msgid "Page Setup"
9999
- msgstr "راه اندازی برگه"
10000
-
10001
- #: includes/admin/class-wc-admin-setup-wizard.php:69
10002
- msgid "Store Locale"
10003
- msgstr "زبان فروشگاه"
10004
-
10005
- #: includes/admin/class-wc-admin-setup-wizard.php:74
10006
- msgid "Shipping &amp; Tax"
10007
- msgstr "مالیات و حمل و نقل"
10008
-
10009
- #: includes/admin/class-wc-admin-setup-wizard.php:79
10010
- #: includes/admin/class-wc-admin-setup-wizard.php:643
10011
- msgid "Payments"
10012
- msgstr "درگاه پرداخت"
10013
-
10014
- #: includes/admin/class-wc-admin-setup-wizard.php:84
10015
- msgid "Ready!"
10016
- msgstr "آماده!"
10017
-
10018
- #: includes/admin/class-wc-admin-setup-wizard.php:147
10019
- msgid "WooCommerce &rsaquo; Setup Wizard"
10020
- msgstr "راه اندازی سریع &rsaquo; ووکامرس"
10021
-
10022
- #: includes/admin/class-wc-admin-setup-wizard.php:163
10023
- msgid "Return to the WordPress Dashboard"
10024
- msgstr "برگشت به پیشخوان وردپرس"
10025
-
10026
- #: includes/admin/class-wc-admin-setup-wizard.php:205
10027
- msgid "Welcome to the world of WooCommerce!"
10028
- msgstr "به جهان ووکامرس خوش آمدید!"
10029
-
10030
- #: includes/admin/class-wc-admin-setup-wizard.php:206
10031
- 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>"
10032
- msgstr "سپاسگذاریم از اینکه ووکامرس را برای فروشگاه آنلاین خود انتخاب کرده اید! این راه انداز سریع به شما برای پیکربندی اولیه کمک می کند. <strong>و بکارگیریش کاملا اختیاری است و بیش از پنج دقیقه طول نمی کشد.</strong>"
10033
-
10034
- #: includes/admin/class-wc-admin-setup-wizard.php:207
10035
- 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!"
10036
- msgstr ""
10037
-
10038
- #: includes/admin/class-wc-admin-setup-wizard.php:209
10039
- msgid "Let's Go!"
10040
- msgstr "بزن بریم!"
10041
-
10042
- #: includes/admin/class-wc-admin-setup-wizard.php:210
10043
- msgid "Not right now"
10044
- msgstr "الان نه"
10045
-
10046
- #: includes/admin/class-wc-admin-setup-wizard.php:222
10047
- msgid "Your store needs a few essential %spages%s. The following will be created automatically (if they do not already exist):"
10048
- msgstr ""
10049
-
10050
- #: includes/admin/class-wc-admin-setup-wizard.php:226
10051
- msgid "Page Name"
10052
- msgstr "نام برگه"
10053
-
10054
- #: includes/admin/class-wc-admin-setup-wizard.php:233
10055
- msgid "The shop page will display your products."
10056
- msgstr "در صفحه فروشگاه، محصولات خود را نمایش دهید."
10057
-
10058
- #: includes/admin/class-wc-admin-setup-wizard.php:237
10059
- msgid "The cart page will be where the customers go to view their cart and begin checkout."
10060
- msgstr ""
10061
-
10062
- #: includes/admin/class-wc-admin-setup-wizard.php:242
10063
- msgid "The checkout page will be where the customers go to pay for their items."
10064
- msgstr ""
10065
-
10066
- #: includes/admin/class-wc-admin-setup-wizard.php:248
10067
- msgid "Registered customers will be able to manage their account details and view past orders on this page."
10068
- msgstr ""
10069
-
10070
- #: includes/admin/class-wc-admin-setup-wizard.php:254
10071
- 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."
10072
- msgstr ""
10073
-
10074
- #: includes/admin/class-wc-admin-setup-wizard.php:257
10075
- #: includes/admin/class-wc-admin-setup-wizard.php:373
10076
- #: includes/admin/class-wc-admin-setup-wizard.php:532
10077
- #: includes/admin/class-wc-admin-setup-wizard.php:685
10078
- msgid "Continue"
10079
- msgstr "ادامه"
10080
-
10081
- #: includes/admin/class-wc-admin-setup-wizard.php:258
10082
- #: includes/admin/class-wc-admin-setup-wizard.php:374
10083
- #: includes/admin/class-wc-admin-setup-wizard.php:533
10084
- #: includes/admin/class-wc-admin-setup-wizard.php:686
10085
- msgid "Skip this step"
10086
- msgstr "از این مرحله بگذر"
10087
-
10088
- #: includes/admin/class-wc-admin-setup-wizard.php:294
10089
- msgid "Store Locale Setup"
10090
- msgstr "راه اندازی فروشگاه محلی"
10091
-
10092
- #: includes/admin/class-wc-admin-setup-wizard.php:298
10093
- msgid "Where is your store based?"
10094
- msgstr "فروشگاه شما در کجا قرار دارد؟"
10095
-
10096
- #: includes/admin/class-wc-admin-setup-wizard.php:306
10097
- msgid "Which currency will your store use?"
10098
- msgstr "کدام واحد ارزی را در فروشگاه خود استفاده میکنید؟"
10099
-
10100
- #: includes/admin/class-wc-admin-setup-wizard.php:308
10101
- #: includes/admin/class-wc-admin-setup-wizard.php:309
10102
- msgid "Choose a currency&hellip;"
10103
- msgstr "گزینش واحد پولی&hellip;"
10104
-
10105
- #: includes/admin/class-wc-admin-setup-wizard.php:316
10106
- msgid "If your currency is not listed you can %sadd it later%s."
10107
- msgstr "اگر واحد پولی شما در لیست نیست می توانید %sadd it later%s کنید."
10108
-
10109
- #: includes/admin/class-wc-admin-setup-wizard.php:320
10110
- #: includes/admin/settings/class-wc-settings-general.php:137
10111
- #: includes/admin/views/html-admin-page-status-report.php:422
10112
- msgid "Currency Position"
10113
- msgstr "محل واحد مالی"
10114
-
10115
- #: includes/admin/class-wc-admin-setup-wizard.php:323
10116
- #: includes/admin/settings/class-wc-settings-general.php:145
10117
- msgid "Left"
10118
- msgstr "چپ"
10119
-
10120
- #: includes/admin/class-wc-admin-setup-wizard.php:324
10121
- #: includes/admin/settings/class-wc-settings-general.php:146
10122
- msgid "Right"
10123
- msgstr "راست"
10124
-
10125
- #: includes/admin/class-wc-admin-profile.php:56
10126
- #: includes/admin/class-wc-admin-profile.php:109
10127
- #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:55
10128
- #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:104
10129
- msgid "Address 1"
10130
- msgstr "آدرس"
10131
-
10132
- #: includes/admin/class-wc-admin-profile.php:60
10133
- #: includes/admin/class-wc-admin-profile.php:113
10134
- #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:59
10135
- #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:108
10136
- msgid "Address 2"
10137
- msgstr "آدرس 2"
10138
-
10139
- #: includes/admin/class-wc-admin-profile.php:64
10140
- #: includes/admin/class-wc-admin-profile.php:117
10141
- #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:63
10142
- #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:112
10143
- #: includes/admin/settings/class-wc-settings-tax.php:169
10144
- #: includes/admin/settings/views/html-settings-tax.php:22
10145
- #: templates/cart/shipping-calculator.php:82
10146
- msgid "City"
10147
- msgstr "شهر"
10148
-
10149
- #: includes/admin/class-wc-admin-profile.php:68
10150
- #: includes/admin/class-wc-admin-profile.php:121
10151
- #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:67
10152
- #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:116
10153
- #: includes/class-wc-countries.php:599 includes/class-wc-countries.php:860
10154
- msgid "Postcode"
10155
- msgstr "کد پستی"
10156
-
10157
- #: includes/admin/class-wc-admin-profile.php:72
10158
- #: includes/admin/class-wc-admin-profile.php:125
10159
- #: includes/admin/class-wc-admin-settings.php:574
10160
- #: includes/admin/class-wc-admin-settings.php:599
10161
- #: includes/admin/class-wc-admin-setup-wizard.php:499
10162
- #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:71
10163
- #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:120
10164
- #: includes/class-wc-countries.php:513
10165
- msgid "Country"
10166
- msgstr "کشور"
10167
-
10168
- #: includes/admin/class-wc-admin-profile.php:76
10169
- #: includes/admin/class-wc-admin-profile.php:129
10170
- #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:75
10171
- #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:124
10172
- #: includes/wc-template-functions.php:1774
10173
- #: templates/cart/shipping-calculator.php:38
10174
- msgid "Select a country&hellip;"
10175
- msgstr "کشور مورد نظر را انتخاب کنید"
10176
-
10177
- #: includes/admin/class-wc-admin-profile.php:79
10178
- #: includes/admin/class-wc-admin-profile.php:132
10179
- #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:78
10180
- #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:127
10181
- msgid "State/County"
10182
- msgstr "استان"
10183
-
10184
- #: includes/admin/class-wc-admin-profile.php:80
10185
- #: includes/admin/class-wc-admin-profile.php:133
10186
- msgid "State/County or state code"
10187
- msgstr "کد استان"
10188
-
10189
- #: includes/admin/class-wc-admin-profile.php:84
10190
- msgid "Telephone"
10191
- msgstr "تلفن"
10192
-
10193
- #: includes/admin/class-wc-admin-profile.php:88
10194
- #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:83
10195
- #: includes/admin/reports/class-wc-report-customer-list.php:232
10196
- #: includes/admin/settings/class-wc-settings-emails.php:233
10197
- #: includes/class-wc-emails.php:351 templates/single-product-reviews.php:75
10198
- msgid "Email"
10199
- msgstr "ایمیل"
10200
-
10201
- #: includes/admin/class-wc-admin-profile.php:94
10202
- msgid "Customer Shipping Address"
10203
- msgstr "آدرس دریافت محصول مشتری"
10204
-
10205
- #: includes/admin/class-wc-admin-reports.php:45
10206
- #: includes/admin/reports/class-wc-report-customer-list.php:234
10207
- #: includes/class-wc-post-types.php:292
10208
- msgid "Orders"
10209
- msgstr "سفارش ها"
10210
-
10211
- #: includes/admin/class-wc-admin-reports.php:48
10212
- msgid "Sales by date"
10213
- msgstr "فروش ها بر اساس روز"
10214
-
10215
- #: includes/admin/class-wc-admin-reports.php:54
10216
- msgid "Sales by product"
10217
- msgstr "فروش بر اساس محصول"
10218
-
10219
- #: includes/admin/class-wc-admin-reports.php:60
10220
- msgid "Sales by category"
10221
- msgstr "فروش بر اساس دسته‌ بندی"
10222
-
10223
- #: includes/admin/class-wc-admin-reports.php:66
10224
- msgid "Coupons by date"
10225
- msgstr "کوپن ها بر اساس تاریخ"
10226
-
10227
- #: includes/admin/class-wc-admin-reports.php:74
10228
- #: includes/admin/reports/class-wc-report-customer-list.php:28
10229
- msgid "Customers"
10230
- msgstr "مشتریان"
10231
-
10232
- #: includes/admin/class-wc-admin-reports.php:77
10233
- msgid "Customers vs. Guests"
10234
- msgstr "مشتریان در مقابل مهمان ها"
10235
-
10236
- #: includes/admin/class-wc-admin-reports.php:83
10237
- msgid "Customer List"
10238
- msgstr "لیست مشتری"
10239
-
10240
- #: includes/admin/class-wc-admin-reports.php:94
10241
- msgid "Low in stock"
10242
- msgstr "کمبود در انبار"
10243
-
10244
- #: includes/admin/class-wc-admin-reports.php:106
10245
- msgid "Most Stocked"
10246
- msgstr "بیشترین موجودی"
10247
-
10248
- #: includes/admin/class-wc-admin-reports.php:117
10249
- msgid "Taxes"
10250
- msgstr "مالیات"
10251
-
10252
- #: includes/admin/class-wc-admin-reports.php:120
10253
- msgid "Taxes by code"
10254
- msgstr "مالیات بر اساس کد"
10255
-
10256
- #: includes/admin/class-wc-admin-reports.php:126
10257
- msgid "Taxes by date"
10258
- msgstr "مالیات بر اساس تاریخ"
10259
-
10260
- #: includes/admin/class-wc-admin-settings.php:86
10261
- msgid "Your settings have been saved."
10262
- msgstr "پیکربندی شما ذخیره شد . "
10263
-
10264
- #: includes/admin/class-wc-admin-settings.php:144
10265
- msgid "The changes you made will be lost if you navigate away from this page."
10266
- msgstr "درصورت خارج شدن از این برگه تغییرات ذخیره نخواهند شد."
10267
-
10268
- #: includes/admin/class-wc-admin-settings.php:516
10269
- msgid "The settings of this image size have been disabled because its values are being overwritten by a filter."
10270
- msgstr "پیکربندی اندازه این نگاره غیرفعال است زیرا یک فیلتر داده های آنرا رونویسی کرده است."
10271
-
10272
- #: includes/admin/class-wc-admin-settings.php:525
10273
- msgid "Hard Crop?"
10274
- msgstr "کراپ سخت؟"
10275
-
10276
- #: includes/admin/class-wc-admin-settings.php:552
10277
- msgid "Select a page&hellip;"
10278
- msgstr "برگه‌ای انتخاب کنید&hellip;"
10279
-
10280
- #: includes/admin/class-wc-admin-settings.php:574
10281
- #: includes/admin/class-wc-admin-setup-wizard.php:300
10282
- msgid "Choose a country&hellip;"
10283
- msgstr "کشوری انتخاب کنید&hellip;"
10284
-
10285
- #: includes/admin/class-wc-admin-settings.php:599
10286
- msgid "Choose countries&hellip;"
10287
- msgstr "کشورهایی انتخاب کنید&hellip;"
10288
-
10289
- #: includes/admin/class-wc-admin-settings.php:607
10290
- #: includes/admin/meta-boxes/views/html-product-attribute.php:40
10291
- msgid "Select all"
10292
- msgstr "انتخاب همه"
10293
-
10294
- #: includes/admin/class-wc-admin-post-types.php:1426
10295
- #: includes/admin/class-wc-admin-post-types.php:1427
10296
- msgid "Mark complete"
10297
- msgstr "علامت گذاری به عنوان تکمیل شده"
10298
-
10299
- #: includes/admin/class-wc-admin-post-types.php:1463
10300
- msgid "Order status changed by bulk edit:"
10301
- msgstr "وضعیت سفارش توسط ویرایش توده‌ای تغییر یافت :"
10302
-
10303
- #: includes/admin/class-wc-admin-post-types.php:1497
10304
- msgid "Order status changed."
10305
- msgid_plural "%s order statuses changed."
10306
- msgstr[0] "وضعیت سفارش تغییر کرد."
10307
-
10308
- #: includes/admin/class-wc-admin-post-types.php:1648
10309
- msgid "Show all product types"
10310
- msgstr "نمایش همه نوع‌های محصولات"
10311
-
10312
- #: includes/admin/class-wc-admin-post-types.php:1661
10313
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:42
10314
- #: includes/wc-product-functions.php:522
10315
- msgid "Grouped product"
10316
- msgstr "محصولات گروهی"
10317
-
10318
- #: includes/admin/class-wc-admin-post-types.php:1664
10319
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:43
10320
- #: includes/wc-product-functions.php:523
10321
- msgid "External/Affiliate product"
10322
- msgstr "محصول خارجی/وابسته"
10323
-
10324
- #: includes/admin/class-wc-admin-post-types.php:1667
10325
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:44
10326
- #: includes/wc-product-functions.php:524
10327
- msgid "Variable product"
10328
- msgstr "محصول متغیر"
10329
-
10330
- #: includes/admin/class-wc-admin-post-types.php:1670
10331
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:41
10332
- #: includes/wc-product-functions.php:521
10333
- msgid "Simple product"
10334
- msgstr "محصول ساده"
10335
-
10336
- #: includes/admin/class-wc-admin-post-types.php:1711
10337
- msgid "Show all types"
10338
- msgstr "نمایش همه"
10339
-
10340
- #: includes/admin/class-wc-admin-post-types.php:1740
10341
- #: includes/admin/settings/views/html-keys-edit.php:35
10342
- msgid "Search for a customer&hellip;"
10343
- msgstr "جستجو برای یک خریدار&hellip;"
10344
-
10345
- #: includes/admin/class-wc-admin-post-types.php:2085
10346
- msgid "Product name"
10347
- msgstr "نام محصول"
10348
-
10349
- #: includes/admin/class-wc-admin-post-types.php:2088
10350
- #: templates/cart/cart.php:136 templates/checkout/form-coupon.php:35
10351
- msgid "Coupon code"
10352
- msgstr "كد تخفیف:"
10353
-
10354
- #: includes/admin/class-wc-admin-post-types.php:2102
10355
- msgid "Description (optional)"
10356
- msgstr "توضیحات (دلخواه)"
10357
-
10358
- #: includes/admin/class-wc-admin-post-types.php:2118
10359
- msgid "Insert into %s"
10360
- msgstr "وارد کردن در %s"
10361
-
10362
- #: includes/admin/class-wc-admin-post-types.php:2119
10363
- msgid "Uploaded to this %s"
10364
- msgstr "آپلود شده در این %s"
10365
-
10366
- #: includes/admin/class-wc-admin-post-types.php:2153
10367
- msgid "Catalog/search"
10368
- msgstr "کاتالوگ/جستجو"
10369
-
10370
- #: includes/admin/class-wc-admin-post-types.php:2154
10371
- #: includes/admin/views/html-bulk-edit-product.php:187
10372
- #: includes/admin/views/html-quick-edit-product.php:144
10373
- msgid "Catalog"
10374
- msgstr "فهرست"
10375
-
10376
- #: includes/admin/class-wc-admin-post-types.php:2155
10377
- #: includes/admin/views/html-bulk-edit-product.php:188
10378
- #: includes/admin/views/html-quick-edit-product.php:145
10379
- msgid "Search"
10380
- msgstr "جستجو"
10381
-
10382
- #: includes/admin/class-wc-admin-post-types.php:2156
10383
- #: includes/admin/views/html-bulk-edit-product.php:189
10384
- #: includes/admin/views/html-quick-edit-product.php:146
10385
- msgid "Hidden"
10386
- msgstr "پنهان"
10387
-
10388
- #: includes/admin/class-wc-admin-post-types.php:2160
10389
- msgid "Catalog visibility:"
10390
- msgstr "قابلیت دیدن کاتالوگ:"
10391
-
10392
- #: includes/admin/class-wc-admin-post-types.php:2176
10393
- msgid "Choose where this product should be displayed in your catalog. The product will always be accessible directly."
10394
- msgstr ""
10395
-
10396
- #: includes/admin/class-wc-admin-post-types.php:2182
10397
- msgid "Enable this option to feature this product."
10398
- msgstr "برای ویژه کردن محصول این گزینه را فعال کنید."
10399
-
10400
- #: includes/admin/class-wc-admin-post-types.php:2184
10401
- msgid "Featured Product"
10402
- msgstr "محصولات برجسته"
10403
-
10404
- #: includes/admin/class-wc-admin-post-types.php:2187
10405
- msgid "OK"
10406
- msgstr "تایید"
10407
-
10408
- #: includes/admin/class-wc-admin-post-types.php:2188
10409
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:177
10410
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:746
10411
- #: includes/admin/meta-boxes/views/html-order-items.php:261
10412
- #: includes/admin/meta-boxes/views/html-order-items.php:307
10413
- #: templates/myaccount/my-orders.php:92
10414
- msgid "Cancel"
10415
- msgstr "لغو"
10416
-
10417
- #: includes/admin/class-wc-admin-profile.php:41
10418
- msgid "Customer Billing Address"
10419
- msgstr "آدرس صدور صورت حساب مشتری"
10420
-
10421
- #: includes/admin/class-wc-admin-profile.php:44
10422
- #: includes/admin/class-wc-admin-profile.php:97
10423
- #: templates/myaccount/form-edit-account.php:30
10424
- msgid "First name"
10425
- msgstr "نام"
10426
-
10427
- #: includes/admin/class-wc-admin-profile.php:48
10428
- #: includes/admin/class-wc-admin-profile.php:101
10429
- #: templates/myaccount/form-edit-account.php:34
10430
- msgid "Last name"
10431
- msgstr "نام خانوادگی"
10432
-
10433
- #: includes/admin/class-wc-admin-profile.php:52
10434
- #: includes/admin/class-wc-admin-profile.php:105
10435
- #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:51
10436
- #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:100
10437
- msgid "Company"
10438
- msgstr "شرکت"
10439
-
10440
- #: includes/admin/class-wc-admin-post-types.php:391
10441
- #: includes/admin/class-wc-admin-post-types.php:631
10442
- #: includes/admin/class-wc-admin-post-types.php:712
10443
- #: includes/admin/class-wc-admin-post-types.php:714
10444
- #: includes/admin/class-wc-admin-post-types.php:716
10445
- #: includes/admin/settings/class-wc-settings-checkout.php:316
10446
- #: includes/admin/settings/class-wc-settings-emails.php:269
10447
- #: includes/admin/settings/class-wc-settings-shipping.php:211
10448
- #: includes/admin/views/html-bulk-edit-product.php:205
10449
- #: includes/admin/views/html-bulk-edit-product.php:242
10450
- #: includes/admin/views/html-bulk-edit-product.php:303
10451
- msgid "Yes"
10452
- msgstr "بله"
10453
-
10454
- #: includes/admin/class-wc-admin-post-types.php:393
10455
- #: includes/admin/views/html-bulk-edit-product.php:206
10456
- #: includes/admin/views/html-bulk-edit-product.php:243
10457
- #: includes/admin/views/html-bulk-edit-product.php:304
10458
- msgid "No"
10459
- msgstr "خیر"
10460
-
10461
- #: includes/admin/class-wc-admin-post-types.php:439
10462
- msgid "Edit this item"
10463
- msgstr "ویرایش این مورد"
10464
-
10465
- #: includes/admin/class-wc-admin-post-types.php:440
10466
- msgid "Edit this item inline"
10467
- msgstr "ویرایش سریع محصول"
10468
-
10469
- #: includes/admin/class-wc-admin-post-types.php:440
10470
- msgid "Quick&nbsp;Edit"
10471
- msgstr "ویرایش سریع"
10472
-
10473
- #: includes/admin/class-wc-admin-post-types.php:444
10474
- #: includes/admin/class-wc-admin-post-types.php:575
10475
- #: includes/admin/class-wc-admin-webhooks-table-list.php:104
10476
- msgid "Restore this item from the Trash"
10477
- msgstr "بازیابی این آیتم از زباله‌دان"
10478
-
10479
- #: includes/admin/class-wc-admin-post-types.php:444
10480
- #: includes/admin/class-wc-admin-post-types.php:575
10481
- #: includes/admin/class-wc-admin-webhooks-table-list.php:104
10482
- #: includes/admin/class-wc-admin-webhooks-table-list.php:246
10483
- msgid "Restore"
10484
- msgstr "بازگردانی"
10485
-
10486
- #: includes/admin/class-wc-admin-post-types.php:446
10487
- #: includes/admin/class-wc-admin-post-types.php:577
10488
- #: includes/admin/class-wc-admin-webhooks-table-list.php:106
10489
- msgid "Move this item to the Trash"
10490
- msgstr "انتقال این ایتم به زباله‌ دان"
10491
-
10492
- #: includes/admin/class-wc-admin-post-types.php:446
10493
- #: includes/admin/class-wc-admin-post-types.php:577
10494
- #: includes/admin/class-wc-admin-webhooks-table-list.php:106
10495
- msgid "Trash"
10496
- msgstr "زباله‌ دان"
10497
-
10498
- #: includes/admin/class-wc-admin-post-types.php:450
10499
- #: includes/admin/class-wc-admin-post-types.php:581
10500
- #: includes/admin/class-wc-admin-webhooks-table-list.php:109
10501
- msgid "Delete this item permanently"
10502
- msgstr "پاک کردن‌ این مورد برای همیشه"
10503
-
10504
- #: includes/admin/class-wc-admin-post-types.php:450
10505
- #: includes/admin/class-wc-admin-post-types.php:581
10506
- #: includes/admin/class-wc-admin-webhooks-table-list.php:109
10507
- #: includes/admin/class-wc-admin-webhooks-table-list.php:247
10508
- #: includes/admin/meta-boxes/class-wc-meta-box-order-actions.php:76
10509
- #: includes/admin/settings/views/html-webhooks-edit.php:153
10510
- msgid "Delete Permanently"
10511
- msgstr "پاک کردن‌ برای همیشه"
10512
-
10513
- #: includes/admin/class-wc-admin-post-types.php:456
10514
- msgid "Preview &#8220;%s&#8221;"
10515
- msgstr "پیش نمایش"
10516
-
10517
- #: includes/admin/class-wc-admin-post-types.php:456
10518
- msgid "Preview"
10519
- msgstr "پیش‌ نمایش"
10520
-
10521
- #: includes/admin/class-wc-admin-post-types.php:458
10522
- msgid "View &#8220;%s&#8221;"
10523
- msgstr "نمایش"
10524
-
10525
- #: includes/admin/class-wc-admin-post-types.php:458
10526
- #: includes/admin/class-wc-admin-post-types.php:792
10527
- #: includes/admin/reports/class-wc-report-stock.php:140
10528
- #: includes/admin/views/html-admin-page-status-logs.php:24
10529
- #: templates/myaccount/my-orders.php:88
10530
- msgid "View"
10531
- msgstr "نمایش "
10532
-
10533
- #: includes/admin/class-wc-admin-post-types.php:529
10534
- msgid "%s / %s"
10535
- msgstr "%s / %s"
10536
-
10537
- #: includes/admin/class-wc-admin-post-types.php:531
10538
- msgid "%s / &infin;"
10539
- msgstr "%s / &infin;"
10540
-
10541
- #: includes/admin/class-wc-admin-post-types.php:620
10542
- msgid "Unpublished"
10543
- msgstr "منتشرنشده"
10544
-
10545
- #: includes/admin/class-wc-admin-post-types.php:622
10546
- msgid "Y/m/d g:i:s A"
10547
- msgstr "Y/m/d g:i:s A"
10548
-
10549
- #: includes/admin/class-wc-admin-post-types.php:623
10550
- msgid "Y/m/d"
10551
- msgstr "Y/m/d"
10552
-
10553
- #: includes/admin/class-wc-admin-post-types.php:639
10554
- #: includes/admin/reports/class-wc-report-sales-by-date.php:409
10555
- msgid "%d item"
10556
- msgid_plural "%d items"
10557
- msgstr[0] "%d آیتم"
10558
-
10559
- #: includes/admin/class-wc-admin-post-types.php:679
10560
- msgid "Tel:"
10561
- msgstr "تلفن : "
10562
-
10563
- #: includes/admin/class-wc-admin-post-types.php:692
10564
- #: includes/admin/class-wc-admin-post-types.php:728
10565
- msgid "Via"
10566
- msgstr "از طریق"
10567
-
10568
- #: includes/admin/class-wc-admin-post-types.php:714
10569
- msgid "plus %d other note"
10570
- msgid_plural "plus %d other notes"
10571
- msgstr[0] "افزودن یادداشت دیگر %d"
10572
-
10573
- #: includes/admin/class-wc-admin-post-types.php:716
10574
- msgid "%d note"
10575
- msgid_plural "%d notes"
10576
- msgstr[0] "یادداشت %d"
10577
-
10578
- #: includes/admin/class-wc-admin-post-types.php:753
10579
- #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:237
10580
- msgid "Guest"
10581
- msgstr "مهمان"
10582
-
10583
- #: includes/admin/class-wc-admin-post-types.php:763
10584
- msgid "Show more details"
10585
- msgstr "نمایش اطلاعات بیشتر"
10586
-
10587
- #: includes/admin/class-wc-admin-post-types.php:777
10588
- msgid "Processing"
10589
- msgstr "در حال انجام"
10590
-
10591
- #: includes/admin/class-wc-admin-post-types.php:785
10592
- msgid "Complete"
10593
- msgstr "تکمیل شده"
10594
-
10595
- #: includes/admin/class-wc-admin-post-types.php:939
10596
- msgid "Sort Products"
10597
- msgstr "ترتیب محصولات"
10598
-
10599
- #: includes/admin/class-wc-admin-post-types.php:1420
10600
- #: includes/admin/class-wc-admin-post-types.php:1421
10601
- msgid "Mark processing"
10602
- msgstr "علات گذاری به عنوان در حال انجام"
10603
-
10604
- #: includes/admin/class-wc-admin-post-types.php:1423
10605
- #: includes/admin/class-wc-admin-post-types.php:1424
10606
- msgid "Mark on-hold"
10607
- msgstr "علامت گذاری به عنوان در انتظار بررسی"
10608
-
10609
- #: includes/admin/class-wc-admin-post-types.php:249
10610
- msgid "Coupon type"
10611
- msgstr "نوع کوپن"
10612
-
10613
- #: includes/admin/class-wc-admin-post-types.php:250
10614
- #: includes/admin/meta-boxes/class-wc-meta-box-coupon-data.php:70
10615
- #: includes/admin/reports/class-wc-report-sales-by-date.php:583
10616
- msgid "Coupon amount"
10617
- msgstr "مبلغ کوپن"
10618
-
10619
- #: includes/admin/class-wc-admin-post-types.php:252
10620
- msgid "Product IDs"
10621
- msgstr "شناسه های محصول"
10622
-
10623
- #: includes/admin/class-wc-admin-post-types.php:253
10624
- msgid "Usage / Limit"
10625
- msgstr "مصرف / محدودیت"
10626
-
10627
- #: includes/admin/class-wc-admin-post-types.php:254
10628
- msgid "Expiry date"
10629
- msgstr "تاریخ انقضا"
10630
-
10631
- #: includes/admin/class-wc-admin-post-types.php:267
10632
- #: includes/admin/class-wc-admin-webhooks-table-list.php:41
10633
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:682
10634
- #: includes/admin/settings/views/html-webhook-log.php:25
10635
- #: includes/admin/settings/views/html-webhooks-edit.php:24
10636
- #: templates/myaccount/my-orders.php:27
10637
- msgid "Status"
10638
- msgstr "وضعیت"
10639
-
10640
- #: includes/admin/class-wc-admin-post-types.php:268
10641
- #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:165
10642
- #: includes/gateways/paypal/includes/class-wc-gateway-paypal-request.php:181
10643
- #: templates/myaccount/my-orders.php:25
10644
- msgid "Order"
10645
- msgstr "سفارش"
10646
-
10647
- #: includes/admin/class-wc-admin-post-types.php:269
10648
- msgid "Purchased"
10649
- msgstr "خریداری شده"
10650
-
10651
- #: includes/admin/class-wc-admin-post-types.php:270
10652
- msgid "Billing"
10653
- msgstr ""
10654
-
10655
- #: includes/admin/class-wc-admin-post-types.php:271
10656
- msgid "Ship to"
10657
- msgstr "ارسال به"
10658
-
10659
- #: includes/admin/class-wc-admin-post-types.php:272
10660
- msgid "Customer Message"
10661
- msgstr "پیام مشتری"
10662
-
10663
- #: includes/admin/class-wc-admin-post-types.php:273
10664
- #: includes/class-wc-checkout.php:125
10665
- msgid "Order Notes"
10666
- msgstr "توضیحات سفارش"
10667
-
10668
- #: includes/admin/class-wc-admin-post-types.php:275
10669
- #: includes/admin/meta-boxes/views/html-order-items.php:57
10670
- #: includes/admin/reports/class-wc-report-taxes-by-code.php:177
10671
- #: templates/cart/cart-totals.php:91 templates/cart/cart-totals.php:92
10672
- #: templates/cart/cart.php:38 templates/cart/cart.php:118
10673
- #: templates/checkout/review-order.php:26
10674
- #: templates/checkout/review-order.php:105 templates/myaccount/my-orders.php:28
10675
- #: templates/order/order-details.php:32
10676
- msgid "Total"
10677
- msgstr "مجموع"
10678
-
10679
- #: includes/admin/class-wc-admin-post-types.php:276
10680
- #: includes/admin/meta-boxes/class-wc-meta-box-order-actions.php:43
10681
- #: includes/admin/meta-boxes/views/html-order-items.php:221
10682
- #: includes/admin/reports/class-wc-report-customer-list.php:237
10683
- #: includes/admin/reports/class-wc-report-stock.php:168
10684
- msgid "Actions"
10685
- msgstr "عملیات ها"
10686
-
10687
- #: includes/admin/class-wc-admin-post-types.php:351
10688
- msgid "Grouped"
10689
- msgstr "گروه‌بندی شده"
10690
-
10691
- #: includes/admin/class-wc-admin-post-types.php:353
10692
- msgid "External/Affiliate"
10693
- msgstr "خارجی/ وابسته"
10694
-
10695
- #: includes/admin/class-wc-admin-post-types.php:357
10696
- #: includes/admin/class-wc-admin-post-types.php:1696
10697
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:59
10698
- #: includes/admin/meta-boxes/views/html-variation-admin.php:80
10699
- msgid "Virtual"
10700
- msgstr "مجازی"
10701
-
10702
- #: includes/admin/class-wc-admin-post-types.php:359
10703
- #: includes/admin/class-wc-admin-post-types.php:1688
10704
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:66
10705
- #: includes/admin/meta-boxes/views/html-variation-admin.php:78
10706
- msgid "Downloadable"
10707
- msgstr "دانلودی"
10708
-
10709
- #: includes/admin/class-wc-admin-post-types.php:361
10710
- msgid "Simple"
10711
- msgstr "ساده"
10712
-
10713
- #: includes/admin/class-wc-admin-post-types.php:365
10714
- msgid "Variable"
10715
- msgstr "متغیر"
10716
-
10717
- #: includes/admin/class-wc-admin-post-types.php:389
10718
- msgid "Toggle featured"
10719
- msgstr "تبدیل به حالت ویژه"
10720
-
10721
- #: includes/admin/class-wc-admin-post-types.php:180
10722
- msgid "%s product permanently deleted."
10723
- msgid_plural "%s products permanently deleted."
10724
- msgstr[0] "%s محصول برای همیشه حذف شدند."
10725
-
10726
- #: includes/admin/class-wc-admin-post-types.php:181
10727
- msgid "%s product moved to the Trash."
10728
- msgid_plural "%s products moved to the Trash."
10729
- msgstr[0] "%s محصول به سطل بازیافت منتقل شد."
10730
-
10731
- #: includes/admin/class-wc-admin-post-types.php:182
10732
- msgid "%s product restored from the Trash."
10733
- msgid_plural "%s products restored from the Trash."
10734
- msgstr[0] "%s محصول از سطل بازیافت بازیابی شد."
10735
-
10736
- #: includes/admin/class-wc-admin-post-types.php:186
10737
- msgid "%s order updated."
10738
- msgid_plural "%s orders updated."
10739
- msgstr[0] "%s سفارش بروز شد."
10740
-
10741
- #: includes/admin/class-wc-admin-post-types.php:187
10742
- msgid "%s order not updated, somebody is editing it."
10743
- msgid_plural "%s orders not updated, somebody is editing them."
10744
- msgstr[0] "%s سفارش بروز نشد، شخصی دیگر در حال ویرایش می باشد."
10745
-
10746
- #: includes/admin/class-wc-admin-post-types.php:188
10747
- msgid "%s order permanently deleted."
10748
- msgid_plural "%s orders permanently deleted."
10749
- msgstr[0] "%s سفارش ها برای همیشه پاک شدند."
10750
-
10751
- #: includes/admin/class-wc-admin-post-types.php:189
10752
- msgid "%s order moved to the Trash."
10753
- msgid_plural "%s orders moved to the Trash."
10754
- msgstr[0] "%s سفارش ها به سطل بازیافت ریخته شدند."
10755
-
10756
- #: includes/admin/class-wc-admin-post-types.php:190
10757
- msgid "%s order restored from the Trash."
10758
- msgid_plural "%s orders restored from the Trash."
10759
- msgstr[0] "%s سفارش ها از سطل بازیافت بازیابی شدند."
10760
-
10761
- #: includes/admin/class-wc-admin-post-types.php:194
10762
- msgid "%s coupon updated."
10763
- msgid_plural "%s coupons updated."
10764
- msgstr[0] "%s کوپن بروز شد."
10765
-
10766
- #: includes/admin/class-wc-admin-post-types.php:195
10767
- msgid "%s coupon not updated, somebody is editing it."
10768
- msgid_plural "%s coupons not updated, somebody is editing them."
10769
- msgstr[0] "%s کوپن ها بروز نشد، شخصی دیگر در حال ویرایش می باشد."
10770
-
10771
- #: includes/admin/class-wc-admin-post-types.php:196
10772
- msgid "%s coupon permanently deleted."
10773
- msgid_plural "%s coupons permanently deleted."
10774
- msgstr[0] "%s کوپن ها برای همیشه پاک شدند."
10775
-
10776
- #: includes/admin/class-wc-admin-post-types.php:197
10777
- msgid "%s coupon moved to the Trash."
10778
- msgid_plural "%s coupons moved to the Trash."
10779
- msgstr[0] "کوپن های %s به سطل زباله منتقل شدند."
10780
-
10781
- #: includes/admin/class-wc-admin-post-types.php:198
10782
- msgid "%s coupon restored from the Trash."
10783
- msgid_plural "%s coupons restored from the Trash."
10784
- msgstr[0] "کوپن های %s از سطل زباله بازیافت شدند."
10785
-
10786
- #: includes/admin/class-wc-admin-post-types.php:218
10787
- #: includes/admin/class-wc-admin-taxonomies.php:302
10788
- msgid "Image"
10789
- msgstr "تصویر"
10790
-
10791
- #: includes/admin/class-wc-admin-post-types.php:222
10792
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:142
10793
- #: includes/admin/meta-boxes/views/html-variation-admin.php:68
10794
- #: includes/admin/views/html-quick-edit-product.php:22
10795
- msgid "SKU"
10796
- msgstr "شناسه محصول"
10797
-
10798
- #: includes/admin/class-wc-admin-post-types.php:226
10799
- #: includes/admin/class-wc-admin-reports.php:91
10800
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:698
10801
- #: includes/admin/reports/class-wc-report-stock.php:34
10802
- #: includes/admin/reports/class-wc-report-stock.php:35
10803
- msgid "Stock"
10804
- msgstr "انبار"
10805
-
10806
- #: includes/admin/class-wc-admin-post-types.php:229
10807
- #: includes/admin/views/html-bulk-edit-product.php:21
10808
- #: includes/admin/views/html-quick-edit-product.php:33
10809
- #: includes/widgets/class-wc-widget-products.php:56 templates/cart/cart.php:36
10810
- #: templates/cart/cart.php:95 templates/emails/email-order-details.php:35
10811
- msgid "Price"
10812
- msgstr "قیمت"
10813
-
10814
- #: includes/admin/class-wc-admin-post-types.php:230
10815
- #: includes/admin/reports/class-wc-report-sales-by-category.php:192
10816
- msgid "Categories"
10817
- msgstr "دسته‌ها"
10818
-
10819
- #: includes/admin/class-wc-admin-post-types.php:231
10820
- msgid "Tags"
10821
- msgstr "برچسب‌ها"
10822
-
10823
- #: includes/admin/class-wc-admin-post-types.php:234
10824
- #: includes/admin/class-wc-admin-post-types.php:274
10825
- #: includes/admin/reports/class-wc-report-coupon-usage.php:350
10826
- #: includes/admin/reports/class-wc-report-customers.php:226
10827
- #: includes/admin/reports/class-wc-report-sales-by-category.php:263
10828
- #: includes/admin/reports/class-wc-report-sales-by-date.php:472
10829
- #: includes/admin/reports/class-wc-report-sales-by-product.php:387
10830
- #: includes/admin/settings/views/html-webhook-logs.php:17
10831
- #: includes/admin/settings/views/html-webhook-logs.php:25
10832
- #: includes/widgets/class-wc-widget-products.php:55
10833
- #: templates/myaccount/my-orders.php:26
10834
- msgid "Date"
10835
- msgstr "تاریخ"
10836
-
10837
- #: includes/admin/class-wc-admin-post-types.php:248
10838
- msgid "Code"
10839
- msgstr "کد"
10840
-
10841
- #: includes/admin/class-wc-admin-post-types.php:141
10842
- msgid "Order restored to revision from %s"
10843
- msgstr "سفارش از %s برای بازبینی پس گرفته شد"
10844
-
10845
- #: includes/admin/class-wc-admin-post-types.php:143
10846
- msgid "Order saved."
10847
- msgstr "سفارش ذخیره شد."
10848
-
10849
- #: includes/admin/class-wc-admin-post-types.php:144
10850
- msgid "Order submitted."
10851
- msgstr "سفارش گذاشته شد"
10852
-
10853
- #: includes/admin/class-wc-admin-post-types.php:145
10854
- msgid "Order scheduled for: <strong>%1$s</strong>."
10855
- msgstr "سفارش زمان‌بندی شد برای : <strong>%1$s</strong>."
10856
-
10857
- #: includes/admin/class-wc-admin-post-types.php:147
10858
- msgid "Order draft updated."
10859
- msgstr "پیش‌نویس سفارش به‌روز‌رسانی شد."
10860
-
10861
- #: includes/admin/class-wc-admin-post-types.php:148
10862
- msgid "Order updated and email sent."
10863
- msgstr "سفارش بروزرسانی شد و ایمیل فرستاده شد."
10864
-
10865
- #: includes/admin/class-wc-admin-post-types.php:153
10866
- #: includes/admin/class-wc-admin-post-types.php:156
10867
- #: includes/admin/class-wc-admin-post-types.php:158
10868
- msgid "Coupon updated."
10869
- msgstr "کوپن به روز شد."
10870
-
10871
- #: includes/admin/class-wc-admin-post-types.php:157
10872
- msgid "Coupon restored to revision from %s"
10873
- msgstr "کوپن برای تجدیدنظر از %s بازیابی شد."
10874
-
10875
- #: includes/admin/class-wc-admin-post-types.php:159
10876
- msgid "Coupon saved."
10877
- msgstr "کوپن‌ها"
10878
-
10879
- #: includes/admin/class-wc-admin-post-types.php:160
10880
- msgid "Coupon submitted."
10881
- msgstr "کوپن ارایه شد."
10882
-
10883
- #: includes/admin/class-wc-admin-post-types.php:161
10884
- msgid "Coupon scheduled for: <strong>%1$s</strong>."
10885
- msgstr "کوپن برای <strong>%1$s</strong> برنامه‌ریزی شد."
10886
-
10887
- #: includes/admin/class-wc-admin-post-types.php:163
10888
- msgid "Coupon draft updated."
10889
- msgstr "پیش‌نویس کوپن به‌روزرسانی شد."
10890
-
10891
- #: includes/admin/class-wc-admin-post-types.php:178
10892
- msgid "%s product updated."
10893
- msgid_plural "%s products updated."
10894
- msgstr[0] "%s محصول بروز شد."
10895
-
10896
- #: includes/admin/class-wc-admin-post-types.php:179
10897
- msgid "%s product not updated, somebody is editing it."
10898
- msgid_plural "%s products not updated, somebody is editing them."
10899
- msgstr[0] "%s محصول بروز نشد، ظاهرا شخصی در حال ویرایش میباشد."
10900
-
10901
- #: includes/admin/class-wc-admin-post-types.php:129
10902
- msgid "Product submitted. <a target=\"_blank\" href=\"%s\">Preview Product</a>"
10903
- msgstr "محصول ارسال شد. <a target=\"_blank\" href=\"%s\">پیش‌نمایش محصول</a>"
10904
-
10905
- #: includes/admin/class-wc-admin-post-types.php:130
10906
- msgid "Product scheduled for: <strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">Preview Product</a>"
10907
- msgstr "ارسال محصول زمان‌بندی شد برای:‌<strong>%1$s</strong>. <a target=\"_blank\" href=\"%2$s\">پیش‌نمایش محصول</a>"
10908
-
10909
- #: includes/admin/class-wc-admin-post-types.php:131
10910
- #: includes/admin/class-wc-admin-post-types.php:146
10911
- #: includes/admin/class-wc-admin-post-types.php:162
10912
- #: includes/admin/settings/views/html-webhook-log.php:10
10913
- #: includes/admin/settings/views/html-webhooks-edit.php:126
10914
- #: includes/admin/settings/views/html-webhooks-edit.php:135
10915
- #: includes/admin/settings/views/html-webhooks-edit.php:143
10916
- msgid "M j, Y @ G:i"
10917
- msgstr "M j, Y @ G:i"
10918
-
10919
- #: includes/admin/class-wc-admin-post-types.php:132
10920
- msgid "Product draft updated. <a target=\"_blank\" href=\"%s\">Preview Product</a>"
10921
- msgstr "پیش‌نویس محصول به‌روزرسانی شد. <a target=\"_blank\" href=\"%s\">پیش‌نمایش محصول</a>"
10922
-
10923
- #: includes/admin/class-wc-admin-post-types.php:137
10924
- #: includes/admin/class-wc-admin-post-types.php:140
10925
- #: includes/admin/class-wc-admin-post-types.php:142
10926
- msgid "Order updated."
10927
- msgstr "سفارش به روز شد."
10928
-
10929
- #: includes/admin/class-wc-admin-post-types.php:125
10930
- msgid "Product updated."
10931
- msgstr "محصول به‌روزرسانی شد."
10932
-
10933
- #: includes/admin/class-wc-admin-post-types.php:126
10934
- msgid "Product restored to revision from %s"
10935
- msgstr "محصول از %s برای بازبینی پس گرفته شد"
10936
-
10937
- #: includes/admin/class-wc-admin-post-types.php:127
10938
- msgid "Product published. <a href=\"%s\">View Product</a>"
10939
- msgstr "محصول منتشر شد. <a href=\"%s\">نمایش محصول</a>"
10940
-
10941
- #: includes/admin/class-wc-admin-post-types.php:128
10942
- msgid "Product saved."
10943
- msgstr "محصول ذخیره شد."
10944
-
10945
- #: includes/admin/class-wc-admin-permalink-settings.php:120
10946
- msgid "Shop base"
10947
- msgstr "پایگاه فروشگاه"
10948
-
10949
- #: includes/admin/class-wc-admin-permalink-settings.php:124
10950
- msgid "Shop base with category"
10951
- msgstr "پایگاه فروشگاه بر اساس دسته‌بندی"
10952
-
10953
- #: includes/admin/class-wc-admin-permalink-settings.php:130
10954
- msgid "Custom Base"
10955
- msgstr "پایگاه سفارشی"
10956
-
10957
- #: includes/admin/class-wc-admin-permalink-settings.php:132
10958
- msgid "Enter a custom base to use. A base <strong>must</strong> be set or WordPress will use default instead."
10959
- msgstr "برای استفاده به یک پایگاه سفارشی وارد شوید. یک پایگاه باید مشخص شده باشد در غیر این صورت وردپرس قالب پیش فرض را استفاده می کند"
10960
-
10961
- #: includes/admin/class-wc-admin-pointers.php:60
10962
- msgid "Product Name"
10963
- msgstr "ام محصول"
10964
-
10965
- #: includes/admin/class-wc-admin-pointers.php:61
10966
- msgid "Give your new product a name here. This is a required field and will be what your customers will see in your store."
10967
- msgstr ""
10968
-
10969
- #: includes/admin/class-wc-admin-pointers.php:73
10970
- #: templates/single-product/tabs/description.php:24
10971
- msgid "Product Description"
10972
- msgstr "توضیحات محصول"
10973
-
10974
- #: includes/admin/class-wc-admin-pointers.php:74
10975
- msgid "This is your products main body of content. Here you should describe your product in detail."
10976
- msgstr ""
10977
-
10978
- #: includes/admin/class-wc-admin-pointers.php:89
10979
- msgid "Choose Product Type"
10980
- msgstr "انتخاب نوع محصول"
10981
-
10982
- #: includes/admin/class-wc-admin-pointers.php:90
10983
- msgid "Choose a type for this product. Simple is suitable for most physical goods and services (we recommend setting up a simple product for now)."
10984
- msgstr ""
10985
-
10986
- #: includes/admin/class-wc-admin-pointers.php:91
10987
- msgid "Variable is for more complex products such as t-shirts with multiple sizes."
10988
- msgstr ""
10989
-
10990
- #: includes/admin/class-wc-admin-pointers.php:92
10991
- msgid "Grouped products are for grouping several simple products into one."
10992
- msgstr ""
10993
-
10994
- #: includes/admin/class-wc-admin-pointers.php:93
10995
- msgid "Finally, external products are for linking off-site."
10996
- msgstr "در کل، محصولات خارجی برای ارتباط خارج از سایت هستند."
10997
-
10998
- #: includes/admin/class-wc-admin-pointers.php:108
10999
- msgid "Virtual Products"
11000
- msgstr "محصولات مجازی"
11001
-
11002
- #: includes/admin/class-wc-admin-pointers.php:109
11003
- msgid "Check the \"Virtual\" box if this is a non-physical item, for example a service, which does not need shipping."
11004
- msgstr ""
11005
-
11006
- #: includes/admin/class-wc-admin-pointers.php:124
11007
- #: includes/admin/settings/class-wc-settings-products.php:47
11008
- #: includes/admin/settings/class-wc-settings-products.php:364
11009
- msgid "Downloadable Products"
11010
- msgstr "محصولات دانلودی"
11011
-
11012
- #: includes/admin/class-wc-admin-pointers.php:125
11013
- msgid "If purchasing this product gives a customer access to a downloadable file, e.g. software, check this box."
11014
- msgstr ""
11015
-
11016
- #: includes/admin/class-wc-admin-pointers.php:140
11017
- msgid "Prices"
11018
- msgstr "قیمت‌ها"
11019
-
11020
- #: includes/admin/class-wc-admin-pointers.php:141
11021
- msgid "Next you'll need to give your product a price."
11022
- msgstr "سپس لازم است به محصول خود قیمت دهید."
11023
-
11024
- #: includes/admin/class-wc-admin-pointers.php:157
11025
- msgid "Add a quick summary for your product here. This will appear on the product page under the product name."
11026
- msgstr ""
11027
-
11028
- #: includes/admin/class-wc-admin-pointers.php:168
11029
- #: includes/admin/settings/class-wc-settings-products.php:176
11030
- msgid "Product Images"
11031
- msgstr "نگاره های محصول"
11032
-
11033
- #: includes/admin/class-wc-admin-pointers.php:169
11034
- msgid "Upload or assign an image to your product here. This image will be shown in your store's catalog."
11035
- msgstr ""
11036
-
11037
- #: includes/admin/class-wc-admin-pointers.php:180
11038
- #: includes/class-wc-post-types.php:98 includes/class-wc-post-types.php:100
11039
- #: includes/widgets/class-wc-widget-product-tag-cloud.php:29
11040
- msgid "Product Tags"
11041
- msgstr "برچسب محصولات"
11042
-
11043
- #: includes/admin/class-wc-admin-pointers.php:181
11044
- msgid "You can optionally \"tag\" your products here. Tags as a method of labeling your products to make them easier for customers to find."
11045
- msgstr ""
11046
-
11047
- #: includes/admin/class-wc-admin-pointers.php:192
11048
- #: includes/class-wc-post-types.php:63 includes/class-wc-post-types.php:65
11049
- #: includes/widgets/class-wc-widget-product-categories.php:43
11050
- msgid "Product Categories"
11051
- msgstr "دسته های محصولات"
11052
-
11053
- #: includes/admin/class-wc-admin-pointers.php:193
11054
- msgid "Optionally assign categories to your products to make them easier to browse through and find in your store."
11055
- msgstr ""
11056
-
11057
- #: includes/admin/class-wc-admin-pointers.php:204
11058
- msgid "Publish Your Product!"
11059
- msgstr "انتشار محصول شما!"
11060
-
11061
- #: includes/admin/class-wc-admin-pointers.php:205
11062
- msgid "When you are finished editing your product, hit the \"Publish\" button to publish your product to your store."
11063
- msgstr "هنگامی که ویرایش محصولتان به پایان رسید ، دکمه \"انتشار\" را کلیک کنید تا محصول در فروشگاه شما منتشر شود."
11064
-
11065
- #: includes/admin/class-wc-admin-post-types.php:122
11066
- msgid "Product updated. <a href=\"%s\">View Product</a>"
11067
- msgstr "محصول به‌روزرسانی شد. <a href=\"%s\">نمایش محصول</a>"
11068
-
11069
- #: includes/admin/class-wc-admin-post-types.php:123
11070
- #: includes/admin/class-wc-admin-post-types.php:138
11071
- #: includes/admin/class-wc-admin-post-types.php:154
11072
- msgid "Custom field updated."
11073
- msgstr "زمینه‌دلخواه به‌روز‌رسانی شد."
11074
-
11075
- #: includes/admin/class-wc-admin-post-types.php:124
11076
- #: includes/admin/class-wc-admin-post-types.php:139
11077
- #: includes/admin/class-wc-admin-post-types.php:155
11078
- msgid "Custom field deleted."
11079
- msgstr "زمینه‌دلخواه پاک شد."
11080
-
11081
- #: includes/admin/class-wc-admin-help.php:217
11082
- msgid "For more information:"
11083
- msgstr "برای اطلاعات بیشتر:"
11084
-
11085
- #: includes/admin/class-wc-admin-help.php:218
11086
- msgid "About WooCommerce"
11087
- msgstr "درباره ووکامرس"
11088
-
11089
- #: includes/admin/class-wc-admin-help.php:219
11090
- msgid "WordPress.org Project"
11091
- msgstr "پروژه در وردپرس"
11092
-
11093
- #: includes/admin/class-wc-admin-help.php:220
11094
- msgid "Github Project"
11095
- msgstr "پروژه در گیت هاب"
11096
-
11097
- #: includes/admin/class-wc-admin-help.php:221
11098
- msgid "Official Themes"
11099
- msgstr "پوسته های رسمی"
11100
-
11101
- #: includes/admin/class-wc-admin-help.php:222
11102
- msgid "Official Extensions"
11103
- msgstr "افزونه های رسمی"
11104
-
11105
- #: includes/admin/class-wc-admin-importers.php:34
11106
- msgid "WooCommerce Tax Rates (CSV)"
11107
- msgstr "نرخ های مالیات ووکامرس (CSV)"
11108
-
11109
- #: includes/admin/class-wc-admin-importers.php:34
11110
- msgid "Import <strong>tax rates</strong> to your store via a csv file."
11111
- msgstr "درون‌ریزی <strong> نرخ‌های مالیاتی </strong> به فروشگاه شما از طریق فایل csv"
11112
-
11113
- #: includes/admin/class-wc-admin-menus.php:72
11114
- msgid "Sales Reports"
11115
- msgstr "گزارش فروش ها"
11116
-
11117
- #: includes/admin/class-wc-admin-menus.php:80
11118
- msgid "WooCommerce Settings"
11119
- msgstr "پیکربندی ووکامرس"
11120
-
11121
- #: includes/admin/class-wc-admin-menus.php:105
11122
- #: includes/admin/views/html-admin-page-addons.php:15
11123
- msgid "WooCommerce Add-ons/Extensions"
11124
- msgstr "افزونه های رسمی"
11125
-
11126
- #: includes/admin/class-wc-admin-menus.php:105
11127
- msgid "Add-ons"
11128
- msgstr "افزونه ها"
11129
-
11130
- #: includes/admin/class-wc-admin-menus.php:236
11131
- msgid "WooCommerce Endpoints"
11132
- msgstr "گام پایانی ووکامرس"
11133
-
11134
- #: includes/admin/class-wc-admin-menus.php:272
11135
- msgid "Select All"
11136
- msgstr "انتخاب همه"
11137
-
11138
- #: includes/admin/class-wc-admin-menus.php:275
11139
- msgid "Add to Menu"
11140
- msgstr "افزودن به فهرست"
11141
-
11142
- #: includes/admin/class-wc-admin-menus.php:308
11143
- msgid "Visit Store"
11144
- msgstr "نمایش فروشگاه"
11145
-
11146
- #: includes/admin/class-wc-admin-meta-boxes.php:118
11147
- #: includes/admin/class-wc-admin-pointers.php:156
11148
- msgid "Product Short Description"
11149
- msgstr "توضیح کوتاه درباره محصول"
11150
-
11151
- #: includes/admin/class-wc-admin-meta-boxes.php:119
11152
- #: includes/admin/views/html-bulk-edit-product.php:15
11153
- #: includes/admin/views/html-quick-edit-product.php:15
11154
- msgid "Product Data"
11155
- msgstr "اطلاعات محصول"
11156
-
11157
- #: includes/admin/class-wc-admin-meta-boxes.php:120
11158
- msgid "Product Gallery"
11159
- msgstr "گالری محصول"
11160
-
11161
- #: includes/admin/class-wc-admin-meta-boxes.php:125
11162
- msgid "%s Data"
11163
- msgstr "%s داده"
11164
-
11165
- #: includes/admin/class-wc-admin-meta-boxes.php:126
11166
- msgid "%s Items"
11167
- msgstr "ایتم های %s"
11168
-
11169
- #: includes/admin/class-wc-admin-meta-boxes.php:127
11170
- msgid "%s Notes"
11171
- msgstr "یادداشت های %s"
11172
-
11173
- #: includes/admin/class-wc-admin-meta-boxes.php:128
11174
- msgid "Downloadable Product Permissions"
11175
- msgstr "دسترسی محصولات دانلودشدنی"
11176
-
11177
- #: includes/admin/class-wc-admin-meta-boxes.php:128
11178
- msgid "Note: Permissions for order items will automatically be granted when the order status changes to processing/completed."
11179
- msgstr "توضیح : دسترسی برای محصولات ، زمانی که وضعیت سفارش به «درحال انجام» یا «تکمیل شده» تغییر پیدا کند به صورت خودکار داده می شود."
11180
-
11181
- #: includes/admin/class-wc-admin-meta-boxes.php:129
11182
- msgid "%s Actions"
11183
- msgstr "%s اعمال"
11184
-
11185
- #: includes/admin/class-wc-admin-meta-boxes.php:134
11186
- msgid "Coupon Data"
11187
- msgstr "اطلاعات کوپن"
11188
-
11189
- #: includes/admin/class-wc-admin-meta-boxes.php:139
11190
- msgid "Rating"
11191
- msgstr "امتیازدهی"
11192
-
11193
- #: includes/admin/class-wc-admin-meta-boxes.php:175
11194
- #: includes/admin/settings/class-wc-settings-products.php:463
11195
- #: templates/single-product-reviews.php:34
11196
- msgid "Reviews"
11197
- msgstr "نقد و بررسی ها"
11198
-
11199
- #: includes/admin/class-wc-admin-notices.php:98
11200
- #: includes/class-wc-checkout.php:74 includes/class-wc-checkout.php:83
11201
- #: includes/class-wc-emails.php:48 includes/class-wc-emails.php:57
11202
- #: includes/class-wc-payment-gateways.php:51
11203
- #: includes/class-wc-payment-gateways.php:60 includes/class-wc-shipping.php:65
11204
- #: includes/class-wc-shipping.php:74 includes/emails/class-wc-email.php:682
11205
- #: woocommerce.php:126 woocommerce.php:134
11206
- msgid "Cheatin&#8217; huh?"
11207
- msgstr "تقلب &#8217; وایی؟"
11208
-
11209
- #: includes/admin/class-wc-admin-permalink-settings.php:36
11210
- msgid "Product Permalinks"
11211
- msgstr "پیوند های یکتای محصول"
11212
-
11213
- #: includes/admin/class-wc-admin-permalink-settings.php:41
11214
- msgid "Product category base"
11215
- msgstr "پایگاه دسته بندی محصول"
11216
-
11217
- #: includes/admin/class-wc-admin-permalink-settings.php:48
11218
- msgid "Product tag base"
11219
- msgstr "پایگاه برچسب محصول"
11220
-
11221
- #: includes/admin/class-wc-admin-permalink-settings.php:55
11222
- msgid "Product attribute base"
11223
- msgstr "پایگاه ویژگی‌های محصول"
11224
-
11225
- #: includes/admin/class-wc-admin-permalink-settings.php:96
11226
- msgid "These settings control the permalinks used specifically for products."
11227
- msgstr "این تنظیمات برای پیوند های یکتا به طور خاص برای محصولات استفاده می شود."
11228
-
11229
- #: includes/admin/class-wc-admin-permalink-settings.php:115
11230
- #: includes/admin/class-wc-admin-taxonomies.php:95
11231
- #: includes/admin/class-wc-admin-taxonomies.php:184
11232
- msgid "Default"
11233
- msgstr "پیش‌ فرض"
11234
-
11235
- #: includes/admin/class-wc-admin-help.php:85
11236
- #: includes/shipping/free-shipping/class-wc-shipping-free-shipping.php:38
11237
- #: includes/shipping/free-shipping/class-wc-shipping-free-shipping.php:78
11238
- msgid "Free Shipping"
11239
- msgstr "حمل و نقل رایگان"
11240
-
11241
- #: includes/admin/class-wc-admin-help.php:89
11242
- #: includes/shipping/local-delivery/class-wc-shipping-local-delivery.php:24
11243
- #: includes/shipping/local-delivery/class-wc-shipping-local-delivery.php:98
11244
- msgid "Local Delivery"
11245
- msgstr "تحویل محلی"
11246
-
11247
- #: includes/admin/class-wc-admin-help.php:93
11248
- #: includes/shipping/local-pickup/class-wc-shipping-local-pickup.php:24
11249
- #: includes/shipping/local-pickup/class-wc-shipping-local-pickup.php:76
11250
- msgid "Local Pickup"
11251
- msgstr "انتخاب محلی"
11252
-
11253
- #: includes/admin/class-wc-admin-help.php:97
11254
- #: includes/admin/class-wc-admin-help.php:101
11255
- #: includes/admin/class-wc-admin-help.php:105
11256
- #: includes/admin/class-wc-admin-help.php:109
11257
- msgid "Product Categories, Tags, Shipping Classes, &amp; Attributes"
11258
- msgstr "دسته‌های محصولات، برچسب‌ها، کلاس‌های ارسال مرسولات و ویژگی‌ها"
11259
-
11260
- #: includes/admin/class-wc-admin-help.php:113
11261
- msgid "Simple Products"
11262
- msgstr "محصولات ساده"
11263
-
11264
- #: includes/admin/class-wc-admin-help.php:117
11265
- #: includes/admin/class-wc-admin-help.php:184
11266
- #: includes/admin/class-wc-admin-help.php:202
11267
- #: includes/admin/class-wc-admin-menus.php:97
11268
- #: includes/admin/views/html-admin-page-status.php:16
11269
- msgid "System Status"
11270
- msgstr "وضعیت سیستم"
11271
-
11272
- #: includes/admin/class-wc-admin-help.php:121
11273
- #: includes/admin/class-wc-admin-menus.php:70
11274
- msgid "Reports"
11275
- msgstr "گزارشات"
11276
-
11277
- #: includes/admin/class-wc-admin-help.php:125
11278
- #: includes/admin/class-wc-admin-help.php:129
11279
- #: includes/admin/settings/class-wc-settings-checkout.php:75
11280
- #: includes/class-wc-post-types.php:350
11281
- msgid "Coupons"
11282
- msgstr "کوپن‌ها"
11283
-
11284
- #: includes/admin/class-wc-admin-help.php:133
11285
- #: includes/admin/class-wc-admin-help.php:137
11286
- msgid "Managing Orders"
11287
- msgstr "مدیریت سفارش ها"
11288
-
11289
- #: includes/admin/class-wc-admin-help.php:160
11290
- #: includes/admin/class-wc-admin-help.php:162
11291
- msgid "WooCommerce 101"
11292
- msgstr "ووکامرس 101"
11293
-
11294
- #: includes/admin/class-wc-admin-help.php:169
11295
- #: includes/admin/class-wc-admin-help.php:171
11296
- msgid "Documentation"
11297
- msgstr "مستندات"
11298
-
11299
- #: includes/admin/class-wc-admin-help.php:172
11300
- msgid "Should you need help understanding, using, or extending WooCommerce, please read our documentation. You will find all kinds of resources including snippets, tutorials and much more."
11301
- msgstr ""
11302
-
11303
- #: includes/admin/class-wc-admin-help.php:173
11304
- msgid "WooCommerce Documentation"
11305
- msgstr "مستندات"
11306
-
11307
- #: includes/admin/class-wc-admin-help.php:173
11308
- msgid "Developer API Docs"
11309
- msgstr "اسناد API توسعه دهندگان"
11310
-
11311
- #: includes/admin/class-wc-admin-help.php:179
11312
- #: includes/admin/class-wc-admin-help.php:181
11313
- msgid "Support"
11314
- msgstr "پشتیبانی"
11315
-
11316
- #: includes/admin/class-wc-admin-help.php:182
11317
- msgid "After %sreading the documentation%s, for further assistance you can use the %scommunity forums%s on WordPress.org to talk with other users. If however you are a WooThemes customer, or need help with premium add-ons sold by WooThemes, please %suse our helpdesk%s."
11318
- msgstr ""
11319
-
11320
- #: includes/admin/class-wc-admin-help.php:183
11321
- msgid "Before asking for help we recommend checking the system status page to identify any problems with your configuration."
11322
- msgstr "پیش از پرسش کردن برای کمک و پشتیبانی، خواهشمندیم برگه وضعیت را برای تشخیص مشکلات موجود، بررسی کنید."
11323
-
11324
- #: includes/admin/class-wc-admin-help.php:184
11325
- msgid "WordPress.org Forums"
11326
- msgstr "انجمنهای وردپرس"
11327
-
11328
- #: includes/admin/class-wc-admin-help.php:184
11329
- msgid "WooThemes Customer Support"
11330
- msgstr "پشتیبانی کاربران"
11331
-
11332
- #: includes/admin/class-wc-admin-help.php:189
11333
- #: includes/admin/class-wc-admin-help.php:191
11334
- msgid "Education"
11335
- msgstr "آموزش"
11336
-
11337
- #: includes/admin/class-wc-admin-help.php:192
11338
- msgid "If you would like to learn about using WooCommerce from an expert, consider following a WooCommerce course ran by one of our educational partners."
11339
- msgstr ""
11340
-
11341
- #: includes/admin/class-wc-admin-help.php:193
11342
- msgid "View Education Partners"
11343
- msgstr "نمایش همکاران آموزشی"
11344
-
11345
- #: includes/admin/class-wc-admin-help.php:198
11346
- #: includes/admin/class-wc-admin-help.php:200
11347
- msgid "Found a bug?"
11348
- msgstr "یک اشکال پیدا کردید؟"
11349
-
11350
- #: includes/admin/class-wc-admin-help.php:201
11351
- msgid "If you find a bug within WooCommerce core you can create a ticket via <a href=\"%s\">Github issues</a>. Ensure you read the <a href=\"%s\">contribution guide</a> prior to submitting your report. To help us solve your issue, please be as descriptive as possible and include your <a href=\"%s\">system status report</a>."
11352
- msgstr ""
11353
- "اگر در هسته ووکامرس باگی پیدا کردید، شما می توانید در <a href=\"%s\"> مسائل گیت هاب Github issues</a> مسائل گیت هاب یک تیکت بسازید.\n"
11354
- "مطممئنا شما قبل از ارسال گزارش <a href=\"%s\">contribution guide راهنمای همکاری </a> را می خوانید.\n"
11355
- "برای کمک در حل مشکل شما، خواهشمندیم مشکل خود را کامل بیان کرده و <a href=\"%s\">گزارش وضعیت سیستم</a> را هم ضمیمه کنید."
11356
-
11357
- #: includes/admin/class-wc-admin-help.php:202
11358
- msgid "Report a bug"
11359
- msgstr "گزارش یک حفره امنیتی"
11360
-
11361
- #: includes/admin/class-wc-admin-help.php:208
11362
- #: includes/admin/class-wc-admin-help.php:210
11363
- #: includes/admin/class-wc-admin-help.php:212
11364
- msgid "Setup Wizard"
11365
- msgstr "نصب کننده سریع"
11366
-
11367
- #: includes/admin/class-wc-admin-help.php:211
11368
- msgid "If you need to access the setup wizard again, please click on the button below."
11369
- msgstr "اگر شما نیاز به دسترسی به نصب کننده برای راه اندازی دوباره دارید، لطفا بر روی دکمه زیر کلیک کنید."
11370
-
11371
- #: includes/admin/class-wc-admin-attributes.php:494
11372
- msgid "Are you sure you want to delete this attribute?"
11373
- msgstr "آیا میخواهید این ویژگی را پاک کنید؟"
11374
-
11375
- #: includes/admin/class-wc-admin-dashboard.php:37
11376
- #: includes/widgets/class-wc-widget-recent-reviews.php:25
11377
- msgid "WooCommerce Recent Reviews"
11378
- msgstr "آخرین بازبینی های ووکامرس "
11379
-
11380
- #: includes/admin/class-wc-admin-dashboard.php:40
11381
- #: includes/admin/class-wc-admin-menus.php:97
11382
- msgid "WooCommerce Status"
11383
- msgstr "وضعیت ووکامرس"
11384
-
11385
- #: includes/admin/class-wc-admin-dashboard.php:135
11386
- msgid "<strong>%s</strong> sales this month"
11387
- msgstr "<strong>%s</strong> فروش های این ماه"
11388
-
11389
- #: includes/admin/class-wc-admin-dashboard.php:142
11390
- msgid "%s top seller this month (sold %d)"
11391
- msgstr "%s بیشتری فروش این ماه (فروش %d)"
11392
-
11393
- #: includes/admin/class-wc-admin-dashboard.php:148
11394
- msgid "<strong>%s order</strong> awaiting processing"
11395
- msgid_plural "<strong>%s orders</strong> awaiting processing"
11396
- msgstr[0] "<strong>%s سفارش</strong> در انتظار پردازش"
11397
-
11398
- #: includes/admin/class-wc-admin-dashboard.php:153
11399
- msgid "<strong>%s order</strong> on-hold"
11400
- msgid_plural "<strong>%s orders</strong> on-hold"
11401
- msgstr[0] "<strong>%s سفارش</strong> on-hold"
11402
-
11403
- #: includes/admin/class-wc-admin-dashboard.php:158
11404
- msgid "<strong>%s product</strong> low in stock"
11405
- msgid_plural "<strong>%s products</strong> low in stock"
11406
- msgstr[0] "<strong>%s محصول</strong> در انبار کم است."
11407
-
11408
- #: includes/admin/class-wc-admin-dashboard.php:163
11409
- msgid "<strong>%s product</strong> out of stock"
11410
- msgid_plural "<strong>%s products</strong> out of stock"
11411
- msgstr[0] "<strong>%s محصول</strong> در انبار موجود نیست"
11412
-
11413
- #: includes/admin/class-wc-admin-dashboard.php:200
11414
- msgid "reviewed by"
11415
- msgstr "بررسی توسط"
11416
-
11417
- #: includes/admin/class-wc-admin-dashboard.php:206
11418
- msgid "There are no product reviews yet."
11419
- msgstr "هنوز هیچ بازبینی برای محصول صورت نگرفته است."
11420
-
11421
- #: includes/admin/class-wc-admin-duplicate-product.php:47
11422
- msgid "Make a duplicate from this product"
11423
- msgstr "ساخت یک کپی از این محصول"
11424
-
11425
- #: includes/admin/class-wc-admin-duplicate-product.php:48
11426
- msgid "Duplicate"
11427
- msgstr "دوبل کردن"
11428
-
11429
- #: includes/admin/class-wc-admin-duplicate-product.php:74
11430
- msgid "Copy to a new draft"
11431
- msgstr "کپی کردن به پیش‌نویس"
11432
-
11433
- #: includes/admin/class-wc-admin-duplicate-product.php:85
11434
- msgid "No product to duplicate has been supplied!"
11435
- msgstr "محصولی برای دوبل‌کردن عرضه نشده است."
11436
-
11437
- #: includes/admin/class-wc-admin-duplicate-product.php:107
11438
- msgid "Product creation failed, could not find original product:"
11439
- msgstr "ساختن محصول با مشکل مواجه شد، محصول اصلی پیدا نشد:"
11440
-
11441
- #: includes/admin/class-wc-admin-duplicate-product.php:133
11442
- msgid "(Copy)"
11443
- msgstr "(کپی)"
11444
-
11445
- #: includes/admin/class-wc-admin-help.php:41
11446
- #: includes/admin/class-wc-admin-help.php:45
11447
- msgid "General Settings"
11448
- msgstr "پیکربندی همگانی"
11449
-
11450
- #: includes/admin/class-wc-admin-help.php:49
11451
- msgid "Product Settings"
11452
- msgstr "پیکربندی محصول"
11453
-
11454
- #: includes/admin/class-wc-admin-help.php:53
11455
- msgid "Tax Settings"
11456
- msgstr "پیکربندی مالیات"
11457
-
11458
- #: includes/admin/class-wc-admin-help.php:57
11459
- msgid "Checkout Settings"
11460
- msgstr "پیکربندی تسویه حساب"
11461
-
11462
- #: includes/admin/class-wc-admin-help.php:61
11463
- msgid "Account Settings"
11464
- msgstr "پیکربندی حساب کاربری"
11465
-
11466
- #: includes/admin/class-wc-admin-help.php:65
11467
- msgid "Email Settings"
11468
- msgstr "پیکربندی ایمیل"
11469
-
11470
- #: includes/admin/class-wc-admin-help.php:69
11471
- msgid "Webhook Settings"
11472
- msgstr "پیکربندی وب هوک‌ها"
11473
-
11474
- #: includes/admin/class-wc-admin-help.php:73
11475
- #: includes/admin/class-wc-admin-setup-wizard.php:649
11476
- msgid "PayPal Standard"
11477
- msgstr "پی پل استاندارد"
11478
-
11479
- #: includes/admin/class-wc-admin-help.php:77
11480
- #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:24
11481
- msgid "Simplify Commerce"
11482
- msgstr "تجارت ساده"
11483
-
11484
- #: includes/admin/class-wc-admin-help.php:81
11485
- msgid "Shipping Settings"
11486
- msgstr "پیکربندی حمل و نقل"
11487
-
11488
- #: includes/admin/class-wc-admin-attributes.php:317
11489
- #: includes/admin/class-wc-admin-attributes.php:473
11490
- msgid "Default sort order"
11491
- msgstr "مرتب سازی پیش‌فرض"
11492
-
11493
- #: includes/admin/class-wc-admin-attributes.php:321
11494
- #: includes/admin/class-wc-admin-attributes.php:388
11495
- #: includes/admin/class-wc-admin-attributes.php:475
11496
- msgid "Custom ordering"
11497
- msgstr "ترتیب مرسوم"
11498
-
11499
- #: includes/admin/class-wc-admin-attributes.php:323
11500
- #: includes/admin/class-wc-admin-attributes.php:382
11501
- #: includes/admin/class-wc-admin-attributes.php:477
11502
- msgid "Name (numeric)"
11503
- msgstr "نام (شمارشی)"
11504
-
11505
- #: includes/admin/class-wc-admin-attributes.php:324
11506
- #: includes/admin/class-wc-admin-attributes.php:385
11507
- #: includes/admin/class-wc-admin-attributes.php:478
11508
- msgid "Term ID"
11509
- msgstr "شناسه دوره"
11510
-
11511
- #: includes/admin/class-wc-admin-attributes.php:326
11512
- #: includes/admin/class-wc-admin-attributes.php:480
11513
- msgid "Determines the sort order of the terms on the frontend shop product pages. If using custom ordering, you can drag and drop the terms in this attribute."
11514
- msgstr "نمایش ترتیب سفارش برای کاربر برای این ویژگی. اگر از مرتب‌سازی مرسوم استفاده کنید شما میتوانید با استفاده از کشیدن و رها کردن ترتیب را تغییر دهید."
11515
-
11516
- #: includes/admin/class-wc-admin-attributes.php:331
11517
- msgid "Update"
11518
- msgstr "بروزرسانی"
11519
-
11520
- #: includes/admin/class-wc-admin-attributes.php:348
11521
- #: includes/admin/class-wc-admin-menus.php:62
11522
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:111
11523
- msgid "Attributes"
11524
- msgstr "ویژگی‌ها"
11525
-
11526
- #: includes/admin/class-wc-admin-attributes.php:359
11527
- #: includes/widgets/class-wc-widget-product-categories.php:49
11528
- #: includes/widgets/class-wc-widget-products.php:53
11529
- msgid "Order by"
11530
- msgstr "مرتب شده بر اساس"
11531
-
11532
- #: includes/admin/class-wc-admin-attributes.php:360
11533
- msgid "Terms"
11534
- msgstr "شرایط و مقررات"
11535
-
11536
- #: includes/admin/class-wc-admin-attributes.php:372
11537
- #: includes/admin/class-wc-admin-post-types.php:439
11538
- #: includes/admin/class-wc-admin-post-types.php:569
11539
- #: includes/admin/class-wc-admin-post-types.php:2168
11540
- #: includes/admin/class-wc-admin-webhooks-table-list.php:99
11541
- #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:244
11542
- #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:328
11543
- #: includes/admin/meta-boxes/views/html-order-items.php:223
11544
- #: includes/admin/reports/class-wc-report-customer-list.php:169
11545
- #: includes/admin/reports/class-wc-report-stock.php:133
11546
- #: includes/class-wc-post-types.php:244 includes/class-wc-post-types.php:296
11547
- #: includes/class-wc-post-types.php:355 includes/class-wc-post-types.php:393
11548
- #: templates/myaccount/my-address.php:53
11549
- msgid "Edit"
11550
- msgstr "ویرایش"
11551
-
11552
- #: includes/admin/class-wc-admin-attributes.php:372
11553
- #: includes/admin/meta-boxes/class-wc-meta-box-product-images.php:59
11554
- #: includes/admin/meta-boxes/class-wc-meta-box-product-images.php:79
11555
- #: includes/admin/meta-boxes/views/html-product-download.php:6
11556
- #: includes/admin/meta-boxes/views/html-product-variation-download.php:5
11557
- msgid "Delete"
11558
- msgstr "پاک کردن"
11559
-
11560
- #: includes/admin/class-wc-admin-attributes.php:375
11561
- msgid "Public"
11562
- msgstr "همگانی"
11563
-
11564
- #: includes/admin/class-wc-admin-attributes.php:417
11565
- msgid "Configure terms"
11566
- msgstr "پیکربندی شرایط و مقررات"
11567
-
11568
- #: includes/admin/class-wc-admin-attributes.php:421
11569
- msgid "No attributes currently exist."
11570
- msgstr "هیچ صفتی موجود نیست."
11571
-
11572
- #: includes/admin/class-wc-admin-attributes.php:431
11573
- msgid "Add New Attribute"
11574
- msgstr "افزودن ویژگی جدید"
11575
-
11576
- #: includes/admin/class-wc-admin-attributes.php:432
11577
- msgid "Attributes let you define extra product data, such as size or colour. You can use these attributes in the shop sidebar using the \"layered nav\" widgets. Please note: you cannot rename an attribute later on."
11578
- msgstr "ویژگی ها به شما اجازه میدهند توضیحات بیشتری در مورد محصول، مانند رنگ و سایز بدهید. شما میتوانید با استفاده از ابزارک های منوها، این ویژگی ها را در سایدبار لیست کنید. گوشزد: شما نمی توانید ویژگی را در آینده تغییر نام دهید."
11579
-
11580
- #: includes/admin/class-wc-admin-attributes.php:483
11581
- msgid "Add Attribute"
11582
- msgstr "افزودن ویژگی "
11583
-
11584
- #: includes/admin/class-wc-admin-assets.php:247
11585
- msgid "Calculate totals based on order items, discounts, and shipping?"
11586
- msgstr "محاسبه جمع قیمت بر اساس موارد سفارش، تخفیف‌ها و هزینه ارسال؟"
11587
-
11588
- #: includes/admin/class-wc-admin-assets.php:248
11589
- msgid "Calculate line taxes? This will calculate taxes based on the customers country. If no billing/shipping is set it will use the store base country."
11590
- msgstr "محاسبه مالیات‌های خطی؟ این گزینه مالیات‌ها را بر اساس کشور مشتری محاسبه می‌کند. در صورتی که هیچ پرداخت/ارسالی تنظیم نشود مالیات کشور فروشگاه در نظر گرفته می‌شود."
11591
-
11592
- #: includes/admin/class-wc-admin-assets.php:249
11593
- msgid "Copy billing information to shipping information? This will remove any currently entered shipping information."
11594
- msgstr "کپی کردن اطلاعات پرداخت به اطلاعات ارسال کالا؟ این گزینه تمامی اطلاعات ارسالی که در حال حاضر وارد شده را پاک میکند."
11595
-
11596
- #: includes/admin/class-wc-admin-assets.php:250
11597
- msgid "Load the customer's billing information? This will remove any currently entered billing information."
11598
- msgstr "بارگیری اطلاعات پرداخت مشتری؟ این گزینه تمامی اطلاعات پرداختی که در حال حاضر وارد شده را پاک میکند."
11599
-
11600
- #: includes/admin/class-wc-admin-assets.php:251
11601
- msgid "Load the customer's shipping information? This will remove any currently entered shipping information."
11602
- msgstr "بارگیری اطلاعات ارسال مشتری؟ این گزینه تمامی اطلاعات ارسالی که در حال حاضر وارد شده را پاک میکند."
11603
-
11604
- #: includes/admin/class-wc-admin-assets.php:252
11605
- #: includes/admin/class-wc-admin-post-types.php:232
11606
- #: includes/admin/class-wc-admin-post-types.php:2164
11607
- #: includes/admin/views/html-bulk-edit-product.php:199
11608
- #: includes/admin/views/html-quick-edit-product.php:157
11609
- msgid "Featured"
11610
- msgstr "برجسته"
11611
-
11612
- #: includes/admin/class-wc-admin-assets.php:256
11613
- msgid "No customer selected"
11614
- msgstr "هیچ مشتری انتخاب نشده است"
11615
-
11616
- #: includes/admin/class-wc-admin-assets.php:280
11617
- msgid "Could not grant access - the user may already have permission for this file or billing email is not set. Ensure the billing email is set, and the order has been saved."
11618
- msgstr "دسترسی کامل امکان‌پذیر نیست - احتمال دارد کاربر در حال حاضر اجازه دسترسی به این فایل را دارد و یا ایمیل صورتحساب ارسال نشده است. مطمئن شوید ایمیل به درستی تنظیم شده و سفارشات ذخیره شده‌اند."
11619
-
11620
- #: includes/admin/class-wc-admin-assets.php:281
11621
- msgid "Are you sure you want to revoke access to this download?"
11622
- msgstr "مطمئنید که میخواهید اجازه دسترسی به این دانلود را ابطال کنید؟"
11623
-
11624
- #: includes/admin/class-wc-admin-assets.php:282
11625
- msgid "You cannot add the same tax rate twice!"
11626
- msgstr "شما نمی توانید یک نرخ مالیات را دو بار ثبت کنید"
11627
-
11628
- #: includes/admin/class-wc-admin-assets.php:283
11629
- msgid "Your product has variations! Before changing the product type, it is a good idea to delete the variations to avoid errors in the stock reports."
11630
- msgstr "محصول شما به صورت متغیر می باشد ! قبل از تغییر نوع محصول ، ایده خوبی می باشد اگر مقدار های محصول متغیر را پاک کنید تا در گزارشات موجودی محصولات خطایی رخ ندهد."
11631
-
11632
- #: includes/admin/class-wc-admin-assets.php:332
11633
- #: includes/admin/views/html-admin-page-status-report.php:18
11634
- msgid "Copying to clipboard failed. Please press Ctrl/Cmd+C to copy."
11635
- msgstr "کپی برداری در صفحه کلید ناموفق بود. برای کپی کردن دکمه های Ctrl/Cmd+C را وارد کنید."
11636
-
11637
- #: includes/admin/class-wc-admin-attributes.php:98
11638
- #: includes/api/class-wc-api-products.php:2662
11639
- #: includes/api/v2/class-wc-api-products.php:2097
11640
- msgid "Slug \"%s\" is too long (28 characters max). Shorten it, please."
11641
- msgstr "نامک \"%s\" بسیار طولانی است (بیشینه 28 کاراکتر). خواهشمندیم آنرا کوتاهتر کنید."
11642
-
11643
- #: includes/admin/class-wc-admin-attributes.php:100
11644
- #: includes/api/class-wc-api-products.php:2664
11645
- #: includes/api/v2/class-wc-api-products.php:2099
11646
- msgid "Slug \"%s\" is not allowed because it is a reserved term. Change it, please."
11647
- msgstr "نامک \"%s\" درست نیست زیرا این مورد پیش از این بکار رفته است. خواهشمند است نامک دیگری بنویسید."
11648
-
11649
- #: includes/admin/class-wc-admin-attributes.php:117
11650
- #: includes/admin/class-wc-admin-attributes.php:146
11651
- msgid "Please, provide an attribute name and slug."
11652
- msgstr "خواهشمند است، یک نام ویژگی و نامک بنویسید."
11653
-
11654
- #: includes/admin/class-wc-admin-attributes.php:121
11655
- #: includes/admin/class-wc-admin-attributes.php:154
11656
- #: includes/api/class-wc-api-products.php:2666
11657
- #: includes/api/v2/class-wc-api-products.php:2101
11658
- msgid "Slug \"%s\" is already in use. Change it, please."
11659
- msgstr "نامک \"%s\" پپیش از این بکار رفته است. خواهشمند است آنرا تغییر دهید."
11660
-
11661
- #: includes/admin/class-wc-admin-attributes.php:193
11662
- msgid "Attribute updated successfully"
11663
- msgstr "ویژگی بخوبی بروز رسانی شد"
11664
-
11665
- #: includes/admin/class-wc-admin-attributes.php:247
11666
- msgid "Edit Attribute"
11667
- msgstr "ویرایش ویژگی"
11668
-
11669
- #: includes/admin/class-wc-admin-attributes.php:252
11670
- msgid "Error: non-existing attribute ID."
11671
- msgstr "ایزاد: شناسه ویژگی دیگری وجود ندارد."
11672
-
11673
- #: includes/admin/class-wc-admin-attributes.php:271
11674
- #: includes/admin/class-wc-admin-attributes.php:437
11675
- msgid "Name for the attribute (shown on the front-end)."
11676
- msgstr "نام ویژگی (برای نمایش به کاربران سایت)"
11677
-
11678
- #: includes/admin/class-wc-admin-attributes.php:276
11679
- #: includes/admin/class-wc-admin-attributes.php:357
11680
- #: includes/admin/class-wc-admin-attributes.php:441
11681
- msgid "Slug"
11682
- msgstr "نامک"
11683
-
11684
- #: includes/admin/class-wc-admin-attributes.php:280
11685
- #: includes/admin/class-wc-admin-attributes.php:443
11686
- msgid "Unique slug/reference for the attribute; must be shorter than 28 characters."
11687
- msgstr "نامک یکتا برای ویژگی; باید انگلیسی بوده و کوتاهتر از 28 کاراکتر باشد."
11688
-
11689
- #: includes/admin/class-wc-admin-attributes.php:285
11690
- #: includes/admin/class-wc-admin-attributes.php:447
11691
- msgid "Enable Archives?"
11692
- msgstr "بایگانی فعال شود؟"
11693
-
11694
- #: includes/admin/class-wc-admin-attributes.php:289
11695
- #: includes/admin/class-wc-admin-attributes.php:449
11696
- msgid "Enable this if you want this attribute to have product archives in your store."
11697
- msgstr "اگر می خواهید این ویژگی در بایگانی محصولات فروشگاه باشد، این گزینه را فعال کنید."
11698
-
11699
- #: includes/admin/class-wc-admin-attributes.php:294
11700
- #: includes/admin/class-wc-admin-attributes.php:358
11701
- #: includes/admin/class-wc-admin-attributes.php:453
11702
- #: includes/admin/class-wc-admin-post-types.php:233
11703
- msgid "Type"
11704
- msgstr "نوع"
11705
-
11706
- #: includes/admin/class-wc-admin-attributes.php:312
11707
- #: includes/admin/class-wc-admin-attributes.php:469
11708
- msgid "Determines how you select attributes for products. Under admin panel -> products -> product data -> attributes -> values, <strong>Text</strong> allows manual entry whereas <strong>select</strong> allows pre-configured terms in a drop-down list."
11709
- msgstr "نحوه انتخاب ویژگی‌ها برای محصولات. <strong>متن</strong> به شما اجازه می‌دهد یک نوشته دستی در برگه محصول داشته باشید، <strong>انتخاب</strong> آیتم‌های از پیش تعیید شده‌ای هستند که میتوان انتخاب کرد. اگر می‌خواهید برای «تغییرات» ویژگی انتخاب کنید از <strong>انتخاب</strong> استفاده کنید."
11710
-
11711
- #: includes/admin/class-wc-admin-assets.php:240
11712
- #: includes/admin/meta-boxes/views/html-product-attribute.php:3
11713
- #: includes/admin/meta-boxes/views/html-variation-admin.php:17
11714
- msgid "Remove"
11715
- msgstr "پاک کردن"
11716
-
11717
- #: includes/admin/class-wc-admin-assets.php:241
11718
- #: includes/admin/meta-boxes/views/html-order-download-permission.php:11
11719
- #: includes/admin/meta-boxes/views/html-product-attribute.php:4
11720
- #: includes/admin/meta-boxes/views/html-variation-admin.php:18
11721
- msgid "Click to toggle"
11722
- msgstr "واژگون کردن"
11723
-
11724
- #: includes/admin/class-wc-admin-assets.php:242
11725
- #: includes/admin/meta-boxes/views/html-product-attribute.php:25
11726
- msgid "Value(s)"
11727
- msgstr "مقدار(ها)"
11728
-
11729
- #: includes/admin/class-wc-admin-assets.php:243
11730
- msgid "Enter some text, or some attributes by pipe (|) separating values."
11731
- msgstr "تعدادی متن یا ویژگی وارد کنید، هرکدام را با کاراکتر | جدا کنید."
11732
-
11733
- #: includes/admin/class-wc-admin-assets.php:244
11734
- #: includes/admin/meta-boxes/views/html-product-attribute.php:66
11735
- msgid "Visible on the product page"
11736
- msgstr "نمایش در برگه محصول"
11737
-
11738
- #: includes/admin/class-wc-admin-assets.php:245
11739
- #: includes/admin/meta-boxes/views/html-product-attribute.php:72
11740
- msgid "Used for variations"
11741
- msgstr "استفاده برای متغیرها"
11742
-
11743
- #: includes/admin/class-wc-admin-assets.php:246
11744
- msgid "Enter a name for the new attribute term:"
11745
- msgstr "یک نام برای ویژگی جدید وارد کنید:"
11746
-
11747
- #: includes/admin/class-wc-admin-assets.php:198
11748
- msgid "variation added"
11749
- msgstr "متغیر افزوده شد"
11750
-
11751
- #: includes/admin/class-wc-admin-assets.php:199
11752
- msgid "variations added"
11753
- msgstr "متغیرها افزوده شدند"
11754
-
11755
- #: includes/admin/class-wc-admin-assets.php:200
11756
- msgid "No variations added"
11757
- msgstr "هیچ متغیری افزوده نشده است"
11758
-
11759
- #: includes/admin/class-wc-admin-assets.php:201
11760
- msgid "Are you sure you want to remove this variation?"
11761
- msgstr "آیا میخواهید این متغیر را پاک کنید؟"
11762
-
11763
- #: includes/admin/class-wc-admin-assets.php:202
11764
- msgid "Sale start date (YYYY-MM-DD format or leave blank)"
11765
- msgstr "تاریخ پایان فروش ( روز- ماه - سال یا خالی بگذارید )"
11766
-
11767
- #: includes/admin/class-wc-admin-assets.php:203
11768
- msgid "Sale end date (YYYY-MM-DD format or leave blank)"
11769
- msgstr "تاریخ اتمام فروش (در قالب YYYY-MM-DD یا خالی بگذارید)"
11770
-
11771
- #: includes/admin/class-wc-admin-assets.php:204
11772
- msgid "Save changes before changing page?"
11773
- msgstr "قبل از تغییر صفحه تغییرات ذخیره شوند؟"
11774
-
11775
- #: includes/admin/class-wc-admin-assets.php:205
11776
- msgid "%qty% variation"
11777
- msgstr "%qty% متغیر"
11778
-
11779
- #: includes/admin/class-wc-admin-assets.php:206
11780
- msgid "%qty% variations"
11781
- msgstr "%qty% متغیرها"
11782
-
11783
- #: includes/admin/class-wc-admin-assets.php:221
11784
- #: includes/admin/class-wc-admin-assets.php:350
11785
- #: includes/admin/settings/views/html-webhooks-edit.php:50
11786
- #: includes/class-wc-frontend-scripts.php:327
11787
- msgid "Select an option&hellip;"
11788
- msgstr "انتخاب کنید"
11789
-
11790
- #: includes/admin/class-wc-admin-assets.php:232
11791
- msgid "Are you sure you want to remove the selected items? If you have previously reduced this item's stock, or this order was submitted by a customer, you will need to manually restore the item's stock."
11792
- msgstr "آیا از پاک کردن ایتم های انتخاب شده مطمئن هستید؟ در صورتی که قبلا این مورد از انبار کم شده باشد، یا اینکه سفارش توسط مشتری ثبت شده باشد، شما نیاز به بازگردانی دستی موارد در انبار را خواهید داشت."
11793
-
11794
- #: includes/admin/class-wc-admin-assets.php:233
11795
- msgid "Please select some items."
11796
- msgstr "خواهشمندیم چند مورد را انتخاب کنید."
11797
-
11798
- #: includes/admin/class-wc-admin-assets.php:234
11799
- msgid "Are you sure you wish to process this refund? This action cannot be undone."
11800
- msgstr "آیا مطمئن هستید که میخواهید این استرداد وجه را انجام دهید؟ این عملیات برگشت ناپذیر است"
11801
-
11802
- #: includes/admin/class-wc-admin-assets.php:235
11803
- msgid "Are you sure you wish to delete this refund? This action cannot be undone."
11804
- msgstr "آیا مطمئن هستید که میخواهید این استرداد وجه را پاک کنید؟ این عملیات برگشت ناپذیر است"
11805
-
11806
- #: includes/admin/class-wc-admin-assets.php:236
11807
- msgid "Are you sure you wish to delete this tax column? This action cannot be undone."
11808
- msgstr "آیا مطمئن هستید که میخواهید این ستون مالیات را پاک کنید؟ این عملیات برگشت ناپذیر است"
11809
-
11810
- #: includes/admin/class-wc-admin-assets.php:237
11811
- msgid "Remove this item meta?"
11812
- msgstr "پاک کردن اطلاعات این آیتم؟"
11813
-
11814
- #: includes/admin/class-wc-admin-assets.php:238
11815
- msgid "Remove this attribute?"
11816
- msgstr "پاک کردن این ویژگی؟"
11817
-
11818
- #: includes/admin/class-wc-admin-assets.php:239
11819
- #: includes/admin/class-wc-admin-attributes.php:267
11820
- #: includes/admin/class-wc-admin-attributes.php:322
11821
- #: includes/admin/class-wc-admin-attributes.php:356
11822
- #: includes/admin/class-wc-admin-attributes.php:379
11823
- #: includes/admin/class-wc-admin-attributes.php:435
11824
- #: includes/admin/class-wc-admin-attributes.php:476
11825
- #: includes/admin/class-wc-admin-post-types.php:219
11826
- #: includes/admin/class-wc-admin-setup-wizard.php:502
11827
- #: includes/admin/class-wc-admin-webhooks-table-list.php:40
11828
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:193
11829
- #: includes/admin/meta-boxes/views/html-product-attribute.php:12
11830
- #: includes/admin/meta-boxes/views/html-variation-admin.php:258
11831
- #: includes/admin/settings/class-wc-settings-shipping.php:189
11832
- #: includes/admin/settings/views/html-webhooks-edit.php:15
11833
- #: includes/admin/views/html-admin-page-status-report.php:579
11834
- #: includes/class-wc-ajax.php:1452
11835
- #: includes/widgets/class-wc-widget-product-categories.php:52
11836
- #: templates/single-product-reviews.php:73
11837
- msgid "Name"
11838
- msgstr "نام"
11839
-
11840
- #: includes/admin/class-wc-admin-api-keys.php:72
11841
- msgid "Search Key"
11842
- msgstr "جستجوی کلید"
11843
-
11844
- #: includes/admin/class-wc-admin-api-keys.php:133
11845
- msgid "API Key revoked successfully."
11846
- msgstr "کلید API بخوبی باطل شد."
11847
-
11848
- #: includes/admin/class-wc-admin-api-keys.php:142
11849
- #: includes/admin/class-wc-admin-api-keys.php:157
11850
- #: includes/admin/class-wc-admin-notices.php:94
11851
- #: includes/admin/class-wc-admin-settings.php:75
11852
- #: includes/admin/class-wc-admin-webhooks.php:128
11853
- #: includes/admin/class-wc-admin-webhooks.php:182
11854
- #: includes/admin/class-wc-admin-webhooks.php:262
11855
- #: includes/admin/class-wc-admin-webhooks.php:291
11856
- #: includes/emails/class-wc-email.php:678
11857
- msgid "Action failed. Please refresh the page and retry."
11858
- msgstr "عملیات ناموفق، خواهشمندیم برگه را دوباره بارگذاری نمایید"
11859
-
11860
- #: includes/admin/class-wc-admin-assets.php:148
11861
- msgid "Please enter in decimal (%s) format without thousand separators."
11862
- msgstr "خواهشمندیم بدون (%s) فرمت هزارگان جدا وارد کنید."
11863
-
11864
- #: includes/admin/class-wc-admin-assets.php:149
11865
- msgid "Please enter in monetary decimal (%s) format without thousand separators and currency symbols."
11866
- msgstr "خواهشمندیم در اعشار پولی (%s) فرمت بدون هزارگان جدا و علامت ارز را وارد کنید."
11867
-
11868
- #: includes/admin/class-wc-admin-assets.php:150
11869
- msgid "Please enter in country code with two capital letters."
11870
- msgstr "خواهشمندیم کد کشور خود را با دو حرف بزرگ وارد کنید."
11871
-
11872
- #: includes/admin/class-wc-admin-assets.php:151
11873
- msgid "Please enter in a value less than the regular price."
11874
- msgstr "خواهشمندیم یک مقدار کمتر از قیمت حقیقی وارد کنید."
11875
-
11876
- #: includes/admin/class-wc-admin-assets.php:190
11877
- msgid "Are you sure you want to link all variations? This will create a new variation for each and every possible combination of variation attributes (max 50 per run)."
11878
- msgstr "آیا شما مایل به ترکیب تمام متغیرها می باشید؟ در این حالت یک متغیر جدید که حاوی ترکیب تمامی مشخصات ممکن متغیرهاست، ساخته میشود (در بیشترین حالت 50 بار در هر اجرا)"
11879
-
11880
- #: includes/admin/class-wc-admin-assets.php:191
11881
- msgid "Enter a value"
11882
- msgstr "مقدار را وارد كنید"
11883
-
11884
- #: includes/admin/class-wc-admin-assets.php:192
11885
- msgid "Variation menu order (determines position in the list of variations)"
11886
- msgstr "چینش فهرست متغیرها ( تعیین موقعیت در لیست متغیرها )"
11887
-
11888
- #: includes/admin/class-wc-admin-assets.php:193
11889
- msgid "Enter a value (fixed or %)"
11890
- msgstr "مقدار را وارد كنید ( بصورت ثابت یا %)"
11891
-
11892
- #: includes/admin/class-wc-admin-assets.php:194
11893
- msgid "Are you sure you want to delete all variations? This cannot be undone."
11894
- msgstr "آیا مطمئنید میخواهید تمام متغیرها را پاک کنید؟ این کار بدون بازگشت است."
11895
-
11896
- #: includes/admin/class-wc-admin-assets.php:195
11897
- msgid "Last warning, are you sure?"
11898
- msgstr "آخرین گوشزد، آیا شما مطمئن هستید؟"
11899
-
11900
- #: includes/admin/class-wc-admin-assets.php:196
11901
- #: includes/admin/class-wc-admin-taxonomies.php:131
11902
- #: includes/admin/class-wc-admin-taxonomies.php:222
11903
- msgid "Choose an image"
11904
- msgstr "انتخاب تصویر"
11905
-
11906
- #: includes/admin/class-wc-admin-assets.php:197
11907
- msgid "Set variation image"
11908
- msgstr "انتخاب تصویر متغییر"
11909
-
11910
- #: includes/abstracts/abstract-wc-product.php:701
11911
- #: includes/class-wc-product-variation.php:562 templates/cart/cart.php:90
11912
- msgid "Available on backorder"
11913
- msgstr "هم اکنون در انبار موجود نیست - اما میتوانید این محصول را پیش خرید کنید"
11914
-
11915
- #: includes/abstracts/abstract-wc-product.php:711
11916
- #: includes/abstracts/abstract-wc-product.php:717
11917
- #: includes/admin/class-wc-admin-post-types.php:402
11918
- #: includes/admin/class-wc-admin-reports.php:100
11919
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:340
11920
- #: includes/admin/reports/class-wc-report-stock.php:117
11921
- #: includes/admin/views/html-bulk-edit-product.php:224
11922
- #: includes/admin/views/html-quick-edit-product.php:167
11923
- #: includes/class-wc-ajax.php:846 includes/class-wc-ajax.php:2443
11924
- #: includes/class-wc-product-variation.php:568
11925
- #: includes/class-wc-product-variation.php:572
11926
- msgid "Out of stock"
11927
- msgstr "در انبار موجود نمی باشد"
11928
-
11929
- #: includes/abstracts/abstract-wc-product.php:1159
11930
- #: includes/class-wc-embed.php:132 templates/single-product/rating.php:35
11931
- msgid "Rated %s out of 5"
11932
- msgstr "نمره %s از 5"
11933
-
11934
- #: includes/abstracts/abstract-wc-product.php:1161
11935
- #: includes/admin/class-wc-admin-dashboard.php:198
11936
- #: templates/single-product/review.php:39
11937
- msgid "out of 5"
11938
- msgstr "از 5"
11939
-
11940
- #: includes/abstracts/abstract-wc-product.php:1538
11941
- msgid "%s &ndash; %s"
11942
- msgstr "%s &ndash; %s"
11943
-
11944
- #: includes/admin/class-wc-admin-addons.php:105
11945
- msgid "Need a fresh look? Try Storefront child themes"
11946
- msgstr ""
11947
-
11948
- #: includes/admin/class-wc-admin-addons.php:109
11949
- msgid "View more Storefront child themes"
11950
- msgstr "مشاهده سایر پوسته های کودک استور فرانت"
11951
-
11952
- #: includes/admin/class-wc-admin-addons.php:114
11953
- msgid "Need a theme? Try Storefront"
11954
- msgstr "نیازمند یک پوسته هستید؟ استورفرونت را بکار بگیرید"
11955
-
11956
- #: includes/admin/class-wc-admin-api-keys-table-list.php:26
11957
- msgid "key"
11958
- msgstr "کلید"
11959
-
11960
- #: includes/admin/class-wc-admin-api-keys-table-list.php:27
11961
- msgid "keys"
11962
- msgstr "کلیدها"
11963
-
11964
- #: includes/admin/class-wc-admin-api-keys-table-list.php:40
11965
- #: includes/admin/class-wc-admin-post-types.php:251
11966
- #: includes/admin/class-wc-admin-setup-wizard.php:227
11967
- #: includes/admin/settings/views/html-keys-edit.php:16
11968
- #: includes/gateways/bacs/class-wc-gateway-bacs.php:87
11969
- #: includes/gateways/cheque/class-wc-gateway-cheque.php:67
11970
- #: includes/gateways/cod/class-wc-gateway-cod.php:75
11971
- #: includes/gateways/paypal/includes/settings-paypal.php:25
11972
- #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:200
11973
- #: includes/wc-template-functions.php:1096
11974
- msgid "Description"
11975
- msgstr "توضیحات"
11976
-
11977
- #: includes/admin/class-wc-admin-api-keys-table-list.php:41
11978
- #: includes/admin/settings/views/html-keys-edit.php:62
11979
- msgid "Consumer Key Ending In"
11980
- msgstr "کلید مصرف کننده پایان در"
11981
-
11982
- #: includes/admin/class-wc-admin-api-keys-table-list.php:42
11983
- #: includes/admin/settings/views/html-keys-edit.php:25
11984
- msgid "User"
11985
- msgstr "کاربر"
11986
-
11987
- #: includes/admin/class-wc-admin-api-keys-table-list.php:43
11988
- #: includes/admin/settings/views/html-keys-edit.php:40
11989
- msgid "Permissions"
11990
- msgstr "دسترسی ها"
11991
-
11992
- #: includes/admin/class-wc-admin-api-keys-table-list.php:44
11993
- #: includes/admin/settings/views/html-keys-edit.php:70
11994
- msgid "Last Access"
11995
- msgstr "آخرین دسترسی"
11996
-
11997
- #: includes/admin/class-wc-admin-api-keys-table-list.php:70
11998
- msgid "API Key"
11999
- msgstr "کلید API"
12000
-
12001
- #: includes/admin/class-wc-admin-api-keys-table-list.php:79
12002
- #: includes/admin/class-wc-admin-webhooks-table-list.php:95
12003
- msgid "ID: %d"
12004
- msgstr "شناسه: %d"
12005
-
12006
- #: includes/admin/class-wc-admin-api-keys-table-list.php:80
12007
- msgid "View/Edit"
12008
- msgstr "نمایش/ویرایش"
12009
-
12010
- #: includes/admin/class-wc-admin-api-keys-table-list.php:81
12011
- msgid "Revoke API Key"
12012
- msgstr "ابطال کلید API"
12013
-
12014
- #: includes/admin/class-wc-admin-api-keys-table-list.php:81
12015
- #: includes/admin/class-wc-admin-api-keys-table-list.php:171
12016
- msgid "Revoke"
12017
- msgstr "ابطال"
12018
-
12019
- #: includes/admin/class-wc-admin-api-keys-table-list.php:136
12020
- #: includes/admin/settings/views/html-keys-edit.php:47
12021
- #: includes/class-wc-auth.php:79
12022
- msgid "Read"
12023
- msgstr "اطلاعات بیشتر"
12024
-
12025
- #: includes/admin/class-wc-admin-api-keys-table-list.php:137
12026
- #: includes/admin/settings/views/html-keys-edit.php:48
12027
- #: includes/class-wc-auth.php:80
12028
- msgid "Write"
12029
- msgstr "نوشتن"
12030
-
12031
- #: includes/admin/class-wc-admin-api-keys-table-list.php:138
12032
- #: includes/admin/settings/views/html-keys-edit.php:49
12033
- #: includes/class-wc-auth.php:81
12034
- msgid "Read/Write"
12035
- msgstr "خواندن/نوشتن"
12036
-
12037
- #: includes/admin/class-wc-admin-api-keys-table-list.php:161
12038
- #: includes/admin/settings/views/html-keys-edit.php:79
12039
- msgid "Unknown"
12040
- msgstr "ناشناس"
12041
-
12042
- #: includes/admin/class-wc-admin-api-keys.php:62
12043
- #: includes/admin/settings/class-wc-settings-api.php:46
12044
- msgid "Keys/Apps"
12045
- msgstr "کلیدها/برنامه ها"
12046
-
12047
- #: includes/admin/class-wc-admin-api-keys.php:62
12048
- msgid "Add Key"
12049
- msgstr "افزودن کلید"
12050
-
12051
- #: includes/abstracts/abstract-wc-order.php:1924
12052
- #: includes/shortcodes/class-wc-shortcode-checkout.php:149
12053
- #: templates/checkout/thankyou.php:49
12054
- msgid "Total:"
12055
- msgstr "قیمت نهایی:"
12056
-
12057
- #: includes/abstracts/abstract-wc-order.php:2191
12058
- #: templates/emails/plain/email-order-items.php:57
12059
- msgid "Download %d"
12060
- msgstr "دانلود %d"
12061
-
12062
- #: includes/abstracts/abstract-wc-order.php:2191
12063
- #: templates/emails/plain/email-order-items.php:59
12064
- msgid "Download"
12065
- msgstr "دانلود"
12066
-
12067
- msgid "WooCommerce"
12068
- msgstr "ووکامرس"
12069
-
12070
- #: includes/abstracts/abstract-wc-order.php:2290
12071
- msgid "Order status changed from %s to %s."
12072
- msgstr "وضعیت سفارش از %s به %s تغییر کرد."
12073
-
12074
- #: includes/abstracts/abstract-wc-order.php:2537
12075
- msgid "Item %s variation #%s stock reduced from %s to %s."
12076
- msgstr ""
12077
-
12078
- #: includes/abstracts/abstract-wc-order.php:2539
12079
- #: includes/class-wc-ajax.php:1370
12080
- msgid "Item %s stock reduced from %s to %s."
12081
- msgstr "موجودی کالای %s از %s به %s کاهش یافت."
12082
-
12083
- #: includes/abstracts/abstract-wc-payment-gateway.php:302
12084
- #: includes/gateways/simplify-commerce/class-wc-gateway-simplify-commerce.php:295
12085
- msgid "Card Number"
12086
- msgstr "شماره کارت"
12087
-
12088
- #: includes/abstracts/abstract-wc-payment-gateway.php:306
12089
- msgid "Expiry (MM/YY)"
12090
- msgstr "انقضا (MM/YY)"
12091
-
12092
- #: includes/abstracts/abstract-wc-payment-gateway.php:307
12093
- msgid "MM / YY"
12094
- msgstr "MM / YY"
12095
-
12096
- #: includes/abstracts/abstract-wc-payment-gateway.php:310
12097
- msgid "Card Code"
12098
- msgstr "کد کارت"
12099
-
12100
- #: includes/abstracts/abstract-wc-payment-gateway.php:311
12101
- msgid "CVC"
12102
- msgstr "CVC"
12103
-
12104
- #: includes/abstracts/abstract-wc-product.php:584
12105
- #: includes/class-wc-product-simple.php:48
12106
- #: includes/class-wc-product-variation.php:198
12107
- msgid "Add to cart"
12108
- msgstr "افزودن به سبد خرید"
12109
-
12110
- #: includes/abstracts/abstract-wc-product.php:593
12111
- msgid "Read more"
12112
- msgstr "اطلاعات بیشتر"
12113
-
12114
- #: includes/abstracts/abstract-wc-product.php:673
12115
- #: includes/abstracts/abstract-wc-product.php:684
12116
- #: includes/abstracts/abstract-wc-product.php:706
12117
- #: includes/admin/class-wc-admin-post-types.php:400
12118
- #: includes/admin/meta-boxes/class-wc-meta-box-product-data.php:339
12119
- #: includes/admin/reports/class-wc-report-stock.php:115
12120
- #: includes/admin/views/html-bulk-edit-product.php:223
12121
- #: includes/admin/views/html-quick-edit-product.php:166
12122
- #: includes/class-wc-ajax.php:845 includes/class-wc-ajax.php:2442
12123
- #: includes/class-wc-product-variation.php:539
12124
- #: includes/class-wc-product-variation.php:549
12125
- #: includes/class-wc-product-variation.php:565
12126
- msgid "In stock"
12127
- msgstr "موجود در انبار"
12128
-
12129
- #: includes/abstracts/abstract-wc-product.php:678
12130
- #: includes/class-wc-product-variation.php:543
12131
- msgid "Only %s left in stock"
12132
- msgstr "فقط %s عدد در انبار موجود است"
12133
-
12134
- #: includes/abstracts/abstract-wc-product.php:681
12135
- #: includes/abstracts/abstract-wc-product.php:692
12136
- #: includes/class-wc-product-variation.php:546
12137
- #: includes/class-wc-product-variation.php:556
12138
- msgid "(can be backordered)"
12139
- msgstr "(می توان پیش خرید کرد)"
12140
-
12141
- #: includes/abstracts/abstract-wc-product.php:689
12142
- #: includes/class-wc-product-variation.php:553
12143
- msgid "%s in stock"
12144
- msgstr "%s در انبار"
12145
-
12146
- #: includes/abstracts/abstract-wc-order.php:1856
12147
- msgid "Shipping:"
12148
- msgstr "ارسال "
12149
-
12150
- #: includes/abstracts/abstract-wc-order.php:1871
12151
- #: includes/admin/meta-boxes/views/html-order-fee.php:20
12152
- msgid "Fee"
12153
- msgstr "هزینه نگهداری"
12154
-
12155
- #: includes/abstracts/abstract-wc-order.php:1909
12156
- #: includes/admin/meta-boxes/class-wc-meta-box-order-data.php:292
12157
- #: includes/shortcodes/class-wc-shortcode-checkout.php:154
12158
- #: templates/checkout/thankyou.php:54
12159
- msgid "Payment Method:"
12160
- msgstr "روش پرداخت : "
12161
-
12162
- #: includes/abstracts/abstract-wc-order.php:1917
12163
- #: includes/admin/meta-boxes/views/html-order-items.php:245
12164
- #: includes/admin/meta-boxes/views/html-order-refund.php:18
12165
- msgid "Refund"
12166
- msgstr "استرداد"
12167
-
12168
- #: i18n/states/US.php:65
12169
- msgid "Armed Forces (AE)"
12170
- msgstr "Armed Forces (AE)"
12171
-
12172
- #: i18n/states/US.php:66
12173
- msgid "Armed Forces (AP)"
12174
- msgstr "Armed Forces (AP)"
12175
-
12176
- #: i18n/states/US.php:67
12177
- msgid "American Samoa"
12178
- msgstr "American Samoa"
12179
-
12180
- #: i18n/states/US.php:68
12181
- msgid "Guam"
12182
- msgstr "Guam"
12183
-
12184
- #: i18n/states/US.php:69
12185
- msgid "Northern Mariana Islands"
12186
- msgstr "Northern Mariana Islands"
12187
-
12188
- #: i18n/states/US.php:70
12189
- msgid "Puerto Rico"
12190
- msgstr "Puerto Rico"
12191
-
12192
- #: i18n/states/US.php:71
12193
- msgid "US Minor Outlying Islands"
12194
- msgstr "US Minor Outlying Islands"
12195
-
12196
- #: i18n/states/US.php:72
12197
- msgid "US Virgin Islands"
12198
- msgstr "US Virgin Islands"
12199
-
12200
- #: i18n/states/ZA.php:13
12201
- msgid "Eastern Cape"
12202
- msgstr "Eastern Cape"
12203
-
12204
- #: i18n/states/ZA.php:14
12205
- msgid "Free State"
12206
- msgstr "Free State"
12207
-
12208
- #: i18n/states/ZA.php:15
12209
- msgid "Gauteng"
12210
- msgstr "Gauteng"
12211
-
12212
- #: i18n/states/ZA.php:16
12213
- msgid "KwaZulu-Natal"
12214
- msgstr "KwaZulu-Natal"
12215
-
12216
- #: i18n/states/ZA.php:17
12217
- msgid "Limpopo"
12218
- msgstr "Limpopo"
12219
-
12220
- #: i18n/states/ZA.php:18
12221
- msgid "Mpumalanga"
12222
- msgstr "Mpumalanga"
12223
-
12224
- #: i18n/states/ZA.php:19
12225
- msgid "Northern Cape"
12226
- msgstr "Northern Cape"
12227
-
12228
- #: i18n/states/ZA.php:20
12229
- msgid "North West"
12230
- msgstr "North West"
12231
-
12232
- #: i18n/states/ZA.php:21
12233
- msgid "Western Cape"
12234
- msgstr "Western Cape"
12235
-
12236
- #: includes/abstracts/abstract-wc-integration.php:29
12237
- #: includes/abstracts/abstract-wc-settings-api.php:79
12238
- #: includes/admin/class-wc-admin-menus.php:80
12239
- #: includes/admin/settings/class-wc-settings-api.php:45
12240
- #: includes/admin/views/html-admin-page-status-report.php:407
12241
- #: includes/class-wc-install.php:748
12242
- msgid "Settings"
12243
- msgstr "پیکربندی"
12244
-
12245
- #: includes/abstracts/abstract-wc-order.php:270
12246
- #: includes/abstracts/abstract-wc-order.php:326
12247
- msgid "Backordered"
12248
- msgstr "پیش‌خرید شده"
12249
-
12250
- #: includes/abstracts/abstract-wc-order.php:1773
12251
- msgid "via %s"
12252
- msgstr "به وسیله %s"
12253
-
12254
- #: includes/abstracts/abstract-wc-order.php:1778
12255
- #: includes/abstracts/abstract-wc-product.php:1018
12256
- #: includes/abstracts/abstract-wc-product.php:1024
12257
- #: includes/class-wc-cart.php:1606 includes/class-wc-product-variable.php:364
12258
- #: includes/class-wc-product-variation.php:318
12259
- msgid "Free!"
12260
- msgstr "رایگان!"
12261
-
12262
- #: includes/abstracts/abstract-wc-order.php:1842
12263
- msgid "Subtotal:"
12264
- msgstr "مجموع"
12265
-
12266
- #: includes/abstracts/abstract-wc-order.php:1849
12267
- msgid "Discount:"
12268
- msgstr "تخفیف:"
12269
-
12270
- #: i18n/states/US.php:45
12271
- msgid "New York"
12272
- msgstr "New York"
12273
-
12274
- #: i18n/states/US.php:46
12275
- msgid "North Carolina"
12276
- msgstr "North Carolina"
12277
-
12278
- #: i18n/states/US.php:47
12279
- msgid "North Dakota"
12280
- msgstr "North Dakota"
12281
-
12282
- #: i18n/states/US.php:48
12283
- msgid "Ohio"
12284
- msgstr "Ohio"
12285
-
12286
- #: i18n/states/US.php:49
12287
- msgid "Oklahoma"
12288
- msgstr "Oklahoma"
12289
-
12290
- #: i18n/states/US.php:50
12291
- msgid "Oregon"
12292
- msgstr "Oregon"
12293
-
12294
- #: i18n/states/US.php:51
12295
- msgid "Pennsylvania"
12296
- msgstr "Pennsylvania"
12297
-
12298
- #: i18n/states/US.php:52
12299
- msgid "Rhode Island"
12300
- msgstr "Rhode Island"
12301
-
12302
- #: i18n/states/US.php:53
12303
- msgid "South Carolina"
12304
- msgstr "South Carolina"
12305
-
12306
- #: i18n/states/US.php:54
12307
- msgid "South Dakota"
12308
- msgstr "South Dakota"
12309
-
12310
- #: i18n/states/US.php:55
12311
- msgid "Tennessee"
12312
- msgstr "Tennessee"
12313
-
12314
- #: i18n/states/US.php:56
12315
- msgid "Texas"
12316
- msgstr "Texas"
12317
-
12318
- #: i18n/states/US.php:57
12319
- msgid "Utah"
12320
- msgstr "Utah"
12321
-
12322
- #: i18n/states/US.php:58
12323
- msgid "Vermont"
12324
- msgstr "Vermont"
12325
-
12326
- #: i18n/states/US.php:59
12327
- msgid "Virginia"
12328
- msgstr "Virginia"
12329
-
12330
- #: i18n/states/US.php:60
12331
- msgid "Washington"
12332
- msgstr "Washington"
12333
-
12334
- #: i18n/states/US.php:61
12335
- msgid "West Virginia"
12336
- msgstr "West Virginia"
12337
-
12338
- #: i18n/states/US.php:62
12339
- msgid "Wisconsin"
12340
- msgstr "Wisconsin"
12341
-
12342
- #: i18n/states/US.php:63
12343
- msgid "Wyoming"
12344
- msgstr "Wyoming"
12345
-
12346
- #: i18n/states/US.php:64
12347
- msgid "Armed Forces (AA)"
12348
- msgstr "Armed Forces (AA)"
12349
-
12350
- #: i18n/states/TR.php:91
12351
- msgid "Kilis"
12352
- msgstr "Kilis"
12353
-
12354
- #: i18n/states/TR.php:92
12355
- msgid "Osmaniye"
12356
- msgstr "Osmaniye"
12357
-
12358
- #: i18n/states/TR.php:93
12359
- msgid "D&#252;zce"
12360
- msgstr "D&#252;zce"
12361
-
12362
- #: i18n/states/US.php:13
12363
- msgid "Alabama"
12364
- msgstr "Alabama"
12365
-
12366
- #: i18n/states/US.php:14
12367
- msgid "Alaska"
12368
- msgstr "Alaska"
12369
-
12370
- #: i18n/states/US.php:15
12371
- msgid "Arizona"
12372
- msgstr "Arizona"
12373
-
12374
- #: i18n/states/US.php:16
12375
- msgid "Arkansas"
12376
- msgstr "Arkansas"
12377
-
12378
- #: i18n/states/US.php:17
12379
- msgid "California"
12380
- msgstr "California"
12381
-
12382
- #: i18n/states/US.php:18
12383
- msgid "Colorado"
12384
- msgstr "Colorado"
12385
-
12386
- #: i18n/states/US.php:19
12387
- msgid "Connecticut"
12388
- msgstr "Connecticut"
12389
-
12390
- #: i18n/states/US.php:20
12391
- msgid "Delaware"
12392
- msgstr "Delaware"
12393
-
12394
- #: i18n/states/US.php:21
12395
- msgid "District Of Columbia"
12396
- msgstr "District Of Columbia"
12397
-
12398
- #: i18n/states/US.php:22
12399
- msgid "Florida"
12400
- msgstr "Florida"
12401
-
12402
- #: i18n/states/US.php:24
12403
- msgid "Hawaii"
12404
- msgstr "Hawaii"
12405
-
12406
- #: i18n/states/US.php:25
12407
- msgid "Idaho"
12408
- msgstr "Idaho"
12409
-
12410
- #: i18n/states/US.php:26
12411
- msgid "Illinois"
12412
- msgstr "Illinois"
12413
-
12414
- #: i18n/states/US.php:27
12415
- msgid "Indiana"
12416
- msgstr "Indiana"
12417
-
12418
- #: i18n/states/US.php:28
12419
- msgid "Iowa"
12420
- msgstr "Iowa"
12421
-
12422
- #: i18n/states/US.php:29
12423
- msgid "Kansas"
12424
- msgstr "Kansas"
12425
-
12426
- #: i18n/states/US.php:30
12427
- msgid "Kentucky"
12428
- msgstr "Kentucky"
12429
-
12430
- #: i18n/states/US.php:31
12431
- msgid "Louisiana"
12432
- msgstr "Louisiana"
12433
-
12434
- #: i18n/states/US.php:32
12435
- msgid "Maine"
12436
- msgstr "Maine"
12437
-
12438
- #: i18n/states/US.php:33
12439
- msgid "Maryland"
12440
- msgstr "Maryland"
12441
-
12442
- #: i18n/states/US.php:34
12443
- msgid "Massachusetts"
12444
- msgstr "Massachusetts"
12445
-
12446
- #: i18n/states/US.php:35
12447
- msgid "Michigan"
12448
- msgstr "Michigan"
12449
-
12450
- #: i18n/states/US.php:36
12451
- msgid "Minnesota"
12452
- msgstr "Minnesota"
12453
-
12454
- #: i18n/states/US.php:37
12455
- msgid "Mississippi"
12456
- msgstr "Mississippi"
12457
-
12458
- #: i18n/states/US.php:38
12459
- msgid "Missouri"
12460
- msgstr "Missouri"
12461
-
12462
- #: i18n/states/US.php:40
12463
- msgid "Nebraska"
12464
- msgstr "Nebraska"
12465
-
12466
- #: i18n/states/US.php:41
12467
- msgid "Nevada"
12468
- msgstr "Nevada"
12469
-
12470
- #: i18n/states/US.php:42
12471
- msgid "New Hampshire"
12472
- msgstr "New Hampshire"
12473
-
12474
- #: i18n/states/US.php:43
12475
- msgid "New Jersey"
12476
- msgstr "New Jersey"
12477
-
12478
- #: i18n/states/US.php:44
12479
- msgid "New Mexico"
12480
- msgstr "New Mexico"
12481
-
12482
- #: i18n/states/TR.php:73
12483
- msgid "Trabzon"
12484
- msgstr "Trabzon"
12485
-
12486
- #: i18n/states/TR.php:74
12487
- msgid "Tunceli"
12488
- msgstr "Tunceli"
12489
-
12490
- #: i18n/states/TR.php:75
12491
- msgid "&#350;anl&#305;urfa"
12492
- msgstr "&#350;anl&#305;urfa"
12493
-
12494
- #: i18n/states/TR.php:76
12495
- msgid "U&#351;ak"
12496
- msgstr "U&#351;ak"
12497
-
12498
- #: i18n/states/TR.php:77
12499
- msgid "Van"
12500
- msgstr "Van"
12501
-
12502
- #: i18n/states/TR.php:78
12503
- msgid "Yozgat"
12504
- msgstr "Yozgat"
12505
-
12506
- #: i18n/states/TR.php:79
12507
- msgid "Zonguldak"
12508
- msgstr "Zonguldak"
12509
-
12510
- #: i18n/states/TR.php:80
12511
- msgid "Aksaray"
12512
- msgstr "Aksaray"
12513
-
12514
- #: i18n/states/TR.php:81
12515
- msgid "Bayburt"
12516
- msgstr "Bayburt"
12517
-
12518
- #: i18n/states/TR.php:82
12519
- msgid "Karaman"
12520
- msgstr "Karaman"
12521
-
12522
- #: i18n/states/TR.php:83
12523
- msgid "K&#305;r&#305;kkale"
12524
- msgstr "K&#305;r&#305;kkale"
12525
-
12526
- #: i18n/states/TR.php:84
12527
- msgid "Batman"
12528
- msgstr "Batman"
12529
-
12530
- #: i18n/states/TR.php:85
12531
- msgid "&#350;&#305;rnak"
12532
- msgstr "&#350;&#305;rnak"
12533
-
12534
- #: i18n/states/TR.php:86
12535
- msgid "Bart&#305;n"
12536
- msgstr "Bart&#305;n"
12537
-
12538
- #: i18n/states/TR.php:87
12539
- msgid "Ardahan"
12540
- msgstr "Ardahan"
12541
-
12542
- #: i18n/states/TR.php:88
12543
- msgid "I&#287;d&#305;r"
12544
- msgstr "I&#287;d&#305;r"
12545
-
12546
- #: i18n/states/TR.php:89
12547
- msgid "Yalova"
12548
- msgstr "Yalova"
12549
-
12550
- #: i18n/states/TR.php:90
12551
- msgid "Karab&#252;k"
12552
- msgstr "Karab&#252;k"
12553
-
12554
- #: i18n/states/TR.php:52
12555
- msgid "K&#305;r&#351;ehir"
12556
- msgstr "K&#305;r&#351;ehir"
12557
-
12558
- #: i18n/states/TR.php:53
12559
- msgid "Kocaeli"
12560
- msgstr "Kocaeli"
12561
-
12562
- #: i18n/states/TR.php:54
12563
- msgid "Konya"
12564
- msgstr "Konya"
12565
-
12566
- #: i18n/states/TR.php:55
12567
- msgid "K&#252;tahya"
12568
- msgstr "K&#252;tahya"
12569
-
12570
- #: i18n/states/TR.php:56
12571
- msgid "Malatya"
12572
- msgstr "Malatya"
12573
-
12574
- #: i18n/states/TR.php:57
12575
- msgid "Manisa"
12576
- msgstr "Manisa"
12577
-
12578
- #: i18n/states/TR.php:58
12579
- msgid "Kahramanmara&#351;"
12580
- msgstr "Kahramanmara&#351;"
12581
-
12582
- #: i18n/states/TR.php:59
12583
- msgid "Mardin"
12584
- msgstr "Mardin"
12585
-
12586
- #: i18n/states/TR.php:60
12587
- msgid "Mu&#287;la"
12588
- msgstr "Mu&#287;la"
12589
-
12590
- #: i18n/states/TR.php:61
12591
- msgid "Mu&#351;"
12592
- msgstr "Mu&#351;"
12593
-
12594
- #: i18n/states/TR.php:62
12595
- msgid "Nev&#351;ehir"
12596
- msgstr "Nev&#351;ehir"
12597
-
12598
- #: i18n/states/TR.php:63
12599
- msgid "Ni&#287;de"
12600
- msgstr "Ni&#287;de"
12601
-
12602
- #: i18n/states/TR.php:64
12603
- msgid "Ordu"
12604
- msgstr "Ordu"
12605
-
12606
- #: i18n/states/TR.php:65
12607
- msgid "Rize"
12608
- msgstr "Rize"
12609
-
12610
- #: i18n/states/TR.php:66
12611
- msgid "Sakarya"
12612
- msgstr "Sakarya"
12613
-
12614
- #: i18n/states/TR.php:67
12615
- msgid "Samsun"
12616
- msgstr "Samsun"
12617
-
12618
- #: i18n/states/TR.php:68
12619
- msgid "Siirt"
12620
- msgstr "Siirt"
12621
-
12622
- #: i18n/states/TR.php:69
12623
- msgid "Sinop"
12624
- msgstr "Sinop"
12625
-
12626
- #: i18n/states/TR.php:70
12627
- msgid "Sivas"
12628
- msgstr "Sivas"
12629
-
12630
- #: i18n/states/TR.php:71
12631
- msgid "Tekirda&#287;"
12632
- msgstr "Tekirda&#287;"
12633
-
12634
- #: i18n/states/TR.php:72
12635
- msgid "Tokat"
12636
- msgstr "Tokat"
12637
-
12638
- #: i18n/states/TR.php:31
12639
- msgid "&#199;orum"
12640
- msgstr "&#199;orum"
12641
-
12642
- #: i18n/states/TR.php:32
12643
- msgid "Denizli"
12644
- msgstr "Denizli"
12645
-
12646
- #: i18n/states/TR.php:33
12647
- msgid "Diyarbak&#305;r"
12648
- msgstr "Diyarbak&#305;r"
12649
-
12650
- #: i18n/states/TR.php:34
12651
- msgid "Edirne"
12652
- msgstr "Edirne"
12653
-
12654
- #: i18n/states/TR.php:35
12655
- msgid "Elaz&#305;&#287;"
12656
- msgstr "Elaz&#305;&#287;"
12657
-
12658
- #: i18n/states/TR.php:36
12659
- msgid "Erzincan"
12660
- msgstr "Erzincan"
12661
-
12662
- #: i18n/states/TR.php:37
12663
- msgid "Erzurum"
12664
- msgstr "Erzurum"
12665
-
12666
- #: i18n/states/TR.php:38
12667
- msgid "Eski&#351;ehir"
12668
- msgstr "Eski&#351;ehir"
12669
-
12670
- #: i18n/states/TR.php:39
12671
- msgid "Gaziantep"
12672
- msgstr "Gaziantep"
12673
-
12674
- #: i18n/states/TR.php:40
12675
- msgid "Giresun"
12676
- msgstr "Giresun"
12677
-
12678
- #: i18n/states/TR.php:41
12679
- msgid "G&#252;m&#252;&#351;hane"
12680
- msgstr "G&#252;m&#252;&#351;hane"
12681
-
12682
- #: i18n/states/TR.php:42
12683
- msgid "Hakkari"
12684
- msgstr "Hakkari"
12685
-
12686
- #: i18n/states/TR.php:43
12687
- msgid "Hatay"
12688
- msgstr "Hatay"
12689
-
12690
- #: i18n/states/TR.php:44
12691
- msgid "Isparta"
12692
- msgstr "Isparta"
12693
-
12694
- #: i18n/states/TR.php:45
12695
- msgid "&#304;&#231;el"
12696
- msgstr "&#304;&#231;el"
12697
-
12698
- #: i18n/states/TR.php:46
12699
- msgid "&#304;stanbul"
12700
- msgstr "&#304;stanbul"
12701
-
12702
- #: i18n/states/TR.php:47
12703
- msgid "&#304;zmir"
12704
- msgstr "&#304;zmir"
12705
-
12706
- #: i18n/states/TR.php:48
12707
- msgid "Kars"
12708
- msgstr "Kars"
12709
-
12710
- #: i18n/states/TR.php:49
12711
- msgid "Kastamonu"
12712
- msgstr "Kastamonu"
12713
-
12714
- #: i18n/states/TR.php:50
12715
- msgid "Kayseri"
12716
- msgstr "Kayseri"
12717
-
12718
- #: i18n/states/TR.php:51
12719
- msgid "K&#305;rklareli"
12720
- msgstr "K&#305;rklareli"
12721
-
12722
- #: i18n/states/TH.php:86
12723
- msgid "Uthai Thani (&#3629;&#3640;&#3607;&#3633;&#3618;&#3608;&#3634;&#3609;&#3637;)"
12724
- msgstr "Uthai Thani (&#3629;&#3640;&#3607;&#3633;&#3618;&#3608;&#3634;&#3609;&#3637;)"
12725
-
12726
- #: i18n/states/TH.php:87
12727
- msgid "Uttaradit (&#3629;&#3640;&#3605;&#3619;&#3604;&#3636;&#3605;&#3606;&#3660;)"
12728
- msgstr "Uttaradit (&#3629;&#3640;&#3605;&#3619;&#3604;&#3636;&#3605;&#3606;&#3660;)"
12729
-
12730
- #: i18n/states/TH.php:88
12731
- msgid "Yala (&#3618;&#3632;&#3621;&#3634;)"
12732
- msgstr "Yala (&#3618;&#3632;&#3621;&#3634;)"
12733
-
12734
- #: i18n/states/TH.php:89
12735
- msgid "Yasothon (&#3618;&#3650;&#3626;&#3608;&#3619;)"
12736
- msgstr "Yasothon (&#3618;&#3650;&#3626;&#3608;&#3619;)"
12737
-
12738
- #: i18n/states/TR.php:13
12739
- msgid "Adana"
12740
- msgstr "Adana"
12741
-
12742
- #: i18n/states/TR.php:14
12743
- msgid "Ad&#305;yaman"
12744
- msgstr "Ad&#305;yaman"
12745
-
12746
- #: i18n/states/TR.php:15
12747
- msgid "Afyon"
12748
- msgstr "Afyon"
12749
-
12750
- #: i18n/states/TR.php:16
12751
- msgid "A&#287;r&#305;"
12752
- msgstr "A&#287;r&#305;"
12753
-
12754
- #: i18n/states/TR.php:17
12755
- msgid "Amasya"
12756
- msgstr "Amasya"
12757
-
12758
- #: i18n/states/TR.php:18
12759
- msgid "Ankara"
12760
- msgstr "Ankara"
12761
-
12762
- #: i18n/states/TR.php:19
12763
- msgid "Antalya"
12764
- msgstr "Antalya"
12765
-
12766
- #: i18n/states/TR.php:20
12767
- msgid "Artvin"
12768
- msgstr "Artvin"
12769
-
12770
- #: i18n/states/TR.php:21
12771
- msgid "Ayd&#305;n"
12772
- msgstr "Ayd&#305;n"
12773
-
12774
- #: i18n/states/TR.php:22
12775
- msgid "Bal&#305;kesir"
12776
- msgstr "Bal&#305;kesir"
12777
-
12778
- #: i18n/states/TR.php:23
12779
- msgid "Bilecik"
12780
- msgstr "Bilecik"
12781
-
12782
- #: i18n/states/TR.php:24
12783
- msgid "Bing&#246;l"
12784
- msgstr "Bing&#246;l"
12785
-
12786
- #: i18n/states/TR.php:25
12787
- msgid "Bitlis"
12788
- msgstr "Bitlis"
12789
-
12790
- #: i18n/states/TR.php:26
12791
- msgid "Bolu"
12792
- msgstr "Bolu"
12793
-
12794
- #: i18n/states/TR.php:27
12795
- msgid "Burdur"
12796
- msgstr "Burdur"
12797
-
12798
- #: i18n/states/TR.php:28
12799
- msgid "Bursa"
12800
- msgstr "Bursa"
12801
-
12802
- #: i18n/states/TR.php:29
12803
- msgid "&#199;anakkale"
12804
- msgstr "&#199;anakkale"
12805
-
12806
- #: i18n/states/TR.php:30
12807
- msgid "&#199;ank&#305;r&#305;"
12808
- msgstr "&#199;ank&#305;r&#305;"
12809
-
12810
- #: i18n/states/TH.php:62
12811
- msgid "Prachuap Khiri Khan (&#3611;&#3619;&#3632;&#3592;&#3623;&#3610;&#3588;&#3637;&#3619;&#3637;&#3586;&#3633;&#3609;&#3608;&#3660;)"
12812
- msgstr "Prachuap Khiri Khan (&#3611;&#3619;&#3632;&#3592;&#3623;&#3610;&#3588;&#3637;&#3619;&#3637;&#3586;&#3633;&#3609;&#3608;&#3660;)"
12813
-
12814
- #: i18n/states/TH.php:63
12815
- msgid "Ranong (&#3619;&#3632;&#3609;&#3629;&#3591;)"
12816
- msgstr "Ranong (&#3619;&#3632;&#3609;&#3629;&#3591;)"
12817
-
12818
- #: i18n/states/TH.php:64
12819
- msgid "Ratchaburi (&#3619;&#3634;&#3594;&#3610;&#3640;&#3619;&#3637;)"
12820
- msgstr "Ratchaburi (&#3619;&#3634;&#3594;&#3610;&#3640;&#3619;&#3637;)"
12821
-
12822
- #: i18n/states/TH.php:65
12823
- msgid "Rayong (&#3619;&#3632;&#3618;&#3629;&#3591;)"
12824
- msgstr "Rayong (&#3619;&#3632;&#3618;&#3629;&#3591;)"
12825
-
12826
- #: i18n/states/TH.php:66
12827
- msgid "Roi Et (&#3619;&#3657;&#3629;&#3618;&#3648;&#3629;&#3655;&#3604;)"
12828
- msgstr "Roi Et (&#3619;&#3657;&#3629;&#3618;&#3648;&#3629;&#3655;&#3604;)"
12829
-
12830
- #: i18n/states/TH.php:67
12831
- msgid "Sa Kaeo (&#3626;&#3619;&#3632;&#3649;&#3585;&#3657;&#3623;)"
12832
- msgstr "Sa Kaeo (&#3626;&#3619;&#3632;&#3649;&#3585;&#3657;&#3623;)"
12833
-
12834
- #: i18n/states/TH.php:68
12835
- msgid "Sakon Nakhon (&#3626;&#3585;&#3621;&#3609;&#3588;&#3619;)"
12836
- msgstr "Sakon Nakhon (&#3626;&#3585;&#3621;&#3609;&#3588;&#3619;)"
12837
-
12838
- #: i18n/states/TH.php:69
12839
- msgid "Samut Prakan (&#3626;&#3617;&#3640;&#3607;&#3619;&#3611;&#3619;&#3634;&#3585;&#3634;&#3619;)"
12840
- msgstr "Samut Prakan (&#3626;&#3617;&#3640;&#3607;&#3619;&#3611;&#3619;&#3634;&#3585;&#3634;&#3619;)"
12841
-
12842
- #: i18n/states/TH.php:70
12843
- msgid "Samut Sakhon (&#3626;&#3617;&#3640;&#3607;&#3619;&#3626;&#3634;&#3588;&#3619;)"
12844
- msgstr "Samut Sakhon (&#3626;&#3617;&#3640;&#3607;&#3619;&#3626;&#3634;&#3588;&#3619;)"
12845
-
12846
- #: i18n/states/TH.php:71
12847
- msgid "Samut Songkhram (&#3626;&#3617;&#3640;&#3607;&#3619;&#3626;&#3591;&#3588;&#3619;&#3634;&#3617;)"
12848
- msgstr "Samut Songkhram (&#3626;&#3617;&#3640;&#3607;&#3619;&#3626;&#3591;&#3588;&#3619;&#3634;&#3617;)"
12849
-
12850
- #: i18n/states/TH.php:72
12851
- msgid "Saraburi (&#3626;&#3619;&#3632;&#3610;&#3640;&#3619;&#3637;)"
12852
- msgstr "Saraburi (&#3626;&#3619;&#3632;&#3610;&#3640;&#3619;&#3637;)"
12853
-
12854
- #: i18n/states/TH.php:73
12855
- msgid "Satun (&#3626;&#3605;&#3641;&#3621;)"
12856
- msgstr "Satun (&#3626;&#3605;&#3641;&#3621;)"
12857
-
12858
- #: i18n/states/TH.php:74
12859
- msgid "Sing Buri (&#3626;&#3636;&#3591;&#3627;&#3660;&#3610;&#3640;&#3619;&#3637;)"
12860
- msgstr "Sing Buri (&#3626;&#3636;&#3591;&#3627;&#3660;&#3610;&#3640;&#3619;&#3637;)"
12861
-
12862
- #: i18n/states/TH.php:75
12863
- msgid "Sisaket (&#3624;&#3619;&#3637;&#3626;&#3632;&#3648;&#3585;&#3625;)"
12864
- msgstr "Sisaket (&#3624;&#3619;&#3637;&#3626;&#3632;&#3648;&#3585;&#3625;)"
12865
-
12866
- #: i18n/states/TH.php:76
12867
- msgid "Songkhla (&#3626;&#3591;&#3586;&#3621;&#3634;)"
12868
- msgstr "Songkhla (&#3626;&#3591;&#3586;&#3621;&#3634;)"
12869
-
12870
- #: i18n/states/TH.php:77
12871
- msgid "Sukhothai (&#3626;&#3640;&#3650;&#3586;&#3607;&#3633;&#3618;)"
12872
- msgstr "Sukhothai (&#3626;&#3640;&#3650;&#3586;&#3607;&#3633;&#3618;)"
12873
-
12874
- #: i18n/states/TH.php:78
12875
- msgid "Suphan Buri (&#3626;&#3640;&#3614;&#3619;&#3619;&#3603;&#3610;&#3640;&#3619;&#3637;)"
12876
- msgstr "Suphan Buri (&#3626;&#3640;&#3614;&#3619;&#3619;&#3603;&#3610;&#3640;&#3619;&#3637;)"
12877
-
12878
- #: i18n/states/TH.php:79
12879
- msgid "Surat Thani (&#3626;&#3640;&#3619;&#3634;&#3625;&#3598;&#3619;&#3660;&#3608;&#3634;&#3609;&#3637;)"
12880
- msgstr "Surat Thani (&#3626;&#3640;&#3619;&#3634;&#3625;&#3598;&#3619;&#3660;&#3608;&#3634;&#3609;&#3637;)"
12881
-
12882
- #: i18n/states/TH.php:80
12883
- msgid "Surin (&#3626;&#3640;&#3619;&#3636;&#3609;&#3607;&#3619;&#3660;)"
12884
- msgstr "Surin (&#3626;&#3640;&#3619;&#3636;&#3609;&#3607;&#3619;&#3660;)"
12885
-
12886
- #: i18n/states/TH.php:81
12887
- msgid "Tak (&#3605;&#3634;&#3585;)"
12888
- msgstr "Tak (&#3605;&#3634;&#3585;)"
12889
-
12890
- #: i18n/states/TH.php:82
12891
- msgid "Trang (&#3605;&#3619;&#3633;&#3591;)"
12892
- msgstr "Trang (&#3605;&#3619;&#3633;&#3591;)"
12893
-
12894
- #: i18n/states/TH.php:83
12895
- msgid "Trat (&#3605;&#3619;&#3634;&#3604;)"
12896
- msgstr "Trat (&#3605;&#3619;&#3634;&#3604;)"
12897
-
12898
- #: i18n/states/TH.php:84
12899
- msgid "Ubon Ratchathani (&#3629;&#3640;&#3610;&#3621;&#3619;&#3634;&#3594;&#3608;&#3634;&#3609;&#3637;)"
12900
- msgstr "Ubon Ratchathani (&#3629;&#3640;&#3610;&#3621;&#3619;&#3634;&#3594;&#3608;&#3634;&#3609;&#3637;)"
12901
-
12902
- #: i18n/states/TH.php:85
12903
- msgid "Udon Thani (&#3629;&#3640;&#3604;&#3619;&#3608;&#3634;&#3609;&#3637;)"
12904
- msgstr "Udon Thani (&#3629;&#3640;&#3604;&#3619;&#3608;&#3634;&#3609;&#3637;)"
12905
-
12906
- #: i18n/states/TH.php:42
12907
- msgid "Nakhon Ratchasima (&#3609;&#3588;&#3619;&#3619;&#3634;&#3594;&#3626;&#3637;&#3617;&#3634;)"
12908
- msgstr "Nakhon Ratchasima (&#3609;&#3588;&#3619;&#3619;&#3634;&#3594;&#3626;&#3637;&#3617;&#3634;)"
12909
-
12910
- #: i18n/states/TH.php:43
12911
- msgid "Nakhon Sawan (&#3609;&#3588;&#3619;&#3626;&#3623;&#3619;&#3619;&#3588;&#3660;)"
12912
- msgstr "Nakhon Sawan (&#3609;&#3588;&#3619;&#3626;&#3623;&#3619;&#3619;&#3588;&#3660;)"
12913
-
12914
- #: i18n/states/TH.php:44
12915
- msgid "Nakhon Si Thammarat (&#3609;&#3588;&#3619;&#3624;&#3619;&#3637;&#3608;&#3619;&#3619;&#3617;&#3619;&#3634;&#3594;)"
12916
- msgstr "Nakhon Si Thammarat (&#3609;&#3588;&#3619;&#3624;&#3619;&#3637;&#3608;&#3619;&#3619;&#3617;&#3619;&#3634;&#3594;)"
12917
-
12918
- #: i18n/states/TH.php:45
12919
- msgid "Nan (&#3609;&#3656;&#3634;&#3609;)"
12920
- msgstr "Nan (&#3609;&#3656;&#3634;&#3609;)"
12921
-
12922
- #: i18n/states/TH.php:46
12923
- msgid "Narathiwat (&#3609;&#3619;&#3634;&#3608;&#3636;&#3623;&#3634;&#3626;)"
12924
- msgstr "Narathiwat (&#3609;&#3619;&#3634;&#3608;&#3636;&#3623;&#3634;&#3626;)"
12925
-
12926
- #: i18n/states/TH.php:47
12927
- msgid "Nong Bua Lam Phu (&#3627;&#3609;&#3629;&#3591;&#3610;&#3633;&#3623;&#3621;&#3635;&#3616;&#3641;)"
12928
- msgstr "Nong Bua Lam Phu (&#3627;&#3609;&#3629;&#3591;&#3610;&#3633;&#3623;&#3621;&#3635;&#3616;&#3641;)"
12929
-
12930
- #: i18n/states/TH.php:48
12931
- msgid "Nong Khai (&#3627;&#3609;&#3629;&#3591;&#3588;&#3634;&#3618;)"
12932
- msgstr "Nong Khai (&#3627;&#3609;&#3629;&#3591;&#3588;&#3634;&#3618;)"
12933
-
12934
- #: i18n/states/TH.php:49
12935
- msgid "Nonthaburi (&#3609;&#3609;&#3607;&#3610;&#3640;&#3619;&#3637;)"
12936
- msgstr "Nonthaburi (&#3609;&#3609;&#3607;&#3610;&#3640;&#3619;&#3637;)"
12937
-
12938
- #: i18n/states/TH.php:50
12939
- msgid "Pathum Thani (&#3611;&#3607;&#3640;&#3617;&#3608;&#3634;&#3609;&#3637;)"
12940
- msgstr "Pathum Thani (&#3611;&#3607;&#3640;&#3617;&#3608;&#3634;&#3609;&#3637;)"
12941
-
12942
- #: i18n/states/TH.php:51
12943
- msgid "Pattani (&#3611;&#3633;&#3605;&#3605;&#3634;&#3609;&#3637;)"
12944
- msgstr "Pattani (&#3611;&#3633;&#3605;&#3605;&#3634;&#3609;&#3637;)"
12945
-
12946
- #: i18n/states/TH.php:52
12947
- msgid "Phang Nga (&#3614;&#3633;&#3591;&#3591;&#3634;)"
12948
- msgstr "Phang Nga (&#3614;&#3633;&#3591;&#3591;&#3634;)"
12949
-
12950
- #: i18n/states/TH.php:53
12951
- msgid "Phatthalung (&#3614;&#3633;&#3607;&#3621;&#3640;&#3591;)"
12952
- msgstr "Phatthalung (&#3614;&#3633;&#3607;&#3621;&#3640;&#3591;)"
12953
-
12954
- #: i18n/states/TH.php:54
12955
- msgid "Phayao (&#3614;&#3632;&#3648;&#3618;&#3634;)"
12956
- msgstr "Phayao (&#3614;&#3632;&#3648;&#3618;&#3634;)"
12957
-
12958
- #: i18n/states/TH.php:55
12959
- msgid "Phetchabun (&#3648;&#3614;&#3594;&#3619;&#3610;&#3641;&#3619;&#3603;&#3660;)"
12960
- msgstr "Phetchabun (&#3648;&#3614;&#3594;&#3619;&#3610;&#3641;&#3619;&#3603;&#3660;)"
12961
-
12962
- #: i18n/states/TH.php:56
12963
- msgid "Phetchaburi (&#3648;&#3614;&#3594;&#3619;&#3610;&#3640;&#3619;&#3637;)"
12964
- msgstr "Phetchaburi (&#3648;&#3614;&#3594;&#3619;&#3610;&#3640;&#3619;&#3637;)"
12965
-
12966
- #: i18n/states/TH.php:57
12967
- msgid "Phichit (&#3614;&#3636;&#3592;&#3636;&#3605;&#3619;)"
12968
- msgstr "Phichit (&#3614;&#3636;&#3592;&#3636;&#3605;&#3619;)"
12969
-
12970
- #: i18n/states/TH.php:58
12971
- msgid "Phitsanulok (&#3614;&#3636;&#3625;&#3603;&#3640;&#3650;&#3621;&#3585;)"
12972
- msgstr "Phitsanulok (&#3614;&#3636;&#3625;&#3603;&#3640;&#3650;&#3621;&#3585;)"
12973
-
12974
- #: i18n/states/TH.php:59
12975
- msgid "Phrae (&#3649;&#3614;&#3619;&#3656;)"
12976
- msgstr "Phrae (&#3649;&#3614;&#3619;&#3656;)"
12977
-
12978
- #: i18n/states/TH.php:60
12979
- msgid "Phuket (&#3616;&#3641;&#3648;&#3585;&#3655;&#3605;)"
12980
- msgstr "Phuket (&#3616;&#3641;&#3648;&#3585;&#3655;&#3605;)"
12981
-
12982
- #: i18n/states/TH.php:61
12983
- msgid "Prachin Buri (&#3611;&#3619;&#3634;&#3592;&#3637;&#3609;&#3610;&#3640;&#3619;&#3637;)"
12984
- msgstr "Prachin Buri (&#3611;&#3619;&#3634;&#3592;&#3637;&#3609;&#3610;&#3640;&#3619;&#3637;)"
12985
-
12986
- #: i18n/states/TH.php:26
12987
- msgid "Chumphon (&#3594;&#3640;&#3617;&#3614;&#3619;)"
12988
- msgstr "Chumphon (&#3594;&#3640;&#3617;&#3614;&#3619;)"
12989
-
12990
- #: i18n/states/TH.php:27
12991
- msgid "Kalasin (&#3585;&#3634;&#3628;&#3626;&#3636;&#3609;&#3608;&#3640;&#3660;)"
12992
- msgstr "Kalasin (&#3585;&#3634;&#3628;&#3626;&#3636;&#3609;&#3608;&#3640;&#3660;)"
12993
-
12994
- #: i18n/states/TH.php:28
12995
- msgid "Kamphaeng Phet (&#3585;&#3635;&#3649;&#3614;&#3591;&#3648;&#3614;&#3594;&#3619;)"
12996
- msgstr "Kamphaeng Phet (&#3585;&#3635;&#3649;&#3614;&#3591;&#3648;&#3614;&#3594;&#3619;)"
12997
-
12998
- #: i18n/states/TH.php:29
12999
- msgid "Kanchanaburi (&#3585;&#3634;&#3597;&#3592;&#3609;&#3610;&#3640;&#3619;&#3637;)"
13000
- msgstr "Kanchanaburi (&#3585;&#3634;&#3597;&#3592;&#3609;&#3610;&#3640;&#3619;&#3637;)"
13001
-
13002
- #: i18n/states/TH.php:30
13003
- msgid "Khon Kaen (&#3586;&#3629;&#3609;&#3649;&#3585;&#3656;&#3609;)"
13004
- msgstr "Khon Kaen (&#3586;&#3629;&#3609;&#3649;&#3585;&#3656;&#3609;)"
13005
-
13006
- #: i18n/states/TH.php:31
13007
- msgid "Krabi (&#3585;&#3619;&#3632;&#3610;&#3637;&#3656;)"
13008
- msgstr "Krabi (&#3585;&#3619;&#3632;&#3610;&#3637;&#3656;)"
13009
-
13010
- #: i18n/states/TH.php:32
13011
- msgid "Lampang (&#3621;&#3635;&#3611;&#3634;&#3591;)"
13012
- msgstr "Lampang (&#3621;&#3635;&#3611;&#3634;&#3591;)"
13013
-
13014
- #: i18n/states/TH.php:33
13015
- msgid "Lamphun (&#3621;&#3635;&#3614;&#3641;&#3609;)"
13016
- msgstr "Lamphun (&#3621;&#3635;&#3614;&#3641;&#3609;)"
13017
-
13018
- #: i18n/states/TH.php:34
13019
- msgid "Loei (&#3648;&#3621;&#3618;)"
13020
- msgstr "Loei (&#3648;&#3621;&#3618;)"
13021
-
13022
- #: i18n/states/TH.php:35
13023
- msgid "Lopburi (&#3621;&#3614;&#3610;&#3640;&#3619;&#3637;)"
13024
- msgstr "Lopburi (&#3621;&#3614;&#3610;&#3640;&#3619;&#3637;)"
13025
-
13026
- #: i18n/states/TH.php:36
13027
- msgid "Mae Hong Son (&#3649;&#3617;&#3656;&#3630;&#3656;&#3629;&#3591;&#3626;&#3629;&#3609;)"
13028
- msgstr "Mae Hong Son (&#3649;&#3617;&#3656;&#3630;&#3656;&#3629;&#3591;&#3626;&#3629;&#3609;)"
13029
-
13030
- #: i18n/states/TH.php:37
13031
- msgid "Maha Sarakham (&#3617;&#3627;&#3634;&#3626;&#3634;&#3619;&#3588;&#3634;&#3617;)"
13032
- msgstr "Maha Sarakham (&#3617;&#3627;&#3634;&#3626;&#3634;&#3619;&#3588;&#3634;&#3617;)"
13033
-
13034
- #: i18n/states/TH.php:38
13035
- msgid "Mukdahan (&#3617;&#3640;&#3585;&#3604;&#3634;&#3627;&#3634;&#3619;)"
13036
- msgstr "Mukdahan (&#3617;&#3640;&#3585;&#3604;&#3634;&#3627;&#3634;&#3619;)"
13037
-
13038
- #: i18n/states/TH.php:39
13039
- msgid "Nakhon Nayok (&#3609;&#3588;&#3619;&#3609;&#3634;&#3618;&#3585;)"
13040
- msgstr "Nakhon Nayok (&#3609;&#3588;&#3619;&#3609;&#3634;&#3618;&#3585;)"
13041
-
13042
- #: i18n/states/TH.php:40
13043
- msgid "Nakhon Pathom (&#3609;&#3588;&#3619;&#3611;&#3600;&#3617;)"
13044
- msgstr "Nakhon Pathom (&#3609;&#3588;&#3619;&#3611;&#3600;&#3617;)"
13045
-
13046
- #: i18n/states/TH.php:41
13047
- msgid "Nakhon Phanom (&#3609;&#3588;&#3619;&#3614;&#3609;&#3617;)"
13048
- msgstr "Nakhon Phanom (&#3609;&#3588;&#3619;&#3614;&#3609;&#3617;)"
13049
-
13050
- #: i18n/states/PH.php:83
13051
- msgid "Sultan Kudarat"
13052
- msgstr "سلطان قدرت"
13053
-
13054
- #: i18n/states/PH.php:84
13055
- msgid "Sulu"
13056
- msgstr "سولو"
13057
-
13058
- #: i18n/states/PH.php:85
13059
- msgid "Surigao del Norte"
13060
- msgstr "Surigao del Norte"
13061
-
13062
- #: i18n/states/PH.php:86
13063
- msgid "Surigao del Sur"
13064
- msgstr "Surigao del Sur"
13065
-
13066
- #: i18n/states/PH.php:87
13067
- msgid "Tarlac"
13068
- msgstr "Tarlac"
13069
-
13070
- #: i18n/states/PH.php:88
13071
- msgid "Tawi-Tawi"
13072
- msgstr "Tawi-Tawi"
13073
-
13074
- #: i18n/states/PH.php:89
13075
- msgid "Zambales"
13076
- msgstr "Zambales"
13077
-
13078
- #: i18n/states/PH.php:90
13079
- msgid "Zamboanga del Norte"
13080
- msgstr "Zamboanga del Norte"
13081
-
13082
- #: i18n/states/PH.php:91
13083
- msgid "Zamboanga del Sur"
13084
- msgstr "Zamboanga del Sur"
13085
-
13086
- #: i18n/states/PH.php:92
13087
- msgid "Zamboanga Sibugay"
13088
- msgstr "Zamboanga Sibugay"
13089
-
13090
- #: i18n/states/PH.php:93
13091
- msgid "Metro Manila"
13092
- msgstr "Metro Manila"
13093
-
13094
- #: i18n/states/TH.php:13
13095
- msgid "Amnat Charoen (&#3629;&#3635;&#3609;&#3634;&#3592;&#3648;&#3592;&#3619;&#3636;&#3597;)"
13096
- msgstr "Amnat Charoen (&#3629;&#3635;&#3609;&#3634;&#3592;&#3648;&#3592;&#3619;&#3636;&#3597;)"
13097
-
13098
- #: i18n/states/TH.php:14
13099
- msgid "Ang Thong (&#3629;&#3656;&#3634;&#3591;&#3607;&#3629;&#3591;)"
13100
- msgstr "Ang Thong (&#3629;&#3656;&#3634;&#3591;&#3607;&#3629;&#3591;)"
13101
-
13102
- #: i18n/states/TH.php:15
13103
- msgid "Ayutthaya (&#3614;&#3619;&#3632;&#3609;&#3588;&#3619;&#3624;&#3619;&#3637;&#3629;&#3618;&#3640;&#3608;&#3618;&#3634;)"
13104
- msgstr "Ayutthaya (&#3614;&#3619;&#3632;&#3609;&#3588;&#3619;&#3624;&#3619;&#3637;&#3629;&#3618;&#3640;&#3608;&#3618;&#3634;)"
13105
-
13106
- #: i18n/states/TH.php:16
13107
- msgid "Bangkok (&#3585;&#3619;&#3640;&#3591;&#3648;&#3607;&#3614;&#3617;&#3627;&#3634;&#3609;&#3588;&#3619;)"
13108
- msgstr "Bangkok (&#3585;&#3619;&#3640;&#3591;&#3648;&#3607;&#3614;&#3617;&#3627;&#3634;&#3609;&#3588;&#3619;)"
13109
-
13110
- #: i18n/states/TH.php:17
13111
- msgid "Bueng Kan (&#3610;&#3638;&#3591;&#3585;&#3634;&#3628;)"
13112
- msgstr "Bueng Kan (&#3610;&#3638;&#3591;&#3585;&#3634;&#3628;)"
13113
-
13114
- #: i18n/states/TH.php:18
13115
- msgid "Buri Ram (&#3610;&#3640;&#3619;&#3637;&#3619;&#3633;&#3617;&#3618;&#3660;)"
13116
- msgstr "Buri Ram (&#3610;&#3640;&#3619;&#3637;&#3619;&#3633;&#3617;&#3618;&#3660;)"
13117
-
13118
- #: i18n/states/TH.php:19
13119
- msgid "Chachoengsao (&#3593;&#3632;&#3648;&#3594;&#3636;&#3591;&#3648;&#3607;&#3619;&#3634;)"
13120
- msgstr "Chachoengsao (&#3593;&#3632;&#3648;&#3594;&#3636;&#3591;&#3648;&#3607;&#3619;&#3634;)"
13121
-
13122
- #: i18n/states/TH.php:20
13123
- msgid "Chai Nat (&#3594;&#3633;&#3618;&#3609;&#3634;&#3607;)"
13124
- msgstr "Chai Nat (&#3594;&#3633;&#3618;&#3609;&#3634;&#3607;)"
13125
-
13126
- #: i18n/states/TH.php:21
13127
- msgid "Chaiyaphum (&#3594;&#3633;&#3618;&#3616;&#3641;&#3617;&#3636;)"
13128
- msgstr "Chaiyaphum (&#3594;&#3633;&#3618;&#3616;&#3641;&#3617;&#3636;)"
13129
-
13130
- #: i18n/states/TH.php:22
13131
- msgid "Chanthaburi (&#3592;&#3633;&#3609;&#3607;&#3610;&#3640;&#3619;&#3637;)"
13132
- msgstr "Chanthaburi (&#3592;&#3633;&#3609;&#3607;&#3610;&#3640;&#3619;&#3637;)"
13133
-
13134
- #: i18n/states/TH.php:23
13135
- msgid "Chiang Mai (&#3648;&#3594;&#3637;&#3618;&#3591;&#3651;&#3627;&#3617;&#3656;)"
13136
- msgstr "Chiang Mai (&#3648;&#3594;&#3637;&#3618;&#3591;&#3651;&#3627;&#3617;&#3656;)"
13137
-
13138
- #: i18n/states/TH.php:24
13139
- msgid "Chiang Rai (&#3648;&#3594;&#3637;&#3618;&#3591;&#3619;&#3634;&#3618;)"
13140
- msgstr "Chiang Rai (&#3648;&#3594;&#3637;&#3618;&#3591;&#3619;&#3634;&#3618;)"
13141
-
13142
- #: i18n/states/TH.php:25
13143
- msgid "Chonburi (&#3594;&#3621;&#3610;&#3640;&#3619;&#3637;)"
13144
- msgstr "Chonburi (&#3594;&#3621;&#3610;&#3640;&#3619;&#3637;)"
13145
-
13146
- #: i18n/states/PH.php:73
13147
- msgid "Quezon"
13148
- msgstr "Quezon"
13149
-
13150
- #: i18n/states/PH.php:74
13151
- msgid "Quirino"
13152
- msgstr "Quirino"
13153
-
13154
- #: i18n/states/PH.php:75
13155
- msgid "Rizal"
13156
- msgstr "ریزال"
13157
-
13158
- #: i18n/states/PH.php:76
13159
- msgid "Romblon"
13160
- msgstr "رومبلون"
13161
-
13162
- #: i18n/states/PH.php:77
13163
- msgid "Samar"
13164
- msgstr "سامار"
13165
-
13166
- #: i18n/states/PH.php:78
13167
- msgid "Sarangani"
13168
- msgstr "Sarangani"
13169
-
13170
- #: i18n/states/PH.php:79
13171
- msgid "Siquijor"
13172
- msgstr "Siquijor"
13173
-
13174
- #: i18n/states/PH.php:80
13175
- msgid "Sorsogon"
13176
- msgstr "Sorsogon"
13177
-
13178
- #: i18n/states/PH.php:81
13179
- msgid "South Cotabato"
13180
- msgstr "کوتاباتو جنوبی"
13181
-
13182
- #: i18n/states/PH.php:82
13183
- msgid "Southern Leyte"
13184
- msgstr "Southern Leyte"
13185
-
13186
- #: i18n/states/PH.php:53
13187
- msgid "Laguna"
13188
- msgstr "لاگونا"
13189
-
13190
- #: i18n/states/PH.php:54
13191
- msgid "Lanao del Norte"
13192
- msgstr "Lanao del Norte"
13193
-
13194
- #: i18n/states/PH.php:55
13195
- msgid "Lanao del Sur"
13196
- msgstr "Lanao del Sur"
13197
-
13198
- #: i18n/states/PH.php:56
13199
- msgid "Leyte"
13200
- msgstr "Leyte"
13201
-
13202
- #: i18n/states/PH.php:57
13203
- msgid "Maguindanao"
13204
- msgstr "Maguindanao"
13205
-
13206
- #: i18n/states/PH.php:58
13207
- msgid "Marinduque"
13208
- msgstr "Marinduque"
13209
-
13210
- #: i18n/states/PH.php:59
13211
- msgid "Masbate"
13212
- msgstr "Masbate"
13213
-
13214
- #: i18n/states/PH.php:60
13215
- msgid "Misamis Occidental"
13216
- msgstr "Misamis Occidental"
13217
-
13218
- #: i18n/states/PH.php:61
13219
- msgid "Misamis Oriental"
13220
- msgstr "Misamis Oriental"
13221
-
13222
- #: i18n/states/PH.php:62
13223
- msgid "Mountain Province"
13224
- msgstr "Mountain Province"
13225
-
13226
- #: i18n/states/PH.php:63
13227
- msgid "Negros Occidental"
13228
- msgstr "Negros Occidental"
13229
-
13230
- #: i18n/states/PH.php:64
13231
- msgid "Negros Oriental"
13232
- msgstr "Negros Oriental"
13233
-
13234
- #: i18n/states/PH.php:65
13235
- msgid "Northern Samar"
13236
- msgstr "Northern Samar"
13237
-
13238
- #: i18n/states/PH.php:66
13239
- msgid "Nueva Ecija"
13240
- msgstr "Nueva Ecija"
13241
-
13242
- #: i18n/states/PH.php:67
13243
- msgid "Nueva Vizcaya"
13244
- msgstr "Nueva Vizcaya"
13245
-
13246
- #: i18n/states/PH.php:68
13247
- msgid "Occidental Mindoro"
13248
- msgstr "Occidental Mindoro"
13249
-
13250
- #: i18n/states/PH.php:69
13251
- msgid "Oriental Mindoro"
13252
- msgstr "Oriental Mindoro"
13253
-
13254
- #: i18n/states/PH.php:70
13255
- msgid "Palawan"
13256
- msgstr "Palawan"
13257
-
13258
- #: i18n/states/PH.php:71
13259
- msgid "Pampanga"
13260
- msgstr "Pampanga"
13261
-
13262
- #: i18n/states/PH.php:72
13263
- msgid "Pangasinan"
13264
- msgstr "Pangasinan"
13265
-
13266
- #: i18n/states/PH.php:35
13267
- msgid "Cavite"
13268
- msgstr "Cavite"
13269
-
13270
- #: i18n/states/PH.php:36
13271
- msgid "Cebu"
13272
- msgstr "سبو"
13273
-
13274
- #: i18n/states/PH.php:37
13275
- msgid "Compostela Valley"
13276
- msgstr "Compostela Valley"
13277
-
13278
- #: i18n/states/PH.php:38
13279
- msgid "Cotabato"
13280
- msgstr "کوتاباتو"
13281
-
13282
- #: i18n/states/PH.php:39
13283
- msgid "Davao del Norte"
13284
- msgstr "Davao del Norte"
13285
-
13286
- #: i18n/states/PH.php:40
13287
- msgid "Davao del Sur"
13288
- msgstr "Davao del Sur"
13289
-
13290
- #: i18n/states/PH.php:41
13291
- msgid "Davao Occidental"
13292
- msgstr "Davao Occidental"
13293
-
13294
- #: i18n/states/PH.php:42
13295
- msgid "Davao Oriental"
13296
- msgstr "Davao Oriental"
13297
-
13298
- #: i18n/states/PH.php:43
13299
- msgid "Dinagat Islands"
13300
- msgstr "Dinagat Islands"
13301
-
13302
- #: i18n/states/PH.php:44
13303
- msgid "Eastern Samar"
13304
- msgstr "Eastern Samar"
13305
-
13306
- #: i18n/states/PH.php:45
13307
- msgid "Guimaras"
13308
- msgstr "Guimaras"
13309
-
13310
- #: i18n/states/PH.php:46
13311
- msgid "Ifugao"
13312
- msgstr "Ifugao"
13313
-
13314
- #: i18n/states/PH.php:47
13315
- msgid "Ilocos Norte"
13316
- msgstr "Ilocos Norte"
13317
-
13318
- #: i18n/states/PH.php:48
13319
- msgid "Ilocos Sur"
13320
- msgstr "Ilocos Sur"
13321
-
13322
- #: i18n/states/PH.php:49
13323
- msgid "Iloilo"
13324
- msgstr "ایویلو"
13325
-
13326
- #: i18n/states/PH.php:50
13327
- msgid "Isabela"
13328
- msgstr "ایزابلا"
13329
-
13330
- #: i18n/states/PH.php:51
13331
- msgid "Kalinga"
13332
- msgstr "کالینگا"
13333
-
13334
- #: i18n/states/PH.php:52
13335
- msgid "La Union"
13336
- msgstr "La Union"
13337
-
13338
- #: i18n/states/PH.php:14
13339
- msgid "Agusan del Sur"
13340
- msgstr "آگوسان جنوبی"
13341
-
13342
- #: i18n/states/PH.php:15
13343
- msgid "Aklan"
13344
- msgstr "آکلان"
13345
-
13346
- #: i18n/states/PH.php:16
13347
- msgid "Albay"
13348
- msgstr "آلبای"
13349
-
13350
- #: i18n/states/PH.php:17
13351
- msgid "Antique"
13352
- msgstr "آنتیکو"
13353
-
13354
- #: i18n/states/PH.php:18
13355
- msgid "Apayao"
13356
- msgstr "آپایائو"
13357
-
13358
- #: i18n/states/PH.php:19
13359
- msgid "Aurora"
13360
- msgstr "آئورا"
13361
-
13362
- #: i18n/states/PH.php:20
13363
- msgid "Basilan"
13364
- msgstr "باسیلان"
13365
-
13366
- #: i18n/states/PH.php:21
13367
- msgid "Bataan"
13368
- msgstr "باتان"
13369
-
13370
- #: i18n/states/PH.php:22
13371
- msgid "Batanes"
13372
- msgstr "باتانس"
13373
-
13374
- #: i18n/states/PH.php:23
13375
- msgid "Batangas"
13376
- msgstr "باتانگاس"
13377
-
13378
- #: i18n/states/PH.php:24
13379
- msgid "Benguet"
13380
- msgstr "بنگوئه"
13381
-
13382
- #: i18n/states/PH.php:25
13383
- msgid "Biliran"
13384
- msgstr "بیلیران"
13385
-
13386
- #: i18n/states/PH.php:26
13387
- msgid "Bohol"
13388
- msgstr "بهل (فیلیپین)"
13389
-
13390
- #: i18n/states/PH.php:27
13391
- msgid "Bukidnon"
13392
- msgstr "بوکیدنون"
13393
-
13394
- #: i18n/states/PH.php:28
13395
- msgid "Bulacan"
13396
- msgstr "بولاکان"
13397
-
13398
- #: i18n/states/PH.php:29
13399
- msgid "Cagayan"
13400
- msgstr "کاگایان"
13401
-
13402
- #: i18n/states/PH.php:30
13403
- msgid "Camarines Norte"
13404
- msgstr "کامارینه شمالی"
13405
-
13406
- #: i18n/states/PH.php:31
13407
- msgid "Camarines Sur"
13408
- msgstr "کامارینه جنوبی"
13409
-
13410
- #: i18n/states/PH.php:32
13411
- msgid "Camiguin"
13412
- msgstr "کامیگوئین"
13413
-
13414
- #: i18n/states/PH.php:33
13415
- msgid "Capiz"
13416
- msgstr "کاپیز"
13417
-
13418
- #: i18n/states/PH.php:34
13419
- msgid "Catanduanes"
13420
- msgstr "Catanduanes"
13421
-
13422
- #: i18n/states/PE.php:21
13423
- msgid "Cusco"
13424
- msgstr "Cusco"
13425
-
13426
- #: i18n/states/PE.php:22
13427
- msgid "Huancavelica"
13428
- msgstr "Huancavelica"
13429
-
13430
- #: i18n/states/PE.php:23
13431
- msgid "Hu&aacute;nuco"
13432
- msgstr "Hu&aacute;nuco"
13433
-
13434
- #: i18n/states/PE.php:24
13435
- msgid "Ica"
13436
- msgstr "Ica"
13437
-
13438
- #: i18n/states/PE.php:25
13439
- msgid "Jun&iacute;n"
13440
- msgstr "Jun&iacute;n"
13441
-
13442
- #: i18n/states/PE.php:26
13443
- msgid "La Libertad"
13444
- msgstr "La Libertad"
13445
-
13446
- #: i18n/states/PE.php:27
13447
- msgid "Lambayeque"
13448
- msgstr "Lambayeque"
13449
-
13450
- #: i18n/states/PE.php:28
13451
- msgid "Lima"
13452
- msgstr "Lima"
13453
-
13454
- #: i18n/states/PE.php:29
13455
- msgid "Loreto"
13456
- msgstr "Loreto"
13457
-
13458
- #: i18n/states/PE.php:30
13459
- msgid "Madre de Dios"
13460
- msgstr "Madre de Dios"
13461
-
13462
- #: i18n/states/PE.php:31
13463
- msgid "Moquegua"
13464
- msgstr "Moquegua"
13465
-
13466
- #: i18n/states/PE.php:32
13467
- msgid "Pasco"
13468
- msgstr "Pasco"
13469
-
13470
- #: i18n/states/PE.php:33
13471
- msgid "Piura"
13472
- msgstr "Piura"
13473
-
13474
- #: i18n/states/PE.php:34
13475
- msgid "Puno"
13476
- msgstr "Puno"
13477
-
13478
- #: i18n/states/PE.php:35
13479
- msgid "San Mart&iacute;n"
13480
- msgstr "San Mart&iacute;n"
13481
-
13482
- #: i18n/states/PE.php:36
13483
- msgid "Tacna"
13484
- msgstr "Tacna"
13485
-
13486
- #: i18n/states/PE.php:37
13487
- msgid "Tumbes"
13488
- msgstr "Tumbes"
13489
-
13490
- #: i18n/states/PE.php:38
13491
- msgid "Ucayali"
13492
- msgstr "Ucayali"
13493
-
13494
- #: i18n/states/PH.php:12
13495
- msgid "Abra"
13496
- msgstr "آبرا"
13497
-
13498
- #: i18n/states/PH.php:13
13499
- msgid "Agusan del Norte"
13500
- msgstr "آگوسان شمالی"
13501
-
13502
- #: i18n/states/NZ.php:16
13503
- msgid "Bay of Plenty"
13504
- msgstr "Bay of Plenty"
13505
-
13506
- #: i18n/states/NZ.php:17
13507
- msgid "Taranaki"
13508
- msgstr "Taranaki"
13509
-
13510
- #: i18n/states/NZ.php:18
13511
- msgid "Gisborne"
13512
- msgstr "گیسبورن"
13513
-
13514
- #: i18n/states/NZ.php:19
13515
- msgid "Hawke&rsquo;s Bay"
13516
- msgstr "Hawke&rsquo;s Bay"
13517
-
13518
- #: i18n/states/NZ.php:20
13519
- msgid "Manawatu-Wanganui"
13520
- msgstr "Manawatu-Wanganui"
13521
-
13522
- #: i18n/states/NZ.php:21
13523
- msgid "Wellington"
13524
- msgstr "Wellington"
13525
-
13526
- #: i18n/states/NZ.php:22
13527
- msgid "Nelson"
13528
- msgstr "Nelson"
13529
-
13530
- #: i18n/states/NZ.php:23
13531
- msgid "Marlborough"
13532
- msgstr "Marlborough"
13533
-
13534
- #: i18n/states/NZ.php:24
13535
- msgid "Tasman"
13536
- msgstr "Tasman"
13537
-
13538
- #: i18n/states/NZ.php:25
13539
- msgid "West Coast"
13540
- msgstr "West Coast"
13541
-
13542
- #: i18n/states/NZ.php:26
13543
- msgid "Canterbury"
13544
- msgstr "Canterbury"
13545
-
13546
- #: i18n/states/NZ.php:27
13547
- msgid "Otago"
13548
- msgstr "Otago"
13549
-
13550
- #: i18n/states/NZ.php:28
13551
- msgid "Southland"
13552
- msgstr "Southland"
13553
-
13554
- #: i18n/states/PE.php:13
13555
- msgid "El Callao"
13556
- msgstr "El Callao"
13557
-
13558
- #: i18n/states/PE.php:14
13559
- msgid "Municipalidad Metropolitana de Lima"
13560
- msgstr "Municipalidad Metropolitana de Lima"
13561
-
13562
- #: i18n/states/PE.php:16
13563
- msgid "Ancash"
13564
- msgstr "Ancash"
13565
-
13566
- #: i18n/states/PE.php:17
13567
- msgid "Apur&iacute;mac"
13568
- msgstr "Apur&iacute;mac"
13569
-
13570
- #: i18n/states/PE.php:18
13571
- msgid "Arequipa"
13572
- msgstr "ضروری"
13573
-
13574
- #: i18n/states/PE.php:19
13575
- msgid "Ayacucho"
13576
- msgstr "Ayacucho"
13577
-
13578
- #: i18n/states/PE.php:20
13579
- msgid "Cajamarca"
13580
- msgstr "Cajamarca"
13581
-
13582
- #: i18n/states/NP.php:13
13583
- msgid "Bagmati"
13584
- msgstr ""
13585
-
13586
- #: i18n/states/NP.php:14
13587
- msgid "Bheri"
13588
- msgstr "بهری"
13589
-
13590
- #: i18n/states/NP.php:15
13591
- msgid "Dhawalagiri"
13592
- msgstr "داوالاگیری"
13593
-
13594
- #: i18n/states/NP.php:16
13595
- msgid "Gandaki"
13596
- msgstr "گانداکی"
13597
-
13598
- #: i18n/states/NP.php:17
13599
- msgid "Janakpur"
13600
- msgstr "جنکپور"
13601
-
13602
- #: i18n/states/NP.php:18
13603
- msgid "Karnali"
13604
- msgstr "کارنالی"
13605
-
13606
- #: i18n/states/NP.php:19
13607
- msgid "Koshi"
13608
- msgstr "کوشی"
13609
-
13610
- #: i18n/states/NP.php:20
13611
- msgid "Lumbini"
13612
- msgstr "لومبینی"
13613
-
13614
- #: i18n/states/NP.php:21
13615
- msgid "Mahakali"
13616
- msgstr ""
13617
-
13618
- #: i18n/states/NP.php:22
13619
- msgid "Mechi"
13620
- msgstr ""
13621
-
13622
- #: i18n/states/NP.php:23
13623
- msgid "Narayani"
13624
- msgstr ""
13625
-
13626
- #: i18n/states/NP.php:24
13627
- msgid "Rapti"
13628
- msgstr ""
13629
-
13630
- #: i18n/states/NP.php:25
13631
- msgid "Sagarmatha"
13632
- msgstr ""
13633
-
13634
- #: i18n/states/NP.php:26
13635
- msgid "Seti"
13636
- msgstr ""
13637
-
13638
- #: i18n/states/NZ.php:13
13639
- msgid "Northland"
13640
- msgstr "Northland"
13641
-
13642
- #: i18n/states/NZ.php:14
13643
- msgid "Auckland"
13644
- msgstr "Auckland"
13645
-
13646
- #: i18n/states/NZ.php:15
13647
- msgid "Waikato"
13648
- msgstr "Waikato"
13649
-
13650
- #: i18n/states/MX.php:44
13651
- msgid "Zacatecas"
13652
- msgstr "Zacatecas"
13653
-
13654
- #: i18n/states/MY.php:13
13655
- msgid "Johor"
13656
- msgstr "Johor"
13657
-
13658
- #: i18n/states/MY.php:14
13659
- msgid "Kedah"
13660
- msgstr "Kedah"
13661
-
13662
- #: i18n/states/MY.php:15
13663
- msgid "Kelantan"
13664
- msgstr "Kelantan"
13665
-
13666
- #: i18n/states/MY.php:16
13667
- msgid "Labuan"
13668
- msgstr ""
13669
-
13670
- #: i18n/states/MY.php:17
13671
- msgid "Malacca (Melaka)"
13672
- msgstr ""
13673
-
13674
- #: i18n/states/MY.php:18
13675
- msgid "Negeri Sembilan"
13676
- msgstr "Negeri Sembilan"
13677
-
13678
- #: i18n/states/MY.php:19
13679
- msgid "Pahang"
13680
- msgstr "Pahang"
13681
-
13682
- #: i18n/states/MY.php:20
13683
- msgid "Penang (Pulau Pinang)"
13684
- msgstr ""
13685
-
13686
- #: i18n/states/MY.php:21
13687
- msgid "Perak"
13688
- msgstr "Perak"
13689
-
13690
- #: i18n/states/MY.php:22
13691
- msgid "Perlis"
13692
- msgstr "Perlis"
13693
-
13694
- #: i18n/states/MY.php:23
13695
- msgid "Sabah"
13696
- msgstr "Sabah"
13697
-
13698
- #: i18n/states/MY.php:24
13699
- msgid "Sarawak"
13700
- msgstr "Sarawak"
13701
-
13702
- #: i18n/states/MY.php:25
13703
- msgid "Selangor"
13704
- msgstr "Selangor"
13705
-
13706
- #: i18n/states/MY.php:26
13707
- msgid "Terengganu"
13708
- msgstr "Terengganu"
13709
-
13710
- #: i18n/states/MY.php:27
13711
- msgid "Putrajaya"
13712
- msgstr ""
13713
-
13714
- #: i18n/states/MY.php:28
13715
- msgid "Kuala Lumpur"
13716
- msgstr "کوالالامپور"
13717
-
13718
- #: i18n/states/MX.php:27
13719
- msgid "Hidalgo"
13720
- msgstr "Hidalgo"
13721
-
13722
- #: i18n/states/MX.php:28
13723
- msgid "Edo. de México"
13724
- msgstr "Edo. de México"
13725
-
13726
- #: i18n/states/MX.php:29
13727
- msgid "Michoacán"
13728
- msgstr "Michoacán"
13729
-
13730
- #: i18n/states/MX.php:30
13731
- msgid "Morelos"
13732
- msgstr "Morelos"
13733
-
13734
- #: i18n/states/MX.php:31
13735
- msgid "Nayarit"
13736
- msgstr "Nayarit"
13737
-
13738
- #: i18n/states/MX.php:32
13739
- msgid "Oaxaca"
13740
- msgstr "Oaxaca"
13741
-
13742
- #: i18n/states/MX.php:33
13743
- msgid "Puebla"
13744
- msgstr "Puebla"
13745
-
13746
- #: i18n/states/MX.php:34
13747
- msgid "Querétaro"
13748
- msgstr "Querétaro"
13749
-
13750
- #: i18n/states/MX.php:35
13751
- msgid "Quintana Roo"
13752
- msgstr "Quintana Roo"
13753
-
13754
- #: i18n/states/MX.php:36
13755
- msgid "San Luis Potosí"
13756
- msgstr "San Luis Potosí"
13757
-
13758
- #: i18n/states/MX.php:37
13759
- msgid "Sinaloa"
13760
- msgstr "Sinaloa"
13761
-
13762
- #: i18n/states/MX.php:38
13763
- msgid "Sonora"
13764
- msgstr "Sonora"
13765
-
13766
- #: i18n/states/MX.php:39
13767
- msgid "Tabasco"
13768
- msgstr "Tabasco"
13769
-
13770
- #: i18n/states/MX.php:40
13771
- msgid "Tamaulipas"
13772
- msgstr "Tamaulipas"
13773
-
13774
- #: i18n/states/MX.php:41
13775
- msgid "Tlaxcala"
13776
- msgstr "Tlaxcala"
13777
-
13778
- #: i18n/states/MX.php:42
13779
- msgid "Veracruz"
13780
- msgstr "Veracruz"
13781
-
13782
- #: i18n/states/MX.php:43
13783
- msgid "Yucatán"
13784
- msgstr "Yucatán"
13785
-
13786
- #: i18n/states/JP.php:51
13787
- msgid "Kochi"
13788
- msgstr "Kochi"
13789
-
13790
- #: i18n/states/JP.php:52
13791
- msgid "Fukuoka"
13792
- msgstr "Fukuoka"
13793
-
13794
- #: i18n/states/JP.php:53
13795
- msgid "Saga"
13796
- msgstr "Saga"
13797
-
13798
- #: i18n/states/JP.php:54
13799
- msgid "Nagasaki"
13800
- msgstr "Nagasaki"
13801
-
13802
- #: i18n/states/JP.php:55
13803
- msgid "Kumamoto"
13804
- msgstr "Kumamoto"
13805
-
13806
- #: i18n/states/JP.php:56
13807
- msgid "Oita"
13808
- msgstr "Oita"
13809
-
13810
- #: i18n/states/JP.php:57
13811
- msgid "Miyazaki"
13812
- msgstr "Miyazaki"
13813
-
13814
- #: i18n/states/JP.php:58
13815
- msgid "Kagoshima"
13816
- msgstr "Kagoshima"
13817
-
13818
- #: i18n/states/JP.php:59
13819
- msgid "Okinawa"
13820
- msgstr "Okinawa"
13821
-
13822
- #: i18n/states/MX.php:14
13823
- msgid "Jalisco"
13824
- msgstr "Jalisco"
13825
-
13826
- #: i18n/states/MX.php:15
13827
- msgid "Nuevo León"
13828
- msgstr "Nuevo León"
13829
-
13830
- #: i18n/states/MX.php:16
13831
- msgid "Aguascalientes"
13832
- msgstr "Aguascalientes"
13833
-
13834
- #: i18n/states/MX.php:17
13835
- msgid "Baja California"
13836
- msgstr "باجا کایفرنیا"
13837
-
13838
- #: i18n/states/MX.php:18
13839
- msgid "Baja California Sur"
13840
- msgstr "Baja California Sur"
13841
-
13842
- #: i18n/states/MX.php:19
13843
- msgid "Campeche"
13844
- msgstr "Campeche"
13845
-
13846
- #: i18n/states/MX.php:20
13847
- msgid "Chiapas"
13848
- msgstr "Chiapas"
13849
-
13850
- #: i18n/states/MX.php:21
13851
- msgid "Chihuahua"
13852
- msgstr "Chihuahua"
13853
-
13854
- #: i18n/states/MX.php:22
13855
- msgid "Coahuila"
13856
- msgstr "Coahuila"
13857
-
13858
- #: i18n/states/MX.php:23
13859
- msgid "Colima"
13860
- msgstr "Colima"
13861
-
13862
- #: i18n/states/MX.php:24
13863
- msgid "Durango"
13864
- msgstr "Durango"
13865
-
13866
- #: i18n/states/MX.php:25
13867
- msgid "Guanajuato"
13868
- msgstr "Guanajuato"
13869
-
13870
- #: i18n/states/MX.php:26
13871
- msgid "Guerrero"
13872
- msgstr "Guerrero"
13873
-
13874
- #: i18n/states/JP.php:29
13875
- msgid "Ishikawa"
13876
- msgstr "Ishikawa"
13877
-
13878
- #: i18n/states/JP.php:30
13879
- msgid "Fukui"
13880
- msgstr "Fukui"
13881
-
13882
- #: i18n/states/JP.php:31
13883
- msgid "Yamanashi"
13884
- msgstr "Yamanashi"
13885
-
13886
- #: i18n/states/JP.php:32
13887
- msgid "Nagano"
13888
- msgstr "Nagano"
13889
-
13890
- #: i18n/states/JP.php:33
13891
- msgid "Gifu"
13892
- msgstr "Gifu"
13893
-
13894
- #: i18n/states/JP.php:34
13895
- msgid "Shizuoka"
13896
- msgstr "Shizuoka"
13897
-
13898
- #: i18n/states/JP.php:35
13899
- msgid "Aichi"
13900
- msgstr "Aichi"
13901
-
13902
- #: i18n/states/JP.php:36
13903
- msgid "Mie"
13904
- msgstr "Mie"
13905
-
13906
- #: i18n/states/JP.php:37
13907
- msgid "Shiga"
13908
- msgstr "Shiga"
13909
-
13910
- #: i18n/states/JP.php:38
13911
- msgid "Kyoto"
13912
- msgstr "کیوتو"
13913
-
13914
- #: i18n/states/JP.php:39
13915
- msgid "Osaka"
13916
- msgstr "Osaka"
13917
-
13918
- #: i18n/states/JP.php:40
13919
- msgid "Hyogo"
13920
- msgstr "هیوگو"
13921
-
13922
- #: i18n/states/JP.php:41
13923
- msgid "Nara"
13924
- msgstr "Nara"
13925
-
13926
- #: i18n/states/JP.php:42
13927
- msgid "Wakayama"
13928
- msgstr "Wakayama"
13929
-
13930
- #: i18n/states/JP.php:43
13931
- msgid "Tottori"
13932
- msgstr "Tottori"
13933
-
13934
- #: i18n/states/JP.php:44
13935
- msgid "Shimane"
13936
- msgstr "Shimane"
13937
-
13938
- #: i18n/states/JP.php:45
13939
- msgid "Okayama"
13940
- msgstr "Okayama"
13941
-
13942
- #: i18n/states/JP.php:46
13943
- msgid "Hiroshima"
13944
- msgstr "Hiroshima"
13945
-
13946
- #: i18n/states/JP.php:47
13947
- msgid "Yamaguchi"
13948
- msgstr "Yamaguchi"
13949
-
13950
- #: i18n/states/JP.php:48
13951
- msgid "Tokushima"
13952
- msgstr "Tokushima"
13953
-
13954
- #: i18n/states/JP.php:49
13955
- msgid "Kagawa"
13956
- msgstr "Kagawa"
13957
-
13958
- #: i18n/states/JP.php:50
13959
- msgid "Ehime"
13960
- msgstr "Ehime"
13961
-
13962
- #: i18n/states/IT.php:110
13963
- msgid "Trapani"
13964
- msgstr "Trapani"
13965
-
13966
- #: i18n/states/IT.php:111
13967
- msgid "Trento"
13968
- msgstr "Trento"
13969
-
13970
- #: i18n/states/IT.php:112
13971
- msgid "Treviso"
13972
- msgstr "Treviso"
13973
-
13974
- #: i18n/states/IT.php:113
13975
- msgid "Trieste"
13976
- msgstr "Trieste"
13977
-
13978
- #: i18n/states/IT.php:114
13979
- msgid "Udine"
13980
- msgstr "Udine"
13981
-
13982
- #: i18n/states/IT.php:115
13983
- msgid "Varese"
13984
- msgstr "Varese"
13985
-
13986
- #: i18n/states/IT.php:116
13987
- msgid "Venezia"
13988
- msgstr "Venezia"
13989
-
13990
- #: i18n/states/IT.php:117
13991
- msgid "Verbano-Cusio-Ossola"
13992
- msgstr "Verbano-Cusio-Ossola"
13993
-
13994
- #: i18n/states/IT.php:118
13995
- msgid "Vercelli"
13996
- msgstr "Vercelli"
13997
-
13998
- #: i18n/states/IT.php:119
13999
- msgid "Verona"
14000
- msgstr "Verona"
14001
-
14002
- #: i18n/states/IT.php:120
14003
- msgid "Vibo Valentia"
14004
- msgstr "Vibo Valentia"
14005
-
14006
- #: i18n/states/IT.php:121
14007
- msgid "Vicenza"
14008
- msgstr "Vicenza"
14009
-
14010
- #: i18n/states/IT.php:122
14011
- msgid "Viterbo"
14012
- msgstr "Viterbo"
14013
-
14014
- #: i18n/states/JP.php:13
14015
- msgid "Hokkaido"
14016
- msgstr "Hokkaido"
14017
-
14018
- #: i18n/states/JP.php:14
14019
- msgid "Aomori"
14020
- msgstr "Aomori"
14021
-
14022
- #: i18n/states/JP.php:15
14023
- msgid "Iwate"
14024
- msgstr "Iwate"
14025
-
14026
- #: i18n/states/JP.php:16
14027
- msgid "Miyagi"
14028
- msgstr "Miyagi"
14029
-
14030
- #: i18n/states/JP.php:17
14031
- msgid "Akita"
14032
- msgstr "Akita"
14033
-
14034
- #: i18n/states/JP.php:18
14035
- msgid "Yamagata"
14036
- msgstr "Yamagata"
14037
-
14038
- #: i18n/states/JP.php:19
14039
- msgid "Fukushima"
14040
- msgstr "Fukushima"
14041
-
14042
- #: i18n/states/JP.php:20
14043
- msgid "Ibaraki"
14044
- msgstr "Ibaraki"
14045
-
14046
- #: i18n/states/JP.php:21
14047
- msgid "Tochigi"
14048
- msgstr "Tochigi"
14049
-
14050
- #: i18n/states/JP.php:22
14051
- msgid "Gunma"
14052
- msgstr "Gunma"
14053
-
14054
- #: i18n/states/JP.php:23
14055
- msgid "Saitama"
14056
- msgstr "Saitama"
14057
-
14058
- #: i18n/states/JP.php:24
14059
- msgid "Chiba"
14060
- msgstr "Chiba"
14061
-
14062
- #: i18n/states/JP.php:25
14063
- msgid "Tokyo"
14064
- msgstr "Tokyo"
14065
-
14066
- #: i18n/states/JP.php:26
14067
- msgid "Kanagawa"
14068
- msgstr "Kanagawa"
14069
-
14070
- #: i18n/states/JP.php:27
14071
- msgid "Niigata"
14072
- msgstr "Niigata"
14073
-
14074
- #: i18n/states/JP.php:28
14075
- msgid "Toyama"
14076
- msgstr "Toyama"
14077
-
14078
- #: i18n/states/IT.php:79
14079
- msgid "Parma"
14080
- msgstr "Parma"
14081
-
14082
- #: i18n/states/IT.php:80
14083
- msgid "Pavia"
14084
- msgstr "Pavia"
14085
-
14086
- #: i18n/states/IT.php:81
14087
- msgid "Perugia"
14088
- msgstr "Perugia"
14089
-
14090
- #: i18n/states/IT.php:82
14091
- msgid "Pesaro e Urbino"
14092
- msgstr "Pesaro e Urbino"
14093
-
14094
- #: i18n/states/IT.php:83
14095
- msgid "Pescara"
14096
- msgstr "Pescara"
14097
-
14098
- #: i18n/states/IT.php:84
14099
- msgid "Piacenza"
14100
- msgstr "Piacenza"
14101
-
14102
- #: i18n/states/IT.php:85
14103
- msgid "Pisa"
14104
- msgstr "Pisa"
14105
-
14106
- #: i18n/states/IT.php:86
14107
- msgid "Pistoia"
14108
- msgstr "Pistoia"
14109
-
14110
- #: i18n/states/IT.php:87
14111
- msgid "Pordenone"
14112
- msgstr "Pordenone"
14113
-
14114
- #: i18n/states/IT.php:88
14115
- msgid "Potenza"
14116
- msgstr "Potenza"
14117
-
14118
- #: i18n/states/IT.php:89
14119
- msgid "Prato"
14120
- msgstr "Prato"
14121
-
14122
- #: i18n/states/IT.php:90
14123
- msgid "Ragusa"
14124
- msgstr "Ragusa"
14125
-
14126
- #: i18n/states/IT.php:91
14127
- msgid "Ravenna"
14128
- msgstr "Ravenna"
14129
-
14130
- #: i18n/states/IT.php:92
14131
- msgid "Reggio Calabria"
14132
- msgstr "Reggio Calabria"
14133
-
14134
- #: i18n/states/IT.php:93
14135
- msgid "Reggio Emilia"
14136
- msgstr "Reggio Emilia"
14137
-
14138
- #: i18n/states/IT.php:94
14139
- msgid "Rieti"
14140
- msgstr "Rieti"
14141
-
14142
- #: i18n/states/IT.php:95
14143
- msgid "Rimini"
14144
- msgstr "Rimini"
14145
-
14146
- #: i18n/states/IT.php:96
14147
- msgid "Roma"
14148
- msgstr "رم"
14149
-
14150
- #: i18n/states/IT.php:97
14151
- msgid "Rovigo"
14152
- msgstr "Rovigo"
14153
-
14154
- #: i18n/states/IT.php:98
14155
- msgid "Salerno"
14156
- msgstr "Salerno"
14157
-
14158
- #: i18n/states/IT.php:99
14159
- msgid "Medio Campidano"
14160
- msgstr "Medio Campidano"
14161
-
14162
- #: i18n/states/IT.php:100
14163
- msgid "Sassari"
14164
- msgstr "Sassari"
14165
-
14166
- #: i18n/states/IT.php:101
14167
- msgid "Savona"
14168
- msgstr "Savona"
14169
-
14170
- #: i18n/states/IT.php:102
14171
- msgid "Siena"
14172
- msgstr "Siena"
14173
-
14174
- #: i18n/states/IT.php:103
14175
- msgid "Siracusa"
14176
- msgstr "Siracusa"
14177
-
14178
- #: i18n/states/IT.php:104
14179
- msgid "Sondrio"
14180
- msgstr "Sondrio"
14181
-
14182
- #: i18n/states/IT.php:105
14183
- msgid "Taranto"
14184
- msgstr "Taranto"
14185
-
14186
- #: i18n/states/IT.php:106
14187
- msgid "Teramo"
14188
- msgstr "Teramo"
14189
-
14190
- #: i18n/states/IT.php:107
14191
- msgid "Terni"
14192
- msgstr "Terni"
14193
-
14194
- #: i18n/states/IT.php:108
14195
- msgid "Torino"
14196
- msgstr "Torino"
14197
-
14198
- #: i18n/states/IT.php:109
14199
- msgid "Ogliastra"
14200
- msgstr "Ogliastra"
14201
-
14202
- #: i18n/states/IT.php:77
14203
- msgid "Padova"
14204
- msgstr "Padova"
14205
-
14206
- #: i18n/states/IT.php:78
14207
- msgid "Palermo"
14208
- msgstr "Palermo"
14209
-
14210
- #: i18n/states/IT.php:48
14211
- msgid "Foggia"
14212
- msgstr "Foggia"
14213
-
14214
- #: i18n/states/IT.php:49
14215
- msgid "Forlì-Cesena"
14216
- msgstr "Forlì-Cesena"
14217
-
14218
- #: i18n/states/IT.php:50
14219
- msgid "Frosinone"
14220
- msgstr "Frosinone"
14221
-
14222
- #: i18n/states/IT.php:51
14223
- msgid "Genova"
14224
- msgstr "Genova"
14225
-
14226
- #: i18n/states/IT.php:52
14227
- msgid "Gorizia"
14228
- msgstr "Gorizia"
14229
-
14230
- #: i18n/states/IT.php:53
14231
- msgid "Grosseto"
14232
- msgstr "Grosseto"
14233
-
14234
- #: i18n/states/IT.php:54
14235
- msgid "Imperia"
14236
- msgstr "Imperia"
14237
-
14238
- #: i18n/states/IT.php:55
14239
- msgid "Isernia"
14240
- msgstr "Isernia"
14241
-
14242
- #: i18n/states/IT.php:56
14243
- msgid "La Spezia"
14244
- msgstr "La Spezia"
14245
-
14246
- #: i18n/states/IT.php:57
14247
- msgid "L&apos;Aquila"
14248
- msgstr "L&apos;Aquila"
14249
-
14250
- #: i18n/states/IT.php:58
14251
- msgid "Latina"
14252
- msgstr "Latina"
14253
-
14254
- #: i18n/states/IT.php:59
14255
- msgid "Lecce"
14256
- msgstr "Lecce"
14257
-
14258
- #: i18n/states/IT.php:60
14259
- msgid "Lecco"
14260
- msgstr "Lecco"
14261
-
14262
- #: i18n/states/IT.php:61
14263
- msgid "Livorno"
14264
- msgstr "Livorno"
14265
-
14266
- #: i18n/states/IT.php:62
14267
- msgid "Lodi"
14268
- msgstr "Lodi"
14269
-
14270
- #: i18n/states/IT.php:63
14271
- msgid "Lucca"
14272
- msgstr "Lucca"
14273
-
14274
- #: i18n/states/IT.php:64
14275
- msgid "Macerata"
14276
- msgstr "Macerata"
14277
-
14278
- #: i18n/states/IT.php:65
14279
- msgid "Mantova"
14280
- msgstr "Mantova"
14281
-
14282
- #: i18n/states/IT.php:66
14283
- msgid "Massa-Carrara"
14284
- msgstr "Massa-Carrara"
14285
-
14286
- #: i18n/states/IT.php:67
14287
- msgid "Matera"
14288
- msgstr "Matera"
14289
-
14290
- #: i18n/states/IT.php:68
14291
- msgid "Messina"
14292
- msgstr "Messina"
14293
-
14294
- #: i18n/states/IT.php:69
14295
- msgid "Milano"
14296
- msgstr "Milano"
14297
-
14298
- #: i18n/states/IT.php:70
14299
- msgid "Modena"
14300
- msgstr "Modena"
14301
-
14302
- #: i18n/states/IT.php:71
14303
- msgid "Monza e della Brianza"
14304
- msgstr "Monza e della Brianza"
14305
-
14306
- #: i18n/states/IT.php:72
14307
- msgid "Napoli"
14308
- msgstr "Napoli"
14309
-
14310
- #: i18n/states/IT.php:73
14311
- msgid "Novara"
14312
- msgstr "Novara"
14313
-
14314
- #: i18n/states/IT.php:74
14315
- msgid "Nuoro"
14316
- msgstr "Nuoro"
14317
-
14318
- #: i18n/states/IT.php:75
14319
- msgid "Olbia-Tempio"
14320
- msgstr "Olbia-Tempio"
14321
-
14322
- #: i18n/states/IT.php:76
14323
- msgid "Oristano"
14324
- msgstr "Oristano"
14325
-
14326
- #: i18n/states/IT.php:17
14327
- msgid "Arezzo"
14328
- msgstr "Arezzo"
14329
-
14330
- #: i18n/states/IT.php:18
14331
- msgid "Ascoli Piceno"
14332
- msgstr "Ascoli Piceno"
14333
-
14334
- #: i18n/states/IT.php:19
14335
- msgid "Asti"
14336
- msgstr "Asti"
14337
-
14338
- #: i18n/states/IT.php:20
14339
- msgid "Avellino"
14340
- msgstr "Avellino"
14341
-
14342
- #: i18n/states/IT.php:21
14343
- msgid "Bari"
14344
- msgstr "Bari"
14345
-
14346
- #: i18n/states/IT.php:22
14347
- msgid "Barletta-Andria-Trani"
14348
- msgstr "Barletta-Andria-Trani"
14349
-
14350
- #: i18n/states/IT.php:23
14351
- msgid "Belluno"
14352
- msgstr "Belluno"
14353
-
14354
- #: i18n/states/IT.php:24
14355
- msgid "Benevento"
14356
- msgstr "Benevento"
14357
-
14358
- #: i18n/states/IT.php:25
14359
- msgid "Bergamo"
14360
- msgstr "Bergamo"
14361
-
14362
- #: i18n/states/IT.php:26
14363
- msgid "Biella"
14364
- msgstr "Biella"
14365
-
14366
- #: i18n/states/IT.php:27
14367
- msgid "Bologna"
14368
- msgstr "Bologna"
14369
-
14370
- #: i18n/states/IT.php:28
14371
- msgid "Bolzano"
14372
- msgstr "Bolzano"
14373
-
14374
- #: i18n/states/IT.php:29
14375
- msgid "Brescia"
14376
- msgstr "Brescia"
14377
-
14378
- #: i18n/states/IT.php:30
14379
- msgid "Brindisi"
14380
- msgstr "Brindisi"
14381
-
14382
- #: i18n/states/IT.php:31
14383
- msgid "Cagliari"
14384
- msgstr "Cagliari"
14385
-
14386
- #: i18n/states/IT.php:32
14387
- msgid "Caltanissetta"
14388
- msgstr "Caltanissetta"
14389
-
14390
- #: i18n/states/IT.php:33
14391
- msgid "Campobasso"
14392
- msgstr "Campobasso"
14393
-
14394
- #: i18n/states/IT.php:34
14395
- msgid "Carbonia-Iglesias"
14396
- msgstr "Carbonia-Iglesias"
14397
-
14398
- #: i18n/states/IT.php:35
14399
- msgid "Caserta"
14400
- msgstr "Caserta"
14401
-
14402
- #: i18n/states/IT.php:36
14403
- msgid "Catania"
14404
- msgstr "Catania"
14405
-
14406
- #: i18n/states/IT.php:37
14407
- msgid "Catanzaro"
14408
- msgstr "Catanzaro"
14409
-
14410
- #: i18n/states/IT.php:38
14411
- msgid "Chieti"
14412
- msgstr "Chieti"
14413
-
14414
- #: i18n/states/IT.php:39
14415
- msgid "Como"
14416
- msgstr "Como"
14417
-
14418
- #: i18n/states/IT.php:40
14419
- msgid "Cosenza"
14420
- msgstr "Cosenza"
14421
-
14422
- #: i18n/states/IT.php:41
14423
- msgid "Cremona"
14424
- msgstr "Cremona"
14425
-
14426
- #: i18n/states/IT.php:42
14427
- msgid "Crotone"
14428
- msgstr "Crotone"
14429
-
14430
- #: i18n/states/IT.php:43
14431
- msgid "Cuneo"
14432
- msgstr "Cuneo"
14433
-
14434
- #: i18n/states/IT.php:44
14435
- msgid "Enna"
14436
- msgstr "Enna"
14437
-
14438
- #: i18n/states/IT.php:45
14439
- msgid "Fermo"
14440
- msgstr "Fermo"
14441
-
14442
- #: i18n/states/IT.php:46
14443
- msgid "Ferrara"
14444
- msgstr "Ferrara"
14445
-
14446
- #: i18n/states/IT.php:47
14447
- msgid "Firenze"
14448
- msgstr "Firenze"
14449
-
14450
- #: i18n/states/IR.php:21
14451
- msgid "Kerman (کرمان)"
14452
- msgstr "کرمان"
14453
-
14454
- #: i18n/states/IR.php:22
14455
- msgid "Hamadan (همدان)"
14456
- msgstr "همدان"
14457
-
14458
- #: i18n/states/IR.php:23
14459
- msgid "Ghazvin (قزوین)"
14460
- msgstr "قزوین"
14461
-
14462
- #: i18n/states/IR.php:24
14463
- msgid "Zanjan (زنجان)"
14464
- msgstr "زنجان"
14465
-
14466
- #: i18n/states/IR.php:25
14467
- msgid "Luristan (لرستان)"
14468
- msgstr "لرستان"
14469
-
14470
- #: i18n/states/IR.php:26
14471
- msgid "Alborz (البرز)"
14472
- msgstr "البرز"
14473
-
14474
- #: i18n/states/IR.php:27
14475
- msgid "East Azarbaijan (آذربایجان شرقی)"
14476
- msgstr "آذربایجان شرقی"
14477
-
14478
- #: i18n/states/IR.php:28
14479
- msgid "West Azarbaijan (آذربایجان غربی)"
14480
- msgstr "آذربایجان غربی"
14481
-
14482
- #: i18n/states/IR.php:29
14483
- msgid "Chaharmahal and Bakhtiari (چهارمحال و بختیاری)"
14484
- msgstr "چهارمحال و بختیاری"
14485
-
14486
- #: i18n/states/IR.php:30
14487
- msgid "South Khorasan (خراسان جنوبی)"
14488
- msgstr "خراسان جنوبی"
14489
-
14490
- #: i18n/states/IR.php:31
14491
- msgid "Razavi Khorasan (خراسان رضوی)"
14492
- msgstr "خراسان رضوی"
14493
-
14494
- #: i18n/states/IR.php:32
14495
- msgid "North Khorasan (خراسان جنوبی)"
14496
- msgstr "خراسان جنوبی"
14497
-
14498
- #: i18n/states/IR.php:33
14499
- msgid "Semnan (سمنان)"
14500
- msgstr "سمنان"
14501
-
14502
- #: i18n/states/IR.php:34
14503
- msgid "Fars (فارس)"
14504
- msgstr "فارس"
14505
-
14506
- #: i18n/states/IR.php:35
14507
- msgid "Qom (قم)"
14508
- msgstr "قم"
14509
-
14510
- #: i18n/states/IR.php:36
14511
- msgid "Kurdistan / کردستان)"
14512
- msgstr "کردستان"
14513
-
14514
- #: i18n/states/IR.php:37
14515
- msgid "Kohgiluyeh and BoyerAhmad (کهگیلوییه و بویراحمد)"
14516
- msgstr "کهگیلوییه و بویراحمد"
14517
-
14518
- #: i18n/states/IR.php:38
14519
- msgid "Golestan (گلستان)"
14520
- msgstr "گلستان"
14521
-
14522
- #: i18n/states/IR.php:39
14523
- msgid "Gilan (گیلان)"
14524
- msgstr "گیلان"
14525
-
14526
- #: i18n/states/IR.php:40
14527
- msgid "Mazandaran (مازندران)"
14528
- msgstr "مازندران"
14529
-
14530
- #: i18n/states/IR.php:41
14531
- msgid "Markazi (مرکزی)"
14532
- msgstr "مرکزی"
14533
-
14534
- #: i18n/states/IR.php:42
14535
- msgid "Hormozgan (هرمزگان)"
14536
- msgstr "هرمزگان"
14537
-
14538
- #: i18n/states/IR.php:43
14539
- msgid "Sistan and Baluchestan (سیستان و بلوچستان)"
14540
- msgstr "سیستان و بلوچستان"
14541
-
14542
- #: i18n/states/IT.php:13
14543
- msgid "Agrigento"
14544
- msgstr "Agrigento"
14545
-
14546
- #: i18n/states/IT.php:14
14547
- msgid "Alessandria"
14548
- msgstr "Alessandria"
14549
-
14550
- #: i18n/states/IT.php:15
14551
- msgid "Ancona"
14552
- msgstr "Ancona"
14553
-
14554
- #: i18n/states/IT.php:16
14555
- msgid "Aosta"
14556
- msgstr "Aosta"
14557
-
14558
- #: i18n/states/IN.php:24
14559
- msgid "Karnataka"
14560
- msgstr "Karnataka"
14561
-
14562
- #: i18n/states/IN.php:25
14563
- msgid "Kerala"
14564
- msgstr "Kerala"
14565
-
14566
- #: i18n/states/IN.php:26
14567
- msgid "Madhya Pradesh"
14568
- msgstr "Madhya Pradesh"
14569
-
14570
- #: i18n/states/IN.php:27
14571
- msgid "Maharashtra"
14572
- msgstr "Maharashtra"
14573
-
14574
- #: i18n/states/IN.php:28
14575
- msgid "Manipur"
14576
- msgstr "Manipur"
14577
-
14578
- #: i18n/states/IN.php:29
14579
- msgid "Meghalaya"
14580
- msgstr "Meghalaya"
14581
-
14582
- #: i18n/states/IN.php:30
14583
- msgid "Mizoram"
14584
- msgstr "Mizoram"
14585
-
14586
- #: i18n/states/IN.php:31
14587
- msgid "Nagaland"
14588
- msgstr "Nagaland"
14589
-
14590
- #: i18n/states/IN.php:32
14591
- msgid "Orissa"
14592
- msgstr "Orissa"
14593
-
14594
- #: i18n/states/IN.php:33
14595
- msgid "Punjab"
14596
- msgstr "Punjab"
14597
-
14598
- #: i18n/states/IN.php:34
14599
- msgid "Rajasthan"
14600
- msgstr "Rajasthan"
14601
-
14602
- #: i18n/states/IN.php:35
14603
- msgid "Sikkim"
14604
- msgstr "Sikkim"
14605
-
14606
- #: i18n/states/IN.php:36
14607
- msgid "Tamil Nadu"
14608
- msgstr "Tamil Nadu"
14609
-
14610
- #: i18n/states/IN.php:37
14611
- msgid "Telangana"
14612
- msgstr "Telangana"
14613
-
14614
- #: i18n/states/IN.php:38
14615
- msgid "Tripura"
14616
- msgstr "Tripura"
14617
-
14618
- #: i18n/states/IN.php:39
14619
- msgid "Uttarakhand"
14620
- msgstr "Uttarakhand"
14621
-
14622
- #: i18n/states/IN.php:40
14623
- msgid "Uttar Pradesh"
14624
- msgstr "Uttar Pradesh"
14625
-
14626
- #: i18n/states/IN.php:41
14627
- msgid "West Bengal"
14628
- msgstr "West Bengal"
14629
-
14630
- #: i18n/states/IN.php:42
14631
- msgid "Andaman and Nicobar Islands"
14632
- msgstr "Andaman and Nicobar Islands"
14633
-
14634
- #: i18n/states/IN.php:43
14635
- msgid "Chandigarh"
14636
- msgstr "Chandigarh"
14637
-
14638
- #: i18n/states/IN.php:44
14639
- msgid "Dadar and Nagar Haveli"
14640
- msgstr "Dadar and Nagar Haveli"
14641
-
14642
- #: i18n/states/IN.php:45
14643
- msgid "Daman and Diu"
14644
- msgstr "Daman and Diu"
14645
-
14646
- #: i18n/states/IN.php:46
14647
- msgid "Delhi"
14648
- msgstr "Delhi"
14649
-
14650
- #: i18n/states/IN.php:47
14651
- msgid "Lakshadeep"
14652
- msgstr "Lakshadeep"
14653
-
14654
- #: i18n/states/IN.php:48
14655
- msgid "Pondicherry (Puducherry)"
14656
- msgstr "Pondicherry (Puducherry)"
14657
-
14658
- #: i18n/states/IR.php:13
14659
- msgid "Khuzestan (خوزستان)"
14660
- msgstr "خوزستان"
14661
-
14662
- #: i18n/states/IR.php:14
14663
- msgid "Tehran (تهران)"
14664
- msgstr "تهران"
14665
-
14666
- #: i18n/states/IR.php:15
14667
- msgid "Ilaam (ایلام)"
14668
- msgstr "ایلام"
14669
-
14670
- #: i18n/states/IR.php:16
14671
- msgid "Bushehr (بوشهر)"
14672
- msgstr "بوشهر"
14673
-
14674
- #: i18n/states/IR.php:17
14675
- msgid "Ardabil (اردبیل)"
14676
- msgstr "اردبیل"
14677
-
14678
- #: i18n/states/IR.php:18
14679
- msgid "Isfahan (اصفهان)"
14680
- msgstr "اصفهان"
14681
-
14682
- #: i18n/states/IR.php:19
14683
- msgid "Yazd (یزد)"
14684
- msgstr "یزد"
14685
-
14686
- #: i18n/states/IR.php:20
14687
- msgid "Kermanshah (کرمانشاه)"
14688
- msgstr "کرمانشاه"
14689
-
14690
- #: i18n/states/ID.php:21
14691
- msgid "Bengkulu"
14692
- msgstr "Bengkulu"
14693
-
14694
- #: i18n/states/ID.php:22
14695
- msgid "Lampung"
14696
- msgstr "Lampung"
14697
-
14698
- #: i18n/states/ID.php:23
14699
- msgid "DKI Jakarta"
14700
- msgstr "DKI Jakarta"
14701
-
14702
- #: i18n/states/ID.php:24
14703
- msgid "Jawa Barat"
14704
- msgstr "Jawa Barat"
14705
-
14706
- #: i18n/states/ID.php:25
14707
- msgid "Banten"
14708
- msgstr "Banten"
14709
-
14710
- #: i18n/states/ID.php:26
14711
- msgid "Jawa Tengah"
14712
- msgstr "Jawa Tengah"
14713
-
14714
- #: i18n/states/ID.php:27
14715
- msgid "Jawa Timur"
14716
- msgstr "Jawa Timur"
14717
-
14718
- #: i18n/states/ID.php:28
14719
- msgid "Daerah Istimewa Yogyakarta"
14720
- msgstr "Daerah Istimewa Yogyakarta"
14721
-
14722
- #: i18n/states/ID.php:29
14723
- msgid "Bali"
14724
- msgstr "Bali"
14725
-
14726
- #: i18n/states/ID.php:30
14727
- msgid "Nusa Tenggara Barat"
14728
- msgstr "Nusa Tenggara Barat"
14729
-
14730
- #: i18n/states/ID.php:31
14731
- msgid "Nusa Tenggara Timur"
14732
- msgstr "Nusa Tenggara Timur"
14733
-
14734
- #: i18n/states/ID.php:32
14735
- msgid "Kalimantan Barat"
14736
- msgstr "Kalimantan Barat"
14737
-
14738
- #: i18n/states/ID.php:33
14739
- msgid "Kalimantan Tengah"
14740
- msgstr "Kalimantan Tengah"
14741
-
14742
- #: i18n/states/ID.php:34
14743
- msgid "Kalimantan Timur"
14744
- msgstr "Kalimantan Timur"
14745
-
14746
- #: i18n/states/ID.php:35
14747
- msgid "Kalimantan Selatan"
14748
- msgstr "Kalimantan Selatan"
14749
-
14750
- #: i18n/states/ID.php:36
14751
- msgid "Kalimantan Utara"
14752
- msgstr "Kalimantan Utara"
14753
-
14754
- #: i18n/states/ID.php:37
14755
- msgid "Sulawesi Utara"
14756
- msgstr "Sulawesi Utara"
14757
-
14758
- #: i18n/states/ID.php:38
14759
- msgid "Sulawesi Tengah"
14760
- msgstr "Sulawesi Tengah"
14761
-
14762
- #: i18n/states/ID.php:39
14763
- msgid "Sulawesi Tenggara"
14764
- msgstr "Sulawesi Tenggara"
14765
-
14766
- #: i18n/states/ID.php:40
14767
- msgid "Sulawesi Barat"
14768
- msgstr "Sulawesi Barat"
14769
-
14770
- #: i18n/states/ID.php:41
14771
- msgid "Sulawesi Selatan"
14772
- msgstr "Sulawesi Selatan"
14773
-
14774
- #: i18n/states/ID.php:42
14775
- msgid "Gorontalo"
14776
- msgstr "Gorontalo"
14777
-
14778
- #: i18n/states/ID.php:43
14779
- msgid "Maluku"
14780
- msgstr "Maluku"
14781
-
14782
- #: i18n/states/ID.php:44
14783
- msgid "Maluku Utara"
14784
- msgstr "Maluku Utara"
14785
-
14786
- #: i18n/states/ID.php:45
14787
- msgid "Papua"
14788
- msgstr "Papua"
14789
-
14790
- #: i18n/states/ID.php:46
14791
- msgid "Papua Barat"
14792
- msgstr "Papua Barat"
14793
-
14794
- #: i18n/states/IN.php:13
14795
- msgid "Andhra Pradesh"
14796
- msgstr "Andhra Pradesh"
14797
-
14798
- #: i18n/states/IN.php:14
14799
- msgid "Arunachal Pradesh"
14800
- msgstr "Arunachal Pradesh"
14801
-
14802
- #: i18n/states/IN.php:15
14803
- msgid "Assam"
14804
- msgstr "Assam"
14805
-
14806
- #: i18n/states/IN.php:16
14807
- msgid "Bihar"
14808
- msgstr "Bihar"
14809
-
14810
- #: i18n/states/IN.php:17
14811
- msgid "Chhattisgarh"
14812
- msgstr "Chhattisgarh"
14813
-
14814
- #: i18n/states/IN.php:18
14815
- msgid "Goa"
14816
- msgstr "Goa"
14817
-
14818
- #: i18n/states/IN.php:19
14819
- msgid "Gujarat"
14820
- msgstr "Gujarat"
14821
-
14822
- #: i18n/states/IN.php:20
14823
- msgid "Haryana"
14824
- msgstr "Haryana"
14825
-
14826
- #: i18n/states/IN.php:21
14827
- msgid "Himachal Pradesh"
14828
- msgstr "Himachal Pradesh"
14829
-
14830
- #: i18n/states/IN.php:22
14831
- msgid "Jammu and Kashmir"
14832
- msgstr "Jammu and Kashmir"
14833
-
14834
- #: i18n/states/IN.php:23
14835
- msgid "Jharkhand"
14836
- msgstr "Jharkhand"
14837
-
14838
- #: i18n/states/HU.php:14
14839
- msgid "Békés"
14840
- msgstr "Békés"
14841
-
14842
- #: i18n/states/HU.php:15
14843
- msgid "Baranya"
14844
- msgstr "Baranya"
14845
-
14846
- #: i18n/states/HU.php:16
14847
- msgid "Borsod-Abaúj-Zemplén"
14848
- msgstr "Borsod-Abaúj-Zemplén"
14849
-
14850
- #: i18n/states/HU.php:17
14851
- msgid "Budapest"
14852
- msgstr "Budapest"
14853
-
14854
- #: i18n/states/HU.php:18
14855
- msgid "Csongrád"
14856
- msgstr "Csongrád"
14857
-
14858
- #: i18n/states/HU.php:19
14859
- msgid "Fejér"
14860
- msgstr "Fejér"
14861
-
14862
- #: i18n/states/HU.php:20
14863
- msgid "Győr-Moson-Sopron"
14864
- msgstr "Győr-Moson-Sopron"
14865
-
14866
- #: i18n/states/HU.php:21
14867
- msgid "Hajdú-Bihar"
14868
- msgstr "Hajdú-Bihar"
14869
-
14870
- #: i18n/states/HU.php:22
14871
- msgid "Heves"
14872
- msgstr "Heves"
14873
-
14874
- #: i18n/states/HU.php:23
14875
- msgid "Jász-Nagykun-Szolnok"
14876
- msgstr "Jász-Nagykun-Szolnok"
14877
-
14878
- #: i18n/states/HU.php:24
14879
- msgid "Komárom-Esztergom"
14880
- msgstr "Komárom-Esztergom"
14881
-
14882
- #: i18n/states/HU.php:25
14883
- msgid "Nógrád"
14884
- msgstr "Nógrád"
14885
-
14886
- #: i18n/states/HU.php:26
14887
- msgid "Pest"
14888
- msgstr "پست"
14889
-
14890
- #: i18n/states/HU.php:27
14891
- msgid "Somogy"
14892
- msgstr "Somogy"
14893
-
14894
- #: i18n/states/HU.php:28
14895
- msgid "Szabolcs-Szatmár-Bereg"
14896
- msgstr "Szabolcs-Szatmár-Bereg"
14897
-
14898
- #: i18n/states/HU.php:29
14899
- msgid "Tolna"
14900
- msgstr "Tolna"
14901
-
14902
- #: i18n/states/HU.php:30
14903
- msgid "Vas"
14904
- msgstr "Vas"
14905
-
14906
- #: i18n/states/HU.php:31
14907
- msgid "Veszprém"
14908
- msgstr "Veszprém"
14909
-
14910
- #: i18n/states/HU.php:32
14911
- msgid "Zala"
14912
- msgstr "Zala"
14913
-
14914
- #: i18n/states/ID.php:13
14915
- msgid "Daerah Istimewa Aceh"
14916
- msgstr "Daerah Istimewa Aceh"
14917
-
14918
- #: i18n/states/ID.php:14
14919
- msgid "Sumatera Utara"
14920
- msgstr "Sumatera Utara"
14921
-
14922
- #: i18n/states/ID.php:15
14923
- msgid "Sumatera Barat"
14924
- msgstr "Sumatera Barat"
14925
-
14926
- #: i18n/states/ID.php:16
14927
- msgid "Riau"
14928
- msgstr "Riau"
14929
-
14930
- #: i18n/states/ID.php:17
14931
- msgid "Kepulauan Riau"
14932
- msgstr "Kepulauan Riau"
14933
-
14934
- #: i18n/states/ID.php:18
14935
- msgid "Jambi"
14936
- msgstr "Jambi"
14937
-
14938
- #: i18n/states/ID.php:19
14939
- msgid "Sumatera Selatan"
14940
- msgstr "Sumatera Selatan"
14941
-
14942
- #: i18n/states/ID.php:20
14943
- msgid "Bangka Belitung"
14944
- msgstr "Bangka Belitung"
14945
-
14946
- #: i18n/states/ES.php:49
14947
- msgid "Ourense"
14948
- msgstr "Ourense"
14949
-
14950
- #: i18n/states/ES.php:50
14951
- msgid "Palencia"
14952
- msgstr "Palencia"
14953
-
14954
- #: i18n/states/ES.php:51
14955
- msgid "Pontevedra"
14956
- msgstr "Pontevedra"
14957
-
14958
- #: i18n/states/ES.php:52
14959
- msgid "Salamanca"
14960
- msgstr "Salamanca"
14961
-
14962
- #: i18n/states/ES.php:53
14963
- msgid "Santa Cruz de Tenerife"
14964
- msgstr "Santa Cruz de Tenerife"
14965
-
14966
- #: i18n/states/ES.php:54
14967
- msgid "Segovia"
14968
- msgstr "Segovia"
14969
-
14970
- #: i18n/states/ES.php:55
14971
- msgid "Sevilla"
14972
- msgstr "Sevilla"
14973
-
14974
- #: i18n/states/ES.php:56
14975
- msgid "Soria"
14976
- msgstr "Soria"
14977
-
14978
- #: i18n/states/ES.php:57
14979
- msgid "Tarragona"
14980
- msgstr "Tarragona"
14981
-
14982
- #: i18n/states/ES.php:58
14983
- msgid "Teruel"
14984
- msgstr "Teruel"
14985
-
14986
- #: i18n/states/ES.php:59
14987
- msgid "Toledo"
14988
- msgstr "Toledo"
14989
-
14990
- #: i18n/states/ES.php:60
14991
- msgid "Valencia"
14992
- msgstr "Valencia"
14993
-
14994
- #: i18n/states/ES.php:61
14995
- msgid "Valladolid"
14996
- msgstr "Valladolid"
14997
-
14998
- #: i18n/states/ES.php:62
14999
- msgid "Bizkaia"
15000
- msgstr "Bizkaia"
15001
-
15002
- #: i18n/states/ES.php:63
15003
- msgid "Zamora"
15004
- msgstr "Zamora"
15005
-
15006
- #: i18n/states/ES.php:64
15007
- msgid "Zaragoza"
15008
- msgstr "Zaragoza"
15009
-
15010
- #: i18n/states/GR.php:13
15011
- msgid "Αττική"
15012
- msgstr "Αττική"
15013
-
15014
- #: i18n/states/GR.php:14
15015
- msgid "Ανατολική Μακεδονία και Θράκη"
15016
- msgstr "Ανατολική Μακεδονία και Θράκη"
15017
-
15018
- #: i18n/states/GR.php:15
15019
- msgid "Κεντρική Μακεδονία"
15020
- msgstr "Κεντρική Μακεδονία"
15021
-
15022
- #: i18n/states/GR.php:16
15023
- msgid "Δυτική Μακεδονία"
15024
- msgstr "Δυτική Μακεδονία"
15025
-
15026
- #: i18n/states/GR.php:17
15027
- msgid "Ήπειρος"
15028
- msgstr "Ήπειρος"
15029
-
15030
- #: i18n/states/GR.php:18
15031
- msgid "Θεσσαλία"
15032
- msgstr "Θεσσαλία"
15033
-
15034
- #: i18n/states/GR.php:19
15035
- msgid "Ιόνιοι Νήσοι"
15036
- msgstr "Ιόνιοι Νήσοι"
15037
-
15038
- #: i18n/states/GR.php:20
15039
- msgid "Δυτική Ελλάδα"
15040
- msgstr "Δυτική Ελλάδα"
15041
-
15042
- #: i18n/states/GR.php:21
15043
- msgid "Στερεά Ελλάδα"
15044
- msgstr "Στερεά Ελλάδα"
15045
-
15046
- #: i18n/states/GR.php:22
15047
- msgid "Πελοπόννησος"
15048
- msgstr "Πελοπόννησος"
15049
-
15050
- #: i18n/states/GR.php:23
15051
- msgid "Βόρειο Αιγαίο"
15052
- msgstr "Βόρειο Αιγαίο"
15053
-
15054
- #: i18n/states/GR.php:24
15055
- msgid "Νότιο Αιγαίο"
15056
- msgstr "Νότιο Αιγαίο"
15057
-
15058
- #: i18n/states/GR.php:25
15059
- msgid "Κρήτη"
15060
- msgstr "Κρήτη"
15061
-
15062
- #: i18n/states/HK.php:13
15063
- msgid "Hong Kong Island"
15064
- msgstr "Hong Kong Island"
15065
-
15066
- #: i18n/states/HK.php:14
15067
- msgid "Kowloon"
15068
- msgstr "Kowloon"
15069
-
15070
- #: i18n/states/HK.php:15
15071
- msgid "New Territories"
15072
- msgstr "New Territories"
15073
-
15074
- #: i18n/states/HU.php:13
15075
- msgid "Bács-Kiskun"
15076
- msgstr "Bács-Kiskun"
15077
-
15078
- #: i18n/states/CN.php:41
15079
- msgid "Ningxia Hui / &#23425;&#22799;"
15080
- msgstr "Ningxia Hui / &#23425;&#22799;"
15081
-
15082
- #: i18n/states/CN.php:42
15083
- msgid "Macau / &#28595;&#38376;"
15084
- msgstr "Macau / &#28595;&#38376;"
15085
-
15086
- #: i18n/states/CN.php:43
15087
- msgid "Tibet / &#35199;&#34255;"
15088
- msgstr "Tibet / &#35199;&#34255;"
15089
-
15090
- #: i18n/states/CN.php:44
15091
- msgid "Xinjiang / &#26032;&#30086;"
15092
- msgstr "Xinjiang / &#26032;&#30086;"
15093
-
15094
- #: i18n/states/ES.php:13
15095
- msgid "A Coru&ntilde;a"
15096
- msgstr "A Coru&ntilde;a"
15097
-
15098
- #: i18n/states/ES.php:14
15099
- msgid "Araba/&Aacute;lava"
15100
- msgstr "Araba/&Aacute;lava"
15101
-
15102
- #: i18n/states/ES.php:15
15103
- msgid "Albacete"
15104
- msgstr "Albacete"
15105
-
15106
- #: i18n/states/ES.php:16
15107
- msgid "Alicante"
15108
- msgstr "Alicante"
15109
-
15110
- #: i18n/states/ES.php:17
15111
- msgid "Almer&iacute;a"
15112
- msgstr "Almer&iacute;a"
15113
-
15114
- #: i18n/states/ES.php:18
15115
- msgid "Asturias"
15116
- msgstr "Asturias"
15117
-
15118
- #: i18n/states/ES.php:19
15119
- msgid "&Aacute;vila"
15120
- msgstr "&Aacute;vila"
15121
-
15122
- #: i18n/states/ES.php:20
15123
- msgid "Badajoz"
15124
- msgstr "Badajoz"
15125
-
15126
- #: i18n/states/ES.php:21
15127
- msgid "Baleares"
15128
- msgstr "Baleares"
15129
-
15130
- #: i18n/states/ES.php:22
15131
- msgid "Barcelona"
15132
- msgstr "Barcelona"
15133
-
15134
- #: i18n/states/ES.php:23
15135
- msgid "Burgos"
15136
- msgstr "Burgos"
15137
-
15138
- #: i18n/states/ES.php:24
15139
- msgid "C&aacute;ceres"
15140
- msgstr "C&aacute;ceres"
15141
-
15142
- #: i18n/states/ES.php:25
15143
- msgid "C&aacute;diz"
15144
- msgstr "C&aacute;diz"
15145
-
15146
- #: i18n/states/ES.php:26
15147
- msgid "Cantabria"
15148
- msgstr "Cantabria"
15149
-
15150
- #: i18n/states/ES.php:27
15151
- msgid "Castell&oacute;n"
15152
- msgstr "Castell&oacute;n"
15153
-
15154
- #: i18n/states/ES.php:28
15155
- msgid "Ceuta"
15156
- msgstr "Ceuta"
15157
-
15158
- #: i18n/states/ES.php:29
15159
- msgid "Ciudad Real"
15160
- msgstr "Ciudad Real"
15161
-
15162
- #: i18n/states/ES.php:31
15163
- msgid "Cuenca"
15164
- msgstr "Cuenca"
15165
-
15166
- #: i18n/states/ES.php:32
15167
- msgid "Girona"
15168
- msgstr "Girona"
15169
-
15170
- #: i18n/states/ES.php:33
15171
- msgid "Granada"
15172
- msgstr "گرانادا"
15173
-
15174
- #: i18n/states/ES.php:34
15175
- msgid "Guadalajara"
15176
- msgstr "Guadalajara"
15177
-
15178
- #: i18n/states/ES.php:35
15179
- msgid "Gipuzkoa"
15180
- msgstr "Gipuzkoa"
15181
-
15182
- #: i18n/states/ES.php:36
15183
- msgid "Huelva"
15184
- msgstr "Huelva"
15185
-
15186
- #: i18n/states/ES.php:37
15187
- msgid "Huesca"
15188
- msgstr "Huesca"
15189
-
15190
- #: i18n/states/ES.php:38
15191
- msgid "Ja&eacute;n"
15192
- msgstr "Ja&eacute;n"
15193
-
15194
- #: i18n/states/ES.php:40
15195
- msgid "Las Palmas"
15196
- msgstr "Las Palmas"
15197
-
15198
- #: i18n/states/ES.php:41
15199
- msgid "Le&oacute;n"
15200
- msgstr "Le&oacute;n"
15201
-
15202
- #: i18n/states/ES.php:42
15203
- msgid "Lleida"
15204
- msgstr "Lleida"
15205
-
15206
- #: i18n/states/ES.php:43
15207
- msgid "Lugo"
15208
- msgstr "Lugo"
15209
-
15210
- #: i18n/states/ES.php:44
15211
- msgid "Madrid"
15212
- msgstr "Madrid"
15213
-
15214
- #: i18n/states/ES.php:45
15215
- msgid "M&aacute;laga"
15216
- msgstr "M&aacute;laga"
15217
-
15218
- #: i18n/states/ES.php:46
15219
- msgid "Melilla"
15220
- msgstr "Melilla"
15221
-
15222
- #: i18n/states/ES.php:47
15223
- msgid "Murcia"
15224
- msgstr "Murcia"
15225
-
15226
- #: i18n/states/ES.php:48
15227
- msgid "Navarra"
15228
- msgstr "Navarra"
15229
-
15230
- #: i18n/states/CN.php:40
15231
- msgid "Qinghai / &#38738;&#28023;"
15232
- msgstr "Qinghai / &#38738;&#28023;"
15233
-
15234
- #: i18n/states/CA.php:24
15235
- msgid "Saskatchewan"
15236
- msgstr "Saskatchewan"
15237
-
15238
- #: i18n/states/CA.php:25
15239
- msgid "Yukon Territory"
15240
- msgstr "Yukon Territory"
15241
-
15242
- #: i18n/states/CN.php:13
15243
- msgid "Yunnan / &#20113;&#21335;"
15244
- msgstr "Yunnan / &#20113;&#21335;"
15245
-
15246
- #: i18n/states/CN.php:14
15247
- msgid "Beijing / &#21271;&#20140;"
15248
- msgstr "Beijing / &#21271;&#20140;"
15249
-
15250
- #: i18n/states/CN.php:15
15251
- msgid "Tianjin / &#22825;&#27941;"
15252
- msgstr "Tianjin / &#22825;&#27941;"
15253
-
15254
- #: i18n/states/CN.php:16
15255
- msgid "Hebei / &#27827;&#21271;"
15256
- msgstr "Hebei / &#27827;&#21271;"
15257
-
15258
- #: i18n/states/CN.php:17
15259
- msgid "Shanxi / &#23665;&#35199;"
15260
- msgstr "Shanxi / &#23665;&#35199;"
15261
-
15262
- #: i18n/states/CN.php:18
15263
- msgid "Inner Mongolia / &#20839;&#33945;&#21476;"
15264
- msgstr "Inner Mongolia / &#20839;&#33945;&#21476;"
15265
-
15266
- #: i18n/states/CN.php:19
15267
- msgid "Liaoning / &#36797;&#23425;"
15268
- msgstr "Liaoning / &#36797;&#23425;"
15269
-
15270
- #: i18n/states/CN.php:20
15271
- msgid "Jilin / &#21513;&#26519;"
15272
- msgstr "Jilin / &#21513;&#26519;"
15273
-
15274
- #: i18n/states/CN.php:21
15275
- msgid "Heilongjiang / &#40657;&#40857;&#27743;"
15276
- msgstr "Heilongjiang / &#40657;&#40857;&#27743;"
15277
-
15278
- #: i18n/states/CN.php:22
15279
- msgid "Shanghai / &#19978;&#28023;"
15280
- msgstr "Shanghai / &#19978;&#28023;"
15281
-
15282
- #: i18n/states/CN.php:23
15283
- msgid "Jiangsu / &#27743;&#33487;"
15284
- msgstr "Jiangsu / &#27743;&#33487;"
15285
-
15286
- #: i18n/states/CN.php:24
15287
- msgid "Zhejiang / &#27993;&#27743;"
15288
- msgstr "Zhejiang / &#27993;&#27743;"
15289
-
15290
- #: i18n/states/CN.php:25
15291
- msgid "Anhui / &#23433;&#24509;"
15292
- msgstr "Anhui / &#23433;&#24509;"
15293
-
15294
- #: i18n/states/CN.php:26
15295
- msgid "Fujian / &#31119;&#24314;"
15296
- msgstr "Fujian / &#31119;&#24314;"
15297
-
15298
- #: i18n/states/CN.php:27
15299
- msgid "Jiangxi / &#27743;&#35199;"
15300
- msgstr "Jiangxi / &#27743;&#35199;"
15301
-
15302
- #: i18n/states/CN.php:28
15303
- msgid "Shandong / &#23665;&#19996;"
15304
- msgstr "Shandong / &#23665;&#19996;"
15305
-
15306
- #: i18n/states/CN.php:29
15307
- msgid "Henan / &#27827;&#21335;"
15308
- msgstr "Henan / &#27827;&#21335;"
15309
-
15310
- #: i18n/states/CN.php:30
15311
- msgid "Hubei / &#28246;&#21271;"
15312
- msgstr "Hubei / &#28246;&#21271;"
15313
-
15314
- #: i18n/states/CN.php:31
15315
- msgid "Hunan / &#28246;&#21335;"
15316
- msgstr "Hunan / &#28246;&#21335;"
15317
-
15318
- #: i18n/states/CN.php:32
15319
- msgid "Guangdong / &#24191;&#19996;"
15320
- msgstr "Guangdong / &#24191;&#19996;"
15321
-
15322
- #: i18n/states/CN.php:33
15323
- msgid "Guangxi Zhuang / &#24191;&#35199;&#22766;&#26063;"
15324
- msgstr "Guangxi Zhuang / &#24191;&#35199;&#22766;&#26063;"
15325
-
15326
- #: i18n/states/CN.php:34
15327
- msgid "Hainan / &#28023;&#21335;"
15328
- msgstr "Hainan / &#28023;&#21335;"
15329
-
15330
- #: i18n/states/CN.php:35
15331
- msgid "Chongqing / &#37325;&#24198;"
15332
- msgstr "Chongqing / &#37325;&#24198;"
15333
-
15334
- #: i18n/states/CN.php:36
15335
- msgid "Sichuan / &#22235;&#24029;"
15336
- msgstr "Sichuan / &#22235;&#24029;"
15337
-
15338
- #: i18n/states/CN.php:37
15339
- msgid "Guizhou / &#36149;&#24030;"
15340
- msgstr "Guizhou / &#36149;&#24030;"
15341
-
15342
- #: i18n/states/CN.php:38
15343
- msgid "Shaanxi / &#38485;&#35199;"
15344
- msgstr "Shaanxi / &#38485;&#35199;"
15345
-
15346
- #: i18n/states/CN.php:39
15347
- msgid "Gansu / &#29976;&#32899;"
15348
- msgstr "Gansu / &#29976;&#32899;"
15349
-
15350
- #: i18n/states/BR.php:29
15351
- msgid "Pernambuco"
15352
- msgstr "Pernambuco"
15353
-
15354
- #: i18n/states/BR.php:30
15355
- msgid "Piau&iacute;"
15356
- msgstr "Piau&iacute;"
15357
-
15358
- #: i18n/states/BR.php:31
15359
- msgid "Rio de Janeiro"
15360
- msgstr "Rio de Janeiro"
15361
-
15362
- #: i18n/states/BR.php:32
15363
- msgid "Rio Grande do Norte"
15364
- msgstr "Rio Grande do Norte"
15365
-
15366
- #: i18n/states/BR.php:33
15367
- msgid "Rio Grande do Sul"
15368
- msgstr "Rio Grande do Sul"
15369
-
15370
- #: i18n/states/BR.php:34
15371
- msgid "Rond&ocirc;nia"
15372
- msgstr "Rond&ocirc;nia"
15373
-
15374
- #: i18n/states/BR.php:35
15375
- msgid "Roraima"
15376
- msgstr "Roraima"
15377
-
15378
- #: i18n/states/BR.php:36
15379
- msgid "Santa Catarina"
15380
- msgstr "Santa Catarina"
15381
-
15382
- #: i18n/states/BR.php:37
15383
- msgid "S&atilde;o Paulo"
15384
- msgstr "S&atilde;o Paulo"
15385
-
15386
- #: i18n/states/BR.php:38
15387
- msgid "Sergipe"
15388
- msgstr "Sergipe"
15389
-
15390
- #: i18n/states/BR.php:39
15391
- msgid "Tocantins"
15392
- msgstr "Tocantins"
15393
-
15394
- #: i18n/states/CA.php:13
15395
- msgid "Alberta"
15396
- msgstr "Alberta"
15397
-
15398
- #: i18n/states/CA.php:14
15399
- msgid "British Columbia"
15400
- msgstr "British Columbia"
15401
-
15402
- #: i18n/states/CA.php:15
15403
- msgid "Manitoba"
15404
- msgstr "Manitoba"
15405
-
15406
- #: i18n/states/CA.php:16
15407
- msgid "New Brunswick"
15408
- msgstr "New Brunswick"
15409
-
15410
- #: i18n/states/CA.php:17
15411
- msgid "Newfoundland and Labrador"
15412
- msgstr "Newfoundland and Labrador"
15413
-
15414
- #: i18n/states/CA.php:18
15415
- msgid "Northwest Territories"
15416
- msgstr "Northwest Territories"
15417
-
15418
- #: i18n/states/CA.php:19
15419
- msgid "Nova Scotia"
15420
- msgstr "Nova Scotia"
15421
-
15422
- #: i18n/states/CA.php:20
15423
- msgid "Nunavut"
15424
- msgstr "Nunavut"
15425
-
15426
- #: i18n/states/CA.php:21
15427
- msgid "Ontario"
15428
- msgstr "Ontario"
15429
-
15430
- #: i18n/states/CA.php:22
15431
- msgid "Prince Edward Island"
15432
- msgstr "Prince Edward Island"
15433
-
15434
- #: i18n/states/CA.php:23
15435
- msgid "Quebec"
15436
- msgstr "Quebec"
15437
-
15438
- #: i18n/states/BG.php:38
15439
- msgid "Vidin"
15440
- msgstr "Vidin"
15441
-
15442
- #: i18n/states/BG.php:39
15443
- msgid "Vratsa"
15444
- msgstr "Vratsa"
15445
-
15446
- #: i18n/states/BG.php:40
15447
- msgid "Yambol"
15448
- msgstr "Yambol"
15449
-
15450
- #: i18n/states/BR.php:13
15451
- msgid "Acre"
15452
- msgstr "Acre"
15453
-
15454
- #: i18n/states/BR.php:14
15455
- msgid "Alagoas"
15456
- msgstr "Alagoas"
15457
-
15458
- #: i18n/states/BR.php:15
15459
- msgid "Amap&aacute;"
15460
- msgstr "Amap&aacute;"
15461
-
15462
- #: i18n/states/BR.php:16 i18n/states/PE.php:15
15463
- msgid "Amazonas"
15464
- msgstr "Amazonas"
15465
-
15466
- #: i18n/states/BR.php:17
15467
- msgid "Bahia"
15468
- msgstr "Bahia"
15469
-
15470
- #: i18n/states/BR.php:18
15471
- msgid "Cear&aacute;"
15472
- msgstr "Cear&aacute;"
15473
-
15474
- #: i18n/states/BR.php:19 i18n/states/MX.php:13
15475
- msgid "Distrito Federal"
15476
- msgstr "Distrito Federal"
15477
-
15478
- #: i18n/states/BR.php:20
15479
- msgid "Esp&iacute;rito Santo"
15480
- msgstr "Esp&iacute;rito Santo"
15481
-
15482
- #: i18n/states/BR.php:21
15483
- msgid "Goi&aacute;s"
15484
- msgstr "Goi&aacute;s"
15485
-
15486
- #: i18n/states/BR.php:22
15487
- msgid "Maranh&atilde;o"
15488
- msgstr "Maranh&atilde;o"
15489
-
15490
- #: i18n/states/BR.php:23
15491
- msgid "Mato Grosso"
15492
- msgstr "Mato Grosso"
15493
-
15494
- #: i18n/states/BR.php:24
15495
- msgid "Mato Grosso do Sul"
15496
- msgstr "Mato Grosso do Sul"
15497
-
15498
- #: i18n/states/BR.php:25
15499
- msgid "Minas Gerais"
15500
- msgstr "Minas Gerais"
15501
-
15502
- #: i18n/states/BR.php:26
15503
- msgid "Par&aacute;"
15504
- msgstr "Par&aacute;"
15505
-
15506
- #: i18n/states/BR.php:27
15507
- msgid "Para&iacute;ba"
15508
- msgstr "Para&iacute;ba"
15509
-
15510
- #: i18n/states/BR.php:28
15511
- msgid "Paran&aacute;"
15512
- msgstr "Paran&aacute;"
15513
-
15514
- #: i18n/states/BG.php:18
15515
- msgid "Kardzhali"
15516
- msgstr "Kardzhali"
15517
-
15518
- #: i18n/states/BG.php:19
15519
- msgid "Kyustendil"
15520
- msgstr "Kyustendil"
15521
-
15522
- #: i18n/states/BG.php:20
15523
- msgid "Lovech"
15524
- msgstr "Lovech"
15525
-
15526
- #: i18n/states/BG.php:21 i18n/states/US.php:39
15527
- msgid "Montana"
15528
- msgstr "Montana"
15529
-
15530
- #: i18n/states/BG.php:22
15531
- msgid "Pazardzhik"
15532
- msgstr "Pazardzhik"
15533
-
15534
- #: i18n/states/BG.php:23
15535
- msgid "Pernik"
15536
- msgstr "Pernik"
15537
-
15538
- #: i18n/states/BG.php:24
15539
- msgid "Pleven"
15540
- msgstr "Pleven"
15541
-
15542
- #: i18n/states/BG.php:25
15543
- msgid "Plovdiv"
15544
- msgstr "Plovdiv"
15545
-
15546
- #: i18n/states/BG.php:26
15547
- msgid "Razgrad"
15548
- msgstr "Razgrad"
15549
-
15550
- #: i18n/states/BG.php:27
15551
- msgid "Ruse"
15552
- msgstr "Ruse"
15553
-
15554
- #: i18n/states/BG.php:28
15555
- msgid "Shumen"
15556
- msgstr "Shumen"
15557
-
15558
- #: i18n/states/BG.php:29
15559
- msgid "Silistra"
15560
- msgstr "Silistra"
15561
-
15562
- #: i18n/states/BG.php:30
15563
- msgid "Sliven"
15564
- msgstr "Sliven"
15565
-
15566
- #: i18n/states/BG.php:31
15567
- msgid "Smolyan"
15568
- msgstr "Smolyan"
15569
-
15570
- #: i18n/states/BG.php:32
15571
- msgid "Sofia"
15572
- msgstr "Sofia"
15573
-
15574
- #: i18n/states/BG.php:33
15575
- msgid "Sofia-Grad"
15576
- msgstr "Sofia-Grad"
15577
-
15578
- #: i18n/states/BG.php:34
15579
- msgid "Stara Zagora"
15580
- msgstr "Stara Zagora"
15581
-
15582
- #: i18n/states/BG.php:35
15583
- msgid "Targovishte"
15584
- msgstr "Targovishte"
15585
-
15586
- #: i18n/states/BG.php:36
15587
- msgid "Varna"
15588
- msgstr "Varna"
15589
-
15590
- #: i18n/states/BG.php:37
15591
- msgid "Veliko Tarnovo"
15592
- msgstr "Veliko Tarnovo"
15593
-
15594
- #: i18n/states/BD.php:64
15595
- msgid "Pirojpur"
15596
- msgstr "Pirojpur"
15597
-
15598
- #: i18n/states/BD.php:65
15599
- msgid "Rajbari"
15600
- msgstr "Rajbari"
15601
-
15602
- #: i18n/states/BD.php:66
15603
- msgid "Rajshahi"
15604
- msgstr "Rajshahi"
15605
-
15606
- #: i18n/states/BD.php:67
15607
- msgid "Rangamati"
15608
- msgstr "Rangamati"
15609
-
15610
- #: i18n/states/BD.php:68
15611
- msgid "Rangpur"
15612
- msgstr "Rangpur"
15613
-
15614
- #: i18n/states/BD.php:69
15615
- msgid "Satkhira"
15616
- msgstr "Satkhira"
15617
-
15618
- #: i18n/states/BD.php:70
15619
- msgid "Shariatpur"
15620
- msgstr "Shariatpur"
15621
-
15622
- #: i18n/states/BD.php:71
15623
- msgid "Sherpur"
15624
- msgstr "Sherpur"
15625
-
15626
- #: i18n/states/BD.php:72
15627
- msgid "Sirajganj"
15628
- msgstr "Sirajganj"
15629
-
15630
- #: i18n/states/BD.php:73
15631
- msgid "Sunamganj"
15632
- msgstr "Sunamganj"
15633
-
15634
- #: i18n/states/BD.php:74
15635
- msgid "Sylhet"
15636
- msgstr "Sylhet"
15637
-
15638
- #: i18n/states/BD.php:75
15639
- msgid "Tangail"
15640
- msgstr "Tangail"
15641
-
15642
- #: i18n/states/BD.php:76
15643
- msgid "Thakurgaon"
15644
- msgstr "Thakurgaon"
15645
-
15646
- #: i18n/states/BG.php:13
15647
- msgid "Blagoevgrad"
15648
- msgstr "Blagoevgrad"
15649
-
15650
- #: i18n/states/BG.php:14
15651
- msgid "Burgas"
15652
- msgstr "Burgas"
15653
-
15654
- #: i18n/states/BG.php:15
15655
- msgid "Dobrich"
15656
- msgstr "Dobrich"
15657
-
15658
- #: i18n/states/BG.php:16
15659
- msgid "Gabrovo"
15660
- msgstr "Gabrovo"
15661
-
15662
- #: i18n/states/BG.php:17
15663
- msgid "Haskovo"
15664
- msgstr "Haskovo"
15665
-
15666
- #: i18n/states/BD.php:46
15667
- msgid "Magura"
15668
- msgstr "Magura"
15669
-
15670
- #: i18n/states/BD.php:47
15671
- msgid "Manikganj "
15672
- msgstr "Manikganj "
15673
-
15674
- #: i18n/states/BD.php:48
15675
- msgid "Meherpur"
15676
- msgstr "Meherpur"
15677
-
15678
- #: i18n/states/BD.php:49
15679
- msgid "Moulvibazar"
15680
- msgstr "Moulvibazar"
15681
-
15682
- #: i18n/states/BD.php:50
15683
- msgid "Munshiganj"
15684
- msgstr "Munshiganj"
15685
-
15686
- #: i18n/states/BD.php:51
15687
- msgid "Mymensingh"
15688
- msgstr "Mymensingh"
15689
-
15690
- #: i18n/states/BD.php:52
15691
- msgid "Naogaon"
15692
- msgstr "Naogaon"
15693
-
15694
- #: i18n/states/BD.php:53
15695
- msgid "Narail"
15696
- msgstr "Narail"
15697
-
15698
- #: i18n/states/BD.php:54
15699
- msgid "Narayanganj"
15700
- msgstr "Narayanganj"
15701
-
15702
- #: i18n/states/BD.php:55
15703
- msgid "Narsingdi"
15704
- msgstr "Narsingdi"
15705
-
15706
- #: i18n/states/BD.php:56
15707
- msgid "Natore"
15708
- msgstr "Natore"
15709
-
15710
- #: i18n/states/BD.php:57
15711
- msgid "Nawabganj"
15712
- msgstr "Nawabganj"
15713
-
15714
- #: i18n/states/BD.php:58
15715
- msgid "Netrakona"
15716
- msgstr "Netrakona"
15717
-
15718
- #: i18n/states/BD.php:59
15719
- msgid "Nilphamari"
15720
- msgstr "Nilphamari"
15721
-
15722
- #: i18n/states/BD.php:60
15723
- msgid "Noakhali"
15724
- msgstr "Noakhali"
15725
-
15726
- #: i18n/states/BD.php:61
15727
- msgid "Pabna"
15728
- msgstr "Pabna"
15729
-
15730
- #: i18n/states/BD.php:62
15731
- msgid "Panchagarh"
15732
- msgstr "Panchagarh"
15733
-
15734
- #: i18n/states/BD.php:63
15735
- msgid "Patuakhali"
15736
- msgstr "Patuakhali"
15737
-
15738
- #: i18n/states/BD.php:23
15739
- msgid "Comilla"
15740
- msgstr "Comilla"
15741
-
15742
- #: i18n/states/BD.php:24
15743
- msgid "Cox's Bazar"
15744
- msgstr "Cox's Bazar"
15745
-
15746
- #: i18n/states/BD.php:25
15747
- msgid "Dhaka"
15748
- msgstr "Dhaka"
15749
-
15750
- #: i18n/states/BD.php:26
15751
- msgid "Dinajpur"
15752
- msgstr "Dinajpur"
15753
-
15754
- #: i18n/states/BD.php:27
15755
- msgid "Faridpur "
15756
- msgstr "Faridpur "
15757
-
15758
- #: i18n/states/BD.php:28
15759
- msgid "Feni"
15760
- msgstr "Feni"
15761
-
15762
- #: i18n/states/BD.php:29
15763
- msgid "Gaibandha"
15764
- msgstr "Gaibandha"
15765
-
15766
- #: i18n/states/BD.php:30
15767
- msgid "Gazipur"
15768
- msgstr "Gazipur"
15769
-
15770
- #: i18n/states/BD.php:31
15771
- msgid "Gopalganj"
15772
- msgstr "Gopalganj"
15773
-
15774
- #: i18n/states/BD.php:32
15775
- msgid "Habiganj"
15776
- msgstr "Habiganj"
15777
-
15778
- #: i18n/states/BD.php:33
15779
- msgid "Jamalpur"
15780
- msgstr "Jamalpur"
15781
-
15782
- #: i18n/states/BD.php:34
15783
- msgid "Jessore"
15784
- msgstr "Jessore"
15785
-
15786
- #: i18n/states/BD.php:35
15787
- msgid "Jhalokati"
15788
- msgstr "Jhalokati"
15789
-
15790
- #: i18n/states/BD.php:36
15791
- msgid "Jhenaidah"
15792
- msgstr "Jhenaidah"
15793
-
15794
- #: i18n/states/BD.php:37
15795
- msgid "Joypurhat"
15796
- msgstr "Joypurhat"
15797
-
15798
- #: i18n/states/BD.php:38
15799
- msgid "Khagrachhari"
15800
- msgstr "Khagrachhari"
15801
-
15802
- #: i18n/states/BD.php:39
15803
- msgid "Khulna"
15804
- msgstr "Khulna"
15805
-
15806
- #: i18n/states/BD.php:40
15807
- msgid "Kishoreganj"
15808
- msgstr "Kishoreganj"
15809
-
15810
- #: i18n/states/BD.php:41
15811
- msgid "Kurigram"
15812
- msgstr "Kurigram"
15813
-
15814
- #: i18n/states/BD.php:42
15815
- msgid "Kushtia"
15816
- msgstr "Kushtia"
15817
-
15818
- #: i18n/states/BD.php:43
15819
- msgid "Lakshmipur"
15820
- msgstr "Lakshmipur"
15821
-
15822
- #: i18n/states/BD.php:44
15823
- msgid "Lalmonirhat"
15824
- msgstr "Lalmonirhat"
15825
-
15826
- #: i18n/states/BD.php:45
15827
- msgid "Madaripur"
15828
- msgstr "Madaripur"
15829
-
15830
- #: i18n/states/AR.php:36
15831
- msgid "Tucum&aacute;n"
15832
- msgstr "Tucum&aacute;n"
15833
-
15834
- #: i18n/states/AU.php:13
15835
- msgid "Australian Capital Territory"
15836
- msgstr "Australian Capital Territory"
15837
-
15838
- #: i18n/states/AU.php:14
15839
- msgid "New South Wales"
15840
- msgstr "New South Wales"
15841
-
15842
- #: i18n/states/AU.php:15
15843
- msgid "Northern Territory"
15844
- msgstr "Northern Territory"
15845
-
15846
- #: i18n/states/AU.php:16
15847
- msgid "Queensland"
15848
- msgstr "Queensland"
15849
-
15850
- #: i18n/states/AU.php:17
15851
- msgid "South Australia"
15852
- msgstr "South Australia"
15853
-
15854
- #: i18n/states/AU.php:18
15855
- msgid "Tasmania"
15856
- msgstr "Tasmania"
15857
-
15858
- #: i18n/states/AU.php:19
15859
- msgid "Victoria"
15860
- msgstr "Victoria"
15861
-
15862
- #: i18n/states/AU.php:20
15863
- msgid "Western Australia"
15864
- msgstr "Western Australia"
15865
-
15866
- #: i18n/states/BD.php:13
15867
- msgid "Bagerhat"
15868
- msgstr "Bagerhat"
15869
-
15870
- #: i18n/states/BD.php:14
15871
- msgid "Bandarban"
15872
- msgstr "Bandarban"
15873
-
15874
- #: i18n/states/BD.php:15
15875
- msgid "Barguna"
15876
- msgstr "Barguna"
15877
-
15878
- #: i18n/states/BD.php:16
15879
- msgid "Barisal"
15880
- msgstr "Barisal"
15881
-
15882
- #: i18n/states/BD.php:17
15883
- msgid "Bhola"
15884
- msgstr "Bhola"
15885
-
15886
- #: i18n/states/BD.php:18
15887
- msgid "Bogra"
15888
- msgstr "Bogra"
15889
-
15890
- #: i18n/states/BD.php:19
15891
- msgid "Brahmanbaria"
15892
- msgstr "Brahmanbaria"
15893
-
15894
- #: i18n/states/BD.php:20
15895
- msgid "Chandpur"
15896
- msgstr "Chandpur"
15897
-
15898
- #: i18n/states/BD.php:21
15899
- msgid "Chittagong"
15900
- msgstr "Chittagong"
15901
-
15902
- #: i18n/states/BD.php:22
15903
- msgid "Chuadanga"
15904
- msgstr "Chuadanga"
15905
-
15906
- #: i18n/countries.php:258
15907
- msgid "Western Samoa"
15908
- msgstr "صحرای غربی"
15909
-
15910
- #: i18n/countries.php:259
15911
- msgid "Yemen"
15912
- msgstr "يمن"
15913
-
15914
- #: i18n/countries.php:260
15915
- msgid "Zambia"
15916
- msgstr "زامبیا"
15917
-
15918
- #: i18n/countries.php:261
15919
- msgid "Zimbabwe"
15920
- msgstr "زیمباوه"
15921
-
15922
- #: i18n/locale-info.php:351
15923
- msgid "Consumption tax"
15924
- msgstr "مالیات بر مصرف"
15925
-
15926
- #: i18n/states/AR.php:13
15927
- msgid "Ciudad Aut&oacute;noma de Buenos Aires"
15928
- msgstr "Ciudad Aut&oacute;noma de Buenos Aires"
15929
-
15930
- #: i18n/states/AR.php:14
15931
- msgid "Buenos Aires"
15932
- msgstr "Buenos Aires"
15933
-
15934
- #: i18n/states/AR.php:15
15935
- msgid "Catamarca"
15936
- msgstr "Catamarca"
15937
-
15938
- #: i18n/states/AR.php:16
15939
- msgid "Chaco"
15940
- msgstr "Chaco"
15941
-
15942
- #: i18n/states/AR.php:17
15943
- msgid "Chubut"
15944
- msgstr "Chubut"
15945
-
15946
- #: i18n/states/AR.php:18 i18n/states/ES.php:30
15947
- msgid "C&oacute;rdoba"
15948
- msgstr "C&oacute;rdoba"
15949
-
15950
- #: i18n/states/AR.php:19
15951
- msgid "Corrientes"
15952
- msgstr "Corrientes"
15953
-
15954
- #: i18n/states/AR.php:20
15955
- msgid "Entre R&iacute;os"
15956
- msgstr "Entre R&iacute;os"
15957
-
15958
- #: i18n/states/AR.php:21
15959
- msgid "Formosa"
15960
- msgstr "Formosa"
15961
-
15962
- #: i18n/states/AR.php:22
15963
- msgid "Jujuy"
15964
- msgstr "Jujuy"
15965
-
15966
- #: i18n/states/AR.php:23
15967
- msgid "La Pampa"
15968
- msgstr "La Pampa"
15969
-
15970
- #: i18n/states/AR.php:24 i18n/states/ES.php:39
15971
- msgid "La Rioja"
15972
- msgstr "La Rioja"
15973
-
15974
- #: i18n/states/AR.php:25
15975
- msgid "Mendoza"
15976
- msgstr "مندوزا"
15977
-
15978
- #: i18n/states/AR.php:26
15979
- msgid "Misiones"
15980
- msgstr "Misiones"
15981
-
15982
- #: i18n/states/AR.php:27
15983
- msgid "Neuqu&eacute;n"
15984
- msgstr "Neuqu&eacute;n"
15985
-
15986
- #: i18n/states/AR.php:28
15987
- msgid "R&iacute;o Negro"
15988
- msgstr "R&iacute;o Negro"
15989
-
15990
- #: i18n/states/AR.php:29
15991
- msgid "Salta"
15992
- msgstr "سالتا"
15993
-
15994
- #: i18n/states/AR.php:30
15995
- msgid "San Juan"
15996
- msgstr "سن جان"
15997
-
15998
- #: i18n/states/AR.php:31
15999
- msgid "San Luis"
16000
- msgstr "سن لوییس"
16001
-
16002
- #: i18n/states/AR.php:32
16003
- msgid "Santa Cruz"
16004
- msgstr "سانتا کروز"
16005
-
16006
- #: i18n/states/AR.php:33
16007
- msgid "Santa Fe"
16008
- msgstr "سانتافه"
16009
-
16010
- #: i18n/states/AR.php:34
16011
- msgid "Santiago del Estero"
16012
- msgstr "سانتیاگو دل استرو"
16013
-
16014
- #: i18n/states/AR.php:35
16015
- msgid "Tierra del Fuego"
16016
- msgstr "تیرا دل فیوگو"
16017
-
16018
- #: i18n/countries.php:229
16019
- msgid "Switzerland"
16020
- msgstr "سوييس"
16021
-
16022
- #: i18n/countries.php:230
16023
- msgid "Syria"
16024
- msgstr "سوريه"
16025
-
16026
- #: i18n/countries.php:231
16027
- msgid "Taiwan"
16028
- msgstr "تايوان"
16029
-
16030
- #: i18n/countries.php:232
16031
- msgid "Tajikistan"
16032
- msgstr "تاجيكستان"
16033
-
16034
- #: i18n/countries.php:233
16035
- msgid "Tanzania"
16036
- msgstr "تانزانيا"
16037
-
16038
- #: i18n/countries.php:234
16039
- msgid "Thailand"
16040
- msgstr "تايلند"
16041
-
16042
- #: i18n/countries.php:235
16043
- msgid "Timor-Leste"
16044
- msgstr "تیمور"
16045
-
16046
- #: i18n/countries.php:236
16047
- msgid "Togo"
16048
- msgstr "توگو"
16049
-
16050
- #: i18n/countries.php:237
16051
- msgid "Tokelau"
16052
- msgstr "توکلائو"
16053
-
16054
- #: i18n/countries.php:238
16055
- msgid "Tonga"
16056
- msgstr "تونگا"
16057
-
16058
- #: i18n/countries.php:239
16059
- msgid "Trinidad and Tobago"
16060
- msgstr "ترینیداد و توباگو"
16061
-
16062
- #: i18n/countries.php:240
16063
- msgid "Tunisia"
16064
- msgstr "تونس"
16065
-
16066
- #: i18n/countries.php:241
16067
- msgid "Turkey"
16068
- msgstr "تركيه"
16069
-
16070
- #: i18n/countries.php:242
16071
- msgid "Turkmenistan"
16072
- msgstr "تركمنستان"
16073
-
16074
- #: i18n/countries.php:243
16075
- msgid "Turks and Caicos Islands"
16076
- msgstr "جزایر تورکس و کایکوس"
16077
-
16078
- #: i18n/countries.php:244
16079
- msgid "Tuvalu"
16080
- msgstr "تووالو"
16081
-
16082
- #: i18n/countries.php:245
16083
- msgid "Uganda"
16084
- msgstr "اوگاندا"
16085
-
16086
- #: i18n/countries.php:246
16087
- msgid "Ukraine"
16088
- msgstr "اوكراين"
16089
-
16090
- #: i18n/countries.php:247
16091
- msgid "United Arab Emirates"
16092
- msgstr "امارات متحده ي عربي"
16093
-
16094
- #: i18n/countries.php:248
16095
- msgid "United Kingdom (UK)"
16096
- msgstr "انگلستان"
16097
-
16098
- #: i18n/countries.php:249
16099
- msgid "United States (US)"
16100
- msgstr "آمريكا"
16101
-
16102
- #: i18n/countries.php:250
16103
- msgid "Uruguay"
16104
- msgstr "اوروگوئه"
16105
-
16106
- #: i18n/countries.php:251
16107
- msgid "Uzbekistan"
16108
- msgstr "ازبكستان"
16109
-
16110
- #: i18n/countries.php:252
16111
- msgid "Vanuatu"
16112
- msgstr "وانواتو"
16113
-
16114
- #: i18n/countries.php:253
16115
- msgid "Vatican"
16116
- msgstr "واتيكان"
16117
-
16118
- #: i18n/countries.php:254
16119
- msgid "Venezuela"
16120
- msgstr "ونزوئلا"
16121
-
16122
- #: i18n/countries.php:255
16123
- msgid "Vietnam"
16124
- msgstr "ويتنام"
16125
-
16126
- #: i18n/countries.php:256
16127
- msgid "Wallis and Futuna"
16128
- msgstr "والیس و فوتونا"
16129
-
16130
- #: i18n/countries.php:257
16131
- msgid "Western Sahara"
16132
- msgstr "صحرای غربی"
16133
-
16134
- #: i18n/countries.php:212
16135
- msgid "Sierra Leone"
16136
- msgstr "سیرالئون"
16137
-
16138
- #: i18n/countries.php:213
16139
- msgid "Singapore"
16140
- msgstr "سنگاپور"
16141
-
16142
- #: i18n/countries.php:214
16143
- msgid "Slovakia"
16144
- msgstr "اسلواکی"
16145
-
16146
- #: i18n/countries.php:215
16147
- msgid "Slovenia"
16148
- msgstr "اسلونی"
16149
-
16150
- #: i18n/countries.php:216
16151
- msgid "Solomon Islands"
16152
- msgstr "جزاير سليمان"
16153
-
16154
- #: i18n/countries.php:217
16155
- msgid "Somalia"
16156
- msgstr "سومالی"
16157
-
16158
- #: i18n/countries.php:218
16159
- msgid "South Africa"
16160
- msgstr "آفريقای جنوبي"
16161
-
16162
- #: i18n/countries.php:219
16163
- msgid "South Georgia/Sandwich Islands"
16164
- msgstr "گرجستان جنوبی / جزایر ساندویچ"
16165
-
16166
- #: i18n/countries.php:220
16167
- msgid "South Korea"
16168
- msgstr "كره ی جنوبي"
16169
-
16170
- #: i18n/countries.php:221
16171
- msgid "South Sudan"
16172
- msgstr "سودان جنوبی"
16173
-
16174
- #: i18n/countries.php:222
16175
- msgid "Spain"
16176
- msgstr "اسپانيا"
16177
-
16178
- #: i18n/countries.php:223
16179
- msgid "Sri Lanka"
16180
- msgstr "سريلانكا"
16181
-
16182
- #: i18n/countries.php:224
16183
- msgid "Sudan"
16184
- msgstr "سودان"
16185
-
16186
- #: i18n/countries.php:225
16187
- msgid "Suriname"
16188
- msgstr "سورینام"
16189
-
16190
- #: i18n/countries.php:226
16191
- msgid "Svalbard and Jan Mayen"
16192
- msgstr "اسوالبارد و جان ماین"
16193
-
16194
- #: i18n/countries.php:227
16195
- msgid "Swaziland"
16196
- msgstr "سوازیلند"
16197
-
16198
- #: i18n/countries.php:228
16199
- msgid "Sweden"
16200
- msgstr "سوئد"
16201
-
16202
- #: i18n/countries.php:198
16203
- msgid "Saint Barth&eacute;lemy"
16204
- msgstr "سنت بارثلمی"
16205
-
16206
- #: i18n/countries.php:199
16207
- msgid "Saint Helena"
16208
- msgstr "سنت هلن"
16209
-
16210
- #: i18n/countries.php:200
16211
- msgid "Saint Kitts and Nevis"
16212
- msgstr "سنت کیتس و نویس"
16213
-
16214
- #: i18n/countries.php:201
16215
- msgid "Saint Lucia"
16216
- msgstr "سنت لوسیا"
16217
-
16218
- #: i18n/countries.php:202
16219
- msgid "Saint Martin (French part)"
16220
- msgstr "سنت مارتین (قسمت فرانسه)"
16221
-
16222
- #: i18n/countries.php:203
16223
- msgid "Saint Martin (Dutch part)"
16224
- msgstr "سنت مارتین (قسمت هلند)"
16225
-
16226
- #: i18n/countries.php:204
16227
- msgid "Saint Pierre and Miquelon"
16228
- msgstr "سنت پیر و میکلون"
16229
-
16230
- #: i18n/countries.php:205
16231
- msgid "Saint Vincent and the Grenadines"
16232
- msgstr "سنت وینسنت و گرنادین"
16233
-
16234
- #: i18n/countries.php:206
16235
- msgid "San Marino"
16236
- msgstr "سن مارینو"
16237
-
16238
- #: i18n/countries.php:207
16239
- msgid "S&atilde;o Tom&eacute; and Pr&iacute;ncipe"
16240
- msgstr "سائوتومه و پرینسیپ"
16241
-
16242
- #: i18n/countries.php:208
16243
- msgid "Saudi Arabia"
16244
- msgstr "عربستان سعودی"
16245
-
16246
- #: i18n/countries.php:209
16247
- msgid "Senegal"
16248
- msgstr "سنگال"
16249
-
16250
- #: i18n/countries.php:210
16251
- msgid "Serbia"
16252
- msgstr "صربستان"
16253
-
16254
- #: i18n/countries.php:211
16255
- msgid "Seychelles"
16256
- msgstr "سیشل"
16257
-
16258
- #: i18n/countries.php:182
16259
- msgid "Oman"
16260
- msgstr "عمان"
16261
-
16262
- #: i18n/countries.php:183
16263
- msgid "Pakistan"
16264
- msgstr "پاكستان"
16265
-
16266
- #: i18n/countries.php:184
16267
- msgid "Palestinian Territory"
16268
- msgstr "سرزمینهای فلسطین"
16269
-
16270
- #: i18n/countries.php:185
16271
- msgid "Panama"
16272
- msgstr "پاناما"
16273
-
16274
- #: i18n/countries.php:186
16275
- msgid "Papua New Guinea"
16276
- msgstr "پاپوا گينه ي نو"
16277
-
16278
- #: i18n/countries.php:187
16279
- msgid "Paraguay"
16280
- msgstr "پاراگوئه"
16281
-
16282
- #: i18n/countries.php:188
16283
- msgid "Peru"
16284
- msgstr "پرو"
16285
-
16286
- #: i18n/countries.php:189
16287
- msgid "Philippines"
16288
- msgstr "فيليپين"
16289
-
16290
- #: i18n/countries.php:190
16291
- msgid "Pitcairn"
16292
- msgstr "پیتکارین"
16293
-
16294
- #: i18n/countries.php:191
16295
- msgid "Poland"
16296
- msgstr "لهستان"
16297
-
16298
- #: i18n/countries.php:192
16299
- msgid "Portugal"
16300
- msgstr "پرتغال"
16301
-
16302
- #: i18n/countries.php:193
16303
- msgid "Qatar"
16304
- msgstr "قطر"
16305
-
16306
- #: i18n/countries.php:194
16307
- msgid "Reunion"
16308
- msgstr "رئونیون"
16309
-
16310
- #: i18n/countries.php:195
16311
- msgid "Romania"
16312
- msgstr "روماني"
16313
-
16314
- #: i18n/countries.php:196
16315
- msgid "Russia"
16316
- msgstr "روسيه"
16317
-
16318
- #: i18n/countries.php:197
16319
- msgid "Rwanda"
16320
- msgstr "رواندا"
16321
-
16322
- #: i18n/countries.php:149
16323
- msgid "Malaysia"
16324
- msgstr "مالزي"
16325
-
16326
- #: i18n/countries.php:150
16327
- msgid "Maldives"
16328
- msgstr "مالديو"
16329
-
16330
- #: i18n/countries.php:151
16331
- msgid "Mali"
16332
- msgstr "مالي"
16333
-
16334
- #: i18n/countries.php:152
16335
- msgid "Malta"
16336
- msgstr "مالتا"
16337
-
16338
- #: i18n/countries.php:153
16339
- msgid "Marshall Islands"
16340
- msgstr "جزایر مارشال"
16341
-
16342
- #: i18n/countries.php:154
16343
- msgid "Martinique"
16344
- msgstr "مارتینیک"
16345
-
16346
- #: i18n/countries.php:155
16347
- msgid "Mauritania"
16348
- msgstr "موریتانی"
16349
-
16350
- #: i18n/countries.php:156
16351
- msgid "Mauritius"
16352
- msgstr "موریس"
16353
-
16354
- #: i18n/countries.php:157
16355
- msgid "Mayotte"
16356
- msgstr "مایوت"
16357
-
16358
- #: i18n/countries.php:158
16359
- msgid "Mexico"
16360
- msgstr "مكزيك"
16361
-
16362
- #: i18n/countries.php:159
16363
- msgid "Micronesia"
16364
- msgstr "میکرونزی"
16365
-
16366
- #: i18n/countries.php:160
16367
- msgid "Moldova"
16368
- msgstr "مالديو"
16369
-
16370
- #: i18n/countries.php:161
16371
- msgid "Monaco"
16372
- msgstr "موناکو"
16373
-
16374
- #: i18n/countries.php:162
16375
- msgid "Mongolia"
16376
- msgstr "مغولستان"
16377
-
16378
- #: i18n/countries.php:163
16379
- msgid "Montenegro"
16380
- msgstr "مونته نگرو"
16381
-
16382
- #: i18n/countries.php:164
16383
- msgid "Montserrat"
16384
- msgstr "مونتسرات"
16385
-
16386
- #: i18n/countries.php:165
16387
- msgid "Morocco"
16388
- msgstr "مراكش"
16389
-
16390
- #: i18n/countries.php:166
16391
- msgid "Mozambique"
16392
- msgstr "موزامبيك"
16393
-
16394
- #: i18n/countries.php:167
16395
- msgid "Myanmar"
16396
- msgstr "ميانمار"
16397
-
16398
- #: i18n/countries.php:168
16399
- msgid "Namibia"
16400
- msgstr "نامیبیا"
16401
-
16402
- #: i18n/countries.php:169
16403
- msgid "Nauru"
16404
- msgstr "نائورو"
16405
-
16406
- #: i18n/countries.php:170
16407
- msgid "Nepal"
16408
- msgstr "نپال"
16409
-
16410
- #: i18n/countries.php:171
16411
- msgid "Netherlands"
16412
- msgstr "هلند"
16413
-
16414
- #: i18n/countries.php:172
16415
- msgid "Netherlands Antilles"
16416
- msgstr "آنتیل هلند"
16417
-
16418
- #: i18n/countries.php:173
16419
- msgid "New Caledonia"
16420
- msgstr "کالدونیای جدید"
16421
-
16422
- #: i18n/countries.php:174
16423
- msgid "New Zealand"
16424
- msgstr "نيوزلند"
16425
-
16426
- #: i18n/countries.php:175
16427
- msgid "Nicaragua"
16428
- msgstr "نیکاراگوئه"
16429
-
16430
- #: i18n/countries.php:176
16431
- msgid "Niger"
16432
- msgstr "نیجر"
16433
-
16434
- #: i18n/countries.php:177
16435
- msgid "Nigeria"
16436
- msgstr "نيجريه"
16437
-
16438
- #: i18n/countries.php:178
16439
- msgid "Niue"
16440
- msgstr "نیوئه"
16441
-
16442
- #: i18n/countries.php:179
16443
- msgid "Norfolk Island"
16444
- msgstr "جزیره نورفولک"
16445
-
16446
- #: i18n/countries.php:180
16447
- msgid "North Korea"
16448
- msgstr "كره ي شمالي"
16449
-
16450
- #: i18n/countries.php:181
16451
- msgid "Norway"
16452
- msgstr "نروژ"
16453
-
16454
- #: i18n/countries.php:118
16455
- msgid "India"
16456
- msgstr "هند"
16457
-
16458
- #: i18n/countries.php:119
16459
- msgid "Indonesia"
16460
- msgstr "اندونزي"
16461
-
16462
- #: i18n/countries.php:120
16463
- msgid "Iran"
16464
- msgstr "ایران"
16465
-
16466
- #: i18n/countries.php:121
16467
- msgid "Iraq"
16468
- msgstr "عراق"
16469
-
16470
- #: i18n/countries.php:122
16471
- msgid "Republic of Ireland"
16472
- msgstr "جمهوری ایرلند"
16473
-
16474
- #: i18n/countries.php:123
16475
- msgid "Isle of Man"
16476
- msgstr "جزیره انسان"
16477
-
16478
- #: i18n/countries.php:124
16479
- msgid "Israel"
16480
- msgstr "رژيم صهيونيستي"
16481
-
16482
- #: i18n/countries.php:125
16483
- msgid "Italy"
16484
- msgstr "ايتاليا"
16485
-
16486
- #: i18n/countries.php:126
16487
- msgid "Ivory Coast"
16488
- msgstr "ساحل عاج"
16489
-
16490
- #: i18n/countries.php:127
16491
- msgid "Jamaica"
16492
- msgstr "جامائيكا"
16493
-
16494
- #: i18n/countries.php:128
16495
- msgid "Japan"
16496
- msgstr "ژاپن"
16497
-
16498
- #: i18n/countries.php:129
16499
- msgid "Jersey"
16500
- msgstr "جرسي"
16501
-
16502
- #: i18n/countries.php:130
16503
- msgid "Jordan"
16504
- msgstr "اردن"
16505
-
16506
- #: i18n/countries.php:131
16507
- msgid "Kazakhstan"
16508
- msgstr "قزاقستان"
16509
-
16510
- #: i18n/countries.php:132
16511
- msgid "Kenya"
16512
- msgstr "كنيا"
16513
-
16514
- #: i18n/countries.php:133
16515
- msgid "Kiribati"
16516
- msgstr "كيريبيتي"
16517
-
16518
- #: i18n/countries.php:134
16519
- msgid "Kuwait"
16520
- msgstr "كويت"
16521
-
16522
- #: i18n/countries.php:135
16523
- msgid "Kyrgyzstan"
16524
- msgstr "قرقیزستان"
16525
-
16526
- #: i18n/countries.php:136
16527
- msgid "Laos"
16528
- msgstr "لائوس"
16529
-
16530
- #: i18n/countries.php:137
16531
- msgid "Latvia"
16532
- msgstr "لتونی"
16533
-
16534
- #: i18n/countries.php:138
16535
- msgid "Lebanon"
16536
- msgstr "لبنان"
16537
-
16538
- #: i18n/countries.php:139
16539
- msgid "Lesotho"
16540
- msgstr "لسوتو"
16541
-
16542
- #: i18n/countries.php:140
16543
- msgid "Liberia"
16544
- msgstr "لیبریا"
16545
-
16546
- #: i18n/countries.php:141
16547
- msgid "Libya"
16548
- msgstr "ليبي"
16549
-
16550
- #: i18n/countries.php:142
16551
- msgid "Liechtenstein"
16552
- msgstr "لیختن اشتاین"
16553
-
16554
- #: i18n/countries.php:143
16555
- msgid "Lithuania"
16556
- msgstr "ليتواني"
16557
-
16558
- #: i18n/countries.php:144
16559
- msgid "Luxembourg"
16560
- msgstr "لوكسامبورگ"
16561
-
16562
- #: i18n/countries.php:145
16563
- msgid "Macao S.A.R., China"
16564
- msgstr "ماکائو"
16565
-
16566
- #: i18n/countries.php:146
16567
- msgid "Macedonia"
16568
- msgstr "مقدونيه"
16569
-
16570
- #: i18n/countries.php:147
16571
- msgid "Madagascar"
16572
- msgstr "ماداگاسكار"
16573
-
16574
- #: i18n/countries.php:148
16575
- msgid "Malawi"
16576
- msgstr "مالاوی"
16577
-
16578
- #: i18n/countries.php:90
16579
- msgid "Faroe Islands"
16580
- msgstr "جزایر فارو"
16581
-
16582
- #: i18n/countries.php:91
16583
- msgid "Fiji"
16584
- msgstr "فیجی"
16585
-
16586
- #: i18n/countries.php:92
16587
- msgid "Finland"
16588
- msgstr "فنلاند"
16589
-
16590
- #: i18n/countries.php:93
16591
- msgid "France"
16592
- msgstr "فرانسه"
16593
-
16594
- #: i18n/countries.php:94
16595
- msgid "French Guiana"
16596
- msgstr "گویان فرانسه"
16597
-
16598
- #: i18n/countries.php:95
16599
- msgid "French Polynesia"
16600
- msgstr "پلی نزی فرانسه"
16601
-
16602
- #: i18n/countries.php:96
16603
- msgid "French Southern Territories"
16604
- msgstr "محدوده جنوبی تحت سیطره فرانسه"
16605
-
16606
- #: i18n/countries.php:97
16607
- msgid "Gabon"
16608
- msgstr "گابون"
16609
-
16610
- #: i18n/countries.php:98
16611
- msgid "Gambia"
16612
- msgstr "گامبيا"
16613
-
16614
- #: i18n/countries.php:99
16615
- msgid "Georgia"
16616
- msgstr "گرجستان"
16617
-
16618
- #: i18n/countries.php:100
16619
- msgid "Germany"
16620
- msgstr "آلمان"
16621
-
16622
- #: i18n/countries.php:101
16623
- msgid "Ghana"
16624
- msgstr "غنا"
16625
-
16626
- #: i18n/countries.php:102
16627
- msgid "Gibraltar"
16628
- msgstr "جبل الطارق"
16629
-
16630
- #: i18n/countries.php:103
16631
- msgid "Greece"
16632
- msgstr "يونان"
16633
-
16634
- #: i18n/countries.php:104
16635
- msgid "Greenland"
16636
- msgstr "گرینلند"
16637
-
16638
- #: i18n/countries.php:105
16639
- msgid "Grenada"
16640
- msgstr "گرانادا"
16641
-
16642
- #: i18n/countries.php:106
16643
- msgid "Guadeloupe"
16644
- msgstr "گوادولوپ"
16645
-
16646
- #: i18n/countries.php:107
16647
- msgid "Guatemala"
16648
- msgstr "گواتمالا"
16649
-
16650
- #: i18n/countries.php:108
16651
- msgid "Guernsey"
16652
- msgstr "گرنزی"
16653
-
16654
- #: i18n/countries.php:109
16655
- msgid "Guinea"
16656
- msgstr "گينه"
16657
-
16658
- #: i18n/countries.php:110
16659
- msgid "Guinea-Bissau"
16660
- msgstr "گينه بي سائو"
16661
-
16662
- #: i18n/countries.php:111
16663
- msgid "Guyana"
16664
- msgstr "گویان"
16665
-
16666
- #: i18n/countries.php:112
16667
- msgid "Haiti"
16668
- msgstr "هائيتي"
16669
-
16670
- #: i18n/countries.php:113
16671
- msgid "Heard Island and McDonald Islands"
16672
- msgstr "جزیره هرد و جزایر مک‌دونالد"
16673
-
16674
- #: i18n/countries.php:114
16675
- msgid "Honduras"
16676
- msgstr "هندوراس"
16677
-
16678
- #: i18n/countries.php:115
16679
- msgid "Hong Kong"
16680
- msgstr "هنگ كنگ"
16681
-
16682
- #: i18n/countries.php:116
16683
- msgid "Hungary"
16684
- msgstr "مجارستان"
16685
-
16686
- #: i18n/countries.php:117
16687
- msgid "Iceland"
16688
- msgstr "ایسلند"
16689
-
16690
- #: i18n/countries.php:59
16691
- msgid "Cape Verde"
16692
- msgstr "کیپ ورد"
16693
-
16694
- #: i18n/countries.php:60
16695
- msgid "Cayman Islands"
16696
- msgstr "جزابر کیمن"
16697
-
16698
- #: i18n/countries.php:61
16699
- msgid "Central African Republic"
16700
- msgstr "جمهوری آفریقای مرکزی"
16701
-
16702
- #: i18n/countries.php:62
16703
- msgid "Chad"
16704
- msgstr "چاد"
16705
-
16706
- #: i18n/countries.php:63
16707
- msgid "Chile"
16708
- msgstr "شيلي"
16709
-
16710
- #: i18n/countries.php:64
16711
- msgid "China"
16712
- msgstr "چين"
16713
-
16714
- #: i18n/countries.php:65
16715
- msgid "Christmas Island"
16716
- msgstr "جزیره کریسمس"
16717
-
16718
- #: i18n/countries.php:66
16719
- msgid "Cocos (Keeling) Islands"
16720
- msgstr "جزایر کوکوس"
16721
-
16722
- #: i18n/countries.php:67
16723
- msgid "Colombia"
16724
- msgstr "كلمبيا"
16725
-
16726
- #: i18n/countries.php:68
16727
- msgid "Comoros"
16728
- msgstr "کومور"
16729
-
16730
- #: i18n/countries.php:69
16731
- msgid "Congo (Brazzaville)"
16732
- msgstr "کنگو (برازاویل)"
16733
-
16734
- #: i18n/countries.php:70
16735
- msgid "Congo (Kinshasa)"
16736
- msgstr "کنگو (کینشازا)"
16737
-
16738
- #: i18n/countries.php:71
16739
- msgid "Cook Islands"
16740
- msgstr "جزایر کوک"
16741
-
16742
- #: i18n/countries.php:72
16743
- msgid "Costa Rica"
16744
- msgstr "كاستا ريكا"
16745
-
16746
- #: i18n/countries.php:73
16747
- msgid "Croatia"
16748
- msgstr "كرواسي"
16749
-
16750
- #: i18n/countries.php:74
16751
- msgid "Cuba"
16752
- msgstr "كوبا"
16753
-
16754
- #: i18n/countries.php:75
16755
- msgid "Cura&Ccedil;ao"
16756
- msgstr "کورا و سدیل؛ آئو"
16757
-
16758
- #: i18n/countries.php:76
16759
- msgid "Cyprus"
16760
- msgstr "قبرس"
16761
-
16762
- #: i18n/countries.php:77
16763
- msgid "Czech Republic"
16764
- msgstr "جمهوري چك"
16765
-
16766
- #: i18n/countries.php:78
16767
- msgid "Denmark"
16768
- msgstr "دانمارك"
16769
-
16770
- #: i18n/countries.php:79
16771
- msgid "Djibouti"
16772
- msgstr "جیبوتی"
16773
-
16774
- #: i18n/countries.php:80
16775
- msgid "Dominica"
16776
- msgstr "دومنيكا"
16777
-
16778
- #: i18n/countries.php:81
16779
- msgid "Dominican Republic"
16780
- msgstr "جمهوري دومنيكا"
16781
-
16782
- #: i18n/countries.php:82
16783
- msgid "Ecuador"
16784
- msgstr "اكوادر"
16785
-
16786
- #: i18n/countries.php:83
16787
- msgid "Egypt"
16788
- msgstr "مصر"
16789
-
16790
- #: i18n/countries.php:84
16791
- msgid "El Salvador"
16792
- msgstr "الساوادر"
16793
-
16794
- #: i18n/countries.php:85
16795
- msgid "Equatorial Guinea"
16796
- msgstr "گینه استوایی"
16797
-
16798
- #: i18n/countries.php:86
16799
- msgid "Eritrea"
16800
- msgstr "اریتره"
16801
-
16802
- #: i18n/countries.php:87
16803
- msgid "Estonia"
16804
- msgstr "استوني"
16805
-
16806
- #: i18n/countries.php:88
16807
- msgid "Ethiopia"
16808
- msgstr "اتيوپي"
16809
-
16810
- #: i18n/countries.php:89
16811
- msgid "Falkland Islands"
16812
- msgstr "جزایر فالکلند"
16813
-
16814
- #: i18n/countries.php:27
16815
- msgid "Argentina"
16816
- msgstr "آرژانتين"
16817
-
16818
- #: i18n/countries.php:28
16819
- msgid "Armenia"
16820
- msgstr "ارمنستان"
16821
-
16822
- #: i18n/countries.php:29
16823
- msgid "Aruba"
16824
- msgstr "آروبا"
16825
-
16826
- #: i18n/countries.php:30
16827
- msgid "Australia"
16828
- msgstr "استرالیا"
16829
-
16830
- #: i18n/countries.php:31
16831
- msgid "Austria"
16832
- msgstr "اتریش"
16833
-
16834
- #: i18n/countries.php:32
16835
- msgid "Azerbaijan"
16836
- msgstr "آذربایجان"
16837
-
16838
- #: i18n/countries.php:33
16839
- msgid "Bahamas"
16840
- msgstr "باهاما"
16841
-
16842
- #: i18n/countries.php:34
16843
- msgid "Bahrain"
16844
- msgstr "بحرين"
16845
-
16846
- #: i18n/countries.php:35
16847
- msgid "Bangladesh"
16848
- msgstr "بنگلادش"
16849
-
16850
- #: i18n/countries.php:36
16851
- msgid "Barbados"
16852
- msgstr "باربادوس"
16853
-
16854
- #: i18n/countries.php:37
16855
- msgid "Belarus"
16856
- msgstr "بلاروس"
16857
-
16858
- #: i18n/countries.php:38
16859
- msgid "Belgium"
16860
- msgstr "بلژيك"
16861
-
16862
- #: i18n/countries.php:39
16863
- msgid "Belau"
16864
- msgstr "پالائو"
16865
-
16866
- #: i18n/countries.php:40
16867
- msgid "Belize"
16868
- msgstr "بلیز"
16869
-
16870
- #: i18n/countries.php:41
16871
- msgid "Benin"
16872
- msgstr "بنین"
16873
-
16874
- #: i18n/countries.php:42
16875
- msgid "Bermuda"
16876
- msgstr "برمودا"
16877
-
16878
- #: i18n/countries.php:43
16879
- msgid "Bhutan"
16880
- msgstr "بوتان"
16881
-
16882
- #: i18n/countries.php:44
16883
- msgid "Bolivia"
16884
- msgstr "بوليوي"
16885
-
16886
- #: i18n/countries.php:45
16887
- msgid "Bonaire, Saint Eustatius and Saba"
16888
- msgstr "بونیر ، سینت یوستیشس و سابا"
16889
-
16890
- #: i18n/countries.php:46
16891
- msgid "Bosnia and Herzegovina"
16892
- msgstr "بوسني و هرزگوين"
16893
-
16894
- #: i18n/countries.php:47
16895
- msgid "Botswana"
16896
- msgstr "بوتسوانا"
16897
-
16898
- #: i18n/countries.php:48
16899
- msgid "Bouvet Island"
16900
- msgstr "جزیره بووه"
16901
-
16902
- #: i18n/countries.php:49
16903
- msgid "Brazil"
16904
- msgstr "برزيل"
16905
-
16906
- #: i18n/countries.php:50
16907
- msgid "British Indian Ocean Territory"
16908
- msgstr "محدوده اقیانوس هند تحت سیطره بریتانیا"
16909
-
16910
- #: i18n/countries.php:51
16911
- msgid "British Virgin Islands"
16912
- msgstr "جزایر بریتیش ویرجین"
16913
-
16914
- #: i18n/countries.php:52
16915
- msgid "Brunei"
16916
- msgstr "برونئی"
16917
-
16918
- #: i18n/countries.php:53
16919
- msgid "Bulgaria"
16920
- msgstr "بلغارستان"
16921
-
16922
- #: i18n/countries.php:54
16923
- msgid "Burkina Faso"
16924
- msgstr "بورکینافاسو"
16925
-
16926
- #: i18n/countries.php:55
16927
- msgid "Burundi"
16928
- msgstr "بوروندی"
16929
-
16930
- #: i18n/countries.php:56
16931
- msgid "Cambodia"
16932
- msgstr "کامبوج"
16933
-
16934
- #: i18n/countries.php:57
16935
- msgid "Cameroon"
16936
- msgstr "كامرون"
16937
-
16938
- #: i18n/countries.php:58
16939
- msgid "Canada"
16940
- msgstr "كانادا"
16941
-
16942
- #: i18n/countries.php:18
16943
- msgid "Afghanistan"
16944
- msgstr "افغانستان"
16945
-
16946
- #: i18n/countries.php:19
16947
- msgid "&#197;land Islands"
16948
- msgstr "&#197;land Islands"
16949
-
16950
- #: i18n/countries.php:20
16951
- msgid "Albania"
16952
- msgstr "آلبانى"
16953
-
16954
- #: i18n/countries.php:21
16955
- msgid "Algeria"
16956
- msgstr "الجزيره"
16957
-
16958
- #: i18n/countries.php:22
16959
- msgid "Andorra"
16960
- msgstr "آندورا"
16961
-
16962
- #: i18n/countries.php:23
16963
- msgid "Angola"
16964
- msgstr "آنگولا"
16965
-
16966
- #: i18n/countries.php:24
16967
- msgid "Anguilla"
16968
- msgstr "آنگویلا"
16969
-
16970
- #: i18n/countries.php:25
16971
- msgid "Antarctica"
16972
- msgstr "قطب جنوب"
16973
-
16974
- #: i18n/countries.php:26
16975
- msgid "Antigua and Barbuda"
16976
- msgstr "آنتیگوا و باربودا"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
include/persian-woocommerce-about.php → persian-woocommerce-about.php RENAMED
@@ -25,12 +25,12 @@
25
  <div class="feature-section col three-col">
26
  <div>
27
  <h4>ووکامرس با طعم فارسی!</h4>
28
- <p>بسته پارسی ساز ووکامرس ، این فروشگاه ساز قدرتمند را به فارسی ترجمه می نماید و قابلیت تغییر تجربه دلخواه را ایجاد میکند . </p>
29
  </div>
30
 
31
  <div>
32
  <h4>راستچین سازی</h4>
33
- <p>بسته ووکامرس پارسی ، تمام قسمت های مدیریت ووکامرس را به صورت استانداارد راستچین سازی می نماید . </p>
34
  </div>
35
 
36
  <div>
@@ -44,6 +44,11 @@
44
  <p>در این نسخه لیست استان های ایران به سیستم افزوده شده است و مشتریان می توانند استان های ایران را انتخاب نمایند ، همچنین شهر های ایران نیز به صورت اختیاری اضافه شده اند. در کنار این موارد ، امکان انتخاب استان های خاص ، جهت محدود کردن محدوده خرید، نیز وجود دارد.</p>
45
  </div>
46
 
 
 
 
 
 
47
  <div>
48
  <h4>درگاه های پرداخت بانکی</h4>
49
  <p>شما می توانید با استفاده از درگاه های پرداختی موجود در وب سایت <a href="http://woocommerce.ir/" target="_blank">ووکامرس پارسی</a> نسبت به فروش محصولات و دریافت وجه به صورت اینترنتی اقدام کنید . ووکامرس تمام درگاه های عضو شاپرک را پشتیبانی می نماید .</p>
@@ -52,7 +57,7 @@
52
  <div>
53
 
54
  <h4>پیامک حرفه ای</h4>
55
- <p>با استفاده از افزونه فارسی پیامک ووکامرس قادر هستید آخرین تغییرات محصول سفارش داده شده توسط مشتریان را از طریق اس ام اس به اطلاع آن ها برسانید.</p>
56
  </div>
57
  <div class="last-feature">
58
 
25
  <div class="feature-section col three-col">
26
  <div>
27
  <h4>ووکامرس با طعم فارسی!</h4>
28
+ <p>بسته پارسی ساز ووکامرس، این فروشگاه ساز قدرتمند را به فارسی ترجمه می نماید و قابلیت تغییر ترجمه دلخواه را ایجاد می کند.</p>
29
  </div>
30
 
31
  <div>
32
  <h4>راستچین سازی</h4>
33
+ <p>بسته ووکامرس پارسی ، تمام قسمت های مدیریت ووکامرس را به صورت استاندارد راستچین سازی می نماید . </p>
34
  </div>
35
 
36
  <div>
44
  <p>در این نسخه لیست استان های ایران به سیستم افزوده شده است و مشتریان می توانند استان های ایران را انتخاب نمایند ، همچنین شهر های ایران نیز به صورت اختیاری اضافه شده اند. در کنار این موارد ، امکان انتخاب استان های خاص ، جهت محدود کردن محدوده خرید، نیز وجود دارد.</p>
45
  </div>
46
 
47
+ <div>
48
+ <h4>ابزار های کاربردی</h4>
49
+ <p>ووکامرس فارسی تنها یک فارسی ساز نیست! در این افزونه شاهد ابزار های کاربردی خواهید بود که به شما کمک می کند بدون کد نویسی فروشگاه خود را خاص کنید. ابزار هایی همچون محدود کردن فروش به استان های خاص، تماس برای قیمت، فارسی سازی قیمت ها و ... در اختیار شماست.</p>
50
+ </div>
51
+
52
  <div>
53
  <h4>درگاه های پرداخت بانکی</h4>
54
  <p>شما می توانید با استفاده از درگاه های پرداختی موجود در وب سایت <a href="http://woocommerce.ir/" target="_blank">ووکامرس پارسی</a> نسبت به فروش محصولات و دریافت وجه به صورت اینترنتی اقدام کنید . ووکامرس تمام درگاه های عضو شاپرک را پشتیبانی می نماید .</p>
57
  <div>
58
 
59
  <h4>پیامک حرفه ای</h4>
60
+ <p>با استفاده از <a href="https://wordpress.org/plugins/persian-woocommerce-sms">افزونه فارسی پیامک ووکامرس</a> قادر هستید آخرین تغییرات محصول سفارش داده شده توسط مشتریان را از طریق اس ام اس به اطلاع آن ها برسانید.</p>
61
  </div>
62
  <div class="last-feature">
63
 
include/persian-woocommerce-text.php → persian-woocommerce-text.php RENAMED
File without changes
persian-woocommerce.php CHANGED
@@ -1,32 +1,231 @@
1
- <?php
2
- /*
3
- Contributors: Persianscript, hannanstd, mahdiy
4
- Plugin Name: ووکامرس پارسی
5
- Plugin URI: http://woocommerce.ir
6
- Description: بسته فارسی ساز ووکامرس پارسی به راحتی سیستم فروشگاه ساز ووکامرس را فارسی می کند. با فعال سازی افزونه ، واحد پولی ریال و تومان ایران و همچنین لیست استان های ایران به افزونه افزوده می شوند. پشتیبانی در <a href="http://www.woocommerce.ir/" target="_blank">ووکامرس پارسی</a>.
7
- Version: 2.5
8
- Requires at least: 4.0
9
- Author: ووکامرس فارسی
10
- Author URI: http://woocommerce.ir
11
- */
12
-
13
- if ( ! defined( 'ABSPATH' ) )
14
- exit; // Exit if accessed directly
15
-
16
- if ( !defined('PERSIAN_WOOCOMMERCE_VERSION') )
17
- define('PERSIAN_WOOCOMMERCE_VERSION', '2.5');
18
-
19
- require_once( dirname(__FILE__) . '/include/persian-woocommerce.php');
20
-
21
- global $PW;
22
- $PW = new Persian_Wooommerce_Plugin( __FILE__ );
23
-
24
- require_once( dirname(__FILE__) . '/include/class-tools.php');
25
- require_once( dirname(__FILE__) . '/include/class-address.php');
26
- require_once( dirname(__FILE__) . '/include/class-currency.php');
27
- require_once( dirname(__FILE__) . '/include/class-rtl.php');
28
- require_once( dirname(__FILE__) . '/include/class-widget.php');
29
-
30
- register_activation_hook( __FILE__ , array('Persian_Wooommerce_Plugin', 'persian_wc_install') );
31
-
32
- ?>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ class Persian_Wooommerce_Plugin {
4
+
5
+ public $table_lang;
6
+ public $plugin_version;
7
+ public $woo_is_active = false;
8
+ public $file_dir;
9
+ public $iran_address;
10
+ public $currencies;
11
+ public $rtl;
12
+ public $widget;
13
+ public $tools;
14
+
15
+ private $options;
16
+
17
+ public function __construct( $file ) {
18
+
19
+ if(!in_array('woocommerce/woocommerce.php', apply_filters('active_plugins', get_option('active_plugins'))))
20
+ add_action('admin_notices', array($this, 'enable_woocommerce_notify') );
21
+ else
22
+ $this->woo_is_active = true;
23
+
24
+ global $wpdb;
25
+
26
+ $this->table_lang = $wpdb->prefix . "woocommerce_ir";
27
+ $this->plugin_version = defined('PERSIAN_WOOCOMMERCE_VERSION') ? PERSIAN_WOOCOMMERCE_VERSION : '2.5';
28
+ $this->file_dir = $file;
29
+ $this->options = get_option("PW_Options");
30
+
31
+ // Actions
32
+ add_action('wp_ajax_nopriv_persian_wc_replace_texts', array($this,'replace_texts_callback') );
33
+ add_action('wp_ajax_persian_wc_replace_texts', array($this,'replace_texts_callback') );
34
+ add_action('plugins_loaded', array($this, 'persian_woo_plugin_loaded') );
35
+ add_action('activated_plugin', array($this, 'persian_woo_activate'), 10, 1);
36
+ add_action('admin_menu', array($this, 'persian_wc_create_menu') );
37
+ add_action('WC_Gateway_Payment_Actions', array($this, 'pw_gateway_copyright') );
38
+
39
+ // Filters
40
+ add_filter('woocommerce_admin_field_multi_select_states', array($this, 'persian_wc_output_fields') );
41
+ add_filter('gettext_with_context', array($this, 'persian_wc_gettext') );
42
+ add_filter('ngettext_with_context', array($this, 'persian_wc_gettext') );
43
+ add_filter('gettext', array($this, 'persian_wc_gettext') );
44
+ add_filter('ngettext', array($this, 'persian_wc_gettext') );
45
+
46
+ }
47
+
48
+ public function plugin_url( $path = null ){
49
+ return untrailingslashit(plugins_url( is_null($path) ? '/' : $path , $this->file_dir));
50
+ }
51
+
52
+ public function get_options( $option_name = null, $default = false){
53
+
54
+ if(is_null($option_name))
55
+ return $this->options;
56
+
57
+ $default_options = $this->tools->get_tools_default();
58
+
59
+ if(isset($this->options[$option_name]))
60
+ return $this->options[$option_name];
61
+ elseif(isset($default_options["PW_Options[$option_name]"]))
62
+ return $default_options["PW_Options[$option_name]"];
63
+ else
64
+ return $default;
65
+ }
66
+
67
+ // Action functions
68
+ public function enable_woocommerce_notify() {
69
+ if(current_user_can('install_plugins'))
70
+ echo sprintf('<div id="message" class="notice notice-info is-dismissible"><p>ووکامرس فارسی با موفقیت نصب و فعالسازی شده است . لطفا افزونه ووکامرس را از <a href="%s" target="_blank">اینجا</a> فعال کنید.</p><button type="button" class="notice-dismiss"><span class="screen-reader-text">بستن این اعلان.</span></button></div>', admin_url('plugins.php'));
71
+ }
72
+
73
+ public function replace_texts_callback(){
74
+ global $wpdb;
75
+ $json = array(
76
+ 'status' => 'NO',
77
+ 'rand' => mt_rand(),
78
+ 'msg' => 'مشکلی هنگام افزودن حلقه رخ داد . لطفا مجددا تلاش کنید.'
79
+ );
80
+
81
+ if(isset($_POST['text1'] , $_POST['text2']))
82
+ if(!empty($_POST['text1'])){
83
+ $insert = $wpdb->insert($this->table_lang , array('text1' => $_POST['text1'] , 'text2' => $_POST['text2']));
84
+ if($insert) {
85
+ $json['status'] = 'OK';
86
+ $json['msg'] = sprintf('<div id="setting-error-persian_wc_msg_%d" class="updated settings-error notice is-dismissible"><p><strong>حلقه (%s => %s) با موفقیت افزوده شد.</strong></p><button type="button" class="notice-dismiss"><span class="screen-reader-text">بستن این اعلان.</span></button></div>', $json['rand'], $_POST['text1'], $_POST['text2']);
87
+ $json['code'] = sprintf('<tr><th scope="row" class="check-column"><input name="text_delete_id[]" value="%d" type="checkbox"></th><td class="text1 column-text1 has-row-actions column-primary" data-colname="حلقه‌ی اصلی">%s<button type="button" class="toggle-row"><span class="screen-reader-text">نمایش جزئیات بیشتر</span></button></td><td class="text2 column-text2" data-colname="حلقه‌ی جایگزین شده">%s</td></tr>', $wpdb->insert_id , $_POST['text1'], $_POST['text2']);
88
+ $json['count'] = $wpdb->get_var("SELECT COUNT(*) FROM $this->table_lang") . " مورد";
89
+ }
90
+ else
91
+ $json['msg'] = sprintf('<div id="setting-error-persian_wc_msg_%d" class="error settings-error notice is-dismissible"><p><strong>خطایی در زمان افزودن حلقه (%s => %s) به دیتابیس رخ داده است. لطفا مجددا تلاش کنید</strong></p><button type="button" class="notice-dismiss"><span class="screen-reader-text">بستن این اعلان.</span></button></div>', $json['rand'], $_POST['text1'], $_POST['text2']);
92
+ }
93
+ else
94
+ $json['msg'] = sprintf('<div id="setting-error-persian_wc_msg_%d" class="error settings-error notice is-dismissible"><p><strong>پر کردن فیلد کلمه‌ی مورد نظر اجباری می باشد.</strong></p><button type="button" class="notice-dismiss"><span class="screen-reader-text">بستن این اعلان.</span></button></div>', $json['rand']);
95
+
96
+ die(json_encode($json));
97
+ }
98
+
99
+
100
+ public function persian_woo_plugin_loaded() {
101
+
102
+ $dir = dirname( plugin_dir_path( __FILE__ ));
103
+ $language = get_option('WPLANG', defined('WPLANG') ? WPLANG : "");
104
+ $is_persian = ($language == 'fa' || $language == 'fa_IR');
105
+
106
+ if(defined('ICL_LANGUAGE_CODE'))
107
+ $is_persian = (ICL_LANGUAGE_CODE == 'fa');
108
+
109
+ if($is_persian || substr(get_bloginfo('language'), 0, 2) == 'fa')
110
+ load_textdomain('woocommerce', $dir.'/languages/woocommerce-fa_IR.mo');
111
+
112
+ global $wpdb;
113
+
114
+ if(!get_option("pw_delete_city_table_2_5")) {
115
+ $wpdb->query("DROP TABLE IF EXISTS {$wpdb->prefix}Woo_Iran_Cities_By_HANNANStd");
116
+ $wpdb->query("DROP TABLE IF EXISTS {$wpdb->prefix}woocommerce_ir_cities");
117
+ delete_option("is_cities_installed");
118
+ delete_option("persian_woocommerce_rename_old_table");
119
+ delete_option("redirect_to_woo_persian_about_page");
120
+ update_option("pw_delete_city_table_2_5", $this->plugin_version);
121
+ }
122
+ }
123
+
124
+ public function persian_woo_activate( $plugin ) {
125
+ if($plugin !== "persian-woocommerce/persian-woocommerce.php")
126
+ return;
127
+
128
+ if(!headers_sent()){
129
+ wp_redirect(admin_url('admin.php?page=persian-wc-about'));
130
+ die();
131
+ }
132
+ }
133
+
134
+ public function persian_wc_create_menu() {
135
+ add_menu_page('ووکامرس فارسی', 'ووکامرس فارسی', 'manage_options', 'persian-wc', array($this, 'persian_wc_text'), $this->plugin_url('include/assets/images/logo.png'), '55.6');
136
+ add_submenu_page('persian-wc', 'حلقه های ترجمه', 'حلقه های ترجمه', 'manage_options', 'persian-wc', array($this, 'persian_wc_text'));
137
+
138
+ if($this->woo_is_active){
139
+ $tools_page = add_submenu_page('persian-wc', 'ابزار ها', 'ابزار ها', 'manage_options', 'persian-wc-tools', array($this, 'persian_wc_tools'));
140
+ add_action( "load-{$tools_page}", array($this, 'persian_wc_tools_save') );
141
+ }
142
+
143
+ do_action("PW_Menu");
144
+ add_submenu_page('persian-wc', 'درباره ما', 'درباره ما', 'manage_options', 'persian-wc-about', array($this, 'persian_wc_about'));
145
+ }
146
+
147
+ public function persian_wc_text() {
148
+ global $wpdb;
149
+ include_once('persian-woocommerce-text.php');
150
+ }
151
+
152
+ public function persian_wc_tools(){
153
+ $this->tools->settings_page();
154
+ }
155
+
156
+ public function persian_wc_tools_save(){
157
+ if( isset($_POST["pw-settings-submit"]) && $_POST["pw-settings-submit"] == 'Y') {
158
+ $settings = $this->tools->get_tools();
159
+ $tab = $_POST['pw-tab'];
160
+ $section = $_POST['pw-section'];
161
+ check_admin_referer("persian-wc-tools");
162
+ do_action("PW_before_save_tools", $_POST, $settings, $tab, $section);
163
+ WC_Admin_Settings::save_fields( empty($section) ? $settings[$tab] : $settings[$tab][$section] );
164
+ do_action("PW_after_save_tools", $_POST, $settings, $tab, $section);
165
+ $url_parameters = empty($section) ? 'updated=true&tab='.$tab : 'updated=true&tab='.$tab.'&section='.$section;
166
+ wp_redirect(admin_url('admin.php?page=persian-wc-tools&'.$url_parameters));
167
+ exit;
168
+ }
169
+ }
170
+
171
+ public function persian_wc_about() {
172
+ include_once('persian-woocommerce-about.php');
173
+ }
174
+
175
+ public function pw_gateway_copyright( $arg ) {
176
+ if( base64_encode(strtolower($arg)) != 'd29vY29tbWVyY2UuaXI=' )
177
+ die(base64_decode('2KfbjNmGINiv2LHar9in2Ycg2b7Ysdiv2KfYrtiqINqp2KfZhdmE2Kcg2qnZvtuMINio2LHYr9in2LHbjCDYtNiv2Ycg2KfYsiDYr9ix2q/Yp9mHINmH2KfbjCDYt9ix2KfYrduMINi02K/ZhyDYqtmI2LPYtyDZiNmI2qnYp9mF2LHYsyDZvtin2LHYs9uMINin2LPYqiDZiCDYp9uM2YYg2LnZhdmEINio2K/ZiNmGINin2KzYp9iy2Ycg2KjYsdmG2KfZhdmHINmG2YjbjNizINin2YbYrNin2YUg2LTYr9mHINin2LPYqi4='));
178
+ }
179
+
180
+ // register hook functions
181
+ static function persian_wc_install() {
182
+ global $wpdb;
183
+
184
+ $woocommerce_ir_sql = "CREATE TABLE IF NOT EXISTS `{$wpdb->prefix}woocommerce_ir` (
185
+ `id` int(11) NOT NULL AUTO_INCREMENT,
186
+ `text1` text CHARACTER SET utf8 COLLATE utf8_persian_ci NOT NULL,
187
+ `text2` text CHARACTER SET utf8 COLLATE utf8_persian_ci,
188
+ PRIMARY KEY (`id`)
189
+ ) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1;";
190
+ require_once(ABSPATH . 'wp-admin/includes/upgrade.php');
191
+ dbDelta($woocommerce_ir_sql);
192
+ }
193
+
194
+ // Filter functions
195
+ public function persian_wc_output_fields( $value ){
196
+
197
+ $selections = (array) $this->get_options('specific_allowed_states');
198
+
199
+ ?><tr valign="top">
200
+ <th scope="row" class="titledesc">
201
+ <label for="<?php echo esc_attr( $value['id'] ); ?>"><?php echo esc_html( $value['title'] ); ?></label>
202
+ </th>
203
+ <td class="forminp">
204
+ <select multiple="multiple" name="<?php echo esc_attr( $value['id'] ); ?>[]" style="width:350px" data-placeholder="استان (ها) مورد نظر خود را انتخاب کنید ..." title="استان" class="wc-enhanced-select">
205
+ <?php
206
+ if ( ! empty( $this->iran_address->states ) )
207
+ foreach ( $this->iran_address->states as $key => $val )
208
+ echo '<option value="' . esc_attr( $key ) . '" ' . selected( in_array( $key, $selections ), true, false ).'>' . $val . '</option>';
209
+ ?>
210
+ </select> </br><a class="select_all button" href="#"><?php _e( 'Select all', 'woocommerce' ); ?></a> <a class="select_none button" href="#"><?php _e( 'Select none', 'woocommerce' ); ?></a>
211
+ </td>
212
+ </tr><?php
213
+ }
214
+
215
+ public function persian_wc_gettext( $text ) {
216
+ static $replace, $keys;
217
+ global $wpdb;
218
+ if(!is_array($replace)) {
219
+ $replace = array();
220
+ $query = $wpdb->get_results("SELECT * FROM {$this->table_lang};");
221
+
222
+ if($wpdb->num_rows)
223
+ foreach($query as $txt)
224
+ $replace[$txt->text1] = $txt->text2;
225
+
226
+ $keys = array_keys($replace);
227
+ }
228
+
229
+ return str_replace($keys, $replace, $text);
230
+ }
231
+ }
readme.txt DELETED
@@ -1,126 +0,0 @@
1
- === Persian Woocommerce ===
2
- author: Persian Woocommerce
3
- Contributors: Persianscript, hannanstd, mahdiy
4
- author URI: http://www.woocommerce.ir/
5
- Donate link: http://woocommerce.ir/donate.html
6
- plugin URI: http://www.woocommerce.ir/download.html
7
- Tags: persian,parsi,parsian,persians,farsi,iran,woocommerce, persian woocommerce, woocommerce farsi, iran, iranian, rtl, fa_IR,states,iranian rials,iranian tomans, woocommerce.ir,affiliate, cart, checkout, commerce, configurable, digital, download, downloadable, e-commerce, ecommerce, inventory, reports, sales, sell, shipping, shop, shopping, stock, store, tax, variable, widgets, woothemes, wordpress ecommerce
8
- Requires at least: 4.0
9
- Tested up to: 4.5
10
- WC requires at least: 2.5
11
- WC tested up to: 2.5.5
12
-
13
- This plugin extends the WooCommerce shop plugin with complete Persian(Farsi) language packs
14
-
15
- == Description ==
16
- **Persian Woocommerce**
17
- This plugin extends the WooCommerce shop plugin with complete Persian(Farsi) language packs
18
-
19
- = Features =
20
- * Translate All part of woocommerce to Persian (farsi)
21
- * Enables Iran States in Woocommerce Settings and customers Orders!
22
- * Enables iranian Rials and Tomans Currency
23
- * Enables Replace the words
24
- * and...
25
-
26
- = Compatibility =
27
- * Woocommece 2.5.x
28
- * Wordpress 4.x
29
-
30
- = Support =
31
- * [Persian Support in woocommerce.ir](http://woocommerce.ir/)
32
-
33
- = Fa =
34
- * بسته فارسی ساز ووکامرس شما را قادر می سازد تا فروشگاه ساز ووکامرس را به فارسی تبدیل کنید.
35
- * با نصب این بسته می توانید:
36
- * واحد های پولی تومان ، ریال ، هزار تومان و هزار ریال
37
- * لیست استان های ایران
38
- * بخش کاربری و مدیریت ووکامرس به صورت فارسی
39
- * لیست شهر های ایران (جدید)
40
- * راست چین سازی بخش مدیریت فروشگاه
41
- * ابزار جایگزین کننده عبارات و ترجمه ها (جدید)
42
- * ابزار محدودیت فروش در استان های خاص (جدید)
43
- * ابزار متن دلخواه جایگزین قیمت محصولات (جدید)
44
- * و...
45
-
46
- == Installation ==
47
- 1. Upload `persian-woocommerce` folder to the `/wp-content/plugins/` directory
48
- 2. Activate the plugin through the 'Plugins' menu in WordPress
49
-
50
- == Frequently asked questions ==
51
-
52
- = Where can I find more information and documentation about the plug-in? =
53
-
54
- You can read complete documentations on the [woocommerce.ir](http://www.woocommerce.ir)
55
-
56
-
57
- == Changelog ==
58
- = 2.5 =
59
- * بروزرسانی فایل زبان و افزودن ابزار های تازه
60
- = 2.4.3 =
61
- * بروز رسانی فایل زبان و رفع باگ
62
- = 2.4.2 =
63
- * بروز رسانی فایل زبان و رفع باگ
64
- = 2.4.1 =
65
- * رفع باگ
66
- = 2.4.0 =
67
- * بهینه سازی کامل و باز نویسی و سازگاری با آخرین نسخه
68
- = 2.3.9.2 =
69
- * رفع باگ
70
- = 2.3.9.1 =
71
- * افزوده شدن امکان انتخاب شهر توسط کاربر
72
- = 2.3.9 =
73
- * افزوده شدن امکان انتخاب شهر توسط کاربر
74
- = 2.3.8 =
75
- * فارسی سازی عبارات جدید برای ووکامرس 2.3.8
76
- = 2.3.7 =
77
- * فارسی سازی عبارات جدید برای ووکامرس 2.3.7
78
- = 2.2.10 =
79
- * بروزرسانی تازه برای نسخه 2.2.10
80
- = 1.4 =
81
- * سازگاری با ووکامرس 2.2
82
- = 1.3 =
83
- * سازگاری با ووکامرس 2.1.2
84
- = 1.2 =
85
- * سازگاری با ووکارس 2.1
86
- = 1.1 =
87
- * رفع باگ
88
- = 1.0 =
89
- * نسخه اولیه
90
-
91
- == Upgrade Notice ==
92
- = 2.5 =
93
- * ابزارهای جدید و ترجمه جدید منتشر شد
94
- = 2.4.3 =
95
- * بروز رسانی فایل زبان و رفع باگ
96
- = 2.4.2 =
97
- * بروز رسانی فایل زبان و رفع باگ
98
- = 2.4.1 =
99
- * رفع باگ
100
- = 2.4.0 =
101
- * بهینه سازی کامل و باز نویسی و سازگاری با آخرین نسخه
102
- = 2.3.9.2 =
103
- * رفع باگ
104
- = 2.3.9.1 =
105
- * افزوده شدن امکان انتخاب شهر توسط کاربر
106
- = 2.3.9 =
107
- * افزوده شدن امکان انتخاب شهر توسط کاربر
108
- = 2.3.8 =
109
- * فارسی سازی عبارات جدید برای ووکامرس 2.3.8
110
- = 2.3.7 =
111
- * فارسی سازی عبارات جدید برای ووکامرس 2.3.7
112
- = 2.2.10 =
113
- * بروزرسانی تازه برای نسخه 2.2.10
114
- = 1.4 =
115
- * سازگاری با ووکامرس 2.2
116
- = 1.3 =
117
- * سازگاری با ووکامرس 2.1.2
118
- = 1.2 =
119
- * سازگاری با ووکارس 2.1
120
- = 1.1 =
121
- * رفع باگ
122
- = 1.0 =
123
- * نسخه اولیه
124
-
125
- ==Traducciones ==
126
- You can read complete documentations on the [woocommerce.ir](http://www.woocommerce.ir)
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
include/tools/class-call-for-price.php → tools/class-price.php RENAMED
@@ -3,17 +3,26 @@
3
  if ( ! defined( 'ABSPATH' ) )
4
  exit; // Exit if accessed directly
5
 
6
- if ( ! class_exists( 'PW_Call_For_Price' ) ) :
7
 
8
- class PW_Call_For_Price {
9
 
10
  public $options;
11
 
12
  public function __construct() {
13
  global $PW;
14
  $this->options = $PW->get_options();
15
- add_filter( 'woocommerce_empty_price_html', array( $this, 'on_empty_price' ), PHP_INT_MAX - 1 );
16
- add_filter( 'woocommerce_sale_flash', array( $this, 'hide_sales_flash' ), PHP_INT_MAX, 3 );
 
 
 
 
 
 
 
 
 
17
  }
18
 
19
  public function hide_sales_flash( $onsale_html, $post, $product ) {
@@ -35,10 +44,14 @@ class PW_Call_For_Price {
35
  elseif(is_home())
36
  return $this->options['call_for_price_text_on_home'];
37
  }
 
 
 
 
38
  }
39
 
40
  endif;
41
 
42
- return new PW_Call_For_Price();
43
 
44
  ?>
3
  if ( ! defined( 'ABSPATH' ) )
4
  exit; // Exit if accessed directly
5
 
6
+ if ( ! class_exists( 'PW_Price_Tools' ) ) :
7
 
8
+ class PW_Price_Tools {
9
 
10
  public $options;
11
 
12
  public function __construct() {
13
  global $PW;
14
  $this->options = $PW->get_options();
15
+
16
+ if($this->options['enable_call_for_price'] == 'yes'){
17
+ add_filter('woocommerce_empty_price_html', array( $this, 'on_empty_price' ), PHP_INT_MAX - 1 );
18
+ add_filter('woocommerce_sale_flash', array( $this, 'hide_sales_flash' ), PHP_INT_MAX, 3 );
19
+ }
20
+
21
+ if($this->options['persian_price'] == 'yes'){
22
+ add_filter('woocommerce_sale_price_html', array( $this, 'persian_number') );
23
+ add_filter('woocommerce_price_html', array( $this, 'persian_number') );
24
+ }
25
+
26
  }
27
 
28
  public function hide_sales_flash( $onsale_html, $post, $product ) {
44
  elseif(is_home())
45
  return $this->options['call_for_price_text_on_home'];
46
  }
47
+
48
+ public function persian_number($price){
49
+ return str_replace(range(0, 9), array('۰', '۱', '۲', '۳', '۴', '۵', '۶', '۷', '۸', '۹'), $price);
50
+ }
51
  }
52
 
53
  endif;
54
 
55
+ return new PW_Price_Tools();
56
 
57
  ?>