From 38f77a8937e8a9b6d6a3bb1d4744ed463ceaf411 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Sun, 13 Aug 2017 14:01:55 -0400 Subject: Translate README to Japanese / READMEを日本語訳す MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.ja.md | 89 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 89 insertions(+) create mode 100644 README.ja.md (limited to 'README.ja.md') diff --git a/README.ja.md b/README.ja.md new file mode 100644 index 00000000..a7f6c24f --- /dev/null +++ b/README.ja.md @@ -0,0 +1,89 @@ +# sway [![](https://api.travis-ci.org/SirCmpwn/sway.svg)](https://travis-ci.org/SirCmpwn/sway) [![Donate with fosspay](https://drewdevault.com/donate/static/donate-with-fosspay.png)](https://drewdevault.com/donate?project=4) + +[English](https://github.com/SirCmpwn/sway/blob/master/README.md#sway--) - [**日本語**](https://github.com/SirCmpwn/sway/blob/master/README.ja.md#sway--) + +注・私の日本語で苦手です。パッチは与えったください。 + +"**S**irCmpwnの**Way**landのcompositor"は仕掛け品のWaylandのCompositorだ。 +[英語のよくある質問](https://github.com/SirCmpwn/sway/wiki)は読みください。 +[IRCのチャット](http://webchat.freenode.net/?channels=sway&uio=d4)(#swayにirc.freenode.net)は入ってください。 +私の名前はSirCmpwnです。助けのはIRCとGitHubで日本語で頑張ります。 + +[![](https://sr.ht/ICd5.png)](https://sr.ht/ICd5.png) + +あなたが施したいから、[Patreon](https://patreon.com/sircmpwn)か[報奨金プロジェクト](https://github.com/SirCmpwn/sway/issues/986)は見てください。 + +## 日本語翻訳 + +日本語翻訳は完成じゃない、正しくない。パッチは与えったください。 + +## 発売の電子署名 + +発売は[B22DA89A](http://pgp.mit.edu/pks/lookup?op=vindex&search=0x52CB6609B22DA89A)に調印して[GitHub](https://github.com/SirCmpwn/sway/releases)に発売する。 + +## 進展 + +- [i3のコンパチ](https://github.com/SirCmpwn/sway/issues/2) +- [IPCのコンパチ](https://github.com/SirCmpwn/sway/issues/98) +- [i3barのコンパチ](https://github.com/SirCmpwn/sway/issues/343) +- [i3-gapsのコンパチ](https://github.com/SirCmpwn/sway/issues/307) +- [無難の進むの](https://github.com/SirCmpwn/sway/issues/984) + +## インスコ + +### パッケージ + +Swayは多いディストリビューションにある。 +"sway"のパッケージは据え付ける。 +パッケージはなかったば[wiki](https://github.com/SirCmpwn/sway/wiki/Unsupported-packages)が読みください。 + +### コンパイル + +依存性インスコ: + +* cmake +* [wlc](https://github.com/Cloudef/wlc) +* wayland +* xwayland +* libinput >= 1.6.0 +* libcap +* asciidoc +* pcre +* json-c +* pango +* cairo +* gdk-pixbuf2 * +* pam * +* imagemagick * +* ffmpeg * + +\* 任意 + +実効する: + + mkdir build + cd build + cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_SYSCONFDIR=/etc .. + make + sudo make install + +logindはあるば: + + sudo setcap cap_sys_ptrace=eip /usr/local/bin/sway + sudo setcap cap_sys_tty_config=eip /usr/local/bin/sway + +logindはあるないば: + + sudo chmod a+s /usr/local/bin/sway + +## コンフィギュレーション + +今はi3があるばi3のコンフィグは`~/.config/sway/config`にコピー。 +あるないば`/etc/sway/config`をコピー。 +ファイルは読みください。英語は難しいのばIRCで助けのを尋ねる。 +日本語助けのはUTC-4。 + +## swayは実効する + +ttyに"sway"は実効する。 +若干ディスプレイマネージャもいいです、でも支援があるない。 -- cgit v1.2.3-54-g00ecf