27 lines
811 B
TypeScript
27 lines
811 B
TypeScript
|
export const buttons = {
|
||
|
openSystemSet: "打开系统配置",
|
||
|
pureOpenSystemSet: "权限设定",
|
||
|
|
||
|
pureAccountSettings: "账户设置",
|
||
|
pureLoginOut: "退出系统",
|
||
|
pureLogin: "登录",
|
||
|
pureReload: "重新加载",
|
||
|
pureCloseCurrentTab: "关闭当前标签页",
|
||
|
pureCloseLeftTabs: "关闭左侧标签页",
|
||
|
pureCloseRightTabs: "关闭右侧标签页",
|
||
|
pureCloseOtherTabs: "关闭其他标签页",
|
||
|
pureCloseAllTabs: "关闭全部标签页",
|
||
|
pureContentFullScreen: "内容区全屏",
|
||
|
pureContentExitFullScreen: "内容区退出全屏",
|
||
|
pureClickCollapse: "点击折叠",
|
||
|
pureClickExpand: "点击展开",
|
||
|
confirm: "确认",
|
||
|
pureSwitch: "切换",
|
||
|
close: "关闭",
|
||
|
pureBackTop: "回到顶部",
|
||
|
pureOpenText: "开",
|
||
|
pureCloseText: "关",
|
||
|
rest: "重置",
|
||
|
search: "搜索"
|
||
|
};
|