diff --git a/src/resources/i18n/de.json b/src/resources/i18n/de.json index 3228c89f1..d63ba4b85 100644 --- a/src/resources/i18n/de.json +++ b/src/resources/i18n/de.json @@ -1,4 +1,11 @@ { + "errors": { + "somethingwrong": "Es ist ein interner Fehler aufgetreten", + "incorrectcredentials": "Benutzername oder Passwort ungültig", + "passwordtooshort": "Passwort zu kurz", + "badrequest": "Ungültige Anforderung", + "internalerror": "Es ist ein interner Fehler aufgetreten" + }, "user": { "username": "Benutzername", "groups": "Gruppen ", @@ -64,16 +71,16 @@ } }, "availabledashboard": "Verfügbare Instrumententafel", - "opdbyagetype":"OPDs nach Alterstyp", - "opdbysex":"OPDs nach Geschlecht", - "admissionbyagetype":"Eintritte nach Altersgruppe", - "admissionbysex":"Aufnahme nach Geschlecht", + "opdbyagetype": "OPDs nach Alterstyp", + "opdbysex": "OPDs nach Geschlecht", + "admissionbyagetype": "Eintritte nach Altersgruppe", + "admissionbysex": "Aufnahme nach Geschlecht", "admissionbyward": "Aufnahme nach Station", - "admissionbytype":"Aufnahme nach typ", - "dischargebysex":"Entlassungen nach geschlecht", - "dischargebyagetype":"Entlassungen nach Alterstyp", + "admissionbytype": "Aufnahme nach typ", + "dischargebysex": "Entlassungen nach geschlecht", + "dischargebyagetype": "Entlassungen nach Alterstyp", "dischargebyward": "Entlassungen nach station", - "dischargebytype":"Entlassungen nach typ", + "dischargebytype": "Entlassungen nach typ", "togglefullscreen": "Vollbild umschalten", "removedashboard": "Entfernen Sie die Dashboard-Komponente", "downloaddata": "Laden Sie die daten herunter", @@ -325,7 +332,8 @@ "managebills": "Rechnungen verwalten", "billrecords": "Rechnungsaufzeichnungen", "visits": "Besuche", - "patients": "Patienten" + "patients": "Patienten", + "consultancy": "Beratungsgespräch" }, "operation": { "newoperation": "Neue Operation", @@ -389,7 +397,8 @@ "code": "Code", "update": "aktualisieren", "delete": "Löschen", - "deleteconfirmation": "Sind Sie sicher, dass Sie den Artikel mit dem Code {{code}} löschen wollen?", + "deleteconfirmation": "Sind Sie sicher, dass Sie den Artikel mit dem Code {{code}} löschen?", + "cancelconfirmation": "Möchten Sie den Artikel mit dem Code {{code}} wirklich stornieren?", "deletesuccess": "Der Artikel mit dem Code {{code}} wurde erfolgreich gelöscht!", "incorrectformat": "Hat nicht das richtige Format", "yes": "Ja", @@ -414,8 +423,9 @@ "cancel": "Abbrechen", "discardconfirmationmessage": "Alle nicht gespeicherten Änderungen gehen verloren. Weiter?", "emptydataforfilter": "Leere Daten für den angegebenen Filter", - "addanotherrow": "Fügen Sie eine weitere Operationszeile hinzu", + "addanotherrow": "Einen anderen Eingriff hinzufügen", "hospitalname": "Ihr Krankenhaus", + "maxlengthexceeded": "Länge überschritten. Max. ist {{maxLength}}", "retry": "Wiederholen", "moment": { "duration": "Dauer", @@ -433,7 +443,10 @@ "lastmonth": "Letzten Monat", "thisyear": "Dieses Jahr", "lastyear": "Letztes Jahr" - } + }, + "continue": "Weiter ?", + "collapse_all": "Alle einklappen", + "expand_all": "Alle erweitern" }, "permission": { "denied": "Zugriff verweigert", @@ -494,7 +507,9 @@ "updated": "Patientenuntersuchung aktualisiert", "createsuccess": "Patientenuntersuchung erfolgreich hinzugefügt!", "updatesuccess": "Patientenuntersuchung {{code}} erfolgreich aktualisiert!", + "cancelsuccess": "Patientenuntersuchung {{code}} erfolgreich abgebrochen!", "deleted": "Patientenuntersuchung gelöscht", + "canceled": "Patientenuntersuchung abgesagt", "resultrow": "Ergebniszeile", "value": "Wert", "resultstitle": "Ergebniss", @@ -521,7 +536,24 @@ "examtype": "Exam Typ", "validatetodate": "Muss größer sein als das von Datum", "validatefromdate": "Muss kleiner als das bis Datum sein", - "multipleresults": "Mehrere Ergebnisse" + "multipleresults": "Mehrere Ergebnisse", + "examrequest": "Eine Exam anfordern", + "examrequestbtn": "Anfordern", + "examrequestcreated": "Die Examenanfrage wurde erfolgreich erstellt", + "futuredatenotallow": "Datum in zukunft ist nicht erlaubt", + "statusall": "Alle", + "statusrequested": "Angefordert", + "statustreated": "Behandelt", + "patientrequestedexam": "Angeforderte Untersuchungen für den Patienten", + "statusmustbedone": "Wenn Ergebnisse vorliegen, muss der Prüfungsstatus „FERTIG“ lauten", + "changestatus": "Untersuchungsstatus ändern", + "changelabstatusto": "Der Status der Untersuchung {{code}} wird in {{status}} geändert", + "statuses": { + "DRAFT": "ENTWURF", + "ALL": "ALLE", + "OPEN": "OFFEN", + "DONE": "FERTIG" + } }, "admission": { "admDate": "Datum", @@ -693,6 +725,17 @@ "adolescents": "Teenager", "adult": "Erwachsen", "elderly": "Älter" + }, + "lab": { + "undefined": { "txt": "Nicht definiert" }, + "blood": { "txt": "Blut" }, + "cfs": { "txt": "CFS" }, + "film": { "txt": "FILM" }, + "sputum": { "txt": "Spucke" }, + "stool": { "txt": "Stuhl" }, + "swabs": { "txt": "Wattestäbchen" }, + "tissues": { "txt": "Gewebe" }, + "urine": { "txt": "Urin" } } } } diff --git a/src/resources/i18n/sq.json b/src/resources/i18n/sq.json index ff4a4c6f8..95e9b31b2 100644 --- a/src/resources/i18n/sq.json +++ b/src/resources/i18n/sq.json @@ -1,4 +1,11 @@ { + "errors": { + "somethingwrong": "Ndodhi një gabim. Provo sërish më vonë.", + "incorrectcredentials": "Përdoruesi ose fjalëkalimi i pavlefshëm", + "passwordtooshort": "Fjalëkalimi është shumë i shkurtër", + "badrequest": "Kerkese e pavlefshme", + "internalerror": "Ndodhi një gabim i brendshëm" + }, "user": { "username": "Përdoruesi", "groups": "Grupet", @@ -64,16 +71,16 @@ } }, "availabledashboard": "Panele në dispozicion", - "opdbyagetype":"VA sipas llojit të moshës", - "opdbysex":"VA sipas Gjinisë", - "admissionbyagetype":"Pranime sipas llojit të moshës", - "admissionbysex":"Pranime sipas gjinisë", + "opdbyagetype": "VA sipas llojit të moshës", + "opdbysex": "VA sipas Gjinisë", + "admissionbyagetype": "Pranime sipas llojit të moshës", + "admissionbysex": "Pranime sipas gjinisë", "admissionbyward": "Pranime sipas repartit", - "admissionbytype":"Pranime sipas llojit", - "dischargebysex":"Shkarkime sipas gjinisë", - "dischargebyagetype":"Shkarkime sipas llojit të moshës", + "admissionbytype": "Pranime sipas llojit", + "dischargebysex": "Shkarkime sipas gjinisë", + "dischargebyagetype": "Shkarkime sipas llojit të moshës", "dischargebyward": "Shkarkime sipas repartit", - "dischargebytype":"Shkarkime sipas llojeve", + "dischargebytype": "Shkarkime sipas llojeve", "togglefullscreen": "Kalo në ekran të plotë", "removedashboard": "Hiq komponentin e Panelit", "downloaddata": "Shkarkoni të dhënat themelore", @@ -325,7 +332,8 @@ "managebills": "Menaxho faturat", "billrecords": "Regjistrimet e faturave", "visits": "Vizitat", - "patients": "Pacientët" + "patients": "Pacientët", + "consultancy": "Konsultim" }, "operation": { "newoperation": "Operacion i ri", @@ -390,6 +398,7 @@ "update": "aktualizo", "delete": "Fshij", "deleteconfirmation": "Jeni i sigurt që do ta fshini artikullin me kodin {{code}}?", + "cancelconfirmation": "Jeni i sigurt që do ta anuloni artikullin me kodin {{code}}?", "deletesuccess": "Artikulli me kodin {{code}} u fshi me sukses!", "incorrectformat": "Nuk është në formatin e duhur", "yes": "Po", @@ -414,8 +423,9 @@ "cancel": "Anulo", "discardconfirmationmessage": "Të gjitha ndryshimet e paruajtura do të humbasin. Vazhdo?", "emptydataforfilter": "Pastro të dhënat për filtrin e specifikuar", - "addanotherrow": "Shto një rresht tjetër operacioni", + "addanotherrow": "Krijo operacion te ri", "hospitalname": "Spitali juaj", + "maxlengthexceeded": "Gjatësia është tejkaluar. Maks. është {{maxLength}}", "retry": "Riprovo", "moment": { "duration": "Kohëzgjatja", @@ -433,7 +443,10 @@ "lastmonth": "Muajin e kaluar", "thisyear": "Këtë vit", "lastyear": "Vitin e kaluar" - } + }, + "continue": "Vazhdo ?", + "collapse_all": "Redukto të gjitha", + "expand_all": "Zgjëro të gjitha" }, "permission": { "denied": "Leja u refuzua", @@ -494,7 +507,9 @@ "updated": "Ekzaminimi i pacientit u aktualizua", "createsuccess": "Ekzaminimi i pacientit u shtua me sukses!", "updatesuccess": "Ekzaminimi i pacientit {{code}} u aktualizua me sukses!", + "cancelsuccess": "Ekzaminimi i pacientit {{code}} u anulua me sukses!", "deleted": "Ekzaminimi i pacientit u fshi", + "canceled": "Ekzaminimi i Pacientit u anulua", "resultrow": "Rreshti i rezultatit", "value": "Vlera", "resultstitle": "Rezultatet", @@ -521,7 +536,24 @@ "examtype": "Lloji i ekzaminimit", "validatetodate": "Duhet të jetë më i madh se nga data", "validatefromdate": "Duhet të jetë më i vogel se deri me datën", - "multipleresults": "Rezuktate te shumëfishta" + "multipleresults": "Rezuktate te shumëfishta", + "examrequest": "Kërko një ekzaminim", + "examrequestbtn": "Kërko", + "examrequestcreated": "Kërkesa për ekzaminim u krijua me sukses", + "futuredatenotallow": "Data në të ardhmen nuk lejohet", + "statusall": "Të gjitha", + "statusrequested": "Kërkuar", + "statustreated": "Trajtuar", + "patientrequestedexam": "Kërko ekzaminime për pacientin", + "statusmustbedone": "Statusi i ekzaminimit duhet të jetë 'BËRË' nëse jepen rezultatet", + "changestatus": "Ndrysho statusin e ekzaminimit", + "changelabstatusto": "Statusi i ekzaminimit {{code}} do të ndryshohet në {{status}}", + "statuses": { + "DRAFT": "DRAFT", + "ALL": "TË GJITHA", + "OPEN": "HAPUR", + "DONE": "BËR" + } }, "admission": { "admDate": "Data", @@ -693,6 +725,17 @@ "adolescents": "Adoleshent", "adult": "I rritur", "elderly": "I moshuar" + }, + "lab": { + "undefined": { "txt": "Pa definuar" }, + "blood": { "txt": "Gjaku" }, + "cfs": { "txt": "CFS" }, + "film": { "txt": "GRAFI" }, + "sputum": { "txt": "Pështymë" }, + "stool": { "txt": "Jashtëqitja" }, + "swabs": { "txt": "Tamponët" }, + "tissues": { "txt": "Indet" }, + "urine": { "txt": "Urina" } } } }