diff options
| author | sofamaniac <weblate@sofamaniac.xyz> | 2025-01-24 12:08:50 +0000 |
|---|---|---|
| committer | Hosted Weblate <hosted@weblate.org> | 2025-02-02 16:51:22 +0100 |
| commit | 8cc7df9a63c3c7c86eb0b30fa5a6d8d178e95179 (patch) | |
| tree | 816f7d25e769ee9fddd0142deb5ee26e4fd77a0d | |
| parent | 3ee8e04ce553ac83c00596ad7329f840b6acdad5 (diff) | |
| download | karakeep-8cc7df9a63c3c7c86eb0b30fa5a6d8d178e95179.tar.zst | |
i18n: Translated using Weblate (French)
Currently translated at 68.6% (171 of 249 strings)
Translation: Hoarder/Hoarder
Translate-URL: https://hosted.weblate.org/projects/hoarder/hoarder/fr/
| -rw-r--r-- | apps/web/lib/i18n/locales/fr/translation.json | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/apps/web/lib/i18n/locales/fr/translation.json b/apps/web/lib/i18n/locales/fr/translation.json index dade8d21..b7834a7b 100644 --- a/apps/web/lib/i18n/locales/fr/translation.json +++ b/apps/web/lib/i18n/locales/fr/translation.json @@ -22,7 +22,12 @@ "screenshot": "Capture d'écran", "video": "Vidéo", "archive": "Archive", - "home": "Accueil" + "home": "Accueil", + "source": "Source", + "bookmark_types": { + "link": "Lien", + "text": "Texte" + } }, "layouts": { "masonry": "Mosaïque", @@ -108,6 +113,11 @@ "new_api_key_desc": "Donnez un nom unique à votre clé API", "key_success": "La clé a été créée avec succès", "key_success_please_copy": "Veuillez copier la clé et la stocker dans un endroit sûr. Une fois que vous fermerez la fenêtre de dialogue, vous ne pourrez plus y accéder." + }, + "webhooks": { + "auth_token": "Jeton d'authentification", + "webhooks": "", + "add_auth_token": "Ajouter un jeton d'authentification" } }, "admin": { |
