openclassify/addons/default/visiosoft/advs-module/resources/lang/he/button.php
Fatih Alp 35c593d5b1
L10n master32 (#916)
* New translations permission.php (Swedish)

* New translations section.php (Swedish)

* New translations setting.php (Swedish)

* New translations stream.php (Swedish)
2021-01-18 14:46:00 +03:00

48 lines
1.9 KiB
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 [
'new_adv' => 'עו"ד חדש',
'new_classified' => 'מסווג חדש',
'new_category' => 'קטגוריה חדשה',
'new_country' => 'מדינה חדשה',
'new_city' => 'עיר חדשה',
'new_district' => 'מחוז חדש',
'new_neighborhood' => 'שכונה חדשה',
'new_village' => 'הכפר החדש',
'edit' => "ערוך",
'approve' => "אשר",
'decline' => 'דחה',
'extend' => 'הרחיבו',
'extend_all' => 'הרחב את הכל',
'convert_currency' => 'המרת מטבע',
'categories' => 'קטגוריות',
'sub_category' => 'תת קטגוריות',
'add_sub_category' => 'הוסף קטגוריית משנה',
'sub_cities' => 'ערי משנה',
'add_sub_cities' => 'הוסף תת עיר',
'add_sub_districts' => 'הוסף מחוז מחוז',
'add_sub_neighborhoods' => 'הוסף שכונת משנה',
'add_sub_village' => 'הוסף כפר משנה',
'sub_districts' => 'מחוזות משנה',
'sub_neighborhoods' => 'שכונות משנה',
'sub_village' => 'סוב כפר',
'general_settings' => 'הגדרות כלליות',
'save_category' => 'שמור קטגוריה',
'change_owner' => 'לשנות בעלים',
'update_category' => [
'name' => 'עדכן קטגוריה'
],
'new_option' => 'אפשרות חדשה',
'export' => 'יְצוּא',
'new_productoption' => 'מוצר חדש',
'new_productoptions_value' => 'ערך אפשרות מוצר חדש',
'new_options_configuration' => 'תצורת אפשרות חדשה',
'new_option_configuration' => 'תצורת אפשרות חדשה',
'create_configurations' => 'צור תצורות',
'replicate' => 'העתק',
'fast_create' => 'ליצור מהיר',
'publish' => 'לְפַרְסֵם',
'import' => 'יְבוּא',
'new_status' => 'סטטוס חדש',
];