feat: Add translated articles links

This commit is contained in:
Samuel Ortion 2024-05-24 22:08:55 +02:00
parent 96d009ba99
commit 4ee5c9cf05
Signed by: sortion
GPG Key ID: 9B02406F8C4FB765
3 changed files with 2 additions and 6 deletions

View File

@ -9,7 +9,7 @@ params:
author: Samuel Ortion author: Samuel Ortion
email: samuel@ortion.fr email: samuel@ortion.fr
avatar: /images/me.png avatar: /images/me.png
description: "" description: "The blog of a juvenile Geekus biologicus"
# Uncomment if you need this # Uncomment if you need this
# images: # images:
# - images/og-featured.png # relative path to "static" directory # - images/og-featured.png # relative path to "static" directory

View File

@ -1,5 +1,5 @@
--- ---
title: Analyse Sound on GNU/Linux using Wine title: Analyze Ultrasound on GNU/Linux using Wine
author: Samuel Ortion author: Samuel Ortion
date: 2021-03-25 date: 2021-03-25
modifdate: 2024-05-18 modifdate: 2024-05-18
@ -13,8 +13,6 @@ After recording bats, orthoptera or birds sounds, it is often necessary to have
The software needed to do so are often developed only for Windows. In this article, we will learn how to install these softwares (e.g., Kaleidoscope, Syrinx, Batsound 4, 7-zip and Lupas-Rename). The software needed to do so are often developed only for Windows. In this article, we will learn how to install these softwares (e.g., Kaleidoscope, Syrinx, Batsound 4, 7-zip and Lupas-Rename).
_Une [version traduite en Français](/posts/analyser-des-sons-sur-gnulinux-avec-wine/) est disponible, avec quelques modifications_.
## Install Wine ## Install Wine
Wine is a software that enable .exe software to run on UNIX systems such as Linux or Mac OS. Wine is a software that enable .exe software to run on UNIX systems such as Linux or Mac OS.

View File

@ -11,8 +11,6 @@ Après avoir enregistré des sons de chauve-souris, orthoptères ou d'oiseaux, i
Les logiciels recommandés dans les tutoriels Vigie-Chiro sont, pour certains, développés uniquement pour Windows. Dans cet article, nous apprendrons comment installer ces logiciels (Kaleidoscope, Syrinx, Batsound 4, 7-zip et Lupas-Rename) sur une machine Linux à l'aide de [Wine](https://winehq.org/). Les logiciels recommandés dans les tutoriels Vigie-Chiro sont, pour certains, développés uniquement pour Windows. Dans cet article, nous apprendrons comment installer ces logiciels (Kaleidoscope, Syrinx, Batsound 4, 7-zip et Lupas-Rename) sur une machine Linux à l'aide de [Wine](https://winehq.org/).
_Version traduite et modifiée de la [version en anglais de cet article](/posts/analyse-sound-on-gnulinux-using-wine/) initialement publié en 2021._
## Comment installer Wine ? ## Comment installer Wine ?
Wine est un logiciels qui permet de faire tourner des logiciels Windows (`.exe`) sur un système d'exploitation UNIX comme Linux, ou Mac OS. Wine est un logiciels qui permet de faire tourner des logiciels Windows (`.exe`) sur un système d'exploitation UNIX comme Linux, ou Mac OS.