瀏覽代碼

zh doc: enhance TransformControls page

gogoend 5 年之前
父節點
當前提交
8650650c67
共有 1 個文件被更改,包括 5 次插入5 次删除
  1. 5 5
      docs/examples/zh/controls/TransformControls.html

+ 5 - 5
docs/examples/zh/controls/TransformControls.html

@@ -39,8 +39,8 @@
 
 		<h3>change</h3>
 		<p>
-			Fires if any type of change (object or property change) is performed. Property changes
-			are separate events you can add event listeners to. The event type is "propertyname-changed".
+			如果发生了任何类型的改变(对象或属性的改变)则触发该事件。
+			属性改变是单独的事件,你也可以为此添加单独的事件监听;该事件类型为"propertyname-changed"(“属性名称-changed”)。
 		</p>
 
 		<h3>mouseDown</h3>
@@ -125,7 +125,7 @@
 
 		<h3>[property:String space]</h3>
 		<p>
-			定义了在哪种空间坐标系中进行变换。可能的值有"world" 和 "local"。默认为*world*。
+			定义了在哪种坐标空间中进行变换。可能的值有"world" 和 "local"。默认为*world*。
 		</p>
 
 		<h3>[property:Number translationSnap]</h3>
@@ -196,10 +196,10 @@
 		<h3>[method:null setSpace] ( [param:String space] )</h3>
 		<p>
 			<p>
-				[page:String space]: The coordinate space in which transformations are applied.
+				[page:String space]: 应用变换的坐标空间。
 			</p>
 			<p>
-				Sets the coordinate space in which transformations are applied.
+				设置应用变换的坐标空间。
 			</p>
 		</p>