mirror of
https://github.com/AynaLivePlayer/AynaLivePlayer.git
synced 2025-12-13 05:28:16 +08:00
fix gui text error
This commit is contained in:
@@ -92,6 +92,10 @@
|
||||
"en": "ID/URL",
|
||||
"zh-CN": "ID/网址"
|
||||
},
|
||||
"gui.playlist.add.source": {
|
||||
"en": "Source",
|
||||
"zh-CN": "来源"
|
||||
},
|
||||
"gui.playlist.add.prompt": {
|
||||
"en": "Please enter the ID or URL of the song you want to add.",
|
||||
"zh-CN": "输入歌单ID或者歌单网址。"
|
||||
|
||||
@@ -55,7 +55,7 @@ func createPlaylists() fyne.CanvasObject {
|
||||
container.NewVBox(
|
||||
container.New(
|
||||
layout.NewFormLayout(),
|
||||
widget.NewLabel(i18n.T("gui.playlist.add.confirm")),
|
||||
widget.NewLabel(i18n.T("gui.playlist.add.source")),
|
||||
providerEntry,
|
||||
widget.NewLabel(i18n.T("gui.playlist.add.id_url")),
|
||||
idEntry,
|
||||
|
||||
Reference in New Issue
Block a user