Skip to content

Commit

Permalink
Add French translation.
Browse files Browse the repository at this point in the history
  • Loading branch information
rottmann committed May 8, 2015
1 parent 916c87d commit 51582b6
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
25 changes: 25 additions & 0 deletions template/locales/fr.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
define({
fr: {
'Allowed values:' : 'Valeurs autorisées :',
'Compare all with predecessor': 'Tout comparer avec ...',
'compare changes to:' : 'comparer les changements à :',
'compared to' : 'comparer à',
'Default value:' : 'Valeur par défaut :',
'Description' : 'Description',
'Field' : 'Champ',
'General' : 'Général',
'Generated with' : 'Généré avec',
'Name' : 'Nom',
'No response values.' : 'Aucune valeur de réponse.',
'optional' : 'optionel',
'Parameter' : 'Paramètre',
'Permission:' : 'Permission :',
'Response' : 'Réponse',
'Send' : 'Envoyer',
'Send a Sample Request' : 'Envoyer une requête représentative',
'show up to version:' : 'Montrer à partir de la version :',
'Size range:' : 'Ordre de grandeur :',
'Type' : 'Type',
'url' : 'url'
}
});
1 change: 1 addition & 0 deletions template/locales/locale.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
define([
'./locales/de.js',
'./locales/fr.js',
'./locales/nl.js',
'./locales/zh.js'
], function() {
Expand Down

0 comments on commit 51582b6

Please sign in to comment.