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
@@ -57,6 +57,7 @@
"audio_only_resolution": "Audio saja"
},
"buttons": {
"reset": "Atur Ulang",
"download": "Unduh",
"pause": "Jeda",
"resume": "Lanjutkan",
@@ -326,7 +327,9 @@
"audio_format_wav": "WAV (Tidak terkompresi)",
"audio_format_opus": "Opus (Efisien)",
"audio_format_m4a": "M4A (Apple)",
"audio_format_vorbis": "Vorbis (Terbuka)"
"audio_format_vorbis": "Vorbis (Terbuka)",
"filename_format": "Format Nama File Keluaran",
"filename_format_help": "Variabel yang tersedia: %(title)s, %(uploader)s, %(upload_date)s, %(resolution)s, %(id)s, %(ext)s. Sintaks templat keluaran standar yt-dlp didukung."
},
"main_ui": {
"url_placeholder": "Masukkan URL video atau playlist YouTube",