Skip to content
Snippets Groups Projects
en.js 1.21 KiB
Newer Older
  • Learn to ignore specific revisions
  • Pan's avatar
    Pan committed
    export default {
      route: {
    
    Pan's avatar
    Pan committed
        dashboard: 'Dashboard',
        introduction: 'Introduction',
    
    Pan's avatar
    Pan committed
        documentation: 'Documentation',
    
    Pan's avatar
    Pan committed
        permission: 'Permission',
        icons: 'Icons',
        components: 'Components',
        componentIndex: 'Introduction',
        tinymce: 'Tinymce',
    
    Pan's avatar
    Pan committed
        markdown: 'Markdown',
        jsonEditor: 'JSON Editor',
    
    Pan's avatar
    Pan committed
        dndList: 'Dnd List',
        splitPane: 'SplitPane',
        avatarUpload: 'Avatar Upload',
    
    Pan's avatar
    Pan committed
        dropzone: 'Dropzone',
        sticky: 'Sticky',
        countTo: 'CountTo',
        componentMixin: 'Mixin',
    
    Pan's avatar
    Pan committed
        backToTop: 'BackToTop',
        charts: 'Charts',
        keyboardChart: 'Keyboard Chart',
        lineChart: 'Line chart',
        mixChart: 'Mix Chart',
        example: 'Example',
    
    Pan's avatar
    Pan committed
        Table: 'Table',
    
    Pan's avatar
    Pan committed
        dynamicTable: 'Dynamic Table',
        dragTable: 'Drag Table',
        inlineEditTable: 'Inline Edit',
        complexTable: 'Complex Table',
    
    Pan's avatar
    Pan committed
        tab: 'Tab',
        form: 'Form',
    
    Pan's avatar
    Pan committed
        createForm: 'Create Form',
        editForm: 'Edit Form',
        errorPages: 'Error Pages',
    
    Pan's avatar
    Pan committed
        page401: '401',
        page404: '404',
    
    Pan's avatar
    Pan committed
        errorLog: 'Error Log',
        excel: 'Excel',
        exportExcel: 'Export Excel',
        selectExcel: 'Export Selected',
        uploadExcel: 'Upload Excel',
        exportZip: 'Zip',
        theme: 'Theme',
        clipboardDemo: 'Clipboard',
        i18n: 'I18n'
    
    Pan's avatar
    Pan committed
      }
    }