* [misc] adjust store language.
This commit is contained in:
@@ -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';
|
||||
|
||||
@@ -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';
|
||||
|
||||
@@ -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';
|
||||
|
||||
+10
-10
@@ -1,28 +1,28 @@
|
||||
<?php
|
||||
$lang->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'] = '最新上架';
|
||||
|
||||
Reference in New Issue
Block a user