Skip to content

Commit

Permalink
fix: 国际化
Browse files Browse the repository at this point in the history
  • Loading branch information
yuri0528 authored and EmilyMei committed Jul 14, 2023
1 parent a8b84e0 commit d3d19d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/src/language/lang/zh.js
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ export default {
你可以在: '你可以在',
'回收站中查看已删除的目录数据,并进行还原、彻底删除的操作。': '回收站中查看已删除的目录数据,并进行还原、彻底删除的操作。',
'确认要删除当前用户?': '确认要删除当前用户?',
'delete-user': '确认要删除{username}用户?',
'delete-user': '确认要删除{name}用户?',
'delete-organization': '确认要删除{name}组织?',
'删除后,跨组织的用户数据将不会受到影响;': '删除后,跨组织的用户数据将不会受到影响;',
该用户将为你保存: '该用户将为你保存',
Expand Down
2 changes: 1 addition & 1 deletion src/pages/src/views/organization/details/DetailsBar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
:status-map="statusMap"
:timer-map="timerMap"
@editProfile="editProfile"
@deleteProfile="$emit('deleteProfile')"
@deleteProfile="$emit('deleteProfile', currentProfile)"
@restoreProfile="$emit('restoreProfile')"
@showBarLoading="$emit('showBarLoading')"
@closeBarLoading="$emit('closeBarLoading')" />
Expand Down

0 comments on commit d3d19d5

Please sign in to comment.