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

@@ -5,11 +5,11 @@
- இணைக்கப்பட்ட கோப்புகளைப் பற்றிய செய்திகளை அச்சிடுங்கள்:
`git apply --verbose {{கோப்புக்கான/பாதை}}`
`git apply --verbose {{பாதை/டு/கோப்பு}}`
- இணைக்கப்பட்ட கோப்புகளை குறியீட்டில் பயன்படுத்தவும் மற்றும் சேர்க்கவும்:
`git apply --index {{கோப்புக்கான/பாதை}}`
`git apply --index {{பாதை/டு/கோப்பு}}`
- ரிமோட் பேட்ச் கோப்பைப் பயன்படுத்துங்கள்:
@@ -17,12 +17,12 @@
- உள்ளீட்டிற்கான வெளியீட்டு வேறுபாடு நிலை மற்றும் இணைப்பு பொருந்தும்:
`git apply --stat --apply {{கோப்புக்கான/பாதை}}`
`git apply --stat --apply {{பாதை/டு/கோப்பு}}`
- பேட்சை தலைகீழாகப் பயன்படுத்துங்கள்:
`git apply --reverse {{கோப்புக்கான/பாதை}}`
`git apply --reverse {{பாதை/டு/கோப்பு}}`
- பேட்ச் முடிவை குறியீட்டில் வேலை செய்யும் மரத்தை மாற்றாமல் சேமிக்கவும்:
`git apply --cache {{கோப்புக்கான/பாதை}}`
`git apply --cache {{பாதை/டு/கோப்பு}}`