New meta files

This commit is contained in:
James Cole
2020-06-22 18:02:28 +02:00
parent 4fef316ddd
commit 1a043e35c2
201 changed files with 1090 additions and 5602 deletions

View File

@@ -2,6 +2,46 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
## [5.3.0 (API 1.2.0) - 2020-08-01
Several alpha and beta releases preceded this release.
- 5.3.0-alpha.1 on 2020-06-xx
### Added
- Piggy banks can be divided over groups. Groups can be sorted on a separate page. This may prove to be useful to organize piggy banks. The feature will
expand to other objects in the future.
- [Issue 3392](https://github.com/firefly-iii/firefly-iii/issues/3392) Notes will be included in the export.
- [Issue 3184](https://github.com/firefly-iii/firefly-iii/issues/3184) You can now use the `REMOTE_USER` field to authenticate. Read [the documentation](https://docs.firefly-iii.org/advanced-installation/authentication
#remote-user) carefully.
- [Issue 3403](https://github.com/firefly-iii/firefly-iii/issues/3403) More triggers have been added that respond to the date of a transaction. Read [the documentation](https://docs.firefly-iii.org/advanced-concepts/rules)
- You can now add an attachment to recurring transactions.
### Changed
- Firefly III now requires **PHP 7.4**
- The Docker image is running on **port 8080**
- Firefly III has been upgraded to Laravel 7.
- [Issue 3455](https://github.com/firefly-iii/firefly-iii/issues/3455) Translations for the debug page.
- [Issue 3461](https://github.com/firefly-iii/firefly-iii/issues/3461) Inactive rules are no longer applied.
### Removed
- All import routines have been removed. Use the separate importers. Read [the documentation](https://docs.firefly-iii.org/importing-data/introduction).
### Fixed
- [Issue 3450](https://github.com/firefly-iii/firefly-iii/issues/3450) Missing translations.
- [Issue 3454](https://github.com/firefly-iii/firefly-iii/issues/3454) Fixed translations.
- [Issue 3437](https://github.com/firefly-iii/firefly-iii/issues/3437) Better "days left" counter.
- Fixed bad UUID generation.
- Fixed a null pointer in session date.
### API
- New API for object groups.
- Expanded API for piggy banks to support object groups.
### Known issues
- You may run into date conversion problems if you're living on the right side of GMT. If transactions appear a day early, let me know.
## [5.2.8 (API 1.1.0)] - 2020-06-02
### Fixed

View File

@@ -1,26 +0,0 @@
<?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

@@ -59,4 +59,6 @@ return [
'delete_journal_link' => 'Odstranit vazbu mezi transakcemi',
'telemetry_index' => 'Telemetrie',
'telemetry_view' => 'Zobrazit telemetrii',
'edit_object_group' => 'Edit group ":title"',
'delete_object_group' => 'Delete group ":title"',
];

View File

@@ -1,26 +0,0 @@
<?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

@@ -33,6 +33,5 @@ return [
'currencies-index' => 'Firefly III podporuje vícero měn. Ačkoli výchozí je Euro, je možné ho nastavit na americký dolar a mnoho dalších měn. Jak můžete vidět, malá sbírka měn je obsažena a je možné si přidat svou vlastní. Změna výchozí měny se nedotkne té u existujících transakcí: Firefly III podporuje použití vícero měn současně.',
'transactions-index' => 'Tyto výdaje, vklady a převody nejsou zvlášť nápadité. Byly vytvořeny automaticky.',
'piggy-banks-index' => 'Jak je možné vidět, jsou zde tři pokladničky. Pomocí tlačítek plus a mínus ovlivníte částku v každé z pokladniček. Kliknutí na název pokladničky zobrazí správu pro každou z nich.',
'import-index' => 'Do Firefly III lze importovat libovolný CSV soubor. Také podporuje importování dat z bunq a Specter. Ostatní banky a finanční slučovače budou implementovány v budoucnu. Jako demouživatel můžete v akci vidět pouze podstrčeného poskytovatele. Vytvoří nějaké náhodné transakce pro zobrazení toho, jak proces funguje.',
'profile-index' => 'Mějte na paměti, že obsah demostránky je každé čtyři hodny smazán. Přístup může být zrušen kdykoli. Toto se děje automaticky a nejedná se o chybu.',
];

View File

@@ -221,6 +221,7 @@ return [
'is_beta_warning' => 'You are running an BETA version. Be wary of bugs and issues.',
'all_destination_accounts' => 'Destination accounts',
'all_source_accounts' => 'Source accounts',
'back_to_index' => 'Back to the index',
// check for updates:
'update_check_title' => 'Zjistit dostupnost případných aktualizací',
@@ -297,6 +298,7 @@ return [
'yearly' => 'ročně',
// rules
'cannot_fire_inactive_rules' => 'You cannot execute inactive rules.',
'rules' => 'Pravidla',
'rule_name' => 'Název pravidla',
'rule_triggers' => 'Pravidlo se uplatní když',
@@ -645,7 +647,7 @@ return [
'secure_pw_should' => 'Mám tuto kolonku zaškrtnout?',
'secure_pw_long_password' => 'Ano, vždy ověřit že je heslo bezpečné.',
'command_line_token' => 'Token pro příkazový řádek',
'explain_command_line_token' => 'You need this token to perform command line options, such as importing or exporting data. Without it, such sensitive commands will not work. Do not share your command line token. Nobody will ask you for this token, not even me. If you fear you lost this, or when you\'re paranoid, regenerate this token using the button.',
'explain_command_line_token' => 'You need this token to perform command line options, such as exporting data. Without it, that sensitive command will not work. Do not share your command line token. Nobody will ask you for this token, not even me. If you fear you lost this, or when you\'re paranoid, regenerate this token using the button.',
'regenerate_command_line_token' => 'Regenerate command line token',
'token_regenerated' => 'Byl vytvořen nový token pro příkazový řádek',
'change_your_email' => 'Změna e-mailové adresy',
@@ -654,7 +656,8 @@ return [
'login_with_new_email' => 'Nyní se můžete přihlásit pomocí nové e-mailové adresy.',
'login_with_old_email' => 'Nyní se můžete přihlásit pomocí původní e-mailové adresy.',
'login_provider_local_only' => 'This action is not available when authenticating through ":login_provider".',
'delete_local_info_only' => "Because you authenticate through ':login_provider', this will only delete local Firefly III information.",
'external_user_mgt_disabled' => 'This action is not available when Firefly III isn\'t responsible for user management or authentication handling.',
'delete_local_info_only' => "Because Firefly III isn't responsible for user management or authentication handling, this function will only delete local Firefly III information.",
'profile_oauth_clients' => 'OAuth Clients',
'profile_oauth_no_clients' => 'You have not created any OAuth clients.',
'profile_oauth_clients_header' => 'Clients',
@@ -684,7 +687,6 @@ return [
'profile_try_again' => 'Something went wrong. Please try again.',
// export data:
'import_and_export_menu' => 'Import and export',
'export_data_title' => 'Export data from Firefly III',
'export_data_menu' => 'Export data',
'export_data_bc' => 'Export data from Firefly III',
@@ -855,8 +857,11 @@ return [
'auto_budget_help' => 'You can read more about this feature in the help. Click the top-right (?) icon.',
'auto_budget_reset_icon' => 'This budget will be set periodically',
'auto_budget_rollover_icon' => 'The budget amount will increase periodically',
'remove_budgeted_amount' => 'Remove budgeted amount in :currency',
// bills:
'not_expected_period' => 'Not expected this period',
'not_or_not_yet' => 'Not (yet)',
'match_between_amounts' => 'Bill matches transactions between :low and :high.',
'running_again_loss' => 'Previously linked transactions to this bill may lose their connection, if they (no longer) match the rule(s).',
'bill_related_rules' => 'Pravidla vztahující se k této účtence/faktuře',
@@ -885,6 +890,7 @@ return [
'bill_store_error' => 'Při ukládání nové účtenky došlo k neočekávané chybě. Podívejte se do souborů se záznamem událostí',
'list_inactive_rule' => 'neaktivní pravidlo',
'bill_edit_rules' => 'Firefly III will attempt to edit the rule related to this bill as well. If you\'ve edited this rule yourself however, Firefly III won\'t change anything.|Firefly III will attempt to edit the :count rules related to this bill as well. If you\'ve edited these rules yourself however, Firefly III won\'t change anything.',
'bill_expected_date' => 'Expected :date',
// accounts:
'inactive_account_link' => 'You have :count inactive (archived) account, which you can view on this separate page.|You have :count inactive (archived) accounts, which you can view on this separate page.',
@@ -1500,19 +1506,12 @@ return [
'reset_after' => 'Reset form after submission',
'errors_submission' => 'There was something wrong with your submission. Please check out the errors below.',
// Import page (general strings only)
'import_index_title' => 'Naimportovat transakce do Firefly III',
'import_transactions' => 'Importovat transakce',
'import_tools_title' => 'Import tools',
'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>.',
'firefly_iii_csv_importer_name' => 'Firefly III CSV importer',
'firefly_iii_bunq_importer_name' => 'Firefly III bunq 🌈 importer',
'firefly_iii_ynab_importer_name' => 'Firefly III YNAB importer',
'ludo_revolut_importer_name' => 'Ludo444\'s Revolut importer',
//
// sandstorm.io errors and messages:
'sandstorm_not_available' => 'Tato funkce není k dispozici, když používáte Firefly III v prostředí Sandstorm.io.',
// object groups
'default_group_title_name' => '(ungrouped)',
// empty lists? no objects? instructions:
'no_accounts_title_asset' => 'Vytvořme účet aktiv!',
'no_accounts_intro_asset' => 'You have no asset accounts yet. Asset accounts are your main accounts: your checking account, savings account, shared account or even your credit card.',
@@ -1651,7 +1650,7 @@ return [
'telemetry_disabled_now_what' => 'If you want to, you can enable telemetry in your .env file or in your Docker configuration.',
'telemetry_collected_info' => 'Collected information',
'no_telemetry_present' => 'Firefly III has collected zero telemetry records.',
'records_telemetry_present' => 'Firefly III has collected :count telemetry record(s).',
'records_telemetry_present' => 'Firefly III has collected :count telemetry record.|Firefly III has collected :count telemetry records.',
'telemetry_button_view' => 'View telemetry',
'telemetry_button_delete' => 'Delete all telemetry',
'telemetry_admin_overview' => 'Telemetry overview',
@@ -1664,5 +1663,27 @@ return [
'telemetry_delete_submitted_records' => 'Delete submitted records',
'telemetry_submission_executed' => 'Records have been submitted. Check your log files for more info.',
'telemetry_all_deleted' => 'All telemetry records have been deleted.',
'telemetry_submitted_deleted' => 'All submitted telemetry records have been deleted.'
'telemetry_submitted_deleted' => 'All submitted telemetry records have been deleted.',
// debug page
'debug_page' => 'Debug page',
'debug_submit_instructions' => 'If you are running into problems, you can use the information in this box as debug information. Please copy-and-paste into a new or existing <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub issue</a>. It will generate a beautiful table that can be used to quickly diagnose your problem.',
'debug_pretty_table' => 'If you copy/paste the box below into a GitHub issue it will generate a table. Please do not surround this text with backticks or quotes.',
'debug_additional_data' => 'You may also share the content of the box below. You can also copy-and-paste this into a new or existing <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub issue</a>. However, the content of this box may contain private information such as account names, transaction details or email addresses.',
// object groups
'object_groups_menu_bar' => 'Groups',
'object_groups_page_title' => 'Groups',
'object_groups_breadcrumb' => 'Groups',
'object_groups_index' => 'Overview',
'object_groups' => 'Groups',
'object_groups_empty_explain' => 'Some things in Firefly III can be divided into groups. Piggy banks for example, feature a "Group" field in the edit and create screens. When you set this field, you can edit the names and the order of the groups on this page. For more information, check out the help-pages in the top right corner, under the (?)-icon.',
'object_group_title' => 'Title',
'edit_object_group' => 'Edit group ":title"',
'delete_object_group' => 'Edit group ":title"',
'update_object_group' => 'Update group',
'updated_object_group' => 'Succesfully updated group ":title"',
'deleted_object_group' => 'Succesfully deleted group ":title"',
'object_group' => 'Group',
];

View File

@@ -137,6 +137,7 @@ return [
'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"?',
'object_group_areYouSure' => 'Are you sure you want to delete the group 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"?',
@@ -156,6 +157,7 @@ return [
'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.',
'not_delete_piggy_banks' => 'The piggy bank connected to this group will not be deleted.|The :count piggy banks connected to this group will not be deleted.',
'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.',
@@ -163,6 +165,8 @@ return [
'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' => 'Zjistit dostupnost případných aktualizací',
'delete_object_group' => 'Delete group ":title"',
'email' => 'E-mailová adresa',
'password' => 'Heslo',
'password_confirmation' => 'Heslo (zopakování)',
@@ -184,14 +188,11 @@ return [
'is_demo_site' => 'Je demostránka',
// import
'import_file' => 'Importovat soubor',
'configuration_file' => 'Soubor s nastaveními',
'import_file_type' => 'Typ souboru k importu',
'csv_comma' => 'Čárka (,)',
'csv_semicolon' => 'Středník (;)',
'csv_tab' => 'Tabulátor (neviditelný)',
'csv_delimiter' => 'Oddělovač kolonek v CSV',
'csv_import_account' => 'Výchozí účet pro import',
'client_id' => 'Identif. klienta',
'app_id' => 'Identif. aplikace',
'secret' => 'Secret',

View File

@@ -1,174 +0,0 @@
<?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' => 'Importovat data do Firefly III',
'prerequisites_breadcrumb_fake' => 'Prerequisites for the fake import provider',
'prerequisites_breadcrumb_spectre' => 'Prerequisites for Spectre',
'job_configuration_breadcrumb' => 'Nastavení pro „:key“',
'job_status_breadcrumb' => 'Stav importu pro „:key“',
'disabled_for_demo_user' => 'v ukázce vypnuté',
// index page:
'general_index_intro' => 'Vítejte v rutině importu do Firefly III. Data je možné importovat vícero způsoby, zobrazenými zde jako tlačítka.',
// 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' => 'Simulovat import',
'button_file' => 'Importovat soubor',
'button_spectre' => 'Importovat pomocí Spectre',
// 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_spectre' => 'Předpoklady pro importy z Spectre',
// 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>.',
'callback_not_tls' => 'Firefly III zjistilo následující URI adresu zpětného volání. Zdá se, že váš server není nastaven tak, aby přijímal TLS připojení (https). YNAB tuto URI nepřijme. Můžete pokračovat v importu (protože Firefly III se může mýlit), ale mějte to na paměti.',
// prerequisites success messages:
'prerequisites_saved_for_fake' => 'Atrapa API klíče úspěšně uložena!',
'prerequisites_saved_for_spectre' => 'Identif. aplikace a heslo uloženo!',
// job configuration:
'job_config_apply_rules_title' => 'Nastavení úlohy uplatnit vaše pravidla?',
'job_config_apply_rules_text' => 'Po spuštění atrapy poskytovatele je možné na transakce uplatnit pravidla. To ale prodlouží dobu importu.',
'job_config_input' => 'Vaše zadání',
// job configuration for the fake provider:
'job_config_fake_artist_title' => 'Zadejte název skupiny',
'job_config_fake_artist_text' => 'Mnoho importních rutin má několik kroků nastavení, kterými je třeba projít. V případě atrapy poskytovatele importu je třeba odpovědět na některé podivné otázky. V tomto případě pokračujte zadáním „David Bowie“.',
'job_config_fake_song_title' => 'Zadejte název skladby',
'job_config_fake_song_text' => 'Pro pokračování v atrapě importu zmiňte skladbu „Golden years2“.',
'job_config_fake_album_title' => 'Zadejte název alba',
'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' => 'Nastavení importu (1/4) nahrajte svůj soubor',
'job_config_file_upload_text' => 'Tato rutina vám pomůže importovat soubory z vaší banky do Firefly III. ',
'job_config_file_upload_help' => 'Vyberte soubor. Ověřte, že obsah souboru je ve znakové sadě UTF-8.',
'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' => 'Vyberte typ souboru, který budete nahrávat',
'job_config_file_upload_submit' => 'Nahrát soubory',
'import_file_type_csv' => 'CSV (středníkem oddělované hodnoty)',
'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' => 'Nastavení importu (2/4) základní nastavení souboru',
'job_config_uc_text' => 'Aby byl možný správný import, ověřte níže uvedené volby.',
'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' => 'Uplatnit pravidla',
'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' => 'Předvolby pro konkrétní banku',
'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' => 'Pokračovat',
'invalid_import_account' => 'You have selected an invalid account to import into.',
'import_liability_select' => 'Závazek',
// job configuration for Spectre:
'job_config_spectre_login_title' => 'Zvolte své přihlášení',
'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' => 'Aktivní',
'spectre_login_status_inactive' => 'Neaktivní',
'spectre_login_status_disabled' => 'Vypnuto',
'spectre_login_new_login' => 'Login with another bank, or one of these banks with different credentials.',
'job_config_spectre_accounts_title' => 'Vybrat účty ze kterých importovat',
'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' => '(neimportovat)',
'spectre_no_mapping' => 'It seems you have not selected any accounts to import from.',
'imported_from_account' => 'Importováno z „:account“',
'spectre_account_with_number' => 'Účet :number',
'job_config_spectre_apply_rules' => 'Uplatnit pravidla',
'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:
'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.',
// keys from "extra" array:
'spectre_extra_key_iban' => 'IBAN',
'spectre_extra_key_swift' => 'SWIFT',
'spectre_extra_key_status' => 'Stav',
'spectre_extra_key_card_type' => 'Typ karty',
'spectre_extra_key_account_name' => 'Název účtu',
'spectre_extra_key_client_name' => 'Jméno zákazníka',
'spectre_extra_key_account_number' => 'Číslo účtu',
'spectre_extra_key_blocked_amount' => 'Blokovaná částka',
'spectre_extra_key_available_amount' => 'Částka k dispozici',
'spectre_extra_key_credit_limit' => 'Credit limit',
'spectre_extra_key_interest_rate' => 'Úroková sazba',
'spectre_extra_key_expiry_date' => 'Datum skončení platnosti',
'spectre_extra_key_open_date' => 'Open date',
'spectre_extra_key_current_time' => 'Aktuální čas',
'spectre_extra_key_current_date' => 'Aktuální datum',
'spectre_extra_key_cards' => 'Karty',
'spectre_extra_key_units' => 'Jednotky',
'spectre_extra_key_unit_price' => 'Jednotková cena',
'spectre_extra_key_transactions_count' => 'Počet transakcí',
// 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' => 'Hodnota v kolonce',
'job_config_field_mapped' => 'Mapováno na',
'map_do_not_map' => '(nemapovat)',
'job_config_map_submit' => 'Zahájit import',
// import status page:
'import_with_key' => 'Importováno s klíčem „:key“',
'status_wait_title' => 'Vyčkejte…',
'status_wait_text' => 'Toto okno za okamžik zmizí.',
'status_running_title' => 'Import je spuštěn',
'status_job_running' => 'Čekejte, import probíhá…',
'status_job_storing' => 'Čekejte, ukládání dat…',
'status_job_rules' => 'Čekejte, spouštění pravidel…',
'status_fatal_title' => 'Fatální chyba',
'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 dokončen',
'status_finished_text' => 'Import byl dokončen.',
'finished_with_errors' => 'There were some errors during the import. Please review them carefully.',
'unknown_import_result' => 'Neznámý výsledek importu',
'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".',
// error message
'duplicate_row' => 'Row #:row (":description") could not be imported. It already exists.',
];

View File

@@ -88,7 +88,6 @@ return [
'attachments_count' => 'Počet příloh',
'bills_count' => 'Počet účtů',
'categories_count' => 'Počet kategorií',
'import_jobs_count' => 'Počet úloh importu',
'budget_count' => 'Počet rozpočtů',
'rule_and_groups_count' => 'Počet pravidel a skupin pravidel',
'tags_count' => 'Počet štítků',
@@ -104,9 +103,6 @@ return [
'sum_transfers' => 'Součet převodů',
'sum_reconciliations' => 'Sum of reconciliations',
'reconcile' => 'Reconcile',
'account_on_spectre' => 'Účet (Spectre)',
'account_on_ynab' => 'Účet (YNAB)',
'do_import' => 'Importovat z tohoto účtu',
'sepa_ct_id' => 'SEPA End to End Identifier',
'sepa_ct_op' => 'SEPA Opposing Account Identifier',
'sepa_db' => 'SEPA Mandate Identifier',

File diff suppressed because one or more lines are too long

View File

@@ -130,6 +130,7 @@ return [
'amount_zero' => 'Celková částka nemůže být nula.',
'current_target_amount' => 'Aktuální částka musí být menší než cílová částka.',
'unique_piggy_bank_for_user' => 'Je třeba, aby se názvy pokladniček neopakovaly.',
'unique_object_group' => 'The group name must be unique',
'secure_password' => 'Toto není bezpečné heslo. Zkuste jiné. Více se dozvíte na http://bit.ly/FF3-password-security',
'valid_recurrence_rep_type' => 'Neplatný typ opakování pro opakované transakce.',

View File

@@ -1,26 +0,0 @@
<?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

@@ -59,4 +59,6 @@ return [
'delete_journal_link' => 'Transaktionsverknüpfung löschen',
'telemetry_index' => 'Telemetrie',
'telemetry_view' => 'Telemetrie anzeigen',
'edit_object_group' => 'Gruppe „:title” bearbeiten',
'delete_object_group' => 'Gruppe „:title” löschen',
];

View File

@@ -1,26 +0,0 @@
<?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

@@ -33,6 +33,5 @@ return [
'currencies-index' => 'Firefly III kann mit Zahlungen in unterschiedlichen Währungen umgeben. Obwohl es den Euro standardmäßig nutzt, ist es möglich, US-Dollar oder andere Währungen zu verwenden. Eine kleine Auswahl an Währungen wird bereitgestellt. Sie können jedoch weitere hinzufügen. Eine Veränderung der Standardwährung verändert keine bestehende Buchungen. Firefly III unterstützt die Verwendung mehrerer Währungen zur gleichen Zeit.',
'transactions-index' => 'Diese Ausgaben, Einnahmen und Umbuchungen sind nicht besonders einfallsreich. Sie wurden automatisch generiert.',
'piggy-banks-index' => 'Hier wurden bereits drei Sparschweine angelegt. Der Betrag in den Sparschweinen kann über die Plus-/Minus-Buttons angepasst werden. Klicken Sie auf den Namen des Sparschweins um weitere Informationen einzusehen.',
'import-index' => 'Jede CSV-Datei kann in Firefly III importiert werden. Es wird auch der Import von Daten aus Bunq und Spectre unterstützt. Weitere Banken und Finanzaggregatoren werden in Zukunft implementiert. Als Demo-Anwender können Sie jedoch nur einen „Schein”-Anbieter in Aktion erleben. Es werden einige zufällige Transaktionen generiert, um Ihnen zu zeigen, wie der Prozess funktioniert.',
'profile-index' => 'Beachten Sie, dass die Demo-Seite alle vier Stunden zurückgesetzt wird. Ihr Zugang kann jederzeit widerrufen werden. Dies geschieht automatisch und ist kein Fehler.',
];

View File

@@ -221,6 +221,7 @@ return [
'is_beta_warning' => 'Sie verwenden eine BETA-Version. Seien Sie vorsichtig bei Fehlern und Problemen.',
'all_destination_accounts' => 'Zielkonten',
'all_source_accounts' => 'Quellkonten',
'back_to_index' => 'Zurück zum Index',
// check for updates:
'update_check_title' => 'Nach Updates suchen',
@@ -297,6 +298,7 @@ return [
'yearly' => 'jährlich',
// rules
'cannot_fire_inactive_rules' => 'Inaktive Regeln können nicht ausgeführt werden.',
'rules' => 'Regeln',
'rule_name' => 'Name der Regel',
'rule_triggers' => 'Regel wird ausgelöst wenn',
@@ -645,7 +647,7 @@ return [
'secure_pw_should' => 'Soll ich die Box ankreuzen?',
'secure_pw_long_password' => 'Ja. Damit vergewissern Sie sich immer, dass ihr Passwort sicher ist.',
'command_line_token' => 'Kommandozeilen-Authentifizierungsschlüssel',
'explain_command_line_token' => 'Sie benötigen dieses Token, um Kommandozeilenoptionen auszuführen, wie z. B. den Import oder Export von Daten. Ohne diese werden solche sensiblen Befehle nicht funktionieren. Teilen Sie Ihren Kommandozeilen-Authentifizierungsschlüssel nicht mit anderen. Niemand wird Sie um diesen Schlüssel bitten, nicht einmal ich. Wenn Sie befürchten, dass Sie diesen verloren haben, erneuern Sie den Schlüssel mit der Schaltfläche.',
'explain_command_line_token' => 'You need this token to perform command line options, such as exporting data. Without it, that sensitive command will not work. Do not share your command line token. Nobody will ask you for this token, not even me. If you fear you lost this, or when you\'re paranoid, regenerate this token using the button.',
'regenerate_command_line_token' => 'Kommandozeilen-Authentifizierungsschlüssel erneut generieren',
'token_regenerated' => 'Ein neuer Kommandozeilen-Authentifizierungsschlüssel wurde generiert',
'change_your_email' => 'E-Mail Adresse ändern',
@@ -654,7 +656,8 @@ return [
'login_with_new_email' => 'Sie können sich jetzt mit Ihrer neuen E-Mail-Adresse anmelden.',
'login_with_old_email' => 'Sie können sich jetzt wieder mit Ihrer alten E-Mail-Adresse anmelden.',
'login_provider_local_only' => 'Diese Aktion ist bei der Authentifizierung durch ":login_provider" nicht verfügbar.',
'delete_local_info_only' => "Dies wird nur lokale Firefly-III-Informationen löschen, da Sie durch ':login_provider' authentifiziert sind.",
'external_user_mgt_disabled' => 'Diese Aktion ist nicht verfügbar, wenn Firefly III nicht für die Benutzerverwaltung oder die Authentifizierungsbehandlung zuständig ist.',
'delete_local_info_only' => "Da Firefly III nicht für die Benutzerverwaltung oder die Authentifizierungsbehandlung zuständig ist, löscht diese Funktion nur lokale Firefly III-Informationen.",
'profile_oauth_clients' => 'OAuth-Clients',
'profile_oauth_no_clients' => 'Sie haben noch keine OAuth-Clients erstellt.',
'profile_oauth_clients_header' => 'Clients',
@@ -684,7 +687,6 @@ return [
'profile_try_again' => 'Ein Problem ist aufgetreten. Bitte versuchen Sie es erneut.',
// export data:
'import_and_export_menu' => 'Im- und Export',
'export_data_title' => 'Daten aus Firefly III exportieren',
'export_data_menu' => 'Daten exportieren',
'export_data_bc' => 'Daten aus Firefly III exportieren',
@@ -855,8 +857,11 @@ return [
'auto_budget_help' => 'Mehr über diese Funktion können Sie in der Hilfe nachlesen. Klicken Sie oben rechts auf das ❓-Symbol.',
'auto_budget_reset_icon' => 'Dieses Budget wird regelmäßig festgelegt',
'auto_budget_rollover_icon' => 'Der Budgetbetrag wird regelmäßig erhöht',
'remove_budgeted_amount' => 'Remove budgeted amount in :currency',
// bills:
'not_expected_period' => 'Not expected this period',
'not_or_not_yet' => 'Not (yet)',
'match_between_amounts' => 'Rechnung passt zu Transaktionen zwischen :low und :high.',
'running_again_loss' => 'Zuvor verknüpfte Buchungen mit dieser Rechnung können ihre Verbindung verlieren, wenn sie (nicht mehr) der/den Regel(n) entsprechen.',
'bill_related_rules' => 'Regeln mit Verknüpfung zu dieser Rechnung',
@@ -885,6 +890,7 @@ return [
'bill_store_error' => 'Beim Speichern Ihrer neuen Rechnung ist ein unerwarteter Fehler aufgetreten. Bitte überprüfen Sie die Protokolldateien.',
'list_inactive_rule' => 'Inaktive Regeln',
'bill_edit_rules' => 'Firefly III wird versuchen, auch die mit dieser Rechnung zusammenhängende Regel zu ändern. Wenn Sie diese Regel jedoch selbst bearbeitet haben, wird Firefly III nichts ändern.|Firefly III wird versuchen, die :count mit dieser Rechnung zusammenhängenden Regeln ebenfalls zu bearbeiten. Wenn Sie diese Regeln jedoch selbst bearbeitet haben, wird Firefly III nichts ändern.',
'bill_expected_date' => 'Voraussichtlich :date',
// accounts:
'inactive_account_link' => 'Sie haben :count inaktives (archiviertes) Konto, das Sie auf dieser separaten Seite sehen können. Sie haben :count inaktive (archivierte) Konten, die Sie auf dieser separaten Seite anzeigen können.',
@@ -1500,19 +1506,12 @@ return [
'reset_after' => 'Formular nach der Übermittlung zurücksetzen',
'errors_submission' => 'Problem bei der Übermittlung. Bitte überprüfen Sie die nachfolgenden Fehler.',
// Import page (general strings only)
'import_index_title' => 'Buchungen in Firefly III importieren',
'import_transactions' => 'Buchungen importieren',
'import_tools_title' => 'Werkzeuge importieren',
'tools_index_intro' => 'Es gibt mehrere Werkzeuge, um Daten in Firefly III zu importieren (Diese werden unten vorgestellt). Weitere Informationen finden Sie unter <a href="https://docs.firefly-iii.org/importing-data/introduction">hier auf dieser Seite</a>.',
'firefly_iii_csv_importer_name' => 'Firefly III • CSV-Import',
'firefly_iii_bunq_importer_name' => 'Firefly III Bunq 🌈 importieren',
'firefly_iii_ynab_importer_name' => 'Firefly III • YNAB-Import',
'ludo_revolut_importer_name' => 'Ludo444\'s Revolut-Importer',
//
// sandstorm.io errors and messages:
'sandstorm_not_available' => 'Diese Funktion ist nicht verfügbar, wenn Sie Firefly III in einer Sandstorm.io-Umgebung verwenden.',
// object groups
'default_group_title_name' => '(ungrouped)',
// empty lists? no objects? instructions:
'no_accounts_title_asset' => 'Lassen Sie uns jetzt ein Bestandskonto anlegen!',
'no_accounts_intro_asset' => 'Sie verfügen noch über keine Bestandskonten. Bestandskonten sind Ihre Hauptkonten: Ihr Girokonto, Sparkonto, Gemeinschaftskonto oder sogar Ihre Kreditkarte.',
@@ -1651,7 +1650,7 @@ return [
'telemetry_disabled_now_what' => 'Wenn Sie möchten, können Sie die Telemetrie in Ihrer .env-Datei oder in Ihrer Docker-Konfiguration aktivieren.',
'telemetry_collected_info' => 'Gesammelte Informationen',
'no_telemetry_present' => 'Firefly III hat keinerlei Telemetriedaten aufgezeichnet.',
'records_telemetry_present' => 'Firefly III hat :count Telemetriedaten erfasst.',
'records_telemetry_present' => 'Firefly III hat :count Telemetrie-Aufzeichnungen erfasst.|Firefly III hat :count Telemetrie-Aufzeichnungen erfasst.',
'telemetry_button_view' => 'Telemetrie anzeigen',
'telemetry_button_delete' => 'Alle Telemetriedaten löschen',
'telemetry_admin_overview' => 'Telemetrieübersicht',
@@ -1664,5 +1663,27 @@ return [
'telemetry_delete_submitted_records' => 'Übertragene Datensätze löschen',
'telemetry_submission_executed' => 'Datensätze wurden übermittelt. Überprüfen Sie Ihre Protokolldateien für weitere Informationen.',
'telemetry_all_deleted' => 'Alle Telemetriedaten wurden gelöscht.',
'telemetry_submitted_deleted' => 'Alle übermittelten Telemetriedaten wurden gelöscht.'
'telemetry_submitted_deleted' => 'Alle übermittelten Telemetriedaten wurden gelöscht.',
// debug page
'debug_page' => 'Fehlersuche-Seite',
'debug_submit_instructions' => 'Wenn Sie auf Probleme stoßen, können Sie die Informationen in diesem Feld als Fehlerbehebungsinformationen verwenden. Bitte kopieren Sie die Informationen per Kopieren und Einfügen in ein neues oder bestehendes <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub issue</a>. Dadurch wird eine übersichtliche Tabelle erzeugt, die zur schnellen Diagnose Ihres Problems verwendet werden kann.',
'debug_pretty_table' => 'Wenn Sie das Feld unten in eine GitHub-Ausgabe kopieren/einfügen, wird eine Tabelle generiert. Bitte diesen Text nicht in Backticks oder Anführungszeichen setzen.',
'debug_additional_data' => 'Sie können auch den Inhalt des Feldes unten freigeben. Sie können ihn auch durch Kopieren und Einfügen in eine neue oder bestehende <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub-Ausgabe</a> einfügen. Der Inhalt dieses Feldes kann jedoch private Informationen wie Kontonamen, Transaktionsdetails oder E-Mail-Adressen enthalten.',
// object groups
'object_groups_menu_bar' => 'Gruppen',
'object_groups_page_title' => 'Gruppen',
'object_groups_breadcrumb' => 'Gruppen',
'object_groups_index' => 'Übersicht',
'object_groups' => 'Gruppen',
'object_groups_empty_explain' => 'Einige Dinge in Firefly III lassen sich in Gruppen einteilen. Sparschweine zum Beispiel verfügen über ein Feld "Gruppe" in den Bearbeitungs- und Erstellungsmasken. Wenn Sie dieses Feld einstellen, können Sie die Namen und die Reihenfolge der Gruppen auf dieser Seite bearbeiten. Weitere Informationen finden Sie auf den Hilfeseiten oben rechts unter dem ❓-Symbol.',
'object_group_title' => 'Titel',
'edit_object_group' => 'Gruppe „:title” bearbeiten',
'delete_object_group' => 'Gruppe „:title” bearbeiten',
'update_object_group' => 'Gruppe aktualisieren',
'updated_object_group' => 'Gruppe „:title” erfolgreich aktualisiert',
'deleted_object_group' => 'Gruppe „:title” erfolgreich entfernt',
'object_group' => 'Gruppe',
];

View File

@@ -137,6 +137,7 @@ return [
'account_areYouSure' => 'Möchten Sie das Konto „:name” wirklich löschen?',
'bill_areYouSure' => 'Möchten Sie die Rechnung „:name” wirklich löschen?',
'rule_areYouSure' => 'Sind Sie sicher, dass Sie die Regel mit dem Titel ":title" löschen möchten?',
'object_group_areYouSure' => 'Möchten Sie die Gruppe „:title” wirklich löschen?',
'ruleGroup_areYouSure' => 'Sind Sie sicher, dass sie die Regelgruppe ":title" löschen möchten?',
'budget_areYouSure' => 'Möchten Sie das Budget „:name” wirklich löschen?',
'category_areYouSure' => 'Möchten Sie die Kategorie „:name” wirklich löschen?',
@@ -156,6 +157,7 @@ return [
'also_delete_connections' => 'Die einzige Transaktion, die mit diesem Verknüpfungstyp verknüpft ist, verliert diese Verbindung. • Alle :count Buchungen, die mit diesem Verknüpfungstyp verknüpft sind, verlieren ihre Verbindung.',
'also_delete_rules' => 'Die einzige Regel, die mit diesem Konto verknüpft ist, wird ebenfalls gelöscht. | Alle :count Regeln, die mit diesem Konto verknüpft sind, werden ebenfalls gelöscht.',
'also_delete_piggyBanks' => 'Das einzige Sparschwein, das mit diesem Konto verknüpft ist, wird ebenfalls gelöscht. | Alle :count Sparschweine, die mit diesem Konto verknüpft sind, werden ebenfalls gelöscht.',
'not_delete_piggy_banks' => 'Die mit dieser Gruppe verbundene Spardose wird nicht gelöscht.| Die mit dieser Gruppe verbundenen :count Spardosen werden nicht gelöscht.',
'bill_keep_transactions' => 'Die einzige mit dieser Rechnung verbundene Buchung wird nicht gelöscht. | Keine der :count Buchungen, die mit dieser Rechnung verbunden sind, wird gelöscht.',
'budget_keep_transactions' => 'Die einzige diesem Budget zugeordnete Buchung wird nicht gelöscht. | Keine der :count Buchungen, die diesem Budget zugeordnet sind, wird gelöscht.',
'category_keep_transactions' => 'Die einzige Buchung, die mit dieser Kategorie verbunden ist, wird nicht gelöscht. | Keine der :count Buchungen, die mit dieser Kategorie verbunden sind, wird gelöscht.',
@@ -163,6 +165,8 @@ return [
'tag_keep_transactions' => 'Das einzige mit dieser Rechnung verbundene Schlagwort wird nicht gelöscht. | Keines der :count Schlagwörter, die mit dieser Rechnung verbunden sind, wird gelöscht.',
'check_for_updates' => 'Nach Updates suchen',
'delete_object_group' => 'Gruppe „:title” löschen',
'email' => 'E-Mail Adresse',
'password' => 'Passwort',
'password_confirmation' => 'Passwort (wiederholen)',
@@ -184,14 +188,11 @@ return [
'is_demo_site' => 'Ist eine Demonstrationsseite',
// import
'import_file' => 'Datei importieren',
'configuration_file' => 'Konfigurationsdatei',
'import_file_type' => 'Import-Dateityp',
'csv_comma' => 'Ein Komma (,)',
'csv_semicolon' => 'Ein Semikolon (;)',
'csv_tab' => 'Ein Tab (unsichtbar)',
'csv_delimiter' => 'CSV-Trennzeichen',
'csv_import_account' => 'Standard Import-Konto',
'client_id' => 'Client-ID',
'app_id' => 'App-ID',
'secret' => 'Geheimnis',

View File

@@ -1,56 +0,0 @@
<?php
/**
* help.php
* Copyright (c) 2018 james@firefly-iii.org
*
* This file is part of Firefly III.
*
* Firefly III is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Firefly III 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 General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with Firefly III. If not, see <http://www.gnu.org/licenses/>.
*/
declare(strict_types=1);
/**
* help.php
* Copyright (C) 2016 james@firefly-iii.org
*
* This software may be modified and distributed under the terms of the
* Creative Commons Attribution-ShareAlike 4.0 International License.
*
* See the LICENSE file for details.
*/
return [
// tour!
'main-content-title' => 'Willkommen bei Firefly III',
'main-content-text' => 'Tun Sie sich selbst einen Gefallen und folgen Sie dieser kurzen Tour, damit Sie wissen wie alles funktioniert.',
'sidebar-toggle-title' => 'Sidebar um neuen Dinge zu erstellen',
'sidebar-toggle-text' => 'Versteckt hinter dem Plus-Icon sind alle Schaltflächen zum Erstellen von neuen Dingen. Konten, Überweisungen, Alles!',
'account-menu-title' => 'Alle Ihre Konten',
'account-menu-text' => 'Hier finden Sie alle Konten, die Sie erstellt haben.',
'budget-menu-title' => 'Budget',
'budget-menu-text' => 'Nutzen Sie diese Seite um ihre Finanzen und Ausgabelimits zu organisieren.',
'report-menu-title' => 'Berichte',
'report-menu-text' => 'Schauen Sie hier nach, wenn Sie einen grundlegenden Überblick über ihre Finanzen erhalten wollen.',
'transaction-menu-title' => 'Überweisungen',
'transaction-menu-text' => 'Alle Überweisungen, die Sie erstellt haben, finden Sie hier.',
'option-menu-title' => 'Optionen',
'option-menu-text' => 'Dies ist ziemlich selbsterklärend.',
'main-content-end-title' => 'Ende!',
'main-content-end-text' => 'Denken Sie daran, dass jede Seite ein kleines Fragezeichen in der oberen rechten Ecke hat. Klicken Sie darauf um Hilfe zur aktuellen Seite zu erhalten.',
'index' => 'index',
'home' => 'home',
];

View File

@@ -1,174 +0,0 @@
<?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' => 'Daten in Firefly III importieren',
'prerequisites_breadcrumb_fake' => 'Voraussetzungen für den Scheinimportanbieter',
'prerequisites_breadcrumb_spectre' => 'Voraussetzungen für Spectre',
'job_configuration_breadcrumb' => 'Konfiguration für „:key”',
'job_status_breadcrumb' => 'Importstatus für „:key”',
'disabled_for_demo_user' => 'in der Demo deaktiviert',
// index page:
'general_index_intro' => 'Willkommen beim Importassistenten von Firefly III. Es gibt einige Möglichkeiten, Daten in Firefly III zu importieren, die hier als Schaltflächen angezeigt werden.',
// notices about the CSV importer:
'deprecate_csv_import' => 'Wie in <a href="https://www.patreon.com/posts/future-updates-30012174">diesem Artikel auf Patreon</a> beschrieben, wird sich die Art und Weise, wie Firefly III den Datenimport verwaltet, ändern. Dies bedeutet, dass der CSV-Import in ein neues, separates Modul verschoben wird. Sie können dieses Modul bereits als Beta-Version testen, wenn Sie <a href="https://github.com/firefly-iii/csv-importer">dieses GitHub-Repository</a> besuchen. Ich würde es begrüßen, wenn Sie die neue Importfunktion testen und mir Ihre Meinung mitteilen würden.',
'final_csv_import' => 'Wie in <a href="https://www.patreon.com/posts/future-updates-30012174">diesem Patreon-Beitrag</a> beschrieben, wird sich die Art und Weise ändern, wie Firefly III den Datenimport verwaltet. Das bedeutet, dass dies die letzte Version von Firefly III ist, die mit einem CSV-Importwerkzeug ausgeliefert wird. Es ist eine separate Anwendung verfügbar, die Sie selbst ausprobieren könnten: <a href="https://github.com/firefly-iii/csv-importer">den Firefly III CSV importer</a>. Ich würde es begrüßen, wenn Sie das neue Importwerkzeug testen und mir Ihre Meinung mitteilen würden.',
// import provider strings (index):
'button_fake' => 'Importfunktion testen',
'button_file' => 'Datei importieren',
'button_spectre' => 'Importieren mit Spectre',
// prerequisites box (index)
'need_prereq_title' => 'Importvoraussetzungen',
'need_prereq_intro' => 'Einige Importmethoden benötigen Ihre Aufmerksamkeit, bevor sie verwendet werden können. Beispielsweise benötigen sie spezielle API-Schlüssel oder Anwendungsgeheimnisse. Sie können sie hier konfigurieren. Das Symbol zeigt an, ob diese Voraussetzungen erfüllt sind.',
'do_prereq_fake' => 'Voraussetzungen für den Scheinanbieter',
'do_prereq_file' => 'Voraussetzungen für den Dateiimport',
'do_prereq_spectre' => 'Voraussetzungen für den Import mit Spectre',
// prerequisites:
'prereq_fake_title' => 'Voraussetzungen für einen Import vom Scheinimportanbieter',
'prereq_fake_text' => 'Dieser Scheinanbieter benötigt einen eigenen API-Schlüssel. Dieser muss 32 Zeichen lang sein. Sie können diese hier verwenden: 123456789012345678901234567890AA',
'prereq_spectre_title' => 'Voraussetzungen für einen Import durch Verwendung der Spectre-API',
'prereq_spectre_text' => 'Um Daten über die Spectre-API (v4) zu importieren, müssen Sie Firefly III zwei geheime Werte zur Verfügung stellen. Diese können auf der <a href="https://www.saltedge.com/clients/profile/secrets">Geheimnisse-Seite</a> gefunden werden.',
'prereq_spectre_pub' => 'Ebenso muss die Spectre-API den öffentlichen Schlüssel kennen, der unten angezeigt wird. Ohne diesen wird sie Sie nicht erkennen. Bitte geben Sie diesen öffentlichen Schlüssel auf Ihrer <a href="https://www.saltedge.com/clients/profile/secrets">Geheimnisse-Seite</a> ein.',
'callback_not_tls' => 'Firefly III hat die folgende Callback-URI erkannt. Es scheint, dass Ihr Server nicht für TLS-Verbindungen (https) eingerichtet ist. YNAB akzeptiert diese URI nicht. Sie können mit dem Import fortfahren (weil Firefly III falsch sein könnte), aber bitte beachten Sie dies.',
// prerequisites success messages:
'prerequisites_saved_for_fake' => 'Schein-API-Schlüssel erfolgreich gespeichert!',
'prerequisites_saved_for_spectre' => 'App-ID und Geheimnis gespeichert!',
// job configuration:
'job_config_apply_rules_title' => 'Aufgabenkonfiguration - Regeln übernehmen?',
'job_config_apply_rules_text' => 'Sobald der Scheinanbieter ausgeführt wird, können Ihre Regeln auf die Buchungen angewendet werden. Dies erhöht die Zeit für den Import.',
'job_config_input' => 'Ihre Eingaben',
// job configuration for the fake provider:
'job_config_fake_artist_title' => 'Albumname eingeben',
'job_config_fake_artist_text' => 'Viele Importassistent haben einige Konfigurationsschritte, die Sie ausführen müssen. Im Falle des gefälschten Importanbieters müssen Sie einige seltsame Fragen beantworten. Geben Sie in diesem Fall „David Bowie” ein, um fortzufahren.',
'job_config_fake_song_title' => 'Titelnamen eingeben',
'job_config_fake_song_text' => 'Nennen Sie den Song „Golden years”, um mit dem Scheinimport fortzufahren.',
'job_config_fake_album_title' => 'Albumname eingeben',
'job_config_fake_album_text' => 'Einige Importassistenten benötigen nach der Hälfte des Imports zusätzliche Daten. Im Falle des Scheinimportanbieter müssen Sie einige seltsame Fragen beantworten. Geben Sie „Station to station” ein, um fortzufahren.',
// job configuration form the file provider
'job_config_file_upload_title' => 'Import einrichten (1/4) • Ihre Datei hochladen',
'job_config_file_upload_text' => 'Diese Assistent wird Ihnen helfen, Dateien von Ihrer Bank in Firefly III zu importieren. ',
'job_config_file_upload_help' => 'Wählen Sie Ihre Datei aus. Bitte stellen Sie sicher, dass die Datei UTF-8-kodiert ist.',
'job_config_file_upload_config_help' => 'Wenn Sie zuvor Daten in Firefly III importiert haben, verfügen Sie möglicherweise über eine Konfigurationsdatei, die Ihnen die Konfigurationswerte vorgibt. Für einige Banken haben andere Benutzer freundlicherweise ihre<a href="https://github.com/firefly-iii/import-configurations/wiki">Konfigurationsdatei</a> zur Verfügung gestellt.',
'job_config_file_upload_type_help' => 'Typ der hochzuladenden Datei auswählen',
'job_config_file_upload_submit' => 'Dateien hochladen',
'import_file_type_csv' => 'CSV (Kommagetrennte Werte)',
'import_file_type_ofx' => 'OFX',
'file_not_utf8' => 'Die hochgeladene Datei ist nicht als UTF-8 oder ASCII kodiert. Firefly III kann mit solchen Dateien nicht umgehen. Bitte verwenden Sie „Notepad++” oder „Sublime”, um Ihre Datei in UTF-8 zu konvertieren.',
'job_config_uc_title' => 'Import einrichten (2/4) • Allgemeine Datei-Einstellungen',
'job_config_uc_text' => 'Um Ihre Datei korrekt importieren zu können, überprüfen Sie bitte die folgenden Optionen.',
'job_config_uc_header_help' => 'Markieren Sie dieses Feld, wenn die erste Zeile Ihrer CSV-Datei die Spaltenüberschriften enthält.',
'job_config_uc_date_help' => 'Datumsformat in Ihrer Datei. Folgen Sie dem auf <a href="https://secure.php.net/manual/en/datetime.createfromformat.php#refsect1-datetime.createfromformat-parameters">dieser Seite</a> angegebenen Format. Der Standardwert analysiert Daten, die wie folgt aussehen: :dateExample.',
'job_config_uc_delimiter_help' => 'Wählen Sie das Feldtrennzeichen, das in Ihrer Eingabedatei verwendet wird. Wenn nicht sicher, ist das Komma die sicherste Option.',
'job_config_uc_account_help' => 'Wenn Ihre Datei KEINE Informationen über Ihr(e) Anlagenkont(o/en) enthält, wählen Sie über dieses Auswahlmenü aus, zu welchem Konto die Buchungen in der Datei gehören.',
'job_config_uc_apply_rules_title' => 'Regeln anwenden',
'job_config_uc_apply_rules_text' => 'Wendet Ihre Regeln auf jede importierte Buchung an. Beachten Sie, dass dies den Import erheblich verlangsamt.',
'job_config_uc_specifics_title' => 'Bankspezifische Einstellungen',
'job_config_uc_specifics_txt' => 'Einige Banken liefern schlecht formatierte Dateien. Firefly III kann diese automatisch korrigieren. Wenn Ihre Bank solche Dateien liefert, diese aber hier nicht aufgeführt sind, öffnen Sie bitte einen Fehlerbericht auf GitHub.',
'job_config_uc_submit' => 'Fortsetzen',
'invalid_import_account' => 'Sie haben ein ungültiges Konto zum Importieren ausgewählt.',
'import_liability_select' => 'Verbindlichkeit',
// job configuration for Spectre:
'job_config_spectre_login_title' => 'Wählen Sie Ihre Zugangsdaten',
'job_config_spectre_login_text' => 'Firefly III hat :count bestehende Zugangsdaten in Ihrem Spectre-Konto gefunden. Von welchem möchten Sie importieren?',
'spectre_login_status_active' => 'Aktiv',
'spectre_login_status_inactive' => 'Inaktiv',
'spectre_login_status_disabled' => 'Deaktiviert',
'spectre_login_new_login' => 'Melden Sie sich bei einer anderen Bank oder einer dieser Banken mit anderen Zugangsdaten an.',
'job_config_spectre_accounts_title' => 'Import-Konten auswählen',
'job_config_spectre_accounts_text' => 'Sie haben „:name” (:country) gewählt. Sie haben :count Konto(s) bei diesem Anbieter. Bitte wählen Sie das/die Firefly III-Kont(o/en), auf dem/denen die Buchungen von diesen Konten gespeichert werden sollen. Denken Sie daran, dass zum Importieren von Daten sowohl das Firefly III-Konto als auch das „:name”-Konto dieselbe Währung haben müssen.',
'spectre_do_not_import' => '(Nicht importieren)',
'spectre_no_mapping' => 'Es scheint, dass Sie keine Konten zum Importieren ausgewählt haben.',
'imported_from_account' => 'Von „:account” importiert',
'spectre_account_with_number' => 'Konto :number',
'job_config_spectre_apply_rules' => 'Regeln übernehmen',
'job_config_spectre_apply_rules_text' => 'Standardmäßig werden Ihre Regeln auf die Buchungen angewendet, die während dieser Importfunktion erstellt wurden. Wenn Sie dies nicht wünschen, entfernen Sie die Markierung dieses Kontrollkästchens.',
// job configuration for bunq:
'should_download_config' => 'Sie sollten <a href=":route">die Konfigurationsdatei</a> für diesen Aufgabe herunterladen. Dies wird zukünftige Importe erheblich erleichtern.',
'share_config_file' => 'Wenn Sie Daten von einer öffentlichen Bank importiert haben, sollten Sie <a href="https://github.com/firefly-iii/import-configurations/wiki"> Ihre Konfigurationsdatei freigeben</a>, damit es für andere Benutzer einfach ist, ihre Daten zu importieren. Wenn Sie Ihre Konfigurationsdatei freigeben, werden Ihre finanziellen Daten nicht preisgegeben.',
// keys from "extra" array:
'spectre_extra_key_iban' => 'IBAN',
'spectre_extra_key_swift' => 'SWIFT Code',
'spectre_extra_key_status' => 'Status',
'spectre_extra_key_card_type' => 'Kartentyp',
'spectre_extra_key_account_name' => 'Kontoname',
'spectre_extra_key_client_name' => 'Client-Name',
'spectre_extra_key_account_number' => 'Kontonummer',
'spectre_extra_key_blocked_amount' => 'Gesperrter Betrag',
'spectre_extra_key_available_amount' => 'Verfügbarer Betrag',
'spectre_extra_key_credit_limit' => 'Kreditrahmen',
'spectre_extra_key_interest_rate' => 'Zinssatz',
'spectre_extra_key_expiry_date' => 'Gültig bis',
'spectre_extra_key_open_date' => 'Anfangsdatum',
'spectre_extra_key_current_time' => 'Aktuelle Uhrzeit',
'spectre_extra_key_current_date' => 'Aktuelles Datum',
'spectre_extra_key_cards' => 'Karten',
'spectre_extra_key_units' => 'Einheiten',
'spectre_extra_key_unit_price' => 'Stückpreis',
'spectre_extra_key_transactions_count' => 'Anzahl der Buchungen',
// job config for the file provider (stage: mapping):
'job_config_map_title' => 'Import einrichten (4/4) - Importdaten mit Firefly III-Daten verknüpfen',
'job_config_map_text' => 'In den folgenden Tabellen zeigt der linke Wert Informationen, die sich in Ihrer hochgeladenen Datei befinden. Es ist Ihre Aufgabe, diesen Wert, wenn möglich, einem bereits in der Datenbank vorhandenen zuzuordnen. Firefly wird sich an diese Zuordnung halten. Wenn kein Wert für die Zuordnung vorhanden ist oder Sie den bestimmten Wert nicht abbilden möchten, wählen Sie nichts aus.',
'job_config_map_nothing' => 'Ihre Datei enthält keine Daten, die bestehenden Werten zugeordnet werden können. Klicken Sie „Import starten” um fortzufahren.',
'job_config_field_value' => 'Feldwert',
'job_config_field_mapped' => 'Zugeordnet zu',
'map_do_not_map' => '(keine Zuordnung)',
'job_config_map_submit' => 'Import starten',
// import status page:
'import_with_key' => 'Mit Schlüssel „:key” importieren',
'status_wait_title' => 'Bitte warten...',
'status_wait_text' => 'Diese Box wird gleich ausgeblendet.',
'status_running_title' => 'Import wird ausgeführt',
'status_job_running' => 'Bitte warten, Import wird ausgeführt …',
'status_job_storing' => 'Bitte warten, Daten werden gespeichert …',
'status_job_rules' => 'Bitte warten, Regeln werden angewendet …',
'status_fatal_title' => 'Schwerwiegender Fehler',
'status_fatal_text' => 'Der Import hat einen Fehler verursacht, der nicht behoben werden konnte. Entschuldigung!',
'status_fatal_more' => 'Diese (möglicherweise sehr kryptische) Fehlermeldung wurde durch Protokolldateien ergänzt, die Sie auf Ihrer Festplatte oder im Docker-Container finden, von dem aus Sie Firefly III ausführen.',
'status_finished_title' => 'Importieren abgeschlossen',
'status_finished_text' => 'Import abgeschlossen.',
'finished_with_errors' => 'Beim Import gab es einige Fehler. Bitte prüfen Sie diese sorgfältig.',
'unknown_import_result' => 'Unbekanntes Importergebnis',
'result_no_transactions' => 'Es wurden keine Buchungen importiert. Vielleicht waren sie alle Duplikate, sind einfach keine Buchungen, die importiert werden könnten. Vielleicht können Ihnen die Protokolldateien sagen, was passiert ist. Wenn Sie regelmäßig Daten importieren, ist dies normal.',
'result_one_transaction' => 'Es wurde genau eine Buchung importiert. Diese wurde unter dem Schlagwort <a href=":route" class="label label-success" style="font-size:100%;font-weight:normal;">:tag</a> gespeichert, wo Sie diese weiter untersuchen können.',
'result_many_transactions' => 'Firefly III hat :count Buchungen importiert. Diese wurden unter dem Schlagwort <a href=":route" class="label label-success" style="font-size:100%;font-weight:normal;">:tag</a> gespeichert, wo Sie diese weiter untersuchen können.',
// general errors and warnings:
'bad_job_status' => 'Um auf diese Seite zuzugreifen, darf Ihr Importauftrag nicht den Status „:status” haben.',
// error message
'duplicate_row' => 'Zeile #:row (":description") konnte nicht importiert werden, da sie bereits existiert.',
];

View File

@@ -88,7 +88,6 @@ return [
'attachments_count' => 'Anzahl Anhänge',
'bills_count' => 'Anzahl Rechnungen',
'categories_count' => 'Anzahl Kategorien',
'import_jobs_count' => 'Anzahl importierter Jobs',
'budget_count' => 'Anzahl Kostenpläne',
'rule_and_groups_count' => 'Anzahl Regeln und Regelgruppen',
'tags_count' => 'Anzahl Tags',
@@ -104,9 +103,6 @@ return [
'sum_transfers' => 'Summe der Umbuchungen',
'sum_reconciliations' => 'Summe der Kontenabgleiche',
'reconcile' => 'Abgleichen',
'account_on_spectre' => 'Konto (Spectre)',
'account_on_ynab' => 'Konto (YNAB)',
'do_import' => 'Von diesem Konto importieren',
'sepa_ct_id' => 'SEPA • Ende-zu-Ende-Identifikationsnummer',
'sepa_ct_op' => 'SEPA-Gläubiger-Identifikationsnummer',
'sepa_db' => 'SEPA • Mandatskennung',

View File

@@ -130,6 +130,7 @@ return [
'amount_zero' => 'Der Gesamtbetrag darf nicht Null sein.',
'current_target_amount' => 'Der aktuelle Betrag muss niedriger als der Zielbetrag sein.',
'unique_piggy_bank_for_user' => 'Der Name des Sparschweins muss eindeutig sein.',
'unique_object_group' => 'Der Gruppenname muss eindeutig sein',
'secure_password' => 'Dies ist ein unsicheres Passwort. Bitte versuchen Sie es erneut. Weitere Informationen finden Sie unter https://github.com/firefly-iii/help/wiki/Secure-password',
'valid_recurrence_rep_type' => 'Ungültige Wiederholungsart für Daueraufträge.',

View File

@@ -1,26 +0,0 @@
<?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

@@ -59,4 +59,6 @@ return [
'delete_journal_link' => 'Διαγραφή συνδέσμου μεταξύ των συναλλαγών',
'telemetry_index' => 'Τηλεμετρία',
'telemetry_view' => 'Προβολή τηλεμετρίας',
'edit_object_group' => 'Edit group ":title"',
'delete_object_group' => 'Delete group ":title"',
];

View File

@@ -1,26 +0,0 @@
<?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

@@ -33,6 +33,5 @@ return [
'currencies-index' => 'Το Firefly III υποστηρίζει πολλαπλά νομίσματα. Αν και έχει προεπιλογή το Ευρώ, αυτό μπορεί να αλλάξει σε Αμερικάνικο Δολάριο και πολλά άλλα νομίσματα. Όπως βλέπετε έχει περιληφθεί μια μικρή επιλογή νομισμάτων και μπορείτε να προσθέσετε τα δικά σας εάν επιθυμείτε. Αλλάζοντας το προεπιλεγμένο νόμισμα δε θα αλλάξει το νόμισμα των υπαρχόντων συναλλαγών: To Firefly III υποστηρίζει τη ταυτόχρονη χρήση πολλαπλών νομισμάτων.',
'transactions-index' => 'Αυτά τα έξοδα, οι καταθέσεις και οι μεταφορές δεν είναι ιδιαιτέρως φανταστικές. Έχουν δημιουργηθεί αυτόματα.',
'piggy-banks-index' => 'Όπως βλέπετε, υπάρχουν τρεις κουμπαράδες. Χρησιμοποιήστε τα κουμπιά συν και μείον για να επηρεάσετε το ποσό των χρημάτων σε κάθε κουμπαρά. Κλικάρετε το όνομα του κουμπαρά για να δείτε τη διαχείριση για κάθε κουμπαρά.',
'import-index' => 'Κάθε αρχείο CSV μπορεί να εισαχθεί στο Firefly III. Επίσης υποστηρίζει εισαγωγή δεδομένων από το bunq και το Spectre. Άλλες τράπεζες και χρηματοπιστωτικοί συγκεντρωτές θα εφαρμοστούν μελλοντικά. Ως χρήστης-demo ωστόσο, μπορείτε να δείτε τον "ψευδοπάροχο" σε λειτουργία. Θα δημιουργήσει κάποιες τυχαίες συναλλαγές για να σας δείξει πως λειτουργεί η διαδικασία.',
'profile-index' => 'Λάβετε υπόψιν ότι o ιστότοπος επίδειξης επαναφέρεται κάθε τέσσερις ώρες. Η πρόσβασή σας μπορεί να ανακληθεί οποιαδήποτε στιγμή. Αυτό συμβαίνει αυτόματα και δεν είναι σφάλμα.',
];

View File

@@ -221,6 +221,7 @@ return [
'is_beta_warning' => 'Εκτελείτε μια δοκιμαστική έκδοση BETA. Να είστε έτοιμοι να εντοπίσετε σφάλματα και άλλα ζητήματα.',
'all_destination_accounts' => 'Λογαριασμοί προορισμού',
'all_source_accounts' => 'Λογαριασμοί προέλευσης',
'back_to_index' => 'Back to the index',
// check for updates:
'update_check_title' => 'Έλεγχος ενημερώσεων',
@@ -297,6 +298,7 @@ return [
'yearly' => 'ετησίως',
// rules
'cannot_fire_inactive_rules' => 'You cannot execute inactive rules.',
'rules' => 'Κανόνες',
'rule_name' => 'Όνομα κανόνα',
'rule_triggers' => 'Ο κανόνας ενεργοποιείται όταν',
@@ -645,7 +647,7 @@ return [
'secure_pw_should' => 'Θα πρέπει να τσεκάρω αυτό το πλαίσιο;',
'secure_pw_long_password' => 'Ναι. Πάντα να επιβεβαιώνετε ότι ο κωδικός σας είναι ασφαλής.',
'command_line_token' => 'Τεκμήριο γραμμής εντολών',
'explain_command_line_token' => 'Χρειάζεστε αυτό το τεκμήριο για να πραγματοποιήσετε επιλογές γραμμής εντολών, όπως την εισαγωγή ή εξαγωγή δεδομένων. Χωρίς αυτό, τέτοιες ευαίσθητες εντολές δε θα λειτουργήσουν. Μη γνωστοποιείτε σε κανέναν το τεκμήριο γραμμής εντολών. Κανένας δε θα σας στο ζητήσει, ούτε καν εγώ. Εάν φοβάστε ότι το χάσατε, ή είστε παρανοϊκός, αναδημιουργήστε αυτό το τεκμήριο χρησιμοποιώντας αυτό το κουμπί.',
'explain_command_line_token' => 'You need this token to perform command line options, such as exporting data. Without it, that sensitive command will not work. Do not share your command line token. Nobody will ask you for this token, not even me. If you fear you lost this, or when you\'re paranoid, regenerate this token using the button.',
'regenerate_command_line_token' => 'Αναδημιουργία τεκμηρίου εντολής γραμμών',
'token_regenerated' => 'Ένα νέο τεκμήριο γραμμής εντολών δημιουργήθηκε',
'change_your_email' => 'Αλλάξτε την διεύθυνση email σας',
@@ -654,7 +656,8 @@ return [
'login_with_new_email' => 'Τώρα μπορείτε να συνδεθείτε με τη νέα σας διεύθυνση email.',
'login_with_old_email' => 'Τώρα μπορείτε να συνδεθείτε με το παλιό σας email ξανά.',
'login_provider_local_only' => 'Αυτή η λειτουργία δεν είναι διαθέσιμη όταν πιστοποιήστε μέσω ":login_provider".',
'delete_local_info_only' => "Because you authenticate through ':login_provider', this will only delete local Firefly III information.",
'external_user_mgt_disabled' => 'This action is not available when Firefly III isn\'t responsible for user management or authentication handling.',
'delete_local_info_only' => "Because Firefly III isn't responsible for user management or authentication handling, this function will only delete local Firefly III information.",
'profile_oauth_clients' => 'OAuth Clients',
'profile_oauth_no_clients' => 'You have not created any OAuth clients.',
'profile_oauth_clients_header' => 'Clients',
@@ -684,7 +687,6 @@ return [
'profile_try_again' => 'Something went wrong. Please try again.',
// export data:
'import_and_export_menu' => 'Εισαγωγή / Εξαγωγή',
'export_data_title' => 'Εξαγωγή δεδομένων από το Firefly III',
'export_data_menu' => 'Εξαγωγή δεδομένων',
'export_data_bc' => 'Εξαγωγή δεδομένων από το Firefly III',
@@ -855,8 +857,11 @@ return [
'auto_budget_help' => 'Μπορείτε να διαβάσετε περισσότερα σχετικά με αυτή τη λειτουργία στη βοήθεια. Κάντε κλικ στο εικονίδιο (?) επάνω δεξιά.',
'auto_budget_reset_icon' => 'Αυτός ο προϋπολογισμός θα οριστεί περιοδικά',
'auto_budget_rollover_icon' => 'Το ποσό του προϋπολογισμού θα αυξηθεί περιοδικά',
'remove_budgeted_amount' => 'Remove budgeted amount in :currency',
// bills:
'not_expected_period' => 'Not expected this period',
'not_or_not_yet' => 'Not (yet)',
'match_between_amounts' => 'Αντιστοιχίες πάγιου έξοδου προς συναλλαγές μεταξύ :low και :high.',
'running_again_loss' => 'Οι συναλλαγές που έχουν συνδεθεί προηγουμένως με αυτό το πάγιο έξοδο ενδέχεται να χάσουν τη σύνδεσή τους, αν δεν συμφωνούν (πλέον) με τον κανόνα(ες).',
'bill_related_rules' => 'Συσχετιζόμενοι κανόνες με αυτό το πάγιο έξοδο',
@@ -885,6 +890,7 @@ return [
'bill_store_error' => 'Παρουσιάστηκε ένα μη αναμενόμενο σφάλμα κατά την αποθήκευση του νέου πάγιου έξοδου. Ελέγξτε τα αρχεία καταγραφής',
'list_inactive_rule' => 'ανενεργός κανόνας',
'bill_edit_rules' => 'Firefly III will attempt to edit the rule related to this bill as well. If you\'ve edited this rule yourself however, Firefly III won\'t change anything.|Firefly III will attempt to edit the :count rules related to this bill as well. If you\'ve edited these rules yourself however, Firefly III won\'t change anything.',
'bill_expected_date' => 'Expected :date',
// accounts:
'inactive_account_link' => 'You have :count inactive (archived) account, which you can view on this separate page.|You have :count inactive (archived) accounts, which you can view on this separate page.',
@@ -1500,19 +1506,12 @@ return [
'reset_after' => 'Επαναφορά φόρμας μετά την υποβολή',
'errors_submission' => 'Υπήρξε κάποιο λάθος με την υποβολή σας. Ελέγξτε τα παρακάτω σφάλματα.',
// Import page (general strings only)
'import_index_title' => 'Εισαγωγή συναλλαγών στο Firefly III',
'import_transactions' => 'Εισαγωγή συναλλαγών',
'import_tools_title' => 'Εργαλεία εισαγωγής',
'tools_index_intro' => 'Υπάρχουν διάφορα εργαλεία για την εισαγωγή δεδομένων στο Firefly III. Δείτε τα παρακάτω. Για περισσότερες πληροφορίες, ανατρέξτε σε <a href="https://docs.firefly-iii.org/importing-data/introduction">αυτή τη σελίδα</a>.',
'firefly_iii_csv_importer_name' => 'Εργαλείο εισαγωγής CSV στο Firefly III',
'firefly_iii_bunq_importer_name' => 'Εργαλείο εισαγωγής bunq 🌈 στο Firefly III',
'firefly_iii_ynab_importer_name' => 'Εργαλείο εισαγωγής YNAB στο Firefly III',
'ludo_revolut_importer_name' => 'Εισαγωγέας δεδομένων Revolut του Ludo444',
//
// sandstorm.io errors and messages:
'sandstorm_not_available' => 'Αυτή η λειτουργία δεν είναι διαθέσιμη όταν χρησιμοποιείτε το Firefly III σε περιβάλλον Sandstorm.io.',
// object groups
'default_group_title_name' => '(ungrouped)',
// empty lists? no objects? instructions:
'no_accounts_title_asset' => 'Ας δημιουργήσουμε ένα λογαριασμό κεφαλαίου!',
'no_accounts_intro_asset' => 'Δεν έχετε ακόμα λογαριασμούς κεφαλαίου. Οι κεφαλαιακοί λογαριασμοί είναι οι κύριοι λογαριασμοί σας: ο τρεχούμενος λογαριασμός, ο αποταμιευτικός λογαριασμός, ο κοινόχρηστος λογαριασμός ή ακόμα και η πιστωτική σας κάρτα.',
@@ -1651,7 +1650,7 @@ return [
'telemetry_disabled_now_what' => 'Αν θέλετε, μπορείτε να ενεργοποιήσετε την τηλεμετρία στο αρχείο .env ή στην παραμετροποίηση του Docker.',
'telemetry_collected_info' => 'Συγκεντρωμένες πληροφορίες',
'no_telemetry_present' => 'Το Firefly III δεν έχει συγκεντρώσει αρχεία τηλεμετρίας.',
'records_telemetry_present' => 'Το Firefly III έχει συγκεντρώσει :count αρχείο(α) τηλεμετρίας.',
'records_telemetry_present' => 'Firefly III has collected :count telemetry record.|Firefly III has collected :count telemetry records.',
'telemetry_button_view' => 'Προβολή τηλεμετρίας',
'telemetry_button_delete' => 'Διαγραφή όλης της τηλεμετρίας',
'telemetry_admin_overview' => 'Επισκόπηση τηλεμετρίας',
@@ -1664,5 +1663,27 @@ return [
'telemetry_delete_submitted_records' => 'Διαγραφή καταχωρισμένων εγγραφών',
'telemetry_submission_executed' => 'Έχουν υποβληθεί εγγραφές. Ελέγξτε τα αρχεία καταγραφής για περισσότερες πληροφορίες.',
'telemetry_all_deleted' => 'Όλες οι εγγραφές τηλεμετρίας έχουν διαγραφεί.',
'telemetry_submitted_deleted' => 'Όλες οι υποβληθείσες εγγραφές τηλεμετρίας έχουν διαγραφεί.'
'telemetry_submitted_deleted' => 'Όλες οι υποβληθείσες εγγραφές τηλεμετρίας έχουν διαγραφεί.',
// debug page
'debug_page' => 'Debug page',
'debug_submit_instructions' => 'If you are running into problems, you can use the information in this box as debug information. Please copy-and-paste into a new or existing <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub issue</a>. It will generate a beautiful table that can be used to quickly diagnose your problem.',
'debug_pretty_table' => 'If you copy/paste the box below into a GitHub issue it will generate a table. Please do not surround this text with backticks or quotes.',
'debug_additional_data' => 'You may also share the content of the box below. You can also copy-and-paste this into a new or existing <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub issue</a>. However, the content of this box may contain private information such as account names, transaction details or email addresses.',
// object groups
'object_groups_menu_bar' => 'Groups',
'object_groups_page_title' => 'Groups',
'object_groups_breadcrumb' => 'Groups',
'object_groups_index' => 'Overview',
'object_groups' => 'Groups',
'object_groups_empty_explain' => 'Some things in Firefly III can be divided into groups. Piggy banks for example, feature a "Group" field in the edit and create screens. When you set this field, you can edit the names and the order of the groups on this page. For more information, check out the help-pages in the top right corner, under the (?)-icon.',
'object_group_title' => 'Title',
'edit_object_group' => 'Edit group ":title"',
'delete_object_group' => 'Edit group ":title"',
'update_object_group' => 'Update group',
'updated_object_group' => 'Succesfully updated group ":title"',
'deleted_object_group' => 'Succesfully deleted group ":title"',
'object_group' => 'Group',
];

View File

@@ -137,6 +137,7 @@ return [
'account_areYouSure' => 'Είστε σίγουροι ότι θέλετε να διαγράψετε το λογαριασμό με όνομα ":name";',
'bill_areYouSure' => 'Είστε σίγουροι ότι θέλετε να διαγράψετε το πάγιο έξοδο με όνομα ":name";',
'rule_areYouSure' => 'Είστε σίγουροι ότι θέλετε να διαγράψετε τον κανόνα με τίτλο ":title";',
'object_group_areYouSure' => 'Are you sure you want to delete the group titled ":title"?',
'ruleGroup_areYouSure' => 'Είστε σίγουροι ότι θέλετε να διαγράψετε την ομάδα κανόνων με τίτλο ":title";',
'budget_areYouSure' => 'Είστε σίγουροι ότι θέλετε να διαγράψετε τον προϋπολογισμό με όνομα ":name";',
'category_areYouSure' => 'Είστε σίγουροι ότι θέλετε να διαγράψετε την κατηγορία με όνομα ":name";',
@@ -156,6 +157,7 @@ return [
'also_delete_connections' => 'Η μόνη συνδεδεμένη συναλλαγή με αυτό τον τύπο σύνδεσης θα αποσυνδεθεί.|Όλες οι :count συνδεδεμένες συναλλαγές με αυτό τον τύπο σύνδεσης θα αποσυνδεθούν.',
'also_delete_rules' => 'Η μόνη συναλλαγή που συνδέεται με αυτό το λογαριασμό θα διαγραφεί επίσης.| Όλες οι :count συναλλαγές που συνδέονται με αυτό το λογαριασμό θα διαγραφούν επίσης.',
'also_delete_piggyBanks' => 'Ο μόνος συνδεδεμένος κουμπαράς σε αυτό τον λογαριασμό θα διαγραφή επίσης.|Όλες οι :count συνδεδεμένοι κουμπαράδες με αυτό τον λογαριασμό θα διαγραφούν επίσης.',
'not_delete_piggy_banks' => 'The piggy bank connected to this group will not be deleted.|The :count piggy banks connected to this group will not be deleted.',
'bill_keep_transactions' => 'Η μόνη συνδεδεμένη συναλλαγή με αυτό το λογαριασμό δε θα διαγραφεί.|\'Ολες οι :count συνδεδεμένες συναλλαγές με αυτό τον λογαριασμό θα γλυτώσουν από τη διαγραφή.',
'budget_keep_transactions' => 'Η μόνη συνδεδεμένη συναλλαγή με αυτό τον προϋπολογισμό δε θα διαγραφεί.|Όλες οι :count συνδεδεμένες συναλλαγές με αυτό τον προϋπολογισμό θα γλυτώσουν από τη διαγραφή.',
'category_keep_transactions' => 'Η μόνη συνδεδεμένη συναλλαγή με αυτή την κατηγορία δε θα διαγραφεί.|Όλες οι :count συνδεδεμένες συναλλαγές με αυτή την κατηγορία θα γλυτώσουν από τη διαγραφή.',
@@ -163,6 +165,8 @@ return [
'tag_keep_transactions' => 'Η μόνη συνδεδεμένη συναλλαγή με αυτή την ετικέτα δε θα διαγραφεί.|Όλες οι :count συνδεδεμένες συναλλαγές με αυτή την ετικέτα θα γλυτώσουν από τη διαγραφή.',
'check_for_updates' => 'Έλεγχος ενημερώσεων',
'delete_object_group' => 'Delete group ":title"',
'email' => 'Διεύθυνση E-mail',
'password' => 'Συνθηματικό',
'password_confirmation' => 'Συνθηματικό (επανάληψη)',
@@ -184,14 +188,11 @@ return [
'is_demo_site' => 'Είναι ιστότοπος επίδειξης',
// import
'import_file' => 'Εισαγωγή αρχείου',
'configuration_file' => 'Αρχείο παραμετροποίησης',
'import_file_type' => 'Τύπος αρχείου εισαγωγής',
'csv_comma' => 'Ένα κόμμα (,)',
'csv_semicolon' => 'Ένα ερωτηματικό (;)',
'csv_tab' => 'Ένα κενό (tab - αόρατο)',
'csv_delimiter' => 'Διαχωριστικό πεδίου CSV',
'csv_import_account' => 'Προεπιλεγμένος λογαριασμός εισαγωγής',
'client_id' => 'Αναγνωριστικό πελάτη',
'app_id' => 'Αναγνωριστικό εφαρμογής',
'secret' => 'Μυστικό',

View File

@@ -1,174 +0,0 @@
<?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' => 'Εισαγωγή δεδομένων στο Firefly III',
'prerequisites_breadcrumb_fake' => 'Προϋποθέσεις για τον πάροχο ψευδής εισαγωγής',
'prerequisites_breadcrumb_spectre' => 'Προϋποθέσεις για το Spectre',
'job_configuration_breadcrumb' => 'Παραμετροποίηση για ":key"',
'job_status_breadcrumb' => 'Εισαγωγή κατάσταστης για ":key"',
'disabled_for_demo_user' => 'απενεργοποιημένο στο demo',
// index page:
'general_index_intro' => 'Καλωσορίσατε στην ρουτίνα εισαγωγής του Firefly III. Υπάρχουν διάφοροι τρόποι εισαγωγής δεδομένων στο Firefly III, που απεικονίζονται εδώ ως κουμπιά.',
// notices about the CSV importer:
'deprecate_csv_import' => 'Όπως αποτυπώνεται σε <a href="https://www.patreon.com/posts/future-updates-30012174"> αυτό το Patreon post</a>, ο τρόπος που το Firefly III διαχειρίζεται την εισαγωγή δεδομένων πρόκειται να αλλάξει. Αυτό σημαίνει ότι η εισαγωγή CSV θα μετακινηθεί σε ένα νέο, ξεχωριστό εργαλείο. Μπορείτε να δοκιμάσετε ήδη αυτό το beta εργαλείο εάν επισκεφτείτε <a href="https://github.com/firefly-iii/csv-importer"> αυτό το Github repository</a>. Θα το εκτιμούσα εάν δοκιμάζατε τη νέα εισαγωγή και μου κοινοποιούσατε τις απόψεις σας.',
'final_csv_import' => 'Όπως περιγράφεται σε αυτή την <a href="https://www.patreon.com/posts/future-updates-30012174">ανάρτηση στο Patreon</a>, ο τρόπος με τον οποίο το Firefly III χειρίζεται τα δεδομένα κατά τη διαδικασία εισαγωγής πρόκειται να αλλάξει. Αυτό σημαίνει ότι αυτή είναι η τελευταία έκδοση του Firefly III που θα περιλαμβάνει αυτό τον εισαγωγέα αρχείων CSV. Διατίθεται τώρα ένα ξεχωριστό εργαλείο που θα πρέπει να το δοκιμάσετε: <a href="https://github.com/firefly-iii/csv-importer">ο εισαγωγέας CSV για το Firefly III</a>. Θα το εκτιμούσα αν δοκιμάσετε το νέο εργαλείο εισαγωγής και μοιραστείτε τις εντυπώσεις σας.',
// import provider strings (index):
'button_fake' => 'Προσποιηθήτε μία εισαγωγή',
'button_file' => 'Εισαγωγή ενός αρχείου',
'button_spectre' => 'Εισαγωγή με τη χρήση Spectre',
// prerequisites box (index)
'need_prereq_title' => 'Προϋποθέσεις εισαγωγής',
'need_prereq_intro' => 'Κάποιες μέθοδοι εισαγωγής χρειάζονται την προσοχή σας πριν τη χρήση. Για παράδειγμα, μπορεί να απαιτούν ειδικά κλειδιά API ή κωδικούς εφαρμογής. Μπορείτε να τις ρυθμίσετε εδώ. Το εικονίδιο καταδεικνύει εάν οι προϋποθέσεις έχουν ικανοποιηθεί.',
'do_prereq_fake' => 'Προϋποθέσεις για τον ψευδή πάροχο',
'do_prereq_file' => 'Προϋποθέσεις για εισαγωγές αρχείων',
'do_prereq_spectre' => 'Προϋποθέσεις για εισαγωγές με χρήση Spectre',
// prerequisites:
'prereq_fake_title' => 'Προϋποθέσεις για μία εισαγωγή από τον πάροχο ψευδής εισαγωγής',
'prereq_fake_text' => 'Αυτός ο ψευδής πάροχος απαιτεί ένα ψευδές κλειδί API. Πρέπει να είναι μεγέθους 32 χαρακτήρων. Μπορείτε να χρησιμοποιήσετε το εξής: 123456789012345678901234567890AA',
'prereq_spectre_title' => 'Προϋποθέσεις για μία εισαγωγή με τη χρήση του API Spectre',
'prereq_spectre_text' => 'Για να μπορέσετε να εισάγετε δεδομένα με τη χρήση του Spectre API (v4), πρέπει να παρέχετε το Firefly III με δύο μυστικές τιμές. Μπορούν να βρεθούν στη <a href="https://www.saltedge.com/clients/profile/secrets">σελίδα μυστικών</a>.',
'prereq_spectre_pub' => 'Επίσης, το Spectre API χρειάζεται να γνωρίζει το δημόσιο κλειδί που βλέπετε παρακάτω. Χωρίς αυτό, δε θα σας αναγνωρίζει. Παρακαλούμε εισάγετε αυτό το δημόσιο κλειδί στη <a href="https://www.saltedge.com/clients/profile/secrets">σελίδα μυστικών</a> σας.',
'callback_not_tls' => 'Το Firefly III ανίχνευσε την ακόλουθη επανάκληση URI. Φαίνεται πως ο εξυπηρετητής σας δεν έχει ρυθμιστεί να δέχεται συνδέσεις TLS (https). Το YNAB δε δέχεται αυτό το URI. Μπορείτε να συνεχίσετε με την εισαγωγή (επειδή το Firefly III μπορεί να κάνει λάθος) αλλά κρατήστε το στο μυαλό σας.',
// prerequisites success messages:
'prerequisites_saved_for_fake' => 'Το ψευδές κλειδί API αποθηκεύτηκε επιτυχώς!',
'prerequisites_saved_for_spectre' => 'Το αναγνωριστικό ID και το μυστικό της εφαρμογής αποθηκεύτηκαν!',
// job configuration:
'job_config_apply_rules_title' => 'Παραμετροποίηση εργασίας - εφαρμογή των κανόνων σας;',
'job_config_apply_rules_text' => 'Μόλις ο ψευδής πάροχος εκτελεστεί, οι κανόνες σας μπορούν να εφαρμοστούν στις συναλλαγές. Αυτό προσθέτει χρόνο στην εισαγωγή.',
'job_config_input' => 'Η εισαγωγή σας',
// job configuration for the fake provider:
'job_config_fake_artist_title' => 'Εισάγετε όνομα άλμπουμ',
'job_config_fake_artist_text' => 'Πολλές ρουτίνες εισαγωγής έχουν μερικά βήματα παραμετροποίησης που πρέπει να ολοκληρώσετε. Στην περίπτωση του ψευδούς παρόχου, πρέπει να απαντήσετε σε κάποιες περίεργες ερωτήσεις. Σε αυτή την περίπτωση, εισάγετε "David Bowie" για να συνεχίσετε.',
'job_config_fake_song_title' => 'Εισάγετε όνομα τραγουδιού',
'job_config_fake_song_text' => 'Αναφέρετε το τραγούδι "Golden years" για να συνεχίσετε με την ψευδή εισαγωγή.',
'job_config_fake_album_title' => 'Εισάγετε όνομα άλμπουμ',
'job_config_fake_album_text' => 'Κάποιες ρουτίνες εισαγωγής απαιτούν επιπλέον δεδομένα ενδιάμεσα στην εισαγωγή. Στην περίπτωση του ψευδούς παρόχου, πρέπει να απαντήσετε σε κάποιες περίεργες ερωτήσεις. Εισάγετε "Station to station" για να συνεχίσετε.',
// job configuration form the file provider
'job_config_file_upload_title' => 'Ρύθμιση εισαγωγής (1/4) - Μεταφορτώστε το αρχείο σας',
'job_config_file_upload_text' => 'Αυτή η ρουτίνα θα σας βοηθήσει να εισάγετε αρχεία από την τράπεζά σας στο Firefly III. ',
'job_config_file_upload_help' => 'Επιλέξτε το αρχείο σας. Παρακαλώ σιγουρευτείτε ότι το αρχείο είναι κωδικοποιημένο σε UTF-8.',
'job_config_file_upload_config_help' => 'Εάν έχετε ήδη εισάγει δεδομένα στο Firefly III, μπορεί να έχετε ένα αρχείο παραμετροποίησης, το οποίο θα προ-ρυθμίσει τιμές παραμετροποίησης για εσάς. Για κάποιες τράπεζες, άλλοι χρήστες έχουν παρέχει ευγενικά το <a href="https://github.com/firefly-iii/import-configurations/wiki">αρχείο παραμετροποίησης</a> τους',
'job_config_file_upload_type_help' => 'Επιλέξτε τον τύπο του αρχείου που θα μεταφορτώσετε',
'job_config_file_upload_submit' => 'Μεταφόρτωση αρχείων',
'import_file_type_csv' => 'CSV (τιμές διαχωρισμένες με ερωτηματικό)',
'import_file_type_ofx' => 'OFX',
'file_not_utf8' => 'Το αρχείο που μεταφορτώσατε δεν είναι κωδικοποιημένο σε UTF-8 ή ASCII. Το Firefly III δεν μπορεί να χειριστεί τέτοια αρχεία. Παρακαλούμε χρησιμοποιήστε το Notepad++ ή το Sublime για να μετατρέψετε το αρχείο σας σε UTF-8.',
'job_config_uc_title' => 'Ρύθμιση εισαγωγής (2/4) - Ρύθμιση βασικού αρχείου',
'job_config_uc_text' => 'Για να μπορέσετε να εισάγετε το αρχείο σας ορθώς, παρακαλώ επιβεβαιώστε τις παρακάτω επιλογές.',
'job_config_uc_header_help' => 'Τσεκάρετε αυτό το πλαίσιο εάν η πρώτη γραμμή στο αρχείο σας CSV είναι η τίτλοι των στηλών.',
'job_config_uc_date_help' => 'Μορφή ημερομηνίας και ώρας στο αρχείο σας. Ακολουθήστε τη μορφή όπως <a href="https://secure.php.net/manual/en/datetime.createfromformat.php#refsect1-datetime.createfromformat-parameters">αυτή η σελίδα</a> ορίζει. Η προεπιλεγμένη τιμή θα αναλύσει ημερομηνίες που μοιάζουν έτσι: :dateExample.',
'job_config_uc_delimiter_help' => 'Επιλέξτε το διαχωριστή πεδίου που χρησιμοποιήται στο αρχείο εισαγωγής σας. Εάν δεν είστε σίγουροι, το ερωτηματικό είναι η ασφαλέστερη επιλογή.',
'job_config_uc_account_help' => 'Εάν το αρχείο σας ΔΕΝ περιέχει πληροφορίες για τον(ους) αποταμιευτικό(ούς) λογαριασμό(ούς) σας, χρησιμοποιήστε αυτή τη λίστα για να επιλέξετε σε ποιόν λογαριασμό οι συναλλαγές του αρχείου ανήκουν.',
'job_config_uc_apply_rules_title' => 'Εφαρμογή κανόνων',
'job_config_uc_apply_rules_text' => 'Εφαρμόζει τους κανόνες σας σε κάθε εισαγώμενη συναλλαγή. Σημειώστε ότι αυτή καθυστερεί την εισαγωγή σημαντικά.',
'job_config_uc_specifics_title' => 'Ειδικές ρυθμίσεις τράπεζας',
'job_config_uc_specifics_txt' => 'Κάποιες τράπεζες παρέχουν κακώς μορφοποιημένα αρχεία. Το Firefly III μπορεί να τα διορθώσει αυτόματα. Εάν η τράπεζα σας παρέχει τέτοια αρχεία αλλά δεν αναφέρεται εδώ, παρακαλούμε ανοίξτε ένα θέμα στο GitHub.',
'job_config_uc_submit' => 'Συνέχεια',
'invalid_import_account' => 'Δεν έχετε επιλέξει έναν έγκυρο λογαριασμό για να εισάγετε σε αυτόν.',
'import_liability_select' => 'Υποχρέωση',
// job configuration for Spectre:
'job_config_spectre_login_title' => 'Επιλέξτε τη σύνδεσή σας',
'job_config_spectre_login_text' => 'Το Firefly III βρήκε :count συνδέσεις στο λογαριασμό Spectre σας. Από ποιά θέλετε να γίνει η εισαγωγή;',
'spectre_login_status_active' => 'Ενεργό',
'spectre_login_status_inactive' => 'Ανενεργό',
'spectre_login_status_disabled' => 'Απενεργοποιημένο',
'spectre_login_new_login' => 'Συνδεθείτε με άλλη τράπεζα, ή μία από αυτές τις τράπεζες με διαφορετικά διαπιστευτήρια.',
'job_config_spectre_accounts_title' => 'Επιλέξτε λογαριασμούς από τους οποίους θα εισάγετε',
'job_config_spectre_accounts_text' => 'Έχετε επιλέξει ":name" (:country). Έχετε :count λογαριασμό(ούς) διαθέσιμους από αυτόν το πάροχο. Παρακαλώ επιλέξτε τους αποταμιευτικούς λογαριασμούς Firefly III που θα αποθηκευτηκούν οι συναλλαγές από αυτούς τους λογαριασμούς. Θυμηθείτε, ότι για την εισαγωγή δεδομένων πρέπει και o λογαριασμός Firefly III και λογαριασμός-":name" να έχουν το ίδιο νόμισμα.',
'spectre_do_not_import' => '(να μη γίνει εισαγωγή)',
'spectre_no_mapping' => 'Φαίνεται πως δεν έχετε επιλέξει κανέναν λογαριασμό για να εισάγετε από αυτόν.',
'imported_from_account' => 'Εισάχθηκε από ":account"',
'spectre_account_with_number' => 'Λογαριασμός :number',
'job_config_spectre_apply_rules' => 'Εφαρμογή κανόνων',
'job_config_spectre_apply_rules_text' => 'Από προεπιλογή, οι κανόνες σας θα εφαρμοστούν στις συναλλαγές που δημιουργήθηκαν κατά τη διάρκεια αυτής της ρουτίνας εισαγωγής. Εάν δεν επιθυμείτε να συμβεί αυτό, αποεπιλέξτε αυτό το πλαίσιο ελέγχου.',
// job configuration for bunq:
'should_download_config' => 'Θα πρέπει να κατεβάσετε <a href=":route">το αρχείο παραμετροποίησης</a> για αυτή την εργασία. Αυτό θα κάνει τις μελλοντικές εισαγωγές ευκολότερες.',
'share_config_file' => 'Εάν έχετε εισάγει δεδομένα από μία δημόσια τράπεζα, καλό θα ήταν να <a href="https://github.com/firefly-iii/import-configurations/wiki">μοιραστείτε το αρχείο παραμετροποίησης</a> ώστε να διευκολύνετε άλλους χρήστες με την εισαγωγή των δεδομένων τους. Η διαμοίραση τους αχρείου παραμετροποίησης δεν αποκαλύπτει τις οικονομικές σας λεπτομέρειες.',
// keys from "extra" array:
'spectre_extra_key_iban' => 'IBAN',
'spectre_extra_key_swift' => 'SWIFT',
'spectre_extra_key_status' => 'Κατάσταση',
'spectre_extra_key_card_type' => 'Τύπος κάρτας',
'spectre_extra_key_account_name' => 'Όνομα λογαριασμού',
'spectre_extra_key_client_name' => '\'Ονομα πελάτη',
'spectre_extra_key_account_number' => 'Αριθμός λογαριασμού',
'spectre_extra_key_blocked_amount' => 'Δεσμευμένο ποσό',
'spectre_extra_key_available_amount' => 'Διαθέσιμο ποσό',
'spectre_extra_key_credit_limit' => 'Πιστωτικό όριο',
'spectre_extra_key_interest_rate' => 'Επιτόκιο',
'spectre_extra_key_expiry_date' => 'Ημερομηνία λήξης',
'spectre_extra_key_open_date' => 'Ημερομηνία ανοίγματος',
'spectre_extra_key_current_time' => 'Τρέχουσα ώρα',
'spectre_extra_key_current_date' => 'Τρέχουσα ημερομηνία',
'spectre_extra_key_cards' => 'Κάρτες',
'spectre_extra_key_units' => 'Μονάδες',
'spectre_extra_key_unit_price' => 'Τιμή μονάδας',
'spectre_extra_key_transactions_count' => 'Μετρητής συναλλαγής',
// job config for the file provider (stage: mapping):
'job_config_map_title' => 'Ρύθμιση εισαγωγής (4/4) - Σύνδεση δεδομένων εισαγωγής στα δεδομένα Firefly III',
'job_config_map_text' => 'Στους ακόλουθους πίνακες, η αριστερή τιμή σας δείχνει πληροφορίες που βρέθηκαν στο μεταφορτωμένο σας αρχείο. Δουλειά σας είναι να αντιστοιχήσετε αυτή τη τιμή, εάν είναι δυνατόν, σε μία τιμή που υπάρχει ήδη στη βάση δεδομένων σας. Το Firefly θα επιμείνει σε αυτή την αντιστοίχηση. Εάν δεν υπάρχουν τιμή προς αντιστοίχηση, ή δεν επιθυμείτε να αντιστοιχήσετε τη συγκεκριμένη τιμή, επιλέξτε τίποτα.',
'job_config_map_nothing' => 'Δεν υπάρχουν δεδομένα στο αρχείο σας που μπορείτε να αντιστοιχήσετε σε υπάρχουσες τιμές. Παρακαλώ πιέστε την "Έναρξη της εισαγωγής" για να συνεχίσετε.',
'job_config_field_value' => 'Τιμή πεδίου',
'job_config_field_mapped' => 'Έχει αντιστοιχισθεί σε',
'map_do_not_map' => '(δεν έχει αντιστοιχηθεί)',
'job_config_map_submit' => 'Έναρξη της εισαγωγής',
// import status page:
'import_with_key' => 'Εισαγωγή με κλειδί \':key\'',
'status_wait_title' => 'Παρακαλώ αναμείνατε...',
'status_wait_text' => 'Αυτό το πλάισιο θα εξαφανιστεί σε μία στιγμή.',
'status_running_title' => 'Η εισαγωγή εκτελείται',
'status_job_running' => 'Παρακαλώ περιμένετε, εκτελείται η εισαγωγή...',
'status_job_storing' => 'Παρακαλώ περιμένετε, αποθήκευση δεδομένων...',
'status_job_rules' => 'Παρακαλώ περιμένετε, εκτέλεση κανόνων...',
'status_fatal_title' => 'Ανεπανόρθωτο σφάλμα',
'status_fatal_text' => 'Η εισαγωγή αντιμετώπισε ένα σφάλμα που δεν μπόρεσε να αντιπαρέλθει. Συγγνώμη!',
'status_fatal_more' => 'Αυτό το (πιθανώς πολύ αινιγματικό) μήνυμα σφάλματος συνοδεύεται από αρχεία καταγραφής, τα οποία μπορείτε να βρείτε στο σκληρό σας δίσκο, ή στο δοχείο Docker από το οποίο εκτελέσατε το Firefly III.',
'status_finished_title' => 'Η εισαγωγή ολοκληρώθηκε',
'status_finished_text' => 'Η εισαγωγή έχει ολοκληρωθεί.',
'finished_with_errors' => 'Παρουσιάστηκαν κάποια σφάλματα κατά την εισαγωγή. Παρακαλώ ανασκοπήστε τα προσεκτικά.',
'unknown_import_result' => 'Άγνωστο αποτέλεσμα εισαγωγής',
'result_no_transactions' => 'Καμία συναλλαγή δεν εισάχθηκε. Ίσως ήταν όλες διπλότυπες ή δεν υπήρχε καμία συναλλαγή προς εισαγωγή. Ίσως τα αρχεία καταγραφής μπορούν να σας πουν τί έγινε. Εάν εισάγετε δεδομένα συχνά, αυτό είναι φυσιολογικό.',
'result_one_transaction' => 'Ακριβώς μία συναλλαγή εισάχθηκε. Αποθηκεύτηκε κάτω από την ετικέτα <a href=":route" class="label label-success" style="font-size:100%;font-weight:normal;">:tag</a> από όπου μπορείτε να την επιθεωρήσετε περαιτέρω.',
'result_many_transactions' => 'Το Firefly III έχει εισάγει :count συναλλαγές. Αποθηκεύτηκαν κάτω από την ετικέτα <a href=":route" class="label label-success" style="font-size:100%;font-weight:normal;">:tag</a> από όπου μπορείτε να τις επιθεωρήσετε επιπλέον.',
// general errors and warnings:
'bad_job_status' => 'Για να έχετε πρόσβαση σε αυτή τη σελίδα, η εργασία εισαγωγής δεν μπορεί να έχει κατάσταση ":status".',
// error message
'duplicate_row' => 'Η σειρά #:row (":description") δεν μπόρεσε να εισαχθεί. Υπάρχει ήδη.',
];

View File

@@ -88,7 +88,6 @@ return [
'attachments_count' => 'Αριθμός επισυναπτόμενων',
'bills_count' => 'Αριθμός πάγιων εξόδων',
'categories_count' => 'Πλήθος κατηγοριών',
'import_jobs_count' => 'Αριθμός σημαντικών εργασιών',
'budget_count' => 'Αριθμός προϋπολογισμών',
'rule_and_groups_count' => 'Αριθμός κανόνων και ομάδες κανόνων',
'tags_count' => 'Αριθμός ετικετών',
@@ -104,9 +103,6 @@ return [
'sum_transfers' => 'Σύνολο μεταφορών',
'sum_reconciliations' => 'Σύνολο των αντιπαραβολών',
'reconcile' => 'Τακτοποίηση',
'account_on_spectre' => 'Λογαριασμός (Spectre)',
'account_on_ynab' => 'Λογαριασμός (YNAB)',
'do_import' => 'Εισαγωγή από αυτό το λογαριασμό',
'sepa_ct_id' => 'SEPA End to End Αναγνωριστικό',
'sepa_ct_op' => 'SEPA Opposing Account Αναγνωριστικό',
'sepa_db' => 'SEPA Mandate Αναγνωριστικό',

View File

@@ -130,6 +130,7 @@ return [
'amount_zero' => 'Το συνολικό ποσό δεν μπορεί να είναι μηδέν.',
'current_target_amount' => 'Το τρέχων ποσό πρέπει να είναι μικρότερο από το ποσό προορισμού.',
'unique_piggy_bank_for_user' => 'Το όνομα του κουμπαρά πρέπει να είναι μοναδικό.',
'unique_object_group' => 'The group name must be unique',
'secure_password' => 'Αυτό δεν είναι ασφαλές συνθηματικό. Παρακαλώ δοκιμάστε ξανά. Για περισσότερες πληροφορίες επισκεφτείτε https://bit.ly/FF3-password-security',
'valid_recurrence_rep_type' => 'Μη έγκυρος τύπος επανάληψης για επαναλαμβανόμενες συναλλαγές.',

View File

@@ -1,26 +0,0 @@
<?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

@@ -59,4 +59,6 @@ return [
'delete_journal_link' => 'Delete link between transactions',
'telemetry_index' => 'Telemetry',
'telemetry_view' => 'View telemetry',
'edit_object_group' => 'Edit group ":title"',
'delete_object_group' => 'Delete group ":title"',
];

View File

@@ -1,26 +0,0 @@
<?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

@@ -33,6 +33,5 @@ return [
'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.',
];

View File

@@ -221,6 +221,7 @@ return [
'is_beta_warning' => 'You are running an BETA version. Be wary of bugs and issues.',
'all_destination_accounts' => 'Destination accounts',
'all_source_accounts' => 'Source accounts',
'back_to_index' => 'Back to the index',
// check for updates:
'update_check_title' => 'Check for updates',
@@ -297,6 +298,7 @@ return [
'yearly' => 'yearly',
// rules
'cannot_fire_inactive_rules' => 'You cannot execute inactive rules.',
'rules' => 'Rules',
'rule_name' => 'Name of rule',
'rule_triggers' => 'Rule triggers when',
@@ -645,7 +647,7 @@ return [
'secure_pw_should' => 'Should I tick the box?',
'secure_pw_long_password' => 'Yes. Always verify your password is safe.',
'command_line_token' => 'Command line token',
'explain_command_line_token' => 'You need this token to perform command line options, such as importing or exporting data. Without it, such sensitive commands will not work. Do not share your command line token. Nobody will ask you for this token, not even me. If you fear you lost this, or when you\'re paranoid, regenerate this token using the button.',
'explain_command_line_token' => 'You need this token to perform command line options, such as exporting data. Without it, that sensitive command will not work. Do not share your command line token. Nobody will ask you for this token, not even me. If you fear you lost this, or when you\'re paranoid, regenerate this token using the button.',
'regenerate_command_line_token' => 'Regenerate command line token',
'token_regenerated' => 'A new command line token was generated',
'change_your_email' => 'Change your email address',
@@ -654,7 +656,8 @@ return [
'login_with_new_email' => 'You can now login with your new email address.',
'login_with_old_email' => 'You can now login with your old email address again.',
'login_provider_local_only' => 'This action is not available when authenticating through ":login_provider".',
'delete_local_info_only' => "Because you authenticate through ':login_provider', this will only delete local Firefly III information.",
'external_user_mgt_disabled' => 'This action is not available when Firefly III isn\'t responsible for user management or authentication handling.',
'delete_local_info_only' => "Because Firefly III isn't responsible for user management or authentication handling, this function will only delete local Firefly III information.",
'profile_oauth_clients' => 'OAuth Clients',
'profile_oauth_no_clients' => 'You have not created any OAuth clients.',
'profile_oauth_clients_header' => 'Clients',
@@ -684,7 +687,6 @@ return [
'profile_try_again' => 'Something went wrong. Please try again.',
// export data:
'import_and_export_menu' => 'Import and export',
'export_data_title' => 'Export data from Firefly III',
'export_data_menu' => 'Export data',
'export_data_bc' => 'Export data from Firefly III',
@@ -855,8 +857,11 @@ return [
'auto_budget_help' => 'You can read more about this feature in the help. Click the top-right (?) icon.',
'auto_budget_reset_icon' => 'This budget will be set periodically',
'auto_budget_rollover_icon' => 'The budget amount will increase periodically',
'remove_budgeted_amount' => 'Remove budgeted amount in :currency',
// bills:
'not_expected_period' => 'Not expected this period',
'not_or_not_yet' => 'Not (yet)',
'match_between_amounts' => 'Bill matches transactions between :low and :high.',
'running_again_loss' => 'Previously linked transactions to this bill may lose their connection, if they (no longer) match the rule(s).',
'bill_related_rules' => 'Rules related to this bill',
@@ -885,6 +890,7 @@ return [
'bill_store_error' => 'An unexpected error occurred while storing your new bill. Please check the log files',
'list_inactive_rule' => 'inactive rule',
'bill_edit_rules' => 'Firefly III will attempt to edit the rule related to this bill as well. If you\'ve edited this rule yourself however, Firefly III won\'t change anything.|Firefly III will attempt to edit the :count rules related to this bill as well. If you\'ve edited these rules yourself however, Firefly III won\'t change anything.',
'bill_expected_date' => 'Expected :date',
// accounts:
'inactive_account_link' => 'You have :count inactive (archived) account, which you can view on this separate page.|You have :count inactive (archived) accounts, which you can view on this separate page.',
@@ -1500,19 +1506,12 @@ return [
'reset_after' => 'Reset form after submission',
'errors_submission' => 'There was something wrong with your submission. Please check out the errors below.',
// Import page (general strings only)
'import_index_title' => 'Import transactions into Firefly III',
'import_transactions' => 'Import transactions',
'import_tools_title' => 'Import tools',
'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>.',
'firefly_iii_csv_importer_name' => 'Firefly III CSV importer',
'firefly_iii_bunq_importer_name' => 'Firefly III bunq 🌈 importer',
'firefly_iii_ynab_importer_name' => 'Firefly III YNAB importer',
'ludo_revolut_importer_name' => 'Ludo444\'s Revolut importer',
//
// sandstorm.io errors and messages:
'sandstorm_not_available' => 'This function is not available when you are using Firefly III within a Sandstorm.io environment.',
// object groups
'default_group_title_name' => '(ungrouped)',
// empty lists? no objects? instructions:
'no_accounts_title_asset' => 'Let\'s create an asset account!',
'no_accounts_intro_asset' => 'You have no asset accounts yet. Asset accounts are your main accounts: your current account, savings account, shared account or even your credit card.',
@@ -1651,7 +1650,7 @@ return [
'telemetry_disabled_now_what' => 'If you want to, you can enable telemetry in your .env file or in your Docker configuration.',
'telemetry_collected_info' => 'Collected information',
'no_telemetry_present' => 'Firefly III has collected zero telemetry records.',
'records_telemetry_present' => 'Firefly III has collected :count telemetry record(s).',
'records_telemetry_present' => 'Firefly III has collected :count telemetry record.|Firefly III has collected :count telemetry records.',
'telemetry_button_view' => 'View telemetry',
'telemetry_button_delete' => 'Delete all telemetry',
'telemetry_admin_overview' => 'Telemetry overview',
@@ -1664,5 +1663,27 @@ return [
'telemetry_delete_submitted_records' => 'Delete submitted records',
'telemetry_submission_executed' => 'Records have been submitted. Check your log files for more info.',
'telemetry_all_deleted' => 'All telemetry records have been deleted.',
'telemetry_submitted_deleted' => 'All submitted telemetry records have been deleted.'
'telemetry_submitted_deleted' => 'All submitted telemetry records have been deleted.',
// debug page
'debug_page' => 'Debug page',
'debug_submit_instructions' => 'If you are running into problems, you can use the information in this box as debug information. Please copy-and-paste into a new or existing <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub issue</a>. It will generate a beautiful table that can be used to quickly diagnose your problem.',
'debug_pretty_table' => 'If you copy/paste the box below into a GitHub issue it will generate a table. Please do not surround this text with backticks or quotes.',
'debug_additional_data' => 'You may also share the content of the box below. You can also copy-and-paste this into a new or existing <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub issue</a>. However, the content of this box may contain private information such as account names, transaction details or email addresses.',
// object groups
'object_groups_menu_bar' => 'Groups',
'object_groups_page_title' => 'Groups',
'object_groups_breadcrumb' => 'Groups',
'object_groups_index' => 'Overview',
'object_groups' => 'Groups',
'object_groups_empty_explain' => 'Some things in Firefly III can be divided into groups. Piggy banks for example, feature a "Group" field in the edit and create screens. When you set this field, you can edit the names and the order of the groups on this page. For more information, check out the help-pages in the top right corner, under the (?)-icon.',
'object_group_title' => 'Title',
'edit_object_group' => 'Edit group ":title"',
'delete_object_group' => 'Edit group ":title"',
'update_object_group' => 'Update group',
'updated_object_group' => 'Succesfully updated group ":title"',
'deleted_object_group' => 'Succesfully deleted group ":title"',
'object_group' => 'Group',
];

View File

@@ -137,6 +137,7 @@ return [
'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"?',
'object_group_areYouSure' => 'Are you sure you want to delete the group 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"?',
@@ -156,6 +157,7 @@ return [
'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.',
'not_delete_piggy_banks' => 'The piggy bank connected to this group will not be deleted.|The :count piggy banks connected to this group will not be deleted.',
'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.',
@@ -163,6 +165,8 @@ return [
'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',
'delete_object_group' => 'Delete group ":title"',
'email' => 'Email address',
'password' => 'Password',
'password_confirmation' => 'Password (again)',
@@ -184,14 +188,11 @@ return [
'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',
'client_id' => 'Client ID',
'app_id' => 'App ID',
'secret' => 'Secret',

View File

@@ -1,174 +0,0 @@
<?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',
'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_spectre' => 'Import using Spectre',
// 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_spectre' => 'Prerequisites for imports using Spectre',
// 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 recognise you. Please enter this public key on your <a href="https://www.saltedge.com/clients/profile/secrets">secrets page</a>.',
'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!',
// 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' => 'Tick 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:
'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.',
// 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 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".',
// error message
'duplicate_row' => 'Row #:row (":description") could not be imported. It already exists.',
];

View File

@@ -88,7 +88,6 @@ return [
'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',
@@ -104,9 +103,6 @@ return [
'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',

View File

@@ -130,6 +130,7 @@ return [
'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.',
'unique_object_group' => 'The group name 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.',

View File

@@ -1,26 +0,0 @@
<?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

@@ -59,4 +59,6 @@ return [
'delete_journal_link' => 'Eliminar enlace entre transacciones',
'telemetry_index' => 'Telemetría',
'telemetry_view' => 'Ver telemetría',
'edit_object_group' => 'Edit group ":title"',
'delete_object_group' => 'Delete group ":title"',
];

View File

@@ -1,26 +0,0 @@
<?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

@@ -33,6 +33,5 @@ return [
'currencies-index' => 'Firefly III admite múltiples monedas. A pesar de que la moneda por defecto es el Euro, se puede seleccionar el Dólar de EE. UU, y muchas otras monedas. Como se puede ver se ha incluido una pequeña selección de monedas, pero puede agregar su propia moneda si lo desea. Sin embargo, cambiar la moneda predeterminada no cambiará la moneda de las transacciones existentes: Firefly III admite el uso de varias monedas al mismo tiempo.',
'transactions-index' => 'Estos gastos, depósitos y transferencias no son particularmente imaginativos. Se han generado automáticamente.',
'piggy-banks-index' => 'Como puede ver, hay tres huchas. Utilice los botones más y menos para influir en la cantidad de dinero en cada hucha. Haga clic en el nombre de la hucha para ver la administración de cada una.',
'import-index' => 'Cualquier archivo CSV se puede importar en Firefly III. También soporta la importación de datos desde bunq y Spectre. Otros bancos y agregadores financieros se implementarán en el futuro. Sin embargo, como usuario de la demo, solo puede ver el "falso"-proveedor en acción. Generará algunas transacciones aleatorias para mostrarle cómo funciona el proceso.',
'profile-index' => 'Tenga en cuenta que el sitio de demostración se restablece cada cuatro horas. Su acceso puede ser revocado en cualquier momento. Esto ocurre automáticamente y no es un error.',
];

View File

@@ -221,6 +221,7 @@ return [
'is_beta_warning' => 'Está ejecutando una versión BETA. Tenga cuidado con los errores y problemas.',
'all_destination_accounts' => 'Cuentas destino',
'all_source_accounts' => 'Cuentas origen',
'back_to_index' => 'Back to the index',
// check for updates:
'update_check_title' => 'Ver actualizaciones',
@@ -297,6 +298,7 @@ return [
'yearly' => 'anualmente',
// rules
'cannot_fire_inactive_rules' => 'You cannot execute inactive rules.',
'rules' => 'Reglas',
'rule_name' => 'Nombre de la regla',
'rule_triggers' => 'La regla dispara cuando',
@@ -645,7 +647,7 @@ return [
'secure_pw_should' => '¿Debo chequear la casilla?',
'secure_pw_long_password' => 'Sí. Verificar siempre que su contraseña es segura.',
'command_line_token' => 'Token de linea de comando',
'explain_command_line_token' => 'Necesita este token para realizar opciones de línea de comando, como importar o exportar datos. Sin él, dichos comandos confidenciales no funcionarán. No compartas tu token de línea de comando. Nadie te lo pedirá, ni siquiera a nosotros. Si crees que lo has perdido, o si estás paranoico, regenera tu token pulsando el botón.',
'explain_command_line_token' => 'You need this token to perform command line options, such as exporting data. Without it, that sensitive command will not work. Do not share your command line token. Nobody will ask you for this token, not even me. If you fear you lost this, or when you\'re paranoid, regenerate this token using the button.',
'regenerate_command_line_token' => 'Regenerar token de línea de comando',
'token_regenerated' => 'Se generó un nuevo token de línea de comandos',
'change_your_email' => 'Cambie su dirección de correo',
@@ -654,7 +656,8 @@ return [
'login_with_new_email' => 'Usted puede ahora iniciar sesión con su nueva dirección de correo electrónico.',
'login_with_old_email' => 'Usted puede ahora iniciar sesión con su vieja dirección de correo electrónico otra vez.',
'login_provider_local_only' => 'Esta acción no está disponible cuando se identifica a través de ":login_provider".',
'delete_local_info_only' => "Debido a que se identificado a través de \":login_provider\", sólo se eliminará la información local de Firefly III.",
'external_user_mgt_disabled' => 'This action is not available when Firefly III isn\'t responsible for user management or authentication handling.',
'delete_local_info_only' => "Because Firefly III isn't responsible for user management or authentication handling, this function will only delete local Firefly III information.",
'profile_oauth_clients' => 'Clientes de OAuth',
'profile_oauth_no_clients' => 'No ha creado ningún cliente OAuth.',
'profile_oauth_clients_header' => 'Clientes',
@@ -684,7 +687,6 @@ return [
'profile_try_again' => 'Algo salió mal. Por favor, vuelva a intentarlo.',
// export data:
'import_and_export_menu' => 'Importar y exportar',
'export_data_title' => 'Exportar datos de Firefly III',
'export_data_menu' => 'Exportar datos',
'export_data_bc' => 'Exportar datos de Firefly III',
@@ -855,8 +857,11 @@ return [
'auto_budget_help' => 'Puedes leer más sobre esta función en la ayuda. Haz clic en el icono de la parte superior derecha (?).',
'auto_budget_reset_icon' => 'Este presupuesto se establecerá periódicamente',
'auto_budget_rollover_icon' => 'La cantidad del presupuesto aumentará periódicamente',
'remove_budgeted_amount' => 'Remove budgeted amount in :currency',
// bills:
'not_expected_period' => 'Not expected this period',
'not_or_not_yet' => 'Not (yet)',
'match_between_amounts' => 'La cuenta iguala transacciones entre :low y :high.',
'running_again_loss' => 'Las transacciones previamente vinculadas a esta factura pueden perder su conexión, si (ya) no coinciden con la(s) regla(s).',
'bill_related_rules' => 'Reglas relacionadas con esta cuenta',
@@ -885,6 +890,7 @@ return [
'bill_store_error' => 'Se ha producido un error inesperado mientras se almacenaba su nueva factura. Por favor, compruebe los archivos de registro',
'list_inactive_rule' => 'regla inactiva',
'bill_edit_rules' => 'Firefly III también intentará editar la regla relacionada con esta factura. Sin embargo, si ha editado esta regla usted mismo, Firefly III no cambiará nada.|Firefly III intentará editar también las :count reglas relacionadas con esta factura. Sin embargo, si ha editado estas reglas usted mismo, Firefly III no cambiará nada.',
'bill_expected_date' => 'Expected :date',
// accounts:
'inactive_account_link' => 'Tiene :count cuenta inactiva (archivada), que puedes ver en esta página separada.|Tienes cuentas :count inactivas (archivadas), que puedes ver en esta página separada.',
@@ -1500,19 +1506,12 @@ return [
'reset_after' => 'Restablecer formulario después del envío',
'errors_submission' => 'Hubo algo malo con su envío. Por favor, revise los errores de abajo.',
// Import page (general strings only)
'import_index_title' => 'Importar transacciones a Firefly III',
'import_transactions' => 'Importar transacciones',
'import_tools_title' => 'Herramientas de importación',
'tools_index_intro' => 'Existen varias herramientas para importar datos en Firefly III. Reviselas a continuación. Para más información, consulte <a href="https://docs.firefly-iii.org/importing-data/introduction">esta página</a>.',
'firefly_iii_csv_importer_name' => 'Importador CSV de Firefly III',
'firefly_iii_bunq_importer_name' => 'Importador de Firefly III bunq',
'firefly_iii_ynab_importer_name' => 'Importador YNAB de Firefly III',
'ludo_revolut_importer_name' => 'Importador Ludo444\'s Revolut',
//
// sandstorm.io errors and messages:
'sandstorm_not_available' => 'Esta función no esta disponible cuando usted esta utilizando Firefly III dentro de un ambiente Sandstorm.io.',
// object groups
'default_group_title_name' => '(ungrouped)',
// empty lists? no objects? instructions:
'no_accounts_title_asset' => '¡Vamos a crear una cuenta de activos!',
'no_accounts_intro_asset' => 'Usted aun no tiene cuenta de activos. las cuentas de activos son sus cuentas principales: sus cuentas de cheques, cuenta de ahorros, cuenta compartida o incluso su tarjeta de crédito.',
@@ -1651,7 +1650,7 @@ return [
'telemetry_disabled_now_what' => 'Si lo desea, puede activar la telemetría en su archivo .env o en la configuración de Docker.',
'telemetry_collected_info' => 'Información recopilada',
'no_telemetry_present' => 'Firefly III ha recopilado cero registros de telemetría.',
'records_telemetry_present' => 'Firefly III ha recopilado :count registro(s) de telemetría.',
'records_telemetry_present' => 'Firefly III has collected :count telemetry record.|Firefly III has collected :count telemetry records.',
'telemetry_button_view' => 'Ver telemetría',
'telemetry_button_delete' => 'Borrar toda la telemetría',
'telemetry_admin_overview' => 'Resumen de telemetría',
@@ -1664,5 +1663,27 @@ return [
'telemetry_delete_submitted_records' => 'Eliminar los registros enviados',
'telemetry_submission_executed' => 'Los registros han sido enviados. Revise sus archivos de registro para más información.',
'telemetry_all_deleted' => 'Se han eliminado todos los registros de telemetría.',
'telemetry_submitted_deleted' => 'Se han eliminado todos los registros de telemetría enviados.'
'telemetry_submitted_deleted' => 'Se han eliminado todos los registros de telemetría enviados.',
// debug page
'debug_page' => 'Debug page',
'debug_submit_instructions' => 'If you are running into problems, you can use the information in this box as debug information. Please copy-and-paste into a new or existing <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub issue</a>. It will generate a beautiful table that can be used to quickly diagnose your problem.',
'debug_pretty_table' => 'If you copy/paste the box below into a GitHub issue it will generate a table. Please do not surround this text with backticks or quotes.',
'debug_additional_data' => 'You may also share the content of the box below. You can also copy-and-paste this into a new or existing <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub issue</a>. However, the content of this box may contain private information such as account names, transaction details or email addresses.',
// object groups
'object_groups_menu_bar' => 'Groups',
'object_groups_page_title' => 'Groups',
'object_groups_breadcrumb' => 'Groups',
'object_groups_index' => 'Overview',
'object_groups' => 'Groups',
'object_groups_empty_explain' => 'Some things in Firefly III can be divided into groups. Piggy banks for example, feature a "Group" field in the edit and create screens. When you set this field, you can edit the names and the order of the groups on this page. For more information, check out the help-pages in the top right corner, under the (?)-icon.',
'object_group_title' => 'Title',
'edit_object_group' => 'Edit group ":title"',
'delete_object_group' => 'Edit group ":title"',
'update_object_group' => 'Update group',
'updated_object_group' => 'Succesfully updated group ":title"',
'deleted_object_group' => 'Succesfully deleted group ":title"',
'object_group' => 'Group',
];

View File

@@ -137,6 +137,7 @@ return [
'account_areYouSure' => '¿Seguro que quieres eliminar la cuenta llamada ":name"?',
'bill_areYouSure' => '¿Seguro que quieres eliminar la factura llamada ":name"?',
'rule_areYouSure' => '¿Seguro que quieres eliminar la regla titulada ":title"?',
'object_group_areYouSure' => 'Are you sure you want to delete the group titled ":title"?',
'ruleGroup_areYouSure' => '¿Seguro que quieres eliminar el grupo de reglas titulado ":title"?',
'budget_areYouSure' => '¿Seguro que quieres eliminar el presupuesto llamado ":name"?',
'category_areYouSure' => '¿Seguro que quieres eliminar la categoría llamada ":name"?',
@@ -156,6 +157,7 @@ return [
'also_delete_connections' => 'La única transacción vinculada con este tipo de enlace perderá esta conexión. | Todas las :count transacciones vinculadas con este tipo de enlace perderán su conexión.',
'also_delete_rules' => 'La única regla conectada a este grupo de reglas también se eliminará. | Todas las :count reglas conectadas a este grupo de reglas también se eliminarán.',
'also_delete_piggyBanks' => 'La hucha conectada a esta cuenta también se eliminará.|Las :count huchas conectadas a esta cuenta también se eliminarán.',
'not_delete_piggy_banks' => 'The piggy bank connected to this group will not be deleted.|The :count piggy banks connected to this group will not be deleted.',
'bill_keep_transactions' => 'La transacción conectada a esta factura no será eliminada.|Las :count transacciones conectadas a esta factura serán eliminadas.',
'budget_keep_transactions' => 'La transacción conectada a este presupuesto no se eliminará.|Las :count transacciones conectadas a este presupuesto no serán eliminadas.',
'category_keep_transactions' => 'La transacción conectada a esta categoría no se eliminará.|Las :count transacciones conectadas a esta categoría no serán eliminadas.',
@@ -163,6 +165,8 @@ return [
'tag_keep_transactions' => 'La transacción conectada a esta etiqueta no se eliminará.|Las :count transacciones conectadas a esta etiqueta no serán eliminadas.',
'check_for_updates' => 'Ver actualizaciones',
'delete_object_group' => 'Delete group ":title"',
'email' => 'Correo electrónico',
'password' => 'Contraseña',
'password_confirmation' => 'Contraseña (otra vez)',
@@ -184,14 +188,11 @@ return [
'is_demo_site' => 'Está en modo demostración',
// import
'import_file' => 'Importar archivo',
'configuration_file' => 'Archivo de configuración',
'import_file_type' => 'Importar tipo de archivo',
'csv_comma' => 'Una coma (,)',
'csv_semicolon' => 'Un punto y coma (;)',
'csv_tab' => 'Un tabulador (invisible)',
'csv_delimiter' => 'Delimitador de campo CSV',
'csv_import_account' => 'Cuenta de importación predeterminada',
'client_id' => 'Identificación del cliente',
'app_id' => 'ID de la App',
'secret' => 'Secreto',

View File

@@ -1,174 +0,0 @@
<?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' => 'Importar datos a Firefly III',
'prerequisites_breadcrumb_fake' => 'Requisitos para el proveedor de importación falso',
'prerequisites_breadcrumb_spectre' => 'Requisitos para bunq',
'job_configuration_breadcrumb' => 'Configuración para ":key"',
'job_status_breadcrumb' => 'Estado de importación de ":key"',
'disabled_for_demo_user' => 'deshabilitado en demo',
// index page:
'general_index_intro' => 'Bienvenido a la rutina de importación de Firefly III. Hay algunas formas de importar datos a Firefly III, que se muestran aquí como botones.',
// notices about the CSV importer:
'deprecate_csv_import' => 'Como se describe en <a href="https://www.patreon.com/posts/future-updates-30012174">esta publicación de patreón</a>, la forma en que Firefly III administra los datos importados va a cambiar. Esto significa que el importador CSV se trasladará a una nueva herramienta separada. Ya puede probar esta herramienta si visita <a href="https://github.com/firefly-iii/csv-importer">este repositorio de GitHub</a>. Le agradecería que probara el nuevo importador y me hiciera saber lo que piensa.',
'final_csv_import' => 'Como se describe en <a href="https://www.patreon.com/posts/future-updates-30012174">esta publicación de patreón</a>, la forma en que Firefly III administra la importación de datos va a cambiar. Esto significa que esta es la última versión de Firefly III que contará con un importador de CSV. Una herramienta separada está disponible que debería probar usted mismo: <a href="https://github.com/firefly-iii/csv-importer">el importador CSV III Firefly</a>. Le agradecería que probara el nuevo importador y me hiciera saber lo que piensa.',
// import provider strings (index):
'button_fake' => 'Simular una importación',
'button_file' => 'Importar un archivo',
'button_spectre' => 'Importar usando Spectre',
// prerequisites box (index)
'need_prereq_title' => 'Importar requisitos previos',
'need_prereq_intro' => 'Algunos métodos de importación necesitan su atención antes de que se pueden utilizar. Por ejemplo, podrían requerir claves API especiales o secretos de aplicación. Usted puede configurarlos aquí. El icono indica si se han cumplido los requisitos previos.',
'do_prereq_fake' => 'Pre requisitos para el proveedor de falso',
'do_prereq_file' => 'Pre requisitos para las importaciones de archivos',
'do_prereq_spectre' => 'Pre requisitos para las importaciones usando Spectre',
// prerequisites:
'prereq_fake_title' => 'Pre requisitos para una importación desde el proveedor de importación falso',
'prereq_fake_text' => 'Este proveedor falso requiere una clave de API falsa. Debe ser 32 caracteres de largo. Puede utilizar este: 123456789012345678901234567890AA',
'prereq_spectre_title' => 'Pre requisitos para una importación usando la API de Spectre',
'prereq_spectre_text' => 'Para importar datos usando la API de Spectre (v4), usted debe proveer a FIrefly III dos valores secretos. Se pueden encontrar en <a href="https://www.saltedge.com/clients/profile/secrets">pagina de secretos</a>.',
'prereq_spectre_pub' => 'Del mismo modo, la API de Spectre necesita saber la clave pública que ve debajo. Sin ella, no lo reconocerá. Por favor, ingrese esta clave pública en su <a href="https://www.saltedge.com/clients/profile/secrets">pagina de secretos</a>.',
'callback_not_tls' => 'Firefly III ha detectado la siguiente URI de devolución de llamada. Parece que su servidor no está configurado para aceptar conecciones TLS (https). YNAB no aceptará esta URI. Usted puede continuar con la importación ( ya que Firefly III puede equivocarse) pero por favor, téngalo en mente.',
// prerequisites success messages:
'prerequisites_saved_for_fake' => 'Clave API falsa guardada con éxito!',
'prerequisites_saved_for_spectre' => '¡App ID y secreto guardados!',
// job configuration:
'job_config_apply_rules_title' => 'Configuración de trabajo - aplicar sus reglas?',
'job_config_apply_rules_text' => 'Una vez que el proovedor falso se ejecutó, sus reglas pueden ser aplicadas a las transacciones. Esto agrega tiempo a la importación.',
'job_config_input' => 'Su entrada',
// job configuration for the fake provider:
'job_config_fake_artist_title' => 'Introduzca el nombre del álbum',
'job_config_fake_artist_text' => 'Muchas de las rutinas de importación tienen unos pasos de configuración que debe atravesar. En el caso del proveedor de importación falso, debe responder algunas preguntas extrañas. En este caso, escriba "David Bowie" para continuar.',
'job_config_fake_song_title' => 'Introduzca el nombre de la canción',
'job_config_fake_song_text' => 'Mencione la canción "Golden years" para continuar con la importación falsa.',
'job_config_fake_album_title' => 'Introduzca el nombre del álbum',
'job_config_fake_album_text' => 'Algunas rutinas de importación requieren datos adicionales a medio camino a través de la importación. En el caso del proveedor de importación falso, debe responder algunas preguntas extrañas. Entra en "Estación a estación" para continuar.',
// job configuration form the file provider
'job_config_file_upload_title' => 'Configuración de importación (1/4) - Subir archivo',
'job_config_file_upload_text' => 'Esta rutina le ayudará a importar archivos de su banco en Firefly III. ',
'job_config_file_upload_help' => 'Seleccione su archivo. Por favor, asegúrese de que el archivo está codificado en UTF-8.',
'job_config_file_upload_config_help' => 'Si previamente ha importado datos en Firefly III, puede tener un archivo de configuración, el cual preestablecerá valores de configuración por usted. Para algunos bancos, otros usuarios han proporcionado amablemente sus <a href="https://github.com/firefly-iii/import-configurations/wiki">archivo de configuración</a>',
'job_config_file_upload_type_help' => 'Seleccione el tipo de archivo que subirá',
'job_config_file_upload_submit' => 'Subir archivos',
'import_file_type_csv' => 'CSV (valores separados por comas)',
'import_file_type_ofx' => 'OFX',
'file_not_utf8' => 'El archivo que ha subido no es codificado como UTF-8 o ASCII. Firefly III no puede manejar este tipo de archivos. Utilice Notepad++ ó Sublime para convertir el archivo a UTF-8.',
'job_config_uc_title' => 'Configuración de importación (2/4) - Configuración básica de archivo',
'job_config_uc_text' => 'Para poder importar correctamente el archivo, por favor valide las opciones a continuación.',
'job_config_uc_header_help' => 'Marque esta casilla si la primera fila del archivo CSV son los títulos de columna.',
'job_config_uc_date_help' => 'Formato de fecha y hora en su archivo. Siga un formato como los que indica <a href="https://secure.php.net/manual/es/datetime.createfromformat.php#refsect1-datetime.createfromformat-parameters">esta página</a>. El valor por defecto interpretará fechas que se vean así: :dateExample.',
'job_config_uc_delimiter_help' => 'Elija el delimitador de campo que se utiliza en el archivo de entrada. Si no está seguro, coma es la opción más segura.',
'job_config_uc_account_help' => 'Si su archivo NO contiene información sobre sus cuenta(s) de activo(s), utilice esta lista desplegable para seleccionar la cuenta a la que pertenecen las transacciones en el archivo.',
'job_config_uc_apply_rules_title' => 'Aplicar reglas',
'job_config_uc_apply_rules_text' => 'Aplica las reglas a cada transacción importada. Tenga en cuenta que esto reduce significativamente la velocidad de importación.',
'job_config_uc_specifics_title' => 'Opciones específicas del Banco',
'job_config_uc_specifics_txt' => 'Algunos bancos ofrecen archivos mal formateados. Firefly III los puede corregir automáticamente. Si su banco ofrece este tipo de archivos pero no aparece aquí, por favor abre un tema en GitHub.',
'job_config_uc_submit' => 'Continuar',
'invalid_import_account' => 'Ha seleccionado una cuenta inválida a la cuál importar.',
'import_liability_select' => 'Pasivo',
// job configuration for Spectre:
'job_config_spectre_login_title' => 'Escoja su login',
'job_config_spectre_login_text' => 'Firefly III ha encontrado :count login(s) existente(s) en su cuenta de Spectre. ¿Cual desea utilizar para importar?',
'spectre_login_status_active' => 'Activo',
'spectre_login_status_inactive' => 'Inactivo',
'spectre_login_status_disabled' => 'Deshabilitado',
'spectre_login_new_login' => 'Iniciar sesión con otro banco, o uno de estos bancos con credenciales diferentes.',
'job_config_spectre_accounts_title' => 'Seleccione las cuentas desde las cuáles importar',
'job_config_spectre_accounts_text' => 'Usted ha seleccionado ":name" (:country). Tienes :count cuenta(s) de este proveedor. Por favor, seleccione las cuentas de activo de Firefly III donde las transacciones provenientes de estas cuentas deben ser guardadas. Recuerde que, para poder importar datos, la cuenta de Firefly III y el ":name"-cuenta deben tener la misma moneda.',
'spectre_do_not_import' => '(no importar)',
'spectre_no_mapping' => 'Parece que no ha seleccionado ninguna cuenta desde la cual importar.',
'imported_from_account' => 'Importado de ":account"',
'spectre_account_with_number' => 'Cuenta :number',
'job_config_spectre_apply_rules' => 'Aplicar reglas',
'job_config_spectre_apply_rules_text' => 'De forma predeterminada, sus reglas se aplicarán a las transacciones creadas durante esta rutina de importación. Si no desea que esto suceda, desactive esta casilla de verificación.',
// job configuration for bunq:
'should_download_config' => 'Debería descargar <a href=":route">el archivo de configuración</a> para este trabajo. Esto hará las importaciones futuras de manera más fácil.',
'share_config_file' => 'Si ha importado los datos de un banco público, debe <a href="https://github.com/firefly-iii/import-configurations/wiki">compartir su archivo de configuración</a> para que sea fácil para otros usuarios importar sus propios datos. Compartiendo su archivo de configuración no expondrá sus datos financieros.',
// keys from "extra" array:
'spectre_extra_key_iban' => 'IBAN',
'spectre_extra_key_swift' => 'SWIFT',
'spectre_extra_key_status' => 'Estado',
'spectre_extra_key_card_type' => 'Tipo de tarjeta',
'spectre_extra_key_account_name' => 'Nombre de la cuenta',
'spectre_extra_key_client_name' => 'Nombre del cliente',
'spectre_extra_key_account_number' => 'Número de cuenta',
'spectre_extra_key_blocked_amount' => 'Cantidad bloqueada',
'spectre_extra_key_available_amount' => 'Cantidad disponible',
'spectre_extra_key_credit_limit' => 'Limite de crédito',
'spectre_extra_key_interest_rate' => 'Tasa de interés',
'spectre_extra_key_expiry_date' => 'Fecha de vencimiento',
'spectre_extra_key_open_date' => 'Fecha de apertura',
'spectre_extra_key_current_time' => 'Tiempo actual',
'spectre_extra_key_current_date' => 'Fecha actual',
'spectre_extra_key_cards' => 'Tarjetas',
'spectre_extra_key_units' => 'Unidades',
'spectre_extra_key_unit_price' => 'Precio unitario',
'spectre_extra_key_transactions_count' => 'Nº de transacciones',
// job config for the file provider (stage: mapping):
'job_config_map_title' => 'Configuración de importación (4/4) - Conectar datos importados a datos de Firefly III',
'job_config_map_text' => 'En las siguientes tablas, el valor de la izquierda muestra información encontrada en el archivo cargado. Es su tarea mapear este valor, si es posible, a un valor ya presente en su base de datos. Firefly Iii respetará este mapeo. Si no hay un valor hacia el cual mapear o no se desea mapear un valor especifico, no seleccione ninguno.',
'job_config_map_nothing' => 'No hay datos presentes en su archivo que pueda asignar a los valores existentes. Por favor presione "comenzar la importación" para continuar.',
'job_config_field_value' => 'Valor del campo',
'job_config_field_mapped' => 'Mapeado a',
'map_do_not_map' => '(no mapear)',
'job_config_map_submit' => 'Iniciar la importación',
// import status page:
'import_with_key' => 'Importar con la clave \':key\'',
'status_wait_title' => 'Por favor espere...',
'status_wait_text' => 'Esta caja va a desaparecer en un momento.',
'status_running_title' => 'La importación se está ejecutando',
'status_job_running' => 'Por favor espere, ejecutando la importación...',
'status_job_storing' => 'Por favor espere, guardando datos...',
'status_job_rules' => 'Por favor espere, ejecutando reglas...',
'status_fatal_title' => 'Error fatal',
'status_fatal_text' => 'La importación ha sufrido un error del cual no pudo recuperarse, Disculpas!',
'status_fatal_more' => 'Este (posiblemente muy críptico) mensaje de error, se complementa con archivos de log, que puedes encontrar en tu HDD o en tu contenedor de Docker en el cual corres Firefly III.',
'status_finished_title' => 'Importación finalizada',
'status_finished_text' => 'La importación ha terminado.',
'finished_with_errors' => 'Han habido algunos errores durante la importación. Por favor, revíselos cuidadosamente.',
'unknown_import_result' => 'Resultado de importación desconocido',
'result_no_transactions' => 'No se han importado transacciones. Quizás habían sólo duplicados y por eso no hubo transacciones que importar. Quizás los archivos log puedan decirle que sucedió. Si importa data regularmente, esto es normal.',
'result_one_transaction' => 'Exactamente una transacción fue importada. Se encuentra guardada bajo el tag <a href=":route" class="label label-success" style="font-size:100%;font-weight:normal;">:tag</a> donde puedes inspeccionarla mas a fondo.',
'result_many_transactions' => 'Firefly III ha importado :count transacciones. Se encuentran guardadas bajo el tag <a href=":route" class="label label-success" style="font-size:100%;font-weight:normal;">:tag</a> donde puedes inspeccionarlas mas a fondo.',
// general errors and warnings:
'bad_job_status' => 'Para acceder a esta página, tu trabajo de importación no puede tener el status ":status".',
// error message
'duplicate_row' => 'La fila #:row (":description") no se pudo importar. Ya existe.',
];

View File

@@ -88,7 +88,6 @@ return [
'attachments_count' => 'Núm. de datos adjuntos',
'bills_count' => 'Número de facturas',
'categories_count' => 'Número de categorías',
'import_jobs_count' => 'Número de operaciones de importación',
'budget_count' => 'Número de presupuestos',
'rule_and_groups_count' => 'Número de reglas y grupos de reglas',
'tags_count' => 'Número de etiquetas',
@@ -104,9 +103,6 @@ return [
'sum_transfers' => 'Suma de transferencias',
'sum_reconciliations' => 'Suma de reconciliaciones',
'reconcile' => 'Reconciliar',
'account_on_spectre' => 'Cuenta (espectro)',
'account_on_ynab' => 'Cuenta (YNAB)',
'do_import' => 'Importar desde esta cuenta',
'sepa_ct_id' => 'Identificador de extremo a extremo SEPA',
'sepa_ct_op' => 'Identificador de cuenta opuesta SEPA',
'sepa_db' => 'Identificador de mandato SEPA',

View File

@@ -130,6 +130,7 @@ return [
'amount_zero' => 'La cantidad total no puede ser cero.',
'current_target_amount' => 'La cantidad actual debe ser menor que la cantidad de destino.',
'unique_piggy_bank_for_user' => 'En nombre de la hucha debe ser único.',
'unique_object_group' => 'The group name must be unique',
'secure_password' => 'Esta contraseña no es segura. Por favor inténtalo de nuevo. Para más información, visita https://bit.ly/FF3-password-security',
'valid_recurrence_rep_type' => 'Tipo de repetición no válido para transacciones recurrentes.',

View File

@@ -1,26 +0,0 @@
<?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

@@ -59,4 +59,6 @@ return [
'delete_journal_link' => 'Poista linkki tapahtumien väliltä',
'telemetry_index' => 'Käyttötiedot',
'telemetry_view' => 'Tarkastele käyttötietoja',
'edit_object_group' => 'Edit group ":title"',
'delete_object_group' => 'Delete group ":title"',
];

View File

@@ -1,26 +0,0 @@
<?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

@@ -33,6 +33,5 @@ return [
'currencies-index' => 'Firefly III tukee useita valuuttoja. Vaikka oletusarvona on euro, se voidaan asettaa Yhdysvaltain dollariin ja moniin muihin valuuttoihin. Kuten näet, mukana on pieni valikoima valuuttoja, mutta voit lisätä omia, jos haluat. Oletusvaluutan vaihtaminen ei kuitenkaan muuta olemassa olevien tapahtumien valuuttaa: Firefly III tukee useiden valuuttojen käyttöä samanaikaisesti.',
'transactions-index' => 'Nämä kulut, talletukset ja siirrot eivät ole erityisen omaperäisiä. Ne on luotu automaattisesti.',
'piggy-banks-index' => 'Kuten näet, säästöpossuja on kolme. Käytä plus- ja miinuspainikkeita vaikuttaaksesi rahamäärään kussakin säästöpossussa. Napsauttamalla säästöpossun nimeä pääset hallinnoimaan niitä kutakin.',
'import-index' => 'Mikä tahansa CSV-tiedosto voidaan tuoda Firefly III:een. Se tukee myös tietojen tuontia esimerkiksi bunqista ja Specteristä. Muita pankkeja ja taloudellisia toimijoita lisäillään tulevaisuudessa. Demokäyttäjänä voit nähdä kuitenkin vain tekaistun tuontityökalun toiminnassa. Se luo satunnaisia tapahtumia esitelläkseen tuonnin toiminnan.',
'profile-index' => 'Muista, että esittelysivusto nollautuu joka neljäs tunti. Käyttöoikeutesi voidaan peruuttaa milloin tahansa. Tämä tapahtuu automaattisesti eikä ole virhe.',
];

View File

@@ -199,7 +199,7 @@ return [
'forgot_pw_page_title' => 'Unohdit salasanasi Firefly III:een',
'reset_pw_page_title' => 'Nollaa salasanasi Firefly III:een',
'cannot_reset_demo_user' => 'Demokäyttäjän salasanaa ei voi nollata.',
'no_att_demo_user' => 'The demo user can\'t upload attachments.',
'no_att_demo_user' => 'Demokäyttäjä ei voi lähettää liitteitä.',
'button_register' => 'Rekisteröidy',
'authorization' => 'Valtuutus',
'active_bills_only' => 'vain aktiiviset laskut',
@@ -221,6 +221,7 @@ return [
'is_beta_warning' => 'Käytät BETA-versiota. Varaudu virheisiin ja ongelmiin.',
'all_destination_accounts' => 'Kohdetilit',
'all_source_accounts' => 'Lähdetilit',
'back_to_index' => 'Back to the index',
// check for updates:
'update_check_title' => 'Tarkista päivitykset',
@@ -297,6 +298,7 @@ return [
'yearly' => 'vuosittain',
// rules
'cannot_fire_inactive_rules' => 'You cannot execute inactive rules.',
'rules' => 'Säännöt',
'rule_name' => 'Säännön nimi',
'rule_triggers' => 'Sääntö toteutuu kun',
@@ -645,7 +647,7 @@ return [
'secure_pw_should' => 'Pitäisikö minun valita tämä?',
'secure_pw_long_password' => 'Kyllä. Varmista aina, että salasanasi on turvallinen.',
'command_line_token' => 'Komentorivin tunnus',
'explain_command_line_token' => 'Tarvitset tämän tunnuksen käyttääksesi komentorivikomentoja kuten tietojen tuonti ja vienti. Ilman sitä, nämä komennot eivät toimi. Älä koskaan kerro kenellekään sinun komentorivitunnustasi. Kukaan ei kysy sinulta sitä, en edes minä. Jos pelkäät kadottaneesi tunnuksen tai olet vähän edes epävarma, voit aina luoda uuden tunnuksen tällä napilla.',
'explain_command_line_token' => 'Tarvitset tämän tunnuksen käyttääksesi komentorivikomentoja kuten tietojen vienti. Ilman sitä, nämä komennot eivät toimi. Älä koskaan kerro kenellekään sinun komentorivitunnustasi. Kukaan ei kysy sinulta sitä, en edes minä. Jos pelkäät kadottaneesi tunnuksen tai olet vähän edes epävarma, voit aina luoda uuden tunnuksen tällä napilla.',
'regenerate_command_line_token' => 'Luo uusi komentorivitunnus',
'token_regenerated' => 'Uusi komentorivitunnus luotiin',
'change_your_email' => 'Muuta sähköpostiosoitetta',
@@ -654,7 +656,8 @@ return [
'login_with_new_email' => 'Voit nyt kirjautua uudella sähköpostiosoitteella.',
'login_with_old_email' => 'Voit kirjautua jälleen vanhalla sähköpostiosoitteellasi.',
'login_provider_local_only' => 'Tämä toiminto ei ole käytettävissä käytettäessä palveluntarjoajaa ":login_provider" tunnistautumiseen.',
'delete_local_info_only' => "Koska tunnistaudut palveluntarjoajan ':login_provider' avulla, tämä poistaa ainoastaan paikalliset Firefly III:n tiedot.",
'external_user_mgt_disabled' => 'This action is not available when Firefly III isn\'t responsible for user management or authentication handling.',
'delete_local_info_only' => "Because Firefly III isn't responsible for user management or authentication handling, this function will only delete local Firefly III information.",
'profile_oauth_clients' => 'OAuth Clients',
'profile_oauth_no_clients' => 'You have not created any OAuth clients.',
'profile_oauth_clients_header' => 'Clients',
@@ -684,7 +687,6 @@ return [
'profile_try_again' => 'Something went wrong. Please try again.',
// export data:
'import_and_export_menu' => 'Tuo / Vie',
'export_data_title' => 'Vie tietoja Firefly III:sta',
'export_data_menu' => 'Vie tietoja',
'export_data_bc' => 'Vie tietoja Firefly III:sta',
@@ -855,8 +857,11 @@ return [
'auto_budget_help' => 'Voit lukea lisää tästä ominaisuudesta ohjeesta. Napsauta oikean yläkulman (?)-kuvaketta.',
'auto_budget_reset_icon' => 'Tämä budjetti asetetaan määräajoin',
'auto_budget_rollover_icon' => 'Budjetin summa kasvaa säännöllisesti',
'remove_budgeted_amount' => 'Remove budgeted amount in :currency',
// bills:
'not_expected_period' => 'Ei odotettavissa tässä jaksossa',
'not_or_not_yet' => 'Ei (vielä)',
'match_between_amounts' => 'Lasku täsmää tapahtumiin välillä :low ja :high.',
'running_again_loss' => 'Aikaisemmin tälle laskulle yhdistetyt tapahtumat saattavat menettää yhteytensä, jos ne eivät (enää) täytä säännön ehtoja.',
'bill_related_rules' => 'Tähän laskuun liittyvät säännöt',
@@ -885,6 +890,7 @@ return [
'bill_store_error' => 'Uuden laskusi tallentamisessa tapahtui odottamaton virhe. Virhe kirjattiin lokitiedostoon.',
'list_inactive_rule' => 'käytöstä poistettu sääntö',
'bill_edit_rules' => 'Firefly III will attempt to edit the rule related to this bill as well. If you\'ve edited this rule yourself however, Firefly III won\'t change anything.|Firefly III will attempt to edit the :count rules related to this bill as well. If you\'ve edited these rules yourself however, Firefly III won\'t change anything.',
'bill_expected_date' => 'Expected :date',
// accounts:
'inactive_account_link' => 'You have :count inactive (archived) account, which you can view on this separate page.|You have :count inactive (archived) accounts, which you can view on this separate page.',
@@ -1500,19 +1506,12 @@ return [
'reset_after' => 'Tyhjennä lomake lähetyksen jälkeen',
'errors_submission' => 'Lomakkeen tiedoissa oli puutteita - alta löydät listan puutteista.',
// Import page (general strings only)
'import_index_title' => 'Tuo tapahtumia Firefly III:een',
'import_transactions' => 'Tuo tapahtumia',
'import_tools_title' => 'Tuontityökalut',
'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 tuoja',
'ludo_revolut_importer_name' => 'Ludo444:n Revolut-tuontityökalu',
//
// sandstorm.io errors and messages:
'sandstorm_not_available' => 'Tätä toimintoa ei ole kun Firefly III on asennettu Sandstorm.io ympäristöön.',
// object groups
'default_group_title_name' => '(ryhmittelemättömät)',
// empty lists? no objects? instructions:
'no_accounts_title_asset' => 'Luodaan käyttötili!',
'no_accounts_intro_asset' => 'Sinulla ei ole vielä yhtään käyttötiliä. Käyttötilit ovat päätilejäsi: palkkatili, säästötili, pankkikortti, jaetut tilit ja jopa luottokorttisi.',
@@ -1651,7 +1650,7 @@ return [
'telemetry_disabled_now_what' => 'Jos haluat, voit ottaa käyttötietojen keräyksen käyttöön .env-tiedostossa tai Docker-konfiguraatiossa.',
'telemetry_collected_info' => 'Kerätyt tiedot',
'no_telemetry_present' => 'Firefly III ei ole kerännyt käyttötietoja.',
'records_telemetry_present' => 'Firefly III on kerännyt :count tietuetta käyttötietoja.',
'records_telemetry_present' => 'Firefly III has collected :count telemetry record.|Firefly III has collected :count telemetry records.',
'telemetry_button_view' => 'Tarkastele käyttötietoja',
'telemetry_button_delete' => 'Poista kaikki käyttötiedot',
'telemetry_admin_overview' => 'Käyttötietojen yleisnäkymä',
@@ -1664,5 +1663,27 @@ return [
'telemetry_delete_submitted_records' => 'Poista lähetetyt tiedot',
'telemetry_submission_executed' => 'Tiedot on lähetetty. Lokitiedostoistasi löydät lisätietoja.',
'telemetry_all_deleted' => 'Kaikki käyttötiedot poistettu.',
'telemetry_submitted_deleted' => 'Kaikki lähetetyt käyttötiedot poistettu.'
'telemetry_submitted_deleted' => 'Kaikki lähetetyt käyttötiedot poistettu.',
// debug page
'debug_page' => 'Debug page',
'debug_submit_instructions' => 'If you are running into problems, you can use the information in this box as debug information. Please copy-and-paste into a new or existing <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub issue</a>. It will generate a beautiful table that can be used to quickly diagnose your problem.',
'debug_pretty_table' => 'If you copy/paste the box below into a GitHub issue it will generate a table. Please do not surround this text with backticks or quotes.',
'debug_additional_data' => 'You may also share the content of the box below. You can also copy-and-paste this into a new or existing <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub issue</a>. However, the content of this box may contain private information such as account names, transaction details or email addresses.',
// object groups
'object_groups_menu_bar' => 'Groups',
'object_groups_page_title' => 'Groups',
'object_groups_breadcrumb' => 'Groups',
'object_groups_index' => 'Overview',
'object_groups' => 'Groups',
'object_groups_empty_explain' => 'Some things in Firefly III can be divided into groups. Piggy banks for example, feature a "Group" field in the edit and create screens. When you set this field, you can edit the names and the order of the groups on this page. For more information, check out the help-pages in the top right corner, under the (?)-icon.',
'object_group_title' => 'Title',
'edit_object_group' => 'Edit group ":title"',
'delete_object_group' => 'Edit group ":title"',
'update_object_group' => 'Update group',
'updated_object_group' => 'Succesfully updated group ":title"',
'deleted_object_group' => 'Succesfully deleted group ":title"',
'object_group' => 'Group',
];

View File

@@ -137,6 +137,7 @@ return [
'account_areYouSure' => 'Haluatko varmasti poistaa tilin ":name"?',
'bill_areYouSure' => 'Haluatko varmasti poistaa laskun ":name"?',
'rule_areYouSure' => 'Haluatko varmasti poistaa säännön ":title"?',
'object_group_areYouSure' => 'Are you sure you want to delete the group titled ":title"?',
'ruleGroup_areYouSure' => 'Haluatko varmasti poistaa sääntöryhmän ":title"?',
'budget_areYouSure' => 'Haluatko varmasti poistaa budjetin ":name"?',
'category_areYouSure' => 'Haluatko varmasti poistaa kategorian ":name"?',
@@ -156,6 +157,7 @@ return [
'also_delete_connections' => 'Ainoa tähän linkkityyppiin liitetty tapahtuma menettää tämän yhteyden.|Kaikki :count tähän linkkityyppiin yhdistettyä tapahtumaa menettävät yhteytensä.',
'also_delete_rules' => 'Ainoa tähän sääntöryhmään yhdistetty sääntö poistetaan samalla.|Kaikki :count tähän sääntöryhmään linkitettyä sääntöä poistetaan samalla.',
'also_delete_piggyBanks' => 'Ainoa tähän tähän tiliin linkitetty säästöporsas poistetaan samalla.|Kaikki :count tähän tiliin yhdistettyä säästöpossua poistetaan samalla.',
'not_delete_piggy_banks' => 'The piggy bank connected to this group will not be deleted.|The :count piggy banks connected to this group will not be deleted.',
'bill_keep_transactions' => 'Ainoaa tähän laskuun linkitettyä tapahtumaa ei poisteta.|Kaikki :count tähän laskuun yhdistetyt tapahtumat säästetään.',
'budget_keep_transactions' => 'Ainoaa tähän budjettiin linkitettyä tapahtumaa ei poisteta.|Kaikki :count tähän budjettiin yhdistetyt tapahtumat säästetään.',
'category_keep_transactions' => 'Ainoaa tähän kategoriaan linkitettyä tapahtumaa ei poisteta.|Kaikki :count tähän kategoriaan yhdistetyt tapahtumat säästetään.',
@@ -163,6 +165,8 @@ return [
'tag_keep_transactions' => 'Ainoa tähän tägiin linkitetty tapahtuma säästetään.|Kaikki :count tähän tägiin yhdistetyt tapahtumat säästetään.',
'check_for_updates' => 'Tarkista päivitykset',
'delete_object_group' => 'Delete group ":title"',
'email' => 'Sähköpostiosoite',
'password' => 'Salasana',
'password_confirmation' => 'Salasana (uudestaan)',
@@ -184,14 +188,11 @@ return [
'is_demo_site' => 'Esittelytila käytössä',
// import
'import_file' => 'Tuo tiedosto',
'configuration_file' => 'Asetustiedosto',
'import_file_type' => 'Tuonnin tiedostotyyppi',
'csv_comma' => 'Pilkku (,)',
'csv_semicolon' => 'Puolipiste (;)',
'csv_tab' => 'Sarkain (näkymätön)',
'csv_delimiter' => 'CSV kentän erotin',
'csv_import_account' => 'Oletus tuontitili',
'client_id' => 'Asiakastunnus',
'app_id' => 'Sovelluksen ID (App ID)',
'secret' => 'Salaisuus',

View File

@@ -1,174 +0,0 @@
<?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' => 'Tuo tietoja Firefly III:een',
'prerequisites_breadcrumb_fake' => 'Edellytykset harjoittelutuonnille',
'prerequisites_breadcrumb_spectre' => 'Spectren käytön edellytykset',
'job_configuration_breadcrumb' => 'Avaimen ":key" asetukset',
'job_status_breadcrumb' => 'Avaimen ":key" tuonnin tila',
'disabled_for_demo_user' => 'ei käytössä esittelytilassa',
// index page:
'general_index_intro' => 'Tervetuloa Firefly III:n tuontirutiiniin. Tietoja voidaan tuoda Firefly III:een monella eri tavalla, jotka näytetään tässä painikkeina.',
// notices about the CSV importer:
'deprecate_csv_import' => 'Kuten <a href="https://www.patreon.com/posts/future-updates-30012174">tässä Patreon-artikkelissa</a> esitetään, Firefly III:n tuontitietojen hallintatapa muuttuu. Tämä tarkoittaa, että CSV-tuoja siirretään uuteen, erilliseen työkaluun. Tätä toimintoa voi jo testata vierailemalla <a href="https://github.com/firefly-iii/csv-importer">tässä GitHub-arkistossa</a>. Olisin kiitollinen, jos testaisit uutta työkalua ja kertoisit mielipiteesi siitä.',
'final_csv_import' => 'Kuten <a href="https://www.patreon.com/posts/future-updates-30012174"> tässä Patreon-viestissä </a> kuvataan, Firefly III:n tietojen tuonnin hallintatapa muuttuu. Tämä tarkoittaa, että tämä on viimeinen versio Firefly III:sta, jossa on CSV-tuontityökalu. Sen sijaan saatavana on erillinen työkalu, jota sinun tulisi kokeilla itse: <a href="https://github.com/firefly-iii/csv-importer"> Firefly III CSV -tuontityökalu </a>. Olisin kiitollinen, jos testaisit uuden työkalun ja kerrot minulle mielipiteesi.',
// import provider strings (index):
'button_fake' => 'Tee harjoittelutuonti',
'button_file' => 'Tuo tiedosto',
'button_spectre' => 'Tuonti Spectren avulla',
// prerequisites box (index)
'need_prereq_title' => 'Tuonnin edellytykset',
'need_prereq_intro' => 'Jotkut tuontitavat tarvitsevat huomiotasi ennen kuin niitä voidaan käyttää. Ne voivat esimerkiksi vaatia erityisiä API-avaimia tai sovelluksen salaisuuksia. Voit määrittää ne täällä. Kuvake osoittaa, täyttyvätkö nämä edellytykset.',
'do_prereq_fake' => 'Edellytykset harjoittelutuonnille',
'do_prereq_file' => 'Tiedostojen tuonnin edellytykset',
'do_prereq_spectre' => 'Edellytykset tuonnille Spectrestä',
// prerequisites:
'prereq_fake_title' => 'Edellytykset tuonnille leikkipankista',
'prereq_fake_text' => 'Tämä leikkipankki tarvitsee tekaistun API avaimen. Sen pituuden täytyy olla tasan 32 merkkiä. Voit käyttää vaikka tätä: 123456789012345678901234567890AA',
'prereq_spectre_title' => 'Edellytykset tuonnille Spectren API:a käyttäen',
'prereq_spectre_text' => 'Tuodaksesi tietoja käyttäen Spectre API:a (v4), sinun on toimitettava Firefly III:lle kaksi salaista arvoa. Ne löytyvät <a href="https://www.saltedge.com/clients/profile/secrets">salaisuussivulta</a>.',
'prereq_spectre_pub' => 'Samoin, Spectre API:n on tiedettävä julkinen avain, jonka näet alla. Ilman sitä se ei tunnista sinua. Anna tämä julkinen avain <a href="https://www.saltedge.com/clients/profile/secrets">salaisuus</a> sivullasi.',
'callback_not_tls' => 'Firefly III on havainnut seuraavan takaisinkutsu-URI:n. Vaikuttaa siltä, että palvelinta ei ole määritetty hyväksymään TLS-yhteyksiä (https). YNAB ei hyväksy tätä URI:a. Voit jatkaa tuontia (koska Firefly III saattaa olla väärässä), mutta pidä tämä mielessä.',
// prerequisites success messages:
'prerequisites_saved_for_fake' => 'Leikki-API-avain tallennettu onnistuneesti!',
'prerequisites_saved_for_spectre' => 'Sovellustunnus ja salaisuus tallennettu!',
// job configuration:
'job_config_apply_rules_title' => 'Työnmääritys - Käytetään sääntöjäsi?',
'job_config_apply_rules_text' => 'Kun leikkipankin tuonti on tehty, sääntöjäsi voidaan soveltaa tapahtumiin. Tämä pidentää tuontiin kuluvaa aikaa.',
'job_config_input' => 'Syötteesi',
// job configuration for the fake provider:
'job_config_fake_artist_title' => 'Kirjoita albumin nimi',
'job_config_fake_artist_text' => 'Monissa tuontirutiineissa on muutama asetusvaihe, jotka sinun on suoritettava. Leikkipankin tapauksessa sinun on vastattava joihinkin outoihin kysymyksiin. Kirjoita tässä tapauksessa "David Bowie" jatkaaksesi.',
'job_config_fake_song_title' => 'Kirjoita kappaleen nimi',
'job_config_fake_song_text' => 'Mainitse kappale "Golden years" jatkaaksesi leikkituontia.',
'job_config_fake_album_title' => 'Kirjoita albumin nimi',
'job_config_fake_album_text' => 'Jotkin tuontirutiinit vaativat lisätietoja tuonnin puolivälissä. Leikkipankin tapauksessa sinun on vain vastattava outoihin kysymyksiin. Kirjoita "Station to station" jatkaaksesi.',
// job configuration form the file provider
'job_config_file_upload_title' => 'Tuonnin asetukset (1/4) - Vie tiedostosi',
'job_config_file_upload_text' => 'Tämän rutiinin avulla voit tuoda pankistasi tiedostoja Firefly III:een. ',
'job_config_file_upload_help' => 'Valitse tiedosto. Varmista, että tiedosto on UTF-8-koodattu.',
'job_config_file_upload_config_help' => 'Jos olet aiemmin tuonut tietoja Firefly III:een, sinulla voi olla asetustiedosto, joka esiasettaa asetusarvot sinulle. Joillekin pankeille, muut käyttäjät ovat ystävällisesti toimittaneet omat <a href="https://github.com/firefly-iii/import-configurations/wiki">asetustiedostonsa</a>',
'job_config_file_upload_type_help' => 'Valitse vietävän tiedoston tyyppi',
'job_config_file_upload_submit' => 'Lähetä tiedostot',
'import_file_type_csv' => 'CSV (pilkkuerotellut arvot)',
'import_file_type_ofx' => 'OFX',
'file_not_utf8' => 'Lähettämääsi tiedostoa ei ole koodattu UTF-8- tai ASCII-tiedostona. Firefly III ei osaa käsitellä tällaisia tiedostoja. Muunna tiedoston merkistökoodaus UTF-8:ksi Notepad++:n tai Sublime:n avulla.',
'job_config_uc_title' => 'Tuonnin asetukset (2/4) - Tiedostojen perusasetukset',
'job_config_uc_text' => 'Voidaksesi tuoda tiedostosi oikein, tarkista alla olevat vaihtoehdot.',
'job_config_uc_header_help' => 'Valitse tämä valintaruutu, jos CSV-tiedostosi ensimmäisellä rivillä ovat sarakkeiden otsikot.',
'job_config_uc_date_help' => 'Päivämäärän ja ajan muotoilu tiedostossa. Seuraa muotoilua <a href="https://secure.php.net/manual/en/datetime.createfromformat.php#refsect1-datetime.createfromformat-parameters">tämän sivun</a> esimerkin mukaan. Oletusarvo jäsentää päivämäärät, jotka näyttävät tältä: :dateExample.',
'job_config_uc_delimiter_help' => 'Valitse syöttötiedostossa käytetty kenttäerotin. Jos et ole varma, pilkku on turvallisin vaihtoehto.',
'job_config_uc_account_help' => 'Jos tiedostosi EI sisällä tietoja omaisuustileistäsi, käytä tätä alasvetovalikkoa valitaksesi mihin tiliin tiedoston tapahtumat kuuluvat.',
'job_config_uc_apply_rules_title' => 'Aja säännöt',
'job_config_uc_apply_rules_text' => 'Soveltaa sääntöjäsi jokaiseen tuotuun tapahtumaan. Huomaa, että tämä hidastaa tuontia merkittävästi.',
'job_config_uc_specifics_title' => 'Pankkikohtaiset vaihtoehdot',
'job_config_uc_specifics_txt' => 'Jotkut pankit toimittavat tiedostot huonosti muotoiltuina. Firefly III voi korjata ne automaattisesti. Jos pankkisi toimittaa tällaisia tiedostoja, mutta sitä ei ole lueteltu tässä, avaa kysymys GitHubissa.',
'job_config_uc_submit' => 'Jatka',
'invalid_import_account' => 'Olet valinnut virheellisen tilin tietojen tuontia varten.',
'import_liability_select' => 'Vastuu',
// job configuration for Spectre:
'job_config_spectre_login_title' => 'Valitse kirjautumistunnuksesi',
'job_config_spectre_login_text' => 'Firefly III on löytänyt :count kirjautumistunnusta Spectre-tililtäsi. Mitä niistä haluat käyttää tietojen tuomiseen?',
'spectre_login_status_active' => 'Aktiivinen',
'spectre_login_status_inactive' => 'Ei käytössä',
'spectre_login_status_disabled' => 'Poistettu käytöstä',
'spectre_login_new_login' => 'Kirjaudu toiseen pankkiin, tai johonkin näistä pankeista toisilla tunnuksilla.',
'job_config_spectre_accounts_title' => 'Valitse tilit, joilta haluat tuoda tietoja',
'job_config_spectre_accounts_text' => 'Olet valinnut ":name" (:country). Sinulla on :count tiliä saatavilla tässä rahalaitoksessa. Valitse Firefly III-omaisuustilit, joihin näiden tilien tapahtumat tulisi tallentaa. Muista, että tietojen tuonnissa sekä Firefly III-tilillä että ":name"-tilillä on oltava sama valuutta.',
'spectre_do_not_import' => '(älä tuo)',
'spectre_no_mapping' => 'Vaikuttaa siltä, että et ole valinnut tiliä, josta haluat tuoda tietoja.',
'imported_from_account' => 'Tuotu tililtä ":account"',
'spectre_account_with_number' => 'Tili :number',
'job_config_spectre_apply_rules' => 'Aja säännöt',
'job_config_spectre_apply_rules_text' => 'Oletuksena sääntöjäsi sovelletaan tapahtumiin, jotka luodaan tämän tuontirutiinin aikana. Jos et halua, että näin tapahtuu, poista valinta tästä valintaruudusta.',
// job configuration for bunq:
'should_download_config' => 'Sinun tulisi ladata tämän työn <a href=":route">määritystiedosto</a>. Tämä helpottaa tietojen tuontia jatkossa.',
'share_config_file' => 'Jos olet tuonut tietoja julkisesta pankista, sinun pitäisi <a href="https://github.com/firefly-iii/import-configurations/wiki">jakaa asetustiedostosi</a> jotta muiden käyttäjien on helppo tuoda tietojaan. Asetustiedoston jakaminen ei paljasta taloudellisia tietojasi.',
// keys from "extra" array:
'spectre_extra_key_iban' => 'IBAN',
'spectre_extra_key_swift' => 'SWIFT',
'spectre_extra_key_status' => 'Tila',
'spectre_extra_key_card_type' => 'Kortin tyyppi',
'spectre_extra_key_account_name' => 'Tilin nimi',
'spectre_extra_key_client_name' => 'Asiakkaan nimi',
'spectre_extra_key_account_number' => 'Tilinumero',
'spectre_extra_key_blocked_amount' => 'Varattu summa',
'spectre_extra_key_available_amount' => 'Käytettävissä oleva summa',
'spectre_extra_key_credit_limit' => 'Luottoraja',
'spectre_extra_key_interest_rate' => 'Korkoprosentti',
'spectre_extra_key_expiry_date' => 'Voimassaoloaika',
'spectre_extra_key_open_date' => 'Avauspäivä',
'spectre_extra_key_current_time' => 'Tämänhetkinen aika',
'spectre_extra_key_current_date' => 'Nykyinen päivämäärä',
'spectre_extra_key_cards' => 'Kortit',
'spectre_extra_key_units' => 'Yksiköt',
'spectre_extra_key_unit_price' => 'Yksikköhinta',
'spectre_extra_key_transactions_count' => 'Maksutapahtumien lukumäärä',
// job config for the file provider (stage: mapping):
'job_config_map_title' => 'Tuonnin asetukset (4/4) - Yhdistä tuontitiedot Firefly III -tietoihin',
'job_config_map_text' => 'Seuraavissa taulukoissa vasen arvo näyttää ladatusta tiedostostasi löytyvät tiedot. Sinun tehtäväsi on kartoittaa tämä arvo, jos mahdollista, arvoon, joka on jo tietokannassasi. Firefly pysyy tässä kartoituksessa. Jos määritettävää arvoa ei ole tai et halua kartoittaa tiettyä arvoa, älä valitse mitään.',
'job_config_map_nothing' => 'Tiedostossasi ei ole tietoja joita voisit kartoittaa olemassa oleviin arvoihin. Paina "Aloita tuonti" jatkaaksesi.',
'job_config_field_value' => 'Kentän arvo',
'job_config_field_mapped' => 'Kohdistettu',
'map_do_not_map' => '(älä kohdista)',
'job_config_map_submit' => 'Aloita tuonti',
// import status page:
'import_with_key' => 'Tuo näppäimellä \':key\'',
'status_wait_title' => 'Ole hyvä ja odota',
'status_wait_text' => 'Tämä ruutu katoaa hetken kuluttua.',
'status_running_title' => 'Tuonti on käynnissä',
'status_job_running' => 'Odota, tuontia suoritetaan ...',
'status_job_storing' => 'Odota, tietoja tallennetaan ...',
'status_job_rules' => 'Odota, ajetaan sääntöjä ...',
'status_fatal_title' => 'Vakava virhe',
'status_fatal_text' => 'Tuonnissa on tapahtunut virhe, josta se ei pystynyt palautumaan. Pahoittelut!',
'status_fatal_more' => 'Tätä (mahdollisesti hyvin salaperäistä) virheilmoitusta täydentävät lokitiedostot, jotka löydät kiintolevyltäsi, tai Docker kontista josta ajat Firefly III:a.',
'status_finished_title' => 'Tuonti valmis',
'status_finished_text' => 'Tuonti on valmistunut.',
'finished_with_errors' => 'Tuonnin aikana tapahtui virheitä. Ole hyvä ja tarkista ne huolellisesti.',
'unknown_import_result' => 'Tuonnin lopputulos tuntematon',
'result_no_transactions' => 'Yhtään tapahtumaa ei ole tuotu. Ehkä ne kaikki olivat kaksoiskappaleita, eikä tapahtumia yksinkertaisesti ollut yhtään tuotavana. Ehkä lokitiedostot voivat kertoa mitä tapahtui. Jos tuot tietoja säännöllisesti, tämä on normaalia.',
'result_one_transaction' => 'Tarkalleen yksi tapahtuma on tuotu. Se on tallennettu tägin <a href=":route" class="label label-success" style="font-size:100%;font-weight:normal;">:tag</a> alle, jossa voit tarkastella sitä tarkemmin.',
'result_many_transactions' => 'Firefly III on tuonut :count tapahtumaa. Ne on tallennettu tägin <a href=":route" class="label label-success" style="font-size:100%;font-weight:normal;">:tag</a> alle, jossa voit tarkastella niitä tarkemmin.',
// general errors and warnings:
'bad_job_status' => 'Päästäksesi tälle sivulle tuontityösi tila ei voi olla ":status".',
// error message
'duplicate_row' => 'Riviä #:row (":description") ei voitu tuoda. Se on jo olemassa.',
];

View File

@@ -88,7 +88,6 @@ return [
'attachments_count' => 'Liitteiden lukumäärä',
'bills_count' => 'Laskujen lukumäärä',
'categories_count' => 'Kategorioiden lukumäärä',
'import_jobs_count' => 'Tuontien lukumäärä',
'budget_count' => 'Budjettien lukumäärä',
'rule_and_groups_count' => 'Sääntöjen ja sääntöryhmien lukumäärä',
'tags_count' => 'Tägien lukumäärä',
@@ -104,9 +103,6 @@ return [
'sum_transfers' => 'Siirrot yhteensä',
'sum_reconciliations' => 'Täsmäytykset yhteensä',
'reconcile' => 'Täsmäytä',
'account_on_spectre' => 'Tili (Spectre)',
'account_on_ynab' => 'Tili (YNAB)',
'do_import' => 'Tuo tältä tililtä',
'sepa_ct_id' => 'SEPA End to End tunniste',
'sepa_ct_op' => 'SEPA Vastatilin tunniste',
'sepa_db' => 'SEPA Valtuutuksen tunniste',

View File

@@ -130,6 +130,7 @@ return [
'amount_zero' => 'Summa yhteensä ei voi olla nolla.',
'current_target_amount' => 'Nykyisen summan täytyy olla tavoitesummaa pienempi.',
'unique_piggy_bank_for_user' => 'Säästöpossu tarvitsee yksilöllisen nimen.',
'unique_object_group' => 'The group name must be unique',
'secure_password' => 'Tämä ei ole turvallinen salasana. Yritäpä uudestaan. Lisätietoja löydät osoitteesta https://bit.ly/FF3-password-security',
'valid_recurrence_rep_type' => 'Virheellinen toiston tyyppi toistuville tapahtumille.',

View File

@@ -1,26 +0,0 @@
<?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

@@ -59,4 +59,6 @@ return [
'delete_journal_link' => 'Supprimer le lien entre les opérations',
'telemetry_index' => 'Télémétrie',
'telemetry_view' => 'Voir la télémétrie',
'edit_object_group' => 'Modifier le groupe ":title"',
'delete_object_group' => 'Supprimer le groupe ":title"',
];

View File

@@ -1,26 +0,0 @@
<?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

@@ -33,6 +33,5 @@ return [
'currencies-index' => 'Firefly III supporte de multiples devises. Bien que l\'Euro soit la devise par défaut, il est possible d\'utiliser le Dollar américain et de nombreuses autres devises. Comme vous pouvez le voir, une petite sélection de devises existe déjà mais vous pouvez ajouter vos propres devises si vous le souhaitez. Gardez à l\'esprit que la modification de la devise par défaut ne modifie pas la devise des transactions existantes : Firefly III prend en charge lutilisation de plusieurs devises en même temps.',
'transactions-index' => 'Ces dépenses, dépôts et transferts ne sont pas particulièrement imaginatifs. Ils ont été générés automatiquement.',
'piggy-banks-index' => 'Comme vous pouvez le voir, il y a trois tirelires. Utilisez les boutons plus et moins pour influer sur le montant dargent dans chaque tirelire. Cliquez sur le nom de la tirelire pour voir ladministration pour chaque tirelire.',
'import-index' => 'Tout fichier CSV peut être importé dans Firefly III. L\'importation de données depuis bunq et Spectre est également supportée. D\'autres banques et agrégateurs financiers seront mis en place dans le futur. En tant qu\'utilisateur du site de démonstration, vous ne pouvez voir que le «faux» service en action. Il va générer des transactions aléatoires pour vous montrer comment se déroule le processus.',
'profile-index' => 'Garder à lesprit que le site de démo se réinitialise toutes les quatre heures. Votre accès peut être révoqué à n\'importe quel moment. Ceci intervient automatiquement, ce n\'est pas un bug.',
];

View File

@@ -25,7 +25,7 @@ declare(strict_types=1);
return [
// common items
'greeting' => 'Hello,',
'closing' => 'Bip Boup',
'closing' => 'Pøuì Poû Põuì,',
'signature' => 'Le Robot de Firefly III',
'footer_ps' => 'PS : Ce message a été envoyé car une requête de l\'adresse IP :ipAddress l\'a déclenché.',
@@ -92,5 +92,5 @@ return [
// report new journals
'new_journals_subject' => 'Firefly III a créé une nouvelle opération|Firefly III a créé :count nouvelles opérations',
'new_journals_header' => 'Firefly III a créé une opération pour vous. Vous pouvez la trouver dans votre installation de Firefly III:|Firefly III a créé :count opérations pour vous. Vous pouvez les trouver dans votre installation de Firefly III :',
'new_journals_header' => 'Firefly III a créé une opération pour vous. Vous pouvez la trouver dans votre installation de Firefly III :|Firefly III a créé :count opérations pour vous. Vous pouvez les trouver dans votre installation de Firefly III :',
];

View File

@@ -32,7 +32,7 @@ return [
'clone' => 'Cloner',
'last_seven_days' => '7 Derniers Jours',
'last_thirty_days' => 'Trente derniers jours',
'welcome_back' => 'Que se passe-t-il ?',
'welcome_back' => 'Quoi de neuf ?',
'everything' => 'Tout',
'today' => 'aujourd\'hui',
'customRange' => 'Intervalle personnalisé',
@@ -221,6 +221,7 @@ return [
'is_beta_warning' => 'Vous utilisez une version BETA. Méfiez-vous des bogues et des problèmes.',
'all_destination_accounts' => 'Comptes de destination',
'all_source_accounts' => 'Comptes source',
'back_to_index' => 'Retour à l\'accueil',
// check for updates:
'update_check_title' => 'Vérifier les mises à jour',
@@ -297,6 +298,7 @@ return [
'yearly' => 'annuel',
// rules
'cannot_fire_inactive_rules' => 'Vous ne pouvez pas exécuter des règles inactives.',
'rules' => 'Règles',
'rule_name' => 'Nom de la règle',
'rule_triggers' => 'La règle se déclenchera lorsque',
@@ -436,8 +438,8 @@ return [
'rule_trigger_tag_is' => 'Un tag est ":trigger_value"',
'rule_trigger_currency_is_choice' => 'La devise de l\'opération est..',
'rule_trigger_currency_is' => 'La devise de l\'opération est ":trigger_value"',
'rule_trigger_foreign_currency_is_choice' => 'Transaction foreign currency is..',
'rule_trigger_foreign_currency_is' => 'Transaction foreign currency is ":trigger_value"',
'rule_trigger_foreign_currency_is_choice' => 'La devise étrangère de l\'opération est..',
'rule_trigger_foreign_currency_is' => 'La devise étrangère de l\'opération est ":trigger_value"',
'rule_trigger_has_attachments_choice' => 'A au moins autant de pièces jointes',
'rule_trigger_has_attachments' => 'A au moins :count pièce jointe|A au moins :count pièces jointes',
'rule_trigger_store_journal' => 'Lorsquune opération est créée',
@@ -645,7 +647,7 @@ return [
'secure_pw_should' => 'Dois-je cocher la case ?',
'secure_pw_long_password' => 'Oui. Toujours vérifier que votre mot de passe est sûr.',
'command_line_token' => 'Jeton de ligne de commande',
'explain_command_line_token' => 'Vous avez besoin de ce jeton pour exécuter des opérations optionnelles en ligne de commandes telles qu\'importer et exporter des données. Sans celui-ci, de telles commandes sensibles ne fonctionneront pas. Ne partagez jamais votre jeton. Personne ne vous le demandera, pas même moi. Si vous craignez de le perdre, ou si vous êtes parano, régénérez ce jeton à l\'aide du bouton.',
'explain_command_line_token' => 'Vous avez besoin de ce jeton pour exécuter des lignes de commande telles qu\'exporter des données. Sans celui-ci, une telle commande ne fonctionnera pas. Ne partagez jamais votre jeton. Personne ne vous le demandera, pas même moi. Si vous craignez de le perdre, ou si vous êtes parano, régénérez ce jeton à l\'aide du bouton.',
'regenerate_command_line_token' => 'Régénérer le jeton de ligne de commande',
'token_regenerated' => 'Un nouveau jeton en ligne de commande a été généré',
'change_your_email' => 'Changer votre adresse e-mail',
@@ -654,7 +656,8 @@ return [
'login_with_new_email' => 'Vous pouvez désormais vous connecter avec votre nouvelle adresse e-mail.',
'login_with_old_email' => 'Vous pouvez à nouveau vous connecter à l\'aide de votre ancienne adresse e-mail.',
'login_provider_local_only' => 'Cette action nest pas disponible lors de lauthentification par ":login_provider".',
'delete_local_info_only' => "Comme vous vous authentifiez via \":login_provider\", cela ne supprimera que les informations locales de Firefly III.",
'external_user_mgt_disabled' => 'Cette action n\'est pas disponible lorsque Firefly III n\'est pas responsable de la gestion des utilisateurs ou de l\'authentification.',
'delete_local_info_only' => "Comme Firefly III n'est pas responsable de la gestion des utilisateurs ou de l'authentification, cette fonction ne supprimera que les informations locales de Firefly III.",
'profile_oauth_clients' => 'Clients OAuth',
'profile_oauth_no_clients' => 'Vous navez pas encore créé de client OAuth.',
'profile_oauth_clients_header' => 'Clients',
@@ -684,7 +687,6 @@ return [
'profile_try_again' => 'Une erreur sest produite. Merci dessayer à nouveau.',
// export data:
'import_and_export_menu' => 'Import et export',
'export_data_title' => 'Exporter des données depuis Firefly III',
'export_data_menu' => 'Exporter des données',
'export_data_bc' => 'Exporter des données depuis Firefly III',
@@ -855,8 +857,11 @@ return [
'auto_budget_help' => 'Vous pouvez en savoir plus sur cette fonctionnalité dans l\'aide. Cliquez sur l\'icône (?) en haut à droite.',
'auto_budget_reset_icon' => 'Ce budget sera défini périodiquement',
'auto_budget_rollover_icon' => 'Le montant du budget augmentera périodiquement',
'remove_budgeted_amount' => 'Supprimer le montant budgétisé en :currency',
// bills:
'not_expected_period' => 'Pas attendu cette période',
'not_or_not_yet' => 'Non (pas encore)',
'match_between_amounts' => 'La facture correspond à des opérations entre :low et :high.',
'running_again_loss' => 'Les opérations précédemment liées à cette facture peuvent perdre leur connexion, s\'ils ne correspondent plus à la ou les règles.',
'bill_related_rules' => 'Règles reliées à cette facture',
@@ -885,6 +890,7 @@ return [
'bill_store_error' => 'Une erreur inattendue s\'est produite lors du stockage de votre nouvelle facture. Veuillez vérifier les fichiers journaux',
'list_inactive_rule' => 'règle inactive',
'bill_edit_rules' => 'Firefly III tentera également de modifier la règle relative à cette facture. Si vous avez modifié cette règle vous-même, Firefly III ne changera rien. Firefly III tentera également de modifier les :count règles relatives à cette facture. Si vous avez modifié ces règles vous-même, Firefly III ne changera rien.',
'bill_expected_date' => 'Prévu :date',
// accounts:
'inactive_account_link' => 'Vous avez :count compte inactif (archivé) que vous pouvez consulter sur cette page dédiée.| Vous avez :count comptes inactifs (archivés) que vous pouvez consulter sur cette page dédiée.',
@@ -970,7 +976,7 @@ return [
'reconcile_do_nothing' => 'Pointer les opérations sélectionnées, mais ne pas les corriger pas.',
'reconcile_go_back' => 'Vous pouvez toujours modifier ou supprimer une correction ultérieurement.',
'must_be_asset_account' => 'Vous pouvez uniquement rapprocher les comptes d\'actifs',
'reconciliation_stored' => 'Rapprochement stocké',
'reconciliation_stored' => 'Rapprochement enregistré',
'reconciliation_error' => 'En raison d\'une erreur, les opérations ont été marquées comme rapprochées, mais la correction n\'a pas été enregistrée : :error.',
'reconciliation_transaction_title' => 'Régularisation (du :from au :to)',
'sum_of_reconciliation' => 'Total des rapprochements',
@@ -1500,19 +1506,12 @@ return [
'reset_after' => 'Réinitialiser le formulaire après soumission',
'errors_submission' => 'Certaines informations ne sont pas correctes dans votre formulaire. Veuillez vérifier les erreurs ci-dessous.',
// Import page (general strings only)
'import_index_title' => 'Importer des opérations dans Firefly III',
'import_transactions' => 'Importer des opérations',
'import_tools_title' => 'Outils d\'importation',
'tools_index_intro' => 'Plusieurs outils permettent d\'importer des données dans Firefly III. Vous les retrouverez ci-dessous. Pour plus d\'informations, consultez <a href="https://docs.firefly-iii.org/importing-data/introduction">cette page</a> (en anglais).',
'firefly_iii_csv_importer_name' => 'Importation CSV Firefly III',
'firefly_iii_bunq_importer_name' => 'Importation Bunq Firefly III',
'firefly_iii_ynab_importer_name' => 'Importation YNAB Firefly III',
'ludo_revolut_importer_name' => 'Importation Revolut (Ludo444)',
//
// sandstorm.io errors and messages:
'sandstorm_not_available' => 'Cette fonction n\'est pas disponible lorsque vous utilisez Firefly III dans un environnement Sandstorm.io.',
// object groups
'default_group_title_name' => '(Sans groupement)',
// empty lists? no objects? instructions:
'no_accounts_title_asset' => 'Nous allons créer un compte dactif !',
'no_accounts_intro_asset' => 'Vous n\'avez pas encore de compte d\'actif. Les comptes d\'actifs sont vos comptes principaux : votre compte courant, votre compte d\'épargne, votre compte partagé ou même votre carte de crédit.',
@@ -1651,7 +1650,7 @@ return [
'telemetry_disabled_now_what' => 'Si vous le souhaitez, vous pouvez activer la télémétrie dans votre fichier .env ou dans votre configuration Docker.',
'telemetry_collected_info' => 'Informations recueillies',
'no_telemetry_present' => 'Firefly III n\'a recueilli aucune donnée de télémétrie.',
'records_telemetry_present' => 'Firefly III a recueilli :count enregistrement(s) de télémétrie.',
'records_telemetry_present' => 'Firefly III a collecté :count enregistrement de télémétrie.|Firefly III a collecté :count enregistrements de télémétrie.',
'telemetry_button_view' => 'Voir la télémétrie',
'telemetry_button_delete' => 'Supprimer toutes les télémétries',
'telemetry_admin_overview' => 'Aperçu de la télémétrie',
@@ -1664,5 +1663,27 @@ return [
'telemetry_delete_submitted_records' => 'Supprimer les enregistrements envoyés',
'telemetry_submission_executed' => 'Les enregistrements ont été soumis. Consultez vos fichiers journaux pour plus d\'informations.',
'telemetry_all_deleted' => 'Tous les enregistrements télémétriques ont été supprimés.',
'telemetry_submitted_deleted' => 'Tous les enregistrements télémétriques soumis ont été supprimés.'
'telemetry_submitted_deleted' => 'Tous les enregistrements télémétriques soumis ont été supprimés.',
// debug page
'debug_page' => 'Page de débogage',
'debug_submit_instructions' => 'Si vous rencontrez des problèmes, vous pouvez utiliser les informations contenues dans ce cadre comme informations de débogage. Veuillez copier-coller dans une nouvelle "issue" <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub</a> (en anglais). Cela générera une belle table qui peut être utilisée pour diagnostiquer rapidement votre problème.',
'debug_pretty_table' => 'Si vous copiez/collez le cadre ci-dessous dans une "issue" GitHub, cela générera un tableau. Veuillez ne pas entourer ce texte avec des apostrophes ou des guillemets.',
'debug_additional_data' => 'Vous pouvez également partager le contenu du cadre ci-dessous. Vous pouvez également copier/coller cela dans une <a href="https://github.com/firefly-iii/firefly-iii/issues">"issue" GitHub</a>déjà existante ou nouvellement créée. Cependant, le contenu de ce cadre peut contenir des informations privées telles que les noms de compte, les détails de transaction ou les adresses électroniques.',
// object groups
'object_groups_menu_bar' => 'Groupes',
'object_groups_page_title' => 'Groupes',
'object_groups_breadcrumb' => 'Groupes',
'object_groups_index' => 'Vue d\'ensemble',
'object_groups' => 'Groupes',
'object_groups_empty_explain' => 'Certaines choses dans Firefly III peuvent être divisées en groupes. Les tirelires, par exemple, présentent un champ "Groupe" dans les écrans d\'édition et de création. Lorsque vous définissez ce champ, vous pouvez modifier les noms et l\'ordre des groupes sur cette page. Pour plus d\'informations, consultez les pages d\'aide dans le coin supérieur droit, sous l\'icône (?).',
'object_group_title' => 'Titre',
'edit_object_group' => 'Modifier le groupe ":title"',
'delete_object_group' => 'Modifier le groupe ":title"',
'update_object_group' => 'Mettre à jour le groupe',
'updated_object_group' => 'Groupe ":title" mis à jour avec succès',
'deleted_object_group' => 'Groupe ":title" supprimé avec succès',
'object_group' => 'Groupe',
];

View File

@@ -38,7 +38,7 @@ return [
'match' => 'Correspondre à',
'strict' => 'Mode strict',
'repeat_freq' => 'Répétitions',
'object_group' => 'Group',
'object_group' => 'Groupe',
'location' => 'Emplacement',
'update_channel' => 'Canal de mise à jour',
'currency_id' => 'Devise',
@@ -137,6 +137,7 @@ return [
'account_areYouSure' => 'Êtes-vous sûr de vouloir supprimer le compte nommé ":name" ?',
'bill_areYouSure' => 'Êtes-vous sûr de vouloir supprimer la facture nommée ":name" ?',
'rule_areYouSure' => 'Êtes-vous sûr de vouloir supprimer la règle intitulée ":title" ?',
'object_group_areYouSure' => 'Êtes-vous sûr de vouloir supprimer le groupe intitulé ":title" ?',
'ruleGroup_areYouSure' => 'Êtes-vous sûr de vouloir supprimer le groupe de règles intitulé ":title" ?',
'budget_areYouSure' => 'Êtes-vous sûr de vouloir supprimer le budget nommé ":name" ?',
'category_areYouSure' => 'Êtes-vous sûr de vouloir supprimer la catégorie nommée ":name" ?',
@@ -156,6 +157,7 @@ return [
'also_delete_connections' => 'La seule opération liée à ce type de lien perdra cette connexion. | Toutes les opérations :count liées à ce type de lien perdront leur connexion.',
'also_delete_rules' => 'La seule règle liée à ce groupe de règles sera aussi supprimée.|Les :count règles liées à ce groupe de règles seront aussi supprimées.',
'also_delete_piggyBanks' => 'La seule tirelire liée à ce compte sera aussi supprimée.|Les :count tirelires liées à ce compte seront aussi supprimées.',
'not_delete_piggy_banks' => 'La tirelire associée à ce groupe ne sera pas supprimée.|Les :count tirelires associées à ce groupe ne seront pas supprimées.',
'bill_keep_transactions' => 'La seule opération liée à cette facture ne sera pas supprimée.|Les :count opérations liées à cette facture ne seront pas supprimées.',
'budget_keep_transactions' => 'La seule opération liée à ce budget ne sera pas supprimée.|Les :count opérations liées à ce budget ne seront pas supprimées.',
'category_keep_transactions' => 'La seule opération liée à cette catégorie ne sera pas supprimée.|Les :count opérations liées à cette catégorie ne seront pas supprimées.',
@@ -163,6 +165,8 @@ return [
'tag_keep_transactions' => 'La seule opération liée à ce tag ne sera pas supprimée.|Les :count opérations liées à ce tag ne seront pas supprimées.',
'check_for_updates' => 'Vérifier les mises à jour',
'delete_object_group' => 'Supprimer le groupe ":title"',
'email' => 'Adresse Email',
'password' => 'Mot de passe',
'password_confirmation' => 'Entrer à nouveau le mot de passe',
@@ -184,14 +188,11 @@ return [
'is_demo_site' => 'Est un site de démonstration',
// import
'import_file' => 'Fichier à importer',
'configuration_file' => 'Fichier de configuration',
'import_file_type' => 'Type de fichier de configuration',
'csv_comma' => 'Une virgule (,)',
'csv_semicolon' => 'Un point-virgule (;)',
'csv_tab' => 'Une tabulation (invisible)',
'csv_delimiter' => 'Délimiteur de champ CSV',
'csv_import_account' => 'Compte dimportation par défaut',
'client_id' => 'Identifiant',
'app_id' => 'ID App',
'secret' => 'Secret',

View File

@@ -1,56 +0,0 @@
<?php
/**
* help.php
* Copyright (c) 2018 james@firefly-iii.org
*
* This file is part of Firefly III.
*
* Firefly III is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version.
*
* Firefly III 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 General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with Firefly III. If not, see <http://www.gnu.org/licenses/>.
*/
declare(strict_types=1);
/**
* help.php
* Copyright (C) 2016 james@firefly-iii.org
*
* This software may be modified and distributed under the terms of the
* Creative Commons Attribution-ShareAlike 4.0 International License.
*
* See the LICENSE file for details.
*/
return [
// tour!
'main-content-title' => 'Bienvenue sur Firefly III',
'main-content-text' => 'Rendez-vous service et suivez ce petit guide. Vous saurez exactement comment tout fonctionne.',
'sidebar-toggle-title' => 'Barre latérale pour créer quelque chose',
'sidebar-toggle-text' => 'Sous l\'icone plus sont cachés tous les boutons permettant de créer quelque chose. Comptes, opérations, tous!',
'account-menu-title' => 'Tous vos comptes',
'account-menu-text' => 'Vous trouverez ici tous les comptes que vous avez fait.',
'budget-menu-title' => 'Budgets',
'budget-menu-text' => 'Utilisez cette page pour organiser vos finances et limiter les dépenses.',
'report-menu-title' => 'Rapports',
'report-menu-text' => 'Cochez cette case si vous voulez un aperçu complet de vos finances.',
'transaction-menu-title' => 'Opérations',
'transaction-menu-text' => 'Toutes les transactions que vous avez créé peuvent être trouvées ici.',
'option-menu-title' => 'Options',
'option-menu-text' => 'C\'est assez explicite.',
'main-content-end-title' => 'Fin !',
'main-content-end-text' => 'N\'oubliez pas que chaque page a un petit point d\'interrogation en haut à droite. Cliquez dessus pour obtenir de l\'aide concernant la page actuelle.',
'index' => 'index',
'home' => 'accueil',
];

View File

@@ -1,174 +0,0 @@
<?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' => 'Importer des données dans Firefly III',
'prerequisites_breadcrumb_fake' => 'Prérequis pour la simulation d\'importation',
'prerequisites_breadcrumb_spectre' => 'Prérequis pour Spectre',
'job_configuration_breadcrumb' => 'Configuration pour ":key"',
'job_status_breadcrumb' => 'Statut d\'importation pour ":key"',
'disabled_for_demo_user' => 'désactivé pour la démo',
// index page:
'general_index_intro' => 'Bienvenue dans la routine d\'importation de Firefly III. Il existe différentes façons d\'importer des données dans Firefly III, affichées ici sous forme de boutons.',
// notices about the CSV importer:
'deprecate_csv_import' => 'Comme indiqué dans <a href="https://www.patreon.com/posts/future-updates-30012174">ce post Patreon</a>, la façon dont Firefly III gère l\'importation des données va changer. Cela signifie que l\'importateur CSV sera déplacé vers un nouvel outil séparé. Vous pouvez déjà bêta-tester cet outil si vous visitez <a href="https://github.com/firefly-iii/csv-importer">ce dépôt GitHub</a>. Je vous serais reconnaissant de tester le nouvel importateur et de me faire savoir ce que vous en pensez.',
'final_csv_import' => 'Comme indiqué dans <a href="https://www.patreon.com/posts/future-updates-30012174">ce post Patreon</a>, la façon dont Firefly III gère l\'importation des données va changer. Cela signifie qu\'il s\'agit de la dernière version de Firefly III comportant un importateur CSV. Un outil dédié est disponible, je vous invite à l\'essayer : <a href="https://github.com/firefly-iii/csv-importer">Firefly III CSV importer</a>. Je vous serais reconnaissant de tester le nouvel importateur et de me faire savoir ce que vous en pensez.',
// import provider strings (index):
'button_fake' => 'Simuler une importation',
'button_file' => 'Importer un fichier',
'button_spectre' => 'Importer en utilisant Spectre',
// prerequisites box (index)
'need_prereq_title' => 'Prérequis d\'importation',
'need_prereq_intro' => 'Certaines méthodes d\'importation nécessitent votre attention avant de pouvoir être utilisées. Par exemple, elles peuvent nécessiter des clés d\'API spéciales ou des clés secrètes. Vous pouvez les configurer ici. L\'icône indique si ces conditions préalables ont été remplies.',
'do_prereq_fake' => 'Prérequis pour la simulation',
'do_prereq_file' => 'Prérequis pour les importations de fichiers',
'do_prereq_spectre' => 'Prérequis pour les importations depuis Spectre',
// prerequisites:
'prereq_fake_title' => 'Prérequis pour une importation utilisant le simulateur d\'importation',
'prereq_fake_text' => 'Le simulateur d\'importation nécessite une fausse clé d\'API. Vous pouvez utiliser la clé suivante : 123456789012345678901234567890AA',
'prereq_spectre_title' => 'Prérequis à l\'importation de données avec Spectre',
'prereq_spectre_text' => 'Pour importer des données avec l\'API Spectre (v4) vous devez fournir à Firefly III deux secrets. Vous les trouverez sur <a href="https://www.saltedge.com/clients/profile/secrets">la page des secrets</a>.',
'prereq_spectre_pub' => 'De même, l\'API Spectre doit connaitre votre clé publique affichée ci-dessous. Sans elle, vous ne serez pas reconnu. Merci de renseigner votre clé publique dans la <a href="https://www.saltedge.com/clients/profile/secrets">page des secrets</a>.',
'callback_not_tls' => 'Firefly III a détecté le retour URI suivant. Il semble que votre serveur nest pas configuré pour accepter les connexions TLS (https). YNAB nacceptera pas cette URI. Vous pouvez continuer limportation (au cas où Firefly III a tort) mais gardez cela en tête.',
// prerequisites success messages:
'prerequisites_saved_for_fake' => 'Fausse clé API enregistrée avec succès !',
'prerequisites_saved_for_spectre' => 'ID App et secret enregistrés !',
// job configuration:
'job_config_apply_rules_title' => 'Configuration de la tâche - Appliquer vos règles ?',
'job_config_apply_rules_text' => 'Une fois le fournisseur de la simulation exécuté, vos règles peuvent être appliquées aux opérations. Notez que ceci allongera le temps de l\'importation.',
'job_config_input' => 'Vos données d\'entrée',
// job configuration for the fake provider:
'job_config_fake_artist_title' => 'Saisir un nom d\'album',
'job_config_fake_artist_text' => 'Beaucoup de routines d\'importation ont quelques étapes de configuration par lesquelles vous devez passer. Dans le cas du fournisseur du simulateur d\'importation, vous devez répondre à des questions étranges. Dans ce cas, saisissez "David Bowie" pour continuer.',
'job_config_fake_song_title' => 'Saisir un nom de chanson',
'job_config_fake_song_text' => 'Citez la chanson "Golden years" pour continuer la simulation d\'importation.',
'job_config_fake_album_title' => 'Saisir un nom d\'album',
'job_config_fake_album_text' => 'Certaines routines d\'importation nécessitent des données complémentaires en milieu d\'exécution. Dans le cas du fournisseur du simulateur d\'importation, vous devez répondre à des questions étranges. Saisissez "Station to station" pour continuer.',
// job configuration form the file provider
'job_config_file_upload_title' => 'Configuration de l\'importation (1/4) - Téléchargez votre fichier',
'job_config_file_upload_text' => 'Cette routine vous aidera à importer des fichiers depuis votre banque vers Firefly III. ',
'job_config_file_upload_help' => 'Choisissez votre fichier. Veuillez vous assurer qu\'il est encodé en UTF-8.',
'job_config_file_upload_config_help' => 'Si vous avez précédemment importé des données dans Firefly III, vous avez peut-être téléchargé un fichier de configuration qui définit les relations entre les différents champs. Pour certaines banques, des utilisateurs ont bien voulu partager leur fichier ici : <a href="https://github.com/firefly-iii/import-configurations/wiki">fichiers de configuration</a>',
'job_config_file_upload_type_help' => 'Sélectionnez le type de fichier que vous allez télécharger',
'job_config_file_upload_submit' => 'Envoyer des fichiers',
'import_file_type_csv' => 'CSV (valeurs séparées par des virgules)',
'import_file_type_ofx' => 'OFX',
'file_not_utf8' => 'Le fichier téléchargé n\'est pas encodé en UTF-8 ou en ASCII. Firefly ne peut pas gérer un tel fichier. Veuillez utiliser Notepad++ ou Sublime Text pour convertir votre fichier en UTF-8.',
'job_config_uc_title' => 'Configuration de l\'importation (2/4) - Configuration du fichier importé',
'job_config_uc_text' => 'Pour pouvoir importer votre fichier correctement, veuillez valider les options ci-dessous.',
'job_config_uc_header_help' => 'Cochez cette case si la première ligne de votre fichier CSV contient les entêtes des colonnes.',
'job_config_uc_date_help' => 'Le format de la date et de lheure dans votre fichier. Suivez les options de formatage décrites sur <a href="https://secure.php.net/manual/en/datetime.createfromformat.php#refsect1-datetime.createfromformat-parameters">cette page</a>. La valeur par défaut va analyser les dates ayant cette syntaxe : :dateExample.',
'job_config_uc_delimiter_help' => 'Choisissez le délimiteur de champ qui est utilisé dans votre fichier dentrée. Si vous n\'en êtes pas certain, la virgule est loption la plus sûre.',
'job_config_uc_account_help' => 'Si votre fichier ne contient AUCUNE information concernant vos compte(s) actif(s), utilisez cette liste déroulante pour choisir à quel compte les opérations contenues dans le fichier s\'appliquent.',
'job_config_uc_apply_rules_title' => 'Appliquer les règles',
'job_config_uc_apply_rules_text' => 'Appliquer vos règles à chaque opération importée. Notez que cela peut ralentir significativement l\'importation.',
'job_config_uc_specifics_title' => 'Options spécifiques à la banque',
'job_config_uc_specifics_txt' => 'Certaines banques délivrent des fichiers mal formatés. Firefly III peut les corriger automatiquement. Si votre banque délivre de tels fichiers mais qu\'elle n\'est pas listée ici, merci d\'ouvrir une demande sur GitHub.',
'job_config_uc_submit' => 'Continuer',
'invalid_import_account' => 'Vous avez sélectionné un compte non valide pour l\'importation.',
'import_liability_select' => 'Passif',
// job configuration for Spectre:
'job_config_spectre_login_title' => 'Choisissez votre identifiant',
'job_config_spectre_login_text' => 'Firefly III a trouvé :count identifiant·s dans votre compte Spectre. Lequel voulez-vous utiliser pour importer des données ?',
'spectre_login_status_active' => 'Actif',
'spectre_login_status_inactive' => 'Inactif',
'spectre_login_status_disabled' => 'Désactivé',
'spectre_login_new_login' => 'S\'identifier avec une autre banque, ou à une de ces banques avec un autre identifiant.',
'job_config_spectre_accounts_title' => 'Sélectionnez le·s compte·s à importer',
'job_config_spectre_accounts_text' => 'Vous avez sélectionné ":name" (:country). Vous avez :count compte·s disponible·s chez ce fournisseur. Veuillez sélectionner le·s compte·s d\'actifs Firefly III dans le·s·quel·s enregistrer les opérations. Souvenez-vous, pour importer des données, le compte Firefly III et le compte ":name" doivent avoir la même devise.',
'spectre_do_not_import' => '(ne pas importer)',
'spectre_no_mapping' => 'Il semble que vous n\'avez sélectionné aucun compte depuis lequel importer.',
'imported_from_account' => 'Importé depuis ":account"',
'spectre_account_with_number' => 'Compte :number',
'job_config_spectre_apply_rules' => 'Appliquer les règles',
'job_config_spectre_apply_rules_text' => 'Par défaut vos règles seront appliquées aux opérations créées pendant l\'importation. Si vous ne voulez pas que vos règles s\'appliquent, décochez cette case.',
// job configuration for bunq:
'should_download_config' => 'Vous devriez télécharger <a href=":route">le fichier de configuration</a> de cette tâche. Cela rendra vos futures importations plus faciles.',
'share_config_file' => 'Si vous avez importé des données depuis une banque publique, vous devriez <a href="https://github.com/firefly-iii/import-configurations/wiki">partager votre fichier de configuration</a>. Il sera ainsi plus facile pour les autres utilisateurs d\'importer leurs données. Le partage de votre fichier de configuration n\'expose pas vos informations financières.',
// keys from "extra" array:
'spectre_extra_key_iban' => 'IBAN',
'spectre_extra_key_swift' => 'SWIFT',
'spectre_extra_key_status' => 'Statut',
'spectre_extra_key_card_type' => 'Type de carte',
'spectre_extra_key_account_name' => 'Nom du compte',
'spectre_extra_key_client_name' => 'Nom du client',
'spectre_extra_key_account_number' => 'N° de compte',
'spectre_extra_key_blocked_amount' => 'Montant bloqué',
'spectre_extra_key_available_amount' => 'Montant disponible',
'spectre_extra_key_credit_limit' => 'Plafond de crédit',
'spectre_extra_key_interest_rate' => 'Taux d\'intérêt',
'spectre_extra_key_expiry_date' => 'Date dexpiration',
'spectre_extra_key_open_date' => 'Date d\'ouverture',
'spectre_extra_key_current_time' => 'Heure actuelle',
'spectre_extra_key_current_date' => 'Date actuelle',
'spectre_extra_key_cards' => 'Cartes',
'spectre_extra_key_units' => 'Unités',
'spectre_extra_key_unit_price' => 'Prix unitaire',
'spectre_extra_key_transactions_count' => 'Nombre d\'opérations',
// job config for the file provider (stage: mapping):
'job_config_map_title' => 'Configuration de l\'importation (4/4) - Connecter les données à importer aux données de Firefly III',
'job_config_map_text' => 'Dans les tableaux suivants, la valeur située à gauche vous montre l\'information trouvée dans votre fichier téléchargé. Cest à vous de mapper cette valeur, si possible, avec une valeur déjà présente dans votre base de données. Firefly III sen tiendra à ce mappage. Si il ny a pas de valeur correspondante ou que vous ne souhaitez pas mapper de valeur spécifique, ne sélectionnez rien.',
'job_config_map_nothing' => 'Il n\'y a aucun donnée dans votre fichier qui puisse être mappée aux valeurs existantes. Merci de cliquer sur "Démarrez l\'importation" pour continuer.',
'job_config_field_value' => 'Valeur du champ',
'job_config_field_mapped' => 'Mappé à',
'map_do_not_map' => '(ne pas mapper)',
'job_config_map_submit' => 'Démarrez l\'importation',
// import status page:
'import_with_key' => 'Importer avec la clé \':key\'',
'status_wait_title' => 'Veuillez patienter...',
'status_wait_text' => 'Cette boîte disparaîtra dans un instant.',
'status_running_title' => 'L\'importation est en cours d\'exécution',
'status_job_running' => 'Veuillez patienter, importation des données en cours...',
'status_job_storing' => 'Veuillez patientez, enregistrement des données en cours...',
'status_job_rules' => 'Veuillez patienter, exécution des règles...',
'status_fatal_title' => 'Erreur fatale',
'status_fatal_text' => 'L\'importation a rencontré une erreur qui l\'a empêché de s\'achever correctement. Toutes nos excuses !',
'status_fatal_more' => 'Ce message d\'erreur (probablement très énigmatique) est complété par les fichiers de log que vous trouverez sur votre disque dur ou dans le container Docker depuis lequel vous exécutez Firefly III.',
'status_finished_title' => 'Importation terminée',
'status_finished_text' => 'L\'importation est terminée.',
'finished_with_errors' => 'Des erreurs se sont produites pendant l\'importation. Veuillez les examiner avec attention.',
'unknown_import_result' => 'Résultat de l\'importation inconnu',
'result_no_transactions' => 'Aucune opération n\'a été importée. Il s\'agissait peut être de doublons, ou il n\'y avait simplement aucune opération a importer. Le fichier de log pourra peut être vous en dire plus sur ce qu\'il s\'est passé. Si vous importez des données régulièrement, ceci est normal.',
'result_one_transaction' => 'Une seule opération a été importée. Elle est stockée sous le tag <a href=":route" class="label label-success" style="font-size:100%;font-weight:normal;">:tag</a> où vous pouvez l\'afficher en détail.',
'result_many_transactions' => 'Firefly III a importé :count opérations. Elles sont stockées sous le tag <a href=":route" class="label label-success" style="font-size:100%;font-weight:normal;">:tag</a> où vous pouvez les afficher en détail.',
// general errors and warnings:
'bad_job_status' => 'Vous ne pouvez pas accéder à cette page tant que l\'importation a le statut ":status".',
// error message
'duplicate_row' => 'La ligne n°:row (":description") n\'a pas pu être importée. Elle existe déjà.',
];

View File

@@ -88,7 +88,6 @@ return [
'attachments_count' => 'Nombre de pièces jointes',
'bills_count' => 'Nombre de factures',
'categories_count' => 'Nombre de catégories',
'import_jobs_count' => 'Nombre de travaux importés',
'budget_count' => 'Nombre de budgets',
'rule_and_groups_count' => 'Nombre de règles et de groupes de règles',
'tags_count' => 'Nombre détiquettes',
@@ -104,9 +103,6 @@ return [
'sum_transfers' => 'Somme des transferts',
'sum_reconciliations' => 'Total des rapprochements',
'reconcile' => 'Rapprocher',
'account_on_spectre' => 'Compte (Spectre)',
'account_on_ynab' => 'Compte (YNAB)',
'do_import' => 'Importer depuis ce compte',
'sepa_ct_id' => 'Identificateur de bout en bout SEPA',
'sepa_ct_op' => 'Identifiant de compte SEPA opposable',
'sepa_db' => 'Identifiant de mandat SEPA',

View File

@@ -130,6 +130,7 @@ return [
'amount_zero' => 'Le montant total ne peut pas être zéro.',
'current_target_amount' => 'Le montant actuel doit être inférieur au montant cible.',
'unique_piggy_bank_for_user' => 'Le nom de la tirelire doit être unique.',
'unique_object_group' => 'Le nom du groupe doit être unique',
'secure_password' => 'Ce n\'est pas un mot de passe sécurisé. Veuillez essayez à nouveau. Pour plus d\'informations, visitez https://bit.ly/FF3-password-security',
'valid_recurrence_rep_type' => 'Type de répétition non valide pour des opérations périodiques.',

View File

@@ -1,26 +0,0 @@
<?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

@@ -59,4 +59,6 @@ return [
'delete_journal_link' => 'Tranzakciók közötti kapcsolat törlése',
'telemetry_index' => 'Telemetria',
'telemetry_view' => 'Telemetria megtekintése',
'edit_object_group' => 'Edit group ":title"',
'delete_object_group' => 'Delete group ":title"',
];

View File

@@ -25,21 +25,21 @@ declare(strict_types=1);
return [
'html_language' => 'hu',
'locale' => 'hu, Hungarian, hu_HU.utf8, hu_HU.UTF-8',
'month' => '%B %Y',
'month_and_day' => '%B %e, %Y',
'month' => '%Y. %B',
'month_and_day' => '%Y. %B %e.',
'month_and_day_moment_js' => 'YYYY. MMM. D.',
'month_and_date_day' => '%Y %e %B, %A',
'month_and_day_no_year' => '%e %B',
'date_time' => '%Y %B %e @ %T',
'specific_day' => '%Y %e %B',
'week_in_year' => 'Hét %V, %G',
'month_and_date_day' => '%Y. %B %e. %A',
'month_and_day_no_year' => '%B %e.',
'date_time' => '%Y. %B %e. %T',
'specific_day' => '%Y. %B %e.',
'week_in_year' => '%G. %V. hét',
'year' => '%Y',
'half_year' => '%Y %B',
'month_js' => 'YYYY MMMM',
'month_and_day_js' => 'YYYY MMMM DD',
'date_time_js' => 'YYYY MMMM DD @ HH:mm:ss',
'specific_day_js' => 'YYYY MMMM DD',
'week_in_year_js' => 'YYYY, w [Week]',
'month_js' => 'YYYY. MMMM',
'month_and_day_js' => 'YYYY. MMMM DD.',
'date_time_js' => 'YYYY. MMMM DD. HH:mm:ss',
'specific_day_js' => 'YYYY. MMMM DD.',
'week_in_year_js' => 'YYYY. w. [Week]',
'year_js' => 'YYYY',
'half_year_js' => 'YYYY Q',
'dow_1' => 'Hétfő',

View File

@@ -1,26 +0,0 @@
<?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

@@ -33,6 +33,5 @@ return [
'currencies-index' => 'A Firefly III több pénznemet támogat. Bár alapértelmezett az euró, az amerikai dollárra és számos más valutára is átállítható. Amint látható, néhány pénznem már szerepel a rendszerben, de hozzáadható bármilyen saját pénznem is. Az alapértelmezett pénznem módosítása nem változtatja meg a meglévő tranzakciók pénznemét: a Firefly III egyidejűleg több pénznem használatát is támogatja.',
'transactions-index' => 'Ezek a kiadások, bevételek és átvezetések nem különösebben érdekesek. Automatikusan keletkeztek.',
'piggy-banks-index' => 'Mint látható, három malacpersely van. A plusz és a mínusz jelekkel lehet a pénzmennyiséget állítani a malacperselyekben. A malacperselyek beállításait a nevükre kattintva lehet elvégezni.',
'import-index' => 'A Firefly III-ba bármilyen CSV fájl importálható. Támogatja az adatok importálását bunq és Spectre rendszerekből. A más bankok és pénzügyi szolgáltatóktól való importálás a jövőben elérhető lesz. Bemutató felhasználóként azonban csak a "hamis"-szolgáltatókat láthatja működés közben. Ez létrehoz néhány véletlenszerű ügyletek, hogy szemléltesse, hogy hogyan működik a folyamat.',
'profile-index' => 'Ne feledje, hogy a bemutató oldal adatai négyóránként automatikusan visszaállnak. A hozzáférése bármikor visszavonható. Ez automatikusan történik, és nem egy hiba.',
];

View File

@@ -221,6 +221,7 @@ return [
'is_beta_warning' => 'Jelenleg egy BETA verzió fut. Felléphetnek programhibák és problémák.',
'all_destination_accounts' => 'Célszámlák',
'all_source_accounts' => 'Forrásszámlák',
'back_to_index' => 'Back to the index',
// check for updates:
'update_check_title' => 'Frissítések ellenőrzése',
@@ -297,6 +298,7 @@ return [
'yearly' => 'éves',
// rules
'cannot_fire_inactive_rules' => 'You cannot execute inactive rules.',
'rules' => 'Szabályok',
'rule_name' => 'Szabály neve',
'rule_triggers' => 'A szabály életbe lép amikor',
@@ -645,7 +647,7 @@ return [
'secure_pw_should' => 'Kipipáljam a négyzetet?',
'secure_pw_long_password' => 'Igen. Mindig ellenőrizze, hogy a jelszavam biztonságos-e.',
'command_line_token' => 'Parancssori token',
'explain_command_line_token' => 'Erre a vezérjelre parancssori lehetőségek végrehajtásához van szükség, mint például adatok importálása vagy exportálása. Enélkül néhány érzékeny parancs nem fog működni. Ezt a vezérjelet senki sem fogja kérni tőled, még én sem. Ha félsz, hogy elveszted vagy paranoid vagy, a gombbal újra lehet generálni a vezérjelet.',
'explain_command_line_token' => 'You need this token to perform command line options, such as exporting data. Without it, that sensitive command will not work. Do not share your command line token. Nobody will ask you for this token, not even me. If you fear you lost this, or when you\'re paranoid, regenerate this token using the button.',
'regenerate_command_line_token' => 'Parancssori token újragenerálása',
'token_regenerated' => 'Az új parancssori token generálódott',
'change_your_email' => 'Email cím módosítása',
@@ -654,7 +656,8 @@ return [
'login_with_new_email' => 'Most már bejelentkezhet az új email címével.',
'login_with_old_email' => 'Most már bejelentkezhet újra a régi email címével.',
'login_provider_local_only' => 'Ez a művelet nem érhető el ":login_provider" általi hitelesítésekor.',
'delete_local_info_only' => "Because you authenticate through ':login_provider', this will only delete local Firefly III information.",
'external_user_mgt_disabled' => 'This action is not available when Firefly III isn\'t responsible for user management or authentication handling.',
'delete_local_info_only' => "Because Firefly III isn't responsible for user management or authentication handling, this function will only delete local Firefly III information.",
'profile_oauth_clients' => 'OAuth Clients',
'profile_oauth_no_clients' => 'You have not created any OAuth clients.',
'profile_oauth_clients_header' => 'Clients',
@@ -684,7 +687,6 @@ return [
'profile_try_again' => 'Something went wrong. Please try again.',
// export data:
'import_and_export_menu' => 'Importálás és exportálás',
'export_data_title' => 'Adatok exportálása a Firefly III-ból',
'export_data_menu' => 'Adat exportálása',
'export_data_bc' => 'Adatok exportálása a Firefly III-ból',
@@ -855,8 +857,11 @@ return [
'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' => 'A költségvetés periodikusan újraszámlálódik',
'auto_budget_rollover_icon' => 'A költségvetési összeg periodikusan növekszik',
'remove_budgeted_amount' => 'Remove budgeted amount in :currency',
// bills:
'not_expected_period' => 'Not expected this period',
'not_or_not_yet' => 'Not (yet)',
'match_between_amounts' => 'Tranzakciókkal egyező számlák :low és :high között.',
'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',
@@ -885,6 +890,7 @@ return [
'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 rule related to this bill as well. If you\'ve edited this rule yourself however, Firefly III won\'t change anything.|Firefly III will attempt to edit the :count rules related to this bill as well. If you\'ve edited these rules yourself however, Firefly III won\'t change anything.',
'bill_expected_date' => 'Expected :date',
// accounts:
'inactive_account_link' => 'You have :count inactive (archived) account, which you can view on this separate page.|You have :count inactive (archived) accounts, which you can view on this separate page.',
@@ -1500,19 +1506,12 @@ return [
'reset_after' => 'Űrlap törlése a beküldés után',
'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_transactions' => 'Tranzakciók importálása',
'import_tools_title' => 'Importálási eszközök',
'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 importálás',
'ludo_revolut_importer_name' => 'Ludo444\'s Revolut importáló',
//
// sandstorm.io errors and messages:
'sandstorm_not_available' => 'Ez a funkció nem elérhető ha a Firefly III Sandstorm.io környezetben van használva.',
// object groups
'default_group_title_name' => '(ungrouped)',
// empty lists? no objects? instructions:
'no_accounts_title_asset' => 'Ideje létrehozni egy eszközszámlát!',
'no_accounts_intro_asset' => 'Még nincsenek eszközszámlák. Az eszközszámlák a fő számlák: folyószámla, megtakarítási számlák, megosztott számlák vagy akár hitelkártya.',
@@ -1651,7 +1650,7 @@ return [
'telemetry_disabled_now_what' => 'A telemtria szükség szerint engedélyezhető a .env fájlban vagy a Docker beállításokban.',
'telemetry_collected_info' => 'Összegyűjtött információ',
'no_telemetry_present' => 'A Firefly III nulla telemetria bejegyzést gyűjtött össze.',
'records_telemetry_present' => 'A Firefly III :count telemetria bejegyzést gyűjtött össze.',
'records_telemetry_present' => 'Firefly III has collected :count telemetry record.|Firefly III has collected :count telemetry records.',
'telemetry_button_view' => 'Telemetria megtekintése',
'telemetry_button_delete' => 'Összes telemetria törlése',
'telemetry_admin_overview' => 'Telemetria áttekintés',
@@ -1664,5 +1663,27 @@ return [
'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ó.',
'telemetry_all_deleted' => 'Minden telemetria bejegyzés törölve.',
'telemetry_submitted_deleted' => 'Minden beküldött telemetria bejegyzés törölve.'
'telemetry_submitted_deleted' => 'Minden beküldött telemetria bejegyzés törölve.',
// debug page
'debug_page' => 'Debug page',
'debug_submit_instructions' => 'If you are running into problems, you can use the information in this box as debug information. Please copy-and-paste into a new or existing <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub issue</a>. It will generate a beautiful table that can be used to quickly diagnose your problem.',
'debug_pretty_table' => 'If you copy/paste the box below into a GitHub issue it will generate a table. Please do not surround this text with backticks or quotes.',
'debug_additional_data' => 'You may also share the content of the box below. You can also copy-and-paste this into a new or existing <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub issue</a>. However, the content of this box may contain private information such as account names, transaction details or email addresses.',
// object groups
'object_groups_menu_bar' => 'Groups',
'object_groups_page_title' => 'Groups',
'object_groups_breadcrumb' => 'Groups',
'object_groups_index' => 'Overview',
'object_groups' => 'Groups',
'object_groups_empty_explain' => 'Some things in Firefly III can be divided into groups. Piggy banks for example, feature a "Group" field in the edit and create screens. When you set this field, you can edit the names and the order of the groups on this page. For more information, check out the help-pages in the top right corner, under the (?)-icon.',
'object_group_title' => 'Title',
'edit_object_group' => 'Edit group ":title"',
'delete_object_group' => 'Edit group ":title"',
'update_object_group' => 'Update group',
'updated_object_group' => 'Succesfully updated group ":title"',
'deleted_object_group' => 'Succesfully deleted group ":title"',
'object_group' => 'Group',
];

View File

@@ -137,6 +137,7 @@ return [
'account_areYouSure' => '":name" bankszámla biztosan törölhető?',
'bill_areYouSure' => '":name" számla biztosan törölhető?',
'rule_areYouSure' => '":title" szabály biztosan törölhető?',
'object_group_areYouSure' => 'Are you sure you want to delete the group titled ":title"?',
'ruleGroup_areYouSure' => '":title" szabálycsoportot biztosan törölhető?',
'budget_areYouSure' => '":name" költségkeretet biztosan törölhető?',
'category_areYouSure' => '":name" kategória biztosan törölhető?',
@@ -156,6 +157,7 @@ return [
'also_delete_connections' => 'A csak ezzel a kapcsolattípussal rendelkező tranzakciók elveszítik az összerendelésüket. | Mind a :count tranzakció, amely ezzel a hivatkozástípussal kapcsolódik elveszíti az összrendelését.',
'also_delete_rules' => 'A szabálycsoporthoz tartozó egyetlen szabály is törölve lesz. | Az ezen szabálycsoporthoz tartozó :count szabály is törölve lesz.',
'also_delete_piggyBanks' => 'A bankszámlához tartozó egyetlen malacpersely is törölve lesz. | Az ehhez a bankszámlához tartozó :count malacpersely is törölve lesz.',
'not_delete_piggy_banks' => 'The piggy bank connected to this group will not be deleted.|The :count piggy banks connected to this group will not be deleted.',
'bill_keep_transactions' => 'A számlához tartozó egyetlen tranzakció nem lesz törölve.|Az ehhez a számlához tartozó :count tranzakció nem lesz törölve.',
'budget_keep_transactions' => 'A költségkerethez tartozó egyetlen tranzakció nem lesz törölve.|Az ehhez a költségkerethez tartozó :count tranzakció nem lesz törölve.',
'category_keep_transactions' => 'A kategóriához tartozó egyetlen tranzakció nem lesz törölve.|Az ehhez a kategóriához tartozó :count tranzakció nem lesz törölve.',
@@ -163,6 +165,8 @@ return [
'tag_keep_transactions' => 'A címkéhez tartozó egyetlen tranzakció nem lesz törölve.|Az ehhez a címkéhez tartozó :count tranzakció nem lesz törölve.',
'check_for_updates' => 'Frissítések ellenőrzése',
'delete_object_group' => 'Delete group ":title"',
'email' => 'Email cím',
'password' => 'Jelszó',
'password_confirmation' => 'Jelszó (ismét)',
@@ -184,14 +188,11 @@ return [
'is_demo_site' => 'Bemutatóoldal',
// import
'import_file' => 'Import fájl',
'configuration_file' => 'Beállítás fájl',
'import_file_type' => 'Import fájl típusa',
'csv_comma' => 'Egy vessző (,)',
'csv_semicolon' => 'Egy pontosvessző (;)',
'csv_tab' => 'Egy fül (láthatatlan)',
'csv_delimiter' => 'CSV mezőhatároló',
'csv_import_account' => 'Alapértelmezés szerinti importálási bankszámla',
'client_id' => 'Ügyfélazonosító',
'app_id' => 'Alkalmazás azonosító',
'secret' => 'Titkos kód',

View File

@@ -1,174 +0,0 @@
<?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' => 'Adatok importálása a Firefly III-ba',
'prerequisites_breadcrumb_fake' => 'Előfeltételek az imitált import szolgáltató részére',
'prerequisites_breadcrumb_spectre' => 'Spectre előfeltételei',
'job_configuration_breadcrumb' => 'Konfiguráció ":key"',
'job_status_breadcrumb' => 'Importálás állapota: ":key"',
'disabled_for_demo_user' => 'nem érhető el bemutató módban',
// index page:
'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' => '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',
'button_file' => 'Fájl importálása',
'button_spectre' => 'Importálás Spectre használatával',
// prerequisites box (index)
'need_prereq_title' => 'Importálás előfeltételei',
'need_prereq_intro' => 'Néhány importálási mód felhasználói beavatkozást igényel a használata előtt. Például szükség lehet különleges API kulcsokra vagy titkos kódokra. Ezeket itt lehet beállítani. Az ikon jelzi, hogy teljesültek-e ezek az előfeltételek.',
'do_prereq_fake' => 'Az imitálás szolgáltató előfeltételei',
'do_prereq_file' => 'Fájl import előfeltételei',
'do_prereq_spectre' => 'A Spectre használatával történő importálás előfeltételei',
// prerequisites:
'prereq_fake_title' => 'Importálás előfeltételei az imitált import szolgáltatótól',
'prereq_fake_text' => 'Az imitált szolgáltatónak szüksége van egy hamis API kulcsra. Ennek 32 karakter hosszúnak kell lennie. Például lehet ez: 123456789012345678901234567890AA',
'prereq_spectre_title' => 'A Spectre API használatával történő importálás előfeltételei',
'prereq_spectre_text' => 'A Spectre API (v4) használatával történő importáláshoz két titkos értéket kell megadni a Firefly III-nak. Ezek a <a href="https://www.saltedge.com/clients/profile/secrets">titkos kódok oldalon</a> találhatóak.',
'prereq_spectre_pub' => 'A Spectre API-nak a lenti nyilvános kulcsra is szüksége van. Enélkül nem fog felismerni téged. A nyilvános kulcsot a <a href="https://www.saltedge.com/clients/profile/secrets">titkos kódok oldalon</a> kell megadni.',
'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!',
// job configuration:
'job_config_apply_rules_title' => 'Feladat beállítása - szabályok alkalmazása?',
'job_config_apply_rules_text' => 'Ha már fut az imitált szolgáltató, a szabályok alkalmazhatóak lesznek a tranzakciókon. Ez megnöveli az importálás idejét.',
'job_config_input' => 'A bemenet',
// job configuration for the fake provider:
'job_config_fake_artist_title' => 'Album nevének megadása',
'job_config_fake_artist_text' => 'Több import rutinnál el kell végezni néhány beállítást. Az imitált import szolgáltató használatakor néhány furcsa kérdésre kell válaszolni. Ebben az esetben a folytatáshoz ezt kell beírni: David Bowie.',
'job_config_fake_song_title' => 'Dal nevének megadása',
'job_config_fake_song_text' => 'A "Golden years" dallal lehet folytatni az imitált importot.',
'job_config_fake_album_title' => 'Album nevének megadása',
'job_config_fake_album_text' => 'Több import rutin számára a folyamat közben további adatokat kell megadni. Az imitált import szolgáltató használatakor néhány furcsa kérdésre kell válaszolni. Ebben az esetben a folytatáshoz ezt kell beírni: Station to station.',
// job configuration form the file provider
'job_config_file_upload_title' => 'Importálás beállítása (1/4) - Saját fájl feltöltése',
'job_config_file_upload_text' => 'Ez a rutin segítséget nyújt fájlok importálásához a bankból a Firefly III-ba. ',
'job_config_file_upload_help' => 'Fájl kiválasztása. A fájlnak UTF-8 kódolásúnak kell lennie.',
'job_config_file_upload_config_help' => 'Ha korábban már történt adatimportálás a Firefly III-ba, akkor rendelkezésre áll egy előre beállított értékeket tartalmazó beállítási fájl. Néhány bank esetében más felhasználók nyilvánossá tették a saját <a href="https://github.com/firefly-iii/import-configurations/wiki">beállítási fájljukat</a>',
'job_config_file_upload_type_help' => 'A feltölteni kívánt fájl típusának kiválasztása',
'job_config_file_upload_submit' => 'Fájlok feltöltése',
'import_file_type_csv' => 'CSV (comma separated values - vesszővel elválasztott értékek)',
'import_file_type_ofx' => 'OFX',
'file_not_utf8' => 'A feltöltött fájl nem UTF-8 vagy ASCII kódolású. A Firefly III nem tudja kezelni az ilyen fájlokat. A Notepad++ vagy a Sublime segítségével lehet a fájlt UTF-8-ra átkódolni.',
'job_config_uc_title' => 'Importálás beállítása (2/4) - Alapvető fájl beállítások',
'job_config_uc_text' => 'A fájl megfelelő importálásához ellenőrizni kell a lenti beállításokat.',
'job_config_uc_header_help' => 'Be kell jelölni, ha a CSV fájl első sora oszlopcímeket tartalmaz.',
'job_config_uc_date_help' => 'Dátumformátum a fájlban. Az <a href="https://secure.php.net/manual/en/datetime.createfromformat.php#refsect1-datetime.createfromformat-parameters">ezen az oldalon</a> bemutatott formátumot kell követnie. Az alapértelmezett érték az ilyen dátumokat fogja feldolgozni: :dateExample.',
'job_config_uc_delimiter_help' => 'Ki kell választani a bemeneti fájlban használt mezőelválasztót. Ha nem biztos, hogy melyik, akkor a vessző a legbiztonságosabb választás.',
'job_config_uc_account_help' => 'Ha a fájl NEM tartalmaz információt az eszközszámlákról, akkor ebből a listából lehet kiválasztani, hogy a fájlban szereplő tranzakciók melyik bankszámlához tartoznak.',
'job_config_uc_apply_rules_title' => 'Szabályok alkalmazása',
'job_config_uc_apply_rules_text' => 'A szabályok alkalmazása az összes importált tranzakción. Ez jelentősen lelassítja az importálást.',
'job_config_uc_specifics_title' => 'Bank specifikus beállítások',
'job_config_uc_specifics_txt' => 'Néhány bank rosszul formázott fájlokat biztosít. A Firefly III automatikusan ki tudja ezeket javítani. Ha a te bankod ilyen fájlokat biztosít és nincs itt felsorolva, akkor a GitHubon lehet ezt bejelenteni.',
'job_config_uc_submit' => 'Folytatás',
'invalid_import_account' => 'Érvénytelen számla lett kiválasztva az importáláshoz.',
'import_liability_select' => 'Kötelezettség',
// job configuration for Spectre:
'job_config_spectre_login_title' => 'Válassz bejelentkezést',
'job_config_spectre_login_text' => 'A Firefly III :count meglévő bejelentkezést találta a Spectre számlához. Melyik legyen az importhoz használva?',
'spectre_login_status_active' => 'Aktív',
'spectre_login_status_inactive' => 'Inaktív',
'spectre_login_status_disabled' => 'Letiltott',
'spectre_login_new_login' => 'Bejelentkezés másik bankkal vagy ezen bankok egyikével más hitelesítő adatok megadásával.',
'job_config_spectre_accounts_title' => 'Az importáláshoz használt számlák kiválasztása',
'job_config_spectre_accounts_text' => '":name" (:country) kiválasztva. Ettől a szolgáltatótól :count számla áll rendelkezésre. Ki kell választani azokat a Firefly III eszközszámlákat amikbe az ezekből a számlákból származó tranzakció tárolni kell. Fontos tudni, hogy az adatok importálásához a Firefly III számlának és ":name"-számlának ugyanazt a pénznemet kell használnia.',
'spectre_do_not_import' => '(ne importálja)',
'spectre_no_mapping' => 'Úgy tűnik az importáláshoz nincs számla kiválasztva.',
'imported_from_account' => 'Innen importálva: ":account"',
'spectre_account_with_number' => 'Bankszámla száma :number',
'job_config_spectre_apply_rules' => 'Szabályok alkalmazása',
'job_config_spectre_apply_rules_text' => 'Alapértelmezés szerint a szabályok alkalmazva lesznek az importálás alatt létrejövő tranzakciókon. Ha erre nincs szükség, ki kell venni a dobozból a jelölést.',
// job configuration for bunq:
'should_download_config' => 'Ehhez a feladathoz érdemes letölteni <a href=":route">a beállítási fájlt</a>. Ez könnyebbé teszi a későbbi importálásokat.',
'share_config_file' => 'Ha nyilvános bankból importáltál adatokat kérlek <a href="https://github.com/firefly-iii/import-configurations/wiki">oszd meg a beállítási fájlodat</a> ami más felhasználók számára megkönnyíti az adataik importálását. A beállítási fájl megosztása nem fedi fel a pénzügyeid részleteit.',
// keys from "extra" array:
'spectre_extra_key_iban' => 'IBAN',
'spectre_extra_key_swift' => 'SWIFT',
'spectre_extra_key_status' => 'Állapot',
'spectre_extra_key_card_type' => 'Kártyatípus',
'spectre_extra_key_account_name' => 'Számla neve',
'spectre_extra_key_client_name' => 'Ügyfél neve',
'spectre_extra_key_account_number' => 'Számlaszám',
'spectre_extra_key_blocked_amount' => 'Blokkolt mennyiség',
'spectre_extra_key_available_amount' => 'Rendelkezésre álló mennyiség',
'spectre_extra_key_credit_limit' => 'Hitelkeret',
'spectre_extra_key_interest_rate' => 'Kamatláb',
'spectre_extra_key_expiry_date' => 'Lejárati dátum',
'spectre_extra_key_open_date' => 'Nyitás dátuma',
'spectre_extra_key_current_time' => 'Aktuális idő',
'spectre_extra_key_current_date' => 'Aktuális dátum',
'spectre_extra_key_cards' => 'Kártyák',
'spectre_extra_key_units' => 'Egységek',
'spectre_extra_key_unit_price' => 'Egységár',
'spectre_extra_key_transactions_count' => 'Tranzakciók száma',
// job config for the file provider (stage: mapping):
'job_config_map_title' => 'Importálás beállítása (4/4) - Adatok összekapcsolása a Firefly III adataival',
'job_config_map_text' => 'A következő táblákban a bal oldali érték a feltöltött fájlban található információkat mutatja. A felhasználó feladata az érték összerendelése egy, az adatbázisban már szereplő értékkel ha lehetséges. A Firefly ragaszkodni fog ehhez az összerendeléshez. Ha nincs érték amihez rendelni lehet, vagy nem szükséges az összerendelés akkor nem kell kiválasztani semmit se.',
'job_config_map_nothing' => 'Nincs olyan adat a fájlban amit meglévő értékhez lehet rendelni. Folytatás az „Importálás kezdése” gombbal.',
'job_config_field_value' => 'Mező értéke',
'job_config_field_mapped' => 'Hozzárendelve',
'map_do_not_map' => '(nincs hozzárendelés)',
'job_config_map_submit' => 'Importálás elindítása',
// import status page:
'import_with_key' => 'Importálás \':key\' kulccsal',
'status_wait_title' => 'Kis türelmet...',
'status_wait_text' => 'Ez a doboz hamarosan eltűnik.',
'status_running_title' => 'Az importálás fut',
'status_job_running' => 'Kérem várjon, az importálás folyamatban van...',
'status_job_storing' => 'Kérem várjon, adatok tárolása...',
'status_job_rules' => 'Kérem várjon, szabályok futtatása...',
'status_fatal_title' => 'Végzetes hiba',
'status_fatal_text' => 'Az import közben hiba történt amit nem sikerült helyreállítani. Elnézést kérünk!',
'status_fatal_more' => 'Ezt a (valószínűleg nagyon rejtélyes) hibaüzenetet a merevlemezen, vagy a Firefly III futtatásához használt Docker tárolóban található naplófájlok egészítik ki.',
'status_finished_title' => 'Az importálás befejeződött',
'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' => '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.',
// general errors and warnings:
'bad_job_status' => 'Ennek az oldalnak az eléréséhez az import művelet állapota nem lehet ":status".',
// error message
'duplicate_row' => '#:row(":description") sort nem lehetett importálni. Már létezik.',
];

View File

@@ -88,7 +88,6 @@ return [
'attachments_count' => 'Mellékletek száma',
'bills_count' => 'Számlák száma',
'categories_count' => 'Kategóriák száma',
'import_jobs_count' => 'Import folyamatok száma',
'budget_count' => 'Költségkeretek száma',
'rule_and_groups_count' => 'Szabályok és szabálycsoportok száma',
'tags_count' => 'Címkék száma',
@@ -104,9 +103,6 @@ return [
'sum_transfers' => 'Átvezetések összege',
'sum_reconciliations' => 'Egyeztetések összege',
'reconcile' => 'Egyeztetés',
'account_on_spectre' => 'Fiók (Spectre)',
'account_on_ynab' => 'Számla (YNAB)',
'do_import' => 'Importálás ebből a fiókból:',
'sepa_ct_id' => 'SEPA végpontok közti azonosító',
'sepa_ct_op' => 'SEPA ellenszámla azonosító',
'sepa_db' => 'SEPA megbízás azonosító',

View File

@@ -130,6 +130,7 @@ return [
'amount_zero' => 'A teljes mennyiség nem lehet nulla.',
'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.',
'unique_object_group' => 'The group name must be unique',
'secure_password' => 'Ez nem biztonságos jelszó. Kérlek próbáld meg újra. További információért lásd: https://bit.ly/FF3-password-security',
'valid_recurrence_rep_type' => 'Érvénytelen ismétléstípus az ismétlődő tranzakciókhoz.',

View File

@@ -1,26 +0,0 @@
<?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

@@ -59,4 +59,6 @@ return [
'delete_journal_link' => 'Hapus tautan antar transaksi',
'telemetry_index' => 'Pengukur jarak',
'telemetry_view' => 'Melihat data',
'edit_object_group' => 'Edit group ":title"',
'delete_object_group' => 'Delete group ":title"',
];

View File

@@ -1,26 +0,0 @@
<?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

@@ -33,6 +33,5 @@ return [
'currencies-index' => 'Firefly III mendukung banyak mata uang. Meski default ke Euro itu bisa diatur ke US Dollar dan banyak mata uang lainnya. Seperti yang bisa Anda lihat, sejumlah kecil mata uang telah disertakan namun Anda dapat menambahkannya sendiri jika menginginkannya. Mengubah mata uang default tidak akan mengubah mata uang dari transaksi yang ada namun: Firefly III mendukung penggunaan beberapa mata uang pada saat bersamaan.',
'transactions-index' => 'Biaya ini, deposito dan transfer tidak terlalu imajinatif. Mereka telah dihasilkan secara otomatis.',
'piggy-banks-index' => 'Seperti yang bisa Anda lihat, ada tiga celengan. Gunakan tombol plus dan minus untuk mempengaruhi jumlah uang di setiap celengan. Klik nama celengan untuk melihat administrasi masing-masing celengan.',
'import-index' => 'Semua file CSV dapat diimpor ke Firefly III. Data dari bunq dan Spectre pun bisa diimpor kesini. Sedangkan data dari provider keuangan dan bank akan di implementasikan di waktu mendatang. Sebagai demo-user tentu saja Anda dapat melihat contoh datanya. Beberapa transaksi demo akan dibuat secara otomatis untuk menunjukkan bagaimana alur proses kerjanya.',
'profile-index' => 'Mohon diingat bahwa situs demo ini diatur ulang setiap 4 jam. Akses Anda bisa ditolak kapan saja. Ini berjalan secara otomatis dan bukanlah merupakan sebuah kesalahan.',
];

View File

@@ -221,6 +221,7 @@ return [
'is_beta_warning' => 'You are running an BETA version. Be wary of bugs and issues.',
'all_destination_accounts' => 'Destination accounts',
'all_source_accounts' => 'Source accounts',
'back_to_index' => 'Back to the index',
// check for updates:
'update_check_title' => 'Check for updates',
@@ -297,6 +298,7 @@ return [
'yearly' => 'tahunan',
// rules
'cannot_fire_inactive_rules' => 'You cannot execute inactive rules.',
'rules' => 'Aturan',
'rule_name' => 'Nama aturan',
'rule_triggers' => 'Aturan pemicu kapan',
@@ -645,7 +647,7 @@ return [
'secure_pw_should' => 'Haruskah saya mencentang kotaknya?',
'secure_pw_long_password' => 'Yes. Always verify your password is safe.',
'command_line_token' => 'Command line token',
'explain_command_line_token' => 'You need this token to perform command line options, such as importing or exporting data. Without it, such sensitive commands will not work. Do not share your command line token. Nobody will ask you for this token, not even me. If you fear you lost this, or when you\'re paranoid, regenerate this token using the button.',
'explain_command_line_token' => 'You need this token to perform command line options, such as exporting data. Without it, that sensitive command will not work. Do not share your command line token. Nobody will ask you for this token, not even me. If you fear you lost this, or when you\'re paranoid, regenerate this token using the button.',
'regenerate_command_line_token' => 'Regenerate command line token',
'token_regenerated' => 'A new command line token was generated',
'change_your_email' => 'Ubah alamat email anda',
@@ -654,7 +656,8 @@ return [
'login_with_new_email' => 'Anda sekarang bisa masuk dengan alamat email baru Anda.',
'login_with_old_email' => 'Anda sekarang dapat login dengan alamat email lama Anda lagi.',
'login_provider_local_only' => 'This action is not available when authenticating through ":login_provider".',
'delete_local_info_only' => "Because you authenticate through ':login_provider', this will only delete local Firefly III information.",
'external_user_mgt_disabled' => 'This action is not available when Firefly III isn\'t responsible for user management or authentication handling.',
'delete_local_info_only' => "Because Firefly III isn't responsible for user management or authentication handling, this function will only delete local Firefly III information.",
'profile_oauth_clients' => 'OAuth Clients',
'profile_oauth_no_clients' => 'You have not created any OAuth clients.',
'profile_oauth_clients_header' => 'Clients',
@@ -684,7 +687,6 @@ return [
'profile_try_again' => 'Something went wrong. Please try again.',
// export data:
'import_and_export_menu' => 'Import and export',
'export_data_title' => 'Export data from Firefly III',
'export_data_menu' => 'Export data',
'export_data_bc' => 'Export data from Firefly III',
@@ -855,8 +857,11 @@ return [
'auto_budget_help' => 'You can read more about this feature in the help. Click the top-right (?) icon.',
'auto_budget_reset_icon' => 'This budget will be set periodically',
'auto_budget_rollover_icon' => 'The budget amount will increase periodically',
'remove_budgeted_amount' => 'Remove budgeted amount in :currency',
// bills:
'not_expected_period' => 'Not expected this period',
'not_or_not_yet' => 'Not (yet)',
'match_between_amounts' => 'Bill matches transactions between :low and :high.',
'running_again_loss' => 'Previously linked transactions to this bill may lose their connection, if they (no longer) match the rule(s).',
'bill_related_rules' => 'Rules related to this bill',
@@ -885,6 +890,7 @@ return [
'bill_store_error' => 'An unexpected error occurred while storing your new bill. Please check the log files',
'list_inactive_rule' => 'inactive rule',
'bill_edit_rules' => 'Firefly III will attempt to edit the rule related to this bill as well. If you\'ve edited this rule yourself however, Firefly III won\'t change anything.|Firefly III will attempt to edit the :count rules related to this bill as well. If you\'ve edited these rules yourself however, Firefly III won\'t change anything.',
'bill_expected_date' => 'Expected :date',
// accounts:
'inactive_account_link' => 'You have :count inactive (archived) account, which you can view on this separate page.|You have :count inactive (archived) accounts, which you can view on this separate page.',
@@ -1500,19 +1506,12 @@ return [
'reset_after' => 'Reset form after submission',
'errors_submission' => 'There was something wrong with your submission. Please check out the errors below.',
// Import page (general strings only)
'import_index_title' => 'Import transactions into Firefly III',
'import_transactions' => 'Import transactions',
'import_tools_title' => 'Import tools',
'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>.',
'firefly_iii_csv_importer_name' => 'Firefly III CSV importer',
'firefly_iii_bunq_importer_name' => 'Firefly III bunq 🌈 importer',
'firefly_iii_ynab_importer_name' => 'Firefly III YNAB importer',
'ludo_revolut_importer_name' => 'Ludo444\'s Revolut importer',
//
// sandstorm.io errors and messages:
'sandstorm_not_available' => 'Fungsi ini tidak tersedia saat Anda menggunakan Firefly III di dalam lingkungan Sandstorm.io.',
// object groups
'default_group_title_name' => '(ungrouped)',
// empty lists? no objects? instructions:
'no_accounts_title_asset' => 'Mari buat akun aset!',
'no_accounts_intro_asset' => 'Anda belum memiliki akun aset. Akun aset adalah akun utama Anda: rekening giro, rekening tabungan, rekening bersama atau bahkan kartu kredit Anda.',
@@ -1651,7 +1650,7 @@ return [
'telemetry_disabled_now_what' => 'If you want to, you can enable telemetry in your .env file or in your Docker configuration.',
'telemetry_collected_info' => 'Collected information',
'no_telemetry_present' => 'Firefly III has collected zero telemetry records.',
'records_telemetry_present' => 'Firefly III has collected :count telemetry record(s).',
'records_telemetry_present' => 'Firefly III has collected :count telemetry record.|Firefly III has collected :count telemetry records.',
'telemetry_button_view' => 'View telemetry',
'telemetry_button_delete' => 'Delete all telemetry',
'telemetry_admin_overview' => 'Telemetry overview',
@@ -1664,5 +1663,27 @@ return [
'telemetry_delete_submitted_records' => 'Delete submitted records',
'telemetry_submission_executed' => 'Records have been submitted. Check your log files for more info.',
'telemetry_all_deleted' => 'All telemetry records have been deleted.',
'telemetry_submitted_deleted' => 'All submitted telemetry records have been deleted.'
'telemetry_submitted_deleted' => 'All submitted telemetry records have been deleted.',
// debug page
'debug_page' => 'Debug page',
'debug_submit_instructions' => 'If you are running into problems, you can use the information in this box as debug information. Please copy-and-paste into a new or existing <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub issue</a>. It will generate a beautiful table that can be used to quickly diagnose your problem.',
'debug_pretty_table' => 'If you copy/paste the box below into a GitHub issue it will generate a table. Please do not surround this text with backticks or quotes.',
'debug_additional_data' => 'You may also share the content of the box below. You can also copy-and-paste this into a new or existing <a href="https://github.com/firefly-iii/firefly-iii/issues">GitHub issue</a>. However, the content of this box may contain private information such as account names, transaction details or email addresses.',
// object groups
'object_groups_menu_bar' => 'Groups',
'object_groups_page_title' => 'Groups',
'object_groups_breadcrumb' => 'Groups',
'object_groups_index' => 'Overview',
'object_groups' => 'Groups',
'object_groups_empty_explain' => 'Some things in Firefly III can be divided into groups. Piggy banks for example, feature a "Group" field in the edit and create screens. When you set this field, you can edit the names and the order of the groups on this page. For more information, check out the help-pages in the top right corner, under the (?)-icon.',
'object_group_title' => 'Title',
'edit_object_group' => 'Edit group ":title"',
'delete_object_group' => 'Edit group ":title"',
'update_object_group' => 'Update group',
'updated_object_group' => 'Succesfully updated group ":title"',
'deleted_object_group' => 'Succesfully deleted group ":title"',
'object_group' => 'Group',
];

View File

@@ -137,6 +137,7 @@ return [
'account_areYouSure' => 'Yakin ingin menghapus akun dengan nama ":name"?',
'bill_areYouSure' => 'Yakin ingin menghapus tagihan yang bernama ":name"?',
'rule_areYouSure' => 'Yakin ingin menghapus aturan yang berjudul ":title"?',
'object_group_areYouSure' => 'Are you sure you want to delete the group titled ":title"?',
'ruleGroup_areYouSure' => 'Yakin ingin menghapus grup aturan yang berjudul ":title"?',
'budget_areYouSure' => 'Yakin ingin menghapus anggaran dengan nama ":name"?',
'category_areYouSure' => 'Yakin ingin menghapus kategori yang bernama ":name"?',
@@ -156,6 +157,7 @@ return [
'also_delete_connections' => 'Satu-satunya transaksi yang terkait dengan jenis link ini akan kehilangan koneksi ini. Semua :count transaksi yang terkait dengan jenis link ini akan kehilangan koneksi mereka.',
'also_delete_rules' => 'Aturan satu-satunya yang terhubung ke grup aturan ini akan dihapus juga. Aturan All :count yang terhubung ke grup aturan ini akan dihapus juga.',
'also_delete_piggyBanks' => 'Satu-satunya piggy bank yang terhubung ke akun ini akan dihapus juga. Semua :count piggy bank yang terhubung ke akun ini akan dihapus juga.',
'not_delete_piggy_banks' => 'The piggy bank connected to this group will not be deleted.|The :count piggy banks connected to this group will not be deleted.',
'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.',
@@ -163,6 +165,8 @@ return [
'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',
'delete_object_group' => 'Delete group ":title"',
'email' => 'Alamat email',
'password' => 'Kata sandi',
'password_confirmation' => 'Password (lagi)',
@@ -184,14 +188,11 @@ return [
'is_demo_site' => 'Apakah situs demo',
// import
'import_file' => 'Impor file',
'configuration_file' => 'File konfigurasi',
'import_file_type' => 'Impor jenis file',
'csv_comma' => 'Koma (,)',
'csv_semicolon' => 'Titik koma (;)',
'csv_tab' => 'Tab (tak terlihat)',
'csv_delimiter' => 'Pembatas lapangan CSV',
'csv_import_account' => 'Akun impor default',
'client_id' => 'ID klien',
'app_id' => 'App ID',
'secret' => 'Secret',

View File

@@ -1,174 +0,0 @@
<?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',
'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_spectre' => 'Import using Spectre',
// 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_spectre' => 'Prerequisites for imports using Spectre',
// 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>.',
'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!',
// 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 (nilai yang dipisahkan koma)',
'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:
'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.',
// 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 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' => '(jangan memetakan)',
'job_config_map_submit' => 'Start the import',
// import status page:
'import_with_key' => 'Impor dengan kunci \':key\'',
'status_wait_title' => 'Tolong tunggu sebentar...',
'status_wait_text' => 'Kotak ini akan hilang dalam sekejap.',
'status_running_title' => 'Impor sedang berjalan',
'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".',
// error message
'duplicate_row' => 'Row #:row (":description") could not be imported. It already exists.',
];

View File

@@ -88,7 +88,6 @@ return [
'attachments_count' => 'Jumlah lampiran',
'bills_count' => 'Jumlah tagihan',
'categories_count' => 'Jumlah kategori',
'import_jobs_count' => 'Jumlah pekerjaan impor',
'budget_count' => 'Jumlah anggaran',
'rule_and_groups_count' => 'Jumlah aturan dan kelompok aturan',
'tags_count' => 'Jumlah label',
@@ -104,9 +103,6 @@ return [
'sum_transfers' => 'Jumlah transfer',
'sum_reconciliations' => 'Sum of reconciliations',
'reconcile' => 'Menyesuaikan',
'account_on_spectre' => 'Rekening (Spectre)',
'account_on_ynab' => 'Rekening (YNAB)',
'do_import' => 'Ambil dari rekening ini',
'sepa_ct_id' => 'SEPA End to End Identifier',
'sepa_ct_op' => 'SEPA Opposing Account Identifier',
'sepa_db' => 'SEPA Mandate Identifier',

View File

@@ -130,6 +130,7 @@ return [
'amount_zero' => 'Jumlah total tidak boleh nol.',
'current_target_amount' => 'The current amount must be less than the target amount.',
'unique_piggy_bank_for_user' => 'Nama celengan harus unik.',
'unique_object_group' => 'The group name 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' => 'Tipe pengulangan yang tidak valid untuk transaksi berkala.',

View File

@@ -1,26 +0,0 @@
<?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

@@ -59,4 +59,6 @@ return [
'delete_journal_link' => 'Elimina il collegamento tra le transazioni',
'telemetry_index' => 'Telemetria',
'telemetry_view' => 'Visualizza telemetria',
'edit_object_group' => 'Modifica gruppo ":title"',
'delete_object_group' => 'Elimina gruppo ":title"',
];

View File

@@ -1,26 +0,0 @@
<?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

@@ -33,6 +33,5 @@ return [
'currencies-index' => 'Firefly III supporta più valute. Sebbene sia impostato su Euro, può essere impostato sul dollaro USA e su molte altre valute. Come puoi vedere, è stata inclusa una piccola selezione di valute, ma puoi aggiungere la tua se lo desideri. Tuttavia, la modifica della valuta predefinita non cambierà la valuta delle transazioni esistenti: Firefly III supporta un uso di più valute allo stesso tempo.',
'transactions-index' => 'Queste spese, depositi e trasferimenti non sono particolarmente fantasiosi. Sono stati generati automaticamente.',
'piggy-banks-index' => 'Come puoi vedere, ci sono tre salvadanai. Utilizzare i pulsanti più e meno per influenzare la quantità di denaro in ogni salvadanaio. Fare clic sul nome del salvadanaio per visualizzare la gestione per ciascun salvadanaio.',
'import-index' => 'Qualsiasi file CSV può essere importato in Firefly III. Supporta anche l\'importazione di dati da bunq e Spectre. Altre banche e aggregatori finanziari saranno implementati in futuro. Tuttavia, come utente demo, puoi vedere solo il provider "fittizio" in azione. Genererà alcune transazioni casuali per mostrarti come funziona il processo.',
'profile-index' => 'Tieni a mente che il sito demo viene reimpostato ogni quattro ore. L\'acceso può essere revocato in qualsiasi momento. Questo avviene automaticamente e non è un bug.',
];

View File

@@ -221,6 +221,7 @@ return [
'is_beta_warning' => 'Stai eseguendo una versione BETA. Fai attenzione a bug e problemi.',
'all_destination_accounts' => 'Conti di destinazione',
'all_source_accounts' => 'Conti di origine',
'back_to_index' => 'Torna all\'indice',
// check for updates:
'update_check_title' => 'Controlla aggiornamenti',
@@ -297,6 +298,7 @@ return [
'yearly' => 'annuale',
// rules
'cannot_fire_inactive_rules' => 'Non puoi eseguire regole inattive.',
'rules' => 'Regole',
'rule_name' => 'Nome regola',
'rule_triggers' => 'La regola si innesca quando',
@@ -645,7 +647,7 @@ return [
'secure_pw_should' => 'Devo controllare la scatola?',
'secure_pw_long_password' => 'Sì. Verifica sempre che la tua password sia sicura.',
'command_line_token' => 'Token della riga di comando',
'explain_command_line_token' => 'È necessario questo token per eseguire le opzioni dalla riga di comando, come l\'importazione o l\'esportazione di dati. Senza di esso tali comandi sensibili non funzioneranno. Non condividere il token della riga di comando. Nessuno ti chiederà questo token, nemmeno io. Se temi di averlo perso, o se sei paranoico, rigenera questo token usando il pulsante.',
'explain_command_line_token' => 'È necessario questo token per eseguire le opzioni dalla riga di comando, come l\'esportazione di dati. Senza di esso tale comando sensibile non funzionerà. Non condividere il token della riga di comando. Nessuno ti chiederà questo token, nemmeno io. Se temi di averlo perso, o se sei paranoico, rigenera questo token usando il pulsante.',
'regenerate_command_line_token' => 'Rigenera il token della riga di comando',
'token_regenerated' => 'È stato generato un nuovo token della riga di comando',
'change_your_email' => 'Cambia il tuo indirizzo email',
@@ -654,7 +656,8 @@ return [
'login_with_new_email' => 'Ora puoi accedere con il tuo nuovo indirizzo email.',
'login_with_old_email' => 'Ora puoi accedere nuovamente con il tuo vecchio indirizzo email.',
'login_provider_local_only' => 'Questa azione non è disponibile quando ci si è autenticati con ":login_provider".',
'delete_local_info_only' => "Poiché ti sei autenticato tramite \":login_provider\", questo eliminerà solamente le informazioni locali di Firefly III.",
'external_user_mgt_disabled' => 'Questa azione non è disponibile quando Firefly III non è responsabile della gestione utente o dell\'autenticazione.',
'delete_local_info_only' => "Poiché Firefly III non è responsabile della gestione utente o dell'autenticazione, questa funzione eliminerà solo le informazioni locali di Firefly III.",
'profile_oauth_clients' => 'Client OAuth',
'profile_oauth_no_clients' => 'Non hai creato nessun client OAuth.',
'profile_oauth_clients_header' => 'Client',
@@ -684,7 +687,6 @@ return [
'profile_try_again' => 'Qualcosa non ha funzionato. Riprova.',
// export data:
'import_and_export_menu' => 'Importa e esporta',
'export_data_title' => 'Esporta dati da Firefly III',
'export_data_menu' => 'Esporta dati',
'export_data_bc' => 'Esporta dati da Firefly III',
@@ -855,8 +857,11 @@ return [
'auto_budget_help' => 'Puoi leggere di più su questa funzione nella guida. Clicca sull\'icona (?) in alto a destra.',
'auto_budget_reset_icon' => 'Questo budget sarà impostato periodicamente',
'auto_budget_rollover_icon' => 'L\'importo del budget aumenterà periodicamente',
'remove_budgeted_amount' => 'Rimuovi l\'import a budget in :currency',
// bills:
'not_expected_period' => 'Non prevista per questo periodo',
'not_or_not_yet' => 'No (per ora)',
'match_between_amounts' => 'La bolletta abbina le transazioni tra :low e :high.',
'running_again_loss' => 'Le transazioni precedentemente collegate a questa bolletta potrebbero perdere la loro connessione se (non) corrispondono (più) alla regola.',
'bill_related_rules' => 'Regole relative a questa bolletta',
@@ -885,6 +890,7 @@ return [
'bill_store_error' => 'Si è verificato un errore imprevisto durante la memorizzazione della nuova bolletta. Controlla i file di log',
'list_inactive_rule' => 'regola inattiva',
'bill_edit_rules' => 'Firefly III tenterà anche di modificare la regola relativa a questa bolletta. Se hai modificato questa regola da solo, Firefly III non cambierà nulla.|Firefly III tenterà anche di modificare le :count regole relative a questa bolletta. Se hai modificato queste regole, Firefly III non cambierà nulla.',
'bill_expected_date' => 'Attesa :date',
// accounts:
'inactive_account_link' => 'Hai :count conto inattivo (archiviato), che puoi visualizzare in questa pagina separata.|Hai :count conti inattivi (archiviati), che puoi visualizzare in questa pagina separata.',
@@ -1500,19 +1506,12 @@ return [
'reset_after' => 'Resetta il modulo dopo l\'invio',
'errors_submission' => 'Errore durante l\'invio. Controlla gli errori segnalati qui sotto.',
// Import page (general strings only)
'import_index_title' => 'Importa le transazioni in Firefly III',
'import_transactions' => 'Importa transazioni',
'import_tools_title' => 'Strumenti di importazione',
'tools_index_intro' => 'Esistono diversi strumenti per importare dati in Firefly III. Controlla quelli qui sotto. Per ulteriori informazioni, consulta <a href="https://docs.firefly-iii.org/importing-data/introduction">questa pagina</a>.',
'firefly_iii_csv_importer_name' => 'Importatore CSV di Firefly III',
'firefly_iii_bunq_importer_name' => 'Importatore bunq🌈 di Firefly III',
'firefly_iii_ynab_importer_name' => 'Importatore YNAB di Firefly III',
'ludo_revolut_importer_name' => 'Importatore Revolut di Ludo444',
//
// sandstorm.io errors and messages:
'sandstorm_not_available' => 'Questa funzione non è disponibile quando si utilizza Firefly III in un ambiente Sandstorm.io.',
// object groups
'default_group_title_name' => '(non in un gruppo)',
// empty lists? no objects? instructions:
'no_accounts_title_asset' => 'Creiamo un conto attività!',
'no_accounts_intro_asset' => 'Non hai ancora un conto attività. I conti attività sono i tuoi conti principali: il tuo conto corrente, il tuo conto di risparmio, il conto condiviso o persino la tua carta di credito.',
@@ -1651,7 +1650,7 @@ return [
'telemetry_disabled_now_what' => 'Se lo desideri, è possibile abilitare la telemetria nel file .env o nella configurazione di Docker.',
'telemetry_collected_info' => 'Informazioni raccolte',
'no_telemetry_present' => 'Firefly III non ha raccolto dati di telemetria.',
'records_telemetry_present' => 'Firefly III ha raccolto :count dati di telemetria.',
'records_telemetry_present' => 'Firefly III ha raccolto :count dato di telemetria.|Firefly III ha raccolto :count dati di telemetria.',
'telemetry_button_view' => 'Visualizza telemetria',
'telemetry_button_delete' => 'Elimina tutta la telemetria',
'telemetry_admin_overview' => 'Panoramica telemetria',
@@ -1664,5 +1663,27 @@ return [
'telemetry_delete_submitted_records' => 'Elimina i dati inviati',
'telemetry_submission_executed' => 'I dati sono stati inviati. Controlla i file di log per maggiori informazioni.',
'telemetry_all_deleted' => 'Tutti i dati di telemetria sono stati cancellati.',
'telemetry_submitted_deleted' => 'Tutti i dati di telemetria inviati sono stati cancellati.'
'telemetry_submitted_deleted' => 'Tutti i dati di telemetria inviati sono stati cancellati.',
// debug page
'debug_page' => 'Pagina di debug',
'debug_submit_instructions' => 'Se incontri problemi, puoi usare le informazioni in questo riquadro come informazioni di debug. Copia-incollale in una nuova o esistente <a href="https://github.com/firefly-iii/firefly-iii/issues">issue di Github</a>. Creerà una bellissima tabella che potrà essere utilizzata per diagnosticare rapidamente il tuo problema.',
'debug_pretty_table' => 'Copia-incollando il riquadro sottostante in una issue di Github verrà creata una tabella. Non circondare questo testo con accenti gravi o virgolette.',
'debug_additional_data' => 'Puoi anche condividere il contenuto del riquadro sottostante. È anche possibile copiare e incollare questo in una nuova o esistente <a href="https://github.com/firefly-iii/firefly-iii/issues">issue di GitHub</a>. Tuttavia, il contenuto di questo riquadro può contenere informazioni private come i nomi dei conti, i dettagli delle transazioni o indirizzi e-mail.',
// object groups
'object_groups_menu_bar' => 'Gruppi',
'object_groups_page_title' => 'Gruppi',
'object_groups_breadcrumb' => 'Gruppi',
'object_groups_index' => 'Panoramica',
'object_groups' => 'Gruppi',
'object_groups_empty_explain' => 'Alcune cose in Firefly III possono essere divise in gruppi. I salvadanai, per esempio, dispongono di un campo "Gruppo" nelle schermate di modifica e creazione. Quando si imposta questo campo, è possibile modificare i nomi e l\'ordine dei gruppi in questa pagina. Per ulteriori informazioni, consulta le pagine di aiuto nell\'angolo in alto a destra, con l\'icona (?).',
'object_group_title' => 'Titolo',
'edit_object_group' => 'Modifica gruppo ":title"',
'delete_object_group' => 'Modifica gruppo ":title"',
'update_object_group' => 'Aggiorna gruppo',
'updated_object_group' => 'Gruppo ":title" aggiornato con successo',
'deleted_object_group' => 'Gruppo ":title" eliminato con successo',
'object_group' => 'Gruppo',
];

View File

@@ -137,6 +137,7 @@ return [
'account_areYouSure' => 'Sei sicuro di voler eliminare il conto ":name"?',
'bill_areYouSure' => 'Sei sicuro di voler eliminare il conto ":name"?',
'rule_areYouSure' => 'Sei sicuro di voler eliminare la regola ":title"?',
'object_group_areYouSure' => 'Sei sicuro di voler eliminare il gruppo ":title"?',
'ruleGroup_areYouSure' => 'Sei sicuro di voler eliminare il gruppo regole ":title"?',
'budget_areYouSure' => 'Sei sicuro di voler eliminare il budget ":name"?',
'category_areYouSure' => 'Sei sicuro di voler eliminare categoria ":name"?',
@@ -156,6 +157,7 @@ return [
'also_delete_connections' => 'L\'unica transazione collegata a questo tipo di collegamento perderà questa connessione. | Tutto :count le transazioni di conteggio collegate a questo tipo di collegamento perderanno la connessione.',
'also_delete_rules' => 'Anche l\'unica regola collegata a questo gruppo di regole verrà eliminata. | Tutto :count verranno eliminate anche le regole di conteggio collegate a questo gruppo di regole.',
'also_delete_piggyBanks' => 'Verrà eliminato anche l\'unico salvadanaio collegato a questo conto. | Tutti :count il conteggio del salvadanaio collegato a questo conto verrà eliminato.',
'not_delete_piggy_banks' => 'Il salvadanaio collegato a questo gruppo non verrà eliminato.|I :count salvadanai collegati a questo gruppo non verranno eliminati.',
'bill_keep_transactions' => 'L\'unica transazione connessa a questa bolletta non verrà eliminata.|Tutte le :count transazioni del conto collegate a questa bolletta non verranno cancellate.',
'budget_keep_transactions' => 'L\'unica transazione collegata a questo budget non verrà eliminata.|Tutte le :count transazioni del conto collegate a questo budget non verranno cancellate.',
'category_keep_transactions' => 'L\'unica transazione collegata a questa categoria non verrà eliminata.|Tutte le :count transazioni del conto collegate a questa categoria non verranno cancellate.',
@@ -163,6 +165,8 @@ return [
'tag_keep_transactions' => 'L\'unica transazione connessa a questa etichetta non verrà eliminata.|Tutte le :count transazioni del conto collegate a questa etichetta non verranno eliminate.',
'check_for_updates' => 'Controlla gli aggiornamenti',
'delete_object_group' => 'Elimina gruppo ":title"',
'email' => 'Indirizzo email',
'password' => 'Password',
'password_confirmation' => 'Password (ancora)',
@@ -184,14 +188,11 @@ return [
'is_demo_site' => 'È un sito demo',
// import
'import_file' => 'Importa file',
'configuration_file' => 'Configurazione file',
'import_file_type' => 'Importa tipo file',
'csv_comma' => 'Una virgola (,)',
'csv_semicolon' => 'Un punto e virgola (;)',
'csv_tab' => 'Una tabulazione (invisibile)',
'csv_delimiter' => 'Delimitatore campi CSV',
'csv_import_account' => 'Conto di importazione predefinito',
'client_id' => 'Client ID',
'app_id' => 'ID dell\'app',
'secret' => 'Segreto',

View File

@@ -1,174 +0,0 @@
<?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' => 'Importa i dati in Firefly III',
'prerequisites_breadcrumb_fake' => 'Prerequisiti per il fornitore di importazione fittizio',
'prerequisites_breadcrumb_spectre' => 'Prerequisiti per Spectre',
'job_configuration_breadcrumb' => 'Configurazione per ":key"',
'job_status_breadcrumb' => 'Stato di importazione per ":key"',
'disabled_for_demo_user' => 'disabilitata nella demo',
// index page:
'general_index_intro' => 'Benvenuti nella routine di importazione di Firefly III. Esistono alcuni modi per importare dati in Firefly III, visualizzati qui come pulsanti.',
// notices about the CSV importer:
'deprecate_csv_import' => 'Come descritto in <a href="https://www.patreon.com/posts/future-updates-30012174">questo post Patreon</a>, il modo in cui Firefly III gestisce l\'importazione dei dati cambierà. Ciò significa che l\'importatore CSV sarà spostato in un nuovo strumento separato. Puoi già testare questo strumento visitando <a href="https://github.com/firefly-iii/csv-importer">questo repository GitHub</a>. Prova il nuovo importatore e fammi sapere cosa ne pensi.',
'final_csv_import' => 'Come descritto in <a href="https://www.patreon.com/posts/future-updates-30012174">questo post Patreon</a>, il modo in cui Firefly III gestisce l\'importazione dei dati cambierà. Ciò significa che questa è l\'ultima versione di Firefly III che presenta l\'importatore CSV. È disponibile uno strumento separato che puoi provare tu stesso: <a href="https://github.com/firefly-iii/csv-importer">l\'importatore CSV di Firefly III</a>. Ti sarei molto grato se lo provassi e mi facessi sapere cosa ne pensi.',
// import provider strings (index):
'button_fake' => 'Esegui un\'importazione fittizia',
'button_file' => 'Importa un file',
'button_spectre' => 'Importa usando Spectre',
// prerequisites box (index)
'need_prereq_title' => 'Prerequisiti di importazione',
'need_prereq_intro' => 'Alcuni metodi di importazione richiedono la tua attenzione prima che possano essere utilizzati. Ad esempio, potrebbero richiedere speciali chiavi API o segreti dell\'applicazione. Puoi configurarli qui. L\'icona indica se questi prerequisiti sono stati soddisfatti.',
'do_prereq_fake' => 'Prerequisiti per il fornitore fittizio',
'do_prereq_file' => 'Prerequisiti per le importazioni da file',
'do_prereq_spectre' => 'Prerequisiti per le importazioni usando Spectre',
// prerequisites:
'prereq_fake_title' => 'Prerequisiti per un\'importazione dal fornitore di importazione fittizio',
'prereq_fake_text' => 'Questo provider fittizio richiede una chiave API fittizia. Deve contenere 32 caratteri. È possibile utilizzare questa: 123456789012345678901234567890AA',
'prereq_spectre_title' => 'Prerequisiti per un\'importazione utilizzando le API di Spectre',
'prereq_spectre_text' => 'Per l\'importazione dei dati attraverso le API Spectre (v4), devi fornire a Firefly III due valori segreti. Questi si possono trovare nella <a href="https://www.saltedge.com/clients/profile/secrets">pagina dei segreti</a>.',
'prereq_spectre_pub' => 'Allo stesso modo, l\'API Spectre deve conoscere la chiave pubblica che vedi qui sotto. Senza di essa, non ti riconoscerà. Per favore inserisci questa chiave pubblica nella tua <a href="https://www.saltedge.com/clients/profile/secrets">pagina dei segreti</a>.',
'callback_not_tls' => 'Firefly III ha rilevato il seguenti URI di callback. Sembra che il tuo server non sia impostato per accettare le connessioni TLS (https). YNAB non accetterà questo URI. Puoi continuare con l\'importazione (poiché Firefly III potrebbe sbagliarsi) ma tienilo a mente.',
// prerequisites success messages:
'prerequisites_saved_for_fake' => 'Chiave API fittizia memorizzata correttamente!',
'prerequisites_saved_for_spectre' => 'ID dell\'app e segreto memorizzati!',
// job configuration:
'job_config_apply_rules_title' => 'Configurazione dell\'operazione - applicare le tue regole?',
'job_config_apply_rules_text' => 'Una volta avviato il fornitore fittizio, le tue regole possono essere applicate alle transazioni. Questo aggiunge del tempo all\'importazione.',
'job_config_input' => 'Il tuo input',
// job configuration for the fake provider:
'job_config_fake_artist_title' => 'Inserisci il nome dell\'album',
'job_config_fake_artist_text' => 'Molte routine di importazione presentano alcuni passaggi di configurazione da eseguire. Nel caso del fornitore di importazione fittizio, è necessario rispondere ad alcune domande strane. In questo caso, inserire "David Bowie" per continuare.',
'job_config_fake_song_title' => 'Inserisci il nome del brano',
'job_config_fake_song_text' => 'Menziona la canzone "Golden years" per continuare con l\'importazione fittizia.',
'job_config_fake_album_title' => 'Inserisci il nome dell\'album',
'job_config_fake_album_text' => 'Alcune routine di importazione richiedono dati aggiuntivi a metà dell\'importazione. Nel caso del fornitore di importazione fittizio, è necessario rispondere ad alcune domande strane. Inserire "Station to station" per continuare.',
// job configuration form the file provider
'job_config_file_upload_title' => 'Configurazione importazione (1/4) - Carica il tuo file',
'job_config_file_upload_text' => 'Questa routine ti aiuterà a importare i file dalla tua banca in Firefly III. ',
'job_config_file_upload_help' => 'Seleziona il tuo file. Assicurati che il file sia codificato in UTF-8.',
'job_config_file_upload_config_help' => 'Se hai precedentemente importato i dati in Firefly III, potresti avere un file di configurazione, che preimposterà i valori di configurazione per te. Per alcune banche, altri utenti hanno gentilmente fornito il loro <a href="https://github.com/firefly-iii/import-configurations/wiki">file di configurazione</a>',
'job_config_file_upload_type_help' => 'Seleziona il tipo di file che caricherai',
'job_config_file_upload_submit' => 'Carica i file',
'import_file_type_csv' => 'CSV (valori separati da virgola)',
'import_file_type_ofx' => 'OFX',
'file_not_utf8' => 'Il file che hai caricato non è codificato come UTF-8 o ASCII. Firefly III non può gestire tali file. Utilizzare Notepad++ o Sublime per convertire il file in UTF-8.',
'job_config_uc_title' => 'Configurazione di importazione (2/4) - Impostazione di base dei file',
'job_config_uc_text' => 'Per poter importare correttamente il tuo file, ti preghiamo di convalidare le opzioni di seguito.',
'job_config_uc_header_help' => 'Seleziona questa casella se la prima riga del tuo file CSV sono i titoli delle colonne.',
'job_config_uc_date_help' => 'Formato della data e ora nel tuo file. Segui il formato indicato in <a href="https://secure.php.net/manual/en/datetime.createfromformat.php#refsect1-datetime.createfromformat-parameters">questa pagina</a>. Il valore predefinito analizzerà le date che assomigliano a questa: :dateExample.',
'job_config_uc_delimiter_help' => 'Scegli il delimitatore di campo che viene utilizzato nel file di ingresso. Se non si è sicuri, la virgola è l\'opzione più sicura.',
'job_config_uc_account_help' => 'Se il tuo file NON contiene informazioni sui tuoi conti di attività, utilizza questo menu a discesa per selezionare a quale conto appartengono le transazioni nel file.',
'job_config_uc_apply_rules_title' => 'Applica regole',
'job_config_uc_apply_rules_text' => 'Applica le tue regole ad ogni transazione importata. Si noti che questo rallenta l\'importazione in modo significativo.',
'job_config_uc_specifics_title' => 'Opzioni specifiche della banca',
'job_config_uc_specifics_txt' => 'Alcune banche forniscono file formattati in modo errato. Firefly III può sistemarli automaticamente. Se la tua banca rende disponibili tali file ma non è elencata qui, ti preghiamo di segnalare il problema su GitHub.',
'job_config_uc_submit' => 'Continua',
'invalid_import_account' => 'Hai selezionato un conto non valido su cui effettuare l\'importazione.',
'import_liability_select' => 'Passività',
// job configuration for Spectre:
'job_config_spectre_login_title' => 'Scegli il tuo login',
'job_config_spectre_login_text' => 'Firefly III ha rilevato :count login esistenti nel tuo account Spectre. Quale vorresti usare per l\'importazione?',
'spectre_login_status_active' => 'Attivo',
'spectre_login_status_inactive' => 'Inattivo',
'spectre_login_status_disabled' => 'Disabilitato',
'spectre_login_new_login' => 'Accedi con un\'altra banca o con una di queste banche con credenziali diverse.',
'job_config_spectre_accounts_title' => 'Seleziona i conti dai quali importare',
'job_config_spectre_accounts_text' => 'Hai selezionato ":name" (:country). Hai :count conti disponibili da questo fornitore. Seleziona i conti attività di Firefly III in cui devono essere memorizzate le transazioni da questi conti. Ricorda che, per importare i dati, sia il conto di Firefly III sia il conto ":name" devono avere la stessa valuta.',
'spectre_do_not_import' => '(non importare)',
'spectre_no_mapping' => 'Sembra che tu non abbia selezionato nessun account da cui importare.',
'imported_from_account' => 'Importato da ":account"',
'spectre_account_with_number' => 'Conto :number',
'job_config_spectre_apply_rules' => 'Applica regole',
'job_config_spectre_apply_rules_text' => 'Per impostazione predefinita le tue regole verranno applicate alle transazioni create durante questa procedura di importazione. Se non vuoi che questo accada, deseleziona questa casella di controllo.',
// job configuration for bunq:
'should_download_config' => 'Ti consigliamo di scaricare <a href=":route">il file di configurazione</a> per questa operazione. Ciò renderà le importazioni future più facili.',
'share_config_file' => 'Se hai importato dati da una banca pubblica, dovresti <a href="https://github.com/firefly-iii/import-configurations/wiki">condividere il tuo file di configurazione</a> così da rendere più facile per gli altri utenti importare i loro dati. La condivisione del file di configurazione non espone i tuoi dettagli finanziari.',
// keys from "extra" array:
'spectre_extra_key_iban' => 'IBAN',
'spectre_extra_key_swift' => 'SWIFT',
'spectre_extra_key_status' => 'Stato',
'spectre_extra_key_card_type' => 'Tipo carta',
'spectre_extra_key_account_name' => 'Nome conto',
'spectre_extra_key_client_name' => 'Nome client',
'spectre_extra_key_account_number' => 'Numero conto',
'spectre_extra_key_blocked_amount' => 'Importo bloccato',
'spectre_extra_key_available_amount' => 'Importo disponibile',
'spectre_extra_key_credit_limit' => 'Limite di credito',
'spectre_extra_key_interest_rate' => 'Tasso d\'interesse',
'spectre_extra_key_expiry_date' => 'Data scadenza',
'spectre_extra_key_open_date' => 'Data apertura',
'spectre_extra_key_current_time' => 'Ora corrente',
'spectre_extra_key_current_date' => 'Data corrente',
'spectre_extra_key_cards' => 'Carte',
'spectre_extra_key_units' => 'Unità',
'spectre_extra_key_unit_price' => 'Prezzo unitario',
'spectre_extra_key_transactions_count' => 'Conteggio transazioni',
// job config for the file provider (stage: mapping):
'job_config_map_title' => 'Configurazione di importazione (4/4) - Collega i dati importati con i dati di Firefly III',
'job_config_map_text' => 'Nelle seguenti tabelle, il valore a sinistra mostra le informazioni trovate nel file caricato. È tuo compito mappare questo valore, se possibile, su un valore già presente nel tuo database. Firefly si atterrà a questa mappatura. Se non ci sono valori da mappare o non si desidera mappare il valore specifico, non selezionare niente.',
'job_config_map_nothing' => 'Non ci sono dati presenti nel tuo file che puoi mappare a valori esistenti. Si prega di premere "Inizia l\'importazione" per continuare.',
'job_config_field_value' => 'Valore campo',
'job_config_field_mapped' => 'Mappato a',
'map_do_not_map' => '(non mappare)',
'job_config_map_submit' => 'Inizia l\'importazione',
// import status page:
'import_with_key' => 'Importa con chiave \':key\'',
'status_wait_title' => 'Per favore attendere...',
'status_wait_text' => 'Questa finestra si chiuderà tra un momento.',
'status_running_title' => 'L\'importazione è in esecuzione',
'status_job_running' => 'Attendere, importazione in corso...',
'status_job_storing' => 'Attendere, memorizzazione dei dati...',
'status_job_rules' => 'Attendere, applicazione delle regole...',
'status_fatal_title' => 'Errore fatale',
'status_fatal_text' => 'L\'importazione ha subito un errore irreversibile. Scusa!',
'status_fatal_more' => 'Questo messaggio di errore (probabilmente molto criptico) è completato dai file di log, che puoi trovare sul tuo disco rigido, o nel contenitore Docker da cui esegui Firefly III.',
'status_finished_title' => 'Importazione completata',
'status_finished_text' => 'L\'importazione è finita.',
'finished_with_errors' => 'Si sono verificati alcuni errori durante l\'importazione. Controllali attentamente.',
'unknown_import_result' => 'Risultato di importazione sconosciuto',
'result_no_transactions' => 'Nessuna transazione è stata importata. Forse erano tutte dei duplicati o semplicemente non c\'era nessuna transazione da importare. Forse i file di log possono dirti cosa è successo. Questo è normale se importi i dati regolarmente.',
'result_one_transaction' => 'È stata importata esattamente una transazione. È memorizzata sotto l\'etichetta <a href=":route" class="label label-success" style="font-size:100%;font-weight:normal;">:tag</a> dove è possibile ispezionarla ulteriormente.',
'result_many_transactions' => 'Firefly III ha importato :count transazioni. Sono memorizzate sotto l\'etichetta <a href=":route" class="label label-success" style="font-size:100%;font-weight:normal;">:tag</a> dove è possibile ispezionarle ulteriormente.',
// general errors and warnings:
'bad_job_status' => 'Per accedere a questa pagina l\'operazione di importazione non può avere lo stato ":status".',
// error message
'duplicate_row' => 'La riga #:row (":description") non può essere importato poiché è già esistente.',
];

View File

@@ -88,7 +88,6 @@ return [
'attachments_count' => 'Numero di allegati',
'bills_count' => 'Numero di bollette',
'categories_count' => 'Numero di categorie',
'import_jobs_count' => 'Numero delle operazioni di importazione',
'budget_count' => 'Numero di budget',
'rule_and_groups_count' => 'Numero di regole e gruppi di regole',
'tags_count' => 'Numero di etichette',
@@ -104,9 +103,6 @@ return [
'sum_transfers' => 'Somma dei trasferimenti',
'sum_reconciliations' => 'Somma delle riconciliazioni',
'reconcile' => 'Riconcilia',
'account_on_spectre' => 'Conto (Spectre)',
'account_on_ynab' => 'Conto (YNAB)',
'do_import' => 'Importo da questo conto',
'sepa_ct_id' => 'Identificativo End-To-End SEPA',
'sepa_ct_op' => 'Identificativo SEPA Conto Controparte',
'sepa_db' => 'Identificativo Mandato SEPA',

View File

@@ -130,6 +130,7 @@ return [
'amount_zero' => 'L\'importo totale non può essere zero.',
'current_target_amount' => 'L\'importo corrente deve essere minore dell\'importo obiettivo.',
'unique_piggy_bank_for_user' => 'Il nome del salvadanaio deve essere unico.',
'unique_object_group' => 'Il nome del gruppo deve essere unico',
'secure_password' => 'Questa non è una password sicura. Riprova. Per maggiori informazioni visita https://bit.ly/FF3-password-security',
'valid_recurrence_rep_type' => 'Il tipo di ripetizione della transazione ricorrente non è valido.',

View File

@@ -1,26 +0,0 @@
<?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

@@ -59,4 +59,6 @@ return [
'delete_journal_link' => 'Slett kobling mellom transaksjoner',
'telemetry_index' => 'Telemetry',
'telemetry_view' => 'View telemetry',
'edit_object_group' => 'Edit group ":title"',
'delete_object_group' => 'Delete group ":title"',
];

View File

@@ -1,26 +0,0 @@
<?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

@@ -33,6 +33,5 @@ return [
'currencies-index' => 'Firefly III støtter flere valutaer. Selv om Euro er standard, kan det settes til norske kroner, eller en av mange andre valutaer. Som du kan se, så er et lite utvalg valutaer allerede lagt inn, men du kan legge til flere hvis du vil. Hvis du endrer standardvalutaen, endres ikke valutaen for eksisterende transaksjoner, men Firefly III støtter bruken av flere valutaer samtidig.',
'transactions-index' => 'Disse utgiftene, innskuddene og overføringene er ikke særlig fantasifulle. De har blitt generert automatisk.',
'piggy-banks-index' => 'Som du kan se, finnes det tre spargriser. Bruk pluss- og minus-knappene til å påvirke mengden penger i hver sparegris. Klikk på navnet til spargrisen for å administrere hver spargris.',
'import-index' => 'Alle CSV-filer kan importeres til Firefly III. Den støtter også import av data fra bunq og Spectre. Andre banker og finansielle aggregatorer vil bli implementert i fremtiden. Men som en demo-bruker kan du bare se en "falsk"-leverandør i aksjon. Den vil generere noen tilfeldige transaksjoner for å vise hvordan prosessen fungerer.',
'profile-index' => 'Vær oppmerksom at demoen tilbakestilles hver fjerde time. Din tilgang kan trekkes tilbake når som helst. Dette skjer automatisk og er ikke en feil.',
];

Some files were not shown because too many files have changed in this diff Show More