fix: make Dr/Cr in CoA translatable (#39033)

* fix: make Dr/Cr in CoA translatable

* fix: german translations
This commit is contained in:
Raffael Meyer 2024-01-05 19:03:42 +01:00 committed by GitHub
parent 54383cfb55
commit 07b605a287
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -77,7 +77,7 @@ frappe.treeview_settings["Account"] = {
// show Dr if positive since balance is calculated as debit - credit else show Cr // show Dr if positive since balance is calculated as debit - credit else show Cr
const balance = account.balance_in_account_currency || account.balance; const balance = account.balance_in_account_currency || account.balance;
const dr_or_cr = balance > 0 ? "Dr": "Cr"; const dr_or_cr = balance > 0 ? __("Dr"): __("Cr");
const format = (value, currency) => format_currency(Math.abs(value), currency); const format = (value, currency) => format_currency(Math.abs(value), currency);
if (account.balance!==undefined) { if (account.balance!==undefined) {

View File

@ -600,7 +600,7 @@ Course Code: ,Kurscode:,
Course Enrollment {0} does not exists,Die Kursanmeldung {0} existiert nicht, Course Enrollment {0} does not exists,Die Kursanmeldung {0} existiert nicht,
Course Schedule,Kurstermine, Course Schedule,Kurstermine,
Course: ,Kurs:, Course: ,Kurs:,
Cr,Haben, Cr,H,
Create,Erstellen, Create,Erstellen,
Create BOM,Stückliste anlegen, Create BOM,Stückliste anlegen,
Create Delivery Trip,Erstelle Auslieferungsfahrt, Create Delivery Trip,Erstelle Auslieferungsfahrt,
@ -3401,7 +3401,7 @@ Do you want to submit the material request,Möchten Sie die Materialanfrage einr
Doctype,DocType, Doctype,DocType,
Document {0} successfully uncleared,Dokument {0} wurde nicht erfolgreich gelöscht, Document {0} successfully uncleared,Dokument {0} wurde nicht erfolgreich gelöscht,
Download Template,Vorlage herunterladen, Download Template,Vorlage herunterladen,
Dr,Soll, Dr,S,
Due Date,Fälligkeitsdatum, Due Date,Fälligkeitsdatum,
Duplicate,Duplizieren, Duplicate,Duplizieren,
Duplicate Project with Tasks,Projekt mit Aufgaben duplizieren, Duplicate Project with Tasks,Projekt mit Aufgaben duplizieren,
@ -7370,6 +7370,7 @@ Default Stock UOM,Standardlagermaßeinheit,
Sample Retention Warehouse,Beispiel Retention Warehouse, Sample Retention Warehouse,Beispiel Retention Warehouse,
Default Valuation Method,Standard-Bewertungsmethode, Default Valuation Method,Standard-Bewertungsmethode,
Show Barcode Field,Anzeigen Barcode-Feld, Show Barcode Field,Anzeigen Barcode-Feld,
Show Balances in Chart Of Accounts,Saldo in Kontenplan anzeigen,
Convert Item Description to Clean HTML,Elementbeschreibung in HTML bereinigen, Convert Item Description to Clean HTML,Elementbeschreibung in HTML bereinigen,
Allow Negative Stock,Negativen Lagerbestand zulassen, Allow Negative Stock,Negativen Lagerbestand zulassen,
Automatically Set Serial Nos based on FIFO,Automatisch Seriennummern auf Basis FIFO einstellen, Automatically Set Serial Nos based on FIFO,Automatisch Seriennummern auf Basis FIFO einstellen,
@ -8812,7 +8813,6 @@ Column {0},Spalte {0},
Field Mapping,Feldzuordnung, Field Mapping,Feldzuordnung,
Not Specified,Keine Angabe, Not Specified,Keine Angabe,
Update Type,Aktualisierungsart, Update Type,Aktualisierungsart,
Dr,Soll,
End Time,Endzeit, End Time,Endzeit,
Fetching...,Abrufen ..., Fetching...,Abrufen ...,
"It seems that there is an issue with the server's stripe configuration. In case of failure, the amount will get refunded to your account.","Es scheint, dass ein Problem mit der Stripe-Konfiguration des Servers vorliegt. Im Falle eines Fehlers wird der Betrag Ihrem Konto gutgeschrieben.", "It seems that there is an issue with the server's stripe configuration. In case of failure, the amount will get refunded to your account.","Es scheint, dass ein Problem mit der Stripe-Konfiguration des Servers vorliegt. Im Falle eines Fehlers wird der Betrag Ihrem Konto gutgeschrieben.",

Can't render this file because it is too large.