diff --git a/src/locales/lang/en.ts b/src/locales/lang/en.ts index cfe2d874..db25e62e 100644 --- a/src/locales/lang/en.ts +++ b/src/locales/lang/en.ts @@ -391,5 +391,11 @@ const msg = { save: "Save", editStrategy: "Edit Policies", policyList: "Policy List", + targetTypes: "Target Type", + monitorType: "Monitor Type", + count: "Count", + threshold: "Threshold", + uriRegex: "URI Regex", + uriList: "URI List", }; export default msg; diff --git a/src/locales/lang/es.ts b/src/locales/lang/es.ts index 32a268d1..dcf9f979 100644 --- a/src/locales/lang/es.ts +++ b/src/locales/lang/es.ts @@ -390,5 +390,11 @@ const msg = { save: "Salvar", editStrategy: "Estrategia editorial", policyList: "Lista de políticas", + targetTypes: "Tipo de objetivo", + monitorType: "Tipo de Monitor", + count: "Contar", + threshold: "Umbral", + uriRegex: "Lista URI", + uriList: "URI List", }; export default msg; diff --git a/src/locales/lang/zh.ts b/src/locales/lang/zh.ts index 1d2093c7..235f2762 100644 --- a/src/locales/lang/zh.ts +++ b/src/locales/lang/zh.ts @@ -388,5 +388,11 @@ const msg = { save: "保存", editStrategy: "编辑策略", policyList: "策略列表", + targetTypes: "目标类型", + monitorType: "监视器类型", + count: "总数", + threshold: "阈值", + uriRegex: "URI规则", + uriList: "URI列表", }; export default msg; diff --git a/src/views/dashboard/related/continuous-profiling/components/EditPolicy.vue b/src/views/dashboard/related/continuous-profiling/components/EditPolicy.vue index 10efbcaf..d3917225 100644 --- a/src/views/dashboard/related/continuous-profiling/components/EditPolicy.vue +++ b/src/views/dashboard/related/continuous-profiling/components/EditPolicy.vue @@ -14,35 +14,62 @@ See the License for the specific language governing permissions and limitations under the License. -->