Skip to content

Commit abe90d2

Browse files
authored
Merge pull request #1968 from stgraber/main
Update help of `incus storage list`
2 parents b560aeb + 4f000b8 commit abe90d2

File tree

16 files changed

+356
-336
lines changed

16 files changed

+356
-336
lines changed

cmd/incus/storage.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -685,7 +685,7 @@ func (c *cmdStorageList) Command() *cobra.Command {
685685
cmd.Long = cli.FormatSection(i18n.G("Description"), i18n.G(
686686
`List available storage pools
687687
688-
Default column layout: nDSdus
688+
Default column layout: nDdus
689689
690690
== Columns ==
691691
The -c option takes a comma separated list of arguments that control

po/de.po

Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: LXD\n"
99
"Report-Msgid-Bugs-To: [email protected]\n"
10-
"POT-Creation-Date: 2025-04-07 21:21+0000\n"
10+
"POT-Creation-Date: 2025-04-22 13:09-0400\n"
1111
"PO-Revision-Date: 2024-10-06 20:15+0000\n"
1212
"Last-Translator: Jan Mittelstädter <[email protected]>\n"
1313
"Language-Team: German <https://hosted.weblate.org/projects/incus/cli/de/>\n"
@@ -4785,7 +4785,7 @@ msgstr ""
47854785
msgid ""
47864786
"List available storage pools\n"
47874787
"\n"
4788-
"Default column layout: nDSdus\n"
4788+
"Default column layout: nDdus\n"
47894789
"\n"
47904790
"== Columns ==\n"
47914791
"The -c option takes a comma separated list of arguments that control\n"
@@ -5012,8 +5012,8 @@ msgid ""
50125012
" f - Base Image Fingerprint (short)\n"
50135013
" F - Base Image Fingerprint (long)\n"
50145014
"\n"
5015-
"Custom columns are defined with \"[config:|devices:]key[:name][:"
5016-
"maxWidth]\":\n"
5015+
"Custom columns are defined with \"[config:|devices:]key[:name][:maxWidth]"
5016+
"\":\n"
50175017
" KEY: The (extended) config or devices key to display. If [config:|"
50185018
"devices:] is omitted then it defaults to config key.\n"
50195019
" NAME: Name to display in the column header.\n"
@@ -5676,8 +5676,8 @@ msgstr "Kein Zertifikat für diese Verbindung"
56765676
msgid ""
56775677
"Manage storage volumes\n"
56785678
"\n"
5679-
"Unless specified through a prefix, all volume operations affect "
5680-
"\"custom\" (user created) volumes."
5679+
"Unless specified through a prefix, all volume operations affect \"custom\" "
5680+
"(user created) volumes."
56815681
msgstr ""
56825682

56835683
#: cmd/incus/remote.go:44 cmd/incus/remote.go:45
@@ -10930,8 +10930,8 @@ msgid ""
1093010930
"incus create images:ubuntu/22.04 u1 < config.yaml\n"
1093110931
" Create the instance with configuration from config.yaml\n"
1093210932
"\n"
10933-
"incus launch images:debian/12 v2 --vm -d root,size=50GiB -d root,io."
10934-
"bus=nvme\n"
10933+
"incus launch images:debian/12 v2 --vm -d root,size=50GiB -d "
10934+
"root,io.bus=nvme\n"
1093510935
" Create and start a virtual machine, overriding the disk size and bus"
1093610936
msgstr ""
1093710937

@@ -11018,19 +11018,19 @@ msgid ""
1101811018
" Create and start a container using the same size as an AWS t2.micro (1 "
1101911019
"vCPU, 1GiB of RAM)\n"
1102011020
"\n"
11021-
"incus launch images:ubuntu/22.04 v1 --vm -c limits.cpu=4 -c limits."
11022-
"memory=4GiB\n"
11021+
"incus launch images:ubuntu/22.04 v1 --vm -c limits.cpu=4 -c "
11022+
"limits.memory=4GiB\n"
1102311023
" Create and start a virtual machine with 4 vCPUs and 4GiB of RAM\n"
1102411024
"\n"
11025-
"incus launch images:debian/12 v2 --vm -d root,size=50GiB -d root,io."
11026-
"bus=nvme\n"
11025+
"incus launch images:debian/12 v2 --vm -d root,size=50GiB -d "
11026+
"root,io.bus=nvme\n"
1102711027
" Create and start a virtual machine, overriding the disk size and bus"
1102811028
msgstr ""
1102911029

1103011030
#: cmd/incus/list.go:126
1103111031
msgid ""
11032-
"incus list -c nFs46,volatile.eth0.hwaddr:MAC,config:image.os,devices:eth0."
11033-
"parent:ETHP\n"
11032+
"incus list -c "
11033+
"nFs46,volatile.eth0.hwaddr:MAC,config:image.os,devices:eth0.parent:ETHP\n"
1103411034
" Show instances using the \"NAME\", \"BASE IMAGE\", \"STATE\", \"IPV4\", "
1103511035
"\"IPV6\" and \"MAC\" columns.\n"
1103611036
" \"BASE IMAGE\", \"MAC\" and \"IMAGE OS\" are custom columns generated from "
@@ -11118,16 +11118,16 @@ msgid ""
1111811118
"incus network integration create o1 ovn\n"
1111911119
"\n"
1112011120
"incus network integration create o1 ovn < config.yaml\n"
11121-
" Create network integration o1 of type ovn with configuration from config."
11122-
"yaml"
11121+
" Create network integration o1 of type ovn with configuration from "
11122+
"config.yaml"
1112311123
msgstr ""
1112411124

1112511125
#: cmd/incus/network_integration.go:233
1112611126
msgid ""
11127-
"incus network integration edit <network integration> < network-integration."
11128-
"yaml\n"
11129-
" Update a network integration using the content of network-integration."
11130-
"yaml"
11127+
"incus network integration edit <network integration> < network-"
11128+
"integration.yaml\n"
11129+
" Update a network integration using the content of network-"
11130+
"integration.yaml"
1113111131
msgstr ""
1113211132

1113311133
#: cmd/incus/network_load_balancer.go:341
@@ -11258,8 +11258,8 @@ msgstr ""
1125811258
" Erstellt ein Projekt namens \"p1\"\n"
1125911259
"\n"
1126011260
"incus project create p1 < config.yaml\n"
11261-
" Erstellt ein Projekt namens \"p1\" mit der Konfigurationsdatei \"config."
11262-
"yaml\""
11261+
" Erstellt ein Projekt namens \"p1\" mit der Konfigurationsdatei "
11262+
"\"config.yaml\""
1126311263

1126411264
#: cmd/incus/project.go:316
1126511265
msgid ""
@@ -11375,8 +11375,8 @@ msgstr ""
1137511375
"\n"
1137611376
"incus storage bucket key create p1 b01 k1 < config.yaml\n"
1137711377
"\tErzeugt einen Schlüssel genannt \"k1\" für einen storage bucket \"b01\" im "
11378-
"pool \"p1\" unter Nutzung der Konfigurationsdetails aus der Datei \"config."
11379-
"yaml\"."
11378+
"pool \"p1\" unter Nutzung der Konfigurationsdetails aus der Datei "
11379+
"\"config.yaml\"."
1138011380

1138111381
#: cmd/incus/storage_bucket.go:1383
1138211382
msgid ""
@@ -11438,8 +11438,8 @@ msgstr ""
1143811438
"\n"
1143911439
"incus storage volume snapshot create default v1 snap0 < config.yaml\n"
1144011440
" Erstellt einen Snapshot von \"v1\" im pool \"default\" mit dem Namen "
11441-
"\"snap0\" mit den Konfigurationsdetails aus der angegebenen Datei \"config."
11442-
"yaml\"."
11441+
"\"snap0\" mit den Konfigurationsdetails aus der angegebenen Datei "
11442+
"\"config.yaml\"."
1144311443

1144411444
#: cmd/incus/storage_volume.go:986
1144511445
#, fuzzy
@@ -11457,8 +11457,8 @@ msgstr ""
1145711457
"\n"
1145811458
"incus storage volume snapshot create default v1 snap0 < config.yaml\n"
1145911459
" Erstellt einen Snapshot von \"v1\" im pool \"default\" mit dem Namen "
11460-
"\"snap0\" mit den Konfigurationsdetails aus der angegebenen Datei \"config."
11461-
"yaml\"."
11460+
"\"snap0\" mit den Konfigurationsdetails aus der angegebenen Datei "
11461+
"\"config.yaml\"."
1146211462

1146311463
#: cmd/incus/storage_volume.go:1214
1146411464
msgid ""
@@ -11530,8 +11530,8 @@ msgstr ""
1153011530
"\n"
1153111531
"incus storage volume snapshot create default v1 snap0 < config.yaml\n"
1153211532
" Erstellt einen Snapshot von \"v1\" im pool \"default\" mit dem Namen "
11533-
"\"snap0\" mit den Konfigurationsdetails aus der angegebenen Datei \"config."
11534-
"yaml\"."
11533+
"\"snap0\" mit den Konfigurationsdetails aus der angegebenen Datei "
11534+
"\"config.yaml\"."
1153511535

1153611536
#: cmd/incus/storage_volume.go:2302
1153711537
msgid ""
@@ -11654,8 +11654,8 @@ msgstr "ja"
1165411654

1165511655
#, fuzzy
1165611656
#~ msgid ""
11657-
#~ "incus storage volume edit [<remote>:]<pool> [<type>/]<volume> < volume."
11658-
#~ "yaml\n"
11657+
#~ "incus storage volume edit [<remote>:]<pool> [<type>/]<volume> < "
11658+
#~ "volume.yaml\n"
1165911659
#~ " Update a storage volume using the content of pool.yaml."
1166011660
#~ msgstr ""
1166111661
#~ "incus storage edit [<remote>:]<pool> < pool.yaml\n"
@@ -11667,8 +11667,8 @@ msgstr "ja"
1166711667
#~ "\t\tCreate a new custom volume using backup0.tar.gz as the source."
1166811668
#~ msgstr ""
1166911669
#~ "incus storage volume import default backup0.tar.gz\n"
11670-
#~ "\t\tErstellt ein neues benutzerdefiniertes Volume aus der Datei \"backup0."
11671-
#~ "tar.gz\"."
11670+
#~ "\t\tErstellt ein neues benutzerdefiniertes Volume aus der Datei "
11671+
#~ "\"backup0.tar.gz\"."
1167211672

1167311673
#, fuzzy
1167411674
#~ msgid "The --mode flag can't be used with --storage or --target-project"
@@ -12600,8 +12600,8 @@ msgstr "ja"
1260012600
#~ "lxc image edit [remote:]<image>\n"
1260112601
#~ " Edit image, either by launching external editor or reading STDIN.\n"
1260212602
#~ " Example: lxc image edit <image> # launch editor\n"
12603-
#~ " cat image.yaml | lxc image edit <image> # read from image."
12604-
#~ "yml\n"
12603+
#~ " cat image.yaml | lxc image edit <image> # read from "
12604+
#~ "image.yml\n"
1260512605
#~ "\n"
1260612606
#~ "Lists the images at specified remote, or local images.\n"
1260712607
#~ "Filters are not yet supported.\n"

po/es.po

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ msgid ""
77
msgstr ""
88
"Project-Id-Version: lxd\n"
99
"Report-Msgid-Bugs-To: [email protected]\n"
10-
"POT-Creation-Date: 2025-04-07 21:21+0000\n"
10+
"POT-Creation-Date: 2025-04-22 13:09-0400\n"
1111
"PO-Revision-Date: 2023-06-16 20:55+0000\n"
1212
"Last-Translator: Francisco Serrador <[email protected]>\n"
1313
"Language-Team: Spanish <https://hosted.weblate.org/projects/linux-containers/"
@@ -4595,7 +4595,7 @@ msgstr ""
45954595
msgid ""
45964596
"List available storage pools\n"
45974597
"\n"
4598-
"Default column layout: nDSdus\n"
4598+
"Default column layout: nDdus\n"
45994599
"\n"
46004600
"== Columns ==\n"
46014601
"The -c option takes a comma separated list of arguments that control\n"
@@ -4820,8 +4820,8 @@ msgid ""
48204820
" f - Base Image Fingerprint (short)\n"
48214821
" F - Base Image Fingerprint (long)\n"
48224822
"\n"
4823-
"Custom columns are defined with \"[config:|devices:]key[:name][:"
4824-
"maxWidth]\":\n"
4823+
"Custom columns are defined with \"[config:|devices:]key[:name][:maxWidth]"
4824+
"\":\n"
48254825
" KEY: The (extended) config or devices key to display. If [config:|"
48264826
"devices:] is omitted then it defaults to config key.\n"
48274827
" NAME: Name to display in the column header.\n"
@@ -5457,8 +5457,8 @@ msgstr ""
54575457
msgid ""
54585458
"Manage storage volumes\n"
54595459
"\n"
5460-
"Unless specified through a prefix, all volume operations affect "
5461-
"\"custom\" (user created) volumes."
5460+
"Unless specified through a prefix, all volume operations affect \"custom\" "
5461+
"(user created) volumes."
54625462
msgstr ""
54635463

54645464
#: cmd/incus/remote.go:44 cmd/incus/remote.go:45
@@ -10075,8 +10075,8 @@ msgid ""
1007510075
"incus create images:ubuntu/22.04 u1 < config.yaml\n"
1007610076
" Create the instance with configuration from config.yaml\n"
1007710077
"\n"
10078-
"incus launch images:debian/12 v2 --vm -d root,size=50GiB -d root,io."
10079-
"bus=nvme\n"
10078+
"incus launch images:debian/12 v2 --vm -d root,size=50GiB -d "
10079+
"root,io.bus=nvme\n"
1008010080
" Create and start a virtual machine, overriding the disk size and bus"
1008110081
msgstr ""
1008210082

@@ -10163,19 +10163,19 @@ msgid ""
1016310163
" Create and start a container using the same size as an AWS t2.micro (1 "
1016410164
"vCPU, 1GiB of RAM)\n"
1016510165
"\n"
10166-
"incus launch images:ubuntu/22.04 v1 --vm -c limits.cpu=4 -c limits."
10167-
"memory=4GiB\n"
10166+
"incus launch images:ubuntu/22.04 v1 --vm -c limits.cpu=4 -c "
10167+
"limits.memory=4GiB\n"
1016810168
" Create and start a virtual machine with 4 vCPUs and 4GiB of RAM\n"
1016910169
"\n"
10170-
"incus launch images:debian/12 v2 --vm -d root,size=50GiB -d root,io."
10171-
"bus=nvme\n"
10170+
"incus launch images:debian/12 v2 --vm -d root,size=50GiB -d "
10171+
"root,io.bus=nvme\n"
1017210172
" Create and start a virtual machine, overriding the disk size and bus"
1017310173
msgstr ""
1017410174

1017510175
#: cmd/incus/list.go:126
1017610176
msgid ""
10177-
"incus list -c nFs46,volatile.eth0.hwaddr:MAC,config:image.os,devices:eth0."
10178-
"parent:ETHP\n"
10177+
"incus list -c "
10178+
"nFs46,volatile.eth0.hwaddr:MAC,config:image.os,devices:eth0.parent:ETHP\n"
1017910179
" Show instances using the \"NAME\", \"BASE IMAGE\", \"STATE\", \"IPV4\", "
1018010180
"\"IPV6\" and \"MAC\" columns.\n"
1018110181
" \"BASE IMAGE\", \"MAC\" and \"IMAGE OS\" are custom columns generated from "
@@ -10253,16 +10253,16 @@ msgid ""
1025310253
"incus network integration create o1 ovn\n"
1025410254
"\n"
1025510255
"incus network integration create o1 ovn < config.yaml\n"
10256-
" Create network integration o1 of type ovn with configuration from config."
10257-
"yaml"
10256+
" Create network integration o1 of type ovn with configuration from "
10257+
"config.yaml"
1025810258
msgstr ""
1025910259

1026010260
#: cmd/incus/network_integration.go:233
1026110261
msgid ""
10262-
"incus network integration edit <network integration> < network-integration."
10263-
"yaml\n"
10264-
" Update a network integration using the content of network-integration."
10265-
"yaml"
10262+
"incus network integration edit <network integration> < network-"
10263+
"integration.yaml\n"
10264+
" Update a network integration using the content of network-"
10265+
"integration.yaml"
1026610266
msgstr ""
1026710267

1026810268
#: cmd/incus/network_load_balancer.go:341

0 commit comments

Comments
 (0)