translate base

This commit is contained in:
Mekan1206
2026-07-31 18:08:08 +05:00
parent a794dacd39
commit 581cb8241c
413 changed files with 9087 additions and 428 deletions

59
lang/en/enums.php Normal file
View 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
View 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
View 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
View 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
View 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
View 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
View 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
View 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
View 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
View 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
View 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
View 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',
],
];

View File

@@ -0,0 +1,9 @@
<?php
return [
'messages' => [
'uploading_file' => 'በመጫን ላይ...',
],
];

View File

@@ -0,0 +1,9 @@
<?php
return [
'messages' => [
'copied' => 'ተቀድቶዋል',
],
];

View File

@@ -0,0 +1,12 @@
<?php
return [
'actions' => [
'close' => [
'label' => 'ዝጋ',
],
],
];

View 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' => 'ያለፈው',
],
],
];

View File

@@ -0,0 +1,9 @@
<?php
return [
'messages' => [
'uploading_file' => 'جارٍ رفع الملف...',
],
];

View File

@@ -0,0 +1,9 @@
<?php
return [
'messages' => [
'copied' => 'تم النسخ',
],
];

View File

@@ -0,0 +1,13 @@
<?php
return [
'actions' => [
'close' => [
'label' => 'إغلاق',
],
],
];

View 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' => 'السابق',
],
],
];

View File

@@ -0,0 +1,9 @@
<?php
return [
'messages' => [
'uploading_file' => 'Fayl yüklənir...',
],
];

View File

@@ -0,0 +1,9 @@
<?php
return [
'messages' => [
'copied' => 'Kopyalandı',
],
];

View File

@@ -0,0 +1,13 @@
<?php
return [
'actions' => [
'close' => [
'label' => 'Bağla',
],
],
];

View 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',
],
],
];

View File

@@ -0,0 +1,9 @@
<?php
return [
'messages' => [
'uploading_file' => 'Качване на файл...',
],
];

View File

@@ -0,0 +1,9 @@
<?php
return [
'messages' => [
'copied' => 'Копирано',
],
];

View File

@@ -0,0 +1,13 @@
<?php
return [
'actions' => [
'close' => [
'label' => 'Затвори',
],
],
];

View 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' => 'Предишна',
],
],
];

View File

@@ -0,0 +1,9 @@
<?php
return [
'messages' => [
'uploading_file' => 'নথি আপলোড হচ্ছে...',
],
];

View File

@@ -0,0 +1,9 @@
<?php
return [
'messages' => [
'copied' => 'অনুকৃত',
],
];

View File

@@ -0,0 +1,13 @@
<?php
return [
'actions' => [
'close' => [
'label' => 'বন্ধ করুন',
],
],
];

View 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' => 'পূর্ববর্তী',
],
],
];

View File

@@ -0,0 +1,9 @@
<?php
return [
'messages' => [
'uploading_file' => 'Učitavanje fajlova...',
],
];

View File

@@ -0,0 +1,9 @@
<?php
return [
'messages' => [
'copied' => 'Kopirano',
],
];

View File

@@ -0,0 +1,13 @@
<?php
return [
'actions' => [
'close' => [
'label' => 'Zatvoriti',
],
],
];

View 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',
],
],
];

View File

@@ -0,0 +1,9 @@
<?php
return [
'messages' => [
'uploading_file' => 'Pujant arxiu...',
],
];

View File

@@ -0,0 +1,9 @@
<?php
return [
'messages' => [
'copied' => 'Copiat',
],
];

View File

@@ -0,0 +1,13 @@
<?php
return [
'actions' => [
'close' => [
'label' => 'Tancar',
],
],
];

View 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',
],
],
];

View File

@@ -0,0 +1,9 @@
<?php
return [
'messages' => [
'uploading_file' => 'بارکردنی پەڕگە...',
],
];

View File

@@ -0,0 +1,9 @@
<?php
return [
'messages' => [
'copied' => 'لەبەرگیرایەوە',
],
];

View File

@@ -0,0 +1,13 @@
<?php
return [
'actions' => [
'close' => [
'label' => 'داخستن',
],
],
];

View 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' => 'پێشتر',
],
],
];

View File

@@ -0,0 +1,13 @@
<?php
return [
'actions' => [
'delete' => [
'label' => 'Odstranit',
],
],
];

View File

@@ -0,0 +1,7 @@
<?php
return [
'label' => 'Navigační cesta',
];

View File

@@ -0,0 +1,11 @@
<?php
return [
'messages' => [
'uploading_file' => 'Nahrávání souboru...',
],
];

View File

@@ -0,0 +1,9 @@
<?php
return [
'messages' => [
'copied' => 'Zkopírováno',
],
];

View File

@@ -0,0 +1,7 @@
<?php
return [
'aria_label' => 'Znak :position z :count',
];

View File

@@ -0,0 +1,7 @@
<?php
return [
'label' => 'Načítává se...',
];

View File

@@ -0,0 +1,13 @@
<?php
return [
'actions' => [
'close' => [
'label' => 'Zavřít',
],
],
];

View 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í',
],
],
];

View File

@@ -0,0 +1,17 @@
<?php
return [
'actions' => [
'collapse' => [
'label' => 'Sbalit sekci',
],
'expand' => [
'label' => 'Rozbalit sekci',
],
],
];

View File

@@ -0,0 +1,7 @@
<?php
return [
'label' => 'Záložky',
];

View File

@@ -0,0 +1,9 @@
<?php
return [
'messages' => [
'copied' => 'Wedi Copïo',
],
];

View 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',
],
],
];

View File

@@ -0,0 +1,9 @@
<?php
return [
'messages' => [
'uploading_file' => 'Uploader fil...',
],
];

View File

@@ -0,0 +1,9 @@
<?php
return [
'messages' => [
'copied' => 'Kopieret',
],
];

View File

@@ -0,0 +1,13 @@
<?php
return [
'actions' => [
'close' => [
'label' => 'Luk',
],
],
];

View 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',
],
],
];

View File

@@ -0,0 +1,13 @@
<?php
return [
'actions' => [
'delete' => [
'label' => 'Entfernen',
],
],
];

View File

@@ -0,0 +1,7 @@
<?php
return [
'label' => 'Breadcrumb',
];

View File

@@ -0,0 +1,9 @@
<?php
return [
'messages' => [
'uploading_file' => 'Datei wird hochgeladen...',
],
];

View File

@@ -0,0 +1,9 @@
<?php
return [
'messages' => [
'copied' => 'Kopiert',
],
];

View File

@@ -0,0 +1,7 @@
<?php
return [
'aria_label' => 'Zeichen :position von :count',
];

View File

@@ -0,0 +1,7 @@
<?php
return [
'label' => 'Lädt...',
];

View File

@@ -0,0 +1,13 @@
<?php
return [
'actions' => [
'close' => [
'label' => 'Schließen',
],
],
];

View 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',
],
],
];

View File

@@ -0,0 +1,17 @@
<?php
return [
'actions' => [
'collapse' => [
'label' => 'Abschnitt einklappen',
],
'expand' => [
'label' => 'Abschnitt ausklappen',
],
],
];

View File

@@ -0,0 +1,7 @@
<?php
return [
'label' => 'Registerkarten',
];

View File

@@ -0,0 +1,9 @@
<?php
return [
'messages' => [
'uploading_file' => 'Uploading file...',
],
];

View File

@@ -0,0 +1,9 @@
<?php
return [
'messages' => [
'copied' => 'Αντιγράφηκε',
],
];

View File

@@ -0,0 +1,13 @@
<?php
return [
'actions' => [
'close' => [
'label' => 'Άκυρο',
],
],
];

View 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' => 'Προηγούμενη',
],
],
];

View File

@@ -0,0 +1,13 @@
<?php
return [
'actions' => [
'delete' => [
'label' => 'Remove',
],
],
];

View File

@@ -0,0 +1,7 @@
<?php
return [
'label' => 'Breadcrumb',
];

View File

@@ -0,0 +1,9 @@
<?php
return [
'messages' => [
'uploading_file' => 'Uploading file...',
],
];

View File

@@ -0,0 +1,9 @@
<?php
return [
'messages' => [
'copied' => 'Copied',
],
];

View File

@@ -0,0 +1,7 @@
<?php
return [
'aria_label' => 'Character :position of :count',
];

View File

@@ -0,0 +1,7 @@
<?php
return [
'label' => 'Loading...',
];

View File

@@ -0,0 +1,13 @@
<?php
return [
'actions' => [
'close' => [
'label' => 'Close',
],
],
];

View 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',
],
],
];

View File

@@ -0,0 +1,17 @@
<?php
return [
'actions' => [
'collapse' => [
'label' => 'Collapse section',
],
'expand' => [
'label' => 'Expand section',
],
],
];

View File

@@ -0,0 +1,7 @@
<?php
return [
'label' => 'Tabs',
];

View File

@@ -0,0 +1,13 @@
<?php
return [
'actions' => [
'delete' => [
'label' => 'Remover',
],
],
];

View File

@@ -0,0 +1,7 @@
<?php
return [
'label' => 'Ruta de navegación',
];

View File

@@ -0,0 +1,11 @@
<?php
return [
'messages' => [
'uploading_file' => 'Subiendo archivo...',
],
];

View File

@@ -0,0 +1,9 @@
<?php
return [
'messages' => [
'copied' => 'Copiado',
],
];

View File

@@ -0,0 +1,7 @@
<?php
return [
'aria_label' => 'Carácter :position de :count',
];

View File

@@ -0,0 +1,7 @@
<?php
return [
'label' => 'Cargando...',
];

View File

@@ -0,0 +1,13 @@
<?php
return [
'actions' => [
'close' => [
'label' => 'Cerrar',
],
],
];

View 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',
],
],
];

View File

@@ -0,0 +1,17 @@
<?php
return [
'actions' => [
'collapse' => [
'label' => 'Contraer sección',
],
'expand' => [
'label' => 'Expandir sección',
],
],
];

View File

@@ -0,0 +1,7 @@
<?php
return [
'label' => 'Pestañas',
];

View File

@@ -0,0 +1,9 @@
<?php
return [
'messages' => [
'uploading_file' => 'Faili üleslaadimine...',
],
];

View File

@@ -0,0 +1,9 @@
<?php
return [
'messages' => [
'copied' => 'Kopeeritud',
],
];

View File

@@ -0,0 +1,13 @@
<?php
return [
'actions' => [
'close' => [
'label' => 'Sulge',
],
],
];

View 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',
],
],
];

View File

@@ -0,0 +1,11 @@
<?php
return [
'messages' => [
'uploading_file' => 'Artxiboa igotzen...',
],
];

View 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