Skip to content
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

doc(ja): translate credits into Japanese #903

Merged
60 changes: 60 additions & 0 deletions website/src/content/docs/ja/internals/credits.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,60 @@
---
title: クレジット
description: これまでのコントリビューターと私達に影響を与えたプロジェクトへの謝辞
nissy-dev marked this conversation as resolved.
Show resolved Hide resolved
---

import Contributors from "@src/components/Contributors.astro";

<Contributors />

## 謝辞

Biomeには他のプロジェクトから多大な影響を受けたコードが含まれています。それらはBiomeの言語/インフラストラクチャに適応されています。
nissy-dev marked this conversation as resolved.
Show resolved Hide resolved

- [Prettier](https://github.com/prettier/prettier/)
- [ライセンス](https://github.com/biomejs/biome/blob/main/crates/biome_js_formatter/LICENSE)

## フォーク
nissy-dev marked this conversation as resolved.
Show resolved Hide resolved

Biomeは[Rome Tools](https://github.com/biomejs/biome/)のコミュニティフォークです。
nissy-dev marked this conversation as resolved.
Show resolved Hide resolved
_Rome Tools_ と _Biome_ はMITライセンスに基づいています。
nissy-dev marked this conversation as resolved.
Show resolved Hide resolved


Biomeには他のプロジェクトからフォークしたコードが含まれています。
nissy-dev marked this conversation as resolved.
Show resolved Hide resolved
それらのコードは何らかの方法にて変換され、ときには大幅に書き直されています。
nissy-dev marked this conversation as resolved.
Show resolved Hide resolved

- [`crates/biome_diagnostics`](https://github.com/biomejs/biome/tree/main/crates/biome_diagnostics)
- **オリジナル**: [`rslint/rslint_errors`](https://github.com/rslint/rslint/tree/master/crates/rslint_errors)
- **ライセンス**: MIT

- [`crates/biome_console/src/codespan`](https://github.com/biomejs/biome/tree/main/crates/biome_console/src/codespan)
- **オリジナル**: [`brendanzab/codespan`](https://github.com/brendanzab/codespan)
- **ライセンス**: Apache License, Version 2.0

- [`crates/biome_js_parser`](https://github.com/biomejs/biome/tree/main/crates/biome_js_parser)
- **オリジナル**: [`rslint/rslint_parser`](https://github.com/rslint/rslint/tree/master/crates/rslint_parser)
- **ライセンス**: MIT

- [`crates/biome_js_parser/lexer`](https://github.com/biomejs/biome/tree/main/crates/biome_js_parser/src/lexer)
- **オリジナル**: [`rslint/rslint_lexer`](https://github.com/rslint/rslint/tree/master/crates/rslint_lexer)
- **ライセンス**: MIT

- [`crates/biome_js_syntax`](https://github.com/biomejs/biome/tree/main/crates/biome_js_syntax)
- **オリジナル**: [`rslint/rslint_syntax`](https://github.com/rslint/rslint/tree/master/crates/rslint_syntax)
- **ライセンス**: MIT

- [`crates/biome_text_edit`](https://github.com/biomejs/biome/tree/main/crates/biome_text_edit)
- **オリジナル**: [`rslint/rslint_text_edit`](https://github.com/rslint/rslint/tree/master/crates/rslint_text_edit)
- **ライセンス**: MIT

- [`crates/biome_rowan`](https://github.com/biomejs/biome/tree/main/crates/biome_rowan)
- **オリジナル**: [`rust-analyzer/rowan`](https://github.com/rust-analyzer/rowan)
- **ライセンス**: Apache License, Version 2.0

- [`crates/biome_text_size`](https://github.com/biomejs/biome/tree/main/crates/biome_text_size)
- **オリジナル**: [`rust-analyzer/text-size`](https://github.com/rust-analyzer/text-size)
- **ライセンス**: Apache License, Version 2.0 or MIT

- [`crates/biome_service/src/ignore/pattern`](https://github.com/biomejs/biome/tree/main/crates/biome_service/src/ignore/pattern)
- **オリジナル**: [`rust-lang/glob`](https://github.com/rust-lang/glob/blob/master/src/lib.rs)
- **ライセンス**: Apache License, Version 2.0 or MIT