mirror of
https://github.com/openclassify/openclassify.git
synced 2026-01-11 18:01:10 -06:00
commit
b7e4f8aa43
@ -19,7 +19,7 @@ fav.checkFav = (id, type, divId, iconId) => {
|
||||
});
|
||||
};
|
||||
|
||||
var id = $('#adv_id').val();
|
||||
var id = $('#adv_id').html();
|
||||
var owner = $('#owner').data('content');
|
||||
|
||||
fav.checkFav(id,'adv', '.favorites', '#heart-icon-adv');
|
||||
|
||||
@ -243,5 +243,21 @@
|
||||
"name" =>"الطاولة",
|
||||
|
||||
],
|
||||
"showcase" => [
|
||||
"name" =>"عرض",
|
||||
|
||||
],
|
||||
"new_ad" => [
|
||||
"name" =>"إعلان جديد",
|
||||
|
||||
],
|
||||
"profile" => [
|
||||
"name" =>"الملف الشخصي",
|
||||
|
||||
],
|
||||
"my_ads" => [
|
||||
"name" =>"إعلاناتي",
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
@ -217,7 +217,7 @@
|
||||
"featured_ads" =>"Empfohlene Anzeigen",
|
||||
"trending_ads" =>"Trendind Ads",
|
||||
"search_ads_result_message" => [
|
||||
"name" =>": Anzahl der gefundenen Anzeigen für:Namenssuche",
|
||||
"name" =>": Anzahl gefundener Anzeigen für:Namenssuche",
|
||||
|
||||
],
|
||||
"total" =>"Gesamt",
|
||||
@ -245,5 +245,21 @@
|
||||
"name" =>"Tabelle",
|
||||
|
||||
],
|
||||
"showcase" => [
|
||||
"name" =>"Vitrine",
|
||||
|
||||
],
|
||||
"new_ad" => [
|
||||
"name" =>"Neue Anzeige",
|
||||
|
||||
],
|
||||
"profile" => [
|
||||
"name" =>"Profil",
|
||||
|
||||
],
|
||||
"my_ads" => [
|
||||
"name" =>"Meine Anzeigen",
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
@ -245,5 +245,21 @@
|
||||
"name" =>"Τραπέζι",
|
||||
|
||||
],
|
||||
"showcase" => [
|
||||
"name" =>"Βιτρίνα",
|
||||
|
||||
],
|
||||
"new_ad" => [
|
||||
"name" =>"Νέα διαφήμιση",
|
||||
|
||||
],
|
||||
"profile" => [
|
||||
"name" =>"Προφίλ",
|
||||
|
||||
],
|
||||
"my_ads" => [
|
||||
"name" =>"Οι διαφημίσεις μου",
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
@ -1,24 +1,24 @@
|
||||
<?php
|
||||
|
||||
return[
|
||||
"new_adv" =>"Nuevo Adv",
|
||||
"new_adv" =>"Adv nuevo",
|
||||
"new_category" =>"Nueva categoría",
|
||||
"new_country" =>"Nuevo país",
|
||||
"new_city" =>"Ciudad Nueva",
|
||||
"new_district" =>"Nuevo distrito",
|
||||
"new_neighborhood" =>"Nuevo barrio",
|
||||
"new_neighborhood" =>"Barrio nuevo",
|
||||
"new_village" =>"Pueblo Nuevo",
|
||||
"approve" =>"Aprobar",
|
||||
"decline" =>"Disminución",
|
||||
"sub_category" =>"Subcategorias",
|
||||
"sub_category" =>"Subcategorías",
|
||||
"add_sub_category" =>"Añadir subcategoría",
|
||||
"sub_cities" =>"Ciudades secundarias",
|
||||
"add_sub_cities" =>"Añadir Sub City",
|
||||
"add_sub_districts" =>"Añadir Sub Distrito",
|
||||
"add_sub_neighborhoods" =>"Añadir sub barrio",
|
||||
"sub_cities" =>"Sub ciudades",
|
||||
"add_sub_cities" =>"Añadir ciudad secundaria",
|
||||
"add_sub_districts" =>"Añadir subdistrito",
|
||||
"add_sub_neighborhoods" =>"Agregar vecindario secundario",
|
||||
"add_sub_village" =>"Añadir Sub Village",
|
||||
"sub_districts" =>"Subdistritos",
|
||||
"sub_neighborhoods" =>"Sub Barrios",
|
||||
"sub_village" =>"Sub aldea",
|
||||
"sub_neighborhoods" =>"Sub Vecindarios",
|
||||
"sub_village" =>"Sub Village",
|
||||
"general_settings" =>"Configuración general"
|
||||
];
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
],
|
||||
"category" => [
|
||||
"name" =>"Título de la categoría",
|
||||
"name" =>"Título de categoría",
|
||||
|
||||
],
|
||||
"price" => [
|
||||
@ -98,16 +98,16 @@
|
||||
|
||||
],
|
||||
"next_add_advs_title" => [
|
||||
"name" =>"Publica un anuncio en solo 30 segundos.",
|
||||
"name" =>"Publique un anuncio en solo 30 segundos",
|
||||
|
||||
],
|
||||
"next_add_advs_msg" => [
|
||||
"name" =>"Por favor NO publique varios anuncios para los mismos artículos o servicios. Todos los anuncios duplicados,
|
||||
spam y categorizados erróneamente serán eliminados.",
|
||||
"name" =>"NO publique varios anuncios para los mismos artículos o servicios. Se eliminarán todos los anuncios duplicados,
|
||||
spam y categorizados incorrectamente.",
|
||||
|
||||
],
|
||||
"next_add_advs_btn" => [
|
||||
"name" =>"Siguiente",
|
||||
"name" =>"próximo",
|
||||
|
||||
],
|
||||
"cancel_add_advs_btn" => [
|
||||
@ -123,7 +123,7 @@
|
||||
|
||||
],
|
||||
"favs_adv" => [
|
||||
"name" =>"Fav anuncios",
|
||||
"name" =>"Anuncios Fav",
|
||||
|
||||
],
|
||||
"my_adv" => [
|
||||
@ -152,10 +152,10 @@
|
||||
"recommended" =>"Anuncios recomendados para usted",
|
||||
"sort_by" =>"Ordenar por",
|
||||
"pick_option" =>"Elige una opción",
|
||||
"price_high" =>"Precio alto a bajo",
|
||||
"price_high" =>"Precio mayor a menor",
|
||||
"price-low" =>"Precios de barato a caro",
|
||||
"newest" =>"El más nuevo",
|
||||
"categories" =>"Las categorías",
|
||||
"categories" =>"Categorias",
|
||||
"all_categories" =>"todas las categorias",
|
||||
"location" =>"Ubicación",
|
||||
"send_message" =>"Enviar mensaje",
|
||||
@ -163,7 +163,7 @@
|
||||
"phone_office" =>"Telefono de oficina",
|
||||
"add_to_favorites" =>"Agregar a los favoritos",
|
||||
"send" =>"Enviar",
|
||||
"search_name" =>"Nombre de búsqueda",
|
||||
"search_name" =>"Buscar nombre",
|
||||
"my_favorite_searches" =>"Búsquedas favoritas",
|
||||
"search_desc" =>"Puede agregar y administrar sus selecciones de búsqueda favoritas aquí.",
|
||||
"complaint_placeholder" =>"Escriba los detalles de su queja aquí.",
|
||||
@ -172,15 +172,15 @@
|
||||
"approve" =>"Aprobar",
|
||||
"passive" =>"Pasivo",
|
||||
"offered_by" =>"Ofrecido por",
|
||||
"more_ads_by" =>"Más anuncios por",
|
||||
"more_ads_by" =>"Más anuncios de",
|
||||
"click_phone" =>"Mostrar número de teléfono",
|
||||
"share" =>"Comparte este anuncio",
|
||||
"report" =>"Reportar este anuncio",
|
||||
"report" =>"Denunciar este anuncio",
|
||||
"features" =>"Caracteristicas",
|
||||
"streetview" =>"vista de calle",
|
||||
"recommended_ads" =>"Anuncios recomendados para usted",
|
||||
"new" =>"Nuevo",
|
||||
"short_info" =>"Información Corta",
|
||||
"short_info" =>"Información corta",
|
||||
"secure_trading" =>"Comercio seguro",
|
||||
"24/7" =>"Soporte 24/7",
|
||||
"easy_trading" =>"Comercio fácil",
|
||||
@ -188,36 +188,36 @@
|
||||
"give_a_call" =>"Dar una llamada en",
|
||||
"message_sent" =>"¡Mensaje enviado!",
|
||||
"asap" =>"Mensaje enviado,
|
||||
el vendedor lo contactará lo antes posible.",
|
||||
"ad_id" =>"ID de anuncio",
|
||||
el vendedor se comunicará con usted lo antes posible.",
|
||||
"ad_id" =>"ID del anuncio",
|
||||
"contact_with" =>"Contactar con",
|
||||
"create_adv" =>"Crear anuncio",
|
||||
"edit_adv" =>"Editar Anuncio",
|
||||
"edit_adv" =>"Editar anuncio",
|
||||
"mandatory_fields" =>"Campos obligatorios",
|
||||
"ad_post" =>"Anuncio publicitario",
|
||||
"ad_post" =>"Publicación de anuncios",
|
||||
"sell_item" =>"Vender un artículo o servicio",
|
||||
"search_save" =>"Búsqueda favorita guardada exitosamente",
|
||||
"search_save" =>"Búsqueda favorita guardada con éxito",
|
||||
"address" =>"Dirección",
|
||||
"email" =>"Correo electrónico",
|
||||
"phone" =>"Teléfono",
|
||||
"send_us_your_feedback" =>"Envíenos sus comentarios",
|
||||
"online_shopping" =>"OBTENER",
|
||||
"approved" =>"Aprobado con éxito",
|
||||
"declined" =>"Declinado exitosamente",
|
||||
"approved" =>"Aprobado exitosamente",
|
||||
"declined" =>"Rechazado con éxito",
|
||||
"search_on_map" =>"Buscar en el mapa",
|
||||
"post_free_ad" =>"Publicar anuncio gratis",
|
||||
"select_a_category" =>"Seleccione una categoría",
|
||||
"select_a_sub_category" =>"Selecciona una sub-categoría",
|
||||
"all_dopings_added" =>"Todos los tipos de dopaje se añaden para este anuncio.",
|
||||
"all_dopings_added" =>"Todos los tipos de dopaje se agregan para este anuncio.",
|
||||
"is_get_adv" => [
|
||||
"name" =>"OBTENER",
|
||||
|
||||
],
|
||||
"corporate_info" =>"Información Corporativa",
|
||||
"corporate_info" =>"Información corporativa",
|
||||
"featured_ads" =>"Anuncios destacados",
|
||||
"trending_ads" =>"Trendind Ads",
|
||||
"trending_ads" =>"Anuncios de tendencias",
|
||||
"search_ads_result_message" => [
|
||||
"name" =>": se han encontrado anuncios de:búsqueda de nombres",
|
||||
"name" =>": cuenta de anuncios encontrados para:búsqueda de nombre",
|
||||
|
||||
],
|
||||
"total" =>"Total",
|
||||
@ -245,5 +245,21 @@
|
||||
"name" =>"Mesa",
|
||||
|
||||
],
|
||||
"showcase" => [
|
||||
"name" =>"Escaparate",
|
||||
|
||||
],
|
||||
"new_ad" => [
|
||||
"name" =>"Anuncio nuevo",
|
||||
|
||||
],
|
||||
"profile" => [
|
||||
"name" =>"Perfil",
|
||||
|
||||
],
|
||||
"my_ads" => [
|
||||
"name" =>"Mis anuncios",
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
return[
|
||||
"error_added_cart" =>"El producto solicitado está actualmente perdido o inactivo",
|
||||
"please_buy_package" =>"Por favor compre paquete"
|
||||
"error_added_cart" =>"El producto solicitado falta actualmente o está inactivo",
|
||||
"please_buy_package" =>"Por favor compre el paquete"
|
||||
];
|
||||
@ -4,17 +4,17 @@
|
||||
"advs" => [
|
||||
"name" =>"Anuncios",
|
||||
"option" => [
|
||||
"read" =>"¿Se pueden leer los anuncios? ",
|
||||
"write" =>"¿Se pueden crear / editar anuncios? ",
|
||||
"delete" =>"¿Se pueden eliminar los anuncios?"
|
||||
"read" =>"Puede leer anuncios? ",
|
||||
"write" =>"¿Puede crear / editar anuncios? ",
|
||||
"delete" =>"Puede eliminar anuncios?"
|
||||
],
|
||||
|
||||
],
|
||||
"categories" => [
|
||||
"name" =>"Las categorías",
|
||||
"name" =>"Categorias",
|
||||
"option" => [
|
||||
"read" =>"¿Se pueden leer categorías? ",
|
||||
"write" =>"¿Se pueden crear / editar categorías? ",
|
||||
"read" =>"¿Puede leer categorías? ",
|
||||
"write" =>"¿Puede crear / editar categorías? ",
|
||||
"delete" =>"¿Se pueden eliminar categorías?"
|
||||
],
|
||||
|
||||
@ -22,17 +22,17 @@
|
||||
"village" => [
|
||||
"name" =>"Pueblo",
|
||||
"option" => [
|
||||
"read" =>"¿Se puede leer el pueblo? ",
|
||||
"write" =>"¿Se puede crear / editar aldea? ",
|
||||
"delete" =>"¿Se puede borrar el pueblo?"
|
||||
"read" =>"Puede leer el pueblo? ",
|
||||
"write" =>"Puede crear / editar pueblo? ",
|
||||
"delete" =>"¿Se puede eliminar el pueblo?"
|
||||
],
|
||||
|
||||
],
|
||||
"custom_fields" => [
|
||||
"name" =>"Campos Personalizados",
|
||||
"option" => [
|
||||
"read" =>"¿Se pueden leer campos personalizados? ",
|
||||
"write" =>"¿Se pueden crear / editar campos personalizados? ",
|
||||
"read" =>"¿Puede leer campos personalizados? ",
|
||||
"write" =>"¿Puede crear / editar campos personalizados? ",
|
||||
"delete" =>"¿Se pueden eliminar campos personalizados?"
|
||||
],
|
||||
|
||||
@ -40,18 +40,18 @@
|
||||
"custom_field_advs" => [
|
||||
"name" =>"Anuncios de campo personalizados",
|
||||
"option" => [
|
||||
"read" =>"¿Se pueden leer anuncios de campo personalizados? ",
|
||||
"write" =>"¿Se pueden crear / editar anuncios de campos personalizados? ",
|
||||
"delete" =>"¿Se pueden eliminar los anuncios de campo personalizados?"
|
||||
"read" =>"¿Puede leer anuncios de campo personalizados? ",
|
||||
"write" =>"¿Puede crear / editar anuncios de campo personalizados? ",
|
||||
"delete" =>"¿Se pueden eliminar anuncios de campo personalizados?"
|
||||
],
|
||||
|
||||
],
|
||||
"cf_values" => [
|
||||
"name" =>"Valores cf",
|
||||
"name" =>"Valores de Cf",
|
||||
"option" => [
|
||||
"read" =>"¿Se pueden leer valores de cf? ",
|
||||
"write" =>"¿Se puede crear / editar valores cf? ",
|
||||
"delete" =>"¿Se pueden borrar los valores de cf?",
|
||||
"read" =>"¿Puede leer los valores cf? ",
|
||||
"write" =>"¿Puede crear / editar valores cf? ",
|
||||
"delete" =>"¿Se pueden eliminar los valores cf?",
|
||||
|
||||
],
|
||||
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
],
|
||||
"categories" => [
|
||||
"title" =>"Las categorías",
|
||||
"title" =>"Categorias",
|
||||
|
||||
],
|
||||
"countries" => [
|
||||
@ -38,7 +38,7 @@
|
||||
|
||||
],
|
||||
"cf_values" => [
|
||||
"title" =>"Valores cf",
|
||||
"title" =>"Valores de Cf",
|
||||
|
||||
],
|
||||
"fields" => [
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
return[
|
||||
"auto_approve" => [
|
||||
"name" =>"Aprobación automática",
|
||||
"name" =>"Aprobar automáticamente",
|
||||
|
||||
],
|
||||
"default_published_time" => [
|
||||
@ -14,7 +14,7 @@
|
||||
|
||||
],
|
||||
"address" => [
|
||||
"name" =>"Contacto direccion",
|
||||
"name" =>"Dirección de contacto",
|
||||
|
||||
],
|
||||
"phone" => [
|
||||
@ -23,7 +23,7 @@
|
||||
],
|
||||
"contact_mail" => [
|
||||
"name" =>"Correo de contacto",
|
||||
"warning" =>"Auto añadido <strong>info nombre de sitio</strong> @sitename",
|
||||
"warning" =>"Auto añadido sitename <strong>info</strong> @sitename",
|
||||
|
||||
],
|
||||
"map_coordinates_long" => [
|
||||
@ -31,7 +31,7 @@
|
||||
|
||||
],
|
||||
"map_coordinates_lat" => [
|
||||
"name" =>"Mapa de coordenadas latinas",
|
||||
"name" =>"Map Lat Coordinate",
|
||||
|
||||
],
|
||||
"logo" => [
|
||||
@ -40,7 +40,7 @@
|
||||
],
|
||||
"ogImage" => [
|
||||
"name" =>"Logotipo de Social Share",
|
||||
"warning" =>"Debe estar en una resolución de 1200 x 630.",
|
||||
"warning" =>"Debe tener una resolución de 1200 x 630.",
|
||||
|
||||
],
|
||||
"currencies" => [
|
||||
@ -57,15 +57,15 @@
|
||||
|
||||
],
|
||||
"default_country" => [
|
||||
"name" =>"País predeterminado del anuncio",
|
||||
"name" =>"País de anuncio predeterminado",
|
||||
|
||||
],
|
||||
"free_currencyconverterapi_key" => [
|
||||
"name" =>"Clave API Convertidor de moneda",
|
||||
"name" =>"Clave API de convertidor de divisas",
|
||||
|
||||
],
|
||||
"default_city" => [
|
||||
"name" =>"Ciudad de anuncios predeterminada",
|
||||
"name" =>"Ciudad de anuncio predeterminada",
|
||||
|
||||
],
|
||||
"default_district" => [
|
||||
@ -73,7 +73,7 @@
|
||||
|
||||
],
|
||||
"default_neighborhood" => [
|
||||
"name" =>"Barrio de anuncios predeterminado",
|
||||
"name" =>"Barrio de anuncio predeterminado",
|
||||
|
||||
],
|
||||
"default_currency" => [
|
||||
@ -117,7 +117,7 @@
|
||||
|
||||
],
|
||||
"watermark_opacity" => [
|
||||
"name" =>"Opacidad de la marca de agua",
|
||||
"name" =>"Opacidad de marca de agua",
|
||||
|
||||
],
|
||||
"listing_page_image" => [
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
],
|
||||
"categories" => [
|
||||
"name" =>"Las categorías",
|
||||
"name" =>"Categorias",
|
||||
|
||||
],
|
||||
"village" => [
|
||||
@ -18,11 +18,11 @@
|
||||
|
||||
],
|
||||
"custom_field_advs" => [
|
||||
"name" =>"Campo personalizado advs",
|
||||
"name" =>"Anuncios de campo personalizados",
|
||||
|
||||
],
|
||||
"cf_values" => [
|
||||
"name" =>"Valores cf",
|
||||
"name" =>"Valores de Cf",
|
||||
|
||||
],
|
||||
|
||||
|
||||
@ -2,6 +2,6 @@
|
||||
|
||||
return[
|
||||
"title" =>"تبلیغات",
|
||||
"name" =>"ماژول آگهی",
|
||||
"description" =>"ماژول آگهی"
|
||||
"name" =>"ماژول تبلیغات",
|
||||
"description" =>"ماژول تبلیغات"
|
||||
];
|
||||
@ -1,24 +1,24 @@
|
||||
<?php
|
||||
|
||||
return[
|
||||
"new_adv" =>"مشاور جدید",
|
||||
"new_adv" =>"جدید جدید",
|
||||
"new_category" =>"دسته بندی جدید",
|
||||
"new_country" =>"کشور جدید",
|
||||
"new_city" =>"شهر جدید",
|
||||
"new_district" =>"منطقه جدید",
|
||||
"new_neighborhood" =>"محله جدید",
|
||||
"new_village" =>"روستای جدید",
|
||||
"new_village" =>"دهکده جدید",
|
||||
"approve" =>"تایید",
|
||||
"decline" =>"کاهش می یابد",
|
||||
"sub_category" =>"زیر شاخه ها",
|
||||
"add_sub_category" =>"اضافه کردن زیر شاخه",
|
||||
"sub_cities" =>"شهرهای زیر",
|
||||
"add_sub_cities" =>"اضافه کردن شهر زیر",
|
||||
"add_sub_districts" =>"اضافه کردن منطقه",
|
||||
"add_sub_neighborhoods" =>"اضافه کردن محله محله",
|
||||
"add_sub_village" =>"اضافه کردن روستای زیر",
|
||||
"sub_districts" =>"حوزه های فرعی",
|
||||
"sub_neighborhoods" =>"محله های زیر",
|
||||
"sub_village" =>"زیر روستا",
|
||||
"sub_category" =>"زیر مجموعه ها",
|
||||
"add_sub_category" =>"زیر مجموعه را اضافه کنید",
|
||||
"sub_cities" =>"شهرهای زیر شهر",
|
||||
"add_sub_cities" =>"اضافه کردن زیر شهر",
|
||||
"add_sub_districts" =>"اضافه کردن Sub District",
|
||||
"add_sub_neighborhoods" =>"اضافه کردن زیر محله",
|
||||
"add_sub_village" =>"اضافه کردن Sub Village",
|
||||
"sub_districts" =>"مناطق فرعی",
|
||||
"sub_neighborhoods" =>"محله های فرعی",
|
||||
"sub_village" =>"دهکده زیر",
|
||||
"general_settings" =>"تنظیمات عمومی"
|
||||
];
|
||||
@ -10,7 +10,7 @@
|
||||
|
||||
],
|
||||
"slug" => [
|
||||
"name" =>"لاغر",
|
||||
"name" =>"مثل حلزون حرکت کردن",
|
||||
|
||||
],
|
||||
"parent_category" => [
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
],
|
||||
"category" => [
|
||||
"name" =>"عنوان رده",
|
||||
"name" =>"عنوان دسته",
|
||||
|
||||
],
|
||||
"price" => [
|
||||
@ -62,31 +62,31 @@
|
||||
|
||||
],
|
||||
"cat1" => [
|
||||
"name" =>"طبقه اصلی",
|
||||
"name" =>"دسته اصلی",
|
||||
|
||||
],
|
||||
"cat2" => [
|
||||
"name" =>"زیر رده 1",
|
||||
"name" =>"زیر گروه 1",
|
||||
|
||||
],
|
||||
"cat3" => [
|
||||
"name" =>"زیر رده 2",
|
||||
"name" =>"زیر دسته 2",
|
||||
|
||||
],
|
||||
"cat4" => [
|
||||
"name" =>"زیر رده 3",
|
||||
"name" =>"زیر دسته 3",
|
||||
|
||||
],
|
||||
"cat5" => [
|
||||
"name" =>"زیر رده 4",
|
||||
"name" =>"زیر گروه 4",
|
||||
|
||||
],
|
||||
"cat6" => [
|
||||
"name" =>"زیر رده 5",
|
||||
"name" =>"زیر مجموعه 5",
|
||||
|
||||
],
|
||||
"cat7" => [
|
||||
"name" =>"زیر رده 6",
|
||||
"name" =>"زیر گروه 6",
|
||||
|
||||
],
|
||||
"currency" => [
|
||||
@ -98,11 +98,11 @@
|
||||
|
||||
],
|
||||
"next_add_advs_title" => [
|
||||
"name" =>"ارسال یک آگهی به مدت 30 ثانیه",
|
||||
"name" =>"فقط 30 ثانیه تبلیغ ارسال کنید",
|
||||
|
||||
],
|
||||
"next_add_advs_msg" => [
|
||||
"name" =>"لطفا تبلیغات چندگانه را برای موارد مشابه یا خدمات ارسال نکنید. همه تکراری، هرزنامه و تبلیغات غلط طبقهبندی حذف خواهند شد.",
|
||||
"name" =>"لطفاً برای چندین مورد یا خدمات ، چندین تبلیغات ارسال نکنید. همه تبلیغات تکراری ، اسپم و دسته بندی اشتباه حذف می شوند.",
|
||||
|
||||
],
|
||||
"next_add_advs_btn" => [
|
||||
@ -110,19 +110,19 @@
|
||||
|
||||
],
|
||||
"cancel_add_advs_btn" => [
|
||||
"name" =>"یا لغو",
|
||||
"name" =>"یا لغو کنید",
|
||||
|
||||
],
|
||||
"pending_adv" => [
|
||||
"name" =>"در انتظار آگهی",
|
||||
"name" =>"در انتظار تبلیغات",
|
||||
|
||||
],
|
||||
"archived_adv" => [
|
||||
"name" =>"آگهی های بایگانی شده",
|
||||
"name" =>"تبلیغات بایگانی شده",
|
||||
|
||||
],
|
||||
"favs_adv" => [
|
||||
"name" =>"تبلیغات Fav",
|
||||
"name" =>"تبلیغات مورد علاقه",
|
||||
|
||||
],
|
||||
"my_adv" => [
|
||||
@ -138,7 +138,7 @@
|
||||
|
||||
],
|
||||
"parent_adv" => [
|
||||
"name" =>"آگهی مرتبط",
|
||||
"name" =>"تبلیغات مرتبط",
|
||||
|
||||
],
|
||||
"value" => [
|
||||
@ -146,102 +146,118 @@
|
||||
|
||||
],
|
||||
"home" =>"خانه",
|
||||
"list-page" =>"صفحه فهرست",
|
||||
"list-page" =>"صفحه لیست",
|
||||
"search" =>"جستجو کردن",
|
||||
"recommended" =>"تبلیغات توصیه شده برای شما",
|
||||
"recommended" =>"تبلیغات پیشنهادی برای شما",
|
||||
"sort_by" =>"مرتب سازی بر اساس",
|
||||
"pick_option" =>"یک گزینه را انتخاب کنید",
|
||||
"price_high" =>"قیمت بالا به پایین",
|
||||
"price-low" =>"قیمت پایین به بالا",
|
||||
"pick_option" =>"گزینه ای را انتخاب کنید",
|
||||
"price_high" =>"قیمت بالا تا پایین",
|
||||
"price-low" =>"قیمت پایین تا بالا",
|
||||
"newest" =>"جدیدترین",
|
||||
"categories" =>"دسته بندی ها",
|
||||
"all_categories" =>"همه دسته بندی ها",
|
||||
"location" =>"محل",
|
||||
"send_message" =>"پیام فرستادن",
|
||||
"phone_gsm" =>"گوشی Gsm",
|
||||
"phone_gsm" =>"تلفن جی اس ام",
|
||||
"phone_office" =>"تلفن دفتر",
|
||||
"add_to_favorites" =>"اضافه کردن به علاقه مندی ها",
|
||||
"send" =>"ارسال",
|
||||
"search_name" =>"نام جستجو",
|
||||
"my_favorite_searches" =>"جستجوهای مورد علاقه",
|
||||
"search_desc" =>"شما می توانید انتخاب های مورد علاقه خود را در اینجا اضافه کنید و مدیریت کنید.",
|
||||
"complaint_placeholder" =>"جزئیات شکایت خود را در اینجا بنویسید",
|
||||
"search_desc" =>"شما می توانید انتخابهای جستجوی دلخواه خود را از اینجا اضافه و مدیریت کنید.",
|
||||
"complaint_placeholder" =>"جزئیات شکایت خود را اینجا بنویسید.",
|
||||
"show_details" =>"نمایش جزئیات",
|
||||
"edit" =>"ویرایش کنید",
|
||||
"approve" =>"تایید",
|
||||
"passive" =>"منفعل",
|
||||
"offered_by" =>"پیشنهاد شده توسط",
|
||||
"more_ads_by" =>"تبلیغات بیشتر توسط",
|
||||
"click_phone" =>"شماره تلفن را نشان دهید",
|
||||
"share" =>"به اشتراک گذاشتن این آگهی",
|
||||
"report" =>"گزارش این تبلیغ",
|
||||
"click_phone" =>"نمایش شماره تلفن",
|
||||
"share" =>"این تبلیغ را به اشتراک بگذارید",
|
||||
"report" =>"گزارش این آگهی",
|
||||
"features" =>"امکانات",
|
||||
"streetview" =>"نمای خیابان",
|
||||
"recommended_ads" =>"تبلیغات توصیه شده برای شما",
|
||||
"recommended_ads" =>"تبلیغات پیشنهادی برای شما",
|
||||
"new" =>"جدید",
|
||||
"short_info" =>"اطلاعات کوتاه",
|
||||
"secure_trading" =>"بازرگانی امن",
|
||||
"secure_trading" =>"تجارت امن",
|
||||
"24/7" =>"پشتیبانی 24/7",
|
||||
"easy_trading" =>"تجارت آسان",
|
||||
"need_help" =>"کمک خواستن؟",
|
||||
"give_a_call" =>"تماس بگیرید",
|
||||
"message_sent" =>"پیغام فرستاده شد!",
|
||||
"asap" =>"پیام فرستاده شده، فروشنده با شما تماس خواهد گرفت.",
|
||||
"asap" =>"پیام ارسال شده ، فروشنده با شما تماس خواهد گرفت.",
|
||||
"ad_id" =>"شناسه تبلیغ",
|
||||
"contact_with" =>"ارتباط با",
|
||||
"create_adv" =>"ایجاد آگهی",
|
||||
"edit_adv" =>"ویرایش آگهی",
|
||||
"edit_adv" =>"ویرایش تبلیغ",
|
||||
"mandatory_fields" =>"فیلد های اجباری",
|
||||
"ad_post" =>"آگهی پست",
|
||||
"sell_item" =>"فروش یک محصول یا خدمات",
|
||||
"ad_post" =>"آگهی ارسال",
|
||||
"sell_item" =>"کالا یا خدمات را بفروشید",
|
||||
"search_save" =>"جستجوی مورد علاقه با موفقیت ذخیره شد",
|
||||
"address" =>"نشانی",
|
||||
"email" =>"پست الکترونیک",
|
||||
"phone" =>"تلفن",
|
||||
"send_us_your_feedback" =>"انتقادات و پیشنهادات خود را برای ما ارسال کنید",
|
||||
"send_us_your_feedback" =>"بازخورد خود را برای ما ارسال کنید",
|
||||
"online_shopping" =>"گرفتن",
|
||||
"approved" =>"تأیید شدم",
|
||||
"declined" =>"لغو موفقیت آمیز",
|
||||
"approved" =>"با موفقیت تأیید شد",
|
||||
"declined" =>"با موفقیت کاهش یافت",
|
||||
"search_on_map" =>"جستجو در نقشه",
|
||||
"post_free_ad" =>"ارسال آگهی رایگان",
|
||||
"select_a_category" =>"یک دسته را انتخاب کنید",
|
||||
"select_a_category" =>"یک دسته بندی را انتخاب کنید",
|
||||
"select_a_sub_category" =>"یک زیر شاخه را انتخاب کنید",
|
||||
"all_dopings_added" =>"تمام انواع دوپینگ برای این تبلیغ اضافه شده است.",
|
||||
"all_dopings_added" =>"کلیه انواع دوپینگ برای این تبلیغ اضافه می شود.",
|
||||
"is_get_adv" => [
|
||||
"name" =>"گرفتن",
|
||||
|
||||
],
|
||||
"corporate_info" =>"اطلاعات شرکت",
|
||||
"featured_ads" =>"آگهی های ویژه",
|
||||
"trending_ads" =>"تبلیغات Trendind",
|
||||
"featured_ads" =>"تبلیغات برجسته",
|
||||
"trending_ads" =>"تبلیغات مرسوم ، مد روز",
|
||||
"search_ads_result_message" => [
|
||||
"name" =>": تعداد تبلیغات پیدا شده برای:جستجوی نام",
|
||||
"name" =>": تعداد آگهی های یافت شده برای:جستجوی نام",
|
||||
|
||||
],
|
||||
"total" =>"جمع",
|
||||
"quantity" =>"تعداد",
|
||||
"quantity" =>"مقدار",
|
||||
"view_cart" =>"مشاهده سبد خرید",
|
||||
"no_ads" =>"بدون تبلیغات!",
|
||||
"show_display_mode" => [
|
||||
"map" =>"نقشه",
|
||||
"list" =>"فهرست",
|
||||
"list" =>"لیست",
|
||||
|
||||
],
|
||||
"advs_list_table_thead" => [
|
||||
"name" =>"نام آگهی",
|
||||
"name" =>"نام تبلیغ",
|
||||
"price" =>"قیمت",
|
||||
"publish_at" =>"تاریخ آگهی",
|
||||
"publish_at" =>"تاریخ تبلیغ",
|
||||
"location_city" =>"شهر",
|
||||
"location_country" =>"کشور",
|
||||
|
||||
],
|
||||
"show_list_view" => [
|
||||
"name" =>"فهرست",
|
||||
"name" =>"لیست",
|
||||
|
||||
],
|
||||
"show_table_view" => [
|
||||
"name" =>"جدول",
|
||||
|
||||
],
|
||||
"showcase" => [
|
||||
"name" =>"ویترین",
|
||||
|
||||
],
|
||||
"new_ad" => [
|
||||
"name" =>"آگهی جدید",
|
||||
|
||||
],
|
||||
"profile" => [
|
||||
"name" =>"مشخصات",
|
||||
|
||||
],
|
||||
"my_ads" => [
|
||||
"name" =>"تبلیغات من",
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
return[
|
||||
"error_added_cart" =>"محصول مورد نظر در حال حاضر از دست رفته یا غیرفعال است",
|
||||
"please_buy_package" =>"لطفا بسته را بخرید"
|
||||
"error_added_cart" =>"محصول درخواستی در حال حاضر از دست رفته یا غیرفعال است",
|
||||
"please_buy_package" =>"لطفاً بسته را خریداری کنید"
|
||||
];
|
||||
@ -4,54 +4,54 @@
|
||||
"advs" => [
|
||||
"name" =>"تبلیغات",
|
||||
"option" => [
|
||||
"read" =>"آگهی می تواند بخواند؟ ",
|
||||
"write" =>"می توانید آگهی های ایجاد / ویرایش کنید؟ ",
|
||||
"delete" =>"آیا می توانم تبلیغات را حذف کنم؟"
|
||||
"read" =>"آیا می توانید تبلیغات بخوانید؟ ",
|
||||
"write" =>"آیا می توانید تبلیغات ایجاد یا ویرایش کنید؟ ",
|
||||
"delete" =>"آیا می توانید تبلیغات را حذف کنید؟"
|
||||
],
|
||||
|
||||
],
|
||||
"categories" => [
|
||||
"name" =>"دسته بندی ها",
|
||||
"option" => [
|
||||
"read" =>"می توانید مقوله ها را بخوانید؟ ",
|
||||
"write" =>"می توانید مقوله های ایجاد / ویرایش کنید؟ ",
|
||||
"delete" =>"می توانید دسته ها را حذف کنید؟"
|
||||
"read" =>"آیا می توانید مقوله ها را بخوانید؟ ",
|
||||
"write" =>"آیا می توان دسته ها را ایجاد و ویرایش کرد؟ ",
|
||||
"delete" =>"آیا می توان دسته ها را حذف کرد؟"
|
||||
],
|
||||
|
||||
],
|
||||
"village" => [
|
||||
"name" =>"روستا",
|
||||
"option" => [
|
||||
"read" =>"می توانید روستا را بخوانید؟ ",
|
||||
"write" =>"می توانید روستا را ایجاد / ویرایش کنید؟ ",
|
||||
"delete" =>"آیا روستا را می توان حذف کرد؟"
|
||||
"read" =>"می توانید دهکده بخوانید؟ ",
|
||||
"write" =>"آیا می توانید دهکده ایجاد یا ویرایش کنید؟ ",
|
||||
"delete" =>"می توانید روستا را حذف کنید؟"
|
||||
],
|
||||
|
||||
],
|
||||
"custom_fields" => [
|
||||
"name" =>"موضوعات سفارشی",
|
||||
"option" => [
|
||||
"read" =>"می توانید زمینه های سفارشی را بخوانید؟ ",
|
||||
"write" =>"می توانید زمینه های سفارشی ایجاد / ویرایش کنید؟ ",
|
||||
"delete" =>"می توانید زمینه های سفارشی را حذف کنید؟"
|
||||
"read" =>"می توانید زمینه های دلخواه را بخوانید؟ ",
|
||||
"write" =>"آیا می توانید زمینه های سفارشی ایجاد یا ویرایش کنید؟ ",
|
||||
"delete" =>"می توانید فیلدهای سفارشی را حذف کنید؟"
|
||||
],
|
||||
|
||||
],
|
||||
"custom_field_advs" => [
|
||||
"name" =>"تبلیغات سفارشی",
|
||||
"name" =>"تبلیغات زمینه سفارشی",
|
||||
"option" => [
|
||||
"read" =>"می توانید تبلیغات فیلد سفارشی را بخوانید؟ ",
|
||||
"write" =>"آیا می توانم تبلیغات ویرایش سفارشی ایجاد / ویرایش کنم؟ ",
|
||||
"delete" =>"آیا می توانم تبلیغات سفارشی را حذف کنم؟"
|
||||
"read" =>"آیا می توانید تبلیغات زمینه دلخواه را بخوانید؟ ",
|
||||
"write" =>"آیا می توانید تبلیغات درست زمینه سفارشی ایجاد یا ویرایش کنید؟ ",
|
||||
"delete" =>"آیا می توانید تبلیغات زمینه دلخواه را حذف کنید؟"
|
||||
],
|
||||
|
||||
],
|
||||
"cf_values" => [
|
||||
"name" =>"مقادیر Cf",
|
||||
"option" => [
|
||||
"read" =>"می توانید مقادیر cf را بخوانید؟ ",
|
||||
"write" =>"می توانید مقادیر cf را ایجاد / ویرایش کنید؟ ",
|
||||
"delete" =>"می توانید مقادیر cf را حذف کنید؟",
|
||||
"read" =>"آیا می توانید مقادیر cf را بخوانید؟ ",
|
||||
"write" =>"آیا می توانید مقادیر cf ایجاد یا ویرایش کنید؟ ",
|
||||
"delete" =>"آیا می توانید مقادیر cf را حذف کنید؟",
|
||||
|
||||
],
|
||||
|
||||
|
||||
@ -34,7 +34,7 @@
|
||||
|
||||
],
|
||||
"custom_field_advs" => [
|
||||
"title" =>"تبلیغات سفارشی",
|
||||
"title" =>"تبلیغات زمینه سفارشی",
|
||||
|
||||
],
|
||||
"cf_values" => [
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
return[
|
||||
"auto_approve" => [
|
||||
"name" =>"تصدیق خودکار",
|
||||
"name" =>"تأیید خودکار",
|
||||
|
||||
],
|
||||
"default_published_time" => [
|
||||
@ -10,11 +10,11 @@
|
||||
|
||||
],
|
||||
"default_adv_limit" => [
|
||||
"name" =>"محدودیت پیش فرض آگهی",
|
||||
"name" =>"محدودیت تبلیغات پیش فرض",
|
||||
|
||||
],
|
||||
"address" => [
|
||||
"name" =>"تماس با آدرس",
|
||||
"name" =>"با آدرس تماس بگیرید",
|
||||
|
||||
],
|
||||
"phone" => [
|
||||
@ -22,8 +22,8 @@
|
||||
|
||||
],
|
||||
"contact_mail" => [
|
||||
"name" =>"با ایمیل تماس بگیرید",
|
||||
"warning" =>"خودکار <strong>اطلاعات</strong> sitenamesitename اضافه شد",
|
||||
"name" =>"تماس با ایمیل",
|
||||
"warning" =>"خودکار <strong>اطلاعات نام</strong> مکانsitename را اضافه کرد",
|
||||
|
||||
],
|
||||
"map_coordinates_long" => [
|
||||
@ -31,16 +31,16 @@
|
||||
|
||||
],
|
||||
"map_coordinates_lat" => [
|
||||
"name" =>"نقشه مختصات لات",
|
||||
"name" =>"نقشه مختصات Lat",
|
||||
|
||||
],
|
||||
"logo" => [
|
||||
"name" =>"لوگو",
|
||||
"name" =>"آرم",
|
||||
|
||||
],
|
||||
"ogImage" => [
|
||||
"name" =>"لوگو اشتراک اجتماعی",
|
||||
"warning" =>"این باید با وضوح 1200 × 630 باشد.",
|
||||
"name" =>"آرم اشتراک گذاری اجتماعی",
|
||||
"warning" =>"باید در رزولوشن 1200 x 630 باشد.",
|
||||
|
||||
],
|
||||
"currencies" => [
|
||||
@ -49,7 +49,7 @@
|
||||
],
|
||||
"site_address" => [
|
||||
"name" =>"آدرس سایت",
|
||||
"warning" =>"خودکار اضافه شده www. www <strong>sitename.com</strong>",
|
||||
"warning" =>"خودکار اضافه شد www. www <strong>sitename.com</strong>",
|
||||
|
||||
],
|
||||
"google_map_key" => [
|
||||
@ -57,7 +57,7 @@
|
||||
|
||||
],
|
||||
"default_country" => [
|
||||
"name" =>"پیشفرض کشور تبلیغی",
|
||||
"name" =>"کشور پیش فرض آگهی",
|
||||
|
||||
],
|
||||
"free_currencyconverterapi_key" => [
|
||||
@ -65,7 +65,7 @@
|
||||
|
||||
],
|
||||
"default_city" => [
|
||||
"name" =>"پیشفرض شهر تبلیغاتی",
|
||||
"name" =>"پیش فرض آگهی شهر",
|
||||
|
||||
],
|
||||
"default_district" => [
|
||||
@ -73,15 +73,15 @@
|
||||
|
||||
],
|
||||
"default_neighborhood" => [
|
||||
"name" =>"محدوده تبلیغ پیش فرض",
|
||||
"name" =>"محله پیش فرض آگهی",
|
||||
|
||||
],
|
||||
"default_currency" => [
|
||||
"name" =>"مقدار پیش فرض آگهی",
|
||||
"name" =>"پیش فرض آگهی ارز",
|
||||
|
||||
],
|
||||
"default_GET" => [
|
||||
"name" =>"پیش فرض تبلیغ GET",
|
||||
"name" =>"تبلیغات پیش فرض GET",
|
||||
|
||||
],
|
||||
"twitter" => [
|
||||
@ -101,27 +101,27 @@
|
||||
|
||||
],
|
||||
"watermark_type" => [
|
||||
"name" =>"نوع آبرسانی",
|
||||
"name" =>"نوع علامت",
|
||||
|
||||
],
|
||||
"watermark_text" => [
|
||||
"name" =>"متنی متنی",
|
||||
"name" =>"متن علامت",
|
||||
|
||||
],
|
||||
"watermark_image" => [
|
||||
"name" =>"تصویر هدر",
|
||||
"name" =>"تصویر علامت",
|
||||
|
||||
],
|
||||
"watermark_position" => [
|
||||
"name" =>"موقعیت آبرسانی",
|
||||
"name" =>"موقعیت علامت سفید",
|
||||
|
||||
],
|
||||
"watermark_opacity" => [
|
||||
"name" =>"Opacity ابعاد",
|
||||
"name" =>"کدورت علامت سفید",
|
||||
|
||||
],
|
||||
"listing_page_image" => [
|
||||
"name" =>"فهرست صفحه تصویر",
|
||||
"name" =>"لیست صفحه تصویر",
|
||||
|
||||
],
|
||||
"enabled_currencies" => [
|
||||
@ -129,7 +129,7 @@
|
||||
|
||||
],
|
||||
"google_statistic_code" => [
|
||||
"name" =>"گوگل آمار کد",
|
||||
"name" =>"کد آماری Google",
|
||||
|
||||
],
|
||||
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
return[
|
||||
"advs" => [
|
||||
"name" =>"مشاوره",
|
||||
"name" =>"پیشنهادات",
|
||||
|
||||
],
|
||||
"categories" => [
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
],
|
||||
"custom_field_advs" => [
|
||||
"name" =>"پیشنهادات زمینه سفارشی",
|
||||
"name" =>"زمینه های سفارشی",
|
||||
|
||||
],
|
||||
"cf_values" => [
|
||||
|
||||
@ -107,7 +107,7 @@
|
||||
|
||||
],
|
||||
"next_add_advs_btn" => [
|
||||
"name" =>"Suivant",
|
||||
"name" =>"Prochain",
|
||||
|
||||
],
|
||||
"cancel_add_advs_btn" => [
|
||||
@ -245,5 +245,21 @@
|
||||
"name" =>"Table",
|
||||
|
||||
],
|
||||
"showcase" => [
|
||||
"name" =>"Vitrine",
|
||||
|
||||
],
|
||||
"new_ad" => [
|
||||
"name" =>"Nouvelle annonce",
|
||||
|
||||
],
|
||||
"profile" => [
|
||||
"name" =>"Profil",
|
||||
|
||||
],
|
||||
"my_ads" => [
|
||||
"name" =>"Mes annonces",
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
@ -7,15 +7,15 @@
|
||||
"new_city" =>"Nuova città",
|
||||
"new_district" =>"New District",
|
||||
"new_neighborhood" =>"Nuovo quartiere",
|
||||
"new_village" =>"Nuovo villaggio",
|
||||
"new_village" =>"New Village",
|
||||
"approve" =>"Approvare",
|
||||
"decline" =>"Declino",
|
||||
"sub_category" =>"Sottocategorie",
|
||||
"add_sub_category" =>"Aggiungi sottocategoria",
|
||||
"sub_cities" =>"Città secondarie",
|
||||
"sub_cities" =>"Sotto città",
|
||||
"add_sub_cities" =>"Aggiungi città secondaria",
|
||||
"add_sub_districts" =>"Aggiungi sottodistretto",
|
||||
"add_sub_neighborhoods" =>"Aggiungi sottolivello",
|
||||
"add_sub_districts" =>"Aggiungi sotto distretto",
|
||||
"add_sub_neighborhoods" =>"Aggiungi sotto vicinato",
|
||||
"add_sub_village" =>"Aggiungi villaggio secondario",
|
||||
"sub_districts" =>"Sottodistretti",
|
||||
"sub_neighborhoods" =>"Quartieri secondari",
|
||||
|
||||
@ -102,7 +102,7 @@
|
||||
|
||||
],
|
||||
"next_add_advs_msg" => [
|
||||
"name" =>"Si prega di NON pubblicare più annunci per gli stessi articoli o servizi. Tutti gli annunci duplicati,
|
||||
"name" =>"NON pubblicare più annunci per gli stessi articoli o servizi. Tutti gli annunci duplicati,
|
||||
spam e classificati in modo errato verranno eliminati.",
|
||||
|
||||
],
|
||||
@ -115,7 +115,7 @@
|
||||
|
||||
],
|
||||
"pending_adv" => [
|
||||
"name" =>"Annunci in attesa",
|
||||
"name" =>"Annunci in sospeso",
|
||||
|
||||
],
|
||||
"archived_adv" => [
|
||||
@ -123,7 +123,7 @@
|
||||
|
||||
],
|
||||
"favs_adv" => [
|
||||
"name" =>"Annunci fav",
|
||||
"name" =>"Pubblicità preferita",
|
||||
|
||||
],
|
||||
"my_adv" => [
|
||||
@ -152,21 +152,21 @@
|
||||
"recommended" =>"Annunci consigliati per te",
|
||||
"sort_by" =>"Ordina per",
|
||||
"pick_option" =>"Scegli un\'opzione",
|
||||
"price_high" =>"Prezzo dal più alto al più basso",
|
||||
"price-low" =>"Prezzo dal basso all\'alto",
|
||||
"price_high" =>"Prezzo da alto a basso",
|
||||
"price-low" =>"Prezzo da basso ad alto",
|
||||
"newest" =>"i più nuovi",
|
||||
"categories" =>"categorie",
|
||||
"all_categories" =>"tutte le categorie",
|
||||
"location" =>"Posizione",
|
||||
"send_message" =>"Invia messaggio",
|
||||
"phone_gsm" =>"Telefono Gsm",
|
||||
"phone_gsm" =>"Telefono GSM",
|
||||
"phone_office" =>"Telefono dell\'ufficio",
|
||||
"add_to_favorites" =>"Aggiungi ai preferiti",
|
||||
"send" =>"Inviare",
|
||||
"search_name" =>"Cerca il nome",
|
||||
"search_name" =>"Cerca nome",
|
||||
"my_favorite_searches" =>"Ricerche preferite",
|
||||
"search_desc" =>"Puoi aggiungere e gestire le tue selezioni di ricerca preferite qui.",
|
||||
"complaint_placeholder" =>"Scrivi qui i dettagli del tuo reclamo.",
|
||||
"complaint_placeholder" =>"Digita qui i dettagli del reclamo.",
|
||||
"show_details" =>"Mostra dettagli",
|
||||
"edit" =>"modificare",
|
||||
"approve" =>"Approvare",
|
||||
@ -180,35 +180,35 @@
|
||||
"streetview" =>"vista stradale",
|
||||
"recommended_ads" =>"Annunci consigliati per te",
|
||||
"new" =>"Nuovo",
|
||||
"short_info" =>"Brevi informazioni",
|
||||
"short_info" =>"Informazioni brevi",
|
||||
"secure_trading" =>"Trading sicuro",
|
||||
"24/7" =>"Supporto 24/7",
|
||||
"24/7" =>"Assistenza 24/7",
|
||||
"easy_trading" =>"Trading facile",
|
||||
"need_help" =>"Ho bisogno di aiuto?",
|
||||
"give_a_call" =>"Dai una chiamata",
|
||||
"give_a_call" =>"Chiama",
|
||||
"message_sent" =>"Messaggio inviato!",
|
||||
"asap" =>"Messaggio inviato,
|
||||
il venditore ti contatterà al più presto.",
|
||||
"ad_id" =>"ID annuncio",
|
||||
"contact_with" =>"Contatto con",
|
||||
"contact_with" =>"Contatta con",
|
||||
"create_adv" =>"Crea annuncio",
|
||||
"edit_adv" =>"Modifica annuncio",
|
||||
"mandatory_fields" =>"Campi obbligatori",
|
||||
"ad_post" =>"Annuncio",
|
||||
"sell_item" =>"Vendi un oggetto o un servizio",
|
||||
"sell_item" =>"Vendi un articolo o un servizio",
|
||||
"search_save" =>"Ricerca preferita salvata correttamente",
|
||||
"address" =>"Indirizzo",
|
||||
"email" =>"E-mail",
|
||||
"phone" =>"Telefono",
|
||||
"send_us_your_feedback" =>"Mandaci il tuo feedback",
|
||||
"send_us_your_feedback" =>"Inviaci il tuo feedback",
|
||||
"online_shopping" =>"OTTENERE",
|
||||
"approved" =>"Approvato con successo",
|
||||
"declined" =>"Declinato con successo",
|
||||
"declined" =>"Rifiutato con successo",
|
||||
"search_on_map" =>"Cerca sulla mappa",
|
||||
"post_free_ad" =>"Pubblica annuncio gratuito",
|
||||
"select_a_category" =>"Seleziona una categoria",
|
||||
"select_a_sub_category" =>"Seleziona una sotto-categoria",
|
||||
"all_dopings_added" =>"Tutti i tipi di doping sono aggiunti per questo annuncio.",
|
||||
"all_dopings_added" =>"Tutti i tipi di doping vengono aggiunti per questo annuncio.",
|
||||
"is_get_adv" => [
|
||||
"name" =>"OTTENERE",
|
||||
|
||||
@ -217,12 +217,12 @@
|
||||
"featured_ads" =>"Annunci in primo piano",
|
||||
"trending_ads" =>"Annunci Trendind",
|
||||
"search_ads_result_message" => [
|
||||
"name" =>": numero di annunci trovati per:ricerca nome",
|
||||
"name" =>": conta gli annunci trovati per:ricerca nome",
|
||||
|
||||
],
|
||||
"total" =>"Totale",
|
||||
"quantity" =>"Quantità",
|
||||
"view_cart" =>"Visualizza il carrello",
|
||||
"view_cart" =>"Vedi il carrello",
|
||||
"no_ads" =>"Nessuna pubblicità!",
|
||||
"show_display_mode" => [
|
||||
"map" =>"Carta geografica",
|
||||
@ -232,7 +232,7 @@
|
||||
"advs_list_table_thead" => [
|
||||
"name" =>"Nome dell\'annuncio",
|
||||
"price" =>"Prezzo",
|
||||
"publish_at" =>"Data di annuncio",
|
||||
"publish_at" =>"Data dell\'annuncio",
|
||||
"location_city" =>"Città",
|
||||
"location_country" =>"Nazione",
|
||||
|
||||
@ -245,5 +245,21 @@
|
||||
"name" =>"tavolo",
|
||||
|
||||
],
|
||||
"showcase" => [
|
||||
"name" =>"vetrina",
|
||||
|
||||
],
|
||||
"new_ad" => [
|
||||
"name" =>"Nuovo annuncio",
|
||||
|
||||
],
|
||||
"profile" => [
|
||||
"name" =>"Profilo",
|
||||
|
||||
],
|
||||
"my_ads" => [
|
||||
"name" =>"I miei annunci",
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
@ -4,54 +4,54 @@
|
||||
"advs" => [
|
||||
"name" =>"Annunci",
|
||||
"option" => [
|
||||
"read" =>"Può leggere gli annunci? ",
|
||||
"read" =>"Puoi leggere le pubblicità? ",
|
||||
"write" =>"Puoi creare / modificare annunci? ",
|
||||
"delete" =>"Può cancellare gli annunci?"
|
||||
"delete" =>"Puoi eliminare le pubblicità?"
|
||||
],
|
||||
|
||||
],
|
||||
"categories" => [
|
||||
"name" =>"categorie",
|
||||
"option" => [
|
||||
"read" =>"Può leggere le categorie? ",
|
||||
"read" =>"Sai leggere le categorie? ",
|
||||
"write" =>"Puoi creare / modificare categorie? ",
|
||||
"delete" =>"Posso cancellare le categorie?"
|
||||
"delete" =>"Puoi eliminare le categorie?"
|
||||
],
|
||||
|
||||
],
|
||||
"village" => [
|
||||
"name" =>"Villaggio",
|
||||
"option" => [
|
||||
"read" =>"Puoi leggere il villaggio? ",
|
||||
"write" =>"Puoi creare / modificare un villaggio? ",
|
||||
"delete" =>"Posso cancellare il villaggio?"
|
||||
"read" =>"Sai leggere il villaggio? ",
|
||||
"write" =>"Può creare / modificare villaggio? ",
|
||||
"delete" =>"Puoi cancellare il villaggio?"
|
||||
],
|
||||
|
||||
],
|
||||
"custom_fields" => [
|
||||
"name" =>"Campi personalizzati",
|
||||
"option" => [
|
||||
"read" =>"Posso leggere i campi personalizzati? ",
|
||||
"read" =>"Sai leggere campi personalizzati? ",
|
||||
"write" =>"Puoi creare / modificare campi personalizzati? ",
|
||||
"delete" =>"Può cancellare campi personalizzati?"
|
||||
"delete" =>"È possibile eliminare campi personalizzati?"
|
||||
],
|
||||
|
||||
],
|
||||
"custom_field_advs" => [
|
||||
"name" =>"Annunci pubblicitari personalizzati",
|
||||
"name" =>"Annunci di campo personalizzati",
|
||||
"option" => [
|
||||
"read" =>"Può leggere annunci di campo personalizzati? ",
|
||||
"write" =>"Puoi creare / modificare annunci di campi personalizzati? ",
|
||||
"delete" =>"È possibile eliminare annunci di campi personalizzati?"
|
||||
"read" =>"Sai leggere annunci sul campo personalizzati? ",
|
||||
"write" =>"Puoi creare / modificare annunci personalizzati? ",
|
||||
"delete" =>"È possibile eliminare annunci pubblicitari personalizzati?"
|
||||
],
|
||||
|
||||
],
|
||||
"cf_values" => [
|
||||
"name" =>"Valori Cf",
|
||||
"option" => [
|
||||
"read" =>"Puoi leggere i valori cf? ",
|
||||
"write" =>"Puoi creare / modificare valori cf? ",
|
||||
"delete" =>"Può cancellare i valori cf?",
|
||||
"read" =>"Sai leggere i valori cf? ",
|
||||
"write" =>"È possibile creare / modificare valori cf? ",
|
||||
"delete" =>"È possibile eliminare i valori cf?",
|
||||
|
||||
],
|
||||
|
||||
|
||||
@ -34,7 +34,7 @@
|
||||
|
||||
],
|
||||
"custom_field_advs" => [
|
||||
"title" =>"Annunci pubblicitari personalizzati",
|
||||
"title" =>"Annunci di campo personalizzati",
|
||||
|
||||
],
|
||||
"cf_values" => [
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
],
|
||||
"default_published_time" => [
|
||||
"name" =>"Ora di pubblicazione predefinita",
|
||||
"name" =>"Tempo di pubblicazione predefinito",
|
||||
|
||||
],
|
||||
"default_adv_limit" => [
|
||||
@ -22,16 +22,16 @@
|
||||
|
||||
],
|
||||
"contact_mail" => [
|
||||
"name" =>"Contatta Mail",
|
||||
"warning" =>"<strong>Nome del</strong> sitename aggiunto automaticamente @sitename",
|
||||
"name" =>"Mail di contatto",
|
||||
"warning" =>"Aggiunta automatica delle <strong>informazioni sul nome sito</strong> @ nome sito",
|
||||
|
||||
],
|
||||
"map_coordinates_long" => [
|
||||
"name" =>"Mappa lungo Coordinate",
|
||||
"name" =>"Mappa lunga coordinata",
|
||||
|
||||
],
|
||||
"map_coordinates_lat" => [
|
||||
"name" =>"Mappa Coordinata Lat",
|
||||
"name" =>"Map Lat Coordinate",
|
||||
|
||||
],
|
||||
"logo" => [
|
||||
@ -39,8 +39,8 @@
|
||||
|
||||
],
|
||||
"ogImage" => [
|
||||
"name" =>"Social Share Logo",
|
||||
"warning" =>"Dovrebbe essere a una risoluzione di 1200 x 630.",
|
||||
"name" =>"Logo di condivisione sociale",
|
||||
"warning" =>"Dovrebbe avere una risoluzione di 1200 x 630.",
|
||||
|
||||
],
|
||||
"currencies" => [
|
||||
@ -49,23 +49,23 @@
|
||||
],
|
||||
"site_address" => [
|
||||
"name" =>"Indirizzo del sito",
|
||||
"warning" =>"Aggiunto automaticamente www. www. <strong>sitename.com</strong>",
|
||||
"warning" =>"Aggiunta automatica www. www. <strong>sitename.com</strong>",
|
||||
|
||||
],
|
||||
"google_map_key" => [
|
||||
"name" =>"Chiave di Google Map Api",
|
||||
"name" =>"Google Map Api Key",
|
||||
|
||||
],
|
||||
"default_country" => [
|
||||
"name" =>"Paese dell\'annuncio predefinito",
|
||||
"name" =>"Paese annuncio predefinito",
|
||||
|
||||
],
|
||||
"free_currencyconverterapi_key" => [
|
||||
"name" =>"Chiave API Convertitore di valuta",
|
||||
"name" =>"Chiave API del convertitore di valuta",
|
||||
|
||||
],
|
||||
"default_city" => [
|
||||
"name" =>"Città pubblicitaria predefinita",
|
||||
"name" =>"Città annuncio predefinita",
|
||||
|
||||
],
|
||||
"default_district" => [
|
||||
@ -81,7 +81,7 @@
|
||||
|
||||
],
|
||||
"default_GET" => [
|
||||
"name" =>"Annuncio GET predefinito",
|
||||
"name" =>"Annuncio predefinito GET",
|
||||
|
||||
],
|
||||
"twitter" => [
|
||||
@ -109,7 +109,7 @@
|
||||
|
||||
],
|
||||
"watermark_image" => [
|
||||
"name" =>"Immagine della filigrana",
|
||||
"name" =>"Immagine filigrana",
|
||||
|
||||
],
|
||||
"watermark_position" => [
|
||||
@ -117,7 +117,7 @@
|
||||
|
||||
],
|
||||
"watermark_opacity" => [
|
||||
"name" =>"Opacità della filigrana",
|
||||
"name" =>"Opacità filigrana",
|
||||
|
||||
],
|
||||
"listing_page_image" => [
|
||||
@ -129,7 +129,7 @@
|
||||
|
||||
],
|
||||
"google_statistic_code" => [
|
||||
"name" =>"Codice Statistico di Google",
|
||||
"name" =>"Codice statistico di Google",
|
||||
|
||||
],
|
||||
|
||||
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
],
|
||||
"custom_field_advs" => [
|
||||
"name" =>"Adv in campo personalizzato",
|
||||
"name" =>"Consigli sul campo personalizzati",
|
||||
|
||||
],
|
||||
"cf_values" => [
|
||||
|
||||
@ -2,6 +2,6 @@
|
||||
|
||||
return[
|
||||
"title" =>"advertenties",
|
||||
"name" =>"Advertentiemodule",
|
||||
"description" =>"Advertentiemodule"
|
||||
"name" =>"Advertenties module",
|
||||
"description" =>"Advertenties module"
|
||||
];
|
||||
@ -6,7 +6,7 @@
|
||||
"new_country" =>"Nieuw Land",
|
||||
"new_city" =>"Nieuwe stad",
|
||||
"new_district" =>"Nieuw district",
|
||||
"new_neighborhood" =>"Nieuwe wijk",
|
||||
"new_neighborhood" =>"Nieuwe buurt",
|
||||
"new_village" =>"Nieuw dorp",
|
||||
"approve" =>"Goedkeuren",
|
||||
"decline" =>"Afwijzen",
|
||||
@ -14,11 +14,11 @@
|
||||
"add_sub_category" =>"Subcategorie toevoegen",
|
||||
"sub_cities" =>"Substeden",
|
||||
"add_sub_cities" =>"Substad toevoegen",
|
||||
"add_sub_districts" =>"Sub District toevoegen",
|
||||
"add_sub_neighborhoods" =>"Subwijk toevoegen",
|
||||
"add_sub_districts" =>"Subdistrict toevoegen",
|
||||
"add_sub_neighborhoods" =>"Subomgeving toevoegen",
|
||||
"add_sub_village" =>"Subdorp toevoegen",
|
||||
"sub_districts" =>"Subdistricten",
|
||||
"sub_neighborhoods" =>"Subbuurten",
|
||||
"sub_village" =>"Subdorp",
|
||||
"sub_neighborhoods" =>"Sub Buurten",
|
||||
"sub_village" =>"Sub Village",
|
||||
"general_settings" =>"Algemene instellingen"
|
||||
];
|
||||
@ -18,7 +18,7 @@
|
||||
|
||||
],
|
||||
"category" => [
|
||||
"name" =>"Categorie titel",
|
||||
"name" =>"Categorie Titel",
|
||||
|
||||
],
|
||||
"price" => [
|
||||
@ -102,7 +102,7 @@
|
||||
|
||||
],
|
||||
"next_add_advs_msg" => [
|
||||
"name" =>"Plaats NIET meerdere advertenties voor dezelfde items of service. Alle dubbele,
|
||||
"name" =>"Plaats GEEN meerdere advertenties voor dezelfde items of service. Alle dubbele,
|
||||
spam en verkeerd gecategoriseerde advertenties worden verwijderd.",
|
||||
|
||||
],
|
||||
@ -149,71 +149,71 @@
|
||||
"home" =>"Huis",
|
||||
"list-page" =>"Lijstpagina",
|
||||
"search" =>"Zoeken",
|
||||
"recommended" =>"Aanbevolen advertenties voor jou",
|
||||
"recommended" =>"Aanbevolen advertenties voor u",
|
||||
"sort_by" =>"Sorteer op",
|
||||
"pick_option" =>"Kies een optie",
|
||||
"price_high" =>"Prijs van hoog naar laag",
|
||||
"price_high" =>"Prijs hoog naar laag",
|
||||
"price-low" =>"Prijs laag naar hoog",
|
||||
"newest" =>"Nieuwste",
|
||||
"categories" =>"Categorieën",
|
||||
"all_categories" =>"Alle categorieën",
|
||||
"location" =>"Plaats",
|
||||
"send_message" =>"Bericht versturen",
|
||||
"phone_gsm" =>"Gsm Telefoon",
|
||||
"phone_gsm" =>"GSM-telefoon",
|
||||
"phone_office" =>"Kantoor telefoon",
|
||||
"add_to_favorites" =>"Toevoegen aan favorieten",
|
||||
"send" =>"Sturen",
|
||||
"search_name" =>"Zoeknaam",
|
||||
"search_name" =>"Naam zoeken",
|
||||
"my_favorite_searches" =>"Favoriete zoekopdrachten",
|
||||
"search_desc" =>"U kunt hier uw favoriete zoekselecties toevoegen en beheren.",
|
||||
"complaint_placeholder" =>"Typ hier uw klachtgegevens.",
|
||||
"complaint_placeholder" =>"Typ hier uw klachtdetails.",
|
||||
"show_details" =>"Toon details",
|
||||
"edit" =>"Bewerk",
|
||||
"approve" =>"Goedkeuren",
|
||||
"passive" =>"Passief",
|
||||
"offered_by" =>"Aangeboden door",
|
||||
"more_ads_by" =>"Meer advertenties per",
|
||||
"more_ads_by" =>"Meer advertenties door",
|
||||
"click_phone" =>"Toon telefoonnummer",
|
||||
"share" =>"Deel deze advertentie",
|
||||
"report" =>"Rapporteer deze advertentie",
|
||||
"features" =>"Kenmerken",
|
||||
"streetview" =>"Street View",
|
||||
"recommended_ads" =>"Aanbevolen advertenties voor jou",
|
||||
"recommended_ads" =>"Aanbevolen advertenties voor u",
|
||||
"new" =>"nieuwe",
|
||||
"short_info" =>"Korte info",
|
||||
"secure_trading" =>"Veilige handel",
|
||||
"24/7" =>"24/7 ondersteuning",
|
||||
"easy_trading" =>"Eenvoudig handelen",
|
||||
"easy_trading" =>"Makkelijk handelen",
|
||||
"need_help" =>"Hulp nodig?",
|
||||
"give_a_call" =>"Bel een oproep",
|
||||
"give_a_call" =>"Bellen",
|
||||
"message_sent" =>"Bericht verzonden!",
|
||||
"asap" =>"Bericht verzonden,
|
||||
de verkoper neemt zo spoedig mogelijk contact met u op.",
|
||||
verkoper zal zsm contact met u opnemen.",
|
||||
"ad_id" =>"Advertentie-ID",
|
||||
"contact_with" =>"Contact met",
|
||||
"create_adv" =>"Maak advertentie",
|
||||
"edit_adv" =>"Bewerk advertentie",
|
||||
"edit_adv" =>"Advertentie bewerken",
|
||||
"mandatory_fields" =>"Verplichte velden",
|
||||
"ad_post" =>"Ad bericht",
|
||||
"sell_item" =>"Verkoop een artikel of dienst",
|
||||
"search_save" =>"Favoriete zoekopdracht is succesvol opgeslagen",
|
||||
"ad_post" =>"Advertentie bericht",
|
||||
"sell_item" =>"Verkoop een item of service",
|
||||
"search_save" =>"Favoriete zoekopdracht succesvol opgeslagen",
|
||||
"address" =>"Adres",
|
||||
"email" =>"E-mail",
|
||||
"phone" =>"Telefoon",
|
||||
"send_us_your_feedback" =>"Stuur ons uw feedback",
|
||||
"online_shopping" =>"KRIJGEN",
|
||||
"approved" =>"Goedgekeurd",
|
||||
"approved" =>"Succesvol goedgekeurd",
|
||||
"declined" =>"Succesvol afgewezen",
|
||||
"search_on_map" =>"Zoeken op kaart",
|
||||
"post_free_ad" =>"Plaats gratis advertentie",
|
||||
"select_a_category" =>"Kies een categorie",
|
||||
"select_a_sub_category" =>"Selecteer een sub-categorie",
|
||||
"all_dopings_added" =>"Alle dopingtypen zijn toegevoegd voor deze advertentie.",
|
||||
"all_dopings_added" =>"Alle soorten doping zijn toegevoegd voor deze advertentie.",
|
||||
"is_get_adv" => [
|
||||
"name" =>"KRIJGEN",
|
||||
|
||||
],
|
||||
"corporate_info" =>"Bedrijfsinformatie",
|
||||
"corporate_info" =>"Bedrijfsinfo",
|
||||
"featured_ads" =>"Aanbevolen advertenties",
|
||||
"trending_ads" =>"Trendind-advertenties",
|
||||
"search_ads_result_message" => [
|
||||
@ -245,5 +245,21 @@
|
||||
"name" =>"Tafel",
|
||||
|
||||
],
|
||||
"showcase" => [
|
||||
"name" =>"vitrine",
|
||||
|
||||
],
|
||||
"new_ad" => [
|
||||
"name" =>"Nieuwe advertentie",
|
||||
|
||||
],
|
||||
"profile" => [
|
||||
"name" =>"Profiel",
|
||||
|
||||
],
|
||||
"my_ads" => [
|
||||
"name" =>"Mijn advertenties",
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
return[
|
||||
"error_added_cart" =>"Het aangevraagde product ontbreekt momenteel of is inactief",
|
||||
"please_buy_package" =>"Gelieve pakket te kopen"
|
||||
"error_added_cart" =>"Gevraagde product ontbreekt momenteel of is inactief",
|
||||
"please_buy_package" =>"Koop pakket"
|
||||
];
|
||||
@ -4,8 +4,8 @@
|
||||
"advs" => [
|
||||
"name" =>"advertenties",
|
||||
"option" => [
|
||||
"read" =>"Kan ik advertenties lezen? ",
|
||||
"write" =>"Kan advertenties maken / bewerken? ",
|
||||
"read" =>"Kunnen advertenties lezen? ",
|
||||
"write" =>"Kan ik advertenties maken / bewerken? ",
|
||||
"delete" =>"Kunnen advertenties worden verwijderd?"
|
||||
],
|
||||
|
||||
@ -31,9 +31,9 @@
|
||||
"custom_fields" => [
|
||||
"name" =>"Aangepaste velden",
|
||||
"option" => [
|
||||
"read" =>"Kan aangepaste velden lezen? ",
|
||||
"read" =>"Kunnen aangepaste velden worden gelezen? ",
|
||||
"write" =>"Kan aangepaste velden maken / bewerken? ",
|
||||
"delete" =>"Kunnen aangepaste velden worden verwijderd?"
|
||||
"delete" =>"Kan aangepaste velden verwijderen?"
|
||||
],
|
||||
|
||||
],
|
||||
@ -42,16 +42,16 @@
|
||||
"option" => [
|
||||
"read" =>"Kan aangepaste veldadvertenties lezen? ",
|
||||
"write" =>"Kan aangepaste veldadvertenties maken / bewerken? ",
|
||||
"delete" =>"Kunnen aangepaste veldadvertenties worden verwijderd?"
|
||||
"delete" =>"Kan aangepaste veldadvertenties verwijderen?"
|
||||
],
|
||||
|
||||
],
|
||||
"cf_values" => [
|
||||
"name" =>"Cf-waarden",
|
||||
"name" =>"Zie waarden",
|
||||
"option" => [
|
||||
"read" =>"Kan cf-waarden lezen? ",
|
||||
"write" =>"Kan cf-waarden maken / bewerken? ",
|
||||
"delete" =>"Kunnen cf-waarden worden verwijderd?",
|
||||
"delete" =>"Kan cf-waarden worden verwijderd?",
|
||||
|
||||
],
|
||||
|
||||
|
||||
@ -38,7 +38,7 @@
|
||||
|
||||
],
|
||||
"cf_values" => [
|
||||
"title" =>"Cf-waarden",
|
||||
"title" =>"Zie waarden",
|
||||
|
||||
],
|
||||
"fields" => [
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
return[
|
||||
"auto_approve" => [
|
||||
"name" =>"Auto goedkeuren",
|
||||
"name" =>"Automatisch goedkeuren",
|
||||
|
||||
],
|
||||
"default_published_time" => [
|
||||
@ -14,24 +14,24 @@
|
||||
|
||||
],
|
||||
"address" => [
|
||||
"name" =>"Contactadres",
|
||||
"name" =>"Contact adres",
|
||||
|
||||
],
|
||||
"phone" => [
|
||||
"name" =>"Contact opnemen met telefoon",
|
||||
"name" =>"Contact telefoon",
|
||||
|
||||
],
|
||||
"contact_mail" => [
|
||||
"name" =>"Neem contact op met Mail",
|
||||
"warning" =>"Auto added Sitename <strong>info</strong> @sitename",
|
||||
"name" =>"Contact Mail",
|
||||
"warning" =>"Automatisch toegevoegde sitename <strong>info</strong> @sitename",
|
||||
|
||||
],
|
||||
"map_coordinates_long" => [
|
||||
"name" =>"Kaart lange coördinaat",
|
||||
"name" =>"Lange coördinaten in kaart brengen",
|
||||
|
||||
],
|
||||
"map_coordinates_lat" => [
|
||||
"name" =>"Map Lat Coordinate",
|
||||
"name" =>"Kaart Lat Coordinate",
|
||||
|
||||
],
|
||||
"logo" => [
|
||||
@ -40,7 +40,7 @@
|
||||
],
|
||||
"ogImage" => [
|
||||
"name" =>"Social Share-logo",
|
||||
"warning" =>"Het moet een resolutie van 1200 x 630 hebben.",
|
||||
"warning" =>"Het moet een resolutie hebben van 1200 x 630.",
|
||||
|
||||
],
|
||||
"currencies" => [
|
||||
@ -48,8 +48,8 @@
|
||||
|
||||
],
|
||||
"site_address" => [
|
||||
"name" =>"Website adres",
|
||||
"warning" =>"Automatisch toegevoegd www. www. <strong>sitename.com</strong>",
|
||||
"name" =>"Siteadres",
|
||||
"warning" =>"Auto toegevoegd www. www. <strong>sitename.com</strong>",
|
||||
|
||||
],
|
||||
"google_map_key" => [
|
||||
@ -57,15 +57,15 @@
|
||||
|
||||
],
|
||||
"default_country" => [
|
||||
"name" =>"Standaard advertentieland",
|
||||
"name" =>"Standaardadvertentieland",
|
||||
|
||||
],
|
||||
"free_currencyconverterapi_key" => [
|
||||
"name" =>"Valutaconversie API-sleutel",
|
||||
"name" =>"Valutacalculator API-sleutel",
|
||||
|
||||
],
|
||||
"default_city" => [
|
||||
"name" =>"Standaard Ad City",
|
||||
"name" =>"Standaard advertentiestad",
|
||||
|
||||
],
|
||||
"default_district" => [
|
||||
@ -73,7 +73,7 @@
|
||||
|
||||
],
|
||||
"default_neighborhood" => [
|
||||
"name" =>"Standaard Ad-omgeving",
|
||||
"name" =>"Standaard advertentieomgeving",
|
||||
|
||||
],
|
||||
"default_currency" => [
|
||||
@ -105,7 +105,7 @@
|
||||
|
||||
],
|
||||
"watermark_text" => [
|
||||
"name" =>"Watermerk Tekst",
|
||||
"name" =>"Watermerktekst",
|
||||
|
||||
],
|
||||
"watermark_image" => [
|
||||
@ -113,23 +113,23 @@
|
||||
|
||||
],
|
||||
"watermark_position" => [
|
||||
"name" =>"Watermerk positie",
|
||||
"name" =>"Watermerkpositie",
|
||||
|
||||
],
|
||||
"watermark_opacity" => [
|
||||
"name" =>"Watermark Dekking",
|
||||
"name" =>"Watermerk Dekking",
|
||||
|
||||
],
|
||||
"listing_page_image" => [
|
||||
"name" =>"Pagina-paginabeeld",
|
||||
"name" =>"Lijstpagina-afbeelding",
|
||||
|
||||
],
|
||||
"enabled_currencies" => [
|
||||
"name" =>"Valuta\'s ingeschakeld",
|
||||
"name" =>"Ingeschakelde valuta\'s",
|
||||
|
||||
],
|
||||
"google_statistic_code" => [
|
||||
"name" =>"Google Statistiekcode",
|
||||
"name" =>"Google-statistiekcode",
|
||||
|
||||
],
|
||||
|
||||
|
||||
@ -22,7 +22,7 @@
|
||||
|
||||
],
|
||||
"cf_values" => [
|
||||
"name" =>"Cf-waarden",
|
||||
"name" =>"Zie waarden",
|
||||
|
||||
],
|
||||
|
||||
|
||||
@ -246,5 +246,21 @@
|
||||
"name" =>"Mesa",
|
||||
|
||||
],
|
||||
"showcase" => [
|
||||
"name" =>"Mostruário",
|
||||
|
||||
],
|
||||
"new_ad" => [
|
||||
"name" =>"Novo anúncio",
|
||||
|
||||
],
|
||||
"profile" => [
|
||||
"name" =>"Perfil",
|
||||
|
||||
],
|
||||
"my_ads" => [
|
||||
"name" =>"Meus anúncios",
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
@ -246,5 +246,21 @@
|
||||
"name" =>"Таблица",
|
||||
|
||||
],
|
||||
"showcase" => [
|
||||
"name" =>"витрина",
|
||||
|
||||
],
|
||||
"new_ad" => [
|
||||
"name" =>"Новое объявление",
|
||||
|
||||
],
|
||||
"profile" => [
|
||||
"name" =>"Профиль",
|
||||
|
||||
],
|
||||
"my_ads" => [
|
||||
"name" =>"Мои объявления",
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
@ -245,5 +245,21 @@
|
||||
"name" =>"tablo",
|
||||
|
||||
],
|
||||
"showcase" => [
|
||||
"name" =>"Vitrin",
|
||||
|
||||
],
|
||||
"new_ad" => [
|
||||
"name" =>"Yeni İlan",
|
||||
|
||||
],
|
||||
"profile" => [
|
||||
"name" =>"Profil",
|
||||
|
||||
],
|
||||
"my_ads" => [
|
||||
"name" =>"Reklamlarım",
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
@ -127,7 +127,7 @@
|
||||
data-content="{{ adv.owner_id }}">{{ adv.owner }}</a>
|
||||
</span>
|
||||
<span class="icon"> {{ trans('visiosoft.module.advs::field.ad_id') }}:
|
||||
<a href="#" class="time"> {{ adv.id }}</a>
|
||||
<a href="#" id="adv_id" class="time">{{ adv.id }}</a>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
|
||||
@ -17,5 +17,6 @@
|
||||
"name" =>"Imagen",
|
||||
|
||||
],
|
||||
"please_wait" =>"Por favor espere. Eliminando subcategorías"
|
||||
"please_wait" =>"Por favor,
|
||||
espere. Eliminar subcategorías"
|
||||
];
|
||||
@ -4,7 +4,7 @@
|
||||
"category" => [
|
||||
"name" =>"Categoría",
|
||||
"option" => [
|
||||
"read" =>"¿Se puede leer la categoría? ",
|
||||
"read" =>"¿Puede leer la categoría? ",
|
||||
"write" =>"¿Se puede crear / editar categoría? ",
|
||||
"delete" =>"¿Se puede eliminar la categoría?"
|
||||
],
|
||||
@ -13,8 +13,8 @@
|
||||
"placeholderforsearch" => [
|
||||
"name" =>"Marcador de posición para búsqueda",
|
||||
"option" => [
|
||||
"read" =>"¿Se puede leer placeholder para buscar? ",
|
||||
"write" =>"¿Se puede crear / editar placeholderforsearch? ",
|
||||
"read" =>"¿Puede leer placeholderforsearch? ",
|
||||
"write" =>"¿Se puede crear / editar marcador de posición para la búsqueda? ",
|
||||
"delete" =>"¿Se puede eliminar placeholderforsearch?",
|
||||
|
||||
],
|
||||
|
||||
@ -2,6 +2,6 @@
|
||||
|
||||
return[
|
||||
"title" =>"دسته بندی",
|
||||
"name" =>"ماژول گروه",
|
||||
"name" =>"ماژول دسته",
|
||||
"description" =>""
|
||||
];
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
return[
|
||||
"new_category" =>"دسته بندی جدید",
|
||||
"add_sub_category" =>"اضافه کردن زیر شاخه",
|
||||
"sub_category" =>"نمایش زیر شاخه",
|
||||
"new_placeholderforsearch" =>"جستجوی مکان جدید"
|
||||
"add_sub_category" =>"زیر مجموعه را اضافه کنید",
|
||||
"sub_category" =>"نمایش زیر گروه",
|
||||
"new_placeholderforsearch" =>"New Placeholderforsearch"
|
||||
];
|
||||
@ -10,12 +10,12 @@
|
||||
|
||||
],
|
||||
"slug" => [
|
||||
"name" =>"لاغر",
|
||||
"name" =>"مثل حلزون حرکت کردن",
|
||||
|
||||
],
|
||||
"files" => [
|
||||
"name" =>"تصویر",
|
||||
|
||||
],
|
||||
"please_wait" =>"لطفا منتظر بمانید. حذف دسته های زیر"
|
||||
"please_wait" =>"لطفاً صبر کنید. حذف دسته بندی های فرعی"
|
||||
];
|
||||
@ -4,18 +4,18 @@
|
||||
"category" => [
|
||||
"name" =>"دسته بندی",
|
||||
"option" => [
|
||||
"read" =>"آیا می توانم بخوانم رده بندی؟ ",
|
||||
"write" =>"می توانید رده / ایجاد کنید؟ ",
|
||||
"delete" =>"آیا می توانم رده را حذف کنم؟"
|
||||
"read" =>"می توانید دسته بخوانید؟ ",
|
||||
"write" =>"آیا می توانید دسته ایجاد یا ویرایش کنید؟ ",
|
||||
"delete" =>"آیا می توان دسته را حذف کرد؟"
|
||||
],
|
||||
|
||||
],
|
||||
"placeholderforsearch" => [
|
||||
"name" =>"جستجوگرجستجو",
|
||||
"name" =>"مکان نگهدارنده",
|
||||
"option" => [
|
||||
"read" =>"آیا می توانم مکان جستجوگر را جستجو کنم؟ ",
|
||||
"write" =>"آیا می توان مکاندگر جستجو را ایجاد / ویرایش کرد؟ ",
|
||||
"delete" =>"آیا می توان جابجایی placeholderforsearch را حذف کرد؟",
|
||||
"read" =>"آیا می توانید placeyarderforsearch بخوانید؟ ",
|
||||
"write" =>"آیا می توانید placeyarderforsearch ایجاد یا ویرایش کنید؟ ",
|
||||
"delete" =>"آیا می توانید متغیرهایی را حذف کنید؟",
|
||||
|
||||
],
|
||||
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
],
|
||||
"placeholderforsearch" => [
|
||||
"title" =>"جستجوگرجستجو",
|
||||
"title" =>"مکان نگهدارنده",
|
||||
|
||||
],
|
||||
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
],
|
||||
"placeholderforsearch" => [
|
||||
"name" =>"جستجوگرجستجو",
|
||||
"name" =>"مکان نگهدارنده",
|
||||
|
||||
],
|
||||
|
||||
|
||||
@ -4,5 +4,5 @@
|
||||
"new_category" =>"Nuova categoria",
|
||||
"add_sub_category" =>"Aggiungi sottocategoria",
|
||||
"sub_category" =>"Mostra sottocategoria",
|
||||
"new_placeholderforsearch" =>"Nuovo segnaposto"
|
||||
"new_placeholderforsearch" =>"Nuova ricerca segnaposto"
|
||||
];
|
||||
@ -17,5 +17,5 @@
|
||||
"name" =>"Immagine",
|
||||
|
||||
],
|
||||
"please_wait" =>"Si prega di attendere. Eliminare le sottocategorie"
|
||||
"please_wait" =>"Attendere. Eliminazione delle sottocategorie"
|
||||
];
|
||||
@ -4,18 +4,18 @@
|
||||
"category" => [
|
||||
"name" =>"Categoria",
|
||||
"option" => [
|
||||
"read" =>"Può leggere la categoria? ",
|
||||
"write" =>"Posso creare / modificare una categoria? ",
|
||||
"delete" =>"Può cancellare la categoria?"
|
||||
"read" =>"Sai leggere la categoria? ",
|
||||
"write" =>"Puoi creare / modificare la categoria? ",
|
||||
"delete" =>"Puoi cancellare la categoria?"
|
||||
],
|
||||
|
||||
],
|
||||
"placeholderforsearch" => [
|
||||
"name" =>"Placeholderforsearch",
|
||||
"option" => [
|
||||
"read" =>"Posso leggere placeholderforsearch? ",
|
||||
"write" =>"Puoi creare / modificare segnaposto? ",
|
||||
"delete" =>"Posso cancellare placeholderforsearch?",
|
||||
"read" =>"Sai leggere placeholderforsearch? ",
|
||||
"write" =>"Puoi creare / modificare la ricerca segnaposto? ",
|
||||
"delete" =>"È possibile eliminare placeholderforsearch?",
|
||||
|
||||
],
|
||||
|
||||
|
||||
@ -2,6 +2,6 @@
|
||||
|
||||
return[
|
||||
"title" =>"Categorie",
|
||||
"name" =>"Categoriemodule",
|
||||
"name" =>"Categorie Module",
|
||||
"description" =>""
|
||||
];
|
||||
@ -3,6 +3,6 @@
|
||||
return[
|
||||
"new_category" =>"Nieuwe categorie",
|
||||
"add_sub_category" =>"Subcategorie toevoegen",
|
||||
"sub_category" =>"Subcategorie tonen",
|
||||
"new_placeholderforsearch" =>"Nieuwe plaatshouder voor zoeken"
|
||||
"sub_category" =>"Subcategorie weergeven",
|
||||
"new_placeholderforsearch" =>"Nieuwe plaatshoudervoor zoeken"
|
||||
];
|
||||
@ -17,5 +17,5 @@
|
||||
"name" =>"Beeld",
|
||||
|
||||
],
|
||||
"please_wait" =>"Even geduld alstublieft. Subcategorieën verwijderen"
|
||||
"please_wait" =>"Een ogenblik geduld. Subcategorieën verwijderen"
|
||||
];
|
||||
@ -14,8 +14,8 @@
|
||||
"name" =>"Placeholderforsearch",
|
||||
"option" => [
|
||||
"read" =>"Kan placeholderforsearch lezen? ",
|
||||
"write" =>"Kan placeholderforsearch maken / bewerken? ",
|
||||
"delete" =>"Kan placeholderforsearch verwijderen?",
|
||||
"write" =>"Kan plaatsaanduiding voor zoeken maken / bewerken? ",
|
||||
"delete" =>"Kan placeholderforsearch worden verwijderd?",
|
||||
|
||||
],
|
||||
|
||||
|
||||
@ -5930,4 +5930,9 @@ input[name="username"] {
|
||||
#accordion .panel-body label.checked:before, .checkbox label.checked:before {
|
||||
content:"";
|
||||
color: transparent;
|
||||
}
|
||||
|
||||
.panel-faq .panel-collapse .panel-body {
|
||||
max-height: 200px;
|
||||
overflow: scroll;
|
||||
}
|
||||
@ -2,6 +2,6 @@
|
||||
|
||||
return[
|
||||
"title" =>"Ubicación",
|
||||
"name" =>"Módulo de ubicación",
|
||||
"name" =>"Módulo de localización",
|
||||
"description" =>"Descripción"
|
||||
];
|
||||
@ -4,14 +4,14 @@
|
||||
"new_country" =>"Nuevo país",
|
||||
"new_city" =>"Ciudad Nueva",
|
||||
"new_district" =>"Nuevo distrito",
|
||||
"new_neighborhood" =>"Nuevo barrio",
|
||||
"new_neighborhood" =>"Barrio nuevo",
|
||||
"new_village" =>"Pueblo Nuevo",
|
||||
"sub_cities" =>"Ciudades secundarias",
|
||||
"add_sub_cities" =>"Añadir Sub City",
|
||||
"add_sub_districts" =>"Añadir Sub Distrito",
|
||||
"add_sub_neighborhoods" =>"Añadir sub barrio",
|
||||
"sub_cities" =>"Sub ciudades",
|
||||
"add_sub_cities" =>"Añadir ciudad secundaria",
|
||||
"add_sub_districts" =>"Añadir subdistrito",
|
||||
"add_sub_neighborhoods" =>"Agregar vecindario secundario",
|
||||
"add_sub_village" =>"Añadir Sub Village",
|
||||
"sub_districts" =>"Subdistritos",
|
||||
"sub_neighborhoods" =>"Sub Barrios",
|
||||
"sub_village" =>"Sub aldea"
|
||||
"sub_neighborhoods" =>"Sub Vecindarios",
|
||||
"sub_village" =>"Sub Village"
|
||||
];
|
||||
@ -4,9 +4,9 @@
|
||||
"village" => [
|
||||
"name" =>"Pueblo",
|
||||
"option" => [
|
||||
"read" =>"¿Se puede leer el pueblo? ",
|
||||
"write" =>"¿Se puede crear / editar aldea? ",
|
||||
"delete" =>"¿Se puede borrar el pueblo?",
|
||||
"read" =>"Puede leer el pueblo? ",
|
||||
"write" =>"Puede crear / editar pueblo? ",
|
||||
"delete" =>"¿Se puede eliminar el pueblo?",
|
||||
|
||||
],
|
||||
|
||||
|
||||
@ -5,13 +5,13 @@
|
||||
"new_city" =>"شهر جدید",
|
||||
"new_district" =>"منطقه جدید",
|
||||
"new_neighborhood" =>"محله جدید",
|
||||
"new_village" =>"روستای جدید",
|
||||
"sub_cities" =>"شهرهای زیر",
|
||||
"add_sub_cities" =>"اضافه کردن شهر زیر",
|
||||
"add_sub_districts" =>"اضافه کردن منطقه",
|
||||
"add_sub_neighborhoods" =>"اضافه کردن محله محله",
|
||||
"add_sub_village" =>"اضافه کردن روستای زیر",
|
||||
"sub_districts" =>"حوزه های فرعی",
|
||||
"sub_neighborhoods" =>"محله های زیر",
|
||||
"sub_village" =>"زیر روستا"
|
||||
"new_village" =>"دهکده جدید",
|
||||
"sub_cities" =>"شهرهای زیر شهر",
|
||||
"add_sub_cities" =>"اضافه کردن زیر شهر",
|
||||
"add_sub_districts" =>"اضافه کردن Sub District",
|
||||
"add_sub_neighborhoods" =>"اضافه کردن زیر محله",
|
||||
"add_sub_village" =>"اضافه کردن Sub Village",
|
||||
"sub_districts" =>"مناطق فرعی",
|
||||
"sub_neighborhoods" =>"محله های فرعی",
|
||||
"sub_village" =>"دهکده زیر"
|
||||
];
|
||||
@ -6,7 +6,7 @@
|
||||
|
||||
],
|
||||
"slug" => [
|
||||
"name" =>"لاغر",
|
||||
"name" =>"مثل حلزون حرکت کردن",
|
||||
|
||||
],
|
||||
"city" => [
|
||||
|
||||
@ -4,9 +4,9 @@
|
||||
"village" => [
|
||||
"name" =>"روستا",
|
||||
"option" => [
|
||||
"read" =>"می توانید روستا را بخوانید؟ ",
|
||||
"write" =>"می توانید روستا را ایجاد / ویرایش کنید؟ ",
|
||||
"delete" =>"آیا روستا را می توان حذف کرد؟",
|
||||
"read" =>"می توانید دهکده بخوانید؟ ",
|
||||
"write" =>"آیا می توانید دهکده ایجاد یا ویرایش کنید؟ ",
|
||||
"delete" =>"می توانید روستا را حذف کنید؟",
|
||||
|
||||
],
|
||||
|
||||
|
||||
@ -5,11 +5,11 @@
|
||||
"new_city" =>"Nuova città",
|
||||
"new_district" =>"New District",
|
||||
"new_neighborhood" =>"Nuovo quartiere",
|
||||
"new_village" =>"Nuovo villaggio",
|
||||
"sub_cities" =>"Città secondarie",
|
||||
"new_village" =>"New Village",
|
||||
"sub_cities" =>"Sotto città",
|
||||
"add_sub_cities" =>"Aggiungi città secondaria",
|
||||
"add_sub_districts" =>"Aggiungi sottodistretto",
|
||||
"add_sub_neighborhoods" =>"Aggiungi sottolivello",
|
||||
"add_sub_districts" =>"Aggiungi sotto distretto",
|
||||
"add_sub_neighborhoods" =>"Aggiungi sotto vicinato",
|
||||
"add_sub_village" =>"Aggiungi villaggio secondario",
|
||||
"sub_districts" =>"Sottodistretti",
|
||||
"sub_neighborhoods" =>"Quartieri secondari",
|
||||
|
||||
@ -4,9 +4,9 @@
|
||||
"village" => [
|
||||
"name" =>"Villaggio",
|
||||
"option" => [
|
||||
"read" =>"Puoi leggere il villaggio? ",
|
||||
"write" =>"Puoi creare / modificare un villaggio? ",
|
||||
"delete" =>"Posso cancellare il villaggio?",
|
||||
"read" =>"Sai leggere il villaggio? ",
|
||||
"write" =>"Può creare / modificare villaggio? ",
|
||||
"delete" =>"Puoi cancellare il villaggio?",
|
||||
|
||||
],
|
||||
|
||||
|
||||
@ -2,6 +2,6 @@
|
||||
|
||||
return[
|
||||
"title" =>"Plaats",
|
||||
"name" =>"Locatie module",
|
||||
"name" =>"Locatiemodule",
|
||||
"description" =>"Omschrijving"
|
||||
];
|
||||
@ -4,14 +4,14 @@
|
||||
"new_country" =>"Nieuw Land",
|
||||
"new_city" =>"Nieuwe stad",
|
||||
"new_district" =>"Nieuw district",
|
||||
"new_neighborhood" =>"Nieuwe wijk",
|
||||
"new_neighborhood" =>"Nieuwe buurt",
|
||||
"new_village" =>"Nieuw dorp",
|
||||
"sub_cities" =>"Substeden",
|
||||
"add_sub_cities" =>"Substad toevoegen",
|
||||
"add_sub_districts" =>"Sub District toevoegen",
|
||||
"add_sub_neighborhoods" =>"Subwijk toevoegen",
|
||||
"add_sub_districts" =>"Subdistrict toevoegen",
|
||||
"add_sub_neighborhoods" =>"Subomgeving toevoegen",
|
||||
"add_sub_village" =>"Subdorp toevoegen",
|
||||
"sub_districts" =>"Subdistricten",
|
||||
"sub_neighborhoods" =>"Subbuurten",
|
||||
"sub_village" =>"Subdorp"
|
||||
"sub_neighborhoods" =>"Sub Buurten",
|
||||
"sub_village" =>"Sub Village"
|
||||
];
|
||||
@ -9,7 +9,7 @@
|
||||
"login_error" =>"تسجيل الدخول أو كلمة سر خاطئة.",
|
||||
"login_noMail_old_user" =>"لا يمكن العثور على عنوان البريد الإلكتروني الذي أدخلته.",
|
||||
"login_noMail_old_user2" =>"يرجى التحقق من عنوان البريد الإلكتروني والمحاولة مرة أخرى.",
|
||||
"login_noMail_old_user3" =>"إذا استمرت المشكلة ، يرجى الاتصال على \'info@celep.com\'.",
|
||||
"login_noMail_old_user3" =>"إذا استمرت المشكلة ، يرجى الاتصال على \'info@openclassify.com\'.",
|
||||
"login_info_old_user" =>"تم إرسال كلمة مرور جديدة إلى عنوان البريد الإلكتروني الخاص بك.",
|
||||
"success" =>"نجاح",
|
||||
"notified_new_updates" =>"أريد أن يتم إخباري بالتحديثات الجديدة",
|
||||
|
||||
@ -10,7 +10,7 @@
|
||||
"login_noMail_old_user" =>"Die eingegebene E-Mail-Adresse wurde nicht gefunden.",
|
||||
"login_noMail_old_user2" =>"Bitte überprüfen Sie die E-Mail-Adresse und versuchen Sie es erneut.",
|
||||
"login_noMail_old_user3" =>"Wenn das Problem weiterhin besteht,
|
||||
wenden Sie sich bitte an info@celep.com.",
|
||||
wenden Sie sich bitte an \'info@openclassify.com\'.",
|
||||
"login_info_old_user" =>"Ein neues Passwort wurde an Ihre E-Mail-Adresse gesendet.",
|
||||
"success" =>"Erfolg",
|
||||
"notified_new_updates" =>"Ich möchte über neue Updates informiert werden",
|
||||
|
||||
@ -190,7 +190,7 @@
|
||||
|
||||
],
|
||||
"menu_hello_msg" => [
|
||||
"name" =>"γεια σας",
|
||||
"name" =>"Γειά σου",
|
||||
|
||||
],
|
||||
"menu_last_msg" => [
|
||||
|
||||
@ -1,22 +1,23 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
"email" => "Το πεδίο ηλεκτρονικού ταχυδρομείου είναι υποχρεωτικό!",
|
||||
"username" => "Το πεδίο χρήστη είναι υποχρεωτικό!",
|
||||
"success_update" => "Ενημέρωση προφίλ με επιτυχία!",
|
||||
"adress_success_update" => "Ενημέρωση επιτυχώς!",
|
||||
"adress_success_create" => "Διεύθυνση Δημιουργήστε με επιτυχία!",
|
||||
"login_error" => "Λανθασμένη σύνδεση ή κωδικός πρόσβασης.",
|
||||
"login_noMail_old_user" => "Δεν ήταν δυνατή η εύρεση της διεύθυνσης ηλεκτρονικού ταχυδρομείου που εισαγάγατε.",
|
||||
"login_noMail_old_user2" => "Ελέγξτε τη διεύθυνση ηλεκτρονικού ταχυδρομείου και δοκιμάστε ξανά.",
|
||||
"login_noMail_old_user3" => "Εάν το πρόβλημα συνεχίζεται,επικοινωνήστε στο info@celep.com.",
|
||||
"login_info_old_user" => "Ένας νέος κωδικός πρόσβασης έχει σταλεί στη διεύθυνση ηλεκτρονικού ταχυδρομείου σας.",
|
||||
"success" => "Επιτυχία",
|
||||
"notified_new_updates" => "Θέλω να ενημερώνομαι για νέες ενημερώσεις",
|
||||
"notified_about_ads" => "Να επιτρέπονται ειδοποιήσεις σχετικά με τις διαφημίσεις μου",
|
||||
"receive_messages_email" => "Θέλω να λαμβάνω μηνύματα ως email",
|
||||
"no_packages_module" => "No Module Packages!",
|
||||
"required_add" => "Συμπληρώστε όλες τις απαιτούμενες γραμμές.",
|
||||
"no_extend_package" => "Δεν επεκτείνετε τα πακέτα διαφημίσεων",
|
||||
"saved" => "Αποθηκεύτηκε!"
|
||||
return[
|
||||
"email" =>"Το πεδίο ηλεκτρονικού ταχυδρομείου είναι υποχρεωτικό!",
|
||||
"username" =>"Το πεδίο χρήστη είναι υποχρεωτικό!",
|
||||
"success_update" =>"Ενημέρωση προφίλ με επιτυχία!",
|
||||
"adress_success_update" =>"Ενημέρωση επιτυχώς!",
|
||||
"adress_success_create" =>"Διεύθυνση Δημιουργήστε με επιτυχία!",
|
||||
"login_error" =>"Λανθασμένη σύνδεση ή κωδικός πρόσβασης.",
|
||||
"login_noMail_old_user" =>"Δεν ήταν δυνατή η εύρεση της διεύθυνσης ηλεκτρονικού ταχυδρομείου που εισαγάγατε.",
|
||||
"login_noMail_old_user2" =>"Ελέγξτε τη διεύθυνση ηλεκτρονικού ταχυδρομείου και δοκιμάστε ξανά.",
|
||||
"login_noMail_old_user3" =>"Εάν το πρόβλημα συνεχίζεται,
|
||||
επικοινωνήστε στο info@openclassify.com.",
|
||||
"login_info_old_user" =>"Ένας νέος κωδικός πρόσβασης έχει σταλεί στη διεύθυνση ηλεκτρονικού ταχυδρομείου σας.",
|
||||
"success" =>"Επιτυχία",
|
||||
"notified_new_updates" =>"Θέλω να ενημερώνομαι για νέες ενημερώσεις",
|
||||
"notified_about_ads" =>"Να επιτρέπονται ειδοποιήσεις σχετικά με τις διαφημίσεις μου",
|
||||
"receive_messages_email" =>"Θέλω να λαμβάνω μηνύματα ως email",
|
||||
"no_packages_module" =>"No Module Packages!",
|
||||
"required_add" =>"Συμπληρώστε όλες τις απαιτούμενες γραμμές.",
|
||||
"no_extend_package" =>"Δεν επεκτείνετε τα πακέτα διαφημίσεων",
|
||||
"saved" =>"Αποθηκεύτηκε!"
|
||||
];
|
||||
@ -9,7 +9,7 @@ return [
|
||||
"login_error" => "Incorrect login or password.",
|
||||
"login_noMail_old_user" => "The email address you entered couldn’t be found.",
|
||||
"login_noMail_old_user2" => "Please check the email address and try again.",
|
||||
"login_noMail_old_user3" => "If the problem continues, please contact at 'info@celep.com'.",
|
||||
"login_noMail_old_user3" => "If the problem continues, please contact at 'info@openclassify.com'.",
|
||||
"login_info_old_user" => "A new password has been sent to your e-mail address.",
|
||||
"success" => "Success",
|
||||
"notified_new_updates" => "I want to be notified of new updates",
|
||||
|
||||
@ -2,6 +2,6 @@
|
||||
|
||||
return[
|
||||
"new_profile" =>"Nuevo perfil",
|
||||
"new_adress" =>"Nueva direccion",
|
||||
"show" =>"Mostrar direccion"
|
||||
"new_adress" =>"Nueva dirección",
|
||||
"show" =>"Mostrar dirección"
|
||||
];
|
||||
@ -2,11 +2,11 @@
|
||||
|
||||
return[
|
||||
"file" => [
|
||||
"name" =>"Las fotos",
|
||||
"name" =>"Fotos",
|
||||
|
||||
],
|
||||
"first_name" => [
|
||||
"name" =>"Nombre de pila",
|
||||
"name" =>"Primer nombre",
|
||||
|
||||
],
|
||||
"last_name" => [
|
||||
@ -62,7 +62,7 @@
|
||||
|
||||
],
|
||||
"land_phone" => [
|
||||
"name" =>"Número de teléfono de la tierra",
|
||||
"name" =>"Número de teléfono de tierra",
|
||||
|
||||
],
|
||||
"office_phone" => [
|
||||
@ -78,11 +78,11 @@
|
||||
|
||||
],
|
||||
"adress_name" => [
|
||||
"name" =>"Nombre de la dirección",
|
||||
"name" =>"Nombre de direccion",
|
||||
|
||||
],
|
||||
"adress_first_name" => [
|
||||
"name" =>"Nombre de pila",
|
||||
"name" =>"Primer nombre",
|
||||
|
||||
],
|
||||
"adress_last_name" => [
|
||||
@ -94,7 +94,7 @@
|
||||
|
||||
],
|
||||
"adress_content" => [
|
||||
"name" =>"Contenido de la dirección",
|
||||
"name" =>"Contenido de direccion",
|
||||
|
||||
],
|
||||
"adress_post_code" => [
|
||||
@ -218,7 +218,7 @@
|
||||
|
||||
],
|
||||
"adv_listing_banner" => [
|
||||
"name" =>"Banner de la página de listado de anuncios",
|
||||
"name" =>"Banner de página de listado de anuncios",
|
||||
|
||||
],
|
||||
"approve" => [
|
||||
@ -300,13 +300,13 @@
|
||||
"owner_name" =>"Mensaje",
|
||||
"favorites" =>"Favoritos",
|
||||
"fav_advs" =>"Anuncios favoritos",
|
||||
"fav_sellers" =>"Fav vendedores",
|
||||
"fav_searches" =>"Fav búsquedas",
|
||||
"fav_sellers" =>"Vendedores favoritos",
|
||||
"fav_searches" =>"Búsquedas favoritas",
|
||||
"posted_on" =>"Publicado en",
|
||||
"message_details" =>"Detalles del mensaje",
|
||||
"adv_no" =>"Anuncio No",
|
||||
"adv_no" =>"Anuncio no",
|
||||
"bill_address" => [
|
||||
"name" =>"Dirección de Bill",
|
||||
"name" =>"Dirección de factura",
|
||||
|
||||
],
|
||||
"delivery_address" => [
|
||||
@ -334,7 +334,7 @@
|
||||
|
||||
],
|
||||
"back" => [
|
||||
"name" =>"Espalda",
|
||||
"name" =>"atrás",
|
||||
|
||||
],
|
||||
"image" => [
|
||||
@ -350,7 +350,7 @@
|
||||
|
||||
],
|
||||
"piece" => [
|
||||
"name" =>"Trozo",
|
||||
"name" =>"Pieza",
|
||||
|
||||
],
|
||||
"commission" => [
|
||||
@ -362,7 +362,7 @@
|
||||
|
||||
],
|
||||
"sub_total" => [
|
||||
"name" =>"Sub Total",
|
||||
"name" =>"Subtotal",
|
||||
|
||||
],
|
||||
"sale" => [
|
||||
@ -374,7 +374,7 @@
|
||||
|
||||
],
|
||||
"awaiting_payment_approval" => [
|
||||
"name" =>"En espera de la aprobación del pago",
|
||||
"name" =>"En espera de aprobación de pago",
|
||||
|
||||
],
|
||||
"paid" => [
|
||||
@ -422,7 +422,7 @@
|
||||
|
||||
],
|
||||
"show_order_msg3" => [
|
||||
"name" =>"El resultado de la transacción se ha enviado a su dirección de correo electrónico registrada.",
|
||||
"name" =>"El resultado de la transacción ha sido enviado a su dirección de correo electrónico registrada.",
|
||||
|
||||
],
|
||||
"awaiting_payment" => [
|
||||
@ -430,8 +430,7 @@
|
||||
|
||||
],
|
||||
"please_entered_tracking_number" => [
|
||||
"name" =>"Por favor,
|
||||
introduzca el número de seguimiento",
|
||||
"name" =>"Ingrese el número de seguimiento",
|
||||
|
||||
],
|
||||
"transport_days" => [
|
||||
@ -459,11 +458,11 @@
|
||||
|
||||
],
|
||||
"preferences_settings" => [
|
||||
"name" =>"Preferencias de configuración",
|
||||
"name" =>"Configuraciones de preferencias",
|
||||
|
||||
],
|
||||
"corporate_settings" => [
|
||||
"name" =>"Ajustes corporativos",
|
||||
"name" =>"Configuraciones corporativas",
|
||||
|
||||
],
|
||||
"change_password" => [
|
||||
@ -483,11 +482,11 @@
|
||||
|
||||
],
|
||||
"create_address" => [
|
||||
"name" =>"Crear direccion",
|
||||
"name" =>"Crear dirección",
|
||||
|
||||
],
|
||||
"balance_limit" => [
|
||||
"name" =>"Límite de saldo",
|
||||
"name" =>"Límite de equilibrio",
|
||||
|
||||
],
|
||||
"active_ads" => [
|
||||
@ -515,11 +514,11 @@
|
||||
|
||||
],
|
||||
"ad_limit" => [
|
||||
"name" =>"Límite de anuncios",
|
||||
"name" =>"Límite de anuncio",
|
||||
|
||||
],
|
||||
"publish_time" => [
|
||||
"name" =>"Tiempo de publicacion",
|
||||
"name" =>"Tiempo de publicación",
|
||||
|
||||
],
|
||||
"all_categories" => [
|
||||
|
||||
@ -1,25 +1,23 @@
|
||||
<?php
|
||||
|
||||
return[
|
||||
"email" =>"El campo de correo electrónico es obligatorio!",
|
||||
"username" =>"El campo de nombre de usuario es requerido!",
|
||||
"success_update" =>"Perfil de actualización con éxito!",
|
||||
"adress_success_update" =>"Dirección de actualización con éxito!",
|
||||
"adress_success_create" =>"Dirección de crear con éxito!",
|
||||
"email" =>"¡El campo de correo electrónico es obligatorio!",
|
||||
"username" =>"¡El campo de nombre de usuario es obligatorio!",
|
||||
"success_update" =>"¡Actualización del perfil con éxito!",
|
||||
"adress_success_update" =>"Actualización de dirección con éxito!",
|
||||
"adress_success_create" =>"Dirección Crear con éxito!",
|
||||
"login_error" =>"Usuario o contraseña incorrecta.",
|
||||
"login_noMail_old_user" =>"No se pudo encontrar la dirección de correo electrónico que ingresaste.",
|
||||
"login_noMail_old_user2" =>"Por favor,
|
||||
compruebe la dirección de correo electrónico y vuelva a intentarlo.",
|
||||
"login_noMail_old_user" =>"No se pudo encontrar la dirección de correo electrónico que ingresó.",
|
||||
"login_noMail_old_user2" =>"Verifique la dirección de correo electrónico e intente nuevamente.",
|
||||
"login_noMail_old_user3" =>"Si el problema continúa,
|
||||
póngase en contacto con \'info@celep.com\'.",
|
||||
comuníquese con \'info@openclassify.com\'.",
|
||||
"login_info_old_user" =>"Se ha enviado una nueva contraseña a su dirección de correo electrónico.",
|
||||
"success" =>"Éxito",
|
||||
"notified_new_updates" =>"Quiero ser notificado de nuevas actualizaciones.",
|
||||
"notified_new_updates" =>"Quiero ser notificado de nuevas actualizaciones",
|
||||
"notified_about_ads" =>"Permitir notificaciones sobre mis anuncios",
|
||||
"receive_messages_email" =>"Quiero recibir mensajes como email",
|
||||
"no_packages_module" =>"No hay módulos de paquetes!",
|
||||
"required_add" =>"Por favor,
|
||||
rellene todas las líneas requeridas.",
|
||||
"no_extend_package" =>"Paquetes de anuncios sin extensión",
|
||||
"receive_messages_email" =>"Quiero recibir mensajes como correo electrónico",
|
||||
"no_packages_module" =>"¡Sin módulo de paquetes!",
|
||||
"required_add" =>"Por favor complete todas las líneas requeridas.",
|
||||
"no_extend_package" =>"No extender paquetes de anuncios",
|
||||
"saved" =>"¡Salvado!"
|
||||
];
|
||||
@ -4,17 +4,17 @@
|
||||
"profile" => [
|
||||
"name" =>"Perfil",
|
||||
"option" => [
|
||||
"read" =>"¿Se puede leer el perfil? ",
|
||||
"read" =>"¿Puede leer el perfil? ",
|
||||
"write" =>"¿Se puede crear / editar perfil? ",
|
||||
"delete" =>"¿Se puede borrar el perfil?"
|
||||
"delete" =>"¿Se puede eliminar el perfil?"
|
||||
],
|
||||
|
||||
],
|
||||
"adress" => [
|
||||
"name" =>"Dirección",
|
||||
"option" => [
|
||||
"read" =>"¿Se puede leer la dirección? ",
|
||||
"write" =>"¿Se puede crear / editar dirección? ",
|
||||
"read" =>"¿Puede leer la dirección? ",
|
||||
"write" =>"¿Puede crear / editar direcciones? ",
|
||||
"delete" =>"¿Se puede eliminar la dirección?",
|
||||
|
||||
],
|
||||
|
||||
@ -2,6 +2,6 @@
|
||||
|
||||
return[
|
||||
"title" =>"مشخصات",
|
||||
"name" =>"ماژول نمایه",
|
||||
"name" =>"ماژول پروفایل",
|
||||
"description" =>""
|
||||
];
|
||||
@ -1,7 +1,7 @@
|
||||
<?php
|
||||
|
||||
return[
|
||||
"new_profile" =>"مشخصات جدید",
|
||||
"new_profile" =>"پروفایل جدید",
|
||||
"new_adress" =>"آدرس جدید",
|
||||
"show" =>"نمایش آدرس"
|
||||
];
|
||||
@ -2,7 +2,7 @@
|
||||
|
||||
return[
|
||||
"file" => [
|
||||
"name" =>"عکس ها",
|
||||
"name" =>"عکس",
|
||||
|
||||
],
|
||||
"first_name" => [
|
||||
@ -34,7 +34,7 @@
|
||||
|
||||
],
|
||||
"enabled" => [
|
||||
"name" =>"کاربر فعال",
|
||||
"name" =>"کاربر را فعال کنید",
|
||||
|
||||
],
|
||||
"country" => [
|
||||
@ -66,7 +66,7 @@
|
||||
|
||||
],
|
||||
"office_phone" => [
|
||||
"name" =>"شماره دفتر دفتر",
|
||||
"name" =>"شماره تلفن دفتر",
|
||||
|
||||
],
|
||||
"register_type" => [
|
||||
@ -102,7 +102,7 @@
|
||||
|
||||
],
|
||||
"adress_gsm_phone" => [
|
||||
"name" =>"گوشی Gsm",
|
||||
"name" =>"تلفن جی اس ام",
|
||||
|
||||
],
|
||||
"adress_land_phone" => [
|
||||
@ -154,7 +154,7 @@
|
||||
|
||||
],
|
||||
"list" => [
|
||||
"name" =>"فهرست",
|
||||
"name" =>"لیست",
|
||||
|
||||
],
|
||||
"menu_address" => [
|
||||
@ -166,15 +166,15 @@
|
||||
|
||||
],
|
||||
"menu_favorites" => [
|
||||
"name" =>"مورد علاقه های شما",
|
||||
"name" =>"موارد دلخواه",
|
||||
|
||||
],
|
||||
"menu_archived_ads" => [
|
||||
"name" =>"تبلیغات آرشیو شده",
|
||||
"name" =>"تبلیغات بایگانی شده",
|
||||
|
||||
],
|
||||
"menu_pending_ads" => [
|
||||
"name" =>"انتظار تایید",
|
||||
"name" =>"در انتظار تأیید",
|
||||
|
||||
],
|
||||
"menu_delete_account" => [
|
||||
@ -186,7 +186,7 @@
|
||||
|
||||
],
|
||||
"menu_fav_ads" => [
|
||||
"name" =>"آگهی های مورد علاقه",
|
||||
"name" =>"تبلیغات مورد علاقه",
|
||||
|
||||
],
|
||||
"menu_hello_msg" => [
|
||||
@ -194,7 +194,7 @@
|
||||
|
||||
],
|
||||
"menu_last_msg" => [
|
||||
"name" =>"شما اخیرا وارد سیستم شده اید",
|
||||
"name" =>"آخرین بار وارد سیستم شده اید",
|
||||
|
||||
],
|
||||
"menu_packages" => [
|
||||
@ -202,15 +202,15 @@
|
||||
|
||||
],
|
||||
"menu_adv_packages" => [
|
||||
"name" =>"بسته های آگهی",
|
||||
"name" =>"بسته های تبلیغاتی",
|
||||
|
||||
],
|
||||
"menu_time_packages" => [
|
||||
"name" =>"بسته های زمان",
|
||||
"name" =>"بسته های زمانی",
|
||||
|
||||
],
|
||||
"profile_details" => [
|
||||
"name" =>"جزئیات مشخصات",
|
||||
"name" =>"جزئیات پروفایل",
|
||||
|
||||
],
|
||||
"profile_photo" => [
|
||||
@ -218,7 +218,7 @@
|
||||
|
||||
],
|
||||
"adv_listing_banner" => [
|
||||
"name" =>"آگهی تبلیغات بنر صفحه",
|
||||
"name" =>"بنر صفحه نمایش لیست تبلیغات",
|
||||
|
||||
],
|
||||
"approve" => [
|
||||
@ -254,11 +254,11 @@
|
||||
|
||||
],
|
||||
"right_secure_trading_subject" => [
|
||||
"name" =>"بازرگانی امن",
|
||||
"name" =>"تجارت امن",
|
||||
|
||||
],
|
||||
"right_secure_trading_msg" => [
|
||||
"name" =>"Lorem ipsum dolor sit amet، consectetur adipisicing نخبگان",
|
||||
"name" =>"Lorem ipsum dolor sit amet، consectetur elit adipisicing",
|
||||
|
||||
],
|
||||
"right_support_subject" => [
|
||||
@ -266,7 +266,7 @@
|
||||
|
||||
],
|
||||
"right_support_msg" => [
|
||||
"name" =>"Lorem ipsum dolor sit amet، consectetur adipisicing نخبگان",
|
||||
"name" =>"Lorem ipsum dolor sit amet، consectetur elit adipisicing",
|
||||
|
||||
],
|
||||
"right_easy_trading_subject" => [
|
||||
@ -274,7 +274,7 @@
|
||||
|
||||
],
|
||||
"right_easy_trading_msg" => [
|
||||
"name" =>"Lorem ipsum dolor sit amet، consectetur adipisicing نخبگان",
|
||||
"name" =>"Lorem ipsum dolor sit amet، consectetur elit adipisicing",
|
||||
|
||||
],
|
||||
"right_need_help_subject" => [
|
||||
@ -286,22 +286,22 @@
|
||||
|
||||
],
|
||||
"disable_account" => [
|
||||
"name" =>"غیر فعال کردن حساب",
|
||||
"name" =>"غیرفعال کردن حساب",
|
||||
|
||||
],
|
||||
"disable_account_msg" => [
|
||||
"name" =>"حساب کاربری شما غیرفعال خواهد شد. این عملیات نمیتواند لغو شود",
|
||||
"name" =>"حساب شما غیرفعال خواهد شد این عملیات قابل بازگشت نیست",
|
||||
|
||||
],
|
||||
"message_title" =>"عنوان پیام",
|
||||
"owner_name" =>"پیام",
|
||||
"favorites" =>"مورد علاقه های شما",
|
||||
"fav_advs" =>"آگهی های مورد علاقه",
|
||||
"fav_sellers" =>"فروشندگان فاو",
|
||||
"fav_searches" =>"جستجوی Fav",
|
||||
"favorites" =>"موارد دلخواه",
|
||||
"fav_advs" =>"تبلیغات مورد علاقه",
|
||||
"fav_sellers" =>"فروشندگان مورد علاقه",
|
||||
"fav_searches" =>"جستجوهای مورد علاقه",
|
||||
"posted_on" =>"نوشته شده در",
|
||||
"message_details" =>"جزئیات پیام",
|
||||
"adv_no" =>"آگهی شماره",
|
||||
"adv_no" =>"شماره آگهی",
|
||||
"bill_address" => [
|
||||
"name" =>"آدرس بیل",
|
||||
|
||||
@ -367,11 +367,11 @@
|
||||
|
||||
],
|
||||
"awaiting_tracking_number" => [
|
||||
"name" =>"انتظار ردیابی شماره",
|
||||
"name" =>"در انتظار شماره پیگیری",
|
||||
|
||||
],
|
||||
"awaiting_payment_approval" => [
|
||||
"name" =>"در انتظار تأیید پرداخت",
|
||||
"name" =>"منتظر تأیید پرداخت هستید",
|
||||
|
||||
],
|
||||
"paid" => [
|
||||
@ -391,7 +391,7 @@
|
||||
|
||||
],
|
||||
"shipped" => [
|
||||
"name" =>"ارسال شده",
|
||||
"name" =>"حمل شد",
|
||||
|
||||
],
|
||||
"delivered" => [
|
||||
@ -407,19 +407,19 @@
|
||||
|
||||
],
|
||||
"not_delivered" => [
|
||||
"name" =>"تحویل نمی شود",
|
||||
"name" =>"تحویل داده نشده",
|
||||
|
||||
],
|
||||
"show_order_msg1" => [
|
||||
"name" =>"نتیجه معامله از طریق ایمیل مطلع خواهد شد.",
|
||||
"name" =>"نتیجه معاملات از طریق پست به شما اطلاع داده می شود.",
|
||||
|
||||
],
|
||||
"show_order_msg2" => [
|
||||
"name" =>"اگر محصول ظرف یک هفته تحویل داده نشود، بازپرداخت خواهد شد.",
|
||||
"name" =>"اگر محصول در مدت یک هفته تحویل داده نشود بازپرداخت انجام می شود.",
|
||||
|
||||
],
|
||||
"show_order_msg3" => [
|
||||
"name" =>"نتیجه معامله به آدرس ایمیل ثبت شده شما ارسال شده است.",
|
||||
"name" =>"نتیجه معامله به آدرس پست الکترونیکی ثبت شده شما ارسال شده است.",
|
||||
|
||||
],
|
||||
"awaiting_payment" => [
|
||||
@ -427,7 +427,7 @@
|
||||
|
||||
],
|
||||
"please_entered_tracking_number" => [
|
||||
"name" =>"لطفا شماره پیگیری وارد شوید",
|
||||
"name" =>"لطفا شماره پیگیری را وارد کنید",
|
||||
|
||||
],
|
||||
"transport_days" => [
|
||||
@ -443,11 +443,11 @@
|
||||
|
||||
],
|
||||
"cancel_sale" => [
|
||||
"name" =>"لغو فروش",
|
||||
"name" =>"فروش را لغو کنید",
|
||||
|
||||
],
|
||||
"send_again" => [
|
||||
"name" =>"من دوباره خواهم فرستاد",
|
||||
"name" =>"دوباره خواهم فرستاد",
|
||||
|
||||
],
|
||||
"content" => [
|
||||
@ -455,7 +455,7 @@
|
||||
|
||||
],
|
||||
"preferences_settings" => [
|
||||
"name" =>"تنظیمات تنظیمات",
|
||||
"name" =>"تنظیمات برگزیده",
|
||||
|
||||
],
|
||||
"corporate_settings" => [
|
||||
@ -463,7 +463,7 @@
|
||||
|
||||
],
|
||||
"change_password" => [
|
||||
"name" =>"تغییر رمز عبور",
|
||||
"name" =>"رمز عبور را تغییر دهید",
|
||||
|
||||
],
|
||||
"new_password" => [
|
||||
@ -475,7 +475,7 @@
|
||||
|
||||
],
|
||||
"confirm_password_input" => [
|
||||
"name" =>"تغییر رمز عبور من را تایید می کنم",
|
||||
"name" =>"من تغییر رمز عبور خود را تأیید می کنم",
|
||||
|
||||
],
|
||||
"create_address" => [
|
||||
@ -495,11 +495,11 @@
|
||||
|
||||
],
|
||||
"go_subscriptions_page" => [
|
||||
"name" =>"به صفحه اشتراک بروید",
|
||||
"name" =>"به صفحه اشتراک ها بروید",
|
||||
|
||||
],
|
||||
"buy_package" => [
|
||||
"name" =>"بسته بندی",
|
||||
"name" =>"خرید بسته بندی",
|
||||
|
||||
],
|
||||
"expired_date" => [
|
||||
@ -511,7 +511,7 @@
|
||||
|
||||
],
|
||||
"ad_limit" => [
|
||||
"name" =>"حد آگهی",
|
||||
"name" =>"محدودیت آگهی",
|
||||
|
||||
],
|
||||
"publish_time" => [
|
||||
|
||||
@ -1,22 +1,22 @@
|
||||
<?php
|
||||
|
||||
return[
|
||||
"email" =>"فیلد ایمیل مورد نیاز است!",
|
||||
"username" =>"فیلد نام کاربری مورد نیاز است!",
|
||||
"success_update" =>"مشخصات به روز رسانی موفقیت آمیز است!",
|
||||
"adress_success_update" =>"آدرس به روز رسانی موفقیت آمیز!",
|
||||
"adress_success_create" =>"آدرس ایجاد موفقیت آمیز!",
|
||||
"login_error" =>"نام کاربری یا کلمه عبور اشتباه است",
|
||||
"login_noMail_old_user" =>"آدرس ایمیل وارد شده یافت نشد",
|
||||
"email" =>"زمینه پست الکترونیکی الزامی است!",
|
||||
"username" =>"زمینه نام کاربری لازم است!",
|
||||
"success_update" =>"به روز رسانی نمایه با موفقیت!",
|
||||
"adress_success_update" =>"به روزرسانی آدرس موفقیت آمیز!",
|
||||
"adress_success_create" =>"آدرس با موفقیت ایجاد شود!",
|
||||
"login_error" =>"ورود نام کاربری یا رمز عبور نادرست است.",
|
||||
"login_noMail_old_user" =>"آدرس ایمیلی که وارد کردید یافت نشد.",
|
||||
"login_noMail_old_user2" =>"لطفا آدرس ایمیل را بررسی کنید و دوباره امتحان کنید.",
|
||||
"login_noMail_old_user3" =>"اگر مشکل ادامه پیدا کند، لطفا با «info@celep.com» تماس بگیرید.",
|
||||
"login_info_old_user" =>"یک رمز عبور جدید به آدرس ایمیل شما ارسال شده است.",
|
||||
"login_noMail_old_user3" =>"در صورت ادامه مشکل ، لطفاً با \'info@openclassify.com\' تماس بگیرید.",
|
||||
"login_info_old_user" =>"رمز جدیدی به آدرس ایمیل شما ارسال شده است.",
|
||||
"success" =>"موفقیت",
|
||||
"notified_new_updates" =>"من می خواهم از به روز رسانی های جدید مطلع شوم",
|
||||
"notified_about_ads" =>"اجازه اعلانها درباره تبلیغات من",
|
||||
"receive_messages_email" =>"من می خواهم پیام ها را به عنوان ایمیل دریافت کنم",
|
||||
"no_packages_module" =>"هیچ بسته بندی ماژول!",
|
||||
"required_add" =>"لطفا تمام خطوط مورد نیاز را پر کنید",
|
||||
"no_extend_package" =>"بدون بسته بندی آگهی های اضافی",
|
||||
"notified_new_updates" =>"می خواهم از به روزرسانی های جدید مطلع شوم",
|
||||
"notified_about_ads" =>"اجازه اعلان ها درباره تبلیغات من",
|
||||
"receive_messages_email" =>"می خواهم پیام را به عنوان ایمیل دریافت کنم",
|
||||
"no_packages_module" =>"بدون ماژول بسته بندی!",
|
||||
"required_add" =>"لطفا تمام خطوط مورد نیاز را پر کنید.",
|
||||
"no_extend_package" =>"بسته های تبلیغاتی گسترده ای وجود ندارد",
|
||||
"saved" =>"ذخیره!"
|
||||
];
|
||||
@ -4,18 +4,18 @@
|
||||
"profile" => [
|
||||
"name" =>"مشخصات",
|
||||
"option" => [
|
||||
"read" =>"آیا می توانم پروفایل را بخوانم؟ ",
|
||||
"write" =>"آیا می توانم پروفایل را ایجاد / ویرایش کنم؟ ",
|
||||
"delete" =>"آیا می توانم پروفایل را حذف کنم؟"
|
||||
"read" =>"می توانید نمایه را بخوانید؟ ",
|
||||
"write" =>"آیا می توانید نمایه ایجاد یا ویرایش کنید؟ ",
|
||||
"delete" =>"می توانید نمایه را حذف کنید؟"
|
||||
],
|
||||
|
||||
],
|
||||
"adress" => [
|
||||
"name" =>"آدرس",
|
||||
"option" => [
|
||||
"read" =>"می توانید آدرس را بخوانید؟ ",
|
||||
"write" =>"آیا می توانم آدرس را ایجاد / ویرایش کنم؟ ",
|
||||
"delete" =>"آدرس را می توان حذف کرد؟",
|
||||
"read" =>"می توانید آدرس بخوانید؟ ",
|
||||
"write" =>"آیا می توانید آدرس ایجاد یا ویرایش کنید؟ ",
|
||||
"delete" =>"می توانید آدرس را حذف کنید؟",
|
||||
|
||||
],
|
||||
|
||||
|
||||
@ -10,7 +10,7 @@
|
||||
"login_noMail_old_user" =>"L\'adresse e-mail que vous avez entrée est introuvable.",
|
||||
"login_noMail_old_user2" =>"Veuillez vérifier l\'adresse e-mail et réessayer.",
|
||||
"login_noMail_old_user3" =>"Si le problème persiste,
|
||||
contactez-nous à l\'adresse info@celep.com.",
|
||||
contactez-nous à l\'adresse info@openclassify.com.",
|
||||
"login_info_old_user" =>"Un nouveau mot de passe a été envoyé à votre adresse e-mail.",
|
||||
"success" =>"Succès",
|
||||
"notified_new_updates" =>"Je veux être informé des nouvelles mises à jour",
|
||||
|
||||
@ -2,6 +2,6 @@
|
||||
|
||||
return[
|
||||
"title" =>"Profilo",
|
||||
"name" =>"Modulo Profilo",
|
||||
"name" =>"Modulo profilo",
|
||||
"description" =>""
|
||||
];
|
||||
@ -34,7 +34,7 @@
|
||||
|
||||
],
|
||||
"enabled" => [
|
||||
"name" =>"Abilita utente",
|
||||
"name" =>"Abilitazione utente",
|
||||
|
||||
],
|
||||
"country" => [
|
||||
@ -78,7 +78,7 @@
|
||||
|
||||
],
|
||||
"adress_name" => [
|
||||
"name" =>"Nome dell\'indirizzo",
|
||||
"name" =>"Nome indirizzo",
|
||||
|
||||
],
|
||||
"adress_first_name" => [
|
||||
@ -94,15 +94,15 @@
|
||||
|
||||
],
|
||||
"adress_content" => [
|
||||
"name" =>"Contenuto dell\'indirizzo",
|
||||
"name" =>"Indirizzo contenuto",
|
||||
|
||||
],
|
||||
"adress_post_code" => [
|
||||
"name" =>"Codice postale",
|
||||
"name" =>"CAP",
|
||||
|
||||
],
|
||||
"adress_gsm_phone" => [
|
||||
"name" =>"Telefono Gsm",
|
||||
"name" =>"Telefono GSM",
|
||||
|
||||
],
|
||||
"adress_land_phone" => [
|
||||
@ -194,7 +194,7 @@
|
||||
|
||||
],
|
||||
"menu_last_msg" => [
|
||||
"name" =>"L\'ultimo accesso a",
|
||||
"name" =>"Hai effettuato l\'ultimo accesso alle",
|
||||
|
||||
],
|
||||
"menu_packages" => [
|
||||
@ -202,15 +202,15 @@
|
||||
|
||||
],
|
||||
"menu_adv_packages" => [
|
||||
"name" =>"Pacchetti annunci",
|
||||
"name" =>"Pacchetti di annunci",
|
||||
|
||||
],
|
||||
"menu_time_packages" => [
|
||||
"name" =>"Pacchetti di tempo",
|
||||
"name" =>"Pacchetti temporali",
|
||||
|
||||
],
|
||||
"profile_details" => [
|
||||
"name" =>"Dettagli del profilo",
|
||||
"name" =>"Dettagli profilo",
|
||||
|
||||
],
|
||||
"profile_photo" => [
|
||||
@ -218,7 +218,7 @@
|
||||
|
||||
],
|
||||
"adv_listing_banner" => [
|
||||
"name" =>"Banner della pagina di elenco annunci",
|
||||
"name" =>"Banner della pagina di elenco degli annunci",
|
||||
|
||||
],
|
||||
"approve" => [
|
||||
@ -259,16 +259,16 @@
|
||||
],
|
||||
"right_secure_trading_msg" => [
|
||||
"name" =>"Lorem ipsum dolor sit amet,
|
||||
consectetur adipisicing elit",
|
||||
contectetur elip adicing",
|
||||
|
||||
],
|
||||
"right_support_subject" => [
|
||||
"name" =>"Supporto 24/7",
|
||||
"name" =>"Assistenza 24/7",
|
||||
|
||||
],
|
||||
"right_support_msg" => [
|
||||
"name" =>"Lorem ipsum dolor sit amet,
|
||||
consectetur adipisicing elit",
|
||||
contectetur elip adicing",
|
||||
|
||||
],
|
||||
"right_easy_trading_subject" => [
|
||||
@ -277,7 +277,7 @@
|
||||
],
|
||||
"right_easy_trading_msg" => [
|
||||
"name" =>"Lorem ipsum dolor sit amet,
|
||||
consectetur adipisicing elit",
|
||||
contectetur elip adicing",
|
||||
|
||||
],
|
||||
"right_need_help_subject" => [
|
||||
@ -285,7 +285,7 @@
|
||||
|
||||
],
|
||||
"right_need_help_msg" => [
|
||||
"name" =>"Dai una chiamata",
|
||||
"name" =>"Chiama",
|
||||
|
||||
],
|
||||
"disable_account" => [
|
||||
@ -374,7 +374,7 @@
|
||||
|
||||
],
|
||||
"awaiting_payment_approval" => [
|
||||
"name" =>"In attesa di approvazione di pagamento",
|
||||
"name" =>"In attesa di approvazione del pagamento",
|
||||
|
||||
],
|
||||
"paid" => [
|
||||
@ -414,11 +414,11 @@
|
||||
|
||||
],
|
||||
"show_order_msg1" => [
|
||||
"name" =>"Il risultato della transazione verrà notificato per posta.",
|
||||
"name" =>"Il risultato della transazione verrà comunicato per posta.",
|
||||
|
||||
],
|
||||
"show_order_msg2" => [
|
||||
"name" =>"Il rimborso sarà effettuato se il prodotto non viene consegnato entro una settimana.",
|
||||
"name" =>"Il rimborso verrà effettuato se il prodotto non viene consegnato entro una settimana.",
|
||||
|
||||
],
|
||||
"show_order_msg3" => [
|
||||
@ -430,7 +430,7 @@
|
||||
|
||||
],
|
||||
"please_entered_tracking_number" => [
|
||||
"name" =>"Si prega di inserire il numero di tracking",
|
||||
"name" =>"Inserisci il numero di tracciamento",
|
||||
|
||||
],
|
||||
"transport_days" => [
|
||||
@ -446,11 +446,11 @@
|
||||
|
||||
],
|
||||
"cancel_sale" => [
|
||||
"name" =>"Annulla la vendita",
|
||||
"name" =>"Annulla vendita",
|
||||
|
||||
],
|
||||
"send_again" => [
|
||||
"name" =>"Manderò di nuovo",
|
||||
"name" =>"Spedirò di nuovo",
|
||||
|
||||
],
|
||||
"content" => [
|
||||
@ -478,7 +478,7 @@
|
||||
|
||||
],
|
||||
"confirm_password_input" => [
|
||||
"name" =>"Confermo la mia modifica della password",
|
||||
"name" =>"Confermo la modifica della mia password",
|
||||
|
||||
],
|
||||
"create_address" => [
|
||||
@ -498,7 +498,7 @@
|
||||
|
||||
],
|
||||
"go_subscriptions_page" => [
|
||||
"name" =>"Vai alla pagina Iscrizioni",
|
||||
"name" =>"Vai alla pagina delle iscrizioni",
|
||||
|
||||
],
|
||||
"buy_package" => [
|
||||
@ -514,11 +514,11 @@
|
||||
|
||||
],
|
||||
"ad_limit" => [
|
||||
"name" =>"Limite dell\'annuncio",
|
||||
"name" =>"Limite annuncio",
|
||||
|
||||
],
|
||||
"publish_time" => [
|
||||
"name" =>"Pubblica tempo",
|
||||
"name" =>"Tempo di pubblicazione",
|
||||
|
||||
],
|
||||
"all_categories" => [
|
||||
|
||||
@ -1,23 +1,23 @@
|
||||
<?php
|
||||
|
||||
return[
|
||||
"email" =>"Il campo E-Mail è obbligatorio!",
|
||||
"username" =>"Il campo del nome utente è obbligatorio!",
|
||||
"success_update" =>"Aggiornamento del profilo con successo!",
|
||||
"adress_success_update" =>"Aggiornamento con successo!",
|
||||
"email" =>"Il campo e-mail è obbligatorio!",
|
||||
"username" =>"Il campo nome utente è obbligatorio!",
|
||||
"success_update" =>"Aggiornamento profilo riuscito!",
|
||||
"adress_success_update" =>"Indirizzo aggiornamento riuscito!",
|
||||
"adress_success_create" =>"Indirizzo Crea con successo!",
|
||||
"login_error" =>"User e password non corretti.",
|
||||
"login_noMail_old_user" =>"L\'indirizzo email che hai inserito non è stato trovato.",
|
||||
"login_noMail_old_user2" =>"Controlla l\'indirizzo email e riprova.",
|
||||
"login_noMail_old_user" =>"L\'indirizzo email inserito non è stato trovato.",
|
||||
"login_noMail_old_user2" =>"Controlla l\'indirizzo e-mail e riprova.",
|
||||
"login_noMail_old_user3" =>"Se il problema persiste,
|
||||
contatta \'info@celep.com\'.",
|
||||
contattare \'info@openclassify.com\'.",
|
||||
"login_info_old_user" =>"Una nuova password è stata inviata al tuo indirizzo e-mail.",
|
||||
"success" =>"Successo",
|
||||
"notified_new_updates" =>"Voglio essere avvisato di nuovi aggiornamenti",
|
||||
"notified_new_updates" =>"Voglio essere informato dei nuovi aggiornamenti",
|
||||
"notified_about_ads" =>"Consenti notifiche sui miei annunci",
|
||||
"receive_messages_email" =>"Voglio ricevere messaggi come email",
|
||||
"no_packages_module" =>"Nessun modulo Pacchetti!",
|
||||
"receive_messages_email" =>"Voglio ricevere messaggi come e-mail",
|
||||
"no_packages_module" =>"Nessun modulo pacchetti!",
|
||||
"required_add" =>"Si prega di compilare tutte le righe richieste.",
|
||||
"no_extend_package" =>"No Estendi pacchetti di annunci",
|
||||
"no_extend_package" =>"Nessun pacchetto di annunci estesi",
|
||||
"saved" =>"Salvato!"
|
||||
];
|
||||
@ -4,18 +4,18 @@
|
||||
"profile" => [
|
||||
"name" =>"Profilo",
|
||||
"option" => [
|
||||
"read" =>"Può leggere il profilo? ",
|
||||
"read" =>"Sai leggere il profilo? ",
|
||||
"write" =>"Puoi creare / modificare il profilo? ",
|
||||
"delete" =>"Può cancellare il profilo?"
|
||||
"delete" =>"È possibile eliminare il profilo?"
|
||||
],
|
||||
|
||||
],
|
||||
"adress" => [
|
||||
"name" =>"Un vestito",
|
||||
"option" => [
|
||||
"read" =>"Può leggere l\'indirizzo? ",
|
||||
"write" =>"Può creare / modificare l\'indirizzo? ",
|
||||
"delete" =>"Può cancellare l\'indirizzo?",
|
||||
"read" =>"Sai leggere l\'indirizzo? ",
|
||||
"write" =>"È possibile creare / modificare l\'indirizzo? ",
|
||||
"delete" =>"È possibile eliminare l\'indirizzo?",
|
||||
|
||||
],
|
||||
|
||||
|
||||
@ -3,5 +3,5 @@
|
||||
return[
|
||||
"new_profile" =>"Nieuw profiel",
|
||||
"new_adress" =>"Nieuw adres",
|
||||
"show" =>"Toon adres"
|
||||
"show" =>"Adres weergeven"
|
||||
];
|
||||
@ -34,7 +34,7 @@
|
||||
|
||||
],
|
||||
"enabled" => [
|
||||
"name" =>"User Enable",
|
||||
"name" =>"Gebruiker inschakelen",
|
||||
|
||||
],
|
||||
"country" => [
|
||||
@ -58,7 +58,7 @@
|
||||
|
||||
],
|
||||
"gsm_phone" => [
|
||||
"name" =>"GSM-telefoonnummer",
|
||||
"name" =>"GSM telefoonnummer",
|
||||
|
||||
],
|
||||
"land_phone" => [
|
||||
@ -66,11 +66,11 @@
|
||||
|
||||
],
|
||||
"office_phone" => [
|
||||
"name" =>"Telefoonnummer kantoor",
|
||||
"name" =>"Telefoonnummer van kantoor",
|
||||
|
||||
],
|
||||
"register_type" => [
|
||||
"name" =>"Registreer Type",
|
||||
"name" =>"Type register",
|
||||
|
||||
],
|
||||
"identification_number" => [
|
||||
@ -94,7 +94,7 @@
|
||||
|
||||
],
|
||||
"adress_content" => [
|
||||
"name" =>"Adress Content",
|
||||
"name" =>"Adres Inhoud",
|
||||
|
||||
],
|
||||
"adress_post_code" => [
|
||||
@ -102,7 +102,7 @@
|
||||
|
||||
],
|
||||
"adress_gsm_phone" => [
|
||||
"name" =>"Gsm Telefoon",
|
||||
"name" =>"GSM-telefoon",
|
||||
|
||||
],
|
||||
"adress_land_phone" => [
|
||||
@ -194,7 +194,7 @@
|
||||
|
||||
],
|
||||
"menu_last_msg" => [
|
||||
"name" =>"Je hebt voor het laatst ingelogd op",
|
||||
"name" =>"U bent voor het laatst ingelogd om",
|
||||
|
||||
],
|
||||
"menu_packages" => [
|
||||
@ -218,7 +218,7 @@
|
||||
|
||||
],
|
||||
"adv_listing_banner" => [
|
||||
"name" =>"Advertentiepagina Advertentie Banner",
|
||||
"name" =>"Advertentiepagina-banner",
|
||||
|
||||
],
|
||||
"approve" => [
|
||||
@ -250,7 +250,7 @@
|
||||
|
||||
],
|
||||
"menu_my_sales" => [
|
||||
"name" =>"Mijn verkopen",
|
||||
"name" =>"Mijn verkoop",
|
||||
|
||||
],
|
||||
"right_secure_trading_subject" => [
|
||||
@ -259,7 +259,7 @@
|
||||
],
|
||||
"right_secure_trading_msg" => [
|
||||
"name" =>"Lorem ipsum dolor sit amet,
|
||||
consectetur adipiserende elit",
|
||||
consectetur verleidelijke elit",
|
||||
|
||||
],
|
||||
"right_support_subject" => [
|
||||
@ -268,16 +268,16 @@
|
||||
],
|
||||
"right_support_msg" => [
|
||||
"name" =>"Lorem ipsum dolor sit amet,
|
||||
consectetur adipiserende elit",
|
||||
consectetur verleidelijke elit",
|
||||
|
||||
],
|
||||
"right_easy_trading_subject" => [
|
||||
"name" =>"Eenvoudig handelen",
|
||||
"name" =>"Makkelijk handelen",
|
||||
|
||||
],
|
||||
"right_easy_trading_msg" => [
|
||||
"name" =>"Lorem ipsum dolor sit amet,
|
||||
consectetur adipiserende elit",
|
||||
consectetur verleidelijke elit",
|
||||
|
||||
],
|
||||
"right_need_help_subject" => [
|
||||
@ -285,26 +285,26 @@
|
||||
|
||||
],
|
||||
"right_need_help_msg" => [
|
||||
"name" =>"Bel een oproep",
|
||||
"name" =>"Bellen",
|
||||
|
||||
],
|
||||
"disable_account" => [
|
||||
"name" =>"Schakel account uit",
|
||||
"name" =>"Account uitschakelen",
|
||||
|
||||
],
|
||||
"disable_account_msg" => [
|
||||
"name" =>"Uw account zal worden uitgeschakeld. Deze bewerking kan niet ongedaan worden gemaakt",
|
||||
"name" =>"Uw account wordt uitgeschakeld. Deze bewerking kan niet ongedaan worden gemaakt",
|
||||
|
||||
],
|
||||
"message_title" =>"Berichttitel",
|
||||
"message_title" =>"Titel van het bericht",
|
||||
"owner_name" =>"Bericht",
|
||||
"favorites" =>"favorieten",
|
||||
"fav_advs" =>"Favoriete advertenties",
|
||||
"fav_sellers" =>"Favoriete verkopers",
|
||||
"fav_searches" =>"Fav-zoekopdrachten",
|
||||
"fav_sellers" =>"Fav verkopers",
|
||||
"fav_searches" =>"Fav zoekopdrachten",
|
||||
"posted_on" =>"Geplaatst op",
|
||||
"message_details" =>"berichtdetails",
|
||||
"adv_no" =>"Ad nr",
|
||||
"adv_no" =>"Advertentie nr",
|
||||
"bill_address" => [
|
||||
"name" =>"Factuuradres",
|
||||
|
||||
@ -374,7 +374,7 @@
|
||||
|
||||
],
|
||||
"awaiting_payment_approval" => [
|
||||
"name" =>"In afwachting van goedkeuring van betaling",
|
||||
"name" =>"In afwachting van betalingsgoedkeuring",
|
||||
|
||||
],
|
||||
"paid" => [
|
||||
@ -414,11 +414,11 @@
|
||||
|
||||
],
|
||||
"show_order_msg1" => [
|
||||
"name" =>"Het resultaat van de transactie wordt per e-mail gemeld.",
|
||||
"name" =>"Het transactieresultaat zal per e-mail worden gemeld.",
|
||||
|
||||
],
|
||||
"show_order_msg2" => [
|
||||
"name" =>"Restitutie wordt gegeven als het product niet binnen een week wordt afgeleverd.",
|
||||
"name" =>"Restitutie vindt plaats als het product niet binnen een week wordt geleverd.",
|
||||
|
||||
],
|
||||
"show_order_msg3" => [
|
||||
@ -430,7 +430,7 @@
|
||||
|
||||
],
|
||||
"please_entered_tracking_number" => [
|
||||
"name" =>"Voer alstublieft volgnummer in",
|
||||
"name" =>"Voer het trackingnummer in",
|
||||
|
||||
],
|
||||
"transport_days" => [
|
||||
@ -446,7 +446,7 @@
|
||||
|
||||
],
|
||||
"cancel_sale" => [
|
||||
"name" =>"Annuleer verkoop",
|
||||
"name" =>"Verkoop annuleren",
|
||||
|
||||
],
|
||||
"send_again" => [
|
||||
@ -458,7 +458,7 @@
|
||||
|
||||
],
|
||||
"preferences_settings" => [
|
||||
"name" =>"Voorkeuren Instellingen",
|
||||
"name" =>"Voorkeuren instellingen",
|
||||
|
||||
],
|
||||
"corporate_settings" => [
|
||||
@ -482,11 +482,11 @@
|
||||
|
||||
],
|
||||
"create_address" => [
|
||||
"name" =>"Maak een adres aan",
|
||||
"name" =>"Adres maken",
|
||||
|
||||
],
|
||||
"balance_limit" => [
|
||||
"name" =>"Balance Limit",
|
||||
"name" =>"Balanslimiet",
|
||||
|
||||
],
|
||||
"active_ads" => [
|
||||
|
||||
@ -1,24 +1,22 @@
|
||||
<?php
|
||||
|
||||
return[
|
||||
"email" =>"E-mailveld is vereist!",
|
||||
"username" =>"Gebruikersnaamveld is vereist!",
|
||||
"success_update" =>"Profiel update succesvol!",
|
||||
"email" =>"E-mailveld is verplicht!",
|
||||
"username" =>"Gebruikersnaamveld is verplicht!",
|
||||
"success_update" =>"Profielupdate succesvol!",
|
||||
"adress_success_update" =>"Adres update succesvol!",
|
||||
"adress_success_create" =>"Adres Creëer succesvol!",
|
||||
"adress_success_create" =>"Adres succesvol aangemaakt!",
|
||||
"login_error" =>"Verkeerde gebruikersnaam of wachtwoord.",
|
||||
"login_noMail_old_user" =>"Het e-mailadres dat je hebt ingevoerd,
|
||||
is niet gevonden.",
|
||||
"login_noMail_old_user" =>"Het e-mailadres dat u heeft ingevoerd kon niet worden gevonden.",
|
||||
"login_noMail_old_user2" =>"Controleer het e-mailadres en probeer het opnieuw.",
|
||||
"login_noMail_old_user3" =>"Als het probleem aanhoudt,
|
||||
neem dan contact op met \'info@celep.com\'.",
|
||||
"login_info_old_user" =>"Een nieuw wachtwoord is verzonden naar uw e-mailadres.",
|
||||
"login_noMail_old_user3" =>"Neem contact op met \'info@openclassify.com\' als het probleem zich blijft voordoen.",
|
||||
"login_info_old_user" =>"Er is een nieuw wachtwoord naar uw e-mailadres verzonden.",
|
||||
"success" =>"Succes",
|
||||
"notified_new_updates" =>"Ik wil op de hoogte worden gehouden van nieuwe updates",
|
||||
"notified_about_ads" =>"Meldingen over mijn advertenties toestaan",
|
||||
"receive_messages_email" =>"Ik wil berichten ontvangen als e-mail",
|
||||
"receive_messages_email" =>"Ik wil berichten als e-mail ontvangen",
|
||||
"no_packages_module" =>"Geen pakkettenmodule!",
|
||||
"required_add" =>"Vul alle vereiste regels in.",
|
||||
"required_add" =>"Vul alle verplichte regels in.",
|
||||
"no_extend_package" =>"Geen advertentiepakketten uitbreiden",
|
||||
"saved" =>"Gered!"
|
||||
];
|
||||
@ -4,7 +4,7 @@
|
||||
"profile" => [
|
||||
"name" =>"Profiel",
|
||||
"option" => [
|
||||
"read" =>"Kan het profiel lezen? ",
|
||||
"read" =>"Kan profiel lezen? ",
|
||||
"write" =>"Kan profiel maken / bewerken? ",
|
||||
"delete" =>"Kan profiel verwijderen?"
|
||||
],
|
||||
@ -13,9 +13,9 @@
|
||||
"adress" => [
|
||||
"name" =>"Een jurk",
|
||||
"option" => [
|
||||
"read" =>"Kan het adres lezen? ",
|
||||
"write" =>"Kan adres aanmaken / bewerken? ",
|
||||
"delete" =>"Kan adres verwijderen?",
|
||||
"read" =>"Kan adres lezen? ",
|
||||
"write" =>"Kan adres worden gemaakt / bewerkt? ",
|
||||
"delete" =>"Kan adres worden verwijderd?",
|
||||
|
||||
],
|
||||
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
"login_noMail_old_user2" =>"Por favor,
|
||||
verifique o endereço de e-mail e tente novamente.",
|
||||
"login_noMail_old_user3" =>"Se o problema persistir,
|
||||
entre em contato com “info@celep.com”.",
|
||||
entre em contato pelo e-mail \'info@openclassify.com\'.",
|
||||
"login_info_old_user" =>"Uma nova senha foi enviada para o seu endereço de e-mail.",
|
||||
"success" =>"Sucesso",
|
||||
"notified_new_updates" =>"Quero ser notificado de novas atualizações",
|
||||
|
||||
@ -11,7 +11,7 @@
|
||||
"login_noMail_old_user2" =>"Пожалуйста,
|
||||
проверьте адрес электронной почты и попробуйте снова.",
|
||||
"login_noMail_old_user3" =>"Если проблема не устранена,
|
||||
свяжитесь с нами по адресу info@celep.com.",
|
||||
свяжитесь с нами по адресу info@openclassify.com.",
|
||||
"login_info_old_user" =>"Новый пароль был отправлен на ваш адрес электронной почты.",
|
||||
"success" =>"успех",
|
||||
"notified_new_updates" =>"Я хочу получать уведомления о новых обновлениях",
|
||||
|
||||
@ -6,11 +6,11 @@
|
||||
"success_update" =>"Profil Güncellemesi Başarıyla!",
|
||||
"adress_success_update" =>"Adres Güncelleme Başarıyla!",
|
||||
"adress_success_create" =>"Adres Başarıyla Oluşturuldu!",
|
||||
"login_error" =>"Yanlış giriş veya şifre",
|
||||
"login_error" =>"Yanlış giriş veya şifre.",
|
||||
"login_noMail_old_user" =>"Girdiğiniz e-posta adresi bulunamadı.",
|
||||
"login_noMail_old_user2" =>"Lütfen e-posta adresini kontrol edip tekrar deneyin.",
|
||||
"login_noMail_old_user3" =>"Sorun devam ederse,
|
||||
lütfen “info@celep.com” adresinden iletişime geçin.",
|
||||
lütfen \'info@openclassify.com\' adresinden iletişim kurun.",
|
||||
"login_info_old_user" =>"E-posta adresinize yeni bir şifre gönderildi.",
|
||||
"success" =>"başarı",
|
||||
"notified_new_updates" =>"Yeni güncellemelerden haberdar olmak istiyorum",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user