mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 10:42:07 +02:00
josm: add Spanish translation (#15344)
Co-authored-by: Darío Hereñú <magallania@gmail.com>
This commit is contained in:
parent
f84238e164
commit
b95125455f
1 changed files with 32 additions and 0 deletions
32
pages.es/common/josm.md
Normal file
32
pages.es/common/josm.md
Normal file
|
@ -0,0 +1,32 @@
|
||||||
|
# josm
|
||||||
|
|
||||||
|
> Editor extensible de OpenStreetMap para Java 8+.
|
||||||
|
> Más información: <https://josm.openstreetmap.de/>.
|
||||||
|
|
||||||
|
- Abrir JOSM:
|
||||||
|
|
||||||
|
`josm`
|
||||||
|
|
||||||
|
- Inicia JOSM en modo maximizado:
|
||||||
|
|
||||||
|
`josm --maximize`
|
||||||
|
|
||||||
|
- Inicia JOSM y establece un idioma específico:
|
||||||
|
|
||||||
|
`josm --language {{sp}}`
|
||||||
|
|
||||||
|
- Inicia JOSM y restablece todas las preferencias a sus valores predeterminados:
|
||||||
|
|
||||||
|
`josm --reset-preferences`
|
||||||
|
|
||||||
|
- Inicia JOSM y descarga un área delimitada:
|
||||||
|
|
||||||
|
`josm --download {{minlat,minlon,maxlat,maxlon}}`
|
||||||
|
|
||||||
|
- Inicia JOSM y descarga un área delimitada específica como GPS crudo:
|
||||||
|
|
||||||
|
`josm --downloadgps {{minlat,minlon,maxlat,maxlon}}`
|
||||||
|
|
||||||
|
- Inicia JOSM sin complementos (plugins):
|
||||||
|
|
||||||
|
`josm --skip-plugins`
|
Loading…
Add table
Reference in a new issue