summaryrefslogtreecommitdiffstats
path: root/doc/README-ja.md
diff options
context:
space:
mode:
authorsh-tech <shoma.develop@gmail.com>2018-11-15 13:17:43 +0900
committerDavid Peter <sharkdp@users.noreply.github.com>2018-11-15 08:53:03 +0100
commiteca47b2a28635a81a1b300f6062c36ff36eb7da8 (patch)
tree19bf218250f9d8410e7969d58811dec079dbde56 /doc/README-ja.md
parent62424e70d703c52c16ea75b5d8d9094c68bdb6bd (diff)
translate Project goals, alternatives
Diffstat (limited to 'doc/README-ja.md')
-rw-r--r--doc/README-ja.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/doc/README-ja.md b/doc/README-ja.md
index cfa59bda..ecdc4c54 100644
--- a/doc/README-ja.md
+++ b/doc/README-ja.md
@@ -422,14 +422,14 @@ bash assets/create.sh
cargo install -f
```
-## Project goals and alternatives
+## プロジェクトの目標と既存の類似したOSS
-`bat` tries to achieve the following goals:
+`bat` は以下の目標を達成しようと試みています:
-- Provide beautiful, advanced syntax highlighting
-- Integrate with Git to show file modifications
-- Be a drop-in replacement for (POSIX) `cat`
-- Offer a user-friendly command-line interface
+- 美しい高度なシンタックスハイライトの提供
+- ファイルの差分を表示するためのGitとの連携
+- (POSIX) `cat` との完全互換
+- ユーザーフレンドリーがコマンドラインインターフェースの提供
-There are a lot of alternatives, if you are looking for similar programs. See
-[this document](doc/alternatives.md) for a comparison.
+既存の類似したOSSはたくさんあります。
+`bat` とこれらを比較した表が[こちら](doc/alternatives.md)にあります。