53 lines
2.7 KiB
Plaintext
53 lines
2.7 KiB
Plaintext
|
# Copyright (C) 2021 Tilman Kranz
|
||
|
# This file is distributed under the same license as the Gitlab REST API Shortcodes plugin.
|
||
|
msgid ""
|
||
|
msgstr ""
|
||
|
"Project-Id-Version: Gitlab REST API Shortcodes 1.1\n"
|
||
|
"Report-Msgid-Bugs-To: https://tk-sls.de/ref/linuxfoo-gitlab\n"
|
||
|
"Last-Translator: Tilman Kranz <t.kranz@tk-sls.de>\n"
|
||
|
"Language: de\n"
|
||
|
"MIME-Version: 1.0\n"
|
||
|
"Content-Type: text/plain; charset=UTF-8\n"
|
||
|
"Content-Transfer-Encoding: 8bit\n"
|
||
|
"POT-Creation-Date: 2021-11-27T03:05:12+01:00\n"
|
||
|
"PO-Revision-Date: 2021-11-27 00:00+0100\n"
|
||
|
"X-Generator: WP-CLI 2.5.0\n"
|
||
|
"X-Domain: linuxfoo-gitlab\n"
|
||
|
|
||
|
#. Plugin Name of the plugin
|
||
|
msgid "Gitlab REST API Shortcodes"
|
||
|
msgstr "Gitlab REST API Shortcodes"
|
||
|
|
||
|
#. Description of the plugin
|
||
|
msgid "<p>Summary: Embed list of most recent commits to a Gitlab project from a Gitlab instance's public REST API.</p><p>Example: Add [gitlab-list-commits url=https://tk-sls.de/gitlab project_id=42 since=\"3 month\" max=5] for a list of at most 5 commits to that project that were made since at most 3 months ago.</p><p>The attributes \"url\" and \"project_id\" are mandatory.</p><p>The attributes \"since\" and \"max\" are optional (beware, the default is an unlimited list of commits).</p><p>Other optional attributes:</p><ul><li>ref_name=STRING: List only commit from branch or reference name STRING.</li><li>default_branch: If set, list only commits from the project's default branch.</li></ul>"
|
||
|
msgstr "<p>Zusammenfassung: Lies Liste neuester Commits eines Projekts aus einem Projekt in einer Gitlab-Instanz via v4 REST API.</p><p>Beispiel: [gitlab-list-commits url=https://tk-sls.de/gitlab project_id=42 since=\"3 month\" max=5] Liste bis zu 5 Commits (Neueste zuerst) aus den letzten 3 Monaten.</p><p>Attribute \"url\" und \"project_id\" sind Pflichtangaben.</p><p>Attribute \"since\" und \"max\" sind optional (Achtung, Standardverhalten ist unlimitiertes Auflisten).</p><p>Weitere optionale Attribute:</p><ul><li>ref_name=STRING: Zeige nur Commits aus Branch oder Refname STRING.</li><li>default_branch: Falls gesetzt, zeige nur Commits aus dem Default-Branch des Projektes.</li></ul>"
|
||
|
|
||
|
#: linuxfoo-gitlab.php:36
|
||
|
msgid "Required parameter missing."
|
||
|
msgstr "Benötigter Parameter fehlt."
|
||
|
|
||
|
#: linuxfoo-gitlab.php:43
|
||
|
msgid "Project URL not reachable."
|
||
|
msgstr "Projekt-URL nicht erreichbar."
|
||
|
|
||
|
#: linuxfoo-gitlab.php:79
|
||
|
msgid "Commits URL not reachable."
|
||
|
msgstr "Commits-URL nicht erreichbar."
|
||
|
|
||
|
#: linuxfoo-gitlab.php:85
|
||
|
msgid "Commits information not readable."
|
||
|
msgstr "Commit-Information nicht verfügbar."
|
||
|
|
||
|
#: linuxfoo-gitlab.php:96
|
||
|
msgid "No commits"
|
||
|
msgstr "Keine Commits"
|
||
|
|
||
|
#: linuxfoo-gitlab.php:97
|
||
|
#: linuxfoo-gitlab.php:110
|
||
|
msgid "in branch"
|
||
|
msgstr "in Branch"
|
||
|
|
||
|
#: linuxfoo-gitlab.php:109
|
||
|
msgid "Last %d commits"
|
||
|
msgstr "Letzte %d Commits"
|