virtui-manager 1.1.5__py3-none-any.whl → 1.3.0__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.
Files changed (57) hide show
  1. {virtui_manager-1.1.5.dist-info → virtui_manager-1.3.0.dist-info}/METADATA +1 -1
  2. virtui_manager-1.3.0.dist-info/RECORD +73 -0
  3. vmanager/constants.py +737 -108
  4. vmanager/dialog.css +24 -0
  5. vmanager/firmware_manager.py +4 -1
  6. vmanager/i18n.py +32 -0
  7. vmanager/libvirt_utils.py +132 -3
  8. vmanager/locales/de/LC_MESSAGES/virtui-manager.po +3012 -0
  9. vmanager/locales/fr/LC_MESSAGES/virtui-manager.mo +0 -0
  10. vmanager/locales/fr/LC_MESSAGES/virtui-manager.po +3124 -0
  11. vmanager/locales/it/LC_MESSAGES/virtui-manager.po +3012 -0
  12. vmanager/locales/virtui-manager.pot +3012 -0
  13. vmanager/modals/bulk_modals.py +13 -12
  14. vmanager/modals/cache_stats_modal.py +6 -5
  15. vmanager/modals/capabilities_modal.py +133 -0
  16. vmanager/modals/config_modal.py +25 -24
  17. vmanager/modals/cpu_mem_pc_modals.py +22 -21
  18. vmanager/modals/custom_migration_modal.py +10 -9
  19. vmanager/modals/disk_pool_modals.py +60 -59
  20. vmanager/modals/host_dashboard_modal.py +137 -0
  21. vmanager/modals/howto_disk_modal.py +13 -72
  22. vmanager/modals/howto_network_modal.py +13 -39
  23. vmanager/modals/howto_overlay_modal.py +13 -52
  24. vmanager/modals/howto_ssh_modal.py +12 -67
  25. vmanager/modals/howto_virtiofs_modal.py +13 -64
  26. vmanager/modals/input_modals.py +11 -10
  27. vmanager/modals/log_modal.py +2 -1
  28. vmanager/modals/migration_modals.py +20 -18
  29. vmanager/modals/network_modals.py +45 -36
  30. vmanager/modals/provisioning_modals.py +56 -56
  31. vmanager/modals/select_server_modals.py +8 -7
  32. vmanager/modals/selection_modals.py +7 -6
  33. vmanager/modals/server_modals.py +24 -23
  34. vmanager/modals/server_prefs_modals.py +103 -87
  35. vmanager/modals/utils_modals.py +10 -9
  36. vmanager/modals/virsh_modals.py +3 -2
  37. vmanager/modals/virtiofs_modals.py +6 -5
  38. vmanager/modals/vm_type_info_modal.py +2 -1
  39. vmanager/modals/vmanager_modals.py +19 -19
  40. vmanager/modals/vmcard_dialog.py +57 -57
  41. vmanager/modals/vmdetails_modals.py +115 -123
  42. vmanager/modals/xml_modals.py +3 -2
  43. vmanager/network_manager.py +4 -1
  44. vmanager/storage_manager.py +182 -42
  45. vmanager/utils.py +39 -6
  46. vmanager/vm_actions.py +28 -24
  47. vmanager/vm_queries.py +67 -25
  48. vmanager/vm_service.py +8 -5
  49. vmanager/vmanager.css +46 -0
  50. vmanager/vmanager.py +178 -112
  51. vmanager/vmcard.py +161 -159
  52. vmanager/webconsole_manager.py +21 -21
  53. virtui_manager-1.1.5.dist-info/RECORD +0 -65
  54. {virtui_manager-1.1.5.dist-info → virtui_manager-1.3.0.dist-info}/WHEEL +0 -0
  55. {virtui_manager-1.1.5.dist-info → virtui_manager-1.3.0.dist-info}/entry_points.txt +0 -0
  56. {virtui_manager-1.1.5.dist-info → virtui_manager-1.3.0.dist-info}/licenses/LICENSE +0 -0
  57. {virtui_manager-1.1.5.dist-info → virtui_manager-1.3.0.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,3012 @@
1
+ # SOME DESCRIPTIVE TITLE.
2
+ # Copyright (C) YEAR VirtUI Manager
3
+ # This file is distributed under the same license as the VirtUI Manager package.
4
+ # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5
+ #
6
+ #, fuzzy
7
+ msgid ""
8
+ msgstr ""
9
+ "Project-Id-Version: VirtUI Manager 1.3.0\n"
10
+ "Report-Msgid-Bugs-To: https://github.com/aginies/virtui-manager/issues\n"
11
+ "POT-Creation-Date: 2026-01-30 10:19+0100\n"
12
+ "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13
+ "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14
+ "Language-Team: LANGUAGE <LL@li.org>\n"
15
+ "Language: \n"
16
+ "MIME-Version: 1.0\n"
17
+ "Content-Type: text/plain; charset=UTF-8\n"
18
+ "Content-Transfer-Encoding: 8bit\n"
19
+
20
+ #: constants.py:64
21
+ msgid "Add"
22
+ msgstr ""
23
+
24
+ #: constants.py:65
25
+ msgid "Save"
26
+ msgstr ""
27
+
28
+ #: constants.py:66
29
+ msgid "Save Changes"
30
+ msgstr ""
31
+
32
+ #: constants.py:67
33
+ msgid "Create Network"
34
+ msgstr ""
35
+
36
+ #: constants.py:68
37
+ msgid "Install"
38
+ msgstr ""
39
+
40
+ #: constants.py:69
41
+ msgid "Info"
42
+ msgstr ""
43
+
44
+ #: constants.py:70
45
+ msgid "Browse"
46
+ msgstr ""
47
+
48
+ #: constants.py:71
49
+ msgid "Start"
50
+ msgstr ""
51
+
52
+ #: constants.py:72
53
+ msgid "Shutdown"
54
+ msgstr ""
55
+
56
+ #: constants.py:73
57
+ msgid "Force Off"
58
+ msgstr ""
59
+
60
+ #: constants.py:74
61
+ msgid "Remove"
62
+ msgstr ""
63
+
64
+ #: constants.py:75
65
+ msgid "Pause"
66
+ msgstr ""
67
+
68
+ #: constants.py:76
69
+ msgid "Resume"
70
+ msgstr ""
71
+
72
+ #: constants.py:77
73
+ msgid "Configure"
74
+ msgstr ""
75
+
76
+ #: constants.py:78
77
+ msgid "Web Console"
78
+ msgstr ""
79
+
80
+ #: constants.py:79
81
+ msgid "Connect"
82
+ msgstr ""
83
+
84
+ #: constants.py:80 constants.py:208
85
+ msgid "Snapshot"
86
+ msgstr ""
87
+
88
+ #: constants.py:81
89
+ msgid "Restore Snapshot"
90
+ msgstr ""
91
+
92
+ #: constants.py:82
93
+ msgid "Del Snapshot"
94
+ msgstr ""
95
+
96
+ #: constants.py:83 constants.py:115
97
+ msgid "Delete"
98
+ msgstr ""
99
+
100
+ #: constants.py:84
101
+ msgid "Edit"
102
+ msgstr ""
103
+
104
+ #: constants.py:85
105
+ msgid "Custom URL"
106
+ msgstr ""
107
+
108
+ #: constants.py:86
109
+ msgid "SSH Help"
110
+ msgstr ""
111
+
112
+ #: constants.py:87
113
+ msgid "View"
114
+ msgstr ""
115
+
116
+ #: constants.py:88 constants.py:111 constants.py:116 constants.py:172
117
+ msgid "Help"
118
+ msgstr ""
119
+
120
+ #: constants.py:89
121
+ msgid "Add Pool"
122
+ msgstr ""
123
+
124
+ #: constants.py:90
125
+ msgid "Delete Pool"
126
+ msgstr ""
127
+
128
+ #: constants.py:91
129
+ msgid "New Volume"
130
+ msgstr ""
131
+
132
+ #: constants.py:92
133
+ msgid "Attach Vol"
134
+ msgstr ""
135
+
136
+ #: constants.py:93
137
+ msgid "Move Volume"
138
+ msgstr ""
139
+
140
+ #: constants.py:94
141
+ msgid "Delete Volume"
142
+ msgstr ""
143
+
144
+ #: constants.py:95
145
+ msgid "Edit XML"
146
+ msgstr ""
147
+
148
+ #: constants.py:96
149
+ msgid "Edit CPU Tune"
150
+ msgstr ""
151
+
152
+ #: constants.py:97
153
+ msgid "Edit NUMA Tune"
154
+ msgstr ""
155
+
156
+ #: constants.py:98
157
+ msgid "Switch to BIOS"
158
+ msgstr ""
159
+
160
+ #: constants.py:99
161
+ msgid "Switch to UEFI"
162
+ msgstr ""
163
+
164
+ #: constants.py:100
165
+ msgid "Save Boot Order"
166
+ msgstr ""
167
+
168
+ #: constants.py:101
169
+ msgid "<"
170
+ msgstr ""
171
+
172
+ #: constants.py:102
173
+ msgid ">"
174
+ msgstr ""
175
+
176
+ #: constants.py:103
177
+ msgid "Up"
178
+ msgstr ""
179
+
180
+ #: constants.py:104
181
+ msgid "Down"
182
+ msgstr ""
183
+
184
+ #: constants.py:105
185
+ msgid "Remove Disk"
186
+ msgstr ""
187
+
188
+ #: constants.py:106
189
+ msgid "Disable Disk"
190
+ msgstr ""
191
+
192
+ #: constants.py:107
193
+ msgid "Enable Disk"
194
+ msgstr ""
195
+
196
+ #: constants.py:108
197
+ msgid "Add Disk"
198
+ msgstr ""
199
+
200
+ #: constants.py:109
201
+ msgid "Attach Existing Disk"
202
+ msgstr ""
203
+
204
+ #: constants.py:110
205
+ msgid "Edit Disk"
206
+ msgstr ""
207
+
208
+ #: constants.py:112
209
+ msgid "Edit Interface"
210
+ msgstr ""
211
+
212
+ #: constants.py:113
213
+ msgid "Add Interface"
214
+ msgstr ""
215
+
216
+ #: constants.py:114
217
+ msgid "Remove Interface"
218
+ msgstr ""
219
+
220
+ #: constants.py:117
221
+ msgid "Apply Graphics Settings"
222
+ msgstr ""
223
+
224
+ #: constants.py:118
225
+ msgid "Apply TPM Settings"
226
+ msgstr ""
227
+
228
+ #: constants.py:119
229
+ msgid "Apply RNG Settings"
230
+ msgstr ""
231
+
232
+ #: constants.py:120
233
+ msgid "Add PTY Console"
234
+ msgstr ""
235
+
236
+ #: constants.py:121
237
+ msgid "Remove Console"
238
+ msgstr ""
239
+
240
+ #: constants.py:122
241
+ msgid "Apply Watchdog Settings"
242
+ msgstr ""
243
+
244
+ #: constants.py:123
245
+ msgid "Remove Watchdog"
246
+ msgstr ""
247
+
248
+ #: constants.py:124
249
+ msgid "Add Input"
250
+ msgstr ""
251
+
252
+ #: constants.py:125
253
+ msgid "Remove Input"
254
+ msgstr ""
255
+
256
+ #: constants.py:126
257
+ msgid "Add USB2"
258
+ msgstr ""
259
+
260
+ #: constants.py:127
261
+ msgid "Add USB3"
262
+ msgstr ""
263
+
264
+ #: constants.py:128
265
+ msgid "Add SCSI"
266
+ msgstr ""
267
+
268
+ #: constants.py:129
269
+ msgid "Attach >"
270
+ msgstr ""
271
+
272
+ #: constants.py:130
273
+ msgid "< Detach"
274
+ msgstr ""
275
+
276
+ #: constants.py:131
277
+ msgid "Add Channel"
278
+ msgstr ""
279
+
280
+ #: constants.py:132
281
+ msgid "Remove Channel"
282
+ msgstr ""
283
+
284
+ #: constants.py:133
285
+ msgid "Other Tabs"
286
+ msgstr ""
287
+
288
+ #: constants.py:134
289
+ msgid "Apply"
290
+ msgstr ""
291
+
292
+ #: constants.py:135
293
+ msgid "! Clone !"
294
+ msgstr ""
295
+
296
+ #: constants.py:136
297
+ msgid "! Migration !"
298
+ msgstr ""
299
+
300
+ #: constants.py:137
301
+ msgid "View XML"
302
+ msgstr ""
303
+
304
+ #: constants.py:138
305
+ msgid "Rename"
306
+ msgstr ""
307
+
308
+ #: constants.py:139
309
+ msgid "[b][#FFD700]S[/][/]elect Servers"
310
+ msgstr ""
311
+
312
+ #: constants.py:140
313
+ msgid "Servers [b][#FFD700]L[/][/]ist"
314
+ msgstr ""
315
+
316
+ #: constants.py:141
317
+ msgid "Server Prefs"
318
+ msgstr ""
319
+
320
+ #: constants.py:142
321
+ msgid "[b][#FFD700]F[/][/]ilter VM"
322
+ msgstr ""
323
+
324
+ #: constants.py:143 constants.py:180
325
+ msgid "Log"
326
+ msgstr ""
327
+
328
+ #: constants.py:144
329
+ msgid "[b][#FFD700]B[/][/]ulk CMD"
330
+ msgstr ""
331
+
332
+ #: constants.py:145
333
+ msgid "[b][#FFD700]P[/][/]attern Sel"
334
+ msgstr ""
335
+
336
+ #: constants.py:146 constants.py:184
337
+ msgid "Config"
338
+ msgstr ""
339
+
340
+ #: constants.py:147 constants.py:191
341
+ msgid "Previous Page"
342
+ msgstr ""
343
+
344
+ #: constants.py:148 constants.py:192
345
+ msgid "Next Page"
346
+ msgstr ""
347
+
348
+ #: constants.py:149
349
+ msgid "Yes"
350
+ msgstr ""
351
+
352
+ #: constants.py:150
353
+ msgid "No"
354
+ msgstr ""
355
+
356
+ #: constants.py:151
357
+ msgid "Cancel"
358
+ msgstr ""
359
+
360
+ #: constants.py:152
361
+ msgid "Create"
362
+ msgstr ""
363
+
364
+ #: constants.py:153
365
+ msgid "Change"
366
+ msgstr ""
367
+
368
+ #: constants.py:154
369
+ msgid "Stop"
370
+ msgstr ""
371
+
372
+ #: constants.py:155
373
+ msgid "Close"
374
+ msgstr ""
375
+
376
+ #: constants.py:156
377
+ msgid "Move"
378
+ msgstr ""
379
+
380
+ #: constants.py:157
381
+ msgid "Attach"
382
+ msgstr ""
383
+
384
+ #: constants.py:158
385
+ msgid "De/Active"
386
+ msgstr ""
387
+
388
+ #: constants.py:159
389
+ msgid "Autostart"
390
+ msgstr ""
391
+
392
+ #: constants.py:160
393
+ msgid "Execute"
394
+ msgstr ""
395
+
396
+ #: constants.py:161
397
+ msgid "Done"
398
+ msgstr ""
399
+
400
+ #: constants.py:162
401
+ msgid "Search VMs"
402
+ msgstr ""
403
+
404
+ #: constants.py:163
405
+ msgid "Select Matching"
406
+ msgstr ""
407
+
408
+ #: constants.py:164
409
+ msgid "Refresh"
410
+ msgstr ""
411
+
412
+ #: constants.py:165
413
+ msgid "Clear All Caches"
414
+ msgstr ""
415
+
416
+ #: constants.py:166
417
+ msgid "Confirm"
418
+ msgstr ""
419
+
420
+ #: constants.py:167
421
+ msgid "Check Compatibility"
422
+ msgstr ""
423
+
424
+ #: constants.py:168
425
+ msgid "Start Migration"
426
+ msgstr ""
427
+
428
+ #: constants.py:169
429
+ msgid "New Overlay"
430
+ msgstr ""
431
+
432
+ #: constants.py:170
433
+ msgid "Commit Disk"
434
+ msgstr ""
435
+
436
+ #: constants.py:171
437
+ msgid "Discard Overlay"
438
+ msgstr ""
439
+
440
+ #: constants.py:173
441
+ msgid "Compact"
442
+ msgstr ""
443
+
444
+ #: constants.py:174
445
+ msgid "Select"
446
+ msgstr ""
447
+
448
+ #: constants.py:175
449
+ msgid "OK"
450
+ msgstr ""
451
+
452
+ #: constants.py:181
453
+ msgid "Filter"
454
+ msgstr ""
455
+
456
+ #: constants.py:182
457
+ msgid "CompactView"
458
+ msgstr ""
459
+
460
+ #: constants.py:183
461
+ msgid "ServerPrefs"
462
+ msgstr ""
463
+
464
+ #: constants.py:185
465
+ msgid "BulkCMD"
466
+ msgstr ""
467
+
468
+ #: constants.py:186
469
+ msgid "SelServers"
470
+ msgstr ""
471
+
472
+ #: constants.py:187
473
+ msgid "ServList"
474
+ msgstr ""
475
+
476
+ #: constants.py:188
477
+ msgid "PatternSel"
478
+ msgstr ""
479
+
480
+ #: constants.py:189
481
+ msgid "Sel/Des All"
482
+ msgstr ""
483
+
484
+ #: constants.py:190
485
+ msgid "Unselect All"
486
+ msgstr ""
487
+
488
+ #: constants.py:193
489
+ msgid "Running VMs"
490
+ msgstr ""
491
+
492
+ #: constants.py:194
493
+ msgid "All VMs"
494
+ msgstr ""
495
+
496
+ #: constants.py:195
497
+ msgid "Virsh"
498
+ msgstr ""
499
+
500
+ #: constants.py:196
501
+ msgid "Host Caps"
502
+ msgstr ""
503
+
504
+ #: constants.py:197
505
+ msgid "InstallVM"
506
+ msgstr ""
507
+
508
+ #: constants.py:198
509
+ msgid "Log Stats"
510
+ msgstr ""
511
+
512
+ #: constants.py:199
513
+ msgid "Show cache Stats"
514
+ msgstr ""
515
+
516
+ #: constants.py:200
517
+ msgid "Quit"
518
+ msgstr ""
519
+
520
+ #: constants.py:201
521
+ msgid "Host Dashboard"
522
+ msgstr ""
523
+
524
+ #: constants.py:206
525
+ msgid "Manage"
526
+ msgstr ""
527
+
528
+ #: constants.py:207
529
+ msgid "Other"
530
+ msgstr ""
531
+
532
+ #: constants.py:209
533
+ msgid "Snapshots"
534
+ msgstr ""
535
+
536
+ #: constants.py:210
537
+ msgid "Overlay"
538
+ msgstr ""
539
+
540
+ #: constants.py:211
541
+ msgid "Updating Data..."
542
+ msgstr ""
543
+
544
+ #: constants.py:212 constants.py:403
545
+ msgid "Active Allocation"
546
+ msgstr ""
547
+
548
+ #: constants.py:213 constants.py:404
549
+ msgid "Total Allocation"
550
+ msgstr ""
551
+
552
+ #: constants.py:217 constants.py:307
553
+ msgid "Stopped"
554
+ msgstr ""
555
+
556
+ #: constants.py:218 constants.py:303
557
+ msgid "Running"
558
+ msgstr ""
559
+
560
+ #: constants.py:219 constants.py:304
561
+ msgid "Paused"
562
+ msgstr ""
563
+
564
+ #: constants.py:220 constants.py:305
565
+ msgid "PMSuspended"
566
+ msgstr ""
567
+
568
+ #: constants.py:221 constants.py:306
569
+ msgid "Blocked"
570
+ msgstr ""
571
+
572
+ #: constants.py:222
573
+ msgid "Loading"
574
+ msgstr ""
575
+
576
+ #: constants.py:223
577
+ msgid "Unknown"
578
+ msgstr ""
579
+
580
+ #: constants.py:228
581
+ msgid "Cache Performance Statistics"
582
+ msgstr ""
583
+
584
+ #: constants.py:229
585
+ #, python-brace-format
586
+ msgid "(Editing: {get_user_config_path})"
587
+ msgstr ""
588
+
589
+ #: constants.py:230
590
+ msgid "[bold]Custom Migration Plan[/bold]"
591
+ msgstr ""
592
+
593
+ #: constants.py:231
594
+ #, python-brace-format
595
+ msgid "Disk: [b]{volume_name}[/b]"
596
+ msgstr ""
597
+
598
+ #: constants.py:232
599
+ #, python-brace-format
600
+ msgid " Source Pool: {source_pool}"
601
+ msgstr ""
602
+
603
+ #: constants.py:233
604
+ msgid " No destination pools available."
605
+ msgstr ""
606
+
607
+ #: constants.py:234
608
+ #, python-brace-format
609
+ msgid "Disk: [b]{disk_path}[/b]"
610
+ msgstr ""
611
+
612
+ #: constants.py:235
613
+ #, python-brace-format
614
+ msgid " Action: {message}"
615
+ msgstr ""
616
+
617
+ #: constants.py:236
618
+ #, python-brace-format
619
+ msgid "From Pool: {source_pool_name}"
620
+ msgstr ""
621
+
622
+ #: constants.py:237
623
+ msgid "Select destination server:"
624
+ msgstr ""
625
+
626
+ #: constants.py:238
627
+ msgid "Migration Options:"
628
+ msgstr ""
629
+
630
+ #: constants.py:239
631
+ msgid "Compatibility Check Results / Migration Log:"
632
+ msgstr ""
633
+
634
+ #: constants.py:240
635
+ msgid "[b]VMs [green]Ready[/] for Migration[/b]"
636
+ msgstr ""
637
+
638
+ #: constants.py:241
639
+ msgid "[b]VMs [red]Not[/] Ready for Migration[/b]"
640
+ msgstr ""
641
+
642
+ #: constants.py:242
643
+ msgid "Delete associated storage"
644
+ msgstr ""
645
+
646
+ #: constants.py:243
647
+ msgid "Create new disk image"
648
+ msgstr ""
649
+
650
+ #: constants.py:244
651
+ msgid "CD-ROM"
652
+ msgstr ""
653
+
654
+ #: constants.py:245
655
+ msgid "Copy storage all"
656
+ msgstr ""
657
+
658
+ #: constants.py:246
659
+ msgid "Unsafe migration"
660
+ msgstr ""
661
+
662
+ #: constants.py:247
663
+ msgid "Persistent migration"
664
+ msgstr ""
665
+
666
+ #: constants.py:248
667
+ msgid "Compress data"
668
+ msgstr ""
669
+
670
+ #: constants.py:249
671
+ msgid "Tunnelled migration"
672
+ msgstr ""
673
+
674
+ #: constants.py:250
675
+ msgid "Custom migration"
676
+ msgstr ""
677
+
678
+ #: constants.py:251
679
+ msgid "Enable remote web console"
680
+ msgstr ""
681
+
682
+ #: constants.py:252
683
+ msgid "Enable DHCPv4"
684
+ msgstr ""
685
+
686
+ #: constants.py:253
687
+ msgid "Validate Checksum"
688
+ msgstr ""
689
+
690
+ #: constants.py:254
691
+ msgid "UEFI"
692
+ msgstr ""
693
+
694
+ #: constants.py:255
695
+ msgid "Configure before install"
696
+ msgstr ""
697
+
698
+ #: constants.py:256
699
+ #, python-brace-format
700
+ msgid "Install OpenSUSE VM on {uri}"
701
+ msgstr ""
702
+
703
+ #: constants.py:257
704
+ msgid "VM Name:"
705
+ msgstr ""
706
+
707
+ #: constants.py:258
708
+ msgid "VM Type:"
709
+ msgstr ""
710
+
711
+ #: constants.py:259
712
+ msgid "Distribution:"
713
+ msgstr ""
714
+
715
+ #: constants.py:260
716
+ msgid "ISO Image (Repo):"
717
+ msgstr ""
718
+
719
+ #: constants.py:261
720
+ #, python-brace-format
721
+ msgid "ISOs will be downloaded to: {iso_path}"
722
+ msgstr ""
723
+
724
+ #: constants.py:262
725
+ msgid "Custom ISO (Local Path):"
726
+ msgstr ""
727
+
728
+ #: constants.py:263
729
+ msgid "Select Storage Pool:"
730
+ msgstr ""
731
+
732
+ #: constants.py:264
733
+ msgid "Select ISO Volume:"
734
+ msgstr ""
735
+
736
+ #: constants.py:265
737
+ msgid "Storage Pool:"
738
+ msgstr ""
739
+
740
+ #: constants.py:266
741
+ msgid " Memory (GB)"
742
+ msgstr ""
743
+
744
+ #: constants.py:267
745
+ msgid " CPUs"
746
+ msgstr ""
747
+
748
+ #: constants.py:268
749
+ msgid " Disk Size(GB)"
750
+ msgstr ""
751
+
752
+ #: constants.py:269
753
+ msgid " Disk Format"
754
+ msgstr ""
755
+
756
+ #: constants.py:270
757
+ msgid " Firmware"
758
+ msgstr ""
759
+
760
+ #: constants.py:271
761
+ msgid "Delete storage volumes"
762
+ msgstr ""
763
+
764
+ #: constants.py:272
765
+ msgid "Quiesce guest (requires agent)"
766
+ msgstr ""
767
+
768
+ #: constants.py:273
769
+ msgid "Select interface and new network"
770
+ msgstr ""
771
+
772
+ #: constants.py:274
773
+ msgid "Enter base name for new VM(s)"
774
+ msgstr ""
775
+
776
+ #: constants.py:275
777
+ msgid "Suffix for clone names (e.g., _C)"
778
+ msgstr ""
779
+
780
+ #: constants.py:276
781
+ msgid "Number of clones to create"
782
+ msgstr ""
783
+
784
+ #: constants.py:277
785
+ msgid "Do Not Clone storage"
786
+ msgstr ""
787
+
788
+ #: constants.py:278
789
+ #, python-brace-format
790
+ msgid "Current name: {current_name}"
791
+ msgstr ""
792
+
793
+ #: constants.py:279
794
+ msgid "Enter new VM name"
795
+ msgstr ""
796
+
797
+ #: constants.py:280
798
+ #, python-brace-format
799
+ msgid "Current time: {now}"
800
+ msgstr ""
801
+
802
+ #: constants.py:281
803
+ msgid "Enter snapshot name"
804
+ msgstr ""
805
+
806
+ #: constants.py:282
807
+ msgid "Description (optional)"
808
+ msgstr ""
809
+
810
+ #: constants.py:283
811
+ msgid "Web Console Configuration"
812
+ msgstr ""
813
+
814
+ #: constants.py:284
815
+ msgid "Remote"
816
+ msgstr ""
817
+
818
+ #: constants.py:285
819
+ msgid "Enter QEMU Connection URI:"
820
+ msgstr ""
821
+
822
+ #: constants.py:286
823
+ msgid "Add New Server"
824
+ msgstr ""
825
+
826
+ #: constants.py:287
827
+ msgid "Autoconnect at startup"
828
+ msgstr ""
829
+
830
+ #: constants.py:288
831
+ msgid "Edit Server"
832
+ msgstr ""
833
+
834
+ #: constants.py:289
835
+ msgid "Server List Management"
836
+ msgstr ""
837
+
838
+ #: constants.py:290
839
+ msgid "Select Servers to Display"
840
+ msgstr ""
841
+
842
+ #: constants.py:291
843
+ msgid "Enter new VCPU count"
844
+ msgstr ""
845
+
846
+ #: constants.py:292
847
+ msgid "Enter new memory size (MB)"
848
+ msgstr ""
849
+
850
+ #: constants.py:293
851
+ msgid "Select Machine Type:"
852
+ msgstr ""
853
+
854
+ #: constants.py:294
855
+ msgid "Format: 0:0-3; 1:4-7"
856
+ msgstr ""
857
+
858
+ #: constants.py:295
859
+ msgid "NUMA Memory Mode"
860
+ msgstr ""
861
+
862
+ #: constants.py:296
863
+ msgid "Nodeset"
864
+ msgstr ""
865
+
866
+ #: constants.py:297
867
+ #, python-brace-format
868
+ msgid "Enter CPU Pinning (max vcpu: {max_vcpus})"
869
+ msgstr ""
870
+
871
+ #: constants.py:298
872
+ msgid "Select VMs by Pattern (ctrl+u to unselect All VMS)"
873
+ msgstr ""
874
+
875
+ #: constants.py:299
876
+ msgid "Regex"
877
+ msgstr ""
878
+
879
+ #: constants.py:300
880
+ msgid "Matching VMs:"
881
+ msgstr ""
882
+
883
+ #: constants.py:301
884
+ msgid "Filter by Name"
885
+ msgstr ""
886
+
887
+ #: constants.py:302
888
+ msgid "All"
889
+ msgstr ""
890
+
891
+ #: constants.py:308
892
+ msgid "Manually Selected"
893
+ msgstr ""
894
+
895
+ #: constants.py:309
896
+ msgid "Create New VM"
897
+ msgstr ""
898
+
899
+ #: constants.py:310
900
+ msgid "Start VMs"
901
+ msgstr ""
902
+
903
+ #: constants.py:311
904
+ msgid "Stop VMs (Graceful Shutdown)"
905
+ msgstr ""
906
+
907
+ #: constants.py:312
908
+ msgid "Force Off VMs"
909
+ msgstr ""
910
+
911
+ #: constants.py:313
912
+ msgid "Pause VMs"
913
+ msgstr ""
914
+
915
+ #: constants.py:314
916
+ msgid "Delete VMs"
917
+ msgstr ""
918
+
919
+ #: constants.py:315
920
+ msgid "Edit Configuration"
921
+ msgstr ""
922
+
923
+ #: constants.py:316
924
+ msgid "Hypervisor default"
925
+ msgstr ""
926
+
927
+ #: constants.py:317
928
+ msgid "Localhost only"
929
+ msgstr ""
930
+
931
+ #: constants.py:318
932
+ msgid "All interfaces"
933
+ msgstr ""
934
+
935
+ #: constants.py:319
936
+ msgid "NAT Network"
937
+ msgstr ""
938
+
939
+ #: constants.py:320
940
+ msgid "Routed Network"
941
+ msgstr ""
942
+
943
+ #: constants.py:321
944
+ msgid "e.g., 192.168.1.0/24"
945
+ msgstr ""
946
+
947
+ #: constants.py:322
948
+ msgid "e.g., 192.168.1.10"
949
+ msgstr ""
950
+
951
+ #: constants.py:323
952
+ msgid "e.g., 192.168.1.200"
953
+ msgstr ""
954
+
955
+ #: constants.py:324
956
+ msgid "Select Network and Model"
957
+ msgstr ""
958
+
959
+ #: constants.py:325
960
+ msgid "Use Custom DNS Domain"
961
+ msgstr ""
962
+
963
+ #: constants.py:326
964
+ msgid "Use Network Name for DNS"
965
+ msgstr ""
966
+
967
+ #: constants.py:327
968
+ msgid "Custom DNS Domain"
969
+ msgstr ""
970
+
971
+ #: constants.py:328
972
+ msgid "Network Details"
973
+ msgstr ""
974
+
975
+ #: constants.py:329
976
+ msgid "Undefine source VM"
977
+ msgstr ""
978
+
979
+ #: constants.py:330
980
+ #, python-brace-format
981
+ msgid "Edit Disk: {path}"
982
+ msgstr ""
983
+
984
+ #: constants.py:331
985
+ #, python-brace-format
986
+ msgid "Move Volume: {volume_name}"
987
+ msgstr ""
988
+
989
+ #: constants.py:332
990
+ #, python-brace-format
991
+ msgid "[{migration_type}] Migrate VMs: [b]{vm_names}[/b]"
992
+ msgstr ""
993
+
994
+ #: constants.py:334
995
+ msgid "Server Preferences"
996
+ msgstr ""
997
+
998
+ #: constants.py:335 constants.py:390
999
+ msgid "Select a Directory"
1000
+ msgstr ""
1001
+
1002
+ #: constants.py:336 constants.py:391
1003
+ msgid "Select a File"
1004
+ msgstr ""
1005
+
1006
+ #: constants.py:337
1007
+ msgid "Select Disk to Remove"
1008
+ msgstr ""
1009
+
1010
+ #: constants.py:338
1011
+ msgid "Add New Disk"
1012
+ msgstr ""
1013
+
1014
+ #: constants.py:339
1015
+ msgid "Add New Storage Pool"
1016
+ msgstr ""
1017
+
1018
+ #: constants.py:340
1019
+ msgid "Target Path (for volumes)"
1020
+ msgstr ""
1021
+
1022
+ #: constants.py:341
1023
+ msgid "Target Path (on this host)"
1024
+ msgstr ""
1025
+
1026
+ #: constants.py:342
1027
+ msgid "Source Hostname"
1028
+ msgstr ""
1029
+
1030
+ #: constants.py:343
1031
+ msgid "Source Path (on remote host)"
1032
+ msgstr ""
1033
+
1034
+ #: constants.py:344
1035
+ msgid "Create New Storage Volume"
1036
+ msgstr ""
1037
+
1038
+ #: constants.py:345
1039
+ msgid "Device Type:"
1040
+ msgstr ""
1041
+
1042
+ #: constants.py:346
1043
+ msgid "Bus Type:"
1044
+ msgstr ""
1045
+
1046
+ #: constants.py:347
1047
+ msgid "Cache Mode:"
1048
+ msgstr ""
1049
+
1050
+ #: constants.py:348
1051
+ msgid "Discard Mode:"
1052
+ msgstr ""
1053
+
1054
+ #: constants.py:349 constants.py:622
1055
+ msgid "VM must be stopped to edit disk settings."
1056
+ msgstr ""
1057
+
1058
+ #: constants.py:350
1059
+ msgid "Destination Pool:"
1060
+ msgstr ""
1061
+
1062
+ #: constants.py:351
1063
+ msgid "New Volume Name:"
1064
+ msgstr ""
1065
+
1066
+ #: constants.py:352
1067
+ msgid "Attach Existing Disk as Volume"
1068
+ msgstr ""
1069
+
1070
+ #: constants.py:353
1071
+ msgid "Boot Order"
1072
+ msgstr ""
1073
+
1074
+ #: constants.py:354
1075
+ msgid "Available Devices"
1076
+ msgstr ""
1077
+
1078
+ #: constants.py:355
1079
+ msgid "Type:"
1080
+ msgstr ""
1081
+
1082
+ #: constants.py:356
1083
+ msgid "Listen Type:"
1084
+ msgstr ""
1085
+
1086
+ #: constants.py:357
1087
+ msgid "Address:"
1088
+ msgstr ""
1089
+
1090
+ #: constants.py:358
1091
+ msgid "TPM Model:"
1092
+ msgstr ""
1093
+
1094
+ #: constants.py:359
1095
+ msgid "TPM Type:"
1096
+ msgstr ""
1097
+
1098
+ #: constants.py:360
1099
+ msgid "Device Path (for passthrough):"
1100
+ msgstr ""
1101
+
1102
+ #: constants.py:361
1103
+ msgid "Backend Type (for passthrough):"
1104
+ msgstr ""
1105
+
1106
+ #: constants.py:362
1107
+ msgid "Backend Path (for passthrough):"
1108
+ msgstr ""
1109
+
1110
+ #: constants.py:363
1111
+ msgid "Host device"
1112
+ msgstr ""
1113
+
1114
+ #: constants.py:364
1115
+ msgid "Watchdog Model:"
1116
+ msgstr ""
1117
+
1118
+ #: constants.py:365
1119
+ msgid "Action:"
1120
+ msgstr ""
1121
+
1122
+ #: constants.py:366
1123
+ msgid "Available Host USB Devices"
1124
+ msgstr ""
1125
+
1126
+ #: constants.py:367
1127
+ msgid "Attached to VM"
1128
+ msgstr ""
1129
+
1130
+ #: constants.py:368
1131
+ msgid "Available Host PCI Devices"
1132
+ msgstr ""
1133
+
1134
+ #: constants.py:369
1135
+ msgid "Virsh Interactive Shell (esc to quit)"
1136
+ msgstr ""
1137
+
1138
+ #: constants.py:370
1139
+ msgid ""
1140
+ "Note: This shell starts a new `virsh` process, which may require re-"
1141
+ "authentication for remote connections. Using SSH keys is recommended."
1142
+ msgstr ""
1143
+
1144
+ #: constants.py:371
1145
+ msgid "Input Device"
1146
+ msgstr ""
1147
+
1148
+ #: constants.py:372
1149
+ msgid "Add Channel Device"
1150
+ msgstr ""
1151
+
1152
+ #: constants.py:373
1153
+ msgid "Standard Target Names:"
1154
+ msgstr ""
1155
+
1156
+ #: constants.py:374
1157
+ msgid "Target Name:"
1158
+ msgstr ""
1159
+
1160
+ #: constants.py:375
1161
+ msgid "Selected VMs for Bulk Action"
1162
+ msgstr ""
1163
+
1164
+ #: constants.py:376
1165
+ msgid "Choose Action:"
1166
+ msgstr ""
1167
+
1168
+ #: constants.py:377
1169
+ msgid "Performance"
1170
+ msgstr ""
1171
+
1172
+ #: constants.py:378
1173
+ msgid "Stats Interval (seconds):"
1174
+ msgstr ""
1175
+
1176
+ #: constants.py:379
1177
+ msgid "Log File Path:"
1178
+ msgstr ""
1179
+
1180
+ #: constants.py:380
1181
+ msgid "Logging Level:"
1182
+ msgstr ""
1183
+
1184
+ #: constants.py:381
1185
+ msgid "Remote Viewer"
1186
+ msgstr ""
1187
+
1188
+ #: constants.py:382
1189
+ msgid "No remote viewers found (virt-viewer or virtui-remote-viewer)"
1190
+ msgstr ""
1191
+
1192
+ #: constants.py:383
1193
+ msgid "Websockify Path:"
1194
+ msgstr ""
1195
+
1196
+ #: constants.py:384
1197
+ msgid "noVNC Path:"
1198
+ msgstr ""
1199
+
1200
+ #: constants.py:385
1201
+ msgid "Websockify Port Range:"
1202
+ msgstr ""
1203
+
1204
+ #: constants.py:386
1205
+ msgid "VNC Quality (0-9):"
1206
+ msgstr ""
1207
+
1208
+ #: constants.py:387
1209
+ msgid "VNC Compression (0-9):"
1210
+ msgstr ""
1211
+
1212
+ #: constants.py:388
1213
+ msgid "Host Capabilities"
1214
+ msgstr ""
1215
+
1216
+ #: constants.py:389
1217
+ msgid "Capabilities"
1218
+ msgstr ""
1219
+
1220
+ #: constants.py:392
1221
+ msgid "Export filesystem as readonly mount"
1222
+ msgstr ""
1223
+
1224
+ #: constants.py:393
1225
+ msgid "Web console will run locally."
1226
+ msgstr ""
1227
+
1228
+ #: constants.py:394
1229
+ msgid "Enable boot menu"
1230
+ msgstr ""
1231
+
1232
+ #: constants.py:395
1233
+ msgid "Web Console (novnc)"
1234
+ msgstr ""
1235
+
1236
+ #: constants.py:396
1237
+ msgid "Host Resource Dashboard"
1238
+ msgstr ""
1239
+
1240
+ #: constants.py:397
1241
+ msgid "Host Details"
1242
+ msgstr ""
1243
+
1244
+ #: constants.py:398
1245
+ msgid "VM Allocation"
1246
+ msgstr ""
1247
+
1248
+ #: constants.py:399
1249
+ msgid "CPU Usage"
1250
+ msgstr ""
1251
+
1252
+ #: constants.py:400
1253
+ msgid "Memory Usage"
1254
+ msgstr ""
1255
+
1256
+ #: constants.py:401
1257
+ msgid "Allocated VCPUs"
1258
+ msgstr ""
1259
+
1260
+ #: constants.py:402
1261
+ msgid "Allocated Memory"
1262
+ msgstr ""
1263
+
1264
+ #: constants.py:405
1265
+ msgid "Model:"
1266
+ msgstr ""
1267
+
1268
+ #: constants.py:406
1269
+ msgid "Topology:"
1270
+ msgstr ""
1271
+
1272
+ #: constants.py:407
1273
+ msgid "Waiting to start collection..."
1274
+ msgstr ""
1275
+
1276
+ #: constants.py:408
1277
+ #, python-brace-format
1278
+ msgid "Collecting VM info: {current}/{total}"
1279
+ msgstr ""
1280
+
1281
+ #: constants.py:412
1282
+ #, python-brace-format
1283
+ msgid "Disk R/W {read:.2f}/{write:.2f} MB/s"
1284
+ msgstr ""
1285
+
1286
+ #: constants.py:413
1287
+ #, python-brace-format
1288
+ msgid "Net Rx/Tx {rx:.2f}/{tx:.2f} MB/s"
1289
+ msgstr ""
1290
+
1291
+ #: constants.py:414
1292
+ #, python-brace-format
1293
+ msgid "{cpu} VCPU"
1294
+ msgstr ""
1295
+
1296
+ #: constants.py:415
1297
+ #, python-brace-format
1298
+ msgid "{mem} Gb"
1299
+ msgstr ""
1300
+
1301
+ #: constants.py:419
1302
+ msgid "Remote viewer command not found. Please ensure it is installed."
1303
+ msgstr ""
1304
+
1305
+ #: constants.py:420
1306
+ msgid "Could not open display. Ensure you are in a graphical session."
1307
+ msgstr ""
1308
+
1309
+ #: constants.py:421
1310
+ msgid "This is a hard stop, like unplugging the power cord."
1311
+ msgstr ""
1312
+
1313
+ #: constants.py:422
1314
+ msgid ""
1315
+ "Migration from localhost (qemu:///system) is not supported.\n"
1316
+ "A full remote URI (e.g., qemu+ssh://user@host/system) is required."
1317
+ msgstr ""
1318
+
1319
+ #: constants.py:423
1320
+ msgid "No destination servers available."
1321
+ msgstr ""
1322
+
1323
+ #: constants.py:424
1324
+ msgid "Cannot migrate VMs from different source hosts at the same time."
1325
+ msgstr ""
1326
+
1327
+ #: constants.py:425
1328
+ msgid "Cannot migrate running/paused and stopped VMs at the same time."
1329
+ msgstr ""
1330
+
1331
+ #: constants.py:426
1332
+ msgid "websockify is not installed. 'Web Console' button will be disabled."
1333
+ msgstr ""
1334
+
1335
+ #: constants.py:427
1336
+ msgid "novnc is not installed. 'Web Console' button will be disabled."
1337
+ msgstr ""
1338
+
1339
+ #: constants.py:428
1340
+ #, python-brace-format
1341
+ msgid "Failed to open connection to [b]{uri}[/b]"
1342
+ msgstr ""
1343
+
1344
+ #: constants.py:429 constants.py:552
1345
+ msgid "Not connected to any server."
1346
+ msgstr ""
1347
+
1348
+ #: constants.py:430
1349
+ #, python-brace-format
1350
+ msgid "Could not connect to {uri}"
1351
+ msgstr ""
1352
+
1353
+ #: constants.py:431
1354
+ msgid "No action type received from bulk action modal."
1355
+ msgstr ""
1356
+
1357
+ #: constants.py:432
1358
+ msgid "Could not find any of the selected VMs for editing."
1359
+ msgstr ""
1360
+
1361
+ #: constants.py:433
1362
+ #, python-brace-format
1363
+ msgid "All VMs must be stopped for bulk editing. Running VMs: {running_vms}"
1364
+ msgstr ""
1365
+
1366
+ #: constants.py:434
1367
+ msgid "Could not load details for reference VM."
1368
+ msgstr ""
1369
+
1370
+ #: constants.py:435
1371
+ #, python-brace-format
1372
+ msgid ""
1373
+ "Server(s) {names} disconnected and autoconnect disabled due to connection "
1374
+ "failures."
1375
+ msgstr ""
1376
+
1377
+ #: constants.py:436
1378
+ msgid "No active servers."
1379
+ msgstr ""
1380
+
1381
+ #: constants.py:437
1382
+ msgid "No VMs found in cache. Try refreshing first."
1383
+ msgstr ""
1384
+
1385
+ #: constants.py:438
1386
+ msgid "No VMs selected."
1387
+ msgstr ""
1388
+
1389
+ #: constants.py:439
1390
+ #, python-brace-format
1391
+ msgid "Error fetching VM data: {error}"
1392
+ msgstr ""
1393
+
1394
+ #: constants.py:440
1395
+ #, python-brace-format
1396
+ msgid "Error during initial cache loading: {error}"
1397
+ msgstr ""
1398
+
1399
+ #: constants.py:441
1400
+ #, python-brace-format
1401
+ msgid "Error on VM [b]{vm_name}[/b] during '{action}': {error}"
1402
+ msgstr ""
1403
+
1404
+ #: constants.py:442
1405
+ #, python-brace-format
1406
+ msgid "A fatal error occurred during bulk action: {error}"
1407
+ msgstr ""
1408
+
1409
+ #: constants.py:443
1410
+ #, python-brace-format
1411
+ msgid "Error getting info for VM '{vm_name}': {error}"
1412
+ msgstr ""
1413
+
1414
+ #: constants.py:444
1415
+ #, python-brace-format
1416
+ msgid "Could not find VM with ID [b]{vm_id}[/b]"
1417
+ msgstr ""
1418
+
1419
+ #: constants.py:445
1420
+ #, python-brace-format
1421
+ msgid "Error preparing bulk edit: {error}"
1422
+ msgstr ""
1423
+
1424
+ #: constants.py:446
1425
+ #, python-brace-format
1426
+ msgid "Server [b]{server_name}[/b]: {error_msg}"
1427
+ msgstr ""
1428
+
1429
+ #: constants.py:447
1430
+ #, python-brace-format
1431
+ msgid "Failed to connect to [b]{server_name}[/b]: {error_msg}"
1432
+ msgstr ""
1433
+
1434
+ #: constants.py:448
1435
+ #, python-brace-format
1436
+ msgid "Bulk action [b]{action_type}[/b] failed for {count} VMs."
1437
+ msgstr ""
1438
+
1439
+ #: constants.py:449
1440
+ #, python-brace-format
1441
+ msgid "Error launching preferences: {error}"
1442
+ msgstr ""
1443
+
1444
+ #: constants.py:450
1445
+ msgid "Could not retrieve names for selected VMs."
1446
+ msgstr ""
1447
+
1448
+ #: constants.py:451
1449
+ #, python-brace-format
1450
+ msgid "Failed to clone to: {vm_names}"
1451
+ msgstr ""
1452
+
1453
+ #: constants.py:452
1454
+ msgid "No suitable disks found for overlay."
1455
+ msgstr ""
1456
+
1457
+ #: constants.py:453
1458
+ msgid "Overlay volume name cannot be empty after sanitization."
1459
+ msgstr ""
1460
+
1461
+ #: constants.py:454
1462
+ #, python-brace-format
1463
+ msgid "Error creating overlay: {error}"
1464
+ msgstr ""
1465
+
1466
+ #: constants.py:455
1467
+ #, python-brace-format
1468
+ msgid "Error preparing overlay creation: {error}"
1469
+ msgstr ""
1470
+
1471
+ #: constants.py:456
1472
+ msgid "No overlay disks found."
1473
+ msgstr ""
1474
+
1475
+ #: constants.py:457
1476
+ #, python-brace-format
1477
+ msgid "Error discarding overlay: {error}"
1478
+ msgstr ""
1479
+
1480
+ #: constants.py:458
1481
+ #, python-brace-format
1482
+ msgid "Error preparing discard overlay: {error}"
1483
+ msgstr ""
1484
+
1485
+ #: constants.py:459
1486
+ msgid "No disks found to commit."
1487
+ msgstr ""
1488
+
1489
+ #: constants.py:460
1490
+ #, python-brace-format
1491
+ msgid "Error committing disk: {error}"
1492
+ msgstr ""
1493
+
1494
+ #: constants.py:461
1495
+ #, python-brace-format
1496
+ msgid "Error preparing commit: {error}"
1497
+ msgstr ""
1498
+
1499
+ #: constants.py:462
1500
+ #, python-brace-format
1501
+ msgid ""
1502
+ "Invalid XML for '[b]{vm_name}[/b]': {error}. Your changes have been "
1503
+ "discarded."
1504
+ msgstr ""
1505
+
1506
+ #: constants.py:463
1507
+ #, python-brace-format
1508
+ msgid "Error getting XML for VM [b]{vm_name}[/b]: {error}"
1509
+ msgstr ""
1510
+
1511
+ #: constants.py:464 constants.py:562
1512
+ #, python-brace-format
1513
+ msgid "An unexpected error occurred: {error}"
1514
+ msgstr ""
1515
+
1516
+ #: constants.py:465
1517
+ msgid "Connection info not available for this VM."
1518
+ msgstr ""
1519
+
1520
+ #: constants.py:466
1521
+ #, python-brace-format
1522
+ msgid "{viewer} failed to start for {domain_name}: {error}"
1523
+ msgstr ""
1524
+
1525
+ #: constants.py:467
1526
+ #, python-brace-format
1527
+ msgid "Error getting VM details for [b]{vm_name}[/b]: {error}"
1528
+ msgstr ""
1529
+
1530
+ #: constants.py:468
1531
+ msgid "An unexpected error occurred while trying to connect."
1532
+ msgstr ""
1533
+
1534
+ #: constants.py:469
1535
+ #, python-brace-format
1536
+ msgid "Error checking web console status for [b]{vm_name}[/b]: {error}"
1537
+ msgstr ""
1538
+
1539
+ #: constants.py:470
1540
+ #, python-brace-format
1541
+ msgid "Snapshot error for [b]{vm_name}[/b]: {error}"
1542
+ msgstr ""
1543
+
1544
+ #: constants.py:471
1545
+ msgid "No snapshots to restore."
1546
+ msgstr ""
1547
+
1548
+ #: constants.py:472
1549
+ #, python-brace-format
1550
+ msgid "Error fetching snapshots: {error}"
1551
+ msgstr ""
1552
+
1553
+ #: constants.py:473
1554
+ msgid "No snapshots to delete."
1555
+ msgstr ""
1556
+
1557
+ #: constants.py:474
1558
+ #, python-brace-format
1559
+ msgid "Error deleting VM '{vm_name}': {error}"
1560
+ msgstr ""
1561
+
1562
+ #: constants.py:475
1563
+ msgid "VM name cannot be empty after sanitization."
1564
+ msgstr ""
1565
+
1566
+ #: constants.py:476
1567
+ #, python-brace-format
1568
+ msgid "Error renaming VM [b]{vm_name}[/b]: {error}"
1569
+ msgstr ""
1570
+
1571
+ #: constants.py:477
1572
+ #, python-brace-format
1573
+ msgid ""
1574
+ "VM [b]{vm_name}[/b] with internal ID [b]{uuid}[/b] not found on any active "
1575
+ "server."
1576
+ msgstr ""
1577
+
1578
+ #: constants.py:478
1579
+ #, python-brace-format
1580
+ msgid "Error getting ID for [b]{vm_name}[/b]: {error}"
1581
+ msgstr ""
1582
+
1583
+ #: constants.py:479
1584
+ msgid ""
1585
+ "Please select at least two servers in 'Select Servers' to enable migration."
1586
+ msgstr ""
1587
+
1588
+ #: constants.py:480
1589
+ #, python-brace-format
1590
+ msgid "Selected VM with ID [b]{uuid}[/b] not found on any active server."
1591
+ msgstr ""
1592
+
1593
+ #: constants.py:481
1594
+ #, python-brace-format
1595
+ msgid "Error getting existing VM names: {error}"
1596
+ msgstr ""
1597
+
1598
+ #: constants.py:482
1599
+ msgid "Web console only supports VNC graphics."
1600
+ msgstr ""
1601
+
1602
+ #: constants.py:483
1603
+ msgid "Could not determine VNC port for the VM."
1604
+ msgstr ""
1605
+
1606
+ #: constants.py:484
1607
+ #, python-brace-format
1608
+ msgid "Failed to start web console: {error}"
1609
+ msgstr ""
1610
+
1611
+ #: constants.py:485
1612
+ msgid ""
1613
+ "Could not find a free port for the web console (all ports in range used by "
1614
+ "other sessions)."
1615
+ msgstr ""
1616
+
1617
+ #: constants.py:486
1618
+ msgid "Remote key generation failed. Falling back to insecure ws connection."
1619
+ msgstr ""
1620
+
1621
+ #: constants.py:487
1622
+ #, python-brace-format
1623
+ msgid "Failed to start remote websockify for [b]{vm_name}[/b]. Check logs."
1624
+ msgstr ""
1625
+
1626
+ #: constants.py:488
1627
+ #, python-brace-format
1628
+ msgid ""
1629
+ "Remote web console process for [b]{vm_name}[/b] failed to start or crashed. "
1630
+ "Check remote logs."
1631
+ msgstr ""
1632
+
1633
+ #: constants.py:489
1634
+ msgid "Could not find a free local port for SSH tunnel."
1635
+ msgstr ""
1636
+
1637
+ #: constants.py:490
1638
+ #, python-brace-format
1639
+ msgid "Failed to create SSH tunnel: {error}"
1640
+ msgstr ""
1641
+
1642
+ #: constants.py:491
1643
+ msgid "SSH command not found. Cannot create tunnel."
1644
+ msgstr ""
1645
+
1646
+ #: constants.py:492
1647
+ msgid "Failed to create SSH tunnel..."
1648
+ msgstr ""
1649
+
1650
+ #: constants.py:493
1651
+ msgid "Please select an action."
1652
+ msgstr ""
1653
+
1654
+ #: constants.py:494
1655
+ #, python-brace-format
1656
+ msgid "Error saving configuration: {e}"
1657
+ msgstr ""
1658
+
1659
+ #: constants.py:495
1660
+ #, python-brace-format
1661
+ msgid "Validation error: {error}"
1662
+ msgstr ""
1663
+
1664
+ #: constants.py:496
1665
+ #, python-brace-format
1666
+ msgid "Invalid format: {error}"
1667
+ msgstr ""
1668
+
1669
+ #: constants.py:497
1670
+ #, python-brace-format
1671
+ msgid "Invalid nodeset syntax: {nodeset}"
1672
+ msgstr ""
1673
+
1674
+ #: constants.py:498
1675
+ msgid "Pool, Volume Name, and Size are required to create a new disk."
1676
+ msgstr ""
1677
+
1678
+ #: constants.py:499
1679
+ msgid "Path to disk image is required."
1680
+ msgstr ""
1681
+
1682
+ #: constants.py:500
1683
+ msgid "Pool name is required."
1684
+ msgstr ""
1685
+
1686
+ #: constants.py:501
1687
+ msgid "Target Path is required for `dir` type."
1688
+ msgstr ""
1689
+
1690
+ #: constants.py:502
1691
+ msgid "For `netfs`, all fields are required."
1692
+ msgstr ""
1693
+
1694
+ #: constants.py:503
1695
+ msgid "Name and size are required."
1696
+ msgstr ""
1697
+
1698
+ #: constants.py:504
1699
+ msgid "Size must be an integer."
1700
+ msgstr ""
1701
+
1702
+ #: constants.py:505
1703
+ msgid "Destination pool and new name are required."
1704
+ msgstr ""
1705
+
1706
+ #: constants.py:506
1707
+ msgid "Name, path, and format are required. Ensure a file is selected."
1708
+ msgstr ""
1709
+
1710
+ #: constants.py:507 constants.py:575
1711
+ #, python-brace-format
1712
+ msgid "Error creating storage pool: {error}"
1713
+ msgstr ""
1714
+
1715
+ #: constants.py:508
1716
+ msgid "Please select a destination server."
1717
+ msgstr ""
1718
+
1719
+ #: constants.py:509
1720
+ msgid "Please run compatibility check first."
1721
+ msgstr ""
1722
+
1723
+ #: constants.py:510
1724
+ msgid "Cannot start migration due to compatibility errors."
1725
+ msgstr ""
1726
+
1727
+ #: constants.py:511 constants.py:525
1728
+ #, python-brace-format
1729
+ msgid "Network '{network}' not found. Please select an available network."
1730
+ msgstr ""
1731
+
1732
+ #: constants.py:512
1733
+ msgid "Please select a network."
1734
+ msgstr ""
1735
+
1736
+ #: constants.py:513
1737
+ #, python-brace-format
1738
+ msgid "Forward device '{device}' not found on host."
1739
+ msgstr ""
1740
+
1741
+ #: constants.py:514
1742
+ #, python-brace-format
1743
+ msgid "Error getting host interfaces: {error}"
1744
+ msgstr ""
1745
+
1746
+ #: constants.py:515
1747
+ #, python-brace-format
1748
+ msgid "Invalid Network Name: {error}"
1749
+ msgstr ""
1750
+
1751
+ #: constants.py:516
1752
+ #, python-brace-format
1753
+ msgid "Invalid Custom DNS Domain: {error}"
1754
+ msgstr ""
1755
+
1756
+ #: constants.py:517
1757
+ msgid "Network Name cannot be empty."
1758
+ msgstr ""
1759
+
1760
+ #: constants.py:518
1761
+ #, python-brace-format
1762
+ msgid "DHCP IPs are not in the network {network}"
1763
+ msgstr ""
1764
+
1765
+ #: constants.py:519
1766
+ msgid "DHCP start IP must be before the end IP."
1767
+ msgstr ""
1768
+
1769
+ #: constants.py:520
1770
+ #, python-brace-format
1771
+ msgid "Invalid IP address or network: {error}"
1772
+ msgstr ""
1773
+
1774
+ #: constants.py:521
1775
+ msgid "DHCP cannot be enabled without an IP network."
1776
+ msgstr ""
1777
+
1778
+ #: constants.py:522
1779
+ #, python-brace-format
1780
+ msgid "Subnet {subnet} overlaps with an existing network."
1781
+ msgstr ""
1782
+
1783
+ #: constants.py:523
1784
+ #, python-brace-format
1785
+ msgid "Error creating network: {error}"
1786
+ msgstr ""
1787
+
1788
+ #: constants.py:524 constants.py:604
1789
+ #, python-brace-format
1790
+ msgid "Error updating network: {error}"
1791
+ msgstr ""
1792
+
1793
+ #: constants.py:526
1794
+ #, python-brace-format
1795
+ msgid ""
1796
+ "A VM with the name '{vm_name}' already exists. Please choose a different "
1797
+ "name."
1798
+ msgstr ""
1799
+
1800
+ #: constants.py:527
1801
+ #, python-brace-format
1802
+ msgid "Error checking VM name: {error}"
1803
+ msgstr ""
1804
+
1805
+ #: constants.py:528
1806
+ msgid "Please select a valid storage pool."
1807
+ msgstr ""
1808
+
1809
+ #: constants.py:529
1810
+ #, python-brace-format
1811
+ msgid "Selected ISO volume does not exist: {iso_url}"
1812
+ msgstr ""
1813
+
1814
+ #: constants.py:530
1815
+ msgid "Please select a valid ISO volume from the storage pool."
1816
+ msgstr ""
1817
+
1818
+ #: constants.py:531
1819
+ msgid "Invalid input for expert settings. Using defaults."
1820
+ msgstr ""
1821
+
1822
+ #: constants.py:532
1823
+ msgid "Memory must be between 1 and 8192 GB."
1824
+ msgstr ""
1825
+
1826
+ #: constants.py:533
1827
+ msgid "CPU count must be between 1 and 768."
1828
+ msgstr ""
1829
+
1830
+ #: constants.py:534
1831
+ msgid "Disk size must be between 1 and 10000 GB."
1832
+ msgstr ""
1833
+
1834
+ #: constants.py:535
1835
+ #, python-brace-format
1836
+ msgid "Storage pool '{pool_name}' is not active. Please activate it first."
1837
+ msgstr ""
1838
+
1839
+ #: constants.py:536
1840
+ #, python-brace-format
1841
+ msgid "Error accessing storage pool '{pool_name}': {error}"
1842
+ msgstr ""
1843
+
1844
+ #: constants.py:537
1845
+ #, python-brace-format
1846
+ msgid "Custom ISO path does not exist: {path}"
1847
+ msgstr ""
1848
+
1849
+ #: constants.py:538
1850
+ #, python-brace-format
1851
+ msgid "Custom ISO path is not a file: {path}"
1852
+ msgstr ""
1853
+
1854
+ #: constants.py:539
1855
+ msgid "Checksum validation enabled but no checksum provided"
1856
+ msgstr ""
1857
+
1858
+ #: constants.py:540
1859
+ msgid "Checksum validation failed!"
1860
+ msgstr ""
1861
+
1862
+ #: constants.py:541
1863
+ msgid "No ISO URL specified for provisioning"
1864
+ msgstr ""
1865
+
1866
+ #: constants.py:542
1867
+ #, python-brace-format
1868
+ msgid "Could not get details for {vm_name}"
1869
+ msgstr ""
1870
+
1871
+ #: constants.py:543
1872
+ #, python-brace-format
1873
+ msgid "Failed to start VM or viewer: {error}"
1874
+ msgstr ""
1875
+
1876
+ #: constants.py:544
1877
+ #, python-brace-format
1878
+ msgid "Provisioning failed: {error}"
1879
+ msgstr ""
1880
+
1881
+ #: constants.py:545
1882
+ #, python-brace-format
1883
+ msgid "Failed to fetch ISO volumes from {pool_name}: {error}"
1884
+ msgstr ""
1885
+
1886
+ #: constants.py:546
1887
+ #, python-brace-format
1888
+ msgid "Failed to fetch ISOs: {error}"
1889
+ msgstr ""
1890
+
1891
+ #: constants.py:547 constants.py:599
1892
+ msgid "VM name cannot be empty."
1893
+ msgstr ""
1894
+
1895
+ #: constants.py:548
1896
+ #, python-brace-format
1897
+ msgid "Connecting to {uri}..."
1898
+ msgstr ""
1899
+
1900
+ #: constants.py:549
1901
+ #, python-brace-format
1902
+ msgid "Failed to connect to {uri}"
1903
+ msgstr ""
1904
+
1905
+ #: constants.py:550
1906
+ #, python-brace-format
1907
+ msgid "Error deleting server '{server_name}': {error}"
1908
+ msgstr ""
1909
+
1910
+ #: constants.py:551
1911
+ #, python-brace-format
1912
+ msgid ""
1913
+ "Are you sure you want to delete Server;\n"
1914
+ "'{server_name}'\n"
1915
+ "from list?"
1916
+ msgstr ""
1917
+
1918
+ #: constants.py:553
1919
+ msgid "Multiple servers active but none selected for preferences."
1920
+ msgstr ""
1921
+
1922
+ #: constants.py:554
1923
+ #, python-brace-format
1924
+ msgid "Failed to get connection for server preferences on {uri}."
1925
+ msgstr ""
1926
+
1927
+ #: constants.py:555
1928
+ msgid "Could not find object to display XML for."
1929
+ msgstr ""
1930
+
1931
+ #: constants.py:556
1932
+ #, python-brace-format
1933
+ msgid "Error getting XML for {obj_type}: {error}"
1934
+ msgstr ""
1935
+
1936
+ #: constants.py:557
1937
+ msgid "Could not find pool object to edit."
1938
+ msgstr ""
1939
+
1940
+ #: constants.py:558
1941
+ msgid "Pool must be inactive to edit its XML definition."
1942
+ msgstr ""
1943
+
1944
+ #: constants.py:559
1945
+ #, python-brace-format
1946
+ msgid "Error getting XML for pool: {error}"
1947
+ msgstr ""
1948
+
1949
+ #: constants.py:560
1950
+ #, python-brace-format
1951
+ msgid "Storage pool '{pool_name}' updated successfully."
1952
+ msgstr ""
1953
+
1954
+ #: constants.py:561
1955
+ #, python-brace-format
1956
+ msgid "Error updating pool XML: {error}"
1957
+ msgstr ""
1958
+
1959
+ #: constants.py:563
1960
+ msgid ""
1961
+ "Editing a pool's XML definition is an advanced operation.\n"
1962
+ "An invalid configuration may make its volumes inaccessible to VMs.\n"
1963
+ "\n"
1964
+ "Are you sure you want to proceed?"
1965
+ msgstr ""
1966
+
1967
+ #: constants.py:566
1968
+ #, python-brace-format
1969
+ msgid "Error toggling pool active state: {error}"
1970
+ msgstr ""
1971
+
1972
+ #: constants.py:567
1973
+ #, python-brace-format
1974
+ msgid "Error toggling pool autostart state: {error}"
1975
+ msgstr ""
1976
+
1977
+ #: constants.py:568
1978
+ #, python-brace-format
1979
+ msgid "Volume [b]{name} {size_gb}Gb {format}[/b] created successfully."
1980
+ msgstr ""
1981
+
1982
+ #: constants.py:569
1983
+ #, python-brace-format
1984
+ msgid "Invalid or non-existent path: {path}"
1985
+ msgstr ""
1986
+
1987
+ #: constants.py:570
1988
+ #, python-brace-format
1989
+ msgid "Error refreshing pool: {error}"
1990
+ msgstr ""
1991
+
1992
+ #: constants.py:571 constants.py:759
1993
+ #, python-brace-format
1994
+ msgid ""
1995
+ "A pool named '{pool_name}' already manages this directory.\n"
1996
+ "Refreshed pool to include the new volume."
1997
+ msgstr ""
1998
+
1999
+ #: constants.py:573
2000
+ #, python-brace-format
2001
+ msgid ""
2002
+ "No storage pool exists for the directory:\n"
2003
+ "'{directory}'.\n"
2004
+ "\n"
2005
+ "Create a new pool named '{pool_name}'?"
2006
+ msgstr ""
2007
+
2008
+ #: constants.py:576 constants.py:671
2009
+ msgid "Could not determine the source pool."
2010
+ msgstr ""
2011
+
2012
+ #: constants.py:577
2013
+ #, python-brace-format
2014
+ msgid "Volume '{volume_name}' moved to pool '{dest_pool_name}'."
2015
+ msgstr ""
2016
+
2017
+ #: constants.py:578
2018
+ #, python-brace-format
2019
+ msgid "Updated VM configurations for: {vm_list}"
2020
+ msgstr ""
2021
+
2022
+ #: constants.py:579
2023
+ #, python-brace-format
2024
+ msgid "Move operation failed: {error}"
2025
+ msgstr ""
2026
+
2027
+ #: constants.py:580
2028
+ #, python-brace-format
2029
+ msgid "Error getting network XML: {error}"
2030
+ msgstr ""
2031
+
2032
+ #: constants.py:581
2033
+ #, python-brace-format
2034
+ msgid "Could not retrieve info for network '{network_name}'."
2035
+ msgstr ""
2036
+
2037
+ #: constants.py:582
2038
+ #, python-brace-format
2039
+ msgid "Network '{network_name}' deleted successfully."
2040
+ msgstr ""
2041
+
2042
+ #: constants.py:583
2043
+ #, python-brace-format
2044
+ msgid "Error deleting network '{network_name}': {error}"
2045
+ msgstr ""
2046
+
2047
+ #: constants.py:584
2048
+ #, python-brace-format
2049
+ msgid ""
2050
+ "Are you sure you want to delete network:\n"
2051
+ "'{network_name}'"
2052
+ msgstr ""
2053
+
2054
+ #: constants.py:585
2055
+ #, python-brace-format
2056
+ msgid ""
2057
+ "\n"
2058
+ "This network is currently in use by the following VMs:\n"
2059
+ "{vm_list}."
2060
+ msgstr ""
2061
+
2062
+ #: constants.py:586
2063
+ msgid "Not connected to libvirt."
2064
+ msgstr ""
2065
+
2066
+ #: constants.py:587
2067
+ msgid "Pool is not active"
2068
+ msgstr ""
2069
+
2070
+ #: constants.py:588
2071
+ #, python-brace-format
2072
+ msgid "Storage pool '{pool_name}' deleted successfully."
2073
+ msgstr ""
2074
+
2075
+ #: constants.py:589
2076
+ #, python-brace-format
2077
+ msgid ""
2078
+ "Are you sure you want to delete storage pool:\n"
2079
+ "' {pool_name}'\n"
2080
+ "This will delete the pool definition but not the data on it."
2081
+ msgstr ""
2082
+
2083
+ #: constants.py:590
2084
+ #, python-brace-format
2085
+ msgid "Volume '{volume_name}' deleted successfully."
2086
+ msgstr ""
2087
+
2088
+ #: constants.py:591
2089
+ #, python-brace-format
2090
+ msgid ""
2091
+ "Are you sure you want to delete volume:\n"
2092
+ "'{vol_name}'"
2093
+ msgstr ""
2094
+
2095
+ #: constants.py:592
2096
+ msgid "Source Path and Target Path cannot be empty."
2097
+ msgstr ""
2098
+
2099
+ #: constants.py:593
2100
+ #, python-brace-format
2101
+ msgid "{error}"
2102
+ msgstr ""
2103
+
2104
+ #: constants.py:594
2105
+ msgid "Please select an interface and a network."
2106
+ msgstr ""
2107
+
2108
+ #: constants.py:595
2109
+ msgid "Base name cannot be empty."
2110
+ msgstr ""
2111
+
2112
+ #: constants.py:596
2113
+ #, python-brace-format
2114
+ msgid "Invalid characters in suffix: {error}"
2115
+ msgstr ""
2116
+
2117
+ #: constants.py:597
2118
+ msgid "Number of clones must be a positive integer."
2119
+ msgstr ""
2120
+
2121
+ #: constants.py:598
2122
+ msgid "Suffix is mandatory when creating multiple clones."
2123
+ msgstr ""
2124
+
2125
+ #: constants.py:600
2126
+ msgid "Snapshot name cannot be empty."
2127
+ msgstr ""
2128
+
2129
+ #: constants.py:601
2130
+ msgid ""
2131
+ "QEMU Guest Agent not detected. It is recommended to pause the VM before "
2132
+ "taking a snapshot."
2133
+ msgstr ""
2134
+
2135
+ #: constants.py:602
2136
+ #, python-brace-format
2137
+ msgid "Could not load networks: {error}"
2138
+ msgstr ""
2139
+
2140
+ #: constants.py:603
2141
+ msgid "Cannot enable secure boot without a UEFI file selected."
2142
+ msgstr ""
2143
+
2144
+ #: constants.py:605
2145
+ msgid "VM must be stopped to apply graphics settings."
2146
+ msgstr ""
2147
+
2148
+ #: constants.py:606
2149
+ msgid "VM must be stopped to apply RNG settings."
2150
+ msgstr ""
2151
+
2152
+ #: constants.py:607
2153
+ msgid "RNG device path cannot be empty."
2154
+ msgstr ""
2155
+
2156
+ #: constants.py:608
2157
+ msgid "VM must be stopped to apply TPM settings."
2158
+ msgstr ""
2159
+
2160
+ #: constants.py:609
2161
+ msgid "Device path is required for passthrough TPM."
2162
+ msgstr ""
2163
+
2164
+ #: constants.py:610
2165
+ msgid "PCI passthrough not implemented yet."
2166
+ msgstr ""
2167
+
2168
+ #: constants.py:611
2169
+ msgid "Selected channel has no target name."
2170
+ msgstr ""
2171
+
2172
+ #: constants.py:612
2173
+ #, python-brace-format
2174
+ msgid "Error adding channel: {error}"
2175
+ msgstr ""
2176
+
2177
+ #: constants.py:613
2178
+ #, python-brace-format
2179
+ msgid "Error removing channel: {error}"
2180
+ msgstr ""
2181
+
2182
+ #: constants.py:614
2183
+ #, python-brace-format
2184
+ msgid "VM '{vm_name}' not found for details."
2185
+ msgstr ""
2186
+
2187
+ #: constants.py:615
2188
+ #, python-brace-format
2189
+ msgid "Could not get XML for VM '{vm_name}': {error}"
2190
+ msgstr ""
2191
+
2192
+ #: constants.py:616
2193
+ msgid "VM must be stopped to edit CPU settings."
2194
+ msgstr ""
2195
+
2196
+ #: constants.py:617
2197
+ msgid "VM must be stopped to edit memory settings."
2198
+ msgstr ""
2199
+
2200
+ #: constants.py:618
2201
+ msgid "VM must be stopped to change machine type."
2202
+ msgstr ""
2203
+
2204
+ #: constants.py:619
2205
+ msgid "VM must be stopped to change shared memory settings."
2206
+ msgstr ""
2207
+
2208
+ #: constants.py:620
2209
+ msgid "VM must be stopped to change firmware settings."
2210
+ msgstr ""
2211
+
2212
+ #: constants.py:621
2213
+ msgid "VM must be stopped to edit boot order."
2214
+ msgstr ""
2215
+
2216
+ #: constants.py:623
2217
+ msgid "VM must be stopped to edit network settings."
2218
+ msgstr ""
2219
+
2220
+ #: constants.py:624
2221
+ msgid "VM must be stopped to edit VirtIO-FS settings."
2222
+ msgstr ""
2223
+
2224
+ #: constants.py:625
2225
+ msgid "VM must be stopped to edit video settings."
2226
+ msgstr ""
2227
+
2228
+ #: constants.py:626
2229
+ msgid "VM must be stopped to edit sound settings."
2230
+ msgstr ""
2231
+
2232
+ #: constants.py:627
2233
+ msgid "VM must be stopped to edit graphics settings."
2234
+ msgstr ""
2235
+
2236
+ #: constants.py:628
2237
+ msgid "VM must be stopped to edit TPM settings."
2238
+ msgstr ""
2239
+
2240
+ #: constants.py:629
2241
+ msgid "VM must be stopped to edit RNG settings."
2242
+ msgstr ""
2243
+
2244
+ #: constants.py:630
2245
+ msgid "VM must be stopped to edit serial settings."
2246
+ msgstr ""
2247
+
2248
+ #: constants.py:631
2249
+ msgid "VM must be stopped to edit watchdog settings."
2250
+ msgstr ""
2251
+
2252
+ #: constants.py:632
2253
+ msgid "VM must be stopped to edit PCI settings."
2254
+ msgstr ""
2255
+
2256
+ #: constants.py:633
2257
+ msgid "VM must be stopped to edit USB settings."
2258
+ msgstr ""
2259
+
2260
+ #: constants.py:634
2261
+ msgid "VM must be stopped to edit controller settings."
2262
+ msgstr ""
2263
+
2264
+ #: constants.py:635
2265
+ msgid "VM must be stopped to edit channel settings."
2266
+ msgstr ""
2267
+
2268
+ #: constants.py:636
2269
+ msgid "VM must be stopped to edit input settings."
2270
+ msgstr ""
2271
+
2272
+ #: constants.py:637
2273
+ #, python-brace-format
2274
+ msgid "Error toggling disk state: {error}"
2275
+ msgstr ""
2276
+
2277
+ #: constants.py:638
2278
+ #, python-brace-format
2279
+ msgid "Error removing disk: {error}"
2280
+ msgstr ""
2281
+
2282
+ #: constants.py:639
2283
+ #, python-brace-format
2284
+ msgid "Error adding disk: {error}"
2285
+ msgstr ""
2286
+
2287
+ #: constants.py:640
2288
+ #, python-brace-format
2289
+ msgid "Error attaching existing disk: {error}"
2290
+ msgstr ""
2291
+
2292
+ #: constants.py:641
2293
+ #, python-brace-format
2294
+ msgid "Error editing disk: {error}"
2295
+ msgstr ""
2296
+
2297
+ #: constants.py:642
2298
+ #, python-brace-format
2299
+ msgid "Error setting VM video model: {error}"
2300
+ msgstr ""
2301
+
2302
+ #: constants.py:643
2303
+ #, python-brace-format
2304
+ msgid "Error setting CPU model: {error}"
2305
+ msgstr ""
2306
+
2307
+ #: constants.py:644
2308
+ #, python-brace-format
2309
+ msgid "Error setting UEFI file: {error}"
2310
+ msgstr ""
2311
+
2312
+ #: constants.py:645
2313
+ #, python-brace-format
2314
+ msgid "Error setting shared memory: {error}"
2315
+ msgstr ""
2316
+
2317
+ #: constants.py:646
2318
+ #, python-brace-format
2319
+ msgid "Error setting VM graphics: {error}"
2320
+ msgstr ""
2321
+
2322
+ #: constants.py:647
2323
+ #, python-brace-format
2324
+ msgid "Error setting VM sound model: {error}"
2325
+ msgstr ""
2326
+
2327
+ #: constants.py:648
2328
+ #, python-brace-format
2329
+ msgid "Error setting VM RNG: {error}"
2330
+ msgstr ""
2331
+
2332
+ #: constants.py:649
2333
+ #, python-brace-format
2334
+ msgid "Error setting VM TPM: {error}"
2335
+ msgstr ""
2336
+
2337
+ #: constants.py:650
2338
+ #, python-brace-format
2339
+ msgid "Error attaching USB device: {error}"
2340
+ msgstr ""
2341
+
2342
+ #: constants.py:651
2343
+ #, python-brace-format
2344
+ msgid "Error detaching USB device: {error}"
2345
+ msgstr ""
2346
+
2347
+ #: constants.py:652
2348
+ #, python-brace-format
2349
+ msgid "Error adding serial console: {error}"
2350
+ msgstr ""
2351
+
2352
+ #: constants.py:653
2353
+ #, python-brace-format
2354
+ msgid "Error removing serial console: {error}"
2355
+ msgstr ""
2356
+
2357
+ #: constants.py:654
2358
+ #, python-brace-format
2359
+ msgid "Error adding input device: {error}"
2360
+ msgstr ""
2361
+
2362
+ #: constants.py:655
2363
+ #, python-brace-format
2364
+ msgid "Error removing input device: {error}"
2365
+ msgstr ""
2366
+
2367
+ #: constants.py:656
2368
+ #, python-brace-format
2369
+ msgid "Error setting VM watchdog: {error}"
2370
+ msgstr ""
2371
+
2372
+ #: constants.py:657
2373
+ #, python-brace-format
2374
+ msgid "Error removing VM watchdog: {error}"
2375
+ msgstr ""
2376
+
2377
+ #: constants.py:658
2378
+ #, python-brace-format
2379
+ msgid "Error adding USB device: {error}"
2380
+ msgstr ""
2381
+
2382
+ #: constants.py:659
2383
+ #, python-brace-format
2384
+ msgid "Error removing USB device: {error}"
2385
+ msgstr ""
2386
+
2387
+ #: constants.py:660
2388
+ #, python-brace-format
2389
+ msgid "Error adding SCSI controller: {error}"
2390
+ msgstr ""
2391
+
2392
+ #: constants.py:661
2393
+ #, python-brace-format
2394
+ msgid "Error removing SCSI controller: {error}"
2395
+ msgstr ""
2396
+
2397
+ #: constants.py:662
2398
+ #, python-brace-format
2399
+ msgid "Error migrating VM machine type: {error}"
2400
+ msgstr ""
2401
+
2402
+ #: constants.py:663
2403
+ #, python-brace-format
2404
+ msgid "Error setting VM NUMA tune: {error}"
2405
+ msgstr ""
2406
+
2407
+ #: constants.py:664
2408
+ #, python-brace-format
2409
+ msgid "Error setting VM CPU tune: {error}"
2410
+ msgstr ""
2411
+
2412
+ #: constants.py:665
2413
+ #, python-brace-format
2414
+ msgid "Error removing VirtIO-FS: {error}"
2415
+ msgstr ""
2416
+
2417
+ #: constants.py:666
2418
+ #, python-brace-format
2419
+ msgid "Error adding VirtIO-FS: {error}"
2420
+ msgstr ""
2421
+
2422
+ #: constants.py:667
2423
+ #, python-brace-format
2424
+ msgid "Error checking for other SPICE devices: {error}"
2425
+ msgstr ""
2426
+
2427
+ #: constants.py:668
2428
+ #, python-brace-format
2429
+ msgid "Error removing SPICE devices: {error}"
2430
+ msgstr ""
2431
+
2432
+ #: constants.py:669
2433
+ msgid ""
2434
+ "This VM has other SPICE-related devices (e.g., channels, QXL video).\\nDo "
2435
+ "you want to remove them for a clean switch to VNC?"
2436
+ msgstr ""
2437
+
2438
+ #: constants.py:670
2439
+ msgid ""
2440
+ "Some selected VMs have other SPICE-related devices.\\nDo you want to remove "
2441
+ "them from ALL selected VMs for a clean switch to VNC?"
2442
+ msgstr ""
2443
+
2444
+ #: constants.py:672
2445
+ #, python-brace-format
2446
+ msgid "Error saving boot order: {error}"
2447
+ msgstr ""
2448
+
2449
+ #: constants.py:677
2450
+ #, python-brace-format
2451
+ msgid "Are you sure you want to delete '{name}'?"
2452
+ msgstr ""
2453
+
2454
+ #: constants.py:678
2455
+ #, python-brace-format
2456
+ msgid "Are you sure you want to delete snapshot '{name}'?"
2457
+ msgstr ""
2458
+
2459
+ #: constants.py:679
2460
+ #, python-brace-format
2461
+ msgid ""
2462
+ "VM has {count} snapshot(s). To rename, they must be deleted.\n"
2463
+ "Delete snapshots and continue?"
2464
+ msgstr ""
2465
+
2466
+ #: constants.py:680
2467
+ msgid ""
2468
+ "Experimental Feature! Still contains bugs, fix in progress. You have been "
2469
+ "informed"
2470
+ msgstr ""
2471
+
2472
+ #: constants.py:681
2473
+ #, python-brace-format
2474
+ msgid "Are you sure you want to remove channel '{target_name}'?"
2475
+ msgstr ""
2476
+
2477
+ #: constants.py:682
2478
+ #, python-brace-format
2479
+ msgid "Are you sure you want to remove input device '{device_type}'?"
2480
+ msgstr ""
2481
+
2482
+ #: constants.py:683
2483
+ #, python-brace-format
2484
+ msgid "Are you sure you want to remove serial console '{port}'?"
2485
+ msgstr ""
2486
+
2487
+ #: constants.py:684
2488
+ #, python-brace-format
2489
+ msgid "Are you sure you want to remove USB device '{description}'?"
2490
+ msgstr ""
2491
+
2492
+ #: constants.py:685
2493
+ #, python-brace-format
2494
+ msgid ""
2495
+ "Are you sure you want to remove SCSI controller '{model}' at index '{index}'?"
2496
+ msgstr ""
2497
+
2498
+ #: constants.py:686
2499
+ #, python-brace-format
2500
+ msgid "Are you sure you want to remove VirtIO-FS mount '{target_path}'?"
2501
+ msgstr ""
2502
+
2503
+ #: constants.py:691 constants.py:714
2504
+ #, python-brace-format
2505
+ msgid "The remove viewer {viewer} has been selected."
2506
+ msgstr ""
2507
+
2508
+ #: constants.py:692
2509
+ msgid "VM data loaded. Displaying VMs..."
2510
+ msgstr ""
2511
+
2512
+ #: constants.py:693
2513
+ msgid "Filter: Running VMs"
2514
+ msgstr ""
2515
+
2516
+ #: constants.py:694
2517
+ msgid "Filter: All VMs"
2518
+ msgstr ""
2519
+
2520
+ #: constants.py:695
2521
+ msgid "All VMs unselected."
2522
+ msgstr ""
2523
+
2524
+ #: constants.py:696
2525
+ #, python-brace-format
2526
+ msgid "Caching VM state for: {vms_list}"
2527
+ msgstr ""
2528
+
2529
+ #: constants.py:701
2530
+ msgid "Compact view is locked during bulk operations."
2531
+ msgstr ""
2532
+
2533
+ #: constants.py:702
2534
+ #, python-brace-format
2535
+ msgid ""
2536
+ "Displaying [b]{vms_per_page}[/b] VMs per page. CPU usage may increase; 9 is "
2537
+ "recommended for optimal performance."
2538
+ msgstr ""
2539
+
2540
+ #: constants.py:703
2541
+ #, python-brace-format
2542
+ msgid "VM '{vm_name}' is not in a pausable state."
2543
+ msgstr ""
2544
+
2545
+ #: constants.py:704
2546
+ #, python-brace-format
2547
+ msgid ""
2548
+ "VM [b]{vm_name}[/b]: Libvirt accepted the XML but the configuration remains "
2549
+ "unchanged. Your changes may have been ignored or normalized away."
2550
+ msgstr ""
2551
+
2552
+ #: constants.py:705
2553
+ msgid "No remote viewer selected. Auto-detection will be used."
2554
+ msgstr ""
2555
+
2556
+ #: constants.py:706
2557
+ msgid ""
2558
+ "Running network usage scan, this can freeze the UI for larger numbers of VMs."
2559
+ msgstr ""
2560
+
2561
+ #: constants.py:707
2562
+ #, python-brace-format
2563
+ msgid ""
2564
+ "More than {count} VMs detected on this server.\n"
2565
+ "Skipping disk usage scan to prevent UI freeze."
2566
+ msgstr ""
2567
+
2568
+ #: constants.py:708
2569
+ msgid ""
2570
+ "Running disk usage scan, this can freeze the UI for larger numbers of VMs "
2571
+ "and disks."
2572
+ msgstr ""
2573
+
2574
+ #: constants.py:709
2575
+ msgid ""
2576
+ "! Shared Memory is Mandatory to use VirtIO-FS.\\n! Enable it in Mem tab."
2577
+ msgstr ""
2578
+
2579
+ #: constants.py:715
2580
+ #, python-brace-format
2581
+ msgid "Connected to [b]{uri}[/b]"
2582
+ msgstr ""
2583
+
2584
+ #: constants.py:716
2585
+ msgid "Statistics logging and monitoring disabled."
2586
+ msgstr ""
2587
+
2588
+ #: constants.py:717
2589
+ msgid "Statistics logging and monitoring enabled (every 10s)."
2590
+ msgstr ""
2591
+
2592
+ #: constants.py:718
2593
+ msgid "Configuration updated."
2594
+ msgstr ""
2595
+
2596
+ #: constants.py:719
2597
+ #, python-brace-format
2598
+ msgid "Selected {count} VMs matching pattern."
2599
+ msgstr ""
2600
+
2601
+ #: constants.py:720
2602
+ msgid ""
2603
+ "In some Terminal use [b]Shift[/b] key while selecting text with the mouse to "
2604
+ "copy it."
2605
+ msgstr ""
2606
+
2607
+ #: constants.py:721
2608
+ msgid "No servers configured. Please add one via 'Servers List'."
2609
+ msgstr ""
2610
+
2611
+ #: constants.py:722
2612
+ #, python-brace-format
2613
+ msgid "Log level changed to {level}"
2614
+ msgstr ""
2615
+
2616
+ #: constants.py:723
2617
+ #, python-brace-format
2618
+ msgid "Bulk action [b]{action_type}[/b] successful for {count} VMs."
2619
+ msgstr ""
2620
+
2621
+ #: constants.py:724
2622
+ #, python-brace-format
2623
+ msgid "Connected to [b]{name}[/b]"
2624
+ msgstr ""
2625
+
2626
+ #: constants.py:725
2627
+ #, python-brace-format
2628
+ msgid "Input sanitized: '{original_input}' changed to '{sanitized_input}'"
2629
+ msgstr ""
2630
+
2631
+ #: constants.py:726
2632
+ #, python-brace-format
2633
+ msgid "Overlay [b]{overlay_name}[/b] created and attached."
2634
+ msgstr ""
2635
+
2636
+ #: constants.py:727
2637
+ #, python-brace-format
2638
+ msgid "Overlay for [b]{target_disk}[/b] discarded and reverted to base image."
2639
+ msgstr ""
2640
+
2641
+ #: constants.py:728
2642
+ msgid "Disk changes committed successfully."
2643
+ msgstr ""
2644
+
2645
+ #: constants.py:729
2646
+ #, python-brace-format
2647
+ msgid "VM [b]{vm_name}[/b] configuration updated successfully."
2648
+ msgstr ""
2649
+
2650
+ #: constants.py:730
2651
+ msgid "No changes made to the XML configuration."
2652
+ msgstr ""
2653
+
2654
+ #: constants.py:731
2655
+ #, python-brace-format
2656
+ msgid "Snapshot [b]{snapshot_name}[/b] created successfully."
2657
+ msgstr ""
2658
+
2659
+ #: constants.py:732
2660
+ #, python-brace-format
2661
+ msgid "Restored to snapshot [b]{snapshot_name}[/b] successfully."
2662
+ msgstr ""
2663
+
2664
+ #: constants.py:733
2665
+ #, python-brace-format
2666
+ msgid "Snapshot [b]{snapshot_name}[/b] deleted successfully."
2667
+ msgstr ""
2668
+
2669
+ #: constants.py:734
2670
+ #, python-brace-format
2671
+ msgid "VM '{vm_name}' deleted successfully."
2672
+ msgstr ""
2673
+
2674
+ #: constants.py:735
2675
+ #, python-brace-format
2676
+ msgid "VM '{old_name}' renamed to '{new_name}' successfully."
2677
+ msgstr ""
2678
+
2679
+ #: constants.py:736
2680
+ msgid "VM rename cancelled."
2681
+ msgstr ""
2682
+
2683
+ #: constants.py:737
2684
+ msgid "New VM name is the same as the old name. No rename performed."
2685
+ msgstr ""
2686
+
2687
+ #: constants.py:738
2688
+ #, python-brace-format
2689
+ msgid "Successfully cloned to: {vm_names}"
2690
+ msgstr ""
2691
+
2692
+ #: constants.py:739
2693
+ msgid "Web console stopped."
2694
+ msgstr ""
2695
+
2696
+ #: constants.py:740
2697
+ msgid "Remote user cert/key found, using secure wss connection."
2698
+ msgstr ""
2699
+
2700
+ #: constants.py:741
2701
+ msgid "Remote system cert/key found, using secure wss connection."
2702
+ msgstr ""
2703
+
2704
+ #: constants.py:742
2705
+ msgid "No remote cert/key found. Attempting to generate in system directory..."
2706
+ msgstr ""
2707
+
2708
+ #: constants.py:743
2709
+ msgid "Could not check for remote cert/key, using insecure ws connection."
2710
+ msgstr ""
2711
+
2712
+ #: constants.py:744
2713
+ msgid "Remote connection detected. Setting up SSH tunnel..."
2714
+ msgstr ""
2715
+
2716
+ #: constants.py:745
2717
+ msgid "Found cert/key, using secure wss connection."
2718
+ msgstr ""
2719
+
2720
+ #: constants.py:746
2721
+ msgid "All caches cleared"
2722
+ msgstr ""
2723
+
2724
+ #: constants.py:747
2725
+ msgid "Configuration saved successfully."
2726
+ msgstr ""
2727
+
2728
+ #: constants.py:748
2729
+ #, python-brace-format
2730
+ msgid "Storage pool '{name}' created and started."
2731
+ msgstr ""
2732
+
2733
+ #: constants.py:749
2734
+ #, python-brace-format
2735
+ msgid "Network {name} created successfully."
2736
+ msgstr ""
2737
+
2738
+ #: constants.py:750
2739
+ #, python-brace-format
2740
+ msgid "Network {name} updated successfully."
2741
+ msgstr ""
2742
+
2743
+ #: constants.py:751
2744
+ #, python-brace-format
2745
+ msgid "VM name sanitized: '{original}' -> '{sanitized}'"
2746
+ msgstr ""
2747
+
2748
+ #: constants.py:752
2749
+ #, python-brace-format
2750
+ msgid "VM '{vm_name}' started."
2751
+ msgstr ""
2752
+
2753
+ #: constants.py:753
2754
+ #, python-brace-format
2755
+ msgid "Remote viewer {viewer} started for {vm_name}"
2756
+ msgstr ""
2757
+
2758
+ #: constants.py:754
2759
+ #, python-brace-format
2760
+ msgid "VM '{vm_name}' defined. Please configure and start it."
2761
+ msgstr ""
2762
+
2763
+ #: constants.py:755
2764
+ #, python-brace-format
2765
+ msgid "VM '{vm_name}' created successfully!"
2766
+ msgstr ""
2767
+
2768
+ #: constants.py:756
2769
+ #, python-brace-format
2770
+ msgid "Server '{server_name}' deleted successfully."
2771
+ msgstr ""
2772
+
2773
+ #: constants.py:757
2774
+ #, python-brace-format
2775
+ msgid "Pool '{pool_name}' is now {status}."
2776
+ msgstr ""
2777
+
2778
+ #: constants.py:758
2779
+ #, python-brace-format
2780
+ msgid "Autostart for pool '{pool_name}' is now {status}."
2781
+ msgstr ""
2782
+
2783
+ #: constants.py:760
2784
+ #, python-brace-format
2785
+ msgid "Network '{net_name}' is now {status}."
2786
+ msgstr ""
2787
+
2788
+ #: constants.py:761
2789
+ #, python-brace-format
2790
+ msgid "Autostart for network '{net_name}' is now {status}."
2791
+ msgstr ""
2792
+
2793
+ #: constants.py:762
2794
+ #, python-brace-format
2795
+ msgid "Base name sanitized: [b]{original}[/b] changed to [b]{sanitized}[/b]"
2796
+ msgstr ""
2797
+
2798
+ #: constants.py:763
2799
+ #, python-brace-format
2800
+ msgid "Suffix sanitized: [b]{original}[/b] changed to [b]{sanitized}[/b]"
2801
+ msgstr ""
2802
+
2803
+ #: constants.py:764
2804
+ #, python-brace-format
2805
+ msgid "Input sanitized: [b]{original}[/b] changed to [b]{sanitized}[/b]"
2806
+ msgstr ""
2807
+
2808
+ #: constants.py:765
2809
+ msgid "Boot order saved successfully."
2810
+ msgstr ""
2811
+
2812
+ #: constants.py:766
2813
+ msgid "Graphics settings applied successfully"
2814
+ msgstr ""
2815
+
2816
+ #: constants.py:767
2817
+ #, python-brace-format
2818
+ msgid "RNG settings applied successfully. Device: {rng_device}"
2819
+ msgstr ""
2820
+
2821
+ #: constants.py:768
2822
+ msgid "TPM settings applied successfully"
2823
+ msgstr ""
2824
+
2825
+ #: constants.py:769
2826
+ #, python-brace-format
2827
+ msgid "Attached USB device: {description}"
2828
+ msgstr ""
2829
+
2830
+ #: constants.py:770
2831
+ #, python-brace-format
2832
+ msgid "Detached USB device: {description}"
2833
+ msgstr ""
2834
+
2835
+ #: constants.py:771
2836
+ msgid "Channel added successfully."
2837
+ msgstr ""
2838
+
2839
+ #: constants.py:772
2840
+ #, python-brace-format
2841
+ msgid "Channel '{target_name}' removed successfully."
2842
+ msgstr ""
2843
+
2844
+ #: constants.py:773
2845
+ #, python-brace-format
2846
+ msgid "Input device '{device_type}' added successfully."
2847
+ msgstr ""
2848
+
2849
+ #: constants.py:774
2850
+ #, python-brace-format
2851
+ msgid "Input device '{device_type}' removed successfully."
2852
+ msgstr ""
2853
+
2854
+ #: constants.py:775
2855
+ msgid "Serial console added successfully."
2856
+ msgstr ""
2857
+
2858
+ #: constants.py:776
2859
+ msgid "Serial console removed successfully."
2860
+ msgstr ""
2861
+
2862
+ #: constants.py:777
2863
+ msgid "Watchdog settings applied successfully."
2864
+ msgstr ""
2865
+
2866
+ #: constants.py:778
2867
+ msgid "Watchdog removed successfully."
2868
+ msgstr ""
2869
+
2870
+ #: constants.py:779
2871
+ #, python-brace-format
2872
+ msgid "USB device '{description}' attached successfully."
2873
+ msgstr ""
2874
+
2875
+ #: constants.py:780
2876
+ #, python-brace-format
2877
+ msgid "USB device '{description}' removed successfully."
2878
+ msgstr ""
2879
+
2880
+ #: constants.py:781
2881
+ msgid "SCSI controller added successfully."
2882
+ msgstr ""
2883
+
2884
+ #: constants.py:782
2885
+ msgid "SCSI controller removed successfully."
2886
+ msgstr ""
2887
+
2888
+ #: constants.py:783
2889
+ msgid "VirtIO-FS mount added successfully."
2890
+ msgstr ""
2891
+
2892
+ #: constants.py:784
2893
+ msgid "VirtIO-FS mount removed successfully."
2894
+ msgstr ""
2895
+
2896
+ #: constants.py:785
2897
+ msgid "Removed associated SPICE devices"
2898
+ msgstr ""
2899
+
2900
+ #: constants.py:786
2901
+ #, python-brace-format
2902
+ msgid "Video model set to {new_model}"
2903
+ msgstr ""
2904
+
2905
+ #: constants.py:787
2906
+ #, python-brace-format
2907
+ msgid "3D Acceleration {state}"
2908
+ msgstr ""
2909
+
2910
+ #: constants.py:788
2911
+ #, python-brace-format
2912
+ msgid "Sound model set to {new_model}"
2913
+ msgstr ""
2914
+
2915
+ #: constants.py:789
2916
+ #, python-brace-format
2917
+ msgid "Secure Boot {state}"
2918
+ msgstr ""
2919
+
2920
+ #: constants.py:790
2921
+ #, python-brace-format
2922
+ msgid "Shared memory {state}"
2923
+ msgstr ""
2924
+
2925
+ #: constants.py:791
2926
+ #, python-brace-format
2927
+ msgid "Machine type set to {new_machine_type}"
2928
+ msgstr ""
2929
+
2930
+ #: constants.py:792
2931
+ #, python-brace-format
2932
+ msgid "VCPU set to {vcpu_count}"
2933
+ msgstr ""
2934
+
2935
+ #: constants.py:793
2936
+ #, python-brace-format
2937
+ msgid "Memory set to {memory_mb} MB"
2938
+ msgstr ""
2939
+
2940
+ #: constants.py:794
2941
+ #, python-brace-format
2942
+ msgid "CPU model set to {new_cpu_model}"
2943
+ msgstr ""
2944
+
2945
+ #: constants.py:795
2946
+ #, python-brace-format
2947
+ msgid "UEFI file set to {uefi_file_name}"
2948
+ msgstr ""
2949
+
2950
+ #: constants.py:796
2951
+ #, python-brace-format
2952
+ msgid "Disk '{disk_path}' enabled successfully."
2953
+ msgstr ""
2954
+
2955
+ #: constants.py:797
2956
+ #, python-brace-format
2957
+ msgid "Disk '{disk_path}' disabled successfully."
2958
+ msgstr ""
2959
+
2960
+ #: constants.py:798
2961
+ #, python-brace-format
2962
+ msgid "Disk '{disk_path}' removed successfully."
2963
+ msgstr ""
2964
+
2965
+ #: constants.py:799
2966
+ #, python-brace-format
2967
+ msgid "Disk '{disk_path}' added successfully."
2968
+ msgstr ""
2969
+
2970
+ #: constants.py:800
2971
+ #, python-brace-format
2972
+ msgid "Existing disk '{disk_path}' attached successfully."
2973
+ msgstr ""
2974
+
2975
+ #: constants.py:801
2976
+ #, python-brace-format
2977
+ msgid "Disk '{disk_path}' updated successfully."
2978
+ msgstr ""
2979
+
2980
+ #: constants.py:802
2981
+ msgid "Network interface added successfully."
2982
+ msgstr ""
2983
+
2984
+ #: constants.py:803
2985
+ msgid "Network interface removed successfully."
2986
+ msgstr ""
2987
+
2988
+ #: constants.py:804
2989
+ #, python-brace-format
2990
+ msgid "Interface {mac_address} switched to {new_network}"
2991
+ msgstr ""
2992
+
2993
+ #: constants.py:805
2994
+ msgid "CPU pinning settings applied successfully."
2995
+ msgstr ""
2996
+
2997
+ #: constants.py:806
2998
+ msgid "NUMA tuning settings applied successfully."
2999
+ msgstr ""
3000
+
3001
+ #: constants.py:811
3002
+ #, python-brace-format
3003
+ msgid "Connecting to [b]{uri}[/b]..."
3004
+ msgstr ""
3005
+
3006
+ #: constants.py:812
3007
+ msgid "Configuration updated. Refreshing VM list..."
3008
+ msgstr ""
3009
+
3010
+ #: constants.py:813
3011
+ msgid "Loading VM data from remote server(s)..."
3012
+ msgstr ""