en_US.js 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. // Default language
  2. var __lang = 'en_US';
  3. /**
  4. * 通用国际化
  5. *
  6. * @type
  7. */
  8. var $lang = {
  9. tip : {
  10. msg : 'prompt',
  11. confirm : 'prompt',
  12. warn : 'prompt',
  13. error : 'prompt',
  14. errorMsg : 'wrong!',
  15. waiting : 'Please wait ...',
  16. loading : 'Loading ...',
  17. notRecord : 'There are no records. ',
  18. success : 'Operation successful!',
  19. failure : 'Operation failed!',
  20. sure : 'Are you sure? ',
  21. timeout : 'System Timeout Please log in again!'
  22. },
  23. add : {
  24. success : '{0} successfully added, continue to add it?'
  25. },
  26. del : {
  27. selectRecord : 'Please select the deleted records!',
  28. success : 'deleted successfully!',
  29. failure : 'Delete failed!'
  30. },
  31. upd : {
  32. success : '{0} updated successfully, continue to update it?'
  33. },
  34. save : {
  35. success : 'saved successfully!',
  36. failure : 'Save failed!',
  37. waiting : 'Saving, please wait ...'
  38. },
  39. copy : {
  40. success : 'copied successfully!',
  41. failure : 'copy failed!'
  42. },
  43. operateTip : {
  44. selectRecord : 'Please select the record!',
  45. selectOneRecord : 'has no choice, choose a record!',
  46. selectMulti : 'has selected a number, select a record!',
  47. sureDelete : 'sure you want to delete this?',
  48. continueOp : 'whether to continue operating?',
  49. continueOperate : ', continues to operate it?',
  50. successContinue : 'operation is successful, continue to operate it?',
  51. notSelectEdit : 'has no choice, choose one for editing!',
  52. selectMultiEdit : 'has selected a number, select an edit!',
  53. pageTip : 'Please enter a page number in between 1 and {0}'
  54. },
  55. button : {
  56. add : 'add',
  57. edit : 'Edit',
  58. save : 'Save',
  59. del : 'Delete',
  60. ok : 'OK',
  61. cancel : 'Cancel',
  62. close : 'Close',
  63. selectTemplate : 'Select Template',
  64. preview : 'Preview',
  65. yes:'yes',
  66. no:'no'
  67. },
  68. operateType : {
  69. or : 'or',
  70. and : 'and',
  71. exclude : 'exclusion',
  72. either : 'or',
  73. also : 'And',
  74. eq : 'equals',
  75. notEq : 'does not equal',
  76. gt : 'greater than',
  77. lt : 'less than',
  78. gtEq : 'greater than or equal',
  79. ltEq : 'less than or equal',
  80. equals : 'exactly equal',
  81. equalsIgnoreCase : 'equals (ignoring case)',
  82. between : 'between the date',
  83. contains : 'contain',
  84. notContains : 'does not contain',
  85. like : 'similar',
  86. not : 'not',
  87. rightBrackets : 'right parenthesis',
  88. leftBrackets : 'left parenthesis',
  89. plus : 'plus',
  90. minus : 'minus',
  91. multiply : 'multiply',
  92. except : 'Save'
  93. },
  94. operate : {
  95. moveUp : 'Move',
  96. moveDown : 'Down',
  97. del : 'Delete',
  98. defValue : 'default value',
  99. fixedValue : 'fixed',
  100. paramAfferent : 'argument to',
  101. script : 'script',
  102. formInput : 'form input',
  103. commonScript : 'common scripting'
  104. },
  105. window : {
  106. status : 'do not enter the form name or form name is entered incorrectly!'
  107. },
  108. request : {
  109. error_page : 'page wrong'
  110. }
  111. };