first commit
This commit is contained in:
12
video/locale/en.json
Normal file
12
video/locale/en.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"noUrl": "Please provide a URL.",
|
||||
"downloading": "Downloading video...",
|
||||
"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 video. Try again later."
|
||||
}
|
||||
}
|
||||
12
video/locale/es.json
Normal file
12
video/locale/es.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"noUrl": "Por favor, proporciona una URL.",
|
||||
"downloading": "Descargando video...",
|
||||
"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 video. Intenta de nuevo más tarde."
|
||||
}
|
||||
}
|
||||
12
video/locale/pt.json
Normal file
12
video/locale/pt.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"noUrl": "Por favor, forneça uma URL.",
|
||||
"downloading": "Baixando vídeo...",
|
||||
"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 vídeo. Tente novamente mais tarde."
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user