Skip to content

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

Merged
merged 8 commits into from
Feb 28, 2017

Conversation

hkdnet
Copy link

@hkdnet hkdnet commented Feb 26, 2017

  • shouldとmustの訳し分けも気になりましたが直してないです
  • 全体的に逐語訳に近くしてます
  • 指摘理由はコミットログに書くようにしました
  • 自信がない点、あやしい点はコメントしています


`inject` オプションの値は、文字列の配列か、キー名がローカルのバインディング名を表すオブジェクト、もしくは注入可能なもので検索できるキー(文字列または Symbol )のいずれかである必要があります
`inject` オプションの値は、文字列の配列か、オブジェクトのいずれかである必要があります。オブジェクトの場合、キーがローカルのバインディング名を表し、バリューが利用可能な注入オブジェクトを探すときのキー(文字列または Symbol)となります
Copy link
Author

Choose a reason for hiding this comment

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

これ自信ないです 🗿

Copy link
Author

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

- `.middle` - マウスの中央ボタンが押された時のみトリガされるハンドラです。
- `.left` - (2.2.0以降) マウスの左ボタンが押された時のみトリガされるハンドラです。
- `.right` - (2.2.0以降) ママウスの右ボタンが押された時のみトリガされるハンドラです
- `.middle` - (2.2.0以降) マウスの中央ボタンが押された時のみトリガされるハンドラです。
Copy link
Author

Choose a reason for hiding this comment

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

以降って書いてないから以降は消したほうがいいかもしれない

@@ -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をサポートするブラウザでのみ動作します。
Copy link
Author

Choose a reason for hiding this comment

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

renderingは他箇所で描画と訳されてる気がしたので描画にしましたがrendering functionだけかもなのでその場合はレンダリングでいいと思います

@hkdnet
Copy link
Author

hkdnet commented Feb 26, 2017

@potato4d 全部見ました!

@hkdnet hkdnet force-pushed the translate/v2.2/index branch from b5875b1 to 6877810 Compare February 26, 2017 16:55
@hkdnet hkdnet force-pushed the translate/v2.2/index branch from 6877810 to 2ded6c5 Compare February 26, 2017 16:56
@potato4d
Copy link
Owner

@hkdnet 全て確認しました!ありがとうございます!Mergeします。

@potato4d potato4d merged commit 8d8eaaf into potato4d:translate/v2.2/index Feb 28, 2017
@hkdnet hkdnet deleted the translate/v2.2/index branch February 28, 2017 14:25
potato4d added a commit that referenced this pull request Mar 1, 2017
* 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の指摘修正
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants