Commit Graph

13344 Commits (9902092002b3bc4880c8d2b126542299825b0e9b)

Author SHA1 Message Date
Sebastiaan Speck 55970a7e21
objdump: add Dutch translation (#11776) 2023-12-18 12:55:55 +01:00
Sebastiaan Speck 76dec4d6cd
qm-move-disk: add Dutch alias page (#11774) 2023-12-18 12:55:07 +01:00
Juri Dispan dfa023251c
fiascotopnm, pnmtofiasco: add pages (#11752)
* fiascotopnm, pnmtofiasco: add pages

* Apply suggestions from code review

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

* Update pages/common/pnmtofiasco.md

Co-authored-by: pixel häußler <pixel+github@chrissx.de>

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: pixel häußler <pixel+github@chrissx.de>
2023-12-17 17:28:38 +01:00
Juri Dispan 45fde32689
pnmtopalm: add page; palmtopnm: modify page (#11751)
* palmtopnm, pnmtopalm: add pages

* move to common

* fix typos

* Update pages/common/palmtopnm.md

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

* Update pages/common/pnmtopalm.md

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

---------

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-12-17 17:15:54 +01:00
HoJeong Im eb46dcb52a
argon2: add Korean translation (#11772) 2023-12-17 19:58:05 +05:30
Sebastiaan Speck 2b5da6d81b
helix: add Dutch translation (#11762) 2023-12-17 13:58:24 +01:00
Sebastiaan Speck b0f37d4518
kcat: add Dutch translation (#11764) 2023-12-17 13:58:15 +01:00
Sebastiaan Speck a60492f2da
install-nodeversion: add Dutch translation (#11760) 2023-12-17 13:45:35 +01:00
Sebastiaan Speck 983f215d5e
get-nodeinstalllocation: fix Dutch translation (#11759) 2023-12-17 13:44:37 +01:00
Darío Hereñú 7b25148a11
m: fix verb in Spanish translation (#11765) 2023-12-17 11:00:48 +05:30
Vitor Henrique 7599be91bb
7z{,a,r}, arduino, bundle, bzip2, chromium: update pt_BR translation (#11732)
* 7z: add compression level to pt_BR translation

* 7z: being consistent on archive filename in pt_BR

* 7za: add compression level to pt_BR translation

* 7zr: add compression level to pt_BR translation

* 7z: update compression level pt_BR translation

* 7za: adding "/para/" in pt_BR to translate "/to/"

* arduino: add install examples to pt_BR translation

* bundle: fix pt_BR translation of bundle install description

* bundle: update pt_BR translation

* bzip2: update pt_BR translation

* chromium: update pt_BR translation

* chromium: fix typo in pt_BR translation

* bzip2: replace "arquivo.bz2" with "arquivo_compactado.bz2" in pt_BR translation

* 7zr: fix pt_BR translation formatting

* 7zr: add newline in pt_BR translation

* 7za: add missing curly brackets in pt_BR
2023-12-17 02:03:05 -03:00
Vitor Henrique 0db8a02129
pw-mon: add page and pt_BR translation (#11744)
* pw-mon: add page

* pw-mon: add pt_BR translation

* pw-mon: translate "remote_name" to pt_BR

* pw-mon: use "display" instead of "show" in help command description

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

* pw-mon: fix verb tenses in pt_BR

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-12-17 01:50:46 -03:00
Vitor Henrique 3e9e229f49
mpv, pw-cat: update page; mpv: add pt_BR translation (#11734)
* mpv: merge file and URL playing examples

* mpv: add screenshot example

* mpv: move speed range to placeholder

* mpv: add pt_BR translation

* mpv: translate or in pt_BR

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

* mpv: fix: moving pt_BR translation to common/

* pw-cat: add quality example

* mpv: replace url example with "url"

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

* mpv: use English versions of keys in pt_BR

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

* mpv, pw-cat: fix verb tenses and use relative path in screenshot

Co-authored-by: Isaac Vicente <isaacvicentsocial@gmail.com>

---------

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Isaac Vicente <isaacvicentsocial@gmail.com>
2023-12-17 01:46:32 -03:00
Vitor Henrique afb9b61f9c
style-guide: add Portuguese specific rules (#11770)
style-guide: add Portuguese-Specific Rules
2023-12-17 01:44:48 -03:00
Vitor Henrique c19522da75
cupsctl, lpq, lprm, lpadmin, lpoptions: add pages (#11745)
* cupsctl: add page

* cupsctl: add pt_BR translation

* lpq, lprm: add pages

* lpq, lprm: add pt_BR translations

* lpadmin, lpopions: add pages

* lprm: add ... to jobs placeholders

* Update pages.pt_BR/common/lprm.md

lprm: remove unnecessary _ in pt_BR

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

* Apply suggestions from code review

lprm: replace "job_2_id" with "job_id2"

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

* cupsctl, lpoptions: add curly brackets to placeholders

* lpadmin, lpoptions: add pt_BR translations

* cupsctl: wrap cupsd.conf inside backticks

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

* cupsctl: add article

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

* cupsctl: wrap error_log inside backticks

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

* lpadmin: capitalize CUPS in pt_BR

* Update pages/common/cupsctl.md

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

* lpadmin: capitalize CUPS

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

* cupsctl: fix typo

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

* lpq, lpoptions, lpadmin, lprm: don't highlight mnemonics

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

* lpoptions: remove "[=value]"

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

* lpoptions: don't highlight mnemonics in pt_BR

* lpadmin: remove -x mnemonic

* lpq: fix typo and remove mnemonic in pt_BR

* cupsctl: simplify description in pt_BR

* cupsctl, lpadmin, lpoptions, lpq, lprm: fix verb tenses and typos in pt_BR

Co-authored-by: Isaac Vicente <isaacvicentsocial@gmail.com>

---------

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Isaac Vicente <isaacvicentsocial@gmail.com>
2023-12-17 01:42:49 -03:00
Sebastiaan Speck 896cce5b2b
airmon-ng: fix typo in Indonesian translation (#11768) 2023-12-16 17:57:12 +01:00
Darío Hereñú 190e2f3c05
nvm: update Spanish translation (#11767) 2023-12-16 22:04:46 +05:30
HoJeong Im 326f0f33e9
audacious: add Korean translation (#11769) 2023-12-16 22:03:40 +05:30
Little Starfire 18327ffd1d
python: add Chinese translation (#11750) 2023-12-16 11:47:45 +01:00
Sebastiaan Speck 9fbbc92153
vim: fix typo in Dutch translation (#11761) 2023-12-16 08:00:03 +01:00
Sebastiaan Speck 50420cc76d
kcat: fix typo (#11763)
kcat: update command
2023-12-15 23:21:22 +01:00
Alejandro Cervera 9f89c45d13
scrot: add two examples (#11748)
* scrot: add two examples

* scrot: replace example description

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

---------

Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2023-12-15 23:52:09 +05:30
Juri Dispan 5f8536e2fd
pnmtoddif: add page (#11753) 2023-12-15 23:45:50 +05:30
HoJeong Im 769469e98a
adscript: add Korean translation (#11754) 2023-12-15 23:45:05 +05:30
Juri Dispan 3f588a07ea
pnmtile: add page (#11755) 2023-12-15 23:40:41 +05:30
Juri Dispan 73a4fa9506
pampop9: add page (#11756) 2023-12-15 23:40:15 +05:30
Juri Dispan 412ea35825
pnmsmooth: add page (#11757) 2023-12-15 23:38:54 +05:30
Juri Dispan 43da64b365
pnmshear: add page (#11758) 2023-12-15 23:38:07 +05:30
Sebastiaan Speck 948c5232c8
aireplay-ng: fix typo in URL (#11749) 2023-12-15 10:02:08 +01:00
Darío Hereñú 653ce03179
csrutil: fix Spanish typo (#11746)
Update csrutil: fix typo
2023-12-15 10:00:39 +01:00
Starbeamrainbowlabs 508cea7314
COMMUNITY-ROLES: document CODEOWNERS file (#11646)
* COMMUNITY-ROLES: Document CODEOWNERS file

* Update COMMUNITY-ROLES.md

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

* Update COMMUNITY-ROLES.md

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

* Update COMMUNITY-ROLES.md

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

* Update COMMUNITY-ROLES.md

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

* COMMUNITY-ROLES: add licence clarification note

ref @kbdharun

* Update COMMUNITY-ROLES.md

Co-authored-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-12-15 11:39:34 +05:30
Reinhart Previano Koentjoro 2ee54b9032
pages.id/*: add and improve Indonesian translation (#11640)
* 7z, 7za, 7zr: update Indonesian translation

* common: imperative mood on Indonesian translation

* linux, osx, windows: imperative mood on Indonesian translation

* common, linux: add Indonesian translation

* powershell, pwsh: add Indonesian translation

* common: add Indonesian translation

* gcc: use standard file path template

* Update pages.id/common/gcc.md

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

* Update pages.id/common/gcc.md

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

* Update pages.id/common/7za.md

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

* Apply suggestions from code review

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

* Update pages.id/common/gcc.md

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

* Update pages.id/common/7za.md

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

* Update 7za.md

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

* Update gcc.md

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

* git-commit: update Indonesian translation

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
2023-12-15 08:49:58 +07:00
Sebastiaan Speck 36e4853e5d
qm-move-disk: update Dutch translation (#11743) 2023-12-15 01:15:23 +05:30
Sebastiaan Speck 1276a5b0f9
gnmic-subscribe: add Dutch translation (#11742) 2023-12-14 20:32:47 +01:00
Sebastiaan Speck d843e771fb
git-cola: add Dutch translation (#11741)
Co-authored-by: Leon <leonvsc@users.noreply.github.com>
2023-12-14 19:27:54 +01:00
Sebastiaan Speck 6c8037db23
qm-import-disk: match with translations (#11739) 2023-12-14 23:09:49 +05:30
Gilad Alboher 5e2a144c37
aws-kafka: add page (#11696)
* aws-kafka: add page

---------

Co-authored-by: Muhammad Falak R Wani <falakreyaz@gmail.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-12-14 21:34:05 +05:30
K.B.Dharun Krishna 1b6a9a1536
docker-inspect: escape placeholders (#11733)
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-12-14 21:32:43 +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
Juri Dispan 9d383ade68
*: fix typos in command names (#11730)
* *: fix typos in command names

* command name fixes in other languages

* fix incorrectly translated commands

* change incorrect file name

* qm move disk alias pages

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-12-14 17:41:19 +05:30
Sebastiaan Speck f1be2745a7
gh-codespace: add Dutch translation (#11737) 2023-12-14 13:08:48 +01:00
Sebastiaan Speck 9ff63cd7f7
gemtopnm: add Dutch translation (#11735) 2023-12-14 13:08:35 +01:00
HoJeong Im 62cb0d5d7b
atuin: add Korean translation (#11731) 2023-12-14 12:19:20 +01:00
Sebastiaan Speck ab4e370483
get-nodeversions: add Dutch translation (#11736) 2023-12-14 12:16:52 +01:00
Gilad Alboher 8fbe219b92
gcloud-sql-backups-describe: add page (#11722)
* gcloud-sql-backups-describe: add page

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-12-14 10:06:45 +05:30
K.B.Dharun Krishna 6bdc5fed4e
chore(ci): bump `actions/setup-python` to v5, set version to 3.12; fix CODEOWNERS (#11726)
* chore(ci): bump actions/setup-python to v5, set version to 3.12

* test: specify workflow directory in CODEOWNERS
2023-12-14 10:04:07 +05:30
Ren Ma a95bc099de
!: add Chinese translation (#11709)
* !: add Chinese translation

---------

Co-authored-by: Ein Verne <git@einverne.info>
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
2023-12-13 12:07:55 +05:30
Gilad Alboher 70b20b7ae8
llm: add page (#11697)
* llm: add page

---------

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2023-12-13 12:07:11 +05:30
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