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

@@ -13,16 +13,16 @@
- மேலே உள்ளதைப் போலவே, ஆனால் கோப்புக்கு ஜிப் காப்பகத்தை எழுதவும்:
`git archive --verbose --output={{கோப்புக்கான/பாதை/கோப்பு.zip}} HEAD`
`git archive --verbose --output={{பாதை/டு/கோப்பு.zip}} HEAD`
- ஒரு குறிப்பிட்ட கிளையில் சமீபத்திய உறுதிப்பாட்டின் உள்ளடக்கங்களிலிருந்து தார் காப்பகத்தை உருவாக்கவும்:
`git archive --output={{கோப்புக்கான/பாதை/கோப்பு.tar}} {{கிளை_பெயர்}}`
`git archive --output={{பாதை/டு/கோப்பு.tar}} {{கிளை_பெயர்}}`
- ஒரு குறிப்பிட்ட கோப்பகத்தின் உள்ளடக்கங்களிலிருந்து தார் காப்பகத்தை உருவாக்கவும்:
`git archive --output={{கோப்புக்கான/பாதை/கோப்பு.tar}} HEAD:{{கோப்பகத்திற்கான/பாதை}}`
`git archive --output={{பாதை/டு/கோப்பு.tar}} HEAD:{{அடைவிற்குப்/பாதை}}`
- ஒவ்வொரு கோப்பிற்கும் ஒரு குறிப்பிட்ட கோப்பகத்திற்குள் காப்பகப்படுத்த ஒரு பாதையைத் தயாரிக்கவும்:
`git archive --output={{கோப்புக்கான/பாதை/கோப்பு.tar}} --prefix={{தயார்படுத்தும்/பாதை}}/ HEAD`
`git archive --output={{பாதை/டு/கோப்பு.tar}} --prefix={{தயார்படுத்தும்/பாதை}}/ HEAD`