mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Files for 5.5.9
This commit is contained in:
parent
a78614f198
commit
d56f97e86d
@ -1,24 +1,5 @@
|
||||
<?php
|
||||
declare(strict_types=1);
|
||||
/*
|
||||
* AccountController.php
|
||||
* Copyright (c) 2021 james@firefly-iii.org
|
||||
*
|
||||
* This file is part of Firefly III (https://github.com/firefly-iii).
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as
|
||||
* published by the Free Software Foundation, either version 3 of the
|
||||
* License, or (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
namespace FireflyIII\Api\V1\Controllers\Data\Bulk;
|
||||
|
||||
|
@ -1,24 +1,5 @@
|
||||
<?php
|
||||
declare(strict_types=1);
|
||||
/*
|
||||
* MoveTransactionsRequest.php
|
||||
* Copyright (c) 2021 james@firefly-iii.org
|
||||
*
|
||||
* This file is part of Firefly III (https://github.com/firefly-iii).
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as
|
||||
* published by the Free Software Foundation, either version 3 of the
|
||||
* License, or (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
namespace FireflyIII\Api\V1\Requests\Data\Bulk;
|
||||
|
||||
|
@ -1,5 +1,27 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
* FixFrontpageAccounts.php
|
||||
* Copyright (c) 2021 james@firefly-iii.org
|
||||
*
|
||||
* This file is part of Firefly III (https://github.com/firefly-iii).
|
||||
*
|
||||
* This program is free software: you can redistribute it and/or modify
|
||||
* it under the terms of the GNU Affero General Public License as
|
||||
* published by the Free Software Foundation, either version 3 of the
|
||||
* License, or (at your option) any later version.
|
||||
*
|
||||
* This program is distributed in the hope that it will be useful,
|
||||
* but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
* GNU Affero General Public License for more details.
|
||||
*
|
||||
* You should have received a copy of the GNU Affero General Public License
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace FireflyIII\Console\Commands\Correction;
|
||||
|
||||
use FireflyIII\Models\AccountType;
|
||||
@ -69,7 +91,10 @@ class FixFrontpageAccounts extends Command
|
||||
$accountId = (int)$accountId;
|
||||
$account = $repository->findNull($accountId);
|
||||
if (null !== $account) {
|
||||
if (in_array($account->accountType->type, [AccountType::ASSET, AccountType::DEBT, AccountType::LOAN, AccountType::MORTGAGE], true)) {
|
||||
if (
|
||||
in_array($account->accountType->type, [AccountType::ASSET, AccountType::DEBT, AccountType::LOAN, AccountType::MORTGAGE], true)
|
||||
&& true === $account->active
|
||||
) {
|
||||
$fixed[] = $account->id;
|
||||
continue;
|
||||
}
|
||||
|
11
changelog.md
11
changelog.md
@ -2,6 +2,17 @@
|
||||
All notable changes to this project will be documented in this file.
|
||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
## 5.5.9 (API 1.5.2) 2021-04-24
|
||||
|
||||
This update fixes some of the more annoying issues in the new experimental v2 layout (see also [GitHub](https://github.com/firefly-iii/firefly-iii/issues/4618)), but some minor other issues as well.
|
||||
|
||||
### Fixed
|
||||
- Dashboard preferences would some times retain old or bad data.
|
||||
|
||||
### API
|
||||
- [Issue 4697](https://github.com/firefly-iii/firefly-iii/issues/4697) Submitting an existing account with an account number only would store it as a new account.
|
||||
- Store Budget API call would not properly handle auto budgets.
|
||||
|
||||
## 5.5.8 (API 1.5.2) 2021-04-17
|
||||
|
||||
This update fixes some of the more annoying issues in the new experimental v2 layout (see also [GitHub](https://github.com/firefly-iii/firefly-iii/issues/4618)), but some minor other issues as well.
|
||||
|
@ -100,7 +100,7 @@ return [
|
||||
'handle_debts' => true,
|
||||
],
|
||||
|
||||
'version' => '5.5.8',
|
||||
'version' => '5.5.9',
|
||||
'api_version' => '1.5.2',
|
||||
'db_version' => 16,
|
||||
'maxUploadSize' => 1073741824, // 1 GB
|
||||
|
@ -109,7 +109,7 @@
|
||||
"edit": "Editar",
|
||||
"account_type_Loan": "Pr\u00e9stamo",
|
||||
"account_type_Mortgage": "Hipoteca",
|
||||
"timezone_difference": "Your browser reports time zone \"{local}\". Firefly III is configured for time zone \"{system}\". This chart may drift.",
|
||||
"timezone_difference": "Su navegador reporta la zona horaria \"{local}\". Firefly III est\u00e1 configurado para la zona horaria \"{system}\". Este gr\u00e1fico puede cambiar.",
|
||||
"stored_new_account_js": "Nueva cuenta \"<a href=\"accounts\/show\/{ID}\">{name}<\/a>\" guardada!",
|
||||
"account_type_Debt": "Deuda",
|
||||
"delete": "Eliminar",
|
||||
@ -142,8 +142,8 @@
|
||||
},
|
||||
"config": {
|
||||
"html_language": "es",
|
||||
"week_in_year_fns": "'Week' w, yyyy",
|
||||
"quarter_fns": "'Q'Q, yyyy",
|
||||
"week_in_year_fns": "'Semana' w, yyyy",
|
||||
"quarter_fns": "'Trimestre' Q, yyyy",
|
||||
"half_year_fns": "'H{half}', yyyy"
|
||||
},
|
||||
"form": {
|
||||
|
@ -142,9 +142,9 @@
|
||||
},
|
||||
"config": {
|
||||
"html_language": "pl",
|
||||
"week_in_year_fns": "'Week' w, yyyy",
|
||||
"quarter_fns": "'Q'Q, yyyy",
|
||||
"half_year_fns": "'H{half}', yyyy"
|
||||
"week_in_year_fns": "w 'tydzie\u0144' yyyy",
|
||||
"quarter_fns": "Q 'kwarta\u0142' yyyy",
|
||||
"half_year_fns": "'{half} po\u0142owa' yyyy"
|
||||
},
|
||||
"form": {
|
||||
"foreign_amount": "Kwota zagraniczna",
|
||||
|
@ -3,49 +3,49 @@
|
||||
"Transfer": "Transfer",
|
||||
"Withdrawal": "Retragere",
|
||||
"Deposit": "Depozit",
|
||||
"date_and_time": "Date and time",
|
||||
"date_and_time": "Data \u0219i ora",
|
||||
"no_currency": "(nici o moned\u0103)",
|
||||
"date": "Dat\u0103",
|
||||
"time": "Time",
|
||||
"time": "Timp",
|
||||
"no_budget": "(nici un buget)",
|
||||
"destination_account": "Contul de destina\u021bie",
|
||||
"source_account": "Contul surs\u0103",
|
||||
"single_split": "\u00cemparte",
|
||||
"create_new_transaction": "Create a new transaction",
|
||||
"create_new_transaction": "Crea\u021bi o tranzac\u021bie nou\u0103",
|
||||
"balance": "Balant\u0103",
|
||||
"transaction_journal_extra": "Extra information",
|
||||
"transaction_journal_extra": "Informa\u021bii suplimentare",
|
||||
"transaction_journal_meta": "Informa\u021bii meta",
|
||||
"basic_journal_information": "Basic transaction information",
|
||||
"basic_journal_information": "Informa\u021bii de baz\u0103 despre tranzac\u021bie",
|
||||
"bills_to_pay": "Facturile de plat\u0103",
|
||||
"left_to_spend": "Ramas de cheltuit",
|
||||
"attachments": "Ata\u0219amente",
|
||||
"net_worth": "Valoarea net\u0103",
|
||||
"bill": "Factur\u0103",
|
||||
"no_bill": "(no bill)",
|
||||
"no_bill": "(f\u0103r\u0103 factur\u0103)",
|
||||
"tags": "Etichete",
|
||||
"internal_reference": "Internal reference",
|
||||
"external_url": "External URL",
|
||||
"internal_reference": "Referin\u021b\u0103 intern\u0103",
|
||||
"external_url": "URL extern",
|
||||
"no_piggy_bank": "(nicio pu\u0219culi\u021b\u0103)",
|
||||
"paid": "Pl\u0103tit",
|
||||
"notes": "Noti\u021be",
|
||||
"yourAccounts": "Conturile dvs.",
|
||||
"go_to_asset_accounts": "Vizualiza\u021bi conturile de active",
|
||||
"delete_account": "\u0218terge account",
|
||||
"transaction_table_description": "A table containing your transactions",
|
||||
"transaction_table_description": "Un tabel care con\u021bine tranzac\u021biile tale",
|
||||
"account": "Cont",
|
||||
"description": "Descriere",
|
||||
"amount": "Sum\u0103",
|
||||
"budget": "Buget",
|
||||
"category": "Categorie",
|
||||
"opposing_account": "Opposing account",
|
||||
"opposing_account": "Cont opus",
|
||||
"budgets": "Buget",
|
||||
"categories": "Categorii",
|
||||
"go_to_budgets": "Mergi la bugete",
|
||||
"income": "Venituri",
|
||||
"go_to_deposits": "Go to deposits",
|
||||
"go_to_deposits": "Du-te la depozite",
|
||||
"go_to_categories": "Mergi la categorii",
|
||||
"expense_accounts": "Conturi de cheltuieli",
|
||||
"go_to_expenses": "Go to expenses",
|
||||
"go_to_expenses": "Mergi la cheltuieli",
|
||||
"go_to_bills": "Mergi la facturi",
|
||||
"bills": "Facturi",
|
||||
"last_thirty_days": "Ultimele 30 de zile",
|
||||
@ -54,7 +54,7 @@
|
||||
"saved": "Salvat",
|
||||
"piggy_banks": "Pu\u0219culi\u021b\u0103",
|
||||
"piggy_bank": "Pu\u0219culi\u021b\u0103",
|
||||
"amounts": "Amounts",
|
||||
"amounts": "Sume",
|
||||
"left": "R\u0103mas",
|
||||
"spent": "Cheltuit",
|
||||
"Default asset account": "Cont de active implicit",
|
||||
@ -67,50 +67,50 @@
|
||||
"clear_location": "\u0218terge\u021bi loca\u021bia",
|
||||
"account_role_ccAsset": "Card de credit",
|
||||
"account_role_cashWalletAsset": "Cash - Numerar",
|
||||
"daily_budgets": "Daily budgets",
|
||||
"weekly_budgets": "Weekly budgets",
|
||||
"monthly_budgets": "Monthly budgets",
|
||||
"quarterly_budgets": "Quarterly budgets",
|
||||
"daily_budgets": "Bugete zilnice",
|
||||
"weekly_budgets": "Bugete s\u0103pt\u0103m\u00e2nale",
|
||||
"monthly_budgets": "Bugete lunare",
|
||||
"quarterly_budgets": "Bugete trimestriale",
|
||||
"create_new_expense": "Crea\u021bi un nou cont de cheltuieli",
|
||||
"create_new_revenue": "Crea\u021bi un nou cont de venituri",
|
||||
"create_new_liabilities": "Create new liability",
|
||||
"half_year_budgets": "Half-yearly budgets",
|
||||
"yearly_budgets": "Yearly budgets",
|
||||
"create_new_liabilities": "Creare provizion nou",
|
||||
"half_year_budgets": "Bugete semestriale",
|
||||
"yearly_budgets": "Bugete anuale",
|
||||
"split_transaction_title": "Descrierea tranzac\u021biei divizate",
|
||||
"errors_submission": "There was something wrong with your submission. Please check out the errors.",
|
||||
"errors_submission": "A fost ceva \u00een neregul\u0103 cu depunerea ta. Te rug\u0103m s\u0103 verifici erorile.",
|
||||
"flash_error": "Eroare!",
|
||||
"store_transaction": "Store transaction",
|
||||
"store_transaction": "Tranzac\u021bie magazin",
|
||||
"flash_success": "Succes!",
|
||||
"create_another": "Dup\u0103 stocare, reveni\u021bi aici pentru a crea alta.",
|
||||
"update_transaction": "Actualiza\u021bi tranzac\u021bia",
|
||||
"after_update_create_another": "Dup\u0103 actualizare, reveni\u021bi aici pentru a continua editarea.",
|
||||
"transaction_updated_no_changes": "<a href=\"transactions\/show\/{ID}\">Transaction #{ID}<\/a> (\"{title}\") did not receive any changes.",
|
||||
"transaction_updated_link": "<a href=\"transactions\/show\/{ID}\">Transaction #{ID}<\/a> (\"{title}\") has been updated.",
|
||||
"spent_x_of_y": "Spent {amount} of {total}",
|
||||
"transaction_updated_no_changes": "<a href=\"transactions\/show\/{ID}\">Tranzac\u021bia #{ID}<\/a> (\"{title}\") nu a primit nicio modificare.",
|
||||
"transaction_updated_link": "<a href=\"transactions\/show\/{ID}\">Tranzac\u021bia #{ID}<\/a> (\"{title}\") a fost actualizat\u0103.",
|
||||
"spent_x_of_y": "Cheltuit {amount} din {total}",
|
||||
"search": "Caut\u0103",
|
||||
"create_new_asset": "Crea\u021bi un nou cont de active",
|
||||
"asset_accounts": "Conturile de active",
|
||||
"reset_after": "Reseta\u021bi formularul dup\u0103 trimitere",
|
||||
"bill_paid_on": "Paid on {date}",
|
||||
"first_split_decides": "The first split determines the value of this field",
|
||||
"first_split_overrules_source": "The first split may overrule the source account",
|
||||
"first_split_overrules_destination": "The first split may overrule the destination account",
|
||||
"bill_paid_on": "Pl\u0103tit pe {date}",
|
||||
"first_split_decides": "Prima \u00eemp\u0103r\u021bire determin\u0103 valoarea acestui c\u00e2mp",
|
||||
"first_split_overrules_source": "Prima \u00eemp\u0103r\u021bire poate suprascrie contul surs\u0103",
|
||||
"first_split_overrules_destination": "Prima \u00eemp\u0103r\u021bire poate suprascrie contul de destina\u021bie",
|
||||
"transaction_stored_link": "<a href=\"transactions\/show\/{ID}\">Tranzac\u021bia #{ID} (\"{title}\")<\/a> a fost stocat\u0103.",
|
||||
"custom_period": "Custom period",
|
||||
"reset_to_current": "Reset to current period",
|
||||
"select_period": "Select a period",
|
||||
"custom_period": "Perioad\u0103 personalizat\u0103",
|
||||
"reset_to_current": "Resetare la perioada curent\u0103",
|
||||
"select_period": "Selecta\u021bi o perioad\u0103",
|
||||
"location": "Loca\u021bie",
|
||||
"other_budgets": "Custom timed budgets",
|
||||
"other_budgets": "Bugete personalizate temporale",
|
||||
"journal_links": "Link-uri de tranzac\u021bii",
|
||||
"go_to_withdrawals": "Go to your withdrawals",
|
||||
"go_to_withdrawals": "Mergi la retragerile tale",
|
||||
"revenue_accounts": "Conturi de venituri",
|
||||
"add_another_split": "Ad\u0103uga\u021bi o divizare",
|
||||
"actions": "Ac\u021biuni",
|
||||
"edit": "Editeaz\u0103",
|
||||
"account_type_Loan": "\u00cemprumut",
|
||||
"account_type_Mortgage": "Credit ipotecar",
|
||||
"timezone_difference": "Your browser reports time zone \"{local}\". Firefly III is configured for time zone \"{system}\". This chart may drift.",
|
||||
"stored_new_account_js": "New account \"<a href=\"accounts\/show\/{ID}\">{name}<\/a>\" stored!",
|
||||
"timezone_difference": "Browser-ul raporteaz\u0103 fusul orar \"{local}\". Firefly III este configurat pentru fusul orar \"{system}\". Acest grafic poate s\u0103 dispar\u0103.",
|
||||
"stored_new_account_js": "Cont nou \"<a href=\"accounts\/show\/{ID}\">{name}<\/a>\" stocat!",
|
||||
"account_type_Debt": "Datorie",
|
||||
"delete": "\u0218terge",
|
||||
"store_new_asset_account": "Salva\u021bi un nou cont de active",
|
||||
@ -120,14 +120,14 @@
|
||||
"mandatoryFields": "C\u00e2mpuri obligatorii",
|
||||
"optionalFields": "C\u00e2mpuri op\u021bionale",
|
||||
"reconcile_this_account": "Reconcilia\u021bi acest cont",
|
||||
"interest_calc_weekly": "Per week",
|
||||
"interest_calc_weekly": "Pe s\u0103pt\u0103m\u00e2n\u0103",
|
||||
"interest_calc_monthly": "Pe lun\u0103",
|
||||
"interest_calc_quarterly": "Per quarter",
|
||||
"interest_calc_half-year": "Per half year",
|
||||
"interest_calc_quarterly": "Pe trimestru",
|
||||
"interest_calc_half-year": "Pe jum\u0103tate de an",
|
||||
"interest_calc_yearly": "Pe an",
|
||||
"liability_direction_credit": "I am owed this debt",
|
||||
"liability_direction_debit": "I owe this debt to somebody else",
|
||||
"save_transactions_by_moving_js": "No transactions|Save this transaction by moving it to another account. |Save these transactions by moving them to another account.",
|
||||
"liability_direction_credit": "Sunt datorat acestei datorii",
|
||||
"liability_direction_debit": "Dator\u0103m aceast\u0103 datorie altcuiva",
|
||||
"save_transactions_by_moving_js": "F\u0103r\u0103 tranzac\u021bii* Salva\u021bi aceast\u0103 tranzac\u021bie mut\u00e2nd-o \u00een alt cont. | Salva\u021bi aceste tranzac\u021bii mut\u00e2ndu-le \u00eentr-un alt cont.",
|
||||
"none_in_select_list": "(nici unul)"
|
||||
},
|
||||
"list": {
|
||||
@ -142,9 +142,9 @@
|
||||
},
|
||||
"config": {
|
||||
"html_language": "ro",
|
||||
"week_in_year_fns": "'Week' w, yyyy",
|
||||
"week_in_year_fns": "'S\u0103pt\u0103m\u00e2n\u0103' w, yyyy",
|
||||
"quarter_fns": "'Q'Q, yyyy",
|
||||
"half_year_fns": "'H{half}', yyyy"
|
||||
"half_year_fns": "'H{half}', yyy"
|
||||
},
|
||||
"form": {
|
||||
"foreign_amount": "Sum\u0103 str\u0103in\u0103",
|
||||
@ -166,14 +166,14 @@
|
||||
"interest": "Interes",
|
||||
"interest_period": "Perioad\u0103 de interes",
|
||||
"currency_id": "Moned\u0103",
|
||||
"liability_type": "Liability type",
|
||||
"liability_type": "Tipul de provizion",
|
||||
"account_role": "Rolul contului",
|
||||
"liability_direction": "Liability in\/out",
|
||||
"liability_direction": "R\u0103spundere \u00een\/afar\u0103",
|
||||
"book_date": "Rezerv\u0103 dat\u0103",
|
||||
"permDeleteWarning": "\u0218tergerea este permanent\u0103 \u0219i nu poate fi anulat\u0103.",
|
||||
"account_areYouSure_js": "Are you sure you want to delete the account named \"{name}\"?",
|
||||
"also_delete_piggyBanks_js": "No piggy banks|The only piggy bank connected to this account will be deleted as well.|All {count} piggy banks connected to this account will be deleted as well.",
|
||||
"also_delete_transactions_js": "No transactions|The only transaction connected to this account will be deleted as well.|All {count} transactions connected to this account will be deleted as well.",
|
||||
"account_areYouSure_js": "Sunte\u0163i sigur c\u0103 dori\u0163i s\u0103 \u015fterge\u0163i contul numit \"{name}\"?",
|
||||
"also_delete_piggyBanks_js": "Nici o pu\u0219culi\u021b\u0103 | Singura pu\u0219culi\u021b\u0103 conectat\u0103 la acest cont va fi de asemenea \u0219tears\u0103. Toate cele {count} pu\u0219culi\u021be conectate la acest cont vor fi \u0219terse, de asemenea.",
|
||||
"also_delete_transactions_js": "Nicio tranzac\u021bie | Singura tranzac\u021bie conectat\u0103 la acest cont va fi de asemenea \u0219tears\u0103. | Toate cele {count} tranzac\u021bii conectate la acest cont vor fi \u0219terse, de asemenea.",
|
||||
"process_date": "Data proces\u0103rii",
|
||||
"due_date": "Data scadent\u0103",
|
||||
"payment_date": "Data de plat\u0103",
|
||||
|
@ -59,7 +59,7 @@
|
||||
"spent": "Utraten\u00e9",
|
||||
"Default asset account": "Prednastaven\u00fd \u00fa\u010det akt\u00edv",
|
||||
"search_results": "V\u00fdsledky vyh\u013ead\u00e1vania",
|
||||
"include": "Include?",
|
||||
"include": "Zahrn\u00fa\u0165?",
|
||||
"transaction": "Transakcia",
|
||||
"account_role_defaultAsset": "Predvolen\u00fd \u00fa\u010det akt\u00edv",
|
||||
"account_role_savingAsset": "\u0160etriaci \u00fa\u010det",
|
||||
@ -73,7 +73,7 @@
|
||||
"quarterly_budgets": "\u0160tvr\u0165ro\u010dn\u00e9 rozpo\u010dty",
|
||||
"create_new_expense": "Vytvori\u0165 v\u00fddavko\u00fd \u00fa\u010det",
|
||||
"create_new_revenue": "Vytvori\u0165 nov\u00fd pr\u00edjmov\u00fd \u00fa\u010det",
|
||||
"create_new_liabilities": "Create new liability",
|
||||
"create_new_liabilities": "Vytvori\u0165 nov\u00fd z\u00e1v\u00e4zok",
|
||||
"half_year_budgets": "Polro\u010dn\u00e9 rozpo\u010dty",
|
||||
"yearly_budgets": "Ro\u010dn\u00e9 rozpo\u010dty",
|
||||
"split_transaction_title": "Popis roz\u00fa\u010dtovania",
|
||||
@ -84,17 +84,17 @@
|
||||
"create_another": "Po ulo\u017een\u00ed sa vr\u00e1ti\u0165 sp\u00e4\u0165 sem a vytvori\u0165 \u010fal\u0161\u00ed.",
|
||||
"update_transaction": "Upravi\u0165 transakciu",
|
||||
"after_update_create_another": "Po aktualiz\u00e1cii sa vr\u00e1ti\u0165 sp\u00e4\u0165 a pokra\u010dova\u0165 v \u00faprav\u00e1ch.",
|
||||
"transaction_updated_no_changes": "<a href=\"transactions\/show\/{ID}\">Transaction #{ID}<\/a> (\"{title}\") did not receive any changes.",
|
||||
"transaction_updated_link": "<a href=\"transactions\/show\/{ID}\">Transaction #{ID}<\/a> (\"{title}\") has been updated.",
|
||||
"spent_x_of_y": "Spent {amount} of {total}",
|
||||
"transaction_updated_no_changes": "<a href=\"transactions\/show\/{ID}\">Transakcia #{ID}<\/a> (\"{title}\") sa nezmenila.",
|
||||
"transaction_updated_link": "<a href=\"transactions\/show\/{ID}\">Transakcia #{ID}<\/a> (\"{title}\") bola upraven\u00e1.",
|
||||
"spent_x_of_y": "Utraten\u00e9 {amount} z {total}",
|
||||
"search": "H\u013eada\u0165",
|
||||
"create_new_asset": "Vytvori\u0165 nov\u00fd \u00fa\u010det akt\u00edv",
|
||||
"asset_accounts": "\u00da\u010dty akt\u00edv",
|
||||
"reset_after": "Po odoslan\u00ed vynulova\u0165 formul\u00e1r",
|
||||
"bill_paid_on": "Uhraden\u00e9 {date}",
|
||||
"first_split_decides": "The first split determines the value of this field",
|
||||
"first_split_overrules_source": "The first split may overrule the source account",
|
||||
"first_split_overrules_destination": "The first split may overrule the destination account",
|
||||
"first_split_decides": "Hodnotu tohto atrib\u00fatu ur\u010duje prv\u00e9 rozdelenie",
|
||||
"first_split_overrules_source": "Prv\u00e9 rozdelenie m\u00f4\u017ee pozmeni\u0165 zdrojov\u00fd \u00fa\u010det",
|
||||
"first_split_overrules_destination": "Prv\u00e9 rozdelenie m\u00f4\u017ee pozmeni\u0165 cie\u013eov\u00fd \u00fa\u010det",
|
||||
"transaction_stored_link": "<a href=\"transactions\/show\/{ID}\">Transakcia #{ID} (\"{title}\")<\/a> bola ulo\u017een\u00e1.",
|
||||
"custom_period": "Vlastn\u00e9 obdobie",
|
||||
"reset_to_current": "Obnovi\u0165 na aktu\u00e1lne obdobie",
|
||||
@ -109,8 +109,8 @@
|
||||
"edit": "Upravi\u0165",
|
||||
"account_type_Loan": "P\u00f4\u017ei\u010dka",
|
||||
"account_type_Mortgage": "Hypot\u00e9ka",
|
||||
"timezone_difference": "Your browser reports time zone \"{local}\". Firefly III is configured for time zone \"{system}\". This chart may drift.",
|
||||
"stored_new_account_js": "New account \"<a href=\"accounts\/show\/{ID}\">{name}<\/a>\" stored!",
|
||||
"timezone_difference": "V\u00e1\u0161 prehliada\u010d je nastaven\u00fd na \u010dasov\u00fa z\u00f3nu \"{local}\". Firefly III je nakonfigurovan\u00fd na z\u00f3nu \"{system}\". Zobrazenie \u00fadajov v grafe m\u00f4\u017ee by\u0165 posunut\u00e9.",
|
||||
"stored_new_account_js": "Nov\u00fd \u00fa\u010det \"<a href=\"accounts\/show\/{ID}\">{name}<\/a>\" vytvoren\u00fd!",
|
||||
"account_type_Debt": "Dlh",
|
||||
"delete": "Odstr\u00e1ni\u0165",
|
||||
"store_new_asset_account": "Ulo\u017ei\u0165 nov\u00fd \u00fa\u010det akt\u00edv",
|
||||
@ -120,14 +120,14 @@
|
||||
"mandatoryFields": "Povinn\u00e9 \u00fadaje",
|
||||
"optionalFields": "Volite\u013en\u00e9 \u00fadaje",
|
||||
"reconcile_this_account": "Vy\u00fa\u010dtovat tento \u00fa\u010det",
|
||||
"interest_calc_weekly": "Per week",
|
||||
"interest_calc_weekly": "Za t\u00fd\u017ede\u0148",
|
||||
"interest_calc_monthly": "Za mesiac",
|
||||
"interest_calc_quarterly": "Per quarter",
|
||||
"interest_calc_half-year": "Per half year",
|
||||
"interest_calc_quarterly": "Za \u0161tvr\u0165rok",
|
||||
"interest_calc_half-year": "Za polrok",
|
||||
"interest_calc_yearly": "Za rok",
|
||||
"liability_direction_credit": "I am owed this debt",
|
||||
"liability_direction_debit": "I owe this debt to somebody else",
|
||||
"save_transactions_by_moving_js": "No transactions|Save this transaction by moving it to another account. |Save these transactions by moving them to another account.",
|
||||
"liability_direction_credit": "T\u00fato sumu mi dl\u017eia",
|
||||
"liability_direction_debit": "Tento dlh m\u00e1m vo\u010di niekomu in\u00e9mu",
|
||||
"save_transactions_by_moving_js": "\u017diadne transakcie|Zachova\u0165 t\u00fato transakciu presunom pod in\u00fd \u00fa\u010det.|Zachova\u0165 tieto transakcie presunom pod in\u00fd \u00fa\u010det.",
|
||||
"none_in_select_list": "(\u017eiadne)"
|
||||
},
|
||||
"list": {
|
||||
@ -142,9 +142,9 @@
|
||||
},
|
||||
"config": {
|
||||
"html_language": "sk",
|
||||
"week_in_year_fns": "'Week' w, yyyy",
|
||||
"quarter_fns": "'Q'Q, yyyy",
|
||||
"half_year_fns": "'H{half}', yyyy"
|
||||
"week_in_year_fns": "'T\u00fd\u017ede\u0148' tt, rrrr",
|
||||
"quarter_fns": "'Q'Q, rrrr",
|
||||
"half_year_fns": "'H{half}', rrrr"
|
||||
},
|
||||
"form": {
|
||||
"foreign_amount": "Suma v cudzej mene",
|
||||
@ -166,14 +166,14 @@
|
||||
"interest": "\u00darok",
|
||||
"interest_period": "\u00darokov\u00e9 obdobie",
|
||||
"currency_id": "Mena",
|
||||
"liability_type": "Liability type",
|
||||
"liability_type": "Typ z\u00e1v\u00e4zku",
|
||||
"account_role": "Rola \u00fa\u010dtu",
|
||||
"liability_direction": "Liability in\/out",
|
||||
"liability_direction": "Z\u00e1v\u00e4zky pr\u00edjem\/v\u00fddaj",
|
||||
"book_date": "D\u00e1tum rezerv\u00e1cie",
|
||||
"permDeleteWarning": "Odstr\u00e1nenie \u00fadajov z Firefly III je trval\u00e9 a nie je mo\u017en\u00e9 ich vr\u00e1ti\u0165 sp\u00e4\u0165.",
|
||||
"account_areYouSure_js": "Are you sure you want to delete the account named \"{name}\"?",
|
||||
"also_delete_piggyBanks_js": "No piggy banks|The only piggy bank connected to this account will be deleted as well.|All {count} piggy banks connected to this account will be deleted as well.",
|
||||
"also_delete_transactions_js": "No transactions|The only transaction connected to this account will be deleted as well.|All {count} transactions connected to this account will be deleted as well.",
|
||||
"account_areYouSure_js": "Skuto\u010dne chcete odstr\u00e1ni\u0165 \u00fa\u010det s n\u00e1zvom \"{name}\"?",
|
||||
"also_delete_piggyBanks_js": "\u017diadne prasiatko|Odstr\u00e1ni sa tie\u017e jedin\u00e9 prasiatko prepojen\u00e9 s t\u00fdmto \u00fa\u010dtom.|Odstr\u00e1ni sa tie\u017e {count} prasiatok prepojen\u00fdch s t\u00fdmto \u00fa\u010dtom.",
|
||||
"also_delete_transactions_js": "\u017diadne transakcie|Odstr\u00e1ni sa aj jedin\u00e1 transakcia spojen\u00e1 s t\u00fdmto \u00fa\u010dtom.|Odstr\u00e1ni sa tie\u017e {count} transakci\u00ed spojen\u00fdch s t\u00fdmto \u00fa\u010dtom.",
|
||||
"process_date": "D\u00e1tum spracovania",
|
||||
"due_date": "D\u00e1tum splatnosti",
|
||||
"payment_date": "D\u00e1tum \u00fahrady",
|
||||
|
@ -142,8 +142,8 @@
|
||||
},
|
||||
"config": {
|
||||
"html_language": "sv",
|
||||
"week_in_year_fns": "'Week' w, yyyy",
|
||||
"quarter_fns": "'Q'Q, yyyy",
|
||||
"week_in_year_fns": "'Vecka' w, yyyy",
|
||||
"quarter_fns": "'kvartal'Q, yyyy",
|
||||
"half_year_fns": "'H{half}', yyyy"
|
||||
},
|
||||
"form": {
|
||||
|
@ -142,7 +142,7 @@
|
||||
},
|
||||
"config": {
|
||||
"html_language": "zh-cn",
|
||||
"week_in_year_fns": "'Week' w, yyyy",
|
||||
"week_in_year_fns": "'\u5468' w\uff0cyyyy",
|
||||
"quarter_fns": "'Q'Q, yyyy",
|
||||
"half_year_fns": "'H{half}', yyyy"
|
||||
},
|
||||
|
2
public/v1/js/create_transaction.js
vendored
2
public/v1/js/create_transaction.js
vendored
File diff suppressed because one or more lines are too long
2
public/v1/js/edit_transaction.js
vendored
2
public/v1/js/edit_transaction.js
vendored
File diff suppressed because one or more lines are too long
2
public/v1/js/profile.js
vendored
2
public/v1/js/profile.js
vendored
File diff suppressed because one or more lines are too long
2
public/v2/js/accounts/create.js
vendored
2
public/v2/js/accounts/create.js
vendored
File diff suppressed because one or more lines are too long
2
public/v2/js/accounts/delete.js
vendored
2
public/v2/js/accounts/delete.js
vendored
File diff suppressed because one or more lines are too long
2
public/v2/js/accounts/index.js
vendored
2
public/v2/js/accounts/index.js
vendored
File diff suppressed because one or more lines are too long
2
public/v2/js/accounts/show.js
vendored
2
public/v2/js/accounts/show.js
vendored
File diff suppressed because one or more lines are too long
2
public/v2/js/dashboard.js
vendored
2
public/v2/js/dashboard.js
vendored
File diff suppressed because one or more lines are too long
2
public/v2/js/transactions/create.js
vendored
2
public/v2/js/transactions/create.js
vendored
File diff suppressed because one or more lines are too long
2
public/v2/js/transactions/edit.js
vendored
2
public/v2/js/transactions/edit.js
vendored
File diff suppressed because one or more lines are too long
2
public/v2/js/transactions/index.js
vendored
2
public/v2/js/transactions/index.js
vendored
File diff suppressed because one or more lines are too long
@ -5,17 +5,17 @@
|
||||
"flash_success": "Succes!",
|
||||
"close": "\u00cenchide",
|
||||
"split_transaction_title": "Descrierea tranzac\u021biei divizate",
|
||||
"errors_submission": "There was something wrong with your submission. Please check out the errors.",
|
||||
"errors_submission": "A fost ceva \u00een neregul\u0103 cu depunerea ta. Te rug\u0103m s\u0103 verifici erorile.",
|
||||
"split": "\u00cemparte",
|
||||
"single_split": "\u00cemparte",
|
||||
"transaction_stored_link": "<a href=\"transactions\/show\/{ID}\">Tranzac\u021bia #{ID} (\"{title}\")<\/a> a fost stocat\u0103.",
|
||||
"transaction_updated_link": "<a href=\"transactions\/show\/{ID}\">Transaction #{ID}<\/a> (\"{title}\") has been updated.",
|
||||
"transaction_updated_link": "<a href=\"transactions\/show\/{ID}\">Tranzac\u021bia #{ID}<\/a> (\"{title}\") a fost actualizat\u0103.",
|
||||
"transaction_new_stored_link": "<a href=\"transactions\/show\/{ID}\">Tranzac\u021bia #{ID}<\/a> a fost stocat\u0103.",
|
||||
"transaction_journal_information": "Informa\u021bii despre tranzac\u021bii",
|
||||
"no_budget_pointer": "Se pare c\u0103 nu ave\u021bi \u00eenc\u0103 bugete. Ar trebui s\u0103 crea\u021bi c\u00e2teva pe pagina <a href=\"\/budgets\">bugete<\/a>. Bugetele v\u0103 pot ajuta s\u0103 \u021bine\u021bi eviden\u021ba cheltuielilor.",
|
||||
"no_bill_pointer": "Se pare c\u0103 nu ave\u021bi \u00eenc\u0103 facturi. Ar trebui s\u0103 crea\u021bi unele pe pagina <a href=\"bills\">facturi<\/a>. Facturile v\u0103 pot ajuta s\u0103 \u021bine\u021bi eviden\u021ba cheltuielilor.",
|
||||
"source_account": "Contul surs\u0103",
|
||||
"hidden_fields_preferences": "You can enable more transaction options in your <a href=\"preferences\">preferences<\/a>.",
|
||||
"hidden_fields_preferences": "Pute\u021bi activa mai multe op\u021biuni de tranzac\u021bie \u00een <a href=\"preferences\">preferin\u021bele<\/a> dvs.",
|
||||
"destination_account": "Contul de destina\u021bie",
|
||||
"add_another_split": "Ad\u0103uga\u021bi o divizare",
|
||||
"submission": "Transmitere",
|
||||
@ -26,11 +26,11 @@
|
||||
"date": "Dat\u0103",
|
||||
"tags": "Etichete",
|
||||
"no_budget": "(nici un buget)",
|
||||
"no_bill": "(no bill)",
|
||||
"no_bill": "(f\u0103r\u0103 factur\u0103)",
|
||||
"category": "Categorie",
|
||||
"attachments": "Ata\u0219amente",
|
||||
"notes": "Noti\u021be",
|
||||
"external_uri": "External URL",
|
||||
"external_uri": "URL extern",
|
||||
"update_transaction": "Actualiza\u021bi tranzac\u021bia",
|
||||
"after_update_create_another": "Dup\u0103 actualizare, reveni\u021bi aici pentru a continua editarea.",
|
||||
"store_as_new": "Stoca\u021bi ca o tranzac\u021bie nou\u0103 \u00een loc s\u0103 actualiza\u021bi.",
|
||||
@ -76,16 +76,16 @@
|
||||
"profile_create_token": "Creaz\u0103 token",
|
||||
"profile_create": "Creaz\u0103",
|
||||
"profile_save_changes": "Salveaz\u0103 modific\u0103rile",
|
||||
"default_group_title_name": "(ungrouped)",
|
||||
"default_group_title_name": "(negrupat)",
|
||||
"piggy_bank": "Pu\u0219culi\u021b\u0103",
|
||||
"profile_oauth_client_secret_title": "Client Secret",
|
||||
"profile_oauth_client_secret_expl": "Here is your new client secret. This is the only time it will be shown so don't lose it! You may now use this secret to make API requests.",
|
||||
"profile_oauth_confidential": "Confidential",
|
||||
"profile_oauth_confidential_help": "Require the client to authenticate with a secret. Confidential clients can hold credentials in a secure way without exposing them to unauthorized parties. Public applications, such as native desktop or JavaScript SPA applications, are unable to hold secrets securely.",
|
||||
"multi_account_warning_unknown": "Depending on the type of transaction you create, the source and\/or destination account of subsequent splits may be overruled by whatever is defined in the first split of the transaction.",
|
||||
"multi_account_warning_withdrawal": "Keep in mind that the source account of subsequent splits will be overruled by whatever is defined in the first split of the withdrawal.",
|
||||
"multi_account_warning_deposit": "Keep in mind that the destination account of subsequent splits will be overruled by whatever is defined in the first split of the deposit.",
|
||||
"multi_account_warning_transfer": "Keep in mind that the source + destination account of subsequent splits will be overruled by whatever is defined in the first split of the transfer."
|
||||
"profile_oauth_client_secret_title": "Secret client",
|
||||
"profile_oauth_client_secret_expl": "Aici este noul t\u0103u cod secret de client. Este singura dat\u0103 c\u00e2nd va fi afi\u0219at a\u0219a c\u0103 nu \u00eel pierzi! Acum po\u021bi folosi acest cod pentru a face cereri API.",
|
||||
"profile_oauth_confidential": "Confiden\u0163ial",
|
||||
"profile_oauth_confidential_help": "Solicita\u021bi clientului s\u0103 se autentifice cu un secret. Clien\u021bii confiden\u021biali pot p\u0103stra acredit\u0103rile \u00eentr-un mod securizat f\u0103r\u0103 a le expune unor p\u0103r\u021bi neautorizate. Aplica\u021biile publice, cum ar fi aplica\u021biile native desktop sau JavaScript SPA, nu pot p\u0103stra secretele \u00een siguran\u021b\u0103.",
|
||||
"multi_account_warning_unknown": "\u00cen func\u021bie de tipul de tranzac\u021bie pe care o crea\u021bi, contul sursei \u0219i\/sau destina\u021biei frac\u021bion\u0103rilor ulterioare poate fi dep\u0103\u0219it cu orice se define\u0219te \u00een prima \u00eemp\u0103r\u021bire a tranzac\u021biei.",
|
||||
"multi_account_warning_withdrawal": "Re\u0163ine\u0163i faptul c\u0103 sursa scind\u0103rilor ulterioare va fi anulat\u0103 de orice altceva definit \u00een prima \u00eemp\u0103r\u0163ire a retragerii.",
|
||||
"multi_account_warning_deposit": "\u021aine\u021bi cont de faptul c\u0103 destina\u021bia scind\u0103rilor ulterioare va fi dep\u0103\u0219it\u0103 cu orice se define\u0219te la prima \u00eemp\u0103r\u021bire a depozitului.",
|
||||
"multi_account_warning_transfer": "Re\u0163ine\u0163i faptul c\u0103 contul sursei + destina\u0163ia frac\u0163ion\u0103rilor ulterioare va fi anulat de orice se define\u015fte \u00een prima \u00eemp\u0103r\u0163ire a transferului."
|
||||
},
|
||||
"form": {
|
||||
"interest_date": "Data de interes",
|
||||
|
@ -9,7 +9,7 @@
|
||||
"split": "Roz\u00fa\u010dtova\u0165",
|
||||
"single_split": "Roz\u00fa\u010dtova\u0165",
|
||||
"transaction_stored_link": "<a href=\"transactions\/show\/{ID}\">Transakcia #{ID} (\"{title}\")<\/a> bola ulo\u017een\u00e1.",
|
||||
"transaction_updated_link": "<a href=\"transactions\/show\/{ID}\">Transaction #{ID}<\/a> (\"{title}\") has been updated.",
|
||||
"transaction_updated_link": "<a href=\"transactions\/show\/{ID}\">Transakcia #{ID}<\/a> (\"{title}\") bola upraven\u00e1.",
|
||||
"transaction_new_stored_link": "<a href=\"transactions\/show\/{ID}\">Transakcia #{ID}<\/a> bola ulo\u017een\u00e1.",
|
||||
"transaction_journal_information": "Inform\u00e1cie o transakcii",
|
||||
"no_budget_pointer": "Zd\u00e1 sa, \u017ee zatia\u013e nem\u00e1te \u017eiadne rozpo\u010dty. Na str\u00e1nke <a href=\"\/budgets\">rozpo\u010dty<\/a> by ste si nejak\u00e9 mali vytvori\u0165. Rozpo\u010dty m\u00f4\u017eu pom\u00f4c\u0165 udr\u017ea\u0165 preh\u013ead vo v\u00fddavkoch.",
|
||||
|
@ -40,10 +40,10 @@ return [
|
||||
'date_time_js' => 'D MMMM YYYY, HH:mm:ss',
|
||||
'specific_day_js' => 'D MMMM YYYY',
|
||||
'week_in_year_js' => '[Week] w, YYYY',
|
||||
'week_in_year_fns' => "'Week' w, yyyy",
|
||||
'week_in_year_fns' => "'Semana' w, yyyy",
|
||||
'year_js' => 'YYYY',
|
||||
'half_year_js' => 'Q YYYY',
|
||||
'quarter_fns' => "'Q'Q, yyyy",
|
||||
'quarter_fns' => "'Trimestre' Q, yyyy",
|
||||
'half_year_fns' => "'H{half}', yyyy",
|
||||
'dow_1' => 'Lunes',
|
||||
'dow_2' => 'Martes',
|
||||
|
@ -298,8 +298,8 @@ return [
|
||||
'search_modifier_has_any_category' => 'La transacción debe tener alguna categoría',
|
||||
'search_modifier_has_no_budget' => 'La transacción no debe tener presupuesto',
|
||||
'search_modifier_has_any_budget' => 'La transacción debe tener un presupuesto',
|
||||
'search_modifier_has_no_bill' => 'The transaction must have no bill',
|
||||
'search_modifier_has_any_bill' => 'The transaction must have a (any) bill',
|
||||
'search_modifier_has_no_bill' => 'La transacción no debe tener factura',
|
||||
'search_modifier_has_any_bill' => 'La transacción debe tener una (cualquier) factura',
|
||||
'search_modifier_has_no_tag' => 'La transacción no debe tener etiquetas',
|
||||
'search_modifier_has_any_tag' => 'La transacción debe tener (alguna) etiqueta',
|
||||
'search_modifier_notes_contain' => 'Las notas de la transacción contienen ":value"',
|
||||
@ -431,7 +431,7 @@ return [
|
||||
'apply_rule_group_selection' => 'Aplique la regla de grupo ":title" a una selección de sus transacciones',
|
||||
'apply_rule_group_selection_intro' => 'Los grupos de reglas como ":title" normalmente sólo se aplican a transacciones nuevas o actualizadas, pero puedes indicarle a Firefly III que ejecute todas las reglas de este grupo en una selección de transacciones existentes. Esto puede ser útil si has actualizado un grupo de reglas y necesitas que los cambios se apliquen a todas tus otras transacciones.',
|
||||
'applied_rule_group_selection' => 'El grupo de reglas ":title" ha sido aplicada a su selección.',
|
||||
'timezone_difference' => 'Your browser reports time zone "{local}". Firefly III is configured for time zone "{system}". This chart may drift.',
|
||||
'timezone_difference' => 'Su navegador reporta la zona horaria "{local}". Firefly III está configurado para la zona horaria "{system}". Este gráfico puede cambiar.',
|
||||
|
||||
// actions and triggers
|
||||
'rule_trigger_user_action' => 'La acción del usuario es ":trigger_value"',
|
||||
@ -527,10 +527,10 @@ return [
|
||||
'rule_trigger_has_no_budget' => 'Transacción no tiene presupuesto',
|
||||
'rule_trigger_has_any_budget_choice' => 'Tiene un (cualquier) presupuesto',
|
||||
'rule_trigger_has_any_budget' => 'La transacción tiene (cualquier) presupuesto',
|
||||
'rule_trigger_has_no_bill_choice' => 'Has no bill',
|
||||
'rule_trigger_has_no_bill' => 'Transaction has no bill',
|
||||
'rule_trigger_has_any_bill_choice' => 'Has a (any) bill',
|
||||
'rule_trigger_has_any_bill' => 'Transaction has a (any) bill',
|
||||
'rule_trigger_has_no_bill_choice' => 'No tiene factura',
|
||||
'rule_trigger_has_no_bill' => 'Transacción no tiene factura',
|
||||
'rule_trigger_has_any_bill_choice' => 'Tiene una (cualquier) factura',
|
||||
'rule_trigger_has_any_bill' => 'Transacción tiene una (cualquier) factura',
|
||||
'rule_trigger_has_no_tag_choice' => 'No tiene etiqueta(s)',
|
||||
'rule_trigger_has_no_tag' => 'La transacción no tiene etiqueta(s)',
|
||||
'rule_trigger_has_any_tag_choice' => 'Tiene una o mas (cualquier) etiquetas',
|
||||
|
@ -40,11 +40,11 @@ return [
|
||||
'date_time_js' => 'D MMMM YYYY [o] HH:mm:ss',
|
||||
'specific_day_js' => 'D MMMM YYYY',
|
||||
'week_in_year_js' => '[Tydzień] w. YYYY',
|
||||
'week_in_year_fns' => "'Week' w, yyyy",
|
||||
'week_in_year_fns' => "w 'tydzień' yyyy",
|
||||
'year_js' => 'YYYY',
|
||||
'half_year_js' => 'Q YYYY',
|
||||
'quarter_fns' => "'Q'Q, yyyy",
|
||||
'half_year_fns' => "'H{half}', yyyy",
|
||||
'quarter_fns' => "Q 'kwartał' yyyy",
|
||||
'half_year_fns' => "'{half} połowa' yyyy",
|
||||
'dow_1' => 'Poniedziałek',
|
||||
'dow_2' => 'Wtorek',
|
||||
'dow_3' => 'Środa',
|
||||
|
@ -40,11 +40,11 @@ return [
|
||||
'date_time_js' => 'MMMM Do, YYYY, @ HH:mm:ss',
|
||||
'specific_day_js' => 'D MMMM YYYY',
|
||||
'week_in_year_js' => '[Week] w, YYYY',
|
||||
'week_in_year_fns' => "'Week' w, yyyy",
|
||||
'week_in_year_fns' => "'Săptămână' w, yyyy",
|
||||
'year_js' => 'YYYY',
|
||||
'half_year_js' => 'Q YYYY',
|
||||
'quarter_fns' => "'Q'Q, yyyy",
|
||||
'half_year_fns' => "'H{half}', yyyy",
|
||||
'half_year_fns' => "'H{half}', yyy",
|
||||
'dow_1' => 'Luni',
|
||||
'dow_2' => 'Marţi',
|
||||
'dow_3' => 'Miercuri',
|
||||
|
@ -33,13 +33,13 @@ return [
|
||||
'clone' => 'Clonă',
|
||||
'last_seven_days' => 'Ultimele 7 zile',
|
||||
'last_thirty_days' => 'Ultimele 30 de zile',
|
||||
'last_180_days' => 'Last 180 days',
|
||||
'last_180_days' => 'Ultimele 180 de zile',
|
||||
'YTD' => 'YTD',
|
||||
'welcome_back' => 'Ce se redă?',
|
||||
'everything' => 'Tot',
|
||||
'today' => 'Azi',
|
||||
'customRange' => 'Intervalul personalizat',
|
||||
'date_range' => 'Date range',
|
||||
'date_range' => 'Interval de date',
|
||||
'apply' => 'Aplică',
|
||||
'select_date' => 'Selectează data..',
|
||||
'cancel' => 'Anulare',
|
||||
@ -56,13 +56,13 @@ return [
|
||||
'Opening balance' => 'Soldul de deschidere',
|
||||
'create_new_stuff' => 'Creați lucruri noi',
|
||||
'new_withdrawal' => 'Tranzacție nouă',
|
||||
'create_new_transaction' => 'Create a new transaction',
|
||||
'create_new_transaction' => 'Creați o tranzacție nouă',
|
||||
'sidebar_frontpage_create' => 'Crează',
|
||||
'new_transaction' => 'Tranzacţie nouă',
|
||||
'no_rules_for_bill' => 'Acestă factură nu are asociate reguli.',
|
||||
'go_to_asset_accounts' => 'Vizualizați conturile de active',
|
||||
'go_to_budgets' => 'Mergi la bugete',
|
||||
'go_to_withdrawals' => 'Go to your withdrawals',
|
||||
'go_to_withdrawals' => 'Mergi la retragerile tale',
|
||||
'clones_journal_x' => 'Această tranzacție este o clonă a ":description" (#:id)',
|
||||
'go_to_categories' => 'Mergi la categorii',
|
||||
'go_to_bills' => 'Mergi la facturi',
|
||||
@ -226,7 +226,7 @@ return [
|
||||
'here_be_dragons' => 'Hic sunt dracones',
|
||||
|
||||
// Webhooks
|
||||
'webhooks' => 'Webhooks',
|
||||
'webhooks' => 'Webhook-uri',
|
||||
|
||||
// API access
|
||||
'authorization_request' => 'v: Solicitare de autorizare',
|
||||
@ -244,8 +244,8 @@ return [
|
||||
'all_source_accounts' => 'Conturi sursă',
|
||||
'back_to_index' => 'Înapoi la index',
|
||||
'cant_logout_guard' => 'Firefly III nu vă poate deconecta.',
|
||||
'external_url' => 'External URL',
|
||||
'internal_reference' => 'Internal reference',
|
||||
'external_url' => 'URL extern',
|
||||
'internal_reference' => 'Referință internă',
|
||||
|
||||
// check for updates:
|
||||
'update_check_title' => 'Verifică actualizări',
|
||||
@ -280,7 +280,7 @@ return [
|
||||
'search_found_more_transactions' => 'Firefly III a găsit mai mult de :count tranzacții în :time secunde.',
|
||||
'search_for_query' => 'Firefly III este în căutarea pentru tranzacţii cu toate aceste cuvinte în ele: <span class="text-info">:query</span>',
|
||||
'search_modifier_date_is' => 'Data tranzacţiei este ":value"',
|
||||
'search_modifier_id' => 'Transaction ID is ":value"',
|
||||
'search_modifier_id' => 'ID-ul tranzacţiei este ":value"',
|
||||
'search_modifier_date_before' => 'Data tranzacției este înainte sau pe ":value"',
|
||||
'search_modifier_date_after' => 'Data tranzacției este după sau pe ":value"',
|
||||
'search_modifier_created_on' => 'Tranzacția a fost creată pe ":value"',
|
||||
@ -298,8 +298,8 @@ return [
|
||||
'search_modifier_has_any_category' => 'Tranzacția trebuie să aibă o (orice) categorie',
|
||||
'search_modifier_has_no_budget' => 'Tranzacția nu trebuie să aibă un buget',
|
||||
'search_modifier_has_any_budget' => 'Tranzacția trebuie să aibă un (orice) buget',
|
||||
'search_modifier_has_no_bill' => 'The transaction must have no bill',
|
||||
'search_modifier_has_any_bill' => 'The transaction must have a (any) bill',
|
||||
'search_modifier_has_no_bill' => 'Tranzacția nu trebuie să aibă factură',
|
||||
'search_modifier_has_any_bill' => 'Tranzacția trebuie să aibă o (orice) factură',
|
||||
'search_modifier_has_no_tag' => 'Tranzacția nu trebuie să aibă etichete',
|
||||
'search_modifier_has_any_tag' => 'Tranzacția trebuie să aibă o (orice) etichetă',
|
||||
'search_modifier_notes_contain' => 'Notele tranzacției conțin ":value"',
|
||||
@ -315,31 +315,31 @@ return [
|
||||
'search_modifier_source_account_contains' => 'Numele contului sursă conține ":value"',
|
||||
'search_modifier_source_account_starts' => 'Numele contului sursă începe cu ":value"',
|
||||
'search_modifier_source_account_ends' => 'Numele contului sursă se termină cu ":value"',
|
||||
'search_modifier_source_account_id' => 'Source account ID is :value',
|
||||
'search_modifier_source_account_nr_is' => 'Source account number (IBAN) is ":value"',
|
||||
'search_modifier_source_account_nr_contains' => 'Source account number (IBAN) contains ":value"',
|
||||
'search_modifier_source_account_nr_starts' => 'Source account number (IBAN) starts with ":value"',
|
||||
'search_modifier_source_account_nr_ends' => 'Source account number (IBAN) ends with ":value"',
|
||||
'search_modifier_destination_account_is' => 'Destination account name is exactly ":value"',
|
||||
'search_modifier_destination_account_contains' => 'Destination account name contains ":value"',
|
||||
'search_modifier_destination_account_starts' => 'Destination account name starts with ":value"',
|
||||
'search_modifier_destination_account_ends' => 'Destination account name ends with ":value"',
|
||||
'search_modifier_destination_account_id' => 'Destination account ID is :value',
|
||||
'search_modifier_destination_is_cash' => 'Destination account is (cash) account',
|
||||
'search_modifier_source_is_cash' => 'Source account is (cash) account',
|
||||
'search_modifier_destination_account_nr_is' => 'Destination account number (IBAN) is ":value"',
|
||||
'search_modifier_destination_account_nr_contains' => 'Destination account number (IBAN) contains ":value"',
|
||||
'search_modifier_destination_account_nr_starts' => 'Destination account number (IBAN) starts with ":value"',
|
||||
'search_modifier_destination_account_nr_ends' => 'Destination account number (IBAN) ends with ":value"',
|
||||
'search_modifier_account_id' => 'Source or destination account ID\'s is/are: :value',
|
||||
'search_modifier_category_is' => 'Category is ":value"',
|
||||
'search_modifier_budget_is' => 'Budget is ":value"',
|
||||
'search_modifier_bill_is' => 'Bill is ":value"',
|
||||
'search_modifier_transaction_type' => 'Transaction type is ":value"',
|
||||
'search_modifier_tag_is' => 'Tag is ":value"',
|
||||
'update_rule_from_query' => 'Update rule ":rule" from search query',
|
||||
'create_rule_from_query' => 'Create new rule from search query',
|
||||
'rule_from_search_words' => 'The rule engine has a hard time handling ":string". The suggested rule that fits your search query may give different results. Please verify the rule triggers carefully.',
|
||||
'search_modifier_source_account_id' => 'ID-ul contului sursă este :value',
|
||||
'search_modifier_source_account_nr_is' => 'Numărul contului sursă (IBAN) este ":value"',
|
||||
'search_modifier_source_account_nr_contains' => 'Numărul contului sursă (IBAN) conține ":value"',
|
||||
'search_modifier_source_account_nr_starts' => 'Numărul contului sursă (IBAN) începe cu ":value"',
|
||||
'search_modifier_source_account_nr_ends' => 'Numărul contului sursă (IBAN) se termină cu ":value"',
|
||||
'search_modifier_destination_account_is' => 'Numele contului destinației este exact ":value"',
|
||||
'search_modifier_destination_account_contains' => 'Numele contului destinației conține ":value"',
|
||||
'search_modifier_destination_account_starts' => 'Numele contului destinației începe cu ":value"',
|
||||
'search_modifier_destination_account_ends' => 'Numele contului destinației se termină cu ":value"',
|
||||
'search_modifier_destination_account_id' => 'ID-ul contului destinației este :value',
|
||||
'search_modifier_destination_is_cash' => 'Contul destinației este (numerar)',
|
||||
'search_modifier_source_is_cash' => 'Contul sursă este (numerar)',
|
||||
'search_modifier_destination_account_nr_is' => 'Numărul contului destinației (IBAN) este ":value"',
|
||||
'search_modifier_destination_account_nr_contains' => 'Numărul contului destinației (IBAN) conține ":value"',
|
||||
'search_modifier_destination_account_nr_starts' => 'Numărul contului destinației (IBAN) începe cu ":value"',
|
||||
'search_modifier_destination_account_nr_ends' => 'Numărul contului destinației (IBAN) se termină cu ":value"',
|
||||
'search_modifier_account_id' => 'ID-ul contului sursă sau destinație este/sunt: :value',
|
||||
'search_modifier_category_is' => 'Categoria este ":value"',
|
||||
'search_modifier_budget_is' => 'Bugetul este ":value"',
|
||||
'search_modifier_bill_is' => 'Factura este ":value"',
|
||||
'search_modifier_transaction_type' => 'Tipul tranzacției este ":value"',
|
||||
'search_modifier_tag_is' => 'Eticheta este ":value"',
|
||||
'update_rule_from_query' => 'Actualizați regula ":rule" din interogarea de căutare',
|
||||
'create_rule_from_query' => 'Creați o nouă regulă din interogarea de căutare',
|
||||
'rule_from_search_words' => 'Motorul regulii are dificultăți în manipularea ":string". Regula sugerată care se potrivește interogării dvs. poate da rezultate diferite. Vă rugăm să verificați declanșatorii regulii cu atenție.',
|
||||
|
||||
|
||||
// END
|
||||
@ -363,7 +363,7 @@ return [
|
||||
'yearly' => 'anual',
|
||||
|
||||
// rules
|
||||
'cannot_fire_inactive_rules' => 'You cannot execute inactive rules.',
|
||||
'cannot_fire_inactive_rules' => 'Nu se pot executa reguli inactive.',
|
||||
'rules' => 'Reguli',
|
||||
'rule_name' => 'Denumirea regulii',
|
||||
'rule_triggers' => 'Regulă se va declanșa când',
|
||||
@ -420,43 +420,43 @@ return [
|
||||
'delete_rule' => 'Stergeți regula ":title"',
|
||||
'update_rule' => 'Actualizați regula',
|
||||
'test_rule_triggers' => 'Consultați tranzacțiile potrivite',
|
||||
'warning_no_matching_transactions' => 'No matching transactions found.',
|
||||
'warning_no_matching_transactions' => 'Nicio tranzacție găsită.',
|
||||
'warning_no_valid_triggers' => 'Nu au fost furnizate declanșatoare valide.',
|
||||
'apply_rule_selection' => 'Aplicați regula ":title" la o selecție a tranzacțiilor dvs.',
|
||||
'apply_rule_selection_intro' => 'Reguli de genul ":title" se aplică, în mod normal, tranzacțiilor noi sau actualizate, dar puteți să-i spuneți aplicației să o ruleze pe o selecție a tranzacțiilor existente. Acest lucru poate fi util atunci când ați actualizat o regulă și aveți nevoie de modificările care vor fi aplicate tuturor celorlalte tranzacții.',
|
||||
'include_transactions_from_accounts' => 'Includeți tranzacții din aceste conturi',
|
||||
'include' => 'Include?',
|
||||
'applied_rule_selection' => '{0} No transactions in your selection were changed by rule ":title".|[1] One transaction in your selection was changed by rule ":title".|[2,*] :count transactions in your selection were changed by rule ":title".',
|
||||
'applied_rule_selection' => '{0} Nicio tranzacție în selecția dvs. nu a fost modificată prin regula ":title".[1] O tranzacție din selecția dvs. a fost modificată prin regula ":title".<unk> [2,*] :count tranzacții în selecție au fost modificate prin regula ":title".',
|
||||
'execute' => 'Execută',
|
||||
'apply_rule_group_selection' => 'Aplicați grupul de reguli ":title" la o selecție a tranzacțiilor dvs.',
|
||||
'apply_rule_group_selection_intro' => 'Grupul de reguli precum ":title" se aplică, în mod normal, tranzacțiilor noi sau actualizate, însă puteți spune aplicației că rulează toate regulile din acest grup cu privire la o selecție a tranzacțiilor existente. Acest lucru poate fi util atunci când ați actualizat un grup de reguli și aveți nevoie de modificările care vor fi aplicate tuturor celorlalte tranzacții.',
|
||||
'applied_rule_group_selection' => 'Grupul de reguli ":title" a fost aplicat selecției dvs..',
|
||||
'timezone_difference' => 'Your browser reports time zone "{local}". Firefly III is configured for time zone "{system}". This chart may drift.',
|
||||
'timezone_difference' => 'Browser-ul raportează fusul orar "{local}". Firefly III este configurat pentru fusul orar "{system}". Acest grafic poate să dispară.',
|
||||
|
||||
// actions and triggers
|
||||
'rule_trigger_user_action' => 'Acțiunea utilizatorului este ":trigger_value"',
|
||||
'rule_trigger_source_account_starts_choice' => 'Source account name starts with..',
|
||||
'rule_trigger_source_account_starts' => 'Source account name starts with ":trigger_value"',
|
||||
'rule_trigger_source_account_ends_choice' => 'Source account name ends with..',
|
||||
'rule_trigger_source_account_ends' => 'Source account name ends with ":trigger_value"',
|
||||
'rule_trigger_source_account_is_choice' => 'Source account name is..',
|
||||
'rule_trigger_source_account_is' => 'Source account name is ":trigger_value"',
|
||||
'rule_trigger_source_account_contains_choice' => 'Source account name contains..',
|
||||
'rule_trigger_source_account_contains' => 'Source account name contains ":trigger_value"',
|
||||
'rule_trigger_account_id_choice' => 'Account ID (source/destination) is exactly..',
|
||||
'rule_trigger_account_id' => 'Account ID (source/destination) is exactly :trigger_value',
|
||||
'rule_trigger_source_account_id_choice' => 'Source account ID is exactly..',
|
||||
'rule_trigger_source_account_id' => 'Source account ID is exactly :trigger_value',
|
||||
'rule_trigger_destination_account_id_choice' => 'Destination account ID is exactly..',
|
||||
'rule_trigger_destination_account_id' => 'Destination account ID is exactly :trigger_value',
|
||||
'rule_trigger_account_is_cash_choice' => 'Account (source/destination) is (cash) account',
|
||||
'rule_trigger_account_is_cash' => 'Account (source/destination) is (cash) account',
|
||||
'rule_trigger_source_is_cash_choice' => 'Source account is (cash) account',
|
||||
'rule_trigger_source_is_cash' => 'Source account is (cash) account',
|
||||
'rule_trigger_destination_is_cash_choice' => 'Destination account is (cash) account',
|
||||
'rule_trigger_destination_is_cash' => 'Destination account is (cash) account',
|
||||
'rule_trigger_source_account_nr_starts_choice' => 'Source account number / IBAN starts with..',
|
||||
'rule_trigger_source_account_nr_starts' => 'Source account number / IBAN starts with ":trigger_value"',
|
||||
'rule_trigger_source_account_starts_choice' => 'Numele contului sursă începe cu..',
|
||||
'rule_trigger_source_account_starts' => 'Numele contului sursă începe cu ":trigger_value"',
|
||||
'rule_trigger_source_account_ends_choice' => 'Numele contului sursă se termină cu..',
|
||||
'rule_trigger_source_account_ends' => 'Numele contului sursă se termină cu ":trigger_value"',
|
||||
'rule_trigger_source_account_is_choice' => 'Numele contului sursă este..',
|
||||
'rule_trigger_source_account_is' => 'Numele contului sursă este ":trigger_value"',
|
||||
'rule_trigger_source_account_contains_choice' => 'Numele contului sursă conține..',
|
||||
'rule_trigger_source_account_contains' => 'Numele contului sursă conține ":trigger_value"',
|
||||
'rule_trigger_account_id_choice' => 'ID-ul contului (sursa/destinația) este exact..',
|
||||
'rule_trigger_account_id' => 'ID-ul contului (sursa/destinația) este exact :trigger_value',
|
||||
'rule_trigger_source_account_id_choice' => 'ID-ul contului sursă este exact..',
|
||||
'rule_trigger_source_account_id' => 'ID-ul contului sursă este exact :trigger_value',
|
||||
'rule_trigger_destination_account_id_choice' => 'ID-ul contului destinației este exact..',
|
||||
'rule_trigger_destination_account_id' => 'ID-ul contului destinației este exact :trigger_value',
|
||||
'rule_trigger_account_is_cash_choice' => 'Contul (sursa/destinația) este (numerar) cont',
|
||||
'rule_trigger_account_is_cash' => 'Contul (sursa/destinația) este (numerar) cont',
|
||||
'rule_trigger_source_is_cash_choice' => 'Contul sursă este (numerar)',
|
||||
'rule_trigger_source_is_cash' => 'Contul sursă este (numerar)',
|
||||
'rule_trigger_destination_is_cash_choice' => 'Contul destinației este (numerar)',
|
||||
'rule_trigger_destination_is_cash' => 'Contul destinației este (numerar)',
|
||||
'rule_trigger_source_account_nr_starts_choice' => 'Numărul contului sursă/IBAN începe cu..',
|
||||
'rule_trigger_source_account_nr_starts' => 'Numărul contului sursă/IBAN începe cu ":trigger_value"',
|
||||
'rule_trigger_source_account_nr_ends_choice' => 'Numărul contului sursă/ IBAN se încheie cu..',
|
||||
'rule_trigger_source_account_nr_ends' => 'Numărul contului sursă/ IBAN se termină cu ":trigger_value"',
|
||||
'rule_trigger_source_account_nr_is_choice' => 'Numărul contului sursă/ IBAN este..',
|
||||
@ -468,17 +468,17 @@ return [
|
||||
'rule_trigger_destination_account_ends_choice' => 'Numele contului de destinație se încheie cu..',
|
||||
'rule_trigger_destination_account_ends' => 'Numele contului de destinație se termină cu ":trigger_value"',
|
||||
'rule_trigger_destination_account_is_choice' => 'Numele contului destinație este..',
|
||||
'rule_trigger_destination_account_is' => 'Destination account name is ":trigger_value"',
|
||||
'rule_trigger_destination_account_contains_choice' => 'Destination account name contains..',
|
||||
'rule_trigger_destination_account_contains' => 'Destination account name contains ":trigger_value"',
|
||||
'rule_trigger_destination_account_nr_starts_choice' => 'Destination account number / IBAN starts with..',
|
||||
'rule_trigger_destination_account_nr_starts' => 'Destination account number / IBAN starts with ":trigger_value"',
|
||||
'rule_trigger_destination_account_nr_ends_choice' => 'Destination account number / IBAN ends with..',
|
||||
'rule_trigger_destination_account_nr_ends' => 'Destination account number / IBAN ends with ":trigger_value"',
|
||||
'rule_trigger_destination_account_nr_is_choice' => 'Destination account number / IBAN is..',
|
||||
'rule_trigger_destination_account_nr_is' => 'Destination account number / IBAN is ":trigger_value"',
|
||||
'rule_trigger_destination_account_nr_contains_choice' => 'Destination account number / IBAN contains..',
|
||||
'rule_trigger_destination_account_nr_contains' => 'Destination account number / IBAN contains ":trigger_value"',
|
||||
'rule_trigger_destination_account_is' => 'Numele contului destinației este ":trigger_value"',
|
||||
'rule_trigger_destination_account_contains_choice' => 'Numele contului destinației conține..',
|
||||
'rule_trigger_destination_account_contains' => 'Numele contului destinației conține ":trigger_value"',
|
||||
'rule_trigger_destination_account_nr_starts_choice' => 'Numărul contului destinației/IBAN începe cu..',
|
||||
'rule_trigger_destination_account_nr_starts' => 'Numărul contului destinației / IBAN începe cu ":trigger_value"',
|
||||
'rule_trigger_destination_account_nr_ends_choice' => 'Numărul contului de destinație/IBAN se încheie cu..',
|
||||
'rule_trigger_destination_account_nr_ends' => 'Numărul contului destinației / IBAN se termină cu ":trigger_value"',
|
||||
'rule_trigger_destination_account_nr_is_choice' => 'Numărul contului destinației/IBAN este..',
|
||||
'rule_trigger_destination_account_nr_is' => 'Numărul contului destinației / IBAN este ":trigger_value"',
|
||||
'rule_trigger_destination_account_nr_contains_choice' => 'Numărul contului de destinație/IBAN conține..',
|
||||
'rule_trigger_destination_account_nr_contains' => 'Numărul contului destinației/IBAN conține ":trigger_value"',
|
||||
'rule_trigger_transaction_type_choice' => 'Tranzacția este de tip..',
|
||||
'rule_trigger_transaction_type' => 'Tranzacția este de tip ":trigger_value"',
|
||||
'rule_trigger_category_is_choice' => 'Categoria este..',
|
||||
@ -503,20 +503,20 @@ return [
|
||||
'rule_trigger_date_before' => 'Data tranzacției este înainte de ":trigger_value"',
|
||||
'rule_trigger_date_after_choice' => 'Data tranzacției este după..',
|
||||
'rule_trigger_date_after' => 'Data tranzacției este după ":trigger_value"',
|
||||
'rule_trigger_created_on_choice' => 'Transaction was made on..',
|
||||
'rule_trigger_created_on' => 'Transaction was made on ":trigger_value"',
|
||||
'rule_trigger_updated_on_choice' => 'Transaction was last edited on..',
|
||||
'rule_trigger_updated_on' => 'Transaction was last edited on ":trigger_value"',
|
||||
'rule_trigger_created_on_choice' => 'Tranzacția a fost făcută pe..',
|
||||
'rule_trigger_created_on' => 'Tranzacția a fost făcută la ":trigger_value"',
|
||||
'rule_trigger_updated_on_choice' => 'Tranzacția a fost editată ultima dată pe..',
|
||||
'rule_trigger_updated_on' => 'Tranzacția a fost editată ultima dată la ":trigger_value"',
|
||||
'rule_trigger_budget_is_choice' => 'Bugetul este..',
|
||||
'rule_trigger_budget_is' => 'Bugetul este ":trigger_value"',
|
||||
'rule_trigger_tag_is_choice' => 'O etichetă este..',
|
||||
'rule_trigger_tag_is' => 'O etichetă este ":trigger_value"',
|
||||
'rule_trigger_currency_is_choice' => 'Moneda tranzacției este..',
|
||||
'rule_trigger_currency_is' => 'Moneda tranzacției este ":trigger_value"',
|
||||
'rule_trigger_foreign_currency_is_choice' => 'Transaction foreign currency is..',
|
||||
'rule_trigger_foreign_currency_is' => 'Transaction foreign currency is ":trigger_value"',
|
||||
'rule_trigger_foreign_currency_is_choice' => 'Tranzacția valutară este..',
|
||||
'rule_trigger_foreign_currency_is' => 'Moneda străină este ":trigger_value"',
|
||||
'rule_trigger_has_attachments_choice' => 'Are cel puțin atâtea atașamente',
|
||||
'rule_trigger_has_attachments' => 'Has at least :trigger_value attachment(s)',
|
||||
'rule_trigger_has_attachments' => 'Are cel puțin :trigger_value atașament(e)',
|
||||
'rule_trigger_store_journal' => 'Când este o tranzacție creată',
|
||||
'rule_trigger_update_journal' => 'Când este o tranzacție actualizată',
|
||||
'rule_trigger_has_no_category_choice' => 'Nu are nici o categorie',
|
||||
@ -527,10 +527,10 @@ return [
|
||||
'rule_trigger_has_no_budget' => 'Tranzacția nu are niciun buget',
|
||||
'rule_trigger_has_any_budget_choice' => 'Are un (orice) buget',
|
||||
'rule_trigger_has_any_budget' => 'Tranzacția are un (orice) buget',
|
||||
'rule_trigger_has_no_bill_choice' => 'Has no bill',
|
||||
'rule_trigger_has_no_bill' => 'Transaction has no bill',
|
||||
'rule_trigger_has_any_bill_choice' => 'Has a (any) bill',
|
||||
'rule_trigger_has_any_bill' => 'Transaction has a (any) bill',
|
||||
'rule_trigger_has_no_bill_choice' => 'Nu are factură',
|
||||
'rule_trigger_has_no_bill' => 'Tranzacția nu are factură',
|
||||
'rule_trigger_has_any_bill_choice' => 'Are o (orice) factură',
|
||||
'rule_trigger_has_any_bill' => 'Tranzacția are o (orice) factură',
|
||||
'rule_trigger_has_no_tag_choice' => 'Nu are etichetă (e)',
|
||||
'rule_trigger_has_no_tag' => 'Tranzacția nu are etichetă (e)',
|
||||
'rule_trigger_has_any_tag_choice' => 'Are una sau mai multe etichete',
|
||||
@ -547,14 +547,14 @@ return [
|
||||
'rule_trigger_notes_start' => 'Notele încep cu ":trigger_value"',
|
||||
'rule_trigger_notes_end_choice' => 'Notele se termină cu..',
|
||||
'rule_trigger_notes_end' => 'Notele se termină cu ":trigger_value"',
|
||||
'rule_trigger_bill_is_choice' => 'Bill is..',
|
||||
'rule_trigger_bill_is' => 'Bill is ":trigger_value"',
|
||||
'rule_trigger_external_id_choice' => 'External ID is..',
|
||||
'rule_trigger_external_id' => 'External ID is ":trigger_value"',
|
||||
'rule_trigger_internal_reference_choice' => 'Internal reference is..',
|
||||
'rule_trigger_internal_reference' => 'Internal reference is ":trigger_value"',
|
||||
'rule_trigger_journal_id_choice' => 'Transaction journal ID is..',
|
||||
'rule_trigger_journal_id' => 'Transaction journal ID is ":trigger_value"',
|
||||
'rule_trigger_bill_is_choice' => 'Factura este..',
|
||||
'rule_trigger_bill_is' => 'Factura este ":trigger_value"',
|
||||
'rule_trigger_external_id_choice' => 'ID extern este..',
|
||||
'rule_trigger_external_id' => 'ID extern este ":trigger_value"',
|
||||
'rule_trigger_internal_reference_choice' => 'Referința internă este..',
|
||||
'rule_trigger_internal_reference' => 'Referința internă este ":trigger_value"',
|
||||
'rule_trigger_journal_id_choice' => 'ID-ul jurnalului de tranzacție este..',
|
||||
'rule_trigger_journal_id' => 'ID-ul jurnalului de tranzacții este ":trigger_value"',
|
||||
|
||||
// actions
|
||||
'rule_action_delete_transaction_choice' => 'Șterge tranzacția (!)',
|
||||
@ -632,7 +632,7 @@ return [
|
||||
'select_tags_to_delete' => 'Nu uitați să selectați unele etichete.',
|
||||
'deleted_x_tags' => 'S-a șters :count tag.| :count tags șterse.',
|
||||
'create_rule_from_transaction' => 'Creați o regulă bazată pe tranzacție',
|
||||
'create_recurring_from_transaction' => 'Create recurring transaction based on transaction',
|
||||
'create_recurring_from_transaction' => 'Creați o tranzacție recurentă bazată pe tranzacție',
|
||||
|
||||
|
||||
// preferences
|
||||
@ -686,7 +686,7 @@ return [
|
||||
'pref_optional_fields_transaction' => 'Câmpuri opționale pentru tranzacții',
|
||||
'pref_optional_fields_transaction_help' => 'În mod prestabilit, toate câmpurile nu sunt activate atunci când creați o nouă tranzacție (din cauza aglomerării). Mai jos, puteți activa aceste câmpuri dacă credeți că acestea ar putea fi utile pentru dvs. Desigur, orice câmp care este dezactivat, dar deja completat, va fi vizibil indiferent de setare.',
|
||||
'optional_tj_date_fields' => 'Câmpurile de date',
|
||||
'optional_tj_other_fields' => 'Other fields',
|
||||
'optional_tj_other_fields' => 'Alte câmpuri',
|
||||
'optional_tj_attachment_fields' => 'Câmpuri de atașament',
|
||||
'pref_optional_tj_interest_date' => 'Data de interes',
|
||||
'pref_optional_tj_book_date' => 'Data revervării',
|
||||
@ -697,54 +697,54 @@ return [
|
||||
'pref_optional_tj_internal_reference' => 'Referință internă',
|
||||
'pref_optional_tj_notes' => 'Notițe',
|
||||
'pref_optional_tj_attachments' => 'Ataşamente',
|
||||
'pref_optional_tj_external_uri' => 'External URL',
|
||||
'pref_optional_tj_location' => 'Location',
|
||||
'pref_optional_tj_links' => 'Transaction links',
|
||||
'pref_optional_tj_external_uri' => 'URL extern',
|
||||
'pref_optional_tj_location' => 'Locaţie',
|
||||
'pref_optional_tj_links' => 'Link-uri de tranzacție',
|
||||
'optional_field_meta_dates' => 'Date',
|
||||
'optional_field_meta_business' => 'Afaceri',
|
||||
'optional_field_attachments' => 'Ataşamente',
|
||||
'optional_field_meta_data' => 'Meta date opționale',
|
||||
'external_uri' => 'External URL',
|
||||
'external_uri' => 'URL extern',
|
||||
|
||||
// profile:
|
||||
'delete_stuff_header' => 'Delete data',
|
||||
'delete_stuff_header' => 'Ștergeți datele',
|
||||
'permanent_delete_stuff' => 'Fii atent cu aceste butoane. Ștergerea lucrurilor este permanentă.',
|
||||
'other_sessions_logged_out' => 'All your other sessions have been logged out.',
|
||||
'other_sessions_logged_out' => 'Toate celelalte sesiuni au fost deconectate.',
|
||||
'delete_all_budgets' => 'Șterge toate bugetele',
|
||||
'delete_all_categories' => 'Șterge toate categoriile',
|
||||
'delete_all_tags' => 'Șterge toate tag-urile',
|
||||
'delete_all_bills' => 'Delete ALL your bills',
|
||||
'delete_all_piggy_banks' => 'Delete ALL your piggy banks',
|
||||
'delete_all_rules' => 'Delete ALL your rules',
|
||||
'delete_all_recurring' => 'Delete ALL your recurring transactions',
|
||||
'delete_all_object_groups' => 'Delete ALL your object groups',
|
||||
'delete_all_accounts' => 'Delete ALL your accounts',
|
||||
'delete_all_asset_accounts' => 'Delete ALL your asset accounts',
|
||||
'delete_all_expense_accounts' => 'Delete ALL your expense accounts',
|
||||
'delete_all_revenue_accounts' => 'Delete ALL your revenue accounts',
|
||||
'delete_all_liabilities' => 'Delete ALL your liabilities',
|
||||
'delete_all_transactions' => 'Delete ALL your transactions',
|
||||
'delete_all_withdrawals' => 'Delete ALL your withdrawals',
|
||||
'delete_all_deposits' => 'Delete ALL your deposits',
|
||||
'delete_all_transfers' => 'Delete ALL your transfers',
|
||||
'also_delete_transactions' => 'Deleting accounts will also delete ALL associated withdrawals, deposits and transfers!',
|
||||
'delete_all_bills' => 'Ștergeți TOATE facturile dvs',
|
||||
'delete_all_piggy_banks' => 'Șterge TOATE pușculițele tale',
|
||||
'delete_all_rules' => 'Șterge TOATE regulile',
|
||||
'delete_all_recurring' => 'Șterge TOATE tranzacțiile dvs. recurente',
|
||||
'delete_all_object_groups' => 'Șterge TOATE grupurile de obiecte',
|
||||
'delete_all_accounts' => 'Șterge TOATE conturile tale',
|
||||
'delete_all_asset_accounts' => 'Șterge TOATE conturile de active',
|
||||
'delete_all_expense_accounts' => 'Ștergeți TOATE conturile de cheltuieli',
|
||||
'delete_all_revenue_accounts' => 'Șterge TOATE conturile de venituri',
|
||||
'delete_all_liabilities' => 'Șterge TOATE datoriile tale',
|
||||
'delete_all_transactions' => 'Ștergeți TOATE tranzacțiile dvs',
|
||||
'delete_all_withdrawals' => 'Șterge TOATE retragerile',
|
||||
'delete_all_deposits' => 'Șterge TOATE depozitele tale',
|
||||
'delete_all_transfers' => 'Șterge TOATE transferurile tale',
|
||||
'also_delete_transactions' => 'Ștergerea conturilor va șterge și toate retragerile asociate, depozitele și transferurile!',
|
||||
'deleted_all_budgets' => 'Toate bugetele au fost şterse',
|
||||
'deleted_all_categories' => 'Toate categoriile au fost şterse',
|
||||
'deleted_all_tags' => 'Toate tag-urile au fost şterse',
|
||||
'deleted_all_bills' => 'All bills have been deleted',
|
||||
'deleted_all_piggy_banks' => 'All piggy banks have been deleted',
|
||||
'deleted_all_rules' => 'All rules and rule groups have been deleted',
|
||||
'deleted_all_object_groups' => 'All groups have been deleted',
|
||||
'deleted_all_accounts' => 'All accounts have been deleted',
|
||||
'deleted_all_asset_accounts' => 'All asset accounts have been deleted',
|
||||
'deleted_all_expense_accounts' => 'All expense accounts have been deleted',
|
||||
'deleted_all_revenue_accounts' => 'All revenue accounts have been deleted',
|
||||
'deleted_all_liabilities' => 'All liabilities have been deleted',
|
||||
'deleted_all_transactions' => 'All transactions have been deleted',
|
||||
'deleted_all_withdrawals' => 'All withdrawals have been deleted',
|
||||
'deleted_all_deposits' => 'All deposits have been deleted',
|
||||
'deleted_all_transfers' => 'All transfers have been deleted',
|
||||
'deleted_all_recurring' => 'All recurring transactions have been deleted',
|
||||
'deleted_all_bills' => 'Toate facturile au fost șterse',
|
||||
'deleted_all_piggy_banks' => 'Toate pușculițele au fost șterse',
|
||||
'deleted_all_rules' => 'Toate regulile și grupurile de reguli au fost șterse',
|
||||
'deleted_all_object_groups' => 'Toate grupurile au fost șterse',
|
||||
'deleted_all_accounts' => 'Toate conturile au fost șterse',
|
||||
'deleted_all_asset_accounts' => 'Toate conturile de active au fost șterse',
|
||||
'deleted_all_expense_accounts' => 'Toate conturile de cheltuieli au fost șterse',
|
||||
'deleted_all_revenue_accounts' => 'Toate conturile de venituri au fost șterse',
|
||||
'deleted_all_liabilities' => 'Toate datoriile au fost șterse',
|
||||
'deleted_all_transactions' => 'Toate tranzacțiile au fost șterse',
|
||||
'deleted_all_withdrawals' => 'Toate retragerile au fost șterse',
|
||||
'deleted_all_deposits' => 'Toate depozitele au fost șterse',
|
||||
'deleted_all_transfers' => 'Toate transferurile au fost șterse',
|
||||
'deleted_all_recurring' => 'Toate tranzacțiile recurente au fost șterse',
|
||||
'change_your_password' => 'Schimbați-vă parola',
|
||||
'delete_account' => 'Șterge account',
|
||||
'current_password' => 'Parola actuală',
|
||||
@ -770,18 +770,18 @@ return [
|
||||
'secure_pw_should' => 'Ar trebui să bifez caseta??',
|
||||
'secure_pw_long_password' => 'Da. Verificați întotdeauna că parola este sigură.',
|
||||
'command_line_token' => 'Token-ul liniei de comandă',
|
||||
'explain_command_line_token' => 'You need this token to perform command line options, such as exporting data. Without it, that sensitive command will not work. Do not share your command line token. Nobody will ask you for this token, not even me. If you fear you lost this, or when you\'re paranoid, regenerate this token using the button.',
|
||||
'explain_command_line_token' => 'Aveți nevoie de acest token pentru a efectua opțiunile prin linie de comandă, cum ar fi exportul de date. Fără el, acea comandă sensibilă nu va funcționa. Nu distribui token-ul pentru linia de comandă. Nimeni nu vă va cere acest token, nici măcar eu. Dacă te temi că ai pierdut asta, sau când ești paranoic, regenerează acest token folosind butonul.',
|
||||
'regenerate_command_line_token' => 'Regenerați token-ul liniei de comandă',
|
||||
'token_regenerated' => 'A fost generat un nou token de linie de comandă',
|
||||
'change_your_email' => 'Schimbați adresa dvs. de e-mail',
|
||||
'email_verification' => 'An email message will be sent to your old AND new email address. For security purposes, you will not be able to login until you verify your new email address. If you are unsure if your Firefly III installation is capable of sending email, please do not use this feature. If you are an administrator, you can test this in the <a href="admin">Administration</a>.',
|
||||
'email_verification' => 'Un mesaj de e-mail va fi trimis la vechea și noua adresă de e-mail. Din motive de securitate, nu vei putea să te autentifici până nu îți verifici noua adresă de e-mail. Dacă nu sunteți sigur că instalarea dvs. Firefly III este capabilă să trimită e-mail, vă rugăm să nu utilizați această funcție. Dacă sunteți un administrator, puteți testa acest lucru în <a href="admin">Administrare</a>.',
|
||||
'email_changed_logout' => 'Până când nu vă confirmați adresa de e-mail, nu vă puteți conecta.',
|
||||
'login_with_new_email' => 'Acum vă puteți conecta cu noua dvs. adresă de e-mail.',
|
||||
'login_with_old_email' => 'Acum puteți să vă conectați din nou cu vechea adresă de e-mail.',
|
||||
'login_provider_local_only' => 'Această acțiune nu este disponibilă când vă autentificați prin ":login_provider".',
|
||||
'external_user_mgt_disabled' => 'This action is not available when Firefly III isn\'t responsible for user management or authentication handling.',
|
||||
'external_auth_disabled' => 'This action is not available when Firefly III isn\'t responsible for authentication handling.',
|
||||
'delete_local_info_only' => "Because Firefly III isn't responsible for user management or authentication handling, this function will only delete local Firefly III information.",
|
||||
'external_user_mgt_disabled' => 'Această acțiune nu este disponibilă atunci când Firefly III nu este responsabil de gestionarea utilizatorului sau de manipularea autentificării.',
|
||||
'external_auth_disabled' => 'Această acțiune nu este disponibilă atunci când Firefly III nu este responsabil pentru manipularea autentificării.',
|
||||
'delete_local_info_only' => "Deoarece Firefly III nu este responsabil de gestionarea utilizatorului sau de manipularea autentificării, această funcție va șterge doar informațiile locale Firefly III.",
|
||||
'oauth' => 'OAuth',
|
||||
'profile_oauth_clients' => 'Clienți OAuth',
|
||||
'profile_oauth_no_clients' => 'Nu ați creat niciun client OAuth.',
|
||||
@ -799,12 +799,12 @@ return [
|
||||
'profile_authorized_clients' => 'Clienți autorizați',
|
||||
'profile_scopes' => 'Domenii',
|
||||
'profile_revoke' => 'Revocați',
|
||||
'profile_oauth_client_secret_title' => 'Client Secret',
|
||||
'profile_oauth_client_secret_expl' => 'Here is your new client secret. This is the only time it will be shown so don\'t lose it! You may now use this secret to make API requests.',
|
||||
'profile_oauth_client_secret_title' => 'Secret client',
|
||||
'profile_oauth_client_secret_expl' => 'Aici este noul tău cod secret de client. Este singura dată când va fi afișat așa că nu îl pierzi! Acum poți folosi acest cod pentru a face cereri API.',
|
||||
'profile_personal_access_tokens' => 'Token de acces personal',
|
||||
'profile_personal_access_token' => 'Token de acces personal',
|
||||
'profile_oauth_confidential' => 'Confidential',
|
||||
'profile_oauth_confidential_help' => 'Require the client to authenticate with a secret. Confidential clients can hold credentials in a secure way without exposing them to unauthorized parties. Public applications, such as native desktop or JavaScript SPA applications, are unable to hold secrets securely.',
|
||||
'profile_oauth_confidential' => 'Confidenţial',
|
||||
'profile_oauth_confidential_help' => 'Solicitați clientului să se autentifice cu un secret. Clienții confidențiali pot păstra acreditările într-un mod securizat fără a le expune unor părți neautorizate. Aplicațiile publice, cum ar fi aplicațiile native desktop sau JavaScript SPA, nu pot păstra secretele în siguranță.',
|
||||
'profile_personal_access_token_explanation' => 'Aici este noul dvs. token de acces personal. Este singura dată când va fi afișat așa că nu îl pierde! Acum poți folosi acest token pentru a face cereri API.',
|
||||
'profile_no_personal_access_token' => 'Nu aţi creat nici un token personal de acces.',
|
||||
'profile_create_new_token' => 'Crează un nou token',
|
||||
@ -814,11 +814,11 @@ return [
|
||||
'profile_whoops' => 'Hopaa!',
|
||||
'profile_something_wrong' => 'A apărut o eroare!',
|
||||
'profile_try_again' => 'A apărut o problemă. Încercați din nou.',
|
||||
'amounts' => 'Amounts',
|
||||
'multi_account_warning_unknown' => 'Depending on the type of transaction you create, the source and/or destination account of subsequent splits may be overruled by whatever is defined in the first split of the transaction.',
|
||||
'multi_account_warning_withdrawal' => 'Keep in mind that the source account of subsequent splits will be overruled by whatever is defined in the first split of the withdrawal.',
|
||||
'multi_account_warning_deposit' => 'Keep in mind that the destination account of subsequent splits will be overruled by whatever is defined in the first split of the deposit.',
|
||||
'multi_account_warning_transfer' => 'Keep in mind that the source + destination account of subsequent splits will be overruled by whatever is defined in the first split of the transfer.',
|
||||
'amounts' => 'Sume',
|
||||
'multi_account_warning_unknown' => 'În funcție de tipul de tranzacție pe care o creați, contul sursei și/sau destinației fracționărilor ulterioare poate fi depășit cu orice se definește în prima împărțire a tranzacției.',
|
||||
'multi_account_warning_withdrawal' => 'Reţineţi faptul că sursa scindărilor ulterioare va fi anulată de orice altceva definit în prima împărţire a retragerii.',
|
||||
'multi_account_warning_deposit' => 'Țineți cont de faptul că destinația scindărilor ulterioare va fi depășită cu orice se definește la prima împărțire a depozitului.',
|
||||
'multi_account_warning_transfer' => 'Reţineţi faptul că contul sursei + destinaţia fracţionărilor ulterioare va fi anulat de orice se defineşte în prima împărţire a transferului.',
|
||||
|
||||
// export data:
|
||||
'export_data_title' => 'Exportă date din Firefly III',
|
||||
@ -872,14 +872,14 @@ return [
|
||||
'convert_please_set_asset_destination' => 'Alegeți un cont de active unde vor merge banii.',
|
||||
'convert_please_set_expense_destination' => 'Alegeți un cont de cheltuieli unde vor merge banii.',
|
||||
'convert_please_set_asset_source' => 'Alegeți un cont de active unde vor veni banii.',
|
||||
'convert_expl_w_d' => 'When converting from a withdrawal to a deposit, the money will be deposited into the displayed destination account, instead of being withdrawn from it.|When converting from a withdrawal to a deposit, the money will be deposited into the displayed destination accounts, instead of being withdrawn from them.',
|
||||
'convert_expl_w_t' => 'When converting a withdrawal into a transfer, the money will be transferred away from the source account into other asset or liability account instead of being spent on the original expense account.|When converting a withdrawal into a transfer, the money will be transferred away from the source accounts into other asset or liability accounts instead of being spent on the original expense accounts.',
|
||||
'convert_expl_d_w' => 'When converting a deposit into a withdrawal, the money will be withdrawn from the displayed source account, instead of being deposited into it.|When converting a deposit into a withdrawal, the money will be withdrawn from the displayed source accounts, instead of being deposited into them.',
|
||||
'convert_expl_d_t' => 'When you convert a deposit into a transfer, the money will be deposited into the listed destination account from any of your asset or liability account.|When you convert a deposit into a transfer, the money will be deposited into the listed destination accounts from any of your asset or liability accounts.',
|
||||
'convert_expl_t_w' => 'When you convert a transfer into a withdrawal, the money will be spent on the destination account you set here, instead of being transferred away.|When you convert a transfer into a withdrawal, the money will be spent on the destination accounts you set here, instead of being transferred away.',
|
||||
'convert_expl_t_d' => 'When you convert a transfer into a deposit, the money will be deposited into the destination account you see here, instead of being transferred into it.|When you convert a transfer into a deposit, the money will be deposited into the destination accounts you see here, instead of being transferred into them.',
|
||||
'convert_select_sources' => 'To complete the conversion, please set the new source account below.|To complete the conversion, please set the new source accounts below.',
|
||||
'convert_select_destinations' => 'To complete the conversion, please select the new destination account below.|To complete the conversion, please select the new destination accounts below.',
|
||||
'convert_expl_w_d' => 'La conversia de la o retragere la un depozit, banii vor fi depozitați în contul de destinație afișat, în loc să fie retrași din acesta. La conversia de la o retragere la un depozit, banii vor fi depozitați în conturile de destinație afișate, în loc să fie retrași din acestea.',
|
||||
'convert_expl_w_t' => 'Când convertești o retragere într-un transfer, banii vor fi transferați departe de contul sursă în alt cont de activ sau de pasiv în loc să fie cheltuiți pe contul de cheltuieli inițial. Când convertești o retragere într-un transfer, banii vor fi transferați departe de conturile sursă în alte conturi de active sau de pasiv în loc să fie cheltuiți pe conturile inițiale de cheltuieli.',
|
||||
'convert_expl_d_w' => 'Atunci când convertești un depozit într-o retragere, banii vor fi retrași din contul sursă afișat, în loc să fie depozitați în acesta. Atunci când convertești un depozit într-o retragere, banii vor fi retrași din conturile sursă afișate, în loc să fie depozitați în acestea.',
|
||||
'convert_expl_d_t' => 'Când convertești un depozit într-un transfer, banii vor fi depozitați în contul de destinație listat din orice cont de active sau pasive. Când convertești un depozit într-un transfer, banii vor fi depozitați în conturile de destinație listate din oricare dintre conturile de active sau de pasiv ale dumneavoastră.',
|
||||
'convert_expl_t_w' => 'Când convertești un transfer într-o retragere, banii vor fi cheltuiți pe contul de destinație pe care îl setezi aici, în loc să fie transferați înapoi. Când convertești un transfer într-o retragere, banii vor fi cheltuiți pe conturile de destinație pe care le setezi aici, în loc să fie transferați la distanță.',
|
||||
'convert_expl_t_d' => 'Când convertești un transfer într-un depozit, banii vor fi depozitați în contul de destinație pe care îl vedeți aici, în loc să fie transferați în acesta. Când convertești un transfer într-un depozit, banii vor fi depozitați în conturile de destinație pe care le vedeți aici, în loc să fie transferați în ele.',
|
||||
'convert_select_sources' => 'Pentru a finaliza conversia, vă rugăm să setați noul cont sursă mai jos. Pentru a finaliza conversia, vă rugăm să setați mai jos conturile sursă noi.',
|
||||
'convert_select_destinations' => 'Pentru a finaliza conversia, vă rugăm să selectaţi noul cont de destinaţie de mai jos. Pentru a finaliza conversia, selectaţi noul cont de destinaţie de mai jos.',
|
||||
'converted_to_Withdrawal' => 'Tranzacția a fost transformată în retragere',
|
||||
'converted_to_Deposit' => 'Tranzacția a fost transformată în depozit',
|
||||
'converted_to_Transfer' => 'Tranzacția a fost transformată în transfer',
|
||||
@ -894,7 +894,7 @@ return [
|
||||
'create_new_deposit' => 'Creați un nou depozit',
|
||||
'create_new_transfer' => 'Creați un nou transfer',
|
||||
'create_new_asset' => 'Creați un nou cont de active',
|
||||
'create_new_liabilities' => 'Create new liability',
|
||||
'create_new_liabilities' => 'Creare provizion nou',
|
||||
'create_new_expense' => 'Creați un nou cont de cheltuieli',
|
||||
'create_new_revenue' => 'Creați un nou cont de venituri',
|
||||
'create_new_piggy_bank' => 'Creați o nouă pușculiță',
|
||||
@ -938,14 +938,14 @@ return [
|
||||
'options' => 'Opțiuni',
|
||||
|
||||
// budgets:
|
||||
'daily_budgets' => 'Daily budgets',
|
||||
'weekly_budgets' => 'Weekly budgets',
|
||||
'monthly_budgets' => 'Monthly budgets',
|
||||
'quarterly_budgets' => 'Quarterly budgets',
|
||||
'half_year_budgets' => 'Half-yearly budgets',
|
||||
'yearly_budgets' => 'Yearly budgets',
|
||||
'other_budgets' => 'Custom timed budgets',
|
||||
'budget_limit_not_in_range' => 'This amount applies from :start to :end:',
|
||||
'daily_budgets' => 'Bugete zilnice',
|
||||
'weekly_budgets' => 'Bugete săptămânale',
|
||||
'monthly_budgets' => 'Bugete lunare',
|
||||
'quarterly_budgets' => 'Bugete trimestriale',
|
||||
'half_year_budgets' => 'Bugete semestriale',
|
||||
'yearly_budgets' => 'Bugete anuale',
|
||||
'other_budgets' => 'Bugete personalizate temporale',
|
||||
'budget_limit_not_in_range' => 'Această sumă se aplică de la :start la :end:',
|
||||
'total_available_budget' => 'Buget total disponibil (între :start și :end)',
|
||||
'total_available_budget_in_currency' => 'Buget total disponibil în :currency',
|
||||
'see_below' => 'vezi mai jos',
|
||||
@ -961,7 +961,7 @@ return [
|
||||
'ab_basic_modal_explain' => 'Utilizați acest formular pentru a indica cât de mult doriți să bugeți (în total, în :currency) în perioada indicată.',
|
||||
'createBudget' => 'Buget nou',
|
||||
'invalid_currency' => 'Aceasta este o monedă nevalidă',
|
||||
'invalid_amount' => 'Please enter an amount',
|
||||
'invalid_amount' => 'Vă rugăm să introduceţi o sumă',
|
||||
'set_ab' => 'Suma disponibilă a bugetului a fost stabilită',
|
||||
'updated_ab' => 'Suma disponibilă a bugetului a fost actualizată',
|
||||
'deleted_ab' => 'Suma disponibilă a bugetului a fost ștearsă',
|
||||
@ -998,11 +998,11 @@ return [
|
||||
'auto_budget_help' => 'Poți citi mai multe despre această caracteristică din ajutor. Apasă pe icoana din dreapta sus (?).',
|
||||
'auto_budget_reset_icon' => 'Acest buget va fi stabilit periodic',
|
||||
'auto_budget_rollover_icon' => 'Suma bugetului va crește periodic',
|
||||
'remove_budgeted_amount' => 'Remove budgeted amount in :currency',
|
||||
'remove_budgeted_amount' => 'Șterge suma înscrisă în :currency',
|
||||
|
||||
// bills:
|
||||
'not_expected_period' => 'Not expected this period',
|
||||
'not_or_not_yet' => 'Not (yet)',
|
||||
'not_expected_period' => 'Nu se aşteaptă această perioadă',
|
||||
'not_or_not_yet' => 'Nu (încă)',
|
||||
'match_between_amounts' => 'Factura se potrivește tranzacțiilor între :low și :high.',
|
||||
'running_again_loss' => 'Tranzacțiile legate anterior de această factură își pot pierde conexiunea, dacă acestea nu mai corespund cu regula (regulile).',
|
||||
'bill_related_rules' => 'Reguli legate de această factură',
|
||||
@ -1021,7 +1021,7 @@ return [
|
||||
'store_new_bill' => 'Salvați o nouă factură',
|
||||
'stored_new_bill' => 'Factura noua ":name" a fost salvată',
|
||||
'cannot_scan_inactive_bill' => 'Facturile inactive nu pot fi scanate.',
|
||||
'rescanned_bill' => 'Rescanned everything, and linked :count transaction to the bill.|Rescanned everything, and linked :count transactions to the bill.',
|
||||
'rescanned_bill' => 'Recanați totul și conectați :count tranzacție la factură. | Recanați totul și conectați :count tranzacții la factură.',
|
||||
'average_bill_amount_year' => 'Suma medie a facturilor (:year)',
|
||||
'average_bill_amount_overall' => 'Suma medie a facturilor (în ansamblu)',
|
||||
'bill_is_active' => 'Factura este activă',
|
||||
@ -1030,16 +1030,16 @@ return [
|
||||
'skips_over' => 'sari peste',
|
||||
'bill_store_error' => 'A apărut o eroare neașteptată în timpul stocării facturii noi. Verificați log-urile',
|
||||
'list_inactive_rule' => 'regulă inactivă',
|
||||
'bill_edit_rules' => 'Firefly III will attempt to edit the rule related to this bill as well. If you\'ve edited this rule yourself however, Firefly III won\'t change anything.|Firefly III will attempt to edit the :count rules related to this bill as well. If you\'ve edited these rules yourself however, Firefly III won\'t change anything.',
|
||||
'bill_expected_date' => 'Expected :date',
|
||||
'bill_paid_on' => 'Paid on {date}',
|
||||
'bill_edit_rules' => 'Firefly III va încerca să editeze și regula legată de această factură. Dacă ați editat chiar dvs. această regulă, Firefly III nu va schimba nimic. Firefly III va încerca să editeze și regulile :count legate de această factură. Totuși, dacă ați editat aceste reguli, Firefly III nu va schimba nimic.',
|
||||
'bill_expected_date' => 'Se așteaptă :date',
|
||||
'bill_paid_on' => 'Plătit pe {date}',
|
||||
|
||||
// accounts:
|
||||
'inactive_account_link' => 'You have :count inactive (archived) account, which you can view on this separate page.|You have :count inactive (archived) accounts, which you can view on this separate page.',
|
||||
'inactive_account_link' => 'Aveți un cont :count inactiv (arhivat), pe care îl puteți vizualiza pe această pagină separată. Aveți :count inactive (arhivate), pe care le puteți vizualiza pe această pagină separată.',
|
||||
'all_accounts_inactive' => 'Acestea sunt conturile dvs. inactive.',
|
||||
'active_account_link' => 'Acest link revine la conturile dvs. active.',
|
||||
'account_missing_transaction' => 'Contul #:id (":name") nu pot fi vizualizate direct.',
|
||||
'cc_monthly_payment_date_help' => 'Select any year and any month, it will be ignored anyway. Only the day of the month is relevant.',
|
||||
'cc_monthly_payment_date_help' => 'Selectați în orice an și în orice lună, acesta va fi ignorat oricum. Numai ziua lunii este relevantă.',
|
||||
'details_for_asset' => 'Detalii pentru contul de active ":name"',
|
||||
'details_for_expense' => 'Detalii pentru contul de cheltuieli ":name"',
|
||||
'details_for_revenue' => 'Detalii pentru contul de venituri ":name"',
|
||||
@ -1055,7 +1055,7 @@ return [
|
||||
'delete_revenue_account' => 'Șterge contul de venituri ":name"',
|
||||
'delete_liabilities_account' => 'Șterge provizionul ":name"',
|
||||
'asset_deleted' => 'Contul de active ":name" a fost șters cu succes',
|
||||
'account_deleted' => 'Successfully deleted account ":name"',
|
||||
'account_deleted' => 'Cont ":name" șters cu succes',
|
||||
'expense_deleted' => 'Contul de cheltuieli ":name" a fost șters cu succes',
|
||||
'revenue_deleted' => 'Contul de venituri ":name" a fost șters cu succes',
|
||||
'update_asset_account' => 'Actualizați contul de active',
|
||||
@ -1071,11 +1071,11 @@ return [
|
||||
'expense_accounts' => 'Conturi de cheltuieli',
|
||||
'expense_accounts_inactive' => 'Conturi de cheltuieli (inactive)',
|
||||
'revenue_accounts' => 'Conturi de venituri',
|
||||
'revenue_accounts_inactive' => 'Revenue accounts (inactive)',
|
||||
'revenue_accounts_inactive' => 'Conturi de venituri (inactive)',
|
||||
'cash_accounts' => 'Conturi de numerar',
|
||||
'Cash account' => 'Cont de numerar',
|
||||
'liabilities_accounts' => 'Provizioane',
|
||||
'liabilities_accounts_inactive' => 'Liabilities (inactive)',
|
||||
'liabilities_accounts_inactive' => 'Pasive (inactive)',
|
||||
'reconcile_account' => 'Reconciliază/Potrivește contul ":account"',
|
||||
'overview_of_reconcile_modal' => 'Privire de ansamblu asupra reconcilierii',
|
||||
'delete_reconciliation' => 'Șterge reconcilierea',
|
||||
@ -1101,10 +1101,10 @@ return [
|
||||
'cash' => 'numerar',
|
||||
'cant_find_redirect_account' => 'Firefly III a încercat să vă redirecționeze, dar nu a putut. Îmi pare rău pentru asta. Înapoi la index.',
|
||||
'account_type' => 'Tip cont',
|
||||
'save_transactions_by_moving' => 'Save this transaction by moving it to another account:|Save these transactions by moving them to another account:',
|
||||
'save_transactions_by_moving_js' => 'No transactions|Save this transaction by moving it to another account. |Save these transactions by moving them to another account.',
|
||||
'save_transactions_by_moving' => 'Salvați această tranzacție mutând-o într-un alt cont: | Salvați aceste tranzacții prin mutarea lor într-un alt cont:',
|
||||
'save_transactions_by_moving_js' => 'Fără tranzacții* Salvați această tranzacție mutând-o în alt cont. | Salvați aceste tranzacții mutându-le într-un alt cont.',
|
||||
'stored_new_account' => 'Cont nou ":name" salvat!',
|
||||
'stored_new_account_js' => 'New account "<a href="accounts/show/{ID}">{name}</a>" stored!',
|
||||
'stored_new_account_js' => 'Cont nou "<a href="accounts/show/{ID}">{name}</a>" stocat!',
|
||||
'updated_account' => 'Contul ":name" actualizat',
|
||||
'credit_card_options' => 'Opțiuni pentru carduri de credit',
|
||||
'no_transactions_account' => 'Nu există tranzacții (în această perioadă) pentru contul de activ ":name".',
|
||||
@ -1141,11 +1141,11 @@ return [
|
||||
'interest_calc_daily' => 'Pe zi',
|
||||
'interest_calc_monthly' => 'Pe lună',
|
||||
'interest_calc_yearly' => 'Pe an',
|
||||
'interest_calc_weekly' => 'Per week',
|
||||
'interest_calc_half-year' => 'Per half year',
|
||||
'interest_calc_quarterly' => 'Per quarter',
|
||||
'interest_calc_weekly' => 'Pe săptămână',
|
||||
'interest_calc_half-year' => 'Pe jumătate de an',
|
||||
'interest_calc_quarterly' => 'Pe trimestru',
|
||||
'initial_balance_account' => 'Bilanțul inițial al contului :account',
|
||||
'list_options' => 'List options',
|
||||
'list_options' => 'Opțiuni listă',
|
||||
|
||||
// categories:
|
||||
'new_category' => 'Categorie nouă',
|
||||
@ -1171,9 +1171,9 @@ return [
|
||||
'updated_withdrawal' => 'Retragerea ":description" actualizată',
|
||||
'updated_deposit' => 'Depozitul ":description" actualizat',
|
||||
'updated_transfer' => 'Transferul ":description" actualizat',
|
||||
'no_changes_withdrawal' => 'Withdrawal ":description" was not changed.',
|
||||
'no_changes_deposit' => 'Deposit ":description" was not changed.',
|
||||
'no_changes_transfer' => 'Transfer ":description" was not changed.',
|
||||
'no_changes_withdrawal' => 'Retragerea ":description" nu a fost modificată.',
|
||||
'no_changes_deposit' => 'Depozitul ":description" nu a fost modificat.',
|
||||
'no_changes_transfer' => 'Transferul ":description" nu a fost modificat.',
|
||||
'delete_withdrawal' => 'Șterge retragere ":description"',
|
||||
'delete_deposit' => 'Șterge depozit ":description"',
|
||||
'delete_transfer' => 'Șterge transfer ":description"',
|
||||
@ -1198,15 +1198,15 @@ return [
|
||||
'no_bulk_category' => 'Nu actualizați categoria',
|
||||
'no_bulk_budget' => 'Nu actualizați budgetul',
|
||||
'no_bulk_tags' => 'Nu actualizați etichetă(e) ',
|
||||
'replace_with_these_tags' => 'Replace with these tags',
|
||||
'append_these_tags' => 'Add these tags',
|
||||
'replace_with_these_tags' => 'Înlocuiește cu aceste etichete',
|
||||
'append_these_tags' => 'Adaugă aceste etichete',
|
||||
'mass_edit' => 'Editează individual',
|
||||
'bulk_edit' => 'Editează cele selectate in masă (bulk)',
|
||||
'mass_delete' => 'Șterge elementele selectate',
|
||||
'cannot_edit_other_fields' => 'Nu poți edita alte câmpuri decât cele de aici, pentru că nu există loc pentru a le arăta. Urmați linkul și editați-l câte unul, dacă aveți nevoie să editați aceste câmpuri.',
|
||||
'cannot_change_amount_reconciled' => 'Nu puteți modifica suma tranzacțiilor reconciliate.',
|
||||
'no_budget' => '(nici un buget)',
|
||||
'no_bill' => '(no bill)',
|
||||
'no_bill' => '(fără factură)',
|
||||
'account_per_budget' => 'Cont pe buget',
|
||||
'account_per_category' => 'Cont pe categorie',
|
||||
'create_new_object' => 'Creează',
|
||||
@ -1232,8 +1232,8 @@ return [
|
||||
'tag' => 'Etichetă',
|
||||
'no_budget_squared' => '(nici un buget)',
|
||||
'perm-delete-many' => 'Ștergerea multor articole dintr-o dată poate fi foarte perturbatoare. Vă rugăm să fiți precaut. Puteți șterge o parte dintr-o tranzacție divizată din această pagină, așa că aveți grijă.',
|
||||
'mass_deleted_transactions_success' => 'Deleted :count transaction.|Deleted :count transactions.',
|
||||
'mass_edited_transactions_success' => 'Updated :count transaction.|Updated :count transactions.',
|
||||
'mass_deleted_transactions_success' => 'S-a șters :count tranzacție.<unk> :count tranzacții.',
|
||||
'mass_edited_transactions_success' => 'Actualizat :count tranzacție. | Actualizat :count tranzacții.',
|
||||
'opt_group_' => '(niciun tip de cont)',
|
||||
'opt_group_no_account_type' => '(niciun tip de cont)',
|
||||
'opt_group_defaultAsset' => 'Ccont de active implicit',
|
||||
@ -1254,12 +1254,12 @@ return [
|
||||
'journal_link_bill' => 'Această tranzacție este legată de factura <a href=":route">:nume </a>. Pentru a elimina conexiunea, debifați caseta de selectare. Utilizați regulile pentru conectarea la o altă factură.',
|
||||
'transaction_stored_link' => '<a href="transactions/show/{ID}">Tranzacția #{ID} ("{title}")</a> a fost stocată.',
|
||||
'transaction_new_stored_link' => '<a href="transactions/show/{ID}">Tranzacția #{ID}</a> a fost stocată.',
|
||||
'transaction_updated_link' => '<a href="transactions/show/{ID}">Transaction #{ID}</a> ("{title}") has been updated.',
|
||||
'transaction_updated_no_changes' => '<a href="transactions/show/{ID}">Transaction #{ID}</a> ("{title}") did not receive any changes.',
|
||||
'first_split_decides' => 'The first split determines the value of this field',
|
||||
'first_split_overrules_source' => 'The first split may overrule the source account',
|
||||
'first_split_overrules_destination' => 'The first split may overrule the destination account',
|
||||
'spent_x_of_y' => 'Spent {amount} of {total}',
|
||||
'transaction_updated_link' => '<a href="transactions/show/{ID}">Tranzacția #{ID}</a> ("{title}") a fost actualizată.',
|
||||
'transaction_updated_no_changes' => '<a href="transactions/show/{ID}">Tranzacția #{ID}</a> ("{title}") nu a primit nicio modificare.',
|
||||
'first_split_decides' => 'Prima împărțire determină valoarea acestui câmp',
|
||||
'first_split_overrules_source' => 'Prima împărțire poate suprascrie contul sursă',
|
||||
'first_split_overrules_destination' => 'Prima împărțire poate suprascrie contul de destinație',
|
||||
'spent_x_of_y' => 'Cheltuit {amount} din {total}',
|
||||
|
||||
// new user:
|
||||
'welcome' => 'Bine ați venit!',
|
||||
@ -1278,8 +1278,8 @@ return [
|
||||
'currency_not_present' => 'Dacă moneda pe care o utilizați în mod normal nu este listată, nu vă faceți griji. Puteți crea propriile valute în Opțiuni> Monede.',
|
||||
|
||||
// home page:
|
||||
'transaction_table_description' => 'A table containing your transactions',
|
||||
'opposing_account' => 'Opposing account',
|
||||
'transaction_table_description' => 'Un tabel care conține tranzacțiile tale',
|
||||
'opposing_account' => 'Cont opus',
|
||||
'yourAccounts' => 'Conturile dvs.',
|
||||
'your_accounts' => 'Prezentarea generală a contului',
|
||||
'category_overview' => 'Categorie - prezentare generală',
|
||||
@ -1288,8 +1288,8 @@ return [
|
||||
'budgetsAndSpending' => 'Bugetele și cheltuielile',
|
||||
'budgets_and_spending' => 'Bugete și cheltuieli',
|
||||
'go_to_budget' => 'Mergi la buget "{budget}"',
|
||||
'go_to_deposits' => 'Go to deposits',
|
||||
'go_to_expenses' => 'Go to expenses',
|
||||
'go_to_deposits' => 'Du-te la depozite',
|
||||
'go_to_expenses' => 'Mergi la cheltuieli',
|
||||
'savings' => 'Economii',
|
||||
'newWithdrawal' => 'Cheltuieli noi',
|
||||
'newDeposit' => 'Depozit nou',
|
||||
@ -1298,15 +1298,15 @@ return [
|
||||
'per_day' => 'Pe zi',
|
||||
'left_to_spend_per_day' => 'Rămas de cheltui pe zi',
|
||||
'bills_paid' => 'Facturile plătite',
|
||||
'custom_period' => 'Custom period',
|
||||
'reset_to_current' => 'Reset to current period',
|
||||
'select_period' => 'Select a period',
|
||||
'custom_period' => 'Perioadă personalizată',
|
||||
'reset_to_current' => 'Resetare la perioada curentă',
|
||||
'select_period' => 'Selectați o perioadă',
|
||||
|
||||
// menu and titles, should be recycled as often as possible:
|
||||
'currency' => 'Monedă',
|
||||
'preferences' => 'Preferințe',
|
||||
'logout' => 'Ieșire',
|
||||
'logout_other_sessions' => 'Logout all other sessions',
|
||||
'logout_other_sessions' => 'Deconectează toate celelalte sesiuni',
|
||||
'toggleNavigation' => 'Navigare',
|
||||
'searchPlaceholder' => 'Cautare...',
|
||||
'version' => 'Versiunea',
|
||||
@ -1325,8 +1325,8 @@ return [
|
||||
'account_type_Loan' => 'Împrumut',
|
||||
'account_type_Mortgage' => 'Credit ipotecar',
|
||||
'account_type_Credit card' => 'Card de credit',
|
||||
'liability_direction_credit' => 'I am owed this debt',
|
||||
'liability_direction_debit' => 'I owe this debt to somebody else',
|
||||
'liability_direction_credit' => 'Sunt datorat acestei datorii',
|
||||
'liability_direction_debit' => 'Datorăm această datorie altcuiva',
|
||||
'budgets' => 'Buget',
|
||||
'tags' => 'Etichete',
|
||||
'reports' => 'Rapoarte',
|
||||
@ -1371,7 +1371,7 @@ return [
|
||||
'automation' => 'Automatizare',
|
||||
'others' => 'Altele',
|
||||
'classification' => 'Clasificare',
|
||||
'store_transaction' => 'Store transaction',
|
||||
'store_transaction' => 'Tranzacție magazin',
|
||||
|
||||
// reports:
|
||||
'report_default' => 'Raportul financiar prestabilit între :start și :end',
|
||||
@ -1481,7 +1481,7 @@ return [
|
||||
'month' => 'Lună',
|
||||
'budget' => 'Buget',
|
||||
'spent' => 'Cheltuit',
|
||||
'spent_capped' => 'Spent (capped)',
|
||||
'spent_capped' => 'Cheltuit (plafonat)',
|
||||
'spent_in_budget' => 'Cheltuit în budget',
|
||||
'left_to_spend' => 'Ramas de cheltuit',
|
||||
'earned' => 'Câștigat',
|
||||
@ -1492,8 +1492,8 @@ return [
|
||||
'journal-amount' => 'Intrare factură curentă',
|
||||
'name' => 'Nume',
|
||||
'date' => 'Dată',
|
||||
'date_and_time' => 'Date and time',
|
||||
'time' => 'Time',
|
||||
'date_and_time' => 'Data și ora',
|
||||
'time' => 'Timp',
|
||||
'paid' => 'Plătit',
|
||||
'unpaid' => 'Neplătit',
|
||||
'day' => 'Zi',
|
||||
@ -1557,8 +1557,8 @@ return [
|
||||
'transaction_journal_information' => 'Informații despre tranzacții',
|
||||
'transaction_journal_meta' => 'Informații meta',
|
||||
'transaction_journal_more' => 'Mai multe informaţii',
|
||||
'basic_journal_information' => 'Basic transaction information',
|
||||
'transaction_journal_extra' => 'Extra information',
|
||||
'basic_journal_information' => 'Informații de bază despre tranzacție',
|
||||
'transaction_journal_extra' => 'Informații suplimentare',
|
||||
'att_part_of_journal' => 'Salvat în ":journal"',
|
||||
'total_amount' => 'Valoare totală',
|
||||
'number_of_decimals' => 'Număr de zecimale',
|
||||
@ -1575,14 +1575,14 @@ return [
|
||||
'store_configuration' => 'Salvați configurarea',
|
||||
'single_user_administration' => 'Administrare utilizator pentru :email',
|
||||
'edit_user' => 'Editați user :email',
|
||||
'hidden_fields_preferences' => 'You can enable more transaction options in your <a href="preferences">preferences</a>.',
|
||||
'hidden_fields_preferences' => 'Puteți activa mai multe opțiuni de tranzacție în <a href="preferences">preferințele</a> dvs.',
|
||||
'user_data_information' => 'Datele utilizatorului',
|
||||
'user_information' => 'Informații utilizator',
|
||||
'total_size' => 'marimea totală',
|
||||
'budget_or_budgets' => ':count budget|:count budgets',
|
||||
'budgets_with_limits' => ':count budget with configured amount|:count budgets with configured amount',
|
||||
'budget_or_budgets' => ':count buget |:count bugete',
|
||||
'budgets_with_limits' => ':count buget cu suma configurată | :count bugete cu suma configurată',
|
||||
'nr_of_rules_in_total_groups' => ':count_rules regulă(reguli) în :count_groups grup (uri) de reguli',
|
||||
'tag_or_tags' => ':count tag|:count tags',
|
||||
'tag_or_tags' => ':count tag | :count tag-uri',
|
||||
'configuration_updated' => 'Configurația a fost actualizată',
|
||||
'setting_is_demo_site' => 'Site-ul demo',
|
||||
'setting_is_demo_site_explain' => 'Dacă bifați această casetă, această instalare se va comporta ca și cum ar fi site-ul demo, care poate avea efecte secundare ciudate.',
|
||||
@ -1600,9 +1600,9 @@ return [
|
||||
'send_message' => 'Trimite mesaj',
|
||||
'send_test_triggered' => 'Testul a fost declanșat. Verificați mesajele primite și log-urile.',
|
||||
'give_admin_careful' => 'Utilizatorii cărora li se acordă drepturi de administrator pot lua drepturile dvs. Fiți atenți.',
|
||||
'admin_maintanance_title' => 'Maintenance',
|
||||
'admin_maintanance_expl' => 'Some nifty buttons for Firefly III maintenance',
|
||||
'admin_maintenance_clear_cache' => 'Clear cache',
|
||||
'admin_maintanance_title' => 'Mentenanţă',
|
||||
'admin_maintanance_expl' => 'Ceva butoane grozave pentru mentenanța Firefly III',
|
||||
'admin_maintenance_clear_cache' => 'Golește memoria cache',
|
||||
|
||||
'split_transaction_title' => 'Descrierea tranzacției divizate',
|
||||
'split_transaction_title_help' => 'Dacă creați o tranzacție divizată, trebuie să existe o descriere globală pentru toate diviziunile tranzacției.',
|
||||
@ -1626,7 +1626,7 @@ return [
|
||||
'link_type_help_name' => 'Ex. "Dubluri"',
|
||||
'link_type_help_inward' => 'Ex. "dubluri"',
|
||||
'link_type_help_outward' => 'Ex. "este duplicat de către"',
|
||||
'save_connections_by_moving' => 'Save the link between these transactions by moving them to another link type:',
|
||||
'save_connections_by_moving' => 'Salvați legătura dintre aceste tranzacții prin mutarea lor la un alt tip de legătură:',
|
||||
'do_not_save_connection' => '(nu salvați conexiunea)',
|
||||
'link_transaction' => 'Link tranzacție',
|
||||
'link_to_other_transaction' => 'Conectați această tranzacție la o altă tranzacție',
|
||||
@ -1686,10 +1686,10 @@ return [
|
||||
'after_update_create_another' => 'După actualizare, reveniți aici pentru a continua editarea.',
|
||||
'store_as_new' => 'Stocați ca o tranzacție nouă în loc să actualizați.',
|
||||
'reset_after' => 'Resetați formularul după trimitere',
|
||||
'errors_submission' => 'There was something wrong with your submission. Please check out the errors.',
|
||||
'errors_submission' => 'A fost ceva în neregulă cu depunerea ta. Te rugăm să verifici erorile.',
|
||||
|
||||
// object groups
|
||||
'default_group_title_name' => '(ungrouped)',
|
||||
'default_group_title_name' => '(negrupat)',
|
||||
|
||||
// empty lists? no objects? instructions:
|
||||
'no_accounts_title_asset' => 'Să cream un cont de active!',
|
||||
@ -1766,7 +1766,7 @@ return [
|
||||
'created_withdrawals' => 'Retragerile create',
|
||||
'created_deposits' => 'Depozitele create',
|
||||
'created_transfers' => 'Transferurile create',
|
||||
'recurring_info' => 'Recurring transaction :count / :total',
|
||||
'recurring_info' => 'Tranzacție recurentă :count / :total',
|
||||
'created_from_recurrence' => 'Creat din tranzacții recurente ":title" (#:id)',
|
||||
'recurring_never_cron' => 'Se pare că cron-job-ul necesar pentru a susține tranzacțiile recurente nu a avut loc niciodată. Acest lucru este, desigur, normal când ați instalat Firefly III, dar acest lucru ar trebui să fie ceva de instalat cât mai curând posibil. Consultați paginile de ajutor utilizând pictograma (?) - în colțul din dreapta sus al paginii.',
|
||||
'recurring_cron_long_ago' => 'Se pare că au trecut mai mult de 36 de ore de când cron-job-ul pentru susținerea tranzacțiilor recurente a fost utilizat. Sunteți sigur că a fost configurat corect? Consultați paginile de ajutor utilizând pictograma (?) - în colțul din dreapta sus al paginii.',
|
||||
@ -1792,7 +1792,7 @@ return [
|
||||
'edit_recurrence' => 'Editați tranzacția recurentă ":title"',
|
||||
'recurring_repeats_until' => 'Se repetă până la :date',
|
||||
'recurring_repeats_forever' => 'Se repetă pentru totdeauna',
|
||||
'recurring_repeats_x_times' => 'Repeats :count time|Repeats :count times',
|
||||
'recurring_repeats_x_times' => 'Repetă :count time | Repetă de :count ori',
|
||||
'update_recurrence' => 'Actualizați tranzacția recurentă',
|
||||
'updated_recurrence' => 'Tranzacție recurentă ":title" a fost actualizată',
|
||||
'recurrence_is_inactive' => 'Această tranzacție recurentă nu este activă și nu va genera noi tranzacții.',
|
||||
@ -1830,7 +1830,7 @@ return [
|
||||
'telemetry_disabled_now_what' => 'Dacă vreți, puteți activa telemetria în fișierul dvs. .env sau în configurația Docker.',
|
||||
'telemetry_collected_info' => 'Informații colectate',
|
||||
'no_telemetry_present' => 'Firefly III a colectat zero înregistrări telemetrice.',
|
||||
'records_telemetry_present' => 'Firefly III has collected :count telemetry record.|Firefly III has collected :count telemetry records.',
|
||||
'records_telemetry_present' => 'Firefly III a colectat :count înregistrare telemetrică. | Firefly III a colectat :count înregistrări telemetrice.',
|
||||
'telemetry_button_view' => 'Vizualizare telemetrie',
|
||||
'telemetry_button_delete' => 'Ştergeţi toate telemetria',
|
||||
'telemetry_admin_overview' => 'Prezentare telemetrie',
|
||||
@ -1846,25 +1846,25 @@ return [
|
||||
'telemetry_submitted_deleted' => 'Toate înregistrările telemetrice transmise au fost șterse.',
|
||||
|
||||
// debug page
|
||||
'debug_page' => 'Debug page',
|
||||
'debug_submit_instructions' => 'If you are running into problems, you can use the information in this box as debug information. Please copy-and-paste into a new or existing <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub issue</a>. It will generate a beautiful table that can be used to quickly diagnose your problem.',
|
||||
'debug_pretty_table' => 'If you copy/paste the box below into a GitHub issue it will generate a table. Please do not surround this text with backticks or quotes.',
|
||||
'debug_additional_data' => 'You may also share the content of the box below. You can also copy-and-paste this into a new or existing <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub issue</a>. However, the content of this box may contain private information such as account names, transaction details or email addresses.',
|
||||
'debug_page' => 'Pagina de depanare',
|
||||
'debug_submit_instructions' => 'Dacă întâmpini probleme, poți folosi informațiile din această casetă ca informație de depanare. Vă rugăm să copiați și lipiți într-o problemă nouă sau existentă <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a>. Va genera un tabel care poate fi folosit pentru a vă diagnostica rapid problema.',
|
||||
'debug_pretty_table' => 'Dacă copiați/lipiți căsuța de mai jos într-o problemă GitHub, aceasta va genera un tabel. Vă rugăm să nu înconjurați acest text cu backticks sau ghilimele.',
|
||||
'debug_additional_data' => 'De asemenea, poți distribui conținutul casetei de mai jos. Poți deasemenea să copiezi și să lipești asta într-un <a href="https://github.com/firefly-iii/firefly-iii/issues">subiect GitHub nou sau existent</a>. Cu toate acestea, conținutul acestei rubrici poate conține informații private, cum ar fi numele contului, detaliile tranzacției sau adresele de e-mail.',
|
||||
|
||||
// object groups
|
||||
'object_groups_menu_bar' => 'Groups',
|
||||
'object_groups_page_title' => 'Groups',
|
||||
'object_groups_breadcrumb' => 'Groups',
|
||||
'object_groups_index' => 'Overview',
|
||||
'object_groups' => 'Groups',
|
||||
'object_groups_empty_explain' => 'Some things in Firefly III can be divided into groups. Piggy banks for example, feature a "Group" field in the edit and create screens. When you set this field, you can edit the names and the order of the groups on this page. For more information, check out the help-pages in the top right corner, under the (?)-icon.',
|
||||
'object_group_title' => 'Title',
|
||||
'edit_object_group' => 'Edit group ":title"',
|
||||
'delete_object_group' => 'Delete group ":title"',
|
||||
'update_object_group' => 'Update group',
|
||||
'updated_object_group' => 'Successfully updated group ":title"',
|
||||
'deleted_object_group' => 'Successfully deleted group ":title"',
|
||||
'object_group' => 'Group',
|
||||
'object_groups_menu_bar' => 'Grupuri',
|
||||
'object_groups_page_title' => 'Grupuri',
|
||||
'object_groups_breadcrumb' => 'Grupuri',
|
||||
'object_groups_index' => 'Prezentare generală',
|
||||
'object_groups' => 'Grupuri',
|
||||
'object_groups_empty_explain' => 'Unele lucruri din Firefly III pot fi împărțite în grupuri. Pușculițele, de exemplu, prezintă un câmp "Group" în editare și creează ecrane. Când setați acest câmp, puteți edita numele și ordinea grupurilor de pe această pagină. Pentru mai multe informații, vedeți paginile de ajutor din colțul din dreapta sus, sub pictograma (?).',
|
||||
'object_group_title' => 'Titlu',
|
||||
'edit_object_group' => 'Editați grupul ":title"',
|
||||
'delete_object_group' => 'Șterge grupul ":title"',
|
||||
'update_object_group' => 'Actualizați grupul',
|
||||
'updated_object_group' => 'Grup actualizat cu succes ":title"',
|
||||
'deleted_object_group' => 'Grup ":title" șters cu succes',
|
||||
'object_group' => 'Grup',
|
||||
|
||||
|
||||
//
|
||||
|
@ -38,7 +38,7 @@ return [
|
||||
'match' => 'Se potrivește',
|
||||
'strict' => 'Modul strict',
|
||||
'repeat_freq' => 'Repetă',
|
||||
'object_group' => 'Group',
|
||||
'object_group' => 'Grup',
|
||||
'location' => 'Locație',
|
||||
'update_channel' => 'Actualizare canal',
|
||||
'currency_id' => 'Monedă',
|
||||
@ -80,7 +80,7 @@ return [
|
||||
'api_key' => 'Cheie API',
|
||||
'remember_me' => 'Ține-mă minte',
|
||||
'liability_type_id' => 'Tipul de provizion',
|
||||
'liability_type' => 'Liability type',
|
||||
'liability_type' => 'Tipul de provizion',
|
||||
'interest' => 'Interes',
|
||||
'interest_period' => 'Perioadă de interes',
|
||||
|
||||
@ -121,8 +121,8 @@ return [
|
||||
'stop_processing' => 'Opriți procesarea',
|
||||
'start_date' => 'Start de interval',
|
||||
'end_date' => 'Șfârșit de interval',
|
||||
'start' => 'Start of range',
|
||||
'end' => 'End of range',
|
||||
'start' => 'Începutul intervalului',
|
||||
'end' => 'Sfârșit de interval',
|
||||
'delete_account' => 'Șterge cont ":name"',
|
||||
'delete_bill' => 'Șterge factură ":name"',
|
||||
'delete_budget' => 'Șterge buget ":name"',
|
||||
@ -138,10 +138,10 @@ return [
|
||||
'user_areYouSure' => 'Dacă ștergeți utilizatorul ":email", totul va dispărea. Nu există nici o undo (anulare), anulare ștergere sau orice altceva. Dacă vă ștergeți, veți pierde accesul la aplicație.',
|
||||
'attachment_areYouSure' => 'Sunteți sigur că doriți să ștergeți atașamentul ":name"?',
|
||||
'account_areYouSure' => 'Sunteți sigur că doriți să ștergeți contul ":name"?',
|
||||
'account_areYouSure_js' => 'Are you sure you want to delete the account named "{name}"?',
|
||||
'account_areYouSure_js' => 'Sunteţi sigur că doriţi să ştergeţi contul numit "{name}"?',
|
||||
'bill_areYouSure' => 'Sunteți sigur că doriți să ștergeți factura ":name"?',
|
||||
'rule_areYouSure' => 'Sunteți sigur că doriți să ștergeți regula ":title"?',
|
||||
'object_group_areYouSure' => 'Are you sure you want to delete the group titled ":title"?',
|
||||
'object_group_areYouSure' => 'Sigur doriți să ștergeți grupul ":title"?',
|
||||
'ruleGroup_areYouSure' => 'Sunteți sigur că doriți să ștergeți grupul de reguli ":title"?',
|
||||
'budget_areYouSure' => 'Sunteți sigur că doriți să ștergeți bugetul ":name"?',
|
||||
'category_areYouSure' => 'Sunteți sigur că doriți să ștergeți categoria ":name"?',
|
||||
@ -158,21 +158,21 @@ return [
|
||||
'delete_all_permanently' => 'Ștergeți selectat definitiv',
|
||||
'update_all_journals' => 'Actualizați aceste tranzacții',
|
||||
'also_delete_transactions' => 'Singura tranzacție conectată la acest cont va fi, de asemenea, ștearsă.|Toate cele :count tranzacții conectate la acest cont vor fi șterse.',
|
||||
'also_delete_transactions_js' => 'No transactions|The only transaction connected to this account will be deleted as well.|All {count} transactions connected to this account will be deleted as well.',
|
||||
'also_delete_transactions_js' => 'Nicio tranzacție | Singura tranzacție conectată la acest cont va fi de asemenea ștearsă. | Toate cele {count} tranzacții conectate la acest cont vor fi șterse, de asemenea.',
|
||||
'also_delete_connections' => 'Singura tranzacție legată de acest tip de legătură va pierde această conexiune.|Toate cele :count tranzacții legate de acest tip de legătură vor pierde conexiunea.',
|
||||
'also_delete_rules' => 'Singura regulă legată de acest grup de reguli va fi ștersă, de asemenea.|Toate cele :count reguli conectate la acest grup de reguli vor fi șterse, de asemenea.',
|
||||
'also_delete_piggyBanks' => 'Singura pușculita conectată la acest cont va fi ștersă.|Toate cele :count pușculițe conectate la acest cont vor fi șterse, de asemenea.',
|
||||
'also_delete_piggyBanks_js' => 'No piggy banks|The only piggy bank connected to this account will be deleted as well.|All {count} piggy banks connected to this account will be deleted as well.',
|
||||
'not_delete_piggy_banks' => 'The piggy bank connected to this group will not be deleted.|The :count piggy banks connected to this group will not be deleted.',
|
||||
'also_delete_piggyBanks_js' => 'Nici o pușculiță | Singura pușculiță conectată la acest cont va fi de asemenea ștearsă. Toate cele {count} pușculițe conectate la acest cont vor fi șterse, de asemenea.',
|
||||
'not_delete_piggy_banks' => 'Pușculița conectată la acest grup nu va fi ștearsă. | Pușculița :count conectată la acest grup nu va fi ștearsă.',
|
||||
'bill_keep_transactions' => 'Singura tranzacție conectată la această factură nu va fi ștearsă.|Toate cele :count tranzacții conectate la această factură vor fi scutite de ștergere.',
|
||||
'budget_keep_transactions' => 'Singura tranzacție conectată la acest buget nu va fi ștearsă.|Toate cele :count tranzacții conectate la acest budet vor fi scutite de ștergere.',
|
||||
'category_keep_transactions' => 'Singura tranzacție conectată la această categorie nu va fi ștearsă.|Toate cele :count tranzacții conectate la această categorie vor fi scutite de ștergere.',
|
||||
'recurring_keep_transactions' => 'Singura tranzacție creată de această tranzacție recurentă nu va fi ștearsă.|Toate cele :count tranzacții create de această tranzacție recurente vor fi scutite de ștergere.',
|
||||
'tag_keep_transactions' => 'Singura tranzacție conectată la this tag nu va fi ștearsă.|Toate cele :count tranzacții conectate la această etichetă vor fi scutite de ștergere.',
|
||||
'check_for_updates' => 'Verifică pentru actualizări',
|
||||
'liability_direction' => 'Liability in/out',
|
||||
'liability_direction' => 'Răspundere în/afară',
|
||||
|
||||
'delete_object_group' => 'Delete group ":title"',
|
||||
'delete_object_group' => 'Șterge grup ":title"',
|
||||
|
||||
'email' => 'Email',
|
||||
'password' => 'Parolă',
|
||||
|
@ -33,10 +33,10 @@ return [
|
||||
'index_cash_account' => 'Acestea sunt conturile create până acum. Puteți utiliza contul de numerar pentru a urmări cheltuielile cu numerar, dar nu este obligatoriu, desigur.',
|
||||
|
||||
// transactions
|
||||
'transactions_create_basic_info' => 'Enter the basic information of your transaction. Source, destination, date and description.',
|
||||
'transactions_create_amount_info' => 'Enter the amount of the transaction. If necessary the fields will auto-update for foreign amount info.',
|
||||
'transactions_create_optional_info' => 'All of these fields are optional. Adding meta-data here will make your transactions better organised.',
|
||||
'transactions_create_split' => 'If you want to split a transaction, add more splits with this button',
|
||||
'transactions_create_basic_info' => 'Introduceți informațiile de bază ale tranzacției. Sursa, destinația, data și descrierea.',
|
||||
'transactions_create_amount_info' => 'Introduceți valoarea tranzacției. Dacă este necesar, câmpurile se vor actualiza automat pentru informațiile din valută.',
|
||||
'transactions_create_optional_info' => 'Toate aceste câmpuri sunt opționale. Adăugarea de meta-date aici va îmbunătăți organizarea tranzacțiilor.',
|
||||
'transactions_create_split' => 'Dacă doriţi să împărţiţi o tranzacţie, adăugaţi mai multe scindări cu acest buton',
|
||||
|
||||
// create account:
|
||||
'accounts_create_iban' => 'Dați conturilor dvs. un IBAN valid. Acest lucru ar putea face ca importul de date să fie foarte ușor în viitor.',
|
||||
|
@ -37,7 +37,7 @@ return [
|
||||
'linked_to_rules' => 'Reguli relevante',
|
||||
'active' => 'Este activ?',
|
||||
'percentage' => 'procent %',
|
||||
'recurring_transaction' => 'Recurring transaction',
|
||||
'recurring_transaction' => 'Tranzacție recurentă',
|
||||
'next_due' => 'Următoarea scadență',
|
||||
'transaction_type' => 'Tip',
|
||||
'lastActivity' => 'Ultima activitate',
|
||||
@ -46,7 +46,7 @@ return [
|
||||
'account_type' => 'Tip de cont',
|
||||
'created_at' => 'Creat la',
|
||||
'account' => 'Cont',
|
||||
'external_uri' => 'External URI',
|
||||
'external_uri' => 'URI extern',
|
||||
'matchingAmount' => 'Sumă',
|
||||
'destination' => 'Destinație',
|
||||
'source' => 'Sursă',
|
||||
@ -62,7 +62,7 @@ return [
|
||||
'due_date' => 'Data scadentă',
|
||||
'payment_date' => 'Data de plată',
|
||||
'invoice_date' => 'Data facturii',
|
||||
'internal_reference' => 'Internal reference',
|
||||
'internal_reference' => 'Referință internă',
|
||||
'notes' => 'Notițe',
|
||||
'from' => 'Din',
|
||||
'piggy_bank' => 'Pușculiță',
|
||||
|
@ -60,7 +60,7 @@ return [
|
||||
'less' => ':attribute trebuie să fie mai mic decât 10,000,000',
|
||||
'active_url' => ':attribute nu este o adresă URL validă.',
|
||||
'after' => ':attribute trebuie să fie o dată ulterioară :date.',
|
||||
'date_after' => 'The start date must be before the end date.',
|
||||
'date_after' => 'Data de început trebuie să fie înainte de data de sfârșit.',
|
||||
'alpha' => ':attribute poate conține numai litere.',
|
||||
'alpha_dash' => ':attribute poate conține numai litere, numere și liniuțe.',
|
||||
'alpha_num' => ':attribute poate conține numai litere și numere.',
|
||||
@ -130,12 +130,12 @@ return [
|
||||
'amount_zero' => 'Suma totală nu poate fi zero.',
|
||||
'current_target_amount' => 'Suma curentă trebuie să fie mai mică decât suma vizată.',
|
||||
'unique_piggy_bank_for_user' => 'Numele pușculiței trebuie să fie unic.',
|
||||
'unique_object_group' => 'The group name must be unique',
|
||||
'starts_with' => 'The value must start with :values.',
|
||||
'unique_webhook' => 'You already have a webhook with these values.',
|
||||
'unique_existing_webhook' => 'You already have another webhook with these values.',
|
||||
'same_account_type' => 'Both accounts must be of the same account type',
|
||||
'same_account_currency' => 'Both accounts must have the same currency setting',
|
||||
'unique_object_group' => 'Numele grupului trebuie să fie unic',
|
||||
'starts_with' => 'Valoarea trebuie să înceapă cu :values.',
|
||||
'unique_webhook' => 'Deja ai un webhook cu aceste valori.',
|
||||
'unique_existing_webhook' => 'Aveți deja un alt webhook cu aceste valori.',
|
||||
'same_account_type' => 'Ambele conturi trebuie să fie de acelaşi tip de cont',
|
||||
'same_account_currency' => 'Ambele conturi trebuie să aibă aceeași monedă',
|
||||
|
||||
'secure_password' => 'Aceasta nu este o parolă sigură. Vă rugăm să încercați din nou. Pentru mai multe informații, vizitați https://bit.ly/FF3-password-security',
|
||||
'valid_recurrence_rep_type' => 'Tip de repetare nevalid pentru tranzacțiile recurente.',
|
||||
@ -145,7 +145,7 @@ return [
|
||||
'email' => 'adresă e-mail',
|
||||
'description' => 'descriere',
|
||||
'amount' => 'sumă',
|
||||
'transactions.*.amount' => 'transaction amount',
|
||||
'transactions.*.amount' => 'suma tranzacției',
|
||||
'name' => 'nume',
|
||||
'piggy_bank_id' => 'ID-ul pușculiței',
|
||||
'targetamount' => 'suma țintă',
|
||||
@ -185,7 +185,7 @@ return [
|
||||
'withdrawal_dest_need_data' => 'Trebuie să continuați să obțineți un ID de cont de destinație valabil și / sau un nume de cont de destinație valabil.',
|
||||
'withdrawal_dest_bad_data' => 'Nu s-a găsit un cont de destinaţie valabil la căutarea ID ":id" sau nume ":name".',
|
||||
|
||||
'generic_source_bad_data' => 'Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
'generic_source_bad_data' => 'Nu s-a găsit un cont sursă valid la căutarea ID-ului ":id" sau a numelui ":name".',
|
||||
|
||||
'deposit_source_need_data' => 'Trebuie să continuați să obțineți un ID de cont sursă valabil și / sau un nume de cont sursă valabil.',
|
||||
'deposit_source_bad_data' => 'Nu s-a găsit un cont sursă valabil la căutarea ID ":id" sau nume ":name".',
|
||||
@ -207,7 +207,7 @@ return [
|
||||
'generic_invalid_destination' => 'Nu puteți utiliza acest cont ca și cont de destinație.',
|
||||
|
||||
'gte.numeric' => ':attribute trebuie să fie mai mare sau egal cu :value.',
|
||||
'gt.numeric' => 'The :attribute must be greater than :value.',
|
||||
'gt.numeric' => ':attribute trebuie să fie mai mare decât :value.',
|
||||
'gte.file' => ':attribute trebuie să fie mai mare sau egal cu :value kilobytes.',
|
||||
'gte.string' => ':attribute trebuie să fie mai mare sau egal cu :value caractere.',
|
||||
'gte.array' => ':attribute trebuie sa aiba :value valori sau mai multe.',
|
||||
|
@ -40,11 +40,11 @@ return [
|
||||
'date_time_js' => 'D. MMMM YYYY, @ HH:mm:ss',
|
||||
'specific_day_js' => 'D. MMMM YYYY',
|
||||
'week_in_year_js' => '[Week] t, RRRR',
|
||||
'week_in_year_fns' => "'Week' w, yyyy",
|
||||
'week_in_year_fns' => "'Týždeň' tt, rrrr",
|
||||
'year_js' => 'YYYY',
|
||||
'half_year_js' => 'Q YYYY',
|
||||
'quarter_fns' => "'Q'Q, yyyy",
|
||||
'half_year_fns' => "'H{half}', yyyy",
|
||||
'quarter_fns' => "'Q'Q, rrrr",
|
||||
'half_year_fns' => "'H{half}', rrrr",
|
||||
'dow_1' => 'Pondelok',
|
||||
'dow_2' => 'Utorok',
|
||||
'dow_3' => 'Streda',
|
||||
|
@ -298,8 +298,8 @@ return [
|
||||
'search_modifier_has_any_category' => 'Transakcia má (ľubovoľnú) kategóriu',
|
||||
'search_modifier_has_no_budget' => 'Transakcia nesmie mať rozpočet',
|
||||
'search_modifier_has_any_budget' => 'Transakcia má (ľubovoľný) rozpočet',
|
||||
'search_modifier_has_no_bill' => 'The transaction must have no bill',
|
||||
'search_modifier_has_any_bill' => 'The transaction must have a (any) bill',
|
||||
'search_modifier_has_no_bill' => 'Transakcia nesmie mať účty',
|
||||
'search_modifier_has_any_bill' => 'Transakcia má (ľubovoľné) účty',
|
||||
'search_modifier_has_no_tag' => 'Transakcia nesmie mať štítky',
|
||||
'search_modifier_has_any_tag' => 'Transakcia má (ľubovoľné) štítky',
|
||||
'search_modifier_notes_contain' => 'Poznámky k transakcii obsahujú ":value"',
|
||||
@ -425,13 +425,13 @@ return [
|
||||
'apply_rule_selection' => 'Uplatniť pravidlo „:title“ na vybrané transakcie',
|
||||
'apply_rule_selection_intro' => 'Pravidlá ako „:title“ sa zvyčajne uplatňujú iba na nové alebo aktualizované transakcie, môžete však Firefly III povedať, aby ho spustil pri výbere vašich existujúcich transakcií. To môže byť užitočné, keď ste aktualizovali pravidlo a potrebujete zmeny, ktoré sa majú uplatniť na všetky vaše ďalšie transakcie.',
|
||||
'include_transactions_from_accounts' => 'Zahrnúť transakcie z týchto účtov',
|
||||
'include' => 'Include?',
|
||||
'applied_rule_selection' => '{0} No transactions in your selection were changed by rule ":title".|[1] One transaction in your selection was changed by rule ":title".|[2,*] :count transactions in your selection were changed by rule ":title".',
|
||||
'include' => 'Zahrnúť?',
|
||||
'applied_rule_selection' => '{0} Pravidlom ":title" nebola zmenená žiadna transakcia vo výbere.|[1] Pravidlom ":title" bola zmenená jedna transakcia.|[2,*] Pravidlom ":title" bolo zmenených :count transakcií.',
|
||||
'execute' => 'Vykonať',
|
||||
'apply_rule_group_selection' => 'Uplatniť skupinu pravidiel „:title“ na vybrané transakcie',
|
||||
'apply_rule_group_selection_intro' => 'Skupiny pravidiel ako „:title“ sa zvyčajne používajú iba na nové alebo aktualizované transakcie, ale môžete Firefly III povedať, aby pri výbere vašich existujúcich transakcií spustil všetky pravidlá v tejto skupine. To môže byť užitočné, keď ste aktualizovali skupinu pravidiel a potrebujete zmeny, ktoré sa majú uplatniť na všetky vaše ďalšie transakcie.',
|
||||
'applied_rule_group_selection' => 'Skupina pravidiel „:title“ bola uplatnená na váš výber.',
|
||||
'timezone_difference' => 'Your browser reports time zone "{local}". Firefly III is configured for time zone "{system}". This chart may drift.',
|
||||
'timezone_difference' => 'Váš prehliadač je nastavený na časovú zónu "{local}". Firefly III je nakonfigurovaný na zónu "{system}". Zobrazenie údajov v grafe môže byť posunuté.',
|
||||
|
||||
// actions and triggers
|
||||
'rule_trigger_user_action' => 'Použivateľská akcia je „:trigger_value“',
|
||||
@ -527,10 +527,10 @@ return [
|
||||
'rule_trigger_has_no_budget' => 'Transakcia nemá žiadny rozpočet',
|
||||
'rule_trigger_has_any_budget_choice' => 'Má (ľubovoľný) rozpočet',
|
||||
'rule_trigger_has_any_budget' => 'Transakcia má (ľubovoľný) rozpočet',
|
||||
'rule_trigger_has_no_bill_choice' => 'Has no bill',
|
||||
'rule_trigger_has_no_bill' => 'Transaction has no bill',
|
||||
'rule_trigger_has_any_bill_choice' => 'Has a (any) bill',
|
||||
'rule_trigger_has_any_bill' => 'Transaction has a (any) bill',
|
||||
'rule_trigger_has_no_bill_choice' => 'Nemá žiadny účet',
|
||||
'rule_trigger_has_no_bill' => 'Transakcia nemá žiadny účet',
|
||||
'rule_trigger_has_any_bill_choice' => 'Má (ľubovoľný) účet',
|
||||
'rule_trigger_has_any_bill' => 'Transakcia má (ľubovoľný) účet',
|
||||
'rule_trigger_has_no_tag_choice' => 'Nemá žiadne štítky',
|
||||
'rule_trigger_has_no_tag' => 'Transakcia nemá žiadne štítky',
|
||||
'rule_trigger_has_any_tag_choice' => 'Má jeden alebo viac štítkov',
|
||||
@ -894,7 +894,7 @@ return [
|
||||
'create_new_deposit' => 'Vytvoriť nový vklad',
|
||||
'create_new_transfer' => 'Vytvoriť nový prevod',
|
||||
'create_new_asset' => 'Vytvoriť nový účet aktív',
|
||||
'create_new_liabilities' => 'Create new liability',
|
||||
'create_new_liabilities' => 'Vytvoriť nový záväzok',
|
||||
'create_new_expense' => 'Vytvoriť výdavkoý účet',
|
||||
'create_new_revenue' => 'Vytvoriť nový príjmový účet',
|
||||
'create_new_piggy_bank' => 'Vytvoriť novú pokladničku',
|
||||
@ -1055,7 +1055,7 @@ return [
|
||||
'delete_revenue_account' => 'Odstrániť výnosový účet ":name"',
|
||||
'delete_liabilities_account' => 'Odstrániť záväzok „:name“',
|
||||
'asset_deleted' => 'Majetkový účet ":name" bol odstránený',
|
||||
'account_deleted' => 'Successfully deleted account ":name"',
|
||||
'account_deleted' => 'Účet ":name" bol odstránený',
|
||||
'expense_deleted' => 'Výdavkový účet ":name" bol odstránený',
|
||||
'revenue_deleted' => 'Výnosový účet ":name" bol odstránený',
|
||||
'update_asset_account' => 'Upraviť výdajový účet',
|
||||
@ -1102,9 +1102,9 @@ return [
|
||||
'cant_find_redirect_account' => 'Firefly III sa vás pokúsil presmerovať, ale nepodarilo sa. Prepáčte. Späť na úvod.',
|
||||
'account_type' => 'Typ účtu',
|
||||
'save_transactions_by_moving' => 'Uložte túto transakciu presunutím do iného účtu:|Uložte tieto transakcie presunutím do iného účtu:',
|
||||
'save_transactions_by_moving_js' => 'No transactions|Save this transaction by moving it to another account. |Save these transactions by moving them to another account.',
|
||||
'save_transactions_by_moving_js' => 'Žiadne transakcie|Zachovať túto transakciu presunom pod iný účet.|Zachovať tieto transakcie presunom pod iný účet.',
|
||||
'stored_new_account' => 'Nový účet „:name“ bol uložený!',
|
||||
'stored_new_account_js' => 'New account "<a href="accounts/show/{ID}">{name}</a>" stored!',
|
||||
'stored_new_account_js' => 'Nový účet "<a href="accounts/show/{ID}">{name}</a>" vytvorený!',
|
||||
'updated_account' => 'Účet „:name“ upravený',
|
||||
'credit_card_options' => 'Možnosti kreditnej karty',
|
||||
'no_transactions_account' => 'Pre majetkový účet ":name" neexistujú (v tomto období) žiadne transakcie.',
|
||||
@ -1141,11 +1141,11 @@ return [
|
||||
'interest_calc_daily' => 'Za deň',
|
||||
'interest_calc_monthly' => 'Za mesiac',
|
||||
'interest_calc_yearly' => 'Za rok',
|
||||
'interest_calc_weekly' => 'Per week',
|
||||
'interest_calc_half-year' => 'Per half year',
|
||||
'interest_calc_quarterly' => 'Per quarter',
|
||||
'interest_calc_weekly' => 'Za týždeň',
|
||||
'interest_calc_half-year' => 'Za polrok',
|
||||
'interest_calc_quarterly' => 'Za štvrťrok',
|
||||
'initial_balance_account' => 'Počiatočný zostatok pre :account',
|
||||
'list_options' => 'List options',
|
||||
'list_options' => 'Možnosti zoznamu',
|
||||
|
||||
// categories:
|
||||
'new_category' => 'Nová kategória',
|
||||
@ -1171,9 +1171,9 @@ return [
|
||||
'updated_withdrawal' => 'Výber „:description“ bol upravený',
|
||||
'updated_deposit' => 'Vklad „:description“ bol upravený',
|
||||
'updated_transfer' => 'Prevod „:description“ bol upravený',
|
||||
'no_changes_withdrawal' => 'Withdrawal ":description" was not changed.',
|
||||
'no_changes_deposit' => 'Deposit ":description" was not changed.',
|
||||
'no_changes_transfer' => 'Transfer ":description" was not changed.',
|
||||
'no_changes_withdrawal' => 'Výber ":description" nebol pozmenený.',
|
||||
'no_changes_deposit' => 'Vklad ":description" nebol pozmenený.',
|
||||
'no_changes_transfer' => 'Prevod ":description" nebol pozmenený.',
|
||||
'delete_withdrawal' => 'Výber bol „:description“ upravený',
|
||||
'delete_deposit' => 'Odstrániť vklad „:description“',
|
||||
'delete_transfer' => 'Odstrániť prevod „:description“',
|
||||
@ -1254,12 +1254,12 @@ return [
|
||||
'journal_link_bill' => 'Táto transakcia je prepojená s účtom <a href=":route">:name</a>. Ak chcete odstrániť prepojenie, odznačte ho. Pre prepojenie s iným účtom použite pravidlá.',
|
||||
'transaction_stored_link' => '<a href="transactions/show/{ID}">Transakcia #{ID} ("{title}")</a> bola uložená.',
|
||||
'transaction_new_stored_link' => '<a href="transactions/show/{ID}">Transakcia #{ID}</a> bola uložená.',
|
||||
'transaction_updated_link' => '<a href="transactions/show/{ID}">Transaction #{ID}</a> ("{title}") has been updated.',
|
||||
'transaction_updated_no_changes' => '<a href="transactions/show/{ID}">Transaction #{ID}</a> ("{title}") did not receive any changes.',
|
||||
'first_split_decides' => 'The first split determines the value of this field',
|
||||
'first_split_overrules_source' => 'The first split may overrule the source account',
|
||||
'first_split_overrules_destination' => 'The first split may overrule the destination account',
|
||||
'spent_x_of_y' => 'Spent {amount} of {total}',
|
||||
'transaction_updated_link' => '<a href="transactions/show/{ID}">Transakcia #{ID}</a> ("{title}") bola upravená.',
|
||||
'transaction_updated_no_changes' => '<a href="transactions/show/{ID}">Transakcia #{ID}</a> ("{title}") sa nezmenila.',
|
||||
'first_split_decides' => 'Hodnotu tohto atribútu určuje prvé rozdelenie',
|
||||
'first_split_overrules_source' => 'Prvé rozdelenie môže pozmeniť zdrojový účet',
|
||||
'first_split_overrules_destination' => 'Prvé rozdelenie môže pozmeniť cieľový účet',
|
||||
'spent_x_of_y' => 'Utratené {amount} z {total}',
|
||||
|
||||
// new user:
|
||||
'welcome' => 'Vitajte ve Firefly III!',
|
||||
@ -1325,8 +1325,8 @@ return [
|
||||
'account_type_Loan' => 'Pôžička',
|
||||
'account_type_Mortgage' => 'Hypotéka',
|
||||
'account_type_Credit card' => 'Kreditná karta',
|
||||
'liability_direction_credit' => 'I am owed this debt',
|
||||
'liability_direction_debit' => 'I owe this debt to somebody else',
|
||||
'liability_direction_credit' => 'Túto sumu mi dlžia',
|
||||
'liability_direction_debit' => 'Tento dlh mám voči niekomu inému',
|
||||
'budgets' => 'Rozpočty',
|
||||
'tags' => 'Štítky',
|
||||
'reports' => 'Výkazy',
|
||||
@ -1862,8 +1862,8 @@ return [
|
||||
'edit_object_group' => 'Upraviť skupinu „:title“',
|
||||
'delete_object_group' => 'Odstrániť skupinu ":title"',
|
||||
'update_object_group' => 'Aktualizovať skupinu',
|
||||
'updated_object_group' => 'Successfully updated group ":title"',
|
||||
'deleted_object_group' => 'Successfully deleted group ":title"',
|
||||
'updated_object_group' => 'Skupina ":title" bola upravená',
|
||||
'deleted_object_group' => 'Skupina ":title" bola odstránená',
|
||||
'object_group' => 'Skupina',
|
||||
|
||||
|
||||
|
@ -80,7 +80,7 @@ return [
|
||||
'api_key' => 'Kľúč k API',
|
||||
'remember_me' => 'Zapamätať si ma',
|
||||
'liability_type_id' => 'Typ záväzku',
|
||||
'liability_type' => 'Liability type',
|
||||
'liability_type' => 'Typ záväzku',
|
||||
'interest' => 'Úrok',
|
||||
'interest_period' => 'Úrokové obdobie',
|
||||
|
||||
@ -138,7 +138,7 @@ return [
|
||||
'user_areYouSure' => 'Ak odstránite používateľa ":email“, všetko zmizne. Nie je možné vrátiť sa späť, obnoviť, nič. Ak odstránite sami seba, stratíte prístup k tejto inštancii Firefly III.',
|
||||
'attachment_areYouSure' => 'Skutočne chcete odstrániť prílohu s názvom ":name"?',
|
||||
'account_areYouSure' => 'Skutočne chcete odstrániť účet s názvom ":name"?',
|
||||
'account_areYouSure_js' => 'Are you sure you want to delete the account named "{name}"?',
|
||||
'account_areYouSure_js' => 'Skutočne chcete odstrániť účet s názvom "{name}"?',
|
||||
'bill_areYouSure' => 'Skutočne chcete odstrániť účet s názvom ":name"?',
|
||||
'rule_areYouSure' => 'Skutočne chcete odstrániť pravidlo s názvom ":title"?',
|
||||
'object_group_areYouSure' => 'Skutočne chcete odstrániť skupinu s názvom ":title"?',
|
||||
@ -158,11 +158,11 @@ return [
|
||||
'delete_all_permanently' => 'Permanentne odstrániť označené záznamy',
|
||||
'update_all_journals' => 'Aktualizovať tieto transakcie',
|
||||
'also_delete_transactions' => 'Odstráni sa aj jediná transakcia spojená s týmto účtom.|Odstráni sa tiež :count transakcií spojených s týmto účtom.',
|
||||
'also_delete_transactions_js' => 'No transactions|The only transaction connected to this account will be deleted as well.|All {count} transactions connected to this account will be deleted as well.',
|
||||
'also_delete_transactions_js' => 'Žiadne transakcie|Odstráni sa aj jediná transakcia spojená s týmto účtom.|Odstráni sa tiež {count} transakcií spojených s týmto účtom.',
|
||||
'also_delete_connections' => 'Jediná transakcia spojená s týmto typom odkazu stratí toto pripojenie.|Všetkých :count transakcií prepojených s týmto typom odkazu stratí svoje pripojenie.',
|
||||
'also_delete_rules' => 'Odstráni sa aj jediné pravidlo spojené s touto skupinou pravidiel.|Odstráni sa tiež :count pravidiel spojených s touto skupinou pravidiel.',
|
||||
'also_delete_piggyBanks' => 'Odstráni sa tiež jediné prasiatko prepojené s týmto účtom.|Odstráni sa tiež :count prasiatok prepojených s týmto účtom.',
|
||||
'also_delete_piggyBanks_js' => 'No piggy banks|The only piggy bank connected to this account will be deleted as well.|All {count} piggy banks connected to this account will be deleted as well.',
|
||||
'also_delete_piggyBanks_js' => 'Žiadne prasiatko|Odstráni sa tiež jediné prasiatko prepojené s týmto účtom.|Odstráni sa tiež {count} prasiatok prepojených s týmto účtom.',
|
||||
'not_delete_piggy_banks' => 'Prasiatko prepojené s touto skupinou nebude odstránené.|:count prasiatok prepojených s touto skupinou nebude odstránených.',
|
||||
'bill_keep_transactions' => 'Jediná transakcia spojená s týmto účtom nebude odstránená.|:count transakcií prepojených s týmto účtom nebude odstránených.',
|
||||
'budget_keep_transactions' => 'Jediná transakcia spojená s týmto rozpočtom nebude odstránená.|:count transakcií prepojených s týmto rozpočtom nebude odstránených.',
|
||||
@ -170,7 +170,7 @@ return [
|
||||
'recurring_keep_transactions' => 'Jediná transakcia spojená s touto opakujúcou sa transakciou nebude odstránená.|:count transakcií prepojených s touto opakujúcou sa transakciou nebude odstránených.',
|
||||
'tag_keep_transactions' => 'Jediná transakcia spojená s týmto účtom nebude odstránená.|:count transakcií prepojených s týmto štítkom nebude odstránených.',
|
||||
'check_for_updates' => 'Zjistit dostupnost případných aktualizací',
|
||||
'liability_direction' => 'Liability in/out',
|
||||
'liability_direction' => 'Záväzky príjem/výdaj',
|
||||
|
||||
'delete_object_group' => 'Odstrániť skupinu ":title“',
|
||||
|
||||
|
@ -134,8 +134,8 @@ return [
|
||||
'starts_with' => 'Hodnota musí začínať :values.',
|
||||
'unique_webhook' => 'Webhook s týmito hodnotami už existuje.',
|
||||
'unique_existing_webhook' => 'Iný webhook s týmito hodnotami už existuje.',
|
||||
'same_account_type' => 'Both accounts must be of the same account type',
|
||||
'same_account_currency' => 'Both accounts must have the same currency setting',
|
||||
'same_account_type' => 'Oba účty musia mať rovnaký typ',
|
||||
'same_account_currency' => 'Oba účty musia mať rovnakú menu',
|
||||
|
||||
'secure_password' => 'Toto nie je bezpečné heslo. Skúste iné. Viac se dozviete na http://bit.ly/FF3-password-security',
|
||||
'valid_recurrence_rep_type' => 'Neplatný typ opakovania pre opakované transakcie.',
|
||||
@ -185,7 +185,7 @@ return [
|
||||
'withdrawal_dest_need_data' => 'Pro pokračovanie je potrebné platné ID zdrojového účtu a/alebo platný názov zdrojového účtu.',
|
||||
'withdrawal_dest_bad_data' => 'Pre ID „:id“ alebo mena „:name“ sa nenašiel žiadny platný cieľový účet.',
|
||||
|
||||
'generic_source_bad_data' => 'Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
'generic_source_bad_data' => 'Pre ID ":id" alebo meno ":name" sa nenašiel žiadny platný zdrojový účet.',
|
||||
|
||||
'deposit_source_need_data' => 'Pre pokračovanie je potrebné platné ID zdrojového účtu a/alebo platný názov zdrojového účtu.',
|
||||
'deposit_source_bad_data' => 'Pre ID „:id“ alebo „:name“ sa nenašiel žiadny platný zdrojový účet.',
|
||||
|
@ -40,10 +40,10 @@ return [
|
||||
'date_time_js' => 'MMMM DD YYYY, @ HH:mm:ss',
|
||||
'specific_day_js' => 'DD MMMM YYYY',
|
||||
'week_in_year_js' => '[Week] w, YYYY',
|
||||
'week_in_year_fns' => "'Week' w, yyyy",
|
||||
'week_in_year_fns' => "'Vecka' w, yyyy",
|
||||
'year_js' => 'YYYY',
|
||||
'half_year_js' => 'Q YYYY',
|
||||
'quarter_fns' => "'Q'Q, yyyy",
|
||||
'quarter_fns' => "'kvartal'Q, yyyy",
|
||||
'half_year_fns' => "'H{half}', yyyy",
|
||||
'dow_1' => 'Måndag',
|
||||
'dow_2' => 'Tisdag',
|
||||
|
@ -40,7 +40,7 @@ return [
|
||||
'date_time_js' => 'YYYY年M月D日 HH:mm:ss',
|
||||
'specific_day_js' => 'YYYY年M月D日',
|
||||
'week_in_year_js' => 'YYYY年 第w周',
|
||||
'week_in_year_fns' => "'Week' w, yyyy",
|
||||
'week_in_year_fns' => "'周' w,yyyy",
|
||||
'year_js' => 'YYYY',
|
||||
'half_year_js' => 'YYYY年 第Q季度',
|
||||
'quarter_fns' => "'Q'Q, yyyy",
|
||||
|
229
yarn.lock
229
yarn.lock
@ -9,25 +9,25 @@
|
||||
dependencies:
|
||||
"@babel/highlight" "^7.12.13"
|
||||
|
||||
"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.13.12", "@babel/compat-data@^7.13.15", "@babel/compat-data@^7.13.8":
|
||||
"@babel/compat-data@^7.13.11", "@babel/compat-data@^7.13.15", "@babel/compat-data@^7.13.8":
|
||||
version "7.13.15"
|
||||
resolved "https://registry.yarnpkg.com/@babel/compat-data/-/compat-data-7.13.15.tgz#7e8eea42d0b64fda2b375b22d06c605222e848f4"
|
||||
integrity sha512-ltnibHKR1VnrU4ymHyQ/CXtNXI6yZC0oJThyW78Hft8XndANwi+9H+UIklBDraIjFEJzw8wmcM427oDd9KS5wA==
|
||||
|
||||
"@babel/core@^7.12.3":
|
||||
version "7.13.15"
|
||||
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.15.tgz#a6d40917df027487b54312202a06812c4f7792d0"
|
||||
integrity sha512-6GXmNYeNjS2Uz+uls5jalOemgIhnTMeaXo+yBUA72kC2uX/8VW6XyhVIo2L8/q0goKQA3EVKx0KOQpVKSeWadQ==
|
||||
version "7.13.16"
|
||||
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.13.16.tgz#7756ab24396cc9675f1c3fcd5b79fcce192ea96a"
|
||||
integrity sha512-sXHpixBiWWFti0AV2Zq7avpTasr6sIAu7Y396c608541qAU2ui4a193m0KSQmfPSKFZLnQ3cvlKDOm3XkuXm3Q==
|
||||
dependencies:
|
||||
"@babel/code-frame" "^7.12.13"
|
||||
"@babel/generator" "^7.13.9"
|
||||
"@babel/helper-compilation-targets" "^7.13.13"
|
||||
"@babel/generator" "^7.13.16"
|
||||
"@babel/helper-compilation-targets" "^7.13.16"
|
||||
"@babel/helper-module-transforms" "^7.13.14"
|
||||
"@babel/helpers" "^7.13.10"
|
||||
"@babel/parser" "^7.13.15"
|
||||
"@babel/helpers" "^7.13.16"
|
||||
"@babel/parser" "^7.13.16"
|
||||
"@babel/template" "^7.12.13"
|
||||
"@babel/traverse" "^7.13.15"
|
||||
"@babel/types" "^7.13.14"
|
||||
"@babel/types" "^7.13.16"
|
||||
convert-source-map "^1.7.0"
|
||||
debug "^4.1.0"
|
||||
gensync "^1.0.0-beta.2"
|
||||
@ -35,12 +35,12 @@
|
||||
semver "^6.3.0"
|
||||
source-map "^0.5.0"
|
||||
|
||||
"@babel/generator@^7.13.9":
|
||||
version "7.13.9"
|
||||
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.13.9.tgz#3a7aa96f9efb8e2be42d38d80e2ceb4c64d8de39"
|
||||
integrity sha512-mHOOmY0Axl/JCTkxTU6Lf5sWOg/v8nUa+Xkt4zMTftX0wqmb6Sh7J8gvcehBw7q0AhrhAR+FDacKjCZ2X8K+Sw==
|
||||
"@babel/generator@^7.13.16":
|
||||
version "7.13.16"
|
||||
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.13.16.tgz#0befc287031a201d84cdfc173b46b320ae472d14"
|
||||
integrity sha512-grBBR75UnKOcUWMp8WoDxNsWCFl//XCK6HWTrBQKTr5SV9f5g0pNOjdyzi/DTBv12S9GnYPInIXQBTky7OXEMg==
|
||||
dependencies:
|
||||
"@babel/types" "^7.13.0"
|
||||
"@babel/types" "^7.13.16"
|
||||
jsesc "^2.5.1"
|
||||
source-map "^0.5.0"
|
||||
|
||||
@ -59,12 +59,12 @@
|
||||
"@babel/helper-explode-assignable-expression" "^7.12.13"
|
||||
"@babel/types" "^7.12.13"
|
||||
|
||||
"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.13.13", "@babel/helper-compilation-targets@^7.13.8":
|
||||
version "7.13.13"
|
||||
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.13.tgz#2b2972a0926474853f41e4adbc69338f520600e5"
|
||||
integrity sha512-q1kcdHNZehBwD9jYPh3WyXcsFERi39X4I59I3NadciWtNDyZ6x+GboOxncFK0kXlKIv6BJm5acncehXWUjWQMQ==
|
||||
"@babel/helper-compilation-targets@^7.13.0", "@babel/helper-compilation-targets@^7.13.13", "@babel/helper-compilation-targets@^7.13.16", "@babel/helper-compilation-targets@^7.13.8":
|
||||
version "7.13.16"
|
||||
resolved "https://registry.yarnpkg.com/@babel/helper-compilation-targets/-/helper-compilation-targets-7.13.16.tgz#6e91dccf15e3f43e5556dffe32d860109887563c"
|
||||
integrity sha512-3gmkYIrpqsLlieFwjkGgLaSHmhnvlAYzZLlYVjlW+QwI+1zE17kGxuJGmIqDQdYp56XdmGeD+Bswx0UTyG18xA==
|
||||
dependencies:
|
||||
"@babel/compat-data" "^7.13.12"
|
||||
"@babel/compat-data" "^7.13.15"
|
||||
"@babel/helper-validator-option" "^7.12.17"
|
||||
browserslist "^4.14.5"
|
||||
semver "^6.3.0"
|
||||
@ -126,12 +126,12 @@
|
||||
"@babel/types" "^7.12.13"
|
||||
|
||||
"@babel/helper-hoist-variables@^7.13.0":
|
||||
version "7.13.0"
|
||||
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.13.0.tgz#5d5882e855b5c5eda91e0cadc26c6e7a2c8593d8"
|
||||
integrity sha512-0kBzvXiIKfsCA0y6cFEIJf4OdzfpRuNk4+YTeHZpGGc666SATFKTz6sRncwFnQk7/ugJ4dSrCj6iJuvW4Qwr2g==
|
||||
version "7.13.16"
|
||||
resolved "https://registry.yarnpkg.com/@babel/helper-hoist-variables/-/helper-hoist-variables-7.13.16.tgz#1b1651249e94b51f8f0d33439843e33e39775b30"
|
||||
integrity sha512-1eMtTrXtrwscjcAeO4BVK+vvkxaLJSPFz1w1KLawz6HLNi9bPFGBNwwDyVfiu1Tv/vRRFYfoGaKhmAQPGPn5Wg==
|
||||
dependencies:
|
||||
"@babel/traverse" "^7.13.0"
|
||||
"@babel/types" "^7.13.0"
|
||||
"@babel/traverse" "^7.13.15"
|
||||
"@babel/types" "^7.13.16"
|
||||
|
||||
"@babel/helper-member-expression-to-functions@^7.13.0", "@babel/helper-member-expression-to-functions@^7.13.12":
|
||||
version "7.13.12"
|
||||
@ -233,14 +233,14 @@
|
||||
"@babel/traverse" "^7.13.0"
|
||||
"@babel/types" "^7.13.0"
|
||||
|
||||
"@babel/helpers@^7.13.10":
|
||||
version "7.13.10"
|
||||
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.13.10.tgz#fd8e2ba7488533cdeac45cc158e9ebca5e3c7df8"
|
||||
integrity sha512-4VO883+MWPDUVRF3PhiLBUFHoX/bsLTGFpFK/HqvvfBZz2D57u9XzPVNFVBTc0PW/CWR9BXTOKt8NF4DInUHcQ==
|
||||
"@babel/helpers@^7.13.16":
|
||||
version "7.13.17"
|
||||
resolved "https://registry.yarnpkg.com/@babel/helpers/-/helpers-7.13.17.tgz#b497c7a00e9719d5b613b8982bda6ed3ee94caf6"
|
||||
integrity sha512-Eal4Gce4kGijo1/TGJdqp3WuhllaMLSrW6XcL0ulyUAQOuxHcCafZE8KHg9857gcTehsm/v7RcOx2+jp0Ryjsg==
|
||||
dependencies:
|
||||
"@babel/template" "^7.12.13"
|
||||
"@babel/traverse" "^7.13.0"
|
||||
"@babel/types" "^7.13.0"
|
||||
"@babel/traverse" "^7.13.17"
|
||||
"@babel/types" "^7.13.17"
|
||||
|
||||
"@babel/highlight@^7.12.13":
|
||||
version "7.13.10"
|
||||
@ -251,10 +251,10 @@
|
||||
chalk "^2.0.0"
|
||||
js-tokens "^4.0.0"
|
||||
|
||||
"@babel/parser@^7.1.0", "@babel/parser@^7.12.13", "@babel/parser@^7.13.15":
|
||||
version "7.13.15"
|
||||
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.15.tgz#8e66775fb523599acb6a289e12929fa5ab0954d8"
|
||||
integrity sha512-b9COtcAlVEQljy/9fbcMHpG+UIW9ReF+gpaxDHTlZd0c6/UU9ng8zdySAW9sRTzpvcdCHn6bUcbuYUgGzLAWVQ==
|
||||
"@babel/parser@^7.1.0", "@babel/parser@^7.12.13", "@babel/parser@^7.13.16":
|
||||
version "7.13.16"
|
||||
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.13.16.tgz#0f18179b0448e6939b1f3f5c4c355a3a9bcdfd37"
|
||||
integrity sha512-6bAg36mCwuqLO0hbR+z7PHuqWiCeP7Dzg73OpQwsAB1Eb8HnGEz5xYBzCfbu+YjoaJsJs+qheDxVAuqbt3ILEw==
|
||||
|
||||
"@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@^7.13.12":
|
||||
version "7.13.12"
|
||||
@ -482,11 +482,11 @@
|
||||
"@babel/helper-plugin-utils" "^7.12.13"
|
||||
|
||||
"@babel/plugin-transform-block-scoping@^7.12.13":
|
||||
version "7.12.13"
|
||||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.12.13.tgz#f36e55076d06f41dfd78557ea039c1b581642e61"
|
||||
integrity sha512-Pxwe0iqWJX4fOOM2kEZeUuAxHMWb9nK+9oh5d11bsLoB0xMg+mkDpt0eYuDZB7ETrY9bbcVlKUGTOGWy7BHsMQ==
|
||||
version "7.13.16"
|
||||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.13.16.tgz#a9c0f10794855c63b1d629914c7dcfeddd185892"
|
||||
integrity sha512-ad3PHUxGnfWF4Efd3qFuznEtZKoBp0spS+DgqzVzRPV7urEBvPLue3y2j80w4Jf2YLzZHj8TOv/Lmvdmh3b2xg==
|
||||
dependencies:
|
||||
"@babel/helper-plugin-utils" "^7.12.13"
|
||||
"@babel/helper-plugin-utils" "^7.13.0"
|
||||
|
||||
"@babel/plugin-transform-classes@^7.13.0":
|
||||
version "7.13.0"
|
||||
@ -509,9 +509,9 @@
|
||||
"@babel/helper-plugin-utils" "^7.13.0"
|
||||
|
||||
"@babel/plugin-transform-destructuring@^7.13.0":
|
||||
version "7.13.0"
|
||||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.13.0.tgz#c5dce270014d4e1ebb1d806116694c12b7028963"
|
||||
integrity sha512-zym5em7tePoNT9s964c0/KU3JPPnuq7VhIxPRefJ4/s82cD+q1mgKfuGRDMCPL0HTyKz4dISuQlCusfgCJ86HA==
|
||||
version "7.13.17"
|
||||
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.13.17.tgz#678d96576638c19d5b36b332504d3fd6e06dea27"
|
||||
integrity sha512-UAUqiLv+uRLO+xuBKKMEpC+t7YRNVRqBsWWq1yKXbBZBje/t3IXCiSinZhjn/DC3qzBfICeYd2EFGEbHsh5RLA==
|
||||
dependencies:
|
||||
"@babel/helper-plugin-utils" "^7.13.0"
|
||||
|
||||
@ -805,9 +805,9 @@
|
||||
esutils "^2.0.2"
|
||||
|
||||
"@babel/runtime@^7.12.1", "@babel/runtime@^7.8.4":
|
||||
version "7.13.10"
|
||||
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.13.10.tgz#47d42a57b6095f4468da440388fdbad8bebf0d7d"
|
||||
integrity sha512-4QPkjJq6Ns3V/RgpEahRk+AGfL0eO6RHHtTWoNNr5mO49G6B5+X6d6THgWEAvTrznU5xYpbAlVKRYcsCgh/Akw==
|
||||
version "7.13.17"
|
||||
resolved "https://registry.yarnpkg.com/@babel/runtime/-/runtime-7.13.17.tgz#8966d1fc9593bf848602f0662d6b4d0069e3a7ec"
|
||||
integrity sha512-NCdgJEelPTSh+FEFylhnP1ylq848l1z9t9N0j1Lfbcw0+KXGjsTvUmkxy+voLLXB5SOKMbLLx4jxYliGrYQseA==
|
||||
dependencies:
|
||||
regenerator-runtime "^0.13.4"
|
||||
|
||||
@ -820,27 +820,26 @@
|
||||
"@babel/parser" "^7.12.13"
|
||||
"@babel/types" "^7.12.13"
|
||||
|
||||
"@babel/traverse@^7.13.0", "@babel/traverse@^7.13.13", "@babel/traverse@^7.13.15":
|
||||
version "7.13.15"
|
||||
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.13.15.tgz#c38bf7679334ddd4028e8e1f7b3aa5019f0dada7"
|
||||
integrity sha512-/mpZMNvj6bce59Qzl09fHEs8Bt8NnpEDQYleHUPZQ3wXUMvXi+HJPLars68oAbmp839fGoOkv2pSL2z9ajCIaQ==
|
||||
"@babel/traverse@^7.13.0", "@babel/traverse@^7.13.13", "@babel/traverse@^7.13.15", "@babel/traverse@^7.13.17":
|
||||
version "7.13.17"
|
||||
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.13.17.tgz#c85415e0c7d50ac053d758baec98b28b2ecfeea3"
|
||||
integrity sha512-BMnZn0R+X6ayqm3C3To7o1j7Q020gWdqdyP50KEoVqaCO2c/Im7sYZSmVgvefp8TTMQ+9CtwuBp0Z1CZ8V3Pvg==
|
||||
dependencies:
|
||||
"@babel/code-frame" "^7.12.13"
|
||||
"@babel/generator" "^7.13.9"
|
||||
"@babel/generator" "^7.13.16"
|
||||
"@babel/helper-function-name" "^7.12.13"
|
||||
"@babel/helper-split-export-declaration" "^7.12.13"
|
||||
"@babel/parser" "^7.13.15"
|
||||
"@babel/types" "^7.13.14"
|
||||
"@babel/parser" "^7.13.16"
|
||||
"@babel/types" "^7.13.17"
|
||||
debug "^4.1.0"
|
||||
globals "^11.1.0"
|
||||
|
||||
"@babel/types@^7.0.0", "@babel/types@^7.12.1", "@babel/types@^7.12.13", "@babel/types@^7.13.0", "@babel/types@^7.13.12", "@babel/types@^7.13.14", "@babel/types@^7.3.0", "@babel/types@^7.4.4":
|
||||
version "7.13.14"
|
||||
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.13.14.tgz#c35a4abb15c7cd45a2746d78ab328e362cbace0d"
|
||||
integrity sha512-A2aa3QTkWoyqsZZFl56MLUsfmh7O0gN41IPvXAE/++8ojpbz12SszD7JEGYVdn4f9Kt4amIei07swF1h4AqmmQ==
|
||||
"@babel/types@^7.0.0", "@babel/types@^7.12.1", "@babel/types@^7.12.13", "@babel/types@^7.13.0", "@babel/types@^7.13.12", "@babel/types@^7.13.14", "@babel/types@^7.13.16", "@babel/types@^7.13.17", "@babel/types@^7.3.0", "@babel/types@^7.4.4":
|
||||
version "7.13.17"
|
||||
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.13.17.tgz#48010a115c9fba7588b4437dd68c9469012b38b4"
|
||||
integrity sha512-RawydLgxbOPDlTLJNtoIypwdmAy//uQIzlKt2+iBiJaRlVuI6QLUxVAyWGNfOzp8Yu4L4lLIacoCyTNtpb4wiA==
|
||||
dependencies:
|
||||
"@babel/helper-validator-identifier" "^7.12.11"
|
||||
lodash "^4.17.19"
|
||||
to-fast-properties "^2.0.0"
|
||||
|
||||
"@discoveryjs/json-ext@^0.5.0":
|
||||
@ -950,16 +949,11 @@
|
||||
"@types/estree" "*"
|
||||
"@types/json-schema" "*"
|
||||
|
||||
"@types/estree@*":
|
||||
"@types/estree@*", "@types/estree@^0.0.47":
|
||||
version "0.0.47"
|
||||
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.47.tgz#d7a51db20f0650efec24cd04994f523d93172ed4"
|
||||
integrity sha512-c5ciR06jK8u9BstrmJyO97m+klJrrhCf9u3rLu3DEAJBirxRqSCvDQoYKmxuYwQI5SZChAWu+tq9oVlGRuzPAg==
|
||||
|
||||
"@types/estree@^0.0.46":
|
||||
version "0.0.46"
|
||||
resolved "https://registry.yarnpkg.com/@types/estree/-/estree-0.0.46.tgz#0fb6bfbbeabd7a30880504993369c4bf1deab1fe"
|
||||
integrity sha512-laIjwTQaD+5DukBZaygQ79K1Z0jb1bPEMRrkXSLjtCcZm+abyp5YbrqpSLzD42FwWW6gK/aS4NYpJ804nG2brg==
|
||||
|
||||
"@types/glob@^7.1.1":
|
||||
version "7.1.3"
|
||||
resolved "https://registry.yarnpkg.com/@types/glob/-/glob-7.1.3.tgz#e6ba80f36b7daad2c685acd9266382e68985c183"
|
||||
@ -1675,14 +1669,14 @@ browserify-zlib@^0.2.0:
|
||||
dependencies:
|
||||
pako "~1.0.5"
|
||||
|
||||
browserslist@^4.0.0, browserslist@^4.14.5, browserslist@^4.16.3:
|
||||
version "4.16.4"
|
||||
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.16.4.tgz#7ebf913487f40caf4637b892b268069951c35d58"
|
||||
integrity sha512-d7rCxYV8I9kj41RH8UKYnvDYCRENUlHRgyXy/Rhr/1BaeLGfiCptEdFE8MIrvGfWbBFNjVYx76SQWvNX1j+/cQ==
|
||||
browserslist@^4.0.0, browserslist@^4.14.5, browserslist@^4.16.3, browserslist@^4.16.4:
|
||||
version "4.16.5"
|
||||
resolved "https://registry.yarnpkg.com/browserslist/-/browserslist-4.16.5.tgz#952825440bca8913c62d0021334cbe928ef062ae"
|
||||
integrity sha512-C2HAjrM1AI/djrpAUU/tr4pml1DqLIzJKSLDBXBrNErl9ZCCTXdhwxdJjYc16953+mBWf7Lw+uUJgpgb8cN71A==
|
||||
dependencies:
|
||||
caniuse-lite "^1.0.30001208"
|
||||
caniuse-lite "^1.0.30001214"
|
||||
colorette "^1.2.2"
|
||||
electron-to-chromium "^1.3.712"
|
||||
electron-to-chromium "^1.3.719"
|
||||
escalade "^3.1.1"
|
||||
node-releases "^1.1.71"
|
||||
|
||||
@ -1795,10 +1789,10 @@ caniuse-api@^3.0.0:
|
||||
lodash.memoize "^4.1.2"
|
||||
lodash.uniq "^4.5.0"
|
||||
|
||||
caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001196, caniuse-lite@^1.0.30001208:
|
||||
version "1.0.30001209"
|
||||
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001209.tgz#1bb4be0bd118e98e21cfb7ef617b1ef2164622f4"
|
||||
integrity sha512-2Ktt4OeRM7EM/JaOZjuLzPYAIqmbwQMNnYbgooT+icoRGrKOyAxA1xhlnotBD1KArRSPsuJp3TdYcZYrL7qNxA==
|
||||
caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001196, caniuse-lite@^1.0.30001214:
|
||||
version "1.0.30001214"
|
||||
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001214.tgz#70f153c78223515c6d37a9fde6cd69250da9d872"
|
||||
integrity sha512-O2/SCpuaU3eASWVaesQirZv1MSjUNOvmugaD8zNSJqw6Vv5SGwoOpA9LJs3pNPfM745nxqPvfZY3MQKY4AKHYg==
|
||||
|
||||
chalk@^2.0.0, chalk@^2.4.1, chalk@^2.4.2:
|
||||
version "2.4.2"
|
||||
@ -1810,9 +1804,9 @@ chalk@^2.0.0, chalk@^2.4.1, chalk@^2.4.2:
|
||||
supports-color "^5.3.0"
|
||||
|
||||
chalk@^4.1.0:
|
||||
version "4.1.0"
|
||||
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.0.tgz#4e14870a618d9e2edd97dd8345fd9d9dc315646a"
|
||||
integrity sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==
|
||||
version "4.1.1"
|
||||
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.1.1.tgz#c80b3fab28bf6371e6863325eee67e618b77e6ad"
|
||||
integrity sha512-diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg==
|
||||
dependencies:
|
||||
ansi-styles "^4.1.0"
|
||||
supports-color "^7.1.0"
|
||||
@ -2122,11 +2116,11 @@ copy-descriptor@^0.1.0:
|
||||
integrity sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=
|
||||
|
||||
core-js-compat@^3.9.0, core-js-compat@^3.9.1:
|
||||
version "3.10.1"
|
||||
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.10.1.tgz#62183a3a77ceeffcc420d907a3e6fc67d9b27f1c"
|
||||
integrity sha512-ZHQTdTPkqvw2CeHiZC970NNJcnwzT6YIueDMASKt+p3WbZsLXOcoD392SkcWhkC0wBBHhlfhqGKKsNCQUozYtg==
|
||||
version "3.11.0"
|
||||
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.11.0.tgz#635683f43480a0b41e3f6be3b1c648dadb8b4390"
|
||||
integrity sha512-3wsN9YZJohOSDCjVB0GequOyHax8zFiogSX3XWLE28M1Ew7dTU57tgHjIylSBKSIouwmLBp3g61sKMz/q3xEGA==
|
||||
dependencies:
|
||||
browserslist "^4.16.3"
|
||||
browserslist "^4.16.4"
|
||||
semver "7.0.0"
|
||||
|
||||
core-util-is@~1.0.0:
|
||||
@ -2238,9 +2232,9 @@ css-declaration-sorter@^4.0.1:
|
||||
timsort "^0.3.0"
|
||||
|
||||
css-loader@^5.0.0:
|
||||
version "5.2.2"
|
||||
resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-5.2.2.tgz#65f2c1482255f15847ecad6cbc515cae8a5b234e"
|
||||
integrity sha512-IS722y7Lh2Yq+acMR74tdf3faMOLRP2RfLwS0VzSS7T98IHtacMWJLku3A0OBTFHB07zAa4nWBhA8gfxwQVWGQ==
|
||||
version "5.2.4"
|
||||
resolved "https://registry.yarnpkg.com/css-loader/-/css-loader-5.2.4.tgz#e985dcbce339812cb6104ef3670f08f9893a1536"
|
||||
integrity sha512-OFYGyINCKkdQsTrSYxzGSFnGS4gNjcXkKkQgWxK138jgnPt+lepxdjSZNc8sHAl5vP3DhsJUxufWIjOwI8PMMw==
|
||||
dependencies:
|
||||
camelcase "^6.2.0"
|
||||
icss-utils "^5.1.0"
|
||||
@ -2353,7 +2347,7 @@ cssnano-util-same-parent@^4.0.0:
|
||||
resolved "https://registry.yarnpkg.com/cssnano-util-same-parent/-/cssnano-util-same-parent-4.0.1.tgz#574082fb2859d2db433855835d9a8456ea18bbf3"
|
||||
integrity sha512-WcKx5OY+KoSIAxBW6UBBRay1U6vkYheCdjyVNDm85zt5K9mHoGOfsOsqIszfAqrQQFIIKgjh2+FDgIj/zsl21Q==
|
||||
|
||||
cssnano@^4.1.10:
|
||||
cssnano@^4.1.11:
|
||||
version "4.1.11"
|
||||
resolved "https://registry.yarnpkg.com/cssnano/-/cssnano-4.1.11.tgz#c7b5f5b81da269cb1fd982cb960c1200910c9a99"
|
||||
integrity sha512-6gZm2htn7xIPJOHY824ERgj8cNPgPxyCSnkXc4v7YvNW+TdVfzgngHcEhy/8D11kUWRUMbke+tC+AUcUsnMz2g==
|
||||
@ -2615,10 +2609,10 @@ ee-first@1.1.1:
|
||||
resolved "https://registry.yarnpkg.com/ee-first/-/ee-first-1.1.1.tgz#590c61156b0ae2f4f0255732a158b266bc56b21d"
|
||||
integrity sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=
|
||||
|
||||
electron-to-chromium@^1.3.712:
|
||||
version "1.3.717"
|
||||
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.717.tgz#78d4c857070755fb58ab64bcc173db1d51cbc25f"
|
||||
integrity sha512-OfzVPIqD1MkJ7fX+yTl2nKyOE4FReeVfMCzzxQS+Kp43hZYwHwThlGP+EGIZRXJsxCM7dqo8Y65NOX/HP12iXQ==
|
||||
electron-to-chromium@^1.3.719:
|
||||
version "1.3.720"
|
||||
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.3.720.tgz#f5d66df8754d993006b7b2ded15ff7738c58bd94"
|
||||
integrity sha512-B6zLTxxaOFP4WZm6DrvgRk8kLFYWNhQ5TrHMC0l5WtkMXhU5UbnvWoTfeEwqOruUSlNMhVLfYak7REX6oC5Yfw==
|
||||
|
||||
elliptic@^6.5.3:
|
||||
version "6.5.4"
|
||||
@ -2648,10 +2642,10 @@ encodeurl@~1.0.2:
|
||||
resolved "https://registry.yarnpkg.com/encodeurl/-/encodeurl-1.0.2.tgz#ad3ff4c86ec2d029322f5a02c3a9a606c95b3f59"
|
||||
integrity sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k=
|
||||
|
||||
enhanced-resolve@^5.7.0:
|
||||
version "5.7.0"
|
||||
resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-5.7.0.tgz#525c5d856680fbd5052de453ac83e32049958b5c"
|
||||
integrity sha512-6njwt/NsZFUKhM6j9U8hzVyD4E4r0x7NQzhTCbcWOJ0IQjNSAoalWmb0AE51Wn+fwan5qVESWi7t2ToBxs9vrw==
|
||||
enhanced-resolve@^5.8.0:
|
||||
version "5.8.0"
|
||||
resolved "https://registry.yarnpkg.com/enhanced-resolve/-/enhanced-resolve-5.8.0.tgz#d9deae58f9d3773b6a111a5a46831da5be5c9ac0"
|
||||
integrity sha512-Sl3KRpJA8OpprrtaIswVki3cWPiPKxXuFxJXBp+zNb6s6VwNWwFRUdtmzd2ReUut8n+sCPx7QCtQ7w5wfJhSgQ==
|
||||
dependencies:
|
||||
graceful-fs "^4.2.4"
|
||||
tapable "^2.2.0"
|
||||
@ -3377,9 +3371,9 @@ http-parser-js@>=0.5.1:
|
||||
integrity sha512-t7hjvef/5HEK7RWTdUzVUhl8zkEu+LlaE0IYzdMuvbSDipxBRpOn4Uhw8ZyECEa808iVT8XCjzo6xmYt4CiLZg==
|
||||
|
||||
http-proxy-middleware@^1.1.0:
|
||||
version "1.1.2"
|
||||
resolved "https://registry.yarnpkg.com/http-proxy-middleware/-/http-proxy-middleware-1.1.2.tgz#38d062ce4182b2931442efc2d9a0c429cab634f8"
|
||||
integrity sha512-YRFUeOG3q85FJjAaYVJUoNRW9a73SDlOtAyQOS5PHLr18QeZ/vEhxywNoOPiEO8BxCegz4RXzTHcvyLEGB78UA==
|
||||
version "1.2.0"
|
||||
resolved "https://registry.yarnpkg.com/http-proxy-middleware/-/http-proxy-middleware-1.2.0.tgz#87776ea3d4d8dda3dc2594a076787bbc6fe4d995"
|
||||
integrity sha512-vNw+AxT0+6VTM1rCJw1bpiIaUQ1Ww/vTyIEOUzdW9kNX4yuhhqV3jLSKDJo/Y/lqEIshaKCDujtvEqWiD9Dn6Q==
|
||||
dependencies:
|
||||
"@types/http-proxy" "^1.17.5"
|
||||
http-proxy "^1.18.1"
|
||||
@ -3968,9 +3962,9 @@ klona@^2.0.4:
|
||||
integrity sha512-ZRbnvdg/NxqzC7L9Uyqzf4psi1OM4Cuc+sJAkQPjO6XkQIJTNbfK2Rsmbw8fx1p2mkZdp2FZYo2+LwXYY/uwIA==
|
||||
|
||||
laravel-mix@^6.0:
|
||||
version "6.0.16"
|
||||
resolved "https://registry.yarnpkg.com/laravel-mix/-/laravel-mix-6.0.16.tgz#f0990eb31cb7321cd40125d4dc6f108e9687a196"
|
||||
integrity sha512-d+u9zG2AsoONT+Z/Vbn73RDkgDJtR0dAH6UoZCNb8ewm+dG2JURYI9oOe8C/w4zKekb1GSIj832LvR2hVrqHGw==
|
||||
version "6.0.18"
|
||||
resolved "https://registry.yarnpkg.com/laravel-mix/-/laravel-mix-6.0.18.tgz#ce1ef5053e59a6ad611f787da181e337394e53aa"
|
||||
integrity sha512-OIyJFvpdyPRS6UWAbECwK1hRvba7VkH2wJIMWY8bButecpd+6Zde4/uKFDs/Up31jzOh8qPxObkamcsGxGq3jg==
|
||||
dependencies:
|
||||
"@babel/core" "^7.12.3"
|
||||
"@babel/plugin-proposal-object-rest-spread" "^7.12.1"
|
||||
@ -3996,7 +3990,7 @@ laravel-mix@^6.0:
|
||||
commander "^7.1.0"
|
||||
concat "^1.0.3"
|
||||
css-loader "^5.0.0"
|
||||
cssnano "^4.1.10"
|
||||
cssnano "^4.1.11"
|
||||
dotenv "^8.2.0"
|
||||
dotenv-expand "^5.1.0"
|
||||
file-loader "^6.1.1"
|
||||
@ -4012,6 +4006,7 @@ laravel-mix@^6.0:
|
||||
postcss-load-config "^3.0.0"
|
||||
postcss-loader "^5.2.0"
|
||||
semver "^7.3.4"
|
||||
strip-ansi "^6.0.0"
|
||||
style-loader "^2.0.0"
|
||||
terser "^5.3.7"
|
||||
terser-webpack-plugin "^5.0.0"
|
||||
@ -4074,7 +4069,7 @@ lodash.uniq@^4.5.0:
|
||||
resolved "https://registry.yarnpkg.com/lodash.uniq/-/lodash.uniq-4.5.0.tgz#d0225373aeb652adc1bc82e4945339a842754773"
|
||||
integrity sha1-0CJTc662Uq3BvILklFM5qEJ1R3M=
|
||||
|
||||
lodash@^4.17.14, lodash@^4.17.19, lodash@^4.17.20:
|
||||
lodash@^4.17.14, lodash@^4.17.20:
|
||||
version "4.17.21"
|
||||
resolved "https://registry.yarnpkg.com/lodash/-/lodash-4.17.21.tgz#679591c564c3bffaae8454cf0b3df370c3d6911c"
|
||||
integrity sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==
|
||||
@ -4161,9 +4156,9 @@ media-typer@0.3.0:
|
||||
integrity sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g=
|
||||
|
||||
mem@^8.0.0:
|
||||
version "8.1.0"
|
||||
resolved "https://registry.yarnpkg.com/mem/-/mem-8.1.0.tgz#445e47827fb757a4e5f35b0a6a62743cbfdc0a0d"
|
||||
integrity sha512-FIkgXo0kTi3XpvaznV5Muk6Y6w8SkdmRXcY7ZLonQesuYezp59UooLxAVBcGuN6PH2tXN84mR3vyzSc6oSMUfA==
|
||||
version "8.1.1"
|
||||
resolved "https://registry.yarnpkg.com/mem/-/mem-8.1.1.tgz#cf118b357c65ab7b7e0817bdf00c8062297c0122"
|
||||
integrity sha512-qFCFUDs7U3b8mBDPyz5EToEKoAkgCzqquIgi9nkkR9bixxOVOre+09lbuH7+9Kn2NFpm56M3GUWVbU2hQgdACA==
|
||||
dependencies:
|
||||
map-age-cleaner "^0.1.3"
|
||||
mimic-fn "^3.1.0"
|
||||
@ -5096,13 +5091,11 @@ postcss-selector-parser@^3.0.0:
|
||||
uniq "^1.0.1"
|
||||
|
||||
postcss-selector-parser@^6.0.2, postcss-selector-parser@^6.0.4:
|
||||
version "6.0.4"
|
||||
resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.0.4.tgz#56075a1380a04604c38b063ea7767a129af5c2b3"
|
||||
integrity sha512-gjMeXBempyInaBqpp8gODmwZ52WaYsVOsfr4L4lDQ7n3ncD6mEyySiDtgzCT+NYC0mmeOLvtsF8iaEf0YT6dBw==
|
||||
version "6.0.5"
|
||||
resolved "https://registry.yarnpkg.com/postcss-selector-parser/-/postcss-selector-parser-6.0.5.tgz#042d74e137db83e6f294712096cb413f5aa612c4"
|
||||
integrity sha512-aFYPoYmXbZ1V6HZaSvat08M97A8HqO6Pjz+PiNpw/DhuRrC72XWAdp3hL6wusDCN31sSmcZyMGa2hZEuX+Xfhg==
|
||||
dependencies:
|
||||
cssesc "^3.0.0"
|
||||
indexes-of "^1.0.1"
|
||||
uniq "^1.0.1"
|
||||
util-deprecate "^1.0.2"
|
||||
|
||||
postcss-svgo@^4.0.3:
|
||||
@ -5143,9 +5136,9 @@ postcss-value-parser@^4.0.2, postcss-value-parser@^4.1.0:
|
||||
supports-color "^6.1.0"
|
||||
|
||||
postcss@^8.2, postcss@^8.2.10:
|
||||
version "8.2.10"
|
||||
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.2.10.tgz#ca7a042aa8aff494b334d0ff3e9e77079f6f702b"
|
||||
integrity sha512-b/h7CPV7QEdrqIxtAf2j31U5ef05uBDuvoXv6L51Q4rcS1jdlXAVKJv+atCFdUXYl9dyTHGyoMzIepwowRJjFw==
|
||||
version "8.2.12"
|
||||
resolved "https://registry.yarnpkg.com/postcss/-/postcss-8.2.12.tgz#81248a1a87e0f575cc594a99a08207fd1c4addc4"
|
||||
integrity sha512-BJnGT5+0q2tzvs6oQfnY2NpEJ7rIXNfBnZtQOKCIsweeWXBXeDd5k31UgTdS3d/c02ouspufn37mTaHWkJyzMQ==
|
||||
dependencies:
|
||||
colorette "^1.2.2"
|
||||
nanoid "^3.1.22"
|
||||
@ -6429,19 +6422,19 @@ webpack-sources@^2.1.1:
|
||||
source-map "^0.6.1"
|
||||
|
||||
webpack@^5.25.1:
|
||||
version "5.33.2"
|
||||
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.33.2.tgz#c049717c9b038febf5a72fd2f53319ad59a8c1fc"
|
||||
integrity sha512-X4b7F1sYBmJx8mlh2B7mV5szEkE0jYNJ2y3akgAP0ERi0vLCG1VvdsIxt8lFd4st6SUy0lf7W0CCQS566MBpJg==
|
||||
version "5.35.0"
|
||||
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.35.0.tgz#4db23c2b96c4e53a90c5732d7cdb301a84a33576"
|
||||
integrity sha512-au3gu55yYF/h6NXFr0KZPZAYxS6Nlc595BzYPke8n0CSff5WXcoixtjh5LC/8mXunkRKxhymhXmBY0+kEbR6jg==
|
||||
dependencies:
|
||||
"@types/eslint-scope" "^3.7.0"
|
||||
"@types/estree" "^0.0.46"
|
||||
"@types/estree" "^0.0.47"
|
||||
"@webassemblyjs/ast" "1.11.0"
|
||||
"@webassemblyjs/wasm-edit" "1.11.0"
|
||||
"@webassemblyjs/wasm-parser" "1.11.0"
|
||||
acorn "^8.0.4"
|
||||
browserslist "^4.14.5"
|
||||
chrome-trace-event "^1.0.2"
|
||||
enhanced-resolve "^5.7.0"
|
||||
enhanced-resolve "^5.8.0"
|
||||
es-module-lexer "^0.4.0"
|
||||
eslint-scope "^5.1.1"
|
||||
events "^3.2.0"
|
||||
@ -6523,9 +6516,9 @@ wrappy@1:
|
||||
integrity sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=
|
||||
|
||||
ws@^7.4.4:
|
||||
version "7.4.4"
|
||||
resolved "https://registry.yarnpkg.com/ws/-/ws-7.4.4.tgz#383bc9742cb202292c9077ceab6f6047b17f2d59"
|
||||
integrity sha512-Qm8k8ojNQIMx7S+Zp8u/uHOx7Qazv3Yv4q68MiWWWOJhiwG5W3x7iqmRtJo8xxrciZUY4vRxUTJCKuRnF28ZZw==
|
||||
version "7.4.5"
|
||||
resolved "https://registry.yarnpkg.com/ws/-/ws-7.4.5.tgz#a484dd851e9beb6fdb420027e3885e8ce48986c1"
|
||||
integrity sha512-xzyu3hFvomRfXKH8vOFMU3OguG6oOvhXMo3xsGy3xWExqaM2dxBbVxuD99O7m3ZUFMvvscsZDqxfgMaRr/Nr1g==
|
||||
|
||||
xtend@^4.0.0:
|
||||
version "4.0.2"
|
||||
|
Loading…
Reference in New Issue
Block a user