add new chinese translations
This commit is contained in:
32
pages.zh/common/josm.md
Normal file
32
pages.zh/common/josm.md
Normal 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`
|
Reference in New Issue
Block a user