pages.ta/*: update Tamil translation (#8467)

* Update Tamil translations

* Update Translation2

* Update git pages

* Fix linter error in git-clone.md
This commit is contained in:
K.B.Dharun Krishna
2022-10-01 01:30:17 +05:30
committed by GitHub
parent 9cc2261b28
commit 1f78c727c5
19 changed files with 118 additions and 70 deletions

View File

@@ -7,6 +7,10 @@
`mv {{மூலப்பாதை}} {{குறிபாதை}}`
- கோப்பு பெயர்களை வைத்து, கோப்புகளை மற்றொரு கோப்பகத்திற்கு நகர்த்தவும்:
`mv {{மூலப்பாதை1}} {{மூலப்பாதை2}} {{மூலப்பாதை3}} {{இலக்கு_கோப்பகம்}}`
- ஏற்கனவே இருக்கும் கோப்புகள் மேலெழுதும் முன் உறுதிப்படுத்தாதே:
`mv -f {{மூலப்பாதை}} {{குறிபாதை}}`