|
@@ -14,6 +14,29 @@ function Strings( config ) {
|
|
|
'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.',
|
|
|
|
|
|
+ 'command/AddObject': 'Add Object',
|
|
|
+ 'command/AddScript': 'Add Script',
|
|
|
+ 'command/MoveObject': 'Move Object',
|
|
|
+ 'command/MultiCmds': 'Multiple Changes',
|
|
|
+ 'command/RemoveObject': 'Remove Object',
|
|
|
+ 'command/RemoveScript': 'Remove Script',
|
|
|
+ 'command/SetColor': 'Set Color',
|
|
|
+ 'command/SetGeometry': 'Set Geometry',
|
|
|
+ 'command/SetGeometryValue': 'Set Geometry Value',
|
|
|
+ 'command/SetMaterialColor': 'Set Material Color',
|
|
|
+ 'command/SetMaterial': 'Set Material',
|
|
|
+ 'command/SetMaterialMap': 'Set Material Map',
|
|
|
+ 'command/SetMaterialRange': 'Set Material Range',
|
|
|
+ 'command/SetMaterialValue': 'Set Material Value',
|
|
|
+ 'command/SetMaterialVector': 'Set Material Vector',
|
|
|
+ 'command/SetPosition': 'Set Position',
|
|
|
+ 'command/SetRotation': 'Set Rotation',
|
|
|
+ 'command/SetScale': 'Set Scale',
|
|
|
+ 'command/SetScene': 'Set Scene',
|
|
|
+ 'command/SetScriptValue': 'Set Script Value',
|
|
|
+ 'command/SetUuid': 'Set UUID',
|
|
|
+ 'command/SetValue': 'Set Value',
|
|
|
+
|
|
|
'menubar/file': 'File',
|
|
|
'menubar/file/new': 'New',
|
|
|
'menubar/file/import': 'Import',
|
|
@@ -378,6 +401,29 @@ function Strings( config ) {
|
|
|
'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.',
|
|
|
|
|
|
+ 'command/AddObject': 'Ajouter un objet',
|
|
|
+ 'command/AddScript': 'Ajouter un script',
|
|
|
+ 'command/MoveObject': 'Déplacer l’objet',
|
|
|
+ 'command/MultiCmds': 'Changements multiples',
|
|
|
+ 'command/RemoveObject': 'Supprimer l’objet',
|
|
|
+ 'command/RemoveScript': 'Supprimer le script',
|
|
|
+ 'command/SetColor': 'Définir la couleur',
|
|
|
+ 'command/SetGeometry': 'Définir la géométrie',
|
|
|
+ 'command/SetGeometryValue': 'Définir la valeur de la géométrie',
|
|
|
+ 'command/SetMaterialColor': 'Définir la couleur du matériau',
|
|
|
+ 'command/SetMaterial': 'Matériel de l’ensemble',
|
|
|
+ 'command/SetMaterialMap': 'Définir la carte des matériaux',
|
|
|
+ 'command/SetMaterialRange': 'Définir la gamme de matériaux',
|
|
|
+ 'command/SetMaterialValue': 'Définir la valeur du matériau',
|
|
|
+ 'command/SetMaterialVector': 'Définir le vecteur de matériau',
|
|
|
+ 'command/SetPosition': 'Définir la position',
|
|
|
+ 'command/SetRotation': 'Définir la rotation',
|
|
|
+ 'command/SetScale': 'Définir l’échelle',
|
|
|
+ 'command/SetScene': 'Planter le décor',
|
|
|
+ 'command/SetScriptValue': 'Définir la valeur du script',
|
|
|
+ 'command/SetUuid': 'Définir l’UUID',
|
|
|
+ 'command/SetValue': 'Définir la valeur',
|
|
|
+
|
|
|
'menubar/file': 'Fichier',
|
|
|
'menubar/file/new': 'Nouveau',
|
|
|
'menubar/file/import': 'Importer',
|
|
@@ -742,6 +788,29 @@ function Strings( config ) {
|
|
|
'prompt/history/preserve': '历史将在会话之间保留。\n这可能会影响在处理纹理时的性能。',
|
|
|
'prompt/history/forbid': '在播放场景时,撤消/重做被禁用。',
|
|
|
|
|
|
+ 'command/AddObject': '添加对象',
|
|
|
+ 'command/AddScript': '添加脚本',
|
|
|
+ 'command/MoveObject': '移动对象',
|
|
|
+ 'command/MultiCmds': '多次更改',
|
|
|
+ 'command/RemoveObject': '删除对象',
|
|
|
+ 'command/RemoveScript': '删除脚本',
|
|
|
+ 'command/SetColor': '设置颜色',
|
|
|
+ 'command/SetGeometry': '设置几何图形',
|
|
|
+ 'command/SetGeometryValue': '设置几何值',
|
|
|
+ 'command/SetMaterialColor': '设置材质颜色',
|
|
|
+ 'command/SetMaterial': '设置材质',
|
|
|
+ 'command/SetMaterialMap': '设置材质贴图',
|
|
|
+ 'command/SetMaterialRange': '设置材料范围',
|
|
|
+ 'command/SetMaterialValue': '设置材料值',
|
|
|
+ 'command/SetMaterialVector': '设置材质矢量',
|
|
|
+ 'command/SetPosition': '设置位置',
|
|
|
+ 'command/SetRotation': '设置旋转',
|
|
|
+ 'command/SetScale': '设置比例',
|
|
|
+ 'command/SetScene': '设置布景',
|
|
|
+ 'command/SetScriptValue': '设置脚本值',
|
|
|
+ 'command/SetUuid': '设置 UUID',
|
|
|
+ 'command/SetValue': '设定值',
|
|
|
+
|
|
|
'menubar/file': '文件',
|
|
|
'menubar/file/new': '新建',
|
|
|
'menubar/file/import': '导入',
|
|
@@ -1106,6 +1175,29 @@ function Strings( config ) {
|
|
|
'prompt/history/preserve': '履歴はセッションをまたいで保存されます。\nこれは、テクスチャを操作する際のパフォーマンスに影響を与える可能性があります。',
|
|
|
'prompt/history/forbid': 'シーンの再生中は元に戻す/やり直しは無効になります。',
|
|
|
|
|
|
+ 'command/AddObject': 'オブジェクトを追加',
|
|
|
+ 'command/AddScript': 'スクリプトを追加',
|
|
|
+ 'command/MoveObject': 'オブジェクトの移動',
|
|
|
+ 'command/MultiCmds': '複数の変更',
|
|
|
+ 'command/RemoveObject': 'オブジェクトを削除',
|
|
|
+ 'command/RemoveScript': 'スクリプトの削除',
|
|
|
+ 'command/SetColor': 'カラーを設定',
|
|
|
+ 'command/SetGeometry': 'ジオメトリの設定',
|
|
|
+ 'command/SetGeometryValue': 'ジオメトリ値の設定',
|
|
|
+ 'command/SetMaterialColor': 'マテリアル カラーの設定',
|
|
|
+ 'command/SetMaterial': 'マテリアルの設定',
|
|
|
+ 'command/SetMaterialMap': 'マテリアル マップの設定',
|
|
|
+ 'command/SetMaterialRange': 'マテリアル範囲の設定',
|
|
|
+ 'command/SetMaterialValue': 'マテリアル値の設定',
|
|
|
+ 'command/SetMaterialVector': '素材のベクトルを設定します',
|
|
|
+ 'command/SetPosition': '位置を設定',
|
|
|
+ 'command/SetRotation': '回転を設定',
|
|
|
+ 'command/SetScale': 'スケールを設定',
|
|
|
+ 'command/SetScene': 'セットシーン',
|
|
|
+ 'command/SetScriptValue': 'スクリプト値の設定',
|
|
|
+ 'command/SetUuid': 'UUIDの設定',
|
|
|
+ 'command/SetValue': '値の設定',
|
|
|
+
|
|
|
'menubar/file': 'ファイル',
|
|
|
'menubar/file/new': '新規',
|
|
|
'menubar/file/import': 'インポート',
|