-
Notifications
You must be signed in to change notification settings - Fork 119
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Currently translated at 100.0% (1517 of 1517 strings) Translation: Taiga/taiga-front Translate-URL: https://hosted.weblate.org/projects/taiga/taiga-front/fr/
- Loading branch information
Showing
1 changed file
with
12 additions
and
3 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -838,14 +838,19 @@ | |
"UNLIMITED_PROJECTS": "Illimité", | ||
"OWNER_MESSAGE": { | ||
"PRIVATE": "Souvenez-vous que vous pouvez posséder jusqu'à <strong>{{maxProjects}}</strong> projets privés. Vous possédez actuellement <strong>{{currentProjects}}</strong> projets privés.", | ||
"PUBLIC": "Souvenez-vous que vous pouvez posséder jusqu'à <strong>{{maxProjects}}</strong> projets publics. Vous possédez actuellement <strong>{{currentProjects}}</strong> projets publics." | ||
"PUBLIC": "Souvenez-vous que vous pouvez posséder jusqu'à <strong>{{maxProjects}}</strong> projets publics. Vous possédez actuellement <strong>{{currentProjects}}</strong> projets publics.", | ||
"PRIVATE_EXCEEDED": "Vous avez actuellement <strong>{{currentProjects}} projets privés</strong>, le maximum autorisé par votre plan.", | ||
"PUBLIC_EXCEEDED": "Vous avez actuellement <strong>{{currentProjects}} projets publics</strong>, le maximum autorisé par votre plan." | ||
}, | ||
"CANT_BE_OWNED": "Pour le moment, vous ne pouvez devenir propriétaire d'un projet de ce type. Si vous voulez devenir propriétaire de ce projet, merci de contacter l'administrateur afin qu'il puisse modifier les paramètres de votre compte pour autoriser la propriété de projet." | ||
}, | ||
"PROJECT_PRESETS": { | ||
"SUBTITLE": "Définir les valeurs par défaut pour toutes les entrées du sélecteur.", | ||
"MENU_TITLE": "Préréglages", | ||
"TITLE": "Valeurs par défaut" | ||
}, | ||
"PLUGINS": { | ||
"PAGE_TITLE": "{{pluginName}} - Plugins - {{projectName}}" | ||
} | ||
}, | ||
"USER": { | ||
|
@@ -948,7 +953,9 @@ | |
"CHANGE_PASSWORD": "Modifier le mot de passe", | ||
"DASHBOARD_TITLE": "Tableau de bord", | ||
"DISCOVER_TITLE": "Découvrir les projets populaires", | ||
"DISCOVER": "Découvrir" | ||
"DISCOVER": "Découvrir", | ||
"TAIGA_COMMUNITY_TITLE": "Accéder à la Communauté Taiga", | ||
"TAIGA_COMMUNITY": "Communauté Taiga" | ||
}, | ||
"LIKE_BUTTON": { | ||
"LIKE": "J'aime", | ||
|
@@ -1171,7 +1178,9 @@ | |
"CREATE": "Créer un ticket là-dessus ", | ||
"PUBLIC": "projet public Taiga", | ||
"EMAIL": "Envoyez-nous un courriel directement à ", | ||
"SUPPORT": "[email protected]" | ||
"SUPPORT": "[email protected]", | ||
"VISIT": "Visitez notre ", | ||
"FAQ": "Foire aux questions" | ||
}, | ||
"SEARCH": { | ||
"TITLE": "Rechercher", | ||
|