mkv2cast 1.2.7.post4__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,382 @@
1
+ # English translations for mkv2cast
2
+ # Copyright (C) 2024-2026 voldardard
3
+ # This file is distributed under the GPL-3.0 license.
4
+ #
5
+ msgid ""
6
+ msgstr ""
7
+ "Project-Id-Version: mkv2cast 1.1.0\n"
8
+ "Report-Msgid-Bugs-To: https://github.com/voldardard/mkv2cast/issues\n"
9
+ "POT-Creation-Date: 2026-01-18 00:00+0000\n"
10
+ "PO-Revision-Date: 2026-01-18 00:00+0000\n"
11
+ "Last-Translator: voldardard\n"
12
+ "Language-Team: English\n"
13
+ "Language: en\n"
14
+ "MIME-Version: 1.0\n"
15
+ "Content-Type: text/plain; charset=UTF-8\n"
16
+ "Content-Transfer-Encoding: 8bit\n"
17
+
18
+ # General
19
+ msgid "Processing file: {filename}"
20
+ msgstr "Processing file: {filename}"
21
+
22
+ msgid "Conversion complete"
23
+ msgstr "Conversion complete"
24
+
25
+ msgid "Conversion failed"
26
+ msgstr "Conversion failed"
27
+
28
+ msgid "Skipped: {reason}"
29
+ msgstr "Skipped: {reason}"
30
+
31
+ msgid "No MKV files to process."
32
+ msgstr "No MKV files to process."
33
+
34
+ msgid "Backend selected"
35
+ msgstr "Backend selected"
36
+
37
+ # Progress
38
+ msgid "Checking integrity..."
39
+ msgstr "Checking integrity..."
40
+
41
+ msgid "Encoding..."
42
+ msgstr "Encoding..."
43
+
44
+ msgid "Waiting for file stability..."
45
+ msgstr "Waiting for file stability..."
46
+
47
+ msgid "Done"
48
+ msgstr "Done"
49
+
50
+ msgid "Failed"
51
+ msgstr "Failed"
52
+
53
+ msgid "Skipped"
54
+ msgstr "Skipped"
55
+
56
+ # Summary
57
+ msgid "Summary"
58
+ msgstr "Summary"
59
+
60
+ msgid "Total files seen"
61
+ msgstr "Total files seen"
62
+
63
+ msgid "Transcoded OK"
64
+ msgstr "Transcoded OK"
65
+
66
+ msgid "Total time"
67
+ msgstr "Total time"
68
+
69
+ # Notifications
70
+ msgid "mkv2cast - Conversion Complete"
71
+ msgstr "mkv2cast - Conversion Complete"
72
+
73
+ msgid "Successfully converted 1 file in {time}"
74
+ msgstr "Successfully converted 1 file in {time}"
75
+
76
+ msgid "Successfully converted {count} files in {time}"
77
+ msgstr "Successfully converted {count} files in {time}"
78
+
79
+ msgid "mkv2cast - Conversion Failed"
80
+ msgstr "mkv2cast - Conversion Failed"
81
+
82
+ msgid "Failed to convert 1 file"
83
+ msgstr "Failed to convert 1 file"
84
+
85
+ msgid "Failed to convert {count} files"
86
+ msgstr "Failed to convert {count} files"
87
+
88
+ msgid "mkv2cast - Processing Complete"
89
+ msgstr "mkv2cast - Processing Complete"
90
+
91
+ msgid "{count} converted"
92
+ msgstr "{count} converted"
93
+
94
+ msgid "{count} failed"
95
+ msgstr "{count} failed"
96
+
97
+ msgid "{count} skipped"
98
+ msgstr "{count} skipped"
99
+
100
+ msgid "mkv2cast - Interrupted"
101
+ msgstr "mkv2cast - Interrupted"
102
+
103
+ msgid "Processing was interrupted by user"
104
+ msgstr "Processing was interrupted by user"
105
+
106
+ # Errors
107
+ msgid "File not found"
108
+ msgstr "File not found"
109
+
110
+ msgid "Only .mkv files supported"
111
+ msgstr "Only .mkv files supported"
112
+
113
+ msgid "integrity check failed"
114
+ msgstr "integrity check failed"
115
+
116
+ msgid "compatible"
117
+ msgstr "compatible"
118
+
119
+ # CLI
120
+ msgid "Smart MKV -> Cast compatible converter with VAAPI/QSV hardware acceleration."
121
+ msgstr "Smart MKV -> Cast compatible converter with VAAPI/QSV hardware acceleration."
122
+
123
+ msgid "Optional .mkv file to process"
124
+ msgstr "Optional .mkv file to process"
125
+
126
+ msgid "Output settings"
127
+ msgstr "Output settings"
128
+
129
+ msgid "Scan settings"
130
+ msgstr "Scan settings"
131
+
132
+ msgid "Debug/test"
133
+ msgstr "Debug/test"
134
+
135
+ msgid "Enable debug output"
136
+ msgstr "Enable debug output"
137
+
138
+ msgid "Dry run"
139
+ msgstr "Dry run"
140
+
141
+ msgid "Codec decisions"
142
+ msgstr "Codec decisions"
143
+
144
+ msgid "Encoding quality"
145
+ msgstr "Encoding quality"
146
+
147
+ msgid "Hardware acceleration"
148
+ msgstr "Hardware acceleration"
149
+
150
+ msgid "Integrity checks"
151
+ msgstr "Integrity checks"
152
+
153
+ msgid "UI settings"
154
+ msgstr "UI settings"
155
+
156
+ msgid "Pipeline mode"
157
+ msgstr "Pipeline mode"
158
+
159
+ msgid "Parallelism"
160
+ msgstr "Parallelism"
161
+
162
+ msgid "Notifications"
163
+ msgstr "Notifications"
164
+
165
+ msgid "Send desktop notification when done (default: enabled)"
166
+ msgstr "Send desktop notification when done (default: enabled)"
167
+
168
+ msgid "Disable desktop notifications"
169
+ msgstr "Disable desktop notifications"
170
+
171
+ msgid "Internationalization"
172
+ msgstr "Internationalization"
173
+
174
+ msgid "Force language (default: auto-detect)"
175
+ msgstr "Force language (default: auto-detect)"
176
+
177
+ msgid "Utility commands"
178
+ msgstr "Utility commands"
179
+
180
+ # Utility
181
+ msgid "Requirements Check"
182
+ msgstr "Requirements Check"
183
+
184
+ msgid "System requirements"
185
+ msgstr "System requirements"
186
+
187
+ msgid "mandatory"
188
+ msgstr "mandatory"
189
+
190
+ msgid "Optional dependencies"
191
+ msgstr "Optional dependencies"
192
+
193
+ msgid "All requirements satisfied"
194
+ msgstr "All requirements satisfied"
195
+
196
+ msgid "Some requirements missing"
197
+ msgstr "Some requirements missing"
198
+
199
+ msgid "directories"
200
+ msgstr "directories"
201
+
202
+ msgid "User directories"
203
+ msgstr "User directories"
204
+
205
+ msgid "Removed"
206
+ msgstr "Removed"
207
+
208
+ msgid "temp files"
209
+ msgstr "temp files"
210
+
211
+ msgid "log files older than"
212
+ msgstr "log files older than"
213
+
214
+ msgid "days"
215
+ msgstr "days"
216
+
217
+ msgid "history entries"
218
+ msgstr "history entries"
219
+
220
+ msgid "No conversion history found."
221
+ msgstr "No conversion history found."
222
+
223
+ msgid "Recent conversions"
224
+ msgstr "Recent conversions"
225
+
226
+ msgid "last"
227
+ msgstr "last"
228
+
229
+ msgid "Conversion statistics"
230
+ msgstr "Conversion statistics"
231
+
232
+ msgid "Total conversions"
233
+ msgstr "Total conversions"
234
+
235
+ msgid "Average encode time"
236
+ msgstr "Average encode time"
237
+
238
+ msgid "Total encode time"
239
+ msgstr "Total encode time"
240
+
241
+ msgid "Stopping"
242
+ msgstr "Stopping"
243
+
244
+ msgid "processes"
245
+ msgstr "processes"
246
+
247
+ msgid "All processes stopped"
248
+ msgstr "All processes stopped"
249
+
250
+ # Pipeline mode strings
251
+ msgid "Backend"
252
+ msgstr "Backend"
253
+
254
+ msgid "Workers"
255
+ msgstr "Workers"
256
+
257
+ msgid "encode"
258
+ msgstr "encode"
259
+
260
+ msgid "integrity"
261
+ msgstr "integrity"
262
+
263
+ msgid "Files"
264
+ msgstr "Files"
265
+
266
+ msgid "to process"
267
+ msgstr "to process"
268
+
269
+ msgid "Found"
270
+ msgstr "Found"
271
+
272
+ msgid "file(s) to process"
273
+ msgstr "file(s) to process"
274
+
275
+ msgid "Converted"
276
+ msgstr "Converted"
277
+
278
+ # Rich UI strings
279
+ msgid "SKIP"
280
+ msgstr "SKIP"
281
+
282
+ msgid "DONE"
283
+ msgstr "DONE"
284
+
285
+ msgid "FAIL"
286
+ msgstr "FAIL"
287
+
288
+ msgid "QUEUE"
289
+ msgstr "QUEUE"
290
+
291
+ msgid "CHECK"
292
+ msgstr "CHECK"
293
+
294
+ msgid "ENCODE"
295
+ msgstr "ENCODE"
296
+
297
+ msgid "int"
298
+ msgstr "int"
299
+
300
+ msgid "enc"
301
+ msgstr "enc"
302
+
303
+ msgid "tot"
304
+ msgstr "tot"
305
+
306
+ msgid "error"
307
+ msgstr "error"
308
+
309
+ msgid "check"
310
+ msgstr "check"
311
+
312
+ msgid "in queue"
313
+ msgstr "in queue"
314
+
315
+ msgid "Waiting for check"
316
+ msgstr "Waiting for check"
317
+
318
+ msgid "file(s)"
319
+ msgstr "file(s)"
320
+
321
+ msgid "Initializing..."
322
+ msgstr "Initializing..."
323
+
324
+ msgid "output exists"
325
+ msgstr "output exists"
326
+
327
+ msgid "tmp exists"
328
+ msgstr "tmp exists"
329
+
330
+ msgid "dryrun"
331
+ msgstr "dryrun"
332
+
333
+ msgid "integrity failed"
334
+ msgstr "integrity failed"
335
+
336
+ msgid "integrity error"
337
+ msgstr "integrity error"
338
+
339
+ msgid "analysis error"
340
+ msgstr "analysis error"
341
+
342
+ msgid "encode error"
343
+ msgstr "encode error"
344
+
345
+ msgid "move error"
346
+ msgstr "move error"
347
+
348
+ msgid "interrupted"
349
+ msgstr "interrupted"
350
+
351
+ msgid "OK"
352
+ msgstr "OK"
353
+
354
+ msgid "in"
355
+ msgstr "in"
356
+
357
+ msgid "FAILED"
358
+ msgstr "FAILED"
359
+
360
+ msgid "Already compatible"
361
+ msgstr "Already compatible"
362
+
363
+ # Multi-user cleanup
364
+ msgid "Running as root - cleaning tmp for all users..."
365
+ msgstr "Running as root - cleaning tmp for all users..."
366
+
367
+ msgid "Running as root - cleaning logs for all users..."
368
+ msgstr "Running as root - cleaning logs for all users..."
369
+
370
+ msgid "files removed"
371
+ msgstr "files removed"
372
+
373
+ msgid "Total removed"
374
+ msgstr "Total removed"
375
+
376
+ # AMD AMF
377
+ msgid "AMD AMF quality (0-51)"
378
+ msgstr "AMD AMF quality (0-51)"
379
+
380
+ # JSON Progress
381
+ msgid "Output JSON progress for integration with other applications"
382
+ msgstr "Output JSON progress for integration with other applications"