From 1dd63c29ec8715a8fcaa9b088f56fd9d8cc15ad5 Mon Sep 17 00:00:00 2001 From: Nicola Murino Date: Sun, 17 Mar 2024 11:53:45 +0100 Subject: [PATCH] update translations Signed-off-by: Nicola Murino --- static/locales/en/translation.json | 2 +- static/locales/it/translation.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/static/locales/en/translation.json b/static/locales/en/translation.json index e019fdce..1ae2008b 100644 --- a/static/locales/en/translation.json +++ b/static/locales/en/translation.json @@ -553,7 +553,7 @@ "group": { "view_manage": "View and manage groups", "err_delete_referenced": "Cannot delete a group with associated users, remove associations first", - "help": "The %username% placeholder will be replaced with the username of the associated users" + "help": "The %username% placeholder will be replaced with the username of the associated users, %role% with their role" }, "virtual_folders": { "view_manage": "View and manage virtual folders", diff --git a/static/locales/it/translation.json b/static/locales/it/translation.json index 216fc1ad..c6dc0bc6 100644 --- a/static/locales/it/translation.json +++ b/static/locales/it/translation.json @@ -553,7 +553,7 @@ "group": { "view_manage": "Visualizza e gestisci gruppi", "err_delete_referenced": "Impossibile eliminare un gruppo con utenti associati, rimuovere prima le associazioni", - "help": "Il segnaposto %username% verrĂ  sostituito con il nome utente degli utenti associati" + "help": "Il segnaposto %username% verrĂ  sostituito con il nome utente degli utenti associati, %role% con il loro ruolo" }, "virtual_folders": { "view_manage": "Visualizza e gestisci cartelle virtuali",