Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update ja.json, Update README_JA.md #74

Merged
merged 5 commits into from
Feb 26, 2024
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
10 changes: 5 additions & 5 deletions docs/readmes/generated/README_JA.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<br>
❤️&nbsp;<a href="https://aptabase.com/">Built on Aptabase</a>
<br>
If you want to come chat, join our <a href="https://discord.gg/7MqdPJhYxC"><img src="https://user-images.githubusercontent.com/111654848/192362041-f09cc066-a964-446f-aa2c-fa7a7a31ec05.png" width="16" style="fill: white" /> Discord Server!</a>
Discordへの参加もお待ちしています! <a href="https://discord.gg/7MqdPJhYxC"><img src="https://user-images.githubusercontent.com/111654848/192362041-f09cc066-a964-446f-aa2c-fa7a7a31ec05.png" width="16" style="fill: white" /> Discord Server!</a>
<br>
<br>
<table align="center">
Expand Down Expand Up @@ -90,16 +90,16 @@ HMDを被りながら眠るのに便利な機能を実装したデスクトッ

…他にもまだまだあります!詳細は次の「機能」の項目をご確認ください。

## Support OyasumiVR
## OyasumiVRをサポート

OyasumiVR itself is completely free, and will always be free. However, if you want to support me and the development of OyasumiVR, here's a few places you can do so:
OyasumiVR自体は現在も、そしてこれからも完全に無料です。しかしながら私とOyasumiVRの開発を以下の方法でサポートしていただくことも可能です。

<a href="https://ko-fi.com/raphii"><img alt="Ko-fi Page" src="https://ko-fi.com/img/githubbutton_sm.svg"/></a>
<a href="https://patreon.com/Raphii"><img alt="Patreon Page" src="https://github.com/Raphiiko/OyasumiVR/assets/111654848/7d3d83a5-0900-4ccc-a514-ed1d616cb2ce"/></a>

By supporting me, you help me dedicate more time to developing new features, improving the current functionality, offsetting some of the costs that come with the development process, and fueling my coffee addiction ☕.
サポートは、新機能の開発, 機能の改善, 開発プロセスに伴うコストの一部へと…… そして何より、私のコーヒー依存症を促進させることができます☕

I'm not done with OyasumiVR anytime soon: **there is a lot more I want to work on!**
OyasumiVRはすぐに終わるわけではありません。**やりたいことはまだまだ残っています!**

## 機能

Expand Down
15 changes: 14 additions & 1 deletion docs/readmes/src/ja/texts.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
💤 バーチャルリアリティの中で睡眠をアシストするソフトウェアです 💤

{{DISCORD_INVITE}}
If you want to come chat, join our <a href="https://discord.gg/7MqdPJhYxC"><img src="https://user-images.githubusercontent.com/111654848/192362041-f09cc066-a964-446f-aa2c-fa7a7a31ec05.png" width="16" style="fill: white" /> Discord Server!</a>
Discordへの参加もお待ちしています! <a href="https://discord.gg/7MqdPJhYxC"><img src="https://user-images.githubusercontent.com/111654848/192362041-f09cc066-a964-446f-aa2c-fa7a7a31ec05.png" width="16" style="fill: white" /> Discord Server!</a>

{{DOWNLOAD_AND_INSTALL_HEADER}}
ダウンロード&インストール
Expand Down Expand Up @@ -33,6 +33,19 @@ HMDを被りながら眠るのに便利な機能を実装したデスクトッ

…他にもまだまだあります!詳細は次の「機能」の項目をご確認ください。

{{SUPPORT_OYASUMIVR_HEADER}}
OyasumiVRをサポート

{{SUPPORT_OYASUMIVR_BODY}}
OyasumiVR自体は現在も、そしてこれからも完全に無料です。しかしながら私とOyasumiVRの開発を以下の方法でサポートしていただくことも可能です。

<a href="https://ko-fi.com/raphii"><img alt="Ko-fi Page" src="https://ko-fi.com/img/githubbutton_sm.svg"/></a>
<a href="https://patreon.com/Raphii"><img alt="Patreon Page" src="https://github.com/Raphiiko/OyasumiVR/assets/111654848/7d3d83a5-0900-4ccc-a514-ed1d616cb2ce"/></a>

サポートは、新機能の開発, 機能の改善, 開発プロセスに伴うコストの一部へと…… そして何より、私のコーヒー依存症を促進させることができます☕

OyasumiVRはすぐに終わるわけではありません。**やりたいことはまだまだ残っています!**

{{FEATURES}}
機能

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"set-version": "node scripts/set-version.js",
"set-flavour": "node scripts/set-flavour.js",
"set-build-id": "node scripts/set-build-id.js",
"generate-readmes": "node scripts/readme-generator.js",
"generate:readmes": "node scripts/readme-generator.js",
"tauri": "tauri",
"ng": "ng",
"lint": "ng lint",
Expand Down Expand Up @@ -139,4 +139,4 @@
"git add"
]
}
}
}
Loading
Loading