Skip to content

Commit

Permalink
fix: mention order types in field description
Browse files Browse the repository at this point in the history
(cherry picked from commit 11702ae)
  • Loading branch information
barredterra authored and mergify[bot] committed Dec 17, 2024
1 parent 16ab7e2 commit d23fe75
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions banking/ebics/doctype/ebics_user/ebics_user.json
Original file line number Diff line number Diff line change
Expand Up @@ -123,14 +123,14 @@
},
{
"default": "0",
"description": "If enabled, transactions are downloaded four times a day, otherwise once a day.",
"description": "If enabled, <code>camt.052</code> transactions are downloaded four times a day. Otherwise <code>camt.053</code> transactions are downloaded once a day.",
"fieldname": "intraday_sync",
"fieldtype": "Check",
"label": "Intraday Sync"
}
],
"links": [],
"modified": "2024-12-09 17:09:21.685988",
"modified": "2024-12-17 17:32:29.103126",
"modified_by": "Administrator",
"module": "EBICS",
"name": "EBICS User",
Expand Down
2 changes: 1 addition & 1 deletion banking/translations/de.csv
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ Field {} does not exist in {}. Please check the configuration in Banking Setting
"<ul><li>It stores DocType-wise mapping of fields that should be considered as 'reference number' fields in Bank Reconciliation Tool Beta</li><li>Link and Data fields are supported</li><li>The field must have a singular reference number for matching with Bank Transactions</li></ul>","<ul><li>DocType-weise Zuordnung von Feldern, die im Bankabgleich Beta als zusätzliche Referenznummer verwendet werden sollen</li><li>Es werden Link- und Datenfelder unterstützt</li><li>Das Feld sollte genau eine Referenznummer enthalten, die auch in der Banktransaktionen vorkommen kann</li></ul>",
=======
Intraday Sync,Untertägige Synchronisation,
"If enabled, transactions are downloaded four times a day, otherwise once a day.","Falls aktiviert, werden Transaktionen viermal am Tag heruntergeladen, andernfalls einmal am Tag.",
"If enabled, <code>camt.052</code> transactions are downloaded four times a day. Otherwise <code>camt.053</code> transactions are downloaded once a day.","Falls aktiviert, werden <code>camt.052</code>-Transaktionen viermal am Tag heruntergeladen. Andernfalls werden <code>camt.053</code>-Transaktionen einmal am Tag heruntergeladen.",
"It seems like EBICS User {0} lacks permission 'C52' for downloading intraday transactions. The permitted types are: {1}.","Es scheint, dass dem EBICS-Benutzer {0} die Berechtigung 'C52' zum Herunterladen von untertägigen Kontoauszügen fehlt. Die zulässigen Typen sind: {1}.",
"It seems like EBICS User {0} lacks permission 'C53' for downloading booked bank statements. The permitted types are: {1}.","Es scheint, dass dem EBICS-Benutzer {0} die Berechtigung 'C53' zum Herunterladen von gebuchten Kontoauszügen fehlt. Die zulässigen Typen sind: {1}.",
>>>>>>> 31d7ce7 (feat: add german translations)

0 comments on commit d23fe75

Please sign in to comment.