We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a6f83b commit 822ac60Copy full SHA for 822ac60
2 files changed
editor/i18n/en/assets.js
@@ -39,8 +39,8 @@ module.exports = {
39
newRenderTexture: 'Render Texture',
40
newScene: 'Scene',
41
newScene:{
42
- '2d': '2D',
43
- '3d': '3D',
+ '2d': '2D Scene',
+ '3d': '3D Scene',
44
quality: 'Quality',
45
},
46
newPrefab: 'Node Prefab',
editor/i18n/zh/assets.js
@@ -38,8 +38,8 @@ module.exports = {
38
newCubeMap: '立方体贴图',
newScene: '场景',
+ '2d': '2D 场景',
+ '3d': '3D 场景',
quality: '质量',
newPrefab: '预制 (Prefab)',
0 commit comments