Merge pull request #803 from akaunting/translations

Updated translations
This commit is contained in:
Denis Duliçi 2019-03-25 15:30:05 +03:00 committed by GitHub
commit 575557d879
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
21 changed files with 97 additions and 73 deletions

View File

@ -3,9 +3,9 @@
return [
'bill_number' => 'رقم فاتورة الشراء',
'bill_date' => 'تاريخ فاتورة',
'bill_date' => 'تاريخ الفاتورة',
'total_price' => 'السعر الإجمالي',
'due_date' => 'تاريخ التسليم',
'due_date' => 'تاريخ الاستحقاق',
'order_number' => 'رقم الطلب',
'bill_from' => 'فاتورة الشراء من',
@ -32,8 +32,8 @@ return [
'download_pdf' => 'تحميل PDF',
'send_mail' => 'إرسال بريد إلكتروني',
'create_bill' => 'إنشاء فاتورة',
'receive_bill' => 'Receive Bill',
'make_payment' => 'Make Payment',
'receive_bill' => 'إستلام فاتورة',
'make_payment' => 'القيام بالدفع',
'status' => [
'draft' => 'مسودة',

View File

@ -9,8 +9,5 @@ return [
'currencies_eur' => 'Euro',
'currencies_gbp' => 'Libras Britânicas',
'currencies_try' => 'Lira Turca',
'taxes_exempt' => 'Isento de Imposto',
'taxes_normal' => 'Taxa padrão',
'taxes_sales' => 'Imposto sobre venda',
];

View File

@ -0,0 +1,24 @@
<?php
return [
'forbidden_access' => 'Acesso não permitido',
'error_page' => 'Página de Erro',
'page_not_found' => 'Página Não Encontrada',
'body' => [
'forbidden_access' => 'Oops! Acesso Negado.',
'error_page' => 'Oops! Algo deu errado.',
'page_not_found' => 'Oops! Página não encontrada.',
],
'messages' => [
'forbidden_access' => 'Você não pode acessar esta página.
Enquanto isso, você pode <a href=":link">retornar ao dashboard</a>.',
'error_page' => 'Nós estamos trabalhando para corrigir isso agora mesmo.
Enquanto isso, você pode <a href=":link">retornar ao dashboard</a>.',
'page_not_found' => 'Não conseguimos encontrar a página que você procura.
Enquanto isso, você pode <a href=":link">retornar ao dashboard</a>.',
],
];

View File

@ -35,6 +35,7 @@ return [
'create_invoice' => 'Criar fatura',
'send_invoice' => 'Enviar fatura',
'get_paid' => 'Pagar',
'accept_payments' => 'Aceitar os Termos de Pagamento Online',
'status' => [
'draft' => 'Rascunho',

View File

@ -5,6 +5,7 @@ return [
'title' => 'Token de API',
'api_token' => 'Token',
'my_apps' => 'Meus Apps',
'pre_sale' => 'Pré-Venda',
'top_paid' => 'Pago a maior',
'new' => 'Novo',
'top_free' => 'Melhores Grátis',
@ -44,7 +45,7 @@ return [
'header' => 'Instalação do aplicativo',
'download' => 'Baixando arquivos do módulo :module.',
'unzip' => 'Extraindo arquivos do módulo :module.',
'file_copy' => 'Atualizando arquivos do módulo :module.',
'file_copy' => 'Copiando arquivos :module.',
'migrate' => 'Aplicando atualizações: :module.',
'finish' => 'A atualização foi instalada com sucesso. Você será redirecionado para a pagina de atualizações.',
'install' => 'Instalando :module.',
@ -61,6 +62,7 @@ return [
'badge' => [
'installed' => 'Instalado',
'pre_sale' => 'Pré-Venda',
],
'button' => [

View File

@ -11,7 +11,7 @@ return [
],
'localisation' => [
'tab' => 'Localizção',
'financial_start' => 'Financial Year Start',
'financial_start' => 'Início do ano fiscal',
'timezone' => 'Fuso Horário',
'date' => [
'format' => 'Formato da Data',

View File

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

View File

@ -2,12 +2,12 @@
return [
'bill_number' => 'Номер счёта',
'bill_date' => 'Дата счёта',
'bill_number' => 'Номер закупки',
'bill_date' => 'Дата закупки',
'total_price' => 'Общая стоимость',
'due_date' => 'Дата завершения',
'order_number' => 'Номер заказа',
'bill_from' => 'Счёт от',
'bill_from' => 'Закупка от',
'quantity' => 'Количество',
'price' => 'Цена',

View File

@ -10,7 +10,7 @@ return [
],
'notification' => [
'message' => ':customer made :amount payment to invoice number :invoice_number.',
'message' => ':клиент сделал :amount оплаты на номер счета :invoice_number.',
'button' => 'Показать',
],
];

View File

@ -8,8 +8,8 @@ return [
'overdue_invoices' => 'Просроченные квитанции',
'total_expenses' => 'Всего расходов',
'payables' => 'Долги по кредитам',
'open_bills' => 'Открытые счета',
'overdue_bills' => 'Просроченные счета',
'open_bills' => 'Открытые закупки',
'overdue_bills' => 'Просроченные закупки',
'total_profit' => 'Общая прибыль',
'open_profit' => 'Открытая прибыль',
'overdue_profit' => 'Просроченная прибыль',

View File

@ -2,23 +2,23 @@
return [
'forbidden_access' => 'Forbidden Access',
'error_page' => 'Error Page',
'page_not_found' => 'Page Not Found',
'forbidden_access' => 'Доступ закрыт',
'error_page' => 'Страница ошибки',
'page_not_found' => 'Страница не найдена',
'body' => [
'forbidden_access' => 'Oops! Forbidden Access.',
'error_page' => 'Oops! Something went wrong.',
'page_not_found' => 'Oops! Page not found.',
'forbidden_access' => 'Ой! Запрещен доступ.',
'error_page' => 'Ой! Что-то пошло не так.',
'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>.',
'forbidden_access' => 'Вы можете не получить доступ к этой странице.
тем временем, вы можете вернуться <a href=":link"> к панели</a>.',
'error_page' => 'Вы можете не получить доступ к этой странице.
тем временем, вы можете вернуться <a href=":link"> к панели</a>.',
'page_not_found' => 'Мы не можем найти страницу, которую вы искали.
Между тем, вы можете <a href=":link">вернуться на панель управления</a>.',
],
];

View File

@ -4,11 +4,11 @@ return [
'items' => 'Пункт | Пункты',
'incomes' => 'Поступление | Поступления',
'invoices' => 'Квитанция | Квитанции',
'invoices' => 'Счёт | Счета',
'revenues' => 'Доход | Доходы',
'customers' => 'Клиент | Клиенты',
'expenses' => 'Расход | Расходы',
'bills' => 'Счёт | Счета',
'bills' => 'Закупка | Закупки',
'payments' => 'Платёж | Платежи',
'vendors' => 'Поставщик | Поставщики',
'accounts' => 'Аккаунт | Аккаунты',
@ -121,7 +121,7 @@ return [
'difference' => 'Разница',
'title' => [
'new' => 'Создать :type',
'new' => 'Новый :type',
'edit' => 'Изменить :type',
'create' => 'Создать :type',
'send' => 'Отправить :type',

View File

@ -6,8 +6,8 @@ return [
'last_login' => 'Последний вход :time',
'notifications' => [
'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 входящих счетов',
'overdue_invoices' => '{1} :count просроченный счёт|[2,3,4] :count просроченные счета|[5,*] :count просроченных счетов',
'upcoming_bills' => '{1} :count входящая закупка|[2,3,4] :count входящих закупок|[5,*] :count входящих закупок',
'items_stock' => '{1} : количество распроданного товара | [2, *]: количество распроданных товаров',
'view_all' => 'Просмотреть все'
],

View File

@ -4,6 +4,6 @@ return [
'import' => 'Импортировать',
'title' => 'Импорт :type',
'message' => 'Allowed file types: XLS, XLSX. Please, <a target="_blank" href=":link"><strong>download</strong></a> the sample file.',
'message' => 'Импорт',
];

View File

@ -2,7 +2,7 @@
return [
'invoice_number' => 'Номер квитанции',
'invoice_number' => 'Номер счёта',
'invoice_date' => 'Дата квитанции',
'total_price' => 'Общая цена',
'due_date' => 'Дата окончания',

View File

@ -9,8 +9,8 @@ return [
'notification' => [
'message' => [
'reminder' => 'You are receiving this email because only :quantity of :name has remained.',
'out_of_stock' => 'You are receiving this email because the :name is running out of stock.',
'reminder' => 'Вы получили это сообщение, так как только :количество : название было переименовано',
'out_of_stock' => 'Вы получили это сообщение, так как :name нет на складе',
],
'button' => 'Просмотреть сейчас',
],

View File

@ -8,25 +8,25 @@ return [
'deleted' => ':type удалено!',
'duplicated' => ':type продублировано!',
'imported' => ':type импортировано!',
'enabled' => ':type enabled!',
'disabled' => ':type disabled!',
'enabled' => ':type включен!',
'disabled' => ':type отключен!',
],
'error' => [
'over_payment' => 'Error: Payment not added! The amount you entered passes the total: :amount',
'over_payment' => 'Ошибка: Платёж не добавлен! Вам следует ввести сумму, которая подходит: :amount',
'not_user_company' => 'Ошибка: Вы не можете управлять этой компанией!',
'customer' => 'Ошибка: Пользователь не создан! :name уже использует этот адрес электронной почты.',
'no_file' => 'Ошибка: Файл не выбран!',
'last_category' => 'Error: Can not delete the last :type category!',
'invalid_token' => 'Error: The token entered is invalid!',
'import_column' => 'Error: :message Sheet name: :sheet. Line number: :line.',
'import_sheet' => 'Error: Sheet name is not valid. Please, check the sample file.',
'last_category' => 'Ошибка: Невозможно удалить последнюю категорию :type!',
'invalid_token' => 'Ошибка: Введенный токен неверен!',
'import_column' => 'Ошибка: :message Sheet name: :sheet. Номер строки: :line.',
'import_sheet' => 'Ошибка: Имя листа неверно. Пожалуйста, проверьте файл образца.',
],
'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.',
'disable_code' => 'Предупреждение: Вы не можете отключить <b>:name</b> потому что имеется связь с :text.',
],
];

View File

@ -5,7 +5,7 @@ return [
'title' => 'API ключ',
'api_token' => 'Ключ',
'my_apps' => 'Мои приложения',
'pre_sale' => 'Pre-Sale',
'pre_sale' => 'Пред продажа',
'top_paid' => 'Топ оплаченных',
'new' => 'Новый',
'top_free' => 'Топ бесплатных',
@ -17,16 +17,16 @@ return [
'no_apps' => 'В этой категории еще нет приложений.',
'developer' => 'Вы разработчик? <a href="https://akaunting.com/blog/akaunting-app-store" target="_blank">Здесь</a> вы можете узнать, как создать приложение и начать продавать уже сегодня!',
'recommended_apps' => 'Recommended Apps',
'recommended_apps' => 'Рекомендуемые приложения',
'about' => 'О нас',
'added' => 'Добавлено',
'updated' => 'Обновлено',
'compatibility' => 'Совместимость',
'documentation' => 'Documentation',
'view' => 'View',
'back' => 'Back',
'documentation' => 'Документация',
'view' => 'Просм.',
'back' => 'Назад',
'installed' => ':module установлен',
'uninstalled' => ':module удалён',

View File

@ -7,17 +7,17 @@ return [
'this_quarter' => 'Этот квартал',
'previous_quarter' => 'Предыдущий квартал',
'last_12_months' => 'Последние 12 месяцев',
'profit_loss' => 'Profit & Loss',
'gross_profit' => 'Gross Profit',
'net_profit' => 'Net Profit',
'total_expenses' => 'Total Expenses',
'net' => 'NET',
'profit_loss' => 'Прибыли убытки',
'gross_profit' => 'Валовая прибыль',
'net_profit' => 'Чистая прибыль',
'total_expenses' => 'Всего расходов',
'net' => 'Чистая потребность',
'summary' => [
'income' => 'Сводка поступлений',
'expense' => 'Сводка расходов',
'income_expense' => 'Поступления vs Расходы',
'tax' => 'Tax Summary',
'tax' => 'Информация по налогу',
],
'quarter' => [

View File

@ -11,7 +11,7 @@ return [
],
'localisation' => [
'tab' => 'Локализация',
'financial_start' => 'Financial Year Start',
'financial_start' => 'Начало финансового года',
'timezone' => 'Часовой пояс',
'date' => [
'format' => 'Формат даты',
@ -23,27 +23,27 @@ return [
'space' => 'Пробел ( )',
],
'percent' => [
'title' => 'Percent (%) Position',
'title' => 'Процент позиции',
'before' => 'Before Number',
'after' => 'After Number',
],
],
'invoice' => [
'tab' => 'Квитанция',
'tab' => 'Счёт',
'prefix' => 'Номерной префикс',
'digit' => 'Цифрой префикс',
'next' => 'Следующий номер',
'logo' => 'Логотип',
'custom' => 'Custom',
'item_name' => 'Item Name',
'item' => 'Items',
'product' => 'Products',
'service' => 'Services',
'price_name' => 'Price Name',
'price' => 'Price',
'rate' => 'Rate',
'quantity_name' => 'Quantity Name',
'quantity' => 'Quantity',
'custom' => 'Таможня',
'item_name' => 'Название номенклатуры',
'item' => 'Номенклатура',
'product' => 'Товары',
'service' => 'Услуги',
'price_name' => 'Цена',
'price' => 'Цена',
'rate' => 'Оценка',
'quantity_name' => 'Количество',
'quantity' => 'Количество',
],
'default' => [
'tab' => 'Умолчания',
@ -73,12 +73,12 @@ return [
'tab' => 'Планировщик',
'send_invoice' => 'Отправить напоминание с квитанцией',
'invoice_days' => 'Отправить после истечения дней',
'send_bill' => 'Отправить напоминание со счётом',
'send_bill' => 'Отправить напоминание с закупкой',
'bill_days' => 'Отправить до истечения дней',
'cron_command' => 'Cron-команда',
'schedule_time' => 'Время выполнения',
'send_item_reminder'=> 'Send Item Reminder',
'item_stocks' => 'Send When Item Stock',
'send_item_reminder'=> 'Отправить уведомление',
'item_stocks' => 'Уведомить о наличии номенклатуры',
],
'appearance' => [
'tab' => 'Внешний вид',

View File

@ -13,7 +13,7 @@ return [
|
*/
'accepted' => 'Вы должны принять :attribute.',
'accepted' => ':attribute должен быть принят.',
'active_url' => 'Поле :attribute содержит недействительный URL.',
'after' => 'В поле :attribute должна быть дата после :date.',
'after_or_equal' => 'В поле :attribute должна быть дата после или равняться :date.',