Commit Graph

446 Commits (14e1cfed039604ae5a329d8ed57719e80a3070b9)

Author SHA1 Message Date
Darío Hereñú df8b7dda75
calc: update Spanish translation (#11632) 2023-12-24 08:22:49 +05:30
Darío Hereñú d94d7de4c3
vboxmanage-movevm: add Spanish translation (#11814)
* vboxmanage-movevm: add Spanish translation

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2023-12-23 21:23:43 +05:30
Darío Hereñú 674012303e
git-push: update Spanish translation (#11661)
* git-push: update Spanish translation

---------

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2023-12-23 19:25:13 +05:30
Darío Hereñú d2898a061a
chmod: update Spanish translation (#11633)
* chmod: update Spanish translation

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2023-12-23 19:21:31 +05:30
Alejandro Cervera 02c565caf7
basename: add Spanish translation (#11817)
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2023-12-23 08:55:36 +01:00
Darío Hereñú 7cb674bf8d
nix-classic: add Spanish translation (#11812)
* nix-classic: add Spanish translation

---------

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2023-12-22 15:05:26 +05:30
Julia Evans 0f31336609
dig: remove inaccurate description of ANY (#11798) 2023-12-20 05:28:24 +05:30
Sebastiaan Speck 5d3caee147
pages*: remove bold and italic styling (#11777)
* pages*: remove bold and italic styling

* Update pages/common/strings.md

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>

* pages.*: update outdated pages

* Update conky.md

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

---------

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-12-19 17:55:22 +05:30
Darío Hereñú 79db72be5a
gradle: update Spanish translation (#11790) 2023-12-19 17:20:20 +05:30
Gabe Livengood 9d865abee1
`test`: Use POSIX-compliant example for equals comparison (#11728)
* [: use posix-compliant example for equals comparison

the previous example worked fine for bash, but some
other shells (zsh, in my case) will not work when
using "==" for comparison. the posix spec only requires
"=", so I think it makes a little more sense to use
that in the example.

* test: use posix-compliant example for equals comparison

the previous example worked fine for bash, but some
other shells (zsh, in my case) will not work when
using "==" for comparison. the posix spec only requires
"=", so I think it makes a little more sense to use
that in the example.
2023-12-14 20:31:13 +05:30
Juri Dispan 5978942629
7z: remove file extension in -t example (#11738) 2023-12-14 14:33:42 +01:00
Darío Hereñú 63b089e6b5
helm-install: fix typo in Spanish translation (#11664)
* helm-install: fix typo in Spanish translation

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2023-12-13 11:21:07 +05:30
Isaac-Carrascal 53d5899e76
aws-ec2: add Spanish translation (#11706) 2023-12-10 12:41:46 +01:00
Darío Hereñú 74cd86395d
nest: fix typo in Spanish translation (#11675) 2023-12-06 12:48:13 +05:30
Darío Hereñú 6b727e7e1c
yes: fix typos in Spanish translation (#11678) 2023-12-06 12:47:55 +05:30
Darío Hereñú 26b815c369
krunvm: fix typos in Spanish translation (#11673) 2023-12-06 12:47:33 +05:30
Darío Hereñú c313d591cf
tree: fix typo in Spanish translation (#11677) 2023-12-06 12:47:10 +05:30
Darío Hereñú 769c32b279
git-reset: update Spanish translation (#11663) 2023-12-05 20:02:10 +05:30
Darío Hereñú 3fe83f0c63
git-pull: fix typos in Spanish translation (#11660) 2023-12-05 20:01:45 +05:30
Darío Hereñú 8ee132da6d
git-checkout: fix typos in Spanish translation (#11657) 2023-12-05 20:01:10 +05:30
Darío Hereñú 161755d09d
git-mv: fix typo in Spanish translation (#11658)
Update git-mv: fix typo
2023-12-05 15:29:19 +01:00
Darío Hereñú b1e54db054
git-pr: fix typos in Spanish translation (#11659)
Update git-pr: fix typos
2023-12-05 15:28:57 +01:00
Darío Hereñú 2b3b55605c
kill: fix typo in Spanish translation (#11665) 2023-12-05 19:55:37 +05:30
Reinhart Previano Koentjoro d6d4561c17
pages*: fix documentation mistakes (#11641)
* a2ping: minor fixes

* ab: fix mnemonics

* ab: fix mnemonics

* ab: fix mnemonics

* abduco: add mnemonics

* accelerate: use Hugging Face as a trademark

* ack: highlight grep as a command

* acme.sh: highlight certbot as command

* act: add mnemonics

* ag: highlight ack as command

* age-keygen: add Oxford comma

* linux/shutdown: add mnemonics

* airdecap-ng: use Oxford comma

* alex: use standard path name template
2023-12-03 19:59:57 +07:00
Darío Hereñú 4fdc60caa6
cpdf: update Spanish translation (#11634)
* Update cpdf: minor fix

* cpdf: fix placeholders in Spanish translation

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-12-02 09:09:45 +01:00
Darío Hereñú 507dfebc78
docker: fix typos in Spanish translation (#11635)
Update docker: minor fixes
2023-12-02 09:08:44 +01:00
Darío Hereñú d2c132039e
aws-rds: fix typo in Spanish translation (#11621) 2023-12-01 17:56:44 +05:30
Darío Hereñú 6fa40aef1f
7zr: fix typo in Spanish translation (#11608) 2023-11-30 16:05:23 +01:00
Darío Hereñú 0552f8f11a
7z: update Spanish translation (#11606) 2023-11-30 16:03:27 +01:00
Darío Hereñú 385598fc66
dotnet-restore: fix typos in Spanish translation (#11609) 2023-11-30 17:22:12 +05:30
Darío Hereñú 36b7544540
dotnet-publish: fix typo (#11610)
Update dotnet-publish: fix typo
2023-11-30 09:20:07 +01:00
Darío Hereñú 846fc674e6
assimp: update Spanish translation (#11611)
Update assimp: verb mode
2023-11-30 09:19:39 +01:00
Juri Dispan bd9efef521
7z: update page (#11601) 2023-11-29 21:31:42 +01:00
Luka Markušić f3764866db
ani-cli: fix flag for episode selection (#11575)
Specifying episodes is done with `-e`
2023-11-23 10:28:05 +05:30
Darío Hereñú 4b0155cc3a
a2ping: add Spanish translation, fix command highlighting (#11529) 2023-11-19 06:49:28 +01:00
Darío Hereñú 686f4ef026
!: 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>
2023-11-11 21:12:46 +05:30
Sebastiaan Speck 0b032c1135
amass-track, amass-viz: remove page (#11424)
* amass-track: delete page

* amass-track: remove Spanish page

* amass-track: remove French page

* amass-viz: remove page

* amass-viz: remove French page

* amass-viz: remove Spanish page
2023-11-09 08:32:58 +01:00
Nataliiaaa 50b96beabd
btop: add Spanish translation (#11400)
* btop: add Spanish translation

---------

Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
Co-authored-by: Darío Hereñú <magallania@gmail.com>
2023-11-07 09:07:10 +05:30
K.B.Dharun Krishna 5c26174aa9
pages/*: update links and more info link script (#11390)
* pages/*: update links and more info link script

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* cleanup: reformat code

* ax-webapp: fix link

* curl: fix false positive

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>

---------

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2023-11-06 23:14:12 +05:30
Darío Hereñú 91808f9cbe
gcloud: add Spanish translation (#11392) 2023-11-06 14:50:46 +05:30
K.B.Dharun Krishna f1aa0a8fe5
Revert "pages/*: add standard translation and links (#11331)" (#11374)
This reverts commit 39642c3fed80aaed7212bca6b7cc4c345ed229ee.
2023-11-06 14:02:32 +05:30
K.B.Dharun Krishna 8538a31451
pages/*: add standard translation and links (#11331)
* pages/*: add standard translation and links

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* fix1: false positives; standardize Bengali, Hindi, Nepali periods

* fix: periods in recently added Bengali pages

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* fix: false positives in modified files

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* cleanup: update to native period in Bengali l10n

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

---------

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-11-06 14:02:31 +05:30
Jeremy Aza d4b1527eae
pages.es/*: add Spanish translation; npm: update page (#11297)
* npm: improved description of npm list and npm install

* npm, nvm: add Spanish translation

* nvm: add Spanish translations to the commands

* helm-install, helm, nest, netlify, next, nginx, vite: add Spanish translation

* choco, clear, cmd, del, dir, mkdir: add Spanish translation

* helm-*: update Spanish translation

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* pages.es/common: update pages

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* pages.es/windows: update pages

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

---------

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Darío Hereñú <magallania@gmail.com>
2023-10-28 00:13:16 +05:30
Magrid 9856c5aec6
clamav: move to common, update Catalan and Spanish translations (#11283) 2023-10-26 19:33:38 +02:00
Sebastiaan Speck 10896a0a0b
pages*: fix tldr-lint issues (#11288)
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
2023-10-26 19:31:26 +02:00
David Zabala d3ad7b509e
apt-get, aptitude, adb, awk: fix typo in Spanish translation (#11073) 2023-10-19 09:53:17 +02:00
Sebastiaan Speck 3e53d171bd
az-*: update links and page description (#10963)
* az-*: update links and page description

* az-aks: update link and page description

* az-*: fix typos in Spanish translation

* az-*: update links and description in Spanish translation
2023-10-15 13:12:29 +05:30
Cristian Bastidas 054093f7e9
az, az-apim, az-group, az-storage, az-tag, az-upgrade: add Spanish translation (#10946)
* az-apim, az, az-storage, az-group, az-tag, az-upgrade: add Spanish translation

* az-apim: fix typo
2023-10-14 15:24:35 +05:30
Cristian Bastidas bc50cc7fa5
az-account, az-appconfig, az-bicep, az-config, az-devops, az-feedback: add Spanish translation (#10834)
* az-account: add Spanish translation

* az-appconfig: add Spanish translation

* az-bicep: add Spanish translation

* az-config: add Spanish translation

* az-devops: add Spanish translation

* az-feedback: add Spanish translation

---------

Co-authored-by: Darío Hereñú <magallania@gmail.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-10-09 09:25:45 +05:30
Alejandro Armenta 6a50a531da
tail: add Spanish translation (#10825)
* tail: add Spanish translation

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-10-04 14:45:15 +05:30
Lena 8d3737dcbf
pages/*: add `< >` around links in example descriptions (#10594)
* pages/*: add `< >` around links in example descriptions

* Apply suggestions from code review

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* apm: add `< >` to the English page

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-09-10 18:51:33 +05:30
Luis Quiñones 9375f43e37
docker compose: run specifying a project name (#10596) 2023-08-20 20:43:48 +05:30
Darío Hereñú 7efc4ca64d
atoum: add Spanish translation (#10339) 2023-08-09 19:05:16 +05:30
4G3NT 3000e6c071
pages*: remove double colons (`::`) (#10551) 2023-07-27 17:42:45 +02:00
Darío Hereñú 16746cddf9
axel: add Spanish translation (#10089)
* axel: add Spanish translation

* Update pages.es/common/axel.md

Co-authored-by: Franco Gil <45880759+realFranco@users.noreply.github.com>

* Update pages.es/common/axel.md

Co-authored-by: Franco Gil <45880759+realFranco@users.noreply.github.com>

* Update pages.es/common/axel.md

Co-authored-by: Franco Gil <45880759+realFranco@users.noreply.github.com>

* Update pages.es/common/axel.md

Co-authored-by: Axel Navarro <navarroaxel@gmail.com>

* Update pages.es/common/axel.md

Co-authored-by: Axel Navarro <navarroaxel@gmail.com>

* Update pages.es/common/axel.md

Co-authored-by: Axel Navarro <navarroaxel@gmail.com>

* Update axel.md

updated line 19

---------

Co-authored-by: Franco Gil <45880759+realFranco@users.noreply.github.com>
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
2023-07-16 13:35:42 +08:00
Darío Hereñú 0d2b84b39c
autoflake: add Spanish translation (#10170) 2023-07-10 13:13:36 +05:30
4G3NT 87ec0727fc
pages*: add backticks to every io stream (#10442)
* pages*: add backticks to every io stream
2023-07-02 18:42:01 +05:30
Lena d3b2c039ea
btop: add page; bpytop: move to `common`, update page (#10425) 2023-06-30 11:45:13 +05:30
Luís Góis 9014511631
git-cherry-pick: spelled-out version of `-n` (#10417)
* `-n` => `--no-commit`
2023-06-25 14:36:35 +02:00
Darío Hereñú 816dcd8494
at: add Spanish translation (#10156) 2023-05-31 22:14:18 +08:00
K.B.Dharun Krishna 06fe1c14c2
mv: update path placeholders, Tamil translation (#10246) 2023-05-24 11:15:42 +08:00
K.B.Dharun Krishna f07b31d9ae
apg: update path placeholder (#10243) 2023-05-22 16:41:00 +08:00
Darío Hereñú baa6a13ff8
aws-codecommit: fix Spanish translation (#10108) 2023-05-19 20:53:31 +02:00
Darío Hereñú f0220b9f80
aws-cur: add Spanish translation (#10126) 2023-05-19 20:47:56 +02:00
Darío Hereñú 829811bda7
autossh: add Spanish translation (#10045) 2023-05-19 20:45:48 +02:00
Darío Hereñú dfe538d048
astyle: add Spanish translation (#10161) 2023-05-19 20:40:20 +02:00
Darío Hereñú 400be9caa2
arping: add Spanish translation (#9986) 2023-05-19 20:26:45 +02:00
Darío Hereñú 3a017e0ee1
aws-google-auth: add Spanish translation (#10152) 2023-05-19 09:38:07 +05:30
Darío Hereñú 1c40a80628
aws-help: add Spanish translation (#10155) 2023-05-19 09:36:36 +05:30
Darío Hereñú 6a0fe85219
aws-iam: add Spanish translation (#10150)
* aws-iam: add Spanish translation
2023-05-19 09:36:17 +05:30
K.B.Dharun Krishna 0b6043db44
7z,7za,7zr: update link to manned (#10220)
* 7za,7zr: update link

* 7z: update link
2023-05-18 17:13:32 +05:30
Jen 32e885b754
7zr: wrap argument in curly braces (#10217) 2023-05-18 01:59:33 +02:00
Lena 171920d034
cargo: fix documentation link (#10200) 2023-05-16 15:49:30 +05:30
Darío Hereñú 08ae698224
aircrack-ng: add Spanish translation (#10023)
* aircrack-ng: add Spanish translation

* Update pages.es/common/aircrack-ng.md

Co-authored-by: Jack Lin <blueskyson1401@gmail.com>

* Update pages.es/common/aircrack-ng.md

Co-authored-by: Jack Lin <blueskyson1401@gmail.com>

* Update pages.es/common/aircrack-ng.md

Co-authored-by: Jack Lin <blueskyson1401@gmail.com>

---------

Co-authored-by: Jack Lin <blueskyson1401@gmail.com>
2023-05-15 19:09:48 +08:00
Darío Hereñú 1c8b45ac2e
avrdude: add Spanish translation (#10123)
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-05-09 04:07:48 +02:00
Darío Hereñú 46bbd40c24
aws-codecommit: add Spanish translation (#10147) 2023-05-09 04:06:08 +02:00
Darío Hereñú e9995a8249
aws-glue: add Spanish translation (#10114)
* aws-glue: add Spanish translation

* Update aws-glue.md

* Update aws-glue.md
2023-04-27 14:00:41 +08:00
Darío Hereñú fee01f0346
aws-route53: add Spanish translation (#10085) 2023-04-26 14:41:36 +05:30
Darío Hereñú 07e4e8ac05
apktool: add Spanish translation (#10006) 2023-04-26 07:56:12 +05:30
Darío Hereñú 50a4cedd22
aws-cognito-idp: add Spanish translation (#10086) 2023-04-22 21:15:26 +08:00
Darío Hereñú b155b6b094
aws-rds: add Spanish translation (#10092) 2023-04-22 21:09:23 +08:00
Darío Hereñú deeffd9df6
asciidoctor: add Spanish translation (#9994) 2023-04-21 11:37:41 +05:30
Darío Hereñú 423d482d14
aws-kinesis: add Spanish translation (#10032) 2023-04-21 11:35:15 +05:30
Darío Hereñú 51f2bdbadc
apg: add Spanish translation (#10013) 2023-04-21 11:25:04 +05:30
Darío Hereñú 9071a834c8
aws-configure: add Spanish translation (#10009) 2023-04-21 11:24:52 +05:30
Darío Hereñú 021d2c2867
autopep8: add Spanish translation (#10070) 2023-04-14 14:53:51 +08:00
Darío Hereñú 67f16bec5c
avo: add Spanish translation (#10002) 2023-04-11 01:07:51 +08:00
Darío Hereñú a87206c0b5
ansible-inventory: add Spanish translation (#10017) 2023-04-11 00:43:36 +08:00
Seth Falco c13de91698
asar: fix dir structure (#10041) 2023-04-10 10:56:58 +05:30
Axel Navarro 6d545534f3
adb-logcat, logcat: add --pid examples (#9893) 2023-04-01 22:48:20 +00:00
Darío Hereñú 0317ac7fdd
audacious: add Spanish translation (#9992) 2023-03-28 13:49:30 -03:00
Darío Hereñú e096d4ce27
asar: add Spanish translation (#9984) 2023-03-26 00:02:21 +08:00
Darío Hereñú fe1a78519b
assimp: add Spanish translation (#9963)
* assimp: add Spanish translation

* Update pages.es/common/assimp.md

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-03-22 00:24:56 +08:00
Darío Hereñú 16ea067e55
astronomer: add Spanish translation (#9960)
* astronomer: add Spanish translation

* Update pages.es/common/astronomer.md

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-03-21 23:06:23 +08:00
Darío Hereñú ebac646738
aria2c: add Spanish translation (#9958)
* aria2c: add Spanish translation

* Update aria2c.md

* Update pages.es/common/aria2c.md

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-03-21 22:07:40 +08:00
Darío Hereñú 87814385d5
[[: add Spanish translation (#9955) 2023-03-21 11:47:51 +08:00
Darío Hereñú 18fb7ac920
argocd-app: add Spanish translation (#9948) 2023-03-21 11:14:45 +08:00
Darío Hereñú c723b95498
airodump-ng: add Spanish translation (#9934) 2023-03-20 19:42:28 +08:00
Darío Hereñú 403d9c99ba
apm: add Spanish translation (#9942)
---------

Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
2023-03-13 10:42:31 +05:30
Darío Hereñú 1201ad51bc
apropos: add Spanish translation (#9912)
* apropos: add Spanish translation

* apropos: fix incorrect path

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-03-06 23:49:20 +08:00
Darío Hereñú 9f26ea80a6
cut: update Spanish translation (#9902) 2023-03-02 13:28:19 -03:00
Darío Hereñú 80a5c5532a
argon2: add Spanish translation (#9907) 2023-03-02 13:26:47 -03:00
Darío Hereñú 3bbd01ed3a
arch: add Spanish translation (#9905) 2023-03-02 13:25:14 -03:00
Darío Hereñú b8e85852a8
aireplay-ng: add Spanish translation (#9690)
* aireplay-ng: add Spanish translation

* Update pages.es/common/aireplay-ng.md

Co-authored-by: Emily Grace Seville <EmilySeville7cfg@gmail.com>

* Update pages.es/common/aireplay-ng.md

Co-authored-by: Axel Navarro <navarroaxel@gmail.com>

---------

Co-authored-by: Emily Grace Seville <EmilySeville7cfg@gmail.com>
Co-authored-by: Axel Navarro <navarroaxel@gmail.com>
2023-02-21 14:43:37 +08:00
Darío Hereñú a539fef4b8
bc: updated Spanish translation (#9877) 2023-02-20 17:06:56 +08:00
Darío Hereñú a124b1280a
[: update Spanish translation (#9876)
* [: update Spanish translation

* Update [.md
2023-02-20 15:49:21 +08:00
Darío Hereñú e527737dc9
cd: update Spanish translation (#9875)
* cd: updated Spanish translation

* Update cd.md
2023-02-20 15:43:58 +08:00
Darío Hereñú 5e46f36629
adb-logcat: add Spanish translator (#9857) 2023-02-20 15:35:29 +08:00
Darío Hereñú c566cd03b4
adb-shell: add Spanish translation, update English page (#9868)
* adb-shell: add Spanish translation

* Update adb-shell.md

* adb-shell: update / to or

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-02-19 17:09:26 +05:30
Darío Hereñú a624fa1a9e
mid3v2: add Spanish translation (#9790) 2023-02-13 09:57:49 -03:00
Jaime ed0fa9affb
ping, ping6: add Spanish translation (#9803) 2023-02-13 09:38:48 -03:00
Darío Hereñú 0b69aacbf7
afconvert: add Spanish translation (#9834) 2023-02-13 09:35:09 -03:00
Darío Hereñú 04d140a298
adb-install: add Spanish translation (#9839) 2023-02-13 09:30:39 -03:00
Darío Hereñú d38503ee9b
age: add Spanish translation (#9844) 2023-02-13 09:15:21 -03:00
Darío Hereñú ef2fb70040
7zr: add Spanish translation (#9848) 2023-02-13 09:11:26 -03:00
Darío Hereñú cafd25954a
acme.sh: add Spanish translation (#9851) 2023-02-13 09:09:46 -03:00
Darío Hereñú 4877f26dd9
amass-db: add Spanish translation (#9795) 2023-02-13 09:07:23 -03:00
Darío Hereñú 8d10b46f1e
ani-cli: add Spanish translation (#9847) 2023-02-11 22:59:00 +08:00
Kumamoto f9bad725de
docker-system, docker-compose: add Japanese translation, update page (#9828)
* docker-system: add Japanese translation

* docker-compose: add Japanese translation

* Update pages.ja/common/docker-compose.md: add a note that the container is running

* Update pages/common/docker-compose.md: exchange short option for long one

* Update pages.ja/common/docker-compose.md: exchange short option for long one

* docker-compose: update command to long flag

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-02-08 21:01:15 +05:30
Jaime b4e6d74f7c
ps: add Spanish translation (#9815)
* ps: add Spanish translation

* ps: fix type error

* ps: fix Spanish translation

* ps: fix type error
2023-02-07 11:32:38 +08:00
Darío Hereñú bc3416f4d1
ansiweather: add Spanish translation (#9832) 2023-02-07 11:14:31 +08:00
Darío Hereñú f46fc25fcd
aria2: add Spanish translation (#9823) 2023-02-03 10:02:00 +05:30
Darío Hereñú 81423dfef8
ansible-pull: add Spanish translation (#9820)
* ansible-pull: add Spanish translation

* Update pages.es/common/ansible-pull.md

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* Update ansible-pull.md

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-02-03 12:13:48 +08:00
Darío Hereñú ceb7708742
7za: add Spanish translation (#9811) 2023-02-03 12:05:18 +08:00
Darío Hereñú fce4395422
anki: add Spanish translation (#9813) 2023-01-29 22:11:32 +08:00
Axel Navarro d0d67e1d95
nc: fix Spanish translation (#9804) 2023-01-26 12:22:14 +05:30
Darío Hereñú a39695a734
antibody: add Spanish translation (#9802) 2023-01-24 11:07:14 -03:00
Jaime fa2ac474c1
nc: add Spanish translation (#9792)
* nc: add Spanish translation

* nc: fix format error
2023-01-24 09:36:24 +08:00
Axel Navarro 73cc3d7432
ansible-doc: fix typo in Spanish translation (#9753) 2023-01-09 21:21:16 +10:00
Darío Hereñú 16a2931194
ansible-doc: add Spanish translation (#9738)
* ansible-doc: add Spanish translation

* Update pages.es/common/ansible-doc.md

* Update pages.es/common/ansible-doc.md
2023-01-09 00:33:58 +10:00
Darío Hereñú 2a591edecd
amass-viz: add Spanish translation (#9720) 2023-01-06 14:06:01 -03:00
Axel Navarro 1bf16d5ee9
amass: sort examples (#9724) 2023-01-04 17:32:27 +05:30
Darío Hereñú 65cc9bf09c
amass: add Spanish translation (#9694) 2023-01-04 21:06:20 +10:00
Darío Hereñú da293de402
alex: add Spanish translation (#9692)
* alex: add Spanish translation

* Update pages.es/common/alex.md

* Update pages.es/common/alex.md
2023-01-04 20:52:32 +10:00
Darío Hereñú d34e1e9103
adb-reverse: add Spanish translation (#9687) 2023-01-04 20:52:04 +10:00
Darío Hereñú bf8c7a80e9
amass-intel: add Spanish translation (#9699) 2023-01-02 15:04:28 -03:00
Darío Hereñú c71cf5803e
airpaste: add Spanish translation (#9695) 2023-01-02 08:07:10 -03:00
Darío Hereñú cd4c12a0b9
amass-track: add Spanish translation (#9700) 2023-01-02 08:06:15 -03:00
Darío Hereñú c8342ccee8
2to3: add Spanish translation (#9693)
* 2to3: add Spanish translation

* Update pages.es/common/2to3.md
2023-01-01 14:42:15 +10:00
Axel Navarro 8623ee9ab0
airmon-ng: fix typos in Spanis translation (#9697) 2023-01-01 14:17:49 +10:00
Darío Hereñú bf7ce6151e
ack: add Spanish translation (#9686) 2022-12-31 20:24:23 -03:00
Darío Hereñú 68c475d4fd
adscript: add Spanish translation (#9688)
Co-authored-by: Emily Grace Seville <EmilySeville7cfg@gmail.com>
2022-12-31 15:34:01 +01:00
Darío Hereñú 8c4bc7848f
ajson: add Spanish translation (#9691) 2022-12-31 10:35:38 -03:00
Darío Hereñú d97d1ac436
amass-enum: add Spanish translation (#9698) 2022-12-31 10:35:05 -03:00
Darío Hereñú 5fc4797cfb
airmon-ng: add Spanish translation (#9689) 2022-12-31 17:16:09 +10:00
K.B.Dharun Krishna 5257568887
pages.*: add standard translation (#9672)
* pages./: Automatically add alias pages

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* pages./: Automatically add links

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>

* Fix false positives from script

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2022-12-29 08:41:44 +05:30
Darío Hereñú 582f2ac0ce
agate: add Spanish translation (#9667) 2022-12-25 15:06:33 -03:00
Darío Hereñú 1910df33dd
act: add Spanish translation (#9666) 2022-12-25 15:04:42 -03:00
Darío Hereñú 1eaa89b37a
acme.sh-dns: add Spanish translation (#9665) 2022-12-25 12:12:40 -03:00
Juan Manuel Parrilla Madrid 75e5d87936
krunvm: add page, add Spanish translation (#9575) 2022-12-09 11:47:29 -03:00