diff --git a/packages/Webkul/Admin/src/Resources/lang/ar/app.php b/packages/Webkul/Admin/src/Resources/lang/ar/app.php index b788c45..d404848 100644 --- a/packages/Webkul/Admin/src/Resources/lang/ar/app.php +++ b/packages/Webkul/Admin/src/Resources/lang/ar/app.php @@ -168,7 +168,7 @@ return [ 'call' => 'مكالمة', 'meeting' => 'لقاء', 'lunch' => 'غداء', - 'file' => 'ملف', + 'file-name' => 'ملف', 'quote' => 'اقتبس', 'create-quote' => 'إنشاء اقتباس', 'type' => 'نوع', @@ -176,6 +176,7 @@ return [ 'schedule' => 'جدول', 'from' => 'من عند', 'to' => 'إلى', + 'mail-to' => 'إلى', 'location' => 'موقع', 'participants' => 'مشاركون', 'participant-info' => 'ابدأ في كتابة الاسم', diff --git a/packages/Webkul/Admin/src/Resources/lang/en/app.php b/packages/Webkul/Admin/src/Resources/lang/en/app.php index 3219816..5cf339d 100644 --- a/packages/Webkul/Admin/src/Resources/lang/en/app.php +++ b/packages/Webkul/Admin/src/Resources/lang/en/app.php @@ -176,6 +176,7 @@ return [ 'schedule' => 'Schedule', 'from' => 'From', 'to' => 'To', + 'mail-to' => 'To', 'location' => 'Location', 'participants' => 'Participants', 'participant-info' => 'Start typing name', @@ -184,7 +185,7 @@ return [ 'cc' => 'Cc', 'bcc' => 'Bcc', 'email-placeholder' => 'Press enter to add emails', - 'file' => 'File', + 'file-name' => 'File', 'subject' => 'Subject', 'reply' => 'Reply', 'send' => 'Send', diff --git a/packages/Webkul/Admin/src/Resources/lang/ru/app.php b/packages/Webkul/Admin/src/Resources/lang/ru/app.php index 203fb64..b8527f8 100644 --- a/packages/Webkul/Admin/src/Resources/lang/ru/app.php +++ b/packages/Webkul/Admin/src/Resources/lang/ru/app.php @@ -150,7 +150,7 @@ return [ 'tag-name' => 'Наименование', 'name' => 'ФИО ответственного лица от Заявителя', 'color' => 'Цвет', - 'email' => 'Написать письмо', + 'email' => 'Электронная почта', 'contact-numbers' => 'Номер телефона', 'organization' => 'Организация', 'address' => 'Адрес', @@ -218,9 +218,9 @@ return [ 'empty-planned-activities' => 'У вас нет запланированных событий.', 'empty-done-activities' => 'У вас нет выполненных событий.', 'note-added' => 'Заметка добавлена', - 'call-scheduled' => 'Звонок запланирован на :от - :до', - 'meeting-scheduled' => 'Встреча запланирована на :с - :по', - 'lunch-scheduled' => 'Задача запланирован на :с - :до', + 'call-scheduled' => 'Звонок запланирован на :from - :to', + 'meeting-scheduled' => 'Встреча запланирована на :from - :to', + 'lunch-scheduled' => 'Задача запланирован на :from - :to', 'file-added' => 'Файл добавлен', 'quote-destroy-success' => 'Договор успешно удален.', 'tag-create-success' => 'Ярлык успешно добавлен.', @@ -247,14 +247,12 @@ return [ 'tax' => 'Налог', 'total' => 'Итог', 'sub-total' => 'Подытог', -// 'discount' => 'Discount', -// 'tax' => 'Tax', 'adjustment' => 'Корректировка', 'grand-total' => 'Итог', - 'create-success' => 'Quote created successfully.', - 'update-success' => 'Quote updated successfully.', - 'delete-success' => 'Quote deleted successfully.', - 'delete-failed' => 'Quote can not be deleted.', + 'create-success' => 'Договор успешно добавлен.', + 'update-success' => 'Договор успешно обновлен.', + 'delete-success' => 'Договор успешно удален.', + 'delete-failed' => 'Договор не может быть удален.', 'quote-id' => 'Договор № п.п.', 'quote-date' => 'Дата заключения', 'valid-until' => 'Срок', @@ -263,13 +261,6 @@ return [ 'ship-to' => 'Ship To', 'sku' => 'Артикул', 'product-name' => 'Наименование продукта', -// 'price' => 'Price', -// 'amount' => 'Amount', -// 'quantity' => 'Quantity', -// 'sub-total' => 'Sub Total', -// 'tax' => 'Tax', -// 'adjustment' => 'Adjustment', -// 'grand-total' => 'Grand Total', 'search' => 'Поиск..' ], @@ -344,19 +335,19 @@ return [ 'description' => 'Описание', 'schedule' => 'Расписание', 'from' => 'С', - 'to' => 'По', + 'to' => 'До', 'location' => 'Место встречи', 'participants' => 'Участники', 'lead' => 'Услуга', 'duration-overlapping' => 'В это время у участников состоится еще одна встреча. Вы хотите продолжить?', 'file-upload-success' => 'Файл(ы) успешно загружены.', 'file-upload-error' => 'Файл(ы) не могут быть загружены.', - 'create-success' => ':Статус успешно добавлен.', - 'update-success' => ':Статус успешно обновлен.', + 'create-success' => ':type успешно добавлен.', + 'update-success' => ':type успешно обновлен.', 'mass-update-success' => 'Событие успешно обновлено.', 'mass-update-failed' => 'Событие не могут быть обновлены.', - 'destroy-success' => ':тип успешно удален.', - 'delete-failed' => ':тип не может быть удален.', + 'destroy-success' => ':type успешно удален.', + 'delete-failed' => ':type не может быть удален.', 'typing-placeholder' => 'Начните вводить ФИО', ], @@ -578,74 +569,74 @@ return [ ], 'email-templates' => [ - 'title' => 'Email Templates', - 'create-title' => 'Create Email Template', - 'edit-title' => 'Edit Email Template', - 'save-btn-title' => 'Save as Email Template', - 'back' => 'Back', - 'cancel' => 'Cancel', - 'name' => 'Name', - 'subject' => 'Subject', - 'content' => 'Content', - 'placeholders' => 'Placeholders', - 'create-success' => 'Email Template created successfully.', - 'update-success' => 'Email Template updated successfully.', - 'delete-success' => 'Email Template deleted successfully.', - 'delete-failed' => 'Email Template can not be deleted.', + 'title' => 'Шаблоны электронных писем', + 'create-title' => 'Добавить шаблон', + 'edit-title' => 'Редактировать шаблон', + 'save-btn-title' => 'Сохранить', + 'back' => 'Назад', + 'cancel' => 'Закрыть', + 'name' => 'Наименование', + 'subject' => 'Тема', + 'content' => 'Текст', + 'placeholders' => 'Держатели', + 'create-success' => 'Шаблон электронной почты успешно добавлен.', + 'update-success' => 'Шаблон электронной почты успешно обновлен.', + 'delete-success' => 'Шаблон электронной почты успешно удален.', + 'delete-failed' => 'Шаблон электронной почты не может быть удален.', ], 'workflows' => [ - 'title' => 'Workflows', - 'create-title' => 'Create Workflow', - 'edit-title' => 'Edit Workflow', - 'save-btn-title' => 'Save as Workflow', - 'back' => 'Back', - 'cancel' => 'Cancel', - 'information' => 'Information', - 'name' => 'Name', - 'description' => 'Description', - 'event' => 'Event', - 'events' => 'Events', - 'created' => 'Created', - 'updated' => 'Updated', - 'deleted' => 'Deleted', - 'event-info' => 'An event automatically triggers to check conditions and perform a respective pre-defined set of actions', - 'conditions' => 'Conditions', - 'condition-info' => 'Conditions are set of rules which checks for specific scenarios and are triggered on specific occasions', - 'condition-type' => 'Condition Type', - 'all-conditions-true' => 'All Conditions are True', - 'any-condition-true' => 'Any Condition is True', - 'add-condition' => 'Add Condition', - 'choose-condition-to-add' => 'Choose a condition to add', - 'is-equal-to' => 'Is equal to', - 'is-not-equal-to' => 'Is not equal to', - 'equals-or-greater-than' => 'Equals or greater than', - 'equals-or-less-than' => 'Equals or less than', - 'greater-than' => 'Greater than', - 'less-than' => 'Less than', - 'contain' => 'Contain', - 'contains' => 'Contains', + 'title' => 'Рабочие процессы', + 'create-title' => 'Добавить процесс', + 'edit-title' => 'Редактировать процесс', + 'save-btn-title' => 'Сохранить', + 'back' => 'Назад', + 'cancel' => 'Закрыть', + 'information' => 'Информация', + 'name' => 'Наименование', + 'description' => 'Описание', + 'event' => 'Событие', + 'events' => 'События', + 'created' => 'Добавлено', + 'updated' => 'Обновлено', + 'deleted' => 'Удалено', + 'event-info' => 'Событие автоматически запускается для проверки условий и выполнения соответствующего заранее определенного набора действий.', + 'conditions' => 'Условия', + 'condition-info' => 'Условия – это набор правил, которые проверяют конкретные сценарии и запускаются в определенных случаях.', + 'condition-type' => 'Тип условия', + 'all-conditions-true' => 'Все условия истинно', + 'any-condition-true' => 'Любое условие истинно', + 'add-condition' => 'Добавить условие', + 'choose-condition-to-add' => 'Выберите условие для добавления', + 'is-equal-to' => 'Равно', + 'is-not-equal-to' => 'Не равно', + 'equals-or-greater-than' => 'Равно или больше, чем', + 'equals-or-less-than' => 'Равно или меньше, чем', + 'greater-than' => 'Больше чем', + 'less-than' => 'Меньчше чем', + 'contain' => 'Содержать', + 'contains' => 'Содержит', 'does-not-contain' => 'Does not contain', - 'actions' => 'Actions', - 'action-info' => 'An action not only reduces the workload but also makes it quite easier for CRM automation', - 'choose-action-to-add' => 'Choose action to add', - 'update-lead' => 'Update lead', - 'update-person' => 'Update person', - 'send-email-to-person' => 'Send email to person', - 'send-email-to-sales-owner' => 'Send email to sales owner', - 'send-email-to-participants' => 'Send email to participants', - 'add-tag' => 'Add tag', - 'add-note-as-activity' => 'Add note as activity', - 'choose-attribute' => 'Choose attribute', - 'choose-option' => 'Choose option', - 'update-person' => 'Update person', - 'update-related-leads' => 'Update related leads', - 'update-quote' => 'Update quote', - 'add-action' => 'Add Action', - 'create-success' => 'Workflow created successfully.', - 'update-success' => 'Workflow updated successfully.', - 'delete-success' => 'Workflow deleted successfully.', - 'delete-failed' => 'Workflow can not be deleted.', + 'actions' => 'Не содержит', + 'action-info' => 'Действие не только снижает рабочую нагрузку, но и значительно упрощает автоматизацию CRM.', + 'choose-action-to-add' => 'Выберите действие для добавления', + 'update-lead' => 'Редактирование услуги', + 'update-person' => 'Редактирование участника', + 'send-email-to-person' => 'Отправить письмо участнику', + 'send-email-to-sales-owner' => 'Отправить письмо эксперту', + 'send-email-to-participants' => 'Отправить письмо участникам', + 'add-tag' => 'AДобавить ярлык', + 'add-note-as-activity' => 'Добавить заметку в события', + 'choose-attribute' => 'Выбрать атрибут', + 'choose-option' => 'Выбрать опцию', + 'update-person' => 'Редактировать участника', + 'update-related-leads' => 'Убрать относящуюся услугу', + 'update-quote' => 'Обновить договор', + 'add-action' => 'Добавить событие', + 'create-success' => 'Рабочий процесс успешно добавлен.', + 'update-success' => 'Рабочий процесс успешно обновлен.', + 'delete-success' => 'Рабочий процесс успешно удален.', + 'delete-failed' => 'Рабочий процесс не может быть удален.', ], 'tags' => [ @@ -671,18 +662,18 @@ return [ ], 'configuration' => [ - 'title' => 'Configuration', - 'save-btn-title' => 'Save', - 'general' => 'General', - 'locale-settings' => 'Locale Settings', - 'locale' => 'Locale', - 'timezone' => 'Timezone', - 'date-time-formats' => 'Date And Time Formats', - 'save-message' => 'Configuration updated successfully!', + 'title' => 'Конфигураци', + 'save-btn-title' => 'Сохранить', + 'general' => 'Главная', + 'locale-settings' => 'Настройка языка', + 'locale' => 'Язык', + 'timezone' => 'Временная зона', + 'date-time-formats' => 'Формат даты и времени', + 'save-message' => 'Конфигурация успешно обновлена!', "emails" => [ - 'email' => 'Email', - 'notification_label' => 'Notifications', - 'new_lead' => 'New lead', + 'email' => 'адрес электронной почты', + 'notification_label' => 'Уведомления', + 'new_lead' => 'Новая заявка', ] ], @@ -801,79 +792,79 @@ return [ ], 'common' => [ - 'back' => 'Back', - 'address' => 'Address', - 'country' => 'Country', - 'add_more' => 'Add More', - 'select-country' => 'Please select country', - 'select-users' => 'Select Users', - 'select_rotten_leads' => 'Select Rotten Leads', - 'select-organization' => 'Select Organizations', - 'state' => 'State', - 'select-state' => 'Please select state', - 'city' => 'City', - 'postcode' => 'Postcode', - 'address-validation' => 'The "Address" field is required', - 'work' => 'Work', - 'home' => 'Home', - 'no-result-found' => 'Records not found with same name.', - 'add-as' => 'Add as new', - 'not-available' => 'Not Available', - 'select-options' => 'Select Options', - 'yes' => 'Yes', - 'no' => 'No', - 'delete' => 'Delete', - 'save' => 'Save', + 'back' => 'Назад', + 'address' => 'Адресс', + 'country' => 'Страна', + 'add_more' => 'Добавить', + 'select-country' => 'Пожалуйста выберите страну', + 'select-users' => 'Выберите пользователя', + 'select_rotten_leads' => 'Выберите просроченные услуги', + 'select-organization' => 'выберите организацию', + 'state' => 'Состояние', + 'select-state' => 'Выберите состояние', + 'city' => 'Город', + 'postcode' => 'Индекс', + 'address-validation' => 'Поле «Адрес» обязательно для заполнения', + 'work' => 'Рабочий', + 'home' => 'Личный', + 'no-result-found' => 'Записи с таким наименованием не найдены.', + 'not-available' => 'Не доступно', + 'select-options' => 'Выберите параметр', + 'yes' => 'Да', + 'no' => 'Нет', + 'delete' => 'Удалить', + 'save' => 'Сохранить', 'locale' => 'Locale', - 'en' => 'English', - 'tr' => 'Türkçe', - 'ar' => 'Arabic', + 'en' => 'Английский', + 'tr' => 'Турецкий', + 'ar' => 'Арабский', + 'ru' => 'Русский', 'add-as' => 'Add as new', - 'no-records-found' => 'No Records Found', - 'start-typing' => 'Start typing to search records', - 'select-type' => 'Select Type', - 'select-call' => 'Call', - 'select-meeting' => 'Meeting', - 'select-lunch' => 'Lunch', - 'duplicate-value' => 'The value cannot be duplicate', - 'unauthenticated' => 'Unauthenticated', - 'resource-not-found' => 'Resource not found', + 'no-records-found' => 'Записи не найдены', + 'start-typing' => 'Начните писать, чтобы найти записи', + 'select-type' => 'Выберите тип', + 'select-call' => 'Звонок', + 'select-meeting' => 'Встреча', + 'select-lunch' => 'Задача', + 'duplicate-value' => 'Значение не может повторяться', + 'unauthenticated' => 'Неавторизован', + 'resource-not-found' => 'Ресурс не найден', 'forbidden-error' => '403 forbidden Error', 'internal-server-error' => '500 Internal Server Error', - 'something-went-wrong' => 'Something went wrong, please try again later.', - 'delete-confirm' => 'Do you really want to perform this action?', - 'system_attribute' => 'System', - 'custom_attribute' => 'Custom', + 'something-went-wrong' => 'Что-то пошло не так, повторите позже.', + 'delete-confirm' => 'Вы действительно хотите выполнить это действие?', + 'system_attribute' => 'Системный', + 'custom_attribute' => 'Пользовательский', ], 'user' => [ 'account' => [ - 'name' => 'Name', - 'email' => 'Email', - 'password' => 'Password', + 'name' => 'Имя', + 'email' => 'Андрес Электронной почты', + 'password' => 'Новый пароль', 'my_account' => 'My account', 'update_details' => 'Update Details', - 'current_password' => 'Current password', - 'confirm_password' => 'Confirm password', - 'password-match' => 'Current password does not match.', - 'account-save' => 'Account changes saved successfully.', - 'permission-denied' => 'Permission Denied', - 'remove-image' => 'Remove Image', - 'upload_image_pix' => 'Upload a Profile Image (100px x 100px)', - 'upload_image_format' => 'in PNG or JPG Format', - 'image_upload_message' => 'Only images (.jpeg, .jpg, .png, ..) are allowed.' + 'current_password' => 'Текущий пароль', + 'confirm_password' => 'Подтвердите пароль', + 'password-match' => 'Текущий пароль не соответствует.', + 'account-save' => 'Изменения аккаунта успешно сохранены.', + 'permission-denied' => 'Доступ запрещен', + 'remove-image' => 'Удалить изображение', + 'upload_image_pix' => 'Загрузить изображение профиля (100px x 100px)', + 'upload_image_format' => 'PNG or JPG', + 'image_upload_message' => 'Разрешены только изображения (.jpeg, .jpg, .png, ..).' ] ], 'emails' => [ 'common' => [ - 'dear' => 'Dear :name', + 'dear' => 'Уважаемый (ая) :name', 'cheers' => 'Cheers,
Team :app_name' ], ], 'errors' => [ - '401' => 'You are not authorized to access this page' + '401' => 'Вы не авторизованы для просмотра этой страницы' ] ]; ?> diff --git a/packages/Webkul/Admin/src/Resources/lang/tr/app.php b/packages/Webkul/Admin/src/Resources/lang/tr/app.php index e8c2f4d..74a7a1c 100644 --- a/packages/Webkul/Admin/src/Resources/lang/tr/app.php +++ b/packages/Webkul/Admin/src/Resources/lang/tr/app.php @@ -167,7 +167,7 @@ return [ 'call' => 'Arama Yap', 'meeting' => 'Toplantı', 'lunch' => 'Öğle Yemeği', - 'file' => 'Dosya', + 'file-name' => 'Dosya', 'quote' => 'Teklif', 'create-quote' => 'Teklif Oluştur', 'type' => 'Tip', @@ -175,6 +175,7 @@ return [ 'schedule' => 'Takvim', 'from' => 'İtibaren', 'to' => 'İle', + 'mail-to' => 'İle', 'location' => 'Lokasyon', 'participants' => 'Katılımcılar', 'participant-info' => 'Adı yazmaya başla', diff --git a/packages/Webkul/UI/src/Resources/lang/ru/app.php b/packages/Webkul/UI/src/Resources/lang/ru/app.php index 882cc0b..58b98c1 100644 --- a/packages/Webkul/UI/src/Resources/lang/ru/app.php +++ b/packages/Webkul/UI/src/Resources/lang/ru/app.php @@ -10,7 +10,7 @@ return [ 'title' => 'Таблица', 'actions' => 'Действия', 'edit' => 'Редактировать', - 'view' => 'простмотр', + 'view' => 'Простмотр', 'delete' => 'Удалить', 'print' => 'Печать', 'id' => 'Столбцы индекса имеют значение только больше нуля', @@ -27,11 +27,11 @@ return [ 'edit' => 'Вы действительно хотите отредактировать это :resource?', ], - 'zero-index' => 'Index columns can have values greater than zero only', - 'no-records' => 'No Records Found', - 'filter-fields-missing' => 'Some of the required field is null, please check column, condition and value properly', - 'click_on_action' => 'Do you really want to perform this action?', - 'search' => 'Search Here...', + 'zero-index' => 'Столбцы индекса могут иметь только значения больше нуля.', + 'no-records' => 'Записей не найдено', + 'filter-fields-missing' => 'Некоторые из обязательных полей имеют пустые значения. Пожалуйста, проверьте поле и заполните значение .', + 'click_on_action' => 'Вы действительно хотите выполнить это действие?', + 'search' => 'Поиск...', 'column' => 'Select Column', 'condition' => 'Select Condition', 'contains' => 'Contains', @@ -48,39 +48,39 @@ return [ 'false' => 'False / Inactive', 'between' => 'Is between', 'apply' => 'Apply', - 'items-per-page' => 'Items Per Page', + 'items-per-page' => 'Элементов на странице', 'value-here' => 'Value here', 'numeric-value-here' => 'Numeric Value here', - 'submit' => 'Submit', + 'submit' => 'Подтвердить', "mandatory_mass_action" => "Please select an action to perform.", 'multiple_sort_keys' => 'Fatal Error! Multiple Sort keys Found, Please Resolve the URL Manually', 'multiple_search_keys' => 'Multiple Search keys Found, Please Resolve the URL Manually', - 'is-done' => 'Is Done', + 'is-done' => 'Выполнить', 'filter' => [ - 'remove_all' => 'Remove All', - 'title' => 'Filter', - 'apply_title' => 'Apply Filter', - 'custom_filter' => 'Custom Filter', - 'done' => 'Done', - 'to' => 'to', - 'date_range' => 'Date Range', - 'start_date' => 'Start Date', - 'end_date' => 'End Date', - 'today' => 'Today', - 'yesterday' => 'Yesterday', - 'this_month' => 'This Month', - 'this_year' => 'This Year', - 'last_month' => 'Last Month', - 'apply' => 'Apply', - 'cancel' => 'Cancel', - 'perPage' => 'Per Page', - 'is_done' => 'Is Done', - 'created_by_id' => 'Created By Id', - 'schedule_from' => 'Schedule From', - 'schedule_to' => 'Schedule To', - 'created_at' => 'Created At', - 'scheduled' => 'Scheduled', - 'duration' => 'Duration', + 'remove_all' => 'Очистить', + 'title' => 'Фильтр', + 'apply_title' => 'Применить фильтр', + 'custom_filter' => 'Пользовательский фильтр', + 'done' => 'Готово', + 'to' => 'от', + 'date_range' => 'Разница дат', + 'start_date' => 'Дата начала', + 'end_date' => 'Дата окончание', + 'today' => 'Сегодня', + 'yesterday' => 'Вчера', + 'this_month' => 'Этот месяц', + 'this_year' => 'Этот год', + 'last_month' => 'Прошлый месяц', + 'apply' => 'Приянять', + 'cancel' => 'Закрыть', + 'perPage' => 'На страницу', + 'is_done' => 'Выполнено', + 'created_by_id' => 'Создано Id', + 'schedule_from' => 'Расписание с', + 'schedule_to' => 'Расписание до', + 'created_at' => 'Создан от', + 'scheduled' => 'Запланированное', + 'duration' => 'Продолжительность', ], ],