Skip to content

Commit

Permalink
Update docs for new org
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinsawicki committed Apr 4, 2016
1 parent 5ffa30a commit 102f7e8
Show file tree
Hide file tree
Showing 64 changed files with 88 additions and 88 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ Si usted es un usuario experimentado NW.js, usted debe estar familiarizado con e

Mediante el uso de la característica [multi-contexto](http://strongloop.com/strongblog/whats-new-node-js-v0-12-multiple-context-execution/) de Node, Electron no introduce un nuevo contexto JavaScript en páginas web.Resultados de búsqueda

[node-bindings]: https://github.com/atom/electron/tree/master/atom/common
[node-bindings]: https://github.com/electron/electron/tree/master/atom/common
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Si usted planea construir Electron en una máquina virtual, necesitará un disp

#Obteniendo el codigo

`$ git clone https://github.com/atom/electron.git`
`$ git clone https://github.com/electron/electron.git`

#Bootstrapping (Arranque)

Expand Down
2 changes: 1 addition & 1 deletion docs-translations/es/development/build-instructions-osx.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Si está utilizando Python descargado de Homebrew, también es necesario instal

#Obtener el Código

`$ git clone https://github.com/atom/electron.git`
`$ git clone https://github.com/electron/electron.git`

#Bootstrapping (arranque)

Expand Down
2 changes: 1 addition & 1 deletion docs-translations/es/development/coding-style.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ siguientes reglas:
Al crear una nueva API, nosotros deberíamos preferir usar metodos `get` y `set`
en vez de usar el estilo de jQuery que utiliza una sola función. Por ejemplo,
se prefiere `.getText()` y `.setText()` por sobre `.text([text])`. Hay una
[discusión](https://github.com/atom/electron/issues/46) sobre esto.
[discusión](https://github.com/electron/electron/issues/46) sobre esto.
2 changes: 1 addition & 1 deletion docs-translations/es/styleguide.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Para agregar otro set (o un set parcial):
- Actualizar el `README.md` dentro del subdirectorio del lenguaje apuntando a
los archivos que has traducido.
- Agregar un enlace al folder de tu traducción en la sección principal Electron
[README](https://github.com/atom/electron#documentation-translations).
[README](https://github.com/electron/electron#documentation-translations).

## Leyendo la Documentación de Electron

Expand Down
2 changes: 1 addition & 1 deletion docs-translations/es/tutorial/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,4 +147,4 @@ En OS X:
$ ./Electron.app/Contents/MacOS/Electron your-app/
```

`Electron.app` es parte del paquete de release de Electron, puedes descargarlo [aquí](https://github.com/atom/electron/releases).
`Electron.app` es parte del paquete de release de Electron, puedes descargarlo [aquí](https://github.com/electron/electron/releases).
4 changes: 2 additions & 2 deletions docs-translations/es/tutorial/using-selenium-and-webdriver.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ De [ChromeDriver - WebDriver for Chrome][chrome-driver]:
> el protocolo de WebDriver para Chromium. Se encuentra en desarrollo por los miembros de
> Chromium y WebDriver.
En la página de [lanzamientos](https://github.com/atom/electron/releases) de Electron encontrarás paquetes de `chromedriver`.
En la página de [lanzamientos](https://github.com/electron/electron/releases) de Electron encontrarás paquetes de `chromedriver`.

## Ajustando parámetros con WebDriverJs

Expand Down Expand Up @@ -65,7 +65,7 @@ driver.quit();

## Workflow

Para probar tu aplicación sin recompilar Electron, simplemente [copia](https://github.com/atom/electron/blob/master/docs/tutorial/application-distribution.md) las fuentes de tu aplicación en el directorio de recursos de Electron.
Para probar tu aplicación sin recompilar Electron, simplemente [copia](https://github.com/electron/electron/blob/master/docs/tutorial/application-distribution.md) las fuentes de tu aplicación en el directorio de recursos de Electron.

[chrome-driver]: https://sites.google.com/a/chromium.org/chromedriver/

Expand Down
2 changes: 1 addition & 1 deletion docs-translations/fr-FR/styleguide.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Pour ajouter une nouvelle langue (ou commencer) :
- Traduire les fichiers.
- Mettre à jour le `README.md` à l'intérieur du dossier de langue en mettant les
liens vers les fichiers traduits.
- Ajouter un lien vers le nouveau dossier de langue dans le [README](https://github.com/atom/electron#documentation-translations)
- Ajouter un lien vers le nouveau dossier de langue dans le [README](https://github.com/electron/electron#documentation-translations)
principal d'Electron.

## Lire la documentation d'Electron
Expand Down
2 changes: 1 addition & 1 deletion docs-translations/jp/api/frameless-window.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ var win = new BrowserWindow({ transparent: true, frame: false });

### 制限

* 透明領域をクリックすることはできません。この問題を解決するためにウィンドウの輪郭を設定するAPIを導入しようとしています。詳細は、[our issue](https://github.com/atom/electron/issues/1335) を参照してください。
* 透明領域をクリックすることはできません。この問題を解決するためにウィンドウの輪郭を設定するAPIを導入しようとしています。詳細は、[our issue](https://github.com/electron/electron/issues/1335) を参照してください。
* 透明なウィンドウはサイズ変更できません。いくつかのプラットフォーム上では、`resizable``true`設定は、いくつかのプラットフォーム上で、動作を停止する透明ウィンドウを作成するかもしれません。
* `blur`フィルターはウェブページのみに適用され、ウィンドウの下のコンテンツ(例えば、ユーザーのシステム上でほかのアプリケーションを開く)に、ぼやける効果を適用する方法はありません。
* Windows オペレーティングシステム上では、DMMが無効のとき透明なウィンドウは動作しません。
Expand Down
2 changes: 1 addition & 1 deletion docs-translations/jp/api/synopsis.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ require('electron').hideInternalModules()

[gui]: https://en.wikipedia.org/wiki/Graphical_user_interface
[desctructuring-assignment]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Destructuring_assignment
[issue-387]: https://github.com/atom/electron/issues/387
[issue-387]: https://github.com/electron/electron/issues/387
2 changes: 1 addition & 1 deletion docs-translations/jp/tutorial/devtools-extension.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

DevToolsエクステンションのために、ソースコードをダウンローし、`BrowserWindow.addDevToolsExtension` APIを使って読み込みます。読み込んだエクステンションは維持されているので、ウィンドウを作成するとき、毎回APIをコールする必要はありません。

** NOTE: React DevTools は動作しません。issue https://github.com/atom/electron/issues/915 でフォローしています**
** NOTE: React DevTools は動作しません。issue https://github.com/electron/electron/issues/915 でフォローしています**

例えば、[React DevTools Extension](https://github.com/facebook/react-devtools)を使うために、最初にソースコードをダウンロードする必要があります。

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -140,5 +140,5 @@ ERNの同意を取得するには、 [How to legally submit an app to Apple’s
[create-record]: https://developer.apple.com/library/ios/documentation/LanguagesUtilities/Conceptual/iTunesConnect_Guide/Chapters/CreatingiTunesConnectRecord.html
[submit-for-review]: https://developer.apple.com/library/ios/documentation/LanguagesUtilities/Conceptual/iTunesConnect_Guide/Chapters/SubmittingTheApp.html
[app-sandboxing]: https://developer.apple.com/app-sandboxing/
[issue-3871]: https://github.com/atom/electron/issues/3871
[issue-3871]: https://github.com/electron/electron/issues/3871
[ern-tutorial]: https://carouselapps.com/2015/12/15/legally-submit-app-apples-app-store-uses-encryption-obtain-ern/
6 changes: 3 additions & 3 deletions docs-translations/jp/tutorial/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,21 +151,21 @@ $ ./electron/electron your-app/
$ ./Electron.app/Contents/MacOS/Electron your-app/
```

`Electron.app` は Electron のリリースパッケージの一部で、[ここ](https://github.com/atom/electron/releases) からダウンロードできます。
`Electron.app` は Electron のリリースパッケージの一部で、[ここ](https://github.com/electron/electron/releases) からダウンロードできます。

### Run as a distribution

アプリケーションを作り終えたら、[Application distribution](./application-distribution.md) ガイドにしたがってディストリビューションを作成し、そしてパッケージされたアプリケーションとして実行することが可能です。

### 試してみよう

このチュートリアルのコードは [`atom/electron-quick-start`](https://github.com/atom/electron-quick-start) リポジトリから clone して実行できます。
このチュートリアルのコードは [`atom/electron-quick-start`](https://github.com/electron/electron-quick-start) リポジトリから clone して実行できます。

**注記**:例を試すには、[Git](https://git-scm.com)[Node.js](https://nodejs.org/en/download/) ([npm](https://npmjs.org) もこれに含まれています) が必要です。

```bash
# Clone the repository
$ git clone https://github.com/atom/electron-quick-start
$ git clone https://github.com/electron/electron-quick-start
# Go into the repository
$ cd electron-quick-start
# Install dependencies and run the app
Expand Down
2 changes: 1 addition & 1 deletion docs-translations/jp/tutorial/using-native-node-modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Electronは、ネイティブのNodeモジュールをサポートしていま

## ネイティブNodeモジュールとの互換性

Nodeが新しいV8バージョンを使用し始めた時、Nativeモジュールは動作しなくなるかもしれません。ElectronでNativeモジュールが動作するかどうかを確認するために、Electronで使用する内部のNodeバージョンがサポートしているかを確認すべきです。ElectronでNodeが使用しているバージョンを確認するには、[releases](https://github.com/atom/electron/releases)ページを見るか、`process.version` (例えば [Quick Start](https://github.com/atom/electron/blob/master/docs/tutorial/quick-start.md)を見てください)を使用してください。
Nodeが新しいV8バージョンを使用し始めた時、Nativeモジュールは動作しなくなるかもしれません。ElectronでNativeモジュールが動作するかどうかを確認するために、Electronで使用する内部のNodeバージョンがサポートしているかを確認すべきです。ElectronでNodeが使用しているバージョンを確認するには、[releases](https://github.com/electron/electron/releases)ページを見るか、`process.version` (例えば [Quick Start](https://github.com/electron/electron/blob/master/docs/tutorial/quick-start.md)を見てください)を使用してください。

Nodeの複数バージョンを簡単にサポートできるので、あなたのモジュールに [NAN](https://github.com/nodejs/nan/) を使うことを検討してください。古いバージョンからElectronで動作するNodeの新しいバージョンへ移植するのに役立ちます。

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ client

## ワークフロー

Electronはリビルドせずにアプリケーションをテストするために、単純にElectronのリソースディレクトリでアプリのソースを[配置します](https://github.com/atom/electron/blob/master/docs/tutorial/application-distribution.md)
Electronはリビルドせずにアプリケーションをテストするために、単純にElectronのリソースディレクトリでアプリのソースを[配置します](https://github.com/electron/electron/blob/master/docs/tutorial/application-distribution.md)

もしくは、アプリのフォルダーを引数にしてElectronバイナリを実行します。これは、Electronのリソースディレクトリにアプリをコピー&ペーストする必要性を除きます。

Expand Down
2 changes: 1 addition & 1 deletion docs-translations/ko-KR/api/frameless-window.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ var win = new BrowserWindow({ transparent: true, frame: false });

* 투명한 영역을 통과하여 클릭할 수 없습니다. 우리는 이 문제를 해결하기 위해 API를
제공할 예정이며 자세한 내용은
[이슈](https://github.com/atom/electron/issues/1335)를 참고하세요.
[이슈](https://github.com/electron/electron/issues/1335)를 참고하세요.
* 투명한 창은 크기를 조절할 수 없습니다. `resizable` 속성을 `true`로 할 경우 몇몇
플랫폼에선 크래시가 일어납니다.
* `blur` 필터는 웹 페이지에서만 적용됩니다. 윈도우 아래 컨텐츠에는 블러 효과를 적용할
Expand Down
2 changes: 1 addition & 1 deletion docs-translations/ko-KR/api/menu.md
Original file line number Diff line number Diff line change
Expand Up @@ -382,4 +382,4 @@ OS X에선 지정한 어플리케이션 메뉴에 상관없이 메뉴의 첫번
```

[AboutInformationPropertyListFiles]: https://developer.apple.com/library/ios/documentation/general/Reference/InfoPlistKeyReference/Articles/AboutInformationPropertyListFiles.html
[setMenu]: https://github.com/atom/electron/blob/master/docs-translations/ko-KR/api/browser-window.md#winsetmenumenu-linux-windows
[setMenu]: https://github.com/electron/electron/blob/master/docs-translations/ko-KR/api/browser-window.md#winsetmenumenu-linux-windows
2 changes: 1 addition & 1 deletion docs-translations/ko-KR/api/synopsis.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,4 +79,4 @@ require('electron').hideInternalModules()

[gui]: https://en.wikipedia.org/wiki/Graphical_user_interface
[destructuring-assignment]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Destructuring_assignment
[issue-387]: https://github.com/atom/electron/issues/387
[issue-387]: https://github.com/electron/electron/issues/387
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ __4. 다중 컨텍스트__
Node의 [다중 컨텍스트](http://strongloop.com/strongblog/whats-new-node-js-v0-12-multiple-context-execution/)
사용하기 때문에 Electron은 웹 페이지의 새로운 JavaScript 컨텍스트를 생성하지 않습니다.

[node-bindings]: https://github.com/atom/electron/tree/master/atom/common
[node-bindings]: https://github.com/electron/electron/tree/master/atom/common
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ $ sudo yum install clang dbus-devel gtk2-devel libnotify-devel libgnome-keyring-
## 코드 가져오기

```bash
$ git clone https://github.com/atom/electron.git
$ git clone https://github.com/electron/electron.git
```

## 부트 스트랩
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
## 코드 가져오기

```bash
$ git clone https://github.com/atom/electron.git
$ git clone https://github.com/electron/electron.git
```

## 부트 스트랩
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Studio를 사용할 수 없습니다. 하지만 여전히 Electron을 개발할
## 코드 가져오기

```powershell
$ git clone https://github.com/atom/electron.git
$ git clone https://github.com/electron/electron.git
```

## 부트 스트랩
Expand Down
2 changes: 1 addition & 1 deletion docs-translations/ko-KR/development/coding-style.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,5 @@ C++ 코드는 많은 Chromium의 추상화와 타입을 사용합니다. 따라

새로운 API를 만들 땐 getter, setter스타일 대신 jQuery의 one-function 스타일을
사용해야 합니다. 예를 들어 `.getText()``.setText(text)`대신에 `.text([text])`
형식으로 설계하면 됩니다. 포럼에 이 문제에 대한 [논의](https://github.com/atom/electron/issues/46)
형식으로 설계하면 됩니다. 포럼에 이 문제에 대한 [논의](https://github.com/electron/electron/issues/46)
진행되고 있습니다.
2 changes: 1 addition & 1 deletion docs-translations/ko-KR/styleguide.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Electron 문서를 작성하는 규칙은 다음과 같습니다.
유지합니다.
- 문서를 번역합니다.
- 언어 디렉터리 내의 `README.md`에 번역한 문서의 링크를 추가합니다.
- 메인(upstream) Electron의 [README](https://github.com/atom/electron#documentation-translations)
- 메인(upstream) Electron의 [README](https://github.com/electron/electron#documentation-translations)
번역된 언어 디렉터리의 링크를 추가합니다.

## Electron 문서 읽기
Expand Down
2 changes: 1 addition & 1 deletion docs-translations/ko-KR/tutorial/devtools-extension.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
한가지 주의할 점은 확장 기능 사용시 창이 생성될 때 마다 일일이 해당 API를 호출할 필요는
없습니다.

**주의: 현재 React DevTools은 작동하지 않습니다. https://github.com/atom/electron/issues/915 이슈를 참고하세요!**
**주의: 현재 React DevTools은 작동하지 않습니다. https://github.com/electron/electron/issues/915 이슈를 참고하세요!**

다음 예제는 [React DevTools Extension](https://github.com/facebook/react-devtools)
사용합니다.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -164,5 +164,5 @@ ERN의 승인을 얻는 방법은, 다음 글을 참고하는 것이 좋습니
[create-record]: https://developer.apple.com/library/ios/documentation/LanguagesUtilities/Conceptual/iTunesConnect_Guide/Chapters/CreatingiTunesConnectRecord.html
[submit-for-review]: https://developer.apple.com/library/ios/documentation/LanguagesUtilities/Conceptual/iTunesConnect_Guide/Chapters/SubmittingTheApp.html
[app-sandboxing]: https://developer.apple.com/app-sandboxing/
[issue-3871]: https://github.com/atom/electron/issues/3871
[issue-3871]: https://github.com/electron/electron/issues/3871
[ern-tutorial]: https://carouselapps.com/2015/12/15/legally-submit-app-apples-app-store-uses-encryption-obtain-ern/
6 changes: 3 additions & 3 deletions docs-translations/ko-KR/tutorial/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ $ ./Electron.app/Contents/MacOS/Electron your-app/
```

어플리케이션 실행파일은 `Electron`의 release 패키지에 포함되어 있습니다.
[여기](https://github.com/atom/electron/releases)에서 다운로드 받을 수 있습니다.
[여기](https://github.com/electron/electron/releases)에서 다운로드 받을 수 있습니다.

### 배포용 실행 파일 만들기

Expand All @@ -195,7 +195,7 @@ $ ./Electron.app/Contents/MacOS/Electron your-app/

### 미리 작성된 앱 실행하기

[`atom/electron-quick-start`](https://github.com/atom/electron-quick-start)
[`atom/electron-quick-start`](https://github.com/electron/electron-quick-start)
저장소를 클론하면 이 문서에서 작성한 예제 앱을 바로 실행해 볼 수 있습니다.

**참고**: 이 예제를 실행시키려면 [Git](https://git-scm.com)
Expand All @@ -206,7 +206,7 @@ $ ./Electron.app/Contents/MacOS/Electron your-app/

```bash
# 저장소를 클론합니다
$ git clone https://github.com/atom/electron-quick-start
$ git clone https://github.com/electron/electron-quick-start
# 저장소 안으로 들어갑니다
$ cd electron-quick-start
# 어플리케이션의 종속성 모듈을 설치한 후 실행합니다
Expand Down
4 changes: 2 additions & 2 deletions docs-translations/ko-KR/tutorial/using-native-node-modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ Electron의 V8 버전에 맞춰 네이티브 모듈을 다시 빌드하고 헤
네이티브 모듈은 node.js가 새로운 V8 버전을 사용함으로 인해 작동하지 않을 수 있습니다.
사용하는 네이티브 모듈이 Electron에 맞춰 작동할 수 있도록 하려면 Electron에서 사용하는
node.js의 버전을 확인할 필요가 있습니다. Electron에서 사용하는 node 버전은
[releases](https://github.com/atom/electron/releases)에서 확인할 수 있으며
[releases](https://github.com/electron/electron/releases)에서 확인할 수 있으며
`process.version`을 출력하여 버전을 확인할 수도 있습니다.
([시작하기](https://github.com/atom/electron/blob/master/docs/tutorial/quick-start.md)
([시작하기](https://github.com/electron/electron/blob/master/docs/tutorial/quick-start.md)
예제를 참고하세요)

혹시 직접 만든 네이티브 모듈이 있다면 [NAN](https://github.com/nodejs/nan/) 모듈을
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ de um container de tamanho fixo de pelo menos 25 gigabytes.
## Baixando o Código

```bash
$ git clone https://github.com/atom/electron.git
$ git clone https://github.com/electron/electron.git
```

## Bootstrapping
Expand Down
2 changes: 1 addition & 1 deletion docs-translations/pt-BR/development/coding-style.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@ Para CoffeeScript, seguimos o [Guia de Estilo] (https://github.com/styleguide/ja

Ao criar uma nova API, devemos preferencialmente utilizar métodos getters e setters em vez do
estilo de uma função única do jQuery. Por exemplo, `.getText()` e `.setText(text)` são preferenciais a `.text([text])`. Existe uma
[discussão](https://github.com/atom/electron/issues/46) sobre este assunto.
[discussão](https://github.com/electron/electron/issues/46) sobre este assunto.
2 changes: 1 addition & 1 deletion docs-translations/pt-BR/tutorial/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ $ ./Electron.app/Contents/MacOS/Electron seu-app/
```

`Electron.app` aqui é uma parte do pacote de lançamento do Electron, você pode baixa-lo
[aqui](https://github.com/atom/electron/releases).
[aqui](https://github.com/electron/electron/releases).

### Executar como uma distribuição

Expand Down
Loading

0 comments on commit 102f7e8

Please sign in to comment.