From 2d11b1d9eb36e88d8650ed7596b5b8d29ff508e9 Mon Sep 17 00:00:00 2001 From: RacioN Date: Sun, 28 Feb 2016 20:55:47 +0900 Subject: [PATCH] Update read me tranlation --- docs-translations/jp/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs-translations/jp/README.md b/docs-translations/jp/README.md index 558d362498a2..a71661a7e535 100644 --- a/docs-translations/jp/README.md +++ b/docs-translations/jp/README.md @@ -36,13 +36,13 @@ _リンクになっていないリストは未翻訳のものです。_ * [サポートしているChromeコマンドラインスイッチ](api/chrome-command-line-switches.md) * [環境変数](api/environment-variables.md) -### Custom DOM Elements: +### カスタムDOM要素: * [`File` Object](api/file-object.md) * `` Tag * [`window.open` 関数](api/window-open.md) -### Modules for the Main Process: +### Main Processのモジュール: * [app](api/app.md) * [autoUpdater](api/auto-updater.md) @@ -61,14 +61,14 @@ _リンクになっていないリストは未翻訳のものです。_ * webContents * [Tray](api/tray.md) -### Modules for the Renderer Process (Web Page): +### Renderer Processのモジュール (Web Page): * [desktopCapturer](api/desktop-capturer.md) * [ipcRenderer](api/ipc-renderer.md) * [remote](api/remote.md) * [webFrame](api/web-frame.md) -### Modules for Both Processes: +### 両方のProcessのモジュール : * [clipboard](api/clipboard.md) * [crashReporter](api/crash-reporter.md) @@ -76,7 +76,7 @@ _リンクになっていないリストは未翻訳のものです。_ * [screen](api/screen.md) * [shell](api/shell.md) -## Development +## 開発 * Coding Style * Source Code Directory Structure