nnnjjj123
2020-11-17 1b2c1edb61190eeb19f465ff031eaa3b2a1b8dbc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
define({
    root: {
        // Common
        clear: 'clear',
        moduleDocumentation: '${0} documentation',
        moduleConfiguration: '${0} configuration',
 
        // Laboratory
        laboratory: 'laboratory',
        about: 'About',
        docs: 'Docs',
        preview: 'Preview',
        code: 'Code',
        demoInstructions: 'Use the controls on the left to generate a dgrid instance.',
 
        // About dialog
        aboutTitle: 'Welcome to the laboratory!',
        appDescription: 'This application allows you to experiment with many of dgrid\'s features.',
        appInstructions1: 'Create, reorder, and configure columns in the Columns tab on the left',
        appInstructions2: 'Choose and configure mixins and extensions in the Features tabs',
        appInstructions3: 'As you make changes, the main area will update to display a grid based on your' +
            ' configuration.  The Code tab displays code which can be used to achieve the chosen configuration.',
        appInformation: 'Note that while this application demonstrates many of dgrid\'s features, it does not' +
            ' demonstrate all of them.  Namely, it does not include a way to configure advanced column structures,' +
            ' such as sub-rows, <a href="${docBaseUrl}components/mixins/ColumnSet.md" target="_blank">column sets' +
            '</a>, and <a href="${docBaseUrl}components/extensions/CompoundColumns.md" target="_blank">compound' +
            ' columns</a>.',
 
        // FeatureGrid
        dstoreObjectStore: 'dstore object store',
        array: 'array',
        gridFeatures: 'Grid Features',
        columnFeatures: 'Column Features',
        columns: 'Columns',
 
        // data/features.js
        infoKeyboard: 'Keyboard navigation and selection',
        infoSelection: 'Row selection',
        infoCellSelection: 'Cell selection',
        infoTree: 'Render hierarchical data under collapsible nodes',
        infoPagination: 'Paged data views',
        infoDijitRegistry: 'Add dgrid instances to Dijit\'s registry',
        infoDnD: 'Re-order rows with drag and drop',
        infoEditor: 'Edit values in grid cells',
        infoColumnHider: 'UI to show or hide individual columns',
        infoColumnReorder: 'Re-order columns with drag and drop',
        infoColumnResizer: 'Resize columns',
        infoSelector: 'Define a column with checkboxes/radios for selecting rows',
 
        // ConfigForms
        done: 'Done',
        configuration: 'configuration',
        documentation: 'documentation',
        // Tree
        parentNodeColumn: 'Parent node column',
 
        // ColumnGrid and ColumnConfigForm
        fieldNamePlaceholder: 'Column Title',
        fieldName: 'Field Name',
        fieldLabelPlaceholder: 'Field label',
        label: 'Label',
        addColumn: 'Add column',
        dragToMove: 'Drag to move',
        edit: 'Edit',
        'delete': 'Delete',
        generalColumnProperties: 'Column Settings',
        mixinColumnProperties: 'Mixin column properties',
        moduleProperties: '${0} properties'
    }
});