This commit is contained in:
zhaoke
2023-09-18 15:09:07 +08:00
parent 619ee1b4bc
commit a2fded3f1f
4 changed files with 20 additions and 20 deletions
+5 -5
View File
@@ -23,13 +23,13 @@ $lang->space->notice->toInstall = 'Please go to the application market to instal
$lang->space->byList = 'List';
$lang->space->byCard = 'Card';
$lang->space->featureBar['browse']['all'] = 'All';
$lang->space->featureBar['browse']['running'] = 'Running';
$lang->space->featureBar['browse']['stopped'] = 'Stopped';
$lang->space->featureBar['browse']['abnormal'] = 'Abnormal';
$lang->space->featureBar['browse']['all'] = 'All';
if($config->inQuickon) $lang->space->featureBar['browse']['running'] = 'Running';
if($config->inQuickon) $lang->space->featureBar['browse']['stopped'] = 'Stopped';
if($config->inQuickon) $lang->space->featureBar['browse']['abnormal'] = 'Abnormal';
$lang->space->appType['gitlab'] = 'GitLab';
if(!$config->inQuickon) $lang->space->appType['gitea'] = 'Gitea';
$lang->space->appType['gitea'] = 'Gitea';
$lang->space->appType['gogs'] = 'Gogs';
$lang->space->appType['jenkins'] = 'Jenkins';
$lang->space->appType['sonarqube'] = 'SonarQube';
+5 -5
View File
@@ -23,13 +23,13 @@ $lang->space->notice->toInstall = 'Please go to the application market to instal
$lang->space->byList = 'List';
$lang->space->byCard = 'Card';
$lang->space->featureBar['browse']['all'] = 'All';
$lang->space->featureBar['browse']['running'] = 'Running';
$lang->space->featureBar['browse']['stopped'] = 'Stopped';
$lang->space->featureBar['browse']['abnormal'] = 'Abnormal';
$lang->space->featureBar['browse']['all'] = 'All';
if($config->inQuickon) $lang->space->featureBar['browse']['running'] = 'Running';
if($config->inQuickon) $lang->space->featureBar['browse']['stopped'] = 'Stopped';
if($config->inQuickon) $lang->space->featureBar['browse']['abnormal'] = 'Abnormal';
$lang->space->appType['gitlab'] = 'GitLab';
if(!$config->inQuickon) $lang->space->appType['gitea'] = 'Gitea';
$lang->space->appType['gitea'] = 'Gitea';
$lang->space->appType['gogs'] = 'Gogs';
$lang->space->appType['jenkins'] = 'Jenkins';
$lang->space->appType['sonarqube'] = 'SonarQube';
+5 -5
View File
@@ -23,13 +23,13 @@ $lang->space->notice->toInstall = 'Please go to the application market to instal
$lang->space->byList = 'List';
$lang->space->byCard = 'Card';
$lang->space->featureBar['browse']['all'] = 'All';
$lang->space->featureBar['browse']['running'] = 'Running';
$lang->space->featureBar['browse']['stopped'] = 'Stopped';
$lang->space->featureBar['browse']['abnormal'] = 'Abnormal';
$lang->space->featureBar['browse']['all'] = 'All';
if($config->inQuickon) $lang->space->featureBar['browse']['running'] = 'Running';
if($config->inQuickon) $lang->space->featureBar['browse']['stopped'] = 'Stopped';
if($config->inQuickon) $lang->space->featureBar['browse']['abnormal'] = 'Abnormal';
$lang->space->appType['gitlab'] = 'GitLab';
if(!$config->inQuickon) $lang->space->appType['gitea'] = 'Gitea';
$lang->space->appType['gitea'] = 'Gitea';
$lang->space->appType['gogs'] = 'Gogs';
$lang->space->appType['jenkins'] = 'Jenkins';
$lang->space->appType['sonarqube'] = 'SonarQube';
+5 -5
View File
@@ -23,13 +23,13 @@ $lang->space->notice->toInstall = '请到应用市场安装';
$lang->space->byList = '列表';
$lang->space->byCard = '卡片';
$lang->space->featureBar['browse']['all'] = '全部';
$lang->space->featureBar['browse']['running'] = '运行中';
$lang->space->featureBar['browse']['stopped'] = '已关闭';
$lang->space->featureBar['browse']['abnormal'] = '异常';
$lang->space->featureBar['browse']['all'] = '全部';
if($config->inQuickon) $lang->space->featureBar['browse']['running'] = '运行中';
if($config->inQuickon) $lang->space->featureBar['browse']['stopped'] = '已关闭';
if($config->inQuickon) $lang->space->featureBar['browse']['abnormal'] = '异常';
$lang->space->appType['gitlab'] = 'GitLab';
if(!$config->inQuickon) $lang->space->appType['gitea'] = 'Gitea';
$lang->space->appType['gitea'] = 'Gitea';
$lang->space->appType['gogs'] = 'Gogs';
$lang->space->appType['jenkins'] = 'Jenkins';
$lang->space->appType['sonarqube'] = 'SonarQube';