mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-10 10:11:46 +00:00
Compare commits
2 Commits
41bc03a737
...
af11fa31d3
| Author | SHA1 | Date | |
|---|---|---|---|
| af11fa31d3 | |||
| a049d618e5 |
@ -151,7 +151,9 @@
|
|||||||
"label": "Vizualiniai patobulinimai",
|
"label": "Vizualiniai patobulinimai",
|
||||||
"submenu": {
|
"submenu": {
|
||||||
"custom-window-title": {
|
"custom-window-title": {
|
||||||
|
"label": "Pasirinktinis lango pavadinimas",
|
||||||
"prompt": {
|
"prompt": {
|
||||||
|
"label": "Įveskite pasirinktinį lango pavadinimą: (palikite tuščią, jei norite išjungti)",
|
||||||
"placeholder": "Pavyzdys: {{applicationName}}"
|
"placeholder": "Pavyzdys: {{applicationName}}"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@ -431,9 +433,9 @@
|
|||||||
"set-inactivity-timeout": "Nustatyti neveiklumo laiką",
|
"set-inactivity-timeout": "Nustatyti neveiklumo laiką",
|
||||||
"set-status-display-type": {
|
"set-status-display-type": {
|
||||||
"submenu": {
|
"submenu": {
|
||||||
|
"application": "Klausosi {{applicationName}}",
|
||||||
"artist": "Klausosi {artist]",
|
"artist": "Klausosi {artist]",
|
||||||
"title": "Klausosi {song title}",
|
"title": "Klausosi {song title}"
|
||||||
"application": "Klausosi {{applicationName}}"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@ -320,6 +320,13 @@
|
|||||||
"hostname": {
|
"hostname": {
|
||||||
"label": "Tên máy chủ"
|
"label": "Tên máy chủ"
|
||||||
},
|
},
|
||||||
|
"https": {
|
||||||
|
"submenu": {
|
||||||
|
"enable-https": {
|
||||||
|
"label": "Bật HTTPS"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"port": {
|
"port": {
|
||||||
"label": "Cổng"
|
"label": "Cổng"
|
||||||
}
|
}
|
||||||
@ -461,9 +468,9 @@
|
|||||||
"set-status-display-type": {
|
"set-status-display-type": {
|
||||||
"label": "Văn bản trạng thái",
|
"label": "Văn bản trạng thái",
|
||||||
"submenu": {
|
"submenu": {
|
||||||
|
"application": "Đang nghe {{applicationName}}",
|
||||||
"artist": "Đang nghe nhạc của {artist}",
|
"artist": "Đang nghe nhạc của {artist}",
|
||||||
"title": "Đang nghe nhạc {song title}",
|
"title": "Đang nghe nhạc {song title}"
|
||||||
"application": "Đang nghe {{applicationName}}"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user