|
16 | 16 | "account.new": "Konto hinzufügen", |
17 | 17 | "account.noAccounts": "Du hast keine Konten!", |
18 | 18 | "account.postTransactionBalance": "Kontostand nach dieser Buchung", |
| 19 | + "account.primaryAccount": "Hauptkonto", |
| 20 | + "account.primaryAccount.changeDescription": "Sie können ein anderes Konto als Hauptkonto festlegen, indem Sie zur Bearbeitungsseite dieses Kontos gehen.", |
| 21 | + "account.primaryAccount.description": "Das Hauptkonto wird als Standardkonto für neue Transaktionen und andere Funktionen verwendet.", |
| 22 | + "account.primaryAccount.notPrimary": "Nicht primäres Konto", |
| 23 | + "account.primaryAccount.set": "Als Hauptkonto festlegen", |
19 | 24 | "account.thisMonth": "Dieser Monat", |
20 | 25 | "account.transactions": "Buchungen", |
21 | 26 | "account.transactions.title": "Buchungen von „{account}“", |
|
134 | 139 | "enum.TransactionEntryAction@inputTitle": "Titel eingeben", |
135 | 140 | "enum.TransactionEntryAction@selectAccount": "Konto auswählen", |
136 | 141 | "enum.TransactionEntryAction@selectCategoryOrTransferAccount": "Kategorie/Transferkonto auswählen", |
| 142 | + "enum.TransactionEntryAction@selectPrimaryAccount": "Primärkonto auswählen", |
137 | 143 | "enum.TransactionEntryAction@selectTags": "Tags auswählen", |
138 | 144 | "enum.TransactionFilterRangePreset@allTime": "Gesamter Zeitraum", |
139 | 145 | "enum.TransactionFilterRangePreset@last30Days": "Letzte 30 Tage", |
|
321 | 327 | "preferences.transactionEntryFlow.abandonUponCancelForm": "Ablauf beenden, wenn eines der Formulare abgebrochen wird", |
322 | 328 | "preferences.transactionEntryFlow.actions": "Liste der Aktionen", |
323 | 329 | "preferences.transactionEntryFlow.actions.description": "Du kannst sie durch Ziehen neu anordnen", |
324 | | - "preferences.transactionEntryFlow.description": "Um Zeit zu sparen, öffnet Flow beim Erstellen einer Transaktion automatisch einige Formulare.", |
| 330 | + "preferences.transactionEntryFlow.actions.lastItem": "Muss das letzte Element sein", |
| 331 | + "preferences.transactionEntryFlow.description": "Um Zeit zu sparen öffnet Flow beim Erstellen einer Transaktion automatisch einige Formulare. Sie können alle automatischen Einträge deaktivieren, wenn Sie die Formulare lieber manuell öffnen möchten.", |
| 332 | + "preferences.transactionEntryFlow.skipSelectedFields": "Bereits ausgewählte Felder überspringen", |
325 | 333 | "preferences.transactions": "Buchungen", |
326 | 334 | "preferences.transactions.geo": "Standort der Buchung", |
327 | 335 | "preferences.transactions.geo.auto.description": "Dein aktueller Standort wird automatisch zu neuen Buchungen hinzugefügt. Auch wenn das ausgeschaltet ist, kannst du immer noch einen Ort auf der Karte auswählen und hinzufügen.", |
|
662 | 670 | "transactionFilterPreset.saveAsNew.guide": "Um eine neue Voreinstellung zu speichern, ändere die Filter und komm hierher zurück.", |
663 | 671 | "transactionFilterPreset.saveAsNew.name": "Name der Voreinstellung", |
664 | 672 | "transactions.all": "Alle Buchungen", |
| 673 | + "transactions.batch.assignAccountForAll": "Konten für alle zuweisen", |
| 674 | + "transactions.batch.assignAccountIndividually": "Konten einzeln zuweisen", |
| 675 | + "transactions.batch.import": "Stapelimport", |
| 676 | + "transactions.batch.import.success": "Erfolgreich {n} Transaktionen importiert", |
| 677 | + "transactions.batch.importN": "{n} Transaktionen importieren", |
| 678 | + "transactions.batch.review": "Bitte überprüfen Sie die Transaktionen", |
665 | 679 | "transactions.count": "{} Buchungen", |
666 | 680 | "transactions.pending": "Ausstehende Buchungen", |
667 | 681 | "transactions.query.clearAll": "Filter löschen", |
|
0 commit comments