diff --git a/README-ko.md b/README-ko.md index 706a5556df9f..4da9eb3f3f29 100644 --- a/README-ko.md +++ b/README-ko.md @@ -5,9 +5,9 @@ [](https://david-dm.org/electron/electron#info=devDependencies) [](http://atom-slack.herokuapp.com/) -### [Electron](https://github.com/electron/electron/) 한국어 참조문서 +### [Electron](https://github.com/electron/electron/) 한국어 참조 문서 -:zap: *프레임워크 이름이 Atom Shell에서 Electron으로 변경되었습니다* :zap: +:zap: *이전까지 Atom Shell로 불렸지만, Electron으로 변경되었습니다* :zap: Electron 프레임워크는 JavaScript, HTML 그리고 CSS를 사용하여 Cross-Platform 데스크톱 어플리케이션을 개발할 수 있도록 해주는 프레임워크입니다. @@ -56,7 +56,7 @@ npm install electron-prebuilt --save-dev - [스페인어](https://github.com/electron/electron/tree/master/docs-translations/es) - [중국어 간체](https://github.com/electron/electron/tree/master/docs-translations/zh-CN) - [중국어 번체](https://github.com/electron/electron/tree/master/docs-translations/zh-TW) -- [터키의](https://github.com/electron/electron/tree/master/docs-translations/tr-TR) +- [터키어](https://github.com/electron/electron/tree/master/docs-translations/tr-TR) - [우크라이나어](https://github.com/electron/electron/tree/master/docs-translations/uk-UA) - [러시아어](https://github.com/electron/electron/tree/master/docs-translations/ru-RU) - [프랑스어](https://github.com/electron/electron/tree/master/docs-translations/fr-FR) diff --git a/README.md b/README.md index f8278f18586f..5e891e5dd640 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ [](http://electron.atom.io/) [](https://travis-ci.org/electron/electron) -[](https://ci.appveyor.com/project/Atom/electron) +[](https://ci.appveyor.com/project/Atom/electron) [](https://david-dm.org/electron/electron#info=devDependencies) [](http://atom-slack.herokuapp.com/) diff --git a/docs-translations/es/api/process.md b/docs-translations/es/api/process.md index 9e95ba988541..e50a2c1aac62 100644 --- a/docs-translations/es/api/process.md +++ b/docs-translations/es/api/process.md @@ -5,8 +5,8 @@ al node convencional: * `process.type` String - El tipo del proceso puede ser `browser` (ej. proceso principal) o `renderer`. -* `process.versions['electron']` String - Versión de Electron. -* `process.versions['chrome']` String - Versión de Chromium. +* `process.versions.electron` String - Versión de Electron. +* `process.versions.chrome` String - Versión de Chromium. * `process.resourcesPath` String - Ruta al código fuente JavaScript. ## Events diff --git a/docs-translations/es/tutorial/quick-start.md b/docs-translations/es/tutorial/quick-start.md index a760fccad2c8..9e65042c5035 100644 --- a/docs-translations/es/tutorial/quick-start.md +++ b/docs-translations/es/tutorial/quick-start.md @@ -115,7 +115,7 @@ Finalmente el `index.html` es la página web que mostraremos: