openclassify/addons/default/visiosoft/advs-module/resources/lang/fa/stream.php
Fatih Alp e76068bd6c
New Crowdin updates (#925)
* New translations field.php (Italian)
* New translations field.php (Hebrew)
* New translations field.php (Greek)
* New translations field.php (German)
* New translations field.php (Arabic)
* New translations field.php (Spanish)
* New translations field.php (Bulgarian)
* New translations field.php (Hebrew)
* New translations field.php (Greek)
2021-02-08 12:03:32 +03:00

38 lines
815 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?php
return [
'advs' => [
'name' => 'پیشنهادات',
],
'categories' => [
'name' => 'دسته بندی ها',
],
'village' => [
'name' => 'روستا',
],
'custom_fields' => [
'name' => 'موضوعات سفارشی',
],
'custom_field_advs' => [
'name' => 'زمینه های سفارشی',
],
'cf_values' => [
'name' => 'مقادیر Cf',
],
'options' => [
'name' => 'گزینه ها',
],
'product_options' => [
'name' => 'گزینه های محصول',
],
'productoptions_value' => [
'name' => 'مقدار گزینه ها',
],
'option_configuration' => [
'name' => 'پیکربندی',
],
'status' => [
'name' => 'وضعیت',
],
];