[Update] zh->zh-Hant 正體中文->繁體中文

This commit is contained in:
Sakamoto Shiina
2024-06-13 18:04:48 +09:00
parent 9393797e80
commit d94fc06236
5 changed files with 16 additions and 16 deletions

View File

@@ -6,7 +6,7 @@
[![Licence](https://img.shields.io/github/license/misyaguziya/VRCT)](https://github.com/misyaguziya/VRCT/blob/master/LICENSE)
[![Booth](https://img.shields.io/badge/Store-Booth.pm-red)](https://misyaguziya.booth.pm/items/5155325)
| [English](./README.md) | **日本語** | [한국어](./README.kr.md) | [體中文](./README.zh.md) |
| [English](./README.md) | **日本語** | [한국어](./README.kr.md) | [體中文](./README.zh-Hant.md) |
<h3>
VRCTは翻訳や文字起こしでVRChatの会話をサポートするソフトウェアです。
@@ -24,8 +24,8 @@ VRCTは翻訳や文字起こしでVRChatの会話をサポートするソフト
ダウンロードしてexeを起動するだけです。
# VRCTってなに
VRCTは話す言語の異なる人同士が会話を行うためにチャットもしくは音声の翻訳を行うことで会話をサポートするソフトウェアです。
これらの機能はVRChat内で使用するために設計されています。
VRCTは話す言語の異なる人同士が会話を行うためにチャットもしくは音声の翻訳を行うことで会話をサポートするソフトウェアです。
これらの機能はVRChat内で使用するために設計されています。
※サポート対象外ですがその他の用途として映画鑑賞等でも使用されています。
VRCTはあなたの会話を以下でサポートをします。
@@ -35,7 +35,7 @@ VRCTはあなたの会話を以下でサポートをします。
- 🔈 **スピーカーの文字起こし機能**
# ドキュメント
初期設定や基本機能、その他の機能についても記載してあります。
初期設定や基本機能、その他の機能についても記載してあります。
- [Documents Link](https://mzsoftware.notion.site/VRCT-Documents-be79b7a165f64442ad8f326d86c22246?pvs=4)
# 使い方(Youtube)
@@ -46,9 +46,9 @@ VRCTはあなたの会話を以下でサポートをします。
<div align="left">
# pythonで実行したい場合
1. 以下のバージョンのpythonをインストールしてください。
1. 以下のバージョンのpythonをインストールしてください。
`python version 3.11.5`
2. packageのインストールとmain.pyを起動してください。
2. packageのインストールとmain.pyを起動してください。
```bash
./install.bat
python main.py

View File

@@ -6,7 +6,7 @@
[![Licence](https://img.shields.io/github/license/misyaguziya/VRCT)](https://github.com/misyaguziya/VRCT/blob/master/LICENSE)
[![Booth](https://img.shields.io/badge/Store-Booth.pm-red)](https://misyaguziya.booth.pm/items/5155325)
| **English** | [日本語](./README.jp.md) | [한국어](./README.kr.md) | [體中文](./README.zh.md) |
| **English** | [日本語](./README.jp.md) | [한국어](./README.kr.md) | [體中文](./README.zh-Hant.md) |
<h3>
VRCT is software that supports VRChat conversations with translation and transcription.
@@ -24,8 +24,8 @@ Download from anywhere you like.
Just download and run the exe.
# What is VRCT?
VRCT is software that supports conversations between people who speak different languages by providing chat or voice translation.
These features are designed for use within VRChat.
VRCT is software that supports conversations between people who speak different languages by providing chat or voice translation.
These features are designed for use within VRChat.
*Although not supported, it is also used for other purposes such as watching movies.
VRCT supports your conversations with
@@ -35,7 +35,7 @@ VRCT supports your conversations with
- 🔈 **Transcription of audio from Speaker**
# Documents
Initial setup, basic functions, and other features are also described.
Initial setup, basic functions, and other features are also described.
- [Documents Link](https://mzsoftware.notion.site/VRCT-Documents-be79b7a165f64442ad8f326d86c22246?pvs=4)
# How to Use (YouTube)
@@ -46,9 +46,9 @@ Initial setup, basic functions, and other features are also described.
<div align="left">
# If you want to run it in python
1. Install the following version of python.
1. Install the following version of python.
`python version 3.11.5`
2. Install package and run main.py.
2. Install package and run main.py.
```bash
./install.bat
python main.py

View File

@@ -6,7 +6,7 @@
[![Licence](https://img.shields.io/github/license/misyaguziya/VRCT)](https://github.com/misyaguziya/VRCT/blob/master/LICENSE)
[![Booth](https://img.shields.io/badge/Store-Booth.pm-red)](https://misyaguziya.booth.pm/items/5155325)
| [English](./README.md) | [日本語](./README.jp.md) | [한국어](./README.kr.md) | **體中文** |
| [English](./README.md) | [日本語](./README.jp.md) | [한국어](./README.kr.md) | **體中文** |
<h3>
VRCT 是一個支援 VRChat 對話翻譯和紀錄的軟體。
@@ -45,9 +45,9 @@ VRCT 可以:
<div align="left">
# 原始碼啟動
1. 安裝此版本的 Python。
1. 安裝此版本的 Python。
`python version 3.11.5`
2. 安裝 package 並啟動 main.py。
2. 安裝 package 並啟動 main.py。
```bash
./install.bat
python main.py

View File

@@ -936,7 +936,7 @@ class Config:
"en": "English",
"ja": "日本語",
"ko": "한국어",
"zh": "體中文"
"zh-Hant": "體中文"
# If you want to add a new language and key, please append it here.
}
self._SELECTABLE_CTRANSLATE2_WEIGHT_TYPE_DICT = {