Skip to content
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

docs: Translation Japanese #4934

Open
wants to merge 45 commits into
base: dev
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
b2b7d33
copy docs/ja/config/README.md
tiwuofficial Dec 4, 2019
9e8aacc
copy docs/ja/README.md
tiwuofficial Dec 4, 2019
930420e
copy docs/ja/core-plugins/babel.md
tiwuofficial Dec 4, 2019
506e7c1
copy docs/ja/core-plugins/README.md
tiwuofficial Dec 4, 2019
ef008d3
copy docs/ja/core-plugins/e2e-cypress.md
tiwuofficial Dec 5, 2019
1aa1984
copy docs/ja/core-plugins/e2e-nightwatch.md
tiwuofficial Dec 5, 2019
a85300b
copy docs/ja/core-plugins/eslint.md
tiwuofficial Dec 5, 2019
60e9789
copy docs/ja/core-plugins/pwa.md
tiwuofficial Dec 5, 2019
34512b0
copy docs/ja/core-plugins/router.md
tiwuofficial Dec 5, 2019
4f29567
copy docs/ja/core-plugins/typescript.md
tiwuofficial Dec 5, 2019
df3d8b6
copy docs/ja/core-plugins/unit-jest.md
tiwuofficial Dec 5, 2019
2c04e86
copy docs/ja/core-plugins/unit-mocha.md
tiwuofficial Dec 5, 2019
af1408f
copy docs/ja/core-plugins/vuex.md
tiwuofficial Dec 5, 2019
dde28df
copy docs/ja/dev-guide/generator-api.md
tiwuofficial Dec 5, 2019
87c2f32
copy docs/ja/dev-guide/plugin-api.md
tiwuofficial Dec 5, 2019
1c3d57f
copy docs/ja/dev-guide/plugin-dev.md
tiwuofficial Dec 6, 2019
0670cb0
copy docs/ja/dev-guide/ui-api.md
tiwuofficial Dec 6, 2019
8c0f57c
copy docs/ja/dev-guide/ui-info.md
tiwuofficial Dec 6, 2019
ffda3c0
copy docs/ja/dev-guide/ui-localization.md
tiwuofficial Dec 6, 2019
9de2ddb
copy docs/ja/guide/README.md
tiwuofficial Dec 6, 2019
b8bacb1
copy docs/ja/guide/browser-compatibility.md
tiwuofficial Dec 6, 2019
81a7ed5
copy docs/ja/guide/build-targets.md
tiwuofficial Dec 6, 2019
99114e1
copy docs/ja/guide/cli-service.md
tiwuofficial Dec 6, 2019
f558d1f
copy docs/ja/guide/creating-a-project.md
tiwuofficial Dec 6, 2019
4a0dd32
copy docs/ja/guide/css.md
tiwuofficial Dec 6, 2019
c48aafa
copy docs/ja/guide/deployment.md
tiwuofficial Dec 6, 2019
c57e63c
copy docs/ja/guide/html-and-static-assets.md
tiwuofficial Dec 6, 2019
e753088
copy docs/ja/guide/installation.md
tiwuofficial Dec 6, 2019
e09eaf5
copy docs/ja/guide/mode-and-env.md
tiwuofficial Dec 6, 2019
a3b7361
copy docs/ja/guide/plugins-and-presets.md
tiwuofficial Dec 6, 2019
e74403e
copy docs/ja/guide/prototyping.md
tiwuofficial Dec 6, 2019
9cc7469
copy docs/ja/guide/troubleshooting.md
tiwuofficial Dec 6, 2019
a787bd5
copy docs/ja/guide/webpack.md
tiwuofficial Dec 6, 2019
62e05a8
copy docs/ja/migrating-from-v3/README.md
tiwuofficial Dec 6, 2019
5bc4476
copy docs/.vuepress/config.js
tiwuofficial Dec 6, 2019
f822c12
translation from en into ja docs/.vuepress/config.js
tiwuofficial Dec 6, 2019
fa087c7
translation from en into ja docs/ja/README.md
tiwuofficial Dec 6, 2019
672849a
完全に構成可能 -> 設定可能
tiwuofficial Dec 10, 2019
bc67624
単一のVueファイル -> 単一ファイルコンポーネント
tiwuofficial Dec 10, 2019
3888872
将来の準備 -> 将来に向けて
tiwuofficial Dec 10, 2019
410a2b6
translation from en into ja docs/ja/core-plugins/README.md
tiwuofficial Dec 13, 2019
3028af4
Revert "translation from en into ja docs/ja/core-plugins/README.md"
tiwuofficial Dec 13, 2019
bd75e3e
translation from en into ja docs/ja/core-plugins/README.md
tiwuofficial Dec 13, 2019
1e8e701
translation from en into ja docs/ja/core-plugins/vuex.md
tiwuofficial Jan 8, 2020
7ed51a6
translation from en into ja docs/ja/core-plugins/router.md
tiwuofficial Jan 16, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
translation from en into ja docs/.vuepress/config.js
  • Loading branch information
tiwuofficial committed Dec 6, 2019
commit f822c12401ecff9fc49a123dacd2dbc46bdcd6c9
124 changes: 62 additions & 62 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ module.exports = {
title: 'Vue CLI',
description: '🛠️ Стандартный инструментарий для разработки на Vue.js'
},
'/': {
lang: 'en-US',
'/ja/': {
lang: 'ja',
title: 'Vue CLI',
description: '🛠️ Standard Tooling for Vue.js Development'
description: '🛠️ Vue.js 開発用の標準ツール'
},
},
head: [
Expand Down Expand Up @@ -48,9 +48,9 @@ module.exports = {
message: 'Доступно обновление контента',
buttonText: 'Обновить'
},
'/': {
message: "New content is available.",
buttonText: "Refresh"
'/ja/': {
message: "新しいコンテンツが利用可能です。",
buttonText: "更新"
},
}
}
Expand Down Expand Up @@ -338,106 +338,106 @@ module.exports = {
]
}
},
'/': {
label: 'English',
selectText: 'Languages',
lastUpdated: 'Last Updated',
editLinkText: 'Edit this page on GitHub',
'/ja/': {
label: '日本語',
selectText: '言語',
lastUpdated: '最終更新日',
editLinkText: 'GitHub でこのページを編集する',
nav: [
{
text: 'Guide',
link: '/guide/'
text: 'ガイド',
link: '/ja/guide/'
},
{
text: 'Config Reference',
link: '/config/'
text: '構成リファレンス',
link: '/ja/config/'
},
{
text: 'Plugin Dev Guide',
text: 'プラグイン開発ガイド',
items: [
{ text: 'Plugin Dev Guide', link: '/dev-guide/plugin-dev.md' },
{ text: 'UI Plugin Info', link: '/dev-guide/ui-info.md' },
{ text: 'UI Plugin API', link: '/dev-guide/ui-api.md' },
{ text: 'UI Localization', link: '/dev-guide/ui-localization.md' }
{ text: 'プラグイン開発ガイド', link: '/ja/dev-guide/plugin-dev.md' },
{ text: 'UI プラグイン情報', link: '/ja/dev-guide/ui-info.md' },
{ text: 'UI プラグイン API', link: '/ja/dev-guide/ui-api.md' },
{ text: 'UI ローカライズ', link: '/ja/dev-guide/ui-localization.md' }
]
},
{
text: 'Plugins',
text: 'プラグイン',
items: [
{ text: 'Core plugins', link: '/core-plugins/' },
{ text: 'Browse plugins', link: 'https://awesomejs.dev/for/vue-cli/' }
{ text: 'コアプラグイン', link: '/ja/core-plugins/' },
{ text: 'ブラウザプラグイン', link: 'https://awesomejs.dev/for/vue-cli/' }
]
},
{
text: 'Migrating From v3',
link: '/migrating-from-v3/'
text: 'v3からの移行',
link: '/ja/migrating-from-v3/'
},
{
text: 'Changelog',
text: '変更履歴',
link: 'https://github.com/vuejs/vue-cli/blob/dev/CHANGELOG.md'
}
],
sidebar: {
'/guide/': [
'/guide/',
'/guide/installation',
'/ja/guide/': [
'/ja/guide/',
'/ja/guide/installation',
{
title: 'Basics',
title: '基本',
collapsable: false,
children: [
'/guide/prototyping',
'/guide/creating-a-project',
'/guide/plugins-and-presets',
'/guide/cli-service'
'/ja/guide/prototyping',
'/ja/guide/creating-a-project',
'/ja/guide/plugins-and-presets',
'/ja/guide/cli-service'
]
},
{
title: 'Development',
title: '開発',
collapsable: false,
children: [
'/guide/browser-compatibility',
'/guide/html-and-static-assets',
'/guide/css',
'/guide/webpack',
'/guide/mode-and-env',
'/guide/build-targets',
'/guide/deployment',
'/guide/troubleshooting'
'/ja/guide/browser-compatibility',
'/ja/guide/html-and-static-assets',
'/ja/guide/css',
'/ja/guide/webpack',
'/ja/guide/mode-and-env',
'/ja/guide/build-targets',
'/ja/guide/deployment',
'/ja/guide/troubleshooting'
]
}
],
'/dev-guide/': [
'/dev-guide/plugin-dev.md',
'/ja/dev-guide/': [
'/ja/dev-guide/plugin-dev.md',
{
title: 'API reference',
title: 'API リファレンス',
collapsable: false,
children: [
'/dev-guide/plugin-api.md',
'/dev-guide/generator-api.md',
'/ja/dev-guide/plugin-api.md',
'/ja/dev-guide/generator-api.md',
]
},
{
title: 'UI Development',
title: 'UI 開発',
collapsable: false,
children: [
'/dev-guide/ui-info.md',
'/dev-guide/ui-api.md',
'/dev-guide/ui-localization.md'
'/ja/dev-guide/ui-info.md',
'/ja/dev-guide/ui-api.md',
'/ja/dev-guide/ui-localization.md'
]
}
],
'/core-plugins/': [{
title: 'Core Vue CLI Plugins',
'/ja/core-plugins/': [{
title: 'コア Vue CLI プラグイン',
collapsable: false,
children: [
'/core-plugins/babel.md',
'/core-plugins/typescript.md',
'/core-plugins/eslint.md',
'/core-plugins/pwa.md',
'/core-plugins/unit-jest.md',
'/core-plugins/unit-mocha.md',
'/core-plugins/e2e-cypress.md',
'/core-plugins/e2e-nightwatch.md'
'/ja/core-plugins/babel.md',
'/ja/core-plugins/typescript.md',
'/ja/core-plugins/eslint.md',
'/ja/core-plugins/pwa.md',
'/ja/core-plugins/unit-jest.md',
'/ja/core-plugins/unit-mocha.md',
'/ja/core-plugins/e2e-cypress.md',
'/ja/core-plugins/e2e-nightwatch.md'
]
}],
}
Expand Down