mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-24 10:35:25 +02:00
afinfo: add German translation (#13941)
* afinfo: add German translation * Update pages.de/osx/afinfo.md Co-authored-by: pixie <pixel+github@chrissx.de> * Update pages.de/osx/afinfo.md Co-authored-by: pixie <pixel+github@chrissx.de> * Update pages.de/osx/afinfo.md Co-authored-by: pixie <pixel+github@chrissx.de> * Update pages.de/osx/afinfo.md Co-authored-by: pixie <pixel+github@chrissx.de> * Update pages.de/osx/afinfo.md Co-authored-by: pixie <pixel+github@chrissx.de> * Update pages.de/osx/afinfo.md Co-authored-by: pixie <pixel+github@chrissx.de> * Update pages.de/osx/afinfo.md Co-authored-by: pixie <pixel+github@chrissx.de> * Update pages.de/osx/afinfo.md Co-authored-by: pixie <pixel+github@chrissx.de> * Update pages.de/osx/afinfo.md Co-authored-by: pixie <pixel+github@chrissx.de> * Update pages.de/osx/afinfo.md Co-authored-by: pixie <pixel+github@chrissx.de> * Update pages.de/osx/afinfo.md Co-authored-by: pixie <pixel+github@chrissx.de> --------- Co-authored-by: therealhappy <3585063+therealhappy@users.noreply.github.com> Co-authored-by: pixie <pixel+github@chrissx.de>
This commit is contained in:
parent
ca1aab2346
commit
52d73067a9
1 changed files with 29 additions and 0 deletions
29
pages.de/osx/afinfo.md
Normal file
29
pages.de/osx/afinfo.md
Normal file
|
@ -0,0 +1,29 @@
|
|||
# afinfo
|
||||
|
||||
> Audiodatei-Metadaten-Parser für OS X.
|
||||
> Eingebauter Befehl von OS X.
|
||||
> Weitere Informationen: <https://keith.github.io/xcode-man-pages/afinfo.1.html>.
|
||||
|
||||
- Zeige Informationen zu einer bestimmten Audiodatei an:
|
||||
|
||||
`afinfo {{pfad/zu/datei}}`
|
||||
|
||||
- Gib eine einzeilige Beschreibung der Audiodatei aus:
|
||||
|
||||
`afinfo --brief {{pfad/zu/datei}}`
|
||||
|
||||
- Gib Metadaten und den Inhalt des InfoDictionary der Audiodatei aus:
|
||||
|
||||
`afinfo --info {{pfad/zu/datei}}`
|
||||
|
||||
- Gib die Daten im XML-Format aus:
|
||||
|
||||
`afinfo --xml {{pfad/zu/datei}}`
|
||||
|
||||
- Gib Warnungen für die Audiodatei aus, falls vorhanden:
|
||||
|
||||
`afinfo --warnings {{pfad/zu/datei}}`
|
||||
|
||||
- Zeige eine Hilfe an:
|
||||
|
||||
`afinfo --help`
|
Loading…
Add table
Reference in a new issue