pages.ta: fix outdated translations (#11491)

* pages.ta: fix outdated translations

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

* ruby: fix typo in Tamil translation

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

* wget: minor fix in description

---------

Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com>
This commit is contained in:
K.B.Dharun Krishna
2023-11-14 19:03:34 +05:30
committed by GitHub
parent 1a7fa25051
commit b1fb8776a0
25 changed files with 103 additions and 136 deletions

View File

@@ -3,14 +3,14 @@
> அடைவை உருவாக்கு.
> மேலும் விவரத்திற்கு: <https://www.gnu.org/software/coreutils/mkdir>.
- அடைவொன்றைத் தற்போதைய அடைவிலோக் குறிப்பிட்ட பாதையிலோ உருவாக்க:
- குறிப்பிட்ட கோப்பகங்களை உருவாக்கவும்:
`mkdir {{அடைவு}}`
`mkdir {{அடைவு1/பாதை அடைவு2/பாதை ...}}`
-ற்போதைய கோப்பகத்தில் பல கோப்பகங்களை உருவாக்கவும்:
-ேவைப்பட்டால், குறிப்பிட்ட அடைவுகளையும் அவற்றின் பெற்றோரையும் உருவாக்கவும்:
`mkdir {{அடைவு_1 அடைவு_2 ...}}`
`mkdir -p {{அடைவு1/பாதை அடைவு2/பாதை ...}}`
-ோப்பகங்களை மீண்டும் மீண்டும் உருவாக்கவும் (உள்ளமைக்கப்பட்ட கோப்பகங்களை உருவாக்க பயனுள்ளதாக இருக்கும்):
-ுறிப்பிட்ட அனுமதிகளுடன் கோப்பகங்களை உருவாக்கும்:
`mkdir -p {{அடைவிற்குப்/பாதை}}`
`mkdir -m {{rwxrw-r--}} {{அடைவு1/பாதை அடைவு2/பாதை ...}}`