|
@@ -14,6 +14,7 @@ function Strings( config ) {
|
|
|
'prompt/history/clear': 'The Undo/Redo History will be cleared. Are you sure?',
|
|
|
'prompt/history/preserve': 'The history will be preserved across sessions.\nThis can have an impact on performance when working with textures.',
|
|
|
'prompt/history/forbid': 'Undo/Redo disabled while scene is playing.',
|
|
|
+ 'prompt/rendering/realistic/unsupportedMaterial': 'REALISTIC Shading: Only MeshStandardMaterial and MeshPhysicalMaterial are supported',
|
|
|
|
|
|
'command/AddObject': 'Add Object',
|
|
|
'command/AddScript': 'Add Script',
|
|
@@ -413,6 +414,7 @@ function Strings( config ) {
|
|
|
'prompt/history/clear': 'L\'historique d\'annulation/rétablissement sera effacé Êtes-vous sûr ?',
|
|
|
'prompt/history/preserve': 'L\'histoire sera conservée entre les sessions.\nCela peut avoir un impact sur les performances lors de la manipulation des textures.',
|
|
|
'prompt/history/forbid': 'Les fonctions Annuler/Rétablir sont désactivées pendant la lecture de la scène.',
|
|
|
+ 'prompt/rendering/realistic/unsupportedMaterial': 'Ombrage REALISTIC : seuls MeshStandardMaterial et MeshPhysicalMaterial sont pris en charge',
|
|
|
|
|
|
'command/AddObject': 'Ajouter un objet',
|
|
|
'command/AddScript': 'Ajouter un script',
|
|
@@ -812,6 +814,7 @@ function Strings( config ) {
|
|
|
'prompt/history/clear': '撤销/重做历史记录将被清除。您确定吗?',
|
|
|
'prompt/history/preserve': '历史将在会话之间保留。\n这可能会影响在处理纹理时的性能。',
|
|
|
'prompt/history/forbid': '在播放场景时,撤消/重做被禁用。',
|
|
|
+ 'prompt/rendering/realistic/unsupportedMaterial': 'REALISTIC着色:仅支持 MeshStandardMaterial 和 MeshPhysicalMaterial',
|
|
|
|
|
|
'command/AddObject': '添加对象',
|
|
|
'command/AddScript': '添加脚本',
|
|
@@ -1211,6 +1214,7 @@ function Strings( config ) {
|
|
|
'prompt/history/clear': '元に戻す/やり直しの履歴が消去されます。 本気ですか?',
|
|
|
'prompt/history/preserve': '履歴はセッションをまたいで保存されます。\nこれは、テクスチャを操作する際のパフォーマンスに影響を与える可能性があります。',
|
|
|
'prompt/history/forbid': 'シーンの再生中は元に戻す/やり直しは無効になります。',
|
|
|
+ 'prompt/rendering/realistic/unsupportedMaterial': 'REALISTIC シェーディング: MeshStandardmaterial と MeshPhysicalmaterial のみがサポートされています',
|
|
|
|
|
|
'command/AddObject': 'オブジェクトを追加',
|
|
|
'command/AddScript': 'スクリプトを追加',
|