Skip to content

Commit 7b7979d

Browse files
committed
docs(ja): update docs (#2376)
* chore(ja): pick up ref: vuejs/vue-router@485d57f * docs(ja): translate previous commit modified: docs-gitbook/ja/essentials/history-mode.md * docs(ja): translate advanced/transitions * docs(ja): pick up * docs(ja): translate previous commet ref: vuejs/vue-router@979d8ca * docs(ja): update essentials/dynamic-matching ref: vuejs/vue-router@6b2a384 * docs(ja): レビューコメントを反映 ref: vuejs/vue-router#2376 (comment) * docs(ja): fix typo * docs(ja): tweak translation
1 parent 086a684 commit 7b7979d

File tree

5 files changed

+8
-3
lines changed

5 files changed

+8
-3
lines changed

Diff for: docs-gitbook/ja/essentials/history-mode.md

+2
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ history モードを使用する時は、URL は "普通" に見えます e.g. `
3232
</IfModule>
3333
```
3434

35+
`mod_rewrite`の代わりに、[`FallbackResource`](https://httpd.apache.org/docs/2.2/mod/mod_dir.html#fallbackresource) も使用することができます。
36+
3537
#### nginx
3638

3739
```nginx

Diff for: docs/ja/api/README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -253,8 +253,9 @@ name ではないプロパティも描画されるコンポーネントに渡さ
253253
### fallback
254254

255255
- 型: `boolean`
256+
- デフォルト: `true`
256257

257-
ブラウザが `history.pushState` をサポートしないとき、 ルーターが `hash` モードにフォールバックかどうか制御します。デフォルトは `true`
258+
`history.pushState` がサポートされていないブラウザにおいて、モードが `history` に設定されているとき、ルーターを `hash` モードにフォールバックかどうか制御します。
258259

259260
これを `false` に設定すると、本質的に全ての `router-link` ナビゲーションが IE9 においてフルページリフレッシュになります。これは、サーバサイドレンダリングでハッシュモードの URL が機能しないため、IE9 で動作する必要がある場合に便利です。
260261

Diff for: docs/ja/guide/advanced/transitions.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</transition>
99
```
1010

11-
[`<transition>` についての全て](http://jp.vuejs.org/guide/transitions.html) はここでも動作します。
11+
[全てのトランジション API は](http://jp.vuejs.org/guide/transitions.html) はここでも動作します。
1212

1313
## ルート単位のトランジション
1414

Diff for: docs/ja/guide/essentials/dynamic-matching.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ const User = {
5353
}
5454
```
5555

56-
または、2.2 で導入された `beforeRouteUpdate` ガードを使用します:
56+
または、2.2 で導入された `beforeRouteUpdate` [ナビゲーションガード](../advanced/navigation-guards.html)を使用します:
5757

5858
``` js
5959
const User = {

Diff for: docs/ja/guide/essentials/history-mode.md

+2
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ history モードを使用する時は、URL は "普通" に見えます e.g. `
3232
</IfModule>
3333
```
3434

35+
`mod_rewrite`の代わりに、[`FallbackResource`](https://httpd.apache.org/docs/2.2/mod/mod_dir.html#fallbackresource) も使用することができます。
36+
3537
#### nginx
3638

3739
```nginx

0 commit comments

Comments
 (0)