From d9826073eec3e8d843e91d6908756ae41bb51fe9 Mon Sep 17 00:00:00 2001 From: Xavier Abad <77491413+masterprog-cmd@users.noreply.github.com> Date: Tue, 1 Oct 2024 14:11:22 +0200 Subject: [PATCH] feat: update Share with team label --- .../DriveExplorer/DriveExplorerList/DriveItemContextMenu.tsx | 2 +- src/app/i18n/locales/de.json | 1 + src/app/i18n/locales/en.json | 1 + src/app/i18n/locales/es.json | 1 + src/app/i18n/locales/fr.json | 1 + src/app/i18n/locales/it.json | 1 + src/app/i18n/locales/ru.json | 1 + src/app/i18n/locales/tw.json | 2 ++ src/app/i18n/locales/zh.json | 1 + 9 files changed, 10 insertions(+), 1 deletion(-) diff --git a/src/app/drive/components/DriveExplorer/DriveExplorerList/DriveItemContextMenu.tsx b/src/app/drive/components/DriveExplorer/DriveExplorerList/DriveItemContextMenu.tsx index 04e0f9dc3..917d7f056 100644 --- a/src/app/drive/components/DriveExplorer/DriveExplorerList/DriveItemContextMenu.tsx +++ b/src/app/drive/components/DriveExplorer/DriveExplorerList/DriveItemContextMenu.tsx @@ -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: () => { diff --git a/src/app/i18n/locales/de.json b/src/app/i18n/locales/de.json index e8d9217d7..8b48a0234 100644 --- a/src/app/i18n/locales/de.json +++ b/src/app/i18n/locales/de.json @@ -1316,6 +1316,7 @@ "details": "Einzelheiten", "shareLink": "Teilen", "shareTeam": "Mit Team teilen", + "shareWithWorkspace": "Mit dem Arbeitsbereich teilen", "getLink": "Erhalte Link", "rename": "Umbenennen", "download": "Herunterladen", diff --git a/src/app/i18n/locales/en.json b/src/app/i18n/locales/en.json index e2d90173b..ebcb1a4ee 100644 --- a/src/app/i18n/locales/en.json +++ b/src/app/i18n/locales/en.json @@ -1373,6 +1373,7 @@ "details": "Details", "shareLink": "Share", "shareTeam": "Share with team", + "shareWithWorkspace": "Share with workspace", "manageLinkAccess": "Manage access", "getLink": "Get link", "rename": "Rename", diff --git a/src/app/i18n/locales/es.json b/src/app/i18n/locales/es.json index 1a355ffd1..db5a104da 100644 --- a/src/app/i18n/locales/es.json +++ b/src/app/i18n/locales/es.json @@ -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", diff --git a/src/app/i18n/locales/fr.json b/src/app/i18n/locales/fr.json index b85c78c8a..52f522d37 100644 --- a/src/app/i18n/locales/fr.json +++ b/src/app/i18n/locales/fr.json @@ -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", diff --git a/src/app/i18n/locales/it.json b/src/app/i18n/locales/it.json index 94a59647e..caffa6a4f 100644 --- a/src/app/i18n/locales/it.json +++ b/src/app/i18n/locales/it.json @@ -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", diff --git a/src/app/i18n/locales/ru.json b/src/app/i18n/locales/ru.json index 28060ec8d..66498868b 100644 --- a/src/app/i18n/locales/ru.json +++ b/src/app/i18n/locales/ru.json @@ -1341,6 +1341,7 @@ "details": "Подробности", "shareLink": "Поделиться", "shareTeam": "Поделиться с командой", + "shareWithWorkspace": "Поделиться с рабочим пространством", "getLink": "Получить ссылку", "rename": "Переименовать", "manageLinkAccess": "Управление доступом", diff --git a/src/app/i18n/locales/tw.json b/src/app/i18n/locales/tw.json index 1a2c5d5ee..a8aa2b6d6 100644 --- a/src/app/i18n/locales/tw.json +++ b/src/app/i18n/locales/tw.json @@ -1334,6 +1334,8 @@ "openPreview": "打開預覽", "details": "詳細信息", "shareLink": "分享", + "shareTeam": "与团队分享", + "shareWithWorkspace": "與工作區共享", "manageLinkAccess": "管理訪問權限", "getLink": "獲取鏈接", "rename": "重新命名", diff --git a/src/app/i18n/locales/zh.json b/src/app/i18n/locales/zh.json index 41ea1f55e..4f88548dc 100644 --- a/src/app/i18n/locales/zh.json +++ b/src/app/i18n/locales/zh.json @@ -1371,6 +1371,7 @@ "openPreview": "打开预览", "shareLink": "分享", "shareTeam": "与团队分享", + "shareWithWorkspace": "与工作区共享", "manageLinkAccess": "管理访问权限", "getLink": "获取链接", "rename": "重命名",