-
-
Notifications
You must be signed in to change notification settings - Fork 238
/
Copy pathsl.po
8124 lines (6536 loc) · 200 KB
/
sl.po
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.
#
msgid ""
msgstr ""
"Project-Id-Version: lxd\n"
"Report-Msgid-Bugs-To: lxc-devel@lists.linuxcontainers.org\n"
"POT-Creation-Date: 2023-10-05 01:22-0400\n"
"PO-Revision-Date: 2022-03-10 15:10+0000\n"
"Last-Translator: Anonymous <noreply@weblate.org>\n"
"Language-Team: Slovenian <https://hosted.weblate.org/projects/linux-"
"containers/lxd/sl/>\n"
"Language: sl\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=4; plural=n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || "
"n%100==4 ? 2 : 3;\n"
"X-Generator: Weblate 4.12-dev\n"
#: cmd/incus/storage_bucket.go:254 cmd/incus/storage_bucket.go:999
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:231
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:850
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: vol1\n"
"### type: custom\n"
"### used_by: []\n"
"### config:\n"
"### size: \"61203283968\""
msgstr ""
#: cmd/incus/config_trust.go:283
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:363
msgid ""
"### This is a YAML representation of the cluster group.\n"
"### Any line starting with a '# will be ignored."
msgstr ""
#: cmd/incus/config.go:109
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:381
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:63
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:529
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:534
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"
"### port:\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_load_balancer.go:536
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"
"### target_address: 198.51.100.2\n"
"### description: test desc\n"
"### port:\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_peer.go:524
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:1065
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:472
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:601
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:436
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:233
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:701
msgid ""
"### This is a yaml representation of the cluster member.\n"
"### Any line starting with a '# will be ignored."
msgstr ""
#: cmd/incus/info.go:319
#, c-format
msgid "%d (id: %d, online: %v, NUMA node: %v)"
msgstr ""
#: cmd/incus/admin_init_interactive.go:644
#, c-format
msgid "%q is not a block device"
msgstr ""
#: cmd/incus/admin_init_interactive.go:781
#, 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:1091
#, c-format
msgid "%s (%d more)"
msgstr ""
#: cmd/incus/info.go:161
#, 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:911
#, c-format
msgid "%s is not a directory"
msgstr ""
#: cmd/incus/file.go:801
#, c-format
msgid "'%s' isn't a supported file type"
msgstr ""
#: cmd/incus/cluster_group.go:136 cmd/incus/profile.go:226
msgid "(none)"
msgstr ""
#: cmd/incus/info.go:309
#, c-format
msgid "- Level %d (type: %s): %s"
msgstr ""
#: cmd/incus/info.go:288
#, c-format
msgid "- Partition %d"
msgstr ""
#: cmd/incus/info.go:197
#, c-format
msgid "- Port %d (%s)"
msgstr ""
#: cmd/incus/action.go:219
msgid "--console can't be used while forcing instance shutdown"
msgstr ""
#: cmd/incus/action.go:368
msgid "--console can't be used with --all"
msgstr ""
#: cmd/incus/action.go:372
msgid "--console only works with a single instance"
msgstr ""
#: cmd/incus/create.go:126 cmd/incus/rebuild.go:64
msgid "--empty cannot be combined with an image name"
msgstr ""
#: cmd/incus/config.go:468 cmd/incus/config.go:756
msgid "--expanded cannot be used with a server"
msgstr ""
#: cmd/incus/copy.go:153
msgid "--instance-only can't be passed when the source is a snapshot"
msgstr ""
#: cmd/incus/admin_init_auto.go:41
msgid "--network-port can't be used without --network-address"
msgstr ""
#: cmd/incus/copy.go:94
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:164
msgid "--refresh can only be used with instances"
msgstr ""
#: cmd/incus/config.go:157 cmd/incus/config.go:418 cmd/incus/config.go:583
#: cmd/incus/config.go:782 cmd/incus/info.go:451
msgid "--target cannot be used with instances"
msgstr ""
#: cmd/incus/alias.go:212
msgid "<alias>"
msgstr ""
#: cmd/incus/alias.go:59
msgid "<alias> <target>"
msgstr ""
#: cmd/incus/admin_sql.go:27
msgid "<local|global> <query>"
msgstr ""
#: cmd/incus/alias.go:157
msgid "<old alias> <new alias>"
msgstr ""
#: cmd/incus/remote.go:805 cmd/incus/remote.go:861
msgid "<remote>"
msgstr ""
#: cmd/incus/remote.go:899
msgid "<remote> <URL>"
msgstr ""
#: cmd/incus/remote.go:734
msgid "<remote> <new-name>"
msgstr ""
#: cmd/incus/file.go:456
msgid "<source path>... [<remote>:]<instance>/<path>"
msgstr ""
#: cmd/incus/image.go:651
msgid ""
"<tarball>|<directory>|<URL> [<rootfs tarball>] [<remote>:] [key=value...]"
msgstr ""
#: cmd/incus/manpage.go:20
msgid "<target>"
msgstr ""
#: cmd/incus/admin_sql.go:141
#, c-format
msgid "=> Query %d:"
msgstr ""
#: cmd/incus/config_trust.go:119
msgid "A client name must be provided"
msgstr ""
#: cmd/incus/cluster.go:826
msgid "A cluster member name must be provided"
msgstr ""
#: cmd/incus/network_allocations.go:25
msgid "ADDRESS"
msgstr ""
#: cmd/incus/alias.go:140 cmd/incus/image.go:1055 cmd/incus/image_alias.go:234
msgid "ALIAS"
msgstr ""
#: cmd/incus/image.go:1056
msgid "ALIASES"
msgstr ""
#: cmd/incus/cluster.go:186 cmd/incus/image.go:1061 cmd/incus/list.go:554
msgid "ARCHITECTURE"
msgstr ""
#: cmd/incus/remote.go:717
msgid "AUTH TYPE"
msgstr ""
#: cmd/incus/remote.go:100
msgid "Accept certificate"
msgstr ""
#: cmd/incus/storage_bucket.go:851
msgid "Access key (auto-generated if empty)"
msgstr ""
#: cmd/incus/storage_bucket.go:907
#, c-format
msgid "Access key: %s"
msgstr ""
#: cmd/incus/config.go:383
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:631
msgid "Add a cluster member to a cluster group"
msgstr ""
#: cmd/incus/network_zone.go:1238
msgid "Add a network zone record entry"
msgstr ""
#: cmd/incus/network_load_balancer.go:746
msgid "Add backend to a load balancer"
msgstr ""
#: cmd/incus/network_load_balancer.go:745
msgid "Add backends to a load balancer"
msgstr ""
#: cmd/incus/network_zone.go:1239
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:630
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:89
msgid "Add new remote servers"
msgstr ""
#: cmd/incus/remote.go:90
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:89
msgid "Add new trusted client"
msgstr ""
#: cmd/incus/config_trust.go:169
msgid "Add new trusted client certificate"
msgstr ""
#: cmd/incus/config_trust.go:170
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:90
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:743 cmd/incus/network_forward.go:744
msgid "Add ports to a forward"
msgstr ""
#: cmd/incus/network_load_balancer.go:910
#: cmd/incus/network_load_balancer.go:911
msgid "Add ports to a load balancer"
msgstr ""
#: cmd/incus/profile.go:103 cmd/incus/profile.go:104
msgid "Add profiles to instances"
msgstr ""
#: cmd/incus/cluster_role.go:49 cmd/incus/cluster_role.go:50
msgid "Add roles to a cluster member"
msgstr ""
#: cmd/incus/network_acl.go:764 cmd/incus/network_acl.go:765
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:787
msgid "Address to bind to (not including port)"
msgstr ""
#: cmd/incus/info.go:201
#, c-format
msgid "Address: %s"
msgstr ""
#: cmd/incus/storage_bucket.go:163
#, c-format
msgid "Admin access key: %s"
msgstr ""
#: cmd/incus/storage_bucket.go:164
#, c-format
msgid "Admin secret key: %s"
msgstr ""
#: cmd/incus/alias.go:86 cmd/incus/alias.go:191
#, c-format
msgid "Alias %s already exists"
msgstr ""
#: cmd/incus/alias.go:185 cmd/incus/alias.go:240
#, c-format
msgid "Alias %s doesn't exist"
msgstr ""
#: cmd/incus/image_alias.go:84 cmd/incus/image_alias.go:131
#: cmd/incus/image_alias.go:279
msgid "Alias name missing"
msgstr ""
#: cmd/incus/image.go:992
#, c-format
msgid "Alias: %s"
msgstr ""
#: cmd/incus/publish.go:242
#, c-format
msgid "Aliases already exists: %s"
msgstr ""
#: cmd/incus/image.go:976
msgid "Aliases:"
msgstr ""
#: cmd/incus/admin_init_interactive.go:222
msgid "All existing data is lost when joining a cluster, continue?"
msgstr ""
#: cmd/incus/storage_volume.go:1388 cmd/incus/storage_volume.go:2191
msgid "All projects"
msgstr ""
#: cmd/incus/remote.go:180
msgid "All server addresses are unavailable"
msgstr ""
#: cmd/incus/config_trust.go:180
msgid "Alternative certificate name"
msgstr ""
#: cmd/incus/image.go:947 cmd/incus/info.go:476
#, c-format
msgid "Architecture: %s"
msgstr ""
#: cmd/incus/info.go:127
#, c-format
msgid "Architecture: %v"
msgstr ""
#: cmd/incus/admin_init_interactive.go:158
msgid "Are you joining an existing cluster?"
msgstr ""
#: cmd/incus/cluster.go:1208
#, c-format
msgid "Are you sure you want to %s cluster member %q? (yes/no) [default=no]: "
msgstr ""
#: cmd/incus/console.go:378
msgid "As neither could be found, the raw SPICE socket can be found at:"
msgstr ""
#: cmd/incus/create.go:347 cmd/incus/rebuild.go:131
msgid "Asked for a VM but image is of type container"
msgstr ""
#: cmd/incus/cluster_group.go:83 cmd/incus/cluster_group.go:84
msgid "Assign sets of groups to cluster members"
msgstr ""
#: cmd/incus/profile.go:166 cmd/incus/profile.go:167
msgid "Assign sets of profiles to instances"
msgstr ""
#: cmd/incus/network.go:134
msgid "Attach network interfaces to instances"
msgstr ""
#: cmd/incus/network.go:219 cmd/incus/network.go:220
msgid "Attach network interfaces to profiles"
msgstr ""
#: cmd/incus/network.go:135
msgid "Attach new network interfaces to instances"
msgstr ""
#: cmd/incus/storage_volume.go:161 cmd/incus/storage_volume.go:162
msgid "Attach new storage volumes to instances"
msgstr ""
#: cmd/incus/storage_volume.go:236 cmd/incus/storage_volume.go:237
msgid "Attach new storage volumes to profiles"
msgstr ""
#: cmd/incus/console.go:35
msgid "Attach to instance consoles"
msgstr ""
#: cmd/incus/console.go:36
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:544
#, c-format
msgid "Authentication type '%s' not supported by server"
msgstr ""
#: cmd/incus/info.go:220
#, c-format
msgid "Auto negotiation: %v"
msgstr ""
#: cmd/incus/image.go:177
msgid "Auto update is only available in pull mode"
msgstr ""
#: cmd/incus/image.go:986
#, c-format
msgid "Auto update: %s"
msgstr ""
#: cmd/incus/admin_init.go:54
msgid "Automatic (non-interactive) mode"
msgstr ""
#: cmd/incus/remote.go:135
msgid "Available projects:"
msgstr ""
#: cmd/incus/list.go:560 cmd/incus/list.go:561
msgid "BASE IMAGE"
msgstr ""
#: cmd/incus/export.go:85
#, c-format
msgid "Backing up instance: %s"
msgstr ""
#: cmd/incus/storage_volume.go:2579
#, c-format
msgid "Backing up storage volume: %s"
msgstr ""
#: cmd/incus/export.go:191 cmd/incus/storage_volume.go:2656
msgid "Backup exported successfully!"
msgstr ""
#: cmd/incus/info.go:644 cmd/incus/storage_volume.go:1319
msgid "Backups:"
msgstr ""
#: cmd/incus/utils.go:99
#, c-format
msgid "Bad device override syntax, expecting <device>,<key>=<value>: %s"
msgstr ""
#: cmd/incus/network.go:333 cmd/incus/network_acl.go:381
#: cmd/incus/network_forward.go:283 cmd/incus/network_load_balancer.go:286
#: cmd/incus/network_peer.go:279 cmd/incus/network_zone.go:323
#: cmd/incus/network_zone.go:921 cmd/incus/storage_bucket.go:135
#, c-format
msgid "Bad key/value pair: %s"
msgstr ""
#: cmd/incus/copy.go:136 cmd/incus/create.go:217 cmd/incus/project.go:129
#, c-format
msgid "Bad key=value pair: %q"
msgstr ""
#: cmd/incus/publish.go:179 cmd/incus/storage.go:129
#: cmd/incus/storage_volume.go:575
#, c-format
msgid "Bad key=value pair: %s"
msgstr ""
#: cmd/incus/image.go:758
#, c-format
msgid "Bad property: %s"
msgstr ""
#: cmd/incus/network.go:859
msgid "Bond:"
msgstr ""
#: cmd/incus/action.go:147 cmd/incus/action.go:324
msgid "Both --all and instance name given"
msgstr ""
#: cmd/incus/info.go:128
#, c-format
msgid "Brand: %v"
msgstr ""
#: cmd/incus/network.go:872
msgid "Bridge:"
msgstr ""
#: cmd/incus/info.go:567 cmd/incus/network.go:851
msgid "Bytes received"
msgstr ""
#: cmd/incus/info.go:568 cmd/incus/network.go:852
msgid "Bytes sent"
msgstr ""
#: cmd/incus/operation.go:175
msgid "CANCELABLE"
msgstr ""
#: cmd/incus/config_trust.go:448
msgid "COMMON NAME"
msgstr ""
#: cmd/incus/storage_volume.go:1495
msgid "CONTENT-TYPE"
msgstr ""
#: cmd/incus/warning.go:210
msgid "COUNT"
msgstr ""
#: cmd/incus/info.go:354
#, c-format
msgid "CPU (%s):"
msgstr ""
#: cmd/incus/list.go:572
msgid "CPU USAGE"
msgstr ""
#: cmd/incus/info.go:517
msgid "CPU usage (in seconds)"
msgstr ""
#: cmd/incus/info.go:521
msgid "CPU usage:"
msgstr ""
#: cmd/incus/info.go:357
#, c-format
msgid "CPUs (%s):"
msgstr ""
#: cmd/incus/operation.go:176
msgid "CREATED"
msgstr ""
#: cmd/incus/list.go:556
msgid "CREATED AT"
msgstr ""
#: cmd/incus/info.go:130
#, c-format
msgid "CUDA Version: %v"
msgstr ""
#: cmd/incus/image.go:985
#, c-format
msgid "Cached: %s"
msgstr ""
#: cmd/incus/info.go:307
msgid "Caches:"
msgstr ""
#: cmd/incus/admin_init_interactive.go:143
#: cmd/incus/admin_init_interactive.go:812
#, c-format
msgid "Can't bind address %q: %w"
msgstr ""
#: cmd/incus/move.go:115
msgid "Can't override configuration or profiles in local rename"
msgstr ""
#: cmd/incus/image.go:210
msgid "Can't provide a name for the target image"
msgstr ""
#: cmd/incus/file.go:331
msgid "Can't pull a directory without --recursive"
msgstr ""
#: cmd/incus/utils.go:212 cmd/incus/utils.go:232
#, c-format
msgid "Can't read from stdin: %w"
msgstr ""
#: cmd/incus/remote.go:840
msgid "Can't remove the default remote"
msgstr ""
#: cmd/incus/list.go:586
msgid "Can't specify --fast with --columns"
msgstr ""
#: cmd/incus/list.go:459
msgid "Can't specify --project with --all-projects"
msgstr ""
#: cmd/incus/rename.go:51
msgid "Can't specify a different remote for rename"
msgstr ""
#: cmd/incus/list.go:602 cmd/incus/storage_volume.go:1505
#: cmd/incus/warning.go:225
msgid "Can't specify column L when not clustered"
msgstr ""
#: cmd/incus/file.go:533
msgid "Can't supply uid/gid/mode in recursive mode"
msgstr ""
#: cmd/incus/config.go:649
#, c-format
msgid "Can't unset key '%s', it's not currently set"
msgstr ""
#: cmd/incus/admin_init.go:72
msgid "Can't use --auto and --preseed together"
msgstr ""
#: cmd/incus/admin_init.go:94
msgid "Can't use --dump with other flags"
msgstr ""
#: cmd/incus/admin_init.go:80
msgid "Can't use --minimal and --auto together"
msgstr ""
#: cmd/incus/admin_init.go:76