@@ -70,11 +70,12 @@ function Strings( config ) {
70
70
'menubar/add/mesh/lathe' : 'Lathe' ,
71
71
'menubar/add/mesh/sprite' : 'Sprite' ,
72
72
73
- 'menubar/add/pointlight' : 'PointLight' ,
74
- 'menubar/add/spotlight' : 'SpotLight' ,
75
- 'menubar/add/directionallight' : 'DirectionalLight' ,
76
- 'menubar/add/hemispherelight' : 'HemisphereLight' ,
77
- 'menubar/add/ambientlight' : 'AmbientLight' ,
73
+ 'menubar/add/light' : 'Light' ,
74
+ 'menubar/add/light/ambient' : 'Ambient' ,
75
+ 'menubar/add/light/directional' : 'Directional' ,
76
+ 'menubar/add/light/hemisphere' : 'Hemisphere' ,
77
+ 'menubar/add/light/point' : 'Point' ,
78
+ 'menubar/add/light/spot' : 'Spot' ,
78
79
79
80
'menubar/add/perspectivecamera' : 'PerspectiveCamera' ,
80
81
'menubar/add/orthographiccamera' : 'OrthographicCamera' ,
@@ -453,11 +454,12 @@ function Strings( config ) {
453
454
'menubar/add/mesh/lathe' : 'Tour' ,
454
455
'menubar/add/mesh/sprite' : 'Sprite' ,
455
456
456
- 'menubar/add/pointlight' : 'Lumière ponctuelle' ,
457
- 'menubar/add/spotlight' : 'Projecteur' ,
458
- 'menubar/add/directionallight' : 'Lumière directionnelle' ,
459
- 'menubar/add/hemispherelight' : 'Lumière hémisphérique' ,
460
- 'menubar/add/ambientlight' : 'Lumière ambiante' ,
457
+ 'menubar/add/light' : 'Lumière' ,
458
+ 'menubar/add/light/ambient' : 'Ambiante' ,
459
+ 'menubar/add/light/directional' : 'Directionnelle' ,
460
+ 'menubar/add/light/hemisphere' : 'Hémisphérique' ,
461
+ 'menubar/add/light/point' : 'Ponctuelle' ,
462
+ 'menubar/add/light/spot' : 'Projecteur' ,
461
463
462
464
'menubar/add/perspectivecamera' : 'Caméra perspective' ,
463
465
'menubar/add/orthographiccamera' : 'Caméra orthographique' ,
@@ -836,11 +838,12 @@ function Strings( config ) {
836
838
'menubar/add/mesh/lathe' : '酒杯' ,
837
839
'menubar/add/mesh/sprite' : '精灵' ,
838
840
839
- 'menubar/add/pointlight' : '点光源' ,
840
- 'menubar/add/spotlight' : '聚光灯' ,
841
- 'menubar/add/directionallight' : '平行光' ,
842
- 'menubar/add/hemispherelight' : '半球光' ,
843
- 'menubar/add/ambientlight' : '环境光' ,
841
+ 'menubar/add/light' : 'Light' ,
842
+ 'menubar/add/light/ambient' : '环境光' ,
843
+ 'menubar/add/light/directional' : '平行光' ,
844
+ 'menubar/add/light/hemisphere' : '半球光' ,
845
+ 'menubar/add/light/point' : '点光源' ,
846
+ 'menubar/add/light/spot' : '聚光灯' ,
844
847
845
848
'menubar/add/perspectivecamera' : '透视相机' ,
846
849
'menubar/add/orthographiccamera' : '正交相机' ,
@@ -1219,11 +1222,12 @@ function Strings( config ) {
1219
1222
'menubar/add/mesh/lathe' : '旋盤形' ,
1220
1223
'menubar/add/mesh/sprite' : 'スプライト' ,
1221
1224
1222
- 'menubar/add/pointlight' : 'ポイントライト' ,
1223
- 'menubar/add/spotlight' : 'スポットライト' ,
1224
- 'menubar/add/directionallight' : 'ディレクショナルライト' ,
1225
- 'menubar/add/hemispherelight' : 'ヘミスフィアライト' ,
1226
- 'menubar/add/ambientlight' : 'アンビエントライト' ,
1225
+ 'menubar/add/light' : 'Light' ,
1226
+ 'menubar/add/light/ambient' : 'アンビエントライト' ,
1227
+ 'menubar/add/light/directional' : 'ディレクショナルライト' ,
1228
+ 'menubar/add/light/hemisphere' : 'ヘミスフィアライト' ,
1229
+ 'menubar/add/light/point' : 'ポイントライト' ,
1230
+ 'menubar/add/light/spot' : 'スポットライト' ,
1227
1231
1228
1232
'menubar/add/perspectivecamera' : '透視投影カメラ' ,
1229
1233
'menubar/add/orthographiccamera' : '平行投影カメラ' ,
0 commit comments