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

docs: Added the Japanese translation for /reference/configuration #917

Merged
merged 7 commits into from
Aug 11, 2024

Conversation

nemuvski
Copy link
Contributor

Summary

I added the Japanese translation for the biome configuration page.

@nemuvski nemuvski requested a review from a team as a code owner August 10, 2024 13:58
Copy link

netlify bot commented Aug 10, 2024

Deploy Preview for biomejs ready!

Name Link
🔨 Latest commit 790d93d
🔍 Latest deploy log https://app.netlify.com/sites/biomejs/deploys/66b8174925aa5b000896d284
😎 Deploy Preview https://deploy-preview-917--biomejs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

### `files.include`

Biomeは、これらのパターンに一致するファイルやフォルダのみを処理します。
Unixシェルスタイルのパターンのリストで指定します。
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Better to describe as:

Unixシェル形式のパターンリストで指定します。

IMHO. How do you think..?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your review. I also thought that would be better.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I fixed that. c79413e


### `vcs.useIgnoreFile`

BiomeがVCSの無視ファイルを使用するかどうかを指定します。`true` に設定すると、Biomeは無視ファイルに指定されたファイルを無視します。
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
BiomeがVCSの無視ファイルを使用するかどうかを指定します`true` に設定すると、Biomeは無視ファイルに指定されたファイルを無視します
BiomeがVCSの除外ファイルを使用するかどうかを指定します`true` に設定すると、Biomeは除外ファイルに指定されたファイルを無視します

We don't use the word 無視ファイル AFAIK.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I fixed that. 0b9d86d

### `linter.ignore`

Biomeのlinterは、パターンに一致するファイルやフォルダを無視します。
Unixシェルスタイルのパターンのリストで指定します。
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here. Unixシェル形式 is better?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I fixed that. c79413e

### `linter.include`

Biomeのlinterは、これらのパターンに一致するファイルやフォルダのみを処理します。
Unixシェルスタイルのパターンのリストで指定します。
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I fixed that. c79413e

### `formatter.ignore`

Biomeのformatterは、パターンに一致するファイルやフォルダを無視します。
Unixシェルスタイルのパターンのリストで指定します。
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same here.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I fixed that. c79413e


### `formatter.formatWithErrors`

構文エラーがあるドキュメントをformatできるようにします。
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You should use the word フォーマット as in other document.
ex:

// biome-ignore format: この配列はフォーマットさせない。

Suggested change
構文エラーがあるドキュメントをformatできるようにします
構文エラーがあるドキュメントをフォーマットできるようにします

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for pointing that out. The word フォーマット is automatically enforced as format by textlint, so I followed that rule.

However, in this case, the notation フォーマット is more appropriate. I will fix it. 🫡

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i fixed that. 790d93d

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nemuvski
great!!


### `javascript.formatter.quoteProperties`

オブジェクト内のプロパティが引用符で囲まれるべき時期を指定します。 `"asNeeded"` または `"preserve"` のいずれかを選択できます。
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
オブジェクト内のプロパティが引用符で囲まれるべき時期を指定します`"asNeeded"` または `"preserve"` のいずれかを選択できます。
オブジェクト内のプロパティをいつ引用符で囲むかを指定します`"asNeeded"` または `"preserve"` のいずれかを選択できます。

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I fixed that. 7893f11


#### Examples

特定のフォルダ内のJavaScriptファイルのformat動作を変更することができます。
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should be フォーマット動作?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i fixed that. b223f81


### `overrides.<ITEM>.ignore`

Unixシェルスタイルのパターンのリストです。Biomeは、これらのパターンに一致するファイルに対してオーバーライドを適用しません。
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unixシェル形式

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I fixed that. c79413e


### `overrides.<ITEM>.include`

Unixシェルスタイルのパターンのリストです。Biomeは、これらのパターンに一致するファイルにのみオーバーライドを適用します。
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I fixed that. c79413e

@chansuke
Copy link
Member

@nemuvski
Thank you for your work. it looks good to me.
If everything is complete, feel free to Re-request

@nemuvski nemuvski requested a review from chansuke August 11, 2024 05:22
Copy link
Member

@chansuke chansuke left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thank you!

@chansuke chansuke merged commit 9c4f112 into biomejs:main Aug 11, 2024
5 checks passed
@nemuvski nemuvski deleted the ja-reference-configuration branch August 15, 2024 07:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants