Skip to content

Commit 6e28e03

Browse files
committed
docs: translate guide > mobile
1 parent 21c4d4f commit 6e28e03

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

src/guide/mobile.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
1-
# Mobile
1+
# モバイル
22

3-
## Introduction
3+
## はじめに
44

5-
While Vue.js does not natively support mobile app development, there are a number of solutions for creating native iOS and Android apps with Vue.js.
5+
Vue.js は、ネイティブにはモバイルアプリの開発をサポートしていませんが、 Vue.js で iOS Android のネイティブアプリを作成するための解決策はたくさんあります。
66

7-
## Hybrid-App Development
7+
## ハイブリッドアプリの開発
88

99
### Capacitor
1010

11-
[Capacitor](https://capacitorjs.com/) is a project from the [Ionic Team](https://ionic.io/) that allows developers to build native iOS, Android, and PWA apps with a single codebase by providing an API that can be run across multiple platforms.
11+
[Capacitor](https://capacitorjs.com/) は、 [Ionic Team](https://ionic.io/) のプロジェクトです。複数のプラットフォームで動作可能な API を提供することで、開発者が単一のコードベースで iOSAndroidPWA のネイティブアプリを構築できるようにするものです。
1212

13-
**Resources**
13+
**リソース**
1414

15-
- [Capacitor + Vue.js Guide](https://capacitorjs.com/solution/vue)
15+
- [Capacitor + Vue.js ガイド](https://capacitorjs.com/solution/vue)
1616

1717
### NativeScript
1818

19-
[NativeScript](https://www.nativescript.org) powers cross-platform (truly native) mobile apps, using the web skills you already know. Combined they are a fantastic pair for developing immersive mobile experiences.
19+
[NativeScript](https://www.nativescript.org) は、あなたのすでに知っているウェブスキルを使って、クロスプラットフォームの (真にネイティブな) モバイルアプリを開発します。これらを組み合わせることで、没入感のあるモバイル体験を開発するための素晴らしいペアになります。
2020

21-
**Resources**
21+
**リソース**
2222

23-
- [NativeScript + Vue.js Guide](https://nativescript.org/vue/)
23+
- [NativeScript + Vue.js ガイド](https://nativescript.org/vue/)

0 commit comments

Comments
 (0)