diff --git a/package.json b/package.json deleted file mode 100644 index c1b1e4848..000000000 --- a/package.json +++ /dev/null @@ -1,59 +0,0 @@ -{ - "name": "SB-Admin-BS4-Angular-6", - "version": "6.0.0", - "license": "Apache", - "scripts": { - "ng": "ng", - "start": "ng serve", - "build": "ng build --prod", - "gitbuild": "ng build --prod --base-href /start-angular/SB-Admin-BS4-Angular-6/master/dist/", - "test": "ng test", - "test-ci": "TEST_CI=true ng test", - "lint": "ng lint", - "e2e": "ng e2e" - }, - "private": true, - "dependencies": { - "@angular/animations": "^6.0.0", - "@angular/common": "^6.0.0", - "@angular/compiler": "^6.0.0", - "@angular/core": "^6.0.0", - "@angular/forms": "^6.0.0", - "@angular/http": "^6.0.0", - "@angular/platform-browser": "^6.0.0", - "@angular/platform-browser-dynamic": "^6.0.0", - "@angular/router": "^6.0.0", - "@ng-bootstrap/ng-bootstrap": "^2.0.0", - "@ngx-translate/core": "^10.0.1", - "@ngx-translate/http-loader": "^3.0.1", - "chart.js": "^2.7.2", - "core-js": "^2.5.5", - "font-awesome": "^4.7.0", - "ng2-charts": "^1.6.0", - "rxjs": "^6.1.0", - "yarn": "^1.6.0", - "zone.js": "^0.8.26" - }, - "devDependencies": { - "@angular/cli": "6.0.0", - "@angular/compiler-cli": "^6.0.0", - "@angular/language-service": "^6.0.0", - "@types/jasmine": "~2.8.6", - "@types/jasminewd2": "~2.0.3", - "@types/node": "^9.6.1", - "codelyzer": "~4.2.1", - "jasmine-core": "~3.1.0", - "jasmine-spec-reporter": "~4.2.1", - "karma": "~2.0.0", - "karma-chrome-launcher": "~2.2.0", - "karma-cli": "~1.0.1", - "karma-coverage-istanbul-reporter": "^1.4.2", - "karma-jasmine": "~1.1.1", - "karma-jasmine-html-reporter": "^1.0.0", - "protractor": "~5.3.0", - "ts-node": "~5.0.1", - "tslint": "~5.9.1", - "typescript": "~2.7.0", - "@angular-devkit/build-angular": "~0.6.0" - } -} diff --git a/src/assets/i18n/fr.json b/src/assets/i18n/fr.json index 1a0dd54eb..ebfbb8658 100644 --- a/src/assets/i18n/fr.json +++ b/src/assets/i18n/fr.json @@ -1,32 +1,32 @@ { "Dashboard": "Tableau de bord", - "Charts": "Hit-parade", + "Charts": "Graphiques", "Tables": "Tableaux", - "Forms": "Froms", - "Bootstrap Element": "Bootstrap Élément", - "Bootstrap Grid": "Bootstrap Grille", + "Forms": "Formulaires", + "Bootstrap Element": "Élément Bootstrap", + "Bootstrap Grid": "Grille Bootstrap", "Component": "Composant", "Menu": "Menu", "Submenu": "Sous-menu", - "Blank Page": "Blanc Page", - "More Theme": "Plus Thèmes", + "Blank Page": "Page vierge", + "More Theme": "Plus de Thèmes", "Download Now": "Télécharger", "Language": "Langue", "English": "Anglais", "French": "Français", "Urdu": "Ourdou", - "Spanish": "Spanish", + "Spanish": "Espagnol", "Italian": "Italien", "Farsi": "Farsi", "German": "Allemand", "Simplified Chinese": "Chinois Simplifié", "Search" : "Chercher", "Settings" : "Paramètres", - "Profile" : "Profile", + "Profile" : "Profil", "Inbox" : "Boîte de réception", - "Log Out" : "Connectez - Out", + "Log Out" : "Déconnexion", "Pending Task" : "Tâche en attente", - "In queue" : "Dans la queue", + "In queue" : "Dans la file d'attente", "Mail" : "Courrier", - "View All" : "Voir tout" + "View All" : "Afficher tout" }