mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-14 03:41:46 +00:00
Compare commits
2 Commits
6c4ae0dbfa
...
c734ffe70f
| Author | SHA1 | Date | |
|---|---|---|---|
| c734ffe70f | |||
| 3d0ad69ddb |
@ -3,11 +3,11 @@
|
||||
"console": {
|
||||
"plugins": {
|
||||
"execute-failed": "Error al ejecutar el complemento {{pluginName}}::{{contextName}}",
|
||||
"executed-at-ms": "Complemento {{pluginName}}::{{contextName}} Ejecutó en {{ms}}ms",
|
||||
"executed-at-ms": "Complemento {{pluginName}}::{{contextName}} se ejecutó en {{ms}}ms",
|
||||
"initialize-failed": "Error al inicializar el complemento \"{{pluginName}}\"",
|
||||
"load-all": "Cargando todos los complementos",
|
||||
"load-failed": "Error al cargar el complemento \"{{pluginName}}\"",
|
||||
"loaded": "Complementos \"{{pluginName}}\" cargado",
|
||||
"loaded": "Complementos \"{{pluginName}}\" cargados",
|
||||
"unload-failed": "No se ha podido descargar el complemento \"{{pluginName}}\"",
|
||||
"unloaded": "Complemento \"{{pluginName}}\" descargado"
|
||||
}
|
||||
@ -237,7 +237,8 @@
|
||||
"submenu": {
|
||||
"percent": "{{ratio}}%"
|
||||
}
|
||||
}
|
||||
},
|
||||
"enable-seekbar": "Habilitar temas a la barra de búsqueda"
|
||||
},
|
||||
"name": "Tema de color del álbum"
|
||||
},
|
||||
@ -462,8 +463,8 @@
|
||||
"label": "Texto de estado",
|
||||
"submenu": {
|
||||
"artist": "Escuchando a {artist}",
|
||||
"title": "Escuchando {song title}",
|
||||
"pear-desktop": "Escuchando Pear Desktop"
|
||||
"pear-desktop": "Escuchando Pear Desktop",
|
||||
"title": "Escuchando {song title}"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
@ -3,7 +3,56 @@
|
||||
"console": {
|
||||
"plugins": {
|
||||
"execute-failed": "Dështoi në ekzekutimin e plugin-it {{pluginName}}::{{contextName}}",
|
||||
"executed-at-ms": "Shtojca {{pluginName}}::{{contextName}} u ekzekutua në {{ms}}ms"
|
||||
"executed-at-ms": "Shtojca {{pluginName}}::{{contextName}} u ekzekutua në {{ms}}ms",
|
||||
"initialize-failed": "Dështoi ekzekutimi i plugin-it \"{{pluginName}}\"",
|
||||
"load-all": "Duke ngarkuar të gjithe plugins",
|
||||
"load-failed": "Dështoi në ngarkimin e plugin-it \"{{pluginName}}\"",
|
||||
"loaded": "Plugin \"{{pluginName}}\" u ngarkua",
|
||||
"unload-failed": "Shkarkimi i plugin-it \"{{pluginName}}\" dështoi",
|
||||
"unloaded": "Plugin \"{{pluginName}}\" u shkarkua"
|
||||
}
|
||||
}
|
||||
},
|
||||
"language": {
|
||||
"name": "Emri i gjuhës në anglisht. p.sh. japonisht, koreanisht, anglisht, rusisht"
|
||||
},
|
||||
"main": {
|
||||
"console": {
|
||||
"did-finish-load": {
|
||||
"dev-tools": "Ngarkimi përfundoi. DevTools u hap."
|
||||
},
|
||||
"i18n": {
|
||||
"loaded": "i18n i ngarkuar"
|
||||
},
|
||||
"second-instance": {
|
||||
"receive-command": "U mor komanda mbi protokollin: \"{{command}}\""
|
||||
},
|
||||
"theme": {
|
||||
"css-file-not-found": "Skedari CSS \"{{cssFile}}\" nuk ekziston, duke u injoruar"
|
||||
},
|
||||
"unresponsive": {
|
||||
"details": "Gabim i Papërgjigjes!\n{{error}}"
|
||||
},
|
||||
"when-ready": {
|
||||
"clearing-cache-after-20s": "Duke pastruar memorien e përkohshme të aplikacionit"
|
||||
},
|
||||
"window": {
|
||||
"tried-to-render-offscreen": "Dritarja u përpoq të renderohej jashtë ekranit, windowSize={{windowSize}}, displaySize={{displaySize}}, position={{position}}"
|
||||
}
|
||||
},
|
||||
"dialog": {
|
||||
"hide-menu-enabled": {
|
||||
"detail": "Menuja është e fshehur, përdorni 'Alt' për ta shfaqur (ose 'Escape' nëse përdorni Menunë brenda aplikacionit)",
|
||||
"message": "Fshehja e menusë është aktivizuar",
|
||||
"title": "Fshih Menunë Aktivizuar"
|
||||
},
|
||||
"need-to-restart": {
|
||||
"buttons": {
|
||||
"later": "Më vonë",
|
||||
"restart-now": "Rinisni Tani"
|
||||
},
|
||||
"detail": "\"{{pluginName}}\" kërkon një restart që të hyjë në fuqi",
|
||||
"message": "\"{{pluginName}}\" kerkon restart"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user