diff options
Diffstat (limited to 'locale/eo/LC_MESSAGES')
13 files changed, 157 insertions, 43 deletions
diff --git a/locale/eo/LC_MESSAGES/_tils/2020-08-12-simple-filename-timestamp.po b/locale/eo/LC_MESSAGES/_tils/2020-08-12-simple-filename-timestamp.po index b31dc6a..ef8e489 100644 --- a/locale/eo/LC_MESSAGES/_tils/2020-08-12-simple-filename-timestamp.po +++ b/locale/eo/LC_MESSAGES/_tils/2020-08-12-simple-filename-timestamp.po @@ -56,6 +56,9 @@ msgid "" "# Program started at 2020-08-12T09:04:58-03:00\n" msgstr "" +msgid "eu_categories: shell" +msgstr "" + #~ msgid "" #~ "title: Simple filename timestamp\n" #~ "date: 2020-08-12\n" diff --git a/locale/eo/LC_MESSAGES/_tils/2020-08-14-browse-a-git-repository-at-a-specific-commit.po b/locale/eo/LC_MESSAGES/_tils/2020-08-14-browse-a-git-repository-at-a-specific-commit.po index da7b3ee..421e295 100644 --- a/locale/eo/LC_MESSAGES/_tils/2020-08-14-browse-a-git-repository-at-a-specific-commit.po +++ b/locale/eo/LC_MESSAGES/_tils/2020-08-14-browse-a-git-repository-at-a-specific-commit.po @@ -3,14 +3,6 @@ msgid "" msgstr "" msgid "" -"title: Browse a git repository at a specific commit\n" -"date: 2020-08-14\n" -"layout: post\n" -"lang: en\n" -"ref: browse-a-git-repository-at-a-specific-commit" -msgstr "" - -msgid "" "I commonly use tools like `git log` together with `git show` when inspecting" " past changes in a repository:" msgstr "" @@ -96,3 +88,29 @@ msgstr "" msgid "git --work-tree=<dir> checkout <my-commit> -- src/\n" msgstr "" + +msgid "title: Browse a git repository at a specific commit" +msgstr "" + +msgid "date: 2020-08-14" +msgstr "" + +msgid "layout: post" +msgstr "" + +msgid "lang: en" +msgstr "" + +msgid "ref: browse-a-git-repository-at-a-specific-commit" +msgstr "" + +msgid "eu_categories: git" +msgstr "" + +#~ msgid "" +#~ "title: Browse a git repository at a specific commit\n" +#~ "date: 2020-08-14\n" +#~ "layout: post\n" +#~ "lang: en\n" +#~ "ref: browse-a-git-repository-at-a-specific-commit" +#~ msgstr "" diff --git a/locale/eo/LC_MESSAGES/_tils/2020-08-16-search-in-git.po b/locale/eo/LC_MESSAGES/_tils/2020-08-16-search-in-git.po index 5668d46..7b1c6cc 100644 --- a/locale/eo/LC_MESSAGES/_tils/2020-08-16-search-in-git.po +++ b/locale/eo/LC_MESSAGES/_tils/2020-08-16-search-in-git.po @@ -2,14 +2,6 @@ msgid "" msgstr "" -msgid "" -"title: Search in git\n" -"date: 2020-08-16\n" -"layout: post\n" -"lang: en\n" -"ref: search-in-git" -msgstr "" - msgid "Here's a useful trio to know about to help you search things in git:" msgstr "" @@ -69,3 +61,29 @@ msgid "" "git grep 'TODO' $(git rev-list --all)\n" "# search the whole history for \"TODO\" string\n" msgstr "" + +msgid "title: Search in git" +msgstr "" + +msgid "date: 2020-08-16" +msgstr "" + +msgid "layout: post" +msgstr "" + +msgid "lang: en" +msgstr "" + +msgid "ref: search-in-git" +msgstr "" + +msgid "eu_categories: git" +msgstr "" + +#~ msgid "" +#~ "title: Search in git\n" +#~ "date: 2020-08-16\n" +#~ "layout: post\n" +#~ "lang: en\n" +#~ "ref: search-in-git" +#~ msgstr "" diff --git a/locale/eo/LC_MESSAGES/_tils/2020-08-28-grep-online-repositories.po b/locale/eo/LC_MESSAGES/_tils/2020-08-28-grep-online-repositories.po index 483fc9a..a339bb6 100644 --- a/locale/eo/LC_MESSAGES/_tils/2020-08-28-grep-online-repositories.po +++ b/locale/eo/LC_MESSAGES/_tils/2020-08-28-grep-online-repositories.po @@ -3,14 +3,6 @@ msgid "" msgstr "" msgid "" -"title: Grep online repositories\n" -"date: 2020-08-28\n" -"layout: post\n" -"lang: en\n" -"ref: grep-online-repositories" -msgstr "" - -msgid "" "I often find interesting source code repositories online that I want to grep" " for some pattern but I can't, because either:" msgstr "" @@ -164,3 +156,29 @@ msgid "" " git search 'make get-git' https://git.zx2c4.com/cgit/\n" " git search 'make get-git' https://git.zx2c4.com/cgit/ -- $(git rev-list --all)\n" msgstr "" + +msgid "title: Grep online repositories" +msgstr "" + +msgid "date: 2020-08-28" +msgstr "" + +msgid "layout: post" +msgstr "" + +msgid "lang: en" +msgstr "" + +msgid "ref: grep-online-repositories" +msgstr "" + +msgid "eu_categories: git" +msgstr "" + +#~ msgid "" +#~ "title: Grep online repositories\n" +#~ "date: 2020-08-28\n" +#~ "layout: post\n" +#~ "lang: en\n" +#~ "ref: grep-online-repositories" +#~ msgstr "" diff --git a/locale/eo/LC_MESSAGES/_tils/2020-09-05-pull-requests-with-git-the-old-school-way.po b/locale/eo/LC_MESSAGES/_tils/2020-09-05-pull-requests-with-git-the-old-school-way.po index 2156000..1610fcb 100644 --- a/locale/eo/LC_MESSAGES/_tils/2020-09-05-pull-requests-with-git-the-old-school-way.po +++ b/locale/eo/LC_MESSAGES/_tils/2020-09-05-pull-requests-with-git-the-old-school-way.po @@ -3,14 +3,6 @@ msgid "" msgstr "" msgid "" -"title: Pull requests with Git, the old school way\n" -"date: 2020-09-05\n" -"layout: post\n" -"lang: en\n" -"ref: pull-requests-with-git-the-old-school-way" -msgstr "" - -msgid "" "It might be news to you, as it was to me, that \"pull requests\" that you " "can create on a Git hosting provider's web UI[^pr-webui] like " "GitLab/Bitbucket/GitHub actually comes from Git itself: `git request-pull`." @@ -144,3 +136,29 @@ msgid "" "git request-pull master public-origin other-branch | \\\n" " mail list@example.com -s 'PR: All commits from my \"other-brach\"'\n" msgstr "" + +msgid "title: Pull requests with Git, the old school way" +msgstr "" + +msgid "date: 2020-09-05" +msgstr "" + +msgid "layout: post" +msgstr "" + +msgid "lang: en" +msgstr "" + +msgid "ref: pull-requests-with-git-the-old-school-way" +msgstr "" + +msgid "eu_categories: git" +msgstr "" + +#~ msgid "" +#~ "title: Pull requests with Git, the old school way\n" +#~ "date: 2020-09-05\n" +#~ "layout: post\n" +#~ "lang: en\n" +#~ "ref: pull-requests-with-git-the-old-school-way" +#~ msgstr "" diff --git a/locale/eo/LC_MESSAGES/_tils/2020-10-11-search-changes-to-a-filename-pattern-in-git-history.po b/locale/eo/LC_MESSAGES/_tils/2020-10-11-search-changes-to-a-filename-pattern-in-git-history.po index 93a61e6..baa0d1f 100644 --- a/locale/eo/LC_MESSAGES/_tils/2020-10-11-search-changes-to-a-filename-pattern-in-git-history.po +++ b/locale/eo/LC_MESSAGES/_tils/2020-10-11-search-changes-to-a-filename-pattern-in-git-history.po @@ -3,14 +3,6 @@ msgid "" msgstr "" msgid "" -"title: Search changes to a filename pattern in Git history\n" -"date: 2020-10-11\n" -"layout: post\n" -"lang: en\n" -"ref: search-changes-to-a-filename-pattern-in-git-history" -msgstr "" - -msgid "" "This is [yet][git-til-1] [another][git-til-2] [\"search in Git\"][git-til-3]" " TIL entry. You could say that Git has a unintuitive CLI, or that is it very" " powerful." @@ -43,3 +35,29 @@ msgstr "" msgid "git log -p -- **/*pattern*\n" msgstr "" + +msgid "title: Search changes to a filename pattern in Git history" +msgstr "" + +msgid "date: 2020-10-11" +msgstr "" + +msgid "layout: post" +msgstr "" + +msgid "lang: en" +msgstr "" + +msgid "ref: search-changes-to-a-filename-pattern-in-git-history" +msgstr "" + +msgid "eu_categories: git" +msgstr "" + +#~ msgid "" +#~ "title: Search changes to a filename pattern in Git history\n" +#~ "date: 2020-10-11\n" +#~ "layout: post\n" +#~ "lang: en\n" +#~ "ref: search-changes-to-a-filename-pattern-in-git-history" +#~ msgstr "" diff --git a/locale/eo/LC_MESSAGES/_tils/2020-11-08-find-broken-symlinks-with-find.po b/locale/eo/LC_MESSAGES/_tils/2020-11-08-find-broken-symlinks-with-find.po index 0608e81..a61c474 100644 --- a/locale/eo/LC_MESSAGES/_tils/2020-11-08-find-broken-symlinks-with-find.po +++ b/locale/eo/LC_MESSAGES/_tils/2020-11-08-find-broken-symlinks-with-find.po @@ -39,6 +39,9 @@ msgstr "" msgid "ref: find-broken-symlinks-with-find" msgstr "" +msgid "eu_categories: shell" +msgstr "" + #~ msgid "" #~ "title: Find broken symlinks with \"find\"\n" #~ "date: 2020-11-08\n" diff --git a/locale/eo/LC_MESSAGES/_tils/2020-11-12-diy-bare-bones-ci-server-with-bash-and-nix.po b/locale/eo/LC_MESSAGES/_tils/2020-11-12-diy-bare-bones-ci-server-with-bash-and-nix.po index 9734c9f..7c9cbfc 100644 --- a/locale/eo/LC_MESSAGES/_tils/2020-11-12-diy-bare-bones-ci-server-with-bash-and-nix.po +++ b/locale/eo/LC_MESSAGES/_tils/2020-11-12-diy-bare-bones-ci-server-with-bash-and-nix.po @@ -90,6 +90,9 @@ msgid "" "nix-build -A test\n" msgstr "" +msgid "eu_categories: ci" +msgstr "" + #~ msgid "" #~ "#!/usr/bin/env bash\n" #~ "set -Eeuo pipefail\n" diff --git a/locale/eo/LC_MESSAGES/_tils/2020-11-12-git-bisect-automation.po b/locale/eo/LC_MESSAGES/_tils/2020-11-12-git-bisect-automation.po index 6aed806..09ec261 100644 --- a/locale/eo/LC_MESSAGES/_tils/2020-11-12-git-bisect-automation.po +++ b/locale/eo/LC_MESSAGES/_tils/2020-11-12-git-bisect-automation.po @@ -46,5 +46,8 @@ msgstr "" msgid "date: 2020-11-12 2" msgstr "" +msgid "eu_categories: git" +msgstr "" + #~ msgid "date: 2020-11-12" #~ msgstr "" diff --git a/locale/eo/LC_MESSAGES/_tils/2020-11-12-useful-bash-variables.po b/locale/eo/LC_MESSAGES/_tils/2020-11-12-useful-bash-variables.po index bcff15d..6147dec 100644 --- a/locale/eo/LC_MESSAGES/_tils/2020-11-12-useful-bash-variables.po +++ b/locale/eo/LC_MESSAGES/_tils/2020-11-12-useful-bash-variables.po @@ -87,5 +87,8 @@ msgstr "" msgid "date: 2020-11-12 1" msgstr "" +msgid "eu_categories: shell" +msgstr "" + #~ msgid "date: 2020-11-12" #~ msgstr "" diff --git a/locale/eo/LC_MESSAGES/_tils/2020-11-30-storing-ci-data-on-git-notes.po b/locale/eo/LC_MESSAGES/_tils/2020-11-30-storing-ci-data-on-git-notes.po index f6b6e2c..88c30b0 100644 --- a/locale/eo/LC_MESSAGES/_tils/2020-11-30-storing-ci-data-on-git-notes.po +++ b/locale/eo/LC_MESSAGES/_tils/2020-11-30-storing-ci-data-on-git-notes.po @@ -144,3 +144,6 @@ msgid "" "bash-and-nix.md %} [git-notes]: https://git-scm.com/docs/git-notes [cgit]: " "https://git.zx2c4.com/cgit/about/" msgstr "" + +msgid "eu_categories: git,ci" +msgstr "" diff --git a/locale/eo/LC_MESSAGES/_tils/2020-12-15-awk-snippet-shellcheck-all-scripts-in-a-repository.po b/locale/eo/LC_MESSAGES/_tils/2020-12-15-awk-snippet-shellcheck-all-scripts-in-a-repository.po index 41cfc66..23da833 100644 --- a/locale/eo/LC_MESSAGES/_tils/2020-12-15-awk-snippet-shellcheck-all-scripts-in-a-repository.po +++ b/locale/eo/LC_MESSAGES/_tils/2020-12-15-awk-snippet-shellcheck-all-scripts-in-a-repository.po @@ -203,6 +203,9 @@ msgstr "" msgid "Now both the shell and Awk usage are POSIX compatible." msgstr "" +msgid "eu_categories: shell" +msgstr "" + #~ msgid "" #~ "title: 'Awk snippet: ShellCheck all scripts in a repository'\n" #~ "date: 2020-12-15\n" diff --git a/locale/eo/LC_MESSAGES/til-by-category.po b/locale/eo/LC_MESSAGES/til-by-category.po index 8bb1eea..2f20961 100644 --- a/locale/eo/LC_MESSAGES/til-by-category.po +++ b/locale/eo/LC_MESSAGES/til-by-category.po @@ -21,8 +21,11 @@ msgstr "lang: eo" msgid "ref: til-by-category" msgstr "ref: til-by-category" -msgid "{% include categories.html kind=\"til\" %}" -msgstr "{% include categories.html kind=\"til\" %}" - msgid "title: TIL by category" msgstr "title: HML laĆ kategorio" + +msgid "{% include categories.html kind=\"tils\" %}" +msgstr "{% include categories.html kind=\"tils\" %}" + +#~ msgid "{% include categories.html kind=\"til\" %}" +#~ msgstr "{% include categories.html kind=\"til\" %}" |