mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-28 19:01:31 +02:00
39 lines
723 B
JSON
39 lines
723 B
JSON
{
|
|
"modes": {
|
|
"add_line": {
|
|
"title": "Linie"
|
|
},
|
|
"add_point": {
|
|
"title": "Punct"
|
|
}
|
|
},
|
|
"operations": {
|
|
"continue": {
|
|
"key": "A"
|
|
},
|
|
"orthogonalize": {
|
|
"key": "S"
|
|
},
|
|
"straighten": {
|
|
"key": "S"
|
|
}
|
|
},
|
|
"inspector": {
|
|
"role": "Rol",
|
|
"location": "Locație"
|
|
},
|
|
"success": {
|
|
"facebook": "Distribuie pe Facebook"
|
|
},
|
|
"intro": {
|
|
"points": {
|
|
"title": "Puncte"
|
|
},
|
|
"lines": {
|
|
"title": "Linii"
|
|
},
|
|
"startediting": {
|
|
"start": "Începe cartografierea!"
|
|
}
|
|
}
|
|
} |