ra-language-french
Advanced tools
Comparing version 2.0.0-beta1 to 2.0.0-beta2
12
index.js
@@ -28,5 +28,6 @@ module.exports = { | ||
not_found: 'Page manquante', | ||
loading: 'Chargement', | ||
}, | ||
input: { | ||
image: { | ||
file: { | ||
upload_several: | ||
@@ -37,2 +38,8 @@ 'Déposez les fichiers à uploader, ou cliquez pour en sélectionner.', | ||
}, | ||
image: { | ||
upload_several: | ||
'Déposez les images à uploader, ou cliquez pour en sélectionner.', | ||
upload_single: | ||
"Déposez l'image à uploader, ou cliquez pour la sélectionner.", | ||
}, | ||
}, | ||
@@ -46,2 +53,4 @@ message: { | ||
"L'URL saisie est incorrecte, ou vous avez suivi un mauvais lien.", | ||
loading: | ||
'La page est en cours de chargement, merci de bien vouloir patienter.', | ||
}, | ||
@@ -68,2 +77,3 @@ navigation: { | ||
deleted: 'Élément supprimé', | ||
bad_item: 'Élément inconnu', | ||
item_doesnt_exist: "L'élément n'existe pas", | ||
@@ -70,0 +80,0 @@ http_error: 'Erreur de communication avec le serveur', |
{ | ||
"name": "ra-language-french", | ||
"version": "2.0.0-beta1", | ||
"version": "2.0.0-beta2", | ||
"description": "French messages for react-admin, the frontend framework for building admin applications on top of REST/GraphQL services", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
4549
88