feat: 网元快速安装多语言翻译
This commit is contained in:
@@ -591,6 +591,7 @@ export default {
|
||||
neTypeTip: 'Fill in the type of network element to be created, e.g. SMF.',
|
||||
neId: 'NE ID',
|
||||
neIdPlease: 'Please enter the network element identification',
|
||||
neIdTip: 'Fill in the unique identifier of the network element binding',
|
||||
rmUid: 'Resource Unique ID',
|
||||
rmUidPlease: 'Please enter a resource unique ID',
|
||||
rmUidTip: "Tagging for data reporting of network element logs, alarms, metrics, etc.",
|
||||
@@ -670,7 +671,7 @@ export default {
|
||||
delTip: "Confirm that you want to delete the host number [{num}]?",
|
||||
addTitle: "Add Host Connection",
|
||||
editTitle: "Edit Host Connection",
|
||||
test: "Test Connection To Host",
|
||||
test: "Test Connection",
|
||||
testOk: "Test Connection Successful",
|
||||
authRSA: 'Secret Authorization',
|
||||
authRSATip: "Do I have to configure secret-free authorization?",
|
||||
@@ -732,6 +733,52 @@ export default {
|
||||
sync: 'Sync to NE',
|
||||
syncNe: 'Select NE',
|
||||
},
|
||||
neQuickSetup: {
|
||||
stepPrev: 'Previous',
|
||||
stepPrevTip: 'Confirm that you want to abandon the current change and return to the previous step?',
|
||||
stepNext: 'Next',
|
||||
stepSave: 'Save',
|
||||
startTitle: 'Service Terminal Environment',
|
||||
startDesc: 'Test connectivity to network element services',
|
||||
startStepNext: 'Confirm that you want to proceed to the next step to configure the network element information?',
|
||||
addr: 'Terminal IP',
|
||||
kernelName: 'System',
|
||||
kernelRelease: 'Kernel',
|
||||
machine: 'Framework',
|
||||
prettyName: 'Platform',
|
||||
prettyNameTip: 'Support Ubuntu',
|
||||
nodename: 'Node Name',
|
||||
auth: 'Competence Grant',
|
||||
sudo: 'sudo',
|
||||
sudoErr: 'To ensure that you have permission to install packages, configure to grant the current user permission to allow passwordless sudo privileges.',
|
||||
sshLink: 'confidentiality',
|
||||
configTitle: "Configuring Network Elements",
|
||||
configDesc: "Fill in the basic information of the network element",
|
||||
configAddTitle: 'New Tips',
|
||||
configAddTip: 'Is it added as new network element information and continue?',
|
||||
configUpdateTitle: 'Update Tips',
|
||||
configUpdateTip: 'Does it update to the already existing network element information and continue?',
|
||||
configStepNext: 'Confirm that you want to proceed to the next step for the Net Element software installation?',
|
||||
installTitle: "Network Element Installation",
|
||||
installDesc: "Installation to Service Terminal",
|
||||
installConfirmTip: 'Are you sure you want to install package [{name}]?',
|
||||
installStepNext: 'Confirm that you want to proceed to the next step for network element authorization?',
|
||||
installSource: 'Software Source',
|
||||
installSourceOption: 'Uploaded',
|
||||
installSourceUpload: 'New Upload',
|
||||
installSelect: 'Select Record',
|
||||
installUpload: 'Upload file',
|
||||
installText: 'Installed',
|
||||
licenseTitle: "Licenses",
|
||||
licenseDesc: "Network element service authorization certification",
|
||||
licenseResultTitle: "Whether to authorize activation immediately",
|
||||
licenseResultTitleOk: 'Successful Activation',
|
||||
licenseUpload: 'License',
|
||||
licenseEnd: 'Finish',
|
||||
licenseCheack: 'Waiting for network element validation',
|
||||
licenseTip1: '1. Click [License] to get the license activation code, and then contact the network element vendor for activation.',
|
||||
licenseTip2: '2. Clicking [Finish] will end the installation process.',
|
||||
},
|
||||
},
|
||||
neUser: {
|
||||
auth: {
|
||||
|
||||
@@ -591,6 +591,7 @@ export default {
|
||||
neTypeTip: '填写创建的网元类型,如:SMF',
|
||||
neId: '网元标识',
|
||||
neIdPlease: '请输入网元标识',
|
||||
neIdTip: '填写网元绑定的唯一标识',
|
||||
rmUid: '资源唯一标识',
|
||||
rmUidPlease: '请输入资源唯一标识',
|
||||
rmUidTip: "用于网元日志、告警、指标等数据上报的标记",
|
||||
@@ -732,6 +733,52 @@ export default {
|
||||
sync: '同步到网元',
|
||||
syncNe: '选择网元',
|
||||
},
|
||||
neQuickSetup: {
|
||||
stepPrev: '上一步',
|
||||
stepPrevTip: '确认要放弃当前变更返回上一步吗?',
|
||||
stepNext: '下一步',
|
||||
stepSave: '保存信息',
|
||||
startTitle: '服务终端环境',
|
||||
startDesc: '测试连接网元服务',
|
||||
startStepNext: '确认要下一步进行配置网元信息?',
|
||||
addr: '终端IP',
|
||||
kernelName: '系统',
|
||||
kernelRelease: '内核',
|
||||
machine: '架构',
|
||||
prettyName: '平台',
|
||||
prettyNameTip: '支持 Ubuntu',
|
||||
nodename: '主机名',
|
||||
auth: '权限授予',
|
||||
sudo: '提权',
|
||||
sudoErr: '确保有权限进行软件包安装,请配置授予当前用户允许无密码 sudo 权限。',
|
||||
sshLink: '免密直连',
|
||||
configTitle: "配置网元",
|
||||
configDesc: "填写网元基础信息",
|
||||
configAddTitle: '新增提示',
|
||||
configAddTip: '是否新增为新的网元信息并继续?',
|
||||
configUpdateTitle: '更新提示',
|
||||
configUpdateTip: '是否更新到已存在网元信息并继续?',
|
||||
configStepNext: '确认要下一步进行网元软件安装?',
|
||||
installTitle: "网元安装",
|
||||
installDesc: "安装到服务终端",
|
||||
installConfirmTip: '确认要安装软件包【{name}】吗?',
|
||||
installStepNext: '确认要下一步进行网元授权吗?',
|
||||
installSource: '软件来源',
|
||||
installSourceOption: '已上传',
|
||||
installSourceUpload: '新上传',
|
||||
installSelect: '选择记录',
|
||||
installUpload: '上传文件',
|
||||
installText: '安装',
|
||||
licenseTitle: "授权许可",
|
||||
licenseDesc: "网元服务授权认证",
|
||||
licenseResultTitle: "是否立即授权激活",
|
||||
licenseResultTitleOk: '成功激活',
|
||||
licenseUpload: '许可证',
|
||||
licenseEnd: '结束',
|
||||
licenseCheack: '等待网元验证',
|
||||
licenseTip1: '1. 点击【许可证】可获取许可激活码,随后联系网元厂商进行激活',
|
||||
licenseTip2: '2. 点击【结束】将结束安装过程',
|
||||
},
|
||||
},
|
||||
neUser: {
|
||||
auth: {
|
||||
|
||||
Reference in New Issue
Block a user