*: sync more information links in translations (#6537)

This commit is contained in:
marchersimon
2021-10-01 20:28:01 +02:00
committed by GitHub
parent 342456add9
commit 642dbf2e97
310 changed files with 311 additions and 143 deletions

View File

@@ -2,6 +2,7 @@
> 显示音频文件元数据Metadata详细信息OS X
> OS X 自带命令。
> 更多信息:<https://ss64.com/osx/afinfo.html>.
- 显示给定音频文件的详细信息:

View File

@@ -1,6 +1,7 @@
# defaults
> 读取和写入 macOS 应用程序的用户配置。
> 更多信息:<https://ss64.com/osx/defaults.html>.
- 读取应用程序选项的系统默认值:

View File

@@ -2,6 +2,7 @@
> 检查或修复文件系统的完整性,运行命令时应卸载文件系统。
> 它是一个包装器,包含 `fsck_hfs`, `fsck_apfs`, `fsck_msdos`, `fsck_exfat`, `fsck_udf` 作为可选。
> 更多信息:<https://ss64.com/osx/fsck.html>.
- 检查文件系统 /dev/sda报告损坏的块

View File

@@ -1,6 +1,7 @@
# GetFileInfo
> 获取有关 HFS+ 目录中文件的信息。
> 更多信息:<https://www.unix.com/man-page/osx/1/GetFileInfo/>.
- 显示有关给定文件的信息:

View File

@@ -1,6 +1,7 @@
# head
> 输出文件的开头部分。
> 更多信息:<https://ss64.com/osx/head.html>.
- 输出文件的前几行:

View File

@@ -2,6 +2,7 @@
> 直接在命令行上显示图像的实用程序。
> 需要兼容的终端软件,如 ITerm2.
> 更多信息:<https://github.com/danielgatis/imgcat>.
- 在命令行上显示图像:

View File

@@ -2,6 +2,7 @@
> 打印当前计算机及其上运行的操作系统的详细信息。
> 注意:有关操作系统的其他信息,请尝试使用 `sw-vers` 命令。
> 更多信息:<https://ss64.com/osx/uname.html>.
- 打印硬件相关:架构信息和处理器:

View File

@@ -1,6 +1,7 @@
# wacaw
> 一个用于 macOS 的小命令行工具,允许您从连接的摄像头捕获静止图片和视频。
> 更多信息:<http://webcam-tools.sourceforge.net>.
- 从网络摄像机拍照:

View File

@@ -1,6 +1,7 @@
# xctool
> 用于构建 Xcode 项目的工具。
> 更多信息:<https://github.com/facebook/xctool>.
- 在没有任何工作区的情况下生成单个项目: