Update zn.json (POEditor.com)

This commit is contained in:
Deluan Quintão 2020-10-03 09:58:32 -04:00
parent 3aac03d253
commit a282f62395

View File

@ -275,7 +275,8 @@
"defaultView": "默认界面" "defaultView": "默认界面"
} }
}, },
"albumList": "专辑" "albumList": "专辑",
"about": "关于"
}, },
"player": { "player": {
"playListsText": "播放列表", "playListsText": "播放列表",
@ -301,5 +302,12 @@
"singleLoop": "单曲循环", "singleLoop": "单曲循环",
"shufflePlay": "随机播放" "shufflePlay": "随机播放"
} }
},
"about": {
"links": {
"homepage": "主页",
"source": "源代码",
"featureRequests": "功能需求"
}
} }
} }