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

32
pages.zh/common/josm.md Normal file
View File

@@ -0,0 +1,32 @@
# josm
> 可扩展的 OpenStreetMap 编辑器,适用于 Java 8 及以上版本。
> 更多信息:<https://josm.openstreetmap.de/>。
- 启动 JOSM
`josm`
- 以最大化模式启动 JOSM
`josm --maximize`
- 启动 JOSM 并设置特定语言:
`josm --language {{de}}`
- 启动 JOSM 并将所有偏好设置重置为默认值:
`josm --reset-preferences`
- 启动 JOSM 并下载特定的边界框:
`josm --download {{minlat,minlon,maxlat,maxlon}}`
- 启动 JOSM 并下载特定的边界框作为原始 GPS 数据:
`josm --downloadgps {{minlat,minlon,maxlat,maxlon}}`
- 启动 JOSM 时不加载插件:
`josm --skip-plugins`