Skip to content

Commit

Permalink
fix: the translation result may cause a different meaning (#8763)
Browse files Browse the repository at this point in the history
  • Loading branch information
douxc authored Sep 25, 2024
1 parent 2ef8b18 commit ef47f68
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion web/i18n/es-ES/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ const translation = {
invitationLink: 'Enlace de invitación',
failedInvitationEmails: 'Los siguientes usuarios no fueron invitados exitosamente',
ok: 'OK',
removeFromTeam: 'Eliminar del equipo',
removeFromTeam: 'Eliminar del espacio de trabajo',
removeFromTeamTip: 'Se eliminará el acceso al equipo',
setAdmin: 'Establecer como administrador',
setMember: 'Establecer como miembro ordinario',
Expand Down
2 changes: 1 addition & 1 deletion web/i18n/zh-Hans/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ const translation = {
invitationLink: '邀请链接',
failedInvitationEmails: '邀请以下邮箱失败',
ok: '好的',
removeFromTeam: '移除团队',
removeFromTeam: '移出团队',
removeFromTeamTip: '将取消团队访问',
setAdmin: '设为管理员',
setMember: '设为普通成员',
Expand Down
2 changes: 1 addition & 1 deletion web/i18n/zh-Hant/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ const translation = {
invitationLink: '邀請連結',
failedInvitationEmails: '邀請以下郵箱失敗',
ok: '好的',
removeFromTeam: '移除團隊',
removeFromTeam: '移出團隊',
removeFromTeamTip: '將取消團隊訪問',
setAdmin: '設為管理員',
setMember: '設為普通成員',
Expand Down

0 comments on commit ef47f68

Please sign in to comment.