spree_i18n 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/README.md +15 -0
- data/config/locales/ca.yml +1207 -0
- data/config/locales/cs-CZ.yml +1206 -0
- data/config/locales/da.yml +1206 -0
- data/config/locales/de-CH.yml +1206 -0
- data/config/locales/de.yml +1206 -0
- data/config/locales/en-AU.yml +1206 -0
- data/config/locales/en-GB.yml +1206 -0
- data/config/locales/en-IN.yml +1206 -0
- data/config/locales/en-NZ.yml +1206 -0
- data/config/locales/es-MX.yml +1206 -0
- data/config/locales/es.yml +1206 -0
- data/config/locales/et.yml +1206 -0
- data/config/locales/fa.yml +1209 -0
- data/config/locales/fi.yml +1206 -0
- data/config/locales/fr.yml +1206 -0
- data/config/locales/il.yml +1206 -0
- data/config/locales/it.yml +1193 -0
- data/config/locales/ja/spree_api.yml +14 -0
- data/config/locales/ja/spree_auth.yml +46 -0
- data/config/locales/ja/spree_core.rb +16 -0
- data/config/locales/ja/spree_core.yml +1071 -0
- data/config/locales/ja/spree_dash.yml +5 -0
- data/config/locales/ja/spree_promo.yml +88 -0
- data/config/locales/ko.yml +1206 -0
- data/config/locales/lt.yml +1206 -0
- data/config/locales/lv.yml +1206 -0
- data/config/locales/nb-NO.yml +1206 -0
- data/config/locales/nl-BE.yml +1206 -0
- data/config/locales/nl.yml +1134 -0
- data/config/locales/pl.yml +1206 -0
- data/config/locales/pt-BR.yml +1206 -0
- data/config/locales/pt-PT.yml +1206 -0
- data/config/locales/ru.yml +1206 -0
- data/config/locales/sk.yml +1206 -0
- data/config/locales/sl-SI.yml +1206 -0
- data/config/locales/sv-SE.yml +1210 -0
- data/config/locales/th.yml +1206 -0
- data/config/locales/uk.yml +1206 -0
- data/config/locales/vn.yml +1206 -0
- data/config/locales/zh-CN.yml +1206 -0
- data/config/locales/zh-TW.yml +1206 -0
- data/default/spree_api.yml +21 -0
- data/default/spree_auth.yml +46 -0
- data/default/spree_core.yml +1123 -0
- data/default/spree_dash.yml +11 -0
- data/default/spree_promo.yml +92 -0
- data/lib/spree/i18n_utils.rb +50 -0
- data/lib/spree_i18n.rb +2 -0
- data/lib/spree_i18n/railtie.rb +24 -0
- data/lib/tasks/i18n.rake +107 -0
- metadata +224 -0
|
@@ -0,0 +1,1209 @@
|
|
|
1
|
+
# Persian translations( v1) for Spree
|
|
2
|
+
# by Amir Hossein Babaeian (amirh.babaeian@gmail.com)
|
|
3
|
+
# https://github.com/Amirhb
|
|
4
|
+
---
|
|
5
|
+
fa:
|
|
6
|
+
a_copy_of_all_mail_will_be_sent_to_the_following_addresses: یک کپی از نامه به آدرس های ذیل ارسال خواهد شد
|
|
7
|
+
abbreviation: مخفف
|
|
8
|
+
access_denied: "دسترسی امکان پذیر نیست"
|
|
9
|
+
account: حساب
|
|
10
|
+
account_updated: "حساب شما بروزرسانی شد!"
|
|
11
|
+
action: حرکت
|
|
12
|
+
actions:
|
|
13
|
+
cancel: لغو
|
|
14
|
+
create: ایجاد
|
|
15
|
+
destroy: پاک کردن
|
|
16
|
+
list: لیست
|
|
17
|
+
listing: لیست کردن
|
|
18
|
+
new: جدید
|
|
19
|
+
update: بروز رسانی
|
|
20
|
+
activate: "Activate"
|
|
21
|
+
active: "فعال"
|
|
22
|
+
activerecord:
|
|
23
|
+
attributes:
|
|
24
|
+
spree/address:
|
|
25
|
+
address1: Address
|
|
26
|
+
address2: "Address (contd.)"
|
|
27
|
+
city: City
|
|
28
|
+
country: "Country"
|
|
29
|
+
firstname: "First Name"
|
|
30
|
+
lastname: "Last Name"
|
|
31
|
+
phone: Phone
|
|
32
|
+
state: "State"
|
|
33
|
+
zipcode: "Zip Code"
|
|
34
|
+
spree/country:
|
|
35
|
+
iso: ISO
|
|
36
|
+
iso3: ISO3
|
|
37
|
+
iso_name: "ISO Name"
|
|
38
|
+
name: Name
|
|
39
|
+
numcode: "ISO Code"
|
|
40
|
+
spree/credit_card:
|
|
41
|
+
cc_type: Type
|
|
42
|
+
month: Month
|
|
43
|
+
number: Number
|
|
44
|
+
verification_value: "Verification Value"
|
|
45
|
+
year: Year
|
|
46
|
+
spree/inventory_unit:
|
|
47
|
+
state: State
|
|
48
|
+
spree/line_item:
|
|
49
|
+
price: Price
|
|
50
|
+
quantity: Quantity
|
|
51
|
+
spree/option_type:
|
|
52
|
+
name: Name
|
|
53
|
+
presentation: Presentation
|
|
54
|
+
spree/order:
|
|
55
|
+
checkout_complete: "Checkout Complete"
|
|
56
|
+
completed_at: "Completed At"
|
|
57
|
+
created_at: Order Date
|
|
58
|
+
email: Customer E-Mail
|
|
59
|
+
ip_address: "IP Address"
|
|
60
|
+
item_total: "Item Total"
|
|
61
|
+
number: Number
|
|
62
|
+
payment_state: Payment State
|
|
63
|
+
shipment_state: Shipment State
|
|
64
|
+
special_instructions: "Special Instructions"
|
|
65
|
+
state: State
|
|
66
|
+
total: Total
|
|
67
|
+
spree/order/bill_address:
|
|
68
|
+
address1: "Billing address street"
|
|
69
|
+
city: "Billing address city"
|
|
70
|
+
firstname: "Billing address first name"
|
|
71
|
+
lastname: "Billing address last name"
|
|
72
|
+
phone: "Billing address phone"
|
|
73
|
+
state: "Billing address state"
|
|
74
|
+
zipcode: "Billing address zipcode"
|
|
75
|
+
spree/order/ship_address:
|
|
76
|
+
address1: "Shipping address street"
|
|
77
|
+
city: "Shipping address city"
|
|
78
|
+
firstname: "Shipping address first name"
|
|
79
|
+
lastname: "Shipping address last name"
|
|
80
|
+
phone: "Shipping address phone"
|
|
81
|
+
state: "Shipping address state"
|
|
82
|
+
zipcode: "Shipping address zipcode"
|
|
83
|
+
spree/payment_method:
|
|
84
|
+
name: Name
|
|
85
|
+
spree/product:
|
|
86
|
+
available_on: "Available On"
|
|
87
|
+
cost_price: "Cost Price"
|
|
88
|
+
description: Description
|
|
89
|
+
master_price: "Master Price"
|
|
90
|
+
name: Name
|
|
91
|
+
on_demand: "On Demand"
|
|
92
|
+
on_hand: "On Hand"
|
|
93
|
+
shipping_category: "Shipping Category"
|
|
94
|
+
tax_category: "Tax Category"
|
|
95
|
+
spree/promotion:
|
|
96
|
+
advertise: Advertise
|
|
97
|
+
code: Code
|
|
98
|
+
description: Description
|
|
99
|
+
event_name: Event Name
|
|
100
|
+
expires_at: Expires At
|
|
101
|
+
name: Name
|
|
102
|
+
path: Path
|
|
103
|
+
starts_at: Starts At
|
|
104
|
+
usage_limit: Usage Limit
|
|
105
|
+
spree/property:
|
|
106
|
+
name: Name
|
|
107
|
+
presentation: Presentation
|
|
108
|
+
spree/prototype:
|
|
109
|
+
name: Name
|
|
110
|
+
spree/return_authorization:
|
|
111
|
+
amount: Amount
|
|
112
|
+
spree/role:
|
|
113
|
+
name: Name
|
|
114
|
+
spree/state:
|
|
115
|
+
abbr: Abbreviation
|
|
116
|
+
name: Name
|
|
117
|
+
spree/tax_category:
|
|
118
|
+
description: Description
|
|
119
|
+
name: Name
|
|
120
|
+
spree/tax_rate:
|
|
121
|
+
amount: Rate
|
|
122
|
+
included_in_price: Included in Price
|
|
123
|
+
show_rate_in_label: Show rate in label
|
|
124
|
+
spree/taxon:
|
|
125
|
+
name: Name
|
|
126
|
+
permalink: Permalink
|
|
127
|
+
position: Position
|
|
128
|
+
spree/taxonomy:
|
|
129
|
+
name: Name
|
|
130
|
+
spree/user:
|
|
131
|
+
email: Email
|
|
132
|
+
password: "Password"
|
|
133
|
+
password_confirmation: "Password Confirmation"
|
|
134
|
+
spree/variant:
|
|
135
|
+
cost_price: "Cost Price"
|
|
136
|
+
depth: Depth
|
|
137
|
+
height: Height
|
|
138
|
+
price: Price
|
|
139
|
+
sku: SKU
|
|
140
|
+
weight: Weight
|
|
141
|
+
width: Width
|
|
142
|
+
spree/zone:
|
|
143
|
+
description: Description
|
|
144
|
+
name: Name
|
|
145
|
+
models:
|
|
146
|
+
spree/address:
|
|
147
|
+
one: Address
|
|
148
|
+
other: Addresses
|
|
149
|
+
spree/cheque_payment:
|
|
150
|
+
one: Cheque Payment
|
|
151
|
+
other: Cheque Payments
|
|
152
|
+
spree/country:
|
|
153
|
+
one: Country
|
|
154
|
+
other: Countries
|
|
155
|
+
spree/credit_card:
|
|
156
|
+
one: "Credit Card"
|
|
157
|
+
other: "Credit Cards"
|
|
158
|
+
spree/creditcard_payment:
|
|
159
|
+
one: "Credit Card Payment"
|
|
160
|
+
other: "Credit Card Payments"
|
|
161
|
+
spree/creditcard_txn:
|
|
162
|
+
one: "Credit Card Transaction"
|
|
163
|
+
other: "Credit Card Transactions"
|
|
164
|
+
spree/inventory_unit:
|
|
165
|
+
one: "Inventory Unit"
|
|
166
|
+
other: "Inventory Units"
|
|
167
|
+
spree/line_item:
|
|
168
|
+
one: "Line Item"
|
|
169
|
+
other: "Line Items"
|
|
170
|
+
spree/order:
|
|
171
|
+
one: Order
|
|
172
|
+
other: Orders
|
|
173
|
+
spree/payment:
|
|
174
|
+
one: Payment
|
|
175
|
+
other: Payments
|
|
176
|
+
spree/product:
|
|
177
|
+
one: Product
|
|
178
|
+
other: Products
|
|
179
|
+
spree/property:
|
|
180
|
+
one: Property
|
|
181
|
+
other: Properties
|
|
182
|
+
spree/prototype:
|
|
183
|
+
one: Prototype
|
|
184
|
+
other: Prototypes
|
|
185
|
+
spree/return_authorization:
|
|
186
|
+
one: Return Authorization
|
|
187
|
+
other: Return Authorizations
|
|
188
|
+
spree/role:
|
|
189
|
+
one: Roles
|
|
190
|
+
other: Roles
|
|
191
|
+
spree/shipment:
|
|
192
|
+
one: Shipment
|
|
193
|
+
other: Shipments
|
|
194
|
+
spree/shipping_category:
|
|
195
|
+
one: "Shipping Category"
|
|
196
|
+
other: "Shipping Categories"
|
|
197
|
+
spree/state:
|
|
198
|
+
one: State
|
|
199
|
+
other: States
|
|
200
|
+
spree/tax_category:
|
|
201
|
+
one: "Tax Category"
|
|
202
|
+
other: "Tax Categories"
|
|
203
|
+
spree/tax_rate:
|
|
204
|
+
one: "Tax Rate"
|
|
205
|
+
other: "Tax Rates"
|
|
206
|
+
spree/taxon:
|
|
207
|
+
one: Taxon
|
|
208
|
+
other: Taxons
|
|
209
|
+
spree/taxonomy:
|
|
210
|
+
one: Taxonomy
|
|
211
|
+
other: Taxonomies
|
|
212
|
+
spree/user:
|
|
213
|
+
one: User
|
|
214
|
+
other: Users
|
|
215
|
+
spree/variant:
|
|
216
|
+
one: Variant
|
|
217
|
+
other: Variants
|
|
218
|
+
spree/zone:
|
|
219
|
+
one: Zone
|
|
220
|
+
other: Zones
|
|
221
|
+
add: افزودن
|
|
222
|
+
add_action_of_type: Add action of type
|
|
223
|
+
add_category: "افزودن دسته بندی"
|
|
224
|
+
add_country: "افزودن کشور"
|
|
225
|
+
add_new_header: "Add New Header"
|
|
226
|
+
add_new_style: "Add New Style"
|
|
227
|
+
add_option_type: "افزدون نوع"
|
|
228
|
+
add_option_types: "افزودن انواع"
|
|
229
|
+
add_option_value: "افزودن مقدار"
|
|
230
|
+
add_product: "افزودن محصول"
|
|
231
|
+
add_product_properties: "افزودن ویژگی های محصول"
|
|
232
|
+
add_rule_of_type: افزودن قانون نوع
|
|
233
|
+
add_scope: "افزودن حوزه"
|
|
234
|
+
add_state: "افزودن ایالت یا استان"
|
|
235
|
+
add_to_cart: "افزودن به سبد خرید"
|
|
236
|
+
add_zone: "افزودن ناحیه"
|
|
237
|
+
additional_item: قیمت آیتم اضافه شده
|
|
238
|
+
address: آدرس
|
|
239
|
+
address_information: "اطلاعات آدرس"
|
|
240
|
+
adjustment: تعدیل
|
|
241
|
+
adjustment_total: تعدیل کل
|
|
242
|
+
adjustments: تعدیلات
|
|
243
|
+
admin:
|
|
244
|
+
mail_methods:
|
|
245
|
+
send_testmail: 'Send Testmail'
|
|
246
|
+
testmail:
|
|
247
|
+
delivery_error: 'Testmail delivery error'
|
|
248
|
+
delivery_success: 'Testmail sent successfully'
|
|
249
|
+
error: 'Testmail error: %{e}'
|
|
250
|
+
administration: مدیریت
|
|
251
|
+
all: "همه"
|
|
252
|
+
all_departments: همه ی دپارتمان ها
|
|
253
|
+
allow_backorders: "مجوز ارائه پیش فروش"
|
|
254
|
+
allow_ssl_in_development_and_test: Allow SSL to be used when in development and test modes
|
|
255
|
+
allow_ssl_in_production: Allow SSL to be used in production mode
|
|
256
|
+
allow_ssl_in_staging: Allow SSL to be used in staging mode
|
|
257
|
+
allowed_ssl_in_production_mode: "SSL will %{not} be used in production"
|
|
258
|
+
already_registered: از پیش ثبت شده
|
|
259
|
+
alt_text: متن جایگزین
|
|
260
|
+
alternative_phone: تلفن جایگزین
|
|
261
|
+
amount: مقدار
|
|
262
|
+
analytics_trackers: ردگیرهای تحلیلی
|
|
263
|
+
and: and
|
|
264
|
+
apply: "اعمال کن"
|
|
265
|
+
are_you_sure: "آیا مطمئن هستید؟"
|
|
266
|
+
are_you_sure_category: "آیا مطمئن هستید که می خواهید این دسته بندی را پاک کنید؟"
|
|
267
|
+
are_you_sure_delete: "آیا مطمئن هستید که می خواهید این سطر را پاک کنید؟"
|
|
268
|
+
are_you_sure_delete_image: "آیا مطمئن هستید که می خواهید این تصویر را پاک کنید؟?"
|
|
269
|
+
are_you_sure_option_type: "آیا مطمئن هستید که می خواهید این نوع را پاک کنید؟?"
|
|
270
|
+
are_you_sure_you_want_to_capture: "Are you sure you want to capture?"
|
|
271
|
+
assign_taxon: "تخصیص نوع طبقه بندی"
|
|
272
|
+
assign_taxons: "تخصیص انواع طبقه بندی"
|
|
273
|
+
attachment_default_style: "Attachments Style"
|
|
274
|
+
attachment_default_url: "Attachments URL"
|
|
275
|
+
attachment_path: "Attachments Path"
|
|
276
|
+
attachment_styles: "Paperclip Styles"
|
|
277
|
+
authorization_failure: "خرابی در صدور مجوز"
|
|
278
|
+
authorized: مجاز
|
|
279
|
+
availability: "Availability"
|
|
280
|
+
available_on: "موجود است در"
|
|
281
|
+
available_taxons: "انواع موجود"
|
|
282
|
+
awaiting_return: Awaiting Return
|
|
283
|
+
back: برگشت
|
|
284
|
+
back_end: Back End
|
|
285
|
+
back_to_adjustments_list: "Back To Adjustments List"
|
|
286
|
+
back_to_images_list: "Back To Images List"
|
|
287
|
+
back_to_mail_methods_list: "Back To Mail Methods List"
|
|
288
|
+
back_to_option_tyles_list: "Back To Option Types List"
|
|
289
|
+
back_to_payment_methods_list: "Back To Payment Methods List"
|
|
290
|
+
back_to_payments_list: "Back To Payments List"
|
|
291
|
+
back_to_products_list: "Back To Products List"
|
|
292
|
+
back_to_promotions_list: "Back To Promotions List"
|
|
293
|
+
back_to_properties_list: "Back To Products List"
|
|
294
|
+
back_to_prototypes_list: "Back To Prototypes List"
|
|
295
|
+
back_to_reports_list: "Back To Reports List"
|
|
296
|
+
back_to_shipping_categories: "Back To Shipping Categories"
|
|
297
|
+
back_to_shipping_methods_list: "Back To Shipping Methods List"
|
|
298
|
+
back_to_states_list: "Back To States List"
|
|
299
|
+
back_to_store: "بازگشت به فروشگاه"
|
|
300
|
+
back_to_tax_categories_list: "Back To Tax Categories List"
|
|
301
|
+
back_to_taxonomies_list: "Back To Taxonomies List"
|
|
302
|
+
back_to_trackers_list: "Back To Trackers List"
|
|
303
|
+
back_to_zones_list: "Back To Zones List"
|
|
304
|
+
backordered: پیش فروش شده
|
|
305
|
+
backordering_is_allowed: #"Backordering %{not} allowed"
|
|
306
|
+
balance_due: "Balance Due"
|
|
307
|
+
bill_address: "آدرس"
|
|
308
|
+
billing: پرداخت
|
|
309
|
+
billing_address: "آدرس پرداخت"
|
|
310
|
+
both: هر دو
|
|
311
|
+
calculator: ماشین حساب
|
|
312
|
+
calculator_settings_warning: "اگر می خواهید نوع ماشین حساب را تغییر دهید، باید پیش از انجام تغییرات، حالت فعلی را ذخیره کنید"
|
|
313
|
+
cancel: لغو
|
|
314
|
+
cancel_my_account: حساب من را لغو کن
|
|
315
|
+
cancel_my_account_description: "ناراحتی؟"
|
|
316
|
+
canceled: لغو شد
|
|
317
|
+
cannot_create_payment_without_payment_methods: You cannot create a payment for an order without any payment methods defined.
|
|
318
|
+
cannot_create_returns: Cannot create returns as this order no shipped units.
|
|
319
|
+
cannot_perform_operation: "عملیات درخواستی قابل انجام نیست"
|
|
320
|
+
capture: Capture
|
|
321
|
+
card_code: "کد کارت"
|
|
322
|
+
card_details: "جزئیات کارت"
|
|
323
|
+
card_number: "شماره کارت"
|
|
324
|
+
card_type_is: نوع کارت
|
|
325
|
+
cart: سبد خرید
|
|
326
|
+
categories: دسته بندی ها
|
|
327
|
+
category: دسته بندی
|
|
328
|
+
change: تغییر
|
|
329
|
+
change_language: "تغییر زبان"
|
|
330
|
+
change_my_password: "تغییر رمز عبور"
|
|
331
|
+
charge_total: Charge Total
|
|
332
|
+
charged: Charged
|
|
333
|
+
charges: Charges
|
|
334
|
+
checkout: تصفیه حساب
|
|
335
|
+
cheque: چک
|
|
336
|
+
city: شهر
|
|
337
|
+
clone: Clone
|
|
338
|
+
code: کد
|
|
339
|
+
combine: Combine
|
|
340
|
+
complete: تکمیل
|
|
341
|
+
complete_list: "لیست کامل"
|
|
342
|
+
configuration: پیکربندی
|
|
343
|
+
configuration_options: "تنظیمات پیکربندی"
|
|
344
|
+
configurations: پیکربندی ها
|
|
345
|
+
configure_s3: "Configure S3"
|
|
346
|
+
configured: پیکربندی شده
|
|
347
|
+
confirm: تایید
|
|
348
|
+
confirm_delete: "تایید حذف"
|
|
349
|
+
confirm_password: "تکرار رمز عبور"
|
|
350
|
+
continue: ادامه
|
|
351
|
+
continue_shopping: "ادامه خرید"
|
|
352
|
+
copy_all_mails_to: همه ی نامه ها را کپی من به
|
|
353
|
+
cost_price: "قیمت"
|
|
354
|
+
count_of_reduced_by: "count of '%{name}' reduced by %{count}"
|
|
355
|
+
country: کشور
|
|
356
|
+
country_based: "بر حسب کشور"
|
|
357
|
+
coupon: کوپن
|
|
358
|
+
coupon_code: کد کوپن
|
|
359
|
+
coupon_code_applied: The coupon code was successfully applied to your order.
|
|
360
|
+
create: ایجاد
|
|
361
|
+
create_a_new_account: "ایجاد یک حساب جدید"
|
|
362
|
+
create_user_account: ایجاد حساب کاربری
|
|
363
|
+
created_successfully: "به صورت موفقیت آمیز ایجاد شد"
|
|
364
|
+
credit: اعتبار
|
|
365
|
+
credit_card: "کارت اعتباری"
|
|
366
|
+
credit_card_capture_complete: "Credit Card Was Captured"
|
|
367
|
+
credit_card_payment: "پرداخت با کارت اعتباری"
|
|
368
|
+
credit_cards: Credit Cards
|
|
369
|
+
credit_owed: "اعتبار مقروض"
|
|
370
|
+
credit_total: کل اعتبار
|
|
371
|
+
credits: اعتبارات
|
|
372
|
+
currency: Currency
|
|
373
|
+
currency_settings: "Currency Settings"
|
|
374
|
+
currency_symbol_position: "Put currency symbol before or after dollar amount?"
|
|
375
|
+
current: جاری
|
|
376
|
+
customer: مشتری
|
|
377
|
+
customer_details: "جزئیات مشتری"
|
|
378
|
+
customer_details_updated: "The customer's details have been updated."
|
|
379
|
+
customer_search: "جستجوی مشتری"
|
|
380
|
+
cut: Cut
|
|
381
|
+
date_completed: Date Completed
|
|
382
|
+
date_created: تاریخ ایجاد
|
|
383
|
+
date_range: "محدوده ی زمانی"
|
|
384
|
+
debit: Debit
|
|
385
|
+
default: پیش فرض
|
|
386
|
+
default_meta_description: Default Meta Description
|
|
387
|
+
default_meta_keywords: Default Meta Keywords
|
|
388
|
+
default_seo_title: Default Seo Title
|
|
389
|
+
default_tax: Default Tax
|
|
390
|
+
default_tax_zone: Default Tax Zone
|
|
391
|
+
defined_paperclip_styles: Defined Paperclip Styles
|
|
392
|
+
delete: حذف
|
|
393
|
+
delivery: تحویل
|
|
394
|
+
depth: عمق
|
|
395
|
+
description: توضیح
|
|
396
|
+
destroy: پاک کردن
|
|
397
|
+
didnt_receive_confirmation_instructions: "دستورالعمل تایید دریافت نشد؟"
|
|
398
|
+
didnt_receive_unlock_instructions: "دستورالعمل بازکردن قفل دریافت نشد؟"
|
|
399
|
+
discount_amount: "مقدار تخفیف"
|
|
400
|
+
dismiss_banner: "No. Thanks! I'm not interested, do not display this message again"
|
|
401
|
+
display: نمایش
|
|
402
|
+
display_currency: "Display currency"
|
|
403
|
+
dollar_amounts_displayed_as: "Dollar amounts displayed as %{example}"
|
|
404
|
+
edit: ویرایش
|
|
405
|
+
edit_general_settings: "ویرایش تنظیمات عمومی"
|
|
406
|
+
editing_billing_integration: Editing Billing Integration
|
|
407
|
+
editing_category: "ویرایش دسته بندی"
|
|
408
|
+
editing_mail_method: ویرایش متد نامه
|
|
409
|
+
editing_option_type: "ویرایش نوع انتخاب"
|
|
410
|
+
editing_option_types: "ویرایش انواع انتخاب"
|
|
411
|
+
editing_payment_method: ویرایش متد پرداخت
|
|
412
|
+
editing_product: "ویرایش محصول"
|
|
413
|
+
editing_product_group: "ویرایش گروه محصول"
|
|
414
|
+
editing_promotion: Editing Promotion
|
|
415
|
+
editing_property: "ویرایش اموال"
|
|
416
|
+
editing_prototype: "ویرایش نمونه اولیه"
|
|
417
|
+
editing_shipping_category: "ویرایش دسته بندی ارسال"
|
|
418
|
+
editing_shipping_method: "ویرایش روش ارسال"
|
|
419
|
+
editing_state: "ویرایش ایالت یا استان"
|
|
420
|
+
editing_tax_category: "ویرایش دسته بندی مالیات"
|
|
421
|
+
editing_tax_rate: "ویرایش نرخ مالیات"
|
|
422
|
+
editing_tracker: ویرایش ردگیر
|
|
423
|
+
editing_user: "ویرایش کاربر"
|
|
424
|
+
editing_zone: "ویرایش ناحیه"
|
|
425
|
+
email: ایمیل
|
|
426
|
+
email_address: "آدرس ایمیل"
|
|
427
|
+
email_server_settings_description: "تنظیم کردن سرور ایمیل"
|
|
428
|
+
empty: "خالی"
|
|
429
|
+
empty_cart: "سبد خرید خالی شود"
|
|
430
|
+
enable_login_via_login_password: "از ایمیل/رمز عبور استاندارد استفاده کن"
|
|
431
|
+
enable_login_via_openid: "در عوض از OpenID استفاده کن"
|
|
432
|
+
enable_mail_delivery: فعال سازی تحویل نامه
|
|
433
|
+
ending_in: "Ending in"
|
|
434
|
+
enter_at_least_five_letters: Enter at least five letters of customer name
|
|
435
|
+
enter_exactly_as_shown_on_card: لطفا به صورت دقیق طبق کارت، اطلاعات را وارد کنید
|
|
436
|
+
enter_password_to_confirm: "(ما به رمز عبور فعلی شما برای تایید تغییرات نیاز داریم)"
|
|
437
|
+
enter_token: Enter Token
|
|
438
|
+
environment: "محیط"
|
|
439
|
+
error: ایراد
|
|
440
|
+
error_user_destroy_with_orders: "Users with completed orders may not be deleted"
|
|
441
|
+
errors:
|
|
442
|
+
messages:
|
|
443
|
+
could_not_create_taxon: "امکان ایجاد نوع دسته بندی وجود ندارد"
|
|
444
|
+
no_payment_methods_available: "No payment methods are configured for this environment"
|
|
445
|
+
no_shipping_methods_available: "ارسال برای ناحیه انتخاب شده مقدور نمی باشد، لطفا منطقه ی دیگری را انتخاب کنید"
|
|
446
|
+
errors_prohibited_this_record_from_being_saved:
|
|
447
|
+
one: "یک ایراد مانع از انجام ذخیره سازی است"
|
|
448
|
+
other: "%{count} ایراد مانع از انجام ذخیره سازی است"
|
|
449
|
+
event: رویداد
|
|
450
|
+
events:
|
|
451
|
+
spree:
|
|
452
|
+
cart:
|
|
453
|
+
add: 'Add to cart'
|
|
454
|
+
checkout:
|
|
455
|
+
coupon_code_added: Coupon code added
|
|
456
|
+
content:
|
|
457
|
+
visited: Visit static content page
|
|
458
|
+
order:
|
|
459
|
+
contents_changed: "Order contents changed"
|
|
460
|
+
page_view: "Static page viewed"
|
|
461
|
+
user:
|
|
462
|
+
signup: 'User signup'
|
|
463
|
+
existing_customer: "مشتری کنونی"
|
|
464
|
+
expiration: "انقضاء"
|
|
465
|
+
expiration_month: "ماه انقضاء"
|
|
466
|
+
expiration_year: "سال انقضاء"
|
|
467
|
+
expiry: انقضاء
|
|
468
|
+
extension: الحاقی
|
|
469
|
+
extensions: الحاقیات
|
|
470
|
+
filename: نام فایل
|
|
471
|
+
final_confirmation: "تایید نهایی"
|
|
472
|
+
finalize: نهایی کردن
|
|
473
|
+
finalized_payments: پرداخت های نهایی شده
|
|
474
|
+
first_item: هزینه اولین آیتم
|
|
475
|
+
first_name: "نام"
|
|
476
|
+
first_name_begins_with: "حرف آغازین نام"
|
|
477
|
+
flat_percent: "Flat Percent"
|
|
478
|
+
flat_rate_amount: مقدار
|
|
479
|
+
flat_rate_per_item: "Flat Rate (per item)"
|
|
480
|
+
flat_rate_per_order: "Flat Rate (per order)"
|
|
481
|
+
flexible_rate: "Flexible Rate"
|
|
482
|
+
forgot_password: "آیا رمز عبور را فراموش کرده اید؟"
|
|
483
|
+
free_shipping: ارسال رایگان
|
|
484
|
+
from_state: از ایالت یا استان
|
|
485
|
+
front_end: Front End
|
|
486
|
+
full_name: "نام و نام خانوادگی"
|
|
487
|
+
gateway: درگاه
|
|
488
|
+
gateway_config_unavailable: "درگاه برای این محیط در دسترس نیست"
|
|
489
|
+
gateway_configuration: "پیکربندی درگاه"
|
|
490
|
+
gateway_error: "ایراد درگاه"
|
|
491
|
+
gateway_setting_description: "یک درگاه پرداخت انتخاب کرده و تنظیمات آن را انجام دهید"
|
|
492
|
+
gateway_settings_warning: "اگر نوع درگاه را تغییر می دهید، قبل از ویرایش تنظیمات درگاه، ابتدا آن را ذخیره کنید"
|
|
493
|
+
general: "عمومی"
|
|
494
|
+
general_settings: "تنظیمات عمومی"
|
|
495
|
+
general_settings_description: "پیکربندی تنظیمات کلی Spree"
|
|
496
|
+
google_analytics: "Google Analytics"
|
|
497
|
+
google_analytics_active: "فعال"
|
|
498
|
+
google_analytics_create: "Create New Google Analytics Account"
|
|
499
|
+
google_analytics_id: "Analytics ID"
|
|
500
|
+
google_analytics_new: "New Google Analytics Account"
|
|
501
|
+
google_analytics_setting_description: "Manage Google Analytics ID."
|
|
502
|
+
guest_checkout: تصفیه حساب میهمان
|
|
503
|
+
guest_user_account: تصفیه حساب به عنوان کاربر میهمان
|
|
504
|
+
has_no_shipped_units: has no shipped units
|
|
505
|
+
height: ارتفاع
|
|
506
|
+
hello_user: "سلام کاربر گرامی"
|
|
507
|
+
history: تاریخ
|
|
508
|
+
home: "صفحه اصلی"
|
|
509
|
+
icon: "آیکون"
|
|
510
|
+
icons_by: "آیکون توسط"
|
|
511
|
+
image: تصویر
|
|
512
|
+
image_settings: "Image Settings"
|
|
513
|
+
image_settings_description: "Image Settings Description"
|
|
514
|
+
image_settings_updated: "Image Settings successfully updated."
|
|
515
|
+
image_settings_warning: "You will need to regenerate thumbnails if you update the paperclip styles. Use rake paperclip:refresh:thumbnails to do this."
|
|
516
|
+
images: تصاویر
|
|
517
|
+
images_for: "تصاویر برای"
|
|
518
|
+
in_progress: "در حال پیشرفت"
|
|
519
|
+
include_in_shipment: مشمول ارسال شود
|
|
520
|
+
included_in_other_shipment: مشمول ارسال دیگری است
|
|
521
|
+
included_in_price: Included in Price
|
|
522
|
+
included_in_this_shipment: مشمول همین ارسال است
|
|
523
|
+
included_price_validation: "cannot be selected unless you have set a Default Tax Zone"
|
|
524
|
+
instructions_to_reset_password: "فرم زیر را کامل کنید، طریقه ایجاد رمز عبور جدید برای شما ایمیل خواهد شد"
|
|
525
|
+
insufficient_stock: "Insufficient stock available, only %{on_hand} remaining"
|
|
526
|
+
integration_settings_warning: "If you are changing the billing integration, you must save first before you can edit the integration settings"
|
|
527
|
+
intercept_email_address: Intercept Email Address
|
|
528
|
+
intercept_email_instructions: "Override email recipient and replace with this address."
|
|
529
|
+
invalid_search: "معیار جستجو نامعتبر است"
|
|
530
|
+
inventory: انبار
|
|
531
|
+
inventory_adjustment: "تعدیلات انبار"
|
|
532
|
+
inventory_setting_description: "Inventory Configuration, Backordering, Zero-Stock Display."
|
|
533
|
+
inventory_settings: "تنظیمات انبار"
|
|
534
|
+
is_not_available_to_shipment_address: is not available to shipment address
|
|
535
|
+
issue_number: Issue Number
|
|
536
|
+
item: آیتم
|
|
537
|
+
item_description: "توضیحات آیتم"
|
|
538
|
+
item_total: "کل آیتم ها"
|
|
539
|
+
item_total_rule:
|
|
540
|
+
operators:
|
|
541
|
+
gt: بیشتر از
|
|
542
|
+
gte: بیشتر از یا مساوی با
|
|
543
|
+
landing_page_rule:
|
|
544
|
+
path: Path
|
|
545
|
+
last_name: "نام خانوادگی"
|
|
546
|
+
last_name_begins_with: "حرف آغازین نام خانوادگی"
|
|
547
|
+
learn_more: Learn More
|
|
548
|
+
leave_blank_to_not_change: "(اگر قصد تغییر ندارید، اینجا را خالی بگذارید)"
|
|
549
|
+
list: لیست
|
|
550
|
+
listing_categories: "لیست کردن دسته بندی ها"
|
|
551
|
+
listing_option_types: "لیست کردن انواع"
|
|
552
|
+
listing_orders: "لیست کردن سفارش ها"
|
|
553
|
+
listing_product_groups: "لیست کردن گروه های محصول"
|
|
554
|
+
listing_products: "Listing Products"
|
|
555
|
+
listing_reports: "لیست کردن گزارش ها"
|
|
556
|
+
listing_tax_categories: "لیست کردن دسته بندی های مالیات"
|
|
557
|
+
listing_users: "لیست کردن کاربران"
|
|
558
|
+
live: "زنده"
|
|
559
|
+
loading: در حال بارگذاری
|
|
560
|
+
locale_changed: "(زبان سایت به فارسی تغییر کرد)"
|
|
561
|
+
logged_in_as: "شما وارد شدید به عنوان"
|
|
562
|
+
logged_in_succesfully: "ورود موفقیت آمیز بود"
|
|
563
|
+
logged_out: "شما خارج شدید"
|
|
564
|
+
login: ورود
|
|
565
|
+
login_as_existing: "Log In as Existing Customer"
|
|
566
|
+
login_failed: "ورود شما موفقیت آمیز نبود"
|
|
567
|
+
login_name: ورود
|
|
568
|
+
logout: خروج
|
|
569
|
+
look_for_similar_items: جستجوی اقلام مشابه
|
|
570
|
+
maestro_or_solo_cards: Maestro/Solo cards
|
|
571
|
+
mail_delivery_enabled: "تحویل نامه فعال است"
|
|
572
|
+
mail_delivery_not_enabled: "تحویل نامه غیرفعال است"
|
|
573
|
+
mail_methods: متدهای نامه
|
|
574
|
+
mail_server_preferences: تنظیمات سرور میل
|
|
575
|
+
make_refund: Make refund
|
|
576
|
+
mark_shipped: "ارسال شده"
|
|
577
|
+
master_price: "Master قیمت"
|
|
578
|
+
match_choices:
|
|
579
|
+
all: "All"
|
|
580
|
+
none: "None"
|
|
581
|
+
one: "One"
|
|
582
|
+
match_rule: "Products That Must Match:"
|
|
583
|
+
max_items: حداکثر اقلام
|
|
584
|
+
meta_description: "Meta Description"
|
|
585
|
+
meta_keywords: "Meta Keywords"
|
|
586
|
+
metadata: "Metadata"
|
|
587
|
+
minimal_amount: "حداقل مقدار"
|
|
588
|
+
missing_required_information: "اطلاعات لازم از دست رفته"
|
|
589
|
+
month: "ماه"
|
|
590
|
+
more: More
|
|
591
|
+
my_account: "حساب من"
|
|
592
|
+
my_orders: "سفارش های من"
|
|
593
|
+
name: نامه
|
|
594
|
+
name_or_sku: "Name or SKU"
|
|
595
|
+
new: جدید
|
|
596
|
+
new_adjustment: "تعدیل جدید"
|
|
597
|
+
new_billing_integration: New Billing Integration
|
|
598
|
+
new_category: "دسته بندی جدید"
|
|
599
|
+
new_customer: "مشتری جدید"
|
|
600
|
+
new_group: New Group
|
|
601
|
+
new_image: "تصویر جدید"
|
|
602
|
+
new_mail_method: متد میل جدید
|
|
603
|
+
new_option_type: "نوع جدید"
|
|
604
|
+
new_option_value: "مقدار جدید"
|
|
605
|
+
new_order: "سفارش جدید"
|
|
606
|
+
new_order_completed: "سفارش جدید کامل شد"
|
|
607
|
+
new_payment: "پرداخت جدید"
|
|
608
|
+
new_payment_method: متد پرداخت جدید
|
|
609
|
+
new_product: "محصول جدید"
|
|
610
|
+
new_product_group: گروه محصول جدید
|
|
611
|
+
new_promotion: New Promotion
|
|
612
|
+
new_property: "ویژگی جدید"
|
|
613
|
+
new_prototype: "نمونه اولیه جدید"
|
|
614
|
+
new_return_authorization: New Return Authorization
|
|
615
|
+
new_shipment: "ارسال جدید"
|
|
616
|
+
new_shipping_category: "دسته بندی ارسال جدید"
|
|
617
|
+
new_shipping_method: "متد ارسال جدید"
|
|
618
|
+
new_state: "ایالت جدید"
|
|
619
|
+
new_tax_category: "دسته بندی مالیات جدید"
|
|
620
|
+
new_tax_rate: "نرخ مالیات جدید"
|
|
621
|
+
new_taxon: "New Taxon"
|
|
622
|
+
new_taxonomy: "New Taxonomy"
|
|
623
|
+
new_tracker: ردگیر جدید
|
|
624
|
+
new_user: "کاربر جدید"
|
|
625
|
+
new_variant: "New Variant"
|
|
626
|
+
new_zone: "ناحیه جدید"
|
|
627
|
+
next: بعدی
|
|
628
|
+
no: "No"
|
|
629
|
+
no_items_in_cart: "سبد خرید خالی است"
|
|
630
|
+
no_match_found: "هیچ موردی یافت نشد"
|
|
631
|
+
no_products_found: "هیچ محصولی یافت نشد"
|
|
632
|
+
no_results: "بدون نتیجه"
|
|
633
|
+
no_rules_added: No rules added
|
|
634
|
+
no_user_found: "هیچ کاربری با این آدرس ایمیل یافت نشد"
|
|
635
|
+
none: هیچکدام
|
|
636
|
+
none_available: "موجود نیست"
|
|
637
|
+
normal_amount: "مقدار نرمال"
|
|
638
|
+
not: not
|
|
639
|
+
not_available: "N/A"
|
|
640
|
+
not_found: "%{resource} is not found"
|
|
641
|
+
not_shown: "Not Shown"
|
|
642
|
+
note: Note
|
|
643
|
+
notice_messages:
|
|
644
|
+
option_type_removed: "Succesfully removed option type."
|
|
645
|
+
product_cloned: "Product has been cloned"
|
|
646
|
+
product_deleted: "محصول حذف شد"
|
|
647
|
+
product_not_cloned: "Product could not be cloned"
|
|
648
|
+
product_not_deleted: "نمی توان این محصول را حذف کرد"
|
|
649
|
+
variant_deleted: "Variant has been deleted"
|
|
650
|
+
variant_not_deleted: "Variant could not be deleted"
|
|
651
|
+
on_hand: "On Hand"
|
|
652
|
+
one_default_category_with_default_tax_rate: "You should configure exactly one default category with your countries default tax rate"
|
|
653
|
+
operation: عملیات
|
|
654
|
+
option_type: "Option Type"
|
|
655
|
+
option_types: "Option Types"
|
|
656
|
+
option_value: "Option Value"
|
|
657
|
+
option_values: "Option Values"
|
|
658
|
+
options: Options
|
|
659
|
+
or: یا
|
|
660
|
+
or_over_price: "%{price} or over"
|
|
661
|
+
order: سفارش
|
|
662
|
+
order_adjustments: "Order adjustments"
|
|
663
|
+
order_confirmation_note: ""
|
|
664
|
+
order_date: "تاریخ سفارش"
|
|
665
|
+
order_details: "جزئیات سفارش"
|
|
666
|
+
order_email_resent: "Order Email Resent"
|
|
667
|
+
order_mailer:
|
|
668
|
+
cancel_email:
|
|
669
|
+
dear_customer: "Dear Customer,"
|
|
670
|
+
instructions: "Your order has been CANCELED. Please retain this cancellation information for your records."
|
|
671
|
+
order_summary_canceled: "Order Summary [CANCELED]"
|
|
672
|
+
subject: "لغو سفارش"
|
|
673
|
+
subtotal: "Subtotal:"
|
|
674
|
+
total: "Order Total:"
|
|
675
|
+
confirm_email:
|
|
676
|
+
dear_customer: "Dear Customer,"
|
|
677
|
+
instructions: "Please review and retain the following order information for your records."
|
|
678
|
+
order_summary: "Order Summary"
|
|
679
|
+
subject: "تایید سفارش"
|
|
680
|
+
subtotal: "Subtotal:"
|
|
681
|
+
thanks: "Thank you for your business."
|
|
682
|
+
total: "Order Total:"
|
|
683
|
+
order_not_in_system: شماره سفارش در این سایت فاقد اعتبار است
|
|
684
|
+
order_number: سفارش
|
|
685
|
+
order_operation_authorize: Authorize
|
|
686
|
+
order_processed_but_following_items_are_out_of_stock: "سفارش شما پردازش شد، ولی اقلام ذیل موجود نمی باشند:"
|
|
687
|
+
order_processed_successfully: "سفارش شما به طور موفقیت آمیز پردازش شد"
|
|
688
|
+
order_state:
|
|
689
|
+
address: آدرس
|
|
690
|
+
adjustments: تعدیلات
|
|
691
|
+
awaiting_return: awaiting return
|
|
692
|
+
canceled: لغو شد
|
|
693
|
+
cart: سبد خرید
|
|
694
|
+
complete: تکمیل
|
|
695
|
+
confirm: تایید
|
|
696
|
+
delivery: تحویل
|
|
697
|
+
payment: پرداخت
|
|
698
|
+
resumed: resumed
|
|
699
|
+
returned: برگشت خورد
|
|
700
|
+
skrill: skrill
|
|
701
|
+
order_summary: خلاصه سفارش
|
|
702
|
+
order_sure_want_to: #"Are you sure you want to %{event} this order?"
|
|
703
|
+
order_total: "کل سفارش"
|
|
704
|
+
order_total_message: "The total amount charged to your card will be"
|
|
705
|
+
order_updated: "سفارش بروز رسانی شد"
|
|
706
|
+
orders: سفارشات
|
|
707
|
+
other_payment_options: دیگر روش های پرداخت
|
|
708
|
+
out_of_stock: "موجودی نداریم"
|
|
709
|
+
over_paid: "Over Paid"
|
|
710
|
+
overview: مرور کلی
|
|
711
|
+
page_only_viewable_when_logged_in: You attempted to visit a page which can only be viewed when you are logged in
|
|
712
|
+
page_only_viewable_when_logged_out: You attempted to visit a page which can only be viewed when you are logged out
|
|
713
|
+
pagination:
|
|
714
|
+
next_page: "next page »"
|
|
715
|
+
previous_page: "« previous page"
|
|
716
|
+
truncate: "…"
|
|
717
|
+
paid: پرداخت شد
|
|
718
|
+
parent_category: "دسته بندی والد"
|
|
719
|
+
password: رمز عبور
|
|
720
|
+
password_reset_instructions: "دستورالعمل ریست رمز عبور"
|
|
721
|
+
password_reset_instructions_are_mailed: "دستورالعمل ریست رمز عبور به ایمیل شما ارسال شد. لطفا ایمیل خود را چک کنید"
|
|
722
|
+
password_reset_token_not_found: "We're sorry, but we could not locate your account. If you are having issues try copying and pasting the URL from your email into your browser or restarting the reset password process."
|
|
723
|
+
password_updated: "رمز عبور بروز رسانی شد"
|
|
724
|
+
paste: Paste
|
|
725
|
+
path: Path
|
|
726
|
+
pay: pay
|
|
727
|
+
payment: پرداخت
|
|
728
|
+
payment_actions: "Actions"
|
|
729
|
+
payment_gateway: "درگاه پرداخت"
|
|
730
|
+
payment_information: "اطلاعات پرداخت"
|
|
731
|
+
payment_method: روش پرداخت
|
|
732
|
+
payment_methods: روش های پرداخت
|
|
733
|
+
payment_methods_setting_description: روش های پرداخت مشتری را پیکربندی کنید
|
|
734
|
+
payment_processing_failed: "پردازش پرداخت با مشکل مواجه شد. لطفا اطلاعات ورودی خود را کنترل کنید"
|
|
735
|
+
payment_processor_choose_banner_text: "If you need help choosing a payment processor, please visit"
|
|
736
|
+
payment_processor_choose_link: "our payments page"
|
|
737
|
+
payment_state: وضعیت پرداخت
|
|
738
|
+
payment_states:
|
|
739
|
+
balance_due: balance due
|
|
740
|
+
checkout: تصفیه حساب
|
|
741
|
+
completed: تکمیل شده
|
|
742
|
+
credit_owed: credit owed
|
|
743
|
+
failed: failed
|
|
744
|
+
paid: پرداخت شده
|
|
745
|
+
pending: معلق
|
|
746
|
+
processing: در حال پردازش
|
|
747
|
+
void: void
|
|
748
|
+
payment_updated: پرداخت بروز رسانی شد
|
|
749
|
+
payments: پرداخت ها
|
|
750
|
+
pending_payments: پرداخت های معلق
|
|
751
|
+
percent_per_item: Percent Per Item
|
|
752
|
+
permalink: Permalink
|
|
753
|
+
phone: تلفن
|
|
754
|
+
place_order: انجام سفارش
|
|
755
|
+
please_create_user: "لطفا یک حساب کاربری ایجاد کنید"
|
|
756
|
+
please_define_payment_methods: "Please define some payment methods first."
|
|
757
|
+
populate_get_error: "Something went wrong. Please try adding the item again."
|
|
758
|
+
powered_by: "Powered by"
|
|
759
|
+
presentation: Presentation
|
|
760
|
+
preview: پیش نمایش
|
|
761
|
+
previous: قبلی
|
|
762
|
+
price: قیمت
|
|
763
|
+
price_range: Price Range
|
|
764
|
+
price_sack: Price Sack
|
|
765
|
+
problem_authorizing_card: "Problem authorizing credit card"
|
|
766
|
+
problem_capturing_card: "Problem capturing credit card"
|
|
767
|
+
problems_processing_order: "پردازش سفارش شما با مشکل مواجه شد"
|
|
768
|
+
proceed_as_guest: "نه متشکرم، به عنوان کاربر میهمان ادامه می دهم"
|
|
769
|
+
process: پردازش
|
|
770
|
+
product: محصول
|
|
771
|
+
product_details: "اطلاعات محصول"
|
|
772
|
+
product_group: گروه محصول
|
|
773
|
+
product_group_invalid: Product Group has invalid scopes
|
|
774
|
+
product_groups: گروه های محصول
|
|
775
|
+
product_has_no_description: این محصول فاقد توضیحات است
|
|
776
|
+
product_properties: "ویژگی های محصول"
|
|
777
|
+
product_rule:
|
|
778
|
+
choose_products: محصولات را انتخاب کنید
|
|
779
|
+
label: "Order must contain %{select} of these products"
|
|
780
|
+
match_all: همه
|
|
781
|
+
match_any: حداقل یکی
|
|
782
|
+
product_source:
|
|
783
|
+
group: از گروه محصول
|
|
784
|
+
manual: انتخاب دستی
|
|
785
|
+
product_scopes:
|
|
786
|
+
groups:
|
|
787
|
+
price:
|
|
788
|
+
description: "Scopes for selecting products based on Price"
|
|
789
|
+
name: قیمت
|
|
790
|
+
search:
|
|
791
|
+
description: "Scopes for selecting products based on name, keywords and description of product"
|
|
792
|
+
name: "جستجوی متنی"
|
|
793
|
+
taxon:
|
|
794
|
+
description: "Scopes for selecting products based on Taxons"
|
|
795
|
+
name: Taxon
|
|
796
|
+
values:
|
|
797
|
+
description: "Scopes for selecting products based on option and property values"
|
|
798
|
+
name: مقادیر
|
|
799
|
+
scopes:
|
|
800
|
+
ascend_by_name:
|
|
801
|
+
name: Ascend by product name
|
|
802
|
+
ascend_by_updated_at:
|
|
803
|
+
name: Ascend by actualization date
|
|
804
|
+
descend_by_name:
|
|
805
|
+
name: Descend by product name
|
|
806
|
+
descend_by_updated_at:
|
|
807
|
+
name: Descend by actualization date
|
|
808
|
+
in_name:
|
|
809
|
+
args:
|
|
810
|
+
words: Words
|
|
811
|
+
description: "(separated by space or comma)"
|
|
812
|
+
name: "Product name have following"
|
|
813
|
+
sentence: product name contain <em>%s</em>
|
|
814
|
+
in_name_or_description:
|
|
815
|
+
args:
|
|
816
|
+
words: Words
|
|
817
|
+
description: "(separated by space or comma)"
|
|
818
|
+
name: "Product name or description have following"
|
|
819
|
+
sentence: name or description contain <em>%s</em>
|
|
820
|
+
in_name_or_keywords:
|
|
821
|
+
args:
|
|
822
|
+
words: Words
|
|
823
|
+
description: "(separated by space or comma)"
|
|
824
|
+
name: "Product name or meta keywords have following"
|
|
825
|
+
sentence: name or keywords contain <em>%s</em>
|
|
826
|
+
in_taxons:
|
|
827
|
+
args:
|
|
828
|
+
"taxon_names": "Taxon names"
|
|
829
|
+
description: "Taxon names have to be separated by comma or space(eg. adidas,shoes)"
|
|
830
|
+
name: "In taxons and all their descendants"
|
|
831
|
+
sentence: in <em>%s</em> and all their descendants
|
|
832
|
+
master_price_gte:
|
|
833
|
+
args:
|
|
834
|
+
amount: Amount
|
|
835
|
+
description: ""
|
|
836
|
+
name: "Master price greater or equal to"
|
|
837
|
+
sentence: price greater or equal to <em>%.2f</em>
|
|
838
|
+
master_price_lte:
|
|
839
|
+
args:
|
|
840
|
+
amount: Amount
|
|
841
|
+
description: ""
|
|
842
|
+
name: "Master price lesser or equal to"
|
|
843
|
+
sentence: price less or equal to <em>%.2f</em>
|
|
844
|
+
price_between:
|
|
845
|
+
args:
|
|
846
|
+
high: High
|
|
847
|
+
low: Low
|
|
848
|
+
description: ""
|
|
849
|
+
name: "Price between"
|
|
850
|
+
sentence: price between <em>%.2f</em> and <em>%.2f</em>
|
|
851
|
+
taxons_name_eq:
|
|
852
|
+
args:
|
|
853
|
+
taxon_name: "Taxon name"
|
|
854
|
+
description: "In specific taxon - without descendants"
|
|
855
|
+
name: "In Taxon(without descendants)"
|
|
856
|
+
sentence: in <em>%s</em>
|
|
857
|
+
with:
|
|
858
|
+
args:
|
|
859
|
+
value: Value
|
|
860
|
+
description: "Selects all products that have at least one variant that have specified value as either option or property (eg. red)"
|
|
861
|
+
name: With value
|
|
862
|
+
sentence: with value <em>%s</em>
|
|
863
|
+
with_ids:
|
|
864
|
+
args:
|
|
865
|
+
ids: IDs
|
|
866
|
+
description: "Select specific products"
|
|
867
|
+
name: Products with IDs
|
|
868
|
+
sentence: with IDs <em>%s</em>
|
|
869
|
+
with_option:
|
|
870
|
+
args:
|
|
871
|
+
option: Option
|
|
872
|
+
description: "Selects all products that have specified option(eg. color)"
|
|
873
|
+
name: "With option"
|
|
874
|
+
sentence: with option <em>%s</em>
|
|
875
|
+
with_option_value:
|
|
876
|
+
args:
|
|
877
|
+
option: Option
|
|
878
|
+
value: Value
|
|
879
|
+
description: "Selects all products that have at least one variant with specified option and value(eg. color:red)"
|
|
880
|
+
name: "With option and value"
|
|
881
|
+
sentence: with option <em>%s</em> and value <em>%s</em>
|
|
882
|
+
with_property:
|
|
883
|
+
args:
|
|
884
|
+
property: Property
|
|
885
|
+
description: "Selects all products that have specified property(eg. weight)"
|
|
886
|
+
name: "With property"
|
|
887
|
+
sentence: with property <em>%s</em>
|
|
888
|
+
with_property_value:
|
|
889
|
+
args:
|
|
890
|
+
property: Property
|
|
891
|
+
value: Value
|
|
892
|
+
description: "Selects all products that have at least one variant with specified property and value(eg. weight:10kg)"
|
|
893
|
+
name: "With property value"
|
|
894
|
+
sentence: with property <em>%s</em> and value <em>%s</em>
|
|
895
|
+
products: Products
|
|
896
|
+
products_with_zero_inventory_display: #"Products with a zero inventory will %{not} be displayed"
|
|
897
|
+
promotion: Promotion
|
|
898
|
+
promotion_action: Promotion Action
|
|
899
|
+
promotion_action_types:
|
|
900
|
+
create_adjustment:
|
|
901
|
+
description: Creates a promotion credit adjustment on the order
|
|
902
|
+
name: Create adjustment
|
|
903
|
+
create_line_items:
|
|
904
|
+
description: Populates the cart with the specified quantity of variant
|
|
905
|
+
name: Create line items
|
|
906
|
+
give_store_credit:
|
|
907
|
+
description: Gives the user store credit of the amount specified
|
|
908
|
+
name: Give store credit
|
|
909
|
+
promotion_actions: Actions
|
|
910
|
+
promotion_form:
|
|
911
|
+
match_policies:
|
|
912
|
+
all: Match any of these rules
|
|
913
|
+
any: Match all of these rules
|
|
914
|
+
promotion_not_found: The coupon code you entered doesn't exist. Please try again.
|
|
915
|
+
promotion_rule: Promotion Rule
|
|
916
|
+
promotion_rule_types:
|
|
917
|
+
first_order:
|
|
918
|
+
description: Must be the customer's first order
|
|
919
|
+
name: First order
|
|
920
|
+
item_total:
|
|
921
|
+
description: Order total meets these criteria
|
|
922
|
+
name: Item total
|
|
923
|
+
landing_page:
|
|
924
|
+
description: Customer must have visited the specified page
|
|
925
|
+
name: Landing Page
|
|
926
|
+
product:
|
|
927
|
+
description: Order includes specified product(s)
|
|
928
|
+
name: Product(s)
|
|
929
|
+
user:
|
|
930
|
+
description: Available only to the specified users
|
|
931
|
+
name: User
|
|
932
|
+
user_logged_in:
|
|
933
|
+
description: Available only to logged in users
|
|
934
|
+
name: User Logged In
|
|
935
|
+
promotions: Promotions
|
|
936
|
+
promotions_description: Manage offers and coupons with promotions
|
|
937
|
+
properties: Properties
|
|
938
|
+
property: Property
|
|
939
|
+
prototype: Prototype
|
|
940
|
+
prototypes: Prototypes
|
|
941
|
+
provider: "Provider"
|
|
942
|
+
provider_settings_warning: "If you are changing the provider type, you must save first before you can edit the provider settings"
|
|
943
|
+
qty: تعداد
|
|
944
|
+
quantity_returned: Quantity Returned
|
|
945
|
+
quantity_shipped: Quantity Shipped
|
|
946
|
+
range: "Range"
|
|
947
|
+
rate: Rate
|
|
948
|
+
reason: Reason
|
|
949
|
+
recalculate_order_total: "Recalculate order total"
|
|
950
|
+
receive: receive
|
|
951
|
+
received: دریافت شد
|
|
952
|
+
refund: Refund
|
|
953
|
+
register: به عنوان کاربر جدید ثبت نام کنید
|
|
954
|
+
register_or_guest: ثبت نام کنید یا به عنوان کاربر میهمان تصفیه حساب کنید
|
|
955
|
+
registration: ثبت نام
|
|
956
|
+
remember_me: "من را به یاد بسپار"
|
|
957
|
+
remove: Remove
|
|
958
|
+
rename: Rename
|
|
959
|
+
reports: گزارشات
|
|
960
|
+
required_for_solo_and_maestro: Required for Solo and Maestro cards.
|
|
961
|
+
resend: Resend
|
|
962
|
+
resend_confirmation_instructions: "Resend confirmation instructions"
|
|
963
|
+
resend_unlock_instructions: "Resend unlock instructions"
|
|
964
|
+
reset_password: "ریست رمز عبور"
|
|
965
|
+
resource_controller:
|
|
966
|
+
member_object_not_found: "Member object not found."
|
|
967
|
+
successfully_created: "!به صورت موفقیت آمیز ایجاد شد"
|
|
968
|
+
successfully_removed: "Successfully removed!"
|
|
969
|
+
successfully_updated: "!به صورت موفقیت آمیز بروز رسانی شد"
|
|
970
|
+
response_code: "Response Code"
|
|
971
|
+
resume: "ادامه"
|
|
972
|
+
resumed: Resumed
|
|
973
|
+
return: برگشت
|
|
974
|
+
return_authorization: Return Authorization
|
|
975
|
+
return_authorization_updated: Return authorization updated
|
|
976
|
+
return_authorizations: Return Authorizations
|
|
977
|
+
return_quantity: Return Quantity
|
|
978
|
+
returned: برگشت داده شد
|
|
979
|
+
review: Review
|
|
980
|
+
rma_credit: RMA Credit
|
|
981
|
+
rma_number: RMA Number
|
|
982
|
+
rma_value: RMA Value
|
|
983
|
+
roles: Roles
|
|
984
|
+
rules: قوانین
|
|
985
|
+
s3_access_key: "Access Key"
|
|
986
|
+
s3_bucket: "Bucket"
|
|
987
|
+
s3_headers: "S3 Headers"
|
|
988
|
+
s3_not_used_for_product_images: "S3 is not being used for product images"
|
|
989
|
+
s3_protocol: "S3 Protocol"
|
|
990
|
+
s3_secret: "Secret Key"
|
|
991
|
+
s3_used_for_product_images: "S3 is being used for product images"
|
|
992
|
+
sales_tax: "مالیات فروش"
|
|
993
|
+
sales_total: "کل فروش"
|
|
994
|
+
sales_total_description: "کل فروش برای همه سفارش ها"
|
|
995
|
+
save_and_continue: ذخیره و ادامه
|
|
996
|
+
save_preferences: پیش فرض های ذخیره کردن
|
|
997
|
+
scope: Scope
|
|
998
|
+
scopes: Scopes
|
|
999
|
+
search: جستجو
|
|
1000
|
+
search_results: "Search results for '%{keywords}'"
|
|
1001
|
+
searching: در حال جستجو
|
|
1002
|
+
secure_connection_type: نوع اتصال امن
|
|
1003
|
+
secure_credit_card: Secure Credit Card
|
|
1004
|
+
security_settings: "Security Settings"
|
|
1005
|
+
select: انتخاب
|
|
1006
|
+
select_from_prototype: "از نمونه اولیه انتخاب کن"
|
|
1007
|
+
select_preferred_shipping_option: "روش ارسال دلخواه خود را انتخاب کنید"
|
|
1008
|
+
send_copy_of_all_mails_to: Send Copy of All Mails To
|
|
1009
|
+
send_copy_of_orders_mails_to: Send Copy of Order Mails To
|
|
1010
|
+
send_mails_as: Send Mails As
|
|
1011
|
+
send_me_reset_password_instructions: "دستورالعمل ریست رمز عبور را برای من ارسال کنید"
|
|
1012
|
+
send_order_mails_as: Send Order Mails As
|
|
1013
|
+
server: سرور
|
|
1014
|
+
server_error: "سرور با ایراد مواجه شد"
|
|
1015
|
+
settings: تنظیمات
|
|
1016
|
+
ship: ارسال
|
|
1017
|
+
ship_address: "Ship Address"
|
|
1018
|
+
shipment: #Shipment
|
|
1019
|
+
shipment_details: Shipment Details
|
|
1020
|
+
shipment_inc_vat: "Shipment including VAT"
|
|
1021
|
+
shipment_mailer:
|
|
1022
|
+
shipped_email:
|
|
1023
|
+
dear_customer: "Dear Customer,"
|
|
1024
|
+
instructions: "Your order has been shipped"
|
|
1025
|
+
shipment_summary: "Shipment Summary"
|
|
1026
|
+
subject: "Shipment Notification"
|
|
1027
|
+
thanks: "Thank you for your business."
|
|
1028
|
+
track_information: "Tracking Information: %{tracking}"
|
|
1029
|
+
shipment_number: "Shipment #"
|
|
1030
|
+
shipment_state: Shipment State
|
|
1031
|
+
shipment_states:
|
|
1032
|
+
backorder: backorder
|
|
1033
|
+
partial: partial
|
|
1034
|
+
pending: معلق
|
|
1035
|
+
ready: آماده
|
|
1036
|
+
shipped: ارسال شد
|
|
1037
|
+
shipment_updated: Shipment Updated
|
|
1038
|
+
shipments: "Shipments"
|
|
1039
|
+
shipped: ارسال شد
|
|
1040
|
+
shipping: ارسال
|
|
1041
|
+
shipping_address: "آدرس ارسال"
|
|
1042
|
+
shipping_categories: "دسته بندی های ارسال"
|
|
1043
|
+
shipping_categories_description: "مدیریت دسته بندی های ارسال برای مشخص کردن روش ارسال محصولات"
|
|
1044
|
+
shipping_category: دسته بندی ارسال
|
|
1045
|
+
shipping_category_choose: "Shipping Category"
|
|
1046
|
+
shipping_cost: هزینه
|
|
1047
|
+
shipping_error: "ایراد در ارسال"
|
|
1048
|
+
shipping_instructions: "دستورالعمل های ارسال"
|
|
1049
|
+
shipping_method: "روش ارسال"
|
|
1050
|
+
shipping_methods: "روش های ارسال"
|
|
1051
|
+
shipping_methods_description: "مدیریت روش های ارسال"
|
|
1052
|
+
shipping_total: "جمع ارسال"
|
|
1053
|
+
shop_by_taxonomy: "خرید بر حسب %{taxonomy}"
|
|
1054
|
+
shopping_cart: "سبد خرید"
|
|
1055
|
+
short_description: "Short description"
|
|
1056
|
+
show: نمایش
|
|
1057
|
+
show_active: "Show Active"
|
|
1058
|
+
show_deleted: "Show Deleted"
|
|
1059
|
+
show_incomplete_orders: "نمایش سفارشات تکمیل نشده"
|
|
1060
|
+
show_only_complete_orders: "نمایش سفارشات تکمیل شده"
|
|
1061
|
+
show_only_unfulfilled_orders: "Show only unfulfilled orders"
|
|
1062
|
+
show_out_of_stock_products: "Show out-of-stock products"
|
|
1063
|
+
showing_first_n: "Showing first %{n}"
|
|
1064
|
+
sign_up: "ثبت نام"
|
|
1065
|
+
site_name: "نام سایت"
|
|
1066
|
+
site_url: "آدرس سایت"
|
|
1067
|
+
sku: SKU
|
|
1068
|
+
smtp: SMTP
|
|
1069
|
+
smtp_authentication_type: SMTP Authentication Type
|
|
1070
|
+
smtp_domain: SMTP Domain
|
|
1071
|
+
smtp_mail_host: SMTP Mail Host
|
|
1072
|
+
smtp_password: SMTP Password
|
|
1073
|
+
smtp_port: SMTP Port
|
|
1074
|
+
smtp_send_all_emails_as_from_following_address: "تمام نامه ها را از آدرس ذیل ارسال کن"
|
|
1075
|
+
smtp_send_copy_to_this_addresses: "Sends a copy of all outgoing mails to this address. For multiple addresses, separate with commas."
|
|
1076
|
+
smtp_username: SMTP Username
|
|
1077
|
+
sold: فروخته شد
|
|
1078
|
+
sort_ordering: "Sort ordering"
|
|
1079
|
+
special_instructions: "Special Instructions"
|
|
1080
|
+
spree:
|
|
1081
|
+
spree/order:
|
|
1082
|
+
coupon_code: Coupon Code
|
|
1083
|
+
date: تاریخ
|
|
1084
|
+
date_picker:
|
|
1085
|
+
format: 'yy/mm/dd'
|
|
1086
|
+
time: زمان
|
|
1087
|
+
spree_alert_checking: "Check for Spree security and release alerts"
|
|
1088
|
+
spree_alert_not_checking: "Not checking for Spree security and release alerts"
|
|
1089
|
+
spree_gateway_error_flash_for_checkout: "There was a problem with your payment information. Please check your information and try again."
|
|
1090
|
+
spree_inventory_error_flash_for_insufficient_quantity: "An item in your cart has become unavailable."
|
|
1091
|
+
ssl_will_be_used_in_development_and_test_modes: "SSL will be used in development and test mode if necessary."
|
|
1092
|
+
ssl_will_be_used_in_production_mode: "SSL will be used in production mode"
|
|
1093
|
+
ssl_will_be_used_in_staging_mode: "SSL will be used in staging mode"
|
|
1094
|
+
ssl_will_not_be_used_in_development_and_test_modes: "SSL will not be used in development and test mode if necessary."
|
|
1095
|
+
ssl_will_not_be_used_in_production_mode: "SSL will not be used in production mode"
|
|
1096
|
+
ssl_will_not_be_used_in_staging_mode: "SSL will not be used in staging mode"
|
|
1097
|
+
start: شروع
|
|
1098
|
+
start_date: Valid from
|
|
1099
|
+
state: ایالت یا استان
|
|
1100
|
+
state_based: "State Based"
|
|
1101
|
+
state_setting_description: "Administer the list of states/provinces associated with each country."
|
|
1102
|
+
states: ایالات یا استان ها
|
|
1103
|
+
status: وضعیت
|
|
1104
|
+
stop: توقف
|
|
1105
|
+
store: فروشگاه
|
|
1106
|
+
street_address: "آدرس"
|
|
1107
|
+
street_address_2: "ادامه آدرس"
|
|
1108
|
+
subtotal: جمع
|
|
1109
|
+
subtract: Subtract
|
|
1110
|
+
successfully_created: "%{resource} has been successfully created!"
|
|
1111
|
+
successfully_removed: "%{resource} has been successfully removed!"
|
|
1112
|
+
successfully_updated: "%{resource} has been successfully updated!"
|
|
1113
|
+
system: سیستم
|
|
1114
|
+
tax: مالیات
|
|
1115
|
+
tax_categories: "دسته بندی های مالیات"
|
|
1116
|
+
tax_categories_setting_description: "دسته بندی های مالیاتی را ایجاد کنید تا مشخص شود که چه محصولاتی مشمول مالیات می شوند"
|
|
1117
|
+
tax_category: "دسته بندی مالیات"
|
|
1118
|
+
tax_rates: "نرخ مالیات"
|
|
1119
|
+
tax_rates_description: ایجاد و پیکربندی نرخ مالیات
|
|
1120
|
+
tax_settings: "تنظیمات مالیات"
|
|
1121
|
+
tax_settings_description: تنظیمات مالیات پایه
|
|
1122
|
+
tax_total: "کل مالیات"
|
|
1123
|
+
tax_type: "نوع مالیات"
|
|
1124
|
+
taxon: Taxon
|
|
1125
|
+
taxon_edit: Edit Taxon
|
|
1126
|
+
taxonomies: طبقه بندی ها
|
|
1127
|
+
taxonomies_setting_description: "ایجاد و مدیریت طبقه بندی ها"
|
|
1128
|
+
taxonomy: Taxonomy
|
|
1129
|
+
taxonomy_edit: "ویرایش طبقه بندی"
|
|
1130
|
+
taxonomy_tree_error: "The requested change has not been accepted and the tree has been returned to its previous state, please try again."
|
|
1131
|
+
taxonomy_tree_instruction: "* Right click a child in the tree to access the menu for adding, deleting or sorting a child."
|
|
1132
|
+
taxons: Taxons
|
|
1133
|
+
test: "تست"
|
|
1134
|
+
test_mailer:
|
|
1135
|
+
test_email:
|
|
1136
|
+
greeting: 'Congratulations!'
|
|
1137
|
+
message: 'If you have received this email, then your email settings are correct.'
|
|
1138
|
+
subject: 'Testmail'
|
|
1139
|
+
test_mode: مد تست
|
|
1140
|
+
thank_you_for_your_order: "با تشکر، لطفا یک کپی از این صفحه برای نگهداری در نزد خود، پرینت کنید"
|
|
1141
|
+
there_were_problems_with_the_following_fields: "به مشکلاتی در فیلدهای ذیل برخوردیم"
|
|
1142
|
+
this_file_language: "فارسی(fa)"
|
|
1143
|
+
thumbnail: "Thumbnail"
|
|
1144
|
+
to_add_variants_you_must_first_define: "To add variants, you must first define"
|
|
1145
|
+
to_state: "To State"
|
|
1146
|
+
total: کل
|
|
1147
|
+
tracking: ردگیری
|
|
1148
|
+
transaction: تراکنش
|
|
1149
|
+
transactions: تراکنش ها
|
|
1150
|
+
tree: Tree
|
|
1151
|
+
try_again: "دوباره تلاش کنید"
|
|
1152
|
+
type: نوع
|
|
1153
|
+
type_to_search: Type to search
|
|
1154
|
+
unable_ship_method: "به علت مشکلی در سرور، نمی توان روش های ارسال را ایجاد کرد"
|
|
1155
|
+
unable_to_authorize_credit_card: "Unable to Authorize Credit Card"
|
|
1156
|
+
unable_to_capture_credit_card: "Unable to Capture Credit Card"
|
|
1157
|
+
unable_to_connect_to_gateway: "اتصال به درگاه مقدور نیست"
|
|
1158
|
+
unable_to_save_order: "ذخیره سفارش مقدور نیست"
|
|
1159
|
+
under_paid: "Under Paid"
|
|
1160
|
+
under_price: "Under %{price}"
|
|
1161
|
+
unrecognized_card_type: نوع کارت ناشناخته
|
|
1162
|
+
update: بروز رسانی
|
|
1163
|
+
update_password: "ورود و بروز رسانی رمز عبور"
|
|
1164
|
+
updated_successfully: "بروز رسانی موفقیت آمیز بود"
|
|
1165
|
+
updating: در حال بروز رسانی
|
|
1166
|
+
usage_limit: محدودیت استفاده
|
|
1167
|
+
use_as_shipping_address: به عنوان آدرس ارسال استفاده کن
|
|
1168
|
+
use_billing_address: همانند آدرس پرداخت
|
|
1169
|
+
use_different_shipping_address: "از یک آدرس ارسال متفاوت استفاده کن "
|
|
1170
|
+
use_new_cc: "از یک کارت جدید استفاده کن"
|
|
1171
|
+
use_s3: "Use Amazon S3 For Images"
|
|
1172
|
+
user: کاربر
|
|
1173
|
+
user_account: حساب کاربری
|
|
1174
|
+
user_created_successfully: "حساب کاربری ایجاد شد"
|
|
1175
|
+
user_rule:
|
|
1176
|
+
choose_users: انتخاب کاربران
|
|
1177
|
+
users: کاربران
|
|
1178
|
+
validate_on_profile_create: Validate on profile create
|
|
1179
|
+
validation:
|
|
1180
|
+
cannot_be_greater_than_available_stock: "cannot be greater than available stock."
|
|
1181
|
+
cannot_be_less_than_shipped_units: "cannot be less than the number of shipped units."
|
|
1182
|
+
cannot_destory_line_item_as_inventory_units_have_shipped: "Cannot destory line item as some inventory units have shipped."
|
|
1183
|
+
is_too_large: "is too large -- stock on hand cannot cover requested quantity!"
|
|
1184
|
+
must_be_int: "باید به صورت عدد صحیح وارد شوند"
|
|
1185
|
+
must_be_non_negative: "must be a non-negative value"
|
|
1186
|
+
value: مقدار
|
|
1187
|
+
variant: Variant
|
|
1188
|
+
variants: Variants
|
|
1189
|
+
vat: "VAT"
|
|
1190
|
+
version: نسخه
|
|
1191
|
+
view_shipping_options: "نمایش انتخاب های ارسال"
|
|
1192
|
+
void: Void
|
|
1193
|
+
website: وبسایت
|
|
1194
|
+
weight: وزن
|
|
1195
|
+
welcome_to_sample_store: "به فروشگاه نمونه خوش آمدید"
|
|
1196
|
+
what_is_a_cvv: "What is a (CVV) Credit Card Code?"
|
|
1197
|
+
what_is_this: "این چیست؟"
|
|
1198
|
+
whats_this: "چیه؟"
|
|
1199
|
+
width: پهنا
|
|
1200
|
+
year: "سال"
|
|
1201
|
+
yes: "Yes"
|
|
1202
|
+
you_have_been_logged_out: "شما خارج شدید"
|
|
1203
|
+
you_have_no_orders_yet: "شما هنوز سفارشی ثبت نکرده اید"
|
|
1204
|
+
your_cart_is_empty: "سبد خرید شما خالی است"
|
|
1205
|
+
zip: کد پستی
|
|
1206
|
+
zone: ناحیه
|
|
1207
|
+
zone_based: "Zone Based"
|
|
1208
|
+
zone_setting_description: "مجموعه ای از کشورها، ایالات، استان ها و دیگر نواحی که برای محاسبات مختلف بکار می روند"
|
|
1209
|
+
zones: ناحیه ها
|