83 lines
3.1 KiB
TypeScript
Raw Normal View History

2024-04-27 19:18:49 +08:00
export default {
language: {
["login"]: "login",
["home"]: "home",
2024-07-01 23:57:01 +08:00
["file-management"]: "file management",
["document-library"]: "document library",
2024-06-04 00:13:03 +08:00
["table-management"]: "table management",
2024-05-27 13:05:29 +08:00
["common-table"]: "common table",
2024-05-30 23:42:18 +08:00
["custom-table"]: "custom table",
2024-06-04 00:13:03 +08:00
["form-management"]: "form management",
["common-form"]: "common form",
2024-06-18 00:01:23 +08:00
["step-form"]: "step form",
2024-04-27 19:18:49 +08:00
["multilevel-menu"]: "multilevel menu",
["second-menu-1"]: "second-menu-1",
["second-menu-2"]: "second-menu-2",
["third-menu-1"]: "third-menu-1",
["third-menu-2"]: "third-menu-2",
["third-menu-3"]: "third-menu-3",
["third-menu-4"]: "third-menu-4",
["third-menu-5"]: "third-menu-5",
["third-menu-6"]: "third-menu-6",
["third-menu-7"]: "third-menu-7",
["third-menu-8"]: "third-menu-8",
["third-menu-9"]: "third-menu-9",
2024-07-14 10:29:24 +08:00
["common-component"]: "common component",
["player"]: "player",
["print"]: "print",
["draggable"]: "draggable",
["editor"]: "editor",
["markdown"]: "Markdown",
2024-07-12 18:30:09 +08:00
["custom-instruction"]: "custom instruction",
["anti-shake"]: "anti shake",
["throttle"]: "throttle",
["test-instruction"]: "test instruction",
2024-06-16 22:57:26 +08:00
["personal-center"]: "personal center",
["userinfo"]: "userinfo",
["user-settings"]: "user settings",
2024-07-15 13:05:20 +08:00
["system-management"]: "system management",
["account-management"]: "account management",
["role-management"]: "role management",
["menu-management"]: "menu management",
["division-management"]: "division management",
["dictionary-management"]: "dictionary management",
["system-log"]: "system log",
2024-06-27 17:48:32 +08:00
["external-links"]: "external links",
2024-06-29 17:11:31 +08:00
["inline-page"]: "inline page",
["uigradients"]: "uigradients",
["color-taking-tool"]: "color taking tool",
["grid-generator"]: "grid generator",
["external-page"]: "external link page",
["link-vue"]: "vue",
["link-vite"]: "vite",
2024-06-29 17:11:31 +08:00
["link-gitee"]: "gitee",
["link-juejin"]: "juejin",
2024-04-27 19:18:49 +08:00
["about-project"]: "about project",
["not-power"]: "No permission",
["not-found"]: "Page not found",
["zh-CN"]: "中文",
2024-04-27 19:18:49 +08:00
["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",
2024-04-29 17:11:33 +08:00
["internationalization"]: "internationalization",
["switch-to-night-mode"]: "switch to night mode",
["switch-to-daytime-mode"]: "switch to daytime mode",
["full-screen"]: "full screen",
2024-05-03 16:00:59 +08:00
["exit-full-screen"]: "exit full screen",
2024-04-29 17:11:33 +08:00
["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",
2024-06-16 23:29:01 +08:00
["backlog"]: "Backlog",
["switch-language-to-preview"]: "Please switch the language to preview the internationalization effect"
2024-04-27 19:18:49 +08:00
}
};