Meta files for v6.0.5

This commit is contained in:
James Cole 2023-03-18 14:47:35 +01:00
parent 530abb1da6
commit 3ccff2969b
No known key found for this signature in database
GPG Key ID: B49A324B7EAD6D80
35 changed files with 488 additions and 459 deletions

View File

@ -22,12 +22,12 @@
$current = __DIR__;
$paths = [
$current . '/../../app',
$current . '/../../config',
$current . '/../../database',
$current . '/../../routes',
$current . '/../../tests',
$current . '/../../resources/lang',
$current.'/../../app',
$current.'/../../config',
$current.'/../../database',
$current.'/../../routes',
$current.'/../../tests',
$current.'/../../resources/lang',
];
$finder = PhpCsFixer\Finder::create()
@ -36,9 +36,9 @@ $finder = PhpCsFixer\Finder::create()
$config = new PhpCsFixer\Config();
return $config->setRules([
'@PSR12' => true,
'strict_param' => true,
'array_syntax' => ['syntax' => 'short'],
'@PSR12' => true,
'declare_strict_types' => true,
'strict_param' => true,
'array_syntax' => ['syntax' => 'short'],
])
->setFinder($finder)
;
->setFinder($finder);

View File

@ -379,16 +379,16 @@
},
{
"name": "friendsofphp/php-cs-fixer",
"version": "v3.14.4",
"version": "v3.15.1",
"source": {
"type": "git",
"url": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer.git",
"reference": "1b3d9dba63d93b8a202c31e824748218781eae6b"
"reference": "d48755372a113bddb99f749e34805d83f3acfe04"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/1b3d9dba63d93b8a202c31e824748218781eae6b",
"reference": "1b3d9dba63d93b8a202c31e824748218781eae6b",
"url": "https://api.github.com/repos/PHP-CS-Fixer/PHP-CS-Fixer/zipball/d48755372a113bddb99f749e34805d83f3acfe04",
"reference": "d48755372a113bddb99f749e34805d83f3acfe04",
"shasum": ""
},
"require": {
@ -455,9 +455,15 @@
}
],
"description": "A tool to automatically fix PHP code style",
"keywords": [
"Static code analysis",
"fixer",
"standards",
"static analysis"
],
"support": {
"issues": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/issues",
"source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.14.4"
"source": "https://github.com/PHP-CS-Fixer/PHP-CS-Fixer/tree/v3.15.1"
},
"funding": [
{
@ -465,7 +471,7 @@
"type": "github"
}
],
"time": "2023-02-09T21:49:13+00:00"
"time": "2023-03-13T23:26:30+00:00"
},
{
"name": "psr/cache",

View File

@ -2,6 +2,15 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## v6.0.5 - 2023-03-19
### Changed
- Mathematical accuracy is set to 12 decimals. This is accurate enough for most currencies and prevents rounding issues for systems that don't support more.
### Fixed
- [Issue 7227](https://github.com/firefly-iii/firefly-iii/issues/7227) Could not set webhooks to the correct trigger.
- [Issue 7221](https://github.com/firefly-iii/firefly-iii/issues/7221) Could not see the result of a rule test.
## v6.0.4 - 2023-03-13
### Fixed

View File

@ -107,7 +107,7 @@ return [
'webhooks' => true,
'handle_debts' => true,
],
'version' => '6.0.4',
'version' => '6.0.5',
'api_version' => '2.0.1',
'db_version' => 19,

View File

@ -18,7 +18,7 @@
"core-js": "^3.6.5",
"date-fns": "^2.28.0",
"pinia": "^2.0.14",
"quasar": "^2.11.7",
"quasar": "^2.11.8",
"vue": "3",
"vue-i18n": "^9.0.0",
"vue-router": "^4.0.0",

View File

@ -106,13 +106,13 @@ export default {
"rule_trigger_transaction_type_choice": "Transacci\u00f3n es del tipo..",
"rule_trigger_category_is_choice": "Categor\u00eda es..",
"rule_trigger_amount_less_choice": "Cantidad es menos de..",
"rule_trigger_amount_is_choice": "Amount is..",
"rule_trigger_amount_is_choice": "Cantidad es..",
"rule_trigger_amount_more_choice": "Cantidad es mas de..",
"rule_trigger_description_starts_choice": "Descripci\u00f3n comienza con..",
"rule_trigger_description_ends_choice": "Descripci\u00f3n termina con..",
"rule_trigger_description_contains_choice": "Descripci\u00f3n contiene..",
"rule_trigger_description_is_choice": "Descripci\u00f3n es..",
"rule_trigger_date_on_choice": "Transaction date is..",
"rule_trigger_date_on_choice": "La fecha de la transacci\u00f3n es..",
"rule_trigger_date_before_choice": "La fecha de la transacci\u00f3n es anterior a..",
"rule_trigger_date_after_choice": "La fecha de la transacci\u00f3n es despu\u00e9s de..",
"rule_trigger_created_at_on_choice": "Transaction was made on..",

View File

@ -71,8 +71,8 @@ export default {
"new_asset_account": "Nowe konto aktyw\u00f3w",
"newTransfer": "Nowy transfer",
"submission_options": "Submission options",
"apply_rules_checkbox": "Apply rules",
"fire_webhooks_checkbox": "Fire webhooks",
"apply_rules_checkbox": "Zastosuj regu\u0142y",
"fire_webhooks_checkbox": "Uruchom webhooki",
"newDeposit": "Nowa wp\u0142ata",
"newWithdrawal": "Nowy wydatek",
"bills_paid": "Zap\u0142acone rachunki",
@ -135,10 +135,10 @@ export default {
"rule_trigger_notes_is_choice": "Notatki to..",
"rule_trigger_notes_contains_choice": "Notatki zawieraj\u0105..",
"rule_trigger_notes_starts_choice": "Notatki zaczynaj\u0105 si\u0119 od..",
"rule_trigger_notes_ends_choice": "Notes end with..",
"rule_trigger_notes_ends_choice": "Notatki ko\u0144cz\u0105 si\u0119 na..",
"rule_trigger_bill_is_choice": "Rachunek to..",
"rule_trigger_external_id_is_choice": "External ID is..",
"rule_trigger_internal_reference_is_choice": "Internal reference is..",
"rule_trigger_external_id_is_choice": "Zewn\u0119trzne ID to..",
"rule_trigger_internal_reference_is_choice": "Wewn\u0119trzne odwo\u0142anie to..",
"rule_trigger_journal_id_choice": "ID dziennika transakcji to..",
"rule_trigger_any_external_url_choice": "Transakcja ma zewn\u0119trzny adres URL",
"rule_trigger_no_external_url_choice": "Transakcja nie ma zewn\u0119trznego adresu URL",
@ -155,13 +155,13 @@ export default {
"rule_action_update_piggy_choice": "Dodaj \/ usu\u0144 kwot\u0119 transakcji w skarbonce ..",
"rule_action_append_description_choice": "Do\u0142\u0105cz do opisu ..",
"rule_action_prepend_description_choice": "Poprzed\u017a opis ..",
"rule_action_set_source_account_choice": "Set source account to ..",
"rule_action_set_destination_account_choice": "Set destination account to ..",
"rule_action_append_notes_choice": "Append notes with ..",
"rule_action_prepend_notes_choice": "Prepend notes with ..",
"rule_action_set_source_account_choice": "Ustaw konto \u017ar\u00f3d\u0142owe na ..",
"rule_action_set_destination_account_choice": "Ustaw konto docelowe na ..",
"rule_action_append_notes_choice": "Do\u0142\u0105cz do notatek ..",
"rule_action_prepend_notes_choice": "Poprzed\u017a notatki ..",
"rule_action_clear_notes_choice": "Usu\u0144 wszystkie notatki",
"rule_action_set_notes_choice": "Set notes to ..",
"rule_action_link_to_bill_choice": "Link to a bill ..",
"rule_action_set_notes_choice": "Ustaw notatki na ..",
"rule_action_link_to_bill_choice": "Powi\u0105\u017c z rachunkiem ..",
"rule_action_convert_deposit_choice": "Konwertuj transakcj\u0119 na wp\u0142at\u0119",
"rule_action_convert_withdrawal_choice": "Konwertuj transakcj\u0119 na wyp\u0142at\u0119",
"rule_action_convert_transfer_choice": "Konwertuj transakcj\u0119 na transfer",

View File

@ -338,7 +338,7 @@ page container: q-ma-xs (margin all, xs) AND q-mb-md to give the page content so
<q-footer class="bg-grey-8 text-white" bordered>
<q-toolbar>
<div>
<small>Firefly III v v6.0.4 &copy; James Cole, AGPL-3.0-or-later.</small>
<small>Firefly III v v6.0.5 &copy; James Cole, AGPL-3.0-or-later.</small>
</div>
</q-toolbar>
</q-footer>

View File

@ -5396,10 +5396,10 @@ qs@6.9.7:
resolved "https://registry.yarnpkg.com/qs/-/qs-6.9.7.tgz#4610846871485e1e048f44ae3b94033f0e675afe"
integrity sha512-IhMFgUmuNpyRfxA90umL7ByLlgRXu6tIfKPpF5TmcfRLlLCckfP/g3IQmju6jjpu+Hh8rA+2p6A27ZSPOOHdKw==
quasar@^2.11.7:
version "2.11.7"
resolved "https://registry.yarnpkg.com/quasar/-/quasar-2.11.7.tgz#0371d2cbe299305a0949332d2a3fc6929a70e2f6"
integrity sha512-OzDwYfoSwZbwqfNWz9Bfn1mhGE8YMxpTLhPvVkQU87ePF6qFj4aWttcTUifXITKldOAZziN1Mmv8VLQyITHwiw==
quasar@^2.11.8:
version "2.11.8"
resolved "https://registry.yarnpkg.com/quasar/-/quasar-2.11.8.tgz#2e4c8426fbb3938acf9b16edf17a8ac1722dbe65"
integrity sha512-JhwTnwNQ7YNTEq3SdhIOK0R32hEw/43gDiomYFDjVVXNF6WQdjlzgQr1N9AWGpXFzKRlJeIyhcskxZClj15EVg==
queue-microtask@^1.2.2:
version "1.2.3"

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

30
public/v3/css/vendor.dfdc3b13.css vendored Normal file

File diff suppressed because one or more lines are too long

View File

@ -1 +1 @@
<!DOCTYPE html><html><head><base href=/v3/ ><title>Firefly III</title><meta charset=utf-8><meta content="Personal finances manager" name=description><meta content="telephone=no" name=format-detection><meta content=no name=msapplication-tap-highlight><meta content="user-scalable=no,initial-scale=1,maximum-scale=1,minimum-scale=1,width=device-width" name=viewport><link href=favicon-32x32.png rel=icon sizes=32x32 type=image/png><link href=favicon-16x16.png rel=icon sizes=16x16 type=image/png><link href=maskable76.png rel=apple-touch-icon sizes=76x76><link href=maskable120.png rel=apple-touch-icon sizes=120x120><link href=maskable152.png rel=apple-touch-icon sizes=152x152><link href=apple-touch-icon.png rel=apple-touch-icon sizes=180x180><link color=#3c8dbc href=safari-pinned-tab.svg rel=mask-icon><link href=maskable192.png rel=icon sizes=192x192><link href=maskable128.png rel=icon sizes=128x128><link href=manifest.webmanifest rel=manifest><meta content=#1e6581 name=msapplication-TileColor><meta content=maskable512.png name=msapplication-TileImage><meta content=no name=msapplication-tap-highlight><meta content="Firefly III" name=application-name><meta content="noindex, nofollow, noarchive, noodp, NoImageIndex, noydir" name=robots><meta content=yes name=apple-mobile-web-app-capable><meta content="Firefly III" name=apple-mobile-web-app-title><meta content="Firefly III" name=application-name><meta content=#3c8dbc name=msapplication-TileColor><meta content="mstile-144x144.png?v=3e8AboOwbd" name=msapplication-TileImage><meta content=#3c8dbc name=theme-color><script defer src=/v3/js/vendor.43fbf1b0.js></script><script defer src=/v3/js/app.efb4b22c.js></script><link href=/v3/css/vendor.b7419aa9.css rel=stylesheet><link href=/v3/css/app.50c7ba73.css rel=stylesheet></head><body><div id=q-app></div></body></html>
<!DOCTYPE html><html><head><base href=/v3/ ><title>Firefly III</title><meta charset=utf-8><meta content="Personal finances manager" name=description><meta content="telephone=no" name=format-detection><meta content=no name=msapplication-tap-highlight><meta content="user-scalable=no,initial-scale=1,maximum-scale=1,minimum-scale=1,width=device-width" name=viewport><link href=favicon-32x32.png rel=icon sizes=32x32 type=image/png><link href=favicon-16x16.png rel=icon sizes=16x16 type=image/png><link href=maskable76.png rel=apple-touch-icon sizes=76x76><link href=maskable120.png rel=apple-touch-icon sizes=120x120><link href=maskable152.png rel=apple-touch-icon sizes=152x152><link href=apple-touch-icon.png rel=apple-touch-icon sizes=180x180><link color=#3c8dbc href=safari-pinned-tab.svg rel=mask-icon><link href=maskable192.png rel=icon sizes=192x192><link href=maskable128.png rel=icon sizes=128x128><link href=manifest.webmanifest rel=manifest><meta content=#1e6581 name=msapplication-TileColor><meta content=maskable512.png name=msapplication-TileImage><meta content=no name=msapplication-tap-highlight><meta content="Firefly III" name=application-name><meta content="noindex, nofollow, noarchive, noodp, NoImageIndex, noydir" name=robots><meta content=yes name=apple-mobile-web-app-capable><meta content="Firefly III" name=apple-mobile-web-app-title><meta content="Firefly III" name=application-name><meta content=#3c8dbc name=msapplication-TileColor><meta content="mstile-144x144.png?v=3e8AboOwbd" name=msapplication-TileImage><meta content=#3c8dbc name=theme-color><script defer src=/v3/js/vendor.26d94302.js></script><script defer src=/v3/js/app.efb2a0ed.js></script><link href=/v3/css/vendor.dfdc3b13.css rel=stylesheet><link href=/v3/css/app.50c7ba73.css rel=stylesheet></head><body><div id=q-app></div></body></html>

1
public/v3/js/7138.70fac414.js vendored Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

1
public/v3/js/app.efb2a0ed.js vendored Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -15,8 +15,8 @@
"transaction_new_stored_link": "<a href=\"transactions\/show\/{ID}\">Transakcja #{ID}<\/a> zosta\u0142a zapisana.",
"transaction_journal_information": "Informacje o transakcji",
"submission_options": "Submission options",
"apply_rules_checkbox": "Apply rules",
"fire_webhooks_checkbox": "Fire webhooks",
"apply_rules_checkbox": "Zastosuj regu\u0142y",
"fire_webhooks_checkbox": "Uruchom webhooki",
"no_budget_pointer": "Wygl\u0105da na to, \u017ce nie masz jeszcze bud\u017cet\u00f3w. Powiniene\u015b utworzy\u0107 kilka na stronie <a href=\"budgets\">bud\u017cet\u00f3w<\/a>. Bud\u017cety mog\u0105 Ci pom\u00f3c \u015bledzi\u0107 wydatki.",
"no_bill_pointer": "Wygl\u0105da na to, \u017ce nie masz jeszcze rachunk\u00f3w. Powiniene\u015b utworzy\u0107 kilka na stronie <a href=\"bills\">rachunk\u00f3w<\/a>. Rachunki mog\u0105 Ci pom\u00f3c \u015bledzi\u0107 wydatki.",
"source_account": "Konto \u017ar\u00f3d\u0142owe",

View File

@ -652,17 +652,17 @@ return [
'search_modifier_not_created_at_on_year' => 'La transacción no fue creada en el año ":value"',
'search_modifier_not_created_at_on_month' => 'La transacción no fue creada en el mes ":value"',
'search_modifier_not_created_at_on_day' => 'La transacción no fue creada en el día del mes ":value"',
'search_modifier_created_at_before_year' => 'Transaction was created in or before year ":value"',
'search_modifier_created_at_before_month' => 'Transaction was created in or before month ":value"',
'search_modifier_created_at_before_day' => 'Transaction was created on or before day of month ":value"',
'search_modifier_created_at_after_year' => 'Transaction was created in or after year ":value"',
'search_modifier_created_at_after_month' => 'Transaction was created in or after month ":value"',
'search_modifier_created_at_after_day' => 'Transaction was created on or after day of month ":value"',
'search_modifier_interest_date_before' => 'Transaction interest date is on or before ":value"',
'search_modifier_interest_date_after' => 'Transaction interest date is on or after ":value"',
'search_modifier_book_date_on' => 'Transaction book date is on ":value"',
'search_modifier_not_book_date_on' => 'Transaction book date is not on ":value"',
'search_modifier_book_date_before' => 'Transaction book date is on or before ":value"',
'search_modifier_created_at_before_year' => 'La transacción fue creada en o antes del año ":value"',
'search_modifier_created_at_before_month' => 'La transacción fue creada en o antes del mes ":value"',
'search_modifier_created_at_before_day' => 'La transacción fue creada en o antes del día del mes ":value"',
'search_modifier_created_at_after_year' => 'La transacción fue creada en o después del año ":value"',
'search_modifier_created_at_after_month' => 'La transacción fue creada en o después del mes ":value"',
'search_modifier_created_at_after_day' => 'La transacción fue creada en o después del día del mes ":value"',
'search_modifier_interest_date_before' => 'La fecha de interés de la transacción es en o antes de ":value"',
'search_modifier_interest_date_after' => 'La fecha de interés de la transacción es en o después de ":value"',
'search_modifier_book_date_on' => 'La fecha del registro de la transacción es en ":value"',
'search_modifier_not_book_date_on' => 'La fecha del registro de la transacción no es en ":value"',
'search_modifier_book_date_before' => 'La fecha de registro de la transacción es en o antes de ":value"',
'search_modifier_book_date_after' => 'Transaction book date is on or after ":value"',
'search_modifier_process_date_on' => 'Transaction process date is on ":value"',
'search_modifier_not_process_date_on' => 'Transaction process date is not on ":value"',
@ -866,8 +866,8 @@ return [
'rule_trigger_category_is' => 'Categoría es ":trigger_value"',
'rule_trigger_amount_less_choice' => 'Cantidad es menos de..',
'rule_trigger_amount_less' => 'La cantidad es menor que :trigger_value',
'rule_trigger_amount_is_choice' => 'Amount is..',
'rule_trigger_amount_is' => 'Amount is :trigger_value',
'rule_trigger_amount_is_choice' => 'Cantidad es..',
'rule_trigger_amount_is' => 'Cantidad es :trigger_value',
'rule_trigger_amount_more_choice' => 'Cantidad es mas de..',
'rule_trigger_amount_more' => 'Cantidad es más de :trigger_value',
'rule_trigger_description_starts_choice' => 'Descripción comienza con..',
@ -878,7 +878,7 @@ return [
'rule_trigger_description_contains' => 'La descripción contiene ":trigger_value"',
'rule_trigger_description_is_choice' => 'Descripción es..',
'rule_trigger_description_is' => 'La descripción es ":trigger_value"',
'rule_trigger_date_on_choice' => 'Transaction date is..',
'rule_trigger_date_on_choice' => 'La fecha de la transacción es..',
'rule_trigger_date_on' => 'Transaction date is ":trigger_value"',
'rule_trigger_date_before_choice' => 'La fecha de la transacción es anterior a..',
'rule_trigger_date_before' => 'La fecha de la transacción es anterior a ":trigger_value"',
@ -975,7 +975,7 @@ return [
'rule_trigger_budget_ends' => 'Budget ends with ":trigger_value"',
'rule_trigger_budget_starts_choice' => 'Budget starts with..',
'rule_trigger_budget_starts' => 'Budget starts with ":trigger_value"',
'rule_trigger_bill_contains_choice' => 'Bill contains..',
'rule_trigger_bill_contains_choice' => 'La factura contiene..',
'rule_trigger_bill_contains' => 'Bill contains ":trigger_value"',
'rule_trigger_bill_ends_choice' => 'Bill ends with..',
'rule_trigger_bill_ends' => 'Bill ends with ":trigger_value"',

View File

@ -2201,33 +2201,33 @@ return [
'category_entry' => ':start과 :end 사이의 ":name" 카테고리의 비용 및 수입',
'budget_spent_amount' => ':start와 :end 사이의 ":budget" 예산에 포함된 비용',
'balance_amount' => ':start와 :end 사이에 ":account" 계정에서 지불한 ":budget" 예산 내의 지출',
'no_audit_activity' => 'No activity was recorded on account <a href=":url" title=":account_name">:account_name</a> between :start and :end.',
'audit_end_balance' => 'Account balance of <a href=":url" title=":account_name">:account_name</a> at the end of :end was: :balance',
'no_audit_activity' => ':start와 :end 사이에 <a href=":url" title=":account_name">:account_name</a> 계정에 기록된 활동이 없습니다.',
'audit_end_balance' => ':end 끝에서 <a href=":url" title=":account_name">:account_name</a>의 계정 잔액: :balance',
'reports_extra_options' => '추가 옵션',
'report_has_no_extra_options' => '이 보고서에는 추가 옵션이 없습니다',
'reports_submit' => '보고서 보기',
'end_after_start_date' => '보고서 종료일은 시작일 이후여야 합니다.',
'select_category' => 'Select category(ies)',
'select_budget' => 'Select budget(s).',
'select_tag' => 'Select tag(s).',
'income_per_category' => 'Income per category',
'expense_per_category' => 'Expense per category',
'expense_per_budget' => 'Expense per budget',
'income_per_account' => 'Income per account',
'expense_per_account' => 'Expense per account',
'expense_per_tag' => 'Expense per tag',
'income_per_tag' => 'Income per tag',
'include_expense_not_in_budget' => 'Included expenses not in the selected budget(s)',
'include_expense_not_in_account' => 'Included expenses not in the selected account(s)',
'include_expense_not_in_category' => 'Included expenses not in the selected category(ies)',
'include_income_not_in_category' => 'Included income not in the selected category(ies)',
'include_income_not_in_account' => 'Included income not in the selected account(s)',
'include_income_not_in_tags' => 'Included income not in the selected tag(s)',
'include_expense_not_in_tags' => 'Included expenses not in the selected tag(s)',
'everything_else' => 'Everything else',
'income_and_expenses' => 'Income and expenses',
'spent_average' => 'Spent (average)',
'income_average' => 'Income (average)',
'select_category' => '카테고리 선택',
'select_budget' => '예산 선택',
'select_tag' => '태그 선택',
'income_per_category' => '카테고리별 수입',
'expense_per_category' => '카테고리별 지출',
'expense_per_budget' => '예산별 지출',
'income_per_account' => '계정별 수입',
'expense_per_account' => '계정별 지출',
'expense_per_tag' => '태그별 지출',
'income_per_tag' => '태그별 수입',
'include_expense_not_in_budget' => '선택한 예산에 포함되지 않은 지출 포함',
'include_expense_not_in_account' => '선택한 계정에 포함되지 않은 지출 포함',
'include_expense_not_in_category' => '선택한 카테고리에 포함되지 않은 지출 포함',
'include_income_not_in_category' => '선택한 카테고리에 포함되지 않은 수입 포함',
'include_income_not_in_account' => '선택한 계정에 포함되지 않은 수입 포함',
'include_income_not_in_tags' => '선택한 태그에 포함되지 않은 수입 포함',
'include_expense_not_in_tags' => '선택한 태그에 포함되지 않은 지출 포함',
'everything_else' => '기타 모든 것',
'income_and_expenses' => '수입 및 지출',
'spent_average' => '지출 (평균)',
'income_average' => '수입 (평균)',
'transaction_count' => '거래 횟수',
'average_spending_per_account' => '계정당 평균 지출',
'average_income_per_account' => '계정당 평균 수입',
@ -2331,25 +2331,25 @@ return [
'cannot_remove_from_piggy' => '":name"에 :amount을 제거할 수 없습니다.',
'deleted_piggy_bank' => '":name" 저금통 삭제됨',
'added_amount_to_piggy' => '":name"에 :amount를 추가함',
'removed_amount_from_piggy' => 'Removed :amount from ":name"',
'piggy_events' => 'Related piggy banks',
'removed_amount_from_piggy' => '":name"에서 :amount 제거됨',
'piggy_events' => '관련 저금통',
// tags
'delete_tag' => 'Delete tag ":tag"',
'deleted_tag' => 'Deleted tag ":tag"',
'new_tag' => 'Make new tag',
'edit_tag' => 'Edit tag ":tag"',
'updated_tag' => 'Updated tag ":tag"',
'delete_tag' => '":tag" 태그 삭제',
'deleted_tag' => '":tag" 태그 삭제됨',
'new_tag' => '새 태그 만들기',
'edit_tag' => '":tag" 태그 수정',
'updated_tag' => '":tag" 태그 업데이트됨',
'created_tag' => '":tag" 태그가 생성되었습니다!',
'transaction_journal_information' => 'Transaction information',
'transaction_journal_meta' => 'Meta information',
'transaction_journal_more' => 'More information',
'basic_journal_information' => 'Basic transaction information',
'transaction_journal_extra' => 'Extra information',
'att_part_of_journal' => 'Stored under ":journal"',
'total_amount' => 'Total amount',
'number_of_decimals' => 'Number of decimals',
'transaction_journal_information' => '거래 정보',
'transaction_journal_meta' => '메타 정보',
'transaction_journal_more' => '추가 정보',
'basic_journal_information' => '기본 거래 정보',
'transaction_journal_extra' => '추가 정보',
'att_part_of_journal' => '":journal"에 저장됨',
'total_amount' => '전체 금액',
'number_of_decimals' => '소수 자릿수',
/*
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
@ -2364,9 +2364,9 @@ return [
// administration
'invite_is_already_redeemed' => 'The invite to ":address" has already been redeemed.',
'invite_is_deleted' => 'The invite to ":address" has been deleted.',
'invite_new_user_title' => 'Invite new user',
'invite_is_already_redeemed' => '":address"로의 초대는 이미 사용되었습니다.',
'invite_is_deleted' => '":address"에 대한 초대가 삭제되었습니다.',
'invite_new_user_title' => '새 사용자 초대',
'invite_new_user_text' => '관리자는 Firefly III 관리에서 등록하도록 사용자를 초대할 수 있습니다. 사용자가 공유할 수 있는 직접 링크를 사용하여 계정을 등록할 수 있습니다. 초대된 사용자와 해당 사용자의 초대 링크가 아래 표에 표시됩니다. 초대 링크는 자유롭게 공유할 수 있습니다.',
'invited_user_mail' => '이메일 주소',
'invite_user' => '사용자 초대',
@ -2379,164 +2379,164 @@ return [
'instance_configuration' => '환경 설정',
'firefly_instance_configuration' => 'Firefly III의 환경설정 옵션',
'setting_single_user_mode' => '단일 사용자 모드',
'setting_single_user_mode_explain' => 'By default, Firefly III only accepts one (1) registration: you. This is a security measure, preventing others from using your instance unless you allow them to. Future registrations are blocked. When you uncheck this box, others can use your instance as well, assuming they can reach it (when it is connected to the internet).',
'setting_single_user_mode_explain' => '기본적으로 Firefly III는 사용자 한 명(1)의 등록만 허용합니다. 이는 보안을 위한 조치로, 사용자가 허용하지 않는 한 다른 사람이 인스턴스를 사용할 수 없도록 합니다. 향후 등록은 차단됩니다. 이 확인란을 선택 해제하면 다른 사람도 인스턴스에 연결할 수 있는 경우(인터넷에 연결되어 있는 경우) 인스턴스를 사용할 수 있습니다.',
'store_configuration' => '환경설정 저장',
'single_user_administration' => ':email에 대한 사용자 관리',
'edit_user' => ':email 사용자 수정',
'hidden_fields_preferences' => 'You can enable more transaction options in your <a href="preferences">preferences</a>.',
'hidden_fields_preferences' => '<a href="preferences">환경설정</a>에서 더 많은 거래 옵션을 활성화할 수 있습니다.',
'user_data_information' => '사용자 데이터',
'user_information' => '사용자 정보',
'total_size' => '총 크기',
'budget_or_budgets' => ':count budget|:count budgets',
'budgets_with_limits' => ':count budget with configured amount|:count budgets with configured amount',
'nr_of_rules_in_total_groups' => ':count_rules rule(s) in :count_groups rule group(s)',
'tag_or_tags' => ':count tag|:count tags',
'budget_or_budgets' => ':count개 예산|:count개 예산',
'budgets_with_limits' => '구성된 금액이 있는 :count개 예산|구성된 금액이 있는 :count개 예산',
'nr_of_rules_in_total_groups' => ':count_groups 규칙 그룹의 :count_rules 규칙',
'tag_or_tags' => ':count 태그|:count 태그',
'configuration_updated' => '환경설정이 업데이트 되었습니다',
'setting_is_demo_site' => '데모 사이트',
'setting_is_demo_site_explain' => 'If you check this box, this installation will behave as if it is the demo site, which can have weird side effects.',
'setting_is_demo_site_explain' => '이 확인란을 선택하면 이 설치가 데모 사이트인 것처럼 작동하므로 이상한 부작용이 발생할 수 있습니다.',
'block_code_bounced' => '이메일 메시지가 반송됨',
'block_code_expired' => '데모 계정이 만료됨',
'no_block_code' => 'No reason for block or user not blocked',
'block_code_email_changed' => 'User has not yet confirmed new email address',
'admin_update_email' => 'Contrary to the profile page, the user will NOT be notified their email address has changed!',
'no_block_code' => '차단 사유가 없거나 차단되지 않은 사용자',
'block_code_email_changed' => '사용자가 아직 새 이메일 주소를 확인하지 않았습니다',
'admin_update_email' => '프로필 페이지와 달리 이메일 주소가 변경되었다는 알림은 사용자에게 전송되지 않습니다!',
'update_user' => '사용자 업데이트',
'updated_user' => '사용자 데이터가 변경되었습니다.',
'delete_user' => ':email 사용자 삭제',
'user_deleted' => '사용자가 삭제되었습니다',
'send_test_email' => '테스트 이메일 메시지 보내기',
'send_test_email_text' => 'To see if your installation is capable of sending email or posting Slack messages, please press this button. You will not see an error here (if any), <strong>the log files will reflect any errors</strong>. You can press this button as many times as you like. There is no spam control. The message will be sent to <code>:email</code> and should arrive shortly.',
'send_message' => 'Send message',
'send_test_triggered' => 'Test was triggered. Check your inbox and the log files.',
'give_admin_careful' => 'Users who are given admin rights can take away yours. Be careful.',
'admin_maintanance_title' => 'Maintenance',
'admin_maintanance_expl' => 'Some nifty buttons for Firefly III maintenance',
'admin_maintenance_clear_cache' => 'Clear cache',
'admin_notifications' => 'Admin notifications',
'admin_notifications_expl' => 'The following notifications can be enabled or disabled by the administrator. If you want to get these messages over Slack as well, set the "incoming webhook" URL.',
'admin_notification_check_user_new_reg' => 'User gets post-registration welcome message',
'admin_notification_check_admin_new_reg' => 'Administrator(s) get new user registration notification',
'admin_notification_check_new_version' => 'A new version is available',
'admin_notification_check_invite_created' => 'A user is invited to Firefly III',
'admin_notification_check_invite_redeemed' => 'A user invitation is redeemed',
'all_invited_users' => 'All invited users',
'save_notification_settings' => 'Save settings',
'notification_settings_saved' => 'The notification settings have been saved',
'send_test_email_text' => '이메일을 보내거나 Slack 메시지를 게시할 수 있는지 확인하려면 이 버튼을 눌러주세요. 여기에는 오류가 표시되지 않으며(있더라도), <strong>로그 파일에 오류가 반영됩니다</strong>. 이 버튼을 원하는 만큼 누를 수 있습니다. 스팸 제어 기능은 없습니다. 메시지는 <code>:email</code>로 전송되며 곧 도착할 것입니다.',
'send_message' => '메시지 보내기',
'send_test_triggered' => '테스트가 트리거되었습니다. 받은 편지함과 로그 파일을 확인합니다.',
'give_admin_careful' => '관리자 권한을 부여받은 사용자는 내 관리자 권한을 빼앗을 수 있습니다. 조심하세요.',
'admin_maintanance_title' => '유지 보수',
'admin_maintanance_expl' => 'Firefly III 유지 관리를 위한 몇 개의 멋진 버튼',
'admin_maintenance_clear_cache' => '캐시 지우기',
'admin_notifications' => '관리자 알림',
'admin_notifications_expl' => '관리자는 아래의 알림을 사용하거나 사용하지 않도록 설정할 수 있습니다. 이러한 메시지를 Slack을 통해서도 받으려면 "수신 웹훅" URL을 설정하세요.',
'admin_notification_check_user_new_reg' => '사용자가 등록 후 환영 메시지 수신',
'admin_notification_check_admin_new_reg' => '관리자가 새 사용자 등록 알림을 받습니다',
'admin_notification_check_new_version' => '새 버전을 사용할 수 있습니다',
'admin_notification_check_invite_created' => '사용자가 Firefly III에 초대되었습니다.',
'admin_notification_check_invite_redeemed' => '사용자 초대가 사용되었습니다',
'all_invited_users' => '초대된 모든 사용자',
'save_notification_settings' => '설정 저장',
'notification_settings_saved' => '알림 설정이 저장되었습니다',
'split_transaction_title' => 'Description of the split transaction',
'split_transaction_title_help' => 'If you create a split transaction, there must be a global description for all splits of the transaction.',
'split_title_help' => 'If you create a split transaction, there must be a global description for all splits of the transaction.',
'you_create_transfer' => 'You\'re creating a transfer.',
'you_create_withdrawal' => 'You\'re creating a withdrawal.',
'you_create_deposit' => 'You\'re creating a deposit.',
'split_transaction_title' => '분할 거래에 대한 설명',
'split_transaction_title_help' => '분할 거래를 생성하는 경우 거래의 모든 분할에 대한 전체 설명이 있어야 합니다.',
'split_title_help' => '분할 거래를 생성하는 경우 거래의 모든 분할에 대한 전체 설명이 있어야 합니다.',
'you_create_transfer' => '전송을 생성하고 있습니다.',
'you_create_withdrawal' => '출금을 생성하고 있습니다.',
'you_create_deposit' => '입금을 생성하고 있습니다.',
// links
'journal_link_configuration' => 'Transaction links configuration',
'create_new_link_type' => 'Create new link type',
'store_new_link_type' => 'Store new link type',
'update_link_type' => 'Update link type',
'edit_link_type' => 'Edit link type ":name"',
'updated_link_type' => 'Updated link type ":name"',
'delete_link_type' => 'Delete link type ":name"',
'deleted_link_type' => 'Deleted link type ":name"',
'stored_new_link_type' => 'Store new link type ":name"',
'cannot_edit_link_type' => 'Cannot edit link type ":name"',
'link_type_help_name' => 'Ie. "Duplicates"',
'link_type_help_inward' => 'Ie. "duplicates"',
'link_type_help_outward' => 'Ie. "is duplicated by"',
'save_connections_by_moving' => 'Save the link between these transactions by moving them to another link type:',
'do_not_save_connection' => '(do not save connection)',
'link_transaction' => 'Link transaction',
'link_to_other_transaction' => 'Link this transaction to another transaction',
'select_transaction_to_link' => 'Select a transaction to link this transaction to. The links are currently unused in Firefly III (apart from being shown), but I plan to change this in the future. Use the search box to select a transaction either by title or by ID. If you want to add custom link types, check out the administration section.',
'this_transaction' => 'This transaction',
'transaction' => 'Transaction',
'comments' => 'Comments',
'link_notes' => 'Any notes you wish to store with the link.',
'invalid_link_selection' => 'Cannot link these transactions',
'selected_transaction' => 'Selected transaction',
'journals_linked' => 'Transactions are linked.',
'journals_error_linked' => 'These transactions are already linked.',
'journals_link_to_self' => 'You cannot link a transaction to itself',
'journal_links' => 'Transaction links',
'this_withdrawal' => 'This withdrawal',
'this_deposit' => 'This deposit',
'this_transfer' => 'This transfer',
'overview_for_link' => 'Overview for link type ":name"',
'source_transaction' => 'Source transaction',
'link_description' => 'Link description',
'destination_transaction' => 'Destination transaction',
'delete_journal_link' => 'Delete the link between <a href=":source_link">:source</a> and <a href=":destination_link">:destination</a>',
'deleted_link' => 'Deleted link',
'journal_link_configuration' => '거래 링크 구성',
'create_new_link_type' => '새 링크 유형 만들기',
'store_new_link_type' => '새 링크 유형 저장',
'update_link_type' => '링크 유형 업데이트',
'edit_link_type' => '":name" 링크 유형 수정',
'updated_link_type' => '":name" 링크 유형 업데이트됨',
'delete_link_type' => '":name" 링크 유형 삭제',
'deleted_link_type' => '":name" 링크 유형 삭제됨',
'stored_new_link_type' => '새 링크 유형 ":name" 저장',
'cannot_edit_link_type' => '":name" 링크 유형 수정할 수 없음',
'link_type_help_name' => '즉. "중복"',
'link_type_help_inward' => '즉. "중복"',
'link_type_help_outward' => '즉. "에 의해 중복됨"',
'save_connections_by_moving' => '이러한 거래 간의 링크를 다른 링크 유형으로 이동하여 저장합니다:',
'do_not_save_connection' => '(연결 저장하지 않음)',
'link_transaction' => '거래 연결',
'link_to_other_transaction' => '이 거래를 다른 거래에 연결',
'select_transaction_to_link' => '이 거래를 연결할 거래를 선택합니다. 이 링크는 현재 Firefly III에서 표시되는 것 외에는 사용되지 않지만, 앞으로 변경할 계획입니다. 검색 상자를 사용하여 제목이나 ID로 거래를 선택합니다. 사용자 지정 링크 유형을 추가하려면 관리 섹션을 확인하세요.',
'this_transaction' => '이 거래',
'transaction' => '거래',
'comments' => '코멘트',
'link_notes' => '링크와 함께 저장하고 싶은 모든 노트.',
'invalid_link_selection' => '이러한 거래를 연결할 수 없습니다',
'selected_transaction' => '선택한 거래',
'journals_linked' => '거래가 연결됩니다.',
'journals_error_linked' => '이러한 거래는 이미 연결되어 있습니다.',
'journals_link_to_self' => '거래를 자기자신에게 연결할 수 없습니다',
'journal_links' => '거래 링크',
'this_withdrawal' => '이 출금',
'this_deposit' => '이 입금',
'this_transfer' => '이 이체',
'overview_for_link' => '":name" 링크 유형에 대한 개요',
'source_transaction' => '소스 거래',
'link_description' => '링크 설명',
'destination_transaction' => '대상 거래',
'delete_journal_link' => '<a href=":source_link">:source</a> <a href=":destination_link">:destination</a> 사이의 링크를 삭제합니다',
'deleted_link' => '링크 삭제됨',
// link translations:
'Paid_name' => 'Paid',
'Refund_name' => 'Refund',
'Reimbursement_name' => 'Reimbursement',
'Related_name' => 'Related',
'relates to_inward' => 'relates to',
'is (partially) refunded by_inward' => 'is (partially) refunded by',
'is (partially) paid for by_inward' => 'is (partially) paid for by',
'is (partially) reimbursed by_inward' => 'is (partially) reimbursed by',
'inward_transaction' => 'Inward transaction',
'outward_transaction' => 'Outward transaction',
'relates to_outward' => 'relates to',
'(partially) refunds_outward' => '(partially) refunds',
'(partially) pays for_outward' => '(partially) pays for',
'(partially) reimburses_outward' => '(partially) reimburses',
'is (partially) refunded by' => 'is (partially) refunded by',
'is (partially) paid for by' => 'is (partially) paid for by',
'is (partially) reimbursed by' => 'is (partially) reimbursed by',
'relates to' => 'relates to',
'(partially) refunds' => '(partially) refunds',
'(partially) pays for' => '(partially) pays for',
'(partially) reimburses' => '(partially) reimburses',
'Paid_name' => '지불됨',
'Refund_name' => '환불',
'Reimbursement_name' => '상환',
'Related_name' => '관련',
'relates to_inward' => '다음과 관련',
'is (partially) refunded by_inward' => '에 의해 (부분적으로) 환불됨',
'is (partially) paid for by_inward' => '에 의해 (부분적으로) 지불됨',
'is (partially) reimbursed by_inward' => '에 의해 (부분적으로) 환급됨',
'inward_transaction' => '내부 거래',
'outward_transaction' => '외부 거래',
'relates to_outward' => '다음과 관련',
'(partially) refunds_outward' => '(부분) 환불',
'(partially) pays for_outward' => '(부분적으로) 지불',
'(partially) reimburses_outward' => '(부분적으로) 환급',
'is (partially) refunded by' => '에 의해 (부분적으로) 환불됨',
'is (partially) paid for by' => '에 의해 (부분적으로) 지불됨',
'is (partially) reimbursed by' => '에 의해 (부분적으로) 환급됨',
'relates to' => '다음과 관련',
'(partially) refunds' => '(부분) 환불',
'(partially) pays for' => '(부분적으로) 지불',
'(partially) reimburses' => '(부분적으로) 환급',
// split a transaction:
'splits' => 'Splits',
'add_another_split' => 'Add another split',
'cannot_edit_opening_balance' => 'You cannot edit the opening balance of an account.',
'no_edit_multiple_left' => 'You have selected no valid transactions to edit.',
'breadcrumb_convert_group' => 'Convert transaction',
'convert_invalid_source' => 'Source information is invalid for transaction #%d.',
'convert_invalid_destination' => 'Destination information is invalid for transaction #%d.',
'splits' => '나누기',
'add_another_split' => '다른 분할 추가',
'cannot_edit_opening_balance' => '계정의 개설 잔액은 수정할 수 없습니다.',
'no_edit_multiple_left' => '수정할 유효한 거래를 선택하지 않았습니다.',
'breadcrumb_convert_group' => '거래 전환',
'convert_invalid_source' => '거래 #%d에 대한 소스 정보가 잘못되었습니다.',
'convert_invalid_destination' => '거래 #%d에 대한 대상 정보가 잘못되었습니다.',
'create_another' => '저장후 이 페이지로 돌아와 다른 것을 만듭니다.',
'after_update_create_another' => 'After updating, return here to continue editing.',
'store_as_new' => 'Store as a new transaction instead of updating.',
'reset_after' => 'Reset form after submission',
'errors_submission' => 'There was something wrong with your submission. Please check out the errors.',
'transaction_expand_split' => 'Expand split',
'transaction_collapse_split' => 'Collapse split',
'after_update_create_another' => '업데이트 후 여기로 돌아와서 수정을 계속합니다.',
'store_as_new' => '업데이트하는 대신 새 거래로 저장합니다.',
'reset_after' => '제출 후 양식 재설정',
'errors_submission' => '제출한 내용에 문제가 있습니다. 오류를 확인해 주세요.',
'transaction_expand_split' => '분할 확장',
'transaction_collapse_split' => '분할 축소',
// object groups
'default_group_title_name' => '(ungrouped)',
'default_group_title_name' => '(그룹화 해제)',
// empty lists? no objects? instructions:
'no_accounts_title_asset' => 'Let\'s create an asset account!',
'no_accounts_intro_asset' => 'You have no asset accounts yet. Asset accounts are your main accounts: your checking account, savings account, shared account or even your credit card.',
'no_accounts_imperative_asset' => 'To start using Firefly III you must create at least one asset account. Let\'s do so now:',
'no_accounts_create_asset' => 'Create an asset account',
'no_accounts_title_expense' => 'Let\'s create an expense account!',
'no_accounts_intro_expense' => 'You have no expense accounts yet. Expense accounts are the places where you spend money, such as shops and supermarkets.',
'no_accounts_imperative_expense' => 'Expense accounts are created automatically when you create transactions, but you can create one manually too, if you want. Let\'s create one now:',
'no_accounts_create_expense' => 'Create an expense account',
'no_accounts_title_revenue' => 'Let\'s create a revenue account!',
'no_accounts_intro_revenue' => 'You have no revenue accounts yet. Revenue accounts are the places where you receive money from, such as your employer.',
'no_accounts_imperative_revenue' => 'Revenue accounts are created automatically when you create transactions, but you can create one manually too, if you want. Let\'s create one now:',
'no_accounts_create_revenue' => 'Create a revenue account',
'no_accounts_title_liabilities' => 'Let\'s create a liability!',
'no_accounts_intro_liabilities' => 'You have no liabilities yet. Liabilities are the accounts that register your (student) loans and other debts.',
'no_accounts_imperative_liabilities' => 'You don\'t have to use this feature, but it can be useful if you want to keep track of these things.',
'no_accounts_create_liabilities' => 'Create a liability',
'no_accounts_title_asset' => '자산 계정을 만들어 봅시다!',
'no_accounts_intro_asset' => '아직 자산 계정이 없습니다. 자산 계정은 당좌 예금 계좌, 저축 계좌, 공유 계좌 또는 신용 카드와 같은 기본 계좌입니다.',
'no_accounts_imperative_asset' => 'Firefly III를 사용하려면 자산 계정을 하나 이상 만들어야 합니다. 지금 생성해 보겠습니다:',
'no_accounts_create_asset' => '자산 계정 만들기',
'no_accounts_title_expense' => '지출 계정을 만들어 봅시다!',
'no_accounts_intro_expense' => '아직 지출 계정이 없습니다. 지출 계정은 상점이나 슈퍼마켓과 같이 돈을 쓰는 곳입니다.',
'no_accounts_imperative_expense' => '지출 계정은 거래를 생성할 때 자동으로 생성되지만 원한다면 수동으로도 만들 수 있습니다. 지금 하나 만들어 보겠습니다:',
'no_accounts_create_expense' => '지출 계정 만들기',
'no_accounts_title_revenue' => '수익 계정을 만들어 봅시다!',
'no_accounts_intro_revenue' => '아직 수익 계정이 없습니다. 수익 계정은 고용주 등으로부터 돈을 받는 곳입니다.',
'no_accounts_imperative_revenue' => '수익 계정은 거래를 생성할 때 자동으로 생성되지만 원한다면 수동으로도 만들 수 있습니다. 지금 하나 만들어 보겠습니다:',
'no_accounts_create_revenue' => '수익 계정 만들기',
'no_accounts_title_liabilities' => '부채를 만들어 봅시다!',
'no_accounts_intro_liabilities' => '아직 부채가 없습니다. 부채는 (학자금) 대출 및 기타 부채를 등록하는 계정입니다.',
'no_accounts_imperative_liabilities' => '이 기능을 반드시 사용할 필요는 없지만, 이러한 사항을 추적하고 싶을 때 유용하게 사용할 수 있습니다.',
'no_accounts_create_liabilities' => '부채 만들기',
'no_budgets_title_default' => '예산을 만들어 봅시다',
'no_rules_title_default' => 'Let\'s create a rule',
'no_rules_title_default' => '규칙을 만들어 봅시다',
'no_budgets_intro_default' => '예산이 아직 없습니다. 예산은 소프트캡을 설정하여 지출을 제한할 수 있도록, 지출을 논리적인 그룹으로 정리하는 데 사용됩니다.',
'no_rules_intro_default' => 'You have no rules yet. Rules are powerful automations that can handle transactions for you.',
'no_rules_imperative_default' => 'Rules can be very useful when you\'re managing transactions. Let\'s create one now:',
'no_rules_intro_default' => '아직 규칙이 없습니다. 규칙은 거래를 처리할 수 있는 강력한 자동화 기능입니다.',
'no_rules_imperative_default' => '규칙은 거래를 관리할 때 매우 유용할 수 있습니다. 지금 규칙을 만들어 보겠습니다:',
'no_budgets_imperative_default' => '예산은 재무 관리의 기본 도구입니다. 지금 만들어봅시다:',
'no_budgets_create_default' => 'Create a budget',
'no_rules_create_default' => 'Create a rule',
'no_budgets_create_default' => '예산 만들기',
'no_rules_create_default' => '규칙 만들기',
'no_categories_title_default' => '카테고리를 만들어 봅시다!',
'no_categories_intro_default' => '아직 카테고리가 없습니다. 카테고리는 거래를 미세 조정하고 지정된 카테고리로 레이블을 지정하는 데 사용됩니다.',
'no_categories_imperative_default' => '카테고리는 거래를 생성할 때 자동으로 생성되지만 수동으로도 만들 수 있습니다. 지금 하나 만들어 보겠습니다:',
@ -2545,26 +2545,26 @@ return [
'no_tags_intro_default' => '태그가 아직 없습니다. 태그는 거래를 미세 조정하고 특정 키워드로 레이블을 지정하는데 사용됩니다.',
'no_tags_imperative_default' => '태그는 거래를 생성할 때 자동으로 생성되지만 수동으로도 만들 수 있습니다. 지금 하나 만들어 보겠습니다:',
'no_tags_create_default' => '태그 생성',
'no_transactions_title_withdrawal' => 'Let\'s create an expense!',
'no_transactions_intro_withdrawal' => 'You have no expenses yet. You should create expenses to start managing your finances.',
'no_transactions_imperative_withdrawal' => 'Have you spent some money? Then you should write it down:',
'no_transactions_create_withdrawal' => 'Create an expense',
'no_transactions_title_deposit' => 'Let\'s create some income!',
'no_transactions_intro_deposit' => 'You have no recorded income yet. You should create income entries to start managing your finances.',
'no_transactions_imperative_deposit' => 'Have you received some money? Then you should write it down:',
'no_transactions_create_deposit' => 'Create a deposit',
'no_transactions_title_transfers' => 'Let\'s create a transfer!',
'no_transactions_intro_transfers' => 'You have no transfers yet. When you move money between asset accounts, it is recorded as a transfer.',
'no_transactions_imperative_transfers' => 'Have you moved some money around? Then you should write it down:',
'no_transactions_create_transfers' => 'Create a transfer',
'no_transactions_title_withdrawal' => '지출을 만들어 봅시다!',
'no_transactions_intro_withdrawal' => '아직 지출이 없습니다. 재정 관리를 시작하려면 지출을 만들어야 합니다.',
'no_transactions_imperative_withdrawal' => '돈을 좀 사용하셨나요? 그렇다면 적어 두어야 합니다:',
'no_transactions_create_withdrawal' => '지출 만들기',
'no_transactions_title_deposit' => '수입을 만들어 봅시다!',
'no_transactions_intro_deposit' => '아직 기록된 수입이 없습니다. 재정 관리를 시작하려면 수입 항목을 만들어야 합니다.',
'no_transactions_imperative_deposit' => '돈을 받았나요? 그렇다면 적어 두어야 합니다:',
'no_transactions_create_deposit' => '입금 만들기',
'no_transactions_title_transfers' => '이체를 만들어 봅시다!',
'no_transactions_intro_transfers' => '아직 이체가 없습니다. 자산 계정 간에 돈을 이동하면 이체로 기록됩니다.',
'no_transactions_imperative_transfers' => '돈을 이리저리 옮기셨나요? 그렇다면 적어 두어야 합니다:',
'no_transactions_create_transfers' => '이체 만들기',
'no_piggies_title_default' => '저금통을 만들어 봅시다!',
'no_piggies_intro_default' => '저금통이 아직 없습니다. 저금통을 만들어 저축을 나누고 무엇을 위해 저축하는지 추적할 수 있습니다.',
'no_piggies_imperative_default' => 'Do you have things you\'re saving money for? Create a piggy bank and keep track:',
'no_piggies_imperative_default' => '저축하고 있는 항목이 있나요? 저금통을 만들어 추적하세요:',
'no_piggies_create_default' => '새 저금통 만들기',
'no_bills_title_default' => '청구서를 만들어 봅시다!',
'no_bills_intro_default' => 'You have no bills yet. You can create bills to keep track of regular expenses, like your rent or insurance.',
'no_bills_imperative_default' => 'Do you have such regular bills? Create a bill and keep track of your payments:',
'no_bills_create_default' => 'Create a bill',
'no_bills_intro_default' => '아직 청구서가 없습니다. 청구서를 만들어 집세나 보험료와 같은 정기적인 지출을 추적할 수 있습니다.',
'no_bills_imperative_default' => '정기적으로 청구서를 받나요? 청구서를 만들어 결제 내역을 추적하세요:',
'no_bills_create_default' => '청구서 만들기',
// recurring transactions
'create_right_now' => '지금 바로 만들기',
@ -2579,12 +2579,12 @@ return [
'make_new_recurring' => '반복 거래 만들기',
'recurring_daily' => '매일',
'recurring_weekly' => '매주 :weekday',
'recurring_weekly_skip' => 'Every :skip(st/nd/rd/th) week on :weekday',
'recurring_monthly' => 'Every month on the :dayOfMonth(st/nd/rd/th) day',
'recurring_monthly_skip' => 'Every :skip(st/nd/rd/th) month on the :dayOfMonth(st/nd/rd/th) day',
'recurring_ndom' => 'Every month on the :dayOfMonth(st/nd/rd/th) :weekday',
'recurring_yearly' => 'Every year on :date',
'overview_for_recurrence' => 'Overview for recurring transaction ":title"',
'recurring_weekly_skip' => '매 :skip(st/nd/rd/th) 주 :weekday',
'recurring_monthly' => '매월 :dayOfMonth(st/nd/rd/th) 일',
'recurring_monthly_skip' => ':skip(st/nd/rd/th) 월마다 :dayOfMonth(st/nd/rd/th) 일에',
'recurring_ndom' => '매월 :dayOfMonth(st/nd/rd/th) :weekday',
'recurring_yearly' => '매년 :date에',
'overview_for_recurrence' => '":title" 반복 거래 개요',
'warning_duplicates_repetitions' => '드물지만 이 목록에 날짜가 두 번 표시되는 경우가 있습니다. 이는 여러 반복이 충돌할 때 발생할 수 있습니다. Firefly III는 항상 하루에 하나의 트랜잭션을 생성합니다.',
'created_transactions' => '관련 거래',
'expected_withdrawals' => '예상 출금액',
@ -2593,35 +2593,35 @@ return [
'created_withdrawals' => '출금 생성',
'created_deposits' => '입금 생성',
'created_transfers' => '이체 생성',
'recurring_info' => 'Recurring transaction :count / :total',
'created_from_recurrence' => 'Created from recurring transaction ":title" (#:id)',
'recurring_never_cron' => 'It seems the cron job that is necessary to support recurring transactions has never run. This is of course normal when you have just installed Firefly III, but this should be something to set up as soon as possible. Please check out the help-pages using the (?)-icon in the top right corner of the page.',
'recurring_cron_long_ago' => 'It looks like it has been more than 36 hours since the cron job to support recurring transactions has fired for the last time. Are you sure it has been set up correctly? Please check out the help-pages using the (?)-icon in the top right corner of the page.',
'recurring_info' => '반복 거래 :count / :total',
'created_from_recurrence' => '":title" (#:id) 반복 거래에서 생성됨',
'recurring_never_cron' => '반복 거래를 지원하는 데 필요한 cron 작업이 실행된 적이 없는 것 같습니다. 물론 Firefly III를 방금 설치한 경우라면 정상적인 현상이지만, 가능한 한 빨리 설정해야 합니다. 페이지 오른쪽 상단의 (?) 아이콘을 사용하여 도움말 페이지를 확인하시기 바랍니다.',
'recurring_cron_long_ago' => '반복 거래를 지원하는 cron 작업이 마지막으로 실행된 후 36시간이 넘은 것 같습니다. 올바르게 설정된 것이 맞나요? 페이지 오른쪽 상단의 (?) 아이콘을 사용하여 도움말 페이지를 확인하세요.',
'create_new_recurrence' => 'Create new recurring transaction',
'help_first_date' => 'Indicate the first expected recurrence. This must be in the future.',
'help_first_date_no_past' => 'Indicate the first expected recurrence. Firefly III will not create transactions in the past.',
'no_currency' => '(no currency)',
'mandatory_for_recurring' => 'Mandatory recurrence information',
'mandatory_for_transaction' => 'Mandatory transaction information',
'optional_for_recurring' => 'Optional recurrence information',
'optional_for_transaction' => 'Optional transaction information',
'change_date_other_options' => 'Change the "first date" to see more options.',
'mandatory_fields_for_tranaction' => 'The values here will end up in the transaction(s) being created',
'click_for_calendar' => 'Click here for a calendar that shows you when the transaction would repeat.',
'repeat_forever' => 'Repeat forever',
'repeat_until_date' => 'Repeat until date',
'repeat_times' => 'Repeat a number of times',
'recurring_skips_one' => 'Every other',
'recurring_skips_more' => 'Skips :count occurrences',
'store_new_recurrence' => 'Store recurring transaction',
'stored_new_recurrence' => 'Recurring transaction ":title" stored successfully.',
'edit_recurrence' => 'Edit recurring transaction ":title"',
'recurring_repeats_until' => 'Repeats until :date',
'recurring_repeats_forever' => 'Repeats forever',
'recurring_repeats_x_times' => 'Repeats :count time|Repeats :count times',
'update_recurrence' => 'Update recurring transaction',
'updated_recurrence' => 'Updated recurring transaction ":title"',
'create_new_recurrence' => '새 반복 거래 만들기',
'help_first_date' => '첫 번째 예상 반복을 나타냅니다. 이것은 미래에 이루어져야 합니다.',
'help_first_date_no_past' => '첫 번째 예상 반복을 나타냅니다. Firefly III는 과거의 거래를 생성하지 않습니다.',
'no_currency' => '(통화 없음)',
'mandatory_for_recurring' => '필수 반복 정보',
'mandatory_for_transaction' => '필수 거래 정보',
'optional_for_recurring' => '선택적 반복 정보',
'optional_for_transaction' => '선택적 거래 정보',
'change_date_other_options' => '더 많은 옵션을 보려면 "첫 번째 날짜"를 변경하세요.',
'mandatory_fields_for_tranaction' => '여기의 값은 생성되는 거래에 최종적으로 반영됩니다',
'click_for_calendar' => '거래가 반복되는 시기를 보여주는 달력을 보려면 여기를 클릭하세요.',
'repeat_forever' => '영원히 반복',
'repeat_until_date' => '날짜까지 반복',
'repeat_times' => '여러 번 반복',
'recurring_skips_one' => '다른 모든',
'recurring_skips_more' => '건너뛰기 :count 발생',
'store_new_recurrence' => '반복 거래 저장',
'stored_new_recurrence' => '":title" 반복 거래가 성공적으로 저장되었습니다.',
'edit_recurrence' => '":title" 반복 거래 수정',
'recurring_repeats_until' => ':date 까지 반복',
'recurring_repeats_forever' => '영원히 반복',
'recurring_repeats_x_times' => ':count 회 반복|:count 회 반복',
'update_recurrence' => '반복 거래 업데이트',
'updated_recurrence' => '":title" 반복 거래 업데이트됨',
'recurrence_is_inactive' => '이 반복 거래는 활성화되어 있지 않으며 새 거래를 생성하지 않습니다.',
'delete_recurring' => '":title" 반복 거래 삭제',
'new_recurring_transaction' => '새 반복 거래',

View File

@ -66,9 +66,9 @@ return [
'require_currency_info' => '이 필드의 내용은 통화 정보가 없으면 유효하지 않습니다.',
'not_transfer_account' => '이 계정은 이체에 사용할 수 있는 계정이 아닙니다.',
'require_currency_amount' => '이 필드의 내용은 외화 수량 정보가 없으면 유효하지 않습니다.',
'require_foreign_currency' => 'This field requires a number',
'require_foreign_dest' => 'This field value must match the currency of the destination account.',
'require_foreign_src' => 'This field value must match the currency of the source account.',
'require_foreign_currency' => '이 항목은 숫자가 필요합니다.',
'require_foreign_dest' => '이 항목 값은 대상 계정의 통화와 일치해야 합니다.',
'require_foreign_src' => '이 항목 값은 소스 계정의 통화와 일치해야 합니다.',
'equal_description' => '거래 설명은 전역 설명과 같지 않아야 합니다.',
'file_invalid_mime' => '":name" 파일은 새로운 업로드를 허용하지 않는 ":mime" 타입입니다.',
'file_too_large' => '":name" 파일이 너무 큽니다.',

View File

@ -2364,8 +2364,8 @@ return [
// administration
'invite_is_already_redeemed' => 'The invite to ":address" has already been redeemed.',
'invite_is_deleted' => 'The invite to ":address" has been deleted.',
'invite_is_already_redeemed' => 'De uitnodiging aan ":address" is al gebruikt.',
'invite_is_deleted' => 'De uitnodiging aan ":address" is verwijderd.',
'invite_new_user_title' => 'Nieuwe gebruiker uitnodigen',
'invite_new_user_text' => 'Als beheerder kun je gebruikers uitnodigen om zich te registreren bij jouw Firefly III-installatie. Je kan een directe link maken en deze vervolgens delen met gebruiker. Hiermee kunnen ze een account maken. De uitgenodigde gebruiker en hun uitnodigingslink verschijnen in de onderstaande tabel. Je kan die link met ze delen.',
'invited_user_mail' => 'E-mailadres',

View File

@ -66,9 +66,9 @@ return [
'require_currency_info' => 'De inhoud van dit veld is ongeldig zonder valutagegevens.',
'not_transfer_account' => 'Deze account kan je niet gebruiken voor overschrijvingen.',
'require_currency_amount' => 'De inhoud van dit veld is ongeldig zonder bedrag in vreemde valuta.',
'require_foreign_currency' => 'This field requires a number',
'require_foreign_dest' => 'This field value must match the currency of the destination account.',
'require_foreign_src' => 'This field value must match the currency of the source account.',
'require_foreign_currency' => 'Dit veld vereist een nummer',
'require_foreign_dest' => 'Deze veldwaarde moet overeenkomen met de valuta van de doelrekening.',
'require_foreign_src' => 'Deze veldwaarde moet overeenkomen met de valuta van de bronrekening.',
'equal_description' => 'Transactiebeschrijving mag niet gelijk zijn aan globale beschrijving.',
'file_invalid_mime' => 'Bestand ":name" is van het type ":mime", en die kan je niet uploaden.',
'file_too_large' => 'Bestand ":name" is te groot.',

View File

@ -521,52 +521,52 @@ return [
'search_modifier_bill_starts' => 'Rachunek zaczyna się od ":value"',
'search_modifier_not_bill_starts' => 'Rachunek nie zaczyna się od ":value"',
'search_modifier_external_id_contains' => 'Zewnętrzne ID zawiera ":value"',
'search_modifier_not_external_id_contains' => 'External ID does not contain ":value"',
'search_modifier_not_external_id_contains' => 'Zewnętrzne ID nie zawiera ":value"',
'search_modifier_external_id_ends' => 'Zewnętrzne ID kończy się na ":value"',
'search_modifier_not_external_id_ends' => 'External ID does not end with ":value"',
'search_modifier_not_external_id_ends' => 'Zewnętrzne ID nie kończy się na ":value"',
'search_modifier_external_id_starts' => 'Zewnętrzne ID zaczyna się od ":value"',
'search_modifier_not_external_id_starts' => 'External ID does not start with ":value"',
'search_modifier_not_external_id_starts' => 'Zewnętrzne ID nie zaczyna się od ":value"',
'search_modifier_internal_reference_contains' => 'Wewnętrzne odwołanie zawiera ":value"',
'search_modifier_not_internal_reference_contains' => 'Internal reference does not contain ":value"',
'search_modifier_not_internal_reference_contains' => 'Wewnętrzne odwołanie nie zawiera ":value"',
'search_modifier_internal_reference_ends' => 'Wewnętrzne odwołanie kończy się na ":value"',
'search_modifier_internal_reference_starts' => 'Wewnętrzne odniesienie zaczyna się od ":value"',
'search_modifier_not_internal_reference_ends' => 'Internal reference does not end with ":value"',
'search_modifier_not_internal_reference_starts' => 'Internal reference does not start with ":value"',
'search_modifier_not_internal_reference_ends' => 'Wewnętrzne odwołanie nie kończy się na ":value"',
'search_modifier_not_internal_reference_starts' => 'Wewnętrzne odwołanie nie zaczyna się od ":value"',
'search_modifier_external_url_is' => 'Zewnętrzny adres URL to ":value"',
'search_modifier_not_external_url_is' => 'External URL is not ":value"',
'search_modifier_not_external_url_is' => 'Zewnętrzny adres URL to nie ":value"',
'search_modifier_external_url_contains' => 'Zewnętrzny adres URL zawiera ":value"',
'search_modifier_not_external_url_contains' => 'External URL does not contain ":value"',
'search_modifier_not_external_url_contains' => 'Zewnętrzny adres URL nie zawiera ":value"',
'search_modifier_external_url_ends' => 'Zewnętrzny adres URL kończy się na ":value"',
'search_modifier_not_external_url_ends' => 'External URL does not end with ":value"',
'search_modifier_not_external_url_ends' => 'Zewnętrzny adres URL nie kończy się na ":value"',
'search_modifier_external_url_starts' => 'Zewnętrzny adres URL zaczyna się od ":value"',
'search_modifier_not_external_url_starts' => 'External URL does not start with ":value"',
'search_modifier_not_external_url_starts' => 'Zewnętrzny adres URL nie zaczyna się od ":value"',
'search_modifier_has_no_attachments' => 'Transakcja nie ma załączników',
'search_modifier_not_has_no_attachments' => 'Transaction has attachments',
'search_modifier_not_has_attachments' => 'Transaction has no attachments',
'search_modifier_account_is_cash' => 'Either account is the "(cash)" account.',
'search_modifier_not_account_is_cash' => 'Neither account is the "(cash)" account.',
'search_modifier_not_has_no_attachments' => 'Transakcja ma załączniki',
'search_modifier_not_has_attachments' => 'Transakcja nie ma załączników',
'search_modifier_account_is_cash' => 'Dowolne konto jest kontem "(cash)".',
'search_modifier_not_account_is_cash' => 'Żadne konto nie jest kontem "(cash)".',
'search_modifier_journal_id' => 'ID dziennika to ":value"',
'search_modifier_not_journal_id' => 'The journal ID is not ":value"',
'search_modifier_not_journal_id' => 'ID dziennika to nie ":value"',
'search_modifier_recurrence_id' => 'ID transakcji cyklicznej to ":value"',
'search_modifier_not_recurrence_id' => 'The recurring transaction ID is not ":value"',
'search_modifier_not_recurrence_id' => 'ID transakcji cyklicznej to nie ":value"',
'search_modifier_foreign_amount_is' => 'Kwota zagraniczna to ":value"',
'search_modifier_not_foreign_amount_is' => 'The foreign amount is not ":value"',
'search_modifier_not_foreign_amount_is' => 'Kwota zagraniczna to nie ":value"',
'search_modifier_foreign_amount_less' => 'Kwota zagraniczna jest mniejsza niż ":value"',
'search_modifier_not_foreign_amount_more' => 'The foreign amount is less than ":value"',
'search_modifier_not_foreign_amount_less' => 'The foreign amount is more than ":value"',
'search_modifier_not_foreign_amount_more' => 'Kwota zagraniczna jest mniejsza niż ":value"',
'search_modifier_not_foreign_amount_less' => 'Kwota zagraniczna jest większa niż ":value"',
'search_modifier_foreign_amount_more' => 'Kwota zagraniczna jest większa niż ":value"',
'search_modifier_exists' => 'Transaction exists (any transaction)',
'search_modifier_not_exists' => 'Transaction does not exist (no transaction)',
'search_modifier_exists' => 'Transakcja istnieje (dowolna transakcja)',
'search_modifier_not_exists' => 'Transakcja nie istnieje (brak transakcji)',
// date fields
'search_modifier_interest_date_on' => 'Data odsetek transakcji to ":value"',
'search_modifier_not_interest_date_on' => 'Transaction interest date is not ":value"',
'search_modifier_not_interest_date_on' => 'Data odsetek transakcji to nie ":value"',
'search_modifier_interest_date_on_year' => 'Data odsetek transakcji jest w roku ":value"',
'search_modifier_not_interest_date_on_year' => 'Transaction interest date is not in year ":value"',
'search_modifier_not_interest_date_on_year' => 'Data odsetek transakcji nie jest w roku ":value"',
'search_modifier_interest_date_on_month' => 'Data odsetek transakcji jest w miesiącu ":value"',
'search_modifier_not_interest_date_on_month' => 'Transaction interest date is not in month ":value"',
'search_modifier_not_interest_date_on_month' => 'Data odsetek transakcji nie jest w miesiącu ":value"',
'search_modifier_interest_date_on_day' => 'Data odsetek transakcji przypada w dniu miesiąca ":value"',
'search_modifier_not_interest_date_on_day' => 'Transaction interest date is not on day of month ":value"',
'search_modifier_not_interest_date_on_day' => 'Data odsetek transakcji nie przypada w dniu miesiąca ":value"',
'search_modifier_interest_date_before_year' => 'Data odsetek transakcji jest przed lub w roku ":value"',
'search_modifier_interest_date_before_month' => 'Data odsetek transakcji jest przed lub w miesiącu ":value"',
'search_modifier_interest_date_before_day' => 'Data odsetek transakcji jest przed lub w dniu miesiąca ":value"',
@ -924,14 +924,14 @@ return [
'rule_trigger_notes_contains' => 'Notatki zawierają ":trigger_value"',
'rule_trigger_notes_starts_choice' => 'Notatki zaczynają się od..',
'rule_trigger_notes_starts' => 'Notes start with ":trigger_value"',
'rule_trigger_notes_ends_choice' => 'Notes end with..',
'rule_trigger_notes_ends' => 'Notes end with ":trigger_value"',
'rule_trigger_notes_ends_choice' => 'Notatki kończą się na..',
'rule_trigger_notes_ends' => 'Notatki kończą się na ":trigger_value"',
'rule_trigger_bill_is_choice' => 'Rachunek to..',
'rule_trigger_bill_is' => 'Rachunek to ":trigger_value"',
'rule_trigger_external_id_is_choice' => 'External ID is..',
'rule_trigger_external_id_is' => 'External ID is ":trigger_value"',
'rule_trigger_internal_reference_is_choice' => 'Internal reference is..',
'rule_trigger_internal_reference_is' => 'Internal reference is ":trigger_value"',
'rule_trigger_external_id_is_choice' => 'Zewnętrzne ID to..',
'rule_trigger_external_id_is' => 'Zewnętrzne ID to ":trigger_value"',
'rule_trigger_internal_reference_is_choice' => 'Wewnętrzne odwołanie to..',
'rule_trigger_internal_reference_is' => 'Wewnętrzne odwołanie to ":trigger_value"',
'rule_trigger_journal_id_choice' => 'ID dziennika transakcji to..',
'rule_trigger_journal_id' => 'ID dziennika transakcji to ":trigger_value"',
'rule_trigger_no_external_url' => 'Transakcja nie ma zewnętrznego adresu URL',
@ -945,8 +945,8 @@ return [
// new values:
'rule_trigger_user_action_choice' => 'User action is ":trigger_value"',
'rule_trigger_tag_is_not_choice' => 'No tag is..',
'rule_trigger_tag_is_not' => 'No tag is ":trigger_value"',
'rule_trigger_tag_is_not_choice' => 'Żaden tag to..',
'rule_trigger_tag_is_not' => 'Żaden tag to ":trigger_value"',
'rule_trigger_account_is_choice' => 'Either account is exactly..',
'rule_trigger_account_is' => 'Either account is exactly ":trigger_value"',
'rule_trigger_account_contains_choice' => 'Either account contains..',
@ -1081,8 +1081,8 @@ return [
'rule_trigger_not_source_account_id' => 'Source account ID is not ":trigger_value"',
'rule_trigger_not_destination_account_id' => 'Destination account ID is not ":trigger_value"',
'rule_trigger_not_transaction_type' => 'Transaction type is not ":trigger_value"',
'rule_trigger_not_tag_is' => 'Tag is not ":trigger_value"',
'rule_trigger_not_tag_is_not' => 'Tag is ":trigger_value"',
'rule_trigger_not_tag_is' => 'Tag to nie ":trigger_value"',
'rule_trigger_not_tag_is_not' => 'Tag to ":trigger_value"',
'rule_trigger_not_description_is' => 'Description is not ":trigger_value"',
'rule_trigger_not_description_contains' => 'Description does not contain',
'rule_trigger_not_description_ends' => 'Description does not end with ":trigger_value"',
@ -1191,14 +1191,14 @@ return [
'rule_trigger_not_has_any_category' => 'Transaction has no category',
'rule_trigger_not_has_any_budget' => 'Transaction has no category',
'rule_trigger_not_has_any_bill' => 'Transaction has no bill',
'rule_trigger_not_has_any_tag' => 'Transaction has no tags',
'rule_trigger_not_has_any_tag' => 'Transakcja bez tagów',
'rule_trigger_not_any_notes' => 'Transaction has no notes',
'rule_trigger_not_any_external_url' => 'Transaction has no external URL',
'rule_trigger_not_has_no_attachments' => 'Transaction has a (any) attachment(s)',
'rule_trigger_not_has_no_category' => 'Transaction has a (any) category',
'rule_trigger_not_has_no_budget' => 'Transaction has a (any) budget',
'rule_trigger_not_has_no_bill' => 'Transaction has a (any) bill',
'rule_trigger_not_has_no_tag' => 'Transaction has a (any) tag',
'rule_trigger_not_has_no_tag' => 'Transakcja ma (dowolny) tag',
'rule_trigger_not_no_notes' => 'Transaction has any notes',
'rule_trigger_not_no_external_url' => 'Transaction has an external URL',
'rule_trigger_not_source_is_cash' => 'Source account is not a cash account',
@ -1242,18 +1242,18 @@ return [
'rule_action_update_piggy' => 'Dodaj / usuń kwotę transakcji w skarbonce ":action_value"',
'rule_action_append_description_choice' => 'Dołącz do opisu ..',
'rule_action_prepend_description_choice' => 'Poprzedź opis ..',
'rule_action_set_source_account_choice' => 'Set source account to ..',
'rule_action_set_source_account_choice' => 'Ustaw konto źródłowe na ..',
'rule_action_set_source_account' => 'Ustaw konto źródłowe na :action_value',
'rule_action_set_destination_account_choice' => 'Set destination account to ..',
'rule_action_set_destination_account_choice' => 'Ustaw konto docelowe na ..',
'rule_action_set_destination_account' => 'Ustaw konto docelowe na :action_value',
'rule_action_append_notes_choice' => 'Append notes with ..',
'rule_action_append_notes_choice' => 'Dołącz do notatek ..',
'rule_action_append_notes' => 'Dołącz do notatek wartość ":action_value"',
'rule_action_prepend_notes_choice' => 'Prepend notes with ..',
'rule_action_prepend_notes_choice' => 'Poprzedź notatki ..',
'rule_action_prepend_notes' => 'Poprzedź notatki wartością ":action_value"',
'rule_action_clear_notes_choice' => 'Usuń wszystkie notatki',
'rule_action_clear_notes' => 'Usuń wszystkie notatki',
'rule_action_set_notes_choice' => 'Set notes to ..',
'rule_action_link_to_bill_choice' => 'Link to a bill ..',
'rule_action_set_notes_choice' => 'Ustaw notatki na ..',
'rule_action_link_to_bill_choice' => 'Powiąż z rachunkiem ..',
'rule_action_link_to_bill' => 'Powiąż z rachunkiem ":action_value"',
'rule_action_set_notes' => 'Ustaw notatki na ":action_value"',
'rule_action_convert_deposit_choice' => 'Konwertuj transakcję na wpłatę',
@ -1403,8 +1403,8 @@ return [
'permanent_delete_stuff' => 'You can delete stuff from Firefly III. Using the buttons below means that your items will be removed from view and hidden. There is no undo-button for this, but the items may remain in the database where you can salvage them if necessary.',
'other_sessions_logged_out' => 'Wszystkie twoje inne sesje zostały wylogowane.',
'delete_unused_accounts' => 'Deleting unused accounts will clean your auto-complete lists.',
'delete_all_unused_accounts' => 'Delete unused accounts',
'deleted_all_unused_accounts' => 'All unused accounts are deleted',
'delete_all_unused_accounts' => 'Usuń nieużywane konta',
'deleted_all_unused_accounts' => 'Wszystkie nieużywane konta zostały usunięte',
'delete_all_budgets' => 'Usuń WSZYSTKIE budżety',
'delete_all_categories' => 'Usuń WSZYSTKIE kategorie',
'delete_all_tags' => 'Usuń WSZYSTKIE tagi',
@ -1558,8 +1558,8 @@ return [
'title_transfer' => 'Transfery',
'title_transfers' => 'Transfery',
'submission_options' => 'Submission options',
'apply_rules_checkbox' => 'Apply rules',
'fire_webhooks_checkbox' => 'Fire webhooks',
'apply_rules_checkbox' => 'Zastosuj reguły',
'fire_webhooks_checkbox' => 'Uruchom webhooki',
// convert stuff:
'convert_is_already_type_Withdrawal' => 'Ta transakcja jest już wypłatą',
@ -2366,13 +2366,13 @@ return [
// administration
'invite_is_already_redeemed' => 'Zaproszenie do ":address" zostało już wykorzystane.',
'invite_is_deleted' => 'Zaproszenie do ":address" zostało usunięte.',
'invite_new_user_title' => 'Invite new user',
'invite_new_user_title' => 'Zaproś nowego użytkownika',
'invite_new_user_text' => 'As an administrator, you can invite users to register on your Firefly III administration. Using the direct link you can share with them, they will be able to register an account. The invited user and their invite link will appear in the table below. You are free to share the invitation link with them.',
'invited_user_mail' => 'Email address',
'invite_user' => 'Invite user',
'user_is_invited' => 'Email address ":address" was invited to Firefly III',
'invited_user_mail' => 'Adres email',
'invite_user' => 'Zaproś użytkownika',
'user_is_invited' => 'Adres email ":address" został zaproszony do Firefly III',
'administration' => 'Administracja',
'code_already_used' => 'Invite code has been used',
'code_already_used' => 'Kod zaproszenia został już użyty',
'user_administration' => 'Administracja użytkownikami',
'list_all_users' => 'Wszyscy użytkownicy',
'all_users' => 'Wszyscy użytkownicy',
@ -2404,22 +2404,22 @@ return [
'delete_user' => 'Usuń użytkownika :email',
'user_deleted' => 'Użytkownik został usunięty',
'send_test_email' => 'Wyślij testową wiadomość e-mail',
'send_test_email_text' => 'To see if your installation is capable of sending email or posting Slack messages, please press this button. You will not see an error here (if any), <strong>the log files will reflect any errors</strong>. You can press this button as many times as you like. There is no spam control. The message will be sent to <code>:email</code> and should arrive shortly.',
'send_test_email_text' => 'Aby sprawdzić, czy Twoja instalacja umożliwia wysyłanie wiadomości e-mail lub na Slacku, naciśnij ten przycisk. Nie zobaczysz tutaj błędu (jeśli jest), <strong>pliki dziennika będą odzwierciedlać wszelkie błędy</strong>. Możesz nacisnąć ten przycisk tyle razy, ile chcesz. Nie ma kontroli spamu. Wiadomość zostanie wysłana do <code>:email</code> i powinna wkrótce nadejść.',
'send_message' => 'Wyślij wiadomość',
'send_test_triggered' => 'Test został uruchomiony. Sprawdź swoją skrzynkę odbiorczą i pliki dziennika.',
'give_admin_careful' => 'Użytkownicy, którzy dostaną prawa administratora, mogą zabrać twoje. Zachowaj ostrożność.',
'admin_maintanance_title' => 'Konserwacja',
'admin_maintanance_expl' => 'Kilka pięknych przycisków do konserwacji Firefly III',
'admin_maintenance_clear_cache' => 'Wyczyść pamięć podręczną',
'admin_notifications' => 'Admin notifications',
'admin_notifications_expl' => 'The following notifications can be enabled or disabled by the administrator. If you want to get these messages over Slack as well, set the "incoming webhook" URL.',
'admin_notifications' => 'Powiadomienia administratora',
'admin_notifications_expl' => 'Następujące powiadomienia mogą być włączone lub wyłączone przez administratora. Jeśli chcesz również otrzymywać te wiadomości przez Slack ustaw adres URL dla "przychodzącego webhooka".',
'admin_notification_check_user_new_reg' => 'User gets post-registration welcome message',
'admin_notification_check_admin_new_reg' => 'Administrator(s) get new user registration notification',
'admin_notification_check_new_version' => 'A new version is available',
'admin_notification_check_invite_created' => 'A user is invited to Firefly III',
'admin_notification_check_invite_redeemed' => 'A user invitation is redeemed',
'all_invited_users' => 'All invited users',
'save_notification_settings' => 'Save settings',
'admin_notification_check_new_version' => 'Dostępna jest nowa wersja',
'admin_notification_check_invite_created' => 'Użytkownik jest zaproszony do Firefly III',
'admin_notification_check_invite_redeemed' => 'Zaproszenie użytkownika zostało użyte',
'all_invited_users' => 'Wszyscy zaproszeni użytkownicy',
'save_notification_settings' => 'Zapisz ustawienia',
'notification_settings_saved' => 'Ustawienia powiadomień zostały zapisane',
@ -2684,14 +2684,14 @@ return [
// audit log entries
'audit_log_entries' => 'Wpisy dziennika audytu',
'ale_action_log_add' => 'Added :amount to piggy bank ":name"',
'ale_action_log_remove' => 'Removed :amount from piggy bank ":name"',
'ale_action_clear_budget' => 'Removed from budget',
'ale_action_clear_category' => 'Removed from category',
'ale_action_clear_notes' => 'Removed notes',
'ale_action_clear_tag' => 'Cleared tag',
'ale_action_clear_all_tags' => 'Cleared all tags',
'ale_action_set_bill' => 'Linked to bill',
'ale_action_log_add' => 'Dodano :amount do skarbonki ":name"',
'ale_action_log_remove' => 'Usunięto :amount ze skarbonki ":name"',
'ale_action_clear_budget' => 'Usunięto z budżetu',
'ale_action_clear_category' => 'Usunięto z kategorii',
'ale_action_clear_notes' => 'Usunięto notatki',
'ale_action_clear_tag' => 'Wyczyszczono tag',
'ale_action_clear_all_tags' => 'Wyczyszczono wszystkie tagi',
'ale_action_set_bill' => 'Powiązano z rachunkiem',
'ale_action_set_budget' => 'Ustawiono budżet',
'ale_action_set_category' => 'Ustawiono kategorię',
'ale_action_set_source' => 'Ustawiono konto źródłowe',

View File

@ -109,7 +109,7 @@ return [
'liability_type' => 'Rodzaj zobowiązania',
'interest' => 'Odsetki',
'interest_period' => 'Okres odsetkowy',
'extension_date' => 'Extension date',
'extension_date' => 'Data przedłużenia',
'type' => 'Typ',
'convert_Withdrawal' => 'Konwertuj wypłatę',
'convert_Deposit' => 'Konwertuj wpłatę',
@ -211,7 +211,7 @@ return [
'recurring_keep_transactions' => 'Jedyna transakcja utworzona przez tę cykliczną transakcję nie zostanie usunięta.|Wszystkie transakcje (:count) utworzone przez tę cykliczną transakcję zostaną oszczędzone.',
'tag_keep_transactions' => 'Jedyna transakcja związana z tym tagiem nie zostanie usunięta.|Wszystkie transakcje (:count) związane z tym tagiem nie zostaną skasowane.',
'check_for_updates' => 'Sprawdź aktualizacje',
'liability_direction' => 'Liability in/out',
'liability_direction' => 'Zobowiązania przychodzące/wychodzące',
'delete_object_group' => 'Usuń grupę ":title"',
'email' => 'Adres email',
'password' => 'Hasło',

View File

@ -67,8 +67,8 @@ return [
'not_transfer_account' => 'To konto nie jest kontem, które może być używane do przelewów.',
'require_currency_amount' => 'Treść tego pola jest nieprawidłowa bez informacji o obcej kwocie.',
'require_foreign_currency' => 'Wymagane jest wprowadzenie liczby w tym polu',
'require_foreign_dest' => 'This field value must match the currency of the destination account.',
'require_foreign_src' => 'This field value must match the currency of the source account.',
'require_foreign_dest' => 'Wartość tego pola musi odpowiadać walucie konta docelowego.',
'require_foreign_src' => 'Wartość tego pola musi odpowiadać walucie konta źródłowego.',
'equal_description' => 'Opis transakcji nie powinien być równy globalnemu opisowi.',
'file_invalid_mime' => 'Plik ":name" jest typu ":mime", który nie jest akceptowany jako nowy plik do przekazania.',
'file_too_large' => 'Plik ":name" jest zbyt duży.',
@ -285,7 +285,7 @@ return [
'auto_budget_period_mandatory' => 'Okres automatycznego budżetu to pole obowiązkowe.',
// no access to administration:
'no_access_user_group' => 'You do not have the correct access rights for this administration.',
'no_access_user_group' => 'Nie masz odpowiednich praw dostępu dla tej administracji.',
];
/*

View File

@ -12,6 +12,6 @@ sonar.organization=firefly-iii
#sonar.sourceEncoding=UTF-8
sonar.projectVersion=6.0.4
sonar.projectVersion=6.0.5
sonar.sources=app,bootstrap,database,resources/assets,resources/views,routes,tests
sonar.sourceEncoding=UTF-8

136
yarn.lock
View File

@ -23,32 +23,32 @@
integrity sha512-gMuZsmsgxk/ENC3O/fRw5QY8A9/uxQbbCEypnLIiYYc/qVJtEV7ouxC3EllIIwNzMqAQee5tanFabWsUOutS7g==
"@babel/core@^7.15.8":
version "7.21.0"
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.21.0.tgz#1341aefdcc14ccc7553fcc688dd8986a2daffc13"
integrity sha512-PuxUbxcW6ZYe656yL3EAhpy7qXKq0DmYsrJLpbB8XrsCP9Nm+XCg9XFMb5vIDliPD7+U/+M+QJlH17XOcB7eXA==
version "7.21.3"
resolved "https://registry.yarnpkg.com/@babel/core/-/core-7.21.3.tgz#cf1c877284a469da5d1ce1d1e53665253fae712e"
integrity sha512-qIJONzoa/qiHghnm0l1n4i/6IIziDpzqc36FBs4pzMhDUraHqponwJLiAKm1hGLP3OSB/TVNz6rMwVGpwxxySw==
dependencies:
"@ampproject/remapping" "^2.2.0"
"@babel/code-frame" "^7.18.6"
"@babel/generator" "^7.21.0"
"@babel/generator" "^7.21.3"
"@babel/helper-compilation-targets" "^7.20.7"
"@babel/helper-module-transforms" "^7.21.0"
"@babel/helper-module-transforms" "^7.21.2"
"@babel/helpers" "^7.21.0"
"@babel/parser" "^7.21.0"
"@babel/parser" "^7.21.3"
"@babel/template" "^7.20.7"
"@babel/traverse" "^7.21.0"
"@babel/types" "^7.21.0"
"@babel/traverse" "^7.21.3"
"@babel/types" "^7.21.3"
convert-source-map "^1.7.0"
debug "^4.1.0"
gensync "^1.0.0-beta.2"
json5 "^2.2.2"
semver "^6.3.0"
"@babel/generator@^7.21.0", "@babel/generator@^7.21.1":
version "7.21.1"
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.21.1.tgz#951cc626057bc0af2c35cd23e9c64d384dea83dd"
integrity sha512-1lT45bAYlQhFn/BHivJs43AiW2rg3/UbLyShGfF3C0KmHvO5fSghWd5kBJy30kpRRucGzXStvnnCFniCR2kXAA==
"@babel/generator@^7.21.3":
version "7.21.3"
resolved "https://registry.yarnpkg.com/@babel/generator/-/generator-7.21.3.tgz#232359d0874b392df04045d72ce2fd9bb5045fce"
integrity sha512-QS3iR1GYC/YGUnW7IdggFeN5c1poPUurnGttOV/bZgPGV+izC/D8HnD6DLwod0fsatNyVn1G3EVWMYIF0nHbeA==
dependencies:
"@babel/types" "^7.21.0"
"@babel/types" "^7.21.3"
"@jridgewell/gen-mapping" "^0.3.2"
"@jridgewell/trace-mapping" "^0.3.17"
jsesc "^2.5.1"
@ -154,7 +154,7 @@
dependencies:
"@babel/types" "^7.18.6"
"@babel/helper-module-transforms@^7.18.6", "@babel/helper-module-transforms@^7.20.11", "@babel/helper-module-transforms@^7.21.0", "@babel/helper-module-transforms@^7.21.2":
"@babel/helper-module-transforms@^7.18.6", "@babel/helper-module-transforms@^7.20.11", "@babel/helper-module-transforms@^7.21.2":
version "7.21.2"
resolved "https://registry.yarnpkg.com/@babel/helper-module-transforms/-/helper-module-transforms-7.21.2.tgz#160caafa4978ac8c00ac66636cb0fa37b024e2d2"
integrity sha512-79yj2AR4U/Oqq/WOV7Lx6hUjau1Zfo4cI+JLAVYeMV5XIlbOhmjEk5ulbTc9fMpmlojzZHkUUxAiK+UKn+hNQQ==
@ -266,10 +266,10 @@
chalk "^2.0.0"
js-tokens "^4.0.0"
"@babel/parser@^7.1.0", "@babel/parser@^7.16.4", "@babel/parser@^7.18.4", "@babel/parser@^7.20.7", "@babel/parser@^7.21.0", "@babel/parser@^7.21.2":
version "7.21.2"
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.2.tgz#dacafadfc6d7654c3051a66d6fe55b6cb2f2a0b3"
integrity sha512-URpaIJQwEkEC2T9Kn+Ai6Xe/02iNaVCuT/PtoRz3GPVJVDpPd7mLo+VddTbhCRU9TXqW5mSrQfXZyi8kDKOVpQ==
"@babel/parser@^7.1.0", "@babel/parser@^7.16.4", "@babel/parser@^7.18.4", "@babel/parser@^7.20.7", "@babel/parser@^7.21.3":
version "7.21.3"
resolved "https://registry.yarnpkg.com/@babel/parser/-/parser-7.21.3.tgz#1d285d67a19162ff9daa358d4cb41d50c06220b3"
integrity sha512-lobG0d7aOfQRXh8AyklEAgZGvA4FShxo6xQbUrrT/cNBPUdIDojlokwJsQyCC/eKia7ifqM0yP+2DRZ4WKw2RQ==
"@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@^7.18.6":
version "7.18.6"
@ -575,9 +575,9 @@
"@babel/template" "^7.20.7"
"@babel/plugin-transform-destructuring@^7.20.2":
version "7.20.7"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.20.7.tgz#8bda578f71620c7de7c93af590154ba331415454"
integrity sha512-Xwg403sRrZb81IVB79ZPqNQME23yhugYVqgTxAhT99h485F4f+GMELFhhOsscDUB7HCswepKeCKLn/GZvUKoBA==
version "7.21.3"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.21.3.tgz#73b46d0fd11cd6ef57dea8a381b1215f4959d401"
integrity sha512-bp6hwMFzuiE4HqYEyoGJ/V2LeIWn+hLVKc4pnj++E5XQptwhtcGmSayM029d/j2X1bPKGTlsyPwAubuU22KhMA==
dependencies:
"@babel/helper-plugin-utils" "^7.20.2"
@ -693,9 +693,9 @@
"@babel/helper-replace-supers" "^7.18.6"
"@babel/plugin-transform-parameters@^7.20.1", "@babel/plugin-transform-parameters@^7.20.7":
version "7.20.7"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.20.7.tgz#0ee349e9d1bc96e78e3b37a7af423a4078a7083f"
integrity sha512-WiWBIkeHKVOSYPO0pWkxGPfKeWrCJyD3NJ53+Lrp/QMSZbsVPovrVl2aWZ19D/LTVnaDv5Ap7GJ/B2CTOZdrfA==
version "7.21.3"
resolved "https://registry.yarnpkg.com/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.21.3.tgz#18fc4e797cf6d6d972cb8c411dbe8a809fa157db"
integrity sha512-Wxc+TvppQG9xWFYatvCGPvZ6+SIUxQ2ZdiBP+PHYMIjnPXD+uThCshaz4NZOnODAtBjjcVQQ/3OKs9LW28purQ==
dependencies:
"@babel/helper-plugin-utils" "^7.20.2"
@ -897,26 +897,26 @@
"@babel/parser" "^7.20.7"
"@babel/types" "^7.20.7"
"@babel/traverse@^7.20.5", "@babel/traverse@^7.20.7", "@babel/traverse@^7.21.0", "@babel/traverse@^7.21.2":
version "7.21.2"
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.21.2.tgz#ac7e1f27658750892e815e60ae90f382a46d8e75"
integrity sha512-ts5FFU/dSUPS13tv8XiEObDu9K+iagEKME9kAbaP7r0Y9KtZJZ+NGndDvWoRAYNpeWafbpFeki3q9QoMD6gxyw==
"@babel/traverse@^7.20.5", "@babel/traverse@^7.20.7", "@babel/traverse@^7.21.0", "@babel/traverse@^7.21.2", "@babel/traverse@^7.21.3":
version "7.21.3"
resolved "https://registry.yarnpkg.com/@babel/traverse/-/traverse-7.21.3.tgz#4747c5e7903d224be71f90788b06798331896f67"
integrity sha512-XLyopNeaTancVitYZe2MlUEvgKb6YVVPXzofHgqHijCImG33b/uTurMS488ht/Hbsb2XK3U2BnSTxKVNGV3nGQ==
dependencies:
"@babel/code-frame" "^7.18.6"
"@babel/generator" "^7.21.1"
"@babel/generator" "^7.21.3"
"@babel/helper-environment-visitor" "^7.18.9"
"@babel/helper-function-name" "^7.21.0"
"@babel/helper-hoist-variables" "^7.18.6"
"@babel/helper-split-export-declaration" "^7.18.6"
"@babel/parser" "^7.21.2"
"@babel/types" "^7.21.2"
"@babel/parser" "^7.21.3"
"@babel/types" "^7.21.3"
debug "^4.1.0"
globals "^11.1.0"
"@babel/types@^7.0.0", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.20.0", "@babel/types@^7.20.2", "@babel/types@^7.20.5", "@babel/types@^7.20.7", "@babel/types@^7.21.0", "@babel/types@^7.21.2", "@babel/types@^7.3.0", "@babel/types@^7.4.4":
version "7.21.2"
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.21.2.tgz#92246f6e00f91755893c2876ad653db70c8310d1"
integrity sha512-3wRZSs7jiFaB8AjxiiD+VqN5DTG2iRvJGQ+qYFrs/654lg6kGTQWIOFjlBo5RaXuAZjBmP3+OQH4dmhqiiyYxw==
"@babel/types@^7.0.0", "@babel/types@^7.18.6", "@babel/types@^7.18.9", "@babel/types@^7.20.0", "@babel/types@^7.20.2", "@babel/types@^7.20.5", "@babel/types@^7.20.7", "@babel/types@^7.21.0", "@babel/types@^7.21.2", "@babel/types@^7.21.3", "@babel/types@^7.3.0", "@babel/types@^7.4.4":
version "7.21.3"
resolved "https://registry.yarnpkg.com/@babel/types/-/types-7.21.3.tgz#4865a5357ce40f64e3400b0f3b737dc6d4f64d05"
integrity sha512-sBGdETxC+/M4o/zKC0sl6sjWv62WFR/uzxrJ6uYyMLZOUlPnwzw0tKgVHOXxaAd5l2g8pEDM5RZ495GPQI77kg==
dependencies:
"@babel/helper-string-parser" "^7.19.4"
"@babel/helper-validator-identifier" "^7.19.1"
@ -1098,9 +1098,9 @@
"@types/estree" "*"
"@types/eslint@*":
version "8.21.1"
resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-8.21.1.tgz#110b441a210d53ab47795124dbc3e9bb993d1e7c"
integrity sha512-rc9K8ZpVjNcLs8Fp0dkozd5Pt2Apk1glO4Vgz8ix1u6yFByxfqo5Yavpy65o+93TAe24jr7v+eSBtFLvOQtCRQ==
version "8.21.2"
resolved "https://registry.yarnpkg.com/@types/eslint/-/eslint-8.21.2.tgz#2b61b43a8b0e66006856a2a4c8e51f6f773ead27"
integrity sha512-EMpxUyystd3uZVByZap1DACsMXvb82ypQnGn89e1Y0a+LYu3JJscUd/gqhRsVFDkaD2MIiWo0MT8EfXr3DGRKw==
dependencies:
"@types/estree" "*"
"@types/json-schema" "*"
@ -1201,9 +1201,9 @@
integrity sha512-K0VQKziLUWkVKiRVrx4a40iPaxTUefQmjtkQofBkYRcoaaL/8rhwDWww9qWbrgicNOgnpIsMxyNIUM4+n6dUIA==
"@types/node@*":
version "18.15.0"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.15.0.tgz#286a65e3fdffd691e170541e6ecb0410b16a38be"
integrity sha512-z6nr0TTEOBGkzLGmbypWOGnpSpSIBorEhC4L+4HeQ2iezKCi4f77kyslRwvHeNitymGQ+oFyIWGP96l/DPSV9w==
version "18.15.3"
resolved "https://registry.yarnpkg.com/@types/node/-/node-18.15.3.tgz#f0b991c32cfc6a4e7f3399d6cb4b8cf9a0315014"
integrity sha512-p6ua9zBxz5otCmbpb5D3U4B5Nanw6Pk3PPyX05xnxbB/fRv71N7CPmORg7uAD5P70T0xmx1pzAx/FUfa5X+3cw==
"@types/parse-json@^4.0.0":
version "4.0.0"
@ -1907,9 +1907,9 @@ caniuse-api@^3.0.0:
lodash.uniq "^4.5.0"
caniuse-lite@^1.0.0, caniuse-lite@^1.0.30001449, caniuse-lite@^1.0.30001464:
version "1.0.30001464"
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001464.tgz#888922718df48ce5e33dcfe1a2af7d42676c5eb7"
integrity sha512-oww27MtUmusatpRpCGSOneQk2/l5czXANDSFvsc7VuOQ86s3ANhZetpwXNf1zY/zdfP63Xvjz325DAdAoES13g==
version "1.0.30001467"
resolved "https://registry.yarnpkg.com/caniuse-lite/-/caniuse-lite-1.0.30001467.tgz#1afc9c16ed61f50dd87139da87ca43a3e0051c77"
integrity sha512-cEdN/5e+RPikvl9AHm4uuLXxeCNq8rFsQ+lPHTfe/OtypP3WwnVVbjn+6uBV7PaFL6xUFzTh+sSCOz1rKhcO+Q==
chalk@^2.0.0:
version "2.4.2"
@ -2155,9 +2155,9 @@ cookie@0.5.0:
integrity sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==
core-js-compat@^3.25.1:
version "3.29.0"
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.29.0.tgz#1b8d9eb4191ab112022e7f6364b99b65ea52f528"
integrity sha512-ScMn3uZNAFhK2DGoEfErguoiAHhV2Ju+oJo/jK08p7B3f3UhocUrCCkTvnZaiS+edl5nlIoiBXKcwMc6elv4KQ==
version "3.29.1"
resolved "https://registry.yarnpkg.com/core-js-compat/-/core-js-compat-3.29.1.tgz#15c0fb812ea27c973c18d425099afa50b934b41b"
integrity sha512-QmchCua884D8wWskMX8tW5ydINzd8oSJVx38lx/pVkFGqztxt73GYre3pm/hyYq8bPf+MW5In4I/uRShFDsbrA==
dependencies:
browserslist "^4.21.5"
@ -2520,9 +2520,9 @@ ee-first@1.1.1:
integrity sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==
electron-to-chromium@^1.4.284:
version "1.4.328"
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.328.tgz#b4565ffa502542b561cea16086d6d9b916c7095a"
integrity sha512-DE9tTy2PNmy1v55AZAO542ui+MLC2cvINMK4P2LXGsJdput/ThVG9t+QGecPuAZZSgC8XoI+Jh9M1OG9IoNSCw==
version "1.4.333"
resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.4.333.tgz#ebb21f860f8a29923717b06ec0cb54e77ed34c04"
integrity sha512-YyE8+GKyGtPEP1/kpvqsdhD6rA/TP1DUFDN4uiU/YI52NzDxmwHkEb3qjId8hLBa5siJvG0sfC3O66501jMruQ==
elliptic@^6.5.3:
version "6.5.4"
@ -2928,9 +2928,9 @@ globby@^10.0.0:
slash "^3.0.0"
graceful-fs@^4.1.2, graceful-fs@^4.1.6, graceful-fs@^4.2.0, graceful-fs@^4.2.2, graceful-fs@^4.2.4, graceful-fs@^4.2.6, graceful-fs@^4.2.9:
version "4.2.10"
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.10.tgz#147d3a006da4ca3ce14728c7aefc287c367d7a6c"
integrity sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==
version "4.2.11"
resolved "https://registry.yarnpkg.com/graceful-fs/-/graceful-fs-4.2.11.tgz#4183e4e8bf08bb6e05bbb2f7d2e0c8f712ca40e3"
integrity sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==
growly@^1.3.0:
version "1.3.0"
@ -3431,6 +3431,14 @@ laravel-mix@^6.0:
webpackbar "^5.0.0-3"
yargs "^17.2.1"
launch-editor@^2.6.0:
version "2.6.0"
resolved "https://registry.yarnpkg.com/launch-editor/-/launch-editor-2.6.0.tgz#4c0c1a6ac126c572bd9ff9a30da1d2cae66defd7"
integrity sha512-JpDCcQnyAAzZZaZ7vEiSqL690w7dAEyLao+KC96zBplnYbJS7TYNjvM3M7y3dGz+v7aIsJk3hllWuc0kWAjyRQ==
dependencies:
picocolors "^1.0.0"
shell-quote "^1.7.3"
lilconfig@^2.0.3, lilconfig@^2.0.5:
version "2.1.0"
resolved "https://registry.yarnpkg.com/lilconfig/-/lilconfig-2.1.0.tgz#78e23ac89ebb7e1bfbf25b18043de756548e7f52"
@ -4714,6 +4722,11 @@ shebang-regex@^3.0.0:
resolved "https://registry.yarnpkg.com/shebang-regex/-/shebang-regex-3.0.0.tgz#ae16f1644d873ecad843b0307b143362d4c42172"
integrity sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==
shell-quote@^1.7.3:
version "1.8.0"
resolved "https://registry.yarnpkg.com/shell-quote/-/shell-quote-1.8.0.tgz#20d078d0eaf71d54f43bd2ba14a1b5b9bfa5c8ba"
integrity sha512-QHsz8GgQIGKlRi24yFc6a6lN69Idnx634w49ay6+jA5yFh7a1UY+4Rp6HPx/L/1zcEDPEij8cIsiqR6bQsE5VQ==
shellwords@^0.1.1:
version "0.1.1"
resolved "https://registry.yarnpkg.com/shellwords/-/shellwords-0.1.1.tgz#d6b9181c1a48d397324c84871efbcfc73fc0654b"
@ -5225,9 +5238,9 @@ webpack-dev-middleware@^5.3.1:
schema-utils "^4.0.0"
webpack-dev-server@^4.7.3:
version "4.11.1"
resolved "https://registry.yarnpkg.com/webpack-dev-server/-/webpack-dev-server-4.11.1.tgz#ae07f0d71ca0438cf88446f09029b92ce81380b5"
integrity sha512-lILVz9tAUy1zGFwieuaQtYiadImb5M3d+H+L1zDYalYoDl0cksAB1UNyuE5MMWJrG6zR1tXkCP2fitl7yoUJiw==
version "4.13.0"
resolved "https://registry.yarnpkg.com/webpack-dev-server/-/webpack-dev-server-4.13.0.tgz#9964abf6bc06637f68ef7ce6eed7b0e5b2cc89ec"
integrity sha512-1objTjwG2IaLNz0RjRQd41PjWOxHPc4I+1al4kmZu8J2nWcZcu1N1zlEWIJXTiYIkzhQ1RTrwjX4elnL+2e2GA==
dependencies:
"@types/bonjour" "^3.5.9"
"@types/connect-history-api-fallback" "^1.3.5"
@ -5248,6 +5261,7 @@ webpack-dev-server@^4.7.3:
html-entities "^2.3.2"
http-proxy-middleware "^2.0.3"
ipaddr.js "^2.0.1"
launch-editor "^2.6.0"
open "^8.0.9"
p-retry "^4.5.0"
rimraf "^3.0.2"
@ -5257,7 +5271,7 @@ webpack-dev-server@^4.7.3:
sockjs "^0.3.24"
spdy "^4.0.2"
webpack-dev-middleware "^5.3.1"
ws "^8.4.2"
ws "^8.13.0"
webpack-merge@^5.7.3, webpack-merge@^5.8.0:
version "5.8.0"
@ -5289,9 +5303,9 @@ webpack-sources@^3.2.3:
integrity sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==
webpack@^5.60.0:
version "5.76.1"
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.76.1.tgz#7773de017e988bccb0f13c7d75ec245f377d295c"
integrity sha512-4+YIK4Abzv8172/SGqObnUjaIHjLEuUasz9EwQj/9xmPPkYJy2Mh03Q/lJfSD3YLzbxy5FeTq5Uw0323Oh6SJQ==
version "5.76.2"
resolved "https://registry.yarnpkg.com/webpack/-/webpack-5.76.2.tgz#6f80d1c1d1e3bf704db571b2504a0461fac80230"
integrity sha512-Th05ggRm23rVzEOlX8y67NkYCHa9nTNcwHPBhdg+lKG+mtiW7XgggjAeeLnADAe7mLjJ6LUNfgHAuRRh+Z6J7w==
dependencies:
"@types/eslint-scope" "^3.7.3"
"@types/estree" "^0.0.51"
@ -5368,7 +5382,7 @@ wrappy@1:
resolved "https://registry.yarnpkg.com/wrappy/-/wrappy-1.0.2.tgz#b5243d8f3ec1aa35f1364605bc0d1036e30ab69f"
integrity sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==
ws@^8.4.2:
ws@^8.13.0:
version "8.13.0"
resolved "https://registry.yarnpkg.com/ws/-/ws-8.13.0.tgz#9a9fb92f93cf41512a0735c8f4dd09b8a1211cd0"
integrity sha512-x9vcZYTrFPC7aSIbj7sRCYo7L/Xb8Iy+pW0ng0wt2vCJv7M9HOMy0UoN3rr+IFC7hb7vXoqS+P9ktyLLLhO+LA==