Skip to content

Commit

Permalink
Improve localization
Browse files Browse the repository at this point in the history
  • Loading branch information
durswd committed Sep 6, 2022
1 parent 5f8fc1a commit 1516075
Show file tree
Hide file tree
Showing 2 changed files with 44 additions and 4 deletions.
24 changes: 22 additions & 2 deletions Dev/release/resources/languages/en/EffekseerMaterialEditor.csv
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ ConfirmSaveChanged,[{0}] has been changed. Do you want to save?
Cancel,Cancel
TextureCount,Image
UniformCount,Parameter
GradientCount,Gradient
Delete_Name,Delete
,
Description_Name,Description
Expand Down Expand Up @@ -157,6 +158,8 @@ Comment_Node_Name,Comment
Constant_Name,Constant
Time_Node_Name,Time
Time_Node_Desc,Outputs the current time in seconds.
LocalTime_Node_Name,LocalTime
LocalTime_Node_Desc,Outputs the time in seconds since the effect was generated.
EffectScale_Node_Name,EffectScale
EffectScale_Node_Desc,Gets the scale specified when the effect file is loaded.
CameraPositionWS_Node_Name,CameraPosition
Expand Down Expand Up @@ -211,10 +214,27 @@ You can specify how many images are arranged in one round and the rotation angle
,
Depth_Name,Depth
,
DepthFade_Name,DepthFade
DepthFade_Desc,"Output a smaller value as it gets closer to the background object.
DepthFade_Node_Name,DepthFade
DepthFade_Node_Desc,"Output a smaller value as it gets closer to the background object.
Output 1 if the distance is farther than FadeDistance, 0 if the distance is 0."
,
Gradient_Name,Gradient
SampleGradient_Node_Name,Sample Gradient
SampleGradient_Node_Desc,"Outputs a color reference from the gradient to the color at the specified location.
If no input is set for the gradient, the gradient of this node is used."
Gradient_Node_Name,Gradient
Gradient_Node_Desc,"This node outputs a gradient."
GradientParameter_Node_Name,Gradient Parameter
GradientParameter_Node_Desc,"Outputs a gradient set externally."
,
Noise_Name,Noise
SimpleNoise_Node_Name,Simple Noise
SimpleNoise_Node_Desc,Outputs noise.
,
Environment_Name,Environment
Light_Node_Name,Light
Light_Node_Desc,Outputs information about externally set lights.
,
ConvertParam_Name,Convert to parameter
,
,
Expand Down
24 changes: 22 additions & 2 deletions Dev/release/resources/languages/ja/EffekseerMaterialEditor.csv
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ ConfirmSaveChanged,[{0}] は変更されています。保存しますか?
Cancel,キャンセル
TextureCount,画像枚数
UniformCount,パラメーター数
GradientCount,グラディエント数
Delete_Name,削除
,
Description_Name,説明
Expand Down Expand Up @@ -156,6 +157,8 @@ Comment_Node_Name,コメント
Constant_Name,定数
Time_Node_Name,時間
Time_Node_Desc,現在の時間を秒単位で出力します。
LocalTime_Node_Name,ローカル時間
LocalTime_Node_Desc,エフェクトが生成されてからの時間を秒単位で出力します。
EffectScale_Node_Name,エフェクト拡大率
EffectScale_Node_Desc,エフェクトファイルを読み込んだときに指定される拡大率を取得します。
CameraPositionWS_Node_Name,カメラ位置
Expand Down Expand Up @@ -209,10 +212,27 @@ PolarCoords_Node_Desc,"中央から放射上に配置されたUVを出力しま
,
Depth_Name,深度
,
DepthFade_Name,フェード(深度)
DepthFade_Desc,"背景のオブジェクトに近づくにしたがって小さな値を出力します。
DepthFade_Node_Name,フェード(深度)
DepthFade_Node_Desc,"背景のオブジェクトに近づくにしたがって小さな値を出力します。
FadeDistanceより距離が離れていれば1、距離が0で0を出力します。"
,
Gradient_Name,グラディエント
SampleGradient_Node_Name,グラディエント参照
SampleGradient_Node_Desc,"グラディエントから、指定した位置の色を参照して出力します。
グラディエントに入力が設定されていない場合、このノードのグラディエントを使用します。"
Gradient_Node_Name,グラディエント
Gradient_Node_Desc,"グラディエントを出力するノードです。"
GradientParameter_Node_Name,グラディエントパラメーター
GradientParameter_Node_Desc,"外部から設定されたグラディエントを出力します。"
,
Noise_Name,ノイズ
SimpleNoise_Node_Name,シンプルノイズ
SimpleNoise_Node_Desc,ノイズを出力します。
,
Environment_Name,環境
Light_Node_Name,ライト
Light_Node_Desc,外部から設定されたライトの情報を出力します。
,
ConvertParam_Name,パラメーターに変換
,
,
Expand Down

0 comments on commit 1516075

Please sign in to comment.