Update zn.json (POEditor.com)
This commit is contained in:
parent
3aac03d253
commit
a282f62395
1 changed files with 9 additions and 1 deletions
|
|
@ -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": "功能需求"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Loading…
Reference in a new issue