@openmrs/esm-billing-app 1.1.1 → 1.1.2-pre.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/cache/53e233a916ffe7d2-meta.json +1 -0
- package/.turbo/cache/53e233a916ffe7d2.tar.zst +0 -0
- package/.turbo/turbo-build.log +44 -0
- package/__mocks__/bills.mock.ts +6 -5
- package/dist/1119.js +1 -1
- package/dist/1197.js +1 -1
- package/dist/1435.js +1 -0
- package/dist/1435.js.map +1 -0
- package/dist/1807.js +1 -0
- package/dist/1807.js.map +1 -0
- package/dist/2146.js +1 -1
- package/dist/2177.js +1 -1
- package/dist/2177.js.map +1 -1
- package/dist/2690.js +1 -1
- package/dist/2704.js +1 -0
- package/dist/2704.js.map +1 -0
- package/dist/3002.js +1 -0
- package/dist/3002.js.map +1 -0
- package/dist/3041.js +1 -1
- package/dist/3041.js.map +1 -1
- package/dist/3099.js +1 -1
- package/dist/3184.js +1 -1
- package/dist/3184.js.map +1 -1
- package/dist/3584.js +1 -1
- package/dist/4055.js +1 -1
- package/dist/4132.js +1 -1
- package/dist/4225.js +1 -1
- package/dist/4225.js.map +1 -1
- package/dist/4300.js +1 -1
- package/dist/4335.js +1 -1
- package/dist/439.js +1 -1
- package/dist/4618.js +1 -1
- package/dist/4652.js +1 -1
- package/dist/4944.js +1 -1
- package/dist/5173.js +1 -1
- package/dist/5241.js +1 -1
- package/dist/5422.js +1 -1
- package/dist/5422.js.map +1 -1
- package/dist/5442.js +1 -1
- package/dist/5661.js +1 -1
- package/dist/6022.js +1 -1
- package/dist/6404.js +1 -0
- package/dist/6404.js.map +1 -0
- package/dist/6468.js +1 -1
- package/dist/6540.js +1 -1
- package/dist/6540.js.map +1 -1
- package/dist/6589.js +1 -1
- package/dist/6606.js +1 -1
- package/dist/6606.js.map +1 -1
- package/dist/6679.js +1 -1
- package/dist/6792.js +1 -0
- package/dist/6792.js.map +1 -0
- package/dist/6840.js +1 -1
- package/dist/6859.js +1 -1
- package/dist/7097.js +1 -1
- package/dist/7159.js +1 -1
- package/dist/723.js +1 -1
- package/dist/7255.js +1 -1
- package/dist/7255.js.map +1 -1
- package/dist/7617.js +1 -1
- package/dist/795.js +1 -1
- package/dist/8163.js +1 -1
- package/dist/8341.js +2 -0
- package/dist/{1907.js.LICENSE.txt → 8341.js.LICENSE.txt} +0 -15
- package/dist/8341.js.map +1 -0
- package/dist/8349.js +1 -1
- package/dist/8371.js +1 -1
- package/dist/8421.js +1 -0
- package/dist/8421.js.map +1 -0
- package/dist/8618.js +1 -1
- package/dist/890.js +1 -1
- package/dist/9214.js +1 -1
- package/dist/9538.js +1 -1
- package/dist/9569.js +1 -1
- package/dist/961.js +1 -1
- package/dist/961.js.map +1 -1
- package/dist/986.js +1 -1
- package/dist/9879.js +1 -1
- package/dist/9895.js +1 -1
- package/dist/9900.js +1 -1
- package/dist/9913.js +1 -1
- package/dist/main.js +1 -1
- package/dist/main.js.LICENSE.txt +0 -15
- package/dist/main.js.map +1 -1
- package/dist/openmrs-esm-billing-app.js +1 -1
- package/dist/openmrs-esm-billing-app.js.buildmanifest.json +284 -259
- package/dist/openmrs-esm-billing-app.js.map +1 -1
- package/dist/routes.json +1 -1
- package/e2e/commands/patient-operations.ts +1 -1
- package/e2e/pages/billing-dashboard-page.ts +3 -1
- package/e2e/pages/billing-form-page.ts +5 -0
- package/e2e/pages/invoice-page.ts +10 -0
- package/e2e/specs/billing-dashboard.spec.ts +126 -3
- package/e2e/specs/billing-patient-chart.spec.ts +95 -9
- package/package.json +3 -6
- package/src/bill-history/bill-action-menu.component.tsx +41 -0
- package/src/bill-history/bill-action-menu.scss +3 -0
- package/src/bill-history/bill-history.component.tsx +15 -5
- package/src/bill-history/bill-history.scss +0 -1
- package/src/bill-history/bill-history.test.tsx +78 -1
- package/src/bill-item-actions/edit-bill-item.modal.tsx +1 -1
- package/src/bill-item-actions/edit-bill-item.test.tsx +40 -0
- package/src/billable-services/bill-waiver/bill-waiver.component.tsx +3 -1
- package/src/billing-dashboard/billing-dashboard.component.tsx +3 -16
- package/src/billing-form/billing-checkin-form.component.tsx +116 -57
- package/src/billing-form/billing-checkin-form.scss +26 -2
- package/src/billing-form/billing-checkin-form.test.tsx +51 -1
- package/src/billing-form/billing-form.resource.test.ts +87 -0
- package/src/billing-form/billing-form.resource.ts +33 -0
- package/src/billing-form/billing-form.scss +54 -7
- package/src/billing-form/billing-form.test.tsx +547 -0
- package/src/billing-form/billing-form.workspace.tsx +150 -45
- package/src/billing-form/visit-attributes/visit-attributes-form.component.tsx +25 -2
- package/src/billing-form/visit-attributes/visit-attributes-form.scss +29 -0
- package/src/billing-header/billing-header.component.tsx +1 -34
- package/src/billing-header/billing-header.scss +0 -50
- package/src/billing.resource.test.ts +11 -11
- package/src/billing.resource.ts +42 -12
- package/src/bills-table/bills-table.component.tsx +16 -12
- package/src/bills-table/bills-table.test.tsx +84 -7
- package/src/index.ts +5 -0
- package/src/invoice/invoice.component.tsx +46 -16
- package/src/invoice/invoice.scss +9 -8
- package/src/invoice/invoice.test.tsx +128 -7
- package/src/invoice/line-item-action-menu.component.tsx +2 -2
- package/src/invoice/payments/payments.component.tsx +2 -2
- package/src/invoice/payments/payments.test.tsx +31 -2
- package/src/metrics-cards/metrics.resource.ts +3 -4
- package/src/modal/finalize-bill-confirmation.modal.test.tsx +209 -0
- package/src/modal/finalize-bill-confirmation.modal.tsx +86 -0
- package/src/modal/require-payment.modal.tsx +2 -1
- package/src/routes.json +4 -0
- package/src/types/index.ts +10 -1
- package/tools/setup-tests.ts +7 -6
- package/translations/am.json +28 -0
- package/translations/ar.json +28 -0
- package/translations/ar_SY.json +28 -0
- package/translations/bn.json +28 -0
- package/translations/cs.json +28 -0
- package/translations/de.json +266 -238
- package/translations/en.json +29 -0
- package/translations/en_US.json +28 -0
- package/translations/es.json +28 -0
- package/translations/es_MX.json +28 -0
- package/translations/fr.json +28 -0
- package/translations/he.json +28 -0
- package/translations/hi.json +28 -0
- package/translations/hi_IN.json +28 -0
- package/translations/id.json +28 -0
- package/translations/it.json +28 -0
- package/translations/ka.json +28 -0
- package/translations/km.json +28 -0
- package/translations/ku.json +28 -0
- package/translations/ky.json +28 -0
- package/translations/lg.json +28 -0
- package/translations/ne.json +28 -0
- package/translations/pl.json +28 -0
- package/translations/pt.json +28 -0
- package/translations/pt_BR.json +28 -0
- package/translations/qu.json +28 -0
- package/translations/ro_RO.json +28 -0
- package/translations/ru_RU.json +28 -0
- package/translations/si.json +28 -0
- package/translations/sq.json +28 -0
- package/translations/sw.json +28 -0
- package/translations/sw_KE.json +28 -0
- package/translations/tr.json +28 -0
- package/translations/tr_TR.json +28 -0
- package/translations/uk.json +28 -0
- package/translations/uz.json +28 -0
- package/translations/uz@Latn.json +28 -0
- package/translations/uz_UZ.json +28 -0
- package/translations/vi.json +28 -0
- package/translations/zh.json +268 -240
- package/translations/zh_CN.json +30 -2
- package/translations/zh_TW.json +28 -0
- package/turbo.json +29 -0
- package/dist/1537.js +0 -1
- package/dist/1537.js.map +0 -1
- package/dist/1907.js +0 -2
- package/dist/1907.js.map +0 -1
- package/dist/1981.js +0 -1
- package/dist/1981.js.map +0 -1
- package/dist/2820.js +0 -1
- package/dist/2820.js.map +0 -1
- package/dist/8025.js +0 -1
- package/dist/8025.js.map +0 -1
- package/dist/9727.js +0 -2
- package/dist/9727.js.LICENSE.txt +0 -14
- package/dist/9727.js.map +0 -1
- package/dist/9756.js +0 -1
- package/dist/9756.js.map +0 -1
- package/src/hooks/selectedDateContext.ts +0 -10
package/translations/de.json
CHANGED
|
@@ -1,245 +1,273 @@
|
|
|
1
1
|
{
|
|
2
|
-
"add": "
|
|
3
|
-
"addBillableService": "
|
|
4
|
-
"addBillItems": "
|
|
5
|
-
"addCashPoint": "
|
|
6
|
-
"
|
|
7
|
-
"
|
|
8
|
-
"
|
|
9
|
-
"
|
|
10
|
-
"
|
|
11
|
-
"
|
|
12
|
-
"
|
|
13
|
-
"
|
|
14
|
-
"
|
|
15
|
-
"
|
|
16
|
-
"
|
|
17
|
-
"
|
|
18
|
-
"
|
|
19
|
-
"
|
|
20
|
-
"
|
|
21
|
-
"
|
|
22
|
-
"
|
|
23
|
-
"
|
|
24
|
-
"
|
|
25
|
-
"
|
|
26
|
-
"
|
|
27
|
-
"
|
|
28
|
-
"
|
|
29
|
-
"
|
|
30
|
-
"
|
|
31
|
-
"
|
|
32
|
-
"
|
|
33
|
-
"
|
|
34
|
-
"
|
|
35
|
-
"
|
|
36
|
-
"
|
|
37
|
-
"
|
|
38
|
-
"
|
|
39
|
-
"
|
|
40
|
-
"
|
|
41
|
-
"
|
|
42
|
-
"
|
|
43
|
-
"
|
|
44
|
-
"
|
|
45
|
-
"
|
|
46
|
-
"
|
|
47
|
-
"
|
|
48
|
-
"
|
|
2
|
+
"add": "Hinzufügen",
|
|
3
|
+
"addBillableService": "Abrechnungsfähige Leistung hinzufügen",
|
|
4
|
+
"addBillItems": "Rechnungspositionen hinzufügen",
|
|
5
|
+
"addCashPoint": "Zahlungsstelle hinzufügen",
|
|
6
|
+
"addItemsToBill": "Artikel zur Rechnung hinzufügen",
|
|
7
|
+
"addNewBillableService": "Neue abrechnungsfähige Leistung hinzufügen",
|
|
8
|
+
"addNewCashPoint": "Neue Zahlungsstelle hinzufügen",
|
|
9
|
+
"addNewPaymentMode": "Neue Zahlungsmethode hinzufügen",
|
|
10
|
+
"addNewService": "Neue Dienstleistung hinzufügen",
|
|
11
|
+
"addPaymentMode": "Zahlungsmethode hinzufügen",
|
|
12
|
+
"addPaymentOption": "Zahlungsoption hinzufügen",
|
|
13
|
+
"address": "Adresse",
|
|
14
|
+
"allBills": "Alle Rechnungen",
|
|
15
|
+
"amount": "Betrag",
|
|
16
|
+
"amountBalance": "Kontostand",
|
|
17
|
+
"amountDue": "Fälliger Betrag",
|
|
18
|
+
"amountMustBePositive": "Der Betrag muss größer als 0 sein",
|
|
19
|
+
"amountPaid": "Bezahlter Betrag",
|
|
20
|
+
"amountRequired": "Betrag ist erforderlich",
|
|
21
|
+
"amountTendered": "Ausgeschriebener Betrag",
|
|
22
|
+
"amountToWaiveAriaLabel": "Geben Sie den Betrag ein, auf den verzichtet werden soll",
|
|
23
|
+
"amountToWaiveHelper": "Geben Sie den Betrag an, der von der Rechnung abgezogen werden soll",
|
|
24
|
+
"amountToWaiveLabel": "Verzichtssumme",
|
|
25
|
+
"associatedConcept": "Verwandtes Konzept",
|
|
26
|
+
"balance": "Bilanz",
|
|
27
|
+
"billableService": "Abrechnungsfähige Leistung",
|
|
28
|
+
"billableServiceCreated": "Abrechnungsfähige Leistung erstellt",
|
|
29
|
+
"billableServiceCreatedSuccessfully": "Abrechnungsfähige Leistung erfolgreich erstellt",
|
|
30
|
+
"billableServiceForm": "Abrechnungsfähige Leistungsformular",
|
|
31
|
+
"billableServices": "Abrechnungsfähige Leistungen",
|
|
32
|
+
"billableServices__lower": "Abrechnungsfähige Leistungen",
|
|
33
|
+
"billableServicesManagement": "Abrechnungsfähige Leistungsverwaltung",
|
|
34
|
+
"billableServiceUpdated": "Abrechnungsfähige Leistung aktualisiert",
|
|
35
|
+
"billableServiceUpdatedSuccessfully": "Abrechnungsfähige Leistung erfolgreich aktualisiert",
|
|
36
|
+
"billAmount": "Rechnungsbetrag",
|
|
37
|
+
"billCreatedSuccessfully": "Rechnung erfolgreich erstellt",
|
|
38
|
+
"billCreationError": "Fehler bei der Rechnungserstellung",
|
|
39
|
+
"billDate": "Rechnungsdatum",
|
|
40
|
+
"billedItems": "Rechnungspositionen",
|
|
41
|
+
"billErrorService": "Fehler beim Abrechnungsdienst",
|
|
42
|
+
"billFinalized": "Bill finalized",
|
|
43
|
+
"billFinalizedSuccess": "Bill has been finalized successfully",
|
|
44
|
+
"billFinalizeFailed": "Failed to finalize bill",
|
|
45
|
+
"billing": "Abrechnung",
|
|
46
|
+
"billingHistory": "Abrechnungshistorie",
|
|
47
|
+
"billingSettings": "Abrechnungseinstellungen",
|
|
48
|
+
"billItem": "Rechnungsposition",
|
|
49
|
+
"billItems": "Rechnungspositionen",
|
|
50
|
+
"billLineItemEmpty": "Dieser Rechnungsbeleg enthält keine Einzelposten",
|
|
51
|
+
"billList": "Rechnungsliste",
|
|
52
|
+
"billMetrics": "Rechnungskennzahlen",
|
|
49
53
|
"billName": "{{billName}}",
|
|
50
|
-
"billPayment": "
|
|
51
|
-
"billPaymentError": "
|
|
52
|
-
"billPaymentRequiredMessage": "
|
|
53
|
-
"billProcessed": "
|
|
54
|
-
"billProcessedSuccessfully": "
|
|
55
|
-
"billProcessingError": "
|
|
56
|
-
"billsTable": "
|
|
57
|
-
"billTotal": "
|
|
58
|
-
"billWaiver": "
|
|
59
|
-
"billWaiverError": "
|
|
60
|
-
"billWaiverSuccess": "
|
|
61
|
-
"birthDate": "
|
|
62
|
-
"cashPointConfig": "
|
|
63
|
-
"cashPointHistory": "
|
|
64
|
-
"cashPointLocation": "
|
|
65
|
-
"cashPointName": "
|
|
66
|
-
"cashPointNamePlaceholder": "
|
|
67
|
-
"cashPointNameRequired": "
|
|
68
|
-
"cashPointSaved": "
|
|
69
|
-
"cashPointUuid": "
|
|
70
|
-
"cashPointUuidPlaceholder": "
|
|
71
|
-
"checkFilters": "
|
|
72
|
-
"childUnder5": "
|
|
73
|
-
"clearSearch": "
|
|
74
|
-
"confirmDeleteMessage": "
|
|
75
|
-
"
|
|
76
|
-
"
|
|
77
|
-
"
|
|
78
|
-
"
|
|
79
|
-
"
|
|
80
|
-
"
|
|
81
|
-
"
|
|
82
|
-
"
|
|
83
|
-
"
|
|
84
|
-
"
|
|
85
|
-
"
|
|
86
|
-
"
|
|
87
|
-
"
|
|
88
|
-
"
|
|
89
|
-
"
|
|
90
|
-
"
|
|
91
|
-
"
|
|
92
|
-
"
|
|
93
|
-
"
|
|
94
|
-
"
|
|
95
|
-
"
|
|
96
|
-
"
|
|
97
|
-
"
|
|
98
|
-
"
|
|
99
|
-
"
|
|
100
|
-
"
|
|
101
|
-
"
|
|
102
|
-
"
|
|
103
|
-
"
|
|
104
|
-
"
|
|
105
|
-
"
|
|
106
|
-
"
|
|
107
|
-
"
|
|
108
|
-
"
|
|
109
|
-
"
|
|
110
|
-
"
|
|
111
|
-
"
|
|
112
|
-
"
|
|
113
|
-
"
|
|
114
|
-
"
|
|
115
|
-
"
|
|
116
|
-
"
|
|
117
|
-
"
|
|
118
|
-
"
|
|
119
|
-
"
|
|
120
|
-
"
|
|
121
|
-
"
|
|
122
|
-
"
|
|
123
|
-
"
|
|
124
|
-
"
|
|
125
|
-
"
|
|
126
|
-
"
|
|
127
|
-
"
|
|
128
|
-
"
|
|
129
|
-
"
|
|
130
|
-
"
|
|
131
|
-
"
|
|
132
|
-
"
|
|
133
|
-
"
|
|
134
|
-
"
|
|
135
|
-
"
|
|
136
|
-
"
|
|
137
|
-
"
|
|
138
|
-
"
|
|
139
|
-
"
|
|
140
|
-
"
|
|
141
|
-
"
|
|
142
|
-
"
|
|
143
|
-
"
|
|
144
|
-
"
|
|
145
|
-
"
|
|
54
|
+
"billPayment": "Rechnungszahlung",
|
|
55
|
+
"billPaymentError": "Fehler bei der Rechnungszahlung",
|
|
56
|
+
"billPaymentRequiredMessage": "Für den aktuellen Patienten liegt eine offene Rechnung vor. Weisen Sie den Patienten an, die Rechnung zu begleichen, bevor er Leistungen in Anspruch nimmt",
|
|
57
|
+
"billProcessed": "Rechnung bearbeitet",
|
|
58
|
+
"billProcessedSuccessfully": "Rechnung erfolgreich bearbeitet",
|
|
59
|
+
"billProcessingError": "Fehler bei der Rechnungsverarbeitung",
|
|
60
|
+
"billsTable": "Rechnungsübersicht",
|
|
61
|
+
"billTotal": "Gesamtrechnung",
|
|
62
|
+
"billWaiver": "Verzicht auf Rechnungsstellung",
|
|
63
|
+
"billWaiverError": "Der Antrag auf Gebührenbefreiung ist fehlgeschlagen {{error}}",
|
|
64
|
+
"billWaiverSuccess": "Erfolgreicher Verzicht auf die Rechnung",
|
|
65
|
+
"birthDate": "Geburtstag",
|
|
66
|
+
"cashPointConfig": "Konfiguration der Zahlungsstelle",
|
|
67
|
+
"cashPointHistory": "Historieder Zahlungsstelle",
|
|
68
|
+
"cashPointLocation": "Standort der Zahlungsstelle",
|
|
69
|
+
"cashPointName": "Name der Zahlungsstelle",
|
|
70
|
+
"cashPointNamePlaceholder": "Zum Beispiel, „Pharmacy Cash Point“",
|
|
71
|
+
"cashPointNameRequired": "Name der Zahlungsstelle ist erforderlich",
|
|
72
|
+
"cashPointSaved": "Zahlungsstelle erfolgreich gespeichert",
|
|
73
|
+
"cashPointUuid": "Zahlungsstellen-UUID",
|
|
74
|
+
"cashPointUuidPlaceholder": "UUID eingeben",
|
|
75
|
+
"checkFilters": "Überprüfe die Filter oben",
|
|
76
|
+
"childUnder5": "Kind unter 5",
|
|
77
|
+
"clearSearch": "Leeren",
|
|
78
|
+
"confirmDeleteMessage": "Möchten Sie diese Zahlungsart wirklich löschen? Gehen Sie bitte vorsichtig vor.",
|
|
79
|
+
"createBill": "Rechnung erstellen",
|
|
80
|
+
"cumulativeBills": "Kumulierte Rechnungen",
|
|
81
|
+
"currentPrice": "Aktueller Preis",
|
|
82
|
+
"date": "Datum",
|
|
83
|
+
"dateAndTime": "Datum und Zeit",
|
|
84
|
+
"dateOfPayment": "Zahlungsdatum",
|
|
85
|
+
"deleteConfirmation": "Möchten Sie „{{itemName}}“ wirklich aus dieser Rechnung löschen?",
|
|
86
|
+
"deleteFailedTryAgain": "Die Einzelposition kann nicht gelöscht werden. Bitte versuchen Sie es erneut.",
|
|
87
|
+
"deleteLineItem": "Einzelposten löschen",
|
|
88
|
+
"deletePaymentMode": "Zahlungsmethode löschen",
|
|
89
|
+
"deleteReason": "Grund für die Löschung",
|
|
90
|
+
"deleteReasonPlaceholder": "Geben Sie den Grund für die Streichung dieses Postens aus der Rechnung an",
|
|
91
|
+
"deleting": "Löschen",
|
|
92
|
+
"description": "Beschreibung",
|
|
93
|
+
"descriptionPlaceholder": "Beispielsweise für alle Bargeldtransaktionen",
|
|
94
|
+
"discard": "Verwerfen",
|
|
95
|
+
"discount": "Rabatt",
|
|
96
|
+
"editBillableService": "Abrechnungsfähige Leistung bearbeiten",
|
|
97
|
+
"editBillLineItem": "Rechnungsposition bearbeiten",
|
|
98
|
+
"editPaymentMode": "Zahlungsmethode bearbeiten",
|
|
99
|
+
"enterAmount": "Betrag eingeben",
|
|
100
|
+
"enterReferenceNumber": "Referenznummer eingeben",
|
|
101
|
+
"enterSellingPrice": "Verkaufspreis eingeben",
|
|
102
|
+
"enterServiceName": "Leistungsname eingeben",
|
|
103
|
+
"enterServiceShortName": "Geben Sie den Kurznamen der Dienstleistung ein",
|
|
104
|
+
"errorCreatingBill": "Beim Erstellen der Rechnung ist ein Fehler aufgetreten",
|
|
105
|
+
"errorDeletingPaymentMode": "Beim Löschen der Zahlungsmethode ist ein Fehler aufgetreten.",
|
|
106
|
+
"errorFetchingCashPoints": "Beim Abrufen der Zahlungsstellen ist ein Fehler aufgetreten.",
|
|
107
|
+
"errorFetchingLocations": "Beim Abrufen der Standorte ist ein Fehler aufgetreten.",
|
|
108
|
+
"errorLoadingBill": "Fehler beim Laden der Rechnung",
|
|
109
|
+
"errorLoadingBillableServices": "Fehler beim Laden der abrechnungsfähigen Leistungen",
|
|
110
|
+
"errorLoadingBillServices": "Fehler beim Laden der Leistung",
|
|
111
|
+
"errorLoadingLastVisit": "An error occurred while loading the last visit",
|
|
112
|
+
"errorLoadingPaymentModes": "Fehler beim Laden der Zahlungsmethoden",
|
|
113
|
+
"errorPrintingInvoice": "Fehler beim Drucken der Rechnung",
|
|
114
|
+
"errorProcessingPayment": "Fehler bei der Zahlungsabwicklung",
|
|
115
|
+
"errorSavingCashPoint": "Beim Speichern der Zahlungsstelle ist ein Fehler aufgetreten.",
|
|
116
|
+
"errorSavingPaymentMode": "Beim Speichern der Zahlungsart ist ein Fehler aufgetreten.",
|
|
117
|
+
"existingItems": "Vorhandene Artikel",
|
|
118
|
+
"filterBillsByPatient": "Rechnungen nach Patientennamen oder Identifikationsnummer filtern",
|
|
119
|
+
"filterBy": "Filtern nach:",
|
|
120
|
+
"filterTable": "Tabelle filtern",
|
|
121
|
+
"finalize": "Finalize",
|
|
122
|
+
"finalizeBill": "Finalize bill",
|
|
123
|
+
"finalizeBillConfirmation": "Are you sure you want to finalize this bill? Once finalized, no further modifications to the bill will be allowed.",
|
|
124
|
+
"finalizeFailedTryAgain": "Unable to finalize bill. Please try again.",
|
|
125
|
+
"finalizing": "Finalizing",
|
|
126
|
+
"gender": "Geschlecht",
|
|
127
|
+
"grandTotal": "Gesamtsumme",
|
|
128
|
+
"home": "Startseite",
|
|
129
|
+
"insuranceScheme": "Versicherungsprogramm",
|
|
130
|
+
"invalidUuidFormat": "Ungültiges UUID-Format",
|
|
131
|
+
"invalidWaiverAmount": "Ungültiger Verzichtbetrag",
|
|
132
|
+
"inventoryItem": "Lagerartikel",
|
|
133
|
+
"invoice": "Rechnung",
|
|
134
|
+
"invoiceDate": "Rechnungsdatum",
|
|
135
|
+
"invoiceError": "Rechnungsfehler",
|
|
136
|
+
"invoiceLineItems": "Rechnungspositionen",
|
|
137
|
+
"invoiceNumber": "Rechnung #",
|
|
138
|
+
"invoiceStatus": "Rechnungsstatus",
|
|
139
|
+
"invoiceSummary": "Rechnungsübersicht",
|
|
140
|
+
"item": "Artikel",
|
|
141
|
+
"itemsAddedToBill": "Zur Rechnung hinzugefügte Artikel",
|
|
142
|
+
"itemsAddedToBillSuccessfully": "Die Artikel wurden erfolgreich zum Warenkorb hinzugefügt",
|
|
143
|
+
"itemsToBeBilled": "Zu verrechnende Posten",
|
|
144
|
+
"lastVisitError": "Last visit error",
|
|
145
|
+
"lastVisitInfo": "Last Visit Information",
|
|
146
|
+
"lastVisitMsg_one": "The last visit was a {{type}} {{count}} day ago at {{location}}",
|
|
147
|
+
"lastVisitMsg_other": "The last visit was a {{type}} {{count}} days ago at {{location}}",
|
|
148
|
+
"lineItemDeleted": "Einzelposten gelöscht",
|
|
149
|
+
"lineItemDeleteFailed": "Das Löschen der Einzelposition ist fehlgeschlagen",
|
|
150
|
+
"lineItemDeleteSuccess": "Rechnungsposition erfolgreich gelöscht",
|
|
151
|
+
"lineItems": "Einzelposition",
|
|
152
|
+
"lineItemUpdated": "Einzelposten aktualisiert",
|
|
153
|
+
"lineItemUpdateErrorDefault": "Die Rechnungsposition konnte nicht aktualisiert werden. Bitte versuchen Sie es erneut.",
|
|
154
|
+
"lineItemUpdateFailed": "Die Aktualisierung der Einzelposten ist fehlgeschlagen",
|
|
155
|
+
"lineItemUpdateSuccess": "Der Rechnungsposten wurde erfolgreich aktualisiert",
|
|
156
|
+
"loading": "Daten werden geladen",
|
|
157
|
+
"loadingBillInfo": "Rechnungsdaten werden geladen",
|
|
158
|
+
"loadingBillingServices": "Abrechnungsdienste werden geladen",
|
|
159
|
+
"loadingBillItems": "Rechnungspositionen werden geladen",
|
|
160
|
+
"loadingBillMetrics": "Laden der Rechnungsdaten",
|
|
161
|
+
"loadingDescription": "Wird geladen",
|
|
162
|
+
"location": "Ort",
|
|
163
|
+
"locationRequired": "Standort ist erforderlich",
|
|
164
|
+
"manageBillableServices": "Abrechnungsfähige Leistungen verwalten",
|
|
146
165
|
"name": "Name",
|
|
147
|
-
"
|
|
148
|
-
"
|
|
149
|
-
"
|
|
150
|
-
"
|
|
151
|
-
"
|
|
152
|
-
"
|
|
153
|
-
"
|
|
154
|
-
"
|
|
155
|
-
"
|
|
156
|
-
"
|
|
166
|
+
"newItems": "Neue Artikel",
|
|
167
|
+
"nextPage": "Nächste Seite",
|
|
168
|
+
"no": "Nein",
|
|
169
|
+
"noBillsToDisplay": "Es gibt keine Rechnungen anzuzeigen.",
|
|
170
|
+
"noBillToDisplay": "Für diesen Patienten liegen keine Rechnungen vor",
|
|
171
|
+
"noMatchingBillsToDisplay": "Keine passenden Rechnungen anzuzeigen",
|
|
172
|
+
"noMatchingItemsToDisplay": "Es wurden keine passenden Artikel gefunden",
|
|
173
|
+
"noMatchingServicesToDisplay": "Es wurden keine passenden Leistngen gefunden",
|
|
174
|
+
"nonPaying": "Nicht zahlend",
|
|
175
|
+
"nonPayingInfo": "Any services rendered to non-paying patients will not be billed",
|
|
176
|
+
"noResultsFor": "Keine Ergebnisse für {{searchTerm}}",
|
|
177
|
+
"number": "Nummer",
|
|
157
178
|
"ok": "OK",
|
|
158
|
-
"paidBills": "
|
|
159
|
-
"patientBill": "
|
|
160
|
-
"patientBillingAlert": "
|
|
161
|
-
"patientBills": "
|
|
162
|
-
"patientBillsDescription": "
|
|
163
|
-
"patientCategory": "
|
|
164
|
-
"patientIdentifier": "
|
|
165
|
-
"patientInformation": "
|
|
166
|
-
"patientName": "
|
|
167
|
-
"paying": "
|
|
168
|
-
"paymentAmountCannotExceedAmountDue": "
|
|
169
|
-
"paymentDetails": "
|
|
170
|
-
"paymentHistory": "
|
|
171
|
-
"paymentMethod": "
|
|
172
|
-
"paymentMethodRequired": "
|
|
173
|
-
"paymentMode": "
|
|
174
|
-
"paymentModeDeleted": "
|
|
175
|
-
"paymentModeHistory": "
|
|
176
|
-
"paymentModeNameLabel": "
|
|
177
|
-
"paymentModeNamePlaceholder": "
|
|
178
|
-
"paymentModeNameRequired": "
|
|
179
|
-
"paymentModeNameToDelete": "
|
|
180
|
-
"paymentModeRequired": "
|
|
181
|
-
"paymentModeSaved": "
|
|
182
|
-
"paymentModesConfig": "
|
|
183
|
-
"paymentOptionRequired": "
|
|
184
|
-
"paymentProcessedSuccessfully": "
|
|
185
|
-
"payments": "
|
|
186
|
-
"pendingBills": "
|
|
187
|
-
"
|
|
188
|
-
"
|
|
189
|
-
"
|
|
190
|
-
"
|
|
191
|
-
"
|
|
192
|
-
"
|
|
193
|
-
"
|
|
194
|
-
"
|
|
195
|
-
"
|
|
196
|
-
"
|
|
197
|
-
"
|
|
198
|
-
"
|
|
199
|
-
"
|
|
200
|
-
"
|
|
201
|
-
"
|
|
202
|
-
"
|
|
203
|
-
"
|
|
204
|
-
"
|
|
205
|
-
"
|
|
206
|
-
"
|
|
207
|
-
"
|
|
208
|
-
"
|
|
209
|
-
"
|
|
210
|
-
"
|
|
211
|
-
"
|
|
212
|
-
"
|
|
213
|
-
"
|
|
214
|
-
"
|
|
215
|
-
"
|
|
216
|
-
"
|
|
217
|
-
"
|
|
218
|
-
"
|
|
219
|
-
"
|
|
220
|
-
"
|
|
221
|
-
"
|
|
222
|
-
"
|
|
223
|
-
"
|
|
224
|
-
"
|
|
225
|
-
"
|
|
226
|
-
"
|
|
227
|
-
"
|
|
228
|
-
"
|
|
229
|
-
"
|
|
230
|
-
"
|
|
231
|
-
"
|
|
179
|
+
"paidBills": "Bezahlte Rechnungen",
|
|
180
|
+
"patientBill": "Rechnung für den Patienten",
|
|
181
|
+
"patientBillingAlert": "Benachrichtigung zur Patientenabrechnung",
|
|
182
|
+
"patientBills": "Rechnungen für den Patienten",
|
|
183
|
+
"patientBillsDescription": "Liste der Patientenrechnungen",
|
|
184
|
+
"patientCategory": "Patientengruppe",
|
|
185
|
+
"patientIdentifier": "Patienten-ID",
|
|
186
|
+
"patientInformation": "Patientendaten",
|
|
187
|
+
"patientName": "Patientenname",
|
|
188
|
+
"paying": "Wird bezahlt",
|
|
189
|
+
"paymentAmountCannotExceedAmountDue": "Der Zahlungsbetrag darf den fälligen Betrag nicht übersteigen",
|
|
190
|
+
"paymentDetails": "Zahlungsdetails",
|
|
191
|
+
"paymentHistory": "Zahlungshistorie",
|
|
192
|
+
"paymentMethod": "Zahlungsmethode",
|
|
193
|
+
"paymentMethodRequired": "Für alle Artikel muss eine Zahlungsmethode angegeben werden",
|
|
194
|
+
"paymentMode": "Zahlungsart",
|
|
195
|
+
"paymentModeDeleted": "Die Zahlungsmethode wurde erfolgreich gelöscht.",
|
|
196
|
+
"paymentModeHistory": "Übersicht über die Zahlungsarten",
|
|
197
|
+
"paymentModeNameLabel": "Name der Zahlungsart",
|
|
198
|
+
"paymentModeNamePlaceholder": "Zum Beispiel: Bargeld, Kreditkarte",
|
|
199
|
+
"paymentModeNameRequired": "Die Angabe der Zahlungsart ist erforderlich",
|
|
200
|
+
"paymentModeNameToDelete": "Name der Zahlungsmethode: {{paymentModeName}}",
|
|
201
|
+
"paymentModeRequired": "Die Zahlungsart muss angegeben werden",
|
|
202
|
+
"paymentModeSaved": "Die Zahlungsart wurde erfolgreich gespeichert.",
|
|
203
|
+
"paymentModesConfig": "Konfiguration der Zahlungsmethoden",
|
|
204
|
+
"paymentOptionRequired": "Es muss mindestens eine Zahlungsmethode angegeben werden",
|
|
205
|
+
"paymentProcessedSuccessfully": "Die Zahlung wurde erfolgreich abgewickelt",
|
|
206
|
+
"payments": "Zahlungen",
|
|
207
|
+
"pendingBills": "Offene Rechnungen",
|
|
208
|
+
"pendingConfirmationBills": "Pending confirmation",
|
|
209
|
+
"pendingPaymentBills": "Pending payment",
|
|
210
|
+
"policyNumber": "Versicherungsnummer",
|
|
211
|
+
"postWaiver": "Verzichtserklärung",
|
|
212
|
+
"previousPage": "Vorherige Seite",
|
|
213
|
+
"price": "Preis",
|
|
214
|
+
"priceIsRequired": "Preis ist erforderlich",
|
|
215
|
+
"priceMustBeNonNegative": "Der Preis muss mindestens 0 betragen",
|
|
216
|
+
"priceMustBeNumber": "Der Preis muss eine gültige Zahl sein",
|
|
217
|
+
"priceMustBePositive": "Der Preis muss größer als 0 sein",
|
|
218
|
+
"prices": "Preise",
|
|
219
|
+
"printBill": "Rechnung drucken",
|
|
220
|
+
"printReceipt": "Quittung ausdrucken",
|
|
221
|
+
"processPayment": "Zahlung abwickeln",
|
|
222
|
+
"quantity": "Anzahl",
|
|
223
|
+
"quantityCannotExceed100": "Die Menge darf 100 nicht überschreiten",
|
|
224
|
+
"quantityMustBeAtLeastOne": "Die Menge muss mindestens 1 betragen",
|
|
225
|
+
"quantityMustBeInteger": "Die Menge muss eine ganze Zahl sein",
|
|
226
|
+
"quantityMustBeNumber": "Die Menge muss eine gültige Zahl sein",
|
|
227
|
+
"quantityRequired": "Menge ist erforderlich",
|
|
228
|
+
"referenceNumber": "Referenznummer",
|
|
229
|
+
"remove": "Entfernen",
|
|
230
|
+
"saveAndClose": "Speichern und Schließen",
|
|
231
|
+
"saving": "Speichern",
|
|
232
|
+
"searchConcepts": "Verwandtes Konzept suchen",
|
|
233
|
+
"searchForPatient": "Suche nach einem Patienten anhand des Namens",
|
|
234
|
+
"searching": "Suchen",
|
|
235
|
+
"searchItems": "Artikel und Dienstleistungen suchen",
|
|
236
|
+
"searchThisTable": "Diese Tabelle durchsuchen",
|
|
237
|
+
"selectBillableService": "Wählen Sie eine abrechnungsfähige Leistung aus",
|
|
238
|
+
"selectedItems": "Ausgewählte Artikel",
|
|
239
|
+
"selectLocation": "Standort auswählen",
|
|
240
|
+
"selectPatientCategory": "Patientengruppe auswählen",
|
|
241
|
+
"selectPaymentMethod": "Zahlungsmethode auswählen",
|
|
242
|
+
"selectPaymentMode": "Zahlungsmethode auswählen",
|
|
243
|
+
"selectServiceType": "Dienstleistungsart auswählen",
|
|
244
|
+
"sellingPrice": "Verkaufspreis",
|
|
245
|
+
"serviceList": "Leistungsübersicht",
|
|
246
|
+
"serviceName": "Leistungsname",
|
|
247
|
+
"serviceNameExceedsLimit": "Der Name der Dienstleistung darf {{MAX_NAME_LENGTH}} Zeichen nicht überschreiten",
|
|
248
|
+
"serviceNameRequired": "Der Name der Dienstleistung ist erforderlich",
|
|
249
|
+
"serviceResolutionError": "Der Dienst „{{service}}“ konnte nicht aufgelöst werden",
|
|
250
|
+
"servicesList": "Leistungsübersicht",
|
|
251
|
+
"serviceStatus": "Leistungsstatus",
|
|
252
|
+
"serviceType": "Leistungstyp",
|
|
253
|
+
"serviceTypeRequired": "Leistungstyp ist erforderlich",
|
|
254
|
+
"shortName": "Kurzname",
|
|
255
|
+
"shortNameExceedsLimit": "Der Kurzname darf {{MAX_NAME_LENGTH}} Zeichen nicht überschreiten",
|
|
256
|
+
"showInformation": "Show information",
|
|
257
|
+
"status": "Leistungsstatus",
|
|
232
258
|
"student": "Student",
|
|
233
|
-
"submitting": "
|
|
234
|
-
"
|
|
235
|
-
"
|
|
236
|
-
"
|
|
237
|
-
"
|
|
238
|
-
"
|
|
239
|
-
"
|
|
240
|
-
"
|
|
259
|
+
"submitting": "Übermitteln",
|
|
260
|
+
"subtotal": "Zwischensumme",
|
|
261
|
+
"success": "Erfolg",
|
|
262
|
+
"total": "Gesamt",
|
|
263
|
+
"totalAmount": "Gesamtbetrag",
|
|
264
|
+
"totalPaid": "Gesamtbetrag bezahlt",
|
|
265
|
+
"totalTendered": "Angebotener Gesamtbetrag",
|
|
266
|
+
"unitPrice": "Stückpreis",
|
|
267
|
+
"unitPriceHelperText": "Dies ist der Stückpreis für diesen Artikel",
|
|
268
|
+
"unknownBillError": "Es ist ein unerwarteter Fehler aufgetreten",
|
|
241
269
|
"uuid": "UUID",
|
|
242
|
-
"uuidRequired": "UUID
|
|
243
|
-
"validationError": "
|
|
244
|
-
"waiverForm": "
|
|
270
|
+
"uuidRequired": "UUID ist erforderlich",
|
|
271
|
+
"validationError": "Validierungsfehler",
|
|
272
|
+
"waiverForm": "Verzichtserklärung"
|
|
245
273
|
}
|