From 98fc12482eb5c4be74cdf8430b1c9e3d89b05f10 Mon Sep 17 00:00:00 2001 From: nixpkgs-review Date: Wed, 4 Nov 2020 17:41:35 -0300 Subject: Translate codeblocks from TIL The ./scripts/apply-translations.sh didn't change the original manually-translated file at all. --- .../pt/LC_MESSAGES/_tils/2020-08-12-simple-filename-timestamp.po | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'locale') diff --git a/locale/pt/LC_MESSAGES/_tils/2020-08-12-simple-filename-timestamp.po b/locale/pt/LC_MESSAGES/_tils/2020-08-12-simple-filename-timestamp.po index ed148ac..9cad4d7 100644 --- a/locale/pt/LC_MESSAGES/_tils/2020-08-12-simple-filename-timestamp.po +++ b/locale/pt/LC_MESSAGES/_tils/2020-08-12-simple-filename-timestamp.po @@ -3,7 +3,7 @@ msgid "" msgstr "" "Project-Id-Version: \n" "POT-Creation-Date: \n" -"PO-Revision-Date: \n" +"PO-Revision-Date: 2020-11-04 17:42-0300\n" "Last-Translator: \n" "Language-Team: \n" "Language: pt\n" @@ -71,6 +71,8 @@ msgid "" "./my-program.sh > my-program.$(date -I).log\n" "cp post-template.md _posts/$(date -I)-post-slug.md\n" msgstr "" +"./meu-programa.sh > meu-programa.$(date -I).log\n" +"cp template-de-post.md _posts/$(date -I)-slug-do-post.md\n" msgid "" "# inside my-program.sh\n" @@ -78,3 +80,7 @@ msgid "" "# output is:\n" "# Program started at 2020-08-12T09:04:58-03:00\n" msgstr "" +"# dentro do meu-programa.sh\n" +"echo \"Programa começou em $(date -Is)\"\n" +"# saída é:\n" +"# Programa começou em 2020-08-12T09:15:16-03:00\n" -- cgit v1.2.3