diff --git a/dictation_client/src/pages/SupportPage/index.tsx b/dictation_client/src/pages/SupportPage/index.tsx index b5955d6..9a2be03 100644 --- a/dictation_client/src/pages/SupportPage/index.tsx +++ b/dictation_client/src/pages/SupportPage/index.tsx @@ -7,6 +7,9 @@ import Footer from "components/footer"; const SupportPage: React.FC = () => { const { t } = useTranslation(); + // OMDS_IS-381 Support画面で表示する内容を充実したいの対応 2024年8月7日 + const customDivStyles: React.CSSProperties = { padding: "2rem" }; + const customUlStyles: React.CSSProperties = { marginBottom: "1rem" }; return (
@@ -23,8 +26,8 @@ const SupportPage: React.FC = () => {

{t(getTranslationID("supportPage.label.howToUse"))}

-
-
diff --git a/dictation_client/src/translation/de.json b/dictation_client/src/translation/de.json index e712074..ff05c36 100644 --- a/dictation_client/src/translation/de.json +++ b/dictation_client/src/translation/de.json @@ -617,7 +617,12 @@ "label": { "title": "Support", "howToUse": "So verwenden Sie das System", - "supportPageLink": "OMDS Cloud-Benutzerhandbuch" + "supportPageLink": "OMDS Cloud-Benutzerhandbuch", + "programDownload": "Programm-Download", + "omdsDesktopAppDownloadLink": "ODMS Cloud Desktop App", + "omdsDesktopAppDownloadLinkDescription": "Klicken Sie hier, um zur Downloadseite der ODMS Cloud Desktop App zu gelangen.", + "dcpDownloadLink": "Device Configuration Program (DCP)", + "dcpDownloadLinkDescription": "Klicken Sie hier, um zur DCP-Downloadseite zu gelangen." }, "text": { "notResolved": "Informationen zu den Funktionen der ODMS Cloud finden Sie im Benutzerhandbuch. Wenn Sie zusätzlichen Support benötigen, wenden Sie sich bitte an Ihren Administrator oder zertifizierten ODMS Cloud-Händler." @@ -654,4 +659,4 @@ "lowerLayerId": "Lower Layer ID" } } -} +} \ No newline at end of file diff --git a/dictation_client/src/translation/en.json b/dictation_client/src/translation/en.json index cc4334c..85bb31c 100644 --- a/dictation_client/src/translation/en.json +++ b/dictation_client/src/translation/en.json @@ -617,7 +617,12 @@ "label": { "title": "Support", "howToUse": "How to use the system", - "supportPageLink": "OMDS Cloud User Guide" + "supportPageLink": "OMDS Cloud User Guide", + "programDownload": "Program Download", + "omdsDesktopAppDownloadLink": "ODMS Cloud Desktop App", + "omdsDesktopAppDownloadLinkDescription": "Click here to go to the ODMS Cloud Desktop App download page.", + "dcpDownloadLink": "Device Configuration Program (DCP)", + "dcpDownloadLinkDescription": "Click here to go to the DCP download page." }, "text": { "notResolved": "Please refer to the User Guide for information about the features of the ODMS Cloud. If you require additional support, please contact your administrator or certified ODMS Cloud reseller." @@ -654,4 +659,4 @@ "lowerLayerId": "Lower Layer ID" } } -} +} \ No newline at end of file diff --git a/dictation_client/src/translation/es.json b/dictation_client/src/translation/es.json index e9aa4b2..86ac5ad 100644 --- a/dictation_client/src/translation/es.json +++ b/dictation_client/src/translation/es.json @@ -617,7 +617,12 @@ "label": { "title": "Soporte", "howToUse": "Cómo utilizar el sistema", - "supportPageLink": "Guía del usuario de la nube OMDS" + "supportPageLink": "Guía del usuario de la nube OMDS", + "programDownload": "Descarga del programa", + "omdsDesktopAppDownloadLink": "ODMS Cloud Desktop App", + "omdsDesktopAppDownloadLinkDescription": "Haga clic aquí para ir a la página de descarga de la aplicación de escritorio ODMS Cloud.", + "dcpDownloadLink": "Device Configuration Program (DCP)", + "dcpDownloadLinkDescription": "Haga clic aquí para ir a la página de descarga de DCP." }, "text": { "notResolved": "Consulte la Guía del usuario para obtener información sobre las funciones de ODMS Cloud. Si necesita soporte adicional, comuníquese con su administrador o revendedor certificado de ODMS Cloud." @@ -654,4 +659,4 @@ "lowerLayerId": "Lower Layer ID" } } -} +} \ No newline at end of file diff --git a/dictation_client/src/translation/fr.json b/dictation_client/src/translation/fr.json index 302ef18..0945daf 100644 --- a/dictation_client/src/translation/fr.json +++ b/dictation_client/src/translation/fr.json @@ -617,7 +617,12 @@ "label": { "title": "Support", "howToUse": "Comment utiliser le système", - "supportPageLink": "Guide de l'utilisateur du cloud OMDS" + "supportPageLink": "Guide de l'utilisateur du cloud OMDS", + "programDownload": "Télécharger le programme", + "omdsDesktopAppDownloadLink": "ODMS Cloud Desktop App", + "omdsDesktopAppDownloadLinkDescription": "Cliquez ici pour accéder à la page de téléchargement de l'application ODMS Cloud Desktop.", + "dcpDownloadLink": "Device Configuration Program (DCP)", + "dcpDownloadLinkDescription": "Cliquez ici pour accéder à la page de téléchargement du DCP." }, "text": { "notResolved": "Veuillez vous référer au Guide de l'utilisateur pour plus d'informations sur les fonctionnalités d'ODMS Cloud. Si vous avez besoin d'une assistance supplémentaire, veuillez contacter votre administrateur ou votre revendeur certifié ODMS Cloud."