feat: 头像国际化更新和同步的冲突解决

This commit is contained in:
hujinbin
2025-01-15 20:18:24 +08:00
parent bfd2a1535c
commit 6e0bdcba31
8 changed files with 58 additions and 4 deletions

View File

@@ -79,6 +79,7 @@ export default {
highlightColor: 'HighLight Color',
patternSetting: 'Pattern Setting',
alwaysDisplay: 'Always Display Prize List',
avatarDisplay: 'Show avatars or not',
selectPicture: 'Select a Picture',
backgroundImage: 'Select Background Image',
},
@@ -132,6 +133,7 @@ export default {
no: 'No',
number: 'Number',
isWin: 'isWin',
avatar: 'avatar',
department: 'Department',
name: 'Name',
identity: 'Identity',

View File

@@ -79,6 +79,7 @@ export default {
highlightColor: '高亮颜色',
patternSetting: '图案设置',
alwaysDisplay: '常显奖项列表',
avatarDisplay: '是否显示头像',
selectPicture: '选择一张图片',
backgroundImage: '选择背景图片',
},
@@ -132,6 +133,7 @@ export default {
no: '否',
number: '编号',
isWin: '是否中奖',
avatar: '头像',
department: '部门',
name: '姓名',
identity: '身份',