mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-18 06:07:48 +00:00
feat: updates
This commit is contained in:
parent
a1b0bcf4d3
commit
884f3df41a
198 changed files with 4572 additions and 5336 deletions
94
packages/web/i18n/locales/en-us.json
Normal file
94
packages/web/i18n/locales/en-us.json
Normal file
|
|
@ -0,0 +1,94 @@
|
|||
{
|
||||
"common": {
|
||||
"artist_one": "Artist",
|
||||
"artist_other": "Artists",
|
||||
"track_one": "Track",
|
||||
"track_other": "Tracks",
|
||||
"track-with-count_one": "{{count}} Track",
|
||||
"track-with-count_other": "{{count}} Tracks",
|
||||
"album_one": "Album",
|
||||
"album_other": "Albums",
|
||||
"album-with-count_one": "{{count}} Album",
|
||||
"album-with-count_other": "{{count}} Albums",
|
||||
"playlist_one": "Playlist",
|
||||
"playlist_other": "Playlists",
|
||||
"video_one": "Video",
|
||||
"video_other": "Videos",
|
||||
"video-with-count_one": "{{count}} Video",
|
||||
"video-with-count_other": "{{count}} Videos"
|
||||
},
|
||||
"navigation": {
|
||||
"goBack": "Go back",
|
||||
"goForward": "Go forward"
|
||||
},
|
||||
"auth": {
|
||||
"login": "Login",
|
||||
"logout": "Logout",
|
||||
"use-phone-or-email": "Use Phone or Email",
|
||||
"scan-qr-code": "Scan QR Code",
|
||||
"or": "or",
|
||||
"login-with-netease-qr": "Login with NetEase QR",
|
||||
"password": "Password",
|
||||
"email": "Email",
|
||||
"phone": "Phone"
|
||||
},
|
||||
"player": {
|
||||
"play": "Play",
|
||||
"pause": "Pause",
|
||||
"next": "Next",
|
||||
"previous": "Previous",
|
||||
"enable-shuffle": "Enable shuffle",
|
||||
"disable-shuffle": "Disable shuffle",
|
||||
"enable-repeat": "Enable repeat",
|
||||
"enable-repeat-one": "Enable repeat one",
|
||||
"disable-repeat": "Disable repeat",
|
||||
"mini-mode": "Mini Mode",
|
||||
"exit-mini-mode": "Exit Mini Mode",
|
||||
"queue": "Queue"
|
||||
},
|
||||
"toasts": {
|
||||
"copied": "Copied",
|
||||
"add-to-liked-tracks": "Added to liked tracks",
|
||||
"added-to-library": "Added to library",
|
||||
"added-to-playlist": "Added to playlist",
|
||||
"remove-from-liked-tracks": "Removed from liked tracks",
|
||||
"removed-from-library": "Removed from library",
|
||||
"removed-from-playlist": "Removed from playlist"
|
||||
},
|
||||
"search": {
|
||||
"search": "Search"
|
||||
},
|
||||
"my": {
|
||||
"xxxs-liked-tracks": "{{nickname}}'s Liked Tracks",
|
||||
"playNow": "Play Now",
|
||||
"recently-listened": "RECENTLY LISTENED"
|
||||
},
|
||||
"settings": {
|
||||
"settings": "Settings"
|
||||
},
|
||||
"context-menu": {
|
||||
"share": "Share",
|
||||
"copy-netease-link": "Copy Netease Link",
|
||||
"add-to-playlist": "Add to playlist",
|
||||
"add-to-liked-tracks": "Add to Liked Tracks",
|
||||
"go-to-album": "Go to album",
|
||||
"go-to-artist": "Go to artist",
|
||||
"add-to-queue": "Add to Queue",
|
||||
"follow": "Follow",
|
||||
"unfollow": "Unfollow",
|
||||
"followed": "Followed",
|
||||
"unfollowed": "Unfollowed"
|
||||
},
|
||||
"toast": {},
|
||||
"artist": {
|
||||
"listen": "Listen",
|
||||
"latest-releases": "Latest Releases",
|
||||
"popular": "Popular"
|
||||
},
|
||||
"menu-bar": {
|
||||
"discover": "DISCOVER",
|
||||
"explore": "EXPLORE",
|
||||
"lyrics": "LYRICS",
|
||||
"my-music": "MY MUSIC"
|
||||
}
|
||||
}
|
||||
94
packages/web/i18n/locales/zh-cn.json
Normal file
94
packages/web/i18n/locales/zh-cn.json
Normal file
|
|
@ -0,0 +1,94 @@
|
|||
{
|
||||
"common": {
|
||||
"album_one": "专辑",
|
||||
"album_other": "专辑",
|
||||
"album-with-count_one": "{{count}} 张专辑",
|
||||
"album-with-count_other": "{{count}} 张专辑",
|
||||
"artist_one": "艺人",
|
||||
"artist_other": "艺人",
|
||||
"playlist_one": "歌单",
|
||||
"playlist_other": "歌单",
|
||||
"track_one": "歌曲",
|
||||
"track_other": "歌曲",
|
||||
"track-with-count_one": "{{count}} 首歌曲",
|
||||
"track-with-count_other": "{{count}} 首歌曲",
|
||||
"video_one": "视频",
|
||||
"video_other": "视频",
|
||||
"video-with-count_one": "{{count}} 个视频",
|
||||
"video-with-count_other": "{{count}} 个视频"
|
||||
},
|
||||
"navigation": {
|
||||
"goBack": "返回",
|
||||
"goForward": "前进"
|
||||
},
|
||||
"auth": {
|
||||
"login": "登录",
|
||||
"logout": "退出登录",
|
||||
"scan-qr-code": "扫码登录",
|
||||
"use-phone-or-email": "使用手机或邮箱登录",
|
||||
"or": "或者",
|
||||
"password": "密码",
|
||||
"email": "邮箱",
|
||||
"phone": "手机",
|
||||
"login-with-netease-qr": "扫描二维码登录"
|
||||
},
|
||||
"player": {
|
||||
"play": "播放",
|
||||
"pause": "暂停",
|
||||
"next": "下一首",
|
||||
"previous": "上一首",
|
||||
"enable-shuffle": "开启随机播放",
|
||||
"disable-shuffle": "关闭随机播放",
|
||||
"enable-repeat": "开启列表循环",
|
||||
"enable-repeat-one": "开启单曲循环",
|
||||
"disable-repeat": "关闭循环",
|
||||
"mini-mode": "Mini模式",
|
||||
"exit-mini-mode": "退出Mini模式",
|
||||
"queue": "播放列表"
|
||||
},
|
||||
"toasts": {
|
||||
"copied": "已复制",
|
||||
"add-to-liked-tracks": "已添加到喜欢的歌曲",
|
||||
"added-to-library": "已添加到音乐库",
|
||||
"added-to-playlist": "已添加到歌单",
|
||||
"remove-from-liked-tracks": "已从喜欢的歌曲中移除",
|
||||
"removed-from-library": "已从音乐库中移除",
|
||||
"removed-from-playlist": "已从歌单中移除"
|
||||
},
|
||||
"search": {
|
||||
"search": "搜索"
|
||||
},
|
||||
"my": {
|
||||
"xxxs-liked-tracks": "{{nickname}}喜欢的音乐",
|
||||
"playNow": "立即播放",
|
||||
"recently-listened": "最近播放"
|
||||
},
|
||||
"settings": {
|
||||
"settings": "设置"
|
||||
},
|
||||
"context-menu": {
|
||||
"share": "分享",
|
||||
"copy-netease-link": "复制网易云链接",
|
||||
"add-to-playlist": "收藏到歌单",
|
||||
"add-to-liked-tracks": "收藏到喜欢的音乐",
|
||||
"go-to-album": "查看专辑",
|
||||
"go-to-artist": "查看艺人",
|
||||
"add-to-queue": "下一首播放",
|
||||
"unfollow": "取消关注",
|
||||
"follow": "关注",
|
||||
"followed": "已关注",
|
||||
"unfollowed": "已取消关注"
|
||||
},
|
||||
"toast": {},
|
||||
"artist": {
|
||||
"listen": "播放",
|
||||
"latest-releases": "最新发行",
|
||||
"popular": "热门歌曲"
|
||||
},
|
||||
"menu-bar": {
|
||||
"discover": "发现",
|
||||
"explore": "浏览",
|
||||
"lyrics": "歌词",
|
||||
"my-music": "我的"
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue