Add include and exclude filename conditions across every new import path, show accepted and excluded counts before destination selection, and keep restored queues unchanged. Refine the settings layout and reorder upload telemetry for faster status reading.
This commit is contained in:
@@ -37,6 +37,27 @@
|
||||
['Fensterverhalten, Drop-Target und Programmupdates.', 'Window behavior, drop target, and application updates.'],
|
||||
['Gesamt:', 'Total:'],
|
||||
['Globales Speed-Limit', 'Global speed limit'],
|
||||
['Dateinamenfilter', 'Filename filter'],
|
||||
['Dateinamen beim Hinzufügen filtern', 'Filter filenames when adding files'],
|
||||
['Prüft neue Dateien aus Auswahl, Ordnern, Drag-and-drop und Ordnerüberwachung, bevor sie in die Upload-Liste gelangen.', 'Checks new files from selections, folders, drag and drop, and folder monitoring before they enter the upload list.'],
|
||||
['Treffer', 'Matches'],
|
||||
['Wenn passend', 'When matched'],
|
||||
['Bedingungen', 'Conditions'],
|
||||
['nur hinzufügen', 'add only'],
|
||||
['nicht hinzufügen', 'do not add'],
|
||||
['Dateien hinzufügen', 'Add files'],
|
||||
['Dateien nicht hinzufügen', 'Do not add files'],
|
||||
['alle müssen passen', 'all must match'],
|
||||
['mindestens eine muss passen', 'at least one must match'],
|
||||
['Dateinamen-Bedingung', 'Filename condition'],
|
||||
['Vergleich', 'Comparison'],
|
||||
['enthält', 'contains'],
|
||||
['enthält nicht', 'does not contain'],
|
||||
['Dateiname filtern', 'Filter file name'],
|
||||
['z. B. 720p', 'e.g. 720p'],
|
||||
['Bedingung entfernen', 'Remove condition'],
|
||||
['+ Bedingung', '+ Condition'],
|
||||
['Groß- und Kleinschreibung werden ignoriert. Leere Bedingungen werden nicht gespeichert.', 'Matching ignores letter case. Empty conditions are not saved.'],
|
||||
['Hauptbereiche', 'Main sections'],
|
||||
['Hinweis', 'Notice'],
|
||||
['Hoster-Limits automatisch hochskalieren', 'Automatically scale host limits'],
|
||||
@@ -663,6 +684,7 @@
|
||||
[/^(\d+) hinzugefügt$/, '$1 added'],
|
||||
[/^(\d+) bereits im Batch$/, '$1 already in the batch'],
|
||||
[/^(\d+) ohne gültigen Account$/, '$1 without a valid account'],
|
||||
[/^(\d+) von (\d+) Dateien werden hinzugefügt\. (\d+) durch den Dateinamenfilter ausgeschlossen\.$/, '$1 of $2 files will be added. $3 excluded by the filename filter.'],
|
||||
[/^Sitzungsbericht mit 1 Upload exportiert$/, 'Session report with 1 upload exported'],
|
||||
[/^Sitzungsbericht mit (\d+) Uploads exportiert$/, 'Session report with $1 uploads exported'],
|
||||
[/^Login ok, Upload-Form bereit \(Dateifeld: (.+)\)$/, 'Login successful, upload form ready (file field: $1)'],
|
||||
@@ -782,6 +804,7 @@
|
||||
[/^(\d+) added$/, '$1 hinzugefügt'],
|
||||
[/^(\d+) already in the batch$/, '$1 bereits im Batch'],
|
||||
[/^(\d+) without a valid account$/, '$1 ohne gültigen Account'],
|
||||
[/^(\d+) of (\d+) files will be added\. (\d+) excluded by the filename filter\.$/, '$1 von $2 Dateien werden hinzugefügt. $3 durch den Dateinamenfilter ausgeschlossen.'],
|
||||
[/^Session report with 1 upload exported$/, 'Sitzungsbericht mit 1 Upload exportiert'],
|
||||
[/^Session report with (\d+) uploads exported$/, 'Sitzungsbericht mit $1 Uploads exportiert'],
|
||||
[/^Sleep in (\d+)s\.\.\.$/, 'Ruhezustand in $1s...'],
|
||||
|
||||
Reference in New Issue
Block a user