vuejs-jp / ja.vuejs.org

Vue 3 official japanese translation
https://v3.ja.vuejs.org/
MIT License
83 stars 87 forks source link

v3 ドキュメントの翻訳 #1

Closed potato4d closed 3 years ago

potato4d commented 4 years ago

今の全体進捗はこちら

About

これは Vue.js v3 のドキュメントを翻訳するための Epic Issue です! 翻訳全体に関するコミュニケーションは、この Issue と、適宜 Vue.js JP Slack を利用して行っていくこととします。

今回のは めちゃくちゃ膨大 です。 一つ一つも重いページが多いので、一人一つのページを担当するくらいの気持ちでやっていきましょう!

Translation Flow

ひとまず以下をベースとします!

  1. 翻訳希望のセクションについて、該当の Issue またはここで @potato4d や @vuejs-jp/contributers に mention してください
  2. アサインをわかりやすくするため、GitHub の Assignees の設定用にレポジトリの Read 権限を付与します。
  3. 付与されたまたはこの Issue や担当 Issue で名前が設定された人は、1~2週間を目安に翻訳してください。
  4. 翻訳が出来上がったら、 Pull Request を発行し、該当のセクションについて resolve #n の形式で Issue 番号を指定した Pull Request を送ってください。
  5. ~1週間程度でレビュアーがレビューするので、適宜打ち返してください。

翻訳が滞っている場合

2週間立っても翻訳が進んでいないものは、適宜タスクを巻き取りたい人が声を上げてください!その人に一旦担当を差し替えます。

Translate Sections

:tada: Almost done! 🎉

Open Detail ### Essentials - [x] Installation #2 - Ref: [guide/installation.html](https://v3.vuejs.org/guide/installation.html)| - [x] Introduction #3 - Ref: [guide/introduction.html](https://v3.vuejs.org/guide/introduction.html)| - [x] The Application Instance #4 - Ref: [guide/instance.html](https://v3.vuejs.org/guide/instance.html)| - [x] Template Syntax #5 - Ref: [guide/template-syntax.html](https://v3.vuejs.org/guide/template-syntax.html)| - [x] Computed Properties and Watchers #49 - Ref: [guide/computed.html](https://v3.vuejs.org/guide/computed.html)| - [x] Class and Style Bindings #6 - Ref: [guide/class-and-style.html](https://v3.vuejs.org/guide/class-and-style.html)| - [x] Conditional Rendering #7 - Ref: [guide/conditional.html](https://v3.vuejs.org/guide/conditional.html)| - [x] List Rendering #8 - Ref: [guide/list.html](https://v3.vuejs.org/guide/list.html)| - [x] Event Handling #9 - Ref: [guide/events.html](https://v3.vuejs.org/guide/events.html)| - [x] Form Input Bindings #10 - Ref: [guide/forms.html](https://v3.vuejs.org/guide/forms.html)| - [x] Components Basics #11 - Ref: [guide/component-basics.html](https://v3.vuejs.org/guide/component-basics.html)| ### Components In-Depth - [x] Component Registration #12 - Ref: [guide/component-registration.html](https://v3.vuejs.org/guide/component-registration.html)| - [x] Props #13 - Ref: [guide/component-props.html](https://v3.vuejs.org/guide/component-props.html)| - [x] Non-Prop Attributes #14 - Ref: [guide/component-attrs.html](https://v3.vuejs.org/guide/component-attrs.html)| - [x] Custom Events #15 - Ref: [guide/component-custom-events.html](https://v3.vuejs.org/guide/component-custom-events.html)| - [x] Slots #16 - Ref: [guide/component-slots.html](https://v3.vuejs.org/guide/component-slots.html)| - [x] Provide / inject #17 - Ref: [guide/component-provide-inject.html](https://v3.vuejs.org/guide/component-provide-inject.html)| - [x] Dynamic & Async Components #18 - Ref: [guide/component-dynamic-async.html](https://v3.vuejs.org/guide/component-dynamic-async.html)| - [x] Template refs #19 - Ref: [guide/component-template-refs.html](https://v3.vuejs.org/guide/component-template-refs.html)| - [x] Handling Edge Cases #20 - Ref: [guide/component-edge-cases.html](https://v3.vuejs.org/guide/component-edge-cases.html)| ### Transitions & Animation - [x] Overview #21 - Ref: [guide/transitions-overview.html](https://v3.vuejs.org/guide/transitions-overview.html)| - [x] Enter & Leave Transitions #22 - Ref: [guide/transitions-enterleave.html](https://v3.vuejs.org/guide/transitions-enterleave.html)| - [ ] List Transitions #23 - Ref: [guide/transitions-list.html](https://v3.vuejs.org/guide/transitions-list.html)| - [x] State Transitions #24 - Ref: [guide/transitions-state.html](https://v3.vuejs.org/guide/transitions-state.html)| ### Reusability & Composition - [x] Mixins #25 - Ref: [guide/mixins.html](https://v3.vuejs.org/guide/mixins.html)| - [x] Custom Directives #26 - Ref: [guide/custom-directive.html](https://v3.vuejs.org/guide/custom-directive.html)| - [x] Teleport #27 - Ref: [guide/teleport.html](https://v3.vuejs.org/guide/teleport.html)| - [x] Render Functions #28 - Ref: [guide/render-function.html](https://v3.vuejs.org/guide/render-function.html)| - [x] Plugins #29 - Ref: [guide/plugins.html](https://v3.vuejs.org/guide/plugins.html)| ### Advanced Guides #### Reactivity - [x] Reactivity in Depth #30 - Ref: [guide/reactivity.html](https://v3.vuejs.org/guide/reactivity.html)| - [x] Reactivity Fundamentals #31 - Ref: [guide/reactivity-fundamentals.html](https://v3.vuejs.org/guide/reactivity-fundamentals.html)| #### Compotion API - [x] Compotion API > Introduction #32 - Ref: [guide/composition-api-introduction.html](https://v3.vuejs.org/guide/composition-api-introduction.html)| - [x] Compotion API > Setup #33 - Ref: [guide/composition-api-setup.html](https://v3.vuejs.org/guide/composition-api-setup.html)| - [x] Compotion API > Lifecycle Hooks #34 - Ref: [guide/composition-api-lifecycle-hooks.html](https://v3.vuejs.org/guide/composition-api-lifecycle-hooks.html)| - [x] Compotion API > Provide / Inject #35 - Ref: [guide/composition-api-provide-inject.html](https://v3.vuejs.org/guide/composition-api-provide-inject.html)| - [x] Compotion API > Template Refs #36 - Ref: [guide/composition-api-template-refs.html](https://v3.vuejs.org/guide/composition-api-template-refs.html)| #### Render Mechanisms - [x] Rendering Mechanisms and Optimizations #37 - Ref: [guide/optimizations.html](https://v3.vuejs.org/guide/optimizations.html)| - [x] Change Detection Caveats in Vue 2 #38 - Ref: [guide/change-detection.html](https://v3.vuejs.org/guide/change-detection.html)| ### Tooling - [x] Single File Components #39 - Ref: [guide/single-file-component.html](https://v3.vuejs.org/guide/single-file-component.html)| - [x] Testing #40 - Ref: [guide/testing.html](https://v3.vuejs.org/guide/testing.html)| - [x] TypeScript Support #41 - Ref: [guide/typescript-support.html](https://v3.vuejs.org/guide/typescript-support.html)| ### Scaling Up - [x] Routing #42 - Ref: [guide/routing.html](https://v3.vuejs.org/guide/routing.html)| - [x] State Management #43 - Ref: [guide/state-management.html](https://v3.vuejs.org/guide/state-management.html)| - [x] Server-Side Rendering #44 - Ref: [guide/ssr.html](https://v3.vuejs.org/guide/ssr.html)| ### Accessibility - [x] Basic #45 - Ref: [guide/a11y-basics.html](https://v3.vuejs.org/guide/a11y-basics.html)| - [x] Semantics #46 - Ref: [guide/a11y-semantics.html](https://v3.vuejs.org/guide/a11y-semantics.html)| - [x] Standards #47 - Ref: [guide/a11y-standards.html](https://v3.vuejs.org/guide/a11y-standards.html)| - [x] Resources #48 - Ref: [guide/a11y-resources.html](https://v3.vuejs.org/guide/a11y-resources.html)|

Additional Translate Sections

Migration Guide

Contribute to the Docs

takumiz19 commented 4 years ago

@potato4d @egurinko こちら翻訳させてください!

126

ryoAccount commented 4 years ago

@potato4d @egurinko こちらを翻訳したいです。 https://github.com/vuejs-jp/ja.vuejs.org/issues/120

Katakuranatsumi commented 4 years ago

@potato4d @egurinko ご準備ありがとうございましたmm #124を翻訳させていただきたいですmm

yuta17 commented 4 years ago

@potato4d @egurinko

115 こちらを翻訳したいです。

n-makoto commented 4 years ago

@potato4d @egurinko

113 の翻訳をしたいです!Assignお願いします:pray:

potato4d commented 4 years ago

みなさんありがとうございます!

❤️ がついている方、アサインいたしました!よろしくお願いいたします! :eyes: がついている方、被りが発生したので、別のセクションに取り組んでいただけますと幸いです 🙇

引き続き、よろしくお願いいたします!

resessh commented 4 years ago

@potato4d @egurinko

123 こちら翻訳したいです 🙏

jay-es commented 4 years ago

@potato4d @egurinko

116 Migration Guide > Functional Components の翻訳 を担当させていただきたいです。

よろしくお願いします。

RyoNkmr commented 4 years ago

@potato4d @egurinko 空いてたらこれやります。よろしくおねがいします https://github.com/vuejs-jp/ja.vuejs.org/issues/118

daisuke-endo commented 4 years ago

@potato4d @egurinko Migration Guide > Transition Class Change の翻訳 #125 こちら担当できますか?

ryoasu commented 4 years ago

@potato4d @egurinko Migration Guide > Custom Directives の翻訳 #110 こちら担当させて欲しいです 🙏

YosukeCSato commented 4 years ago

@potato4d @egurinko https://github.com/vuejs-jp/ja.vuejs.org/issues/122 こちらの翻訳の担当をしたいです。よろしくお願いします。

n-makoto commented 4 years ago

@potato4d @egurinko

109 の翻訳をさせて頂きたいです!🙏

kawamataryo commented 4 years ago

@potato4d

111 の翻訳を担当したいです!

Katakuranatsumi commented 4 years ago

@potato4d @egurinko

130 の翻訳をさせていただきたいです🙏