Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

i18n(ja): japanese translate for top page #3168

Open
wants to merge 3 commits into
base: v2
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
63 changes: 63 additions & 0 deletions src/content/docs/jp/index.mdx
Original file line number Diff line number Diff line change
@@ -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';

<div class="hero-bg">
<div class="bg-logo"></div>
<div class="bg-grad"></div>
<div class="bg-grad-red"></div>
</div>

<div class="lp-cta-card">
<Card title="プロジェクトを作る" icon="rocket">
<Cta />
</Card>
</div>

<CardGrid>
<Card title="フロントエンドの互換性" icon="rocket">
既存の技術スタックを持ち込むことも、新しいプロジェクトを始めることもできます。
Tauri は、あらゆるフロントエンドフレームワークをサポートしているので、既存の技術スタックを変更する必要はありません。
</Card>
<Card title="クロスプラットフォーム" icon="rocket">
Linux, macOS, Windows, Android, iOS に向けて、すべて共通のコードからアプリケーションをビルドできます。
</Card>
<Card title="プロセス間通信" icon="rocket">
JavaScript でフロントエンドを記述し、Rust でアプリケーションロジックを記述できます。
また、 Swift と Kotlin により OS のより深い機能と統合できます。
</Card>
<Card title="セキュリティ" icon="rocket">
セキュリティは、Tauri チームの最重要課題であり、イノベーションを牽引する最大の原動力です。
</Card>
<Card title="小さなバイナリ" icon="rocket">
OS の組み込みブラウザを利用することで、
Tauri によるアプリケーションは 600KB を切る小さいバイナリを実現します。
</Card>
<Card title="Rust での開発" icon="rocket">
パフォーマンスとセキュリティを中心に据えた Rust は、次世代のアプリケーションのための言語です。
</Card>
</CardGrid>