You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ld...@apache.org on 2014/07/07 19:51:49 UTC

[5/7] git commit: CB-6773cordova-plugin-vibration documentation translation: cordova-plugin-vibration

CB-6773cordova-plugin-vibration documentation translation: cordova-plugin-vibration


Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/commit/58ae40ff
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/tree/58ae40ff
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/diff/58ae40ff

Branch: refs/heads/master
Commit: 58ae40ff7db34313fbecaafc562986060d704629
Parents: 41ca0aa
Author: ldeluca <ld...@us.ibm.com>
Authored: Wed May 28 13:15:51 2014 -0400
Committer: ldeluca <ld...@us.ibm.com>
Committed: Wed Jun 25 10:15:43 2014 -0400

----------------------------------------------------------------------
 doc/zh/index.md | 18 +++++++++---------
 1 file changed, 9 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/blob/58ae40ff/doc/zh/index.md
----------------------------------------------------------------------
diff --git a/doc/zh/index.md b/doc/zh/index.md
index 2a2c382..ada3242 100644
--- a/doc/zh/index.md
+++ b/doc/zh/index.md
@@ -19,30 +19,30 @@
 
 # org.apache.cordova.vibration
 
-這個外掛程式提供了一種方法,振動設備。
+这个插件提供了一种方法,振动设备。
 
-## 安裝
+## 安装
 
     cordova plugin add org.apache.cordova.vibration
     
 
-## 支援的平臺
+## 支持的平台
 
-*   亞馬遜火 OS
-*   Android 系統
+*   亚马逊火 OS
+*   Android 系统
 *   黑莓 10
-*   火狐瀏覽器作業系統
+*   火狐浏览器操作系统
 *   iOS
 *   Windows Phone 7 和 8
 
 ## notification.vibrate
 
-為指定的時間量振動設備。
+为指定的时间量振动设备。
 
     navigator.notification.vibrate(time)
     
 
-*   **時間**: 毫秒振動設備。*(人數)*
+*   **时间**: 毫秒振动设备。*(人数)*
 
 ## 示例
 
@@ -52,7 +52,7 @@
 
 ## iOS 的怪癖
 
-*   **時間**: 忽略指定的時間和震動的預設置的時間量。
+*   **时间**: 忽略指定的时间和震动的预设置的时间量。
     
         navigator.notification.vibrate();
         navigator.notification.vibrate(2500);   // 2500 is ignored
\ No newline at end of file