diff --git a/packages/i18n/src/locales/en/settings.yaml b/packages/i18n/src/locales/en/settings.yaml index 219d78f23..ea352a5f6 100644 --- a/packages/i18n/src/locales/en/settings.yaml +++ b/packages/i18n/src/locales/en/settings.yaml @@ -57,8 +57,8 @@ live2d: x: X 'y': 'Y' switch-to-vrm: - title: Switch to 3D Avator? - change-to-vrm: Click here to switch to the 3D avator setting (VRM) + title: Switch to 3D Avatar? + change-to-vrm: Click here to switch to the 3D avatar setting (VRM) theme-color-from-model: title: Extract colors from model button-extract: @@ -549,10 +549,18 @@ vrm: title: Change Model title: VRM Settings scale-and-position: + model-info-title: Model Size Information + model-info-x: Width (X) + model-info-y: Height (Y) + model-info-z: Depth (Z) + tips: | + Edit the initial position the VRM model. + Coordinate axes are visualised. title: Scale And Position scale: Scale - x: X - 'y': 'Y' + x: X Offset + y: Y Offset + z: Z Offset switch-to-vrm: title: Switch to Live2D Avatar? change-to-vrm: Click here to switch to the Live2D avatar setting diff --git a/packages/i18n/src/locales/zh-Hans/settings.yaml b/packages/i18n/src/locales/zh-Hans/settings.yaml index 39b7eae5d..46279788f 100644 --- a/packages/i18n/src/locales/zh-Hans/settings.yaml +++ b/packages/i18n/src/locales/zh-Hans/settings.yaml @@ -525,10 +525,18 @@ vrm: title: 更换模型 title: VRM 设置 scale-and-position: + model-info-title: 模型尺寸信息 + model-info-x: 宽度(X轴) + model-info-y: 高度(Y轴) + model-info-z: 深度(Z轴) + tips: | + 设定模型放置的空间坐标。 + 坐标轴已被可视化。 title: 缩放与位置 scale: 缩放 - x: X - 'y': 'Y' + x: X轴偏移 + y: Y 轴偏移 + z: Z轴偏移 switch-to-vrm: title: 想切换至Live2D虚拟形象? change-to-vrm: 切换至Live2D虚拟形象设定页面 diff --git a/packages/stage-ui/src/components/Scenarios/Settings/ModelSettings/VRM.vue b/packages/stage-ui/src/components/Scenarios/Settings/ModelSettings/VRM.vue index 4b8ecfdc9..e95e7f480 100644 --- a/packages/stage-ui/src/components/Scenarios/Settings/ModelSettings/VRM.vue +++ b/packages/stage-ui/src/components/Scenarios/Settings/ModelSettings/VRM.vue @@ -1,12 +1,12 @@