Skip to content

Commit

Permalink
[MS] Batch workspace sharing
Browse files Browse the repository at this point in the history
  • Loading branch information
Ironicbay committed Nov 18, 2024
1 parent 7059f9b commit 521002b
Show file tree
Hide file tree
Showing 5 changed files with 344 additions and 51 deletions.
16 changes: 14 additions & 2 deletions client/src/locales/en-US.json
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,6 @@
}
},
"WorkspaceSharing": {
"title": "Share this workspace",
"searchPlaceholder": "e.g.: John Smith",
"currentUserLabel": "Me",
"unshareSuccess": "The workspace is no longer shared with {user}.",
Expand All @@ -330,8 +329,21 @@
"alreadyNotShared": "This workspace is not shared with {user}.",
"alreadyHasRole": "{user} is already {role} on this workspace."
},
"batchSharing": {
"outsiderRoleWarning": "{external} profiles can only have {contributor} or {reader} roles.",
"external": "External",
"contributor": "Contributor",
"reader": "Reader",
"buttonSelect": "Selection",
"buttonFinish": "Finish",
"chooseRole": "Choose a role",
"noChanges": "Selected members were already {role}.",
"someFailed": "Some role assignments failed.",
"updateRoleSuccess": "Selected members' roles have been updated to {role}.",
"unshareSuccess": "The workspace is no longer shared with selected members."
},
"onlyOwnerWarning": "To prevent data loss if you ever leave the organization, we recommend promoting someone else to {owner} on this workspace.",
"owner": "owner",
"owner": "Owner",
"noMatch": "No user found that matches '{query}'."
},
"SettingsModal": {
Expand Down
16 changes: 14 additions & 2 deletions client/src/locales/fr-FR.json
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,6 @@
}
},
"WorkspaceSharing": {
"title": "Partager cet espace de travail",
"searchPlaceholder": "ex : Jean Martin",
"currentUserLabel": "Moi",
"unshareSuccess": "L'espace de travail n'est plus partagé avec {user}.",
Expand All @@ -330,8 +329,21 @@
"alreadyNotShared": "Cet espace de travail n'est pas partagé avec {user}.",
"alreadyHasRole": "{user} est déjà {role} sur cet espace de travail."
},
"batchSharing": {
"outsiderRoleWarning": "Les profils {external} ne peuvent avoir que les rôles {contributor} ou {reader}.",
"external": "Externe",
"contributor": "Contributeur",
"reader": "Lecteur",
"buttonSelect": "Sélectionner",
"buttonFinish": "Terminer",
"chooseRole": "Choisir un rôle",
"noChanges": "Les membres sélectionnés étaient déjà {role}.",
"someFailed": "Certaines assignations de rôle ont échoué.",
"updateRoleSuccess": "Le rôle des membres sélectionnées est désormais {role}.",
"unshareSuccess": "L'espace de travail n'est plus partagé avec les membres sélectionnés."
},
"onlyOwnerWarning": "Nous vous recommandons de promouvoir quelqu'un d'autre au poste de {owner}. Vous éviterez ainsi de perdre des données si vous quittez l'organisation.",
"owner": "propriétaire",
"owner": "Propriétaire",
"noMatch": "Aucun utilisateur trouvé qui correspond à la recherche '{query}'."
},
"SettingsModal": {
Expand Down
Loading

0 comments on commit 521002b

Please sign in to comment.