307 lines
11 KiB
Plaintext
307 lines
11 KiB
Plaintext
# Translation of Odoo Server.
|
||
# This file contains the translation of the following modules:
|
||
# * spreadsheet_account
|
||
#
|
||
# Translators:
|
||
# Wil Odoo, 2025
|
||
#
|
||
msgid ""
|
||
msgstr ""
|
||
"Project-Id-Version: Odoo Server 18.0\n"
|
||
"Report-Msgid-Bugs-To: \n"
|
||
"POT-Creation-Date: 2025-01-27 13:04+0000\n"
|
||
"PO-Revision-Date: 2024-09-25 09:41+0000\n"
|
||
"Last-Translator: Wil Odoo, 2025\n"
|
||
"Language-Team: Ukrainian (https://app.transifex.com/odoo/teams/41243/uk/)\n"
|
||
"MIME-Version: 1.0\n"
|
||
"Content-Type: text/plain; charset=UTF-8\n"
|
||
"Content-Transfer-Encoding: \n"
|
||
"Language: uk\n"
|
||
"Plural-Forms: nplurals=4; plural=(n % 1 == 0 && n % 10 == 1 && n % 100 != 11 ? 0 : n % 1 == 0 && n % 10 >= 2 && n % 10 <= 4 && (n % 100 < 12 || n % 100 > 14) ? 1 : n % 1 == 0 && (n % 10 ==0 || (n % 10 >=5 && n % 10 <=9) || (n % 100 >=11 && n % 100 <=14 )) ? 2: 3);\n"
|
||
|
||
#. module: spreadsheet_account
|
||
#. odoo-javascript
|
||
#: code:addons/spreadsheet_account/static/src/plugins/accounting_plugin.js:0
|
||
msgid "%s is not a valid year."
|
||
msgstr "%s недійсний рік."
|
||
|
||
#. module: spreadsheet_account
|
||
#. odoo-javascript
|
||
#: code:addons/spreadsheet_account/static/src/accounting_functions.js:0
|
||
msgid ""
|
||
"'%s' is not a valid period. Supported formats are \"21/12/2022\", "
|
||
"\"Q1/2022\", \"12/2022\", and \"2022\"."
|
||
msgstr ""
|
||
"'%s' недійсний період. Підтримувані формати: \"21/12/2022\", \"Q1/2022\", "
|
||
"\"12/2022\", та \"2022\"."
|
||
|
||
#. module: spreadsheet_account
|
||
#: model:ir.model,name:spreadsheet_account.model_account_account
|
||
msgid "Account"
|
||
msgstr "Рахунок"
|
||
|
||
#. module: spreadsheet_account
|
||
#. odoo-javascript
|
||
#: code:addons/spreadsheet_account/static/src/account_group_auto_complete.js:0
|
||
msgid "Bank and Cash"
|
||
msgstr "Банк і каса"
|
||
|
||
#. module: spreadsheet_account
|
||
#. odoo-python
|
||
#: code:addons/spreadsheet_account/models/account.py:0
|
||
msgid "Cell Audit"
|
||
msgstr ""
|
||
|
||
#. module: spreadsheet_account
|
||
#: model:ir.model,name:spreadsheet_account.model_res_company
|
||
msgid "Companies"
|
||
msgstr "Компанії"
|
||
|
||
#. module: spreadsheet_account
|
||
#. odoo-javascript
|
||
#: code:addons/spreadsheet_account/static/src/account_group_auto_complete.js:0
|
||
msgid "Cost of Revenue"
|
||
msgstr "Собівартість продажу"
|
||
|
||
#. module: spreadsheet_account
|
||
#. odoo-javascript
|
||
#: code:addons/spreadsheet_account/static/src/account_group_auto_complete.js:0
|
||
msgid "Credit Card"
|
||
msgstr "Кредитна карта"
|
||
|
||
#. module: spreadsheet_account
|
||
#. odoo-javascript
|
||
#: code:addons/spreadsheet_account/static/src/account_group_auto_complete.js:0
|
||
msgid "Current Assets"
|
||
msgstr "Оборотні активи"
|
||
|
||
#. module: spreadsheet_account
|
||
#. odoo-javascript
|
||
#: code:addons/spreadsheet_account/static/src/account_group_auto_complete.js:0
|
||
msgid "Current Liabilities"
|
||
msgstr "Короткострокові зобов’язання"
|
||
|
||
#. module: spreadsheet_account
|
||
#. odoo-javascript
|
||
#: code:addons/spreadsheet_account/static/src/account_group_auto_complete.js:0
|
||
msgid "Current Year Earnings"
|
||
msgstr "Прибуток поточного періоду"
|
||
|
||
#. module: spreadsheet_account
|
||
#. odoo-javascript
|
||
#: code:addons/spreadsheet_account/static/src/account_group_auto_complete.js:0
|
||
msgid "Depreciation"
|
||
msgstr "Амортизація"
|
||
|
||
#. module: spreadsheet_account
|
||
#. odoo-javascript
|
||
#: code:addons/spreadsheet_account/static/src/account_group_auto_complete.js:0
|
||
msgid "Equity"
|
||
msgstr "Капітал"
|
||
|
||
#. module: spreadsheet_account
|
||
#. odoo-javascript
|
||
#: code:addons/spreadsheet_account/static/src/account_group_auto_complete.js:0
|
||
msgid "Expenses"
|
||
msgstr "Витрати"
|
||
|
||
#. module: spreadsheet_account
|
||
#. odoo-javascript
|
||
#: code:addons/spreadsheet_account/static/src/account_group_auto_complete.js:0
|
||
msgid "Fixed Assets"
|
||
msgstr "Основні засоби"
|
||
|
||
#. module: spreadsheet_account
|
||
#. odoo-javascript
|
||
#: code:addons/spreadsheet_account/static/src/accounting_functions.js:0
|
||
msgid "Get the total balance for the specified account(s) and period."
|
||
msgstr "Отримайте загальний баланс для вказаного рахунку(ів) і періоду."
|
||
|
||
#. module: spreadsheet_account
|
||
#. odoo-javascript
|
||
#: code:addons/spreadsheet_account/static/src/accounting_functions.js:0
|
||
msgid "Get the total credit for the specified account(s) and period."
|
||
msgstr "Отримайте загальну суму кредиту для вказаного рахунку(ів) і періоду."
|
||
|
||
#. module: spreadsheet_account
|
||
#. odoo-javascript
|
||
#: code:addons/spreadsheet_account/static/src/accounting_functions.js:0
|
||
msgid "Get the total debit for the specified account(s) and period."
|
||
msgstr "Отримайте загальну суму дебету для вказаних рахунків(ів) і періоду."
|
||
|
||
#. module: spreadsheet_account
|
||
#. odoo-javascript
|
||
#: code:addons/spreadsheet_account/static/src/account_group_auto_complete.js:0
|
||
msgid "Income"
|
||
msgstr "Дохід"
|
||
|
||
#. module: spreadsheet_account
|
||
#. odoo-javascript
|
||
#: code:addons/spreadsheet_account/static/src/account_group_auto_complete.js:0
|
||
msgid "Non-current Assets"
|
||
msgstr "Необоротні активи"
|
||
|
||
#. module: spreadsheet_account
|
||
#. odoo-javascript
|
||
#: code:addons/spreadsheet_account/static/src/account_group_auto_complete.js:0
|
||
msgid "Non-current Liabilities"
|
||
msgstr "Довгострокові зобов'язання"
|
||
|
||
#. module: spreadsheet_account
|
||
#. odoo-javascript
|
||
#: code:addons/spreadsheet_account/static/src/account_group_auto_complete.js:0
|
||
msgid "Off-Balance Sheet"
|
||
msgstr "Позабалансовий звіт"
|
||
|
||
#. module: spreadsheet_account
|
||
#. odoo-javascript
|
||
#: code:addons/spreadsheet_account/static/src/accounting_functions.js:0
|
||
msgid "Offset applied to the years."
|
||
msgstr ""
|
||
|
||
#. module: spreadsheet_account
|
||
#. odoo-javascript
|
||
#: code:addons/spreadsheet_account/static/src/account_group_auto_complete.js:0
|
||
msgid "Other Income"
|
||
msgstr "Інший дохід"
|
||
|
||
#. module: spreadsheet_account
|
||
#. odoo-javascript
|
||
#: code:addons/spreadsheet_account/static/src/account_group_auto_complete.js:0
|
||
msgid "Payable"
|
||
msgstr "Кредитор"
|
||
|
||
#. module: spreadsheet_account
|
||
#. odoo-javascript
|
||
#: code:addons/spreadsheet_account/static/src/account_group_auto_complete.js:0
|
||
msgid "Prepayments"
|
||
msgstr "Аванси"
|
||
|
||
#. module: spreadsheet_account
|
||
#. odoo-javascript
|
||
#: code:addons/spreadsheet_account/static/src/account_group_auto_complete.js:0
|
||
msgid "Receivable"
|
||
msgstr "Дебітор"
|
||
|
||
#. module: spreadsheet_account
|
||
#. odoo-javascript
|
||
#: code:addons/spreadsheet_account/static/src/accounting_functions.js:0
|
||
msgid "Return the partner balance for the specified account(s) and period"
|
||
msgstr ""
|
||
|
||
#. module: spreadsheet_account
|
||
#. odoo-javascript
|
||
#: code:addons/spreadsheet_account/static/src/accounting_functions.js:0
|
||
msgid "Return the residual amount for the specified account(s) and period"
|
||
msgstr ""
|
||
|
||
#. module: spreadsheet_account
|
||
#. odoo-javascript
|
||
#: code:addons/spreadsheet_account/static/src/accounting_functions.js:0
|
||
msgid "Returns the account codes of a given group."
|
||
msgstr ""
|
||
|
||
#. module: spreadsheet_account
|
||
#. odoo-javascript
|
||
#: code:addons/spreadsheet_account/static/src/accounting_functions.js:0
|
||
msgid ""
|
||
"Returns the ending date of the fiscal year encompassing the provided date."
|
||
msgstr "Повертає кінцеву дату фінансового року, що включає вказану дату."
|
||
|
||
#. module: spreadsheet_account
|
||
#. odoo-javascript
|
||
#: code:addons/spreadsheet_account/static/src/accounting_functions.js:0
|
||
msgid ""
|
||
"Returns the starting date of the fiscal year encompassing the provided date."
|
||
msgstr "Повертає дату початку фінансового року, що включає вказану дату."
|
||
|
||
#. module: spreadsheet_account
|
||
#. odoo-javascript
|
||
#: code:addons/spreadsheet_account/static/src/index.js:0
|
||
msgid "See records"
|
||
msgstr "Переглянути записи"
|
||
|
||
#. module: spreadsheet_account
|
||
#. odoo-javascript
|
||
#: code:addons/spreadsheet_account/static/src/accounting_functions.js:0
|
||
msgid "Set to TRUE to include unposted entries."
|
||
msgstr "Установіть значення TRUE, щоби включити неопубліковані записи."
|
||
|
||
#. module: spreadsheet_account
|
||
#. odoo-javascript
|
||
#: code:addons/spreadsheet_account/static/src/plugins/accounting_plugin.js:0
|
||
msgid "The balance for given partners could not be computed."
|
||
msgstr ""
|
||
|
||
#. module: spreadsheet_account
|
||
#. odoo-javascript
|
||
#: code:addons/spreadsheet_account/static/src/plugins/accounting_plugin.js:0
|
||
msgid "The company fiscal year could not be found."
|
||
msgstr "Фінансовий рік компанії не знайдено."
|
||
|
||
#. module: spreadsheet_account
|
||
#. odoo-javascript
|
||
#: code:addons/spreadsheet_account/static/src/accounting_functions.js:0
|
||
msgid "The company to target (Advanced)."
|
||
msgstr "Цільова компанія (розширені)."
|
||
|
||
#. module: spreadsheet_account
|
||
#. odoo-javascript
|
||
#: code:addons/spreadsheet_account/static/src/accounting_functions.js:0
|
||
msgid "The company."
|
||
msgstr "Комапанія."
|
||
|
||
#. module: spreadsheet_account
|
||
#. odoo-javascript
|
||
#: code:addons/spreadsheet_account/static/src/accounting_functions.js:0
|
||
msgid ""
|
||
"The date range. Supported formats are \"21/12/2022\", \"Q1/2022\", "
|
||
"\"12/2022\", and \"2022\"."
|
||
msgstr ""
|
||
"Діапазон дат. Підтримуються такі формати \"21/12/2022\", \"Q1/2022\", "
|
||
"\"12/2022\", та \"2022\"."
|
||
|
||
#. module: spreadsheet_account
|
||
#. odoo-javascript
|
||
#: code:addons/spreadsheet_account/static/src/accounting_functions.js:0
|
||
msgid "The day from which to extract the fiscal year end."
|
||
msgstr "День, з якого витягується кінець фінансового року."
|
||
|
||
#. module: spreadsheet_account
|
||
#. odoo-javascript
|
||
#: code:addons/spreadsheet_account/static/src/accounting_functions.js:0
|
||
msgid "The day from which to extract the fiscal year start."
|
||
msgstr "День, з якого починається вилучення фінансового року."
|
||
|
||
#. module: spreadsheet_account
|
||
#. odoo-javascript
|
||
#: code:addons/spreadsheet_account/static/src/accounting_functions.js:0
|
||
msgid "The partner ids (separated by a comma)."
|
||
msgstr ""
|
||
|
||
#. module: spreadsheet_account
|
||
#. odoo-javascript
|
||
#: code:addons/spreadsheet_account/static/src/accounting_functions.js:0
|
||
msgid "The prefix of the accounts."
|
||
msgstr "Префікс рахунків."
|
||
|
||
#. module: spreadsheet_account
|
||
#. odoo-javascript
|
||
#: code:addons/spreadsheet_account/static/src/accounting_functions.js:0
|
||
msgid ""
|
||
"The prefix of the accounts. If none provided, all receivable and payable "
|
||
"accounts will be used."
|
||
msgstr ""
|
||
|
||
#. module: spreadsheet_account
|
||
#. odoo-javascript
|
||
#: code:addons/spreadsheet_account/static/src/plugins/accounting_plugin.js:0
|
||
msgid "The residual amount for given accounts could not be computed."
|
||
msgstr ""
|
||
|
||
#. module: spreadsheet_account
|
||
#. odoo-javascript
|
||
#: code:addons/spreadsheet_account/static/src/accounting_functions.js:0
|
||
msgid "The technical account type (possible values are: %s)."
|
||
msgstr ""
|