[WEB-3368] feat: enhance workspace invitations with copyable invite links (#6601)
* feat: invitation link url * feat: copy invite link from workspace invitations list * invitation reponse cleanup and logo url fix --------- Co-authored-by: pablohashescobar <nikhilschacko@gmail.com>
This commit is contained in:
parent
39ecfbe7e1
commit
3528d2c934
14 changed files with 142 additions and 87 deletions
|
|
@ -672,7 +672,9 @@
|
|||
"disconnect": "Disconnect",
|
||||
"disconnecting": "Disconnecting",
|
||||
"installing": "Installing",
|
||||
"install": "Install"
|
||||
"install": "Install",
|
||||
"pending": "Pending",
|
||||
"invite": "Invite"
|
||||
},
|
||||
|
||||
"form": {
|
||||
|
|
@ -1279,6 +1281,7 @@
|
|||
"members": {
|
||||
"title": "Members",
|
||||
"add_member": "Add member",
|
||||
"pending_invites": "Pending invites",
|
||||
"invitations_sent_successfully": "Invitations sent successfully",
|
||||
"leave_confirmation": "Are you sure you want to leave the workspace? You will no longer have access to this workspace. This action cannot be undone.",
|
||||
"details": {
|
||||
|
|
|
|||
|
|
@ -842,7 +842,9 @@
|
|||
"disconnect": "Desconectar",
|
||||
"disconnecting": "Desconectando",
|
||||
"installing": "Instalando",
|
||||
"install": "Instalar"
|
||||
"install": "Instalar",
|
||||
"pending": "Pendiente",
|
||||
"invite": "Invitar"
|
||||
},
|
||||
|
||||
"form": {
|
||||
|
|
@ -1448,6 +1450,7 @@
|
|||
"members": {
|
||||
"title": "Miembros",
|
||||
"add_member": "Agregar miembro",
|
||||
"pending_invites": "Invitaciones pendientes",
|
||||
"invitations_sent_successfully": "Invitaciones enviadas exitosamente",
|
||||
"leave_confirmation": "¿Estás seguro de que quieres abandonar el espacio de trabajo? Ya no tendrás acceso a este espacio de trabajo. Esta acción no se puede deshacer.",
|
||||
"details": {
|
||||
|
|
|
|||
|
|
@ -842,7 +842,9 @@
|
|||
"disconnect": "Déconnecter",
|
||||
"disconnecting": "Déconnexion",
|
||||
"installing": "Installation",
|
||||
"install": "Installer"
|
||||
"install": "Installer",
|
||||
"pending": "En attente",
|
||||
"invite": "Inviter"
|
||||
},
|
||||
|
||||
"form": {
|
||||
|
|
@ -1448,6 +1450,7 @@
|
|||
"members": {
|
||||
"title": "Membres",
|
||||
"add_member": "Ajouter un membre",
|
||||
"pending_invites": "Invitations en attente",
|
||||
"invitations_sent_successfully": "Invitations envoyées avec succès",
|
||||
"leave_confirmation": "Êtes-vous sûr de vouloir quitter l'espace de travail ? Vous n'aurez plus accès à cet espace de travail. Cette action ne peut pas être annulée.",
|
||||
"details": {
|
||||
|
|
|
|||
|
|
@ -842,7 +842,9 @@
|
|||
"disconnect": "切断",
|
||||
"disconnecting": "切断中",
|
||||
"installing": "インストール中",
|
||||
"install": "インストール"
|
||||
"install": "インストール",
|
||||
"pending": "保留中",
|
||||
"invite": "招待"
|
||||
},
|
||||
|
||||
"form": {
|
||||
|
|
@ -1448,6 +1450,7 @@
|
|||
"members": {
|
||||
"title": "メンバー",
|
||||
"add_member": "メンバーを追加",
|
||||
"pending_invites": "保留中の招待",
|
||||
"invitations_sent_successfully": "招待が正常に送信されました",
|
||||
"leave_confirmation": "ワークスペースから退出してもよろしいですか?このワークスペースにアクセスできなくなります。この操作は取り消せません。",
|
||||
"details": {
|
||||
|
|
|
|||
|
|
@ -842,7 +842,9 @@
|
|||
"disconnect": "断开连接",
|
||||
"disconnecting": "正在断开连接",
|
||||
"installing": "正在安装",
|
||||
"install": "安装"
|
||||
"install": "安装",
|
||||
"pending": "待处理",
|
||||
"invite": "邀请"
|
||||
},
|
||||
|
||||
"form": {
|
||||
|
|
@ -1448,6 +1450,7 @@
|
|||
"members": {
|
||||
"title": "成员",
|
||||
"add_member": "添加成员",
|
||||
"pending_invites": "待处理邀请",
|
||||
"invitations_sent_successfully": "邀请发送成功",
|
||||
"leave_confirmation": "您确定要离开工作区吗?您将无法再访问此工作区。此操作无法撤消。",
|
||||
"details": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue