mirror of
https://github.com/Yidadaa/ChatGPT-Next-Web.git
synced 2025-08-10 13:55:04 +08:00
perf: improve prompt list performance
This commit is contained in:
@@ -121,6 +121,9 @@ const de: LocaleType = {
|
||||
Add: "Add One",
|
||||
Search: "Search Prompts",
|
||||
},
|
||||
EditModal: {
|
||||
Title: "Edit Prompt",
|
||||
},
|
||||
},
|
||||
HistoryCount: {
|
||||
Title: "Anzahl der angehängten Nachrichten",
|
||||
@@ -230,6 +233,14 @@ const de: LocaleType = {
|
||||
NotShow: "Not Show Again",
|
||||
ConfirmNoShow: "Confirm to disable?You can enable it in settings later.",
|
||||
},
|
||||
|
||||
UI: {
|
||||
Confirm: "Confirm",
|
||||
Cancel: "Cancel",
|
||||
Close: "Close",
|
||||
Create: "Create",
|
||||
Edit: "Edit",
|
||||
},
|
||||
};
|
||||
|
||||
export default de;
|
||||
|
Reference in New Issue
Block a user