From 8c9305f0603e69efda8fb0402fa993025dd2cb3a Mon Sep 17 00:00:00 2001 From: GiteaBot Date: Sun, 30 Aug 2026 00:59:29 +0000 Subject: [PATCH] [skip ci] Updated translations via Crowdin --- options/locale/locale_fr-FR.json | 6 ++++++ options/locale/locale_ga-IE.json | 3 +++ options/locale/locale_pt-PT.json | 3 +++ 3 files changed, 12 insertions(+) diff --git a/options/locale/locale_fr-FR.json b/options/locale/locale_fr-FR.json index 252e7013f52..4a84888834a 100644 --- a/options/locale/locale_fr-FR.json +++ b/options/locale/locale_fr-FR.json @@ -1324,6 +1324,9 @@ "repo.editor.upload_files_to_dir": "Téléverser les fichiers vers \"%s\"", "repo.editor.cannot_commit_to_protected_branch": "Impossible de créer une révision sur la branche protégée \"%s\".", "repo.editor.no_commit_to_branch": "Impossible de réviser cette branche car :", + "repo.editor.no_write_permission": "Aucune permission d’écriture.", + "repo.editor.repo_not_editable": "Ce dépôt n’est pas modifiable.", + "repo.editor.branch_is_protected": "La branche est protégée", "repo.editor.require_signed_commit": "Cette branche nécessite une révision signée", "repo.editor.cherry_pick": "Picorer %s vers:", "repo.editor.revert": "Rétablir %s sur:", @@ -2391,6 +2394,7 @@ "repo.settings.no_deploy_keys": "Il n’y a pas encore de clés de déploiement.", "repo.settings.title": "Titre", "repo.settings.add_deploy_key_ssh": "Ajouter une clé SSH", + "repo.settings.deploy_key_ssh_desc": "Ajouter une clé publique SSH comme clé de déploiement, puis utiliser sa clé privée pour accéder au dépôt.", "repo.settings.deploy_key_token_desc": "Utilise un jeton HTTP en tant que mot de passe de ce dépôt pour les commandes Git via HTTPS.", "repo.settings.generate_deploy_token": "Générer un jeton HTTP", "repo.settings.generate_deploy_token_success": "Jeton HTTP « %s » généré. Copiez-le maintenant, il ne sera plus affiché.", @@ -2636,6 +2640,7 @@ "repo.diff.dotfile_extension": "Dotfiles", "repo.diff.all_file_extensions": "Toutes les extensions", "repo.diff.no_files_matched": "Aucun fichier ne correspond à votre recherche", + "repo.diff.show_more_matching": "Afficher plus - %[1]d correspondant ci-dessous", "repo.diff.submodule_added": "Sous-module %[1]s ajouté à %[2]s", "repo.diff.submodule_deleted": "Sous-module %[1]s supprimé de %[2]s", "repo.diff.submodule_updated": "Sous-module %[1]s mis-à-jour : %[2]s", @@ -3006,6 +3011,7 @@ "admin.dashboard.cleanup_hook_task_table": "Nettoyer la table hook_task", "admin.dashboard.cleanup_packages": "Nettoyer des paquets expirés", "admin.dashboard.cleanup_actions": "Nettoyer les reliquats des actions obsolètes", + "admin.dashboard.cleanup_action_runs": "Purger les exécutions ayant dépassé leur période de rétention", "admin.dashboard.server_uptime": "En service depuis", "admin.dashboard.current_goroutine": "Goroutines actuelles", "admin.dashboard.current_memory_usage": "Utilisation Mémoire actuelle", diff --git a/options/locale/locale_ga-IE.json b/options/locale/locale_ga-IE.json index 70a3c5616e3..8a911a7027c 100644 --- a/options/locale/locale_ga-IE.json +++ b/options/locale/locale_ga-IE.json @@ -1324,6 +1324,9 @@ "repo.editor.upload_files_to_dir": "Uaslódáil comhaid go \"%s\"", "repo.editor.cannot_commit_to_protected_branch": "Ní féidir gealltanas a thabhairt don bhrainse faoi chosaint \"%s\".", "repo.editor.no_commit_to_branch": "Ní cheadaítear gealltanas díreach a thabhairt don bhrainse mar gheall ar:", + "repo.editor.no_write_permission": "Gan cead scríbhneoireachta.", + "repo.editor.repo_not_editable": "Ní féidir an stór a chur in eagar.", + "repo.editor.branch_is_protected": "Tá an brainse faoi chosaint", "repo.editor.require_signed_commit": "Éilíonn an Brainse tiomantas sínithe", "repo.editor.cherry_pick": "Roghnaigh silíní %s ar:", "repo.editor.revert": "Fill %s ar:", diff --git a/options/locale/locale_pt-PT.json b/options/locale/locale_pt-PT.json index 69bf53c42e9..b23cfda0549 100644 --- a/options/locale/locale_pt-PT.json +++ b/options/locale/locale_pt-PT.json @@ -1324,6 +1324,9 @@ "repo.editor.upload_files_to_dir": "Carregar ficheiros para \"%s\"", "repo.editor.cannot_commit_to_protected_branch": "Não é possível cometer para o ramo protegido \"%s\".", "repo.editor.no_commit_to_branch": "Não é permitido cometer imediatamente para o ramo porque:", + "repo.editor.no_write_permission": "Não tem permissões de escrita.", + "repo.editor.repo_not_editable": "O repositório não é editável.", + "repo.editor.branch_is_protected": "O ramo está protegido", "repo.editor.require_signed_commit": "O ramo requer um cometimento assinado", "repo.editor.cherry_pick": "Escolher a dedo %s para:", "repo.editor.revert": "Reverter %s para:",