Return-Path: X-Original-To: apmail-cordova-commits-archive@www.apache.org Delivered-To: apmail-cordova-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 609CF103E7 for ; Tue, 2 Dec 2014 21:21:50 +0000 (UTC) Received: (qmail 32993 invoked by uid 500); 2 Dec 2014 21:21:50 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 32895 invoked by uid 500); 2 Dec 2014 21:21:50 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 32870 invoked by uid 99); 2 Dec 2014 21:21:50 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Dec 2014 21:21:50 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 04F749BC24F; Tue, 2 Dec 2014 21:21:50 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: ian@apache.org To: commits@cordova.apache.org Date: Tue, 02 Dec 2014 21:21:50 -0000 Message-Id: <745d3557ad3e4aefa49b36293b149977@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [2/3] cordova-plugin-vibration git commit: CB-7936 cordova-plugin-vibration documentation translation: cordova-plugin-vibration CB-7936 cordova-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/39ffc061 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/tree/39ffc061 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/diff/39ffc061 Branch: refs/heads/master Commit: 39ffc061ec249340db9824adf2b9f3dbe7f4783b Parents: 12a9aca Author: Victor Sosa Authored: Tue Nov 4 13:36:45 2014 -0600 Committer: Victor Sosa Committed: Tue Nov 4 13:36:45 2014 -0600 ---------------------------------------------------------------------- doc/de/index.md | 4 ++-- doc/es/index.md | 4 ++-- doc/fr/index.md | 4 ++-- doc/it/index.md | 4 ++-- doc/ja/index.md | 4 ++-- doc/ko/index.md | 4 ++-- doc/ru/index.md | 4 ++-- doc/zh/index.md | 4 ++-- 8 files changed, 16 insertions(+), 16 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/blob/39ffc061/doc/de/index.md ---------------------------------------------------------------------- diff --git a/doc/de/index.md b/doc/de/index.md index 73d1503..e68310d 100644 --- a/doc/de/index.md +++ b/doc/de/index.md @@ -67,13 +67,13 @@ oder * **Zeit**: ignoriert die angegebene Zeit und für eine voreingestellte Zeit vibriert. - Navigator.Vibrate(3000); 3000 wird ignoriert + navigator.vibrate(3000); // 3000 is ignored #### Windows und Blackberry-Kniffe * **Zeit**: Max. Zeit 5000ms (5 s) und min Zeit ist 1ms - Navigator.Vibrate(8000); wird auf 5000 abgeschnitten + navigator.vibrate(8000); // will be truncated to 5000 ### Vibrieren Sie mit einem Muster (Android und Windows nur) http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/blob/39ffc061/doc/es/index.md ---------------------------------------------------------------------- diff --git a/doc/es/index.md b/doc/es/index.md index 6873015..c29299e 100644 --- a/doc/es/index.md +++ b/doc/es/index.md @@ -67,7 +67,7 @@ o * **time**: ignora el tiempo especificado y vibra por un tiempo preestablecido. - Navigator.Vibrate(3000); 3000 se omite + navigator.vibrate(3000); // 3000 is ignored #### Windows y rarezas de Blackberry @@ -133,7 +133,7 @@ Vibra el dispositivo para una cantidad dada de tiempo. * **time**: ignora el tiempo especificado y vibra por un tiempo preestablecido. navigator.notification.vibrate(); - navigator.notification.vibrate(2500); // 2500 es ignorado + navigator.notification.vibrate(2500); // 2500 is ignored ## *Notification.vibrateWithPattern (obsoleto) http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/blob/39ffc061/doc/fr/index.md ---------------------------------------------------------------------- diff --git a/doc/fr/index.md b/doc/fr/index.md index 1ff758b..dfe7f23 100644 --- a/doc/fr/index.md +++ b/doc/fr/index.md @@ -67,13 +67,13 @@ ou * **temps**: ne tient pas compte de la durée spécifiée et vibre pendant un temps prédéterminé. - Navigator.VIBRATE(3000) ; 3000 est ignoré + navigator.vibrate(3000); // 3000 is ignored #### Windows et les bizarreries de Blackberry * **temps**: temps Max est 5000ms (5 s) et heure min est de 1 ms - Navigator.VIBRATE(8000) ; sera tronquée à 5000 + navigator.vibrate(8000); // will be truncated to 5000 ### Vibrer avec un motif (Android et Windows uniquement) http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/blob/39ffc061/doc/it/index.md ---------------------------------------------------------------------- diff --git a/doc/it/index.md b/doc/it/index.md index 4d4f28f..5b38c8f 100644 --- a/doc/it/index.md +++ b/doc/it/index.md @@ -67,13 +67,13 @@ o * **tempo**: ignora il tempo specificato e vibra per un tempo pre-impostato. - Navigator.vibrate(3000); 3000 viene ignorato + navigator.vibrate(3000); // 3000 is ignored #### Windows e stranezze di Blackberry * **tempo**: tempo Max 5000ms (5s) edè min tempo di 1ms - Navigator.vibrate(8000); verrà troncato a 5000 + navigator.vibrate(8000); // will be truncated to 5000 ### Vibrare con un pattern (Android e solo per Windows) http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/blob/39ffc061/doc/ja/index.md ---------------------------------------------------------------------- diff --git a/doc/ja/index.md b/doc/ja/index.md index 030f00f..07d0c0c 100644 --- a/doc/ja/index.md +++ b/doc/ja/index.md @@ -67,13 +67,13 @@ navigator.notification.cancelVibration - アンドロイド * **時間**: 指定された時間を無視し、時間の事前に設定された量のために振動します。 - navigator.vibrate(3000);3000 は無視されます。 + navigator.vibrate(3000); // 3000 is ignored #### Windows とブラックベリー癖 * **時間**: 5000 (5 秒) は、最大時間と最小時間は 1 ms - navigator.vibrate(8000);5000 に切り詰められます + navigator.vibrate(8000); // will be truncated to 5000 ### (人造人間と Windows のみ) パターンで振動します。 http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/blob/39ffc061/doc/ko/index.md ---------------------------------------------------------------------- diff --git a/doc/ko/index.md b/doc/ko/index.md index 7aa0501..86520c7 100644 --- a/doc/ko/index.md +++ b/doc/ko/index.md @@ -67,13 +67,13 @@ navigator.notification.cancelVibration-안 드 로이드 * **시간**: 지정 된 시간을 무시 하 고 미리 설정 된 시간 동안 진동. - navigator.vibrate(3000); 3000 무시 + navigator.vibrate(3000); // 3000 is ignored #### 윈도 즈와 블랙베리 단점 * **시간**: 최대 시간은 2000ms (5s) 이며 최소 시간 1ms - navigator.vibrate(8000); 5000 잘립니다. + navigator.vibrate(8000); // will be truncated to 5000 ### (안 드 로이드와 Windows에만 해당) 패턴으로 진동 http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/blob/39ffc061/doc/ru/index.md ---------------------------------------------------------------------- diff --git a/doc/ru/index.md b/doc/ru/index.md index 7dd8634..ce5d620 100644 --- a/doc/ru/index.md +++ b/doc/ru/index.md @@ -67,13 +67,13 @@ navigator.notification.cancelVibration - Android * **time**: игнорирует указанное время и вибрирует предопределенный отрезок времени. - Navigator.Vibrate(3000); 3000 игнорируется + navigator.vibrate(3000); // 3000 is ignored #### Окна и Blackberry причуды * **время**: время Макс 5000ms (5с) и минимальное время 1 мс - Navigator.Vibrate(8000); будет усечено до 5000 + navigator.vibrate(8000); // will be truncated to 5000 ### Вибрировать с узором (Android и Windows только) http://git-wip-us.apache.org/repos/asf/cordova-plugin-vibration/blob/39ffc061/doc/zh/index.md ---------------------------------------------------------------------- diff --git a/doc/zh/index.md b/doc/zh/index.md index 150081f..a6ae852 100644 --- a/doc/zh/index.md +++ b/doc/zh/index.md @@ -67,13 +67,13 @@ navigator.notification.cancelVibration-安卓系統 * **時間**: 忽略指定的時間和震動的一個預先設定的時間。 - navigator.vibrate(3000) ;3000 將被忽略 + navigator.vibrate(3000); // 3000 is ignored #### Windows 和黑莓的怪癖 * **時間**: 最長時間是 5000ms (5s) 和最小時間為 1ms - navigator.vibrate(8000) ;將被截斷為 5000 + navigator.vibrate(8000); // will be truncated to 5000 ### 以一種模式 (安卓系統和僅限 Windows) 振動 --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org For additional commands, e-mail: commits-help@cordova.apache.org