fix: 🐛 补充多语种文件 (#147)

Co-authored-by: tk <fiyne1a@dingtalk.com>
This commit is contained in:
nsnail 2024-06-18 17:33:23 +08:00 committed by GitHub
parent 1442e0a37c
commit d00f0d2d9c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 16 additions and 2 deletions

View File

@ -117,7 +117,7 @@
</div>
<div class="sc-file-select__do">
<slot name="do"></slot>
<el-button :disabled="value.length <= 0" @click="submit" type="primary">{{ $t('确 定') }}</el-button>
<el-button :disabled="value.length <= 0" @click="submit" type="primary">{{ $t('确定') }}</el-button>
</div>
</div>
</div>

View File

@ -52,7 +52,7 @@
<sc-cropper :aspectRatio="aspectRatio" :compress="compress" :src="cropperFile.tempCropperFile" ref="cropper"></sc-cropper>
<template #footer>
<el-button @click="cropperDialogVisible = false">{{ $t('取消') }}</el-button>
<el-button @click="cropperSave" type="primary">{{ $t('确 定') }}</el-button>
<el-button @click="cropperSave" type="primary">{{ $t('确定') }}</el-button>
</template>
</el-dialog>
</div>

View File

@ -441,4 +441,11 @@ export default {
周五: 'Friday',
周六: 'Saturday',
JSON格式化: 'JSON formatting',
确定: 'Confirm',
无权限或找不到页面: 'No permission or page not found',
'当前页面无权限访问或者打开了一个不存在的链接,请检查当前账户权限和链接的可访问性。':
'The current page does not have permission to access or an invalid link is opened, please check the current account permission and the link accessibility.',
返回首页: 'Return to homepage',
重新登录: 'Re-login',
返回上一页: 'Return to previous page',
}

View File

@ -440,4 +440,11 @@ export default {
周五: '周五',
周六: '周六',
JSON格式化: 'JSON格式化',
确定: '确定',
无权限或找不到页面: '无权限或找不到页面',
'当前页面无权限访问或者打开了一个不存在的链接,请检查当前账户权限和链接的可访问性。':
'当前页面无权限访问或者打开了一个不存在的链接,请检查当前账户权限和链接的可访问性。',
返回首页: '返回首页',
重新登录: '重新登录',
返回上一页: '返回上一页',
}