diff --git a/resources/lang/de_DE/breadcrumbs.php b/resources/lang/de_DE/breadcrumbs.php index 5f2bf17f65..6070b07090 100644 --- a/resources/lang/de_DE/breadcrumbs.php +++ b/resources/lang/de_DE/breadcrumbs.php @@ -36,7 +36,7 @@ return [ 'create_deposit' => 'Erstelle ein neues Einkommen', 'create_transfer' => 'Erstelle eine neue Überweisung', 'edit_journal' => 'Bearbeite Transaktion ":description"', - 'edit_reconciliation' => 'Edit ":description"', + 'edit_reconciliation' => '":description" bearbeiten', 'delete_journal' => 'Lösche Transaktion ":description"', 'tags' => 'Tags', 'createTag' => 'Neuen Tag erstellen', diff --git a/resources/lang/de_DE/csv.php b/resources/lang/de_DE/csv.php index 9077d9fe15..5533ad319a 100644 --- a/resources/lang/de_DE/csv.php +++ b/resources/lang/de_DE/csv.php @@ -24,6 +24,12 @@ return [ 'initial_import_account_help' => 'Wenn ihre CSV-Datei KEINE Informationen über ihre Girokonten enthält, nutzen Sie bitte diese Dropdown-Liste um anzugeben, zu welchem Girokonto die Transaktionen in der CSV-Datei gehören.', 'initial_submit' => 'Fortfahren mit Schritt 2/3', + // new options: + 'apply_rules_title' => 'Regeln anwenden', + 'apply_rules_description' => 'Regeln anwenden. Beachten Sie, dass dadurch der Import erheblich verlangsamt wird.', + 'match_bills_title' => 'Rechnungen zuordnen', + 'match_bills_description' => 'Match your bills to newly created withdrawals. Note that this slows the import significantly.', + // roles config 'roles_title' => 'Import Einrichten (2/3) - Jeder Spalte eine Rolle zuordnen', '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.', diff --git a/resources/lang/de_DE/firefly.php b/resources/lang/de_DE/firefly.php index d5590a87dc..f3273187e2 100644 --- a/resources/lang/de_DE/firefly.php +++ b/resources/lang/de_DE/firefly.php @@ -590,6 +590,7 @@ Sollen zusätzlich Ihre Girokonten angezeigt werden?', 'not_or_not_yet' => '(noch) nicht', 'not_expected_period' => 'Diesen Zeitraum nicht erwartet', 'bill_is_active' => 'Rechnung ist aktiv', + 'bill_expected_between' => 'Expected between :start and :end', 'bill_will_automatch' => 'Rechnung wird automatisch mit passenden Transaktionen verknüpft', 'skips_over' => 'skips over', @@ -624,7 +625,7 @@ Sollen zusätzlich Ihre Girokonten angezeigt werden?', 'reconcile_account' => 'Konto ":account" ausgleichen', 'delete_reconciliation' => 'Delete reconciliation', 'update_reconciliation' => 'Update reconciliation', - 'amount_cannot_be_zero' => 'The amount cannot be zero', + 'amount_cannot_be_zero' => 'Der Betrag darf nicht Null sein', 'end_of_reconcile_period' => 'End of reconcile period: :period', 'start_of_reconcile_period' => 'Start of reconcile period: :period', 'start_balance' => 'Start balance', diff --git a/resources/lang/es_ES/csv.php b/resources/lang/es_ES/csv.php index 452567e105..80e798aa41 100644 --- a/resources/lang/es_ES/csv.php +++ b/resources/lang/es_ES/csv.php @@ -24,6 +24,12 @@ return [ 'initial_import_account_help' => 'Si su archivo CSV NO contiene información sobre su(s) caja(s) de ahorros, seleccione una opción del desplegable para definir a qué cuenta pertenecen las transacciones del CSV.', 'initial_submit' => 'Continúe con el paso 2/3', + // new options: + 'apply_rules_title' => 'Apply rules', + 'apply_rules_description' => 'Apply your rules. Note that this slows the import significantly.', + 'match_bills_title' => 'Match bills', + 'match_bills_description' => 'Match your bills to newly created withdrawals. Note that this slows the import significantly.', + // roles config 'roles_title' => 'Configuración de importación (2/3) - Define el rol de cada columna', 'roles_text' => 'Cada columna en su archivo CSV contiene ciertos datos. Indique qué tipo de datos debe esperar el importador. La opción de "mapear" datos significa que enlazará cada entrada encontrada en la columna con un valor en su base de datos. Una columna a menudo mapeada es la columna que contiene el IBAN de la cuenta de contrapartida. Eso puede enlazarse fácilmente con cuentas IBAN ya presentes en su base de datos.', diff --git a/resources/lang/es_ES/firefly.php b/resources/lang/es_ES/firefly.php index c567acc384..26bbcd269a 100644 --- a/resources/lang/es_ES/firefly.php +++ b/resources/lang/es_ES/firefly.php @@ -589,6 +589,7 @@ return [ 'not_or_not_yet' => 'Not (yet)', 'not_expected_period' => 'Not expected this period', 'bill_is_active' => 'Bill is active', + 'bill_expected_between' => 'Expected between :start and :end', 'bill_will_automatch' => 'Bill will automatically linked to matching transactions', 'skips_over' => 'skips over', diff --git a/resources/lang/fr_FR/csv.php b/resources/lang/fr_FR/csv.php index b9cd03e7a1..9df7369774 100644 --- a/resources/lang/fr_FR/csv.php +++ b/resources/lang/fr_FR/csv.php @@ -24,6 +24,12 @@ return [ 'initial_import_account_help' => 'Si votre fichier CSV ne contient AUCUNE information concernant vos compte(s) actif, utilisez cette liste déroulante pour choisir à quel compte les opérations contenues dans le CSV font référence.', 'initial_submit' => 'Passez à l’étape 2/3', + // new options: + 'apply_rules_title' => 'Apply rules', + 'apply_rules_description' => 'Apply your rules. Note that this slows the import significantly.', + 'match_bills_title' => 'Match bills', + 'match_bills_description' => 'Match your bills to newly created withdrawals. Note that this slows the import significantly.', + // roles config 'roles_title' => 'Importer la configuration (1/3) - Définir le rôle de chaque colonne', 'roles_text' => 'Chaque colonne de votre fichier CSV contient certaines données. Veuillez indiquer quel type de données, l’importateur doit attendre. L’option de « mapper » les données signifie que vous allez lier chaque entrée trouvée dans la colonne à une valeur dans votre base de données. Souvent une colonne est la colonne contenant l’IBAN du compte opposé. Qui peut être facilement adapté aux IBAN déjà présents dans votre base de données.', diff --git a/resources/lang/fr_FR/firefly.php b/resources/lang/fr_FR/firefly.php index b9d082f29b..a47ec9f8ba 100644 --- a/resources/lang/fr_FR/firefly.php +++ b/resources/lang/fr_FR/firefly.php @@ -590,6 +590,7 @@ return [ 'not_or_not_yet' => 'Pas du tout (pas encore)', 'not_expected_period' => 'Cette période n\'est pas prévu', 'bill_is_active' => 'Facture en cours', + 'bill_expected_between' => 'Expected between :start and :end', 'bill_will_automatch' => 'La facture sera automatiquement liée aux transactions correspondantes', 'skips_over' => 'saute', diff --git a/resources/lang/id_ID/csv.php b/resources/lang/id_ID/csv.php index 21209b6726..3a1b6f10d8 100644 --- a/resources/lang/id_ID/csv.php +++ b/resources/lang/id_ID/csv.php @@ -24,6 +24,12 @@ return [ 'initial_import_account_help' => 'Jika file CSV Anda TIDAK berisi informasi tentang akun-akun aset Anda, gunakan daftar ini untuk memilih akun yang akan digunakan untuk menyimpan transaksi dari CSV Anda.', 'initial_submit' => 'Lanjutkan dengan langkah 2/3', + // new options: + 'apply_rules_title' => 'Apply rules', + 'apply_rules_description' => 'Apply your rules. Note that this slows the import significantly.', + 'match_bills_title' => 'Match bills', + 'match_bills_description' => 'Match your bills to newly created withdrawals. Note that this slows the import significantly.', + // roles config 'roles_title' => 'Pengaturan impor (2/3) - Tentukan peran masing-masing kolom', 'roles_text' => 'Setiap kolom dalam file CSV Anda berisi data tertentu. Mohon tunjukkan jenis data yang akan dibaca oleh pengimpor. Pilihan untuk memetakan data berarti Anda akan menghubungkan setiap entri yang ditemukan di kolom ke nilai di basis data Anda. Kolom yang sering dipetakan adalah kolom yang berisi IBAN dari akun lawan. Itu dapat dengan mudah disesuaikan dengan IBAN yang sudah ada dalam basis data Anda.', diff --git a/resources/lang/id_ID/firefly.php b/resources/lang/id_ID/firefly.php index 147509399d..220d571fcf 100644 --- a/resources/lang/id_ID/firefly.php +++ b/resources/lang/id_ID/firefly.php @@ -589,6 +589,7 @@ return [ 'not_or_not_yet' => 'Not (yet)', 'not_expected_period' => 'Not expected this period', 'bill_is_active' => 'Bill is active', + 'bill_expected_between' => 'Expected between :start and :end', 'bill_will_automatch' => 'Bill will automatically linked to matching transactions', 'skips_over' => 'skips over', diff --git a/resources/lang/nl_NL/csv.php b/resources/lang/nl_NL/csv.php index b23f80dac1..52fc84ce26 100644 --- a/resources/lang/nl_NL/csv.php +++ b/resources/lang/nl_NL/csv.php @@ -24,6 +24,12 @@ return [ 'initial_import_account_help' => 'Als jouw CSV bestand geen referenties bevat naar jouw rekening(en), geef dan hier aan om welke rekening het gaat.', 'initial_submit' => 'Ga verder met stap 2/3', + // new options: + 'apply_rules_title' => 'Regels toepassen', + 'apply_rules_description' => 'Past regels toe tijdens de import. Dit vertraagt de import behoorlijk.', + 'match_bills_title' => 'Match contracten', + 'match_bills_description' => 'Checkt of bestaande contracten matchen met nieuwe uitgaves. Dit vertraagt de import behoorlijk.', + // roles config 'roles_title' => 'Importinstellingen (2/3) - rol van elke kolom definiëren', 'roles_text' => 'Elke kolom in je CSV-bestand bevat bepaalde gegevens. Gelieve aan te geven wat voor soort gegevens de import-routine kan verwachten. De optie "maak een link" betekent dat u elke vermelding in die kolom linkt aan een waarde uit je database. Een vaak gelinkte kolom is die met de IBAN-code van de tegenrekening. Die kan je dan linken aan de IBAN in jouw database.', diff --git a/resources/lang/nl_NL/firefly.php b/resources/lang/nl_NL/firefly.php index a727a603ae..19b9542520 100644 --- a/resources/lang/nl_NL/firefly.php +++ b/resources/lang/nl_NL/firefly.php @@ -589,6 +589,7 @@ return [ 'not_or_not_yet' => '(nog) niet', 'not_expected_period' => 'Niet verwacht deze periode', 'bill_is_active' => 'Contract is actief', + 'bill_expected_between' => 'Verwacht tussen :start en :end', 'bill_will_automatch' => 'Waar van toepassing wordt dit contract automatisch gekoppeld aan transacties', 'skips_over' => 'slaat over', @@ -620,7 +621,7 @@ return [ 'revenue_accounts' => 'Debiteuren', 'cash_accounts' => 'Contant geldrekeningen', 'Cash account' => 'Contant geldrekening', - 'reconcile_account' => 'Afstemmen betaalrekening ": account"', + 'reconcile_account' => 'Afstemmen betaalrekening ":account"', 'delete_reconciliation' => 'Verwijder correctie', 'update_reconciliation' => 'Update correctie', 'amount_cannot_be_zero' => 'Het bedrag mag niet nul zijn', diff --git a/resources/lang/pl_PL/csv.php b/resources/lang/pl_PL/csv.php index a4789a5db3..c78ddf0f9e 100644 --- a/resources/lang/pl_PL/csv.php +++ b/resources/lang/pl_PL/csv.php @@ -24,6 +24,12 @@ return [ 'initial_import_account_help' => 'Jeśli plik CSV NIE zawiera informacji na temat Twojego konta aktywów, skorzystaj z tego menu rozwijanego, aby wybrać, do którego konta należą transakcje z CSV.', 'initial_submit' => 'Przejdź do kroku 2/3', + // new options: + 'apply_rules_title' => 'Apply rules', + 'apply_rules_description' => 'Apply your rules. Note that this slows the import significantly.', + 'match_bills_title' => 'Match bills', + 'match_bills_description' => 'Match your bills to newly created withdrawals. Note that this slows the import significantly.', + // roles config 'roles_title' => 'Konfiguracja importu (2/3) - Określ rolę każdej z kolumn', 'roles_text' => 'Każda kolumna w pliku CSV zawiera pewne dane. Proszę podać, jakich danych importer powinien oczekiwać. Opcja "mapowania" oznacza powiązanie każdego wpisu znalezionego w kolumnie z wartością w bazie danych. Często mapowaną kolumną jest kolumna, która zawiera IBAN przeciwnego konta. Można to łatwo dopasować do obecnego w bazie danych IBAN.', diff --git a/resources/lang/pl_PL/firefly.php b/resources/lang/pl_PL/firefly.php index e616a331e8..a91ecf7106 100644 --- a/resources/lang/pl_PL/firefly.php +++ b/resources/lang/pl_PL/firefly.php @@ -589,6 +589,7 @@ return [ 'not_or_not_yet' => 'Nie (jeszcze)', 'not_expected_period' => 'Nie oczekiwany w tym okresie', 'bill_is_active' => 'Rachunek jest aktywny', + 'bill_expected_between' => 'Expected between :start and :end', 'bill_will_automatch' => 'Rachunek będzie automatycznie powiązany z pasującymi transakcjami', 'skips_over' => 'pomija', diff --git a/resources/lang/pt_BR/csv.php b/resources/lang/pt_BR/csv.php index 961502a938..58ee37692b 100644 --- a/resources/lang/pt_BR/csv.php +++ b/resources/lang/pt_BR/csv.php @@ -24,6 +24,12 @@ return [ 'initial_import_account_help' => 'If your CSV file does NOT contain information about your asset account(s), use this dropdown to select to which account the transactions in the CSV belong to.', 'initial_submit' => 'Continue with step 2/3', + // new options: + 'apply_rules_title' => 'Apply rules', + 'apply_rules_description' => 'Apply your rules. Note that this slows the import significantly.', + 'match_bills_title' => 'Match bills', + 'match_bills_description' => 'Match your bills to newly created withdrawals. Note that this slows the import significantly.', + // roles config 'roles_title' => 'Import setup (2/3) - Define each column\'s role', 'roles_text' => 'Each column in your CSV file contains certain data. Please indicate what kind of data the importer should expect. The option to "map" data means that you will link each entry found in the column to a value in your database. An often mapped column is the column that contains the IBAN of the opposing account. That can be easily matched to IBAN\'s present in your database already.', diff --git a/resources/lang/pt_BR/firefly.php b/resources/lang/pt_BR/firefly.php index a41bc50f7d..2ca45f7c21 100644 --- a/resources/lang/pt_BR/firefly.php +++ b/resources/lang/pt_BR/firefly.php @@ -589,6 +589,7 @@ return [ 'not_or_not_yet' => 'Não (ainda)', 'not_expected_period' => 'Não esperado neste período', 'bill_is_active' => 'Bill is active', + 'bill_expected_between' => 'Expected between :start and :end', 'bill_will_automatch' => 'Bill will automatically linked to matching transactions', 'skips_over' => 'skips over', diff --git a/resources/lang/ru_RU/csv.php b/resources/lang/ru_RU/csv.php index f81770ec63..e89264ff70 100644 --- a/resources/lang/ru_RU/csv.php +++ b/resources/lang/ru_RU/csv.php @@ -24,6 +24,12 @@ return [ 'initial_import_account_help' => 'Если ваш CSV-файл НЕ СОДЕРЖИТ информацию о ваших счётах, укажите счета для всех транзакций, выбрав подходящие из выпадающего списка.', 'initial_submit' => 'Перейти к шагу 2/3', + // new options: + 'apply_rules_title' => 'Apply rules', + 'apply_rules_description' => 'Apply your rules. Note that this slows the import significantly.', + 'match_bills_title' => 'Match bills', + 'match_bills_description' => 'Match your bills to newly created withdrawals. Note that this slows the import significantly.', + // roles config 'roles_title' => 'Import setup (2/3) - Define each column\'s role', 'roles_text' => 'Each column in your CSV file contains certain data. Please indicate what kind of data the importer should expect. The option to "map" data means that you will link each entry found in the column to a value in your database. An often mapped column is the column that contains the IBAN of the opposing account. That can be easily matched to IBAN\'s present in your database already.', diff --git a/resources/lang/ru_RU/firefly.php b/resources/lang/ru_RU/firefly.php index e56bd79980..62d0eb7012 100644 --- a/resources/lang/ru_RU/firefly.php +++ b/resources/lang/ru_RU/firefly.php @@ -589,6 +589,7 @@ return [ 'not_or_not_yet' => 'Not (yet)', 'not_expected_period' => 'Not expected this period', 'bill_is_active' => 'Bill is active', + 'bill_expected_between' => 'Expected between :start and :end', 'bill_will_automatch' => 'Bill will automatically linked to matching transactions', 'skips_over' => 'skips over', diff --git a/resources/lang/sl_SI/csv.php b/resources/lang/sl_SI/csv.php index e9a21edc07..b919bab392 100644 --- a/resources/lang/sl_SI/csv.php +++ b/resources/lang/sl_SI/csv.php @@ -24,6 +24,12 @@ return [ 'initial_import_account_help' => 'Če vaša CSV datoteka ne vsebuje informacij o vaših premoženjskih računih, uporabite ta seznam, da izberete kateremu računu pripadajo transakcije v CSV datoteki.', 'initial_submit' => 'Nadaljujte s korakom 2/3', + // new options: + 'apply_rules_title' => 'Apply rules', + 'apply_rules_description' => 'Apply your rules. Note that this slows the import significantly.', + 'match_bills_title' => 'Match bills', + 'match_bills_description' => 'Match your bills to newly created withdrawals. Note that this slows the import significantly.', + // roles config 'roles_title' => 'Nastavitve uvoza (1/3) - Določite vlogo vsakega stolpca', 'roles_text' => 'Vsak stolpec v vaši datoteki CSV vsebuje določene podatke. Določite, kateri podatki se pričakujejo v katerih stolpcih. Možnost »mapiranja« podatkov pomeni, da boste vsak vnos, ki ste ga našli v stolpcu, povezal z vrednostjo v svoji bazi podatkov. Često izbran je stolpec, ki vsebuje IBAN protiračuna. Tako je mogoče transackijo enostavno povezati s protiračunom v vaši bazi podatkov.', diff --git a/resources/lang/sl_SI/firefly.php b/resources/lang/sl_SI/firefly.php index b171129468..c5bcfe6333 100644 --- a/resources/lang/sl_SI/firefly.php +++ b/resources/lang/sl_SI/firefly.php @@ -589,6 +589,7 @@ return [ 'not_or_not_yet' => 'Not (yet)', 'not_expected_period' => 'Not expected this period', 'bill_is_active' => 'Bill is active', + 'bill_expected_between' => 'Expected between :start and :end', 'bill_will_automatch' => 'Bill will automatically linked to matching transactions', 'skips_over' => 'skips over',