translate base
This commit is contained in:
59
lang/en/enums.php
Normal file
59
lang/en/enums.php
Normal file
@@ -0,0 +1,59 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'gender' => [
|
||||
'male' => 'Male',
|
||||
'female' => 'Female',
|
||||
'other' => 'Other',
|
||||
],
|
||||
|
||||
'employment_status' => [
|
||||
'active' => 'Active',
|
||||
'inactive' => 'Inactive',
|
||||
'terminated' => 'Terminated',
|
||||
'on_leave' => 'On Leave',
|
||||
],
|
||||
|
||||
'vacation_type' => [
|
||||
'annual' => 'Annual',
|
||||
'marriage' => 'Marriage',
|
||||
'study' => 'Study',
|
||||
'other' => 'Other',
|
||||
],
|
||||
|
||||
'approval_status' => [
|
||||
'pending' => 'Pending',
|
||||
'approved' => 'Approved',
|
||||
'rejected' => 'Rejected',
|
||||
],
|
||||
|
||||
'document_type' => [
|
||||
'passport' => 'Passport',
|
||||
'contract' => 'Contract',
|
||||
'medical_certificate' => 'Medical Certificate',
|
||||
'education_certificate' => 'Education Certificate',
|
||||
'other' => 'Other',
|
||||
],
|
||||
|
||||
'bonus_type' => [
|
||||
'performance' => 'Performance',
|
||||
'holiday' => 'Holiday',
|
||||
'retention' => 'Retention',
|
||||
'other' => 'Other',
|
||||
],
|
||||
|
||||
'disciplinary_severity' => [
|
||||
'low' => 'Low',
|
||||
'medium' => 'Medium',
|
||||
'high' => 'High',
|
||||
],
|
||||
|
||||
'import_type' => [
|
||||
'employees' => 'Employees',
|
||||
'vacations' => 'Vacations',
|
||||
'bonuses' => 'Bonuses',
|
||||
'reports' => 'Disciplinary Reports',
|
||||
],
|
||||
];
|
||||
51
lang/en/exports.php
Normal file
51
lang/en/exports.php
Normal file
@@ -0,0 +1,51 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'employee_list' => [
|
||||
'title' => 'Employee List',
|
||||
'heading' => 'Employee Directory',
|
||||
'generated' => 'Generated',
|
||||
'number' => '#',
|
||||
'name' => 'Name',
|
||||
'department' => 'Department',
|
||||
'position' => 'Position',
|
||||
'shift' => 'Shift',
|
||||
'status' => 'Status',
|
||||
'phone' => 'Phone',
|
||||
],
|
||||
|
||||
'employee_profile' => [
|
||||
'title' => 'Employee Profile — :name',
|
||||
'department' => 'Department',
|
||||
'position' => 'Position',
|
||||
'shift' => 'Shift',
|
||||
'status' => 'Status',
|
||||
'phone' => 'Phone',
|
||||
'hire_date' => 'Hire Date',
|
||||
'termination' => 'Termination',
|
||||
'vacation_taken' => 'Vacation Taken',
|
||||
'remaining' => 'Remaining',
|
||||
'sick_leaves' => 'Sick Leaves',
|
||||
'reports' => 'Reports',
|
||||
],
|
||||
|
||||
'leave_summary' => [
|
||||
'title' => 'Leave Summary — :name',
|
||||
'heading' => 'Leave Summary',
|
||||
'annual_taken' => 'Annual taken',
|
||||
'remaining' => 'Remaining',
|
||||
'sick_leaves' => 'Sick leaves',
|
||||
'vacations' => 'Vacations',
|
||||
'sick_leaves_heading' => 'Sick Leaves',
|
||||
'start' => 'Start',
|
||||
'end' => 'End',
|
||||
'days' => 'Days',
|
||||
'type' => 'Type',
|
||||
'status' => 'Status',
|
||||
'institution' => 'Institution',
|
||||
'no_vacation_records' => 'No vacation records.',
|
||||
'no_sick_leave_records' => 'No sick leave records.',
|
||||
],
|
||||
];
|
||||
248
lang/en/hr.php
Normal file
248
lang/en/hr.php
Normal file
@@ -0,0 +1,248 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'navigation' => [
|
||||
'organization' => 'Organization',
|
||||
'employees' => 'Employees',
|
||||
'leave_management' => 'Leave Management',
|
||||
'records' => 'Records',
|
||||
'system' => 'System',
|
||||
],
|
||||
|
||||
'resources' => [
|
||||
'audit_log' => 'Audit Log',
|
||||
'activity_log' => 'Activity Log',
|
||||
'activity_logs' => 'Activity Logs',
|
||||
'import_wizard' => 'Import Wizard',
|
||||
'department' => 'Department',
|
||||
'departments' => 'Departments',
|
||||
'position' => 'Position',
|
||||
'positions' => 'Positions',
|
||||
'shift' => 'Shift',
|
||||
'shifts' => 'Shifts',
|
||||
'employee' => 'Employee',
|
||||
'employees' => 'Employees',
|
||||
'vacation' => 'Vacation',
|
||||
'vacations' => 'Vacations',
|
||||
'sick_leave' => 'Sick Leave',
|
||||
'sick_leaves' => 'Sick Leaves',
|
||||
'unpaid_leave' => 'Unpaid Leave',
|
||||
'unpaid_leaves' => 'Unpaid Leaves',
|
||||
'disciplinary_report' => 'Disciplinary Report',
|
||||
'disciplinary_reports' => 'Disciplinary Reports',
|
||||
'explanation' => 'Explanation',
|
||||
'explanations' => 'Explanations',
|
||||
'bonus' => 'Bonus',
|
||||
'bonuses' => 'Bonuses',
|
||||
'gift' => 'Gift',
|
||||
'gifts' => 'Gifts',
|
||||
'employee_document' => 'Employee Document',
|
||||
'employee_documents' => 'Employee Documents',
|
||||
'user' => 'User',
|
||||
'users' => 'Users',
|
||||
],
|
||||
|
||||
'fields' => [
|
||||
'photo' => 'Photo',
|
||||
'employee_number' => 'Employee Number',
|
||||
'full_name' => 'Full Name',
|
||||
'national_id' => 'National ID',
|
||||
'gender' => 'Gender',
|
||||
'birth_date' => 'Birth Date',
|
||||
'phone' => 'Phone',
|
||||
'address' => 'Address',
|
||||
'department' => 'Department',
|
||||
'department_for_managers' => 'Department (for managers)',
|
||||
'position' => 'Position',
|
||||
'shift' => 'Shift',
|
||||
'employment_status' => 'Employment Status',
|
||||
'status' => 'Status',
|
||||
'hire_date' => 'Hire Date',
|
||||
'termination_date' => 'Termination Date',
|
||||
'notes' => 'Notes',
|
||||
'email_address' => 'Email address',
|
||||
'locale' => 'Language',
|
||||
'number' => 'Number',
|
||||
'name' => 'Name',
|
||||
'employee' => 'Employee',
|
||||
'type' => 'Type',
|
||||
'attachment' => 'Attachment',
|
||||
'document' => 'Document',
|
||||
'medical_document' => 'Medical Document',
|
||||
'return_date' => 'Return Date',
|
||||
'approved_by' => 'Approved By',
|
||||
'created_by' => 'Created By',
|
||||
'gift_name' => 'Gift Name',
|
||||
'gift' => 'Gift',
|
||||
'active' => 'Active',
|
||||
'starts_at' => 'Starts at',
|
||||
'ends_at' => 'Ends at',
|
||||
'starts' => 'Starts',
|
||||
'ends' => 'Ends',
|
||||
'days' => 'Days',
|
||||
'birthday' => 'Birthday',
|
||||
'download' => 'Download',
|
||||
'date' => 'Date',
|
||||
'subject_type' => 'Subject Type',
|
||||
'subject_id' => 'Subject ID',
|
||||
'causer' => 'Causer',
|
||||
'log_name' => 'Log Name',
|
||||
'changes' => 'Changes',
|
||||
'previous_values' => 'Previous Values',
|
||||
'date_range' => 'Date Range',
|
||||
'start_from' => 'Start from',
|
||||
'start_until' => 'Start until',
|
||||
'from' => 'From',
|
||||
'until' => 'Until',
|
||||
'tenure' => 'Tenure',
|
||||
'vacation_taken_days' => 'Vacation Taken (days)',
|
||||
'vacation_remaining_days' => 'Vacation Remaining (days)',
|
||||
'sick_leave_records' => 'Sick Leave Records',
|
||||
'disciplinary_reports' => 'Disciplinary Reports',
|
||||
'total_bonuses' => 'Total Bonuses',
|
||||
'gifts_received' => 'Gifts Received',
|
||||
'days_taken' => 'Days Taken',
|
||||
'days_remaining' => 'Days Remaining',
|
||||
'annual_allowance' => 'Annual Allowance',
|
||||
'scheduled_vacations' => 'Scheduled Vacations',
|
||||
'unpaid_leave_records' => 'Unpaid Leave Records',
|
||||
'explanations' => 'Explanations',
|
||||
'title' => 'Title',
|
||||
'description' => 'Description',
|
||||
'severity' => 'Severity',
|
||||
'amount' => 'Amount',
|
||||
'reason' => 'Reason',
|
||||
'bonus_date' => 'Bonus Date',
|
||||
'bonus_type' => 'Bonus Type',
|
||||
'report_date' => 'Report Date',
|
||||
'start_date' => 'Start Date',
|
||||
'end_date' => 'End Date',
|
||||
'institution' => 'Institution',
|
||||
],
|
||||
|
||||
'tabs' => [
|
||||
'personal' => 'Personal',
|
||||
'employment' => 'Employment',
|
||||
'employee' => 'Employee',
|
||||
],
|
||||
|
||||
'sections' => [
|
||||
'employee_details' => 'Employee Details',
|
||||
'overview' => 'Overview',
|
||||
'profile' => 'Profile',
|
||||
'employment_timeline' => 'Employment Timeline',
|
||||
'statistics' => 'Statistics',
|
||||
'leave_attendance' => 'Leave & Attendance',
|
||||
'hr_records' => 'HR Records',
|
||||
'leave_summary' => 'Leave Summary',
|
||||
'annual_leave_balance' => 'Annual Leave Balance',
|
||||
'upcoming_approved_leave' => 'Upcoming Approved Leave',
|
||||
'other_leave_types' => 'Other Leave Types',
|
||||
'activity_details' => 'Activity Details',
|
||||
],
|
||||
|
||||
'messages' => [
|
||||
'no_upcoming_approved_leave' => 'No upcoming approved leave',
|
||||
'days_suffix' => 'days',
|
||||
],
|
||||
|
||||
'filters' => [
|
||||
'all_shifts' => 'All shifts',
|
||||
'all_departments' => 'All departments',
|
||||
],
|
||||
|
||||
'audit' => [
|
||||
'employee' => 'Employee',
|
||||
'vacation' => 'Vacation',
|
||||
'bonus' => 'Bonus',
|
||||
'disciplinary_report' => 'Disciplinary Report',
|
||||
'department' => 'Department',
|
||||
'user' => 'User',
|
||||
],
|
||||
|
||||
'widgets' => [
|
||||
'hr_overview' => 'HR Overview',
|
||||
'upcoming_birthdays' => 'Upcoming Birthdays (30 Days)',
|
||||
'upcoming_leave' => 'Upcoming Approved Leave (14 Days)',
|
||||
'recent_disciplinary_reports' => 'Recent Disciplinary Reports',
|
||||
'monthly_hiring' => 'Monthly Hiring (Last 12 Months)',
|
||||
'vacation_days_by_month' => 'Vacation Days by Month',
|
||||
'employees_by_department' => 'Employees by Department',
|
||||
'new_hires' => 'New Hires',
|
||||
'vacation_days' => 'Vacation Days',
|
||||
'employees' => 'Employees',
|
||||
],
|
||||
|
||||
'stats' => [
|
||||
'total_employees' => 'Total Employees',
|
||||
'total_employees_desc' => 'All employees in the system',
|
||||
'active' => 'Active',
|
||||
'active_desc' => 'Currently active employees',
|
||||
'inactive' => 'Inactive',
|
||||
'inactive_desc' => 'Inactive employees',
|
||||
'on_vacation_today' => 'On Vacation Today',
|
||||
'on_vacation_today_desc' => 'Approved vacations in progress',
|
||||
'on_sick_leave_today' => 'On Sick Leave Today',
|
||||
'on_sick_leave_today_desc' => 'Employees on sick leave',
|
||||
'pending_requests' => 'Pending Requests',
|
||||
'pending_requests_desc' => 'Vacation requests awaiting approval',
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
'export' => 'Export',
|
||||
'export_selected' => 'Export Selected',
|
||||
'export_pdf' => 'Export PDF',
|
||||
'leave_summary_pdf' => 'Leave Summary PDF',
|
||||
'approve' => 'Approve',
|
||||
'reject' => 'Reject',
|
||||
'change_department' => 'Change Department',
|
||||
'download' => 'Download',
|
||||
],
|
||||
|
||||
'relation_managers' => [
|
||||
'sick_leaves' => 'Sick Leaves',
|
||||
'vacations' => 'Vacations',
|
||||
'unpaid_leaves' => 'Unpaid Leaves',
|
||||
'disciplinary_reports' => 'Disciplinary Reports',
|
||||
'explanations' => 'Explanations',
|
||||
'bonuses' => 'Bonuses',
|
||||
'gifts' => 'Gifts',
|
||||
'employee_documents' => 'Employee Documents',
|
||||
],
|
||||
|
||||
'import' => [
|
||||
'title' => 'Import Wizard',
|
||||
'import_type' => 'Import Type',
|
||||
'excel_file' => 'Excel File',
|
||||
'preview' => 'Preview',
|
||||
'import_results' => 'Import Results',
|
||||
'start_import' => 'Start Import',
|
||||
'upload' => 'Upload',
|
||||
'upload_description' => 'Select import type and upload an Excel file',
|
||||
'map_columns' => 'Map Columns',
|
||||
'map_columns_description' => 'Match spreadsheet columns to system fields',
|
||||
'column_mapping' => 'Column Mapping',
|
||||
'preview_step' => 'Preview',
|
||||
'preview_description' => 'Review the first 10 rows with validation',
|
||||
'import_step' => 'Import',
|
||||
'import_description' => 'Run the import and review results',
|
||||
'upload_required_title' => 'Upload required',
|
||||
'upload_required_body' => 'Please upload an Excel file before importing.',
|
||||
'import_queued_title' => 'Import queued',
|
||||
'import_queued_body' => 'Your import has been queued and will be processed shortly.',
|
||||
'mapping_hint' => 'Upload a file in step 1 to load column headers.',
|
||||
'upload_to_preview' => 'Upload a file to preview rows.',
|
||||
'no_rows' => 'No rows found in the uploaded file.',
|
||||
'submit_to_see_results' => 'Submit the import to see results here after processing completes.',
|
||||
'row' => 'Row',
|
||||
'validation' => 'Validation',
|
||||
'valid' => 'Valid',
|
||||
'total_rows' => 'Total rows',
|
||||
'imported' => 'Imported',
|
||||
'skipped_duplicates' => 'Skipped (duplicates)',
|
||||
'failed' => 'Failed',
|
||||
'errors' => 'Errors',
|
||||
],
|
||||
];
|
||||
35
lang/en/notifications.php
Normal file
35
lang/en/notifications.php
Normal file
@@ -0,0 +1,35 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'vacation_approved' => [
|
||||
'subject' => 'Vacation Request Approved',
|
||||
'line_approved' => 'The vacation request for :name has been approved.',
|
||||
'type' => 'Type',
|
||||
'dates' => 'Dates',
|
||||
'days' => 'Days',
|
||||
],
|
||||
|
||||
'vacation_submitted' => [
|
||||
'subject' => 'New Vacation Request Submitted',
|
||||
'line_submitted' => 'A new vacation request has been submitted for :name.',
|
||||
'type' => 'Type',
|
||||
'dates' => 'Dates',
|
||||
'days' => 'Days',
|
||||
],
|
||||
|
||||
'disciplinary_report_created' => [
|
||||
'subject' => 'New Disciplinary Report Created',
|
||||
'line_created' => 'A new disciplinary report has been created for :name.',
|
||||
'title' => 'Title',
|
||||
'severity' => 'Severity',
|
||||
'date' => 'Date',
|
||||
],
|
||||
|
||||
'employee_terminated' => [
|
||||
'subject' => 'Employee Terminated',
|
||||
'line_terminated' => ':name (:number) has been terminated.',
|
||||
'termination_date' => 'Termination date',
|
||||
],
|
||||
];
|
||||
59
lang/ru/enums.php
Normal file
59
lang/ru/enums.php
Normal file
@@ -0,0 +1,59 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'gender' => [
|
||||
'male' => 'Мужской',
|
||||
'female' => 'Женский',
|
||||
'other' => 'Другой',
|
||||
],
|
||||
|
||||
'employment_status' => [
|
||||
'active' => 'Активный',
|
||||
'inactive' => 'Неактивный',
|
||||
'terminated' => 'Уволен',
|
||||
'on_leave' => 'В отпуске',
|
||||
],
|
||||
|
||||
'vacation_type' => [
|
||||
'annual' => 'Ежегодный',
|
||||
'marriage' => 'Свадебный',
|
||||
'study' => 'Учебный',
|
||||
'other' => 'Другой',
|
||||
],
|
||||
|
||||
'approval_status' => [
|
||||
'pending' => 'Ожидает',
|
||||
'approved' => 'Одобрено',
|
||||
'rejected' => 'Отклонено',
|
||||
],
|
||||
|
||||
'document_type' => [
|
||||
'passport' => 'Паспорт',
|
||||
'contract' => 'Договор',
|
||||
'medical_certificate' => 'Медицинская справка',
|
||||
'education_certificate' => 'Сертификат об образовании',
|
||||
'other' => 'Другое',
|
||||
],
|
||||
|
||||
'bonus_type' => [
|
||||
'performance' => 'За результат',
|
||||
'holiday' => 'Праздничная',
|
||||
'retention' => 'Удержание',
|
||||
'other' => 'Другая',
|
||||
],
|
||||
|
||||
'disciplinary_severity' => [
|
||||
'low' => 'Низкая',
|
||||
'medium' => 'Средняя',
|
||||
'high' => 'Высокая',
|
||||
],
|
||||
|
||||
'import_type' => [
|
||||
'employees' => 'Сотрудники',
|
||||
'vacations' => 'Отпуска',
|
||||
'bonuses' => 'Премии',
|
||||
'reports' => 'Дисциплинарные отчёты',
|
||||
],
|
||||
];
|
||||
51
lang/ru/exports.php
Normal file
51
lang/ru/exports.php
Normal file
@@ -0,0 +1,51 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'employee_list' => [
|
||||
'title' => 'Список сотрудников',
|
||||
'heading' => 'Справочник сотрудников',
|
||||
'generated' => 'Создано',
|
||||
'number' => '#',
|
||||
'name' => 'Имя',
|
||||
'department' => 'Отдел',
|
||||
'position' => 'Должность',
|
||||
'shift' => 'Смена',
|
||||
'status' => 'Статус',
|
||||
'phone' => 'Телефон',
|
||||
],
|
||||
|
||||
'employee_profile' => [
|
||||
'title' => 'Профиль сотрудника — :name',
|
||||
'department' => 'Отдел',
|
||||
'position' => 'Должность',
|
||||
'shift' => 'Смена',
|
||||
'status' => 'Статус',
|
||||
'phone' => 'Телефон',
|
||||
'hire_date' => 'Дата приёма',
|
||||
'termination' => 'Увольнение',
|
||||
'vacation_taken' => 'Использовано отпуска',
|
||||
'remaining' => 'Остаток',
|
||||
'sick_leaves' => 'Больничные',
|
||||
'reports' => 'Отчёты',
|
||||
],
|
||||
|
||||
'leave_summary' => [
|
||||
'title' => 'Сводка отпусков — :name',
|
||||
'heading' => 'Сводка отпусков',
|
||||
'annual_taken' => 'Использовано годовых',
|
||||
'remaining' => 'Остаток',
|
||||
'sick_leaves' => 'Больничные',
|
||||
'vacations' => 'Отпуска',
|
||||
'sick_leaves_heading' => 'Больничные',
|
||||
'start' => 'Начало',
|
||||
'end' => 'Конец',
|
||||
'days' => 'Дней',
|
||||
'type' => 'Тип',
|
||||
'status' => 'Статус',
|
||||
'institution' => 'Учреждение',
|
||||
'no_vacation_records' => 'Записей об отпусках нет.',
|
||||
'no_sick_leave_records' => 'Записей о больничных нет.',
|
||||
],
|
||||
];
|
||||
248
lang/ru/hr.php
Normal file
248
lang/ru/hr.php
Normal file
@@ -0,0 +1,248 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'navigation' => [
|
||||
'organization' => 'Организация',
|
||||
'employees' => 'Сотрудники',
|
||||
'leave_management' => 'Управление отпусками',
|
||||
'records' => 'Записи',
|
||||
'system' => 'Система',
|
||||
],
|
||||
|
||||
'resources' => [
|
||||
'audit_log' => 'Журнал аудита',
|
||||
'activity_log' => 'Журнал активности',
|
||||
'activity_logs' => 'Журналы активности',
|
||||
'import_wizard' => 'Мастер импорта',
|
||||
'department' => 'Отдел',
|
||||
'departments' => 'Отделы',
|
||||
'position' => 'Должность',
|
||||
'positions' => 'Должности',
|
||||
'shift' => 'Смена',
|
||||
'shifts' => 'Смены',
|
||||
'employee' => 'Сотрудник',
|
||||
'employees' => 'Сотрудники',
|
||||
'vacation' => 'Отпуск',
|
||||
'vacations' => 'Отпуска',
|
||||
'sick_leave' => 'Больничный',
|
||||
'sick_leaves' => 'Больничные',
|
||||
'unpaid_leave' => 'Неоплачиваемый отпуск',
|
||||
'unpaid_leaves' => 'Неоплачиваемые отпуска',
|
||||
'disciplinary_report' => 'Дисциплинарный отчёт',
|
||||
'disciplinary_reports' => 'Дисциплинарные отчёты',
|
||||
'explanation' => 'Объяснительная',
|
||||
'explanations' => 'Объяснительные',
|
||||
'bonus' => 'Премия',
|
||||
'bonuses' => 'Премии',
|
||||
'gift' => 'Подарок',
|
||||
'gifts' => 'Подарки',
|
||||
'employee_document' => 'Документ сотрудника',
|
||||
'employee_documents' => 'Документы сотрудников',
|
||||
'user' => 'Пользователь',
|
||||
'users' => 'Пользователи',
|
||||
],
|
||||
|
||||
'fields' => [
|
||||
'photo' => 'Фото',
|
||||
'employee_number' => 'Табельный номер',
|
||||
'full_name' => 'ФИО',
|
||||
'national_id' => 'Национальный ID',
|
||||
'gender' => 'Пол',
|
||||
'birth_date' => 'Дата рождения',
|
||||
'phone' => 'Телефон',
|
||||
'address' => 'Адрес',
|
||||
'department' => 'Отдел',
|
||||
'department_for_managers' => 'Отдел (для менеджеров)',
|
||||
'position' => 'Должность',
|
||||
'shift' => 'Смена',
|
||||
'employment_status' => 'Статус занятости',
|
||||
'status' => 'Статус',
|
||||
'hire_date' => 'Дата приёма',
|
||||
'termination_date' => 'Дата увольнения',
|
||||
'notes' => 'Примечания',
|
||||
'email_address' => 'Email',
|
||||
'locale' => 'Язык',
|
||||
'number' => 'Номер',
|
||||
'name' => 'Имя',
|
||||
'employee' => 'Сотрудник',
|
||||
'type' => 'Тип',
|
||||
'attachment' => 'Вложение',
|
||||
'document' => 'Документ',
|
||||
'medical_document' => 'Медицинский документ',
|
||||
'return_date' => 'Дата возвращения',
|
||||
'approved_by' => 'Утвердил',
|
||||
'created_by' => 'Создал',
|
||||
'gift_name' => 'Название подарка',
|
||||
'gift' => 'Подарок',
|
||||
'active' => 'Активен',
|
||||
'starts_at' => 'Начало',
|
||||
'ends_at' => 'Конец',
|
||||
'starts' => 'Начало',
|
||||
'ends' => 'Конец',
|
||||
'days' => 'Дней',
|
||||
'birthday' => 'День рождения',
|
||||
'download' => 'Скачать',
|
||||
'date' => 'Дата',
|
||||
'subject_type' => 'Тип объекта',
|
||||
'subject_id' => 'ID объекта',
|
||||
'causer' => 'Инициатор',
|
||||
'log_name' => 'Имя журнала',
|
||||
'changes' => 'Изменения',
|
||||
'previous_values' => 'Предыдущие значения',
|
||||
'date_range' => 'Диапазон дат',
|
||||
'start_from' => 'Начало с',
|
||||
'start_until' => 'Начало до',
|
||||
'from' => 'С',
|
||||
'until' => 'До',
|
||||
'tenure' => 'Стаж',
|
||||
'vacation_taken_days' => 'Использовано отпуска (дней)',
|
||||
'vacation_remaining_days' => 'Остаток отпуска (дней)',
|
||||
'sick_leave_records' => 'Записи о больничных',
|
||||
'disciplinary_reports' => 'Дисциплинарные отчёты',
|
||||
'total_bonuses' => 'Всего премий',
|
||||
'gifts_received' => 'Получено подарков',
|
||||
'days_taken' => 'Использовано дней',
|
||||
'days_remaining' => 'Осталось дней',
|
||||
'annual_allowance' => 'Годовая норма',
|
||||
'scheduled_vacations' => 'Запланированные отпуска',
|
||||
'unpaid_leave_records' => 'Записи неоплачиваемого отпуска',
|
||||
'explanations' => 'Объяснительные',
|
||||
'title' => 'Заголовок',
|
||||
'description' => 'Описание',
|
||||
'severity' => 'Серьёзность',
|
||||
'amount' => 'Сумма',
|
||||
'reason' => 'Причина',
|
||||
'bonus_date' => 'Дата премии',
|
||||
'bonus_type' => 'Тип премии',
|
||||
'report_date' => 'Дата отчёта',
|
||||
'start_date' => 'Дата начала',
|
||||
'end_date' => 'Дата окончания',
|
||||
'institution' => 'Учреждение',
|
||||
],
|
||||
|
||||
'tabs' => [
|
||||
'personal' => 'Личные данные',
|
||||
'employment' => 'Трудоустройство',
|
||||
'employee' => 'Сотрудник',
|
||||
],
|
||||
|
||||
'sections' => [
|
||||
'employee_details' => 'Данные сотрудника',
|
||||
'overview' => 'Обзор',
|
||||
'profile' => 'Профиль',
|
||||
'employment_timeline' => 'История трудоустройства',
|
||||
'statistics' => 'Статистика',
|
||||
'leave_attendance' => 'Отпуска и посещаемость',
|
||||
'hr_records' => 'HR записи',
|
||||
'leave_summary' => 'Сводка отпусков',
|
||||
'annual_leave_balance' => 'Баланс ежегодного отпуска',
|
||||
'upcoming_approved_leave' => 'Предстоящий одобренный отпуск',
|
||||
'other_leave_types' => 'Другие типы отпусков',
|
||||
'activity_details' => 'Детали активности',
|
||||
],
|
||||
|
||||
'messages' => [
|
||||
'no_upcoming_approved_leave' => 'Нет предстоящих одобренных отпусков',
|
||||
'days_suffix' => 'дней',
|
||||
],
|
||||
|
||||
'filters' => [
|
||||
'all_shifts' => 'Все смены',
|
||||
'all_departments' => 'Все отделы',
|
||||
],
|
||||
|
||||
'audit' => [
|
||||
'employee' => 'Сотрудник',
|
||||
'vacation' => 'Отпуск',
|
||||
'bonus' => 'Премия',
|
||||
'disciplinary_report' => 'Дисциплинарный отчёт',
|
||||
'department' => 'Отдел',
|
||||
'user' => 'Пользователь',
|
||||
],
|
||||
|
||||
'widgets' => [
|
||||
'hr_overview' => 'Обзор HR',
|
||||
'upcoming_birthdays' => 'Предстоящие дни рождения (30 дней)',
|
||||
'upcoming_leave' => 'Предстоящий одобренный отпуск (14 дней)',
|
||||
'recent_disciplinary_reports' => 'Недавние дисциплинарные отчёты',
|
||||
'monthly_hiring' => 'Ежемесячный найм (последние 12 месяцев)',
|
||||
'vacation_days_by_month' => 'Дни отпуска по месяцам',
|
||||
'employees_by_department' => 'Сотрудники по отделам',
|
||||
'new_hires' => 'Новые сотрудники',
|
||||
'vacation_days' => 'Дни отпуска',
|
||||
'employees' => 'Сотрудники',
|
||||
],
|
||||
|
||||
'stats' => [
|
||||
'total_employees' => 'Всего сотрудников',
|
||||
'total_employees_desc' => 'Все сотрудники в системе',
|
||||
'active' => 'Активные',
|
||||
'active_desc' => 'Сейчас активные сотрудники',
|
||||
'inactive' => 'Неактивные',
|
||||
'inactive_desc' => 'Неактивные сотрудники',
|
||||
'on_vacation_today' => 'В отпуске сегодня',
|
||||
'on_vacation_today_desc' => 'Одобренные отпуска в процессе',
|
||||
'on_sick_leave_today' => 'На больничном сегодня',
|
||||
'on_sick_leave_today_desc' => 'Сотрудники на больничном',
|
||||
'pending_requests' => 'Ожидающие запросы',
|
||||
'pending_requests_desc' => 'Запросы на отпуск, ожидающие одобрения',
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
'export' => 'Экспорт',
|
||||
'export_selected' => 'Экспорт выбранного',
|
||||
'export_pdf' => 'Экспорт PDF',
|
||||
'leave_summary_pdf' => 'PDF сводки отпусков',
|
||||
'approve' => 'Одобрить',
|
||||
'reject' => 'Отклонить',
|
||||
'change_department' => 'Изменить отдел',
|
||||
'download' => 'Скачать',
|
||||
],
|
||||
|
||||
'relation_managers' => [
|
||||
'sick_leaves' => 'Больничные',
|
||||
'vacations' => 'Отпуска',
|
||||
'unpaid_leaves' => 'Неоплачиваемые отпуска',
|
||||
'disciplinary_reports' => 'Дисциплинарные отчёты',
|
||||
'explanations' => 'Объяснительные',
|
||||
'bonuses' => 'Премии',
|
||||
'gifts' => 'Подарки',
|
||||
'employee_documents' => 'Документы сотрудников',
|
||||
],
|
||||
|
||||
'import' => [
|
||||
'title' => 'Мастер импорта',
|
||||
'import_type' => 'Тип импорта',
|
||||
'excel_file' => 'Файл Excel',
|
||||
'preview' => 'Предпросмотр',
|
||||
'import_results' => 'Результаты импорта',
|
||||
'start_import' => 'Начать импорт',
|
||||
'upload' => 'Загрузка',
|
||||
'upload_description' => 'Выберите тип импорта и загрузите файл Excel',
|
||||
'map_columns' => 'Сопоставление столбцов',
|
||||
'map_columns_description' => 'Сопоставьте столбцы таблицы с полями системы',
|
||||
'column_mapping' => 'Сопоставление столбцов',
|
||||
'preview_step' => 'Предпросмотр',
|
||||
'preview_description' => 'Просмотрите первые 10 строк с проверкой',
|
||||
'import_step' => 'Импорт',
|
||||
'import_description' => 'Запустите импорт и просмотрите результаты',
|
||||
'upload_required_title' => 'Требуется загрузка',
|
||||
'upload_required_body' => 'Пожалуйста, загрузите файл Excel перед импортом.',
|
||||
'import_queued_title' => 'Импорт поставлен в очередь',
|
||||
'import_queued_body' => 'Ваш импорт поставлен в очередь и будет обработан в ближайшее время.',
|
||||
'mapping_hint' => 'Загрузите файл на шаге 1 для загрузки заголовков столбцов.',
|
||||
'upload_to_preview' => 'Загрузите файл для предпросмотра строк.',
|
||||
'no_rows' => 'В загруженном файле строк не найдено.',
|
||||
'submit_to_see_results' => 'Отправьте импорт, чтобы увидеть результаты после обработки.',
|
||||
'row' => 'Строка',
|
||||
'validation' => 'Проверка',
|
||||
'valid' => 'Действительно',
|
||||
'total_rows' => 'Всего строк',
|
||||
'imported' => 'Импортировано',
|
||||
'skipped_duplicates' => 'Пропущено (дубликаты)',
|
||||
'failed' => 'Ошибки',
|
||||
'errors' => 'Ошибки',
|
||||
],
|
||||
];
|
||||
35
lang/ru/notifications.php
Normal file
35
lang/ru/notifications.php
Normal file
@@ -0,0 +1,35 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'vacation_approved' => [
|
||||
'subject' => 'Запрос на отпуск одобрен',
|
||||
'line_approved' => 'Запрос на отпуск для :name одобрен.',
|
||||
'type' => 'Тип',
|
||||
'dates' => 'Даты',
|
||||
'days' => 'Дней',
|
||||
],
|
||||
|
||||
'vacation_submitted' => [
|
||||
'subject' => 'Новый запрос на отпуск',
|
||||
'line_submitted' => 'Новый запрос на отпуск отправлен для :name.',
|
||||
'type' => 'Тип',
|
||||
'dates' => 'Даты',
|
||||
'days' => 'Дней',
|
||||
],
|
||||
|
||||
'disciplinary_report_created' => [
|
||||
'subject' => 'Создан новый дисциплинарный отчёт',
|
||||
'line_created' => 'Новый дисциплинарный отчёт создан для :name.',
|
||||
'title' => 'Заголовок',
|
||||
'severity' => 'Серьёзность',
|
||||
'date' => 'Дата',
|
||||
],
|
||||
|
||||
'employee_terminated' => [
|
||||
'subject' => 'Сотрудник уволен',
|
||||
'line_terminated' => ':name (:number) уволен.',
|
||||
'termination_date' => 'Дата увольнения',
|
||||
],
|
||||
];
|
||||
59
lang/tk/enums.php
Normal file
59
lang/tk/enums.php
Normal file
@@ -0,0 +1,59 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'gender' => [
|
||||
'male' => 'Erkek',
|
||||
'female' => 'Aýal',
|
||||
'other' => 'Beýleki',
|
||||
],
|
||||
|
||||
'employment_status' => [
|
||||
'active' => 'Işjeň',
|
||||
'inactive' => 'Işjeň däl',
|
||||
'terminated' => 'Işden boşadyldy',
|
||||
'on_leave' => 'Rugsatda',
|
||||
],
|
||||
|
||||
'vacation_type' => [
|
||||
'annual' => 'Ýyllyk',
|
||||
'marriage' => 'Toý',
|
||||
'study' => 'Okuw',
|
||||
'other' => 'Beýleki',
|
||||
],
|
||||
|
||||
'approval_status' => [
|
||||
'pending' => 'Garaşylýar',
|
||||
'approved' => 'Tassyklandy',
|
||||
'rejected' => 'Ret edildi',
|
||||
],
|
||||
|
||||
'document_type' => [
|
||||
'passport' => 'Pasport',
|
||||
'contract' => 'Şertnama',
|
||||
'medical_certificate' => 'Lukmançylyk kepilnamasy',
|
||||
'education_certificate' => 'Bilim kepilnamasy',
|
||||
'other' => 'Beýleki',
|
||||
],
|
||||
|
||||
'bonus_type' => [
|
||||
'performance' => 'Netije',
|
||||
'holiday' => 'Baýramçylyk',
|
||||
'retention' => 'Saklamak',
|
||||
'other' => 'Beýleki',
|
||||
],
|
||||
|
||||
'disciplinary_severity' => [
|
||||
'low' => 'Pes',
|
||||
'medium' => 'Orta',
|
||||
'high' => 'Ýokary',
|
||||
],
|
||||
|
||||
'import_type' => [
|
||||
'employees' => 'Işgärler',
|
||||
'vacations' => 'Dynç alyşlar',
|
||||
'bonuses' => 'Baýraklar',
|
||||
'reports' => 'Terbiýe hasabatlary',
|
||||
],
|
||||
];
|
||||
51
lang/tk/exports.php
Normal file
51
lang/tk/exports.php
Normal file
@@ -0,0 +1,51 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'employee_list' => [
|
||||
'title' => 'Işgärler sanawy',
|
||||
'heading' => 'Işgärler katalogy',
|
||||
'generated' => 'Döredildi',
|
||||
'number' => '#',
|
||||
'name' => 'Ady',
|
||||
'department' => 'Bölüm',
|
||||
'position' => 'Wezipesi',
|
||||
'shift' => 'Smena',
|
||||
'status' => 'Status',
|
||||
'phone' => 'Telefon',
|
||||
],
|
||||
|
||||
'employee_profile' => [
|
||||
'title' => 'Işgär profili — :name',
|
||||
'department' => 'Bölüm',
|
||||
'position' => 'Wezipesi',
|
||||
'shift' => 'Smena',
|
||||
'status' => 'Status',
|
||||
'phone' => 'Telefon',
|
||||
'hire_date' => 'Işe kabul senesi',
|
||||
'termination' => 'Işden boşatma',
|
||||
'vacation_taken' => 'Alnan dynç alyş',
|
||||
'remaining' => 'Galan',
|
||||
'sick_leaves' => 'Kesel rugsatlary',
|
||||
'reports' => 'Hasabatlary',
|
||||
],
|
||||
|
||||
'leave_summary' => [
|
||||
'title' => 'Dynç alyş jemlemesi — :name',
|
||||
'heading' => 'Dynç alyş jemlemesi',
|
||||
'annual_taken' => 'Alnan ýyllyk',
|
||||
'remaining' => 'Galan',
|
||||
'sick_leaves' => 'Kesel rugsatlary',
|
||||
'vacations' => 'Dynç alyşlar',
|
||||
'sick_leaves_heading' => 'Kesel rugsatlary',
|
||||
'start' => 'Başlanýar',
|
||||
'end' => 'Tamamlanýar',
|
||||
'days' => 'Günler',
|
||||
'type' => 'Görnüşi',
|
||||
'status' => 'Status',
|
||||
'institution' => 'Gurama',
|
||||
'no_vacation_records' => 'Dynç alyş ýazgylary ýok.',
|
||||
'no_sick_leave_records' => 'Kesel rugsat ýazgylary ýok.',
|
||||
],
|
||||
];
|
||||
248
lang/tk/hr.php
Normal file
248
lang/tk/hr.php
Normal file
@@ -0,0 +1,248 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'navigation' => [
|
||||
'organization' => 'Gurama',
|
||||
'employees' => 'Işgärler',
|
||||
'leave_management' => 'Dynç alyş dolandyryşy',
|
||||
'records' => 'Ýazgylar',
|
||||
'system' => 'Ulgam',
|
||||
],
|
||||
|
||||
'resources' => [
|
||||
'audit_log' => 'Audit žurnaly',
|
||||
'activity_log' => 'Işjeňlik ýazgy',
|
||||
'activity_logs' => 'Işjeňlik ýazgylary',
|
||||
'import_wizard' => 'Import soragçy',
|
||||
'department' => 'Bölüm',
|
||||
'departments' => 'Bölümler',
|
||||
'position' => 'Wezipesi',
|
||||
'positions' => 'Wezipeler',
|
||||
'shift' => 'Smena',
|
||||
'shifts' => 'Smenalar',
|
||||
'employee' => 'Işgär',
|
||||
'employees' => 'Işgärler',
|
||||
'vacation' => 'Dynç alyş',
|
||||
'vacations' => 'Dynç alyşlar',
|
||||
'sick_leave' => 'Kesel rugsady',
|
||||
'sick_leaves' => 'Kesel rugsatlary',
|
||||
'unpaid_leave' => 'Tölegsiz rugsat',
|
||||
'unpaid_leaves' => 'Tölegsiz rugsatlar',
|
||||
'disciplinary_report' => 'Terbiýe hasabaty',
|
||||
'disciplinary_reports' => 'Terbiýe hasabatlary',
|
||||
'explanation' => 'Düşündiriş',
|
||||
'explanations' => 'Düşündirişler',
|
||||
'bonus' => 'Baýrak',
|
||||
'bonuses' => 'Baýraklar',
|
||||
'gift' => 'Sowgat',
|
||||
'gifts' => 'Sowgatlar',
|
||||
'employee_document' => 'Işgär resminamasy',
|
||||
'employee_documents' => 'Işgär resminamalary',
|
||||
'user' => 'Ulanyjy',
|
||||
'users' => 'Ulanyjylar',
|
||||
],
|
||||
|
||||
'fields' => [
|
||||
'photo' => 'Surat',
|
||||
'employee_number' => 'Işgär belgisi',
|
||||
'full_name' => 'Doly ady',
|
||||
'national_id' => 'Milli ID',
|
||||
'gender' => 'Jyns',
|
||||
'birth_date' => 'Doglan senesi',
|
||||
'phone' => 'Telefon',
|
||||
'address' => 'Salgy',
|
||||
'department' => 'Bölüm',
|
||||
'department_for_managers' => 'Bölüm (dolandyryjylar üçin)',
|
||||
'position' => 'Wezipesi',
|
||||
'shift' => 'Smena',
|
||||
'employment_status' => 'Iş statusy',
|
||||
'status' => 'Status',
|
||||
'hire_date' => 'Işe kabul senesi',
|
||||
'termination_date' => 'Işden boşatylan senesi',
|
||||
'notes' => 'Bellikler',
|
||||
'email_address' => 'Email salgysy',
|
||||
'locale' => 'Dil',
|
||||
'number' => 'Belgisi',
|
||||
'name' => 'Ady',
|
||||
'employee' => 'Işgär',
|
||||
'type' => 'Görnüşi',
|
||||
'attachment' => 'Goşmaça',
|
||||
'document' => 'Resminama',
|
||||
'medical_document' => 'Lukmançylyk resminamasy',
|
||||
'return_date' => 'Yzyna gelen senesi',
|
||||
'approved_by' => 'Tassyklady',
|
||||
'created_by' => 'Döretdi',
|
||||
'gift_name' => 'Sowgat ady',
|
||||
'gift' => 'Sowgat',
|
||||
'active' => 'Işjeň',
|
||||
'starts_at' => 'Başlaýar',
|
||||
'ends_at' => 'Tamamlanýar',
|
||||
'starts' => 'Başlaýar',
|
||||
'ends' => 'Tamamlanýar',
|
||||
'days' => 'Günler',
|
||||
'birthday' => 'Doglan güni',
|
||||
'download' => 'Göçürip al',
|
||||
'date' => 'Sene',
|
||||
'subject_type' => 'Obýekt görnüşi',
|
||||
'subject_id' => 'Obýekt ID',
|
||||
'causer' => 'Başlangyç',
|
||||
'log_name' => 'Žurnal ady',
|
||||
'changes' => 'Üýtgeşmeler',
|
||||
'previous_values' => 'Öňki bahalar',
|
||||
'date_range' => 'Sene aralygy',
|
||||
'start_from' => 'Başlanýan',
|
||||
'start_until' => 'Başlanýan çenli',
|
||||
'from' => 'Dan',
|
||||
'until' => 'Çenli',
|
||||
'tenure' => 'Iş tejribesi',
|
||||
'vacation_taken_days' => 'Alnan dynç alyş (gün)',
|
||||
'vacation_remaining_days' => 'Galan dynç alyş (gün)',
|
||||
'sick_leave_records' => 'Kesel rugsat ýazgylary',
|
||||
'disciplinary_reports' => 'Terbiýe hasabatlary',
|
||||
'total_bonuses' => 'Jemi baýraklar',
|
||||
'gifts_received' => 'Alnan sowgatlar',
|
||||
'days_taken' => 'Alnan günler',
|
||||
'days_remaining' => 'Galan günler',
|
||||
'annual_allowance' => 'Ýyllyk norma',
|
||||
'scheduled_vacations' => 'Meýilleşdirilen dynç alyşlar',
|
||||
'unpaid_leave_records' => 'Tölegsiz rugsat ýazgylary',
|
||||
'explanations' => 'Düşündirişler',
|
||||
'title' => 'Ady',
|
||||
'description' => 'Düşündiriş',
|
||||
'severity' => 'Agyrlygy',
|
||||
'amount' => 'Mukdary',
|
||||
'reason' => 'Sebäbi',
|
||||
'bonus_date' => 'Baýrak senesi',
|
||||
'bonus_type' => 'Baýrak görnüşi',
|
||||
'report_date' => 'Hasabat senesi',
|
||||
'start_date' => 'Başlanan senesi',
|
||||
'end_date' => 'Tamamlanan senesi',
|
||||
'institution' => 'Gurama',
|
||||
],
|
||||
|
||||
'tabs' => [
|
||||
'personal' => 'Şahsy',
|
||||
'employment' => 'Iş',
|
||||
'employee' => 'Işgär',
|
||||
],
|
||||
|
||||
'sections' => [
|
||||
'employee_details' => 'Işgär maglumatlary',
|
||||
'overview' => 'Gysgaça',
|
||||
'profile' => 'Profil',
|
||||
'employment_timeline' => 'Iş taryhy',
|
||||
'statistics' => 'Statistika',
|
||||
'leave_attendance' => 'Dynç alyş we gatnaşyk',
|
||||
'hr_records' => 'HR ýazgylary',
|
||||
'leave_summary' => 'Dynç alyş jemlemesi',
|
||||
'annual_leave_balance' => 'Ýyllyk dynç alyş balansy',
|
||||
'upcoming_approved_leave' => 'Ýakynlaşýan tassyklanan dynç alyş',
|
||||
'other_leave_types' => 'Beýleki rugsat görnüşleri',
|
||||
'activity_details' => 'Işjeňlik jikme-jiklikleri',
|
||||
],
|
||||
|
||||
'messages' => [
|
||||
'no_upcoming_approved_leave' => 'Ýakynlaşýan tassyklanan dynç alyş ýok',
|
||||
'days_suffix' => 'gün',
|
||||
],
|
||||
|
||||
'filters' => [
|
||||
'all_shifts' => 'Ähli smenalar',
|
||||
'all_departments' => 'Ähli bölümler',
|
||||
],
|
||||
|
||||
'audit' => [
|
||||
'employee' => 'Işgär',
|
||||
'vacation' => 'Dynç alyş',
|
||||
'bonus' => 'Baýrak',
|
||||
'disciplinary_report' => 'Terbiýe hasabaty',
|
||||
'department' => 'Bölüm',
|
||||
'user' => 'Ulanyjy',
|
||||
],
|
||||
|
||||
'widgets' => [
|
||||
'hr_overview' => 'HR syn',
|
||||
'upcoming_birthdays' => 'Ýakynlaşýan doglan günler (30 gün)',
|
||||
'upcoming_leave' => 'Ýakynlaşýan tassyklanan dynç alyş (14 gün)',
|
||||
'recent_disciplinary_reports' => 'Soňky terbiýe hasabatlary',
|
||||
'monthly_hiring' => 'Aýlyk işe kabul (soňky 12 aý)',
|
||||
'vacation_days_by_month' => 'Aýlar boýunça dynç alyş günleri',
|
||||
'employees_by_department' => 'Bölümler boýunça işgärler',
|
||||
'new_hires' => 'Täze işgärler',
|
||||
'vacation_days' => 'Dynç alyş günleri',
|
||||
'employees' => 'Işgärler',
|
||||
],
|
||||
|
||||
'stats' => [
|
||||
'total_employees' => 'Jemi işgärler',
|
||||
'total_employees_desc' => 'Ulgamdaky ähli işgärler',
|
||||
'active' => 'Işjeň',
|
||||
'active_desc' => 'Häzirki işjeň işgärler',
|
||||
'inactive' => 'Işjeň däl',
|
||||
'inactive_desc' => 'Işjeň däl işgärler',
|
||||
'on_vacation_today' => 'Şu gün dynç alyşda',
|
||||
'on_vacation_today_desc' => 'Tassyklanan dynç alyşlar dowam edýär',
|
||||
'on_sick_leave_today' => 'Şu gün kesel rugsadynda',
|
||||
'on_sick_leave_today_desc' => 'Kesel rugsadyndaky işgärler',
|
||||
'pending_requests' => 'Garaşylýan soraglar',
|
||||
'pending_requests_desc' => 'Tassyklamagy garaşylýan dynç alyş soraglary',
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
'export' => 'Eksport',
|
||||
'export_selected' => 'Saýlanany eksport et',
|
||||
'export_pdf' => 'PDF eksport',
|
||||
'leave_summary_pdf' => 'Dynç alyş jemlemesi PDF',
|
||||
'approve' => 'Tassykla',
|
||||
'reject' => 'Ret et',
|
||||
'change_department' => 'Bölümi üýtget',
|
||||
'download' => 'Göçürip al',
|
||||
],
|
||||
|
||||
'relation_managers' => [
|
||||
'sick_leaves' => 'Kesel rugsatlary',
|
||||
'vacations' => 'Dynç alyşlar',
|
||||
'unpaid_leaves' => 'Tölegsiz rugsatlar',
|
||||
'disciplinary_reports' => 'Terbiýe hasabatlary',
|
||||
'explanations' => 'Düşündirişler',
|
||||
'bonuses' => 'Baýraklar',
|
||||
'gifts' => 'Sowgatlar',
|
||||
'employee_documents' => 'Işgär resminamalary',
|
||||
],
|
||||
|
||||
'import' => [
|
||||
'title' => 'Import soragçy',
|
||||
'import_type' => 'Import görnüşi',
|
||||
'excel_file' => 'Excel faýl',
|
||||
'preview' => 'Deslapky syn',
|
||||
'import_results' => 'Import netijeleri',
|
||||
'start_import' => 'Importy başlat',
|
||||
'upload' => 'Ýüklemek',
|
||||
'upload_description' => 'Import görnüşini saýlaň we Excel faýl ýükläň',
|
||||
'map_columns' => 'Sütünleri deňleşdir',
|
||||
'map_columns_description' => 'Tablisanyň sütünlerini ulgam meýdanlary bilen deňleşdiriň',
|
||||
'column_mapping' => 'Sütün deňleşdirmesi',
|
||||
'preview_step' => 'Deslapky syn',
|
||||
'preview_description' => 'Barlag bilen ilkinji 10 setiri gözden geçiriň',
|
||||
'import_step' => 'Import',
|
||||
'import_description' => 'Importy işlediň we netijeleri gözden geçiriň',
|
||||
'upload_required_title' => 'Ýüklemek zerur',
|
||||
'upload_required_body' => 'Importdan öň Excel faýl ýükläň.',
|
||||
'import_queued_title' => 'Import nobatda',
|
||||
'import_queued_body' => 'Importyňyz nobata goýuldy we ýakyn wagtda işleniler.',
|
||||
'mapping_hint' => 'Sütün başlyklaryny ýüklemek üçin 1-nji ädimde faýl ýükläň.',
|
||||
'upload_to_preview' => 'Setirleri görmek üçin faýl ýükläň.',
|
||||
'no_rows' => 'Ýüklenen faýlda setir tapylmady.',
|
||||
'submit_to_see_results' => 'Işlenenden soň netijeleri görmek üçin importy iberiň.',
|
||||
'row' => 'Setir',
|
||||
'validation' => 'Barlag',
|
||||
'valid' => 'Dogry',
|
||||
'total_rows' => 'Jemi setirler',
|
||||
'imported' => 'Import edildi',
|
||||
'skipped_duplicates' => 'Geçildi (dublikatlar)',
|
||||
'failed' => 'Şowsuz',
|
||||
'errors' => 'Ýalňyşlyklar',
|
||||
],
|
||||
];
|
||||
35
lang/tk/notifications.php
Normal file
35
lang/tk/notifications.php
Normal file
@@ -0,0 +1,35 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
'vacation_approved' => [
|
||||
'subject' => 'Dynç alyş soragy tassyklandy',
|
||||
'line_approved' => ':name üçin dynç alyş soragy tassyklandy.',
|
||||
'type' => 'Görnüşi',
|
||||
'dates' => 'Seneler',
|
||||
'days' => 'Günler',
|
||||
],
|
||||
|
||||
'vacation_submitted' => [
|
||||
'subject' => 'Täze dynç alyş soragy',
|
||||
'line_submitted' => ':name üçin täze dynç alyş soragy iberildi.',
|
||||
'type' => 'Görnüşi',
|
||||
'dates' => 'Seneler',
|
||||
'days' => 'Günler',
|
||||
],
|
||||
|
||||
'disciplinary_report_created' => [
|
||||
'subject' => 'Täze terbiýe hasabaty döredildi',
|
||||
'line_created' => ':name üçin täze terbiýe hasabaty döredildi.',
|
||||
'title' => 'Ady',
|
||||
'severity' => 'Agyrlygy',
|
||||
'date' => 'Sene',
|
||||
],
|
||||
|
||||
'employee_terminated' => [
|
||||
'subject' => 'Işgär işden boşadyldy',
|
||||
'line_terminated' => ':name (:number) işden boşadyldy.',
|
||||
'termination_date' => 'Işden boşatylan senesi',
|
||||
],
|
||||
];
|
||||
9
lang/vendor/filament/am/components/button.php
vendored
Normal file
9
lang/vendor/filament/am/components/button.php
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'messages' => [
|
||||
|
||||
'uploading_file' => 'በመጫን ላይ...',
|
||||
],
|
||||
];
|
||||
9
lang/vendor/filament/am/components/copyable.php
vendored
Normal file
9
lang/vendor/filament/am/components/copyable.php
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'messages' => [
|
||||
|
||||
'copied' => 'ተቀድቶዋል',
|
||||
],
|
||||
];
|
||||
12
lang/vendor/filament/am/components/modal.php
vendored
Normal file
12
lang/vendor/filament/am/components/modal.php
vendored
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'actions' => [
|
||||
|
||||
'close' => [
|
||||
|
||||
'label' => 'ዝጋ',
|
||||
],
|
||||
],
|
||||
];
|
||||
41
lang/vendor/filament/am/components/pagination.php
vendored
Normal file
41
lang/vendor/filament/am/components/pagination.php
vendored
Normal file
@@ -0,0 +1,41 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'label' => 'የገጽታ አሰሳ',
|
||||
'overview' => '{1} ከ1 መዝገብ 1 በማሳየት ላይ |[2,*] ከጠቅላላ :total መዝገቦች ከ:first እስከ :last በማሳየት ላይ::',
|
||||
'fields' => [
|
||||
|
||||
'records_per_page' => [
|
||||
|
||||
'label' => 'በየ ገጽ',
|
||||
'options' => [
|
||||
|
||||
'all' => 'ሁሉም',
|
||||
],
|
||||
],
|
||||
],
|
||||
'actions' => [
|
||||
|
||||
'first' => [
|
||||
|
||||
'label' => 'መጀመርያ',
|
||||
],
|
||||
'go_to_page' => [
|
||||
|
||||
'label' => 'ወደ ገጽ :page ሂድ',
|
||||
],
|
||||
'last' => [
|
||||
|
||||
'label' => 'መጨረሻ',
|
||||
],
|
||||
'next' => [
|
||||
|
||||
'label' => 'ቀጣይ',
|
||||
],
|
||||
'previous' => [
|
||||
|
||||
'label' => 'ያለፈው',
|
||||
],
|
||||
],
|
||||
];
|
||||
9
lang/vendor/filament/ar/components/button.php
vendored
Normal file
9
lang/vendor/filament/ar/components/button.php
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'messages' => [
|
||||
'uploading_file' => 'جارٍ رفع الملف...',
|
||||
],
|
||||
|
||||
];
|
||||
9
lang/vendor/filament/ar/components/copyable.php
vendored
Normal file
9
lang/vendor/filament/ar/components/copyable.php
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'messages' => [
|
||||
'copied' => 'تم النسخ',
|
||||
],
|
||||
|
||||
];
|
||||
13
lang/vendor/filament/ar/components/modal.php
vendored
Normal file
13
lang/vendor/filament/ar/components/modal.php
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'actions' => [
|
||||
|
||||
'close' => [
|
||||
'label' => 'إغلاق',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
47
lang/vendor/filament/ar/components/pagination.php
vendored
Normal file
47
lang/vendor/filament/ar/components/pagination.php
vendored
Normal file
@@ -0,0 +1,47 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'label' => 'التنقل بين الصفحات',
|
||||
|
||||
'overview' => '{1} عرض نتيجة واحدة|{2} عرض :first إلى :last من نتيجتين|[3,10] عرض :first إلى :last من :total نتائج|[11,*] عرض :first إلى :last من :total نتيجة',
|
||||
|
||||
'fields' => [
|
||||
|
||||
'records_per_page' => [
|
||||
|
||||
'label' => 'لكل صفحة',
|
||||
|
||||
'options' => [
|
||||
'all' => 'الكل',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'first' => [
|
||||
'label' => 'الأولى',
|
||||
],
|
||||
|
||||
'go_to_page' => [
|
||||
'label' => 'انتقل إلى صفحة :page',
|
||||
],
|
||||
|
||||
'last' => [
|
||||
'label' => 'الأخيرة',
|
||||
],
|
||||
|
||||
'next' => [
|
||||
'label' => 'التالي',
|
||||
],
|
||||
|
||||
'previous' => [
|
||||
'label' => 'السابق',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
9
lang/vendor/filament/az/components/button.php
vendored
Normal file
9
lang/vendor/filament/az/components/button.php
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'messages' => [
|
||||
'uploading_file' => 'Fayl yüklənir...',
|
||||
],
|
||||
|
||||
];
|
||||
9
lang/vendor/filament/az/components/copyable.php
vendored
Normal file
9
lang/vendor/filament/az/components/copyable.php
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'messages' => [
|
||||
'copied' => 'Kopyalandı',
|
||||
],
|
||||
|
||||
];
|
||||
13
lang/vendor/filament/az/components/modal.php
vendored
Normal file
13
lang/vendor/filament/az/components/modal.php
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'actions' => [
|
||||
|
||||
'close' => [
|
||||
'label' => 'Bağla',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
45
lang/vendor/filament/az/components/pagination.php
vendored
Normal file
45
lang/vendor/filament/az/components/pagination.php
vendored
Normal file
@@ -0,0 +1,45 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'label' => 'Səhifələndirmə Naviqasiyası',
|
||||
|
||||
'overview' => 'Toplam :total nəticədən :first ile :last arası göstərilir',
|
||||
|
||||
'fields' => [
|
||||
|
||||
'records_per_page' => [
|
||||
'label' => 'səhifə başına',
|
||||
|
||||
'options' => [
|
||||
'all' => 'Hamısı',
|
||||
],
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'first' => [
|
||||
'label' => 'Birinci',
|
||||
],
|
||||
|
||||
'go_to_page' => [
|
||||
'label' => ':page. səhifəyə get',
|
||||
],
|
||||
|
||||
'next' => [
|
||||
'label' => 'Sonrakı',
|
||||
],
|
||||
|
||||
'last' => [
|
||||
'label' => 'Son',
|
||||
],
|
||||
|
||||
'previous' => [
|
||||
'label' => 'Əvvəlki',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
9
lang/vendor/filament/bg/components/button.php
vendored
Normal file
9
lang/vendor/filament/bg/components/button.php
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'messages' => [
|
||||
'uploading_file' => 'Качване на файл...',
|
||||
],
|
||||
|
||||
];
|
||||
9
lang/vendor/filament/bg/components/copyable.php
vendored
Normal file
9
lang/vendor/filament/bg/components/copyable.php
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'messages' => [
|
||||
'copied' => 'Копирано',
|
||||
],
|
||||
|
||||
];
|
||||
13
lang/vendor/filament/bg/components/modal.php
vendored
Normal file
13
lang/vendor/filament/bg/components/modal.php
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'actions' => [
|
||||
|
||||
'close' => [
|
||||
'label' => 'Затвори',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
47
lang/vendor/filament/bg/components/pagination.php
vendored
Normal file
47
lang/vendor/filament/bg/components/pagination.php
vendored
Normal file
@@ -0,0 +1,47 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'label' => 'Наигация на странициране',
|
||||
|
||||
'overview' => '{1} Показване на 1 резултат|[2,*] Показване на :first до :last от общо :total резултата',
|
||||
|
||||
'fields' => [
|
||||
|
||||
'records_per_page' => [
|
||||
|
||||
'label' => 'Резултати на страница',
|
||||
|
||||
'options' => [
|
||||
'all' => 'Всички',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'first' => [
|
||||
'label' => 'Първа',
|
||||
],
|
||||
|
||||
'go_to_page' => [
|
||||
'label' => 'Отиди на страница :page',
|
||||
],
|
||||
|
||||
'last' => [
|
||||
'label' => 'Последна',
|
||||
],
|
||||
|
||||
'next' => [
|
||||
'label' => 'Следваща',
|
||||
],
|
||||
|
||||
'previous' => [
|
||||
'label' => 'Предишна',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
9
lang/vendor/filament/bn/components/button.php
vendored
Normal file
9
lang/vendor/filament/bn/components/button.php
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'messages' => [
|
||||
'uploading_file' => 'নথি আপলোড হচ্ছে...',
|
||||
],
|
||||
|
||||
];
|
||||
9
lang/vendor/filament/bn/components/copyable.php
vendored
Normal file
9
lang/vendor/filament/bn/components/copyable.php
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'messages' => [
|
||||
'copied' => 'অনুকৃত',
|
||||
],
|
||||
|
||||
];
|
||||
13
lang/vendor/filament/bn/components/modal.php
vendored
Normal file
13
lang/vendor/filament/bn/components/modal.php
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'actions' => [
|
||||
|
||||
'close' => [
|
||||
'label' => 'বন্ধ করুন',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
47
lang/vendor/filament/bn/components/pagination.php
vendored
Normal file
47
lang/vendor/filament/bn/components/pagination.php
vendored
Normal file
@@ -0,0 +1,47 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'label' => 'পৃষ্ঠা নেভিগেশন',
|
||||
|
||||
'overview' => '{1} ১টি ফলাফল দেখানো হচ্ছে|[2,*] :total এর মধ্যে :first থেকে :last পর্যন্ত দেখানো হচ্ছে',
|
||||
|
||||
'fields' => [
|
||||
|
||||
'records_per_page' => [
|
||||
|
||||
'label' => 'প্রতি পৃষ্ঠা',
|
||||
|
||||
'options' => [
|
||||
'all' => 'সব',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'first' => [
|
||||
'label' => 'প্রথম',
|
||||
],
|
||||
|
||||
'go_to_page' => [
|
||||
'label' => ':page পৃষ্ঠায় যান',
|
||||
],
|
||||
|
||||
'last' => [
|
||||
'label' => 'শেষ',
|
||||
],
|
||||
|
||||
'next' => [
|
||||
'label' => 'পরবর্তী',
|
||||
],
|
||||
|
||||
'previous' => [
|
||||
'label' => 'পূর্ববর্তী',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
9
lang/vendor/filament/bs/components/button.php
vendored
Normal file
9
lang/vendor/filament/bs/components/button.php
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'messages' => [
|
||||
'uploading_file' => 'Učitavanje fajlova...',
|
||||
],
|
||||
|
||||
];
|
||||
9
lang/vendor/filament/bs/components/copyable.php
vendored
Normal file
9
lang/vendor/filament/bs/components/copyable.php
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'messages' => [
|
||||
'copied' => 'Kopirano',
|
||||
],
|
||||
|
||||
];
|
||||
13
lang/vendor/filament/bs/components/modal.php
vendored
Normal file
13
lang/vendor/filament/bs/components/modal.php
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'actions' => [
|
||||
|
||||
'close' => [
|
||||
'label' => 'Zatvoriti',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
39
lang/vendor/filament/bs/components/pagination.php
vendored
Normal file
39
lang/vendor/filament/bs/components/pagination.php
vendored
Normal file
@@ -0,0 +1,39 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'label' => 'Navigacija po stranicama',
|
||||
|
||||
'overview' => '{1} Prikazuje 1 rezultat|[2,*]Prikazivanje :first od :last od ukupno :total rezultata',
|
||||
|
||||
'fields' => [
|
||||
|
||||
'records_per_page' => [
|
||||
|
||||
'label' => 'po stranici',
|
||||
|
||||
'options' => [
|
||||
'all' => 'Svi',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'go_to_page' => [
|
||||
'label' => 'Idite na stranicu :page',
|
||||
],
|
||||
|
||||
'next' => [
|
||||
'label' => 'Dalje',
|
||||
],
|
||||
|
||||
'previous' => [
|
||||
'label' => 'Nazad',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
9
lang/vendor/filament/ca/components/button.php
vendored
Normal file
9
lang/vendor/filament/ca/components/button.php
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'messages' => [
|
||||
'uploading_file' => 'Pujant arxiu...',
|
||||
],
|
||||
|
||||
];
|
||||
9
lang/vendor/filament/ca/components/copyable.php
vendored
Normal file
9
lang/vendor/filament/ca/components/copyable.php
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'messages' => [
|
||||
'copied' => 'Copiat',
|
||||
],
|
||||
|
||||
];
|
||||
13
lang/vendor/filament/ca/components/modal.php
vendored
Normal file
13
lang/vendor/filament/ca/components/modal.php
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'actions' => [
|
||||
|
||||
'close' => [
|
||||
'label' => 'Tancar',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
47
lang/vendor/filament/ca/components/pagination.php
vendored
Normal file
47
lang/vendor/filament/ca/components/pagination.php
vendored
Normal file
@@ -0,0 +1,47 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'label' => 'Paginació',
|
||||
|
||||
'overview' => '{1} Mostrant 1 resultat|[2,*] Mostrant :first a :last de :total resultats',
|
||||
|
||||
'fields' => [
|
||||
|
||||
'records_per_page' => [
|
||||
|
||||
'label' => 'Per pàgina',
|
||||
|
||||
'options' => [
|
||||
'all' => 'Tots',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'first' => [
|
||||
'label' => 'Primera',
|
||||
],
|
||||
|
||||
'go_to_page' => [
|
||||
'label' => 'Anar a la pàgina :page',
|
||||
],
|
||||
|
||||
'last' => [
|
||||
'label' => 'Última',
|
||||
],
|
||||
|
||||
'next' => [
|
||||
'label' => 'Següent',
|
||||
],
|
||||
|
||||
'previous' => [
|
||||
'label' => 'Anterior',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
9
lang/vendor/filament/ckb/components/button.php
vendored
Normal file
9
lang/vendor/filament/ckb/components/button.php
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'messages' => [
|
||||
'uploading_file' => 'بارکردنی پەڕگە...',
|
||||
],
|
||||
|
||||
];
|
||||
9
lang/vendor/filament/ckb/components/copyable.php
vendored
Normal file
9
lang/vendor/filament/ckb/components/copyable.php
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'messages' => [
|
||||
'copied' => 'لەبەرگیرایەوە',
|
||||
],
|
||||
|
||||
];
|
||||
13
lang/vendor/filament/ckb/components/modal.php
vendored
Normal file
13
lang/vendor/filament/ckb/components/modal.php
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'actions' => [
|
||||
|
||||
'close' => [
|
||||
'label' => 'داخستن',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
47
lang/vendor/filament/ckb/components/pagination.php
vendored
Normal file
47
lang/vendor/filament/ckb/components/pagination.php
vendored
Normal file
@@ -0,0 +1,47 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'label' => 'ڕێنوێیی پەڕەکردن',
|
||||
|
||||
'overview' => '{1} پشاندانی ئەنجامێک|[2,*] پیشاندانی :first بۆ :last لە :total ئەنجام',
|
||||
|
||||
'fields' => [
|
||||
|
||||
'records_per_page' => [
|
||||
|
||||
'label' => 'بۆ هەر پەڕەیەک',
|
||||
|
||||
'options' => [
|
||||
'all' => 'هەموو',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'first' => [
|
||||
'label' => 'یەکەم',
|
||||
],
|
||||
|
||||
'go_to_page' => [
|
||||
'label' => 'بڕۆ بۆ پەڕەی :page',
|
||||
],
|
||||
|
||||
'last' => [
|
||||
'label' => 'دوایین',
|
||||
],
|
||||
|
||||
'next' => [
|
||||
'label' => 'دواتر',
|
||||
],
|
||||
|
||||
'previous' => [
|
||||
'label' => 'پێشتر',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
13
lang/vendor/filament/cs/components/badge.php
vendored
Normal file
13
lang/vendor/filament/cs/components/badge.php
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'actions' => [
|
||||
|
||||
'delete' => [
|
||||
'label' => 'Odstranit',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
7
lang/vendor/filament/cs/components/breadcrumbs.php
vendored
Normal file
7
lang/vendor/filament/cs/components/breadcrumbs.php
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'label' => 'Navigační cesta',
|
||||
|
||||
];
|
||||
11
lang/vendor/filament/cs/components/button.php
vendored
Normal file
11
lang/vendor/filament/cs/components/button.php
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'messages' => [
|
||||
|
||||
'uploading_file' => 'Nahrávání souboru...',
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
9
lang/vendor/filament/cs/components/copyable.php
vendored
Normal file
9
lang/vendor/filament/cs/components/copyable.php
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'messages' => [
|
||||
'copied' => 'Zkopírováno',
|
||||
],
|
||||
|
||||
];
|
||||
7
lang/vendor/filament/cs/components/input/one-time-code.php
vendored
Normal file
7
lang/vendor/filament/cs/components/input/one-time-code.php
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'aria_label' => 'Znak :position z :count',
|
||||
|
||||
];
|
||||
7
lang/vendor/filament/cs/components/loading-section.php
vendored
Normal file
7
lang/vendor/filament/cs/components/loading-section.php
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'label' => 'Načítává se...',
|
||||
|
||||
];
|
||||
13
lang/vendor/filament/cs/components/modal.php
vendored
Normal file
13
lang/vendor/filament/cs/components/modal.php
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'actions' => [
|
||||
|
||||
'close' => [
|
||||
'label' => 'Zavřít',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
45
lang/vendor/filament/cs/components/pagination.php
vendored
Normal file
45
lang/vendor/filament/cs/components/pagination.php
vendored
Normal file
@@ -0,0 +1,45 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'label' => 'Stránkování',
|
||||
|
||||
'overview' => '{1} Zobrazuji 1 výsledek|[2,*] Zobrazuji :first až :last z :total výsledků',
|
||||
|
||||
'fields' => [
|
||||
|
||||
'records_per_page' => [
|
||||
'label' => 'na stránku',
|
||||
|
||||
'options' => [
|
||||
'all' => 'Vše',
|
||||
],
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'first' => [
|
||||
'label' => 'První',
|
||||
],
|
||||
|
||||
'go_to_page' => [
|
||||
'label' => 'Jít na stránku :page',
|
||||
],
|
||||
|
||||
'last' => [
|
||||
'label' => 'Poslední',
|
||||
],
|
||||
|
||||
'next' => [
|
||||
'label' => 'Další',
|
||||
],
|
||||
|
||||
'previous' => [
|
||||
'label' => 'Předchozí',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
17
lang/vendor/filament/cs/components/section.php
vendored
Normal file
17
lang/vendor/filament/cs/components/section.php
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'actions' => [
|
||||
|
||||
'collapse' => [
|
||||
'label' => 'Sbalit sekci',
|
||||
],
|
||||
|
||||
'expand' => [
|
||||
'label' => 'Rozbalit sekci',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
7
lang/vendor/filament/cs/components/tabs.php
vendored
Normal file
7
lang/vendor/filament/cs/components/tabs.php
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'label' => 'Záložky',
|
||||
|
||||
];
|
||||
9
lang/vendor/filament/cy/components/copyable.php
vendored
Normal file
9
lang/vendor/filament/cy/components/copyable.php
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'messages' => [
|
||||
'copied' => 'Wedi Copïo',
|
||||
],
|
||||
|
||||
];
|
||||
39
lang/vendor/filament/cy/components/pagination.php
vendored
Normal file
39
lang/vendor/filament/cy/components/pagination.php
vendored
Normal file
@@ -0,0 +1,39 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'label' => 'Gwe-lywio tudalennau',
|
||||
|
||||
'overview' => '{1} Dangos 1 canlyniad|[2,*] Yn dangos :first i :last o :total canlyniadau',
|
||||
|
||||
'fields' => [
|
||||
|
||||
'records_per_page' => [
|
||||
|
||||
'label' => 'fesul tudalen',
|
||||
|
||||
'options' => [
|
||||
'all' => 'Pawb',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'go_to_page' => [
|
||||
'label' => 'Ewch i dudalen :page',
|
||||
],
|
||||
|
||||
'next' => [
|
||||
'label' => 'Nesaf',
|
||||
],
|
||||
|
||||
'previous' => [
|
||||
'label' => 'Blaenorol',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
9
lang/vendor/filament/da/components/button.php
vendored
Normal file
9
lang/vendor/filament/da/components/button.php
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'messages' => [
|
||||
'uploading_file' => 'Uploader fil...',
|
||||
],
|
||||
|
||||
];
|
||||
9
lang/vendor/filament/da/components/copyable.php
vendored
Normal file
9
lang/vendor/filament/da/components/copyable.php
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'messages' => [
|
||||
'copied' => 'Kopieret',
|
||||
],
|
||||
|
||||
];
|
||||
13
lang/vendor/filament/da/components/modal.php
vendored
Normal file
13
lang/vendor/filament/da/components/modal.php
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'actions' => [
|
||||
|
||||
'close' => [
|
||||
'label' => 'Luk',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
39
lang/vendor/filament/da/components/pagination.php
vendored
Normal file
39
lang/vendor/filament/da/components/pagination.php
vendored
Normal file
@@ -0,0 +1,39 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'label' => 'Paginering Navigation',
|
||||
|
||||
'overview' => 'Viser :first til :last af :total resultater',
|
||||
|
||||
'fields' => [
|
||||
|
||||
'records_per_page' => [
|
||||
|
||||
'label' => 'per side',
|
||||
|
||||
'options' => [
|
||||
'all' => 'Alle',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'go_to_page' => [
|
||||
'label' => 'Gå til side :page',
|
||||
],
|
||||
|
||||
'next' => [
|
||||
'label' => 'Næste',
|
||||
],
|
||||
|
||||
'previous' => [
|
||||
'label' => 'Forrige',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
13
lang/vendor/filament/de/components/badge.php
vendored
Normal file
13
lang/vendor/filament/de/components/badge.php
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'actions' => [
|
||||
|
||||
'delete' => [
|
||||
'label' => 'Entfernen',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
7
lang/vendor/filament/de/components/breadcrumbs.php
vendored
Normal file
7
lang/vendor/filament/de/components/breadcrumbs.php
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'label' => 'Breadcrumb',
|
||||
|
||||
];
|
||||
9
lang/vendor/filament/de/components/button.php
vendored
Normal file
9
lang/vendor/filament/de/components/button.php
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'messages' => [
|
||||
'uploading_file' => 'Datei wird hochgeladen...',
|
||||
],
|
||||
|
||||
];
|
||||
9
lang/vendor/filament/de/components/copyable.php
vendored
Normal file
9
lang/vendor/filament/de/components/copyable.php
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'messages' => [
|
||||
'copied' => 'Kopiert',
|
||||
],
|
||||
|
||||
];
|
||||
7
lang/vendor/filament/de/components/input/one-time-code.php
vendored
Normal file
7
lang/vendor/filament/de/components/input/one-time-code.php
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'aria_label' => 'Zeichen :position von :count',
|
||||
|
||||
];
|
||||
7
lang/vendor/filament/de/components/loading-section.php
vendored
Normal file
7
lang/vendor/filament/de/components/loading-section.php
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'label' => 'Lädt...',
|
||||
|
||||
];
|
||||
13
lang/vendor/filament/de/components/modal.php
vendored
Normal file
13
lang/vendor/filament/de/components/modal.php
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'actions' => [
|
||||
|
||||
'close' => [
|
||||
'label' => 'Schließen',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
47
lang/vendor/filament/de/components/pagination.php
vendored
Normal file
47
lang/vendor/filament/de/components/pagination.php
vendored
Normal file
@@ -0,0 +1,47 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'label' => 'Seitennavigation',
|
||||
|
||||
'overview' => '{1} Zeige 1 Ergebnis|[2,*] Zeige :first bis :last von :total Ergebnissen',
|
||||
|
||||
'fields' => [
|
||||
|
||||
'records_per_page' => [
|
||||
|
||||
'label' => 'pro Seite',
|
||||
|
||||
'options' => [
|
||||
'all' => 'Alle',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'first' => [
|
||||
'label' => 'Erste',
|
||||
],
|
||||
|
||||
'go_to_page' => [
|
||||
'label' => 'Weiter zur Seite :page',
|
||||
],
|
||||
|
||||
'last' => [
|
||||
'label' => 'Letzte',
|
||||
],
|
||||
|
||||
'next' => [
|
||||
'label' => 'Nächste',
|
||||
],
|
||||
|
||||
'previous' => [
|
||||
'label' => 'Vorherige',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
17
lang/vendor/filament/de/components/section.php
vendored
Normal file
17
lang/vendor/filament/de/components/section.php
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'actions' => [
|
||||
|
||||
'collapse' => [
|
||||
'label' => 'Abschnitt einklappen',
|
||||
],
|
||||
|
||||
'expand' => [
|
||||
'label' => 'Abschnitt ausklappen',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
7
lang/vendor/filament/de/components/tabs.php
vendored
Normal file
7
lang/vendor/filament/de/components/tabs.php
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'label' => 'Registerkarten',
|
||||
|
||||
];
|
||||
9
lang/vendor/filament/el/components/button.php
vendored
Normal file
9
lang/vendor/filament/el/components/button.php
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'messages' => [
|
||||
'uploading_file' => 'Uploading file...',
|
||||
],
|
||||
|
||||
];
|
||||
9
lang/vendor/filament/el/components/copyable.php
vendored
Normal file
9
lang/vendor/filament/el/components/copyable.php
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'messages' => [
|
||||
'copied' => 'Αντιγράφηκε',
|
||||
],
|
||||
|
||||
];
|
||||
13
lang/vendor/filament/el/components/modal.php
vendored
Normal file
13
lang/vendor/filament/el/components/modal.php
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'actions' => [
|
||||
|
||||
'close' => [
|
||||
'label' => 'Άκυρο',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
47
lang/vendor/filament/el/components/pagination.php
vendored
Normal file
47
lang/vendor/filament/el/components/pagination.php
vendored
Normal file
@@ -0,0 +1,47 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'label' => 'Pagination navigation',
|
||||
|
||||
'overview' => '{1} Προβολή 1 αποτελέσματος|[2,*] Προβολή :first έως :last (από :total αποτελέσματα)',
|
||||
|
||||
'fields' => [
|
||||
|
||||
'records_per_page' => [
|
||||
|
||||
'label' => 'Ανά σελίδα',
|
||||
|
||||
'options' => [
|
||||
'all' => 'Όλα',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'first' => [
|
||||
'label' => 'Πρώτη σελίδα',
|
||||
],
|
||||
|
||||
'go_to_page' => [
|
||||
'label' => 'Πήγαινε στη σελίδα :page',
|
||||
],
|
||||
|
||||
'last' => [
|
||||
'label' => 'Τελευταία σελίδα',
|
||||
],
|
||||
|
||||
'next' => [
|
||||
'label' => 'Επόμενη',
|
||||
],
|
||||
|
||||
'previous' => [
|
||||
'label' => 'Προηγούμενη',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
13
lang/vendor/filament/en/components/badge.php
vendored
Normal file
13
lang/vendor/filament/en/components/badge.php
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'actions' => [
|
||||
|
||||
'delete' => [
|
||||
'label' => 'Remove',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
7
lang/vendor/filament/en/components/breadcrumbs.php
vendored
Normal file
7
lang/vendor/filament/en/components/breadcrumbs.php
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'label' => 'Breadcrumb',
|
||||
|
||||
];
|
||||
9
lang/vendor/filament/en/components/button.php
vendored
Normal file
9
lang/vendor/filament/en/components/button.php
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'messages' => [
|
||||
'uploading_file' => 'Uploading file...',
|
||||
],
|
||||
|
||||
];
|
||||
9
lang/vendor/filament/en/components/copyable.php
vendored
Normal file
9
lang/vendor/filament/en/components/copyable.php
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'messages' => [
|
||||
'copied' => 'Copied',
|
||||
],
|
||||
|
||||
];
|
||||
7
lang/vendor/filament/en/components/input/one-time-code.php
vendored
Normal file
7
lang/vendor/filament/en/components/input/one-time-code.php
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'aria_label' => 'Character :position of :count',
|
||||
|
||||
];
|
||||
7
lang/vendor/filament/en/components/loading-section.php
vendored
Normal file
7
lang/vendor/filament/en/components/loading-section.php
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'label' => 'Loading...',
|
||||
|
||||
];
|
||||
13
lang/vendor/filament/en/components/modal.php
vendored
Normal file
13
lang/vendor/filament/en/components/modal.php
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'actions' => [
|
||||
|
||||
'close' => [
|
||||
'label' => 'Close',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
47
lang/vendor/filament/en/components/pagination.php
vendored
Normal file
47
lang/vendor/filament/en/components/pagination.php
vendored
Normal file
@@ -0,0 +1,47 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'label' => 'Pagination navigation',
|
||||
|
||||
'overview' => '{1} Showing 1 result|[2,*] Showing :first to :last of :total results',
|
||||
|
||||
'fields' => [
|
||||
|
||||
'records_per_page' => [
|
||||
|
||||
'label' => 'Per page',
|
||||
|
||||
'options' => [
|
||||
'all' => 'All',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'first' => [
|
||||
'label' => 'First',
|
||||
],
|
||||
|
||||
'go_to_page' => [
|
||||
'label' => 'Go to page :page',
|
||||
],
|
||||
|
||||
'last' => [
|
||||
'label' => 'Last',
|
||||
],
|
||||
|
||||
'next' => [
|
||||
'label' => 'Next',
|
||||
],
|
||||
|
||||
'previous' => [
|
||||
'label' => 'Previous',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
17
lang/vendor/filament/en/components/section.php
vendored
Normal file
17
lang/vendor/filament/en/components/section.php
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'actions' => [
|
||||
|
||||
'collapse' => [
|
||||
'label' => 'Collapse section',
|
||||
],
|
||||
|
||||
'expand' => [
|
||||
'label' => 'Expand section',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
7
lang/vendor/filament/en/components/tabs.php
vendored
Normal file
7
lang/vendor/filament/en/components/tabs.php
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'label' => 'Tabs',
|
||||
|
||||
];
|
||||
13
lang/vendor/filament/es/components/badge.php
vendored
Normal file
13
lang/vendor/filament/es/components/badge.php
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'actions' => [
|
||||
|
||||
'delete' => [
|
||||
'label' => 'Remover',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
7
lang/vendor/filament/es/components/breadcrumbs.php
vendored
Normal file
7
lang/vendor/filament/es/components/breadcrumbs.php
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'label' => 'Ruta de navegación',
|
||||
|
||||
];
|
||||
11
lang/vendor/filament/es/components/button.php
vendored
Normal file
11
lang/vendor/filament/es/components/button.php
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'messages' => [
|
||||
|
||||
'uploading_file' => 'Subiendo archivo...',
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
9
lang/vendor/filament/es/components/copyable.php
vendored
Normal file
9
lang/vendor/filament/es/components/copyable.php
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'messages' => [
|
||||
'copied' => 'Copiado',
|
||||
],
|
||||
|
||||
];
|
||||
7
lang/vendor/filament/es/components/input/one-time-code.php
vendored
Normal file
7
lang/vendor/filament/es/components/input/one-time-code.php
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'aria_label' => 'Carácter :position de :count',
|
||||
|
||||
];
|
||||
7
lang/vendor/filament/es/components/loading-section.php
vendored
Normal file
7
lang/vendor/filament/es/components/loading-section.php
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'label' => 'Cargando...',
|
||||
|
||||
];
|
||||
13
lang/vendor/filament/es/components/modal.php
vendored
Normal file
13
lang/vendor/filament/es/components/modal.php
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'actions' => [
|
||||
|
||||
'close' => [
|
||||
'label' => 'Cerrar',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
47
lang/vendor/filament/es/components/pagination.php
vendored
Normal file
47
lang/vendor/filament/es/components/pagination.php
vendored
Normal file
@@ -0,0 +1,47 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'label' => 'Navegación de paginación',
|
||||
|
||||
'overview' => '{1} Se muestra un resultado|[2,*] Se muestran de :first a :last de :total resultados',
|
||||
|
||||
'fields' => [
|
||||
|
||||
'records_per_page' => [
|
||||
|
||||
'label' => 'por página',
|
||||
|
||||
'options' => [
|
||||
'all' => 'Todos',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'first' => [
|
||||
'label' => 'Primera',
|
||||
],
|
||||
|
||||
'go_to_page' => [
|
||||
'label' => 'Ir a la página :page',
|
||||
],
|
||||
|
||||
'last' => [
|
||||
'label' => 'Última',
|
||||
],
|
||||
|
||||
'next' => [
|
||||
'label' => 'Siguiente',
|
||||
],
|
||||
|
||||
'previous' => [
|
||||
'label' => 'Anterior',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
17
lang/vendor/filament/es/components/section.php
vendored
Normal file
17
lang/vendor/filament/es/components/section.php
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'actions' => [
|
||||
|
||||
'collapse' => [
|
||||
'label' => 'Contraer sección',
|
||||
],
|
||||
|
||||
'expand' => [
|
||||
'label' => 'Expandir sección',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
7
lang/vendor/filament/es/components/tabs.php
vendored
Normal file
7
lang/vendor/filament/es/components/tabs.php
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'label' => 'Pestañas',
|
||||
|
||||
];
|
||||
9
lang/vendor/filament/et/components/button.php
vendored
Normal file
9
lang/vendor/filament/et/components/button.php
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'messages' => [
|
||||
'uploading_file' => 'Faili üleslaadimine...',
|
||||
],
|
||||
|
||||
];
|
||||
9
lang/vendor/filament/et/components/copyable.php
vendored
Normal file
9
lang/vendor/filament/et/components/copyable.php
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'messages' => [
|
||||
'copied' => 'Kopeeritud',
|
||||
],
|
||||
|
||||
];
|
||||
13
lang/vendor/filament/et/components/modal.php
vendored
Normal file
13
lang/vendor/filament/et/components/modal.php
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'actions' => [
|
||||
|
||||
'close' => [
|
||||
'label' => 'Sulge',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
47
lang/vendor/filament/et/components/pagination.php
vendored
Normal file
47
lang/vendor/filament/et/components/pagination.php
vendored
Normal file
@@ -0,0 +1,47 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'label' => 'Lehe navigeerimine',
|
||||
|
||||
'overview' => '{1} Kuvatakse 1 tulemus|[2,*] Kuvatakse :first – :last kokku :total tulemusest',
|
||||
|
||||
'fields' => [
|
||||
|
||||
'records_per_page' => [
|
||||
|
||||
'label' => 'Lehel',
|
||||
|
||||
'options' => [
|
||||
'all' => 'Kõik',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
'actions' => [
|
||||
|
||||
'first' => [
|
||||
'label' => 'Esimene',
|
||||
],
|
||||
|
||||
'go_to_page' => [
|
||||
'label' => 'Mine lehele :page',
|
||||
],
|
||||
|
||||
'last' => [
|
||||
'label' => 'Viimane',
|
||||
],
|
||||
|
||||
'next' => [
|
||||
'label' => 'Järgmine',
|
||||
],
|
||||
|
||||
'previous' => [
|
||||
'label' => 'Eelmine',
|
||||
],
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
11
lang/vendor/filament/eu/components/button.php
vendored
Normal file
11
lang/vendor/filament/eu/components/button.php
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'messages' => [
|
||||
|
||||
'uploading_file' => 'Artxiboa igotzen...',
|
||||
|
||||
],
|
||||
|
||||
];
|
||||
9
lang/vendor/filament/eu/components/copyable.php
vendored
Normal file
9
lang/vendor/filament/eu/components/copyable.php
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'messages' => [
|
||||
'copied' => 'Kopiatuta',
|
||||
],
|
||||
|
||||
];
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user