Bladeren bron

!: add Spanish translation, fix placeholder in description (#11451)

* !: add Spanish translation

* !: fix placeholder in description

---------

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
Darío Hereñú 1 jaar geleden
bovenliggende
commit
686f4ef026
8 gewijzigde bestanden met toevoegingen van 31 en 7 verwijderingen
  1. 1 1
      pages.bn/common/!.md
  2. 1 1
      pages.de/common/!.md
  3. 24 0
      pages.es/common/!.md
  4. 1 1
      pages.hi/common/!.md
  5. 1 1
      pages.it/common/!.md
  6. 1 1
      pages.nl/common/!.md
  7. 1 1
      pages.pt_BR/common/!.md
  8. 1 1
      pages/common/!.md

+ 1 - 1
pages.bn/common/!.md

@@ -15,7 +15,7 @@
 
 `!-{{নম্বর}}`
 
-- সর্বশেষ কমান্ড থেকে পুনর্নির্মিত করুন যা `স্ট্রিং` দিয়ে শুরু হয়:
+- সর্বশেষ কমান্ড থেকে পুনর্নির্মিত করুন যা স্ট্রিং দিয়ে শুরু হয়:
 
 `!{{স্ট্রিং}}`
 

+ 1 - 1
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}}`
 

+ 24 - 0
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: <https://www.gnu.org/software/bash/manual/bash.html#Event-Designators>.
+
+- 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}} !*`

+ 1 - 1
pages.hi/common/!.md

@@ -15,7 +15,7 @@
 
 `!-{{संख्या}}`
 
-- सबसे हालिया कमांड से प्रतिस्थापित करें जो `स्ट्रिंग` से शुरू होता है:
+- सबसे हालिया कमांड से प्रतिस्थापित करें जो स्ट्रिंग से शुरू होता है:
 
 `!{{स्ट्रिंग}}`
 

+ 1 - 1
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}}`
 

+ 1 - 1
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}}`
 

+ 1 - 1
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}}`
 

+ 1 - 1
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}}`