Skip to content

Instantly share code, notes, and snippets.

@slorber
Created September 6, 2016 11:22
Show Gist options
  • Save slorber/6c9fecccd34617887ef049322adfdc8e to your computer and use it in GitHub Desktop.
Save slorber/6c9fecccd34617887ef049322adfdc8e to your computer and use it in GitHub Desktop.
exports.FR = {
"selectTargetType.title": "Ou souhaites-tu déplacer cette bibliothèque?",
"selectTargetType.description": "Tu es admin d'au moins une équipe. Tu as la possibilité de déplacer cette bibliothèque dans une de tes équipes, ou tu peux simplement déplacer cette bibliothèque dans une autre bibliothèque",
"selectTargetType.moveToFolderLike": "Dans une bibliothèque",
"selectTargetType.moveToTeam": "Dans une équipe",
"moveToTeam.title": "Sélectionne une équipe",
"moveToTeam.description": "Sélectionne l'équipe dans laquelle tu souhaites déplacer la bibliothèque {libraryName}",
"moveToTeam.confirmation": "Tu es en train de déplacer la bibliothèque {libraryName} dans l'équipe {teamName}. Si la bibliothèque était partagée, les droits seront perdus et tu devras configurer les accès pour chacun des membres de l'équipe {teamName}",
};
exports.EN = {
"selectTargetType.title": "Where do you want to move this library?",
"selectTargetType.description": "You are admin of at least one team. You have the ability to move this library to one of your teams, or to simple move it inside another library",
"selectTargetType.moveToFolderLike": "Move to library",
"selectTargetType.moveToTeam": "Move to team",
"moveToTeam.title": "Select a team",
"moveToTeam.description": "Select the team in which you want to move the library {libraryName}",
"moveToTeam.confirmation": "You are moving the library {libraryName} to the team {teamName}. If the library was shared, permissions will be lost, and you will have to configure permissions for each member of the team {teamName}",
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment