1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-28 13:19:46 +01:00

common/base32, common/base64: standardize all translations (#13807)

This commit is contained in:
Reinhart Previano Koentjoro 2024-09-24 22:10:33 +07:00 committed by GitHub
parent 28cc4231b2
commit a4fdb76fb0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
24 changed files with 255 additions and 95 deletions

24
pages.de/common/base32.md Normal file
View file

@ -0,0 +1,24 @@
# base32
> Kodieren oder Dekodieren von Dateien oder Standardeingaben in/aus Base32, zur Standardausgabe.
> Weitere Informationen: <https://manned.org/base32>.
- Kodiere den Inhalt einer Datei als base32 und schreibe das Ergebnis nach `stdout`:
`base32 {{pfad/zu/datei}}`
- Wikkel gecodeerde uitvoer in op een specifieke breedte (`0` schakelt inpakken uit):
`base32 {{-w|--wrap}} {{0|76|...}} {{pfad/zu/datei}}`
- Dekodiere den Inhalt einer Datei als base32 und schreibe das Ergebnis nach `stdout`:
`base32 {{-d|--decode}} {{pfad/zu/datei}}`
- Kodiere von `stdin`:
`{{befehl}} | base32`
- Dekodiere von `stdin`:
`{{befehl}} | base32 {{-d|--decode}}`

View file

@ -1,15 +1,19 @@
# base64
> Kodieren oder Dekodieren von Dateien oder Standardeingaben in/aus Base64, zur Standardausgabe.
> Weitere Informationen: <https://www.gnu.org/software/coreutils/base64>.
> Weitere Informationen: <https://manned.org/base64>.
- Kodiere den Inhalt einer Datei als base64 und schreibe das Ergebnis nach `stdout`:
`base64 {{datei_name}}`
`base64 {{pfad/zu/datei}}`
- Wikkel gecodeerde uitvoer in op een specifieke breedte (`0` schakelt inpakken uit):
`base64 {{-w|--wrap}} {{0|76|...}} {{pfad/zu/datei}}`
- Dekodiere den Inhalt einer Datei als base64 und schreibe das Ergebnis nach `stdout`:
`base64 --decode {{datei_name}}`
`base64 {{-d|--decode}} {{pfad/zu/datei}}`
- Kodiere von `stdin`:
@ -17,4 +21,4 @@
- Dekodiere von `stdin`:
`{{befehl}} | base64 --decode`
`{{befehl}} | base64 {{-d|--decode}}`

24
pages.es/common/base32.md Normal file
View file

@ -0,0 +1,24 @@
# base32
> Codifica o decodifica un archivo o la entrada estandar hacia/desde Base32, a la salida estandar.
> Más información: <https://manned.org/base32>.
- Codifica un archivo:
`base32 {{ruta/al/archivo}}`
- Ajuste la salida codificada en un ancho específico (`0` deshabilita el ajuste):
`base32 {{-w|--wrap}} {{0|76|...}} {{ruta/al/archivo}}`
- Decodifica un archivo:
`base32 {{-d|--decode}} {{ruta/al/archivo}}`
- Codifica `stdin`:
`{{comando}} | base32`
- Decodifica `stdin`:
`{{comando}} | base32 {{-d|--decode}}`

View file

@ -1,15 +1,19 @@
# base64
> Codifica o decodifica un archivo o la entrada estandar hacia/desde Base64, a la salida estandar.
> Más información: <https://www.gnu.org/software/coreutils/base64>.
> Más información: <https://manned.org/base64>.
- Codifica un archivo:
`base64 {{nombre_de_archivo}}`
`base64 {{ruta/al/archivo}}`
- Ajuste la salida codificada en un ancho específico (`0` deshabilita el ajuste):
`base64 {{-w|--wrap}} {{0|76|...}} {{ruta/al/archivo}}`
- Decodifica un archivo:
`base64 --decode {{nombre_de_archivo}}`
`base64 {{-d|--decode}} {{ruta/al/archivo}}`
- Codifica `stdin`:
@ -17,4 +21,4 @@
- Decodifica `stdin`:
`{{comando}} | base64 --decode`
`{{comando}} | base64 {{-d|--decode}}`

View file

@ -1,15 +1,19 @@
# base32
> Encode ou décode un fichier ou l'entrée standard vers ou depuis la base 32, et retourne le résultat à la sortie standard.
> Plus d'informations : <https://www.gnu.org/software/coreutils/base32>.
> Plus d'informations : <https://manned.org/base32>.
- Encode un fichier :
`base32 {{fichier}}`
`base32 {{chemin/vers/fichier}}`
- Envelopper la sortie codée à une largeur spécifique (`0` désactive l'enveloppement) :
`base32 {{-w|--wrap}} {{0|76|...}} {{chemin/vers/fichier}}`
- Décode un fichier :
`base32 --decode {{fichier}}`
`base32 {{-d|--decode}} {{chemin/vers/fichier}}`
- Encode depuis `stdin` :
@ -17,4 +21,4 @@
- Décode depuis `stdin` :
`{{commande}} | base32 --decode`
`{{commande}} | base32 {{-d|--decode}}`

View file

@ -1,20 +1,24 @@
# base64
> Encoder ou décoder un fichier ou l'entrée standard en utilisant le codage Base64 à destination de la sortie standard.
> Plus d'informations : <https://www.gnu.org/software/coreutils/base64>.
> Encode ou décode un fichier ou l'entrée standard vers ou depuis la base 64, et retourne le résultat à la sortie standard.
> Plus d'informations : <https://manned.org/base64>.
- Encode un fichier :
`base64 {{fichier}}`
`base64 {{chemin/vers/fichier}}`
- Envelopper la sortie codée à une largeur spécifique (`0` désactive l'enveloppement) :
`base64 {{-w|--wrap}} {{0|76|...}} {{chemin/vers/fichier}}`
- Décode un fichier :
`base64 --decode {{fichier}}`
`base64 {{-d|--decode}} {{chemin/vers/fichier}}`
- Encode depuis `stdin` :
`{{une_commande}} | base64`
`{{commande}} | base64`
- Décode depuis `stdin` :
`{{une_commande}} | base64 --decode`
`{{commande}} | base64 {{-d|--decode}}`

24
pages.id/common/base32.md Normal file
View file

@ -0,0 +1,24 @@
# base32
> Lakukan pengodean dan pendekodean terhadap suatu berkas atau `stdin` dari/menuju format Base32, menuju `stdout`.
> Informasi lebih lanjut: <https://manned.org/base32>.
- Kodekan isi suatu berkas menuju format Base32:
`base32 {{jalan/menuju/berkas}}`
- Bungkus luaran Base32 dalam panjang karakter yang tetap (nilai `0` akan menonaktifkan pembungkusan):
`base32 {{-w|--wrap}} {{0|76|...}} {{jalan/menuju/berkas}}`
- Dekodekan kode Base32 yang tersimpan dalam suatu berkas:
`base32 {{-d|--decode}} {{jalan/menuju/berkas}}`
- Kodekan isi dari `stdin`:
`{{perintah}} | base32`
- Dekodekan kode Base32 yang berasal dari `stdout`:
`{{perintah}} | base32 {{-d|--decode}}`

24
pages.id/common/base64.md Normal file
View file

@ -0,0 +1,24 @@
# base64
> Lakukan pengodean dan pendekodean terhadap suatu berkas atau `stdin` dari/menuju format Base64, menuju `stdout`.
> Informasi lebih lanjut: <https://manned.org/base64>.
- Kodekan isi suatu berkas menuju format Base64:
`base64 {{jalan/menuju/berkas}}`
- Bungkus luaran Base64 dalam panjang karakter yang tetap (nilai `0` akan menonaktifkan pembungkusan):
`base64 {{-w|--wrap}} {{0|76|...}} {{jalan/menuju/berkas}}`
- Dekodekan kode Base64 yang tersimpan dalam suatu berkas:
`base64 {{-d|--decode}} {{jalan/menuju/berkas}}`
- Kodekan isi dari `stdin`:
`{{perintah}} | base64`
- Dekodekan kode Base64 yang berasal dari `stdout`:
`{{perintah}} | base64 {{-d|--decode}}`

View file

@ -1,15 +1,19 @@
# base32
> Codifica o decodifica file o standard input in Base32 su standard output.
> Maggiori informazioni: <https://www.gnu.org/software/coreutils/base32>.
> Maggiori informazioni: <https://manned.org/base32>.
- Codifica un file:
`base32 {{nome_file}}`
`base32 {{percoso/del/file}}`
- Avvolgi l'output codificato a una larghezza specifica (`0` disabilita l'avvolgimento):
`base32 {{-w|--wrap}} {{0|76|...}} {{percoso/del/file}}`
- Decodifica un file:
`base32 --decode {{nome_file}}`
`base32 {{-d|--decode}} {{percoso/del/file}}`
- Codifica da `stdin`:
@ -17,4 +21,4 @@
- Decodifica da `stdin`:
`{{comando}} | base32 --decode`
`{{comando}} | base32 {{-d|--decode}}`

View file

@ -1,15 +1,19 @@
# base64
> Codifica o decodifica file o standard input in Base64 su standard output.
> Maggiori informazioni: <https://www.gnu.org/software/coreutils/base64>.
> Maggiori informazioni: <https://manned.org/base64>.
- Codifica un file:
`base64 {{nome_file}}`
`base64 {{percoso/del/file}}`
- Avvolgi l'output codificato a una larghezza specifica (`0` disabilita l'avvolgimento):
`base64 {{-w|--wrap}} {{0|76|...}} {{percoso/del/file}}`
- Decodifica un file:
`base64 --decode {{nome_file}}`
`base64 {{-d|--decode}} {{percoso/del/file}}`
- Codifica da `stdin`:
@ -17,4 +21,4 @@
- Decodifica da `stdin`:
`{{comando}} | base64 --decode`
`{{comando}} | base64 {{-d|--decode}}`

View file

@ -1,15 +1,19 @@
# base32
> 파일 또는 표준 입력을 Base32와 표준 출력으로 인코딩하거나 디코딩함.
> 더 많은 정보: <https://www.gnu.org/software/coreutils/base32>.
> 더 많은 정보: <https://manned.org/base32>.
- 파일 인코딩:
`base32 {{filename}}`
`base32 {{경로/대상/파일}}`
- 특정 너비로 ​​인코딩된 출력을 래핑합니다 (`0`은 래핑을 비활성화합니다):
`base32 {{-w|--wrap}} {{0|76|...}} {{경로/대상/파일}}`
- 파일 디코딩:
`base32 --decode {{filename}}`
`base32 {{-d|--decode}} {{경로/대상/파일}}`
- `stdin`에서 인코딩:
@ -17,4 +21,4 @@
- `stdin`에서 디코딩:
`{{somecommand}} | base32 --decode`
`{{somecommand}} | base32 {{-d|--decode}}`

View file

@ -1,15 +1,19 @@
# base64
> 파일 또는 표준 입력을 Base64와 표준 출력으로 인코딩하거나 디코딩함.
> 더 많은 정보: <https://www.gnu.org/software/coreutils/base64>.
> 더 많은 정보: <https://manned.org/base64>.
- 파일 인코딩:
`base64 {{filename}}`
`base64 {{경로/대상/파일}}`
- 특정 너비로 ​​인코딩된 출력을 래핑합니다 (`0`은 래핑을 비활성화합니다):
`base64 {{-w|--wrap}} {{0|76|...}} {{경로/대상/파일}}`
- 파일 디코딩:
`base64 --decode {{filename}}`
`base64 {{-d|--decode}} {{경로/대상/파일}}`
- `stdin`에서 인코딩:
@ -17,4 +21,4 @@
- `stdin`에서 디코딩:
`{{somecommand}} | base64 --decode`
`{{somecommand}} | base64 {{-d|--decode}}`

View file

@ -1,7 +1,7 @@
# base32
> Codeer of decodeer een bestand of `stdin` van/naar Base32 naar `stdout`.
> Meer informatie: <https://www.gnu.org/software/coreutils/base32>.
> Encodeer of decodeer een bestand of `stdin` van/naar Base32 naar `stdout`.
> Meer informatie: <https://manned.org/base32>.
- Encodeer een bestand:
@ -9,16 +9,16 @@
- Zet gecodeerde uitvoer naar een specifieke breedte (`0` schakelt het uit):
`base32 --wrap {{0|76|...}} {{pad/naar/bestand}}`
`base32 {{-w|--wrap}} {{0|76|...}} {{pad/naar/bestand}}`
- Decodeer een bestand:
`base32 --decode {{pad/naar/bestand}}`
`base32 {{-d|--decode}} {{pad/naar/bestand}}`
- Encodeer `stdin`:
`{{somecommand}} | base32`
`{{commando}} | base32`
- Decodeeer `stdin`:
- Decodeer `stdin`:
`{{somecommand}} | base32 --decode`
`{{commando}} | base32 {{-d|--decode}}`

View file

@ -1,24 +1,24 @@
# base64
> Encodeer of decodeer een bestand of `stdin` van/naar Base64 naar `stdout`.
> Meer informatie: <https://www.gnu.org/software/coreutils/base64>.
> Meer informatie: <https://manned.org/base64>.
- Encodeer een bestand:
`base64 {{bestandsnaam}}`
`base64 {{pad/naar/bestand}}`
- Zet gecodeerde uitvoer naar een specifieke breedte (`0` schakelt het uit):
`base64 --wrap {{0|76|...}} {{pad/naar/bestand}}`
`base64 {{-w|--wrap}} {{0|76|...}} {{pad/naar/bestand}}`
- Decodeer een bestand:
`base64 --decode {{bestandsnaam}}`
`base64 {{-d|--decode}} {{pad/naar/bestand}}`
- Encodeer `stdin`:
`{{eencommando}} | base64`
`{{commando}} | base64`
- Decodeer `stdin`:
`{{eencommando}} | base64 --decode`
`{{commando}} | base64 {{-d|--decode}}`

View file

@ -1,15 +1,19 @@
# base32
> Enkoduj lub dekoduj plik lub standardowe wejście do/z Base32, na standardowe wyjście.
> Więcej informacji: <https://www.gnu.org/software/coreutils/base32>.
> Więcej informacji: <https://manned.org/base32>.
- Enkoduj plik:
`base32 {{nazwapliku}}`
`base32 {{ścieżka/do/pliku}}`
- Zawijaj zakodowane wyjście do określonej szerokości (`0` wyłącza zawijanie):
`base32 {{-w|--wrap}} {{0|76|...}} {{ścieżka/do/pliku}}`
- Dekoduj plik:
`base32 --decode {{nazwapliku}}`
`base32 {{-d|--decode}} {{ścieżka/do/pliku}}`
- Enkoduj z `stdin`:
@ -17,4 +21,4 @@
- Dekoduj z `stdin`:
`{{jakiespolecenie}} | base32 --decode`
`{{jakiespolecenie}} | base32 {{-d|--decode}}`

View file

@ -1,15 +1,19 @@
# base64
> Enkoduj lub dekoduj plik lub standardowe wejście do/z Base64, na standardowe wyjście.
> Więcej informacji: <https://www.gnu.org/software/coreutils/base64>.
> Więcej informacji: <https://manned.org/base64>.
- Enkoduj plik:
`base64 {{nazwapliku}}`
`base64 {{ścieżka/do/pliku}}`
- Zawijaj zakodowane wyjście na określonej szerokości (`0` wyłącza zawijanie):
`base64 {{-w|--wrap}} {{0|76|...}} {{ścieżka/do/pliku}}`
- Dekoduj plik:
`base64 --decode {{nazwapliku}}`
`base64 {{-d|--decode}} {{ścieżka/do/pliku}}`
- Enkoduj z `stdin`:
@ -17,4 +21,4 @@
- Dekoduj z `stdin`:
`{{jakiespolecenie}} | base64 --decode`
`{{jakiespolecenie}} | base64 {{-d|--decode}}`

View file

@ -1,15 +1,19 @@
# base32
> Codifica ou decodifica um arquivo ou a entrada padrão (`stdin`) de/para Base32, para a saída padrão (`stdout`).
> Mais informações: <https://www.gnu.org/software/coreutils/base32>.
> Mais informações: <https://manned.org/base32>.
- Codifica um arquivo:
`base32 {{nome_do_arquivo}}`
`base32 {{caminho/para/arquivo}}`
- Envolve a saída codificada em uma largura específica (`0` desabilita o encapsulamento):
`base32 {{-w|--wrap}} {{0|76|...}} {{caminho/para/arquivo}}`
- Decodifica um arquivo:
`base32 --decode {{nome_do_arquivo}}`
`base32 {{-d|--decode}} {{caminho/para/arquivo}}`
- Codifica a partir de `stdin`:
@ -17,4 +21,4 @@
- Decodifica a partir de `stdin`:
`{{algum_comando}} | base32 --decode`
`{{algum_comando}} | base32 {{-d|--decode}}`

View file

@ -1,15 +1,19 @@
# base64
> Codifica ou decodifica um arquivo ou uma entrada padrão (`stdin`) de/para Base64, para uma saída padrão (`stdout`).
> Mais informações: <https://www.gnu.org/software/coreutils/base64>.
> Codifica ou decodifica um arquivo ou a entrada padrão (`stdin`) de/para Base64, para a saída padrão (`stdout`).
> Mais informações: <https://manned.org/base64>.
- Codifica o conteúdo de um arquivo para base64 e grava o resultado em `stdout`:
- Codifica um arquivo:
`base64 {{nome_arquivo}}`
`base64 {{caminho/para/arquivo}}`
- Decodifica o conteúdo de um arquivo em base64 e grava o resultado em `stdout`:
- Envolve a saída codificada em uma largura específica (`0` desabilita o encapsulamento):
`base64 --decode {{nome_arquivo}}`
`base64 {{-w|--wrap}} {{0|76|...}} {{caminho/para/arquivo}}`
- Decodifica um arquivo:
`base64 {{-d|--decode}} {{caminho/para/arquivo}}`
- Codifica a partir de `stdin`:
@ -17,4 +21,4 @@
- Decodifica a partir de `stdin`:
`{{algum_comando}} | base64 --decode`
`{{algum_comando}} | base64 {{-d|--decode}}`

View file

@ -1,15 +1,19 @@
# base32
> Bir dosya veya standart veriyi Base32 formatında şifrele veya yalın veri çıktısı olarak deşifre et.
> Daha fazla bilgi için: <https://www.gnu.org/software/coreutils/base32>.
> Daha fazla bilgi için: <https://manned.org/base32>.
- Bir dosyayı şifrele:
`base32 {{dosyaismi}}`
`base32 {{dosya/yolu}}`
- Kodlanmış çıktıyı belirli bir genişlikte sar (`0` sarmayı devre dışı bırakır):
`base32 {{-w|--wrap}} {{0|76|...}} {{dosya/yolu}}`
- Bir dosyayı deşifre et:
`base32 --decode {{dosyaismi}}`
`base32 {{-d|--decode}} {{dosya/yolu}}`
- `stdin`'den şifrele:
@ -17,4 +21,4 @@
- `stdin`'den deşifre et:
`{{herhangibirkomut}} | base32 --decode`
`{{herhangibirkomut}} | base32 {{-d|--decode}}`

View file

@ -1,15 +1,19 @@
# base64
> Bir dosya veya standart veriyi Base64 formatında şifrele veya yalın veri çıktısı olarak deşifre et.
> Daha fazla bilgi için: <https://www.gnu.org/software/coreutils/base64>.
> Daha fazla bilgi için: <https://manned.org/base64>.
- Bir dosyayı şifrele:
`base64 {{dosyaismi}}`
`base64 {{dosya/yolu}}`
- Kodlanmış çıktıyı belirli bir genişlikte sar (`0` sarmayı devre dışı bırakır):
`base64 {{-w|--wrap}} {{0|76|...}} {{dosya/yolu}}`
- Bir dosyayı deşifre et:
`base64 --decode {{dosyaismi}}`
`base64 {{-d|--decode}} {{dosya/yolu}}`
- `stdin`'den şifrele:
@ -17,4 +21,4 @@
- `stdin`'den deşifre et:
`{{herhangibirkomut}} | base64 --decode`
`{{herhangibirkomut}} | base64 {{-d|--decode}}`

View file

@ -1,15 +1,19 @@
# base32
> 将文件或标准输入编码到 Base32 或从 Base32 解码为标准输出。
> 更多信息:<https://www.gnu.org/software/coreutils/base32>.
> 更多信息:<https://manned.org/base32>.
- 编码一个文件:
`base32 {{文件名}}`
`base32 {{路径/到/文件}}`
- 按特定宽度包装编码输出(“0”表示禁用包装):
`base32 {{-w|--wrap}} {{0|76|...}} {{路径/到/文件}}`
- 解码一个文件:
`base32 --decode {{文件名}}`
`base32 {{-d|--decode}} {{路径/到/文件}}`
- 从标准输入编码:
@ -17,4 +21,4 @@
- 将标准输入解码:
`{{某指令}} | base32 --decode`
`{{某指令}} | base32 {{-d|--decode}}`

View file

@ -1,15 +1,19 @@
# base64
> 将文件或标准输入编码到 Base64 或从 Base64 解码为标准输出。
> 更多信息:<https://www.gnu.org/software/coreutils/base64>.
> 更多信息:<https://manned.org/base64>.
- 编码一个文件:
`base64 {{文件名}}`
`base64 {{路径/到/文件}}`
- 按特定宽度包装编码输出(“0”表示禁用包装):
`base64 {{-w|--wrap}} {{0|76|...}} {{路径/到/文件}}`
- 解码一个文件:
`base64 --decode {{文件名}}`
`base64 {{-d|--decode}} {{路径/到/文件}}`
- 从标准输入编码:
@ -17,4 +21,4 @@
- 将标准输入解码:
`{{某指令}} | base64 --decode`
`{{某指令}} | base64 {{-d|--decode}}`

View file

@ -1,7 +1,7 @@
# base32
> Encode or decode file or `stdin` to/from Base32, to `stdout`.
> More information: <https://www.gnu.org/software/coreutils/base32>.
> More information: <https://manned.org/base32>.
- Encode a file:
@ -9,16 +9,16 @@
- Wrap encoded output at a specific width (`0` disables wrapping):
`base32 --wrap {{0|76|...}} {{path/to/file}}`
`base32 {{-w|--wrap}} {{0|76|...}} {{path/to/file}}`
- Decode a file:
`base32 --decode {{path/to/file}}`
`base32 {{-d|--decode}} {{path/to/file}}`
- Encode from `stdin`:
`{{somecommand}} | base32`
`{{command}} | base32`
- Decode from `stdin`:
`{{somecommand}} | base32 --decode`
`{{command}} | base32 {{-d|--decode}}`

View file

@ -1,24 +1,24 @@
# base64
> Encode or decode file or `stdin` to/from Base64, to `stdout`.
> More information: <https://www.gnu.org/software/coreutils/base64>.
> Encode or decode file or `stdin` to/from base64, to `stdout`.
> More information: <https://manned.org/base64>.
- Encode the contents of a file as base64 and write the result to `stdout`:
- Encode a file:
`base64 {{path/to/file}}`
- Wrap encoded output at a specific width (`0` disables wrapping):
`base64 --wrap {{0|76|...}} {{path/to/file}}`
`base64 {{-w|--wrap}} {{0|76|...}} {{path/to/file}}`
- Decode the base64 contents of a file and write the result to `stdout`:
- Decode a file:
`base64 --decode {{path/to/file}}`
`base64 {{-d|--decode}} {{path/to/file}}`
- Encode from `stdin`:
`{{somecommand}} | base64`
`{{command}} | base64`
- Decode from `stdin`:
`{{somecommand}} | base64 --decode`
`{{command}} | base64 {{-d|--decode}}`