Repository: cordova-plugin-console Updated Branches: refs/heads/master d4e5b20d7 -> dce8d91eb
CB-6127lisa6cordova-plugin-console documentation translation: cordova-plugin-console Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/commit/dce8d91e Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/tree/dce8d91e Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/diff/dce8d91e Branch: refs/heads/master Commit: dce8d91eb0838a5ce5a5820033890165e42dc15d Parents: d4e5b20 Author: Lisa Seacat DeLuca <[email protected]> Authored: Mon Jul 7 14:28:00 2014 -0400 Committer: Lisa Seacat DeLuca <[email protected]> Committed: Mon Jul 7 14:28:00 2014 -0400 ---------------------------------------------------------------------- doc/de/index.md | 31 +++++++++++++++++++++++++++++++ doc/es/index.md | 31 +++++++++++++++++++++++++++++++ doc/fr/index.md | 31 +++++++++++++++++++++++++++++++ doc/it/index.md | 31 +++++++++++++++++++++++++++++++ doc/ja/index.md | 31 +++++++++++++++++++++++++++++++ doc/ko/index.md | 31 +++++++++++++++++++++++++++++++ doc/ru/index.md | 31 +++++++++++++++++++++++++++++++ doc/zh/index.md | 31 +++++++++++++++++++++++++++++++ 8 files changed, 248 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/blob/dce8d91e/doc/de/index.md ---------------------------------------------------------------------- diff --git a/doc/de/index.md b/doc/de/index.md new file mode 100644 index 0000000..270b91e --- /dev/null +++ b/doc/de/index.md @@ -0,0 +1,31 @@ +<!--- + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. +--> + +# org.apache.cordova.console + +Dieses Plugin ist gedacht, um sicherzustellen, dass diese console.log() eignet sich wie es sein kann. Es fügt zusätzliche Funktion für iOS, Ubuntu, Windows Phone 8 und Windows 8 hinzu. Wenn Sie zufrieden sind mit der Funktionsweise von console.log() für Sie, brauchen dann Sie vermutlich dieses Plugin nicht. + +## Installation + + cordova plugin add org.apache.cordova.console + + +### Android Macken + +Auf einigen Plattformen als Android fungieren console.log() auf mehrere Argumente wie console.log ("1", "2", "3"). Android wird jedoch nur auf das erste Argument fungieren. Nachfolgende Argumente zu console.log() werden ignoriert. Dieses Plugin ist nicht die Verantwortung dafür, es ist eine Einschränkung von Android selbst. \ No newline at end of file http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/blob/dce8d91e/doc/es/index.md ---------------------------------------------------------------------- diff --git a/doc/es/index.md b/doc/es/index.md new file mode 100644 index 0000000..610dab3 --- /dev/null +++ b/doc/es/index.md @@ -0,0 +1,31 @@ +<!--- + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. +--> + +# org.apache.cordova.console + +Este plugin es para asegurarse de que console.log() es tan útil como puede ser. Añade función adicional para iOS, Windows Phone 8, Ubuntu y Windows 8. Si estás contento con cómo funciona console.log() para ti, entonces probablemente no necesitas este plugin. + +## Instalación + + cordova plugin add org.apache.cordova.console + + +### Rarezas Android + +En algunas plataformas que no sean Android, console.log() actuará en varios argumentos, como console.log ("1", "2", "3"). Sin embargo, Android actuará sólo en el primer argumento. Se omitirá posteriores argumentos para console.log(). Este plugin no es la causa de eso, es una limitación propia de Android. \ No newline at end of file http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/blob/dce8d91e/doc/fr/index.md ---------------------------------------------------------------------- diff --git a/doc/fr/index.md b/doc/fr/index.md new file mode 100644 index 0000000..bde950e --- /dev/null +++ b/doc/fr/index.md @@ -0,0 +1,31 @@ +<!--- + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. +--> + +# org.apache.cordova.console + +Ce plugin est destiné à faire en sorte que console.log() est aussi utile que possible. Il ajoute une fonction supplémentaire pour iOS, Ubuntu, Windows Phone 8 et Windows 8. Si vous êtes satisfait du fonctionnement de console.log() pour vous, alors vous avez probablement pas besoin ce plugin. + +## Installation + + cordova plugin add org.apache.cordova.console + + +### Quirks Android + +Sur certaines plateformes autres que Android, console.log() va agir sur plusieurs arguments, tels que console.log ("1", "2", "3"). Toutefois, Android doit agir uniquement sur le premier argument. Les arguments suivants à console.log() seront ignorées. Ce plugin n'est pas la cause de cela, il s'agit d'une limitation d'Android lui-même. \ No newline at end of file http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/blob/dce8d91e/doc/it/index.md ---------------------------------------------------------------------- diff --git a/doc/it/index.md b/doc/it/index.md new file mode 100644 index 0000000..f80a637 --- /dev/null +++ b/doc/it/index.md @@ -0,0 +1,31 @@ +<!--- + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. +--> + +# org.apache.cordova.console + +Questo plugin è intesa a garantire che console.log() è tanto utile quanto può essere. Aggiunge una funzione aggiuntiva per iOS, Ubuntu, Windows 8 e Windows Phone 8. Se sei soddisfatto di come console.log() funziona per voi, quindi probabilmente non è necessario questo plugin. + +## Installazione + + cordova plugin add org.apache.cordova.console + + +### Stranezze Android + +Su alcune piattaforme diverse da Android, console.log() agirà su più argomenti, come ad esempio console ("1", "2", "3"). Tuttavia, Android agirà solo sul primo argomento. Argomenti successivi a console.log() verranno ignorati. Questo plugin non è la causa di ciò, è una limitazione di Android stesso. \ No newline at end of file http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/blob/dce8d91e/doc/ja/index.md ---------------------------------------------------------------------- diff --git a/doc/ja/index.md b/doc/ja/index.md new file mode 100644 index 0000000..f8a39c5 --- /dev/null +++ b/doc/ja/index.md @@ -0,0 +1,31 @@ +<!--- + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. +--> + +# org.apache.cordova.console + +ãã®ãã©ã°ã¤ã³ã¯ããã® console.log() ããããã¨ãã§ãã¾ã便å©ãªãã¨ã確èªãããã®ã§ãã ããã¯ãiOSãUbuntuãWindows Phone 8 ããã³ Windows 8 ã®è¿½å 颿°ã追å ãã¾ãã å ´åã¯ããªãã®ããã® console.log() ã®ä½åã«æºè¶³ãã¦ããããããããå¿ è¦ã¯ããã¾ãããã®ãã©ã°ã¤ã³ã + +## ã¤ã³ã¹ãã¼ã« + + cordova plugin add org.apache.cordova.console + + +### Android ã®ç + +ã¢ã³ããã¤ã以å¤ã®ããã¤ãã®ãã©ãããã©ã¼ã ã§ console.log() 㯠console.log (ã1ããã2ããã3ã) ãªã©ãè¤æ°ã®å¼æ°ã«åä½ãã¾ãã ããããã¢ã³ããã¤ãã¯ãæåã®å¼æ°ã§ã®ã¿åä½ãã¾ãã Console.log() ã«å¾ç¶ã®å¼æ°ã¯ç¡è¦ããã¾ãã ãã®ãã©ã°ã¤ã³ãåå ã§ã¯ãªãããã㯠Android ã®èªä½ã®å¶éã§ãã \ No newline at end of file http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/blob/dce8d91e/doc/ko/index.md ---------------------------------------------------------------------- diff --git a/doc/ko/index.md b/doc/ko/index.md new file mode 100644 index 0000000..b07b2d6 --- /dev/null +++ b/doc/ko/index.md @@ -0,0 +1,31 @@ +<!--- + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. +--> + +# org.apache.cordova.console + +ì´ íë¬ê·¸ì¸ì console.log()ë¡ ì ì ì© ëëë¡ ì미ì ëë¤. IOS, ì°ë¶í¬, Windows Phone 8 ë° ìëì° 8ì ë í ì¶ê° 기ë¥ì ì¶ê° í ê³ í©ëë¤. Console.log() ë¹ì ì ìí´ ìë íë ì´ë»ê² íë³µ í ê²½ì°ì, ê·¸ë ë¹ì ì ìë§ íì íì§ ììµëë¤ì´ íë¬ê·¸ì¸. + +## ì¤ì¹ + + cordova plugin add org.apache.cordova.console + + +### ì ë ë¡ì´ë ë¨ì + +ì ë ë¡ì´ë ì´ì¸ì ì¼ë¶ íë«í¼ìì console.log() console.log ("1", "2", "3")ì ê°ì´ ì¬ë¬ ì¸ìì ìëí ê² ì´ë¤. ê·¸ë¬ë, ì ë ë¡ì´ëë 첫 ë²ì§¸ ì¸ììë§ ìëí ê² ì´ë¤. Console.log() íì ì¸ìë 무ì ë©ëë¤. ì´ íë¬ê·¸ì¸ì ìì¸ì´ ëì§ ììµëë¤, ê·¸ë¦¬ê³ ê·¸ê²ì ì ë ë¡ì´ë ìì²´ì íê³ì ëë¤. \ No newline at end of file http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/blob/dce8d91e/doc/ru/index.md ---------------------------------------------------------------------- diff --git a/doc/ru/index.md b/doc/ru/index.md new file mode 100644 index 0000000..852b59b --- /dev/null +++ b/doc/ru/index.md @@ -0,0 +1,31 @@ +<!--- + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. +--> + +# org.apache.cordova.console + +ÐÑÐ¾Ñ Ð¿Ð»Ð°Ð³Ð¸Ð½ пÑедназнаÑен Ð´Ð»Ñ Ð¾Ð±ÐµÑпеÑÐµÐ½Ð¸Ñ ÐºÐ°Ðº полезнÑм, поÑколÑÐºÑ ÑÑо Ð¼Ð¾Ð¶ÐµÑ Ð±ÑÑÑ ÑÑо console.log(). Ðн добавлÑÐµÑ Ð´Ð¾Ð¿Ð¾Ð»Ð½Ð¸ÑелÑнÑе ÑÑнкÑии Ð´Ð»Ñ iOS, Ubuntu, Windows Phone 8 и Windows 8. ÐÑли Ð²Ñ Ð½Ðµ доволÑÐ½Ñ ÐºÐ°Ðº console.log() ÑабоÑÐ°ÐµÑ Ð´Ð»Ñ Ð²Ð°Ñ, Ñо Ð²Ñ Ð²ÐµÑоÑÑно не нÑжен ÑÑÐ¾Ñ Ð¿Ð»Ð°Ð³Ð¸Ð½. + +## УÑÑановка + + cordova plugin add org.apache.cordova.console + + +### Android пÑиÑÑÐ´Ñ + +Ðа некоÑоÑÑÑ Ð¿Ð»Ð°ÑÑоÑÐ¼Ð°Ñ , оÑлиÑнÑÑ Ð¾Ñ Android console.log() бÑÐ´ÐµÑ Ð´ÐµÐ¹ÑÑвоваÑÑ Ð½Ð° неÑколÑÐºÐ¸Ñ Ð°ÑгÑменÑов, напÑÐ¸Ð¼ÐµÑ console.log («1», «2», «3»). Тем не менее Android бÑÐ´ÐµÑ Ð´ÐµÐ¹ÑÑвоваÑÑ ÑолÑко на пеÑвого аÑгÑменÑа. ÐоÑледÑÑÑие аÑгÑменÑÑ Ð´Ð»Ñ console.log() бÑÐ´ÐµÑ Ð¸Ð³Ð½Ð¾ÑиÑоваÑÑÑÑ. ÐÑÐ¾Ñ Ð¿Ð»Ð°Ð³Ð¸Ð½ не ÑвлÑеÑÑÑ Ð¿ÑиÑиной ÑÑого, ÑÑо огÑаниÑение Android Ñам. \ No newline at end of file http://git-wip-us.apache.org/repos/asf/cordova-plugin-console/blob/dce8d91e/doc/zh/index.md ---------------------------------------------------------------------- diff --git a/doc/zh/index.md b/doc/zh/index.md new file mode 100644 index 0000000..5044563 --- /dev/null +++ b/doc/zh/index.md @@ -0,0 +1,31 @@ +<!--- + Licensed to the Apache Software Foundation (ASF) under one + or more contributor license agreements. See the NOTICE file + distributed with this work for additional information + regarding copyright ownership. The ASF licenses this file + to you under the Apache License, Version 2.0 (the + "License"); you may not use this file except in compliance + with the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, + software distributed under the License is distributed on an + "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + KIND, either express or implied. See the License for the + specific language governing permissions and limitations + under the License. +--> + +# org.apache.cordova.console + +éå夿ç¨å¼æ¯çºäºç¢ºä¿è©² console.log() æ¯ä¸æ¨£æç¨ï¼å®å¯ä»¥æ¯ã å®å°æ·»å éå åè½ç iOSã Ubuntuï¼Windows Phone 8 å Windows 8ã å¦æä½ æ¯å¿«æ¨è console.log() æ¯å¦ä½çºä½ å·¥ä½ï¼é£éº¼å¯è½ä¸éè¦éå夿ç¨å¼ã + +## å®è£ + + cordova plugin add org.apache.cordova.console + + +### Android çæªç + +å¨ä¸äºé Android å¹³èºä¸ï¼console.log() å°ä½ç¨æ¼å¤å忏ï¼å¦ console.log ("1"ã"2"ã"3"ï¼ã ç¶èï¼Android å°å å¨ç¬¬ä¸å忏䏿¡åè¡åã å° console.log() çå¾çºåæ¸å°è¢«å¿½ç¥ã éå夿ç¨å¼ä¸æ¯çåå ï¼ï¼å®æ¯å®å系統æ¬èº«çéå¶ã \ No newline at end of file
