mirror of
https://github.com/SillyTavern/SillyTavern.git
synced 2025-06-05 21:59:27 +02:00
Work on tl
This commit is contained in:
6
public/scripts/templates/chatRename.html
Normal file
6
public/scripts/templates/chatRename.html
Normal file
@@ -0,0 +1,6 @@
|
||||
<h3 data-i18n="chat_rename_1">Enter the new name for the chat:</h3>
|
||||
<small>
|
||||
<span data-i18n="chat_rename_2">!!Using an existing filename will produce an error!!</span><br>
|
||||
<span data-i18n="chat_rename_3">This will break the link between checkpoint chats.</span><br>
|
||||
<span data-i18n="chat_rename_4">No need to add '.jsonl' at the end.</span><br>
|
||||
</small>
|
4
public/scripts/templates/newChatConfirm.html
Normal file
4
public/scripts/templates/newChatConfirm.html
Normal file
@@ -0,0 +1,4 @@
|
||||
<label for="del_chat_checkbox" class="checkbox_label justifyCenter" data-i18n="[title]If necessary, you can later restore this chat file from the /backups folder" title="If necessary, you can later restore this chat file from the /backups folder">
|
||||
<input type="checkbox" id="del_chat_checkbox" />
|
||||
<small data-i18n="Also delete the current chat file">Also delete the current chat file</small>
|
||||
</label>
|
1
public/scripts/templates/proxyConnectionWarning.html
Normal file
1
public/scripts/templates/proxyConnectionWarning.html
Normal file
@@ -0,0 +1 @@
|
||||
<span data-i18n="Are you sure you want to connect to the following proxy URL?">Are you sure you want to connect to the following proxy URL?</span><var>{{proxyURL}}</var>
|
Reference in New Issue
Block a user