diff --git a/resources/lang/bg_BG/api.php b/resources/lang/bg_BG/api.php index cf82af250e..526481993b 100644 --- a/resources/lang/bg_BG/api.php +++ b/resources/lang/bg_BG/api.php @@ -21,6 +21,8 @@ declare(strict_types=1); +// Ignore this comment + return [ ]; diff --git a/resources/lang/bg_BG/auth.php b/resources/lang/bg_BG/auth.php index e0518502c1..e9dd985f27 100644 --- a/resources/lang/bg_BG/auth.php +++ b/resources/lang/bg_BG/auth.php @@ -20,8 +20,11 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); + return [ 'failed' => 'Въведените удостоверителни данни не съвпадат с нашите записи.', 'throttle' => 'Твърде много опити за влизане. Опитайте се пак след :seconds секунди.', diff --git a/resources/lang/bg_BG/breadcrumbs.php b/resources/lang/bg_BG/breadcrumbs.php index 6a2f18e401..53d9748d8d 100644 --- a/resources/lang/bg_BG/breadcrumbs.php +++ b/resources/lang/bg_BG/breadcrumbs.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -53,6 +55,9 @@ return [ 'deposit_list' => 'Приходи, доходи и депозити', 'transfer_list' => 'Прехвърляне', 'transfers_list' => 'Прехвърляне', + + // Ignore this comment + 'reconciliation_list' => 'Съгласувания', 'create_withdrawal' => 'Създай нов разход', 'create_deposit' => 'Създай нов приход', diff --git a/resources/lang/bg_BG/components.php b/resources/lang/bg_BG/components.php index c547bbcadc..399d53fddc 100644 --- a/resources/lang/bg_BG/components.php +++ b/resources/lang/bg_BG/components.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ diff --git a/resources/lang/bg_BG/config.php b/resources/lang/bg_BG/config.php index db1182bedd..ef08417dd8 100644 --- a/resources/lang/bg_BG/config.php +++ b/resources/lang/bg_BG/config.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -39,6 +41,8 @@ return [ //'month_and_day_no_year' => '%B %e', 'month_and_day_no_year_js' => 'MMMM Do', + // Ignore this comment + //'date_time' => '%B %e, %Y, @ %T', 'date_time_js' => 'Do MMMM, YYYY, @ HH:mm:ss', 'date_time_fns' => 'MMMM do, yyyy @ HH:mm:ss', @@ -66,3 +70,5 @@ return [ 'dow_6' => 'Събота', 'dow_7' => 'Неделя', ]; + +// Ignore this comment diff --git a/resources/lang/bg_BG/demo.php b/resources/lang/bg_BG/demo.php index 6e184c921e..c72fe40883 100644 --- a/resources/lang/bg_BG/demo.php +++ b/resources/lang/bg_BG/demo.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -35,3 +37,5 @@ return [ 'piggy-banks-index' => 'Както можете да видите, има три касички. Използвайте бутоните плюс и минус, за да повлияете на количеството пари във всяка касичка. Кликнете върху името на касичката, за да видите управлението за всяка касичка.', 'profile-index' => 'Имайте предвид, че демонстрационният сайт се нулира на всеки четири часа. Вашият достъп може да бъде отменен по всяко време. Това се случва автоматично и не е грешка.', ]; + +// Ignore this comment diff --git a/resources/lang/bg_BG/email.php b/resources/lang/bg_BG/email.php index 3bc90316d7..9d6fef2b3f 100644 --- a/resources/lang/bg_BG/email.php +++ b/resources/lang/bg_BG/email.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -33,6 +35,8 @@ return [ 'admin_test_subject' => 'Тестово съобщение от вашата инсталация на Firefly III', 'admin_test_body' => 'Това е тестово съобщение от вашата Firefly III инстанция. То беше изпратено на :email.', + // Ignore this comment + // invite 'invitation_created_subject' => 'An invitation has been created', 'invitation_created_body' => 'Admin user ":email" created a user invitation which can be used by whoever is behind email address ":invitee". The invite will be valid for 48hrs.', @@ -70,6 +74,8 @@ return [ 'registered_pw_reset_link' => 'Смяна на парола:', 'registered_doc_link' => 'Документация:', + // Ignore this comment + // new version 'new_version_email_subject' => 'A new Firefly III version is available', @@ -113,6 +119,8 @@ return [ 'error_stacktrace_below' => 'Пълният stacktrace е отдолу:', 'error_headers' => 'The following headers may also be relevant:', + // Ignore this comment + // report new journals 'new_journals_subject' => 'Firefly III създаде нова транзакция | Firefly III създаде :count нови транзакции', 'new_journals_header' => 'Firefly III създаде транзакция за вас. Можете да я намерите във вашата инсталация на Firefly III: | Firefly III създаде :count транзакции за вас. Можете да ги намерите във вашата инсталация на Firefly III:', @@ -129,3 +137,4 @@ return [ 'bill_warning_please_action' => 'Please take the appropriate action.', ]; +// Ignore this comment diff --git a/resources/lang/bg_BG/errors.php b/resources/lang/bg_BG/errors.php index f0836f4f07..6b26c916d4 100644 --- a/resources/lang/bg_BG/errors.php +++ b/resources/lang/bg_BG/errors.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -39,6 +41,9 @@ return [ 'error_location' => 'Тази грешка се появи във файл ":file" на ред: :line с код: :code.', 'stacktrace' => 'Проследяване на стека', 'more_info' => 'Повече информация', + + // Ignore this comment + 'collect_info' => 'Моля, съберете повече информация в директорията storage/logs , където ще намерите файловете на дневника. Ако използвате Docker, използвайте docker logs -f [container].', 'collect_info_more' => 'Можете да прочетете повече за събирането на информация за грешки на the FAQ.', 'github_help' => 'Получете помощ на GitHub', diff --git a/resources/lang/bg_BG/firefly.php b/resources/lang/bg_BG/firefly.php index 6c2c152a0a..5e372eab29 100644 --- a/resources/lang/bg_BG/firefly.php +++ b/resources/lang/bg_BG/firefly.php @@ -22,6 +22,8 @@ declare(strict_types=1); +// Ignore this comment + return [ // general stuff: 'close' => 'Затвори', @@ -324,6 +326,8 @@ return [ // old + // Ignore this comment + 'search_modifier_date_on' => 'Transaction date is ":value"', 'search_modifier_not_date_on' => 'Transaction date is not ":value"', 'search_modifier_reconciled' => 'Transaction is reconciled', @@ -684,6 +688,7 @@ return [ 'create_rule_from_query' => 'Създай ново правило от низа за търсене', 'rule_from_search_words' => 'Механизмът за правила има затруднения с обработката на ":string". Предложеното правило, което отговаря на низа ви за търсене, може да даде различни резултати. Моля проверете внимателно задействанията на правилото.', + // Ignore this comment // END 'modifiers_applies_are' => 'И следните модификатори се прилагат към търсенето:', @@ -1168,6 +1173,7 @@ return [ 'rule_trigger_not_destination_is_cash' => 'Destination account is not a cash account', 'rule_trigger_not_account_is_cash' => 'Neither account is a cash account', + // Ignore this comment // actions 'rule_action_delete_transaction_choice' => 'DELETE transaction(!)', @@ -1465,6 +1471,8 @@ return [ 'multi_account_warning_deposit' => 'Имайте предвид, че приходната сметка на следващите разделяния ще бъде тази която е дефинирана в първия раздел на депозита.', 'multi_account_warning_transfer' => 'Имайте предвид, че приходната + разходната сметка на следващите разделяния ще бъде тази която е дефинирана в първия раздел на прехвърлянето.', + // Ignore this comment + // export data: 'export_data_title' => 'Експортирайте данни от Firefly III', 'export_data_menu' => 'Експортирай данни', @@ -1839,6 +1847,8 @@ return [ 'stored_category' => 'Новата категория ":name" бе запазена', 'without_category_between' => 'Без категория между :start и :end', + // Ignore this comment + // transactions: 'update_withdrawal' => 'Обнови тегленето', 'update_deposit' => 'Обнови депозита', @@ -2057,6 +2067,8 @@ return [ 'classification' => 'Класификация', 'store_transaction' => 'Запазете транзакция', + // Ignore this comment + // reports: 'report_default' => 'Финансов отчет по подразбиране между :start и :end', 'report_audit' => 'Преглед на историята на транзакциите между :start и :end', @@ -2161,6 +2173,8 @@ return [ 'sum_in_default_currency' => 'Сумата винаги ще бъде във вашата валута по подразбиране.', 'net_filtered_prefs' => 'Тази графика никога няма да включва сметки, при които в опцията „Включи в нетната стойност“ не е поставена отметка.', + // Ignore this comment + // charts: 'chart' => 'Графика', 'month' => 'Месец', @@ -2249,6 +2263,8 @@ return [ 'total_amount' => 'Обща сума', 'number_of_decimals' => 'Брой десетични знаци', + // Ignore this comment + // administration 'invite_new_user_title' => 'Invite new user', '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.', @@ -2519,6 +2535,8 @@ return [ 'except_weekends' => 'Освен уикендите', 'recurrence_deleted' => 'Повтарящата се транзакция ":title" беше изтрита', + // Ignore this comment + // new lines for summary controller. 'box_balance_in_currency' => 'Баланс (:currency)', 'box_spent_in_currency' => 'Похарчени (:currency)', @@ -2576,3 +2594,5 @@ return [ 'ale_action_add_tag' => 'Added tag', ]; + +// Ignore this comment diff --git a/resources/lang/bg_BG/form.php b/resources/lang/bg_BG/form.php index b30f321a85..2f35c5c167 100644 --- a/resources/lang/bg_BG/form.php +++ b/resources/lang/bg_BG/form.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -62,6 +64,9 @@ return [ 'opening_balance' => 'Начално салдо', 'tagMode' => 'Режим на етикети', 'virtual_balance' => 'Виртуален баланс', + + // Ignore this comment + 'targetamount' => 'Планирана сума', 'account_role' => 'Роля на сметката', 'opening_balance_date' => 'Дата на началното салдо', @@ -153,6 +158,9 @@ return [ 'piggyBank_areYouSure' => 'Наистина ли искате да изтриете касичката озаглавена ":name"?', 'journal_areYouSure' => 'Наистина ли искате да изтриете транзакцията озаглавена ":description"?', 'mass_journal_are_you_sure' => 'Наистина ли искате да изтриете тези транзакции?', + + // Ignore this comment + 'tag_areYouSure' => 'Наистина ли искате да изтриете етикета ":tag"?', 'journal_link_areYouSure' => 'Наистина ли искате да изтриете връзката между :source и :destination?', 'linkType_areYouSure' => 'Наистина ли искате да изтриете типа връзка ":name" (":inward" / ":outward")?', @@ -216,6 +224,9 @@ return [ 'fints_password' => 'PIN / Парола', 'fints_account' => 'FinTS account', 'local_account' => 'Firefly III сметка', + + // Ignore this comment + 'from_date' => 'Дата от', 'to_date' => 'Дата до', 'due_date' => 'Дата на падеж', @@ -252,3 +263,4 @@ return [ 'webhook_response' => 'Response', 'webhook_trigger' => 'Trigger', ]; +// Ignore this comment diff --git a/resources/lang/bg_BG/intro.php b/resources/lang/bg_BG/intro.php index 62dee7176a..ffd4c2fe76 100644 --- a/resources/lang/bg_BG/intro.php +++ b/resources/lang/bg_BG/intro.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -53,6 +55,8 @@ return [ 'budgets_index_list_of_budgets' => 'Използвайте тази таблица, за да зададете сумите за всеки бюджет и да видите как се справяте.', 'budgets_index_outro' => 'За да научите повече за бюджетирането, проверете иконата за помощ в горния десен ъгъл.', + // Ignore this comment + // reports (index) 'reports_index_intro' => 'Използвайте тези отчети, за да получите подробна информация за вашите финанси.', 'reports_index_inputReportType' => 'Изберете тип отчет. Разгледайте страниците за помощ, за да видите какво ви показва всеки отчет.', @@ -90,6 +94,8 @@ return [ 'piggy-banks_index_button' => 'До тази лента за прогрес са разположени два бутона (+ и -) за добавяне или премахване на пари от всяка касичка.', 'piggy-banks_index_accountStatus' => 'За всяка сметка за активи с най-малко една касичка статусът е посочен в тази таблица.', + // Ignore this comment + // create piggy 'piggy-banks_create_name' => 'Каква е твоята цел? Нов диван, камера, пари за спешни случаи?', 'piggy-banks_create_date' => 'Можете да зададете целева дата или краен срок за вашата касичка.', @@ -132,6 +138,8 @@ return [ 'rules_create_test_rule_triggers' => 'Използвайте този бутон, за да видите кои транзакции биха съответствали на вашето правило.', 'rules_create_actions' => 'Задайте толкова действия, колкото искате.', + // Ignore this comment + // preferences 'preferences_index_tabs' => 'Повече опции са достъпни зад тези раздели.', @@ -143,3 +151,4 @@ return [ // create currency 'currencies_create_code' => 'Този код трябва да е съвместим с ISO (използвайте Google да го намерите за вашата нова валута).', ]; +// Ignore this comment diff --git a/resources/lang/bg_BG/list.php b/resources/lang/bg_BG/list.php index b4173d4d48..d84bfb3c80 100644 --- a/resources/lang/bg_BG/list.php +++ b/resources/lang/bg_BG/list.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -56,6 +58,9 @@ return [ 'source' => 'Източник', 'next_expected_match' => 'Следващo очакванo съвпадение', 'automatch' => 'Автоматично съвпадение?', + + // Ignore this comment + 'repeat_freq' => 'Повторения', 'description' => 'Описание', 'amount' => 'Сума', @@ -121,6 +126,9 @@ return [ 'external_id' => 'Външно ID', 'account_at_bunq' => 'Сметка в bunq', 'file_name' => 'Име на файла', + + // Ignore this comment + 'file_size' => 'Размер на файла', 'file_type' => 'Вид файл', 'attached_to' => 'Приложен към', @@ -149,3 +157,4 @@ return [ 'secret' => 'Secret', ]; +// Ignore this comment diff --git a/resources/lang/bg_BG/pagination.php b/resources/lang/bg_BG/pagination.php index 0264c65689..d685cc4272 100644 --- a/resources/lang/bg_BG/pagination.php +++ b/resources/lang/bg_BG/pagination.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ diff --git a/resources/lang/bg_BG/passwords.php b/resources/lang/bg_BG/passwords.php index b8a7f4b16a..20bff28e7e 100644 --- a/resources/lang/bg_BG/passwords.php +++ b/resources/lang/bg_BG/passwords.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ diff --git a/resources/lang/bg_BG/validation.php b/resources/lang/bg_BG/validation.php index d791ec52a3..8a96b7e305 100644 --- a/resources/lang/bg_BG/validation.php +++ b/resources/lang/bg_BG/validation.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -78,6 +80,9 @@ return [ 'before' => ':attribute трябва да бъде дата преди :date.', 'unique_object_for_user' => 'Това име вече се използва.', 'unique_account_for_user' => 'Това име на потребител вече се използва.', + + // Ignore this comment + 'between.numeric' => ':attribute трябва да бъде между :min и :max.', 'between.file' => ':attribute трябва да бъде с големина между :min и :max Kb.', 'between.string' => ':attribute трябва да бъде с дължина между :min и :max символа.', @@ -146,6 +151,8 @@ return [ 'same_account_type' => 'Both accounts must be of the same account type', 'same_account_currency' => 'Both accounts must have the same currency setting', + // Ignore this comment + 'secure_password' => 'Това не е сигурна парола. Моля, опитайте отново. За повече информация посетете https://bit.ly/FF3-password-security', 'valid_recurrence_rep_type' => 'Невалиден тип повторение за повтарящи се транзакции.', 'valid_recurrence_rep_moment' => 'Невалиден момент на повторение за този тип повторение.', @@ -204,6 +211,8 @@ return [ 'deposit_dest_bad_data' => 'Не може да се намери валидна приходна сметка при търсене на ID ":id" или име ":name".', 'deposit_dest_wrong_type' => 'Използваната приходна сметка не е от правилния тип.', + // Ignore this comment + 'transfer_source_need_data' => 'Трябва да използвате валидно ID на разходната сметка и / или валидно име на разходната сметка, за да продължите.', 'transfer_source_bad_data' => 'Не може да се намери валидна разходна сметка при търсене на ID ":id" или име ":name".', 'transfer_dest_need_data' => 'Трябва да използвате валидно ID на приходната сметка и / или валидно име на приходната сметка, за да продължите.', @@ -232,3 +241,5 @@ return [ 'auto_budget_amount_positive' => 'Сумата трябва да е по-голяма от нула.', 'auto_budget_period_mandatory' => 'Периодът на автоматичния бюджет е задължително поле.', ]; + +// Ignore this comment diff --git a/resources/lang/cs_CZ/api.php b/resources/lang/cs_CZ/api.php index cf82af250e..526481993b 100644 --- a/resources/lang/cs_CZ/api.php +++ b/resources/lang/cs_CZ/api.php @@ -21,6 +21,8 @@ declare(strict_types=1); +// Ignore this comment + return [ ]; diff --git a/resources/lang/cs_CZ/auth.php b/resources/lang/cs_CZ/auth.php index bf0b546acb..08516d98b5 100644 --- a/resources/lang/cs_CZ/auth.php +++ b/resources/lang/cs_CZ/auth.php @@ -20,8 +20,11 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); + return [ 'failed' => 'Nesprávné přihlašovací údaje.', 'throttle' => 'Příliš mnoho pokusů o přihlášení. Zkuste to prosím znovu za :seconds sekund.', diff --git a/resources/lang/cs_CZ/breadcrumbs.php b/resources/lang/cs_CZ/breadcrumbs.php index ac55334cc1..7f0deb10e7 100644 --- a/resources/lang/cs_CZ/breadcrumbs.php +++ b/resources/lang/cs_CZ/breadcrumbs.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -53,6 +55,9 @@ return [ 'deposit_list' => 'Výnosy, příjmy a vklady', 'transfer_list' => 'Převody', 'transfers_list' => 'Převody', + + // Ignore this comment + 'reconciliation_list' => 'Vyúčtování', 'create_withdrawal' => 'Vytvořit nový výběr', 'create_deposit' => 'Vytvořit nový vklad', diff --git a/resources/lang/cs_CZ/components.php b/resources/lang/cs_CZ/components.php index c547bbcadc..399d53fddc 100644 --- a/resources/lang/cs_CZ/components.php +++ b/resources/lang/cs_CZ/components.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ diff --git a/resources/lang/cs_CZ/config.php b/resources/lang/cs_CZ/config.php index 9baec54217..5a5eb95777 100644 --- a/resources/lang/cs_CZ/config.php +++ b/resources/lang/cs_CZ/config.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -39,6 +41,8 @@ return [ //'month_and_day_no_year' => '%B %e', 'month_and_day_no_year_js' => 'MMMM Do', + // Ignore this comment + //'date_time' => '%B %e, %Y, @ %T', 'date_time_js' => 'D. MMMM YYYY, @ HH:mm:ss', 'date_time_fns' => 'MMMM do, yyyy @ HH:mm:ss', @@ -66,3 +70,5 @@ return [ 'dow_6' => 'Sobota', 'dow_7' => 'Neděle', ]; + +// Ignore this comment diff --git a/resources/lang/cs_CZ/demo.php b/resources/lang/cs_CZ/demo.php index 61145b3592..78e03d7a95 100644 --- a/resources/lang/cs_CZ/demo.php +++ b/resources/lang/cs_CZ/demo.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -35,3 +37,5 @@ return [ 'piggy-banks-index' => 'Jak je možné vidět, jsou zde tři pokladničky. Pomocí tlačítek plus a mínus ovlivníte částku v každé z pokladniček. Kliknutí na název pokladničky zobrazí správu pro každou z nich.', 'profile-index' => 'Mějte na paměti, že obsah demostránky je každé čtyři hodny smazán. Přístup může být zrušen kdykoli. Toto se děje automaticky a nejedná se o chybu.', ]; + +// Ignore this comment diff --git a/resources/lang/cs_CZ/email.php b/resources/lang/cs_CZ/email.php index 00701a6d15..7c8639e187 100644 --- a/resources/lang/cs_CZ/email.php +++ b/resources/lang/cs_CZ/email.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -33,6 +35,8 @@ return [ 'admin_test_subject' => 'Testovací zpráva z vaší instalace Firefly III', 'admin_test_body' => 'Toto je testovací zpráva z instance Firefly III. Byla odeslána na :email.', + // Ignore this comment + // invite 'invitation_created_subject' => 'An invitation has been created', 'invitation_created_body' => 'Admin user ":email" created a user invitation which can be used by whoever is behind email address ":invitee". The invite will be valid for 48hrs.', @@ -70,6 +74,8 @@ return [ 'registered_pw_reset_link' => 'Obnovení hesla:', 'registered_doc_link' => 'Dokumentace:', + // Ignore this comment + // new version 'new_version_email_subject' => 'A new Firefly III version is available', @@ -113,6 +119,8 @@ return [ 'error_stacktrace_below' => 'Celý zásobník je níže:', 'error_headers' => 'The following headers may also be relevant:', + // Ignore this comment + // report new journals 'new_journals_subject' => 'Firefly III vytvořil novou transakci|Firefly III vytvořil :count nových transakcí', 'new_journals_header' => 'Firefly III pro Vás vytvořil transakci. Můžete ji najít ve vaší instalaci Firefly III:|Firefly III vytvořil :count transakcí. Najdete je ve vaší instalaci Firefly III:', @@ -129,3 +137,4 @@ return [ 'bill_warning_please_action' => 'Please take the appropriate action.', ]; +// Ignore this comment diff --git a/resources/lang/cs_CZ/errors.php b/resources/lang/cs_CZ/errors.php index ffef8fe8bf..01e4018c6a 100644 --- a/resources/lang/cs_CZ/errors.php +++ b/resources/lang/cs_CZ/errors.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -39,6 +41,9 @@ return [ 'error_location' => 'Došlo k chybě v souboru :file na řádku :line s kódem :code.', 'stacktrace' => 'Trasování zásobníku', 'more_info' => 'Více informací', + + // Ignore this comment + 'collect_info' => 'Shromažďujte prosím další informace do adresáře storage/logs, kde najdete chybové záznamy. Pokud používáte Docker, použijte docker logs -f [container].', 'collect_info_more' => 'Více informací o shromažďování chyb si můžete přečíst v FAQ.', 'github_help' => 'Získejte nápovědu na GitHub', diff --git a/resources/lang/cs_CZ/firefly.php b/resources/lang/cs_CZ/firefly.php index 9bafe6328e..973a576335 100644 --- a/resources/lang/cs_CZ/firefly.php +++ b/resources/lang/cs_CZ/firefly.php @@ -22,6 +22,8 @@ declare(strict_types=1); +// Ignore this comment + return [ // general stuff: 'close' => 'Zavřít', @@ -324,6 +326,8 @@ return [ // old + // Ignore this comment + 'search_modifier_date_on' => 'Transaction date is ":value"', 'search_modifier_not_date_on' => 'Transaction date is not ":value"', 'search_modifier_reconciled' => 'Transaction is reconciled', @@ -684,6 +688,7 @@ return [ '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.', + // Ignore this comment // END 'modifiers_applies_are' => 'The following modifiers are applied to the search as well:', @@ -1168,6 +1173,7 @@ return [ 'rule_trigger_not_destination_is_cash' => 'Destination account is not a cash account', 'rule_trigger_not_account_is_cash' => 'Neither account is a cash account', + // Ignore this comment // actions 'rule_action_delete_transaction_choice' => 'DELETE transaction(!)', @@ -1465,6 +1471,8 @@ return [ '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.', + // Ignore this comment + // export data: 'export_data_title' => 'Export data from Firefly III', 'export_data_menu' => 'Exportovat data', @@ -1839,6 +1847,8 @@ return [ 'stored_category' => 'Uložena nová kategorie „:name“', 'without_category_between' => 'Bez kategorie mezi :start a :end', + // Ignore this comment + // transactions: 'update_withdrawal' => 'Aktualizovat výběr', 'update_deposit' => 'Aktualizovat vklad', @@ -2057,6 +2067,8 @@ return [ 'classification' => 'Klasifikace', 'store_transaction' => 'Store transaction', + // Ignore this comment + // reports: 'report_default' => 'Výchozí finanční výkaz v období :start a :end', 'report_audit' => 'Přehled historie transakcí mezi :start a :end', @@ -2161,6 +2173,8 @@ return [ 'sum_in_default_currency' => 'Souhrn vždy bude v měně, kterou jste nastavili jako výchozí.', 'net_filtered_prefs' => 'This chart will never include accounts that have the "Include in net worth"-option unchecked.', + // Ignore this comment + // charts: 'chart' => 'Graf', 'month' => 'Měsíc', @@ -2249,6 +2263,8 @@ return [ 'total_amount' => 'Celková částka', 'number_of_decimals' => 'Počet desetinných míst', + // Ignore this comment + // administration 'invite_new_user_title' => 'Invite new user', '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.', @@ -2519,6 +2535,8 @@ return [ 'except_weekends' => 'Vyjma výkendů', 'recurrence_deleted' => 'Recurring transaction ":title" deleted', + // Ignore this comment + // new lines for summary controller. 'box_balance_in_currency' => 'Zůstatek (:currency)', 'box_spent_in_currency' => 'Utraceno (:currency)', @@ -2576,3 +2594,5 @@ return [ 'ale_action_add_tag' => 'Added tag', ]; + +// Ignore this comment diff --git a/resources/lang/cs_CZ/form.php b/resources/lang/cs_CZ/form.php index a99ff6220c..62fc3f7212 100644 --- a/resources/lang/cs_CZ/form.php +++ b/resources/lang/cs_CZ/form.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -62,6 +64,9 @@ return [ 'opening_balance' => 'Počáteční zůstatek', 'tagMode' => 'Režim štítku', 'virtual_balance' => 'Virtuální zůstatek', + + // Ignore this comment + 'targetamount' => 'Cílová částka', 'account_role' => 'Role účtu', 'opening_balance_date' => 'Datum počátečního zůstatku', @@ -153,6 +158,9 @@ return [ 'piggyBank_areYouSure' => 'Opravdu smazat pokladničku se jménem ":name"?', 'journal_areYouSure' => 'Jste si jisti, že chcete odstranit transakci popsanou „:description“?', 'mass_journal_are_you_sure' => 'Jste si jisti, že chcete odstranit tyto transakce?', + + // Ignore this comment + 'tag_areYouSure' => 'Jste si jisti, že chcete odstranit štítek „:tag“?', 'journal_link_areYouSure' => 'Jste si jisti, že chcete odstranit provázání mezi :source a :destination?', 'linkType_areYouSure' => 'Jste si jisti, že chcete odstranit typ provázání „:name“ (":inward" / ":outward")?', @@ -216,6 +224,9 @@ return [ 'fints_password' => 'PIN kód / heslo', 'fints_account' => 'FinTS účet', 'local_account' => 'Účet Firefly III', + + // Ignore this comment + 'from_date' => 'Od data', 'to_date' => 'Do data', 'due_date' => 'Datum splatnosti', @@ -252,3 +263,4 @@ return [ 'webhook_response' => 'Response', 'webhook_trigger' => 'Trigger', ]; +// Ignore this comment diff --git a/resources/lang/cs_CZ/intro.php b/resources/lang/cs_CZ/intro.php index 71c1da888d..803d1fcd4c 100644 --- a/resources/lang/cs_CZ/intro.php +++ b/resources/lang/cs_CZ/intro.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -53,6 +55,8 @@ return [ 'budgets_index_list_of_budgets' => 'Použijte tuto tabulku k nastavení částek pro každý rozpočet a zjistěte, jak na tom jste.', 'budgets_index_outro' => 'Pokud se chcete dozvědět více o tvorbě rozpočtů, klikněte na ikonu nápovědy v pravém horním rohu.', + // Ignore this comment + // reports (index) 'reports_index_intro' => 'Pomocí těchto přehledů získáte podrobné informace o svých financích.', 'reports_index_inputReportType' => 'Vyberte typ přehledu. Podívejte se na stránky nápovědy a zjistěte, co vám každý přehled ukazuje.', @@ -90,6 +94,8 @@ return [ 'piggy-banks_index_button' => 'Vedle tohoto ukazatele postupu se nachází dvě tlačítka (+ a -) pro přidání nebo odebrání peněz z každé z pokladniček.', 'piggy-banks_index_accountStatus' => 'Pro každý majetkový účet s alespoň jednou pokladničkou je v této tabulce vypsán stav.', + // Ignore this comment + // create piggy 'piggy-banks_create_name' => 'Co je vašim cílem? Nová pohovka, fotoaparát, rezerva pro nečekané výdaje?', 'piggy-banks_create_date' => 'Pro pokladničku je možné nastavit cílové datum nebo termín.', @@ -132,6 +138,8 @@ return [ 'rules_create_test_rule_triggers' => 'Toto tlačítko slouží ke zobrazení transakcí, které odpovídají pravidlu.', 'rules_create_actions' => 'Nastavte tolik akcí, kolik chcete.', + // Ignore this comment + // preferences 'preferences_index_tabs' => 'Další volby jsou k dispozici v kartách.', @@ -143,3 +151,4 @@ return [ // create currency 'currencies_create_code' => 'Tento kód by měl být v souladu s normou ISO (vyhledejte si pro novou měnu).', ]; +// Ignore this comment diff --git a/resources/lang/cs_CZ/list.php b/resources/lang/cs_CZ/list.php index 4844717834..c49a77f34f 100644 --- a/resources/lang/cs_CZ/list.php +++ b/resources/lang/cs_CZ/list.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -56,6 +58,9 @@ return [ 'source' => 'Zdroj', 'next_expected_match' => 'Další očekávaná shoda', 'automatch' => 'Automatické hledání shody?', + + // Ignore this comment + 'repeat_freq' => 'Opakuje se', 'description' => 'Popis', 'amount' => 'Částka', @@ -121,6 +126,9 @@ return [ 'external_id' => 'Externí identifikátor', 'account_at_bunq' => 'Účet s bunq', 'file_name' => 'Název souboru', + + // Ignore this comment + 'file_size' => 'Velikost souboru', 'file_type' => 'Typ souboru', 'attached_to' => 'Připojeno k', @@ -149,3 +157,4 @@ return [ 'secret' => 'Secret', ]; +// Ignore this comment diff --git a/resources/lang/cs_CZ/pagination.php b/resources/lang/cs_CZ/pagination.php index 5bcdb68008..c1cb889d4f 100644 --- a/resources/lang/cs_CZ/pagination.php +++ b/resources/lang/cs_CZ/pagination.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ diff --git a/resources/lang/cs_CZ/passwords.php b/resources/lang/cs_CZ/passwords.php index 70d5be181f..b1cad78840 100644 --- a/resources/lang/cs_CZ/passwords.php +++ b/resources/lang/cs_CZ/passwords.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ diff --git a/resources/lang/cs_CZ/validation.php b/resources/lang/cs_CZ/validation.php index eb6a926f70..e02d1447d2 100644 --- a/resources/lang/cs_CZ/validation.php +++ b/resources/lang/cs_CZ/validation.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -78,6 +80,9 @@ return [ 'before' => ':attribute nemůže být později než :date.', 'unique_object_for_user' => 'Tento název je již používán.', 'unique_account_for_user' => 'Tento název účtu je již používán.', + + // Ignore this comment + 'between.numeric' => ':attribute musí být v rozmezí :min a :max.', 'between.file' => ':attribute musí být v rozmezí :min a :max kilobajtů.', 'between.string' => ':attribute musí mít délku v rozmezí :min a :max znaků.', @@ -146,6 +151,8 @@ return [ 'same_account_type' => 'Oba účty musí být stejného typu', 'same_account_currency' => 'Oba účty musí mít stejné nastavení měny', + // Ignore this comment + 'secure_password' => 'Toto není bezpečné heslo. Zkuste jiné. Více se dozvíte na http://bit.ly/FF3-password-security', 'valid_recurrence_rep_type' => 'Neplatný typ opakování pro opakované transakce.', 'valid_recurrence_rep_moment' => 'Neplatné opakování v tento moment tohoto typu opakování.', @@ -204,6 +211,8 @@ return [ 'deposit_dest_bad_data' => 'Při hledání ID „:id“ nebo jména „:name“ nelze najít platný cílový účet.', 'deposit_dest_wrong_type' => 'Předložený cílový účet není správného typu.', + // Ignore this comment + 'transfer_source_need_data' => 'Pro pokračování je potřeba získat platné ID zdrojového účtu a/nebo platný název zdrojového účtu.', 'transfer_source_bad_data' => 'Nelze najít platný zdrojový účet při hledání ID „:id“ nebo jména „:name“.', 'transfer_dest_need_data' => 'Pro pokračování je potřeba získat platné cílové ID účtu a/nebo platné jméno cílového účtu.', @@ -232,3 +241,5 @@ return [ 'auto_budget_amount_positive' => 'Částka musí být vyšší než nula.', 'auto_budget_period_mandatory' => 'Období automatického rozpočtu je povinné.', ]; + +// Ignore this comment diff --git a/resources/lang/da_DK/api.php b/resources/lang/da_DK/api.php index cf82af250e..526481993b 100644 --- a/resources/lang/da_DK/api.php +++ b/resources/lang/da_DK/api.php @@ -21,6 +21,8 @@ declare(strict_types=1); +// Ignore this comment + return [ ]; diff --git a/resources/lang/da_DK/auth.php b/resources/lang/da_DK/auth.php index c78952d735..50b1b9e89c 100644 --- a/resources/lang/da_DK/auth.php +++ b/resources/lang/da_DK/auth.php @@ -20,8 +20,11 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); + return [ 'failed' => 'Forkert brugernavn eller adgangskode.', 'throttle' => 'For mange mislykkede loginforsøg. Prøv igen om :seconds seconds.', diff --git a/resources/lang/da_DK/breadcrumbs.php b/resources/lang/da_DK/breadcrumbs.php index 25bae37a12..4a043444e3 100644 --- a/resources/lang/da_DK/breadcrumbs.php +++ b/resources/lang/da_DK/breadcrumbs.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -53,6 +55,9 @@ return [ 'deposit_list' => 'Omsætning, indkomst og indskud', 'transfer_list' => 'Overførsler', 'transfers_list' => 'Overførsler', + + // Ignore this comment + 'reconciliation_list' => 'Afstemninger', 'create_withdrawal' => 'Opret ny hævning', 'create_deposit' => 'Opret ny indtægt', diff --git a/resources/lang/da_DK/components.php b/resources/lang/da_DK/components.php index c547bbcadc..399d53fddc 100644 --- a/resources/lang/da_DK/components.php +++ b/resources/lang/da_DK/components.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ diff --git a/resources/lang/da_DK/config.php b/resources/lang/da_DK/config.php index 56eb83692f..f6e5e6c275 100644 --- a/resources/lang/da_DK/config.php +++ b/resources/lang/da_DK/config.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -39,6 +41,8 @@ return [ //'month_and_day_no_year' => '%B %e', 'month_and_day_no_year_js' => 'D MMMM', + // Ignore this comment + //'date_time' => '%B %e, %Y, @ %T', 'date_time_js' => 'Do MMMM, YYYY @ HH:mm:ss', 'date_time_fns' => 'MMMM do, yyyy @ HH:mm:ss', @@ -66,3 +70,5 @@ return [ 'dow_6' => 'Lørdag', 'dow_7' => 'Søndag', ]; + +// Ignore this comment diff --git a/resources/lang/da_DK/demo.php b/resources/lang/da_DK/demo.php index 8063ee4dc0..53a10cb34f 100644 --- a/resources/lang/da_DK/demo.php +++ b/resources/lang/da_DK/demo.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -35,3 +37,5 @@ return [ 'piggy-banks-index' => 'Som du kan se er der tre sparegrise. Brug plus- og minus-knapper for at ændre på beløbet i hver sparegris. Tryk på sparegrisens navn, for at se administrationen af hver enkelt sparegris.', 'profile-index' => 'Vær opmærksom på at demosiden nulstilles hver fjerde time. Din adgang kan blive trukket tilbage til enhver tid. Dette sker automatisk, og er ikke en fejl.', ]; + +// Ignore this comment diff --git a/resources/lang/da_DK/email.php b/resources/lang/da_DK/email.php index 16da4bec61..bed40c0638 100644 --- a/resources/lang/da_DK/email.php +++ b/resources/lang/da_DK/email.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -33,6 +35,8 @@ return [ 'admin_test_subject' => 'En testbesked fra din Firefly III-installation', 'admin_test_body' => 'Dette er en test besked fra din Firefly III installation. Den blev sendt til :email.', + // Ignore this comment + // invite 'invitation_created_subject' => 'En invitation er blevet oprettet', 'invitation_created_body' => 'Admin user ":email" created a user invitation which can be used by whoever is behind email address ":invitee". The invite will be valid for 48hrs.', @@ -70,6 +74,8 @@ return [ 'registered_pw_reset_link' => 'Nulstilling af adgangskode:', 'registered_doc_link' => 'Dokumentation:', + // Ignore this comment + // new version 'new_version_email_subject' => 'A new Firefly III version is available', @@ -113,6 +119,8 @@ return [ 'error_stacktrace_below' => 'Den fulde stacktrace er nedenfor:', 'error_headers' => 'The following headers may also be relevant:', + // Ignore this comment + // report new journals 'new_journals_subject' => 'Firefly III har oprettet en ny transaktion|Firefly III har oprettet :count nye transaktioner', 'new_journals_header' => 'Firefly III har oprettet en transaktion for dig. Du kan finde den i din Firefly III installation:|Firefly III har oprettet :count transaktioner for dig. Du kan finde dem i din Firefly III installation:', @@ -129,3 +137,4 @@ return [ 'bill_warning_please_action' => 'Udfør venligt den krævede handling.', ]; +// Ignore this comment diff --git a/resources/lang/da_DK/errors.php b/resources/lang/da_DK/errors.php index 312d758e88..bc1c247743 100644 --- a/resources/lang/da_DK/errors.php +++ b/resources/lang/da_DK/errors.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -39,6 +41,9 @@ return [ 'error_location' => 'Denne fejl opstod i filen ":file" på linje :line med koden :code.', 'stacktrace' => 'Stack trace', 'more_info' => 'Yderligere information', + + // Ignore this comment + 'collect_info' => 'Der findes mere information i mappen storage/logs hvor du vil finde logfilerne. Hvis du kører Docker, brug docker logs -f [container].', 'collect_info_more' => 'Du kan læse mere om indhentning af fejloplysninger i FAQ.', 'github_help' => 'Få hjælp på GitHub', diff --git a/resources/lang/da_DK/firefly.php b/resources/lang/da_DK/firefly.php index 8e470ab29b..2bfcb3993f 100644 --- a/resources/lang/da_DK/firefly.php +++ b/resources/lang/da_DK/firefly.php @@ -22,6 +22,8 @@ declare(strict_types=1); +// Ignore this comment + return [ // general stuff: 'close' => 'Luk', @@ -324,6 +326,8 @@ return [ // old + // Ignore this comment + 'search_modifier_date_on' => 'Transaktionsdato er ":value"', 'search_modifier_not_date_on' => 'Transaktionsdato er ikke ":value"', 'search_modifier_reconciled' => 'Transaktionen er afstemt', @@ -684,6 +688,7 @@ return [ 'create_rule_from_query' => 'Opret ny regel fra søgeforespørgsel', 'rule_from_search_words' => 'Der er problemer med at håndtere forespørgslen ":string". Den foreslåede regel, der passer til din søgeforespørgsel, kan give forskellige resultater. Kontroller venligst omhyggeligt de udløsende hændelser.', + // Ignore this comment // END 'modifiers_applies_are' => 'De følgende tilpasninger anvendes også i søgningen:', @@ -1168,6 +1173,7 @@ return [ 'rule_trigger_not_destination_is_cash' => 'Destination account is not a cash account', 'rule_trigger_not_account_is_cash' => 'Neither account is a cash account', + // Ignore this comment // actions 'rule_action_delete_transaction_choice' => 'DELETE transaction(!)', @@ -1465,6 +1471,8 @@ return [ 'multi_account_warning_deposit' => 'Husk, at destinationskontoen for efterfølgende opdelinger vil blive tilsidesat af hvad der er defineret i den første opsplitning af depositummet.', 'multi_account_warning_transfer' => 'Husk på, at kilden + destination konto for efterfølgende opdelinger vil blive overstyret af hvad der er defineret i den første opdeling af overførslen.', + // Ignore this comment + // export data: 'export_data_title' => 'Eksporter data fra Firefly III', 'export_data_menu' => 'Eksporter data', @@ -1839,6 +1847,8 @@ return [ 'stored_category' => 'Stored new category ":name"', 'without_category_between' => 'Without category between :start and :end', + // Ignore this comment + // transactions: 'update_withdrawal' => 'Opdater udbetaling', 'update_deposit' => 'Opdater indbetaling', @@ -2057,6 +2067,8 @@ return [ 'classification' => 'Classification', 'store_transaction' => 'Store transaction', + // Ignore this comment + // reports: 'report_default' => 'Default financial report between :start and :end', 'report_audit' => 'Transaction history overview between :start and :end', @@ -2161,6 +2173,8 @@ return [ 'sum_in_default_currency' => 'The sum will always be in your default currency.', 'net_filtered_prefs' => 'This chart will never include accounts that have the "Include in net worth"-option unchecked.', + // Ignore this comment + // charts: 'chart' => 'Chart', 'month' => 'Month', @@ -2249,6 +2263,8 @@ return [ 'total_amount' => 'Total amount', 'number_of_decimals' => 'Number of decimals', + // Ignore this comment + // administration 'invite_new_user_title' => 'Invite new user', '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.', @@ -2519,6 +2535,8 @@ return [ 'except_weekends' => 'Except weekends', 'recurrence_deleted' => 'Recurring transaction ":title" deleted', + // Ignore this comment + // new lines for summary controller. 'box_balance_in_currency' => 'Balance (:currency)', 'box_spent_in_currency' => 'Spent (:currency)', @@ -2576,3 +2594,5 @@ return [ 'ale_action_add_tag' => 'Added tag', ]; + +// Ignore this comment diff --git a/resources/lang/da_DK/form.php b/resources/lang/da_DK/form.php index 3cb1b34756..61ef97a954 100644 --- a/resources/lang/da_DK/form.php +++ b/resources/lang/da_DK/form.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -62,6 +64,9 @@ return [ 'opening_balance' => 'Startsaldo', 'tagMode' => 'Tag tilstand', 'virtual_balance' => 'Virtuel saldo', + + // Ignore this comment + 'targetamount' => 'Målbeløb', 'account_role' => 'Kontorolle', 'opening_balance_date' => 'Dato for startsaldo', @@ -153,6 +158,9 @@ return [ 'piggyBank_areYouSure' => 'Er du sikker på, at du vil slette "sparebøssen", der hedder ":name"?', 'journal_areYouSure' => 'Er du sikker på, at du vil slette transaktionen beskrevet med ":description"?', 'mass_journal_are_you_sure' => 'Er du sikker på, at du vil slette disse transaktioner?', + + // Ignore this comment + 'tag_areYouSure' => 'Er du sikker på, at du vil slette tagget ":tag"?', 'journal_link_areYouSure' => 'Er du sikker på, at du vil slette linket mellem :source og :destination?', 'linkType_areYouSure' => 'Er du sikker på, at du vil slette linktypen ":name" (":inward" / ":outward")?', @@ -216,6 +224,9 @@ return [ 'fints_password' => 'Pinkode / Adgangskode', 'fints_account' => 'FinTS konto', 'local_account' => 'Firefly III konto', + + // Ignore this comment + 'from_date' => 'Dato fra', 'to_date' => 'Dato til', 'due_date' => 'Forfaldsdato', @@ -252,3 +263,4 @@ return [ 'webhook_response' => 'Response', 'webhook_trigger' => 'Trigger', ]; +// Ignore this comment diff --git a/resources/lang/da_DK/intro.php b/resources/lang/da_DK/intro.php index d4fa61fdf7..07e3d5005f 100644 --- a/resources/lang/da_DK/intro.php +++ b/resources/lang/da_DK/intro.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -53,6 +55,8 @@ return [ 'budgets_index_list_of_budgets' => 'Brug denne tabel til at fastsætte beløbene for hvert budget og se, hvordan du klarer det.', 'budgets_index_outro' => 'For at lære mere om budgettering, tjek hjælpeikonet i øverste højre hjørne.', + // Ignore this comment + // reports (index) 'reports_index_intro' => 'Brug disse rapporter til at få detaljeret indsigt i dine finanser.', 'reports_index_inputReportType' => 'Vælg en rapporttype. Tjek hjælpesiderne for at se, hvad hver rapport viser.', @@ -90,6 +94,8 @@ return [ 'piggy-banks_index_button' => 'Ved siden af denne statuslinje er to knapper (+ og -) for at tilføje eller fjerne penge fra hver "sparebøsse".', 'piggy-banks_index_accountStatus' => 'For hver konto for aktiver med mindst en "sparebøsse" er status angivet i denne tabel.', + // Ignore this comment + // create piggy 'piggy-banks_create_name' => 'Hvad er dit mål? En ny sofa, et kamera, penge til nødsituationer?', 'piggy-banks_create_date' => 'Du kan angive en måldato eller en deadline for din "sparebøsse".', @@ -132,6 +138,8 @@ return [ 'rules_create_test_rule_triggers' => 'Brug denne knap til at se, hvilke transaktioner der ville passe til din regel.', 'rules_create_actions' => 'Angiv så mange handlinger som du ønsker.', + // Ignore this comment + // preferences 'preferences_index_tabs' => 'Flere indstillinger er tilgængelige bag disse fanerblade.', @@ -143,3 +151,4 @@ return [ // create currency 'currencies_create_code' => 'Denne kode skal være ISO-kompatibel (Slå den op på Google for din nye valuta).', ]; +// Ignore this comment diff --git a/resources/lang/da_DK/list.php b/resources/lang/da_DK/list.php index fab1474db9..4954e694c9 100644 --- a/resources/lang/da_DK/list.php +++ b/resources/lang/da_DK/list.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -56,6 +58,9 @@ return [ 'source' => 'Kilde', 'next_expected_match' => 'Næste forventede afstemning', 'automatch' => 'Auto afstem?', + + // Ignore this comment + 'repeat_freq' => 'Gentagelser', 'description' => 'Beskrivelse', 'amount' => 'Beløb', @@ -121,6 +126,9 @@ return [ 'external_id' => 'Eksternt ID', 'account_at_bunq' => 'Konto hos bunq', 'file_name' => 'Filnavn', + + // Ignore this comment + 'file_size' => 'Filstørrelse', 'file_type' => 'Filtype', 'attached_to' => 'Vedhæftet til', @@ -149,3 +157,4 @@ return [ 'secret' => 'Hemmelighed', ]; +// Ignore this comment diff --git a/resources/lang/da_DK/pagination.php b/resources/lang/da_DK/pagination.php index 9b7cd2531f..161fd44767 100644 --- a/resources/lang/da_DK/pagination.php +++ b/resources/lang/da_DK/pagination.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ diff --git a/resources/lang/da_DK/passwords.php b/resources/lang/da_DK/passwords.php index bc7817563d..dfbf51e4f4 100644 --- a/resources/lang/da_DK/passwords.php +++ b/resources/lang/da_DK/passwords.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ diff --git a/resources/lang/da_DK/validation.php b/resources/lang/da_DK/validation.php index e1c89da23c..1be82b83c8 100644 --- a/resources/lang/da_DK/validation.php +++ b/resources/lang/da_DK/validation.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -78,6 +80,9 @@ return [ 'before' => ':attribute skal være en dato før :date.', 'unique_object_for_user' => 'Navnet er allerede i brug.', 'unique_account_for_user' => 'Kontonavnet er allerede i brug.', + + // Ignore this comment + 'between.numeric' => ':attribute skal være mellem :min og :max.', 'between.file' => ':attribute skal være mellem :min og :max kilobytes.', 'between.string' => ':attribute skal være imellem :min - :max tegn.', @@ -146,6 +151,8 @@ return [ 'same_account_type' => 'Begge konti skal være af samme kontotype', 'same_account_currency' => 'Begge konti skal have samme valuta', + // Ignore this comment + 'secure_password' => 'Dette er ikke en sikker adgangskode. Prøv venligst igen. For mere information, besøg https://bit.ly/FF3-password-security', 'valid_recurrence_rep_type' => 'Ugyldig type gentalgelse for periodiske transaktioner.', 'valid_recurrence_rep_moment' => 'Ugyldigt øjeblik for denne type gentagelse.', @@ -204,6 +211,8 @@ return [ 'deposit_dest_bad_data' => 'Kunne ikke finde en gyldig destinationskonto, ved søgning efter ID ":id" eller kontonavn ":name".', 'deposit_dest_wrong_type' => 'Den foreslåede destinationskonto er ikke af den rigtige type.', + // Ignore this comment + 'transfer_source_need_data' => 'Det er nødvendigt at have et gyldigt kildekonto ID og/eller gyldigt kildekontonavn for at fortsætte.', 'transfer_source_bad_data' => 'Kunne ikke finde en gyldig kildekonto ved søgning efter ID ":id" eller kontonavn ":name".', 'transfer_dest_need_data' => 'Det er nødvendigt at have et gyldigt destinationskonto ID og/eller gyldigt destinationskontonavn for at fortsætte.', @@ -232,3 +241,5 @@ return [ 'auto_budget_amount_positive' => 'Beløbet skal være større end 0.', 'auto_budget_period_mandatory' => 'Perioden for autobudget skal udfyldes.', ]; + +// Ignore this comment diff --git a/resources/lang/de_DE/api.php b/resources/lang/de_DE/api.php index cf82af250e..526481993b 100644 --- a/resources/lang/de_DE/api.php +++ b/resources/lang/de_DE/api.php @@ -21,6 +21,8 @@ declare(strict_types=1); +// Ignore this comment + return [ ]; diff --git a/resources/lang/de_DE/auth.php b/resources/lang/de_DE/auth.php index 08263d315a..0069c575ef 100644 --- a/resources/lang/de_DE/auth.php +++ b/resources/lang/de_DE/auth.php @@ -20,8 +20,11 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); + return [ 'failed' => 'Falscher Benutzername und/oder falsches Passwort.', 'throttle' => 'Zu viele Anmeldeversuche. Bitte versuchen Sie es in :seconds Sekunde(n) erneut.', diff --git a/resources/lang/de_DE/breadcrumbs.php b/resources/lang/de_DE/breadcrumbs.php index 2107e0055f..27f8d232e2 100644 --- a/resources/lang/de_DE/breadcrumbs.php +++ b/resources/lang/de_DE/breadcrumbs.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -53,6 +55,9 @@ return [ 'deposit_list' => 'Einnahmen, Einkommen und Einzahlungen', 'transfer_list' => 'Umbuchungen', 'transfers_list' => 'Umbuchungen', + + // Ignore this comment + 'reconciliation_list' => 'Kontenabgleiche', 'create_withdrawal' => 'Neue Ausgabe erstellen', 'create_deposit' => 'Neue Einnahme erstellen', diff --git a/resources/lang/de_DE/components.php b/resources/lang/de_DE/components.php index c547bbcadc..399d53fddc 100644 --- a/resources/lang/de_DE/components.php +++ b/resources/lang/de_DE/components.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ diff --git a/resources/lang/de_DE/config.php b/resources/lang/de_DE/config.php index 7e5b0c1c3f..423da05f50 100644 --- a/resources/lang/de_DE/config.php +++ b/resources/lang/de_DE/config.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -39,6 +41,8 @@ return [ //'month_and_day_no_year' => '%B %e', 'month_and_day_no_year_js' => 'DD. MMMM', + // Ignore this comment + //'date_time' => '%B %e, %Y, @ %T', 'date_time_js' => 'Do MMMM YYYY um HH:mm:ss', 'date_time_fns' => 'dd. MMM. yyyy um HH:mm:ss', @@ -66,3 +70,5 @@ return [ 'dow_6' => 'Samstag', 'dow_7' => 'Sonntag', ]; + +// Ignore this comment diff --git a/resources/lang/de_DE/demo.php b/resources/lang/de_DE/demo.php index 193482cdb2..3012f87d26 100644 --- a/resources/lang/de_DE/demo.php +++ b/resources/lang/de_DE/demo.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -35,3 +37,5 @@ return [ 'piggy-banks-index' => 'Hier wurden bereits drei Sparschweine angelegt. Der Betrag in den Sparschweinen kann über die Plus-/Minus-Buttons angepasst werden. Klicken Sie auf den Namen des Sparschweins um weitere Informationen einzusehen.', 'profile-index' => 'Beachten Sie, dass die Demo-Seite alle vier Stunden zurückgesetzt wird. Ihr Zugang kann jederzeit widerrufen werden. Dies geschieht automatisch und ist kein Fehler.', ]; + +// Ignore this comment diff --git a/resources/lang/de_DE/email.php b/resources/lang/de_DE/email.php index 1579a948ec..1eba34d2a8 100644 --- a/resources/lang/de_DE/email.php +++ b/resources/lang/de_DE/email.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -33,6 +35,8 @@ return [ 'admin_test_subject' => 'Eine Testmeldung von Ihrer Firefly III Installation', 'admin_test_body' => 'Dies ist eine Testnachricht von Ihrer Firefly III-Instanz. Sie wurde an :email gesendet.', + // Ignore this comment + // invite 'invitation_created_subject' => 'Eine Einladung wurde erstellt', 'invitation_created_body' => 'Admin-Benutzer „:email” hat eine Benutzereinladung erstellt, die von demjenigen benutzt werden kann, der hinter der E-Mail-Adresse „:invitee” steht. Die Einladung ist 48 Stunden lang gültig.', @@ -70,6 +74,8 @@ return [ 'registered_pw_reset_link' => 'Passwort zurücksetzen:', 'registered_doc_link' => 'Dokumentation:', + // Ignore this comment + // new version 'new_version_email_subject' => 'Eine neue Firefly III-Version ist verfügbar', @@ -113,6 +119,8 @@ return [ 'error_stacktrace_below' => 'Der vollständige Stacktrace ist unten:', 'error_headers' => 'Die folgenden Kopfzeilen können ebenfalls von Bedeutung sein:', + // Ignore this comment + // report new journals 'new_journals_subject' => 'Firefly III hat eine neue Transaktion erstellt|Firefly III hat :count neue Transaktionen erstellt', 'new_journals_header' => 'Firefly III hat eine Transaktion für Sie erstellt. Sie finden sie in Ihrer Firefly III Installation:|Firefly III hat :count Transaktionen für Sie erstellt. Sie können sie in Ihrer Firefly III Installation finden:', @@ -129,3 +137,4 @@ return [ 'bill_warning_please_action' => 'Bitte ergreifen Sie die entsprechende Maßnahme.', ]; +// Ignore this comment diff --git a/resources/lang/de_DE/errors.php b/resources/lang/de_DE/errors.php index ff4cd4ad69..5b8515e73e 100644 --- a/resources/lang/de_DE/errors.php +++ b/resources/lang/de_DE/errors.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -39,6 +41,9 @@ return [ 'error_location' => 'Dieser Fehler ist in der Datei :file in Zeile :line mit dem Code :code aufgetreten.', 'stacktrace' => 'Stack-Trace', 'more_info' => 'Weitere Informationen', + + // Ignore this comment + 'collect_info' => 'Bitte sammeln Sie weitere Informationen im Verzeichnis storage/logs wo Sie Logdateien finden können. Wenn Sie Docker verwenden, verwenden Sie docker logs -f [container].', 'collect_info_more' => 'Lesen Sie mehr über das Sammeln von Fehlerinformationen in der FAQ.', 'github_help' => 'Hilfe auf GitHub erhalten', diff --git a/resources/lang/de_DE/firefly.php b/resources/lang/de_DE/firefly.php index 4b2f876cc7..d1ab3ea8be 100644 --- a/resources/lang/de_DE/firefly.php +++ b/resources/lang/de_DE/firefly.php @@ -22,6 +22,8 @@ declare(strict_types=1); +// Ignore this comment + return [ // general stuff: 'close' => 'Schließen', @@ -253,7 +255,7 @@ return [ 'updated_webhook' => 'Webhook ":title " aktualisiert', 'edit_webhook_js' => 'Webhook "{title} " bearbeiten', 'show_webhook' => 'Webhook ":title"', - 'webhook_was_triggered' => 'The webhook was triggered on the indicated transaction. Please wait for results to appear.', + 'webhook_was_triggered' => 'Der Webhook wurde für die angezeigte Transaktion ausgelöst. Bitte warten Sie, bis die Ergebnisse erscheinen.', 'webhook_messages' => 'Webhook-Nachricht', 'view_message' => 'Nachricht anzeigen', 'view_attempts' => 'Gescheiterte Versuche anzeigen', @@ -324,6 +326,8 @@ return [ // old + // Ignore this comment + 'search_modifier_date_on' => 'Buchungsdatum ist „:value”', 'search_modifier_not_date_on' => 'Buchungsdatum ist nicht ":value"', 'search_modifier_reconciled' => 'Buchung wurde abgeglichen', @@ -684,6 +688,7 @@ return [ 'create_rule_from_query' => 'Neue Regel aus Suchanfrage erstellen', 'rule_from_search_words' => 'Die Regel-Modul hat Schwierigkeiten „:string” zu verarbeiten. Die vorgeschlagene Regel, die Ihrer Suchanfrage entspricht, kann zu unterschiedlichen Ergebnissen führen. Bitte überprüfen Sie die Regelauslöser sorgfältig.', + // Ignore this comment // END 'modifiers_applies_are' => 'Die folgenden Einschränkungen werden ebenfalls auf die Suche angewendet:', @@ -1168,6 +1173,7 @@ return [ 'rule_trigger_not_destination_is_cash' => 'Zielkonto ist kein Bargeldkonto', 'rule_trigger_not_account_is_cash' => 'Beide Konten sind keine Bargeldkonten', + // Ignore this comment // actions 'rule_action_delete_transaction_choice' => 'Buchung LÖSCHEN(!)', @@ -1465,6 +1471,8 @@ return [ 'multi_account_warning_deposit' => 'Bedenken Sie, dass das Zielkonto nachfolgender Aufteilungen von dem, was in der ersten Aufteilung der Einzahlung definiert ist, außer Kraft gesetzt wird.', 'multi_account_warning_transfer' => 'Bedenken Sie, dass das Quell- und Zielkonto nachfolgender Aufteilungen durch das, was in der ersten Aufteilung der Übertragung definiert ist, außer Kraft gesetzt wird.', + // Ignore this comment + // export data: 'export_data_title' => 'Daten aus Firefly III exportieren', 'export_data_menu' => 'Daten exportieren', @@ -1839,6 +1847,8 @@ return [ 'stored_category' => 'Neue Kategorie „:name” gespeichert', 'without_category_between' => 'Ohne Kategorie zwischen :start und :end', + // Ignore this comment + // transactions: 'update_withdrawal' => 'Ausgaben aktualisieren', 'update_deposit' => 'Einnahmen aktualisieren', @@ -2057,6 +2067,8 @@ return [ 'classification' => 'Klassifizierung', 'store_transaction' => 'Buchung speichern', + // Ignore this comment + // reports: 'report_default' => 'Standardfinanzbericht zwischen :start und :end', 'report_audit' => 'Übersicht des Buchungsverlaufs zwischen :start und :end', @@ -2161,6 +2173,8 @@ return [ 'sum_in_default_currency' => 'Der Betrag wird immer in Ihrer Standardwährung angegeben.', 'net_filtered_prefs' => 'Dieses Diagramm wird niemals Konten einbeziehen, die die Option "Im Eigenkapital enthalten" deaktiviert haben.', + // Ignore this comment + // charts: 'chart' => 'Diagram', 'month' => 'Monat', @@ -2249,6 +2263,8 @@ return [ 'total_amount' => 'Gesamtbetrag', 'number_of_decimals' => 'Anzahl der Nachkommastellen', + // Ignore this comment + // administration 'invite_new_user_title' => 'Neuen Nutzer einladen', 'invite_new_user_text' => 'Als Administrator können Sie Benutzer einladen, sich auf Ihrer Firefly III Administration zu registrieren. Über den direkten Link, den Sie mit ihnen teilen können, können diese ein Konto registrieren. Der eingeladene Benutzer und sein Einladungslink erscheinen in der unten stehenden Tabelle. Sie können den Einladungslink mit ihm teilen.', @@ -2519,6 +2535,8 @@ return [ 'except_weekends' => 'Außer an Wochenenden', 'recurrence_deleted' => 'Dauerauftrag „:title” gelöscht', + // Ignore this comment + // new lines for summary controller. 'box_balance_in_currency' => 'Guthaben (:currency)', 'box_spent_in_currency' => 'Ausgaben (:currency)', @@ -2576,3 +2594,5 @@ return [ 'ale_action_add_tag' => 'Schlagwort hinzugefügt', ]; + +// Ignore this comment diff --git a/resources/lang/de_DE/form.php b/resources/lang/de_DE/form.php index 3e2508d054..c954c1a56a 100644 --- a/resources/lang/de_DE/form.php +++ b/resources/lang/de_DE/form.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -62,6 +64,9 @@ return [ 'opening_balance' => 'Eröffnungsbilanz', 'tagMode' => 'Schlagwort-Modus', 'virtual_balance' => 'Virtueller Kontostand', + + // Ignore this comment + 'targetamount' => 'Zielbetrag', 'account_role' => 'Kontenfunktion', 'opening_balance_date' => 'Eröffnungsbilanzdatum', @@ -153,6 +158,9 @@ return [ 'piggyBank_areYouSure' => 'Möchten Sie das Sparschwein „:name” wirklich löschen?', 'journal_areYouSure' => 'Sind Sie sicher, dass Sie die Überweisung mit dem Namen ":description" löschen möchten?', 'mass_journal_are_you_sure' => 'Sind Sie sicher, dass Sie diese Überweisung löschen möchten?', + + // Ignore this comment + 'tag_areYouSure' => 'Möchten Sie das Schlagwort „:tag” wirklich löschen?', 'journal_link_areYouSure' => 'Sind Sie sicher, dass Sie die Verknüpfung zwischen :source und :destination löschen möchten?', 'linkType_areYouSure' => 'Möchten Sie den Verknüpfungstyp „:name” („:inward”/„:outward”) wirklich löschen?', @@ -216,6 +224,9 @@ return [ 'fints_password' => 'PIN/Passwort', 'fints_account' => 'FinTS-Konto', 'local_account' => 'Firefly-III-Konto', + + // Ignore this comment + 'from_date' => 'Datum ab', 'to_date' => 'Datum bis', 'due_date' => 'Fälligkeitstermin', @@ -252,3 +263,4 @@ return [ 'webhook_response' => 'Antwort', 'webhook_trigger' => 'Auslöser', ]; +// Ignore this comment diff --git a/resources/lang/de_DE/intro.php b/resources/lang/de_DE/intro.php index 94f4c85e3b..42ddfc7968 100644 --- a/resources/lang/de_DE/intro.php +++ b/resources/lang/de_DE/intro.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -53,6 +55,8 @@ return [ 'budgets_index_list_of_budgets' => 'Verwenden Sie diese Tabelle, um die Beträge für jedes Budget festzulegen und einen Überblick zu erhalten.', 'budgets_index_outro' => 'Um mehr über die Finanzplanung zu erfahren, klicken Sie auf das Hilfesymbol in der oberen rechten Ecke.', + // Ignore this comment + // reports (index) 'reports_index_intro' => 'Verwenden Sie diese Reports, um detaillierte Einblicke in Ihre Finanzen zu erhalten.', 'reports_index_inputReportType' => 'Wählen Sie einen Berichtstyp aus. Sehen Sie sich die Hilfeseiten an, um zu sehen, was jeder Bericht Ihnen zeigt.', @@ -90,6 +94,8 @@ return [ 'piggy-banks_index_button' => 'Neben diesem Fortschrittsbalken befinden sich zwei Buttons (+ und -), um Geld von jedem Sparschwein hinzuzufügen oder zu entfernen.', 'piggy-banks_index_accountStatus' => 'In dieser Tabelle wird der Status der Bestandskonten aufgeführt, die mit mindestens einem Sparschwein verbunden sind.', + // Ignore this comment + // create piggy 'piggy-banks_create_name' => 'Worauf sparen Sie? Eine neue Couch, eine Kamera, Geld für Notfälle?', 'piggy-banks_create_date' => 'Sie können ein Zieldatum oder einen Termin für Ihr Sparschwein festlegen.', @@ -132,6 +138,8 @@ return [ 'rules_create_test_rule_triggers' => 'Verwenden Sie diese Schaltfläche, um zu sehen, welche Transaktionen zu Ihrer Regel passen würden.', 'rules_create_actions' => 'Legen Sie so viele Aktionen fest, wie Sie möchten.', + // Ignore this comment + // preferences 'preferences_index_tabs' => 'Weitere Optionen sind hinter diesen Registerkarten verfügbar.', @@ -143,3 +151,4 @@ return [ // create currency 'currencies_create_code' => 'Dieser Code sollte ISO-konform sein (Für eine neue Währung googlen).', ]; +// Ignore this comment diff --git a/resources/lang/de_DE/list.php b/resources/lang/de_DE/list.php index 1015036696..964eef6841 100644 --- a/resources/lang/de_DE/list.php +++ b/resources/lang/de_DE/list.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -56,6 +58,9 @@ return [ 'source' => 'Quelle', 'next_expected_match' => 'Nächste erwartete Übereinstimmung', 'automatch' => 'Automatisch erkennen?', + + // Ignore this comment + 'repeat_freq' => 'Wiederholungen', 'description' => 'Beschreibung', 'amount' => 'Betrag', @@ -121,6 +126,9 @@ return [ 'external_id' => 'Externe ID', 'account_at_bunq' => 'Konto bei „bunq”', 'file_name' => 'Dateiname', + + // Ignore this comment + 'file_size' => 'Dateigröße', 'file_type' => 'Dateityp', 'attached_to' => 'Zugewiesen zu', @@ -149,3 +157,4 @@ return [ 'secret' => 'Secret', ]; +// Ignore this comment diff --git a/resources/lang/de_DE/pagination.php b/resources/lang/de_DE/pagination.php index 7577bc9d63..0fbc4886bc 100644 --- a/resources/lang/de_DE/pagination.php +++ b/resources/lang/de_DE/pagination.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ diff --git a/resources/lang/de_DE/passwords.php b/resources/lang/de_DE/passwords.php index 6d986a50e7..6eed1d31fb 100644 --- a/resources/lang/de_DE/passwords.php +++ b/resources/lang/de_DE/passwords.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ diff --git a/resources/lang/de_DE/validation.php b/resources/lang/de_DE/validation.php index a9ee79a235..8289068665 100644 --- a/resources/lang/de_DE/validation.php +++ b/resources/lang/de_DE/validation.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -78,6 +80,9 @@ return [ 'before' => ':attribute muss ein Datum vor dem :date sein.', 'unique_object_for_user' => 'Dieser Name wird bereits verwendet.', 'unique_account_for_user' => 'Dieser Kontoname wird bereits verwendet.', + + // Ignore this comment + 'between.numeric' => ':attribute muss zwischen :min und :max liegen.', 'between.file' => ':attribute muss zwischen :min und :max Kilobytes groß sein.', 'between.string' => ':attribute muss zwischen :min und :max Zeichen lang sein.', @@ -146,6 +151,8 @@ return [ 'same_account_type' => 'Beide Konten müssen vom selben Kontotyp sein', 'same_account_currency' => 'Beiden Konten muss die gleiche Währung zugeordnet sein', + // Ignore this comment + 'secure_password' => 'Dies ist ein unsicheres Passwort. Bitte versuchen Sie es erneut. Weitere Informationen finden Sie unter https://github.com/firefly-iii/help/wiki/Secure-password', 'valid_recurrence_rep_type' => 'Ungültige Wiederholungsart für Daueraufträge.', 'valid_recurrence_rep_moment' => 'Ungültiges Wiederholungsmoment für diese Art der Wiederholung.', @@ -204,6 +211,8 @@ return [ 'deposit_dest_bad_data' => 'Bei der Suche nach der Kennung „:id” oder dem Namen „:name” konnte kein gültiges Zielkonto gefunden werden.', 'deposit_dest_wrong_type' => 'Das übermittelte Zielkonto entspricht nicht dem geforderten Typ.', + // Ignore this comment + 'transfer_source_need_data' => 'Um fortzufahren, benötigen Sie eine gültige Quellkontenkennung und/oder einen gültigen Quellkontonamen.', 'transfer_source_bad_data' => 'Bei der Suche nach der Kennung „:id” oder dem Namen „:name” konnte kein gültiges Quellkonto gefunden werden.', 'transfer_dest_need_data' => 'Um fortzufahren, benötigen Sie eine gültige Zielkontenkennung und/oder einen gültigen Zielkontonamen.', @@ -232,3 +241,5 @@ return [ 'auto_budget_amount_positive' => 'Der Betrag muss größer als Null sein.', 'auto_budget_period_mandatory' => 'Der Zeitraum für das automatische Budget ist ein Pflichtfeld.', ]; + +// Ignore this comment diff --git a/resources/lang/el_GR/api.php b/resources/lang/el_GR/api.php index cf82af250e..526481993b 100644 --- a/resources/lang/el_GR/api.php +++ b/resources/lang/el_GR/api.php @@ -21,6 +21,8 @@ declare(strict_types=1); +// Ignore this comment + return [ ]; diff --git a/resources/lang/el_GR/auth.php b/resources/lang/el_GR/auth.php index 1703cf6ee8..8aaa8aed5d 100644 --- a/resources/lang/el_GR/auth.php +++ b/resources/lang/el_GR/auth.php @@ -20,8 +20,11 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); + return [ 'failed' => 'Αυτά τα διαπιστευτήρια δεν ταιριάζουν με τα αρχεία μας.', 'throttle' => 'Πάρα πολλές προσπάθειες σύνδεσης. Παρακαλώ δοκιμάστε ξανά σε :seconds δευτερόλεπτα.', diff --git a/resources/lang/el_GR/breadcrumbs.php b/resources/lang/el_GR/breadcrumbs.php index 1ce6832e13..345ee5f4ea 100644 --- a/resources/lang/el_GR/breadcrumbs.php +++ b/resources/lang/el_GR/breadcrumbs.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -53,6 +55,9 @@ return [ 'deposit_list' => 'Έσοδα και καταθέσεις', 'transfer_list' => 'Μεταφορές', 'transfers_list' => 'Μεταφορές', + + // Ignore this comment + 'reconciliation_list' => 'Συνδιαλλαγές', 'create_withdrawal' => 'Δημιουργία νέας ανάληψης', 'create_deposit' => 'Δημιουργία νέας κατάθεσης', diff --git a/resources/lang/el_GR/components.php b/resources/lang/el_GR/components.php index c547bbcadc..399d53fddc 100644 --- a/resources/lang/el_GR/components.php +++ b/resources/lang/el_GR/components.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ diff --git a/resources/lang/el_GR/config.php b/resources/lang/el_GR/config.php index 033d6cf0bd..f1b02a9ba5 100644 --- a/resources/lang/el_GR/config.php +++ b/resources/lang/el_GR/config.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -39,6 +41,8 @@ return [ //'month_and_day_no_year' => '%B %e', 'month_and_day_no_year_js' => 'Do MMMM', + // Ignore this comment + //'date_time' => '%B %e, %Y, @ %T', 'date_time_js' => 'Do MMMM YYYY, HH:mm:ss', 'date_time_fns' => 'do MMMM yyyy @ HH:mm:ss', @@ -66,3 +70,5 @@ return [ 'dow_6' => 'Σάββατο', 'dow_7' => 'Κυριακή', ]; + +// Ignore this comment diff --git a/resources/lang/el_GR/demo.php b/resources/lang/el_GR/demo.php index af19c07798..c7f6db3e97 100644 --- a/resources/lang/el_GR/demo.php +++ b/resources/lang/el_GR/demo.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -35,3 +37,5 @@ return [ 'piggy-banks-index' => 'Όπως βλέπετε, υπάρχουν τρεις κουμπαράδες. Χρησιμοποιήστε τα κουμπιά συν και μείον για να επηρεάσετε το ποσό των χρημάτων σε κάθε κουμπαρά. Κλικάρετε το όνομα του κουμπαρά για να δείτε τη διαχείριση για κάθε κουμπαρά.', 'profile-index' => 'Λάβετε υπόψιν ότι o ιστότοπος επίδειξης επαναφέρεται κάθε τέσσερις ώρες. Η πρόσβασή σας μπορεί να ανακληθεί οποιαδήποτε στιγμή. Αυτό συμβαίνει αυτόματα και δεν είναι σφάλμα.', ]; + +// Ignore this comment diff --git a/resources/lang/el_GR/email.php b/resources/lang/el_GR/email.php index 57bbb4d7d9..566827503d 100644 --- a/resources/lang/el_GR/email.php +++ b/resources/lang/el_GR/email.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -33,6 +35,8 @@ return [ 'admin_test_subject' => 'Ένα δοκιμαστικό μήνυμα από την εγκατάσταση του Firefly III', 'admin_test_body' => 'Αυτό είναι ένα δοκιμαστικό μήνυμα από την εγκατάσταση του Firefly III. Αποστάλθηκε στο :email.', + // Ignore this comment + // invite 'invitation_created_subject' => 'Έχει δημιουργηθεί μια πρόσκληση', 'invitation_created_body' => 'Admin user ":email" created a user invitation which can be used by whoever is behind email address ":invitee". The invite will be valid for 48hrs.', @@ -70,6 +74,8 @@ return [ 'registered_pw_reset_link' => 'Επαναφορά κωδικού πρόσβασης:', 'registered_doc_link' => 'Τεκμηρίωση:', + // Ignore this comment + // new version 'new_version_email_subject' => 'Μια νέα έκδοση του Firefly III είναι διαθέσιμη', @@ -113,6 +119,8 @@ return [ 'error_stacktrace_below' => 'Το πλήρες stacktrace είναι παρακάτω:', 'error_headers' => 'The following headers may also be relevant:', + // Ignore this comment + // report new journals 'new_journals_subject' => 'Το Firefly III έχει δημιουργήσει μια νέα συναλλαγή|Το Firefly III έχει δημιουργήσει :count νέες συναλλαγές', 'new_journals_header' => 'Το Firefly III έχει δημιουργήσει μια συναλλαγή για εσάς. Μπορείτε να τη βρείτε στην εγκατάσταση Firefly ΙΙΙ:|Το Firefly III έχει δημιουργήσει :count συναλλαγές για εσάς. Μπορείτε να τις βρείτε στην εγκατάσταση Firefly III:', @@ -129,3 +137,4 @@ return [ 'bill_warning_please_action' => 'Please take the appropriate action.', ]; +// Ignore this comment diff --git a/resources/lang/el_GR/errors.php b/resources/lang/el_GR/errors.php index 487f0a9828..3322023875 100644 --- a/resources/lang/el_GR/errors.php +++ b/resources/lang/el_GR/errors.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -39,6 +41,9 @@ return [ 'error_location' => 'Αυτό το σφάλμα προέκυψε στο αρχείο :file στη γραμμή :line με κώδικα :code.', 'stacktrace' => 'Ιχνηλάτηση στοίβας', 'more_info' => 'Περισσότερες πληροφορίες', + + // Ignore this comment + 'collect_info' => 'Συλλέξτε περισσότερες πληροφορίες στον κατάλογο storage/logs όπου θα βρείτε αρχεία καταγραφής. Εάν χρησιμοποιείτε το Docker, χρησιμοποιήστε το docker logs -f [container].', 'collect_info_more' => 'Μπορείτε να διαβάσετε περισσότερα σχετικά με τη συλλογή πληροφοριών σφάλματος στο FAQ.', 'github_help' => 'Λάβετε βοήθεια στο GitHub', diff --git a/resources/lang/el_GR/firefly.php b/resources/lang/el_GR/firefly.php index 9b3bb62b02..4ac2cc49e3 100644 --- a/resources/lang/el_GR/firefly.php +++ b/resources/lang/el_GR/firefly.php @@ -22,6 +22,8 @@ declare(strict_types=1); +// Ignore this comment + return [ // general stuff: 'close' => 'Κλείσιμο', @@ -324,6 +326,8 @@ return [ // old + // Ignore this comment + 'search_modifier_date_on' => 'Transaction date is ":value"', 'search_modifier_not_date_on' => 'Transaction date is not ":value"', 'search_modifier_reconciled' => 'Transaction is reconciled', @@ -684,6 +688,7 @@ return [ 'create_rule_from_query' => 'Δημιουργία νέου κανόνα από το ερώτημα αναζήτησης', 'rule_from_search_words' => 'Η ρουτίνα για τους κανόνες δυσκολεύτηκε στο χειρισμό του ":string". Ο προτεινόμενος κανόνας που ταιριάζει στο ερώτημά αναζήτησης μπορεί να δώσει διαφορετικά αποτελέσματα. Παρακαλώ να επιβεβαιώσετε προσεκτικά τους κανόνες ενεργοποίησης.', + // Ignore this comment // END 'modifiers_applies_are' => 'Οι ακόλουθοι τροποποιητές εφαρμόστηκαν στην αναζήτηση επίσης:', @@ -1168,6 +1173,7 @@ return [ 'rule_trigger_not_destination_is_cash' => 'Destination account is not a cash account', 'rule_trigger_not_account_is_cash' => 'Neither account is a cash account', + // Ignore this comment // actions 'rule_action_delete_transaction_choice' => 'DELETE transaction(!)', @@ -1465,6 +1471,8 @@ return [ 'multi_account_warning_deposit' => 'Λάβετε υπόψη ότι ο λογαριασμός προορισμού των επόμενων διαχωρισμών θα υπερισχύσει αυτού του πρώτου διαχωρισμού της κατάθεσης.', 'multi_account_warning_transfer' => 'Λάβετε υπόψη ότι ο λογαριασμός προέλευσης και προορισμού των επόμενων διαχωρισμών θα υπερισχύσει αυτού του πρώτου διαχωρισμού της μεταφοράς.', + // Ignore this comment + // export data: 'export_data_title' => 'Εξαγωγή δεδομένων από το Firefly III', 'export_data_menu' => 'Εξαγωγή δεδομένων', @@ -1839,6 +1847,8 @@ return [ 'stored_category' => 'Αποθηκεύτηκε η νέα κατηγορία ":name"', 'without_category_between' => 'Χωρίς κατηγορία μεταξύ :start και :end', + // Ignore this comment + // transactions: 'update_withdrawal' => 'Ενημέρωση ανάληψης', 'update_deposit' => 'Ενημέρωση κατάθεσης', @@ -2057,6 +2067,8 @@ return [ 'classification' => 'Ταξινόμηση', 'store_transaction' => 'Αποθήκευση συναλλαγής', + // Ignore this comment + // reports: 'report_default' => 'Προεπιλεγμένη οικονομική αναφορά μεταξύ :start και :end', 'report_audit' => 'Επισκόπηση ιστορικού συναλλαγών μεταξύ :start και :end', @@ -2161,6 +2173,8 @@ return [ 'sum_in_default_currency' => 'Το σύνολο θα είναι πάντοτε στο προεπιλεγμένο σας νόμισμα.', 'net_filtered_prefs' => 'Αυτό το διάγραμμα δε θα περιλαμβάνει ποτέ λογαριασμούς που δεν έχουν τσεκαρισμένη την επιλογή "Συμπεριλαμβάνεται στην καθαρή αξία".', + // Ignore this comment + // charts: 'chart' => 'Διάγραμμα', 'month' => 'Μήνας', @@ -2249,6 +2263,8 @@ return [ 'total_amount' => 'Συνολικό ποσό', 'number_of_decimals' => 'Πλήθος δεκαδικών ψηφίων', + // Ignore this comment + // administration 'invite_new_user_title' => 'Invite new user', '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.', @@ -2519,6 +2535,8 @@ return [ 'except_weekends' => 'Εκτός από τα Σαββατοκύριακα', 'recurrence_deleted' => 'Η επαναλαμβανόμενη συναλλαγή ":title" διαγράφηκε', + // Ignore this comment + // new lines for summary controller. 'box_balance_in_currency' => 'Υπόλοιπο (:currency)', 'box_spent_in_currency' => 'Δαπάνες (:currency)', @@ -2576,3 +2594,5 @@ return [ 'ale_action_add_tag' => 'Added tag', ]; + +// Ignore this comment diff --git a/resources/lang/el_GR/form.php b/resources/lang/el_GR/form.php index 8704467a40..64eda4a58f 100644 --- a/resources/lang/el_GR/form.php +++ b/resources/lang/el_GR/form.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -62,6 +64,9 @@ return [ 'opening_balance' => 'Υπόλοιπο έναρξης', 'tagMode' => 'Λειτουργία ετικέτας', 'virtual_balance' => 'Εικονικό υπόλοιπο', + + // Ignore this comment + 'targetamount' => 'Ποσό στόχου', 'account_role' => 'Ρόλος λογαριασμού', 'opening_balance_date' => 'Ημερομηνία υπολοίπου έναρξης', @@ -153,6 +158,9 @@ return [ 'piggyBank_areYouSure' => 'Είστε σίγουροι ότι θέλετε να διαγράψετε τον κουμπαρά με όνομα ":name";', 'journal_areYouSure' => 'Είστε σίγουροι ότι θέλετε να διαγράψετε τη συναλλαγή με περιγραφή ":description";', 'mass_journal_are_you_sure' => 'Είστε σίγουροι ότι θέλετε να διαγράψετε αυτές τις συναλλαγές;', + + // Ignore this comment + 'tag_areYouSure' => 'Είστε σίγουροι ότι θέλετε να διαγράψετε την ετικέτα ":tag";', 'journal_link_areYouSure' => 'Είστε σίγουροι ότι θέλετε να διαγράψετε το σύνδεσμο μεταξύ :source και :destination;', 'linkType_areYouSure' => 'Είστε σίγουροι ότι θέλετε να διαγράψετε τον τύπο συνδέσμου ":name" (":inward" / ":outward");', @@ -216,6 +224,9 @@ return [ 'fints_password' => 'PIN / Κωδικός', 'fints_account' => 'Λογαριασμός FinTS', 'local_account' => 'Λογαριασμός Firefly III', + + // Ignore this comment + 'from_date' => 'Από ημερομηνία', 'to_date' => 'Εώς ημερομηνία', 'due_date' => 'Ημερομηνία προθεσμίας', @@ -252,3 +263,4 @@ return [ 'webhook_response' => 'Απόκριση', 'webhook_trigger' => 'Ενεργοποίηση', ]; +// Ignore this comment diff --git a/resources/lang/el_GR/intro.php b/resources/lang/el_GR/intro.php index ae4d7857ce..730651d62b 100644 --- a/resources/lang/el_GR/intro.php +++ b/resources/lang/el_GR/intro.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -53,6 +55,8 @@ return [ 'budgets_index_list_of_budgets' => 'Χρησιμοποιήστε αυτό τον πίνακα για να ορίσετε τα ποσά για κάθε προϋπολογισμό και την πρόοδό σας.', 'budgets_index_outro' => 'Για να μάθετε περισσότερα για προϋπολογισμούς, ελέγξτε το εικονίδιο βοήθειας στην επάνω δεξιά γωνία.', + // Ignore this comment + // reports (index) 'reports_index_intro' => 'Χρησιμοποιήστε αυτές τις αναφορές για να λάβετε λεπτομερείς πληροφορίες για τα οικονομικά σας.', 'reports_index_inputReportType' => 'Επιλέξτε έναν τύπο αναφοράς. Ελέγξτε τις σελίδες βοήθειας για να δείτε τι εμφανίζει ή κάθε αναφορά.', @@ -90,6 +94,8 @@ return [ 'piggy-banks_index_button' => 'Διπλά από αυτή τη γραμμή προόδου υπάρχουν δύο κουμπιά (+ και -) για να προσθέσετε ή να αφαιρέσετε χρήματα από κάθε κουμπαρά.', 'piggy-banks_index_accountStatus' => 'Πίνακας κατάστασης για κάθε πάγιο λογαριασμό με τουλάχιστον ένα κουμπαρά.', + // Ignore this comment + // create piggy 'piggy-banks_create_name' => 'Ποιός είναι ο στόχος σας; Ένας νέος καναπές, μια κάμερα, χρήματα για έκτακτες ανάγκες;', 'piggy-banks_create_date' => 'Μπορείτε να ορίσετε μια ημερομηνία επίτευξης στόχου ή μια προθεσμία για τον κουμπαρά σας.', @@ -132,6 +138,8 @@ return [ 'rules_create_test_rule_triggers' => 'Χρησιμοποιήστε αυτό το κουμπί για να δείτε ποιές συναλλαγές θα ταίριαζαν με τον κανόνα σας.', 'rules_create_actions' => 'Ορίστε όσες ενέργειες επιθυμείτε.', + // Ignore this comment + // preferences 'preferences_index_tabs' => 'Περισσότερες επιλογές είναι διαθέσιμες πίσω από αυτές τις καρτέλες.', @@ -143,3 +151,4 @@ return [ // create currency 'currencies_create_code' => 'Αυτός ο κωδικός πρέπει να είναι αποδεκτός κατά ISO (Αναζητήστε το στο Google για το νέο σας νόμισμα).', ]; +// Ignore this comment diff --git a/resources/lang/el_GR/list.php b/resources/lang/el_GR/list.php index d65a85fbf1..c4572f31c0 100644 --- a/resources/lang/el_GR/list.php +++ b/resources/lang/el_GR/list.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -56,6 +58,9 @@ return [ 'source' => 'Προέλευση', 'next_expected_match' => 'Επόμενη αναμενόμενη αντιστοίχιση', 'automatch' => 'Αυτόματη αντιστοίχιση;', + + // Ignore this comment + 'repeat_freq' => 'Επαναλήψεις', 'description' => 'Περιγραφή', 'amount' => 'Ποσό', @@ -121,6 +126,9 @@ return [ 'external_id' => 'Εξωτερικό ID', 'account_at_bunq' => 'Λογαριασμός με bunq', 'file_name' => 'Όνομα αρχείου', + + // Ignore this comment + 'file_size' => 'Μέγεθος αρχείου', 'file_type' => 'Τύπος αρχείου', 'attached_to' => 'Επισυναπτόμενο σε', @@ -149,3 +157,4 @@ return [ 'secret' => 'Μυστικό', ]; +// Ignore this comment diff --git a/resources/lang/el_GR/pagination.php b/resources/lang/el_GR/pagination.php index d6800d8a9d..7ba5464761 100644 --- a/resources/lang/el_GR/pagination.php +++ b/resources/lang/el_GR/pagination.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ diff --git a/resources/lang/el_GR/passwords.php b/resources/lang/el_GR/passwords.php index 8b40bcc078..bb2994c73b 100644 --- a/resources/lang/el_GR/passwords.php +++ b/resources/lang/el_GR/passwords.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ diff --git a/resources/lang/el_GR/validation.php b/resources/lang/el_GR/validation.php index cbcf2f9cf7..1050769b0a 100644 --- a/resources/lang/el_GR/validation.php +++ b/resources/lang/el_GR/validation.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -78,6 +80,9 @@ return [ 'before' => 'Αυτό το :attribute πρέπει να είναι μια ημερομηνία πρίν από :date.', 'unique_object_for_user' => 'Αυτό το όνομα είναι ήδη σε χρήση.', 'unique_account_for_user' => 'Αυτό το όνομα λογαριασμού είναι ήδη σε χρήση.', + + // Ignore this comment + 'between.numeric' => 'Το :attribute πρέπει να είναι μεταξύ :min και :max.', 'between.file' => 'Το :attribute πρέπει να είναι μεταξύ :min και :max kilobytes.', 'between.string' => 'To :attribute πρέπει να είναι μεταξύ :min και :max χαρακτήρων.', @@ -146,6 +151,8 @@ return [ 'same_account_type' => 'Και οι δύο λογαριασμοί πρέπει να έχουν τον ίδιο τύπο λογαριασμού', 'same_account_currency' => 'Και οι δύο λογαριασμοί πρέπει να έχουν την ίδια ρύθμιση νομίσματος', + // Ignore this comment + 'secure_password' => 'Αυτό δεν είναι ασφαλές συνθηματικό. Παρακαλώ δοκιμάστε ξανά. Για περισσότερες πληροφορίες επισκεφτείτε https://bit.ly/FF3-password-security', 'valid_recurrence_rep_type' => 'Μη έγκυρος τύπος επανάληψης για επαναλαμβανόμενες συναλλαγές.', 'valid_recurrence_rep_moment' => 'Μη έγκυρη στιγμή επανάληψης για αυτό τον τύπο επανάληψης.', @@ -204,6 +211,8 @@ return [ 'deposit_dest_bad_data' => 'Δεν ήταν δυνατή η εύρεση ενός έγκυρου λογαριασμού προορισμού κατά την αναζήτηση του αναγνωριστικού ID ":id" ή του ονόματος ":name".', 'deposit_dest_wrong_type' => 'O υποβεβλημένος λογαριασμός προέλευσης δεν είναι σωστού τύπου.', + // Ignore this comment + 'transfer_source_need_data' => 'Πρέπει να λάβετε ένα έγκυρο αναγνωριστικό λογαριασμού προέλευσης και/ή ένα έγκυρο όνομα λογαριασμού προέλευσης για να συνεχίσετε.', 'transfer_source_bad_data' => 'Δεν ήταν δυνατή η εύρεση ενός έγκυρου λογαριασμού προέλευσης κατά την αναζήτηση του αναγνωριστικού ID ":id" ή του ονόματος ":name".', 'transfer_dest_need_data' => 'Πρέπει να λάβετε ένα έγκυρο αναγνωριστικό ID λογαριασμού προορισμού και/ή ένα έγκυρο όνομα λογαριασμού προορισμού για να συνεχίσετε.', @@ -232,3 +241,5 @@ return [ 'auto_budget_amount_positive' => 'Το ποσό πρέπει να είναι μεγαλύτερο από το μηδέν.', 'auto_budget_period_mandatory' => 'Η περίοδος αυτόματου προϋπολογισμού είναι υποχρεωτικό πεδίο.', ]; + +// Ignore this comment diff --git a/resources/lang/en_GB/api.php b/resources/lang/en_GB/api.php index cf82af250e..526481993b 100644 --- a/resources/lang/en_GB/api.php +++ b/resources/lang/en_GB/api.php @@ -21,6 +21,8 @@ declare(strict_types=1); +// Ignore this comment + return [ ]; diff --git a/resources/lang/en_GB/auth.php b/resources/lang/en_GB/auth.php index fffa04545c..bafc9610ac 100644 --- a/resources/lang/en_GB/auth.php +++ b/resources/lang/en_GB/auth.php @@ -20,8 +20,11 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); + return [ 'failed' => 'These credentials do not match our records.', 'throttle' => 'Too many login attempts. Please try again in :seconds seconds.', diff --git a/resources/lang/en_GB/breadcrumbs.php b/resources/lang/en_GB/breadcrumbs.php index 25ec9c554a..8a7011923f 100644 --- a/resources/lang/en_GB/breadcrumbs.php +++ b/resources/lang/en_GB/breadcrumbs.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -53,6 +55,9 @@ return [ 'deposit_list' => 'Revenue, income and deposits', 'transfer_list' => 'Transfers', 'transfers_list' => 'Transfers', + + // Ignore this comment + 'reconciliation_list' => 'Reconciliations', 'create_withdrawal' => 'Create new withdrawal', 'create_deposit' => 'Create new deposit', diff --git a/resources/lang/en_GB/components.php b/resources/lang/en_GB/components.php index c547bbcadc..399d53fddc 100644 --- a/resources/lang/en_GB/components.php +++ b/resources/lang/en_GB/components.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ diff --git a/resources/lang/en_GB/config.php b/resources/lang/en_GB/config.php index 9efaefbc77..04f6273ff4 100644 --- a/resources/lang/en_GB/config.php +++ b/resources/lang/en_GB/config.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -39,6 +41,8 @@ return [ //'month_and_day_no_year' => '%B %e', 'month_and_day_no_year_js' => 'MMMM Do', + // Ignore this comment + //'date_time' => '%B %e, %Y, @ %T', 'date_time_js' => 'MMMM Do, YYYY, @ HH:mm:ss', 'date_time_fns' => 'MMMM do, yyyy @ HH:mm:ss', @@ -66,3 +70,5 @@ return [ 'dow_6' => 'Saturday', 'dow_7' => 'Sunday', ]; + +// Ignore this comment diff --git a/resources/lang/en_GB/demo.php b/resources/lang/en_GB/demo.php index 6d1f7ea139..5b756def0c 100644 --- a/resources/lang/en_GB/demo.php +++ b/resources/lang/en_GB/demo.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -35,3 +37,5 @@ return [ 'piggy-banks-index' => 'As you can see, there are three piggy banks. Use the plus and minus buttons to influence the amount of money in each piggy bank. Click the name of the piggy bank to see the administration for each piggy bank.', 'profile-index' => 'Keep in mind that the demo site resets every four hours. Your access may be revoked at any time. This happens automatically and is not a bug.', ]; + +// Ignore this comment diff --git a/resources/lang/en_GB/email.php b/resources/lang/en_GB/email.php index d2d81362ab..f46c6a54b5 100644 --- a/resources/lang/en_GB/email.php +++ b/resources/lang/en_GB/email.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -33,6 +35,8 @@ return [ 'admin_test_subject' => 'A test message from your Firefly III installation', 'admin_test_body' => 'This is a test message from your Firefly III instance. It was sent to :email.', + // Ignore this comment + // invite 'invitation_created_subject' => 'An invitation has been created', 'invitation_created_body' => 'Admin user ":email" created a user invitation which can be used by whoever is behind email address ":invitee". The invite will be valid for 48hrs.', @@ -70,6 +74,8 @@ return [ 'registered_pw_reset_link' => 'Password reset:', 'registered_doc_link' => 'Documentation:', + // Ignore this comment + // new version 'new_version_email_subject' => 'A new Firefly III version is available', @@ -113,6 +119,8 @@ return [ 'error_stacktrace_below' => 'The full stacktrace is below:', 'error_headers' => 'The following headers may also be relevant:', + // Ignore this comment + // report new journals 'new_journals_subject' => 'Firefly III has created a new transaction|Firefly III has created :count new transactions', 'new_journals_header' => 'Firefly III has created a transaction for you. You can find it in your Firefly III installation:|Firefly III has created :count transactions for you. You can find them in your Firefly III installation:', @@ -129,3 +137,4 @@ return [ 'bill_warning_please_action' => 'Please take the appropriate action.', ]; +// Ignore this comment diff --git a/resources/lang/en_GB/errors.php b/resources/lang/en_GB/errors.php index a62e78ebcf..412b8f08a1 100644 --- a/resources/lang/en_GB/errors.php +++ b/resources/lang/en_GB/errors.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -39,6 +41,9 @@ return [ 'error_location' => 'This error occured in file :file on line :line with code :code.', 'stacktrace' => 'Stack trace', 'more_info' => 'More information', + + // Ignore this comment + 'collect_info' => 'Please collect more information in the storage/logs directory where you will find log files. If you\'re running Docker, use docker logs -f [container].', 'collect_info_more' => 'You can read more about collecting error information in the FAQ.', 'github_help' => 'Get help on GitHub', diff --git a/resources/lang/en_GB/firefly.php b/resources/lang/en_GB/firefly.php index ef41e8b755..35d79d14fd 100644 --- a/resources/lang/en_GB/firefly.php +++ b/resources/lang/en_GB/firefly.php @@ -22,6 +22,8 @@ declare(strict_types=1); +// Ignore this comment + return [ // general stuff: 'close' => 'Close', @@ -324,6 +326,8 @@ return [ // old + // Ignore this comment + 'search_modifier_date_on' => 'Transaction date is ":value"', 'search_modifier_not_date_on' => 'Transaction date is not ":value"', 'search_modifier_reconciled' => 'Transaction is reconciled', @@ -684,6 +688,7 @@ return [ '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.', + // Ignore this comment // END 'modifiers_applies_are' => 'The following modifiers are applied to the search as well:', @@ -1168,6 +1173,7 @@ return [ 'rule_trigger_not_destination_is_cash' => 'Destination account is not a cash account', 'rule_trigger_not_account_is_cash' => 'Neither account is a cash account', + // Ignore this comment // actions 'rule_action_delete_transaction_choice' => 'DELETE transaction(!)', @@ -1465,6 +1471,8 @@ return [ '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.', + // Ignore this comment + // export data: 'export_data_title' => 'Export data from Firefly III', 'export_data_menu' => 'Export data', @@ -1839,6 +1847,8 @@ return [ 'stored_category' => 'Stored new category ":name"', 'without_category_between' => 'Without category between :start and :end', + // Ignore this comment + // transactions: 'update_withdrawal' => 'Update withdrawal', 'update_deposit' => 'Update deposit', @@ -2057,6 +2067,8 @@ return [ 'classification' => 'Classification', 'store_transaction' => 'Store transaction', + // Ignore this comment + // reports: 'report_default' => 'Default financial report between :start and :end', 'report_audit' => 'Transaction history overview between :start and :end', @@ -2161,6 +2173,8 @@ return [ 'sum_in_default_currency' => 'The sum will always be in your default currency.', 'net_filtered_prefs' => 'This chart will never include accounts that have the "Include in net worth"-option unticked.', + // Ignore this comment + // charts: 'chart' => 'Chart', 'month' => 'Month', @@ -2249,6 +2263,8 @@ return [ 'total_amount' => 'Total amount', 'number_of_decimals' => 'Number of decimals', + // Ignore this comment + // administration 'invite_new_user_title' => 'Invite new user', '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.', @@ -2519,6 +2535,8 @@ return [ 'except_weekends' => 'Except weekends', 'recurrence_deleted' => 'Recurring transaction ":title" deleted', + // Ignore this comment + // new lines for summary controller. 'box_balance_in_currency' => 'Balance (:currency)', 'box_spent_in_currency' => 'Spent (:currency)', @@ -2576,3 +2594,5 @@ return [ 'ale_action_add_tag' => 'Added tag', ]; + +// Ignore this comment diff --git a/resources/lang/en_GB/form.php b/resources/lang/en_GB/form.php index 5d5f8192ac..8bdbb08f49 100644 --- a/resources/lang/en_GB/form.php +++ b/resources/lang/en_GB/form.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -62,6 +64,9 @@ return [ 'opening_balance' => 'Opening balance', 'tagMode' => 'Tag mode', 'virtual_balance' => 'Virtual balance', + + // Ignore this comment + 'targetamount' => 'Target amount', 'account_role' => 'Account role', 'opening_balance_date' => 'Opening balance date', @@ -153,6 +158,9 @@ return [ 'piggyBank_areYouSure' => 'Are you sure you want to delete the piggy bank named ":name"?', 'journal_areYouSure' => 'Are you sure you want to delete the transaction described ":description"?', 'mass_journal_are_you_sure' => 'Are you sure you want to delete these transactions?', + + // Ignore this comment + 'tag_areYouSure' => 'Are you sure you want to delete the tag ":tag"?', 'journal_link_areYouSure' => 'Are you sure you want to delete the link between :source and :destination?', 'linkType_areYouSure' => 'Are you sure you want to delete the link type ":name" (":inward" / ":outward")?', @@ -216,6 +224,9 @@ return [ 'fints_password' => 'PIN / Password', 'fints_account' => 'FinTS account', 'local_account' => 'Firefly III account', + + // Ignore this comment + 'from_date' => 'Date from', 'to_date' => 'Date to', 'due_date' => 'Due date', @@ -252,3 +263,4 @@ return [ 'webhook_response' => 'Response', 'webhook_trigger' => 'Trigger', ]; +// Ignore this comment diff --git a/resources/lang/en_GB/intro.php b/resources/lang/en_GB/intro.php index 012d5e7dcd..963bac9b98 100644 --- a/resources/lang/en_GB/intro.php +++ b/resources/lang/en_GB/intro.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -53,6 +55,8 @@ return [ 'budgets_index_list_of_budgets' => 'Use this table to set the amounts for each budget and see how you are doing.', 'budgets_index_outro' => 'To learn more about budgeting, checkout the help icon in the top right corner.', + // Ignore this comment + // reports (index) 'reports_index_intro' => 'Use these reports to get detailed insights in your finances.', 'reports_index_inputReportType' => 'Pick a report type. Check out the help pages to see what each report shows you.', @@ -90,6 +94,8 @@ return [ 'piggy-banks_index_button' => 'Next to this progress bar are two buttons (+ and -) to add or remove money from each piggy bank.', 'piggy-banks_index_accountStatus' => 'For each asset account with at least one piggy bank the status is listed in this table.', + // Ignore this comment + // create piggy 'piggy-banks_create_name' => 'What is your goal? A new couch, a camera, money for emergencies?', 'piggy-banks_create_date' => 'You can set a target date or a deadline for your piggy bank.', @@ -132,6 +138,8 @@ return [ 'rules_create_test_rule_triggers' => 'Use this button to see which transactions would match your rule.', 'rules_create_actions' => 'Set as many actions as you like.', + // Ignore this comment + // preferences 'preferences_index_tabs' => 'More options are available behind these tabs.', @@ -143,3 +151,4 @@ return [ // create currency 'currencies_create_code' => 'This code should be ISO compliant (Google it for your new currency).', ]; +// Ignore this comment diff --git a/resources/lang/en_GB/list.php b/resources/lang/en_GB/list.php index 98b6061df9..ec9987be3a 100644 --- a/resources/lang/en_GB/list.php +++ b/resources/lang/en_GB/list.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -56,6 +58,9 @@ return [ 'source' => 'Source', 'next_expected_match' => 'Next expected match', 'automatch' => 'Auto match?', + + // Ignore this comment + 'repeat_freq' => 'Repeats', 'description' => 'Description', 'amount' => 'Amount', @@ -121,6 +126,9 @@ return [ 'external_id' => 'External ID', 'account_at_bunq' => 'Account with bunq', 'file_name' => 'File name', + + // Ignore this comment + 'file_size' => 'File size', 'file_type' => 'File type', 'attached_to' => 'Attached to', @@ -149,3 +157,4 @@ return [ 'secret' => 'Secret', ]; +// Ignore this comment diff --git a/resources/lang/en_GB/pagination.php b/resources/lang/en_GB/pagination.php index 4c7a5bfb50..6f72ad6b3a 100644 --- a/resources/lang/en_GB/pagination.php +++ b/resources/lang/en_GB/pagination.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ diff --git a/resources/lang/en_GB/passwords.php b/resources/lang/en_GB/passwords.php index b464dd986e..3a941e12d5 100644 --- a/resources/lang/en_GB/passwords.php +++ b/resources/lang/en_GB/passwords.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ diff --git a/resources/lang/en_GB/validation.php b/resources/lang/en_GB/validation.php index 8e814476f3..8a6eb545b3 100644 --- a/resources/lang/en_GB/validation.php +++ b/resources/lang/en_GB/validation.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -78,6 +80,9 @@ return [ 'before' => 'The :attribute must be a date before :date.', 'unique_object_for_user' => 'This name is already in use.', 'unique_account_for_user' => 'This account name is already in use.', + + // Ignore this comment + 'between.numeric' => 'The :attribute must be between :min and :max.', 'between.file' => 'The :attribute must be between :min and :max kilobytes.', 'between.string' => 'The :attribute must be between :min and :max characters.', @@ -146,6 +151,8 @@ return [ 'same_account_type' => 'Both accounts must be of the same account type', 'same_account_currency' => 'Both accounts must have the same currency setting', + // Ignore this comment + 'secure_password' => 'This is not a secure password. Please try again. For more information, visit https://bit.ly/FF3-password-security', 'valid_recurrence_rep_type' => 'Invalid repetition type for recurring transactions.', 'valid_recurrence_rep_moment' => 'Invalid repetition moment for this type of repetition.', @@ -204,6 +211,8 @@ return [ 'deposit_dest_bad_data' => 'Could not find a valid destination account when searching for ID ":id" or name ":name".', 'deposit_dest_wrong_type' => 'The submitted destination account is not of the right type.', + // Ignore this comment + 'transfer_source_need_data' => 'Need to get a valid source account ID and/or valid source account name to continue.', 'transfer_source_bad_data' => 'Could not find a valid source account when searching for ID ":id" or name ":name".', 'transfer_dest_need_data' => 'Need to get a valid destination account ID and/or valid destination account name to continue.', @@ -232,3 +241,5 @@ return [ 'auto_budget_amount_positive' => 'The amount must be more than zero.', 'auto_budget_period_mandatory' => 'The auto budget period is a mandatory field.', ]; + +// Ignore this comment diff --git a/resources/lang/es_ES/api.php b/resources/lang/es_ES/api.php index cf82af250e..526481993b 100644 --- a/resources/lang/es_ES/api.php +++ b/resources/lang/es_ES/api.php @@ -21,6 +21,8 @@ declare(strict_types=1); +// Ignore this comment + return [ ]; diff --git a/resources/lang/es_ES/auth.php b/resources/lang/es_ES/auth.php index 5e2c1b0017..611d9ba326 100644 --- a/resources/lang/es_ES/auth.php +++ b/resources/lang/es_ES/auth.php @@ -20,8 +20,11 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); + return [ 'failed' => 'Las credenciales no coinciden con los registros.', 'throttle' => 'Demasiados intentos de inicio de sesión. Por favor reintente en :seconds segundos.', diff --git a/resources/lang/es_ES/breadcrumbs.php b/resources/lang/es_ES/breadcrumbs.php index 304487c406..cc48403cd2 100644 --- a/resources/lang/es_ES/breadcrumbs.php +++ b/resources/lang/es_ES/breadcrumbs.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -53,6 +55,9 @@ return [ 'deposit_list' => 'Ganancia, ingresos y depósitos', 'transfer_list' => 'Transferencias', 'transfers_list' => 'Transferencias', + + // Ignore this comment + 'reconciliation_list' => 'Reconciliaciones', 'create_withdrawal' => 'Crear nuevo retiro', 'create_deposit' => 'Crear nuevo depósito', diff --git a/resources/lang/es_ES/components.php b/resources/lang/es_ES/components.php index c547bbcadc..399d53fddc 100644 --- a/resources/lang/es_ES/components.php +++ b/resources/lang/es_ES/components.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ diff --git a/resources/lang/es_ES/config.php b/resources/lang/es_ES/config.php index b6e8ad6318..3db62b6301 100644 --- a/resources/lang/es_ES/config.php +++ b/resources/lang/es_ES/config.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -39,6 +41,8 @@ return [ //'month_and_day_no_year' => '%B %e', 'month_and_day_no_year_js' => 'D [de] MMMM', + // Ignore this comment + //'date_time' => '%B %e, %Y, @ %T', 'date_time_js' => 'D MMMM YYYY, HH:mm:ss', 'date_time_fns' => 'MMMM do, yyyy @ HH:mm:ss', @@ -66,3 +70,5 @@ return [ 'dow_6' => 'Sábado', 'dow_7' => 'Domingo', ]; + +// Ignore this comment diff --git a/resources/lang/es_ES/demo.php b/resources/lang/es_ES/demo.php index e14aad2a3d..79ad14397a 100644 --- a/resources/lang/es_ES/demo.php +++ b/resources/lang/es_ES/demo.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -35,3 +37,5 @@ return [ 'piggy-banks-index' => 'Como puede ver, hay tres huchas. Utilice los botones más y menos para influir en la cantidad de dinero en cada hucha. Haga clic en el nombre de la hucha para ver la administración de cada una.', 'profile-index' => 'Tenga en cuenta que el sitio de demostración se restablece cada cuatro horas. Su acceso puede ser revocado en cualquier momento. Esto ocurre automáticamente y no es un error.', ]; + +// Ignore this comment diff --git a/resources/lang/es_ES/email.php b/resources/lang/es_ES/email.php index 4fb67ed971..bd7aae8f19 100644 --- a/resources/lang/es_ES/email.php +++ b/resources/lang/es_ES/email.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -33,6 +35,8 @@ return [ 'admin_test_subject' => 'Un mensaje de prueba de su instalación de Firefly III', 'admin_test_body' => 'Este es un mensaje de prueba de tu instancia de Firefly III. Fue enviado a :email.', + // Ignore this comment + // invite 'invitation_created_subject' => 'An invitation has been created', 'invitation_created_body' => 'Admin user ":email" created a user invitation which can be used by whoever is behind email address ":invitee". The invite will be valid for 48hrs.', @@ -70,6 +74,8 @@ return [ 'registered_pw_reset_link' => 'Restablecer contraseña:', 'registered_doc_link' => 'Documentación:', + // Ignore this comment + // new version 'new_version_email_subject' => 'A new Firefly III version is available', @@ -113,6 +119,8 @@ return [ 'error_stacktrace_below' => 'El stacktrace completo está a continuación:', 'error_headers' => 'Los siguientes encabezados también pueden ser relevantes:', + // Ignore this comment + // report new journals 'new_journals_subject' => 'Firefly III ha creado una nueva transacción|Firefly III ha creado :count nuevas transacciones', 'new_journals_header' => 'Firefly III ha creado una transacción para usted. La puede encontrar en su instalación de Firefly III:|Firefly III ha creado :count transacciones para usted. Las puede encontrar en su instalación de Firefly III:', @@ -129,3 +137,4 @@ return [ 'bill_warning_please_action' => 'Please take the appropriate action.', ]; +// Ignore this comment diff --git a/resources/lang/es_ES/errors.php b/resources/lang/es_ES/errors.php index 140abc7cb1..77e79eae0c 100644 --- a/resources/lang/es_ES/errors.php +++ b/resources/lang/es_ES/errors.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -39,6 +41,9 @@ return [ 'error_location' => 'Este error ocurrió en el archivo ":file" en línea :line con código :code.', 'stacktrace' => 'Seguimiento de la pila', 'more_info' => 'Más información', + + // Ignore this comment + 'collect_info' => 'Por favor, recopile más información en el directorio storage/logs donde encontrará los archivos de registro. Si está ejecutando Docker, use registros docker -f [container].', 'collect_info_more' => 'Puede leer más sobre la recolección de información de errores en las Preguntas Frecuentes.', 'github_help' => 'Obtener ayuda en GitHub', diff --git a/resources/lang/es_ES/firefly.php b/resources/lang/es_ES/firefly.php index dc1c66ad24..d36e94bd4f 100644 --- a/resources/lang/es_ES/firefly.php +++ b/resources/lang/es_ES/firefly.php @@ -22,6 +22,8 @@ declare(strict_types=1); +// Ignore this comment + return [ // general stuff: 'close' => 'Cerrar', @@ -58,27 +60,27 @@ return [ 'asset_account_role_help' => 'Las opciones extras como resultado de su elección se pueden establecer más tarde.', 'Opening balance' => 'Balance inicial', 'create_new_stuff' => 'Crear nueva etiqueta', - 'new_withdrawal' => 'Nuevo retiro', + 'new_withdrawal' => 'Nuevo gasto', 'create_new_transaction' => 'Crear una nueva transacción', 'sidebar_frontpage_create' => 'Crear', 'new_transaction' => 'Nueva transacción', 'no_rules_for_bill' => 'Esta factura no tiene reglas asociadas a ella.', 'go_to_asset_accounts' => 'Ver tus cuentas de activos', 'go_to_budgets' => 'Ir a tus presupuestos', - 'go_to_withdrawals' => 'Ir a tus retiradas', + 'go_to_withdrawals' => 'Ir a tus gastos', 'clones_journal_x' => 'Esta transacción es una copia de ":description" (#:id)', 'go_to_categories' => 'Ir a tus categorías', 'go_to_bills' => 'Ir a tus cuentas', 'go_to_expense_accounts' => 'Ver tus cuentas de gastos', 'go_to_revenue_accounts' => 'Ver tus cuentas de ingresos', 'go_to_piggies' => 'Ir a tu hucha', - 'new_deposit' => 'Nuevo depósito', + 'new_deposit' => 'Nuevo ingreso', 'new_transfer' => 'Nueva transferencia', 'new_transfers' => 'Nueva transferencia', 'new_asset_account' => 'Nueva cuenta de activo', 'new_expense_account' => 'Nueva cuenta de gastos', 'new_revenue_account' => 'Nueva cuenta de ingresos', - 'new_liabilities_account' => 'Nueva obligación (pasivo)', + 'new_liabilities_account' => 'Nuevo pasivo', 'new_budget' => 'Nuevo presupuesto', 'new_bill' => 'Nueva factura', 'block_account_logout' => 'Tu sesión ha sido cerrada. Las cuentas bloqueadas no pueden utilizar este sitio. ¿Registrarte con una dirección válida de correo electrónico?', @@ -88,7 +90,7 @@ return [ 'flash_error' => '¡Error!', 'flash_danger' => '¡Peligro!', 'flash_info_multiple' => 'Hay un mensaje | Hay :count mensajes', - 'flash_error_multiple' => 'Hay un error|Hay unos :count errores', + 'flash_error_multiple' => 'Hay un error|Hay :count errores', 'net_worth' => 'Valor Neto', 'help_for_this_page' => 'Ayuda para esta página', 'help_for_this_page_body' => 'Puedes encontrar más información sobre esta página en la documentación.', @@ -105,7 +107,7 @@ return [ 'two_factor_lost_fix_owner' => 'De lo contrario, comunícate por mail con el dueño del sitio, :site_owner y pídele que restablezca tu autenticación de dos pasos.', 'mfa_backup_code' => 'Has usado un código de respaldo para iniciar sesión en Firefly III. No se puede usar de nuevo, así que táchalo de tu lista.', 'pref_two_factor_new_backup_codes' => 'Obtener nuevos códigos de copia de seguridad', - 'pref_two_factor_backup_code_count' => 'Tienes :count código de copia de seguridad válido. |Tienes :count códigos de copia de seguridad válidos.', + 'pref_two_factor_backup_code_count' => 'Tienes un código de seguridad válido. |Tienes :count códigos de seguridad válidos.', '2fa_i_have_them' => '¡Los he guardado!', 'warning_much_data' => ':days días de datos pueden tardar en cargarse.', 'registered' => '¡Te has registrado con éxito!', @@ -149,7 +151,7 @@ return [ 'chart_account_in_period' => 'Gráfico para las transacciones de la cuenta ":name" (:balance) entre :start y :end', 'chart_category_in_period' => 'Gráfico para las transacciones de la categoría ":name" entre :start y :end', 'chart_category_all' => 'Gráfico para las transacciones de la categoría ":name"', - 'clone_withdrawal' => 'Duplicar esta retirada', + 'clone_withdrawal' => 'Duplicar este gasto', 'clone_deposit' => 'Duplicar este depósito', 'clone_transfer' => 'Duplicar esta transferencia', 'multi_select_no_selection' => 'Ninguno seleccionado', @@ -324,6 +326,8 @@ return [ // old + // Ignore this comment + 'search_modifier_date_on' => 'La fecha de la transacción es ":value"', 'search_modifier_not_date_on' => 'Transaction date is not ":value"', 'search_modifier_reconciled' => 'Transaction is reconciled', @@ -684,6 +688,7 @@ return [ 'create_rule_from_query' => 'Crear nueva regla a partir de la consulta de búsqueda', 'rule_from_search_words' => 'El motor de reglas tiene un manejo difícil ":string". La regla sugerida que se ajusta a su consulta de búsqueda puede dar diferentes resultados. Por favor verifique los activadores de la regla cuidadosamente.', + // Ignore this comment // END 'modifiers_applies_are' => 'Los siguientes modificadores también se aplican a la búsqueda:', @@ -1168,6 +1173,7 @@ return [ 'rule_trigger_not_destination_is_cash' => 'Destination account is not a cash account', 'rule_trigger_not_account_is_cash' => 'Neither account is a cash account', + // Ignore this comment // actions 'rule_action_delete_transaction_choice' => 'DELETE transaction(!)', @@ -1210,8 +1216,8 @@ return [ 'rule_action_set_notes' => 'Establecer notas para:action_value', 'rule_action_convert_deposit_choice' => 'Convierta esta transacción en un depósito', 'rule_action_convert_deposit' => 'Convierta la transacción en un depósito de ":action_value"', - 'rule_action_convert_withdrawal_choice' => 'Convierta esta transacción en un retiro', - 'rule_action_convert_withdrawal' => 'Convierta la transacción en un depósito de ":action_value"', + 'rule_action_convert_withdrawal_choice' => 'Convierta esta transacción en un gasto', + 'rule_action_convert_withdrawal' => 'Convierta la transacción en un gasto de ":action_value"', 'rule_action_convert_transfer_choice' => 'Convierta la transacción a una transferencia', 'rule_action_convert_transfer' => 'Convierta la transacción a una transferencia con ":action_value"', 'rule_action_append_descr_to_notes_choice' => 'Append the description to the transaction notes', @@ -1227,7 +1233,7 @@ return [ 'rule_for_bill_title' => 'Auto-generated rule for bill ":name"', 'rule_for_bill_description' => 'This rule is auto-generated to try to match bill ":name".', 'create_rule_for_bill' => 'Crear una nueva regla para la factura ":name"', - 'create_rule_for_bill_txt' => 'You have just created a new bill called ":name", congratulations!Firefly III can automagically match new withdrawals to this bill. For example, whenever you pay your rent, the bill "rent" will be linked to the expense. This way, Firefly III can accurately show you which bills are due and which ones aren\'t. In order to do so, a new rule must be created. Firefly III has filled in some sensible defaults for you. Please make sure these are correct. If these values are correct, Firefly III will automatically link the correct withdrawal to the correct bill. Please check out the triggers to see if they are correct, and add some if they\'re wrong.', + 'create_rule_for_bill_txt' => 'Acaba de crear una nueva factura llamada ":name", ¡enhorabuena! Firefly III puede asociar de manera automágica nuevos gastos con esta factura. Por ejemplo, siempre que pague su alquiler, la factura "alquiler" será enlazada a ese gasto. De esta manera, Firefly III puede mostrarle de forma precisa qué facturas han vencido y cuáles no. Para ello, debe crear una nueva regla. Si estos valores son correctos, Firefly III enlazará automáticamente el gasto correspondiente con la factura correcta. Por favor, revise los disparadores para ver si son correctos, y añada algunos si son incorrectos.', 'new_rule_for_bill_title' => 'Regla para la factura ":name"', 'new_rule_for_bill_description' => 'Esta regla marca las transacciones para la cuenta ":name".', @@ -1368,10 +1374,10 @@ return [ 'delete_all_revenue_accounts' => 'Borrar TODAS sus cuentas de ingresos', 'delete_all_liabilities' => 'Borrar TODOS sus pasivos', 'delete_all_transactions' => 'Borrar TODAS sus transacciones', - 'delete_all_withdrawals' => 'Borrar TODOS sus retiros', + 'delete_all_withdrawals' => 'Borrar TODOS sus gastos', 'delete_all_deposits' => 'Borrar TODOS sus depósitos', 'delete_all_transfers' => 'Borrar TODAS sus transferencias', - 'also_delete_transactions' => '¡Eliminar cuentas también eliminará TODAS los retiros, depósitos y transferencias asociados!', + 'also_delete_transactions' => '¡Eliminar cuentas también eliminará TODAS los gastos, ingresos y transferencias asociados!', 'deleted_all_budgets' => 'Todos los presupuestos han sido eliminados', 'deleted_all_categories' => 'Todas las categorías han sido eliminadas', 'deleted_all_tags' => 'Todas las etiquetas han sido eliminadas', @@ -1385,7 +1391,7 @@ return [ 'deleted_all_revenue_accounts' => 'Todas las cuentas de ingresos han sido eliminadas', 'deleted_all_liabilities' => 'Todos los pasivos se han eliminado', 'deleted_all_transactions' => 'Todas las transacciones han sido eliminadas', - 'deleted_all_withdrawals' => 'Todos los retiros se han eliminado', + 'deleted_all_withdrawals' => 'Todos los gastos se han eliminado', 'deleted_all_deposits' => 'Todos los depósitos han sido eliminados', 'deleted_all_transfers' => 'Todas las transferencias han sido eliminadas', 'deleted_all_recurring' => 'Todas las transacciones recurrentes han sido eliminadas', @@ -1461,10 +1467,12 @@ return [ 'profile_try_again' => 'Algo salió mal. Por favor, vuelva a intentarlo.', 'amounts' => 'Importes', 'multi_account_warning_unknown' => 'Dependiendo del tipo de transacción que cree, la cuenta de origen y/o destino de divisiones posteriores puede ser anulada por lo que se define en la primera división de la transacción.', - 'multi_account_warning_withdrawal' => 'Tenga en cuenta que la cuenta de origen de las divisiones posteriores será anulada por lo que se defina en la primera división del retiro.', + 'multi_account_warning_withdrawal' => 'Tenga en cuenta que la cuenta de origen de las divisiones posteriores será anulada por lo que se defina en la primera división del gasto.', 'multi_account_warning_deposit' => 'Tenga en cuenta que la cuenta de destino de las divisiones posteriores será anulada por lo que se defina en la primera división del retiro.', 'multi_account_warning_transfer' => 'Tenga en cuenta que la cuenta de origen + destino de divisiones posteriores será anulada por lo que se defina en la primera división de la transferencia.', + // Ignore this comment + // export data: 'export_data_title' => 'Exportar datos de Firefly III', 'export_data_menu' => 'Exportar datos', @@ -1498,10 +1506,10 @@ return [ 'fire_webhooks_checkbox' => 'Fire webhooks', // convert stuff: - 'convert_is_already_type_Withdrawal' => 'Esta transferencia ya es un retiro', + 'convert_is_already_type_Withdrawal' => 'Esta transferencia ya es un gasto', 'convert_is_already_type_Deposit' => 'Esta transacción ya es un deposito', 'convert_is_already_type_Transfer' => 'Esta transacción ya es una transferencia', - 'convert_to_Withdrawal' => 'Convierta ":description" a un retiro', + 'convert_to_Withdrawal' => 'Convierta ":description" a un gasto', 'convert_to_Deposit' => 'Convierta ":description" en un deposito', 'convert_to_Transfer' => 'Convierta ":description" en una transferencia', 'convert_options_WithdrawalDeposit' => 'Convertir una retirada de efectivo en un depósito', @@ -1510,35 +1518,35 @@ return [ 'convert_options_DepositWithdrawal' => 'Convertir un depósito en una retirada de efectivo', 'convert_options_TransferWithdrawal' => 'Convertir una transferencia en una retirada de efectivo', 'convert_options_TransferDeposit' => 'Convertir una transferencia en un depósito', - 'convert_Withdrawal_to_deposit' => 'Convierta este retiro en un deposito', - 'convert_Withdrawal_to_transfer' => 'Convierta este retiro en una transferencia', - 'convert_Deposit_to_withdrawal' => 'Convierta este deposito en un retiro', + 'convert_Withdrawal_to_deposit' => 'Convierta este gasto en un ingreso', + 'convert_Withdrawal_to_transfer' => 'Convierta este gasto en una transferencia', + 'convert_Deposit_to_withdrawal' => 'Convierta este ingreso en un gasto', 'convert_Deposit_to_transfer' => 'Convierta este deposito en una transferencia', 'convert_Transfer_to_deposit' => 'Convierta esta transferencia en un deposito', - 'convert_Transfer_to_withdrawal' => 'Convierta esta transferencia en un retiro', + 'convert_Transfer_to_withdrawal' => 'Convierta esta transferencia en un gasto', 'convert_please_set_revenue_source' => 'Por favor elija la cuenta de ingresos de donde vendrá el dinero.', 'convert_please_set_asset_destination' => 'Por favor elija la cuenta de activos a donde el dinero se destinara.', 'convert_please_set_expense_destination' => 'Por favor elija la cuenta de gastos a la que ira el dinero.', 'convert_please_set_asset_source' => 'Por favor elija la cuenta de activos de donde vendrá el dinero.', - 'convert_expl_w_d' => 'Al convertir de un retiro a un depósito, el dinero será depositado en la cuenta de destino indicada, en lugar de ser retirado de él. Cuando se convierte de un retiro a un depósito, el dinero será depositado en las cuentas de destino indicadas, en lugar de ser retirado de ellas.', - 'convert_expl_w_t' => 'Al convertir un retiro en una transferencia, el dinero se transferirá fuera de la cuenta de origen a otra cuenta de activos o pasivos en lugar de ser gastado en la cuenta de gastos originales. Al convertir un retiro en una transferencia, el dinero se transferirá fuera de las cuentas de origen a otras cuentas de activos o pasivos en lugar de gastarse en las cuentas de gastos originales.', - 'convert_expl_d_w' => 'Al convertir un depósito en retiro, el dinero será retirado de la cuenta de origen mostrada en lugar de ser depositado en ella. Al convertir un depósito en un retiro, el dinero se retirará de las cuentas de origen mostradas en lugar de depositarse en ellas.', + 'convert_expl_w_d' => 'Al convertir de un gasto a un ingreso, el dinero será depositado en la cuenta de destino indicada en lugar de ser retirado de la misma.| Cuando se convierte de un gasto a un ingreso, el dinero será depositado en las cuentas de destino indicadas en lugar de ser retirado de las mismas.', + 'convert_expl_w_t' => 'Al convertir un gasto en una transferencia, el dinero se transferirá fuera de la cuenta de origen a otra cuenta de activos o pasivos en lugar de ser gastado en la cuenta de gastos originales. |Al convertir un gasto en una transferencia, el dinero se transferirá fuera de las cuentas de origen a otras cuentas de activos o pasivos en lugar de gastarse en las cuentas de gastos originales.', + 'convert_expl_d_w' => 'Al convertir un ingreso en gasto, el dinero será retirado de la cuenta de origen mostrada en lugar de ser depositado en ella. |Al convertir un ingreso en un gasto, el dinero se retirará de las cuentas de origen mostradas en lugar de depositarse en ellas.', 'convert_expl_d_t' => 'Cuando convierte un depósito en una transferencia, el dinero será depositado en la cuenta de destino listada desde cualquiera de sus cuentas de activos o pasivos. Cuando usted convierte un depósito en una transferencia, el dinero será depositado en las cuentas de destino listadas desde cualquiera de sus cuentas de activos o de responsabilidad.', - 'convert_expl_t_w' => 'Cuando usted convierte una transferencia en un retiro, el dinero se gastará en la cuenta de destino que haya establecido aquí, en lugar de ser transferido.|Cuando usted convierte una transferencia en un retiro, el dinero se gastará en las cuentas de destino que haya establecido aquí, en lugar de ser transferido.', + 'convert_expl_t_w' => 'Cuando usted convierte una transferencia en un gasto, el dinero se gastará en la cuenta de destino que haya establecido aquí, en lugar de ser transferido.|Cuando usted convierte una transferencia en un gasto, el dinero se gastará en las cuentas de destino que haya establecido aquí, en lugar de ser transferido.', 'convert_expl_t_d' => 'Cuando usted convierte una transferencia en un depósito, el dinero será depositado en la cuenta de destino que usted ve aquí, en lugar de ser transferido a ella. |Cuando usted convierte una transferencia en un depósito, el dinero será depositado en las cuentas de destino que usted ve aquí, en lugar de ser transferido a ellas.', 'convert_select_sources' => 'Para completar la conversión, por favor establezca la nueva cuenta de origen a continuación.|Para completar la conversión, por favor configure las nuevas cuentas de origen a continuación.', 'convert_select_destinations' => 'Para completar la conversión, por favor establezca la nueva cuenta de origen a continuación.|Para completar la conversión, por favor configure las nuevas cuentas de origen a continuación.', - 'converted_to_Withdrawal' => 'La transacción se convirtió en un retiro', + 'converted_to_Withdrawal' => 'La transacción se convirtió en un gasto', 'converted_to_Deposit' => 'La transacción se ha convertido en un deposito', 'converted_to_Transfer' => 'La transacción se convirtió en transferencia', 'invalid_convert_selection' => 'L a cuenta que usted ha selecionado ya esta en uso o no existe.', 'source_or_dest_invalid' => 'No pude encontrar los detalles correctos de la transacción. La conversión no es posible.', - 'convert_to_withdrawal' => 'Convertir a retiro', + 'convert_to_withdrawal' => 'Convertir a gasto', 'convert_to_deposit' => 'Convertir a depósito', 'convert_to_transfer' => 'Convertir a transferencia', // create new stuff: - 'create_new_withdrawal' => 'Crear nuevo retiro', + 'create_new_withdrawal' => 'Crear nuevo gasto', 'create_new_deposit' => 'Crear nuevo deposito', 'create_new_transfer' => 'Crear nueva transferencia', 'create_new_asset' => 'Crear nueva cuenta de activos', @@ -1839,21 +1847,23 @@ return [ 'stored_category' => 'Nueva categoría guardada ":name"', 'without_category_between' => 'Sin categoría entre :start y:end', + // Ignore this comment + // transactions: - 'update_withdrawal' => 'Actualización de retiro', + 'update_withdrawal' => 'Actualización de gasto', 'update_deposit' => 'Actualización de deposito', 'update_transaction' => 'Actualizar transacción', 'update_transfer' => 'Actualización de transferencia', - 'updated_withdrawal' => 'Retiro actualizado', + 'updated_withdrawal' => 'Gasto actualizado', 'updated_deposit' => 'Actualización de deposito ":description"', 'updated_transfer' => 'Transferencia actualizada ":description"', - 'no_changes_withdrawal' => 'Retiro ":description" no se cambió.', + 'no_changes_withdrawal' => 'El gasto ":description" no se cambió.', 'no_changes_deposit' => 'Depósito ":description" no se cambió.', 'no_changes_transfer' => 'Transferencia ":description" no se cambió.', - 'delete_withdrawal' => 'Eliminar ":description"', + 'delete_withdrawal' => 'Eliminar gasto ":description"', 'delete_deposit' => 'Eliminar deposito ":description"', 'delete_transfer' => 'Eliminar transferencia ":description"', - 'deleted_withdrawal' => 'Eliminado exitosamente', + 'deleted_withdrawal' => 'Eliminado correctamente', 'deleted_deposit' => 'Deposito eliminado exitosamente ":description"', 'deleted_transfer' => 'Transferencia eliminada exitosamente ":description"', 'deleted_reconciliation' => 'Transacción de conciliación eliminada con éxito "::description"', @@ -1870,7 +1880,7 @@ return [ 'mass_bulk_journals' => 'Editar múltiples transacciones', 'mass_bulk_journals_explain' => 'Este formulario le permite cambiar las propiedades de las transacciones que aparecen a continuación en una actualización de barrido. Todas las transacciones en la tabla se actualizarán cuando cambie los parámetros que vea aquí.', 'part_of_split' => 'Esta transacción es parte de una transacción dividida. Si no ha seleccionado todas las partes, puede terminar con cambiar sólo la mitad de la transacción.', - 'bulk_set_new_values' => 'Use las entradas abajo para establecer nuevos valores. Si usted los deja vacíos, serán vacíos para todos. también, tenga en cuenta que solo los retiros tendrán un presupuesto.', + 'bulk_set_new_values' => 'Use las entradas abajo para establecer nuevos valores. Si usted los deja vacíos, serán vacíos para todos. también, tenga en cuenta que solo los gastos tendrán un presupuesto.', 'no_bulk_category' => 'No actualizar la categoria', 'no_bulk_budget' => 'No actualizar el presupuesto', 'no_bulk_tags' => 'No actualizar etiqueta(s)', @@ -2026,12 +2036,12 @@ return [ 'piggy_banks' => 'Huchas', 'amount_x_of_y' => '{current} de {total}', 'bills' => 'Facturas', - 'withdrawal' => 'Retiro', + 'withdrawal' => 'gasto', 'opening_balance' => 'Saldo inicial', 'deposit' => 'Depósito', 'account' => 'Cuenta', 'transfer' => 'Transferencia', - 'Withdrawal' => 'Retiro', + 'Withdrawal' => 'Gasto', 'Deposit' => 'Depósito', 'Transfer' => 'Transferencia', 'bill' => 'Factura', @@ -2057,6 +2067,8 @@ return [ 'classification' => 'Clasificación', 'store_transaction' => 'Guardar transacción', + // Ignore this comment + // reports: 'report_default' => 'Reporte financiero por defecto entre :start y :end', 'report_audit' => 'Transacción general del historial entre :start y :end', @@ -2161,6 +2173,8 @@ return [ 'sum_in_default_currency' => 'La suma siempre estará en tu moneda predeterminada.', 'net_filtered_prefs' => 'Este gráfico nunca incluirá cuentas que tengan la opción "Incluir en el valor neto" no marcada.', + // Ignore this comment + // charts: 'chart' => 'Grafico', 'month' => 'Mes', @@ -2249,6 +2263,8 @@ return [ 'total_amount' => 'Cantidad total', 'number_of_decimals' => 'Número de decimales', + // Ignore this comment + // administration 'invite_new_user_title' => 'Invite new user', '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.', @@ -2311,7 +2327,7 @@ return [ 'split_transaction_title_help' => 'Si crea una transacción dividida, debe existir una descripción global para todas las divisiones de la transacción.', 'split_title_help' => 'Si crea una transacción dividida, debe haber una descripción global para todos los fragmentos de la transacción.', 'you_create_transfer' => 'Está creando una transferencia.', - 'you_create_withdrawal' => 'Está creando un retiro.', + 'you_create_withdrawal' => 'Está creando un gasto.', 'you_create_deposit' => 'Está creando un depósito.', @@ -2344,7 +2360,7 @@ return [ 'journals_error_linked' => 'Estas transacciones ya están vinculadas.', 'journals_link_to_self' => 'No puede relacionar una transacción consigo misma', 'journal_links' => 'Enlaces de transacciones', - 'this_withdrawal' => 'Este retiro', + 'this_withdrawal' => 'Este gasto', 'this_deposit' => 'Este deposito', 'this_transfer' => 'Esta transferencia', 'overview_for_link' => 'Visión en conjunto para el tipo de enlace ":name"', @@ -2471,10 +2487,10 @@ return [ 'overview_for_recurrence' => 'Resumen de transacción recurrente ":title"', 'warning_duplicates_repetitions' => 'En algunas ocasiones, las fechas aparecen duplicadas en esta lista. Esto puede ocurrir porque múltiples repeticiones chocan. Firefly III siempre generará una transacción por día.', 'created_transactions' => 'Transacciones relacionadas', - 'expected_withdrawals' => 'Extractos previstos', + 'expected_withdrawals' => 'Gastos previstos', 'expected_deposits' => 'Ingresos previstos', 'expected_transfers' => 'Transferencias previstas', - 'created_withdrawals' => 'Extractos creadas', + 'created_withdrawals' => 'Gastos creados', 'created_deposits' => 'Depósitos creados', 'created_transfers' => 'Transferencias creadas', 'recurring_info' => 'Transacción recurrente :count / :total', @@ -2519,6 +2535,8 @@ return [ 'except_weekends' => 'Excluir los fines de semana', 'recurrence_deleted' => 'Transacción recurrente ":title" eliminada', + // Ignore this comment + // new lines for summary controller. 'box_balance_in_currency' => 'Saldo (:currency)', 'box_spent_in_currency' => 'Gasto (:currency)', @@ -2576,3 +2594,5 @@ return [ 'ale_action_add_tag' => 'Added tag', ]; + +// Ignore this comment diff --git a/resources/lang/es_ES/form.php b/resources/lang/es_ES/form.php index 3991dda7e2..03b7663bf4 100644 --- a/resources/lang/es_ES/form.php +++ b/resources/lang/es_ES/form.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -35,7 +37,7 @@ return [ 'active' => 'Activo', 'amount_min' => 'Importe mínimo', 'amount_max' => 'Importe máximo', - 'match' => 'Encuentros en', + 'match' => 'Encontrado en', 'strict' => 'Modo estricto', 'repeat_freq' => 'Repetición', 'object_group' => 'Grupo', @@ -62,6 +64,9 @@ return [ 'opening_balance' => 'Saldo inicial', 'tagMode' => 'Modo de etiqueta', 'virtual_balance' => 'Saldo virtual', + + // Ignore this comment + 'targetamount' => 'Cantidad objetivo', 'account_role' => 'Rol de cuenta', 'opening_balance_date' => 'Fecha del saldo inicial', @@ -153,6 +158,9 @@ return [ 'piggyBank_areYouSure' => '¿Está seguro que desea eliminar la hucha llamada ":name"?', 'journal_areYouSure' => '¿Estás seguro de que deseas eliminar la transacción descrita ":description"?', 'mass_journal_are_you_sure' => '¿Usted esta seguro de querer eliminar estas transacciones?', + + // Ignore this comment + 'tag_areYouSure' => '¿Seguro que quieres eliminar la etiqueta ":tag"?', 'journal_link_areYouSure' => '¿Seguro que quieres eliminar el vínculo entre :source y :destination?', 'linkType_areYouSure' => '¿Estás seguro de que deseas eliminar el tipo de vínculo ":name" (":inward" / ":outward")?', @@ -172,7 +180,7 @@ return [ 'category_keep_transactions' => 'La transacción conectada a esta categoría no se eliminará.|Las :count transacciones conectadas a esta categoría no serán eliminadas.', 'recurring_keep_transactions' => 'La transacción conectada a esta transacción recurrente no se eliminará.|Las :count transacciones conectadas a esta transacción recurrente no serán eliminadas.', 'tag_keep_transactions' => 'La transacción conectada a esta etiqueta no se eliminará.|Las :count transacciones conectadas a esta etiqueta no serán eliminadas.', - 'check_for_updates' => 'Ver actualizaciones', + 'check_for_updates' => 'Buscar actualizaciones', 'liability_direction' => 'Pasivo entrada/salida', 'delete_object_group' => 'Eliminar grupo ":title"', 'email' => 'Correo electrónico', @@ -216,6 +224,9 @@ return [ 'fints_password' => 'PIN / Contraseña', 'fints_account' => 'Cuenta FinTS', 'local_account' => 'Cuenta Firefly III', + + // Ignore this comment + 'from_date' => 'Fecha desde', 'to_date' => 'Fecha hasta', 'due_date' => 'Fecha de vencimiento', @@ -242,13 +253,14 @@ return [ 'expected_on' => 'Esperado para', 'paid' => 'Pagado', 'auto_budget_type' => 'Autopresupuesto', - 'auto_budget_amount' => 'Monto del autopresupuesto', + 'auto_budget_amount' => 'Importe del autopresupuesto', 'auto_budget_period' => 'Período del autopresupuesto', 'collected' => 'Cobrado', 'submitted' => 'Enviado', 'key' => 'Clave', 'value' => 'Contenido del registro', 'webhook_delivery' => 'Delivery', - 'webhook_response' => 'Response', - 'webhook_trigger' => 'Trigger', + 'webhook_response' => 'Respuesta', + 'webhook_trigger' => 'Disparador', ]; +// Ignore this comment diff --git a/resources/lang/es_ES/intro.php b/resources/lang/es_ES/intro.php index c730dff15d..0e0be3c666 100644 --- a/resources/lang/es_ES/intro.php +++ b/resources/lang/es_ES/intro.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -53,6 +55,8 @@ return [ 'budgets_index_list_of_budgets' => 'Use esta tabla para establecer las cantidades para cada presupuesto y ver cómo lo está haciendo.', 'budgets_index_outro' => 'Para aprender mas acerca de los presupuestos, revise el icono de ayuda en la esquina superior derecha.', + // Ignore this comment + // reports (index) 'reports_index_intro' => 'Utilice estos informes para tener información detallada de sus finanzas.', 'reports_index_inputReportType' => 'Escoja un tipo de informe. Revise las páginas de ayuda para ver lo que le muestra cada informe.', @@ -80,8 +84,8 @@ return [ // create transaction 'transactions_create_switch_box' => 'Utilice estos botones para cambiar rápidamente el tipo de transacción que desee guardar.', 'transactions_create_ffInput_category' => 'Usted puede escribir libremente en este campo. Se le sugerirán categorías creadas previamente.', - 'transactions_create_withdrawal_ffInput_budget' => 'Vincule su reintegro con un presupuesto para un mejor control financiero.', - 'transactions_create_withdrawal_currency_dropdown_amount' => 'Use esta lista desplegable cuando su retiro esté en otra moneda.', + 'transactions_create_withdrawal_ffInput_budget' => 'Vincule su gasto con un presupuesto para un mejor control financiero.', + 'transactions_create_withdrawal_currency_dropdown_amount' => 'Use esta lista desplegable cuando su gasto esté en otra moneda.', 'transactions_create_deposit_currency_dropdown_amount' => 'Use esta lista desplegable cuando su deposito esté en otra moneda.', 'transactions_create_transfer_ffInput_piggy_bank_id' => 'Seleccione una hucha y vincule esta transferencia con sus ahorros.', @@ -90,6 +94,8 @@ return [ 'piggy-banks_index_button' => 'Junto con esta barra de progreso hay dos botones (+ y -) para añadir o quitar dinero de cada hucha.', 'piggy-banks_index_accountStatus' => 'Para cada cuenta de activos con al menos una hucha, el estado está listado en esta tabla.', + // Ignore this comment + // create piggy 'piggy-banks_create_name' => '¿Cuál es tu meta? ¿Un nuevo sofá, una cámara, dinero para emergencias?', 'piggy-banks_create_date' => 'Puede establecer una fecha objetivo o una fecha limite para su hucha.', @@ -132,6 +138,8 @@ return [ 'rules_create_test_rule_triggers' => 'Use este botón para ver cuáles transacciones coincidirán con su regla.', 'rules_create_actions' => 'Establezca tantas acciones como quiera.', + // Ignore this comment + // preferences 'preferences_index_tabs' => 'Mas opciones están disponibles detrás de estas pestañas.', @@ -143,3 +151,4 @@ return [ // create currency 'currencies_create_code' => 'Este código debe ser compatible con ISO (Googlee para su nueva moneda).', ]; +// Ignore this comment diff --git a/resources/lang/es_ES/list.php b/resources/lang/es_ES/list.php index 756cb148db..9f6c66eafb 100644 --- a/resources/lang/es_ES/list.php +++ b/resources/lang/es_ES/list.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -28,7 +30,7 @@ return [ 'id' => 'ID', 'create_date' => 'Fecha de creación', 'update_date' => 'Fecha de modificación', - 'updated_at' => 'Actualizado en', + 'updated_at' => 'Actualizado el', 'balance_before' => 'Balance antes de ', 'balance_after' => 'Balance después de la', 'name' => 'Nombre', @@ -43,10 +45,10 @@ return [ 'lastActivity' => 'Actividad más reciente', 'balanceDiff' => 'Diferencia de saldo', 'other_meta_data' => 'Otros metadatos', - 'invited_at' => 'Invited at', + 'invited_at' => 'Invitada el', 'expires' => 'Invitation expires', - 'invited_by' => 'Invited by', - 'invite_link' => 'Invite link', + 'invited_by' => 'Invitado por', + 'invite_link' => 'Enlace de invitación', 'account_type' => 'Tipo de cuenta', 'created_at' => 'Fecha de creación', 'account' => 'Cuenta', @@ -56,6 +58,9 @@ return [ 'source' => 'Origen', 'next_expected_match' => 'Próxima coincidencia esperada', 'automatch' => '¿Buscar coincidencia automaticamente?', + + // Ignore this comment + 'repeat_freq' => 'Repetición:', 'description' => 'Descripción', 'amount' => 'Monto', @@ -74,8 +79,8 @@ return [ 'budget' => 'Presupuesto', 'category' => 'Categoría', 'bill' => 'Factura', - 'withdrawal' => 'Retiro', - 'deposit' => 'Depósito', + 'withdrawal' => 'Gasto', + 'deposit' => 'Ingreso', 'transfer' => 'Trasferencia', 'type' => 'Tipo', 'completed' => 'Completado', @@ -87,7 +92,7 @@ return [ 'is_blocked' => 'Está bloqueado', 'is_admin' => '¿Es el administrador?', 'has_two_factor' => 'Tiene 2FA', - 'blocked_code' => 'Bloque de código', + 'blocked_code' => 'Código de bloqueo', 'source_account' => 'Cuenta origen', 'destination_account' => 'Cuenta destino', 'accounts_count' => 'Número de cuentas', @@ -105,8 +110,8 @@ return [ 'total_amount' => 'Total', 'sum' => 'Suma', 'sum_excluding_transfers' => 'Suma (excluyendo transferencias)', - 'sum_withdrawals' => 'Suma de retiros', - 'sum_deposits' => 'Suma de depositos', + 'sum_withdrawals' => 'Suma de gastos', + 'sum_deposits' => 'Suma de ingresos', 'sum_transfers' => 'Suma de transferencias', 'sum_reconciliations' => 'Suma de reconciliaciones', 'reconcile' => 'Reconciliar', @@ -121,6 +126,9 @@ return [ 'external_id' => 'ID Externo', 'account_at_bunq' => 'Cuenta con bunq', 'file_name' => 'Nombre de fichero', + + // Ignore this comment + 'file_size' => 'Tamaño de fichero', 'file_type' => 'Tipo de fichero', 'attached_to' => 'Adjunto a', @@ -142,10 +150,11 @@ return [ 'payment_info' => 'Información del pago', 'expected_info' => 'Siguiente transacción esperada', 'start_date' => 'Fecha de inicio', - 'trigger' => 'Trigger', - 'response' => 'Response', + 'trigger' => 'Disparador', + 'response' => 'Respuesta', 'delivery' => 'Delivery', 'url' => 'URL', - 'secret' => 'Secret', + 'secret' => 'Secreto', ]; +// Ignore this comment diff --git a/resources/lang/es_ES/pagination.php b/resources/lang/es_ES/pagination.php index 7a14c6c856..8f2f8d3677 100644 --- a/resources/lang/es_ES/pagination.php +++ b/resources/lang/es_ES/pagination.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ diff --git a/resources/lang/es_ES/passwords.php b/resources/lang/es_ES/passwords.php index 8ce0140ab3..f2da4a79bd 100644 --- a/resources/lang/es_ES/passwords.php +++ b/resources/lang/es_ES/passwords.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ diff --git a/resources/lang/es_ES/validation.php b/resources/lang/es_ES/validation.php index 8f59d9ace2..18e08d497e 100644 --- a/resources/lang/es_ES/validation.php +++ b/resources/lang/es_ES/validation.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -78,6 +80,9 @@ return [ 'before' => 'El campo :attribute debe contener una fecha anterior a :date.', 'unique_object_for_user' => 'Este nombre ya está en uso.', 'unique_account_for_user' => 'Este nombre de cuenta ya está en uso.', + + // Ignore this comment + 'between.numeric' => 'El atributo :attribute debe estar entre :min y :max.', 'between.file' => 'El atributo :attribute debe estar entre :min y :max kilobytes.', 'between.string' => 'El atributo :attribute debe estar entre :min y :max caracteres.', @@ -146,6 +151,8 @@ return [ 'same_account_type' => 'Ambas cuentas deben ser del mismo tipo de cuenta', 'same_account_currency' => 'Ambas cuentas deben tener la misma configuración de moneda', + // Ignore this comment + 'secure_password' => 'Esta contraseña no es segura. Por favor inténtalo de nuevo. Para más información, visita https://bit.ly/FF3-password-security', 'valid_recurrence_rep_type' => 'Tipo de repetición no válido para transacciones recurrentes.', 'valid_recurrence_rep_moment' => 'Momento de repetición no válido para este tipo de repetición.', @@ -204,6 +211,8 @@ return [ 'deposit_dest_bad_data' => 'No se pudo encontrar una cuenta de destino válida buscando ID ":id" o nombre ":name".', 'deposit_dest_wrong_type' => 'La cuenta de destino enviada no es del tipo correcto.', + // Ignore this comment + 'transfer_source_need_data' => 'Necesita obtener un ID de cuenta de origen válido y/o nombre de cuenta de origen válido para continuar.', 'transfer_source_bad_data' => 'No se pudo encontrar una cuenta de origen válida para ID ":id" o nombre ":name".', 'transfer_dest_need_data' => 'Necesita obtener un ID de cuenta de destino válido y/o nombre de cuenta de destino válido para continuar.', @@ -232,3 +241,5 @@ return [ 'auto_budget_amount_positive' => 'La cantidad debe ser mayor a cero.', 'auto_budget_period_mandatory' => 'El período del autopresupuesto es un campo obligatorio.', ]; + +// Ignore this comment diff --git a/resources/lang/fi_FI/api.php b/resources/lang/fi_FI/api.php index cf82af250e..526481993b 100644 --- a/resources/lang/fi_FI/api.php +++ b/resources/lang/fi_FI/api.php @@ -21,6 +21,8 @@ declare(strict_types=1); +// Ignore this comment + return [ ]; diff --git a/resources/lang/fi_FI/auth.php b/resources/lang/fi_FI/auth.php index 0ad736d2aa..eb100f4194 100644 --- a/resources/lang/fi_FI/auth.php +++ b/resources/lang/fi_FI/auth.php @@ -20,8 +20,11 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); + return [ 'failed' => 'Näitä tunnuksia ei löydy järjestelmästä.', 'throttle' => 'Liian monta epäonnistunutta kirjautumisyritystä. Yritä uudestaan :seconds sekunnin kuluttua.', diff --git a/resources/lang/fi_FI/breadcrumbs.php b/resources/lang/fi_FI/breadcrumbs.php index 33076361b4..64d15c1427 100644 --- a/resources/lang/fi_FI/breadcrumbs.php +++ b/resources/lang/fi_FI/breadcrumbs.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -53,6 +55,9 @@ return [ 'deposit_list' => 'Tuotto, ansio ja talletukset', 'transfer_list' => 'Tilisiirrot', 'transfers_list' => 'Tilisiirrot', + + // Ignore this comment + 'reconciliation_list' => 'Täsmäytykset', 'create_withdrawal' => 'Luo uusi nosto', 'create_deposit' => 'Luo uusi talletus', diff --git a/resources/lang/fi_FI/components.php b/resources/lang/fi_FI/components.php index c547bbcadc..399d53fddc 100644 --- a/resources/lang/fi_FI/components.php +++ b/resources/lang/fi_FI/components.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ diff --git a/resources/lang/fi_FI/config.php b/resources/lang/fi_FI/config.php index 55ca746bbd..400125bf2c 100644 --- a/resources/lang/fi_FI/config.php +++ b/resources/lang/fi_FI/config.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -39,6 +41,8 @@ return [ //'month_and_day_no_year' => '%B %e', 'month_and_day_no_year_js' => 'MMMM Do', + // Ignore this comment + //'date_time' => '%B %e, %Y, @ %T', 'date_time_js' => 'MMMM Do, YYYY, @ HH:mm:ss', 'date_time_fns' => 'MMMM do, yyyy @ HH:mm:ss', @@ -66,3 +70,5 @@ return [ 'dow_6' => 'Lauantai', 'dow_7' => 'Sunnuntai', ]; + +// Ignore this comment diff --git a/resources/lang/fi_FI/demo.php b/resources/lang/fi_FI/demo.php index e63bceec89..d074648acd 100644 --- a/resources/lang/fi_FI/demo.php +++ b/resources/lang/fi_FI/demo.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -35,3 +37,5 @@ return [ 'piggy-banks-index' => 'Kuten näet, säästöpossuja on kolme. Käytä plus- ja miinuspainikkeita vaikuttaaksesi rahamäärään kussakin säästöpossussa. Napsauttamalla säästöpossun nimeä pääset hallinnoimaan niitä kutakin.', 'profile-index' => 'Muista, että esittelysivusto nollautuu joka neljäs tunti. Käyttöoikeutesi voidaan peruuttaa milloin tahansa. Tämä tapahtuu automaattisesti eikä ole virhe.', ]; + +// Ignore this comment diff --git a/resources/lang/fi_FI/email.php b/resources/lang/fi_FI/email.php index e4952fe2ca..df9306c380 100644 --- a/resources/lang/fi_FI/email.php +++ b/resources/lang/fi_FI/email.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -33,6 +35,8 @@ return [ 'admin_test_subject' => 'Testiviesti Firefly III applikaatioltasi', 'admin_test_body' => 'Tämä on testiviesti Firefly III instanssiltasi. Se lähetettiin osoitteeseen :email.', + // Ignore this comment + // invite 'invitation_created_subject' => 'An invitation has been created', 'invitation_created_body' => 'Admin user ":email" created a user invitation which can be used by whoever is behind email address ":invitee". The invite will be valid for 48hrs.', @@ -70,6 +74,8 @@ return [ 'registered_pw_reset_link' => 'Salasanan nollaus:', 'registered_doc_link' => 'Dokumentaatio:', + // Ignore this comment + // new version 'new_version_email_subject' => 'Uusi Firefly III versio on saatavilla', @@ -113,6 +119,8 @@ return [ 'error_stacktrace_below' => 'Täydellinen stack trace:', 'error_headers' => 'Seuraavat otsikot voivat myös olla merkityksellisiä:', + // Ignore this comment + // report new journals 'new_journals_subject' => 'Firefly III on luonut uuden tapahtuman|Firefly III on luonut :count uutta tapahtumaa', 'new_journals_header' => 'Firefly III on luonut tapahtuman sinulle. Löydät sen Firefly III -asennuksestasi:|Firefly III on luonut sinulle :count tapahtumaa. Löydät ne Firefly III -asennuksestasi:', @@ -129,3 +137,4 @@ return [ 'bill_warning_please_action' => 'Suorita asianmukaiset toimet, ole hyvä.', ]; +// Ignore this comment diff --git a/resources/lang/fi_FI/errors.php b/resources/lang/fi_FI/errors.php index 0736648a6c..a450fc5908 100644 --- a/resources/lang/fi_FI/errors.php +++ b/resources/lang/fi_FI/errors.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -39,6 +41,9 @@ return [ 'error_location' => 'Tämä virhe tapahtui tiedostossa :file rivillä :line koodilla :code.', 'stacktrace' => 'Pinojäljitys', 'more_info' => 'Lisää tietoja', + + // Ignore this comment + 'collect_info' => 'Kerää lisätietoja storage/logs hakemistosta, josta löydät lokitiedostoja. Jos käytät Dockeria, käytä komentoa docker logs -f [container].', 'collect_info_more' => 'Voit lukea lisää virhetietojen keräämisestä FAQ:sta.', 'github_help' => 'Hanki apua GitHubista', diff --git a/resources/lang/fi_FI/firefly.php b/resources/lang/fi_FI/firefly.php index 871ee7922f..76febdf6f5 100644 --- a/resources/lang/fi_FI/firefly.php +++ b/resources/lang/fi_FI/firefly.php @@ -22,6 +22,8 @@ declare(strict_types=1); +// Ignore this comment + return [ // general stuff: 'close' => 'Sulje', @@ -324,6 +326,8 @@ return [ // old + // Ignore this comment + 'search_modifier_date_on' => 'Tapahtumapäivä on ":value"', 'search_modifier_not_date_on' => 'Transaction date is not ":value"', 'search_modifier_reconciled' => 'Transaction is reconciled', @@ -684,6 +688,7 @@ return [ 'create_rule_from_query' => 'Luo uusi sääntö hausta', 'rule_from_search_words' => 'Sääntömoottorilla on vaikeuksia käsitellä ":string". Ehdotettu sääntö, joka sopii hakuusi, voi antaa erilaisia tuloksia. Tarkista säännön ehdot huolellisesti.', + // Ignore this comment // END 'modifiers_applies_are' => 'Seuraavat muokkaukset vaikuttavat myös hakuun:', @@ -1168,6 +1173,7 @@ return [ 'rule_trigger_not_destination_is_cash' => 'Destination account is not a cash account', 'rule_trigger_not_account_is_cash' => 'Neither account is a cash account', + // Ignore this comment // actions 'rule_action_delete_transaction_choice' => 'DELETE transaction(!)', @@ -1465,6 +1471,8 @@ return [ 'multi_account_warning_deposit' => 'Muista, että myöhempien jakojen kohdetili määräytyy talletuksen ensimmäisen jaon määritysten mukaan.', 'multi_account_warning_transfer' => 'Muista, että myöhempien jakojen lähde- ja kohdetili määräytyvät ensimmäisen jaon määritysten mukaan.', + // Ignore this comment + // export data: 'export_data_title' => 'Vie tietoja Firefly III:sta', 'export_data_menu' => 'Vie tietoja', @@ -1839,6 +1847,8 @@ return [ 'stored_category' => 'Tallennettiin uusi kategoria ":name"', 'without_category_between' => 'Ilman kategoriaa välillä :start ja :end', + // Ignore this comment + // transactions: 'update_withdrawal' => 'Päivitä nosto', 'update_deposit' => 'Päivitä talletus', @@ -2057,6 +2067,8 @@ return [ 'classification' => 'Luokitus', 'store_transaction' => 'Tallenna tapahtuma', + // Ignore this comment + // reports: 'report_default' => 'Talousraportti välillä :start ja :end', 'report_audit' => 'Tapahtumahistorian yleiskatsaus välillä :start ja :end', @@ -2161,6 +2173,8 @@ return [ 'sum_in_default_currency' => 'Summa on aina oletusvaluutassasi.', 'net_filtered_prefs' => 'Tässä kuvaajassa ei koskaan ole tilejä joissa on "Sisällytä varallisuuteen"-optio valitsematta.', + // Ignore this comment + // charts: 'chart' => 'Kuvaaja', 'month' => 'Kuukausi', @@ -2249,6 +2263,8 @@ return [ 'total_amount' => 'Kokonaissumma', 'number_of_decimals' => 'Desimaalien määrä', + // Ignore this comment + // administration 'invite_new_user_title' => 'Invite new user', '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.', @@ -2519,6 +2535,8 @@ return [ 'except_weekends' => 'Paitsi viikonloppuisin', 'recurrence_deleted' => 'Toistuva tapahtuma ":title" poistettu', + // Ignore this comment + // new lines for summary controller. 'box_balance_in_currency' => 'Saldo (:currency)', 'box_spent_in_currency' => 'Kulutettu (:currency)', @@ -2576,3 +2594,5 @@ return [ 'ale_action_add_tag' => 'Added tag', ]; + +// Ignore this comment diff --git a/resources/lang/fi_FI/form.php b/resources/lang/fi_FI/form.php index a1231505b5..59f696bf20 100644 --- a/resources/lang/fi_FI/form.php +++ b/resources/lang/fi_FI/form.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -62,6 +64,9 @@ return [ 'opening_balance' => 'Alkusaldo', 'tagMode' => 'Tägimoodi', 'virtual_balance' => 'Virtuaalinen saldo', + + // Ignore this comment + 'targetamount' => 'Tavoitesumma', 'account_role' => 'Tilin tyyppi', 'opening_balance_date' => 'Alkusaldon päivämäärä', @@ -153,6 +158,9 @@ return [ 'piggyBank_areYouSure' => 'Haluatko varmasti poistaa säästöpossun ":name"?', 'journal_areYouSure' => 'Haluatko varmasti poistaa tapahtuman kuvauksella ":description"?', 'mass_journal_are_you_sure' => 'Haluatko varmasti poistaa nämä tapahtumat?', + + // Ignore this comment + 'tag_areYouSure' => 'Haluatko varmasti poistaa tägin ":tag"?', 'journal_link_areYouSure' => 'Haluatko varmasti poistaa linkin välillä :source ja :destination?', 'linkType_areYouSure' => 'Haluatko varmasti poistaa linkkityypin ":name" (":inward" / ":outward")?', @@ -216,6 +224,9 @@ return [ 'fints_password' => 'PIN / Salasana', 'fints_account' => 'FinTS käyttäjätili', 'local_account' => 'Firefly III käyttäjätili', + + // Ignore this comment + 'from_date' => 'Aloituspäivämäärä', 'to_date' => 'Päättymispäivämäärä', 'due_date' => 'Eräpäivä', @@ -252,3 +263,4 @@ return [ 'webhook_response' => 'Response', 'webhook_trigger' => 'Trigger', ]; +// Ignore this comment diff --git a/resources/lang/fi_FI/intro.php b/resources/lang/fi_FI/intro.php index 029894b8de..9d73319dfc 100644 --- a/resources/lang/fi_FI/intro.php +++ b/resources/lang/fi_FI/intro.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -53,6 +55,8 @@ return [ 'budgets_index_list_of_budgets' => 'Tämän taulukon avulla voit asettaa summat jokaiselle budjetille ja nähdä miten sinulla menee.', 'budgets_index_outro' => 'Lisätietoja budjetoinnista saat tutustumalla oikeassa yläkulmassa olevaan ohjekuvakkeeseen.', + // Ignore this comment + // reports (index) 'reports_index_intro' => 'Näiden raporttien avulla saat yksityiskohtaista tietoa taloudestasi.', 'reports_index_inputReportType' => 'Valitse raporttityyppi. Katso ohjesivuilta, mitä kukin raportti näyttää sinulle.', @@ -90,6 +94,8 @@ return [ 'piggy-banks_index_button' => 'Tämän edistymispalkin vieressä on kaksi painiketta (+ ja -) lisäämään tai poistamaan rahaa kustakin säästöpossusta.', 'piggy-banks_index_accountStatus' => 'Tässä taulukossa listataan kaikkien niiden omaisuustilien tila, joilla on vähintään yksi säästöpossu.', + // Ignore this comment + // create piggy 'piggy-banks_create_name' => 'Mikä on tavoitteesi? Uusi sohva, kamera, rahaa hätätilanteisiin?', 'piggy-banks_create_date' => 'Voit asettaa tavoitepäivän tai takarajan säästöpossullesi.', @@ -132,6 +138,8 @@ return [ 'rules_create_test_rule_triggers' => 'Käytä tätä painiketta nähdäksesi, mitkä tapahtumat vastaisivat sääntöäsi.', 'rules_create_actions' => 'Aseta niin monta toimintoa kuin haluat.', + // Ignore this comment + // preferences 'preferences_index_tabs' => 'Lisää vaihtoehtoja on saatavana näiden välilehtien takana.', @@ -143,3 +151,4 @@ return [ // create currency 'currencies_create_code' => 'Tämän koodin tulisi olla ISO-yhteensopiva (Googlaa se uutta valuuttaasi varten).', ]; +// Ignore this comment diff --git a/resources/lang/fi_FI/list.php b/resources/lang/fi_FI/list.php index 6318f10239..ba65b4c1fb 100644 --- a/resources/lang/fi_FI/list.php +++ b/resources/lang/fi_FI/list.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -56,6 +58,9 @@ return [ 'source' => 'Lähde', 'next_expected_match' => 'Seuraava lasku odotettavissa', 'automatch' => 'Automaattinen vertailu?', + + // Ignore this comment + 'repeat_freq' => 'Toistot', 'description' => 'Kuvaus', 'amount' => 'Summa', @@ -121,6 +126,9 @@ return [ 'external_id' => 'Ulkoinen tunniste', 'account_at_bunq' => 'Bung käyttäjätili', 'file_name' => 'Tiedoston nimi', + + // Ignore this comment + 'file_size' => 'Tiedoston koko', 'file_type' => 'Tiedoston tyyppi', 'attached_to' => 'Liitteenä', @@ -149,3 +157,4 @@ return [ 'secret' => 'Secret', ]; +// Ignore this comment diff --git a/resources/lang/fi_FI/pagination.php b/resources/lang/fi_FI/pagination.php index 9bd6afd44e..9bda6226ae 100644 --- a/resources/lang/fi_FI/pagination.php +++ b/resources/lang/fi_FI/pagination.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ diff --git a/resources/lang/fi_FI/passwords.php b/resources/lang/fi_FI/passwords.php index d1419d5dfe..1d0413f047 100644 --- a/resources/lang/fi_FI/passwords.php +++ b/resources/lang/fi_FI/passwords.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ diff --git a/resources/lang/fi_FI/validation.php b/resources/lang/fi_FI/validation.php index 2328b9713e..6cc55284de 100644 --- a/resources/lang/fi_FI/validation.php +++ b/resources/lang/fi_FI/validation.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -78,6 +80,9 @@ return [ 'before' => 'Määritteen :attribute täytyy olla päivämäärä ennen päivää :date.', 'unique_object_for_user' => 'Tämä nimi on jo käytössä.', 'unique_account_for_user' => 'Tämän niminen tili on jo käytössä.', + + // Ignore this comment + 'between.numeric' => 'Kentän :attribute arvon täytyy olla välillä :min ja :max.', 'between.file' => 'Tiedoston :attribute koon täytyy olla välillä :min ja :max kilotavua.', 'between.string' => 'Määritteen :attribute merkkijonon pituuden täytyy olla välillä :min ja :max merkkiä.', @@ -146,6 +151,8 @@ return [ 'same_account_type' => 'Molempien tilien on oltava samaa tyyppiä', 'same_account_currency' => 'Molemmilla tileillä on oltava sama valuuttaasetus', + // Ignore this comment + 'secure_password' => 'Tämä ei ole turvallinen salasana. Yritäpä uudestaan. Lisätietoja löydät osoitteesta https://bit.ly/FF3-password-security', 'valid_recurrence_rep_type' => 'Virheellinen toiston tyyppi toistuville tapahtumille.', 'valid_recurrence_rep_moment' => 'Virheellinen arvo tämän tyyppiselle toistolle.', @@ -204,6 +211,8 @@ return [ 'deposit_dest_bad_data' => 'Kelvollista kohdetiliä ei löytynyt tunnuksella ":id" tai nimellä ":name".', 'deposit_dest_wrong_type' => 'Syötetty kohdetili ei ole oikean tyyppinen.', + // Ignore this comment + 'transfer_source_need_data' => 'Tarvitset kelvollisen lähdetilin tunnuksen ja/tai kelvollisen lähdetilin nimen jatkaaksesi.', 'transfer_source_bad_data' => 'Nostolle kelvollista lähdetiliä ei löytynyt tunnuksella ":id" tai nimellä ":name".', 'transfer_dest_need_data' => 'Tarvitset kelvollisen kohdetilin tunnuksen ja/tai kelvollisen kohdetilin nimen jatkaaksesi.', @@ -232,3 +241,5 @@ return [ 'auto_budget_amount_positive' => 'Summan on oltava enemmän nollaa suurempi.', 'auto_budget_period_mandatory' => 'Automaattisen budjetin jakso on pakollinen kenttä.', ]; + +// Ignore this comment diff --git a/resources/lang/fr_FR/api.php b/resources/lang/fr_FR/api.php index cf82af250e..526481993b 100644 --- a/resources/lang/fr_FR/api.php +++ b/resources/lang/fr_FR/api.php @@ -21,6 +21,8 @@ declare(strict_types=1); +// Ignore this comment + return [ ]; diff --git a/resources/lang/fr_FR/auth.php b/resources/lang/fr_FR/auth.php index 77075e136b..f10fbd91f5 100644 --- a/resources/lang/fr_FR/auth.php +++ b/resources/lang/fr_FR/auth.php @@ -20,8 +20,11 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); + return [ 'failed' => 'Aucun compte ne correspond à ces identifiants.', 'throttle' => 'Trop de tentatives de connexion. Veuillez réessayer dans :seconds secondes.', diff --git a/resources/lang/fr_FR/breadcrumbs.php b/resources/lang/fr_FR/breadcrumbs.php index 2550befda7..0f2822d0a0 100644 --- a/resources/lang/fr_FR/breadcrumbs.php +++ b/resources/lang/fr_FR/breadcrumbs.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -53,6 +55,9 @@ return [ 'deposit_list' => 'Revenus, salaires et versements', 'transfer_list' => 'Virements', 'transfers_list' => 'Virements', + + // Ignore this comment + 'reconciliation_list' => 'Rapprochements', 'create_withdrawal' => 'Créer une nouvelle dépense', 'create_deposit' => 'Créer un nouveau versement', diff --git a/resources/lang/fr_FR/components.php b/resources/lang/fr_FR/components.php index c547bbcadc..399d53fddc 100644 --- a/resources/lang/fr_FR/components.php +++ b/resources/lang/fr_FR/components.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ diff --git a/resources/lang/fr_FR/config.php b/resources/lang/fr_FR/config.php index 3805b3ef57..888d69da2b 100644 --- a/resources/lang/fr_FR/config.php +++ b/resources/lang/fr_FR/config.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -39,6 +41,8 @@ return [ //'month_and_day_no_year' => '%B %e', 'month_and_day_no_year_js' => 'D MMMM', + // Ignore this comment + //'date_time' => '%B %e, %Y, @ %T', 'date_time_js' => 'Do MMMM YYYY, à HH:mm:ss', 'date_time_fns' => 'do MMMM, yyyy @ HH:mm:ss', @@ -66,3 +70,5 @@ return [ 'dow_6' => 'Samedi', 'dow_7' => 'Dimanche', ]; + +// Ignore this comment diff --git a/resources/lang/fr_FR/demo.php b/resources/lang/fr_FR/demo.php index 58ffbbb737..ad910e8001 100644 --- a/resources/lang/fr_FR/demo.php +++ b/resources/lang/fr_FR/demo.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -35,3 +37,5 @@ return [ 'piggy-banks-index' => 'Comme vous pouvez le voir, il y a trois tirelires. Utilisez les boutons plus et moins pour influer sur le montant d’argent dans chaque tirelire. Cliquez sur le nom de la tirelire pour voir l’administration pour chaque tirelire.', 'profile-index' => 'Garder à l’esprit que le site de démo se réinitialise toutes les quatre heures. Votre accès peut être révoqué à n\'importe quel moment. Ceci intervient automatiquement, ce n\'est pas un bug.', ]; + +// Ignore this comment diff --git a/resources/lang/fr_FR/email.php b/resources/lang/fr_FR/email.php index 21e1b33748..cff8fa4014 100644 --- a/resources/lang/fr_FR/email.php +++ b/resources/lang/fr_FR/email.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -33,6 +35,8 @@ return [ 'admin_test_subject' => 'Un message de test de votre installation de Firefly III', 'admin_test_body' => 'Ceci est un message de test de votre instance Firefly III. Il a été envoyé à :email.', + // Ignore this comment + // invite 'invitation_created_subject' => 'Une invitation a été créée', 'invitation_created_body' => 'L\'utilisateur admin ":email" a créé une invitation d\'utilisateur qui peut être utilisée par quiconque est derrière l\'adresse e-mail ":invitee". L\'invitation sera valide pendant 48 heures.', @@ -70,6 +74,8 @@ return [ 'registered_pw_reset_link' => 'Réinitialisation du mot de passe :', 'registered_doc_link' => 'Documentation :', + // Ignore this comment + // new version 'new_version_email_subject' => 'Une nouvelle version de Firefly III est disponible', @@ -113,6 +119,8 @@ return [ 'error_stacktrace_below' => 'La stacktrace complète se trouve ci-dessous :', 'error_headers' => 'Les en-têtes suivants peuvent également être pertinents :', + // Ignore this comment + // report new journals 'new_journals_subject' => 'Firefly III a créé une nouvelle opération|Firefly III a créé :count nouvelles opérations', 'new_journals_header' => 'Firefly III a créé une opération pour vous. Vous pouvez la trouver dans votre installation de Firefly III :|Firefly III a créé :count opérations pour vous. Vous pouvez les trouver dans votre installation de Firefly III :', @@ -129,3 +137,4 @@ return [ 'bill_warning_please_action' => 'Merci de prendre les mesures appropriées.', ]; +// Ignore this comment diff --git a/resources/lang/fr_FR/errors.php b/resources/lang/fr_FR/errors.php index a6d3702cac..6939331899 100644 --- a/resources/lang/fr_FR/errors.php +++ b/resources/lang/fr_FR/errors.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -39,6 +41,9 @@ return [ 'error_location' => 'Cette erreur est survenue dans le fichier ":file" à la ligne :line avec le code :code.', 'stacktrace' => 'Stack trace', 'more_info' => 'Plus d\'informations', + + // Ignore this comment + 'collect_info' => 'Vous pouvez obtenir plus d\'informations dans le répertoire stockage/logs où vous trouverez des fichiers journaux. Si vous utilisez Docker, utilisez docker logs -f [container].', 'collect_info_more' => 'Vous pouvez en savoir plus sur la récupération des informations d\'erreur dans la FAQ.', 'github_help' => 'Obtenir de l\'aide sur GitHub', diff --git a/resources/lang/fr_FR/firefly.php b/resources/lang/fr_FR/firefly.php index f5480670ce..7bb3ce02d5 100644 --- a/resources/lang/fr_FR/firefly.php +++ b/resources/lang/fr_FR/firefly.php @@ -22,6 +22,8 @@ declare(strict_types=1); +// Ignore this comment + return [ // general stuff: 'close' => 'Fermer', @@ -253,7 +255,7 @@ return [ 'updated_webhook' => 'Webhook ":title" mis à jour', 'edit_webhook_js' => 'Modifier le webhook "{title}"', 'show_webhook' => 'Webhook ":title"', - 'webhook_was_triggered' => 'The webhook was triggered on the indicated transaction. Please wait for results to appear.', + 'webhook_was_triggered' => 'Le webhook a été déclenché sur l\'opération indiquée. Veuillez attendre que les résultats apparaissent.', 'webhook_messages' => 'Message webhook', 'view_message' => 'Afficher le message', 'view_attempts' => 'Voir les tentatives échouées', @@ -324,6 +326,8 @@ return [ // old + // Ignore this comment + 'search_modifier_date_on' => 'La date de l\'opération est ":value"', 'search_modifier_not_date_on' => 'La date de l\'opération n\'est pas ":value"', 'search_modifier_reconciled' => 'L\'opération est rapprochée', @@ -684,6 +688,7 @@ return [ 'create_rule_from_query' => 'Créer une nouvelle règle à partir de la requête de recherche', 'rule_from_search_words' => 'Le moteur de règles a du mal à gérer ":string". La règle suggérée qui correspond à votre requête de recherche peut donner des résultats différents. Veuillez vérifier que la règle se déclenche correctement.', + // Ignore this comment // END 'modifiers_applies_are' => 'Les modificateurs suivants sont aussi appliqués à la recherche :', @@ -1168,6 +1173,7 @@ return [ 'rule_trigger_not_destination_is_cash' => 'Le compte de destination n\'est pas un compte en espèces', 'rule_trigger_not_account_is_cash' => 'Aucun compte n\'est un compte en espèces', + // Ignore this comment // actions 'rule_action_delete_transaction_choice' => 'SUPPRIMER l\'opération(!)', @@ -1465,6 +1471,8 @@ return [ 'multi_account_warning_deposit' => 'Gardez en tête que le compte de destination des ventilations suivantes peut être remplacé par celui de la première ventilation du dépôt.', 'multi_account_warning_transfer' => 'Gardez en tête que les comptes source et de destination des ventilations suivantes peuvent être remplacés par ceux de la première ventilation du transfert.', + // Ignore this comment + // export data: 'export_data_title' => 'Exporter des données depuis Firefly III', 'export_data_menu' => 'Exporter des données', @@ -1839,6 +1847,8 @@ return [ 'stored_category' => 'Nouvelle catégorie stockée ":name"', 'without_category_between' => 'Sans catégorie entre :start et :end', + // Ignore this comment + // transactions: 'update_withdrawal' => 'Mettre à jour une dépense', 'update_deposit' => 'Mettre à jour un dépôt', @@ -2057,6 +2067,8 @@ return [ 'classification' => 'Classification', 'store_transaction' => 'Enregistrer l\'opération', + // Ignore this comment + // reports: 'report_default' => 'Rapport financier par défaut entre le :start et le :end', 'report_audit' => 'Aperçu de l\'historique des opérations entre le :start et le :end', @@ -2161,6 +2173,8 @@ return [ 'sum_in_default_currency' => 'La somme sera toujours dans votre devise par défaut.', 'net_filtered_prefs' => 'Ce graphique n’inclura jamais les comptes dont l\'option « inclure dans l\'avoir net » n\'est pas cochée.', + // Ignore this comment + // charts: 'chart' => 'Graphique', 'month' => 'Mois', @@ -2249,6 +2263,8 @@ return [ 'total_amount' => 'Montant total', 'number_of_decimals' => 'Nombre de décimales', + // Ignore this comment + // administration 'invite_new_user_title' => 'Inviter un nouvel utilisateur', 'invite_new_user_text' => 'En tant qu\'administrateur, vous pouvez inviter des utilisateurs à s\'inscrire sur votre administration Firefly III. En partageant avec eux le lien direct, ils seront en mesure de créer un compte. L\'utilisateur invité et son lien d\'invitation apparaîtront dans le tableau ci-dessous. Vous êtes libre de partager le lien d\'invitation avec eux.', @@ -2519,6 +2535,8 @@ return [ 'except_weekends' => 'Sauf les week-ends', 'recurrence_deleted' => 'Opération périodique ":title" supprimée', + // Ignore this comment + // new lines for summary controller. 'box_balance_in_currency' => 'Solde (:currency)', 'box_spent_in_currency' => 'Dépensé (:currency)', @@ -2576,3 +2594,5 @@ return [ 'ale_action_add_tag' => 'Tag ajouté', ]; + +// Ignore this comment diff --git a/resources/lang/fr_FR/form.php b/resources/lang/fr_FR/form.php index c3ee1a9bec..60db4940a2 100644 --- a/resources/lang/fr_FR/form.php +++ b/resources/lang/fr_FR/form.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -62,6 +64,9 @@ return [ 'opening_balance' => 'Solde initial', 'tagMode' => 'Mode du tag', 'virtual_balance' => 'Solde virtuel', + + // Ignore this comment + 'targetamount' => 'Montant cible', 'account_role' => 'Rôle du compte', 'opening_balance_date' => 'Date du solde initial', @@ -153,6 +158,9 @@ return [ 'piggyBank_areYouSure' => 'Êtes-vous sûr de vouloir supprimer la tirelire nommée ":name" ?', 'journal_areYouSure' => 'Êtes-vous sûr de vouloir supprimer la description de l\'opération ":description" ?', 'mass_journal_are_you_sure' => 'Êtes-vous sûr de que vouloir supprimer ces opérations ?', + + // Ignore this comment + 'tag_areYouSure' => 'Êtes-vous sûr de vouloir supprimer le tag ":tag" ?', 'journal_link_areYouSure' => 'Êtes-vous sûr de vouloir supprimer le lien entre :source et :destination?', 'linkType_areYouSure' => 'Êtes-vous sûr de vouloir supprimer le type de lien ":name" (":inward" / ":outward") ?', @@ -216,6 +224,9 @@ return [ 'fints_password' => 'Code PIN / Mot de passe', 'fints_account' => 'Compte FinTS', 'local_account' => 'Compte Firefly III', + + // Ignore this comment + 'from_date' => 'À partir du', 'to_date' => 'Jusqu\'au', 'due_date' => 'Échéance', @@ -252,3 +263,4 @@ return [ 'webhook_response' => 'Réponse', 'webhook_trigger' => 'Déclencheur', ]; +// Ignore this comment diff --git a/resources/lang/fr_FR/intro.php b/resources/lang/fr_FR/intro.php index b4baef15a5..6c2b7f6a95 100644 --- a/resources/lang/fr_FR/intro.php +++ b/resources/lang/fr_FR/intro.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -53,6 +55,8 @@ return [ 'budgets_index_list_of_budgets' => 'Utilisez ce tableau pour définir les montants pour chaque budget et voir comment vous vous en sortez.', 'budgets_index_outro' => 'Pour en savoir plus sur la budgétisation, utilisez l\'icône d\'aide en haut à droite.', + // Ignore this comment + // reports (index) 'reports_index_intro' => 'Utilisez ces rapports pour obtenir des informations détaillées sur vos finances.', 'reports_index_inputReportType' => 'Choisissez un type de rapport. Consultez les pages d\'aide pour voir ce que vous présente chaque rapport.', @@ -90,6 +94,8 @@ return [ 'piggy-banks_index_button' => 'À côté de cette barre de progression sont deux boutons (+ et -) pour ajouter ou retirer de l’argent de chaque tirelire.', 'piggy-banks_index_accountStatus' => 'Pour chaque compte d\'actif avec au moins une tirelire, le statut est indiqué dans ce tableau.', + // Ignore this comment + // create piggy 'piggy-banks_create_name' => 'Quel est votre objectif ? Un nouveau divan, une caméra, de l\'argent pour les urgences ?', 'piggy-banks_create_date' => 'Vous pouvez définir une date butoir ou une date limite pour votre tirelire.', @@ -132,6 +138,8 @@ return [ 'rules_create_test_rule_triggers' => 'Utilisez ce bouton pour voir quelles opérations correspondent à votre règle.', 'rules_create_actions' => 'Définissez autant d\'actions que vous le souhaitez.', + // Ignore this comment + // preferences 'preferences_index_tabs' => 'Plus d\'options sont disponibles derrière ces onglets.', @@ -143,3 +151,4 @@ return [ // create currency 'currencies_create_code' => 'Ce code devrait être conforme à l\'ISO (recherchez-le sur google votre nouvelle devise).', ]; +// Ignore this comment diff --git a/resources/lang/fr_FR/list.php b/resources/lang/fr_FR/list.php index bf69fce91a..a2bba71c1a 100644 --- a/resources/lang/fr_FR/list.php +++ b/resources/lang/fr_FR/list.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -56,6 +58,9 @@ return [ 'source' => 'Source', 'next_expected_match' => 'Prochaine association attendue', 'automatch' => 'Correspondance automatique ?', + + // Ignore this comment + 'repeat_freq' => 'Répétitions', 'description' => 'Description', 'amount' => 'Montant', @@ -121,6 +126,9 @@ return [ 'external_id' => 'ID externe', 'account_at_bunq' => 'Compte avec bunq', 'file_name' => 'Nom du fichier', + + // Ignore this comment + 'file_size' => 'Taille du fichier', 'file_type' => 'Type de fichier', 'attached_to' => 'Attaché à', @@ -149,3 +157,4 @@ return [ 'secret' => 'Secret', ]; +// Ignore this comment diff --git a/resources/lang/fr_FR/pagination.php b/resources/lang/fr_FR/pagination.php index 3612ca50af..af197c5fd5 100644 --- a/resources/lang/fr_FR/pagination.php +++ b/resources/lang/fr_FR/pagination.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ diff --git a/resources/lang/fr_FR/passwords.php b/resources/lang/fr_FR/passwords.php index 1f34ccbd1f..6eae0b79a3 100644 --- a/resources/lang/fr_FR/passwords.php +++ b/resources/lang/fr_FR/passwords.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ diff --git a/resources/lang/fr_FR/validation.php b/resources/lang/fr_FR/validation.php index 3e84b749ff..34c211d42f 100644 --- a/resources/lang/fr_FR/validation.php +++ b/resources/lang/fr_FR/validation.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -78,6 +80,9 @@ return [ 'before' => 'Le champ :attribute doit être une date antérieure à :date.', 'unique_object_for_user' => 'Ce nom est déjà utilisé.', 'unique_account_for_user' => 'Ce nom de compte est déjà utilisé.', + + // Ignore this comment + 'between.numeric' => 'La valeur de :attribute doit être comprise entre :min et :max.', 'between.file' => 'Le fichier :attribute doit avoir une taille entre :min et :max kilo-octets.', 'between.string' => 'Le texte :attribute doit avoir entre :min et :max caractères.', @@ -146,6 +151,8 @@ return [ 'same_account_type' => 'Les deux comptes doivent être du même type', 'same_account_currency' => 'Les deux comptes doivent avoir la même devise', + // Ignore this comment + 'secure_password' => 'Ce n\'est pas un mot de passe sécurisé. Veuillez essayez à nouveau. Pour plus d\'informations, visitez https://bit.ly/FF3-password-security', 'valid_recurrence_rep_type' => 'Type de répétition non valide pour des opérations périodiques.', 'valid_recurrence_rep_moment' => 'Période de répétition non valide pour ce type de répétition.', @@ -204,6 +211,8 @@ return [ 'deposit_dest_bad_data' => 'Impossible de trouver un compte de destination valide lors de la recherche de l\'ID ":id" ou du nom ":name".', 'deposit_dest_wrong_type' => 'Le compte de destination saisi n\'est pas du bon type.', + // Ignore this comment + 'transfer_source_need_data' => 'Vous devez obtenir un ID de compte source valide et/ou un nom de compte source valide pour continuer.', 'transfer_source_bad_data' => 'Impossible de trouver un compte source valide lors de la recherche de l\'ID ":id" ou du nom ":name".', 'transfer_dest_need_data' => 'Vous devez obtenir un ID de compte de destination valide et/ou un nom de compte de destination valide pour continuer.', @@ -232,3 +241,5 @@ return [ 'auto_budget_amount_positive' => 'Le montant doit être supérieur à zéro.', 'auto_budget_period_mandatory' => 'La période du budget automatique est un champ obligatoire.', ]; + +// Ignore this comment diff --git a/resources/lang/hu_HU/api.php b/resources/lang/hu_HU/api.php index cf82af250e..526481993b 100644 --- a/resources/lang/hu_HU/api.php +++ b/resources/lang/hu_HU/api.php @@ -21,6 +21,8 @@ declare(strict_types=1); +// Ignore this comment + return [ ]; diff --git a/resources/lang/hu_HU/auth.php b/resources/lang/hu_HU/auth.php index 324505c4b5..45a6fa069e 100644 --- a/resources/lang/hu_HU/auth.php +++ b/resources/lang/hu_HU/auth.php @@ -20,8 +20,11 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); + return [ 'failed' => 'Ezek a hitelesítő adatok nem egyeznek meg a tárolt adatokkal.', 'throttle' => 'Túl sok belépési próbálkozás. :seconds másodperc múlva újra meg lehet próbálni.', diff --git a/resources/lang/hu_HU/breadcrumbs.php b/resources/lang/hu_HU/breadcrumbs.php index abbee82199..e9457545dd 100644 --- a/resources/lang/hu_HU/breadcrumbs.php +++ b/resources/lang/hu_HU/breadcrumbs.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -53,6 +55,9 @@ return [ 'deposit_list' => 'Bevételek, jövedelem és betétek', 'transfer_list' => 'Átvezetések', 'transfers_list' => 'Átvezetések', + + // Ignore this comment + 'reconciliation_list' => 'Egyeztetések', 'create_withdrawal' => 'Új költség létrehozása', 'create_deposit' => 'Új bevétel létrehozása', diff --git a/resources/lang/hu_HU/components.php b/resources/lang/hu_HU/components.php index c547bbcadc..399d53fddc 100644 --- a/resources/lang/hu_HU/components.php +++ b/resources/lang/hu_HU/components.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ diff --git a/resources/lang/hu_HU/config.php b/resources/lang/hu_HU/config.php index f05d6f4bf9..0f01873da5 100644 --- a/resources/lang/hu_HU/config.php +++ b/resources/lang/hu_HU/config.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -39,6 +41,8 @@ return [ //'month_and_day_no_year' => '%B %e', 'month_and_day_no_year_js' => 'MMMM Do', + // Ignore this comment + //'date_time' => '%B %e, %Y, @ %T', 'date_time_js' => 'YYYY. MMMM DD. HH:mm:ss', 'date_time_fns' => 'MMMM do, yyyy @ HH:mm:ss', @@ -66,3 +70,5 @@ return [ 'dow_6' => 'Szombat', 'dow_7' => 'Vasárnap', ]; + +// Ignore this comment diff --git a/resources/lang/hu_HU/demo.php b/resources/lang/hu_HU/demo.php index 5faad5f5f0..8e0be87b22 100644 --- a/resources/lang/hu_HU/demo.php +++ b/resources/lang/hu_HU/demo.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -35,3 +37,5 @@ return [ 'piggy-banks-index' => 'Mint látható, három malacpersely van. A plusz és a mínusz jelekkel lehet a pénzmennyiséget állítani a malacperselyekben. A malacperselyek beállításait a nevükre kattintva lehet elvégezni.', 'profile-index' => 'Ne feledje, hogy a bemutató oldal adatai négyóránként automatikusan visszaállnak. A hozzáférése bármikor visszavonható. Ez automatikusan történik, és nem egy hiba.', ]; + +// Ignore this comment diff --git a/resources/lang/hu_HU/email.php b/resources/lang/hu_HU/email.php index 97d02af36f..92697e27a0 100644 --- a/resources/lang/hu_HU/email.php +++ b/resources/lang/hu_HU/email.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -33,6 +35,8 @@ return [ 'admin_test_subject' => 'A test message from your Firefly III installation', 'admin_test_body' => 'This is a test message from your Firefly III instance. It was sent to :email.', + // Ignore this comment + // invite 'invitation_created_subject' => 'An invitation has been created', 'invitation_created_body' => 'Admin user ":email" created a user invitation which can be used by whoever is behind email address ":invitee". The invite will be valid for 48hrs.', @@ -70,6 +74,8 @@ return [ 'registered_pw_reset_link' => 'Password reset:', 'registered_doc_link' => 'Documentation:', + // Ignore this comment + // new version 'new_version_email_subject' => 'A new Firefly III version is available', @@ -113,6 +119,8 @@ return [ 'error_stacktrace_below' => 'The full stacktrace is below:', 'error_headers' => 'The following headers may also be relevant:', + // Ignore this comment + // report new journals 'new_journals_subject' => 'Firefly III has created a new transaction|Firefly III has created :count new transactions', 'new_journals_header' => 'Firefly III has created a transaction for you. You can find it in your Firefly III installation:|Firefly III has created :count transactions for you. You can find them in your Firefly III installation:', @@ -129,3 +137,4 @@ return [ 'bill_warning_please_action' => 'Please take the appropriate action.', ]; +// Ignore this comment diff --git a/resources/lang/hu_HU/errors.php b/resources/lang/hu_HU/errors.php index a1d9aca144..873632575f 100644 --- a/resources/lang/hu_HU/errors.php +++ b/resources/lang/hu_HU/errors.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -39,6 +41,9 @@ return [ 'error_location' => 'Hiba a :file fájl :line sorában a :code kódnál.', 'stacktrace' => 'Stack trace', 'more_info' => 'További információ', + + // Ignore this comment + 'collect_info' => 'További információk gyűjthetők a storage/logs könyvtárban lévő napló fájlokból. Vagy ha Dockert használ, akkor a docker logs -f [container] paranccsal.', 'collect_info_more' => 'Hiba információk gyűjtéséről tovább olvashatsz az FAQ-ban.', 'github_help' => 'Segítség kérése GitHub-on', diff --git a/resources/lang/hu_HU/firefly.php b/resources/lang/hu_HU/firefly.php index f2d1817256..85a88d779b 100644 --- a/resources/lang/hu_HU/firefly.php +++ b/resources/lang/hu_HU/firefly.php @@ -22,6 +22,8 @@ declare(strict_types=1); +// Ignore this comment + return [ // general stuff: 'close' => 'Bezárás', @@ -324,6 +326,8 @@ return [ // old + // Ignore this comment + 'search_modifier_date_on' => 'Transaction date is ":value"', 'search_modifier_not_date_on' => 'Transaction date is not ":value"', 'search_modifier_reconciled' => 'Transaction is reconciled', @@ -684,6 +688,7 @@ return [ 'create_rule_from_query' => 'Új szabály létrehozása a keresési feltételek alapján', '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.', + // Ignore this comment // END 'modifiers_applies_are' => 'A következő módosítókat a keresésre is alkalmaztuk:', @@ -1168,6 +1173,7 @@ return [ 'rule_trigger_not_destination_is_cash' => 'Destination account is not a cash account', 'rule_trigger_not_account_is_cash' => 'Neither account is a cash account', + // Ignore this comment // actions 'rule_action_delete_transaction_choice' => 'DELETE transaction(!)', @@ -1465,6 +1471,8 @@ return [ '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.', + // Ignore this comment + // export data: 'export_data_title' => 'Adatok exportálása a Firefly III-ból', 'export_data_menu' => 'Adat exportálása', @@ -1839,6 +1847,8 @@ return [ 'stored_category' => 'Új kategória létrehozva ":name"', 'without_category_between' => 'Kategória nélkül :start és :end között', + // Ignore this comment + // transactions: 'update_withdrawal' => 'Költség frissítése', 'update_deposit' => 'Bevétel szerkesztése', @@ -2057,6 +2067,8 @@ return [ 'classification' => 'Besorolás', 'store_transaction' => 'Store transaction', + // Ignore this comment + // reports: 'report_default' => 'Alapértelmezett pénzügyi jelentés :start és :end között', 'report_audit' => 'Tranzakciótörténet áttekintése :start és :end között', @@ -2161,6 +2173,8 @@ return [ 'sum_in_default_currency' => 'Az összeg mindig az alapértelmezett pénznemben lesz.', 'net_filtered_prefs' => 'Ezen a diagramon sose fognak szerepelni azok a számlák melyeknél a "Befoglalva a nettó értékbe" beállítás nincs bekapcsolva.', + // Ignore this comment + // charts: 'chart' => 'Diagram', 'month' => 'Hónap', @@ -2249,6 +2263,8 @@ return [ 'total_amount' => 'Teljes összeg', 'number_of_decimals' => 'Tizedesjegyek száma', + // Ignore this comment + // administration 'invite_new_user_title' => 'Invite new user', '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.', @@ -2519,6 +2535,8 @@ return [ 'except_weekends' => 'Kivéve hétvégék', 'recurrence_deleted' => '":title" ismétlődő tranzakció törölve', + // Ignore this comment + // new lines for summary controller. 'box_balance_in_currency' => 'Egyenleg (:currency)', 'box_spent_in_currency' => 'Költés (:currency)', @@ -2576,3 +2594,5 @@ return [ 'ale_action_add_tag' => 'Added tag', ]; + +// Ignore this comment diff --git a/resources/lang/hu_HU/form.php b/resources/lang/hu_HU/form.php index 637328036e..71ab55efcb 100644 --- a/resources/lang/hu_HU/form.php +++ b/resources/lang/hu_HU/form.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -62,6 +64,9 @@ return [ 'opening_balance' => 'Nyitó egyenleg', 'tagMode' => 'Címke mód', 'virtual_balance' => 'Virtuális egyenleg', + + // Ignore this comment + 'targetamount' => 'Cél összeg', 'account_role' => 'Bankszámla szerepköre', 'opening_balance_date' => 'Nyitó egyenleg dátuma', @@ -153,6 +158,9 @@ return [ 'piggyBank_areYouSure' => '":name" malacpersely biztosan törölhető?', 'journal_areYouSure' => '":description" tranzakció biztosan törölhető?', 'mass_journal_are_you_sure' => 'Ezek a tranzakciók biztosan törölhetőek?', + + // Ignore this comment + 'tag_areYouSure' => '":tag" címke biztosan törölhető?', 'journal_link_areYouSure' => ':source és :destination közötti kapcsolat biztosan törölhető?', 'linkType_areYouSure' => '":name" (":inward" / ":outward") kapcsolattípus biztosan törölhető?', @@ -216,6 +224,9 @@ return [ 'fints_password' => 'PIN / Jelszó', 'fints_account' => 'FinTS fiók', 'local_account' => 'Firefly III fiók', + + // Ignore this comment + 'from_date' => 'Dátumtól', 'to_date' => 'Dátumig', 'due_date' => 'Lejárati időpont', @@ -252,3 +263,4 @@ return [ 'webhook_response' => 'Response', 'webhook_trigger' => 'Trigger', ]; +// Ignore this comment diff --git a/resources/lang/hu_HU/intro.php b/resources/lang/hu_HU/intro.php index 4425287f86..fc761cc6dd 100644 --- a/resources/lang/hu_HU/intro.php +++ b/resources/lang/hu_HU/intro.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -53,6 +55,8 @@ return [ 'budgets_index_list_of_budgets' => 'Ezen a táblán lehet beállítani a költségkeretek összegeit és áttekinteni, hogy hogyan állnak.', 'budgets_index_outro' => 'A költségkeretek használatáról további információk a jobb felső sarokban található súgó ikon alatt találhatóak.', + // Ignore this comment + // reports (index) 'reports_index_intro' => 'Ezek a jelentések részletes betekintést biztosítanak a pénzügyekbe.', 'reports_index_inputReportType' => 'Jelentéstípus kiválasztása. A súgóoldalakon megtalálható, hogy az egyes jelentések mit mutatnak meg.', @@ -90,6 +94,8 @@ return [ 'piggy-banks_index_button' => 'A folyamatsáv mellett két gomb található (+ és -) melyekkel pénzt lehet a malacperselyekbe betenni vagy kivenni onnan.', 'piggy-banks_index_accountStatus' => 'A legalább egy malacpersellyel rendelkező eszközszámlák állapota ebben a listában jelenik meg.', + // Ignore this comment + // create piggy 'piggy-banks_create_name' => 'Mi a cél? Egy új kanapé, egy kamera, pénz a vészhelyzetekre?', 'piggy-banks_create_date' => 'A malacperselyhez meg kell adni egy céldátumot vagy egy határidőt.', @@ -132,6 +138,8 @@ return [ 'rules_create_test_rule_triggers' => 'Ezzel a gombbal meg lehet nézni, hogy mely tranzakciók felelnek meg a szabálynak.', 'rules_create_actions' => 'Bármennyi műveletet be lehet állítani.', + // Ignore this comment + // preferences 'preferences_index_tabs' => 'A fülek mögött több beállítása lehetőség áll rendelkezésre.', @@ -143,3 +151,4 @@ return [ // create currency 'currencies_create_code' => 'Ennek a kódnak ISO kompatibilisnek kell lennie (új pénznemnél érdemes a Google-t használni).', ]; +// Ignore this comment diff --git a/resources/lang/hu_HU/list.php b/resources/lang/hu_HU/list.php index 8b8f6c6419..e61f6f7faa 100644 --- a/resources/lang/hu_HU/list.php +++ b/resources/lang/hu_HU/list.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -56,6 +58,9 @@ return [ 'source' => 'Forrás', 'next_expected_match' => 'Következő várható egyezés', 'automatch' => 'Automatikus egyezés?', + + // Ignore this comment + 'repeat_freq' => 'Ismétlődések', 'description' => 'Leírás', 'amount' => 'Összeg', @@ -121,6 +126,9 @@ return [ 'external_id' => 'Külső azonosító', 'account_at_bunq' => 'Bunq fiók', 'file_name' => 'Fájlnév', + + // Ignore this comment + 'file_size' => 'Fájl méret', 'file_type' => 'Fájltípus', 'attached_to' => 'Csatolva', @@ -149,3 +157,4 @@ return [ 'secret' => 'Secret', ]; +// Ignore this comment diff --git a/resources/lang/hu_HU/pagination.php b/resources/lang/hu_HU/pagination.php index 7e0957d521..4e5cdf70f7 100644 --- a/resources/lang/hu_HU/pagination.php +++ b/resources/lang/hu_HU/pagination.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ diff --git a/resources/lang/hu_HU/passwords.php b/resources/lang/hu_HU/passwords.php index 45c43c1c4d..997f82a030 100644 --- a/resources/lang/hu_HU/passwords.php +++ b/resources/lang/hu_HU/passwords.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ diff --git a/resources/lang/hu_HU/validation.php b/resources/lang/hu_HU/validation.php index c6b4de1806..f09986fb91 100644 --- a/resources/lang/hu_HU/validation.php +++ b/resources/lang/hu_HU/validation.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -78,6 +80,9 @@ return [ 'before' => ':attribute csak :date előtti dátum lehet.', 'unique_object_for_user' => 'A név már használatban van.', 'unique_account_for_user' => 'Ez a fióknév már használatban van.', + + // Ignore this comment + 'between.numeric' => ':attribute :min és :max között kell legyen.', 'between.file' => ':attribute :min és :max kilobájt között kell legyen.', 'between.string' => ':attribute :min és :max karakter között kell legyen.', @@ -146,6 +151,8 @@ return [ 'same_account_type' => 'Both accounts must be of the same account type', 'same_account_currency' => 'Both accounts must have the same currency setting', + // Ignore this comment + 'secure_password' => 'Ez nem biztonságos jelszó. Kérlek próbáld meg újra. További információért lásd: https://bit.ly/FF3-password-security', 'valid_recurrence_rep_type' => 'Érvénytelen ismétléstípus az ismétlődő tranzakciókhoz.', 'valid_recurrence_rep_moment' => 'Érvénytelen ismétlési időpont ehhez az ismétléstípushoz.', @@ -204,6 +211,8 @@ return [ 'deposit_dest_bad_data' => 'Nem található érvényes célszámla ":id" azonosító vagy ":name" név keresésekor.', 'deposit_dest_wrong_type' => 'A beküldött célfiók nem megfelelő típusú.', + // Ignore this comment + 'transfer_source_need_data' => 'Egy érvényes forrásszámla azonosító és/vagy egy érvényes forrásszámla név kell a folytatáshoz.', 'transfer_source_bad_data' => 'Nem található érvényes forrásszámla ":id" azonosító vagy ":name" név keresésekor.', 'transfer_dest_need_data' => 'Egy érvényes célszámla azonosító és/vagy egy érvényes célszámla név kell a folytatáshoz.', @@ -232,3 +241,5 @@ return [ 'auto_budget_amount_positive' => 'Az értéknek nagyobbnak kell lennie nullánál.', 'auto_budget_period_mandatory' => 'Az auto költségvetési periódus kötelező mező.', ]; + +// Ignore this comment diff --git a/resources/lang/id_ID/api.php b/resources/lang/id_ID/api.php index cf82af250e..526481993b 100644 --- a/resources/lang/id_ID/api.php +++ b/resources/lang/id_ID/api.php @@ -21,6 +21,8 @@ declare(strict_types=1); +// Ignore this comment + return [ ]; diff --git a/resources/lang/id_ID/auth.php b/resources/lang/id_ID/auth.php index adb6304925..42cddcdac2 100644 --- a/resources/lang/id_ID/auth.php +++ b/resources/lang/id_ID/auth.php @@ -20,8 +20,11 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); + return [ 'failed' => 'Kredensial ini tidak sesuai dengan catatan kami.', 'throttle' => 'Terlalu banyak upaya login. Silakan coba lagi dalam :seconds detik.', diff --git a/resources/lang/id_ID/breadcrumbs.php b/resources/lang/id_ID/breadcrumbs.php index 33779448c2..4d215137df 100644 --- a/resources/lang/id_ID/breadcrumbs.php +++ b/resources/lang/id_ID/breadcrumbs.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -53,6 +55,9 @@ return [ 'deposit_list' => 'Pendapatan, pemasukan, dan deposit', 'transfer_list' => 'Transfer', 'transfers_list' => 'Transfer', + + // Ignore this comment + 'reconciliation_list' => 'Penyesuaian', 'create_withdrawal' => 'Buat penarikan baru', 'create_deposit' => 'Buat deposit baru', diff --git a/resources/lang/id_ID/components.php b/resources/lang/id_ID/components.php index c547bbcadc..399d53fddc 100644 --- a/resources/lang/id_ID/components.php +++ b/resources/lang/id_ID/components.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ diff --git a/resources/lang/id_ID/config.php b/resources/lang/id_ID/config.php index a75426ab64..f3be917b59 100644 --- a/resources/lang/id_ID/config.php +++ b/resources/lang/id_ID/config.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -39,6 +41,8 @@ return [ //'month_and_day_no_year' => '%B %e', 'month_and_day_no_year_js' => 'Do MMMM', + // Ignore this comment + //'date_time' => '%B %e, %Y, @ %T', 'date_time_js' => 'DD MMMM YYYY, @ HH:mm:ss', 'date_time_fns' => 'do MMMM yyyy @ HH:mm:ss', @@ -66,3 +70,5 @@ return [ 'dow_6' => 'Sabtu', 'dow_7' => 'Minggu', ]; + +// Ignore this comment diff --git a/resources/lang/id_ID/demo.php b/resources/lang/id_ID/demo.php index 87078b6078..0a49e42b0f 100644 --- a/resources/lang/id_ID/demo.php +++ b/resources/lang/id_ID/demo.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -35,3 +37,5 @@ return [ 'piggy-banks-index' => 'Seperti yang bisa Anda lihat, ada tiga celengan. Gunakan tombol plus dan minus untuk mempengaruhi jumlah uang di setiap celengan. Klik nama celengan untuk melihat administrasi masing-masing celengan.', 'profile-index' => 'Mohon diingat bahwa situs demo ini diatur ulang setiap 4 jam. Akses Anda bisa ditolak kapan saja. Ini berjalan secara otomatis dan bukanlah merupakan sebuah kesalahan.', ]; + +// Ignore this comment diff --git a/resources/lang/id_ID/email.php b/resources/lang/id_ID/email.php index 511702ff1c..e6b256fd7d 100644 --- a/resources/lang/id_ID/email.php +++ b/resources/lang/id_ID/email.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -33,6 +35,8 @@ return [ 'admin_test_subject' => 'Sebuah pesan tes dari instalasi Firefly III Anda', 'admin_test_body' => 'Ini adalah sebuah pesan tes dari instans Firefly III Anda. Pesan ini dikirim ke :email.', + // Ignore this comment + // invite 'invitation_created_subject' => 'Undangan telah terkirim', 'invitation_created_body' => 'Admin user ":email" created a user invitation which can be used by whoever is behind email address ":invitee". The invite will be valid for 48hrs.', @@ -70,6 +74,8 @@ return [ 'registered_pw_reset_link' => 'Atur ulang kata sandi:', 'registered_doc_link' => 'Dokumentasi:', + // Ignore this comment + // new version 'new_version_email_subject' => 'A new Firefly III version is available', @@ -113,6 +119,8 @@ return [ 'error_stacktrace_below' => 'Jejak tumpukan lengkap ada di bawah:', 'error_headers' => 'The following headers may also be relevant:', + // Ignore this comment + // report new journals 'new_journals_subject' => 'Firefly III telah membuat transaksi baru|Firefly III telah membuat :count transaksi baru', 'new_journals_header' => 'Firefly III telah membuat transaksi untuk Anda. Anda dapat menemukannya di instalasi Firefly III Anda:|Firefly telah membuat :count transaksi untuk Anda. Anda dapat menemukannya di instalasi Firefly III Anda:', @@ -129,3 +137,4 @@ return [ 'bill_warning_please_action' => 'Please take the appropriate action.', ]; +// Ignore this comment diff --git a/resources/lang/id_ID/errors.php b/resources/lang/id_ID/errors.php index 468d67b0a1..245a538b6a 100644 --- a/resources/lang/id_ID/errors.php +++ b/resources/lang/id_ID/errors.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -39,6 +41,9 @@ return [ 'error_location' => 'Kesalahan ini terjadi pada file ":file" pada baris :line dengan kode :code.', 'stacktrace' => 'Tumpukan jejak', 'more_info' => 'Informasi lebih lanjut', + + // Ignore this comment + 'collect_info' => 'Silakan ambil informasi lebih lanjut di direktoristorage/logs di mana Anda dapat menemukan file log. Jika Anda menggunakan Docker, gunakan docker logs -f [container].', 'collect_info_more' => 'Anda dapat membaca lebih lanjut dalam mengumpulkan informasi kesalahan di Pertanyaan yang sering diajukan.', 'github_help' => 'Dapatkan bantuan di GitHub', diff --git a/resources/lang/id_ID/firefly.php b/resources/lang/id_ID/firefly.php index 235b33630f..49291fead2 100644 --- a/resources/lang/id_ID/firefly.php +++ b/resources/lang/id_ID/firefly.php @@ -22,6 +22,8 @@ declare(strict_types=1); +// Ignore this comment + return [ // general stuff: 'close' => 'Dekat', @@ -324,6 +326,8 @@ return [ // old + // Ignore this comment + 'search_modifier_date_on' => 'Transaction date is ":value"', 'search_modifier_not_date_on' => 'Transaction date is not ":value"', 'search_modifier_reconciled' => 'Transaction is reconciled', @@ -684,6 +688,7 @@ return [ '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.', + // Ignore this comment // END 'modifiers_applies_are' => 'The following modifiers are applied to the search as well:', @@ -1168,6 +1173,7 @@ return [ 'rule_trigger_not_destination_is_cash' => 'Destination account is not a cash account', 'rule_trigger_not_account_is_cash' => 'Neither account is a cash account', + // Ignore this comment // actions 'rule_action_delete_transaction_choice' => 'DELETE transaction(!)', @@ -1465,6 +1471,8 @@ return [ '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.', + // Ignore this comment + // export data: 'export_data_title' => 'Export data from Firefly III', 'export_data_menu' => 'Export data', @@ -1839,6 +1847,8 @@ return [ 'stored_category' => 'Stored new category ":name"', 'without_category_between' => 'Tanpa kategori antara :start dan :end', + // Ignore this comment + // transactions: 'update_withdrawal' => 'Perbarui penarikan', 'update_deposit' => 'Perbarui setoran', @@ -2057,6 +2067,8 @@ return [ 'classification' => 'Classification', 'store_transaction' => 'Store transaction', + // Ignore this comment + // reports: 'report_default' => 'Laporan keuangan standar antara :start dan :end', 'report_audit' => 'Ikhtisar riwayat transaksi antara :start dan :end', @@ -2161,6 +2173,8 @@ return [ 'sum_in_default_currency' => 'The sum will always be in your default currency.', 'net_filtered_prefs' => 'This chart will never include accounts that have the "Include in net worth"-option unchecked.', + // Ignore this comment + // charts: 'chart' => 'Grafik', 'month' => 'Bulan', @@ -2249,6 +2263,8 @@ return [ 'total_amount' => 'Jumlah total', 'number_of_decimals' => 'Jumlah desimal', + // Ignore this comment + // administration 'invite_new_user_title' => 'Invite new user', '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.', @@ -2519,6 +2535,8 @@ return [ 'except_weekends' => 'Except weekends', 'recurrence_deleted' => 'Recurring transaction ":title" deleted', + // Ignore this comment + // new lines for summary controller. 'box_balance_in_currency' => 'Balance (:currency)', 'box_spent_in_currency' => 'Spent (:currency)', @@ -2576,3 +2594,5 @@ return [ 'ale_action_add_tag' => 'Added tag', ]; + +// Ignore this comment diff --git a/resources/lang/id_ID/form.php b/resources/lang/id_ID/form.php index 7eb394f8ba..358a920589 100644 --- a/resources/lang/id_ID/form.php +++ b/resources/lang/id_ID/form.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -62,6 +64,9 @@ return [ 'opening_balance' => 'Saldo awal', 'tagMode' => 'Mode Tag', 'virtual_balance' => 'Saldo virtual', + + // Ignore this comment + 'targetamount' => 'Jumlah target', 'account_role' => 'Peran akun', 'opening_balance_date' => 'Tanggal pembukaan saldo', @@ -153,6 +158,9 @@ return [ 'piggyBank_areYouSure' => 'Yakin ingin menghapus piggy bank yang bernama ":name"?', 'journal_areYouSure' => 'Yakin ingin menghapus transaksi yang dijelaskan ":description"?', 'mass_journal_are_you_sure' => 'Yakin ingin menghapus transaksi ini?', + + // Ignore this comment + 'tag_areYouSure' => 'Yakin ingin menghapus tag ":tag"?', 'journal_link_areYouSure' => 'Yakin ingin menghapus tautan antara :source and :destination?', 'linkType_areYouSure' => 'Yakin ingin menghapus jenis tautan ":name" (":inward" / ":outward")?', @@ -216,6 +224,9 @@ return [ 'fints_password' => 'PIN / Kata Sandi', 'fints_account' => 'Akun FinTS', 'local_account' => 'Akun Firefly III', + + // Ignore this comment + 'from_date' => 'Tanggal dari', 'to_date' => 'Tanggal ke', 'due_date' => 'Batas tanggal terakhir', @@ -252,3 +263,4 @@ return [ 'webhook_response' => 'Response', 'webhook_trigger' => 'Trigger', ]; +// Ignore this comment diff --git a/resources/lang/id_ID/intro.php b/resources/lang/id_ID/intro.php index 6bc25d637e..e5007b1148 100644 --- a/resources/lang/id_ID/intro.php +++ b/resources/lang/id_ID/intro.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -53,6 +55,8 @@ return [ 'budgets_index_list_of_budgets' => 'Gunakan tabel ini untuk menetapkan jumlah setiap anggaran daan melihat bagaimana keadaan anda.', 'budgets_index_outro' => 'Untuk mempelajari lebih lanjut tentang anggaran, periksa ikon bantuan di pojok kanan atas.', + // Ignore this comment + // reports (index) 'reports_index_intro' => 'Gunakan laporan ini untuk mendapatkan wawasan terperinci dalam keuangan anda.', 'reports_index_inputReportType' => 'Pilih sebuah jenis laporan. Periksa bantuan halaman untuk melihat apa yang ditunjukkan pada laporan anda.', @@ -90,6 +94,8 @@ return [ 'piggy-banks_index_button' => 'Di samping bilah kemajuan ini ada dua tombol (+ dan -) untuk menanmbahkan atau menghapus uang dari masing-masing celengan.', 'piggy-banks_index_accountStatus' => 'Untuk setiap akun aset dengan sedikitnya satu celenggan, statusnya terdaftar dalam tabel ini.', + // Ignore this comment + // create piggy 'piggy-banks_create_name' => 'Apa tujuanmu? Sofa baru, kamera baru, uang untuk keadaan darurat?', 'piggy-banks_create_date' => 'Anda dapat menetapkan tanggal target atau tenggat waktu untuk celengan anda.', @@ -132,6 +138,8 @@ return [ 'rules_create_test_rule_triggers' => 'Gunakan tombol ini untuk melihat transaksi mana yang sesuai dengan peraturan anda.', 'rules_create_actions' => 'Tentukan sebanyak mungkin tindakan yang anda inginkan.', + // Ignore this comment + // preferences 'preferences_index_tabs' => 'Pilihan lainnya tersedia di balik tab ini.', @@ -143,3 +151,4 @@ return [ // create currency 'currencies_create_code' => 'Kode ini harus sesuai dengan ISO (Google untuk mata uang baru anda).', ]; +// Ignore this comment diff --git a/resources/lang/id_ID/list.php b/resources/lang/id_ID/list.php index ee75d0ed46..de2eacbffd 100644 --- a/resources/lang/id_ID/list.php +++ b/resources/lang/id_ID/list.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -56,6 +58,9 @@ return [ 'source' => 'Sumber', 'next_expected_match' => 'Transaksi yang diharapkan berikutnya', 'automatch' => 'Pencocokan otomatis?', + + // Ignore this comment + 'repeat_freq' => 'Berulang', 'description' => 'Deskripsi', 'amount' => 'Jumlah', @@ -121,6 +126,9 @@ return [ 'external_id' => 'ID Eksternal', 'account_at_bunq' => 'Rekening dengan bunq', 'file_name' => 'Nama file', + + // Ignore this comment + 'file_size' => 'Ukuran file', 'file_type' => 'Jenis file', 'attached_to' => 'Melekat pada', @@ -149,3 +157,4 @@ return [ 'secret' => 'Secret', ]; +// Ignore this comment diff --git a/resources/lang/id_ID/pagination.php b/resources/lang/id_ID/pagination.php index 9deff8f6c7..ef3e4c0fff 100644 --- a/resources/lang/id_ID/pagination.php +++ b/resources/lang/id_ID/pagination.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ diff --git a/resources/lang/id_ID/passwords.php b/resources/lang/id_ID/passwords.php index 7be8b358c0..ed004db4a5 100644 --- a/resources/lang/id_ID/passwords.php +++ b/resources/lang/id_ID/passwords.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ diff --git a/resources/lang/id_ID/validation.php b/resources/lang/id_ID/validation.php index 5b56226090..77da76423f 100644 --- a/resources/lang/id_ID/validation.php +++ b/resources/lang/id_ID/validation.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -78,6 +80,9 @@ return [ 'before' => ':attribute harus tanggal sebelum :date.', 'unique_object_for_user' => 'Nama ini sudah digunakan.', 'unique_account_for_user' => 'Nama akun ini sudah digunakan.', + + // Ignore this comment + 'between.numeric' => ':attribute harus antara :min dan :max.', 'between.file' => ':attribute harus antara :min dan :max kilobyte.', 'between.string' => ':attribute harus antara :min dan :max karakter.', @@ -146,6 +151,8 @@ return [ 'same_account_type' => 'Kedua akun harus dari jenis akun yang sama', 'same_account_currency' => 'Kedua akun harus memiliki pengaturan mata uang yang sama', + // Ignore this comment + 'secure_password' => 'Ini bukan sebuah kata sandi yang aman. Silahkan coba lagi. Untuk informasi lebih lanjut, kunjungi https://bit.ly/FF3-password-security', 'valid_recurrence_rep_type' => 'Tipe pengulangan yang tidak valid untuk transaksi berkala.', 'valid_recurrence_rep_moment' => 'Waktu pengulangan tidaklah valid untuk tipe pengulangan ini.', @@ -204,6 +211,8 @@ return [ 'deposit_dest_bad_data' => 'Tidak dapat menemukan sebuah akun tujuan yang valid saat mencari ID ":id" atau nama ":name".', 'deposit_dest_wrong_type' => 'Akun tujuan yang dikirimkan bukan dari jenis yang benar.', + // Ignore this comment + 'transfer_source_need_data' => 'Perlu untuk mendapatkan sebuah ID akun sumber yang valid dan/atau nama akun sumber yang valid untuk melanjutkan.', 'transfer_source_bad_data' => 'Tidak dapat menemukan sebuah akun sumber yang valid saat mencari ID ":id" atau nama ":name".', 'transfer_dest_need_data' => 'Perlu untuk mendapatkan sebuah ID akun tujuan yang valid dan/atau nama akun tujuan yang valid untuk melanjutkan.', @@ -232,3 +241,5 @@ return [ 'auto_budget_amount_positive' => 'Jumlah harus lebih dari kosong.', 'auto_budget_period_mandatory' => 'Periode anggaran otomatis adalah bidang yang wajib.', ]; + +// Ignore this comment diff --git a/resources/lang/it_IT/api.php b/resources/lang/it_IT/api.php index cf82af250e..526481993b 100644 --- a/resources/lang/it_IT/api.php +++ b/resources/lang/it_IT/api.php @@ -21,6 +21,8 @@ declare(strict_types=1); +// Ignore this comment + return [ ]; diff --git a/resources/lang/it_IT/auth.php b/resources/lang/it_IT/auth.php index 3b22896097..66a050ca29 100644 --- a/resources/lang/it_IT/auth.php +++ b/resources/lang/it_IT/auth.php @@ -20,8 +20,11 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); + return [ 'failed' => 'Queste credenziali non corrispondono ai nostri record.', 'throttle' => 'Troppi tentativi di accesso. Per favore riprova tra :seconds secondi.', diff --git a/resources/lang/it_IT/breadcrumbs.php b/resources/lang/it_IT/breadcrumbs.php index 519df7c77d..38365d2162 100644 --- a/resources/lang/it_IT/breadcrumbs.php +++ b/resources/lang/it_IT/breadcrumbs.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -53,6 +55,9 @@ return [ 'deposit_list' => 'Redditi, entrate e depositi', 'transfer_list' => 'Trasferimenti', 'transfers_list' => 'Trasferimenti', + + // Ignore this comment + 'reconciliation_list' => 'Riconciliazioni', 'create_withdrawal' => 'Crea nuova uscita', 'create_deposit' => 'Crea nuova entrata', diff --git a/resources/lang/it_IT/components.php b/resources/lang/it_IT/components.php index c547bbcadc..399d53fddc 100644 --- a/resources/lang/it_IT/components.php +++ b/resources/lang/it_IT/components.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ diff --git a/resources/lang/it_IT/config.php b/resources/lang/it_IT/config.php index e9c3b58c7f..dd5cb67541 100644 --- a/resources/lang/it_IT/config.php +++ b/resources/lang/it_IT/config.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -39,6 +41,8 @@ return [ //'month_and_day_no_year' => '%B %e', 'month_and_day_no_year_js' => 'D MMMM', + // Ignore this comment + //'date_time' => '%B %e, %Y, @ %T', 'date_time_js' => 'D MMMM YYYY, HH:mm:ss', 'date_time_fns' => 'do MMMM yyyy @ HH:mm:ss', @@ -66,3 +70,5 @@ return [ 'dow_6' => 'Sabato', 'dow_7' => 'Domenica', ]; + +// Ignore this comment diff --git a/resources/lang/it_IT/demo.php b/resources/lang/it_IT/demo.php index 8ebbab569e..acc5cf2d76 100644 --- a/resources/lang/it_IT/demo.php +++ b/resources/lang/it_IT/demo.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -35,3 +37,5 @@ return [ 'piggy-banks-index' => 'Come puoi vedere, ci sono tre salvadanai. Utilizzare i pulsanti più e meno per influenzare la quantità di denaro in ogni salvadanaio. Fare clic sul nome del salvadanaio per visualizzare la gestione per ciascun salvadanaio.', 'profile-index' => 'Tieni a mente che il sito demo viene reimpostato ogni quattro ore. L\'acceso può essere revocato in qualsiasi momento. Questo avviene automaticamente e non è un bug.', ]; + +// Ignore this comment diff --git a/resources/lang/it_IT/email.php b/resources/lang/it_IT/email.php index 424f83caff..6691813f21 100644 --- a/resources/lang/it_IT/email.php +++ b/resources/lang/it_IT/email.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -33,6 +35,8 @@ return [ 'admin_test_subject' => 'Un messaggio di prova dalla tua installazione di Firefly III', 'admin_test_body' => 'Questo è un messaggio di prova dalla tua istanza Firefly III. È stato inviato a :email.', + // Ignore this comment + // invite 'invitation_created_subject' => 'È stato creato un invito', 'invitation_created_body' => 'L\'utente amministratore ":email" ha creato l\'invito utente per chiunque sia associato all\'indirizzo email ":invitee". L\'invito sarò valido per 48 ore.', @@ -70,6 +74,8 @@ return [ 'registered_pw_reset_link' => 'Reimposta la password:', 'registered_doc_link' => 'Documentazione:', + // Ignore this comment + // new version 'new_version_email_subject' => 'È disponibile una nuova versione di Firefly III', @@ -113,6 +119,8 @@ return [ 'error_stacktrace_below' => 'Lo stacktrace completo è qui sotto:', 'error_headers' => 'Anche le seguenti intestazioni potrebbero esser rilevanti:', + // Ignore this comment + // report new journals 'new_journals_subject' => 'Firefly III ha creato una nuova transazione|Firefly III ha creato :count nuove transazioni', 'new_journals_header' => 'Firefly III ha creato una transazione per te. Puoi trovarla nella tua installazione di Firefly III:|Firefly III ha creato :count transazioni per te. Puoi trovarle nella tua installazione di Firefly III:', @@ -129,3 +137,4 @@ return [ 'bill_warning_please_action' => 'Si prega di adottare le misure appropriate.', ]; +// Ignore this comment diff --git a/resources/lang/it_IT/errors.php b/resources/lang/it_IT/errors.php index ddcd1fc067..12383e070f 100644 --- a/resources/lang/it_IT/errors.php +++ b/resources/lang/it_IT/errors.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -39,6 +41,9 @@ return [ 'error_location' => 'Questo errore si è verificato nel file :file alla riga :line con codice :code.', 'stacktrace' => 'Stack trace', 'more_info' => 'Ulterioni informazioni', + + // Ignore this comment + 'collect_info' => 'Raccogli ulteriori informazioni nella cartella storage/log dove troverai i file di log. Se stai eseguendo Docker, usa docker logs -f [container].', 'collect_info_more' => 'Puoi leggere maggiori informazioni sulla raccolta delle informazioni di errore in FAQ.', 'github_help' => 'Ottieni aiuto su GitHub', diff --git a/resources/lang/it_IT/firefly.php b/resources/lang/it_IT/firefly.php index 8b112d10e6..c1fc19e01a 100644 --- a/resources/lang/it_IT/firefly.php +++ b/resources/lang/it_IT/firefly.php @@ -22,6 +22,8 @@ declare(strict_types=1); +// Ignore this comment + return [ // general stuff: 'close' => 'Chiudi', @@ -324,6 +326,8 @@ return [ // old + // Ignore this comment + 'search_modifier_date_on' => 'La data della transazione è ":value"', 'search_modifier_not_date_on' => 'La data della transazione non è ":value"', 'search_modifier_reconciled' => 'La transazione è riconciliata', @@ -684,6 +688,7 @@ return [ 'create_rule_from_query' => 'Crea nuova regola dalla ricerca', 'rule_from_search_words' => 'Il motore delle regole ha difficoltà a gestire ":string". La regola suggerita che si adatta alla tua ricerca potrebbe dare risultati diversi. Verifica attentamente che la regola funzioni.', + // Ignore this comment // END 'modifiers_applies_are' => 'Alla ricerca vengono applicati anche questi modificatori:', @@ -1168,6 +1173,7 @@ return [ 'rule_trigger_not_destination_is_cash' => 'Destination account is not a cash account', 'rule_trigger_not_account_is_cash' => 'Neither account is a cash account', + // Ignore this comment // actions 'rule_action_delete_transaction_choice' => 'DELETE transaction(!)', @@ -1465,6 +1471,8 @@ return [ 'multi_account_warning_deposit' => 'Ricorda che il conto di destinazione delle successive suddivisioni verrà sovrascritto da quello definito nella prima suddivisione del deposito.', 'multi_account_warning_transfer' => 'Ricorda che il conto di origine e il conto di destinazione delle successive suddivisioni verranno sovrascritti da quelli definiti nella prima suddivisione del trasferimento.', + // Ignore this comment + // export data: 'export_data_title' => 'Esporta dati da Firefly III', 'export_data_menu' => 'Esporta dati', @@ -1839,6 +1847,8 @@ return [ 'stored_category' => 'Salva nuova categoria ":name"', 'without_category_between' => 'Senza categoria tra :start e :end', + // Ignore this comment + // transactions: 'update_withdrawal' => 'Aggiorna prelievo', 'update_deposit' => 'Aggiorna entrata', @@ -2057,6 +2067,8 @@ return [ 'classification' => 'Classificazione', 'store_transaction' => 'Salva transazione', + // Ignore this comment + // reports: 'report_default' => 'Resoconto predefinito delle tue finanze tra :start e :end', 'report_audit' => 'Panoramica cronologica delle transazioni tra :start e :end', @@ -2161,6 +2173,8 @@ return [ 'sum_in_default_currency' => 'La somma sarà sempre nella tua valuta predefinita.', 'net_filtered_prefs' => 'Questo grafico non includerà mai i conti che hanno l\'opzione "Includi nel patrimonio" non selezionata.', + // Ignore this comment + // charts: 'chart' => 'Grafico', 'month' => 'Mese', @@ -2249,6 +2263,8 @@ return [ 'total_amount' => 'Importo totale', 'number_of_decimals' => 'Cifre decimali', + // Ignore this comment + // administration 'invite_new_user_title' => 'Invite new user', '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.', @@ -2519,6 +2535,8 @@ return [ 'except_weekends' => 'Tranne il fine settimana', 'recurrence_deleted' => 'La transazione ricorrente ":title" è stata eliminata', + // Ignore this comment + // new lines for summary controller. 'box_balance_in_currency' => 'Saldo (:currency)', 'box_spent_in_currency' => 'Spesi (:currency)', @@ -2576,3 +2594,5 @@ return [ 'ale_action_add_tag' => 'Added tag', ]; + +// Ignore this comment diff --git a/resources/lang/it_IT/form.php b/resources/lang/it_IT/form.php index f4bd4ed9e6..72f5935e5c 100644 --- a/resources/lang/it_IT/form.php +++ b/resources/lang/it_IT/form.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -62,6 +64,9 @@ return [ 'opening_balance' => 'Saldo di apertura', 'tagMode' => 'Modalità etichetta', 'virtual_balance' => 'Saldo virtuale', + + // Ignore this comment + 'targetamount' => 'Importo obiettivo', 'account_role' => 'Ruolo del conto', 'opening_balance_date' => 'Data saldo di apertura', @@ -153,6 +158,9 @@ return [ 'piggyBank_areYouSure' => 'Sei sicuro di voler eliminare il salvadanaio ":name"?', 'journal_areYouSure' => 'Sei sicuro di voler eliminare la transazione ":description"?', 'mass_journal_are_you_sure' => 'Sei sicuro di voler eliminare queste transazioni?', + + // Ignore this comment + 'tag_areYouSure' => 'Sei sicuro di voler eliminare l\'etichetta ":tag"?', 'journal_link_areYouSure' => 'Sei sicuro di voler eliminare il collegamento tra :source e :destination?', 'linkType_areYouSure' => 'Sei sicuro di voler eliminare il tipo di collegamento ":name" (":inward" / ":outward")?', @@ -216,6 +224,9 @@ return [ 'fints_password' => 'PIN / Password', 'fints_account' => 'Conto FinTS', 'local_account' => 'Conto Firefly III', + + // Ignore this comment + 'from_date' => 'Data inizio', 'to_date' => 'Alla data', 'due_date' => 'Data scadenza', @@ -252,3 +263,4 @@ return [ 'webhook_response' => 'Risposta', 'webhook_trigger' => 'Trigger', ]; +// Ignore this comment diff --git a/resources/lang/it_IT/intro.php b/resources/lang/it_IT/intro.php index f645fc5f0d..2f82dc2a0b 100644 --- a/resources/lang/it_IT/intro.php +++ b/resources/lang/it_IT/intro.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -53,6 +55,8 @@ return [ 'budgets_index_list_of_budgets' => 'Usa questa tabella per impostare gli importi per ciascun budget e vedere l\'andamento.', 'budgets_index_outro' => 'Per saperne di più sui budget, controlla l\'icona della guida nell\'angolo in alto a destra.', + // Ignore this comment + // reports (index) 'reports_index_intro' => 'Utilizza questi resoconti per ottenere informazioni dettagliate sulle tue finanze.', 'reports_index_inputReportType' => 'Scegli un tipo di resoconto. Consulta le pagine della guida per vedere cosa ti mostra ciascuna resoconto.', @@ -90,6 +94,8 @@ return [ 'piggy-banks_index_button' => 'Accanto a questa barra di avanzamento ci sono due pulsanti (+ e -) per aggiungere o rimuovere denaro da ogni salvadanaio.', 'piggy-banks_index_accountStatus' => 'Per ogni conto attività con almeno un salvadanaio lo stato è elencato in questa tabella.', + // Ignore this comment + // create piggy 'piggy-banks_create_name' => 'Qual è il tuo obiettivo? Un nuovo divano, una macchina fotografica, soldi per le emergenze?', 'piggy-banks_create_date' => 'È possibile impostare una data come obiettivo o una scadenza per il salvadanaio.', @@ -132,6 +138,8 @@ return [ 'rules_create_test_rule_triggers' => 'Usa questo pulsante per vedere quali transazioni corrispondono alla tua regola.', 'rules_create_actions' => 'Imposta tutte le azioni che vuoi.', + // Ignore this comment + // preferences 'preferences_index_tabs' => 'Altre opzioni sono disponibili dietro queste schede.', @@ -143,3 +151,4 @@ return [ // create currency 'currencies_create_code' => 'Questo codice dovrebbe essere conforme ISO (cercalo con Google per la tua nuova valuta).', ]; +// Ignore this comment diff --git a/resources/lang/it_IT/list.php b/resources/lang/it_IT/list.php index 3abfdc7d82..a1ea71d14e 100644 --- a/resources/lang/it_IT/list.php +++ b/resources/lang/it_IT/list.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -56,6 +58,9 @@ return [ 'source' => 'Origine', 'next_expected_match' => 'Prossimo abbinamento previsto', 'automatch' => 'Abbinamento automatico?', + + // Ignore this comment + 'repeat_freq' => 'Si ripete', 'description' => 'Descrizione', 'amount' => 'Importo', @@ -121,6 +126,9 @@ return [ 'external_id' => 'ID esterno', 'account_at_bunq' => 'Conto con Bunq', 'file_name' => 'Nome del file', + + // Ignore this comment + 'file_size' => 'Dimensione del file', 'file_type' => 'Tipo del file', 'attached_to' => 'Allegato a', @@ -149,3 +157,4 @@ return [ 'secret' => 'Segreto', ]; +// Ignore this comment diff --git a/resources/lang/it_IT/pagination.php b/resources/lang/it_IT/pagination.php index 7f91954179..9da431134d 100644 --- a/resources/lang/it_IT/pagination.php +++ b/resources/lang/it_IT/pagination.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ diff --git a/resources/lang/it_IT/passwords.php b/resources/lang/it_IT/passwords.php index 4e4a14a1f2..f33928b92c 100644 --- a/resources/lang/it_IT/passwords.php +++ b/resources/lang/it_IT/passwords.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ diff --git a/resources/lang/it_IT/validation.php b/resources/lang/it_IT/validation.php index 741e78dbc2..ee392539d8 100644 --- a/resources/lang/it_IT/validation.php +++ b/resources/lang/it_IT/validation.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -78,6 +80,9 @@ return [ 'before' => ':attribute deve essere una data prima :date.', 'unique_object_for_user' => 'Questo nome è già in uso.', 'unique_account_for_user' => 'Il nome del conto è già in uso.', + + // Ignore this comment + 'between.numeric' => ':attribute con questo nome conto è già in uso :min e :max.', 'between.file' => ':attribute deve essere :min e :max kilobyte.', 'between.string' => ':attribute deve essere tra :min e :max caratteri.', @@ -146,6 +151,8 @@ return [ 'same_account_type' => 'Entrambi i conti devono essere dello stesso tipo', 'same_account_currency' => 'Entrambi i conti devono essere impostati sulla stessa valuta', + // Ignore this comment + 'secure_password' => 'Questa non è una password sicura. Riprova. Per maggiori informazioni visita https://bit.ly/FF3-password-security', 'valid_recurrence_rep_type' => 'Il tipo di ripetizione della transazione ricorrente non è valido.', 'valid_recurrence_rep_moment' => 'Il momento di ripetizione per questo tipo di ripetizione non è valido.', @@ -204,6 +211,8 @@ return [ 'deposit_dest_bad_data' => 'Non è stato possibile trovare un conto di destinazione valido effettuando la ricerca con l\'ID ":id" o il nome ":name".', 'deposit_dest_wrong_type' => 'Il conto di destinazione inviato non è di tipo corretto.', + // Ignore this comment + 'transfer_source_need_data' => 'È necessario ottenere un ID e/o un nome del conto di origine validi per continuare.', 'transfer_source_bad_data' => 'Non è stato possibile trovare un conto d\'origine valido effettuando la ricerca con l\'ID ":id" o il nome ":name".', 'transfer_dest_need_data' => 'È necessario ottenere un ID e/o un nome del conto di destinazione validi per continuare.', @@ -232,3 +241,5 @@ return [ 'auto_budget_amount_positive' => 'L\'importo deve essere maggiore di zero.', 'auto_budget_period_mandatory' => 'Il periodo per il budget automatico è un campo obbligatorio.', ]; + +// Ignore this comment diff --git a/resources/lang/ja_JP/api.php b/resources/lang/ja_JP/api.php index cf82af250e..526481993b 100644 --- a/resources/lang/ja_JP/api.php +++ b/resources/lang/ja_JP/api.php @@ -21,6 +21,8 @@ declare(strict_types=1); +// Ignore this comment + return [ ]; diff --git a/resources/lang/ja_JP/auth.php b/resources/lang/ja_JP/auth.php index 1880ab6569..908e81cf20 100644 --- a/resources/lang/ja_JP/auth.php +++ b/resources/lang/ja_JP/auth.php @@ -20,8 +20,11 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); + return [ 'failed' => '資格情報が一致しません。', 'throttle' => 'ログインの試行回数が多すぎます。:seconds 秒後にお試しください。', diff --git a/resources/lang/ja_JP/breadcrumbs.php b/resources/lang/ja_JP/breadcrumbs.php index ba6e4fe2dc..e6389dffaa 100644 --- a/resources/lang/ja_JP/breadcrumbs.php +++ b/resources/lang/ja_JP/breadcrumbs.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -53,6 +55,9 @@ return [ 'deposit_list' => '収入、所得、入金', 'transfer_list' => '振り替え', 'transfers_list' => '振り替え', + + // Ignore this comment + 'reconciliation_list' => '調整', 'create_withdrawal' => '新規出金を作成', 'create_deposit' => '新しい入金を作成する', diff --git a/resources/lang/ja_JP/components.php b/resources/lang/ja_JP/components.php index c547bbcadc..399d53fddc 100644 --- a/resources/lang/ja_JP/components.php +++ b/resources/lang/ja_JP/components.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ diff --git a/resources/lang/ja_JP/config.php b/resources/lang/ja_JP/config.php index 1752c77f86..5b103482e5 100644 --- a/resources/lang/ja_JP/config.php +++ b/resources/lang/ja_JP/config.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -39,6 +41,8 @@ return [ //'month_and_day_no_year' => '%B %e', 'month_and_day_no_year_js' => 'M月D日', + // Ignore this comment + //'date_time' => '%B %e, %Y, @ %T', 'date_time_js' => 'YYYY年MM月DD日 HH:mm:ss', 'date_time_fns' => 'MMMM do, yyyy @ HH:mm:ss', @@ -66,3 +70,5 @@ return [ 'dow_6' => '土曜日', 'dow_7' => '日曜日', ]; + +// Ignore this comment diff --git a/resources/lang/ja_JP/demo.php b/resources/lang/ja_JP/demo.php index 2896a9224e..767cda20ea 100644 --- a/resources/lang/ja_JP/demo.php +++ b/resources/lang/ja_JP/demo.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -35,3 +37,5 @@ return [ 'piggy-banks-index' => 'ご覧のように、3つの貯金箱があります。プラスやマイナスのボタンでそれぞれの貯金箱のお金の量を調整することができます。貯金箱の名前をクリックするとそれぞれの貯金箱の管理ができます。', 'profile-index' => 'デモサイトは4時間毎にリセットされることに注意してください。あなたの変更はいつでも破棄される可能性があります。これは自動的に行われ、バグではありません。', ]; + +// Ignore this comment diff --git a/resources/lang/ja_JP/email.php b/resources/lang/ja_JP/email.php index c280c68416..1b061e08b6 100644 --- a/resources/lang/ja_JP/email.php +++ b/resources/lang/ja_JP/email.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -33,6 +35,8 @@ return [ 'admin_test_subject' => 'あなたの Firefly III からのテストメッセージ', 'admin_test_body' => 'これはあなたの Firefly III からのテストメッセージです。:email 宛に送信しました。', + // Ignore this comment + // invite 'invitation_created_subject' => 'An invitation has been created', 'invitation_created_body' => 'Admin user ":email" created a user invitation which can be used by whoever is behind email address ":invitee". The invite will be valid for 48hrs.', @@ -70,6 +74,8 @@ return [ 'registered_pw_reset_link' => 'パスワードのリセット:', 'registered_doc_link' => 'ドキュメント:', + // Ignore this comment + // new version 'new_version_email_subject' => 'A new Firefly III version is available', @@ -113,6 +119,8 @@ return [ 'error_stacktrace_below' => '完全なスタックトレースは以下の通りです:', 'error_headers' => '「headers」は技術用語「HTTP headers」を参照します', + // Ignore this comment + // report new journals 'new_journals_subject' => 'Firefly III が取引を作成しました|Firefly III が:count件の取引を作成しました', 'new_journals_header' => 'Firefly III が取引を作成しました。Firefly III で参照できます:|Firefly III が:count件の取引を作成しました。 Firefly III でそれらを参照できます。', @@ -129,3 +137,4 @@ return [ 'bill_warning_please_action' => '適切に対処してください。', ]; +// Ignore this comment diff --git a/resources/lang/ja_JP/errors.php b/resources/lang/ja_JP/errors.php index 0ade79cc77..dfba2349f5 100644 --- a/resources/lang/ja_JP/errors.php +++ b/resources/lang/ja_JP/errors.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -39,6 +41,9 @@ return [ 'error_location' => 'このエラーは、ファイル「:file」 :line 行目のコード :code で発生しました。', 'stacktrace' => 'スタックトレース', 'more_info' => '詳細情報', + + // Ignore this comment + 'collect_info' => 'ログファイルがある storage/logs ディレクトリにて、より詳細な情報を集めてください。Docker を使っている場合は docker logs -f [container] を使用してください。', 'collect_info_more' => 'エラー情報の収集については、 FAQ をご覧ください。', 'github_help' => 'GitHubでヘルプを見る', diff --git a/resources/lang/ja_JP/firefly.php b/resources/lang/ja_JP/firefly.php index 267ed6cf1e..ce1ed37a09 100644 --- a/resources/lang/ja_JP/firefly.php +++ b/resources/lang/ja_JP/firefly.php @@ -22,6 +22,8 @@ declare(strict_types=1); +// Ignore this comment + return [ // general stuff: 'close' => '閉じる', @@ -324,6 +326,8 @@ return [ // old + // Ignore this comment + 'search_modifier_date_on' => '取引日が「:value」', 'search_modifier_not_date_on' => 'Transaction date is not ":value"', 'search_modifier_reconciled' => 'Transaction is reconciled', @@ -684,6 +688,7 @@ return [ 'create_rule_from_query' => '検索クエリから新しいルールを作成', 'rule_from_search_words' => 'ルールエンジンは「:string」をうまく扱えません。 検索クエリに提案されたルールは、異なる結果をもたらす可能性があります。ルールのトリガーは慎重に検証してください。', + // Ignore this comment // END 'modifiers_applies_are' => '次の修飾子も検索に適用されます:', @@ -1168,6 +1173,7 @@ return [ 'rule_trigger_not_destination_is_cash' => 'Destination account is not a cash account', 'rule_trigger_not_account_is_cash' => 'Neither account is a cash account', + // Ignore this comment // actions 'rule_action_delete_transaction_choice' => 'DELETE transaction(!)', @@ -1465,6 +1471,8 @@ return [ 'multi_account_warning_deposit' => '続く分割の送金先口座は、送金の最初の分割の定義によって覆されることに注意してください。', 'multi_account_warning_transfer' => '続く分割の送金先口座と出金元口座は、送金の最初の分割の定義によって覆されることに注意してください。', + // Ignore this comment + // export data: 'export_data_title' => 'Firefly III からデータをエクスポート', 'export_data_menu' => 'データのエクスポート', @@ -1839,6 +1847,8 @@ return [ 'stored_category' => '新しいカテゴリ「:name」を保存しました', 'without_category_between' => ':start から :end までのカテゴリなし', + // Ignore this comment + // transactions: 'update_withdrawal' => '出金を更新', 'update_deposit' => '入金を更新', @@ -2057,6 +2067,8 @@ return [ 'classification' => '分類', 'store_transaction' => '取引を保存', + // Ignore this comment + // reports: 'report_default' => ':start から :end までのデフォルトの財務レポート', 'report_audit' => ':start から :end までの取引履歴概要', @@ -2161,6 +2173,8 @@ return [ 'sum_in_default_currency' => '合計は常にデフォルト通貨になります。', 'net_filtered_prefs' => 'このチャートには「純資産に含める」オプションがチェックされていない口座が含まれることはありません。', + // Ignore this comment + // charts: 'chart' => 'チャート', 'month' => '月', @@ -2249,6 +2263,8 @@ return [ 'total_amount' => '合計金額', 'number_of_decimals' => '小数点以下の桁数', + // Ignore this comment + // administration 'invite_new_user_title' => 'Invite new user', '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.', @@ -2519,6 +2535,8 @@ return [ 'except_weekends' => '週末を除外する', 'recurrence_deleted' => '定期的な取引「:title」を削除しました', + // Ignore this comment + // new lines for summary controller. 'box_balance_in_currency' => '残高 (:currency)', 'box_spent_in_currency' => '支出 (:currency)', @@ -2576,3 +2594,5 @@ return [ 'ale_action_add_tag' => 'Added tag', ]; + +// Ignore this comment diff --git a/resources/lang/ja_JP/form.php b/resources/lang/ja_JP/form.php index 1c2dc000ac..6669e59c92 100644 --- a/resources/lang/ja_JP/form.php +++ b/resources/lang/ja_JP/form.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -62,6 +64,9 @@ return [ 'opening_balance' => '開始残高', 'tagMode' => 'タグモード', 'virtual_balance' => '仮想残高', + + // Ignore this comment + 'targetamount' => '目標金額', 'account_role' => '口座の役割', 'opening_balance_date' => '残高開始日', @@ -153,6 +158,9 @@ return [ 'piggyBank_areYouSure' => '貯金箱「:name」を削除してもよろしいですか?', 'journal_areYouSure' => '「:description」と説明されている取引を削除してもよろしいですか?', 'mass_journal_are_you_sure' => 'これらの取引を削除してもよろしいですか?', + + // Ignore this comment + 'tag_areYouSure' => 'タグ「:tag」を削除してもよろしいですか?', 'journal_link_areYouSure' => ':source:destination の間のリンクを削除してもよろしいですか?', 'linkType_areYouSure' => 'リンクタイプ「:name (:inward/:outward)」を削除してもよろしいですか?', @@ -216,6 +224,9 @@ return [ 'fints_password' => 'PIN / パスワード', 'fints_account' => '資産形成口座', 'local_account' => 'Firefly III アカウント', + + // Ignore this comment + 'from_date' => '開始日', 'to_date' => '終了日', 'due_date' => '期日', @@ -252,3 +263,4 @@ return [ 'webhook_response' => 'Response', 'webhook_trigger' => 'Trigger', ]; +// Ignore this comment diff --git a/resources/lang/ja_JP/intro.php b/resources/lang/ja_JP/intro.php index eccbc61501..36ea830008 100644 --- a/resources/lang/ja_JP/intro.php +++ b/resources/lang/ja_JP/intro.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -53,6 +55,8 @@ return [ 'budgets_index_list_of_budgets' => '各予算の金額を設定したり、状況を確認するにはこの表を使ってください。', 'budgets_index_outro' => '予算計上についてもっと知るには、右上のヘルプアイコンを確認してください。', + // Ignore this comment + // reports (index) 'reports_index_intro' => 'あなたの財務状況の詳細を見るにはこれらのレポートを使用してください。', 'reports_index_inputReportType' => 'レポートの種類を選択してください。それぞれのレポートが何を表示するかを見るにはヘルプページを確認してください。', @@ -90,6 +94,8 @@ return [ 'piggy-banks_index_button' => 'このプログレスバーの隣には、それぞれの貯金箱からお金を追加または削除する、2つのボタン(+と-) があります。', 'piggy-banks_index_accountStatus' => 'この表には、1つ以上の貯金箱をもつ資産口座の状況が表示されています。', + // Ignore this comment + // create piggy 'piggy-banks_create_name' => 'あなたの目標は何ですか? 新しいソファ、カメラ、もしもの時のお金ですか?', 'piggy-banks_create_date' => '貯金箱の目標日や期限を設定できます。', @@ -132,6 +138,8 @@ return [ 'rules_create_test_rule_triggers' => 'ルールに一致する取引を確認するには、このボタンを使用します。', 'rules_create_actions' => '好きなだけアクションを設定します。', + // Ignore this comment + // preferences 'preferences_index_tabs' => 'これらのタブには、より多くのオプションがあります。', @@ -143,3 +151,4 @@ return [ // create currency 'currencies_create_code' => 'このコードはISOに準拠している必要があります(新しい通貨はググってください)。', ]; +// Ignore this comment diff --git a/resources/lang/ja_JP/list.php b/resources/lang/ja_JP/list.php index 4e6d1f3ac3..f60ebe8a1b 100644 --- a/resources/lang/ja_JP/list.php +++ b/resources/lang/ja_JP/list.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -56,6 +58,9 @@ return [ 'source' => '源泉', 'next_expected_match' => '次の一致予測', 'automatch' => '自動一致', + + // Ignore this comment + 'repeat_freq' => '繰り返し', 'description' => '説明', 'amount' => '金額', @@ -121,6 +126,9 @@ return [ 'external_id' => '外部ID', 'account_at_bunq' => 'bunq口座', 'file_name' => 'ファイル名', + + // Ignore this comment + 'file_size' => 'ファイルサイズ', 'file_type' => 'ファイルの種類', 'attached_to' => '添付先', @@ -149,3 +157,4 @@ return [ 'secret' => 'Secret', ]; +// Ignore this comment diff --git a/resources/lang/ja_JP/pagination.php b/resources/lang/ja_JP/pagination.php index 0840b73f79..8b1bc38360 100644 --- a/resources/lang/ja_JP/pagination.php +++ b/resources/lang/ja_JP/pagination.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ diff --git a/resources/lang/ja_JP/passwords.php b/resources/lang/ja_JP/passwords.php index 7dde7af209..4e769a3a1d 100644 --- a/resources/lang/ja_JP/passwords.php +++ b/resources/lang/ja_JP/passwords.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ diff --git a/resources/lang/ja_JP/validation.php b/resources/lang/ja_JP/validation.php index 05a3ce574a..7d8b01cac7 100644 --- a/resources/lang/ja_JP/validation.php +++ b/resources/lang/ja_JP/validation.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -78,6 +80,9 @@ return [ 'before' => ':attributeには、:dateより前の日付を指定してください。', 'unique_object_for_user' => 'この名称はすでに使われています。', 'unique_account_for_user' => 'この口座番号は既に使われているようです。', + + // Ignore this comment + 'between.numeric' => ':attributeには、:minから、:maxまでの数字を指定してください。', 'between.file' => ':attributeには、:min KBから:max KBまでのサイズのファイルを指定してください。', 'between.string' => ':attributeは、:min文字から:max文字にしてください。', @@ -146,6 +151,8 @@ return [ 'same_account_type' => 'これらの口座は同じ口座種別でなければなりません', 'same_account_currency' => 'これらの口座には同じ通貨設定でなければいけません', + // Ignore this comment + 'secure_password' => 'これは安全なパスワードではありません。もう一度やり直してください。詳細については、https://bit.ly/FF3-password-security を参照してください。', 'valid_recurrence_rep_type' => '繰り返し取引のタイプが無効です。', 'valid_recurrence_rep_moment' => '無効な繰り返し設定があります。', @@ -204,6 +211,8 @@ return [ 'deposit_dest_bad_data' => 'ID「:id」、名称「:name」で検索した結果、有効な預け入れ先口座が見つかりませんでした。', 'deposit_dest_wrong_type' => '預け入れ先口座が適切なタイプではありません。', + // Ignore this comment + 'transfer_source_need_data' => '続行するには、有効な引き出し元口座 ID および(または)有効な引き出し元口座名を取得する必要があります。', 'transfer_source_bad_data' => 'ID「:id」、名称「:name」で検索した結果、有効な引き出し元口座が見つかりませんでした。', 'transfer_dest_need_data' => '続行するには、有効な預け入れ先口座 ID および(または)有効な預け入れ先口座名を取得する必要があります。', @@ -232,3 +241,5 @@ return [ 'auto_budget_amount_positive' => '金額はゼロ以上でなければなりません。', 'auto_budget_period_mandatory' => '自動予算期間は必須項目です。', ]; + +// Ignore this comment diff --git a/resources/lang/ko_KR/api.php b/resources/lang/ko_KR/api.php index cf82af250e..526481993b 100644 --- a/resources/lang/ko_KR/api.php +++ b/resources/lang/ko_KR/api.php @@ -21,6 +21,8 @@ declare(strict_types=1); +// Ignore this comment + return [ ]; diff --git a/resources/lang/ko_KR/auth.php b/resources/lang/ko_KR/auth.php index bd5066d846..43e39eb671 100644 --- a/resources/lang/ko_KR/auth.php +++ b/resources/lang/ko_KR/auth.php @@ -20,8 +20,11 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); + return [ 'failed' => '로그인 정보가 일치하지 않습니다.', 'throttle' => '로그인 시도가 너무 많습니다. :seconds초 후에 다시 시도하십시오.', diff --git a/resources/lang/ko_KR/breadcrumbs.php b/resources/lang/ko_KR/breadcrumbs.php index 0d02839e2f..d465b4813f 100644 --- a/resources/lang/ko_KR/breadcrumbs.php +++ b/resources/lang/ko_KR/breadcrumbs.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -53,6 +55,9 @@ return [ 'deposit_list' => '수익, 소득 및 예금', 'transfer_list' => '송금', 'transfers_list' => '송금', + + // Ignore this comment + 'reconciliation_list' => '조정', 'create_withdrawal' => '새로운 환불 만들기', 'create_deposit' => '새로운 예금 만들기', diff --git a/resources/lang/ko_KR/components.php b/resources/lang/ko_KR/components.php index c547bbcadc..399d53fddc 100644 --- a/resources/lang/ko_KR/components.php +++ b/resources/lang/ko_KR/components.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ diff --git a/resources/lang/ko_KR/config.php b/resources/lang/ko_KR/config.php index 2705c0a919..75c08937f5 100644 --- a/resources/lang/ko_KR/config.php +++ b/resources/lang/ko_KR/config.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -39,6 +41,8 @@ return [ //'month_and_day_no_year' => '%B %e', 'month_and_day_no_year_js' => 'MMMM Do', + // Ignore this comment + //'date_time' => '%B %e, %Y, @ %T', 'date_time_js' => 'MMMM Do, YYYY, @ HH:mm:ss', 'date_time_fns' => 'MMMM do, yyyy @ HH:mm:ss', @@ -66,3 +70,5 @@ return [ 'dow_6' => 'Saturday', 'dow_7' => 'Sunday', ]; + +// Ignore this comment diff --git a/resources/lang/ko_KR/demo.php b/resources/lang/ko_KR/demo.php index 2cbff59eed..3d721b3d80 100644 --- a/resources/lang/ko_KR/demo.php +++ b/resources/lang/ko_KR/demo.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -35,3 +37,5 @@ return [ 'piggy-banks-index' => 'As you can see, there are three piggy banks. Use the plus and minus buttons to influence the amount of money in each piggy bank. Click the name of the piggy bank to see the administration for each piggy bank.', 'profile-index' => 'Keep in mind that the demo site resets every four hours. Your access may be revoked at any time. This happens automatically and is not a bug.', ]; + +// Ignore this comment diff --git a/resources/lang/ko_KR/email.php b/resources/lang/ko_KR/email.php index 97d02af36f..92697e27a0 100644 --- a/resources/lang/ko_KR/email.php +++ b/resources/lang/ko_KR/email.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -33,6 +35,8 @@ return [ 'admin_test_subject' => 'A test message from your Firefly III installation', 'admin_test_body' => 'This is a test message from your Firefly III instance. It was sent to :email.', + // Ignore this comment + // invite 'invitation_created_subject' => 'An invitation has been created', 'invitation_created_body' => 'Admin user ":email" created a user invitation which can be used by whoever is behind email address ":invitee". The invite will be valid for 48hrs.', @@ -70,6 +74,8 @@ return [ 'registered_pw_reset_link' => 'Password reset:', 'registered_doc_link' => 'Documentation:', + // Ignore this comment + // new version 'new_version_email_subject' => 'A new Firefly III version is available', @@ -113,6 +119,8 @@ return [ 'error_stacktrace_below' => 'The full stacktrace is below:', 'error_headers' => 'The following headers may also be relevant:', + // Ignore this comment + // report new journals 'new_journals_subject' => 'Firefly III has created a new transaction|Firefly III has created :count new transactions', 'new_journals_header' => 'Firefly III has created a transaction for you. You can find it in your Firefly III installation:|Firefly III has created :count transactions for you. You can find them in your Firefly III installation:', @@ -129,3 +137,4 @@ return [ 'bill_warning_please_action' => 'Please take the appropriate action.', ]; +// Ignore this comment diff --git a/resources/lang/ko_KR/errors.php b/resources/lang/ko_KR/errors.php index a62e78ebcf..412b8f08a1 100644 --- a/resources/lang/ko_KR/errors.php +++ b/resources/lang/ko_KR/errors.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -39,6 +41,9 @@ return [ 'error_location' => 'This error occured in file :file on line :line with code :code.', 'stacktrace' => 'Stack trace', 'more_info' => 'More information', + + // Ignore this comment + 'collect_info' => 'Please collect more information in the storage/logs directory where you will find log files. If you\'re running Docker, use docker logs -f [container].', 'collect_info_more' => 'You can read more about collecting error information in the FAQ.', 'github_help' => 'Get help on GitHub', diff --git a/resources/lang/ko_KR/firefly.php b/resources/lang/ko_KR/firefly.php index 2303fa4547..646a6e5ee4 100644 --- a/resources/lang/ko_KR/firefly.php +++ b/resources/lang/ko_KR/firefly.php @@ -22,6 +22,8 @@ declare(strict_types=1); +// Ignore this comment + return [ // general stuff: 'close' => 'Close', @@ -324,6 +326,8 @@ return [ // old + // Ignore this comment + 'search_modifier_date_on' => 'Transaction date is ":value"', 'search_modifier_not_date_on' => 'Transaction date is not ":value"', 'search_modifier_reconciled' => 'Transaction is reconciled', @@ -684,6 +688,7 @@ return [ '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.', + // Ignore this comment // END 'modifiers_applies_are' => 'The following modifiers are applied to the search as well:', @@ -1168,6 +1173,7 @@ return [ 'rule_trigger_not_destination_is_cash' => 'Destination account is not a cash account', 'rule_trigger_not_account_is_cash' => 'Neither account is a cash account', + // Ignore this comment // actions 'rule_action_delete_transaction_choice' => 'DELETE transaction(!)', @@ -1465,6 +1471,8 @@ return [ '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.', + // Ignore this comment + // export data: 'export_data_title' => 'Export data from Firefly III', 'export_data_menu' => 'Export data', @@ -1839,6 +1847,8 @@ return [ 'stored_category' => 'Stored new category ":name"', 'without_category_between' => 'Without category between :start and :end', + // Ignore this comment + // transactions: 'update_withdrawal' => 'Update withdrawal', 'update_deposit' => 'Update deposit', @@ -2057,6 +2067,8 @@ return [ 'classification' => 'Classification', 'store_transaction' => 'Store transaction', + // Ignore this comment + // reports: 'report_default' => 'Default financial report between :start and :end', 'report_audit' => 'Transaction history overview between :start and :end', @@ -2161,6 +2173,8 @@ return [ 'sum_in_default_currency' => 'The sum will always be in your default currency.', 'net_filtered_prefs' => 'This chart will never include accounts that have the "Include in net worth"-option unchecked.', + // Ignore this comment + // charts: 'chart' => 'Chart', 'month' => 'Month', @@ -2249,6 +2263,8 @@ return [ 'total_amount' => 'Total amount', 'number_of_decimals' => 'Number of decimals', + // Ignore this comment + // administration 'invite_new_user_title' => 'Invite new user', '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.', @@ -2519,6 +2535,8 @@ return [ 'except_weekends' => 'Except weekends', 'recurrence_deleted' => 'Recurring transaction ":title" deleted', + // Ignore this comment + // new lines for summary controller. 'box_balance_in_currency' => 'Balance (:currency)', 'box_spent_in_currency' => 'Spent (:currency)', @@ -2576,3 +2594,5 @@ return [ 'ale_action_add_tag' => 'Added tag', ]; + +// Ignore this comment diff --git a/resources/lang/ko_KR/form.php b/resources/lang/ko_KR/form.php index 5d5f8192ac..8bdbb08f49 100644 --- a/resources/lang/ko_KR/form.php +++ b/resources/lang/ko_KR/form.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -62,6 +64,9 @@ return [ 'opening_balance' => 'Opening balance', 'tagMode' => 'Tag mode', 'virtual_balance' => 'Virtual balance', + + // Ignore this comment + 'targetamount' => 'Target amount', 'account_role' => 'Account role', 'opening_balance_date' => 'Opening balance date', @@ -153,6 +158,9 @@ return [ 'piggyBank_areYouSure' => 'Are you sure you want to delete the piggy bank named ":name"?', 'journal_areYouSure' => 'Are you sure you want to delete the transaction described ":description"?', 'mass_journal_are_you_sure' => 'Are you sure you want to delete these transactions?', + + // Ignore this comment + 'tag_areYouSure' => 'Are you sure you want to delete the tag ":tag"?', 'journal_link_areYouSure' => 'Are you sure you want to delete the link between :source and :destination?', 'linkType_areYouSure' => 'Are you sure you want to delete the link type ":name" (":inward" / ":outward")?', @@ -216,6 +224,9 @@ return [ 'fints_password' => 'PIN / Password', 'fints_account' => 'FinTS account', 'local_account' => 'Firefly III account', + + // Ignore this comment + 'from_date' => 'Date from', 'to_date' => 'Date to', 'due_date' => 'Due date', @@ -252,3 +263,4 @@ return [ 'webhook_response' => 'Response', 'webhook_trigger' => 'Trigger', ]; +// Ignore this comment diff --git a/resources/lang/ko_KR/intro.php b/resources/lang/ko_KR/intro.php index 3e242f6c4b..246e74f7be 100644 --- a/resources/lang/ko_KR/intro.php +++ b/resources/lang/ko_KR/intro.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -53,6 +55,8 @@ return [ 'budgets_index_list_of_budgets' => 'Use this table to set the amounts for each budget and see how you are doing.', 'budgets_index_outro' => 'To learn more about budgeting, checkout the help icon in the top right corner.', + // Ignore this comment + // reports (index) 'reports_index_intro' => 'Use these reports to get detailed insights in your finances.', 'reports_index_inputReportType' => 'Pick a report type. Check out the help pages to see what each report shows you.', @@ -90,6 +94,8 @@ return [ 'piggy-banks_index_button' => 'Next to this progress bar are two buttons (+ and -) to add or remove money from each piggy bank.', 'piggy-banks_index_accountStatus' => 'For each asset account with at least one piggy bank the status is listed in this table.', + // Ignore this comment + // create piggy 'piggy-banks_create_name' => 'What is your goal? A new couch, a camera, money for emergencies?', 'piggy-banks_create_date' => 'You can set a target date or a deadline for your piggy bank.', @@ -132,6 +138,8 @@ return [ 'rules_create_test_rule_triggers' => 'Use this button to see which transactions would match your rule.', 'rules_create_actions' => 'Set as many actions as you like.', + // Ignore this comment + // preferences 'preferences_index_tabs' => 'More options are available behind these tabs.', @@ -143,3 +151,4 @@ return [ // create currency 'currencies_create_code' => 'This code should be ISO compliant (Google it for your new currency).', ]; +// Ignore this comment diff --git a/resources/lang/ko_KR/list.php b/resources/lang/ko_KR/list.php index 98b6061df9..ec9987be3a 100644 --- a/resources/lang/ko_KR/list.php +++ b/resources/lang/ko_KR/list.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -56,6 +58,9 @@ return [ 'source' => 'Source', 'next_expected_match' => 'Next expected match', 'automatch' => 'Auto match?', + + // Ignore this comment + 'repeat_freq' => 'Repeats', 'description' => 'Description', 'amount' => 'Amount', @@ -121,6 +126,9 @@ return [ 'external_id' => 'External ID', 'account_at_bunq' => 'Account with bunq', 'file_name' => 'File name', + + // Ignore this comment + 'file_size' => 'File size', 'file_type' => 'File type', 'attached_to' => 'Attached to', @@ -149,3 +157,4 @@ return [ 'secret' => 'Secret', ]; +// Ignore this comment diff --git a/resources/lang/ko_KR/pagination.php b/resources/lang/ko_KR/pagination.php index a067d88a3e..35a72d0156 100644 --- a/resources/lang/ko_KR/pagination.php +++ b/resources/lang/ko_KR/pagination.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ diff --git a/resources/lang/ko_KR/passwords.php b/resources/lang/ko_KR/passwords.php index 1011fe61bd..7ffb813818 100644 --- a/resources/lang/ko_KR/passwords.php +++ b/resources/lang/ko_KR/passwords.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ diff --git a/resources/lang/ko_KR/validation.php b/resources/lang/ko_KR/validation.php index 006c462b8d..30c184fa6a 100644 --- a/resources/lang/ko_KR/validation.php +++ b/resources/lang/ko_KR/validation.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -78,6 +80,9 @@ return [ 'before' => 'The :attribute must be a date before :date.', 'unique_object_for_user' => 'This name is already in use.', 'unique_account_for_user' => 'This account name is already in use.', + + // Ignore this comment + 'between.numeric' => 'The :attribute must be between :min and :max.', 'between.file' => 'The :attribute must be between :min and :max kilobytes.', 'between.string' => 'The :attribute must be between :min and :max characters.', @@ -146,6 +151,8 @@ return [ 'same_account_type' => 'Both accounts must be of the same account type', 'same_account_currency' => 'Both accounts must have the same currency setting', + // Ignore this comment + 'secure_password' => 'This is not a secure password. Please try again. For more information, visit https://bit.ly/FF3-password-security', 'valid_recurrence_rep_type' => 'Invalid repetition type for recurring transactions.', 'valid_recurrence_rep_moment' => 'Invalid repetition moment for this type of repetition.', @@ -204,6 +211,8 @@ return [ 'deposit_dest_bad_data' => 'Could not find a valid destination account when searching for ID ":id" or name ":name".', 'deposit_dest_wrong_type' => 'The submitted destination account is not of the right type.', + // Ignore this comment + 'transfer_source_need_data' => 'Need to get a valid source account ID and/or valid source account name to continue.', 'transfer_source_bad_data' => 'Could not find a valid source account when searching for ID ":id" or name ":name".', 'transfer_dest_need_data' => 'Need to get a valid destination account ID and/or valid destination account name to continue.', @@ -232,3 +241,5 @@ return [ 'auto_budget_amount_positive' => 'The amount must be more than zero.', 'auto_budget_period_mandatory' => 'The auto budget period is a mandatory field.', ]; + +// Ignore this comment diff --git a/resources/lang/nb_NO/api.php b/resources/lang/nb_NO/api.php index cf82af250e..526481993b 100644 --- a/resources/lang/nb_NO/api.php +++ b/resources/lang/nb_NO/api.php @@ -21,6 +21,8 @@ declare(strict_types=1); +// Ignore this comment + return [ ]; diff --git a/resources/lang/nb_NO/auth.php b/resources/lang/nb_NO/auth.php index 3a373a5580..1001ab570b 100644 --- a/resources/lang/nb_NO/auth.php +++ b/resources/lang/nb_NO/auth.php @@ -20,8 +20,11 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); + return [ 'failed' => 'Vi kunne ikke finne noen konto som har de oppgitte detaljene.', 'throttle' => 'For mange innloggingsforsøk. Vennligst prøv igjen om :seconds sekunder.', diff --git a/resources/lang/nb_NO/breadcrumbs.php b/resources/lang/nb_NO/breadcrumbs.php index 0224749139..53f7d5a6c5 100644 --- a/resources/lang/nb_NO/breadcrumbs.php +++ b/resources/lang/nb_NO/breadcrumbs.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -53,6 +55,9 @@ return [ 'deposit_list' => 'Inntekter og innskudd', 'transfer_list' => 'Overføringer', 'transfers_list' => 'Overføringer', + + // Ignore this comment + 'reconciliation_list' => 'Avstemminger', 'create_withdrawal' => 'Opprett nytt uttak', 'create_deposit' => 'Opprett nytt innskudd', diff --git a/resources/lang/nb_NO/components.php b/resources/lang/nb_NO/components.php index c547bbcadc..399d53fddc 100644 --- a/resources/lang/nb_NO/components.php +++ b/resources/lang/nb_NO/components.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ diff --git a/resources/lang/nb_NO/config.php b/resources/lang/nb_NO/config.php index b49446f132..4864ef954d 100644 --- a/resources/lang/nb_NO/config.php +++ b/resources/lang/nb_NO/config.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -40,6 +42,8 @@ return [ 'month_and_day_no_year_js' => 'MMMM Do CONTEXTREQUEST', + // Ignore this comment + //'date_time' => '%B %e, %Y, @ %T', 'date_time_js' => 'MMMM Do, YYYY, @ HH:mm:ss', 'date_time_fns' => 'MMMM do, yyyy @ HH:mm:ss', @@ -67,3 +71,5 @@ CONTEXTREQUEST', 'dow_6' => 'Lørdag', 'dow_7' => 'Søndag', ]; + +// Ignore this comment diff --git a/resources/lang/nb_NO/demo.php b/resources/lang/nb_NO/demo.php index f994fa76bd..1a679c7dd0 100644 --- a/resources/lang/nb_NO/demo.php +++ b/resources/lang/nb_NO/demo.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -35,3 +37,5 @@ return [ 'piggy-banks-index' => 'Som du kan se, finnes det tre spargriser. Bruk pluss- og minus-knappene til å påvirke mengden penger i hver sparegris. Klikk på navnet til spargrisen for å administrere hver spargris.', 'profile-index' => 'Vær oppmerksom at demoen tilbakestilles hver fjerde time. Din tilgang kan trekkes tilbake når som helst. Dette skjer automatisk og er ikke en feil.', ]; + +// Ignore this comment diff --git a/resources/lang/nb_NO/email.php b/resources/lang/nb_NO/email.php index 1fb1a7fbf1..1d207f82f0 100644 --- a/resources/lang/nb_NO/email.php +++ b/resources/lang/nb_NO/email.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -33,6 +35,8 @@ return [ 'admin_test_subject' => 'En testmelding fra Firefly III-installasjonen', 'admin_test_body' => 'Dette er en testmelding fra din Firefly III-instans. Den ble sendt til :email.', + // Ignore this comment + // invite 'invitation_created_subject' => 'An invitation has been created', 'invitation_created_body' => 'Admin user ":email" created a user invitation which can be used by whoever is behind email address ":invitee". The invite will be valid for 48hrs.', @@ -70,6 +74,8 @@ return [ 'registered_pw_reset_link' => 'Tilbakestill passord:', 'registered_doc_link' => 'Dokumentasjon:', + // Ignore this comment + // new version 'new_version_email_subject' => 'A new Firefly III version is available', @@ -113,6 +119,8 @@ return [ 'error_stacktrace_below' => 'The full stacktrace is below:', 'error_headers' => 'The following headers may also be relevant:', + // Ignore this comment + // report new journals 'new_journals_subject' => 'Firefly III has created a new transaction|Firefly III has created :count new transactions', 'new_journals_header' => 'Firefly III has created a transaction for you. You can find it in your Firefly III installation:|Firefly III has created :count transactions for you. You can find them in your Firefly III installation:', @@ -129,3 +137,4 @@ return [ 'bill_warning_please_action' => 'Please take the appropriate action.', ]; +// Ignore this comment diff --git a/resources/lang/nb_NO/errors.php b/resources/lang/nb_NO/errors.php index 1f5c35f447..6e84579320 100644 --- a/resources/lang/nb_NO/errors.php +++ b/resources/lang/nb_NO/errors.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -39,6 +41,9 @@ return [ 'error_location' => 'Denne feilen oppstod i filen :file på linje :line med kode :code.', 'stacktrace' => 'Stack Trace', 'more_info' => 'Mer informasjon', + + // Ignore this comment + 'collect_info' => 'Samle inn mer informasjon i lagring/logger mappen hvor du finner loggfiler. Hvis du kjører Docker, bruk docker logger -f [container].', 'collect_info_more' => 'Du kan lese mer om innsamling av feilinformasjon i FAQ.', 'github_help' => 'Få hjelp på GitHub', diff --git a/resources/lang/nb_NO/firefly.php b/resources/lang/nb_NO/firefly.php index d6609fcb4c..f6fac61fcd 100644 --- a/resources/lang/nb_NO/firefly.php +++ b/resources/lang/nb_NO/firefly.php @@ -22,6 +22,8 @@ declare(strict_types=1); +// Ignore this comment + return [ // general stuff: 'close' => 'Lukk', @@ -324,6 +326,8 @@ return [ // old + // Ignore this comment + 'search_modifier_date_on' => 'Transaksjons dato er ":value"', 'search_modifier_not_date_on' => 'Transaction date is not ":value"', 'search_modifier_reconciled' => 'Transaction is reconciled', @@ -684,6 +688,7 @@ return [ '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.', + // Ignore this comment // END 'modifiers_applies_are' => 'De følgende modifikatorer er lagt til søket i tillegg:', @@ -1168,6 +1173,7 @@ return [ 'rule_trigger_not_destination_is_cash' => 'Destination account is not a cash account', 'rule_trigger_not_account_is_cash' => 'Neither account is a cash account', + // Ignore this comment // actions 'rule_action_delete_transaction_choice' => 'DELETE transaction(!)', @@ -1465,6 +1471,8 @@ return [ 'multi_account_warning_deposit' => 'Husk at mottakerkontoen for etterfølgende oppsplitting skal overstyres av det som er definert i den første delen av depositumet.', 'multi_account_warning_transfer' => 'Husk at kildens pluss destinasjonskonto med etterfølgende oppdeling overstyres av det som er definert i en første del av overføringen.', + // Ignore this comment + // export data: 'export_data_title' => 'Eksportere data fra Firefly III', 'export_data_menu' => 'Eksporter data', @@ -1839,6 +1847,8 @@ return [ 'stored_category' => 'Lagret ny kategori ":name"', 'without_category_between' => 'Uten kategori mellom :start og :end', + // Ignore this comment + // transactions: 'update_withdrawal' => 'Oppdater uttak', 'update_deposit' => 'Oppdater innskudd', @@ -2057,6 +2067,8 @@ return [ 'classification' => 'Classification', 'store_transaction' => 'Store transaction', + // Ignore this comment + // reports: 'report_default' => 'Standard finansiell rapport mellom :start og :end', 'report_audit' => 'Transaksjonshistorikk og oversikt mellom :start og :end', @@ -2161,6 +2173,8 @@ return [ 'sum_in_default_currency' => 'Summen vil alltid be i din standard valuta.', 'net_filtered_prefs' => 'Dette diagrammet vil aldri inkludere kontoer som ikke har "Inkluder i nettoverdi"-valget avkrysset.', + // Ignore this comment + // charts: 'chart' => 'Diagram', 'month' => 'Måned', @@ -2249,6 +2263,8 @@ return [ 'total_amount' => 'Totalbeløp', 'number_of_decimals' => 'Antall desimaler', + // Ignore this comment + // administration 'invite_new_user_title' => 'Invite new user', '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.', @@ -2519,6 +2535,8 @@ return [ 'except_weekends' => 'Unntatt helger', 'recurrence_deleted' => 'Gjentakende transaksjon ":title" slettet', + // Ignore this comment + // new lines for summary controller. 'box_balance_in_currency' => 'Balanse i (:currency)', 'box_spent_in_currency' => 'Brukt (:currency)', @@ -2576,3 +2594,5 @@ return [ 'ale_action_add_tag' => 'Added tag', ]; + +// Ignore this comment diff --git a/resources/lang/nb_NO/form.php b/resources/lang/nb_NO/form.php index caf4fc7d25..20e6d06a3f 100644 --- a/resources/lang/nb_NO/form.php +++ b/resources/lang/nb_NO/form.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -62,6 +64,9 @@ return [ 'opening_balance' => 'Opening balance', 'tagMode' => 'Taggmodus', 'virtual_balance' => 'Virtual balance', + + // Ignore this comment + 'targetamount' => 'Målbeløp', 'account_role' => 'Account role', 'opening_balance_date' => 'Opening balance date', @@ -153,6 +158,9 @@ return [ 'piggyBank_areYouSure' => 'Er du sikker på at du vil slette sparegrisen ved navn ":name"?', 'journal_areYouSure' => 'Er du sikker på at du vil slette transaksjonen med beskrivelse ":description"?', 'mass_journal_are_you_sure' => 'Er du sikker på at du vil slette disse transaksjonene?', + + // Ignore this comment + 'tag_areYouSure' => 'Er du sikker på at du vil slette taggen ":tag"?', 'journal_link_areYouSure' => 'Er du sikker på at du vil slette koblingen mellom :source og :destination?', 'linkType_areYouSure' => 'Er du sikker på at du vil slette koblingstypen ":name" (":inward" / ":outward")?', @@ -216,6 +224,9 @@ return [ 'fints_password' => 'PIN / Passord', 'fints_account' => 'FinTS konto', 'local_account' => 'Firefly III konto', + + // Ignore this comment + 'from_date' => 'Dato fra', 'to_date' => 'Dato til', 'due_date' => 'Forfallsdato', @@ -252,3 +263,4 @@ return [ 'webhook_response' => 'Response', 'webhook_trigger' => 'Trigger', ]; +// Ignore this comment diff --git a/resources/lang/nb_NO/intro.php b/resources/lang/nb_NO/intro.php index dcae5cd225..c13e4840bf 100644 --- a/resources/lang/nb_NO/intro.php +++ b/resources/lang/nb_NO/intro.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -53,6 +55,8 @@ return [ 'budgets_index_list_of_budgets' => 'Bruk denne tabellen til å angi beløp for hvert budsjett og se hvordan du klarer deg.', 'budgets_index_outro' => 'Hvis du vil vite mer om budsjettering, trykk på hjelp-ikonet øverst til høyre.', + // Ignore this comment + // reports (index) 'reports_index_intro' => 'Bruk disse rapportene for å få detaljert innsikt i din økonomi.', 'reports_index_inputReportType' => 'Velg en rapporttype. Sjekk ut hjelpesidene for å se hva hver rapport viser deg.', @@ -90,6 +94,8 @@ return [ 'piggy-banks_index_button' => 'Ved siden av denne fremdriftslinjen er det to knapper (+ og -) for å legge til eller fjerne penger fra hver sparegris.', 'piggy-banks_index_accountStatus' => 'For hver aktivakonto med minst en sparegris er statusen oppført i denne tabellen.', + // Ignore this comment + // create piggy 'piggy-banks_create_name' => 'Hva er ditt mål? En ny sofa, et kamera, penger til uforutsette utgifter?', 'piggy-banks_create_date' => 'Du kan angi en måldato eller en frist for din sparegris.', @@ -132,6 +138,8 @@ return [ 'rules_create_test_rule_triggers' => 'Bruk denne knappen for å se hvilke eksisterende transaksjoner som samsvarer med regelen din.', 'rules_create_actions' => 'Sett så mange handlinger som du vil.', + // Ignore this comment + // preferences 'preferences_index_tabs' => 'Flere alternativer er tilgjengelig bak disse fanene.', @@ -143,3 +151,4 @@ return [ // create currency 'currencies_create_code' => 'Denne koden bør være ISO-kompatibel (Søk på Google for å finne ISO-koden).', ]; +// Ignore this comment diff --git a/resources/lang/nb_NO/list.php b/resources/lang/nb_NO/list.php index 9e44a8985c..367d85f702 100644 --- a/resources/lang/nb_NO/list.php +++ b/resources/lang/nb_NO/list.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -56,6 +58,9 @@ return [ 'source' => 'Kilde', 'next_expected_match' => 'Neste forventede treff', 'automatch' => 'Automatisk treff?', + + // Ignore this comment + 'repeat_freq' => 'Gjentas', 'description' => 'Beskrivelse', 'amount' => 'Beløp', @@ -121,6 +126,9 @@ return [ 'external_id' => 'Ekstern ID', 'account_at_bunq' => 'Konto med bunq', 'file_name' => 'Filnavn', + + // Ignore this comment + 'file_size' => 'Filstørrelse', 'file_type' => 'Filtype', 'attached_to' => 'Knyttet til', @@ -149,3 +157,4 @@ return [ 'secret' => 'Secret', ]; +// Ignore this comment diff --git a/resources/lang/nb_NO/pagination.php b/resources/lang/nb_NO/pagination.php index cfc082b62f..b31e3bd73d 100644 --- a/resources/lang/nb_NO/pagination.php +++ b/resources/lang/nb_NO/pagination.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ diff --git a/resources/lang/nb_NO/passwords.php b/resources/lang/nb_NO/passwords.php index 23e2449b62..3dc64bc73d 100644 --- a/resources/lang/nb_NO/passwords.php +++ b/resources/lang/nb_NO/passwords.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ diff --git a/resources/lang/nb_NO/validation.php b/resources/lang/nb_NO/validation.php index 55ab72ee0a..ebf08b5d2b 100644 --- a/resources/lang/nb_NO/validation.php +++ b/resources/lang/nb_NO/validation.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -78,6 +80,9 @@ return [ 'before' => ':attribute må være en dato før :date.', 'unique_object_for_user' => 'Dette navnet er allerede i bruk.', 'unique_account_for_user' => 'Dette konto navnet er allerede i bruk.', + + // Ignore this comment + 'between.numeric' => ':attribute må være en verdi mellom :min og :max.', 'between.file' => ':attribute må være mellom :min og :max kilobyte.', 'between.string' => ':attribute må være mellom :min og :max tegn.', @@ -146,6 +151,8 @@ return [ 'same_account_type' => 'Both accounts must be of the same account type', 'same_account_currency' => 'Both accounts must have the same currency setting', + // Ignore this comment + 'secure_password' => 'Dette er ikke et sikkert passord. Vennligst prøv igjen. For mer informasjon, se https://bit.ly/FF3-password-security', 'valid_recurrence_rep_type' => 'Ugyldig repetisjons type for gjentakende transaksjoner.', 'valid_recurrence_rep_moment' => 'Ugyldig repetisjons tid for denne type repetisjon.', @@ -204,6 +211,8 @@ return [ 'deposit_dest_bad_data' => 'Kunne ikke finne en gyldig destinasjons konto ved å søke etter ID ":id" eller navn ":name".', 'deposit_dest_wrong_type' => 'The submitted destination account is not of the right type.', + // Ignore this comment + 'transfer_source_need_data' => 'Trenger en gyldig kilde konto-ID og/eller gyldig kilde kontonavn for å fortsette.', 'transfer_source_bad_data' => 'Finner ikke en gyldig kilde-konto ved å søke etter ID ":id" eller navn ":name".', 'transfer_dest_need_data' => 'Trenger en gyldig destinasjons konto-ID og/eller gyldig destinasjons kontonavn for å fortsette.', @@ -232,3 +241,5 @@ return [ 'auto_budget_amount_positive' => 'Beløpet må være mer enn null.', 'auto_budget_period_mandatory' => 'Auto budsjett perioden er et obligatorisk felt.', ]; + +// Ignore this comment diff --git a/resources/lang/nl_NL/api.php b/resources/lang/nl_NL/api.php index cf82af250e..526481993b 100644 --- a/resources/lang/nl_NL/api.php +++ b/resources/lang/nl_NL/api.php @@ -21,6 +21,8 @@ declare(strict_types=1); +// Ignore this comment + return [ ]; diff --git a/resources/lang/nl_NL/auth.php b/resources/lang/nl_NL/auth.php index 0c8b8467ce..ccb7145c44 100644 --- a/resources/lang/nl_NL/auth.php +++ b/resources/lang/nl_NL/auth.php @@ -20,8 +20,11 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); + return [ 'failed' => 'De combinatie van gebruikersnaam of e-mailadres en wachtwoord is onjuist.', 'throttle' => 'Te veel inlogpogingen. Probeer opnieuw in :seconds seconden.', diff --git a/resources/lang/nl_NL/breadcrumbs.php b/resources/lang/nl_NL/breadcrumbs.php index 37eea6a698..5f7c0547cf 100644 --- a/resources/lang/nl_NL/breadcrumbs.php +++ b/resources/lang/nl_NL/breadcrumbs.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -53,6 +55,9 @@ return [ 'deposit_list' => 'Inkomsten', 'transfer_list' => 'Overschrijvingen', 'transfers_list' => 'Overschrijvingen', + + // Ignore this comment + 'reconciliation_list' => 'Afstemmingen', 'create_withdrawal' => 'Sla nieuwe uitgave op', 'create_deposit' => 'Sla nieuwe inkomsten op', diff --git a/resources/lang/nl_NL/components.php b/resources/lang/nl_NL/components.php index c547bbcadc..399d53fddc 100644 --- a/resources/lang/nl_NL/components.php +++ b/resources/lang/nl_NL/components.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ diff --git a/resources/lang/nl_NL/config.php b/resources/lang/nl_NL/config.php index c9b1a47834..11fa701f9e 100644 --- a/resources/lang/nl_NL/config.php +++ b/resources/lang/nl_NL/config.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -39,6 +41,8 @@ return [ //'month_and_day_no_year' => '%B %e', 'month_and_day_no_year_js' => 'D MMMM', + // Ignore this comment + //'date_time' => '%B %e, %Y, @ %T', 'date_time_js' => 'D MMMM YYYY @ HH:mm:ss', 'date_time_fns' => 'D MMMM yyyy @ HH:mm:ss', @@ -66,3 +70,5 @@ return [ 'dow_6' => 'Zaterdag', 'dow_7' => 'Zondag', ]; + +// Ignore this comment diff --git a/resources/lang/nl_NL/demo.php b/resources/lang/nl_NL/demo.php index 6bf8c907e0..95741badb3 100644 --- a/resources/lang/nl_NL/demo.php +++ b/resources/lang/nl_NL/demo.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -35,3 +37,5 @@ return [ 'piggy-banks-index' => 'Zoals je kan zien zijn er drie spaarpotjes. Gebruik de plus- en minknoppen om het bedrag in de spaarpotjes te veranderen. Klik op de naam van het spaarpotje om er de geschiedenis van te zien.', 'profile-index' => 'Houd in gedachten dat de demosite elke vier uur reset. Je toegang kan dus te allen tijde worden herroepen. Dit gebeurt automatisch en is niet een bug.', ]; + +// Ignore this comment diff --git a/resources/lang/nl_NL/email.php b/resources/lang/nl_NL/email.php index 3010272fbd..9510e0945b 100644 --- a/resources/lang/nl_NL/email.php +++ b/resources/lang/nl_NL/email.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -33,6 +35,8 @@ return [ 'admin_test_subject' => 'Een testbericht van je Firefly III-installatie', 'admin_test_body' => 'Dit is een testbericht vanaf jouw Firefly III-installatie. Het is verstuurd naar :email.', + // Ignore this comment + // invite 'invitation_created_subject' => 'Een uitnodiging is gemaakt', 'invitation_created_body' => 'Admin ":email" heeft een gebruikersuitnodiging gemaakt die kan worden gebruikt door ":invitee". De uitnodiging is 48 uur geldig.', @@ -70,6 +74,8 @@ return [ 'registered_pw_reset_link' => 'Wachtwoord resetten:', 'registered_doc_link' => 'Documentatie:', + // Ignore this comment + // new version 'new_version_email_subject' => 'Er is een nieuwe Firefly III-versie beschikbaar', @@ -113,6 +119,8 @@ return [ 'error_stacktrace_below' => 'De volledige stacktrace staat hieronder:', 'error_headers' => 'De volgende headers zijn wellicht ook interessant:', + // Ignore this comment + // report new journals 'new_journals_subject' => 'Firefly III heeft een nieuwe transactie aangemaakt|Firefly III heeft :count nieuwe transacties aangemaakt', 'new_journals_header' => 'Firefly III heeft een nieuwe transactie voor je gemaakt. Je kan deze terug vinden in je Firefly III installatie:|Firefly III heeft :count nieuwe transacties voor je gemaakt. Je kan deze terug vinden in je Firefly III installatie:', @@ -129,3 +137,4 @@ return [ 'bill_warning_please_action' => 'Zorg dat je hier iets mee doet.', ]; +// Ignore this comment diff --git a/resources/lang/nl_NL/errors.php b/resources/lang/nl_NL/errors.php index c5715b2e76..8a331b4f05 100644 --- a/resources/lang/nl_NL/errors.php +++ b/resources/lang/nl_NL/errors.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -39,6 +41,9 @@ return [ 'error_location' => 'De fout is opgetreden in bestand :file op regel :line met code :code.', 'stacktrace' => 'Stack trace', 'more_info' => 'Meer informatie', + + // Ignore this comment + 'collect_info' => 'Verzamel meer informatie in de storage/logs-directory waar je de logbestanden kan vinden. Als Docker gebruikt, gebruik dan docker logs -f [container].', 'collect_info_more' => 'Je kan meer lezen over het verzamelen van foutinformatie in de FAQ.', 'github_help' => 'Check voor hulp op GitHub', diff --git a/resources/lang/nl_NL/firefly.php b/resources/lang/nl_NL/firefly.php index 3be4baceca..019b273391 100644 --- a/resources/lang/nl_NL/firefly.php +++ b/resources/lang/nl_NL/firefly.php @@ -22,6 +22,8 @@ declare(strict_types=1); +// Ignore this comment + return [ // general stuff: 'close' => 'Sluiten', @@ -324,6 +326,8 @@ return [ // old + // Ignore this comment + 'search_modifier_date_on' => 'Transactiedatum is ":value"', 'search_modifier_not_date_on' => 'Transactiedatum is niet ":value"', 'search_modifier_reconciled' => 'Transactie is afgestemd', @@ -684,6 +688,7 @@ return [ 'create_rule_from_query' => 'Nieuwe regel op basis van zoekquery', 'rule_from_search_words' => 'Firefly III heeft moeite met deze query: ":string". De voorgestelde regel die past bij je zoekquery kan afwijken. Controleer de regel zorgvuldig.', + // Ignore this comment // END 'modifiers_applies_are' => 'De volgende wijzigingen worden ook toegepast op de zoekopdracht:', @@ -1168,6 +1173,7 @@ return [ 'rule_trigger_not_destination_is_cash' => 'Destination account is not a cash account', 'rule_trigger_not_account_is_cash' => 'Neither account is a cash account', + // Ignore this comment // actions 'rule_action_delete_transaction_choice' => 'DELETE transaction(!)', @@ -1465,6 +1471,8 @@ return [ 'multi_account_warning_deposit' => 'De doelrekening wordt overschreven door wat er in de eerste split staat.', 'multi_account_warning_transfer' => 'De bron + doelrekening wordt overschreven door wat er in de eerste split staat.', + // Ignore this comment + // export data: 'export_data_title' => 'Gegevens exporteren uit Firefly III', 'export_data_menu' => 'Exporteren', @@ -1839,6 +1847,8 @@ return [ 'stored_category' => 'Nieuwe categorie ":name" opgeslagen', 'without_category_between' => 'Zonder categorie tussen :start en :end', + // Ignore this comment + // transactions: 'update_withdrawal' => 'Wijzig uitgave', 'update_deposit' => 'Wijzig inkomsten', @@ -2057,6 +2067,8 @@ return [ 'classification' => 'Indeling', 'store_transaction' => 'Transactie opslaan', + // Ignore this comment + // reports: 'report_default' => 'Standaard financieel rapport (:start tot :end)', 'report_audit' => 'Transactiehistorie-overzicht van :start tot :end', @@ -2161,6 +2173,8 @@ return [ 'sum_in_default_currency' => 'Deze lijst is altijd in je standaardvaluta.', 'net_filtered_prefs' => 'Deze grafiek bevat nooit betaalrekeningen die je niet het vinkje "meetellen in kapitaal" hebt gegeven.', + // Ignore this comment + // charts: 'chart' => 'Diagram', 'month' => 'Maand', @@ -2249,6 +2263,8 @@ return [ 'total_amount' => 'Totaalbedrag', 'number_of_decimals' => 'Aantal decimalen', + // Ignore this comment + // administration 'invite_new_user_title' => 'Invite new user', '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.', @@ -2519,6 +2535,8 @@ return [ 'except_weekends' => 'Behalve de weekenden', 'recurrence_deleted' => 'Periodieke transactie ":title" verwijderd', + // Ignore this comment + // new lines for summary controller. 'box_balance_in_currency' => 'Saldo (:currency)', 'box_spent_in_currency' => 'Uitgegeven (:currency)', @@ -2576,3 +2594,5 @@ return [ 'ale_action_add_tag' => 'Tag toegevoegd', ]; + +// Ignore this comment diff --git a/resources/lang/nl_NL/form.php b/resources/lang/nl_NL/form.php index 94108a8b92..bad5ad5c2e 100644 --- a/resources/lang/nl_NL/form.php +++ b/resources/lang/nl_NL/form.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -62,6 +64,9 @@ return [ 'opening_balance' => 'Startsaldo', 'tagMode' => 'Tag modus', 'virtual_balance' => 'Virtueel saldo', + + // Ignore this comment + 'targetamount' => 'Doelbedrag', 'account_role' => 'Rol van rekening', 'opening_balance_date' => 'Startsaldodatum', @@ -153,6 +158,9 @@ return [ 'piggyBank_areYouSure' => 'Weet je zeker dat je het spaarpotje met naam ":name" wilt verwijderen?', 'journal_areYouSure' => 'Weet je zeker dat je de transactie met naam ":description" wilt verwijderen?', 'mass_journal_are_you_sure' => 'Weet je zeker dat je al deze transacties wilt verwijderen?', + + // Ignore this comment + 'tag_areYouSure' => 'Weet je zeker dat je de tag met naam ":tag" wilt verwijderen?', 'journal_link_areYouSure' => 'Weet je zeker dat je de koppeling tussen :source en :destination wilt verwijderen?', 'linkType_areYouSure' => 'Weet je zeker dat je linktype ":name" (":inward" / ":outward") wilt verwijderen?', @@ -216,6 +224,9 @@ return [ 'fints_password' => 'Pincode / wachtwoord', 'fints_account' => 'FinTS-rekening', 'local_account' => 'Firefly III rekening', + + // Ignore this comment + 'from_date' => 'Datum van', 'to_date' => 'Datum tot', 'due_date' => 'Vervaldatum', @@ -252,3 +263,4 @@ return [ 'webhook_response' => 'Reactie', 'webhook_trigger' => 'Trigger', ]; +// Ignore this comment diff --git a/resources/lang/nl_NL/intro.php b/resources/lang/nl_NL/intro.php index e5ca0d51e3..e246557946 100644 --- a/resources/lang/nl_NL/intro.php +++ b/resources/lang/nl_NL/intro.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -53,6 +55,8 @@ return [ 'budgets_index_list_of_budgets' => 'Gebruik deze tabel om de bedragen voor elk budget vast te stellen en te zien hoe je er voor staat.', 'budgets_index_outro' => 'Om meer te leren over budgetteren, klik dan op het help-icoontje rechtsboven.', + // Ignore this comment + // reports (index) 'reports_index_intro' => 'Gebruik deze rapporten om gedetailleerde inzicht in je financiën te krijgen.', 'reports_index_inputReportType' => 'Kies een rapporttype. Bekijk de helppagina\'s om te zien wat elk rapport laat zien.', @@ -90,6 +94,8 @@ return [ 'piggy-banks_index_button' => 'Naast deze balk zitten twee knoppen (+ en -) om geld aan je spaarpotje toe te voegen, of er uit te halen.', 'piggy-banks_index_accountStatus' => 'Voor elke betaalrekening met minstens één spaarpotje zie je hier de status.', + // Ignore this comment + // create piggy 'piggy-banks_create_name' => 'Wat is je doel? Een nieuwe zithoek, een camera of geld voor noodgevallen?', 'piggy-banks_create_date' => 'Je kan een doeldatum of een deadline voor je spaarpot instellen.', @@ -132,6 +138,8 @@ return [ 'rules_create_test_rule_triggers' => 'Gebruik deze knop om te zien welke bestaande transacties overeen zouden komen.', 'rules_create_actions' => 'Stel zoveel acties in als je wilt.', + // Ignore this comment + // preferences 'preferences_index_tabs' => 'Meer opties zijn beschikbaar achter deze tabbladen.', @@ -143,3 +151,4 @@ return [ // create currency 'currencies_create_code' => 'Deze code moet ISO-compatibel zijn (Google die code voor je nieuwe valuta).', ]; +// Ignore this comment diff --git a/resources/lang/nl_NL/list.php b/resources/lang/nl_NL/list.php index 7bc5bf7bdb..6f77b126c2 100644 --- a/resources/lang/nl_NL/list.php +++ b/resources/lang/nl_NL/list.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -56,6 +58,9 @@ return [ 'source' => 'Bron', 'next_expected_match' => 'Volgende verwachte match', 'automatch' => 'Automatisch herkennen?', + + // Ignore this comment + 'repeat_freq' => 'Herhaling', 'description' => 'Omschrijving', 'amount' => 'Bedrag', @@ -121,6 +126,9 @@ return [ 'external_id' => 'Externe ID', 'account_at_bunq' => 'Bunq-account', 'file_name' => 'Bestandsnaam', + + // Ignore this comment + 'file_size' => 'Bestandsgrootte', 'file_type' => 'Bestandstype', 'attached_to' => 'Bijlage van', @@ -149,3 +157,4 @@ return [ 'secret' => 'Geheim', ]; +// Ignore this comment diff --git a/resources/lang/nl_NL/pagination.php b/resources/lang/nl_NL/pagination.php index d96059187b..09f0b814ef 100644 --- a/resources/lang/nl_NL/pagination.php +++ b/resources/lang/nl_NL/pagination.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ diff --git a/resources/lang/nl_NL/passwords.php b/resources/lang/nl_NL/passwords.php index 7cfa7be796..81d93110b5 100644 --- a/resources/lang/nl_NL/passwords.php +++ b/resources/lang/nl_NL/passwords.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ diff --git a/resources/lang/nl_NL/validation.php b/resources/lang/nl_NL/validation.php index a32c8b297a..cd5ab3e512 100644 --- a/resources/lang/nl_NL/validation.php +++ b/resources/lang/nl_NL/validation.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -78,6 +80,9 @@ return [ 'before' => ':attribute moet een datum voor :date zijn.', 'unique_object_for_user' => 'Deze naam is al in gebruik.', 'unique_account_for_user' => 'Deze rekeningnaam is al in gebruik.', + + // Ignore this comment + 'between.numeric' => ':attribute moet tussen :min en :max zijn.', 'between.file' => ':attribute moet tussen :min en :max kilobytes zijn.', 'between.string' => ':attribute moet tussen :min en :max karakters zijn.', @@ -146,6 +151,8 @@ return [ 'same_account_type' => 'Beide rekeningen moeten van hetzelfde rekeningtype zijn', 'same_account_currency' => 'Beide rekeningen moeten dezelfde valuta hebben', + // Ignore this comment + 'secure_password' => 'Dit is geen veilig wachtwoord. Probeer het nog een keer. Zie ook: https://bit.ly/FF3-password-security', 'valid_recurrence_rep_type' => 'Dit is geen geldige herhaling voor periodieke transacties.', 'valid_recurrence_rep_moment' => 'Ongeldig herhaalmoment voor dit type herhaling.', @@ -204,6 +211,8 @@ return [ 'deposit_dest_bad_data' => 'Kan geen geldige doelrekening vinden bij het zoeken naar ID ":id" of naam ":name".', 'deposit_dest_wrong_type' => 'De ingevoerde doelrekening is niet van het juiste type.', + // Ignore this comment + 'transfer_source_need_data' => 'Om door te gaan moet een geldig bronaccount ID en/of geldige bronaccountnaam worden gevonden.', 'transfer_source_bad_data' => 'Kan geen geldige bronrekening vinden bij het zoeken naar ID ":id" of naam ":name".', 'transfer_dest_need_data' => 'Om door te gaan moet een geldig doelrekening ID en/of geldige doelrekeningnaam worden gevonden.', @@ -232,3 +241,5 @@ return [ 'auto_budget_amount_positive' => 'Het bedrag moet meer zijn dan nul.', 'auto_budget_period_mandatory' => 'De auto-budgetperiode is verplicht.', ]; + +// Ignore this comment diff --git a/resources/lang/pl_PL/api.php b/resources/lang/pl_PL/api.php index cf82af250e..526481993b 100644 --- a/resources/lang/pl_PL/api.php +++ b/resources/lang/pl_PL/api.php @@ -21,6 +21,8 @@ declare(strict_types=1); +// Ignore this comment + return [ ]; diff --git a/resources/lang/pl_PL/auth.php b/resources/lang/pl_PL/auth.php index 3282966f8e..0ad266fd76 100644 --- a/resources/lang/pl_PL/auth.php +++ b/resources/lang/pl_PL/auth.php @@ -20,8 +20,11 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); + return [ 'failed' => 'Te poświadczenia nie zgadzają się z naszymi danymi.', 'throttle' => 'Zbyt wiele prób logowania. Spróbuj ponownie za :seconds sekund.', diff --git a/resources/lang/pl_PL/breadcrumbs.php b/resources/lang/pl_PL/breadcrumbs.php index 15fcf02d1d..e7d3299f36 100644 --- a/resources/lang/pl_PL/breadcrumbs.php +++ b/resources/lang/pl_PL/breadcrumbs.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -53,6 +55,9 @@ return [ 'deposit_list' => 'Przychody, dochody oraz depozyty', 'transfer_list' => 'Transfery', 'transfers_list' => 'Transfery', + + // Ignore this comment + 'reconciliation_list' => 'Uzgodnienia', 'create_withdrawal' => 'Utwórz nową wypłatę', 'create_deposit' => 'Utwórz nową wpłatę', diff --git a/resources/lang/pl_PL/components.php b/resources/lang/pl_PL/components.php index c547bbcadc..399d53fddc 100644 --- a/resources/lang/pl_PL/components.php +++ b/resources/lang/pl_PL/components.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ diff --git a/resources/lang/pl_PL/config.php b/resources/lang/pl_PL/config.php index 87f97c1c00..9b4c30cf0f 100644 --- a/resources/lang/pl_PL/config.php +++ b/resources/lang/pl_PL/config.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -39,6 +41,8 @@ return [ //'month_and_day_no_year' => '%B %e', 'month_and_day_no_year_js' => 'D MMMM', + // Ignore this comment + //'date_time' => '%B %e, %Y, @ %T', 'date_time_js' => 'D MMMM YYYY [o] HH:mm:ss', 'date_time_fns' => 'do MMMM yyyy @ HH:mm:ss', @@ -66,3 +70,5 @@ return [ 'dow_6' => 'Sobota', 'dow_7' => 'Niedziela', ]; + +// Ignore this comment diff --git a/resources/lang/pl_PL/demo.php b/resources/lang/pl_PL/demo.php index db81d831ca..ece10bcfea 100644 --- a/resources/lang/pl_PL/demo.php +++ b/resources/lang/pl_PL/demo.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -35,3 +37,5 @@ return [ 'piggy-banks-index' => 'Jak widać, istnieją trzy skarbonki. Użyj przycisków plus i minus, aby wpłynąć na ilość pieniędzy w każdej skarbonce. Kliknij nazwę skarbonki, aby zobaczyć administrację każdej skarbonki.', 'profile-index' => 'Pamiętaj, że strona demo resetuje się co cztery godziny. Dostęp może zostać cofnięty w dowolnym momencie. Dzieje się to automatycznie i nie jest to błąd.', ]; + +// Ignore this comment diff --git a/resources/lang/pl_PL/email.php b/resources/lang/pl_PL/email.php index efd61ad0fe..b15eeb11d8 100644 --- a/resources/lang/pl_PL/email.php +++ b/resources/lang/pl_PL/email.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -33,6 +35,8 @@ return [ 'admin_test_subject' => 'Wiadomość testowa z twojej instalacji Firefly III', 'admin_test_body' => 'To jest wiadomość testowa z twojej instancji Firefly III. Została wysłana na :email.', + // Ignore this comment + // invite 'invitation_created_subject' => 'Zaproszenie zostało utworzone', 'invitation_created_body' => 'Administrator ":email" utworzył zaproszenie dla użytkownika, które może być użyte przez każdego, kto ma dostęp do adresu e-mail ":invitee". Zaproszenie będzie ważne przez 48 godzin.', @@ -70,6 +74,8 @@ return [ 'registered_pw_reset_link' => 'Resetowanie hasła:', 'registered_doc_link' => 'Dokumentacja:', + // Ignore this comment + // new version 'new_version_email_subject' => 'Dostępna jest nowa wersja Firefly III', @@ -113,6 +119,8 @@ return [ 'error_stacktrace_below' => 'Pełny opis błędu znajduje się poniżej:', 'error_headers' => 'Istotne mogą być również następujące nagłówki:', + // Ignore this comment + // report new journals 'new_journals_subject' => 'Firefly III stworzył nową transakcję|Firefly III stworzył :count nowych transakcji', 'new_journals_header' => 'Firefly III stworzył dla Ciebie transakcję. Możesz znaleźć ją w Firefly III:|Firefly III stworzył dla Ciebie transakcje :count. Możesz je znaleźć w Firefly III:', @@ -129,3 +137,4 @@ return [ 'bill_warning_please_action' => 'Proszę podejmij odpowiednie działania.', ]; +// Ignore this comment diff --git a/resources/lang/pl_PL/errors.php b/resources/lang/pl_PL/errors.php index 4ed25567d0..f56abedacb 100644 --- a/resources/lang/pl_PL/errors.php +++ b/resources/lang/pl_PL/errors.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -39,6 +41,9 @@ return [ 'error_location' => 'Błąd wystąpił w pliku :file linia :line z kodem :code.', 'stacktrace' => 'Ślad stosu', 'more_info' => 'Więcej informacji', + + // Ignore this comment + 'collect_info' => 'Więcej informacji znajdziesz w katalogu storage/logs, w który zawiera pliki dziennika. Jeśli używasz Docker, użyj docker logs -f [container].', 'collect_info_more' => 'Więcej informacji o zbieraniu informacji o błędach możesz znaleźć w FAQ.', 'github_help' => 'Uzyskaj pomoc na GitHub', diff --git a/resources/lang/pl_PL/firefly.php b/resources/lang/pl_PL/firefly.php index 6c8d089325..e823170f38 100644 --- a/resources/lang/pl_PL/firefly.php +++ b/resources/lang/pl_PL/firefly.php @@ -22,6 +22,8 @@ declare(strict_types=1); +// Ignore this comment + return [ // general stuff: 'close' => 'Zamknij', @@ -253,7 +255,7 @@ return [ 'updated_webhook' => 'Zaktualizowano webhook ":title"', 'edit_webhook_js' => 'Edytuj webhook "{title}"', 'show_webhook' => 'Webhook ":title"', - 'webhook_was_triggered' => 'The webhook was triggered on the indicated transaction. Please wait for results to appear.', + 'webhook_was_triggered' => 'Webhook został uruchomiony na wskazanej transakcji. Poczekaj na wyniki.', 'webhook_messages' => 'Wiadomość webhook\'a', 'view_message' => 'Podgląd wiadomości', 'view_attempts' => 'Podgląd nieudanych prób', @@ -324,6 +326,8 @@ return [ // old + // Ignore this comment + 'search_modifier_date_on' => 'Data transakcji to ":value"', 'search_modifier_not_date_on' => 'Data transakcji to nie ":value"', 'search_modifier_reconciled' => 'Transakcja została uzgodniona', @@ -684,6 +688,7 @@ return [ 'create_rule_from_query' => 'Utwórz nową regułę z zapytania wyszukiwania', 'rule_from_search_words' => 'Silnik reguł ma problemy z obsługą ":string". Sugerowana reguła, która pasuje do Twojego zapytania może dawać różne wyniki. Proszę dokładnie sprawdź wyzwalacze reguł.', + // Ignore this comment // END 'modifiers_applies_are' => 'Zastosowano także poniższe modyfikatory:', @@ -1168,6 +1173,7 @@ return [ 'rule_trigger_not_destination_is_cash' => 'Destination account is not a cash account', 'rule_trigger_not_account_is_cash' => 'Neither account is a cash account', + // Ignore this comment // actions 'rule_action_delete_transaction_choice' => 'DELETE transaction(!)', @@ -1465,6 +1471,8 @@ return [ 'multi_account_warning_deposit' => 'Pamiętaj, że konto docelowe kolejnych podziałów zostanie ustawione na konto zdefiniowane w pierwszym podziale wpłaty.', 'multi_account_warning_transfer' => 'Pamiętaj, że konta źródłowe i docelowe kolejnych podziałów zostaną ustawione na konto zdefiniowane w pierwszym podziale transferu.', + // Ignore this comment + // export data: 'export_data_title' => 'Eksportuj dane z Firefly III', 'export_data_menu' => 'Eksportuj dane', @@ -1839,6 +1847,8 @@ return [ 'stored_category' => 'Zapisano nową kategorię ":name"', 'without_category_between' => 'Bez kategorii między :start i :end', + // Ignore this comment + // transactions: 'update_withdrawal' => 'Modyfikuj wypłatę', 'update_deposit' => 'Modyfikuj wpłatę', @@ -2057,6 +2067,8 @@ return [ 'classification' => 'Klasyfikacja', 'store_transaction' => 'Zapisz transakcję', + // Ignore this comment + // reports: 'report_default' => 'Domyślny raport finansowy między :start i :end', 'report_audit' => 'Przegląd historii transakcji między :start i :end', @@ -2161,6 +2173,8 @@ return [ 'sum_in_default_currency' => 'Suma zawsze będzie w domyślnej walucie.', 'net_filtered_prefs' => 'Ten wykres nigdy nie będzie zawierał kont, które nie mają zaznaczonej opcji "Uwzględnij w wartości netto".', + // Ignore this comment + // charts: 'chart' => 'Wykres', 'month' => 'Miesiąc', @@ -2249,6 +2263,8 @@ return [ 'total_amount' => 'Łączna kwota', 'number_of_decimals' => 'Ilość miejsc dziesiętnych', + // Ignore this comment + // administration 'invite_new_user_title' => 'Invite new user', '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.', @@ -2519,6 +2535,8 @@ return [ 'except_weekends' => 'Pomiń weekendy', 'recurrence_deleted' => 'Cykliczna transakcja ":title" została usunięta', + // Ignore this comment + // new lines for summary controller. 'box_balance_in_currency' => 'Saldo (:currency)', 'box_spent_in_currency' => 'Wydano (:currency)', @@ -2576,3 +2594,5 @@ return [ 'ale_action_add_tag' => 'Dodano tag', ]; + +// Ignore this comment diff --git a/resources/lang/pl_PL/form.php b/resources/lang/pl_PL/form.php index 10edf9fcdf..cbcd14c3ce 100644 --- a/resources/lang/pl_PL/form.php +++ b/resources/lang/pl_PL/form.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -62,6 +64,9 @@ return [ 'opening_balance' => 'Saldo początkowe', 'tagMode' => 'Tryb tagów', 'virtual_balance' => 'Wirtualne saldo', + + // Ignore this comment + 'targetamount' => 'Kwota docelowa', 'account_role' => 'Rola konta', 'opening_balance_date' => 'Data salda otwarcia', @@ -153,6 +158,9 @@ return [ 'piggyBank_areYouSure' => 'Czy na pewno chcesz usunąć skarbonkę o nazwie ":name"?', 'journal_areYouSure' => 'Czy na pewno chcesz usunąć transakcję opisaną ":description"?', 'mass_journal_are_you_sure' => 'Czy na pewno chcesz usunąć te transakcje?', + + // Ignore this comment + 'tag_areYouSure' => 'Czy na pewno chcesz usunąć tag ":tag"?', 'journal_link_areYouSure' => 'Czy na pewno chcesz usunąć powiązanie między :source a :destination?', 'linkType_areYouSure' => 'Czy na pewno chcesz usunąć typ łącza ":name" (":inward" / ":outward")?', @@ -216,6 +224,9 @@ return [ 'fints_password' => 'PIN / hasło', 'fints_account' => 'Konto FinTS', 'local_account' => 'Konto Firefly III', + + // Ignore this comment + 'from_date' => 'Data od', 'to_date' => 'Data do', 'due_date' => 'Termin realizacji', @@ -252,3 +263,4 @@ return [ 'webhook_response' => 'Odpowiedź', 'webhook_trigger' => 'Wyzwalacz', ]; +// Ignore this comment diff --git a/resources/lang/pl_PL/intro.php b/resources/lang/pl_PL/intro.php index fa9d8ae4d8..72e7fbe550 100644 --- a/resources/lang/pl_PL/intro.php +++ b/resources/lang/pl_PL/intro.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -53,6 +55,8 @@ return [ 'budgets_index_list_of_budgets' => 'Skorzystaj z tej tabeli, aby ustawić kwoty dla każdego budżetu i sprawdź jak ci idzie.', 'budgets_index_outro' => 'Aby dowiedzieć się więcej o budżetowaniu, użyj ikonki pomocy w prawym górnym rogu.', + // Ignore this comment + // reports (index) 'reports_index_intro' => 'Skorzystaj z tych raportów, aby uzyskać szczegółowe informacje o swoich finansach.', 'reports_index_inputReportType' => 'Wybierz typ raportu. Sprawdź stronę pomocy, aby zobaczyć, co pokazuje każdy raport.', @@ -90,6 +94,8 @@ return [ 'piggy-banks_index_button' => 'Obok tego paska postępu znajdują się dwa przyciski (+ oraz -) do dodawania lub usuwania pieniędzy z każdej skarbonki.', 'piggy-banks_index_accountStatus' => 'Dla każdego konta aktywów z co najmniej jedną skarbonką status jest pokazany w tej tabeli.', + // Ignore this comment + // create piggy 'piggy-banks_create_name' => 'Jaki jest twój cel? Nowa kanapa, aparat fotograficzny, pieniądze na nagłe wypadki?', 'piggy-banks_create_date' => 'Możesz ustawić docelową datę lub termin dla swojej skarbonki.', @@ -132,6 +138,8 @@ return [ 'rules_create_test_rule_triggers' => 'Użyj tego przycisku, aby zobaczyć, które transakcje pasują do Twojej reguły.', 'rules_create_actions' => 'Ustaw tak wiele akcji, jak chcesz.', + // Ignore this comment + // preferences 'preferences_index_tabs' => 'Więcej opcji dostępne są za tymi kartami.', @@ -143,3 +151,4 @@ return [ // create currency 'currencies_create_code' => 'Ten kod powinien być zgodny z normą ISO (poszukaj go w Google dla Twojej nowej waluty).', ]; +// Ignore this comment diff --git a/resources/lang/pl_PL/list.php b/resources/lang/pl_PL/list.php index e6d594f690..30e1566312 100644 --- a/resources/lang/pl_PL/list.php +++ b/resources/lang/pl_PL/list.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -56,6 +58,9 @@ return [ 'source' => 'Źródło', 'next_expected_match' => 'Następne oczekiwane dopasowanie', 'automatch' => 'Auto dopasowanie?', + + // Ignore this comment + 'repeat_freq' => 'Powtarza się', 'description' => 'Opis', 'amount' => 'Kwota', @@ -121,6 +126,9 @@ return [ 'external_id' => 'Zewnętrzne ID', 'account_at_bunq' => 'Konto bunq', 'file_name' => 'Nazwa pliku', + + // Ignore this comment + 'file_size' => 'Rozmiar pliku', 'file_type' => 'Typ pliku', 'attached_to' => 'Dołączony do', @@ -149,3 +157,4 @@ return [ 'secret' => 'Sekret', ]; +// Ignore this comment diff --git a/resources/lang/pl_PL/pagination.php b/resources/lang/pl_PL/pagination.php index 718ce90238..56e3660d01 100644 --- a/resources/lang/pl_PL/pagination.php +++ b/resources/lang/pl_PL/pagination.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ diff --git a/resources/lang/pl_PL/passwords.php b/resources/lang/pl_PL/passwords.php index 9ae1a1a13b..90fcd64e19 100644 --- a/resources/lang/pl_PL/passwords.php +++ b/resources/lang/pl_PL/passwords.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ diff --git a/resources/lang/pl_PL/validation.php b/resources/lang/pl_PL/validation.php index fe1f2be915..fe11eda7ec 100644 --- a/resources/lang/pl_PL/validation.php +++ b/resources/lang/pl_PL/validation.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -78,6 +80,9 @@ return [ 'before' => ':attribute musi być wcześniejszą datą w stosunku do :date.', 'unique_object_for_user' => 'Ta nazwa jest już w użyciu.', 'unique_account_for_user' => 'Ta nazwa konta jest już w użyciu.', + + // Ignore this comment + 'between.numeric' => ':attribute musi się mieścić w zakresie pomiędzy :min a :max.', 'between.file' => ':attribute musi się mieścić w zakresie pomiędzy :min oraz :max kilobajtów.', 'between.string' => ':attribute musi zawierać pomiędzy :min a :max znaków.', @@ -146,6 +151,8 @@ return [ 'same_account_type' => 'Oba konta muszą być tego samego typu', 'same_account_currency' => 'Oba konta muszą mieć to samo ustawienie waluty', + // Ignore this comment + 'secure_password' => 'To nie jest bezpieczne hasło. Proszę spróbować ponownie. Aby uzyskać więcej informacji odwiedź https://bit.ly/FF3-password-security', 'valid_recurrence_rep_type' => 'Nieprawidłowy typ powtórzeń dla cyklicznych transakcji.', 'valid_recurrence_rep_moment' => 'Nieprawidłowy moment powtórzenia dla tego typu powtórzenia.', @@ -204,6 +211,8 @@ return [ 'deposit_dest_bad_data' => 'Nie można znaleźć poprawnego konta wydatków podczas wyszukiwania identyfikatora ":id" lub nazwy ":name".', 'deposit_dest_wrong_type' => 'Konto docelowe nie jest poprawnego typu.', + // Ignore this comment + 'transfer_source_need_data' => 'Aby kontynuować, musisz uzyskać prawidłowy identyfikator konta źródłowego i/lub prawidłową nazwę konta źródłowego.', 'transfer_source_bad_data' => 'Nie można znaleźć poprawnego konta źródłowego podczas wyszukiwania identyfikatora ":id" lub nazwy ":name".', 'transfer_dest_need_data' => 'Aby kontynuować, musisz uzyskać prawidłowy identyfikator konta wydatków i/lub prawidłową nazwę konta wydatków.', @@ -232,3 +241,5 @@ return [ 'auto_budget_amount_positive' => 'Kwota musi być większa niż zero.', 'auto_budget_period_mandatory' => 'Okres automatycznego budżetu to pole obowiązkowe.', ]; + +// Ignore this comment diff --git a/resources/lang/pt_BR/api.php b/resources/lang/pt_BR/api.php index cf82af250e..526481993b 100644 --- a/resources/lang/pt_BR/api.php +++ b/resources/lang/pt_BR/api.php @@ -21,6 +21,8 @@ declare(strict_types=1); +// Ignore this comment + return [ ]; diff --git a/resources/lang/pt_BR/auth.php b/resources/lang/pt_BR/auth.php index f60a867ba5..1dcea842f6 100644 --- a/resources/lang/pt_BR/auth.php +++ b/resources/lang/pt_BR/auth.php @@ -20,8 +20,11 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); + return [ 'failed' => 'Essas credenciais não correspondem aos nossos registros.', 'throttle' => 'Muitas tentativas de login. Por favor, tente novamente em :seconds segundos.', diff --git a/resources/lang/pt_BR/breadcrumbs.php b/resources/lang/pt_BR/breadcrumbs.php index 15897f0b49..6e0077e740 100644 --- a/resources/lang/pt_BR/breadcrumbs.php +++ b/resources/lang/pt_BR/breadcrumbs.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -53,6 +55,9 @@ return [ 'deposit_list' => 'Receitas, renda e depósitos', 'transfer_list' => 'Transferências', 'transfers_list' => 'Transferências', + + // Ignore this comment + 'reconciliation_list' => 'Reconciliações', 'create_withdrawal' => 'Criar uma nova retirada', 'create_deposit' => 'Criar um novo depósito', diff --git a/resources/lang/pt_BR/components.php b/resources/lang/pt_BR/components.php index c547bbcadc..399d53fddc 100644 --- a/resources/lang/pt_BR/components.php +++ b/resources/lang/pt_BR/components.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ diff --git a/resources/lang/pt_BR/config.php b/resources/lang/pt_BR/config.php index 76a2bb5ad9..8d9a068036 100644 --- a/resources/lang/pt_BR/config.php +++ b/resources/lang/pt_BR/config.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -39,6 +41,8 @@ return [ //'month_and_day_no_year' => '%B %e', 'month_and_day_no_year_js' => 'D [de] MMMM', + // Ignore this comment + //'date_time' => '%B %e, %Y, @ %T', 'date_time_js' => 'MMMM Do, YYYY, @ HH:mm:ss', 'date_time_fns' => 'dd \'de\' MMMM \'de\' yyyy, \'às\' HH:mm:ss', @@ -66,3 +70,5 @@ return [ 'dow_6' => 'Sábado', 'dow_7' => 'Domingo', ]; + +// Ignore this comment diff --git a/resources/lang/pt_BR/demo.php b/resources/lang/pt_BR/demo.php index 43f9369e39..61b3cba557 100644 --- a/resources/lang/pt_BR/demo.php +++ b/resources/lang/pt_BR/demo.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -35,3 +37,5 @@ return [ 'piggy-banks-index' => 'Como você pode ver, existem três cofrinhos. Use o sinal de mais e menos botões para influenciar a quantidade de dinheiro em cada cofrinho. Clique no nome do cofrinho para ver a administração de cada cofrinho.', 'profile-index' => 'Tenha em mente que o site de demonstração reinicia a cada 4 horas. Seu acesso pode ser revogado a qualquer momento. Isso acontece automaticamente e não é um erro.', ]; + +// Ignore this comment diff --git a/resources/lang/pt_BR/email.php b/resources/lang/pt_BR/email.php index 5b455df10e..cb1cf9385c 100644 --- a/resources/lang/pt_BR/email.php +++ b/resources/lang/pt_BR/email.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -33,6 +35,8 @@ return [ 'admin_test_subject' => 'Uma mensagem de teste de sua instalação do Firefly III', 'admin_test_body' => 'Essa é uma mensagem de teste de sua instância do Firefly III. Foi enviada para :email.', + // Ignore this comment + // invite 'invitation_created_subject' => 'Um convite foi criado', 'invitation_created_body' => 'O administrador ":email" criou um convite de usuário que pode ser usado por quem administrar o e-mail ":invitee". O convite é válido por 48h.', @@ -70,6 +74,8 @@ return [ 'registered_pw_reset_link' => 'Redefinição de senha:', 'registered_doc_link' => 'Documentação:', + // Ignore this comment + // new version 'new_version_email_subject' => 'Uma nova versão do Firefly III está disponível', @@ -113,6 +119,8 @@ return [ 'error_stacktrace_below' => 'O rastreamento completo está abaixo:', 'error_headers' => 'Os seguintes cabeçalhos também podem ser relevantes:', + // Ignore this comment + // report new journals 'new_journals_subject' => 'Firefly III criou uma nova transação.|Firefly III criou :count novas transações', 'new_journals_header' => 'Firefly III criou uma transação para você. Você pode encontrá-la em sua instalação do Firefly III:|Firefly III criou :count transações para você. Você pode encontrá-los em sua instalação do Firefly II:', @@ -129,3 +137,4 @@ return [ 'bill_warning_please_action' => 'Por favor, tome a medida apropriada.', ]; +// Ignore this comment diff --git a/resources/lang/pt_BR/errors.php b/resources/lang/pt_BR/errors.php index d8d42a0b6d..d6bf472340 100644 --- a/resources/lang/pt_BR/errors.php +++ b/resources/lang/pt_BR/errors.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -39,6 +41,9 @@ return [ 'error_location' => 'Esse erro ocorreu no arquivo ":file", na linha :line com o código :code.', 'stacktrace' => 'Stack trace', 'more_info' => 'Mais informações', + + // Ignore this comment + 'collect_info' => 'Por favor recupere mais informações no diretório storage/logs onde você encontrará os arquivos de log. Se você estiver executando o Docker, use docker logs -f [container].', 'collect_info_more' => 'Você pode ler mais sobre a coleta de informações de erro em Perguntas Frequentes.', 'github_help' => 'Obtenha ajuda no GitHub', diff --git a/resources/lang/pt_BR/firefly.php b/resources/lang/pt_BR/firefly.php index 83bc93549d..eae9e86bc1 100644 --- a/resources/lang/pt_BR/firefly.php +++ b/resources/lang/pt_BR/firefly.php @@ -22,6 +22,8 @@ declare(strict_types=1); +// Ignore this comment + return [ // general stuff: 'close' => 'Fechar', @@ -324,6 +326,8 @@ return [ // old + // Ignore this comment + 'search_modifier_date_on' => 'A data da transação é ":value"', 'search_modifier_not_date_on' => 'A data da transação não é ":value"', 'search_modifier_reconciled' => 'Transação está reconciliada', @@ -684,6 +688,7 @@ return [ 'create_rule_from_query' => 'Criar nova regra a partir da pesquisa', 'rule_from_search_words' => 'O mecanismo de regra tem dificuldade para tratar ":string". A regra sugerida que se encaixa na sua pesquisa pode retornar resultados diferentes. Por favor, verifique os gatilhos das regras cuidadosamente.', + // Ignore this comment // END 'modifiers_applies_are' => 'Os seguintes modificadores são aplicados também à busca:', @@ -1168,6 +1173,7 @@ return [ 'rule_trigger_not_destination_is_cash' => 'Destination account is not a cash account', 'rule_trigger_not_account_is_cash' => 'Neither account is a cash account', + // Ignore this comment // actions 'rule_action_delete_transaction_choice' => 'DELETE transaction(!)', @@ -1465,6 +1471,8 @@ return [ 'multi_account_warning_deposit' => 'Tenha em mente que a conta de destino das divisões subsequentes será sobrescrita pelo que estiver definido na primeira divisão da entrada.', 'multi_account_warning_transfer' => 'Tenha em mente que a conta de origem + de destino das divisões subsequentes será sobrescrita pelo que for definido na primeira divisão da transferência.', + // Ignore this comment + // export data: 'export_data_title' => 'Exportar dados do Firefly III', 'export_data_menu' => 'Exportar dados', @@ -1839,6 +1847,8 @@ return [ 'stored_category' => 'Armazenada nova categoria ":name"', 'without_category_between' => 'Sem categoria entre :start e :end', + // Ignore this comment + // transactions: 'update_withdrawal' => 'Atualizar retirada', 'update_deposit' => 'Atualizar de depósito', @@ -2057,6 +2067,8 @@ return [ 'classification' => 'Classificação', 'store_transaction' => 'Salvar transação', + // Ignore this comment + // reports: 'report_default' => 'Relatório financeiro padrão entre :start e :end', 'report_audit' => 'Visão geral do histórico de transação entre :start e :end', @@ -2161,6 +2173,8 @@ return [ 'sum_in_default_currency' => 'A soma será sempre em sua moeda padrão.', 'net_filtered_prefs' => 'Esse gráfico nunca irá incluir contas que têm a opção "incluir no patrimônio líquido" desmarcada.', + // Ignore this comment + // charts: 'chart' => 'Gráfico', 'month' => 'Mês', @@ -2249,6 +2263,8 @@ return [ 'total_amount' => 'Valor total', 'number_of_decimals' => 'Número de casas decimais', + // Ignore this comment + // administration 'invite_new_user_title' => 'Convidar novo usuário', 'invite_new_user_text' => 'Como administrador, você pode convidar usuários para se registrarem na administração do Firefly III. Usando o link direto que você pode compartilhar, eles serão capazes de registrar uma conta. O usuário convidado e seu link de convite aparecerão na tabela abaixo. Você é livre para compartilhar com eles o link do convite.', @@ -2519,6 +2535,8 @@ return [ 'except_weekends' => 'Exceto nos fins de semana', 'recurrence_deleted' => 'Transação recorrente ":title" apagada', + // Ignore this comment + // new lines for summary controller. 'box_balance_in_currency' => 'Saldo (:currency)', 'box_spent_in_currency' => 'Gasto (:currency)', @@ -2576,3 +2594,5 @@ return [ 'ale_action_add_tag' => 'Etiqueta adicionada', ]; + +// Ignore this comment diff --git a/resources/lang/pt_BR/form.php b/resources/lang/pt_BR/form.php index fb4f250612..e966d78537 100644 --- a/resources/lang/pt_BR/form.php +++ b/resources/lang/pt_BR/form.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -62,6 +64,9 @@ return [ 'opening_balance' => 'Saldo inicial', 'tagMode' => 'Modo de tag', 'virtual_balance' => 'Saldo virtual', + + // Ignore this comment + 'targetamount' => 'Valor alvo', 'account_role' => 'Função de conta', 'opening_balance_date' => 'Data do saldo inicial', @@ -153,6 +158,9 @@ return [ 'piggyBank_areYouSure' => 'Tem certeza que deseja excluir o cofrinho chamado ":name"?', 'journal_areYouSure' => 'Tem certeza que deseja excluir a transação descrita ":description"?', 'mass_journal_are_you_sure' => 'Tem a certeza que pretende apagar estas transações?', + + // Ignore this comment + 'tag_areYouSure' => 'Você tem certeza que quer apagar a tag ":tag"?', 'journal_link_areYouSure' => 'Tem certeza que deseja excluir a ligação entre :source e :destination?', 'linkType_areYouSure' => 'Tem certeza que deseja excluir o tipo de link ":name" (":inward" / ":outward")?', @@ -216,6 +224,9 @@ return [ 'fints_password' => 'PIN / Senha', 'fints_account' => 'Conta no FinTS', 'local_account' => 'Conta no Firefly III', + + // Ignore this comment + 'from_date' => 'Data inicial', 'to_date' => 'Data final', 'due_date' => 'Data de vencimento', @@ -252,3 +263,4 @@ return [ 'webhook_response' => 'Resposta', 'webhook_trigger' => 'Gatilho', ]; +// Ignore this comment diff --git a/resources/lang/pt_BR/intro.php b/resources/lang/pt_BR/intro.php index 14f8038b1e..2d15cc91e1 100644 --- a/resources/lang/pt_BR/intro.php +++ b/resources/lang/pt_BR/intro.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -53,6 +55,8 @@ return [ 'budgets_index_list_of_budgets' => 'Use esta tabela para definir os montantes para cada orçamento e veja como você está fazendo.', 'budgets_index_outro' => 'Para saber mais sobre orçamentação, clique no ícone de ajuda no canto superior direito.', + // Ignore this comment + // reports (index) 'reports_index_intro' => 'Use esses relatórios para obter informações detalhadas sobre suas finanças.', 'reports_index_inputReportType' => 'Escolha um tipo de relatório. Confira as páginas de ajuda para ver o que cada relatório mostra.', @@ -90,6 +94,8 @@ return [ 'piggy-banks_index_button' => 'Ao lado desta barra de progresso estão dois botões (+ e -) para adicionar ou remover dinheiro de cada banco.', 'piggy-banks_index_accountStatus' => 'Para cada conta de ativos com pelo menos um banco, o status está listado nesta tabela.', + // Ignore this comment + // create piggy 'piggy-banks_create_name' => 'Qual é o teu objetivo? Um novo sofá, uma câmera, dinheiro para emergências?', 'piggy-banks_create_date' => 'Você pode definir uma data-alvo ou um prazo para seu banco.', @@ -132,6 +138,8 @@ return [ 'rules_create_test_rule_triggers' => 'Use este botão para ver quais transações combinariam com sua regra.', 'rules_create_actions' => 'Defina todas ações que desejar realizar.', + // Ignore this comment + // preferences 'preferences_index_tabs' => 'Mais opções estão disponíveis atrás dessas abas/guias.', @@ -143,3 +151,4 @@ return [ // create currency 'currencies_create_code' => 'Este código deve ser compatível com ISO (Google é para sua nova moeda).', ]; +// Ignore this comment diff --git a/resources/lang/pt_BR/list.php b/resources/lang/pt_BR/list.php index 6bf705ef4a..e244e71d84 100644 --- a/resources/lang/pt_BR/list.php +++ b/resources/lang/pt_BR/list.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -56,6 +58,9 @@ return [ 'source' => 'Fonte', 'next_expected_match' => 'Próximo correspondente esperado', 'automatch' => 'Correspondência automática?', + + // Ignore this comment + 'repeat_freq' => 'Repetições', 'description' => 'Descrição', 'amount' => 'Total', @@ -121,6 +126,9 @@ return [ 'external_id' => 'ID externo', 'account_at_bunq' => 'Loja com bunq', 'file_name' => 'Nome do arquivo', + + // Ignore this comment + 'file_size' => 'Tamanho do Arquivo', 'file_type' => 'Tipo do arquivo', 'attached_to' => 'Anexado a', @@ -149,3 +157,4 @@ return [ 'secret' => 'Chave', ]; +// Ignore this comment diff --git a/resources/lang/pt_BR/pagination.php b/resources/lang/pt_BR/pagination.php index ba9a324eb6..1b1be47730 100644 --- a/resources/lang/pt_BR/pagination.php +++ b/resources/lang/pt_BR/pagination.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ diff --git a/resources/lang/pt_BR/passwords.php b/resources/lang/pt_BR/passwords.php index 1debb41c8f..65cfaf85c5 100644 --- a/resources/lang/pt_BR/passwords.php +++ b/resources/lang/pt_BR/passwords.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ diff --git a/resources/lang/pt_BR/validation.php b/resources/lang/pt_BR/validation.php index e336de0906..1d9c214143 100644 --- a/resources/lang/pt_BR/validation.php +++ b/resources/lang/pt_BR/validation.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -78,6 +80,9 @@ return [ 'before' => 'O campo :attribute deverá conter uma data anterior a :date.', 'unique_object_for_user' => 'Este nome já esta em uso.', 'unique_account_for_user' => 'Este nome de conta já está sendo usado.', + + // Ignore this comment + 'between.numeric' => 'O campo :attribute deverá ter um valor entre :min - :max.', 'between.file' => 'O campo :attribute deverá ter um tamanho entre :min - :max kilobytes.', 'between.string' => 'O campo :attribute deverá conter entre :min - :max caracteres.', @@ -146,6 +151,8 @@ return [ 'same_account_type' => 'Ambas as contas devem ser do mesmo tipo', 'same_account_currency' => 'Ambas as contas devem ter a mesma configuração de moeda', + // Ignore this comment + 'secure_password' => 'Esta não é uma senha segura. Por favor, tente novamente. Para mais informações, visite https://bit.ly/FF3-password-security', 'valid_recurrence_rep_type' => 'Tipo de repetição inválido para transações recorrentes.', 'valid_recurrence_rep_moment' => 'Momento de repetição inválido para esse tipo de repetição.', @@ -204,6 +211,8 @@ return [ 'deposit_dest_bad_data' => 'Não foi possível encontrar uma conta de destino válida ao pesquisar por ID ":id" ou nome ":name".', 'deposit_dest_wrong_type' => 'A conta de destino enviada não é do tipo certo.', + // Ignore this comment + 'transfer_source_need_data' => 'É necessário obter um ID de uma conta de origem válida e/ou um nome de conta de origem válido para continuar.', 'transfer_source_bad_data' => 'Não foi possível encontrar uma conta de destino válida ao pesquisar por ID ":id" ou nome ":name".', 'transfer_dest_need_data' => 'É necessário obter obter um ID de conta de destino válido e/ou nome de conta de destino válido para continuar.', @@ -232,3 +241,5 @@ return [ 'auto_budget_amount_positive' => 'A quantidade deve ser maior do que zero.', 'auto_budget_period_mandatory' => 'O período de orçamento automático é um campo obrigatório.', ]; + +// Ignore this comment diff --git a/resources/lang/pt_PT/api.php b/resources/lang/pt_PT/api.php index cf82af250e..526481993b 100644 --- a/resources/lang/pt_PT/api.php +++ b/resources/lang/pt_PT/api.php @@ -21,6 +21,8 @@ declare(strict_types=1); +// Ignore this comment + return [ ]; diff --git a/resources/lang/pt_PT/auth.php b/resources/lang/pt_PT/auth.php index 2e645ce3dd..e1eb4fe435 100644 --- a/resources/lang/pt_PT/auth.php +++ b/resources/lang/pt_PT/auth.php @@ -20,8 +20,11 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); + return [ 'failed' => 'As credenciais não correspondem aos nossos registos.', 'throttle' => 'Demasiadas tentativas de início de sessão. Tente novamente em :seconds segundos.', diff --git a/resources/lang/pt_PT/breadcrumbs.php b/resources/lang/pt_PT/breadcrumbs.php index fe6d08273d..188d96f943 100644 --- a/resources/lang/pt_PT/breadcrumbs.php +++ b/resources/lang/pt_PT/breadcrumbs.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -53,6 +55,9 @@ return [ 'deposit_list' => 'Receitas, rendimentos e depósitos', 'transfer_list' => 'Transferências', 'transfers_list' => 'Transferências', + + // Ignore this comment + 'reconciliation_list' => 'Reconciliações', 'create_withdrawal' => 'Novo levantamento', 'create_deposit' => 'Novo depósito', diff --git a/resources/lang/pt_PT/components.php b/resources/lang/pt_PT/components.php index c547bbcadc..399d53fddc 100644 --- a/resources/lang/pt_PT/components.php +++ b/resources/lang/pt_PT/components.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ diff --git a/resources/lang/pt_PT/config.php b/resources/lang/pt_PT/config.php index ddbd77b113..6bc2e96bd7 100644 --- a/resources/lang/pt_PT/config.php +++ b/resources/lang/pt_PT/config.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -39,6 +41,8 @@ return [ //'month_and_day_no_year' => '%B %e', 'month_and_day_no_year_js' => 'Do MMMM', + // Ignore this comment + //'date_time' => '%B %e, %Y, @ %T', 'date_time_js' => 'Do MMMM YYYY, @ HH:mm:ss', 'date_time_fns' => 'MMMM do, yyyy @ HH:mm:ss', @@ -66,3 +70,5 @@ return [ 'dow_6' => 'Sábado', 'dow_7' => 'Domingo', ]; + +// Ignore this comment diff --git a/resources/lang/pt_PT/demo.php b/resources/lang/pt_PT/demo.php index 11f9787c58..6872044993 100644 --- a/resources/lang/pt_PT/demo.php +++ b/resources/lang/pt_PT/demo.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -35,3 +37,5 @@ return [ 'piggy-banks-index' => 'Como podes ver, existem 3 mealheiros. Usa o botao mais e menos para actualizar o montante de dinheiro em cada mealheiro. Clica no nome do mealheiro para ver a administracao de cada mealheiro.', 'profile-index' => 'Nao te esquecas que a plataforma demo reinicia a cada 4 horas. O teu acesso pode ser revogado a qualquer altura. Isto acontece automaticamente e nao e um problema na plataforma.', ]; + +// Ignore this comment diff --git a/resources/lang/pt_PT/email.php b/resources/lang/pt_PT/email.php index 6fb7c54227..f14468a71f 100644 --- a/resources/lang/pt_PT/email.php +++ b/resources/lang/pt_PT/email.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -33,6 +35,8 @@ return [ 'admin_test_subject' => 'Uma mensagem de teste da instalação do Firefly III', 'admin_test_body' => 'Esta é uma mensagem de teste da sua plataforma Firefly III. Foi enviada para :email.', + // Ignore this comment + // invite 'invitation_created_subject' => 'An invitation has been created', 'invitation_created_body' => 'Admin user ":email" created a user invitation which can be used by whoever is behind email address ":invitee". The invite will be valid for 48hrs.', @@ -70,6 +74,8 @@ return [ 'registered_pw_reset_link' => 'Alteração da senha:', 'registered_doc_link' => 'Documentação:', + // Ignore this comment + // new version 'new_version_email_subject' => 'A new Firefly III version is available', @@ -114,6 +120,8 @@ Isto pode ajudar a compor a bug que acabou de encontrar.', 'error_stacktrace_below' => 'O rastreamento da pilha completo é:', 'error_headers' => 'The following headers may also be relevant:', + // Ignore this comment + // report new journals 'new_journals_subject' => 'O Firefly III criou uma nova transação|O Firefly III criou :count novas transações', 'new_journals_header' => 'O Firefly III criou uma transação para si. Pode encontrar a mesma na sua instância do Firefly III.|O Firefly III criou :count transações para si. Pode encontrar as mesmas na sua instância do Firefly III:', @@ -130,3 +138,4 @@ Isto pode ajudar a compor a bug que acabou de encontrar.', 'bill_warning_please_action' => 'Please take the appropriate action.', ]; +// Ignore this comment diff --git a/resources/lang/pt_PT/errors.php b/resources/lang/pt_PT/errors.php index 32363f99ea..35ebd1abeb 100644 --- a/resources/lang/pt_PT/errors.php +++ b/resources/lang/pt_PT/errors.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -39,6 +41,9 @@ return [ 'error_location' => 'O erro ocorreu no ficheiro ":file" na linha :line com o código :code.', 'stacktrace' => 'Rasteamento da pilha', 'more_info' => 'Mais informação', + + // Ignore this comment + 'collect_info' => 'Por favor recolha mais informação na diretoria storage/logs que é onde encontra os ficheiros de log. Se estiver a utilizar Docker, utilize docker logs -f [container].', 'collect_info_more' => 'Pode ler mais sobre a recolha de informação de erros em nas FAQ.', 'github_help' => 'Obter ajuda no GitHub', diff --git a/resources/lang/pt_PT/firefly.php b/resources/lang/pt_PT/firefly.php index d975eddfba..684b30c6d1 100644 --- a/resources/lang/pt_PT/firefly.php +++ b/resources/lang/pt_PT/firefly.php @@ -22,6 +22,8 @@ declare(strict_types=1); +// Ignore this comment + return [ // general stuff: 'close' => 'Fechar', @@ -324,6 +326,8 @@ return [ // old + // Ignore this comment + 'search_modifier_date_on' => 'A data da transação é ":value"', 'search_modifier_not_date_on' => 'Transaction date is not ":value"', 'search_modifier_reconciled' => 'Transaction is reconciled', @@ -684,6 +688,7 @@ return [ 'create_rule_from_query' => 'Criar nova regra a partir da pesquisa', 'rule_from_search_words' => 'O mecanismo de regras tem dificuldade com ":string". A regra sugerida que se encaixa na pesquisa pode mostrar resultados diferentes. Por favor, verifique os gatilhos das regras cuidadosamente.', + // Ignore this comment // END 'modifiers_applies_are' => 'Os seguintes modificadores também são aplicados à pesquisa:', @@ -1168,6 +1173,7 @@ return [ 'rule_trigger_not_destination_is_cash' => 'Destination account is not a cash account', 'rule_trigger_not_account_is_cash' => 'Neither account is a cash account', + // Ignore this comment // actions 'rule_action_delete_transaction_choice' => 'DELETE transaction(!)', @@ -1465,6 +1471,8 @@ return [ 'multi_account_warning_deposit' => 'Mantenha em mente que a conta de destino de divisões subsequentes será sobre-escrita por quaisquer regra definida na primeira divisão do depósito.', 'multi_account_warning_transfer' => 'Mantenha em mente que a conta de origem + destino de divisões subsequentes serão sobre-escritas por quaisquer regras definidas na divisão da transferência.', + // Ignore this comment + // export data: 'export_data_title' => 'Exportar dados do Firefly III', 'export_data_menu' => 'Exportar dados', @@ -1839,6 +1847,8 @@ return [ 'stored_category' => 'Categoria ":name" gravada', 'without_category_between' => 'Sem categoria entre :start e :end', + // Ignore this comment + // transactions: 'update_withdrawal' => 'Alterar levantamento', 'update_deposit' => 'Alterar depósito', @@ -2057,6 +2067,8 @@ return [ 'classification' => 'Classificação', 'store_transaction' => 'Guardar transação', + // Ignore this comment + // reports: 'report_default' => 'Relatório financeiro padrão entre :start e :end', 'report_audit' => 'Visão geral do histórico de transações entre :start e :end', @@ -2161,6 +2173,8 @@ return [ 'sum_in_default_currency' => 'A soma estará sempre na moeda padrão.', 'net_filtered_prefs' => 'Esse gráfico nunca incluirá contas que tenham a opção "incluir no património líquido" desmarcada.', + // Ignore this comment + // charts: 'chart' => 'Gráfico', 'month' => 'Mes', @@ -2249,6 +2263,8 @@ return [ 'total_amount' => 'Montante total', 'number_of_decimals' => 'Numero de casas decimais', + // Ignore this comment + // administration 'invite_new_user_title' => 'Invite new user', '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.', @@ -2519,6 +2535,8 @@ return [ 'except_weekends' => 'Excepto fins de semana', 'recurrence_deleted' => 'Transação recorrente ":title" apagada', + // Ignore this comment + // new lines for summary controller. 'box_balance_in_currency' => 'Saldo (:currency)', 'box_spent_in_currency' => 'Gasto (:currency)', @@ -2576,3 +2594,5 @@ return [ 'ale_action_add_tag' => 'Added tag', ]; + +// Ignore this comment diff --git a/resources/lang/pt_PT/form.php b/resources/lang/pt_PT/form.php index f36036b635..ca93ad11e6 100644 --- a/resources/lang/pt_PT/form.php +++ b/resources/lang/pt_PT/form.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -62,6 +64,9 @@ return [ 'opening_balance' => 'Saldo inicial', 'tagMode' => 'Modo da etiqueta', 'virtual_balance' => 'Saldo virtual', + + // Ignore this comment + 'targetamount' => 'Montante alvo', 'account_role' => 'Tipo de conta', 'opening_balance_date' => 'Data do saldo inicial', @@ -153,6 +158,9 @@ return [ 'piggyBank_areYouSure' => 'Tens a certeza que pretendes apagar o mealheiro chamado ":name"?', 'journal_areYouSure' => 'Tens a certeza que pretendes apagar a transaccao com descricao ":description"?', 'mass_journal_are_you_sure' => 'Tens a certeza que pretendes apagar estas transações?', + + // Ignore this comment + 'tag_areYouSure' => 'Tem a certeza que pretende apagar a etiqueta ":tag"?', 'journal_link_areYouSure' => 'Tens a certeza que pretendes apagar a ligacao entre :source e :destination?', 'linkType_areYouSure' => 'Tens a certeza que pretendes apagar o tipo de link ":name" (":inward" / ":outward")?', @@ -216,6 +224,9 @@ return [ 'fints_password' => 'PIN / Password', 'fints_account' => 'Conta FinTS', 'local_account' => 'Conta Firefly III', + + // Ignore this comment + 'from_date' => 'Data desde', 'to_date' => 'Data ate', 'due_date' => 'Data de vencimento', @@ -252,3 +263,4 @@ return [ 'webhook_response' => 'Response', 'webhook_trigger' => 'Trigger', ]; +// Ignore this comment diff --git a/resources/lang/pt_PT/intro.php b/resources/lang/pt_PT/intro.php index 99553d95e8..a16ce07dd4 100644 --- a/resources/lang/pt_PT/intro.php +++ b/resources/lang/pt_PT/intro.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -53,6 +55,8 @@ return [ 'budgets_index_list_of_budgets' => 'Use esta tabela para definir os valores para cada orçamento e manter o controlo dos gastos.', 'budgets_index_outro' => 'Para obter mais informações sobre orçamentos, verifica o ícone de ajuda no canto superior direito.', + // Ignore this comment + // reports (index) 'reports_index_intro' => 'Use estes relatórios para obter sínteses detalhadas sobre as suas finanças.', 'reports_index_inputReportType' => 'Escolha um tipo de relatório. Confira as páginas de ajuda para ter a certeza do que cada relatório mostra.', @@ -90,6 +94,8 @@ return [ 'piggy-banks_index_button' => 'Ao lado desta barra de progresso existem 2 butoes(+ e -) para adicionares ou removeres dinheiro de cada mealheiro.', 'piggy-banks_index_accountStatus' => 'Para cada conta de activos com pelo menos um mealheiro, o estado e listado nesta tabela.', + // Ignore this comment + // create piggy 'piggy-banks_create_name' => 'Qual e o teu objectivo? Um sofa novo, uma camara, dinheiro para emergencias?', 'piggy-banks_create_date' => 'Podes definir uma data alvo ou um prazo limite para o teu mealheiro.', @@ -132,6 +138,8 @@ return [ 'rules_create_test_rule_triggers' => 'Usa este botao para ver quais transaccoes podem coincidir com a tua regra.', 'rules_create_actions' => 'Define todas as accoes que quiseres.', + // Ignore this comment + // preferences 'preferences_index_tabs' => 'Mais opções estão disponíveis atrás destas abas.', @@ -143,3 +151,4 @@ return [ // create currency 'currencies_create_code' => 'Este codigo deve ser compativel com ISO (procura pela tua nova moeda no google).', ]; +// Ignore this comment diff --git a/resources/lang/pt_PT/list.php b/resources/lang/pt_PT/list.php index 3e7142ae5f..3b58a83976 100644 --- a/resources/lang/pt_PT/list.php +++ b/resources/lang/pt_PT/list.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -56,6 +58,9 @@ return [ 'source' => 'Origem', 'next_expected_match' => 'Proxima correspondencia esperada', 'automatch' => 'Auto correspondencia?', + + // Ignore this comment + 'repeat_freq' => 'Repete', 'description' => 'Descricao', 'amount' => 'Montante', @@ -121,6 +126,9 @@ return [ 'external_id' => 'ID Externo', 'account_at_bunq' => 'Conta com bunq', 'file_name' => 'Nome do ficheiro', + + // Ignore this comment + 'file_size' => 'Tamanho do ficheiro', 'file_type' => 'Tipo do ficheiro', 'attached_to' => 'Anexado a', @@ -149,3 +157,4 @@ return [ 'secret' => 'Secret', ]; +// Ignore this comment diff --git a/resources/lang/pt_PT/pagination.php b/resources/lang/pt_PT/pagination.php index 1a6ca6391a..473d3afbdf 100644 --- a/resources/lang/pt_PT/pagination.php +++ b/resources/lang/pt_PT/pagination.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ diff --git a/resources/lang/pt_PT/passwords.php b/resources/lang/pt_PT/passwords.php index 930c847144..073cc79956 100644 --- a/resources/lang/pt_PT/passwords.php +++ b/resources/lang/pt_PT/passwords.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ diff --git a/resources/lang/pt_PT/validation.php b/resources/lang/pt_PT/validation.php index 5e73ad71d1..b07c9a2e65 100644 --- a/resources/lang/pt_PT/validation.php +++ b/resources/lang/pt_PT/validation.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -78,6 +80,9 @@ return [ 'before' => 'O :attribute tem de ser uma data antes de :date.', 'unique_object_for_user' => 'Este nome ja esta em uso.', 'unique_account_for_user' => 'Este nome de conta ja esta em uso.', + + // Ignore this comment + 'between.numeric' => 'O :attribute tem de estar entre :min e :max.', 'between.file' => 'O :attribute tem de estar entre :min e :max kilobytes.', 'between.string' => 'O :attribute tem de ter entre :min e :max caracteres.', @@ -146,6 +151,8 @@ return [ 'same_account_type' => 'Ambas as contas devem ser do mesmo tipo de conta', 'same_account_currency' => 'Ambas as contas devem ter a mesma moeda configurada', + // Ignore this comment + 'secure_password' => 'Esta nao e uma password segura. Tenta de novo por favor. Para mais informacoes visita https://bit.ly/FF3-password-security', 'valid_recurrence_rep_type' => 'Tipo de repetição inválido para transações recorrentes.', 'valid_recurrence_rep_moment' => 'Dia invalido para este tipo de repeticao.', @@ -204,6 +211,8 @@ return [ 'deposit_dest_bad_data' => 'Não foi possível encontrar uma conta de destino válida ao pesquisar pelo ID ":id" ou nome ":name".', 'deposit_dest_wrong_type' => 'A conta de destino enviada não é do tipo correto.', + // Ignore this comment + 'transfer_source_need_data' => 'É preciso ter um ID de uma conta de origem válida e/ou um nome de uma conta de origem válida para continuar.', 'transfer_source_bad_data' => 'Não foi possível encontrar uma conta de origem válida ao pesquisar pelo ID ":id" ou nome ":name".', 'transfer_dest_need_data' => 'É preciso ter um ID de conta de destino válido e/ou um nome de conta de destino válido para continuar.', @@ -232,3 +241,5 @@ return [ 'auto_budget_amount_positive' => 'O montante deve ser maior que zero.', 'auto_budget_period_mandatory' => 'O período de orçamento automático é um campo obrigatório.', ]; + +// Ignore this comment diff --git a/resources/lang/ro_RO/api.php b/resources/lang/ro_RO/api.php index cf82af250e..526481993b 100644 --- a/resources/lang/ro_RO/api.php +++ b/resources/lang/ro_RO/api.php @@ -21,6 +21,8 @@ declare(strict_types=1); +// Ignore this comment + return [ ]; diff --git a/resources/lang/ro_RO/auth.php b/resources/lang/ro_RO/auth.php index 3bc8153c23..be9b5b6650 100644 --- a/resources/lang/ro_RO/auth.php +++ b/resources/lang/ro_RO/auth.php @@ -20,8 +20,11 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); + return [ 'failed' => 'Aceste informații de autentificare nu corespund înregistrărilor noastre.', 'throttle' => 'Prea multe tentative de autentificare. Vă rugăm să încercaţi din nou în :seconds secunde.', diff --git a/resources/lang/ro_RO/breadcrumbs.php b/resources/lang/ro_RO/breadcrumbs.php index 1a82ab1075..6b1d4b0e99 100644 --- a/resources/lang/ro_RO/breadcrumbs.php +++ b/resources/lang/ro_RO/breadcrumbs.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -53,6 +55,9 @@ return [ 'deposit_list' => 'Venituri și depozite', 'transfer_list' => 'Transferuri', 'transfers_list' => 'Transferuri', + + // Ignore this comment + 'reconciliation_list' => 'Reconcilieri', 'create_withdrawal' => 'Crează o nouă retragere', 'create_deposit' => 'Crează depozit nou', diff --git a/resources/lang/ro_RO/components.php b/resources/lang/ro_RO/components.php index c547bbcadc..399d53fddc 100644 --- a/resources/lang/ro_RO/components.php +++ b/resources/lang/ro_RO/components.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ diff --git a/resources/lang/ro_RO/config.php b/resources/lang/ro_RO/config.php index 62049b6e74..1565dbf284 100644 --- a/resources/lang/ro_RO/config.php +++ b/resources/lang/ro_RO/config.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -39,6 +41,8 @@ return [ //'month_and_day_no_year' => '%B %e', 'month_and_day_no_year_js' => 'MMMM Do', + // Ignore this comment + //'date_time' => '%B %e, %Y, @ %T', 'date_time_js' => 'MMMM Do, YYYY, @ HH:mm:ss', 'date_time_fns' => 'MMMM do, yyyy @ HH:mm:ss', @@ -66,3 +70,5 @@ return [ 'dow_6' => 'Sâmbătă', 'dow_7' => 'Duminică', ]; + +// Ignore this comment diff --git a/resources/lang/ro_RO/demo.php b/resources/lang/ro_RO/demo.php index 05100e6944..3ec2d0d75c 100644 --- a/resources/lang/ro_RO/demo.php +++ b/resources/lang/ro_RO/demo.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -35,3 +37,5 @@ return [ 'piggy-banks-index' => 'După cum puteți vedea, există trei pușculițe. Utilizați butoanele plus și minus pentru a influența cantitatea de bani din fiecare pușculiță. Faceți clic pe numele pușculiței pentru a vedea gestiunea pentru fiecare pușculiță.', 'profile-index' => 'Rețineți că site-ul demo se resetează la fiecare patru ore. Accesul dvs. poate fi revocat oricând. Acest lucru se întâmplă automat și nu este un bug.', ]; + +// Ignore this comment diff --git a/resources/lang/ro_RO/email.php b/resources/lang/ro_RO/email.php index 7556d7cb41..e57cd97b43 100644 --- a/resources/lang/ro_RO/email.php +++ b/resources/lang/ro_RO/email.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -33,6 +35,8 @@ return [ 'admin_test_subject' => 'Un mesaj de testare de la instalarea Firefly III', 'admin_test_body' => 'Acesta este un mesaj de test de la instanța dvs. Firefly III. Acesta a fost trimis la :email.', + // Ignore this comment + // invite 'invitation_created_subject' => 'An invitation has been created', 'invitation_created_body' => 'Admin user ":email" created a user invitation which can be used by whoever is behind email address ":invitee". The invite will be valid for 48hrs.', @@ -70,6 +74,8 @@ return [ 'registered_pw_reset_link' => 'Resetare parolă:', 'registered_doc_link' => 'Documentaţie:', + // Ignore this comment + // new version 'new_version_email_subject' => 'A new Firefly III version is available', @@ -113,6 +119,8 @@ return [ 'error_stacktrace_below' => 'Stacktrack-ul complet este mai jos:', 'error_headers' => 'The following headers may also be relevant:', + // Ignore this comment + // report new journals 'new_journals_subject' => 'Firefly III a creat o nouă tranzacție, Firefly III a creat :count tranzacții noi', 'new_journals_header' => 'Firefly III a creat o tranzacție pentru dvs. O puteți găsi în instalarea dvs. Firefly III:|Firefly III a creat :count tranzacții pentru dvs. Le puteți găsi în instalarea Firefly III:', @@ -129,3 +137,4 @@ return [ 'bill_warning_please_action' => 'Please take the appropriate action.', ]; +// Ignore this comment diff --git a/resources/lang/ro_RO/errors.php b/resources/lang/ro_RO/errors.php index 2ef8b98bca..b49fcba5a6 100644 --- a/resources/lang/ro_RO/errors.php +++ b/resources/lang/ro_RO/errors.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -39,6 +41,9 @@ return [ 'error_location' => 'Această eroare a apărut în fișierul ":file" pe linia :line cu codul :code.', 'stacktrace' => 'Stack trace', 'more_info' => 'Mai multe informaţii', + + // Ignore this comment + 'collect_info' => 'Vă rugăm să colectați mai multe informații în directorul storage/logs unde veți găsi fișiere jurnal. Dacă rulați Docker, folosiți docker logs -f[container].', 'collect_info_more' => 'Poți citi mai multe despre colectarea informațiilor despre erori în FAQ.', 'github_help' => 'Obțineți ajutor pe GitHub', diff --git a/resources/lang/ro_RO/firefly.php b/resources/lang/ro_RO/firefly.php index 045eae0589..08b60a027f 100644 --- a/resources/lang/ro_RO/firefly.php +++ b/resources/lang/ro_RO/firefly.php @@ -22,6 +22,8 @@ declare(strict_types=1); +// Ignore this comment + return [ // general stuff: 'close' => 'Închide', @@ -324,6 +326,8 @@ return [ // old + // Ignore this comment + 'search_modifier_date_on' => 'Transaction date is ":value"', 'search_modifier_not_date_on' => 'Transaction date is not ":value"', 'search_modifier_reconciled' => 'Transaction is reconciled', @@ -684,6 +688,7 @@ return [ '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.', + // Ignore this comment // END 'modifiers_applies_are' => 'Următorii modificatorii sunt aplicați la căutare:', @@ -1168,6 +1173,7 @@ return [ 'rule_trigger_not_destination_is_cash' => 'Destination account is not a cash account', 'rule_trigger_not_account_is_cash' => 'Neither account is a cash account', + // Ignore this comment // actions 'rule_action_delete_transaction_choice' => 'DELETE transaction(!)', @@ -1465,6 +1471,8 @@ return [ '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.', + // Ignore this comment + // export data: 'export_data_title' => 'Exportă date din Firefly III', 'export_data_menu' => 'Exportă datele', @@ -1839,6 +1847,8 @@ return [ 'stored_category' => 'Categorie nouă ":name" salvată', 'without_category_between' => 'Fără categorie între :start și :end', + // Ignore this comment + // transactions: 'update_withdrawal' => 'Actualizați retragere', 'update_deposit' => 'Actualizați depozit', @@ -2057,6 +2067,8 @@ return [ 'classification' => 'Clasificare', 'store_transaction' => 'Tranzacție magazin', + // Ignore this comment + // reports: 'report_default' => 'Raportul financiar prestabilit între :start și :end', 'report_audit' => 'Afișarea istoricului tranzacțiilor între :start și :end', @@ -2161,6 +2173,8 @@ return [ 'sum_in_default_currency' => 'Suma va fi întotdeauna în moneda dvs. prestabilită.', 'net_filtered_prefs' => 'Acest grafic nu va include niciodată conturi care nu au selectat opțiunea "Include în valoare netă".', + // Ignore this comment + // charts: 'chart' => 'Grafic', 'month' => 'Lună', @@ -2249,6 +2263,8 @@ return [ 'total_amount' => 'Valoare totală', 'number_of_decimals' => 'Număr de zecimale', + // Ignore this comment + // administration 'invite_new_user_title' => 'Invite new user', '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.', @@ -2519,6 +2535,8 @@ return [ 'except_weekends' => 'Cu excepția weekend-urilor', 'recurrence_deleted' => 'tranzacție recurentă ":title" ștearsă', + // Ignore this comment + // new lines for summary controller. 'box_balance_in_currency' => 'Balanța (:currency)', 'box_spent_in_currency' => 'Cheltuit (:currency)', @@ -2576,3 +2594,5 @@ return [ 'ale_action_add_tag' => 'Added tag', ]; + +// Ignore this comment diff --git a/resources/lang/ro_RO/form.php b/resources/lang/ro_RO/form.php index 187ebe4739..acd5496589 100644 --- a/resources/lang/ro_RO/form.php +++ b/resources/lang/ro_RO/form.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -62,6 +64,9 @@ return [ 'opening_balance' => 'Soldul de deschidere', 'tagMode' => 'Mod de etichetare', 'virtual_balance' => 'Soldul virtual', + + // Ignore this comment + 'targetamount' => 'Sumă țintă', 'account_role' => 'Rolul contului', 'opening_balance_date' => 'Data soldului de deschidere', @@ -153,6 +158,9 @@ return [ 'piggyBank_areYouSure' => 'Sunteți sigur că doriți să ștergeți pușculita ":name"?', 'journal_areYouSure' => 'Sunteți sigur că doriți să ștergeți tranzacția ":description"?', 'mass_journal_are_you_sure' => 'Sunteți sigur că doriți să ștergeți aceste tranzacții?', + + // Ignore this comment + 'tag_areYouSure' => 'Sunteți sigur că doriți să ștergeți eticheta ":tag"?', 'journal_link_areYouSure' => 'Sunteți sigur că doriți să ștergeți legătura dintre :source și :destination?', 'linkType_areYouSure' => 'Sunteți sigur că doriți să ștergeți tipul de legătură ":name" (":inward" / ":outward")?', @@ -216,6 +224,9 @@ return [ 'fints_password' => 'PIN / parola', 'fints_account' => 'Cont FinTS', 'local_account' => 'Cont Firefly III', + + // Ignore this comment + 'from_date' => 'Data din', 'to_date' => 'Data până la', 'due_date' => 'Data scadentă', @@ -252,3 +263,4 @@ return [ 'webhook_response' => 'Response', 'webhook_trigger' => 'Trigger', ]; +// Ignore this comment diff --git a/resources/lang/ro_RO/intro.php b/resources/lang/ro_RO/intro.php index 72c223320c..13dbc22824 100644 --- a/resources/lang/ro_RO/intro.php +++ b/resources/lang/ro_RO/intro.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -53,6 +55,8 @@ return [ 'budgets_index_list_of_budgets' => 'Utilizați acest tabel pentru a stabili sumele pentru fiecare buget și pentru a vedea cum progresaţi.', 'budgets_index_outro' => 'Pentru a afla mai multe despre bugetare, verificați pictograma de ajutor din colțul din dreapta sus.', + // Ignore this comment + // reports (index) 'reports_index_intro' => 'Utilizați aceste rapoarte pentru a obține informații detaliate despre finanțele dumneavoastră.', 'reports_index_inputReportType' => 'Alegeți un tip de raport. Consultați paginile de ajutor pentru a vedea ce arată fiecare raport.', @@ -90,6 +94,8 @@ return [ 'piggy-banks_index_button' => 'Lângă această bara de progres sunt două butoane (+ și -) pentru a adăuga sau a elimina bani din fiecare pușculiță.', 'piggy-banks_index_accountStatus' => 'Pentru fiecare cont de activ cu cel puțin o pușculiță, statutul este menționat în acest tabel.', + // Ignore this comment + // create piggy 'piggy-banks_create_name' => 'Care este țelul tău? O canapea nouă, o cameră, bani pentru urgențe?', 'piggy-banks_create_date' => 'Puteți stabili o dată țintă sau un termen limită pentru pușculița dvs..', @@ -132,6 +138,8 @@ return [ 'rules_create_test_rule_triggers' => 'Utilizați acest buton pentru a vedea care tranzacții s-ar potrivi regulii dvs.', 'rules_create_actions' => 'Setați câte acțiuni doriți.', + // Ignore this comment + // preferences 'preferences_index_tabs' => 'Mai multe opțiuni sunt disponibile în spatele acestor file.', @@ -143,3 +151,4 @@ return [ // create currency 'currencies_create_code' => 'Acest cod ar trebui să fie conform ISO (căutați pe Google noua dvs. monedă).', ]; +// Ignore this comment diff --git a/resources/lang/ro_RO/list.php b/resources/lang/ro_RO/list.php index f68df24d7c..9029e9564d 100644 --- a/resources/lang/ro_RO/list.php +++ b/resources/lang/ro_RO/list.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -56,6 +58,9 @@ return [ 'source' => 'Sursă', 'next_expected_match' => 'Următoarea potrivire așteptată', 'automatch' => 'Potrivire automată?', + + // Ignore this comment + 'repeat_freq' => 'Repetă', 'description' => 'Descriere', 'amount' => 'Sumă', @@ -121,6 +126,9 @@ return [ 'external_id' => 'ID Extern', 'account_at_bunq' => 'Cont cu bunq', 'file_name' => 'Nume de fișier', + + // Ignore this comment + 'file_size' => 'Mărime fișier', 'file_type' => 'Tip fișier', 'attached_to' => 'Atașat la', @@ -149,3 +157,4 @@ return [ 'secret' => 'Secret', ]; +// Ignore this comment diff --git a/resources/lang/ro_RO/pagination.php b/resources/lang/ro_RO/pagination.php index c171be6997..4b7fd2ce05 100644 --- a/resources/lang/ro_RO/pagination.php +++ b/resources/lang/ro_RO/pagination.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ diff --git a/resources/lang/ro_RO/passwords.php b/resources/lang/ro_RO/passwords.php index de51428586..7c53ccde40 100644 --- a/resources/lang/ro_RO/passwords.php +++ b/resources/lang/ro_RO/passwords.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ diff --git a/resources/lang/ro_RO/validation.php b/resources/lang/ro_RO/validation.php index 67dd9299ac..9826735ccd 100644 --- a/resources/lang/ro_RO/validation.php +++ b/resources/lang/ro_RO/validation.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -78,6 +80,9 @@ return [ 'before' => ':attribute trebuie să fie o dată înainte de :date.', 'unique_object_for_user' => 'Acest nume este deja folosit.', 'unique_account_for_user' => 'Acest nume de cont este deja utilizat.', + + // Ignore this comment + 'between.numeric' => ':attribute trebuie să fie între :min și :max.', 'between.file' => ':attribute trebuie să fie între :min și :max kilobyți.', 'between.string' => ':attribute trebuie să fie între :min și :max caractere.', @@ -146,6 +151,8 @@ return [ '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ă', + // Ignore this comment + '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.', 'valid_recurrence_rep_moment' => 'Momentul repetiției nevalid pentru acest tip de repetare.', @@ -204,6 +211,8 @@ return [ 'deposit_dest_bad_data' => 'Nu s-a găsit un cont de destinaţie valabil la căutarea ID ":id" sau nume ":name".', 'deposit_dest_wrong_type' => 'Contul de destinație trimis nu este de tipul potrivit.', + // Ignore this comment + 'transfer_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.', 'transfer_source_bad_data' => 'Nu s-a găsit un cont sursă valabil la căutarea ID ":id" sau nume ":name".', 'transfer_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.', @@ -232,3 +241,5 @@ return [ 'auto_budget_amount_positive' => 'Suma trebuie să fie mai mare decât zero.', 'auto_budget_period_mandatory' => 'Perioada de autobuget este un câmp obligatoriu.', ]; + +// Ignore this comment diff --git a/resources/lang/ru_RU/api.php b/resources/lang/ru_RU/api.php index cf82af250e..526481993b 100644 --- a/resources/lang/ru_RU/api.php +++ b/resources/lang/ru_RU/api.php @@ -21,6 +21,8 @@ declare(strict_types=1); +// Ignore this comment + return [ ]; diff --git a/resources/lang/ru_RU/auth.php b/resources/lang/ru_RU/auth.php index 67dad3dc5b..e574083934 100644 --- a/resources/lang/ru_RU/auth.php +++ b/resources/lang/ru_RU/auth.php @@ -20,8 +20,11 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); + return [ 'failed' => 'Неправильный адрес электронной почты или пароль.', 'throttle' => 'Слишком много попыток входа. Пожалуйста, попробуйте снова через :seconds секунд.', diff --git a/resources/lang/ru_RU/breadcrumbs.php b/resources/lang/ru_RU/breadcrumbs.php index abafc66b49..3135ca2940 100644 --- a/resources/lang/ru_RU/breadcrumbs.php +++ b/resources/lang/ru_RU/breadcrumbs.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -53,6 +55,9 @@ return [ 'deposit_list' => 'Мои доходы', 'transfer_list' => 'Переводы', 'transfers_list' => 'Переводы', + + // Ignore this comment + 'reconciliation_list' => 'Сверка', 'create_withdrawal' => 'Создать новый расход', 'create_deposit' => 'Создать новый доход', diff --git a/resources/lang/ru_RU/components.php b/resources/lang/ru_RU/components.php index c547bbcadc..399d53fddc 100644 --- a/resources/lang/ru_RU/components.php +++ b/resources/lang/ru_RU/components.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ diff --git a/resources/lang/ru_RU/config.php b/resources/lang/ru_RU/config.php index ebb0ee4f7d..d60da36a0e 100644 --- a/resources/lang/ru_RU/config.php +++ b/resources/lang/ru_RU/config.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -39,6 +41,8 @@ return [ //'month_and_day_no_year' => '%B %e', 'month_and_day_no_year_js' => 'Do MMMM', + // Ignore this comment + //'date_time' => '%B %e, %Y, @ %T', 'date_time_js' => 'Do MMMM YYYY, @ HH:mm:ss', 'date_time_fns' => 'do MMMM yyyy, @ HH:mm:ss', @@ -66,3 +70,5 @@ return [ 'dow_6' => 'Суббота', 'dow_7' => 'Воскресенье', ]; + +// Ignore this comment diff --git a/resources/lang/ru_RU/demo.php b/resources/lang/ru_RU/demo.php index a874b66a50..d4a1e1c04e 100644 --- a/resources/lang/ru_RU/demo.php +++ b/resources/lang/ru_RU/demo.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -35,3 +37,5 @@ return [ 'piggy-banks-index' => 'Как вы можете видеть, здесь есть три копилки. Используйте кнопки «плюс» и «минус», чтобы влиять на количество денег в каждой копилке. Нажмите название копилки, чтобы увидеть её настройки.', 'profile-index' => 'Обратите внимание, что все данные на демо сайте очищаются каждые 4 часа. Ваш доступ к сайту может быть прекращён в любой момент. Это происходит автоматически и не является ошибкой.', ]; + +// Ignore this comment diff --git a/resources/lang/ru_RU/email.php b/resources/lang/ru_RU/email.php index 5c46f48d8d..482a7ef115 100644 --- a/resources/lang/ru_RU/email.php +++ b/resources/lang/ru_RU/email.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -33,6 +35,8 @@ return [ 'admin_test_subject' => 'Тестовое сообщение от вашей установки Firefly III', 'admin_test_body' => 'Это тестовое сообщение с вашего сервера Firefly III. Оно было отправлено на :email.', + // Ignore this comment + // invite 'invitation_created_subject' => 'Приглашение было создано', 'invitation_created_body' => 'Администратор ":email" создал приглашение пользователю с адресом электронной почты ":invitee". Приглашение действительно в течение 48 часов.', @@ -70,6 +74,8 @@ return [ 'registered_pw_reset_link' => 'Сбросить пароль:', 'registered_doc_link' => 'Документация:', + // Ignore this comment + // new version 'new_version_email_subject' => 'Доступна новая версия Firefly III', @@ -113,6 +119,8 @@ return [ 'error_stacktrace_below' => 'Полная трассировка стека:', 'error_headers' => 'Заголовки также могут иметь отношение к следующим темам:', + // Ignore this comment + // report new journals 'new_journals_subject' => 'Firefly III создал новую транзакцию|Firefly III создал :count новых транзакций', 'new_journals_header' => 'Firefly III создал для вас транзакцию. Вы можете найти её в вашей установке Firefly III: |Firefly III создал для вас :count транзакций. Вы можете найти их в вашей установке Firefly III:', @@ -129,3 +137,4 @@ return [ 'bill_warning_please_action' => 'Просим принять соответствующие меры.', ]; +// Ignore this comment diff --git a/resources/lang/ru_RU/errors.php b/resources/lang/ru_RU/errors.php index 8e81e7823a..1209d330c6 100644 --- a/resources/lang/ru_RU/errors.php +++ b/resources/lang/ru_RU/errors.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -39,6 +41,9 @@ return [ 'error_location' => 'Эта ошибка произошла в файле :file в строке :line с кодом :code.', 'stacktrace' => 'Трассировка стека', 'more_info' => 'Подробности', + + // Ignore this comment + 'collect_info' => 'Пожалуйста, соберите больше информации в каталоге storage/logs, где вы найдете файлы журнала. Если вы используете Docker, используйте docker logs -f [container].', 'collect_info_more' => 'Вы можете прочитать больше о сборе информации об ошибке в FAQ.', 'github_help' => 'Получить помощь на GitHub', diff --git a/resources/lang/ru_RU/firefly.php b/resources/lang/ru_RU/firefly.php index 29f7391f6c..725a98fc1d 100644 --- a/resources/lang/ru_RU/firefly.php +++ b/resources/lang/ru_RU/firefly.php @@ -22,6 +22,8 @@ declare(strict_types=1); +// Ignore this comment + return [ // general stuff: 'close' => 'Закрыть', @@ -324,6 +326,8 @@ return [ // old + // Ignore this comment + 'search_modifier_date_on' => 'Дата транзакции: ":value"', 'search_modifier_not_date_on' => 'Transaction date is not ":value"', 'search_modifier_reconciled' => 'Транзакция сверена', @@ -684,6 +688,7 @@ return [ 'create_rule_from_query' => 'Создать новое правило из поискового запроса', 'rule_from_search_words' => 'Механизм правил не справился с обработкой ":string". Предлагаемое правило, удовлетворяющее вашему поисковому запросу, может дать различные результаты. Пожалуйста, тщательно проверьте условия правила.', + // Ignore this comment // END 'modifiers_applies_are' => 'В поиске применяются следующие атрибуты:', @@ -1168,6 +1173,7 @@ return [ 'rule_trigger_not_destination_is_cash' => 'Destination account is not a cash account', 'rule_trigger_not_account_is_cash' => 'Neither account is a cash account', + // Ignore this comment // actions 'rule_action_delete_transaction_choice' => 'DELETE transaction(!)', @@ -1465,6 +1471,8 @@ return [ 'multi_account_warning_deposit' => 'Имейте в виду, что счёт назначения в других частях разделённой транзакции будет таким же, как в первой части дохода.', 'multi_account_warning_transfer' => 'Имейте в виду, что счёт-источник и счёт назначения в других частях разделённой транзакции будут такими же, как в первой части перевода.', + // Ignore this comment + // export data: 'export_data_title' => 'Экспорт данных из Firefly III', 'export_data_menu' => 'Экспорт данных', @@ -1839,6 +1847,8 @@ return [ 'stored_category' => 'Новая категория ":name" успешно сохранена!', 'without_category_between' => 'Без категории между :start и :end', + // Ignore this comment + // transactions: 'update_withdrawal' => 'Обновить расход', 'update_deposit' => 'Обновить доход', @@ -2057,6 +2067,8 @@ return [ 'classification' => 'Классификация', 'store_transaction' => 'Сохранить транзакцию', + // Ignore this comment + // reports: 'report_default' => 'Стандартный финансовый отчёт за период с :start по :end', 'report_audit' => 'Обзор транзакций за период с :start по :end', @@ -2161,6 +2173,8 @@ return [ 'sum_in_default_currency' => 'Сумма всегда будет в валюте по умолчанию.', 'net_filtered_prefs' => 'Эта диаграмма никогда не будет включать счета, у которых выключена опция "Включать в мои сбережения".', + // Ignore this comment + // charts: 'chart' => 'Диаграмма', 'month' => 'Месяц', @@ -2249,6 +2263,8 @@ return [ 'total_amount' => 'Итого', 'number_of_decimals' => 'Количество знаков после запятой', + // Ignore this comment + // administration 'invite_new_user_title' => 'Invite new user', '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.', @@ -2519,6 +2535,8 @@ return [ 'except_weekends' => 'Исключить выходные дни', 'recurrence_deleted' => 'Повторяющаяся транзакция ":title" удалена', + // Ignore this comment + // new lines for summary controller. 'box_balance_in_currency' => 'Баланс (:currency)', 'box_spent_in_currency' => 'Расходы (:currency)', @@ -2576,3 +2594,5 @@ return [ 'ale_action_add_tag' => 'Added tag', ]; + +// Ignore this comment diff --git a/resources/lang/ru_RU/form.php b/resources/lang/ru_RU/form.php index a8d0759a7c..7a40848dc4 100644 --- a/resources/lang/ru_RU/form.php +++ b/resources/lang/ru_RU/form.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -62,6 +64,9 @@ return [ 'opening_balance' => 'Начальный баланс', 'tagMode' => 'Режим метки', 'virtual_balance' => 'Виртуальный баланс', + + // Ignore this comment + 'targetamount' => 'Целевая сумма', 'account_role' => 'Тип счета', 'opening_balance_date' => 'Дата начального баланса', @@ -153,6 +158,9 @@ return [ 'piggyBank_areYouSure' => 'Вы уверены, что хотите удалить копилку с именем ":name"?', 'journal_areYouSure' => 'Вы действительно хотите удалить транзакцию с описанием ":description"?', 'mass_journal_are_you_sure' => 'Вы действительно хотите удалить эти транзакции?', + + // Ignore this comment + 'tag_areYouSure' => 'Вы действительно хотите удалить метку ":tag"?', 'journal_link_areYouSure' => 'Вы действительно хотите удалить связь между :source и :destination?', 'linkType_areYouSure' => 'Вы уверены, что хотите удалить тип ссылки ":name" (":inward" / ":outward")?', @@ -216,6 +224,9 @@ return [ 'fints_password' => 'PIN / Пароль', 'fints_account' => 'Счёт FinTS', 'local_account' => 'Счёт Firefly III', + + // Ignore this comment + 'from_date' => 'От даты', 'to_date' => 'До даты', 'due_date' => 'Срок оплаты', @@ -252,3 +263,4 @@ return [ 'webhook_response' => 'Ответ', 'webhook_trigger' => 'События', ]; +// Ignore this comment diff --git a/resources/lang/ru_RU/intro.php b/resources/lang/ru_RU/intro.php index c342a71bd3..32dc5aa960 100644 --- a/resources/lang/ru_RU/intro.php +++ b/resources/lang/ru_RU/intro.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -53,6 +55,8 @@ return [ 'budgets_index_list_of_budgets' => 'Используйте эту таблицу, чтобы установить суммы для каждого бюджета и посмотреть, как у вас идут дела.', 'budgets_index_outro' => 'Чтобы узнать больше о бюджете, воспользуйтесь значком справки в верхнем правом углу.', + // Ignore this comment + // reports (index) 'reports_index_intro' => 'Используйте эти отчеты, чтобы получить подробные сведения о ваших финансах.', 'reports_index_inputReportType' => 'Выберите тип отчета. Просмотрите страницу справки, чтобы узнать, что показывает каждый отчёт.', @@ -90,6 +94,8 @@ return [ 'piggy-banks_index_button' => 'Рядом с этим индикатором выполнения находятся две кнопки (+ и -) для добавления или удаления денег из каждой копилки.', 'piggy-banks_index_accountStatus' => 'Для каждого основного счёта, связанного хотя бы с одной копилкой, статус указан в этой таблице.', + // Ignore this comment + // create piggy 'piggy-banks_create_name' => 'Какова ваша цель? Новый диван, камера, деньги на "чёрный день"?', 'piggy-banks_create_date' => 'Вы можете указать конкретную дату или крайний срок для наполнения своей копилки.', @@ -132,6 +138,8 @@ return [ 'rules_create_test_rule_triggers' => 'Используйте эту кнопку, чтобы узнать, какие транзакции будут соответствовать вашему правилу.', 'rules_create_actions' => 'Установите столько действий, сколько хотите.', + // Ignore this comment + // preferences 'preferences_index_tabs' => 'На этих вкладках доступны дополнительные параметры.', @@ -143,3 +151,4 @@ return [ // create currency 'currencies_create_code' => 'Код должен соответствовать требованиям ISO (для новых валют вы можете найти код с помощью Google).', ]; +// Ignore this comment diff --git a/resources/lang/ru_RU/list.php b/resources/lang/ru_RU/list.php index db8dc7164d..5590c4a583 100644 --- a/resources/lang/ru_RU/list.php +++ b/resources/lang/ru_RU/list.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -56,6 +58,9 @@ return [ 'source' => 'Источник', 'next_expected_match' => 'Следующий ожидаемый результат', 'automatch' => 'Автоподбор?', + + // Ignore this comment + 'repeat_freq' => 'Повторы', 'description' => 'Описание', 'amount' => 'Сумма', @@ -121,6 +126,9 @@ return [ 'external_id' => 'Внешний ID', 'account_at_bunq' => 'Счёт с bunq', 'file_name' => 'Имя файла', + + // Ignore this comment + 'file_size' => 'Размер файла', 'file_type' => 'Тип файла', 'attached_to' => 'Прикреплено к', @@ -149,3 +157,4 @@ return [ 'secret' => 'Secret', ]; +// Ignore this comment diff --git a/resources/lang/ru_RU/pagination.php b/resources/lang/ru_RU/pagination.php index 4f0ca7701c..7c88bab9e0 100644 --- a/resources/lang/ru_RU/pagination.php +++ b/resources/lang/ru_RU/pagination.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ diff --git a/resources/lang/ru_RU/passwords.php b/resources/lang/ru_RU/passwords.php index 510f5192cc..0d10e5363e 100644 --- a/resources/lang/ru_RU/passwords.php +++ b/resources/lang/ru_RU/passwords.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ diff --git a/resources/lang/ru_RU/validation.php b/resources/lang/ru_RU/validation.php index d37b38e494..a981991829 100644 --- a/resources/lang/ru_RU/validation.php +++ b/resources/lang/ru_RU/validation.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -78,6 +80,9 @@ return [ 'before' => ':attribute должна быть раньше :date.', 'unique_object_for_user' => 'Это название уже используется.', 'unique_account_for_user' => 'Такое название счёта уже используется.', + + // Ignore this comment + 'between.numeric' => ':attribute должен быть больше :min и меньше :max.', 'between.file' => ':attribute должен быть размером :min - :max килобайт.', 'between.string' => ':attribute должен содержать :min - :max символов.', @@ -146,6 +151,8 @@ return [ 'same_account_type' => 'Оба счета должны иметь один тип счета', 'same_account_currency' => 'Оба счета должны иметь одну и ту же валюту', + // Ignore this comment + 'secure_password' => 'Это не безопасный пароль. Попробуйте еще раз. Подробнее можно узнать по ссылке https://bit.ly/FF3-password-security', 'valid_recurrence_rep_type' => 'Недопустимый тип для повторяющихся транзакций.', 'valid_recurrence_rep_moment' => 'Неверный период повторения для данного типа повторений.', @@ -204,6 +211,8 @@ return [ 'deposit_dest_bad_data' => 'Не удалось найти действительный счёт назначения при поиске ID ":id" или имени ":name".', 'deposit_dest_wrong_type' => 'Сохраняемый счёт назначения - некорректный.', + // Ignore this comment + 'transfer_source_need_data' => 'Для продолжения необходим действительный ID счёта-источника и/или действительное имя счёта.', 'transfer_source_bad_data' => 'Не удалось найти корректный счёт-источник при поиске ID ":id" или имени ":name".', 'transfer_dest_need_data' => 'Для продолжения необходим действительный ID счёта назначения и/или действительное имя счёта.', @@ -232,3 +241,5 @@ return [ 'auto_budget_amount_positive' => 'Сумма должна быть больше 0.', 'auto_budget_period_mandatory' => 'Период авто-бюджета - это обязательно поле.', ]; + +// Ignore this comment diff --git a/resources/lang/sk_SK/api.php b/resources/lang/sk_SK/api.php index cf82af250e..526481993b 100644 --- a/resources/lang/sk_SK/api.php +++ b/resources/lang/sk_SK/api.php @@ -21,6 +21,8 @@ declare(strict_types=1); +// Ignore this comment + return [ ]; diff --git a/resources/lang/sk_SK/auth.php b/resources/lang/sk_SK/auth.php index 38547734a3..20120c9fcd 100644 --- a/resources/lang/sk_SK/auth.php +++ b/resources/lang/sk_SK/auth.php @@ -20,8 +20,11 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); + return [ 'failed' => 'Nesprávne prihlasovacie údaje.', 'throttle' => 'Príliš mnoho pokusov o prihlásenie. Skúste to prosím znovu o :seconds sekúnd.', diff --git a/resources/lang/sk_SK/breadcrumbs.php b/resources/lang/sk_SK/breadcrumbs.php index a90628aa0a..a8e9eaf715 100644 --- a/resources/lang/sk_SK/breadcrumbs.php +++ b/resources/lang/sk_SK/breadcrumbs.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -53,6 +55,9 @@ return [ 'deposit_list' => 'Výnosy, príjmy a vklady', 'transfer_list' => 'Prevody', 'transfers_list' => 'Prevody', + + // Ignore this comment + 'reconciliation_list' => 'Vyúčtovania', 'create_withdrawal' => 'Vytvoriť nový výber', 'create_deposit' => 'Vytvoriť nový vklad', diff --git a/resources/lang/sk_SK/components.php b/resources/lang/sk_SK/components.php index c547bbcadc..399d53fddc 100644 --- a/resources/lang/sk_SK/components.php +++ b/resources/lang/sk_SK/components.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ diff --git a/resources/lang/sk_SK/config.php b/resources/lang/sk_SK/config.php index 504a1227f4..59eedf702c 100644 --- a/resources/lang/sk_SK/config.php +++ b/resources/lang/sk_SK/config.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -39,6 +41,8 @@ return [ //'month_and_day_no_year' => '%B %e', 'month_and_day_no_year_js' => 'MMMM Do', + // Ignore this comment + //'date_time' => '%B %e, %Y, @ %T', 'date_time_js' => 'D. MMMM YYYY, @ HH:mm:ss', 'date_time_fns' => 'MMMM do, yyyy @ HH:mm:ss', @@ -66,3 +70,5 @@ return [ 'dow_6' => 'Sobota', 'dow_7' => 'Nedeľa', ]; + +// Ignore this comment diff --git a/resources/lang/sk_SK/demo.php b/resources/lang/sk_SK/demo.php index 7cc6c51b32..7741c3b7f2 100644 --- a/resources/lang/sk_SK/demo.php +++ b/resources/lang/sk_SK/demo.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -35,3 +37,5 @@ return [ 'piggy-banks-index' => 'Ako vidíte, sú tu tri pokladničky. Pomocou tlačidiel plus a mínus môžete ovplyvňovať množstvo peňazí v jednotlivých pokladničkách. Kliknutím na názov pokladničkyzobrazíte správu jednotlivých pokladničiek.', 'profile-index' => 'Pamätajte, že ukážková stránka sa resetuje každé štyri hodiny. Váš prístup môže byť kedykoľvek odvolaný. To sa deje automaticky a nejde o chybu.', ]; + +// Ignore this comment diff --git a/resources/lang/sk_SK/email.php b/resources/lang/sk_SK/email.php index eee6e03219..fa565d5269 100644 --- a/resources/lang/sk_SK/email.php +++ b/resources/lang/sk_SK/email.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -33,6 +35,8 @@ return [ 'admin_test_subject' => 'Testovacia správa z vašej inštalácie Firefly III', 'admin_test_body' => 'Toto je testovacia správa z vašej inštancie Firefly III. Bola odoslaná na :email.', + // Ignore this comment + // invite 'invitation_created_subject' => 'An invitation has been created', 'invitation_created_body' => 'Admin user ":email" created a user invitation which can be used by whoever is behind email address ":invitee". The invite will be valid for 48hrs.', @@ -70,6 +74,8 @@ return [ 'registered_pw_reset_link' => 'Obnova hesla:', 'registered_doc_link' => 'Dokumentácia:', + // Ignore this comment + // new version 'new_version_email_subject' => 'A new Firefly III version is available', @@ -113,6 +119,8 @@ return [ 'error_stacktrace_below' => 'Celý zásobník je nižšie:', 'error_headers' => 'The following headers may also be relevant:', + // Ignore this comment + // report new journals 'new_journals_subject' => 'Firefly III vytvoril novú transakciu|Firefly III :count nových transakcií', 'new_journals_header' => 'Firefly III pre vás vytvoril transakciu. Nájdete ju vo svojej inštalácii Firefly III:|Firefly III pre vás vytvoríl :count transakcií. Nájdete ich vo svojej inštalácii Firefly III:', @@ -129,3 +137,4 @@ return [ 'bill_warning_please_action' => 'Please take the appropriate action.', ]; +// Ignore this comment diff --git a/resources/lang/sk_SK/errors.php b/resources/lang/sk_SK/errors.php index 32c61a9ec4..c00c04049a 100644 --- a/resources/lang/sk_SK/errors.php +++ b/resources/lang/sk_SK/errors.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -39,6 +41,9 @@ return [ 'error_location' => 'Chyba nastala v súbore ":file" na riadku :line s kódom :code.', 'stacktrace' => 'Trasovanie zásobníka', 'more_info' => 'Viac informácií', + + // Ignore this comment + 'collect_info' => 'Prosím, získajte viac informácií v zložke storage/logs, kde nájdete chybové záznamy. Ak spúšťate aplikáciu cez Docker, použite docker logs -f [container].', 'collect_info_more' => 'Viac o získavaní informácií o chybách si môžete prečítať v sekcii často kladených otázok.', 'github_help' => 'Nájdite pomoc na GitHube', diff --git a/resources/lang/sk_SK/firefly.php b/resources/lang/sk_SK/firefly.php index bcff43b672..ac6d03c7b5 100644 --- a/resources/lang/sk_SK/firefly.php +++ b/resources/lang/sk_SK/firefly.php @@ -22,6 +22,8 @@ declare(strict_types=1); +// Ignore this comment + return [ // general stuff: 'close' => 'Zavrieť', @@ -324,6 +326,8 @@ return [ // old + // Ignore this comment + 'search_modifier_date_on' => 'Transaction date is ":value"', 'search_modifier_not_date_on' => 'Transaction date is not ":value"', 'search_modifier_reconciled' => 'Transaction is reconciled', @@ -684,6 +688,7 @@ return [ 'create_rule_from_query' => 'Vytvoriť z vyhľadávaného výrazu nové pravidlo', 'rule_from_search_words' => 'Pravidlo má ťažkosti so spracovaním „:string“. Navrhované pravidlo, ktoré vyhovuje vášmu vyhľadávaciemu pojmu, môže poskytnúť rôzne výsledky. Dôkladne skontrolujte spúšťače pravidiel.', + // Ignore this comment // END 'modifiers_applies_are' => 'Pri vyhľadávaní sa použijú aj nasledujúce modifikátory:', @@ -1168,6 +1173,7 @@ return [ 'rule_trigger_not_destination_is_cash' => 'Destination account is not a cash account', 'rule_trigger_not_account_is_cash' => 'Neither account is a cash account', + // Ignore this comment // actions 'rule_action_delete_transaction_choice' => 'DELETE transaction(!)', @@ -1465,6 +1471,8 @@ return [ 'multi_account_warning_deposit' => 'Majte na pamäti, že zdrojový bankový účet následných rozúčtovaní bude prepísaný tým, čo je definované v prvom rozúčtovaní vkladu.', 'multi_account_warning_transfer' => 'Majte na pamäti, že zdrojový a cieľový bankový účet následných rozúčtovaní bude prepísaný tým, čo je definované v prvom rozúčtovaní prevodu.', + // Ignore this comment + // export data: 'export_data_title' => 'Export údajov z Firefly III', 'export_data_menu' => 'Export údajov', @@ -1839,6 +1847,8 @@ return [ 'stored_category' => 'Nová kategória „:name“ bola uložená', 'without_category_between' => 'Bez kategórie medzi :start a :end', + // Ignore this comment + // transactions: 'update_withdrawal' => 'Upraviť výber', 'update_deposit' => 'Upraviť vklad', @@ -2057,6 +2067,8 @@ return [ 'classification' => 'Klasifikácia', 'store_transaction' => 'Uložiť transakciu', + // Ignore this comment + // reports: 'report_default' => 'Predvolený finančný výkaz v období :start a :end', 'report_audit' => 'Prehľad histórie transakcií medzi :start a :end', @@ -2161,6 +2173,8 @@ return [ 'sum_in_default_currency' => 'Suma vždy bude v mene, ktorú ste nastavili jako predvolenú.', 'net_filtered_prefs' => 'Tento graf nikdy nebude obsahovať účty, ktoré nemajú začiarknuté políčko „Zahrnúť do čistého imania“.', + // Ignore this comment + // charts: 'chart' => 'Graf', 'month' => 'Mesiac', @@ -2249,6 +2263,8 @@ return [ 'total_amount' => 'Celková suma', 'number_of_decimals' => 'Počet desatinných miest', + // Ignore this comment + // administration 'invite_new_user_title' => 'Invite new user', '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.', @@ -2519,6 +2535,8 @@ return [ 'except_weekends' => 'Okrem víkendov', 'recurrence_deleted' => 'Opakovaná transakcia ":title" bola odstránená', + // Ignore this comment + // new lines for summary controller. 'box_balance_in_currency' => 'Zostatok (:currency)', 'box_spent_in_currency' => 'Utratené (:currency)', @@ -2576,3 +2594,5 @@ return [ 'ale_action_add_tag' => 'Added tag', ]; + +// Ignore this comment diff --git a/resources/lang/sk_SK/form.php b/resources/lang/sk_SK/form.php index 3e29724758..5e8a1f5937 100644 --- a/resources/lang/sk_SK/form.php +++ b/resources/lang/sk_SK/form.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -62,6 +64,9 @@ return [ 'opening_balance' => 'Počiatočný zostatok', 'tagMode' => 'Režim štítku', 'virtual_balance' => 'Virtuálnu zostatok', + + // Ignore this comment + 'targetamount' => 'Cieľová suma', 'account_role' => 'Rola účtu', 'opening_balance_date' => 'Dátum počiatočného zostatku', @@ -153,6 +158,9 @@ return [ 'piggyBank_areYouSure' => 'Skutočne chcete odstrániť pokladničku s názvom ":name"?', 'journal_areYouSure' => 'Skutočne chcete odstrániť transakciu popísanú ":description"?', 'mass_journal_are_you_sure' => 'Skutočne chcete odstrániť tieto transakcie?', + + // Ignore this comment + 'tag_areYouSure' => 'Skutočne chcete odstrániť značku ":tag"?', 'journal_link_areYouSure' => 'Skutočne chcete odstrániť previazanie medzi :source a :destination?', 'linkType_areYouSure' => 'Skutočne chcete odstrániť previazanie typu ":name" (":inward" / ":outward")?', @@ -216,6 +224,9 @@ return [ 'fints_password' => 'PIN kód / heslo', 'fints_account' => 'FinTS účet', 'local_account' => 'Účet Firefly III', + + // Ignore this comment + 'from_date' => 'Od dátumu', 'to_date' => 'Do dátumu', 'due_date' => 'Dátum splatnosti', @@ -252,3 +263,4 @@ return [ 'webhook_response' => 'Response', 'webhook_trigger' => 'Trigger', ]; +// Ignore this comment diff --git a/resources/lang/sk_SK/intro.php b/resources/lang/sk_SK/intro.php index 62cb68a779..dba742c504 100644 --- a/resources/lang/sk_SK/intro.php +++ b/resources/lang/sk_SK/intro.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -53,6 +55,8 @@ return [ 'budgets_index_list_of_budgets' => 'Používajte túto tabuľku pre nastavenie súm pre každý rozpočet a zistite, ako ste na tom s financiami.', 'budgets_index_outro' => 'Ak se chcete dozvedieť viac o tvorbe rozpočtov, kliknite na ikonu pomocníka v pravom hornom rohu.', + // Ignore this comment + // reports (index) 'reports_index_intro' => 'S pomocou týchto prehľadov získate podrobné informácie o svojich financiách.', 'reports_index_inputReportType' => 'Vyberte typ prehľadu. Pozrite sa na stránky pomocníka a zistite, čo vám každý prehľad ukáže.', @@ -90,6 +94,8 @@ return [ 'piggy-banks_index_button' => 'Vedľa tohto ukazovateľa postupu sa nachádzajú dve tlačítka (+ a -) pre pridanie alebo odobranie peňazí z každej z pokladničiek.', 'piggy-banks_index_accountStatus' => 'Pre každý majetkový účet s aspoň jednou pokladničkou je v tejto tabuľke vypísaný stav.', + // Ignore this comment + // create piggy 'piggy-banks_create_name' => 'Čo je vašim cieľom? Nová pohovka, fotoaparát, rezerva pre nečekané výdaje?', 'piggy-banks_create_date' => 'Pre pokladničku je možné nastaviť cieľový dátum alebo termín.', @@ -132,6 +138,8 @@ return [ 'rules_create_test_rule_triggers' => 'Toto tlačidlo slúži na zobrazenie transakcií, ktoré zodpovedajú pravidlu.', 'rules_create_actions' => 'Nastavte toľko akcií, koľko potrebujete.', + // Ignore this comment + // preferences 'preferences_index_tabs' => 'Ďalšie možnosti sú k dispozícii v kartách.', @@ -143,3 +151,4 @@ return [ // create currency 'currencies_create_code' => 'Tento kód by mal byť v súlade s normou ISO (vyhľadajte si ho pre novú menu).', ]; +// Ignore this comment diff --git a/resources/lang/sk_SK/list.php b/resources/lang/sk_SK/list.php index 42a0efda44..edb1bc27bc 100644 --- a/resources/lang/sk_SK/list.php +++ b/resources/lang/sk_SK/list.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -56,6 +58,9 @@ return [ 'source' => 'Zdroj', 'next_expected_match' => 'Ďalšia očakávaná zhoda', 'automatch' => 'Automatické hľadanie zhody?', + + // Ignore this comment + 'repeat_freq' => 'Opakuje sa', 'description' => 'Popis', 'amount' => 'Suma', @@ -121,6 +126,9 @@ return [ 'external_id' => 'Externý identifikátor', 'account_at_bunq' => 'Účet s bunq', 'file_name' => 'Název souboru', + + // Ignore this comment + 'file_size' => 'Veľkosť súboru', 'file_type' => 'Typ súboru', 'attached_to' => 'Pripojené k', @@ -149,3 +157,4 @@ return [ 'secret' => 'Secret', ]; +// Ignore this comment diff --git a/resources/lang/sk_SK/pagination.php b/resources/lang/sk_SK/pagination.php index 034fc0b470..5093a02c0b 100644 --- a/resources/lang/sk_SK/pagination.php +++ b/resources/lang/sk_SK/pagination.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ diff --git a/resources/lang/sk_SK/passwords.php b/resources/lang/sk_SK/passwords.php index 6feb5f19f3..a7e2c60abd 100644 --- a/resources/lang/sk_SK/passwords.php +++ b/resources/lang/sk_SK/passwords.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ diff --git a/resources/lang/sk_SK/validation.php b/resources/lang/sk_SK/validation.php index 8054eb2a2f..5d1c606acc 100644 --- a/resources/lang/sk_SK/validation.php +++ b/resources/lang/sk_SK/validation.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -78,6 +80,9 @@ return [ 'before' => ':attribute musí byť skôr než :date.', 'unique_object_for_user' => 'Tento názov sa už používa.', 'unique_account_for_user' => 'Tento názov účtu je už použitý.', + + // Ignore this comment + 'between.numeric' => ':attribute musí byť v rozsahu :min a :max.', 'between.file' => ':attribute musí byť v rozsahu :min a :max kilobajtov.', 'between.string' => ':attribute musí mať dĺžku v rozsahu :min a :max znakov.', @@ -146,6 +151,8 @@ return [ 'same_account_type' => 'Oba účty musia mať rovnaký typ', 'same_account_currency' => 'Oba účty musia mať rovnakú menu', + // Ignore this comment + '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.', 'valid_recurrence_rep_moment' => 'Neplatný moment opakovania pre tento typ opakovania.', @@ -204,6 +211,8 @@ return [ 'deposit_dest_bad_data' => 'Pre ID „:id“ alebo meno „:name“ sa nenašiel žiadny platný cieľový účet.', 'deposit_dest_wrong_type' => 'Zadaný cieľový účet nemá správny typ.', + // Ignore this comment + 'transfer_source_need_data' => 'Pre pokračovanie je potrebné platné ID zdrojového účtu a/alebo platný názov zdrojového účtu.', 'transfer_source_bad_data' => 'Nenašiel sa platný zdrojový účet pri hľadaní ID „:id“ alebo mena „:name“.', 'transfer_dest_need_data' => 'Pre pokračovanie je potrebné platné ID cieľového účtu a/alebo platný názov cieľového účtu.', @@ -232,3 +241,5 @@ return [ 'auto_budget_amount_positive' => 'Suma musí byť viac ako 0.', 'auto_budget_period_mandatory' => 'Obdobie rozpočtu je povinný údaj.', ]; + +// Ignore this comment diff --git a/resources/lang/sl_SI/api.php b/resources/lang/sl_SI/api.php index cf82af250e..526481993b 100644 --- a/resources/lang/sl_SI/api.php +++ b/resources/lang/sl_SI/api.php @@ -21,6 +21,8 @@ declare(strict_types=1); +// Ignore this comment + return [ ]; diff --git a/resources/lang/sl_SI/auth.php b/resources/lang/sl_SI/auth.php index 434b18a2d2..5b95399e8a 100644 --- a/resources/lang/sl_SI/auth.php +++ b/resources/lang/sl_SI/auth.php @@ -20,8 +20,11 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); + return [ 'failed' => 'Podatki se ne ujemajo s podatki v naši bazi.', 'throttle' => 'Prevečkrat ste se poskusili prijaviti. Poskusite ponovno čez :seconds sekunde.', diff --git a/resources/lang/sl_SI/breadcrumbs.php b/resources/lang/sl_SI/breadcrumbs.php index 651ab58fed..12d59c3e5f 100644 --- a/resources/lang/sl_SI/breadcrumbs.php +++ b/resources/lang/sl_SI/breadcrumbs.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -53,6 +55,9 @@ return [ 'deposit_list' => 'prihodki', 'transfer_list' => 'prenosi', 'transfers_list' => 'prenosi', + + // Ignore this comment + 'reconciliation_list' => 'Poravnave', 'create_withdrawal' => 'ustvari nov odhodek', 'create_deposit' => 'ustvari nov prihodek', diff --git a/resources/lang/sl_SI/components.php b/resources/lang/sl_SI/components.php index c547bbcadc..399d53fddc 100644 --- a/resources/lang/sl_SI/components.php +++ b/resources/lang/sl_SI/components.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ diff --git a/resources/lang/sl_SI/config.php b/resources/lang/sl_SI/config.php index 27fb11557d..7740f50c62 100644 --- a/resources/lang/sl_SI/config.php +++ b/resources/lang/sl_SI/config.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -39,6 +41,8 @@ return [ //'month_and_day_no_year' => '%B %e', 'month_and_day_no_year_js' => 'Do MMMM', + // Ignore this comment + //'date_time' => '%B %e, %Y, @ %T', 'date_time_js' => 'D. MMMM, YYYY, @ HH:mm:ss', 'date_time_fns' => 'MMMM do, yyyy @ HH:mm:ss', @@ -66,3 +70,5 @@ return [ 'dow_6' => 'Sobota', 'dow_7' => 'Nedelja', ]; + +// Ignore this comment diff --git a/resources/lang/sl_SI/demo.php b/resources/lang/sl_SI/demo.php index 02f9807c31..4780d27e1f 100644 --- a/resources/lang/sl_SI/demo.php +++ b/resources/lang/sl_SI/demo.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -37,3 +39,5 @@ Računi obveznosti so vaši dolgovi in krediti, kot na primer dolg na kreditni k 'piggy-banks-index' => 'Obstajajo trije pujski. Uporabi gumba plus in minus da vplivaš na količino denarja v vsakem. Klikni na ime pujska za več informacij.', 'profile-index' => 'Demo spletno mesto se ponastavi vsake štiri ure. Dostop lahko izgubiš v vsakem trenutku. Ta proces je samodejen in ne gre za "bug".', ]; + +// Ignore this comment diff --git a/resources/lang/sl_SI/email.php b/resources/lang/sl_SI/email.php index da1189f2e8..2d13375916 100644 --- a/resources/lang/sl_SI/email.php +++ b/resources/lang/sl_SI/email.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -33,6 +35,8 @@ return [ 'admin_test_subject' => 'Testno sporočilo Vaše Firefly III namestitve', 'admin_test_body' => 'To je testno sporočilo iz vašega primerka Firefly III. Poslano je bilo na naslov :email.', + // Ignore this comment + // invite 'invitation_created_subject' => 'Ustvarjeno je bilo povabilo', 'invitation_created_body' => 'Administratorski uporabnik ":email" je ustvaril povabilo, ki ga lahko uporabi vsak, ki se skriva za e-poštnim naslovom ":invitee". Vabilo velja 48 ur.', @@ -70,6 +74,8 @@ return [ 'registered_pw_reset_link' => 'Ponastavitev gesla:', 'registered_doc_link' => 'Dokumentacija:', + // Ignore this comment + // new version 'new_version_email_subject' => 'Na voljo je nova različica Firefly III', @@ -113,6 +119,8 @@ return [ 'error_stacktrace_below' => 'Celotna stacktrace je spodaj:', 'error_headers' => 'The following headers may also be relevant:', + // Ignore this comment + // report new journals 'new_journals_subject' => 'Firefly III has created a new transaction|Firefly III has created :count new transactions', 'new_journals_header' => 'Firefly III has created a transaction for you. You can find it in your Firefly III installation:|Firefly III has created :count transactions for you. You can find them in your Firefly III installation:', @@ -129,3 +137,4 @@ return [ 'bill_warning_please_action' => 'Please take the appropriate action.', ]; +// Ignore this comment diff --git a/resources/lang/sl_SI/errors.php b/resources/lang/sl_SI/errors.php index 195ac4757d..5d27624916 100644 --- a/resources/lang/sl_SI/errors.php +++ b/resources/lang/sl_SI/errors.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -39,6 +41,9 @@ return [ 'error_location' => 'This error occured in file :file on line :line with code :code.', 'stacktrace' => 'Stack trace', 'more_info' => 'More information', + + // Ignore this comment + 'collect_info' => 'Please collect more information in the storage/logs directory where you will find log files. If you\'re running Docker, use docker logs -f [container].', 'collect_info_more' => 'You can read more about collecting error information in the FAQ.', 'github_help' => 'Get help on GitHub', diff --git a/resources/lang/sl_SI/firefly.php b/resources/lang/sl_SI/firefly.php index a7c2c606d0..b52c958d66 100644 --- a/resources/lang/sl_SI/firefly.php +++ b/resources/lang/sl_SI/firefly.php @@ -22,6 +22,8 @@ declare(strict_types=1); +// Ignore this comment + return [ // general stuff: 'close' => 'zapri', @@ -324,6 +326,8 @@ return [ // old + // Ignore this comment + 'search_modifier_date_on' => 'Transaction date is ":value"', 'search_modifier_not_date_on' => 'Transaction date is not ":value"', 'search_modifier_reconciled' => 'Transaction is reconciled', @@ -684,6 +688,7 @@ return [ '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.', + // Ignore this comment // END 'modifiers_applies_are' => 'Naslednji modifikatorji se uporabljajo tudi za iskanje:', @@ -1168,6 +1173,7 @@ return [ 'rule_trigger_not_destination_is_cash' => 'Destination account is not a cash account', 'rule_trigger_not_account_is_cash' => 'Neither account is a cash account', + // Ignore this comment // actions 'rule_action_delete_transaction_choice' => 'DELETE transaction(!)', @@ -1465,6 +1471,8 @@ return [ '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.', + // Ignore this comment + // export data: 'export_data_title' => 'Export data from Firefly III', 'export_data_menu' => 'Izvozi podatke', @@ -1839,6 +1847,8 @@ return [ 'stored_category' => 'Nova kategorija ":name" shranjen', 'without_category_between' => 'Brez kategorije med :start in :end', + // Ignore this comment + // transactions: 'update_withdrawal' => 'Posodobi odliv', 'update_deposit' => 'Posodobi polog', @@ -2057,6 +2067,8 @@ return [ 'classification' => 'Klasifikacija', 'store_transaction' => 'Store transaction', + // Ignore this comment + // reports: 'report_default' => 'Privzeto finančno poročilo med :start in :end', 'report_audit' => 'Pregled zgodovine transakcij med :start in :end', @@ -2161,6 +2173,8 @@ return [ 'sum_in_default_currency' => 'Vsota bo vedno v privzeti valuti.', 'net_filtered_prefs' => 'Ta diagram nikoli ne bo vključeval računov, ki nimajo izbrano »Vključi v neto vrednost«.', + // Ignore this comment + // charts: 'chart' => 'Diagram', 'month' => 'Mesec', @@ -2249,6 +2263,8 @@ return [ 'total_amount' => 'Skupni znesek', 'number_of_decimals' => 'Število decimalk', + // Ignore this comment + // administration 'invite_new_user_title' => 'Invite new user', '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.', @@ -2519,6 +2535,8 @@ return [ 'except_weekends' => 'Razen vikendov', 'recurrence_deleted' => 'Ponavljajoča transakcija ":title" izbrisana', + // Ignore this comment + // new lines for summary controller. 'box_balance_in_currency' => 'Balance (:currency)', 'box_spent_in_currency' => 'Spent (:currency)', @@ -2576,3 +2594,5 @@ return [ 'ale_action_add_tag' => 'Dodana oznaka', ]; + +// Ignore this comment diff --git a/resources/lang/sl_SI/form.php b/resources/lang/sl_SI/form.php index 29cdcf4eeb..ef9507c407 100644 --- a/resources/lang/sl_SI/form.php +++ b/resources/lang/sl_SI/form.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -62,6 +64,9 @@ return [ 'opening_balance' => 'Začetno stanje', 'tagMode' => 'Način oznak', 'virtual_balance' => 'Navidezno stanje', + + // Ignore this comment + 'targetamount' => 'Ciljni znesek', 'account_role' => 'Vloga računa', 'opening_balance_date' => 'Datum začetnega stanja', @@ -153,6 +158,9 @@ return [ 'piggyBank_areYouSure' => 'Si prepričan, da želiš zbrisati hranilnik ":name"?', 'journal_areYouSure' => 'Si prepričan, da želiš zbrisati transakcijo z opisom ":description"?', 'mass_journal_are_you_sure' => 'Si prepričani, da želite izbrisati te transakcije?', + + // Ignore this comment + 'tag_areYouSure' => 'Si prepričan, da želite izbrisati to oznako ":tag"?', 'journal_link_areYouSure' => 'Si prepričan, da želiš izbrisati povezavo med :source in :destination?', 'linkType_areYouSure' => 'Si prepričan, da želiš izbrisati vrsto povezave ":name" (":inward"/":outward")?', @@ -216,6 +224,9 @@ return [ 'fints_password' => 'PIN / geslo', 'fints_account' => 'FinTS account', 'local_account' => 'Račun v Firely III', + + // Ignore this comment + 'from_date' => 'Datum od', 'to_date' => 'Datum do', 'due_date' => 'Datum zapadlosti', @@ -252,3 +263,4 @@ return [ 'webhook_response' => 'Response', 'webhook_trigger' => 'Trigger', ]; +// Ignore this comment diff --git a/resources/lang/sl_SI/intro.php b/resources/lang/sl_SI/intro.php index 6d6c8c9e47..5769c7c010 100644 --- a/resources/lang/sl_SI/intro.php +++ b/resources/lang/sl_SI/intro.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -53,6 +55,8 @@ return [ 'budgets_index_list_of_budgets' => 'S to tabelo določi zneske za vsak proračun in si oglej, kako napreduješ.', 'budgets_index_outro' => 'Če želiš izvedeti več o pripravi proračuna, preveri ikono pomoči v zgornjem desnem kotu.', + // Ignore this comment + // reports (index) 'reports_index_intro' => 'S temi poročili dobiš podroben vpogled v svoje finance.', 'reports_index_inputReportType' => 'Izberi vrsto poročila. Oglej si strani za pomoč, če želiš videti, kaj ti vsako poročilo prikazuje.', @@ -90,6 +94,8 @@ return [ 'piggy-banks_index_button' => 'Next to this progress bar are two buttons (+ and -) to add or remove money from each piggy bank.', 'piggy-banks_index_accountStatus' => 'For each asset account with at least one piggy bank the status is listed in this table.', + // Ignore this comment + // create piggy 'piggy-banks_create_name' => 'What is your goal? A new couch, a camera, money for emergencies?', 'piggy-banks_create_date' => 'You can set a target date or a deadline for your piggy bank.', @@ -132,6 +138,8 @@ return [ 'rules_create_test_rule_triggers' => 'Use this button to see which transactions would match your rule.', 'rules_create_actions' => 'Set as many actions as you like.', + // Ignore this comment + // preferences 'preferences_index_tabs' => 'More options are available behind these tabs.', @@ -143,3 +151,4 @@ return [ // create currency 'currencies_create_code' => 'This code should be ISO compliant (Google it for your new currency).', ]; +// Ignore this comment diff --git a/resources/lang/sl_SI/list.php b/resources/lang/sl_SI/list.php index cde37105d5..ee748b0951 100644 --- a/resources/lang/sl_SI/list.php +++ b/resources/lang/sl_SI/list.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -56,6 +58,9 @@ return [ 'source' => 'Izvor', 'next_expected_match' => 'Naslenje pričakovano ujemanje', 'automatch' => 'Samodejno poveži?', + + // Ignore this comment + 'repeat_freq' => 'Ponovitev', 'description' => 'Opis', 'amount' => 'Znesek', @@ -121,6 +126,9 @@ return [ 'external_id' => 'External ID', 'account_at_bunq' => 'Account with bunq', 'file_name' => 'Ime datoteke', + + // Ignore this comment + 'file_size' => 'Velikost datoteke', 'file_type' => 'Vrsta datoteke', 'attached_to' => 'Attached to', @@ -149,3 +157,4 @@ return [ 'secret' => 'Secret', ]; +// Ignore this comment diff --git a/resources/lang/sl_SI/pagination.php b/resources/lang/sl_SI/pagination.php index 368c9d8bac..8208e1e0f4 100644 --- a/resources/lang/sl_SI/pagination.php +++ b/resources/lang/sl_SI/pagination.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ diff --git a/resources/lang/sl_SI/passwords.php b/resources/lang/sl_SI/passwords.php index 631c4bf4ac..eed73b65bb 100644 --- a/resources/lang/sl_SI/passwords.php +++ b/resources/lang/sl_SI/passwords.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ diff --git a/resources/lang/sl_SI/validation.php b/resources/lang/sl_SI/validation.php index cddb06b485..dad7a9800d 100644 --- a/resources/lang/sl_SI/validation.php +++ b/resources/lang/sl_SI/validation.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -78,6 +80,9 @@ return [ 'before' => 'The :attribute must be a date before :date.', 'unique_object_for_user' => 'This name is already in use.', 'unique_account_for_user' => 'This account name is already in use.', + + // Ignore this comment + 'between.numeric' => 'The :attribute must be between :min and :max.', 'between.file' => 'The :attribute must be between :min and :max kilobytes.', 'between.string' => 'The :attribute must be between :min and :max characters.', @@ -146,6 +151,8 @@ return [ 'same_account_type' => 'Both accounts must be of the same account type', 'same_account_currency' => 'Both accounts must have the same currency setting', + // Ignore this comment + 'secure_password' => 'This is not a secure password. Please try again. For more information, visit https://bit.ly/FF3-password-security', 'valid_recurrence_rep_type' => 'Invalid repetition type for recurring transactions.', 'valid_recurrence_rep_moment' => 'Invalid repetition moment for this type of repetition.', @@ -204,6 +211,8 @@ return [ 'deposit_dest_bad_data' => 'Could not find a valid destination account when searching for ID ":id" or name ":name".', 'deposit_dest_wrong_type' => 'The submitted destination account is not of the right type.', + // Ignore this comment + 'transfer_source_need_data' => 'Need to get a valid source account ID and/or valid source account name to continue.', 'transfer_source_bad_data' => 'Could not find a valid source account when searching for ID ":id" or name ":name".', 'transfer_dest_need_data' => 'Need to get a valid destination account ID and/or valid destination account name to continue.', @@ -232,3 +241,5 @@ return [ 'auto_budget_amount_positive' => 'The amount must be more than zero.', 'auto_budget_period_mandatory' => 'The auto budget period is a mandatory field.', ]; + +// Ignore this comment diff --git a/resources/lang/sv_SE/api.php b/resources/lang/sv_SE/api.php index cf82af250e..526481993b 100644 --- a/resources/lang/sv_SE/api.php +++ b/resources/lang/sv_SE/api.php @@ -21,6 +21,8 @@ declare(strict_types=1); +// Ignore this comment + return [ ]; diff --git a/resources/lang/sv_SE/auth.php b/resources/lang/sv_SE/auth.php index f98e91504d..cfa2a2d39a 100644 --- a/resources/lang/sv_SE/auth.php +++ b/resources/lang/sv_SE/auth.php @@ -20,8 +20,11 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); + return [ 'failed' => 'Inloggningssuppgifterna kunde inte hittas.', 'throttle' => 'För många inloggningsförsök. Vänligen försök igen om :seconds sekunder.', diff --git a/resources/lang/sv_SE/breadcrumbs.php b/resources/lang/sv_SE/breadcrumbs.php index b6a578054c..ce5f3371db 100644 --- a/resources/lang/sv_SE/breadcrumbs.php +++ b/resources/lang/sv_SE/breadcrumbs.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -53,6 +55,9 @@ return [ 'deposit_list' => 'Intäkter, inkomster och insättningar', 'transfer_list' => 'Överföringar', 'transfers_list' => 'Överföringar', + + // Ignore this comment + 'reconciliation_list' => 'Avstämningar', 'create_withdrawal' => 'Skapa nytt uttag', 'create_deposit' => 'Skapa ny insättning', diff --git a/resources/lang/sv_SE/components.php b/resources/lang/sv_SE/components.php index c547bbcadc..399d53fddc 100644 --- a/resources/lang/sv_SE/components.php +++ b/resources/lang/sv_SE/components.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ diff --git a/resources/lang/sv_SE/config.php b/resources/lang/sv_SE/config.php index c9a9457b7c..69024b96d9 100644 --- a/resources/lang/sv_SE/config.php +++ b/resources/lang/sv_SE/config.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -39,6 +41,8 @@ return [ //'month_and_day_no_year' => '%B %e', 'month_and_day_no_year_js' => 'MMMM Do', + // Ignore this comment + //'date_time' => '%B %e, %Y, @ %T', 'date_time_js' => 'MMMM DD YYYY, @ HH:mm:ss', 'date_time_fns' => 'MMMM do, yyyy @ HH:mm:ss', @@ -66,3 +70,5 @@ return [ 'dow_6' => 'Lördag', 'dow_7' => 'Söndag', ]; + +// Ignore this comment diff --git a/resources/lang/sv_SE/demo.php b/resources/lang/sv_SE/demo.php index 09279d0d35..a41e46059d 100644 --- a/resources/lang/sv_SE/demo.php +++ b/resources/lang/sv_SE/demo.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -35,3 +37,5 @@ return [ 'piggy-banks-index' => 'Som ni ser finns det tre spargrisar. Använd plus- och minus-knapparna för att påverka mängden pengar i varje spargris. Klicka på spargrisens namn för att se administrationen för varje spargris.', 'profile-index' => 'Tänk på att demosidan återställs var fjärde timme. Din åtkomst kan återkallas när som helst. Detta händer automatiskt och är inte ett fel.', ]; + +// Ignore this comment diff --git a/resources/lang/sv_SE/email.php b/resources/lang/sv_SE/email.php index 085ec3f889..bafaa3a69d 100644 --- a/resources/lang/sv_SE/email.php +++ b/resources/lang/sv_SE/email.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -33,6 +35,8 @@ return [ 'admin_test_subject' => 'Ett testmeddelande från din Firefly III-installation', 'admin_test_body' => 'Detta är ett testmeddelande från din Firefly III-instans. Det skickades till :email.', + // Ignore this comment + // invite 'invitation_created_subject' => 'An invitation has been created', 'invitation_created_body' => 'Admin user ":email" created a user invitation which can be used by whoever is behind email address ":invitee". The invite will be valid for 48hrs.', @@ -70,6 +74,8 @@ return [ 'registered_pw_reset_link' => 'Återställ lösenord:', 'registered_doc_link' => 'Dokumentation:', + // Ignore this comment + // new version 'new_version_email_subject' => 'A new Firefly III version is available', @@ -113,6 +119,8 @@ return [ 'error_stacktrace_below' => 'Komplett stacktrace nedan:', 'error_headers' => 'The following headers may also be relevant:', + // Ignore this comment + // report new journals 'new_journals_subject' => 'Firefly III har skapat en ny transaktion|Firefly III har skapat :count nya transaktioner', 'new_journals_header' => 'Firefly III har skapat en transaktion åt dig. Du hittar den i din Firefly III-installation:|Firefly III har skapat :count transaktioner åt dig. Du hittar dem i din Firefly III-installation:', @@ -129,3 +137,4 @@ return [ 'bill_warning_please_action' => 'Please take the appropriate action.', ]; +// Ignore this comment diff --git a/resources/lang/sv_SE/errors.php b/resources/lang/sv_SE/errors.php index fee2c9ddf0..b757d5ea0c 100644 --- a/resources/lang/sv_SE/errors.php +++ b/resources/lang/sv_SE/errors.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -39,6 +41,9 @@ return [ 'error_location' => 'Detta fel inträffade i filen :file på rad :line med kod :code.', 'stacktrace' => 'Stackspårning', 'more_info' => 'Mer information', + + // Ignore this comment + 'collect_info' => 'Vänligen samla in mer information i katalogen lagring/loggar där du hittar loggfiler. Om du kör Docker, använd dockerloggar -f [container].', 'collect_info_more' => 'Du kan läsa mer om att samla in felinformation i FAQ.', 'github_help' => 'Få hjälp på GitHub', diff --git a/resources/lang/sv_SE/firefly.php b/resources/lang/sv_SE/firefly.php index 6fffdc16e3..1e0444e039 100644 --- a/resources/lang/sv_SE/firefly.php +++ b/resources/lang/sv_SE/firefly.php @@ -22,6 +22,8 @@ declare(strict_types=1); +// Ignore this comment + return [ // general stuff: 'close' => 'Stäng', @@ -324,6 +326,8 @@ return [ // old + // Ignore this comment + 'search_modifier_date_on' => 'Transaction date is ":value"', 'search_modifier_not_date_on' => 'Transaction date is not ":value"', 'search_modifier_reconciled' => 'Transaction is reconciled', @@ -684,6 +688,7 @@ return [ 'create_rule_from_query' => 'Skapa ny regel från sökfrågan', 'rule_from_search_words' => 'Regelmotorn har svårt att hantera ":string". Den föreslagna regeln som passar din sökfråga kan ge olika resultat. Kontrollera regelutlösarna noggrant.', + // Ignore this comment // END 'modifiers_applies_are' => 'Följande filter tillämpas även på sökning(ar):', @@ -1168,6 +1173,7 @@ return [ 'rule_trigger_not_destination_is_cash' => 'Destination account is not a cash account', 'rule_trigger_not_account_is_cash' => 'Neither account is a cash account', + // Ignore this comment // actions 'rule_action_delete_transaction_choice' => 'DELETE transaction(!)', @@ -1465,6 +1471,8 @@ return [ 'multi_account_warning_deposit' => 'Tänk på att destinationskontot för efterföljande uppdelningar kommer att styras av vad som än definieras i den första uppdelningen av insättningen.', 'multi_account_warning_transfer' => 'Tänk på att käll + destinationskonto av efterföljande delningar kommer att styras av vad som definieras i den första uppdelningen av överföringen.', + // Ignore this comment + // export data: 'export_data_title' => 'Exportera data från Firefly III', 'export_data_menu' => 'Exportera data', @@ -1839,6 +1847,8 @@ return [ 'stored_category' => 'Ny kategori ":name" lagrades', 'without_category_between' => 'Utan kategori mellan :start och :end', + // Ignore this comment + // transactions: 'update_withdrawal' => 'Uppdatera uttag', 'update_deposit' => 'Uppdatera insättning', @@ -2057,6 +2067,8 @@ return [ 'classification' => 'Klassificering', 'store_transaction' => 'Lagra transaktion', + // Ignore this comment + // reports: 'report_default' => 'Standard ekonomisk rapport mellan :start och :end', 'report_audit' => 'Transaktionshistoriköversikt mellan :start och :end', @@ -2161,6 +2173,8 @@ return [ 'sum_in_default_currency' => 'Summan kommer alltid att vara i din standardvaluta.', 'net_filtered_prefs' => 'Det här diagrammet kommer aldrig att innehålla konton som har alternativet "Inkludera i nätet värdet" avmarkerat.', + // Ignore this comment + // charts: 'chart' => 'Graf', 'month' => 'Månad', @@ -2249,6 +2263,8 @@ return [ 'total_amount' => 'Totala summan', 'number_of_decimals' => 'Antal decimaler', + // Ignore this comment + // administration 'invite_new_user_title' => 'Invite new user', '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.', @@ -2519,6 +2535,8 @@ return [ 'except_weekends' => 'Förutom helger', 'recurrence_deleted' => 'Återkommande transaktion ":title" raderad', + // Ignore this comment + // new lines for summary controller. 'box_balance_in_currency' => 'Balans (:currency)', 'box_spent_in_currency' => 'Spenderat (:currency)', @@ -2576,3 +2594,5 @@ return [ 'ale_action_add_tag' => 'Added tag', ]; + +// Ignore this comment diff --git a/resources/lang/sv_SE/form.php b/resources/lang/sv_SE/form.php index e2ea1820cb..4adbc2d31c 100644 --- a/resources/lang/sv_SE/form.php +++ b/resources/lang/sv_SE/form.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -62,6 +64,9 @@ return [ 'opening_balance' => 'Ingående balans', 'tagMode' => 'Etikett läge', 'virtual_balance' => 'Virtuell balans', + + // Ignore this comment + 'targetamount' => 'Mål belopp', 'account_role' => 'Konto roll', 'opening_balance_date' => 'Ingående balans datum', @@ -153,6 +158,9 @@ return [ 'piggyBank_areYouSure' => 'Är du säker du vill ta bort spargrisen ":name"?', 'journal_areYouSure' => 'Är du säker du vill ta bort transaktionen ":description"?', 'mass_journal_are_you_sure' => 'Är du säker du vill ta bort dessa transaktioner?', + + // Ignore this comment + 'tag_areYouSure' => 'Är du säker du vill ta bort etiketten ":tag"?', 'journal_link_areYouSure' => 'Är du säker du vill ta bort länken mellan :source och :destination?', 'linkType_areYouSure' => 'Är du säker du vill ta bort länktypen ":name" (":inward" / ":outward")?', @@ -216,6 +224,9 @@ return [ 'fints_password' => 'PIN / Lösenord', 'fints_account' => 'FinTS konto', 'local_account' => 'Firefly III konto', + + // Ignore this comment + 'from_date' => 'Datum från', 'to_date' => 'Datum till', 'due_date' => 'Förfallodatum', @@ -252,3 +263,4 @@ return [ 'webhook_response' => 'Response', 'webhook_trigger' => 'Trigger', ]; +// Ignore this comment diff --git a/resources/lang/sv_SE/intro.php b/resources/lang/sv_SE/intro.php index 63184c3881..c605d7904e 100644 --- a/resources/lang/sv_SE/intro.php +++ b/resources/lang/sv_SE/intro.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -53,6 +55,8 @@ return [ 'budgets_index_list_of_budgets' => 'Använd denna tabell för att ställa in beloppen för varje budget och se hur det står till.', 'budgets_index_outro' => 'För att lära dig mer om budgetering, kolla in hjälpikonen i det övre högra hörnet.', + // Ignore this comment + // reports (index) 'reports_index_intro' => 'Använd dessa rapporter för att få detaljerad insikt i din ekonomi.', 'reports_index_inputReportType' => 'Välj en rapporttyp. Se hjälpsidorna för att se vad varje rapport visar.', @@ -90,6 +94,8 @@ return [ 'piggy-banks_index_button' => 'Bredvid framstegsfältet finns två knappar (+ och -) för att lägga till eller ta bort pengar från varje spargris.', 'piggy-banks_index_accountStatus' => 'För varje tillgångskonto med minst en spargris listas status i denna tabell.', + // Ignore this comment + // create piggy 'piggy-banks_create_name' => 'Vad är ditt mål? En ny soffa, en kamera, pengar för nödsituationer?', 'piggy-banks_create_date' => 'Du kan ställa in ett måldatum eller en tidsfrist för din spargris.', @@ -132,6 +138,8 @@ return [ 'rules_create_test_rule_triggers' => 'Använd den här knappen för att se vilka transaktioner som matchar din regel.', 'rules_create_actions' => 'Ställ in så många åtgärder du vill.', + // Ignore this comment + // preferences 'preferences_index_tabs' => 'Fler alternativ finns bakom dessa flikar.', @@ -143,3 +151,4 @@ return [ // create currency 'currencies_create_code' => 'Den här koden ska vara ISO-kompatibel (Google den för din nya valuta).', ]; +// Ignore this comment diff --git a/resources/lang/sv_SE/list.php b/resources/lang/sv_SE/list.php index 6dc5645a49..5929a3c064 100644 --- a/resources/lang/sv_SE/list.php +++ b/resources/lang/sv_SE/list.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -56,6 +58,9 @@ return [ 'source' => 'Källa', 'next_expected_match' => 'Nästa förväntade träff', 'automatch' => 'Automatisk matchning?', + + // Ignore this comment + 'repeat_freq' => 'Upprepas', 'description' => 'Beskrivning', 'amount' => 'Belopp', @@ -121,6 +126,9 @@ return [ 'external_id' => 'Externt ID', 'account_at_bunq' => 'Konto med bunq', 'file_name' => 'Filnamn', + + // Ignore this comment + 'file_size' => 'Filstorlek', 'file_type' => 'Filtyp', 'attached_to' => 'Bifogad till', @@ -149,3 +157,4 @@ return [ 'secret' => 'Secret', ]; +// Ignore this comment diff --git a/resources/lang/sv_SE/pagination.php b/resources/lang/sv_SE/pagination.php index 34ec939346..06a389f0e0 100644 --- a/resources/lang/sv_SE/pagination.php +++ b/resources/lang/sv_SE/pagination.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ diff --git a/resources/lang/sv_SE/passwords.php b/resources/lang/sv_SE/passwords.php index ee6efd8f27..44cfc5f5b2 100644 --- a/resources/lang/sv_SE/passwords.php +++ b/resources/lang/sv_SE/passwords.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ diff --git a/resources/lang/sv_SE/validation.php b/resources/lang/sv_SE/validation.php index 2b359bc639..d2c388deb7 100644 --- a/resources/lang/sv_SE/validation.php +++ b/resources/lang/sv_SE/validation.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -78,6 +80,9 @@ return [ 'before' => ':attribute måste vara ett datum före :date.', 'unique_object_for_user' => 'Namnet är redan upptaget.', 'unique_account_for_user' => 'Kontonamnet är redan upptaget.', + + // Ignore this comment + 'between.numeric' => ':attribute måste vara mellan :min och :max.', 'between.file' => ':attribute måste vara mellan :min och :max kilobytes.', 'between.string' => ':attribute måste vara mellan :min och :max tecken.', @@ -146,6 +151,8 @@ return [ 'same_account_type' => 'Båda kontona måste vara samma kontotyp', 'same_account_currency' => 'Båda kontona måste ha samma valutainställning', + // Ignore this comment + 'secure_password' => 'Detta lösenord är inte säkert. Vänligen försök igen. För mer info se https://bit.ly/FF3-password-security', 'valid_recurrence_rep_type' => 'Ogiltig repetitionstyp får återkommande transaktioner.', 'valid_recurrence_rep_moment' => 'Ogiltig repetitionsmoment för denna typ av repetition.', @@ -204,6 +211,8 @@ return [ 'deposit_dest_bad_data' => 'Det gick inte att hitta ett giltigt mottagarkonto med ID ":id" eller namn ":name".', 'deposit_dest_wrong_type' => 'Det inskickade destinationskontot är inte av rätt typ.', + // Ignore this comment + 'transfer_source_need_data' => 'Ett giltigt källkonto-ID och/eller ett giltigt källkontonamn behövs för att gå vidare.', 'transfer_source_bad_data' => 'Det gick inte att hitta ett giltigt källkonto med ID ":id" eller namn ":name".', 'transfer_dest_need_data' => 'Ett giltigt destinationskonto-ID och/eller giltigt mottagarkontonamn behövs för att gå vidare.', @@ -232,3 +241,5 @@ return [ 'auto_budget_amount_positive' => 'Beloppet måste vara mer än noll.', 'auto_budget_period_mandatory' => 'Den automatiska budgetperioden är ett obligatoriskt fält.', ]; + +// Ignore this comment diff --git a/resources/lang/th_TH/api.php b/resources/lang/th_TH/api.php index cf82af250e..526481993b 100644 --- a/resources/lang/th_TH/api.php +++ b/resources/lang/th_TH/api.php @@ -21,6 +21,8 @@ declare(strict_types=1); +// Ignore this comment + return [ ]; diff --git a/resources/lang/th_TH/auth.php b/resources/lang/th_TH/auth.php index 7c471527a8..f18f09480e 100644 --- a/resources/lang/th_TH/auth.php +++ b/resources/lang/th_TH/auth.php @@ -20,8 +20,11 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); + return [ 'failed' => 'Credentials นี้ไม่ตรงกับบันทึกของเรา', 'throttle' => 'พยายามเข้าสู่ระบบมากเกินไป โปรดลองใหม่อีกครั้งใน :seconds วินาที', diff --git a/resources/lang/th_TH/breadcrumbs.php b/resources/lang/th_TH/breadcrumbs.php index 7db9e6a62f..f45d7ab813 100644 --- a/resources/lang/th_TH/breadcrumbs.php +++ b/resources/lang/th_TH/breadcrumbs.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -53,6 +55,9 @@ return [ 'deposit_list' => 'รายได้ และ เงินฝาก', 'transfer_list' => 'โอน', 'transfers_list' => 'โอน', + + // Ignore this comment + 'reconciliation_list' => 'การกระทบยอดหนี้', 'create_withdrawal' => 'สร้างรายการถอนเงิน', 'create_deposit' => 'สร้างรายการฝากเงิน', diff --git a/resources/lang/th_TH/components.php b/resources/lang/th_TH/components.php index c547bbcadc..399d53fddc 100644 --- a/resources/lang/th_TH/components.php +++ b/resources/lang/th_TH/components.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ diff --git a/resources/lang/th_TH/config.php b/resources/lang/th_TH/config.php index 01f7c46caa..02a29b9c02 100644 --- a/resources/lang/th_TH/config.php +++ b/resources/lang/th_TH/config.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -39,6 +41,8 @@ return [ //'month_and_day_no_year' => '%B %e', 'month_and_day_no_year_js' => 'MMMM Do', + // Ignore this comment + //'date_time' => '%B %e, %Y, @ %T', 'date_time_js' => 'Do MMMM YYYY @ HH:mm:ss', 'date_time_fns' => 'MMMM do, yyyy @ HH:mm:ss', @@ -66,3 +70,5 @@ return [ 'dow_6' => 'เสาร์', 'dow_7' => 'อาทิตย์', ]; + +// Ignore this comment diff --git a/resources/lang/th_TH/demo.php b/resources/lang/th_TH/demo.php index 26d681d30d..14dba3bc8f 100644 --- a/resources/lang/th_TH/demo.php +++ b/resources/lang/th_TH/demo.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -35,3 +37,5 @@ return [ 'piggy-banks-index' => 'อย่างที่คุณเห็น, เรามีกระปุกออมสินอยูา 3 ใบ โดยที่คุณสามารถเพิ่มหรือลดจำนวนเงินในแต่ละกระปุกออมสินจากปุ่ม คลิ๊กที่ชื่อของกระปุกออมสินเพื่อที่เห็นรายละเอียดของแต่ละกระปุกออมสิน', 'profile-index' => 'ใจเย็นๆ นี่คือเว็บไซต์ตัวอย่าง โดยจะรีเซ็ตค่าทุกๆ 4 ชั่วโมง การเข้าถึงของคุณอาจจะถูกตัดได้ตลอดเวลาโดยเกิดขึ้นอัตโนมัติ ไม่ต้องตกใจ ไม่ใช่บั๊กแต่อย่างใด', ]; + +// Ignore this comment diff --git a/resources/lang/th_TH/email.php b/resources/lang/th_TH/email.php index 6fc7750e39..6b24163765 100644 --- a/resources/lang/th_TH/email.php +++ b/resources/lang/th_TH/email.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -33,6 +35,8 @@ return [ 'admin_test_subject' => 'ข้อความจากการติดตั้ง Firefly III ของคุณ', 'admin_test_body' => 'นี่คือข้อความทดสอบจากระบบของ Firefly III ซึ่งส่งจากอีเมลของ :email', + // Ignore this comment + // invite 'invitation_created_subject' => 'An invitation has been created', 'invitation_created_body' => 'Admin user ":email" created a user invitation which can be used by whoever is behind email address ":invitee". The invite will be valid for 48hrs.', @@ -70,6 +74,8 @@ return [ 'registered_pw_reset_link' => 'ตั้งรหัสผ่านใหม่', 'registered_doc_link' => 'เอกสาร', + // Ignore this comment + // new version 'new_version_email_subject' => 'A new Firefly III version is available', @@ -113,6 +119,8 @@ return [ 'error_stacktrace_below' => 'The full stacktrace is below:', 'error_headers' => 'The following headers may also be relevant:', + // Ignore this comment + // report new journals 'new_journals_subject' => 'Firefly III has created a new transaction|Firefly III has created :count new transactions', 'new_journals_header' => 'Firefly III has created a transaction for you. You can find it in your Firefly III installation:|Firefly III has created :count transactions for you. You can find them in your Firefly III installation:', @@ -129,3 +137,4 @@ return [ 'bill_warning_please_action' => 'Please take the appropriate action.', ]; +// Ignore this comment diff --git a/resources/lang/th_TH/errors.php b/resources/lang/th_TH/errors.php index ef8479fad2..83c264f998 100644 --- a/resources/lang/th_TH/errors.php +++ b/resources/lang/th_TH/errors.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -39,6 +41,9 @@ return [ 'error_location' => 'เกิดข้อผิดพลาดที่ไฟล์ :file บรรทัดที่ :line จากcode :code', 'stacktrace' => 'Stack trace', 'more_info' => 'ข้อมูลเพิ่มเติม', + + // Ignore this comment + 'collect_info' => 'Please collect more information in the storage/logs directory where you will find log files. If you\'re running Docker, use docker logs -f [container].', 'collect_info_more' => 'You can read more about collecting error information in the FAQ.', 'github_help' => 'Get help on GitHub', diff --git a/resources/lang/th_TH/firefly.php b/resources/lang/th_TH/firefly.php index eced9fade4..12a8ae3bfb 100644 --- a/resources/lang/th_TH/firefly.php +++ b/resources/lang/th_TH/firefly.php @@ -22,6 +22,8 @@ declare(strict_types=1); +// Ignore this comment + return [ // general stuff: 'close' => 'ปิด', @@ -324,6 +326,8 @@ return [ // old + // Ignore this comment + 'search_modifier_date_on' => 'Transaction date is ":value"', 'search_modifier_not_date_on' => 'Transaction date is not ":value"', 'search_modifier_reconciled' => 'Transaction is reconciled', @@ -684,6 +688,7 @@ return [ '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.', + // Ignore this comment // END 'modifiers_applies_are' => 'The following modifiers are applied to the search as well:', @@ -1168,6 +1173,7 @@ return [ 'rule_trigger_not_destination_is_cash' => 'Destination account is not a cash account', 'rule_trigger_not_account_is_cash' => 'Neither account is a cash account', + // Ignore this comment // actions 'rule_action_delete_transaction_choice' => 'DELETE transaction(!)', @@ -1465,6 +1471,8 @@ return [ '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.', + // Ignore this comment + // export data: 'export_data_title' => 'Export data from Firefly III', 'export_data_menu' => 'Export data', @@ -1839,6 +1847,8 @@ return [ 'stored_category' => 'Stored new category ":name"', 'without_category_between' => 'Without category between :start and :end', + // Ignore this comment + // transactions: 'update_withdrawal' => 'Update withdrawal', 'update_deposit' => 'Update deposit', @@ -2057,6 +2067,8 @@ return [ 'classification' => 'Classification', 'store_transaction' => 'Store transaction', + // Ignore this comment + // reports: 'report_default' => 'Default financial report between :start and :end', 'report_audit' => 'Transaction history overview between :start and :end', @@ -2161,6 +2173,8 @@ return [ 'sum_in_default_currency' => 'The sum will always be in your default currency.', 'net_filtered_prefs' => 'This chart will never include accounts that have the "Include in net worth"-option unchecked.', + // Ignore this comment + // charts: 'chart' => 'Chart', 'month' => 'Month', @@ -2249,6 +2263,8 @@ return [ 'total_amount' => 'Total amount', 'number_of_decimals' => 'Number of decimals', + // Ignore this comment + // administration 'invite_new_user_title' => 'Invite new user', '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.', @@ -2519,6 +2535,8 @@ return [ 'except_weekends' => 'Except weekends', 'recurrence_deleted' => 'Recurring transaction ":title" deleted', + // Ignore this comment + // new lines for summary controller. 'box_balance_in_currency' => 'Balance (:currency)', 'box_spent_in_currency' => 'Spent (:currency)', @@ -2576,3 +2594,5 @@ return [ 'ale_action_add_tag' => 'Added tag', ]; + +// Ignore this comment diff --git a/resources/lang/th_TH/form.php b/resources/lang/th_TH/form.php index d9047efdae..4e54f54d9b 100644 --- a/resources/lang/th_TH/form.php +++ b/resources/lang/th_TH/form.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -62,6 +64,9 @@ return [ 'opening_balance' => 'Opening balance', 'tagMode' => 'Tag mode', 'virtual_balance' => 'Virtual balance', + + // Ignore this comment + 'targetamount' => 'Target amount', 'account_role' => 'Account role', 'opening_balance_date' => 'Opening balance date', @@ -153,6 +158,9 @@ return [ 'piggyBank_areYouSure' => 'Are you sure you want to delete the piggy bank named ":name"?', 'journal_areYouSure' => 'Are you sure you want to delete the transaction described ":description"?', 'mass_journal_are_you_sure' => 'Are you sure you want to delete these transactions?', + + // Ignore this comment + 'tag_areYouSure' => 'Are you sure you want to delete the tag ":tag"?', 'journal_link_areYouSure' => 'Are you sure you want to delete the link between :source and :destination?', 'linkType_areYouSure' => 'Are you sure you want to delete the link type ":name" (":inward" / ":outward")?', @@ -216,6 +224,9 @@ return [ 'fints_password' => 'PIN / Password', 'fints_account' => 'FinTS account', 'local_account' => 'Firefly III account', + + // Ignore this comment + 'from_date' => 'Date from', 'to_date' => 'Date to', 'due_date' => 'Due date', @@ -252,3 +263,4 @@ return [ 'webhook_response' => 'Response', 'webhook_trigger' => 'Trigger', ]; +// Ignore this comment diff --git a/resources/lang/th_TH/intro.php b/resources/lang/th_TH/intro.php index 012d5e7dcd..963bac9b98 100644 --- a/resources/lang/th_TH/intro.php +++ b/resources/lang/th_TH/intro.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -53,6 +55,8 @@ return [ 'budgets_index_list_of_budgets' => 'Use this table to set the amounts for each budget and see how you are doing.', 'budgets_index_outro' => 'To learn more about budgeting, checkout the help icon in the top right corner.', + // Ignore this comment + // reports (index) 'reports_index_intro' => 'Use these reports to get detailed insights in your finances.', 'reports_index_inputReportType' => 'Pick a report type. Check out the help pages to see what each report shows you.', @@ -90,6 +94,8 @@ return [ 'piggy-banks_index_button' => 'Next to this progress bar are two buttons (+ and -) to add or remove money from each piggy bank.', 'piggy-banks_index_accountStatus' => 'For each asset account with at least one piggy bank the status is listed in this table.', + // Ignore this comment + // create piggy 'piggy-banks_create_name' => 'What is your goal? A new couch, a camera, money for emergencies?', 'piggy-banks_create_date' => 'You can set a target date or a deadline for your piggy bank.', @@ -132,6 +138,8 @@ return [ 'rules_create_test_rule_triggers' => 'Use this button to see which transactions would match your rule.', 'rules_create_actions' => 'Set as many actions as you like.', + // Ignore this comment + // preferences 'preferences_index_tabs' => 'More options are available behind these tabs.', @@ -143,3 +151,4 @@ return [ // create currency 'currencies_create_code' => 'This code should be ISO compliant (Google it for your new currency).', ]; +// Ignore this comment diff --git a/resources/lang/th_TH/list.php b/resources/lang/th_TH/list.php index 28ec561652..08bb152996 100644 --- a/resources/lang/th_TH/list.php +++ b/resources/lang/th_TH/list.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -56,6 +58,9 @@ return [ 'source' => 'แหล่งที่มา', 'next_expected_match' => 'Next expected match', 'automatch' => 'Auto match?', + + // Ignore this comment + 'repeat_freq' => 'Repeats', 'description' => 'รายละเอียด', 'amount' => 'จำนวน', @@ -121,6 +126,9 @@ return [ 'external_id' => 'External ID', 'account_at_bunq' => 'Account with bunq', 'file_name' => 'File name', + + // Ignore this comment + 'file_size' => 'File size', 'file_type' => 'File type', 'attached_to' => 'Attached to', @@ -149,3 +157,4 @@ return [ 'secret' => 'Secret', ]; +// Ignore this comment diff --git a/resources/lang/th_TH/pagination.php b/resources/lang/th_TH/pagination.php index ff2b3e03fa..1a13033fb4 100644 --- a/resources/lang/th_TH/pagination.php +++ b/resources/lang/th_TH/pagination.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ diff --git a/resources/lang/th_TH/passwords.php b/resources/lang/th_TH/passwords.php index e9a507d930..5176dbcd22 100644 --- a/resources/lang/th_TH/passwords.php +++ b/resources/lang/th_TH/passwords.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ diff --git a/resources/lang/th_TH/validation.php b/resources/lang/th_TH/validation.php index 006c462b8d..30c184fa6a 100644 --- a/resources/lang/th_TH/validation.php +++ b/resources/lang/th_TH/validation.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -78,6 +80,9 @@ return [ 'before' => 'The :attribute must be a date before :date.', 'unique_object_for_user' => 'This name is already in use.', 'unique_account_for_user' => 'This account name is already in use.', + + // Ignore this comment + 'between.numeric' => 'The :attribute must be between :min and :max.', 'between.file' => 'The :attribute must be between :min and :max kilobytes.', 'between.string' => 'The :attribute must be between :min and :max characters.', @@ -146,6 +151,8 @@ return [ 'same_account_type' => 'Both accounts must be of the same account type', 'same_account_currency' => 'Both accounts must have the same currency setting', + // Ignore this comment + 'secure_password' => 'This is not a secure password. Please try again. For more information, visit https://bit.ly/FF3-password-security', 'valid_recurrence_rep_type' => 'Invalid repetition type for recurring transactions.', 'valid_recurrence_rep_moment' => 'Invalid repetition moment for this type of repetition.', @@ -204,6 +211,8 @@ return [ 'deposit_dest_bad_data' => 'Could not find a valid destination account when searching for ID ":id" or name ":name".', 'deposit_dest_wrong_type' => 'The submitted destination account is not of the right type.', + // Ignore this comment + 'transfer_source_need_data' => 'Need to get a valid source account ID and/or valid source account name to continue.', 'transfer_source_bad_data' => 'Could not find a valid source account when searching for ID ":id" or name ":name".', 'transfer_dest_need_data' => 'Need to get a valid destination account ID and/or valid destination account name to continue.', @@ -232,3 +241,5 @@ return [ 'auto_budget_amount_positive' => 'The amount must be more than zero.', 'auto_budget_period_mandatory' => 'The auto budget period is a mandatory field.', ]; + +// Ignore this comment diff --git a/resources/lang/tr_TR/api.php b/resources/lang/tr_TR/api.php index cf82af250e..526481993b 100644 --- a/resources/lang/tr_TR/api.php +++ b/resources/lang/tr_TR/api.php @@ -21,6 +21,8 @@ declare(strict_types=1); +// Ignore this comment + return [ ]; diff --git a/resources/lang/tr_TR/auth.php b/resources/lang/tr_TR/auth.php index d2a825904e..eb6223ba86 100644 --- a/resources/lang/tr_TR/auth.php +++ b/resources/lang/tr_TR/auth.php @@ -20,8 +20,11 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); + return [ 'failed' => 'Bu kimlik bilgileri kayıtlarımızla uyuşmuyor.', 'throttle' => 'Fazla sayıda oturum açma girişimi. Lütfen :seconds saniye sonra tekrar deneyiniz.', diff --git a/resources/lang/tr_TR/breadcrumbs.php b/resources/lang/tr_TR/breadcrumbs.php index ef22b48c96..727000294c 100644 --- a/resources/lang/tr_TR/breadcrumbs.php +++ b/resources/lang/tr_TR/breadcrumbs.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -53,6 +55,9 @@ return [ 'deposit_list' => 'Varlık, gelir ve mevduatlar', 'transfer_list' => 'Transferler', 'transfers_list' => 'Transferler', + + // Ignore this comment + 'reconciliation_list' => 'Mutabakatlar', 'create_withdrawal' => 'Yeni para çekme oluştur', 'create_deposit' => 'Yeni mevduat oluştur', diff --git a/resources/lang/tr_TR/components.php b/resources/lang/tr_TR/components.php index c547bbcadc..399d53fddc 100644 --- a/resources/lang/tr_TR/components.php +++ b/resources/lang/tr_TR/components.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ diff --git a/resources/lang/tr_TR/config.php b/resources/lang/tr_TR/config.php index 56a76b9e08..1f75121b59 100644 --- a/resources/lang/tr_TR/config.php +++ b/resources/lang/tr_TR/config.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -39,6 +41,8 @@ return [ //'month_and_day_no_year' => '%B %e', 'month_and_day_no_year_js' => 'MMMM Do', + // Ignore this comment + //'date_time' => '%B %e, %Y, @ %T', 'date_time_js' => 'MMMM Do, YYYY, @ HH:mm:ss', 'date_time_fns' => 'MMMM do, yyyy @ HH:mm:ss', @@ -66,3 +70,5 @@ return [ 'dow_6' => 'Cumartesi', 'dow_7' => 'Pazar', ]; + +// Ignore this comment diff --git a/resources/lang/tr_TR/demo.php b/resources/lang/tr_TR/demo.php index ed43270687..a33fa0f536 100644 --- a/resources/lang/tr_TR/demo.php +++ b/resources/lang/tr_TR/demo.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -35,3 +37,5 @@ return [ 'piggy-banks-index' => 'Gördüğünüz gibi, üç tane banka var. Her domuzcuk bankasındaki para miktarını değiştirmek için artı ve eksi düğmelerini kullanın. Her domuzcuk bankasının yönetimini görmek için domuzcuk\'un üzerine tıklayın.', 'profile-index' => 'Demo sitesinin her dört saatte bir sıfırlandığını unutmayın. Erişiminiz herhangi bir zamanda iptal edilebilir. Bu otomatik olarak gerçekleşir ve bir hata değildir.', ]; + +// Ignore this comment diff --git a/resources/lang/tr_TR/email.php b/resources/lang/tr_TR/email.php index ea2768bf8c..d5d6ec8b60 100644 --- a/resources/lang/tr_TR/email.php +++ b/resources/lang/tr_TR/email.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -33,6 +35,8 @@ return [ 'admin_test_subject' => 'Firefly III kurulumunuzdan bir test mesajı', 'admin_test_body' => 'Bu, Firefly III örneğinizden gelen bir test mesajıdır. Şu adrese gönderildi: e-posta.', + // Ignore this comment + // invite 'invitation_created_subject' => 'An invitation has been created', 'invitation_created_body' => 'Admin user ":email" created a user invitation which can be used by whoever is behind email address ":invitee". The invite will be valid for 48hrs.', @@ -70,6 +74,8 @@ return [ 'registered_pw_reset_link' => 'Şifre sıfırlama:', 'registered_doc_link' => 'Belge:', + // Ignore this comment + // new version 'new_version_email_subject' => 'A new Firefly III version is available', @@ -113,6 +119,8 @@ return [ 'error_stacktrace_below' => 'Tam stacktrace aşağıdadır:', 'error_headers' => 'Aşağıdaki başlıklar da alakalı olabilir:', + // Ignore this comment + // report new journals 'new_journals_subject' => 'Firefly III yeni bir işlem yarattı / Firefly III yarattı :count yeni işlemler', 'new_journals_header' => 'Firefly III sizin için bir anlaşma yaptı. Firefly III kurulumunuzda bulabilirsiniz: / Firefly III sizin için :count sayım işlemleri. Bunları Firefly III kurulumunuzda bulabilirsiniz:', @@ -129,3 +137,4 @@ return [ 'bill_warning_please_action' => 'Please take the appropriate action.', ]; +// Ignore this comment diff --git a/resources/lang/tr_TR/errors.php b/resources/lang/tr_TR/errors.php index 4741a30cb1..6a75ce51cc 100644 --- a/resources/lang/tr_TR/errors.php +++ b/resources/lang/tr_TR/errors.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -39,6 +41,9 @@ return [ 'error_location' => 'Bu hata dosyada oluştu:file on line :line with code :code.', 'stacktrace' => 'Yığın izleme', 'more_info' => 'Daha çok bilgi', + + // Ignore this comment + 'collect_info' => 'Lütfen günlük dosyalarını bulacağınız storage/logs dizininde daha fazla bilgi toplayın. Eğer Docker kullanıyorsanız, docker logs -f [container] komutunu kullanın.', 'collect_info_more' => 'Hata bilgilerini toplama hakkında daha fazla bilgi için the FAQ.', 'github_help' => 'Github\'dan yardım alın', diff --git a/resources/lang/tr_TR/firefly.php b/resources/lang/tr_TR/firefly.php index ca59d9bfa5..8924a3de66 100644 --- a/resources/lang/tr_TR/firefly.php +++ b/resources/lang/tr_TR/firefly.php @@ -22,6 +22,8 @@ declare(strict_types=1); +// Ignore this comment + return [ // general stuff: 'close' => 'Kapat', @@ -325,6 +327,8 @@ return [ // old + // Ignore this comment + 'search_modifier_date_on' => 'Transaction date is ":value"', 'search_modifier_not_date_on' => 'Transaction date is not ":value"', 'search_modifier_reconciled' => 'Transaction is reconciled', @@ -685,6 +689,7 @@ return [ 'create_rule_from_query' => 'Arama sorgusundan yeni kural oluşturma', 'rule_from_search_words' => 'Kural altyapısı ":string" işlemekte zorlanıyor. Arama sorgunuza uyan önerilen kural farklı sonuçlar verebilir. Lütfen kural tetikleyicilerini dikkatlice doğrulayın.', + // Ignore this comment // END 'modifiers_applies_are' => 'Aşağıdaki değiştiriciler arama için de uygulanır:', @@ -1169,6 +1174,7 @@ return [ 'rule_trigger_not_destination_is_cash' => 'Destination account is not a cash account', 'rule_trigger_not_account_is_cash' => 'Neither account is a cash account', + // Ignore this comment // actions 'rule_action_delete_transaction_choice' => 'DELETE transaction(!)', @@ -1466,6 +1472,8 @@ return [ 'multi_account_warning_deposit' => 'Sonraki bölünmelerin hedef hesabının, mevduatın ilk bölünmesinde tanımlanan herhangi bir şey tarafından iptal edileceğini unutmayın.', 'multi_account_warning_transfer' => 'Sonraki bölünmelerin kaynak + hedef hesabının, aktarımın ilk bölünmesinde tanımlanan her şey tarafından geçersiz kılınacağını unutmayın.', + // Ignore this comment + // export data: 'export_data_title' => 'Export data from Firefly III', 'export_data_menu' => 'Verileri dışa aktar', @@ -1840,6 +1848,8 @@ return [ 'stored_category' => 'Kaydedilen yeni kategori ":name"', 'without_category_between' => ':start ve :end arasında kategorisiz', + // Ignore this comment + // transactions: 'update_withdrawal' => 'Geri çekmeyi güncelle', 'update_deposit' => 'Depozitoyu güncelle', @@ -2058,6 +2068,8 @@ return [ 'classification' => 'Classification', 'store_transaction' => 'Store transaction', + // Ignore this comment + // reports: 'report_default' => ':start ve :end arasında varsayılan finans raporu', 'report_audit' => ':start ve :end arasında işlem geçmişine genel bakış', @@ -2162,6 +2174,8 @@ return [ 'sum_in_default_currency' => 'The sum will always be in your default currency.', 'net_filtered_prefs' => 'This chart will never include accounts that have the "Include in net worth"-option unchecked.', + // Ignore this comment + // charts: 'chart' => 'Grafik', 'month' => 'Ay', @@ -2250,6 +2264,8 @@ return [ 'total_amount' => 'Toplam Tutar', 'number_of_decimals' => 'Ondalık Sayı', + // Ignore this comment + // administration 'invite_new_user_title' => 'Invite new user', '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.', @@ -2520,6 +2536,8 @@ return [ 'except_weekends' => 'Except weekends', 'recurrence_deleted' => 'Recurring transaction ":title" deleted', + // Ignore this comment + // new lines for summary controller. 'box_balance_in_currency' => 'Balance (:currency)', 'box_spent_in_currency' => 'Spent (:currency)', @@ -2577,3 +2595,5 @@ return [ 'ale_action_add_tag' => 'Added tag', ]; + +// Ignore this comment diff --git a/resources/lang/tr_TR/form.php b/resources/lang/tr_TR/form.php index 0762cf36ab..368b78f51f 100644 --- a/resources/lang/tr_TR/form.php +++ b/resources/lang/tr_TR/form.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -62,6 +64,9 @@ return [ 'opening_balance' => 'Opening balance', 'tagMode' => 'Etiket modu', 'virtual_balance' => 'Virtual balance', + + // Ignore this comment + 'targetamount' => 'Hedef tutar', 'account_role' => 'Account role', 'opening_balance_date' => 'Opening balance date', @@ -153,6 +158,9 @@ return [ 'piggyBank_areYouSure' => '":name" isimli kumbarayı silmek istediğinizden emin misiniz?', 'journal_areYouSure' => ':description" açıklamalı işlemi silmek istediğinizden emin misiniz?', 'mass_journal_are_you_sure' => 'Bu işlemi silmek istediğinizden emin misiniz?', + + // Ignore this comment + 'tag_areYouSure' => '":tag" etiketini silmek istediğinizden emin misiniz?', 'journal_link_areYouSure' => ':source and :destination arasındaki bağlantıyı silmek istediğinizden emin misiniz?', 'linkType_areYouSure' => '":name" (":inward" / ":outward") bağlantı türünü silmek istediğinizden emin misiniz?', @@ -216,6 +224,9 @@ return [ 'fints_password' => 'PIN / Password', 'fints_account' => 'FinTS account', 'local_account' => 'Firefly III account', + + // Ignore this comment + 'from_date' => 'Date from', 'to_date' => 'Date to', 'due_date' => 'Bitiş Tarihi', @@ -252,3 +263,4 @@ return [ 'webhook_response' => 'Response', 'webhook_trigger' => 'Trigger', ]; +// Ignore this comment diff --git a/resources/lang/tr_TR/intro.php b/resources/lang/tr_TR/intro.php index a9d5f11830..b7c03bbb96 100644 --- a/resources/lang/tr_TR/intro.php +++ b/resources/lang/tr_TR/intro.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -53,6 +55,8 @@ return [ 'budgets_index_list_of_budgets' => 'Her bütçe için tutarları ayarlamak ve ne durumda olduğunuzu görmek için bu tabloyu kullanın.', 'budgets_index_outro' => 'Bütçeleme hakkında daha fazla bilgi almak için sağ üst köşedeki yardım simgesini kontrol edin.', + // Ignore this comment + // reports (index) 'reports_index_intro' => 'Maliyetlerinizde ayrıntılı bilgi edinmek için bu raporları kullanın.', 'reports_index_inputReportType' => 'Bir rapor türü seçin. Her bir raporun neyi gösterdiğini görmek için yardım sayfalarına göz atın.', @@ -90,6 +94,8 @@ return [ 'piggy-banks_index_button' => 'Her bir kumbaraya para eklemek veya çıkarmak için bu ilerleme çubuğunun yanında iki düğme (+ ve -) bulunur.', 'piggy-banks_index_accountStatus' => 'En az bir kumbarası olan her bir aktif hesap için durum bu tabloda listelenir.', + // Ignore this comment + // create piggy 'piggy-banks_create_name' => 'Hedefin nedir? Yeni bir kanepe, bir kamera ya da acil durumlar için para mı?', 'piggy-banks_create_date' => 'Kumbaranız için bir hedef tarih ya da bitiş tarihi belirleyebilirsiniz.', @@ -132,6 +138,8 @@ return [ 'rules_create_test_rule_triggers' => 'Hangi işlemlerin kurallarınıza uyacağını görmek için bu tuşu kullanın.', 'rules_create_actions' => 'İstediğiniz kadar eylem belirleyin.', + // Ignore this comment + // preferences 'preferences_index_tabs' => 'Bu sekmelerin arkasında daha fazla seçenek bulunmaktadır.', @@ -143,3 +151,4 @@ return [ // create currency 'currencies_create_code' => 'Bu kod ISO uyumlu olmalıdır (Yeni para biriminiz için Google\'da arayın).', ]; +// Ignore this comment diff --git a/resources/lang/tr_TR/list.php b/resources/lang/tr_TR/list.php index c58035ddbd..ad76d441e3 100644 --- a/resources/lang/tr_TR/list.php +++ b/resources/lang/tr_TR/list.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -57,6 +59,9 @@ return [ 'source' => 'Kaynak', 'next_expected_match' => 'Beklenen sonraki eşleşme', 'automatch' => 'Otomatik eşleştir?', + + // Ignore this comment + 'repeat_freq' => 'Tekrarlar', 'description' => 'Açıklama', 'amount' => 'Miktar', @@ -122,6 +127,9 @@ return [ 'external_id' => 'Dış Kimlik', 'account_at_bunq' => 'Bunq hesapları', 'file_name' => 'Dosya adı', + + // Ignore this comment + 'file_size' => 'Dosya boyutu', 'file_type' => 'Dosya tipi', 'attached_to' => 'Şuraya Bağlı', @@ -150,3 +158,4 @@ return [ 'secret' => 'Secret', ]; +// Ignore this comment diff --git a/resources/lang/tr_TR/pagination.php b/resources/lang/tr_TR/pagination.php index 43772f7d00..56bd8f8009 100644 --- a/resources/lang/tr_TR/pagination.php +++ b/resources/lang/tr_TR/pagination.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ diff --git a/resources/lang/tr_TR/passwords.php b/resources/lang/tr_TR/passwords.php index 3a1628d15c..f8de064b7b 100644 --- a/resources/lang/tr_TR/passwords.php +++ b/resources/lang/tr_TR/passwords.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ diff --git a/resources/lang/tr_TR/validation.php b/resources/lang/tr_TR/validation.php index 334b2d7f73..bf6ef52f50 100644 --- a/resources/lang/tr_TR/validation.php +++ b/resources/lang/tr_TR/validation.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -78,6 +80,9 @@ return [ 'before' => ':attribute :date tarihinden öncesi için tarihlendirilmelidir.', 'unique_object_for_user' => 'Bu isim zaten kullanılıyor.', 'unique_account_for_user' => 'Bu hesap adı zaten kullanılıyor.', + + // Ignore this comment + 'between.numeric' => ':attribute :min ve :max arasında olmalıdır.', 'between.file' => ':attribute, :min kilobayt ve :max kilobayt arasında olmalıdır.', 'between.string' => ':attribute :min karakter ve :max karakter olmalıdır.', @@ -146,6 +151,8 @@ return [ 'same_account_type' => 'Both accounts must be of the same account type', 'same_account_currency' => 'Both accounts must have the same currency setting', + // Ignore this comment + 'secure_password' => 'This is not a secure password. Please try again. For more information, visit https://bit.ly/FF3-password-security', 'valid_recurrence_rep_type' => 'Invalid repetition type for recurring transactions.', 'valid_recurrence_rep_moment' => 'Invalid repetition moment for this type of repetition.', @@ -204,6 +211,8 @@ return [ 'deposit_dest_bad_data' => 'Could not find a valid destination account when searching for ID ":id" or name ":name".', 'deposit_dest_wrong_type' => 'The submitted destination account is not of the right type.', + // Ignore this comment + 'transfer_source_need_data' => 'Need to get a valid source account ID and/or valid source account name to continue.', 'transfer_source_bad_data' => 'Could not find a valid source account when searching for ID ":id" or name ":name".', 'transfer_dest_need_data' => 'Need to get a valid destination account ID and/or valid destination account name to continue.', @@ -232,3 +241,5 @@ return [ 'auto_budget_amount_positive' => 'The amount must be more than zero.', 'auto_budget_period_mandatory' => 'The auto budget period is a mandatory field.', ]; + +// Ignore this comment diff --git a/resources/lang/uk_UA/api.php b/resources/lang/uk_UA/api.php index cf82af250e..526481993b 100644 --- a/resources/lang/uk_UA/api.php +++ b/resources/lang/uk_UA/api.php @@ -21,6 +21,8 @@ declare(strict_types=1); +// Ignore this comment + return [ ]; diff --git a/resources/lang/uk_UA/auth.php b/resources/lang/uk_UA/auth.php index 5c7b6237d2..86d0e100ea 100644 --- a/resources/lang/uk_UA/auth.php +++ b/resources/lang/uk_UA/auth.php @@ -20,8 +20,11 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); + return [ 'failed' => 'Невірний логін або пароль.', 'throttle' => 'Занадто багато невдалих спроб входу в систему. Будь ласка, повторіть спробу через :seconds секунд.', diff --git a/resources/lang/uk_UA/breadcrumbs.php b/resources/lang/uk_UA/breadcrumbs.php index f86fd14a92..1c0650c31d 100644 --- a/resources/lang/uk_UA/breadcrumbs.php +++ b/resources/lang/uk_UA/breadcrumbs.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -53,6 +55,9 @@ return [ 'deposit_list' => 'Доходи, прибутки та депозити', 'transfer_list' => 'Перекази', 'transfers_list' => 'Перекази', + + // Ignore this comment + 'reconciliation_list' => 'Звірка', 'create_withdrawal' => 'Створити нову витрату', 'create_deposit' => 'Створити новий дохід', diff --git a/resources/lang/uk_UA/components.php b/resources/lang/uk_UA/components.php index c547bbcadc..399d53fddc 100644 --- a/resources/lang/uk_UA/components.php +++ b/resources/lang/uk_UA/components.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ diff --git a/resources/lang/uk_UA/config.php b/resources/lang/uk_UA/config.php index ef66be031e..2bc6f4f7da 100644 --- a/resources/lang/uk_UA/config.php +++ b/resources/lang/uk_UA/config.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -39,6 +41,8 @@ return [ //'month_and_day_no_year' => '%B %e', 'month_and_day_no_year_js' => 'dd MMMM', + // Ignore this comment + //'date_time' => '%B %e, %Y, @ %T', 'date_time_js' => 'MMMM Do, YYYY, @ HH:mm:ss', 'date_time_fns' => 'ММММ do, рік @ ГГ:хв:сек', @@ -66,3 +70,5 @@ return [ 'dow_6' => 'Субота', 'dow_7' => 'Неділя', ]; + +// Ignore this comment diff --git a/resources/lang/uk_UA/demo.php b/resources/lang/uk_UA/demo.php index 022730f0b8..da387a3cc4 100644 --- a/resources/lang/uk_UA/demo.php +++ b/resources/lang/uk_UA/demo.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -35,3 +37,5 @@ return [ 'piggy-banks-index' => 'Як бачите, є три скарбнички. Використовуйте кнопки плюс та мінус, щоб змінтити суму грошей у скарбничках. Натисніть на назву скарбнички, щоб побачити налаштування для кожної скарбнички.', 'profile-index' => 'Майте на увазі, що демо-сайт відновлюється кожні чотири години. Доступ може бути відкликаний в будь-який час. Це відбувається автоматично і не є помилкою.', ]; + +// Ignore this comment diff --git a/resources/lang/uk_UA/email.php b/resources/lang/uk_UA/email.php index 130cc68392..59ce7618c5 100644 --- a/resources/lang/uk_UA/email.php +++ b/resources/lang/uk_UA/email.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -33,6 +35,8 @@ return [ 'admin_test_subject' => 'Тестове повідомлення з вашого додатку Firefly III', 'admin_test_body' => 'Це тестове повідомлення з вашого додатку Firefly III. Воно було надіслано на :email.', + // Ignore this comment + // invite 'invitation_created_subject' => 'Запрошення створено', 'invitation_created_body' => 'Адміністратор ":email" створив запрошення для користувача з адресою електронної пошти ":invitee. Запрошення буде дійсне протягом 48 годин.', @@ -70,6 +74,8 @@ return [ 'registered_pw_reset_link' => 'Зміна пароля:', 'registered_doc_link' => 'Документація:', + // Ignore this comment + // new version 'new_version_email_subject' => 'Доступна нова версія Firefly III', @@ -113,6 +119,8 @@ return [ 'error_stacktrace_below' => 'Повна інформація про помилку нижче:', 'error_headers' => 'Наступні заголовки також можуть підходити:', + // Ignore this comment + // report new journals 'new_journals_subject' => 'Firefly III створив нову операцію|Firefly III створив :count нових операцій', 'new_journals_header' => 'Firefly III створив для вас операцію. Ви можете знайти його у вашому додатку Firefly III:|Firefly III створив для вас :count операцій. Ви можете знайти їх у вашому додатку Firefly ІІІ:', @@ -129,3 +137,4 @@ return [ 'bill_warning_please_action' => 'Будь ласка, оберіть відповідну дію.', ]; +// Ignore this comment diff --git a/resources/lang/uk_UA/errors.php b/resources/lang/uk_UA/errors.php index 1eccbfcb1a..d27ddb29e0 100644 --- a/resources/lang/uk_UA/errors.php +++ b/resources/lang/uk_UA/errors.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -39,6 +41,9 @@ return [ 'error_location' => 'Ця помилка сталася у файлі :file в рядку :line з кодом :code.', 'stacktrace' => 'Інформація про помилку', 'more_info' => 'Дізнатися більше', + + // Ignore this comment + 'collect_info' => 'Будь ласка, знайдіть більше інформації в директорії storage/logs де знаходяться файли журналу. Якщо ви використовуєте Docker, скористайтесь docker logs -f [container].', 'collect_info_more' => 'Дізнатись більше зібраної інформації щодо помилок у розділізапитань, які часто задають.', 'github_help' => 'Отримати допомогу на GitHub', diff --git a/resources/lang/uk_UA/firefly.php b/resources/lang/uk_UA/firefly.php index dc8b116721..40ab77267a 100644 --- a/resources/lang/uk_UA/firefly.php +++ b/resources/lang/uk_UA/firefly.php @@ -22,6 +22,8 @@ declare(strict_types=1); +// Ignore this comment + return [ // general stuff: 'close' => 'Закрити', @@ -324,6 +326,8 @@ return [ // old + // Ignore this comment + 'search_modifier_date_on' => 'Дата операції ":value"', 'search_modifier_not_date_on' => 'Дата операції не ":value"', 'search_modifier_reconciled' => 'Операція узгоджена', @@ -684,6 +688,7 @@ return [ 'create_rule_from_query' => 'Створити нове правило з пошукового запиту', 'rule_from_search_words' => 'Рушію правил важко обробити ":string". Пропоноване правило, яке відповідає вашому запиту, може дати різні результати. Будь ласка, уважно перевіряйте умови.', + // Ignore this comment // END 'modifiers_applies_are' => 'Наступні модифікатори застосовуються до пошуку:', @@ -1168,6 +1173,7 @@ return [ 'rule_trigger_not_destination_is_cash' => 'Рахунком призначення не є готівковий рахунок', 'rule_trigger_not_account_is_cash' => 'Жоден рахунок не є готівковим', + // Ignore this comment // actions 'rule_action_delete_transaction_choice' => 'ВИДАЛИТИ операцію(!)', @@ -1465,6 +1471,8 @@ return [ '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.', + // Ignore this comment + // export data: 'export_data_title' => 'Export data from Firefly III', 'export_data_menu' => 'Export data', @@ -1839,6 +1847,8 @@ return [ 'stored_category' => 'Stored new category ":name"', 'without_category_between' => 'Without category between :start and :end', + // Ignore this comment + // transactions: 'update_withdrawal' => 'Update withdrawal', 'update_deposit' => 'Update deposit', @@ -2057,6 +2067,8 @@ return [ 'classification' => 'Classification', 'store_transaction' => 'Store transaction', + // Ignore this comment + // reports: 'report_default' => 'Default financial report between :start and :end', 'report_audit' => 'Transaction history overview between :start and :end', @@ -2161,6 +2173,8 @@ return [ 'sum_in_default_currency' => 'The sum will always be in your default currency.', 'net_filtered_prefs' => 'This chart will never include accounts that have the "Include in net worth"-option unchecked.', + // Ignore this comment + // charts: 'chart' => 'Chart', 'month' => 'Month', @@ -2249,6 +2263,8 @@ return [ 'total_amount' => 'Total amount', 'number_of_decimals' => 'Number of decimals', + // Ignore this comment + // administration 'invite_new_user_title' => 'Invite new user', '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.', @@ -2519,6 +2535,8 @@ return [ 'except_weekends' => 'Except weekends', 'recurrence_deleted' => 'Recurring transaction ":title" deleted', + // Ignore this comment + // new lines for summary controller. 'box_balance_in_currency' => 'Balance (:currency)', 'box_spent_in_currency' => 'Spent (:currency)', @@ -2576,3 +2594,5 @@ return [ 'ale_action_add_tag' => 'Added tag', ]; + +// Ignore this comment diff --git a/resources/lang/uk_UA/form.php b/resources/lang/uk_UA/form.php index bea9f38b60..c5dc3e6324 100644 --- a/resources/lang/uk_UA/form.php +++ b/resources/lang/uk_UA/form.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -62,6 +64,9 @@ return [ 'opening_balance' => 'Початковий баланс', 'tagMode' => 'Режим міток', 'virtual_balance' => 'Віртуальний баланс', + + // Ignore this comment + 'targetamount' => 'Сума накопичення', 'account_role' => 'Тип рахунку', 'opening_balance_date' => 'Дата початкового балансу', @@ -153,6 +158,9 @@ return [ 'piggyBank_areYouSure' => 'Ви впевнені, що хочете видалити скарбничку ":name"?', 'journal_areYouSure' => 'Ви впевнені, що хочете видалити транзакцію ":description"?', 'mass_journal_are_you_sure' => 'Видалити ці транзакції?', + + // Ignore this comment + 'tag_areYouSure' => 'Ви дійсно хочете видалити мітку ":tag"?', 'journal_link_areYouSure' => 'Ви дійсно бажаєте видалити посилання між :source і :destination?', 'linkType_areYouSure' => 'Ви дійсно хочете видалити тип посилання ":name" (":inward" / ":outward")?', @@ -216,6 +224,9 @@ return [ 'fints_password' => 'PIN/Password', 'fints_account' => 'Обліковий запис FinTS', 'local_account' => 'Акаунт Firefly III', + + // Ignore this comment + 'from_date' => 'Дата від', 'to_date' => 'Дата до', 'due_date' => 'Дата закінчення', @@ -252,3 +263,4 @@ return [ 'webhook_response' => 'Response', 'webhook_trigger' => 'Trigger', ]; +// Ignore this comment diff --git a/resources/lang/uk_UA/intro.php b/resources/lang/uk_UA/intro.php index f631e1a132..1277441f18 100644 --- a/resources/lang/uk_UA/intro.php +++ b/resources/lang/uk_UA/intro.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -53,6 +55,8 @@ return [ 'budgets_index_list_of_budgets' => 'Використовуте цю таблицю для встановлення розміру кожного бюджету і відстеження балансу по них.', 'budgets_index_outro' => 'Щоб дізнатися більше про бюджет, оберіть іконку довідки у верхньому правому куті.', + // Ignore this comment + // reports (index) 'reports_index_intro' => 'Використовуйте ці звіти, щоб отримати докладне розуміння ваших фінансів.', 'reports_index_inputReportType' => 'Виберіть тип звіту. Перевірте довідку, щоб зрозуміти, що відображає кожен звіт.', @@ -90,6 +94,8 @@ return [ 'piggy-banks_index_button' => 'Поряд з стовпчиком прогресу є дві кнопки (+ і -) для додавання або зняття грошей з кожної скарбнички.', 'piggy-banks_index_accountStatus' => 'Для кожного активу з хоча б одною скарбничкою, статус відображено в цій табличці.', + // Ignore this comment + // create piggy 'piggy-banks_create_name' => 'Яка ваша мета? Нова диван, камера, гроші на надзвичайні ситуації?', 'piggy-banks_create_date' => 'Ви можете встановити цільову дату або кінцевий термін для скарбнички.', @@ -132,6 +138,8 @@ return [ 'rules_create_test_rule_triggers' => 'Використовуйте цю кнопку, щоб побачити, які транзакції будуть відповідати вашому правилу.', 'rules_create_actions' => 'Встановіть стільки дій, скільки забажаєте.', + // Ignore this comment + // preferences 'preferences_index_tabs' => 'За цими вкладками доступні додаткові опції.', @@ -143,3 +151,4 @@ return [ // create currency 'currencies_create_code' => 'Цей код має бути ISO сумісним (загугліть щоб дізнатись код для вашої нової валюти).', ]; +// Ignore this comment diff --git a/resources/lang/uk_UA/list.php b/resources/lang/uk_UA/list.php index a0d08f8a87..634a1e05c9 100644 --- a/resources/lang/uk_UA/list.php +++ b/resources/lang/uk_UA/list.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -56,6 +58,9 @@ return [ 'source' => 'Джерело', 'next_expected_match' => 'Наступний очікуваний збіг', 'automatch' => 'Автоматичний збіг?', + + // Ignore this comment + 'repeat_freq' => 'Повтор', 'description' => 'Опис', 'amount' => 'Сума', @@ -121,6 +126,9 @@ return [ 'external_id' => 'Зовнішній ID', 'account_at_bunq' => 'Рахунок з bunq', 'file_name' => 'Ім\'я файлу', + + // Ignore this comment + 'file_size' => 'Розмір файлу', 'file_type' => 'Тип файлу', 'attached_to' => 'Прикріплено до', @@ -149,3 +157,4 @@ return [ 'secret' => 'Secret', ]; +// Ignore this comment diff --git a/resources/lang/uk_UA/pagination.php b/resources/lang/uk_UA/pagination.php index b71c4216a2..ded2fc0501 100644 --- a/resources/lang/uk_UA/pagination.php +++ b/resources/lang/uk_UA/pagination.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ diff --git a/resources/lang/uk_UA/passwords.php b/resources/lang/uk_UA/passwords.php index 2a69116860..ac0eed0968 100644 --- a/resources/lang/uk_UA/passwords.php +++ b/resources/lang/uk_UA/passwords.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ diff --git a/resources/lang/uk_UA/validation.php b/resources/lang/uk_UA/validation.php index f979ecf69c..36eb039555 100644 --- a/resources/lang/uk_UA/validation.php +++ b/resources/lang/uk_UA/validation.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -78,6 +80,9 @@ return [ 'before' => ':attribute має бути датою до :date.', 'unique_object_for_user' => 'Ім\'я вже використовується.', 'unique_account_for_user' => 'Така назва рахунку вже існує.', + + // Ignore this comment + 'between.numeric' => ':attribute повинен бути між :min і :max.', 'between.file' => 'Розмір :attribute має бути в межах між :min і :max кілобайтів.', 'between.string' => 'Довжина :attribute має бути в межах від :min до :max символів.', @@ -146,6 +151,8 @@ return [ 'same_account_type' => 'Both accounts must be of the same account type', 'same_account_currency' => 'Both accounts must have the same currency setting', + // Ignore this comment + 'secure_password' => 'Це не надійний пароль. Будь ласка, спробуйте інший. Для отримання додаткової інформації, відвідайте https://bit.ly/FF3-password-security', 'valid_recurrence_rep_type' => 'Неприпустимий тип для повторюваних транзакцій.', 'valid_recurrence_rep_moment' => 'Невірний період повторення для цого типу повторення.', @@ -204,6 +211,8 @@ return [ 'deposit_dest_bad_data' => 'Не вдалося знайти дійсний рахунок призначення з ID ":id" або іменем ":name".', 'deposit_dest_wrong_type' => 'Збережений рахунок призначення - некоректний.', + // Ignore this comment + 'transfer_source_need_data' => 'Щоб продовжити, необхідно вказати дійсний ID вихідного рахунку і/або його назву.', 'transfer_source_bad_data' => 'Не вдалося знайти дійсний вихідний рахунок з ID ":id" або іменем ":name".', 'transfer_dest_need_data' => 'Щоб продовжити, необхідно вказати дійсний ID рахунку призначення і/або його назву.', @@ -232,3 +241,5 @@ return [ 'auto_budget_amount_positive' => 'Сума має бути більше нуля.', 'auto_budget_period_mandatory' => 'Автоматичний період бюджета - обов\'язкове поле.', ]; + +// Ignore this comment diff --git a/resources/lang/vi_VN/api.php b/resources/lang/vi_VN/api.php index cf82af250e..526481993b 100644 --- a/resources/lang/vi_VN/api.php +++ b/resources/lang/vi_VN/api.php @@ -21,6 +21,8 @@ declare(strict_types=1); +// Ignore this comment + return [ ]; diff --git a/resources/lang/vi_VN/auth.php b/resources/lang/vi_VN/auth.php index f827447659..2fadd703af 100644 --- a/resources/lang/vi_VN/auth.php +++ b/resources/lang/vi_VN/auth.php @@ -20,8 +20,11 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); + return [ 'failed' => 'Thông tin đăng nhập không đúng.', 'throttle' => 'Đăng nhập thất bại nhiều lần. Vui lòng thử lại sau :seconds.', diff --git a/resources/lang/vi_VN/breadcrumbs.php b/resources/lang/vi_VN/breadcrumbs.php index 8cf78bffc4..f86d908c2d 100644 --- a/resources/lang/vi_VN/breadcrumbs.php +++ b/resources/lang/vi_VN/breadcrumbs.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -53,6 +55,9 @@ return [ 'deposit_list' => 'Doanh thu, thu nhập và tiền gửi', 'transfer_list' => 'Chuyển', 'transfers_list' => 'Chuyển', + + // Ignore this comment + 'reconciliation_list' => 'Hòa giải', 'create_withdrawal' => 'Tạo rút tiền mới', 'create_deposit' => 'Tạo gửi tiền mới', diff --git a/resources/lang/vi_VN/components.php b/resources/lang/vi_VN/components.php index c547bbcadc..399d53fddc 100644 --- a/resources/lang/vi_VN/components.php +++ b/resources/lang/vi_VN/components.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ diff --git a/resources/lang/vi_VN/config.php b/resources/lang/vi_VN/config.php index c28fc38cdd..3bd064c0b3 100644 --- a/resources/lang/vi_VN/config.php +++ b/resources/lang/vi_VN/config.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -39,6 +41,8 @@ return [ //'month_and_day_no_year' => '%B %e', 'month_and_day_no_year_js' => 'MMMM Do', + // Ignore this comment + //'date_time' => '%B %e, %Y, @ %T', 'date_time_js' => 'MMMM Do, YYYY, @ HH:mm:ss', 'date_time_fns' => 'MMMM do, yyyy @ HH:mm:ss', @@ -66,3 +70,5 @@ return [ 'dow_6' => 'Thứ 7', 'dow_7' => 'Chủ nhật', ]; + +// Ignore this comment diff --git a/resources/lang/vi_VN/demo.php b/resources/lang/vi_VN/demo.php index 27a83d42c8..a5943ce02a 100644 --- a/resources/lang/vi_VN/demo.php +++ b/resources/lang/vi_VN/demo.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -35,3 +37,5 @@ return [ 'piggy-banks-index' => 'Như bạn có thể thấy, có ba con heo đất. Sử dụng các nút cộng và trừ để tăng, giảm số tiền trong mỗi heo đất. Nhấp vào tên của heo đất để xem quyền quản trị cho mỗi heo đất.', 'profile-index' => 'Hãy nhớ rằng trang web demo đặt lại sau mỗi bốn giờ. Quyền truy cập của bạn có thể bị thu hồi bất cứ lúc nào. Điều này xảy ra tự động và không phải là một lỗi.', ]; + +// Ignore this comment diff --git a/resources/lang/vi_VN/email.php b/resources/lang/vi_VN/email.php index 88d8105b5c..6156bca754 100644 --- a/resources/lang/vi_VN/email.php +++ b/resources/lang/vi_VN/email.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -33,6 +35,8 @@ return [ 'admin_test_subject' => 'Một thông báo kiểm tra từ bản cài đặt Firefly III của bạn', 'admin_test_body' => 'Đây là một thông báo thử nghiệm từ Firefly III của bạn. Nó đã được gửi đến :email.', + // Ignore this comment + // invite 'invitation_created_subject' => 'An invitation has been created', 'invitation_created_body' => 'Admin user ":email" created a user invitation which can be used by whoever is behind email address ":invitee". The invite will be valid for 48hrs.', @@ -70,6 +74,8 @@ return [ 'registered_pw_reset_link' => 'Thiết lập lại mật khẩu đăng nhập:', 'registered_doc_link' => 'Tài Liệu:', + // Ignore this comment + // new version 'new_version_email_subject' => 'A new Firefly III version is available', @@ -113,6 +119,8 @@ return [ 'error_stacktrace_below' => 'Các stacktrace đầy đủ bên dưới:', 'error_headers' => 'Các tiêu đề sau cũng có thể có liên quan:', + // Ignore this comment + // report new journals 'new_journals_subject' => 'Firefly III đã tạo một giao dịch mới | Firefly III đã tạo: :count các giao dịch mới', 'new_journals_header' => 'Firefly III đã tạo ra một giao dịch cho bạn. Bạn có thể tìm thấy nó trong bản cài đặt Firefly III: | Firefly III đã tạo :count giao dịch cho bạn. Bạn có thể tìm thấy chúng trong bản cài đặt Firefly III:', @@ -129,3 +137,4 @@ return [ 'bill_warning_please_action' => 'Please take the appropriate action.', ]; +// Ignore this comment diff --git a/resources/lang/vi_VN/errors.php b/resources/lang/vi_VN/errors.php index 004ac1cd2c..af2da17ba8 100644 --- a/resources/lang/vi_VN/errors.php +++ b/resources/lang/vi_VN/errors.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -39,6 +41,9 @@ return [ 'error_location' => 'Lỗi này xảy ra trong tập tin :file dòng :line code :code.', 'stacktrace' => 'Stack trace', 'more_info' => 'Thông tin thêm', + + // Ignore this comment + 'collect_info' => 'Vui lòng thu thập thêm thông tin trong storage/logs nơi bạn lưu file log.', 'collect_info_more' => 'Bạn có thể đọc thêm về việc thu thập thông tin lỗi trong the FAQ.', 'github_help' => 'Nhận trợ giúp trên GitHub', diff --git a/resources/lang/vi_VN/firefly.php b/resources/lang/vi_VN/firefly.php index 60460dbaaa..2b81dd6cbd 100644 --- a/resources/lang/vi_VN/firefly.php +++ b/resources/lang/vi_VN/firefly.php @@ -22,6 +22,8 @@ declare(strict_types=1); +// Ignore this comment + return [ // general stuff: 'close' => 'Đóng', @@ -324,6 +326,8 @@ return [ // old + // Ignore this comment + 'search_modifier_date_on' => 'Transaction date is ":value"', 'search_modifier_not_date_on' => 'Transaction date is not ":value"', 'search_modifier_reconciled' => 'Transaction is reconciled', @@ -684,6 +688,7 @@ return [ 'create_rule_from_query' => 'Tạo quy tắc mới từ truy vấn tìm kiếm', '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.', + // Ignore this comment // END 'modifiers_applies_are' => 'Các sửa đổi sau đây cũng được áp dụng cho tìm kiếm:', @@ -1168,6 +1173,7 @@ return [ 'rule_trigger_not_destination_is_cash' => 'Destination account is not a cash account', 'rule_trigger_not_account_is_cash' => 'Neither account is a cash account', + // Ignore this comment // actions 'rule_action_delete_transaction_choice' => 'DELETE transaction(!)', @@ -1465,6 +1471,8 @@ return [ '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.', + // Ignore this comment + // export data: 'export_data_title' => 'Xuất dữ liệu từ Firefly III', 'export_data_menu' => 'Xuất dữ liệu', @@ -1839,6 +1847,8 @@ return [ 'stored_category' => 'Đã lưu trữ danh mục mới ":name"', 'without_category_between' => 'Không có danh mục giữa :start và :end', + // Ignore this comment + // transactions: 'update_withdrawal' => 'Cập nhật rút tiền', 'update_deposit' => 'Cập nhật tiền gửi', @@ -2057,6 +2067,8 @@ return [ 'classification' => 'Phân loại', 'store_transaction' => 'Store transaction', + // Ignore this comment + // reports: 'report_default' => 'Báo cáo tài chính mặc định giữa: start và: end', 'report_audit' => 'Tổng quan về lịch sử giao dịch giữa: start và: end', @@ -2161,6 +2173,8 @@ return [ 'sum_in_default_currency' => 'Tổng tiền sẽ luôn bằng tiền tệ mặc định của bạn.', 'net_filtered_prefs' => 'Biểu đồ này sẽ không bao giờ bao gồm các tài khoản có phần "Bao gồm giá trị ròng" không được chọn.', + // Ignore this comment + // charts: 'chart' => 'Đồ thị', 'month' => 'Tháng', @@ -2249,6 +2263,8 @@ return [ 'total_amount' => 'Tổng cộng', 'number_of_decimals' => 'Số thập phân', + // Ignore this comment + // administration 'invite_new_user_title' => 'Invite new user', '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.', @@ -2519,6 +2535,8 @@ return [ 'except_weekends' => 'Trừ những ngày cuối tuần', 'recurrence_deleted' => 'Đã xóa giao dịch định kỳ ":title"', + // Ignore this comment + // new lines for summary controller. 'box_balance_in_currency' => 'Số dư (: tiền tệ)', 'box_spent_in_currency' => 'Đã chi (: tiền tệ)', @@ -2576,3 +2594,5 @@ return [ 'ale_action_add_tag' => 'Added tag', ]; + +// Ignore this comment diff --git a/resources/lang/vi_VN/form.php b/resources/lang/vi_VN/form.php index 57101d94d0..fa10f154e0 100644 --- a/resources/lang/vi_VN/form.php +++ b/resources/lang/vi_VN/form.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -62,6 +64,9 @@ return [ 'opening_balance' => 'Số dư đầu kỳ', 'tagMode' => 'Chế độ nhãn', 'virtual_balance' => 'Cân bằng ảo', + + // Ignore this comment + 'targetamount' => 'Số tiền mục tiêu', 'account_role' => 'Vai trò tài khoản', 'opening_balance_date' => 'Ngày mở số dư', @@ -153,6 +158,9 @@ return [ 'piggyBank_areYouSure' => 'Bạn có chắc chắn muốn xóa heo đất có tên ":name"?', 'journal_areYouSure' => 'Bạn có chắc chắn muốn xóa giao dịch được mô tả ":description"?', 'mass_journal_are_you_sure' => 'Bạn có chắc chắn muốn xóa những giao dịch này?', + + // Ignore this comment + 'tag_areYouSure' => 'Bạn có chắc chắn muốn xóa nhãn ":tag"?', 'journal_link_areYouSure' => 'Bạn có chắc chắn muốn xóa liên kết giữa :source:destination?', 'linkType_areYouSure' => 'Bạn có chắc chắn muốn xóa loại liên kết ":name" (":inward" / ":outward")?', @@ -216,6 +224,9 @@ return [ 'fints_password' => 'Mật khẩu', 'fints_account' => 'FinTS account', 'local_account' => 'Tài khoản Firefly III', + + // Ignore this comment + 'from_date' => 'Từ ngày', 'to_date' => 'Đến ngày', 'due_date' => 'Ngày đáo hạn', @@ -252,3 +263,4 @@ return [ 'webhook_response' => 'Response', 'webhook_trigger' => 'Trigger', ]; +// Ignore this comment diff --git a/resources/lang/vi_VN/intro.php b/resources/lang/vi_VN/intro.php index d5281651c2..c594496866 100644 --- a/resources/lang/vi_VN/intro.php +++ b/resources/lang/vi_VN/intro.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -53,6 +55,8 @@ return [ 'budgets_index_list_of_budgets' => 'Sử dụng bảng này để đặt số tiền cho từng ngân sách và xem bạn đang làm như thế nào.', 'budgets_index_outro' => 'Để tìm hiểu thêm về lập ngân sách, hãy kiểm tra biểu tượng trợ giúp ở góc trên bên phải.', + // Ignore this comment + // reports (index) 'reports_index_intro' => 'Sử dụng các báo cáo này để có được thông tin chi tiết về tài chính của bạn.', 'reports_index_inputReportType' => 'Chọn một loại báo cáo. Kiểm tra các trang trợ giúp để xem mỗi báo cáo hiển thị cho bạn.', @@ -90,6 +94,8 @@ return [ 'piggy-banks_index_button' => 'Bên cạnh thanh tiến trình này là hai nút (+ và -) để thêm hoặc xóa tiền từ mỗi ngân hàng heo.', 'piggy-banks_index_accountStatus' => 'Đối với mỗi tài khoản có ít nhất một ngân hàng heo, trạng thái được liệt kê trong bảng này.', + // Ignore this comment + // create piggy 'piggy-banks_create_name' => 'Mục tiêu của bạn là gì? Một chiếc ghế dài mới, một máy ảnh, tiền cho các trường hợp khẩn cấp?', 'piggy-banks_create_date' => 'Bạn có thể đặt ngày mục tiêu hoặc thời hạn cho ngân hàng heo của bạn.', @@ -132,6 +138,8 @@ return [ 'rules_create_test_rule_triggers' => 'Sử dụng nút này để xem giao dịch nào sẽ phù hợp với quy tắc của bạn.', 'rules_create_actions' => 'Đặt bao nhiêu hành động tùy thích.', + // Ignore this comment + // preferences 'preferences_index_tabs' => 'Nhiều tùy chọn có sẵn đằng sau các tab này.', @@ -143,3 +151,4 @@ return [ // create currency 'currencies_create_code' => 'Mã này phải tuân thủ ISO (Google mã cho loại tiền mới của bạn).', ]; +// Ignore this comment diff --git a/resources/lang/vi_VN/list.php b/resources/lang/vi_VN/list.php index b027343a58..e4afad1122 100644 --- a/resources/lang/vi_VN/list.php +++ b/resources/lang/vi_VN/list.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -56,6 +58,9 @@ return [ 'source' => 'Nơi gửi', 'next_expected_match' => 'Trận đấu dự kiến tiếp theo', 'automatch' => 'Tự động khớp?', + + // Ignore this comment + 'repeat_freq' => 'Số lần lặp lại', 'description' => 'Mô tả', 'amount' => 'Số tiền', @@ -121,6 +126,9 @@ return [ 'external_id' => 'ID bên ngoài', 'account_at_bunq' => 'Tài khoản với bunq', 'file_name' => 'Tên file', + + // Ignore this comment + 'file_size' => 'Kích thước file', 'file_type' => 'Loại file', 'attached_to' => 'Đính kèm vào', @@ -149,3 +157,4 @@ return [ 'secret' => 'Secret', ]; +// Ignore this comment diff --git a/resources/lang/vi_VN/pagination.php b/resources/lang/vi_VN/pagination.php index 813f0848a9..e13f363a36 100644 --- a/resources/lang/vi_VN/pagination.php +++ b/resources/lang/vi_VN/pagination.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ diff --git a/resources/lang/vi_VN/passwords.php b/resources/lang/vi_VN/passwords.php index 6379470d85..5c5a9c8e42 100644 --- a/resources/lang/vi_VN/passwords.php +++ b/resources/lang/vi_VN/passwords.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ diff --git a/resources/lang/vi_VN/validation.php b/resources/lang/vi_VN/validation.php index d52a9d11f5..f8e45bc0ca 100644 --- a/resources/lang/vi_VN/validation.php +++ b/resources/lang/vi_VN/validation.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -78,6 +80,9 @@ return [ 'before' => 'Thuộc tính: phải là một ngày trước: ngày.', 'unique_object_for_user' => 'Tên này đã được sử dụng.', 'unique_account_for_user' => 'Tên tài khoản này đã được sử dụng.', + + // Ignore this comment + 'between.numeric' => ':attribute phải nằm trong khoảng :min và :max.', 'between.file' => ':attribute phải nằm trong khoảng :min và :max kilobyte.', 'between.string' => ':attribute phải nằm giữa :min và :max ký tự.', @@ -146,6 +151,8 @@ return [ 'same_account_type' => 'Cả hai tài khoản phải thuộc cùng một loại tài khoản', 'same_account_currency' => 'Cả hai tài khoản phải có cùng cài đặt đơn vị tiền tệ', + // Ignore this comment + 'secure_password' => 'Đây không phải là một mật khẩu an toàn. Vui lòng thử lại. Để biết thêm thông tin, hãy truy cập https://bit.ly/FF3-password-security', 'valid_recurrence_rep_type' => 'Loại lặp lại không hợp lệ cho các giao dịch định kỳ.', 'valid_recurrence_rep_moment' => 'Khoảnh khắc lặp lại không hợp lệ cho loại lặp lại này.', @@ -204,6 +211,8 @@ return [ 'deposit_dest_bad_data' => 'Không thể tìm thấy tài khoản đích hợp lệ khi tìm kiếm ID ":id" hoặc tên ":name".', 'deposit_dest_wrong_type' => 'Tài khoản đích đã gửi không đúng loại.', + // Ignore this comment + 'transfer_source_need_data' => 'Cần lấy ID tài khoản nguồn hợp lệ và / hoặc tên tài khoản nguồn hợp lệ để tiếp tục.', 'transfer_source_bad_data' => 'Không thể tìm thấy tài khoản nguồn hợp lệ khi tìm kiếm ID ":id" hoặc tên ":name".', 'transfer_dest_need_data' => 'Cần lấy ID tài khoản đích hợp lệ và / hoặc tên tài khoản đích hợp lệ để tiếp tục.', @@ -232,3 +241,5 @@ return [ 'auto_budget_amount_positive' => 'Số lượng phải lớn hơn 0.', 'auto_budget_period_mandatory' => 'Ngân sách tự động là một trường bắt buộc.', ]; + +// Ignore this comment diff --git a/resources/lang/zh_CN/api.php b/resources/lang/zh_CN/api.php index cf82af250e..526481993b 100644 --- a/resources/lang/zh_CN/api.php +++ b/resources/lang/zh_CN/api.php @@ -21,6 +21,8 @@ declare(strict_types=1); +// Ignore this comment + return [ ]; diff --git a/resources/lang/zh_CN/auth.php b/resources/lang/zh_CN/auth.php index 3545c95929..9c00333149 100644 --- a/resources/lang/zh_CN/auth.php +++ b/resources/lang/zh_CN/auth.php @@ -20,8 +20,11 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); + return [ 'failed' => '用户名或密码错误。', 'throttle' => '登录失败次数过多,请 :seconds 秒后再试。', diff --git a/resources/lang/zh_CN/breadcrumbs.php b/resources/lang/zh_CN/breadcrumbs.php index 7e3e694d13..a4eb38086f 100644 --- a/resources/lang/zh_CN/breadcrumbs.php +++ b/resources/lang/zh_CN/breadcrumbs.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -53,6 +55,9 @@ return [ 'deposit_list' => '收入', 'transfer_list' => '转账', 'transfers_list' => '转账', + + // Ignore this comment + 'reconciliation_list' => '对账', 'create_withdrawal' => '创建新取款', 'create_deposit' => '创建新存款', diff --git a/resources/lang/zh_CN/components.php b/resources/lang/zh_CN/components.php index c547bbcadc..399d53fddc 100644 --- a/resources/lang/zh_CN/components.php +++ b/resources/lang/zh_CN/components.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ diff --git a/resources/lang/zh_CN/config.php b/resources/lang/zh_CN/config.php index 58ab6dd67f..0792741748 100644 --- a/resources/lang/zh_CN/config.php +++ b/resources/lang/zh_CN/config.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -39,6 +41,8 @@ return [ //'month_and_day_no_year' => '%B %e', 'month_and_day_no_year_js' => 'MMMM Do', + // Ignore this comment + //'date_time' => '%B %e, %Y, @ %T', 'date_time_js' => 'YYYY年M月D日 HH:mm:ss', 'date_time_fns' => 'MMMM do, yyyy @ HH:mm:ss', @@ -66,3 +70,5 @@ return [ 'dow_6' => '星期六', 'dow_7' => '星期日', ]; + +// Ignore this comment diff --git a/resources/lang/zh_CN/demo.php b/resources/lang/zh_CN/demo.php index 6cee64c6c8..5ac8fe6f86 100644 --- a/resources/lang/zh_CN/demo.php +++ b/resources/lang/zh_CN/demo.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -35,3 +37,5 @@ return [ 'piggy-banks-index' => '如您所见,目前有3个存钱罐。使用 + 号与 - 号按钮可改变每个存钱罐的金额,点击存钱罐名称可进行管理。', 'profile-index' => '请注意,此演示站点每四小时重置一次,您的操作可能随时被删除。此为完全自动过程,而不是站点出现问题。', ]; + +// Ignore this comment diff --git a/resources/lang/zh_CN/email.php b/resources/lang/zh_CN/email.php index d7300b097e..68726bcb54 100644 --- a/resources/lang/zh_CN/email.php +++ b/resources/lang/zh_CN/email.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -33,6 +35,8 @@ return [ 'admin_test_subject' => '来自 Firefly III 安装的测试消息', 'admin_test_body' => '这是来自 Firefly III 站点的测试消息,收件人是 :email。', + // Ignore this comment + // invite 'invitation_created_subject' => '邀请已发送', 'invitation_created_body' => '管理员用户:email创建了用户邀请,可以由电子邮件地址背后的任何人使用":invitee"。 邀请将对48小时有效。', @@ -70,6 +74,8 @@ return [ 'registered_pw_reset_link' => '密码已重置', 'registered_doc_link' => '文档', + // Ignore this comment + // new version 'new_version_email_subject' => '有新的 Firefly III 版本可用', @@ -113,6 +119,8 @@ return [ 'error_stacktrace_below' => '完整的堆栈跟踪如下:', 'error_headers' => '以下标题也可能具有相关性:', + // Ignore this comment + // report new journals 'new_journals_subject' => 'Firefly III 创建了一笔新的交易|Firefly III 创建了 :count 笔新的交易', 'new_journals_header' => 'Firefly III 为您创建了一笔交易,您可以在您的 Firefly III 站点中查看:|Firefly III 为您创建了 :count 笔交易,您可以在您的 Firefly III 站点中查看:', @@ -129,3 +137,4 @@ return [ 'bill_warning_please_action' => '请采取适当的行动。', ]; +// Ignore this comment diff --git a/resources/lang/zh_CN/errors.php b/resources/lang/zh_CN/errors.php index be83310151..6c8019996c 100644 --- a/resources/lang/zh_CN/errors.php +++ b/resources/lang/zh_CN/errors.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -39,6 +41,9 @@ return [ 'error_location' => '该错误位于文件 :file 第 :line 行的代码 :code', 'stacktrace' => '堆栈跟踪', 'more_info' => '更多信息', + + // Ignore this comment + 'collect_info' => '请在 storage/logs 目录中查找日志文件以获取更多信息。如果您正在使用 Docker,请使用 docker logs -f [container]。', 'collect_info_more' => '您可以在FAQ页面了解更多有关收集错误信息的内容。', 'github_help' => '在 GitHub 上获取帮助', diff --git a/resources/lang/zh_CN/firefly.php b/resources/lang/zh_CN/firefly.php index e8f6ddd3c3..d863321a25 100644 --- a/resources/lang/zh_CN/firefly.php +++ b/resources/lang/zh_CN/firefly.php @@ -22,6 +22,8 @@ declare(strict_types=1); +// Ignore this comment + return [ // general stuff: 'close' => '关闭', @@ -324,6 +326,8 @@ return [ // old + // Ignore this comment + 'search_modifier_date_on' => '交易日期为 “:value”', 'search_modifier_not_date_on' => '交易日期不为 “:value”', 'search_modifier_reconciled' => '交易已对账', @@ -684,6 +688,7 @@ return [ 'create_rule_from_query' => '从搜索语句创建新规则', 'rule_from_search_words' => '规则引擎无法处理“:string”。符合搜索语句的建议规则可能会给出不同的结果,请仔细确认规则触发条件。', + // Ignore this comment // END 'modifiers_applies_are' => '搜索结果同时包含以下内容:', @@ -1168,6 +1173,7 @@ return [ 'rule_trigger_not_destination_is_cash' => 'Destination account is not a cash account', 'rule_trigger_not_account_is_cash' => 'Neither account is a cash account', + // Ignore this comment // actions 'rule_action_delete_transaction_choice' => 'DELETE transaction(!)', @@ -1465,6 +1471,8 @@ return [ 'multi_account_warning_deposit' => '请注意,后续拆分的目标账户将会被收入的首笔拆分的配置所覆盖。', 'multi_account_warning_transfer' => '请注意,后续拆分的来源和目标账户将会被转账的首笔拆分的配置所覆盖。', + // Ignore this comment + // export data: 'export_data_title' => '从 Firefly III 导出数据', 'export_data_menu' => '导出数据', @@ -1839,6 +1847,8 @@ return [ 'stored_category' => '已保存新分类“:name”', 'without_category_between' => ':start – :end 没有分类', + // Ignore this comment + // transactions: 'update_withdrawal' => '更新支出', 'update_deposit' => '更新收入', @@ -2057,6 +2067,8 @@ return [ 'classification' => '归类整理', 'store_transaction' => '保存交易', + // Ignore this comment + // reports: 'report_default' => ':start – :end 的默认财务报表', 'report_audit' => ':start – :end 的交易历史概览', @@ -2161,6 +2173,8 @@ return [ 'sum_in_default_currency' => '总额会总是以您的默认货币显示', 'net_filtered_prefs' => '此图表永远不会包括未勾选“包含于净资产”选项的账户', + // Ignore this comment + // charts: 'chart' => '图表', 'month' => '月', @@ -2249,6 +2263,8 @@ return [ 'total_amount' => '总金额', 'number_of_decimals' => '小数位数', + // Ignore this comment + // administration 'invite_new_user_title' => 'Invite new user', '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.', @@ -2519,6 +2535,8 @@ return [ 'except_weekends' => '例外的周末', 'recurrence_deleted' => '定期交易“:title”已删除', + // Ignore this comment + // new lines for summary controller. 'box_balance_in_currency' => '余额(:currency)', 'box_spent_in_currency' => '支出 (:currency)', @@ -2576,3 +2594,5 @@ return [ 'ale_action_add_tag' => 'Added tag', ]; + +// Ignore this comment diff --git a/resources/lang/zh_CN/form.php b/resources/lang/zh_CN/form.php index c2674a279f..e823098147 100644 --- a/resources/lang/zh_CN/form.php +++ b/resources/lang/zh_CN/form.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -62,6 +64,9 @@ return [ 'opening_balance' => '初始余额', 'tagMode' => '标签模式', 'virtual_balance' => '虚拟账户余额', + + // Ignore this comment + 'targetamount' => '目标金额', 'account_role' => '账户角色', 'opening_balance_date' => '开户日期', @@ -153,6 +158,9 @@ return [ 'piggyBank_areYouSure' => '您确定要删除存钱罐“:name”吗?', 'journal_areYouSure' => '您确定要删除描述为“:description”的交易吗?', 'mass_journal_are_you_sure' => '您确定要删除这些交易吗?', + + // Ignore this comment + 'tag_areYouSure' => '您确定要删除标签“:tag”吗?', 'journal_link_areYouSure' => '您确定要删除 :source:destination 之间的关联吗?', 'linkType_areYouSure' => '您确定要删除关联类型“:name” (“:inward”/“:outward”) 吗?', @@ -216,6 +224,9 @@ return [ 'fints_password' => 'PIN / 密码', 'fints_account' => 'FinTS 帐户', 'local_account' => 'Firefly III 账户', + + // Ignore this comment + 'from_date' => '日期自', 'to_date' => '日期至', 'due_date' => '到期日', @@ -252,3 +263,4 @@ return [ 'webhook_response' => 'Response', 'webhook_trigger' => 'Trigger', ]; +// Ignore this comment diff --git a/resources/lang/zh_CN/intro.php b/resources/lang/zh_CN/intro.php index 9748d9e887..f22af6b252 100644 --- a/resources/lang/zh_CN/intro.php +++ b/resources/lang/zh_CN/intro.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -53,6 +55,8 @@ return [ 'budgets_index_list_of_budgets' => '使用此表格可以设定每个预算的金额,并查看您的使用情况。', 'budgets_index_outro' => '要了解更多有关预算的信息,请查看右上角的帮助图标。', + // Ignore this comment + // reports (index) 'reports_index_intro' => '使用这些报表可以详细地了解您的财务状况。', 'reports_index_inputReportType' => '选择报表类型,查看帮助页面以了解每个报表向您显示的内容。', @@ -90,6 +94,8 @@ return [ 'piggy-banks_index_button' => '此进度条旁边有两个按钮 (+ 和 -),用于从每个存钱罐中存入或取出资金。', 'piggy-banks_index_accountStatus' => '此表格中列出了所有至少拥有一个存钱罐的资产账户的状态。', + // Ignore this comment + // create piggy 'piggy-banks_create_name' => '您的目标是什么?一张新沙发、一台相机,或是应急用金?', 'piggy-banks_create_date' => '您可以为存钱罐设定目标日期或截止日期。', @@ -132,6 +138,8 @@ return [ 'rules_create_test_rule_triggers' => '使用此按钮可以查看哪些交易记录将配对您的规则。', 'rules_create_actions' => '您可以设定任意数量的动作。', + // Ignore this comment + // preferences 'preferences_index_tabs' => '这些标签页后还有更多可用选项。', @@ -143,3 +151,4 @@ return [ // create currency 'currencies_create_code' => '此代码应符合 ISO 标准 (可以用 Google 搜索您的新货币)。', ]; +// Ignore this comment diff --git a/resources/lang/zh_CN/list.php b/resources/lang/zh_CN/list.php index 140a3d6d24..8d9db73f35 100644 --- a/resources/lang/zh_CN/list.php +++ b/resources/lang/zh_CN/list.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -56,6 +58,9 @@ return [ 'source' => '来源', 'next_expected_match' => '预期下次支付', 'automatch' => '自动匹配?', + + // Ignore this comment + 'repeat_freq' => '重复', 'description' => '描述', 'amount' => '金额', @@ -121,6 +126,9 @@ return [ 'external_id' => '外部 ID', 'account_at_bunq' => 'bunq 账户', 'file_name' => '文件名称', + + // Ignore this comment + 'file_size' => '文件大小', 'file_type' => '文件类型', 'attached_to' => '附加到', @@ -149,3 +157,4 @@ return [ 'secret' => '密钥', ]; +// Ignore this comment diff --git a/resources/lang/zh_CN/pagination.php b/resources/lang/zh_CN/pagination.php index 39b91bd3ab..d8955cacec 100644 --- a/resources/lang/zh_CN/pagination.php +++ b/resources/lang/zh_CN/pagination.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ diff --git a/resources/lang/zh_CN/passwords.php b/resources/lang/zh_CN/passwords.php index feabda706a..73ef15f561 100644 --- a/resources/lang/zh_CN/passwords.php +++ b/resources/lang/zh_CN/passwords.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ diff --git a/resources/lang/zh_CN/validation.php b/resources/lang/zh_CN/validation.php index ae2504c40d..7b9e20f960 100644 --- a/resources/lang/zh_CN/validation.php +++ b/resources/lang/zh_CN/validation.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -78,6 +80,9 @@ return [ 'before' => ':attribute 必须是一个在 :date 之前的日期', 'unique_object_for_user' => '此名称已在使用中', 'unique_account_for_user' => '此账户名称已在使用中', + + // Ignore this comment + 'between.numeric' => ':attribute 必须介于 :min 和 :max 之间', 'between.file' => ':attribute 必须介于 :min kB 到 :max kB之间', 'between.string' => ':attribute 必须介于 :min 到 :max 字符之间', @@ -146,6 +151,8 @@ return [ 'same_account_type' => '两个账户必须是相同类型的账户', 'same_account_currency' => '两个账户必须设置有相同的货币', + // Ignore this comment + 'secure_password' => '此密码不安全,请重试。访问 https://bit.ly/FF3-password-security 获取更多信息。', 'valid_recurrence_rep_type' => '此重复类型不能用于定期交易', 'valid_recurrence_rep_moment' => '此重复时刻不能用于此重复类型', @@ -204,6 +211,8 @@ return [ 'deposit_dest_bad_data' => '搜索 ID “:id”或名称“:name”时找不到有效的目标账户', 'deposit_dest_wrong_type' => '提交的目标账户的类型不正确', + // Ignore this comment + 'transfer_source_need_data' => '需要一个有效的来源账户 ID 和/或来源账户名称才能继续', 'transfer_source_bad_data' => '搜索 ID “:id”或名称“:name”时找不到有效的来源账户', 'transfer_dest_need_data' => '需要一个有效的目标账户 ID 和/或目标账户名称才能继续', @@ -232,3 +241,5 @@ return [ 'auto_budget_amount_positive' => '金额必须大于零', 'auto_budget_period_mandatory' => '自动预算周期是必填项', ]; + +// Ignore this comment diff --git a/resources/lang/zh_TW/api.php b/resources/lang/zh_TW/api.php index cf82af250e..526481993b 100644 --- a/resources/lang/zh_TW/api.php +++ b/resources/lang/zh_TW/api.php @@ -21,6 +21,8 @@ declare(strict_types=1); +// Ignore this comment + return [ ]; diff --git a/resources/lang/zh_TW/auth.php b/resources/lang/zh_TW/auth.php index 669c4a6aec..e1fb281daf 100644 --- a/resources/lang/zh_TW/auth.php +++ b/resources/lang/zh_TW/auth.php @@ -20,8 +20,11 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); + return [ 'failed' => '憑證與系統記錄不符。', 'throttle' => '登入嘗試太多,請於 :seconds 秒後重試。', diff --git a/resources/lang/zh_TW/breadcrumbs.php b/resources/lang/zh_TW/breadcrumbs.php index dffa3c7e9c..2e119a1e77 100644 --- a/resources/lang/zh_TW/breadcrumbs.php +++ b/resources/lang/zh_TW/breadcrumbs.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -53,6 +55,9 @@ return [ 'deposit_list' => '收入、所得與存款', 'transfer_list' => '轉帳', 'transfers_list' => '轉帳', + + // Ignore this comment + 'reconciliation_list' => '對帳', 'create_withdrawal' => '新增提款', 'create_deposit' => '新增存款', diff --git a/resources/lang/zh_TW/components.php b/resources/lang/zh_TW/components.php index c547bbcadc..399d53fddc 100644 --- a/resources/lang/zh_TW/components.php +++ b/resources/lang/zh_TW/components.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ diff --git a/resources/lang/zh_TW/config.php b/resources/lang/zh_TW/config.php index 5ca172179a..5460e7534d 100644 --- a/resources/lang/zh_TW/config.php +++ b/resources/lang/zh_TW/config.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -39,6 +41,8 @@ return [ //'month_and_day_no_year' => '%B %e', 'month_and_day_no_year_js' => 'MMMM Do', + // Ignore this comment + //'date_time' => '%B %e, %Y, @ %T', 'date_time_js' => 'MMMM Do, YYYY, @ HH:mm:ss', 'date_time_fns' => 'MMMM do, yyyy @ HH:mm:ss', @@ -66,3 +70,5 @@ return [ 'dow_6' => '週六', 'dow_7' => '週日', ]; + +// Ignore this comment diff --git a/resources/lang/zh_TW/demo.php b/resources/lang/zh_TW/demo.php index 3b960d0bd8..a1607879d4 100644 --- a/resources/lang/zh_TW/demo.php +++ b/resources/lang/zh_TW/demo.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -35,3 +37,5 @@ return [ 'piggy-banks-index' => '您可見到有 3 個小豬撲滿。使用 + 號、- 號按鈕控制每個小豬撲滿的存款額,按一下小豬撲滿的名稱則可查看管理詳情。', 'profile-index' => '請注意,本展示網站每 4 小時會自動重設,存取權限可能隨時撤銷。這是自動安排的,不是錯誤。', ]; + +// Ignore this comment diff --git a/resources/lang/zh_TW/email.php b/resources/lang/zh_TW/email.php index 5b5cf1e4d8..820bb46536 100644 --- a/resources/lang/zh_TW/email.php +++ b/resources/lang/zh_TW/email.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -33,6 +35,8 @@ return [ 'admin_test_subject' => '來自 Firefly III 安裝程式的測試訊息', 'admin_test_body' => '這是您 Firefly III 載體的測試訊息,是寄給 :email 的。', + // Ignore this comment + // invite 'invitation_created_subject' => 'An invitation has been created', 'invitation_created_body' => 'Admin user ":email" created a user invitation which can be used by whoever is behind email address ":invitee". The invite will be valid for 48hrs.', @@ -70,6 +74,8 @@ return [ 'registered_pw_reset_link' => 'Password reset:', 'registered_doc_link' => 'Documentation:', + // Ignore this comment + // new version 'new_version_email_subject' => 'A new Firefly III version is available', @@ -113,6 +119,8 @@ return [ 'error_stacktrace_below' => 'The full stacktrace is below:', 'error_headers' => 'The following headers may also be relevant:', + // Ignore this comment + // report new journals 'new_journals_subject' => 'Firefly III has created a new transaction|Firefly III has created :count new transactions', 'new_journals_header' => 'Firefly III has created a transaction for you. You can find it in your Firefly III installation:|Firefly III has created :count transactions for you. You can find them in your Firefly III installation:', @@ -129,3 +137,4 @@ return [ 'bill_warning_please_action' => 'Please take the appropriate action.', ]; +// Ignore this comment diff --git a/resources/lang/zh_TW/errors.php b/resources/lang/zh_TW/errors.php index a62e78ebcf..412b8f08a1 100644 --- a/resources/lang/zh_TW/errors.php +++ b/resources/lang/zh_TW/errors.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -39,6 +41,9 @@ return [ 'error_location' => 'This error occured in file :file on line :line with code :code.', 'stacktrace' => 'Stack trace', 'more_info' => 'More information', + + // Ignore this comment + 'collect_info' => 'Please collect more information in the storage/logs directory where you will find log files. If you\'re running Docker, use docker logs -f [container].', 'collect_info_more' => 'You can read more about collecting error information in the FAQ.', 'github_help' => 'Get help on GitHub', diff --git a/resources/lang/zh_TW/firefly.php b/resources/lang/zh_TW/firefly.php index 7c7fa2a8d5..ac6beea003 100644 --- a/resources/lang/zh_TW/firefly.php +++ b/resources/lang/zh_TW/firefly.php @@ -22,6 +22,8 @@ declare(strict_types=1); +// Ignore this comment + return [ // general stuff: 'close' => '關閉', @@ -324,6 +326,8 @@ return [ // old + // Ignore this comment + 'search_modifier_date_on' => 'Transaction date is ":value"', 'search_modifier_not_date_on' => 'Transaction date is not ":value"', 'search_modifier_reconciled' => 'Transaction is reconciled', @@ -684,6 +688,7 @@ return [ '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.', + // Ignore this comment // END 'modifiers_applies_are' => '搜尋也套用以下條件:', @@ -1168,6 +1173,7 @@ return [ 'rule_trigger_not_destination_is_cash' => 'Destination account is not a cash account', 'rule_trigger_not_account_is_cash' => 'Neither account is a cash account', + // Ignore this comment // actions 'rule_action_delete_transaction_choice' => 'DELETE transaction(!)', @@ -1465,6 +1471,8 @@ return [ '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.', + // Ignore this comment + // export data: 'export_data_title' => 'Export data from Firefly III', 'export_data_menu' => 'Export data', @@ -1839,6 +1847,8 @@ return [ 'stored_category' => '已儲存新分類 “:name”', 'without_category_between' => '自 :start 至 :end 之間沒有分類', + // Ignore this comment + // transactions: 'update_withdrawal' => '更新提款', 'update_deposit' => '更新存款', @@ -2057,6 +2067,8 @@ return [ 'classification' => 'Classification', 'store_transaction' => 'Store transaction', + // Ignore this comment + // reports: 'report_default' => '自 :start 至 :end 的預設財務報表', 'report_audit' => '自 :start 至 :end 的交易歷史概覽', @@ -2161,6 +2173,8 @@ return [ 'sum_in_default_currency' => '總額會總是以您的預設貨幣顯示', 'net_filtered_prefs' => '此圖表永遠不會囊括未勾選 “包含於淨值" 選項的帳戶', + // Ignore this comment + // charts: 'chart' => '圖表', 'month' => '月', @@ -2249,6 +2263,8 @@ return [ 'total_amount' => '總金額', 'number_of_decimals' => '小數位數:', + // Ignore this comment + // administration 'invite_new_user_title' => 'Invite new user', '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.', @@ -2519,6 +2535,8 @@ return [ 'except_weekends' => '例外的周末', 'recurrence_deleted' => '週期性交易 ":title" 已刪除', + // Ignore this comment + // new lines for summary controller. 'box_balance_in_currency' => '餘額 (:currency)', 'box_spent_in_currency' => '已花費 (:currency)', @@ -2576,3 +2594,5 @@ return [ 'ale_action_add_tag' => 'Added tag', ]; + +// Ignore this comment diff --git a/resources/lang/zh_TW/form.php b/resources/lang/zh_TW/form.php index 08e9a28df6..43c93df0ae 100644 --- a/resources/lang/zh_TW/form.php +++ b/resources/lang/zh_TW/form.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -62,6 +64,9 @@ return [ 'opening_balance' => '初始餘額', 'tagMode' => '標籤模式', 'virtual_balance' => '虛擬餘額', + + // Ignore this comment + 'targetamount' => '目標金額', 'account_role' => '帳戶角色', 'opening_balance_date' => '初始餘額日期', @@ -153,6 +158,9 @@ return [ 'piggyBank_areYouSure' => '你確定你想要刪除名為 ":name" 的小豬撲滿?', 'journal_areYouSure' => '你真的要刪除這個描述為 ":description" 的交易嗎?', 'mass_journal_are_you_sure' => '確定刪除這些交易?', + + // Ignore this comment + 'tag_areYouSure' => '你真的要要刪除標籤 ":tag" 嗎?', 'journal_link_areYouSure' => '您確定您要刪除 :source:destination 間的連結嗎?', 'linkType_areYouSure' => '您確定您要刪除連結類型 ":name" (":inward" / ":outward")?', @@ -216,6 +224,9 @@ return [ 'fints_password' => 'PIN/密碼', 'fints_account' => 'FinTS 帳戶', 'local_account' => 'Firefly III 帳戶', + + // Ignore this comment + 'from_date' => '開始自', 'to_date' => '日期至', 'due_date' => '到期日', @@ -252,3 +263,4 @@ return [ 'webhook_response' => 'Response', 'webhook_trigger' => 'Trigger', ]; +// Ignore this comment diff --git a/resources/lang/zh_TW/intro.php b/resources/lang/zh_TW/intro.php index 9fc9ebb2fb..1d938eb93b 100644 --- a/resources/lang/zh_TW/intro.php +++ b/resources/lang/zh_TW/intro.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -54,6 +56,8 @@ return [ 'budgets_index_list_of_budgets' => '在此表上設定每個預算的金額,查看表現如何。', 'budgets_index_outro' => '要瞭解有關預算的詳細資訊,請查看右上角的説明圖示。', + // Ignore this comment + // reports (index) 'reports_index_intro' => '從這些報表洞察您的詳細財務狀況。', 'reports_index_inputReportType' => '挑一種報表。查看說明頁面瞭解各報表展示的內容。', @@ -91,6 +95,8 @@ return [ 'piggy-banks_index_button' => '進度橫條旁有兩個按鈕 (+ 和-),可以在每個小豬撲滿中加減金額。', 'piggy-banks_index_accountStatus' => '有小豬撲滿的資產帳戶,會在此表格中列出狀態。', + // Ignore this comment + // create piggy 'piggy-banks_create_name' => '您的目標為何?一張新沙發、一台相機,還是應急備用?', 'piggy-banks_create_date' => '您可以設定小豬撲滿的目標日期或期限。', @@ -133,6 +139,8 @@ return [ 'rules_create_test_rule_triggers' => '使用此按鈕可以查看哪些交易記錄將配對您的規則。', 'rules_create_actions' => '隨您設定多少動作。', + // Ignore this comment + // preferences 'preferences_index_tabs' => '這些標籤頁尚有更多可用選項。', @@ -144,3 +152,4 @@ return [ // create currency 'currencies_create_code' => '此應為 ISO 標準代碼 (新貨幣代碼可線上搜尋)。', ]; +// Ignore this comment diff --git a/resources/lang/zh_TW/list.php b/resources/lang/zh_TW/list.php index 9618b003ae..3c3ad360b4 100644 --- a/resources/lang/zh_TW/list.php +++ b/resources/lang/zh_TW/list.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -56,6 +58,9 @@ return [ 'source' => '來源', 'next_expected_match' => '下一個預期的配對', 'automatch' => '自動配對?', + + // Ignore this comment + 'repeat_freq' => '重複', 'description' => '描述', 'amount' => '金額', @@ -121,6 +126,9 @@ return [ 'external_id' => '外部 ID', 'account_at_bunq' => 'bunq 帳戶', 'file_name' => '檔案名稱', + + // Ignore this comment + 'file_size' => '檔案大小', 'file_type' => '檔案類型', 'attached_to' => '附加到', @@ -149,3 +157,4 @@ return [ 'secret' => 'Secret', ]; +// Ignore this comment diff --git a/resources/lang/zh_TW/pagination.php b/resources/lang/zh_TW/pagination.php index 5a52b8c9d7..89440a5b08 100644 --- a/resources/lang/zh_TW/pagination.php +++ b/resources/lang/zh_TW/pagination.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ diff --git a/resources/lang/zh_TW/passwords.php b/resources/lang/zh_TW/passwords.php index 51c0f8435c..5e5d542073 100644 --- a/resources/lang/zh_TW/passwords.php +++ b/resources/lang/zh_TW/passwords.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ diff --git a/resources/lang/zh_TW/validation.php b/resources/lang/zh_TW/validation.php index f039c44f3b..aaab801a9b 100644 --- a/resources/lang/zh_TW/validation.php +++ b/resources/lang/zh_TW/validation.php @@ -20,6 +20,8 @@ * along with this program. If not, see . */ +// Ignore this comment + declare(strict_types=1); return [ @@ -78,6 +80,9 @@ return [ 'before' => ':attribute 必須是一個在 :date 之前的日期。', 'unique_object_for_user' => '這個名稱已被使用。', 'unique_account_for_user' => '這個帳戶名稱已被使用。', + + // Ignore this comment + 'between.numeric' => ':attribute 必須介於 :min 和 :max 之間。', 'between.file' => ':attribute 必須介於 :min kB 到 :max kB 之間。', 'between.string' => ':attribute 必須介於 :min 到 :max 個字元之間。', @@ -146,6 +151,8 @@ return [ 'same_account_type' => 'Both accounts must be of the same account type', 'same_account_currency' => 'Both accounts must have the same currency setting', + // Ignore this comment + 'secure_password' => '此密碼不安全,請再試一遍。如需更多資訊,請瀏覽 https://bit.ly/FF3-password-security', 'valid_recurrence_rep_type' => '定期重複交易的重複類型無效。', 'valid_recurrence_rep_moment' => '重複時刻在此重複類型無效。', @@ -204,6 +211,8 @@ return [ 'deposit_dest_bad_data' => '搜尋 ID ":id" 或名稱 ":name" 都找不到有效的目標帳戶。', 'deposit_dest_wrong_type' => 'The submitted destination account is not of the right type.', + // Ignore this comment + 'transfer_source_need_data' => '需要有效的來源帳戶 ID 及/或有效的來源帳戶名稱才能繼續。', 'transfer_source_bad_data' => '搜尋 ID ":id" 或名稱 ":name" 都找不到有效的來源帳戶。', 'transfer_dest_need_data' => '需要有效的目標帳戶 ID 及/或有效的目標帳戶名稱才能繼續。', @@ -232,3 +241,5 @@ return [ 'auto_budget_amount_positive' => 'The amount must be more than zero.', 'auto_budget_period_mandatory' => 'The auto budget period is a mandatory field.', ]; + +// Ignore this comment