forked from OHIF/Viewers
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(translation): Side panel translate fix (OHIF#3156)
- Loading branch information
1 parent
1d60027
commit b481b13
Showing
18 changed files
with
169 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"Add Label": "添加标注", | ||
"Delete measurement": "删除测量" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"Enter your annotation": "$t(Common:Enter your annotation)", | ||
"Cancel": "$t(Common:Cancel)", | ||
"Save": "$t(Common:Save)", | ||
"Provide a name for your report": "输入报告名称" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"Sorry, something went wrong there. Try again.": "发生错误,请重试。", | ||
"Context": "上下文", | ||
"Error Message": "错误信息", | ||
"Stack": "堆栈", | ||
"Something went wrong": "发生错误" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{ | ||
"Load files": "加载文件", | ||
"Load folders": "加载文件夹" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
{ | ||
"Active viewport has no displayed image": "视图窗口没有图像", | ||
"Cancel": "取消", | ||
"Download": "下载", | ||
"The file name cannot be empty.": "文件名称不能为空", | ||
"File Type": "图片类型", | ||
"File Name": "文件名", | ||
"formTitle": "Please specify the dimensions, filename, and desired type for the output image.", | ||
"Image height (px)": "高(px)", | ||
"Image Preview": "预览", | ||
"Image preview": "预览", | ||
"Image width (px)": "宽(px)", | ||
"keepAspectRatio": "Keep aspect ratio", | ||
"loadingPreview": "Loading Image Preview...", | ||
"The minimum valid height is 100px.": "图片最小高度值为100px", | ||
"The minimum valid width is 100px.": "图片最小宽度值为100px", | ||
"Show Annotations": "显示标注", | ||
"Please specify the dimensions, filename, and desired type for the output image.": "请指定输出图像的尺寸、文件名和所需类型。" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
{ | ||
"Basic Viewer": "基础查看器", | ||
"Total Metabolic Tumor Volume": "总代谢肿瘤体积", | ||
"Download High Quality Image": "A" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
{ | ||
"Do you want to add this measurement to the existing report?": "添加测量值到当前报告中?", | ||
"Create new report": "创建新报告", | ||
"Add to existing report": "添加", | ||
"Discard": "放弃", | ||
"You have existing tracked measurements. What would you like to do with your existing tracked measurements?": "已经存在跟踪的测量,如何处理这些测量数据?", | ||
"No, do not ask again for this series": "否,不再询问", | ||
"No": "否", | ||
"Track measurements for this series?": "对序列的测量值进行跟踪?", | ||
"Yes": "是", | ||
"Cancel": "取消", | ||
"Measurements cannot span across multiple studies. Do you want to save your tracked measurements?": "测量不能跨多个检查,是否要保存跟踪的测量值?", | ||
"No, discard previously tracked series & measurements": "否,放弃之前跟踪的序列和测量值。", | ||
"Do you want to continue tracking measurements for this study?": "继续对该检查进行测量跟踪吗?", | ||
"Create Report": "新建报告", | ||
"Measurements saved successfully": "测量值保存成功", | ||
"Failed to store measurements": "测量值保存失败" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
{ | ||
"Sex": "性别", | ||
"Age": "年龄", | ||
"MRN": "病例号", | ||
"Thickness": "厚度", | ||
"Spacing": "间距", | ||
"Scanner": "扫描器" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"Studies": "检查", | ||
"Measurements": "测量", | ||
"Measure": "测量", | ||
"Segmentation": "分割" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{ | ||
"Primary": "当前", | ||
"Recent": "最近", | ||
"All": "全部", | ||
"Tracked Series": "个跟踪序列" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,45 @@ | ||
import AboutModal from './AboutModal.json'; | ||
import Buttons from './Buttons.json'; | ||
import CineDialog from './CineDialog.json'; | ||
import Common from './Common.json'; | ||
import DatePicker from './DatePicker.json'; | ||
import Header from './Header.json'; | ||
import MeasurementTable from './MeasurementTable.json'; | ||
import StudyList from './StudyList.json'; | ||
import UserPreferencesModal from './UserPreferencesModal.json'; | ||
import ViewportDownloadForm from './ViewportDownloadForm.json'; | ||
import StudyBrowser from './StudyBrowser.json'; | ||
import SidePanel from './SidePanel.json'; | ||
import Modes from './Modes.json'; | ||
import PatientInfo from './PatientInfo.json'; | ||
import Notification from './Notification.json'; | ||
import ContextMenu from './ContextMenu.json'; | ||
import Dialog from './Dialog.json'; | ||
import Modals from './Modals.json'; | ||
import Local from './Local.json'; | ||
import ErrorBoundary from './ErrorBoundary.json'; | ||
|
||
export default { | ||
zh: { | ||
'zh': { | ||
AboutModal, | ||
Buttons, | ||
CineDialog, | ||
Common, | ||
DatePicker, | ||
Header, | ||
MeasurementTable, | ||
StudyList, | ||
UserPreferencesModal, | ||
ViewportDownloadForm, | ||
StudyBrowser, | ||
SidePanel, | ||
Modes, | ||
PatientInfo, | ||
Notification, | ||
ContextMenu, | ||
Dialog, | ||
Modals, | ||
Local, | ||
ErrorBoundary, | ||
}, | ||
}; | ||
}; |