93 lines
2.9 KiB
TypeScript

export default {
system: {
["login"]: "login",
["not-power"]: "No permission",
["not-found"]: "Page not found",
["zh-CN"]: "中文",
["en-US"]: "English",
["refresh"]: "refresh",
["close-current"]: "close current",
["close-left-side"]: "close left side",
["close-right-side"]: "close right side",
["close-other"]: "close other",
["close-all"]: "close all",
["switch-to-night-mode"]: "switch to night mode",
["switch-to-daytime-mode"]: "switch to daytime mode",
["full-screen"]: "full screen",
["exit-full-screen"]: "exit full screen",
["system-settings"]: "system settings",
["theme-settings"]: "theme settings",
["personal-information"]: "personal information",
["change-password"]: "change password",
["project-address"]: "project address",
["logout"]: "logout",
["notice"]: "Notice",
["message"]: "Message",
["backlog"]: "Backlog",
["switch-language-to-preview"]: "Please switch the language to preview the internationalization effect"
},
menu: {
["home"]: "home",
["file"]: "file",
["document-library"]: "document-library",
["table"]: "table",
["common-table"]: "common-table",
["custom-table"]: "custom-table",
["form"]: "form",
["common-form"]: "common-form",
["step-form"]: "step-form",
["multilevel"]: "multilevel",
["second-1"]: "second-1",
["second-2"]: "second-2",
["third-1"]: "third-1",
["third-2"]: "third-2",
["third-3"]: "third-3",
["third-4"]: "third-4",
["third-5"]: "third-5",
["third-6"]: "third-6",
["third-7"]: "third-7",
["third-8"]: "third-8",
["third-9"]: "third-9",
["component"]: "component",
["player"]: "player",
["print"]: "print",
["draggable"]: "draggable",
["editor"]: "editor",
["newbie"]: "newbie",
["icon-selector"]: "icon-selector",
["user-center"]: "user-center",
["fingerprintjs2"]: "fingerprintjs2",
["barcode"]: "barcode",
["markdown"]: "Markdown",
["directive"]: "directive",
["anti-shake"]: "anti-shake",
["throttle"]: "throttle",
["test-directive"]: "test-directive",
["personal"]: "personal",
["userinfo"]: "userinfo",
["user-settings"]: "user-settings",
["system"]: "system",
["account"]: "account",
["role"]: "role",
["menu"]: "menu",
["division"]: "division",
["dictionary"]: "dictionary",
["log"]: "log",
["about"]: "about",
["link"]: "link",
["internal"]: "internal",
["uigradients"]: "uigradients",
["color-taking-tool"]: "color-taking-tool",
["grid-generator"]: "grid-generator",
["external"]: "external",
["vue"]: "vue",
["vite"]: "vite",
["github"]: "github",
["SnowAdmin-Docs"]: "SnowAdmin-Docs",
["juejin"]: "juejin",
["disable-menu"]: "disable-menu",
["hide-menu"]: "hide-menu",
["i18n"]: "i18n"
}
};