| 1 |
- (window["webpackJsonp"]=window["webpackJsonp"]||[]).push([["chunk-1deeb3d4"],{"0ec8":function(e,t,a){"use strict";a.r(t);var o=function(){var e=this,t=e.$createElement,a=e._self._c||t;return a("div",[a("TopTitle",[e._v(" 理财产品管理 ")]),a("el-button",{staticStyle:{"margin-bottom":"16px"},attrs:{type:"primary"},on:{click:e.showDataCreateForm}},[e._v("新增")]),a("div",[a("DetailBlock",{attrs:{title:"理财产品列表"}},[a("el-table",{directives:[{name:"loading",rawName:"v-loading",value:e.loading,expression:"loading"}],staticStyle:{width:"100%"},attrs:{data:e.tableData}},[a("el-table-column",{attrs:{prop:"name",label:"产品名称"}}),a("el-table-column",{attrs:{prop:"name_en",label:"产品英文名称"}}),a("el-table-column",{attrs:{prop:"annualized_rate_of_return",label:"年化%"}}),a("el-table-column",{attrs:{prop:"modeText",label:"模式"}}),a("el-table-column",{attrs:{prop:"days",label:"投资周期(天)"}}),a("el-table-column",{attrs:{prop:"total_position",label:"总仓位"}}),a("el-table-column",{attrs:{prop:"locked_position_faker",label:"初始已锁仓位"}}),a("el-table-column",{attrs:{prop:"locked_position",label:"已锁仓位"}}),a("el-table-column",{attrs:{prop:"total_buy_count",label:"购买人数"}}),a("el-table-column",{attrs:{prop:"min",label:"最小投资金额"}}),a("el-table-column",{attrs:{prop:"max",label:"最大投资金额"}}),a("el-table-column",{attrs:{prop:"is_top",label:"是否置顶"},scopedSlots:e._u([{key:"default",fn:function(t){return[a("el-switch",{on:{change:function(a){return e.switchTab(t.row)}},model:{value:t.row.is_top,callback:function(a){e.$set(t.row,"is_top",a)},expression:"item.row.is_top"}})]}}])}),a("el-table-column",{attrs:{prop:"status",label:"状态"},scopedSlots:e._u([{key:"default",fn:function(t){return["over"==t.row.time_status?a("span",{staticStyle:{color:"#f00"}},[e._v("结束")]):e._e(),"sold_out"==t.row.time_status?a("span",{staticStyle:{color:"#f00"}},[e._v("已售罄")]):e._e(),"started"==t.row.time_status?a("span",[e._v("进行中")]):e._e(),"soon"==t.row.time_status?a("span",[e._v("即将开始")]):e._e()]}}])}),a("el-table-column",{attrs:{prop:"created_at",label:"开始日期"},scopedSlots:e._u([{key:"default",fn:function(t){return[a("div",{staticClass:"title"},[e._v(e._s(e.timestampToDatetime(t.row.start_time)))])]}}])}),a("el-table-column",{attrs:{prop:"created_at",label:"结束日期"},scopedSlots:e._u([{key:"default",fn:function(t){return[a("div",{staticClass:"title"},[e._v(e._s(e.timestampToDatetime(t.row.end_time)))])]}}])}),a("el-table-column",{attrs:{prop:"created_at",label:"创建日期"},scopedSlots:e._u([{key:"default",fn:function(t){return[a("div",{staticClass:"title"},[e._v(e._s(e.timestampToDatetime(t.row.created_at)))])]}}])}),a("el-table-column",{attrs:{prop:"opt",label:"操作",width:"160"},scopedSlots:e._u([{key:"default",fn:function(t){return[a("div",{staticClass:"table-operation"},[a("el-button",{attrs:{size:"mini",type:"primary"},on:{click:function(a){return e.showDataEditForm(t.row)}}},[e._v(" 编辑 ")]),a("el-button",{attrs:{size:"mini",type:"danger"},on:{click:function(a){return e.deleteListData(t.row)}}},[e._v(" 删除 ")])],1)]}}])})],1)],1)],1),a("div",[a("Paginate",{attrs:{page:e.params.page,total:e.total},on:{currentChange:e.handleCurrentChange,sizeChange:e.handleSizeChange}})],1),a("el-dialog",{ref:"createForm",staticClass:"info-dialog",attrs:{visible:e.isShowDialog,width:"800px",title:"新增理财产品"},on:{"update:visible":function(t){e.isShowDialog=t}}},[a("div",[a("el-form",{ref:"form",staticClass:"demo-ruleForm",attrs:{model:e.form,rules:e.rules,"label-width":"140px"}},[a("el-form-item",{attrs:{label:"名称",prop:"name"}},[a("el-input",{attrs:{placeholder:"请输入名称",maxlength:"200",oninput:"value"},model:{value:e.form.name,callback:function(t){e.$set(e.form,"name",t)},expression:"form.name"}})],1),a("el-form-item",{attrs:{label:"英文名称",prop:"name_en",required:""}},[a("el-input",{attrs:{placeholder:"请输入英文名称",maxlength:"200",oninput:"value"},model:{value:e.form.name_en,callback:function(t){e.$set(e.form,"name_en",t)},expression:"form.name_en"}})],1),a("el-form-item",{attrs:{label:"总仓位",prop:"total_position",required:""}},[a("el-input",{attrs:{placeholder:"请输入总仓位",maxlength:"200",oninput:"value"},model:{value:e.form.total_position,callback:function(t){e.$set(e.form,"total_position",t)},expression:"form.total_position"}})],1),a("el-form-item",{attrs:{label:"初始已锁仓位",prop:"locked_position_faker",required:""}},[a("el-input",{attrs:{placeholder:"请输入初始已锁仓位",maxlength:"200",oninput:"value"},model:{value:e.form.locked_position_faker,callback:function(t){e.$set(e.form,"locked_position_faker",t)},expression:"form.locked_position_faker"}})],1),a("el-form-item",{attrs:{label:"币种",prop:"coin"}},[a("el-select",{staticStyle:{width:"118px"},model:{value:e.form.coin,callback:function(t){e.$set(e.form,"coin",t)},expression:"form.coin"}},e._l(e.coinOption,(function(e){return a("el-option",{key:e.currency,attrs:{label:e.currency,value:e.currency}})})),1)],1),a("el-form-item",{attrs:{label:"年化%",prop:"annualized_rate_of_return"}},[a("el-input",{attrs:{placeholder:"请输入年化%",maxlength:"200",oninput:"value=value.replace(/[^0-9\\.]/g,'')"},model:{value:e.form.annualized_rate_of_return,callback:function(t){e.$set(e.form,"annualized_rate_of_return","string"===typeof t?t.trim():t)},expression:"form.annualized_rate_of_return"}})],1),a("el-form-item",{attrs:{label:"起止时间",prop:"dateRange"}},[a("el-date-picker",{attrs:{type:"datetimerange","value-format":"timestamp","range-separator":"至","start-placeholder":"开始日期","default-time":["00:00:00","23:59:59"],"end-placeholder":"结束日期"},on:{change:e.formChange},model:{value:e.form.dateRange,callback:function(t){e.$set(e.form,"dateRange",t)},expression:"form.dateRange"}}),a("span",{staticStyle:{"padding-left":"10px"}},[e._v("共"+e._s(e.formTotalDays)+"天")])],1),a("el-form-item",{attrs:{label:"模式",prop:"mode",required:""}},[a("el-select",{staticStyle:{width:"118px"},model:{value:e.form.mode,callback:function(t){e.$set(e.form,"mode",t)},expression:"form.mode"}},e._l(e.modeList,(function(e){return a("el-option",{key:e.id,attrs:{label:e.text,value:e.id}})})),1)],1),a("el-form-item",{attrs:{label:"否开启自动增加虚拟锁仓",prop:"is_auto_buy"}},[a("el-radio-group",{model:{value:e.form.is_auto_buy,callback:function(t){e.$set(e.form,"is_auto_buy",t)},expression:"form.is_auto_buy"}},[a("el-radio",{attrs:{label:"1"}},[e._v("开启")]),a("el-radio",{attrs:{label:"0"}},[e._v("不开启")])],1)],1),a("el-form-item",{attrs:{label:"最小投资金额",prop:"min"}},[a("el-input",{attrs:{placeholder:"请输入最小投资金额"},model:{value:e.form.min,callback:function(t){e.$set(e.form,"min",t)},expression:"form.min"}})],1),a("el-form-item",{attrs:{label:"最大投资金额",prop:"max"}},[a("el-input",{attrs:{placeholder:"请输入最大投资金额"},model:{value:e.form.max,callback:function(t){e.$set(e.form,"max",t)},expression:"form.max"}})],1),a("el-form-item",{attrs:{label:"中文详情",prop:"description"}},[a("Editor3",{attrs:{htmlContent:e.form.description},on:{changeHtmlContent:e.addDescription}})],1),a("el-form-item",{attrs:{label:"英文详情",prop:"description_en"}},[a("Editor4",{attrs:{htmlContent:e.form.description_en},on:{changeHtmlContent:e.addDescriptionEn}})],1)],1)],1),a("template",{slot:"footer"},[a("span",{staticClass:"dialog-footer"},[a("el-button",{staticClass:"dialog-cancel-btn",on:{click:function(t){e.isShowDialog=!1}}},[e._v("取 消")]),a("el-button",{staticClass:"dialog-confirm-btn",attrs:{type:"primary"},on:{click:e.submit}},[e._v("确 定")])],1)])],2),a("el-dialog",{staticClass:"info-dialog",attrs:{visible:e.isShowEditDialog,width:"800px",title:"编辑理财产品"},on:{"update:visible":function(t){e.isShowEditDialog=t}}},[a("div",[a("el-form",{ref:"editForm",staticClass:"ruleForm",attrs:{model:e.editForm,rules:e.rules,"label-width":"140px"}},[a("el-form-item",{attrs:{label:"名称",prop:"name"}},[a("el-input",{attrs:{placeholder:"请输名称",maxlength:"200",oninput:"value"},model:{value:e.editForm.name,callback:function(t){e.$set(e.editForm,"name",t)},expression:"editForm.name"}})],1),a("el-form-item",{attrs:{label:"英文名称",prop:"name_en",required:""}},[a("el-input",{attrs:{placeholder:"请输英文名称",maxlength:"200",oninput:"value"},model:{value:e.editForm.name_en,callback:function(t){e.$set(e.editForm,"name_en",t)},expression:"editForm.name_en"}})],1),a("el-form-item",{attrs:{label:"总仓位",prop:"total_position",required:""}},[a("el-input",{attrs:{placeholder:"请输总仓位",maxlength:"200",oninput:"value"},model:{value:e.editForm.total_position,callback:function(t){e.$set(e.editForm,"total_position",t)},expression:"editForm.total_position"}})],1),a("el-form-item",{attrs:{label:"初始已锁仓位",prop:"locked_position_faker",required:""}},[a("el-input",{attrs:{placeholder:"请输入初始已锁仓位",maxlength:"200",oninput:"value"},model:{value:e.editForm.locked_position_faker,callback:function(t){e.$set(e.editForm,"locked_position_faker",t)},expression:"editForm.locked_position_faker"}})],1),a("el-form-item",{attrs:{label:"币种",prop:"coin"}},[a("el-select",{staticStyle:{width:"118px"},model:{value:e.editForm.coin,callback:function(t){e.$set(e.editForm,"coin",t)},expression:"editForm.coin"}},e._l(e.coinOption,(function(e){return a("el-option",{key:e.currency,attrs:{label:e.currency,value:e.currency}})})),1)],1),a("el-form-item",{attrs:{label:"年化%",prop:"annualized_rate_of_return"}},[a("el-input",{attrs:{placeholder:"请输入年化%",maxlength:"200",oninput:"value=value.replace(/[^0-9\\.]/g,'')"},model:{value:e.editForm.annualized_rate_of_return,callback:function(t){e.$set(e.editForm,"annualized_rate_of_return","string"===typeof t?t.trim():t)},expression:"editForm.annualized_rate_of_return"}})],1),a("el-form-item",{attrs:{label:"起止时间",prop:"dateRange"}},[a("el-date-picker",{attrs:{type:"datetimerange","value-format":"timestamp","range-separator":"至","start-placeholder":"开始日期","end-placeholder":"结束日期","default-time":["00:00:00","23:59:59"]},on:{change:e.editChange},model:{value:e.editForm.dateRange,callback:function(t){e.$set(e.editForm,"dateRange",t)},expression:"editForm.dateRange"}}),a("span",{staticStyle:{"padding-left":"10px"}},[e._v("共"+e._s(e.editTotalDays)+"天")])],1),a("el-form-item",{attrs:{label:"模式",prop:"mode",required:""}},[a("el-select",{staticStyle:{width:"118px"},model:{value:e.editForm.mode,callback:function(t){e.$set(e.editForm,"mode",t)},expression:"editForm.mode"}},e._l(e.modeList,(function(e){return a("el-option",{key:e.id,attrs:{label:e.text,value:e.id}})})),1)],1),a("el-form-item",{attrs:{label:"否开启自动增加虚拟锁仓",prop:"is_auto_buy"}},[a("el-radio-group",{model:{value:e.editForm.is_auto_buy,callback:function(t){e.$set(e.editForm,"is_auto_buy",t)},expression:"editForm.is_auto_buy"}},[a("el-radio",{attrs:{label:"1"}},[e._v("开启")]),a("el-radio",{attrs:{label:"0"}},[e._v("不开启")])],1)],1),a("el-form-item",{attrs:{label:"最小投资金额",prop:"min"}},[a("el-input",{attrs:{placeholder:"请输入最小投资金额",maxlength:"200",oninput:"value=value.replace(/[^0-9\\.]/g,'')"},model:{value:e.editForm.min,callback:function(t){e.$set(e.editForm,"min","string"===typeof t?t.trim():t)},expression:"editForm.min"}})],1),a("el-form-item",{attrs:{label:"最大投资金额",prop:"max"}},[a("el-input",{attrs:{placeholder:"请输入最大投资金额",maxlength:"200",oninput:"value=value.replace(/[^0-9\\.]/g,'')"},model:{value:e.editForm.max,callback:function(t){e.$set(e.editForm,"max","string"===typeof t?t.trim():t)},expression:"editForm.max"}})],1),a("el-form-item",{attrs:{label:"是否开启",prop:"status"}},[a("el-switch",{staticClass:"input-w",attrs:{oninput:"value"},model:{value:e.editForm.status,callback:function(t){e.$set(e.editForm,"status",t)},expression:"editForm.status"}})],1),a("el-form-item",{attrs:{label:"中文详情",prop:"description"}},[a("Editor",{attrs:{htmlContent:e.editForm.description},on:{changeHtmlContent:e.editDescription}})],1),a("el-form-item",{attrs:{label:"英文详情",prop:"description_en"}},[a("Editor2",{attrs:{htmlContent:e.editForm.description_en},on:{changeHtmlContent:e.editDescriptionEn}})],1)],1)],1),a("template",{slot:"footer"},[a("span",{staticClass:"dialog-footer"},[a("el-button",{staticClass:"dialog-cancel-btn",on:{click:function(t){e.isShowEditDialog=!1}}},[e._v("取 消")]),a("el-button",{staticClass:"dialog-confirm-btn",attrs:{type:"primary"},on:{click:e.submitEdit}},[e._v("确 定")])],1)])],2)],1)},i=[],r=(a("a4d3"),a("e01a"),a("4160"),a("b0c0"),a("159b"),a("5530")),n=a("0238"),l=a("365c"),s=a("c466"),d=a("b8d9"),c=a("8510"),m=a("9ea4"),u=a("40b2"),p=a("eb29"),f=(a("6fad"),a("a897")),g=a("1da2"),h=a("d1b5"),b=a("d500"),_={components:{Uedit:p["a"],Paginate:n["a"],DetailBlock:d["a"],TableSet:c["a"],TopTitle:m["a"],Filters:u["a"],Editor:f["a"],Editor2:g["a"],Editor3:h["a"],Editor4:b["a"]},data:function(){return{params:{page:1,page_size:this.$store.state.attr.pageSize},total:0,loading:!1,submitLoading:!1,tableData:[],enumerateData:{},workId:"",isShowDialog:!1,modeList:[{id:"1",text:"定期理财"},{id:"2",text:"不定期理财"}],form:{content:"",name:"",name_en:"",min:"",max:"",status:!0,coin:"TRX",mode:"",is_auto_buy:"0",dateRange:[],total_position:"",annualized_rate_of_return:"",locked_position_faker:"",description:"",description_en:""},formTotalDays:0,coinOption:[],editForm:{content:"",name:"",name_en:"",min:"",max:"",status:!0,coin:"TRX",mode:"",is_auto_buy:"0",dateRange:[],total_position:"",annualized_rate_of_return:"",locked_position_faker:"",description:"",description_en:""},editTotalDays:0,rules:{name:[{required:!0,message:"请输入名称",trigger:"blur"}],annualized_rate_of_return:[{required:!0,message:"请输入年化收益率%",trigger:"blur"}],min:[{required:!0,message:"请输入最小投资金额",trigger:"blur"}],max:[{required:!0,message:"请输入最大投资金额",trigger:"blur"}],total_position:[{required:!0,message:"请输入总仓位",trigger:"blur"}],locked_position_faker:[{required:!0,message:"请输入初始已锁仓位",trigger:"blur"}]},isShowEditDialog:!1,id:""}},computed:{},mounted:function(){this.getData(this.params)},methods:{addDescription:function(e){this.form.description=e},addDescriptionEn:function(e){this.form.description_en=e},editDescription:function(e){this.editForm.description=e},editDescriptionEn:function(e){this.editForm.description_en=e},getData:function(e){var t=this;this.loading=!0,Object(l["B"])(Object(r["a"])(Object(r["a"])({},e),{},{page:e.page-1})).then((function(e){if(200===e.code){var a=e.data.list,o=[];a.forEach((function(e){e.is_top="1"===e.is_top,1==e.mode&&(e.modeText="定期理财"),2==e.mode&&(e.modeText="不定期理财",e.days="-"),o.push(e)})),t.tableData=a,t.total=parseInt(e.data.listTotalCount)}else t.$message.error(e.message);Object(l["bc"])().then((function(e){200===e.code?t.coinOption=e.data.list:t.$message.error(e.message)})),t.loading=!1}))},switchTab:function(e){var t=this,a="",o={id:e.id};a=1==e.is_top?"1":"0";var i={is_top:a};Object(l["C"])(o,i).then((function(e){200===e.code?(t.$message.success("置顶成功"),t.getData(t.params)):t.$message.error(e.message)}))},handleCurrentChange:function(e){this.params.page=e,this.getData(this.params)},handleSizeChange:function(e,t){this.params.page_size=e,this.getData(this.params)},timestampToDatetime:function(e){return Object(s["a"])(e,!0)},showDataCreateForm:function(){var e=this;this.isShowDialog=!0,this.$nextTick((function(){e.$refs.form.clearValidate()}))},showDataEditForm:function(e){this.isShowEditDialog=!0,this.editForm={name:e.name,name_en:e.name_en,description_en:e.description_en,description:e.description,annualized_rate_of_return:e.annualized_rate_of_return,coin:e.coin,mode:e.mode,is_auto_buy:e.is_auto_buy,max:e.max,min:e.min,total_position:e.total_position,locked_position_faker:e.locked_position_faker,status:"1"===e.status,dateRange:[1e3*e.start_time,1e3*e.end_time]},this.editTotalDays=this.dateDiff(this.editForm.dateRange[0],this.editForm.dateRange[1]),this.id=e.id},submitEdit:function(){var e=this;this.$refs["editForm"].validate((function(t){if(!t)return console.log("error submit!!"),!1;Object(l["C"])({id:e.id},Object(r["a"])(Object(r["a"])({},e.editForm),{},{start_time:e.editForm.dateRange[0]/1e3,end_time:e.editForm.dateRange[1]/1e3,status:+e.editForm.status})).then((function(t){200===t.code?(e.$message.success("编辑成功"),e.getData(e.params),e.isShowEditDialog=!1):e.$message.error(t.message)}))}))},submit:function(){var e=this;this.$refs["form"].validate((function(t){if(!t)return console.log("error submit!!"),!1;e.form.status=+e.form.status,e.form.start_time=e.form.dateRange[0]/1e3,e.form.end_time=e.form.dateRange[1]/1e3;var a=JSON.parse(JSON.stringify(e.form));Object(l["z"])(a).then((function(t){200===t.code?(e.$message.success("新增成功"),e.getData(e.params),e.isShowDialog=!1):e.$message.error(t.message)}))}))},deleteListData:function(e){var t=this;this.$confirm("确认删除该理财产品吗?","提示",{confirmButtonText:"确定",cancelButtonText:"取消",type:"warning"}).then((function(){Object(l["A"])({id:e.id}).then((function(e){200===e.code?(t.$message.success("删除成功"),t.getData(t.params)):t.$message.error(e.message)}))})).catch((function(){}))},formChange:function(){this.formTotalDays=this.dateDiff(this.form.dateRange[0],this.form.dateRange[1])},editChange:function(){this.editTotalDays=this.dateDiff(this.editForm.dateRange[0],this.editForm.dateRange[1])},dateDiff:function(e,t){return parseInt(Math.abs(e-t)/1e3/60/60/24)+1}}},v=_,k=(a("81c8"),a("2877")),y=Object(k["a"])(v,o,i,!1,null,"57229462",null);t["default"]=y.exports},2934:function(e,t,a){"use strict";a.d(t,"c",(function(){return i})),a.d(t,"b",(function(){return r})),a.d(t,"a",(function(){return n}));var o=a("b775");function i(e){return Object(o["b"])({url:"/common/file/images",method:"post",data:e})}function r(e){return Object(o["b"])({url:"/coin/price",method:"get",params:e})}function n(){return Object(o["b"])({url:"/country-code/index",method:"get"})}},"81c8":function(e,t,a){"use strict";var o=a("aa92"),i=a.n(o);i.a},aa92:function(e,t,a){},ddec:function(e,t,a){"use strict";a.r(t);var o=a("e562"),i=a.n(o);i.a.addI18n("zh_CN",{Redo:"恢复",Undo:"撤销",Cut:"剪切",Copy:"复制",Paste:"粘贴","Select all":"全选","New document":"新建文档",Ok:"确定",Cancel:"取消","Visual aids":"网格线",Bold:"粗体",Italic:"斜体",Underline:"下划线",Strikethrough:"删除线",Superscript:"上标",Subscript:"下标","Clear formatting":"清除格式","Align left":"左对齐","Align center":"居中","Align right":"右对齐",Justify:"两端对齐","Bullet list":"符号列表","Numbered list":"数字列表","Decrease indent":"减少缩进","Increase indent":"增加缩进",Close:"关闭",Formats:"格式","Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X/C/V keyboard shortcuts instead.":"当前浏览器不支持访问剪贴板,请使用快捷键Ctrl+X/C/V复制粘贴",Headers:"标题","Header 1":"标题1","Header 2":"标题2","Header 3":"标题3","Header 4":"标题4","Header 5":"标题5","Header 6":"标题6",Headings:"标题","Heading 1":"标题1","Heading 2":"标题2","Heading 3":"标题3","Heading 4":"标题4","Heading 5":"标题5","Heading 6":"标题6",Preformatted:"预格式化",Div:"Div区块",Pre:"预格式文本",Code:"代码",Paragraph:"段落",Blockquote:"引用",Inline:"文本",Blocks:"区块","Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.":"当前为纯文本粘贴模式,再次点击可以回到普通粘贴模式。",Fonts:"字体","Font Sizes":"字号",Class:"Class","Browse for an image":"浏览图像",OR:"或","Drop an image here":"拖放一张图片文件至此",Upload:"上传",Block:"块",Align:"对齐",Default:"默认",Circle:"空心圆",Disc:"实心圆",Square:"方块","Lower Alpha":"小写英文字母","Lower Greek":"小写希腊字母","Lower Roman":"小写罗马字母","Upper Alpha":"大写英文字母","Upper Roman":"大写罗马字母","Anchor...":"锚点...",Name:"名称",Id:"id","Id should start with a letter, followed only by letters, numbers, dashes, dots, colons or underscores.":"id应该以字母开头,后跟字母、数字、横线、点、冒号或下划线。","You have unsaved changes are you sure you want to navigate away?":"你对文档的修改尚未保存,确定离开吗?","Restore last draft":"恢复上次的草稿","Special characters...":"特殊字符...","Source code":"HTML源码","Insert/Edit code sample":"插入/编辑代码示例",Language:"语言","Code sample...":"代码示例...","Color Picker":"选取颜色",R:"R",G:"G",B:"B","Left to right":"从左到右","Right to left":"从右到左","Emoticons...":"表情符号...","Metadata and Document Properties":"元数据和文档属性",Title:"标题",Keywords:"关键词",Description:"描述",Robots:"机器人",Author:"作者",Encoding:"编码",Fullscreen:"全屏",Action:"操作",Shortcut:"快捷键",Help:"帮助",Address:"地址","Focus to menubar":"移动焦点到菜单栏","Focus to toolbar":"移动焦点到工具栏","Focus to element path":"移动焦点到元素路径","Focus to contextual toolbar":"移动焦点到上下文菜单","Insert link (if link plugin activated)":"插入链接 (如果链接插件已激活)","Save (if save plugin activated)":"保存(如果保存插件已激活)","Find (if searchreplace plugin activated)":"查找(如果查找替换插件已激活)","Plugins installed ({0}):":"已安装插件 ({0}):","Premium plugins:":"优秀插件:","Learn more...":"了解更多...","You are using {0}":"你正在使用 {0}",Plugins:"插件","Handy Shortcuts":"快捷键","Horizontal line":"水平分割线","Insert/edit image":"插入/编辑图片","Image description":"图片描述",Source:"地址",Dimensions:"大小","Constrain proportions":"保持宽高比",General:"常规",Advanced:"高级",Style:"样式","Vertical space":"垂直边距","Horizontal space":"水平边距",Border:"边框","Insert image":"插入图片","Image...":"图片...","Image list":"图片列表","Rotate counterclockwise":"逆时针旋转","Rotate clockwise":"顺时针旋转","Flip vertically":"垂直翻转","Flip horizontally":"水平翻转","Edit image":"编辑图片","Image options":"图片选项","Zoom in":"放大","Zoom out":"缩小",Crop:"裁剪",Resize:"调整大小",Orientation:"方向",Brightness:"亮度",Sharpen:"锐化",Contrast:"对比度","Color levels":"色阶",Gamma:"伽马值",Invert:"反转",Apply:"应用",Back:"后退","Insert date/time":"插入日期/时间","Date/time":"日期/时间","Insert/Edit Link":"插入/编辑链接","Insert/edit link":"插入/编辑链接","Text to display":"显示文字",Url:"地址","Open link in...":"链接打开方式...","Current window":"当前窗口打开",None:"在当前窗口/框架打开","New window":"在新窗口打开","Remove link":"删除链接",Anchors:"锚点","Link...":"链接...","Paste or type a link":"粘贴或输入链接","The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?":"你所填写的URL地址为邮件地址,需要加上mailto:前缀吗?","The URL you entered seems to be an external link. Do you want to add the required http:// prefix?":"你所填写的URL地址属于外部链接,需要加上http://:前缀吗?","Link list":"链接列表","Insert video":"插入视频","Insert/edit video":"插入/编辑视频","Insert/edit media":"插入/编辑媒体","Alternative source":"替代资源","Alternative image URL":"资源备用地址","Media poster (Image URL)":"封面(图片地址)","Paste your embed code below:":"将内嵌代码粘贴在下面:",Embed:"内嵌","Media...":"多媒体...","Nonbreaking space":"不间断空格","Page break":"分页符","Paste as text":"粘贴为文本",Preview:"预览","Print...":"打印...",Save:"保存",Find:"查找","Replace with":"替换为",Replace:"替换","Replace all":"替换全部",Previous:"上一个",Next:"下一个","Find and replace...":"查找并替换...","Could not find the specified string.":"未找到搜索内容。","Match case":"区分大小写","Find whole words only":"全单词匹配","Spell check":"拼写检查",Ignore:"忽略","Ignore all":"忽略全部",Finish:"完成","Add to Dictionary":"添加到字典","Insert table":"插入表格","Table properties":"表格属性","Delete table":"删除表格",Cell:"单元格",Row:"行",Column:"列","Cell properties":"单元格属性","Merge cells":"合并单元格","Split cell":"拆分单元格","Insert row before":"在上方插入","Insert row after":"在下方插入","Delete row":"删除行","Row properties":"行属性","Cut row":"剪切行","Copy row":"复制行","Paste row before":"粘贴到上方","Paste row after":"粘贴到下方","Insert column before":"在左侧插入","Insert column after":"在右侧插入","Delete column":"删除列",Cols:"列",Rows:"行",Width:"宽",Height:"高","Cell spacing":"单元格外间距","Cell padding":"单元格内边距","Show caption":"显示标题",Left:"左对齐",Center:"居中",Right:"右对齐","Cell type":"单元格类型",Scope:"范围",Alignment:"对齐方式","H Align":"水平对齐","V Align":"垂直对齐",Top:"顶部对齐",Middle:"垂直居中",Bottom:"底部对齐","Header cell":"表头单元格","Row group":"行组","Column group":"列组","Row type":"行类型",Header:"表头",Body:"表体",Footer:"表尾","Border color":"边框颜色","Insert template...":"插入模板...",Templates:"模板",Template:"模板","Text color":"文字颜色","Background color":"背景色","Custom...":"自定义...","Custom color":"自定义颜色","No color":"无","Remove color":"删除颜色","Table of Contents":"目录","Show blocks":"显示区块边框","Show invisible characters":"显示不可见字符","Word count":"字数统计","Words: {0}":"字数:{0}","{0} words":"{0} 个字",File:"文件",Edit:"编辑",Insert:"插入",View:"查看",Format:"格式",Table:"表格",Tools:"工具","Powered by {0}":"Powered by {0}","Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help":"在编辑区按ALT+F9打开菜单,按ALT+F10打开工具栏,按ALT+0查看帮助","Image title":"图片标题","Border width":"边框宽度","Border style":"边框样式",Error:"错误",Warn:"警告",Valid:"有效","To open the popup, press Shift+Enter":"此快捷为软回车(插入<br>)","Rich Text Area. Press ALT-0 for help.":"编辑区. 按Alt+0键打开帮助","System Font":"默认字体","Failed to upload image: {0}":"图片上传失败: {0}","Failed to load plugin: {0} from url {1}":"插件加载失败: {0} - {1}","Failed to load plugin url: {0}":"插件加载失败: {0}","Failed to initialize plugin: {0}":"插件初始化失败: {0}",example:"示例",Search:"查找",All:"全部",Currency:"货币",Text:"文本",Quotations:"引用",Mathematical:"数学运算符","Extended Latin":"拉丁语扩充",Symbols:"符号",Arrows:"箭头","User Defined":"自定义","dollar sign":"美元","currency sign":"货币","euro-currency sign":"欧元","colon sign":"冒号","cruzeiro sign":"克鲁赛罗币","french franc sign":"法郎","lira sign":"里拉","mill sign":"密尔","naira sign":"奈拉","peseta sign":"比塞塔","rupee sign":"卢比","won sign":"韩元","new sheqel sign":"新谢克尔","dong sign":"越南盾","kip sign":"老挝基普","tugrik sign":"图格里克","drachma sign":"德拉克马","german penny symbol":"德国便士","peso sign":"比索","guarani sign":"瓜拉尼","austral sign":"澳元","hryvnia sign":"格里夫尼亚","cedi sign":"塞地","livre tournois sign":"里弗弗尔","spesmilo sign":"一千spesoj的货币符号,该货币未使用","tenge sign":"坚戈","indian rupee sign":"印度卢比","turkish lira sign":"土耳其里拉","nordic mark sign":"北欧马克","manat sign":"马纳特","ruble sign":"卢布","yen character":"日元","yuan character":"人民币元","yuan character, in hong kong and taiwan":"元的繁体字","yen/yuan character variant one":"元(大写)","Loading emoticons...":"正在加载表情文字...","Could not load emoticons":"不能加载表情文字",People:"人类","Animals and Nature":"动物和自然","Food and Drink":"食物和饮品",Activity:"活动","Travel and Places":"旅游和地点",Objects:"物件",Flags:"旗帜",Characters:"字数","Characters (no spaces)":"字数(不含空格)","Error: Form submit field collision.":"错误: 表单提交字段冲突.","Error: No form element found.":"错误: 未找到可用的form.",Update:"更新","Color swatch":"颜色样本",Turquoise:"青绿",Green:"绿色",Blue:"蓝色",Purple:"紫色","Navy Blue":"海军蓝","Dark Turquoise":"深蓝绿色","Dark Green":"暗绿","Medium Blue":"中蓝","Medium Purple":"中紫","Midnight Blue":"深蓝",Yellow:"黄色",Orange:"橙色",Red:"红色","Light Gray":"浅灰",Gray:"灰色","Dark Yellow":"暗黄","Dark Orange":"暗橙","Dark Red":"暗红","Medium Gray":"中灰","Dark Gray":"深灰",Black:"黑色",White:"白色","Switch to or from fullscreen mode":"切换全屏模式","Open help dialog":"打开帮助对话框",history:"历史",styles:"样式",formatting:"格式化",alignment:"对齐",indentation:"缩进","permanent pen":"记号笔",comments:"注释",Anchor:"锚点","Special character":"特殊字符","Code sample":"代码示例",Color:"颜色",Emoticons:"表情","Document properties":"文档属性",Image:"图片","Insert link":"插入链接",Target:"目标",Link:"链接",Poster:"封面",Media:"音视频",Print:"打印",Prev:"上一个","Find and replace":"查找并替换","Whole words":"全字匹配",Spellcheck:"拼写检查",Caption:"标题","Insert template":"插入模板","Code view":"代码区域","Select...":"选择...","Format Painter":"格式刷","No templates defined.":"无内置模板","Special character...":"特殊字符...","Open link":"打开链接",Count:"统计",Document:"整个文档",Selection:"选取部分",Words:"字词数","{0} characters":"{0} 个字符","Alternative source URL":"替代资源地址","Alternative description":"替代说明文字",Accessibility:"可访问性","Image is decorative":"仅用于装饰","Line height":"行高","Cut column":"剪切列","Copy column":"复制列","Paste column before":"粘贴到前方","Paste column after":"粘贴到后方",Version:"版本","Keyboard Navigation":"键盘导航","Open popup menu for split buttons":"该组合键的作用是软回车(插入br)"})}}]);
|