-
-
Notifications
You must be signed in to change notification settings - Fork 810
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'upstream/master' into fix-1220
- Loading branch information
Showing
20 changed files
with
3,923 additions
and
1,387 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,88 @@ | ||
<?php | ||
|
||
return [ | ||
'errors' => [ | ||
'no-records' => '¡No se han encontrado registros!', | ||
'something-went-wrong' => '¡Algo salio mal!', | ||
], | ||
|
||
'datagrid' => [ | ||
'title' => 'Grilla de Datos', | ||
'actions' => 'Acciones', | ||
'edit' => 'Editar', | ||
'view' => 'Ver', | ||
'delete' => 'Borrar', | ||
'print' => 'Imprimir', | ||
'id' => 'Columnas Indices solo pueden tener valor mayor que cero', | ||
'cancel' => 'Cancelar', | ||
'download' => 'Descargar', | ||
'export' => 'Exportar', | ||
'select-format' => 'Seleccionar Formato', | ||
|
||
'massaction' => [ | ||
'select_action' => 'Seleccionar Acción', | ||
'mass-delete-confirm' => '¿Realmente desea eliminar los elementos tipo :resource seleccionados?', | ||
'mass-update-status' => '¿Realmente desea actualizar el estado de los elementos tipo :resource seleccionados?', | ||
'delete' => '¿Realmente desea realizar esta acción?', | ||
'edit' => '¿Realmente desea editar este elemento tipo :resource?', | ||
], | ||
|
||
'zero-index' => 'Index columns can have values greater than zero only', | ||
'no-records' => 'No se encontraron registros', | ||
'filter-fields-missing' => 'Alguno de los campos requeridos es nulo, por favor establezca la columna, condición y valor apropiado', | ||
'click_on_action' => '¿Realmente desea realizar esta acción?', | ||
'search' => 'Buscar aquí...', | ||
'column' => 'Seleccionar Columna', | ||
'condition' => 'Seleccionar Condición', | ||
'contains' => 'Contiene', | ||
'ncontains' => 'No contiene', | ||
'equals' => 'Es igual a', | ||
'nequals' => 'No es igual a', | ||
'greater' => 'Mayor que', | ||
'less' => 'Menos que', | ||
'greatere' => 'Mayor o igual a', | ||
'lesse' => 'Menos or igual a', | ||
'value' => 'Seleccionar Valor', | ||
'true' => 'Verdadero / Activo', | ||
'update-status' => 'Actualizar Estado', | ||
'false' => 'Falso / Inactivo', | ||
'between' => 'Es entre', | ||
'apply' => 'Aplicar', | ||
'items-per-page' => 'Elementos por Pagina', | ||
'value-here' => 'Valor aquí', | ||
'numeric-value-here' => 'Valor Numérico aquí', | ||
'submit' => 'Enviar', | ||
"mandatory_mass_action" => "Por favor seleccione la acción a realizar.", | ||
'multiple_sort_keys' => '¡Error Fatal! Multiples Claves de Orden encontradas, Por favor resuelva la URL manualmente', | ||
'multiple_search_keys' => 'Multiples Claves de Búsqueda encontradas, Por favor resuelva la URL manualmente', | ||
'is-done' => 'Ha Terminado', | ||
'filter' => [ | ||
'remove_all' => 'Quitar Todos', | ||
'title' => 'Filtrar', | ||
'apply_title' => 'Aplicar Filtro', | ||
'custom_filter' => 'Filtro Personalizado', | ||
'done' => 'Terminado', | ||
'to' => 'A', | ||
'date_range' => 'Rango de fecha', | ||
'start_date' => 'Fecha Inicio', | ||
'end_date' => 'Fecha Final', | ||
'today' => 'Hoy', | ||
'yesterday' => 'Ayer', | ||
'this_month' => 'Este Mes', | ||
'this_year' => 'Este Año', | ||
'last_month' => 'Mes Pasado', | ||
'apply' => 'Aplicar', | ||
'cancel' => 'Cancelar', | ||
'perPage' => 'Por Pagina', | ||
'is_done' => 'Ha Terminado', | ||
'created_by_id' => 'Creado por Id', | ||
'schedule_from' => 'Programar desde', | ||
'schedule_to' => 'Programar hasta', | ||
'created_at' => 'Creado en', | ||
'scheduled' => 'Programado', | ||
'duration' => 'Duración', | ||
], | ||
], | ||
|
||
'add-attachment' => 'Agregar Adjunto', | ||
]; |
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 |
---|---|---|
@@ -0,0 +1,88 @@ | ||
<?php | ||
|
||
return [ | ||
'errors' => [ | ||
'no-records' => 'هیچ رکوردی یافت نشد!', | ||
'something-went-wrong' => 'مشکلی پیش آمده!', | ||
], | ||
|
||
'datagrid' => [ | ||
'title' => 'دیتاگرید', | ||
'actions' => 'عملیات', | ||
'edit' => 'ویرایش', | ||
'view' => 'نمایش', | ||
'delete' => 'حذف', | ||
'print' => 'پرینت', | ||
'id' => 'ستونهای ایندکس فقط دارای مقدار بیشتر از صفر هستند', | ||
'cancel' => 'لغو', | ||
'download' => 'دانلود', | ||
'export' => 'اکسپورت', | ||
'select-format' => 'انتخاب فرمت', | ||
|
||
'massaction' => [ | ||
'select_action' => 'انتخاب عملیات', | ||
'mass-delete-confirm' => 'آیا از حذف این :resource انتخاب شده اطمینان دارید؟', | ||
'mass-update-status' => 'آیا از بروزرسانی وضعیت این :resource انتخاب شده اطمینان دارید؟', | ||
'delete' => 'آیا از حذف این مورد اطمینان دارید؟', | ||
'edit' => 'آیا از ویرایش این :resource اطمینان دارید؟', | ||
], | ||
|
||
'zero-index' => 'ستونهای ایندکس فقط دارای ارزش بیشتر از صفر هستند', | ||
'no-records' => 'هیچ رکوردی یافت نشد', | ||
'filter-fields-missing' => 'برخی از فیلدهای اجباری خالی است، لطفاً ستون، شرایط و مقدار را به درستی بررسی کنید', | ||
'click_on_action' => 'آیا از اجرای این عملیات اطمینان دارید؟', | ||
'search' => 'اینجا جستجو کنید...', | ||
'column' => 'انتخاب ستونها', | ||
'condition' => 'انتخاب شرطها', | ||
'contains' => 'شامل', | ||
'ncontains' => 'شامل نیست', | ||
'equals' => 'معادل است با', | ||
'nequals' => 'معادل نیست با', | ||
'greater' => 'بزرگتر از', | ||
'less' => 'کوچکتر از', | ||
'greatere' => 'بزرگتر مساوی', | ||
'lesse' => 'کوچکتر مساوی', | ||
'value' => 'انتخاب مقدار', | ||
'true' => 'صحیح / فعال', | ||
'update-status' => 'برورسانی وضعیت', | ||
'false' => 'غیرصحیح / غیرفعال', | ||
'between' => 'بین', | ||
'apply' => 'اعمال', | ||
'items-per-page' => 'تعداد آیتم در هر صفحه', | ||
'value-here' => 'مقدار در اینجا', | ||
'numeric-value-here' => 'مقدار عددی در اینجا', | ||
'submit' => 'ارسال', | ||
"mandatory_mass_action" => "لطفا یک عملیات را انتخاب کنید.", | ||
'multiple_sort_keys' => 'خطای مرگبار! کلیدهای مرتب سازی چندگانه یافت شد، لطفاً URL را به صورت دستی حل کنید', | ||
'multiple_search_keys' => 'چندین کلید جستجو یافت شد، لطفا این مشکل را به صورت دستی حل کنید', | ||
'is-done' => 'انجام شده', | ||
'filter' => [ | ||
'remove_all' => 'حذف همه', | ||
'title' => 'فیلتر', | ||
'apply_title' => 'اعمال فیلتر', | ||
'custom_filter' => 'فیلتر سفارشی', | ||
'done' => 'انجام شده', | ||
'to' => 'از', | ||
'date_range' => 'محدوده زمانی', | ||
'start_date' => 'تاریخ شروع', | ||
'end_date' => 'تاریخ پایان', | ||
'today' => 'امروز', | ||
'yesterday' => 'دیروز', | ||
'this_month' => 'ماه جاری', | ||
'this_year' => 'سال جاری', | ||
'last_month' => 'آخرین ماه', | ||
'apply' => 'اعمال', | ||
'cancel' => 'لغو', | ||
'perPage' => 'در صفحه', | ||
'is_done' => 'انجام شده', | ||
'created_by_id' => 'ایجاد شده توسط', | ||
'schedule_from' => 'زمانبندی از', | ||
'schedule_to' => 'زمانبندی تا', | ||
'created_at' => 'ایجاد شده در', | ||
'scheduled' => 'زمانبندی شده', | ||
'duration' => 'مدت زمان', | ||
], | ||
], | ||
|
||
'add-attachment' => 'افزودن ضمیمه', | ||
]; |
Oops, something went wrong.