From 9393797e80a57f1ac3281493957df931e3a2fa74 Mon Sep 17 00:00:00 2001
From: Flizzy <52878239+flizeee@users.noreply.github.com>
Date: Thu, 6 Jun 2024 18:53:45 +0800
Subject: [PATCH] feat: Add Traditional Chinese README
---
README.jp.md | 2 +-
README.md | 2 +-
README.zh.md | 64 ++++++++++++++++++++++++++++++++++++++++++++++++++++
3 files changed, 66 insertions(+), 2 deletions(-)
create mode 100644 README.zh.md
diff --git a/README.jp.md b/README.jp.md
index 8c39521b..1783edc8 100644
--- a/README.jp.md
+++ b/README.jp.md
@@ -6,7 +6,7 @@
[](https://github.com/misyaguziya/VRCT/blob/master/LICENSE)
[](https://misyaguziya.booth.pm/items/5155325)
-| [English](./README.md) | **日本語** | [한국어](./README.kr.md) |
+| [English](./README.md) | **日本語** | [한국어](./README.kr.md) | [正體中文](./README.zh.md) |
VRCTは翻訳や文字起こしでVRChatの会話をサポートするソフトウェアです。
diff --git a/README.md b/README.md
index e9d55391..bfb5a3ed 100644
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@
[](https://github.com/misyaguziya/VRCT/blob/master/LICENSE)
[](https://misyaguziya.booth.pm/items/5155325)
-| **English** | [日本語](./README.jp.md) | [한국어](./README.kr.md) |
+| **English** | [日本語](./README.jp.md) | [한국어](./README.kr.md) | [正體中文](./README.zh.md) |
VRCT is software that supports VRChat conversations with translation and transcription.
diff --git a/README.zh.md b/README.zh.md
new file mode 100644
index 00000000..61d539d8
--- /dev/null
+++ b/README.zh.md
@@ -0,0 +1,64 @@
+
+
+
+[](https://github.com/misyaguziya/VRCT/releases)
+[](https://github.com/misyaguziya/VRCT/releases)
+[](https://github.com/misyaguziya/VRCT/blob/master/LICENSE)
+[](https://misyaguziya.booth.pm/items/5155325)
+
+| [English](./README.md) | [日本語](./README.jp.md) | [한국어](./README.kr.md) | **正體中文** |
+
+
+VRCT 是一個支援 VRChat 對話翻譯和紀錄的軟體。
+
+
+
+
+
+
+# 下載 & 安裝
+你可以從這些地方下載 VRCT:
+- [Github.com](https://github.com/misyaguziya/VRCT/releases/)
+- [BOOTH.pm](https://misyaguziya.booth.pm/items/5155325)
+
+你只需要下載並啟動 exe 文件。
+
+# 什麼是 VRCT?
+VRCT 是一種透過提供聊天或語音翻譯來幫助語言不通的人對話的軟體。
+這些功能專為在 VRChat 中使用而設計,但你也可以拿來看電影。
+
+VRCT 可以:
+- 💬 **傳送訊息至遊戲內 Chatbox**
+- 🌐 **自動翻譯**
+- 🎙 **麥克風轉文字**
+- 🔈 **喇叭轉文字**
+
+# 文件
+解釋了初始設定、基本功能以及其他功能。
+- [文件(日語)](https://mzsoftware.notion.site/VRCT-Documents-be79b7a165f64442ad8f326d86c22246?pvs=4)
+
+# YouTube 教學(日語、英文字幕)
+
+
+[](https://www.youtube.com/watch?v=rUTad037n8Q)
+
+
+
+# 原始碼啟動
+1. 安裝此版本的 Python。
+ `python version 3.11.5`
+2. 安裝 package 並啟動 main.py。
+ ```bash
+ ./install.bat
+ python main.py
+ ```
+
+## 作者
+- [みしゃ(misyaguzi)](https://github.com/misyaguziya) (主要開發)
+- [しいな(Shiina_12siy)](https://twitter.com/Shiina_12siy) (UI/UX, UI 多語系支援)
+- [レラ](https://github.com/soumt-r) (韓語翻譯)
+- [どね](https://twitter.com/done_vrc) (Logo 設計)
+
+---
+
+VRCT 未得到 VRChat 的認可,也不反映 VRChat 或正式參與製作或管理 VRChat 財產的任何人的觀點或意見。VRChat 和所有相關財產均為 VRChat Inc. 的商標或註冊商標。
\ No newline at end of file