Skip to content

Commit 1516075

Browse files
committed
Improve localization
1 parent 5f8fc1a commit 1516075

File tree

2 files changed

+44
-4
lines changed

2 files changed

+44
-4
lines changed

Dev/release/resources/languages/en/EffekseerMaterialEditor.csv

+22-2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ ConfirmSaveChanged,[{0}] has been changed. Do you want to save?
1010
Cancel,Cancel
1111
TextureCount,Image
1212
UniformCount,Parameter
13+
GradientCount,Gradient
1314
Delete_Name,Delete
1415
,
1516
Description_Name,Description
@@ -157,6 +158,8 @@ Comment_Node_Name,Comment
157158
Constant_Name,Constant
158159
Time_Node_Name,Time
159160
Time_Node_Desc,Outputs the current time in seconds.
161+
LocalTime_Node_Name,LocalTime
162+
LocalTime_Node_Desc,Outputs the time in seconds since the effect was generated.
160163
EffectScale_Node_Name,EffectScale
161164
EffectScale_Node_Desc,Gets the scale specified when the effect file is loaded.
162165
CameraPositionWS_Node_Name,CameraPosition
@@ -211,10 +214,27 @@ You can specify how many images are arranged in one round and the rotation angle
211214
,
212215
Depth_Name,Depth
213216
,
214-
DepthFade_Name,DepthFade
215-
DepthFade_Desc,"Output a smaller value as it gets closer to the background object.
217+
DepthFade_Node_Name,DepthFade
218+
DepthFade_Node_Desc,"Output a smaller value as it gets closer to the background object.
216219
Output 1 if the distance is farther than FadeDistance, 0 if the distance is 0."
217220
,
221+
Gradient_Name,Gradient
222+
SampleGradient_Node_Name,Sample Gradient
223+
SampleGradient_Node_Desc,"Outputs a color reference from the gradient to the color at the specified location.
224+
If no input is set for the gradient, the gradient of this node is used."
225+
Gradient_Node_Name,Gradient
226+
Gradient_Node_Desc,"This node outputs a gradient."
227+
GradientParameter_Node_Name,Gradient Parameter
228+
GradientParameter_Node_Desc,"Outputs a gradient set externally."
229+
,
230+
Noise_Name,Noise
231+
SimpleNoise_Node_Name,Simple Noise
232+
SimpleNoise_Node_Desc,Outputs noise.
233+
,
234+
Environment_Name,Environment
235+
Light_Node_Name,Light
236+
Light_Node_Desc,Outputs information about externally set lights.
237+
,
218238
ConvertParam_Name,Convert to parameter
219239
,
220240
,

Dev/release/resources/languages/ja/EffekseerMaterialEditor.csv

+22-2
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ ConfirmSaveChanged,[{0}] は変更されています。保存しますか?
1010
Cancel,キャンセル
1111
TextureCount,画像枚数
1212
UniformCount,パラメーター数
13+
GradientCount,グラディエント数
1314
Delete_Name,削除
1415
,
1516
Description_Name,説明
@@ -156,6 +157,8 @@ Comment_Node_Name,コメント
156157
Constant_Name,定数
157158
Time_Node_Name,時間
158159
Time_Node_Desc,現在の時間を秒単位で出力します。
160+
LocalTime_Node_Name,ローカル時間
161+
LocalTime_Node_Desc,エフェクトが生成されてからの時間を秒単位で出力します。
159162
EffectScale_Node_Name,エフェクト拡大率
160163
EffectScale_Node_Desc,エフェクトファイルを読み込んだときに指定される拡大率を取得します。
161164
CameraPositionWS_Node_Name,カメラ位置
@@ -209,10 +212,27 @@ PolarCoords_Node_Desc,"中央から放射上に配置されたUVを出力しま
209212
,
210213
Depth_Name,深度
211214
,
212-
DepthFade_Name,フェード(深度)
213-
DepthFade_Desc,"背景のオブジェクトに近づくにしたがって小さな値を出力します。
215+
DepthFade_Node_Name,フェード(深度)
216+
DepthFade_Node_Desc,"背景のオブジェクトに近づくにしたがって小さな値を出力します。
214217
FadeDistanceより距離が離れていれば1、距離が0で0を出力します。"
215218
,
219+
Gradient_Name,グラディエント
220+
SampleGradient_Node_Name,グラディエント参照
221+
SampleGradient_Node_Desc,"グラディエントから、指定した位置の色を参照して出力します。
222+
グラディエントに入力が設定されていない場合、このノードのグラディエントを使用します。"
223+
Gradient_Node_Name,グラディエント
224+
Gradient_Node_Desc,"グラディエントを出力するノードです。"
225+
GradientParameter_Node_Name,グラディエントパラメーター
226+
GradientParameter_Node_Desc,"外部から設定されたグラディエントを出力します。"
227+
,
228+
Noise_Name,ノイズ
229+
SimpleNoise_Node_Name,シンプルノイズ
230+
SimpleNoise_Node_Desc,ノイズを出力します。
231+
,
232+
Environment_Name,環境
233+
Light_Node_Name,ライト
234+
Light_Node_Desc,外部から設定されたライトの情報を出力します。
235+
,
216236
ConvertParam_Name,パラメーターに変換
217237
,
218238
,

0 commit comments

Comments
 (0)