Skip to content

Commit

Permalink
@ohif/i18n - Update Chinese translations (0.2.5)
Browse files Browse the repository at this point in the history
  • Loading branch information
swederik committed Jul 31, 2019
1 parent 2174f4f commit b3781ac
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 2 deletions.
2 changes: 1 addition & 1 deletion extensions/ohif-i18n/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ohif/i18n",
"version": "0.2.4",
"version": "0.2.5",
"description": "OHIF extension for internationalization",
"author": "OHIF",
"license": "MIT",
Expand Down
7 changes: 6 additions & 1 deletion extensions/ohif-i18n/src/locales/zh/Common.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
{
"Image": "图像",
"Layout": "显示窗口",
"Measurements": "测量值",
"More": "更多",
"Next": "下一个",
"Play": "播放",
"Previous": "上一个",
"Reset": "复原",
"Stop": "停止"
"RowsPerPage": "每页条数",
"Series": "序列",
"Show": "显示",
"Stop": "停止",
"StudyDate": "时间"
}
9 changes: 9 additions & 0 deletions extensions/ohif-i18n/src/locales/zh/MeasurementTable.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
{
"Criteria nonconformities": "不合标准",
"Delete": "删除",
"Description": "描述",
"MAX": "最大",
"NonTargets": "非靶向",
"Relabel": "重新标记",
"Targets": "靶向"
}
8 changes: 8 additions & 0 deletions extensions/ohif-i18n/src/locales/zh/StudyList.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"Empty": "",
"Modality": "成像设备",
"PatientName": "患者姓名",
"StudyDate": "检查日期",
"StudyDescription": "描述",
"StudyList": "检查列表"
}
4 changes: 4 additions & 0 deletions extensions/ohif-i18n/src/locales/zh/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ import Buttons from "./Buttons.json";
import CineDialog from "./CineDialog.json";
import Common from "./Common.json";
import Header from "./Header.json";
import MeasurementTable from "./MeasurementTable.json";
import StudyList from "./StudyList.json";
import UserPreferencesModal from "./UserPreferencesModal.json";

export default {
Expand All @@ -10,6 +12,8 @@ export default {
CineDialog,
Common,
Header,
MeasurementTable,
StudyList,
UserPreferencesModal,
}
};

0 comments on commit b3781ac

Please sign in to comment.