Add reset and filename_format translations

Add a "reset" button label and new "filename_format" + "filename_format_help" entries to multiple locale JSON files (ar, de, es, fr, hi, id, it, ja, pl, pt, ru, tr, zh). The help text documents supported yt-dlp output template variables (%(title)s, %(uploader)s, %(upload_date)s, %(resolution)s, %(id)s, %(ext)s) so the UI can accept a custom output filename format.
This commit is contained in:
oop7
2026-02-07 15:55:10 +02:00
parent 40069c039a
commit 351504ade9
13 changed files with 52 additions and 13 deletions
+4 -1
View File
@@ -25,6 +25,7 @@
"ready": "Listo"
},
"buttons": {
"reset": "Restablecer",
"download": "Descargar",
"pause": "Pausar",
"resume": "Reanudar",
@@ -309,7 +310,9 @@
"audio_format_wav": "WAV (Sin comprimir)",
"audio_format_opus": "Opus (Eficiente)",
"audio_format_m4a": "M4A (Apple)",
"audio_format_vorbis": "Vorbis (Abierto)"
"audio_format_vorbis": "Vorbis (Abierto)",
"filename_format": "Formato de nombre de archivo",
"filename_format_help": "Variables disponibles: %(title)s, %(uploader)s, %(upload_date)s, %(resolution)s, %(id)s, %(ext)s. Se admite la sintaxis estándar de plantilla de salida de yt-dlp."
},
"main_ui": {
"url_placeholder": "Ingresa URL de video o lista de YouTube",