Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,9 @@ npm run dev
<a href="https://github.com/konpeita" title="konpeita">
<img src="https://github.com/konpeita.png" width="40" height="40" alt="konpeita">
</a>
<a href="https://github.com/MojaX2" title="MojaX2">
<img src="https://github.com/MojaX2.png" width="40" height="40" alt="MojaX2">
</a>
</p>

他、プライベートスポンサー 複数名
Expand Down
3 changes: 3 additions & 0 deletions docs/README_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -278,6 +278,9 @@ Your support will greatly contribute to the development and improvement of the A
<a href="https://github.com/konpeita" title="konpeita">
<img src="https://github.com/konpeita.png" width="40" height="40" alt="konpeita">
</a>
<a href="https://github.com/MojaX2" title="MojaX2">
<img src="https://github.com/MojaX2.png" width="40" height="40" alt="MojaX2">
</a>
</p>

Plus multiple private sponsors
Expand Down
3 changes: 3 additions & 0 deletions docs/README_ko.md
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,9 @@ npm run dev
<a href="https://github.com/konpeita" title="konpeita">
<img src="https://github.com/konpeita.png" width="40" height="40" alt="konpeita">
</a>
<a href="https://github.com/MojaX2" title="MojaX2">
<img src="https://github.com/MojaX2.png" width="40" height="40" alt="MojaX2">
</a>
</p>

그 외, 다수의 비공개 스폰서
Expand Down
3 changes: 3 additions & 0 deletions docs/README_zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,9 @@ npm run dev
<a href="https://github.com/konpeita" title="konpeita">
<img src="https://github.com/konpeita.png" width="40" height="40" alt="konpeita">
</a>
<a href="https://github.com/MojaX2" title="MojaX2">
<img src="https://github.com/MojaX2.png" width="40" height="40" alt="MojaX2">
</a>
</p>

以及多位匿名贊助者
Expand Down
1 change: 1 addition & 0 deletions locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@
"TechnologyIntroductionLink2": "explanatory article",
"TechnologyIntroductionDescription7": ".",
"SourceCodeDescription1": "The source code for this app is publicly available on GitHub. Feel free to modify and adapt it as you like.",
"SourceCodeDescription2": "For commercial use, please refer to the README of the same repository.",
"RepositoryURL": "Repository URL:",
"DontShowIntroductionNextTime": "Do not show this dialog next time",
"Close": "CLOSE",
Expand Down
1 change: 1 addition & 0 deletions locales/ja/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@
"TechnologyIntroductionLink2": "解説記事",
"TechnologyIntroductionDescription7": "をご覧ください。",
"SourceCodeDescription1": "このアプリのソースコードはGitHubで公開しています。自由に変更や改変可能です。",
"SourceCodeDescription2": "商用利用に関しては、同リポジトリのREADMEをご覧ください。",
"RepositoryURL": "リポジトリURL:",
"DontShowIntroductionNextTime": "次回からこのダイアログを表示しない",
"Close": "閉じる",
Expand Down
1 change: 1 addition & 0 deletions locales/ko/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@
"TechnologyIntroductionLink2": "설명 기사",
"TechnologyIntroductionDescription7": "를 참조하십시오.",
"SourceCodeDescription1": "이 애플리케이션의 소스 코드는 GitHub에서 공개되고 있습니다. 자유롭게 변경 및 개조가 가능합니다.",
"SourceCodeDescription2": "商用利用에 대해서는 동일 리포지토리의 README를 참조하십시오.",
"RepositoryURL": "리포지토리 URL:",
"DontShowIntroductionNextTime": "다음에 이 대화 상자를 표시하지 않기",
"Close": "닫기",
Expand Down
3 changes: 2 additions & 1 deletion locales/zh/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@
"TechnologyIntroductionLink2": "解說文章",
"TechnologyIntroductionDescription7": "。",
"SourceCodeDescription1": "這個應用程式的原始碼在 GitHub 上公開,歡迎自由修改和改進。",
"RepositoryURL": "儲存庫 URL:",
"SourceCodeDescription2": "商用利用請參考同倉庫的README。",
"RepositoryURL": "倉庫 URL:",
"DontShowIntroductionNextTime": "下次不再顯示此對話方塊",
"Close": "關閉",
"Language": "語言設定",
Expand Down
5 changes: 3 additions & 2 deletions src/components/introduction.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ export const Introduction = () => {
label={'https://github.com/tegnike/aituber-kit'}
/>
</div>
<div className="my-16">{t('SourceCodeDescription2')}</div>
</div>

<div className="my-24">
Expand Down Expand Up @@ -137,8 +138,8 @@ export const Introduction = () => {
{selectLanguage === 'ja' && (
<div className="my-24">
<p>
You can select the language from the settings. English and
Traditional Chinese are available.
You can select the language from the settings. Japanese, English,
Traditional Chinese and Korean are available.
</p>
</div>
)}
Expand Down