mirror of
https://github.com/GiriNeko/YesPlayMusic.git
synced 2025-12-16 21:28:06 +00:00
feat(library): i18n & l10n (#1386)
* Update library translations * Update zh-TW.js
This commit is contained in:
parent
be35a8ded4
commit
ef7f51ecf0
5 changed files with 49 additions and 6 deletions
|
|
@ -25,7 +25,14 @@ export default {
|
|||
albums: '專輯',
|
||||
artists: '藝人',
|
||||
mvs: 'MV',
|
||||
cloudDisk: '雲端硬碟',
|
||||
newPlayList: '新增歌單',
|
||||
uploadSongs: '上傳音樂',
|
||||
playHistory: {
|
||||
title: '聽歌排行',
|
||||
week: '最近一周',
|
||||
all: '所有時間',
|
||||
},
|
||||
userProfileMenu: {
|
||||
settings: '設定',
|
||||
logout: '登出',
|
||||
|
|
@ -184,6 +191,7 @@ export default {
|
|||
allPlaylists: '全部歌單',
|
||||
minePlaylists: '我建立的歌單',
|
||||
likedPlaylists: '收藏的歌單',
|
||||
cardiacMode: '心動模式',
|
||||
},
|
||||
toast: {
|
||||
savedToPlaylist: '已新增至歌單',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue