From 0faa359578c6a7d222bf62bbebf01edc79563919 Mon Sep 17 00:00:00 2001 From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch> Date: Mon, 6 Jan 2025 16:31:08 +0100 Subject: [PATCH] add lang textss --- config/lang/de-de.json | 1 + config/lang/en-en.json | 1 + 2 files changed, 2 insertions(+) diff --git a/config/lang/de-de.json b/config/lang/de-de.json index 87765b90..89dfda15 100644 --- a/config/lang/de-de.json +++ b/config/lang/de-de.json @@ -79,6 +79,7 @@ "class-project-error-archivedir-empty": "FEHLER::KONFIGURATION: Das Archiv-Verzeichnis ($aConfig["archiveDir"]) ist leer; es muss auf ein Verzeichnis zeigen.", "class-project-error-build-dir-was-not-created": "Das Verzeichnis %s wurde nicht angelegt.", "class-project-error-build-type-not-supported": "Repository Typ %s wird nicht unterstützt.", + "class-project-error-unable-to-read-vcs-metadata": "Die VCS Metadaten zum Branch konnten nicht gelesen werden.", "class-project-error-build-docroot-not-found": "Es gibt kein Unterverzeichnis "public_html" oder "public" im Arbeitsverzeichnis.", "class-project-error-build-packaging-failed": "Build schlug beim Erstellen der Pakete fehl.", "class-project-error-command-failed": "Eines der Kommandos ist fehlgeschlagen (s. Fehlermeldung in der Ausgabe).<br>Frage ggf. den Administrator. Das Arbeitsverzeichnis wird für eine Analyse nicht gelöscht.", diff --git a/config/lang/en-en.json b/config/lang/en-en.json index a909472a..c4a823bc 100644 --- a/config/lang/en-en.json +++ b/config/lang/en-en.json @@ -78,6 +78,7 @@ "class-project-error-archivedir-empty": "ERROR::CONFIG: The archive directory ($aConfig["archiveDir"]) is empty; it must point to a directory.", "class-project-error-build-dir-was-not-created": "The directory %s was not created.", "class-project-error-build-type-not-supported": "Repository type %s is not supported.", + "class-project-error-unable-to-read-vcs-metadata": "Unable to read vcs metadata.", "class-project-error-build-docroot-not-found": "There is no subdirectory "public_html" or "public" in the working directory.", "class-project-error-build-packaging-failed": "Build failed while creating the packages.", "class-project-error-command-failed": "The execution of a command failed (see error message in the output below).<br>Ask your admin. The working directory was NOT deleted that you can analyze the problem.", -- GitLab