From eac51ac6f55ef1e800e182ac5bfa2af8c8413806 Mon Sep 17 00:00:00 2001 From: Hosted Weblate Date: Tue, 20 Aug 2024 23:09:18 +0200 Subject: [PATCH] translationBot(ui): update translation files Updated by "Cleanup translation files" hook in Weblate. Co-authored-by: Hosted Weblate Translate-URL: https://hosted.weblate.org/projects/invokeai/web-ui/ Translation: InvokeAI/Web UI --- invokeai/frontend/web/public/locales/it.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/invokeai/frontend/web/public/locales/it.json b/invokeai/frontend/web/public/locales/it.json index 886832b691..796e5e4806 100644 --- a/invokeai/frontend/web/public/locales/it.json +++ b/invokeai/frontend/web/public/locales/it.json @@ -1782,7 +1782,6 @@ "updatePromptTemplate": "Aggiorna il modello di prompt", "type": "Tipo", "promptTemplatesDesc2": "Utilizza la stringa segnaposto
{{placeholder}}
per specificare dove inserire il tuo prompt nel modello.", - "importTemplates": "Importa modelli di prompt", - "importTemplatesDesc": "Il formato deve essere un CSV con colonne 'name' e 'prompt' o 'positive_prompt' e 'negative_prompt' incluse, oppure un file JSON con chiavi 'name' e 'prompt' o 'positive_prompt' e 'negative_prompt" + "importTemplates": "Importa modelli di prompt" } }