From 778bb20fc087e6a8b1eb9434d6f61630f448a366 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20D=C3=B6ring?= Date: Wed, 15 Apr 2020 18:45:17 +0000 Subject: [PATCH] Translated using Weblate (German) Currently translated at 76.4% (42 of 55 strings) Translation: YunoHost/moulinette Translate-URL: https://translate.yunohost.org/projects/yunohost/moulinette/de/ --- locales/de.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/locales/de.json b/locales/de.json index 6a6f2a19..01493e3e 100644 --- a/locales/de.json +++ b/locales/de.json @@ -41,5 +41,6 @@ "corrupted_json": "Beschädigtes JSON gelesen von {ressource:s} (reason: {error:s})", "unknown_error_reading_file": "Unbekannter Fehler beim Lesen der Datei {file:s} (reason: {error:s})", "cannot_write_file": "Kann Datei {file:s} nicht schreiben (reason: {error:s})", - "cannot_open_file": "Kann Datei {file:s} nicht öffnen (reason: {error:s})" + "cannot_open_file": "Kann Datei {file:s} nicht öffnen (reason: {error:s})", + "corrupted_yaml": "Beschädigtes JAML gelesen von {ressource:s} (reason: {error:s})" }