summaryrefslogtreecommitdiffstats
path: root/openoiui-standlone/src/main/assembly/webroot/framework/hsif/openo-nsoc
diff options
context:
space:
mode:
Diffstat (limited to 'openoiui-standlone/src/main/assembly/webroot/framework/hsif/openo-nsoc')
-rw-r--r--openoiui-standlone/src/main/assembly/webroot/framework/hsif/openo-nsoc/i18n/loadi18n-openo-nsoc.js20
-rw-r--r--openoiui-standlone/src/main/assembly/webroot/framework/hsif/openo-nsoc/i18n/openo-nsoc-i18n-en-US.properties23
-rw-r--r--openoiui-standlone/src/main/assembly/webroot/framework/hsif/openo-nsoc/i18n/openo-nsoc-i18n-zh-CN.properties23
3 files changed, 66 insertions, 0 deletions
diff --git a/openoiui-standlone/src/main/assembly/webroot/framework/hsif/openo-nsoc/i18n/loadi18n-openo-nsoc.js b/openoiui-standlone/src/main/assembly/webroot/framework/hsif/openo-nsoc/i18n/loadi18n-openo-nsoc.js
new file mode 100644
index 00000000..724477b6
--- /dev/null
+++ b/openoiui-standlone/src/main/assembly/webroot/framework/hsif/openo-nsoc/i18n/loadi18n-openo-nsoc.js
@@ -0,0 +1,20 @@
+/*
+ * Copyright (C) 2015 ZTE, Inc. and others. All rights reserved. (ZTE)
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+function loadnsocPropertiesSideMenu(lang){
+ loadPropertiesSideMenu(lang, 'openo-nsoc-i18n', '/iui/framework/hsif/openo-nsoc/i18n/');
+}
+loadnsocPropertiesSideMenu(lang); \ No newline at end of file
diff --git a/openoiui-standlone/src/main/assembly/webroot/framework/hsif/openo-nsoc/i18n/openo-nsoc-i18n-en-US.properties b/openoiui-standlone/src/main/assembly/webroot/framework/hsif/openo-nsoc/i18n/openo-nsoc-i18n-en-US.properties
new file mode 100644
index 00000000..49d21c9c
--- /dev/null
+++ b/openoiui-standlone/src/main/assembly/webroot/framework/hsif/openo-nsoc/i18n/openo-nsoc-i18n-en-US.properties
@@ -0,0 +1,23 @@
+#
+# Copyright (C) 2015 ZTE, Inc. and others. All rights reserved. (ZTE)
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+org_openo_orchestrator_nsoc_service=Service
+org_openo_orchestrator_nsoc_orchestrator=Orchestrator
+org_openo_orchestrator_nsoc_model_design=Model Design
+org_openo_orchestrator_nsoc_node_type=Node Type
+org_openo_orchestrator_nsoc_pkg=Package
+org_openo_orchestrator_nsoc_template=Service Template
+org_openo_orchestrator_nsoc_lifecycle=Lifecycle
+org_openo_orchestrator_nsoc_hostimage=Host Image \ No newline at end of file
diff --git a/openoiui-standlone/src/main/assembly/webroot/framework/hsif/openo-nsoc/i18n/openo-nsoc-i18n-zh-CN.properties b/openoiui-standlone/src/main/assembly/webroot/framework/hsif/openo-nsoc/i18n/openo-nsoc-i18n-zh-CN.properties
new file mode 100644
index 00000000..355d1ef7
--- /dev/null
+++ b/openoiui-standlone/src/main/assembly/webroot/framework/hsif/openo-nsoc/i18n/openo-nsoc-i18n-zh-CN.properties
@@ -0,0 +1,23 @@
+#
+# Copyright (C) 2015 ZTE, Inc. and others. All rights reserved. (ZTE)
+#
+# Licensed under the Apache License, Version 2.0 (the "License");
+# you may not use this file except in compliance with the License.
+# You may obtain a copy of the License at
+#
+# http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+org_openo_orchestrator_nsoc_service=业务
+org_openo_orchestrator_nsoc_orchestrator=编排
+org_openo_orchestrator_nsoc_model_design=模型设计
+org_openo_orchestrator_nsoc_node_type=节点类型
+org_openo_orchestrator_nsoc_pkg=包管理
+org_openo_orchestrator_nsoc_template=模板管理
+org_openo_orchestrator_nsoc_lifecycle=生命周期管理
+org_openo_orchestrator_nsoc_hostimage=主机镜像 \ No newline at end of file