* [task#129924,done,0.2h] adjust instance language.
This commit is contained in:
@@ -278,7 +278,7 @@ $lang->dimension->common = '维度';
|
||||
$lang->contact->common = '联系人';
|
||||
$lang->space->common = '服务管理';
|
||||
$lang->store->common = '应用市场';
|
||||
$lang->instance->common = '应用';
|
||||
$lang->instance->common = '服务';
|
||||
$lang->ai->common = 'AI';
|
||||
$lang->aiapp->common = 'AI';
|
||||
|
||||
|
||||
+10
-10
@@ -1,15 +1,15 @@
|
||||
<?PHP
|
||||
$lang->instance = new stdclass;
|
||||
$lang->instance->common = 'Applications';
|
||||
$lang->instance->manage = 'Manage Applications';
|
||||
$lang->instance->view = 'Application Detail';
|
||||
$lang->instance->ajaxStatus = 'Get Application Status';
|
||||
$lang->instance->ajaxStart = 'Start Application';
|
||||
$lang->instance->ajaxStop = 'Stop Application';
|
||||
$lang->instance->ajaxUninstall = 'Uninstall Application';
|
||||
$lang->instance->common = 'Services';
|
||||
$lang->instance->manage = 'Manage Services';
|
||||
$lang->instance->view = 'Service Detail';
|
||||
$lang->instance->ajaxStatus = 'Get Service Status';
|
||||
$lang->instance->ajaxStart = 'Start Service';
|
||||
$lang->instance->ajaxStop = 'Stop Service';
|
||||
$lang->instance->ajaxUninstall = 'Uninstall Service';
|
||||
$lang->instance->name = 'Name';
|
||||
$lang->instance->customName = 'Name';
|
||||
$lang->instance->appName = 'Application type';
|
||||
$lang->instance->appName = 'Service type';
|
||||
$lang->instance->version = 'version';
|
||||
$lang->instance->status = 'Status';
|
||||
$lang->instance->cpu = 'CPU';
|
||||
@@ -39,7 +39,7 @@ $lang->instance->uninstall = 'delete';
|
||||
$lang->instance->visit = 'Visit';
|
||||
$lang->instance->editName = 'Modify Name';
|
||||
$lang->instance->cpuCore = 'Core';
|
||||
$lang->instance->scalable = 'Application level expansion';
|
||||
$lang->instance->scalable = 'Service level expansion';
|
||||
$lang->instance->change = 'Modify';
|
||||
$lang->instance->browseProject = "Project List";
|
||||
$lang->instance->url = "Server URL";
|
||||
@@ -362,4 +362,4 @@ $lang->instance->tips->resizeDisk = 'Fill in an integer from %s to %s wi
|
||||
$lang->instance->tips->resizeDiskDisabled = 'The disk space not adjustable';
|
||||
$lang->instance->tips->fSettingsAttention = 'Changing the Settings of CPU, memory, disk, etc. will restart the application, and the disk space size can only be increased, not reduced, please be careful!';
|
||||
$lang->instance->tips->pSettingsAttention = 'Changing the CPU, memory, and other Settings will restart the application, please be careful!';
|
||||
$lang->instance->tips->diskAdjusting = 'The disk cannot be adjusted during disk expansion';
|
||||
$lang->instance->tips->diskAdjusting = 'The disk cannot be adjusted during disk expansion';
|
||||
|
||||
+10
-10
@@ -1,15 +1,15 @@
|
||||
<?PHP
|
||||
$lang->instance = new stdclass;
|
||||
$lang->instance->common = 'Applications';
|
||||
$lang->instance->manage = 'Manage Applications';
|
||||
$lang->instance->view = 'Application Detail';
|
||||
$lang->instance->ajaxStatus = 'Get Application Status';
|
||||
$lang->instance->ajaxStart = 'Start Application';
|
||||
$lang->instance->ajaxStop = 'Stop Application';
|
||||
$lang->instance->ajaxUninstall = 'Uninstall Application';
|
||||
$lang->instance->common = 'Services';
|
||||
$lang->instance->manage = 'Manage Services';
|
||||
$lang->instance->view = 'Service Detail';
|
||||
$lang->instance->ajaxStatus = 'Get Service Status';
|
||||
$lang->instance->ajaxStart = 'Start Service';
|
||||
$lang->instance->ajaxStop = 'Stop Service';
|
||||
$lang->instance->ajaxUninstall = 'Uninstall Service';
|
||||
$lang->instance->name = 'Name';
|
||||
$lang->instance->customName = 'Name';
|
||||
$lang->instance->appName = 'Application type';
|
||||
$lang->instance->appName = 'Service type';
|
||||
$lang->instance->version = 'version';
|
||||
$lang->instance->status = 'Status';
|
||||
$lang->instance->cpu = 'CPU';
|
||||
@@ -39,7 +39,7 @@ $lang->instance->uninstall = 'delete';
|
||||
$lang->instance->visit = 'Visit';
|
||||
$lang->instance->editName = 'Modify Name';
|
||||
$lang->instance->cpuCore = 'Core';
|
||||
$lang->instance->scalable = 'Application level expansion';
|
||||
$lang->instance->scalable = 'Service level expansion';
|
||||
$lang->instance->change = 'Modify';
|
||||
$lang->instance->browseProject = "Project List";
|
||||
$lang->instance->url = "Server URL";
|
||||
@@ -362,4 +362,4 @@ $lang->instance->tips->resizeDisk = 'Fill in an integer from %s to %s wi
|
||||
$lang->instance->tips->resizeDiskDisabled = 'The disk space not adjustable';
|
||||
$lang->instance->tips->fSettingsAttention = 'Changing the Settings of CPU, memory, disk, etc. will restart the application, and the disk space size can only be increased, not reduced, please be careful!';
|
||||
$lang->instance->tips->pSettingsAttention = 'Changing the CPU, memory, and other Settings will restart the application, please be careful!';
|
||||
$lang->instance->tips->diskAdjusting = 'The disk cannot be adjusted during disk expansion';
|
||||
$lang->instance->tips->diskAdjusting = 'The disk cannot be adjusted during disk expansion';
|
||||
|
||||
+10
-10
@@ -1,15 +1,15 @@
|
||||
<?PHP
|
||||
$lang->instance = new stdclass;
|
||||
$lang->instance->common = 'Applications';
|
||||
$lang->instance->manage = 'Manage Applications';
|
||||
$lang->instance->view = 'Application Detail';
|
||||
$lang->instance->ajaxStatus = 'Get Application Status';
|
||||
$lang->instance->ajaxStart = 'Start Application';
|
||||
$lang->instance->ajaxStop = 'Stop Application';
|
||||
$lang->instance->ajaxUninstall = 'Uninstall Application';
|
||||
$lang->instance->common = 'Services';
|
||||
$lang->instance->manage = 'Manage Services';
|
||||
$lang->instance->view = 'Service Detail';
|
||||
$lang->instance->ajaxStatus = 'Get Service Status';
|
||||
$lang->instance->ajaxStart = 'Start Service';
|
||||
$lang->instance->ajaxStop = 'Stop Service';
|
||||
$lang->instance->ajaxUninstall = 'Uninstall Service';
|
||||
$lang->instance->name = 'Name';
|
||||
$lang->instance->customName = 'Name';
|
||||
$lang->instance->appName = 'Application type';
|
||||
$lang->instance->appName = 'Service type';
|
||||
$lang->instance->version = 'version';
|
||||
$lang->instance->status = 'Status';
|
||||
$lang->instance->cpu = 'CPU';
|
||||
@@ -39,7 +39,7 @@ $lang->instance->uninstall = 'delete';
|
||||
$lang->instance->visit = 'Visit';
|
||||
$lang->instance->editName = 'Modify Name';
|
||||
$lang->instance->cpuCore = 'Core';
|
||||
$lang->instance->scalable = 'Application level expansion';
|
||||
$lang->instance->scalable = 'Service level expansion';
|
||||
$lang->instance->change = 'Modify';
|
||||
$lang->instance->browseProject = "Project List";
|
||||
$lang->instance->url = "Server URL";
|
||||
@@ -362,4 +362,4 @@ $lang->instance->tips->resizeDisk = 'Fill in an integer from %s to %s wi
|
||||
$lang->instance->tips->resizeDiskDisabled = 'The disk space not adjustable';
|
||||
$lang->instance->tips->fSettingsAttention = 'Changing the Settings of CPU, memory, disk, etc. will restart the application, and the disk space size can only be increased, not reduced, please be careful!';
|
||||
$lang->instance->tips->pSettingsAttention = 'Changing the CPU, memory, and other Settings will restart the application, please be careful!';
|
||||
$lang->instance->tips->diskAdjusting = 'The disk cannot be adjusted during disk expansion';
|
||||
$lang->instance->tips->diskAdjusting = 'The disk cannot be adjusted during disk expansion';
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
<?php
|
||||
$lang->instance = new stdclass;
|
||||
$lang->instance->common = '应用';
|
||||
$lang->instance->manage = '管理应用';
|
||||
$lang->instance->view = '应用详情';
|
||||
$lang->instance->ajaxStatus = '获取应用状态';
|
||||
$lang->instance->ajaxStart = '启动应用';
|
||||
$lang->instance->ajaxStop = '关闭应用';
|
||||
$lang->instance->ajaxUninstall = '卸载应用';
|
||||
$lang->instance->common = '服务';
|
||||
$lang->instance->manage = '管理服务';
|
||||
$lang->instance->view = '服务详情';
|
||||
$lang->instance->ajaxStatus = '获取服务状态';
|
||||
$lang->instance->ajaxStart = '启动服务';
|
||||
$lang->instance->ajaxStop = '关闭服务';
|
||||
$lang->instance->ajaxUninstall = '卸载服务';
|
||||
$lang->instance->name = '名称';
|
||||
$lang->instance->customName = '名称';
|
||||
$lang->instance->appName = '应用类型';
|
||||
$lang->instance->appName = '服务类型';
|
||||
$lang->instance->version = '版本';
|
||||
$lang->instance->status = '状态';
|
||||
$lang->instance->cpu = 'CPU';
|
||||
@@ -39,7 +39,7 @@ $lang->instance->uninstall = '删除';
|
||||
$lang->instance->visit = '访问';
|
||||
$lang->instance->editName = '修改名称';
|
||||
$lang->instance->cpuCore = '核';
|
||||
$lang->instance->scalable = '应用水平扩容';
|
||||
$lang->instance->scalable = '服务水平扩容';
|
||||
$lang->instance->change = '修改';
|
||||
$lang->instance->browseProject = "项目列表";
|
||||
$lang->instance->url = "服务器地址";
|
||||
@@ -362,4 +362,4 @@ $lang->instance->tips->resizeDisk = '填写%s~%s的整数,单位GB';
|
||||
$lang->instance->tips->resizeDiskDisabled = '该应用的磁盘空间不可调整';
|
||||
$lang->instance->tips->fSettingsAttention = '修改CPU、内存、磁盘等设置会重启应用,且磁盘空间大小只能增加不可减少,请谨慎操作!';
|
||||
$lang->instance->tips->pSettingsAttention = '修改CPU、内存等设置会重启应用,请谨慎操作!';
|
||||
$lang->instance->tips->diskAdjusting = '磁盘扩容中,暂不可调整';
|
||||
$lang->instance->tips->diskAdjusting = '磁盘扩容中,暂不可调整';
|
||||
|
||||
@@ -1,16 +1,16 @@
|
||||
<?php
|
||||
global $config;
|
||||
|
||||
$lang->space->common = 'Applications';
|
||||
$lang->space->browse = 'Application List';
|
||||
$lang->space->getStoreAppInfo = 'Get application information';
|
||||
$lang->space->common = 'Services';
|
||||
$lang->space->browse = 'Service List';
|
||||
$lang->space->getStoreAppInfo = 'Get service information';
|
||||
$lang->space->status = 'Status';
|
||||
$lang->space->noApps = 'No service';
|
||||
$lang->space->defaultSpace = 'Default space';
|
||||
$lang->space->systemSpace = 'System space';
|
||||
$lang->space->searchInstance = 'Search Services';
|
||||
$lang->space->upgrade = 'Upgrade';
|
||||
$lang->space->install = 'Add an application';
|
||||
$lang->space->install = 'Add service';
|
||||
$lang->space->createdBy = 'Creator';
|
||||
$lang->space->createdAt = 'Creation time';
|
||||
$lang->space->handConfig = 'Manual configuration';
|
||||
|
||||
@@ -1,16 +1,16 @@
|
||||
<?php
|
||||
global $config;
|
||||
|
||||
$lang->space->common = 'Applications';
|
||||
$lang->space->browse = 'Application List';
|
||||
$lang->space->getStoreAppInfo = 'Get application information';
|
||||
$lang->space->common = 'Services';
|
||||
$lang->space->browse = 'Service List';
|
||||
$lang->space->getStoreAppInfo = 'Get service information';
|
||||
$lang->space->status = 'Status';
|
||||
$lang->space->noApps = 'No service';
|
||||
$lang->space->defaultSpace = 'Default space';
|
||||
$lang->space->systemSpace = 'System space';
|
||||
$lang->space->searchInstance = 'Search Services';
|
||||
$lang->space->upgrade = 'Upgrade';
|
||||
$lang->space->install = 'Add an application';
|
||||
$lang->space->install = 'Add service';
|
||||
$lang->space->createdBy = 'Creator';
|
||||
$lang->space->createdAt = 'Creation time';
|
||||
$lang->space->handConfig = 'Manual configuration';
|
||||
|
||||
@@ -1,16 +1,16 @@
|
||||
<?php
|
||||
global $config;
|
||||
|
||||
$lang->space->common = 'Applications';
|
||||
$lang->space->browse = 'Application List';
|
||||
$lang->space->getStoreAppInfo = 'Get application information';
|
||||
$lang->space->common = 'Services';
|
||||
$lang->space->browse = 'Service List';
|
||||
$lang->space->getStoreAppInfo = 'Get service information';
|
||||
$lang->space->status = 'Status';
|
||||
$lang->space->noApps = 'No service';
|
||||
$lang->space->defaultSpace = 'Default space';
|
||||
$lang->space->systemSpace = 'System space';
|
||||
$lang->space->searchInstance = 'Search Services';
|
||||
$lang->space->upgrade = 'Upgrade';
|
||||
$lang->space->install = 'Add an application';
|
||||
$lang->space->install = 'Add service';
|
||||
$lang->space->createdBy = 'Creator';
|
||||
$lang->space->createdAt = 'Creation time';
|
||||
$lang->space->handConfig = 'Manual configuration';
|
||||
|
||||
@@ -1,16 +1,16 @@
|
||||
<?php
|
||||
global $config;
|
||||
|
||||
$lang->space->common = '应用';
|
||||
$lang->space->browse = '应用列表';
|
||||
$lang->space->getStoreAppInfo = '获取应用信息';
|
||||
$lang->space->common = '服务';
|
||||
$lang->space->browse = '服务列表';
|
||||
$lang->space->getStoreAppInfo = '获取服务信息';
|
||||
$lang->space->status = '状态';
|
||||
$lang->space->noApps = '暂无服务';
|
||||
$lang->space->defaultSpace = '默认空间';
|
||||
$lang->space->systemSpace = '系统空间';
|
||||
$lang->space->searchInstance = '搜索服务';
|
||||
$lang->space->upgrade = '升级';
|
||||
$lang->space->install = '添加应用';
|
||||
$lang->space->install = '添加服务';
|
||||
$lang->space->createdBy = '创建者';
|
||||
$lang->space->createdAt = '创建时间';
|
||||
$lang->space->handConfig = '手工配置';
|
||||
|
||||
Reference in New Issue
Block a user