瀏覽代碼

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

zlSun 11 月之前
父節點
當前提交
448a6e233e
共有 2 個文件被更改,包括 1 次插入2 次删除
  1. 1 1
      atlas/js/views/audit/CreateAuditTableLayoutView.js
  2. 0 1
      atlas/js/views/schema/SchemaLayoutView.js

+ 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",