-
Notifications
You must be signed in to change notification settings - Fork 229
translate style-guide priority c #394
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
Conversation
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/style-guide/index.md
Outdated
|
||
This is the default order we recommend for component options. They're split into categories, so you'll know where to add new properties from plugins. | ||
これは推奨するコンポーネントオプションのデフォルト順序です。それらはカテゴリーわけされており、プラグインからどこに新たなプロパティを追加するか知ることができます。 |
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.
categories
ですが、ここでは、種類分け
とかどうでしょうか?こちらの方がわかりやすいかなと思いました。
src/v2/style-guide/index.md
Outdated
- `name` | ||
- `parent` | ||
|
||
3. **Component Type** (changes the type of the component) | ||
3. **コンポーネントの型** (コンポーネントの型を変更) |
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/style-guide/index.md
Outdated
|
||
This is the default order we recommend for component options. They're split into categories, so you'll know where to add custom attributes and directives. | ||
これは推奨するコンポーネントオプションのデフォルト順序です。それらはカテゴリーわけされており、カスタム属性とディレクティブをどこに追加するか知ることができます。 |
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.
ここのcatetories
も上の方でコメントしたものと同様ですね。種類分け
にしておきましょう!
src/v2/style-guide/index.md
Outdated
|
||
8. **Events** (component event listeners) | ||
8. **イベント** (コンポーネントのイベントリスナー) |
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.
Vue.jsのドキュメントはコンピュータ用語の訳は、基本長音訳しないようにしているので、リスナ
でお願いします! 🙏
(後で、guideline追記しておきます。)
レビューありがとうございます:pray: |
ありがとうございます! |
を翻訳しました。
少し怪しところもありますが、レビューと指摘をお願いします!
他の箇所も順次翻訳していきます。