android/*: add Tamil translation (#8337)

This commit is contained in:
K.B.Dharun Krishna
2022-08-11 17:04:12 +05:30
committed by GitHub
parent 5937ca00e8
commit 80f0129c7b
13 changed files with 257 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
# settings
> ஆண்ட்ராய்டு ஓஎஸ் பற்றிய தகவல்களைப் பெறுங்கள்.
> மேலும் விவரத்திற்கு: <https://adbinstaller.com/commands/adb-shell-settings-5b670d5ee7958178a2955536>.
- `குளோபல்` பெயர்வெளியில் அமைப்புகளின் பட்டியலைக் காண்பி:
`settings list {{குளோபல்}}`
- ஒரு குறிப்பிட்ட அமைப்பின் மதிப்பைப் பெறவும்:
`settings get {{குளோபல்}} {{விமானம்_முறை_ஆன்}}`
- அமைப்பின் மதிப்பை அமைக்கவும்:
`settings put {{குளோபல்}} {{திரை_பிரகாசம்}} {{42}}`
- Delete a specific setting:
`settings delete {{பாதுகாப்பான}} {{திரை_சேமிப்பான்_இயக்கப்பட்டது}}`