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 D73DE11470 for ; Tue, 19 Aug 2014 14:51:05 +0000 (UTC) Received: (qmail 7541 invoked by uid 500); 19 Aug 2014 14:51:05 -0000 Delivered-To: apmail-cordova-commits-archive@cordova.apache.org Received: (qmail 7512 invoked by uid 500); 19 Aug 2014 14:51:05 -0000 Mailing-List: contact commits-help@cordova.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cordova.apache.org Delivered-To: mailing list commits@cordova.apache.org Received: (qmail 7503 invoked by uid 99); 19 Aug 2014 14:51:05 -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, 19 Aug 2014 14:51:05 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 78DD08BF08B; Tue, 19 Aug 2014 14:51:05 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: ldeluca@apache.org To: commits@cordova.apache.org Message-Id: <8f4a2de02e3d4ac3bbaea17f92225796@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: CB-7249cordova-plugin-device-motion documentation translation: cordova-plugin-device-motion Date: Tue, 19 Aug 2014 14:51:05 +0000 (UTC) Repository: cordova-plugin-device-motion Updated Branches: refs/heads/master da255c5ca -> 965b134c6 CB-7249cordova-plugin-device-motion documentation translation: cordova-plugin-device-motion Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/commit/965b134c Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/tree/965b134c Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/diff/965b134c Branch: refs/heads/master Commit: 965b134c6616d40b1f16b915dda7b09236d4a9e5 Parents: da255c5 Author: Lisa Seacat DeLuca Authored: Tue Aug 19 10:50:58 2014 -0400 Committer: Lisa Seacat DeLuca Committed: Tue Aug 19 10:50:58 2014 -0400 ---------------------------------------------------------------------- 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/pl/index.md | 4 ++-- doc/ru/index.md | 4 ++-- doc/zh/index.md | 4 ++-- 9 files changed, 18 insertions(+), 18 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/blob/965b134c/doc/de/index.md ---------------------------------------------------------------------- diff --git a/doc/de/index.md b/doc/de/index.md index 1c77db6..7a173cd 100644 --- a/doc/de/index.md +++ b/doc/de/index.md @@ -88,11 +88,11 @@ Das zurückgegebene ID Referenzen der Beschleunigungsmesser Uhr Intervall zu seh var watchID = navigator.accelerometer.watchAcceleration(accelerometerSuccess, accelerometerError, - [accelerometerOptions]); + accelerometerOptions); * **accelerometerOptions**: Ein Objekt mit den folgenden optionalen Elementen: - * **Häufigkeit**: wie oft abgerufen werden die `Acceleration` in Millisekunden. *(Anzahl)* (Default: 10000) + * **Zeitraum**: gewünschten Zeitraum der Aufrufe von AccelerometerSuccess mit Beschleunigungsdaten in Millisekunden. *(Anzahl)* (Default: 10000) ### Beispiel http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/blob/965b134c/doc/es/index.md ---------------------------------------------------------------------- diff --git a/doc/es/index.md b/doc/es/index.md index f245da3..5034201 100644 --- a/doc/es/index.md +++ b/doc/es/index.md @@ -88,11 +88,11 @@ El vuelto ver referencias ID intervalo del acelerómetro reloj y puede ser utili var watchID = navigator.accelerometer.watchAcceleration(accelerometerSuccess, accelerometerError, - [accelerometerOptions]); + accelerometerOptions); * **accelerometerOptions**: Un objeto con las llaves opcionales siguientes: - * **frecuencia**: frecuencia con la que recuperar la `Acceleration` en milisegundos. *(Número)* (Por defecto: 10000) + * **periodo**: periodo solicitado de llamadas a accelerometerSuccess con los datos de aceleración en milisegundos. *(Número)* (Por defecto: 10000) ### Ejemplo http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/blob/965b134c/doc/fr/index.md ---------------------------------------------------------------------- diff --git a/doc/fr/index.md b/doc/fr/index.md index 16a7fe3..4b1e0fc 100644 --- a/doc/fr/index.md +++ b/doc/fr/index.md @@ -88,11 +88,11 @@ Le retourné regarder ID références intervalle de surveillance de l'accéléro var watchID = navigator.accelerometer.watchAcceleration(accelerometerSuccess, accelerometerError, - [accelerometerOptions]); + accelerometerOptions); * **accelerometerOptions**: Un objet avec les clés facultatives suivantes : - * **frequency**: Fréquence de récupération de l'`Acceleration` en millisecondes. *(Number)* (Défaut : 10000) + * **période**: période demandée d'appels à accelerometerSuccess avec les données d'accélération en millisecondes. *(Nombre)* (Par défaut : 10000) ### Exemple http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/blob/965b134c/doc/it/index.md ---------------------------------------------------------------------- diff --git a/doc/it/index.md b/doc/it/index.md index 4dfbd02..dfdc9df 100644 --- a/doc/it/index.md +++ b/doc/it/index.md @@ -88,11 +88,11 @@ L'oggetto restituito guardare ID riferimenti intervallo orologio di accelerometr var watchID = navigator.accelerometer.watchAcceleration(accelerometerSuccess, accelerometerError, - [accelerometerOptions]); + accelerometerOptions); * **accelerometerOptions**: Un oggetto con le seguenti chiavi opzionali: - * **frequenza**: la frequenza di recuperare il `Acceleration` in millisecondi. *(Numero)* (Default: 10000) + * **periodo**: periodo richiesto di chiamate a accelerometerSuccess con i dati di accelerazione in millisecondi. *(Numero)* (Default: 10000) ### Esempio http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/blob/965b134c/doc/ja/index.md ---------------------------------------------------------------------- diff --git a/doc/ja/index.md b/doc/ja/index.md index 63e6f08..606e57a 100644 --- a/doc/ja/index.md +++ b/doc/ja/index.md @@ -88,11 +88,11 @@ var watchID = navigator.accelerometer.watchAcceleration(accelerometerSuccess, accelerometerError, - [accelerometerOptions]); + accelerometerOptions); * **accelerometerOptions**: 次のオプションのキーを持つオブジェクト: - * **周波数**: 取得する頻度、 `Acceleration` (ミリ秒単位)。*(数)*(デフォルト: 10000) + * **期間**: ミリ秒単位での加速度データと accelerometerSuccess への呼び出しの要求された期間。*(数)*(デフォルト: 10000) ### 例 http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/blob/965b134c/doc/ko/index.md ---------------------------------------------------------------------- diff --git a/doc/ko/index.md b/doc/ko/index.md index aeeb005..71d0709 100644 --- a/doc/ko/index.md +++ b/doc/ko/index.md @@ -88,11 +88,11 @@ var watchID = navigator.accelerometer.watchAcceleration(accelerometerSuccess, accelerometerError, - [accelerometerOptions]); + accelerometerOptions); * **accelerometerOptions**: 다음 선택적 키 개체: - * **주파수**: 검색 하는 `Acceleration` (밀리초)입니다. *(수)* (기본: 10000) + * **기간**: 밀리초에서 가속 데이터와 accelerometerSuccess에 대 한 호출의 요청된 기간. *(수)* (기본: 10000) ### 예를 들어 http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/blob/965b134c/doc/pl/index.md ---------------------------------------------------------------------- diff --git a/doc/pl/index.md b/doc/pl/index.md index c27f56f..2ca50fc 100644 --- a/doc/pl/index.md +++ b/doc/pl/index.md @@ -88,11 +88,11 @@ Zwracane watch ID jest odniesieniem do obserwacji akcelerometru i może być uż var watchID = navigator.accelerometer.watchAcceleration(accelerometerSuccess, accelerometerError, - [accelerometerOptions]); + accelerometerOptions); * **accelerometerOptions**: Obiekt z następującymi opcjonalnymi kluczami: - * **frequency**: Jak często pozyskiwane będą dane z `Acceleration` w milisekundach. *(Number)* (Domyślnie: 10000) + * **okres**: żądany okres wzywa do accelerometerSuccess z danych przyspieszenia w milisekundach. *(Liczba)* (Domyślnie: 10000) ### Przykład http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/blob/965b134c/doc/ru/index.md ---------------------------------------------------------------------- diff --git a/doc/ru/index.md b/doc/ru/index.md index 4db2921..c866133 100644 --- a/doc/ru/index.md +++ b/doc/ru/index.md @@ -88,11 +88,11 @@ var watchID = navigator.accelerometer.watchAcceleration(accelerometerSuccess, accelerometerError, - [accelerometerOptions]); + accelerometerOptions); * **accelerometerOptions**: Объект с следующие необязательные свойствами: - * **frequency**: частота обновленя данных получаемых из объекта `Acceleration` в миллисекундах. *(Число)* (По умолчанию: 10000) + * **период**: запрошенный период звонков на accelerometerSuccess с ускорение данных в миллисекундах. *(Число)* (По умолчанию: 10000) ### Пример http://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion/blob/965b134c/doc/zh/index.md ---------------------------------------------------------------------- diff --git a/doc/zh/index.md b/doc/zh/index.md index 244e987..13857f7 100644 --- a/doc/zh/index.md +++ b/doc/zh/index.md @@ -88,11 +88,11 @@ var watchID = navigator.accelerometer.watchAcceleration(accelerometerSuccess, accelerometerError, - [accelerometerOptions]); + accelerometerOptions); * **accelerometerOptions**: 具有以下可選的鍵的物件: - * **頻率**: 經常如何檢索 `Acceleration` 以毫秒為單位。*(人數)*(預設值: 10000) + * **期間**: 請求的期間的調用的 accelerometerSuccess 與加速度資料以毫秒為單位。*(人數)*(預設值: 10000) ### 示例