0
0
mirror of https://github.com/yude-jp/yude.jp synced 2025-10-12 11:18:36 +09:00

Add playing status on profile

This commit is contained in:
2021-05-25 16:45:46 +09:00
parent 4d4483521d
commit 6caa13923f
5 changed files with 37 additions and 4 deletions

View File

@@ -1,5 +1,7 @@
{
"footer": "This page is licensed under the MIT License.",
"source": "Source code",
"tos": "yude.jp Terms of Service"
"tos": "yude.jp Terms of Service",
"yes_playing": "Playing {{playing}}",
"no_playing": "Nothing playing"
}

View File

@@ -1,5 +1,7 @@
{
"footer": "このページは MIT License の下でライセンスされています。",
"source": "ソースコード",
"tos": "yude.jp サービス利用規約"
"tos": "yude.jp サービス利用規約",
"yes_playing": "{{playing}} をプレイ中",
"no_playing": "何もプレイしていません"
}