From 9d0e3e568aa5cef922ad8ea14aa1b2b39d68119d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Pfeuffer?= Date: Wed, 13 Mar 2019 09:55:43 +0100 Subject: [PATCH] Add missing translation --- scm-webapp/src/main/resources/locales/de/plugins.json | 1 + scm-webapp/src/main/resources/locales/en/plugins.json | 1 + 2 files changed, 2 insertions(+) diff --git a/scm-webapp/src/main/resources/locales/de/plugins.json b/scm-webapp/src/main/resources/locales/de/plugins.json index 0a0719ec18..90f2e1f66b 100644 --- a/scm-webapp/src/main/resources/locales/de/plugins.json +++ b/scm-webapp/src/main/resources/locales/de/plugins.json @@ -103,6 +103,7 @@ "errorCode": "Fehlercode", "transactionId": "Transaktions-ID", "moreInfo": "Für mehr Informationen, siehe", + "violations": "Ungültige Werte:", "AGR7UzkhA1": { "displayName": "Nicht gefunden", "description": "Der gewünschte Datensatz konnte nicht gefunden werden. Möglicherweise wurde er in einer weiteren Session gelöscht." diff --git a/scm-webapp/src/main/resources/locales/en/plugins.json b/scm-webapp/src/main/resources/locales/en/plugins.json index 86e8a40df1..fd2fb1eba5 100644 --- a/scm-webapp/src/main/resources/locales/en/plugins.json +++ b/scm-webapp/src/main/resources/locales/en/plugins.json @@ -103,6 +103,7 @@ "errorCode": "Error Code", "transactionId": "Transaction ID", "moreInfo": "For more information, see", + "violations": "Violations:", "AGR7UzkhA1": { "displayName": "Not found", "description": "The requested entity could not be found. It may have been deleted in another session."