From bd4c3ba47a0033028dc5bb5a27115985ff137f14 Mon Sep 17 00:00:00 2001 From: Rocky Linux Automation <75949597+rockylinux-auto@users.noreply.github.com> Date: Sat, 6 Jul 2024 08:18:38 -0400 Subject: [PATCH 1/6] New translations rdp-server.md (French) --- docs/desktop/gnome/rdp-server.fr.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/desktop/gnome/rdp-server.fr.md b/docs/desktop/gnome/rdp-server.fr.md index 5249c51656..ab7ba79334 100644 --- a/docs/desktop/gnome/rdp-server.fr.md +++ b/docs/desktop/gnome/rdp-server.fr.md @@ -20,7 +20,7 @@ Par défaut, Rocky Linux offre la possibilité de partager votre bureau via un a Pour ce guide, nous partons du principe que vous disposez déjà de la configuration suivante : -- Rocky Linux et Gnome +- Rocky Linux et GNOME - Flatpak et Flathub installés et opérationnels - Un compte utilisateur non root - Accès administrateur ou sudo et pouvoir coller des commandes dans le terminal From 5ac1c174bd42510bb800eef5f95b9e399df3b96d Mon Sep 17 00:00:00 2001 From: Rocky Linux Automation <75949597+rockylinux-auto@users.noreply.github.com> Date: Sat, 6 Jul 2024 09:16:06 -0400 Subject: [PATCH 2/6] New translations gnome-tweaks.md (French) --- docs/desktop/gnome/gnome-tweaks.fr.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/desktop/gnome/gnome-tweaks.fr.md b/docs/desktop/gnome/gnome-tweaks.fr.md index 1e46dc6e7e..b60a474023 100644 --- a/docs/desktop/gnome/gnome-tweaks.fr.md +++ b/docs/desktop/gnome/gnome-tweaks.fr.md @@ -14,7 +14,7 @@ GNOME Tweaks est un outil permettant de personnaliser l'environnement de bureau, ## Installation de GNOME tweaks -GNOME Tweaks est disponible depuis le référentiel « appstream », ne nécessitant aucune configuration de référentiel supplémentaire. Installieren avec la commande suivante : +GNOME Tweaks est disponible depuis le référentiel « appstream », ne nécessitant aucune configuration de référentiel supplémentaire. Installez avec la commande suivante : ```bash sudo dnf install gnome-tweaks From 72f207992a27229aa15f1ce64f8d9493cde339b8 Mon Sep 17 00:00:00 2001 From: Rocky Linux Automation <75949597+rockylinux-auto@users.noreply.github.com> Date: Sat, 6 Jul 2024 09:16:11 -0400 Subject: [PATCH 3/6] New translations flatpak.md (French) --- docs/desktop/gnome/flatpak.fr.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/desktop/gnome/flatpak.fr.md b/docs/desktop/gnome/flatpak.fr.md index 58606e29b8..5246ca1949 100644 --- a/docs/desktop/gnome/flatpak.fr.md +++ b/docs/desktop/gnome/flatpak.fr.md @@ -125,7 +125,7 @@ Application Options: --ostree-verbose Show OSTree debug information ``` -Mémoriser la liste des commandes n'est pas nécessaire, mais savoir comment y accéder et utiliser l'option `--help` est une bonne idée. +Mémoriser la liste des commandes n'est pas nécessaire, mais savoir comment y accéder et utiliser l'option `--help` est essentiel. !!! warning "Avertissement" @@ -154,11 +154,11 @@ There is no workaround for this. To avoid the error, use the Flathub resource in `Flathub` est une ressource Web permettant d'obtenir ou de soumettre des packages de bureau. -Pour parcourir `Flathub`, veuillez visiter https://flathub.org/. Une énorme liste de packages de bureau sélectionnés existe ici, joliment divisés en catégories. +Pour parcourir `Flathub`, veuillez consulter https://flathub.org/. Une énorme liste de packages de bureau sélectionnés existe ici, joliment divisés en catégories. ## Intégration de Flathub avec Flatpak -À titre d'exemple, le processus d'installation d'OBS Studio est le suivant : +À titre d'exemple, la marche à suivre pour l'installation d'OBS Studio est la suivante : 1. Ouvrez la section "Audio & Vidéo" sur Flathub From a74b50f0396e6ab736879b68162a6d1a9bfb694a Mon Sep 17 00:00:00 2001 From: Rocky Linux Automation <75949597+rockylinux-auto@users.noreply.github.com> Date: Sun, 7 Jul 2024 04:24:03 -0400 Subject: [PATCH 4/6] New translations 06-mails-servers.md (French) --- .../books/web_services/06-mails-servers.fr.md | 56 +++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100644 docs/books/web_services/06-mails-servers.fr.md diff --git a/docs/books/web_services/06-mails-servers.fr.md b/docs/books/web_services/06-mails-servers.fr.md new file mode 100644 index 0000000000..645ae43905 --- /dev/null +++ b/docs/books/web_services/06-mails-servers.fr.md @@ -0,0 +1,56 @@ +--- +author: null +contributors: null +title: Chapitre 6 Serveurs de messagerie +--- + + From b0c85bd971db189003ffa5ec3dfaaa4e75fb5d11 Mon Sep 17 00:00:00 2001 From: Rocky Linux Automation <75949597+rockylinux-auto@users.noreply.github.com> Date: Sun, 7 Jul 2024 16:26:30 -0400 Subject: [PATCH 5/6] New translations 07-high-availability.md (French) --- .../web_services/07-high-availability.fr.md | 103 ++++++++++++++++++ 1 file changed, 103 insertions(+) create mode 100644 docs/books/web_services/07-high-availability.fr.md diff --git a/docs/books/web_services/07-high-availability.fr.md b/docs/books/web_services/07-high-availability.fr.md new file mode 100644 index 0000000000..643bddbed3 --- /dev/null +++ b/docs/books/web_services/07-high-availability.fr.md @@ -0,0 +1,103 @@ +--- +author: null +contributors: null +title: Chapitre 7 Haute disponibilité +--- + + From f2eaff516b66562df68f13204ec22183256ec97b Mon Sep 17 00:00:00 2001 From: Rocky Linux Automation <75949597+rockylinux-auto@users.noreply.github.com> Date: Mon, 8 Jul 2024 10:22:11 -0400 Subject: [PATCH 6/6] New translations 03-commands.md (Italian) --- docs/books/admin_guide/03-commands.it.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/books/admin_guide/03-commands.it.md b/docs/books/admin_guide/03-commands.it.md index 04f8d749b8..bfd99a1b3c 100644 --- a/docs/books/admin_guide/03-commands.it.md +++ b/docs/books/admin_guide/03-commands.it.md @@ -862,14 +862,14 @@ I comandi specifici per `less` sono: | Comando | Azione | | ---------------------------------------------------------- | --------------------------------------------------- | -| ++h++ | Aiuto. | +| ++"h"++ o ++h++ | Aiuto. | | ++arrow-up++ ++arrow-down++ ++arrow-right++ ++arrow-left++ | Sposta su, giù di una linea, o a destra e sinistra. | | ++enter++ | Sposta giù di una riga. | | ++space++ | Sposta giù di una pagina. | | ++page-up++ e ++page-down++ | Sposta su o giù di una pagina. | | ++"g"++ e ++g++ | Passa alla prima e all'ultima pagina | | `/text` | Cerca il testo. | -| ++q++ | Chiude il comando`less`. | +| ++"q"++ o ++q++ | Chiude il comando`less`. | ### comando `cat`