@@ -70,11 +70,12 @@ function Strings( config ) {
7070 'menubar/add/mesh/lathe' : 'Lathe' ,
7171 'menubar/add/mesh/sprite' : 'Sprite' ,
7272
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' ,
7879
7980 'menubar/add/perspectivecamera' : 'PerspectiveCamera' ,
8081 'menubar/add/orthographiccamera' : 'OrthographicCamera' ,
@@ -453,11 +454,12 @@ function Strings( config ) {
453454 'menubar/add/mesh/lathe' : 'Tour' ,
454455 'menubar/add/mesh/sprite' : 'Sprite' ,
455456
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' ,
461463
462464 'menubar/add/perspectivecamera' : 'Caméra perspective' ,
463465 'menubar/add/orthographiccamera' : 'Caméra orthographique' ,
@@ -836,11 +838,12 @@ function Strings( config ) {
836838 'menubar/add/mesh/lathe' : '酒杯' ,
837839 'menubar/add/mesh/sprite' : '精灵' ,
838840
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' : '聚光灯' ,
844847
845848 'menubar/add/perspectivecamera' : '透视相机' ,
846849 'menubar/add/orthographiccamera' : '正交相机' ,
@@ -1219,11 +1222,12 @@ function Strings( config ) {
12191222 'menubar/add/mesh/lathe' : '旋盤形' ,
12201223 'menubar/add/mesh/sprite' : 'スプライト' ,
12211224
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' : 'スポットライト' ,
12271231
12281232 'menubar/add/perspectivecamera' : '透視投影カメラ' ,
12291233 'menubar/add/orthographiccamera' : '平行投影カメラ' ,
0 commit comments