Skip to content

Commit

Permalink
Editor: Fixed menubar/add/light japanese.
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdoob committed May 8, 2024
1 parent 3468145 commit 65c4c27
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions editor/js/Strings.js
Expand Up @@ -1222,12 +1222,12 @@ function Strings( config ) {
'menubar/add/mesh/lathe': '旋盤形',
'menubar/add/mesh/sprite': 'スプライト',

'menubar/add/light': 'Light',
'menubar/add/light/ambient': 'アンビエントライト',
'menubar/add/light/directional': 'ディレクショナルライト',
'menubar/add/light/hemisphere': 'ヘミスフィアライト',
'menubar/add/light/point': 'ポイントライト',
'menubar/add/light/spot': 'スポットライト',
'menubar/add/light': 'ライト',
'menubar/add/light/ambient': 'アンビエント',
'menubar/add/light/directional': 'ディレクショナル',
'menubar/add/light/hemisphere': 'ヘミスフィア',
'menubar/add/light/point': 'ポイント',
'menubar/add/light/spot': 'スポット',

'menubar/add/perspectivecamera': '透視投影カメラ',
'menubar/add/orthographiccamera': '平行投影カメラ',
Expand Down

0 comments on commit 65c4c27

Please sign in to comment.