add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -0,0 +1,20 @@
# phpstorm
> 基于 JetBrains IntelliJ 平台的跨平台 PHP IDE。
> 更多信息:<https://jetbrains.com/phpstorm>。
- 打开特定目录:
`phpstorm {{path/to/directory}}`
- 打开文件:
`phpstorm {{path/to/file}}`
- 在特定行打开文件:
`phpstorm --line {{line_number}} {{path/to/file}}`
- 查看两个文件之间的差异:
`phpstorm diff {{path/to/left_file}} {{path/to/right_file}}`