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",
"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"
}
}

View File

@ -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": "放大"
}
}