From 4eb2c0ca94c6670178ae0645bf8437da880f38c7 Mon Sep 17 00:00:00 2001 From: Nelson Figueroa <30811275+nelsonfigueroa@users.noreply.github.com> Date: Wed, 18 Jun 2025 13:05:50 -0700 Subject: [PATCH] exa: update outdated translations (#16887) * exa: update outdated translations * Update pages.de/common/exa.md Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> * Update pages.es/common/exa.md Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> * Update pages.fr/common/exa.md Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> * Update pages.it/common/exa.md Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> * Update pages.ko/common/exa.md Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> * Update pages.pl/common/exa.md Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> * updating command in english page --------- Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> --- pages.de/common/exa.md | 16 ++++++++-------- pages.es/common/exa.md | 16 ++++++++-------- pages.fr/common/exa.md | 16 ++++++++-------- pages.it/common/exa.md | 14 +++++++------- pages.ko/common/exa.md | 16 ++++++++-------- pages.pl/common/exa.md | 16 ++++++++-------- pages/common/exa.md | 2 +- 7 files changed, 48 insertions(+), 48 deletions(-) diff --git a/pages.de/common/exa.md b/pages.de/common/exa.md index 089d762bcd..6c525280b5 100644 --- a/pages.de/common/exa.md +++ b/pages.de/common/exa.md @@ -1,35 +1,35 @@ # exa > Ein moderner Ersatz für `ls` (Verzeichnisinhalte auflisten). -> Weitere Informationen: . +> Weitere Informationen: . - Liste eine Datei pro Zeile auf: -`exa --oneline` +`exa {{[-1|--oneline]}}` - Liste alle Dateien auf, einschließlich versteckter Dateien: -`exa --all` +`exa {{[-a|--all]}}` - Liste alle Dateien im langen Format auf (Berechtigungen, Eigentümer, Größe und Änderungsdatum): -`exa --long --all` +`exa {{[-l|--long]}} {{[-a|--all]}}` - Liste Dateien nach Größe absteigend sortiert auf: -`exa --reverse --sort={{size}}` +`exa {{[-r|--reverse]}} {{[-s|--sort]}} {{size}}` - Zeige Dateien in einer Baumstruktur an, die drei Ebenen tief ist: -`exa --long --tree --level={{3}}` +`exa {{[-l|--long]}} {{[-T|--tree]}} {{[-L|--level]}} {{3}}` - Liste Dateien nach Änderungsdatum aufsteigend sortiert auf: -`exa --long --sort={{modified}}` +`exa {{[-l|--long]}} {{[-s|--sort]}} {{modified}}` - Liste Dateien inklusive Header, Icons und Git-Status: -`exa --long --header --icons --git` +`exa {{[-l|--long]}} {{[-h|--header]}} --icons --git` - Liste keine Dateien auf, die in `.gitignore` erwähnt werden: diff --git a/pages.es/common/exa.md b/pages.es/common/exa.md index beab0932e2..e5a2202c6e 100644 --- a/pages.es/common/exa.md +++ b/pages.es/common/exa.md @@ -1,35 +1,35 @@ # exa > Un reemplazo moderno para `ls` (Lista el contenido de los directorios). -> Más información: . +> Más información: . - Lista archivos uno por línea: -`exa --oneline` +`exa {{[-1|--oneline]}}` - Lista todos los archivos, incluidos los ocultos: -`exa --all` +`exa {{[-a|--all]}}` - Lista en formato largo (permisos, propiedad, tamaño y fecha de modificación) de todos los archivos: -`exa --long --all` +`exa {{[-l|--long]}} {{[-a|--all]}}` - Muestra los archivos con el más grande al principio: -`exa --reverse --sort={{size}}` +`exa {{[-r|--reverse]}} {{[-s|--sort]}} {{size}}` - Muestra un árbol de archivos de tres niveles de profundidad: -`exa --long --tree --level={{3}}` +`exa {{[-l|--long]}} {{[-T|--tree]}} {{[-L|--level]}} {{3}}` - Lista los archivos ordenados por fecha de modificación (los más antiguos primero): -`exa --long --sort={{modified}}` +`exa {{[-l|--long]}} {{[-s|--sort]}} {{modified}}` - Lista de archivos con sus cabeceras, iconos y estados Git: -`exa --long --header --icons --git` +`exa {{[-l|--long]}} {{[-h|--header]}} --icons --git` - No lista los archivos mencionados en `.gitignore`: diff --git a/pages.fr/common/exa.md b/pages.fr/common/exa.md index 15b1a0ba2c..52559c704b 100644 --- a/pages.fr/common/exa.md +++ b/pages.fr/common/exa.md @@ -1,35 +1,35 @@ # exa > Une alternative moderne à `ls` (pour lister le contenu de répertoires). -> Plus d'informations : . +> Plus d'informations : . - Liste les fichiers, un par ligne : -`exa --oneline` +`exa {{[-1|--oneline]}}` - Liste tous les fichiers, y compris les fichiers cachés : -`exa --all` +`exa {{[-a|--all]}}` - Liste au format long (autorisations, propriété, taille et date de modification) de tous les fichiers : -`exa --long --all` +`exa {{[-l|--long]}} {{[-a|--all]}}` - Liste les fichiers avec le plus volumineux en haut : -`exa --reverse --sort={{taille}}` +`exa {{[-r|--reverse]}} {{[-s|--sort]}} {{size}}` - Affiche une arborescence de fichiers, sur trois niveaux de profondeur : -`exa --long --tree --level={{3}}` +`exa {{[-l|--long]}} {{[-T|--tree]}} {{[-L|--level]}} {{3}}` - Liste des fichiers triés par date de modification (le plus ancien en premier) : -`exa --long --sort={{modifié}}` +`exa {{[-l|--long]}} {{[-s|--sort]}} {{modified}}` - Liste les fichiers avec leur en-tête, leur icône et leur statut Git : -`exa --long --header --icons --git` +`exa {{[-l|--long]}} {{[-h|--header]}} --icons --git` - Liste les fichiers sauf ceux mentionnés dans `.gitignore` : diff --git a/pages.it/common/exa.md b/pages.it/common/exa.md index 14b029e901..63e386650d 100644 --- a/pages.it/common/exa.md +++ b/pages.it/common/exa.md @@ -1,28 +1,28 @@ # exa > Un moderno sostituto per `ls` (elenca i contenuti di una directory). -> Maggiori informazioni: . +> Maggiori informazioni: . - Elenca i file nella directory corrente, uno per riga: -`exa --oneline` +`exa {{[-1|--oneline]}}` - Elenca tutti i file, inclusi quelli nascosti: -`exa --all` +`exa {{[-a|--all]}}` - Elenca tutti i file e mostra informazioni (permessi, dimensione e data di ultima modifica): -`exa --long --all` +`exa {{[-l|--long]}} {{[-a|--all]}}` - Elenca i file, ordinandoli per dimensione decrescente: -`exa --reverse --sort={{size}}` +`exa {{[-r|--reverse]}} {{[-s|--sort]}} {{size}}` - Mostra un albero dei file con 3 livelli di profondità: -`exa --long --tree --level={{3}}` +`exa {{[-l|--long]}} {{[-T|--tree]}} {{[-L|--level]}} {{3}}` - Elenca i file e mostra informazioni, ordinandoli per ultima modifica (più vechci prima): -`exa --long --sort={{modified}}` +`exa {{[-l|--long]}} {{[-s|--sort]}} {{modified}}` diff --git a/pages.ko/common/exa.md b/pages.ko/common/exa.md index e926e44ccf..af5c83662e 100644 --- a/pages.ko/common/exa.md +++ b/pages.ko/common/exa.md @@ -1,35 +1,35 @@ # exa > `ls`의 현대적인 대체품 (디렉토리 내용 나열). -> 더 많은 정보: . +> 더 많은 정보: . - 파일을 한 줄에 하나씩 나열: -`exa --oneline` +`exa {{[-1|--oneline]}}` - 숨김 파일을 포함한 모든 파일 나열: -`exa --all` +`exa {{[-a|--all]}}` - 모든 파일의 긴 형식 목록 (권한, 소유권, 크기 및 수정 날짜): -`exa --long --all` +`exa {{[-l|--long]}} {{[-a|--all]}}` - 가장 큰 파일을 맨 위에 나열: -`exa --reverse --sort={{size}}` +`exa {{[-r|--reverse]}} {{[-s|--sort]}} {{size}}` - 파일 트리를 3단계 깊이로 표시: -`exa --long --tree --level={{3}}` +`exa {{[-l|--long]}} {{[-T|--tree]}} {{[-L|--level]}} {{3}}` - 수정 날짜순으로 파일 나열 (오래된 것부터): -`exa --long --sort={{modified}}` +`exa {{[-l|--long]}} {{[-s|--sort]}} {{modified}}` - 헤더, 아이콘 및 Git 상태와 함께 파일 나열: -`exa --long --header --icons --git` +`exa {{[-l|--long]}} {{[-h|--header]}} --icons --git` - `.gitignore`에 언급된 파일은 나열하지 않음: diff --git a/pages.pl/common/exa.md b/pages.pl/common/exa.md index 6981ecb5d6..5b9730d208 100644 --- a/pages.pl/common/exa.md +++ b/pages.pl/common/exa.md @@ -1,35 +1,35 @@ # exa > Nowoczesny odpowiednik `ls` (wyświetla zawartość katalogu). -> Więcej informacji: . +> Więcej informacji: . - Wyświetl listę plików, po jednym w linii: -`exa --oneline` +`exa {{[-1|--oneline]}}` - Wyświetl wszystkie pliki, łącznie z ukrytymi: -`exa --all` +`exa {{[-a|--all]}}` - Wyświetl listę wszystkich plików ze szczegółami (uprawnienia, właściciel, wielkość i data zmiany): -`exa --long --all` +`exa {{[-l|--long]}} {{[-a|--all]}}` - Wyświetl listę plików posortowaną względem wielkości pliku, od największego: -`exa --reverse --sort={{size}}` +`exa {{[-r|--reverse]}} {{[-s|--sort]}} {{size}}` - Wyświetl drzewko plików (trzy poziomy): -`exa --long --tree --level={{3}}` +`exa {{[-l|--long]}} {{[-T|--tree]}} {{[-L|--level]}} {{3}}` - Wyświetl listę plików posortowaną względem daty zmiany, od najstarszego: -`exa --long --sort={{modified}}` +`exa {{[-l|--long]}} {{[-s|--sort]}} {{modified}}` - Wyświetl listę plików wraz z nagłówkiem, ikoną i statusem Git: -`exa --long --header --icons --git` +`exa {{[-l|--long]}} {{[-h|--header]}} --icons --git` - Wyświetl listę plików, ignorując pliki z `.gitignore`: diff --git a/pages/common/exa.md b/pages/common/exa.md index 2ca0f2b604..ed278b5dac 100644 --- a/pages/common/exa.md +++ b/pages/common/exa.md @@ -21,7 +21,7 @@ - Display a tree of files, three levels deep: -`exa {{[-l|--long]}} {[[-T|--tree]}} {{[-L|--level]}} {{3}}` +`exa {{[-l|--long]}} {{[-T|--tree]}} {{[-L|--level]}} {{3}}` - List files sorted by modification date (oldest first):