diff --git a/module/store/lang/de.php b/module/store/lang/de.php index 0a606e17de..7f3dd14260 100644 --- a/module/store/lang/de.php +++ b/module/store/lang/de.php @@ -14,15 +14,15 @@ $lang->store->screenshots = 'Screenshots'; $lang->store->appDynamic = 'Dynamic'; $lang->store->noDynamicArticle = 'Empty'; $lang->store->noScreenshot = 'Empty'; -$lang->store->cloudStore = 'APP Store'; -$lang->store->browse = 'APP Store'; -$lang->store->appView = 'Service Detail'; +$lang->store->cloudStore = 'Component Store'; +$lang->store->browse = 'Component Store'; +$lang->store->appView = 'Component Detail'; $lang->store->support = 'Support'; $lang->store->gitUrl = 'Git'; $lang->store->dockerfileUrl = 'Dockerfile'; $lang->store->forumUrl = 'Forum'; -$lang->store->alreadyInstalled = 'The application has been installed on the platform, Are you sure you want to continue with the installation?'; +$lang->store->alreadyInstalled = 'The component has been installed on the platform, Are you sure you want to continue with the installation?'; $lang->store->featureBar['browse']['id'] = 'Default'; $lang->store->featureBar['browse']['create_time'] = 'Newest'; diff --git a/module/store/lang/en.php b/module/store/lang/en.php index 0a606e17de..7f3dd14260 100644 --- a/module/store/lang/en.php +++ b/module/store/lang/en.php @@ -14,15 +14,15 @@ $lang->store->screenshots = 'Screenshots'; $lang->store->appDynamic = 'Dynamic'; $lang->store->noDynamicArticle = 'Empty'; $lang->store->noScreenshot = 'Empty'; -$lang->store->cloudStore = 'APP Store'; -$lang->store->browse = 'APP Store'; -$lang->store->appView = 'Service Detail'; +$lang->store->cloudStore = 'Component Store'; +$lang->store->browse = 'Component Store'; +$lang->store->appView = 'Component Detail'; $lang->store->support = 'Support'; $lang->store->gitUrl = 'Git'; $lang->store->dockerfileUrl = 'Dockerfile'; $lang->store->forumUrl = 'Forum'; -$lang->store->alreadyInstalled = 'The application has been installed on the platform, Are you sure you want to continue with the installation?'; +$lang->store->alreadyInstalled = 'The component has been installed on the platform, Are you sure you want to continue with the installation?'; $lang->store->featureBar['browse']['id'] = 'Default'; $lang->store->featureBar['browse']['create_time'] = 'Newest'; diff --git a/module/store/lang/fr.php b/module/store/lang/fr.php index 0a606e17de..7f3dd14260 100644 --- a/module/store/lang/fr.php +++ b/module/store/lang/fr.php @@ -14,15 +14,15 @@ $lang->store->screenshots = 'Screenshots'; $lang->store->appDynamic = 'Dynamic'; $lang->store->noDynamicArticle = 'Empty'; $lang->store->noScreenshot = 'Empty'; -$lang->store->cloudStore = 'APP Store'; -$lang->store->browse = 'APP Store'; -$lang->store->appView = 'Service Detail'; +$lang->store->cloudStore = 'Component Store'; +$lang->store->browse = 'Component Store'; +$lang->store->appView = 'Component Detail'; $lang->store->support = 'Support'; $lang->store->gitUrl = 'Git'; $lang->store->dockerfileUrl = 'Dockerfile'; $lang->store->forumUrl = 'Forum'; -$lang->store->alreadyInstalled = 'The application has been installed on the platform, Are you sure you want to continue with the installation?'; +$lang->store->alreadyInstalled = 'The component has been installed on the platform, Are you sure you want to continue with the installation?'; $lang->store->featureBar['browse']['id'] = 'Default'; $lang->store->featureBar['browse']['create_time'] = 'Newest'; diff --git a/module/store/lang/zh-cn.php b/module/store/lang/zh-cn.php index ee4d95eb43..ab9a1d2aa1 100644 --- a/module/store/lang/zh-cn.php +++ b/module/store/lang/zh-cn.php @@ -1,28 +1,28 @@ store->appType = '应用类别'; +$lang->store->appType = '组件类别'; $lang->store->appVersion = '版本'; $lang->store->releaseDate = '发布日期'; $lang->store->author = '发布者'; -$lang->store->empty = '暂无应用'; +$lang->store->empty = '暂无组件'; $lang->store->install = '安装'; $lang->store->customInstall = '自定义安装'; -$lang->store->searchApp = '请输入应用名称'; +$lang->store->searchApp = '请输入组件名称'; $lang->store->testChannel = '测试版'; $lang->store->stableChannel = '稳定版'; $lang->store->appBasicInfo = '基本信息'; -$lang->store->screenshots = '应用截图'; -$lang->store->appDynamic = '应用动态'; +$lang->store->screenshots = '组件截图'; +$lang->store->appDynamic = '组件动态'; $lang->store->noDynamicArticle = '暂无动态'; $lang->store->noScreenshot = '暂无截图'; -$lang->store->cloudStore = '应用市场'; -$lang->store->browse = '应用市场'; -$lang->store->appView = '服务详情'; +$lang->store->cloudStore = '组件市场'; +$lang->store->browse = '组件市场'; +$lang->store->appView = '组件详情'; $lang->store->support = '支持'; -$lang->store->gitUrl = '应用源码'; +$lang->store->gitUrl = '组件源码'; $lang->store->dockerfileUrl = 'Dockerfile'; $lang->store->forumUrl = '论坛'; -$lang->store->alreadyInstalled = '平台已安装过该应用,确定要继续安装么?'; +$lang->store->alreadyInstalled = '平台已安装过该组件,确定要继续安装么?'; $lang->store->featureBar['browse']['id'] = '默认'; $lang->store->featureBar['browse']['create_time'] = '最新上架';