diff --git a/platform/i18n/src/locales/en-US/Buttons.json b/platform/i18n/src/locales/en-US/Buttons.json index 7a0b65783..7e5f23b36 100644 --- a/platform/i18n/src/locales/en-US/Buttons.json +++ b/platform/i18n/src/locales/en-US/Buttons.json @@ -1,11 +1,14 @@ { "Acquired": "Acquired", "Angle": "Angle", + "Annotation": "Annotation", "Axial": "Axial", "Bidirectional": "Bidirectional", "Brush": "Brush", + "Cine": "Cine", "CINE": "CINE", "Cancel": "Cancel", + "Capture": "Capture", "Circle": "Circle", "Clear": "Clear", "Coronal": "Coronal", @@ -14,8 +17,10 @@ "Ellipse": "Ellipse", "Elliptical": "Elliptical", "Flip H": "Flip H", + "Flip Horizontally": "Flip Horizontally", "Flip V": "Flip V", "Freehand": "Freehand", + "Grid Layout": "Grid Layout", "Invert": "Invert", "Layout": "$t(Common:Layout)", "Length": "Length", @@ -24,6 +29,7 @@ "Manual": "Manual", "Measurements": "Measurements", "More": "$t(Common:More)", + "More Tools": "More Tools", "Next": "$t(Common:Next)", "Pan": "Pan", "Play": "$t(Common:Play)", @@ -31,13 +37,15 @@ "Probe": "Probe", "ROI Window": "ROI Window", "Rectangle": "Rectangle", + "Reference Lines": "Reference Lines", "Reset": "$t(Common:Reset)", "Reset to Defaults": "$t(Common:Reset) to Defaults", "Rotate Right": "Rotate Right", "Sagittal": "Sagittal", "Save": "Save", "Stack Scroll": "Stack Scroll", + "Stack Image Sync": "Stack Image Sync", "Stop": "$t(Common:Stop)", "Themes": "Themes", "Zoom": "Zoom" -} \ No newline at end of file +} diff --git a/platform/i18n/src/locales/zh/Buttons.json b/platform/i18n/src/locales/zh/Buttons.json index 38efe7d08..d41174eb5 100644 --- a/platform/i18n/src/locales/zh/Buttons.json +++ b/platform/i18n/src/locales/zh/Buttons.json @@ -1,11 +1,14 @@ { "Acquired": "已获取", "Angle": "角度", + "Annotation": "注释", "Axial": "轴状面", "Bidirectional": "双向", "Brush": "橡皮擦", + "Cine": "播放动画", "CINE": "播放动画", "Cancel": "取消", + "Capture": "下载", "Circle": "圆", "Clear": "清除", "Coronal": "冠状面", @@ -13,8 +16,10 @@ "Ellipse": "椭圆", "Elliptical": "椭圆的", "Flip H": "左右翻转", + "Flip Horizontally": "左右翻转", "Flip V": "上下翻转", "Freehand": "自由画线", + "Grid Layout": "窗口布局", "Invert": "灰度反转", "Layout": "显示窗口", "Length": "长度", @@ -23,6 +28,8 @@ "Manual": "手动", "Measurements": "测量", "More": "更多", + "More Tools": "更多工具", + "More Measure Tools": "更多测量工具", "Next": "下一个", "Pan": "移动", "Play": "播放", @@ -30,13 +37,15 @@ "Probe": "探针", "ROI Window": "选择对比度", "Rectangle": "矩形", + "Reference Lines": "参考线", "Reset": "复原", "Reset to Defaults": "返回默认", "Rotate Right": "顺时针旋转", "Sagittal": "矢状面", "Save": "保存", "Stack Scroll": "滑动切换图层", + "Stack Image Sync": "影像联动", "Stop": "停止", "Themes": "主题", "Zoom": "放大" -} \ No newline at end of file +}