-
-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #142 from terreng/ja
Add Japanese
- Loading branch information
Showing
13 changed files
with
269 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Simple Web Server | ||
|
||
[ダウンロード](https://simplewebserver.org/download/) • [ドキュメント](https://simplewebserver.org/docs/options.html) • [ソースからビルド](https://simplewebserver.org/docs/build.html) • [英語 (English)](/README.md) • [中国語 (中文简介)](/README_zh-CN.md) • [ロシア語 (Русский)](/README_ru.md) | ||
|
||
簡単UIでほんの数クリックだけでローカルウェブサーバーを作れます。開発にはElectronを使用。 | ||
|
||
特長: | ||
- 設定が簡単 | ||
- 同時に複数のサーバーを動かせます。 | ||
- 単一ページアプリ(SPA)のサポート | ||
- サーバーのバックグラウンド実行可能 | ||
|
||
![スクリーンショット](https://user-images.githubusercontent.com/11605395/163694811-46e3b79c-a187-4c78-b622-6250a6d5d9d0.jpeg) | ||
|
||
Simple Web Server は [Web Server for Chrome](https://github.com/kzahel/web-server-chrome) の後継です。 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
home: true | ||
heroImage: https://raw.githubusercontent.com/terreng/simple-web-server/main/images/icon.png | ||
heroText: Simple Web Server | ||
tagline: 簡単UIでほんの数クリックだけでローカルウェブサーバーを作れます | ||
actionText: Download → | ||
actionLink: /download/ | ||
features: | ||
- title: 設定が簡単 | ||
details: ほんの数クリックだけでサーバーの設定を変えられます。 | ||
- title: 複数実行・バックグラウンド実行 | ||
details: 同時に複数のサーバーを動かせます。アプリを閉じてもサーバーは停止しないようにできます。 | ||
- title: シングルページアプリケーション | ||
details: シングルクリックのSPA用にmod rewriteができます。 | ||
--- | ||
<div class="coming_from_wsc_banner"><a href="/docs/wsc.html">Web Server for Chromeからの移行ですか? →</a></div> | ||
<img src="/images/screenshots.jpeg" style="width: 100%"> | ||
|
||
<div class="home_footer"> | ||
<div>Made with ❤️ by <a href="https://github.com/terreng" target="_blank">@terreng</a> and <a href="https://github.com/ethanaobrien" target="_blank">@ethanaobrien</a>.</div> | ||
<div>A continuation of <a href="https://chrome.google.com/webstore/detail/web-server-for-chrome/ofhbbkphhbklhfoeikjpcbhemlocgigb" target="_blank">Web Server for Chrome</a> by <a href="https://github.com/kzahel" target="_blank">@kzahel</a>.</div> | ||
<div>Chinese translations by <a href="https://github.com/antnesswcm" target="_blank">@antnesswcm</a>.</div> | ||
<div>Japanese translations by <a href="https://github.com/ShinodaNaoki" target="_blank">@ShinodaNaoki</a>.</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters