updated languages

This commit is contained in:
denisdulici
2019-03-07 16:37:05 +03:00
parent 4ca76aad2a
commit aaa0c53d8a
64 changed files with 768 additions and 381 deletions

View File

@ -33,7 +33,7 @@ return [
'notification' => [
'message_1' => 'Вы получили это письмо потому, что мы получили запрос сброса пароля для вашей учетной записи.',
'message_2' => 'Если вы не запрашивали сброса пароля, дальнейших действий не требуется.',
'button' => 'Сбросить пароль',
'button' => 'Восстановление пароля',
],
];

View File

@ -2,54 +2,57 @@
return [
'bill_number' => 'Номер счёта',
'bill_date' => 'Дата счёта',
'total_price' => 'Общая стоимость',
'due_date' => 'Дата завершения',
'order_number' => 'Номер заказа',
'bill_from' => 'Счёт от',
'bill_number' => 'Номер счёта',
'bill_date' => 'Дата счёта',
'total_price' => 'Общая стоимость',
'due_date' => 'Дата завершения',
'order_number' => 'Номер заказа',
'bill_from' => 'Счёт от',
'quantity' => 'Количество',
'price' => 'Цена',
'sub_total' => 'Итого',
'discount' => 'Скидка',
'tax_total' => 'Итого с налогом',
'total' => 'Всего',
'quantity' => 'Количество',
'price' => 'Цена',
'sub_total' => 'Итого',
'discount' => 'Скидка',
'tax_total' => 'Итого с налогом',
'total' => 'Всего',
'item_name' => 'Имя пункта | Имена пунктов',
'item_name' => 'Имя пункта | Имена пунктов',
'show_discount' => ':discount% Скидка',
'add_discount' => 'Добавить скидку',
'discount_desc' => 'от итога',
'show_discount' => ':discount% Скидка',
'add_discount' => 'Добавить скидку',
'discount_desc' => 'от итога',
'payment_due' => 'Оплатить до',
'amount_due' => 'Сумма',
'paid' => 'Оплачено',
'histories' => 'Истории',
'payments' => 'Платежи',
'add_payment' => 'Добавить платёж',
'mark_received' => 'Отметить как получено',
'download_pdf' => 'Скачать PDF',
'send_mail' => 'Отправить E-mail',
'payment_due' => 'Оплатить до',
'amount_due' => 'Сумма',
'paid' => 'Оплачено',
'histories' => 'Истории',
'payments' => 'Платежи',
'add_payment' => 'Добавить платёж',
'mark_received' => 'Отметить как получено',
'download_pdf' => 'Скачать PDF',
'send_mail' => 'Отправить E-mail',
'create_bill' => 'Create Bill',
'receive_bill' => 'Receive Bill',
'make_payment' => 'Make Payment',
'status' => [
'draft' => 'Черновик',
'received' => 'Получено',
'partial' => 'Частично',
'paid' => 'Оплачено',
'draft' => 'Черновик',
'received' => 'Получено',
'partial' => 'Частично',
'paid' => 'Оплачено',
],
'messages' => [
'received' => 'Счёт помечен как успешно получен!',
'draft' => 'Это <b>ЧЕРНОВИК</b> закупки, он будет проведен после отправки.',
'received' => 'Счёт помечен как успешно получен!',
'draft' => 'Это <b>ЧЕРНОВИК</b> закупки, он будет проведен после отправки.',
'status' => [
'created' => 'Создано :date',
'receive' => [
'created' => 'Создано :date',
'receive' => [
'draft' => 'Не отправлен',
'received' => 'Получено :date',
],
'paid' => [
'paid' => [
'await' => 'Ожидает оплаты',
],
],

View File

@ -9,8 +9,5 @@ return [
'currencies_eur' => 'Евро',
'currencies_gbp' => 'Британский Фунт',
'currencies_try' => 'Турецкая Лира',
'taxes_exempt' => 'Налоговые освобождения',
'taxes_normal' => 'Обычный налог',
'taxes_sales' => 'Налог с продаж',
];

View File

@ -0,0 +1,24 @@
<?php
return [
'forbidden_access' => 'Forbidden Access',
'error_page' => 'Error Page',
'page_not_found' => 'Page Not Found',
'body' => [
'forbidden_access' => 'Oops! Forbidden Access.',
'error_page' => 'Oops! Something went wrong.',
'page_not_found' => 'Oops! Page not found.',
],
'messages' => [
'forbidden_access' => 'You can not access this page.
Meanwhile, you may <a href=":link">return to dashboard</a>.',
'error_page' => 'We will work on fixing that right away.
Meanwhile, you may <a href=":link">return to dashboard</a>.',
'page_not_found' => 'We could not find the page you were looking for.
Meanwhile, you may <a href=":link">return to dashboard</a>.',
],
];

View File

@ -40,8 +40,7 @@ return [
'others' => 'Другой|Другие',
'contacts' => 'Контакт | Контакты',
'reconciliations' => 'Reconciliation|Reconciliations',
'deposits' => 'Депозит | Депозиты',
'withdrawals' => 'Withdrawal|Withdrawals',
'developers' => 'Developer|Developers',
'dashboard' => 'Панель управления',
'banking' => 'Банки',

View File

@ -2,67 +2,71 @@
return [
'invoice_number' => 'Номер квитанции',
'invoice_date' => 'Дата квитанции',
'total_price' => 'Общая цена',
'due_date' => 'Дата окончания',
'order_number' => 'Номер заказа',
'bill_to' => 'Плательщик',
'invoice_number' => 'Номер квитанции',
'invoice_date' => 'Дата квитанции',
'total_price' => 'Общая цена',
'due_date' => 'Дата окончания',
'order_number' => 'Номер заказа',
'bill_to' => 'Плательщик',
'quantity' => 'Количество',
'price' => 'Цена',
'sub_total' => 'Итого',
'discount' => 'Скидка',
'tax_total' => 'Итого с налогом',
'total' => 'Всего',
'quantity' => 'Количество',
'price' => 'Цена',
'sub_total' => 'Итого',
'discount' => 'Скидка',
'tax_total' => 'Итого с налогом',
'total' => 'Всего',
'item_name' => 'Имя пункта | Имена пунктов',
'item_name' => 'Имя пункта | Имена пунктов',
'show_discount' => ':discount% Скидка',
'add_discount' => 'Добавить скидку',
'discount_desc' => 'от итога',
'show_discount' => ':discount% Скидка',
'add_discount' => 'Добавить скидку',
'discount_desc' => 'от итога',
'payment_due' => 'Оплатить до',
'paid' => 'Оплачено',
'histories' => 'Истории',
'payments' => 'Платежи',
'add_payment' => 'Добавить платёж',
'mark_paid' => 'Пометить как оплачено',
'mark_sent' => 'Пометить как отправлено',
'download_pdf' => 'Скачать PDF',
'send_mail' => 'Отправить E-mail',
'all_invoices' => 'Войти для просмотра всех счетов',
'payment_due' => 'Оплатить до',
'paid' => 'Оплачено',
'histories' => 'Истории',
'payments' => 'Платежи',
'add_payment' => 'Добавить платёж',
'mark_paid' => 'Пометить как оплачено',
'mark_sent' => 'Пометить как отправлено',
'download_pdf' => 'Скачать PDF',
'send_mail' => 'Отправить E-mail',
'all_invoices' => 'Войти для просмотра всех счетов',
'create_invoice' => 'Create Invoice',
'send_invoice' => 'Send Invoice',
'get_paid' => 'Get Paid',
'accept_payments' => 'Accept Online Payments',
'status' => [
'draft' => 'Черновик',
'sent' => 'Отправлено',
'viewed' => 'Просмотрено',
'approved' => 'Утверждено',
'partial' => 'Частично',
'paid' => 'Оплачено',
'draft' => 'Черновик',
'sent' => 'Отправлено',
'viewed' => 'Просмотрено',
'approved' => 'Утверждено',
'partial' => 'Частично',
'paid' => 'Оплачено',
],
'messages' => [
'email_sent' => 'Счет-фактура успешно отправлена на e-mail!',
'marked_sent' => 'Счет-фактура помечена как успешно отправлена!',
'email_required' => 'Отсутствует e-mail адрес для этого клиента!',
'draft' => 'Это <b>ЧЕРНОВИК</b> счета, он будет проведен после отправки.',
'email_sent' => 'Счет-фактура успешно отправлена на e-mail!',
'marked_sent' => 'Счет-фактура помечена как успешно отправлена!',
'email_required' => 'Отсутствует e-mail адрес для этого клиента!',
'draft' => 'Это <b>ЧЕРНОВИК</b> счета, он будет проведен после отправки.',
'status' => [
'created' => 'Создано :date',
'send' => [
'created' => 'Создано :date',
'send' => [
'draft' => 'Не отправлено',
'sent' => 'Отправлено :date',
],
'paid' => [
'paid' => [
'await' => 'Ожидает оплаты',
],
],
],
'notification' => [
'message' => 'Вы получили это письмо потому, что у Вас имеются входящие :amount счета на :customer клиента.',
'button' => 'Оплатить сейчас',
'message' => 'Вы получили это письмо потому, что у Вас имеются входящие :amount счета на :customer клиента.',
'button' => 'Оплатить сейчас',
],
];

View File

@ -11,6 +11,7 @@ return [
'enabled' => ':type enabled!',
'disabled' => ':type disabled!',
],
'error' => [
'over_payment' => 'Error: Payment not added! The amount you entered passes the total: :amount',
'not_user_company' => 'Ошибка: Вы не можете управлять этой компанией!',
@ -21,9 +22,11 @@ return [
'import_column' => 'Error: :message Sheet name: :sheet. Line number: :line.',
'import_sheet' => 'Error: Sheet name is not valid. Please, check the sample file.',
],
'warning' => [
'deleted' => 'Предупреждение: Вы не можете удалить <b>:name</b> потому что имеется связь с :text.',
'disabled' => 'Предупреждение: Вы не можете отключить <b>:name</b> потому что имеется связь с :text.',
'disable_code' => 'Warning: You are not allowed to disable or change the currency of <b>:name</b> because it has :text related.',
],
];

View File

@ -5,6 +5,7 @@ return [
'title' => 'API ключ',
'api_token' => 'Ключ',
'my_apps' => 'Мои приложения',
'pre_sale' => 'Pre-Sale',
'top_paid' => 'Топ оплаченных',
'new' => 'Новый',
'top_free' => 'Топ бесплатных',
@ -23,6 +24,9 @@ return [
'added' => 'Добавлено',
'updated' => 'Обновлено',
'compatibility' => 'Совместимость',
'documentation' => 'Documentation',
'view' => 'View',
'back' => 'Back',
'installed' => ':module установлен',
'uninstalled' => ':module удалён',
@ -58,6 +62,7 @@ return [
'badge' => [
'installed' => 'Установлено',
'pre_sale' => 'Pre-Sale',
],
'button' => [

View File

@ -10,5 +10,7 @@ return [
'start_date' => 'Start Date',
'end_date' => 'End Date',
'cleared_amount' => 'Cleared Amount',
'deposit' => 'Deposit',
'withdrawal' => 'Withdrawal',
];

View File

@ -11,6 +11,8 @@ return [
],
'localisation' => [
'tab' => 'Локализация',
'financial_start' => 'Financial Year Start',
'timezone' => 'Часовой пояс',
'date' => [
'format' => 'Формат даты',
'separator' => 'Разделитель даты',
@ -20,7 +22,6 @@ return [
'slash' => 'Слэш (/)',
'space' => 'Пробел ( )',
],
'timezone' => 'Часовой пояс',
'percent' => [
'title' => 'Percent (%) Position',
'before' => 'Before Number',