Skip to content

Commit

Permalink
Update french translations
Browse files Browse the repository at this point in the history
  • Loading branch information
LFDM committed Nov 1, 2014
1 parent ac02357 commit b49b0da
Showing 1 changed file with 25 additions and 25 deletions.
50 changes: 25 additions & 25 deletions dist/i18n/fr.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,14 @@
"foundTokens": "Found tokens",
"searchByToken": "by token"
},
"saver": {
"success": "Document sauvegardé!",
"error": "Echec de la sauvegarde. Réessayer?",
"inProgress": "Sauvegarde...",
"nothingToSave": "Rien à sauvegarde pour le moment!",
"confirmNote": "Vous avez des modifications non sauvegardées!",
"confirmQuestion": "Êtes-vous sûr de vouloir quitter ??"
},
"landing": {
"description": "Un framework client d'annotation indépendent de tout backend",
"modularNature": "Du fait de sa nature modulaire, Arethusa peut être configuré pour répondre à différentes situations.",
Expand All @@ -65,29 +73,10 @@
"auth": {
"notLoggedIn": "Vous n'êtes pas connectés!"
},
"saver": {
"success": "Document sauvegardé!",
"error": "Echec de la sauvegarde. Réessayer?",
"inProgress": "Sauvegarde...",
"nothingToSave": "Rien à sauvegarde pour le moment!",
"confirmNote": "Vous avez des modifications non sauvegardées!",
"confirmQuestion": "Êtes-vous sûr de vouloir quitter ??"
},
"uth": {
"count": "{{ count }} sur {{ total }} d'inutilisé(s)",
"tooltip": "Cliquer pour surgligner\nDouble-cliquer pour sélectionner"
},
"comments": {
"newComment": "Nouveau commentaire",
"fullTextSearch": "Recherche plein texte",
"filterSelected": "Filtre sélectionné",
"successMessage": "Commentaire créé!",
"errorMessage": "Echec lors de la sauvegarde du commentaire",
"selectFirst": "Need to select some tokens first",
"count": "{{ count }} sur {{ total }} de commenté(s)",
"docLevelComm": "Commentaires pour le document entier",
"on": "on"
},
"tree": {
"changeDir": "Changer la direction",
"focusRoot": "Centrer sur la racine",
Expand All @@ -97,10 +86,6 @@
"compact": "Taille minimale",
"widen": "Taille maximale"
},
"relation": {
"changeAll": "Changer tout",
"searchByLabel": "par label"
},
"globalSettings": {
"title": "Paramètres globaux",
"alwaysDeselect": "Déselectionner après une annotation",
Expand Down Expand Up @@ -135,8 +120,8 @@
}
},
"aT": {
"addToken": "Add token",
"visualRepresentation": "Visual representation of new token (optional)",
"addToken": "",
"visualRepresentation": "",
"noArtTokensPresent": "No artificial tokens present",
"insertionPoint": "Point d'insertion",
"insertBehindHint": "insert behind token (click to toggle)",
Expand Down Expand Up @@ -166,5 +151,20 @@
},
"exitHandler": {
"exitTo": {}
},
"relation": {
"changeAll": "Changer tout",
"searchByLabel": "par label"
},
"comments": {
"newComment": "Nouveau commentaire",
"fullTextSearch": "Recherche plein texte",
"filterSelected": "Filtre sélectionné",
"successMessage": "Commentaire créé!",
"errorMessage": "Echec lors de la sauvegarde du commentaire",
"selectFirst": "Need to select some tokens first",
"count": "{{ count }} sur {{ total }} de commenté(s)",
"docLevelComm": "Commentaires pour le document entier",
"on": "à"
}
}

0 comments on commit b49b0da

Please sign in to comment.