Prio | Original string | Translation | — |
---|---|---|---|
Once you've installed and activated the plugin, <a href="http://v2.wp-api.org/">check out the documentation</a> for details on your newly available endpoints. | このプラグインをインストールして有効化したら、新しく使用可能なエンドポイントの詳細については、 <a href="http://v2.wp-api.org/">このドキュメント</a>をチェックすること。 | Details | |
Original waiting
Once you've installed and activated the plugin, <a href="http://v2.wp-api.org/">check out the documentation</a> for details on your newly available endpoints.
You have to log in to edit this translation. Meta |
|||
Install the WP REST API via the plugin directory, or by uploading the files manually to your server. | WP REST API をインストールするには、プラグインディレクトリからか、あるいは、ファイルを手動でサーバーにアップロードします。 | Details | |
Original waiting
Install the WP REST API via the plugin directory, or by uploading the files manually to your server.
CommentFound in installation paragraph. You have to log in to edit this translation. Meta |
|||
For full-flavoured API support, you'll need to be using pretty permalinks to use the plugin, as it uses custom rewrite rules to power the API. | 完全な風味のAPIサポートを享受するには、"pretty"パーマリンクを用いてこのプラグインを使用しつつ、一方でAPIを活用するためにカスタムリライトルールを使用する。 | Details | |
Original waiting
For full-flavoured API support, you'll need to be using pretty permalinks to use the plugin, as it uses custom rewrite rules to power the API.
CommentFound in installation paragraph. You have to log in to edit this translation. Meta |
|||
All tickets for the project are being tracked on <a href="https://github.com/WP-API/WP-API">GitHub</a>. You can also take a look at the <a href="http://make.wp-api.org/">recent updates</a> for the project. | このプロジェクトの全てのチケットは、 <a href="https://github.com/WP-API/WP-API">GitHub</a> でトラックしています。また、 このプロジェクトの<a href="http://make.wp-api.org/">最近の更新</a>についてみることも出来ます。 | Details | |
Original waiting
All tickets for the project are being tracked on <a href="https://github.com/WP-API/WP-API">GitHub</a>. You can also take a look at the <a href="http://make.wp-api.org/">recent updates</a> for the project.
CommentFound in description paragraph. You have to log in to edit this translation. Meta |
|||
Check out <a href="http://v2.wp-api.org/">our documentation</a> for information on what's available in the API and how to use it. We've also got documentation on extending the API with extra data for plugin and theme developers! | 私たちの<a href="http://v2.wp-api.org/">ドキュメント</a>を参照して、このAPIで何が利用できて、それをどう使うかについての情報をチェックしてください。 さらに、プラグインやテーマの開発者のために、追加のデータを扱うためのAPIの拡張についてのドキュメントも用意しています! | Details | |
Original waiting
Check out <a href="http://v2.wp-api.org/">our documentation</a> for information on what's available in the API and how to use it. We've also got documentation on extending the API with extra data for plugin and theme developers!
CommentFound in description paragraph. You have to log in to edit this translation. Meta |
|||
The REST API also includes an easy-to-use JavaScript API based on Backbone models, allowing plugin and theme developers to get up and running without needing to know anything about the details of getting connected. | REST API はまた、Backboneのモデルをベースとする使いやすい JavaScript API を備えていて、そのおかげで、プラグインやテーマの開発者は、接続させるための詳細を何も知る必要なく、立ち上げて実行できます。 | Details | |
Original waiting
The REST API also includes an easy-to-use JavaScript API based on Backbone models, allowing plugin and theme developers to get up and running without needing to know anything about the details of getting connected.
CommentFound in description paragraph. You have to log in to edit this translation. Meta |
|||
The WordPress REST API exposes a simple yet easy interface to WP Query, the posts API, post meta API, users API, revisions API and many more. Chances are, if you can do it with WordPress, the API will let you do it. | WordPress REST API は、シンプルな一方で使いやすいインターフェースを WP Query, the posts API, post meta API, users API, revisions API 等に付加する。 おそらく、自分で WordPress を使ってそう出来るなら、 REST API はそうさせてくれるだろう。 | Details | |
Original waiting
The WordPress REST API exposes a simple yet easy interface to WP Query, the posts API, post meta API, users API, revisions API and many more. Chances are, if you can do it with WordPress, the API will let you do it.
CommentFound in description paragraph. You have to log in to edit this translation. Meta |
|||
Want to get your site's posts? Simply send a <code>GET</code> request to <code>/wp-json/wp/v2/posts</code>. Update user with ID 4? Send a <code>PUT</code> request to <code>/wp-json/wp/v2/users/4</code>. Get all posts with the search term "awesome"? <code>GET /wp-json/wp/v2/posts?filter[s]=awesome</code>. It's that easy. | 自分のサイトの投稿を表示したい? ただ <code>GET</code> を <code>/wp-json/wp/v2/posts</code> 宛に送信するだけです。 ID 4 のユーザーを更新したい? ただ<code>PUT</code> を <code>/wp-json/wp/v2/users/4</code> に送信するだけです。 "awesome" という語を含む全ての投稿を取得したい? <code>GET /wp-json/wp/v2/posts?filter[s]=awesome</code>。 こんなに簡単です。 | Details | |
Original waiting
Want to get your site's posts? Simply send a <code>GET</code> request to <code>/wp-json/wp/v2/posts</code>. Update user with ID 4? Send a <code>PUT</code> request to <code>/wp-json/wp/v2/users/4</code>. Get all posts with the search term "awesome"? <code>GET /wp-json/wp/v2/posts?filter[s]=awesome</code>. It's that easy.
CommentFound in description paragraph. You have to log in to edit this translation. Meta |
Export as
Comment
Found in installation paragraph.