mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
Merge branch 'master' of https://github.com/openclassify/openclassify
This commit is contained in:
commit
11740abe2b
@ -29,6 +29,7 @@ return [
|
||||
'default_published_time',
|
||||
'default_GET',
|
||||
'hide_standard_price_field',
|
||||
'hide_options_field',
|
||||
'listing_page_image',
|
||||
],
|
||||
],
|
||||
|
||||
@ -124,6 +124,13 @@ return [
|
||||
'default_value' => false,
|
||||
]
|
||||
],
|
||||
'hide_options_field' => [
|
||||
'type' => 'anomaly.field_type.boolean',
|
||||
'config' => [
|
||||
'default_value' => false,
|
||||
'mode' => 'checkbox'
|
||||
]
|
||||
],
|
||||
'enabled_currencies' => [
|
||||
'bind' => 'streams::currencies.enabled',
|
||||
'env' => 'ADV_ENABLED_CURRENCIES',
|
||||
|
||||
@ -32,5 +32,11 @@ return [
|
||||
'name' => 'تحديث الفئة'
|
||||
],
|
||||
'new_option' => 'خيار جديد',
|
||||
'export' => 'تصدير'
|
||||
'export' => 'تصدير',
|
||||
'new_productoption' => 'خيار منتج جديد',
|
||||
'new_productoptions_value' => 'قيمة خيار منتج جديد',
|
||||
'new_options_configuration' => 'تكوين خيار جديد',
|
||||
'new_option_configuration' => 'تكوين خيار جديد',
|
||||
'new_option_configuration' => 'تكوين خيار جديد',
|
||||
'create_configurations' => 'تكوين التكوينات',
|
||||
];
|
||||
|
||||
@ -137,7 +137,9 @@ return [
|
||||
'oldest' => 'الأقدم',
|
||||
'address_a_z' => 'العنوان (من الألف إلى الياء)',
|
||||
'address_z_a' => 'العنوان (ي إلى أ)',
|
||||
'categories' => 'الاقسام',
|
||||
'categories' => [
|
||||
'name' => 'التصنيفات'
|
||||
],
|
||||
'all_categories' => 'جميع الفئات',
|
||||
'location' => 'موقعك',
|
||||
'send_message' => 'إرسال رسالة',
|
||||
@ -313,6 +315,12 @@ return [
|
||||
'site' => 'الموقع',
|
||||
'subscription' => 'اشتراك',
|
||||
'created' => 'خلقت',
|
||||
'product_option' => [
|
||||
'name' => 'خيار المنتج'
|
||||
],
|
||||
'option_json' => [
|
||||
'name' => 'اختيار'
|
||||
],
|
||||
'old_price' => [
|
||||
'name' => 'سعر قديم'
|
||||
],
|
||||
|
||||
@ -57,4 +57,44 @@ return [
|
||||
'delete' => 'يمكن حذف الخيارات؟',
|
||||
],
|
||||
],
|
||||
'productoptions' => [
|
||||
'name' => 'خيارات الإنتاج',
|
||||
'option' => [
|
||||
'read' => 'هل تستطيع قراءة خيارات المنتج؟',
|
||||
'write' => 'هل يمكن إنشاء / تعديل خيارات المنتج؟',
|
||||
'delete' => 'هل يمكن حذف خيارات المنتج؟',
|
||||
],
|
||||
],
|
||||
'productoptions_value' => [
|
||||
'name' => 'قيمة Productoptions',
|
||||
'option' => [
|
||||
'read' => 'هل يمكن قراءة قيمة productoptions؟',
|
||||
'write' => 'هل يمكن إنشاء / تحرير قيمة productoptions؟',
|
||||
'delete' => 'هل يمكن حذف قيمة productoptions؟',
|
||||
],
|
||||
],
|
||||
'options_configuration' => [
|
||||
'name' => 'تكوين الخيارات',
|
||||
'option' => [
|
||||
'read' => 'يمكن قراءة تكوين الخيارات؟',
|
||||
'write' => 'يمكن إنشاء / تحرير تكوين الخيارات؟',
|
||||
'delete' => 'يمكن حذف تكوين الخيارات؟',
|
||||
],
|
||||
],
|
||||
'option_configuration' => [
|
||||
'name' => 'تكوين الخيار',
|
||||
'option' => [
|
||||
'read' => 'يمكن قراءة تكوين الخيار؟',
|
||||
'write' => 'يمكن إنشاء / تعديل تكوين الخيار؟',
|
||||
'delete' => 'يمكن حذف تكوين الخيار؟',
|
||||
],
|
||||
],
|
||||
'option_configuration' => [
|
||||
'name' => 'تكوين الخيار',
|
||||
'option' => [
|
||||
'read' => 'يمكن قراءة تكوين الخيار؟',
|
||||
'write' => 'يمكن إنشاء / تعديل تكوين الخيار؟',
|
||||
'delete' => 'يمكن حذف تكوين الخيار؟',
|
||||
],
|
||||
],
|
||||
];
|
||||
|
||||
@ -45,4 +45,13 @@ return [
|
||||
'title' => 'خيارات',
|
||||
],
|
||||
'ads_image' => 'صورة الإعلانات',
|
||||
'product_options' => [
|
||||
'title' => 'خيارات',
|
||||
],
|
||||
'productoptions_value' => [
|
||||
'title' => 'قيمة الخيارات',
|
||||
],
|
||||
'option_configuration' => [
|
||||
'title' => 'ترتيب',
|
||||
],
|
||||
];
|
||||
|
||||
@ -176,4 +176,8 @@ return [
|
||||
'watermark_position' => [
|
||||
'name' => 'موقف العلامة المائية',
|
||||
],
|
||||
'user_filter_limit' => [
|
||||
'name' => 'حد تصفية المستخدم',
|
||||
'instructions' => 'في لوحة الادارة'
|
||||
]
|
||||
];
|
||||
|
||||
@ -22,4 +22,13 @@ return [
|
||||
'options' => [
|
||||
'name' => 'خيارات',
|
||||
],
|
||||
'product_options' => [
|
||||
'name' => 'خيارات المنتج',
|
||||
],
|
||||
'productoptions_value' => [
|
||||
'name' => 'قيمة الخيارات',
|
||||
],
|
||||
'option_configuration' => [
|
||||
'name' => 'ترتيب',
|
||||
],
|
||||
];
|
||||
|
||||
@ -32,5 +32,11 @@ return [
|
||||
'name' => 'Kateqoriya yeniləyin'
|
||||
],
|
||||
'new_option' => 'Yeni Seçim',
|
||||
'export' => 'İxrac'
|
||||
'export' => 'İxrac',
|
||||
'new_productoption' => 'Yeni Productoption',
|
||||
'new_productoptions_value' => 'Yeni məhsul seçim dəyəri',
|
||||
'new_options_configuration' => 'Yeni Seçim konfiqurasiyası',
|
||||
'new_option_configuration' => 'Yeni Seçim konfiqurasiyası',
|
||||
'new_option_configuration' => 'Yeni Seçim konfiqurasiyası',
|
||||
'create_configurations' => 'Konfiqurasiyalar yaradın',
|
||||
];
|
||||
|
||||
@ -137,7 +137,9 @@ return [
|
||||
'oldest' => 'Ən qədim',
|
||||
'address_a_z' => 'Ünvan (A-dan Z)',
|
||||
'address_z_a' => 'Ünvan (Z-dən A)',
|
||||
'categories' => 'Kateqoriyalar',
|
||||
'categories' => [
|
||||
'name' => 'Kateqoriyalar'
|
||||
],
|
||||
'all_categories' => 'bütün kateqoriyalar',
|
||||
'location' => 'Yer',
|
||||
'send_message' => 'Mesaj göndər',
|
||||
@ -313,6 +315,12 @@ return [
|
||||
'site' => 'Sayt',
|
||||
'subscription' => 'Abunə',
|
||||
'created' => 'Yarandı',
|
||||
'product_option' => [
|
||||
'name' => 'Məhsul seçimi'
|
||||
],
|
||||
'option_json' => [
|
||||
'name' => 'Seçim'
|
||||
],
|
||||
'old_price' => [
|
||||
'name' => 'Köhnə Qiymət'
|
||||
],
|
||||
|
||||
@ -57,4 +57,44 @@ return [
|
||||
'delete' => 'Seçimləri silə bilərsiniz?',
|
||||
],
|
||||
],
|
||||
'productoptions' => [
|
||||
'name' => 'Məhsul seçimləri',
|
||||
'option' => [
|
||||
'read' => 'Productoptions oxuya bilərsiniz?',
|
||||
'write' => 'Productoptions yarada / redaktə edə bilərəmmi?',
|
||||
'delete' => 'Productoptions silə bilərsiniz?',
|
||||
],
|
||||
],
|
||||
'productoptions_value' => [
|
||||
'name' => 'Productoptions dəyəri',
|
||||
'option' => [
|
||||
'read' => 'Productoptions dəyərini oxuya bilərsinizmi?',
|
||||
'write' => 'Productoptions dəyərini yarada / redaktə edə bilərəmmi?',
|
||||
'delete' => 'Productoptions dəyərini silə bilərsiniz?',
|
||||
],
|
||||
],
|
||||
'options_configuration' => [
|
||||
'name' => 'Seçimlər konfiqurasiya',
|
||||
'option' => [
|
||||
'read' => 'Seçimlərin konfiqurasiyasını oxuya bilərsinizmi?',
|
||||
'write' => 'Seçimlər konfiqurasiyasını yarada / redaktə edə bilərəmmi?',
|
||||
'delete' => 'Seçimlərin konfiqurasiyasını silə bilərsiniz?',
|
||||
],
|
||||
],
|
||||
'option_configuration' => [
|
||||
'name' => 'Seçim konfiqurasiyası',
|
||||
'option' => [
|
||||
'read' => 'Seçim konfiqurasiyasını oxuya bilərsinizmi?',
|
||||
'write' => 'Seçim konfiqurasiyasını yarada / redaktə edə bilərəmmi?',
|
||||
'delete' => 'Seçim konfiqurasiyasını silə bilərsiniz?',
|
||||
],
|
||||
],
|
||||
'option_configuration' => [
|
||||
'name' => 'Seçim konfiqurasiyası',
|
||||
'option' => [
|
||||
'read' => 'Seçim konfiqurasiyasını oxuya bilərsinizmi?',
|
||||
'write' => 'Seçim konfiqurasiyasını yarada / redaktə edə bilərəmmi?',
|
||||
'delete' => 'Seçim konfiqurasiyasını silə bilərsiniz?',
|
||||
],
|
||||
],
|
||||
];
|
||||
|
||||
@ -45,4 +45,13 @@ return [
|
||||
'title' => 'Seçimlər',
|
||||
],
|
||||
'ads_image' => 'Reklamlar şəkli',
|
||||
'product_options' => [
|
||||
'title' => 'Seçimlər',
|
||||
],
|
||||
'productoptions_value' => [
|
||||
'title' => 'Seçimlər Dəyəri',
|
||||
],
|
||||
'option_configuration' => [
|
||||
'title' => 'Konfiqurasiya',
|
||||
],
|
||||
];
|
||||
|
||||
@ -176,4 +176,8 @@ return [
|
||||
'watermark_position' => [
|
||||
'name' => 'Su nişanının mövqeyi',
|
||||
],
|
||||
'user_filter_limit' => [
|
||||
'name' => 'İstifadəçi Filter Limiti',
|
||||
'instructions' => 'İdarə panelində'
|
||||
]
|
||||
];
|
||||
|
||||
@ -22,4 +22,13 @@ return [
|
||||
'options' => [
|
||||
'name' => 'Seçimlər',
|
||||
],
|
||||
'product_options' => [
|
||||
'name' => 'Məhsul seçimləri',
|
||||
],
|
||||
'productoptions_value' => [
|
||||
'name' => 'Seçimlər dəyəri',
|
||||
],
|
||||
'option_configuration' => [
|
||||
'name' => 'Konfiqurasiya',
|
||||
],
|
||||
];
|
||||
|
||||
@ -32,5 +32,11 @@ return [
|
||||
'name' => 'আপডেট বিভাগ'
|
||||
],
|
||||
'new_option' => 'নতুন বিকল্প',
|
||||
'export' => 'রফতানি'
|
||||
'export' => 'রফতানি',
|
||||
'new_productoption' => 'নতুন প্রোডাক্টপশন',
|
||||
'new_productoptions_value' => 'নতুন পণ্য বিকল্প মান',
|
||||
'new_options_configuration' => 'নতুন বিকল্প কনফিগারেশন',
|
||||
'new_option_configuration' => 'নতুন বিকল্প কনফিগারেশন',
|
||||
'new_option_configuration' => 'নতুন বিকল্প কনফিগারেশন',
|
||||
'create_configurations' => 'কনফিগারেশন তৈরি করুন',
|
||||
];
|
||||
|
||||
@ -137,7 +137,9 @@ return [
|
||||
'oldest' => 'প্রবীণতম',
|
||||
'address_a_z' => 'ঠিকানা (A থেকে Z)',
|
||||
'address_z_a' => 'ঠিকানা (জেড টু এ)',
|
||||
'categories' => 'ধরন',
|
||||
'categories' => [
|
||||
'name' => 'বিভাগসমূহ'
|
||||
],
|
||||
'all_categories' => 'সব ধরনের',
|
||||
'location' => 'অবস্থান',
|
||||
'send_message' => 'বার্তা পাঠান',
|
||||
@ -313,6 +315,12 @@ return [
|
||||
'site' => 'সাইট',
|
||||
'subscription' => 'সাবস্ক্রিপশন',
|
||||
'created' => 'তৈরি হয়েছে',
|
||||
'product_option' => [
|
||||
'name' => 'পণ্য বিকল্প'
|
||||
],
|
||||
'option_json' => [
|
||||
'name' => 'বিকল্প'
|
||||
],
|
||||
'old_price' => [
|
||||
'name' => 'পুরাতন মূল্য'
|
||||
],
|
||||
|
||||
@ -57,4 +57,44 @@ return [
|
||||
'delete' => 'বিকল্পগুলি মুছতে পারবেন?',
|
||||
],
|
||||
],
|
||||
'productoptions' => [
|
||||
'name' => 'প্রোডাক্টপশনস',
|
||||
'option' => [
|
||||
'read' => 'Productoptions পড়তে পারেন?',
|
||||
'write' => 'Productoptions তৈরি / সম্পাদনা করতে পারেন?',
|
||||
'delete' => 'প্রোডাক্টপশনগুলি মুছতে পারবেন?',
|
||||
],
|
||||
],
|
||||
'productoptions_value' => [
|
||||
'name' => 'প্রোডাক্টপশন মান',
|
||||
'option' => [
|
||||
'read' => 'Productoptions মান পড়তে পারেন?',
|
||||
'write' => 'Productoptions মান তৈরি / সম্পাদনা করতে পারেন?',
|
||||
'delete' => 'Productoptions মান মুছতে পারেন?',
|
||||
],
|
||||
],
|
||||
'options_configuration' => [
|
||||
'name' => 'বিকল্প কনফিগারেশন',
|
||||
'option' => [
|
||||
'read' => 'বিকল্প কনফিগারেশন পড়তে পারেন?',
|
||||
'write' => 'বিকল্প কনফিগারেশন তৈরি / সম্পাদনা করতে পারেন?',
|
||||
'delete' => 'বিকল্প কনফিগারেশন মুছতে পারেন?',
|
||||
],
|
||||
],
|
||||
'option_configuration' => [
|
||||
'name' => 'বিকল্প কনফিগারেশন',
|
||||
'option' => [
|
||||
'read' => 'বিকল্প কনফিগারেশন পড়তে পারেন?',
|
||||
'write' => 'বিকল্প কনফিগারেশন তৈরি / সম্পাদনা করতে পারেন?',
|
||||
'delete' => 'বিকল্প কনফিগারেশন মুছতে পারেন?',
|
||||
],
|
||||
],
|
||||
'option_configuration' => [
|
||||
'name' => 'বিকল্প কনফিগারেশন',
|
||||
'option' => [
|
||||
'read' => 'বিকল্প কনফিগারেশন পড়তে পারেন?',
|
||||
'write' => 'বিকল্প কনফিগারেশন তৈরি / সম্পাদনা করতে পারেন?',
|
||||
'delete' => 'বিকল্প কনফিগারেশন মুছতে পারেন?',
|
||||
],
|
||||
],
|
||||
];
|
||||
|
||||
@ -45,4 +45,13 @@ return [
|
||||
'title' => 'বিকল্পগুলি',
|
||||
],
|
||||
'ads_image' => 'বিজ্ঞাপন চিত্র',
|
||||
'product_options' => [
|
||||
'title' => 'বিকল্পগুলি',
|
||||
],
|
||||
'productoptions_value' => [
|
||||
'title' => 'বিকল্প মান',
|
||||
],
|
||||
'option_configuration' => [
|
||||
'title' => 'কনফিগারেশন',
|
||||
],
|
||||
];
|
||||
|
||||
@ -176,4 +176,8 @@ return [
|
||||
'watermark_position' => [
|
||||
'name' => 'জলছবি অবস্থান',
|
||||
],
|
||||
'user_filter_limit' => [
|
||||
'name' => 'ব্যবহারকারী ফিল্টার সীমা',
|
||||
'instructions' => 'অ্যাডমিন প্যানেলে'
|
||||
]
|
||||
];
|
||||
|
||||
@ -22,4 +22,13 @@ return [
|
||||
'options' => [
|
||||
'name' => 'বিকল্পগুলি',
|
||||
],
|
||||
'product_options' => [
|
||||
'name' => 'পণ্য বিকল্প',
|
||||
],
|
||||
'productoptions_value' => [
|
||||
'name' => 'বিকল্প মান',
|
||||
],
|
||||
'option_configuration' => [
|
||||
'name' => 'কনফিগারেশন',
|
||||
],
|
||||
];
|
||||
|
||||
@ -32,5 +32,11 @@ return [
|
||||
'name' => 'Kategorie aktualisieren'
|
||||
],
|
||||
'new_option' => 'Neue Option',
|
||||
'export' => 'Export'
|
||||
'export' => 'Export',
|
||||
'new_productoption' => 'Neue Produktoption',
|
||||
'new_productoptions_value' => 'Wert der neuen Produktoption',
|
||||
'new_options_configuration' => 'Neue Optionskonfiguration',
|
||||
'new_option_configuration' => 'Neue Optionskonfiguration',
|
||||
'new_option_configuration' => 'Neue Optionskonfiguration',
|
||||
'create_configurations' => 'Konfigurationen erstellen',
|
||||
];
|
||||
|
||||
@ -137,7 +137,9 @@ return [
|
||||
'oldest' => 'Älteste',
|
||||
'address_a_z' => 'Adresse (von A bis Z)',
|
||||
'address_z_a' => 'Adresse (Z bis A)',
|
||||
'categories' => 'Kategorien',
|
||||
'categories' => [
|
||||
'name' => 'Kategorien'
|
||||
],
|
||||
'all_categories' => 'Alle Kategorien',
|
||||
'location' => 'Ort',
|
||||
'send_message' => 'Nachricht senden',
|
||||
@ -314,6 +316,12 @@ return [
|
||||
'site' => 'Seite? ˅',
|
||||
'subscription' => 'Abonnement',
|
||||
'created' => 'Erstellt',
|
||||
'product_option' => [
|
||||
'name' => 'Produktoption'
|
||||
],
|
||||
'option_json' => [
|
||||
'name' => 'Möglichkeit'
|
||||
],
|
||||
'old_price' => [
|
||||
'name' => 'Alter Preis'
|
||||
],
|
||||
|
||||
@ -57,4 +57,44 @@ return [
|
||||
'delete' => 'Kann Optionen löschen?',
|
||||
],
|
||||
],
|
||||
'productoptions' => [
|
||||
'name' => 'Produktoptionen',
|
||||
'option' => [
|
||||
'read' => 'Kann Produktoptionen lesen?',
|
||||
'write' => 'Können Produktoptionen erstellt / bearbeitet werden?',
|
||||
'delete' => 'Kann Produktoptionen löschen?',
|
||||
],
|
||||
],
|
||||
'productoptions_value' => [
|
||||
'name' => 'Wert der Produktoptionen',
|
||||
'option' => [
|
||||
'read' => 'Kann Produktoptionswert lesen?',
|
||||
'write' => 'Kann Produktoptionswert erstellen / bearbeiten?',
|
||||
'delete' => 'Kann Produktoptionswert löschen?',
|
||||
],
|
||||
],
|
||||
'options_configuration' => [
|
||||
'name' => 'Optionskonfiguration',
|
||||
'option' => [
|
||||
'read' => 'Kann Optionen Konfiguration lesen?',
|
||||
'write' => 'Kann ich Optionen konfigurieren / bearbeiten?',
|
||||
'delete' => 'Kann Optionskonfiguration löschen?',
|
||||
],
|
||||
],
|
||||
'option_configuration' => [
|
||||
'name' => 'Optionskonfiguration',
|
||||
'option' => [
|
||||
'read' => 'Kann Optionskonfiguration lesen?',
|
||||
'write' => 'Kann Optionskonfiguration erstellen / bearbeiten?',
|
||||
'delete' => 'Kann Optionskonfiguration löschen?',
|
||||
],
|
||||
],
|
||||
'option_configuration' => [
|
||||
'name' => 'Optionskonfiguration',
|
||||
'option' => [
|
||||
'read' => 'Kann Optionskonfiguration lesen?',
|
||||
'write' => 'Kann Optionskonfiguration erstellen / bearbeiten?',
|
||||
'delete' => 'Kann Optionskonfiguration löschen?',
|
||||
],
|
||||
],
|
||||
];
|
||||
|
||||
@ -45,4 +45,13 @@ return [
|
||||
'title' => 'Optionen',
|
||||
],
|
||||
'ads_image' => 'Anzeigenbild',
|
||||
'product_options' => [
|
||||
'title' => 'Optionen',
|
||||
],
|
||||
'productoptions_value' => [
|
||||
'title' => 'Optionswert',
|
||||
],
|
||||
'option_configuration' => [
|
||||
'title' => 'Aufbau',
|
||||
],
|
||||
];
|
||||
|
||||
@ -176,4 +176,8 @@ return [
|
||||
'watermark_position' => [
|
||||
'name' => 'Wasserzeichen Position',
|
||||
],
|
||||
'user_filter_limit' => [
|
||||
'name' => 'Benutzerfilterlimit',
|
||||
'instructions' => 'Im Admin-Bereich'
|
||||
]
|
||||
];
|
||||
|
||||
@ -22,4 +22,13 @@ return [
|
||||
'options' => [
|
||||
'name' => 'Optionen',
|
||||
],
|
||||
'product_options' => [
|
||||
'name' => 'Produktoptionen',
|
||||
],
|
||||
'productoptions_value' => [
|
||||
'name' => 'Optionswert',
|
||||
],
|
||||
'option_configuration' => [
|
||||
'name' => 'Aufbau',
|
||||
],
|
||||
];
|
||||
|
||||
@ -32,5 +32,11 @@ return [
|
||||
'name' => 'Ενημέρωση κατηγορίας'
|
||||
],
|
||||
'new_option' => 'Νέα επιλογή',
|
||||
'export' => 'Εξαγωγή'
|
||||
'export' => 'Εξαγωγή',
|
||||
'new_productoption' => 'Νέα επιλογή προϊόντος',
|
||||
'new_productoptions_value' => 'Νέα τιμή επιλογής προϊόντος',
|
||||
'new_options_configuration' => 'Διαμόρφωση νέας επιλογής',
|
||||
'new_option_configuration' => 'Διαμόρφωση νέας επιλογής',
|
||||
'new_option_configuration' => 'Διαμόρφωση νέας επιλογής',
|
||||
'create_configurations' => 'Δημιουργήστε διαμορφώσεις',
|
||||
];
|
||||
|
||||
@ -137,7 +137,9 @@ return [
|
||||
'oldest' => 'Παλαιότερα',
|
||||
'address_a_z' => 'Διεύθυνση (A έως Z)',
|
||||
'address_z_a' => 'Διεύθυνση (Ω έως Α)',
|
||||
'categories' => 'Κατηγορίες',
|
||||
'categories' => [
|
||||
'name' => 'Κατηγορίες'
|
||||
],
|
||||
'all_categories' => 'Όλες οι κατηγορίες',
|
||||
'location' => 'Τοποθεσία',
|
||||
'send_message' => 'Να στείλετε μήνυμα',
|
||||
@ -314,6 +316,12 @@ return [
|
||||
'site' => 'Ιστοσελίδα',
|
||||
'subscription' => 'Συνδρομή',
|
||||
'created' => 'Δημιουργήθηκε',
|
||||
'product_option' => [
|
||||
'name' => 'Επιλογή προϊόντος'
|
||||
],
|
||||
'option_json' => [
|
||||
'name' => 'Επιλογή'
|
||||
],
|
||||
'old_price' => [
|
||||
'name' => 'Παλιά τιμή'
|
||||
],
|
||||
|
||||
@ -57,4 +57,44 @@ return [
|
||||
'delete' => 'Μπορείτε να διαγράψετε επιλογές;',
|
||||
],
|
||||
],
|
||||
'productoptions' => [
|
||||
'name' => 'Επιλογές προϊόντων',
|
||||
'option' => [
|
||||
'read' => 'Μπορείτε να διαβάσετε τις επιλογές προϊόντων;',
|
||||
'write' => 'Μπορείτε να δημιουργήσετε / επεξεργαστείτε επιλογές προϊόντων;',
|
||||
'delete' => 'Μπορείτε να διαγράψετε τις επιλογές προϊόντων;',
|
||||
],
|
||||
],
|
||||
'productoptions_value' => [
|
||||
'name' => 'Αξία επιλογών προϊόντος',
|
||||
'option' => [
|
||||
'read' => 'Μπορεί να διαβάσει την τιμή του προϊόντος;',
|
||||
'write' => 'Μπορεί να δημιουργήσει / επεξεργαστεί αξία επιλογών προϊόντος;',
|
||||
'delete' => 'Μπορεί να διαγραφεί η τιμή επιλογών προϊόντος;',
|
||||
],
|
||||
],
|
||||
'options_configuration' => [
|
||||
'name' => 'Διαμόρφωση επιλογών',
|
||||
'option' => [
|
||||
'read' => 'Μπορείτε να διαβάσετε τις επιλογές διαμόρφωσης;',
|
||||
'write' => 'Μπορείτε να δημιουργήσετε / επεξεργαστείτε ρυθμίσεις διαμόρφωσης;',
|
||||
'delete' => 'Μπορεί να διαγραφεί η διαμόρφωση επιλογών;',
|
||||
],
|
||||
],
|
||||
'option_configuration' => [
|
||||
'name' => 'Διαμόρφωση επιλογής',
|
||||
'option' => [
|
||||
'read' => 'Μπορείτε να διαβάσετε τη διαμόρφωση επιλογών;',
|
||||
'write' => 'Μπορεί να δημιουργήσει / επεξεργαστεί τη διαμόρφωση επιλογών;',
|
||||
'delete' => 'Μπορεί να διαγραφεί η διαμόρφωση επιλογών;',
|
||||
],
|
||||
],
|
||||
'option_configuration' => [
|
||||
'name' => 'Διαμόρφωση επιλογής',
|
||||
'option' => [
|
||||
'read' => 'Μπορείτε να διαβάσετε τη διαμόρφωση επιλογών;',
|
||||
'write' => 'Μπορείτε να δημιουργήσετε / επεξεργαστείτε τη διαμόρφωση επιλογών;',
|
||||
'delete' => 'Μπορεί να διαγραφεί η διαμόρφωση επιλογών;',
|
||||
],
|
||||
],
|
||||
];
|
||||
|
||||
@ -45,4 +45,13 @@ return [
|
||||
'title' => 'Επιλογές',
|
||||
],
|
||||
'ads_image' => 'Εικόνα διαφημίσεων',
|
||||
'product_options' => [
|
||||
'title' => 'Επιλογές',
|
||||
],
|
||||
'productoptions_value' => [
|
||||
'title' => 'Αξία επιλογών',
|
||||
],
|
||||
'option_configuration' => [
|
||||
'title' => 'Διαμόρφωση',
|
||||
],
|
||||
];
|
||||
|
||||
@ -176,4 +176,8 @@ return [
|
||||
'watermark_position' => [
|
||||
'name' => 'Θέση υδατοσήματος',
|
||||
],
|
||||
'user_filter_limit' => [
|
||||
'name' => 'Όριο φίλτρου χρήστη',
|
||||
'instructions' => 'Στον πίνακα διαχείρισης'
|
||||
]
|
||||
];
|
||||
|
||||
@ -22,4 +22,13 @@ return [
|
||||
'options' => [
|
||||
'name' => 'Επιλογές',
|
||||
],
|
||||
'product_options' => [
|
||||
'name' => 'Επιλογές προϊόντος',
|
||||
],
|
||||
'productoptions_value' => [
|
||||
'name' => 'Αξία επιλογών',
|
||||
],
|
||||
'option_configuration' => [
|
||||
'name' => 'Διαμόρφωση',
|
||||
],
|
||||
];
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'new_adv' => 'New Adv',
|
||||
'new_adv' => 'New classified',
|
||||
'new_category' => 'New Category',
|
||||
'new_country' => 'New Country',
|
||||
'new_city' => 'New City',
|
||||
@ -34,8 +34,8 @@ return [
|
||||
'new_option' => 'New Option',
|
||||
'export' => 'Export',
|
||||
'new_productoption' => 'New Productoption',
|
||||
'new_productoptions_value' => 'New Productoptions value',
|
||||
'new_options_configuration' => 'New Options configuration',
|
||||
'new_productoptions_value' => 'New Product option value',
|
||||
'new_options_configuration' => 'New Option configuration',
|
||||
'new_option_configuration' => 'New Option configuration',
|
||||
'new_option_configuration' => 'New Option configuration',
|
||||
'create_configurations' => 'Create Configurations',
|
||||
|
||||
@ -97,6 +97,9 @@ return [
|
||||
'hide_standard_price_field' => [
|
||||
'name' => 'Hide Standard Price Field',
|
||||
],
|
||||
'hide_options_field' => [
|
||||
'name' => 'Hide Options Field',
|
||||
],
|
||||
'enabled_currencies' => [
|
||||
'name' => 'Enabled Currencies',
|
||||
],
|
||||
|
||||
@ -32,5 +32,11 @@ return [
|
||||
'name' => 'Actualizar categoría'
|
||||
],
|
||||
'new_option' => 'Nueva opción',
|
||||
'export' => 'Exportar'
|
||||
'export' => 'Exportar',
|
||||
'new_productoption' => 'Nueva opción de producto',
|
||||
'new_productoptions_value' => 'Valor de opción de producto nuevo',
|
||||
'new_options_configuration' => 'Configuración de nueva opción',
|
||||
'new_option_configuration' => 'Configuración de nueva opción',
|
||||
'new_option_configuration' => 'Configuración de nueva opción',
|
||||
'create_configurations' => 'Crear configuraciones',
|
||||
];
|
||||
|
||||
@ -137,7 +137,9 @@ return [
|
||||
'oldest' => 'Más antiguo',
|
||||
'address_a_z' => 'Dirección (de la A a la Z)',
|
||||
'address_z_a' => 'Dirección (Z a A)',
|
||||
'categories' => 'Categorias',
|
||||
'categories' => [
|
||||
'name' => 'Categorías'
|
||||
],
|
||||
'all_categories' => 'todas las categorias',
|
||||
'location' => 'Ubicación',
|
||||
'send_message' => 'Enviar mensaje',
|
||||
@ -314,6 +316,12 @@ return [
|
||||
'site' => 'Sitio',
|
||||
'subscription' => 'Suscripción',
|
||||
'created' => 'Creado',
|
||||
'product_option' => [
|
||||
'name' => 'Opción de producto'
|
||||
],
|
||||
'option_json' => [
|
||||
'name' => 'Opción'
|
||||
],
|
||||
'old_price' => [
|
||||
'name' => 'Precio anterior'
|
||||
],
|
||||
|
||||
@ -57,4 +57,44 @@ return [
|
||||
'delete' => '¿Puede eliminar opciones?',
|
||||
],
|
||||
],
|
||||
'productoptions' => [
|
||||
'name' => 'Productoptions',
|
||||
'option' => [
|
||||
'read' => '¿Puede leer opciones de producto?',
|
||||
'write' => '¿Puede crear / editar opciones de producto?',
|
||||
'delete' => '¿Se pueden eliminar opciones de producto?',
|
||||
],
|
||||
],
|
||||
'productoptions_value' => [
|
||||
'name' => 'Valor de las opciones de producto',
|
||||
'option' => [
|
||||
'read' => '¿Puede leer el valor de las opciones de producto?',
|
||||
'write' => '¿Puede crear / editar el valor de las opciones de producto?',
|
||||
'delete' => '¿Se puede eliminar el valor de las opciones de producto?',
|
||||
],
|
||||
],
|
||||
'options_configuration' => [
|
||||
'name' => 'Configuración de opciones',
|
||||
'option' => [
|
||||
'read' => '¿Puede leer la configuración de opciones?',
|
||||
'write' => '¿Se puede crear / editar la configuración de opciones?',
|
||||
'delete' => '¿Se puede eliminar la configuración de opciones?',
|
||||
],
|
||||
],
|
||||
'option_configuration' => [
|
||||
'name' => 'Configuración de opciones',
|
||||
'option' => [
|
||||
'read' => '¿Puede leer la configuración de opciones?',
|
||||
'write' => '¿Se puede crear / editar la configuración de opciones?',
|
||||
'delete' => '¿Se puede eliminar la configuración de opciones?',
|
||||
],
|
||||
],
|
||||
'option_configuration' => [
|
||||
'name' => 'Configuración de opciones',
|
||||
'option' => [
|
||||
'read' => '¿Puede leer la configuración de opciones?',
|
||||
'write' => '¿Se puede crear / editar la configuración de opciones?',
|
||||
'delete' => '¿Se puede eliminar la configuración de opciones?',
|
||||
],
|
||||
],
|
||||
];
|
||||
|
||||
@ -45,4 +45,13 @@ return [
|
||||
'title' => 'Opciones',
|
||||
],
|
||||
'ads_image' => 'Imagen de anuncios',
|
||||
'product_options' => [
|
||||
'title' => 'Opciones',
|
||||
],
|
||||
'productoptions_value' => [
|
||||
'title' => 'Valor de opciones',
|
||||
],
|
||||
'option_configuration' => [
|
||||
'title' => 'Configuración',
|
||||
],
|
||||
];
|
||||
|
||||
@ -176,4 +176,8 @@ return [
|
||||
'watermark_position' => [
|
||||
'name' => 'Posición de marca de agua',
|
||||
],
|
||||
'user_filter_limit' => [
|
||||
'name' => 'Límite de filtro de usuario',
|
||||
'instructions' => 'En el panel de administración'
|
||||
]
|
||||
];
|
||||
|
||||
@ -22,4 +22,13 @@ return [
|
||||
'options' => [
|
||||
'name' => 'Opciones',
|
||||
],
|
||||
'product_options' => [
|
||||
'name' => 'Opciones de producto',
|
||||
],
|
||||
'productoptions_value' => [
|
||||
'name' => 'Valor de opciones',
|
||||
],
|
||||
'option_configuration' => [
|
||||
'name' => 'Configuración',
|
||||
],
|
||||
];
|
||||
|
||||
@ -32,5 +32,11 @@ return [
|
||||
'name' => 'رده به روزرسانی'
|
||||
],
|
||||
'new_option' => 'گزینه جدید',
|
||||
'export' => 'صادرات'
|
||||
'export' => 'صادرات',
|
||||
'new_productoption' => 'محصول جدید',
|
||||
'new_productoptions_value' => 'مقدار گزینه محصول جدید',
|
||||
'new_options_configuration' => 'پیکربندی گزینه جدید',
|
||||
'new_option_configuration' => 'پیکربندی گزینه جدید',
|
||||
'new_option_configuration' => 'پیکربندی گزینه جدید',
|
||||
'create_configurations' => 'تنظیمات را ایجاد کنید',
|
||||
];
|
||||
|
||||
@ -137,7 +137,9 @@ return [
|
||||
'oldest' => 'قدیمی ترین',
|
||||
'address_a_z' => 'آدرس (الف تا ی)',
|
||||
'address_z_a' => 'آدرس ( از ی تا الف )',
|
||||
'categories' => 'گتگوری ها',
|
||||
'categories' => [
|
||||
'name' => 'دسته بندی ها'
|
||||
],
|
||||
'all_categories' => 'همه گتگوری ها',
|
||||
'location' => 'موقعيت',
|
||||
'send_message' => 'پیام فرستادن',
|
||||
@ -313,6 +315,12 @@ return [
|
||||
'site' => 'سایت',
|
||||
'subscription' => 'اشتراک، ابونمان',
|
||||
'created' => 'ایجاد شده',
|
||||
'product_option' => [
|
||||
'name' => 'گزینه محصول'
|
||||
],
|
||||
'option_json' => [
|
||||
'name' => 'گزینه'
|
||||
],
|
||||
'old_price' => [
|
||||
'name' => 'قیمت قدیمی'
|
||||
],
|
||||
|
||||
@ -57,4 +57,44 @@ return [
|
||||
'delete' => 'آیا می توانید گزینه ها را حذف کنید؟',
|
||||
],
|
||||
],
|
||||
'productoptions' => [
|
||||
'name' => 'گزینه های محصول',
|
||||
'option' => [
|
||||
'read' => 'آیا می توانید محصولات تولیدی را بخوانید؟',
|
||||
'write' => 'آیا می توان محصولات تولیدی را ایجاد / ویرایش کرد؟',
|
||||
'delete' => 'آیا می توان محصولات تولیدی را حذف کرد؟',
|
||||
],
|
||||
],
|
||||
'productoptions_value' => [
|
||||
'name' => 'ارزش تولیدات',
|
||||
'option' => [
|
||||
'read' => 'آیا می توان محصولات تولیدی را خواند؟',
|
||||
'write' => 'آیا می توان مقدار تولید محصولات را ایجاد یا ویرایش کرد؟',
|
||||
'delete' => 'آیا می توان مقدار تولید را حذف کرد؟',
|
||||
],
|
||||
],
|
||||
'options_configuration' => [
|
||||
'name' => 'پیکربندی گزینه ها',
|
||||
'option' => [
|
||||
'read' => 'آیا می توان پیکربندی گزینه ها را خواند؟',
|
||||
'write' => 'آیا می توان پیکربندی گزینه ها را ایجاد یا ویرایش کرد؟',
|
||||
'delete' => 'آیا می توان پیکربندی گزینه ها را حذف کرد؟',
|
||||
],
|
||||
],
|
||||
'option_configuration' => [
|
||||
'name' => 'پیکربندی گزینه',
|
||||
'option' => [
|
||||
'read' => 'آیا می توان پیکربندی گزینه را خواند؟',
|
||||
'write' => 'آیا می توان پیکربندی گزینه را ایجاد یا ویرایش کرد؟',
|
||||
'delete' => 'آیا می توان پیکربندی گزینه را حذف کرد؟',
|
||||
],
|
||||
],
|
||||
'option_configuration' => [
|
||||
'name' => 'پیکربندی گزینه',
|
||||
'option' => [
|
||||
'read' => 'آیا می توان پیکربندی گزینه را خواند؟',
|
||||
'write' => 'آیا می توان پیکربندی گزینه را ایجاد یا ویرایش کرد؟',
|
||||
'delete' => 'آیا می توان پیکربندی گزینه را حذف کرد؟',
|
||||
],
|
||||
],
|
||||
];
|
||||
|
||||
@ -45,4 +45,13 @@ return [
|
||||
'title' => 'گزینه ها',
|
||||
],
|
||||
'ads_image' => 'تصویر تبلیغات',
|
||||
'product_options' => [
|
||||
'title' => 'گزینه ها',
|
||||
],
|
||||
'productoptions_value' => [
|
||||
'title' => 'مقدار گزینه ها',
|
||||
],
|
||||
'option_configuration' => [
|
||||
'title' => 'پیکربندی',
|
||||
],
|
||||
];
|
||||
|
||||
@ -177,4 +177,8 @@ return [
|
||||
'watermark_position' => [
|
||||
'name' => 'موقعیت علامت سفید',
|
||||
],
|
||||
'user_filter_limit' => [
|
||||
'name' => 'محدودیت فیلتر کاربر',
|
||||
'instructions' => 'در پنل مدیریت'
|
||||
]
|
||||
];
|
||||
|
||||
@ -22,4 +22,13 @@ return [
|
||||
'options' => [
|
||||
'name' => 'گزینه ها',
|
||||
],
|
||||
'product_options' => [
|
||||
'name' => 'گزینه های محصول',
|
||||
],
|
||||
'productoptions_value' => [
|
||||
'name' => 'مقدار گزینه ها',
|
||||
],
|
||||
'option_configuration' => [
|
||||
'name' => 'پیکربندی',
|
||||
],
|
||||
];
|
||||
|
||||
@ -32,5 +32,11 @@ return [
|
||||
'name' => 'Mettre à jour la catégorie'
|
||||
],
|
||||
'new_option' => 'Nouvelle option',
|
||||
'export' => 'Exportation'
|
||||
'export' => 'Exportation',
|
||||
'new_productoption' => 'Nouvelle option de produit',
|
||||
'new_productoptions_value' => 'Nouvelle valeur de l\'option de produit',
|
||||
'new_options_configuration' => 'Nouvelle configuration d\'option',
|
||||
'new_option_configuration' => 'Nouvelle configuration d\'option',
|
||||
'new_option_configuration' => 'Nouvelle configuration d\'option',
|
||||
'create_configurations' => 'Créer des configurations',
|
||||
];
|
||||
|
||||
@ -137,7 +137,9 @@ return [
|
||||
'oldest' => 'Le plus ancien',
|
||||
'address_a_z' => 'Adresse (A à Z)',
|
||||
'address_z_a' => 'Adresse (Z à A)',
|
||||
'categories' => 'Les catégories',
|
||||
'categories' => [
|
||||
'name' => 'Catégories'
|
||||
],
|
||||
'all_categories' => 'toutes catégories',
|
||||
'location' => 'Emplacement',
|
||||
'send_message' => 'Envoyer le message',
|
||||
@ -314,6 +316,12 @@ return [
|
||||
'site' => 'Site',
|
||||
'subscription' => 'Abonnement',
|
||||
'created' => 'Créé',
|
||||
'product_option' => [
|
||||
'name' => 'Option de produit'
|
||||
],
|
||||
'option_json' => [
|
||||
'name' => 'Option'
|
||||
],
|
||||
'old_price' => [
|
||||
'name' => 'Ancien prix'
|
||||
],
|
||||
|
||||
@ -57,4 +57,44 @@ return [
|
||||
'delete' => 'Peut supprimer des options?',
|
||||
],
|
||||
],
|
||||
'productoptions' => [
|
||||
'name' => 'Options de produit',
|
||||
'option' => [
|
||||
'read' => 'Peut lire les options de produit?',
|
||||
'write' => 'Peut créer / modifier des options de produit?',
|
||||
'delete' => 'Peut-on supprimer les options de produit?',
|
||||
],
|
||||
],
|
||||
'productoptions_value' => [
|
||||
'name' => 'Valeur de Productoptions',
|
||||
'option' => [
|
||||
'read' => 'Peut lire la valeur de productoptions?',
|
||||
'write' => 'Peut créer / modifier la valeur des options de produit?',
|
||||
'delete' => 'Peut supprimer la valeur productoptions?',
|
||||
],
|
||||
],
|
||||
'options_configuration' => [
|
||||
'name' => 'Configuration des options',
|
||||
'option' => [
|
||||
'read' => 'Peut lire la configuration des options?',
|
||||
'write' => 'Peut créer / modifier la configuration des options?',
|
||||
'delete' => 'Peut supprimer la configuration des options?',
|
||||
],
|
||||
],
|
||||
'option_configuration' => [
|
||||
'name' => 'Configuration des options',
|
||||
'option' => [
|
||||
'read' => 'Peut lire la configuration des options?',
|
||||
'write' => 'Peut créer / modifier la configuration des options?',
|
||||
'delete' => 'Peut supprimer la configuration des options?',
|
||||
],
|
||||
],
|
||||
'option_configuration' => [
|
||||
'name' => 'Configuration des options',
|
||||
'option' => [
|
||||
'read' => 'Peut lire la configuration des options?',
|
||||
'write' => 'Peut créer / modifier la configuration des options?',
|
||||
'delete' => 'Peut supprimer la configuration des options?',
|
||||
],
|
||||
],
|
||||
];
|
||||
|
||||
@ -45,4 +45,13 @@ return [
|
||||
'title' => 'Options',
|
||||
],
|
||||
'ads_image' => 'Image d\'annonces',
|
||||
'product_options' => [
|
||||
'title' => 'Options',
|
||||
],
|
||||
'productoptions_value' => [
|
||||
'title' => 'Valeur des options',
|
||||
],
|
||||
'option_configuration' => [
|
||||
'title' => 'Configuration',
|
||||
],
|
||||
];
|
||||
|
||||
@ -176,4 +176,8 @@ return [
|
||||
'watermark_position' => [
|
||||
'name' => 'Position du filigrane',
|
||||
],
|
||||
'user_filter_limit' => [
|
||||
'name' => 'Limite de filtre utilisateur',
|
||||
'instructions' => 'Dans le panneau d\'administration'
|
||||
]
|
||||
];
|
||||
|
||||
@ -22,4 +22,13 @@ return [
|
||||
'options' => [
|
||||
'name' => 'Options',
|
||||
],
|
||||
'product_options' => [
|
||||
'name' => 'Options de produit',
|
||||
],
|
||||
'productoptions_value' => [
|
||||
'name' => 'Valeur des options',
|
||||
],
|
||||
'option_configuration' => [
|
||||
'name' => 'Configuration',
|
||||
],
|
||||
];
|
||||
|
||||
@ -32,5 +32,11 @@ return [
|
||||
'name' => 'עדכן קטגוריה'
|
||||
],
|
||||
'new_option' => 'אפשרות חדשה',
|
||||
'export' => 'יְצוּא'
|
||||
'export' => 'יְצוּא',
|
||||
'new_productoption' => 'מוצר חדש',
|
||||
'new_productoptions_value' => 'ערך אפשרות מוצר חדש',
|
||||
'new_options_configuration' => 'תצורת אפשרות חדשה',
|
||||
'new_option_configuration' => 'תצורת אפשרות חדשה',
|
||||
'new_option_configuration' => 'תצורת אפשרות חדשה',
|
||||
'create_configurations' => 'צור תצורות',
|
||||
];
|
||||
|
||||
@ -137,7 +137,9 @@ return [
|
||||
'oldest' => 'הוותיק ביותר',
|
||||
'address_a_z' => 'כתובת (א \'עד ת\')',
|
||||
'address_z_a' => 'כתובת (Z עד A)',
|
||||
'categories' => 'קטגוריות',
|
||||
'categories' => [
|
||||
'name' => 'קטגוריות'
|
||||
],
|
||||
'all_categories' => 'כל הקטגוריות',
|
||||
'location' => 'מקום',
|
||||
'send_message' => 'לשלוח הודעה',
|
||||
@ -313,6 +315,12 @@ return [
|
||||
'site' => 'אֲתַר',
|
||||
'subscription' => 'מִנוּי',
|
||||
'created' => 'נוצר',
|
||||
'product_option' => [
|
||||
'name' => 'אפשרות מוצר'
|
||||
],
|
||||
'option_json' => [
|
||||
'name' => 'אוֹפְּצִיָה'
|
||||
],
|
||||
'old_price' => [
|
||||
'name' => 'מחיר ישן'
|
||||
],
|
||||
|
||||
@ -57,4 +57,44 @@ return [
|
||||
'delete' => 'האם ניתן למחוק אפשרויות?',
|
||||
],
|
||||
],
|
||||
'productoptions' => [
|
||||
'name' => 'אפשרויות מוצר',
|
||||
'option' => [
|
||||
'read' => 'האם יכול לקרוא אפשרויות מוצר?',
|
||||
'write' => 'האם ניתן ליצור / לערוך אפשרויות מוצר?',
|
||||
'delete' => 'האם ניתן למחוק אפשרויות מוצר?',
|
||||
],
|
||||
],
|
||||
'productoptions_value' => [
|
||||
'name' => 'ערך אופציות המוצר',
|
||||
'option' => [
|
||||
'read' => 'האם ניתן לקרוא את ערך אפשרויות המוצר?',
|
||||
'write' => 'האם ניתן ליצור / לערוך ערך של אפשרויות מוצר?',
|
||||
'delete' => 'האם ניתן למחוק את ערך אפשרויות האופציות?',
|
||||
],
|
||||
],
|
||||
'options_configuration' => [
|
||||
'name' => 'תצורת אפשרויות',
|
||||
'option' => [
|
||||
'read' => 'האם תצורת אפשרויות קריאה יכולה?',
|
||||
'write' => 'האם ניתן ליצור / לערוך תצורת אפשרויות?',
|
||||
'delete' => 'האם ניתן למחוק את תצורת האפשרויות?',
|
||||
],
|
||||
],
|
||||
'option_configuration' => [
|
||||
'name' => 'תצורת אפשרות',
|
||||
'option' => [
|
||||
'read' => 'האם תצורת אפשרות לקרוא?',
|
||||
'write' => 'האם ניתן ליצור / לערוך תצורת אפשרויות?',
|
||||
'delete' => 'האם ניתן למחוק את תצורת האפשרויות?',
|
||||
],
|
||||
],
|
||||
'option_configuration' => [
|
||||
'name' => 'תצורת אפשרות',
|
||||
'option' => [
|
||||
'read' => 'האם תצורת אפשרות לקרוא?',
|
||||
'write' => 'האם ניתן ליצור / לערוך תצורת אפשרויות?',
|
||||
'delete' => 'האם ניתן למחוק את תצורת האפשרויות?',
|
||||
],
|
||||
],
|
||||
];
|
||||
|
||||
@ -45,4 +45,13 @@ return [
|
||||
'title' => 'אפשרויות',
|
||||
],
|
||||
'ads_image' => 'תמונת מודעות',
|
||||
'product_options' => [
|
||||
'title' => 'אפשרויות',
|
||||
],
|
||||
'productoptions_value' => [
|
||||
'title' => 'ערך אפשרויות',
|
||||
],
|
||||
'option_configuration' => [
|
||||
'title' => 'תְצוּרָה',
|
||||
],
|
||||
];
|
||||
|
||||
@ -176,4 +176,8 @@ return [
|
||||
'watermark_position' => [
|
||||
'name' => 'מיקום סימן מים',
|
||||
],
|
||||
'user_filter_limit' => [
|
||||
'name' => 'מגבלת מסנן משתמשים',
|
||||
'instructions' => 'בחלונית הניהול'
|
||||
]
|
||||
];
|
||||
|
||||
@ -22,4 +22,13 @@ return [
|
||||
'options' => [
|
||||
'name' => 'אפשרויות',
|
||||
],
|
||||
'product_options' => [
|
||||
'name' => 'אפשרויות מוצר',
|
||||
],
|
||||
'productoptions_value' => [
|
||||
'name' => 'ערך אפשרויות',
|
||||
],
|
||||
'option_configuration' => [
|
||||
'name' => 'תְצוּרָה',
|
||||
],
|
||||
];
|
||||
|
||||
@ -32,5 +32,11 @@ return [
|
||||
'name' => 'अद्यतन श्रेणी'
|
||||
],
|
||||
'new_option' => 'नया विकल्प',
|
||||
'export' => 'निर्यात'
|
||||
'export' => 'निर्यात',
|
||||
'new_productoption' => 'नया उत्पाद',
|
||||
'new_productoptions_value' => 'नए उत्पाद विकल्प मूल्य',
|
||||
'new_options_configuration' => 'नया विकल्प कॉन्फ़िगरेशन',
|
||||
'new_option_configuration' => 'नया विकल्प कॉन्फ़िगरेशन',
|
||||
'new_option_configuration' => 'नया विकल्प कॉन्फ़िगरेशन',
|
||||
'create_configurations' => 'कॉन्फ़िगरेशन बनाएँ',
|
||||
];
|
||||
|
||||
@ -137,7 +137,9 @@ return [
|
||||
'oldest' => 'सबसे पुराना',
|
||||
'address_a_z' => 'पता (A से Z)',
|
||||
'address_z_a' => 'पता (Z से A)',
|
||||
'categories' => 'श्रेणियाँ',
|
||||
'categories' => [
|
||||
'name' => 'श्रेणियाँ'
|
||||
],
|
||||
'all_categories' => 'सब वर्ग',
|
||||
'location' => 'स्थान',
|
||||
'send_message' => 'मेसेज भेजें',
|
||||
@ -313,6 +315,12 @@ return [
|
||||
'site' => 'साइट',
|
||||
'subscription' => 'अंशदान',
|
||||
'created' => 'बनाया था',
|
||||
'product_option' => [
|
||||
'name' => 'उत्पाद विकल्प'
|
||||
],
|
||||
'option_json' => [
|
||||
'name' => 'विकल्प'
|
||||
],
|
||||
'old_price' => [
|
||||
'name' => 'पुरानी कीमत'
|
||||
],
|
||||
|
||||
@ -57,4 +57,44 @@ return [
|
||||
'delete' => 'विकल्प हटा सकते हैं?',
|
||||
],
|
||||
],
|
||||
'productoptions' => [
|
||||
'name' => 'Productoptions',
|
||||
'option' => [
|
||||
'read' => 'Productoptions पढ़ सकते हैं?',
|
||||
'write' => 'Productoptions बना / संपादित कर सकते हैं?',
|
||||
'delete' => 'Productoptions हटा सकते हैं?',
|
||||
],
|
||||
],
|
||||
'productoptions_value' => [
|
||||
'name' => 'उत्पाद के मूल्य',
|
||||
'option' => [
|
||||
'read' => 'क्या उत्पाद अपनाने के मूल्य पढ़ सकते हैं?',
|
||||
'write' => 'Productoptions मान बना / संपादित कर सकते हैं?',
|
||||
'delete' => 'क्या Productoptions मान हटा सकते हैं?',
|
||||
],
|
||||
],
|
||||
'options_configuration' => [
|
||||
'name' => 'विकल्प विन्यास',
|
||||
'option' => [
|
||||
'read' => 'विकल्प विन्यास पढ़ सकते हैं?',
|
||||
'write' => 'विकल्प विन्यास बना / संपादित कर सकते हैं?',
|
||||
'delete' => 'विकल्प कॉन्फ़िगरेशन हटा सकते हैं?',
|
||||
],
|
||||
],
|
||||
'option_configuration' => [
|
||||
'name' => 'विकल्प विन्यास',
|
||||
'option' => [
|
||||
'read' => 'विकल्प विन्यास पढ़ सकते हैं?',
|
||||
'write' => 'विकल्प विन्यास बना / संपादित कर सकते हैं?',
|
||||
'delete' => 'विकल्प कॉन्फ़िगरेशन हटा सकते हैं?',
|
||||
],
|
||||
],
|
||||
'option_configuration' => [
|
||||
'name' => 'विकल्प विन्यास',
|
||||
'option' => [
|
||||
'read' => 'विकल्प विन्यास पढ़ सकते हैं?',
|
||||
'write' => 'विकल्प विन्यास बना / संपादित कर सकते हैं?',
|
||||
'delete' => 'विकल्प कॉन्फ़िगरेशन हटा सकते हैं?',
|
||||
],
|
||||
],
|
||||
];
|
||||
|
||||
@ -45,4 +45,13 @@ return [
|
||||
'title' => 'विकल्प',
|
||||
],
|
||||
'ads_image' => 'विज्ञापन छवि',
|
||||
'product_options' => [
|
||||
'title' => 'विकल्प',
|
||||
],
|
||||
'productoptions_value' => [
|
||||
'title' => 'विकल्प मान',
|
||||
],
|
||||
'option_configuration' => [
|
||||
'title' => 'विन्यास',
|
||||
],
|
||||
];
|
||||
|
||||
@ -176,4 +176,8 @@ return [
|
||||
'watermark_position' => [
|
||||
'name' => 'वॉटरमार्क स्थिति',
|
||||
],
|
||||
'user_filter_limit' => [
|
||||
'name' => 'उपयोगकर्ता फ़िल्टर सीमा',
|
||||
'instructions' => 'व्यवस्थापक पैनल में'
|
||||
]
|
||||
];
|
||||
|
||||
@ -22,4 +22,13 @@ return [
|
||||
'options' => [
|
||||
'name' => 'विकल्प',
|
||||
],
|
||||
'product_options' => [
|
||||
'name' => 'उत्पाद विकल्प',
|
||||
],
|
||||
'productoptions_value' => [
|
||||
'name' => 'विकल्प मान',
|
||||
],
|
||||
'option_configuration' => [
|
||||
'name' => 'विन्यास',
|
||||
],
|
||||
];
|
||||
|
||||
@ -32,5 +32,11 @@ return [
|
||||
'name' => 'Categoria di aggiornamento'
|
||||
],
|
||||
'new_option' => 'Nuova opzione',
|
||||
'export' => 'Esportare'
|
||||
'export' => 'Esportare',
|
||||
'new_productoption' => 'New Productoption',
|
||||
'new_productoptions_value' => 'Nuovo valore dell\'opzione del prodotto',
|
||||
'new_options_configuration' => 'Nuova configurazione delle opzioni',
|
||||
'new_option_configuration' => 'Nuova configurazione delle opzioni',
|
||||
'new_option_configuration' => 'Nuova configurazione delle opzioni',
|
||||
'create_configurations' => 'Crea configurazioni',
|
||||
];
|
||||
|
||||
@ -137,7 +137,9 @@ return [
|
||||
'oldest' => 'il più vecchio',
|
||||
'address_a_z' => 'Indirizzo (dalla A alla Z)',
|
||||
'address_z_a' => 'Indirizzo (dalla Z alla A)',
|
||||
'categories' => 'categorie',
|
||||
'categories' => [
|
||||
'name' => 'Categorie'
|
||||
],
|
||||
'all_categories' => 'tutte le categorie',
|
||||
'location' => 'Posizione',
|
||||
'send_message' => 'Invia messaggio',
|
||||
@ -314,6 +316,12 @@ return [
|
||||
'site' => 'Luogo',
|
||||
'subscription' => 'Sottoscrizione',
|
||||
'created' => 'Creato',
|
||||
'product_option' => [
|
||||
'name' => 'Opzione prodotto'
|
||||
],
|
||||
'option_json' => [
|
||||
'name' => 'Opzione'
|
||||
],
|
||||
'old_price' => [
|
||||
'name' => 'Vecchio prezzo'
|
||||
],
|
||||
|
||||
@ -57,4 +57,44 @@ return [
|
||||
'delete' => 'Può eliminare le opzioni?',
|
||||
],
|
||||
],
|
||||
'productoptions' => [
|
||||
'name' => 'Productoptions',
|
||||
'option' => [
|
||||
'read' => 'Può leggere le interruzioni di produzione?',
|
||||
'write' => 'Può creare / modificare le opzioni di produzione?',
|
||||
'delete' => 'È possibile eliminare le interruzioni di produzione?',
|
||||
],
|
||||
],
|
||||
'productoptions_value' => [
|
||||
'name' => 'Valore delle produzioni',
|
||||
'option' => [
|
||||
'read' => 'Può leggere il valore delle opzioni di produzione?',
|
||||
'write' => 'Può creare / modificare il valore delle opzioni di produzione?',
|
||||
'delete' => 'Può eliminare il valore delle opzioni di produzione?',
|
||||
],
|
||||
],
|
||||
'options_configuration' => [
|
||||
'name' => 'Configurazione delle opzioni',
|
||||
'option' => [
|
||||
'read' => 'Può leggere la configurazione delle opzioni?',
|
||||
'write' => 'Può creare / modificare la configurazione delle opzioni?',
|
||||
'delete' => 'Può eliminare la configurazione delle opzioni?',
|
||||
],
|
||||
],
|
||||
'option_configuration' => [
|
||||
'name' => 'Configurazione delle opzioni',
|
||||
'option' => [
|
||||
'read' => 'Può leggere la configurazione delle opzioni?',
|
||||
'write' => 'Può creare / modificare la configurazione delle opzioni?',
|
||||
'delete' => 'Può eliminare la configurazione delle opzioni?',
|
||||
],
|
||||
],
|
||||
'option_configuration' => [
|
||||
'name' => 'Configurazione delle opzioni',
|
||||
'option' => [
|
||||
'read' => 'Può leggere la configurazione delle opzioni?',
|
||||
'write' => 'Può creare / modificare la configurazione delle opzioni?',
|
||||
'delete' => 'Può eliminare la configurazione delle opzioni?',
|
||||
],
|
||||
],
|
||||
];
|
||||
|
||||
@ -45,4 +45,13 @@ return [
|
||||
'title' => 'Opzioni',
|
||||
],
|
||||
'ads_image' => 'Immagine degli annunci',
|
||||
'product_options' => [
|
||||
'title' => 'Opzioni',
|
||||
],
|
||||
'productoptions_value' => [
|
||||
'title' => 'Valore delle opzioni',
|
||||
],
|
||||
'option_configuration' => [
|
||||
'title' => 'Configurazione',
|
||||
],
|
||||
];
|
||||
|
||||
@ -176,4 +176,8 @@ return [
|
||||
'watermark_position' => [
|
||||
'name' => 'Posizione della filigrana',
|
||||
],
|
||||
'user_filter_limit' => [
|
||||
'name' => 'Limite filtro utente',
|
||||
'instructions' => 'Nel pannello di amministrazione'
|
||||
]
|
||||
];
|
||||
|
||||
@ -22,4 +22,13 @@ return [
|
||||
'options' => [
|
||||
'name' => 'Opzioni',
|
||||
],
|
||||
'product_options' => [
|
||||
'name' => 'Opzioni di prodotto',
|
||||
],
|
||||
'productoptions_value' => [
|
||||
'name' => 'Valore delle opzioni',
|
||||
],
|
||||
'option_configuration' => [
|
||||
'name' => 'Configurazione',
|
||||
],
|
||||
];
|
||||
|
||||
@ -32,5 +32,11 @@ return [
|
||||
'name' => 'カテゴリを更新'
|
||||
],
|
||||
'new_option' => '新しいオプション',
|
||||
'export' => '書き出す'
|
||||
'export' => '書き出す',
|
||||
'new_productoption' => '新製品オプション',
|
||||
'new_productoptions_value' => '新製品オプション値',
|
||||
'new_options_configuration' => '新しいオプション構成',
|
||||
'new_option_configuration' => '新しいオプション構成',
|
||||
'new_option_configuration' => '新しいオプション構成',
|
||||
'create_configurations' => '構成の作成',
|
||||
];
|
||||
|
||||
@ -137,7 +137,9 @@ return [
|
||||
'oldest' => '最古',
|
||||
'address_a_z' => '住所(AからZ)',
|
||||
'address_z_a' => 'アドレス(ZからA)',
|
||||
'categories' => 'カテゴリー',
|
||||
'categories' => [
|
||||
'name' => 'カテゴリ'
|
||||
],
|
||||
'all_categories' => 'すべてのカテゴリ',
|
||||
'location' => 'ロケーション',
|
||||
'send_message' => 'メッセージを送る',
|
||||
@ -313,6 +315,12 @@ return [
|
||||
'site' => '地点',
|
||||
'subscription' => 'サブスクリプション',
|
||||
'created' => '作成した',
|
||||
'product_option' => [
|
||||
'name' => '製品オプション'
|
||||
],
|
||||
'option_json' => [
|
||||
'name' => 'オプション'
|
||||
],
|
||||
'old_price' => [
|
||||
'name' => '古い価格'
|
||||
],
|
||||
|
||||
@ -57,4 +57,44 @@ return [
|
||||
'delete' => 'オプションを削除できますか?',
|
||||
],
|
||||
],
|
||||
'productoptions' => [
|
||||
'name' => '製品オプション',
|
||||
'option' => [
|
||||
'read' => 'productoptionsを読むことができますか?',
|
||||
'write' => '製品オプションを作成/編集できますか?',
|
||||
'delete' => 'productoptionsを削除できますか?',
|
||||
],
|
||||
],
|
||||
'productoptions_value' => [
|
||||
'name' => 'Productoptionsの値',
|
||||
'option' => [
|
||||
'read' => 'productoptionsの値を読み取ることができますか?',
|
||||
'write' => 'productoptions値を作成/編集できますか?',
|
||||
'delete' => 'productoptions値を削除できますか?',
|
||||
],
|
||||
],
|
||||
'options_configuration' => [
|
||||
'name' => 'オプション構成',
|
||||
'option' => [
|
||||
'read' => 'オプション設定を読み取ることができますか?',
|
||||
'write' => 'オプション構成を作成/編集できますか?',
|
||||
'delete' => 'オプション設定を削除できますか?',
|
||||
],
|
||||
],
|
||||
'option_configuration' => [
|
||||
'name' => 'オプション構成',
|
||||
'option' => [
|
||||
'read' => 'オプション設定を読み取ることができますか?',
|
||||
'write' => 'オプション構成を作成/編集できますか?',
|
||||
'delete' => 'オプション設定を削除できますか?',
|
||||
],
|
||||
],
|
||||
'option_configuration' => [
|
||||
'name' => 'オプション構成',
|
||||
'option' => [
|
||||
'read' => 'オプション設定を読み取ることができますか?',
|
||||
'write' => 'オプション構成を作成/編集できますか?',
|
||||
'delete' => 'オプション設定を削除できますか?',
|
||||
],
|
||||
],
|
||||
];
|
||||
|
||||
@ -45,4 +45,13 @@ return [
|
||||
'title' => 'オプション',
|
||||
],
|
||||
'ads_image' => '広告画像',
|
||||
'product_options' => [
|
||||
'title' => 'オプション',
|
||||
],
|
||||
'productoptions_value' => [
|
||||
'title' => 'オプション値',
|
||||
],
|
||||
'option_configuration' => [
|
||||
'title' => '構成',
|
||||
],
|
||||
];
|
||||
|
||||
@ -176,4 +176,8 @@ return [
|
||||
'watermark_position' => [
|
||||
'name' => '透かしの位置',
|
||||
],
|
||||
'user_filter_limit' => [
|
||||
'name' => 'ユーザーフィルターの制限',
|
||||
'instructions' => '管理パネルで'
|
||||
]
|
||||
];
|
||||
|
||||
@ -22,4 +22,13 @@ return [
|
||||
'options' => [
|
||||
'name' => 'オプション',
|
||||
],
|
||||
'product_options' => [
|
||||
'name' => '製品オプション',
|
||||
],
|
||||
'productoptions_value' => [
|
||||
'name' => 'オプション値',
|
||||
],
|
||||
'option_configuration' => [
|
||||
'name' => '構成',
|
||||
],
|
||||
];
|
||||
|
||||
@ -32,5 +32,11 @@ return [
|
||||
'name' => '카테고리 업데이트'
|
||||
],
|
||||
'new_option' => '새로운 옵션',
|
||||
'export' => '수출'
|
||||
'export' => '수출',
|
||||
'new_productoption' => '신제품 옵션',
|
||||
'new_productoptions_value' => '신제품 옵션 값',
|
||||
'new_options_configuration' => '새로운 옵션 구성',
|
||||
'new_option_configuration' => '새로운 옵션 구성',
|
||||
'new_option_configuration' => '새로운 옵션 구성',
|
||||
'create_configurations' => '구성 만들기',
|
||||
];
|
||||
|
||||
@ -137,7 +137,9 @@ return [
|
||||
'oldest' => '가장 오래된',
|
||||
'address_a_z' => '주소 (A ~ Z)',
|
||||
'address_z_a' => '주소 (Z ~ A)',
|
||||
'categories' => '카테고리',
|
||||
'categories' => [
|
||||
'name' => '카테고리'
|
||||
],
|
||||
'all_categories' => '모든 카테고리',
|
||||
'location' => '위치',
|
||||
'send_message' => '문자 보내',
|
||||
@ -313,6 +315,12 @@ return [
|
||||
'site' => '대지',
|
||||
'subscription' => '신청',
|
||||
'created' => '만들어진',
|
||||
'product_option' => [
|
||||
'name' => '제품 옵션'
|
||||
],
|
||||
'option_json' => [
|
||||
'name' => '선택권'
|
||||
],
|
||||
'old_price' => [
|
||||
'name' => '이전 가격'
|
||||
],
|
||||
|
||||
@ -57,4 +57,44 @@ return [
|
||||
'delete' => '옵션을 삭제할 수 있습니까?',
|
||||
],
|
||||
],
|
||||
'productoptions' => [
|
||||
'name' => '제품 옵션',
|
||||
'option' => [
|
||||
'read' => '제품 옵션을 읽을 수 있습니까?',
|
||||
'write' => '제품 옵션을 생성 / 편집 할 수 있습니까?',
|
||||
'delete' => '제품 옵션을 삭제할 수 있습니까?',
|
||||
],
|
||||
],
|
||||
'productoptions_value' => [
|
||||
'name' => '제품 옵션 값',
|
||||
'option' => [
|
||||
'read' => 'productoptions 값을 읽을 수 있습니까?',
|
||||
'write' => '제품 옵션 값을 생성 / 편집 할 수 있습니까?',
|
||||
'delete' => 'productoptions 값을 삭제할 수 있습니까?',
|
||||
],
|
||||
],
|
||||
'options_configuration' => [
|
||||
'name' => '옵션 구성',
|
||||
'option' => [
|
||||
'read' => '옵션 구성을 읽을 수 있습니까?',
|
||||
'write' => '옵션 구성을 생성 / 편집 할 수 있습니까?',
|
||||
'delete' => '옵션 구성을 삭제할 수 있습니까?',
|
||||
],
|
||||
],
|
||||
'option_configuration' => [
|
||||
'name' => '옵션 구성',
|
||||
'option' => [
|
||||
'read' => '옵션 구성을 읽을 수 있습니까?',
|
||||
'write' => '옵션 구성을 생성 / 편집 할 수 있습니까?',
|
||||
'delete' => '옵션 구성을 삭제할 수 있습니까?',
|
||||
],
|
||||
],
|
||||
'option_configuration' => [
|
||||
'name' => '옵션 구성',
|
||||
'option' => [
|
||||
'read' => '옵션 구성을 읽을 수 있습니까?',
|
||||
'write' => '옵션 구성을 생성 / 편집 할 수 있습니까?',
|
||||
'delete' => '옵션 구성을 삭제할 수 있습니까?',
|
||||
],
|
||||
],
|
||||
];
|
||||
|
||||
@ -45,4 +45,13 @@ return [
|
||||
'title' => '옵션',
|
||||
],
|
||||
'ads_image' => '광고 이미지',
|
||||
'product_options' => [
|
||||
'title' => '옵션',
|
||||
],
|
||||
'productoptions_value' => [
|
||||
'title' => '옵션 값',
|
||||
],
|
||||
'option_configuration' => [
|
||||
'title' => '구성',
|
||||
],
|
||||
];
|
||||
|
||||
@ -176,4 +176,8 @@ return [
|
||||
'watermark_position' => [
|
||||
'name' => '워터 마크 위치',
|
||||
],
|
||||
'user_filter_limit' => [
|
||||
'name' => '사용자 필터 제한',
|
||||
'instructions' => '관리자 패널에서'
|
||||
]
|
||||
];
|
||||
|
||||
@ -22,4 +22,13 @@ return [
|
||||
'options' => [
|
||||
'name' => '옵션',
|
||||
],
|
||||
'product_options' => [
|
||||
'name' => '제품 옵션',
|
||||
],
|
||||
'productoptions_value' => [
|
||||
'name' => '옵션 값',
|
||||
],
|
||||
'option_configuration' => [
|
||||
'name' => '구성',
|
||||
],
|
||||
];
|
||||
|
||||
@ -32,5 +32,11 @@ return [
|
||||
'name' => 'Categorie bijwerken'
|
||||
],
|
||||
'new_option' => 'Nieuwe optie',
|
||||
'export' => 'Exporteren'
|
||||
'export' => 'Exporteren',
|
||||
'new_productoption' => 'Nieuwe productoptie',
|
||||
'new_productoptions_value' => 'Waarde van nieuwe productoptie',
|
||||
'new_options_configuration' => 'Nieuwe optieconfiguratie',
|
||||
'new_option_configuration' => 'Nieuwe optieconfiguratie',
|
||||
'new_option_configuration' => 'Nieuwe optieconfiguratie',
|
||||
'create_configurations' => 'Maak configuraties',
|
||||
];
|
||||
|
||||
@ -137,7 +137,9 @@ return [
|
||||
'oldest' => 'Oudste',
|
||||
'address_a_z' => 'Adres (A tot Z)',
|
||||
'address_z_a' => 'Adres (Z tot A)',
|
||||
'categories' => 'Categorieën',
|
||||
'categories' => [
|
||||
'name' => 'Categorieën'
|
||||
],
|
||||
'all_categories' => 'Alle categorieën',
|
||||
'location' => 'Plaats',
|
||||
'send_message' => 'Bericht versturen',
|
||||
@ -314,6 +316,12 @@ return [
|
||||
'site' => 'Site',
|
||||
'subscription' => 'Abonnement',
|
||||
'created' => 'Gemaakt',
|
||||
'product_option' => [
|
||||
'name' => 'Productoptie'
|
||||
],
|
||||
'option_json' => [
|
||||
'name' => 'Keuze'
|
||||
],
|
||||
'old_price' => [
|
||||
'name' => 'Oude prijs'
|
||||
],
|
||||
|
||||
@ -57,4 +57,44 @@ return [
|
||||
'delete' => 'Kan opties verwijderen?',
|
||||
],
|
||||
],
|
||||
'productoptions' => [
|
||||
'name' => 'Productopties',
|
||||
'option' => [
|
||||
'read' => 'Kan productopties lezen?',
|
||||
'write' => 'Kan productopties maken / bewerken?',
|
||||
'delete' => 'Kan productopties worden verwijderd?',
|
||||
],
|
||||
],
|
||||
'productoptions_value' => [
|
||||
'name' => 'Productopties waarde',
|
||||
'option' => [
|
||||
'read' => 'Kan de waarde van productopties lezen?',
|
||||
'write' => 'Kan waarde voor productopties creëren / bewerken?',
|
||||
'delete' => 'Kan de waarde van productopties verwijderen?',
|
||||
],
|
||||
],
|
||||
'options_configuration' => [
|
||||
'name' => 'Opties configuratie',
|
||||
'option' => [
|
||||
'read' => 'Kan de configuratie van opties lezen?',
|
||||
'write' => 'Kan configuratie van opties maken / bewerken?',
|
||||
'delete' => 'Kan de configuratie van opties verwijderen?',
|
||||
],
|
||||
],
|
||||
'option_configuration' => [
|
||||
'name' => 'Optie configuratie',
|
||||
'option' => [
|
||||
'read' => 'Kan optieconfiguratie lezen?',
|
||||
'write' => 'Kan optieconfiguratie maken / bewerken?',
|
||||
'delete' => 'Kan de optieconfiguratie verwijderen?',
|
||||
],
|
||||
],
|
||||
'option_configuration' => [
|
||||
'name' => 'Optie configuratie',
|
||||
'option' => [
|
||||
'read' => 'Kan optieconfiguratie lezen?',
|
||||
'write' => 'Kan optieconfiguratie maken / bewerken?',
|
||||
'delete' => 'Kan de optieconfiguratie verwijderen?',
|
||||
],
|
||||
],
|
||||
];
|
||||
|
||||
@ -45,4 +45,13 @@ return [
|
||||
'title' => 'Opties',
|
||||
],
|
||||
'ads_image' => 'Advertenties afbeelding',
|
||||
'product_options' => [
|
||||
'title' => 'Opties',
|
||||
],
|
||||
'productoptions_value' => [
|
||||
'title' => 'Opties Waarde',
|
||||
],
|
||||
'option_configuration' => [
|
||||
'title' => 'Configuratie',
|
||||
],
|
||||
];
|
||||
|
||||
@ -176,4 +176,8 @@ return [
|
||||
'watermark_position' => [
|
||||
'name' => 'Watermerkpositie',
|
||||
],
|
||||
'user_filter_limit' => [
|
||||
'name' => 'Limiet gebruikersfilter',
|
||||
'instructions' => 'In het admin-paneel'
|
||||
]
|
||||
];
|
||||
|
||||
@ -22,4 +22,13 @@ return [
|
||||
'options' => [
|
||||
'name' => 'Opties',
|
||||
],
|
||||
'product_options' => [
|
||||
'name' => 'Productopties',
|
||||
],
|
||||
'productoptions_value' => [
|
||||
'name' => 'Opties waarde',
|
||||
],
|
||||
'option_configuration' => [
|
||||
'name' => 'Configuratie',
|
||||
],
|
||||
];
|
||||
|
||||
@ -32,5 +32,11 @@ return [
|
||||
'name' => 'Zaktualizuj kategorię'
|
||||
],
|
||||
'new_option' => 'Nowa opcja',
|
||||
'export' => 'Eksport'
|
||||
'export' => 'Eksport',
|
||||
'new_productoption' => 'Nowa opcja produktu',
|
||||
'new_productoptions_value' => 'Nowa wartość opcji produktu',
|
||||
'new_options_configuration' => 'Nowa konfiguracja opcji',
|
||||
'new_option_configuration' => 'Nowa konfiguracja opcji',
|
||||
'new_option_configuration' => 'Nowa konfiguracja opcji',
|
||||
'create_configurations' => 'Utwórz konfiguracje',
|
||||
];
|
||||
|
||||
@ -137,7 +137,9 @@ return [
|
||||
'oldest' => 'Najstarszy',
|
||||
'address_a_z' => 'Adres (od A do Z)',
|
||||
'address_z_a' => 'Adres (od Z do A)',
|
||||
'categories' => 'Kategorie',
|
||||
'categories' => [
|
||||
'name' => 'Kategorie'
|
||||
],
|
||||
'all_categories' => 'Wszystkie kategorie',
|
||||
'location' => 'Lokalizacja',
|
||||
'send_message' => 'Wyślij wiadomość',
|
||||
@ -313,6 +315,12 @@ return [
|
||||
'site' => 'Teren',
|
||||
'subscription' => 'Subskrypcja',
|
||||
'created' => 'Utworzony',
|
||||
'product_option' => [
|
||||
'name' => 'Opcja produktu'
|
||||
],
|
||||
'option_json' => [
|
||||
'name' => 'Opcja'
|
||||
],
|
||||
'old_price' => [
|
||||
'name' => 'Stara cena'
|
||||
],
|
||||
|
||||
@ -57,4 +57,44 @@ return [
|
||||
'delete' => 'Czy można usunąć opcje?',
|
||||
],
|
||||
],
|
||||
'productoptions' => [
|
||||
'name' => 'Productoptions',
|
||||
'option' => [
|
||||
'read' => 'Czy można odczytać opcje produktu?',
|
||||
'write' => 'Czy można tworzyć / edytować opcje produktów?',
|
||||
'delete' => 'Czy można usunąć opcje produktu?',
|
||||
],
|
||||
],
|
||||
'productoptions_value' => [
|
||||
'name' => 'Wartość Productoptions',
|
||||
'option' => [
|
||||
'read' => 'Czy można odczytać wartość opcji produktu?',
|
||||
'write' => 'Czy można tworzyć / edytować wartości opcji produktów?',
|
||||
'delete' => 'Czy można usunąć wartość opcji produktu?',
|
||||
],
|
||||
],
|
||||
'options_configuration' => [
|
||||
'name' => 'Konfiguracja opcji',
|
||||
'option' => [
|
||||
'read' => 'Czy można odczytać konfigurację opcji?',
|
||||
'write' => 'Czy można tworzyć / edytować konfiguracje opcji?',
|
||||
'delete' => 'Czy można usunąć konfigurację opcji?',
|
||||
],
|
||||
],
|
||||
'option_configuration' => [
|
||||
'name' => 'Konfiguracja opcji',
|
||||
'option' => [
|
||||
'read' => 'Czy można odczytać konfigurację opcji?',
|
||||
'write' => 'Czy można tworzyć / edytować konfiguracje opcji?',
|
||||
'delete' => 'Czy można usunąć konfigurację opcji?',
|
||||
],
|
||||
],
|
||||
'option_configuration' => [
|
||||
'name' => 'Konfiguracja opcji',
|
||||
'option' => [
|
||||
'read' => 'Czy można odczytać konfigurację opcji?',
|
||||
'write' => 'Czy można tworzyć / edytować konfiguracje opcji?',
|
||||
'delete' => 'Czy można usunąć konfigurację opcji?',
|
||||
],
|
||||
],
|
||||
];
|
||||
|
||||
@ -45,4 +45,13 @@ return [
|
||||
'title' => 'Opcje',
|
||||
],
|
||||
'ads_image' => 'Obraz reklam',
|
||||
'product_options' => [
|
||||
'title' => 'Opcje',
|
||||
],
|
||||
'productoptions_value' => [
|
||||
'title' => 'Wartość opcji',
|
||||
],
|
||||
'option_configuration' => [
|
||||
'title' => 'Konfiguracja',
|
||||
],
|
||||
];
|
||||
|
||||
@ -176,4 +176,8 @@ return [
|
||||
'watermark_position' => [
|
||||
'name' => 'Pozycja znaku wodnego',
|
||||
],
|
||||
'user_filter_limit' => [
|
||||
'name' => 'Limit filtrów użytkownika',
|
||||
'instructions' => 'W panelu administracyjnym'
|
||||
]
|
||||
];
|
||||
|
||||
@ -22,4 +22,13 @@ return [
|
||||
'options' => [
|
||||
'name' => 'Opcje',
|
||||
],
|
||||
'product_options' => [
|
||||
'name' => 'Opcje produktu',
|
||||
],
|
||||
'productoptions_value' => [
|
||||
'name' => 'Wartość opcji',
|
||||
],
|
||||
'option_configuration' => [
|
||||
'name' => 'Konfiguracja',
|
||||
],
|
||||
];
|
||||
|
||||
@ -32,5 +32,11 @@ return [
|
||||
'name' => 'Atualizar categoria'
|
||||
],
|
||||
'new_option' => 'Nova Opção',
|
||||
'export' => 'Exportar'
|
||||
'export' => 'Exportar',
|
||||
'new_productoption' => 'Nova opção de produto',
|
||||
'new_productoptions_value' => 'Novo valor de opção de produto',
|
||||
'new_options_configuration' => 'Configuração de nova opção',
|
||||
'new_option_configuration' => 'Configuração de nova opção',
|
||||
'new_option_configuration' => 'Configuração de nova opção',
|
||||
'create_configurations' => 'Criar configurações',
|
||||
];
|
||||
|
||||
@ -137,7 +137,9 @@ return [
|
||||
'oldest' => 'Mais antigas',
|
||||
'address_a_z' => 'Endereço (A a Z)',
|
||||
'address_z_a' => 'Endereço (Z a A)',
|
||||
'categories' => 'Categorias',
|
||||
'categories' => [
|
||||
'name' => 'Categorias'
|
||||
],
|
||||
'all_categories' => 'todas as categorias',
|
||||
'location' => 'Localização',
|
||||
'send_message' => 'Enviar mensagem',
|
||||
@ -314,6 +316,12 @@ return [
|
||||
'site' => 'Local',
|
||||
'subscription' => 'Inscrição',
|
||||
'created' => 'Criado',
|
||||
'product_option' => [
|
||||
'name' => 'Opção de Produto'
|
||||
],
|
||||
'option_json' => [
|
||||
'name' => 'Opção'
|
||||
],
|
||||
'old_price' => [
|
||||
'name' => 'Preço antigo'
|
||||
],
|
||||
|
||||
@ -57,4 +57,44 @@ return [
|
||||
'delete' => 'Pode excluir opções?',
|
||||
],
|
||||
],
|
||||
'productoptions' => [
|
||||
'name' => 'Opções de produto',
|
||||
'option' => [
|
||||
'read' => 'Pode ler as opções do produto?',
|
||||
'write' => 'Pode criar / editar opções de produto?',
|
||||
'delete' => 'Pode excluir opções de produto?',
|
||||
],
|
||||
],
|
||||
'productoptions_value' => [
|
||||
'name' => 'Valor de opções de produto',
|
||||
'option' => [
|
||||
'read' => 'Pode ler o valor das opções do produto?',
|
||||
'write' => 'Pode criar / editar o valor das opções do produto?',
|
||||
'delete' => 'Pode excluir o valor de opções de produto?',
|
||||
],
|
||||
],
|
||||
'options_configuration' => [
|
||||
'name' => 'Configuração de opções',
|
||||
'option' => [
|
||||
'read' => 'Pode ler a configuração das opções?',
|
||||
'write' => 'Pode criar / editar configurações de opções?',
|
||||
'delete' => 'Pode excluir a configuração de opções?',
|
||||
],
|
||||
],
|
||||
'option_configuration' => [
|
||||
'name' => 'Configuração de opções',
|
||||
'option' => [
|
||||
'read' => 'Pode ler a configuração da opção?',
|
||||
'write' => 'Pode criar / editar configuração de opção?',
|
||||
'delete' => 'Pode excluir a configuração da opção?',
|
||||
],
|
||||
],
|
||||
'option_configuration' => [
|
||||
'name' => 'Configuração de opções',
|
||||
'option' => [
|
||||
'read' => 'Pode ler a configuração da opção?',
|
||||
'write' => 'Pode criar / editar configuração de opção?',
|
||||
'delete' => 'Pode excluir a configuração da opção?',
|
||||
],
|
||||
],
|
||||
];
|
||||
|
||||
@ -45,4 +45,13 @@ return [
|
||||
'title' => 'Opções',
|
||||
],
|
||||
'ads_image' => 'Imagem de Anúncios',
|
||||
'product_options' => [
|
||||
'title' => 'Opções',
|
||||
],
|
||||
'productoptions_value' => [
|
||||
'title' => 'Valor de opções',
|
||||
],
|
||||
'option_configuration' => [
|
||||
'title' => 'Configuração',
|
||||
],
|
||||
];
|
||||
|
||||
@ -176,4 +176,8 @@ return [
|
||||
'watermark_position' => [
|
||||
'name' => 'Posição da marca d\\'água',
|
||||
],
|
||||
'user_filter_limit' => [
|
||||
'name' => 'Limite de filtro de usuário',
|
||||
'instructions' => 'No painel de administração'
|
||||
]
|
||||
];
|
||||
|
||||
@ -22,4 +22,13 @@ return [
|
||||
'options' => [
|
||||
'name' => 'Opções',
|
||||
],
|
||||
'product_options' => [
|
||||
'name' => 'Opções de Produto',
|
||||
],
|
||||
'productoptions_value' => [
|
||||
'name' => 'Valor de opções',
|
||||
],
|
||||
'option_configuration' => [
|
||||
'name' => 'Configuração',
|
||||
],
|
||||
];
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user