en-US.ts.ftl 9.0 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",
34
            startsuccess:"Start successful"
35
        },
tony001's avatar
tony001 committed
36
        local:{
37 38
            new: "New",
            add: "Add",
tony001's avatar
tony001 committed
39
        },
40
        gridpage: {
tony001's avatar
tony001 committed
41 42 43 44 45
            choicecolumns: "Choice columns",
            refresh: "refresh",
            show: "Show",
            records: "records",
            totle: "totle",
46 47 48 49 50 51 52 53
            noData: "No data",
            valueVail: "Value cannot be empty",
            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",
54
            },
55 56 57 58
            data: "Data",
            delDataFail: "Failed to delete data",
            delSuccess: "Delete successfully!",
            confirmDel: "Are you sure you want to delete",
59
            notRecoverable: "delete will not be recoverable?",
60 61 62 63 64
            notBatch: "Batch addition not implemented",
            grid: "Grid",
            exportFail: "Data export failed",
            sum: "Total",
            formitemFailed: "Form item update failed",
65
        },
66 67 68 69 70 71 72 73
        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",
74
            notRecoverable: "delete will not be recoverable?",
75
        },
76
        listExpBar: {
77 78 79 80 81
            title: "List navigation bar",
        },
        wfExpBar: {
            title: "Process navigation bar",
        },
82 83 84
        calendarExpBar:{
            title: "Calendar navigation bar",
        },
85 86 87
        treeExpBar: {
            title: "Tree view navigation bar",
        },
88 89
        portlet: {
            noExtensions: "No extensions",
90
        },
91 92
        tabpage: {
            sureclosetip: {
tony001's avatar
tony001 committed
93 94
                title: "Close warning",
                content: "Form data Changed, are sure close?",
95
            },
tony001's avatar
tony001 committed
96 97
            closeall: "Close all",
            closeother: "Close other",
98 99
        },
        fileUpload: {
tony001's avatar
tony001 committed
100
            caption: "Upload",
101 102
        },
        searchButton: {
tony001's avatar
tony001 committed
103 104
            search: "Search",
            reset: "Reset",
105 106
        },
        calendar:{
tony001's avatar
tony001 committed
107 108 109 110 111 112 113
          today: "today",
          month: "month",
          week: "week",
          day: "day",
          list: "list",
          dateSelectModalTitle: "select the time you wanted",
          gotoDate: "goto",
114 115
          from: "From",
          to: "To",
116 117 118 119 120 121 122 123
        },
        // 非实体视图
        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
124 125
                caption: "<#ibizinclude>../@MACRO/CAPTIONLANG.ts</#ibizinclude>",
                title: "<@getTitleLanguage obj langrestype />",
126 127 128 129 130 131 132 133 134 135 136 137 138 139
            },
            </#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
140
                ${obj.getName()?lower_case}: "<#ibizinclude>../@MACRO/CAPTIONLANG.ts</#ibizinclude>",
141 142 143 144
                </#list>
            },
            </#list>
        },
Mosher's avatar
Mosher committed
145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166
        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",       
167 168 169 170 171 172 173 174 175 176
        },
        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",
            },
        },
177 178 179
        dataViewExpBar: {
            title: "Card view navigation bar",
        },
180 181 182 183 184
        kanban: {
            notConfig: {
                fetchAction: "View list fetchAction parameter is not configured",
                removeAction: "View table removeAction parameter is not configured",
            },
185 186
            delete1: "Confirm to delete ",
            delete2: "the delete operation will be unrecoverable!",
187
        },
188 189 190 191 192
        dashBoard: {
            handleClick: {
                title: "Panel design",
            },
        },
193 194 195 196 197 198 199 200 201
        dataView: {
            sum: "total",
            data: "data",
        },
        chart: {
            undefined: "Undefined",
            quarter: "Quarter",   
            year: "Year",
        },
202
        searchForm: {
203 204 205 206
            notConfig: {
                loadAction: "View search form loadAction parameter is not configured",
                loaddraftAction: "View search form loaddraftAction parameter is not configured",
            },
207 208
            custom: "Store custom queries",
            title: "Name",
209 210 211 212 213
        },
        wizardPanel: {
            back: "Back",
            next: "Next",
            complete: "Complete",
214
            preactionmessage:"The calculation of the previous behavior is not configured"
215
        },
216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233
        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",
            },
        },
234 235 236 237 238 239 240 241 242 243
    },
    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,
};