Jelajahi Sumber

审计和模式页面的语句汉化

zlSun 11 bulan lalu
induk
melakukan
448a6e233e

+ 1 - 1
atlas/js/views/audit/CreateAuditTableLayoutView.js

@@ -88,7 +88,7 @@ define([ "require", "backbone", "hbs!tmpl/audit/CreateAuditTableLayoutView_tmpl"
                                 }) : attributesDetails[key] = Utils.formatDate({
                                     date: attributesDetails[key]
                                 }));
-                            }), that.ui.attributeDetails.removeClass("hide"), that.action.indexOf("Classification") === -1 ? that.ui.panelAttrHeading.html("Technical properties ") : that.ui.panelAttrHeading.html("Properties ");
+                            }), that.ui.attributeDetails.removeClass("hide"), that.action.indexOf("Classification") === -1 ? that.ui.panelAttrHeading.html("技术性能") : that.ui.panelAttrHeading.html("Properties ");
                             var attrTable = that.createTableWithValues(attributesDetails);
                             that.ui.attributeCard.html(attrTable);
                         }

+ 0 - 1
atlas/js/views/schema/SchemaLayoutView.js

@@ -133,7 +133,6 @@ define([ "require", "backbone", "hbs!tmpl/schema/SchemaTableLayoutView_tmpl", "c
                         }
                     })
                 });
-                console.log(key)
             }), col.tag = {
                 label: "分类",
                 cell: "Html",