mirror of
https://github.com/langgenius/dify.git
synced 2026-05-13 06:03:15 -04:00
update
This commit is contained in:
@@ -55,11 +55,6 @@ export const NewInstanceCard: FC<NewInstanceCardProps> = ({ onOpen }) => {
|
||||
label={t('newInstance.fromStudio')}
|
||||
onClick={onOpen}
|
||||
/>
|
||||
<NewInstanceAction
|
||||
icon="i-ri-github-fill"
|
||||
label={t('newInstance.fromGitHub')}
|
||||
disabled
|
||||
/>
|
||||
<NewInstanceAction
|
||||
icon="i-ri-file-code-line"
|
||||
label={t('newInstance.importDSL')}
|
||||
|
||||
@@ -209,7 +209,6 @@
|
||||
"mode.isolated": "Isolated",
|
||||
"mode.shared": "Shared",
|
||||
"newInstance.comingSoon": "Coming soon",
|
||||
"newInstance.fromGitHub": "Create from GitHub",
|
||||
"newInstance.fromStudio": "Select from Studio",
|
||||
"newInstance.importDSL": "Import DSL",
|
||||
"newInstance.title": "Create app instance",
|
||||
|
||||
@@ -209,7 +209,6 @@
|
||||
"mode.isolated": "独立",
|
||||
"mode.shared": "共享",
|
||||
"newInstance.comingSoon": "即将支持",
|
||||
"newInstance.fromGitHub": "从 GitHub 创建",
|
||||
"newInstance.fromStudio": "从 Studio 选择",
|
||||
"newInstance.importDSL": "导入 DSL",
|
||||
"newInstance.title": "创建应用实例",
|
||||
|
||||
Reference in New Issue
Block a user