fix(i18n): add more fields i18n (#3262)

This commit is contained in:
Davy 2023-06-19 22:02:48 +08:00 committed by GitHub
parent a34a0b1a3a
commit 8baf9deaf0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 19 additions and 2 deletions

View File

@ -1,11 +1,14 @@
{ {
"Acquired": "Acquired", "Acquired": "Acquired",
"Angle": "Angle", "Angle": "Angle",
"Annotation": "Annotation",
"Axial": "Axial", "Axial": "Axial",
"Bidirectional": "Bidirectional", "Bidirectional": "Bidirectional",
"Brush": "Brush", "Brush": "Brush",
"Cine": "Cine",
"CINE": "CINE", "CINE": "CINE",
"Cancel": "Cancel", "Cancel": "Cancel",
"Capture": "Capture",
"Circle": "Circle", "Circle": "Circle",
"Clear": "Clear", "Clear": "Clear",
"Coronal": "Coronal", "Coronal": "Coronal",
@ -14,8 +17,10 @@
"Ellipse": "Ellipse", "Ellipse": "Ellipse",
"Elliptical": "Elliptical", "Elliptical": "Elliptical",
"Flip H": "Flip H", "Flip H": "Flip H",
"Flip Horizontally": "Flip Horizontally",
"Flip V": "Flip V", "Flip V": "Flip V",
"Freehand": "Freehand", "Freehand": "Freehand",
"Grid Layout": "Grid Layout",
"Invert": "Invert", "Invert": "Invert",
"Layout": "$t(Common:Layout)", "Layout": "$t(Common:Layout)",
"Length": "Length", "Length": "Length",
@ -24,6 +29,7 @@
"Manual": "Manual", "Manual": "Manual",
"Measurements": "Measurements", "Measurements": "Measurements",
"More": "$t(Common:More)", "More": "$t(Common:More)",
"More Tools": "More Tools",
"Next": "$t(Common:Next)", "Next": "$t(Common:Next)",
"Pan": "Pan", "Pan": "Pan",
"Play": "$t(Common:Play)", "Play": "$t(Common:Play)",
@ -31,12 +37,14 @@
"Probe": "Probe", "Probe": "Probe",
"ROI Window": "ROI Window", "ROI Window": "ROI Window",
"Rectangle": "Rectangle", "Rectangle": "Rectangle",
"Reference Lines": "Reference Lines",
"Reset": "$t(Common:Reset)", "Reset": "$t(Common:Reset)",
"Reset to Defaults": "$t(Common:Reset) to Defaults", "Reset to Defaults": "$t(Common:Reset) to Defaults",
"Rotate Right": "Rotate Right", "Rotate Right": "Rotate Right",
"Sagittal": "Sagittal", "Sagittal": "Sagittal",
"Save": "Save", "Save": "Save",
"Stack Scroll": "Stack Scroll", "Stack Scroll": "Stack Scroll",
"Stack Image Sync": "Stack Image Sync",
"Stop": "$t(Common:Stop)", "Stop": "$t(Common:Stop)",
"Themes": "Themes", "Themes": "Themes",
"Zoom": "Zoom" "Zoom": "Zoom"

View File

@ -1,11 +1,14 @@
{ {
"Acquired": "已获取", "Acquired": "已获取",
"Angle": "角度", "Angle": "角度",
"Annotation": "注释",
"Axial": "轴状面", "Axial": "轴状面",
"Bidirectional": "双向", "Bidirectional": "双向",
"Brush": "橡皮擦", "Brush": "橡皮擦",
"Cine": "播放动画",
"CINE": "播放动画", "CINE": "播放动画",
"Cancel": "取消", "Cancel": "取消",
"Capture": "下载",
"Circle": "圆", "Circle": "圆",
"Clear": "清除", "Clear": "清除",
"Coronal": "冠状面", "Coronal": "冠状面",
@ -13,8 +16,10 @@
"Ellipse": "椭圆", "Ellipse": "椭圆",
"Elliptical": "椭圆的", "Elliptical": "椭圆的",
"Flip H": "左右翻转", "Flip H": "左右翻转",
"Flip Horizontally": "左右翻转",
"Flip V": "上下翻转", "Flip V": "上下翻转",
"Freehand": "自由画线", "Freehand": "自由画线",
"Grid Layout": "窗口布局",
"Invert": "灰度反转", "Invert": "灰度反转",
"Layout": "显示窗口", "Layout": "显示窗口",
"Length": "长度", "Length": "长度",
@ -23,6 +28,8 @@
"Manual": "手动", "Manual": "手动",
"Measurements": "测量", "Measurements": "测量",
"More": "更多", "More": "更多",
"More Tools": "更多工具",
"More Measure Tools": "更多测量工具",
"Next": "下一个", "Next": "下一个",
"Pan": "移动", "Pan": "移动",
"Play": "播放", "Play": "播放",
@ -30,12 +37,14 @@
"Probe": "探针", "Probe": "探针",
"ROI Window": "选择对比度", "ROI Window": "选择对比度",
"Rectangle": "矩形", "Rectangle": "矩形",
"Reference Lines": "参考线",
"Reset": "复原", "Reset": "复原",
"Reset to Defaults": "返回默认", "Reset to Defaults": "返回默认",
"Rotate Right": "顺时针旋转", "Rotate Right": "顺时针旋转",
"Sagittal": "矢状面", "Sagittal": "矢状面",
"Save": "保存", "Save": "保存",
"Stack Scroll": "滑动切换图层", "Stack Scroll": "滑动切换图层",
"Stack Image Sync": "影像联动",
"Stop": "停止", "Stop": "停止",
"Themes": "主题", "Themes": "主题",
"Zoom": "放大" "Zoom": "放大"