-
Notifications
You must be signed in to change notification settings - Fork 0
Translate/v2.2/index #2
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
Translate/v2.2/index #2
Conversation
src/v2/api/index.md
Outdated
|
||
`inject` オプションの値は、文字列の配列か、キー名がローカルのバインディング名を表すオブジェクト、もしくは注入可能なもので検索できるキー(文字列または Symbol )のいずれかである必要があります。 | ||
`inject` オプションの値は、文字列の配列か、オブジェクトのいずれかである必要があります。オブジェクトの場合、キーがローカルのバインディング名を表し、バリューが利用可能な注入オブジェクトを探すときのキー(文字列または Symbol)となります。 |
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.
これ自信ないです 🗿
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.
whereのとり方が謎くて……
意味的にはたぶん以下のことを言っていると解釈した
オプションは以下の2種類
- Array
- Object
- keyがローカルのバインディング名
- valueが実際のオブジェクトにするときに探すときの文字列、Symbol
src/v2/api/index.md
Outdated
- `.middle` - マウスの中央ボタンが押された時のみトリガされるハンドラです。 | ||
- `.left` - (2.2.0以降) マウスの左ボタンが押された時のみトリガされるハンドラです。 | ||
- `.right` - (2.2.0以降) ママウスの右ボタンが押された時のみトリガされるハンドラです。 | ||
- `.middle` - (2.2.0以降) マウスの中央ボタンが押された時のみトリガされるハンドラです。 |
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.
以降って書いてないから以降は消したほうがいいかもしれない
src/v2/api/index.md
Outdated
@@ -129,7 +129,7 @@ type: api | |||
|
|||
- **使用方法**: | |||
|
|||
これを `true` に設定することで、コンポーネントの初期化やコンパイル、レンダリングや、パッチのパフォーマンスなどを、ブラウザ上の開発者ツールにてトレースすることが可能となります。 この機能は、開発者モードおよび [performance.mark](https://developer.mozilla.org/en-US/docs/Web/API/Performance/mark) APIをサポートするブラウザでのみ動作します。 | |||
これを `true` に設定することで、ブラウザの開発者ツールのタイムライン機能で、コンポーネントの初期化やコンパイル、描画、パッチのパフォーマンス追跡することが可能になります。 この機能は、開発者モードおよび [performance.mark](https://developer.mozilla.org/en-US/docs/Web/API/Performance/mark) APIをサポートするブラウザでのみ動作します。 |
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.
renderingは他箇所で描画と訳されてる気がしたので描画にしましたがrendering functionだけかもなのでその場合はレンダリングでいいと思います
@potato4d 全部見ました! |
b5875b1
to
6877810
Compare
とらえるとよい、というのではなく似てると断言しているが意訳として許容した
value propのならなら残してもいいかもしれない
6877810
to
2ded6c5
Compare
@hkdnet 全て確認しました!ありがとうございます!Mergeします。 |
* Production tip周りを翻訳 * Vue.deleteを翻訳 * renderErrorの翻訳 * index.mdの翻訳 * [WIP]Translate/v2.2/index (#1) * 文の区切りがおかしいので修正 * 前置詞のニュアンスを変更 * timelineの訳抜け修正、performance tracingをenableする感じを出した * 誤字修正 * エラー内容 -> エラーに変更。particularlyの訳抜け修正 * Translate/v2.2/index (#2) * primarilyの訳抜けを修正 * allow X to Vの関係がわかるようにした、serve as Xがわかるようにした * feature -> 特徴にした とらえるとよい、というのではなく似てると断言しているが意訳として許容した * プロバイダとなる、とは書いてなかったので消した。無駄な受動態を直した * 長過ぎるので文を切った。keyがローカル名、valueが実名であることを明示した * Allowされるものを明示した。「値の競合」は明示されてないので消した。 value propのならなら残してもいいかもしれない * (2.2.0)が抜けてたので訳した * lintの指摘修正
Uh oh!
There was an error while loading. Please reload this page.