From 9d664bc679b5ff61a9490ee29421beabbf1d15dd Mon Sep 17 00:00:00 2001 From: Yokayo Date: Wed, 6 Nov 2024 01:33:24 +0700 Subject: [PATCH] Update tl --- public/css/promptmanager.css | 2 +- public/index.html | 4 +- public/locales/ru-ru.json | 98 +++++++++++++++++-- public/script.js | 4 +- public/scripts/bookmarks.js | 3 +- public/scripts/extensions/regex/dropdown.html | 2 +- public/scripts/extensions/regex/editor.html | 10 +- public/scripts/extensions/regex/index.js | 3 +- public/scripts/openai.js | 8 +- public/scripts/personas.js | 63 ++++++------ public/scripts/tags.js | 39 +------- public/scripts/templates/forbidMedia.html | 4 +- public/scripts/templates/tagManagement.html | 33 +++++++ public/scripts/templates/welcome.html | 2 +- 14 files changed, 181 insertions(+), 94 deletions(-) create mode 100644 public/scripts/templates/tagManagement.html diff --git a/public/css/promptmanager.css b/public/css/promptmanager.css index 24bc05bfc..57113fa85 100644 --- a/public/css/promptmanager.css +++ b/public/css/promptmanager.css @@ -333,7 +333,7 @@ } .completion_prompt_manager_popup_entry_form_control:has(#completion_prompt_manager_popup_entry_form_prompt:disabled)>div:first-child::after { - content: 'The content of this prompt is pulled from elsewhere and cannot be edited here.'; + content: attr(external_piece_text); display: block; width: 100%; font-weight: 600; diff --git a/public/index.html b/public/index.html index bec847ba6..7ccf005dc 100644 --- a/public/index.html +++ b/public/index.html @@ -2782,7 +2782,7 @@
-

Claude API Key

+

Claude API Key

Get your key from Anthropic's developer console.
@@ -5999,7 +5999,7 @@
-
+
diff --git a/public/scripts/extensions/regex/editor.html b/public/scripts/extensions/regex/editor.html index e9603bd7d..6b2e760f7 100644 --- a/public/scripts/extensions/regex/editor.html +++ b/public/scripts/extensions/regex/editor.html @@ -70,25 +70,25 @@