forked from canonical/lxd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlxd.pot
4366 lines (3435 loc) · 105 KB
/
lxd.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: lxd\n"
"Report-Msgid-Bugs-To: [email protected]\n"
"POT-Creation-Date: 2021-06-04 18:09+0000\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Transfer-Encoding: 8bit\n"
#: lxc/storage.go:225
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: /home/chb/mnt/lxd_test/default.img\n"
"### zfs.pool_name: default"
msgstr ""
#: lxc/storage_volume.go:815
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 ""
#: lxc/config_trust.go:159
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 ""
#: lxc/config.go:102
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 ""
#: lxc/image.go:353
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 ""
#: lxc/config_metadata.go:61
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 ""
#: lxc/network_acl.go:438
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 ""
#: lxc/network.go:574
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: lxdbr0\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 ""
#: lxc/profile.go:416
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: lxdbr0\n"
"### type: nic\n"
"###\n"
"### Note that the name is shown but cannot be changed"
msgstr ""
#: lxc/project.go:231
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"
"### name: my-project\n"
"### features:\n"
"### images: True\n"
"### profiles: True\n"
"### description: My own project\n"
"###\n"
"### Note that the name is shown but cannot be changed"
msgstr ""
#: lxc/cluster.go:447
msgid "### This is a yaml representation of the cluster member.\n"
"### Any line starting with a '# will be ignored."
msgstr ""
#: lxc/info.go:314
#, c-format
msgid "%d (id: %d, online: %v, NUMA node: %v)"
msgstr ""
#: lxc/info.go:159
#, c-format
msgid "%s (%d available)"
msgstr ""
#: lxc/image.go:1054
#, c-format
msgid "%s (%d more)"
msgstr ""
#: lxc/file.go:844
#, c-format
msgid "%s is not a directory"
msgstr ""
#: lxc/utils/cancel.go:67
#, c-format
msgid "%v (interrupt two more times to force)"
msgstr ""
#: lxc/file.go:738
#, c-format
msgid "'%s' isn't a supported file type"
msgstr ""
#: lxc/profile.go:223
msgid "(none)"
msgstr ""
#: lxc/info.go:304
#, c-format
msgid "- Level %d (type: %s): %s"
msgstr ""
#: lxc/info.go:283
#, c-format
msgid "- Partition %d"
msgstr ""
#: lxc/info.go:193
#, c-format
msgid "- Port %d (%s)"
msgstr ""
#: lxc/action.go:206
msgid "--console can't be used while forcing instance shutdown"
msgstr ""
#: lxc/action.go:351
msgid "--console can't be used with --all"
msgstr ""
#: lxc/action.go:355
msgid "--console only works with a single instance"
msgstr ""
#: lxc/init.go:123
msgid "--empty cannot be combined with an image name"
msgstr ""
#: lxc/config.go:410 lxc/config.go:646
msgid "--expanded cannot be used with a server"
msgstr ""
#: lxc/copy.go:151
msgid "--instance-only can't be passed when the source is a snapshot"
msgstr ""
#: lxc/query.go:71
msgid "--project cannot be used with the query command"
msgstr ""
#: lxc/copy.go:162
msgid "--refresh can only be used with instances"
msgstr ""
#: lxc/config.go:149 lxc/config.go:394 lxc/config.go:529 lxc/config.go:672 lxc/info.go:445
msgid "--target cannot be used with instances"
msgstr ""
#: lxc/alias.go:192
msgid "<alias>"
msgstr ""
#: lxc/alias.go:52
msgid "<alias> <target>"
msgstr ""
#: lxc/alias.go:141
msgid "<old alias> <new alias>"
msgstr ""
#: lxc/storage_volume.go:1358
msgid "<pool>/<volume> <pool>/<volume>"
msgstr ""
#: lxc/storage_volume.go:319
msgid "<pool>/<volume>[/<snapshot>] <pool>/<volume>"
msgstr ""
#: lxc/remote.go:676 lxc/remote.go:731
msgid "<remote>"
msgstr ""
#: lxc/remote.go:769
msgid "<remote> <URL>"
msgstr ""
#: lxc/remote.go:606
msgid "<remote> <new-name>"
msgstr ""
#: lxc/file.go:405
msgid "<source path> [<remote>:]<instance>/<path> [[<remote>:]<instance>/<path>...]"
msgstr ""
#: lxc/image.go:620
msgid "<tarball>|<directory>|<URL> [<rootfs tarball>] [<remote>:] [key=value...]"
msgstr ""
#: lxc/manpage.go:20
msgid "<target>"
msgstr ""
#: lxc/alias.go:126 lxc/image.go:1019 lxc/image_alias.go:231
msgid "ALIAS"
msgstr ""
#: lxc/image.go:1020
msgid "ALIASES"
msgstr ""
#: lxc/cluster.go:147 lxc/image.go:1025 lxc/list.go:486
msgid "ARCHITECTURE"
msgstr ""
#: lxc/remote.go:589
msgid "AUTH TYPE"
msgstr ""
#: lxc/remote.go:95
msgid "Accept certificate"
msgstr ""
#: lxc/config.go:363
msgid "Access the expanded configuration"
msgstr ""
#: lxc/warning.go:246 lxc/warning.go:247
msgid "Acknowledge warning"
msgstr ""
#: lxc/query.go:42
msgid "Action (defaults to GET)"
msgstr ""
#: lxc/config_device.go:74 lxc/config_device.go:75
msgid "Add instance devices"
msgstr ""
#: lxc/alias.go:53 lxc/alias.go:54
msgid "Add new aliases"
msgstr ""
#: lxc/remote.go:84
msgid "Add new remote servers"
msgstr ""
#: lxc/remote.go:85
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"
" lxc remote add some-name https://LOGIN:[email protected]/some/path --protocol=simplestreams\n"
msgstr ""
#: lxc/config_trust.go:73 lxc/config_trust.go:74
msgid "Add new trusted clients"
msgstr ""
#: lxc/profile.go:100 lxc/profile.go:101
msgid "Add profiles to instances"
msgstr ""
#: lxc/network_acl.go:673 lxc/network_acl.go:674
msgid "Add rules to an ACL"
msgstr ""
#: lxc/info.go:197
#, c-format
msgid "Address: %s"
msgstr ""
#: lxc/remote.go:422
#, c-format
msgid "Admin password for %s:"
msgstr ""
#: lxc/alias.go:77 lxc/alias.go:173
#, c-format
msgid "Alias %s already exists"
msgstr ""
#: lxc/alias.go:167 lxc/alias.go:218
#, c-format
msgid "Alias %s doesn't exist"
msgstr ""
#: lxc/image_alias.go:82 lxc/image_alias.go:129 lxc/image_alias.go:276
msgid "Alias name missing"
msgstr ""
#: lxc/image.go:940
msgid "Aliases:"
msgstr ""
#: lxc/config_trust.go:79
msgid "Alternative certificate name"
msgstr ""
#: lxc/image.go:911 lxc/info.go:468
#, c-format
msgid "Architecture: %s"
msgstr ""
#: lxc/info.go:126
#, c-format
msgid "Architecture: %v"
msgstr ""
#: lxc/console.go:351
msgid "As neither could be found, the raw SPICE socket can be found at:"
msgstr ""
#: lxc/init.go:275
msgid "Asked for a VM but image is of type container"
msgstr ""
#: lxc/profile.go:163 lxc/profile.go:164
msgid "Assign sets of profiles to instances"
msgstr ""
#: lxc/network.go:112
msgid "Attach network interfaces to instances"
msgstr ""
#: lxc/network.go:197 lxc/network.go:198
msgid "Attach network interfaces to profiles"
msgstr ""
#: lxc/network.go:113
msgid "Attach new network interfaces to instances"
msgstr ""
#: lxc/storage_volume.go:161 lxc/storage_volume.go:162
msgid "Attach new storage volumes to instances"
msgstr ""
#: lxc/storage_volume.go:234 lxc/storage_volume.go:235
msgid "Attach new storage volumes to profiles"
msgstr ""
#: lxc/console.go:35
msgid "Attach to instance consoles"
msgstr ""
#: lxc/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 ""
#: lxc/remote.go:408
#, c-format
msgid "Authentication type '%s' not supported by server"
msgstr ""
#: lxc/info.go:216
#, c-format
msgid "Auto negotiation: %v"
msgstr ""
#: lxc/image.go:168
msgid "Auto update is only available in pull mode"
msgstr ""
#: lxc/image.go:950
#, c-format
msgid "Auto update: %s"
msgstr ""
#: lxc/remote.go:131
msgid "Available projects:"
msgstr ""
#: lxc/list.go:491 lxc/list.go:492
msgid "BASE IMAGE"
msgstr ""
#: lxc/export.go:86
#, c-format
msgid "Backing up instance: %s"
msgstr ""
#: lxc/storage_volume.go:1939
#, c-format
msgid "Backing up storage volume: %s"
msgstr ""
#: lxc/export.go:158 lxc/storage_volume.go:2005
msgid "Backup exported successfully!"
msgstr ""
#: lxc/network.go:306 lxc/network_acl.go:315
#, c-format
msgid "Bad key/value pair: %s"
msgstr ""
#: lxc/copy.go:121 lxc/init.go:185 lxc/project.go:126 lxc/publish.go:179 lxc/storage.go:123 lxc/storage_volume.go:528
#, c-format
msgid "Bad key=value pair: %s"
msgstr ""
#: lxc/image.go:731
#, c-format
msgid "Bad property: %s"
msgstr ""
#: lxc/copy.go:132
#, c-format
msgid "Bad syntax, expecting <device>,<key>=<value>: %s"
msgstr ""
#: lxc/action.go:136 lxc/action.go:308
msgid "Both --all and instance name given"
msgstr ""
#: lxc/info.go:127
#, c-format
msgid "Brand: %v"
msgstr ""
#: lxc/info.go:567 lxc/network.go:805
msgid "Bytes received"
msgstr ""
#: lxc/info.go:568 lxc/network.go:806
msgid "Bytes sent"
msgstr ""
#: lxc/operation.go:162
msgid "CANCELABLE"
msgstr ""
#: lxc/config_trust.go:321
msgid "COMMON NAME"
msgstr ""
#: lxc/storage_volume.go:1272
msgid "CONTENT-TYPE"
msgstr ""
#: lxc/warning.go:203
msgid "COUNT"
msgstr ""
#: lxc/info.go:349
#, c-format
msgid "CPU (%s):"
msgstr ""
#: lxc/list.go:503
msgid "CPU USAGE"
msgstr ""
#: lxc/info.go:531
msgid "CPU usage (in seconds)"
msgstr ""
#: lxc/info.go:535
msgid "CPU usage:"
msgstr ""
#: lxc/info.go:352
#, c-format
msgid "CPUs (%s):"
msgstr ""
#: lxc/operation.go:163
msgid "CREATED"
msgstr ""
#: lxc/list.go:488
msgid "CREATED AT"
msgstr ""
#: lxc/info.go:129
#, c-format
msgid "CUDA Version: %v"
msgstr ""
#: lxc/image.go:949
#, c-format
msgid "Cached: %s"
msgstr ""
#: lxc/info.go:302
msgid "Caches:"
msgstr ""
#: lxc/move.go:108
msgid "Can't override configuration or profiles in local rename"
msgstr ""
#: lxc/image.go:191
msgid "Can't provide a name for the target image"
msgstr ""
#: lxc/file.go:301
msgid "Can't pull a directory without --recursive"
msgstr ""
#: lxc/utils.go:229 lxc/utils.go:249
#, c-format
msgid "Can't read from stdin: %s"
msgstr ""
#: lxc/remote.go:711
msgid "Can't remove the default remote"
msgstr ""
#: lxc/list.go:509
msgid "Can't specify --fast with --columns"
msgstr ""
#: lxc/rename.go:51
msgid "Can't specify a different remote for rename"
msgstr ""
#: lxc/list.go:521 lxc/storage_volume.go:1282
msgid "Can't specify column L when not clustered"
msgstr ""
#: lxc/file.go:481
msgid "Can't supply uid/gid/mode in recursive mode"
msgstr ""
#: lxc/config.go:546
#, c-format
msgid "Can't unset key '%s', it's not currently set"
msgstr ""
#: lxc/remote.go:100
msgid "Candid domain to use"
msgstr ""
#: lxc/info.go:395 lxc/info.go:407
#, c-format
msgid "Card %d:"
msgstr ""
#: lxc/info.go:112
#, c-format
msgid "Card: %s (%s)"
msgstr ""
#: lxc/remote.go:316
#, c-format
msgid "Certificate fingerprint: %s"
msgstr ""
#: lxc/remote.go:461
msgid "Client certificate stored at server:"
msgstr ""
#: lxc/version.go:37
#, c-format
msgid "Client version: %s\n"
msgstr ""
#: lxc/cluster.go:804
#, c-format
msgid "Cluster join token for %s:%s deleted"
msgstr ""
#: lxc/config.go:95 lxc/config.go:364 lxc/config.go:467 lxc/config.go:614 lxc/config.go:733 lxc/copy.go:52 lxc/info.go:46 lxc/init.go:54 lxc/move.go:58 lxc/network.go:273 lxc/network.go:691 lxc/network.go:749 lxc/network.go:1046 lxc/network.go:1113 lxc/network.go:1175 lxc/storage.go:92 lxc/storage.go:336 lxc/storage.go:397 lxc/storage.go:599 lxc/storage.go:671 lxc/storage.go:754 lxc/storage_volume.go:326 lxc/storage_volume.go:487 lxc/storage_volume.go:566 lxc/storage_volume.go:808 lxc/storage_volume.go:1005 lxc/storage_volume.go:1093 lxc/storage_volume.go:1365 lxc/storage_volume.go:1395 lxc/storage_volume.go:1511 lxc/storage_volume.go:1590 lxc/storage_volume.go:1683 lxc/storage_volume.go:1720 lxc/storage_volume.go:1814 lxc/storage_volume.go:1886 lxc/storage_volume.go:2025
msgid "Cluster member name"
msgstr ""
#: lxc/cluster.go:421
msgid "Clustering enabled"
msgstr ""
#: lxc/image.go:1010 lxc/list.go:130 lxc/storage_volume.go:1176 lxc/warning.go:88
msgid "Columns"
msgstr ""
#: lxc/main.go:49
msgid "Command line client for LXD"
msgstr ""
#: lxc/main.go:50
msgid "Command line client for LXD\n"
"\n"
"All of LXD's features can be driven through the various commands below.\n"
"For help with any of those, simply call them with --help."
msgstr ""
#: lxc/export.go:43 lxc/publish.go:41
msgid "Compression algorithm to use (`none` for uncompressed)"
msgstr ""
#: lxc/copy.go:44 lxc/init.go:48
msgid "Config key/value to apply to the new instance"
msgstr ""
#: lxc/project.go:93
msgid "Config key/value to apply to the new project"
msgstr ""
#: lxc/move.go:50
msgid "Config key/value to apply to the target instance"
msgstr ""
#: lxc/cluster.go:516 lxc/config.go:255 lxc/config.go:328 lxc/config_metadata.go:142 lxc/config_trust.go:228 lxc/image.go:431 lxc/network.go:659 lxc/network_acl.go:528 lxc/profile.go:498 lxc/project.go:309 lxc/storage.go:303 lxc/storage_volume.go:941 lxc/storage_volume.go:971
#, c-format
msgid "Config parsing error: %s"
msgstr ""
#: lxc/console.go:143
msgid "Console log:"
msgstr ""
#: lxc/storage_volume.go:488
msgid "Content type, block or filesystem"
msgstr ""
#: lxc/info.go:116
#, c-format
msgid "Control: %s (%s)"
msgstr ""
#: lxc/copy.go:50 lxc/move.go:56
msgid "Copy a stateful instance stateless"
msgstr ""
#: lxc/image.go:148
msgid "Copy aliases from source"
msgstr ""
#: lxc/image.go:140
msgid "Copy images between servers"
msgstr ""
#: lxc/image.go:141
msgid "Copy images between servers\n"
"\n"
"The auto-update flag instructs the server to keep this image up to date.\n"
"It requires the source to be an alias and for it to be public."
msgstr ""
#: lxc/copy.go:39 lxc/copy.go:40
msgid "Copy instances within or in between LXD servers"
msgstr ""
#: lxc/config_device.go:335 lxc/config_device.go:336
msgid "Copy profile inherited devices and override configuration keys"
msgstr ""
#: lxc/profile.go:243 lxc/profile.go:244
msgid "Copy profiles"
msgstr ""
#: lxc/storage_volume.go:321 lxc/storage_volume.go:322
msgid "Copy storage volumes"
msgstr ""
#: lxc/copy.go:49
msgid "Copy the instance without its snapshots"
msgstr ""
#: lxc/storage_volume.go:327
msgid "Copy the volume without its snapshots"
msgstr ""
#: lxc/copy.go:53 lxc/move.go:59
msgid "Copy to a project different from the source"
msgstr ""
#: lxc/image.go:151
msgid "Copy virtual machine images"
msgstr ""
#: lxc/image.go:242
#, c-format
msgid "Copying the image: %s"
msgstr ""
#: lxc/storage_volume.go:382
#, c-format
msgid "Copying the storage volume: %s"
msgstr ""
#: lxc/info.go:310
#, c-format
msgid "Core %d"
msgstr ""
#: lxc/info.go:308
msgid "Cores:"
msgstr ""
#: lxc/remote.go:335
msgid "Could not create server cert dir"
msgstr ""
#: lxc/init.go:57
msgid "Create a virtual machine"
msgstr ""
#: lxc/image_alias.go:57 lxc/image_alias.go:58
msgid "Create aliases for existing images"
msgstr ""
#: lxc/init.go:56
msgid "Create an empty instance"
msgstr ""
#: lxc/launch.go:24 lxc/launch.go:25
msgid "Create and start instances from images"
msgstr ""
#: lxc/file.go:223 lxc/file.go:414
msgid "Create any directories necessary"
msgstr ""
#: lxc/snapshot.go:27
msgid "Create instance snapshots"
msgstr ""
#: lxc/snapshot.go:28
msgid "Create instance snapshots\n"
"\n"
"When --stateful is used, LXD attempts to checkpoint the instance's\n"
"running state, including process memory state, TCP connections, ..."
msgstr ""
#: lxc/init.go:39 lxc/init.go:40
msgid "Create instances from images"
msgstr ""
#: lxc/storage_volume.go:483 lxc/storage_volume.go:484
msgid "Create new custom storage volumes"
msgstr ""
#: lxc/config_template.go:64 lxc/config_template.go:65
msgid "Create new instance file templates"
msgstr ""
#: lxc/network_acl.go:259 lxc/network_acl.go:260
msgid "Create new network ACLs"
msgstr ""
#: lxc/network.go:270 lxc/network.go:271
msgid "Create new networks"
msgstr ""
#: lxc/profile.go:299 lxc/profile.go:300
msgid "Create profiles"
msgstr ""
#: lxc/project.go:90 lxc/project.go:91
msgid "Create projects"
msgstr ""
#: lxc/storage.go:88 lxc/storage.go:89
msgid "Create storage pools"
msgstr ""
#: lxc/copy.go:54 lxc/init.go:55
msgid "Create the instance with no profiles applied"
msgstr ""
#: lxc/image.go:918 lxc/info.go:470
#, c-format
msgid "Created: %s"
msgstr ""
#: lxc/init.go:155
#, c-format
msgid "Creating %s"
msgstr ""
#: lxc/init.go:153
msgid "Creating the instance"
msgstr ""
#: lxc/info.go:136 lxc/info.go:242
#, c-format
msgid "Current number of VFs: %d"
msgstr ""
#: lxc/cluster.go:146
msgid "DATABASE"
msgstr ""
#: lxc/cluster.go:149 lxc/image.go:1024 lxc/image_alias.go:234 lxc/list.go:489 lxc/network.go:899 lxc/network_acl.go:141 lxc/operation.go:160 lxc/profile.go:621 lxc/project.go:470 lxc/storage.go:574 lxc/storage_volume.go:1271
msgid "DESCRIPTION"
msgstr ""
#: lxc/list.go:490
msgid "DISK USAGE"
msgstr ""
#: lxc/storage.go:568
msgid "DRIVER"
msgstr ""
#: lxc/info.go:108
msgid "DRM:"
msgstr ""
#: lxc/storage_volume.go:1885
msgid "Define a compression algorithm: for backup or none"
msgstr ""
#: lxc/operation.go:52 lxc/operation.go:53
msgid "Delete a background operation (will attempt to cancel)"
msgstr ""
#: lxc/warning.go:345
msgid "Delete all warnings"
msgstr ""
#: lxc/file.go:104 lxc/file.go:105
msgid "Delete files in instances"
msgstr ""
#: lxc/image_alias.go:104 lxc/image_alias.go:105
msgid "Delete image aliases"
msgstr ""
#: lxc/image.go:286 lxc/image.go:287
msgid "Delete images"
msgstr ""
#: lxc/config_template.go:107 lxc/config_template.go:108
msgid "Delete instance file templates"
msgstr ""
#: lxc/delete.go:30 lxc/delete.go:31
msgid "Delete instances and snapshots"
msgstr ""
#: lxc/network_acl.go:609 lxc/network_acl.go:610
msgid "Delete network ACLs"
msgstr ""
#: lxc/network.go:344 lxc/network.go:345
msgid "Delete networks"
msgstr ""
#: lxc/profile.go:353 lxc/profile.go:354
msgid "Delete profiles"
msgstr ""
#: lxc/project.go:155 lxc/project.go:156
msgid "Delete projects"
msgstr ""
#: lxc/storage.go:162 lxc/storage.go:163
msgid "Delete storage pools"
msgstr ""
#: lxc/storage_volume.go:562 lxc/storage_volume.go:563
msgid "Delete storage volumes"
msgstr ""
#: lxc/warning.go:341 lxc/warning.go:342
msgid "Delete warning"
msgstr ""
#: lxc/action.go:31 lxc/action.go:50 lxc/action.go:70 lxc/action.go:91 lxc/alias.go:22 lxc/alias.go:54 lxc/alias.go:100 lxc/alias.go:144 lxc/alias.go:195 lxc/cluster.go:31 lxc/cluster.go:86 lxc/cluster.go:167 lxc/cluster.go:217 lxc/cluster.go:267 lxc/cluster.go:350 lxc/cluster.go:435 lxc/cluster.go:586 lxc/cluster.go:648 lxc/cluster.go:746 lxc/config.go:30 lxc/config.go:89 lxc/config.go:360 lxc/config.go:452 lxc/config.go:610 lxc/config.go:730 lxc/config_device.go:24 lxc/config_device.go:75 lxc/config_device.go:193 lxc/config_device.go:265 lxc/config_device.go:336 lxc/config_device.go:429 lxc/config_device.go:520 lxc/config_device.go:527 lxc/config_device.go:631 lxc/config_device.go:703 lxc/config_metadata.go:27 lxc/config_metadata.go:52 lxc/config_metadata.go:174 lxc/config_template.go:28 lxc/config_template.go:65 lxc/config_template.go:108 lxc/config_template.go:150 lxc/config_template.go:236 lxc/config_template.go:295 lxc/config_trust.go:33 lxc/config_trust.go:74 lxc/config_trust.go:150 lxc/config_trust.go:262 lxc/config_trust.go:342 lxc/config_trust.go:385 lxc/console.go:36 lxc/copy.go:40 lxc/delete.go:31 lxc/exec.go:40 lxc/export.go:32 lxc/file.go:72 lxc/file.go:105 lxc/file.go:154 lxc/file.go:217 lxc/file.go:407 lxc/image.go:38 lxc/image.go:141 lxc/image.go:287 lxc/image.go:338 lxc/image.go:463 lxc/image.go:622 lxc/image.go:850 lxc/image.go:985 lxc/image.go:1283 lxc/image.go:1362 lxc/image.go:1421 lxc/image.go:1473 lxc/image.go:1529 lxc/image_alias.go:25 lxc/image_alias.go:58 lxc/image_alias.go:105 lxc/image_alias.go:150 lxc/image_alias.go:252 lxc/import.go:29 lxc/info.go:34 lxc/init.go:40 lxc/launch.go:25 lxc/list.go:48 lxc/main.go:50 lxc/manpage.go:22 lxc/monitor.go:30 lxc/move.go:37 lxc/network.go:33 lxc/network.go:113 lxc/network.go:198 lxc/network.go:271 lxc/network.go:345 lxc/network.go:395 lxc/network.go:480 lxc/network.go:565 lxc/network.go:688 lxc/network.go:746 lxc/network.go:826 lxc/network.go:921 lxc/network.go:990 lxc/network.go:1040 lxc/network.go:1110 lxc/network.go:1172 lxc/network_acl.go:30 lxc/network_acl.go:88 lxc/network_acl.go:158 lxc/network_acl.go:211 lxc/network_acl.go:260 lxc/network_acl.go:343 lxc/network_acl.go:403 lxc/network_acl.go:430 lxc/network_acl.go:561 lxc/network_acl.go:610 lxc/network_acl.go:659 lxc/network_acl.go:674 lxc/network_acl.go:795 lxc/operation.go:24 lxc/operation.go:53 lxc/operation.go:102 lxc/operation.go:181 lxc/profile.go:29 lxc/profile.go:101 lxc/profile.go:164 lxc/profile.go:244 lxc/profile.go:300 lxc/profile.go:354 lxc/profile.go:404 lxc/profile.go:528 lxc/profile.go:577 lxc/profile.go:637 lxc/profile.go:713 lxc/profile.go:763 lxc/profile.go:822 lxc/profile.go:876 lxc/project.go:30 lxc/project.go:91 lxc/project.go:156 lxc/project.go:219 lxc/project.go:339 lxc/project.go:389 lxc/project.go:488 lxc/project.go:543 lxc/project.go:603 lxc/project.go:632 lxc/project.go:685 lxc/project.go:744 lxc/publish.go:34 lxc/query.go:32 lxc/remote.go:33 lxc/remote.go:85 lxc/remote.go:487 lxc/remote.go:523 lxc/remote.go:609 lxc/remote.go:679 lxc/remote.go:733 lxc/remote.go:771 lxc/rename.go:21 lxc/restore.go:24 lxc/snapshot.go:28 lxc/storage.go:33 lxc/storage.go:89 lxc/storage.go:163 lxc/storage.go:213 lxc/storage.go:333 lxc/storage.go:393 lxc/storage.go:513 lxc/storage.go:593 lxc/storage.go:667 lxc/storage.go:751 lxc/storage_volume.go:43 lxc/storage_volume.go:162 lxc/storage_volume.go:235 lxc/storage_volume.go:322 lxc/storage_volume.go:484 lxc/storage_volume.go:563 lxc/storage_volume.go:639 lxc/storage_volume.go:721 lxc/storage_volume.go:802 lxc/storage_volume.go:1002 lxc/storage_volume.go:1090 lxc/storage_volume.go:1177 lxc/storage_volume.go:1361 lxc/storage_volume.go:1392 lxc/storage_volume.go:1505 lxc/storage_volume.go:1581 lxc/storage_volume.go:1680 lxc/storage_volume.go:1714 lxc/storage_volume.go:1812 lxc/storage_volume.go:1879 lxc/storage_volume.go:2020 lxc/version.go:22 lxc/warning.go:30 lxc/warning.go:67 lxc/warning.go:247 lxc/warning.go:288 lxc/warning.go:342
msgid "Description"
msgstr ""
#: lxc/network.go:394 lxc/network.go:395
msgid "Detach network interfaces from instances"
msgstr ""
#: lxc/network.go:479 lxc/network.go:480
msgid "Detach network interfaces from profiles"
msgstr ""
#: lxc/storage_volume.go:638 lxc/storage_volume.go:639
msgid "Detach storage volumes from instances"
msgstr ""
#: lxc/storage_volume.go:720 lxc/storage_volume.go:721
msgid "Detach storage volumes from profiles"
msgstr ""