0
0
mirror of https://github.com/yude-jp/yude.jp synced 2024-06-09 23:36:01 +09:00

Add translation for Spotify function

This commit is contained in:
yude 2021-05-28 10:42:54 +09:00
parent 04abc7d4bf
commit dc8ccde80c
Signed by: yude
GPG Key ID: EB0FE5D925C4A968
2 changed files with 4 additions and 2 deletions

View File

@ -2,5 +2,6 @@
"footer": "This page is licensed under the MIT License.",
"source": "Source code",
"tos": "yude.jp Terms of Service",
"yes_playing": "Playing {{playing}}"
"yes_playing": "Playing {{playing}}",
"listening": "Listening to {{listening}}"
}

View File

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