From 0f81a6bf323234ee195c1ebe02464676c2f66add Mon Sep 17 00:00:00 2001
From: "pengin.nu" <37444014+penginnu@users.noreply.github.com>
Date: Tue, 11 Feb 2025 19:57:14 +0900
Subject: [PATCH 1/2] i18n(ja): translate index.mdx
---
src/content/docs/jp/index.mdx | 63 +++++++++++++++++++++++++++++++++++
1 file changed, 63 insertions(+)
create mode 100644 src/content/docs/jp/index.mdx
diff --git a/src/content/docs/jp/index.mdx b/src/content/docs/jp/index.mdx
new file mode 100644
index 0000000000..c459706185
--- /dev/null
+++ b/src/content/docs/jp/index.mdx
@@ -0,0 +1,63 @@
+---
+title: Tauri 2.0
+description: クロスプラットフォームアプリケーションのためのツールキット
+i18nReady: true
+editUrl: false
+lastUpdated: false
+template: splash
+tableOfContents: false
+prev: false
+next: false
+hero:
+ tagline: 小さく、速く、安全なクロスプラットフォームアプリケーションを構築する
+ image:
+ file: ../../../assets/logo-outline.svg
+ actions:
+ - text: はじめに
+ link: /ja/start/
+ icon: right-arrow
+ variant: primary
+ - text: Tauri 1.0 ドキュメント (en)
+ link: https://v1.tauri.app
+ icon: external
+ variant: minimal
+---
+
+import { Card, CardGrid, LinkCard } from '@astrojs/starlight/components';
+import Cta from '@fragments/cta.mdx';
+
+
+
+
+
+
+
+
+
+
+
+ 既存の技術スタックを持ち込むことも、新しいプロジェクトを始めることもできます。
+ Tauri は、あらゆるフロントエンドフレームワークをサポートしているので、既存の技術スタックを変更する必要はありません。
+
+
+ 共通のコードから Linux, macOS, Windows, Android, iOS に向けてアプリケーションをビルドできます。
+
+
+ JavaScript でフロントエンドを記述し、Rust でアプリケーションロジックを記述できます。
+ また、 Swift と Kotlin により OS のより深い機能と統合できます。
+
+
+ セキュリティは、Tauri チームの最重要課題であり、イノベーションを牽引する最大の原動力です。
+
+
+ OS の組み込みブラウザを利用することで、
+ Tauri によるアプリケーションは 600KB を切る小さいバイナリを実現します。
+
+
+ パフォーマンスとセキュリティを中心に据えた Rust は、次世代のアプリケーションのための言語です。
+
+
From bf5d93972c74273d744e1d006922a331ef43ea25 Mon Sep 17 00:00:00 2001
From: "pengin.nu" <37444014+penginnu@users.noreply.github.com>
Date: Tue, 11 Feb 2025 20:30:42 +0900
Subject: [PATCH 2/2] i18n(ja): update translation
---
src/content/docs/jp/index.mdx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/content/docs/jp/index.mdx b/src/content/docs/jp/index.mdx
index c459706185..6045f4ec0c 100644
--- a/src/content/docs/jp/index.mdx
+++ b/src/content/docs/jp/index.mdx
@@ -44,7 +44,7 @@ import Cta from '@fragments/cta.mdx';
Tauri は、あらゆるフロントエンドフレームワークをサポートしているので、既存の技術スタックを変更する必要はありません。
- 共通のコードから Linux, macOS, Windows, Android, iOS に向けてアプリケーションをビルドできます。
+ Linux, macOS, Windows, Android, iOS に向けて、すべて共通のコードからアプリケーションをビルドできます。
JavaScript でフロントエンドを記述し、Rust でアプリケーションロジックを記述できます。