forked from tk-sls.de/linuxfoo-gitlab
rename file, update translations and code references
This commit is contained in:
parent
845e3cf083
commit
e2fde7594d
@ -1,9 +1,9 @@
|
||||
# Copyright (C) 2021 Tilman Kranz
|
||||
# This file is distributed under the same license as the Gitlab REST API Shortcodes plugin.
|
||||
# This file is distributed under the same license as the Gitea REST API Shortcodes plugin.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Gitlab REST API Shortcodes 1.2\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/linuxfoo-gitlab\n"
|
||||
"Project-Id-Version: Gitea REST API Shortcodes 1.2\n"
|
||||
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/linuxfoo-gitea\n"
|
||||
"Last-Translator: Tilman Kranz <t.kranz@tk-sls.de>\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@ -11,19 +11,19 @@ msgstr ""
|
||||
"POT-Creation-Date: 2021-11-27T11:51:10+01:00\n"
|
||||
"PO-Revision-Date: 2021-11-27T11:51:10+01:00\n"
|
||||
"X-Generator: WP-CLI 2.5.0\n"
|
||||
"X-Domain: linuxfoo-gitlab\n"
|
||||
"X-Domain: linuxfoo-gitea\n"
|
||||
|
||||
#. Plugin Name of the plugin
|
||||
msgid "Gitlab REST API Shortcodes"
|
||||
msgstr "Gitlab REST API Shortcodes"
|
||||
msgid "Gitea REST API Shortcodes"
|
||||
msgstr "Gitea REST API Shortcodes"
|
||||
|
||||
#. Plugin URI of the plugin
|
||||
msgid "http://tk-sls.de/ref/gitlab-list-commits"
|
||||
msgstr "http://tk-sls.de/ref/gitlab-list-commits"
|
||||
msgid "http://tk-sls.de/ref/gitea-list-commits"
|
||||
msgstr "http://tk-sls.de/ref/gitea-list-commits"
|
||||
|
||||
#. Description of the plugin
|
||||
msgid "Summary: Embed list of most recent commits to a Gitlab project from a Gitlab instance's public REST API. Example: Add [gitlab-list-commits url=https://tk-sls.de/gitlab project_id=42 commits=\"all\" since=\"3 month\" max=5 releases=\"latest\"] for a list of at most 5 commits to that project that were made since at most 3 months ago, followed by alink to the latest release of the project (if any). To disable the list of commits, set commits=\"none\". To disable printing the author name of a commit, set author=\"none\". To generate a list of all releases, set releases=\"all\". To disable the list of releases, omit the \"releases\" attribute or set releases=\"none\"."
|
||||
msgstr "Zusammenfassung: Bette Liste der neuesten Commits eines Gitlab-Projektes ein, die mit Gitlabs REST API abgerufen wird. Beispiel: Füge folgenden Shortcode zu einem Artikel hinzu, um die letzten 5 Commits anzuzeigen, die nicht älter als 3 Monate sind: [gitlab-list-commits url=https://tk-sls.de/gitlab project_id=42 since=\"3 month\" max=5]. Um die Liste der Commits zu deaktivieren: commits=\"none\". Um die Ausgabe der Autor-Namens pro Commit zu deaktivieren: author=\"none\". Um eine Liste von Releases hinzuzufügen: releases=\"all\". Um nur die neueste Release anzuzeigen: releases=\"latest\"."
|
||||
msgid "Summary: Embed list of most recent commits to a Gitea project from a Gitlab instance's public REST API. Example: Add [gitea-list-commits url=https://tk-sls.de/git/ project_id=42 commits=\"all\" since=\"3 month\" max=5 releases=\"latest\"] for a list of at most 5 commits to that project that were made since at most 3 months ago, followed by alink to the latest release of the project (if any). To disable the list of commits, set commits=\"none\". To disable printing the author name of a commit, set author=\"none\". To generate a list of all releases, set releases=\"all\". To disable the list of releases, omit the \"releases\" attribute or set releases=\"none\"."
|
||||
msgstr "Zusammenfassung: Bette Liste der neuesten Commits eines Gitea-Projektes ein, die mit Gitea REST API abgerufen wird. Beispiel: Füge folgenden Shortcode zu einem Artikel hinzu, um die letzten 5 Commits anzuzeigen, die nicht älter als 3 Monate sind: [gitea-list-commits url=https://tk-sls.de/git/ project_id=42 since=\"3 month\" max=5]. Um die Liste der Commits zu deaktivieren: commits=\"none\". Um die Ausgabe der Autor-Namens pro Commit zu deaktivieren: author=\"none\". Um eine Liste von Releases hinzuzufügen: releases=\"all\". Um nur die neueste Release anzuzeigen: releases=\"latest\"."
|
||||
|
||||
#. Author of the plugin
|
||||
msgid "Tilman Kranz"
|
||||
@ -33,87 +33,87 @@ msgstr "Tilman Kranz"
|
||||
msgid "https://tk-sls.de"
|
||||
msgstr "https://tk-sls.de"
|
||||
|
||||
#: linuxfoo-gitlab.php:39
|
||||
#: linuxfoo-gitea.php:39
|
||||
msgid "days"
|
||||
msgstr "Tagen"
|
||||
|
||||
#: linuxfoo-gitlab.php:42
|
||||
#: linuxfoo-gitea.php:42
|
||||
msgid "months"
|
||||
msgstr "Monaten"
|
||||
|
||||
#: linuxfoo-gitlab.php:45
|
||||
#: linuxfoo-gitea.php:45
|
||||
msgid "years"
|
||||
msgstr "Jahren"
|
||||
|
||||
#. translators: %d: count, %s unit of time interval
|
||||
#: linuxfoo-gitlab.php:49
|
||||
#: linuxfoo-gigiteatlab.php:49
|
||||
msgid "since %d %s ago"
|
||||
msgstr "seit %d %s"
|
||||
|
||||
#: linuxfoo-gitlab.php:57
|
||||
#: linuxfoo-gitea.php:57
|
||||
msgid "Invalid value for parameter \"commits\"."
|
||||
msgstr "Unzulässiger Wert für Parameter \"commits\"."
|
||||
|
||||
#: linuxfoo-gitlab.php:59
|
||||
#: linuxfoo-gitea.php:59
|
||||
msgid "Required parameter missing."
|
||||
msgstr "Notwendiger Parameter fehlt"
|
||||
|
||||
#: linuxfoo-gitlab.php:62
|
||||
#: linuxfoo-gitlab.php:68
|
||||
#: linuxfoo-gitea.php:62
|
||||
#: linuxfoo-gitea.php:68
|
||||
msgid "Invalid value for parameter \"project_id\"."
|
||||
msgstr "Unzulässiger Wert für Parameter \"project_id\"."
|
||||
|
||||
#: linuxfoo-gitlab.php:65
|
||||
#: linuxfoo-gitea.php:65
|
||||
msgid "Invalid value for parameter \"url\"."
|
||||
msgstr "Unzulässiger Wert für Parameter \"url\"."
|
||||
|
||||
#: linuxfoo-gitlab.php:75
|
||||
#: linuxfoo-gitea.php:75
|
||||
msgid "Project URL not reachable."
|
||||
msgstr "Gitlab-Projekt-URL nicht erreichbar."
|
||||
|
||||
#: linuxfoo-gitlab.php:86
|
||||
#: linuxfoo-gitea.php:86
|
||||
msgid "Gitlab project"
|
||||
msgstr "Gitlab-Projekt"
|
||||
|
||||
#: linuxfoo-gitlab.php:93
|
||||
#: linuxfoo-gitea.php:93
|
||||
msgid "Invalid value for parameter \"since\"."
|
||||
msgstr "Unzulässiger Wert für Parameter \"since\"."
|
||||
|
||||
#: linuxfoo-gitlab.php:115
|
||||
#: linuxfoo-gitea.php:115
|
||||
msgid "Commits URL not reachable."
|
||||
msgstr "Gitlab-Commits-URL nicht erreichbar."
|
||||
|
||||
#: linuxfoo-gitlab.php:121
|
||||
#: linuxfoo-gitea.php:121
|
||||
msgid "Commits information not readable."
|
||||
msgstr "Commit-Information nicht lesbar."
|
||||
|
||||
#: linuxfoo-gitlab.php:132
|
||||
#: linuxfoo-gitea.php:132
|
||||
msgid "No commits"
|
||||
msgstr "Keine aktuellen Commits"
|
||||
|
||||
#: linuxfoo-gitlab.php:133
|
||||
#: linuxfoo-gitlab.php:147
|
||||
#: linuxfoo-gitea.php:133
|
||||
#: linuxfoo-gitea.php:147
|
||||
msgid "in branch"
|
||||
msgstr "im Branch"
|
||||
|
||||
#. translators: %d: maximum number of commits displayed
|
||||
#: linuxfoo-gitlab.php:146
|
||||
#: linuxfoo-gitea.php:146
|
||||
msgid "Last %d commits"
|
||||
msgstr "Letzte %d Commits"
|
||||
|
||||
#: linuxfoo-gitlab.php:172
|
||||
#: linuxfoo-gitea.php:172
|
||||
msgid "Invalid value for parameter \"releases\"."
|
||||
msgstr "Unzulässiger Wert für Parameter \"releases\"."
|
||||
|
||||
#: linuxfoo-gitlab.php:179
|
||||
#: linuxfoo-gitea.php:179
|
||||
msgid "Releases URL not reachable."
|
||||
msgstr "Releases-URL nicht erreichbar."
|
||||
|
||||
#: linuxfoo-gitlab.php:185
|
||||
#: linuxfoo-gitea.php:185
|
||||
msgid "Releases information not readable."
|
||||
msgstr "Releases-Information nicht lesbar."
|
||||
|
||||
#: linuxfoo-gitlab.php:189
|
||||
#: linuxfoo-gitea.php:189
|
||||
msgid "This project has currently no releases."
|
||||
msgstr "Dieses Projekt hat derzeit keine Releases."
|
||||
|
Loading…
Reference in New Issue
Block a user