Skip to content

Commit bc9d8c6

Browse files
committed
translate(ja): translate about deployment
1 parent 93f2987 commit bc9d8c6

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

docs/deployment/app-store.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ import Tabs from '@theme/Tabs';
77
import TabItem from '@theme/TabItem';
88

99
<head>
10-
<title>iOS App Storeでのリリース: Apple App Store Deployment for Ionic</title>
10+
<title>iOS App Storeでのリリース: Ionic向けApple App Storeデプロイメント</title>
1111
<meta
1212
name="description"
13-
content="Review the requirements to publish an Ionic app to the Apple iOS App Store. Learn to generate a release build and other necessary steps for deployment."
13+
content="IonicアプリをApple iOS App Storeに公開するための要件を確認します。リリースビルドの生成方法とその他のデプロイメントに必要な手順を学びます。"
1414
/>
1515
</head>
1616

@@ -36,7 +36,7 @@ iOS プラットフォームがまだ追加されていない場合は、必ず
3636
ionic cap add ios
3737
```
3838

39-
With the platform added, run the build command with the `--prod` flag:
39+
プラットフォームが追加されたら、`--prod`フラグを付けてビルドコマンドを実行します:
4040

4141
```shell
4242
ionic build --prod

docs/deployment/desktop-app.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ sidebar_label: Electronデスクトップアプリ
44
---
55

66
<head>
7-
<title>WindowsとmacOS App Storesのためにデスクトップアプリとしてビルド</title>
7+
<title>WindowsとmacOS App Stores向けにデスクトップアプリとしてビルド</title>
88
<meta
99
name="description"
10-
content="Building an Ionic desktop application for Windows and macOS app stores lets you reuse 100% of your code. Learn more about deploying a desktop app with Ionic."
10+
content="WindowsとmacOSアプリストア向けにIonicデスクトップアプリケーションを構築すると、コードを100%再利用できます。Ionicでデスクトップアプリをデプロイする方法について詳しく学びます。"
1111
/>
1212
</head>
1313

@@ -32,8 +32,8 @@ Electron チームは、macOS 用のアプリを公開する方法について
3232

3333
Windows アプリをストアでアプリを公開するには、2 つの厳しい要件があります。
3434

35-
- Windows 10 with Anniversary Update (released August 2nd, 2016)
36-
- The Windows 10 SDK, [download here](https://developer.microsoft.com/en-us/windows/downloads/windows-10-sdk)
35+
- Anniversary Update付きWindows 10(2016年8月2日リリース)
36+
- Windows 10 SDK[こちらからダウンロード](https://developer.microsoft.com/en-us/windows/downloads/windows-10-sdk)
3737
- Node
3838
- electron-windows-store CLI
3939

docs/deployment/play-store.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ sidebar_label: Android Play Store
44
---
55

66
<head>
7-
<title>Android Play Storeでのリリース: Publish Your Ionic Apps</title>
7+
<title>Android Play Storeでのリリース: Ionicアプリを公開</title>
88
<meta
99
name="description"
10-
content="Ionic documentation for Android Play Store app deployment. Read about how to generate a release build and publish your Ionic apps to the Google Play Store."
10+
content="Android Play Storeアプリデプロイメント用のIonicドキュメント。リリースビルドの生成方法とIonicアプリをGoogle Play Storeに公開する方法を読んでください。"
1111
/>
1212
</head>
1313

docs/deployment/progressive-web-app.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import DocsCards from '@components/global/DocsCards';
1010
<title>Progressive Web Applicationへのデプロイ</title>
1111
<meta
1212
name="description"
13-
content="Ionic Applications are built with web technologies that run just as well as a Progressive Web App as they do a native app. Learn how to deploy a PWA with Ionic."
13+
content="IonicアプリケーションはWeb技術で構築されており、ネイティブアプリと同様にProgressive Web Appとしても動作します。IonicでPWAをデプロイする方法を学びます。"
1414
/>
1515
</head>
1616

@@ -20,12 +20,12 @@ Ionic が対応しているフレームワークについては、専用のガ
2020

2121
<DocsCards>
2222
<DocsCard header="Angular" href="../angular/pwa" img="/img/frameworks/angular.svg">
23-
Get started with progressive web apps in Angular.
23+
AngularでProgressive Web Appを始めましょう。
2424
</DocsCard>
2525
<DocsCard header="React" href="../react/pwa" img="/img/frameworks/react.svg">
26-
Get started with progressive web apps in React.
26+
ReactでProgressive Web Appを始めましょう。
2727
</DocsCard>
2828
<DocsCard header="Vue" href="../vue/pwa" img="/img/frameworks/vue.svg">
29-
Get started with progressive web apps in Vue.
29+
VueでProgressive Web Appを始めましょう。
3030
</DocsCard>
3131
</DocsCards>

0 commit comments

Comments
 (0)