diff --git a/public/js/ff/reports/index.js b/public/js/ff/reports/index.js index 9e9562e947..971a31f1f7 100644 --- a/public/js/ff/reports/index.js +++ b/public/js/ff/reports/index.js @@ -18,11 +18,13 @@ * along with Firefly III. If not, see . */ -/** global: minDate, nonSelectedText, allSelectedText, filterPlaceholder */ +/** global: minDate, nonSelectedText, allSelectedText, filterPlaceholder, nSelectedText, selectAllText */ var defaultMultiSelect = { disableIfEmpty: true, + selectAllText: selectAllText, nonSelectedText: nonSelectedText, + nSelectedText: nSelectedText, allSelectedText: allSelectedText, includeSelectAllOption: true, enableFiltering: true, diff --git a/resources/lang/de_DE/firefly.php b/resources/lang/de_DE/firefly.php index af93b51dce..2057ba52b5 100644 --- a/resources/lang/de_DE/firefly.php +++ b/resources/lang/de_DE/firefly.php @@ -108,6 +108,8 @@ return [ 'clone_deposit' => 'Diese Einnahme klonen', 'clone_transfer' => 'Diese Überweisung klonen', 'multi_select_no_selection' => 'Nichts ausgewählt', + 'multi_select_select_all' => 'Select all', + 'multi_select_n_selected' => 'selected', 'multi_select_all_selected' => 'Alle ausgewählt', 'multi_select_filter_placeholder' => 'Suche..', 'between_dates_breadcrumb' => 'Zwischen :start und :end', @@ -141,32 +143,32 @@ 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 eine Anleitung, wie dies behoben werden kann.', 'quickswitch' => 'Schnellauswahl', - 'sign_in_to_start' => 'Sign in to start your session', - 'sign_in' => 'Sign in', - 'register_new_account' => 'Register a new account', - 'forgot_my_password' => 'I forgot my password', - 'problems_with_input' => 'There were some problems with your input.', - 'reset_password' => 'Reset your password', - 'button_reset_password' => 'Reset password', - 'reset_button' => 'Reset', - 'want_to_login' => 'I want to login', - 'button_register' => 'Register', + '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', + 'problems_with_input' => 'Es gab einige Probleme mit Ihrer Eingabe.', + 'reset_password' => 'Ihr Passwort zurücksetzen', + 'button_reset_password' => 'Passwort zurücksetzen', + 'reset_button' => 'Zurücksetzen', + 'want_to_login' => 'Ich möchte mich anmelden', + 'button_register' => 'Registrieren', // check for updates: - 'update_check_title' => 'Check for updates', - 'admin_update_check_title' => 'Automatically check for update', - 'admin_update_check_explain' => 'Firefly III can check for updates automatically. When you enable this setting, it will contact Github to see if a new version of Firefly III is available. When it is, you will get a notification. You can test this notification using the button on the right. Please indicate below if you want Firefly III to check for updates.', - 'check_for_updates_permission' => 'Firefly III can check for updates, but it needs your permission to do so. Please go to the administration to indicate if you would like this feature to be enabled.', - 'updates_ask_me_later' => 'Ask me later', - 'updates_do_not_check' => 'Do not check for updates', - 'updates_enable_check' => 'Enable the check for updates', - 'admin_update_check_now_title' => 'Check for updates now', - 'admin_update_check_now_explain' => 'If you press the button, Firefly III will see if your current version is the latest.', - 'check_for_updates_button' => 'Check now!', - 'update_new_version_alert' => 'A new version is available. You are running v:your_version, the latest version is v:new_version which was released on :date.', - 'update_current_version_alert' => 'You are running v:version, which is the latest available release.', - 'update_newer_version_alert' => 'You are running v:your_version, which is newer than the latest release, v:new_version.', - 'update_check_error' => 'An error occurred while checking for updates. Please view the log files.', + 'update_check_title' => 'Nach Updates suchen', + 'admin_update_check_title' => 'Automatisch nach Updates suchen', + 'admin_update_check_explain' => 'Firefly III kann automatisch nach Updates suchen. Wenn Sie diese Einstellung aktivieren, wird Github aufgerufen, um festzustellen, ob eine neue Version von Firefly III verfügbar ist. Falls dies der Fall ist, erhalten Sie eine Benachrichtigung. Sie können diese Benachrichtigung mit der Schaltfläche auf der rechten Seite testen. Bitte geben Sie unten an, ob Sie möchten, dass Firefly III nach Updates sucht.', + 'check_for_updates_permission' => 'Firefly III kann nach Updates suchen, benötigt jedoch Ihre Erlaubnis dazu. Bitte gehen Sie zur Administration, um anzugeben, ob diese Funktion aktiviert werden soll.', + 'updates_ask_me_later' => 'Später fragen', + 'updates_do_not_check' => 'Nicht nach Updates suchen', + 'updates_enable_check' => 'Nach Updates suchen', + 'admin_update_check_now_title' => 'Auf Update überprüfen', + 'admin_update_check_now_explain' => 'Wenn Sie den Knopf drücken, wird Firefly III sehen, ob Ihre aktuelle Version die neueste ist.', + 'check_for_updates_button' => 'Jetzt prüfen!', + 'update_new_version_alert' => 'Eine neue Version ist verfügbar. Sie verwenden v:your_version, die neueste Version ist v:new_version und wurde um :date veröffentlicht.', + 'update_current_version_alert' => 'Sie verwenden Version v:version. Dies ist die neueste verfügbare Version.', + 'update_newer_version_alert' => 'Sie verwenden v: your_version, welches neuer als die neueste Version (v:new_version) ist.', + 'update_check_error' => 'Beim Suchen nach Updates ist ein Fehler aufgetreten. Bitte sehen Sie sich die Log-Dateien an.', // search 'search' => 'Suche', @@ -433,7 +435,7 @@ Sollen zusätzlich Ihre Girokonten angezeigt werden?', 'pref_home_do_show_deposits' => 'Ja, zeige sie an', 'successful_count' => 'davon :count erfolgreich', 'list_page_size_title' => 'Einträge pro Seite', - 'list_page_size_help' => 'Any list of things (accounts, transactions, etc) shows at most this many per page.', + 'list_page_size_help' => 'Jede Liste von Einträgen (Konten, Transaktionen, usw.) zeigt höchstens so viele Einträge pro Seite.', 'list_page_size_label' => 'Einträge pro Seite', 'between_dates' => '(:start und :end)', 'pref_optional_fields_transaction' => 'Optionale Felder für Überweisungen', @@ -744,10 +746,10 @@ Sollen zusätzlich Ihre Girokonten angezeigt werden?', 'mass_bulk_journals' => 'Bulk edit a number of transactions', 'mass_bulk_journals_explain' => 'If you do not want to change your transactions one-by-one using the mass-edit function, you can update them in one go. Simply select the preferred category, tag(s) or budget in the fields below, and all the transactions in the table will be updated.', 'bulk_set_new_values' => 'Use the inputs below to set new values. If you leave them empty, they will be made empty for all. Also, note that only withdrawals will be given a budget.', - 'no_bulk_category' => 'Don\'t update category', - 'no_bulk_budget' => 'Don\'t update budget', + 'no_bulk_category' => 'Kategorie nicht aktualisieren', + 'no_bulk_budget' => 'Budget nicht aktualisieren', 'no_bulk_tags' => 'Don\'t update tag(s)', - 'bulk_edit' => 'Bulk edit', + 'bulk_edit' => 'Massenbearbeitung', 'cannot_edit_other_fields' => 'You cannot mass-edit other fields than the ones here, because there is no room to show them. Please follow the link and edit them by one-by-one, if you need to edit these fields.', 'no_budget' => '(kein Budget)', 'no_budget_squared' => '(kein Budget)', @@ -759,7 +761,7 @@ Sollen zusätzlich Ihre Girokonten angezeigt werden?', 'opt_group_savingAsset' => 'Sparkonten', 'opt_group_sharedAsset' => 'Shared asset accounts', 'opt_group_ccAsset' => 'Kreditkarten', - 'notes' => 'Notes', + 'notes' => 'Notizen', // new user: 'welcome' => 'Willkommen bei Firefly!', diff --git a/resources/lang/de_DE/form.php b/resources/lang/de_DE/form.php index 94140675dc..ba745e6cf0 100644 --- a/resources/lang/de_DE/form.php +++ b/resources/lang/de_DE/form.php @@ -78,7 +78,7 @@ return [ 'new_email_address' => 'Neue E-Mail-Adresse', 'verification' => 'Bestätigung', 'api_key' => 'API-Schlüssel', - 'remember_me' => 'Remember me', + 'remember_me' => 'Angemeldet bleiben', 'source_account_asset' => 'Quellkonto (Bestandskonto)', 'destination_account_expense' => 'Zielkonto (Unkostenkonto)', @@ -170,7 +170,7 @@ return [ 'budget_keep_transactions' => 'Die eine Überweisung, die mit diesem Budget verknüpft ist, wird nicht gelöscht. | Keines der :count Budgets, 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.', - 'check_for_updates' => 'Check for updates', + 'check_for_updates' => 'Nach Updates suchen', 'email' => 'E-Mail Adresse', 'password' => 'Passwort', diff --git a/resources/lang/de_DE/import.php b/resources/lang/de_DE/import.php index 76de95c13f..becb846c53 100644 --- a/resources/lang/de_DE/import.php +++ b/resources/lang/de_DE/import.php @@ -145,7 +145,7 @@ return [ 'column_note' => 'Notiz(en)', // prerequisites - 'prerequisites' => 'Prerequisites', + 'prerequisites' => 'Voraussetzungen', // bunq 'bunq_prerequisites_title' => 'Voraussetzungen für einen Import von bunq', @@ -156,4 +156,8 @@ return [ 'spectre_prerequisites_title' => 'Voraussetzungen für einen Import von Spectre', 'spectre_prerequisites_text' => 'In order to import data using the Spectre API, you must provide Firefly III with two secret values. They can be found on the secrets page.', 'spectre_enter_pub_key' => 'Der Import funktioniert nur, wenn Sie diesen öffentlichen Schlüssel auf Ihrer Sicherheitsseite eingeben.', + 'spectre_accounts_title' => 'Select accounts to import from', + 'spectre_accounts_text' => 'Each account on the left below has been found by Spectre and can be imported into Firefly III. Please select the asset account that should hold any given transactions. If you do not wish to import from any particular account, remove the check from the checkbox.', + 'spectre_do_import' => 'Yes, import from this account', ]; + diff --git a/resources/lang/de_DE/list.php b/resources/lang/de_DE/list.php index 21a2feeb6b..14d420762c 100644 --- a/resources/lang/de_DE/list.php +++ b/resources/lang/de_DE/list.php @@ -100,4 +100,6 @@ return [ 'sum_deposits' => 'Summe der Einzahlungen', 'sum_transfers' => 'Summe der Überweisungen', 'reconcile' => 'Reconcile', + 'account_on_spectre' => 'Account (Spectre)', + 'do_import' => 'Import from this account', ]; diff --git a/resources/lang/en_US/firefly.php b/resources/lang/en_US/firefly.php index 0c1a5f1f7c..1ad9588c50 100644 --- a/resources/lang/en_US/firefly.php +++ b/resources/lang/en_US/firefly.php @@ -108,6 +108,8 @@ return [ 'clone_deposit' => 'Clone this deposit', 'clone_transfer' => 'Clone this transfer', 'multi_select_no_selection' => 'None selected', + 'multi_select_select_all' => 'Select all', + 'multi_select_n_selected' => 'selected', 'multi_select_all_selected' => 'All selected', 'multi_select_filter_placeholder' => 'Find..', 'between_dates_breadcrumb' => 'Between :start and :end', diff --git a/resources/lang/en_US/import.php b/resources/lang/en_US/import.php index 636fd3e846..fb584a02e4 100644 --- a/resources/lang/en_US/import.php +++ b/resources/lang/en_US/import.php @@ -156,4 +156,8 @@ return [ 'spectre_prerequisites_title' => 'Prerequisites for an import using Spectre', 'spectre_prerequisites_text' => 'In order to import data using the Spectre API, you must provide Firefly III with two secret values. They can be found on the secrets page.', 'spectre_enter_pub_key' => 'The import will only work when you enter this public key on your security page.', + 'spectre_accounts_title' => 'Select accounts to import from', + 'spectre_accounts_text' => 'Each account on the left below has been found by Spectre and can be imported into Firefly III. Please select the asset account that should hold any given transactions. If you do not wish to import from any particular account, remove the check from the checkbox.', + 'spectre_do_import' => 'Yes, import from this account', ]; + diff --git a/resources/lang/en_US/list.php b/resources/lang/en_US/list.php index a09af7d39a..08ebf2bddd 100644 --- a/resources/lang/en_US/list.php +++ b/resources/lang/en_US/list.php @@ -100,4 +100,6 @@ return [ 'sum_deposits' => 'Sum of deposits', 'sum_transfers' => 'Sum of transfers', 'reconcile' => 'Reconcile', + 'account_on_spectre' => 'Account (Spectre)', + 'do_import' => 'Import from this account', ]; diff --git a/resources/lang/fr_FR/firefly.php b/resources/lang/fr_FR/firefly.php index 13f391f560..c9dc8f6b64 100644 --- a/resources/lang/fr_FR/firefly.php +++ b/resources/lang/fr_FR/firefly.php @@ -108,6 +108,8 @@ return [ 'clone_deposit' => 'Cloner ce dépôt', 'clone_transfer' => 'Cloner ce transfert', 'multi_select_no_selection' => 'Aucun sélectionné', + 'multi_select_select_all' => 'Select all', + 'multi_select_n_selected' => 'selected', 'multi_select_all_selected' => 'Tous sélectionnés', 'multi_select_filter_placeholder' => 'Rechercher..', 'between_dates_breadcrumb' => 'Entre :start et :end', diff --git a/resources/lang/fr_FR/import.php b/resources/lang/fr_FR/import.php index a8c06a5e26..9a3b46a970 100644 --- a/resources/lang/fr_FR/import.php +++ b/resources/lang/fr_FR/import.php @@ -156,4 +156,8 @@ return [ 'spectre_prerequisites_title' => 'Prerequisites for an import using Spectre', 'spectre_prerequisites_text' => 'In order to import data using the Spectre API, you must provide Firefly III with two secret values. They can be found on the secrets page.', 'spectre_enter_pub_key' => 'The import will only work when you enter this public key on your security page.', + 'spectre_accounts_title' => 'Select accounts to import from', + 'spectre_accounts_text' => 'Each account on the left below has been found by Spectre and can be imported into Firefly III. Please select the asset account that should hold any given transactions. If you do not wish to import from any particular account, remove the check from the checkbox.', + 'spectre_do_import' => 'Yes, import from this account', ]; + diff --git a/resources/lang/fr_FR/list.php b/resources/lang/fr_FR/list.php index a7f5f6e39b..67222b2721 100644 --- a/resources/lang/fr_FR/list.php +++ b/resources/lang/fr_FR/list.php @@ -100,4 +100,6 @@ 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', ]; diff --git a/resources/lang/id_ID/firefly.php b/resources/lang/id_ID/firefly.php index 978d9d76d7..296d8a6c27 100644 --- a/resources/lang/id_ID/firefly.php +++ b/resources/lang/id_ID/firefly.php @@ -108,6 +108,8 @@ return [ 'clone_deposit' => 'Kloning deposit ini', 'clone_transfer' => 'Kloning transfer ini', 'multi_select_no_selection' => 'Tidak ada yang di pilih', + 'multi_select_select_all' => 'Select all', + 'multi_select_n_selected' => 'selected', 'multi_select_all_selected' => 'Semua dipilih', 'multi_select_filter_placeholder' => 'Menemukan..', 'between_dates_breadcrumb' => 'Antara :start dan :end', diff --git a/resources/lang/id_ID/import.php b/resources/lang/id_ID/import.php index 5d9f6a3156..3065e301d6 100644 --- a/resources/lang/id_ID/import.php +++ b/resources/lang/id_ID/import.php @@ -156,4 +156,8 @@ return [ 'spectre_prerequisites_title' => 'Prasyarat untuk impor menggunakan momok', 'spectre_prerequisites_text' => 'In order to import data using the Spectre API, you must provide Firefly III with two secret values. They can be found on the secrets page.', 'spectre_enter_pub_key' => 'Impor hanya akan berfungsi saat Anda memasukkan kunci publik ini di halaman keamanan Anda.', + 'spectre_accounts_title' => 'Select accounts to import from', + 'spectre_accounts_text' => 'Each account on the left below has been found by Spectre and can be imported into Firefly III. Please select the asset account that should hold any given transactions. If you do not wish to import from any particular account, remove the check from the checkbox.', + 'spectre_do_import' => 'Yes, import from this account', ]; + diff --git a/resources/lang/id_ID/list.php b/resources/lang/id_ID/list.php index 4a1557f98a..34601b3139 100644 --- a/resources/lang/id_ID/list.php +++ b/resources/lang/id_ID/list.php @@ -100,4 +100,6 @@ return [ 'sum_deposits' => 'Jumlah simpanan', 'sum_transfers' => 'Jumlah transfer', 'reconcile' => 'Menyesuaikan', + 'account_on_spectre' => 'Account (Spectre)', + 'do_import' => 'Import from this account', ]; diff --git a/resources/lang/nl_NL/firefly.php b/resources/lang/nl_NL/firefly.php index 0f3d6e2e5f..3eefc8b6b2 100644 --- a/resources/lang/nl_NL/firefly.php +++ b/resources/lang/nl_NL/firefly.php @@ -108,6 +108,8 @@ return [ 'clone_deposit' => 'Kopieer deze inkomsten', 'clone_transfer' => 'Kopieer deze overschrijving', 'multi_select_no_selection' => 'Niets geselecteerd', + 'multi_select_select_all' => 'Selecteer alles', + 'multi_select_n_selected' => 'geselecteerd', 'multi_select_all_selected' => 'Alles geselecteerd', 'multi_select_filter_placeholder' => 'Vinden..', 'between_dates_breadcrumb' => 'Tussen :start en :end', diff --git a/resources/lang/nl_NL/import.php b/resources/lang/nl_NL/import.php index 2fb98c50a8..608a0dbc01 100644 --- a/resources/lang/nl_NL/import.php +++ b/resources/lang/nl_NL/import.php @@ -156,4 +156,8 @@ return [ 'spectre_prerequisites_title' => 'Voorwaarden voor een import via Spectre', 'spectre_prerequisites_text' => 'Als je gegevens wilt importeren via de Spectre API, moet je een aantal geheime codes bezitten. Ze zijn te vinden op de secrets pagina.', 'spectre_enter_pub_key' => 'Het importeren werkt alleen als je deze publieke sleutel op uw security pagina invoert.', + 'spectre_accounts_title' => 'Selecteer de accounts waaruit je wilt importeren', + 'spectre_accounts_text' => 'Links staan de rekeningen die zijn gevonden door Spectre. Ze kunnen worden geïmporteerd in Firefly III. Selecteer er de juiste betaalrekening bij. Verwijder het vinkje als je toch niet van een bepaalde rekening wilt importeren.', + 'spectre_do_import' => 'Ja, importeer van deze rekening', ]; + diff --git a/resources/lang/nl_NL/list.php b/resources/lang/nl_NL/list.php index d3e08435cb..32cd02e734 100644 --- a/resources/lang/nl_NL/list.php +++ b/resources/lang/nl_NL/list.php @@ -100,4 +100,6 @@ return [ 'sum_deposits' => 'Som van inkomsten', 'sum_transfers' => 'Som van overschrijvingen', 'reconcile' => 'Afstemmen', + 'account_on_spectre' => 'Rekening (Spectre)', + 'do_import' => 'Importeer van deze rekening', ]; diff --git a/resources/lang/pl_PL/firefly.php b/resources/lang/pl_PL/firefly.php index d0c8af3cda..05b90c8132 100644 --- a/resources/lang/pl_PL/firefly.php +++ b/resources/lang/pl_PL/firefly.php @@ -108,6 +108,8 @@ return [ 'clone_deposit' => 'Zduplikuj tą wpłatę', 'clone_transfer' => 'Zduplikuj ten transfer', 'multi_select_no_selection' => 'Nie wybrano', + 'multi_select_select_all' => 'Select all', + 'multi_select_n_selected' => 'selected', 'multi_select_all_selected' => 'Wybrano wszystko', 'multi_select_filter_placeholder' => 'Znajdź...', 'between_dates_breadcrumb' => 'Pomiędzy :start a :end', diff --git a/resources/lang/pl_PL/import.php b/resources/lang/pl_PL/import.php index 80be762ce6..734c09077c 100644 --- a/resources/lang/pl_PL/import.php +++ b/resources/lang/pl_PL/import.php @@ -156,4 +156,8 @@ return [ 'spectre_prerequisites_title' => 'Wymagania wstępne do importowania za pomocą Spectre', 'spectre_prerequisites_text' => 'Aby importować dane za pomocą interfejsu Spectre API, musisz dostarczyć Firefly III dwie sekretne wartości. Można je znaleźć na stronie sekretów.', 'spectre_enter_pub_key' => 'Importowanie będzie działać tylko po wpisaniu tego klucza publicznego na stronie zabezpieczeń.', + 'spectre_accounts_title' => 'Select accounts to import from', + 'spectre_accounts_text' => 'Each account on the left below has been found by Spectre and can be imported into Firefly III. Please select the asset account that should hold any given transactions. If you do not wish to import from any particular account, remove the check from the checkbox.', + 'spectre_do_import' => 'Yes, import from this account', ]; + diff --git a/resources/lang/pl_PL/list.php b/resources/lang/pl_PL/list.php index d9b4b8ece0..46c6c69ecc 100644 --- a/resources/lang/pl_PL/list.php +++ b/resources/lang/pl_PL/list.php @@ -100,4 +100,6 @@ return [ 'sum_deposits' => 'Suma wpłat', 'sum_transfers' => 'Suma transferów', 'reconcile' => 'Uzgodnij', + 'account_on_spectre' => 'Account (Spectre)', + 'do_import' => 'Import from this account', ]; diff --git a/resources/lang/tr_TR/firefly.php b/resources/lang/tr_TR/firefly.php index 3b10199561..a0d370dc01 100644 --- a/resources/lang/tr_TR/firefly.php +++ b/resources/lang/tr_TR/firefly.php @@ -108,6 +108,8 @@ return [ 'clone_deposit' => 'Bu depozitoyu klonla', 'clone_transfer' => 'Bu transferi kopyala', 'multi_select_no_selection' => 'Hiçbiri seçilmedi', + 'multi_select_select_all' => 'Select all', + 'multi_select_n_selected' => 'selected', 'multi_select_all_selected' => 'Tümü seçildi', 'multi_select_filter_placeholder' => 'Bul..', 'between_dates_breadcrumb' => ':start ve :end arasında', diff --git a/resources/lang/tr_TR/import.php b/resources/lang/tr_TR/import.php index 6d19e9680e..4df7bb8ab7 100644 --- a/resources/lang/tr_TR/import.php +++ b/resources/lang/tr_TR/import.php @@ -156,4 +156,8 @@ return [ 'spectre_prerequisites_title' => 'Spectre kullanarak içe aktarma için ön koşullar', 'spectre_prerequisites_text' => 'In order to import data using the Spectre API, you must provide Firefly III with two secret values. They can be found on the secrets page.', 'spectre_enter_pub_key' => 'Alma işlemi sadece bu ortak anahtarı güvenlik sayfasına girdiğinizde çalışacaktır.', + 'spectre_accounts_title' => 'Select accounts to import from', + 'spectre_accounts_text' => 'Each account on the left below has been found by Spectre and can be imported into Firefly III. Please select the asset account that should hold any given transactions. If you do not wish to import from any particular account, remove the check from the checkbox.', + 'spectre_do_import' => 'Yes, import from this account', ]; + diff --git a/resources/lang/tr_TR/list.php b/resources/lang/tr_TR/list.php index 6c8b6f834d..a853cf23ae 100644 --- a/resources/lang/tr_TR/list.php +++ b/resources/lang/tr_TR/list.php @@ -100,4 +100,6 @@ return [ 'sum_deposits' => 'Toplam para yatırma', 'sum_transfers' => 'Transferlerin toplamı', 'reconcile' => 'Onaylanmış', + 'account_on_spectre' => 'Account (Spectre)', + 'do_import' => 'Import from this account', ]; diff --git a/resources/views/reports/index.twig b/resources/views/reports/index.twig index 6ac4b39362..a257223cd9 100644 --- a/resources/views/reports/index.twig +++ b/resources/views/reports/index.twig @@ -174,8 +174,10 @@