Theme fest ins Repo uebernehmen statt als Submodule

Ein normaler git clone holt Submodules nicht mit - geprueft: nach dem
Klonen des Repos war themes/gokarna leer. Portainer klont ebenso, der
Build im Container waere also an dem fehlenden Theme gescheitert.

Gokarna liegt jetzt direkt im Repo, festgeschrieben auf Commit 8306042,
den Stand, mit dem die Seite bisher gebaut wurde. .gitmodules entfaellt.

Nachteil: Theme-Updates muessen kuenftig von Hand eingespielt werden.
Dafuer baut das Repo aus jedem beliebigen Klon heraus, ohne
Sonderbehandlung.

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
2026-09-03 01:25:39 +02:00
parent fbab2dc2cd
commit 1f354130bb
109 changed files with 4966 additions and 4 deletions

View File

@@ -0,0 +1,18 @@
[Recent]
other = 'Letzte Einträge'
[Popular]
others = 'Einträge'
[error404]
other = 'Diese Seite existiert (noch) nicht, gehen Sie zu zurück auf'
[home]
other = 'Startseite'
[nothing]
other = 'Hier gibt es noch nichts zu sehen 😉'
[previous]
other = 'Vorheriger Eintrag'
[next]
other = 'Nächster Eintrag'
[tags]
other = 'Tags'
[Posts]
other = 'Einträge'

View File

@@ -0,0 +1,18 @@
[Recent]
other = 'Recent Posts'
[Popular]
other = 'Posts'
[error404]
other = 'This page does not exist, go'
[home]
other = 'home'
[nothing]
other = 'Nothing to see here, yet 😉'
[previous]
other = 'Previous'
[next]
other = 'Next'
[tags]
other = 'Tags'
[Posts]
other = 'Posts'

View File

@@ -0,0 +1,18 @@
[Recent]
other = 'Recientes entradas'
[Popular]
other = 'Entradas'
[error404]
other = 'Esta página no existe, prueba de nuevo desde el'
[home]
other = 'comienzo'
[nothing]
other = 'Aún no hay nada aquí 😉'
[previous]
other = 'Anterior'
[next]
other = 'Siguiente'
[tags]
other = 'Etiquetas'
[Posts]
other = 'Entradas'

View File

@@ -0,0 +1,18 @@
[Recent]
other = 'Posts récents'
[Popular]
other = 'Posts'
[error404]
other = "Cette page n'existe pas, retourner à la"
[home]
other = 'page principale'
[nothing]
other = 'Rien à voir ici pour le moment 😉'
[previous]
other = 'Précédent'
[next]
other = 'Suivant'
[tags]
other = 'Tags'
[Posts]
other = 'Posts'

View File

@@ -0,0 +1,18 @@
[Recent]
other = 'Ostatnie posty'
[Popular]
other = 'Posty'
[error404]
other = 'Ta strona nie istnieje, przejdź na '
[home]
other = 'start'
[nothing]
other = 'Na razie tu nic nie ma 😉'
[previous]
other = 'Poprzedni'
[next]
other = 'Następny'
[tags]
other = 'Tagi'
[Posts]
other = 'Posty'

View File

@@ -0,0 +1,18 @@
[Recent]
other = 'Postagens Recentes'
[Popular]
other = 'Postagens'
[error404]
other = 'Esta página não existe, vá'
[home]
other = 'Início'
[nothing]
other = 'Nada para ver aqui, ainda 😉'
[previous]
other = 'Anterior'
[next]
other = 'Próximo'
[tags]
other = 'Marcadores'
[Posts]
other = 'Postagens'

View File

@@ -0,0 +1,14 @@
[Recent]
other = 'Новые'
[error404]
other = 'Данная страница не существует'
[home]
other = 'домой'
[nothing]
other = 'Здесь пока нечего смотреть 😉'
[previous]
other = 'Предыдущий'
[next]
other = 'Вперед'
[tags]
other = 'Теги'

View File

@@ -0,0 +1,18 @@
[Recent]
other = '最近的文章'
[Popular]
other = '文章'
[error404]
other = '這個頁面並不存在'
[home]
other = '首頁'
[nothing]
other = '目前沒有東西存在 😉'
[previous]
other = '前一則'
[next]
other = '下一則'
[tags]
other = '標籤'
[Posts]
other = '文章'