first commit

This commit is contained in:
synt-xerror
2026-04-14 21:15:05 -03:00
commit eecef0be88
44 changed files with 1372 additions and 0 deletions

12
audio/locale/en.json Normal file
View File

@@ -0,0 +1,12 @@
{
"noUrl": "Please provide a URL.",
"downloading": "Downloading audio...",
"error": {
"noPermission": "yt-dlp: permission denied",
"notFound": "yt-dlp: not found",
"startError": "Failed to start download:",
"downloadFailed": "Download failed. Check the URL.",
"fileNotFound": "Downloaded file not found.",
"generic": "Failed to download audio. Try again later."
}
}

12
audio/locale/es.json Normal file
View File

@@ -0,0 +1,12 @@
{
"noUrl": "Por favor, proporciona una URL.",
"downloading": "Descargando audio...",
"error": {
"noPermission": "yt-dlp: permiso denegado",
"notFound": "yt-dlp: no encontrado",
"startError": "Error al iniciar descarga:",
"downloadFailed": "Descarga fallida. Verifica la URL.",
"fileNotFound": "Archivo descargado no encontrado.",
"generic": "Error al descargar audio. Intenta de nuevo más tarde."
}
}

12
audio/locale/pt.json Normal file
View File

@@ -0,0 +1,12 @@
{
"noUrl": "Por favor, forneça uma URL.",
"downloading": "Baixando áudio...",
"error": {
"noPermission": "yt-dlp: permissão negada",
"notFound": "yt-dlp: não encontrado",
"startError": "Falha ao iniciar download:",
"downloadFailed": "Download falhou. Verifique a URL.",
"fileNotFound": "Arquivo baixado não encontrado.",
"generic": "Falha ao baixar áudio. Tente novamente mais tarde."
}
}