diff options
author | EuAndreh <eu@euandre.org> | 2021-04-24 17:38:11 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2021-04-24 17:41:05 -0300 |
commit | 4683e3b721ca32ab8a464306f9b6753b2e5a8ec4 (patch) | |
tree | a7410e0a65bbfc0609228083fc42f4e22e648702 /locale/pt/LC_MESSAGES/_screencasts | |
parent | Add TIL on Lisp's :argument-precedence-order (diff) | |
download | euandre.org-4683e3b721ca32ab8a464306f9b6753b2e5a8ec4.tar.gz euandre.org-4683e3b721ca32ab8a464306f9b6753b2e5a8ec4.tar.xz |
Add po files for new TILs, update whitespace of others
Diffstat (limited to 'locale/pt/LC_MESSAGES/_screencasts')
-rw-r--r-- | locale/pt/LC_MESSAGES/_screencasts/2021-02-07-autoqemu-automate-installation-and-ssh-setup-of-iso-os-images.po | 24 |
1 files changed, 16 insertions, 8 deletions
diff --git a/locale/pt/LC_MESSAGES/_screencasts/2021-02-07-autoqemu-automate-installation-and-ssh-setup-of-iso-os-images.po b/locale/pt/LC_MESSAGES/_screencasts/2021-02-07-autoqemu-automate-installation-and-ssh-setup-of-iso-os-images.po index badc41e..d0e9b44 100644 --- a/locale/pt/LC_MESSAGES/_screencasts/2021-02-07-autoqemu-automate-installation-and-ssh-setup-of-iso-os-images.po +++ b/locale/pt/LC_MESSAGES/_screencasts/2021-02-07-autoqemu-automate-installation-and-ssh-setup-of-iso-os-images.po @@ -57,14 +57,6 @@ msgid "It assumes that `$HOME/.local/bin` is in `$PATH`." msgstr "" msgid "" -"This screencast is a simple demo of automating the installation of Alpine " -"Linux 3.12.3 standard x86_64 with " -"[AutoQEMU](https://git.euandreh.xyz/autoqemu/), which is nothing more " -"than POSIX sh, [expect](https://core.tcl-lang.org/expect/index) scripts and " -"Makefiles glued together." -msgstr "" - -msgid "" "pushd `mktemp -d`\n" "git clone https://git.euandreh.xyz/autoqemu .\n" "make\n" @@ -72,6 +64,22 @@ msgid "" "autoqemu ssh alpine\n" msgstr "" +msgid "" +"This screencast is a simple demo of automating the installation of Alpine " +"Linux 3.12.3 standard x86_64 with " +"[AutoQEMU](https://git.euandreh.xyz/autoqemu/about), which is nothing more " +"than POSIX sh, [expect](https://core.tcl-lang.org/expect/index) scripts and " +"Makefiles glued together." +msgstr "" + +#~ msgid "" +#~ "This screencast is a simple demo of automating the installation of Alpine " +#~ "Linux 3.12.3 standard x86_64 with " +#~ "[AutoQEMU](https://git.euandreh.xyz/autoqemu/), which is nothing more than " +#~ "POSIX sh, [expect](https://core.tcl-lang.org/expect/index) scripts and " +#~ "Makefiles glued together." +#~ msgstr "" + #~ msgid "" #~ "pushd `mktemp -d`\n" #~ "git clone https://git.euandreh.xyz/autoqemu .\n" |