toolbox*: add Tamil translation (#8338)

This commit is contained in:
K.B.Dharun Krishna
2022-08-12 18:00:02 +05:30
committed by GitHub
parent 80f0129c7b
commit 9eed966207
9 changed files with 150 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
# toolbox run
> ஏற்கனவே உள்ள `toolbox` கண்டெய்னரில் கட்டளையை இயக்கவும்.
> மேலும் பார்க்கவும்: `toolbox enter`.
> மேலும் விவரத்திற்கு: <https://manned.org/toolbox-run>.
- ஒரு குறிப்பிட்ட `toolbox` கொள்கலனில் ஒரு கட்டளையை இயக்கவும்:
`toolbox run --container {{கொள்கலன்_பெயர்}} {{கட்டளை}}`
- விநியோகத்தின் குறிப்பிட்ட வெளியீட்டிற்கு `toolbox` கொள்கலனுக்குள் கட்டளையை இயக்கவும்:
`toolbox run --distro {{விநியோகம்}} --release {{வெளியீடு}} {{கட்டளை}}`
- ஃபெடோரா 36க்கான இயல்புநிலை படத்தைப் பயன்படுத்தி `toolbox` கொள்கலனுக்குள் `emacs` ஐ இயக்கவும்:
`toolbox run --distro {{fedora}} --release {{f36}} {{emacs}}`