Merged PR 608: develop動作確認不具合対応

## 概要
[Task3238: develop動作確認不具合対応](https://paruru.nds-tyo.co.jp:8443/tfs/ReciproCollection/fa4924a4-d079-4fab-9fb5-a9a11eb205f0/_workitems/edit/3238)

- タスク一覧画面にあるアプリケーションインストールボタンのラベルを翻訳対応しました。

## レビューポイント
- 共有

## UIの変更
- なし
## 動作確認状況
- ローカルで確認
This commit is contained in:
makabe.t 2023-12-05 08:10:58 +00:00
parent 302f302473
commit 62a5155ee1
5 changed files with 47 additions and 10 deletions

View File

@ -1379,11 +1379,12 @@ const DictationPage: React.FC = (): JSX.Element => {
<ul className={`${styles.menuAction} ${styles.alignRight}`}> <ul className={`${styles.menuAction} ${styles.alignRight}`}>
<li className={styles.alignLeft}> <li className={styles.alignLeft}>
<a <a
href="" // TODO: 将来的に正式なURLに変更する
href="/dictations"
className={`${styles.menuLink} ${styles.isActive}`} className={`${styles.menuLink} ${styles.isActive}`}
target="_blank" target="_blank"
> >
Applications {t(getTranslationID("dictationPage.label.applications"))}
<img <img
src={open_in_new} src={open_in_new}
alt="" alt=""

View File

@ -251,6 +251,7 @@
"poolTranscriptionist": "Transkriptionsliste", "poolTranscriptionist": "Transkriptionsliste",
"fileBackup": "(de)File Backup", "fileBackup": "(de)File Backup",
"downloadForBackup": "(de)Download for backup", "downloadForBackup": "(de)Download for backup",
"applications": "(de)Applications",
"cancelDictation": "(de)Cancel Dictation", "cancelDictation": "(de)Cancel Dictation",
"general": "(de)General", "general": "(de)General",
"job": "(de)Job", "job": "(de)Job",
@ -533,7 +534,8 @@
"linkOfDpa": "(de)Click here to read the terms of use.", "linkOfDpa": "(de)Click here to read the terms of use.",
"checkBoxForConsent": "(de)Yes, I agree to the terms of use.", "checkBoxForConsent": "(de)Yes, I agree to the terms of use.",
"forOdds": "(de)for ODDS.", "forOdds": "(de)for ODDS.",
"button": "(de)Continue" "button": "(de)Continue",
"linkOfPrivacyNotice": "(de)Click here to read the terms of use."
} }
}, },
"supportPage": { "supportPage": {
@ -548,5 +550,12 @@
"text": { "text": {
"notResolved": "(de)If the problem persists even after referring to the user guide, please contact a higher-level person in charge." "notResolved": "(de)If the problem persists even after referring to the user guide, please contact a higher-level person in charge."
} }
},
"filePropertyPopup": {
"label": {
"general": "(de)General",
"job": "(de)Job",
"close": "(de)Close"
}
} }
} }

View File

@ -251,6 +251,7 @@
"poolTranscriptionist": "Transcription List", "poolTranscriptionist": "Transcription List",
"fileBackup": "File Backup", "fileBackup": "File Backup",
"downloadForBackup": "Download for backup", "downloadForBackup": "Download for backup",
"applications": "Applications",
"cancelDictation": "Cancel Dictation", "cancelDictation": "Cancel Dictation",
"general": "General", "general": "General",
"job": "Job", "job": "Job",
@ -533,7 +534,8 @@
"linkOfDpa": "Click here to read the terms of use.", "linkOfDpa": "Click here to read the terms of use.",
"checkBoxForConsent": "Yes, I agree to the terms of use.", "checkBoxForConsent": "Yes, I agree to the terms of use.",
"forOdds": "for ODDS.", "forOdds": "for ODDS.",
"button": "Continue" "button": "Continue",
"linkOfPrivacyNotice": "Click here to read the terms of use."
} }
}, },
"supportPage": { "supportPage": {
@ -548,5 +550,12 @@
"text": { "text": {
"notResolved": "If the problem persists even after referring to the user guide, please contact a higher-level person in charge." "notResolved": "If the problem persists even after referring to the user guide, please contact a higher-level person in charge."
} }
},
"filePropertyPopup": {
"label": {
"general": "General",
"job": "Job",
"close": "Close"
}
} }
} }

View File

@ -251,6 +251,7 @@
"poolTranscriptionist": "Lista de transcriptor", "poolTranscriptionist": "Lista de transcriptor",
"fileBackup": "(es)File Backup", "fileBackup": "(es)File Backup",
"downloadForBackup": "(es)Download for backup", "downloadForBackup": "(es)Download for backup",
"applications": "(es)Applications",
"cancelDictation": "(es)Cancel Dictation", "cancelDictation": "(es)Cancel Dictation",
"general": "(es)General", "general": "(es)General",
"job": "(es)Job", "job": "(es)Job",
@ -533,7 +534,8 @@
"linkOfDpa": "(es)Click here to read the terms of use.", "linkOfDpa": "(es)Click here to read the terms of use.",
"checkBoxForConsent": "(es)Yes, I agree to the terms of use.", "checkBoxForConsent": "(es)Yes, I agree to the terms of use.",
"forOdds": "(es)for ODDS.", "forOdds": "(es)for ODDS.",
"button": "(es)Continue" "button": "(es)Continue",
"linkOfPrivacyNotice": "(es)Click here to read the terms of use."
} }
}, },
"supportPage": { "supportPage": {
@ -548,5 +550,12 @@
"text": { "text": {
"notResolved": "(es)If the problem persists even after referring to the user guide, please contact a higher-level person in charge." "notResolved": "(es)If the problem persists even after referring to the user guide, please contact a higher-level person in charge."
} }
},
"filePropertyPopup": {
"label": {
"general": "(es)General",
"job": "(es)Job",
"close": "(es)Close"
}
} }
} }

View File

@ -251,6 +251,7 @@
"poolTranscriptionist": "Liste de transcriptionniste", "poolTranscriptionist": "Liste de transcriptionniste",
"fileBackup": "(fr)File Backup", "fileBackup": "(fr)File Backup",
"downloadForBackup": "(fr)Download for backup", "downloadForBackup": "(fr)Download for backup",
"applications": "(fr)Applications",
"cancelDictation": "(fr)Cancel Dictation", "cancelDictation": "(fr)Cancel Dictation",
"general": "(fr)General", "general": "(fr)General",
"job": "(fr)Job", "job": "(fr)Job",
@ -533,7 +534,8 @@
"linkOfDpa": "(fr)Click here to read the terms of use.", "linkOfDpa": "(fr)Click here to read the terms of use.",
"checkBoxForConsent": "(fr)Yes, I agree to the terms of use.", "checkBoxForConsent": "(fr)Yes, I agree to the terms of use.",
"forOdds": "(fr)for ODDS.", "forOdds": "(fr)for ODDS.",
"button": "(fr)Continue" "button": "(fr)Continue",
"linkOfPrivacyNotice": "(fr)Click here to read the terms of use."
} }
}, },
"supportPage": { "supportPage": {
@ -548,5 +550,12 @@
"text": { "text": {
"notResolved": "(fr)If the problem persists even after referring to the user guide, please contact a higher-level person in charge." "notResolved": "(fr)If the problem persists even after referring to the user guide, please contact a higher-level person in charge."
} }
},
"filePropertyPopup": {
"label": {
"general": "(fr)General",
"job": "(fr)Job",
"close": "(fr)Close"
}
} }
} }