en.js 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755
  1. /**
  2. * Created with JetBrains PhpStorm.
  3. * User: taoqili
  4. * Date: 12-6-12
  5. * Time: 下午6:57
  6. * To change this template use File | Settings | File Templates.
  7. */
  8. UE.I18N['en'] = {
  9. 'labelMap': {
  10. 'anchor': 'Anchor',
  11. 'undo': 'Undo',
  12. 'redo': 'Redo',
  13. 'bold': 'Bold',
  14. 'indent': 'Indent',
  15. 'snapscreen': 'SnapScreen',
  16. 'italic': 'Italic',
  17. 'underline': 'Underline',
  18. 'strikethrough': 'Strikethrough',
  19. 'subscript': 'SubScript',
  20. 'fontborder': 'text border',
  21. 'superscript': 'SuperScript',
  22. 'formatmatch': 'Format Match',
  23. 'source': 'Source',
  24. 'blockquote': 'BlockQuote',
  25. 'pasteplain': 'PastePlain',
  26. 'selectall': 'SelectAll',
  27. 'print': 'Print',
  28. 'preview': 'Preview',
  29. 'horizontal': 'Horizontal',
  30. 'removeformat': 'RemoveFormat',
  31. 'time': 'Time',
  32. 'date': 'Date',
  33. 'unlink': 'Unlink',
  34. 'insertrow': 'InsertRow',
  35. 'insertcol': 'InsertCol',
  36. 'mergeright': 'MergeRight',
  37. 'mergedown': 'MergeDown',
  38. 'deleterow': 'DeleteRow',
  39. 'deletecol': 'DeleteCol',
  40. 'splittorows': 'SplitToRows',
  41. 'insertcode': 'insert code',
  42. 'splittocols': 'SplitToCols',
  43. 'splittocells': 'SplitToCells',
  44. 'deletecaption': 'DeleteCaption',
  45. 'inserttitle': 'InsertTitle',
  46. 'mergecells': 'MergeCells',
  47. 'deletetable': 'DeleteTable',
  48. 'cleardoc': 'Clear',
  49. 'insertparagraphbeforetable': 'InsertParagraphBeforeTable',
  50. 'fontfamily': 'FontFamily',
  51. 'fontsize': 'FontSize',
  52. 'paragraph': 'Paragraph',
  53. 'simpleupload': 'Single Image',
  54. 'insertimage': 'Multi Image',
  55. 'edittable': 'Edit Table',
  56. 'edittd': 'Edit Td',
  57. 'link': 'Link',
  58. 'emotion': 'Emotion',
  59. 'spechars': 'Spechars',
  60. 'searchreplace': 'SearchReplace',
  61. 'map': 'BaiduMap',
  62. 'gmap': 'GoogleMap',
  63. 'insertvideo': 'Video',
  64. 'help': 'Help',
  65. 'justifyleft': 'JustifyLeft',
  66. 'justifyright': 'JustifyRight',
  67. 'justifycenter': 'JustifyCenter',
  68. 'justifyjustify': 'Justify',
  69. 'forecolor': 'FontColor',
  70. 'backcolor': 'BackColor',
  71. 'insertorderedlist': 'OL',
  72. 'insertunorderedlist': 'UL',
  73. 'fullscreen': 'FullScreen',
  74. 'directionalityltr': 'EnterFromLeft',
  75. 'directionalityrtl': 'EnterFromRight',
  76. 'rowspacingtop': 'RowSpacingTop',
  77. 'rowspacingbottom': 'RowSpacingBottom',
  78. 'pagebreak': 'PageBreak',
  79. 'insertframe': 'Iframe',
  80. 'imagenone': 'Default',
  81. 'imageleft': 'ImageLeft',
  82. 'imageright': 'ImageRight',
  83. 'attachment': 'Attachment',
  84. 'imagecenter': 'ImageCenter',
  85. 'wordimage': 'WordImage',
  86. 'lineheight': 'LineHeight',
  87. 'edittip': 'EditTip',
  88. 'customstyle': 'CustomStyle',
  89. 'scrawl': 'Scrawl',
  90. 'autotypeset': 'AutoTypeset',
  91. 'webapp': 'WebAPP',
  92. 'touppercase': 'UpperCase',
  93. 'tolowercase': 'LowerCase',
  94. 'template': 'Template',
  95. 'background': 'Background',
  96. 'inserttable': 'InsertTable',
  97. 'music': 'Music',
  98. 'charts': 'charts',
  99. 'drafts': 'Load from Drafts'
  100. },
  101. 'insertorderedlist': {
  102. 'num': '1,2,3...',
  103. 'num1': '1),2),3)...',
  104. 'num2': '(1),(2),(3)...',
  105. 'cn': '一,二,三....',
  106. 'cn1': '一),二),三)....',
  107. 'cn2': '(一),(二),(三)....',
  108. 'decimal': '1,2,3...',
  109. 'lower-alpha': 'a,b,c...',
  110. 'lower-roman': 'i,ii,iii...',
  111. 'upper-alpha': 'A,B,C...',
  112. 'upper-roman': 'I,II,III...'
  113. },
  114. 'insertunorderedlist': {
  115. 'circle': '○ Circle',
  116. 'disc': '● Circle dot',
  117. 'square': '■ Rectangle ',
  118. 'dash': '- Dash',
  119. 'dot': '。dot'
  120. },
  121. 'paragraph': { 'p': 'Paragraph', 'h1': 'Title 1', 'h2': 'Title 2', 'h3': 'Title 3', 'h4': 'Title 4', 'h5': 'Title 5', 'h6': 'Title 6' },
  122. 'fontfamily': {
  123. 'songti': 'Sim Sun',
  124. 'kaiti': 'Sim Kai',
  125. 'heiti': 'Sim Hei',
  126. 'lishu': 'Sim Li',
  127. 'yahei': 'Microsoft YaHei',
  128. 'andaleMono': 'Andale Mono',
  129. 'arial': 'Arial',
  130. 'arialBlack': 'Arial Black',
  131. 'comicSansMs': 'Comic Sans MS',
  132. 'impact': 'Impact',
  133. 'timesNewRoman': 'Times New Roman'
  134. },
  135. 'customstyle': {
  136. 'tc': 'Title center',
  137. 'tl': 'Title left',
  138. 'im': 'Important',
  139. 'hi': 'Highlight'
  140. },
  141. 'autoupload': {
  142. 'exceedSizeError': 'File Size Exceed',
  143. 'exceedTypeError': 'File Type Not Allow',
  144. 'jsonEncodeError': 'Server Return Format Error',
  145. 'loading': 'loading...',
  146. 'loadError': 'load error',
  147. 'errorLoadConfig': 'Server config not loaded, upload can not work.'
  148. },
  149. 'simpleupload': {
  150. 'exceedSizeError': 'File Size Exceed',
  151. 'exceedTypeError': 'File Type Not Allow',
  152. 'jsonEncodeError': 'Server Return Format Error',
  153. 'loading': 'loading...',
  154. 'loadError': 'load error',
  155. 'errorLoadConfig': 'Server config not loaded, upload can not work.'
  156. },
  157. 'elementPathTip': 'Path',
  158. 'wordCountTip': 'Word Count',
  159. 'wordCountMsg': '{#count} characters entered,{#leave} left. ',
  160. 'wordOverFlowMsg': '<span style="color:red;">The number of characters has exceeded allowable maximum values, the server may refuse to save!</span>',
  161. 'ok': 'OK',
  162. 'cancel': 'Cancel',
  163. 'closeDialog': 'closeDialog',
  164. 'tableDrag': 'You must import the file uiUtils.js before drag! ',
  165. 'autofloatMsg': 'The plugin AutoFloat depends on EditorUI!',
  166. 'loadconfigError': 'Get server config error.',
  167. 'loadconfigFormatError': 'Server config format error.',
  168. 'loadconfigHttpError': 'Get server config http error.',
  169. 'snapScreen_plugin': {
  170. 'browserMsg': 'Only IE supported!',
  171. 'callBackErrorMsg': 'The callback data is wrong,please check the config!',
  172. 'uploadErrorMsg': 'Upload error,please check your server environment! '
  173. },
  174. 'insertcode': {
  175. 'as3': 'ActionScript 3',
  176. 'bash': 'Bash/Shell',
  177. 'cpp': 'C/C++',
  178. 'css': 'CSS',
  179. 'cf': 'ColdFusion',
  180. 'c#': 'C#',
  181. 'delphi': 'Delphi',
  182. 'diff': 'Diff',
  183. 'erlang': 'Erlang',
  184. 'groovy': 'Groovy',
  185. 'html': 'HTML',
  186. 'java': 'Java',
  187. 'jfx': 'JavaFX',
  188. 'js': 'JavaScript',
  189. 'pl': 'Perl',
  190. 'php': 'PHP',
  191. 'plain': 'Plain Text',
  192. 'ps': 'PowerShell',
  193. 'python': 'Python',
  194. 'ruby': 'Ruby',
  195. 'scala': 'Scala',
  196. 'sql': 'SQL',
  197. 'vb': 'Visual Basic',
  198. 'xml': 'XML'
  199. },
  200. 'confirmClear': 'Do you confirm to clear the Document?',
  201. 'contextMenu': {
  202. 'delete': 'Delete',
  203. 'selectall': 'Select all',
  204. 'deletecode': 'Delete Code',
  205. 'cleardoc': 'Clear Document',
  206. 'confirmclear': 'Do you confirm to clear the Document?',
  207. 'unlink': 'Unlink',
  208. 'paragraph': 'Paragraph',
  209. 'edittable': 'Table property',
  210. 'aligncell': 'Align cell',
  211. 'aligntable': 'Table alignment',
  212. 'tableleft': 'Left float',
  213. 'tablecenter': 'Center',
  214. 'tableright': 'Right float',
  215. 'aligntd': 'Cell alignment',
  216. 'edittd': 'Cell property',
  217. 'setbordervisible': 'set table edge visible',
  218. 'table': 'Table',
  219. 'justifyleft': 'Justify Left',
  220. 'justifyright': 'Justify Right',
  221. 'justifycenter': 'Justify Center',
  222. 'justifyjustify': 'Default',
  223. 'deletetable': 'Delete table',
  224. 'insertparagraphbefore': 'InsertedBeforeLine',
  225. 'insertparagraphafter': 'InsertedAfterLine',
  226. 'inserttable': 'Insert table',
  227. 'insertcaption': 'Insert caption',
  228. 'deletecaption': 'Delete Caption',
  229. 'inserttitle': 'Insert Title',
  230. 'deletetitle': 'Delete Title',
  231. 'inserttitlecol': 'Insert Title Col',
  232. 'deletetitlecol': 'Delete Title Col',
  233. 'averageDiseRow': 'AverageDise Row',
  234. 'averageDisCol': 'AverageDis Col',
  235. 'deleterow': 'Delete row',
  236. 'deletecol': 'Delete col',
  237. 'insertrow': 'Insert row',
  238. 'insertcol': 'Insert col',
  239. 'insertrownext': 'Insert Row Next',
  240. 'insertcolnext': 'Insert Col Next',
  241. 'mergeright': 'Merge right',
  242. 'mergeleft': 'Merge left',
  243. 'mergedown': 'Merge down',
  244. 'mergecells': 'Merge cells',
  245. 'splittocells': 'Split to cells',
  246. 'splittocols': 'Split to Cols',
  247. 'splittorows': 'Split to Rows',
  248. 'tablesort': 'Table sorting',
  249. 'enablesort': 'Sorting Enable',
  250. 'disablesort': 'Sorting Disable',
  251. 'reversecurrent': 'Reverse current',
  252. 'orderbyasc': 'Order By ASCII',
  253. 'reversebyasc': 'Reverse By ASCII',
  254. 'orderbynum': 'Order By Num',
  255. 'reversebynum': 'Reverse By Num',
  256. 'borderbk': 'Border shading',
  257. 'setcolor': 'interlaced color',
  258. 'unsetcolor': 'Cancel interlacedcolor',
  259. 'setbackground': 'Background interlaced',
  260. 'unsetbackground': 'Cancel Bk interlaced',
  261. 'redandblue': 'Blue and red',
  262. 'threecolorgradient': 'Three-color gradient',
  263. 'copy': 'Copy(Ctrl + c)',
  264. 'copymsg': "Browser does not support. Please use 'Ctrl + c' instead!",
  265. 'paste': 'Paste(Ctrl + v)',
  266. 'pastemsg': "Browser does not support. Please use 'Ctrl + v' instead!"
  267. },
  268. 'copymsg': "Browser does not support. Please use 'Ctrl + c' instead!",
  269. 'pastemsg': "Browser does not support. Please use 'Ctrl + v' instead!",
  270. 'anthorMsg': 'Link',
  271. 'clearColor': 'Clear',
  272. 'standardColor': 'Standard color',
  273. 'themeColor': 'Theme color',
  274. 'property': 'Property',
  275. 'default': 'Default',
  276. 'modify': 'Modify',
  277. 'justifyleft': 'Justify Left',
  278. 'justifyright': 'Justify Right',
  279. 'justifycenter': 'Justify Center',
  280. 'justify': 'Default',
  281. 'clear': 'Clear',
  282. 'anchorMsg': 'Anchor',
  283. 'delete': 'Delete',
  284. 'clickToUpload': 'Click to upload',
  285. 'unset': 'Language hasn\'t been set!',
  286. 't_row': 'row',
  287. 't_col': 'col',
  288. 'pasteOpt': 'Paste Option',
  289. 'pasteSourceFormat': 'Keep Source Formatting',
  290. 'tagFormat': 'Keep tag',
  291. 'pasteTextFormat': 'Keep Text only',
  292. 'more': 'More',
  293. 'autoTypeSet': {
  294. 'mergeLine': 'Merge empty line',
  295. 'delLine': 'Del empty line',
  296. 'removeFormat': 'Remove format',
  297. 'indent': 'Indent',
  298. 'alignment': 'Alignment',
  299. 'imageFloat': 'Image float',
  300. 'removeFontsize': 'Remove font size',
  301. 'removeFontFamily': 'Remove fontFamily',
  302. 'removeHtml': 'Remove redundant HTML code',
  303. 'pasteFilter': 'Paste filter',
  304. 'run': 'Done',
  305. 'symbol': 'Symbol Conversion',
  306. 'bdc2sb': 'Full-width to Half-width',
  307. 'tobdc': 'Half-width to Full-width'
  308. },
  309. 'background': {
  310. 'static': {
  311. 'lang_background_normal': 'Normal',
  312. 'lang_background_local': 'Online',
  313. 'lang_background_set': 'Background Set',
  314. 'lang_background_none': 'No Background',
  315. 'lang_background_colored': 'Colored Background',
  316. 'lang_background_color': 'Color Set',
  317. 'lang_background_netimg': 'Net-Image',
  318. 'lang_background_align': 'Align Type',
  319. 'lang_background_position': 'Position',
  320. 'repeatType': { 'options': ['Center', 'Repeat-x', 'Repeat-y', 'Tile', 'Custom'] }
  321. },
  322. 'noUploadImage': 'No pictures has been uploaded!',
  323. 'toggleSelect': 'Change the active state by click!\n Image Size: '
  324. },
  325. //= ==============dialog i18N=======================
  326. 'insertimage': {
  327. 'static': {
  328. 'lang_tab_remote': 'Insert',
  329. 'lang_tab_upload': 'Local',
  330. 'lang_tab_online': 'Manager',
  331. 'lang_tab_search': 'Search',
  332. 'lang_input_url': 'Address:',
  333. 'lang_input_size': 'Size:',
  334. 'lang_input_width': 'Width',
  335. 'lang_input_height': 'Height',
  336. 'lang_input_border': 'Border:',
  337. 'lang_input_vhspace': 'Margins:',
  338. 'lang_input_title': 'Title:',
  339. 'lang_input_align': 'Image Float Style:',
  340. 'lang_imgLoading': 'Loading...',
  341. 'lang_start_upload': 'Start Upload',
  342. 'lock': { 'title': 'Lock rate' },
  343. 'searchType': { 'title': 'ImageType', 'options': ['News', 'Wallpaper', 'emotions', 'photo'] },
  344. 'searchTxt': { 'value': 'Enter the search keyword!' },
  345. 'searchBtn': { 'value': 'Search' },
  346. 'searchReset': { 'value': 'Clear' },
  347. 'noneAlign': { 'title': 'None Float' },
  348. 'leftAlign': { 'title': 'Left Float' },
  349. 'rightAlign': { 'title': 'Right Float' },
  350. 'centerAlign': { 'title': 'Center In A Line' }
  351. },
  352. 'uploadSelectFile': 'Select File',
  353. 'uploadAddFile': 'Add File',
  354. 'uploadStart': 'Start Upload',
  355. 'uploadPause': 'Pause Upload',
  356. 'uploadContinue': 'Continue Upload',
  357. 'uploadRetry': 'Retry Upload',
  358. 'uploadDelete': 'Delete',
  359. 'uploadTurnLeft': 'Turn Left',
  360. 'uploadTurnRight': 'Turn Right',
  361. 'uploadPreview': 'Doing Preview',
  362. 'uploadNoPreview': 'Can Not Preview',
  363. 'updateStatusReady': 'Selected _ pictures, total _KB.',
  364. 'updateStatusConfirm': '_ uploaded successfully and _ upload failed',
  365. 'updateStatusFinish': 'Total _ pictures (_KB), _ uploaded successfully',
  366. 'updateStatusError': ' and _ upload failed',
  367. 'errorNotSupport': 'WebUploader does not support the browser you are using. Please upgrade your browser or flash player',
  368. 'errorLoadConfig': 'Server config not loaded, upload can not work.',
  369. 'errorExceedSize': 'File Size Exceed',
  370. 'errorFileType': 'File Type Not Allow',
  371. 'errorInterrupt': 'File Upload Interrupted',
  372. 'errorUploadRetry': 'Upload Error, Please Retry.',
  373. 'errorHttp': 'Http Error',
  374. 'errorServerUpload': 'Server Result Error.',
  375. 'remoteLockError': 'Cannot Lock the Proportion between width and height',
  376. 'numError': 'Please enter the correct Num. e.g 123,400',
  377. 'imageUrlError': 'The image format may be wrong!',
  378. 'imageLoadError': 'Error,please check the network or URL!',
  379. 'searchRemind': 'Enter the search keyword!',
  380. 'searchLoading': 'Image is loading,please wait...',
  381. 'searchRetry': " Sorry,can't find the image,please try again!"
  382. },
  383. 'attachment': {
  384. 'static': {
  385. 'lang_tab_upload': 'Upload',
  386. 'lang_tab_online': 'Online',
  387. 'lang_start_upload': 'Start upload',
  388. 'lang_drop_remind': 'You can drop files here, a single maximum of 300 files'
  389. },
  390. 'uploadSelectFile': 'Select File',
  391. 'uploadAddFile': 'Add File',
  392. 'uploadStart': 'Start Upload',
  393. 'uploadPause': 'Pause Upload',
  394. 'uploadContinue': 'Continue Upload',
  395. 'uploadRetry': 'Retry Upload',
  396. 'uploadDelete': 'Delete',
  397. 'uploadTurnLeft': 'Turn Left',
  398. 'uploadTurnRight': 'Turn Right',
  399. 'uploadPreview': 'Doing Preview',
  400. 'updateStatusReady': 'Selected _ files, total _KB.',
  401. 'updateStatusConfirm': '_ uploaded successfully and _ upload failed',
  402. 'updateStatusFinish': 'Total _ files (_KB), _ uploaded successfully',
  403. 'updateStatusError': ' and _ upload failed',
  404. 'errorNotSupport': 'WebUploader does not support the browser you are using. Please upgrade your browser or flash player',
  405. 'errorLoadConfig': 'Server config not loaded, upload can not work.',
  406. 'errorExceedSize': 'File Size Exceed',
  407. 'errorFileType': 'File Type Not Allow',
  408. 'errorInterrupt': 'File Upload Interrupted',
  409. 'errorUploadRetry': 'Upload Error, Please Retry.',
  410. 'errorHttp': 'Http Error',
  411. 'errorServerUpload': 'Server Result Error.'
  412. },
  413. 'insertvideo': {
  414. 'static': {
  415. 'lang_tab_insertV': 'Video',
  416. 'lang_tab_searchV': 'Search',
  417. 'lang_tab_uploadV': 'Upload',
  418. 'lang_video_url': ' URL ',
  419. 'lang_video_size': 'Video Size',
  420. 'lang_videoW': 'Width',
  421. 'lang_videoH': 'Height',
  422. 'lang_alignment': 'Alignment',
  423. 'videoSearchTxt': { 'value': 'Enter the search keyword!' },
  424. 'videoType': { 'options': ['All', 'Hot', 'Entertainment', 'Funny', 'Sports', 'Science', 'variety'] },
  425. 'videoSearchBtn': { 'value': 'Search in Baidu' },
  426. 'videoSearchReset': { 'value': 'Clear result' },
  427. 'lang_input_fileStatus': ' No file uploaded!',
  428. 'startUpload': { 'style': 'background:url(upload.png) no-repeat;' },
  429. 'lang_upload_size': 'Video Size',
  430. 'lang_upload_width': 'Width',
  431. 'lang_upload_height': 'Height',
  432. 'lang_upload_alignment': 'Alignment',
  433. 'lang_format_advice': 'Recommends mp4 format.'
  434. },
  435. 'numError': 'Please enter the correct Num. e.g 123,400',
  436. 'floatLeft': 'Float left',
  437. 'floatRight': 'Float right',
  438. 'default': 'Default',
  439. 'block': 'Display in block',
  440. 'urlError': 'The video url format may be wrong!',
  441. 'loading': ' &nbsp;The video is loading, please wait…',
  442. 'clickToSelect': 'Click to select',
  443. 'goToSource': 'Visit source video ',
  444. 'noVideo': " &nbsp; &nbsp;Sorry,can't find the video,please try again!",
  445. 'browseFiles': 'Open files',
  446. 'uploadSuccess': 'Upload Successful!',
  447. 'delSuccessFile': 'Remove from the success of the queue',
  448. 'delFailSaveFile': 'Remove the save failed file',
  449. 'statusPrompt': ' file(s) uploaded! ',
  450. 'flashVersionError': 'The current Flash version is too low, please update FlashPlayer,then try again!',
  451. 'flashLoadingError': 'The Flash failed loading! Please check the path or network state',
  452. 'fileUploadReady': 'Wait for uploading...',
  453. 'delUploadQueue': 'Remove from the uploading queue ',
  454. 'limitPrompt1': 'Can not choose more than single',
  455. 'limitPrompt2': 'file(s)!Please choose again!',
  456. 'delFailFile': 'Remove failure file',
  457. 'fileSizeLimit': 'File size exceeds the limit!',
  458. 'emptyFile': 'Can not upload an empty file!',
  459. 'fileTypeError': 'File type error!',
  460. 'unknownError': 'Unknown error!',
  461. 'fileUploading': 'Uploading,please wait...',
  462. 'cancelUpload': 'Cancel upload',
  463. 'netError': 'Network error',
  464. 'failUpload': 'Upload failed',
  465. 'serverIOError': 'Server IO error!',
  466. 'noAuthority': 'No Permission!',
  467. 'fileNumLimit': 'Upload limit to the number',
  468. 'failCheck': 'Authentication fails, the upload is skipped!',
  469. 'fileCanceling': 'Cancel, please wait...',
  470. 'stopUploading': 'Upload has stopped...',
  471. 'uploadSelectFile': 'Select File',
  472. 'uploadAddFile': 'Add File',
  473. 'uploadStart': 'Start Upload',
  474. 'uploadPause': 'Pause Upload',
  475. 'uploadContinue': 'Continue Upload',
  476. 'uploadRetry': 'Retry Upload',
  477. 'uploadDelete': 'Delete',
  478. 'uploadTurnLeft': 'Turn Left',
  479. 'uploadTurnRight': 'Turn Right',
  480. 'uploadPreview': 'Doing Preview',
  481. 'updateStatusReady': 'Selected _ files, total _KB.',
  482. 'updateStatusConfirm': '_ uploaded successfully and _ upload failed',
  483. 'updateStatusFinish': 'Total _ files (_KB), _ uploaded successfully',
  484. 'updateStatusError': ' and _ upload failed',
  485. 'errorNotSupport': 'WebUploader does not support the browser you are using. Please upgrade your browser or flash player',
  486. 'errorLoadConfig': 'Server config not loaded, upload can not work.',
  487. 'errorExceedSize': 'File Size Exceed',
  488. 'errorFileType': 'File Type Not Allow',
  489. 'errorInterrupt': 'File Upload Interrupted',
  490. 'errorUploadRetry': 'Upload Error, Please Retry.',
  491. 'errorHttp': 'Http Error',
  492. 'errorServerUpload': 'Server Result Error.'
  493. },
  494. 'webapp': {
  495. 'tip1': 'This function provided by Baidu APP,please apply for baidu APPKey webmaster first!',
  496. 'tip2': 'And then open the file ueditor.config.js to set it! ',
  497. 'applyFor': 'APPLY FOR',
  498. 'anthorApi': 'Baidu API'
  499. },
  500. 'template': {
  501. 'static': {
  502. 'lang_template_bkcolor': 'Background Color',
  503. 'lang_template_clear': 'Keep Content',
  504. 'lang_template_select': 'Select Template'
  505. },
  506. 'blank': 'Blank',
  507. 'blog': 'Blog',
  508. 'resume': 'Resume',
  509. 'richText': 'Rich Text',
  510. 'scrPapers': 'Scientific Papers'
  511. },
  512. scrawl: {
  513. 'static': {
  514. 'lang_input_previousStep': 'Previous',
  515. 'lang_input_nextsStep': 'Next',
  516. 'lang_input_clear': 'Clear',
  517. 'lang_input_addPic': 'AddImage',
  518. 'lang_input_ScalePic': 'ScaleImage',
  519. 'lang_input_removePic': 'RemoveImage',
  520. 'J_imgTxt': { title: 'Add background image' }
  521. },
  522. 'noScarwl': 'No paint, a white paper...',
  523. 'scrawlUpLoading': 'Image is uploading, please wait...',
  524. 'continueBtn': 'Try again',
  525. 'imageError': 'Image failed to load!',
  526. 'backgroundUploading': 'Image is uploading,please wait...'
  527. },
  528. 'music': {
  529. 'static': {
  530. 'lang_input_tips': 'Input singer/song/album, search you interested in music!',
  531. 'J_searchBtn': { value: 'Search songs' }
  532. },
  533. 'emptyTxt': 'Not search to the relevant music results, please change a keyword try.',
  534. 'chapter': 'Songs',
  535. 'singer': 'Singer',
  536. 'special': 'Album',
  537. 'listenTest': 'Audition'
  538. },
  539. anchor: {
  540. 'static': {
  541. 'lang_input_anchorName': 'Anchor Name:'
  542. }
  543. },
  544. 'charts': {
  545. 'static': {
  546. 'lang_data_source': 'Data source:',
  547. 'lang_chart_format': 'Chart format:',
  548. 'lang_data_align': 'Align',
  549. 'lang_chart_align_same': 'Consistent with the X-axis Y-axis',
  550. 'lang_chart_align_reverse': 'X-axis Y-axis opposite',
  551. 'lang_chart_title': 'Title',
  552. 'lang_chart_main_title': 'main title:',
  553. 'lang_chart_sub_title': 'sub title:',
  554. 'lang_chart_x_title': 'X-axis title:',
  555. 'lang_chart_y_title': 'Y-axis title:',
  556. 'lang_chart_tip': 'Prompt',
  557. 'lang_cahrt_tip_prefix': 'prefix:',
  558. 'lang_cahrt_tip_description': '仅饼图有效, 当鼠标移动到饼图中相应的块上时,提示框内的文字的前缀',
  559. 'lang_chart_data_unit': 'Unit',
  560. 'lang_chart_data_unit_title': 'unit:',
  561. 'lang_chart_data_unit_description': '显示在每个数据点上的数据的单位, 比如: 温度的单位 ℃',
  562. 'lang_chart_type': 'Chart type:',
  563. 'lang_prev_btn': 'Previous',
  564. 'lang_next_btn': 'Next'
  565. }
  566. },
  567. emotion: {
  568. 'static': {
  569. 'lang_input_choice': 'Choice',
  570. 'lang_input_Tuzki': 'Tuzki',
  571. 'lang_input_lvdouwa': 'LvDouWa',
  572. 'lang_input_BOBO': 'BOBO',
  573. 'lang_input_babyCat': 'BabyCat',
  574. 'lang_input_bubble': 'Bubble',
  575. 'lang_input_youa': 'YouA'
  576. }
  577. },
  578. gmap: {
  579. 'static': {
  580. 'lang_input_address': 'Address:',
  581. 'lang_input_search': 'Search',
  582. 'address': { value: 'Beijing' }
  583. },
  584. searchError: 'Unable to locate the address!'
  585. },
  586. help: {
  587. 'static': {
  588. 'lang_input_about': 'About',
  589. 'lang_input_shortcuts': 'Shortcuts',
  590. 'lang_input_introduction': 'UEditor is developed by Baidu Co.ltd. It is lightweight, customizable , focusing on user experience and etc. , UEditor is based on open source BSD license , allowing free use and redistribution.',
  591. 'lang_Txt_shortcuts': 'Shortcuts',
  592. 'lang_Txt_func': 'Function',
  593. 'lang_Txt_bold': 'Bold',
  594. 'lang_Txt_copy': 'Copy',
  595. 'lang_Txt_cut': 'Cut',
  596. 'lang_Txt_Paste': 'Paste',
  597. 'lang_Txt_undo': 'Undo',
  598. 'lang_Txt_redo': 'Redo',
  599. 'lang_Txt_italic': 'Italic',
  600. 'lang_Txt_underline': 'Underline',
  601. 'lang_Txt_selectAll': 'Select All',
  602. 'lang_Txt_visualEnter': 'Submit',
  603. 'lang_Txt_fullscreen': 'Fullscreen'
  604. }
  605. },
  606. insertframe: {
  607. 'static': {
  608. 'lang_input_address': 'Address:',
  609. 'lang_input_width': 'Width:',
  610. 'lang_input_height': 'height:',
  611. 'lang_input_isScroll': 'Enable scrollbars:',
  612. 'lang_input_frameborder': 'Show frame border:',
  613. 'lang_input_alignMode': 'Alignment:',
  614. 'align': { title: 'Alignment', options: ['Default', 'Left', 'Right', 'Center'] }
  615. },
  616. 'enterAddress': 'Please enter an address!'
  617. },
  618. link: {
  619. 'static': {
  620. 'lang_input_text': 'Text:',
  621. 'lang_input_url': 'URL:',
  622. 'lang_input_title': 'Title:',
  623. 'lang_input_target': 'open in new window:'
  624. },
  625. 'validLink': 'Supports only effective when a link is selected',
  626. 'httpPrompt': 'The hyperlink you enter should start with "http|https|ftp://"!'
  627. },
  628. map: {
  629. 'static': {
  630. lang_city: 'City',
  631. lang_address: 'Address',
  632. city: { value: 'Beijing' },
  633. lang_search: 'Search',
  634. lang_dynamicmap: 'Dynamic map'
  635. },
  636. cityMsg: 'Please enter the city name!',
  637. errorMsg: "Can't find the place!"
  638. },
  639. searchreplace: {
  640. 'static': {
  641. lang_tab_search: 'Search',
  642. lang_tab_replace: 'Replace',
  643. lang_search1: 'Search',
  644. lang_search2: 'Search',
  645. lang_replace: 'Replace',
  646. lang_searchReg: 'Support regular expression ,which starts and ends with a slash ,for example "/expression/"',
  647. lang_searchReg1: 'Support regular expression ,which starts and ends with a slash ,for example "/expression/"',
  648. lang_case_sensitive1: 'Case sense',
  649. lang_case_sensitive2: 'Case sense',
  650. nextFindBtn: { value: 'Next' },
  651. preFindBtn: { value: 'Preview' },
  652. nextReplaceBtn: { value: 'Next' },
  653. preReplaceBtn: { value: 'Preview' },
  654. repalceBtn: { value: 'Replace' },
  655. repalceAllBtn: { value: 'Replace all' }
  656. },
  657. getEnd: 'Has the search to the bottom!',
  658. getStart: 'Has the search to the top!',
  659. countMsg: 'Altogether replaced {#count} character(s)!'
  660. },
  661. snapscreen: {
  662. 'static': {
  663. lang_showMsg: 'You should install the UEditor screenshots program first!',
  664. lang_download: 'Download!',
  665. lang_step1: 'Step1:Download the program and then run it',
  666. lang_step2: 'Step2:After complete install,try to click the button again'
  667. }
  668. },
  669. spechars: {
  670. 'static': {},
  671. tsfh: 'Special',
  672. lmsz: 'Roman',
  673. szfh: 'Numeral',
  674. rwfh: 'Japanese',
  675. xlzm: 'The Greek',
  676. ewzm: 'Russian',
  677. pyzm: 'Phonetic',
  678. yyyb: 'English',
  679. zyzf: 'Others'
  680. },
  681. 'edittable': {
  682. 'static': {
  683. 'lang_tableStyle': 'Table style',
  684. 'lang_insertCaption': 'Add table header row',
  685. 'lang_insertTitle': 'Add table title row',
  686. 'lang_insertTitleCol': 'Add table title col',
  687. 'lang_tableSize': 'Automatically adjust table size',
  688. 'lang_autoSizeContent': 'Adaptive by form text',
  689. 'lang_orderbycontent': 'Table of contents sortable',
  690. 'lang_autoSizePage': 'Page width adaptive',
  691. 'lang_example': 'Example',
  692. 'lang_borderStyle': 'Table Border',
  693. 'lang_color': 'Color:'
  694. },
  695. captionName: 'Caption',
  696. titleName: 'Title',
  697. cellsName: 'text',
  698. errorMsg: 'There are merged cells, can not sort.'
  699. },
  700. 'edittip': {
  701. 'static': {
  702. lang_delRow: 'Delete entire row',
  703. lang_delCol: 'Delete entire col'
  704. }
  705. },
  706. 'edittd': {
  707. 'static': {
  708. lang_tdBkColor: 'Background Color:'
  709. }
  710. },
  711. 'formula': {
  712. 'static': {
  713. }
  714. },
  715. wordimage: {
  716. 'static': {
  717. lang_resave: 'The re-save step',
  718. uploadBtn: { src: 'upload.png', alt: 'Upload' },
  719. clipboard: { style: 'background: url(copy.png) -153px -1px no-repeat;' },
  720. lang_step: ' 1. Click top button to copy the url and then open the dialog to paste it. 2. Open after choose photos uploaded process.'
  721. },
  722. fileType: 'Image',
  723. flashError: 'Flash initialization failed!',
  724. netError: 'Network error! Please try again!',
  725. copySuccess: 'URL has been copied!',
  726. 'flashI18n': {
  727. lang: encodeURI('{"UploadingState":"totalNum: ${a},uploadComplete: ${b}", "BeforeUpload":"waitingNum: ${a}", "ExceedSize":"Size exceed${a}", "ErrorInPreview":"Preview failed", "DefaultDescription":"Description", "LoadingImage":"Loading..."}'),
  728. uploadingTF: encodeURI('{"font":"Arial", "size":12, "color":"0x000", "bold":"true", "italic":"false", "underline":"false"}'),
  729. imageTF: encodeURI('{"font":"Arial", "size":11, "color":"red", "bold":"false", "italic":"false", "underline":"false"}'),
  730. textEncoding: 'utf-8',
  731. addImageSkinURL: 'addImage.png',
  732. allDeleteBtnUpSkinURL: 'allDeleteBtnUpSkin.png',
  733. allDeleteBtnHoverSkinURL: 'allDeleteBtnHoverSkin.png',
  734. rotateLeftBtnEnableSkinURL: 'rotateLeftEnable.png',
  735. rotateLeftBtnDisableSkinURL: 'rotateLeftDisable.png',
  736. rotateRightBtnEnableSkinURL: 'rotateRightEnable.png',
  737. rotateRightBtnDisableSkinURL: 'rotateRightDisable.png',
  738. deleteBtnEnableSkinURL: 'deleteEnable.png',
  739. deleteBtnDisableSkinURL: 'deleteDisable.png',
  740. backgroundURL: '',
  741. listBackgroundURL: '',
  742. buttonURL: 'button.png'
  743. }
  744. },
  745. 'autosave': {
  746. 'success': 'Local conservation success'
  747. }
  748. }