-
-
Notifications
You must be signed in to change notification settings - Fork 767
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1643 from suraj-webkul/missing-translation
Missing translation.
- Loading branch information
Showing
21 changed files
with
163 additions
and
268 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
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' => 'شماره تلفن نامعتبر است', | ||
], | ||
]; |
Oops, something went wrong.