Updated language strings and meta config.

This commit is contained in:
James Cole 2020-04-19 06:52:12 +02:00
parent c398aa2b69
commit c7273edb5e
No known key found for this signature in database
GPG Key ID: B5669F9493CDE38D
66 changed files with 3308 additions and 125 deletions

View File

@ -22,6 +22,10 @@ APP_KEY=SomeRandomStringOf32CharsExactly
# If text is still in English, remember that not everything may have been translated.
DEFAULT_LANGUAGE=en_US
# The locale defines how numbers are formatted.
# by default this value is the same as whatever the language is.
DEFAULT_LOCALE=equal
# Change this value to your preferred time zone.
# Example: Europe/Amsterdam
# For a list of supported time zones, see https://en.wikipedia.org/wiki/List_of_tz_database_time_zones

View File

@ -526,6 +526,7 @@ return [
'create_rule_from_transaction' => 'Create rule based on transaction',
// preferences
'equal_to_language' => '(equal to language)',
'pref_home_screen_accounts' => 'Účty na domovské obrazovce',
'pref_home_screen_accounts_help' => 'Které účty zobrazit na domovské stránce?',
'pref_view_range' => 'Zobrazit rozsah',
@ -537,7 +538,9 @@ return [
'pref_6M' => 'Šest měsíců',
'pref_1Y' => 'Jeden rok',
'pref_languages' => 'Jazyky',
'pref_locale' => 'Locale settings',
'pref_languages_help' => 'Firefly III podporuje několik jazyků ve kterém ho chcete používat?',
'pref_locale_help' => 'Firefly III allows you to set other local settings, like how currencies and numbers are formatted. Please note that this list can be very long as it is generated by your system.',
'pref_custom_fiscal_year' => 'Nastavení fiskálního roku',
'pref_custom_fiscal_year_label' => 'Zapnuto',
'pref_custom_fiscal_year_help' => 'Pro země, ve kterých finanční rok nezačíná 1. ledna a tedy ani nekončí 31. prosince, je možné zapnutím tohoto určit den začátku a konce fiskálního roku',

File diff suppressed because one or more lines are too long

View File

@ -526,6 +526,7 @@ return [
'create_rule_from_transaction' => 'Regel auf Basis der Buchung erstellen',
// preferences
'equal_to_language' => '(equal to language)',
'pref_home_screen_accounts' => 'Konten auf dem Startbildschirm',
'pref_home_screen_accounts_help' => 'Welche Konten sollen auf dem Startbildschirm angezeigt werden?',
'pref_view_range' => 'Sichtbarer Zeitraum',
@ -537,7 +538,9 @@ return [
'pref_6M' => 'Sechs Monate',
'pref_1Y' => 'Ein Jahr',
'pref_languages' => 'Sprachen',
'pref_locale' => 'Locale settings',
'pref_languages_help' => 'Firefly III unterstützt mehrere Sprachen. Welche möchten Sie nutzen?',
'pref_locale_help' => 'Firefly III allows you to set other local settings, like how currencies and numbers are formatted. Please note that this list can be very long as it is generated by your system.',
'pref_custom_fiscal_year' => 'Einstellungen zum Geschäftsjahr',
'pref_custom_fiscal_year_label' => 'Aktiviert',
'pref_custom_fiscal_year_help' => 'In Ländern, in denen ein Geschäftsjahr nicht vom 1. Januar bis 31. Dezember dauert, können Sie diese Option ändern und Start / Ende des Geschäftsjahres angeben',

File diff suppressed because one or more lines are too long

View File

@ -526,6 +526,7 @@ return [
'create_rule_from_transaction' => 'Δημιουργία κανόνα που βασίζεται σε συναλλαγή',
// preferences
'equal_to_language' => '(equal to language)',
'pref_home_screen_accounts' => 'Λογαριασμοί αρχικής οθόνης',
'pref_home_screen_accounts_help' => 'Ποιοι λογαριασμοί θα πρέπει να εμφανίζονται στην αρχική σελίδα;',
'pref_view_range' => 'Εύρος εμφάνισης',
@ -537,7 +538,9 @@ return [
'pref_6M' => 'Έξι μήνες (εξάμηνο)',
'pref_1Y' => 'Ένα χρόνο',
'pref_languages' => 'Γλώσσες',
'pref_locale' => 'Locale settings',
'pref_languages_help' => 'Το Firefly III υποστηρίζει διάφορες γλώσσες. Ποιά προτιμάτε;',
'pref_locale_help' => 'Firefly III allows you to set other local settings, like how currencies and numbers are formatted. Please note that this list can be very long as it is generated by your system.',
'pref_custom_fiscal_year' => 'Ρυθμίσεις οικονομικού έτους',
'pref_custom_fiscal_year_label' => 'Ενεργοποιημένο',
'pref_custom_fiscal_year_help' => 'Σε χώρες που χρησιμοποιούν οικονομικό έτος διαφορετικό από 1 Ιανουαρίου εώς 31 Δεκεμβρίου, μπορείτε να ενεργοποιήσετε αυτή την επιλογή και να ορίσετε την αρχή και το τέλος του οικονομικού έτους',

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,26 @@
<?php
/**
* api.php
* Copyright (c) 2019 james@firefly-iii.org
*
* This file is part of Firefly III (https://github.com/firefly-iii).
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
declare(strict_types=1);
return [
];

View File

@ -0,0 +1,28 @@
<?php
/**
* auth.php
* Copyright (c) 2019 james@firefly-iii.org
*
* This file is part of Firefly III (https://github.com/firefly-iii).
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
declare(strict_types=1);
return [
'failed' => 'These credentials do not match our records.',
'throttle' => 'Too many login attempts. Please try again in :seconds seconds.',
];

View File

@ -0,0 +1,26 @@
<?php
/**
* bank.php
* Copyright (c) 2019 james@firefly-iii.org
*
* This file is part of Firefly III (https://github.com/firefly-iii).
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
declare(strict_types=1);
return [
];

View File

@ -0,0 +1,62 @@
<?php
/**
* breadcrumbs.php
* Copyright (c) 2019 james@firefly-iii.org
*
* This file is part of Firefly III (https://github.com/firefly-iii).
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
declare(strict_types=1);
return [
'home' => 'Home',
'edit_currency' => 'Edit currency ":name"',
'delete_currency' => 'Delete currency ":name"',
'newPiggyBank' => 'Create a new piggy bank',
'edit_piggyBank' => 'Edit piggy bank ":name"',
'preferences' => 'Preferences',
'profile' => 'Profile',
'changePassword' => 'Change your password',
'change_email' => 'Change your email address',
'bills' => 'Bills',
'newBill' => 'New bill',
'edit_bill' => 'Edit bill ":name"',
'delete_bill' => 'Delete bill ":name"',
'reports' => 'Reports',
'search_result' => 'Search results for ":query"',
'withdrawal_list' => 'Expenses',
'Withdrawal_list' => 'Expenses',
'deposit_list' => 'Revenue, income and deposits',
'transfer_list' => 'Transfers',
'transfers_list' => 'Transfers',
'reconciliation_list' => 'Reconciliations',
'create_withdrawal' => 'Create new withdrawal',
'create_deposit' => 'Create new deposit',
'create_transfer' => 'Create new transfer',
'create_new_transaction' => 'Create a new transaction',
'edit_journal' => 'Edit transaction ":description"',
'edit_reconciliation' => 'Edit ":description"',
'delete_journal' => 'Delete transaction ":description"',
'delete_group' => 'Delete transaction ":description"',
'tags' => 'Tags',
'createTag' => 'Create new tag',
'edit_tag' => 'Edit tag ":tag"',
'delete_tag' => 'Delete tag ":tag"',
'delete_journal_link' => 'Delete link between transactions',
'telemetry_index' => 'Telemetry',
'telemetry_view' => 'View telemetry',
];

View File

@ -0,0 +1,32 @@
<?php
/**
* components.php
* Copyright (c) 2019 james@firefly-iii.org
*
* This file is part of Firefly III (https://github.com/firefly-iii).
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
declare(strict_types=1);
return [
// profile
'personal_access_tokens' => 'Personal access tokens',
// bills:
'not_expected_period' => 'Not expected this period',
'not_or_not_yet' => 'Not (yet)',
];

View File

@ -0,0 +1,52 @@
<?php
/**
* config.php
* Copyright (c) 2019 james@firefly-iii.org
*
* This file is part of Firefly III (https://github.com/firefly-iii).
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
declare(strict_types=1);
return [
'html_language' => 'en',
'locale' => 'en, English, en_US.utf8, en_US.UTF-8',
'month' => '%B %Y',
'month_and_day' => '%B %e, %Y',
'month_and_day_moment_js' => 'MMM D, YYYY',
'month_and_date_day' => '%A %B %e, %Y',
'month_and_day_no_year' => '%B %e',
'date_time' => '%B %e, %Y, @ %T',
'specific_day' => '%e %B %Y',
'week_in_year' => 'Week %V, %G',
'year' => '%Y',
'half_year' => '%B %Y',
'month_js' => 'MMMM YYYY',
'month_and_day_js' => 'MMMM Do, YYYY',
'date_time_js' => 'MMMM Do, YYYY, @ HH:mm:ss',
'specific_day_js' => 'D MMMM YYYY',
'week_in_year_js' => '[Week] w, YYYY',
'year_js' => 'YYYY',
'half_year_js' => 'Q YYYY',
'dow_1' => 'Monday',
'dow_2' => 'Tuesday',
'dow_3' => 'Wednesday',
'dow_4' => 'Thursday',
'dow_5' => 'Friday',
'dow_6' => 'Saturday',
'dow_7' => 'Sunday',
];

View File

@ -0,0 +1,26 @@
<?php
/**
* csv.php
* Copyright (c) 2019 james@firefly-iii.org
*
* This file is part of Firefly III (https://github.com/firefly-iii).
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
declare(strict_types=1);
return [
];

View File

@ -0,0 +1,38 @@
<?php
/**
* demo.php
* Copyright (c) 2019 james@firefly-iii.org
*
* This file is part of Firefly III (https://github.com/firefly-iii).
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
declare(strict_types=1);
return [
'no_demo_text' => 'Sorry, there is no extra demo-explanation text for <abbr title=":route">this page</abbr>.',
'see_help_icon' => 'However, the <i class="fa fa-question-circle"></i>-icon in the top right corner may tell you more.',
'index' => 'Welcome to <strong>Firefly III</strong>! On this page you get a quick overview of your finances. For more information, check out Accounts &rarr; <a href=":asset">Asset Accounts</a> and of course the <a href=":budgets">Budgets</a> and <a href=":reports">Reports</a> pages. Or just take a look around and see where you end up.',
'accounts-index' => 'Asset accounts are your personal bank accounts. Expense accounts are the accounts you spend money at, such as stores and friends. Revenue accounts are accounts you receive money from, such as your job, the government or other sources of income. Liabilities are your debts and loans such as old credit card debts or student loans. On this page you can edit or remove them.',
'budgets-index' => 'This page shows you an overview of your budgets. The top bar shows the amount that is available to be budgeted. This can be customized for any period by clicking the amount on the right. The amount you\'ve actually spent is shown in the bar below. Below that are the expenses per budget and what you\'ve budgeted for them.',
'reports-index-start' => 'Firefly III supports a number of types of reports. Read about them by clicking on the <i class="fa fa-question-circle"></i>-icon in the top right corner.',
'reports-index-examples' => 'Be sure to check out these examples: <a href=":one">a monthly financial overview</a>, <a href=":two">a yearly financial overview</a> and <a href=":three">a budget overview</a>.',
'currencies-index' => 'Firefly III supports multiple currencies. Although it defaults to the Euro it can be set to the US Dollar and many other currencies. As you can see a small selection of currencies has been included but you can add your own if you wish to. Changing the default currency will not change the currency of existing transactions however: Firefly III supports the use of multiple currencies at the same time.',
'transactions-index' => 'These expenses, deposits and transfers are not particularly imaginative. They have been generated automatically.',
'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.',
'import-index' => 'Any CSV file can be imported into Firefly III. It also supports importing data from bunq and Spectre. Other banks and financial aggregators will be implemented in the future. As a demo-user however, you can only see the "fake"-provider in action. It will generate some random transactions to show you how the process works.',
'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.',
];

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,275 @@
<?php
/**
* form.php
* Copyright (c) 2019 james@firefly-iii.org
*
* This file is part of Firefly III (https://github.com/firefly-iii).
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
declare(strict_types=1);
return [
// new user:
'bank_name' => 'Bank name',
'bank_balance' => 'Balance',
'savings_balance' => 'Savings balance',
'credit_card_limit' => 'Credit card limit',
'automatch' => 'Match automatically',
'skip' => 'Skip',
'enabled' => 'Enabled',
'name' => 'Name',
'active' => 'Active',
'amount_min' => 'Minimum amount',
'amount_max' => 'Maximum amount',
'match' => 'Matches on',
'strict' => 'Strict mode',
'repeat_freq' => 'Repeats',
'location' => 'Location',
'update_channel' => 'Update channel',
'journal_currency_id' => 'Currency',
'currency_id' => 'Currency',
'transaction_currency_id' => 'Currency',
'auto_budget_currency_id' => 'Currency',
'external_ip' => 'Your server\'s external IP',
'attachments' => 'Attachments',
'journal_amount' => 'Amount',
'journal_source_name' => 'Revenue account (source)',
'keep_bill_id' => 'Bill',
'journal_source_id' => 'Asset account (source)',
'BIC' => 'BIC',
'verify_password' => 'Verify password security',
'source_account' => 'Source account',
'destination_account' => 'Destination account',
'journal_destination_id' => 'Asset account (destination)',
'asset_destination_account' => 'Destination account',
'include_net_worth' => 'Include in net worth',
'asset_source_account' => 'Source account',
'journal_description' => 'Description',
'note' => 'Notes',
'store_new_transaction' => 'Store new transaction',
'split_journal' => 'Split this transaction',
'split_journal_explanation' => 'Split this transaction in multiple parts',
'currency' => 'Currency',
'account_id' => 'Asset account',
'budget_id' => 'Budget',
'opening_balance' => 'Opening balance',
'tagMode' => 'Tag mode',
'tag_position' => 'Tag location',
'virtual_balance' => 'Virtual balance',
'targetamount' => 'Target amount',
'account_role' => 'Account role',
'opening_balance_date' => 'Opening balance date',
'cc_type' => 'Credit card payment plan',
'cc_monthly_payment_date' => 'Credit card monthly payment date',
'piggy_bank_id' => 'Piggy bank',
'returnHere' => 'Return here',
'returnHereExplanation' => 'After storing, return here to create another one.',
'returnHereUpdateExplanation' => 'After updating, return here.',
'description' => 'Description',
'expense_account' => 'Expense account',
'revenue_account' => 'Revenue account',
'decimal_places' => 'Decimal places',
'exchange_rate_instruction' => 'Foreign currencies',
'source_amount' => 'Amount (source)',
'destination_amount' => 'Amount (destination)',
'native_amount' => 'Native amount',
'new_email_address' => 'New email address',
'verification' => 'Verification',
'api_key' => 'API key',
'remember_me' => 'Remember me',
'liability_type_id' => 'Liability type',
'interest' => 'Interest',
'interest_period' => 'Interest period',
'source_account_asset' => 'Source account (asset account)',
'destination_account_expense' => 'Destination account (expense account)',
'destination_account_asset' => 'Destination account (asset account)',
'source_account_revenue' => 'Source account (revenue account)',
'type' => 'Type',
'convert_Withdrawal' => 'Convert withdrawal',
'convert_Deposit' => 'Convert deposit',
'convert_Transfer' => 'Convert transfer',
'amount' => 'Amount',
'foreign_amount' => 'Foreign amount',
'existing_attachments' => 'Existing attachments',
'date' => 'Date',
'interest_date' => 'Interest date',
'book_date' => 'Book date',
'process_date' => 'Processing date',
'category' => 'Category',
'tags' => 'Tags',
'deletePermanently' => 'Delete permanently',
'cancel' => 'Cancel',
'targetdate' => 'Target date',
'startdate' => 'Start date',
'tag' => 'Tag',
'under' => 'Under',
'symbol' => 'Symbol',
'code' => 'Code',
'iban' => 'IBAN',
'account_number' => 'Account number',
'creditCardNumber' => 'Credit card number',
'has_headers' => 'Headers',
'date_format' => 'Date format',
'specifix' => 'Bank- or file specific fixes',
'attachments[]' => 'Attachments',
'store_new_withdrawal' => 'Store new withdrawal',
'store_new_deposit' => 'Store new deposit',
'store_new_transfer' => 'Store new transfer',
'add_new_withdrawal' => 'Add a new withdrawal',
'add_new_deposit' => 'Add a new deposit',
'add_new_transfer' => 'Add a new transfer',
'title' => 'Title',
'notes' => 'Notes',
'filename' => 'File name',
'mime' => 'Mime type',
'size' => 'Size',
'trigger' => 'Trigger',
'stop_processing' => 'Stop processing',
'start_date' => 'Start of range',
'end_date' => 'End of range',
'include_attachments' => 'Include uploaded attachments',
'include_old_uploads' => 'Include imported data',
'delete_account' => 'Delete account ":name"',
'delete_bill' => 'Delete bill ":name"',
'delete_budget' => 'Delete budget ":name"',
'delete_category' => 'Delete category ":name"',
'delete_currency' => 'Delete currency ":name"',
'delete_journal' => 'Delete transaction with description ":description"',
'delete_attachment' => 'Delete attachment ":name"',
'delete_rule' => 'Delete rule ":title"',
'delete_rule_group' => 'Delete rule group ":title"',
'delete_link_type' => 'Delete link type ":name"',
'delete_user' => 'Delete user ":email"',
'delete_recurring' => 'Delete recurring transaction ":title"',
'user_areYouSure' => 'If you delete user ":email", everything will be gone. There is no undo, undelete or anything. If you delete yourself, you will lose access to this instance of Firefly III.',
'attachment_areYouSure' => 'Are you sure you want to delete the attachment named ":name"?',
'account_areYouSure' => 'Are you sure you want to delete the account named ":name"?',
'bill_areYouSure' => 'Are you sure you want to delete the bill named ":name"?',
'rule_areYouSure' => 'Are you sure you want to delete the rule titled ":title"?',
'ruleGroup_areYouSure' => 'Are you sure you want to delete the rule group titled ":title"?',
'budget_areYouSure' => 'Are you sure you want to delete the budget named ":name"?',
'category_areYouSure' => 'Are you sure you want to delete the category named ":name"?',
'recurring_areYouSure' => 'Are you sure you want to delete the recurring transaction titled ":title"?',
'currency_areYouSure' => 'Are you sure you want to delete the currency named ":name"?',
'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?',
'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 <a href=":source_link">:source</a> and <a href=":destination_link">:destination</a>?',
'linkType_areYouSure' => 'Are you sure you want to delete the link type ":name" (":inward" / ":outward")?',
'permDeleteWarning' => 'Deleting stuff from Firefly III is permanent and cannot be undone.',
'mass_make_selection' => 'You can still prevent items from being deleted by removing the checkbox.',
'delete_all_permanently' => 'Delete selected permanently',
'update_all_journals' => 'Update these transactions',
'also_delete_transactions' => 'The only transaction connected to this account will be deleted as well.|All :count transactions connected to this account will be deleted as well.',
'also_delete_connections' => 'The only transaction linked with this link type will lose this connection.|All :count transactions linked with this link type will lose their connection.',
'also_delete_rules' => 'The only rule connected to this rule group will be deleted as well.|All :count rules connected to this rule group will be deleted as well.',
'also_delete_piggyBanks' => 'The only piggy bank connected to this account will be deleted as well.|All :count piggy bank connected to this account will be deleted as well.',
'bill_keep_transactions' => 'The only transaction connected to this bill will not be deleted.|All :count transactions connected to this bill will be spared deletion.',
'budget_keep_transactions' => 'The only transaction connected to this budget will not be deleted.|All :count transactions connected to this budget will be spared deletion.',
'category_keep_transactions' => 'The only transaction connected to this category will not be deleted.|All :count transactions connected to this category will be spared deletion.',
'recurring_keep_transactions' => 'The only transaction created by this recurring transaction will not be deleted.|All :count transactions created by this recurring transaction will be spared deletion.',
'tag_keep_transactions' => 'The only transaction connected to this tag will not be deleted.|All :count transactions connected to this tag will be spared deletion.',
'check_for_updates' => 'Check for updates',
'email' => 'Email address',
'password' => 'Password',
'password_confirmation' => 'Password (again)',
'blocked' => 'Is blocked?',
'blocked_code' => 'Reason for block',
'login_name' => 'Login',
'is_owner' => 'Is admin?',
// import
'apply_rules' => 'Apply rules',
'artist' => 'Artist',
'album' => 'Album',
'song' => 'Song',
// admin
'domain' => 'Domain',
'single_user_mode' => 'Disable user registration',
'is_demo_site' => 'Is demo site',
// import
'import_file' => 'Import file',
'configuration_file' => 'Configuration file',
'import_file_type' => 'Import file type',
'csv_comma' => 'A comma (,)',
'csv_semicolon' => 'A semicolon (;)',
'csv_tab' => 'A tab (invisible)',
'csv_delimiter' => 'CSV field delimiter',
'csv_import_account' => 'Default import account',
'csv_config' => 'CSV import configuration',
'client_id' => 'Client ID',
'service_secret' => 'Service secret',
'app_secret' => 'App secret',
'app_id' => 'App ID',
'secret' => 'Secret',
'public_key' => 'Public key',
'country_code' => 'Country code',
'provider_code' => 'Bank or data-provider',
'fints_url' => 'FinTS API URL',
'fints_port' => 'Port',
'fints_bank_code' => 'Bank code',
'fints_username' => 'Username',
'fints_password' => 'PIN / Password',
'fints_account' => 'FinTS account',
'local_account' => 'Firefly III account',
'from_date' => 'Date from',
'to_date' => 'Date to',
'due_date' => 'Due date',
'payment_date' => 'Payment date',
'invoice_date' => 'Invoice date',
'internal_reference' => 'Internal reference',
'inward' => 'Inward description',
'outward' => 'Outward description',
'rule_group_id' => 'Rule group',
'transaction_description' => 'Transaction description',
'first_date' => 'First date',
'transaction_type' => 'Transaction type',
'repeat_until' => 'Repeat until',
'recurring_description' => 'Recurring transaction description',
'repetition_type' => 'Type of repetition',
'foreign_currency_id' => 'Foreign currency',
'repetition_end' => 'Repetition ends',
'repetitions' => 'Repetitions',
'calendar' => 'Calendar',
'weekend' => 'Weekend',
'client_secret' => 'Client secret',
'withdrawal_destination_id' => 'Destination account',
'deposit_source_id' => 'Source account',
'expected_on' => 'Expected on',
'paid' => 'Paid',
'auto_budget_type' => 'Auto-budget',
'auto_budget_amount' => 'Auto-budget amount',
'auto_budget_period' => 'Auto-budget period',
'collected' => 'Collected',
'submitted' => 'Submitted',
'key' => 'Key',
'value' => 'Content of record'
];

View File

@ -0,0 +1,320 @@
<?php
/**
* import.php
* Copyright (c) 2019 james@firefly-iii.org
*
* This file is part of Firefly III (https://github.com/firefly-iii).
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
declare(strict_types=1);
return [
// ALL breadcrumbs and subtitles:
'index_breadcrumb' => 'Import data into Firefly III',
'prerequisites_breadcrumb_fake' => 'Prerequisites for the fake import provider',
'prerequisites_breadcrumb_spectre' => 'Prerequisites for Spectre',
'prerequisites_breadcrumb_bunq' => 'Prerequisites for bunq',
'prerequisites_breadcrumb_ynab' => 'Prerequisites for YNAB',
'job_configuration_breadcrumb' => 'Configuration for ":key"',
'job_status_breadcrumb' => 'Import status for ":key"',
'disabled_for_demo_user' => 'disabled in demo',
// index page:
'general_index_intro' => 'Welcome to Firefly III\'s import routine. There are a few ways of importing data into Firefly III, displayed here as buttons.',
// notices about the CSV importer:
'deprecate_csv_import' => 'As outlined in <a href="https://www.patreon.com/posts/future-updates-30012174">this Patreon post</a>, the way Firefly III manages importing data is going to change. That means that the CSV importer will be moved to a new, separate tool. You can already beta-test this tool if you visit <a href="https://github.com/firefly-iii/csv-importer">this GitHub repository</a>. I would appreciate it if you would test the new importer and let me know what you think.',
'final_csv_import' => 'As outlined in <a href="https://www.patreon.com/posts/future-updates-30012174">this Patreon post</a>, the way Firefly III manages importing data is going to change. That means that this is the last version of Firefly III that will feature a CSV importer. A separated tool is available that you should try for yourself: <a href="https://github.com/firefly-iii/csv-importer">the Firefly III CSV importer</a>. I would appreciate it if you would test the new importer and let me know what you think.',
// import provider strings (index):
'button_fake' => 'Fake an import',
'button_file' => 'Import a file',
'button_bunq' => 'Import from bunq',
'button_spectre' => 'Import using Spectre',
'button_plaid' => 'Import using Plaid',
'button_yodlee' => 'Import using Yodlee',
'button_quovo' => 'Import using Quovo',
'button_ynab' => 'Import from You Need A Budget',
'button_fints' => 'Import using FinTS',
// prerequisites box (index)
'need_prereq_title' => 'Import prerequisites',
'need_prereq_intro' => 'Some import methods need your attention before they can be used. For example, they might require special API keys or application secrets. You can configure them here. The icon indicates if these prerequisites have been met.',
'do_prereq_fake' => 'Prerequisites for the fake provider',
'do_prereq_file' => 'Prerequisites for file imports',
'do_prereq_bunq' => 'Prerequisites for imports from bunq',
'do_prereq_spectre' => 'Prerequisites for imports using Spectre',
'do_prereq_plaid' => 'Prerequisites for imports using Plaid',
'do_prereq_yodlee' => 'Prerequisites for imports using Yodlee',
'do_prereq_quovo' => 'Prerequisites for imports using Quovo',
'do_prereq_ynab' => 'Prerequisites for imports from YNAB',
// prerequisites:
'prereq_fake_title' => 'Prerequisites for an import from the fake import provider',
'prereq_fake_text' => 'This fake provider requires a fake API key. It must be 32 characters long. You can use this one: 123456789012345678901234567890AA',
'prereq_spectre_title' => 'Prerequisites for an import using the Spectre API',
'prereq_spectre_text' => 'In order to import data using the Spectre API (v4), you must provide Firefly III with two secret values. They can be found on the <a href="https://www.saltedge.com/clients/profile/secrets">secrets page</a>.',
'prereq_spectre_pub' => 'Likewise, the Spectre API needs to know the public key you see below. Without it, it will not recognize you. Please enter this public key on your <a href="https://www.saltedge.com/clients/profile/secrets">secrets page</a>.',
'prereq_bunq_title' => 'Prerequisites for an import from bunq',
'prereq_bunq_text' => 'In order to import from bunq, you need to obtain an API key. You can do this through the app. Please note that the import function for bunq is in BETA. It has only been tested against the sandbox API.',
'prereq_bunq_ip' => 'bunq requires your externally facing IP address. Firefly III has tried to fill this in using <a href="https://www.ipify.org/">the ipify service</a>. Make sure this IP address is correct, or the import will fail.',
'prereq_ynab_title' => 'Prerequisites for an import from YNAB',
'prereq_ynab_text' => 'In order to be able to download transactions from YNAB, please create a new application on your <a href="https://app.youneedabudget.com/settings/developer">Developer Settings Page</a> and enter the client ID and secret on this page.',
'prereq_ynab_redirect' => 'To complete the configuration, enter the following URL at the <a href="https://app.youneedabudget.com/settings/developer">Developer Settings Page</a> under the "Redirect URI(s)".',
'callback_not_tls' => 'Firefly III has detected the following callback URI. It seems your server is not set up to accept TLS-connections (https). YNAB will not accept this URI. You may continue with the import (because Firefly III could be wrong) but please keep this in mind.',
// prerequisites success messages:
'prerequisites_saved_for_fake' => 'Fake API key stored successfully!',
'prerequisites_saved_for_spectre' => 'App ID and secret stored!',
'prerequisites_saved_for_bunq' => 'API key and IP stored!',
'prerequisites_saved_for_ynab' => 'YNAB client ID and secret stored!',
// job configuration:
'job_config_apply_rules_title' => 'Job configuration - apply your rules?',
'job_config_apply_rules_text' => 'Once the fake provider has run, your rules can be applied to the transactions. This adds time to the import.',
'job_config_input' => 'Your input',
// job configuration for the fake provider:
'job_config_fake_artist_title' => 'Enter album name',
'job_config_fake_artist_text' => 'Many import routines have a few configuration steps you must go through. In the case of the fake import provider, you must answer some weird questions. In this case, enter "David Bowie" to continue.',
'job_config_fake_song_title' => 'Enter song name',
'job_config_fake_song_text' => 'Mention the song "Golden years" to continue with the fake import.',
'job_config_fake_album_title' => 'Enter album name',
'job_config_fake_album_text' => 'Some import routines require extra data halfway through the import. In the case of the fake import provider, you must answer some weird questions. Enter "Station to station" to continue.',
// job configuration form the file provider
'job_config_file_upload_title' => 'Import setup (1/4) - Upload your file',
'job_config_file_upload_text' => 'This routine will help you import files from your bank into Firefly III. ',
'job_config_file_upload_help' => 'Select your file. Please make sure the file is UTF-8 encoded.',
'job_config_file_upload_config_help' => 'If you have previously imported data into Firefly III, you may have a configuration file, which will pre-set configuration values for you. For some banks, other users have kindly provided their <a href="https://github.com/firefly-iii/import-configurations/wiki">configuration file</a>',
'job_config_file_upload_type_help' => 'Select the type of file you will upload',
'job_config_file_upload_submit' => 'Upload files',
'import_file_type_csv' => 'CSV (comma separated values)',
'import_file_type_ofx' => 'OFX',
'file_not_utf8' => 'The file you have uploaded is not encoded as UTF-8 or ASCII. Firefly III cannot handle such files. Please use Notepad++ or Sublime to convert your file to UTF-8.',
'job_config_uc_title' => 'Import setup (2/4) - Basic file setup',
'job_config_uc_text' => 'To be able to import your file correctly, please validate the options below.',
'job_config_uc_header_help' => 'Check this box if the first row of your CSV file are the column titles.',
'job_config_uc_date_help' => 'Date time format in your file. Follow the format as <a href="https://secure.php.net/manual/en/datetime.createfromformat.php#refsect1-datetime.createfromformat-parameters">this page</a> indicates. The default value will parse dates that look like this: :dateExample.',
'job_config_uc_delimiter_help' => 'Choose the field delimiter that is used in your input file. If not sure, comma is the safest option.',
'job_config_uc_account_help' => 'If your file does NOT contain information about your asset account(s), use this dropdown to select to which account the transactions in the file belong to.',
'job_config_uc_apply_rules_title' => 'Apply rules',
'job_config_uc_apply_rules_text' => 'Applies your rules to every imported transaction. Note that this slows the import significantly.',
'job_config_uc_specifics_title' => 'Bank-specific options',
'job_config_uc_specifics_txt' => 'Some banks deliver badly formatted files. Firefly III can fix those automatically. If your bank delivers such files but it\'s not listed here, please open an issue on GitHub.',
'job_config_uc_submit' => 'Continue',
'invalid_import_account' => 'You have selected an invalid account to import into.',
'import_liability_select' => 'Liability',
// job configuration for Spectre:
'job_config_spectre_login_title' => 'Choose your login',
'job_config_spectre_login_text' => 'Firefly III has found :count existing login(s) in your Spectre account. Which one would you like to use to import from?',
'spectre_login_status_active' => 'Active',
'spectre_login_status_inactive' => 'Inactive',
'spectre_login_status_disabled' => 'Disabled',
'spectre_login_new_login' => 'Login with another bank, or one of these banks with different credentials.',
'job_config_spectre_accounts_title' => 'Select accounts to import from',
'job_config_spectre_accounts_text' => 'You have selected ":name" (:country). You have :count account(s) available from this provider. Please select the Firefly III asset account(s) where the transactions from these accounts should be stored. Remember, in order to import data both the Firefly III account and the ":name"-account must have the same currency.',
'spectre_do_not_import' => '(do not import)',
'spectre_no_mapping' => 'It seems you have not selected any accounts to import from.',
'imported_from_account' => 'Imported from ":account"',
'spectre_account_with_number' => 'Account :number',
'job_config_spectre_apply_rules' => 'Apply rules',
'job_config_spectre_apply_rules_text' => 'By default, your rules will be applied to the transactions created during this import routine. If you do not want this to happen, deselect this checkbox.',
// job configuration for bunq:
'job_config_bunq_accounts_title' => 'bunq accounts',
'job_config_bunq_accounts_text' => 'These are the accounts associated with your bunq account. Please select the accounts from which you want to import, and in which account the transactions must be imported.',
'bunq_no_mapping' => 'It seems you have not selected any accounts.',
'should_download_config' => 'You should download <a href=":route">the configuration file</a> for this job. This will make future imports way easier.',
'share_config_file' => 'If you have imported data from a public bank, you should <a href="https://github.com/firefly-iii/import-configurations/wiki">share your configuration file</a> so it will be easy for other users to import their data. Sharing your configuration file will not expose your financial details.',
'job_config_bunq_apply_rules' => 'Apply rules',
'job_config_bunq_apply_rules_text' => 'By default, your rules will be applied to the transactions created during this import routine. If you do not want this to happen, deselect this checkbox.',
'bunq_savings_goal' => 'Savings goal: :amount (:percentage%)',
'bunq_account_status_CANCELLED' => 'Closed bunq account',
'ynab_account_closed' => 'Account is closed!',
'ynab_account_deleted' => 'Account is deleted!',
'ynab_account_type_savings' => 'savings account',
'ynab_account_type_checking' => 'checking account',
'ynab_account_type_cash' => 'cash account',
'ynab_account_type_creditCard' => 'credit card',
'ynab_account_type_lineOfCredit' => 'line of credit',
'ynab_account_type_otherAsset' => 'other asset account',
'ynab_account_type_otherLiability' => 'other liabilities',
'ynab_account_type_payPal' => 'Paypal',
'ynab_account_type_merchantAccount' => 'merchant account',
'ynab_account_type_investmentAccount' => 'investment account',
'ynab_account_type_mortgage' => 'mortgage',
'ynab_do_not_import' => '(do not import)',
'job_config_ynab_apply_rules' => 'Apply rules',
'job_config_ynab_apply_rules_text' => 'By default, your rules will be applied to the transactions created during this import routine. If you do not want this to happen, deselect this checkbox.',
// job configuration for YNAB:
'job_config_ynab_select_budgets' => 'Select your budget',
'job_config_ynab_select_budgets_text' => 'You have :count budgets stored at YNAB. Please select the one from which Firefly III will import the transactions.',
'job_config_ynab_no_budgets' => 'There are no budgets available to be imported from.',
'ynab_no_mapping' => 'It seems you have not selected any accounts to import from.',
'job_config_ynab_bad_currency' => 'You cannot import from the following budget(s), because you do not have accounts with the same currency as these budgets.',
'job_config_ynab_accounts_title' => 'Select accounts',
'job_config_ynab_accounts_text' => 'You have the following accounts available in this budget. Please select from which accounts you want to import, and where the transactions should be stored.',
// keys from "extra" array:
'spectre_extra_key_iban' => 'IBAN',
'spectre_extra_key_swift' => 'SWIFT',
'spectre_extra_key_status' => 'Status',
'spectre_extra_key_card_type' => 'Card type',
'spectre_extra_key_account_name' => 'Account name',
'spectre_extra_key_client_name' => 'Client name',
'spectre_extra_key_account_number' => 'Account number',
'spectre_extra_key_blocked_amount' => 'Blocked amount',
'spectre_extra_key_available_amount' => 'Available amount',
'spectre_extra_key_credit_limit' => 'Credit limit',
'spectre_extra_key_interest_rate' => 'Interest rate',
'spectre_extra_key_expiry_date' => 'Expiry date',
'spectre_extra_key_open_date' => 'Open date',
'spectre_extra_key_current_time' => 'Current time',
'spectre_extra_key_current_date' => 'Current date',
'spectre_extra_key_cards' => 'Cards',
'spectre_extra_key_units' => 'Units',
'spectre_extra_key_unit_price' => 'Unit price',
'spectre_extra_key_transactions_count' => 'Transaction count',
//job configuration for finTS
'fints_connection_failed' => 'An error occurred while trying to connecting to your bank. Please make sure that all the data you entered is correct. Original error message: :originalError',
'job_config_fints_url_help' => 'E.g. https://banking-dkb.s-fints-pt-dkb.de/fints30',
'job_config_fints_username_help' => 'For many banks this is your account number.',
'job_config_fints_port_help' => 'The default port is 443.',
'job_config_fints_account_help' => 'Choose the bank account for which you want to import transactions.',
'job_config_local_account_help' => 'Choose the Firefly III account corresponding to your bank account chosen above.',
// specifics:
'specific_ing_name' => 'ING NL',
'specific_ing_descr' => 'Create better descriptions in ING exports',
'specific_sns_name' => 'SNS / Volksbank NL',
'specific_sns_descr' => 'Trim quotes from SNS / Volksbank export files',
'specific_abn_name' => 'ABN AMRO NL',
'specific_abn_descr' => 'Fixes potential problems with ABN AMRO files',
'specific_rabo_name' => 'Rabobank NL',
'specific_rabo_descr' => 'Fixes potential problems with Rabobank files',
'specific_pres_name' => 'President\'s Choice Financial CA',
'specific_pres_descr' => 'Fixes potential problems with PC files',
'specific_belfius_name' => 'Belfius BE',
'specific_belfius_descr' => 'Fixes potential problems with Belfius files',
'specific_ingbelgium_name' => 'ING BE',
'specific_ingbelgium_descr' => 'Fixes potential problems with ING Belgium files',
// job configuration for file provider (stage: roles)
'job_config_roles_title' => 'Import setup (3/4) - Define each column\'s role',
'job_config_roles_text' => 'Each column in your CSV file contains certain data. Please indicate what kind of data the importer should expect. The option to "map" data means that you will link each entry found in the column to a value in your database. An often mapped column is the column that contains the IBAN of the opposing account. That can be easily matched to IBAN\'s present in your database already.',
'job_config_roles_submit' => 'Continue',
'job_config_roles_column_name' => 'Name of column',
'job_config_roles_column_example' => 'Column example data',
'job_config_roles_column_role' => 'Column data meaning',
'job_config_roles_do_map_value' => 'Map these values',
'job_config_roles_no_example' => 'No example data available',
'job_config_roles_fa_warning' => 'If you mark a column as containing an amount in a foreign currency, you must also set the column that contains which currency it is.',
'job_config_roles_rwarning' => 'At the very least, mark one column as the amount-column. It is advisable to also select a column for the description, date and the opposing account.',
'job_config_roles_colum_count' => 'Column',
// job config for the file provider (stage: mapping):
'job_config_map_title' => 'Import setup (4/4) - Connect import data to Firefly III data',
'job_config_map_text' => 'In the following tables, the left value shows you information found in your uploaded file. It is your task to map this value, if possible, to a value already present in your database. Firefly will stick to this mapping. If there is no value to map to, or you do not wish to map the specific value, select nothing.',
'job_config_map_nothing' => 'There is no data present in your file that you can map to existing values. Please press "Start the import" to continue.',
'job_config_field_value' => 'Field value',
'job_config_field_mapped' => 'Mapped to',
'map_do_not_map' => '(do not map)',
'job_config_map_submit' => 'Start the import',
// import status page:
'import_with_key' => 'Import with key \':key\'',
'status_wait_title' => 'Please hold...',
'status_wait_text' => 'This box will disappear in a moment.',
'status_running_title' => 'The import is running',
'status_job_running' => 'Please wait, running the import...',
'status_job_storing' => 'Please wait, storing data...',
'status_job_rules' => 'Please wait, running rules...',
'status_fatal_title' => 'Fatal error',
'status_fatal_text' => 'The import has suffered from an error it could not recover from. Apologies!',
'status_fatal_more' => 'This (possibly very cryptic) error message is complemented by log files, which you can find on your hard drive, or in the Docker container where you run Firefly III from.',
'status_finished_title' => 'Import finished',
'status_finished_text' => 'The import has finished.',
'finished_with_errors' => 'There were some errors during the import. Please review them carefully.',
'unknown_import_result' => 'Unknown import result',
'result_no_transactions' => 'No transactions have been imported. Perhaps they were all duplicates is simply no transactions where present to be imported. Perhaps the log files can tell you what happened. If you import data regularly, this is normal.',
'result_one_transaction' => 'Exactly one transaction has been imported. It is stored under tag <a href=":route" class="label label-success" style="font-size:100%;font-weight:normal;">:tag</a> where you can inspect it further.',
'result_many_transactions' => 'Firefly III has imported :count transactions. They are stored under tag <a href=":route" class="label label-success" style="font-size:100%;font-weight:normal;">:tag</a> where you can inspect them further.',
// general errors and warnings:
'bad_job_status' => 'To access this page, your import job cannot have status ":status".',
// column roles for CSV import:
'column__ignore' => '(ignore this column)',
'column_account-iban' => 'Asset account (IBAN)',
'column_account-id' => 'Asset account ID (matching FF3)',
'column_account-name' => 'Asset account (name)',
'column_account-bic' => 'Asset account (BIC)',
'column_amount' => 'Amount',
'column_amount_foreign' => 'Amount (in foreign currency)',
'column_amount_debit' => 'Amount (debit column)',
'column_amount_credit' => 'Amount (credit column)',
'column_amount_negated' => 'Amount (negated column)',
'column_amount-comma-separated' => 'Amount (comma as decimal separator)',
'column_bill-id' => 'Bill ID (matching FF3)',
'column_bill-name' => 'Bill name',
'column_budget-id' => 'Budget ID (matching FF3)',
'column_budget-name' => 'Budget name',
'column_category-id' => 'Category ID (matching FF3)',
'column_category-name' => 'Category name',
'column_currency-code' => 'Currency code (ISO 4217)',
'column_foreign-currency-code' => 'Foreign currency code (ISO 4217)',
'column_currency-id' => 'Currency ID (matching FF3)',
'column_currency-name' => 'Currency name (matching FF3)',
'column_currency-symbol' => 'Currency symbol (matching FF3)',
'column_date-interest' => 'Interest calculation date',
'column_date-book' => 'Transaction booking date',
'column_date-process' => 'Transaction process date',
'column_date-transaction' => 'Date',
'column_date-due' => 'Transaction due date',
'column_date-payment' => 'Transaction payment date',
'column_date-invoice' => 'Transaction invoice date',
'column_description' => 'Description',
'column_opposing-iban' => 'Opposing account (IBAN)',
'column_opposing-bic' => 'Opposing account (BIC)',
'column_opposing-id' => 'Opposing account ID (matching FF3)',
'column_external-id' => 'External ID',
'column_opposing-name' => 'Opposing account (name)',
'column_rabo-debit-credit' => 'Rabobank specific debit/credit indicator',
'column_ing-debit-credit' => 'ING specific debit/credit indicator',
'column_generic-debit-credit' => 'Generic bank debit/credit indicator',
'column_sepa_ct_id' => 'SEPA end-to-end Identifier',
'column_sepa_ct_op' => 'SEPA Opposing Account Identifier',
'column_sepa_db' => 'SEPA Mandate Identifier',
'column_sepa_cc' => 'SEPA Clearing Code',
'column_sepa_ci' => 'SEPA Creditor Identifier',
'column_sepa_ep' => 'SEPA External Purpose',
'column_sepa_country' => 'SEPA Country Code',
'column_sepa_batch_id' => 'SEPA Batch ID',
'column_tags-comma' => 'Tags (comma separated)',
'column_tags-space' => 'Tags (space separated)',
'column_account-number' => 'Asset account (account number)',
'column_opposing-number' => 'Opposing account (account number)',
'column_note' => 'Note(s)',
'column_internal-reference' => 'Internal reference',
// error message
'duplicate_row' => 'Row #:row (":description") could not be imported. It already exists.',
];

View File

@ -0,0 +1,160 @@
<?php
/**
* intro.php
* Copyright (c) 2019 james@firefly-iii.org
*
* This file is part of Firefly III (https://github.com/firefly-iii).
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
declare(strict_types=1);
return [
// index
'index_intro' => 'Welcome to the index page of Firefly III. Please take the time to walk through this intro to get a feeling of how Firefly III works.',
'index_accounts-chart' => 'This chart shows the current balance of your asset accounts. You can select the accounts visible here in your preferences.',
'index_box_out_holder' => 'This little box and the boxes next to this one will give you a quick overview of your financial situation.',
'index_help' => 'If you ever need help with a page or a form, press this button.',
'index_outro' => 'Most pages of Firefly III will start with a little tour like this one. Please contact me when you have questions or comments. Enjoy!',
'index_sidebar-toggle' => 'To create new transactions, accounts or other things, use the menu under this icon.',
'index_cash_account' => 'These are the accounts created so far. You can use the cash account to track cash expenses but it\'s not mandatory of course.',
// transactions (withdrawal)
'transactions_create_withdrawal_source' => 'Select your favorite asset account or liability from this dropdown.',
'transactions_create_withdrawal_destination' => 'Select an expense account here. Leave it empty if you want to make a cash expense.',
'transactions_create_withdrawal_foreign_currency' => 'Use this field to set a foreign currency and amount.',
'transactions_create_withdrawal_more_meta' => 'Plenty of other meta data you set in these fields.',
'transactions_create_withdrawal_split_add' => 'If you want to split a transaction, add more splits with this button',
// transactions (deposit)
'transactions_create_deposit_source' => 'Select or type the payee in this auto-completing dropdown/textbox. Leave it empty if you want to make a cash deposit.',
'transactions_create_deposit_destination' => 'Select an asset or liability account here.',
'transactions_create_deposit_foreign_currency' => 'Use this field to set a foreign currency and amount.',
'transactions_create_deposit_more_meta' => 'Plenty of other meta data you set in these fields.',
'transactions_create_deposit_split_add' => 'If you want to split a transaction, add more splits with this button',
// transactions (transfer)
'transactions_create_transfer_source' => 'Select the source asset account here.',
'transactions_create_transfer_destination' => 'Select the destination asset account here.',
'transactions_create_transfer_foreign_currency' => 'Use this field to set a foreign currency and amount.',
'transactions_create_transfer_more_meta' => 'Plenty of other meta data you set in these fields.',
'transactions_create_transfer_split_add' => 'If you want to split a transaction, add more splits with this button',
// create account:
'accounts_create_iban' => 'Give your accounts a valid IBAN. This could make a data import very easy in the future.',
'accounts_create_asset_opening_balance' => 'Assets accounts may have an "opening balance", indicating the start of this account\'s history in Firefly III.',
'accounts_create_asset_currency' => 'Firefly III supports multiple currencies. Asset accounts have one main currency, which you must set here.',
'accounts_create_asset_virtual' => 'It can sometimes help to give your account a virtual balance: an extra amount always added to or removed from the actual balance.',
// budgets index
'budgets_index_intro' => 'Budgets are used to manage your finances and form one of the core functions of Firefly III.',
'budgets_index_set_budget' => 'Set your total budget for every period so Firefly III can tell you if you have budgeted all available money.',
'budgets_index_see_expenses_bar' => 'Spending money will slowly fill this bar.',
'budgets_index_navigate_periods' => 'Navigate through periods to easily set budgets ahead of time.',
'budgets_index_new_budget' => 'Create new budgets as you see fit.',
'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.',
// 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.',
'reports_index_inputAccountsSelect' => 'You can exclude or include asset accounts as you see fit.',
'reports_index_inputDateRange' => 'The selected date range is entirely up to you: from one day to 10 years.',
'reports_index_extra-options-box' => 'Depending on the report you have selected, you can select extra filters and options here. Watch this box when you change report types.',
// reports (reports)
'reports_report_default_intro' => 'This report will give you a quick and comprehensive overview of your finances. If you wish to see anything else, please don\'t hestitate to contact me!',
'reports_report_audit_intro' => 'This report will give you detailed insights in your asset accounts.',
'reports_report_audit_optionsBox' => 'Use these check boxes to show or hide the columns you are interested in.',
'reports_report_category_intro' => 'This report will give you insight in one or multiple categories.',
'reports_report_category_pieCharts' => 'These charts will give you insight in expenses and income per category or per account.',
'reports_report_category_incomeAndExpensesChart' => 'This chart shows your expenses and income per category.',
'reports_report_tag_intro' => 'This report will give you insight in one or multiple tags.',
'reports_report_tag_pieCharts' => 'These charts will give you insight in expenses and income per tag, account, category or budget.',
'reports_report_tag_incomeAndExpensesChart' => 'This chart shows your expenses and income per tag.',
'reports_report_budget_intro' => 'This report will give you insight in one or multiple budgets.',
'reports_report_budget_pieCharts' => 'These charts will give you insight in expenses per budget or per account.',
'reports_report_budget_incomeAndExpensesChart' => 'This chart shows your expenses per budget.',
// create transaction
'transactions_create_switch_box' => 'Use these buttons to quickly switch the type of transaction you wish to save.',
'transactions_create_ffInput_category' => 'You can freely type in this field. Previously created categories will be suggested.',
'transactions_create_withdrawal_ffInput_budget' => 'Link your withdrawal to a budget for better financial control.',
'transactions_create_withdrawal_currency_dropdown_amount' => 'Use this dropdown when your withdrawal is in another currency.',
'transactions_create_deposit_currency_dropdown_amount' => 'Use this dropdown when your deposit is in another currency.',
'transactions_create_transfer_ffInput_piggy_bank_id' => 'Select a piggy bank and link this transfer to your savings.',
// piggy banks index:
'piggy-banks_index_saved' => 'This field shows you how much you\'ve saved in each piggy bank.',
'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.',
// 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.',
// show piggy
'piggy-banks_show_piggyChart' => 'This chart will show the history of this piggy bank.',
'piggy-banks_show_piggyDetails' => 'Some details about your piggy bank',
'piggy-banks_show_piggyEvents' => 'Any additions or removals are also listed here.',
// bill index
'bills_index_rules' => 'Here you see which rules will check if this bill is hit',
'bills_index_paid_in_period' => 'This field indicates when the bill was last paid.',
'bills_index_expected_in_period' => 'This field indicates for each bill if and when the next bill is expected to hit.',
// show bill
'bills_show_billInfo' => 'This table shows some general information about this bill.',
'bills_show_billButtons' => 'Use this button to re-scan old transactions so they will be matched to this bill.',
'bills_show_billChart' => 'This chart shows the transactions linked to this bill.',
// create bill
'bills_create_intro' => 'Use bills to track the amount of money you\'re due every period. Think about expenses like rent, insurance or mortgage payments.',
'bills_create_name' => 'Use a descriptive name such as "Rent" or "Health insurance".',
//'bills_create_match' => 'To match transactions, use terms from those transactions or the expense account involved. All words must match.',
'bills_create_amount_min_holder' => 'Select a minimum and maximum amount for this bill.',
'bills_create_repeat_freq_holder' => 'Most bills repeat monthly, but you can set another frequency here.',
'bills_create_skip_holder' => 'If a bill repeats every 2 weeks, the "skip"-field should be set to "1" to skip every other week.',
// rules index
'rules_index_intro' => 'Firefly III allows you to manage rules, that will automagically be applied to any transaction you create or edit.',
'rules_index_new_rule_group' => 'You can combine rules in groups for easier management.',
'rules_index_new_rule' => 'Create as many rules as you like.',
'rules_index_prio_buttons' => 'Order them any way you see fit.',
'rules_index_test_buttons' => 'You can test your rules or apply them to existing transactions.',
'rules_index_rule-triggers' => 'Rules have "triggers" and "actions" that you can order by drag-and-drop.',
'rules_index_outro' => 'Be sure to check out the help pages using the (?) icon in the top right!',
// create rule:
'rules_create_mandatory' => 'Choose a descriptive title, and set when the rule should be fired.',
'rules_create_ruletriggerholder' => 'Add as many triggers as you like, but remember that ALL triggers must match before any actions are fired.',
'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.',
// preferences
'preferences_index_tabs' => 'More options are available behind these tabs.',
// currencies
'currencies_index_intro' => 'Firefly III supports multiple currencies, which you can change on this page.',
'currencies_index_default' => 'Firefly III has one default currency.',
'currencies_index_buttons' => 'Use these buttons to change the default currency or enable other currencies.',
// create currency
'currencies_create_code' => 'This code should be ISO compliant (Google it for your new currency).',
];

View File

@ -0,0 +1,140 @@
<?php
/**
* list.php
* Copyright (c) 2019 james@firefly-iii.org
*
* This file is part of Firefly III (https://github.com/firefly-iii).
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
declare(strict_types=1);
return [
'buttons' => 'Buttons',
'icon' => 'Icon',
'id' => 'ID',
'create_date' => 'Created at',
'update_date' => 'Updated at',
'updated_at' => 'Updated at',
'balance_before' => 'Balance before',
'balance_after' => 'Balance after',
'name' => 'Name',
'role' => 'Role',
'currentBalance' => 'Current balance',
'linked_to_rules' => 'Relevant rules',
'active' => 'Is active?',
'percentage' => 'pct.',
'next_due' => 'Next due',
'transaction_type' => 'Type',
'lastActivity' => 'Last activity',
'balanceDiff' => 'Balance difference',
'matchesOn' => 'Matched on',
'other_meta_data' => 'Other meta data',
'account_type' => 'Account type',
'created_at' => 'Created at',
'account' => 'Account',
'matchingAmount' => 'Amount',
'split_number' => 'Split #',
'destination' => 'Destination',
'source' => 'Source',
'next_expected_match' => 'Next expected match',
'automatch' => 'Auto match?',
'repeat_freq' => 'Repeats',
'description' => 'Description',
'amount' => 'Amount',
'internal_reference' => 'Internal reference',
'date' => 'Date',
'interest_date' => 'Interest date',
'book_date' => 'Book date',
'process_date' => 'Processing date',
'due_date' => 'Due date',
'payment_date' => 'Payment date',
'invoice_date' => 'Invoice date',
'interal_reference' => 'Internal reference',
'notes' => 'Notes',
'from' => 'From',
'piggy_bank' => 'Piggy bank',
'to' => 'To',
'budget' => 'Budget',
'category' => 'Category',
'bill' => 'Bill',
'withdrawal' => 'Withdrawal',
'deposit' => 'Deposit',
'transfer' => 'Transfer',
'type' => 'Type',
'completed' => 'Completed',
'iban' => 'IBAN',
'paid_current_period' => 'Paid this period',
'email' => 'Email',
'registered_at' => 'Registered at',
'is_blocked' => 'Is blocked',
'is_admin' => 'Is admin',
'has_two_factor' => 'Has 2FA',
'blocked_code' => 'Block code',
'source_account' => 'Source account',
'destination_account' => 'Destination account',
'accounts_count' => 'Number of accounts',
'journals_count' => 'Number of transactions',
'attachments_count' => 'Number of attachments',
'bills_count' => 'Number of bills',
'categories_count' => 'Number of categories',
'import_jobs_count' => 'Number of import jobs',
'budget_count' => 'Number of budgets',
'rule_and_groups_count' => 'Number of rules and rule groups',
'tags_count' => 'Number of tags',
'tags' => 'Tags',
'inward' => 'Inward description',
'outward' => 'Outward description',
'number_of_transactions' => 'Number of transactions',
'total_amount' => 'Total amount',
'sum' => 'Sum',
'sum_excluding_transfers' => 'Sum (excluding transfers)',
'sum_withdrawals' => 'Sum of withdrawals',
'sum_deposits' => 'Sum of deposits',
'sum_transfers' => 'Sum of transfers',
'sum_reconciliations' => 'Sum of reconciliations',
'reconcile' => 'Reconcile',
'account_on_spectre' => 'Account (Spectre)',
'account_on_ynab' => 'Account (YNAB)',
'do_import' => 'Import from this account',
'sepa_ct_id' => 'SEPA End to End Identifier',
'sepa_ct_op' => 'SEPA Opposing Account Identifier',
'sepa_db' => 'SEPA Mandate Identifier',
'sepa_country' => 'SEPA Country',
'sepa_cc' => 'SEPA Clearing Code',
'sepa_ep' => 'SEPA External Purpose',
'sepa_ci' => 'SEPA Creditor Identifier',
'sepa_batch_id' => 'SEPA Batch ID',
'external_id' => 'External ID',
'account_at_bunq' => 'Account with bunq',
'file_name' => 'File name',
'file_size' => 'File size',
'file_type' => 'File type',
'attached_to' => 'Attached to',
'file_exists' => 'File exists',
'spectre_bank' => 'Bank',
'spectre_last_use' => 'Last login',
'spectre_status' => 'Status',
'bunq_payment_id' => 'bunq payment ID',
'repetitions' => 'Repetitions',
'title' => 'Title',
'transaction_s' => 'Transaction(s)',
'field' => 'Field',
'value' => 'Value',
'interest' => 'Interest',
'interest_period' => 'interest period',
'liability_type' => 'Type of liability',
];

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,28 @@
<?php
/**
* pagination.php
* Copyright (c) 2019 james@firefly-iii.org
*
* This file is part of Firefly III (https://github.com/firefly-iii).
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
declare(strict_types=1);
return [
'previous' => '&laquo; Previous',
'next' => 'Next &raquo;',
];

View File

@ -0,0 +1,32 @@
<?php
/**
* passwords.php
* Copyright (c) 2019 james@firefly-iii.org
*
* This file is part of Firefly III (https://github.com/firefly-iii).
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
declare(strict_types=1);
return [
'password' => 'Passwords must be at least six characters and match the confirmation.',
'user' => 'We can\'t find a user with that e-mail address.',
'token' => 'This password reset token is invalid.',
'sent' => 'We have e-mailed your password reset link!',
'reset' => 'Your password has been reset!',
'blocked' => 'Nice try though.',
];

View File

@ -0,0 +1,208 @@
<?php
/**
* validation.php
* Copyright (c) 2019 james@firefly-iii.org
*
* This file is part of Firefly III (https://github.com/firefly-iii).
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation, either version 3 of the
* License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
declare(strict_types=1);
return [
'iban' => 'This is not a valid IBAN.',
'zero_or_more' => 'The value cannot be negative.',
'date_or_time' => 'The value must be a valid date or time value (ISO 8601).',
'source_equals_destination' => 'The source account equals the destination account.',
'unique_account_number_for_user' => 'It looks like this account number is already in use.',
'unique_iban_for_user' => 'It looks like this IBAN is already in use.',
'deleted_user' => 'Due to security constraints, you cannot register using this email address.',
'rule_trigger_value' => 'This value is invalid for the selected trigger.',
'rule_action_value' => 'This value is invalid for the selected action.',
'file_already_attached' => 'Uploaded file ":name" is already attached to this object.',
'file_attached' => 'Successfully uploaded file ":name".',
'must_exist' => 'The ID in field :attribute does not exist in the database.',
'all_accounts_equal' => 'All accounts in this field must be equal.',
'group_title_mandatory' => 'A group title is mandatory when there is more than one transaction.',
'transaction_types_equal' => 'All splits must be of the same type.',
'invalid_transaction_type' => 'Invalid transaction type.',
'invalid_selection' => 'Your selection is invalid.',
'belongs_user' => 'This value is invalid for this field.',
'at_least_one_transaction' => 'Need at least one transaction.',
'at_least_one_repetition' => 'Need at least one repetition.',
'require_repeat_until' => 'Require either a number of repetitions, or an end date (repeat_until). Not both.',
'require_currency_info' => 'The content of this field is invalid without currency information.',
'not_transfer_account' => 'This account is not an account that can be used for transfers.',
'require_currency_amount' => 'The content of this field is invalid without foreign amount information.',
'equal_description' => 'Transaction description should not equal global description.',
'file_invalid_mime' => 'File ":name" is of type ":mime" which is not accepted as a new upload.',
'file_too_large' => 'File ":name" is too large.',
'belongs_to_user' => 'The value of :attribute is unknown.',
'accepted' => 'The :attribute must be accepted.',
'bic' => 'This is not a valid BIC.',
'at_least_one_trigger' => 'Rule must have at least one trigger.',
'at_least_one_action' => 'Rule must have at least one action.',
'base64' => 'This is not valid base64 encoded data.',
'model_id_invalid' => 'The given ID seems invalid for this model.',
'more' => ':attribute must be larger than ":more".',
'less' => ':attribute must be less than 10,000,000',
'active_url' => 'The :attribute is not a valid URL.',
'after' => 'The :attribute must be a date after :date.',
'alpha' => 'The :attribute may only contain letters.',
'alpha_dash' => 'The :attribute may only contain letters, numbers, and dashes.',
'alpha_num' => 'The :attribute may only contain letters and numbers.',
'array' => 'The :attribute must be an array.',
'unique_for_user' => 'There already is an entry with this :attribute.',
'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.',
'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.',
'between.array' => 'The :attribute must have between :min and :max items.',
'boolean' => 'The :attribute field must be true or false.',
'confirmed' => 'The :attribute confirmation does not match.',
'date' => 'The :attribute is not a valid date.',
'date_format' => 'The :attribute does not match the format :format.',
'different' => 'The :attribute and :other must be different.',
'digits' => 'The :attribute must be :digits digits.',
'digits_between' => 'The :attribute must be between :min and :max digits.',
'email' => 'The :attribute must be a valid email address.',
'filled' => 'The :attribute field is required.',
'exists' => 'The selected :attribute is invalid.',
'image' => 'The :attribute must be an image.',
'in' => 'The selected :attribute is invalid.',
'integer' => 'The :attribute must be an integer.',
'ip' => 'The :attribute must be a valid IP address.',
'json' => 'The :attribute must be a valid JSON string.',
'max.numeric' => 'The :attribute may not be greater than :max.',
'max.file' => 'The :attribute may not be greater than :max kilobytes.',
'max.string' => 'The :attribute may not be greater than :max characters.',
'max.array' => 'The :attribute may not have more than :max items.',
'mimes' => 'The :attribute must be a file of type: :values.',
'min.numeric' => 'The :attribute must be at least :min.',
'lte.numeric' => 'The :attribute must be less than or equal :value.',
'min.file' => 'The :attribute must be at least :min kilobytes.',
'min.string' => 'The :attribute must be at least :min characters.',
'min.array' => 'The :attribute must have at least :min items.',
'not_in' => 'The selected :attribute is invalid.',
'numeric' => 'The :attribute must be a number.',
'numeric_native' => 'The native amount must be a number.',
'numeric_destination' => 'The destination amount must be a number.',
'numeric_source' => 'The source amount must be a number.',
'regex' => 'The :attribute format is invalid.',
'required' => 'The :attribute field is required.',
'required_if' => 'The :attribute field is required when :other is :value.',
'required_unless' => 'The :attribute field is required unless :other is in :values.',
'required_with' => 'The :attribute field is required when :values is present.',
'required_with_all' => 'The :attribute field is required when :values is present.',
'required_without' => 'The :attribute field is required when :values is not present.',
'required_without_all' => 'The :attribute field is required when none of :values are present.',
'same' => 'The :attribute and :other must match.',
'size.numeric' => 'The :attribute must be :size.',
'amount_min_over_max' => 'The minimum amount cannot be larger than the maximum amount.',
'size.file' => 'The :attribute must be :size kilobytes.',
'size.string' => 'The :attribute must be :size characters.',
'size.array' => 'The :attribute must contain :size items.',
'unique' => 'The :attribute has already been taken.',
'string' => 'The :attribute must be a string.',
'url' => 'The :attribute format is invalid.',
'timezone' => 'The :attribute must be a valid zone.',
'2fa_code' => 'The :attribute field is invalid.',
'dimensions' => 'The :attribute has invalid image dimensions.',
'distinct' => 'The :attribute field has a duplicate value.',
'file' => 'The :attribute must be a file.',
'in_array' => 'The :attribute field does not exist in :other.',
'present' => 'The :attribute field must be present.',
'amount_zero' => 'The total amount cannot be zero.',
'current_target_amount' => 'The current amount must be less than the target amount.',
'unique_piggy_bank_for_user' => 'The name of the piggy bank must be unique.',
'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.',
'invalid_account_info' => 'Invalid account information.',
'attributes' => [
'email' => 'email address',
'description' => 'description',
'amount' => 'amount',
'name' => 'name',
'piggy_bank_id' => 'piggy bank ID',
'targetamount' => 'target amount',
'opening_balance_date' => 'opening balance date',
'opening_balance' => 'opening balance',
'match' => 'match',
'amount_min' => 'minimum amount',
'amount_max' => 'maximum amount',
'title' => 'title',
'tag' => 'tag',
'transaction_description' => 'transaction description',
'rule-action-value.1' => 'rule action value #1',
'rule-action-value.2' => 'rule action value #2',
'rule-action-value.3' => 'rule action value #3',
'rule-action-value.4' => 'rule action value #4',
'rule-action-value.5' => 'rule action value #5',
'rule-action.1' => 'rule action #1',
'rule-action.2' => 'rule action #2',
'rule-action.3' => 'rule action #3',
'rule-action.4' => 'rule action #4',
'rule-action.5' => 'rule action #5',
'rule-trigger-value.1' => 'rule trigger value #1',
'rule-trigger-value.2' => 'rule trigger value #2',
'rule-trigger-value.3' => 'rule trigger value #3',
'rule-trigger-value.4' => 'rule trigger value #4',
'rule-trigger-value.5' => 'rule trigger value #5',
'rule-trigger.1' => 'rule trigger #1',
'rule-trigger.2' => 'rule trigger #2',
'rule-trigger.3' => 'rule trigger #3',
'rule-trigger.4' => 'rule trigger #4',
'rule-trigger.5' => 'rule trigger #5',
],
// validation of accounts:
'withdrawal_source_need_data' => 'Need to get a valid source account ID and/or valid source account name to continue.',
'withdrawal_source_bad_data' => 'Could not find a valid source account when searching for ID ":id" or name ":name".',
'withdrawal_dest_need_data' => 'Need to get a valid destination account ID and/or valid destination account name to continue.',
'withdrawal_dest_bad_data' => 'Could not find a valid destination account when searching for ID ":id" or name ":name".',
'deposit_source_need_data' => 'Need to get a valid source account ID and/or valid source account name to continue.',
'deposit_source_bad_data' => 'Could not find a valid source account when searching for ID ":id" or name ":name".',
'deposit_dest_need_data' => 'Need to get a valid destination account ID and/or valid destination account name to continue.',
'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.',
'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.',
'transfer_dest_bad_data' => 'Could not find a valid destination account when searching for ID ":id" or name ":name".',
'need_id_in_edit' => 'Each split must have transaction_journal_id (either valid ID or 0).',
'ob_source_need_data' => 'Need to get a valid source account ID and/or valid source account name to continue.',
'ob_dest_need_data' => 'Need to get a valid destination account ID and/or valid destination account name to continue.',
'ob_dest_bad_data' => 'Could not find a valid destination account when searching for ID ":id" or name ":name".',
'generic_invalid_source' => 'You can\'t use this account as the source account.',
'generic_invalid_destination' => 'You can\'t use this account as the destination account.',
'gte.numeric' => 'The :attribute must be greater than or equal to :value.',
'gte.file' => 'The :attribute must be greater than or equal to :value kilobytes.',
'gte.string' => 'The :attribute must be greater than or equal to :value characters.',
'gte.array' => 'The :attribute must have :value items or more.',
'amount_required_for_auto_budget' => 'The amount is required.',
'auto_budget_amount_positive' => 'The amount must be more than zero.',
'auto_budget_period_mandatory' => 'The auto budget period is a mandatory field.',
];

View File

@ -526,6 +526,7 @@ return [
'create_rule_from_transaction' => 'Create rule based on transaction',
// preferences
'equal_to_language' => '(equal to language)',
'pref_home_screen_accounts' => 'Home screen accounts',
'pref_home_screen_accounts_help' => 'Which accounts should be displayed on the home page?',
'pref_view_range' => 'View range',
@ -537,7 +538,9 @@ return [
'pref_6M' => 'Six months',
'pref_1Y' => 'One year',
'pref_languages' => 'Languages',
'pref_locale' => 'Locale settings',
'pref_languages_help' => 'Firefly III supports several languages. Which one do you prefer?',
'pref_locale_help' => 'Firefly III allows you to set other local settings, like how currencies, numbers and dates are formatted. Entries in this list may not be supported by your system. Firefly III doesn\'t have the correct date settings for every locale; contact me for improvements.',
'pref_custom_fiscal_year' => 'Fiscal year settings',
'pref_custom_fiscal_year_label' => 'Enabled',
'pref_custom_fiscal_year_help' => 'In countries that use a financial year other than January 1 to December 31, you can switch this on and specify start / end days of the fiscal year',

File diff suppressed because one or more lines are too long

View File

@ -526,6 +526,7 @@ return [
'create_rule_from_transaction' => 'Crear regla basada en la transacción',
// preferences
'equal_to_language' => '(equal to language)',
'pref_home_screen_accounts' => 'Cuentas de la pantalla de inicio',
'pref_home_screen_accounts_help' => '¿Qué cuentas se deben mostrar en la página de inicio?',
'pref_view_range' => 'Rango de vision',
@ -537,7 +538,9 @@ return [
'pref_6M' => 'Seis meses',
'pref_1Y' => 'Un año',
'pref_languages' => 'Idiomas',
'pref_locale' => 'Locale settings',
'pref_languages_help' => 'Firefly III apoya varios idiomas. cual usted prefiere?',
'pref_locale_help' => 'Firefly III allows you to set other local settings, like how currencies and numbers are formatted. Please note that this list can be very long as it is generated by your system.',
'pref_custom_fiscal_year' => 'Configuraciónes del año fiscal',
'pref_custom_fiscal_year_label' => 'Habilitado',
'pref_custom_fiscal_year_help' => 'En países que utilizan año fiscal diferente del 1 al 31 de diciembre, usted puede cambiarlo y especificar los días de inicio / y termino del año fiscal',

File diff suppressed because one or more lines are too long

View File

@ -526,6 +526,7 @@ return [
'create_rule_from_transaction' => 'Luo tapahtumaan perustuva sääntö',
// preferences
'equal_to_language' => '(equal to language)',
'pref_home_screen_accounts' => 'Etusivun tilit',
'pref_home_screen_accounts_help' => 'Mitkä tilit näytetään etusivulla?',
'pref_view_range' => 'Tarkasteltava jakso',
@ -537,7 +538,9 @@ return [
'pref_6M' => 'Kuusi kuukautta',
'pref_1Y' => 'Yksi vuosi',
'pref_languages' => 'Kielet',
'pref_locale' => 'Locale settings',
'pref_languages_help' => 'Firefly III tukee useita kieliä. Mitä niistä haluat käyttää?',
'pref_locale_help' => 'Firefly III allows you to set other local settings, like how currencies and numbers are formatted. Please note that this list can be very long as it is generated by your system.',
'pref_custom_fiscal_year' => 'Tilikauden asetukset',
'pref_custom_fiscal_year_label' => 'Käytössä',
'pref_custom_fiscal_year_help' => 'Maissa joiden tilikausi on jokin muu kuin Tammikuun 1:stä Joulukuun 31:seen päivään, voit valita tämän ja määrittää tilikauden aloitus- ja lopetuspäivän',
@ -1451,7 +1454,7 @@ return [
'tools_index_intro' => 'Tietojen tuomiseen Firefly III:een on olemassa useita työkaluja. Löydät ne alta. Lisätietoja on <a href="https://docs.firefly-iii.org/importing-data/introduction"> tällä sivulla </a>.',
'firefly_iii_csv_importer_name' => 'Firefly III CSV tuoja',
'firefly_iii_bunq_importer_name' => 'Firefly III bunq 🌈 tuoja',
'firefly_iii_ynab_importer_name' => 'Firefly III YNAB importer',
'firefly_iii_ynab_importer_name' => 'Firefly III YNAB tuoja',
'ludo_revolut_importer_name' => 'Ludo444:n Revolut-tuontityökalu',
//
// sandstorm.io errors and messages:

File diff suppressed because one or more lines are too long

View File

@ -526,6 +526,7 @@ return [
'create_rule_from_transaction' => 'Créer une règle basée sur une opération',
// preferences
'equal_to_language' => '(equal to language)',
'pref_home_screen_accounts' => 'Comptes de lécran daccueil',
'pref_home_screen_accounts_help' => 'Quels sont les comptes à afficher sur la page daccueil ?',
'pref_view_range' => 'Voir l\'étendue',
@ -537,7 +538,9 @@ return [
'pref_6M' => 'Six mois',
'pref_1Y' => 'Un an',
'pref_languages' => 'Langues',
'pref_locale' => 'Locale settings',
'pref_languages_help' => 'Firefly III prend en charge plusieurs langues. Laquelle préférez-vous ?',
'pref_locale_help' => 'Firefly III allows you to set other local settings, like how currencies and numbers are formatted. Please note that this list can be very long as it is generated by your system.',
'pref_custom_fiscal_year' => 'Paramètres fiscaux de l\'année',
'pref_custom_fiscal_year_label' => 'Activé',
'pref_custom_fiscal_year_help' => 'Dans les pays qui utilisent une année financière autre que du 1er janvier au 31 décembre, vous pouvez la changer en spécifiant le jour de début et de fin de l\'année fiscale',

File diff suppressed because one or more lines are too long

View File

@ -94,12 +94,12 @@ return [
'two_factor_forgot_title' => 'Elvesztett kétlépcsős hitelesítés',
'two_factor_forgot' => 'Elfelejtett kétlépcsős azonosítás.',
'two_factor_lost_header' => 'Elvesztett kétlépcsős hitelesítés?',
'two_factor_lost_intro' => 'If you lost your backup codes as well, you have bad luck. This is not something you can fix from the web interface. You have two choices.',
'two_factor_lost_intro' => 'Ha a biztonsági kódok is elvesztek, akkor bajban vagy. Ezt nem lehet a webes felületről megjavítani, így két lehetőséged van.',
'two_factor_lost_fix_self' => 'Ha a Firefly III saját példányként fut javasolt elolvasni <a href="https://docs.firefly-iii.org/faq/other#i-lost-my-two-factor-authentication-codes-and-backup-codes">ezt a FAQ bejegyzést</a> további instrukciókért.',
'two_factor_lost_fix_owner' => 'Ellenkező esetben emailt kell küldeni a webhely tulajdonosának a <a href="mailto::site_owner">:site_owner</a> címre, és meg kell kérni, hogy állítsa vissza a kétfaktoros hitelesítést.',
'mfa_backup_code' => 'You have used a backup code to login to Firefly III. It can\'t be used again, so cross it from your list.',
'pref_two_factor_new_backup_codes' => 'Get new backup codes',
'pref_two_factor_backup_code_count' => 'You have :count valid backup code(s).',
'mfa_backup_code' => 'A biztonsági kód fel lett használva a Firefly III-hoz. Ezt többé nem használhatod fel, így a listáról ez kihúzható.',
'pref_two_factor_new_backup_codes' => 'Új biztonsági kódok igénylése',
'pref_two_factor_backup_code_count' => ':count érvényes biztonsági kód áll rendelkezésre.',
'2fa_i_have_them' => 'Eltároltam!',
'warning_much_data' => ':days napi adat betöltése eltarthat egy ideig.',
'registered' => 'A regisztráció sikeres!',
@ -125,8 +125,8 @@ return [
'sum_of_income' => 'Jövedelem összege',
'liabilities' => 'Kötelezettségek',
'spent_in_specific_budget' => 'Költés ":budget" költségkeretben',
'spent_in_specific_double' => 'Spent in account(s) ":account"',
'earned_in_specific_double' => 'Earned in account(s) ":account"',
'spent_in_specific_double' => 'A(z) ":account" fiók(ok)on elköltött',
'earned_in_specific_double' => 'A(z) ":account" fiók(ok)on megkeresett',
'source_account' => 'Forrás számla',
'source_account_reconciliation' => 'Nem lehet szerkeszteni egy egyeztetett tranzakció forrásszámláját.',
'destination_account' => 'Célszámla',
@ -244,7 +244,7 @@ return [
'admin_update_channel_explain' => 'A Firefly III-hoz három frissítési csatorna létezik, melyek meghatározzák, hogy a felhasználók mennyivel járnak előbbre a funkciók, fejlesztések és hibák szempontjából. A kalandvágyók használhatják a "beta" csatornát, míg azok akik szeretnek veszélyesen élni az "alpha"-t.',
'update_channel_stable' => 'Stabil. Mindennek az elvártnak megfelelően kell működnie.',
'update_channel_beta' => 'Beta. Új funkciók, de elromolhatnak dolgok.',
'update_channel_alpha' => 'Alpha. We throw stuff in, and use whatever sticks.',
'update_channel_alpha' => 'Alpha. Bedobálunk dolgokat, és azt használjuk, ami hasznosnak ígérkezik.',
// search
'search' => 'Keresés',
@ -272,8 +272,8 @@ return [
'search_modifier_on' => 'Tranzakció dátuma: :value',
'search_modifier_before' => 'Tranzakció dátuma :value előtt van',
'search_modifier_after' => 'Tranzakció dátuma :value után van',
'search_modifier_created_on' => 'Transaction was created on :value',
'search_modifier_updated_on' => 'Transaction was last updated on :value',
'search_modifier_created_on' => 'A tranzakció létrejötte: :value',
'search_modifier_updated_on' => 'A tranzakció frissült: :value',
'modifiers_applies_are' => 'A következő módosítókat a keresésre is alkalmaztuk:',
'general_search_error' => 'Hiba történt keresés közben. További információ a naplófájlokban található.',
'search_box' => 'Keresés',
@ -526,6 +526,7 @@ return [
'create_rule_from_transaction' => 'Szabály létrehozása tranzakció alapján',
// preferences
'equal_to_language' => '(equal to language)',
'pref_home_screen_accounts' => 'Kezdőoldali számlák',
'pref_home_screen_accounts_help' => 'Melyik számlák legyenek megjelenítve a kezdőoldalon?',
'pref_view_range' => 'Tartomány mutatása',
@ -537,7 +538,9 @@ return [
'pref_6M' => 'Hat hónap',
'pref_1Y' => 'Egy év',
'pref_languages' => 'Nyelvek',
'pref_locale' => 'Locale settings',
'pref_languages_help' => 'A Firefly III több nyelven is elérhető. Melyiket szeretné használni?',
'pref_locale_help' => 'Firefly III allows you to set other local settings, like how currencies and numbers are formatted. Please note that this list can be very long as it is generated by your system.',
'pref_custom_fiscal_year' => 'Költségvetési év beállításai',
'pref_custom_fiscal_year_label' => 'Engedélyezett',
'pref_custom_fiscal_year_help' => 'Azokban az országokban ahol a pénzügyi év nem Január 1 és December 31 közé esik, be lehet ezt kapcsolni és meg lehet adni a pénzügyi év kezdő- és végdátumát',
@ -552,7 +555,7 @@ return [
'pref_two_factor_auth_reset_code' => 'Ellenőrző kód visszaállítása',
'pref_two_factor_auth_disable_2fa' => '2FA kikapcsolása',
'2fa_use_secret_instead' => 'Ha nincs lehetőség a QR kód beolvasására, akkor helyette a titkos kulcs is hasznáható: <code>:secret</code>.',
'2fa_backup_codes' => 'Store these backup codes for access in case you lose your device.',
'2fa_backup_codes' => 'Mentsd el a biztonsági kódokat, arra az esetre, ha elveszted az eszközödet.',
'2fa_already_enabled' => 'A kétlépéses ellenőrzés már engedélyezve van.',
'wrong_mfa_code' => 'Ez az MFA kód nem érvényes.',
'pref_save_settings' => 'Beállítások mentése',
@ -640,7 +643,7 @@ return [
'export_data_main_title' => 'Adatok exportálása a Firefly III-ból',
'export_data_expl' => 'Ezek a hivatkozások lehetővé teszik az összes tranzakció + a metaadatok exportálását a Firefly III-ból. A folyamatról további információ a súgóban ((?) ikon a jobb felső sarokban) található.',
'export_data_all_transactions' => 'Összes tranzakció exportálása',
'export_data_advanced_expl' => 'If you need a more advanced or specific type of export, read the help on how to use the console command <code>php artisan help firefly-iii:export-data</code>.',
'export_data_advanced_expl' => 'Ha szükséged van speciális exportálásra, akkor olvass utána a következő parancssori parancsnak: <code>php artisan help firefly-iii:export-data</code>.',
// attachments
'nr_of_attachments' => 'Egy melléklet|:count melléklet',
@ -685,12 +688,12 @@ return [
'convert_please_set_asset_destination' => 'Kérem válasszon ki egy eszközszámlát, ahova a pénz fog menni.',
'convert_please_set_expense_destination' => 'Ki kell választani egy költségszámlát, ahova a pénz fog menni.',
'convert_please_set_asset_source' => 'Kérem válasszon ki egy eszközszámlát, ahonnan a pénz fog érkezni.',
'convert_expl_w_d' => 'When converting from a withdrawal to a deposit, the money will be deposited into the displayed destination account(s), instead of being withdrawn from them. To complete the conversion, please set the new source account(s) below.',
'convert_expl_w_t' => 'When converting a withdrawal into a transfer, the money will be transferred away from the source account(s) into other asset or liability account(s) instead of being spent on the original expense accounts. To complete the conversion, please select new destination account(s).',
'convert_expl_d_w' => 'When converting a deposit into a withdrawal, the money will be withdrawn from the displayed source account(s), instead of being deposited into them. To complete the conversion, please select new destination accounts.',
'convert_expl_d_t' => 'When you convert a deposit into a transfer, the money will be deposited into the listed destination account(s) from any of your asset or liability account(s). Please select the new source account(s) to complete the conversion.',
'convert_expl_t_w' => 'When you convert a transfer into a withdrawal, the money will be spent on the destination account(s) you set here, instead of being transferred away. Please select the new destination account(s) to complete the conversion.',
'convert_expl_t_d' => 'When you convert a transfer into a deposit, the money will be deposited into the destination account(s) you see here, instead of being transferred into them. Please select the new source account(s) to complete the conversion.',
'convert_expl_w_d' => 'Amikor kiadást bevétellé alakítanak, az összeg a kijelzett célszámlákon fog megjelenni. A konverzió véglegesítéséhez állítson be új forrásszámlákat.',
'convert_expl_w_t' => 'Amikor kiadást transzferré alakítanak, az összeg a kijelzett forrásszámlákról fog átutalódni további eszköz- vagy forrásszámlákra. A konverzió véglegesítéséhez állítson be új forrásszámlákat.',
'convert_expl_d_w' => 'Amikor bevételt kiadássá alakítanak, az összeg a kijelzett forrásszámlákon fog megjelenni. A konverzió véglegesítéséhez állítson be új célszámlákat.',
'convert_expl_d_t' => 'Amikor bevételt transzferré alakítanak, az összeg a kijelzett célszámlákra fog átutalódni az elérhető eszköz- vagy forrásszámlákról. A konverzió véglegesítéséhez válasszon új forrásszámlákat.',
'convert_expl_t_w' => 'Amikor transzfert kiadássá alakítanak, az összeg a kijelzett célszámlákról fog átutalódni, ahelyett, hogy transzferálva lennének róluk. A konverzió véglegesítéséhez válasszon új célszámlákat.',
'convert_expl_t_d' => 'Amikor transzfert bevétellé alakítanak, az összeg a kijelzett célszámlákra fog átutalódni, ahelyett, hogy transzferálva lennének rájuk. A konverzió véglegesítéséhez válasszon új forrásszámlákat.',
'converted_to_Withdrawal' => 'Tranzakció költséggé konvertálva',
'converted_to_Deposit' => 'A tranzakció bevétellé konvertálva',
'converted_to_Transfer' => 'Tranzakció átvezetéssé konvertálva',
@ -723,10 +726,10 @@ return [
'cannot_disable_currency_bills' => ':name nem tiltható le, mert számlákban használatban van.',
'cannot_disable_currency_recurring' => ':name nem tiltható le, mert rendszeres tranzakciókban használva van.',
'cannot_disable_currency_available_budgets' => ':name nem tiltható le, mert rendelkezésre álló költségkeretekben használatban van.',
'cannot_disable_currency_budget_limits' => 'Cannot disable :name because it is used in budget limits.',
'cannot_disable_currency_budget_limits' => ':name nem tiltható le, mert költségvetési limitekben használatban van.',
'cannot_disable_currency_current_default' => ':name nem tiltható le, mert ez az aktuális alapértelmezett pénznem.',
'cannot_disable_currency_system_fallback' => ':name nem tiltható le, mert ez a rendszer alapértelmezett pénzneme.',
'disable_EUR_side_effects' => 'The Euro is the system\'s emergency fallback currency. Disabling it may have unintended side-effects and may void your warranty.',
'disable_EUR_side_effects' => 'Az euró a rendszer alapértelmezett vészhelyzeti devizaneme. Inaktiválás esetén nem várt mellékhatások lehetnek.',
'deleted_currency' => 'A pénznem :name törölve lett',
'created_currency' => 'Pénznem :name létrehozva',
'could_not_store_currency' => 'Az új pénznem nem tárolható.',
@ -750,7 +753,7 @@ return [
// budgets:
'total_available_budget' => 'Teljes elérhető költségkeret (:start és :end között)',
'total_available_budget_in_currency' => 'Teljes elérhető költségkeret :currency pénznemben',
'see_below' => 'see below',
'see_below' => 'lásd lentebb',
'create_new_budget' => 'Új költségkeret létrehozása',
'store_new_budget' => 'Új költségkeret létrehozása',
'stored_new_budget' => 'Új költségkeret létrehozva ":name"',
@ -760,13 +763,13 @@ return [
'spent_between' => 'Már elköltött :start és :end között',
'set_available_amount' => 'Rendelkezésre álló összeg beállítása',
'update_available_amount' => 'Rendelkezésre álló összeg frissítése',
'ab_basic_modal_explain' => 'Use this form to indicate how much you expect to be able to budget (in total, in :currency) in the indicated period.',
'ab_basic_modal_explain' => 'Használja ezt az űrlapot a költségvetés beállításához (összesen, :currency devizában) a feltüntetett időszakban.',
'createBudget' => 'Új költségkeret',
'invalid_currency' => 'Ez egy érvénytelen pénznem',
'set_ab' => 'A rendelkezésre álló költségkeret összeg beéllítva',
'updated_ab' => 'A rendelkezésre álló költségkeret összeg frissítve',
'deleted_ab' => 'A rendelkezésre álló költségkeret összeg törölve',
'deleted_bl' => 'The budgeted amount has been removed',
'deleted_bl' => 'A költségvetésbe felvett összeg el lett távolítva',
'alt_currency_ab_create' => 'A rendelkezésre álló költségkeret beállítása más pénznemben',
'bl_create_btn' => 'Költségkeret beállítása más pénznemben',
'inactiveBudgets' => 'Inaktív költségkeretek',
@ -778,16 +781,16 @@ return [
'update_amount' => 'Összeg frissítése',
'update_budget' => 'Költségvetés frissítése',
'update_budget_amount_range' => 'A (várt) rendelkezésre álló összeg frissítése :start és :end között',
'set_budget_limit_title' => 'Set budgeted amount for budget :budget between :start and :end',
'set_budget_limit' => 'Set budgeted amount',
'set_budget_limit_title' => 'Tervezett költégvetés :start és :end időszakra a(z) :budget költségvetéshez',
'set_budget_limit' => 'Tervezett költségvetési összeg',
'budget_period_navigator' => 'Időszak navigátor',
'info_on_available_amount' => 'What do I have available?',
'info_on_available_amount' => 'Mivel rendelkezem?',
'available_amount_indication' => 'Ezeket az összeget felhasználva lehet megtudni, hogy mekkorának kéne lennie a teljes költségkeretnek.',
'suggested' => 'Javasolt',
'average_between' => 'Átlag :start és :end között',
'over_budget_warn' => '<i class="fa fa-money"></i>A költségkeret általában napi :amount körül van. Jelenleg napi :over_amount. Biztos?',
'transferred_in' => 'Átvezetett (be)',
'transferred_away' => 'Transferred (away)',
'transferred_away' => '(Máshova) átvezetett',
'auto_budget_none' => 'Nincs auto-költségkeret',
'auto_budget_reset' => 'Fix összeg beállítása minden időszakra',
'auto_budget_rollover' => 'Összeg hozzáadása minden időszakhoz',
@ -798,12 +801,12 @@ return [
'auto_budget_period_half_year' => 'Félévente',
'auto_budget_period_yearly' => 'Éves',
'auto_budget_help' => 'Erről a funkcióról további információ a súgóban található. A súgó a jobb felső (?) ikonra kattintva érhető el.',
'auto_budget_reset_icon' => 'This budget will be set periodically',
'auto_budget_rollover_icon' => 'The budget amount will increase periodically',
'auto_budget_reset_icon' => 'A költségvetés periodikusan újraszámlálódik',
'auto_budget_rollover_icon' => 'A költségvetési összeg periodikusan növekszik',
// bills:
'match_between_amounts' => 'Tranzakciókkal egyező számlák :low és :high között.',
'running_again_loss' => 'Previously linked transactions to this bill may lose their connection, if they (no longer) match the rule(s).',
'running_again_loss' => 'A számlával korábban összekötött tranzakciók összeköttetése törlődhet, ha többé nem felelnek meg egyetlen szabálynak sem.',
'bill_related_rules' => 'Erre a számlára vonatkozó szabályok',
'repeats' => 'Ismétlődések',
'connected_journals' => 'Kapcsolódó tranzakciók',
@ -826,13 +829,13 @@ return [
'bill_is_active' => 'A számla aktív',
'bill_expected_between' => 'Várható :start és :end között',
'bill_will_automatch' => 'A számla automatikusan hozzá lesz csatolva az egyező tranzakciókhoz',
'skips_over' => 'skips over',
'skips_over' => 'kihagy',
'bill_store_error' => 'Nem várt hiba történt az új számla tárolása közben. Ellenőrizd a naplófájlokat',
'list_inactive_rule' => 'inaktív szabály',
'bill_edit_rules' => 'Firefly III will attempt to edit the :count rule(s) related to this bill as well. If you\'ve edited these rule(s) yourself however, Firefly III won\'t change anything.',
'bill_edit_rules' => 'Firefly III megpróbálja a számlához tartozó :count szabályt módosítani. Amennyiben a szabályok módosultak, úgy Firefly III nem változtat semmin.',
// accounts:
'inactive_account_link' => 'You have :count inactive (archived) accounts, which you can view on this separate page.',
'inactive_account_link' => 'Önnek :count inaktív számlája van, amelyeket egy másik lapon találhat.',
'all_accounts_inactive' => 'Ezek az inaktív számlák.',
'active_account_link' => 'Ez a hivatkozás visszavisz az aktív számlákhoz.',
'account_missing_transaction' => ':id (":name") számla nem tekinthető meg közvetlenül, de a Fireflyból hiányzik az átirányítási információ.',
@ -912,7 +915,7 @@ return [
'reconcile_is_equal' => 'A Firefly III főkönyv és a bankszámlakivonatok egyeznek. Nem kell semmit sem tenni. Az importálás megerősítéséhez az "Egyeztetés megerősítése" gombra kell kattintani.',
'create_pos_reconcile_transaction' => 'A kiválasztott tranzakciók törlése és egy korrekció létrehozása :amount hozzáadásával ehhez az eszközszámlához.',
'create_neg_reconcile_transaction' => 'A kiválasztott tranzakciók törlése, és egy korrekció létrehozása :amount eltávolításával az eszközszámláról.',
'reconcile_do_nothing' => 'Clear the selected transactions, but do not correct.',
'reconcile_do_nothing' => 'Kijelölt tranzakciók ürítése, javítás nélkül.',
'reconcile_go_back' => 'Egy korrekció később bármikor szerkeszthető vagy törölhető.',
'must_be_asset_account' => 'Csak eszközszámlákat lehet egyeztetni',
'reconciliation_stored' => 'Egyeztetés letárolva',
@ -962,7 +965,7 @@ return [
'deleted_withdrawal' => 'A költség sikeresen törölve ":description"',
'deleted_deposit' => '":description" bevétel sikeresen törölve',
'deleted_transfer' => '":description" átvezetés sikeresen törölve',
'deleted_reconciliation' => 'Successfully deleted reconciliation transaction ":description"',
'deleted_reconciliation' => '":description" egyeztető tranzakció sikeresen törölve',
'stored_journal' => '":description" új tranzakció sikeresen létrehozva',
'stored_journal_no_descr' => 'Új tranzakció sikeresen létrehozva',
'updated_journal_no_descr' => 'Tranzakció sikeresen frissítve',
@ -974,8 +977,8 @@ return [
'mass_delete_journals' => 'Több tranzakció törlése',
'mass_edit_journals' => 'Több tranzakció szerkesztése',
'mass_bulk_journals' => 'Több tranzakció tömeges szerkesztése',
'mass_bulk_journals_explain' => 'This form allows you to change properties of the transactions listed below in one sweeping update. All the transactions in the table will be updated when you change the parameters you see here.',
'part_of_split' => 'This transaction is part of a split transaction. If you have not selected all the splits, you may end up with changing only half the transaction.',
'mass_bulk_journals_explain' => 'Az űrlap segítségévle egyszerre lehet több tranzakció tulajdonságát is módosítani. Az űrlapon szereplő minden egyes tranzakció frissítve lesz azokkal a tulajdonságokkal, amelyek a táblázatban megtalálhatóak.',
'part_of_split' => 'Ez a tranzakció egy része egy felosztott tranzakciónak. Ha nincs a tranzakcióhoz tartozó összes rész kiválasztva, úgy csak a résztranzakció fog módosulni.',
'bulk_set_new_values' => 'Új értékeket a lenti mezőkben lehet megadni. Üresen hagyva mindig üresek lesznek. Fontos tudni, hogy csak a költségekhez lesz költségkeret rendelve.',
'no_bulk_category' => 'Ne frissítse a kategóriát',
'no_bulk_budget' => 'Ne frissítse a költségkeretet',
@ -995,22 +998,22 @@ return [
'expense_per_source_account' => 'Költségek forrásszámla szerint',
'expense_per_destination_account' => 'Költségek célszámla szerint',
'income_per_destination_account' => 'Bevétel célszámla szerint',
'spent_in_specific_category' => 'Spent in category ":category"',
'earned_in_specific_category' => 'Earned in category ":category"',
'spent_in_specific_tag' => 'Spent in tag ":tag"',
'earned_in_specific_tag' => 'Earned in tag ":tag"',
'spent_in_specific_category' => '":category" kategóriában elköltve',
'earned_in_specific_category' => '":category" kategóriában megkeresve',
'spent_in_specific_tag' => '":tag" címkében elköltve',
'earned_in_specific_tag' => '":tag" címkében megkeresve',
'income_per_source_account' => 'Bevétel forrásszámla szerint',
'average_spending_per_destination' => 'Átlagos költség célszámla szerint',
'average_spending_per_source' => 'Átlagos költség forrásszámla alapján',
'average_earning_per_source' => 'Average earning per source account',
'average_earning_per_destination' => 'Average earning per destination account',
'average_earning_per_source' => 'Átlagos bevétel forrásszámlánként',
'average_earning_per_destination' => 'Átlagos bevétel célszámlánként',
'account_per_tag' => 'Számla címke alapján',
'tag_report_expenses_listed_once' => 'Expenses and income are never listed twice. If a transaction has multiple tags, it may only show up under one of its tags. This list may appear to be missing data, but the amounts will be correct.',
'double_report_expenses_charted_once' => 'Expenses and income are never displayed twice. If a transaction has multiple tags, it may only show up under one of its tags. This chart may appear to be missing data, but the amounts will be correct.',
'tag_report_chart_single_tag' => 'This chart applies to a single tag. If a transaction has multiple tags, what you see here may be reflected in the charts of other tags as well.',
'tag_report_expenses_listed_once' => 'Bevételek és kiadások sosem kerülnek egyszerre kilistázásra. Ha a tranzakciónak több címkéje is van, akkor csak egyetlen címke alatt lesz megtalálható. A lista lehet, hogy nem tartalmaz minden egyes elemet, de a végösszeg helyes.',
'double_report_expenses_charted_once' => 'Bevételek és kiadások sosem kerülnek egyszerre kilistázásra. Ha a tranzakciónak több címkéje is van, akkor csak egyetlen címke alatt lesz megtalálható. A lista lehet, hogy nem tartalmaz minden egyes elemet, de a végösszeg helyes.',
'tag_report_chart_single_tag' => 'A táblázat egyetlen címkére értendő. Ha a tranzakciónak több címkéje is van, akkor más címkékhez tartozó táblázatokban is meg fog jelenni.',
'tag' => 'Címke',
'no_budget_squared' => '(nincs költségkeret)',
'perm-delete-many' => 'Deleting many items in one go can be very disruptive. Please be cautious. You can delete part of a split transaction from this page, so take care.',
'perm-delete-many' => 'Egyszerre több elem törlése zavaró lehet. Legyen elővigyázatos. Felosztott tranzakciók egyes elemei is törölhetőek erről a lapról.',
'mass_deleted_transactions_success' => ':amount tranzakció törölve.',
'mass_edited_transactions_success' => ':amount tranzakció frissítve',
'opt_group_' => '(nincs számlatípus)',
@ -1123,8 +1126,8 @@ return [
'errors' => 'Hibák',
'debt_start_date' => 'Adósság kezdete',
'debt_start_amount' => 'Adósság kezdeti összege',
'debt_start_amount_help' => 'It\'s always best to set this value to a negative amount. Read the help pages (top right (?)-icon) for more information.',
'interest_period_help' => 'This field is purely cosmetic and won\'t be calculated for you. As it turns out banks are very sneaky so Firefly III never gets it right.',
'debt_start_amount_help' => 'A legjobb ezt az összeget negatívra állítani. Olvassa el a súgót (a kérdőjel-ikon a jobb felső sarokban) további információkért.',
'interest_period_help' => 'Ez kizárólag kozmetikázásra használt mező, nem fog a számláláshoz hozzáadódni. Mint kiderült, a bankok néha sunyik és Firefly III tévedhet.',
'store_new_liabilities_account' => 'Új kötelezettség eltárolása',
'edit_liabilities_account' => '":name" kötelezettség szerkesztése',
@ -1150,7 +1153,7 @@ return [
'balanceStart' => 'Egyenleg az időszak kezdetén',
'balanceEnd' => 'Egyenleg az időszak végén',
'splitByAccount' => 'Bankszámlákra osztva',
'coveredWithTags' => 'Covered with tags',
'coveredWithTags' => 'Címkékkel fedezve',
'leftInBudget' => 'Költségkeretből maradt',
'sumOfSums' => 'Összegek összege',
'noCategory' => '(nincs kategória)',
@ -1223,7 +1226,7 @@ return [
'budget_chart_click' => 'A diagram megjelenítéséhez egy költségkeret nevére kell kattintani a fenti táblázatban.',
'category_chart_click' => 'A diagram megjelenítéséhez egy kategória nevére kell kattintani a fenti táblázatban.',
'in_out_accounts' => 'Megkeresett és költött kombinációként',
'in_out_accounts_per_asset' => 'Earned and spent (per asset account)',
'in_out_accounts_per_asset' => 'Bevételek és kiadások (számlánként)',
'in_out_per_category' => 'Megkeresett és költött kategóriaként',
'out_per_budget' => 'Kiadás költségkeret szerint',
'select_expense_revenue' => 'Költség- jövedelemszámla kiválasztása',
@ -1323,7 +1326,7 @@ return [
'instance_configuration' => 'Beállítás',
'firefly_instance_configuration' => 'A Firefly III beállítási lehetőségei',
'setting_single_user_mode' => 'Egyfelhasználós mód',
'setting_single_user_mode_explain' => 'By default, Firefly III only accepts one (1) registration: you. This is a security measure, preventing others from using your instance unless you allow them to. Future registrations are blocked. When you uncheck this box, others can use your instance as well, assuming they can reach it (when it is connected to the internet).',
'setting_single_user_mode_explain' => 'Alapértelmezetten Firefly III kizárólag egy felhasználót enged regisztrálni. Ez egy szándékos biztonsági lépés, megakadályozva azt, hogy esetleg más is hozzáférjen a privát adataihoz. További regisztrációk ezen az eszközön tiltottak. Amikor ezt a jelölőt kikattintja, úgy mások is hozzáférhetnek az eszköz adataihoz (ha van internetkapcsolat).',
'store_configuration' => 'Beállítás tárolása',
'single_user_administration' => ':email felhasználó adminisztrációja',
'edit_user' => ':email felhasználó szerkesztése',
@ -1348,10 +1351,10 @@ return [
'delete_user' => 'Felhasználó törlése ":email"',
'user_deleted' => 'A felhasználó törölve lett',
'send_test_email' => 'Teszt email küldése',
'send_test_email_text' => 'To see if your installation is capable of sending email, please press this button. You will not see an error here (if any), <strong>the log files will reflect any errors</strong>. You can press this button as many times as you like. There is no spam control. The message will be sent to <code>:email</code> and should arrive shortly.',
'send_test_email_text' => 'Az e-mail küldésének teszteléséhez használja ezt a gombot. Ha keletkezik is hiba, itt nem lesz látható, <strong>de a naplófájlokban az esetleges hibák megtalálhatóak</strong>. A gomb bármennyiszer megnyomható. Nincs semmilyen szabályzás rá. A(z) <code>:email</code> címre hamarosan megérkezik az üzenet.',
'send_message' => 'Üzenet küldése',
'send_test_triggered' => 'Teszt elindítva. Ellenőrizd a bejövő üzeneteidet és a naplófájlokat.',
'give_admin_careful' => 'Users who are given admin rights can take away yours. Be careful.',
'give_admin_careful' => 'Adminisztrátornak kinevezett felhasználók visszavonhatják akár a te adminisztrátori felhatalmazásodat. Légy óvatos.',
'split_transaction_title' => 'Felosztott tranzakció leírása',
'split_transaction_title_help' => 'Felosztott tranzakció létrehozásakor meg kell adni egy globális leírást a tranzakció összes felosztása részére.',
@ -1377,14 +1380,14 @@ return [
'link_type_help_inward' => 'Pl. "duplikátumok"',
'link_type_help_outward' => 'Pl. "duplikálta"',
'save_connections_by_moving' => 'Ezen tranzakciók közötti kapcsolat mentése másik kapcsolattípusba mozgatással:',
'do_not_save_connection' => '(do not save connection)',
'do_not_save_connection' => '(ne mentse a kapcsolatot)',
'link_transaction' => 'Tranzakció kapcsolása',
'link_to_other_transaction' => 'Tranzakció hozzákapcsolása egy másik tranzakcióhoz',
'select_transaction_to_link' => 'Select a transaction to link this transaction to. The links are currently unused in Firefly III (apart from being shown), but I plan to change this in the future. Use the search box to select a transaction either by title or by ID. If you want to add custom link types, check out the administration section.',
'select_transaction_to_link' => 'Válassza ki, hogy a tranzakció melyik tranzakcióval van viszonyban. Jelenleg ezek a viszonyok nincsenek aktívan használva a Firefly III-ban (azon kívül, hogy jelezve vannak), de ez a későbbiekben változhat. Tranzakciók kereséséhez a keresőmezőt ahsználhatja, azonosító vagy név alapján. Ha saját viszonytípust szeretne használni, úgy azt a felügyeleti részben teheti meg.',
'this_transaction' => 'Ez a tranzakció',
'transaction' => 'Tranzakció',
'comments' => 'Megjegyzések',
'link_notes' => 'Any notes you wish to store with the link.',
'link_notes' => 'Bármilyen megjegyzés, amit a hivatkozáshoz tárolni szeretne.',
'invalid_link_selection' => 'Ezeket a tranzakciókat nem lehet összekapcsolni',
'selected_transaction' => 'Kiválasztott tranzakció',
'journals_linked' => 'Tranzakciók összekapcsolva.',
@ -1414,15 +1417,15 @@ return [
'outward_transaction' => 'Kimenő tranzakciók',
'relates to_outward' => 'kapcsolódik',
'(partially) refunds_outward' => '(részben) visszatérítve',
'(partially) pays for_outward' => '(partially) pays for',
'(partially) pays for_outward' => '(részben) fizet',
'(partially) reimburses_outward' => '(részben) visszafizetve',
'is (partially) refunded by' => 'is (partially) refunded by',
'is (partially) paid for by' => 'is (partially) paid for by',
'is (partially) reimbursed by' => 'is (partially) reimbursed by',
'relates to' => 'relates to',
'(partially) refunds' => '(partially) refunds',
'(partially) pays for' => '(partially) pays for',
'(partially) reimburses' => '(partially) reimburses',
'is (partially) refunded by' => '(részben) visszatérítette',
'is (partially) paid for by' => '(részben) kifizette',
'is (partially) reimbursed by' => '(részben) visszafizette',
'relates to' => 'kapcsolódó',
'(partially) refunds' => '(részben) visszatérítve',
'(partially) pays for' => '(részben) fizet',
'(partially) reimburses' => '(részben) visszafizetve',
// split a transaction:
'splits' => 'Felosztások',
@ -1441,17 +1444,17 @@ return [
'after_update_create_another' => 'A frissítés után térjen vissza ide a szerkesztés folytatásához.',
'store_as_new' => 'Tárolás új tranzakcióként frissítés helyett.',
'reset_after' => 'Űrlap törlése a beküldés után',
'errors_submission' => 'There was something wrong with your submission. Please check out the errors below.',
'errors_submission' => 'Hiba történt a beküldés során. Kérem, javítsa az alábbi hibákat.',
// Import page (general strings only)
'import_index_title' => 'Tranzakciók importálása a Firefly III-ba',
'import_data' => 'Adatimport',
'import_transactions' => 'Tranzakciók importálása',
'import_tools_title' => 'Importálási eszközök',
'tools_index_intro' => 'Several tools exist to import data into Firefly III. Check them out below. For more information, check out <a href="https://docs.firefly-iii.org/importing-data/introduction">this page</a>.',
'tools_index_intro' => 'Rengeteg eszköz létezik alább, amellyel adatok importálhatók a Firefly III-ba. További információkért látogasson el <a href="https://docs.firefly-iii.org/importing-data/introduction">ide</a>.',
'firefly_iii_csv_importer_name' => 'Firefly III CSV importáló',
'firefly_iii_bunq_importer_name' => 'Firefly III bunq 🌈 importáló',
'firefly_iii_ynab_importer_name' => 'Firefly III YNAB importer',
'firefly_iii_ynab_importer_name' => 'Firefly III YNAB importálás',
'ludo_revolut_importer_name' => 'Ludo444\'s Revolut importáló',
//
// sandstorm.io errors and messages:
@ -1517,9 +1520,9 @@ return [
'make_new_recurring' => 'Ismétlődő tranzakció létrehozása',
'recurring_daily' => 'Mindennap',
'recurring_weekly' => 'Minden héten ekkor: :weekday',
'recurring_weekly_skip' => 'Every :skip(st/nd/rd/th) week on :weekday',
'recurring_weekly_skip' => 'Minden :skip. héten, hétköznap',
'recurring_monthly' => 'Minden hónap ezen napján: :dayOfMonth',
'recurring_monthly_skip' => 'Every :skip(st/nd/rd/th) month on the :dayOfMonth(st/nd/rd/th) day',
'recurring_monthly_skip' => 'MInden :skip. hónapon, a(z) :dayOfMonth. napon',
'recurring_ndom' => 'Minden hónapban ekkor: :dayOfMonth :weekday',
'recurring_yearly' => 'Minden évben ekkor: :date',
'overview_for_recurrence' => '":title" ismétlődő tranzakció áttekintése',
@ -1532,8 +1535,8 @@ return [
'created_deposits' => 'Létrehozott bevételek',
'created_transfers' => 'Átvezetések létrehozva',
'created_from_recurrence' => 'Létrehozva ":title" (#:id) ismétlődő tranzakcióból',
'recurring_never_cron' => 'It seems the cron job that is necessary to support recurring transactions has never run. This is of course normal when you have just installed Firefly III, but this should be something to set up as soon as possible. Please check out the help-pages using the (?)-icon in the top right corner of the page.',
'recurring_cron_long_ago' => 'It looks like it has been more than 36 hours since the cron job to support recurring transactions has fired for the last time. Are you sure it has been set up correctly? Please check out the help-pages using the (?)-icon in the top right corner of the page.',
'recurring_never_cron' => 'Az ismétlődő tranzakció funkcióhoz tartozó ütemezett feladat sosem futott még le. Ez normális jelenség, ha most Firefly III frissen lett telepítve, de ennek rövid időn belül változnia kellene. Ellenőrizd a súgóban a hibaelháítási lehetőségeket, a (?) gombra kattintva a jobb felső sarokban.',
'recurring_cron_long_ago' => 'Úgy látszik, hogy több, mint 36 óra telt el a legutolsó ismétlődő tranzakciókat végrehajtó ütemezett feladat elindítása óta. Biztos vagy abban, hogy helyesen lett beállítva minden? Ellenőrizd a súgóban a hibaelháítási lehetőségeket, a (?) gombra kattintva a jobb felső sarokban.',
'recurring_meta_field_tags' => 'Címkék',
'recurring_meta_field_notes' => 'Megjegyzések',
@ -1553,7 +1556,7 @@ return [
'repeat_forever' => 'Folyamatos ismétlés',
'repeat_until_date' => 'Ismétlés egy időpontig',
'repeat_times' => 'Ismétlés többször',
'recurring_skips_one' => 'Every other',
'recurring_skips_one' => 'Minden más',
'recurring_skips_more' => ':count előfordulás kihagyása',
'store_new_recurrence' => 'Ismétlődő tranzakció letárolása',
'stored_new_recurrence' => '":title" ismétlődő tranzakció sikeresen letárolva.',
@ -1580,7 +1583,7 @@ return [
'box_balance_in_currency' => 'Egyenleg (:currency)',
'box_spent_in_currency' => 'Költés (:currency)',
'box_earned_in_currency' => 'Megkeresett (:currency)',
'box_budgeted_in_currency' => 'Budgeted (:currency)',
'box_budgeted_in_currency' => 'Megkeresett (:currency)',
'box_sum_in_currency' => 'Összeg (:currency)',
'box_bill_paid_in_currency' => 'Fizetett számlák (:currency)',
'box_bill_unpaid_in_currency' => 'Fizetetlen számlák (:currency)',
@ -1590,8 +1593,8 @@ return [
// telemetry
'telemetry_admin_index' => 'Telemetria',
'telemetry_intro' => 'Firefly III supports the collection and sending of usage telemetry. This means that Firefly III will try to collect info on how you use Firefly III, and send it to the developer of Firefly III. This is always opt-in, and is disabled by default. Firefly III will never collect or send financial information. Firefly III will also never collect or send financial meta-information, like sums or calculations. The collected data will never be made publicly accessible.',
'telemetry_what_collected' => 'What Firefly III collects and sends exactly is different for each version. You are running version :version. What Firefly III collects in version :version is something you can read in the help pages. Click the (?)-icon in the top-right corner <a href="https://docs.firefly-iii.org/support/telemetry">or visit the documentation page</a>.',
'telemetry_intro' => 'Firefly IIIüban lehetőség van a használati adatok gyűjtésére és elküldésére. Ez azt jelenti, hogy Firefly III nyomonköveti, hogy hogyan használod az alkalmazást, majd ezt visszaküldi a fejlesztőknek. Ez a szolgáltatás bármikor kiü illetve bekapcsolható, és alapértelmezetten ki van kapcsolva. Firefly III sosem gyűjt személyes vagy pénzügy információkat. A begyűjtött adatok sosem lesznek nyilvánosan elérhetőek.',
'telemetry_what_collected' => 'Hogy miket gyűjt össze és küld el a Firefly III, az verziónként változhat. Te a :version verziót használod. A :version verzióval kapcsolatos telemetriainformációkat megtalálhatod a súgóban. Kattints a (?)-ikonra a jobb felső sarokban <a href="https://docs.firefly-iii.org/support/telemetry">vagy látogasd meg a dokumentáció weblapját</a>.',
'telemetry_is_enabled_yes_no' => 'Engedélyezve van a Firefly III telemetria?',
'telemetry_disabled_no' => 'A telemetria NINCS engedélyezve',
'telemetry_disabled_yes' => 'A telemetria engedélyezve van',
@ -1604,8 +1607,8 @@ return [
'telemetry_button_delete' => 'Összes telemetria törlése',
'telemetry_admin_overview' => 'Telemetria áttekintés',
'telemetry_back_to_index' => 'Vissza a telemetria kezdőoldalra',
'not_yet_submitted' => 'Not yet submitted',
'telemetry_type_feature' => 'Feature flag',
'not_yet_submitted' => 'Nem beküldött',
'telemetry_type_feature' => 'Funkciókapcsoló',
'telemetry_submit_all' => 'Bejegyzések beküldése',
'telemetry_delete_submitted_records' => 'Beküldött bejegyzések törlése',
'telemetry_submission_executed' => 'A bejegyzések beküldve. További információ a naplófájlokban található.',

View File

@ -194,7 +194,7 @@ return [
'blocked' => 'Letiltott?',
'blocked_code' => 'Letiltás oka',
'login_name' => 'Bejelentkezés',
'is_owner' => 'Is admin?',
'is_owner' => 'Adminisztrátor',
// import
'apply_rules' => 'Szabályok alkalmazása',
@ -266,10 +266,10 @@ return [
'auto_budget_amount' => 'Auto-költségkeret összege',
'auto_budget_period' => 'Auto-költségkeret időszaka',
'collected' => 'Collected',
'submitted' => 'Submitted',
'key' => 'Key',
'value' => 'Content of record'
'collected' => 'Begyűjtött',
'submitted' => 'Elküldött',
'key' => 'Kulcs',
'value' => 'Bejegyzés tartalma'
];

View File

@ -37,8 +37,8 @@ return [
'general_index_intro' => 'Üdvözli a Firefly III importáló eljárása. A Firefly III-ba adatokat több módon is lehet importálni, melyek gombként jelennek meg.',
// notices about the CSV importer:
'deprecate_csv_import' => 'As outlined in <a href="https://www.patreon.com/posts/future-updates-30012174">this Patreon post</a>, the way Firefly III manages importing data is going to change. That means that the CSV importer will be moved to a new, separate tool. You can already beta-test this tool if you visit <a href="https://github.com/firefly-iii/csv-importer">this GitHub repository</a>. I would appreciate it if you would test the new importer and let me know what you think.',
'final_csv_import' => 'As outlined in <a href="https://www.patreon.com/posts/future-updates-30012174">this Patreon post</a>, the way Firefly III manages importing data is going to change. That means that this is the last version of Firefly III that will feature a CSV importer. A separated tool is available that you should try for yourself: <a href="https://github.com/firefly-iii/csv-importer">the Firefly III CSV importer</a>. I would appreciate it if you would test the new importer and let me know what you think.',
'deprecate_csv_import' => 'Ahogyan az a <a href="https://www.patreon.com/posts/future-updates-30012174">Patreon posztban</a> is ki lett fejtve, Firefly III adatimportáló modulja változni fog. Ez azt jelenti, hogy a CSV importáló egy független, új eszközbe fog átkerülni. Az új eszköz az alábbi <a href="https://github.com/firefly-iii/csv-importer">GitHub repóból</a> már elérhető tesztelésre. Örömmel venné ki magát, ha kipróbálná és megoszataná véleményét.',
'final_csv_import' => 'Ahogyan az a <a href="https://www.patreon.com/posts/future-updates-30012174">Patreon posztban</a> is ki lett fejtve, a Firefly III adatimportáló modulja változni fog. Ez azt jelenti, hogy ez az utolsó olyan Firefly III verzió, amely még tartalmazza a CSV importálót. Az új eszköz az alábbi <a href="https://github.com/firefly-iii/csv-importer">GitHub repóból</a> már elérhető tesztelésre. Örömmel venné ki magát, ha kipróbálná és megoszataná véleményét.',
// import provider strings (index):
'button_fake' => 'Importálás imitálása',
@ -76,7 +76,7 @@ return [
'prereq_ynab_title' => 'Az YNAB használatával történő importálás előfeltételei',
'prereq_ynab_text' => 'Ahhoz, hogy a YNAB-ből tranzakciókat lehessen letölteni egy új alkalmazást kell létrehozni a <a href="https://app.youneedabudget.com/settings/developer">Developer Settings Page</a> oldalon, majd az ügyfél azonosítót és a titkos kódot fel kell venni ezen az oldalon.',
'prereq_ynab_redirect' => 'A beállítás befejezéséhez meg kell adni a következő URL-t a <a href="https://app.youneedabudget.com/settings/developer">Developer Settings Page</a> oldalon a "Redirect URI(s)" alatt.',
'callback_not_tls' => 'Firefly III has detected the following callback URI. It seems your server is not set up to accept TLS-connections (https). YNAB will not accept this URI. You may continue with the import (because Firefly III could be wrong) but please keep this in mind.',
'callback_not_tls' => 'Firefly III a következő callback URI-t találta. Úgy tűnik, hogy a szerver nincs beálltva biztonságos kapcsolatokra (https). YNAB nem fogadja el ezt az URI-t. Az importálás ettől függetlenül folytatható, de vegye figyelembe, hogy nem biztonságos kapcsolatot használ.',
// prerequisites success messages:
'prerequisites_saved_for_fake' => 'Hamis API kulcs sikeres eltárolva!',
'prerequisites_saved_for_spectre' => 'Alkalmazás azonosító és titkos kód eltárolva!',
@ -150,7 +150,7 @@ return [
'ynab_account_type_checking' => 'fiók ellenőrzése',
'ynab_account_type_cash' => 'készpénzszámla',
'ynab_account_type_creditCard' => 'bankkártya',
'ynab_account_type_lineOfCredit' => 'line of credit',
'ynab_account_type_lineOfCredit' => 'hitelszámla',
'ynab_account_type_otherAsset' => 'egyéb eszközszámla',
'ynab_account_type_otherLiability' => 'egyéb kötelezettségek',
'ynab_account_type_payPal' => 'PayPal',
@ -164,8 +164,8 @@ return [
// job configuration for YNAB:
'job_config_ynab_select_budgets' => 'Költségkeret kiválasztása',
'job_config_ynab_select_budgets_text' => ':count költségkeret van tárolva a YNAB-ben. Ki kell választani, hogy a Firefly III melyikből importálja a tranzakciókat.',
'job_config_ynab_no_budgets' => 'There are no budgets available to be imported from.',
'ynab_no_mapping' => 'It seems you have not selected any accounts to import from.',
'job_config_ynab_no_budgets' => 'Nincs importálható költségvetés.',
'ynab_no_mapping' => 'Úgy tűnik, az importáláshoz nincs számla kiválasztva.',
'job_config_ynab_bad_currency' => 'Nem lehet importálni a következő költségkeretekből mert nincs olyan számla aminek a pénzneme egyezik ezekkel a költségkeretekkel.',
'job_config_ynab_accounts_title' => 'Számlák kiválasztása',
'job_config_ynab_accounts_text' => 'A következő számlák állnak rendelkezésre ebben a költségkeretben. Ki kell választani, hogy mely számlák legyenek importálva és, hogy a tranzakciók hol legyenek eltárolva.',
@ -224,7 +224,7 @@ return [
'job_config_roles_column_role' => 'Oszlopadat jelentése',
'job_config_roles_do_map_value' => 'Értékek hozzárendelése',
'job_config_roles_no_example' => 'Nincs elérhető példaadat',
'job_config_roles_fa_warning' => 'If you mark a column as containing an amount in a foreign currency, you must also set the column that contains which currency it is.',
'job_config_roles_fa_warning' => 'Ha egy oszlop devizaösszegként van megjelölve, akkor meg kell adni a devizanemet is.',
'job_config_roles_rwarning' => 'Legalább egy oszlopot összeg oszlopként kell megjelölni. Javasolt továbbá kiválasztani egy oszlopot a leírásnak, a dátumnak és az ellenszámlának.',
'job_config_roles_colum_count' => 'Oszlop',
// job config for the file provider (stage: mapping):
@ -252,7 +252,7 @@ return [
'status_finished_text' => 'Az importálás befejeződött.',
'finished_with_errors' => 'Hibák történtek importálás közben. Alaposan át kell nézni őket.',
'unknown_import_result' => 'Ismeretlen import eredmény',
'result_no_transactions' => 'No transactions have been imported. Perhaps they were all duplicates is simply no transactions where present to be imported. Perhaps the log files can tell you what happened. If you import data regularly, this is normal.',
'result_no_transactions' => 'A tranzakciók nem lettek importálva. A naplófájlokban megtalálhatja az importálás részleteit. Ha rendszeresen importál adatokat, akkor ez normális.',
'result_one_transaction' => 'Pontosan egy tranzakció lett importálva. A <a href=":route" class="label label-success" style="font-size:100%;font-weight:normal;">:tag</a> címke alatt lett eltárolva ahol később ellenőrizhető.',
'result_many_transactions' => 'A Firefly III :count tranzakciót importált. A <a href=":route" class="label label-success" style="font-size:100%;font-weight:normal;">:tag</a> címke alatt lettek eltárolva ahol később ellenőrizhetőek.',
@ -302,11 +302,11 @@ return [
'column_sepa_ct_id' => 'SEPA végpontok közti azonosító',
'column_sepa_ct_op' => 'SEPA ellenszámla azonosító',
'column_sepa_db' => 'SEPA megbízás azonosító',
'column_sepa_cc' => 'SEPA Clearing Code',
'column_sepa_cc' => 'SEPA engedélykód',
'column_sepa_ci' => 'SEPA hitelező azonosító',
'column_sepa_ep' => 'SEPA External Purpose',
'column_sepa_ep' => 'SEPA üzenetformátum',
'column_sepa_country' => 'SEPA országkód',
'column_sepa_batch_id' => 'SEPA Batch ID',
'column_sepa_batch_id' => 'SEPA Batch azonosító',
'column_tags-comma' => 'Címkék (vesszővel elválasztva)',
'column_tags-space' => 'Címkék (szóközzel elválasztva)',
'column_account-number' => 'Eszközszámla (számlaszám)',

View File

@ -33,25 +33,25 @@ return [
'index_cash_account' => 'Ezek az eddig létrehozott számlák. A készpénzszámla használható a készpénzes költések követésére, de ez természetesen nem kötelező.',
// transactions (withdrawal)
'transactions_create_withdrawal_source' => 'Select your favorite asset account or liability from this dropdown.',
'transactions_create_withdrawal_destination' => 'Select an expense account here. Leave it empty if you want to make a cash expense.',
'transactions_create_withdrawal_foreign_currency' => 'Use this field to set a foreign currency and amount.',
'transactions_create_withdrawal_more_meta' => 'Plenty of other meta data you set in these fields.',
'transactions_create_withdrawal_split_add' => 'If you want to split a transaction, add more splits with this button',
'transactions_create_withdrawal_source' => 'Válassza ki a kedvenc forrásszámlát a lenyíló listából.',
'transactions_create_withdrawal_destination' => 'Válassza ki a célszámlát. Hagyja üresen, hogy készpénzkifizetésként legyen elkönyvelve.',
'transactions_create_withdrawal_foreign_currency' => 'Ezt a mezőt használja a devizanem és az érték megadásához.',
'transactions_create_withdrawal_more_meta' => 'További metaadatok megadhatók ebben a mezőben.',
'transactions_create_withdrawal_split_add' => 'A tranzakció további szétválasztásához használja ezt a gombot',
// transactions (deposit)
'transactions_create_deposit_source' => 'Select or type the payee in this auto-completing dropdown/textbox. Leave it empty if you want to make a cash deposit.',
'transactions_create_deposit_destination' => 'Select an asset or liability account here.',
'transactions_create_deposit_foreign_currency' => 'Use this field to set a foreign currency and amount.',
'transactions_create_deposit_more_meta' => 'Plenty of other meta data you set in these fields.',
'transactions_create_deposit_split_add' => 'If you want to split a transaction, add more splits with this button',
'transactions_create_deposit_source' => 'Válassza ki vagy kezdje begépelni a befizetőt ebbe a lenyíló menüben, amely egyben szövegdoboz is. Hagyja üresen, ha készpénzbefizetésként legyen elkönyvelve.',
'transactions_create_deposit_destination' => 'Válasszon számlát.',
'transactions_create_deposit_foreign_currency' => 'Ezt a mezőt használja a devizanem és az érték megadásához.',
'transactions_create_deposit_more_meta' => 'További metaadatok megadhatók ebben a mezőben.',
'transactions_create_deposit_split_add' => 'A tranzakció további szétválasztásához használja ezt a gombot',
// transactions (transfer)
'transactions_create_transfer_source' => 'Select the source asset account here.',
'transactions_create_transfer_destination' => 'Select the destination asset account here.',
'transactions_create_transfer_foreign_currency' => 'Use this field to set a foreign currency and amount.',
'transactions_create_transfer_more_meta' => 'Plenty of other meta data you set in these fields.',
'transactions_create_transfer_split_add' => 'If you want to split a transaction, add more splits with this button',
'transactions_create_transfer_source' => 'Válassza ki a forrásszámlát.',
'transactions_create_transfer_destination' => 'Válassza ki a célszámlát.',
'transactions_create_transfer_foreign_currency' => 'Ezt a mezőt használja a devizanem és az érték megadásához.',
'transactions_create_transfer_more_meta' => 'További metaadatok megadhatók ebben a mezőben.',
'transactions_create_transfer_split_add' => 'A tranzakció további szétválasztásához használja ezt a gombot',
// create account:
'accounts_create_iban' => 'Érvényes IBAN hozzáadása a számlához. Ez a jövőben nagyon egyszerűvé teheti az adatok importálását.',

View File

@ -114,12 +114,12 @@ return [
'sepa_ct_op' => 'SEPA ellenszámla azonosító',
'sepa_db' => 'SEPA megbízás azonosító',
'sepa_country' => 'SEPA ország',
'sepa_cc' => 'SEPA Clearing Code',
'sepa_ep' => 'SEPA External Purpose',
'sepa_cc' => 'SEPA engedélykód',
'sepa_ep' => 'SEPA üzenetformátum',
'sepa_ci' => 'SEPA hitelező azonosító',
'sepa_batch_id' => 'SEPA Batch azonosító',
'external_id' => 'Külső azonosító',
'account_at_bunq' => 'Account with bunq',
'account_at_bunq' => 'Bunq fiók',
'file_name' => 'Fájlnév',
'file_size' => 'Fájl méret',
'file_type' => 'Fájltípus',

File diff suppressed because one or more lines are too long

View File

@ -45,8 +45,8 @@ return [
'at_least_one_repetition' => 'Legalább egy ismétlés szükséges.',
'require_repeat_until' => 'Legalább egy ismétlésszám vagy egy végdátum (repeat_until) kötelező. Csak az egyik.',
'require_currency_info' => 'Ennek a mezőnek a tartalma érvénytelen pénznem információ nélkül.',
'not_transfer_account' => 'This account is not an account that can be used for transfers.',
'require_currency_amount' => 'The content of this field is invalid without foreign amount information.',
'not_transfer_account' => 'Ez a fiók nem használható fel tranzakciókhoz.',
'require_currency_amount' => 'Ennek a mezőnek a tartalma érvénytelen devizanem információ nélkül.',
'equal_description' => 'A tranzakció leírása nem egyezhet meg a globális leírással.',
'file_invalid_mime' => '":name" fájl ":mime" típusú ami nem lehet új feltöltés.',
'file_too_large' => '":name" fájl túl nagy.',
@ -57,7 +57,7 @@ return [
'at_least_one_action' => 'A szabályban legalább egy műveletnek lennie kell.',
'base64' => 'Ez nem érvényes base64 kódolású adat.',
'model_id_invalid' => 'A megadott azonosító érvénytelennek tűnik ehhez a modellhez.',
'more' => ':attribute must be larger than ":more".',
'more' => ':attribute értékének nagyobbnak kell lennie, mint ":more".',
'less' => ':attribute kisebbnek kell lennie 10,000,000-nél',
'active_url' => ':attribute nem egy érvényes URL.',
'after' => ':attribute egy :date utáni dátum kell legyen.',
@ -128,7 +128,7 @@ return [
'in_array' => ':attribute nem létezik itt: :other.',
'present' => ':attribute mezőnek jelen kell lennie.',
'amount_zero' => 'A teljes mennyiség nem lehet nulla.',
'current_target_amount' => 'The current amount must be less than the target amount.',
'current_target_amount' => 'A megadott értéknek kevesebbnek kell lennie, mint a célérték.',
'unique_piggy_bank_for_user' => 'A malacpersely nevének egyedinek kell lennie.',
'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',
@ -182,7 +182,7 @@ return [
'deposit_source_bad_data' => 'Nem található érvényes forrásszámla ":id" azonosító vagy ":name" név keresésekor.',
'deposit_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.',
'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' => 'The submitted destination account is not of the right type.',
'deposit_dest_wrong_type' => 'A beküldött célfiók nem megfelelő típusú.',
'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.',
@ -194,15 +194,15 @@ return [
'ob_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.',
'ob_dest_bad_data' => 'Nem található érvényes célszámla ":id" azonosító vagy ":name" név keresésekor.',
'generic_invalid_source' => 'You can\'t use this account as the source account.',
'generic_invalid_destination' => 'You can\'t use this account as the destination account.',
'generic_invalid_source' => 'Nem használhatod ezt a fiókot forrásfiókként.',
'generic_invalid_destination' => 'Nem használhatod ezt a fiókot célfiókként.',
'gte.numeric' => 'The :attribute must be greater than or equal to :value.',
'gte.file' => 'The :attribute must be greater than or equal to :value kilobytes.',
'gte.string' => 'The :attribute must be greater than or equal to :value characters.',
'gte.array' => 'The :attribute must have :value items or more.',
'gte.numeric' => ':attribute attribútumnak :value értéknél nagyobbnak vagy vele egyenlőnek kell lennie.',
'gte.file' => ':attribute attribútumnak :value kilobájtnál nagyobb vagy egyenlőnek kell lennie.',
'gte.string' => ':attribute attribútumnak :value karakternél nagyobb vagy egyenlőnek kell lennie.',
'gte.array' => 'A(z) :attribute legalább :value elemet kell, hogy tartalmazzon.',
'amount_required_for_auto_budget' => 'Az összeg kötelező.',
'auto_budget_amount_positive' => 'The amount must be more than zero.',
'auto_budget_period_mandatory' => 'The auto budget period is a mandatory field.',
'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ő.',
];

View File

@ -526,6 +526,7 @@ return [
'create_rule_from_transaction' => 'Create rule based on transaction',
// preferences
'equal_to_language' => '(equal to language)',
'pref_home_screen_accounts' => 'Akun layar utama',
'pref_home_screen_accounts_help' => 'Akun mana yang harus ditampilkan di beranda?',
'pref_view_range' => 'Rentang tampilan',
@ -537,7 +538,9 @@ return [
'pref_6M' => 'Enam bulan',
'pref_1Y' => 'Satu tahun',
'pref_languages' => 'Bahasa',
'pref_locale' => 'Locale settings',
'pref_languages_help' => 'Firefly III mendukung beberapa bahasa. Mana yang kamu suka?',
'pref_locale_help' => 'Firefly III allows you to set other local settings, like how currencies and numbers are formatted. Please note that this list can be very long as it is generated by your system.',
'pref_custom_fiscal_year' => 'Pengaturan tahun fiskal',
'pref_custom_fiscal_year_label' => 'Diaktifkan',
'pref_custom_fiscal_year_help' => 'Di negara-negara yang menggunakan tahun keuangan selain 1 Januari sampai 31 Desember, Anda dapat mengaktifkannya dan menentukan hari-hari awal / akhir dari tahun fiskal',

File diff suppressed because one or more lines are too long

View File

@ -526,6 +526,7 @@ return [
'create_rule_from_transaction' => 'Crea una regola basata sulla transazione',
// preferences
'equal_to_language' => '(equal to language)',
'pref_home_screen_accounts' => 'Conti nella pagina iniziale',
'pref_home_screen_accounts_help' => 'Quali conti vuoi che vengano visualizzati nella pagina principale?',
'pref_view_range' => 'Intervallo di visualizzazione',
@ -537,7 +538,9 @@ return [
'pref_6M' => 'Sei mesi',
'pref_1Y' => 'Un anno',
'pref_languages' => 'Lingue',
'pref_locale' => 'Locale settings',
'pref_languages_help' => 'Firefly III supporta diverse lingue. Quale di queste preferisci?',
'pref_locale_help' => 'Firefly III allows you to set other local settings, like how currencies and numbers are formatted. Please note that this list can be very long as it is generated by your system.',
'pref_custom_fiscal_year' => 'Impostazioni anno fiscale',
'pref_custom_fiscal_year_label' => 'Abilita',
'pref_custom_fiscal_year_help' => 'Nei paesi che utilizzano un anno finanziario diverso rispetto al dal 1 gennaio al 31 dicembre, è possibile attivarlo e specificare i giorni di inizio / fine dell\'anno fiscale',

File diff suppressed because one or more lines are too long

View File

@ -526,6 +526,7 @@ return [
'create_rule_from_transaction' => 'Create rule based on transaction',
// preferences
'equal_to_language' => '(equal to language)',
'pref_home_screen_accounts' => 'Startskjermkontoer',
'pref_home_screen_accounts_help' => 'Hvilke kontoer skal vises på startsiden?',
'pref_view_range' => 'Visningsgrense',
@ -537,7 +538,9 @@ return [
'pref_6M' => 'Seks måneder',
'pref_1Y' => 'Ett år',
'pref_languages' => 'Språk',
'pref_locale' => 'Locale settings',
'pref_languages_help' => 'Firefly III støtter flere språk. Hvilket foretrekker du?',
'pref_locale_help' => 'Firefly III allows you to set other local settings, like how currencies and numbers are formatted. Please note that this list can be very long as it is generated by your system.',
'pref_custom_fiscal_year' => 'Innstillinger for regnskapsår',
'pref_custom_fiscal_year_label' => 'Aktivert',
'pref_custom_fiscal_year_help' => 'I land som bruker et annet regnskapsår enn 1. januar til 31. desember, kan du slå på dette og angi start- og sluttdager for regnskapsåret',

File diff suppressed because one or more lines are too long

View File

@ -526,6 +526,7 @@ return [
'create_rule_from_transaction' => 'Regel aanmaken op basis van een transactie',
// preferences
'equal_to_language' => '(equal to language)',
'pref_home_screen_accounts' => 'Voorpaginarekeningen',
'pref_home_screen_accounts_help' => 'Welke betaalrekeningen wil je op de voorpagina zien?',
'pref_view_range' => 'Bereik',
@ -537,7 +538,9 @@ return [
'pref_6M' => 'Zes maanden',
'pref_1Y' => 'Eén jaar',
'pref_languages' => 'Talen',
'pref_locale' => 'Locale settings',
'pref_languages_help' => 'Firefly III ondersteunt meerdere talen. Welke heeft jouw voorkeur?',
'pref_locale_help' => 'Firefly III allows you to set other local settings, like how currencies and numbers are formatted. Please note that this list can be very long as it is generated by your system.',
'pref_custom_fiscal_year' => 'Instellingen voor boekjaar',
'pref_custom_fiscal_year_label' => 'Ingeschakeld',
'pref_custom_fiscal_year_help' => 'Voor in landen die een boekjaar gebruiken anders dan 1 januari tot 31 december',

File diff suppressed because one or more lines are too long

View File

@ -526,6 +526,7 @@ return [
'create_rule_from_transaction' => 'Utwórz regułę na podstawie transakcji',
// preferences
'equal_to_language' => '(equal to language)',
'pref_home_screen_accounts' => 'Konta na stronie domowej',
'pref_home_screen_accounts_help' => 'Które konta powinny być wyświetlane na stronie głównej?',
'pref_view_range' => 'Zakres widzenia',
@ -537,7 +538,9 @@ return [
'pref_6M' => 'Sześć miesięcy',
'pref_1Y' => 'Rok',
'pref_languages' => 'Języki',
'pref_locale' => 'Locale settings',
'pref_languages_help' => 'Firefly III obsługuje kilka języków. Który wolisz?',
'pref_locale_help' => 'Firefly III allows you to set other local settings, like how currencies and numbers are formatted. Please note that this list can be very long as it is generated by your system.',
'pref_custom_fiscal_year' => 'Ustawienia roku podatkowego',
'pref_custom_fiscal_year_label' => 'Włączone',
'pref_custom_fiscal_year_help' => 'W krajach, w których rok podatkowy nie zaczyna się 1 stycznia i nie kończy 31 grudnia, możesz włączyć tą opcję oraz podać początek / koniec roku podatkowego',

File diff suppressed because one or more lines are too long

View File

@ -526,6 +526,7 @@ return [
'create_rule_from_transaction' => 'Criar regra baseada na transação',
// preferences
'equal_to_language' => '(equal to language)',
'pref_home_screen_accounts' => 'Conta da tela inicial',
'pref_home_screen_accounts_help' => 'Que conta deve ser exibida na tela inicial?',
'pref_view_range' => 'Ver intervalo',
@ -537,7 +538,9 @@ return [
'pref_6M' => 'Semestral',
'pref_1Y' => 'Um ano',
'pref_languages' => 'Idiomas',
'pref_locale' => 'Locale settings',
'pref_languages_help' => 'Firefly III suporta muitos idiomas. Qual você prefere?',
'pref_locale_help' => 'Firefly III allows you to set other local settings, like how currencies and numbers are formatted. Please note that this list can be very long as it is generated by your system.',
'pref_custom_fiscal_year' => 'Configurações de ano fiscal',
'pref_custom_fiscal_year_label' => 'Habilitado',
'pref_custom_fiscal_year_help' => 'Nos países que usam um exercício diferente de 1 de Janeiro a 31 de Dezembro, você pode ativar isto e especificar início / fim do ano fiscal',

File diff suppressed because one or more lines are too long

View File

@ -526,6 +526,7 @@ return [
'create_rule_from_transaction' => 'Create rule based on transaction',
// preferences
'equal_to_language' => '(equal to language)',
'pref_home_screen_accounts' => 'Ecranul de start al conturilor',
'pref_home_screen_accounts_help' => 'Ce conturi ar trebui afișate pe pagina de pornire?',
'pref_view_range' => 'Vedeți intervalul',
@ -537,7 +538,9 @@ return [
'pref_6M' => 'Șase luni',
'pref_1Y' => 'Un an',
'pref_languages' => 'Limbi',
'pref_locale' => 'Locale settings',
'pref_languages_help' => 'Firefly III acceptă mai multe limbi. Pe care o preferați?',
'pref_locale_help' => 'Firefly III allows you to set other local settings, like how currencies and numbers are formatted. Please note that this list can be very long as it is generated by your system.',
'pref_custom_fiscal_year' => 'Setări an fiscal',
'pref_custom_fiscal_year_label' => 'Activat',
'pref_custom_fiscal_year_help' => 'În țările care utilizează un exercițiu financiar, altul decât 1 ianuarie până la 31 decembrie, puteți să le activați și să specificați zilele de începere / sfârșit ale anului fiscal',

File diff suppressed because one or more lines are too long

View File

@ -526,6 +526,7 @@ return [
'create_rule_from_transaction' => 'Создать правило на основе транзакции',
// preferences
'equal_to_language' => '(equal to language)',
'pref_home_screen_accounts' => 'Счета, отображаемые в сводке',
'pref_home_screen_accounts_help' => 'Какие счета нужно отображать в сводке на главной странице?',
'pref_view_range' => 'Диапазон просмотра',
@ -537,7 +538,9 @@ return [
'pref_6M' => 'Шесть месяцев',
'pref_1Y' => 'Один год',
'pref_languages' => 'Языки',
'pref_locale' => 'Locale settings',
'pref_languages_help' => 'Firefly III поддерживает несколько языков. Какой язык вы предпочитаете?',
'pref_locale_help' => 'Firefly III allows you to set other local settings, like how currencies and numbers are formatted. Please note that this list can be very long as it is generated by your system.',
'pref_custom_fiscal_year' => 'Параметры финансового года',
'pref_custom_fiscal_year_label' => 'Включить',
'pref_custom_fiscal_year_help' => 'Для стран, в которых финансовый год начинается не 1 января, а заканчивается не 31 декабря, вы должны указать даты начала и окончания финансового года',

File diff suppressed because one or more lines are too long

View File

@ -526,6 +526,7 @@ return [
'create_rule_from_transaction' => 'Create rule based on transaction',
// preferences
'equal_to_language' => '(equal to language)',
'pref_home_screen_accounts' => 'Startskäm konton',
'pref_home_screen_accounts_help' => 'Vilka konton ska visas på startskärmen?',
'pref_view_range' => 'Visa intervall',
@ -537,7 +538,9 @@ return [
'pref_6M' => 'Sex månader',
'pref_1Y' => 'Ett år',
'pref_languages' => 'Språk',
'pref_locale' => 'Locale settings',
'pref_languages_help' => 'Firefly III stödjer flera språk. Vilket föredrar du?',
'pref_locale_help' => 'Firefly III allows you to set other local settings, like how currencies and numbers are formatted. Please note that this list can be very long as it is generated by your system.',
'pref_custom_fiscal_year' => 'Räkneskapsårs inställningar',
'pref_custom_fiscal_year_label' => 'Aktiverad',
'pref_custom_fiscal_year_help' => 'I länder som använder räkneskapsår annat än 1a Januari till 31a December, går det att ändra detta och välja start / slut dagar för räkneskapsåret',

File diff suppressed because one or more lines are too long

View File

@ -528,6 +528,7 @@ işlemlerin kontrol edildiğini lütfen unutmayın.',
'create_rule_from_transaction' => 'Create rule based on transaction',
// preferences
'equal_to_language' => '(equal to language)',
'pref_home_screen_accounts' => 'Ana ekran hesapları',
'pref_home_screen_accounts_help' => 'Giriş sayfasında hangi hesaplar görüntülensin?',
'pref_view_range' => 'Görüş Mesafesi',
@ -539,7 +540,9 @@ işlemlerin kontrol edildiğini lütfen unutmayın.',
'pref_6M' => 'Altı ay',
'pref_1Y' => 'Bir yıl',
'pref_languages' => 'Diller',
'pref_locale' => 'Locale settings',
'pref_languages_help' => 'Firefly III birçok dili destekliyor. Hangisini tercih edersiniz?',
'pref_locale_help' => 'Firefly III allows you to set other local settings, like how currencies and numbers are formatted. Please note that this list can be very long as it is generated by your system.',
'pref_custom_fiscal_year' => 'Mali yıl ayarları',
'pref_custom_fiscal_year_label' => 'Etkin',
'pref_custom_fiscal_year_help' => '1 Ocak - 31 Aralık arasındaki bir mali yılı kullanan ülkelerde bu ayarı açabilir ve mali yılın başlangıç / bitiş günlerini belirleyebilirsiniz',

File diff suppressed because one or more lines are too long

View File

@ -526,6 +526,7 @@ return [
'create_rule_from_transaction' => 'Tạo quy tắc dựa trên giao dịch',
// preferences
'equal_to_language' => '(equal to language)',
'pref_home_screen_accounts' => 'Tài khoản màn hình chính',
'pref_home_screen_accounts_help' => 'Những tài khoản nào sẽ được hiển thị trên trang chủ?',
'pref_view_range' => 'Xem nhiều',
@ -537,7 +538,9 @@ return [
'pref_6M' => 'Sáu tháng',
'pref_1Y' => 'Một năm',
'pref_languages' => 'Ngôn ngữ',
'pref_locale' => 'Locale settings',
'pref_languages_help' => 'Firefly III hỗ trợ một số ngôn ngữ. Bạn thích cái nào hơn?',
'pref_locale_help' => 'Firefly III allows you to set other local settings, like how currencies and numbers are formatted. Please note that this list can be very long as it is generated by your system.',
'pref_custom_fiscal_year' => 'Cài đặt năm tài chính',
'pref_custom_fiscal_year_label' => 'Đã bật',
'pref_custom_fiscal_year_help' => 'Ở các quốc gia sử dụng năm tài chính khác từ ngày 1 tháng 1 đến ngày 31 tháng 12, bạn có thể bật tính năng này và chỉ định ngày bắt đầu / ngày kết thúc của năm tài chính',

File diff suppressed because one or more lines are too long

View File

@ -526,6 +526,7 @@ return [
'create_rule_from_transaction' => '基于交易创建规则',
// preferences
'equal_to_language' => '(equal to language)',
'pref_home_screen_accounts' => '主画面帐户',
'pref_home_screen_accounts_help' => '哪些帐户应该显示在主页面上?',
'pref_view_range' => '检视范围',
@ -537,7 +538,9 @@ return [
'pref_6M' => '6个月',
'pref_1Y' => '1年',
'pref_languages' => '语言',
'pref_locale' => 'Locale settings',
'pref_languages_help' => 'Firefly III 支援多种语言,您倾向使用何者?',
'pref_locale_help' => 'Firefly III allows you to set other local settings, like how currencies and numbers are formatted. Please note that this list can be very long as it is generated by your system.',
'pref_custom_fiscal_year' => '财政年度设定',
'pref_custom_fiscal_year_label' => '已启用',
'pref_custom_fiscal_year_help' => '在使用1月1日至12月31日以外作为会计年度的国家您可开启此功能并指定财政年度的起迄日。',

File diff suppressed because one or more lines are too long

View File

@ -526,6 +526,7 @@ return [
'create_rule_from_transaction' => 'Create rule based on transaction',
// preferences
'equal_to_language' => '(equal to language)',
'pref_home_screen_accounts' => '主畫面帳戶',
'pref_home_screen_accounts_help' => '哪些帳戶應該顯示在主頁面上?',
'pref_view_range' => '檢視範圍',
@ -537,7 +538,9 @@ return [
'pref_6M' => '6個月',
'pref_1Y' => '1年',
'pref_languages' => '語言',
'pref_locale' => 'Locale settings',
'pref_languages_help' => 'Firefly III 支援多種語言,您想顯示哪一種?',
'pref_locale_help' => 'Firefly III allows you to set other local settings, like how currencies and numbers are formatted. Please note that this list can be very long as it is generated by your system.',
'pref_custom_fiscal_year' => '財政年度設定',
'pref_custom_fiscal_year_label' => '已啟用',
'pref_custom_fiscal_year_help' => '有些國家/地區採用的會計年度有別於每年 1 月 1 日至 12 月 31 日,您可開啟此功能並指定財政年度的起迄日。',

File diff suppressed because one or more lines are too long

View File

@ -48,6 +48,30 @@
</p>
</div>
{# locale #}
<div class="preferences-box">
<h3>{{ 'pref_locale'|_ }}</h3>
<p class="text-info">{{ 'pref_locale_help'|_ }}</p>
<div class="form-group">
<div class="col-sm-12">
<select class="form-control" id="locale_holder" name="locale">
{% for key, loc in locales %}
<option {% if locale == key %}
selected
{% endif %} value="{{ key }}">
{% if key == 'equal' %}
{{ 'equal_to_language'|_ }}
{% else %}
{{ loc }}
{% endif %}</option>
{% endfor %}
</select>
</div></div>
</div>
{# fiscal year #}
<div class="preferences-box">
<h3>{{ 'pref_custom_fiscal_year'|_ }}</h3>