[Update] Readme系の言語識別子を、国コードから言語コードに変更。jp->ja kr->ko

This commit is contained in:
Sakamoto Shiina
2024-06-10 11:05:13 +09:00
parent 85f64aa656
commit 064dab994c
4 changed files with 17 additions and 17 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) |
| [English](./README.md) | **日本語** | [한국어](./README.ko.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.md) | [日本語](./README.jp.md) | **한국어** |
| [English](./README.md) | [日本語](./README.ja.md) | **한국어** |
<h3>
VRCT는 음성인식 및 번역 기능을 통해 VRChat의 대화를 지원하는 소프트웨어입니다.
@@ -25,7 +25,7 @@ VRCT는 음성인식 및 번역 기능을 통해 VRChat의 대화를 지원하
# VRCT가 뭔가요?
VRCT는 서로 다른 언어를 사용하는 사람들끼리 대화를 할 수 있도록 채팅이나 음성 번역을 통해 대화를 지원하는 소프트웨어에요.
이 기능들은 VRChat 내에서 사용하도록 설계되었어요.
이 기능들은 VRChat 내에서 사용하도록 설계되었어요.
※ 지원 대상에서 제외되지만, 영화 감상 등 다른 용도로도 사용되고 있습니다.
VRCT는 다음과 같이 당신의 대화를 도와드려요.
@@ -46,9 +46,9 @@ VRCT는 다음과 같이 당신의 대화를 도와드려요.
<div align="left">
# python으로 실행하고 싶은 경우
1. 다음 버전의 python을 설치합니다.
1. 다음 버전의 python을 설치합니다.
`python version 3.11.5`
2. 패키지를 설치하고 main.py를 실행합니다.
2. 패키지를 설치하고 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) |
| **English** | [日本語](./README.ja.md) | [한국어](./README.ko.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 @@ VRChatで使用されるChatBoxをOSC経由でメッセージを送信するツ
翻訳エンジンを使用してメッセージとその翻訳部分を同時に送信することができます。
# 使用方法
ドキュメント(JP):https://mzsoftware.notion.site/VRCT-Documents-be79b7a165f64442ad8f326d86c22246?pvs=4
ドキュメント(JA):https://mzsoftware.notion.site/VRCT-Documents-be79b7a165f64442ad8f326d86c22246?pvs=4
# お問い合わせ
Googleフォーム:https://t.co/lSlo4brZwm