toolbox: update to f38; update Tamil translation (#10257)

pull/23/head
K.B.Dharun Krishna 2023-06-08 22:38:57 +05:30 committed by GitHub
parent 0439f39d19
commit 18bc9cc6e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 16 additions and 16 deletions

View File

@ -1,7 +1,7 @@
# distrobox-rm
> டிஸ்ட்ரோபாக்ஸ் கொள்கலன்களை நீக்கு.
> `டிஸ்ட்ரோபாக்ஸ்`ன் துணைக் கட்டளை. மேலும் பார்க்கவும்: `tldr distrobox`.
> `distrobox`ன் துணைக் கட்டளை. மேலும் பார்க்கவும்: `tldr distrobox`.
> மேலும் விவரத்திற்கு: <https://distrobox.privatedns.org/usage/distrobox-rm.html>.
- டிஸ்ட்ரோபாக்ஸ் கொள்கலனை அகற்று (உதவிக்குறிப்பு: கொள்கலனை அகற்றும் முன் அதை நிறுத்தவும்):

View File

@ -17,8 +17,8 @@
- தனிப்பயன் ஃபெடோரா படத்திலிருந்து `toolbox` கொள்கலனை உருவாக்கவும்:
`toolbox create --image {{registry.fedoraproject.org/fedora-toolbox:36}}`
`toolbox create --image {{registry.fedoraproject.org/fedora-toolbox:38}}`
- ஃபெடோரா 36க்கான இயல்புநிலை படத்தைப் பயன்படுத்தி `toolbox` கொள்கலனை உருவாக்கவும்:
`toolbox create --distro {{fedora}} --release {{f36}}`
`toolbox create --distro {{fedora}} --release {{f38}}`

View File

@ -14,4 +14,4 @@
- ஃபெடோரா 36 க்கான இயல்புநிலை படத்தைப் பயன்படுத்தி ஒரு கருவிப்பெட்டி கொள்கலனை உள்ளிடவும்:
`toolbox enter --distro {{fedora}} --release {{f36}}`
`toolbox enter --distro {{fedora}} --release {{f38}}`

View File

@ -9,4 +9,4 @@
- குறிப்பிட்ட துணைக் கட்டளைக்கான `toolbox` கையேட்டைக் காண்பி:
`toolbox help {{துணைக்_கட்டளை}}`
`toolbox help {{துணை_கட்டளை}}`

View File

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

View File

@ -17,8 +17,8 @@
- Create a `toolbox` container from a custom Fedora image:
`toolbox create --image {{registry.fedoraproject.org/fedora-toolbox:36}}`
`toolbox create --image {{registry.fedoraproject.org/fedora-toolbox:38}}`
- Create a `toolbox` container using the default image for Fedora 36:
- Create a `toolbox` container using the default image for Fedora 38:
`toolbox create --distro {{fedora}} --release {{f36}}`
`toolbox create --distro {{fedora}} --release {{f38}}`

View File

@ -12,6 +12,6 @@
`toolbox enter --release {{release}}`
- Enter a toolbox container using the default image for Fedora 36:
- Enter a toolbox container using the default image for Fedora 38:
`toolbox enter --distro {{fedora}} --release {{f36}}`
`toolbox enter --distro {{fedora}} --release {{f38}}`

View File

@ -12,6 +12,6 @@
`toolbox run --distro {{distribution}} --release {{release}} {{command}}`
- Run `emacs` inside a `toolbox` container using the default image for Fedora 36:
- Run `emacs` inside a `toolbox` container using the default image for Fedora 38:
`toolbox run --distro {{fedora}} --release {{f36}} {{emacs}}`
`toolbox run --distro {{fedora}} --release {{f38}} {{emacs}}`