forked from krayin/laravel-crm
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e1ec37c
commit 34de7a8
Showing
12 changed files
with
77 additions
and
185 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,49 +1,20 @@ | ||
|
||
<?php | ||
|
||
return [ | ||
'title' => 'نماذج الويب', | ||
'title-info' => 'إضافة أو تحرير أو حذف نماذج الويب من CRM', | ||
'create-title' => 'إنشاء نموذج ويب', | ||
'edit-title' => 'تحرير نموذج الويب', | ||
'save-btn-title' => 'حفظ كنموذج ويب', | ||
'back' => 'عودة', | ||
'cancel' => 'يلغي', | ||
'preview' => 'معاينة', | ||
'embed' => 'تضمين', | ||
'public-url' => 'عنوان Url العام', | ||
'code-snippet' => 'مقتطف الرمز', | ||
'title-control' => 'عنوان', | ||
'copy' => 'ينسخ', | ||
'description' => 'وصف', | ||
'submit-button-label' => 'إرسال تسمية الزر', | ||
'submit-success-action' => 'إرسال إجراء ناجح', | ||
'redirect-to-url' => 'إعادة التوجيه إلى عنوان url', | ||
'display-custom-message' => 'عرض رسالة مخصصة', | ||
'enter-url-placeholder' => 'أدخل عنوان url لإعادة التوجيه', | ||
'enter-message-placeholder' => 'أدخل الرسالة المراد عرضها', | ||
'customize-web-form' => 'تخصيص نموذج الويب', | ||
'customize-web-form-info' => 'تخصيص نموذج الويب الخاص بك باستخدام ألوان العناصر التي تختارها.', | ||
'background-color' => 'لون الخلفية', | ||
'form-background-color' => 'لون خلفية النموذج', | ||
'form-title-color' => 'لون عنوان النموذج', | ||
'form-submit-button-color' => 'نموذج إرسال لون الزر', | ||
'attribute-label-color' => 'لون تسمية السمة', | ||
'attributes' => 'صفات', | ||
'add-attribute' => 'اضف ميزة', | ||
'attributes-info' => 'أضف سمات مخصصة إلى النموذج.', | ||
'persons' => 'الأشخاص', | ||
'leads' => 'يؤدي', | ||
'create-lead' => 'إنشاء عميل محتمل جديد مع جهة اتصال', | ||
'required' => 'مطلوب', | ||
'placeholder-value' => 'أدخل قيمة العنصر النائب', | ||
'choose-value' => 'اختر القيمة', | ||
'select-file' => 'حدد ملف', | ||
'select-image' => 'اختر صورة', | ||
'enter-value' => 'أدخل القيمة', | ||
'create-success' => 'تم إنشاء نموذج الويب بنجاح.', | ||
'update-success' => 'تم تحديث نموذج الويب بنجاح.', | ||
'delete-success' => 'تم حذف نموذج الويب بنجاح.', | ||
'delete-failed' => 'لا يمكن حذف نموذج الويب .', | ||
'submit_button_label' => 'إرسال تسمية الزر', | ||
'acl' => [ | ||
'title' => 'نماذج الويب', | ||
'view' => 'عرض', | ||
'create' => 'إنشاء', | ||
'edit' => 'تحرير', | ||
'delete' => 'حذف', | ||
], | ||
|
||
'menu' => [ | ||
'title' => 'نماذج الويب', | ||
'title-info' => 'إضافة، تحرير أو حذف نماذج الويب من CRM', | ||
], | ||
|
||
'validations' => [ | ||
'invalid-phone-number' => 'رقم الهاتف غير صالح', | ||
], | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,49 +1,20 @@ | ||
|
||
<?php | ||
|
||
return [ | ||
'title' => 'Formularios Web', | ||
'title-info' => 'Agrega, edita o elimina formularios web desde el CRM', | ||
'create-title' => 'Crear Formulario Web', | ||
'edit-title' => 'Editar Formulario Web', | ||
'save-btn-title' => 'Guardar como Formulario Web', | ||
'back' => 'Atrás', | ||
'cancel' => 'Cancelar', | ||
'preview' => 'Vista Previa', | ||
'embed' => 'Incrustado', | ||
'public-url' => 'Url Publica', | ||
'code-snippet' => 'Fragmento de Código', | ||
'copy' => 'Copiar', | ||
'title-control' => 'Titulo', | ||
'description' => 'Descripción', | ||
'submit-button-label' => 'Etiqueta Botón Enviar', | ||
'submit-success-action' => 'Acción Botón Enviar', | ||
'redirect-to-url' => 'Redirigir a una url', | ||
'display-custom-message' => 'Desplegar mensaje personalizado', | ||
'enter-url-placeholder' => 'Ingrese la url para redirigir', | ||
'enter-message-placeholder' => 'Ingrese mensaje a desplegar', | ||
'customize-web-form' => 'Personalizar Formulario Web', | ||
'customize-web-form-info' => 'Personalizar su formulario web con colores de elementos de su elección.', | ||
'background-color' => 'Color de Fondo', | ||
'form-background-color' => 'Color de Fondo del Formulario', | ||
'form-title-color' => 'Color de Titulo de Formulario', | ||
'form-submit-button-color' => 'Color Botón de Enviar del Formulario', | ||
'attribute-label-color' => 'Color de Etiqueta de Atributo', | ||
'attributes' => 'Atributos', | ||
'add-attribute' => 'Agregar Atributo', | ||
'attributes-info' => 'Agregar atributos personalizados al formulario.', | ||
'persons' => 'Personas', | ||
'leads' => 'Oportunidades', | ||
'create-lead' => 'Crear nueva oportunidad con contacto', | ||
'required' => 'Requerido', | ||
'placeholder-value' => 'Ingrese valor del marcador', | ||
'choose-value' => 'Seleccionar Valor', | ||
'select-file' => 'Seleccionar Archivo', | ||
'select-image' => 'Seleccionar Imagen', | ||
'enter-value' => 'Ingrese Valor', | ||
'create-success' => 'Formulario Web creado con éxito.', | ||
'update-success' => 'Formulario Web actualizado con éxito.', | ||
'delete-success' => 'Formulario Web eliminado con éxito.', | ||
'delete-failed' => 'Formulario Web no pudo ser eliminado.', | ||
'submit_button_label' => 'Etiqueta Botón Enviar', | ||
'acl' => [ | ||
'title' => 'Formularios Web', | ||
'view' => 'Ver', | ||
'create' => 'Crear', | ||
'edit' => 'Editar', | ||
'delete' => 'Eliminar', | ||
], | ||
|
||
'menu' => [ | ||
'title' => 'Formularios Web', | ||
'title-info' => 'Agregar, editar o eliminar formularios web desde CRM', | ||
], | ||
|
||
'validations' => [ | ||
'invalid-phone-number' => 'Número de teléfono no válido', | ||
], | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,49 +1,20 @@ | ||
|
||
<?php | ||
|
||
return [ | ||
'title' => 'وبفرمها', | ||
'title-info' => 'افزودن، ویرایش و یا حذف وبفرمها از CRM', | ||
'create-title' => 'ایجاد وبفرم', | ||
'edit-title' => 'ویرایش وبفرم', | ||
'save-btn-title' => 'ذخیره به عنوان وبفرم', | ||
'back' => 'بازگشت', | ||
'cancel' => 'لغو', | ||
'preview' => 'پیش نمایش', | ||
'embed' => 'جاسازی', | ||
'public-url' => 'Url عمومی', | ||
'code-snippet' => 'تکه کد', | ||
'copy' => 'کپی', | ||
'title-control' => 'عنوان', | ||
'description' => 'توضیحات', | ||
'submit-button-label' => 'ارسال رنگ لیبل', | ||
'submit-success-action' => 'ارسال اقدام موفق', | ||
'redirect-to-url' => 'ریدایرکت به یک url', | ||
'display-custom-message' => 'نمایش پیام سفارشی', | ||
'enter-url-placeholder' => 'برای ریدایرکت url را وارد کنید', | ||
'enter-message-placeholder' => 'پیام را برای نمایش وارد کنید', | ||
'customize-web-form' => 'سفارشی سازی وبفرم', | ||
'customize-web-form-info' => 'با انتخاب رنگهای دلخواهتان برای عناصر، وبفرم را سفارشی سازید.', | ||
'background-color' => 'رنگ پس زمینه', | ||
'form-background-color' => 'رنگ پس زمینه فرم', | ||
'form-title-color' => 'رنگ عنوان فرم', | ||
'form-submit-button-color' => 'رنگ دکمه ارسال فرم', | ||
'attribute-label-color' => 'رنگ لیبل ویژگی', | ||
'attributes' => 'ویژگیها', | ||
'add-attribute' => 'افزودن ویژگی', | ||
'attributes-info' => 'افزودن ویژگی سفارشی به فرم.', | ||
'persons' => 'اشخاص', | ||
'leads' => 'سرنخ ها', | ||
'create-lead' => 'ایجاد سرنخ جدید با مخاطب', | ||
'required' => 'اجباری', | ||
'placeholder-value' => 'مقدار متن جایگزین را وارد کنید', | ||
'choose-value' => 'مقدار را انتخاب کنید', | ||
'select-file' => 'فایل را انتخاب کنید', | ||
'select-image' => 'تصویر را انتخاب کنید', | ||
'enter-value' => 'مقدار را وارد کنید', | ||
'create-success' => 'وبفرم با موفقیت ایجاد شد.', | ||
'update-success' => 'وبفرم با موفقیت بروزرسانی شد.', | ||
'delete-success' => 'وبفرم با موفقیت حذف شد.', | ||
'delete-failed' => 'وبفرم نمیتواند حذف شود.', | ||
'submit_button_label' => 'لیبل دکمه ارسال', | ||
'acl' => [ | ||
'title' => 'فرمهای وب', | ||
'view' => 'مشاهده', | ||
'create' => 'ایجاد', | ||
'edit' => 'ویرایش', | ||
'delete' => 'حذف', | ||
], | ||
|
||
'menu' => [ | ||
'title' => 'فرمهای وب', | ||
'title-info' => 'افزودن، ویرایش یا حذف فرمهای وب از CRM', | ||
], | ||
|
||
'validations' => [ | ||
'invalid-phone-number' => 'شماره تلفن نامعتبر است', | ||
], | ||
]; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,49 +1,20 @@ | ||
|
||
<?php | ||
|
||
return [ | ||
'title' => 'Web Formları', | ||
'title-info' => "CRM'den web formları ekleyin, düzenleyin veya silin", | ||
'create-title' => 'Web Formu Oluştur', | ||
'edit-title' => 'Web Formunu Düzenle', | ||
'save-btn-title' => 'Web Formu Olarak Kaydet', | ||
'back' => 'Geri', | ||
'cancel' => 'İptal etmek', | ||
'preview' => 'Ön izleme', | ||
'embed' => 'Göm', | ||
'public-url' => 'Genel URL', | ||
'code-snippet' => 'Kod Parçacığı', | ||
'title-control' => 'Başlık', | ||
'copy' => 'kopyalamak', | ||
'description' => 'Açıklama', | ||
'submit-button-label' => 'Düğme Etiketini Gönder', | ||
'submit-success-action' => 'Başarılı İşlemi Gönder', | ||
'redirect-to-url' => "Bir url'ye yönlendir", | ||
'display-custom-message' => 'Özel mesajı görüntüle', | ||
'enter-url-placeholder' => 'Yönlendirmek için url girin', | ||
'enter-message-placeholder' => 'Görüntülenecek mesajı girin', | ||
'customize-web-form' => 'Web Formunu Özelleştir', | ||
'customize-web-form-info' => 'Web formunuzu seçtiğiniz öğe renkleriyle özelleştirin.', | ||
'background-color' => 'Arka plan rengi', | ||
'form-background-color' => 'Form Arka Plan Rengi', | ||
'form-title-color' => 'Form Başlığı Rengi', | ||
'form-submit-button-color' => 'Form Gönder Düğmesi Rengi', | ||
'attribute-label-color' => 'Özellik Etiketi Rengi', | ||
'attributes' => 'Öznitellikler', | ||
'add-attribute' => 'Özellik Ekle', | ||
'attributes-info' => 'Forma özel nitelikler ekleyin.', | ||
'persons' => 'Kişiler', | ||
'leads' => 'müşteri adayları', | ||
'create-lead' => 'Kişi ile yeni müşteri adayı oluştur', | ||
'required' => 'Gerekli', | ||
'placeholder-value' => 'Yer tutucu değeri girin', | ||
'choose-value' => 'Değer Seç', | ||
'select-file' => 'Dosya Seç', | ||
'select-image' => 'Fotoğraf seç', | ||
'enter-value' => 'Değer Girin', | ||
'create-success' => 'Web Formu başarıyla oluşturuldu.', | ||
'update-success' => 'Web Formu başarıyla güncellendi.', | ||
'delete-success' => 'Web Formu başarıyla silindi.', | ||
'delete-failed' => 'Web Formu silinemez', | ||
'submit_button_label' => 'Düğme Etiketini Gönder', | ||
'acl' => [ | ||
'title' => 'Web Formları', | ||
'view' => 'Görüntüle', | ||
'create' => 'Oluştur', | ||
'edit' => 'Düzenle', | ||
'delete' => 'Sil', | ||
], | ||
|
||
'menu' => [ | ||
'title' => 'Web Formları', | ||
'title-info' => 'CRM’den web formları ekleyin, düzenleyin veya silin', | ||
], | ||
|
||
'validations' => [ | ||
'invalid-phone-number' => 'Geçersiz telefon numarası', | ||
], | ||
]; |