From 686f4ef026c194cac247a43f4c6cbcdc4a6a2f2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dar=C3=ADo=20Here=C3=B1=C3=BA?= Date: Sat, 11 Nov 2023 12:42:46 -0300 Subject: [PATCH] !: add Spanish translation, fix placeholder in description (#11451) * !: add Spanish translation * !: fix placeholder in description --------- Signed-off-by: K.B.Dharun Krishna Co-authored-by: K.B.Dharun Krishna Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> --- pages.bn/common/!.md | 2 +- pages.de/common/!.md | 2 +- pages.es/common/!.md | 24 ++++++++++++++++++++++++ pages.hi/common/!.md | 2 +- pages.it/common/!.md | 2 +- pages.nl/common/!.md | 2 +- pages.pt_BR/common/!.md | 2 +- pages/common/!.md | 2 +- 8 files changed, 31 insertions(+), 7 deletions(-) create mode 100644 pages.es/common/!.md diff --git a/pages.bn/common/!.md b/pages.bn/common/!.md index 95754a7d9..77fca2bad 100644 --- a/pages.bn/common/!.md +++ b/pages.bn/common/!.md @@ -15,7 +15,7 @@ `!-{{নম্বর}}` -- সর্বশেষ কমান্ড থেকে পুনর্নির্মিত করুন যা `স্ট্রিং` দিয়ে শুরু হয়: +- সর্বশেষ কমান্ড থেকে পুনর্নির্মিত করুন যা স্ট্রিং দিয়ে শুরু হয়: `!{{স্ট্রিং}}` diff --git a/pages.de/common/!.md b/pages.de/common/!.md index 3f41cbdbc..e55438fba 100644 --- a/pages.de/common/!.md +++ b/pages.de/common/!.md @@ -15,7 +15,7 @@ `!-{{n}}` -- Führe den letzten Befehl aus, der mit `{{zeichenkette}}` begann: +- Führe den letzten Befehl aus, der mit zeichenkette begann: `!{{zeichenkette}}` diff --git a/pages.es/common/!.md b/pages.es/common/!.md new file mode 100644 index 000000000..f82777967 --- /dev/null +++ b/pages.es/common/!.md @@ -0,0 +1,24 @@ +# Exclamation mark + +> Bash incorporado para sustituir con un comando encontrado en la historia. +> Más información: . + +- Sustituye con el comando anterior y lo ejecuta con sudo: + +`sudo !!` + +- Sustituye con un comando basado en un número de línea encontrado con `history`: + +`!{{número}}` + +- Sustituye con un comando que se utilizó un número especificado de líneas atrás: + +`!-{{número}}` + +- Sustituye por el comando más reciente que empiece por cadema: + +`!{{cadena}}` + +- Sustituir con los argumentos del comando más reciente: + +`{{comando}} !*` diff --git a/pages.hi/common/!.md b/pages.hi/common/!.md index 460f305fe..f0d6aa8e1 100644 --- a/pages.hi/common/!.md +++ b/pages.hi/common/!.md @@ -15,7 +15,7 @@ `!-{{संख्या}}` -- सबसे हालिया कमांड से प्रतिस्थापित करें जो `स्ट्रिंग` से शुरू होता है: +- सबसे हालिया कमांड से प्रतिस्थापित करें जो स्ट्रिंग से शुरू होता है: `!{{स्ट्रिंग}}` diff --git a/pages.it/common/!.md b/pages.it/common/!.md index 9db1ac3bb..70d353a05 100644 --- a/pages.it/common/!.md +++ b/pages.it/common/!.md @@ -15,7 +15,7 @@ `!-{{numero}}` -- Sostituisci con il comando più recente che inizia con `stringa`: +- Sostituisci con il comando più recente che inizia con stringa: `!{{stringa}}` diff --git a/pages.nl/common/!.md b/pages.nl/common/!.md index 1b71ffe23..eba38804b 100644 --- a/pages.nl/common/!.md +++ b/pages.nl/common/!.md @@ -15,7 +15,7 @@ `!-{{number}}` -- Vervang met het meest recente commando die begint met `string`: +- Vervang met het meest recente commando die begint met string: `!{{string}}` diff --git a/pages.pt_BR/common/!.md b/pages.pt_BR/common/!.md index aa0ce99df..1854ad38f 100644 --- a/pages.pt_BR/common/!.md +++ b/pages.pt_BR/common/!.md @@ -15,7 +15,7 @@ `!-{{número}}` -- Substitui com o comando mais recente que começa com o `texto`: +- Substitui com o comando mais recente que começa com o texto: `!{{texto}}` diff --git a/pages/common/!.md b/pages/common/!.md index 152657237..a7493b7cf 100644 --- a/pages/common/!.md +++ b/pages/common/!.md @@ -15,7 +15,7 @@ `!-{{number}}` -- Substitute with the most recent command that starts with `string`: +- Substitute with the most recent command that starts with a string: `!{{string}}`