Skip to content

Commit 0dc761e

Browse files
committed
Merge pull request #5 from kazupon/translate/examples
Translate examples
2 parents 437bdff + f9735b2 commit 0dc761e

File tree

9 files changed

+26
-26
lines changed

9 files changed

+26
-26
lines changed

source/examples/commits.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
title: GitHub Commits
1+
title: GitHub コミット
22
type: examples
33
order: 1
44
---
55

6-
> 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.
6+
> この例は最新の Vue.js コミットデータを Github API から取得し、そしてそれらをリストとして表示します。あなたは master ブランチと dev ブランチ間を切り替えることができます。
77
8-
<iframe width="100%" height="500" src="http://jsfiddle.net/yyx990803/wd64qs6f/embedded/result,html,js,css" allowfullscreen="allowfullscreen" frameborder="0"></iframe>
8+
<iframe width="100%" height="500" src="http://jsfiddle.net/yyx990803/wd64qs6f/embedded/result,html,js,css" allowfullscreen="allowfullscreen" frameborder="0"></iframe>

source/examples/firebase.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
title: Firebase + Validation
1+
title: Firebase + バリデーション
22
type: examples
33
order: 2
44
---
55

6-
> 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.
6+
> この例はデータ永続バックエンドとして [Firebase](https://www/firebase.com/) を使い、そしてクライアント間でリアルタイムに同期します(あなたは多数のブラウザタブで開いて試すことができます)。そのうえ、アイテムを追加する/削除するときは、Vue.js フィルタを使用し、瞬時にバリデーションを実行して、CSS トランジションのきっかけとなります。
77
8-
<iframe width="100%" height="500" src="http://jsfiddle.net/yyx990803/2ok0hp6c/embedded/result,html,js,css" allowfullscreen="allowfullscreen" frameborder="0"></iframe>
8+
<iframe width="100%" height="500" src="http://jsfiddle.net/yyx990803/2ok0hp6c/embedded/result,html,js,css" allowfullscreen="allowfullscreen" frameborder="0"></iframe>

source/examples/grid-component.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
title: Grid Component
1+
title: グリッドコンポーネント
22
type: examples
33
order: 3
44
---
55

6-
> This is an example of creating a reusable grid component and using it with external data.
6+
> これは再利用可能なグリッドコンポーネントを作成して外部データでそれを利用した例です。
77
8-
<iframe width="100%" height="500" src="http://jsfiddle.net/yyx990803/2kqzhhq4/embedded/result,html,js,css" allowfullscreen="allowfullscreen" frameborder="0"></iframe>
8+
<iframe width="100%" height="500" src="http://jsfiddle.net/yyx990803/2kqzhhq4/embedded/result,html,js,css" allowfullscreen="allowfullscreen" frameborder="0"></iframe>

source/examples/hackernews.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
title: HackerNews Clone
1+
title: HackerNews クローン
22
type: examples
33
order: 8
44
---
55

6-
> This is a HackerNews clone built upon HN's official Firebase API, and using Browserify + Vueify for the build setup.
6+
> これは Hackernews のオフィシャル Firebase API に基づいた Hackernews クローンで、ビルドセットアップ向けに Browserify + Vueify を使っています。
77
88
<div style="max-width:600px">
99
<a href="http://yyx990803.github.io/vue-hackernews" target="_blank"><img style="width:100%" src="/images/hn.png"></a>
1010
</div>
1111

12-
> [[Source](https://github.com/yyx990803/vue-hackernews)]
12+
> [[Source](https://github.com/yyx990803/vue-hackernews)]

source/examples/image-slider.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
title: Image Slider Component
1+
title: イメージスライダーコンポーネント
22
type: examples
33
order: 6
44
---
55

6-
> This example mainly showcases the spec-compliant &lt;content/&gt; insertion points implementation.
6+
> この例は、主に仕様に準拠する &lt;content/&gt; 挿入ポイント実装を紹介します。
77
8-
<iframe width="100%" height="500" src="http://jsfiddle.net/yyx990803/qnbmymfm/embedded/result,html,js,css" allowfullscreen="allowfullscreen" frameborder="0"></iframe>
8+
<iframe width="100%" height="500" src="http://jsfiddle.net/yyx990803/qnbmymfm/embedded/result,html,js,css" allowfullscreen="allowfullscreen" frameborder="0"></iframe>

source/examples/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
title: Markdown Editor
1+
title: Markdown エディタ
22
type: examples
33
order: 0
44
---
55

6-
> Dead simple Markdown editor.
6+
> すごくシンプルな Markdown エディタ。
77
8-
<iframe width="100%" height="500" src="http://jsfiddle.net/yyx990803/wy2qf6yx/embedded/result,html,js,css" allowfullscreen="allowfullscreen" frameborder="0"></iframe>
8+
<iframe width="100%" height="500" src="http://jsfiddle.net/yyx990803/wy2qf6yx/embedded/result,html,js,css" allowfullscreen="allowfullscreen" frameborder="0"></iframe>

source/examples/svg.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
title: SVG Graph
1+
title: SVG グラフ
22
type: examples
33
order: 5
44
---
55

6-
> This example showcases a combination of custom component, computed property, two-way binding and SVG support.
6+
> この例はカスタムコンポーネントの組み合わせ、computed property、双方向バインディング、そして SVG 対応を紹介します。
77
8-
<iframe width="100%" height="500" src="http://jsfiddle.net/yyx990803/36ew1g5c/embedded/result,html,js,css" allowfullscreen="allowfullscreen" frameborder="0"></iframe>
8+
<iframe width="100%" height="500" src="http://jsfiddle.net/yyx990803/36ew1g5c/embedded/result,html,js,css" allowfullscreen="allowfullscreen" frameborder="0"></iframe>

source/examples/todomvc.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ type: examples
33
order: 7
44
---
55

6-
> This is a fully spec-compliant TodoMVC implementation in under 120 effective lines of JavaScript (excluding comments and blank lines).
6+
> これは Javascript の実質 120 行を切る(コメントと空行を除く)完全に仕様に準拠する TodoMVC 実装です。
77
88
<iframe width="100%" height="500" src="todomvc/index.html" allowfullscreen="allowfullscreen" frameborder="0"></iframe>
99

10-
> [[Source](https://github.com/yyx990803/vue/tree/master/examples/todomvc)]
10+
> [[Source](https://github.com/yyx990803/vue/tree/master/examples/todomvc)]

source/examples/tree-view.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
title: Tree View
1+
title: ツリー表示
22
type: examples
33
order: 4
44
---
55

6-
> Example of a simple tree view implementation showcasing recursive usage of components.
6+
> コンポーネントの再帰的な利用を紹介するシンプルなツリー表示実装の例。
77
8-
<iframe width="100%" height="500" src="http://jsfiddle.net/yyx990803/2e53p4wq/embedded/result,html,js,css" allowfullscreen="allowfullscreen" frameborder="0"></iframe>
8+
<iframe width="100%" height="500" src="http://jsfiddle.net/yyx990803/2e53p4wq/embedded/result,html,js,css" allowfullscreen="allowfullscreen" frameborder="0"></iframe>

0 commit comments

Comments
 (0)