updated translations
This commit is contained in:
@ -13,18 +13,27 @@ return [
|
||||
'current_email' => 'Поточна електронна пошта',
|
||||
'reset' => 'Скинути',
|
||||
'never' => 'Ніколи',
|
||||
|
||||
'password' => [
|
||||
'current' => 'Пароль',
|
||||
'current_confirm' => 'Підтвердіть пароль',
|
||||
'new' => 'Новий пароль',
|
||||
'new_confirm' => 'Підтвердити новий пароль',
|
||||
],
|
||||
|
||||
'error' => [
|
||||
'self_delete' => 'Помилка: неможливо видалити!'
|
||||
'self_delete' => 'Помилка: неможливо видалити!',
|
||||
'no_company' => 'Error: No company assigned to your account. Please, contact the system administrator.',
|
||||
],
|
||||
|
||||
'failed' => 'Ці облікові дані не збігаються з нашими записами.',
|
||||
'disabled' => 'Цей обліковий запис вимкнено. Будь-ласка, зверніться до адміністратора.',
|
||||
'throttle' => 'Занадто багато спроб входу. Будь ласка, спробуйте ще раз, через :seconds секунд.',
|
||||
|
||||
'notification' => [
|
||||
'message_1' => 'You are receiving this email because we received a password reset request for your account.',
|
||||
'message_2' => 'If you did not request a password reset, no further action is required.',
|
||||
'button' => 'Reset Password',
|
||||
],
|
||||
|
||||
];
|
||||
|
@ -41,6 +41,18 @@ return [
|
||||
|
||||
'messages' => [
|
||||
'received' => 'Рахунок позначено як успішно отриманий!',
|
||||
'draft' => 'This is a <b>DRAFT</b> bill and will be reflected to charts after it gets received.',
|
||||
|
||||
'status' => [
|
||||
'created' => 'Created on :date',
|
||||
'receive' => [
|
||||
'draft' => 'Not sent',
|
||||
'received' => 'Received on :date',
|
||||
],
|
||||
'paid' => [
|
||||
'await' => 'Awaiting payment',
|
||||
],
|
||||
],
|
||||
],
|
||||
|
||||
];
|
||||
|
@ -7,5 +7,10 @@ return [
|
||||
|
||||
'error' => [
|
||||
'email' => 'Ця електронна пошта вже використовується.'
|
||||
]
|
||||
],
|
||||
|
||||
'notification' => [
|
||||
'message' => ':customer made :amount payment to invoice number :invoice_number.',
|
||||
'button' => 'Show',
|
||||
],
|
||||
];
|
||||
|
@ -3,7 +3,6 @@
|
||||
return [
|
||||
|
||||
'accounts_cash' => 'Готівка',
|
||||
'categories_uncat' => 'Без категорії',
|
||||
'categories_deposit' => 'Депозит',
|
||||
'categories_sales' => 'Продажі',
|
||||
'currencies_usd' => 'Долар США',
|
||||
|
@ -4,6 +4,7 @@ return [
|
||||
|
||||
'version' => 'Версія',
|
||||
'powered' => 'Зроблено в Akaunting',
|
||||
'link' => 'https://akaunting.com',
|
||||
'software' => 'Безкоштовна Бухгалтерська Програма',
|
||||
|
||||
];
|
||||
|
@ -38,6 +38,10 @@ return [
|
||||
'numbers' => 'Номер | Номери',
|
||||
'statuses' => 'Статус | Статуси',
|
||||
'others' => 'Інший | Інші',
|
||||
'contacts' => 'Contact|Contacts',
|
||||
'reconciliations' => 'Reconciliation|Reconciliations',
|
||||
'deposits' => 'Deposit|Deposits',
|
||||
'withdrawals' => 'Withdrawal|Withdrawals',
|
||||
|
||||
'dashboard' => 'Панель інструментів',
|
||||
'banking' => 'Банківська справа',
|
||||
@ -81,6 +85,7 @@ return [
|
||||
'color' => 'Колір',
|
||||
'save' => 'Зберегти',
|
||||
'cancel' => 'Відміна',
|
||||
'loading' => 'Loading...',
|
||||
'from' => 'Від',
|
||||
'to' => 'До',
|
||||
'print' => 'Друк',
|
||||
@ -100,11 +105,30 @@ return [
|
||||
'overdue' => 'Протерміновано',
|
||||
'partially' => 'Частково',
|
||||
'partially_paid' => 'Частково Оплачено',
|
||||
'export' => 'Export',
|
||||
'finish' => 'Finish',
|
||||
'wizard' => 'Wizard',
|
||||
'skip' => 'Skip',
|
||||
'enable' => 'Enable',
|
||||
'disable' => 'Disable',
|
||||
'select_all' => 'Select All',
|
||||
'unselect_all' => 'Unselect All',
|
||||
'go_to' => 'Go to :name',
|
||||
'created_date' => 'Created Date',
|
||||
'period' => 'Period',
|
||||
'start' => 'Start',
|
||||
'end' => 'End',
|
||||
'clear' => 'Clear',
|
||||
'difference' => 'Difference',
|
||||
|
||||
'title' => [
|
||||
'new' => 'Нове: тип',
|
||||
'edit' => 'Редагування: тип',
|
||||
'create' => 'Create :type',
|
||||
'send' => 'Send :type',
|
||||
'get' => 'Get :type',
|
||||
],
|
||||
|
||||
'form' => [
|
||||
'enter' => 'Введіть: поля',
|
||||
'select' => [
|
||||
@ -114,4 +138,11 @@ return [
|
||||
'no_file_selected' => 'Файл не вибрано...',
|
||||
],
|
||||
|
||||
'date_range' => [
|
||||
'today' => 'Today',
|
||||
'yesterday' => 'Yesterday',
|
||||
'last_days' => 'Last :day Days',
|
||||
'this_month' => 'This Month',
|
||||
'last_month' => 'Last Month',
|
||||
],
|
||||
];
|
||||
|
@ -11,5 +11,6 @@ return [
|
||||
'items_stock' => '{1} :враховувати позицію немає в наявності|[2,*] :враховувати позиції немає в наявності',
|
||||
'view_all' => 'Переглянути всі'
|
||||
],
|
||||
'docs_link' => 'https://akaunting.com/docs',
|
||||
|
||||
];
|
||||
|
@ -4,6 +4,6 @@ return [
|
||||
|
||||
'import' => 'Імпорт',
|
||||
'title' => 'Імпорт: тип',
|
||||
'message' => 'Допускається типи файлів: CSV, XLS. Будь-ласка<a target="_blank" href=":link"><strong>завантажте</strong></a> зразок файлу.',
|
||||
'message' => 'Allowed file types: XLS, XLSX. Please, <a target="_blank" href=":link"><strong>download</strong></a> the sample file.',
|
||||
|
||||
];
|
||||
|
@ -6,7 +6,7 @@ return [
|
||||
'refresh' => 'Перезавантажити',
|
||||
|
||||
'steps' => [
|
||||
'requirements' => 'Будь ласка, відповідайте наступним вимогам!',
|
||||
'requirements' => 'Please, ask your hosting provider to fix the errors!',
|
||||
'language' => 'Крок 1/3: Вибір мови',
|
||||
'database' => 'Крок 2/3: Налаштування бази даних',
|
||||
'settings' => 'Крок 3/3: Деталі компанії та адміністратора',
|
||||
@ -19,7 +19,7 @@ return [
|
||||
'requirements' => [
|
||||
'enabled' => ': функцію потрібно ввімкнути!',
|
||||
'disabled' => ': функцію потрібно вимкнути!',
|
||||
'extension' => ': розширення розширення повинно бути завантаженим!',
|
||||
'extension' => ':extension extension needs to be installed and loaded!',
|
||||
'directory' => ': директорія каталогу повинна бути доступною для запису!',
|
||||
],
|
||||
|
||||
|
@ -31,6 +31,7 @@ return [
|
||||
'mark_sent' => 'Позначити відправлено',
|
||||
'download_pdf' => 'Завантажити PDF',
|
||||
'send_mail' => 'Надіслати листа',
|
||||
'all_invoices' => 'Login to view all invoices',
|
||||
|
||||
'status' => [
|
||||
'draft' => 'Чернетка',
|
||||
@ -45,6 +46,18 @@ return [
|
||||
'email_sent' => 'Повідомлення з рахунком було успішно відправлено!',
|
||||
'marked_sent' => 'Повідомлення з рахунком було успішно відправлено!',
|
||||
'email_required' => 'Немає повідомлень цього клієнта!',
|
||||
'draft' => 'This is a <b>DRAFT</b> invoice and will be reflected to charts after it gets sent.',
|
||||
|
||||
'status' => [
|
||||
'created' => 'Created on :date',
|
||||
'send' => [
|
||||
'draft' => 'Not sent',
|
||||
'sent' => 'Sent on :date',
|
||||
],
|
||||
'paid' => [
|
||||
'await' => 'Awaiting payment',
|
||||
],
|
||||
],
|
||||
],
|
||||
|
||||
'notification' => [
|
||||
|
@ -8,7 +8,10 @@ return [
|
||||
'sku' => 'Артикул',
|
||||
|
||||
'notification' => [
|
||||
'message' => 'Ви отримуєте це повідомлення, тому що : назва відсутня.',
|
||||
'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.',
|
||||
],
|
||||
'button' => 'Переглянути зараз',
|
||||
],
|
||||
|
||||
|
@ -8,14 +8,18 @@ return [
|
||||
'deleted' => ': тип видалено!',
|
||||
'duplicated' => ': тип продубльовано!',
|
||||
'imported' => ': тип імпортовано!',
|
||||
'enabled' => ':type enabled!',
|
||||
'disabled' => ':type disabled!',
|
||||
],
|
||||
'error' => [
|
||||
'over_payment' => 'Помилка: Оплату не додано! Сума проходить загальна.',
|
||||
'over_payment' => 'Error: Payment not added! The amount you entered passes the total: :amount',
|
||||
'not_user_company' => 'Помилка: Вам не дозволено керувати цією компанією!',
|
||||
'customer' => 'Помилка: Користувача не створено! : ця електронна адреса вже використовується.',
|
||||
'no_file' => 'Помилка: Файл не обрано!',
|
||||
'last_category' => 'Помилка: Неможливо видалити :type категорію!',
|
||||
'invalid_token' => 'Помилка: Введений токен невірний!',
|
||||
'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>: ім\'я</b> , оскільки воно має: текст, пов\'язані.',
|
||||
|
@ -4,6 +4,7 @@ return [
|
||||
|
||||
'title' => 'API маркер',
|
||||
'api_token' => 'Маркер',
|
||||
'my_apps' => 'My Apps',
|
||||
'top_paid' => 'Топ Paid',
|
||||
'new' => 'Нове',
|
||||
'top_free' => 'Топ безкоштовних',
|
||||
@ -15,6 +16,8 @@ return [
|
||||
'no_apps' => 'Немає поки що додатків у цій категорії.',
|
||||
'developer' => 'Ви розробник? <a href="https://akaunting.com/blog/akaunting-app-store" target="_blank">тут</a> ви можете дізнатися, як створити додаток і почати продажі сьогодні!',
|
||||
|
||||
'recommended_apps' => 'Recommended Apps',
|
||||
|
||||
'about' => 'Про',
|
||||
|
||||
'added' => 'Додано',
|
||||
@ -31,18 +34,47 @@ return [
|
||||
'installation' => 'Встановлення',
|
||||
'faq' => 'Поширені запитання',
|
||||
'changelog' => 'Історія змін',
|
||||
'reviews' => 'Reviews',
|
||||
],
|
||||
|
||||
'installation' => [
|
||||
'header' => 'Встановлення додатку',
|
||||
'download' => 'Завантаження: файл модуля.',
|
||||
'unzip' => 'Вилучення файлів :module.',
|
||||
'file_copy' => 'Copying :module files.',
|
||||
'migrate' => 'Applying :module updates.',
|
||||
'finish' => 'The update was successfully installed. You will be redirect Update Center.',
|
||||
'install' => 'Установка файлів : module .',
|
||||
],
|
||||
|
||||
'errors' => [
|
||||
'download' => ':module can not download!',
|
||||
'upload' => 'Downloaded :module can not saved!',
|
||||
'unzip' => ':module can not unzip!',
|
||||
'file_copy' => ':module files can not copy!',
|
||||
'migrate' => ':module migrate broken!',
|
||||
'migrate core' => ':module already latest version so then yon can not update.',
|
||||
],
|
||||
|
||||
'badge' => [
|
||||
'installed' => 'Installed',
|
||||
],
|
||||
|
||||
'button' => [
|
||||
'uninstall' => 'Видалити',
|
||||
'disable' => 'Вимкнути',
|
||||
'enable' => 'Увімкнути',
|
||||
],
|
||||
|
||||
'my' => [
|
||||
'purchased' => 'Purchased',
|
||||
'installed' => 'Installed',
|
||||
],
|
||||
|
||||
'reviews' => [
|
||||
'button' => [
|
||||
'add' => 'Add a Review'
|
||||
],
|
||||
'na' => 'There are no reviews.'
|
||||
]
|
||||
];
|
||||
|
10
resources/lang/uk-UA/notifications.php
Normal file
10
resources/lang/uk-UA/notifications.php
Normal file
@ -0,0 +1,10 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'whoops' => 'Whoops!',
|
||||
'hello' => 'Hello!',
|
||||
'salutation' => 'Regards,<br> :company_name',
|
||||
'subcopy' => 'If you’re having trouble clicking the ":text" button, copy and paste the URL below into your web browser: [:url](:url)',
|
||||
|
||||
];
|
14
resources/lang/uk-UA/reconciliations.php
Normal file
14
resources/lang/uk-UA/reconciliations.php
Normal file
@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
|
||||
'reconcile' => 'Reconcile',
|
||||
'reconciled' => 'Reconciled',
|
||||
'closing_balance' => 'Closing Balance',
|
||||
'unreconciled' => 'Unreconciled',
|
||||
'list_transactions' => 'List Transactions',
|
||||
'start_date' => 'Start Date',
|
||||
'end_date' => 'End Date',
|
||||
'cleared_amount' => 'Cleared Amount',
|
||||
|
||||
];
|
@ -33,6 +33,16 @@ return [
|
||||
'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',
|
||||
],
|
||||
'default' => [
|
||||
'tab' => 'За замовчуванням',
|
||||
@ -66,6 +76,8 @@ return [
|
||||
'bill_days' => 'Надіслати після відповідних днів',
|
||||
'cron_command' => 'Cron команда',
|
||||
'schedule_time' => 'Години до запуску',
|
||||
'send_item_reminder'=> 'Send Item Reminder',
|
||||
'item_stocks' => 'Send When Item Stock',
|
||||
],
|
||||
'appearance' => [
|
||||
'tab' => 'Вигляд',
|
||||
|
@ -5,4 +5,8 @@ return [
|
||||
'from_account' => 'З облікового запису',
|
||||
'to_account' => 'Обліковому запису',
|
||||
|
||||
'messages' => [
|
||||
'delete' => ':from to :to (:amount)',
|
||||
],
|
||||
|
||||
];
|
||||
|
@ -101,6 +101,8 @@ return [
|
||||
'attribute-name' => [
|
||||
'rule-name' => 'спеціальне повідомлення',
|
||||
],
|
||||
'invalid_currency' => 'The :attribute code is invalid.',
|
||||
'invalid_amount' => 'The amount :attribute is invalid.',
|
||||
],
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user