This commit is contained in:
Diatrex 2021-01-20 16:27:38 +03:00
commit ff8b585edc
284 changed files with 1896 additions and 711 deletions

View File

@ -43,4 +43,5 @@ return [
'fast_create' => 'إنشاء سريع', 'fast_create' => 'إنشاء سريع',
'publish' => 'ينشر', 'publish' => 'ينشر',
'import' => 'استيراد', 'import' => 'استيراد',
'new_status' => 'حالة جديدة',
]; ];

View File

@ -165,6 +165,7 @@ return [
'edit' => 'تصحيح', 'edit' => 'تصحيح',
'approve' => 'يوافق', 'approve' => 'يوافق',
'passive' => "مبني للمجهول", 'passive' => "مبني للمجهول",
'sold' => 'تم البيع',
'offered_by' => 'مقدم بواسطة', 'offered_by' => 'مقدم بواسطة',
'more_ads_by' => 'المزيد من الإعلانات بواسطة', 'more_ads_by' => 'المزيد من الإعلانات بواسطة',
'click_phone' => 'عرض رقم الهاتف', 'click_phone' => 'عرض رقم الهاتف',
@ -209,6 +210,7 @@ return [
'corporate_info' => 'معلومات الشركة', 'corporate_info' => 'معلومات الشركة',
'featured_ads' => "إعلانات مميزة", 'featured_ads' => "إعلانات مميزة",
'trending_ads' => 'إعلانات Trendind', 'trending_ads' => 'إعلانات Trendind',
'search_ad_result_prefix' => 'على',
'search_ads_result_message' => [ 'search_ads_result_message' => [
'name' => ': عدد الإعلانات التي تم العثور عليها لـ:search name', 'name' => ': عدد الإعلانات التي تم العثور عليها لـ:search name',
], ],
@ -280,6 +282,7 @@ return [
"no_location" => "لا يوجد موقع محدد.", "no_location" => "لا يوجد موقع محدد.",
"continue" => 'استمر', "continue" => 'استمر',
"gallery" => 'صالة عرض', "gallery" => 'صالة عرض',
"ad" => 'ميلادي',
"ads" => 'إعلانات', "ads" => 'إعلانات',
"were_found" => 'تم ايجادها.', "were_found" => 'تم ايجادها.',
@ -316,6 +319,7 @@ return [
'congratulations' => 'تهانينا', 'congratulations' => 'تهانينا',
'ad_desc' => 'وصف الإعلان', 'ad_desc' => 'وصف الإعلان',
'upload_photos' => 'تحميل الصور', 'upload_photos' => 'تحميل الصور',
'upload_files' => 'تحميل الملفات',
'additional_fields' => 'حقول إضافية', 'additional_fields' => 'حقول إضافية',
'ad_location' => 'موقع الإعلان', 'ad_location' => 'موقع الإعلان',

View File

@ -29,4 +29,5 @@ return [
'this_ad_is_not_valid_anymore' => "هذا الإعلان غير صالح بعد الآن!", 'this_ad_is_not_valid_anymore' => "هذا الإعلان غير صالح بعد الآن!",
'approve_status_change' => "تم تعيين حالة إعلانك على نشطة!", 'approve_status_change' => "تم تعيين حالة إعلانك على نشطة!",
'passive_status_change' => "تم تعيين حالة إعلانك على سلبية!", 'passive_status_change' => "تم تعيين حالة إعلانك على سلبية!",
'sold_status_change' => "تم تعيين حالة إعلانك على البيع!",
]; ];

View File

@ -97,4 +97,12 @@ return [
'delete' => 'يمكن حذف تكوين الخيار؟', 'delete' => 'يمكن حذف تكوين الخيار؟',
], ],
], ],
'status' => [
'name' => 'الحالة',
'option' => [
'read' => 'يمكن قراءة الحالة؟',
'write' => 'هل يمكن إنشاء / تعديل الحالة؟',
'delete' => 'هل يمكن حذف الحالة؟',
],
],
]; ];

View File

@ -56,4 +56,7 @@ return [
'title' => 'ترتيب', 'title' => 'ترتيب',
], ],
'translations' => 'الترجمات', 'translations' => 'الترجمات',
'status' => [
'title' => 'الحالة',
],
]; ];

View File

@ -219,4 +219,12 @@ return [
'name' => 'إنشاء لون زر الإعلان', 'name' => 'إنشاء لون زر الإعلان',
'instructions' => 'يغير الزر الذي يظهر عند الانتهاء من اختيار فئة الإعلان الجديدة.' 'instructions' => 'يغير الزر الذي يظهر عند الانتهاء من اختيار فئة الإعلان الجديدة.'
], ],
'lang_switcher_for_browser' => [
'name' => 'لانج سويتشر للمتصفح',
'instructions' => 'يسمح لك باختيار لغة المتصفح كلغة نشطة'
],
'get_categories' => [
'name' => 'فئات GET',
'instructions' => 'إنه يمثل الفئات التي ستكون فيها خاصية GET صالحة.'
],
]; ];

View File

@ -31,4 +31,7 @@ return [
'option_configuration' => [ 'option_configuration' => [
'name' => 'ترتيب', 'name' => 'ترتيب',
], ],
'status' => [
'name' => 'الحالة',
],
]; ];

View File

@ -2,4 +2,5 @@
return [ return [
'unfinished' => 'غير مكتمل', 'unfinished' => 'غير مكتمل',
'advanced' => 'المتقدمة',
]; ];

View File

@ -43,4 +43,5 @@ return [
'fast_create' => 'Schnell erstellen', 'fast_create' => 'Schnell erstellen',
'publish' => 'Veröffentlichen', 'publish' => 'Veröffentlichen',
'import' => 'Importieren', 'import' => 'Importieren',
'new_status' => 'Neuer Status',
]; ];

View File

@ -165,6 +165,7 @@ return [
'edit' => 'Bearbeiten', 'edit' => 'Bearbeiten',
'approve' => 'Genehmigen', 'approve' => 'Genehmigen',
'passive' => "Passiv", 'passive' => "Passiv",
'sold' => 'Verkauft',
'offered_by' => 'Angeboten von', 'offered_by' => 'Angeboten von',
'more_ads_by' => 'Mehr Anzeigen von', 'more_ads_by' => 'Mehr Anzeigen von',
'click_phone' => 'Telefonnummer anzeigen', 'click_phone' => 'Telefonnummer anzeigen',
@ -210,6 +211,7 @@ return [
'corporate_info' => 'Unternehmensinfo', 'corporate_info' => 'Unternehmensinfo',
'featured_ads' => "Empfohlene Anzeigen", 'featured_ads' => "Empfohlene Anzeigen",
'trending_ads' => 'Trendind Ads', 'trending_ads' => 'Trendind Ads',
'search_ad_result_prefix' => 'auf',
'search_ads_result_message' => [ 'search_ads_result_message' => [
'name' => ': Anzahl gefundener Anzeigen für:Namenssuche', 'name' => ': Anzahl gefundener Anzeigen für:Namenssuche',
], ],
@ -281,6 +283,7 @@ return [
"no_location" => "Es ist kein Ort ausgewählt.", "no_location" => "Es ist kein Ort ausgewählt.",
"continue" => 'Fortsetzen', "continue" => 'Fortsetzen',
"gallery" => 'Galerie', "gallery" => 'Galerie',
"ad" => 'Anzeige',
"ads" => 'Anzeigen', "ads" => 'Anzeigen',
"were_found" => 'wurden gefunden.', "were_found" => 'wurden gefunden.',
@ -317,6 +320,7 @@ return [
'congratulations' => 'Herzliche Glückwünsche', 'congratulations' => 'Herzliche Glückwünsche',
'ad_desc' => 'Werbebeschreibung', 'ad_desc' => 'Werbebeschreibung',
'upload_photos' => 'Fotos hochladen', 'upload_photos' => 'Fotos hochladen',
'upload_files' => 'Daten hochladen',
'additional_fields' => 'Zusätzliche Felder', 'additional_fields' => 'Zusätzliche Felder',
'ad_location' => 'Anzeigenposition', 'ad_location' => 'Anzeigenposition',

View File

@ -29,4 +29,5 @@ return [
'this_ad_is_not_valid_anymore' => "Diese Anzeige ist nicht mehr gültig!", 'this_ad_is_not_valid_anymore' => "Diese Anzeige ist nicht mehr gültig!",
'approve_status_change' => "Der Status Ihrer Anzeige wurde auf Aktiv gesetzt!", 'approve_status_change' => "Der Status Ihrer Anzeige wurde auf Aktiv gesetzt!",
'passive_status_change' => "Der Status Ihrer Anzeige wurde auf Passiv gesetzt!", 'passive_status_change' => "Der Status Ihrer Anzeige wurde auf Passiv gesetzt!",
'sold_status_change' => "Der Status Ihrer Anzeige wurde auf Verkauf gesetzt!",
]; ];

View File

@ -97,4 +97,12 @@ return [
'delete' => 'Kann Optionskonfiguration löschen?', 'delete' => 'Kann Optionskonfiguration löschen?',
], ],
], ],
'status' => [
'name' => 'Status',
'option' => [
'read' => 'Kann Status lesen?',
'write' => 'Kann Status erstellen / bearbeiten?',
'delete' => 'Kann Status löschen?',
],
],
]; ];

View File

@ -56,4 +56,7 @@ return [
'title' => 'Aufbau', 'title' => 'Aufbau',
], ],
'translations' => 'Übersetzungen', 'translations' => 'Übersetzungen',
'status' => [
'title' => 'Status',
],
]; ];

View File

@ -219,4 +219,12 @@ return [
'name' => 'Farbe der Anzeigenschaltfläche erstellen', 'name' => 'Farbe der Anzeigenschaltfläche erstellen',
'instructions' => 'Ändert die Schaltfläche, die angezeigt wird, wenn die Auswahl der neuen Anzeigenkategorie abgeschlossen ist.' 'instructions' => 'Ändert die Schaltfläche, die angezeigt wird, wenn die Auswahl der neuen Anzeigenkategorie abgeschlossen ist.'
], ],
'lang_switcher_for_browser' => [
'name' => 'Lang Switcher für Browser',
'instructions' => 'Ermöglicht die Auswahl der Browsersprache als aktive Sprache'
],
'get_categories' => [
'name' => 'Kategorien abrufen',
'instructions' => 'Es stellt die Kategorien dar, in denen die GET-Eigenschaft gültig ist.'
],
]; ];

View File

@ -31,4 +31,7 @@ return [
'option_configuration' => [ 'option_configuration' => [
'name' => 'Aufbau', 'name' => 'Aufbau',
], ],
'status' => [
'name' => 'Status',
],
]; ];

View File

@ -2,4 +2,5 @@
return [ return [
'unfinished' => 'Unvollendet', 'unfinished' => 'Unvollendet',
'advanced' => 'Fortgeschrittene',
]; ];

View File

@ -43,4 +43,5 @@ return [
'fast_create' => 'Γρήγορη δημιουργία', 'fast_create' => 'Γρήγορη δημιουργία',
'publish' => 'Δημοσιεύω', 'publish' => 'Δημοσιεύω',
'import' => 'Εισαγωγή', 'import' => 'Εισαγωγή',
'new_status' => 'Νέα κατάσταση',
]; ];

View File

@ -165,6 +165,7 @@ return [
'edit' => 'Επεξεργασία', 'edit' => 'Επεξεργασία',
'approve' => 'Εγκρίνω', 'approve' => 'Εγκρίνω',
'passive' => "Παθητικός", 'passive' => "Παθητικός",
'sold' => 'Πωληθεί',
'offered_by' => 'Προσφέρεται από', 'offered_by' => 'Προσφέρεται από',
'more_ads_by' => 'Περισσότερες διαφημίσεις από', 'more_ads_by' => 'Περισσότερες διαφημίσεις από',
'click_phone' => 'Εμφάνιση αριθμού τηλεφώνου', 'click_phone' => 'Εμφάνιση αριθμού τηλεφώνου',
@ -210,6 +211,7 @@ return [
'corporate_info' => 'Εταιρικές πληροφορίες', 'corporate_info' => 'Εταιρικές πληροφορίες',
'featured_ads' => "Προτεινόμενες διαφημίσεις", 'featured_ads' => "Προτεινόμενες διαφημίσεις",
'trending_ads' => 'Αλλαγή διαφημίσεων', 'trending_ads' => 'Αλλαγή διαφημίσεων',
'search_ad_result_prefix' => 'επί',
'search_ads_result_message' => [ 'search_ads_result_message' => [
'name' => ': βρέθηκαν οι αγγελίες που βρέθηκαν για:αναζήτηση ονόματος', 'name' => ': βρέθηκαν οι αγγελίες που βρέθηκαν για:αναζήτηση ονόματος',
], ],
@ -281,6 +283,7 @@ return [
"no_location" => "Δεν έχει επιλεγεί τοποθεσία.", "no_location" => "Δεν έχει επιλεγεί τοποθεσία.",
"continue" => 'Να συνεχίσει', "continue" => 'Να συνεχίσει',
"gallery" => 'Εκθεσιακός χώρος', "gallery" => 'Εκθεσιακός χώρος',
"ad" => 'Ενα δ',
"ads" => 'Διαφημίσεις', "ads" => 'Διαφημίσεις',
"were_found" => 'βρέθηκαν.', "were_found" => 'βρέθηκαν.',
@ -317,6 +320,7 @@ return [
'congratulations' => 'Συγχαρητήρια', 'congratulations' => 'Συγχαρητήρια',
'ad_desc' => 'Περιγραφή διαφήμισης', 'ad_desc' => 'Περιγραφή διαφήμισης',
'upload_photos' => 'Ανέβασε φωτογραφίες', 'upload_photos' => 'Ανέβασε φωτογραφίες',
'upload_files' => 'Μεταφόρτωση αρχείων',
'additional_fields' => 'Πρόσθετα πεδία', 'additional_fields' => 'Πρόσθετα πεδία',
'ad_location' => 'Τοποθεσία διαφήμισης', 'ad_location' => 'Τοποθεσία διαφήμισης',

View File

@ -29,4 +29,5 @@ return [
'this_ad_is_not_valid_anymore' => "Αυτή η διαφήμιση δεν είναι πλέον έγκυρη!", 'this_ad_is_not_valid_anymore' => "Αυτή η διαφήμιση δεν είναι πλέον έγκυρη!",
'approve_status_change' => "Η κατάσταση της διαφήμισής σας έχει ενεργοποιηθεί!", 'approve_status_change' => "Η κατάσταση της διαφήμισής σας έχει ενεργοποιηθεί!",
'passive_status_change' => "Η κατάσταση της διαφήμισής σας έχει οριστεί σε παθητική!", 'passive_status_change' => "Η κατάσταση της διαφήμισής σας έχει οριστεί σε παθητική!",
'sold_status_change' => "Η κατάσταση της διαφήμισής σας έχει οριστεί για πώληση!",
]; ];

View File

@ -97,4 +97,12 @@ return [
'delete' => 'Μπορεί να διαγραφεί η διαμόρφωση επιλογών;', 'delete' => 'Μπορεί να διαγραφεί η διαμόρφωση επιλογών;',
], ],
], ],
'status' => [
'name' => 'Κατάσταση',
'option' => [
'read' => 'Μπορεί να διαβάσει την κατάσταση;',
'write' => 'Μπορείτε να δημιουργήσετε / επεξεργαστείτε κατάσταση;',
'delete' => 'Μπορεί να διαγραφεί η κατάσταση;',
],
],
]; ];

View File

@ -56,4 +56,7 @@ return [
'title' => 'Διαμόρφωση', 'title' => 'Διαμόρφωση',
], ],
'translations' => 'Μεταφράσεις', 'translations' => 'Μεταφράσεις',
'status' => [
'title' => 'Κατάσταση',
],
]; ];

View File

@ -219,4 +219,12 @@ return [
'name' => 'Δημιουργία χρώματος κουμπιού διαφήμισης', 'name' => 'Δημιουργία χρώματος κουμπιού διαφήμισης',
'instructions' => 'Αλλάζει το κουμπί που εμφανίζεται όταν ολοκληρωθεί η νέα επιλογή κατηγορίας διαφημίσεων.' 'instructions' => 'Αλλάζει το κουμπί που εμφανίζεται όταν ολοκληρωθεί η νέα επιλογή κατηγορίας διαφημίσεων.'
], ],
'lang_switcher_for_browser' => [
'name' => 'Lang Switcher για πρόγραμμα περιήγησης',
'instructions' => 'Σας επιτρέπει να επιλέξετε τη γλώσσα του προγράμματος περιήγησης ως ενεργή γλώσσα'
],
'get_categories' => [
'name' => 'GET Κατηγορίες',
'instructions' => 'Αντιπροσωπεύει τις κατηγορίες στις οποίες η ιδιότητα GET θα είναι έγκυρη.'
],
]; ];

View File

@ -31,4 +31,7 @@ return [
'option_configuration' => [ 'option_configuration' => [
'name' => 'Διαμόρφωση', 'name' => 'Διαμόρφωση',
], ],
'status' => [
'name' => 'Κατάσταση',
],
]; ];

View File

@ -2,4 +2,5 @@
return [ return [
'unfinished' => 'Ημιτελής', 'unfinished' => 'Ημιτελής',
'advanced' => 'Προχωρημένος',
]; ];

View File

@ -43,4 +43,5 @@ return [
'fast_create' => 'Creación rápida', 'fast_create' => 'Creación rápida',
'publish' => 'Publicar', 'publish' => 'Publicar',
'import' => 'Importar', 'import' => 'Importar',
'new_status' => 'Nuevo estado',
]; ];

View File

@ -165,6 +165,7 @@ return [
'edit' => 'Editar', 'edit' => 'Editar',
'approve' => 'Aprobar', 'approve' => 'Aprobar',
'passive' => "Pasivo", 'passive' => "Pasivo",
'sold' => 'Vendido',
'offered_by' => 'Ofrecido por', 'offered_by' => 'Ofrecido por',
'more_ads_by' => 'Más anuncios de', 'more_ads_by' => 'Más anuncios de',
'click_phone' => 'Mostrar número de teléfono', 'click_phone' => 'Mostrar número de teléfono',
@ -210,6 +211,7 @@ return [
'corporate_info' => 'Información corporativa', 'corporate_info' => 'Información corporativa',
'featured_ads' => "Anuncios destacados", 'featured_ads' => "Anuncios destacados",
'trending_ads' => 'Anuncios de tendencias', 'trending_ads' => 'Anuncios de tendencias',
'search_ad_result_prefix' => 'en',
'search_ads_result_message' => [ 'search_ads_result_message' => [
'name' => ': cuenta de anuncios encontrados para:búsqueda de nombre', 'name' => ': cuenta de anuncios encontrados para:búsqueda de nombre',
], ],
@ -281,6 +283,7 @@ return [
"no_location" => "No se seleccionó ninguna ubicación.", "no_location" => "No se seleccionó ninguna ubicación.",
"continue" => 'Seguir', "continue" => 'Seguir',
"gallery" => 'Galería', "gallery" => 'Galería',
"ad" => 'Anuncio',
"ads" => 'Anuncios', "ads" => 'Anuncios',
"were_found" => 'fueron encontrados.', "were_found" => 'fueron encontrados.',
@ -317,6 +320,7 @@ return [
'congratulations' => 'Felicidades', 'congratulations' => 'Felicidades',
'ad_desc' => 'Descripción del anuncio', 'ad_desc' => 'Descripción del anuncio',
'upload_photos' => 'Subir fotos', 'upload_photos' => 'Subir fotos',
'upload_files' => 'Subir archivos',
'additional_fields' => 'Campos Adicionales', 'additional_fields' => 'Campos Adicionales',
'ad_location' => 'Ubicación del anuncio', 'ad_location' => 'Ubicación del anuncio',

View File

@ -29,4 +29,5 @@ return [
'this_ad_is_not_valid_anymore' => "¡Este anuncio ya no es válido!", 'this_ad_is_not_valid_anymore' => "¡Este anuncio ya no es válido!",
'approve_status_change' => "¡El estado de su anuncio se ha establecido como activo!", 'approve_status_change' => "¡El estado de su anuncio se ha establecido como activo!",
'passive_status_change' => "¡El estado de su anuncio se ha establecido en pasivo!", 'passive_status_change' => "¡El estado de su anuncio se ha establecido en pasivo!",
'sold_status_change' => "¡El estado de su anuncio se ha establecido en Vendido!",
]; ];

View File

@ -97,4 +97,12 @@ return [
'delete' => '¿Se puede eliminar la configuración de opciones?', 'delete' => '¿Se puede eliminar la configuración de opciones?',
], ],
], ],
'status' => [
'name' => 'Estado',
'option' => [
'read' => '¿Puede leer el estado?',
'write' => '¿Puede crear / editar el estado?',
'delete' => '¿Puede eliminar el estado?',
],
],
]; ];

View File

@ -56,4 +56,7 @@ return [
'title' => 'Configuración', 'title' => 'Configuración',
], ],
'translations' => 'Traducciones', 'translations' => 'Traducciones',
'status' => [
'title' => 'Estado',
],
]; ];

View File

@ -219,4 +219,12 @@ return [
'name' => 'Crear color de botón de anuncio', 'name' => 'Crear color de botón de anuncio',
'instructions' => 'Cambia el botón que aparece cuando finaliza la selección de la nueva categoría de anuncios.' 'instructions' => 'Cambia el botón que aparece cuando finaliza la selección de la nueva categoría de anuncios.'
], ],
'lang_switcher_for_browser' => [
'name' => 'Lang Switcher para navegador',
'instructions' => 'Le permite elegir el idioma del navegador como idioma activo'
],
'get_categories' => [
'name' => 'OBTENER Categorías',
'instructions' => 'Representa las categorías en las que será válida la propiedad GET.'
],
]; ];

View File

@ -31,4 +31,7 @@ return [
'option_configuration' => [ 'option_configuration' => [
'name' => 'Configuración', 'name' => 'Configuración',
], ],
'status' => [
'name' => 'Estado',
],
]; ];

View File

@ -2,4 +2,5 @@
return [ return [
'unfinished' => 'Inconcluso', 'unfinished' => 'Inconcluso',
'advanced' => 'Avanzado',
]; ];

View File

@ -43,4 +43,5 @@ return [
'fast_create' => 'Création rapide', 'fast_create' => 'Création rapide',
'publish' => 'Publier', 'publish' => 'Publier',
'import' => 'Importer', 'import' => 'Importer',
'new_status' => 'Nouveau statut',
]; ];

View File

@ -165,6 +165,7 @@ return [
'edit' => 'modifier', 'edit' => 'modifier',
'approve' => 'Approuver', 'approve' => 'Approuver',
'passive' => "Passif", 'passive' => "Passif",
'sold' => 'Vendu',
'offered_by' => 'Offert par', 'offered_by' => 'Offert par',
'more_ads_by' => 'Plus dannonces par', 'more_ads_by' => 'Plus dannonces par',
'click_phone' => 'Afficher le numéro de téléphone', 'click_phone' => 'Afficher le numéro de téléphone',
@ -210,6 +211,7 @@ return [
'corporate_info' => 'Informations sur lentreprise', 'corporate_info' => 'Informations sur lentreprise',
'featured_ads' => "Annonces en vedette", 'featured_ads' => "Annonces en vedette",
'trending_ads' => 'Annonces Trendind', 'trending_ads' => 'Annonces Trendind',
'search_ad_result_prefix' => 'sur',
'search_ads_result_message' => [ 'search_ads_result_message' => [
'name' => ': compte annonces trouvées pour:recherche par nom', 'name' => ': compte annonces trouvées pour:recherche par nom',
], ],
@ -281,6 +283,7 @@ return [
"no_location" => "Aucun emplacement n'est sélectionné.", "no_location" => "Aucun emplacement n'est sélectionné.",
"continue" => 'Continuer', "continue" => 'Continuer',
"gallery" => 'Galerie', "gallery" => 'Galerie',
"ad" => 'Un d',
"ads" => 'Les publicités', "ads" => 'Les publicités',
"were_found" => 'ont été trouvés.', "were_found" => 'ont été trouvés.',
@ -317,6 +320,7 @@ return [
'congratulations' => 'Toutes nos félicitations', 'congratulations' => 'Toutes nos félicitations',
'ad_desc' => 'Description de l\'annonce', 'ad_desc' => 'Description de l\'annonce',
'upload_photos' => 'Télécharger des photos', 'upload_photos' => 'Télécharger des photos',
'upload_files' => 'Télécharger des fichiers',
'additional_fields' => 'Champs supplémentaires', 'additional_fields' => 'Champs supplémentaires',
'ad_location' => 'Emplacement de l\'annonce', 'ad_location' => 'Emplacement de l\'annonce',

View File

@ -29,4 +29,5 @@ return [
'this_ad_is_not_valid_anymore' => "Cette annonce n'est plus valide!", 'this_ad_is_not_valid_anymore' => "Cette annonce n'est plus valide!",
'approve_status_change' => "Le statut de votre annonce a été défini sur Actif!", 'approve_status_change' => "Le statut de votre annonce a été défini sur Actif!",
'passive_status_change' => "Le statut de votre annonce a été défini sur Passif!", 'passive_status_change' => "Le statut de votre annonce a été défini sur Passif!",
'sold_status_change' => "Le statut de votre annonce a été défini sur Vendu!",
]; ];

View File

@ -97,4 +97,12 @@ return [
'delete' => 'Peut supprimer la configuration des options?', 'delete' => 'Peut supprimer la configuration des options?',
], ],
], ],
'status' => [
'name' => 'Statut',
'option' => [
'read' => 'Peut lire le statut?',
'write' => 'Peut créer / modifier le statut?',
'delete' => 'Peut supprimer le statut?',
],
],
]; ];

View File

@ -56,4 +56,7 @@ return [
'title' => 'Configuration', 'title' => 'Configuration',
], ],
'translations' => 'Traductions', 'translations' => 'Traductions',
'status' => [
'title' => 'Statut',
],
]; ];

View File

@ -219,4 +219,12 @@ return [
'name' => 'Créer une couleur de bouton d\'annonce', 'name' => 'Créer une couleur de bouton d\'annonce',
'instructions' => 'Modifie le bouton qui apparaît lorsque la sélection de la nouvelle catégorie d\'annonces est terminée.' 'instructions' => 'Modifie le bouton qui apparaît lorsque la sélection de la nouvelle catégorie d\'annonces est terminée.'
], ],
'lang_switcher_for_browser' => [
'name' => 'Lang Switcher pour navigateur',
'instructions' => 'Vous permet de choisir la langue du navigateur comme langue active'
],
'get_categories' => [
'name' => 'OBTENIR Catégories',
'instructions' => 'Il représente les catégories dans lesquelles la propriété GET sera valide.'
],
]; ];

View File

@ -31,4 +31,7 @@ return [
'option_configuration' => [ 'option_configuration' => [
'name' => 'Configuration', 'name' => 'Configuration',
], ],
'status' => [
'name' => 'Statut',
],
]; ];

View File

@ -2,4 +2,5 @@
return [ return [
'unfinished' => 'Inachevé', 'unfinished' => 'Inachevé',
'advanced' => 'Avancée',
]; ];

View File

@ -43,4 +43,5 @@ return [
'fast_create' => 'ליצור מהיר', 'fast_create' => 'ליצור מהיר',
'publish' => 'לְפַרְסֵם', 'publish' => 'לְפַרְסֵם',
'import' => 'יְבוּא', 'import' => 'יְבוּא',
'new_status' => 'סטטוס חדש',
]; ];

View File

@ -165,6 +165,7 @@ return [
'edit' => 'ערוך', 'edit' => 'ערוך',
'approve' => 'אשר', 'approve' => 'אשר',
'passive' => "פסיבי", 'passive' => "פסיבי",
'sold' => 'נמכר',
'offered_by' => 'מוצע על ידי', 'offered_by' => 'מוצע על ידי',
'more_ads_by' => 'מודעות נוספות מאת', 'more_ads_by' => 'מודעות נוספות מאת',
'click_phone' => 'הצג מספר טלפון', 'click_phone' => 'הצג מספר טלפון',
@ -209,6 +210,7 @@ return [
'corporate_info' => 'מידע תאגידי', 'corporate_info' => 'מידע תאגידי',
'featured_ads' => "מודעות ממומנות", 'featured_ads' => "מודעות ממומנות",
'trending_ads' => 'מודעות טרנדינד', 'trending_ads' => 'מודעות טרנדינד',
'search_ad_result_prefix' => 'עַל',
'search_ads_result_message' => [ 'search_ads_result_message' => [
'name' => ': ספירת מודעות שנמצאו עבור: חיפוש שמות', 'name' => ': ספירת מודעות שנמצאו עבור: חיפוש שמות',
], ],
@ -280,6 +282,7 @@ return [
"no_location" => "לא נבחר מיקום.", "no_location" => "לא נבחר מיקום.",
"continue" => 'המשך', "continue" => 'המשך',
"gallery" => 'גלריה', "gallery" => 'גלריה',
"ad" => 'מוֹדָעָה',
"ads" => 'מודעות', "ads" => 'מודעות',
"were_found" => 'נמצאו.', "were_found" => 'נמצאו.',
@ -316,6 +319,7 @@ return [
'congratulations' => 'מזל טוב', 'congratulations' => 'מזל טוב',
'ad_desc' => 'תיאור המודעה', 'ad_desc' => 'תיאור המודעה',
'upload_photos' => 'להעלות תמונות', 'upload_photos' => 'להעלות תמונות',
'upload_files' => 'העלה קבצים',
'additional_fields' => 'שדות נוספים', 'additional_fields' => 'שדות נוספים',
'ad_location' => 'מיקום מודעה', 'ad_location' => 'מיקום מודעה',

View File

@ -29,4 +29,5 @@ return [
'this_ad_is_not_valid_anymore' => "מודעה זו אינה תקפה יותר!", 'this_ad_is_not_valid_anymore' => "מודעה זו אינה תקפה יותר!",
'approve_status_change' => "סטטוס המודעה שלך הוגדר לפעיל!", 'approve_status_change' => "סטטוס המודעה שלך הוגדר לפעיל!",
'passive_status_change' => "סטטוס המודעה שלך הוגדר כפסיבי!", 'passive_status_change' => "סטטוס המודעה שלך הוגדר כפסיבי!",
'sold_status_change' => "סטטוס המודעה שלך הוגדר כמכר!",
]; ];

View File

@ -97,4 +97,12 @@ return [
'delete' => 'האם ניתן למחוק את תצורת האפשרויות?', 'delete' => 'האם ניתן למחוק את תצורת האפשרויות?',
], ],
], ],
'status' => [
'name' => 'סטָטוּס',
'option' => [
'read' => 'האם אתה יכול לקרוא סטטוס?',
'write' => 'האם ניתן ליצור / לערוך סטטוס?',
'delete' => 'האם ניתן למחוק סטטוס?',
],
],
]; ];

View File

@ -56,4 +56,7 @@ return [
'title' => 'תְצוּרָה', 'title' => 'תְצוּרָה',
], ],
'translations' => 'תרגומים', 'translations' => 'תרגומים',
'status' => [
'title' => 'סטָטוּס',
],
]; ];

View File

@ -219,4 +219,12 @@ return [
'name' => 'צור צבע כפתור מודעה', 'name' => 'צור צבע כפתור מודעה',
'instructions' => 'משנה את הכפתור שמופיע לאחר בחירת קטגוריית המודעות החדשה.' 'instructions' => 'משנה את הכפתור שמופיע לאחר בחירת קטגוריית המודעות החדשה.'
], ],
'lang_switcher_for_browser' => [
'name' => 'Lang Switcher לדפדפן',
'instructions' => 'מאפשר לך לבחור את שפת הדפדפן כשפה פעילה'
],
'get_categories' => [
'name' => 'קבל קטגוריות',
'instructions' => 'הוא מייצג את הקטגוריות בהן נכס ה- GET יהיה תקף.'
],
]; ];

View File

@ -31,4 +31,7 @@ return [
'option_configuration' => [ 'option_configuration' => [
'name' => 'תְצוּרָה', 'name' => 'תְצוּרָה',
], ],
'status' => [
'name' => 'סטָטוּס',
],
]; ];

View File

@ -2,4 +2,5 @@
return [ return [
'unfinished' => 'לא גמור', 'unfinished' => 'לא גמור',
'advanced' => 'מִתקַדֵם',
]; ];

View File

@ -43,4 +43,5 @@ return [
'fast_create' => 'Creazione veloce', 'fast_create' => 'Creazione veloce',
'publish' => 'Pubblicare', 'publish' => 'Pubblicare',
'import' => 'Importare', 'import' => 'Importare',
'new_status' => 'Nuovo stato',
]; ];

View File

@ -165,6 +165,7 @@ return [
'edit' => 'modificare', 'edit' => 'modificare',
'approve' => 'Approvare', 'approve' => 'Approvare',
'passive' => "Passivo", 'passive' => "Passivo",
'sold' => 'Venduto',
'offered_by' => 'Offerto da', 'offered_by' => 'Offerto da',
'more_ads_by' => 'Altre pubblicità di', 'more_ads_by' => 'Altre pubblicità di',
'click_phone' => 'Mostra il numero di telefono', 'click_phone' => 'Mostra il numero di telefono',
@ -210,6 +211,7 @@ return [
'corporate_info' => 'Informazioni aziendali', 'corporate_info' => 'Informazioni aziendali',
'featured_ads' => "Annunci in primo piano", 'featured_ads' => "Annunci in primo piano",
'trending_ads' => 'Annunci Trendind', 'trending_ads' => 'Annunci Trendind',
'search_ad_result_prefix' => 'sopra',
'search_ads_result_message' => [ 'search_ads_result_message' => [
'name' => ': conta gli annunci trovati per:ricerca nome', 'name' => ': conta gli annunci trovati per:ricerca nome',
], ],
@ -281,6 +283,7 @@ return [
"no_location" => "Nessuna posizione selezionata.", "no_location" => "Nessuna posizione selezionata.",
"continue" => 'Continua', "continue" => 'Continua',
"gallery" => 'Galleria', "gallery" => 'Galleria',
"ad" => 'Anno Domini',
"ads" => 'Annunci', "ads" => 'Annunci',
"were_found" => 'furono trovati.', "were_found" => 'furono trovati.',
@ -317,6 +320,7 @@ return [
'congratulations' => 'Congratulazioni', 'congratulations' => 'Congratulazioni',
'ad_desc' => 'Descrizione dell\'annuncio', 'ad_desc' => 'Descrizione dell\'annuncio',
'upload_photos' => 'Caricare foto', 'upload_photos' => 'Caricare foto',
'upload_files' => 'Caricare files',
'additional_fields' => 'Campi aggiuntivi', 'additional_fields' => 'Campi aggiuntivi',
'ad_location' => 'Posizione dell\'annuncio', 'ad_location' => 'Posizione dell\'annuncio',

View File

@ -29,4 +29,5 @@ return [
'this_ad_is_not_valid_anymore' => "Questo annuncio non è più valido!", 'this_ad_is_not_valid_anymore' => "Questo annuncio non è più valido!",
'approve_status_change' => "Lo stato del tuo annuncio è stato impostato su Attivo!", 'approve_status_change' => "Lo stato del tuo annuncio è stato impostato su Attivo!",
'passive_status_change' => "Lo stato del tuo annuncio è stato impostato su Passivo!", 'passive_status_change' => "Lo stato del tuo annuncio è stato impostato su Passivo!",
'sold_status_change' => "Lo stato del tuo annuncio è stato impostato su Venduto!",
]; ];

View File

@ -97,4 +97,12 @@ return [
'delete' => 'Può eliminare la configurazione delle opzioni?', 'delete' => 'Può eliminare la configurazione delle opzioni?',
], ],
], ],
'status' => [
'name' => 'Stato',
'option' => [
'read' => 'Può leggere lo stato?',
'write' => 'Può creare / modificare lo stato?',
'delete' => 'Può eliminare lo stato?',
],
],
]; ];

View File

@ -56,4 +56,7 @@ return [
'title' => 'Configurazione', 'title' => 'Configurazione',
], ],
'translations' => 'Traduzioni', 'translations' => 'Traduzioni',
'status' => [
'title' => 'Stato',
],
]; ];

View File

@ -219,4 +219,12 @@ return [
'name' => 'Crea colore pulsante annuncio', 'name' => 'Crea colore pulsante annuncio',
'instructions' => 'Modifica il pulsante che viene visualizzato al termine della selezione della nuova categoria di annunci.' 'instructions' => 'Modifica il pulsante che viene visualizzato al termine della selezione della nuova categoria di annunci.'
], ],
'lang_switcher_for_browser' => [
'name' => 'Lang Switcher per browser',
'instructions' => 'Consente di scegliere la lingua del browser come lingua attiva'
],
'get_categories' => [
'name' => 'OTTIENI Categorie',
'instructions' => 'Rappresenta le categorie in cui sarà valida la proprietà GET.'
],
]; ];

View File

@ -31,4 +31,7 @@ return [
'option_configuration' => [ 'option_configuration' => [
'name' => 'Configurazione', 'name' => 'Configurazione',
], ],
'status' => [
'name' => 'Stato',
],
]; ];

View File

@ -2,4 +2,5 @@
return [ return [
'unfinished' => 'Incompiuto', 'unfinished' => 'Incompiuto',
'advanced' => 'Avanzate',
]; ];

View File

@ -43,4 +43,5 @@ return [
'fast_create' => '高速作成', 'fast_create' => '高速作成',
'publish' => '公開する', 'publish' => '公開する',
'import' => 'インポート', 'import' => 'インポート',
'new_status' => '新しいステータス',
]; ];

View File

@ -165,6 +165,7 @@ return [
'edit' => '編集する', 'edit' => '編集する',
'approve' => '承認する', 'approve' => '承認する',
'passive' => "受動的", 'passive' => "受動的",
'sold' => '販売済み',
'offered_by' => 'が提供します', 'offered_by' => 'が提供します',
'more_ads_by' => 'より多くの広告', 'more_ads_by' => 'より多くの広告',
'click_phone' => '電話番号を表示', 'click_phone' => '電話番号を表示',
@ -209,6 +210,7 @@ return [
'corporate_info' => '企業情報', 'corporate_info' => '企業情報',
'featured_ads' => "注目の広告", 'featured_ads' => "注目の広告",
'trending_ads' => 'Trendind Ads', 'trending_ads' => 'Trendind Ads',
'search_ad_result_prefix' => 'オン',
'search_ads_result_message' => [ 'search_ads_result_message' => [
'name' => 'name検索で見つかったcount個の広告', 'name' => 'name検索で見つかったcount個の広告',
], ],
@ -280,6 +282,7 @@ return [
"no_location" => "場所が選択されていません。", "no_location" => "場所が選択されていません。",
"continue" => '継続する', "continue" => '継続する',
"gallery" => 'ギャラリー', "gallery" => 'ギャラリー',
"ad" => '広告',
"ads" => '広告', "ads" => '広告',
"were_found" => '発見されました。', "were_found" => '発見されました。',
@ -316,6 +319,7 @@ return [
'congratulations' => 'おめでとう', 'congratulations' => 'おめでとう',
'ad_desc' => '広告の説明', 'ad_desc' => '広告の説明',
'upload_photos' => '写真をアップロードする', 'upload_photos' => '写真をアップロードする',
'upload_files' => 'ファイルのアップロード',
'additional_fields' => '追加フィールド', 'additional_fields' => '追加フィールド',
'ad_location' => '広告の場所', 'ad_location' => '広告の場所',

View File

@ -29,4 +29,5 @@ return [
'this_ad_is_not_valid_anymore' => "この広告はもう有効ではありません!", 'this_ad_is_not_valid_anymore' => "この広告はもう有効ではありません!",
'approve_status_change' => "広告のステータスがアクティブに設定されました。", 'approve_status_change' => "広告のステータスがアクティブに設定されました。",
'passive_status_change' => "広告のステータスがパッシブに設定されました。", 'passive_status_change' => "広告のステータスがパッシブに設定されました。",
'sold_status_change' => "広告のステータスが販売済みに設定されました。",
]; ];

View File

@ -97,4 +97,12 @@ return [
'delete' => 'オプション設定を削除できますか?', 'delete' => 'オプション設定を削除できますか?',
], ],
], ],
'status' => [
'name' => '状態',
'option' => [
'read' => 'ステータスを読み取ることができますか?',
'write' => 'ステータスを作成/編集できますか?',
'delete' => 'ステータスを削除できますか?',
],
],
]; ];

View File

@ -56,4 +56,7 @@ return [
'title' => '構成', 'title' => '構成',
], ],
'translations' => '翻訳', 'translations' => '翻訳',
'status' => [
'title' => '状態',
],
]; ];

View File

@ -219,4 +219,12 @@ return [
'name' => '広告ボタンの色を作成する', 'name' => '広告ボタンの色を作成する',
'instructions' => '新しい広告カテゴリの選択が終了したときに表示されるボタンを変更します。' 'instructions' => '新しい広告カテゴリの選択が終了したときに表示されるボタンを変更します。'
], ],
'lang_switcher_for_browser' => [
'name' => 'ブラウザ用ラングスイッチャー',
'instructions' => 'ブラウザの言語をアクティブな言語として選択できます'
],
'get_categories' => [
'name' => 'カテゴリを取得',
'instructions' => 'これは、GETプロパティが有効になるカテゴリを表します。'
],
]; ];

View File

@ -31,4 +31,7 @@ return [
'option_configuration' => [ 'option_configuration' => [
'name' => '構成', 'name' => '構成',
], ],
'status' => [
'name' => '状態',
],
]; ];

View File

@ -2,4 +2,5 @@
return [ return [
'unfinished' => '未完成', 'unfinished' => '未完成',
'advanced' => '高度',
]; ];

View File

@ -43,4 +43,5 @@ return [
'fast_create' => '빠른 생성', 'fast_create' => '빠른 생성',
'publish' => '게시', 'publish' => '게시',
'import' => '수입', 'import' => '수입',
'new_status' => '새로운 상태',
]; ];

View File

@ -165,6 +165,7 @@ return [
'edit' => '편집하다', 'edit' => '편집하다',
'approve' => '승인', 'approve' => '승인',
'passive' => "수동태", 'passive' => "수동태",
'sold' => '판매',
'offered_by' => '에 의해 제공된', 'offered_by' => '에 의해 제공된',
'more_ads_by' => '더 많은 광고', 'more_ads_by' => '더 많은 광고',
'click_phone' => '전화 번호 표시', 'click_phone' => '전화 번호 표시',
@ -209,6 +210,7 @@ return [
'corporate_info' => '회사 정보', 'corporate_info' => '회사 정보',
'featured_ads' => "특집 광고", 'featured_ads' => "특집 광고",
'trending_ads' => '트렌드 인 광고', 'trending_ads' => '트렌드 인 광고',
'search_ad_result_prefix' => '의 위에',
'search_ads_result_message' => [ 'search_ads_result_message' => [
'name' => ': 이름 검색에 대해 찾은 개수 광고', 'name' => ': 이름 검색에 대해 찾은 개수 광고',
], ],
@ -280,6 +282,7 @@ return [
"no_location" => "선택된 위치가 없습니다.", "no_location" => "선택된 위치가 없습니다.",
"continue" => '계속하다', "continue" => '계속하다',
"gallery" => '갤러리', "gallery" => '갤러리',
"ad" => '기원 후',
"ads" => '광고', "ads" => '광고',
"were_found" => '발견되었습니다.', "were_found" => '발견되었습니다.',
@ -316,6 +319,7 @@ return [
'congratulations' => '축하합니다', 'congratulations' => '축하합니다',
'ad_desc' => '광고 설명', 'ad_desc' => '광고 설명',
'upload_photos' => '사진 업로드', 'upload_photos' => '사진 업로드',
'upload_files' => '파일 업로드하다',
'additional_fields' => '추가 필드', 'additional_fields' => '추가 필드',
'ad_location' => '광고 위치', 'ad_location' => '광고 위치',

View File

@ -29,4 +29,5 @@ return [
'this_ad_is_not_valid_anymore' => "이 광고는 더 이상 유효하지 않습니다!", 'this_ad_is_not_valid_anymore' => "이 광고는 더 이상 유효하지 않습니다!",
'approve_status_change' => "귀하의 광고 상태가 활성으로 설정되었습니다!", 'approve_status_change' => "귀하의 광고 상태가 활성으로 설정되었습니다!",
'passive_status_change' => "귀하의 광고 상태가 수동으로 설정되었습니다!", 'passive_status_change' => "귀하의 광고 상태가 수동으로 설정되었습니다!",
'sold_status_change' => "귀하의 광고 상태가 판매로 설정되었습니다!",
]; ];

View File

@ -97,4 +97,12 @@ return [
'delete' => '옵션 구성을 삭제할 수 있습니까?', 'delete' => '옵션 구성을 삭제할 수 있습니까?',
], ],
], ],
'status' => [
'name' => '상태',
'option' => [
'read' => '상태를 읽을 수 있습니까?',
'write' => '상태를 생성 / 편집 할 수 있습니까?',
'delete' => '상태를 삭제할 수 있습니까?',
],
],
]; ];

View File

@ -56,4 +56,7 @@ return [
'title' => '구성', 'title' => '구성',
], ],
'translations' => '번역', 'translations' => '번역',
'status' => [
'title' => '상태',
],
]; ];

View File

@ -219,4 +219,12 @@ return [
'name' => '광고 버튼 색상 만들기', 'name' => '광고 버튼 색상 만들기',
'instructions' => '새 광고 카테고리 선택이 완료되면 표시되는 버튼을 변경합니다.' 'instructions' => '새 광고 카테고리 선택이 완료되면 표시되는 버튼을 변경합니다.'
], ],
'lang_switcher_for_browser' => [
'name' => '브라우저 용 랭 스위처',
'instructions' => '브라우저 언어를 활성 언어로 선택할 수 있습니다.'
],
'get_categories' => [
'name' => 'GET 카테고리',
'instructions' => 'GET 속성이 유효한 범주를 나타냅니다.'
],
]; ];

View File

@ -31,4 +31,7 @@ return [
'option_configuration' => [ 'option_configuration' => [
'name' => '구성', 'name' => '구성',
], ],
'status' => [
'name' => '상태',
],
]; ];

View File

@ -2,4 +2,5 @@
return [ return [
'unfinished' => '다듬지 않은', 'unfinished' => '다듬지 않은',
'advanced' => '많은',
]; ];

View File

@ -1,23 +1,31 @@
<?php <?php
return [ return [
'new_adv' => 'Nifşek nû', 'new_adv' => 'ڕیکلامی نوێ
'new_classified' => 'Nifşek nû', ',
'new_category' => 'Kategoriya Nû', 'new_classified' => 'ڕیکلامی نوێ
'new_country' => 'Welatê Nû', ',
'new_city' => 'Bajarê Nû', 'new_category' => 'کەتێگۆریی نوێ
'new_district' => 'Navçeya Nû', ',
'new_neighborhood' => 'Taxa Nû', 'new_country' => 'وڵاتی نوێ
'new_village' => 'Gundê Nû', ',
'edit' => "Weşandin", 'new_city' => 'شارێکی نوێ
'approve' => "Destûrdan", ',
'decline' => 'Paşvegerrî', 'new_district' => 'ناحیه ی نوێ
'extend' => 'N', ',
'extend_all' => 'Hemî Dirêj Bikin', 'new_neighborhood' => 'هاوسایەتی نوێ',
'convert_currency' => 'Dirav veguherînin', 'new_village' => 'گوندی نوێ
'categories' => 'Kategorî', ',
'sub_category' => 'Kategoriyên bin', 'edit' => "دەستکاری بکە",
'add_sub_category' => 'Kategoriya Jêrîn zêde bikin', 'approve' => "پەسەندی بکە
",
'decline' => 'ڕەتکردنەوە',
'extend' => 'درێژ بکە',
'extend_all' => 'هەموو درێژ بکە',
'convert_currency' => 'گۆڕینی دراوی',
'categories' => 'کەتێگۆریکان',
'sub_category' => 'کەتێگۆریی ژێرەوە',
'add_sub_category' => 'دانێ کەتێگۆریی ژێرەوە',
'sub_cities' => 'Bajarên bin', 'sub_cities' => 'Bajarên bin',
'add_sub_cities' => 'Sub City-ê zêde bikin', 'add_sub_cities' => 'Sub City-ê zêde bikin',
'add_sub_districts' => 'Navçeya Sub zêde bikin', 'add_sub_districts' => 'Navçeya Sub zêde bikin',
@ -43,4 +51,6 @@ return [
'fast_create' => 'Fast biafirîne', 'fast_create' => 'Fast biafirîne',
'publish' => 'Weşandin', 'publish' => 'Weşandin',
'import' => 'Malanîn', 'import' => 'Malanîn',
'new_status' => 'دۆخی نوێ
',
]; ];

View File

@ -1,6 +1,6 @@
<?php <?php
return [ return [
'USD' => 'Dolar', 'USD' => 'دۆلار',
'EUR' => 'Ewro', 'EUR' => 'یۆرۆ',
]; ];

View File

@ -2,343 +2,443 @@
return [ return [
'name' => [ 'name' => [
'name' => 'Nav' 'name' => 'سەردێڕ'
], ],
'order' => [ 'order' => [
'name' => 'Emir' 'name' => 'داواكردن'
], ],
'slug' => [ 'slug' => [
'name' => 'Şeytanok' 'name' => 'سلوگ'
], ],
'parent_category' => [ 'parent_category' => [
'name' => 'Dêûbav' 'name' => 'باوان'
], ],
'category' => [ 'category' => [
'name' => 'Title Kategorî' 'name' => 'سەردێڕی کەتێگۆری'
], ],
'price' => [ 'price' => [
'name' => 'Biha' 'name' => 'نرخي'
], ],
'standard_price' => [ 'standard_price' => [
'name' => 'Bihayê Standard' 'name' => 'نرخی ستاندارت
'
], ],
'date' => [ 'date' => [
'name' => 'Rojek' 'name' => 'بەروار'
], ],
'photo' => [ 'photo' => [
'name' => 'Wêne' 'name' => 'وێنە'
], ],
'video' => [ 'video' => [
'name' => 'Vîdyo' 'name' => 'ڤیدیۆ'
], ],
'map' => [ 'map' => [
'name' => 'Qert' 'name' => 'نەخشە'
], ],
'stock' => [ 'stock' => [
'name' => 'Embar' 'name' => 'ستۆک'
], ],
'advs_desc' => [ 'advs_desc' => [
'name' => 'Terîf' 'name' => 'دەربارە'
], ],
'online_payment' => [ 'online_payment' => [
'name' => 'Tezmînata Serhêl' 'name' => 'پارەدانی ئۆنلاین
'
], ],
'city' => [ 'city' => [
'name' => 'Bajar' 'name' => 'شار'
], ],
'country' => [ 'country' => [
'name' => 'Welat' 'name' => 'وڵات'
], ],
'district' => [ 'district' => [
'name' => 'Herêm' 'name' => 'ناوچە'
], ],
'neighborhood' => [ 'neighborhood' => [
'name' => 'Cînarî' 'name' => 'هاوسایەتی'
], ],
'village' => [ 'village' => [
'name' => 'Gûnd' 'name' => 'گوند'
], ],
'files' => [ 'files' => [
'name' => 'Wêne' 'name' => 'وێنەکان'
], ],
'cat1' => [ 'cat1' => [
'name' => 'Kategorî Sereke' 'name' => 'کەتێگۆریی سەرەکی'
], ],
'cat2' => [ 'cat2' => [
'name' => 'Kategoriya Jêrîn 1' 'name' => '1 کەتێگۆریی ژێرین'
], ],
'cat3' => [ 'cat3' => [
'name' => 'Kategoriya Jêrîn 2' 'name' => '2 کەتێگۆریی ژێرین'
], ],
'cat4' => [ 'cat4' => [
'name' => 'Kategoriya Jêrîn 3' 'name' => '3 کەتێگۆریی ژێرین'
], ],
'cat5' => [ 'cat5' => [
'name' => 'Kategoriya Jêrîn 4' 'name' => '4 کەتێگۆریی ژێرین'
], ],
'cat6' => [ 'cat6' => [
'name' => 'Kategoriya Jêrîn 5' 'name' => '5 کەتێگۆریی ژێرین'
], ],
'cat7' => [ 'cat7' => [
'name' => 'Bine Kategorî 6' 'name' => '6 کەتێگۆریی ژێرین'
], ],
'cat8' => [ 'cat8' => [
'name' => 'Kategoriya Jêrîn 7' 'name' => '7 کەتێگۆریی ژێرین'
], ],
'cat9' => [ 'cat9' => [
'name' => 'Kategoriya Jêrîn 8' 'name' => '8 کەتێگۆریی ژێرین'
], ],
'cat10' => [ 'cat10' => [
'name' => 'Kategoriya Jêrîn 9' 'name' => '9 کەتێگۆریی ژێرین'
], ],
'currency' => [ 'currency' => [
'name' => 'Diravcins' 'name' => 'دراو'
], ],
'status' => [ 'status' => [
'name' => '', 'name' => 'دۆخ',
'option' => [ 'option' => [
'approved' => 'Pejirandin', 'approved' => 'پەسەندکراوە',
'expired' => 'Xilas bû', 'expired' => 'بەسەرچوون',
'unpublished' => 'Neweşandî', 'unpublished' => 'بڵاونەکراوەتەوە',
'pending_admin' => 'Li bendê Admin', 'pending_admin' => 'هەڵواسراو بەڕێوەبردن',
'pending_user' => 'Bikarhênera bendewar' 'pending_user' => 'هەڵواسراو بەکارهێنەر'
] ]
], ],
'pending_adv' => [ 'pending_adv' => [
'name' => 'Neweşandî' 'name' => 'بڵاونەکراوەتەوە'
], ],
'finish_at' => [ 'finish_at' => [
'name' => 'Dawî Li' 'name' => 'تەواو بوون لە
'
], ],
'cover_photo' => [ 'cover_photo' => [
'name' => 'Cover Photo' 'name' => 'وێنەی داپۆشراو
'
], ],
'favs_adv' => [ 'favs_adv' => [
'name' => 'Fav Ads' 'name' => 'ڕێکلامێکی دڵخواز
'
], ],
'my_adv' => [ 'my_adv' => [
'name' => 'ADVS' 'name' => 'ڕێکلامەکان'
], ],
'description' => 'Terîf', 'description' => 'دەربارە',
'explanation' => 'Daxûyanî', 'explanation' => 'دەربارە',
'type' => [ 'type' => [
'name' => 'Awa' 'name' => 'جۆو'
], ],
'parent_adv' => [ 'parent_adv' => [
'name' => 'Girêdayî Ad' 'name' => 'ڕیکلامی پەیوەندیدار
'
], ],
'value' => [ 'value' => [
'name' => 'Giranî' 'name' => 'نرخ'
], ],
'list' => 'Rêzok', 'list' => 'لیست',
'home' => 'Xane', 'home' => 'ماڵپەڕ',
'list-page' => 'Rûpela Rûpelê', 'list-page' => 'لیستکردنی پەیجەکە
'search' => 'Gerr', ',
'recommended' => 'Ji bo We Reklamên Pêşniyar kirin', 'search' => 'گەڕان',
'filter' => 'Parzûn', 'recommended' => 'ڕێکلامێکی پێشنیارکراو بۆ ئێوە
'sort' => 'Jiberhevxistin', ',
'sort_by' => 'Sort By', 'filter' => 'پارزوون',
'pick_option' => 'Vebijarek hilbijêrin', 'sort' => 'جووره‌',
'pick_ordering' => 'Rêzkirin', 'sort_by' => 'جووره‌ بە',
'price_high' => 'Bihayê Bilind heya Nizm', 'pick_option' => 'بژاردەیەک هەڵبژێرە
'price_low' => 'Bihayê Kêm heya Bilind', ',
'newest' => 'Nûtirîn', 'pick_ordering' => ' داوای دەکەن
'oldest' => 'Kevintirîn', ',
'address_a_z' => 'Navnîşan (A-Z)', 'price_high' => 'نرخي لە بەرزەوە بۆ نزم
'address_z_a' => 'Navnîşan (ji Z-A)', ',
'price_low' => 'نرخي لە نزم بۆ بەرزەوە
',
'newest' => 'نویترین',
'oldest' => 'کۆنترین
',
'address_a_z' => '(A-Z) ناونیشان',
'address_z_a' => ' (Z-A) ناونیشان',
'categories' => [ 'categories' => [
'name' => 'Kategorî' 'name' => 'کەتێگۆریکان'
], ],
'all_categories' => 'Hemî Kategorî', 'all_categories' => 'هەموو کەتێگۆریکان
'location' => 'Cîh', ',
'send_message' => 'Peyam bişînin', 'location' => 'شوێن',
'phone_gsm' => 'Telefonê Gsm', 'send_message' => 'پەیام بنێرە
'phone_office' => 'Telefonê Ofîsê', ',
'add_to_favorites' => "Add to Favorites", 'phone_gsm' => 'ژماره‌ی مۆبایل
'send' => 'Şandin', ',
'search_name' => 'Navê Lêgerînê', 'phone_office' => 'ژمارەی دوکان
'my_favorite_searches' => 'Lêgerînên Bijare', ',
'search_desc' => 'Hûn dikarin li vir vebijarkên lêgerîna xweya bijare zêde bikin û rêve bibin.', 'add_to_favorites' => "دانێ ناو دڵخوازەکانەوە
'complaint_placeholder' => 'Agahdariyên giliyê xwe li vir binivîsin.', ",
'show_details' => 'Agahdariyên Nîşan bidin', 'send' => 'بنێرە',
'ad_actions' => 'Çalakiyên Ad', 'search_name' => 'گەڕان ناوەکە',
'edit' => 'Weşandin', 'my_favorite_searches' => 'گەڕانی دڵخوازترین
'approve' => 'Destûrdan', ',
'passive' => "Nejîr", 'search_desc' => 'دەتوانیت لێرە زیاد بکەیت و هەڵبژاردنی گەڕانی دڵخوازت بەڕێوە ببەیت.
'offered_by' => 'Ji hêla Pêşniyar kirin', ',
'more_ads_by' => 'More Ads By', 'complaint_placeholder' => 'وردەکاری سکاڵاکانت لێرە بنوسە
'click_phone' => 'Hejmara têlefonê nîşan bide', ',
'share' => 'Par', 'show_details' => 'زانیارییەكان نیشاندە',
'report' => 'Vê reklamê ragihînin', 'ad_actions' => 'کرداری ڕیکلام',
'features' => 'Taybetmendî', 'edit' => 'دەستکاری بکە',
"streetview" => "Dîmena Kolanê", 'approve' => 'پەسەندی بکە
'recommended_ads' => 'Ji bo We Reklamên Pêşniyar kirin', ',
'new' => 'Nşh', 'passive' => "ناچالاک",
'short_info' => 'Kurte Agahdarî', 'sold' => 'فرۆشرا
'secure_trading' => 'Bazirganiya Ewle', ',
'24/7' => '24/7 Piştgirî', 'offered_by' => 'پێشکەشکراوە لەلایەن
'easy_trading' => 'Bazirganiya Hêsan', ',
'need_help' => 'Alîkarî hewce dike?', 'more_ads_by' => 'ڕیکلامی زیاتر لەلایەن
'give_a_call' => 'Gazî bikin', ',
'message_sent' => 'Peyam entandin!', 'click_phone' => 'ژمارە تەلەفونەکانی نیشاندە
'asap' => 'Peyam şandî, dê firotkar asap bi we re têkilî dayne.', ',
'ad_id' => 'Ad Id', 'share' => 'بەش بکەن',
'contact_with' => 'Têkilî Bi', 'report' => 'ئەم ڕیکلامە ڕیپۆرت بکەن
'create_adv' => 'Ad biafirînin', ',
'edit_adv' => 'Ad Adrast bike', 'features' => 'تایبەتمەندیە کان
'mandatory_fields' => 'Zeviyên Mecbûrî', ',
'ad_post' => 'Ad Post', "streetview" => "دیمەنی سەر شەقام
'sell_item' => 'Tiştek an karûbarek bifroşin', ",
'search_save' => 'Lêgerîna bijare bi serkeftî hate tomarkirin', 'recommended_ads' => 'ڕێکلامێکی پێشنیارکراو بۆ ئێوە
'address' => 'Navnîşan', ',
'email' => 'E-name', 'new' => 'نوێ',
'phone' => 'Telefon', 'short_info' => 'زانیاریەکی کورت
'send_us_your_feedback' => 'Bersiva xwe ji me re bişînin', ',
'online_shopping' => 'STENDIN', 'secure_trading' => 'بازرگانیکردنێکی سەلامەت
'approved' => 'Bi Serkeftin Hat Pejirandin', ',
'extended' => 'Bi Serkeftin Berfireh kirin', '24/7' => '24/7 پشتگری',
'easy_trading' => 'بازرگانی ئاسان
',
'need_help' => 'ویستنی یارمەتی ؟',
'give_a_call' => 'تەلەفون بکە
',
'message_sent' => '! پەیام نێردراوە
',
'asap' => 'پەیام بنێرە ، فرۆشیار بەم زووانە پەیوەندیت پێوە دەکات
',
'ad_id' => 'ناسنامەی ڕیکلام
',
'contact_with' => 'پەیوەندی بکە لەگەڵ
',
'create_adv' => 'ڕیکلام دروست بکە
',
'edit_adv' => 'ڕیکلام دەستکاری بکات
',
'mandatory_fields' => 'کێڵگەکانی بەزۆرەملێ
',
'ad_post' => 'ڕیکلامی دانێ',
'sell_item' => 'شتومەک یان خزمەتگوزاری بفرۆشە
',
'search_save' => 'گەڕانی دڵخواز بە سەرکەوتوویی ڕزگار کرا
',
'address' => 'ناونیشان',
'email' => 'ئی مەیل',
'phone' => 'تەلەفۆن',
'send_us_your_feedback' => 'Send Us Your Feedback
',
'online_shopping' => 'GET',
'approved' => 'بە سەرکەوتوویی پەسەند کرا
',
'extended' => 'بە سەرکەوتوویی درێژکرایەوە
',
'declined' => 'Bi Serkeftin Daketin', 'declined' => 'Bi Serkeftin Daketin',
'search_on_map' => 'Li Nexşeyê bigerin', 'search_on_map' => 'گەڕان لەسەر نەخشە
'post_free_ad' => 'Reklamek Belaş bişînin', ',
'select_a_category' => 'Kategoriyek hilbijêrin', 'post_free_ad' => 'ڕیکلامی بەلاش دابنێ
'select_a_sub_category' => 'Kategoriyek Jêrîn hilbijêrin', ',
'all_dopings_added' => 'Hemî celebên dopîngê ji bo vê reklamê têne zêdekirin.', 'select_a_category' => 'کەتێگۆری هەڵبژێرە
',
'select_a_sub_category' => 'کەتێگۆریی ژێرین هەڵبژێرە
',
'all_dopings_added' => 'هەموو جۆرەکانی دۆپینگ بۆ ئەم ڕیکلامە زیادکراوە
',
'is_get_adv' => [ 'is_get_adv' => [
'name' => 'STENDIN' 'name' => 'GET'
], ],
'corporate_info' => 'Agahdariya Pargîdanî', 'corporate_info' => 'زانیاری کۆمپانیا
'featured_ads' => "Reklamên Taybetmendî", ',
'featured_ads' => "ڕیکلامی تایبەتمەندی بوو
",
'trending_ads' => 'Reklamên Trendind', 'trending_ads' => 'Reklamên Trendind',
'search_ad_result_prefix' => 'لەسەر',
'search_ads_result_message' => [ 'search_ads_result_message' => [
'name' => ': reklamên hejmartin ji bo: lêgerîna navan hate dîtin', 'name' => 'ڕێکلامەکان دەژمێرن دۆزراونەتەوەبۆ :گەڕانی ناو:',
], ],
'total' => 'Hemî', 'total' => 'هه موو
'quantity' => 'Jimarî', ',
'view_cart' => 'Cart View', 'quantity' => 'چەندی',
'no_ads' => 'Reklam nehat dîtin.', 'view_cart' => 'سەبەتە پیشاندان',
'no_ads' => 'هیچ ڕیکلامێک نەدۆزراوەتەوە
',
'show_display_mode' => [ 'show_display_mode' => [
'map' => 'Qert', 'map' => 'نەخشە',
'list' => 'Rêzok', 'list' => 'لیست',
], ],
'advs_list_table_thead' => [ 'advs_list_table_thead' => [
'name' => 'Navê Ad', 'name' => 'ناوی ڕیکلام
'price' => 'Biha', ',
'publish_at' => 'Dîroka Ad', 'price' => 'نرخي',
'location_city' => 'Bajar', 'publish_at' => 'بەرواری ڕیکلام
'location_country' => 'Welat', ',
'location_city' => 'شار',
'location_country' => 'وڵات',
], ],
'show_list_view' => [ 'show_list_view' => [
'name' => 'Rêzok', 'name' => 'لیست',
], ],
'show_table_view' => [ 'show_table_view' => [
'name' => 'Mêz', 'name' => 'مێز',
], ],
'showcase' => [ 'showcase' => [
'name' => 'Pêşangeh', 'name' => 'عه رز
',
], ],
'new_ad' => [ 'new_ad' => [
'name' => 'Reklama Nû', 'name' => 'ڕیکلامی نوێ
',
], ],
'profile' => [ 'profile' => [
'name' => 'Tengal', 'name' => 'پرۆفایل',
], ],
'my_ads' => [ 'my_ads' => [
'name' => 'Reklamên min', 'name' => 'ڕیکلامەکانم
',
], ],
'sold_out' => [ 'sold_out' => [
'name' => 'Hate firotin', 'name' => 'فرۆشرا
',
], ],
'edit_category' => 'Kategorî biguherîne', 'edit_category' => 'دەستکاری کەتێگۆریەکە بکە
'set_category' => 'Kategorî danîn', ',
'set_category' => 'کەتێگۆریی دوکان
',
'max' => [ 'max' => [
'name' => 'Max', 'name' => 'گەورە',
], ],
'min' => [ 'min' => [
'name' => 'Min', 'name' => 'کەم',
], ],
'in_the_last_24_hours' => [ 'in_the_last_24_hours' => [
'name' => 'Di 24 Demjimêrên Dawîn de' 'name' => 'لە دوایینی 24 سات
'
], ],
'in_the_last_day' => [ 'in_the_last_day' => [
'name' => 'Di 24 Demjimêrên Dawîn de' 'name' => 'لە دوایینی 24 سات
'
], ],
'in_the_last_week' => [ 'in_the_last_week' => [
'name' => 'Di Hefteya Dawîn de' 'name' => 'له هه فته ی دوایین
'
], ],
'in_the_last_month' => [ 'in_the_last_month' => [
'name' => 'Di Meha Dawîn de' 'name' => 'لە مانگی دوایین
'
], ],
'ads_with_photo' => [ 'ads_with_photo' => [
'name' => 'Reklamên Bi Wêne' 'name' => 'ڕێکلامەکان بە وێنە
'
], ],
'ads_with_video' => [ 'ads_with_video' => [
'name' => 'Reklamên Bi Vîdyo' 'name' => 'ڕێکلامەکان بە ڤیدیۆ
'
], ],
'yes' => [ 'yes' => [
'name' => 'Erê' 'name' => 'بەڵێ'
], ],
"no_location" => "Cîh nayê hilbijartin.", "no_location" => "شوێنەکە دیاری نەکراوە
"continue" => 'Berdewamkirin', ",
"gallery" => 'Galerya', "continue" => 'بەردەوام بوون',
"ads" => 'Reklam', "gallery" => 'گەلەری',
"were_found" => 'hatin dîtin.', "ad" => 'ڕیکلام',
"ads" => 'ڕیکلامەکان',
"were_found" => 'دۆزرانەوە
',
// Pending screen // Pending screen
'pending_message_1' => 'Reklam di Pêvajoya Pejirandinê de ye', 'pending_message_1' => 'ڕیکلامەکە لە پڕۆسەی پەسەندکردندایە
'pending_message_2' => "Dîroka Nûvekirina Ad", ',
'pending_message_3' => 'Wextê Bendewariyê Texmîn kirin', 'pending_message_2' => "بەروارێکی نوێ نوێکردنەوەێ بۆ ڕیکلام
'pending_message_4' => 'Dema ku di pêvajoya pejirandinê de derbas bûye dê li dema dopîngê were zêdekirin.', ",
'pending_message_5' => 'Di pêvajoya pejirandinê de têkildarî reklamê ji navenda bangê çu danûstandin nayê kirin.', 'pending_message_3' => 'کاتی چاوەڕوانیکردنى هەستم پێگەشتووە
'hours' => 'saetan', ',
'pending_message_4' => 'The time spent in the approval process will be added to the doping time.
',
'pending_message_5' => 'No transactions can be made from the call center regarding the ad in the approval process.
',
'hours' => 'سات',
// Preview page // Preview page
'preview_text' => [ 'preview_text' => [
'part_1' => 'Heke di derheqê reklama we de agahdariya jêrîn rast e, bişkoja "Berdewam" bikirtînin û biçin gava paşîn.', 'part_1' => 'ئەگەر ئەم زانیاریانەی خوارەوە لەسەر ڕێکلامەکەت ڕاست بوو ، کرتە لە دوگمەی بەردەوام بکە و بەرەو هەنگاوی دواتر بڕۆ
'part_2' => 'Heke na, bişkoja "Biguherîne" bikirtînin.', ',
'part_2' => 'ئەگەر نا ، کرتە لەسەر دوگمەی دەسکاریکردن بکە.
',
], ],
'views' => 'Dîtin', 'views' => 'دیتین',
// Detail page // Detail page
"no_street_view" => "Li vî cîhî wêneyek dîtina kolanan tune", "no_street_view" => "دیمەنێکی سەر شەقام لەم شوێنە نییە",
'edit_my_contact_info' => 'Agahdariya Têkiliya Min Biguherînin', 'edit_my_contact_info' => 'دەستکاری زانیاری پەیوەندیم بکە
'update_my_contact_info' => 'agahdariya têkiliya min nûve bikin', ',
'contact_info' => 'Agahdariya têkiliyê', 'update_my_contact_info' => 'زانیاری پەیوەندیم نوێ بکەرەوە
'ad_info' => 'Agahdariya Ad', ',
'contact_info' => 'زانیاری پەیوەندی',
'ad_info' => 'زانیاری ڕێکلام
',
// Select cat // Select cat
'select_category_step_by_step' => 'Gav bi Gav Kategorî hilbijêrin', 'select_category_step_by_step' => 'کەتێگۆری هەڵبژێرە هەنگاو بە هەنگاو
',
// New create page // New create page
'options' => 'Vebijarkên', 'options' => 'بژاردەکان
'category_selection' => 'Hilbijartina Kategorî', ',
'listing_details' => 'Details hûrgulî', 'category_selection' => 'هەڵبژاردنەکانی کەتێگۆری
'preview' => 'Pêşnerîn', ',
'congratulations' => 'Pîrozbahî', 'listing_details' => 'وردەکاریەکانی لیستکردن
'ad_desc' => 'Ad Description', ',
'upload_photos' => 'Wêneyan bar bikin', 'preview' => 'پێشبینین
'additional_fields' => 'Zeviyên Zêdeyî', ',
'ad_location' => 'Cihê Ad', 'congratulations' => 'پیرۆزبایی',
'ad_desc' => 'دەربارەی ڕێکلام',
'upload_photos' => 'وێنەکانی دانێن',
'upload_files' => 'فایلەکان دابنێن
',
'additional_fields' => 'کێڵگە زیادەکان
',
'ad_location' => 'شوێنی ڕێکلام
',
'free' => 'Belaş', 'free' => 'بەلاش',
'ad_date' => 'Dîroka Ad', 'ad_date' => 'بەرواری ڕیکلام
'photo_video' => 'Wêne, Vîdyo', ',
'and_above' => 'û li jor', 'photo_video' => 'ڤیدیۆ, وێنە',
'and_below' => 'û li jêr', 'and_above' => 'و لە سەرەوەش
'clear_all' => 'Hemî Paqij Bikin', ',
'balances' => 'Hevsengî', 'and_below' => 'و لە خوارەوە
'packages' => 'Packages', ',
'dopings' => 'Dopîng', 'clear_all' => 'هەموو خاوێن بکە',
'advs' => 'Advs', 'balances' => 'باڵانسەکان',
'site' => 'Malper', 'packages' => 'پاکێجەکان',
'subscription' => 'Abonetî', 'dopings' => 'دۆپینگکان',
'created' => 'Afirandin', 'advs' => 'ڕیکلامەکان',
'site' => 'سایت',
'subscription' => 'ئابوونە کردن',
'created' => 'درووستکراوە
',
'product_option' => [ 'product_option' => [
'name' => 'Hilbijarka Hilberê' 'name' => 'بژاردەی بەرهەمەکان
'
], ],
'option_json' => [ 'option_json' => [
'name' => 'Dibe' 'name' => 'بژاردەی'
], ],
'old_price' => [ 'old_price' => [
'name' => 'Bihayê Kevn' 'name' => 'نرخی کۆن
'
], ],
]; ];

View File

@ -1,32 +1,60 @@
<?php <?php
return [ return [
'error_added_cart' => 'Hilbera ku tê xwestin niha tune an neçalak e', 'error_added_cart' => 'بەرهەمی داواکراو ئێستا ناچالاکیە
'please_payment' => 'Ji kerema xwe bidin', ',
'bank_account_info' => 'Agahdariya hesabê bankê', 'please_payment' => 'تکایە پارە بدە
'agreement' => 'Bi tikandina Weşanê, hûn ji Mercên Bikaranînê û Siyaseta Veşarî ya me qebûl dikin ku hûn xwediyê rewa yê vî tiştî ne.', ',
'update_category_msg' => 'Kategoriya dabeşkirî dê were nûve kirin.', 'bank_account_info' => 'زانیاری هەژماری بانک
'updated_category_msg' => 'Kategorî bi serfirazî hate guherandin.', ',
'agreement' => 'By clicking Publish, you agree to our Terms of Use and Privacy Policy acknowledge that you are the rightful owner of this item.
',
'update_category_msg' => 'کەتێگۆریی ڕیکلام نوێ دەکرێتەوە
',
'updated_category_msg' => 'کەتێگۆری بە سەرکەوتوویی دەستکاری کراوە
',
'create_ad_with_post_cat' => [ 'create_ad_with_post_cat' => [
'title' => "Hilbijartina kategoriyê qediya.", 'title' => "هەڵبژاردنی کەتێگۆری تەواو بوو
",
'success' => true, 'success' => true,
'continueBtn' => "Berdewamkirin", 'continueBtn' => "بەردەوام بە
",
], ],
'update_category_info' => 'Ji kerema xwe kategoriyê nûve bikin.', 'update_category_info' => 'تکایە کەتێگۆریەکە نوێ بکەنەوە
'filter_by_search_msg' => 'Parzûn Bi Lêgerînê.', ',
'delete_author_error' => 'Hûn nekarin mesajek ku ne ya we be jêbirin', 'filter_by_search_msg' => 'پارزوون بە گەڕان
'success_delete' => 'Ad Deleted', ',
'pending_ad_status' => 'Reklama we li benda pejirandina Edîtorê ye.', 'delete_author_error' => 'ناتوانی پۆستێک بسڕیتەوە کە هی تۆ نەبێت
'extended' => ': reklam (s) hejmar bi serfirazî hate dirêj kirin.', ',
'category_not_exist' => 'Ev kategorî êdî tune!', 'success_delete' => 'ڕێکلامی سڕایەوە
'currency_converted' => 'Dirav Bi Serkeftin Ve Veguherandin.', ',
'choose_user' => 'Bikarhêner hilbijêrin', 'pending_ad_status' => 'ڕیکلامەکەت لەلایەن ئیدیتۆرەوە پەسەندکراوە.
'owner_updated_successfully' => 'Xwedî Serkeftin Hat Nûvekirin!', ',
'no_add_found' => 'Adek nehat dîtin!', 'extended' => 'ژمارەی ڕیکلامی سەرکەوتوو درێژکرایەوە:
'replicated_success' => 'Reklam bi serfirazî hate dubare kirin!', ',
'ad_doesnt_exist' => "Ev reklam tune!", 'category_not_exist' => 'چیتر ئەم کەتێگۆری بەردەست نییە!
'select_location_error' => "Ji kerema xwe li ser nexşeyê cîhek hilbijêrin!", ',
'this_ad_is_not_valid_anymore' => "Ev reklam ne derbasdar e êdî!", 'currency_converted' => 'بە سەرکەوتوویی دراوی گۆڕاوە
'approve_status_change' => "Rewşa Reklama We Çalak Bûye!",
'passive_status_change' => "Rewşa Reklama We Pasîf Bû!", ',
'choose_user' => 'بەکارهێنەرێک هەڵبژێرە
',
'owner_updated_successfully' => '! خاوەنەکە بە سەرکەوتوویی نوێ کرایەوە
',
'no_add_found' => '! ڕیکلامێک نەدۆزراوەتەوە',
'replicated_success' => '! ڕیکلامەکە بە سەرکەوتوویی پێشکەش کرا
',
'ad_doesnt_exist' => "! ئەم ڕیکلامە بەردەست نییە
",
'select_location_error' => "! تکایە شوێنێك لەسەر نەخشەکە هەڵبژێرە
",
'this_ad_is_not_valid_anymore' => "! ئەم ڕیکلامە چیتر دروست نییە
",
'approve_status_change' => "! دۆخی ڕیکلامەکەت وەک چالاک ڕێکخراوە
",
'passive_status_change' => "! دۆخی ڕیکلامەکەت وەکو ناچالاک ڕێکخراوە
",
'sold_status_change' => "! دۆخی ڕیکلامەکەت رێکخراو وەک فرۆشراوە
",
]; ];

View File

@ -97,4 +97,12 @@ return [
'delete' => 'Ma dikare veavakirina vebijarkê were jêbirin?', 'delete' => 'Ma dikare veavakirina vebijarkê were jêbirin?',
], ],
], ],
'status' => [
'name' => 'Cî',
'option' => [
'read' => 'Ma dikare statûyê bixwîne?',
'write' => 'Ma dikare statu biafirîne / sererast bike?',
'delete' => 'Ma dikare statuyê jê bibe?',
],
],
]; ];

View File

@ -2,25 +2,25 @@
return [ return [
'advs' => [ 'advs' => [
'title' => 'Reklam', 'title' => 'ڕیکلامەکان',
], ],
'categories' => [ 'categories' => [
'title' => 'Kategorî', 'title' => 'کەتێگۆریکان',
], ],
'countries' => [ 'countries' => [
'title' => 'Welat', 'title' => 'وڵاتەکان',
], ],
'cities' => [ 'cities' => [
'title' => 'Bajar', 'title' => 'شارەکان',
], ],
'districts' => [ 'districts' => [
'title' => 'Navçe', 'title' => 'ناوچەکان',
], ],
'neighborhoods' => [ 'neighborhoods' => [
'title' => 'Taxan', 'title' => 'هاوسایەتیەکان',
], ],
'village' => [ 'village' => [
'title' => 'Gûnd', 'title' => 'گوندەکان',
], ],
'custom_fields' => [ 'custom_fields' => [
'title' => 'Zeviyên xwerû', 'title' => 'Zeviyên xwerû',
@ -56,4 +56,7 @@ return [
'title' => 'Veavakirina', 'title' => 'Veavakirina',
], ],
'translations' => 'Wergeran', 'translations' => 'Wergeran',
'status' => [
'title' => 'دۆخ',
],
]; ];

View File

@ -219,4 +219,12 @@ return [
'name' => 'Rengê Bişkoja Adê biafirînin', 'name' => 'Rengê Bişkoja Adê biafirînin',
'instructions' => 'Bişkoja ku dema hilbijartina kategoriya reklama nû xilas dibe diguheze.' 'instructions' => 'Bişkoja ku dema hilbijartina kategoriya reklama nû xilas dibe diguheze.'
], ],
'lang_switcher_for_browser' => [
'name' => 'Lang Switcher Ji bo Gerokê',
'instructions' => 'Destûrê dide we ku hûn zimanê gerokê wekî zimanê çalak hilbijêrin'
],
'get_categories' => [
'name' => 'Kategoriyan bistînin',
'instructions' => 'Ew kategoriyên ku tê de taybetmendiya GET dê derbasdar be temsîl dike.'
],
]; ];

View File

@ -31,4 +31,7 @@ return [
'option_configuration' => [ 'option_configuration' => [
'name' => 'Veavakirina', 'name' => 'Veavakirina',
], ],
'status' => [
'name' => 'Cî',
],
]; ];

View File

@ -2,4 +2,5 @@
return [ return [
'unfinished' => 'Neqedya', 'unfinished' => 'Neqedya',
'advanced' => 'Pêşveçû',
]; ];

View File

@ -43,4 +43,5 @@ return [
'fast_create' => 'Snel aanmaken', 'fast_create' => 'Snel aanmaken',
'publish' => 'Publiceren', 'publish' => 'Publiceren',
'import' => 'Importeren', 'import' => 'Importeren',
'new_status' => 'Nieuwe status',
]; ];

View File

@ -165,6 +165,7 @@ return [
'edit' => 'Bewerk', 'edit' => 'Bewerk',
'approve' => 'Goedkeuren', 'approve' => 'Goedkeuren',
'passive' => "Passief", 'passive' => "Passief",
'sold' => 'Verkocht',
'offered_by' => 'Aangeboden door', 'offered_by' => 'Aangeboden door',
'more_ads_by' => 'Meer advertenties door', 'more_ads_by' => 'Meer advertenties door',
'click_phone' => 'Toon telefoonnummer', 'click_phone' => 'Toon telefoonnummer',
@ -210,6 +211,7 @@ return [
'corporate_info' => 'Bedrijfsinfo', 'corporate_info' => 'Bedrijfsinfo',
'featured_ads' => "Aanbevolen advertenties", 'featured_ads' => "Aanbevolen advertenties",
'trending_ads' => 'Trendind-advertenties', 'trending_ads' => 'Trendind-advertenties',
'search_ad_result_prefix' => 'Aan',
'search_ads_result_message' => [ 'search_ads_result_message' => [
'name' => ': tel advertenties gevonden voor:zoeken op naam', 'name' => ': tel advertenties gevonden voor:zoeken op naam',
], ],
@ -281,6 +283,7 @@ return [
"no_location" => "Er is geen locatie geselecteerd.", "no_location" => "Er is geen locatie geselecteerd.",
"continue" => 'Doorgaan met', "continue" => 'Doorgaan met',
"gallery" => 'Galerij', "gallery" => 'Galerij',
"ad" => 'Advertentie',
"ads" => 'Advertenties', "ads" => 'Advertenties',
"were_found" => 'zijn gevonden.', "were_found" => 'zijn gevonden.',
@ -317,6 +320,7 @@ return [
'congratulations' => 'Gefeliciteerd', 'congratulations' => 'Gefeliciteerd',
'ad_desc' => 'Beschrijving van de Reclame', 'ad_desc' => 'Beschrijving van de Reclame',
'upload_photos' => 'Foto\'s uploaden', 'upload_photos' => 'Foto\'s uploaden',
'upload_files' => 'Upload bestanden',
'additional_fields' => 'Extra velden', 'additional_fields' => 'Extra velden',
'ad_location' => 'Advertentielocatie', 'ad_location' => 'Advertentielocatie',

View File

@ -29,4 +29,5 @@ return [
'this_ad_is_not_valid_anymore' => "Deze advertentie is niet meer geldig!", 'this_ad_is_not_valid_anymore' => "Deze advertentie is niet meer geldig!",
'approve_status_change' => "De status van uw advertentie is ingesteld op Actief!", 'approve_status_change' => "De status van uw advertentie is ingesteld op Actief!",
'passive_status_change' => "De status van uw advertentie is ingesteld op passief!", 'passive_status_change' => "De status van uw advertentie is ingesteld op passief!",
'sold_status_change' => "De status van uw advertentie is ingesteld op Verkocht!",
]; ];

View File

@ -97,4 +97,12 @@ return [
'delete' => 'Kan de optieconfiguratie verwijderen?', 'delete' => 'Kan de optieconfiguratie verwijderen?',
], ],
], ],
'status' => [
'name' => 'Toestand',
'option' => [
'read' => 'Kan status lezen?',
'write' => 'Kan status aanmaken / bewerken?',
'delete' => 'Kan de status verwijderen?',
],
],
]; ];

View File

@ -56,4 +56,7 @@ return [
'title' => 'Configuratie', 'title' => 'Configuratie',
], ],
'translations' => 'Vertalingen', 'translations' => 'Vertalingen',
'status' => [
'title' => 'Toestand',
],
]; ];

View File

@ -219,4 +219,12 @@ return [
'name' => 'Kleur van advertentieknop maken', 'name' => 'Kleur van advertentieknop maken',
'instructions' => 'Wijzigt de knop die wordt weergegeven wanneer de selectie van de nieuwe advertentiecategorie is voltooid.' 'instructions' => 'Wijzigt de knop die wordt weergegeven wanneer de selectie van de nieuwe advertentiecategorie is voltooid.'
], ],
'lang_switcher_for_browser' => [
'name' => 'Lang Switcher voor browser',
'instructions' => 'Hiermee kunt u de browsertaal als actieve taal kiezen'
],
'get_categories' => [
'name' => 'GET Categorieën',
'instructions' => 'Het vertegenwoordigt de categorieën waarin de eigenschap GET geldig zal zijn.'
],
]; ];

View File

@ -31,4 +31,7 @@ return [
'option_configuration' => [ 'option_configuration' => [
'name' => 'Configuratie', 'name' => 'Configuratie',
], ],
'status' => [
'name' => 'Toestand',
],
]; ];

View File

@ -2,4 +2,5 @@
return [ return [
'unfinished' => 'Onvoltooid', 'unfinished' => 'Onvoltooid',
'advanced' => 'Geavanceerd',
]; ];

View File

@ -43,4 +43,5 @@ return [
'fast_create' => 'Szybkie tworzenie', 'fast_create' => 'Szybkie tworzenie',
'publish' => 'Publikować', 'publish' => 'Publikować',
'import' => 'Import', 'import' => 'Import',
'new_status' => 'Nowy status',
]; ];

View File

@ -165,6 +165,7 @@ return [
'edit' => 'Edytować', 'edit' => 'Edytować',
'approve' => 'Zatwierdzać', 'approve' => 'Zatwierdzać',
'passive' => "Bierny", 'passive' => "Bierny",
'sold' => 'Sprzedany',
'offered_by' => 'Oferowane przez', 'offered_by' => 'Oferowane przez',
'more_ads_by' => 'Więcej reklam autorstwa', 'more_ads_by' => 'Więcej reklam autorstwa',
'click_phone' => 'Pokaż numer telefonu', 'click_phone' => 'Pokaż numer telefonu',
@ -209,6 +210,7 @@ return [
'corporate_info' => 'Informacje o firmie', 'corporate_info' => 'Informacje o firmie',
'featured_ads' => "Polecane reklamy", 'featured_ads' => "Polecane reklamy",
'trending_ads' => 'Trendind Ads', 'trending_ads' => 'Trendind Ads',
'search_ad_result_prefix' => 'na',
'search_ads_result_message' => [ 'search_ads_result_message' => [
'name' => ': liczba znalezionych reklam dla: wyszukiwania nazw', 'name' => ': liczba znalezionych reklam dla: wyszukiwania nazw',
], ],
@ -280,6 +282,7 @@ return [
"no_location" => "Nie wybrano lokalizacji.", "no_location" => "Nie wybrano lokalizacji.",
"continue" => 'Kontyntynuj', "continue" => 'Kontyntynuj',
"gallery" => 'Galeria', "gallery" => 'Galeria',
"ad" => 'Ogłoszenie',
"ads" => 'Reklamy', "ads" => 'Reklamy',
"were_found" => 'zostały znalezione.', "were_found" => 'zostały znalezione.',
@ -316,6 +319,7 @@ return [
'congratulations' => 'Gratulacje', 'congratulations' => 'Gratulacje',
'ad_desc' => 'opis reklamy', 'ad_desc' => 'opis reklamy',
'upload_photos' => 'Załadować zdjęcia', 'upload_photos' => 'Załadować zdjęcia',
'upload_files' => 'Prześlij pliki',
'additional_fields' => 'Dodatkowe pola', 'additional_fields' => 'Dodatkowe pola',
'ad_location' => 'Lokalizacja reklamy', 'ad_location' => 'Lokalizacja reklamy',

View File

@ -29,4 +29,5 @@ return [
'this_ad_is_not_valid_anymore' => "Ta reklama jest już nieważna!", 'this_ad_is_not_valid_anymore' => "Ta reklama jest już nieważna!",
'approve_status_change' => "Stan Twojej reklamy został ustawiony jako Aktywny!", 'approve_status_change' => "Stan Twojej reklamy został ustawiony jako Aktywny!",
'passive_status_change' => "Stan Twojej reklamy został ustawiony na pasywny!", 'passive_status_change' => "Stan Twojej reklamy został ustawiony na pasywny!",
'sold_status_change' => "Stan Twojej reklamy został ustawiony na Sprzedane!",
]; ];

View File

@ -97,4 +97,12 @@ return [
'delete' => 'Czy można usunąć konfigurację opcji?', 'delete' => 'Czy można usunąć konfigurację opcji?',
], ],
], ],
'status' => [
'name' => 'Status',
'option' => [
'read' => 'Czy można odczytać status?',
'write' => 'Czy można tworzyć / edytować status?',
'delete' => 'Czy można usunąć status?',
],
],
]; ];

View File

@ -56,4 +56,7 @@ return [
'title' => 'Konfiguracja', 'title' => 'Konfiguracja',
], ],
'translations' => 'Tłumaczenia', 'translations' => 'Tłumaczenia',
'status' => [
'title' => 'Status',
],
]; ];

View File

@ -219,4 +219,12 @@ return [
'name' => 'Utwórz kolor przycisku reklamy', 'name' => 'Utwórz kolor przycisku reklamy',
'instructions' => 'Zmienia przycisk wyświetlany po zakończeniu wyboru nowej kategorii reklam.' 'instructions' => 'Zmienia przycisk wyświetlany po zakończeniu wyboru nowej kategorii reklam.'
], ],
'lang_switcher_for_browser' => [
'name' => 'Przełącznik języka dla przeglądarki',
'instructions' => 'Umożliwia wybranie języka przeglądarki jako aktywnego języka'
],
'get_categories' => [
'name' => 'POBIERZ kategorie',
'instructions' => 'Reprezentuje kategorie, w których właściwość GET będzie ważna.'
],
]; ];

View File

@ -31,4 +31,7 @@ return [
'option_configuration' => [ 'option_configuration' => [
'name' => 'Konfiguracja', 'name' => 'Konfiguracja',
], ],
'status' => [
'name' => 'Status',
],
]; ];

View File

@ -2,4 +2,5 @@
return [ return [
'unfinished' => 'Niedokończony', 'unfinished' => 'Niedokończony',
'advanced' => 'zaawansowane',
]; ];

View File

@ -43,4 +43,5 @@ return [
'fast_create' => 'Criação rápida', 'fast_create' => 'Criação rápida',
'publish' => 'Publicar', 'publish' => 'Publicar',
'import' => 'Importar', 'import' => 'Importar',
'new_status' => 'Novo Status',
]; ];

View File

@ -165,6 +165,7 @@ return [
'edit' => 'Editar', 'edit' => 'Editar',
'approve' => 'Aprovar', 'approve' => 'Aprovar',
'passive' => "Passiva", 'passive' => "Passiva",
'sold' => 'Vendido',
'offered_by' => 'Oferecido por', 'offered_by' => 'Oferecido por',
'more_ads_by' => 'Mais anúncios por', 'more_ads_by' => 'Mais anúncios por',
'click_phone' => 'Mostrar número de telefone', 'click_phone' => 'Mostrar número de telefone',
@ -210,6 +211,7 @@ return [
'corporate_info' => 'Informações corporativas', 'corporate_info' => 'Informações corporativas',
'featured_ads' => "Anúncios em destaque", 'featured_ads' => "Anúncios em destaque",
'trending_ads' => 'Anúncios Trendind', 'trending_ads' => 'Anúncios Trendind',
'search_ad_result_prefix' => 'em',
'search_ads_result_message' => [ 'search_ads_result_message' => [
'name' => ': contagem de anúncios encontrados para:pesquisa de nome', 'name' => ': contagem de anúncios encontrados para:pesquisa de nome',
], ],
@ -281,6 +283,7 @@ return [
"no_location" => "Nenhum local está selecionado.", "no_location" => "Nenhum local está selecionado.",
"continue" => 'Continuar', "continue" => 'Continuar',
"gallery" => 'Galeria', "gallery" => 'Galeria',
"ad" => 'de Anúncios',
"ads" => 'Publicidades', "ads" => 'Publicidades',
"were_found" => 'foram achados.', "were_found" => 'foram achados.',
@ -317,6 +320,7 @@ return [
'congratulations' => 'Parabéns', 'congratulations' => 'Parabéns',
'ad_desc' => 'Descrição de Anúncio', 'ad_desc' => 'Descrição de Anúncio',
'upload_photos' => 'Upload fotos', 'upload_photos' => 'Upload fotos',
'upload_files' => 'Fazer upload de arquivos',
'additional_fields' => 'Campos Adicionais', 'additional_fields' => 'Campos Adicionais',
'ad_location' => 'Localização do anúncio', 'ad_location' => 'Localização do anúncio',

View File

@ -29,4 +29,5 @@ return [
'this_ad_is_not_valid_anymore' => "Este anúncio não é mais válido!", 'this_ad_is_not_valid_anymore' => "Este anúncio não é mais válido!",
'approve_status_change' => "O status do seu anúncio foi definido como ativo!", 'approve_status_change' => "O status do seu anúncio foi definido como ativo!",
'passive_status_change' => "O status do seu anúncio foi definido como passivo!", 'passive_status_change' => "O status do seu anúncio foi definido como passivo!",
'sold_status_change' => "O status do seu anúncio foi definido como vendido!",
]; ];

Some files were not shown because too many files have changed in this diff Show More