Selaa lähdekoodia

Docs: Update FAQ for chinese (#24282)

Darkce 3 vuotta sitten
vanhempi
commit
7daee8083d
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      docs/manual/zh/introduction/FAQ.html

+ 2 - 2
docs/manual/zh/introduction/FAQ.html

@@ -50,9 +50,9 @@ visible_height = 2 * Math.tan( ( Math.PI / 180 ) * camera.fov / 2 ) * distance_f
 			<code>material.side = THREE.DoubleSide</code>
 		</p>
 
-		<h2>Why does three.js sometimes return strange results for invalid inputs?</h2>
+		<h2>为什么有时候无效的输入会让three.js返回奇怪的结果?</h2>
 		<p>
-			For performance reasons, three.js doesn't validate inputs in most cases. It's your app's responsibility to make sure that all inputs are valid.
+			出于性能考虑,大多数情况下 three.js 不验证输入。确保所有输入均有效是你的应用的责任。
 		</p>
 	</body>
 </html>