From 18bc9cc6e6db2a96a6dfe671d588018a526cb3a8 Mon Sep 17 00:00:00 2001 From: "K.B.Dharun Krishna" Date: Thu, 8 Jun 2023 22:38:57 +0530 Subject: [PATCH] toolbox: update to f38; update Tamil translation (#10257) --- pages.ta/linux/distrobox-rm.md | 2 +- pages.ta/linux/toolbox-create.md | 4 ++-- pages.ta/linux/toolbox-enter.md | 2 +- pages.ta/linux/toolbox-help.md | 2 +- pages.ta/linux/toolbox-run.md | 8 ++++---- pages/linux/toolbox-create.md | 6 +++--- pages/linux/toolbox-enter.md | 4 ++-- pages/linux/toolbox-run.md | 4 ++-- 8 files changed, 16 insertions(+), 16 deletions(-) diff --git a/pages.ta/linux/distrobox-rm.md b/pages.ta/linux/distrobox-rm.md index 689446ad0e..cca3f6e029 100644 --- a/pages.ta/linux/distrobox-rm.md +++ b/pages.ta/linux/distrobox-rm.md @@ -1,7 +1,7 @@ # distrobox-rm > டிஸ்ட்ரோபாக்ஸ் கொள்கலன்களை நீக்கு. -> `டிஸ்ட்ரோபாக்ஸ்`ன் துணைக் கட்டளை. மேலும் பார்க்கவும்: `tldr distrobox`. +> `distrobox`ன் துணைக் கட்டளை. மேலும் பார்க்கவும்: `tldr distrobox`. > மேலும் விவரத்திற்கு: . - டிஸ்ட்ரோபாக்ஸ் கொள்கலனை அகற்று (உதவிக்குறிப்பு: கொள்கலனை அகற்றும் முன் அதை நிறுத்தவும்): diff --git a/pages.ta/linux/toolbox-create.md b/pages.ta/linux/toolbox-create.md index 182845af79..a413be256c 100644 --- a/pages.ta/linux/toolbox-create.md +++ b/pages.ta/linux/toolbox-create.md @@ -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}}` diff --git a/pages.ta/linux/toolbox-enter.md b/pages.ta/linux/toolbox-enter.md index 698eeb63a8..45d5050e3f 100644 --- a/pages.ta/linux/toolbox-enter.md +++ b/pages.ta/linux/toolbox-enter.md @@ -14,4 +14,4 @@ - ஃபெடோரா 36 க்கான இயல்புநிலை படத்தைப் பயன்படுத்தி ஒரு கருவிப்பெட்டி கொள்கலனை உள்ளிடவும்: -`toolbox enter --distro {{fedora}} --release {{f36}}` +`toolbox enter --distro {{fedora}} --release {{f38}}` diff --git a/pages.ta/linux/toolbox-help.md b/pages.ta/linux/toolbox-help.md index 155610de89..218897c788 100644 --- a/pages.ta/linux/toolbox-help.md +++ b/pages.ta/linux/toolbox-help.md @@ -9,4 +9,4 @@ - குறிப்பிட்ட துணைக் கட்டளைக்கான `toolbox` கையேட்டைக் காண்பி: -`toolbox help {{துணைக்_கட்டளை}}` +`toolbox help {{துணை_கட்டளை}}` diff --git a/pages.ta/linux/toolbox-run.md b/pages.ta/linux/toolbox-run.md index ff1ff86191..1f078069de 100644 --- a/pages.ta/linux/toolbox-run.md +++ b/pages.ta/linux/toolbox-run.md @@ -1,10 +1,10 @@ # toolbox run -> ஏற்கனவே உள்ள `toolbox` கண்டெய்னரில் கட்டளையை இயக்கவும். +> ஏற்கனவே உள்ள `toolbox` கொள்கலனுக்குள் கட்டளையை இயக்கவும். > மேலும் பார்க்கவும்: `toolbox enter`. > மேலும் விவரத்திற்கு: . -- ஒரு குறிப்பிட்ட `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}}` diff --git a/pages/linux/toolbox-create.md b/pages/linux/toolbox-create.md index 14b7a7cc04..e839871e7e 100644 --- a/pages/linux/toolbox-create.md +++ b/pages/linux/toolbox-create.md @@ -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}}` diff --git a/pages/linux/toolbox-enter.md b/pages/linux/toolbox-enter.md index c99a0b0e84..9018a2dd69 100644 --- a/pages/linux/toolbox-enter.md +++ b/pages/linux/toolbox-enter.md @@ -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}}` diff --git a/pages/linux/toolbox-run.md b/pages/linux/toolbox-run.md index fd8352d35e..d459e49497 100644 --- a/pages/linux/toolbox-run.md +++ b/pages/linux/toolbox-run.md @@ -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}}`