mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-18 06:07:48 +00:00
chore: format codes
This commit is contained in:
parent
6922c716e2
commit
9351f6bc89
73 changed files with 2321 additions and 2321 deletions
|
|
@ -1,78 +1,78 @@
|
|||
export default {
|
||||
common: {
|
||||
play: "播放",
|
||||
songs: "首歌",
|
||||
play: '播放',
|
||||
songs: '首歌',
|
||||
},
|
||||
nav: {
|
||||
home: "首页",
|
||||
explore: "发现",
|
||||
library: "音乐库",
|
||||
search: "搜索",
|
||||
github: "GitHub 仓库",
|
||||
home: '首页',
|
||||
explore: '发现',
|
||||
library: '音乐库',
|
||||
search: '搜索',
|
||||
github: 'GitHub 仓库',
|
||||
},
|
||||
home: {
|
||||
recommendPlaylist: "推荐歌单",
|
||||
recommendArtist: "推荐艺人",
|
||||
newAlbum: "新专速递",
|
||||
seeMore: "查看全部",
|
||||
charts: "排行榜",
|
||||
recommendPlaylist: '推荐歌单',
|
||||
recommendArtist: '推荐艺人',
|
||||
newAlbum: '新专速递',
|
||||
seeMore: '查看全部',
|
||||
charts: '排行榜',
|
||||
},
|
||||
library: {
|
||||
sLibrary: "的音乐库",
|
||||
likedSongs: "我喜欢的音乐",
|
||||
sLikedSongs: "喜欢的音乐",
|
||||
playlists: "歌单",
|
||||
albums: "专辑",
|
||||
artists: "艺人",
|
||||
mvs: "MV",
|
||||
newPlayList: "新建歌单",
|
||||
sLibrary: '的音乐库',
|
||||
likedSongs: '我喜欢的音乐',
|
||||
sLikedSongs: '喜欢的音乐',
|
||||
playlists: '歌单',
|
||||
albums: '专辑',
|
||||
artists: '艺人',
|
||||
mvs: 'MV',
|
||||
newPlayList: '新建歌单',
|
||||
userProfileMenu: {
|
||||
settings: "设置",
|
||||
logout: "登出",
|
||||
settings: '设置',
|
||||
logout: '登出',
|
||||
},
|
||||
},
|
||||
explore: {
|
||||
explore: "发现",
|
||||
loadMore: "加载更多",
|
||||
explore: '发现',
|
||||
loadMore: '加载更多',
|
||||
},
|
||||
artist: {
|
||||
latestRelease: "最新发布",
|
||||
popularSongs: "热门歌曲",
|
||||
showMore: "显示更多",
|
||||
showLess: "收起",
|
||||
EPsSingles: "EP和单曲",
|
||||
albums: "专辑",
|
||||
withAlbums: "张专辑",
|
||||
artist: "艺人",
|
||||
videos: "个MV",
|
||||
following: "已关注",
|
||||
follow: "关注",
|
||||
latestRelease: '最新发布',
|
||||
popularSongs: '热门歌曲',
|
||||
showMore: '显示更多',
|
||||
showLess: '收起',
|
||||
EPsSingles: 'EP和单曲',
|
||||
albums: '专辑',
|
||||
withAlbums: '张专辑',
|
||||
artist: '艺人',
|
||||
videos: '个MV',
|
||||
following: '已关注',
|
||||
follow: '关注',
|
||||
},
|
||||
album: {
|
||||
released: "发行于",
|
||||
released: '发行于',
|
||||
},
|
||||
playlist: {
|
||||
playlist: "歌单",
|
||||
updatedAt: "最后更新于",
|
||||
search: "搜索歌单音乐",
|
||||
playlist: '歌单',
|
||||
updatedAt: '最后更新于',
|
||||
search: '搜索歌单音乐',
|
||||
},
|
||||
login: {
|
||||
accessToAll: "可访问全部数据",
|
||||
loginText: "登录网易云账号",
|
||||
search: "搜索网易云账号",
|
||||
readonly: "只能读取账号公开数据",
|
||||
usernameLogin: "用户名登录",
|
||||
searchHolder: "请输入你的网易云用户名",
|
||||
enterTip: "按 Enter 搜索",
|
||||
choose: "在列表中选中你的账号",
|
||||
confirm: "确认",
|
||||
countryCode: "国际区号",
|
||||
phone: "手机号",
|
||||
email: "邮箱",
|
||||
password: "密码",
|
||||
login: "登录",
|
||||
loginWithEmail: "使用邮箱登录",
|
||||
loginWithPhone: "使用手机号登录",
|
||||
accessToAll: '可访问全部数据',
|
||||
loginText: '登录网易云账号',
|
||||
search: '搜索网易云账号',
|
||||
readonly: '只能读取账号公开数据',
|
||||
usernameLogin: '用户名登录',
|
||||
searchHolder: '请输入你的网易云用户名',
|
||||
enterTip: '按 Enter 搜索',
|
||||
choose: '在列表中选中你的账号',
|
||||
confirm: '确认',
|
||||
countryCode: '国际区号',
|
||||
phone: '手机号',
|
||||
email: '邮箱',
|
||||
password: '密码',
|
||||
login: '登录',
|
||||
loginWithEmail: '使用邮箱登录',
|
||||
loginWithPhone: '使用手机号登录',
|
||||
notice: `YesPlayMusic 承诺不会保存你的任何账号信息到云端。<br />
|
||||
你的密码会在本地进行 MD5 加密后再传输到网易云 API。<br />
|
||||
YesPlayMusic 并非网易云官方网站,输入账号信息前请慎重考虑。 你也可以前往
|
||||
|
|
@ -84,85 +84,85 @@ export default {
|
|||
YesPlayMusic 不会传输你的账号数据到任何非网易云音乐官方的服务器。<br />`,
|
||||
},
|
||||
mv: {
|
||||
moreVideo: "更多视频",
|
||||
moreVideo: '更多视频',
|
||||
},
|
||||
next: {
|
||||
nowPlaying: "正在播放",
|
||||
nextUp: "即将播放",
|
||||
nowPlaying: '正在播放',
|
||||
nextUp: '即将播放',
|
||||
},
|
||||
player: {
|
||||
like: "喜欢",
|
||||
previous: "上一首",
|
||||
next: "下一首",
|
||||
repeat: "循环播放",
|
||||
repeatTrack: "单曲循环",
|
||||
shuffle: "随机播放",
|
||||
play: "播放",
|
||||
pause: "暂停",
|
||||
mute: "静音",
|
||||
nextUp: "播放列表",
|
||||
like: '喜欢',
|
||||
previous: '上一首',
|
||||
next: '下一首',
|
||||
repeat: '循环播放',
|
||||
repeatTrack: '单曲循环',
|
||||
shuffle: '随机播放',
|
||||
play: '播放',
|
||||
pause: '暂停',
|
||||
mute: '静音',
|
||||
nextUp: '播放列表',
|
||||
},
|
||||
modal: {
|
||||
close: "关闭",
|
||||
close: '关闭',
|
||||
},
|
||||
search: {
|
||||
artist: "艺人",
|
||||
album: "专辑",
|
||||
song: "歌曲",
|
||||
mv: "视频",
|
||||
playlist: "歌单",
|
||||
noResult: "暂无结果",
|
||||
searchFor: "搜索",
|
||||
artist: '艺人',
|
||||
album: '专辑',
|
||||
song: '歌曲',
|
||||
mv: '视频',
|
||||
playlist: '歌单',
|
||||
noResult: '暂无结果',
|
||||
searchFor: '搜索',
|
||||
},
|
||||
settings: {
|
||||
settings: "设置",
|
||||
logout: "登出",
|
||||
language: "语言",
|
||||
settings: '设置',
|
||||
logout: '登出',
|
||||
language: '语言',
|
||||
musicQuality: {
|
||||
text: "音质选择",
|
||||
low: "普通",
|
||||
medium: "较高",
|
||||
high: "极高",
|
||||
lossless: "无损",
|
||||
text: '音质选择',
|
||||
low: '普通',
|
||||
medium: '较高',
|
||||
high: '极高',
|
||||
lossless: '无损',
|
||||
},
|
||||
cacheLimit: {
|
||||
text: "歌曲缓存上限",
|
||||
none: "无限制",
|
||||
text: '歌曲缓存上限',
|
||||
none: '无限制',
|
||||
},
|
||||
lyricFontSize: {
|
||||
text: "歌词字体大小",
|
||||
small: "小",
|
||||
medium: "中",
|
||||
large: "大(默认)",
|
||||
xlarge: "超大",
|
||||
text: '歌词字体大小',
|
||||
small: '小',
|
||||
medium: '中',
|
||||
large: '大(默认)',
|
||||
xlarge: '超大',
|
||||
},
|
||||
deviceSelector: "音频输出设备",
|
||||
permissionRequired: "需要麦克风权限",
|
||||
deviceSelector: '音频输出设备',
|
||||
permissionRequired: '需要麦克风权限',
|
||||
appearance: {
|
||||
text: "外观",
|
||||
auto: "自动",
|
||||
light: "浅色",
|
||||
dark: "深色",
|
||||
text: '外观',
|
||||
auto: '自动',
|
||||
light: '浅色',
|
||||
dark: '深色',
|
||||
},
|
||||
automaticallyCacheSongs: "自动缓存歌曲",
|
||||
clearSongsCache: "清除歌曲缓存",
|
||||
cacheCount: "已缓存 {song} 首 ({size})",
|
||||
showLyricsTranslation: "显示歌词翻译",
|
||||
showLyricsDynamicBackground: "显示歌词动态背景",
|
||||
minimizeToTray: "最小化到托盘",
|
||||
showPlaylistsByAppleMusic: "首页显示来自 Apple Music 的歌单",
|
||||
enableDiscordRichPresence: "启用 Discord Rich Presence",
|
||||
enableGlobalShortcut: "启用全局快捷键",
|
||||
showLibraryDefault: "启动后显示音乐库",
|
||||
automaticallyCacheSongs: '自动缓存歌曲',
|
||||
clearSongsCache: '清除歌曲缓存',
|
||||
cacheCount: '已缓存 {song} 首 ({size})',
|
||||
showLyricsTranslation: '显示歌词翻译',
|
||||
showLyricsDynamicBackground: '显示歌词动态背景',
|
||||
minimizeToTray: '最小化到托盘',
|
||||
showPlaylistsByAppleMusic: '首页显示来自 Apple Music 的歌单',
|
||||
enableDiscordRichPresence: '启用 Discord Rich Presence',
|
||||
enableGlobalShortcut: '启用全局快捷键',
|
||||
showLibraryDefault: '启动后显示音乐库',
|
||||
},
|
||||
contextMenu: {
|
||||
play: "播放",
|
||||
playNext: "下一首播放",
|
||||
saveToMyLikedSongs: "添加到我喜欢的音乐",
|
||||
removeFromMyLikedSongs: "从喜欢的音乐中删除",
|
||||
play: '播放',
|
||||
playNext: '下一首播放',
|
||||
saveToMyLikedSongs: '添加到我喜欢的音乐',
|
||||
removeFromMyLikedSongs: '从喜欢的音乐中删除',
|
||||
},
|
||||
toast: {
|
||||
savedToMyLikedSongs: "已添加到我喜欢的音乐",
|
||||
removedFromMyLikedSongs: "已从喜欢的音乐中删除",
|
||||
savedToMyLikedSongs: '已添加到我喜欢的音乐',
|
||||
removedFromMyLikedSongs: '已从喜欢的音乐中删除',
|
||||
},
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue