UI の多言語対応

From Resonite Wiki
This page is a translated version of the page Multi Language UI and the translation is 100% complete.

Resonite は、クラウドソースによる翻訳ファイルを使用して複数の言語をサポートしています。

使用方法

初期設定では、Resonite はシステムの言語をもとにデフォルトの言語設定を決定します。初回起動時に希望する言語を選択するよう求められます。言語を変更するには、設定 → 表示 → 言語設定に進み、「表示言語を選択」を押して、別の言語を選択してください。


翻訳ファイルは通常ゲームのアップデート時に更新されるため、手動で置き換える必要はありませんが、新しいビルドに含まれる前の翻訳をテストする場合には役立ちます。このチュートリアルでは、翻訳ファイルを手動で更新する方法を説明します。

言語

名前 コード URL
チェコ語 cs https://github.com/Yellow-Dog-Man/Locale/blob/main/cs.json
ドイツ語 de https://github.com/Yellow-Dog-Man/Locale/blob/main/de.json
イギリス英語 en-gb https://github.com/Yellow-Dog-Man/Locale/blob/main/en-gb.json
英語 en https://github.com/Yellow-Dog-Man/Locale/blob/main/en.json
エスペラント語 eo https://github.com/Yellow-Dog-Man/Locale/blob/main/eo.json
スペイン語 es https://github.com/Yellow-Dog-Man/Locale/blob/main/es.json
エストニア語 et https://github.com/Yellow-Dog-Man/Locale/blob/main/et.json
フィンランド語 fi https://github.com/Yellow-Dog-Man/Locale/blob/main/fi.json
フランス語 fr https://github.com/Yellow-Dog-Man/Locale/blob/main/fr.json
ハンガリー語 hu https://github.com/Yellow-Dog-Man/Locale/blob/main/hu.json
アイスランド語 is https://github.com/Yellow-Dog-Man/Locale/blob/main/is.json
日本語 ja https://github.com/Yellow-Dog-Man/Locale/blob/main/ja.json
韓国語 ko https://github.com/Yellow-Dog-Man/Locale/blob/main/ko.json
オランダ語 nl https://github.com/Yellow-Dog-Man/Locale/blob/main/nl.json
ノルウェー語 no https://github.com/Yellow-Dog-Man/Locale/blob/main/no.json
ポーランド語 pl https://github.com/Yellow-Dog-Man/Locale/blob/main/pl.json
ポルトガル語(ブラジル) pt-br https://github.com/Yellow-Dog-Man/Locale/blob/main/pt-br.json
ロシア語 ru https://github.com/Yellow-Dog-Man/Locale/blob/main/ru.json
スウェーデン語 sv https://github.com/Yellow-Dog-Man/Locale/blob/main/sv.json
タイ語 th https://github.com/Yellow-Dog-Man/Locale/blob/main/th.json
トルコ語 tr https://github.com/Yellow-Dog-Man/Locale/blob/main/tr.json
簡体字中国語 zh-cn https://github.com/Yellow-Dog-Man/Locale/blob/main/zh-cn.json
繁体字中国語 zh-tw https://github.com/Yellow-Dog-Man/Locale/blob/main/zh-tw.json
ウクライナ語 uk https://github.com/Yellow-Dog-Man/Locale/blob/main/uk.json
モンゴル語 mn https://github.com/Yellow-Dog-Man/Locale/blob/main/mn.json

翻訳に貢献するには

翻訳に貢献したい場合は、Locale の Github リポジトリにある README を参照して、正しい手順をご確認ください。