@ohif/i18n - Update Chinese translations (0.2.5)

This commit is contained in:
Erik Ziegler 2019-07-31 12:05:18 +02:00
parent 2174f4f2fd
commit b3781ac692
5 changed files with 28 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "@ohif/i18n", "name": "@ohif/i18n",
"version": "0.2.4", "version": "0.2.5",
"description": "OHIF extension for internationalization", "description": "OHIF extension for internationalization",
"author": "OHIF", "author": "OHIF",
"license": "MIT", "license": "MIT",

View File

@ -1,10 +1,15 @@
{ {
"Image": "图像", "Image": "图像",
"Layout": "显示窗口", "Layout": "显示窗口",
"Measurements": "测量值",
"More": "更多", "More": "更多",
"Next": "下一个", "Next": "下一个",
"Play": "播放", "Play": "播放",
"Previous": "上一个", "Previous": "上一个",
"Reset": "复原", "Reset": "复原",
"Stop": "停止" "RowsPerPage": "每页条数",
"Series": "序列",
"Show": "显示",
"Stop": "停止",
"StudyDate": "时间"
} }

View File

@ -0,0 +1,9 @@
{
"Criteria nonconformities": "不合标准",
"Delete": "删除",
"Description": "描述",
"MAX": "最大",
"NonTargets": "非靶向",
"Relabel": "重新标记",
"Targets": "靶向"
}

View File

@ -0,0 +1,8 @@
{
"Empty": "无",
"Modality": "成像设备",
"PatientName": "患者姓名",
"StudyDate": "检查日期",
"StudyDescription": "描述",
"StudyList": "检查列表"
}

View File

@ -2,6 +2,8 @@ import Buttons from "./Buttons.json";
import CineDialog from "./CineDialog.json"; import CineDialog from "./CineDialog.json";
import Common from "./Common.json"; import Common from "./Common.json";
import Header from "./Header.json"; import Header from "./Header.json";
import MeasurementTable from "./MeasurementTable.json";
import StudyList from "./StudyList.json";
import UserPreferencesModal from "./UserPreferencesModal.json"; import UserPreferencesModal from "./UserPreferencesModal.json";
export default { export default {
@ -10,6 +12,8 @@ export default {
CineDialog, CineDialog,
Common, Common,
Header, Header,
MeasurementTable,
StudyList,
UserPreferencesModal, UserPreferencesModal,
} }
}; };