* [task#129924,done,0.2h] adjust instance language.
This commit is contained in:
+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';
|
||||
|
||||
Reference in New Issue
Block a user