diff --git a/.env b/.env index df496f5..43acda3 100644 --- a/.env +++ b/.env @@ -1,4 +1,4 @@ -HCW_BACKEND_VERSION=5.3.0 -HCW_ADMIN_VERSION=5.3.0 -HCW_DOCTOR_VERSION=5.3.1 -HCW_PATIENT_VERSION=5.3.0 +HCW_BACKEND_VERSION=5.3.1 +HCW_ADMIN_VERSION=5.3.1 +HCW_DOCTOR_VERSION=5.3.2 +HCW_PATIENT_VERSION=5.3.1 diff --git a/backend/assets/i18n-override/de.json b/backend/assets/i18n-override/de.json index 52050b6..fbcaf88 100644 --- a/backend/assets/i18n-override/de.json +++ b/backend/assets/i18n-override/de.json @@ -52,7 +52,7 @@ "invite error": "Fehler beim Senden der Einladung", "consultation link": "Konsultationslink", "infected file": "Die Datei konnte nicht gesendet werden. Sie enthält wahrscheinlich Malware. Wir empfehlen Ihnen, sie von Ihrer Festplatte zu löschen.", - "invalid file type": "Die Datei konnte nicht gesendet werden. Zulässig sind nur die Dateitypen PDF, JPEG und PNG.", + "invalid file type": "Die Datei konnte nicht gesendet werden. Zulässig sind nur die Dateitypen DOCX, PDF, JPEG und PNG.", "no file": "Die Datei konnte nicht gesendet werden, da keine Datei bereitgestellt wurde.", "max file size": "Die Datei kann nicht gesendet werden, da die Größe das konfigurierte Limit überschreitet.", "notification for offline action text for doctor": "Sie erhalten diese Nachricht, weil Sie offline sind und jemand Ihnen in einer Beratung ein Update gesendet hat. Sie erhalten diese Nachricht erst wieder, wenn Sie sich das nächste Mal mit der Plattform verbinden.", diff --git a/backend/assets/i18n-override/en.json b/backend/assets/i18n-override/en.json index ec59158..0bf415d 100644 --- a/backend/assets/i18n-override/en.json +++ b/backend/assets/i18n-override/en.json @@ -34,7 +34,7 @@ "invite have been accepted": "This invitation has already been accepted.", "max file size": "Unable to send the file, the size exceeds the limit configured.", "no file": "Unable to send the file, no file where provided.", - "invalid file type": "Unable to send the file, only PDF, JPEG, and PNG file types are allowed.", + "invalid file type": "Unable to send the file, only DOCX, PDF, JPEG, and PNG file types are allowed.", "infected file": "Unable to send the file, the file probably contains malware. You are encouraged to deleted it from your hard drive.", "fr": "French", "it": "Italian", diff --git a/backend/assets/i18n-override/fr.json b/backend/assets/i18n-override/fr.json index 3e7128d..d19b5df 100644 --- a/backend/assets/i18n-override/fr.json +++ b/backend/assets/i18n-override/fr.json @@ -67,7 +67,7 @@ "notification for offline action text for nurse": "You receive this message because you are offline and somebody sent an update in a session. You will not receive this message anymore until your next connection to the platform.", "notification for offline action text for doctor": "You receive this message because you are offline and somebody sent an update in a session. You will not receive this message anymore until your next connection to the platform.", "infected file": "Impossible d'envoyer le fichier, le fichier contient probablement un malware. Nous vous encourageons à le supprimer de votre disque dur.", - "invalid file type": "Impossible d'envoyer le fichier, seuls les types de fichiers PDF, JPEG et PNG sont autorisés.", + "invalid file type": "Impossible d'envoyer le fichier, seuls les types de fichiers DOCX, PDF, JPEG et PNG sont autorisés.", "no file": "Impossible d'envoyer le fichier, aucun fichier n'a été fourni.", "max file size": "Impossible d'envoyer le fichier, la taille dépasse la limite configurée.", "invite error": "Erreur pendant l'envoi de l'invitation", diff --git a/doctor/assets/i18n-override/en.json b/doctor/assets/i18n-override/en.json index cca1fb2..609ff52 100644 --- a/doctor/assets/i18n-override/en.json +++ b/doctor/assets/i18n-override/en.json @@ -24,6 +24,7 @@ "invites": "Invites", "testVideoSound": "Test video/sound", "support": "Support", + "refresh": "Refresh", "reconnected": "You are reconnected", "connectionFailed": "The connection to the server is not functioning properly, and you can no longer receive session requests. If the issue persists, please refresh your page." }, @@ -353,7 +354,9 @@ "enablesNotification": "This enables notification when an new session is requested.", "selectLanguage": "Language", "sms": "SMS", - "whatsapp": "WhatsApp" + "whatsapp": "WhatsApp", + "messageServiceSuccess": "Success!", + "messageServiceError": "Something went wrong" }, "resetPassword": { "changePassword": "Change password", diff --git a/doctor/assets/i18n-override/en.json.orig b/doctor/assets/i18n-override/en.json.orig index 083f851..d37f302 100644 --- a/doctor/assets/i18n-override/en.json.orig +++ b/doctor/assets/i18n-override/en.json.orig @@ -24,6 +24,7 @@ "invites": "Invites", "testVideoSound": "Test video/sound", "support": "Support", + "refresh": "Refresh", "reconnected": "You are reconnected", "connectionFailed": "The connection to the server is not functioning properly, and you can no longer receive consultation requests. If the issue persists, please refresh your page." }, @@ -353,7 +354,9 @@ "enablesNotification": "This enables notification when an new consultation is requested.", "selectLanguage": "Language", "sms": "SMS", - "whatsapp": "Whatsapp" + "whatsapp": "Whatsapp", + "messageServiceSuccess": "Success!", + "messageServiceError": "Something went wrong" }, "resetPassword": { "changePassword": "Change password", diff --git a/patient/assets/i18n-override/ar.json.orig b/patient/assets/i18n-override/ar.json.orig index e8af06e..c40b1d2 100644 --- a/patient/assets/i18n-override/ar.json.orig +++ b/patient/assets/i18n-override/ar.json.orig @@ -180,7 +180,7 @@ }, "chooseAttachement": { "aFile": "ملف", - "fromThePhone": "أرسل ملف PDF", + "fromThePhone": "أرسل ملف DOCX/PDF", "send": "إرسال", "leaveAudioMessage": "ترك رسالة صوتية", "takeAPhoto": "أرسل أو التقط صورة", diff --git a/patient/assets/i18n-override/en.json b/patient/assets/i18n-override/en.json index 772d2c4..2ae1196 100644 --- a/patient/assets/i18n-override/en.json +++ b/patient/assets/i18n-override/en.json @@ -199,7 +199,7 @@ "send": "SEND", "aFile": "A FILE", "takeAPhoto": "Send or take a photo", - "fromThePhone": "Send a PDF file", + "fromThePhone": "Send a DOCX/PDF file", "leaveAudioMessage": "Leave an audio message", "cancel": "CANCEL", "promptLabelPhoto": "From photo gallery", @@ -316,7 +316,8 @@ "common": { "back_to_dashboard": "Back To Dashboard", "reconnected": "You are reconnected", - "connectionFailed": "The connection to the server is not functioning properly, and you can no longer receive session requests. If the issue persists, refresh the page." + "refresh": "Refresh", + "connectionFailed": "The connection to the server is not functioning properly, and you can no longer receive consultation requests. If the issue persists, refresh the page." }, "metadata": { "Age": "Age", diff --git a/patient/assets/i18n-override/en.json.orig b/patient/assets/i18n-override/en.json.orig index a74e06b..e1b4a5e 100644 --- a/patient/assets/i18n-override/en.json.orig +++ b/patient/assets/i18n-override/en.json.orig @@ -316,6 +316,7 @@ "common": { "back_to_dashboard": "Back To Dashboard", "reconnected": "You are reconnected", + "refresh": "Refresh", "connectionFailed": "The connection to the server is not functioning properly, and you can no longer receive consultation requests. If the issue persists, refresh the page." }, "metadata": { diff --git a/patient/assets/i18n-override/es.json b/patient/assets/i18n-override/es.json index 641d403..afdd487 100644 --- a/patient/assets/i18n-override/es.json +++ b/patient/assets/i18n-override/es.json @@ -180,7 +180,7 @@ }, "chooseAttachement": { "aFile": "UN ARCHIVO", - "fromThePhone": "Enviar un archivo PDF", + "fromThePhone": "Enviar un archivo DOCX/PDF", "send": "ENVIAR", "leaveAudioMessage": "Dejar un mensaje de audio", "takeAPhoto": "Enviar o tomar una foto", diff --git a/patient/assets/i18n-override/it.json b/patient/assets/i18n-override/it.json index 505f390..9a914d8 100644 --- a/patient/assets/i18n-override/it.json +++ b/patient/assets/i18n-override/it.json @@ -169,7 +169,7 @@ "send": "INVIA", "aFile": "UN FILE", "takeAPhoto": "Invia o scatta una foto", - "fromThePhone": "Invia un file PDF", + "fromThePhone": "Invia un file DOCX/PDF", "leaveAudioMessage": "Lascia un messaggio audio", "cancel": "ANNULLA", "promptLabelPhoto": "Dalla galleria fotografica", diff --git a/patient/assets/i18n-override/ta.json b/patient/assets/i18n-override/ta.json index 9a9c1ed..3b8727d 100644 --- a/patient/assets/i18n-override/ta.json +++ b/patient/assets/i18n-override/ta.json @@ -168,7 +168,7 @@ "send": "அனுப்பவும்", "aFile": "ஒரு கோப்பு", "takeAPhoto": "அனுப்பவும் அல்லது புகைப்படம் எடுக்கவும்", - "fromThePhone": "PDF கோப்பை அனுப்பவும்", + "fromThePhone": "DOCX/PDF கோப்பை அனுப்பவும்", "leaveAudioMessage": "ஆடியோ செய்தியை விடுத்தல்", "cancel": "ரத்து செய்தல்", "promptLabelPhoto": "புகைப்பட கேலரியில் இருந்து",