diff --git a/source/examples/commits.md b/source/examples/commits.md index 681ac6dea5..b0392d6f3d 100644 --- a/source/examples/commits.md +++ b/source/examples/commits.md @@ -1,8 +1,8 @@ -title: GitHub Commits +title: GitHub コミット type: examples order: 1 --- -> This example fetches latest Vue.js commits data from GitHub's API and displays them as a list. You can switch between the master and dev branches. +> この例は最新の Vue.js コミットデータを Github API から取得し、そしてそれらをリストとして表示します。あなたは master ブランチと dev ブランチ間を切り替えることができます。 - \ No newline at end of file + diff --git a/source/examples/firebase.md b/source/examples/firebase.md index f4f0c12a54..7f9912b90a 100644 --- a/source/examples/firebase.md +++ b/source/examples/firebase.md @@ -1,8 +1,8 @@ -title: Firebase + Validation +title: Firebase + バリデーション type: examples order: 2 --- -> This example uses [Firebase](https://www.firebase.com/) as the data persistence backend and syncs between clients in real time (you can try opening it in multiple browser tabs). In addition, it performs instant validation using Vue.js filters and triggers CSS transitions when adding/removing items. +> この例はデータ永続バックエンドとして [Firebase](https://www/firebase.com/) を使い、そしてクライアント間でリアルタイムに同期します(あなたは多数のブラウザタブで開いて試すことができます)。そのうえ、アイテムを追加する/削除するときは、Vue.js フィルタを使用し、瞬時にバリデーションを実行して、CSS トランジションのきっかけとなります。 - \ No newline at end of file + diff --git a/source/examples/grid-component.md b/source/examples/grid-component.md index f798e2b260..b6803b10cc 100644 --- a/source/examples/grid-component.md +++ b/source/examples/grid-component.md @@ -1,8 +1,8 @@ -title: Grid Component +title: グリッドコンポーネント type: examples order: 3 --- -> This is an example of creating a reusable grid component and using it with external data. +> これは再利用可能なグリッドコンポーネントを作成して外部データでそれを利用した例です。 - \ No newline at end of file + diff --git a/source/examples/hackernews.md b/source/examples/hackernews.md index 51506da205..2acffa2927 100644 --- a/source/examples/hackernews.md +++ b/source/examples/hackernews.md @@ -1,12 +1,12 @@ -title: HackerNews Clone +title: HackerNews クローン type: examples order: 8 --- -> This is a HackerNews clone built upon HN's official Firebase API, and using Browserify + Vueify for the build setup. +> これは Hackernews のオフィシャル Firebase API に基づいた Hackernews クローンで、ビルドセットアップ向けに Browserify + Vueify を使っています。
-> [[Source](https://github.com/yyx990803/vue-hackernews)] \ No newline at end of file +> [[Source](https://github.com/yyx990803/vue-hackernews)] diff --git a/source/examples/image-slider.md b/source/examples/image-slider.md index 99bb871617..78ad5e52c3 100644 --- a/source/examples/image-slider.md +++ b/source/examples/image-slider.md @@ -1,8 +1,8 @@ -title: Image Slider Component +title: イメージスライダーコンポーネント type: examples order: 6 --- -> This example mainly showcases the spec-compliant <content/> insertion points implementation. +> この例は、主に仕様に準拠する <content/> 挿入ポイント実装を紹介します。 - \ No newline at end of file + diff --git a/source/examples/index.md b/source/examples/index.md index 0b71d559c1..1d55e1c4ad 100644 --- a/source/examples/index.md +++ b/source/examples/index.md @@ -1,8 +1,8 @@ -title: Markdown Editor +title: Markdown エディタ type: examples order: 0 --- -> Dead simple Markdown editor. +> すごくシンプルな Markdown エディタ。 - \ No newline at end of file + diff --git a/source/examples/svg.md b/source/examples/svg.md index 24a603f2dd..1bc2d5e551 100644 --- a/source/examples/svg.md +++ b/source/examples/svg.md @@ -1,8 +1,8 @@ -title: SVG Graph +title: SVG グラフ type: examples order: 5 --- -> This example showcases a combination of custom component, computed property, two-way binding and SVG support. +> この例はカスタムコンポーネントの組み合わせ、computed property、双方向バインディング、そして SVG 対応を紹介します。 - \ No newline at end of file + diff --git a/source/examples/todomvc.md b/source/examples/todomvc.md index 555f624c78..e41e47c80c 100644 --- a/source/examples/todomvc.md +++ b/source/examples/todomvc.md @@ -3,8 +3,8 @@ type: examples order: 7 --- -> This is a fully spec-compliant TodoMVC implementation in under 120 effective lines of JavaScript (excluding comments and blank lines). +> これは Javascript の実質 120 行を切る(コメントと空行を除く)完全に仕様に準拠する TodoMVC 実装です。 -> [[Source](https://github.com/yyx990803/vue/tree/master/examples/todomvc)] \ No newline at end of file +> [[Source](https://github.com/yyx990803/vue/tree/master/examples/todomvc)] diff --git a/source/examples/tree-view.md b/source/examples/tree-view.md index 17a8d74baa..b83632e488 100644 --- a/source/examples/tree-view.md +++ b/source/examples/tree-view.md @@ -1,8 +1,8 @@ -title: Tree View +title: ツリー表示 type: examples order: 4 --- -> Example of a simple tree view implementation showcasing recursive usage of components. +> コンポーネントの再帰的な利用を紹介するシンプルなツリー表示実装の例。 - \ No newline at end of file +