chore: install from local i18n

This commit is contained in:
Joel
2024-10-22 18:11:47 +08:00
parent fa8c3d0d7b
commit 7751070da8
8 changed files with 59 additions and 15 deletions

View File

@ -39,6 +39,7 @@ const translation = {
duplicate: 'Duplicate',
rename: 'Rename',
audioSourceUnavailable: 'AudioSource is unavailable',
close: 'Close',
},
errorMsg: {
fieldRequired: '{{field}} is required',

View File

@ -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',

View File

@ -39,6 +39,7 @@ const translation = {
duplicate: '复制',
rename: '重命名',
audioSourceUnavailable: '音源不可用',
close: '关闭',
},
errorMsg: {
fieldRequired: '{{field}} 为必填项',

View File

@ -59,6 +59,15 @@ const translation = {
deleteContentRight: ' 插件?',
usedInApps: '此插件正在 {{num}} 个应用中使用。',
},
installModal: {
installPlugin: '安装插件',
installedSuccessfully: '安装成功',
install: '安装',
installing: '安装中...',
uploadingPackage: '上传 {{packageName}} 中...',
readyToInstall: '即将安装以下插件。',
fromTrustSource: '请保证仅从<trustSource>可信源</trustSource>安装插件。',
},
upgrade: {
title: '升级插件',
successfulTitle: '升级成功',