diff options
Diffstat (limited to 'backend/locales/fr-FR.json')
| -rw-r--r-- | backend/locales/fr-FR.json | 26 |
1 files changed, 25 insertions, 1 deletions
diff --git a/backend/locales/fr-FR.json b/backend/locales/fr-FR.json index e465ced9..a9d46a3d 100644 --- a/backend/locales/fr-FR.json +++ b/backend/locales/fr-FR.json @@ -101,7 +101,10 @@ "reload": "Recharger", "uninstall": "Désinstaller", "update_to": "Mettre à jour vers {{name}}", - "no_plugin": "Aucun plugin installé !" + "no_plugin": "Aucun plugin installé !", + "update_all_one": "", + "update_all_many": "", + "update_all_other": "" }, "PluginLoader": { "decky_title": "Decky", @@ -179,5 +182,26 @@ "title": "Explorer" }, "store_testing_cta": "Pensez à tester de nouveaux plugins pour aider l'équipe Decky Loader !" + }, + "PluginView": { + "hidden_one": "", + "hidden_many": "", + "hidden_other": "" + }, + "MultiplePluginsInstallModal": { + "title": { + "reinstall_one": "", + "reinstall_many": "", + "reinstall_other": "", + "install_one": "", + "install_many": "", + "install_other": "", + "mixed_one": "", + "mixed_many": "", + "mixed_other": "", + "update_one": "", + "update_many": "", + "update_other": "" + } } } |
