From 89a066fd38ab044c966ada0a68b127efebcfb862 Mon Sep 17 00:00:00 2001 From: Eduard Heimbuch Date: Wed, 10 Jul 2019 10:30:23 +0200 Subject: [PATCH] add Translations --- .../src/main/resources/locales/de/plugins.json | 12 ++++++++---- .../src/main/resources/locales/en/plugins.json | 12 ++++++++---- 2 files changed, 16 insertions(+), 8 deletions(-) diff --git a/scm-webapp/src/main/resources/locales/de/plugins.json b/scm-webapp/src/main/resources/locales/de/plugins.json index 92b81c5772..1e46b5aeac 100644 --- a/scm-webapp/src/main/resources/locales/de/plugins.json +++ b/scm-webapp/src/main/resources/locales/de/plugins.json @@ -68,12 +68,16 @@ }, "plugin": { "read": { - "displayName": "Alle Plugins lesen", - "description": "Darf alle installierten und verfügbaren Plugins lesen" + "*": { + "displayName": "Alle Plugins lesen", + "description": "Darf alle installierten und verfügbaren Plugins lesen" + } }, "read,write": { - "displayName": "Alle Plugins lesen und verwalten", - "description": "Darf alle installierten und verfügbaren Plugins lesen und verwalten" + "*": { + "displayName": "Alle Plugins lesen und verwalten", + "description": "Darf alle installierten und verfügbaren Plugins lesen und verwalten" + } } }, "unknown": "Unbekannte Berechtigung" diff --git a/scm-webapp/src/main/resources/locales/en/plugins.json b/scm-webapp/src/main/resources/locales/en/plugins.json index 3db2ce7c65..77c1534fed 100644 --- a/scm-webapp/src/main/resources/locales/en/plugins.json +++ b/scm-webapp/src/main/resources/locales/en/plugins.json @@ -68,12 +68,16 @@ }, "plugin": { "read": { - "displayName": "Read all plugins", - "description": "May see all installed and available plugins" + "*": { + "displayName": "Read all plugins", + "description": "May see all installed and available plugins" + } }, "read,write": { - "displayName": "Read and manage all plugins", - "description": "May read and manage all installed and available plugins" + "*": { + "displayName": "Read and manage all plugins", + "description": "May see and manage all installed and available plugins" + } } }, "unknown": "Unknown permission"