[WIP] Refactor project

This commit is contained in:
Ludovic CANDELLIER
2021-05-21 00:21:05 +02:00
parent f4ab8e71a8
commit 64abc46d99
347 changed files with 14104 additions and 1608 deletions

View File

@@ -0,0 +1,41 @@
<?php
return [
'fields' => [
'last_name' => 'Last name',
'first_name' => 'First name',
'email' => 'E-mail',
'password' => 'Password',
'password_confirm' => 'Password confirmation',
],
'password' => [
'title' => 'Forgotten password',
'intro' => 'Enter the following field to reset your password',
'submit' => 'Send reset link',
'login_link' => 'Sign in with an existing user',
],
'password_reset' => [
'title' => 'Password reset',
'intro' => 'Enter the following fields to reset your password',
'submit' => 'Reset',
],
'register' => [
'title' => 'Register a new user',
'intro' => 'Enter the following fields to create a new user',
'register_button' => 'Register',
'login_link' => 'Sign in with an existing user',
],
'login' => [
'title' => 'Login',
'intro' => 'Sign in to start your session',
'rememberme' => 'Remember me',
'signin' => 'Sign in',
'forgotpassword' => 'I forgot my password',
'register' => 'Register a new user',
],
'firstlogin' => [
'title' => 'First login',
'intro' => 'This is your first login, please enter a password to activate your account.',
'button' => 'Login',
],
];

View File

@@ -0,0 +1,13 @@
<?php
return [
'delete' => 'Avatar has been deleted',
'gravatar' => [
'success' => 'Avatar has been successfully imported',
'error' => 'No avatar has been found for this user',
],
'upload' => [
'success' => 'File successfully uploaded',
'error' => 'Upload error',
],
];

View File

@@ -0,0 +1,9 @@
<?php
/**
* @see https://carbon.nesbot.com/docs/#api-localization
*/
return [
'Ymd' => 'YYYY-MM-DD',
'YmdHis' => 'YYYY-MM-DD HH:mm:ss',
'lFdY' => 'dddd, MMMM Do YYYY',
];

View File

@@ -0,0 +1,9 @@
<?php
return [
'applyLabel' => 'Apply',
'cancelLabel' => 'Cancel',
'fromLabel' => 'From',
'toLabel' => 'To',
'customRangeLabel' => 'Custom',
];

View File

@@ -0,0 +1,13 @@
<?php
return [
'backlink' => 'Go back to the previous page',
'403' => [
'title' => 'Error 403',
'message' => 'You are not allowed to access to this page.',
],
'404' => [
'title' => 'Error 404',
'message' => 'Page or document not found.',
],
];

View File

@@ -0,0 +1,15 @@
<?php
return [
'direction' => 'ltr',
'mainmenu' => 'Main menu',
'online' => 'Online',
'logout' => 'Logout',
'home' => 'Home',
'dashboard' => 'Dashboard',
'access' => 'Users',
'role_management' => 'Roles',
'user_management' => 'User management',
'logoutconfirm' => 'Are you sure you want to logout ?',
'rightsres' => 'All rights reserved.',
];

View File

@@ -0,0 +1,37 @@
<?php
return [
'vendor' => 'Log viewer by <a href="https://github.com/ARCANEDEV/LogViewer">Arcanedev</a>',
'menu' => [
'category' => 'Logs',
'stats' => 'Statistics',
'reports' => 'Reports',
],
'stats' => [
'entries' => ':count entries - :percent %',
],
'list' => [
'title' => 'Logs list',
'actions' => 'Actions',
'deletequestion' => 'Are you sure you want to delete this log file ?',
],
'show' => [
'title' => ':date report',
'file' => ':date log',
'backtolist' => 'List of logs',
'download' => 'Download',
'delete' => 'Delete log file',
'levels' => 'Levels',
'loginfo' => 'Log info',
'filepath' => 'File path',
'logentries' => 'Log entries',
'size' => 'Size',
'createdat' => 'Created at',
'updatedat' => 'Updated at',
'page' => 'Page :current of :last',
'env' => 'Env',
'level' => 'Level',
'time' => 'Time',
'header' => 'Header',
],
];

View File

@@ -0,0 +1,21 @@
<?php
return [
'hello' => 'Hello,',
'greeting' => 'Hello :firstname,',
'salutation' => 'Regards,<br>:name',
'subcopy' => 'If youre having trouble clicking the ":actionText" button, copy and paste the URL below into your web browser: [:actionUrl](:actionUrl)',
'copyright' => '&copy; :date :name. All rights reserved.',
'newuser' => [
'subject' => 'Your account has been created on :name',
'intro' => 'Your receive this e-mail because an account has been created for you on :name.',
'button' => 'Sign in',
'outro' => 'On your first login you will be invited to set your password',
],
'resetpassword' => [
'subject' => 'Password reset request',
'intro' => 'You are receiving this email because we received a password reset request for your account.',
'button' => 'Reset password',
'outro' => 'If you did not request a password reset, no further action is required.',
],
];

View File

@@ -0,0 +1,24 @@
<?php
return [
'categories' => [
'default' => 'Back Office',
'users' => 'Users',
],
'backend_access' => [
'display_name' => 'Access to the back office',
'description' => 'User can access to the administration panel',
],
'users_crud' => [
'display_name' => 'User management',
'description' => 'User can create, delete or modify the users',
],
'roles_crud' => [
'display_name' => 'Role and permissions management',
'description' => 'User can edit and define permissions for a role',
],
'logs' => [
'display_name' => 'Viewing logs',
'description' => 'User can view application logs',
],
];

View File

@@ -0,0 +1,33 @@
<?php
return [
'title' => 'Role management',
'role' => 'Role',
'parameters' => 'Parameters',
'label' => 'Label',
'description' => 'Description',
'permissions' => 'Permissions',
'savebutton' => 'Save',
'successadd' => 'The role has been correctly added',
'successmod' => 'The role has been correctly modified',
'admin' => [
'display_name' => 'Admin',
'description' => 'Admin (all permissions)',
],
'backend_user' => [
'display_name' => 'Backend user',
'description' => 'Users with backend access',
],
'create' => [
'title' => 'Add a role',
],
'edit' => [
'title' => 'Edit a role',
],
'list' => [
'title' => 'Role list',
'nbusers' => 'Nb users',
'confirmdelete' => 'Do you confirm that you want to delete this role ?',
'deletesuccess' => 'The role has been correctly deleted',
],
];

View File

@@ -0,0 +1,47 @@
<?php
return [
'title' => 'Users',
'returntolist' => 'Users list',
'save' => 'Save',
'informations' => 'Informations',
'status' => 'Status',
'active' => 'Enabled',
'inactive' => 'Disabled',
'lastname' => 'Last name',
'firstname' => 'First name',
'email' => 'E-mail',
'roles' => 'Role',
'successadd' => 'The user has been correctly added.',
'successmod' => 'The user has been correctly modified.',
'newpassword' => 'Your password has been saved.',
'create' => [
'title' => 'Add a user',
'help' => 'The user will receive an invitation by e-mail to login in which it will allow him to enter his new password',
],
'edit' => [
'title' => 'Edit a user',
],
'list' => [
'title' => 'User list',
'id' => 'Id',
'state' => 'Status',
'lastname' => 'Last name',
'firstname' => 'First name',
'email' => 'E-mail',
'roles' => 'Role',
'creationdate' => 'Creation date',
'lastconnect' => 'Last log',
'confirmdelete' => 'Do you confirm that you want to delete this user ?',
'deletesuccess' => 'The user has been correctly deleted',
],
'profile' => [
'title' => 'Your profile',
'subscribedsince' => 'Member since :date ( :since )',
'avatar' => 'Profile image',
'delavatar' => 'Remove the profile image',
'confirmdelavatar' => 'Remove the profile image ?',
'successdelavatar' => 'Profile image has been removed',
'successupdate' => 'The profile has been correctly updated',
],
];

View File

@@ -0,0 +1,41 @@
<?php
return [
'fields' => [
'last_name' => 'Nombre',
'first_name' => 'Apellidos',
'email' => 'E-mail',
'password' => 'Contraseña',
'password_confirm' => 'Confirmar contraseña',
],
'password' => [
'title' => 'Recuperación de contraseña',
'intro' => 'Rellena el siguiente dato para reiniciar tu contraseña',
'submit' => 'Reiniciar contraseña',
'login_link' => 'Entrar con un usuario ya existente',
],
'password_reset' => [
'title' => 'Reinicio de contraseña',
'intro' => 'Rellena el siguiente campo para reiniciar tu contraseña',
'submit' => 'Reiniciar',
],
'register' => [
'title' => 'Registrar un nuevo usuario',
'intro' => 'Rellena los siguientes campos para crear un nuevo usuario',
'register_button' => 'Registrar',
'login_link' => 'Entrar con un usuario ya existente',
],
'login' => [
'title' => 'Entrar',
'intro' => 'Entrar para iniciar tu sesión',
'rememberme' => 'Recuerda mis datos',
'signin' => 'Entrar',
'forgotpassword' => 'He olvidado mi contraseña',
'register' => 'Registrar un nuevo usuario',
],
'firstlogin' => [
'title' => 'Primer acceso',
'intro' => 'Este es tu primer acceso, por favor introduce una contraseña para activar tu cuenta.',
'button' => 'Entrar',
],
];

View File

@@ -0,0 +1,13 @@
<?php
return [
'delete' => 'Avatar ha sido suprimido',
'gravatar' => [
'success' => 'Avatar ha sido importado con éxito',
'error' => 'No se ha encontrado ningún avatar para este usuario',
],
'upload' => [
'success' => 'Archivo cargado con éxito',
'error' => 'Error de carga',
],
];

View File

@@ -0,0 +1,9 @@
<?php
/**
* @see https://carbon.nesbot.com/docs/#api-localization
*/
return [
'Ymd' => 'DD/MM/YYYY',
'YmdHis' => 'DD/MM/YYYY HH:mm:ss',
'lFdY' => 'dddd D MMMM YYYY',
];

View File

@@ -0,0 +1,9 @@
<?php
return [
'applyLabel' => 'Aplicar',
'cancelLabel' => 'Cancelar',
'fromLabel' => 'Desde',
'toLabel' => 'Hasta',
'customRangeLabel' => 'Personalizado',
];

View File

@@ -0,0 +1,13 @@
<?php
return [
'backlink' => 'Volver a la página anterior',
'403' => [
'title' => 'Error 403',
'message' => 'No tienes permisos para acceder a esta página.',
],
'404' => [
'title' => 'Error 404',
'message' => 'Página o documento no encontrado.',
],
];

View File

@@ -0,0 +1,15 @@
<?php
return [
'direction' => 'ltr',
'mainmenu' => 'Menú principal',
'online' => 'Connectado',
'logout' => 'Desconectar',
'home' => 'Inicio',
'dashboard' => 'Panel de gestión',
'access' => 'Gestión de acceso',
'role_management' => 'Gestión de roles',
'user_management' => 'Gestión de usuarios',
'logoutconfirm' => '¿Estas seguro que deseas salir de la sesión?',
'rightsres' => 'Todos los derechos reservados.',
];

View File

@@ -0,0 +1,37 @@
<?php
return [
'vendor' => 'Visualizador de Log por <a href="https://github.com/ARCANEDEV/LogViewer">Arcanedev</a>',
'menu' => [
'category' => 'Logs',
'stats' => 'Estadísticas',
'reports' => 'Informes',
],
'stats' => [
'entries' => ':count entradas - :percent %',
],
'list' => [
'title' => 'Listado de Logs',
'actions' => 'Actiones',
'deletequestion' => '¿Estas seguro de que deseas eliminar este fichero de log?',
],
'show' => [
'title' => ':date informe',
'file' => ':date log',
'backtolist' => 'Listado de logs',
'download' => 'Descargar',
'delete' => 'Eliminar este fichero de log',
'levels' => 'Niveles',
'loginfo' => 'Información del Log',
'filepath' => 'Ruta del archivo',
'logentries' => 'Entradas de Log',
'size' => 'Tamaño',
'createdat' => 'Creado el',
'updatedat' => 'Actualizado el',
'page' => 'Página :current de :last',
'env' => 'Entorno',
'level' => 'Nivel',
'time' => 'Homa',
'header' => 'Cabecera',
],
];

View File

@@ -0,0 +1,21 @@
<?php
return [
'hello' => 'Hola,',
'greeting' => 'Hola :firstname,',
'salutation' => 'Atentamente,<br>:name',
'subcopy' => 'Si tienes alguna dificultad para hacer clic en el boton ":actionText", copia y pega la dirección que aparece a continuación en tu navegador: [:actionUrl](:actionUrl)',
'copyright' => '&copy; :date :name. Todos los derechos reservados.',
'newuser' => [
'subject' => 'Tu cuenta ha sido creada :name',
'intro' => 'Has recibido este correo electrónico porque se ha creado una cuenta con esta dirección de correo electrónico a nombre de :name.',
'button' => 'Entrar',
'outro' => 'La primera vez que accedas al panel, será necesario que introduzas una nueva contraseña.',
],
'resetpassword' => [
'subject' => 'Petición de reinicio de contraseña',
'intro' => 'Has recibido este correo electrónico porque alguien ha solicitado la recuperación de contraseña en tu cuenta.',
'button' => 'Reiniciar contraseña',
'outro' => 'Si no has solicitado la recuperación de contraseña, no es necesario que hagas nada.',
],
];

View File

@@ -0,0 +1,24 @@
<?php
return [
'categories' => [
'default' => 'Panel de administración',
'users' => 'Gestión de usuarios',
],
'backend_access' => [
'display_name' => 'Acceso al panel de administración',
'description' => 'El usuario puede acceder al panel de administración',
],
'users_crud' => [
'display_name' => 'Gestión de usuarios',
'description' => 'El usuario puede crear, eliminar o modificar usuarios',
],
'roles_crud' => [
'display_name' => 'Gestión de roles y permisos',
'description' => 'El usuario puede editar y definir permisos para un rol',
],
'logs' => [
'display_name' => 'Ver logs',
'description' => 'El usuario puede ver los logs de la aplicación',
],
];

View File

@@ -0,0 +1,33 @@
<?php
return [
'title' => 'Gestión de roles',
'role' => 'Rol',
'parameters' => 'Parametros',
'label' => 'Etiqueta',
'description' => 'Descripción',
'permissions' => 'Permisos',
'savebutton' => 'Guardar',
'successadd' => 'El rol ha sido añadido correctamente',
'successmod' => 'El rol ha sido modificado correctamente',
'admin' => [
'display_name' => 'Administrador',
'description' => 'Administrador (todos los permisos)',
],
'backend_user' => [
'display_name' => 'Usuario del panel de administración',
'description' => 'Usuarios con acceso al panel de administración',
],
'create' => [
'title' => 'Añadir un rol',
],
'edit' => [
'title' => 'Editar un rol',
],
'list' => [
'title' => 'Listado de roles',
'nbusers' => 'Nb users',
'confirmdelete' => '¿Confirmas que deseas eliminar este rol?',
'deletesuccess' => 'El rol ha sido eliminado correctamente',
],
];

View File

@@ -0,0 +1,47 @@
<?php
return [
'title' => 'Gestión de usuarios',
'returntolist' => 'Listado de usuarios',
'save' => 'Guardar',
'informations' => 'Información',
'status' => 'Estado',
'active' => 'Activo',
'inactive' => 'Inactivo',
'lastname' => 'Apellidos',
'firstname' => 'Nombre',
'email' => 'E-mail',
'roles' => 'Rol',
'successadd' => 'El usuario ha sido añadido correctamente.',
'successmod' => 'El usuario ha sido modificado correctamente.',
'newpassword' => 'Tu contraseña ha sido guardada.',
'create' => [
'title' => 'Añadir un usuario',
'help' => 'El usuario recibirá una invitación por correo electrónico para acceder al panel de administración y configurar su nueva contraseña.',
],
'edit' => [
'title' => 'Editar un usuario',
],
'list' => [
'title' => 'Listado de usuarios',
'id' => 'Id',
'state' => 'Estado',
'lastname' => 'Apellidos',
'firstname' => 'Nombre',
'email' => 'E-mail',
'roles' => 'Rol',
'creationdate' => 'Fecha de alta',
'lastconnect' => 'Último acceso',
'confirmdelete' => '¿Estás seguro que deseas eliminar este usuario?',
'deletesuccess' => 'El usuario ha sido eliminado correctamente',
],
'profile' => [
'title' => 'Perfil del usuario',
'subscribedsince' => 'Miembro desde :date ( :since )',
'avatar' => 'Imagen del perfil',
'delavatar' => 'Eliminar imagen del perfil',
'confirmdelavatar' => '¿Estás seguro de que deseas eliminar la imagen del perfil?',
'successdelavatar' => 'La imagen del perfil ha sido eliminada',
'successupdate' => 'El perfil ha sido actualizado correctamente',
],
];

View File

@@ -0,0 +1,41 @@
<?php
return [
'fields' => [
'last_name' => 'نام',
'first_name' => 'نام خانوادگی',
'email' => 'ایمیل',
'password' => 'کلمه عبور',
'password_confirm' => 'تکرار کلمه عبور',
],
'password' => [
'title' => 'فراموشی رمز عبور',
'intro' => 'برای بازیابی رمز عبور مراحل زیر را طی کنید',
'submit' => 'ارسال لینک بازیابی',
'login_link' => 'ورود با کاربر فعلی',
],
'password_reset' => [
'title' => 'بازیابی رمز عبور',
'intro' => 'اطلاعات زیر را برای رمز عبور تکمیل کنید',
'submit' => 'بازیابی',
],
'register' => [
'title' => 'ثبت کاربر جدید',
'intro' => 'برای ایجاد کاربرجدید اطلاعات را وارد کنید',
'register_button' => 'ثبت نام',
'login_link' => 'ورود به عنوان کاربرجدید',
],
'login' => [
'title' => 'ورود',
'intro' => 'وارد شدن با جلسه جدید',
'rememberme' => 'یادآوری',
'signin' => 'ورود',
'forgotpassword' => 'رمز عبور خود را فراموش کرده ام',
'register' => 'ثبت نام کاربر جدید',
],
'firstlogin' => [
'title' => 'اولین ورود',
'intro' => 'این اولین ورود شماست لطفا رمز عبور خود را وارد کنید.',
'button' => 'ورود',
],
];

View File

@@ -0,0 +1,13 @@
<?php
return [
'delete' => 'تصویر شخصی حذف شد',
'gravatar' => [
'success' => 'تصویر شخصی بروز شد.',
'error' => 'تصویر شخصی برای کاربر وجود ندارد.',
],
'upload' => [
'success' => 'فایل با موفقیت بارگذاری شد.',
'error' => 'خطا در بارگذاری',
],
];

View File

@@ -0,0 +1,9 @@
<?php
/**
* @see https://carbon.nesbot.com/docs/#api-localization
*/
return [
'Ymd' => 'YYYY-MM-DD',
'YmdHis' => 'YYYY-MM-DD HH:mm:ss',
'lFdY' => 'dddd, MMMM Do YYYY',
];

View File

@@ -0,0 +1,9 @@
<?php
return [
'applyLabel' => 'اعمال کن',
'cancelLabel' => 'لغو کن',
'fromLabel' => 'از',
'toLabel' => 'تا',
'customRangeLabel' => 'سایر',
];

View File

@@ -0,0 +1,13 @@
<?php
return [
'backlink' => 'بازگذشت به صفحه قبلی',
'403' => [
'title' => 'خطای 403',
'message' => 'شما مجاز به دسترسی به این صفحه نیستید.',
],
'404' => [
'title' => 'خطای 404',
'message' => 'صفحه ای یافت نشد.',
],
];

View File

@@ -0,0 +1,15 @@
<?php
return [
'direction' => 'rtl',
'mainmenu' => 'منو اصلی',
'online' => 'آنلاین',
'logout' => 'خروج',
'home' => 'خانه',
'dashboard' => 'داشبرد',
'access' => 'کاربرها',
'role_management' => 'نقش ها',
'user_management' => 'مدیریت کاربرها',
'logoutconfirm' => 'آیا از خروج مطمئن هستید؟',
'rightsres' => 'کلیه حقوق محفوظ است',
];

View File

@@ -0,0 +1,37 @@
<?php
return [
'vendor' => 'نمایش لاگ با <a href="https://github.com/ARCANEDEV/LogViewer">Arcanedev</a>',
'menu' => [
'category' => 'لاگ ها',
'stats' => 'وضعیت ها',
'reports' => 'گزارش ها',
],
'stats' => [
'entries' => ':count تعداد - :percent %',
],
'list' => [
'title' => 'لیست لاگ ها',
'actions' => 'اقدام ها',
'deletequestion' => 'آیا می خواهید حذف کنید؟',
],
'show' => [
'title' => ':date گزارش',
'file' => ':date لاگ',
'backtolist' => 'لیست لاگ ها',
'download' => 'دریافت',
'delete' => 'حذف لاگ فایل',
'levels' => 'سطوح',
'loginfo' => 'اطلاعات لاگ',
'filepath' => 'آدرس فایل',
'logentries' => 'تعداد لاگ',
'size' => 'سایز',
'createdat' => 'زمان ایجاد',
'updatedat' => 'زمان بروز رسانی',
'page' => 'صفحه :current از :last',
'env' => 'محیط',
'level' => 'سطح',
'time' => 'زمان',
'header' => 'سربرگ',
],
];

View File

@@ -0,0 +1,21 @@
<?php
return [
'hello' => 'سلام,',
'greeting' => 'سلام :firstname,',
'salutation' => 'با تشکر,<br>:name',
'subcopy' => 'اگر مشکلی برای کلید بر روی ":actionText" دارید از طریق لینک اقدام کنید: [:actionUrl](:actionUrl)',
'copyright' => '&copy; :date :name. حقوق محفوظ است.',
'newuser' => [
'subject' => 'حساب شما ایجاد شد: :name',
'intro' => 'شما این ایمیل را به دلیل ایجاد کاربری :name دریافت کردید.',
'button' => 'ورود',
'outro' => 'در اولین ورود باید رمز عبور مشخص کنید.',
],
'resetpassword' => [
'subject' => 'درخواست بازیابی رمز عبور',
'intro' => 'شما این ایمیل را به دلیل اینکه درخواست بازیابی رمز عبور داده اید دریافت کرده اید.',
'button' => 'بازیابی رمز عبور',
'outro' => 'اگر این درخواست را شما نداده اید نیاز به اقدامی نیست.',
],
];

View File

@@ -0,0 +1,24 @@
<?php
return [
'categories' => [
'default' => 'پیشفرض',
'users' => 'کاربرها',
],
'backend_access' => [
'display_name' => 'دسترسی به پیشفرض',
'description' => 'دسترسی به کنترل پنل مدیریت',
],
'users_crud' => [
'display_name' => 'مدیریت کاربرها',
'description' => 'دسترسی به ایجاد و حذف و... کاربرها',
],
'roles_crud' => [
'display_name' => 'مدیریت دسترسی ها و نقش ها',
'description' => 'دسترسی به نقش ها و دسترسی ها',
],
'logs' => [
'display_name' => 'نمایش لاگ ها',
'description' => 'دسترسی به نمایش لاگ ها',
],
];

View File

@@ -0,0 +1,33 @@
<?php
return [
'title' => 'مدیریت نقش',
'role' => 'نقش',
'parameters' => 'پارامترها',
'label' => 'برچسب',
'description' => 'توضیحات',
'permissions' => 'دسترسی ها',
'savebutton' => 'ذخیره',
'successadd' => 'نقش اضافه شد.',
'successmod' => 'نقش ویرایش شد.',
'admin' => [
'display_name' => 'مدیریت',
'description' => 'دسترسی کامل',
],
'backend_user' => [
'display_name' => 'کاربر',
'description' => 'کاربر با دسترسی عادی',
],
'create' => [
'title' => 'ایجاد نقش',
],
'edit' => [
'title' => 'ویرایش نقش',
],
'list' => [
'title' => 'لیست نقش ها',
'nbusers' => 'بدون کاربر',
'confirmdelete' => 'آیا می خواهید حذف کنید؟',
'deletesuccess' => 'حذف با موفقیت انجام شد.',
],
];

View File

@@ -0,0 +1,47 @@
<?php
return [
'title' => 'کاربرها',
'returntolist' => 'لیست کاربرها',
'save' => 'ذخیره',
'informations' => 'اطلاعات',
'status' => 'وضعیت',
'active' => 'فعال',
'inactive' => 'غیر فعال',
'lastname' => 'نام خانوادگی',
'firstname' => 'نام',
'email' => 'ایمیل',
'roles' => 'نقش',
'successadd' => 'کاربر با موفقیت اضافه شد.',
'successmod' => 'کاربر ویرایش شد.',
'newpassword' => 'رمز عبور ذخیره شد.',
'create' => [
'title' => 'افزودن کاربر',
'help' => 'ایمیل دعوت جهت تنظیم رمز عبور برای کاربر ارسال می شود.',
],
'edit' => [
'title' => 'ویرایش کاربر',
],
'list' => [
'title' => 'لیست کاربرها',
'id' => 'شماره',
'state' => 'وضعیت',
'lastname' => 'نام خانوادگی',
'firstname' => 'نام',
'email' => 'ایمیل',
'roles' => 'نقش',
'creationdate' => 'تاریخ ایجاد',
'lastconnect' => 'آخرین ورود',
'confirmdelete' => 'آیا از حذف اطمینان دارید؟',
'deletesuccess' => 'کاربر با موفقیت حذف شد.',
],
'profile' => [
'title' => 'پرو فایل شما',
'subscribedsince' => 'عضو از تاریخ:date ( :since )',
'avatar' => 'تصویر شخصی',
'delavatar' => 'حذف تصویر شخصی',
'confirmdelavatar' => 'تصویر شخصی را حذف کنم؟',
'successdelavatar' => 'تصویر شخصی حذف شد.',
'successupdate' => 'پروفایل بروز رسانی شد.',
],
];

View File

@@ -0,0 +1,41 @@
<?php
return [
'fields' => [
'last_name' => 'Nom',
'first_name' => 'Prénom',
'email' => 'E-mail',
'password' => 'Mot de passe',
'password_confirm' => 'Confirmation du mot de passe',
],
'password' => [
'title' => 'Mot de passe oublié',
'intro' => 'Saisissez le champ suivant réinitialiser votre mot de passe',
'submit' => 'Envoyer le lien de réinitialisation',
'login_link' => "S'identifier avec un utilisateur existant",
],
'password_reset' => [
'title' => 'Réinitialisation du mot de passe',
'intro' => 'Saisissez les champs suivants pour réinitialiser votre mot de passe',
'submit' => 'Réinitialiser',
],
'register' => [
'title' => 'Créer un nouveau compte utilisateur',
'intro' => 'Saisissez les champs suivants pour créer un nouvel utilisateur',
'register_button' => 'Enregistrer',
'login_link' => "S'identifier avec un utilisateur existant",
],
'login' => [
'title' => 'Identification',
'intro' => 'Identifiez vous pour démarrer une session',
'rememberme' => 'Se souvenir de moi',
'signin' => 'Connexion',
'forgotpassword' => "J'ai oublié mon mot de passe",
'register' => 'Créer un nouveau compte',
],
'firstlogin' => [
'title' => 'Première connexion',
'intro' => 'Ceci est votre première connexion, merci de saisir un mot de passe pour activer votre compte.',
'button' => 'Connexion',
],
];

View File

@@ -0,0 +1,13 @@
<?php
return [
'delete' => "L'image de profil a été supprimée",
'gravatar' => [
'success' => "L'image de profil à été correctement importée",
'error' => 'Aucune image de profil trouvée pour cet utilisateur',
],
'upload' => [
'success' => 'Fichier correctement téléchargé',
'error' => 'Erreur de téléchargement',
],
];

View File

@@ -0,0 +1,9 @@
<?php
/**
* @see https://carbon.nesbot.com/docs/#api-localization
*/
return [
'Ymd' => 'DD/MM/YYYY',
'YmdHis' => 'DD/MM/YYYY HH:mm:ss',
'lFdY' => 'dddd D MMMM YYYY',
];

View File

@@ -0,0 +1,9 @@
<?php
return [
'applyLabel' => 'Appliquer',
'cancelLabel' => 'Annuler',
'fromLabel' => 'De',
'toLabel' => 'À',
'customRangeLabel' => 'Personnalisé',
];

View File

@@ -0,0 +1,13 @@
<?php
return [
'backlink' => 'Revenir à la page précédente',
'403' => [
'title' => 'Erreur 403',
'message' => "Vous n'avez pas l'autorisation d'accès à cette page.",
],
'404' => [
'title' => 'Erreur 404',
'message' => 'Page ou document introuvable.',
],
];

View File

@@ -0,0 +1,15 @@
<?php
return [
'direction' => 'ltr',
'mainmenu' => 'Menu principal',
'online' => 'Connecté',
'logout' => 'Déconnexion',
'home' => 'Accueil',
'dashboard' => 'Tableau de bord',
'access' => 'Utilisateurs',
'role_management' => 'Rôles',
'user_management' => 'Utilisateurs',
'logoutconfirm' => 'Êtes vous sûr de vouloir vous déconnecter ?',
'rightsres' => 'Tous droits réservés.',
];

View File

@@ -0,0 +1,37 @@
<?php
return [
'vendor' => 'Log viewer par <a href="https://github.com/ARCANEDEV/LogViewer">Arcanedev</a>',
'menu' => [
'category' => 'Journaux',
'stats' => 'Statistiques',
'reports' => 'Rapports',
],
'stats' => [
'entries' => ':count entrées - :percent %',
],
'list' => [
'title' => 'Liste des fichiers',
'actions' => 'Actions',
'deletequestion' => 'Êtes vous sûr de vouloir supprimer ce fichier ?',
],
'show' => [
'title' => 'Rapport du :date',
'file' => 'Journal du :date',
'backtolist' => 'Liste des fichiers',
'download' => 'Télécharger',
'delete' => 'Supprimer le fichier',
'levels' => 'Niveaux',
'loginfo' => 'Informations',
'filepath' => 'Chemin',
'logentries' => 'Entrées',
'size' => 'Taille',
'createdat' => 'Créé le',
'updatedat' => 'Mise à jour',
'page' => 'Page :current sur :last',
'env' => 'Env',
'level' => 'Niveau',
'time' => 'Heure',
'header' => 'En-tête',
],
];

View File

@@ -0,0 +1,21 @@
<?php
return [
'hello' => 'Bonjour,',
'greeting' => 'Bonjour :firstname,',
'salutation' => 'Cordialement,<br>:name',
'subcopy' => "Si vous rencontrez des soucis pour cliquer sur le bouton \":actionText\", copiez et collez l'URL ci-dessous dans votre navigateur : [:actionUrl](:actionUrl)",
'copyright' => '&copy; :date :name. Tous droits réservés.',
'newuser' => [
'subject' => 'Votre compte a été créé sur :name',
'intro' => 'Vous recevez ce courriel car un compte a été créé pour vous par :name.',
'button' => 'Vous connecter',
'outro' => 'Lors de votre première connexion vous allez être invité à saisir votre mot de passe',
],
'resetpassword' => [
'subject' => 'Réinitialisation de votre mot de passe',
'intro' => 'Vous recevez ce courriel car vous avez demandé à réinitialiser votre mot de passe.',
'button' => 'Réinitialiser votre mot de passe',
'outro' => "Si vous n'avez pas demandé à réinitialiser votre mot de passe, ne tenez pas compte de cet e-mail.",
],
];

View File

@@ -0,0 +1,24 @@
<?php
return [
'categories' => [
'default' => 'Back-Office',
'users' => 'Utilisateurs',
],
'backend_access' => [
'display_name' => 'Accès au Back-Office',
'description' => "L'utilisateur peut accéder à l'administration",
],
'users_crud' => [
'display_name' => 'Gestion des utilisateurs',
'description' => 'Permet de créer, de supprimer et de modifier les utilisateurs',
],
'roles_crud' => [
'display_name' => 'Gestion des rôles et permissions',
'description' => "Permet d'éditer et de définir les permissions pour un rôle",
],
'logs' => [
'display_name' => 'Visualisation des journaux',
'description' => "L'utilisateur peut consulter les journaux de l'application",
],
];

View File

@@ -0,0 +1,33 @@
<?php
return [
'title' => 'Rôles',
'role' => 'Rôle',
'parameters' => 'Paramètres',
'label' => 'Libellé',
'description' => 'Description',
'permissions' => 'Permissions',
'savebutton' => 'Enregistrer',
'successadd' => 'Le rôle a été correctement ajouté',
'successmod' => 'Le role a été correctement modifié',
'admin' => [
'display_name' => 'Administrateur',
'description' => 'Administrateur (toutes les permissions)',
],
'backend_user' => [
'display_name' => 'Utilisateur du back-office',
'description' => 'Utilisateurs avec un accès au back-office',
],
'create' => [
'title' => 'Ajouter un rôle',
],
'edit' => [
'title' => "Édition d'un rôle",
],
'list' => [
'title' => 'Liste des rôles',
'nbusers' => 'Nb utilisateurs',
'confirmdelete' => 'Confirmez vous la suppression du rôle ?',
'deletesuccess' => 'Le rôle a été correctement supprimé',
],
];

View File

@@ -0,0 +1,47 @@
<?php
return [
'title' => 'Utilisateurs',
'returntolist' => 'Liste des utilisateurs',
'save' => 'Enregistrer',
'informations' => 'Informations',
'status' => 'Statut',
'active' => 'Activé',
'inactive' => 'Désactivé',
'lastname' => 'Nom',
'firstname' => 'Prénom',
'email' => 'E-mail',
'roles' => 'Rôle(s)',
'successadd' => "L'utilisateur a été correctement ajouté.",
'successmod' => "L'utilisateur a été correctement modifié.",
'newpassword' => 'Votre mot de passe a bien été enregistré.',
'create' => [
'title' => "Ajout d'un utilisateur",
'help' => "L'utilisateur recevra un e-mail d'invitation à se connecter qui lui permettra de saisir son nouveau mot de passe.",
],
'edit' => [
'title' => "Édition d'un utilisateur",
],
'list' => [
'title' => 'Liste des utilisateurs',
'id' => 'Id',
'state' => 'État',
'lastname' => 'Nom',
'firstname' => 'Prénom',
'email' => 'E-mail',
'roles' => 'Rôle(s)',
'creationdate' => 'Date de création',
'lastconnect' => 'Dernière connexion',
'confirmdelete' => "Confirmez vous la suppression de l'utilisateur ?",
'deletesuccess' => "L'utilisateur à été correctement supprimé",
],
'profile' => [
'title' => 'Votre profil',
'subscribedsince' => 'Inscrit depuis le :date ( :since )',
'avatar' => 'Image de profil',
'delavatar' => "Supprimer l'image de profil",
'confirmdelavatar' => "Confirmez vous la suppression de l'image du profil ?",
'successdelavatar' => "L'image du profil à été supprimée",
'successupdate' => 'Le profil à été mis à jour',
],
];

View File

@@ -0,0 +1,41 @@
<?php
return [
'fields' => [
'last_name' => 'Nome',
'first_name' => 'Cognome',
'email' => 'E-mail',
'password' => 'Password',
'password_confirm' => 'Conferma Password',
],
'password' => [
'title' => 'Password dimenticata',
'intro' => 'Enter the following field to reset your password',
'submit' => 'Invia reset password',
'login_link' => 'Accedi con un utente registrato',
],
'password_reset' => [
'title' => 'Password reset',
'intro' => 'Enter the following fields to reset your password',
'submit' => 'Reset',
],
'register' => [
'title' => 'Registra un nuovo utente',
'intro' => 'Enter the following fields to create a new user',
'register_button' => 'Registra',
'login_link' => 'Accedi con un utente registrato',
],
'login' => [
'title' => 'Login',
'intro' => 'Effettua l\'accesso per accedere',
'rememberme' => 'Ricordami',
'signin' => 'Accedi',
'forgotpassword' => 'Password dimenticata',
'register' => 'Nuovo utente',
],
'firstlogin' => [
'title' => 'Primo login',
'intro' => 'Questo è il tuo primo login, inserisci la password per attivare l\' account',
'button' => 'Login',
],
];

View File

@@ -0,0 +1,13 @@
<?php
return [
'delete' => 'Avatar è stato eliminato',
'gravatar' => [
'success' => 'Avatar importato con successo',
'error' => 'Nessun avatar trovato per questo utente',
],
'upload' => [
'success' => 'File caricato correttamente',
'error' => 'Errore nel caricamento',
],
];

View File

@@ -0,0 +1,9 @@
<?php
/**
* @see https://carbon.nesbot.com/docs/#api-localization
*/
return [
'Ymd' => 'YYYY-MM-DD',
'YmdHis' => 'YYYY-MM-DD HH:mm:ss',
'lFdY' => 'dddd, MMMM Do YYYY',
];

View File

@@ -0,0 +1,9 @@
<?php
return [
'applyLabel' => 'Applica',
'cancelLabel' => 'Annulla',
'fromLabel' => 'Da',
'toLabel' => 'A',
'customRangeLabel' => 'Personalizzato',
];

View File

@@ -0,0 +1,13 @@
<?php
return [
'backlink' => 'Torna indietro',
'403' => [
'title' => 'Error 403',
'message' => 'Non sei abilitato ad accedere a questa risorsa.',
],
'404' => [
'title' => 'Error 404',
'message' => 'Pagina non trovata.',
],
];

View File

@@ -0,0 +1,15 @@
<?php
return [
'direction' => 'ltr',
'mainmenu' => 'Menu principale',
'online' => 'Online',
'logout' => 'Logout',
'home' => 'Home',
'dashboard' => 'Dashboard',
'access' => 'Users',
'role_management' => 'Roles',
'user_management' => 'User management',
'logoutconfirm' => 'Sicuro di voler uscire ?',
'rightsres' => 'All rights reserved.',
];

View File

@@ -0,0 +1,37 @@
<?php
return [
'vendor' => 'Log viewer by <a href="https://github.com/ARCANEDEV/LogViewer">Arcanedev</a>',
'menu' => [
'category' => 'Logs',
'stats' => 'Statistiche',
'reports' => 'Reports',
],
'stats' => [
'entries' => ':count entries - :percent %',
],
'list' => [
'title' => 'Elenco Logs',
'actions' => 'Azioni',
'deletequestion' => 'Sicuro di voler cancellare questo file di log ?',
],
'show' => [
'title' => ':date report',
'file' => ':date log',
'backtolist' => 'Elenco logs',
'download' => 'Download',
'delete' => 'Cancella file di log',
'levels' => 'Livelli',
'loginfo' => 'Log info',
'filepath' => 'File path',
'logentries' => 'Log entries',
'size' => 'Dimensione',
'createdat' => 'Created at',
'updatedat' => 'Updated at',
'page' => 'Page :current of :last',
'env' => 'Env',
'level' => 'Level',
'time' => 'Time',
'header' => 'Header',
],
];

View File

@@ -0,0 +1,21 @@
<?php
return [
'hello' => 'Ciao,',
'greeting' => 'Ciao :firstname,',
'salutation' => 'Ciao,<br>:name',
'subcopy' => 'Se hai problemi nel cliccare il botton ":actionText", copia e incolla il seguente url nel tuo browser: [:actionUrl](:actionUrl)',
'copyright' => '&copy; :date :name. All rights reserved.',
'newuser' => [
'subject' => 'Il tuo account è stato creato :name',
'intro' => 'Ricevi questa mail perchè è stato creato utente :name.',
'button' => 'Accedi',
'outro' => 'Al primo login dovrai impostare la tua password',
],
'resetpassword' => [
'subject' => 'Richiesta di reset password',
'intro' => 'Ricevi questa mail perchè è stato richiesto il reset password per il tuo account.',
'button' => 'Reset password',
'outro' => 'Se non hai richiesto il reset della tua password, ignora questa mail.',
],
];

View File

@@ -0,0 +1,19 @@
<?php
return [
/*
|--------------------------------------------------------------------------
| Pagination Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used by the paginator library to build
| the simple pagination links. You are free to change them to anything
| you want to customize your views to better match your application.
|
*/
'previous' => '&laquo; Indietro',
'next' => 'Avanti &raquo;',
];

View File

@@ -0,0 +1,22 @@
<?php
return [
/*
|--------------------------------------------------------------------------
| Password Reset Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are the default lines which match reasons
| that are given by the password broker for a password update attempt
| has failed, such as for an invalid token or invalid new password.
|
*/
'reset' => 'La tua password è stata modificata!',
'sent' => 'Ti abbiamo inviato una mail con il link per il reset password!',
'throttled' => 'Attendi qualche istante prima di riprovare.',
'token' => 'Il link di reset password non è valido.',
'user' => 'Non ci sono utenti registrati con questa mail.',
];

View File

@@ -0,0 +1,24 @@
<?php
return [
'categories' => [
'default' => 'Back Office',
'users' => 'Users',
],
'backend_access' => [
'display_name' => 'Access to the back office',
'description' => 'User can access to the administration panel',
],
'users_crud' => [
'display_name' => 'User management',
'description' => 'User can create, delete or modify the users',
],
'roles_crud' => [
'display_name' => 'Role and permissions management',
'description' => 'User can edit and define permissions for a role',
],
'logs' => [
'display_name' => 'Viewing logs',
'description' => 'User can view application logs',
],
];

View File

@@ -0,0 +1,33 @@
<?php
return [
'title' => 'Gestione ruoli',
'role' => 'Ruoli',
'parameters' => 'Parametri',
'label' => 'Etichetta',
'description' => 'Descrizione',
'permissions' => 'Permessi',
'savebutton' => 'Salva',
'successadd' => 'Ruolo aggiunto correttamente',
'successmod' => 'Ruolo modificato correttamente',
'admin' => [
'display_name' => 'Admin',
'description' => 'Admin (tutti i permessi)',
],
'backend_user' => [
'display_name' => 'Backend user',
'description' => 'Utenti con accesso al backend',
],
'create' => [
'title' => 'Aggiungi ruolo',
],
'edit' => [
'title' => 'Modifica ruolo',
],
'list' => [
'title' => 'Elenco ruoli',
'nbusers' => 'Nb users',
'confirmdelete' => 'Sicuro di voler cancellare questo ruolo ?',
'deletesuccess' => 'Ruolo eliminato correttamente',
],
];

View File

@@ -0,0 +1,47 @@
<?php
return [
'title' => 'Users',
'returntolist' => 'Elenco Utenti',
'save' => 'Salva',
'informations' => 'Informazioni',
'status' => 'Stato',
'active' => 'Attivo',
'inactive' => 'Disabilitato',
'lastname' => 'Cognome',
'firstname' => 'Nome',
'email' => 'E-mail',
'roles' => 'Ruolo',
'successadd' => 'Utente aggiunto correttamente.',
'successmod' => 'Utente modificato correttamente.',
'newpassword' => 'La tua password è stata salvata.',
'create' => [
'title' => 'Aggiungi Utente',
'help' => 'L\'utente riceverà una mail di conferma dove dovrà inserire la sua password',
],
'edit' => [
'title' => 'Modifica utente',
],
'list' => [
'title' => 'Lista Utenti',
'id' => 'Id',
'state' => 'Stato',
'lastname' => 'Cognome',
'firstname' => 'Nome',
'email' => 'E-mail',
'roles' => 'Ruolo',
'creationdate' => 'Creato il',
'lastconnect' => 'Ultimo Accesso',
'confirmdelete' => 'Sei sicuro di voler cancellare l\'utente?',
'deletesuccess' => 'Utente cancellato correttamente',
],
'profile' => [
'title' => 'Profilo utente',
'subscribedsince' => 'Registrato dal :date ( :since )',
'avatar' => 'Immagine profilo',
'delavatar' => 'Rimuovi immagine profilo',
'confirmdelavatar' => 'Sicuro di voler rimuovere l\'immagine di profilo ?',
'successdelavatar' => 'Immagine di profilo rimossa',
'successupdate' => 'Profilo aggiornato correttamente',
],
];

View File

@@ -0,0 +1,154 @@
<?php
return [
/*
|--------------------------------------------------------------------------
| Validation Language Lines
|--------------------------------------------------------------------------
|
| The following language lines contain the default error messages used by
| the validator class. Some of these rules have multiple versions such
| as the size rules. Feel free to tweak each of these messages here.
|
*/
'accepted' => ':attribute deve essere accettato.',
'active_url' => ':attribute non è un URL valido.',
'after' => ':attribute deve essere successiva al :date.',
'after_or_equal' => ':attribute deve essere una data uquale o successiva al :date.',
'alpha' => ':attribute deve contenere solo lettere.',
'alpha_dash' => ':attribute deve contenere solo caratteri, numeri o i seguenti caratteri - _',
'alpha_num' => ':attribute deve contenere solo caratteri e numeri.',
'array' => ':attribute deve essere un array.',
'before' => ':attribute deve essere una data prima del :date.',
'before_or_equal' => ':attribute deve essere una data uguale o precendente del :date.',
'between' => [
'numeric' => ':attribute deve essere compreso tra :min e :max.',
'file' => ':attribute deve essere compreso tra :min e :max kilobytes.',
'string' => ':attribute deve essere compreso tra :min e :max characters.',
'array' => ':attribute deve essere compreso tra :min e :max items.',
],
'boolean' => 'The :attribute field must be true or false.',
'confirmed' => 'The :attribute confirmation does not match.',
'date' => 'The :attribute is not a valid date.',
'date_equals' => 'The :attribute must be a date equal to :date.',
'date_format' => 'The :attribute does not match the format :format.',
'different' => 'The :attribute and :other must be different.',
'digits' => 'The :attribute must be :digits digits.',
'digits_between' => 'The :attribute must be between :min and :max digits.',
'dimensions' => 'The :attribute has invalid image dimensions.',
'distinct' => 'The :attribute field has a duplicate value.',
'email' => 'The :attribute must be a valid email address.',
'ends_with' => 'The :attribute must end with one of the following: :values.',
'exists' => 'The selected :attribute is invalid.',
'file' => 'The :attribute must be a file.',
'filled' => 'The :attribute field must have a value.',
'gt' => [
'numeric' => 'The :attribute must be greater than :value.',
'file' => 'The :attribute must be greater than :value kilobytes.',
'string' => 'The :attribute must be greater than :value characters.',
'array' => 'The :attribute must have more than :value items.',
],
'gte' => [
'numeric' => 'The :attribute must be greater than or equal :value.',
'file' => 'The :attribute must be greater than or equal :value kilobytes.',
'string' => 'The :attribute must be greater than or equal :value characters.',
'array' => 'The :attribute must have :value items or more.',
],
'image' => 'The :attribute must be an image.',
'in' => 'The selected :attribute is invalid.',
'in_array' => 'The :attribute field does not exist in :other.',
'integer' => 'The :attribute must be an integer.',
'ip' => 'The :attribute must be a valid IP address.',
'ipv4' => 'The :attribute must be a valid IPv4 address.',
'ipv6' => 'The :attribute must be a valid IPv6 address.',
'json' => 'The :attribute must be a valid JSON string.',
'lt' => [
'numeric' => 'The :attribute must be less than :value.',
'file' => 'The :attribute must be less than :value kilobytes.',
'string' => 'The :attribute must be less than :value characters.',
'array' => 'The :attribute must have less than :value items.',
],
'lte' => [
'numeric' => 'The :attribute must be less than or equal :value.',
'file' => 'The :attribute must be less than or equal :value kilobytes.',
'string' => 'The :attribute must be less than or equal :value characters.',
'array' => 'The :attribute must not have more than :value items.',
],
'max' => [
'numeric' => 'The :attribute must not be greater than :max.',
'file' => 'The :attribute must not be greater than :max kilobytes.',
'string' => 'The :attribute must not be greater than :max characters.',
'array' => 'The :attribute must not have more than :max items.',
],
'mimes' => 'The :attribute must be a file of type: :values.',
'mimetypes' => 'The :attribute must be a file of type: :values.',
'min' => [
'numeric' => 'The :attribute must be at least :min.',
'file' => 'The :attribute must be at least :min kilobytes.',
'string' => 'The :attribute must be at least :min characters.',
'array' => 'The :attribute must have at least :min items.',
],
'multiple_of' => 'The :attribute must be a multiple of :value.',
'not_in' => 'The selected :attribute is invalid.',
'not_regex' => 'The :attribute format is invalid.',
'numeric' => 'The :attribute must be a number.',
'password' => 'The password is incorrect.',
'present' => 'The :attribute field must be present.',
'regex' => 'The :attribute format is invalid.',
'required' => 'The :attribute field is required.',
'required_if' => 'The :attribute field is required when :other is :value.',
'required_unless' => 'The :attribute field is required unless :other is in :values.',
'required_with' => 'The :attribute field is required when :values is present.',
'required_with_all' => 'The :attribute field is required when :values are present.',
'required_without' => 'The :attribute field is required when :values is not present.',
'required_without_all' => 'The :attribute field is required when none of :values are present.',
'prohibited_if' => 'The :attribute field is prohibited when :other is :value.',
'prohibited_unless' => 'The :attribute field is prohibited unless :other is in :values.',
'same' => 'The :attribute and :other must match.',
'size' => [
'numeric' => 'The :attribute must be :size.',
'file' => 'The :attribute must be :size kilobytes.',
'string' => 'The :attribute must be :size characters.',
'array' => 'The :attribute must contain :size items.',
],
'starts_with' => 'The :attribute must start with one of the following: :values.',
'string' => 'The :attribute must be a string.',
'timezone' => 'The :attribute must be a valid zone.',
'unique' => 'The :attribute has already been taken.',
'uploaded' => 'The :attribute failed to upload.',
'url' => 'The :attribute format is invalid.',
'uuid' => 'The :attribute must be a valid UUID.',
/*
|--------------------------------------------------------------------------
| Custom Validation Language Lines
|--------------------------------------------------------------------------
|
| Here you may specify custom validation messages for attributes using the
| convention "attribute.rule" to name the lines. This makes it quick to
| specify a specific custom language line for a given attribute rule.
|
*/
'custom' => [
'attribute-name' => [
'rule-name' => 'custom-message',
],
],
/*
|--------------------------------------------------------------------------
| Custom Validation Attributes
|--------------------------------------------------------------------------
|
| The following language lines are used to swap our attribute placeholder
| with something more reader friendly such as "E-Mail Address" instead
| of "email". This simply helps us make our message more expressive.
|
*/
'attributes' => [],
];

View File

@@ -0,0 +1,41 @@
<?php
return [
'fields' => [
'last_name' => 'Soyadı',
'first_name' => 'Adı',
'email' => 'E-posta',
'password' => 'Şifre',
'password_confirm' => 'Şifre Onayı',
],
'password' => [
'title' => 'Şifremi unuttum',
'intro' => 'Şifrenizi sıfırlamak için aşağıdaki alanı doldurun.',
'submit' => 'Sıfırlama bağlantısı gönder',
'login_link' => 'Mevcut bir kullanıcıyla giriş yapın',
],
'password_reset' => [
'title' => 'Şifre sıfırla',
'intro' => 'Şifrenizi sıfırlamak için aşağıdaki alanları girin',
'submit' => 'Sıfırla',
],
'register' => [
'title' => 'Yeni bir kullanıcı oluştur',
'intro' => 'Yeni bir kullanıcı oluşturmak için aşağıdaki alanları doldurun',
'register_button' => 'Kaydol',
'login_link' => 'Mevcut bir kullanıcıyla giriş yapın',
],
'login' => [
'title' => 'Giriş',
'intro' => 'Oturumunuzu başlatmak için giriş yapın',
'rememberme' => 'Beni hatırla',
'signin' => 'Giriş yapın',
'forgotpassword' => 'Şifremi unuttum',
'register' => 'Yeni bir kullanıcı oluştur',
],
'firstlogin' => [
'title' => 'İlk giriş',
'intro' => 'Bu ilk girişiniz, hesabınızı etkinleştirmek için lütfen bir şifre giriniz.',
'button' => 'Giriş',
],
];

View File

@@ -0,0 +1,15 @@
<?php
return [
'delete' => 'Avatar silindi',
'gravatar' => [
'success' => 'Avatar başarıyla içe aktarıldı',
'error' => 'Bu kullanıcı için avatar bulunamadı
',
],
'upload' => [
'success' => 'Dosya başarıyla yüklendi',
'error' => 'Yükleme hatası',
],
];

View File

@@ -0,0 +1,9 @@
<?php
/**
* @see https://carbon.nesbot.com/docs/#api-localization
*/
return [
'Ymd' => 'DD/MM/YYYY',
'YmdHis' => 'DD/MM/YYYY HH:mm:ss',
'lFdY' => 'D MMMM YYYY dddd',
];

View File

@@ -0,0 +1,9 @@
<?php
return [
'applyLabel' => 'Uygula',
'cancelLabel' => 'İptal Et',
'fromLabel' => 'Gönderen',
'toLabel' => 'Bitiş',
'customRangeLabel' => 'Özel',
];

View File

@@ -0,0 +1,13 @@
<?php
return [
'backlink' => 'Önceki sayfaya geri dön',
'403' => [
'title' => 'Hata 403',
'message' => 'Bu sayfaya erişim izniniz yok.',
],
'404' => [
'title' => 'Hata 404',
'message' => 'Sayfa veya dosya bulunamadı.',
],
];

View File

@@ -0,0 +1,15 @@
<?php
return [
'direction' => 'ltr',
'mainmenu' => 'Ana menü',
'online' => 'Çevrimiçi',
'logout' => ıkış yap',
'home' => 'Ana Sayfa',
'dashboard' => 'Kontrol Paneli',
'access' => 'İzin yönetimi',
'role_management' => 'Rol yönetimi',
'user_management' => 'Kullanıcı yönetimi',
'logoutconfirm' => ıkış yapmak istediğinizden emin misiniz?',
'rightsres' => 'Tüm hakları saklıdır.',
];

View File

@@ -0,0 +1,37 @@
<?php
return [
'vendor' => '<a href="https://github.com/ARCANEDEV/LogViewer">Arcanedev</a> tarafından Günlük görüntüleyici',
'menu' => [
'category' => 'Günlükler',
'stats' => 'İstatistikler',
'reports' => 'Raporlar',
],
'stats' => [
'entries' => ':count kayıt - % :percent',
],
'list' => [
'title' => 'Günlük listesi',
'actions' => 'İşlemler',
'deletequestion' => 'Günlük dosyasını silmek istediğinizden emin misiniz?',
],
'show' => [
'title' => ':date raporu',
'file' => ':date günlüğü',
'backtolist' => 'Tüm Günlükler',
'download' => 'İndir',
'delete' => 'Günlük dosyasını sil',
'levels' => 'Seviyeler',
'loginfo' => 'Günlük bilgisi',
'filepath' => 'Dosya yolu',
'logentries' => 'Günlük kayıtları',
'size' => 'Boyut',
'createdat' => 'Oluşturulma tarihi',
'updatedat' => 'Güncelleme tarihi',
'page' => ':current / :last',
'env' => 'Ortam',
'level' => 'Seviye',
'time' => 'Tarih',
'header' => 'Başlık',
],
];

View File

@@ -0,0 +1,21 @@
<?php
return [
'hello' => 'Merhaba,',
'greeting' => 'Merhaba :firstname,',
'salutation' => 'Saygılar,<br>:name',
'subcopy' => '":actionText" düğmesini tıklamada sıkıntı yaşıyorsanız, aşağıdaki URL\'yi kopyalayıp web tarayıcınıza yapıştırın: [:actionUrl](:actionUrl)',
'copyright' => ':date &copy; :name. Tüm hakları saklıdır.',
'newuser' => [
'subject' => ':name adıyla kullanıcı oluşturdunuz',
'intro' => ':name adıyla bir kullanıcı oluşturduğunuz için bu e-postayı alıyorsunuz.',
'button' => 'Giriş yap',
'outro' => 'İlk girişinizde şifrenizi belirlemek için yönlendirileceksiniz',
],
'resetpassword' => [
'subject' => 'Şifre sıfırlama isteği',
'intro' => 'Hesabınız için şifre sıfırlama isteği aldığımız için bu e-postayı alıyorsunuz.',
'button' => 'Şifre sıfırla',
'outro' => 'Şifre sıfırlama isteğinde bulunmadıysanız, başka bir işlem yapmanız gerekmez.',
],
];

View File

@@ -0,0 +1,24 @@
<?php
return [
'categories' => [
'default' => 'Yönetim paneli erişimi',
'users' => 'Kullanıcı yönetimi',
],
'backend_access' => [
'display_name' => 'Yönetim paneli erişimi',
'description' => 'Kullanıcı yönetim paneline erişebilir',
],
'users_crud' => [
'display_name' => 'Kullanıcı yönetimi',
'description' => 'Kullanıcı, kullanıcı ekleyebilir, silebilir ve düzenleyebilir',
],
'roles_crud' => [
'display_name' => 'Rol ve izin yönetimi',
'description' => 'Kullanıcı, bir rol için izinleri düzenleyebilir ve tanımlayabilir',
],
'logs' => [
'display_name' => 'Günlükleri görüntüleme',
'description' => 'Kullanıcı, uygulama günlüklerini görüntüleyebilir',
],
];

View File

@@ -0,0 +1,33 @@
<?php
return [
'title' => 'Rol yönetimi',
'role' => 'Rol',
'parameters' => 'Parametreler',
'label' => 'Etiket',
'description' => 'Açıklama',
'permissions' => 'İzinler',
'savebutton' => 'Kaydet',
'successadd' => 'Rol başarıyla eklendi',
'successmod' => 'Rol başarıyla düzenlendi',
'admin' => [
'display_name' => 'Yönetici',
'description' => 'Yönetici (tüm izinler)',
],
'backend_user' => [
'display_name' => 'Yönetim Paneli Abonesi',
'description' => 'Yönetim paneline erişimi olan kullanıcılar',
],
'create' => [
'title' => 'Bir rol ekle',
],
'edit' => [
'title' => 'Bir rolü düzenle',
],
'list' => [
'title' => 'Rol listesi',
'nbusers' => 'Kullanıcı Sayısı',
'confirmdelete' => 'Bu rolü silmek istediğinizden emin misiniz?',
'deletesuccess' => 'Rol başarıyla silindi',
],
];

View File

@@ -0,0 +1,47 @@
<?php
return [
'title' => 'Kullanıcı Yönetimi',
'returntolist' => 'Tüm Kullanıcılar',
'save' => 'Kaydet',
'informations' => 'Bilgiler',
'status' => 'Durum',
'active' => 'Aktif',
'inactive' => 'Pasif',
'lastname' => 'Soyadı',
'firstname' => 'Adı',
'email' => 'E-posta',
'roles' => 'Rol',
'successadd' => 'Kullanıcı başarıyla eklendi.',
'successmod' => 'Kullanıcı başarıyla düzenlendi.',
'newpassword' => 'Şifreniz kaydedildi.',
'create' => [
'title' => 'Kullanıcı Ekle',
'help' => 'Kullanıcı, yeni şifresini girmesine izin vereceği giriş için e-posta yoluyla bir davetiye alacak',
],
'edit' => [
'title' => 'Kullanıcı Düzenle',
],
'list' => [
'title' => 'Tüm Kullanıcılar',
'id' => 'No',
'state' => 'Durum',
'lastname' => 'Soyadı',
'firstname' => 'Adı',
'email' => 'E-posta',
'roles' => 'Rol',
'creationdate' => 'Kayıt Tarihi',
'lastconnect' => 'Son giriş',
'confirmdelete' => 'Kullanıcıyı silmek istediğinizden emin misiniz?',
'deletesuccess' => 'Kullanıcı başarıyla silindi',
],
'profile' => [
'title' => 'Kullanıcı Profili',
'subscribedsince' => ':date tarihinden beri üye',
'avatar' => 'Profil resmi',
'delavatar' => 'Profil resmini sil',
'confirmdelavatar' => 'Profil resmi silinsin mi?',
'successdelavatar' => 'Profil resmi silindi',
'successupdate' => 'Profil başarıyla güncellendi',
],
];