Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Simplified Chinese translation #1018

Merged
merged 1 commit into from
Jul 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 11 additions & 9 deletions Dev/release/resources/languages/zhcn/Effekseer_GpuParticles.csv
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,18 @@ GpuParticles_EmitShape_ModelPath_Name,模型
GpuParticles_EmitShape_ModelPath_Desc,模型的路径
GpuParticles_EmitShape_ModelSize_Name,尺寸
GpuParticles_EmitShape_ModelSize_Desc,模型的大小
GpuParticles_EmitShape_RotationApplied_Name,影响生成角度
GpuParticles_EmitShape_RotationApplied_Desc,对于圆、球和模型有效

GpuParticles_Position_Name,位置
GpuParticles_Position_Direction_Name,方向
GpuParticles_Position_Direction_Desc,生成粒子时的移动方向。
GpuParticles_Position_Spread_Name,扩散范围
GpuParticles_Position_Spread_Desc,生成粒子时沿移动方向随机扩散的角度。
GpuParticles_Position_InitialSpeed_Name,初始速度
GpuParticles_Position_InitialSpeed_Desc,生成粒子时的初始移动速度。
GpuParticles_Position_Damping_Name,阻尼
GpuParticles_Position_Damping_Desc,粒子运动时的阻尼力。
GpuParticles_Velocity_Name,速度
GpuParticles_Velocity_Direction_Name,方向
GpuParticles_Velocity_Direction_Desc,生成粒子时的移动方向。
GpuParticles_Velocity_Spread_Name,扩散范围
GpuParticles_Velocity_Spread_Desc,生成粒子时沿移动方向随机扩散的角度。
GpuParticles_Velocity_InitialSpeed_Name,初始速度
GpuParticles_Velocity_InitialSpeed_Desc,生成粒子时的初始移动速度。
GpuParticles_Velocity_Damping_Name,阻尼
GpuParticles_Velocity_Damping_Desc,粒子运动时的阻尼力。

GpuParticles_Rotation_Name,旋转
GpuParticles_Rotation_InitialAngle_Name,初始角度
Expand Down
Loading