Add Modules

This commit is contained in:
kwaroran
2024-02-07 02:21:16 +09:00
parent 8bcae0864b
commit 68382cb38e
15 changed files with 527 additions and 20 deletions

View File

@@ -515,4 +515,17 @@ export const languageEnglish = {
license: "License",
licenseDesc: "You can choose license for the downloaders to limit the usages of your card's prompt.",
passwordDesc: "You can set a password to protect your card from unauthorized access.",
module: "Module",
modules: "Modules",
noModules: "No modules has been installed.",
createModule: "Create Module",
basicInfo: "Basic Info",
moduleContent: "Module Content",
confirmRemoveModuleFeature: "Do you really want to remove this feature? This action cannot be undone.",
editModule: "Edit Module",
importModule: "Import Module",
download: "Download",
edit: "Edit",
enableGlobal: "Enable Globally",
chatModulesInfo: "You can enable or disable modules for this chat.",
}