-
-
Notifications
You must be signed in to change notification settings - Fork 224
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #19 from stgraber/pr16
Remove the ubuntu: and ubuntu-daily: remotes
- Loading branch information
Showing
45 changed files
with
385 additions
and
368 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: lxd\n" | ||
"Report-Msgid-Bugs-To: [email protected]\n" | ||
"POT-Creation-Date: 2023-07-28 17:56-0400\n" | ||
"POT-Creation-Date: 2023-08-03 22:23-0400\n" | ||
"PO-Revision-Date: 2022-03-10 15:10+0000\n" | ||
"Last-Translator: Anonymous <[email protected]>\n" | ||
"Language-Team: Berber <https://hosted.weblate.org/projects/linux-containers/" | ||
|
@@ -5578,8 +5578,8 @@ msgstr "" | |
|
||
#: inc/main.go:392 | ||
msgid "" | ||
"To start your first container, try: lxc launch ubuntu:22.04\n" | ||
"Or for a virtual machine: lxc launch ubuntu:22.04 --vm" | ||
"To start your first container, try: lxc launch images:ubuntu/22.04\n" | ||
"Or for a virtual machine: lxc launch images:ubuntu/22.04 --vm" | ||
msgstr "" | ||
|
||
#: inc/config.go:293 inc/config.go:474 inc/config.go:681 inc/config.go:773 | ||
|
@@ -6763,24 +6763,25 @@ msgstr "" | |
|
||
#: inc/init.go:41 | ||
msgid "" | ||
"lxc init ubuntu:22.04 u1\n" | ||
"lxc init images:ubuntu/22.04 u1\n" | ||
"\n" | ||
"lxc init ubuntu:22.04 u1 < config.yaml\n" | ||
"lxc init images:ubuntu/22.04 u1 < config.yaml\n" | ||
" Create the instance with configuration from config.yaml" | ||
msgstr "" | ||
|
||
#: inc/launch.go:26 | ||
msgid "" | ||
"lxc launch ubuntu:22.04 u1\n" | ||
"lxc launch images:ubuntu/22.04 u1\n" | ||
"\n" | ||
"lxc launch ubuntu:22.04 u1 < config.yaml\n" | ||
"lxc launch images:ubuntu/22.04 u1 < config.yaml\n" | ||
" Create and start a container with configuration from config.yaml\n" | ||
"\n" | ||
"lxc launch ubuntu:22.04 u2 -t aws:t2.micro\n" | ||
"lxc launch images:ubuntu/22.04 u2 -t aws:t2.micro\n" | ||
" Create and start a container using the same size as an AWS t2.micro (1 " | ||
"vCPU, 1GiB of RAM)\n" | ||
"\n" | ||
"lxc launch ubuntu:22.04 v1 --vm -c limits.cpu=4 -c limits.memory=4GiB\n" | ||
"lxc launch images:ubuntu/22.04 v1 --vm -c limits.cpu=4 -c limits." | ||
"memory=4GiB\n" | ||
" Create and start a virtual machine with 4 vCPUs and 4GiB of RAM" | ||
msgstr "" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: lxd\n" | ||
"Report-Msgid-Bugs-To: [email protected]\n" | ||
"POT-Creation-Date: 2023-07-28 17:56-0400\n" | ||
"POT-Creation-Date: 2023-08-03 22:23-0400\n" | ||
"PO-Revision-Date: 2022-03-10 15:09+0000\n" | ||
"Last-Translator: Anonymous <[email protected]>\n" | ||
"Language-Team: Bulgarian <https://hosted.weblate.org/projects/linux-" | ||
|
@@ -5578,8 +5578,8 @@ msgstr "" | |
|
||
#: inc/main.go:392 | ||
msgid "" | ||
"To start your first container, try: lxc launch ubuntu:22.04\n" | ||
"Or for a virtual machine: lxc launch ubuntu:22.04 --vm" | ||
"To start your first container, try: lxc launch images:ubuntu/22.04\n" | ||
"Or for a virtual machine: lxc launch images:ubuntu/22.04 --vm" | ||
msgstr "" | ||
|
||
#: inc/config.go:293 inc/config.go:474 inc/config.go:681 inc/config.go:773 | ||
|
@@ -6763,24 +6763,25 @@ msgstr "" | |
|
||
#: inc/init.go:41 | ||
msgid "" | ||
"lxc init ubuntu:22.04 u1\n" | ||
"lxc init images:ubuntu/22.04 u1\n" | ||
"\n" | ||
"lxc init ubuntu:22.04 u1 < config.yaml\n" | ||
"lxc init images:ubuntu/22.04 u1 < config.yaml\n" | ||
" Create the instance with configuration from config.yaml" | ||
msgstr "" | ||
|
||
#: inc/launch.go:26 | ||
msgid "" | ||
"lxc launch ubuntu:22.04 u1\n" | ||
"lxc launch images:ubuntu/22.04 u1\n" | ||
"\n" | ||
"lxc launch ubuntu:22.04 u1 < config.yaml\n" | ||
"lxc launch images:ubuntu/22.04 u1 < config.yaml\n" | ||
" Create and start a container with configuration from config.yaml\n" | ||
"\n" | ||
"lxc launch ubuntu:22.04 u2 -t aws:t2.micro\n" | ||
"lxc launch images:ubuntu/22.04 u2 -t aws:t2.micro\n" | ||
" Create and start a container using the same size as an AWS t2.micro (1 " | ||
"vCPU, 1GiB of RAM)\n" | ||
"\n" | ||
"lxc launch ubuntu:22.04 v1 --vm -c limits.cpu=4 -c limits.memory=4GiB\n" | ||
"lxc launch images:ubuntu/22.04 v1 --vm -c limits.cpu=4 -c limits." | ||
"memory=4GiB\n" | ||
" Create and start a virtual machine with 4 vCPUs and 4GiB of RAM" | ||
msgstr "" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: lxd\n" | ||
"Report-Msgid-Bugs-To: [email protected]\n" | ||
"POT-Creation-Date: 2023-07-28 17:56-0400\n" | ||
"POT-Creation-Date: 2023-08-03 22:23-0400\n" | ||
"PO-Revision-Date: 2022-03-10 15:10+0000\n" | ||
"Last-Translator: Anonymous <[email protected]>\n" | ||
"Language-Team: Catalan <https://hosted.weblate.org/projects/linux-containers/" | ||
|
@@ -5578,8 +5578,8 @@ msgstr "" | |
|
||
#: inc/main.go:392 | ||
msgid "" | ||
"To start your first container, try: lxc launch ubuntu:22.04\n" | ||
"Or for a virtual machine: lxc launch ubuntu:22.04 --vm" | ||
"To start your first container, try: lxc launch images:ubuntu/22.04\n" | ||
"Or for a virtual machine: lxc launch images:ubuntu/22.04 --vm" | ||
msgstr "" | ||
|
||
#: inc/config.go:293 inc/config.go:474 inc/config.go:681 inc/config.go:773 | ||
|
@@ -6763,24 +6763,25 @@ msgstr "" | |
|
||
#: inc/init.go:41 | ||
msgid "" | ||
"lxc init ubuntu:22.04 u1\n" | ||
"lxc init images:ubuntu/22.04 u1\n" | ||
"\n" | ||
"lxc init ubuntu:22.04 u1 < config.yaml\n" | ||
"lxc init images:ubuntu/22.04 u1 < config.yaml\n" | ||
" Create the instance with configuration from config.yaml" | ||
msgstr "" | ||
|
||
#: inc/launch.go:26 | ||
msgid "" | ||
"lxc launch ubuntu:22.04 u1\n" | ||
"lxc launch images:ubuntu/22.04 u1\n" | ||
"\n" | ||
"lxc launch ubuntu:22.04 u1 < config.yaml\n" | ||
"lxc launch images:ubuntu/22.04 u1 < config.yaml\n" | ||
" Create and start a container with configuration from config.yaml\n" | ||
"\n" | ||
"lxc launch ubuntu:22.04 u2 -t aws:t2.micro\n" | ||
"lxc launch images:ubuntu/22.04 u2 -t aws:t2.micro\n" | ||
" Create and start a container using the same size as an AWS t2.micro (1 " | ||
"vCPU, 1GiB of RAM)\n" | ||
"\n" | ||
"lxc launch ubuntu:22.04 v1 --vm -c limits.cpu=4 -c limits.memory=4GiB\n" | ||
"lxc launch images:ubuntu/22.04 v1 --vm -c limits.cpu=4 -c limits." | ||
"memory=4GiB\n" | ||
" Create and start a virtual machine with 4 vCPUs and 4GiB of RAM" | ||
msgstr "" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: lxd\n" | ||
"Report-Msgid-Bugs-To: [email protected]\n" | ||
"POT-Creation-Date: 2023-07-28 17:56-0400\n" | ||
"POT-Creation-Date: 2023-08-03 22:23-0400\n" | ||
"PO-Revision-Date: 2022-03-10 15:11+0000\n" | ||
"Last-Translator: Anonymous <[email protected]>\n" | ||
"Language-Team: Czech <https://hosted.weblate.org/projects/linux-containers/" | ||
|
@@ -5578,8 +5578,8 @@ msgstr "" | |
|
||
#: inc/main.go:392 | ||
msgid "" | ||
"To start your first container, try: lxc launch ubuntu:22.04\n" | ||
"Or for a virtual machine: lxc launch ubuntu:22.04 --vm" | ||
"To start your first container, try: lxc launch images:ubuntu/22.04\n" | ||
"Or for a virtual machine: lxc launch images:ubuntu/22.04 --vm" | ||
msgstr "" | ||
|
||
#: inc/config.go:293 inc/config.go:474 inc/config.go:681 inc/config.go:773 | ||
|
@@ -6763,24 +6763,25 @@ msgstr "" | |
|
||
#: inc/init.go:41 | ||
msgid "" | ||
"lxc init ubuntu:22.04 u1\n" | ||
"lxc init images:ubuntu/22.04 u1\n" | ||
"\n" | ||
"lxc init ubuntu:22.04 u1 < config.yaml\n" | ||
"lxc init images:ubuntu/22.04 u1 < config.yaml\n" | ||
" Create the instance with configuration from config.yaml" | ||
msgstr "" | ||
|
||
#: inc/launch.go:26 | ||
msgid "" | ||
"lxc launch ubuntu:22.04 u1\n" | ||
"lxc launch images:ubuntu/22.04 u1\n" | ||
"\n" | ||
"lxc launch ubuntu:22.04 u1 < config.yaml\n" | ||
"lxc launch images:ubuntu/22.04 u1 < config.yaml\n" | ||
" Create and start a container with configuration from config.yaml\n" | ||
"\n" | ||
"lxc launch ubuntu:22.04 u2 -t aws:t2.micro\n" | ||
"lxc launch images:ubuntu/22.04 u2 -t aws:t2.micro\n" | ||
" Create and start a container using the same size as an AWS t2.micro (1 " | ||
"vCPU, 1GiB of RAM)\n" | ||
"\n" | ||
"lxc launch ubuntu:22.04 v1 --vm -c limits.cpu=4 -c limits.memory=4GiB\n" | ||
"lxc launch images:ubuntu/22.04 v1 --vm -c limits.cpu=4 -c limits." | ||
"memory=4GiB\n" | ||
" Create and start a virtual machine with 4 vCPUs and 4GiB of RAM" | ||
msgstr "" | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ msgid "" | |
msgstr "" | ||
"Project-Id-Version: LXD\n" | ||
"Report-Msgid-Bugs-To: [email protected]\n" | ||
"POT-Creation-Date: 2023-07-28 17:56-0400\n" | ||
"POT-Creation-Date: 2023-08-03 22:23-0400\n" | ||
"PO-Revision-Date: 2022-03-10 15:06+0000\n" | ||
"Last-Translator: Krombel <[email protected]>\n" | ||
"Language-Team: German <https://hosted.weblate.org/projects/linux-containers/" | ||
|
@@ -6191,8 +6191,8 @@ msgstr "" | |
|
||
#: inc/main.go:392 | ||
msgid "" | ||
"To start your first container, try: lxc launch ubuntu:22.04\n" | ||
"Or for a virtual machine: lxc launch ubuntu:22.04 --vm" | ||
"To start your first container, try: lxc launch images:ubuntu/22.04\n" | ||
"Or for a virtual machine: lxc launch images:ubuntu/22.04 --vm" | ||
msgstr "" | ||
|
||
#: inc/config.go:293 inc/config.go:474 inc/config.go:681 inc/config.go:773 | ||
|
@@ -8010,24 +8010,25 @@ msgstr "" | |
|
||
#: inc/init.go:41 | ||
msgid "" | ||
"lxc init ubuntu:22.04 u1\n" | ||
"lxc init images:ubuntu/22.04 u1\n" | ||
"\n" | ||
"lxc init ubuntu:22.04 u1 < config.yaml\n" | ||
"lxc init images:ubuntu/22.04 u1 < config.yaml\n" | ||
" Create the instance with configuration from config.yaml" | ||
msgstr "" | ||
|
||
#: inc/launch.go:26 | ||
msgid "" | ||
"lxc launch ubuntu:22.04 u1\n" | ||
"lxc launch images:ubuntu/22.04 u1\n" | ||
"\n" | ||
"lxc launch ubuntu:22.04 u1 < config.yaml\n" | ||
"lxc launch images:ubuntu/22.04 u1 < config.yaml\n" | ||
" Create and start a container with configuration from config.yaml\n" | ||
"\n" | ||
"lxc launch ubuntu:22.04 u2 -t aws:t2.micro\n" | ||
"lxc launch images:ubuntu/22.04 u2 -t aws:t2.micro\n" | ||
" Create and start a container using the same size as an AWS t2.micro (1 " | ||
"vCPU, 1GiB of RAM)\n" | ||
"\n" | ||
"lxc launch ubuntu:22.04 v1 --vm -c limits.cpu=4 -c limits.memory=4GiB\n" | ||
"lxc launch images:ubuntu/22.04 v1 --vm -c limits.cpu=4 -c limits." | ||
"memory=4GiB\n" | ||
" Create and start a virtual machine with 4 vCPUs and 4GiB of RAM" | ||
msgstr "" | ||
|
||
|
Oops, something went wrong.