mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-18 06:07:48 +00:00
fix: update locale
This commit is contained in:
parent
60989a2572
commit
463aaf7698
5 changed files with 34 additions and 14 deletions
|
|
@ -1,5 +1,8 @@
|
|||
export default {
|
||||
play: "播放",
|
||||
common: {
|
||||
play: "播放",
|
||||
songs: "首歌",
|
||||
},
|
||||
nav: {
|
||||
home: "首页",
|
||||
explore: "发现",
|
||||
|
|
@ -15,8 +18,8 @@ export default {
|
|||
},
|
||||
library: {
|
||||
sLibrary: "的音乐库",
|
||||
likedSongs: "我喜欢的歌",
|
||||
sLikedSongs: "喜欢的歌",
|
||||
likedSongs: "我喜欢的音乐",
|
||||
sLikedSongs: "喜欢的音乐",
|
||||
},
|
||||
explore: {
|
||||
explore: "发现",
|
||||
|
|
@ -99,9 +102,6 @@ export default {
|
|||
noResult: "暂无结果",
|
||||
searchFor: "搜索",
|
||||
},
|
||||
common: {
|
||||
songs: "首歌",
|
||||
},
|
||||
settings: {
|
||||
settings: "设置",
|
||||
logout: "登出",
|
||||
|
|
@ -120,4 +120,14 @@ export default {
|
|||
dark: "深色",
|
||||
},
|
||||
},
|
||||
contextMenu: {
|
||||
play: "播放",
|
||||
playNext: "下一首播放",
|
||||
saveToMyLikedSongs: "添加到我喜欢的音乐",
|
||||
removeFromMyLikedSongs: "从喜欢的音乐中移除",
|
||||
},
|
||||
toast: {
|
||||
savedToMyLikedSongs: "已添加到我喜欢的音乐",
|
||||
removedFromMyLikedSongs: "已从喜欢的音乐中移除",
|
||||
},
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue