mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 23:45:10 +00:00
Update language strings
This commit is contained in:
@@ -32,7 +32,5 @@ declare(strict_types=1);
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
return [
|
||||
|
||||
];
|
||||
|
@@ -31,10 +31,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
|
||||
return [
|
||||
'failed' => 'Въведените удостоверителни данни не съвпадат с нашите записи.',
|
||||
'throttle' => 'Твърде много опити за влизане. Опитайте се пак след :seconds секунди.',
|
||||
|
@@ -31,7 +31,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
@@ -77,7 +76,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
'reconciliation_list' => 'Съгласувания',
|
||||
'create_withdrawal' => 'Създай нов разход',
|
||||
'create_deposit' => 'Създай нов приход',
|
||||
|
@@ -31,7 +31,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
|
@@ -31,7 +31,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
@@ -62,7 +61,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
// 'date_time' => '%B %e, %Y, @ %T',
|
||||
'date_time_js' => 'Do MMMM, YYYY, @ HH:mm:ss',
|
||||
'date_time_fns' => 'MMMM do, yyyy @ HH:mm:ss',
|
||||
@@ -101,4 +99,3 @@ return [
|
||||
* https://crowdin.com/project/firefly-iii
|
||||
*
|
||||
*/
|
||||
|
||||
|
@@ -31,7 +31,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
@@ -58,4 +57,3 @@ return [
|
||||
* https://crowdin.com/project/firefly-iii
|
||||
*
|
||||
*/
|
||||
|
||||
|
@@ -31,7 +31,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
@@ -56,7 +55,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
// 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.',
|
||||
@@ -103,7 +101,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
// new version
|
||||
'new_version_email_subject' => 'A new Firefly III version is available',
|
||||
|
||||
@@ -158,7 +155,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
// report new journals
|
||||
'new_journals_subject' => 'Firefly III създаде нова транзакция | Firefly III създаде :count нови транзакции',
|
||||
'new_journals_header' => 'Firefly III създаде транзакция за вас. Можете да я намерите във вашата инсталация на Firefly III: | Firefly III създаде :count транзакции за вас. Можете да ги намерите във вашата инсталация на Firefly III:',
|
||||
@@ -173,7 +169,6 @@ return [
|
||||
'bill_warning_end_date_zero' => 'Your bill **":name"** is due to end on :date. This moment will pass **TODAY!**',
|
||||
'bill_warning_extension_date_zero' => 'Your bill **":name"** is due to be extended or cancelled on :date. This moment will pass **TODAY!**',
|
||||
'bill_warning_please_action' => 'Please take the appropriate action.',
|
||||
|
||||
];
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
@@ -185,4 +180,3 @@ return [
|
||||
* https://crowdin.com/project/firefly-iii
|
||||
*
|
||||
*/
|
||||
|
||||
|
@@ -31,7 +31,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
@@ -63,7 +62,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
'collect_info' => 'Моля, съберете повече информация в директорията <code> storage/logs </code>, където ще намерите файловете на дневника. Ако използвате Docker, използвайте <code>docker logs -f [container]</code>.',
|
||||
'collect_info_more' => 'Можете да прочетете повече за събирането на информация за грешки на <a href="https://docs.firefly-iii.org/faq/other#how-do-i-enable-debug-mode">the FAQ</a>.',
|
||||
'github_help' => 'Получете помощ на GitHub',
|
||||
@@ -76,5 +74,4 @@ return [
|
||||
'offline_header' => 'Вие вероятно не сте на линия',
|
||||
'offline_unreachable' => 'Firefly III е недостижим. Устройството Ви в момента не е на линия или сървърът не работи.',
|
||||
'offline_github' => 'Ако сте сигурни, че Вашето устройство и сървъра са на линия, моля отворете билет на <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a></strong>.',
|
||||
|
||||
];
|
||||
|
@@ -33,7 +33,6 @@ declare(strict_types=1);
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
return [
|
||||
// general stuff:
|
||||
'close' => 'Затвори',
|
||||
@@ -350,7 +349,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
'search_modifier_date_on' => 'Transaction date is ":value"',
|
||||
'search_modifier_not_date_on' => 'Transaction date is not ":value"',
|
||||
'search_modifier_reconciled' => 'Transaction is reconciled',
|
||||
@@ -487,7 +485,6 @@ return [
|
||||
'search_modifier_date_after_month' => 'Транзацията е през ":value" месец или след него',
|
||||
'search_modifier_date_after_day' => 'Транзацията е на ":value" число от месеца или след него',
|
||||
|
||||
|
||||
// new
|
||||
'search_modifier_tag_is_not' => 'No tag is ":value"',
|
||||
'search_modifier_not_tag_is_not' => 'Tag is ":value"',
|
||||
@@ -726,7 +723,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
// END
|
||||
'modifiers_applies_are' => 'И следните модификатори се прилагат към търсенето:',
|
||||
'general_search_error' => 'При търсенето възникна грешка. Моля, проверете лог файловете за повече информация.',
|
||||
@@ -819,7 +815,6 @@ return [
|
||||
'rule_trigger_update_journal' => 'Когато се обновява транзакция',
|
||||
'rule_trigger_user_action' => 'Действието на потребителя е „:trigger_value“',
|
||||
|
||||
|
||||
// OLD values (remove non-doubles later):
|
||||
'rule_trigger_source_account_starts_choice' => 'Името на разходната сметка започва с..',
|
||||
'rule_trigger_source_account_starts' => 'Името на разходната сметка започва с ":trigger_value"',
|
||||
@@ -1225,7 +1220,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
// actions
|
||||
// set, clear, add, remove, append/prepend
|
||||
'rule_action_delete_transaction_choice' => 'DELETE transaction(!)',
|
||||
@@ -1314,7 +1308,6 @@ return [
|
||||
'create_rule_from_transaction' => 'Създайте правило въз основа на транзакцията',
|
||||
'create_recurring_from_transaction' => 'Създай повтаряща се транзакция базирана на транзакция',
|
||||
|
||||
|
||||
// preferences
|
||||
'dark_mode_option_browser' => 'Let your browser decide',
|
||||
'dark_mode_option_light' => 'Always light',
|
||||
@@ -1498,7 +1491,7 @@ return [
|
||||
'login_provider_local_only' => 'Това действие не е достъпно при удостоверяване чрез ":login_provider".',
|
||||
'external_user_mgt_disabled' => 'Това действие не е достъпно, когато Firefly III не е отговорен за управлението на потребителите или обработката на удостоверяването.',
|
||||
'external_auth_disabled' => 'Това действие не е достъпно, когато Firefly III не е отговорен обработката на удостоверяването.',
|
||||
'delete_local_info_only' => "Тъй като Firefly III не е отговорен за управлението на потребителите или обработката на удостоверяването, тази функция ще изтрие само локална информация на Firefly III.",
|
||||
'delete_local_info_only' => 'Тъй като Firefly III не е отговорен за управлението на потребителите или обработката на удостоверяването, тази функция ще изтрие само локална информация на Firefly III.',
|
||||
'oauth' => 'OAuth',
|
||||
'profile_oauth_clients' => 'OAuth клиенти',
|
||||
'profile_oauth_no_clients' => 'Не сте създали клиенти на OAuth.',
|
||||
@@ -1549,7 +1542,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
// export data:
|
||||
'export_data_title' => 'Експортирайте данни от Firefly III',
|
||||
'export_data_menu' => 'Експортирай данни',
|
||||
@@ -1953,7 +1945,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
// transactions:
|
||||
'unreconcile' => 'Undo reconciliation',
|
||||
'update_withdrawal' => 'Обнови тегленето',
|
||||
@@ -2053,7 +2044,6 @@ return [
|
||||
'first_split_overrules_destination' => 'Първия раздел може да отмени приходната сметка',
|
||||
'spent_x_of_y' => 'Похарчено е {amount} от {total}',
|
||||
|
||||
|
||||
// new user:
|
||||
'welcome' => 'Добре дошли в Firefly III!',
|
||||
'submit' => 'Потвърди',
|
||||
@@ -2194,7 +2184,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
// reports:
|
||||
'report_default' => 'Финансов отчет по подразбиране между :start и :end',
|
||||
'report_audit' => 'Преглед на историята на транзакциите между :start и :end',
|
||||
@@ -2310,7 +2299,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
// charts:
|
||||
'chart' => 'Графика',
|
||||
'month' => 'Месец',
|
||||
@@ -2412,7 +2400,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
// administration
|
||||
'invite_is_already_redeemed' => 'The invite to ":address" has already been redeemed.',
|
||||
'invite_is_deleted' => 'The invite to ":address" has been deleted.',
|
||||
@@ -2473,7 +2460,6 @@ return [
|
||||
'save_notification_settings' => 'Save settings',
|
||||
'notification_settings_saved' => 'The notification settings have been saved',
|
||||
|
||||
|
||||
'split_transaction_title' => 'Описание на разделена транзакция',
|
||||
'split_transaction_title_help' => 'Ако създадете разделена транзакция, трябва да има глобално описание за всички раздели на транзакцията.',
|
||||
'split_title_help' => 'Ако създадете разделена транзакция, трябва да има глобално описание за всички раздели на транзакцията.',
|
||||
@@ -2481,7 +2467,6 @@ return [
|
||||
'you_create_withdrawal' => 'Създавате теглене.',
|
||||
'you_create_deposit' => 'Създавате депозит.',
|
||||
|
||||
|
||||
// links
|
||||
'journal_link_configuration' => 'Конфигурация на връзки за транзакции',
|
||||
'create_new_link_type' => 'Създаване на нов тип връзка',
|
||||
@@ -2698,7 +2683,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
// new lines for summary controller.
|
||||
'box_balance_in_currency' => 'Баланс (:currency)',
|
||||
'box_spent_in_currency' => 'Похарчени (:currency)',
|
||||
@@ -2762,7 +2746,6 @@ return [
|
||||
// dashboard
|
||||
'enable_auto_convert' => 'Enable currency conversion',
|
||||
'disable_auto_convert' => 'Disable currency conversion',
|
||||
|
||||
];
|
||||
|
||||
/*
|
||||
@@ -2775,4 +2758,3 @@ return [
|
||||
* https://crowdin.com/project/firefly-iii
|
||||
*
|
||||
*/
|
||||
|
||||
|
@@ -31,7 +31,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
@@ -86,7 +85,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
'targetamount' => 'Планирана сума',
|
||||
'account_role' => 'Роля на сметката',
|
||||
'opening_balance_date' => 'Дата на началното салдо',
|
||||
@@ -191,7 +189,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
'tag_areYouSure' => 'Наистина ли искате да изтриете етикета ":tag"?',
|
||||
'journal_link_areYouSure' => 'Наистина ли искате да изтриете връзката между <a href=":source_link">:source</a> и <a href=":destination_link">:destination</a>?',
|
||||
'linkType_areYouSure' => 'Наистина ли искате да изтриете типа връзка ":name" (":inward" / ":outward")?',
|
||||
@@ -230,7 +227,6 @@ return [
|
||||
'album' => 'Албум',
|
||||
'song' => 'Песен',
|
||||
|
||||
|
||||
// admin
|
||||
'domain' => 'Домейн',
|
||||
'single_user_mode' => 'Изключи нови регистрации',
|
||||
@@ -267,7 +263,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
'from_date' => 'Дата от',
|
||||
'to_date' => 'Дата до',
|
||||
'due_date' => 'Дата на падеж',
|
||||
@@ -314,4 +309,3 @@ return [
|
||||
* https://crowdin.com/project/firefly-iii
|
||||
*
|
||||
*/
|
||||
|
||||
|
@@ -31,7 +31,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
@@ -76,7 +75,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
// reports (index)
|
||||
'reports_index_intro' => 'Използвайте тези отчети, за да получите подробна информация за вашите финанси.',
|
||||
'reports_index_inputReportType' => 'Изберете тип отчет. Разгледайте страниците за помощ, за да видите какво ви показва всеки отчет.',
|
||||
@@ -125,7 +123,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
// create piggy
|
||||
'piggy-banks_create_name' => 'Каква е твоята цел? Нов диван, камера, пари за спешни случаи?',
|
||||
'piggy-banks_create_date' => 'Можете да зададете целева дата или краен срок за вашата касичка.',
|
||||
@@ -179,7 +176,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
// preferences
|
||||
'preferences_index_tabs' => 'Повече опции са достъпни зад тези раздели.',
|
||||
|
||||
@@ -201,4 +197,3 @@ return [
|
||||
* https://crowdin.com/project/firefly-iii
|
||||
*
|
||||
*/
|
||||
|
||||
|
@@ -31,7 +31,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
@@ -80,7 +79,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
'repeat_freq' => 'Повторения',
|
||||
'description' => 'Описание',
|
||||
'amount' => 'Сума',
|
||||
@@ -158,7 +156,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
'file_size' => 'Размер на файла',
|
||||
'file_type' => 'Вид файл',
|
||||
'attached_to' => 'Приложен към',
|
||||
@@ -185,7 +182,6 @@ return [
|
||||
'delivery' => 'Delivery',
|
||||
'url' => 'URL адрес',
|
||||
'secret' => 'Тайна',
|
||||
|
||||
];
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
@@ -197,4 +193,3 @@ return [
|
||||
* https://crowdin.com/project/firefly-iii
|
||||
*
|
||||
*/
|
||||
|
||||
|
@@ -31,7 +31,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
|
@@ -31,7 +31,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
|
@@ -1,6 +1,5 @@
|
||||
<?php
|
||||
|
||||
|
||||
/*
|
||||
* rules.php
|
||||
* Copyright (c) 2023 james@firefly-iii.org
|
||||
|
@@ -31,7 +31,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
@@ -112,7 +111,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
'between.numeric' => ':attribute трябва да бъде между :min и :max.',
|
||||
'between.file' => ':attribute трябва да бъде с големина между :min и :max Kb.',
|
||||
'between.string' => ':attribute трябва да бъде с дължина между :min и :max символа.',
|
||||
@@ -192,7 +190,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
'secure_password' => 'Това не е сигурна парола. Моля, опитайте отново. За повече информация посетете https://bit.ly/FF3-password-security',
|
||||
'valid_recurrence_rep_type' => 'Невалиден тип повторение за повтарящи се транзакции.',
|
||||
'valid_recurrence_rep_moment' => 'Невалиден момент на повторение за този тип повторение.',
|
||||
@@ -265,7 +262,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
'transfer_source_need_data' => 'Трябва да използвате валидно ID на разходната сметка и / или валидно име на разходната сметка, за да продължите.',
|
||||
'transfer_source_bad_data' => '[c] Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
'transfer_dest_need_data' => '[c] Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
@@ -308,4 +304,3 @@ return [
|
||||
* https://crowdin.com/project/firefly-iii
|
||||
*
|
||||
*/
|
||||
|
||||
|
@@ -32,7 +32,5 @@ declare(strict_types=1);
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
return [
|
||||
|
||||
];
|
||||
|
@@ -31,10 +31,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
|
||||
return [
|
||||
'failed' => 'Aquestes credencials no es corresponen a les que tenim registrades.',
|
||||
'throttle' => 'Massa intents d\'inici de sessió. Si us plau, prova-ho en :seconds segons.',
|
||||
|
@@ -31,7 +31,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
@@ -77,7 +76,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
'reconciliation_list' => 'Consolidacions',
|
||||
'create_withdrawal' => 'Crea un nou reintegrament',
|
||||
'create_deposit' => 'Crea un nou dipòsit',
|
||||
|
@@ -31,7 +31,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
|
@@ -31,7 +31,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
@@ -62,7 +61,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
// 'date_time' => '%B %e, %Y, @ %T',
|
||||
'date_time_js' => 'Do MMMM, YYYY a les HH:mm:ss',
|
||||
'date_time_fns' => 'D [de/d\'] MMMM yyyy [a les] HH:mm:ss',
|
||||
@@ -101,4 +99,3 @@ return [
|
||||
* https://crowdin.com/project/firefly-iii
|
||||
*
|
||||
*/
|
||||
|
||||
|
@@ -31,7 +31,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
@@ -58,4 +57,3 @@ return [
|
||||
* https://crowdin.com/project/firefly-iii
|
||||
*
|
||||
*/
|
||||
|
||||
|
@@ -31,7 +31,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
@@ -56,7 +55,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
// invite
|
||||
'invitation_created_subject' => 'S\'ha creat una invitació',
|
||||
'invitation_created_body' => 'L\'usuari administrador ":email" ha creat una invitació d\'usuari que pot utilitzar qui estigui darrere l\'adreça de correu ":invitee". La invitació serà vàlida durant 48 h.',
|
||||
@@ -103,7 +101,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
// new version
|
||||
'new_version_email_subject' => 'Hi ha disponible una nova versió de Firefly III',
|
||||
|
||||
@@ -158,7 +155,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
// report new journals
|
||||
'new_journals_subject' => 'Firefly III ha creat una nova transacció|Firefly III ha creat :count noves transaccions',
|
||||
'new_journals_header' => 'Firefly III ha creat una transacció per tu. Pots trobar-la a la teva instal·lació de Firefly III:|Firefly III ha creat :count transaccions per tu. Les pots trobar a la teva instal·lació de Firefly III:',
|
||||
@@ -173,7 +169,6 @@ return [
|
||||
'bill_warning_end_date_zero' => 'La factura **":name"** venç el :date. Això és **AVUI!**',
|
||||
'bill_warning_extension_date_zero' => 'La factura **":name"** ha de ser prorrogada o cancel·lada el :date. Això és **AVUI!**',
|
||||
'bill_warning_please_action' => 'Si us plau, prengui les mesures oportunes.',
|
||||
|
||||
];
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
@@ -185,4 +180,3 @@ return [
|
||||
* https://crowdin.com/project/firefly-iii
|
||||
*
|
||||
*/
|
||||
|
||||
|
@@ -31,7 +31,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
@@ -63,7 +62,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
'collect_info' => 'Si us plau, recopili més informació al directori <code>emmagatzematge/registre</code> on hi ha els fitxers de registre. Si utilitzes Docker, utilitza <code>docker logs -f [container]</code>.',
|
||||
'collect_info_more' => 'Pots llegir més sobre recol·lectar informació d\'errors a les <a href="https://docs.firefly-iii.org/faq/other#how-do-i-enable-debug-mode">Preguntes Freqüents</a>.',
|
||||
'github_help' => 'Obtenir ajuda a GitHub',
|
||||
@@ -76,5 +74,4 @@ return [
|
||||
'offline_header' => 'Probablement estàs desconnectat',
|
||||
'offline_unreachable' => 'Firefly III no es troba accessible. El teu dispositiu està desconnectat o el servidor no funciona.',
|
||||
'offline_github' => 'Si n\'estàs segur que el teu dispositiu i el servidor estan connectats, si us plau, obre un tiquet a <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a></strong>.',
|
||||
|
||||
];
|
||||
|
@@ -33,7 +33,6 @@ declare(strict_types=1);
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
return [
|
||||
// general stuff:
|
||||
'close' => 'Tancar',
|
||||
@@ -350,7 +349,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
'search_modifier_date_on' => 'La data de la transacció és ":value"',
|
||||
'search_modifier_not_date_on' => 'La data de la transacció no és ":value"',
|
||||
'search_modifier_reconciled' => 'La transacció s\'ha consolidat',
|
||||
@@ -487,7 +485,6 @@ return [
|
||||
'search_modifier_date_after_month' => 'El mes de la transacció és igual o posterior a ":value"',
|
||||
'search_modifier_date_after_day' => 'El dia del mes de la transacció és igual o posterior a ":value"',
|
||||
|
||||
|
||||
// new
|
||||
'search_modifier_tag_is_not' => 'Cap etiqueta és ":value"',
|
||||
'search_modifier_not_tag_is_not' => 'L\'etiqueta és ":value"',
|
||||
@@ -726,7 +723,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
// END
|
||||
'modifiers_applies_are' => 'Els següents modificadors també s\'han aplicat a la cerca:',
|
||||
'general_search_error' => 'Ha succeït un error durant la cerca. Si us plau, comprova els fitxers de registre per obtenir més informació.',
|
||||
@@ -819,7 +815,6 @@ return [
|
||||
'rule_trigger_update_journal' => 'Quan s\'actualitza una transacció',
|
||||
'rule_trigger_user_action' => 'L\'acció de l\'usuari és ":trigger_value"',
|
||||
|
||||
|
||||
// OLD values (remove non-doubles later):
|
||||
'rule_trigger_source_account_starts_choice' => 'El nom del compte d\'origen comença per..',
|
||||
'rule_trigger_source_account_starts' => 'El nom del compte d\'origen comença per ":trigger_value"',
|
||||
@@ -1225,7 +1220,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
// actions
|
||||
// set, clear, add, remove, append/prepend
|
||||
'rule_action_delete_transaction_choice' => 'ELIMINAR transacció(!)',
|
||||
@@ -1314,7 +1308,6 @@ return [
|
||||
'create_rule_from_transaction' => 'Crear regla basada en la transacció',
|
||||
'create_recurring_from_transaction' => 'Crear transacció periòdica basada en la transacció',
|
||||
|
||||
|
||||
// preferences
|
||||
'dark_mode_option_browser' => 'Deixa que el navegador decideixi',
|
||||
'dark_mode_option_light' => 'Sempre Clar',
|
||||
@@ -1549,7 +1542,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
// export data:
|
||||
'export_data_title' => 'Exportar dades de Firefly III',
|
||||
'export_data_menu' => 'Exportar dades',
|
||||
@@ -1953,7 +1945,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
// transactions:
|
||||
'unreconcile' => 'Desfés la reconciliació',
|
||||
'update_withdrawal' => 'Actualitzar retirada',
|
||||
@@ -2053,7 +2044,6 @@ return [
|
||||
'first_split_overrules_destination' => 'La primera divisió pot sobreescriure el compte de destinació',
|
||||
'spent_x_of_y' => 'Gastat {amount} de {total}',
|
||||
|
||||
|
||||
// new user:
|
||||
'welcome' => 'Benvingut a Firefly III!',
|
||||
'submit' => 'Enviar',
|
||||
@@ -2194,7 +2184,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
// reports:
|
||||
'report_default' => 'Informe financer per defecte entre :start i :end',
|
||||
'report_audit' => 'Visió general de l\'historial de transaccions entre :start i :end',
|
||||
@@ -2310,7 +2299,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
// charts:
|
||||
'chart' => 'Gràfica',
|
||||
'month' => 'Mes',
|
||||
@@ -2412,7 +2400,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
// administration
|
||||
'invite_is_already_redeemed' => 'La invitació a ":address" ja ha sigut gastada.',
|
||||
'invite_is_deleted' => 'La invitació a ":address" ha sigut eliminada.',
|
||||
@@ -2473,7 +2460,6 @@ return [
|
||||
'save_notification_settings' => 'Desa la configuració',
|
||||
'notification_settings_saved' => 'La configuració de notificacions s\'ha desat',
|
||||
|
||||
|
||||
'split_transaction_title' => 'Descripció de la transacció dividida',
|
||||
'split_transaction_title_help' => 'Si crees una transacció dividida, ha d\'haver una descripció global per a totes les divisions de la transacció.',
|
||||
'split_title_help' => 'Si crees una transacció dividida, ha d\'haver una descripció global per a totes les divisions de la transacció.',
|
||||
@@ -2481,7 +2467,6 @@ return [
|
||||
'you_create_withdrawal' => 'Estàs creant una retirada.',
|
||||
'you_create_deposit' => 'Estàs creant un ingrés.',
|
||||
|
||||
|
||||
// links
|
||||
'journal_link_configuration' => 'Configuració dels enllaços de la transacció',
|
||||
'create_new_link_type' => 'Crea un nou tipus d\'enllaç',
|
||||
@@ -2698,7 +2683,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
// new lines for summary controller.
|
||||
'box_balance_in_currency' => 'Saldo (:currency)',
|
||||
'box_spent_in_currency' => 'Gastat (:currency)',
|
||||
@@ -2762,7 +2746,6 @@ return [
|
||||
// dashboard
|
||||
'enable_auto_convert' => 'Habilita la conversió de moneda',
|
||||
'disable_auto_convert' => 'Deshabilita la conversió de moneda',
|
||||
|
||||
];
|
||||
|
||||
/*
|
||||
@@ -2775,4 +2758,3 @@ return [
|
||||
* https://crowdin.com/project/firefly-iii
|
||||
*
|
||||
*/
|
||||
|
||||
|
@@ -31,7 +31,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
@@ -86,7 +85,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
'targetamount' => 'Quantitat objectiu',
|
||||
'account_role' => 'Rol del compte',
|
||||
'opening_balance_date' => 'Data del saldo inicial',
|
||||
@@ -191,7 +189,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
'tag_areYouSure' => 'Estàs segur que vols eliminar l\'etiqueta ":tag"?',
|
||||
'journal_link_areYouSure' => 'Estàs segur que vols eliminar l\'enllaç entre <a href=":source_link">:source</a> i <a href=":destination_link">:destination</a>?',
|
||||
'linkType_areYouSure' => 'Estàs segur que vols eliminar el tipus d\'enllaç ":name" (":inward" / ":outward")?',
|
||||
@@ -230,7 +227,6 @@ return [
|
||||
'album' => 'Àlbum',
|
||||
'song' => 'Cançó',
|
||||
|
||||
|
||||
// admin
|
||||
'domain' => 'Domini',
|
||||
'single_user_mode' => 'Deshabilitar registre d\'usuaris',
|
||||
@@ -267,7 +263,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
'from_date' => 'Data des de',
|
||||
'to_date' => 'Data fins a',
|
||||
'due_date' => 'Data de venciment',
|
||||
@@ -314,4 +309,3 @@ return [
|
||||
* https://crowdin.com/project/firefly-iii
|
||||
*
|
||||
*/
|
||||
|
||||
|
@@ -31,7 +31,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
@@ -76,7 +75,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
// reports (index)
|
||||
'reports_index_intro' => 'Fes servir aquests informes per obtenir detalls de les teves finances.',
|
||||
'reports_index_inputReportType' => 'Escull un tipus d\'informe. Dóna un cop d\'ull a les pàgines d\'ajuda per veure el que mostra cada informe.',
|
||||
@@ -125,7 +123,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
// create piggy
|
||||
'piggy-banks_create_name' => 'Quin és el teu objectiu? Un nou sofà, una càmera, diners per emergències?',
|
||||
'piggy-banks_create_date' => 'Pots establir una data objectiu o una data límit per la teva guardiola.',
|
||||
@@ -179,7 +176,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
// preferences
|
||||
'preferences_index_tabs' => 'Hi ha més opcions disponibles sota aquestes pestanyes.',
|
||||
|
||||
@@ -201,4 +197,3 @@ return [
|
||||
* https://crowdin.com/project/firefly-iii
|
||||
*
|
||||
*/
|
||||
|
||||
|
@@ -31,7 +31,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
@@ -80,7 +79,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
'repeat_freq' => 'Repeticions',
|
||||
'description' => 'Descripció',
|
||||
'amount' => 'Quantitat',
|
||||
@@ -158,7 +156,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
'file_size' => 'Mida del fitxer',
|
||||
'file_type' => 'Tipus de fitxer',
|
||||
'attached_to' => 'Adjuntat a',
|
||||
@@ -185,7 +182,6 @@ return [
|
||||
'delivery' => 'Lliurament',
|
||||
'url' => 'URL',
|
||||
'secret' => 'Secret',
|
||||
|
||||
];
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
@@ -197,4 +193,3 @@ return [
|
||||
* https://crowdin.com/project/firefly-iii
|
||||
*
|
||||
*/
|
||||
|
||||
|
@@ -31,7 +31,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
|
@@ -31,7 +31,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
|
@@ -1,6 +1,5 @@
|
||||
<?php
|
||||
|
||||
|
||||
/*
|
||||
* rules.php
|
||||
* Copyright (c) 2023 james@firefly-iii.org
|
||||
|
@@ -31,7 +31,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
@@ -112,7 +111,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
'between.numeric' => 'El camp :attribute ha d\'estar entre :min i :max.',
|
||||
'between.file' => 'El camp :attribute ha de tenir entre :min i :max kilobytes.',
|
||||
'between.string' => 'El camp :attribute ha de tenir entre :min i :max caràcters.',
|
||||
@@ -192,7 +190,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
'secure_password' => 'Aquesta contrasenya no és segura. Si us plau, prova-ho de nou. Per més informació, visita https://bit.ly/FF3-password-security',
|
||||
'valid_recurrence_rep_type' => 'Tipus de repetició invàlid per transaccions periòdiques.',
|
||||
'valid_recurrence_rep_moment' => 'Moment de repetició invàlid per aquest tipus de repetició.',
|
||||
@@ -265,7 +262,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
'transfer_source_need_data' => 'Necessites obtenir un ID de compte d\'origen vàlid i/o un nom de compte d\'origen vàlid per continuar.',
|
||||
'transfer_source_bad_data' => '[c] No s\'ha pogut trobar un compte font vàlid en cercar per l\'identificador ":id" o el nom ":name".',
|
||||
'transfer_dest_need_data' => '[c] Cal obtenir un identificador i/o nom vàlid d\'un compte destí per a continuar.',
|
||||
@@ -308,4 +304,3 @@ return [
|
||||
* https://crowdin.com/project/firefly-iii
|
||||
*
|
||||
*/
|
||||
|
||||
|
@@ -32,7 +32,5 @@ declare(strict_types=1);
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
return [
|
||||
|
||||
];
|
||||
|
@@ -31,10 +31,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
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.',
|
||||
|
@@ -31,7 +31,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
@@ -77,7 +76,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
'reconciliation_list' => 'Vyúčtování',
|
||||
'create_withdrawal' => 'Vytvořit nový výběr',
|
||||
'create_deposit' => 'Vytvořit nový vklad',
|
||||
|
@@ -31,7 +31,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
|
@@ -31,7 +31,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
@@ -62,7 +61,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
// 'date_time' => '%B %e, %Y, @ %T',
|
||||
'date_time_js' => 'D. MMMM YYYY, @ HH:mm:ss',
|
||||
'date_time_fns' => 'MMMM do, yyyy @ HH:mm:ss',
|
||||
@@ -101,4 +99,3 @@ return [
|
||||
* https://crowdin.com/project/firefly-iii
|
||||
*
|
||||
*/
|
||||
|
||||
|
@@ -31,7 +31,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
@@ -58,4 +57,3 @@ return [
|
||||
* https://crowdin.com/project/firefly-iii
|
||||
*
|
||||
*/
|
||||
|
||||
|
@@ -31,7 +31,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
@@ -56,7 +55,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
// 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.',
|
||||
@@ -103,7 +101,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
// new version
|
||||
'new_version_email_subject' => 'A new Firefly III version is available',
|
||||
|
||||
@@ -158,7 +155,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
// 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:',
|
||||
@@ -173,7 +169,6 @@ return [
|
||||
'bill_warning_end_date_zero' => 'Your bill **":name"** is due to end on :date. This moment will pass **TODAY!**',
|
||||
'bill_warning_extension_date_zero' => 'Your bill **":name"** is due to be extended or cancelled on :date. This moment will pass **TODAY!**',
|
||||
'bill_warning_please_action' => 'Please take the appropriate action.',
|
||||
|
||||
];
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
@@ -185,4 +180,3 @@ return [
|
||||
* https://crowdin.com/project/firefly-iii
|
||||
*
|
||||
*/
|
||||
|
||||
|
@@ -31,7 +31,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
@@ -63,7 +62,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
'collect_info' => 'Shromažďujte prosím další informace do adresáře <code>storage/logs</code>, kde najdete chybové záznamy. Pokud používáte Docker, použijte <code>docker logs -f [container]</code>.',
|
||||
'collect_info_more' => 'Více informací o shromažďování chyb si můžete přečíst v <a href="https://docs.firefly-iii.org/faq/other#how-do-i-enable-debug-mode">FAQ</a>.',
|
||||
'github_help' => 'Získejte nápovědu na GitHub',
|
||||
@@ -76,5 +74,4 @@ return [
|
||||
'offline_header' => 'Jste pravděpodobně offline',
|
||||
'offline_unreachable' => 'Firefly III je nedostupný. Vaše zařízení je momentálně offline nebo server nefunguje.',
|
||||
'offline_github' => 'Pokud jste si jisti, že jak vaše zařízení tak i server jsou dostupne online, vytvořte prosím ticket na <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a></strong>.',
|
||||
|
||||
];
|
||||
|
@@ -33,7 +33,6 @@ declare(strict_types=1);
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
return [
|
||||
// general stuff:
|
||||
'close' => 'Zavřít',
|
||||
@@ -350,7 +349,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
'search_modifier_date_on' => 'Transaction date is ":value"',
|
||||
'search_modifier_not_date_on' => 'Transaction date is not ":value"',
|
||||
'search_modifier_reconciled' => 'Transaction is reconciled',
|
||||
@@ -487,7 +485,6 @@ return [
|
||||
'search_modifier_date_after_month' => 'Transaction is in or after month ":value"',
|
||||
'search_modifier_date_after_day' => 'Transaction is after or on day of month ":value"',
|
||||
|
||||
|
||||
// new
|
||||
'search_modifier_tag_is_not' => 'No tag is ":value"',
|
||||
'search_modifier_not_tag_is_not' => 'Tag is ":value"',
|
||||
@@ -726,7 +723,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
// END
|
||||
'modifiers_applies_are' => 'The following modifiers are applied to the search as well:',
|
||||
'general_search_error' => 'An error occurred while searching. Please check the log files for more information.',
|
||||
@@ -819,7 +815,6 @@ return [
|
||||
'rule_trigger_update_journal' => 'Kdy je transakce aktualizována',
|
||||
'rule_trigger_user_action' => 'Uživatelská akce je „:trigger_value“',
|
||||
|
||||
|
||||
// OLD values (remove non-doubles later):
|
||||
'rule_trigger_source_account_starts_choice' => 'Source account name starts with..',
|
||||
'rule_trigger_source_account_starts' => 'Source account name starts with ":trigger_value"',
|
||||
@@ -1225,7 +1220,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
// actions
|
||||
// set, clear, add, remove, append/prepend
|
||||
'rule_action_delete_transaction_choice' => 'DELETE transaction(!)',
|
||||
@@ -1314,7 +1308,6 @@ return [
|
||||
'create_rule_from_transaction' => 'Create rule based on transaction',
|
||||
'create_recurring_from_transaction' => 'Create recurring transaction based on transaction',
|
||||
|
||||
|
||||
// preferences
|
||||
'dark_mode_option_browser' => 'Let your browser decide',
|
||||
'dark_mode_option_light' => 'Always light',
|
||||
@@ -1549,7 +1542,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
// export data:
|
||||
'export_data_title' => 'Export data from Firefly III',
|
||||
'export_data_menu' => 'Exportovat data',
|
||||
@@ -1953,7 +1945,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
// transactions:
|
||||
'unreconcile' => 'Undo reconciliation',
|
||||
'update_withdrawal' => 'Aktualizovat výběr',
|
||||
@@ -2053,7 +2044,6 @@ return [
|
||||
'first_split_overrules_destination' => 'The first split may overrule the destination account',
|
||||
'spent_x_of_y' => 'Spent {amount} of {total}',
|
||||
|
||||
|
||||
// new user:
|
||||
'welcome' => 'Vítejte ve Firefly III!',
|
||||
'submit' => 'Odeslat',
|
||||
@@ -2194,7 +2184,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
// reports:
|
||||
'report_default' => 'Výchozí finanční výkaz v období :start a :end',
|
||||
'report_audit' => 'Přehled historie transakcí mezi :start a :end',
|
||||
@@ -2310,7 +2299,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
// charts:
|
||||
'chart' => 'Graf',
|
||||
'month' => 'Měsíc',
|
||||
@@ -2412,7 +2400,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
// administration
|
||||
'invite_is_already_redeemed' => 'The invite to ":address" has already been redeemed.',
|
||||
'invite_is_deleted' => 'The invite to ":address" has been deleted.',
|
||||
@@ -2473,7 +2460,6 @@ return [
|
||||
'save_notification_settings' => 'Save settings',
|
||||
'notification_settings_saved' => 'The notification settings have been saved',
|
||||
|
||||
|
||||
'split_transaction_title' => 'Popis rozúčtování',
|
||||
'split_transaction_title_help' => 'If you create a split transaction, there must be a global description for all splits of the transaction.',
|
||||
'split_title_help' => 'Pokud vytvoříte rozúčtování, je třeba, aby zde byl celkový popis pro všechna rozúčtování dané transakce.',
|
||||
@@ -2481,7 +2467,6 @@ return [
|
||||
'you_create_withdrawal' => 'You\'re creating a withdrawal.',
|
||||
'you_create_deposit' => 'You\'re creating a deposit.',
|
||||
|
||||
|
||||
// links
|
||||
'journal_link_configuration' => 'Transaction links configuration',
|
||||
'create_new_link_type' => 'Vytvořit nový typ odkazu',
|
||||
@@ -2698,7 +2683,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
// new lines for summary controller.
|
||||
'box_balance_in_currency' => 'Zůstatek (:currency)',
|
||||
'box_spent_in_currency' => 'Utraceno (:currency)',
|
||||
@@ -2762,7 +2746,6 @@ return [
|
||||
// dashboard
|
||||
'enable_auto_convert' => 'Enable currency conversion',
|
||||
'disable_auto_convert' => 'Disable currency conversion',
|
||||
|
||||
];
|
||||
|
||||
/*
|
||||
@@ -2775,4 +2758,3 @@ return [
|
||||
* https://crowdin.com/project/firefly-iii
|
||||
*
|
||||
*/
|
||||
|
||||
|
@@ -31,7 +31,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
@@ -86,7 +85,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
'targetamount' => 'Cílová částka',
|
||||
'account_role' => 'Role účtu',
|
||||
'opening_balance_date' => 'Datum počátečního zůstatku',
|
||||
@@ -191,7 +189,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
'tag_areYouSure' => 'Jste si jisti, že chcete odstranit štítek „:tag“?',
|
||||
'journal_link_areYouSure' => 'Jste si jisti, že chcete odstranit provázání mezi <a href=":source_link">:source</a> a <a href=":destination_link">:destination</a>?',
|
||||
'linkType_areYouSure' => 'Jste si jisti, že chcete odstranit typ provázání „:name“ (":inward" / ":outward")?',
|
||||
@@ -230,7 +227,6 @@ return [
|
||||
'album' => 'Album',
|
||||
'song' => 'Skladba',
|
||||
|
||||
|
||||
// admin
|
||||
'domain' => 'Doména',
|
||||
'single_user_mode' => 'Vypnout možnost registrace uživatelů',
|
||||
@@ -267,7 +263,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
'from_date' => 'Od data',
|
||||
'to_date' => 'Do data',
|
||||
'due_date' => 'Datum splatnosti',
|
||||
@@ -314,4 +309,3 @@ return [
|
||||
* https://crowdin.com/project/firefly-iii
|
||||
*
|
||||
*/
|
||||
|
||||
|
@@ -31,7 +31,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
@@ -76,7 +75,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
// 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.',
|
||||
@@ -125,7 +123,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
// 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.',
|
||||
@@ -179,7 +176,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
// preferences
|
||||
'preferences_index_tabs' => 'Další volby jsou k dispozici v kartách.',
|
||||
|
||||
@@ -201,4 +197,3 @@ return [
|
||||
* https://crowdin.com/project/firefly-iii
|
||||
*
|
||||
*/
|
||||
|
||||
|
@@ -31,7 +31,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
@@ -80,7 +79,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
'repeat_freq' => 'Opakuje se',
|
||||
'description' => 'Popis',
|
||||
'amount' => 'Částka',
|
||||
@@ -158,7 +156,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
'file_size' => 'Velikost souboru',
|
||||
'file_type' => 'Typ souboru',
|
||||
'attached_to' => 'Připojeno k',
|
||||
@@ -185,7 +182,6 @@ return [
|
||||
'delivery' => 'Delivery',
|
||||
'url' => 'URL',
|
||||
'secret' => 'Secret',
|
||||
|
||||
];
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
@@ -197,4 +193,3 @@ return [
|
||||
* https://crowdin.com/project/firefly-iii
|
||||
*
|
||||
*/
|
||||
|
||||
|
@@ -31,7 +31,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
|
@@ -31,7 +31,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
|
@@ -1,6 +1,5 @@
|
||||
<?php
|
||||
|
||||
|
||||
/*
|
||||
* rules.php
|
||||
* Copyright (c) 2023 james@firefly-iii.org
|
||||
|
@@ -31,7 +31,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
@@ -112,7 +111,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
'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ů.',
|
||||
@@ -192,7 +190,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
'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í.',
|
||||
@@ -265,7 +262,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
'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' => '[c] Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
'transfer_dest_need_data' => '[c] Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
@@ -308,4 +304,3 @@ return [
|
||||
* https://crowdin.com/project/firefly-iii
|
||||
*
|
||||
*/
|
||||
|
||||
|
@@ -32,7 +32,5 @@ declare(strict_types=1);
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
return [
|
||||
|
||||
];
|
||||
|
@@ -31,10 +31,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
|
||||
return [
|
||||
'failed' => 'Forkert brugernavn eller adgangskode.',
|
||||
'throttle' => 'For mange mislykkede loginforsøg. Prøv igen om :seconds seconds.',
|
||||
|
@@ -31,7 +31,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
@@ -77,7 +76,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
'reconciliation_list' => 'Afstemninger',
|
||||
'create_withdrawal' => 'Opret ny hævning',
|
||||
'create_deposit' => 'Opret ny indtægt',
|
||||
|
@@ -31,7 +31,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
|
@@ -31,7 +31,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
@@ -62,7 +61,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
// 'date_time' => '%B %e, %Y, @ %T',
|
||||
'date_time_js' => 'Do MMMM, YYYY @ HH:mm:ss',
|
||||
'date_time_fns' => 'MMMM do, yyyy @ HH:mm:ss',
|
||||
@@ -101,4 +99,3 @@ return [
|
||||
* https://crowdin.com/project/firefly-iii
|
||||
*
|
||||
*/
|
||||
|
||||
|
@@ -31,7 +31,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
@@ -58,4 +57,3 @@ return [
|
||||
* https://crowdin.com/project/firefly-iii
|
||||
*
|
||||
*/
|
||||
|
||||
|
@@ -31,7 +31,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
@@ -56,7 +55,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
// 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.',
|
||||
@@ -103,7 +101,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
// new version
|
||||
'new_version_email_subject' => 'A new Firefly III version is available',
|
||||
|
||||
@@ -158,7 +155,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
// 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:',
|
||||
@@ -173,7 +169,6 @@ return [
|
||||
'bill_warning_end_date_zero' => 'Regningen **":name"** er sat til at stoppe den :date. Denne dato vil blive overskredet **idag!**',
|
||||
'bill_warning_extension_date_zero' => 'Your bill **":name"** is due to be extended or cancelled on :date. This moment will pass **TODAY!**',
|
||||
'bill_warning_please_action' => 'Udfør venligt den krævede handling.',
|
||||
|
||||
];
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
@@ -185,4 +180,3 @@ return [
|
||||
* https://crowdin.com/project/firefly-iii
|
||||
*
|
||||
*/
|
||||
|
||||
|
@@ -31,7 +31,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
@@ -63,7 +62,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
'collect_info' => 'Der findes mere information i mappen <code>storage/logs</code> hvor du vil finde logfilerne. Hvis du kører Docker, brug <code>docker logs -f [container]</code>.',
|
||||
'collect_info_more' => 'Du kan læse mere om indhentning af fejloplysninger i <a href="https://docs.firefly-iii.org/faq/other#how-do-i-enable-debug-mode">FAQ</a>.',
|
||||
'github_help' => 'Få hjælp på GitHub',
|
||||
@@ -76,5 +74,4 @@ return [
|
||||
'offline_header' => 'Du er sandsynligvis offline',
|
||||
'offline_unreachable' => 'Firefly III er ikke tilgængelig. Din enhed er i øjeblikket offline, eller serveren fungerer ikke.',
|
||||
'offline_github' => 'Hvis du er sikker på, at både din enhed og serveren er online, skal du åbne en ticket på <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a></strong>.',
|
||||
|
||||
];
|
||||
|
@@ -33,7 +33,6 @@ declare(strict_types=1);
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
return [
|
||||
// general stuff:
|
||||
'close' => 'Luk',
|
||||
@@ -350,7 +349,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
'search_modifier_date_on' => 'Transaktionsdato er ":value"',
|
||||
'search_modifier_not_date_on' => 'Transaktionsdato er ikke ":value"',
|
||||
'search_modifier_reconciled' => 'Transaktionen er afstemt',
|
||||
@@ -487,7 +485,6 @@ return [
|
||||
'search_modifier_date_after_month' => 'Transaktionen er i eller efter måned ":value"',
|
||||
'search_modifier_date_after_day' => 'Transaktionen er på eller efter den ":value". i måneden',
|
||||
|
||||
|
||||
// new
|
||||
'search_modifier_tag_is_not' => 'Intet tag er ":value"',
|
||||
'search_modifier_not_tag_is_not' => 'Tag is ":value"',
|
||||
@@ -726,7 +723,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
// END
|
||||
'modifiers_applies_are' => 'De følgende tilpasninger anvendes også i søgningen:',
|
||||
'general_search_error' => 'Der opstod en fejl under søgningen. Kontroller logfilerne for mere information.',
|
||||
@@ -819,7 +815,6 @@ return [
|
||||
'rule_trigger_update_journal' => 'Når en transaktion opdateres',
|
||||
'rule_trigger_user_action' => 'Brugerhandling er ":trigger_value"',
|
||||
|
||||
|
||||
// OLD values (remove non-doubles later):
|
||||
'rule_trigger_source_account_starts_choice' => 'Kildekontonavn starter med..',
|
||||
'rule_trigger_source_account_starts' => 'Kildekontonavn starter med ":trigger_value"',
|
||||
@@ -1225,7 +1220,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
// actions
|
||||
// set, clear, add, remove, append/prepend
|
||||
'rule_action_delete_transaction_choice' => 'DELETE transaction(!)',
|
||||
@@ -1314,7 +1308,6 @@ return [
|
||||
'create_rule_from_transaction' => 'Opret regel baseret på transaktion',
|
||||
'create_recurring_from_transaction' => 'Opret periodisk transaktion baseret på transaktion',
|
||||
|
||||
|
||||
// preferences
|
||||
'dark_mode_option_browser' => 'Let your browser decide',
|
||||
'dark_mode_option_light' => 'Always light',
|
||||
@@ -1498,7 +1491,7 @@ return [
|
||||
'login_provider_local_only' => 'Denne handling er ikke tilgængelig ved godkendelse via ":login_provider".',
|
||||
'external_user_mgt_disabled' => 'Denne handling er ikke tilgængelig, når Firefly III ikke er ansvarlig for brugerhåndtering eller godkendelseshåndtering.',
|
||||
'external_auth_disabled' => 'Denne handling er ikke tilgængelig, når Firefly III ikke er ansvarlig for autentificering.',
|
||||
'delete_local_info_only' => "Da Firefly III ikke er ansvarlig for brugerhåndtering eller godkendelseshåndtering, vil denne funktion kun slette lokale Firefly III-oplysninger.",
|
||||
'delete_local_info_only' => 'Da Firefly III ikke er ansvarlig for brugerhåndtering eller godkendelseshåndtering, vil denne funktion kun slette lokale Firefly III-oplysninger.',
|
||||
'oauth' => 'OAuth',
|
||||
'profile_oauth_clients' => 'OAuth Klienter',
|
||||
'profile_oauth_no_clients' => 'Du har ikke oprettet nogen OAuth klienter.',
|
||||
@@ -1549,7 +1542,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
// export data:
|
||||
'export_data_title' => 'Eksporter data fra Firefly III',
|
||||
'export_data_menu' => 'Eksporter data',
|
||||
@@ -1953,7 +1945,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
// transactions:
|
||||
'unreconcile' => 'Undo reconciliation',
|
||||
'update_withdrawal' => 'Opdater udbetaling',
|
||||
@@ -2053,7 +2044,6 @@ return [
|
||||
'first_split_overrules_destination' => 'The first split may overrule the destination account',
|
||||
'spent_x_of_y' => 'Spent {amount} of {total}',
|
||||
|
||||
|
||||
// new user:
|
||||
'welcome' => 'Welcome to Firefly III!',
|
||||
'submit' => 'Submit',
|
||||
@@ -2194,7 +2184,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
// reports:
|
||||
'report_default' => 'Default financial report between :start and :end',
|
||||
'report_audit' => 'Transaction history overview between :start and :end',
|
||||
@@ -2310,7 +2299,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
// charts:
|
||||
'chart' => 'Chart',
|
||||
'month' => 'Month',
|
||||
@@ -2412,7 +2400,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
// administration
|
||||
'invite_is_already_redeemed' => 'The invite to ":address" has already been redeemed.',
|
||||
'invite_is_deleted' => 'The invite to ":address" has been deleted.',
|
||||
@@ -2473,7 +2460,6 @@ return [
|
||||
'save_notification_settings' => 'Save settings',
|
||||
'notification_settings_saved' => 'The notification settings have been saved',
|
||||
|
||||
|
||||
'split_transaction_title' => 'Description of the split transaction',
|
||||
'split_transaction_title_help' => 'If you create a split transaction, there must be a global description for all splits of the transaction.',
|
||||
'split_title_help' => 'If you create a split transaction, there must be a global description for all splits of the transaction.',
|
||||
@@ -2481,7 +2467,6 @@ return [
|
||||
'you_create_withdrawal' => 'You\'re creating a withdrawal.',
|
||||
'you_create_deposit' => 'You\'re creating a deposit.',
|
||||
|
||||
|
||||
// links
|
||||
'journal_link_configuration' => 'Transaction links configuration',
|
||||
'create_new_link_type' => 'Create new link type',
|
||||
@@ -2698,7 +2683,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
// new lines for summary controller.
|
||||
'box_balance_in_currency' => 'Balance (:currency)',
|
||||
'box_spent_in_currency' => 'Spent (:currency)',
|
||||
@@ -2762,7 +2746,6 @@ return [
|
||||
// dashboard
|
||||
'enable_auto_convert' => 'Enable currency conversion',
|
||||
'disable_auto_convert' => 'Disable currency conversion',
|
||||
|
||||
];
|
||||
|
||||
/*
|
||||
@@ -2775,4 +2758,3 @@ return [
|
||||
* https://crowdin.com/project/firefly-iii
|
||||
*
|
||||
*/
|
||||
|
||||
|
@@ -31,7 +31,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
@@ -86,7 +85,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
'targetamount' => 'Målbeløb',
|
||||
'account_role' => 'Kontorolle',
|
||||
'opening_balance_date' => 'Dato for startsaldo',
|
||||
@@ -191,7 +189,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
'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 <a href=":source_link">:source</a> og <a href=":destination_link">:destination</a>?',
|
||||
'linkType_areYouSure' => 'Er du sikker på, at du vil slette linktypen ":name" (":inward" / ":outward")?',
|
||||
@@ -230,7 +227,6 @@ return [
|
||||
'album' => 'Album',
|
||||
'song' => 'Sang',
|
||||
|
||||
|
||||
// admin
|
||||
'domain' => 'Domæne',
|
||||
'single_user_mode' => 'Deaktivér brugerregistrering',
|
||||
@@ -267,7 +263,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
'from_date' => 'Dato fra',
|
||||
'to_date' => 'Dato til',
|
||||
'due_date' => 'Forfaldsdato',
|
||||
@@ -314,4 +309,3 @@ return [
|
||||
* https://crowdin.com/project/firefly-iii
|
||||
*
|
||||
*/
|
||||
|
||||
|
@@ -31,7 +31,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
@@ -76,7 +75,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
// 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.',
|
||||
@@ -125,7 +123,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
// 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".',
|
||||
@@ -179,7 +176,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
// preferences
|
||||
'preferences_index_tabs' => 'Flere indstillinger er tilgængelige bag disse fanerblade.',
|
||||
|
||||
@@ -201,4 +197,3 @@ return [
|
||||
* https://crowdin.com/project/firefly-iii
|
||||
*
|
||||
*/
|
||||
|
||||
|
@@ -31,7 +31,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
@@ -80,7 +79,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
'repeat_freq' => 'Gentagelser',
|
||||
'description' => 'Beskrivelse',
|
||||
'amount' => 'Beløb',
|
||||
@@ -158,7 +156,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
'file_size' => 'Filstørrelse',
|
||||
'file_type' => 'Filtype',
|
||||
'attached_to' => 'Vedhæftet til',
|
||||
@@ -185,7 +182,6 @@ return [
|
||||
'delivery' => 'Delivery',
|
||||
'url' => 'URL',
|
||||
'secret' => 'Hemmelighed',
|
||||
|
||||
];
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
@@ -197,4 +193,3 @@ return [
|
||||
* https://crowdin.com/project/firefly-iii
|
||||
*
|
||||
*/
|
||||
|
||||
|
@@ -31,7 +31,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
|
@@ -31,7 +31,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
|
@@ -1,6 +1,5 @@
|
||||
<?php
|
||||
|
||||
|
||||
/*
|
||||
* rules.php
|
||||
* Copyright (c) 2023 james@firefly-iii.org
|
||||
|
@@ -31,7 +31,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
@@ -112,7 +111,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
'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.',
|
||||
@@ -192,7 +190,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
'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.',
|
||||
@@ -265,7 +262,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
'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' => '[c] Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
'transfer_dest_need_data' => '[c] Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
@@ -308,4 +304,3 @@ return [
|
||||
* https://crowdin.com/project/firefly-iii
|
||||
*
|
||||
*/
|
||||
|
||||
|
@@ -32,7 +32,5 @@ declare(strict_types=1);
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
return [
|
||||
|
||||
];
|
||||
|
@@ -31,10 +31,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
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.',
|
||||
|
@@ -31,7 +31,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
@@ -77,7 +76,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
'reconciliation_list' => 'Kontenabgleiche',
|
||||
'create_withdrawal' => 'Neue Ausgabe erstellen',
|
||||
'create_deposit' => 'Neue Einnahme erstellen',
|
||||
|
@@ -31,7 +31,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
|
@@ -31,7 +31,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
@@ -62,7 +61,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
// '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',
|
||||
@@ -101,4 +99,3 @@ return [
|
||||
* https://crowdin.com/project/firefly-iii
|
||||
*
|
||||
*/
|
||||
|
||||
|
@@ -31,7 +31,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
@@ -58,4 +57,3 @@ return [
|
||||
* https://crowdin.com/project/firefly-iii
|
||||
*
|
||||
*/
|
||||
|
||||
|
@@ -31,7 +31,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
@@ -56,7 +55,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
// 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.',
|
||||
@@ -103,7 +101,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
// new version
|
||||
'new_version_email_subject' => 'Eine neue Firefly III-Version ist verfügbar',
|
||||
|
||||
@@ -158,7 +155,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
// 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:',
|
||||
@@ -173,7 +169,6 @@ return [
|
||||
'bill_warning_end_date_zero' => 'Ihre Rechnung **":name"** wird am :date enden. Dieser Zeitpunkt wird **HEUTE!** vergehen',
|
||||
'bill_warning_extension_date_zero' => 'Ihre Rechnung **":name"** wird am :date verlängert oder storniert. Dieser Zeitpunkt wird **HEUTE!** vergehen',
|
||||
'bill_warning_please_action' => 'Bitte ergreifen Sie die entsprechende Maßnahme.',
|
||||
|
||||
];
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
@@ -185,4 +180,3 @@ return [
|
||||
* https://crowdin.com/project/firefly-iii
|
||||
*
|
||||
*/
|
||||
|
||||
|
@@ -31,7 +31,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
@@ -63,7 +62,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
'collect_info' => 'Bitte sammeln Sie weitere Informationen im Verzeichnis <code>storage/logs</code> wo Sie Logdateien finden können. Wenn Sie Docker verwenden, verwenden Sie <code>docker logs -f [container]</code>.',
|
||||
'collect_info_more' => 'Lesen Sie mehr über das Sammeln von Fehlerinformationen in <a href="https://docs.firefly-iii.org/faq/other#how-do-i-enable-debug-mode">der FAQ</a>.',
|
||||
'github_help' => 'Hilfe auf GitHub erhalten',
|
||||
@@ -76,5 +74,4 @@ return [
|
||||
'offline_header' => 'Sie sind wahrscheinlich offline',
|
||||
'offline_unreachable' => 'Firefly III ist nicht erreichbar. Ihr Gerät ist offline oder der Server antwortet nicht.',
|
||||
'offline_github' => 'Falls Sie sicher sind, dass sowohl Ihr Gerät als auch der Server online sind, öffnen Sie bitte ein Ticket auf <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a></strong>.',
|
||||
|
||||
];
|
||||
|
@@ -33,7 +33,6 @@ declare(strict_types=1);
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
return [
|
||||
// general stuff:
|
||||
'close' => 'Schließen',
|
||||
@@ -350,7 +349,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
'search_modifier_date_on' => 'Buchungsdatum ist „:value”',
|
||||
'search_modifier_not_date_on' => 'Buchungsdatum ist nicht ":value"',
|
||||
'search_modifier_reconciled' => 'Buchung wurde abgeglichen',
|
||||
@@ -487,7 +485,6 @@ return [
|
||||
'search_modifier_date_after_month' => 'Buchung ist in oder nach dem Monat ":value"',
|
||||
'search_modifier_date_after_day' => 'Buchung ist nach oder am ":value" Tag des Monats',
|
||||
|
||||
|
||||
// new
|
||||
'search_modifier_tag_is_not' => 'Kein Schlagwort lautet ":value"',
|
||||
'search_modifier_not_tag_is_not' => 'Schlagwort ist ":value"',
|
||||
@@ -726,7 +723,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
// END
|
||||
'modifiers_applies_are' => 'Die folgenden Einschränkungen werden ebenfalls auf die Suche angewendet:',
|
||||
'general_search_error' => 'Bei der Suche ist ein Fehler aufgetreten. Bitte überprüfen Sie die Protokolldateien für weitere Informationen.',
|
||||
@@ -819,7 +815,6 @@ return [
|
||||
'rule_trigger_update_journal' => 'Wenn eine Buchung aktualisiert wird',
|
||||
'rule_trigger_user_action' => 'Die Nutzeraktion ist ":trigger_value"',
|
||||
|
||||
|
||||
// OLD values (remove non-doubles later):
|
||||
'rule_trigger_source_account_starts_choice' => 'Quellkonto-Name beginnt mit..',
|
||||
'rule_trigger_source_account_starts' => 'Name des Quellkontos beginnt mit ":trigger_value"',
|
||||
@@ -1225,7 +1220,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
// actions
|
||||
// set, clear, add, remove, append/prepend
|
||||
'rule_action_delete_transaction_choice' => 'Buchung LÖSCHEN(!)',
|
||||
@@ -1314,7 +1308,6 @@ return [
|
||||
'create_rule_from_transaction' => 'Regel auf Basis der Buchung erstellen',
|
||||
'create_recurring_from_transaction' => 'Dauerauftrag basierend auf der Buchung erstellen',
|
||||
|
||||
|
||||
// preferences
|
||||
'dark_mode_option_browser' => 'Browser entscheiden lassen',
|
||||
'dark_mode_option_light' => 'Immer hell',
|
||||
@@ -1498,7 +1491,7 @@ return [
|
||||
'login_provider_local_only' => 'Diese Aktion ist bei der Authentifizierung durch ":login_provider" nicht verfügbar.',
|
||||
'external_user_mgt_disabled' => 'Diese Aktion ist nicht verfügbar, wenn Firefly III nicht für die Benutzerverwaltung oder die Authentifizierungsbehandlung zuständig ist.',
|
||||
'external_auth_disabled' => 'Diese Aktion ist nicht verfügbar, wenn Firefly III nicht für die Bearbeitung der Authentifizierung zuständig ist.',
|
||||
'delete_local_info_only' => "Da Firefly III nicht für die Benutzerverwaltung oder die Authentifizierungsbehandlung zuständig ist, löscht diese Funktion nur lokale Firefly III-Informationen.",
|
||||
'delete_local_info_only' => 'Da Firefly III nicht für die Benutzerverwaltung oder die Authentifizierungsbehandlung zuständig ist, löscht diese Funktion nur lokale Firefly III-Informationen.',
|
||||
'oauth' => 'OAuth',
|
||||
'profile_oauth_clients' => 'OAuth-Clients',
|
||||
'profile_oauth_no_clients' => 'Sie haben noch keine OAuth-Clients erstellt.',
|
||||
@@ -1549,7 +1542,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
// export data:
|
||||
'export_data_title' => 'Daten aus Firefly III exportieren',
|
||||
'export_data_menu' => 'Daten exportieren',
|
||||
@@ -1953,7 +1945,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
// transactions:
|
||||
'unreconcile' => 'Kontenabgleich widerrufen',
|
||||
'update_withdrawal' => 'Ausgaben aktualisieren',
|
||||
@@ -2053,7 +2044,6 @@ return [
|
||||
'first_split_overrules_destination' => 'Die erste Aufteilung könnte das Zielkonto überschreiben',
|
||||
'spent_x_of_y' => '{amount} von {total} ausgegeben',
|
||||
|
||||
|
||||
// new user:
|
||||
'welcome' => 'Willkommen bei Firefly III!',
|
||||
'submit' => 'Absenden',
|
||||
@@ -2194,7 +2184,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
// reports:
|
||||
'report_default' => 'Standardfinanzbericht zwischen :start und :end',
|
||||
'report_audit' => 'Übersicht des Buchungsverlaufs zwischen :start und :end',
|
||||
@@ -2310,7 +2299,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
// charts:
|
||||
'chart' => 'Diagram',
|
||||
'month' => 'Monat',
|
||||
@@ -2412,7 +2400,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
// administration
|
||||
'invite_is_already_redeemed' => 'Die Einladung zu „:address“ wurde bereits eingelöst.',
|
||||
'invite_is_deleted' => 'Die Einladung zu „:address“ wurde gelöscht.',
|
||||
@@ -2473,7 +2460,6 @@ return [
|
||||
'save_notification_settings' => 'Einstellungen speichern',
|
||||
'notification_settings_saved' => 'Die Benachrichtigungseinstellungen wurden gespeichert',
|
||||
|
||||
|
||||
'split_transaction_title' => 'Beschreibung der Splittbuchung',
|
||||
'split_transaction_title_help' => 'Wenn Sie eine Splittbuchung anlegen, muss es eine eindeutige Beschreibung für alle Aufteilungen der Buchung geben.',
|
||||
'split_title_help' => 'Wenn Sie eine Splittbuchung anlegen, muss es eine eindeutige Beschreibung für alle Aufteilungen der Buchhaltung geben.',
|
||||
@@ -2481,7 +2467,6 @@ return [
|
||||
'you_create_withdrawal' => 'Sie haben eine Ausgabe erstellt.',
|
||||
'you_create_deposit' => 'Sie haben eine Einnahme erstellt.',
|
||||
|
||||
|
||||
// links
|
||||
'journal_link_configuration' => 'Konfiguration der Buchungsverknüpfungen',
|
||||
'create_new_link_type' => 'Neuen Verknüpfungstyp erstellen',
|
||||
@@ -2698,7 +2683,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
// new lines for summary controller.
|
||||
'box_balance_in_currency' => 'Guthaben (:currency)',
|
||||
'box_spent_in_currency' => 'Ausgaben (:currency)',
|
||||
@@ -2762,7 +2746,6 @@ return [
|
||||
// dashboard
|
||||
'enable_auto_convert' => 'Währungsumrechnung aktivieren',
|
||||
'disable_auto_convert' => 'Währungsumrechnung deaktivieren',
|
||||
|
||||
];
|
||||
|
||||
/*
|
||||
@@ -2775,4 +2758,3 @@ return [
|
||||
* https://crowdin.com/project/firefly-iii
|
||||
*
|
||||
*/
|
||||
|
||||
|
@@ -31,7 +31,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
@@ -86,7 +85,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
'targetamount' => 'Zielbetrag',
|
||||
'account_role' => 'Kontenfunktion',
|
||||
'opening_balance_date' => 'Eröffnungsbilanzdatum',
|
||||
@@ -191,7 +189,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
'tag_areYouSure' => 'Möchten Sie das Schlagwort „:tag” wirklich löschen?',
|
||||
'journal_link_areYouSure' => 'Sind Sie sicher, dass Sie die Verknüpfung zwischen <a href=":source_link">:source</a> und <a href=":destination_link">:destination</a> löschen möchten?',
|
||||
'linkType_areYouSure' => 'Möchten Sie den Verknüpfungstyp „:name” („:inward”/„:outward”) wirklich löschen?',
|
||||
@@ -230,7 +227,6 @@ return [
|
||||
'album' => 'Album',
|
||||
'song' => 'Titel',
|
||||
|
||||
|
||||
// admin
|
||||
'domain' => 'Domain',
|
||||
'single_user_mode' => 'Registrierung deaktivieren',
|
||||
@@ -267,7 +263,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
'from_date' => 'Datum ab',
|
||||
'to_date' => 'Datum bis',
|
||||
'due_date' => 'Fälligkeitstermin',
|
||||
@@ -314,4 +309,3 @@ return [
|
||||
* https://crowdin.com/project/firefly-iii
|
||||
*
|
||||
*/
|
||||
|
||||
|
@@ -31,7 +31,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
@@ -76,7 +75,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
// 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.',
|
||||
@@ -125,7 +123,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
// 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.',
|
||||
@@ -179,7 +176,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
// preferences
|
||||
'preferences_index_tabs' => 'Weitere Optionen sind hinter diesen Registerkarten verfügbar.',
|
||||
|
||||
@@ -201,4 +197,3 @@ return [
|
||||
* https://crowdin.com/project/firefly-iii
|
||||
*
|
||||
*/
|
||||
|
||||
|
@@ -31,7 +31,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
@@ -80,7 +79,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
'repeat_freq' => 'Wiederholungen',
|
||||
'description' => 'Beschreibung',
|
||||
'amount' => 'Betrag',
|
||||
@@ -158,7 +156,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
'file_size' => 'Dateigröße',
|
||||
'file_type' => 'Dateityp',
|
||||
'attached_to' => 'Zugewiesen zu',
|
||||
@@ -185,7 +182,6 @@ return [
|
||||
'delivery' => 'Zustellung',
|
||||
'url' => 'URL',
|
||||
'secret' => 'Secret',
|
||||
|
||||
];
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
@@ -197,4 +193,3 @@ return [
|
||||
* https://crowdin.com/project/firefly-iii
|
||||
*
|
||||
*/
|
||||
|
||||
|
@@ -31,7 +31,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
|
@@ -31,7 +31,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
|
@@ -1,6 +1,5 @@
|
||||
<?php
|
||||
|
||||
|
||||
/*
|
||||
* rules.php
|
||||
* Copyright (c) 2023 james@firefly-iii.org
|
||||
|
@@ -31,7 +31,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
@@ -112,7 +111,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
'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.',
|
||||
@@ -192,7 +190,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
'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.',
|
||||
@@ -265,7 +262,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
'transfer_source_need_data' => 'Um fortzufahren, benötigen Sie eine gültige Quellkontenkennung und/oder einen gültigen Quellkontonamen.',
|
||||
'transfer_source_bad_data' => '[c] Bei der Suche nach der ID „:id” oder dem Namen „:name” konnte kein gültiges Quellkonto gefunden werden.',
|
||||
'transfer_dest_need_data' => '[c] Sie benötigen eine gültige Zielkonto-ID und/oder einen gültigen Zielkontonamen, um fortzufahren.',
|
||||
@@ -308,4 +304,3 @@ return [
|
||||
* https://crowdin.com/project/firefly-iii
|
||||
*
|
||||
*/
|
||||
|
||||
|
@@ -32,7 +32,5 @@ declare(strict_types=1);
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
return [
|
||||
|
||||
];
|
||||
|
@@ -31,10 +31,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
|
||||
return [
|
||||
'failed' => 'Αυτά τα διαπιστευτήρια δεν ταιριάζουν με τα αρχεία μας.',
|
||||
'throttle' => 'Πάρα πολλές προσπάθειες σύνδεσης. Παρακαλώ δοκιμάστε ξανά σε :seconds δευτερόλεπτα.',
|
||||
|
@@ -31,7 +31,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
@@ -77,7 +76,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
'reconciliation_list' => 'Συνδιαλλαγές',
|
||||
'create_withdrawal' => 'Δημιουργία νέας ανάληψης',
|
||||
'create_deposit' => 'Δημιουργία νέας κατάθεσης',
|
||||
|
@@ -31,7 +31,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
|
@@ -31,7 +31,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
@@ -62,7 +61,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
// 'date_time' => '%B %e, %Y, @ %T',
|
||||
'date_time_js' => 'Do MMMM YYYY, HH:mm:ss',
|
||||
'date_time_fns' => 'do MMMM yyyy @ HH:mm:ss',
|
||||
@@ -101,4 +99,3 @@ return [
|
||||
* https://crowdin.com/project/firefly-iii
|
||||
*
|
||||
*/
|
||||
|
||||
|
@@ -31,7 +31,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
@@ -58,4 +57,3 @@ return [
|
||||
* https://crowdin.com/project/firefly-iii
|
||||
*
|
||||
*/
|
||||
|
||||
|
@@ -31,7 +31,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
@@ -56,7 +55,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
// 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.',
|
||||
@@ -103,7 +101,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
// new version
|
||||
'new_version_email_subject' => 'Μια νέα έκδοση του Firefly III είναι διαθέσιμη',
|
||||
|
||||
@@ -158,7 +155,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
// report new journals
|
||||
'new_journals_subject' => 'Το Firefly III έχει δημιουργήσει μια νέα συναλλαγή|Το Firefly III έχει δημιουργήσει :count νέες συναλλαγές',
|
||||
'new_journals_header' => 'Το Firefly III έχει δημιουργήσει μια συναλλαγή για εσάς. Μπορείτε να τη βρείτε στην εγκατάσταση Firefly ΙΙΙ:|Το Firefly III έχει δημιουργήσει :count συναλλαγές για εσάς. Μπορείτε να τις βρείτε στην εγκατάσταση Firefly III:',
|
||||
@@ -173,7 +169,6 @@ return [
|
||||
'bill_warning_end_date_zero' => 'Your bill **":name"** is due to end on :date. This moment will pass **TODAY!**',
|
||||
'bill_warning_extension_date_zero' => 'Your bill **":name"** is due to be extended or cancelled on :date. This moment will pass **TODAY!**',
|
||||
'bill_warning_please_action' => 'Please take the appropriate action.',
|
||||
|
||||
];
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
@@ -185,4 +180,3 @@ return [
|
||||
* https://crowdin.com/project/firefly-iii
|
||||
*
|
||||
*/
|
||||
|
||||
|
@@ -31,7 +31,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
@@ -63,7 +62,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
'collect_info' => 'Συλλέξτε περισσότερες πληροφορίες στον κατάλογο <code>storage/logs</code> όπου θα βρείτε αρχεία καταγραφής. Εάν χρησιμοποιείτε το Docker, χρησιμοποιήστε το <code>docker logs -f [container]</code>.',
|
||||
'collect_info_more' => 'Μπορείτε να διαβάσετε περισσότερα σχετικά με τη συλλογή πληροφοριών σφάλματος <a href="https://docs.firefly-iii.org/faq/other#how-do-i-enable-debug-mode">στο FAQ</a>.',
|
||||
'github_help' => 'Λάβετε βοήθεια στο GitHub',
|
||||
@@ -76,5 +74,4 @@ return [
|
||||
'offline_header' => 'Μάλλον είστε εκτός σύνδεσης',
|
||||
'offline_unreachable' => 'Το Firefly III δεν είναι προσβάσιμο. Είτε η συσκευή σας αυτή τη στιγμή είναι εκτός σύνδεσης ή ο διακομιστής δεν λειτουργεί.',
|
||||
'offline_github' => 'Εάν είστε βέβαιοι ότι τόσο η συσκευή σας όσο και ο διακομιστής είναι συνδεδεμένοι, ανοίξτε ένα θέμα στο <strong><a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a> </strong>.',
|
||||
|
||||
];
|
||||
|
@@ -33,7 +33,6 @@ declare(strict_types=1);
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
return [
|
||||
// general stuff:
|
||||
'close' => 'Κλείσιμο',
|
||||
@@ -350,7 +349,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
'search_modifier_date_on' => 'Η ημερομηνία συναλλαγής είναι ":value"',
|
||||
'search_modifier_not_date_on' => 'Η ημερομηνία συναλλαγής δεν είναι ":value"',
|
||||
'search_modifier_reconciled' => 'Η συναλλαγή είναι τακτοποιημένη',
|
||||
@@ -487,7 +485,6 @@ return [
|
||||
'search_modifier_date_after_month' => 'Η συναλλαγή είναι μέσα ή μετά το μήνα ":value"',
|
||||
'search_modifier_date_after_day' => 'Η συναλλαγή είναι μετά ή την ημέρα του μήνα ":value"',
|
||||
|
||||
|
||||
// new
|
||||
'search_modifier_tag_is_not' => 'Δεν υπάρχει ετικέτα ":value"',
|
||||
'search_modifier_not_tag_is_not' => 'Η ετικέτα είναι «:value»',
|
||||
@@ -726,7 +723,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
// END
|
||||
'modifiers_applies_are' => 'Οι ακόλουθοι τροποποιητές εφαρμόστηκαν στην αναζήτηση επίσης:',
|
||||
'general_search_error' => 'Ένα σφάλμα προέκυψε κατά την αναζήτηση. Παρακαλώ ελέγξτε τα αρχεία καταγραφής για περισσότερες πληροφορίες.',
|
||||
@@ -819,7 +815,6 @@ return [
|
||||
'rule_trigger_update_journal' => 'Όταν ενημερώνεται μία συναλλαγή',
|
||||
'rule_trigger_user_action' => 'Η ενέργεια χρήστη είναι ":trigger_value"',
|
||||
|
||||
|
||||
// OLD values (remove non-doubles later):
|
||||
'rule_trigger_source_account_starts_choice' => 'Το όνομα του λογαριασμού προέλευσης αρχίζει με..',
|
||||
'rule_trigger_source_account_starts' => 'Το όνομα του λογαριασμού προέλευσης αρχίζει με ":trigger_value"',
|
||||
@@ -1225,7 +1220,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
// actions
|
||||
// set, clear, add, remove, append/prepend
|
||||
'rule_action_delete_transaction_choice' => 'ΔΙΑΓΡΑΦΗ συναλλαγής (!)',
|
||||
@@ -1314,7 +1308,6 @@ return [
|
||||
'create_rule_from_transaction' => 'Δημιουργία κανόνα με βάση τη συναλλαγή',
|
||||
'create_recurring_from_transaction' => 'Δημιουργία επαναλαμβανόμενης συναλλαγής με βάση τη συναλλαγή',
|
||||
|
||||
|
||||
// preferences
|
||||
'dark_mode_option_browser' => 'Σύμφωνα με τις προτιμήσεις του περιηγητή σας',
|
||||
'dark_mode_option_light' => 'Πάντα φωτεινό',
|
||||
@@ -1498,7 +1491,7 @@ return [
|
||||
'login_provider_local_only' => 'Αυτή η λειτουργία δεν είναι διαθέσιμη όταν πιστοποιήστε μέσω ":login_provider".',
|
||||
'external_user_mgt_disabled' => 'Αυτή η ενέργεια δεν είναι διαθέσιμη όταν το Firefly III δεν είναι υπεύθυνο για διαχείριση χρηστών ή έλεγχο ταυτότητας.',
|
||||
'external_auth_disabled' => 'Αυτή η ενέργεια δεν είναι διαθέσιμη όταν το Firefly III δεν είναι υπεύθυνο για το χειρισμό ελέγχου ταυτότητας.',
|
||||
'delete_local_info_only' => "Επειδή το Firefly III δεν είναι υπεύθυνο για διαχείριση χρηστών ή έλεγχο ταυτότητας, αυτή η λειτουργία θα διαγράψει μόνο τις τοπικές εγγραφές του Firefly III.",
|
||||
'delete_local_info_only' => 'Επειδή το Firefly III δεν είναι υπεύθυνο για διαχείριση χρηστών ή έλεγχο ταυτότητας, αυτή η λειτουργία θα διαγράψει μόνο τις τοπικές εγγραφές του Firefly III.',
|
||||
'oauth' => 'OAuth',
|
||||
'profile_oauth_clients' => 'Πελάτες OAuth',
|
||||
'profile_oauth_no_clients' => 'Δεν έχετε δημιουργήσει πελάτες OAuth.',
|
||||
@@ -1549,7 +1542,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
// export data:
|
||||
'export_data_title' => 'Εξαγωγή δεδομένων από το Firefly III',
|
||||
'export_data_menu' => 'Εξαγωγή δεδομένων',
|
||||
@@ -1953,7 +1945,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
// transactions:
|
||||
'unreconcile' => 'Undo reconciliation',
|
||||
'update_withdrawal' => 'Ενημέρωση ανάληψης',
|
||||
@@ -2053,7 +2044,6 @@ return [
|
||||
'first_split_overrules_destination' => 'Ο πρώτος διαχωρισμός ενδέχεται να παρακάμψει τον λογαριασμό προορισμού',
|
||||
'spent_x_of_y' => 'Δαπανήθηκαν {amount} από {total}',
|
||||
|
||||
|
||||
// new user:
|
||||
'welcome' => 'Καλωσήρθατε στο Firefly III!',
|
||||
'submit' => 'Υποβολή',
|
||||
@@ -2194,7 +2184,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
// reports:
|
||||
'report_default' => 'Προεπιλεγμένη οικονομική αναφορά μεταξύ :start και :end',
|
||||
'report_audit' => 'Επισκόπηση ιστορικού συναλλαγών μεταξύ :start και :end',
|
||||
@@ -2310,7 +2299,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
// charts:
|
||||
'chart' => 'Διάγραμμα',
|
||||
'month' => 'Μήνας',
|
||||
@@ -2412,7 +2400,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
// administration
|
||||
'invite_is_already_redeemed' => 'Η πρόσκληση στο ":address" έχει ήδη χρησιμοποιηθεί.',
|
||||
'invite_is_deleted' => 'Η πρόσκληση στο ":address" έχει διαγραφεί.',
|
||||
@@ -2473,7 +2460,6 @@ return [
|
||||
'save_notification_settings' => 'Αποθήκευση ρυθμίσεων',
|
||||
'notification_settings_saved' => 'Οι ρυθμίσεις ειδοποιήσεων έχουν αποθηκευτεί',
|
||||
|
||||
|
||||
'split_transaction_title' => 'Περιγραφή της συναλλαγής με διαχωρισμό',
|
||||
'split_transaction_title_help' => 'Εάν δημιουργήσετε μια διαχωρισμένη συναλλαγή, πρέπει να υπάρχει μια καθολική περιγραφή για όλους τους διαχωρισμούς της συναλλαγής.',
|
||||
'split_title_help' => 'Εάν δημιουργήσετε μια διαχωρισμένη συναλλαγή, πρέπει να υπάρχει μια καθολική περιγραφή για όλους τους διαχωρισμούς της συναλλαγής.',
|
||||
@@ -2481,7 +2467,6 @@ return [
|
||||
'you_create_withdrawal' => 'Δημιουργείτε μια ανάληψη.',
|
||||
'you_create_deposit' => 'Δημιουργείτε μια κατάθεση.',
|
||||
|
||||
|
||||
// links
|
||||
'journal_link_configuration' => 'Παραμετροποίηση συνδέσεων συναλλαγών',
|
||||
'create_new_link_type' => 'Δημιουργία νέου τύπου συνδέσμου',
|
||||
@@ -2698,7 +2683,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
// new lines for summary controller.
|
||||
'box_balance_in_currency' => 'Υπόλοιπο (:currency)',
|
||||
'box_spent_in_currency' => 'Δαπάνες (:currency)',
|
||||
@@ -2762,7 +2746,6 @@ return [
|
||||
// dashboard
|
||||
'enable_auto_convert' => 'Enable currency conversion',
|
||||
'disable_auto_convert' => 'Disable currency conversion',
|
||||
|
||||
];
|
||||
|
||||
/*
|
||||
@@ -2775,4 +2758,3 @@ return [
|
||||
* https://crowdin.com/project/firefly-iii
|
||||
*
|
||||
*/
|
||||
|
||||
|
@@ -31,7 +31,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
@@ -86,7 +85,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
'targetamount' => 'Ποσό στόχου',
|
||||
'account_role' => 'Ρόλος λογαριασμού',
|
||||
'opening_balance_date' => 'Ημερομηνία υπολοίπου έναρξης',
|
||||
@@ -191,7 +189,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
'tag_areYouSure' => 'Είστε σίγουροι ότι θέλετε να διαγράψετε την ετικέτα ":tag";',
|
||||
'journal_link_areYouSure' => 'Είστε σίγουροι ότι θέλετε να διαγράψετε το σύνδεσμο μεταξύ <a href=":source_link">:source</a> και <a href=":destination_link">:destination</a>;',
|
||||
'linkType_areYouSure' => 'Είστε σίγουροι ότι θέλετε να διαγράψετε τον τύπο συνδέσμου ":name" (":inward" / ":outward");',
|
||||
@@ -230,7 +227,6 @@ return [
|
||||
'album' => 'Άλμπουμ',
|
||||
'song' => 'Τραγούδι',
|
||||
|
||||
|
||||
// admin
|
||||
'domain' => 'Τομέας (Domain)',
|
||||
'single_user_mode' => 'Απενεργοποίηση εγγραφής χρήστη',
|
||||
@@ -267,7 +263,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
'from_date' => 'Από ημερομηνία',
|
||||
'to_date' => 'Εώς ημερομηνία',
|
||||
'due_date' => 'Ημερομηνία προθεσμίας',
|
||||
@@ -314,4 +309,3 @@ return [
|
||||
* https://crowdin.com/project/firefly-iii
|
||||
*
|
||||
*/
|
||||
|
||||
|
@@ -31,7 +31,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
@@ -76,7 +75,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
// reports (index)
|
||||
'reports_index_intro' => 'Χρησιμοποιήστε αυτές τις αναφορές για να λάβετε λεπτομερείς πληροφορίες για τα οικονομικά σας.',
|
||||
'reports_index_inputReportType' => 'Επιλέξτε έναν τύπο αναφοράς. Ελέγξτε τις σελίδες βοήθειας για να δείτε τι εμφανίζει ή κάθε αναφορά.',
|
||||
@@ -125,7 +123,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
// create piggy
|
||||
'piggy-banks_create_name' => 'Ποιός είναι ο στόχος σας; Ένας νέος καναπές, μια κάμερα, χρήματα για έκτακτες ανάγκες;',
|
||||
'piggy-banks_create_date' => 'Μπορείτε να ορίσετε μια ημερομηνία επίτευξης στόχου ή μια προθεσμία για τον κουμπαρά σας.',
|
||||
@@ -179,7 +176,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
// preferences
|
||||
'preferences_index_tabs' => 'Περισσότερες επιλογές είναι διαθέσιμες πίσω από αυτές τις καρτέλες.',
|
||||
|
||||
@@ -201,4 +197,3 @@ return [
|
||||
* https://crowdin.com/project/firefly-iii
|
||||
*
|
||||
*/
|
||||
|
||||
|
@@ -31,7 +31,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
@@ -80,7 +79,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
'repeat_freq' => 'Επαναλήψεις',
|
||||
'description' => 'Περιγραφή',
|
||||
'amount' => 'Ποσό',
|
||||
@@ -158,7 +156,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
'file_size' => 'Μέγεθος αρχείου',
|
||||
'file_type' => 'Τύπος αρχείου',
|
||||
'attached_to' => 'Επισυναπτόμενο σε',
|
||||
@@ -185,7 +182,6 @@ return [
|
||||
'delivery' => 'Παράδοση',
|
||||
'url' => 'Διεύθυνση URL',
|
||||
'secret' => 'Μυστικό',
|
||||
|
||||
];
|
||||
/*
|
||||
* PLEASE DO NOT EDIT THIS FILE DIRECTLY.
|
||||
@@ -197,4 +193,3 @@ return [
|
||||
* https://crowdin.com/project/firefly-iii
|
||||
*
|
||||
*/
|
||||
|
||||
|
@@ -31,7 +31,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
|
@@ -31,7 +31,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
|
@@ -1,6 +1,5 @@
|
||||
<?php
|
||||
|
||||
|
||||
/*
|
||||
* rules.php
|
||||
* Copyright (c) 2023 james@firefly-iii.org
|
||||
|
@@ -31,7 +31,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
@@ -112,7 +111,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
'between.numeric' => 'Το :attribute πρέπει να είναι μεταξύ :min και :max.',
|
||||
'between.file' => 'Το :attribute πρέπει να είναι μεταξύ :min και :max kilobytes.',
|
||||
'between.string' => 'To :attribute πρέπει να είναι μεταξύ :min και :max χαρακτήρων.',
|
||||
@@ -192,7 +190,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
'secure_password' => 'Αυτό δεν είναι ασφαλές συνθηματικό. Παρακαλώ δοκιμάστε ξανά. Για περισσότερες πληροφορίες επισκεφτείτε https://bit.ly/FF3-password-security',
|
||||
'valid_recurrence_rep_type' => 'Μη έγκυρος τύπος επανάληψης για επαναλαμβανόμενες συναλλαγές.',
|
||||
'valid_recurrence_rep_moment' => 'Μη έγκυρη στιγμή επανάληψης για αυτό τον τύπο επανάληψης.',
|
||||
@@ -265,7 +262,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
'transfer_source_need_data' => 'Πρέπει να λάβετε ένα έγκυρο αναγνωριστικό λογαριασμού προέλευσης και/ή ένα έγκυρο όνομα λογαριασμού προέλευσης για να συνεχίσετε.',
|
||||
'transfer_source_bad_data' => '[c] Could not find a valid source account when searching for ID ":id" or name ":name".',
|
||||
'transfer_dest_need_data' => '[c] Need to get a valid destination account ID and/or valid destination account name to continue.',
|
||||
@@ -308,4 +304,3 @@ return [
|
||||
* https://crowdin.com/project/firefly-iii
|
||||
*
|
||||
*/
|
||||
|
||||
|
@@ -32,7 +32,5 @@ declare(strict_types=1);
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
return [
|
||||
|
||||
];
|
||||
|
@@ -31,10 +31,8 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
|
||||
return [
|
||||
'failed' => 'These credentials do not match our records.',
|
||||
'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
|
||||
|
@@ -31,7 +31,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
@@ -77,7 +76,6 @@ return [
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
'reconciliation_list' => 'Reconciliations',
|
||||
'create_withdrawal' => 'Create new withdrawal',
|
||||
'create_deposit' => 'Create new deposit',
|
||||
|
@@ -31,7 +31,6 @@
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
return [
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user