mirror of
https://github.com/langgenius/dify.git
synced 2026-05-06 02:18:08 +08:00
chore: install from local i18n
This commit is contained in:
@ -39,6 +39,7 @@ const translation = {
|
||||
duplicate: 'Duplicate',
|
||||
rename: 'Rename',
|
||||
audioSourceUnavailable: 'AudioSource is unavailable',
|
||||
close: 'Close',
|
||||
},
|
||||
errorMsg: {
|
||||
fieldRequired: '{{field}} is required',
|
||||
|
||||
@ -59,6 +59,15 @@ const translation = {
|
||||
deleteContentRight: ' plugin?',
|
||||
usedInApps: 'This plugin is being used in {{num}} apps.',
|
||||
},
|
||||
installModal: {
|
||||
installPlugin: 'Install Plugin',
|
||||
installedSuccessfully: 'Install successful',
|
||||
install: 'Install',
|
||||
installing: 'Installing...',
|
||||
uploadingPackage: 'Uploading {{packageName}}...',
|
||||
readyToInstall: 'About to install the following plugin.',
|
||||
fromTrustSource: 'Please make sure that you only install plugins from a <trustSource>trusted source</trustSource>.',
|
||||
},
|
||||
upgrade: {
|
||||
title: 'Upgrade Plugin',
|
||||
successfulTitle: 'Upgrade successful',
|
||||
|
||||
@ -39,6 +39,7 @@ const translation = {
|
||||
duplicate: '复制',
|
||||
rename: '重命名',
|
||||
audioSourceUnavailable: '音源不可用',
|
||||
close: '关闭',
|
||||
},
|
||||
errorMsg: {
|
||||
fieldRequired: '{{field}} 为必填项',
|
||||
|
||||
@ -59,6 +59,15 @@ const translation = {
|
||||
deleteContentRight: ' 插件?',
|
||||
usedInApps: '此插件正在 {{num}} 个应用中使用。',
|
||||
},
|
||||
installModal: {
|
||||
installPlugin: '安装插件',
|
||||
installedSuccessfully: '安装成功',
|
||||
install: '安装',
|
||||
installing: '安装中...',
|
||||
uploadingPackage: '上传 {{packageName}} 中...',
|
||||
readyToInstall: '即将安装以下插件。',
|
||||
fromTrustSource: '请保证仅从<trustSource>可信源</trustSource>安装插件。',
|
||||
},
|
||||
upgrade: {
|
||||
title: '升级插件',
|
||||
successfulTitle: '升级成功',
|
||||
|
||||
Reference in New Issue
Block a user