en-US.ts.ftl 9.1 KB
Newer Older
1 2 3 4 5
<#ibiztemplate>
TARGET=PSSYSAPP
</#ibiztemplate>
<#ibizinclude>../@MACRO/FUNC.ts</#ibizinclude>
<#list app.getAllPSAppDataEntities() as dataEntitey>
tony001's avatar
tony001 committed
6
import ${dataEntitey.getCodeName()?lower_case}_en_US from '@locale/lanres/entities/${srffilepath2(dataEntitey.getCodeName())}/${srffilepath2(dataEntitey.getCodeName())}_en_US';
7 8 9 10 11 12 13 14 15 16
</#list>
import components_en_US from '@locale/lanres/components/components_en_US';
import codelist_en_US from '@locale/lanres/codelist/codelist_en_US';
import userCustom_en_US from '@locale/lanres/userCustom/userCustom_en_US';
<#assign langrestype = 'EN'/>

export default {
<#--  local langue english  -->
    app: {
        commonWords:{
tony001's avatar
tony001 committed
17 18 19 20
            error: "Error",
            success: "Success",
            ok: "OK",
            cancel: "Cancel",
21
            save: "Save",
22 23 24 25
            codeNotExist: 'Code list does not exist',
            reqException: "Request exception",
            sysException: "System abnormality",
            warning: "Warning",
26
            wrong: "Error",
27 28 29
            rulesException: "Abnormal value check rule",
            saveSuccess: "Saved successfully",
            saveFailed: "Save failed",
30 31 32
            deleteSuccess: "Successfully deleted!",
            deleteError: "Failed to delete",
            delDataFail: "Failed to delete data",
33
            noData: "No data",
Mosher's avatar
Mosher committed
34 35
            startsuccess:"Start successful",
            loadmore:"Load more",
Shine-zwj's avatar
Shine-zwj committed
36 37
            nomore:"No more",
            other:"other"
38
        },
tony001's avatar
tony001 committed
39
        local:{
40 41
            new: "New",
            add: "Add",
tony001's avatar
tony001 committed
42
        },
43
        gridpage: {
tony001's avatar
tony001 committed
44 45 46 47 48
            choicecolumns: "Choice columns",
            refresh: "refresh",
            show: "Show",
            records: "records",
            totle: "totle",
49 50
            noData: "No data",
            valueVail: "Value cannot be empty",
51 52
            group:"Group",
            other:"Other",
53 54 55 56 57 58
            notConfig: {
                fetchAction: "The view table fetchaction parameter is not configured",
                removeAction: "The view table removeaction parameter is not configured",
                createAction: "The view table createaction parameter is not configured",
                updateAction: "The view table updateaction parameter is not configured",
                loaddraftAction: "The view table loadtrafaction parameter is not configured",
59
            },
60 61 62 63
            data: "Data",
            delDataFail: "Failed to delete data",
            delSuccess: "Delete successfully!",
            confirmDel: "Are you sure you want to delete",
64
            notRecoverable: "delete will not be recoverable?",
65 66 67 68 69
            notBatch: "Batch addition not implemented",
            grid: "Grid",
            exportFail: "Data export failed",
            sum: "Total",
            formitemFailed: "Form item update failed",
70
        },
71 72 73 74 75 76 77 78
        list: {
            notConfig: {
                fetchAction: "View list fetchAction parameter is not configured",
                removeAction: "View table removeAction parameter is not configured",
                createAction: "View list createAction parameter is not configured",
                updateAction: "View list updateAction parameter is not configured",
            },
            confirmDel: "Are you sure you want to delete",
79
            notRecoverable: "delete will not be recoverable?",
80
        },
81
        listExpBar: {
82 83 84 85 86
            title: "List navigation bar",
        },
        wfExpBar: {
            title: "Process navigation bar",
        },
87 88 89
        calendarExpBar:{
            title: "Calendar navigation bar",
        },
90 91 92
        treeExpBar: {
            title: "Tree view navigation bar",
        },
93 94
        portlet: {
            noExtensions: "No extensions",
95
        },
96 97
        tabpage: {
            sureclosetip: {
tony001's avatar
tony001 committed
98 99
                title: "Close warning",
                content: "Form data Changed, are sure close?",
100
            },
tony001's avatar
tony001 committed
101 102
            closeall: "Close all",
            closeother: "Close other",
103 104
        },
        fileUpload: {
tony001's avatar
tony001 committed
105
            caption: "Upload",
106 107
        },
        searchButton: {
tony001's avatar
tony001 committed
108 109
            search: "Search",
            reset: "Reset",
110 111
        },
        calendar:{
tony001's avatar
tony001 committed
112 113 114 115 116 117 118
          today: "today",
          month: "month",
          week: "week",
          day: "day",
          list: "list",
          dateSelectModalTitle: "select the time you wanted",
          gotoDate: "goto",
119 120
          from: "From",
          to: "To",
121 122 123 124 125 126 127 128
        },
        // 非实体视图
        views: {
            <#if app.isPubRefViewOnly()><#assign allAppViews = app.getAllRefPSAppViews()/><#else><#assign allAppViews = app.getAllPSAppViews()/></#if>
            <#if allAppViews??>
            <#list allAppViews as obj>
            <#if !obj.isPSDEView()>
            ${obj.getCodeName()?lower_case}: {
tony001's avatar
tony001 committed
129 130
                caption: "<#ibizinclude>../@MACRO/CAPTIONLANG.ts</#ibizinclude>",
                title: "<@getTitleLanguage obj langrestype />",
131 132 133 134 135 136 137 138 139 140 141 142 143 144
            },
            </#if>
            </#list>
            </#if>
        },
        utilview:{
            importview:"Import Data",
            warning:"warning",
            info:"Please configure the data import item"    
        },
        menus: {
            <#list app.getAllPSAppMenuModels() as menu>
            ${menu.getCodeName()?lower_case}: {
                <#list menu.getAllPSAppMenuItems() as obj>
tony001's avatar
tony001 committed
145
                ${obj.getName()?lower_case}: "<#ibizinclude>../@MACRO/CAPTIONLANG.ts</#ibizinclude>",
146 147 148 149
                </#list>
            },
            </#list>
        },
Mosher's avatar
Mosher committed
150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171
        formpage:{
            error: "Error",
            desc1: "Operation failed, failed to find current form item",
            desc2: "Can't continue",
            notconfig: {
                loadaction: "View form loadAction parameter is not configured",
                loaddraftaction: "View form loaddraftAction parameter is not configured",
                actionname: "View form actionName parameter is not configured",
                removeaction: "View form removeAction parameter is not configured",
            },
            saveerror: "Error saving data",
            savecontent: "The data is inconsistent. The background data may have been modified. Do you want to reload the data?",
            valuecheckex: "Value rule check exception",
            savesuccess: "Saved successfully!",
            deletesuccess: "Successfully deleted!",  
            workflow: {
                starterror: "Workflow started successfully",
                startsuccess: "Workflow failed to start",
                submiterror: "Workflow submission failed",
                submitsuccess: "Workflow submitted successfully",
            },
            updateerror: "Form item update failed",       
172 173 174 175 176 177 178 179 180 181
        },
        gridBar: {
            title: "Table navigation bar",
        },
        multiEditView: {
            notConfig: {
                fetchAction: "View multi-edit view panel fetchAction parameter is not configured",
                loaddraftAction: "View multi-edit view panel loaddraftAction parameter is not configured",
            },
        },
182 183 184
        dataViewExpBar: {
            title: "Card view navigation bar",
        },
185 186 187 188 189
        kanban: {
            notConfig: {
                fetchAction: "View list fetchAction parameter is not configured",
                removeAction: "View table removeAction parameter is not configured",
            },
190 191
            delete1: "Confirm to delete ",
            delete2: "the delete operation will be unrecoverable!",
192
        },
193 194 195 196 197
        dashBoard: {
            handleClick: {
                title: "Panel design",
            },
        },
198 199 200 201 202 203 204 205 206
        dataView: {
            sum: "total",
            data: "data",
        },
        chart: {
            undefined: "Undefined",
            quarter: "Quarter",   
            year: "Year",
        },
207
        searchForm: {
208 209 210 211
            notConfig: {
                loadAction: "View search form loadAction parameter is not configured",
                loaddraftAction: "View search form loaddraftAction parameter is not configured",
            },
212 213
            custom: "Store custom queries",
            title: "Name",
214 215 216 217 218
        },
        wizardPanel: {
            back: "Back",
            next: "Next",
            complete: "Complete",
219
            preactionmessage:"The calculation of the previous behavior is not configured"
220
        },
221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238
        viewLayoutPanel: {
            appLogoutView: {
                prompt1: "Dear customer, you have successfully exited the system, after",
                prompt2: "seconds, we will jump to the",
                logingPage: "login page",
            },
            appWfstepTraceView: {
                title: "Application process processing record view",
            },
            appWfstepDataView: {
                title: "Application process tracking view",
            },
            appLoginView: {
                username: "Username",
                password: "Password",
                login: "Login",
            },
        },
239 240 241 242 243 244 245 246 247 248
    },
    entities: {
        <#list app.getAllPSAppDataEntities() as dataEntitey>
        ${dataEntitey.getCodeName()?lower_case}: ${dataEntitey.getCodeName()?lower_case}_en_US,
        </#list>
    },
    components: components_en_US,
    codelist: codelist_en_US,
    userCustom: userCustom_en_US,
};