You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

683 lines
29 KiB

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