Skip to content

Commit

Permalink
feat: update Share with team label
Browse files Browse the repository at this point in the history
  • Loading branch information
masterprog-cmd committed Oct 1, 2024
1 parent 8981be1 commit d982607
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const shareLinkMenuItem = (shareLink: (target) => void) => ({
});

const shareWithTeamMenuItem = (shareWithTeam: (target) => void) => ({
name: t('drive.dropdown.shareTeam'),
name: t('drive.dropdown.shareWithWorkspace'),
icon: Users,
action: shareWithTeam,
disabled: () => {
Expand Down
1 change: 1 addition & 0 deletions src/app/i18n/locales/de.json
Original file line number Diff line number Diff line change
Expand Up @@ -1316,6 +1316,7 @@
"details": "Einzelheiten",
"shareLink": "Teilen",
"shareTeam": "Mit Team teilen",
"shareWithWorkspace": "Mit dem Arbeitsbereich teilen",
"getLink": "Erhalte Link",
"rename": "Umbenennen",
"download": "Herunterladen",
Expand Down
1 change: 1 addition & 0 deletions src/app/i18n/locales/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -1373,6 +1373,7 @@
"details": "Details",
"shareLink": "Share",
"shareTeam": "Share with team",
"shareWithWorkspace": "Share with workspace",
"manageLinkAccess": "Manage access",
"getLink": "Get link",
"rename": "Rename",
Expand Down
1 change: 1 addition & 0 deletions src/app/i18n/locales/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -1351,6 +1351,7 @@
"openPreview": "Abrir previsualización",
"shareLink": "Compartir",
"shareTeam": "Compartir con el equipo",
"shareWithWorkspace": "Compartir con el espacio de trabajo",
"getLink": "Copiar enlace",
"details": "Detalles",
"rename": "Renombrar",
Expand Down
1 change: 1 addition & 0 deletions src/app/i18n/locales/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -1302,6 +1302,7 @@
"details": "Détails",
"shareLink": "Partager",
"shareTeam": "Partager avec l'équipe",
"shareWithWorkspace": "Partager avec l'espace de travail",
"rename": "Renommer",
"manageLinkAccess": "Gestion de l'accès",
"manageAccess": "Gestion de l'accès",
Expand Down
1 change: 1 addition & 0 deletions src/app/i18n/locales/it.json
Original file line number Diff line number Diff line change
Expand Up @@ -1360,6 +1360,7 @@
"openPreview": "Anteprima aperta",
"shareLink": "Condividi",
"shareTeam": "Condividi con il team",
"shareWithWorkspace": "Condividi con lo spazio di lavoro",
"getLink": "Ottenere link",
"rename": "Rinomina",
"download": "Scarica",
Expand Down
1 change: 1 addition & 0 deletions src/app/i18n/locales/ru.json
Original file line number Diff line number Diff line change
Expand Up @@ -1341,6 +1341,7 @@
"details": "Подробности",
"shareLink": "Поделиться",
"shareTeam": "Поделиться с командой",
"shareWithWorkspace": "Поделиться с рабочим пространством",
"getLink": "Получить ссылку",
"rename": "Переименовать",
"manageLinkAccess": "Управление доступом",
Expand Down
2 changes: 2 additions & 0 deletions src/app/i18n/locales/tw.json
Original file line number Diff line number Diff line change
Expand Up @@ -1334,6 +1334,8 @@
"openPreview": "打開預覽",
"details": "詳細信息",
"shareLink": "分享",
"shareTeam": "与团队分享",
"shareWithWorkspace": "與工作區共享",
"manageLinkAccess": "管理訪問權限",
"getLink": "獲取鏈接",
"rename": "重新命名",
Expand Down
1 change: 1 addition & 0 deletions src/app/i18n/locales/zh.json
Original file line number Diff line number Diff line change
Expand Up @@ -1371,6 +1371,7 @@
"openPreview": "打开预览",
"shareLink": "分享",
"shareTeam": "与团队分享",
"shareWithWorkspace": "与工作区共享",
"manageLinkAccess": "管理访问权限",
"getLink": "获取链接",
"rename": "重命名",
Expand Down

0 comments on commit d982607

Please sign in to comment.