forked from apidoc/apidoc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
26 additions
and
0 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 |
---|---|---|
@@ -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' | ||
} | ||
}); |
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 |
---|---|---|
@@ -1,5 +1,6 @@ | ||
define([ | ||
'./locales/de.js', | ||
'./locales/fr.js', | ||
'./locales/nl.js', | ||
'./locales/zh.js' | ||
], function() { | ||
|