-
-
Notifications
You must be signed in to change notification settings - Fork 222
/
incus.pot
8727 lines (6947 loc) · 247 KB
/
incus.pot
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr "Project-Id-Version: incus\n"
"Report-Msgid-Bugs-To: lxc-devel@lists.linuxcontainers.org\n"
"POT-Creation-Date: 2024-10-25 15:46-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
#: cmd/incus/info.go:438
msgid " Chassis:"
msgstr ""
#: cmd/incus/info.go:478
msgid " Firmware:"
msgstr ""
#: cmd/incus/info.go:458
msgid " Motherboard:"
msgstr ""
#: cmd/incus/storage_bucket.go:273 cmd/incus/storage_bucket.go:1208
msgid "### This is a YAML representation of a storage bucket.\n"
"### Any line starting with a '# will be ignored.\n"
"###\n"
"### A storage bucket consists of a set of configuration items.\n"
"###\n"
"### name: bucket1\n"
"### used_by: []\n"
"### config:\n"
"### size: \"61203283968\""
msgstr ""
#: cmd/incus/storage.go:290
msgid "### This is a YAML representation of a storage pool.\n"
"### Any line starting with a '#' will be ignored.\n"
"###\n"
"### A storage pool consists of a set of configuration items.\n"
"###\n"
"### An example would look like:\n"
"### name: default\n"
"### driver: zfs\n"
"### used_by: []\n"
"### config:\n"
"### size: \"61203283968\"\n"
"### source: default\n"
"### zfs.pool_name: default"
msgstr ""
#: cmd/incus/storage_volume.go:985
msgid "### This is a YAML representation of a storage volume.\n"
"### Any line starting with a '# will be ignored.\n"
"###\n"
"### A storage volume consists of a set of configuration items.\n"
"###\n"
"### name: foo\n"
"### type: custom\n"
"### used_by: []\n"
"### config:\n"
"### size: \"61203283968\""
msgstr ""
#: cmd/incus/config_trust.go:284
msgid "### This is a YAML representation of the certificate.\n"
"### Any line starting with a '# will be ignored.\n"
"###\n"
"### Note that the fingerprint is shown but cannot be changed"
msgstr ""
#: cmd/incus/cluster_group.go:437
msgid "### This is a YAML representation of the cluster group.\n"
"### Any line starting with a '# will be ignored."
msgstr ""
#: cmd/incus/config.go:117
msgid "### This is a YAML representation of the configuration.\n"
"### Any line starting with a '# will be ignored.\n"
"###\n"
"### A sample configuration looks like:\n"
"### name: instance1\n"
"### profiles:\n"
"### - default\n"
"### config:\n"
"### volatile.eth0.hwaddr: 00:16:3e:e9:f8:7f\n"
"### devices:\n"
"### homedir:\n"
"### path: /extra\n"
"### source: /home/user\n"
"### type: disk\n"
"### ephemeral: false\n"
"###\n"
"### Note that the name is shown but cannot be changed"
msgstr ""
#: cmd/incus/image.go:399
msgid "### This is a YAML representation of the image properties.\n"
"### Any line starting with a '# will be ignored.\n"
"###\n"
"### Each property is represented by a single line:\n"
"### An example would be:\n"
"### description: My custom image"
msgstr ""
#: cmd/incus/config_metadata.go:71
msgid "### This is a YAML representation of the instance metadata.\n"
"### Any line starting with a '# will be ignored.\n"
"###\n"
"### A sample configuration looks like:\n"
"###\n"
"### architecture: x86_64\n"
"### creation_date: 1477146654\n"
"### expiry_date: 0\n"
"### properties:\n"
"### architecture: x86_64\n"
"### description: BusyBox x86_64\n"
"### name: busybox-x86_64\n"
"### os: BusyBox\n"
"### templates:\n"
"### /template:\n"
"### when:\n"
"### - \"\"\n"
"### create_only: false\n"
"### template: template.tpl\n"
"### properties: {}"
msgstr ""
#: cmd/incus/network_acl.go:624
msgid "### This is a YAML representation of the network ACL.\n"
"### Any line starting with a '# will be ignored.\n"
"###\n"
"### A network ACL consists of a set of rules and configuration items.\n"
"###\n"
"### An example would look like:\n"
"### name: allow-all-inbound\n"
"### description: test desc\n"
"### egress: []\n"
"### ingress:\n"
"### - action: allow\n"
"### state: enabled\n"
"### protocol: \"\"\n"
"### source: \"\"\n"
"### source_port: \"\"\n"
"### destination: \"\"\n"
"### destination_port: \"\"\n"
"### icmp_type: \"\"\n"
"### icmp_code: \"\"\n"
"### config:\n"
"### user.foo: bah\n"
"###\n"
"### Note that only the ingress and egress rules, description and configuration keys can be changed."
msgstr ""
#: cmd/incus/network_forward.go:690
msgid "### This is a YAML representation of the network forward.\n"
"### Any line starting with a '# will be ignored.\n"
"###\n"
"### A network forward consists of a default target address and optional set of port forwards for a listen address.\n"
"###\n"
"### An example would look like:\n"
"### listen_address: 192.0.2.1\n"
"### config:\n"
"### target_address: 198.51.100.2\n"
"### description: test desc\n"
"### ports:\n"
"### - description: port forward\n"
"### protocol: tcp\n"
"### listen_port: 80,81,8080-8090\n"
"### target_address: 198.51.100.3\n"
"### target_port: 80,81,8080-8090\n"
"### location: server01\n"
"###\n"
"### Note that the listen_address and location cannot be changed."
msgstr ""
#: cmd/incus/network_integration.go:242
msgid "### This is a YAML representation of the network integration.\n"
"### Any line starting with a '# will be ignored.\n"
"###\n"
"### Note that the name is shown but cannot be changed"
msgstr ""
#: cmd/incus/network_load_balancer.go:660
msgid "### This is a YAML representation of the network load balancer.\n"
"### Any line starting with a '# will be ignored.\n"
"###\n"
"### A network load balancer consists of a set of target backends and port forwards for a listen address.\n"
"###\n"
"### An example would look like:\n"
"### listen_address: 192.0.2.1\n"
"### config:\n"
"### user.foo: bar\n"
"### description: test desc\n"
"### backends:\n"
"### - name: backend1\n"
"### description: First backend server\n"
"### target_address: 192.0.3.1\n"
"### target_port: 80\n"
"### - name: backend2\n"
"### description: Second backend server\n"
"### target_address: 192.0.3.2\n"
"### target_port: 80\n"
"### ports:\n"
"### - description: port forward\n"
"### protocol: tcp\n"
"### listen_port: 80,81,8080-8090\n"
"### target_backend:\n"
"### - backend1\n"
"### - backend2\n"
"### location: server01\n"
"###\n"
"### Note that the listen_address and location cannot be changed."
msgstr ""
#: cmd/incus/network_peer.go:719
msgid "### This is a YAML representation of the network peer.\n"
"### Any line starting with a '# will be ignored.\n"
"###\n"
"### An example would look like:\n"
"### description: A peering to mynet\n"
"### config: {}\n"
"### name: mypeer\n"
"### target_project: default\n"
"### target_network: mynet\n"
"### status: Pending\n"
"###\n"
"### Note that the name, target_project, target_network and status fields cannot be changed."
msgstr ""
#: cmd/incus/network_zone.go:1328
msgid "### This is a YAML representation of the network zone record.\n"
"### Any line starting with a '# will be ignored.\n"
"###\n"
"### A network zone consists of a set of rules and configuration items.\n"
"###\n"
"### An example would look like:\n"
"### name: foo\n"
"### description: SPF record\n"
"### config:\n"
"### user.foo: bah\n"
msgstr ""
#: cmd/incus/network_zone.go:632
msgid "### This is a YAML representation of the network zone.\n"
"### Any line starting with a '# will be ignored.\n"
"###\n"
"### A network zone consists of a set of rules and configuration items.\n"
"###\n"
"### An example would look like:\n"
"### name: example.net\n"
"### description: Internal domain\n"
"### config:\n"
"### user.foo: bah\n"
msgstr ""
#: cmd/incus/network.go:717
msgid "### This is a YAML representation of the network.\n"
"### Any line starting with a '# will be ignored.\n"
"###\n"
"### A network consists of a set of configuration items.\n"
"###\n"
"### An example would look like:\n"
"### name: mybr0\n"
"### config:\n"
"### ipv4.address: 10.62.42.1/24\n"
"### ipv4.nat: true\n"
"### ipv6.address: fd00:56ad:9f7a:9800::1/64\n"
"### ipv6.nat: true\n"
"### managed: true\n"
"### type: bridge\n"
"###\n"
"### Note that only the configuration can be changed."
msgstr ""
#: cmd/incus/profile.go:518
msgid "### This is a YAML representation of the profile.\n"
"### Any line starting with a '# will be ignored.\n"
"###\n"
"### A profile consists of a set of configuration items followed by a set of\n"
"### devices.\n"
"###\n"
"### An example would look like:\n"
"### name: onenic\n"
"### config:\n"
"### raw.lxc: lxc.aa_profile=unconfined\n"
"### devices:\n"
"### eth0:\n"
"### nictype: bridged\n"
"### parent: mybr0\n"
"### type: nic\n"
"###\n"
"### Note that the name is shown but cannot be changed"
msgstr ""
#: cmd/incus/project.go:317
msgid "### This is a YAML representation of the project.\n"
"### Any line starting with a '# will be ignored.\n"
"###\n"
"### A project consists of a set of features and a description.\n"
"###\n"
"### An example would look like:\n"
"### config:\n"
"### features.images: \"true\"\n"
"### features.networks: \"true\"\n"
"### features.networks.zones: \"true\"\n"
"### features.profiles: \"true\"\n"
"### features.storage.buckets: \"true\"\n"
"### features.storage.volumes: \"true\"\n"
"### description: My own project\n"
"### name: my-project\n"
"###\n"
"### Note that the name is shown but cannot be changed"
msgstr ""
#: cmd/incus/cluster.go:893
msgid "### This is a yaml representation of the cluster member.\n"
"### Any line starting with a '# will be ignored."
msgstr ""
#: cmd/incus/info.go:346
#, c-format
msgid "%d (id: %d, online: %v, NUMA node: %v)"
msgstr ""
#: cmd/incus/admin_init_interactive.go:660
#, c-format
msgid "%q is not a block device"
msgstr ""
#: cmd/incus/admin_init_interactive.go:797
#, c-format
msgid "%q is not an IP address"
msgstr ""
#: cmd/incus/admin_recover.go:209
#, c-format
msgid "%s %q on pool %q in project %q (includes %d snapshots)"
msgstr ""
#: cmd/incus/image.go:1152
#, c-format
msgid "%s (%d more)"
msgstr ""
#: cmd/incus/info.go:188
#, c-format
msgid "%s (%s) (%d available)"
msgstr ""
#: cmd/incus/admin_recover.go:65
#, c-format
msgid "%s (backend=%q, source=%q)"
msgstr ""
#: cmd/incus/file.go:1136
#, c-format
msgid "%s is not a directory"
msgstr ""
#: cmd/incus/file.go:1026
#, c-format
msgid "'%s' isn't a supported file type"
msgstr ""
#: cmd/incus/cluster_group.go:165 cmd/incus/profile.go:251
msgid "(none)"
msgstr ""
#: cmd/incus/info.go:336
#, c-format
msgid "- Level %d (type: %s): %s"
msgstr ""
#: cmd/incus/info.go:315
#, c-format
msgid "- Partition %d"
msgstr ""
#: cmd/incus/info.go:224
#, c-format
msgid "- Port %d (%s)"
msgstr ""
#: cmd/incus/action.go:266
msgid "--console can't be used while forcing instance shutdown"
msgstr ""
#: cmd/incus/action.go:435
msgid "--console can't be used with --all"
msgstr ""
#: cmd/incus/action.go:439
msgid "--console only works with a single instance"
msgstr ""
#: cmd/incus/create.go:136 cmd/incus/rebuild.go:64
msgid "--empty cannot be combined with an image name"
msgstr ""
#: cmd/incus/config.go:488 cmd/incus/config.go:796
msgid "--expanded cannot be used with a server"
msgstr ""
#: cmd/incus/copy.go:167
msgid "--instance-only can't be passed when the source is a snapshot"
msgstr ""
#: cmd/incus/admin_init_auto.go:42
msgid "--network-port can't be used without --network-address"
msgstr ""
#: cmd/incus/copy.go:101
msgid "--no-profiles cannot be used with --refresh"
msgstr ""
#: cmd/incus/query.go:73
msgid "--project cannot be used with the query command"
msgstr ""
#: cmd/incus/copy.go:178
msgid "--refresh can only be used with instances"
msgstr ""
#: cmd/incus/move.go:265
msgid "--target can only be used with clusters"
msgstr ""
#: cmd/incus/config.go:165 cmd/incus/config.go:438 cmd/incus/config.go:615 cmd/incus/config.go:822 cmd/incus/info.go:624
msgid "--target cannot be used with instances"
msgstr ""
#: cmd/incus/alias.go:220
msgid "<alias>"
msgstr ""
#: cmd/incus/alias.go:59
msgid "<alias> <target>"
msgstr ""
#: cmd/incus/admin_sql.go:28
msgid "<local|global> <query>"
msgstr ""
#: cmd/incus/alias.go:165
msgid "<old alias> <new alias>"
msgstr ""
#: cmd/incus/remote.go:976 cmd/incus/remote.go:1042
msgid "<remote>"
msgstr ""
#: cmd/incus/remote.go:1090
msgid "<remote> <URL>"
msgstr ""
#: cmd/incus/remote.go:895
msgid "<remote> <new-name>"
msgstr ""
#: cmd/incus/remote_unix.go:35
msgid "<remote>: <path>"
msgstr ""
#: cmd/incus/file.go:680
msgid "<source path>... [<remote>:]<instance>/<path>"
msgstr ""
#: cmd/incus/image.go:677
msgid "<tarball>|<directory>|<URL> [<rootfs tarball>] [<remote>:] [key=value...]"
msgstr ""
#: cmd/incus/manpage.go:20
msgid "<target>"
msgstr ""
#: cmd/incus/admin_sql.go:139
#, c-format
msgid "=> Query %d:"
msgstr ""
#: cmd/incus/remote.go:658
msgid "A client certificate is already present"
msgstr ""
#: cmd/incus/config_trust.go:120
msgid "A client name must be provided"
msgstr ""
#: cmd/incus/cluster.go:1026
msgid "A cluster member name must be provided"
msgstr ""
#: cmd/incus/network_allocations.go:72
msgid "ADDRESS"
msgstr ""
#: cmd/incus/alias.go:148 cmd/incus/image.go:1119 cmd/incus/image_alias.go:205
msgid "ALIAS"
msgstr ""
#: cmd/incus/image.go:1120
msgid "ALIASES"
msgstr ""
#: cmd/incus/list.go:887
msgid "APP"
msgstr ""
#: cmd/incus/cluster.go:174 cmd/incus/image.go:1114 cmd/incus/list.go:572
msgid "ARCHITECTURE"
msgstr ""
#: cmd/incus/remote.go:762
msgid "AUTH TYPE"
msgstr ""
#: cmd/incus/remote.go:119
msgid "Accept certificate"
msgstr ""
#: cmd/incus/storage_bucket.go:1038
msgid "Access key (auto-generated if empty)"
msgstr ""
#: cmd/incus/storage_bucket.go:1116
#, c-format
msgid "Access key: %s"
msgstr ""
#: cmd/incus/config.go:391
msgid "Access the expanded configuration"
msgstr ""
#: cmd/incus/warning.go:262 cmd/incus/warning.go:263
msgid "Acknowledge warning"
msgstr ""
#: cmd/incus/query.go:77
#, c-format
msgid "Action %q isn't supported by this tool"
msgstr ""
#: cmd/incus/query.go:44
msgid "Action (defaults to GET)"
msgstr ""
#: cmd/incus/cluster_group.go:812
msgid "Add a cluster member to a cluster group"
msgstr ""
#: cmd/incus/network_zone.go:1513
msgid "Add a network zone record entry"
msgstr ""
#: cmd/incus/network_load_balancer.go:892
msgid "Add backend to a load balancer"
msgstr ""
#: cmd/incus/network_load_balancer.go:891
msgid "Add backends to a load balancer"
msgstr ""
#: cmd/incus/network_zone.go:1514
msgid "Add entries to a network zone record"
msgstr ""
#: cmd/incus/config_device.go:77 cmd/incus/config_device.go:78
msgid "Add instance devices"
msgstr ""
#: cmd/incus/cluster_group.go:811
msgid "Add member to group"
msgstr ""
#: cmd/incus/alias.go:60 cmd/incus/alias.go:61
msgid "Add new aliases"
msgstr ""
#: cmd/incus/remote.go:108
msgid "Add new remote servers"
msgstr ""
#: cmd/incus/remote.go:109
msgid "Add new remote servers\n"
"\n"
"URL for remote resources must be HTTPS (https://).\n"
"\n"
"Basic authentication can be used when combined with the \"simplestreams\" protocol:\n"
" incus remote add some-name https://LOGIN:PASSWORD@example.com/some/path --protocol=simplestreams\n"
msgstr ""
#: cmd/incus/config_trust.go:90
msgid "Add new trusted client"
msgstr ""
#: cmd/incus/config_trust.go:170
msgid "Add new trusted client certificate"
msgstr ""
#: cmd/incus/config_trust.go:171
msgid "Add new trusted client certificate\n"
"\n"
"The following certificate types are supported:\n"
"- client (default)\n"
"- metrics\n"
msgstr ""
#: cmd/incus/config_trust.go:91
msgid "Add new trusted client\n"
"\n"
"This will issue a trust token to be used by the client to add itself to the trust store.\n"
msgstr ""
#: cmd/incus/network_forward.go:911 cmd/incus/network_forward.go:912
msgid "Add ports to a forward"
msgstr ""
#: cmd/incus/network_load_balancer.go:1080 cmd/incus/network_load_balancer.go:1081
msgid "Add ports to a load balancer"
msgstr ""
#: cmd/incus/profile.go:108 cmd/incus/profile.go:109
msgid "Add profiles to instances"
msgstr ""
#: cmd/incus/cluster_role.go:50 cmd/incus/cluster_role.go:51
msgid "Add roles to a cluster member"
msgstr ""
#: cmd/incus/network_acl.go:875 cmd/incus/network_acl.go:876
msgid "Add rules to an ACL"
msgstr ""
#: cmd/incus/admin_recover.go:128
msgid "Additional storage pool configuration property (KEY=VALUE, empty when done):"
msgstr ""
#: cmd/incus/admin_init.go:59
msgid "Address to bind to (default: none)"
msgstr ""
#: cmd/incus/admin_init_interactive.go:803
msgid "Address to bind to (not including port)"
msgstr ""
#: cmd/incus/info.go:228
#, c-format
msgid "Address: %s"
msgstr ""
#: cmd/incus/info.go:372
#, c-format
msgid "Address: %v"
msgstr ""
#: cmd/incus/storage_bucket.go:182
#, c-format
msgid "Admin access key: %s"
msgstr ""
#: cmd/incus/storage_bucket.go:183
#, c-format
msgid "Admin secret key: %s"
msgstr ""
#: cmd/incus/alias.go:86 cmd/incus/alias.go:199
#, c-format
msgid "Alias %s already exists"
msgstr ""
#: cmd/incus/alias.go:193 cmd/incus/alias.go:248
#, c-format
msgid "Alias %s doesn't exist"
msgstr ""
#: cmd/incus/image_alias.go:89 cmd/incus/image_alias.go:136 cmd/incus/image_alias.go:358
msgid "Alias name missing"
msgstr ""
#: cmd/incus/image.go:1037
#, c-format
msgid "Alias: %s"
msgstr ""
#: cmd/incus/publish.go:254
#, c-format
msgid "Aliases already exists: %s"
msgstr ""
#: cmd/incus/image.go:1021
msgid "Aliases:"
msgstr ""
#: cmd/incus/admin_init_interactive.go:223
msgid "All existing data is lost when joining a cluster, continue?"
msgstr ""
#: cmd/incus/storage_volume.go:1558 cmd/incus/storage_volume.go:2549
msgid "All projects"
msgstr ""
#: cmd/incus/remote.go:199
msgid "All server addresses are unavailable"
msgstr ""
#: cmd/incus/config_trust.go:181
msgid "Alternative certificate name"
msgstr ""
#: cmd/incus/image.go:993 cmd/incus/info.go:502 cmd/incus/info.go:506 cmd/incus/info.go:652
#, c-format
msgid "Architecture: %s"
msgstr ""
#: cmd/incus/info.go:154
#, c-format
msgid "Architecture: %v"
msgstr ""
#: cmd/incus/admin_init_interactive.go:159
msgid "Are you joining an existing cluster?"
msgstr ""
#: cmd/incus/cluster.go:1519
#, c-format
msgid "Are you sure you want to %s cluster member %q? (yes/no) [default=no]: "
msgstr ""
#: cmd/incus/console.go:384
msgid "As neither could be found, the raw SPICE socket can be found at:"
msgstr ""
#: cmd/incus/create.go:378 cmd/incus/rebuild.go:131
msgid "Asked for a VM but image is of type container"
msgstr ""
#: cmd/incus/cluster_group.go:100 cmd/incus/cluster_group.go:101
msgid "Assign sets of groups to cluster members"
msgstr ""
#: cmd/incus/profile.go:183 cmd/incus/profile.go:184
msgid "Assign sets of profiles to instances"
msgstr ""
#: cmd/incus/network.go:142
msgid "Attach network interfaces to instances"
msgstr ""
#: cmd/incus/network.go:239 cmd/incus/network.go:240
msgid "Attach network interfaces to profiles"
msgstr ""
#: cmd/incus/storage_volume.go:162 cmd/incus/storage_volume.go:163
msgid "Attach new custom storage volumes to instances"
msgstr ""
#: cmd/incus/storage_volume.go:253 cmd/incus/storage_volume.go:254
msgid "Attach new custom storage volumes to profiles"
msgstr ""
#: cmd/incus/network.go:143
msgid "Attach new network interfaces to instances"
msgstr ""
#: cmd/incus/console.go:36
msgid "Attach to instance consoles"
msgstr ""
#: cmd/incus/console.go:37
msgid "Attach to instance consoles\n"
"\n"
"This command allows you to interact with the boot console of an instance\n"
"as well as retrieve past log entries from it."
msgstr ""
#: cmd/incus/remote.go:564
#, c-format
msgid "Authentication type '%s' not supported by server"
msgstr ""
#: cmd/incus/info.go:247
#, c-format
msgid "Auto negotiation: %v"
msgstr ""
#: cmd/incus/image.go:189
msgid "Auto update is only available in pull mode"
msgstr ""
#: cmd/incus/image.go:1031
#, c-format
msgid "Auto update: %s"
msgstr ""
#: cmd/incus/admin_init.go:54
msgid "Automatic (non-interactive) mode"
msgstr ""
#: cmd/incus/remote.go:154
msgid "Available projects:"
msgstr ""
#: cmd/incus/info.go:496
#, c-format
msgid "Average: %.2f %.2f %.2f"
msgstr ""
#: cmd/incus/list.go:578 cmd/incus/list.go:579
msgid "BASE IMAGE"
msgstr ""
#: cmd/incus/network_load_balancer.go:1320
msgid "Backend health:"
msgstr ""
#: cmd/incus/export.go:85
#, c-format
msgid "Backing up instance: %s"
msgstr ""
#: cmd/incus/storage_bucket.go:1462
#, c-format
msgid "Backing up storage bucket: %s"
msgstr ""
#: cmd/incus/storage_volume.go:3033
#, c-format
msgid "Backing up storage volume: %s"
msgstr ""
#: cmd/incus/export.go:191 cmd/incus/storage_bucket.go:1539 cmd/incus/storage_volume.go:3110
msgid "Backup exported successfully!"
msgstr ""
#: cmd/incus/info.go:844 cmd/incus/storage_volume.go:1489
msgid "Backups:"
msgstr ""
#: cmd/incus/utils.go:102
#, c-format
msgid "Bad device override syntax, expecting <device>,<key>=<value>: %s"
msgstr ""
#: cmd/incus/network.go:409 cmd/incus/network_acl.go:447 cmd/incus/network_forward.go:382 cmd/incus/network_load_balancer.go:386 cmd/incus/network_peer.go:409 cmd/incus/network_zone.go:455 cmd/incus/network_zone.go:1142 cmd/incus/storage_bucket.go:154
#, c-format
msgid "Bad key/value pair: %s"
msgstr ""
#: cmd/incus/copy.go:150 cmd/incus/create.go:242 cmd/incus/move.go:302 cmd/incus/network_integration.go:145 cmd/incus/project.go:167
#, c-format
msgid "Bad key=value pair: %q"
msgstr ""
#: cmd/incus/publish.go:191 cmd/incus/storage.go:169 cmd/incus/storage_volume.go:651
#, c-format
msgid "Bad key=value pair: %s"
msgstr ""
#: cmd/incus/image.go:796
#, c-format
msgid "Bad property: %s"
msgstr ""
#: cmd/incus/network.go:995
msgid "Bond:"
msgstr ""
#: cmd/incus/action.go:187 cmd/incus/action.go:391
msgid "Both --all and instance name given"
msgstr ""
#: cmd/incus/info.go:155
#, c-format
msgid "Brand: %v"
msgstr ""
#: cmd/incus/network.go:1008
msgid "Bridge:"
msgstr ""
#: cmd/incus/info.go:364
#, c-format
msgid "Bus Address: %v"
msgstr ""
#: cmd/incus/info.go:767 cmd/incus/network.go:987
msgid "Bytes received"
msgstr ""
#: cmd/incus/info.go:768 cmd/incus/network.go:988
msgid "Bytes sent"
msgstr ""
#: cmd/incus/operation.go:153
msgid "CANCELABLE"
msgstr ""
#: cmd/incus/config_trust.go:433
msgid "COMMON NAME"
msgstr ""
#: cmd/incus/storage_volume.go:1673
msgid "CONTENT-TYPE"
msgstr ""
#: cmd/incus/warning.go:210
msgid "COUNT"
msgstr ""
#: cmd/incus/top.go:349
msgid "CPU TIME(s)"
msgstr ""
#: cmd/incus/list.go:590
msgid "CPU USAGE"
msgstr ""
#: cmd/incus/info.go:708
msgid "CPU usage (in seconds)"
msgstr ""
#: cmd/incus/info.go:712
msgid "CPU usage:"
msgstr ""
#: cmd/incus/info.go:501
msgid "CPU:"
msgstr ""
#: cmd/incus/info.go:505
msgid "CPUs:"
msgstr ""
#: cmd/incus/operation.go:154
msgid "CREATED"
msgstr ""
#: cmd/incus/list.go:574
msgid "CREATED AT"
msgstr ""
#: cmd/incus/info.go:157
#, c-format
msgid "CUDA Version: %v"
msgstr ""
#: cmd/incus/image.go:1030
#, c-format
msgid "Cached: %s"
msgstr ""
#: cmd/incus/info.go:334
msgid "Caches:"
msgstr ""
#: cmd/incus/admin_init_interactive.go:144 cmd/incus/admin_init_interactive.go:828
#, c-format
msgid "Can't bind address %q: %w"
msgstr ""
#: cmd/incus/move.go:127
msgid "Can't override configuration or profiles in local rename"
msgstr ""
#: cmd/incus/image.go:212
msgid "Can't provide a name for the target image"
msgstr ""
#: cmd/incus/file.go:555
msgid "Can't pull a directory without --recursive"
msgstr ""
#: cmd/incus/utils.go:250
#, c-format
msgid "Can't read from environment file: %w"
msgstr ""
#: cmd/incus/utils.go:215 cmd/incus/utils.go:235
#, c-format
msgid "Can't read from stdin: %w"
msgstr ""
#: cmd/incus/remote.go:1020
msgid "Can't remove the default remote"
msgstr ""
#: cmd/incus/list.go:605
msgid "Can't specify --fast with --columns"
msgstr ""
#: cmd/incus/cluster.go:249 cmd/incus/list.go:469 cmd/incus/profile.go:803
msgid "Can't specify --project with --all-projects"