components_en_US_base.ts 17.2 KB
Newer Older
1
function getLocaleResourceBase(){
2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
  const data:any = {
      "404": {
          errortext1: 'sorry,the page you visited is not exist!',
          errortext2: 'The page you visited is not exist,please return to',
          indexpage: 'home page',
          continue: 'to continue browsing',
      },
      "500": {
          errortext1: "sorry,there's something wrong with the server!",
          errortext2: "There's something wrong with the server,please return to",
          indexpage: 'home page',
          continue: 'to continue browsing',
      },
      apporgsector:{
        successswitch:'The switch was successful',
        errorswitch:'The switchover failed',
      },
      appautocomplete: {
20 21 22
          error: 'Error',
          miss: 'Missing parameter ',
          requestexception: 'Request Exception!',
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 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164
      },
      appbuild: {
          custom: 'Customize',
      },
      appcolumnlink: {
        error: 'error',
        valueitemexception:"value item exception",
        rowdataexception:"table row data exception",
      },
      appcolumnrender: {
        select: 'please select...',
        unsupported: 'unsupported',
      },
      microcom: {
        filterWarn: "Filter parameter configuration error, please check!"
      },
      appdashboarddesign: {
        global: 'Global',
      },
      appdatauploadview: {
        "selectfile":"Click this area to upload",
        "uploadserver":"Upload Server",
        "datatemplate":"Import Data Template",
        "datatemplatemessage":"Download the Import Data Template, According to the specification required to fill in",
        "read":" read Successful",
        "completed":"Import Completed",
        "confirm":"OK",
        "cancel":"Cancel",
        "importfailed":"Import Failed",
        "selectfilesucess":"File selected successfully",
        "importresult":"Import Result",
        "totaldata": "Total Imported Data",
        "total": "Count",
        "errorinfo": "Error Message",
        "start": "Line",
        "row": "",
        "downloadinfo": "Download The Feedback",
        "downloaderror": "Failed To Download File"
      },
      appdebugactions: {
        button: 'Open Configuration Mode',
      },
      appexportexcel: {
        total: 'All',
        max: 'At Most',
        row: 'Lines',
        currentpage: 'Current Page',
        page: 'Page',
        desc:'Please enter the start page',
        desc1:'Please enter a valid start page',
      },
      appfileupload: {
        preview: 'preview',
        uploadtext: 'Drag files here,or <em>Click</em> to upload',
        filetypeerrortitle: 'File type incorrect',
        filetypeerrorinfo: 'Please select files with picture types,such as JPEG,GIF,PNG,BMP',
        notpdffiletype: 'Incorrect file type, please select PDF file type',
        downloaderror: "Image download failed!",
        caption: "upload",
        limitselect: 'The current number of restricted choices is ',
      },
      camera: {
        dev: "developing",
        choose: "Camera selection:",
        left: "anticlockwise",
        right: "right rotation",
        photo: "photograph",
        save: "save"
      },
      group2: {
        noreal: "unrealized"
      },
      part: {
        error: "Load dynamic form model data exception"
      },
      scren: {
        all: "Application of full screen"
      },
      appformdruipart: {
        blockuitipinfo: 'Please save the major data first',
        viewloadcomp:'After the multi data view is loaded, the subsequent form item update will be triggered',
        save:'Relationship data save complete',
        change:'Relationship data value change',
        change1:'View data changes',
        loadcomp:'View loading complete',
      },
      appheadermenus: {
        ibizlab:{
            title: 'iBizLab',
        },
        publishproject:{
            title: 'Publish Project',
        },
        ibizstudio:{
            title: 'Model Design Tools',
        },
        ibizbbs:{
            title: 'iBizBBS',
        },
      },
      appmpicker: {
        error: 'Error',
        miss: 'Missing parameter ',
        requestexception: 'Request Exception!',
      },
      apppicker: {
        error: 'Error',
        miss: 'Missing parameter ',
        requestexception: 'Request Exception!',
        newandedit: 'Create And Edit...',
        systemexception: 'System Error!',
        valueitemexception: 'valueitem Error!',
        formdataexception: 'formdata Error!',
        nosupport: "The redirect view is not yet supported"
      },
      apppickerselectview: {
        error: 'Error',
        valueitemexception: 'valueitem Error!',
        formdataexception: 'formdata Error!',
        placeholder: 'Please select...',
      },
      appportaldesign: {
        customportal: 'Custom portal',
        recover: "restore default",
        save: 'Save',
      },
      apprangdate: {
        placeholder: 'Please select time...',
        from: 'from',
        daystart: '00:00:00 to',
        dayend: '24:00:00',
      },
      apprangeeditor: {
        placeholder: 'Please select time...',
        input: 'Please input...',
      },
      appdaterange: {
        start: 'start time',
        end: 'end time',
        separator: 'to'
      },
      appdaterangepicker: {
165 166 167 168
          start: 'start time',
          end: 'end time',
          separator: 'to'
        },
169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477
      appstudioaction: {
        configtitle: 'Enter the configuration of current view',
        configbutton: 'Configuration',
        issuetitle: 'Create issues of current view',
        issuebutton: 'Create issues',
        success: "Copy success!",
        copyname: "Click copy view name",
        view: "check"
      },
      apptreepicker: {
        placeholder: 'please select...',
      },
      daterange: {
        starttext: 'Insurance period : From',
        endtext: '24:00:00',
        startplaceholder: 'Begin Date',
        rangeseparatorr: ' 00:00:00 To',
        endplaceholder: 'End Dat4e',
      },
      dropdownlist: {
        placeholder: 'please select...',
        valueerror: "Drop down list, value conversion failed",
      },
      dropdownlistdynamic: {
        placeholder: 'please select...',
      },
      dropdownlistmpicker: {
        placeholder: 'please select...',
      },
      login: {
        error: 'Error',
        caption: 'Welcome to login',
        placeholder1:'User name',
        placeholder2:'Password',
        name: 'Login',
        reset:'Reset',
        other:'Other login methods',
        tip: 'Enter username and password',
        warning1:'QQ authorization login not supported',
        warning2:'Wechat authorized login not supported',
        loginname: {
            placeholder: 'Username',
            message: 'The username cannot be empty',
        },
        password: {
            placeholder: 'Password',
            message: 'The password cannot be empty',
        },
        rememberme: 'Remember Me',
        authfailed: 'Authentication failed',
        loginfailed: 'Login failed',
        phoneplaceholder: 'Please enter your mobile phone number',
        phonefailed: 'The phone number is incorrect',
        codeplaceholder: 'Please enter the verification code',
        getcode: 'Get verification code',
        getcodeafter: 'Get verification code after',
        entervercode: 'Please enter the verification code',
      },
      appuser: {
        name: 'System',
        logout: 'Logout',
        surelogout: 'Are you sure logout?',
        changepwd: "Change Password",
      },
      apptheme: {
        caption: {
          theme: 'Theme',
          font: 'Font family',
        },
        fontfamilys: {
            MicrosoftYaHei: 'Microsoft YaHei',
            SimHei: 'SimHei',
            YouYuan: 'YouYuan',
        },
        config: "The topic configuration",
        customtheme: "Custom Theme",
        color: "subject color",
        preview: "preview",
        save: "Save the configuration",
        reset: "reset",
        success: {
          savethemeoption: "Save custom theme successfully",
          copyurl: 'Copy share url successfully'
        },
        share: "Share",
        error: {
          getshareurl: "Failed to get shared theme configuration",
          generateshareurl: "Failed to generate share link"
        },
        configbutton: 'Copy',
        createurl: 'Share link created',
        applytheme: 'Share link created',
      },
      appformgroup: {
          hide: 'hide field',
          showmore: 'show field',
      },
      appupdatepassword: {
        oldpwd: 'Original password',
        newpwd: 'New password',
        confirmpwd: 'Confirm password',
        sure: 'Confirm modification',
        oldpwderr: 'The original password cannot be empty!',
        newpwderr: 'New password cannot be empty!',
        confirmewderr: 'The two input passwords are inconsistent!',
      },
      appaddressselection: {
        loaddatafail: 'City data loading failed'
      },
      appgroupselect:{
        groupselect:'Group selection', 
      },
      appimageupload:{
        uploadfail:'Upload failed'
      },
      apporgselect:{
        loadfail:'Failed to load data',
        reseterror: "An exception occurred in resetting application data"
      },
      appTransfer:{
        title1:'Not selected',
        title2:'Selected',
      },
      appwfapproval:{
        commit:'Commit',
        wait:'Waiting',
        handle:'Handle',
        placeholder:'Please enter the content',
        end:'End'
      },
      appwfopinion: {
        title: 'Approval comments',
        search: 'Search...',
        placeholder:'Please enter the content',
        agree: 'Agree',
        disagree: 'Disagree'
      },
      contextmenudrag:{
        allapp:'All applications',
        nofind:'The app was not found',
        error: "Error loading data",
        portlet: "enterprise portal"
      },
      filtermode:{
        placeholder:'Conditional logic',  
      },
      filtertree:{
        title1:'Add condition',
        title2:'Add group',
        placeholder:'Attribute', 
      },
      ibizgrouppicker:{
        ok:'Ok',
        cancel:'Cancel',
      },
      ibizgroupselect:{
        groupselect:'Group selection'
      },
      tabpageexp:{
        more:'More',
      },
      uploadfile:{
        imgmsg:'Drag the picture here to replace it',
        localupload:'Local upload',
        or:'Or',
        imgmsg1:'Select from stock',
        choose: "Select Upload File"
      },
      lockscren:{
        title:'Set the password lock screen',
        label:'password',
        message:'The lock screen password cannot be empty',
        placeholder:'Please enter the lock screen password',
        placeholder1:'Please enter your login password',
        message1: 'The unlock password is wrong. Please reenter it',
        promptInformation:'Do you want to quit the system? Do you want to continue?',
        prompt:'prompt',
        confirmbuttontext:'determine',
        cancelbuttontext:'cancel',
        lock: "Application of lock screen"
      },
      croneditor: {
        label: {
          second: 'Second',
          minute: 'Minute',
          hour: 'Hour',
          day: 'Day',
          week: 'Week',
          month: 'Month',
          year: 'Year',
        },
        public : {
          specify: 'Specify',
          notspecify: 'Not specify',
          cycle: 'Cycle',
          from: 'From',
          to: 'to',
          loop: 'Loop',
          every: 'Every',
          once: 'execute once',
        },
        second: 'second',
        minute: 'minute',
        hour: {
          title: 'hour',
          everyhour: 'Every hour',
          hourstart: "o'clock start, every ",
          onceahour: "o'clock to execute once.",
        },
        day: {
          title: 'day',
          daily: 'Every day',
          workday: 'Working day',
          daystart: 'rd start, every ',
          onceaday: 'rd to execute once',
          thismonth: 'this month',
          lastworkday: 'rd, Recent working day',
          lastdayofmonth: 'Last day of the month',
        },
        month: {
          title: 'month',
          everymonth: 'Every month',
          monthstart: ' month start, every',
          onceamonth: ' month to execute once',
        },
        week: {
          title: 'week',
          everyweek: 'Every week',
          from: '',
          to: 'from weekday',
          start: 'start, every',
          onceaday: 'days to execute once',
          specifyweek: 'Specify week',
          weekofmonth: 'this month',
          weekweek: 'week, weekday',
          lastofmonth: 'Last of the month',
          week: 'weekday',
        },
        year: {
          title: 'year',
          everyyear: 'Every year',
        },
        message: {
          error1: 'Date and day of the week cannot be "not specified" at the same time',
          error2: 'Both the date and the day of the week must be "not specified"',
        },
      },
      appmessagepopover: {
        loadmore: 'Load more',
        nomore: 'No more',
        error: "Error loading data",
        geterror: "The tag content was not retrieved",
        errorreturn: "Event trigger source has no value, force return",
        myTasksLabel:'ToDo',
        myNotificationsLabel:'Notification',
      },
      appmessagebox: {
        ok: "OK",
        cancel: "Cancel"
      },
      diskFileUpload:{
        fileDrag: 'Drag the file here, or',
        clickUpload: 'Click on the upload',
        load: 'Load',
        preview: 'preview',
        edit: 'Edit',
        delete: 'Delete',
        clues: 'Individual file sizes do not exceed',
        clues1: 'Documents not exceeding',
        getFileFailure: 'Failed to get file list',
        loadFailure: 'Upload file failed',
        loadFailure1: 'Upload failed, individual file cannot exceed',
        downloadFile: 'Download file failed',
        downloadFile1: 'Download file failed, not get file!',
        deleteFile: 'This action will permanently delete the file. Do you want to continue?',
        deleteFilePrompt: 'Prompt',
        true: 'True',
        false: 'False',
        deleteFileFailure: 'File deletion failed',
        updateFailure: 'Batch update file failed',
      },
      diskimageupload:{
        preview: 'Preview',
        ocrdiscern: 'OCRdiscern',
        load: 'Load',
        delete: 'Delete',
        getimagefailure: 'Failed to get list of images',
        loadimagefailure: 'Failed to download thumbnails',
        loadimagefailure1: 'Failed to download thumbnail, failed to get file!',
        loadimagefailure2:'Download image failed',
        loadimagefailure3:'Download picture failed, no picture found!',
        imageidnone: 'Picture ID does not exist!',
        uploadimagefailure: 'Failed to upload image',
        uploadimagefailure1: "Upload failed, only support 'GIF, JPG, PNG, BMP' format images!",
        uploadfailure: 'Upload failed, individual image must not exceed',
        notimageurl: 'The image URL does not exist',
        deletefile: 'This action will permanently delete the file. Do you want to continue?',
        deletefileprompt: 'Prompt',
        true: 'True',
        false: 'False',
        deleteimagefailure:'Image deletion failed',
        updatefailure: 'Batch update file failed',
      },
      appmapposition: {
        submit: 'Submit',
        title: 'Please select address',
        city: "Chengdu"
      },
      appmappicker: {
478 479 480
          submit: 'Submit',
          title: 'Please select address',
          city: "Chengdu"
481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549
      },
      appsortbar: {
        title: 'Sort'
      },
      appaftertime:{
        minutesago: 'minutes ago',
        hoursago: 'hours ago',
        dayago: 'days ago',
        monthsago: 'months ago',
        yearsago: 'years ago'
      },
      timeline: {
        index: "serial",
        node: "node",
        author: "accepting officer",
        type: "operation",
        lasttime: "completion time",
        opinion: "approval opinion",
        inhand: "inhand:",
      },
      content: {
        title: "「Open/Close」Bottom Page [Ctrl + ']",
        open: "On the menu",
        close: "Pack up the menu"
      },
      richtext: {
        content: "Please enter the contents of the template",
        title: "Please enter a template title",
        save: "Save the template",
        pub: "public",
        pri: "private",
        apply: "application template",
        success: "Save template successfully!!!",
        error: "Failed to save template!!!",
        delsuccess: "Delete template successfully!!!",
        delerror: "Failed to delete template!!!"
      },
      search: {
        holder: "Search content"
      },
      drawer: {
        back: "back",
        confirm: "Make sure to close all interfaces?",
        close: "Close all views",
        toperror: "Upper-bay window opens view parameter conversion exception"
      },
      appsharepage: {
        apply: 'Apply',
        cancel: 'cancel',
        invite: 'invite you to join the theme app!'
      },
      iconpicker: {
        webapplication: 'Web Application Icons',
        texteditor: 'Text Editor Icons',
        directional: 'Directional Icons',
        videoplayer: 'Video Player Icons',
        brand: 'Brand Icons',
        medical: 'Medical Icons',
        currency:'Currency Icons',
        gender:'Gender Icons',
        transportation: 'Transportation Icons',
        payment: 'Payment Icons',
        title: 'Please select an icon',
        placeholder: 'Please enter an icon name'
      }
  };
  return data;
}
export default getLocaleResourceBase;