Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[_]: feat/update Share with team label to Share with workspace #1295

Merged
merged 1 commit into from
Oct 1, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading