From e9256c27df06eb7c2a588f0895282ca5d8044cda Mon Sep 17 00:00:00 2001 From: mic Date: Mon, 13 May 2024 22:36:37 +0200 Subject: [PATCH] some fields added --- _locales/en/messages.json | 45 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) diff --git a/_locales/en/messages.json b/_locales/en/messages.json index 19a0be68..5d56f6c2 100644 --- a/_locales/en/messages.json +++ b/_locales/en/messages.json @@ -54,6 +54,51 @@ "description": "" }, + "customPrompts_managePrompts": { + "message": "Manage Prompts", + "description": "" + }, + + "customPrompts_managePrompts_statement": { + "message": "Manage your custom prompts.", + "description": "" + }, + + "customPrompts_form_label_ID": { + "message": "ID", + "description": "" + }, + + "customPrompts_form_label_ID_rules": { + "message": "Must be unique and without spaces", + "description": "" + }, + + "customPrompts_form_label_Name": { + "message": "Name", + "description": "" + }, + + "customPrompts_form_label_Text": { + "message": "Text", + "description": "" + }, + + "customPrompts_form_label_Action": { + "message": "Action", + "description": "" + }, + + "customPrompts_form_label_need_selected": { + "message": "Need selection", + "description": "" + }, + + "customPrompts_form_label_need_signature": { + "message": "Need signature", + "description": "" + }, + "customPrompts_btnSaveAll": { "message": "Save All", "description": ""