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,16 @@
# cipher
> NTFS டிரைவ்களில் உள்ள கோப்புகளை குறியாக்கம் அல்லது மறைகுறியாக்கம் செய்யவும்.
> மேலும் விவரத்திற்கு: <https://learn.microsoft.com/windows-server/administration/windows-commands/cipher>.
- ஒரு கோப்பு அல்லது கோப்பகத்தை குறியாக்கு:
`cipher /e:{{பாதை/டு/கோப்பு_அல்லது_அடைவு}}`
- ஒரு கோப்பு அல்லது கோப்பகத்தை மறைகுறியாக்கவும்:
`cipher /d:{{பாதை/டு/கோப்பு_அல்லது_அடைவு}}`
- ஒரு கோப்பு அல்லது கோப்பகத்தை பாதுகாப்பாக அகற்றவும்:
`cipher /w:{{பாதை/டு/கோப்பு_அல்லது_அடைவு}}`