Plugin: self-hosted auto-updates from Gitea via PUC (hc-8gb)

Vendors YahnisElsts/plugin-update-checker v5.7 under vendor/ and wires it
to poll updates.json on the repo main branch. WP surfaces new versions
via Dashboard → Updates on its normal twice-daily cadence.

PUC is vendored (not a submodule) so Gitea's archive/main.zip — the
download target — includes it. Folder rename on install is handled by
PUC's built-in upgrader_source_selection filter.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
2026-07-16 09:52:40 +01:00
parent 8e288e1ef6
commit 19d726fe1c
121 changed files with 9577 additions and 2 deletions

View File

@@ -0,0 +1,42 @@
msgid ""
msgstr ""
"Project-Id-Version: plugin-update-checker\n"
"POT-Creation-Date: 2017-05-20 10:53+0300\n"
"PO-Revision-Date: 2017-10-16 15:02+0200\n"
"Language-Team: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 2.0.4\n"
"X-Poedit-Basepath: ..\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
"X-Poedit-SourceCharset: UTF-8\n"
"X-Poedit-KeywordsList: __;_e;_x:1,2c;_x\n"
"Last-Translator: \n"
"Language: sv_SE\n"
"X-Poedit-SearchPath-0: .\n"
#: Puc/v4p1/Plugin/UpdateChecker.php:358
msgid "Check for updates"
msgstr "Sök efter uppdateringar"
#: Puc/v4p1/Plugin/UpdateChecker.php:405
#, php-format
msgctxt "the plugin title"
msgid "The %s plugin is up to date."
msgstr "Tillägget %s är uppdaterat."
#: Puc/v4p1/Plugin/UpdateChecker.php:407
#, php-format
msgctxt "the plugin title"
msgid "A new version of the %s plugin is available."
msgstr "Det finns en ny version av tillägget %s."
#: Puc/v4p1/Plugin/UpdateChecker.php:409
#, php-format
msgid "Unknown update checker status \"%s\""
msgstr "Okänd status för kontroll av uppdatering “%s”"
#: Puc/v4p1/Vcs/PluginUpdateChecker.php:83
msgid "There is no changelog available."
msgstr "Det finns ingen ändringslogg tillgänglig."