Skip to content

Commit eb0c245

Browse files
authored
v3.4fix2
1 parent 22cfc42 commit eb0c245

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

main/texts.py

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -642,23 +642,23 @@ def __missing__(self, key):
642642
"en": """How the Pairing Works?
643643
"""+PROGRAM_NAME+""" will automatically match reference subtitles and subtitle files with similar names.
644644
For example: "S01E01.srt" will be paired with "1x01.srt"
645-
Supported combinations: S01E01, S1E1, S01E1, S1E01, 1x01, 01x1, 01x01, 1x1, 101""",
645+
Supported combinations: S01E01, S1E1, S01E1, S1E01, S01B01, S1B1, S01B1, S1B01, 1x01, 01x1, 01x01, 1x1, 101""",
646646
"es": """¿Cómo funciona el emparejamiento?
647647
"""+PROGRAM_NAME+""" emparejará automáticamente los subtítulos de referencia y los archivos de subtítulos con nombres similares.
648648
Por ejemplo: "S01E01.srt" se emparejará con "1x01.srt"
649-
Combinaciones compatibles: S01E01, S1E1, S01E1, S1E01, 1x01, 01x1, 01x01, 1x1, 101""",
649+
Combinaciones compatibles: S01E01, S1E1, S01E1, S1E01, S01B01, S1B1, S01B1, S1B01, 1x01, 01x1, 01x01, 1x1, 101""",
650650
"tr": """Eşleştirme Nasıl Çalışır?
651651
"""+PROGRAM_NAME+""" benzer isimlere sahip referans altyazıları ve altyazı dosyalarını otomatik olarak eşleştirecektir.
652652
Örneğin: "S01E01.srt" "1x01.srt" ile eşleştirilecektir
653-
Desteklenen kombinasyonlar: S01E01, S1E1, S01E1, S1E01, 1x01, 01x1, 01x01, 1x1, 101""",
653+
Desteklenen kombinasyonlar: S01E01, S1E1, S01E1, S1E01, S01B01, S1B1, S01B1, S1B01, 1x01, 01x1, 01x01, 1x1, 101""",
654654
"zh": """配对如何工作?
655655
"""+PROGRAM_NAME+""" 将自动匹配具有相似名称的参考字幕和字幕文件。
656656
例如:"S01E01.srt" 将与 "1x01.srt" 配对
657-
支持的组合:S01E01, S1E1, S01E1, S1E01, 1x01, 01x1, 01x01, 1x1, 101""",
657+
支持的组合:S01E01, S1E1, S01E1, S1E01, S01B01, S1B1, S01B1, S1B01, 1x01, 01x1, 01x01, 1x1, 101""",
658658
"ru": """Как работает сопоставление?
659659
"""+PROGRAM_NAME+""" автоматически сопоставит эталонные субтитры и файлы субтитров с похожими именами.
660660
Например: "S01E01.srt" будет сопоставлен с "1x01.srt"
661-
Поддерживаемые комбинации: S01E01, S1E1, S01E1, S1E01, 1x01, 01x1, 01x01, 1x1, 101"""
661+
Поддерживаемые комбинации: S01E01, S1E1, S01E1, S1E01, S01B01, S1B1, S01B1, S1B01, 1x01, 01x1, 01x01, 1x1, 101"""
662662
}
663663
SUCCESS_LOG_TEXT = {
664664
"en": "Success! Subtitle shifted by {milliseconds} milliseconds and saved to: {new_subtitle_file}",

0 commit comments

Comments
 (0)