Skip to content

Commit

Permalink
Update various dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
maksis committed Dec 17, 2024
1 parent afd7726 commit 11bd77f
Show file tree
Hide file tree
Showing 6 changed files with 113 additions and 77 deletions.
135 changes: 86 additions & 49 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
"@babel/preset-typescript": "^7.18.6",
"@gfx/zopfli": "^1.0.15",
"@pmmmwh/react-refresh-webpack-plugin": "^0.5.8",
"@types/express": "^4.17.14",
"@types/express": "^5.0.0",
"@types/fixed-data-table-2": "^1.0.0",
"@types/he": "^1.1.2",
"@types/invariant": "^2.2.35",
Expand Down Expand Up @@ -85,10 +85,10 @@
"he": "^1.2.0",
"html-webpack-plugin": "^5.5.0",
"http-proxy": "^1.18.1",
"i18next": "^23.4.1",
"i18next": "^24.1.2",
"i18next-browser-languagedetector": "^8.0.0",
"i18next-fs-backend": "^2.1.1",
"i18next-http-backend": "^2.1.1",
"i18next-http-backend": "^3.0.1",
"i18next-http-middleware": "^3.2.2",
"immutability-helper": "^3.1.1",
"invariant": "^2.2.4",
Expand Down Expand Up @@ -118,11 +118,11 @@
"react-measure": "^2.5.2",
"react-mentions": "^4.4.7",
"react-refresh": "^0.14.0",
"react-router": "^6.11.0",
"react-router-dom": "^6.11.0",
"react-router": "^7.0.2",
"react-router-dom": "^7.0.2",
"react-select": "^5.5.6",
"react-timeseries-charts": "^0.16.1",
"react-toastify": "^10.0.4",
"react-toastify": "^11.0.0",
"react-transition-group": "^4.4.5",
"reflux": "^6.0.0",
"reflux-promise": "^1.0.4",
Expand Down
18 changes: 9 additions & 9 deletions resources/locales/fr/webui.main.json
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@
"sizeLimitsName": "Tailles limites"
},
"actionsCaption": "Actions…",
"searchActions": "Search actions",
"searchActions": "Actions de recherche",
"resetAll": "Réinitialiser tout",
"user": "Utilisateur",
"hubs": "Hubs",
Expand Down Expand Up @@ -203,7 +203,7 @@
"addFavoriteHub": "Ajouter un hub favori",
"editFavoriteHub": "Éditer hub favori",
"actionsCaption": "Actions…",
"favoriteHubActions": "Favorite hub actions",
"favoriteHubActions": "Actions du hub favori",
"form": {
"genericName": "Propriétés de hub",
"nameName": "Nom",
Expand Down Expand Up @@ -566,7 +566,7 @@
}
},
"actionsCaption": "Actions…",
"transferActions": "Transfer actions",
"transferActions": "Actions de transfert",
"noActiveTransfers": "Pas de transfert actif"
},
"settings": {
Expand All @@ -577,8 +577,8 @@
"editUser": "Éditer un utilisateur",
"editDirectory": "Éditer un dossier",
"removeDirectory": "Supprimer le dossier",
"addProfile": "Create new",
"cloneProfile": "Clone profile",
"addProfile": "Créer un nouveau profil",
"cloneProfile": "Cloner le profil",
"browseFiles": "Parcourir les fichiers",
"renameProfile": "Renommer le profil",
"addPath": "Ajouter chemin",
Expand All @@ -592,7 +592,7 @@
"prompts": {
"cloneProfilePlaceholder": "Entrez le nom",
"cloneProfileApprove": "Créer",
"cloneProfileContent": "Enter name for the profile (cloned from {{item.name}})",
"cloneProfileContent": "Entrer un nom pour le profil (cloné depuis {{item.name}})",
"createProfilePlaceholder": "Entrez le nom",
"createProfileApprove": "Créer",
"createProfileContent": "Entrez le nom du profil",
Expand Down Expand Up @@ -863,7 +863,7 @@
"shareProfilesPartialNote": "Les fichiers en file d'attente sont partagés via la fonctionnalité de partage de fichiers partiel dans tous les hubs où le partage n'a pas été masqué, quels que soient les profils de partage configurés.",
"shareProfilesHelp": "Les profils de partage sont affectés à des répertoires individuels à partir du <url>Partager</url> page.",
"addProfile": "Ajouter un profil",
"cloneFromAnExistingProfile": "Clone from an existing profile"
"cloneFromAnExistingProfile": "Cloner depuis un profil existant"
},
"sharingOptions": {
"skiplist": "Liste de sauts"
Expand Down Expand Up @@ -964,8 +964,8 @@
"update": "MàJ",
"stop": "Stop",
"configure": "Configurer",
"enable": "Enable",
"disable": "Disable",
"enable": "Activer",
"disable": "Désactiver",
"prompts": {
"installUrlPlaceholder": "Entrez l'URL",
"installUrlApprove": "Installer",
Expand Down
Loading

0 comments on commit 11bd77f

Please sign in to comment.