windows/* : add Tamil translation (#9086)

Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
This commit is contained in:
Rohith ND
2022-10-17 08:12:38 +05:30
committed by GitHub
parent abfd806c50
commit 853a466e23
31 changed files with 730 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
# choco info
> சாக்லேட்டியுடன் கூடிய தொகுப்பு பற்றிய விரிவான தகவலைக் காண்பி.
> மேலும் விவரத்திற்கு: <https://chocolatey.org/docs/commands-info>.
- ஒரு குறிப்பிட்ட தொகுப்பின் தகவலைக் காட்டு:
`choco info {{நிரல்தொகுப்பு}}`
- உள்ளூர் தொகுப்புக்கான தகவலை மட்டும் காட்டு:
`choco info {{நிரல்தொகுப்பு}} --local-only`
- தொகுப்புகளின் தகவலைப் பெற தனிப்பயன் மூலத்தைக் குறிப்பிடவும்:
`choco info {{நிரல்தொகுப்பு}} --source {{source_url|alias}}`
- அங்கீகாரத்திற்கான பயனர்பெயர் மற்றும் கடவுச்சொல்லை வழங்கவும்:
`choco info {{நிரல்தொகுப்பு}} --user {{பயனர்பெயர்}} --password {{கடவுச்சொல்}}`