Add support for Italian and update language files.

This commit is contained in:
James Cole
2018-03-29 19:00:21 +02:00
parent 0a71077513
commit 40266c6821
146 changed files with 7796 additions and 5283 deletions

View File

@@ -33,5 +33,5 @@ return [
*/
'failed' => 'Falscher Benutzername und/oder falsches Passwort.',
'throttle' => 'Zu viele Login-Versuche. Bitte versuchen Sie es in :seconds Sekunde(n) erneut.',
'throttle' => 'Zu viele Anmeldeversuche. Bitte versuchen Sie es in :seconds Sekunden erneut.',
];

View File

@@ -23,17 +23,17 @@ declare(strict_types=1);
return [
'home' => 'Startseite',
'edit_currency' => 'Währung „:name” bearbeiten',
'delete_currency' => 'Währung ":name" löschen',
'delete_currency' => 'Währung :name löschen',
'newPiggyBank' => 'Neues Sparschwein erstellen',
'edit_piggyBank' => 'Sparschwein ":name" bearbeiten',
'edit_piggyBank' => 'Sparschwein :name bearbeiten',
'preferences' => 'Einstellungen',
'profile' => 'Profil',
'changePassword' => 'Passwort ändern',
'change_email' => 'E-Mail Adresse ändern',
'bills' => 'Rechnungen',
'newBill' => 'Neue Rechnung',
'edit_bill' => 'Rechnung ":name" bearbeiten',
'delete_bill' => 'Rechnung ":name" löschen',
'edit_bill' => 'Rechnung :name bearbeiten',
'delete_bill' => 'Rechnung :name löschen',
'reports' => 'Berichte',
'search_result' => 'Suchergebnisse für ":query"',
'withdrawal_list' => 'Ausgaben',
@@ -48,8 +48,8 @@ return [
'edit_reconciliation' => '":description" bearbeiten',
'delete_journal' => 'Transaktion ":description" löschen',
'tags' => 'Schlagwörter',
'createTag' => 'Neuen Tag erstellen',
'edit_tag' => 'Tag ":tag" bearbeiten',
'delete_tag' => 'Tag ":tag" löschen',
'createTag' => 'Neues Schlagwort erstellen',
'edit_tag' => 'Schlagwort „:tag bearbeiten',
'delete_tag' => 'Schlagwort „:tag löschen',
'delete_journal_link' => 'Transaktions-Verknüpfung löschen',
];

View File

@@ -22,7 +22,7 @@ declare(strict_types=1);
return [
// profile
'personal_access_tokens' => 'Persönliche Zugangs-Tokens',
'personal_access_tokens' => 'Persönliche Zugangs-Authentifizierungsschlüssel',
// bills:
'not_expected_period' => 'Unerwarteter Zeitraum',

View File

@@ -31,10 +31,10 @@ return [
'year' => '%Y',
'half_year' => '%B %Y',
'month_js' => 'MMMM YYYY',
'month_and_day_js' => 'MMMM Do, YYYY',
'date_time_js' => 'Do MMMM YYYY @ HH:mm:ss',
'specific_day_js' => 'D MMMM YYYY',
'month_and_day_js' => 'Do MMMM YYYY',
'date_time_js' => 'Do MMMM YYYY um HH:mm:ss',
'specific_day_js' => 'D. MMMM YYYY',
'week_in_year_js' => '[Week]. KW, YYYY',
'year_js' => 'YYYY',
'half_year_js' => 'Q YYYY',
'half_year_js' => 'Q. Quartal YYYY',
];

View File

@@ -1,5 +1,6 @@
<?php
declare(strict_types=1);
/**
* firefly.php
* Copyright (c) 2017 thegrumpydictator@gmail.com
@@ -28,7 +29,7 @@ return [
'delete' => 'Löschen',
'welcomeBack' => 'Was ist gerade los?',
'everything' => 'Alle',
'today' => 'heute',
'today' => 'Heute',
'customRange' => 'Individueller Bereich',
'apply' => 'Übernehmen',
'select_date' => 'Wähle ein Datum..',
@@ -44,13 +45,13 @@ return [
'Opening balance' => 'Eröffnungsbilanz',
'create_new_stuff' => 'Erstelle neue Dinge',
'new_withdrawal' => 'Neue Ausgabe',
'create_new_transaction' => 'Transaktion erstellen',
'create_new_transaction' => 'Neue Buchung erstellen',
'go_to_asset_accounts' => 'Bestandskonten anzeigen',
'go_to_budgets' => 'Kostenrahmen anzeigen',
'go_to_categories' => 'Kategorien anzeigen',
'go_to_bills' => 'Rechnungen anzeigen',
'go_to_expense_accounts' => 'Ausgabe-Konten ansehen',
'go_to_revenue_accounts' => 'Einnahme-Konten ansehen',
'go_to_expense_accounts' => 'Aufwandskonten anzeigen',
'go_to_revenue_accounts' => 'Erlöskonten anzeigen',
'go_to_piggies' => 'Sparschweine anzeigen',
'new_deposit' => 'Neue Einnahme',
'new_transfer' => 'Neue Umbuchung',
@@ -106,7 +107,7 @@ return [
'sum_of_expenses' => 'Summe von Ausgaben',
'sum_of_income' => 'Summe von Einnahmen',
'spent_in_specific_budget' => 'Ausgaben im Kostenrahmen „:budget”',
'sum_of_expenses_in_budget' => 'Vollkommen ausgegeben in Budget ":budget"',
'sum_of_expenses_in_budget' => 'Gesamtausgaben im Kostenrahmen „:budget',
'left_in_budget_limit' => 'Verbleibend zum Ausgeben, entsprechend der Kostenplanung',
'current_period' => 'Aktueller Zeitraum',
'show_the_current_period_and_overview' => 'Zeigen Sie den aktuellen Zeitraum und die Übersicht',
@@ -159,7 +160,7 @@ return [
'invalid_server_configuration' => 'Ungültige Serverkonfiguration',
'invalid_locale_settings' => 'Firefly III kann keine Geldbeträge formatieren, da auf Ihrem Server die erforderlichen Pakete fehlen. Es gibt <a href="https://github.com/firefly-iii/help/wiki/Missing-locale-packages">eine Anleitung</a>, wie dies behoben werden kann.',
'quickswitch' => 'Schnellauswahl',
'sign_in_to_start' => 'Melden Sie sich an um Ihre Sitzung zu starten',
'sign_in_to_start' => 'Melden Sie sich an, um Ihre Sitzung zu starten',
'sign_in' => 'Anmelden',
'register_new_account' => 'Neues Benutzerkonto anlegen',
'forgot_my_password' => 'Passwort vergessen',
@@ -507,10 +508,10 @@ Sollen zusätzlich Ihre Girokonten angezeigt werden?',
'secure_pw_should' => 'Soll ich die Box ankreuzen?',
'secure_pw_long_password' => 'Wenn Sie gerade ein langes, Single-Use-Passwort für Firefly III mit einem Kennwortgenerator generiert haben: <strong>Nein</strong>.',
'secure_pw_short' => 'Wenn Sie gerade das Passwort eingegeben haben, welches Sie immer verwenden: <em>Bitte ja</em>.',
'command_line_token' => 'Befehlszeilen Token',
'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-Token nicht mit anderen. Niemand wird Sie um dieses Zeichen bitten, nicht einmal ich. Wenn Sie befürchten, dass Sie diese verloren haben, oder wenn Sie verängstigt sind, erneuern Sie dieses Token mit der Schaltfläche.',
'regenerate_command_line_token' => 'Befehlszeilen-Token erneut generieren',
'token_regenerated' => 'Ein neues Befehlszeilen-Token wurde generiert',
'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 dieses Zeichen bitten, nicht einmal ich. Wenn Sie befürchten, dass Sie diese verloren haben, oder wenn Sie verängstigt sind, erneuern Sie dieses Token mit der Schaltfläche.',
'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',
'email_verification' => 'Eine E-Mail-Nachricht wird an Ihre alte UND neue E-Mail-Adresse gesendet. Aus Sicherheitsgründen können Sie sich erst anmelden, wenn Sie Ihre neue E-Mail-Adresse bestätigt haben. Wenn Sie sich nicht sicher sind, ob Ihre Firefly III-Installation E-Mails versenden kann, verwenden Sie bitte diese Funktion nicht. Wenn Sie Administrator sind, können Sie dies in der <a href="/admin">Administration</a> testen.',
'email_changed_logout' => 'Sie müssen Ihre E-Mail-Adresse bestätigen, um sich anmelden zu können.',
@@ -615,12 +616,13 @@ Sollen zusätzlich Ihre Girokonten angezeigt werden?',
'updated_budget' => 'Kostenrahmen „:name” bearbeitet',
'update_amount' => 'Betrag aktualisieren',
'update_budget' => 'Kostenrahmen aktualisieren',
'update_budget_amount_range' => 'Aktualisiere (erwarteten) verfügbaren Betrag zwischen :start und :end',
'budget_period_navigator' => 'Zeitraum-navigator',
'update_budget_amount_range' => '(Erwarteter) Verfügbaren Betrag zwischen :start und :end aktualisieren',
'budget_period_navigator' => 'Zeitraum-Navigator',
'info_on_available_amount' => 'Was habe ich verfügbar?',
'available_amount_indication' => 'Verwenden Sie diese Angaben, um einen Anhaltspunkt dafür zu erhalten, wie hoch Ihr Gesamtsumme sein könnte.',
'suggested' => 'Vorgeschlagen',
'average_between' => 'Durchschnitt zwischen :start und :end',
'over_budget_warn' => '<i class="fa fa-money"></i> Normalerweise veranschlagen Sie ca. :amount pro Tag. Aktuell sind es aber :over_amount pro Tag.',
// bills:
'matching_on' => 'Reagiert auf',
@@ -683,7 +685,7 @@ Sollen zusätzlich Ihre Girokonten angezeigt werden?',
'end_of_reconcile_period' => 'Ende des Abstimmzeitraums: :period',
'start_of_reconcile_period' => 'Beginn der Abstimmzeitraums: :period',
'start_balance' => 'Startguthaben',
'end_balance' => 'Endsaldo',
'end_balance' => 'Endguthaben',
'update_balance_dates_instruction' => 'Ordnen Sie die oben genannten Beträge und Daten Ihrem Kontoauszug zu und klicken Sie auf „Jetzt ausgleichen”',
'select_transactions_instruction' => 'Wählen Sie die Buchungen aus, die auf Ihrem Kontoauszug angezeigt werden.',
'select_range_and_balance' => 'Überprüfen Sie zunächst den Datumsbereich und das Guthaben. Anschließend drücken Sie auf „Jetzt ausgleichen”',
@@ -724,7 +726,7 @@ Sollen zusätzlich Ihre Girokonten angezeigt werden?',
'submitted_start_balance' => 'Übermitteltes Startguthaben',
'selected_transactions' => 'Ausgewählte Umsätze (:count)',
'already_cleared_transactions' => 'Bereits ausgeglichene Umsätze (:count)',
'submitted_end_balance' => 'Übermittelter Abschlusssaldo',
'submitted_end_balance' => 'Übermittelter Abschlussguthaben',
'initial_balance_description' => 'Anfangsguthaben für „:account”',
// categories:
@@ -944,7 +946,7 @@ Sollen zusätzlich Ihre Girokonten angezeigt werden?',
'category_chart_click' => 'Klicken Sie auf einen Kategorienamen in der obigen Tabelle, um ein Diagramm zu sehen.',
'in_out_accounts' => 'Einnahmen und Ausgaben je Kombination',
'in_out_per_category' => 'Einnahmen und Ausgaben je Kategorie',
'out_per_budget' => 'Ausgaben pro Budget',
'out_per_budget' => 'Ausgaben je Kostenrahmen',
'select_expense_revenue' => 'Aufwands-/Erlöskonto auswählen',
// charts:
@@ -984,7 +986,7 @@ Sollen zusätzlich Ihre Girokonten angezeigt werden?',
'saved_so_far' => 'Gespart',
'left_to_save' => 'Zu Sparen',
'suggested_amount' => 'Empfohlener monatliche Sparbetrag',
'add_money_to_piggy_title' => 'Geld dem Sparschwein ":name" hinzufügen',
'add_money_to_piggy_title' => 'Geld dem Sparschwein :name hinzufügen',
'remove_money_from_piggy_title' => 'Geld dem Sparschwein „:name” entnehmen',
'add' => 'Hinzufügen',
'no_money_for_piggy' => 'Sie haben kein Geld, welches Sie in dieses Sparschwein geben können.',
@@ -1007,7 +1009,7 @@ Sollen zusätzlich Ihre Girokonten angezeigt werden?',
'cannot_remove_from_piggy' => ':amount konnte nicht aus „:name” entfernt werden',
'deleted_piggy_bank' => 'Sparschwein „:name” gelöscht',
'added_amount_to_piggy' => ':amount zu „:name” hinzugefügt',
'removed_amount_from_piggy' => ':amount von ":name" entfernt',
'removed_amount_from_piggy' => ':amount aus „:name entfernt',
// tags
'delete_tag' => 'Schlagwort „:tag” entfernen',
@@ -1039,7 +1041,7 @@ Sollen zusätzlich Ihre Girokonten angezeigt werden?',
'user_information' => 'Benutzerinformationen',
'total_size' => 'Gesamtgröße',
'budget_or_budgets' => 'Kostenrahmen',
'budgets_with_limits' => 'Kostenrahmen mit konfigurierten Betrag',
'budgets_with_limits' => 'Kostenrahmen mit mit festgelegtem Betrag',
'nr_of_rules_in_total_groups' => ':count_rules Regel(n) in :count_groups Gruppenregel(n)',
'tag_or_tags' => 'Schlagwörter',
'configuration_updated' => 'Die Konfiguration wurde aktualisiert',
@@ -1085,6 +1087,7 @@ Sollen zusätzlich Ihre Girokonten angezeigt werden?',
'invalid_link_selection' => 'Diese Buchungen konnten nicht verknüpft werden',
'journals_linked' => 'Buchungen wurden verknüpft.',
'journals_error_linked' => 'Diese Buchungen sind bereits verknüpft.',
'journals_link_to_self' => 'You cannot link a transaction to itself',
'journal_links' => 'Buchungsverknüpfungen',
'this_withdrawal' => 'Diese Ausgabe',
'this_deposit' => 'Diese Einnahme',
@@ -1125,7 +1128,7 @@ Sollen zusätzlich Ihre Girokonten angezeigt werden?',
'import' => 'Importieren',
'import_data' => 'Daten importieren',
'import_general_index_file' => 'Datei importieren',
'import_from_bunq' => 'Import mit bunq',
'import_from_bunq' => 'Von „bunq” importieren',
'import_using_spectre' => 'Import mit Spectre',
'import_using_plaid' => 'Import mit Plaid',
'import_config_bread_crumb' => 'Import einrichten',

View File

@@ -52,10 +52,10 @@ return [
'split_journal' => 'Diese Überweisung aufteilen',
'split_journal_explanation' => 'Diese Überweisung in mehrere Teile aufteilen',
'currency' => 'Währung',
'account_id' => 'Girokonto',
'account_id' => 'Bestandskonto',
'budget_id' => 'Kostenrahmen',
'openingBalance' => 'Eröffnungsbilanz',
'tagMode' => 'Tag-Modus',
'tagMode' => 'Schlagwort-Modus',
'tag_position' => 'Schlagwort-Speicherort',
'virtualBalance' => 'Virtueller Kontostand',
'targetamount' => 'Zielbetrag',
@@ -132,30 +132,30 @@ return [
'include_attachments' => 'Hochgeladene Anhänge hinzufügen',
'include_old_uploads' => 'Importierte Daten hinzufügen',
'accounts' => 'Exportiere die Überweisungen von diesem Konto',
'delete_account' => 'Lösche Konto ":name"',
'delete_bill' => 'Lösche Rechnung ":name"',
'delete_account' => 'Konto :name” löschen',
'delete_bill' => 'Rechnung :name” löschen',
'delete_budget' => 'Kostenrahmen „:name” löschen',
'delete_category' => 'Lösche Kategorie ":name"',
'delete_currency' => 'Lösche Währung ":name"',
'delete_category' => 'Kategorie :name” löschen',
'delete_currency' => 'Währung :name” löschen',
'delete_journal' => 'Lösche Überweisung mit Beschreibung ":description"',
'delete_attachment' => 'Lösche Anhang ":name"',
'delete_attachment' => 'Anhang :name” löschen',
'delete_rule' => 'Lösche Regel ":title"',
'delete_rule_group' => 'Lösche Regelgruppe ":title"',
'delete_link_type' => 'Verknüpfungstyp „:name” löschen',
'delete_user' => 'Benutzer ":email" löschen',
'user_areYouSure' => 'Wenn Sie den Benutzer ":email" löschen, ist alles weg. Es gibt keine Sicherung, Wiederherstellung oder ähnliches. Wenn Sie sich selbst löschen, verlieren Sie den Zugriff auf diese Instanz von Firefly III.',
'attachment_areYouSure' => 'Sind Sie sicher, dass Sie den Anhang ":name" löschen möchten?',
'account_areYouSure' => 'Sind Sie sicher, dass Sie das Konto ":name" löschen möchten?',
'bill_areYouSure' => 'Sind Sie sicher, dass Sie die Rechnung ":name" löschen möchten?',
'attachment_areYouSure' => 'Möchten Sie den Anhang :name” wirklich löschen?',
'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?',
'ruleGroup_areYouSure' => 'Sind Sie sicher, dass sie die Regelgruppe ":title" löschen möchten?',
'budget_areYouSure' => 'Möchten Sie den Kostenrahmen „:name” wirklich löschen?',
'category_areYouSure' => 'Sind Sie sicher, dass Sie die Kategorie ":name" löschen möchten?',
'currency_areYouSure' => 'Sind Sie sicher, dass Sie die Währung ":name" löschen möchten?',
'piggyBank_areYouSure' => 'Sind Sie sicher, dass Sie das Sparschwein ":name" löschen möchten?',
'category_areYouSure' => 'Möchten Sie die Kategorie :name” wirklich löschen?',
'currency_areYouSure' => 'Möchten Sie die Währung :name” wirklich löschen?',
'piggyBank_areYouSure' => 'Möchten Sie das Sparschwein :name” wirklich löschen?',
'journal_areYouSure' => 'Sind Sie sicher, dass Sie die Überweisung mit dem Namen ":description" löschen möchten?',
'mass_journal_are_you_sure' => 'Sind Sie sicher, dass Sie diese Überweisung löschen möchten?',
'tag_areYouSure' => 'Sind Sie sicher, dass Sie den Tag ":name" löschen möchten?',
'tag_areYouSure' => 'Möchten Sie das Schlagwort „:name” wirklich löschen?',
'journal_link_areYouSure' => 'Sind Sie sicher, dass Sie die Verknüpfung zwischen <a href=":source_link">:source</a> und <a href=":destination_link">:destination</a> löschen möchten?',
'linkType_areYouSure' => 'Möchten Sie den Verknüpfungstyp „:name” („:inward”/„:outward”) wirklich löschen?',
'permDeleteWarning' => 'Das Löschen von Dingen in Firefly III ist dauerhaft und kann nicht rückgängig gemacht werden.',
@@ -169,7 +169,7 @@ return [
'bill_keep_transactions' => 'Die einzige Überweisung, die mit dieser Rechnung verknüpft ist, wird nicht gelöscht. | Keine der :count Überweisungen, die mit dieser Rechnung verknüpft sind, werden gelöscht.',
'budget_keep_transactions' => 'Die einzige Buchung, die mit dieser Rechnung verknüpft ist, wird nicht gelöscht. | Keine der :count Buchungen, die mit dieser Rechnung verknüpft sind, werden gelöscht.',
'category_keep_transactions' => 'Die eine Überweisungen, die mit dieser Kategorie verknüpft ist, wird nicht gelöscht. | Keine der :count Kategorien, die mit dieser Rechnung verknüpft sind, werden gelöscht.',
'tag_keep_transactions' => 'Die einzige Überweisung, die mit diesem Tag verknüpft ist, wird nicht gelöscht. | Keiner der :count Tags, die mit dieser Rechnung verknüpft sind, werden gelöscht.',
'tag_keep_transactions' => 'Die einzige Buchung, die mit diesem Schlagwort verbunden ist, wird nicht gelöscht. • Alle :count Vorgänge, die mit diesem Schlagwort verbunden sind, werden nicht gelöscht.',
'check_for_updates' => 'Nach Updates suchen',
'email' => 'E-Mail Adresse',

View File

@@ -24,38 +24,38 @@ declare(strict_types=1);
return [
// status of import:
'status_wait_title' => 'Bitte warten...',
'status_wait_text' => 'Diese Box wird gleich verschwinden.',
'status_wait_text' => 'Diese Box wird gleich ausgeblendet.',
'status_fatal_title' => 'Ein schwerwiegender Fehler ist aufgetreten',
'status_fatal_text' => 'Es ist ein schwerwiegender Fehler aufgetreten und die Importroutine kann nicht fortgeführt werden. Bitte sehen Sie sich die Erklärung in rot unten an.',
'status_fatal_more' => 'Wenn der Fehler eine Zeitüberschreitung ist, wird der Import mittendrin gestoppt. Bei einigen Serverkonfigurationen wird lediglich der Server gestoppt, während der Import im Hintergrund ausgeführt wird. Um dies zu überprüfen, überprüfen Sie die Protokolldateien. Wenn das Problem weiterhin besteht, sollten Sie stattdessen den Import über die Befehlszeile in Erwägung ziehen.',
'status_ready_title' => 'Der Import ist startbereit',
'status_ready_text' => 'Der Import ist bereit zu starten. Alle Einstellungen wurden von Ihnen erledigt. Bitte laden Sie die Konfigurationsdatei herunter. Diese wird Ihnen beim Import helfen, sollte dieser nicht wie gewünscht verlaufen. Um den Import tatsächlich zu starten führen Sie den folgenden Befehl in der Konsole aus oder nutzen Sie den Web-basierten Import. Abhängig von ihrer Konfiguration wird Ihnen der Konsolenimport mehr Rückmeldungen geben.',
'status_ready_noconfig_text' => 'Der Import ist bereit zu starten. Alle Einstellungen wurden von Ihnen erledigt. Um den Import tatsächlich zu starten führen Sie den folgenden Befehl in der Konsole aus oder nutzen Sie den Web-basierten Import. Abhängig von ihrer Konfiguration wird Ihnen der Konsolenimport mehr Rückmeldungen geben.',
'status_ready_config' => 'Download der Konfiguration',
'status_ready_start' => 'Starte den Import',
'status_ready_config' => 'Konfiguration herunterladen',
'status_ready_start' => 'Importieren starten',
'status_ready_share' => 'Bitte denken Sie darüber nach ihre Konfiguration herunterzuladen und in der <strong><a href="https://github.com/firefly-iii/import-configurations/wiki">Übersicht der Import-Einstellungen</a></strong> zu teilen. Dieses erlaubt es anderen Nutzern von Firefly III ihre Daten unkomplizierter zu importieren.',
'status_job_new' => 'Die Aufgabe ist neu.',
'status_job_configuring' => 'Der Import wird konfiguriert.',
'status_job_configured' => 'Der Import ist konfiguriert.',
'status_job_running' => 'Der Import läuft.. Bitte warten..',
'status_job_running' => 'Import wird ausgeführt … Bitte warten',
'status_job_error' => 'Ein Fehler ist aufgetreten.',
'status_job_finished' => 'Der Import ist abgeschlossen!',
'status_running_title' => 'Der Import läuft',
'status_running_placeholder' => 'Bitte warten Sie auf eine Aktualisierung...',
'status_job_finished' => 'Import abgeschlossen!',
'status_running_title' => 'Import wird ausgeführt',
'status_running_placeholder' => 'Bitte auf die Aktualisierung warten …',
'status_finished_title' => 'Importassistent abgeschlossen',
'status_finished_text' => 'Der Importassistent hat Ihre Daten importiert.',
'status_errors_title' => 'Fehler beim Import',
'status_errors_title' => 'Fehler beim Importieren',
'status_errors_single' => 'Beim Import ist ein Fehler aufgetreten. Dieser scheint aber nicht schwerwiegend zu sein.',
'status_errors_multi' => 'Beim Import sind einige Fehler aufgetreten. Diese scheinen aber nicht schwerwiegend zu sein.',
'status_errors_multi' => 'Beim Importieren sind einige Fehler aufgetreten. Diese scheinen aber nicht schwerwiegend zu sein.',
'status_bread_crumb' => 'Importstatus',
'status_sub_title' => 'Importstatus',
'config_sub_title' => 'Import einrichten',
'status_finished_job' => 'Die importierten :count Überweisungen finden Sie im Schlagwort <a href=":link" class="label label-success" style="font-size:100%;font-weight:normal;">:tag</a>.',
'status_finished_no_tag' => 'Firefly III hat keine Daten aus Ihrer Import-Datei gesammelt.',
'import_with_key' => 'Import mit Schlüssel \':key\'',
'import_with_key' => 'Mit Schlüssel :key” importieren',
// file, upload something
'file_upload_title' => 'Import-Setup (1/4) - Laden Sie Ihre Datei hoch',
'file_upload_title' => 'Import einrichten (1/4) • Ihre Datei hochladen',
'file_upload_text' => 'Dieser Assistent hilft Ihnen, Dateien von Ihrer Bank in Firefly III zu importieren. Bitte sehen Sie sich die Hilfeseiten in der oberen rechten Ecke an.',
'file_upload_fields' => 'Felder',
'file_upload_help' => 'Datei auswählen',
@@ -67,11 +67,11 @@ return [
'import_file_type_csv' => 'CSV (Kommagetrennte Werte)',
// file, initial config for CSV
'csv_initial_title' => 'Import Einrichten (2/4) - Grundlegende Einstellungen',
'csv_initial_title' => 'Import einrichten (2/4) Grundlegende Einrichtung des CSV-Imports',
'csv_initial_text' => 'Um Ihre Datei korrekt importieren zu können, überprüfen Sie bitte die folgenden Optionen.',
'csv_initial_box' => 'Standard CSV Importeinstellungen',
'csv_initial_box_title' => 'Standard CSV Importeinstellungen',
'csv_initial_header_help' => 'Hier auswählen, wenn die ersten Zeilen der CSV-Datei die Spaltenüberschriften sind.',
'csv_initial_header_help' => 'Hier auswählen, wenn die erste Zeilen der CSV-Datei die Spaltenüberschriften enthält.',
'csv_initial_date_help' => 'Datumsformat in ihrer CSV-Datei. Geben Sie das Format so an, wie es <a href="https://secure.php.net/manual/en/datetime.createfromformat.php#refsect1-datetime.createfromformat-parameters">diese Seite</a> zeigt. Die Standardeinstellung ergibt Daten die so aussehen: :dateExample.',
'csv_initial_delimiter_help' => 'Wählen Sie das Trennzeichen, welches in ihrer Datei genutzt wird. Wenn Sie nicht sicher sind ist Komma die sicherste Option.',
'csv_initial_import_account_help' => 'Wenn ihre CSV-Datei KEINE Informationen über ihre Bestandskont(o/n) enthält, nutzen Sie bitte diese Auswahlmenü um anzugeben, zu welchem Bestandskonto die Buchungen in der CSV-Datei gehören.',
@@ -84,7 +84,7 @@ return [
'file_match_bills_description' => 'Ordnen Sie Ihre Rechnungen den neu erstellten Ausgaben zu. Beachten Sie, dass dadurch der Import erheblich verlangsamt wird.',
// file, roles config
'csv_roles_title' => 'Import Einrichten (3/4) - Jeder Spalte eine Rolle zuordnen',
'csv_roles_title' => 'Import einrichten (3/4) • Funktion jeder Spalte festlegen',
'csv_roles_text' => 'Jede Spalte in Ihrer CSV-Datei enthält bestimmte Daten. Bitte geben Sie an, welche Art von Daten enthalten sind. Die Option "Daten zuordnen" bedeutet, dass jeder Eintrag in der Spalte mit einem Wert aus Ihrer der Datenbank ersetzt wird. Eine oft zugeordnete Spalte ist die Spalte, welche die IBAN des fremden Kontos enthält. Diese können leicht mit bereits angelegten IBANs in Ihrer Datenbank verglichen werden.',
'csv_roles_table' => 'Tabelle',
'csv_roles_column_name' => 'Name der Spalte',
@@ -98,13 +98,14 @@ return [
// not csv, but normal warning
'roles_warning' => 'Markieren Sie mindestens die Spalte, die den jeweiligen Betrag enthält. Darüber hinaus sollten eine Spalte für die Beschreibung, das Datum und das Gegenkonto ausgewählt werden.',
'foreign_amount_warning' => 'Wenn Sie eine Spalte als Fremdwährung markieren, müssen Sie auch die Spalte festlegen, welche angibt, welche Währung es ist.',
// file, map data
'file_map_title' => 'Import Einrichten (4/4) - Import mit bereits vorhandenen Daten verknüpfen',
'file_map_title' => 'Import einrichten (4/4) - Importdaten mit Firefly III-Daten verknüpfen',
'file_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.',
'file_map_field_value' => 'Feldwert',
'file_map_field_mapped_to' => 'Zugeordnet zu',
'map_do_not_map' => '(keine Zuordnung)',
'file_map_submit' => 'Starte den Import',
'file_map_submit' => 'Import starten',
'file_nothing_to_map' => 'Ihree Datei enthält keine Daten, die bestehenden Werten zugeordnet werden können. Klicken Sie "Import starten" um fortzufahren.',
// map things.
@@ -118,9 +119,9 @@ return [
'column_amount_credit' => 'Betrag (Guthaben-Spalte)',
'column_amount-comma-separated' => 'Betrag (Komma als Dezimaltrennzeichen)',
'column_bill-id' => 'Rechnung (ID übereinstimmend mit FF3)',
'column_bill-name' => 'Name der Rechnung',
'column_bill-name' => 'Rechnungsname',
'column_budget-id' => 'Kostenrahmen-ID (übereinstimmend mit FF3)',
'column_budget-name' => 'Kostenrahmennahme',
'column_budget-name' => 'Kostenrahmenname',
'column_category-id' => 'Kategorie (ID übereinstimmend mit FF3)',
'column_category-name' => 'Name der Kategorie',
'column_currency-code' => 'Währungsstandard (ISO 4217)',
@@ -132,37 +133,40 @@ return [
'column_date-book' => 'Buchungsdatum der Überweisung',
'column_date-process' => 'Verarbeitungsdatum der Überweisung',
'column_date-transaction' => 'Datum',
'column_date-due' => 'Transaction due date',
'column_date-payment' => 'Transaction payment date',
'column_date-invoice' => 'Transaction invoice date',
'column_date-due' => 'Buchungsfälligkeit',
'column_date-payment' => 'Buchungsdatum',
'column_date-invoice' => 'Buchungsdatum der Rechnung',
'column_description' => 'Beschreibung',
'column_opposing-iban' => 'Zielkonto (IBAN)',
'column_opposing-bic' => 'Opposing account (BIC)',
'column_opposing-bic' => 'Zielkonto (BIC)',
'column_opposing-id' => 'Zielkonto (vgl. ID in FF3)',
'column_external-id' => 'Externe ID',
'column_opposing-name' => 'Zielkonto (Name)',
'column_rabo-debit-credit' => 'Rabobank-spezifisches Belastungs- und Kreditkennzeichen',
'column_ing-debit-credit' => 'ING-spezifisches Belastungs- und Kreditkennzeichen',
'column_sepa-ct-id' => 'SEPA end-to-end Identifier',
'column_sepa-ct-op' => 'SEPA Opposing Account Identifier',
'column_sepa-db' => 'SEPA Mandate Identifier',
'column_sepa-cc' => 'SEPA Clearing Code',
'column_sepa-ci' => 'SEPA Creditor Identifier',
'column_sepa-ep' => 'SEPA External Purpose',
'column_sepa-country' => 'SEPA Country Code',
'column_sepa-ct-id' => 'SEPA • Ende-zu-Ende-Identifikationsnummer',
'column_sepa-ct-op' => 'SEPA • Zielkonto-Identifikationsnummer',
'column_sepa-db' => 'SEPA - Mandatskennung',
'column_sepa-cc' => 'SEPA • Verrechnungsschlüssel',
'column_sepa-ci' => 'SEPA • Identifikationsnummer des Zahlungsempfängers',
'column_sepa-ep' => 'SEPA Externer Verwendungszweck',
'column_sepa-country' => 'SEPA • Landesschlüssel',
'column_tags-comma' => 'Schlagwörter (durch Kommata getrennt)',
'column_tags-space' => 'Schlagwörter (durch Leerzeichen getrennt)',
'column_account-number' => 'Bestandskonto (Kontonr.)',
'column_opposing-number' => 'Zielkonto (Kontonr.)',
'column_note' => 'Notiz(en)',
'column_internal-reference' => 'Internal reference',
'column_internal-reference' => 'Interne Referenz',
// prerequisites
'prerequisites' => 'Voraussetzungen',
// bunq
'bunq_prerequisites_title' => 'Voraussetzungen für einen Import von bunq',
'bunq_prerequisites_text' => 'Um aus bunq importieren zu können, benötigen Sie einen API-Schlüssel. Sie können diesen in der App bekommen.',
'bunq_prerequisites_text' => 'Um aus bunq importieren zu können, benötigen Sie einen API-Schlüssel. Sie können diesen über die App bekommen. Bitte beachten Sie, dass sich die Importfunktion von „bunq” noch im BETA-Stadium befindet. Es wurde nur gegen die Sandbox-API getestet.',
'bunq_do_import' => 'Ja, von diesem Konto importieren',
'bunq_accounts_title' => 'Bunq-Konten',
'bunq_accounts_text' => 'Dies sind jene Konten, die mit Ihrem „bunq”-Konto verknüpft sind. Bitte wählen Sie die Konten aus, von denen Sie importieren möchten, und in welches Konto die Buchungen importiert werden sollen.',
// Spectre
'spectre_title' => 'Importieren mit Spectre',
@@ -183,7 +187,7 @@ return [
'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' => 'Kreditlimit',
'spectre_extra_key_credit_limit' => 'Kreditrahmen',
'spectre_extra_key_interest_rate' => 'Zinssatz',
'spectre_extra_key_expiry_date' => 'Ablaufdatum',
'spectre_extra_key_open_date' => 'Anfangsdatum',
@@ -195,5 +199,5 @@ return [
'spectre_extra_key_transactions_count' => 'Anzahl Transaktionen',
// various other strings:
'imported_from_account' => 'Von ":account" importiert',
'imported_from_account' => 'Von :account importiert',
];

View File

@@ -36,13 +36,13 @@ return [
'accounts_create_asset_virtual' => 'Es kann manchmal helfen, Ihrem Konto ein virtuelles Gleichgewicht zu geben: eine zusätzliche Menge, die dem tatsächlichen Kontostand immer hinzugefügt oder daraus entfernt wird.',
// budgets index
'budgets_index_intro' => 'Mit Budgets verwalten Sie Ihre Finanzen und bilden damit eine der Kernfunktionen von Firefly III.',
'budgets_index_intro' => 'Kostenrahmen werden zur Verwaltung Ihrer Finanzen verwendet und bilden eine der Kernfunktionen von Firefly III.',
'budgets_index_set_budget' => 'Stellen Sie Ihr Gesamthaushaltsplan für jeden Zeitraum so ein, dass Firefly III Ihnen mitteilen kann, ob Sie alle verfügbaren Gelder vorgesehen haben.',
'budgets_index_see_expenses_bar' => 'Dieser Balken wird sich langsam füllen, wenn Sie Geld ausgeben.',
'budgets_index_navigate_periods' => 'Navigieren Sie durch Zeiträume, um die Budgets im Voraus zu setzen.',
'budgets_index_new_budget' => 'Erstellen Sie neue Budgets, wie Sie es für richtig halten.',
'budgets_index_list_of_budgets' => 'Verwenden Sie diese Tabelle, um die Beträge für jedes Budget festzulegen und einen Überblick zu erhalten.',
'budgets_index_outro' => 'Um mehr über die Budgetierung zu erfahren, klicken Sie auf das Hilfesymbol in der oberen rechten Ecke.',
'budgets_index_navigate_periods' => 'Navigieren Sie durch Zeitabschnitte, um Kostenrahmen im Voraus festzulegen.',
'budgets_index_new_budget' => 'Erstellen Sie neue Kostenrahmen, wie Sie es für richtig halten.',
'budgets_index_list_of_budgets' => 'Verwenden Sie diese Tabelle, um die Beträge für jeden Kostenrahmen festzulegen und einen Überblick zu erhalten.',
'budgets_index_outro' => 'Um mehr über die Finanzplanung zu erfahren, klicken Sie auf das Hilfesymbol in der oberen rechten Ecke.',
// reports (index)
'reports_index_intro' => 'Verwenden Sie diese Reports, um detaillierte Einblicke in Ihre Finanzen zu erhalten.',
@@ -60,18 +60,18 @@ return [
'reports_report_category_pieCharts' => 'Diese Diagramme geben Ihnen Einblick in Ausgaben und Einnahmen pro Kategorie oder pro Konto.',
'reports_report_category_incomeAndExpensesChart' => 'Diese Tabelle zeigt Ihre Ausgaben und Einnahmen pro Kategorie.',
'reports_report_tag_intro' => 'Dieser Bericht gibt Ihnen Einblick in eine oder mehrere Tags.',
'reports_report_tag_pieCharts' => 'Diese Diagramme geben Ihnen Einblick in Ausgaben und Einnahmen pro Tag, Konto, Kategorie oder budget.',
'reports_report_tag_incomeAndExpensesChart' => 'Diese Tabelle zeigt Ihre Ausgaben und Einnahmen pro Tag.',
'reports_report_tag_intro' => 'Dieser Bericht gibt Ihnen Einblick in eine oder mehrere Schlagwörter.',
'reports_report_tag_pieCharts' => 'Diese Diagramme geben Ihnen Einblick in Ausgaben und Einnahmen ja Schlagwort, Konto, Kategorie oder Kostenrahmen.',
'reports_report_tag_incomeAndExpensesChart' => 'Diese Tabelle zeigt Ihre Ausgaben und Einnahmen ja Schlagwort.',
'reports_report_budget_intro' => 'Dieser Bericht gibt Ihnen Einblick in eine oder mehrere Budgets.',
'reports_report_budget_pieCharts' => 'Diese Diagramme geben Ihnen Einblick in Ausgaben und Einnahmen pro Budget oder pro Konto.',
'reports_report_budget_incomeAndExpensesChart' => 'Diese Tabelle zeigt Ihre Ausgaben und Einnahmen pro Budget.',
'reports_report_budget_intro' => 'Dieser Bericht gibt Ihnen Einblick in eine oder mehrere Kostenrahmen.',
'reports_report_budget_pieCharts' => 'Diese Diagramme geben Ihnen Einblick in Ausgaben und Einnahmen je Kostenrahmen oder Konto.',
'reports_report_budget_incomeAndExpensesChart' => 'Diese Tabelle zeigt Ihre Ausgaben und Einnahmen je Kostenrahmen.',
// create transaction
'transactions_create_switch_box' => 'Verwenden Sie diese Schaltflächen, um schnell den Typ der Transaktion zu ändern, die Sie speichern möchten.',
'transactions_create_ffInput_category' => 'Dies ist ein Freitextfeld. Zuvor erstellte Kategorien werden vorgeschlagen.',
'transactions_create_withdrawal_ffInput_budget' => 'Verbinden Sie Ihre Abhebung mit einem Budget für eine bessere Kontrolle Ihrer Finanzen.',
'transactions_create_withdrawal_ffInput_budget' => 'Verknüpfen Sie Ihre Ausgaben mit einem Kostenplan für eine bessere Finanzkontrolle.',
'transactions_create_withdrawal_currency_dropdown_amount' => 'Verwenden Sie dieses Dropdown, wenn ihre Abbuchung in einer anderen Währung ist.',
'transactions_create_deposit_currency_dropdown_amount' => 'Verwenden Sie dieses Dropdown, wenn ihre Einzahlung in einer anderen Währung ist.',
'transactions_create_transfer_ffInput_piggy_bank_id' => 'Wählen Sie ein Sparschwein aus und verknüpfen Sie diese Umbuchung mit Ihren Ersparnissen.',

View File

@@ -23,7 +23,7 @@ declare(strict_types=1);
return [
'buttons' => 'Schaltflächen',
'icon' => 'Icon',
'icon' => 'Symbol',
'id' => 'Id',
'create_date' => 'Erstellt am',
'update_date' => 'Aktualisiert am',
@@ -87,9 +87,9 @@ return [
'categories_count' => 'Anzahl Kategorien',
'export_jobs_count' => 'Anzahl exportierter Jobs',
'import_jobs_count' => 'Anzahl importierter Jobs',
'budget_count' => 'Anzahl Budgets',
'budget_count' => 'Anzahl Kostenpläne',
'rule_and_groups_count' => 'Anzahl Regeln und Regelgruppen',
'tags_count' => 'Anzahl Tags',
'tags_count' => 'Anzahl Schlagwörter',
'tags' => 'Schlagwörter',
'inward' => 'Beschreibung der Eingänge',
'outward' => 'Beschreibung der Ausgänge',
@@ -103,11 +103,12 @@ return [
'reconcile' => 'Abgleichen',
'account_on_spectre' => 'Konto (Spectre)',
'do_import' => 'Von diesem Konto importieren',
'sepa-ct-id' => 'SEPA End to End Identifier',
'sepa-ct-op' => 'SEPA Opposing Account Identifier',
'sepa-db' => 'SEPA Mandate Identifier',
'sepa-country' => 'SEPA Country',
'sepa-cc' => 'SEPA Clearing Code',
'sepa-ep' => 'SEPA External Purpose',
'sepa-ci' => 'SEPA Creditor Identifier',
'sepa-ct-id' => 'SEPA Ende-zu-Ende-Identifikationsnummer',
'sepa-ct-op' => 'SEPA • Zielkonto-Identifikationsnummer',
'sepa-db' => 'SEPA - Mandatskennung',
'sepa-country' => 'SEPA • Land',
'sepa-cc' => 'SEPA • Verrechnungsschlüssel',
'sepa-ep' => 'SEPA Externer Verwendungszweck',
'sepa-ci' => 'SEPA • Identifikationsnummer des Zahlungsempfängers',
'account_at_bunq' => 'Konto bei „bunq”',
];

View File

@@ -23,7 +23,7 @@ declare(strict_types=1);
return [
'password' => 'Passwörter müssen mindestens 6 Zeichen lang sein und übereinstimmen.',
'user' => 'Wir können keinen Benutzer mit dieser E-Mail Adresse finden.',
'token' => 'Das Token zum Zurücksetzen des Passwortes ist ungültig.',
'token' => 'Der Authentifizierungsschlüssel zum Zurücksetzen des Passwortes ist ungültig.',
'sent' => 'Wir haben Ihnen einen Link zum Zurücksetzen des Passworts zugesendet!',
'reset' => 'Ihr Passwort wurde zurückgesetzt!',
'blocked' => 'Netter Versuch.',

View File

@@ -28,8 +28,8 @@ return [
'deleted_user' => 'Aufgrund von Sicherheitsbeschränkungen ist eine Registrierung mit dieser E-Mail-Adresse nicht zugelassen.',
'rule_trigger_value' => 'Dieser Wert ist für den ausgewählten Auslöser ungültig.',
'rule_action_value' => 'Dieser Wert ist für die gewählte Aktion ungültig.',
'file_already_attached' => 'Die hochgeladene Datei ":name" ist diesem Objekt bereits angehängt.',
'file_attached' => 'Datei ":name" erfolgreich hochgeladen.',
'file_already_attached' => 'Die hochgeladene Datei :name ist diesem Objekt bereits angehängt.',
'file_attached' => 'Datei :name erfolgreich hochgeladen.',
'must_exist' => 'Die ID in Feld :attribute existiert nicht in der Datenbank.',
'all_accounts_equal' => 'Alle Konten in diesem Feld müssen identisch sein.',
'invalid_selection' => 'Die Auswahl ist ungültig',
@@ -37,8 +37,8 @@ return [
'at_least_one_transaction' => 'Sie brauchen mindestens eine Transaktion.',
'require_currency_info' => 'Der Inhalt dieses Feldes ist ohne Währungsinformationen ungültig.',
'equal_description' => 'Die Transaktionsbeschreibung darf nicht der globalen Beschreibung entsprechen.',
'file_invalid_mime' => 'Die Datei ":name" ist vom Typ ":mime", welcher nicht zum Upload zugelassen ist.',
'file_too_large' => 'Die Datei ":name" ist zu groß.',
'file_invalid_mime' => 'Die Datei :name ist vom Typ :mime, welcher nicht zum Hochladen zugelassen ist.',
'file_too_large' => 'Die Datei :name ist zu groß.',
'belongs_to_user' => 'Der Wert von :attribute ist nicht bekannt',
'accepted' => ':attribute muss akzeptiert werden.',
'bic' => 'Dies ist kein gültiger BIC.',

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
/**
* auth.php
* Copyright (c) 2017 thegrumpydictator@gmail.com
@@ -18,7 +19,6 @@
* 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);
return [
/*

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
/**
* bank.php
* Copyright (c) 2017 thegrumpydictator@gmail.com
@@ -18,7 +19,6 @@
* 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);
return [
];

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
/**
* breadcrumbs.php
* Copyright (c) 2017 thegrumpydictator@gmail.com
@@ -18,7 +19,6 @@
* 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);
return [
'home' => 'Inicio',

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
/**
* components.php
* Copyright (c) 2018 thegrumpydictator@gmail.com
@@ -18,7 +19,6 @@
* 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);
return [
// profile

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
/**
* config.php
* Copyright (c) 2017 thegrumpydictator@gmail.com
@@ -18,7 +19,6 @@
* 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);
return [
'html_language' => 'es',

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
/**
* csv.php
* Copyright (c) 2017 thegrumpydictator@gmail.com
@@ -18,7 +19,6 @@
* 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);
return [
];

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
/**
* demo.php
* Copyright (c) 2017 thegrumpydictator@gmail.com
@@ -18,7 +19,6 @@
* 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);
return [
'no_demo_text' => 'Lamentablemente no hay textos de ayuda para <abbr title=":route">esta página</abbr>.',

View File

@@ -1,4 +1,6 @@
<?php
declare(strict_types=1);
/**
* firefly.php
* Copyright (c) 2017 thegrumpydictator@gmail.com
@@ -18,7 +20,6 @@
* 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);
return [
// general stuff:
@@ -170,7 +171,9 @@ return [
'want_to_login' => 'Yo quiero entrar al sistema',
'button_register' => 'Registrar',
'authorization' => 'Authorization',
'active_bills_only' => 'active bills only',
'average_per_bill' => 'average per bill',
'expected_total' => 'expected total',
// API access
'authorization_request' => 'Firefly III v: version Solicitud de autorización',
'authorization_request_intro' => '<strong>: el cliente</strong> está solicitando permiso para acceder a su administración financiera. ¿Desea autorizar <strong>: cliente</strong> para acceder a estos registros?',
@@ -444,8 +447,7 @@ return [
'pref_two_factor_auth_code' => 'Verificar código',
'pref_two_factor_auth_code_help' => 'Escanee el código QR con una aplicación en su teléfono como Authy o Google autenticator y ingrese el código generado.',
'pref_two_factor_auth_reset_code' => 'Reiniciar código de verificación',
'pref_two_factor_auth_remove_code' => 'Eliminar el código de verificación',
'pref_two_factor_auth_remove_will_disable' => '(Esto también desactivara la autenticacion de dos factores)',
'pref_two_factor_auth_disable_2fa' => 'Disable 2FA',
'pref_save_settings' => 'Guardar la configuración',
'saved_preferences' => '¡Preferencias guardadas!',
'preferences_general' => 'General',
@@ -498,10 +500,10 @@ return [
'what_is_pw_security' => '¿Que es "verificar la seguridad de contraseña?',
'secure_pw_title' => 'Como escoger una contraseña segura',
'secure_pw_history' => 'En agosto de 2017 el conocido investigador de seguridad Troy Hunt publicó una lista de 306 millones de contraseñas robadas. Estas contraseñas fueron robadas durante intrusiones a empresas como LinkedIn, Adobe y NeoPets (y muchos más).',
'secure_pw_check_box' => 'Chequeando la casilla, Firefly III enviara el hash SHA1 de su contraseña al <a href="https://www.troyhunt.com/introducing-306-million-freely-downloadable-pwned-passwords/">el sitio web de Troy Hunt </a>para ver si esta en la lista.Esto le impedira a usted de usar contraseñas inseguras como se recomienda en la ultima <a href="https://pages.nist.gov/800-63-3/sp800-63b.html">NISH Publicación especial </a>sobre este tema.',
'secure_pw_check_box' => 'By checking the box, Firefly III will send the first five characters of the SHA1 hash of your password to <a href="https://www.troyhunt.com/introducing-306-million-freely-downloadable-pwned-passwords/">the website of Troy Hunt</a> to see if it is on the list. This will stop you from using unsafe passwords as is recommended in the latest <a href="https://pages.nist.gov/800-63-3/sp800-63b.html">NIST Special Publication</a> on this subject.',
'secure_pw_sha1' => '¿Pero pensé que SHA1 estaba dañado?',
'secure_pw_hash_speed' => 'Si, pero no en este contexto. Como usted puede leer en <a href="https://shattered.io/">el sitio web que detalla como rompieron SHA1-hash. Ahora solo toma 10,000 años usando una sola maquina GPU.',
'secure_pw_hash_security' => 'Esta colisión no seria igual a su contraseña, ni seria útil en (un sitio como) Firefly III. Esta aplicación no usa SHA1 para la verificación de contraseña. así que es seguro chequear esta casilla. Su contraseña es cifrada y enviada a travez de HTTPS.',
'secure_pw_hash_security' => 'This collision would not be equal to your password, nor would it be useful on (a site like) Firefly III. This application does not use SHA1 for password verification. So it is safe to check this box. Your password is hashed and only the first five characters of this hash are sent over HTTPS.',
'secure_pw_should' => '¿Debo chequear la casilla?',
'secure_pw_long_password' => 'Si usted acaba de generar una contraseña larga de un solo uso para Firefly III usando algún tipo de generador de contraseñas:<strong>no</strong>.',
'secure_pw_short' => 'Si usted acaba de entrar la contraseña que siempre usa:<em>Por favor si </em>.',
@@ -619,6 +621,7 @@ return [
'available_amount_indication' => 'Use estos montos para obtener una indicación de cual podría ser el presupuesto total.',
'suggested' => 'Sugerido',
'average_between' => 'Promedio entre :start y :end',
'over_budget_warn' => '<i class="fa fa-money"></i> Normally you budget about :amount per day. This is :over_amount per day.',
// bills:
'matching_on' => 'Emparejar en',
@@ -646,7 +649,6 @@ return [
'bill_will_automatch' => 'Bill se vinculara automáticamente a transacciones coincidentes',
'skips_over' => 'salta sobre',
// accounts:
'details_for_asset' => 'Detalles para la cuenta de activos ":name"',
'details_for_expense' => 'Detalles para la cuenta de gastos ":name"',
@@ -1085,6 +1087,7 @@ return [
'invalid_link_selection' => 'No se puede vincular esta transacción',
'journals_linked' => 'Las transacciones están vinculadas.',
'journals_error_linked' => 'Estas transacciones ya están vinculadas.',
'journals_link_to_self' => 'You cannot link a transaction to itself',
'journal_links' => 'Enlaces de transacciones',
'this_withdrawal' => 'Este retiro',
'this_deposit' => 'Este deposito',

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
/**
* form.php
* Copyright (c) 2017 thegrumpydictator@gmail.com
@@ -18,7 +19,6 @@
* 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);
return [
// new user:

View File

@@ -1,4 +1,6 @@
<?php
declare(strict_types=1);
/**
* import.php
* Copyright (c) 2017 thegrumpydictator@gmail.com
@@ -18,7 +20,6 @@
* 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);
return [
// status of import:
@@ -97,6 +98,7 @@ return [
// not csv, but normal warning
'roles_warning' => 'Por lo menos, marque una columna como la columna de importe. también es aconsejable seleccionar una columna para la descripción. la fecha y la cuenta contraria.',
'foreign_amount_warning' => 'Si usted marca una columna que contiene un importe en una moneda extranjera, usted también debe establecer la columna que contiene que moneda es.',
// file, map data
'file_map_title' => 'Configuración de importación (4/4) - Conecta datos de importación a los datos de Firefly III',
'file_map_text' => 'En las siguientes tablas, el valor de la izquierda muestra información encontrada en el Csv cargado. Es su tarea mapear este valor, si es posible, a un valor ya presente en su base de datos. Firefly Iii respetara este mapeo. Si no hay un valor hacia el cual mapear o no se desea mapear un valor especifico, no seleccione ninguno.',
@@ -131,28 +133,40 @@ return [
'column_date-book' => 'Fecha de registro de la transacción',
'column_date-process' => 'Fecha del proceso de transacción',
'column_date-transaction' => 'Fecha',
'column_date-due' => 'Transaction due date',
'column_date-payment' => 'Transaction payment date',
'column_date-invoice' => 'Transaction invoice date',
'column_description' => 'Descripción',
'column_opposing-iban' => 'Cuenta opuesta (IBAN)',
'column_opposing-bic' => 'Opposing account (BIC)',
'column_opposing-id' => 'ID de cuenta opuesta (coincide FF3)',
'column_external-id' => 'Identificación externa',
'column_opposing-name' => 'Cuenta opuesta (nombre)',
'column_rabo-debit-credit' => 'Indicador especifico débito/crédito de Rabobank',
'column_ing-debit-credit' => 'Indicador especifico débito/crédito de ING',
'column_sepa-ct-id' => 'ID transferencia de crédito extremo a extremo',
'column_sepa-ct-op' => 'Transferencia de crédito a cuenta opuesta SEPA',
'column_sepa-db' => 'SEPA débito directo',
'column_sepa-ct-id' => 'SEPA end-to-end Identifier',
'column_sepa-ct-op' => 'SEPA Opposing Account Identifier',
'column_sepa-db' => 'SEPA Mandate Identifier',
'column_sepa-cc' => 'SEPA Clearing Code',
'column_sepa-ci' => 'SEPA Creditor Identifier',
'column_sepa-ep' => 'SEPA External Purpose',
'column_sepa-country' => 'SEPA Country Code',
'column_tags-comma' => 'Etiquetas ( separadas por comas)',
'column_tags-space' => 'Etiquetas ( separadas por espacio)',
'column_account-number' => 'Cuenta de archivos ( numero de cuenta)',
'column_opposing-number' => 'Cuenta opuesta (numero de cuenta)',
'column_note' => 'Nota (s)',
'column_internal-reference' => 'Internal reference',
// prerequisites
'prerequisites' => 'Prerequisitos',
// bunq
'bunq_prerequisites_title' => 'Pre requisitos para una importación de bunq',
'bunq_prerequisites_text' => 'Para importar de bunq, usted necesita obtener una clave API. usted puede hacerlo a través de la aplicación.',
'bunq_prerequisites_text' => 'In order to import from bunq, you need to obtain an API key. You can do this through the app. Please note that the import function for bunq is in BETA. It has only been tested against the sandbox API.',
'bunq_do_import' => 'Yes, import from this account',
'bunq_accounts_title' => 'Bunq accounts',
'bunq_accounts_text' => 'These are the accounts associated with your bunq account. Please select the accounts from which you want to import, and in which account the transactions must be imported.',
// Spectre
'spectre_title' => 'Importar usando Spectre',
@@ -187,4 +201,3 @@ return [
// various other strings:
'imported_from_account' => 'Importado de ":account"',
];

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
/**
* intro.php
* Copyright (c) 2017 thegrumpydictator@gmail.com
@@ -18,7 +19,6 @@
* 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);
return [
// index

View File

@@ -1,4 +1,6 @@
<?php
declare(strict_types=1);
/**
* list.php
* Copyright (c) 2017 thegrumpydictator@gmail.com
@@ -18,7 +20,6 @@
* 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);
return [
'buttons' => 'Botones',
@@ -102,4 +103,12 @@ return [
'reconcile' => 'Reconciliar',
'account_on_spectre' => 'Cuenta (espectro)',
'do_import' => 'Importar desde esta cuenta',
'sepa-ct-id' => 'SEPA End to End Identifier',
'sepa-ct-op' => 'SEPA Opposing Account Identifier',
'sepa-db' => 'SEPA Mandate Identifier',
'sepa-country' => 'SEPA Country',
'sepa-cc' => 'SEPA Clearing Code',
'sepa-ep' => 'SEPA External Purpose',
'sepa-ci' => 'SEPA Creditor Identifier',
'account_at_bunq' => 'Account with bunq',
];

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
/**
* pagination.php
* Copyright (c) 2017 thegrumpydictator@gmail.com
@@ -18,7 +19,6 @@
* 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);
return [
'previous' => '&laquo; Anterior',

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
/**
* passwords.php
* Copyright (c) 2017 thegrumpydictator@gmail.com
@@ -18,7 +19,6 @@
* 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);
return [
'password' => 'Las contraseñas deben tener al menos seis caracteres y coincidir entre sí.',

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
/**
* validation.php
* Copyright (c) 2017 thegrumpydictator@gmail.com
@@ -18,10 +19,10 @@
* 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);
return [
'iban' => 'Este no es un IBAN válido.',
'source_equals_destination' => 'The source account equals the destination account',
'unique_account_number_for_user' => 'Parece que este número de cuenta ya está en uso.',
'unique_iban_for_user' => 'It looks like this IBAN is already in use.',
'deleted_user' => 'Debido a restricciones de seguridad, no se puede registrar utilizando esta dirección de correo electrónico.',

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
/**
* auth.php
* Copyright (c) 2017 thegrumpydictator@gmail.com
@@ -18,7 +19,6 @@
* 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);
return [
/*

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
/**
* bank.php
* Copyright (c) 2017 thegrumpydictator@gmail.com
@@ -18,7 +19,6 @@
* 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);
return [
];

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
/**
* breadcrumbs.php
* Copyright (c) 2017 thegrumpydictator@gmail.com
@@ -18,7 +19,6 @@
* 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);
return [
'home' => 'Accueil',

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
/**
* components.php
* Copyright (c) 2018 thegrumpydictator@gmail.com
@@ -18,13 +19,12 @@
* 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);
return [
// profile
'personal_access_tokens' => 'Personal access tokens',
'personal_access_tokens' => 'Jeton d\'accès personnel',
// bills:
'not_expected_period' => 'Not expected this period',
'not_or_not_yet' => 'Not (yet)',
'not_expected_period' => 'Cette période n\'est pas prévue',
'not_or_not_yet' => 'Non (pas encore)',
];

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
/**
* config.php
* Copyright (c) 2017 thegrumpydictator@gmail.com
@@ -18,7 +19,6 @@
* 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);
return [
'html_language' => 'fr',

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
/**
* csv.php
* Copyright (c) 2017 thegrumpydictator@gmail.com
@@ -18,7 +19,6 @@
* 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);
return [
];

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
/**
* demo.php
* Copyright (c) 2017 thegrumpydictator@gmail.com
@@ -18,7 +19,6 @@
* 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);
return [
'no_demo_text' => 'Désolé, il ny a aucun texte supplémentaire de démonstration ou d\'explication pour <abbr title=":route">cette page</abbr>.',

View File

@@ -1,4 +1,6 @@
<?php
declare(strict_types=1);
/**
* firefly.php
* Copyright (c) 2017 thegrumpydictator@gmail.com
@@ -18,7 +20,6 @@
* 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);
return [
// general stuff:
@@ -43,7 +44,7 @@ return [
'asset_account_role_help' => 'Toutes options supplémentaires résultant de votre choix peuvent être réglées plus tard.',
'Opening balance' => 'Solde initial',
'create_new_stuff' => 'Créer de nouvelles choses',
'new_withdrawal' => 'Nouveau retrait',
'new_withdrawal' => 'Nouvelle dépense',
'create_new_transaction' => 'Crée une nouvelle transaction',
'go_to_asset_accounts' => 'Afficher vos comptes d\'actifs',
'go_to_budgets' => 'Gérer vos budgets',
@@ -54,7 +55,7 @@ return [
'go_to_piggies' => 'Gérer vos tirelires',
'new_deposit' => 'Nouveau dépôt',
'new_transfer' => 'Nouveau transfert',
'new_transfers' => 'New transfer',
'new_transfers' => 'Nouveau transfert',
'new_asset_account' => 'Nouveau compte dactif',
'new_expense_account' => 'Nouveau compte de dépenses',
'new_revenue_account' => 'Nouveau compte de recettes',
@@ -169,13 +170,15 @@ return [
'reset_button' => 'Réinitialiser',
'want_to_login' => 'Je veux me connecter',
'button_register' => 'S\'inscrire',
'authorization' => 'Authorization',
'authorization' => 'Autorisation',
'active_bills_only' => 'factures actives seulement',
'average_per_bill' => 'moyenne par facture',
'expected_total' => 'total prévu',
// API access
'authorization_request' => 'Firefly III v:version Authorization Request',
'authorization_request_intro' => '<strong>:client</strong> is requesting permission to access your financial administration. Would you like to authorize <strong>:client</strong> to access these records?',
'scopes_will_be_able' => 'This application will be able to:',
'button_authorize' => 'Authorize',
'authorization_request' => 'Firefly III v:version demande d\'autorisation',
'authorization_request_intro' => '<strong>:client</strong> demande l\'autorisation d\'accéder à votre administration financière. Souhaitez-vous autoriser <strong>:client</strong> à accéder à ces enregistrements?',
'scopes_will_be_able' => 'Cette application pourra :',
'button_authorize' => 'Autoriser',
// check for updates:
'update_check_title' => 'Vérifier les mises à jour',
@@ -188,7 +191,7 @@ return [
'admin_update_check_now_title' => 'Vérifier les mises à jour maintenant',
'admin_update_check_now_explain' => 'Si vous appuyez sur le bouton, Firefly III verra si votre version actuelle est la dernière.',
'check_for_updates_button' => 'Vérifier maintenant !',
'update_new_version_alert' => 'A new version of Firefly III is available. You are running v:your_version, the latest version is v:new_version which was released on :date.',
'update_new_version_alert' => 'Une nouvelle version de Firefly III est disponible. Vous utilisez v:your_version, la dernière version est v:new_version qui a été publiée le :date.',
'update_current_version_alert' => 'Vous utilisez v:version, qui est la dernière version disponible.',
'update_newer_version_alert' => 'Vous utilisez v:your_version, qui est plus récente que la dernière version, v:new_version.',
'update_check_error' => 'Une erreur s\'est produite lors de la recherche des mises à jour. S\'il vous plaît allez voir les fichiers journaux.',
@@ -218,8 +221,8 @@ return [
// export data:
'import_and_export' => 'Importer et Exporter',
'export_data' => 'Exporter les données',
'export_and_backup_data' => 'Export data',
'export_data_intro' => 'Use the exported data to move to a new financial application. Please note that these files are not meant as a backup. They do not contain enough meta-data to fully restore a new Firefly III installation. If you want to make a backup of your data, please backup the database directly.',
'export_and_backup_data' => 'Exporter les données',
'export_data_intro' => 'Utilisez les données exportées pour passer à une nouvelle application financière. Veuillez noter que ces fichiers ne sont pas destinés à être sauvegardés. Ils ne contiennent pas assez de métadonnées pour restaurer complètement une nouvelle installation de Firefly III. Si vous souhaitez effectuer une sauvegarde de vos données, veuillez sauvegarder la base de données directement.',
'export_format' => 'Format d\'export',
'export_format_csv' => 'Valeurs séparées par des virgules (fichier CSV)',
'export_format_mt940' => 'Format compatible MT940',
@@ -444,8 +447,7 @@ return [
'pref_two_factor_auth_code' => 'Vérifier le code',
'pref_two_factor_auth_code_help' => 'Scanner le code QR avec une application sur votre téléphone comme Authy ou Google Authenticator et entrez le code généré.',
'pref_two_factor_auth_reset_code' => 'Réinitialiser le code de vérification',
'pref_two_factor_auth_remove_code' => 'Supprimez le code de vérification',
'pref_two_factor_auth_remove_will_disable' => '(cela désactivera également l\'authentification à deux facteurs)',
'pref_two_factor_auth_disable_2fa' => 'Désactiver l\'authentification en deux étapes',
'pref_save_settings' => 'Enregistrer les paramètres',
'saved_preferences' => 'Préférences enregistrées!',
'preferences_general' => 'Général',
@@ -498,17 +500,17 @@ return [
'what_is_pw_security' => 'Qu\'est-ce que "vérifier la sécurité du mot de passe" ?',
'secure_pw_title' => 'Comment choisir un mot de passe sécurisé',
'secure_pw_history' => 'En août 2017, le réputé chercheur en sécurité Troy Hunt a publié une liste de 306 millions de mots de passe volés. Ces mots de passe ont été volés lors de cambriolages d\'entreprises comme LinkedIn, Adobe ou NeoPets (et bien dautres).',
'secure_pw_check_box' => 'En cochant la case, Firefly III enverra l\'empreinte SHA1 de votre mot de passe au <a href="https://www.troyhunt.com/introducing-306-million-freely-downloadable-pwned-passwords/">site Web de Troy Hunt</a> pour voir si cest sur la liste. Cela vous empêchera d\'utiliser des mots de passe dangereux comme cela est recommandé dans les dernières <a href="https://pages.nist.gov/800-63-3/sp800-63b.html">NIST Special Publication</a> à ce sujet.',
'secure_pw_check_box' => 'En cochant la case, Firefly III enverra l\'empreinte SHA1 de votre mot de passe au <a href="https://www.troyhunt.com/introducing-306-million-freely-downloadable-pwned-passwords/">site Web de Troy Hunt</a> pour voir si cest sur la liste. Cela vous empêchera d\'utiliser des mots de passe non sûr comme cela est recommandé dans les dernières <a href="https://pages.nist.gov/800-63-3/sp800-63b.html">Publication Special NIST</a> à ce sujet.',
'secure_pw_sha1' => 'Mais je pensais que SHA1 était cassé ?',
'secure_pw_hash_speed' => 'Oui, mais pas dans ce contexte. Comme vous pouvez le lire sur <a href="https://shattered.io/">le site web détaillant comment ils ont cassé SHA1</a>, cest maintenant légèrement plus facile de trouver une « collision » : une autre chaîne qui aboutit à la même empreinte SHA1. Maintenant, cela prend seulement 10 000 ans, à laide dune machine mono-GPU.',
'secure_pw_hash_security' => 'Cette collision ne serait pas égale à votre mot de passe, et ne serait pas utile sur (un site comme) Firefly III. Cette application n\'utilise pas SHA1 pour la vérification du mot de passe. Il est donc sûr de cocher cette case. Votre mot de passe est haché et envoyé par HTTPS.',
'secure_pw_should' => 'Dois-je cocher la case ?',
'secure_pw_long_password' => 'Si vous venez de générer un long mot de passe unique pour Firefly III à l\'aide d\'un type de générateur de mot de passe : <strong>non</strong>.',
'secure_pw_short' => 'Si vous venez d\'entrer le mot de passe que vous utilisez toujours : <em>oui</em>.',
'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.',
'regenerate_command_line_token' => 'Regenerate command line token',
'token_regenerated' => 'A new command line token was generated',
'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. 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',
'email_verification' => 'Un e-mail sera envoyé à votre ancienne ET votre nouvelle adresse. Pour des raisons de sécurité, vous ne pourrez pas vous connecter jusqu\'à ce que vous ayez vérifié votre nouvelle adresse. Si vous n\'êtes pas certain que votre installation de Firefly III soit capable d\'envoyer un e-mail, n\'utilisez pas cette fonctionnalité. Si vous êtes un administrateur, vous pouvez tester l\'envoi des e-mails en allant dans le menu <a href="/admin">Administration</a>.',
'email_changed_logout' => 'Vous ne pouvez pas vous connecter tant que vous n\'aurez pas vérifié votre adresse e-mail.',
@@ -557,7 +559,7 @@ return [
'convert_please_set_expense_destination' => 'Veuillez choisir le compte de dépenses sur lequel l\'argent sera versé.',
'convert_please_set_asset_source' => 'Veuillez choisir le compte dactifs d\'où proviendra largent.',
'convert_explanation_withdrawal_deposit' => 'Si vous convertissez ce retrait en dépôt, :amount sera déposé dans <a href=":sourceRoute">:sourceName</a> au lieu de le retirer.',
'convert_explanation_withdrawal_transfer' => 'Si vous convertissez ce retrait en transfert, :amount sera transféré de <a href=":sourceRoute">:sourceName</a> vers un nouveau compte d\'actif, au lieu d\'être payé à <a href=":destinationRoute">:destinationName</a>.',
'convert_explanation_withdrawal_transfer' => 'Si vous convertissez cette dépense en transfert, :amount sera transféré de <a href=":sourceRoute">:sourceName</a> vers un nouveau compte d\'actif, au lieu d\'être payé à <a href=":destinationRoute">:destinationName</a>.',
'convert_explanation_deposit_withdrawal' => 'Si vous convertissez ce dépôt dans un retrait :amount sera supprimé de <a href=":destinationRoute">:destinationName</a> au lieu d\'y être ajouté.',
'convert_explanation_deposit_transfer' => 'Si vous convertissez ce dépôt en transfert, :amount sera transféré d\'un compte d\'actif de votre choix en <a href=":destinationRoute">:destinationName</a>.',
'convert_explanation_transfer_withdrawal' => 'Si vous convertissez ce transfert en retrait, le montant passera de <a href=":sourceRoute">:sourceName</a> à une nouvelle destination comme une dépense, au lieu de <a href=":destinationRoute">:destinationName</a> en tant que transfert.',
@@ -568,7 +570,7 @@ return [
'invalid_convert_selection' => 'Le compte que vous avez sélectionné est déjà utilisé dans cette transaction ou n\'existe pas.',
// create new stuff:
'create_new_withdrawal' => 'Creer un nouveau retrait',
'create_new_withdrawal' => 'Créer une nouvelle dépense',
'create_new_deposit' => 'Créer un nouveau dépôt',
'create_new_transfer' => 'Creer un nouveau transfert',
'create_new_asset' => 'Créer un nouveau compte dactif',
@@ -619,6 +621,7 @@ return [
'available_amount_indication' => 'Utilisez ces montants pour avoir une indication de ce que pourrait être votre budget total.',
'suggested' => 'Suggéré',
'average_between' => 'Moyenne entre :start et :end',
'over_budget_warn' => '<i class="fa fa-money"></i> Normally you budget about :amount per day. This is :over_amount per day.',
// bills:
'matching_on' => 'Correspond à',
@@ -646,7 +649,6 @@ return [
'bill_will_automatch' => 'La facture sera automatiquement liée aux transactions correspondantes',
'skips_over' => 'saute',
// accounts:
'details_for_asset' => 'Détails pour le compte dactif ":name"',
'details_for_expense' => 'Détails du compte de dépenses ":name"',
@@ -1084,6 +1086,7 @@ return [
'invalid_link_selection' => 'Impossible de lier ces transactions',
'journals_linked' => 'Ces transactions sont liées.',
'journals_error_linked' => 'Ces transactions sont déjà liées.',
'journals_link_to_self' => 'You cannot link a transaction to itself',
'journal_links' => 'Liens de transaction',
'this_withdrawal' => 'Ce retrait',
'this_deposit' => 'Ce dépôt',
@@ -1132,7 +1135,7 @@ return [
// import index page:
'import_index_title' => 'Importer des données dans Firefly III',
'import_index_sub_title' => 'Index',
'import_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.',
'import_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.',
// sandstorm.io errors and messages:
'sandstorm_not_available' => 'Cette fonction n\'est pas disponible lorsque vous utilisez Firefly III dans un environnement Sandstorm.io.',

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
/**
* form.php
* Copyright (c) 2017 thegrumpydictator@gmail.com
@@ -18,7 +19,6 @@
* 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);
return [
// new user:
@@ -78,7 +78,7 @@ return [
'new_email_address' => 'Nouvelle adresse email',
'verification' => 'Vérification',
'api_key' => 'Clé API',
'remember_me' => 'Remember me',
'remember_me' => 'Se souvenir de moi',
'source_account_asset' => 'Compte source (compte d\'actif)',
'destination_account_expense' => 'Compte de destination (compte de dépenses)',
@@ -158,7 +158,7 @@ return [
'tag_areYouSure' => 'Êtes-vous sûr de vouloir supprimer le tag ":tag" ?',
'journal_link_areYouSure' => 'Êtes-vous sûr de vouloir supprimer le lien entre <a href=":source_link">:source</a> et <a href=":destination_link">:destination</a>?',
'linkType_areYouSure' => 'Êtes-vous sûr de vouloir supprimer le type de lien ":name" (":inward" / ":outward") ?',
'permDeleteWarning' => 'Deleting stuff from Firefly III is permanent and cannot be undone.',
'permDeleteWarning' => 'Supprimer quelque chose dans Firefly est permanent et ne peut pas être annulé.',
'mass_make_selection' => 'Vous pouvez toujours empêcher des éléments dêtre supprimés en décochant la case à cocher.',
'delete_all_permanently' => 'Supprimer la selection définitivement',
'update_all_journals' => 'Mettre à jour ces opérations',
@@ -170,7 +170,7 @@ return [
'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.',
'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' => 'Check for updates',
'check_for_updates' => 'Vérifier les mises à jour',
'email' => 'Adresse Email',
'password' => 'Mot de passe',
@@ -194,8 +194,8 @@ return [
'csv_import_account' => 'Compte dimportation par défaut',
'csv_config' => 'Configuration d\'importation CSV',
'client_id' => 'Identifiant',
'service_secret' => 'Service secret',
'app_secret' => 'App secret',
'service_secret' => 'Secret de service',
'app_secret' => 'Secret d\'application',
'public_key' => 'Clé publique',
'country_code' => 'Code pays',
'provider_code' => 'Banque ou fournisseur de données',

View File

@@ -1,4 +1,6 @@
<?php
declare(strict_types=1);
/**
* import.php
* Copyright (c) 2017 thegrumpydictator@gmail.com
@@ -18,7 +20,6 @@
* 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);
return [
// status of import:
@@ -97,6 +98,7 @@ return [
// not csv, but normal warning
'roles_warning' => 'At the very least, mark one column as the amount-column. It is advisable to also select a column for the description, date and the opposing account.',
'foreign_amount_warning' => 'If you mark a column as containing an amount in a foreign currency, you must also set the column that contains which currency it is.',
// file, map data
'file_map_title' => 'Import setup (4/4) - Connect import data to Firefly III data',
'file_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.',
@@ -131,28 +133,40 @@ return [
'column_date-book' => 'Transaction booking date',
'column_date-process' => 'Transaction process date',
'column_date-transaction' => 'Date',
'column_date-due' => 'Transaction due date',
'column_date-payment' => 'Transaction payment date',
'column_date-invoice' => 'Transaction invoice date',
'column_description' => 'Description',
'column_opposing-iban' => 'Opposing account (IBAN)',
'column_opposing-bic' => 'Opposing account (BIC)',
'column_opposing-id' => 'Opposing account ID (matching FF3)',
'column_external-id' => 'ID externe',
'column_opposing-name' => 'Opposing account (name)',
'column_rabo-debit-credit' => 'Rabobank specific debit/credit indicator',
'column_ing-debit-credit' => 'ING specific debit/credit indicator',
'column_sepa-ct-id' => 'SEPA Credit Transfer end-to-end ID',
'column_sepa-ct-op' => 'SEPA Credit Transfer opposing account',
'column_sepa-db' => 'SEPA Direct Debit',
'column_sepa-ct-id' => 'SEPA end-to-end Identifier',
'column_sepa-ct-op' => 'SEPA Opposing Account Identifier',
'column_sepa-db' => 'SEPA Mandate Identifier',
'column_sepa-cc' => 'SEPA Clearing Code',
'column_sepa-ci' => 'SEPA Creditor Identifier',
'column_sepa-ep' => 'SEPA External Purpose',
'column_sepa-country' => 'SEPA Country Code',
'column_tags-comma' => 'Tags (comma separated)',
'column_tags-space' => 'Tags (space separated)',
'column_account-number' => 'Asset account (account number)',
'column_opposing-number' => 'Opposing account (account number)',
'column_note' => 'Note(s)',
'column_internal-reference' => 'Internal reference',
// prerequisites
'prerequisites' => 'Prerequisites',
// bunq
'bunq_prerequisites_title' => 'Prerequisites for an import from bunq',
'bunq_prerequisites_text' => 'In order to import from bunq, you need to obtain an API key. You can do this through the app.',
'bunq_prerequisites_text' => 'In order to import from bunq, you need to obtain an API key. You can do this through the app. Please note that the import function for bunq is in BETA. It has only been tested against the sandbox API.',
'bunq_do_import' => 'Yes, import from this account',
'bunq_accounts_title' => 'Bunq accounts',
'bunq_accounts_text' => 'These are the accounts associated with your bunq account. Please select the accounts from which you want to import, and in which account the transactions must be imported.',
// Spectre
'spectre_title' => 'Import using Spectre',
@@ -187,4 +201,3 @@ return [
// various other strings:
'imported_from_account' => 'Imported from ":account"',
];

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
/**
* intro.php
* Copyright (c) 2017 thegrumpydictator@gmail.com
@@ -18,7 +19,6 @@
* 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);
return [
// index
@@ -31,13 +31,13 @@ return [
// create account:
'accounts_create_iban' => 'Donnez à vos comptes un IBAN valide. Cela pourrait rendre une importation de données très facile à l\'avenir.',
'accounts_create_asset_opening_balance' => 'Assets accounts may have an "opening balance", indicating the start of this account\'s history in Firefly III.',
'accounts_create_asset_opening_balance' => 'Les comptes d\'actifs peuvent avoir un «solde d\'ouverture», indiquant le début de l\'historique de ce compte dans Firefly III.',
'accounts_create_asset_currency' => 'Firefly III prend en charge plusieurs devises. Les comptes d\'actifs ont une devise principale, que vous devez définir ici.',
'accounts_create_asset_virtual' => 'Il peut parfois être utile de donner à votre compte un solde virtuel : un montant supplémentaire toujours ajouté ou soustrait du solde réel.',
// budgets index
'budgets_index_intro' => 'Les budgets sont utilisés pour gérer vos finances et forment l\'une des principales fonctions de Firefly III.',
'budgets_index_set_budget' => 'Set your total budget for every period so Firefly III can tell you if you have budgeted all available money.',
'budgets_index_set_budget' => 'Définissez votre budget total pour chaque période afin que Firefly III puisse vous dire si vous avez budgétisé tout l\'argent disponible.',
'budgets_index_see_expenses_bar' => 'Dépenser de l\'argent va lentement remplir cette barre.',
'budgets_index_navigate_periods' => 'Parcourez des périodes pour régler facilement les budgets à l\'avance.',
'budgets_index_new_budget' => 'Créez de nouveaux budgets comme bon vous semble.',

View File

@@ -1,4 +1,6 @@
<?php
declare(strict_types=1);
/**
* list.php
* Copyright (c) 2017 thegrumpydictator@gmail.com
@@ -18,7 +20,6 @@
* 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);
return [
'buttons' => 'Boutons',
@@ -100,6 +101,14 @@ return [
'sum_deposits' => 'Somme des dépôts',
'sum_transfers' => 'Somme des transferts',
'reconcile' => 'Rapprocher',
'account_on_spectre' => 'Account (Spectre)',
'do_import' => 'Import from this account',
'account_on_spectre' => 'Compte (Spectre)',
'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',
'sepa-country' => 'Pays SEPA',
'sepa-cc' => 'Code de compensation SEPA',
'sepa-ep' => 'Objectif externe SEPA',
'sepa-ci' => 'Identifiant SEPA Creditor',
'account_at_bunq' => 'Account with bunq',
];

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
/**
* pagination.php
* Copyright (c) 2017 thegrumpydictator@gmail.com
@@ -18,7 +19,6 @@
* 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);
return [
'previous' => '&laquo; Précédent',

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
/**
* passwords.php
* Copyright (c) 2017 thegrumpydictator@gmail.com
@@ -18,7 +19,6 @@
* 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);
return [
'password' => 'Les mots de passe doivent contenir au moins six caractères et correspondre à la confirmation.',

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
/**
* validation.php
* Copyright (c) 2017 thegrumpydictator@gmail.com
@@ -18,24 +19,24 @@
* 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);
return [
'iban' => 'Il ne s\'agit pas d\'un IBAN valide.',
'source_equals_destination' => 'Le compte source est égal au compte de destination',
'unique_account_number_for_user' => 'Il semble que ce numéro de compte est déjà utilisé.',
'unique_iban_for_user' => 'It looks like this IBAN is already in use.',
'unique_iban_for_user' => 'Il semble que cet IBAN soit déjà utilisé.',
'deleted_user' => 'Compte tenu des contraintes de sécurité, vous ne pouvez pas vous inscrire en utilisant cette adresse e-mail.',
'rule_trigger_value' => 'Cette valeur nest pas valide pour le déclencheur sélectionné.',
'rule_action_value' => 'Cette valeur nest pas valide pour laction sélectionnée.',
'file_already_attached' => 'Le fichier téléchargé ":name" est déjà attaché à cet objet.',
'file_attached' => 'Envoi du fichier ":name" avec succès.',
'must_exist' => 'The ID in field :attribute does not exist in the database.',
'all_accounts_equal' => 'All accounts in this field must be equal.',
'invalid_selection' => 'Your selection is invalid',
'belongs_user' => 'This value is invalid for this field.',
'at_least_one_transaction' => 'Need at least one transaction.',
'require_currency_info' => 'The content of this field is invalid without currency information.',
'equal_description' => 'Transaction description should not equal global description.',
'must_exist' => 'L\'ID dans le champ :attribute n\'existe pas dans la base de données.',
'all_accounts_equal' => 'Tous les comptes dans ce champ doivent être égaux.',
'invalid_selection' => 'Votre sélection est invalide',
'belongs_user' => 'Cette valeur n\'est pas valide pour ce champ.',
'at_least_one_transaction' => 'Besoin d\'au moins une transaction.',
'require_currency_info' => 'Le contenu de ce champ n\'est pas valide sans informations sur la devise.',
'equal_description' => 'La description de la transaction ne doit pas être égale à la description globale.',
'file_invalid_mime' => 'Le fichier ":name" est du type ":mime" ce qui n\'est pas accepté pour un nouvel envoi.',
'file_too_large' => 'Le fichier ":name" est trop grand.',
'belongs_to_user' => 'La valeur de :attribute est inconnue',
@@ -92,7 +93,7 @@ return [
'required_without_all' => 'Le champ :attribute est requis quand aucun de :values n\'est présent.',
'same' => 'Les champs :attribute et :other doivent être identiques.',
'size.numeric' => 'La valeur de :attribute doit être :size.',
'amount_min_over_max' => 'The minimum amount cannot be larger than the maximum amount.',
'amount_min_over_max' => 'Le montant minimum ne peut pas être supérieur au montant maximum.',
'size.file' => 'La taille du fichier de :attribute doit être de :size kilo-octets.',
'size.string' => 'Le texte de :attribute doit contenir :size caractères.',
'size.array' => 'Le tableau :attribute doit contenir :size éléments.',
@@ -113,7 +114,7 @@ return [
'description' => 'description',
'amount' => 'montant',
'name' => 'nom',
'piggy_bank_id' => 'piggy bank ID',
'piggy_bank_id' => 'ID de tirelire',
'targetamount' => 'montant cible',
'openingBalanceDate' => 'date du solde initial',
'openingBalance' => 'solde initial',
@@ -122,7 +123,7 @@ return [
'amount_max' => 'montant maximum',
'title' => 'titre',
'tag' => 'tag',
'transaction_description' => 'transaction description',
'transaction_description' => 'description de la transaction',
'rule-action-value.1' => 'valeur d\'action de la règle #1',
'rule-action-value.2' => 'valeur d\'action de la règle #2',
'rule-action-value.3' => 'valeur d\'action de la règle #3',

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
/**
* auth.php
* Copyright (c) 2017 thegrumpydictator@gmail.com
@@ -18,7 +19,6 @@
* 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);
return [
/*

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
/**
* bank.php
* Copyright (c) 2017 thegrumpydictator@gmail.com
@@ -18,7 +19,6 @@
* 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);
return [
];

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
/**
* breadcrumbs.php
* Copyright (c) 2017 thegrumpydictator@gmail.com
@@ -18,7 +19,6 @@
* 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);
return [
'home' => 'Beranda',

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
/**
* components.php
* Copyright (c) 2018 thegrumpydictator@gmail.com
@@ -18,7 +19,6 @@
* 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);
return [
// profile

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
/**
* config.php
* Copyright (c) 2017 thegrumpydictator@gmail.com
@@ -18,7 +19,6 @@
* 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);
return [
'html_language' => 'id',

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
/**
* csv.php
* Copyright (c) 2017 thegrumpydictator@gmail.com
@@ -18,7 +19,6 @@
* 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);
return [
];

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
/**
* demo.php
* Copyright (c) 2017 thegrumpydictator@gmail.com
@@ -18,7 +19,6 @@
* 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);
return [
'no_demo_text' => 'Maaf, tidak ada teks penjelasan-penjelasan tambahan <abbr title=":route">laman halaman</abbr> ini.',

View File

@@ -1,4 +1,6 @@
<?php
declare(strict_types=1);
/**
* firefly.php
* Copyright (c) 2017 thegrumpydictator@gmail.com
@@ -18,7 +20,6 @@
* 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);
return [
// general stuff:
@@ -170,7 +171,9 @@ return [
'want_to_login' => 'I want to login',
'button_register' => 'Register',
'authorization' => 'Authorization',
'active_bills_only' => 'active bills only',
'average_per_bill' => 'average per bill',
'expected_total' => 'expected total',
// API access
'authorization_request' => 'Firefly III v:version Authorization Request',
'authorization_request_intro' => '<strong>:client</strong> is requesting permission to access your financial administration. Would you like to authorize <strong>:client</strong> to access these records?',
@@ -444,8 +447,7 @@ return [
'pref_two_factor_auth_code' => 'Kode verifikasi',
'pref_two_factor_auth_code_help' => 'Scan the QR code with an application on your phone such as Authy or Google Authenticator and enter the generated code.',
'pref_two_factor_auth_reset_code' => 'Setel ulang kode verifikasi',
'pref_two_factor_auth_remove_code' => 'Hapus kode verifikasi',
'pref_two_factor_auth_remove_will_disable' => '(ini juga akan menonaktifkan autentikasi dua faktor)',
'pref_two_factor_auth_disable_2fa' => 'Disable 2FA',
'pref_save_settings' => 'Simpan Pengaturan',
'saved_preferences' => 'Preferensi disimpan!',
'preferences_general' => 'Umum',
@@ -498,10 +500,10 @@ return [
'what_is_pw_security' => 'Apa itu "memverifikasi keamanan password"?',
'secure_pw_title' => 'Bagaimana memilih sebuah password yang aman',
'secure_pw_history' => 'Pada Agustus 2017 terkenal peneliti keamanan Troy berburu merilis daftar 306 juta password dicuri. password tersebut dicuri selama breakins di perusahaan seperti LinkedIn, Adobe dan Neopets (dan banyak lagi).',
'secure_pw_check_box' => 'Dengan mencentang kotaknya, Firefly III akan mengirimkan hash SHA1 dari kata sandi Anda ke <a href="https://www.troyhunt.com/introducing-306-million-freely-downloadable-pwned-passwords/">situs web dari Troy Hunt</a> untuk melihat apakah itu ada dalam daftar. Ini akan menghentikan Anda untuk menggunakan kata kunci yang tidak aman seperti yang disarankan di <a href="https://pages.nist.gov/800-63-3/sp800-63b.html">Publikasi Khusus NIST</a> atas Subjek ini.',
'secure_pw_check_box' => 'By checking the box, Firefly III will send the first five characters of the SHA1 hash of your password to <a href="https://www.troyhunt.com/introducing-306-million-freely-downloadable-pwned-passwords/">the website of Troy Hunt</a> to see if it is on the list. This will stop you from using unsafe passwords as is recommended in the latest <a href="https://pages.nist.gov/800-63-3/sp800-63b.html">NIST Special Publication</a> on this subject.',
'secure_pw_sha1' => 'Tapi saya pikir SHA1 rusak?',
'secure_pw_hash_speed' => 'Ya, tapi tidak dalam konteks ini. Seperti yang bisa Anda baca di <a href="https://shattered.io/">situs web yang merinci bagaimana mereka melanggar SHA1</a>, sekarang sedikit lebih mudah untuk menemukan "tabrakan": string lain yang menghasilkan sama SHA1-hash Sekarang hanya membutuhkan waktu 10.000 tahun dengan menggunakan mesin GPU tunggal.',
'secure_pw_hash_security' => 'Tabrakan ini tidak akan sama dengan kata sandi Anda, juga tidak akan berguna di (situs seperti) Firefly III. Aplikasi ini tidak menggunakan SHA1 untuk verifikasi kata sandi. Jadi aman untuk mencentang kotak ini. Kata sandi Anda hashed dan dikirim melalui HTTPS.',
'secure_pw_hash_security' => 'This collision would not be equal to your password, nor would it be useful on (a site like) Firefly III. This application does not use SHA1 for password verification. So it is safe to check this box. Your password is hashed and only the first five characters of this hash are sent over HTTPS.',
'secure_pw_should' => 'Haruskah saya mencentang kotaknya?',
'secure_pw_long_password' => 'Jika Anda baru saja menghasilkan kata sandi penggunaan tunggal yang hebat untuk Firefly III menggunakan beberapa jenis generator kata kunci: <strong>tidak</strong>.',
'secure_pw_short' => 'Jika Anda baru memasukkan kata sandi yang selalu Anda gunakan: <em>Please yes</em>.',
@@ -619,6 +621,7 @@ return [
'available_amount_indication' => 'Gunakan jumlah ini untuk mendapatkan indikasi berapa total anggaran Anda.',
'suggested' => 'Disarankan',
'average_between' => 'Rata-rata antara :start dan :end',
'over_budget_warn' => '<i class="fa fa-money"></i> Normally you budget about :amount per day. This is :over_amount per day.',
// bills:
'matching_on' => 'Cocok di',
@@ -646,7 +649,6 @@ return [
'bill_will_automatch' => 'Tagihan akan secara otomatis terhubung ke transaksi yang sesuai',
'skips_over' => 'melompati',
// accounts:
'details_for_asset' => 'Rincian akun aset ":name"',
'details_for_expense' => 'Rincian untuk akun biaya ":name"',
@@ -1084,6 +1086,7 @@ return [
'invalid_link_selection' => 'Tidak dapat menautkan transaksi ini',
'journals_linked' => 'Transaksi terkait.',
'journals_error_linked' => 'Transaksi ini sudah tertaut.',
'journals_link_to_self' => 'You cannot link a transaction to itself',
'journal_links' => 'Link transaksi',
'this_withdrawal' => 'Penarikan ini',
'this_deposit' => 'Deposit ini',

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
/**
* form.php
* Copyright (c) 2017 thegrumpydictator@gmail.com
@@ -18,7 +19,6 @@
* 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);
return [
// new user:

View File

@@ -1,4 +1,6 @@
<?php
declare(strict_types=1);
/**
* import.php
* Copyright (c) 2017 thegrumpydictator@gmail.com
@@ -18,7 +20,6 @@
* 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);
return [
// status of import:
@@ -97,6 +98,7 @@ return [
// not csv, but normal warning
'roles_warning' => 'At the very least, mark one column as the amount-column. It is advisable to also select a column for the description, date and the opposing account.',
'foreign_amount_warning' => 'If you mark a column as containing an amount in a foreign currency, you must also set the column that contains which currency it is.',
// file, map data
'file_map_title' => 'Pengaturan impor (4/4) - Sambungkan data impor ke data Firefly III',
'file_map_text' => 'Pada tabel berikut, nilai kiri menunjukkan informasi yang Anda temukan di file yang Anda upload. Adalah tugas Anda untuk memetakan nilai ini, jika mungkin, ke nilai yang sudah ada di database Anda. Firefly akan menempel pada pemetaan ini. Jika tidak ada nilai untuk dipetakan, atau Anda tidak ingin memetakan nilai spesifiknya, pilih yang tidak ada.',
@@ -131,28 +133,40 @@ return [
'column_date-book' => 'Tanggal pemesanan transaksi',
'column_date-process' => 'Tanggal proses transaksi',
'column_date-transaction' => 'Tanggal',
'column_date-due' => 'Transaction due date',
'column_date-payment' => 'Transaction payment date',
'column_date-invoice' => 'Transaction invoice date',
'column_description' => 'Deskripsi',
'column_opposing-iban' => 'Akun lawan (IBAN)',
'column_opposing-bic' => 'Opposing account (BIC)',
'column_opposing-id' => 'Opposing account ID (matching FF3)',
'column_external-id' => 'ID eksternal',
'column_opposing-name' => 'Akun lawan (nama)',
'column_rabo-debit-credit' => 'Indikator debit / kredit khusus Rabobank',
'column_ing-debit-credit' => 'Indikator debit / kredit ING yang spesifik',
'column_sepa-ct-id' => 'ID Transfer Kredit SEPA end-to-end',
'column_sepa-ct-op' => 'Akun lawan kredit SEPA yang berlawanan',
'column_sepa-db' => 'SEPA Direct Debit',
'column_sepa-ct-id' => 'SEPA end-to-end Identifier',
'column_sepa-ct-op' => 'SEPA Opposing Account Identifier',
'column_sepa-db' => 'SEPA Mandate Identifier',
'column_sepa-cc' => 'SEPA Clearing Code',
'column_sepa-ci' => 'SEPA Creditor Identifier',
'column_sepa-ep' => 'SEPA External Purpose',
'column_sepa-country' => 'SEPA Country Code',
'column_tags-comma' => 'Tag (dipisahkan koma)',
'column_tags-space' => 'Tag (spasi terpisah)',
'column_account-number' => 'Akun aset (nomor rekening)',
'column_opposing-number' => 'Akun lawan (nomor rekening)',
'column_note' => 'Catatan (s)',
'column_internal-reference' => 'Internal reference',
// prerequisites
'prerequisites' => 'Prerequisites',
// bunq
'bunq_prerequisites_title' => 'Prasyarat untuk impor dari bunq',
'bunq_prerequisites_text' => 'Untuk mengimpor dari bunq, Anda perlu mendapatkan kunci API. Anda bisa melakukan ini melalui aplikasi.',
'bunq_prerequisites_text' => 'In order to import from bunq, you need to obtain an API key. You can do this through the app. Please note that the import function for bunq is in BETA. It has only been tested against the sandbox API.',
'bunq_do_import' => 'Yes, import from this account',
'bunq_accounts_title' => 'Bunq accounts',
'bunq_accounts_text' => 'These are the accounts associated with your bunq account. Please select the accounts from which you want to import, and in which account the transactions must be imported.',
// Spectre
'spectre_title' => 'Impor menggunakan momok',
@@ -187,4 +201,3 @@ return [
// various other strings:
'imported_from_account' => 'Imported from ":account"',
];

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
/**
* intro.php
* Copyright (c) 2017 thegrumpydictator@gmail.com
@@ -18,7 +19,6 @@
* 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);
return [
// index

View File

@@ -1,4 +1,6 @@
<?php
declare(strict_types=1);
/**
* list.php
* Copyright (c) 2017 thegrumpydictator@gmail.com
@@ -18,7 +20,6 @@
* 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);
return [
'buttons' => 'Tombol',
@@ -102,4 +103,12 @@ return [
'reconcile' => 'Menyesuaikan',
'account_on_spectre' => 'Account (Spectre)',
'do_import' => 'Import from this account',
'sepa-ct-id' => 'SEPA End to End Identifier',
'sepa-ct-op' => 'SEPA Opposing Account Identifier',
'sepa-db' => 'SEPA Mandate Identifier',
'sepa-country' => 'SEPA Country',
'sepa-cc' => 'SEPA Clearing Code',
'sepa-ep' => 'SEPA External Purpose',
'sepa-ci' => 'SEPA Creditor Identifier',
'account_at_bunq' => 'Account with bunq',
];

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
/**
* pagination.php
* Copyright (c) 2017 thegrumpydictator@gmail.com
@@ -18,7 +19,6 @@
* 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);
return [
'previous' => '&laquo; Sebelumnya',

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
/**
* passwords.php
* Copyright (c) 2017 thegrumpydictator@gmail.com
@@ -18,7 +19,6 @@
* 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);
return [
'password' => 'Sandi minimal harus 6 karakter dan cocok dengan konfirmasi.',

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
/**
* validation.php
* Copyright (c) 2017 thegrumpydictator@gmail.com
@@ -18,10 +19,10 @@
* 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);
return [
'iban' => 'Ini bukan IBAN yang valid.',
'source_equals_destination' => 'The source account equals the destination account',
'unique_account_number_for_user' => 'Sepertinya nomor rekening ini sudah digunakan.',
'unique_iban_for_user' => 'It looks like this IBAN is already in use.',
'deleted_user' => 'Kerena kendala keamanan, anda tidak bisa mendaftar menggunkan alamat email ini.',

View File

@@ -0,0 +1,37 @@
<?php
declare(strict_types=1);
/**
* auth.php
* Copyright (c) 2017 thegrumpydictator@gmail.com
*
* 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/>.
*/
return [
/*
|--------------------------------------------------------------------------
| Authentication Language Lines
|--------------------------------------------------------------------------
|
| The following language lines are used during authentication for various
| messages that we need to display to the user. You are free to modify
| these language lines according to your application's requirements.
|
*/
'failed' => 'Queste credenziali non corrispondono ai nostri record.',
'throttle' => 'Troppi tentativi di accesso. Per favore riprova tra :seconds secondi.',
];

View File

@@ -0,0 +1,24 @@
<?php
declare(strict_types=1);
/**
* bank.php
* Copyright (c) 2017 thegrumpydictator@gmail.com
*
* 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/>.
*/
return [
];

View File

@@ -0,0 +1,55 @@
<?php
declare(strict_types=1);
/**
* breadcrumbs.php
* Copyright (c) 2017 thegrumpydictator@gmail.com
*
* 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/>.
*/
return [
'home' => 'Home',
'edit_currency' => 'Modifica valuta ":name"',
'delete_currency' => 'Elimina valuta ":name"',
'newPiggyBank' => 'Crea un nuovo salvadanaio',
'edit_piggyBank' => 'Modifica salvadanaio ":name"',
'preferences' => 'Preferenze',
'profile' => 'Profilo',
'changePassword' => 'Cambia la tua password',
'change_email' => 'Cambia il tuo indirizzo email',
'bills' => 'Fatture',
'newBill' => 'Nuova fattura',
'edit_bill' => 'Modifica fattura ":name"',
'delete_bill' => 'Elimina fattura ":name"',
'reports' => 'Stampe',
'search_result' => 'Risultati di ricerca per ":query"',
'withdrawal_list' => 'Spese',
'deposit_list' => 'Entrate, entrate e depositi',
'transfer_list' => 'Trasferimenti',
'transfers_list' => 'Trasferimenti',
'reconciliation_list' => 'Riconciliazioni',
'create_withdrawal' => 'Crea nuovo prelievo',
'create_deposit' => 'Crea nuovo deposito',
'create_transfer' => 'Crea nuovo trasferimento',
'edit_journal' => 'Modifica transazione ":description"',
'edit_reconciliation' => 'Modifica ":description"',
'delete_journal' => 'Elimina transazione ":description"',
'tags' => 'Etichette',
'createTag' => 'Crea nuova etichetta',
'edit_tag' => 'Modifica etichetta ":tag"',
'delete_tag' => 'Elimina etichetta ":tag"',
'delete_journal_link' => 'Elimina il collegamento tra le transazioni',
];

View File

@@ -0,0 +1,30 @@
<?php
declare(strict_types=1);
/**
* components.php
* Copyright (c) 2018 thegrumpydictator@gmail.com
*
* 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/>.
*/
return [
// profile
'personal_access_tokens' => 'Token di accesso personale',
// bills:
'not_expected_period' => 'Non previsto questo periodo',
'not_or_not_yet' => 'Non ancora',
];

View File

@@ -0,0 +1,40 @@
<?php
declare(strict_types=1);
/**
* config.php
* Copyright (c) 2017 thegrumpydictator@gmail.com
*
* 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/>.
*/
return [
'html_language' => 'it',
'locale' => 'it, Italiano, it_IT, it_IT.utf8, it_IT.UTF-8',
'month' => '%B %Y',
'month_and_day' => '%e %B %Y',
'date_time' => '%e %B %Y, @ %T',
'specific_day' => '%e %B %Y',
'week_in_year' => 'Week %W, %Y',
'year' => '%Y',
'half_year' => '%B %Y',
'month_js' => 'MMMM YYYY',
'month_and_day_js' => 'Do MMMM YYYY',
'date_time_js' => 'Do MMMM YYYY, @ HH:mm:ss',
'specific_day_js' => 'D MMMM YYYY',
'week_in_year_js' => '[Week] w, YYYY',
'year_js' => 'YYYY',
'half_year_js' => 'Q YYYY',
];

View File

@@ -0,0 +1,24 @@
<?php
declare(strict_types=1);
/**
* csv.php
* Copyright (c) 2017 thegrumpydictator@gmail.com
*
* 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/>.
*/
return [
];

View File

@@ -0,0 +1,35 @@
<?php
declare(strict_types=1);
/**
* demo.php
* Copyright (c) 2017 thegrumpydictator@gmail.com
*
* 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/>.
*/
return [
'no_demo_text' => 'Spiacenti, non esiste un testo dimostrativo aggiuntivo per <abbr title = ": route"> questa pagina </ abbr>.',
'see_help_icon' => 'Tuttavia, il <i class = "fa fa-question-circle"> </ i> -icon in alto a destra potrebbe dirti di più.',
'index' => 'Benvenuto in <strong> Firefly III </ strong>! In questa pagina ottieni una rapida panoramica delle tue finanze. Per ulteriori informazioni, controlla Account e rarr; <a href=":asset"> Account asset </a> e, naturalmente, i <a href=":budgets"> budget </a> e <a href=":reports"> rapporti </a>. O semplicemente dare un occhiata in giro e vedere dove finisci.',
'accounts-index' => 'I conti degli asset sono i tuoi conti bancari personali. I conti spese sono gli account a cui si spendono soldi, come negozi e amici. I conti delle entrate sono conti da cui ricevi denaro, come il tuo lavoro, il governo o altre fonti di reddito. In questa pagina puoi modificarli o rimuoverli.',
'budgets-index' => 'Questa pagina ti mostra una panoramica dei tuoi budget. La barra in alto mostra l\'importo disponibile per essere preventivato. Questo può essere personalizzato per qualsiasi periodo facendo clic sull\'importo a destra. La quantità che hai effettivamente speso è mostrata nella barra sottostante. Di seguito sono indicate le spese per budget e ciò che hai preventivato per loro.',
'reports-index-start' => 'Firefly III supporta un certo numero di tipi di stampe. Leggi facendo clic sul <i class = "fa fa-question-circle"> </ i> -icon in alto a destra.',
'reports-index-examples' => 'Assicurati di dare un occhiata a questi esempi: <a href=":one"> una panoramica finanziaria mensile </a>, <a href=":two"> una panoramica finanziaria annuale </a> e <a href = ": tre "> una panoramica del budget </a>.',
'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' => 'Naturalmente, qualsiasi file CSV può essere importato in Firefly III',
];

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,210 @@
<?php
declare(strict_types=1);
/**
* form.php
* Copyright (c) 2017 thegrumpydictator@gmail.com
*
* 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/>.
*/
return [
// new user:
'bank_name' => 'Nome Banca',
'bank_balance' => 'Saldo',
'savings_balance' => 'Saldo risparmio',
'credit_card_limit' => 'Limite Carta di Credito',
'automatch' => 'Partita automaticamente',
'skip' => 'Salta',
'name' => 'Nome',
'active' => 'Attivo',
'amount_min' => 'Importo minimo',
'amount_max' => 'Importo massimo',
'match' => 'Partite su',
'repeat_freq' => 'Ripetizioni',
'journal_currency_id' => 'Valuta',
'currency_id' => 'Valuta',
'attachments' => 'Allegati',
'journal_amount' => 'Importo',
'journal_source_account_name' => 'Conto entrate (origine)',
'journal_source_account_id' => 'Conto attività (origine)',
'BIC' => 'BIC',
'verify_password' => 'Verifica password di sicurezza',
'source_account' => 'Conto sorgente',
'destination_account' => 'Conto destinazione',
'journal_destination_account_id' => 'Conto attività (destinatione)',
'asset_destination_account' => 'Conto attività (destinatione)',
'asset_source_account' => 'Conto attività (sorgente)',
'journal_description' => 'Descrizione',
'note' => 'Note',
'split_journal' => 'Dividi questa transazione',
'split_journal_explanation' => 'Dividi questa transazione in più parti',
'currency' => 'Valuta',
'account_id' => 'Conto attività',
'budget_id' => 'Bilancio',
'openingBalance' => 'Saldo di apertura',
'tagMode' => 'Modalità etichetta',
'tag_position' => 'Posizione etichetta',
'virtualBalance' => 'Saldo virtuale',
'targetamount' => 'Importo obiettivo',
'accountRole' => 'Ruolo del conto',
'openingBalanceDate' => 'Data di apertura del bilancio',
'ccType' => 'Piano di pagamento con carta di credito',
'ccMonthlyPaymentDate' => 'Data di pagamento mensile della carta di credito',
'piggy_bank_id' => 'Salvadanaio',
'returnHere' => 'Ritorna qui',
'returnHereExplanation' => 'Dopo averlo archiviato, torna qui per crearne un altro.',
'returnHereUpdateExplanation' => 'Dopo l\'aggiornamento, torna qui.',
'description' => 'Descrizione',
'expense_account' => 'Conto spese',
'revenue_account' => 'Conto entrate',
'decimal_places' => 'Decimali',
'exchange_rate_instruction' => 'Valuta straniera',
'source_amount' => 'Importo (origine)',
'destination_amount' => 'Importo (destinazione)',
'native_amount' => 'Importo nativo',
'new_email_address' => 'Nuovo indirizzo email',
'verification' => 'Verifica',
'api_key' => 'Chiave API',
'remember_me' => 'Ricordami',
'source_account_asset' => 'Conto origine (conto risorse)',
'destination_account_expense' => 'Conto destinazione (conto spese)',
'destination_account_asset' => 'Conto destinazione (conto risorse)',
'source_account_revenue' => 'Conto sorgente (conto entrate)',
'type' => 'Tipo',
'convert_Withdrawal' => 'Converti spesa',
'convert_Deposit' => 'Converti entrata',
'convert_Transfer' => 'Converti giroconto',
'amount' => 'Importo',
'date' => 'Data',
'interest_date' => 'Data interesse',
'book_date' => 'Agenda',
'process_date' => 'Data di lavorazione',
'category' => 'Categoria',
'tags' => 'Etichette',
'deletePermanently' => 'Elimina definitivamente',
'cancel' => 'Cancella',
'targetdate' => 'Data fine',
'startdate' => 'Data inizio',
'tag' => 'Etichetta',
'under' => 'Sotto',
'symbol' => 'Simbolo',
'code' => 'Codice',
'iban' => 'IBAN',
'accountNumber' => 'Numero conto',
'creditCardNumber' => 'Numero Carta di credito',
'has_headers' => 'Intestazioni',
'date_format' => 'Formato data',
'specifix' => 'Correzioni bancarie o file specifiche',
'attachments[]' => 'Allegati',
'store_new_withdrawal' => 'Salva nuovo prelievo',
'store_new_deposit' => 'Salva nuovo deposito',
'store_new_transfer' => 'Salva nuova trasferimento',
'add_new_withdrawal' => 'Aggiungi nuovo prelievo',
'add_new_deposit' => 'Aggiungi nuovo deposito',
'add_new_transfer' => 'Aggiungi nuovo giroconto',
'title' => 'Titolo',
'notes' => 'Note',
'filename' => 'Nome file',
'mime' => 'Tipo Mime',
'size' => 'Dimensione',
'trigger' => 'Trigger',
'stop_processing' => 'Interrompere l\'elaborazione',
'start_date' => 'Inizio periodo',
'end_date' => 'Fine periodo',
'export_start_range' => 'Inizio intervallo esportazione',
'export_end_range' => 'Fine intervallo esportazione',
'export_format' => 'Formato file',
'include_attachments' => 'Includi allegati caricati',
'include_old_uploads' => 'Includi dati importati',
'accounts' => 'Esporta le transazioni da questi conti',
'delete_account' => 'Elimina conto ":name"',
'delete_bill' => 'Elimina fattura ":name"',
'delete_budget' => 'Elimina bilancio ":name"',
'delete_category' => 'Elimina categoria ":name"',
'delete_currency' => 'Elimina valuta ":name"',
'delete_journal' => 'Elimina transazione con descrizione ":description"',
'delete_attachment' => 'Elimina allegato ":name"',
'delete_rule' => 'Elimina regola ":title"',
'delete_rule_group' => 'Elimina gruppo regole":title"',
'delete_link_type' => 'Elimina tipo collegamento ":name"',
'delete_user' => 'Elimina utente ":email"',
'user_areYouSure' => 'Se cancelli l\'utente ":email", verrà eliminato tutto. Non sarà più possibile recuperare i dati eliminati. Se cancelli te stesso, perderai l\'accesso a questa istanza di Firefly III.',
'attachment_areYouSure' => 'Sei sicuro di voler eliminare l\'allegato ":name"?',
'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"?',
'ruleGroup_areYouSure' => 'Sei sicuro di voler eliminare il gruppo regole ":title"?',
'budget_areYouSure' => 'Sei sicuro di voler eliminare il bilancio ":name"?',
'category_areYouSure' => 'Sei sicuro di voler eliminare categoria ":name"?',
'currency_areYouSure' => 'Sei sicuro di voler eliminare la valuta ":name"?',
'piggyBank_areYouSure' => 'Sei sicuro di voler eliminare il salvadanaio ":name"?',
'journal_areYouSure' => 'Sei sicuro di voler eliminare la transazione ":description"?',
'mass_journal_are_you_sure' => 'Sei sicuro di voler eliminare queste transazioni?',
'tag_areYouSure' => 'Sei sicuro di voler eliminare l\'etichetta ":tag"?',
'journal_link_areYouSure' => 'Sei sicuro di voler eliminare il collegamento tra <a href=":source_link">:source</a> e <a href=":destination_link">:destination</a>?',
'linkType_areYouSure' => 'Sei sicuro di voler eliminare il tipo di collegamento ":name" (":inward" / ":outward")?',
'permDeleteWarning' => 'L\'eliminazione dei dati da Firefly III è permanente e non può essere annullata.',
'mass_make_selection' => 'Puoi comunque impedire l\'eliminazione degli elementi rimuovendo la spunta nella casella di controllo.',
'delete_all_permanently' => 'Elimina selezionato in modo permanente',
'update_all_journals' => 'Aggiorna queste transazioni',
'also_delete_transactions' => 'Bene! verrà cancellata anche l\'unica transazione connessa a questo conto. | Bene! Tutte: le transazioni di conteggio collegate a questo conto verranno eliminate.',
'also_delete_connections' => 'L\'unica transazione collegata a questo tipo di collegamento perderà questa connessione. | Tutto: 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: 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: il conteggio del salvadanaio collegato a questo conto verrà eliminato.',
'bill_keep_transactions' => 'L\'unica transazione connessa a questa fattura non verrà eliminata. | Tutto: le transazioni del conto collegate a questa fattura non verranno cancellate.',
'budget_keep_transactions' => 'TL\'unica transazione collegata a questo bilancio non verrà eliminata. | Tutto: le transazioni del conto collegate a questo bilancio non verranno cancellate.',
'category_keep_transactions' => 'L\'unica transazione collegata a questa categoria non verrà eliminata. | Tutto: le transazioni del conto collegate a questa categoria non verranno cancellate.',
'tag_keep_transactions' => 'L\'unica transazione connessa a questa etichetta non verrà eliminata. | Tutto: le transazioni del conto collegate a questa etichetta non verranno cancellate.',
'check_for_updates' => 'Controlla gli aggiornamenti',
'email' => 'Indirizzo Email',
'password' => 'Password',
'password_confirmation' => 'Password (ancora)',
'blocked' => 'È bloccato?',
'blocked_code' => 'Motivo del blocco',
// admin
'domain' => 'Dominio',
'single_user_mode' => 'Disabilita registrazione utente',
'is_demo_site' => 'È un sito demo',
// import
'import_file' => 'Importa file',
'configuration_file' => 'Configurazione file',
'import_file_type' => 'Importa tipo file',
'csv_comma' => 'A virgola (,)',
'csv_semicolon' => 'A punto e virgola (;)',
'csv_tab' => 'A spazio (invisibile)',
'csv_delimiter' => 'Delimitatore campi CSV',
'csv_import_account' => 'Conto di importazione predefinito',
'csv_config' => 'Configurazione importa CSV',
'client_id' => 'ID Client',
'service_secret' => 'Servizio segreto',
'app_secret' => 'App segreto',
'public_key' => 'Chiave Pubblica',
'country_code' => 'Codice Nazione',
'provider_code' => 'Banca o fornitore di dati',
'due_date' => 'Data scadenza',
'payment_date' => 'Data pagamento',
'invoice_date' => 'Data fattura',
'internal_reference' => 'Referenze interne',
'inward' => 'Descrizione interna',
'outward' => 'Descrizione esterna',
'rule_group_id' => 'Gruppo regole',
];

View File

@@ -0,0 +1,203 @@
<?php
declare(strict_types=1);
/**
* import.php
* Copyright (c) 2017 thegrumpydictator@gmail.com
*
* 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/>.
*/
return [
// status of import:
'status_wait_title' => 'Per favore attendere...',
'status_wait_text' => 'Questa finestra si chiuderà tra un momento.',
'status_fatal_title' => 'Si è verificato un errore irreversibile',
'status_fatal_text' => 'Si è verificato un errore irreversibile per cui non è stato possibile ripristinare la routine di importazione. Si prega di vedere la spiegazione in rosso qui sotto.',
'status_fatal_more' => 'Se l\'errore è un timeout, l\'importazione si sarà interrotta a metà. Per alcune configurazioni del server, o semplicemente il server che si è fermato mentre l\'importazione continua a funzionare in sottofondo. Per verificare questo, controlla il file di registro. Se il problema persiste, prendere in considerazione l\'importazione sulla riga di comando.',
'status_ready_title' => 'L\'importazione è pronta per iniziare',
'status_ready_text' => 'L\'importazione è pronta per iniziare. È stata eseguita tutta la configurazione necessaria. Si prega di scaricare il file di configurazione. Ti aiuterà con l\'importazione se non dovesse andare come previsto. Per eseguire effettivamente l\'importazione, è possibile eseguire il seguente comando nella console o eseguire l\'importazione basata sul Web. A seconda della configurazione, l\'importazione della console ti darà più feedback.',
'status_ready_noconfig_text' => 'L\'importazione è pronta per iniziare. È stata eseguita tutta la configurazione necessaria. Per eseguire effettivamente l\'importazione, è possibile eseguire il seguente comando nella console o eseguire l\'importazione basata sul Web. A seconda della configurazione, l\'importazione della console ti darà più feedback.',
'status_ready_config' => 'Scarica configurazione',
'status_ready_start' => 'Inizia l\'importazione',
'status_ready_share' => 'Ti preghiamo di considerare di scaricare la tua configurazione e di condividerla nel <strong> <a href="https://github.com/firefly-iii/import-configurations/wiki"> centro di configurazione dell\'importazione </a> </ strong>. Ciò consentirà ad altri utenti di Firefly III di importare i propri file più facilmente.',
'status_job_new' => 'Il lavoro è nuovo di zecca.',
'status_job_configuring' => 'L\'importazione è in fase di configurazione.',
'status_job_configured' => 'L\'importazione è configurata.',
'status_job_running' => 'L\'importazione è in esecuzione... Attendere...',
'status_job_error' => 'Il lavoro ha generato un errore.',
'status_job_finished' => 'L\'importazione è finita!',
'status_running_title' => 'L\'importazione è in esecuzione',
'status_running_placeholder' => 'Si prega di effettuare un aggiornamento...',
'status_finished_title' => 'Routine importa terminata',
'status_finished_text' => 'La routine di importazione ha importato i tuoi dati.',
'status_errors_title' => 'Errori durante l\'importazione',
'status_errors_single' => 'Si è verificato un errore durante l\'importazione. Non sembra essere fatale.',
'status_errors_multi' => 'Alcuni errori si sono verificati durante l\'importazione. Questi non sembrano essere fatali.',
'status_bread_crumb' => 'Stato importazione',
'status_sub_title' => 'Stato importazione',
'config_sub_title' => 'Configura la tua importazione',
'status_finished_job' => 'Le transazioni :count importate possono essere trovate nel tag <a href=":link" class="label label-success" style="font-size:100%;font-weight:normal;">:tag </a> .',
'status_finished_no_tag' => 'Firefly III non ha raccolto alcuna transazione dal tuo file di importazione.',
'import_with_key' => 'Importa con chiave \':key\'',
// file, upload something
'file_upload_title' => 'Importa configurazione (1/4) - Carica il tuo file',
'file_upload_text' => 'Questa routine ti aiuterà a importare file dalla tua banca in Firefly III. Si prega di consultare le pagine di aiuto nell\'angolo in alto a destra.',
'file_upload_fields' => 'Campi',
'file_upload_help' => 'Seleziona il tuo file',
'file_upload_config_help' => 'Se hai precedentemente importato i dati in Firefly III, potresti avere un file di configurazione, con preimpostato 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">configurazione file</a> ',
'file_upload_type_help' => 'Seleziona il tipo di file che carichi',
'file_upload_submit' => 'File caricati',
// file, upload types
'import_file_type_csv' => 'CSV (valori separati da virgola)',
// file, initial config for CSV
'csv_initial_title' => 'Importa configurazione (2/4) - Impostazione di importazione CSV di base',
'csv_initial_text' => 'Per poter importare correttamente il tuo file, ti preghiamo di convalidare le opzioni di seguito.',
'csv_initial_box' => 'Configurazione di importazione CSV di base',
'csv_initial_box_title' => 'Opzioni di impostazione dell\'importazione CSV di base',
'csv_initial_header_help' => 'Seleziona questa casella se la prima riga del tuo file CSV sono i titoli delle colonne.',
'csv_initial_date_help' => 'Formato della data e ora nel tuo CSV. Segui il formato <a href="https://secure.php.net/manual/en/datetime.createfromformat.php#refsect1-datetime.createfromformat-parameters"> indica questa pagina </a>. Il valore predefinito analizzerà le date che assomigliano a questo:: dateExample.',
'csv_initial_delimiter_help' => 'Scegli il delimitatore di campo che viene utilizzato nel file di input. Se non si è sicuri, la virgola è l\'opzione più sicura.',
'csv_initial_import_account_help' => 'Se il tuo file CSV NON contiene informazioni sui tuoi conti di attività, utilizza questo menu a discesa per selezionare a quale conto appartengono le transazioni nel CSV.',
'csv_initial_submit' => 'Continue with step 3/4',
// file, new options:
'file_apply_rules_title' => 'Applica regole',
'file_apply_rules_description' => 'Applica le tue regole. Si noti che questo rallenta l\'importazione in modo significativo.',
'file_match_bills_title' => 'Abbina le fatture',
'file_match_bills_description' => 'Abbina le tue fatture ai prelievi di nuova creazione. Si noti che questo rallenta l\'importazione in modo significativo.',
// file, roles config
'csv_roles_title' => 'Importa configurazione (3/4) - Definisci il ruolo di ogni colonna',
'csv_roles_text' => 'Ogni colonna nel tuo file CSV contiene determinati dati. Si prega di indicare il tipo di dati che l\'importatore dovrebbe aspettarsi. L\'opzione per "mappare" i dati significa che collegherete ogni voce trovata nella colonna con un valore nel vostro database. Una colonna spesso mappata è la colonna che contiene l\'IBAN del conto. Questo può essere facilmente abbinato all\'IBAN già presente nel tuo database.',
'csv_roles_table' => 'Tabella',
'csv_roles_column_name' => 'Nome colonna',
'csv_roles_column_example' => 'Colonna dati esempio',
'csv_roles_column_role' => 'Significato dei dati di colonna',
'csv_roles_do_map_value' => 'Mappa questi valori',
'csv_roles_column' => 'Colonna',
'csv_roles_no_example_data' => 'Nessun dato esempio disponibile',
'csv_roles_submit' => 'Continua con il punto 4/4',
// not csv, but normal warning
'roles_warning' => 'Per lo meno, contrassegnare una colonna come colonna importo. Si consiglia di selezionare anche una colonna per la descrizione, la data e il conto avversario.',
'foreign_amount_warning' => 'Se contrassegni una colonna come contenente un importo in una valuta straniera, devi anche impostare la colonna che contiene la valuta in cui si trova.',
// file, map data
'file_map_title' => 'Importa configurazione (4/4) - Collega i dati di importazione ai dati di Firefly III',
'file_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, selezionare nulla.',
'file_map_field_value' => 'Valore campo',
'file_map_field_mapped_to' => 'Mappato a',
'map_do_not_map' => '(non mappare)',
'file_map_submit' => 'Inizia l\'importazione',
'file_nothing_to_map' => 'Non ci sono dati presenti nel tuo file che puoi mappare a valori esistenti. Si prega di premere "Inizia l\'importazione" per continuare.',
// map things.
'column__ignore' => '(ignora questa colonna)',
'column_account-iban' => 'Conto patrimonio (IBAN)',
'column_account-id' => 'Conto patrimonio ID (matching FF3)',
'column_account-name' => 'Conto patrimonio (nome)',
'column_amount' => 'Importo',
'column_amount_foreign' => 'Importo (in altra valuta)',
'column_amount_debit' => 'Importo (colonna debito)',
'column_amount_credit' => 'Importo (colonna credito)',
'column_amount-comma-separated' => 'Importo (virgola come separatore decimale)',
'column_bill-id' => 'ID conto (matching FF3)',
'column_bill-name' => 'Nome conto',
'column_budget-id' => 'ID Bilancio (matching FF3)',
'column_budget-name' => 'Nome bilancio',
'column_category-id' => 'ID Categoria (matching FF3)',
'column_category-name' => 'Nome categoria',
'column_currency-code' => 'Codice valuta (ISO 4217)',
'column_foreign-currency-code' => 'Codice valuta straniera (ISO 4217)',
'column_currency-id' => 'ID valuta (matching FF3)',
'column_currency-name' => 'Nome valuta (matching FF3)',
'column_currency-symbol' => 'Simbolo valuta (matching FF3)',
'column_date-interest' => 'Data calcolo interessi',
'column_date-book' => 'Data prenotazione della transazione',
'column_date-process' => 'Data processo della transazione',
'column_date-transaction' => 'Data',
'column_date-due' => 'Transaction due date',
'column_date-payment' => 'Transaction payment date',
'column_date-invoice' => 'Transaction invoice date',
'column_description' => 'Descrizione',
'column_opposing-iban' => 'Conto opposto (IBAN)',
'column_opposing-bic' => 'Opposing account (BIC)',
'column_opposing-id' => 'ID Conto opposto (matching FF3)',
'column_external-id' => 'ID esterno',
'column_opposing-name' => 'Conto opposto (nome)',
'column_rabo-debit-credit' => 'Indicatore Rabo di addebito / accredito specifico della banca',
'column_ing-debit-credit' => 'Indicatore di debito / credito specifico ING',
'column_sepa-ct-id' => 'ID end-to-end del bonifico SEPA',
'column_sepa-ct-op' => 'Conto opposto bonifico SEPA',
'column_sepa-db' => 'Addebito diretto SEPA',
'column_sepa-cc' => 'SEPA Clearing Code',
'column_sepa-ci' => 'SEPA Creditor Identifier',
'column_sepa-ep' => 'SEPA External Purpose',
'column_sepa-country' => 'SEPA Country Code',
'column_tags-comma' => 'Etichette (separate da virgola)',
'column_tags-space' => 'Etichette (separate con spazio)',
'column_account-number' => 'Conto patrimonio (numero conto)',
'column_opposing-number' => 'Conto opposto (numero conto)',
'column_note' => 'Nota(e)',
'column_internal-reference' => 'Internal reference',
// prerequisites
'prerequisites' => 'Prerequisiti',
// bunq
'bunq_prerequisites_title' => 'Prerequisiti per un\'importazione da bunq',
'bunq_prerequisites_text' => 'Per importare da bunq, è necessario ottenere una chiave API. Puoi farlo attraverso l\'applicazione.',
'bunq_do_import' => 'Yes, import from this account',
'bunq_accounts_title' => 'Bunq accounts',
'bunq_accounts_text' => 'These are the accounts associated with your bunq account. Please select the accounts from which you want to import, and in which account the transactions must be imported.',
// Spectre
'spectre_title' => 'Importa usando uno Spectre',
'spectre_prerequisites_title' => 'Prerequisiti per un\'importazione utilizzando Spectre',
'spectre_prerequisites_text' => 'Per importare i dati usando l\'API Spectre, devi fornire a Firefly III due valori segreti. Possono essere trovati nella <a href="https://www.saltedge.com/clients/profile/secrets"> pagina codifiche </a>.',
'spectre_enter_pub_key' => 'L\'importazione funzionerà solo quando inserisci questa chiave pubblica nella <a href="https://www.saltedge.com/clients/security/edit"> pagina di sicurezza </a>.',
'spectre_accounts_title' => 'Seleziona i conti dai quali importare',
'spectre_accounts_text' => 'Ogni account sulla sinistra in basso è stato trovato da Spectre e può essere importato in Firefly III. Seleziona il conto attività che dovrebbe contenere una determinata transazione. Se non desideri importare da un conto specifico, rimuovi il segno di spunta dalla casella di controllo.',
'spectre_do_import' => 'Si, importa da questo conto',
// 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 cliente',
'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 unità',
'spectre_extra_key_transactions_count' => 'Conteggio delle transazioni',
// various other strings:
'imported_from_account' => 'Importato da ":account"',
];

View File

@@ -0,0 +1,133 @@
<?php
declare(strict_types=1);
/**
* intro.php
* Copyright (c) 2017 thegrumpydictator@gmail.com
*
* 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/>.
*/
return [
// index
'index_intro' => 'Benvenuti nella pagina indice di Firefly III. Si prega di prendersi il tempo necessario per questa introduzione per avere un\'idea di come funziona Firefly III.',
'index_accounts-chart' => 'Questo grafico mostra il saldo attuale dei contit risorse. Puoi selezionare gli conti visibili qui nelle tue preferenze.',
'index_box_out_holder' => 'Questa piccola casella e le caselle accanto a questa ti daranno una rapida panoramica della tua situazione finanziaria.',
'index_help' => 'Se hai bisogno di aiuto per una pagina o un modulo, premi questo pulsante.',
'index_outro' => 'La maggior parte delle pagine di Firefly III inizieranno con un piccolo tour come questo. Vi prego di contattarci quando avete domande o commenti. Grazie!',
'index_sidebar-toggle' => 'Per creare nuove transazioni, conto o altre cose, usa il menu sotto questa icona.',
// create account:
'accounts_create_iban' => 'Dai ai tuoi conti un IBAN valido. Ciò potrebbe rendere molto facile l\'importazione dei dati in futuro.',
'accounts_create_asset_opening_balance' => 'I conti attività possono avere un "saldo di apertura", che indica l\'inizio della cronologia di questo conto in Firefly III.',
'accounts_create_asset_currency' => 'Firefly III supporta più valute. I conti attività hanno una valuta principale, che devi impostare qui.',
'accounts_create_asset_virtual' => 'A volte può aiutare a fornire al tuo conto un saldo virtuale: un importo aggiuntivo sempre aggiunto o rimosso dal saldo effettivo.',
// budgets index
'budgets_index_intro' => 'I bilanci sono usati per gestire le tue finanze e formano una delle funzioni principali di Firefly III.',
'budgets_index_set_budget' => 'Imposta il tuo bilancio totale per ogni periodo in modo che Firefly III possa dirti se hai messo a bilancio tutti i soldi disponibili.',
'budgets_index_see_expenses_bar' => 'Le spese effettuate riempiranno lentamente questa barra.',
'budgets_index_navigate_periods' => 'Naviga attraverso i periodi per impostare facilmente i bilanci in anticipo.',
'budgets_index_new_budget' => 'Crea nuovi bilanci come meglio credi.',
'budgets_index_list_of_budgets' => 'Usa questa tabella per impostare gli importi per ciascun bilancio e vedere l\'andamento.',
'budgets_index_outro' => 'Per saperne di più sul bilancio, controlla l\'icona della guida nell\'angolo in alto a destra.',
// reports (index)
'reports_index_intro' => 'Utilizza queste stampe per ottenere informazioni dettagliate sulle tue finanze.',
'reports_index_inputReportType' => 'Scegli un tipo di stampa. Consulta le pagine della guida per vedere cosa ti mostra ciascuna stampa.',
'reports_index_inputAccountsSelect' => 'Puoi escludere o includere i conti attività come ritieni opportuno.',
'reports_index_inputDateRange' => 'L\'intervallo di date selezionato dipende interamente da te: da un giorno a 10 anni.',
'reports_index_extra-options-box' => 'A seconda della stampao che hai selezionato, puoi selezionare filtri e opzioni aggiuntive qui. Guarda questa casella quando cambi i tipi di stampa.',
// reports (reports)
'reports_report_default_intro' => 'Questa stampa ti fornirà una panoramica rapida e completa delle tue finanze. Se desideri vedere qualcos\'altro, per favore non esitare a contattarmi!',
'reports_report_audit_intro' => 'Questa stampa ti fornirà approfondimenti dettagliati sui tuoi conti attività.',
'reports_report_audit_optionsBox' => 'Utilizza queste caselle di controllo per mostrare o nascondere le colonne che ti interessano.',
'reports_report_category_intro' => 'Questa stampa ti fornirà informazioni su una o più categorie.',
'reports_report_category_pieCharts' => 'Questi grafici ti daranno un\'idea delle spese e del reddito per categoria o per conto.',
'reports_report_category_incomeAndExpensesChart' => 'Questo grafico mostra le tue spese e il reddito per categoria.',
'reports_report_tag_intro' => 'Questa stampa ti fornirà informazioni su uno o più etichette.',
'reports_report_tag_pieCharts' => 'Questi grafici ti daranno un\'idea delle spese e del reddito per etichetta, conto, categoria o bilancio.',
'reports_report_tag_incomeAndExpensesChart' => 'Questo grafico mostra le tue spese e entrate per etichetta.',
'reports_report_budget_intro' => 'Questa stampa ti fornirà informazioni su uno o più bilancio(i).',
'reports_report_budget_pieCharts' => 'Questi grafici ti daranno un\'idea delle spese per bilancio o per conto.',
'reports_report_budget_incomeAndExpensesChart' => 'Questo grafico mostra le tue spese per bilancio.',
// create transaction
'transactions_create_switch_box' => 'Usa questi pulsanti per cambiare rapidamente il tipo di transazione che desideri salvare.',
'transactions_create_ffInput_category' => 'Puoi scrivere liberamente in questo campo. Saranno suggerite categorie precedentemente create.',
'transactions_create_withdrawal_ffInput_budget' => 'Collega il tuo prelievo a un bilancio per un migliore controllo finanziario.',
'transactions_create_withdrawal_currency_dropdown_amount' => 'Usa questo menu a discesa quando il prelievo è in un\'altra valuta.',
'transactions_create_deposit_currency_dropdown_amount' => 'Usa questo menu a discesa quando il tuo deposito è in un\'altra valuta.',
'transactions_create_transfer_ffInput_piggy_bank_id' => 'Seleziona un salvadanaio e collega questo trasferimento ai tuoi risparmi.',
// piggy banks index:
'piggy-banks_index_saved' => 'Questo campo ti mostra quanto hai salvato in ogni salvadanaio.',
'piggy-banks_index_button' => 'Accanto a questa barra di avanzamento ci sono due pulsanti (+ e -) per aggiungere o rimuovere denaro da ogni salvadanaio.',
'piggy-banks_index_accountStatus' => 'Per ogni conto attività con almeno un salvadanaio lo stato è elencato in questa tabella.',
// create piggy
'piggy-banks_create_name' => 'Qual è il tuo obiettivo? Un nuovo divano, una macchina fotografica, soldi per le emergenze?',
'piggy-banks_create_date' => 'È possibile impostare una data di destinazione o una scadenza per il salvadanaio.',
// show piggy
'piggy-banks_show_piggyChart' => 'Questo grafico mostrerà lo storico di questo salvadanaio.',
'piggy-banks_show_piggyDetails' => 'Alcuni dettagli sul tuo salvadanaio',
'piggy-banks_show_piggyEvents' => 'Anche eventuali aggiunte o rimozioni sono elencate qui.',
// bill index
'bills_index_paid_in_period' => 'Questo campo indica quando il conto è stato pagato l\'ultima volta.',
'bills_index_expected_in_period' => 'Questo campo indica per ciascuna fattura se e quando ci si aspetta che la fattura successiva arrivi.',
// show bill
'bills_show_billInfo' => 'Questa tabella mostra alcune informazioni generali su questa fattura.',
'bills_show_billButtons' => 'Utilizzare questo pulsante per rieseguire la scansione delle vecchie transazioni in modo che corrispondano a questa fattura.',
'bills_show_billChart' => 'Questo grafico mostra le transazioni collegate a questa fattura.',
// create bill
'bills_create_name' => 'Utilizzare un nome descrittivo come "Affitto" o "Assicurazione sanitaria".',
'bills_create_match' => 'Per abbinare le transazioni, utilizzare i termini di tali transazioni o il conto spese coinvolto. Tutte le parole devono corrispondere',
'bills_create_amount_min_holder' => 'Seleziona un importo minimo e massimo per questo conto.',
'bills_create_repeat_freq_holder' => 'La maggior parte dei pagamenti si ripetono mensilmente, ma qui puoi impostare un\'altra frequenza.',
'bills_create_skip_holder' => 'Ad esempio, se un conto si ripete ogni 2 settimane, il campo "Salta" dovrebbe essere impostato su "1" per saltare ogni altra settimana.',
// rules index
'rules_index_intro' => 'Firefly III ti consente di gestire le regole, che verranno automaticamente applicate a qualsiasi transazione creata o modificata.',
'rules_index_new_rule_group' => 'È possibile combinare le regole in gruppi per una gestione più semplice.',
'rules_index_new_rule' => 'Crea quante regole desideri.',
'rules_index_prio_buttons' => 'Ordinali come meglio credi.',
'rules_index_test_buttons' => 'Puoi testare le tue regole o applicarle a transazioni esistenti.',
'rules_index_rule-triggers' => 'Le regole hanno "trigger" e "azioni" che puoi ordinare trascinandole.',
'rules_index_outro' => 'Assicurati di controllare le pagine della guida usando l\'icona (?) In alto a destra!',
// create rule:
'rules_create_mandatory' => 'Scegli un titolo descrittivo e imposta quando deve essere attivata la regola.',
'rules_create_ruletriggerholder' => 'Aggiungi tutti i trigger che desideri, ma ricorda che TUTTI i trigger devono corrispondere prima che vengano attivate azioni.',
'rules_create_test_rule_triggers' => 'Usa questo pulsante per vedere quali transazioni corrispondono alla tua regola.',
'rules_create_actions' => 'Imposta tutte le azioni che vuoi.',
// preferences
'preferences_index_tabs' => 'Altre opzioni sono disponibili dietro queste schede.',
// currencies
'currencies_index_intro' => 'Firefly III supporta più valute, che è possibile modificare su questa pagina.',
'currencies_index_default' => 'Firefly III ha una valuta predefinita. Puoi sempre cambiare valuta usando questi pulsanti.',
// create currency
'currencies_create_code' => 'Questo codice dovrebbe essere conforme ISO (Google per la tua nuova valuta).',
];

View File

@@ -0,0 +1,114 @@
<?php
declare(strict_types=1);
/**
* list.php
* Copyright (c) 2017 thegrumpydictator@gmail.com
*
* 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/>.
*/
return [
'buttons' => 'Pulsanti',
'icon' => 'Icona',
'id' => 'ID',
'create_date' => 'Creato a',
'update_date' => 'Aggiornato a',
'updated_at' => 'Aggiornato a',
'balance_before' => 'Bilancio prima',
'balance_after' => 'Bilancio dopo',
'name' => 'Nome',
'role' => 'Ruolo',
'currentBalance' => 'Bilancio corrente',
'active' => 'Attivo',
'lastActivity' => 'Ultima attività',
'balanceDiff' => 'Differenze bilancio',
'matchesOn' => 'Abbinato',
'account_type' => 'Tipo conto',
'created_at' => 'Creato a',
'account' => 'Conto',
'matchingAmount' => 'Importo',
'split_number' => 'Diviso #',
'destination' => 'Destinazione',
'source' => 'Sorgente',
'next_expected_match' => 'Prossimo abbinamento previsto',
'automatch' => 'Abbinamento automatico?',
'repeat_freq' => 'Ripetizioni',
'description' => 'Descrizione',
'amount' => 'Importo',
'internal_reference' => 'Referenze interne',
'date' => 'Data',
'interest_date' => 'Data interessi',
'book_date' => 'Agenda',
'process_date' => 'Data lavorazione',
'due_date' => 'Data scadenza',
'payment_date' => 'Data pagamento',
'invoice_date' => 'Data fattura',
'interal_reference' => 'Referenze interne',
'notes' => 'Note',
'from' => 'Da',
'piggy_bank' => 'Salvadanaio',
'to' => 'A',
'budget' => 'Bilancio',
'category' => 'Categoria',
'bill' => 'Conto',
'withdrawal' => 'Spesa',
'deposit' => 'Deposito',
'transfer' => 'Giroconto',
'type' => 'Tipo',
'completed' => 'Completato',
'iban' => 'IBAN',
'paid_current_period' => 'Pagato in questo periodo',
'email' => 'Email',
'registered_at' => 'Registrato a',
'is_blocked' => 'È bloccato',
'is_admin' => 'È amministratore',
'has_two_factor' => 'Ha 2 Fattori',
'blocked_code' => 'Codice blocco',
'source_account' => 'Conto sorgente',
'destination_account' => 'Conto destinazione',
'accounts_count' => 'Numero conti',
'journals_count' => 'Numero transazioni',
'attachments_count' => 'Numero allegati',
'bills_count' => 'Numero conti',
'categories_count' => 'Numero categorie',
'export_jobs_count' => 'Numero esportazioni',
'import_jobs_count' => 'Numero importazioni',
'budget_count' => 'Numero bilanci',
'rule_and_groups_count' => 'Numero regole e gruppi regole',
'tags_count' => 'Numero etichette',
'tags' => 'Etichette',
'inward' => 'Descrizione interna',
'outward' => 'Descrizione esterna',
'number_of_transactions' => 'Numero transazioni',
'total_amount' => 'Importo totale',
'sum' => 'Somma',
'sum_excluding_transfers' => 'Somma (esclusi i giroconti)',
'sum_withdrawals' => 'Somma prelievi',
'sum_deposits' => 'Somma versamenti',
'sum_transfers' => 'Somma giroconti',
'reconcile' => 'Riconcilia',
'account_on_spectre' => 'Conto (Spectre)',
'do_import' => 'Importo da questo conto',
'sepa-ct-id' => 'SEPA End to End Identifier',
'sepa-ct-op' => 'SEPA Opposing Account Identifier',
'sepa-db' => 'SEPA Mandate Identifier',
'sepa-country' => 'SEPA Country',
'sepa-cc' => 'SEPA Clearing Code',
'sepa-ep' => 'SEPA External Purpose',
'sepa-ci' => 'SEPA Creditor Identifier',
'account_at_bunq' => 'Account with bunq',
];

View File

@@ -0,0 +1,26 @@
<?php
declare(strict_types=1);
/**
* pagination.php
* Copyright (c) 2017 thegrumpydictator@gmail.com
*
* 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/>.
*/
return [
'previous' => '&laquo; Precedente',
'next' => 'Avanti &raquo;',
];

View File

@@ -0,0 +1,30 @@
<?php
declare(strict_types=1);
/**
* passwords.php
* Copyright (c) 2017 thegrumpydictator@gmail.com
*
* 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/>.
*/
return [
'password' => 'Le password devono contenere almeno sei caratteri e devono corrispondere alla conferma.',
'user' => 'Non possiamo trovare un utente con questo indirizzo e-mail.',
'token' => 'Questo token di reimpostazione della password non è valido.',
'sent' => 'Abbiamo inviato via e-mail il tuo link per la reimpostazione della password!',
'reset' => 'La tua password è stata resettata!',
'blocked' => 'Riprova.',
];

View File

@@ -0,0 +1,148 @@
<?php
declare(strict_types=1);
/**
* validation.php
* Copyright (c) 2017 thegrumpydictator@gmail.com
*
* 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/>.
*/
return [
'iban' => 'Questo non è un IBAN valido.',
'source_equals_destination' => 'The source account equals the destination account',
'unique_account_number_for_user' => 'Sembra che questo numero di conto sia già in uso.',
'unique_iban_for_user' => 'Sembra che questo IBAN sia già in uso.',
'deleted_user' => 'A causa dei vincoli di sicurezza, non è possibile registrarsi utilizzando questo indirizzo email.',
'rule_trigger_value' => 'Questo valore non è valido per il trigger selezionato.',
'rule_action_value' => 'Questo valore non è valido per l\'azione selezionata.',
'file_already_attached' => 'Il file caricato ":name" è già associato a questo oggetto.',
'file_attached' => 'File caricato con successo ":name".',
'must_exist' => 'L\'ID nel campo :attribute non esiste nel database.',
'all_accounts_equal' => 'Tutti i conti in questo campo devono essere uguali.',
'invalid_selection' => 'La tua selezione non è valida',
'belongs_user' => 'Questo valore non è valido per questo campo.',
'at_least_one_transaction' => 'Hai bisogno di almeno una transazione.',
'require_currency_info' => 'Il contenuto di questo campo non è valido senza informazioni sulla valuta.',
'equal_description' => 'La descrizione della transazione non deve essere uguale alla descrizione globale.',
'file_invalid_mime' => 'Il file ":name" è di tipo ":mime" che non è accettato come nuovo caricamento.',
'file_too_large' => 'Il file ":name" è troppo grande.',
'belongs_to_user' => 'Il valore di :attribute è sconosciuto',
'accepted' => 'L\' :attribute deve essere accettato.',
'bic' => 'Questo non è un BIC valido.',
'more' => ':attribute deve essere maggiore di zero.',
'active_url' => ':attribute non è un URL valido.',
'after' => ':attribute deve essere una data dopo :date.',
'alpha' => ':attribute può contenere solo lettere.',
'alpha_dash' => ':attribute può contenere solo lettere, numeri e trattini.',
'alpha_num' => ':attribute può contenere solo lettere e numeri.',
'array' => ':attribute deve essere una matrice.',
'unique_for_user' => 'C\'è già una voce con questo :attribute.',
'before' => ':attribute deve essere una data prima :date.',
'unique_object_for_user' => 'Questo nome è già in uso',
'unique_account_for_user' => 'Questo nome conto è già in uso',
'between.numeric' => ':attribute con questo nome conto è già in uso :min e :max.',
'between.file' => ':attribute deve essere :min e :max kilobyte.',
'between.string' => ':attribute deve essere tra :min e :max caratteri.',
'between.array' => ':attribute deve essere tra :min e :max voci.',
'boolean' => ':attribute deve essere vero o falso.',
'confirmed' => ':attribute la conferma non corrisponde.',
'date' => ':attribute non è una data valida',
'date_format' => ':attribute non corrisponde al formato :format.',
'different' => ':attribute e :other deve essere diverso.',
'digits' => ':attribute deve essere :digits cifre.',
'digits_between' => ':attribute deve essere :min e :max cifre.',
'email' => ':attribute deve essere un indirizzo email valido.',
'filled' => ':attribute il campo è obbligatiorio.',
'exists' => ':attribute selezionato non è valido.',
'image' => ':attribute deve essere un\'immagine.',
'in' => ':attribute selezionato non è valido.',
'integer' => ':attribute deve essere un numero intero.',
'ip' => ':attribute deve essere un indirizzo IP valido.',
'json' => ':attribute deve essere una stringa JSON.',
'max.numeric' => ':attribute non può essere maggiore di :max.',
'max.file' => ':attribute non può essere maggiore di :max kilobytes.',
'max.string' => ':attribute non può essere maggiore di :max caratteri.',
'max.array' => ':attribute potrebbe non avere più di :max voce.',
'mimes' => ':attribute deve essere un file di tipo: :values.',
'min.numeric' => ':attribute deve essere almeno :min.',
'min.file' => ':attribute deve essere almeno :min kilobytes.',
'min.string' => ':attribute deve essere almeno :min caratteri.',
'min.array' => ':attribute deve avere almeno :min voci.',
'not_in' => ':attribute selezionato è invalido.',
'numeric' => ':attribute deve essere un numero.',
'regex' => ':attribute formato non valido',
'required' => ':attribute il campo è obbligatiorio.',
'required_if' => ':attribute il campo è richiesto quando :other is :value.',
'required_unless' => ':attribute il campo è richiesto a meno che :other è in :values.',
'required_with' => ':attribute il campo è richiesto quando :values è presente.',
'required_with_all' => ':attribute il campo è richiesto quando :values è presente.',
'required_without' => ':attribute il campo è richiesto quando :values non è presente.',
'required_without_all' => ':attribute il campo è richiesto quando nessuno di :values sono presenti.',
'same' => ':attribute e :other deve combaciare.',
'size.numeric' => ':attribute deve essere :size.',
'amount_min_over_max' => 'L\'importo minimo non può essere maggiore dell\'importo massimo.',
'size.file' => ':attribute deve essere :size kilobytes.',
'size.string' => ':attribute deve essere :size caratteri.',
'size.array' => ':attribute deve contenere :size voci.',
'unique' => ':attribute è già stato preso.',
'string' => ':attribute deve essere una stringa.',
'url' => ':attribute il formato non è valido.',
'timezone' => ':attribute deve essere una zona valida.',
'2fa_code' => ':attribute il campo non è valido.',
'dimensions' => ':attribute ha dimensioni di immagine non valide.',
'distinct' => ':attribute il campo ha un valore doppio.',
'file' => ':attribute deve essere un file.',
'in_array' => ':attribute il campo non esiste in :other.',
'present' => ':attribute il campo deve essere presente.',
'amount_zero' => 'L\'importo totale non può essere zero',
'secure_password' => 'Questa non è una password sicura. Per favore riprova. Per ulteriori informazioni, visitare https://goo.gl/NCh2tN',
'attributes' => [
'email' => 'indirizzo email',
'description' => 'descrizione',
'amount' => 'importo',
'name' => 'nome',
'piggy_bank_id' => 'ID salvadanaio',
'targetamount' => 'importo obiettivo',
'openingBalanceDate' => 'data bilancio apertura',
'openingBalance' => 'saldo apertura',
'match' => 'partita',
'amount_min' => 'importo minimo',
'amount_max' => 'importo massimo',
'title' => 'titolo',
'tag' => 'etichetta',
'transaction_description' => 'descrizione transazione',
'rule-action-value.1' => 'regola valore azione #1',
'rule-action-value.2' => 'regola valore azione #2',
'rule-action-value.3' => 'regola valore azione #3',
'rule-action-value.4' => 'regola valore azione #4',
'rule-action-value.5' => 'regola valore azione #5',
'rule-action.1' => 'regola azione #1',
'rule-action.2' => 'regola azione #2',
'rule-action.3' => 'regola azione #3',
'rule-action.4' => 'regola azione #4',
'rule-action.5' => 'regola azione #5',
'rule-trigger-value.1' => 'regola valore trigger #1',
'rule-trigger-value.2' => 'regola valore trigger #2',
'rule-trigger-value.3' => 'regola valore trigger #3',
'rule-trigger-value.4' => 'regola valore trigger #4',
'rule-trigger-value.5' => 'regola valore trigger #5',
'rule-trigger.1' => 'esegui regola #1',
'rule-trigger.2' => 'esegui regola #2',
'rule-trigger.3' => 'esegui regola #3',
'rule-trigger.4' => 'esegui regola #4',
'rule-trigger.5' => 'esegui regola #5',
],
];

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
/**
* auth.php
* Copyright (c) 2017 thegrumpydictator@gmail.com
@@ -18,7 +19,6 @@
* 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);
return [
/*

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
/**
* bank.php
* Copyright (c) 2017 thegrumpydictator@gmail.com
@@ -18,7 +19,6 @@
* 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);
return [
];

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
/**
* breadcrumbs.php
* Copyright (c) 2017 thegrumpydictator@gmail.com
@@ -18,7 +19,6 @@
* 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);
return [
'home' => 'Home',

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
/**
* components.php
* Copyright (c) 2018 thegrumpydictator@gmail.com
@@ -18,7 +19,6 @@
* 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);
return [
// profile

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
/**
* config.php
* Copyright (c) 2017 thegrumpydictator@gmail.com
@@ -18,7 +19,6 @@
* 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);
return [
'html_language' => 'nl',

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
/**
* csv.php
* Copyright (c) 2017 thegrumpydictator@gmail.com
@@ -18,7 +19,6 @@
* 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);
return [
];

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
/**
* demo.php
* Copyright (c) 2017 thegrumpydictator@gmail.com
@@ -18,7 +19,6 @@
* 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);
return [
'no_demo_text' => 'Sorry, er is geen extra uitleg voor <abbr title=":route">deze pagina</abbr>.',

View File

@@ -1,4 +1,6 @@
<?php
declare(strict_types=1);
/**
* firefly.php
* Copyright (c) 2017 thegrumpydictator@gmail.com
@@ -18,7 +20,6 @@
* 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);
return [
// general stuff:
@@ -170,7 +171,9 @@ return [
'want_to_login' => 'Ik wil inloggen',
'button_register' => 'Registreren',
'authorization' => 'Toestemming',
'active_bills_only' => 'alleen actieve contracten',
'average_per_bill' => 'gemiddeld per contract',
'expected_total' => 'verwacht totaal',
// API access
'authorization_request' => 'Firefly III v:version autorisatieverzoek',
'authorization_request_intro' => '<strong>:client</strong> vraagt toestemming om toegang te krijgen tot je financiële administratie. Wil je <strong>:client</strong> autoriseren om toegang te krijgen tot je gegevens?',
@@ -444,8 +447,7 @@ return [
'pref_two_factor_auth_code' => 'Bevestig de code',
'pref_two_factor_auth_code_help' => 'Scan deze QR code met een app op je telefoon (zoals Authy of Google Authenticator). Vul de code die je terug krijgt hier in.',
'pref_two_factor_auth_reset_code' => 'Reset de verificatiecode',
'pref_two_factor_auth_remove_code' => 'Verwijder de verificatiecode',
'pref_two_factor_auth_remove_will_disable' => '(hiermee zet je authenticatie in twee stappen ook uit)',
'pref_two_factor_auth_disable_2fa' => '2FA uitzetten',
'pref_save_settings' => 'Instellingen opslaan',
'saved_preferences' => 'Voorkeuren opgeslagen!',
'preferences_general' => 'Algemeen',
@@ -498,10 +500,10 @@ return [
'what_is_pw_security' => 'Wat is "Bevestig wachtwoordsterkte"?',
'secure_pw_title' => 'Hoe kies je een veilig wachtwoord',
'secure_pw_history' => 'De bekende security onderzoeker Troy Hunt gaf in augustus 2017 een lijst vrij van 306 miljoen gestolen wachtwoorden. Deze wachtwoorden waren gestolen tijdens hacks van bekende bedrijven zoals LinkedIn, Adobe en NeoPets (en vele anderen).',
'secure_pw_check_box' => 'Zet het vinkje, en Firefly III stuurt de SHA1-hash van je wachtwoord naar <a href="https://www.troyhunt.com/introducing-306-million-freely-downloadable-pwned-passwords/">de website van Troy Hunt</a> om te zien of-ie op de lijst staat. Dit voorkomt dat je een onveilig wachtwoord gebruikt, zoals is voorgeschreven in <a href="https://pages.nist.gov/800-63-3/sp800-63b.html">een speciale publicatie van het NIST</a> over dit onderwerp.',
'secure_pw_check_box' => 'Zet het vinkje, en Firefly III stuurt de eerste vijf karakters van de SHA1-hash van je wachtwoord naar <a href="https://www.troyhunt.com/introducing-306-million-freely-downloadable-pwned-passwords/">de website van Troy Hunt</a> om te zien of-ie op de lijst staat. Dit voorkomt dat je een onveilig wachtwoord gebruikt, zoals is voorgeschreven in <a href="https://pages.nist.gov/800-63-3/sp800-63b.html">een speciale publicatie van het NIST</a> over dit onderwerp.',
'secure_pw_sha1' => 'Maar SHA1 is toch gebroken?',
'secure_pw_hash_speed' => 'Ja, maar niet in deze context. Zoals je kan lezen op <a href="https://shattered.io/">de website over SHA1</a> is het nu makkelijker geworden om een "collision" te vinden: twee stukken tekst die dezelfde SHA1-hash opleveren. Dit kan nu in 10.000 jaar op een machine met één grafische kaart.',
'secure_pw_hash_security' => 'Deze collision is niet gelijk aan jouw wachtwoord, noch is deze te gebruiken op een site (zoals) Firefly III. Deze app gebruikt geen SHA1 voor wachtwoordverificatie. Dat maakt het veilig om de checkbox aan te vinken. Je wachtwoord wordt gehasht en verstuurt over HTTPS.',
'secure_pw_hash_security' => 'Deze collision is niet gelijk aan jouw wachtwoord, noch is deze te gebruiken op een site (zoals) Firefly III. Deze app gebruikt geen SHA1 voor wachtwoordverificatie. Dat maakt het veilig om de checkbox aan te vinken. Je wachtwoord wordt gehasht en alleen de eerste vijf karakters van die hash worden verstuurt over HTTPS.',
'secure_pw_should' => 'Vinkje zetten of niet?',
'secure_pw_long_password' => 'Als je net een lang wachtwoord hebt gegenereerd met een password generator tool: <strong>nee</strong>.',
'secure_pw_short' => 'Gebruik je het wachtwoord dat je altijd gebruikt? <em>Ja, doen!</em>',
@@ -619,6 +621,7 @@ return [
'available_amount_indication' => 'Gebruik deze bedragen om een indruk te krijgen van wat je totale budget zou kunnen zijn.',
'suggested' => 'Gesuggereerd',
'average_between' => 'Gemiddelde tussen :start en :end',
'over_budget_warn' => '<i class="fa fa-money"></i> Normaalgesproken budgetteer je :amount per dag. Nu sta je op :over_amount per dag.',
// bills:
'matching_on' => 'Wordt herkend',
@@ -646,7 +649,6 @@ return [
'bill_will_automatch' => 'Waar van toepassing wordt dit contract automatisch gekoppeld aan transacties',
'skips_over' => 'slaat over',
// accounts:
'details_for_asset' => 'Overzicht voor betaalrekening ":name"',
'details_for_expense' => 'Overzicht voor crediteur ":name"',
@@ -1084,6 +1086,7 @@ return [
'invalid_link_selection' => 'Deze transacties kunnen niet worden gekoppeld',
'journals_linked' => 'De transacties zijn gekoppeld.',
'journals_error_linked' => 'Deze transacties zijn al gekoppeld.',
'journals_link_to_self' => 'You cannot link a transaction to itself',
'journal_links' => 'Transactiekoppelingen',
'this_withdrawal' => 'Deze uitgave',
'this_deposit' => 'Deze inkomsten',

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
/**
* form.php
* Copyright (c) 2017 thegrumpydictator@gmail.com
@@ -18,7 +19,6 @@
* 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);
return [
// new user:

View File

@@ -1,4 +1,6 @@
<?php
declare(strict_types=1);
/**
* import.php
* Copyright (c) 2017 thegrumpydictator@gmail.com
@@ -18,7 +20,6 @@
* 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);
return [
// status of import:
@@ -97,6 +98,7 @@ return [
// not csv, but normal warning
'roles_warning' => 'Geef minstens de kolom aan waar het bedrag in staat. Als het even kan, ook een kolom voor de omschrijving, datum en de andere rekening.',
'foreign_amount_warning' => 'Als je een kolom markeert als "vreemde valuta" moet je ook aangeven in welke kolom de valuta staat.',
// file, map data
'file_map_title' => 'Importinstellingen (4/4) - Link importgegevens aan Firefly III-gegevens',
'file_map_text' => 'In deze tabellen is de linkerwaarde een waarde uit je CSV bestand. Jij moet de link leggen, als mogelijk, met een waarde uit jouw database. Firefly houdt zich hier aan. Als er geen waarde is, selecteer dan ook niets.',
@@ -131,28 +133,40 @@ return [
'column_date-book' => 'Datum (boeking)',
'column_date-process' => 'Datum (verwerking)',
'column_date-transaction' => 'Datum',
'column_date-due' => 'Verstrijkingsdatum',
'column_date-payment' => 'Datum (betaling)',
'column_date-invoice' => 'Datum (factuur)',
'column_description' => 'Omschrijving',
'column_opposing-iban' => 'Tegenrekening (IBAN)',
'column_opposing-bic' => 'BIC van tegenrekeningbank',
'column_opposing-id' => 'Tegenrekening (ID gelijk aan FF3)',
'column_external-id' => 'Externe ID',
'column_opposing-name' => 'Tegenrekeningnaam',
'column_rabo-debit-credit' => 'Rabobankspecifiek bij/af indicator',
'column_ing-debit-credit' => 'ING-specifieke bij/af indicator',
'column_sepa-ct-id' => 'SEPA end-to-end transactienummer',
'column_sepa-ct-op' => 'SEPA tegenrekeningnummer',
'column_sepa-db' => 'SEPA "direct debet"-nummer',
'column_sepa-ct-id' => 'SEPA end-to-end identificatie',
'column_sepa-ct-op' => 'SEPA identificatie tegenpartij',
'column_sepa-db' => 'SEPA mandaatidentificatie',
'column_sepa-cc' => 'SEPA vrijwaringscode',
'column_sepa-ci' => 'SEPA crediteuridentificatie',
'column_sepa-ep' => 'SEPA transactiedoeleinde',
'column_sepa-country' => 'SEPA landcode',
'column_tags-comma' => 'Tags (kommagescheiden)',
'column_tags-space' => 'Tags (spatiegescheiden)',
'column_account-number' => 'Betaalrekening (rekeningnummer)',
'column_opposing-number' => 'Tegenrekening (rekeningnummer)',
'column_note' => 'Opmerking(en)',
'column_internal-reference' => 'Interne referentie',
// prerequisites
'prerequisites' => 'Vereisten',
// bunq
'bunq_prerequisites_title' => 'Voorwaarden voor een import van bunq',
'bunq_prerequisites_text' => 'Om transacties bij bunq te importeren heb je een API sleutel nodig. Dit kan via de app.',
'bunq_prerequisites_text' => 'Om te importeren vanaf bunq moet je een API key hebben. Deze kan je aanvragen in de app. Denk er aan dat deze functie in BETA is. De code is alleen getest op de sandbox API.',
'bunq_do_import' => 'Ja, importeer van deze rekening',
'bunq_accounts_title' => 'Bunq rekeningen',
'bunq_accounts_text' => 'Dit zijn de rekeningen uit je bunq-account. Selecteer de rekeningen waaruit je wilt importeren, en welke betaalrekeningen deze transacties op terecht moeten komen.',
// Spectre
'spectre_title' => 'Importeer via Spectre',
@@ -187,4 +201,3 @@ return [
// various other strings:
'imported_from_account' => 'Geïmporteerd uit ":account"',
];

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
/**
* intro.php
* Copyright (c) 2017 thegrumpydictator@gmail.com
@@ -18,7 +19,6 @@
* 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);
return [
// index

View File

@@ -1,4 +1,6 @@
<?php
declare(strict_types=1);
/**
* list.php
* Copyright (c) 2017 thegrumpydictator@gmail.com
@@ -18,7 +20,6 @@
* 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);
return [
'buttons' => 'Knoppen',
@@ -102,4 +103,12 @@ return [
'reconcile' => 'Afstemmen',
'account_on_spectre' => 'Rekening (Spectre)',
'do_import' => 'Importeer van deze rekening',
'sepa-ct-id' => 'SEPA end-to-end identificatie',
'sepa-ct-op' => 'SEPA identificatie tegenpartij',
'sepa-db' => 'SEPA mandaatidentificatie',
'sepa-country' => 'SEPA landcode',
'sepa-cc' => 'SEPA vrijwaringscode',
'sepa-ep' => 'SEPA transactiedoeleinde',
'sepa-ci' => 'SEPA crediteuridentificatie',
'account_at_bunq' => 'Bunq-account',
];

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
/**
* pagination.php
* Copyright (c) 2017 thegrumpydictator@gmail.com
@@ -18,7 +19,6 @@
* 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);
return [
'previous' => '&laquo; Vorige',

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
/**
* passwords.php
* Copyright (c) 2017 thegrumpydictator@gmail.com
@@ -18,7 +19,6 @@
* 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);
return [
'password' => 'Wachtwoorden moeten zes karakters lang zijn, en natuurlijk 2x hetzelfde invoeren.',

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
/**
* validation.php
* Copyright (c) 2017 thegrumpydictator@gmail.com
@@ -18,10 +19,10 @@
* 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);
return [
'iban' => 'Dit is niet een geldige IBAN.',
'source_equals_destination' => 'De bronrekening is gelijk aan de doelrekening',
'unique_account_number_for_user' => 'Het lijkt erop dat dit rekeningnummer al in gebruik is.',
'unique_iban_for_user' => 'Het lijkt erop dat deze IBAN al in gebruik is.',
'deleted_user' => 'Je kan je niet registreren met dit e-mailadres.',

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
/**
* auth.php
* Copyright (c) 2017 thegrumpydictator@gmail.com
@@ -18,7 +19,6 @@
* 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);
return [
/*

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
/**
* bank.php
* Copyright (c) 2017 thegrumpydictator@gmail.com
@@ -18,7 +19,6 @@
* 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);
return [
];

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
/**
* breadcrumbs.php
* Copyright (c) 2017 thegrumpydictator@gmail.com
@@ -18,7 +19,6 @@
* 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);
return [
'home' => 'Strona główna',

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
/**
* components.php
* Copyright (c) 2018 thegrumpydictator@gmail.com
@@ -18,7 +19,6 @@
* 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);
return [
// profile

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
/**
* config.php
* Copyright (c) 2017 thegrumpydictator@gmail.com
@@ -18,7 +19,6 @@
* 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);
return [
'html_language' => 'pl',

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
/**
* csv.php
* Copyright (c) 2017 thegrumpydictator@gmail.com
@@ -18,7 +19,6 @@
* 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);
return [
];

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
/**
* demo.php
* Copyright (c) 2017 thegrumpydictator@gmail.com
@@ -18,7 +19,6 @@
* 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);
return [
'no_demo_text' => 'Niestety, nie ma dodatkowego tekstu wyjaśniającego demo dla <abbr title=":route">tej strony</abbr>.',

View File

@@ -1,4 +1,6 @@
<?php
declare(strict_types=1);
/**
* firefly.php
* Copyright (c) 2017 thegrumpydictator@gmail.com
@@ -18,7 +20,6 @@
* 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);
return [
// general stuff:
@@ -170,7 +171,9 @@ return [
'want_to_login' => 'Chcę się zalogować',
'button_register' => 'Zarejestruj',
'authorization' => 'Autoryzacja',
'active_bills_only' => 'tylko aktywne rachunki',
'average_per_bill' => 'średnia za rachunek',
'expected_total' => 'oczekiwana suma',
// API access
'authorization_request' => 'Żądanie autoryzacji Firefly III v:version',
'authorization_request_intro' => '<strong>:client</strong> prosi o pozwolenie na dostęp do Twojej administracji finansowej. Czy chcesz pozwolić <strong>:client</strong> na dostęp do tych danych?',
@@ -444,8 +447,7 @@ return [
'pref_two_factor_auth_code' => 'Zweryfikuj kod',
'pref_two_factor_auth_code_help' => 'Zeskanuj kod QR za pomocą aplikacji w telefonie, takiej jak Authy lub Google Authenticator i wprowadź wygenerowany kod.',
'pref_two_factor_auth_reset_code' => 'Zresetuj kod weryfikacyjny',
'pref_two_factor_auth_remove_code' => 'Usuń kod weryfikacyjny',
'pref_two_factor_auth_remove_will_disable' => '(to również wyłączy uwierzytelnianie dwuskładnikowe)',
'pref_two_factor_auth_disable_2fa' => 'Wyłącz weryfikację dwuetapową',
'pref_save_settings' => 'Zapisz ustawienia',
'saved_preferences' => 'Preferencje zostały zapisane!',
'preferences_general' => 'Ogólne',
@@ -498,10 +500,10 @@ return [
'what_is_pw_security' => 'Co to jest "Sprawdź bezpieczeństwo hasła"?',
'secure_pw_title' => 'Jak wybrać bezpieczne hasło',
'secure_pw_history' => 'W sierpniu 2017 r. znany analityk ds. bezpieczeństwa Troy Hunt opublikował listę 306 milionów skradzionych haseł. Hasła zostały skradzione podczas włamań w firmach takich jak LinkedIn, Adobe i NeoPets (i wiele innych).',
'secure_pw_check_box' => 'Zaznaczając pole, Firefly III wysyła skrót SHA1 Twojego hasła do <a href="https://www.troyhunt.com/introducing-306-million-freely-downloadable-pwned-passwords/">strony internetowej Troy Hunt</a>, aby sprawdzić, czy znajduje się na liście. To powstrzyma Cię przed używaniem niebezpiecznych haseł, co jest zalecane w najnowszej <a href="https://pages.nist.gov/800-63-3/sp800-63b.html">specjalnej publikacji Narodowy Instytut Standaryzacji i Technologii (NIST)</a> na ten temat.',
'secure_pw_check_box' => 'Zaznaczając to pole, Firefly III wyśle pierwsze pięć znaków skrótu SHA1 Twojego hasła do <a href="https://www.troyhunt.com/introducing-306-million-freely-downloadable-pwned-passwords/">strony internetowej Troy Hunt</a>, aby sprawdzić, czy znajduje się na liście. To powstrzyma Cię przed używaniem niebezpiecznych haseł, co jest zalecane w najnowszej <a href="https://pages.nist.gov/800-63-3/sp800-63b.html">specjalnej publikacji Narodowy Instytut Standaryzacji i Technologii (NIST)</a> na ten temat.',
'secure_pw_sha1' => 'Myślałem, że SHA1 zostało złamane?',
'secure_pw_hash_speed' => 'Tak, ale nie w tym kontekście. Jak można przeczytać na <a href="https://shattered.io/">stronie z wyszczególnieniem sposobu ich złamania SHA1</a>, teraz jest nieco łatwiej znaleźć "kolizję": inny ciąg znaków, który prowadzi do tego samego skrótu SHA1. Teraz trwa to tylko 10 000 lat przy użyciu maszyny z jedną kartą graficzną.',
'secure_pw_hash_security' => 'Ta kolizja nie byłaby równa Twojemu hasłu ani nie byłaby użyteczna na stronie takiej jak Firefly III. Ta aplikacja nie używa algorytmu SHA1 do weryfikacji hasła. Można więc bezpiecznie zaznaczyć to pole. Twoje hasło jest skracane (mieszane, hashowane) i wysyłane szyfrowanym połączeniem (HTTPS).',
'secure_pw_hash_security' => 'Ta kolizja nie byłaby równa Twojemu hasłu ani nie byłaby użyteczna na stronie takiej jak Firefly III. Ta aplikacja nie używa algorytmu SHA1 do weryfikacji hasła. Można więc bezpiecznie zaznaczyć to pole. Twoje hasło jest skracane (mieszane, hashowane) i tylko pięć pierwszych znaków tego skrótu jest wysyłanych szyfrowanym połączeniem (HTTPS).',
'secure_pw_should' => 'Czy powinienem zaznaczyć to pole?',
'secure_pw_long_password' => 'Jeśli wygenerowałeś długie, jednorazowe hasło dla Firefly III, używając pewnego rodzaju generatora haseł: <strong>no</strong>.',
'secure_pw_short' => 'Jeśli wpisałeś hasło, którego zawsze używasz: <em>tak, proszę</em>.',
@@ -619,6 +621,7 @@ return [
'available_amount_indication' => 'Skorzystaj z tych kwot, aby uzyskać wskazówkę ile może wynosić Twój całkowity budżet.',
'suggested' => 'Sugerowane',
'average_between' => 'Średnia pomiędzy :start a :end',
'over_budget_warn' => '<i class="fa fa-money"></i> Zwykle budżetujesz około :amount dziennie. Obecna wartość to :over_amount dziennie.',
// bills:
'matching_on' => 'Pasuje do',
@@ -646,7 +649,6 @@ return [
'bill_will_automatch' => 'Rachunek będzie automatycznie powiązany z pasującymi transakcjami',
'skips_over' => 'pomija',
// accounts:
'details_for_asset' => 'Szczegóły konta aktywów ":name"',
'details_for_expense' => 'Szczegóły konta wydatków ":name"',
@@ -1084,6 +1086,7 @@ return [
'invalid_link_selection' => 'Nie można powiązać tych transakcji',
'journals_linked' => 'Transakcje zostały powiązane.',
'journals_error_linked' => 'Wybrane transakcje są już powiązane.',
'journals_link_to_self' => 'You cannot link a transaction to itself',
'journal_links' => 'Powiązane transakcje',
'this_withdrawal' => 'Ta wypłata',
'this_deposit' => 'Ta wpłata',

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
/**
* form.php
* Copyright (c) 2017 thegrumpydictator@gmail.com
@@ -18,7 +19,6 @@
* 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);
return [
// new user:

View File

@@ -1,4 +1,6 @@
<?php
declare(strict_types=1);
/**
* import.php
* Copyright (c) 2017 thegrumpydictator@gmail.com
@@ -18,7 +20,6 @@
* 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);
return [
// status of import:
@@ -97,6 +98,7 @@ return [
// not csv, but normal warning
'roles_warning' => 'Zaznacz jedną z kolumn jako kolumnę z kwotami. Wskazane jest również wybranie kolumny dla opisu, daty oraz konta przeciwnego.',
'foreign_amount_warning' => 'Jeśli zaznaczysz kolumnę jako zawierającą kwotę w obcej walucie, musisz także ustawić kolumnę, która zawiera kod tej waluty.',
// file, map data
'file_map_title' => 'Ustawienia importu (4/4) - Połącz dane importu z danymi Firefly III',
'file_map_text' => 'W poniższych tabelach lewa wartość pokazuje informacje znalezione w przesłanym pliku. Twoim zadaniem jest zamapowanie tej wartości, jeśli to możliwe, na wartość już obecną w bazie danych. Firefly będzie trzymać się tego mapowania. Jeśli nie ma wartości do odwzorowania lub nie chcesz mapować określonej wartości, nie wybieraj niczego.',
@@ -131,28 +133,40 @@ return [
'column_date-book' => 'Data księgowania transakcji',
'column_date-process' => 'Data przetworzenia transakcji',
'column_date-transaction' => 'Data',
'column_date-due' => 'Transaction due date',
'column_date-payment' => 'Transaction payment date',
'column_date-invoice' => 'Transaction invoice date',
'column_description' => 'Opis',
'column_opposing-iban' => 'Przeciwstawne konto (IBAN)',
'column_opposing-bic' => 'Opposing account (BIC)',
'column_opposing-id' => 'ID przeciwstawnego konta (z bazy FF3)',
'column_external-id' => 'Zewnętrzne ID',
'column_opposing-name' => 'Przeciwstawne konto (nazwa)',
'column_rabo-debit-credit' => 'Specyficzny wskaźnik obciążenia/kredytu Rabobank',
'column_ing-debit-credit' => 'Specyficzny wskaźnik obciążenia/kredytu ING',
'column_sepa-ct-id' => 'SEPA transferu od końca do końca ID',
'column_sepa-ct-op' => 'SEPA przelew na przeciwne konto',
'column_sepa-db' => 'SEPA polecenie zapłaty',
'column_sepa-ct-id' => 'SEPA end-to-end Identifier',
'column_sepa-ct-op' => 'SEPA Opposing Account Identifier',
'column_sepa-db' => 'SEPA Mandate Identifier',
'column_sepa-cc' => 'SEPA Clearing Code',
'column_sepa-ci' => 'SEPA Creditor Identifier',
'column_sepa-ep' => 'SEPA External Purpose',
'column_sepa-country' => 'SEPA Country Code',
'column_tags-comma' => 'Tagi (oddzielone przecinkami)',
'column_tags-space' => 'Tagi (oddzielone spacjami)',
'column_account-number' => 'Konto aktywów (numer konta)',
'column_opposing-number' => 'Konto przeciwne (numer konta)',
'column_note' => 'Notatki',
'column_internal-reference' => 'Internal reference',
// prerequisites
'prerequisites' => 'Wymagania',
// bunq
'bunq_prerequisites_title' => 'Wymagania wstępne dla importu z bunq',
'bunq_prerequisites_text' => 'Aby zaimportować z bunq, musisz uzyskać klucz API. Możesz to zrobić za pomocą aplikacji.',
'bunq_prerequisites_text' => 'Aby importować z Bunq, musisz uzyskać klucz API. Możesz to zrobić za pomocą aplikacji. Zwróć uwagę, że funkcja importu z Bunq jest w wersji BETA. Została przetestowana tylko przy użyciu testowej wersji API.',
'bunq_do_import' => 'Tak, importuj z tego konta',
'bunq_accounts_title' => 'Konta Bunq',
'bunq_accounts_text' => 'Te konta są powiązane z Twoim kontem Bunq. Wybierz konta, z których chcesz importować transakcje i na które konto mają trafić.',
// Spectre
'spectre_title' => 'Importuj za pomocą Spectre',
@@ -187,4 +201,3 @@ return [
// various other strings:
'imported_from_account' => 'Zaimportowane z ":account"',
];

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
/**
* intro.php
* Copyright (c) 2017 thegrumpydictator@gmail.com
@@ -18,7 +19,6 @@
* 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);
return [
// index

View File

@@ -1,4 +1,6 @@
<?php
declare(strict_types=1);
/**
* list.php
* Copyright (c) 2017 thegrumpydictator@gmail.com
@@ -18,7 +20,6 @@
* 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);
return [
'buttons' => 'Przyciski',
@@ -102,4 +103,12 @@ return [
'reconcile' => 'Uzgodnij',
'account_on_spectre' => 'Konto (Spectre)',
'do_import' => 'Importuj z tego konta',
'sepa-ct-id' => 'SEPA End to End Identifier',
'sepa-ct-op' => 'SEPA Opposing Account Identifier',
'sepa-db' => 'SEPA Mandate Identifier',
'sepa-country' => 'SEPA Country',
'sepa-cc' => 'SEPA Clearing Code',
'sepa-ep' => 'SEPA External Purpose',
'sepa-ci' => 'SEPA Creditor Identifier',
'account_at_bunq' => 'Konto bunq',
];

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
/**
* pagination.php
* Copyright (c) 2017 thegrumpydictator@gmail.com
@@ -18,7 +19,6 @@
* 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);
return [
'previous' => '&laquo; Poprzednia',

View File

@@ -1,4 +1,5 @@
<?php
declare(strict_types=1);
/**
* passwords.php
* Copyright (c) 2017 thegrumpydictator@gmail.com
@@ -18,7 +19,6 @@
* 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);
return [
'password' => 'Hasło musi zawierać przynajmniej 6 znaków i musi się zgadzać z potwierdzeniem.',

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