diff options
Diffstat (limited to '')
-rw-r--r-- | locale/pt/LC_MESSAGES/_tils/2020-08-12-simple-filename-timestamp.po | 8 |
1 files changed, 7 insertions, 1 deletions
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" |