android/*: add traditional Chinese translations (#6418)

This commit is contained in:
lincc
2021-09-09 03:07:41 +08:00
committed by GitHub
parent d30ee43e7d
commit cd0da6c113
12 changed files with 233 additions and 0 deletions

View File

@@ -0,0 +1,32 @@
# getprop
> 顯示關於 Android 系統屬性的資訊。
> 更多資訊:<https://manned.org/getprop>.
- 顯示關於 Android 系統屬性的資訊:
`getprop`
- 顯示關於指定屬性的資訊:
`getprop {{屬性}}`
- 顯示 SDK API 級別:
`getprop {{ro.build.version.sdk}}`
- 顯示 Android 版本:
`getprop {{ro.build.version.release}}`
- 顯示 Android 裝置型號:
`getprop {{ro.vendor.product.model}}`
- 顯示 OEM 解鎖狀態:
`getprop {{ro.oem_unlock_supported}}`
- 顯示 Android WiFi 卡的 MAC 地址:
`getprop {{ro.boot.wifimacaddr}}`