github.com/erda-project/erda-infra@v1.0.9/providers/component-protocol/protocol/translator/i18n-cp-internal.yaml (about)

     1  zh:
     2    debugoptions.missing.componentkey: 调试选项缺少具体组件名
     3    scenario.render.is.empty: 该场景没有可用的组件渲染函数
     4    component.name.is.empty: 组件名为空
     5    component.missing.renderCreator: 组件缺少创建函数
     6    component: 组件
     7    protocol.empty: 协议为空
     8    scenario.is.empty: 场景为空
     9    renderCreator: 渲染函数
    10    component.render.is.empty: 组件渲染函数为空
    11    default.protocol.not.exist: 默认协议不存在
    12    scenario: 场景
    13  
    14  en:
    15    debugoptions.missing.componentkey: debug options missing concrete component key
    16    scenario.render.is.empty: scenario doesn't have any component renders
    17    component.name.is.empty: missing component name
    18    component.missing.renderCreator: missing component
    19    component: component
    20    protocol.empty: protocol is empty
    21    scenario.is.empty: scenario is empty
    22    renderCreator: render creator
    23    component.render.is.empty: component's render is empty
    24    default.protocol.not.exist: default protocol is not exist
    25    scenario: scenario