From 4fc29355d81b70d9bf74ffd4048707a00176fa42 Mon Sep 17 00:00:00 2001 From: mic Date: Mon, 15 Jul 2024 23:54:31 +0200 Subject: [PATCH] added custom prompts import i18n messages. see #65 --- _locales/en/messages.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index a5bd1eff..41d7d82e 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -350,5 +350,25 @@ "customPrompts_Import": { "message": "Import new Prompts", "description": "" + }, + "importPrompts_confirmText": { + "message": "You are about to import new prompts. Existing prompts with the same ID will be overwritten. Prompts with new IDs will be added. If everything is correct after the import, click on the 'Save' button.", + "description": "" + }, + "customPrompts_start_import": { + "message": "Starting Custom Promptsimport...", + "description": "" + }, + "customPrompts_import_completed": { + "message": "Custom Prompts import completed!", + "description": "" + }, + "importPrompts_invalidFile": { + "message": "The file you're trying to import is not a valid Custom Prompts file.", + "description": "" + }, + "importPrompts_invalidPrompts": { + "message": "The file you're trying to import does not contain any valid prompts.", + "description": "" } } \ No newline at end of file