Skip to content
This repository has been archived by the owner on Jul 1, 2021. It is now read-only.

Commit

Permalink
French for missing properties
Browse files Browse the repository at this point in the history
Adding French translation for following properties : 
plugins.prompt
prompts
sync
  • Loading branch information
neiobaf authored Sep 26, 2017
1 parent a934480 commit e724afd
Showing 1 changed file with 18 additions and 1 deletion.
19 changes: 18 additions & 1 deletion src/lang/fr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,10 @@ export const translation: Translation = {
description: 'Place une liste de fichiers sources dans un \'pipe\' vers une nouvelle destination, en utilisant un script et envoie la liste des nouveaux fichiers vers la cible',
noPipeFunction: "{0:trim,surround} n'implémente pas de fonction 'pipe()'!",
},
prompt: {
description: "Demande à l'utilisateur une liste de paramètres à appliquer à une ou plusieurs cibles",
invalidInput: "Entrée invalide!",
},
remote: {
description: 'Déploie vers une machine distante via une connexion TCP',
},
Expand Down Expand Up @@ -299,6 +303,11 @@ export const translation: Translation = {
showChangeLog: 'Afficher le journal de modifications...',
},
},
prompts: {
inputAccessKey: 'Entrez la clé d\'accès (Access Key)...',
inputAccessToken: 'Entrez le jeton d\'accès (Access Token)...',
inputPassword: 'Entrez le mot de passe...',
},
pull: {
button: {
cancelling: 'Annulation...',
Expand All @@ -313,7 +322,7 @@ export const translation: Translation = {
pulling: 'Récupération du fichier {0:trim,surround}{1:trim,leading_space}... ',
pullingWithDestination: 'Récupération du fichier {0:trim,surround} depuis {1:trim,surround}{2:trim,leading_space}... ',
succeeded: 'Fichier {0:trim,surround} récupéré avec succès.',
succeededWithTarget: 'File {0:trim,surround} récupéré avec succès depuis {1:trim,surround}.',
succeededWithTarget: 'Fichier {0:trim,surround} récupéré avec succès depuis {1:trim,surround}.',
},
fileOrFolder: {
failed: "Impossible de récupérer le fichier / dossier {0:trim,surround}: {1}",
Expand Down Expand Up @@ -355,6 +364,14 @@ export const translation: Translation = {
couldNotResolve: "Impossible d'obtenir le chemin relatif pour le fichier {0:trim,surround}!",
isEmpty: 'Le chemin relatif du fichier {0:trim,surround} est vide!',
},
sync: {
file: {
doesNotExistOnRemote: '[Objet distant inexistant]',
localChangedWithinSession: '[Modification locale durant la session]',
localIsNewer: '[Fichier local plus récent]',
synchronize: 'Synchronisation du fichier {0:trim,surround}{1:trim,leading_space}... ',
}
},
targets: {
cannotUseRecurrence: 'Impossible d\'utiliser la cible {0:trim,surround} (recurrence)!',
defaultName: '(Cible #{0:trim})',
Expand Down

0 comments on commit e724afd

Please sign in to comment.