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-apikey
> சாக்லேட்டி மூலங்களுக்கான API விசைகளை நிர்வகிக்கவும்.
> மேலும் விவரத்திற்கு: <https://chocolatey.org/docs/commands-apikey>.
- ஆதாரங்களின் பட்டியலையும் அவற்றின் API விசைகளையும் காட்டவும்:
`choco apikey`
- ஒரு குறிப்பிட்ட மூலத்தையும் அதன் API விசையையும் காண்பி:
`choco apikey --source "{{மூல_url}}"`
- மூலத்திற்கான API விசையை அமைக்கவும்:
`choco apikey --source "{{மூல_url}}" --key "{{api_key}}"`
- மூலத்திற்கான API விசையை அகற்றவும்:
`choco apikey --source "{{மூல_url}}" --remove`