-
-
Notifications
You must be signed in to change notification settings - Fork 538
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs(website): translate Manual installation
in japanese
#1013
docs(website): translate Manual installation
in japanese
#1013
Conversation
✅ Deploy Preview for rad-torte-839a59 ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
58e483c
to
59c54f1
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! ! left some comments
|
||
### Homebrew | ||
|
||
Biome は macOS と Linux ユーザー向けに [Homebrew formula](https://formulae.brew.sh/formula/biome) として利用可能です。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Biome は macOS と Linux ユーザー向けに [Homebrew formula](https://formulae.brew.sh/formula/biome) として利用可能です。 | |
Biome は macOS と Linux ユーザー向けに [Homebrew formula](https://formulae.brew.sh/formula/biome) から利用可能です。 |
|
||
## 次のステップ | ||
|
||
Biome の使用方法については [getting started section](/ja/guides/getting-started#next-steps) で詳しく読むことがます。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Biome の使用方法については [getting started section](/ja/guides/getting-started#next-steps) で詳しく読むことがます。 | |
Biome の使用方法については [Getting Started セクション](/ja/guides/getting-started#next-steps) で詳しく読むことができます。 |
description: Biome を手動でインストールする | ||
--- | ||
|
||
## Biome を Node.js 無しで使用する |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
## Biome を Node.js 無しで使用する | |
## Biome を Node.js を使わずに利用する |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I appreciate for your review
もしあなたが Node や npm (あるいは他のパッケージマネージャー)を使用してない場合、Biome のスタンドアロンなCLIバイナリを使用することは良い選択です。 | ||
言い換えれば、Biomeが `package.json` を持つ唯一の理由であるべきではありません。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
もしあなたが Node や npm (あるいは他のパッケージマネージャー)を使用してない場合、Biome のスタンドアロンなCLIバイナリを使用することは良い選択です。 | |
言い換えれば、Biomeが `package.json` を持つ唯一の理由であるべきではありません。 | |
もしあなたが Node.js や npm(あるいは他のパッケージマネージャー)を使用してない場合、代わりに Biome のスタンドアロンなCLIバイナリを使用できます。 | |
言い換えれば、`package.json` を持たずに Biome を利用できます。 |
すでにnpmや他のパッケージマネージャーを使用している場合は、パッケージマネージャーを使用することがBiomeの[推奨されるインストール方法](/ja/guides/getting-started#installation)です。 | ||
あなたはツールに既に慣れており、インストールや更新が簡単です。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
すでにnpmや他のパッケージマネージャーを使用している場合は、パッケージマネージャーを使用することがBiomeの[推奨されるインストール方法](/ja/guides/getting-started#installation)です。 | |
あなたはツールに既に慣れており、インストールや更新が簡単です。 | |
すでにnpmや他のパッケージマネージャーを使用している場合は、パッケージマネージャーを使用することがBiomeの[推奨されるインストール方法](/ja/guides/getting-started#installation)です。 | |
慣れているツールの利用は、インストールや更新を簡単にします。 |
|
||
## サポートされるプラットフォーム | ||
|
||
Biomeを動作させるためには、プラットフォームに適したバイナリを選択する必要があります。次の表が選択の助けになるでしょう。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Biomeを動作させるためには、プラットフォームに適したバイナリを選択する必要があります。次の表が選択の助けになるでしょう。 | |
Biomeを動作させるためには、プラットフォームに適したバイナリを選択する必要があります。次の表を参考にしてください。 |
|
||
## Biomeのインストール | ||
|
||
Biome をインストールするには、GitHubの[最新のCLIリリース](https://github.com/biomejs/biome/releases) からプラットフォームに合った実行可能ファイルを取得し、実行権限を与えてください。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Biome をインストールするには、GitHubの[最新のCLIリリース](https://github.com/biomejs/biome/releases) からプラットフォームに合った実行可能ファイルを取得し、実行権限を与えてください。 | |
Biome をインストールするには、GitHub上の[最新のCLIリリース](https://github.com/biomejs/biome/releases) からプラットフォームに合った実行可能ファイルを取得し、実行権限を与えてください。 |
`<version>` の項目を、インストールされたBiome のバージョンに置き換えて下さい。 | ||
::: | ||
|
||
これで、 `./biome` を実行することでBiome を使用出来ます。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
これで、 `./biome` を実行することでBiome を使用出来ます。 | |
これで、 `./biome` を実行することでBiome を使用できます。 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for translation, I left some suggestions:)
@unvalley I appreciate your feedback! I'll check that later🙇 |
59c54f1
to
975c332
Compare
@nissy-dev @unvalley |
975c332
to
1faee90
Compare
Manual installation
in japaneseManual installation
in japanese
Summary
Part of #880
Translate Manual insallation page in japanese.
Test Plan
cd website pnpm install pnpm start
and checked the page(including link behavior)