Skip to content

Commit 776070d

Browse files
authored
Add Japanese translations to Launch (#2292)
## Motivation for the change, related issues Part of #2202 Add Japanese translations to Launch
1 parent ccf2c82 commit 776070d

File tree

1 file changed

+96
-0
lines changed
  • packages/docs/site/i18n/ja/docusaurus-plugin-content-docs/current/main/about

1 file changed

+96
-0
lines changed
Lines changed: 96 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,96 @@
1+
---
2+
title: ローンチ
3+
slug: /about/launch
4+
---
5+
6+
# ローンチ
7+
8+
<!--
9+
# Launch
10+
-->
11+
12+
顧客やクライアントへのリーチをスピードアップ。製品を紹介したり、ユーザーにライブで試用してもらったり、リードタイムなしで App Store にリリースしたりできます。
13+
14+
<!--
15+
Reach your clients or customers faster. Showcase your product, let users try it live, or launch it in the App Store with zero lead time.
16+
-->
17+
18+
## インタラクティブな製品デモを Web サイトに埋め込みます。
19+
20+
<!--
21+
## Embed interactive product demos on websites.
22+
-->
23+
24+
[blueprints](/blueprints) のポテンシャルを活用して、プラグインやテーマのインタラクティブなデモを作成できます。例えば、カスタムプラグインとテーマの連携方法を示すリンクをユーザーやクライアントに提供し、機能や外観を効果的に見せることができます。
25+
26+
<!--
27+
Leverage [blueprints'](/blueprints) potential to create interactive demos of your plugins or themes. For example, you can provide a link to your users/clients to showcase how your custom plugin integrates with an adapted theme, demonstrating their combined functionality and appearance.
28+
-->
29+
30+
詳細については、[WordPress Playground をインタラクティブなデモに使用する方法](https://developer.wordpress.org/news/2024/04/25/how-to-use-wordpress-playground-for-interactive-demos/) をご覧ください。
31+
32+
<!--
33+
Read more about this at [How to use WordPress Playground for interactive demos](https://developer.wordpress.org/news/2024/04/25/how-to-use-wordpress-playground-for-interactive-demos/)
34+
-->
35+
36+
[ブループリント ギャラリー](https://github.com/WordPress/blueprints/blob/trunk/GALLERY.md) で、作成できるインタラクティブなデモの種類についてインスピレーションを得てください。
37+
38+
<!--
39+
Get inspiration about the type of interactive demos you can create at the [Blueprints Gallery](https://github.com/WordPress/blueprints/blob/trunk/GALLERY.md)
40+
-->
41+
42+
[ブループリント ビルダー](https://playground.wordpress.net/builder/builder.html) ツールを使用すると、ブループリントをオンラインで編集し、Playground インスタンスで直接実行できます。
43+
44+
<!--
45+
The [Blueprints builder](https://playground.wordpress.net/builder/builder.html) tool allows you edit your blueprint online and run it directly in a Playground instance.
46+
-->
47+
48+
<iframe width="800" src="https://www.youtube.com/embed/lQzozsoJ3aY" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
49+
50+
<p></p>
51+
52+
ブループリントを作成するのに便利なもう 1 つのツールは、[WordPress Playground ステップライブラリ](https://akirk.github.io/playground-step-library/#)です。このツールは、ステップをドラッグまたはクリックして WordPress Playground のブループリントを作成するためのビジュアルインターフェースを提供します。[独自のステップを作成](https://github.com/akirk/playground-step-library/#contributing)することもできます。
53+
54+
<!--
55+
Another handy tool to create a blueprint is the [WordPress Playground Step Library](https://akirk.github.io/playground-step-library/#) tool that provides a visual interface to drag or click the steps to create a blueprint for WordPress Playground. You can also [create your own steps](https://github.com/akirk/playground-step-library/#contributing)!
56+
-->
57+
58+
## WordPress Playground ブロックを使って投稿やページにデモを埋め込む
59+
60+
<!--
61+
## Embed demos in posts and pages with the WordPress Playground block
62+
-->
63+
64+
この [WordPress Playground ブロック](https://wordpress.org/plugins/interactive-code-block/)を使用すると、投稿やページに WordPress Playground を埋め込むことができます。また、インタラクティブなコードエディターを組み込むことで、WordPress プラグインの構築方法をデモンストレーションし、読者に教えることもできます。
65+
66+
<!--
67+
This [WordPress Playground block](https://wordpress.org/plugins/interactive-code-block/) allows you to embed WordPress Playground in your posts and pages. You can also include an interactive code editor to demonstrate and teach your readers how WordPress plugins are built.
68+
-->
69+
70+
このブロックを使用すると、ブログ投稿内に埋め込むことができるライブ WordPress 環境を簡単に効果的に作成できます。
71+
72+
<!--
73+
With this block you have a straightforward and effective way to create live WordPress environments that can be embedded within your blog posts.
74+
-->
75+
76+
:::info
77+
WordPress プレイグラウンド ブロックに関する問題や質問がある場合は、[playground-tools](https://github.com/WordPress/playground-tools) リポジトリで GitHub の問題を開いてください。
78+
:::
79+
80+
<!--
81+
:::info
82+
For any issues or questions about the WordPress Playground Block, please open a GitHub issue in the [playground-tools](https://github.com/WordPress/playground-tools) repository.
83+
:::
84+
-->
85+
86+
## WordPress を実行するネイティブ アプリを App Store に公開します。
87+
88+
<!--
89+
## Put a native app running WordPress in the App Store.
90+
-->
91+
92+
このユースケースの詳細については、[Playground 経由でネイティブ iOS アプリで実際の WordPress サイトを配布する方法](../guides/wordpress-native-ios-app) ガイドを確認してください。
93+
94+
<!--
95+
Check the [How to ship a real WordPress site in a native iOS app via Playground?](../guides/wordpress-native-ios-app) guide for info on this use case
96+
-->

0 commit comments

Comments
 (0)