cleanup: fix path placeholders in Hindi translations (#14585)

This commit is contained in:
K.B.Dharun Krishna
2024-11-03 10:26:01 +05:30
committed by GitHub
parent 7a6e68a70a
commit 2656cd31b7
11 changed files with 27 additions and 27 deletions

View File

@@ -5,19 +5,19 @@
- फ़ाइल को `stdout` में एन्कोड करें:
`base64 {{-i|--input}} {{पथ/से/फाइल}}`
`base64 {{-i|--input}} {{फाइल/का/पथ}}`
- फ़ाइल को निर्दिष्ट आउटपुट फ़ाइल में एन्कोड करें:
`base64 {{-i|--input}} {{पथ/से/इनपुट_फाइल}} {{-o|--output}} {{पथ/से/आउटपुट_फाइल}}`
`base64 {{-i|--input}} {{इनपुट_फाइल/का/पथ}} {{-o|--output}} {{आउटपुट_फाइल/का/पथ}}`
- एन्कोडेड आउटपुट को एक विशेष चौड़ाई पर लपेटें (`0` लपेटने को अक्षम करता है):
`base64 {{-b|--break}} {{0|76|...}} {{पथ/से/फाइल}}`
`base64 {{-b|--break}} {{0|76|...}} {{फाइल/का/पथ}}`
- फ़ाइल को `stdout` में डिकोड करें:
`base64 {{-d|--decode}} {{-i|--input}} {{पथ/से/फाइल}}`
`base64 {{-d|--decode}} {{-i|--input}} {{फाइल/का/पथ}}`
- `stdin` से `stdout` में एन्कोड करें: