Created
September 6, 2016 11:22
-
-
Save slorber/6c9fecccd34617887ef049322adfdc8e to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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