Skip to content

Commit f0cc862

Browse files
authored
translate README.md to Japanese (#436)
1 parent ca1d13d commit f0cc862

File tree

2 files changed

+34
-25
lines changed

2 files changed

+34
-25
lines changed

.vuepress/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ module.exports = {
2323
'/ja/': {
2424
lang: 'ja',
2525
title: 'Nushell',
26-
description: '新しいタイプのシェル。.',
26+
description: '新しいタイプのシェル',
2727
},
2828
'/pt-BR/': {
2929
lang: 'pt-BR',

ja/README.md

Lines changed: 33 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -2,47 +2,56 @@
22
home: true
33
heroImage: null
44
heroText: Nushell
5-
tagline: 新しいタイプのシェル。.
6-
actionText: Get Started
5+
tagline: 新しいタイプのシェル
6+
actionText: 始める
77
actionLink: /ja/book/
88
features:
9-
- title: Powerful pipelines to control your system
10-
details: Pipelines allow you to work with your system like never before. You are in control of the system, ready for your next command.
11-
- title: Everything is data.
12-
details: Rather than having the need to remember all the parameters to all the commands, we can just use the same, regardless of where it came from.
13-
- title: Powerful Plugins
14-
details: Nu can't come with everything you might want to do with it, so you can extend using its powerful plugin system.
15-
footer: If you have suggestions or want to change something please give us feedback
9+
- title: あらゆるOSを制御するパイプライン
10+
details: Nuは、Linux、macOS、Windowsで動作します。一度身に付ければ、どこでも使えるようになります。
11+
- title: すべてはデータである
12+
details: Nuパイプラインは構造化されたデータを使用するため、毎回同じ方法で安全に選択、フィルタリング、ソートを行うことができます。文字列をパースするのをやめて、問題を解決しましょう。
13+
- title: 強力なプラグイン
14+
details: 強力なプラグインシステムを使って、Nuを簡単に拡張することができます。
1615
---
1716

18-
### Quick Install
17+
<img src="/frontpage/ls-example.png" alt="Screenshot showing using the ls comman" class="hero"/>
1918

20-
#### Install Latest Version
19+
### Nu は既存のデータとの連携が可能
2120

22-
Install the latest version from the [releases page](https://github.com/nushell/nushell/releases)
21+
Nu はでは[JSON, YAML, XML, Excel and more](/book/loading_data.html)を標準サポートしています。ファイル、データベース、Web API など、どのようなデータでも簡単に Nu パイプラインに取り込むことができます。
2322

24-
From source on [crates.io](https://crates.io):
23+
<img src="/frontpage/fetch-example.png" alt="Screenshot showing fetch with a web API" class="hero"/>
2524

26-
```sh
27-
$ cargo install nu
28-
```
25+
### Nu のエラーメッセージは非常に分かりやすい
26+
27+
Nu は型付けされたデータを操作するので、他のシェルでは見つけられないバグを発見することができます。そして、壊れたときには、どこで、なぜ壊れたかを正確に教えてくれます。
2928

30-
#### Install via Package Manager
29+
<img src="/frontpage/miette-example.png" alt="Screenshot showing Nu catching a type error" class="hero"/>
3130

32-
With [Homebrew](https://brew.sh/):
31+
## Nu をインストールする
32+
33+
Nushell は、[バイナリのダウンロード](https://github.com/nushell/nushell/releases)[パッケージマネージャによるインストール](https://repology.org/project/nushell/versions)[ソースコードによるインストール](https://github.com/nushell/nushell)を提供しています。 [詳細なインストール方法](/book/installation.html)を読むかもしくは、下記のようにインストールすることもできます。
34+
35+
#### macOS / Linux:
3336

3437
```sh
3538
$ brew install nushell
3639
```
3740

38-
With [Scoop](https://scoop.sh):
41+
#### Windows:
3942

4043
```powershell
41-
$ scoop install nu
44+
$ winget install nushell
4245
```
4346

44-
#### Start the shell
47+
また、Windows ユーザーの方は、最新の[Microsoft Visual C++ Redistributable](https://docs.microsoft.com/cpp/windows/latest-supported-vc-redist)のインストールが必要になる場合があります。
4548

46-
```
47-
$ nu
48-
```
49+
## Nu を Github Actions で利用する
50+
51+
Github Actions で `Nushell` を使うこともできます。 [`setup-nu`](https://github.com/marketplace/actions/setup-nu) が用意されているので、それを使ってください。
52+
53+
## コミュニティ
54+
55+
Nu に関する質問がある場合は[Discord](https://discord.gg/NtAbbGn)に参加してください!
56+
57+
サイトの改善には、[フィードバック](<(https://github.com/nushell/nushell.github.io/issues)>)[PR](<(https://github.com/nushell/nushell.github.io/pulls)>)をお寄せください。

0 commit comments

Comments
 (0)