Update read me tranlation

This commit is contained in:
RacioN 2016-02-28 20:55:47 +09:00
parent e3dde12c45
commit 2d11b1d9eb

View file

@ -36,13 +36,13 @@ _リンクになっていないリストは未翻訳のものです。_
* [サポートしているChromeコマンドラインスイッチ](api/chrome-command-line-switches.md) * [サポートしているChromeコマンドラインスイッチ](api/chrome-command-line-switches.md)
* [環境変数](api/environment-variables.md) * [環境変数](api/environment-variables.md)
### Custom DOM Elements: ### カスタムDOM要素:
* [`File` Object](api/file-object.md) * [`File` Object](api/file-object.md)
* `<webview>` Tag * `<webview>` Tag
* [`window.open` 関数](api/window-open.md) * [`window.open` 関数](api/window-open.md)
### Modules for the Main Process: ### Main Processのモジュール:
* [app](api/app.md) * [app](api/app.md)
* [autoUpdater](api/auto-updater.md) * [autoUpdater](api/auto-updater.md)
@ -61,14 +61,14 @@ _リンクになっていないリストは未翻訳のものです。_
* webContents * webContents
* [Tray](api/tray.md) * [Tray](api/tray.md)
### Modules for the Renderer Process (Web Page): ### Renderer Processのモジュール (Web Page):
* [desktopCapturer](api/desktop-capturer.md) * [desktopCapturer](api/desktop-capturer.md)
* [ipcRenderer](api/ipc-renderer.md) * [ipcRenderer](api/ipc-renderer.md)
* [remote](api/remote.md) * [remote](api/remote.md)
* [webFrame](api/web-frame.md) * [webFrame](api/web-frame.md)
### Modules for Both Processes: ### 両方のProcessのモジュール :
* [clipboard](api/clipboard.md) * [clipboard](api/clipboard.md)
* [crashReporter](api/crash-reporter.md) * [crashReporter](api/crash-reporter.md)
@ -76,7 +76,7 @@ _リンクになっていないリストは未翻訳のものです。_
* [screen](api/screen.md) * [screen](api/screen.md)
* [shell](api/shell.md) * [shell](api/shell.md)
## Development ## 開発
* Coding Style * Coding Style
* Source Code Directory Structure * Source Code Directory Structure