updated translations
This commit is contained in:
@ -23,14 +23,19 @@ return [
|
||||
'histories' => 'Истории',
|
||||
'payments' => 'Платежи',
|
||||
'add_payment' => 'Добавить платёж',
|
||||
'mark_received' => 'Mark Received',
|
||||
'download_pdf' => 'Скачать PDF',
|
||||
'send_mail' => 'Отправить E-mail',
|
||||
|
||||
'status' => [
|
||||
'new' => 'Добавить',
|
||||
'updated' => 'Обновлено',
|
||||
'draft' => 'Draft',
|
||||
'received' => 'Received',
|
||||
'partial' => 'Частично',
|
||||
'paid' => 'Оплачено',
|
||||
],
|
||||
|
||||
'messages' => [
|
||||
'received' => 'Bill marked as received successfully!',
|
||||
],
|
||||
|
||||
];
|
||||
|
@ -5,5 +5,14 @@ return [
|
||||
'code' => 'Код',
|
||||
'rate' => 'Оценка',
|
||||
'default' => 'Валюта по-умолчанию',
|
||||
'decimal_mark' => 'Decimal Mark',
|
||||
'thousands_separator' => 'Thousands Separator',
|
||||
'precision' => 'Precision',
|
||||
'symbol' => [
|
||||
'symbol' => 'Symbol',
|
||||
'position' => 'Symbol Position',
|
||||
'before' => 'Before Amount',
|
||||
'after' => 'After Amount',
|
||||
]
|
||||
|
||||
];
|
||||
|
@ -1,5 +0,0 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'all' => 'Все клиенты',
|
||||
];
|
11
resources/lang/ru-RU/customers.php
Normal file
11
resources/lang/ru-RU/customers.php
Normal file
@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'allow_login' => 'Allow Login?',
|
||||
'user_created' => 'User Created',
|
||||
|
||||
'error' => [
|
||||
'email' => 'The email has already been taken.'
|
||||
]
|
||||
];
|
@ -50,6 +50,7 @@ return [
|
||||
'na' => 'Н/Д',
|
||||
'daily' => 'Ежедневно',
|
||||
'monthly' => 'Ежемесячно',
|
||||
'quarterly' => 'Quarterly',
|
||||
'yearly' => 'Ежегодно',
|
||||
'add' => 'Добавить',
|
||||
'add_new' => 'Добавить новый',
|
||||
@ -74,6 +75,7 @@ return [
|
||||
'reference' => 'Ссылка',
|
||||
'attachment' => 'Вложение',
|
||||
'change' => 'Изменить',
|
||||
'switch' => 'Switch',
|
||||
'color' => 'Цвет',
|
||||
'save' => 'Сохранить',
|
||||
'cancel' => 'Отмена',
|
||||
@ -83,14 +85,19 @@ return [
|
||||
'search' => 'Поиск',
|
||||
'search_placeholder' => 'Введите для поиска..',
|
||||
'filter' => 'Фильтр',
|
||||
'create_user' => 'Создать пользователя',
|
||||
'created_user' => 'Созданный пользователь',
|
||||
'help' => 'Справка',
|
||||
'all' => 'Все',
|
||||
'all_type' => 'Все :type',
|
||||
'upcoming' => 'Предстоящие',
|
||||
'created' => 'Создан',
|
||||
'id' => 'ID',
|
||||
'more_actions' => 'More Actions',
|
||||
'duplicate' => 'Duplicate',
|
||||
'unpaid' => 'Unpaid',
|
||||
'paid' => 'Paid',
|
||||
'overdue' => 'Overdue',
|
||||
'partially' => 'Partially',
|
||||
'partially_paid' => 'Partially Paid',
|
||||
|
||||
'title' => [
|
||||
'new' => 'Создать :type',
|
||||
|
@ -8,6 +8,7 @@ return [
|
||||
'counter' => '{0} Уведомления отсутствуют|{1} У Вас :count уведомление|[2,3,4] уведомления|[5,*]У Вас :count уведомлений',
|
||||
'overdue_invoices' => '{1} :count просроченная квитанция|[2,3,4] :count просроченные квитанции|[5,*] :count просроченных квитанций',
|
||||
'upcoming_bills' => '{1} :count входящий счёт|[2,3,4] :count входящих счёта|[5,*] :count входящих счетов',
|
||||
'items_stock' => '{1} :count item out of stock|[2,*] :count items out of stock',
|
||||
'view_all' => 'Просмотреть все'
|
||||
],
|
||||
|
||||
|
9
resources/lang/ru-RU/import.php
Normal file
9
resources/lang/ru-RU/import.php
Normal file
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'import' => 'Import',
|
||||
'title' => 'Import :type',
|
||||
'message' => 'Allowed file types: CSV, XLS. Please, <a target="_blank" href=":link"><strong>download</strong></a> the sample file.',
|
||||
|
||||
];
|
@ -17,7 +17,6 @@ return [
|
||||
],
|
||||
|
||||
'requirements' => [
|
||||
'php_version' => 'Требуется PHP 5.6.4 или выше!',
|
||||
'enabled' => ':feature должно быть включено!',
|
||||
'disabled' => ':feature должно быть отключено!',
|
||||
'extension' => ':extension расширение должно быть загружено!',
|
||||
|
@ -22,6 +22,8 @@ return [
|
||||
'histories' => 'Истории',
|
||||
'payments' => 'Платежи',
|
||||
'add_payment' => 'Добавить платёж',
|
||||
'mark_paid' => 'Mark Paid',
|
||||
'mark_sent' => 'Mark Sent',
|
||||
'download_pdf' => 'Скачать PDF',
|
||||
'send_mail' => 'Отправить E-mail',
|
||||
|
||||
@ -34,4 +36,15 @@ return [
|
||||
'paid' => 'Оплачено',
|
||||
],
|
||||
|
||||
'messages' => [
|
||||
'email_sent' => 'Invoice email has been sent successfully!',
|
||||
'marked_sent' => 'Invoice marked as sent successfully!',
|
||||
'email_required' => 'No email address for this customer!',
|
||||
],
|
||||
|
||||
'notification' => [
|
||||
'message' => 'You are receiving this email because you have an upcoming :amount invoice to :customer customer.',
|
||||
'button' => 'Pay Now',
|
||||
],
|
||||
|
||||
];
|
||||
|
@ -7,4 +7,9 @@ return [
|
||||
'purchase_price' => 'Цена покупки',
|
||||
'sku' => 'SKU',
|
||||
|
||||
'notification' => [
|
||||
'message' => 'You are receiving this email because the :name is running out of stock.',
|
||||
'button' => 'View Now',
|
||||
],
|
||||
|
||||
];
|
||||
|
@ -6,12 +6,18 @@ return [
|
||||
'added' => ':type добавлено!',
|
||||
'updated' => ':type обновлено!',
|
||||
'deleted' => ':type удалено!',
|
||||
'duplicated' => ':type duplicated!',
|
||||
'imported' => ':type imported!',
|
||||
],
|
||||
'error' => [
|
||||
'payment_add' => 'Error: You can not add payment! You should check add amount.',
|
||||
'not_user_company' => 'Ошибка: Вы не можете управлять этой компанией!',
|
||||
'customer' => 'Error: You can not created user! :name use this email address.',
|
||||
'no_file' => 'Error: No file selected!',
|
||||
],
|
||||
'warning' => [
|
||||
'deleted' => 'Предупреждение: Вы не можете удалить :type. Потому что внутри содержится :text',
|
||||
'deleted' => 'Предупреждение: Вы не можете удалить <b>:name</b> потому что имеется связь с :text.',
|
||||
'disabled' => 'Предупреждение: Вы не можете отключить <b>:name</b> потому что имеется связь с :text.',
|
||||
],
|
||||
|
||||
];
|
||||
|
@ -10,29 +10,33 @@ return [
|
||||
'free' => 'БЕСПЛАТНО',
|
||||
'install' => 'Установить',
|
||||
'buy_now' => 'Купить сейчас',
|
||||
'faq' => 'ЧаВо',
|
||||
'changelog' => 'История изменений',
|
||||
'installed' => 'Установлено',
|
||||
'uninstalled' => 'Деинсталлировано',
|
||||
'token_link' => '<a href="https://akaunting.com/tokens" target="_blank">Нажмите здесь</a> чтобы получить Ваш API ключ.',
|
||||
'no_apps' => 'There are no apps in this category, yet.',
|
||||
'developer' => 'Are you a developer? <a href="https://akaunting.com/blog/akaunting-app-store" target="_blank">Here</a> you can learn how to create an app and start selling today!',
|
||||
|
||||
'enabled' => ':module модуль включен',
|
||||
'disabled' => ':module модуль отключен',
|
||||
'about' => 'About',
|
||||
|
||||
'installation' => [
|
||||
'header' => 'Установка модуля',
|
||||
'start' => 'Установка :module модуля.',
|
||||
'download' => 'Скачивание :module модуля.',
|
||||
'unzip' => 'Распаковка :module модуля.',
|
||||
'install' => 'Загрузка :module модуля.',
|
||||
'added' => 'Added',
|
||||
'updated' => 'Updated',
|
||||
'compatibility' => 'Compatibility',
|
||||
|
||||
'installed' => ':module installed',
|
||||
'uninstalled' => ':module uninstalled',
|
||||
//'updated' => ':module updated',
|
||||
'enabled' => ':module enabled',
|
||||
'disabled' => ':module disabled',
|
||||
|
||||
'tab' => [
|
||||
'installation' => 'Installation',
|
||||
'faq' => 'FAQ',
|
||||
'changelog' => 'Changelog',
|
||||
],
|
||||
|
||||
'history' => [
|
||||
'installed' => ':module установлен',
|
||||
'uninstalled' => ':module удалён',
|
||||
'updated' => ':module обновлён',
|
||||
'enabled' => ':module включен',
|
||||
'disabled' => ':module отключен',
|
||||
'installation' => [
|
||||
'header' => 'App Installation',
|
||||
'download' => 'Скачивание :module модуля.',
|
||||
'unzip' => 'Распаковка :module модуля.',
|
||||
'install' => 'Installing :module files.',
|
||||
],
|
||||
|
||||
'button' => [
|
||||
|
@ -2,6 +2,12 @@
|
||||
|
||||
return [
|
||||
|
||||
'this_year' => 'This Year',
|
||||
'previous_year' => 'Previous Year',
|
||||
'this_quarter' => 'This Quarter',
|
||||
'previous_quarter' => 'Previous Quarter',
|
||||
'last_12_months' => 'Last 12 Months',
|
||||
|
||||
'summary' => [
|
||||
'income' => 'Сводка поступлений',
|
||||
'expense' => 'Сводка расходов',
|
||||
|
@ -24,10 +24,10 @@ return [
|
||||
],
|
||||
'invoice' => [
|
||||
'tab' => 'Квитанция',
|
||||
'prefix' => 'Префикс квитанции',
|
||||
'digit' => 'Номер квитанции',
|
||||
'start' => 'Стартовый номер квитанции',
|
||||
'logo' => 'Логотип квитанции',
|
||||
'prefix' => 'Number Prefix',
|
||||
'digit' => 'Number Digit',
|
||||
'next' => 'Next Number',
|
||||
'logo' => 'Logo',
|
||||
],
|
||||
'default' => [
|
||||
'tab' => 'Умолчания',
|
||||
|
Reference in New Issue
Block a user