mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-21 15:12:06 +00:00
Compare commits
3 Commits
700e4ba38e
...
3a6b793948
| Author | SHA1 | Date | |
|---|---|---|---|
| 3a6b793948 | |||
| f5361de78d | |||
| e0759afc70 |
@ -321,6 +321,22 @@
|
|||||||
"hostname": {
|
"hostname": {
|
||||||
"label": "Nombre del host"
|
"label": "Nombre del host"
|
||||||
},
|
},
|
||||||
|
"https": {
|
||||||
|
"label": "HTTPS & Certificados",
|
||||||
|
"submenu": {
|
||||||
|
"cert": {
|
||||||
|
"dialogTitle": "Selecciona el archivo de certificado HTTPS",
|
||||||
|
"label": "Archivo de certificado (.crt/.pem)"
|
||||||
|
},
|
||||||
|
"enable-https": {
|
||||||
|
"label": "Habilitar HTTPS"
|
||||||
|
},
|
||||||
|
"key": {
|
||||||
|
"dialogTitle": "Selecciona el archivo de clave privada HTTPS",
|
||||||
|
"label": "Archivo de clave privada (.key/.pem)"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"port": {
|
"port": {
|
||||||
"label": "Puerto"
|
"label": "Puerto"
|
||||||
}
|
}
|
||||||
@ -462,8 +478,8 @@
|
|||||||
"set-status-display-type": {
|
"set-status-display-type": {
|
||||||
"label": "Texto de estado",
|
"label": "Texto de estado",
|
||||||
"submenu": {
|
"submenu": {
|
||||||
"artist": "Escuchando a {artist}",
|
|
||||||
"application": "Escuchando {{applicationName}}",
|
"application": "Escuchando {{applicationName}}",
|
||||||
|
"artist": "Escuchando a {artist}",
|
||||||
"title": "Escuchando {song title}"
|
"title": "Escuchando {song title}"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
@ -5,10 +5,10 @@
|
|||||||
"execute-failed": "Mislukt om plugin {{pluginName}}::{{contextName}} uit te voeren",
|
"execute-failed": "Mislukt om plugin {{pluginName}}::{{contextName}} uit te voeren",
|
||||||
"executed-at-ms": "Plugin {{pluginName}}::{{contextName}} uitgevoerd in {{ms}}ms",
|
"executed-at-ms": "Plugin {{pluginName}}::{{contextName}} uitgevoerd in {{ms}}ms",
|
||||||
"initialize-failed": "Initialisatie van plugin \"{{pluginName}}\" mislukt",
|
"initialize-failed": "Initialisatie van plugin \"{{pluginName}}\" mislukt",
|
||||||
"load-all": "Alle plugins laden",
|
"load-all": "Alle plugins aan het laden",
|
||||||
"load-failed": "Mislukt om plugin \"{{pluginName}}\" te laden",
|
"load-failed": "Mislukt om plugin \"{{pluginName}}\" te laden",
|
||||||
"loaded": "Plugin \"{{pluginName}}\" geladen",
|
"loaded": "Plugin \"{{pluginName}}\" geladen",
|
||||||
"unload-failed": "Mislukt om plugin \"{{pluginName}}\" te lossen",
|
"unload-failed": "Mislukt om plugin \"{{pluginName}}\" te ontladen",
|
||||||
"unloaded": "Plugin \"{{pluginName}}\" gelost"
|
"unloaded": "Plugin \"{{pluginName}}\" gelost"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -461,9 +461,9 @@
|
|||||||
"set-status-display-type": {
|
"set-status-display-type": {
|
||||||
"label": "Status tekst",
|
"label": "Status tekst",
|
||||||
"submenu": {
|
"submenu": {
|
||||||
|
"application": "Naar {{applicationName}} aan het luisteren",
|
||||||
"artist": "Naar {artist} aan het luisteren",
|
"artist": "Naar {artist} aan het luisteren",
|
||||||
"title": "Naar {song title} aan het luisteren",
|
"title": "Naar {song title} aan het luisteren"
|
||||||
"application": "Naar {{applicationName}} aan het luisteren"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
@ -322,7 +322,20 @@
|
|||||||
"label": "主机名"
|
"label": "主机名"
|
||||||
},
|
},
|
||||||
"https": {
|
"https": {
|
||||||
"label": "HTTPS & 数字证书"
|
"label": "HTTPS & 数字证书",
|
||||||
|
"submenu": {
|
||||||
|
"cert": {
|
||||||
|
"dialogTitle": "选择 HTTPS 证书文件",
|
||||||
|
"label": "证书文件(.crt/.pem)"
|
||||||
|
},
|
||||||
|
"enable-https": {
|
||||||
|
"label": "启用 HTTPS"
|
||||||
|
},
|
||||||
|
"key": {
|
||||||
|
"dialogTitle": "选择 HTTPS 私钥文件",
|
||||||
|
"label": "私钥文件(.key/.pem)"
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"port": {
|
"port": {
|
||||||
"label": "端口号"
|
"label": "端口号"
|
||||||
@ -465,8 +478,8 @@
|
|||||||
"set-status-display-type": {
|
"set-status-display-type": {
|
||||||
"label": "状态文本",
|
"label": "状态文本",
|
||||||
"submenu": {
|
"submenu": {
|
||||||
"artist": "在听 {artist}",
|
|
||||||
"application": "在听 {{applicationName}}",
|
"application": "在听 {{applicationName}}",
|
||||||
|
"artist": "在听 {artist}",
|
||||||
"title": "在听 {song title}"
|
"title": "在听 {song title}"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user