Skip to content

Commit

Permalink
i18n(ja): "Quick Start" Section (#3111)
Browse files Browse the repository at this point in the history
Co-authored-by: Tillmann <[email protected]>
Co-authored-by: Vitor Ayres <[email protected]>
Co-authored-by: Vitor Ayres <[email protected]>
Co-authored-by: pengin.nu <[email protected]>
  • Loading branch information
5 people authored Feb 25, 2025
1 parent 93118ad commit 00714d3
Show file tree
Hide file tree
Showing 19 changed files with 3,268 additions and 0 deletions.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ src/content/docs/learn/Security/using-plugin-permissions.mdx
src/content/docs/learn/Security/writing-plugin-permissions.mdx
src/content/docs/start/frontend/qwik.mdx
src/content/docs/zh-cn/start/frontend/qwik.mdx
src/content/docs/ja/start/frontend/qwik.mdx
src/content/docs/es/start/frontend/qwik.mdx
src/content/docs/learn/splashscreen.mdx
src/content/docs/security/http-headers.mdx
21 changes: 21 additions & 0 deletions src/content/docs/ja/404.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
title: '404'
template: doc
editUrl: false
tableOfContents: false
lastUpdated: false
pagefind: false
next: false
prev: false
hero:
title: '404'
tagline: お探しのページは見つかりません。URL を確認するか、検索バーから再検索してください。
---

<p>
検索上で問題がある場合には、<a href="https://github.com/tauri-apps/tauri-docs/issues/new/choose">GitHub 上でレポートの提出</a> または <a href="https://discord.com/invite/tauri">Discord での問題報告</a> を行なって下さい。
</p>

<div style="text-align: right;">
Doc-JP 2.00.00
</div>
180 changes: 180 additions & 0 deletions src/content/docs/ja/doc-JP Rev Control.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,180 @@
---
title: Tauri Doc 日本語版 改訂記録メモ <br> Memorundom on Doc-JP Rev Control
---

- Rev Status Control of Japanese Translation Documents <br> 日本語訳文書の改訂履歴メモ

## Basic Procedure of JP Translation(邦訳基本手順)

1. Use On-line Translation for the inital translation. <br>オンライン翻訳にて初期翻訳。
1. Checks on the auto-translation result. Inappropriate translations shall be corrected (such as "Tauri" - which is often translated as the name of the zodiac sign "the Bull"). <br>自動翻訳の内容確認。f不適切な訳語は修正(例えば「牡牛座」と訳された "Tauri" など)。
1. Products names, trade names and proper names such as Tauri, Windows, macOS etc. are shown as they are. <br>商品名、会社名、固有名詞などは、
そのまま英語表記とする(必要に応じて括弧書きで「読み」を表示)。
1. The technical terms shall be checked on the on-line terminology sites (Microsoft Terminology Search, etc.) <br>技術専門用語類は、オンライン用語検索サイト(マイクロソフト社等)に記載されている一般的なものを採用するが、カタカナ語に関しては適宜和語に置き換える倍もある。

## Rev Numbering System Configuration: x.xx.xx

Example Numbering(番号体系例): 2.00.01

- First Didit(最初の一桁)= Tauri Version: "2" --> Tauri 2.0(Tauri のバージョン)
- Middle Digits(中央の二桁)= English Doc Status: "00" --> EN Doc Status #00(英語版文書番号)
- Last Digits(最後の二桁) = JP Doc Status: "01" --> JP Doc Status #01(日本語文書番号)

For the details of EN/JP doc status, see the listing below: <br> 文書番号の詳細は以下のリストを参照して下さい。

**NOTE** This Rv Control number is for JP translation purpose only and does not necessarily represent the actuarl revision history of each document.<br>
**《注意》** この変更履歴番号は、日本語翻訳管理用であり、各文書の実際の変更履歴を反映しているものではありません。

## EN/JP Doc Status list(EN/JP 文書簡易比較表)

### Home/Quick Start

#### index.mdx

| EN Doc # | EN Doc Date | JP Doc # | JP Doc Date |
| :------: | :---------- | :------: | :---------- |
| **00** | 2025/01/01 | **00** | 2025/01/06 |

#### 404.md

| EN Doc # | EN Doc Date | JP Doc # | JP Doc Date |
| :------: | :---------- | :------: | :---------- |
| **00** | 2025/01/01 | **00** | 2025/01/06 |

#### rss.mdx

| EN Doc # | EN Doc Date | JP Doc # | JP Doc Date |
| :------: | :---------- | :------: | :---------- |
| **00** | 2025/01/01 | **00** | 2025/01/06 |

### Quick Start

#### start/index.mdx

| EN Doc # | EN Doc Date | JP Doc # | JP Doc Date |
| :------: | :---------- | :------: | :---------- |
| **00** | 2024/10/01 | **00** | 2025/01/06 |

#### start/prerequisites.mdx

| EN Doc # | EN Doc Date | JP Doc # | JP Doc Date |
| :------: | :---------- | :------: | :---------- |
| **00** | 2024/11/17 | **00** | 2025/01/07 |

#### start/create-project.mdx

| EN Doc # | EN Doc Date | JP Doc # | JP Doc Date |
| :------: | :---------- | :------: | :---------- |
| **00** | 2024/12/31 | **00** | 2025/01/07 |

#### frontend/index.mdx

| EN Doc # | EN Doc Date | JP Doc # | JP Doc Date |
| :------: | :---------- | :------: | :---------- |
| **00** | 2024/10/01 | **00** | 2025/01/07 |

#### frontend/leptos.mdx

| EN Doc # | EN Doc Date | JP Doc # | JP Doc Date |
| :------: | :---------- | :------: | :---------- |
| **00** | 2024/10/01 | **00** | 2025/01/07 |

#### frontend/nextjs.mdx

| EN Doc # | EN Doc Date | JP Doc # | JP Doc Date |
| :------: | :---------- | :------: | :---------- |
| **00** | 2024/11/01 | **00** | 2025/01/07 |

#### frontend/nuxt.mdx

| EN Doc # | EN Doc Date | JP Doc # | JP Doc Date |
| :------: | :---------- | :------: | :---------- |
| **00** | 2024/11/01 | **00** | 2025/01/07 |

#### frontend/qwik.mdx

| EN Doc # | EN Doc Date | JP Doc # | JP Doc Date |
| :------: | :---------- | :------: | :---------- |
| **00** | 2024/11/01 | **00** | 2025/01/07 |

#### frontend/sveltekit.

| EN Doc # | EN Doc Date | JP Doc # | JP Doc Date |
| :------: | :---------- | :------: | :---------- |
| **00** | 2024/11/01 | **00** | 2025/01/07 |

#### frontend/trunk.mdx

| EN Doc # | EN Doc Date | JP Doc # | JP Doc Date |
| :------: | :---------- | :------: | :---------- |
| **00** | 2024/10/01 | **00** | 2025/01/07 |

#### frontend/vite.mdx

| EN Doc # | EN Doc Date | JP Doc # | JP Doc Date |
| :------: | :---------- | :------: | :---------- |
| **00** | 2024/11/01 | **00** | 2025/01/07 |

#### migrate/index.mdx

| EN Doc # | EN Doc Date | JP Doc # | JP Doc Date |
| :------: | :---------- | :------: | :---------- |
| **00** | 2024/10/01 | **00** | 2025/01/08 |

#### migrate/from-tauri-1.mdx

| EN Doc # | EN Doc Date | JP Doc # | JP Doc Date |
| :------: | :---------- | :------: | :---------- |
| **00** | 2024/11/13 | **00** | 2025/01/08 |

#### migrate/from-tauri-2-beta.mdx

| EN Doc # | EN Doc Date | JP Doc # | JP Doc Date |
| :------: | :---------- | :------: | :---------- |
| **00** | 2024/10/06 | **00** | 2025/01/08 |

### Core Concepts

### concept/index.mdx

| EN Doc # | EN Doc Date | JP Doc # | JP Doc Date |
| :------: | :---------- | :------: | :---------- |
| **00** | 2024/10/01 | **00** | 2025/02/05 |

### concept/architecture.mdx

| EN Doc # | EN Doc Date | JP Doc # | JP Doc Date |
| :------: | :---------- | :------: | :---------- |
| **00** | 2024/11/11 | **00** | 2025/01/15 |

### concept/process-model.mdx

| EN Doc # | EN Doc Date | JP Doc # | JP Doc Date |
| :------: | :---------- | :------: | :---------- |
| **00** | 2024/10/01 | **00** | 2025/01/16 |

### concept/size.mdx

| EN Doc # | EN Doc Date | JP Doc # | JP Doc Date |
| :------: | :---------- | :------: | :---------- |
| **00** | 2024/10/01 | **00** | 2025/01/16 |

### concept/I-P-C/index.mdx

| EN Doc # | EN Doc Date | JP Doc # | JP Doc Date |
| :------: | :---------- | :------: | :---------- |
| **00** | 2024/11/27 | **00** | 2025/01/18 |

### concept/I-P-C/brownfield.md

| EN Doc # | EN Doc Date | JP Doc # | JP Doc Date |
| :------: | :---------- | :------: | :---------- |
| **00** | 2024/10/01 | **00** | 2025/01/18 |

### concept/I-P-C/isolation.md

| EN Doc # | EN Doc Date | JP Doc # | JP Doc Date |
| :------: | :---------- | :------: | :---------- |
| **00** | 2024/10/15 | **00** | 2025/01/27 |

Cont.
68 changes: 68 additions & 0 deletions src/content/docs/ja/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
---
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 ドキュメント
link: https://v1.tauri.app/ja/
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="フロントエンドは Web 技術" icon="rocket">
現在の Web 設定をそのまま Tauri
で利用する。あるいは夢のプロジェクトを新しく始める。 Tauri
はどのようなフロントエンド技術も利用できるので、現在の設定を変更する必要はありません。
</Card>
<Card title="クロスプラットフォーム対応" icon="rocket">
同じひとつのコードから、Linux 用、macOS 用、Windows 用、Android 用、それに
iOS 用の アプリをすべて構築できます。
</Card>
<Card title="プロセス間通信" icon="rocket">
フロントエンド部を JavaScript で、アプリケーション・ロジックを Rust
で作成し、 システムの奥深くで Swift と Kotlin を用いて統合します。
</Card>
<Card title="最大限の安全性" icon="rocket">
最優先事項と最大の革新を推進する Tauri チームの「第一原則」です。
</Card>
<Card title="アプリ軽量化" icon="rocket">
OS 独自のウェッブ・レンダリング・エンジンを利用することで、Tauri
アプリのプログラム・サイズは わずか「600 KB」ほどにもできます。
</Card>
<Card title="Rust で動作" icon="rocket">
「パフォーマンス」と「セキュリティ」をその中核に持つ Rust
は、次世代アプリ向けのプログラミング 言語です。
</Card>
</CardGrid>

<div style="text-align: right;">Doc-JP 2.00.00</div>
26 changes: 26 additions & 0 deletions src/content/docs/ja/rss.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
title: Tauri RSS フィード
i18nReady: true
---

import { LinkCard } from '@astrojs/starlight/components';

<LinkCard
title="すべての更新情報"
description="サイト全体の更新通知を受け取ります。"
href="/feed.xml"
/>

<LinkCard
title="ブログの更新情報"
description="最新のブログ投稿や記事を確認します。"
href="/blog/rss.xml"
/>

<LinkCard
title="ページの更新情報"
description="メインサイトの更新情報を受け取ります。"
href="/pages.xml"
/>

<div style="text-align: right;">Doc-JP 2.00.00</div>
Loading

0 comments on commit 00714d3

Please sign in to comment.