Skip to content
Snippets Groups Projects
zh.js 1.24 KiB
Newer Older
  • Learn to ignore specific revisions
  • Pan's avatar
    Pan committed
    export default {
      route: {
        dashboard: '首页',
        introduction: '简述',
    
    Pan's avatar
    Pan committed
        documentation: '文档',
    
    Pan's avatar
    Pan committed
        permission: '权限测试页',
        icons: '图标',
        components: '组件',
        componentIndex: '介绍',
        tinymce: '富文本编辑器',
        markdown: 'Markdown',
        jsonEditor: 'JSON编辑器',
        dndList: '列表拖拽',
        splitPane: 'Splitpane',
        avatarUpload: '头像上传',
        dropzone: 'Dropzone',
        sticky: 'Sticky',
        countTo: 'CountTo',
        componentMixin: '小组件',
        backToTop: '返回顶部',
        charts: '图表',
        keyboardChart: '键盘图表',
        lineChart: '折线图',
        mixChart: '混合图表',
        example: '综合实例',
        Table: 'Table',
        dynamicTable: '动态table',
        dragTable: '拖拽table',
        inlineEditTable: 'table内编辑',
    
    Pan's avatar
    Pan committed
        complexTable: '综合table',
    
    Pan's avatar
    Pan committed
        tab: 'Tab',
        form: '表单',
        createForm: '创建表单',
        editForm: '编辑表单',
        errorPages: '错误页面',
        page401: '401',
        page404: '404',
        errorLog: '错误日志',
        excel: 'excel',
        exportExcel: 'export excel',
        selectExcel: 'export selected',
        uploadExcel: 'upload excel',
        exportZip: 'zip',
        theme: '换肤',
        clipboardDemo: 'clipboard',
        i18n: '国际化'
      }
    }