diff options
author | qin.liang(10184303) <qin.liang13@zte.com.cn> | 2017-08-17 19:26:34 +0800 |
---|---|---|
committer | qin.liang(10184303) <qin.liang13@zte.com.cn> | 2017-08-17 19:27:02 +0800 |
commit | d99cfa04b304311fea4cfeabf71811a5359cd9ae (patch) | |
tree | 0e2d13047866964e91fcba53c9cb498b178ddab5 /esr/src/main/webapp/extsys/sdncontroller/i18n/nfv-nso-iui-i18n-en-US.properties | |
parent | 88c9e674d224e7f3ab4a01ab3d812e9e0137b074 (diff) |
AAI-153 SDNC registration portal realization
Change-Id: Ifde1ed2bf6470350a58e7146588837a323ed9bbb
Issue-ID: AAI-153
Signed-off-by: qin.liang(10184303) <qin.liang13@zte.com.cn>
Diffstat (limited to 'esr/src/main/webapp/extsys/sdncontroller/i18n/nfv-nso-iui-i18n-en-US.properties')
-rw-r--r-- | esr/src/main/webapp/extsys/sdncontroller/i18n/nfv-nso-iui-i18n-en-US.properties | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/esr/src/main/webapp/extsys/sdncontroller/i18n/nfv-nso-iui-i18n-en-US.properties b/esr/src/main/webapp/extsys/sdncontroller/i18n/nfv-nso-iui-i18n-en-US.properties new file mode 100644 index 0000000..caaa70e --- /dev/null +++ b/esr/src/main/webapp/extsys/sdncontroller/i18n/nfv-nso-iui-i18n-en-US.properties @@ -0,0 +1,55 @@ +# +# Copyright 2016-2017 ZTE Corporation. +# +# 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. +# + +//sdnc +nfv-sdnc-iui-title=SDNC Manage +nfv-sdnc-iui-message-title=SDNC info +nfv-sdnc-iui-message-query-fail=Query sdnc failed. +nfv-sdnc-iui-message-save-success=Save successfully. +nfv-sdnc-iui-message-save-fail=Save failed. +nfv-sdnc-iui-message-sdnc-already-exists=SDNC already exists. +nfv-sdnc-iui-message-update-success=Update successfully. +nfv-sdnc-iui-message-update-fail=Update failed. +nfv-sdnc-iui-message-delete-confirm=Do you want to delete the current sdnc? +nfv-sdnc-iui-message-delete-success=SDNC deleted successfully. +nfv-sdnc-iui-message-delete-fail=SDNC deleted failed. + +nfv-sdnc-iui-text-update=Modify sdnc info +nfv-sdnc-iui-text-register=Register sdnc info +nfv-sdnc-iui-text-name=Name +nfv-sdnc-iui-text-type=type +nfv-sdnc-iui-text-version=version +nfv-sdnc-iui-text-certificateUrl=certificate URL +nfv-sdnc-iui-text-vendor=Vendor +nfv-sdnc-iui-text-userName=Username +nfv-sdnc-iui-text-password=Password +nfv-sdnc-iui-text_description=Description +nfv-sdnc-iui-text-cancelBtn=cancel +nfv-sdnc-iui-text-saveBtn=save +nfv-sdnc-iui-text-registerBtn=Register +nfv-sdnc-iui-text-status-normal=Normal +nfv-sdnc-iui-text-status-fail=Abnormal +nfv-sdnc-iui-text-total=Total +nfv-sdnc-iui-text-total-sdnc= of sdnc + +nfv-sdnc-iui-validate-name=Please enter a name +nfv-sdnc-iui-validate-type=Please enter the sdnc type +nfv-sdnc-iui-validate-version=Please enter version +nfv-sdnc-iui-validate-vendor=Please enter vendor +nfv-sdnc-iui-validate-sdnc=Please select a SDNC +nfv-sdnc-iui-validate-url-required=Please enter the URL +nfv-sdnc-iui-validate-url=Please enter the right URL +nfv-sdnc-iui-text-url-tip=Example: http://10.0.0.1 |