]> git.openstreetmap.org Git - rails.git/blob - vendor/assets/iD/iD/locales/ro.json
Merge branch 'master' into next
[rails.git] / vendor / assets / iD / iD / locales / ro.json
1 {
2     "ro": {
3         "icons": {
4             "information": "informaţii",
5             "remove": "Şterge"
6         },
7         "modes": {
8             "add_area": {
9                 "title": "Suprafață",
10                 "description": "Adaugă hărți: parcuri, clădiri, lacuri sau alte suprafețe",
11                 "tail": "Apasă pe hartă pentru a incepe trasarea unei suprafețe precum: parc, lac sau cladire"
12             },
13             "add_line": {
14                 "title": "Linie",
15                 "description": "Adaugă hărți: autostrăzi, străzi, cai pietonale, canale sau alte linii.",
16                 "tail": "Apasă pe hartă pentru a trasa o stradă, o cale sau o rută."
17             },
18             "add_point": {
19                 "title": "Punct",
20                 "description": "Adauga restaurante, monumente, cutii poștale sau alte puncte pe hartă.",
21                 "tail": "Apasă pe hartă pentru a adauga un punct."
22             },
23             "browse": {
24                 "title": "Navighează",
25                 "description": "Mișcă și mărește harta."
26             },
27             "draw_area": {
28                 "tail": "Apasă pentru a adăuga noduri în suprafața ta. Apasă pe ultimul nod pentru a finaliza suprafața."
29             },
30             "draw_line": {
31                 "tail": "Apasă pentru a adăuga mai multe noduri la linie. Apasă pe alte linii pentru a te conecta la ele și apasă dublu pentru a finaliza linia."
32             }
33         },
34         "operations": {
35             "add": {
36                 "annotation": {
37                     "point": "Am adăugat un punct.",
38                     "vertex": "Am adăugat un nod la o cale",
39                     "relation": "Am adăugat o relație."
40                 }
41             },
42             "start": {
43                 "annotation": {
44                     "line": "Am pornit o linie.",
45                     "area": "Am pornit o suprafață."
46                 }
47             },
48             "continue": {
49                 "key": "A",
50                 "title": "Continuă",
51                 "description": "Continuă linia",
52                 "not_eligible": "Nicio linie nu poate fi continuată aici",
53                 "multiple": "Diferite linii pot fi continuate aici. Pentru a alege o linie, apasă pe butonul Shift și selectează linia.",
54                 "annotation": {
55                     "line": "Am continuat o linie.",
56                     "area": "Am continuat o suprafață. "
57                 }
58             },
59             "cancel_draw": {
60                 "annotation": "Am anulat desenul."
61             },
62             "change_role": {
63                 "annotation": "Schimbă rolul unui membru de relație."
64             },
65             "change_tags": {
66                 "annotation": "Tag-uri schimbate."
67             },
68             "circularize": {
69                 "title": "Circularizează",
70                 "description": {
71                     "line": "Fă această linie circulară.",
72                     "area": "Fă această suprafață circulară."
73                 },
74                 "key": "O",
75                 "annotation": {
76                     "line": "Am făcut linia circulară.",
77                     "area": "Am facut suprafața circulară."
78                 },
79                 "not_closed": "Această linie nu poate fi transformată într-un cerc din moment ce nu este circulară.",
80                 "too_large": "Această linie nu poate fi transformată într-un cerc din moment ce momentan nu este destul din ea vizibil.",
81                 "connected_to_hidden": "Această linie nu poate fi transformată într-un cerc din moment ce este conectată la un obiect ascuns."
82             },
83             "orthogonalize": {
84                 "title": "Pătrat",
85                 "description": {
86                     "line": "Dreptunghiulează unghiurile liniei.",
87                     "area": "Dreptunghiulează unghiurile suprafaței."
88                 },
89                 "key": "S",
90                 "annotation": {
91                     "line": "Dreptunghiulează unghiurile unei linii.",
92                     "area": "Dreptunghiulează unghiurile unei suprafațe."
93                 },
94                 "not_squarish": "Aceasta nu poate fi făcută un dreptunghi deoarece nu are nici pe departe forma unui dreptunghi.",
95                 "too_large": "Aceasta nu poate fi făcută un dreptunghi deoarece nu este vizibilă în întregime.",
96                 "connected_to_hidden": "Aceasta nu poate fi făcută un dreptunghi deoarece este conectată la un obiect ascuns."
97             },
98             "straighten": {
99                 "title": "Întărește ",
100                 "description": "Îndreaptă linia.",
101                 "key": "S",
102                 "annotation": "Îndreaptă o linie.",
103                 "too_bendy": "Aceasta nu poate fi îndreptată din moment ce este prea îndoită.",
104                 "connected_to_hidden": "Această linie nu poate fi îndreptată din moment ce este conectată la un obiect ascuns."
105             },
106             "delete": {
107                 "title": "Șterge",
108                 "description": {
109                     "single": "Șterge acest obiect permanent.",
110                     "multiple": "Șterge aceste obiecte permanent."
111                 },
112                 "annotation": {
113                     "point": "Șterge un punct.",
114                     "vertex": "Șterge un nod dintr-o cale.",
115                     "line": "Șterge o linie.",
116                     "area": "Șterge o suprafață.",
117                     "relation": "Șterge o relație.",
118                     "multiple": "Șterge {n} obiecte."
119                 },
120                 "too_large": {
121                     "single": "Acest obiect nu poate fi șters din moment ce nu este destul din el vizibil.",
122                     "multiple": "Aceste obiecte nu pot fi șterse din moment ce nu este destul din ele vizibil."
123                 },
124                 "incomplete_relation": {
125                     "single": "Acest obiect nu poate fi șters din moment ce nu a fost descărcat în întregime.",
126                     "multiple": "Aceste obiecte nu pot fi șterse din moment ce nu a fost descărcate în întregime."
127                 }
128             },
129             "add_member": {
130                 "annotation": "Am adăugat un membru dintr-o relație."
131             },
132             "delete_member": {
133                 "annotation": "Am șters un membru dintr-o relație."
134             },
135             "connect": {
136                 "annotation": {
137                     "point": "Am conectat o cale cu un punct.",
138                     "vertex": "Am conectat o cale cu alta.",
139                     "line": "Am conectat o cale la o linie.",
140                     "area": "Am conectat o cale la o suprafață."
141                 }
142             },
143             "disconnect": {
144                 "title": "Deconectează",
145                 "description": "Deconectează aceste linii/suprafețe de ele insele.",
146                 "key": "D",
147                 "annotation": "Am deconectat liniile/suprafețele."
148             },
149             "merge": {
150                 "title": "Unește",
151                 "description": "Unește aceste obiecte.",
152                 "key": "C",
153                 "annotation": "Unește {n} obiecte.",
154                 "not_eligible": "Aceste obiecte nu pot fi unite."
155             },
156             "move": {
157                 "title": "Mută",
158                 "key": "M",
159                 "annotation": {
160                     "point": "Am mutat un punct.",
161                     "vertex": "Am mutat un nod intr-o cale.",
162                     "line": "Am mutat o linie.",
163                     "area": "Am mutat o suprafață."
164                 }
165             },
166             "reflect": {
167                 "title": {
168                     "long": "Reflectează lung",
169                     "short": "Reflectează scurt"
170                 },
171                 "key": {
172                     "long": "T",
173                     "short": "Y"
174                 }
175             },
176             "rotate": {
177                 "title": "Rotește",
178                 "key": "R",
179                 "annotation": {
180                     "line": "Am rotit o linie.",
181                     "area": "Am rotit o suprafață.",
182                     "multiple": "Am rotit mai multe obiecte."
183                 }
184             },
185             "reverse": {
186                 "title": "Întoarce",
187                 "description": "Fă această linie să se indrepte in direcția opusă.",
188                 "key": "V",
189                 "annotation": "Am întors o linie."
190             },
191             "split": {
192                 "title": "Separă",
193                 "description": {
194                     "line": "Separă această linie în două la acest punct.",
195                     "area": "Separă marginea acestei suprafațe în două."
196                 },
197                 "key": "X",
198                 "annotation": {
199                     "line": "Separă linia",
200                     "area": "Sparge limitele unei suprafețe"
201                 }
202             }
203         },
204         "restriction": {
205             "controls": {
206                 "distance": "Distanţă",
207                 "via": "Prin"
208             },
209             "help": {
210                 "from": "DIN",
211                 "via": "PRIN",
212                 "to": "LA"
213             }
214         },
215         "undo": {
216             "tooltip": "Înapoi: {action}",
217             "nothing": "Nu există nimic de refăcut."
218         },
219         "redo": {
220             "tooltip": "Reface: {action}",
221             "nothing": "Nu există nimic de refăcut."
222         },
223         "tooltip_keyhint": "Scurtătură:",
224         "translate": {
225             "translate": "Traduce",
226             "localized_translation_label": "Nume multilingual",
227             "localized_translation_language": "Alege limba",
228             "localized_translation_name": "Nume"
229         },
230         "login": "login",
231         "logout": "logout",
232         "loading_auth": "Conectare la OpenStreetMap..",
233         "report_a_bug": "Raportează o greșeală",
234         "help_translate": "Ajută la traducere",
235         "feature_info": {
236             "hidden_warning": "{count} funcționalități ascunse"
237         },
238         "commit": {
239             "title": "Încarcă în OpenStreetMap",
240             "save": "Încarcă",
241             "cancel": "Renunță",
242             "changes": "{count} Modificări",
243             "warnings": "Atenționări",
244             "modified": "Modificat",
245             "deleted": "Șters",
246             "created": "Creat"
247         },
248         "contributors": {
249             "list": "Editări făcute de {user}",
250             "truncated_list": "Editat de {users} si alți {count} de editori"
251         },
252         "info_panels": {
253             "key": "I",
254             "background": {
255                 "key": "B",
256                 "title": "Fundal",
257                 "zoom": "Zoom",
258                 "vintage": "Vintage",
259                 "unknown": "Necunoscut",
260                 "show_tiles": "Arată Plăci",
261                 "hide_tiles": "Ascunde Plăci"
262             },
263             "history": {
264                 "key": "H",
265                 "title": "Istoric",
266                 "selected": "{n} selectate",
267                 "version": "Versiune",
268                 "last_edit": "Ultima editare",
269                 "edited_by": "Editat de",
270                 "changeset": "Schimbări",
271                 "unknown": "Necunoscut",
272                 "link_text": "Istoric pe openstreetmap.org"
273             },
274             "location": {
275                 "key": "L",
276                 "title": "Locație",
277                 "unknown_location": "Locație Necunoscută"
278             },
279             "measurement": {
280                 "key": "M",
281                 "title": "Măsurare",
282                 "selected": "{n} selectate",
283                 "geometry": "Geometrie",
284                 "center": "Centru",
285                 "perimeter": "Perimetru",
286                 "length": "Lungime",
287                 "area": "Suprafață",
288                 "centroid": "Centroid",
289                 "location": "Locație",
290                 "metric": "Metric",
291                 "imperial": "Imperial"
292             }
293         },
294         "geometry": {
295             "point": "punct",
296             "vertex": "vertex",
297             "line": "linie",
298             "area": "suprafață",
299             "relation": "relație "
300         },
301         "geocoder": {
302             "search": "Caută la nivel mondial...",
303             "no_results_visible": "Niciun rezultat în regiunea vizibilă",
304             "no_results_worldwide": "Nu s-a găsit nici un rezultat"
305         },
306         "geolocate": {
307             "title": "Arată locația mea ",
308             "locating": "Localizare, te rugăm să aștepți..."
309         },
310         "inspector": {
311             "no_documentation_combination": "Nu este documentație disponibilă pentru combinația de tag-uri (cuvinte cheie)",
312             "no_documentation_key": "Nu este documentație pentru această cheie.",
313             "documentation_redirect": "Această documentare a fost redirecționată la o nouă pagină",
314             "show_more": "Arată mai mult",
315             "view_on_osm": "Vezi pe openstreetmap.org",
316             "all_fields": "Toate câmpurile",
317             "all_tags": "Toate tagurile",
318             "all_members": "Toți membrii",
319             "all_relations": "Toate relațiile",
320             "new_relation": "Relație nouă",
321             "role": "Rol",
322             "choose": "Selectează tip de obiect",
323             "results": "{n} rezultate pentru {search}",
324             "reference": "Vezi pe OpenStreetMap Wiki",
325             "back_tooltip": "Schimbă trăsătură",
326             "remove": "Şterge",
327             "search": "Caută",
328             "multiselect": "Obiecte selectate",
329             "unknown": "Necunoscut",
330             "incomplete": "<not downloaded>",
331             "feature_list": "Caută obiecte",
332             "edit": "Editează obiect",
333             "check": {
334                 "yes": "Da",
335                 "no": "Nu",
336                 "reverser": "Schimbă direcție"
337             },
338             "radio": {
339                 "structure": {
340                     "type": "Tip",
341                     "default": "Implicit",
342                     "layer": "Strat"
343                 }
344             },
345             "add": "Adaugă",
346             "none": "Niciunul",
347             "node": "Nod",
348             "way": "Drum",
349             "relation": "Relație",
350             "location": "Locație",
351             "add_fields": "Adaugă câmp:"
352         },
353         "background": {
354             "title": "Fundal",
355             "description": "Setări fundal",
356             "key": "B",
357             "none": "Niciunul",
358             "best_imagery": "Cea mai cunoscută sursă de imagine pentru această locație",
359             "switch": "Schimbă înapoi la acest fundal",
360             "custom": "Personalizat",
361             "custom_button": "Editează fundalul customizat",
362             "reset": "resetează",
363             "minimap": {
364                 "key": "/"
365             },
366             "fix_misalignment": "Ajustează ofset de imagine"
367         },
368         "map_data": {
369             "title": "Date de Hartă",
370             "description": "Date de Hartă",
371             "key": "F",
372             "data_layers": "Straturi de Date",
373             "fill_area": "Umple Suprafațe",
374             "map_features": "Funcționalitățile Hărții"
375         },
376         "feature": {
377             "points": {
378                 "description": "Puncte",
379                 "tooltip": "Puncte de interes"
380             },
381             "traffic_roads": {
382                 "description": "Străzi Trafic",
383                 "tooltip": "Drumuri, Străzi, etc."
384             },
385             "service_roads": {
386                 "description": "Străzi de Serviciu",
387                 "tooltip": "Străzi de Serviciu, Alei de Parcare, Trasee, etc."
388             },
389             "paths": {
390                 "description": "Poteci",
391                 "tooltip": "Trotuare, Poteci, Piste de biciclete, etc"
392             },
393             "buildings": {
394                 "description": "Clădiri",
395                 "tooltip": "Clădiri, Adăposturi, Garaje, etc."
396             },
397             "landuse": {
398                 "description": "Utilizarea Terenului"
399             },
400             "boundaries": {
401                 "description": "Granițe",
402                 "tooltip": "Granițe Administrative"
403             },
404             "water": {
405                 "description": "Ape",
406                 "tooltip": "Râuri, Lacuri, Iazuri, Bazine, etc."
407             },
408             "rail": {
409                 "description": "Căi Ferate",
410                 "tooltip": "Căi Ferate"
411             },
412             "past_future": {
413                 "description": "Trecut/Viitor"
414             },
415             "others": {
416                 "description": "Altele",
417                 "tooltip": "Orice Altceva"
418             }
419         },
420         "area_fill": {
421             "wireframe": {
422                 "key": "W"
423             },
424             "partial": {
425                 "description": "Umplere Parțială"
426             },
427             "full": {
428                 "description": "Umplere în întregime",
429                 "tooltip": "Suprafețe sunt desenate umplute în întregime."
430             }
431         },
432         "restore": {
433             "heading": "Ai modificări nesalvate.",
434             "description": "Dorești să revii la modificările nesalvate din sesiunea anterioară de editare? ",
435             "restore": "Restaurează schimbările mele",
436             "reset": "Șterge schimbările mele"
437         },
438         "save": {
439             "title": "Salveaza",
440             "no_changes": "Nici o modificare de salvat.",
441             "uploading": "Încarcă modificările în OpenStreetMap",
442             "unsaved_changes": "Ai modificări nesalvate.",
443             "conflict": {
444                 "header": "Rezolvă editări conflictuoase",
445                 "count": "Conflictul {num} din {total}",
446                 "previous": "< Ultimul",
447                 "next": "Următorul >",
448                 "keep_local": "Păstrează al meu",
449                 "keep_remote": "Folosește cel de-al lor",
450                 "restore": "Restaurează",
451                 "delete": "Lasă șterse",
452                 "done": "Toate conflictele au fost rezolvate!"
453             }
454         },
455         "merge_remote_changes": {
456             "conflict": {
457                 "deleted": "Acest obiect a fost șters de utilizatorul {user}."
458             }
459         },
460         "success": {
461             "just_edited": "Tocmai ai editat OpenStreetMap!",
462             "help_link_text": "Detalii"
463         },
464         "confirm": {
465             "okay": "OK",
466             "cancel": "Renunță"
467         },
468         "splash": {
469             "welcome": "Bine ai venit în editorul iD OpenStreetMap",
470             "walkthrough": "Începe ghidul"
471         },
472         "source_switch": {
473             "live": "live",
474             "lose_changes": "Ai modificări nesalvate. Schimbând serverul de harți, le vei pierde. Ești sigur(ă) ca vrei să schimbi serverele ?",
475             "dev": "dev"
476         },
477         "version": {
478             "whats_new": "Ce e nou în iD {version}"
479         },
480         "tag_reference": {
481             "description": "Descriere",
482             "on_wiki": "{tag} pe wiki.osm.org",
483             "used_with": "folosit cu {type}"
484         },
485         "validations": {
486             "disconnected_highway": "Drum deconectat",
487             "untagged_point": "Punct neetichetat",
488             "untagged_line": "Linie fară tag-uri (cuvinte cheie)",
489             "untagged_area": "Suprafața fară tag-uri",
490             "untagged_relation": "Relație fără taguri",
491             "tag_suggests_area": "Tag-ul {tag} sugerează că linia trebuie sa fie o suprafață, dar nu e.",
492             "deprecated_tags": "Tag-uri învechite: {tags}"
493         },
494         "gpx": {
495             "local_layer": "Fișier local",
496             "zoom": "Mărește la strat",
497             "browse": "Caută fișier"
498         },
499         "mapillary": {
500             "view_on_mapillary": "Vezi această imagine pe Mapillary"
501         },
502         "help": {
503             "title": "Ajutor",
504             "key": "H"
505         },
506         "intro": {
507             "done": "gata",
508             "ok": "OK",
509             "graph": {
510                 "block_number": "<value for addr:block_number>",
511                 "city": "Trei Râuri",
512                 "county": "<value for addr:county>",
513                 "district": "<value for addr:district>",
514                 "hamlet": "<value for addr:hamlet>",
515                 "neighbourhood": "<value for addr:neighbourhood>",
516                 "postcode": "49093",
517                 "province": "<value for addr:province>",
518                 "quarter": "<value for addr:quarter>",
519                 "state": "<value for addr:state>",
520                 "subdistrict": "<value for addr:subdistrict>",
521                 "suburb": "<value for addr:suburb>",
522                 "countrycode": "ro",
523                 "name": {
524                     "1st-avenue": "Strada 1",
525                     "2nd-avenue": "Strada 2",
526                     "4th-avenue": "Strada 4",
527                     "5th-avenue": "Strada 5",
528                     "6th-avenue": "Strada 6",
529                     "6th-street": "Strada 6",
530                     "7th-avenue": "Strada 7",
531                     "8th-avenue": "Strada 8",
532                     "9th-avenue": "Strada 9",
533                     "10th-avenue": "Strada 10",
534                     "11th-avenue": "Strada 11",
535                     "12th-avenue": "Strada 12",
536                     "access-point-employment": "Punct de acces pentru muncă",
537                     "adams-street": "Strada lui Adam",
538                     "andrews-elementary-school": "Școala Generală Andrei",
539                     "andrews-street": "Strada Andrei",
540                     "armitage-street": "Strada Armitaj",
541                     "barrows-school": "Școala Roabei",
542                     "battle-street": "Strada Lupții",
543                     "bennett-street": "Strada Bennett",
544                     "bowman-park": "Parcul Arcașului",
545                     "collins-drive": "Bulevardul Colin",
546                     "conrail-railroad": "Căile Ferate ale Convingerii",
547                     "conservation-park": "Parcul Conservării",
548                     "constantine-street": "Strada Constantin",
549                     "cushman-street": "Strada Cushman",
550                     "dollar-tree": "Pomul Dollar",
551                     "douglas-avenue": "Calea Douglas",
552                     "east-street": "Strada de Est",
553                     "elm-street": "Strada Ulmi",
554                     "flower-street": "Strada Florilor",
555                     "foster-street": "Strada Ocrotirii",
556                     "french-street": "Strada Franceză",
557                     "garden-street": "Strada Grădinii",
558                     "grant-avenue": "Calea Grant",
559                     "hoffman-pond": "Podul Hoffman",
560                     "hoffman-street": "Strada Hoffman",
561                     "hook-avenue": "Calea Hook",
562                     "jefferson-street": "Strada Jefferson",
563                     "kelsey-street": "Strada Kelsey",
564                     "lafayette-park": "Parcul LaFayette",
565                     "lincoln-avenue": "Calea Lincoln",
566                     "main-street": "Strada Principală",
567                     "maple-street": "Strada Maple",
568                     "marina-park": "Parcul Marina",
569                     "market-street": "Strada Pieței",
570                     "memory-isle-park": "Parcul Insula Memorialului",
571                     "memory-isle": "Insula Memorialului",
572                     "michigan-avenue": "Calea Michigan",
573                     "middle-street": "Strada de Mijloc",
574                     "millard-street": "Strada Miliard",
575                     "moore-street": "Strada Moore",
576                     "morris-avenue": "Calea Morris",
577                     "mural-mall": "Mallul Mural",
578                     "pealer-street": "Strada Pealer",
579                     "pine-street": "Strada Pinilor",
580                     "pizza-hut": "Pizza Hut",
581                     "portage-avenue": "Calea Portaj",
582                     "portage-river": "Râul Portaj",
583                     "river-drive": "Bulevardul Râului",
584                     "river-road": "Strada Râului",
585                     "river-street": "Strada Râului",
586                     "riverside-cemetery": "Cimitirul de la Râu",
587                     "riviera-theatre": "Teatrul Riviera",
588                     "rocky-river": "Râul Rocky",
589                     "saint-joseph-river": "Râul Sf. Iosif",
590                     "scouter-park": "Parcul Scouter",
591                     "south-street": "Strada de Sud",
592                     "spring-street": "Strada Primăverii",
593                     "three-rivers-city-hall": "Primăria Trei Râuri",
594                     "three-rivers-elementary-school": "Școala Generală Trei Râuri",
595                     "three-rivers-fire-department": "Pompieri Trei Râuri",
596                     "three-rivers-high-school": "Școala Secundară Trei Râuri",
597                     "three-rivers-middle-school": "Liceul Trei Râuri",
598                     "three-rivers-municipal-airport": "Aeroportul Municipal Trei Râuri",
599                     "three-rivers-post-office": "Oficiul Poștal Trei Râuri",
600                     "three-rivers-public-library": "Librăria Trei Râuri",
601                     "three-rivers": "Trei Râuri",
602                     "unique-jewelry": "Giuvaer Unique",
603                     "walnut-street": "Strada Alunelor",
604                     "washington-street": "Strada Washington",
605                     "water-street": "Strada Walter",
606                     "west-street": "Strada de Vest",
607                     "wheeler-street": "Strada Rotarilor",
608                     "willow-drive": "Bulevardul Willow",
609                     "wood-street": "Strada Lemnului",
610                     "world-fare": "Tariful Lumii"
611                 }
612             },
613             "welcome": {
614                 "title": "Bun Venit",
615                 "welcome": "Bine ați venit! Acest ghid vă va învăța elementele de bază ale editării pe OpenStreetMap.",
616                 "practice": "Toate datele din acest ghid sunt doar pentru practicare, și orice modificări pe care le faceți în ghid nu vor fi salvate.",
617                 "words": "Acest ghid va introduce câteva cuvinte și concepte noi. Când introducem un cuvânt nou, vom folosi *italics*.",
618                 "mouse": "Puteți utiliza orice dispozitiv de intrare pentru a edita harta, însă acest ghid presupune că aveți un mouse cu butoane stânga și dreapta. ** Dacă doriți să atașați un mouse, faceți acest lucru acum, apoi apăsați pe OK. **",
619                 "leftclick": "Când acest tutorial vă solicită să apăsați odată sau să apăsați de două ori, înseamnă cu butonul din stânga. Pe un trackpad este posibil să fie o atingere cu o singură apăsare sau cu un singur deget. ** Apăsați pe stânga de {num} ori. **",
620                 "rightclick": "Uneori vă vom cere să apăsați dreapta. Acest lucru ar putea fi același lucru cu clic-control sau atingeți cu două degete pe un trackpad. Tastatura poate avea chiar și o tastă de \"meniu\" care funcționează ca și apăsat dreapta. ** Apăsați dreapta de {num} ori. **",
621                 "chapters": "Până acum, este bine! Puteți utiliza butoanele de mai jos pentru a trece peste capitole în orice moment sau pentru a reporni un capitol dacă rămâneți blocat. Să începem! ** Apăsați pe '{next}' pentru a continua. **"
622             },
623             "navigation": {
624                 "title": "Navigare"
625             },
626             "points": {
627                 "title": "Puncte"
628             },
629             "areas": {
630                 "title": "Suprafețe"
631             },
632             "lines": {
633                 "title": "Linii"
634             },
635             "buildings": {
636                 "title": "Clădiri"
637             },
638             "startediting": {
639                 "title": "Începe editarea",
640                 "save": "Nu uita să salvezi periodic modificările. ",
641                 "start": "Începe cartografierea!"
642             }
643         },
644         "shortcuts": {
645             "title": "Comenzi rapide cu tastatura",
646             "toggle": {
647                 "key": "?"
648             },
649             "key": {
650                 "alt": "Alt",
651                 "backspace": "Backspace",
652                 "cmd": "Cmd",
653                 "ctrl": "Ctrl",
654                 "delete": "Delete",
655                 "del": "Del",
656                 "end": "End",
657                 "enter": "Enter",
658                 "esc": "Esc",
659                 "home": "Home",
660                 "option": "Opțiuni",
661                 "pause": "Pauză",
662                 "pgdn": "PgDn",
663                 "pgup": "PgUp",
664                 "return": "Înapoi",
665                 "shift": "Shift",
666                 "space": "Space"
667             },
668             "gesture": {
669                 "drag": "drag"
670             },
671             "or": "-sau-",
672             "browsing": {
673                 "title": "Căutare",
674                 "navigation": {
675                     "title": "Navigare",
676                     "pan": "Mișcă harta",
677                     "pan_more": "Mișcă harta cu un ecran",
678                     "zoom": "Mărește / Micșorează",
679                     "zoom_more": "Mărește / Micșorează cu un lot"
680                 },
681                 "help": {
682                     "title": "Ajutor"
683                 },
684                 "display_options": {
685                     "title": "Afișează opțiuni",
686                     "background": "Afișează opțiuni fundal",
687                     "background_switch": "Schimbă înapoi la ultimul fundal",
688                     "fullscreen": "Intră în mod full screen"
689                 },
690                 "selecting": {
691                     "title": "Selectare obiecte",
692                     "select_one": "Selectează un singur obiect",
693                     "select_multi": "Selectează mai multe obiecte"
694                 },
695                 "vertex_selected": {
696                     "previous": "Sari la ultimul nod",
697                     "next": "Sari la următorul nod",
698                     "first": "Sari la primul nod",
699                     "last": "Sari la ultimul nod"
700                 }
701             },
702             "editing": {
703                 "title": "Editare",
704                 "drawing": {
705                     "title": "Desenare",
706                     "place_point": "Plasează und punct"
707                 },
708                 "operations": {
709                     "title": "Operațiuni",
710                     "reverse": "Reversează o linie"
711                 },
712                 "commands": {
713                     "title": "Comenzi",
714                     "copy": "Copiază obiecte selectate",
715                     "paste": "Lipește obiecte selectate",
716                     "undo": "Anulează ultima acțiune",
717                     "redo": "Refă ultima acțiune",
718                     "save": "Salvează modificările"
719                 }
720             },
721             "tools": {
722                 "title": "Unelte",
723                 "info": {
724                     "title": "Informație"
725                 }
726             }
727         },
728         "presets": {
729             "categories": {
730                 "category-barrier": {
731                     "name": "Bariere"
732                 },
733                 "category-building": {
734                     "name": "Clădiri"
735                 },
736                 "category-golf": {
737                     "name": "Golfuri"
738                 },
739                 "category-landuse": {
740                     "name": "Utilizări de Teren"
741                 },
742                 "category-natural-area": {
743                     "name": "Naturale"
744                 },
745                 "category-natural-line": {
746                     "name": "Naturale"
747                 },
748                 "category-path": {
749                     "name": "Poteci"
750                 },
751                 "category-rail": {
752                     "name": "Căi Ferate"
753                 },
754                 "category-restriction": {
755                     "name": "Restricții"
756                 },
757                 "category-road": {
758                     "name": "Străzi"
759                 },
760                 "category-route": {
761                     "name": "Rute"
762                 },
763                 "category-water-area": {
764                     "name": "Ape"
765                 },
766                 "category-water-line": {
767                     "name": "Ape"
768                 }
769             },
770             "fields": {
771                 "access": {
772                     "label": "Acces Permis",
773                     "options": {
774                         "designated": {
775                             "description": "Acces permis potrivit semnalizării sau legilor locale",
776                             "title": "Desemnat"
777                         },
778                         "destination": {
779                             "description": "Acces permis doar pentru a ajunge la o destinație",
780                             "title": "Destinație"
781                         },
782                         "dismount": {
783                             "title": "Demonta"
784                         },
785                         "no": {
786                             "description": "Acces interzis publicului larg",
787                             "title": "Interzis"
788                         },
789                         "permissive": {
790                             "title": "Permisiv"
791                         },
792                         "private": {
793                             "title": "Privat"
794                         },
795                         "yes": {
796                             "title": "Permis"
797                         }
798                     },
799                     "placeholder": "Nespecificat",
800                     "types": {
801                         "access": "Tot",
802                         "bicycle": "Biciclete",
803                         "foot": "Pe Jos",
804                         "horse": "Cai",
805                         "motor_vehicle": "Vehicule cu Motor"
806                     }
807                 },
808                 "access_simple": {
809                     "label": "Acces Permis"
810                 },
811                 "address": {
812                     "label": "Adresă",
813                     "placeholders": {
814                         "block_number": "Număr Bloc",
815                         "block_number!jp": "Nr. Bloc",
816                         "city": "Oraș",
817                         "city!vn": "Oraș/Sat",
818                         "conscriptionnumber": "123",
819                         "country": "Țară",
820                         "county": "Județ",
821                         "county!jp": "District",
822                         "district": "District",
823                         "floor": "Etaj",
824                         "hamlet": "Hamlet",
825                         "housename": "Nume de Casă",
826                         "housenumber": "123",
827                         "neighbourhood": "Cartier",
828                         "place": "Loc",
829                         "postcode": "Cod poștal",
830                         "province": "Provincie",
831                         "province!jp": "Prefectură",
832                         "quarter": "Cartier",
833                         "state": "Stat",
834                         "street": "Stradă",
835                         "subdistrict": "Subdistrict",
836                         "suburb": "Suburbie"
837                     }
838                 },
839                 "admin_level": {
840                     "label": "Nivel Administrativ"
841                 },
842                 "aerialway": {
843                     "label": "Tip"
844                 },
845                 "aerialway/access": {
846                     "label": "Acces",
847                     "options": {
848                         "both": "Amândouă",
849                         "entry": "IIntrare",
850                         "exit": "Ieșire"
851                     }
852                 },
853                 "aerialway/capacity": {
854                     "label": "Capacitate (pe oră)",
855                     "placeholder": "500, 2500, 5000..."
856                 },
857                 "aerialway/duration": {
858                     "label": "Durată (minute)",
859                     "placeholder": "1, 2, 3..."
860                 },
861                 "aerialway/heating": {
862                     "label": "Încălzit"
863                 },
864                 "aerialway/occupancy": {
865                     "label": "Ocupare",
866                     "placeholder": "2, 4, 8..."
867                 },
868                 "aerialway/summer/access": {
869                     "label": "Acces (vara)",
870                     "options": {
871                         "both": "Amândouă",
872                         "entry": "Intrare",
873                         "exit": "Ieșire"
874                     }
875                 },
876                 "aeroway": {
877                     "label": "Tip"
878                 },
879                 "amenity": {
880                     "label": "Tip"
881                 },
882                 "animal_boarding": {
883                     "label": "Pentru Animale"
884                 },
885                 "animal_breeding": {
886                     "label": "Pentru Animale"
887                 },
888                 "animal_shelter": {
889                     "label": "Pentru Animale"
890                 },
891                 "area/highway": {
892                     "label": "Tip"
893                 },
894                 "artist": {
895                     "label": "Artist"
896                 },
897                 "artwork_type": {
898                     "label": "Tip"
899                 },
900                 "atm": {
901                     "label": "ATM"
902                 },
903                 "barrier": {
904                     "label": "Tip"
905                 },
906                 "bath/open_air": {
907                     "label": "Aer Liber"
908                 },
909                 "bath/type": {
910                     "label": "Specialitate",
911                     "options": {
912                         "hot_spring": "Izvor cald"
913                     }
914                 },
915                 "beauty": {
916                     "label": "Tip de Magazin"
917                 },
918                 "bench": {
919                     "label": "Bancă"
920                 },
921                 "bicycle_parking": {
922                     "label": "Tip"
923                 },
924                 "bin": {
925                     "label": "Gunoi"
926                 },
927                 "blood_components": {
928                     "label": "Componente de Sânge",
929                     "options": {
930                         "plasma": "plasmă",
931                         "platelets": "trombocite",
932                         "stemcells": "probe de celule stem",
933                         "whole": "întregul sânge"
934                     }
935                 },
936                 "board_type": {
937                     "label": "Tip"
938                 },
939                 "boules": {
940                     "label": "Tip"
941                 },
942                 "boundary": {
943                     "label": "Tip"
944                 },
945                 "brand": {
946                     "label": "Brand"
947                 },
948                 "building": {
949                     "label": "Clădire"
950                 },
951                 "building_area": {
952                     "label": "Clădire"
953                 },
954                 "bunker_type": {
955                     "label": "Tip"
956                 },
957                 "camera/direction": {
958                     "label": "Direcție (Grade în Sens de Ceasornic)",
959                     "placeholder": "45, 90, 180, 270"
960                 },
961                 "camera/type": {
962                     "label": "Tip Cameră",
963                     "options": {
964                         "dome": "Dom",
965                         "fixed": "Fixat",
966                         "panning": "Mișcător"
967                     }
968                 },
969                 "capacity": {
970                     "label": "Capacitate",
971                     "placeholder": "50, 100, 200..."
972                 },
973                 "castle_type": {
974                     "label": "Tip"
975                 },
976                 "clothes": {
977                     "label": "Haine"
978                 },
979                 "club": {
980                     "label": "Tip"
981                 },
982                 "communication_multi": {
983                     "label": "Tipuri de Comunicație"
984                 },
985                 "construction": {
986                     "label": "Tip"
987                 },
988                 "contact/webcam": {
989                     "label": "URL de Webcam",
990                     "placeholder": "http://example.com/"
991                 },
992                 "content": {
993                     "label": "Conținut"
994                 },
995                 "country": {
996                     "label": "Țară"
997                 },
998                 "covered": {
999                     "label": "Acoperit"
1000                 },
1001                 "craft": {
1002                     "label": "Tip"
1003                 },
1004                 "crossing": {
1005                     "label": "Tip"
1006                 },
1007                 "cuisine": {
1008                     "label": "Bucătării"
1009                 },
1010                 "currency_multi": {
1011                     "label": "Tipuri de Valută"
1012                 },
1013                 "cycle_network": {
1014                     "label": "Rețea"
1015                 },
1016                 "cycleway": {
1017                     "label": "Drumuri de Biciclete",
1018                     "options": {
1019                         "lane": {
1020                             "title": "Drum de Biciclete Standard"
1021                         },
1022                         "none": {
1023                             "description": "Fără Drum de Biciclete",
1024                             "title": "Niciun"
1025                         }
1026                     },
1027                     "placeholder": "niciun",
1028                     "types": {
1029                         "cycleway:left": "Partea stângă",
1030                         "cycleway:right": "Partea dreaptă"
1031                     }
1032                 },
1033                 "date": {
1034                     "label": "Dată"
1035                 },
1036                 "delivery": {
1037                     "label": "Livrare"
1038                 },
1039                 "denomination": {
1040                     "label": "Denominare"
1041                 },
1042                 "denotation": {
1043                     "label": "Denotație"
1044                 },
1045                 "description": {
1046                     "label": "Descripție"
1047                 },
1048                 "display": {
1049                     "label": "Afișare"
1050                 },
1051                 "dock": {
1052                     "label": "Tip"
1053                 },
1054                 "electrified": {
1055                     "options": {
1056                         "no": "Nu",
1057                         "yes": "Da (nespecificat)"
1058                     }
1059                 },
1060                 "elevation": {
1061                     "label": "Elevație"
1062                 },
1063                 "email": {
1064                     "label": "Email",
1065                     "placeholder": "example@example.com"
1066                 },
1067                 "emergency": {
1068                     "label": "Urgență"
1069                 },
1070                 "entrance": {
1071                     "label": "Tip"
1072                 },
1073                 "except": {
1074                     "label": "Excepții"
1075                 },
1076                 "fax": {
1077                     "label": "Fax",
1078                     "placeholder": "+31 42 123 4567"
1079                 },
1080                 "fee": {
1081                     "label": "Taxă"
1082                 },
1083                 "fence_type": {
1084                     "label": "Tip"
1085                 },
1086                 "fire_hydrant/position": {
1087                     "label": "Poziție",
1088                     "options": {
1089                         "green": "Verde",
1090                         "lane": "Bandă",
1091                         "parking_lot": "Loc de Parcare",
1092                         "sidewalk": "Pietoni"
1093                     }
1094                 },
1095                 "fire_hydrant/type": {
1096                     "label": "Tip",
1097                     "options": {
1098                         "pond": "Iaz",
1099                         "wall": "Zid"
1100                     }
1101                 },
1102                 "fixme": {
1103                     "label": "Repară-mă"
1104                 },
1105                 "fuel": {
1106                     "label": "Benzină"
1107                 },
1108                 "fuel_multi": {
1109                     "label": "Tipuri de Benzină"
1110                 },
1111                 "gender": {
1112                     "label": "Sex",
1113                     "options": {
1114                         "female": "Feminin",
1115                         "male": "Masculin",
1116                         "unisex": "Unisex"
1117                     },
1118                     "placeholder": "Necunoscut"
1119                 },
1120                 "generator/method": {
1121                     "label": "Metodă"
1122                 },
1123                 "generator/output/electricity": {
1124                     "placeholder": "50 MW, 100 MW, 200 MW..."
1125                 },
1126                 "generator/source": {
1127                     "label": "Sursă"
1128                 },
1129                 "generator/type": {
1130                     "label": "Tip"
1131                 },
1132                 "handicap": {
1133                     "label": "Handicap",
1134                     "placeholder": "1-18"
1135                 },
1136                 "height": {
1137                     "label": "Înălțime (Metri)"
1138                 },
1139                 "highway": {
1140                     "label": "Tip"
1141                 },
1142                 "historic": {
1143                     "label": "Tip"
1144                 },
1145                 "historic/civilization": {
1146                     "label": "Civilizații Istorice"
1147                 },
1148                 "hoops": {
1149                     "placeholder": "1, 2, 4..."
1150                 },
1151                 "iata": {
1152                     "label": "IATA"
1153                 },
1154                 "icao": {
1155                     "label": "ICAO"
1156                 },
1157                 "incline": {
1158                     "label": "Înclinare"
1159                 },
1160                 "incline_steps": {
1161                     "label": "Înclinare",
1162                     "options": {
1163                         "down": "Jos",
1164                         "up": "Sus"
1165                     }
1166                 },
1167                 "indoor": {
1168                     "label": "Înăuntru"
1169                 },
1170                 "information": {
1171                     "label": "Tip"
1172                 },
1173                 "inscription": {
1174                     "label": "Inscripție"
1175                 },
1176                 "internet_access": {
1177                     "label": "Acces internet",
1178                     "options": {
1179                         "no": "Nu",
1180                         "terminal": "Terminal",
1181                         "wired": "Conectat",
1182                         "wlan": "Wifi",
1183                         "yes": "Da"
1184                     }
1185                 },
1186                 "internet_access/fee": {
1187                     "label": "Acces Internet Gratuit"
1188                 },
1189                 "kerb": {
1190                     "label": "Curbură"
1191                 },
1192                 "lamp_type": {
1193                     "label": "Tip"
1194                 },
1195                 "landuse": {
1196                     "label": "Tip"
1197                 },
1198                 "lanes": {
1199                     "label": "Benzi",
1200                     "placeholder": "1, 2, 3..."
1201                 },
1202                 "layer": {
1203                     "label": "Strat"
1204                 },
1205                 "leaf_cycle": {
1206                     "options": {
1207                         "mixed": "Mixat"
1208                     }
1209                 },
1210                 "leaf_type": {
1211                     "options": {
1212                         "mixed": "Mixat"
1213                     }
1214                 },
1215                 "leisure": {
1216                     "label": "Tip"
1217                 },
1218                 "length": {
1219                     "label": "Lungime (Metri)"
1220                 },
1221                 "level": {
1222                     "label": "Nivel"
1223                 },
1224                 "levels": {
1225                     "label": "Nivele",
1226                     "placeholder": "2, 4, 6..."
1227                 },
1228                 "location": {
1229                     "label": "Locație"
1230                 },
1231                 "man_made": {
1232                     "label": "Tip"
1233                 },
1234                 "manhole": {
1235                     "label": "Tip"
1236                 },
1237                 "map_size": {
1238                     "label": "Acoperire"
1239                 },
1240                 "map_type": {
1241                     "label": "Tip"
1242                 },
1243                 "maxheight": {
1244                     "label": "Înălțime Maximă",
1245                     "placeholder": "4, 4.5, 5, 14'0\", 14'6\", 15'0\""
1246                 },
1247                 "maxspeed": {
1248                     "label": "Limită de viteză",
1249                     "placeholder": "40, 50, 60..."
1250                 },
1251                 "maxweight": {
1252                     "label": "Greutate Maximă"
1253                 },
1254                 "mtb/scale": {
1255                     "placeholder": "0, 1, 2, 3..."
1256                 },
1257                 "mtb/scale/uphill": {
1258                     "placeholder": "0, 1, 2, 3..."
1259                 },
1260                 "name": {
1261                     "label": "Nume",
1262                     "placeholder": "Nume Comun (Dacă Există)"
1263                 },
1264                 "natural": {
1265                     "label": "Natural"
1266                 },
1267                 "network": {
1268                     "label": "Rețea"
1269                 },
1270                 "network_bicycle": {
1271                     "label": "Tip Rețea",
1272                     "options": {
1273                         "icn": "Internațional",
1274                         "lcn": "Local",
1275                         "ncn": "Național",
1276                         "rcn": "Regional"
1277                     }
1278                 },
1279                 "network_foot": {
1280                     "label": "Tip Rețea",
1281                     "options": {
1282                         "iwn": "Internațional",
1283                         "lwn": "Local",
1284                         "nwn": "Național",
1285                         "rwn": "Regional"
1286                     }
1287                 },
1288                 "network_horse": {
1289                     "label": "Tip Rețea",
1290                     "options": {
1291                         "ihn": "Internațional",
1292                         "lhn": "Local",
1293                         "nhn": "Național",
1294                         "rhn": "Regional"
1295                     }
1296                 },
1297                 "network_road": {
1298                     "label": "Rețea"
1299                 },
1300                 "note": {
1301                     "label": "Notă"
1302                 },
1303                 "office": {
1304                     "label": "Tip"
1305                 },
1306                 "oneway": {
1307                     "label": "Sens unic",
1308                     "options": {
1309                         "no": "Nu",
1310                         "undefined": "Presupus a fi Nu",
1311                         "yes": "Da"
1312                     }
1313                 },
1314                 "oneway_yes": {
1315                     "label": "O singură direcție",
1316                     "options": {
1317                         "no": "Nu",
1318                         "undefined": "Presupus a fi Da",
1319                         "yes": "Da"
1320                     }
1321                 },
1322                 "opening_hours": {
1323                     "label": "Ore"
1324                 },
1325                 "operator": {
1326                     "label": "Operator"
1327                 },
1328                 "par": {
1329                     "placeholder": "3, 4, 5..."
1330                 },
1331                 "parking": {
1332                     "label": "Tip"
1333                 },
1334                 "phone": {
1335                     "placeholder": "+31 42 123 4567"
1336                 },
1337                 "piste/difficulty": {
1338                     "label": "Dificultate"
1339                 },
1340                 "piste/grooming": {
1341                     "options": {
1342                         "classic": "Clasic",
1343                         "skating": "Skating"
1344                     }
1345                 },
1346                 "piste/type": {
1347                     "label": "Tip",
1348                     "options": {
1349                         "hike": "Drumeție",
1350                         "nordic": "Nordic",
1351                         "playground": "Loc de Joacă"
1352                     }
1353                 },
1354                 "place": {
1355                     "label": "Tip"
1356                 },
1357                 "plant/output/electricity": {
1358                     "placeholder": "500 MW, 1000 MW, 2000 MW..."
1359                 },
1360                 "population": {
1361                     "label": "Populație"
1362                 },
1363                 "power": {
1364                     "label": "Tip"
1365                 },
1366                 "product": {
1367                     "label": "Produse"
1368                 },
1369                 "railway": {
1370                     "label": "Tip"
1371                 },
1372                 "ref_aeroway_gate": {
1373                     "label": "Număr de Poartă"
1374                 },
1375                 "ref_golf_hole": {
1376                     "placeholder": "1-18"
1377                 },
1378                 "ref_highway_junction": {
1379                     "label": "Număr de Juncție"
1380                 },
1381                 "ref_platform": {
1382                     "label": "Număr de Platformă"
1383                 },
1384                 "ref_road_number": {
1385                     "label": "Număr de Stradă"
1386                 },
1387                 "ref_route": {
1388                     "label": "Număr de Rută"
1389                 },
1390                 "ref_stop_position": {
1391                     "label": "Număr de Stop"
1392                 },
1393                 "relation": {
1394                     "label": "Tip"
1395                 },
1396                 "religion": {
1397                     "label": "Religie"
1398                 },
1399                 "restriction": {
1400                     "label": "Tip"
1401                 },
1402                 "restrictions": {
1403                     "label": "Restricții de Întoarcere"
1404                 },
1405                 "rooms": {
1406                     "label": "Camere"
1407                 },
1408                 "route": {
1409                     "label": "Tip"
1410                 },
1411                 "route_master": {
1412                     "label": "Tip"
1413                 },
1414                 "sac_scale": {
1415                     "label": "Dificultate de Drumeție"
1416                 },
1417                 "seasonal": {
1418                     "label": "Sezonal"
1419                 },
1420                 "second_hand": {
1421                     "label": "Vinde Utilizate",
1422                     "options": {
1423                         "no": "Nu",
1424                         "only": "Doar",
1425                         "yes": "Da"
1426                     },
1427                     "placeholder": "Da, Nu, Doar"
1428                 },
1429                 "service": {
1430                     "label": "Tip"
1431                 },
1432                 "service/bicycle": {
1433                     "label": "Servicii"
1434                 },
1435                 "service/vehicle": {
1436                     "label": "Servicii"
1437                 },
1438                 "service_rail": {
1439                     "label": "Tip de Serviciu"
1440                 },
1441                 "shelter": {
1442                     "label": "Adăpost"
1443                 },
1444                 "shelter_type": {
1445                     "label": "Tip"
1446                 },
1447                 "shop": {
1448                     "label": "Tip"
1449                 },
1450                 "site": {
1451                     "label": "Tip"
1452                 },
1453                 "smoking": {
1454                     "label": "Fumători"
1455                 },
1456                 "social_facility": {
1457                     "label": "Tip"
1458                 },
1459                 "sport": {
1460                     "label": "Sporturi"
1461                 },
1462                 "sport_ice": {
1463                     "label": "Sporturi"
1464                 },
1465                 "sport_racing_motor": {
1466                     "label": "Sporturi"
1467                 },
1468                 "sport_racing_nonmotor": {
1469                     "label": "Sporturi"
1470                 },
1471                 "stars": {
1472                     "label": "Stele"
1473                 },
1474                 "start_date": {
1475                     "label": "Dată Început"
1476                 },
1477                 "step_count": {
1478                     "label": "Număr de Trepte"
1479                 },
1480                 "stop": {
1481                     "options": {
1482                         "minor": "Stradă Minoră"
1483                     }
1484                 },
1485                 "structure": {
1486                     "label": "Structură",
1487                     "options": {
1488                         "bridge": "Pod",
1489                         "tunnel": "Tunel"
1490                     },
1491                     "placeholder": "Necunoscut"
1492                 },
1493                 "studio": {
1494                     "label": "Tip"
1495                 },
1496                 "substation": {
1497                     "label": "Tip"
1498                 },
1499                 "supervised": {
1500                     "label": "Supravegheat"
1501                 },
1502                 "support": {
1503                     "label": "Suport"
1504                 },
1505                 "surface": {
1506                     "label": "Suprafață"
1507                 },
1508                 "surveillance/type": {
1509                     "options": {
1510                         "camera": "Cameră",
1511                         "guard": "Paznic"
1512                     }
1513                 },
1514                 "takeaway": {
1515                     "options": {
1516                         "no": "Nu",
1517                         "yes": "Da"
1518                     }
1519                 },
1520                 "toilets/disposal": {
1521                     "options": {
1522                         "chemical": "Chemical"
1523                     }
1524                 },
1525                 "tomb": {
1526                     "label": "Tip"
1527                 },
1528                 "tourism": {
1529                     "label": "Tip"
1530                 },
1531                 "tower/construction": {
1532                     "label": "Construcție"
1533                 },
1534                 "tower/type": {
1535                     "label": "Tip"
1536                 },
1537                 "traffic_calming": {
1538                     "label": "Tip"
1539                 },
1540                 "traffic_signals": {
1541                     "label": "Tip"
1542                 },
1543                 "trail_visibility": {
1544                     "placeholder": "Excelent, Bun, Prost..."
1545                 },
1546                 "trees": {
1547                     "label": "Copaci"
1548                 },
1549                 "visibility": {
1550                     "label": "Vizibilitate"
1551                 },
1552                 "voltage": {
1553                     "label": "Voltaj"
1554                 },
1555                 "voltage/primary": {
1556                     "label": "Voltaj primar"
1557                 },
1558                 "voltage/secondary": {
1559                     "label": "Voltaj secundar"
1560                 },
1561                 "voltage/tertiary": {
1562                     "label": "Voltaj terțiar"
1563                 },
1564                 "wall": {
1565                     "label": "Tip"
1566                 },
1567                 "water": {
1568                     "label": "Tip"
1569                 },
1570                 "waterway": {
1571                     "label": "Tip"
1572                 },
1573                 "website": {
1574                     "label": "Website",
1575                     "placeholder": "http://example.com/"
1576                 },
1577                 "wetland": {
1578                     "label": "Tip"
1579                 },
1580                 "width": {
1581                     "label": "Grosime (Metri)"
1582                 },
1583                 "wikipedia": {
1584                     "label": "Wikipedia"
1585                 },
1586                 "windings": {
1587                     "placeholder": "1, 2, 3..."
1588                 }
1589             },
1590             "presets": {
1591                 "address": {
1592                     "name": "Adresă",
1593                     "terms": "<translate with synonyms or related terms for 'Address', separated by commas>"
1594                 },
1595                 "advertising/billboard": {
1596                     "name": "Billboard",
1597                     "terms": "<translate with synonyms or related terms for 'Billboard', separated by commas>"
1598                 },
1599                 "aerialway/cable_car": {
1600                     "terms": "<translate with synonyms or related terms for 'Cable Car', separated by commas>"
1601                 },
1602                 "aerialway/chair_lift": {
1603                     "terms": "<translate with synonyms or related terms for 'Chair Lift', separated by commas>"
1604                 },
1605                 "aerialway/drag_lift": {
1606                     "terms": "<translate with synonyms or related terms for 'Drag Lift', separated by commas>"
1607                 },
1608                 "aerialway/gondola": {
1609                     "name": "Gondolă",
1610                     "terms": "<translate with synonyms or related terms for 'Gondola', separated by commas>"
1611                 },
1612                 "aerialway/goods": {
1613                     "terms": "<translate with synonyms or related terms for 'Goods Aerialway', separated by commas>"
1614                 },
1615                 "aerialway/magic_carpet": {
1616                     "terms": "<translate with synonyms or related terms for 'Magic Carpet Lift', separated by commas>"
1617                 },
1618                 "aerialway/mixed_lift": {
1619                     "name": "Lift Mixat",
1620                     "terms": "<translate with synonyms or related terms for 'Mixed Lift', separated by commas>"
1621                 },
1622                 "aerialway/platter": {
1623                     "terms": "<translate with synonyms or related terms for 'Platter Lift', separated by commas>"
1624                 },
1625                 "aerialway/pylon": {
1626                     "terms": "<translate with synonyms or related terms for 'Aerialway Pylon', separated by commas>"
1627                 },
1628                 "aerialway/rope_tow": {
1629                     "terms": "<translate with synonyms or related terms for 'Rope Tow Lift', separated by commas>"
1630                 },
1631                 "aerialway/t-bar": {
1632                     "terms": "<translate with synonyms or related terms for 'T-bar Lift', separated by commas>"
1633                 },
1634                 "aeroway": {
1635                     "name": "Aeroway"
1636                 },
1637                 "aeroway/aerodrome": {
1638                     "name": "Aeroport",
1639                     "terms": "<translate with synonyms or related terms for 'Airport', separated by commas>"
1640                 },
1641                 "aeroway/apron": {
1642                     "terms": "<translate with synonyms or related terms for 'Apron', separated by commas>"
1643                 },
1644                 "aeroway/gate": {
1645                     "terms": "<translate with synonyms or related terms for 'Airport Gate', separated by commas>"
1646                 },
1647                 "aeroway/hangar": {
1648                     "terms": "<translate with synonyms or related terms for 'Hangar', separated by commas>"
1649                 },
1650                 "aeroway/helipad": {
1651                     "terms": "<translate with synonyms or related terms for 'Helipad', separated by commas>"
1652                 },
1653                 "aeroway/runway": {
1654                     "terms": "<translate with synonyms or related terms for 'Runway', separated by commas>"
1655                 },
1656                 "aeroway/taxiway": {
1657                     "terms": "<translate with synonyms or related terms for 'Taxiway', separated by commas>"
1658                 },
1659                 "aeroway/terminal": {
1660                     "terms": "<translate with synonyms or related terms for 'Airport Terminal', separated by commas>"
1661                 },
1662                 "amenity/animal_boarding": {
1663                     "terms": "<translate with synonyms or related terms for 'Animal Boarding Facility', separated by commas>"
1664                 },
1665                 "amenity/animal_breeding": {
1666                     "terms": "<translate with synonyms or related terms for 'Animal Breeding Facility', separated by commas>"
1667                 },
1668                 "amenity/animal_shelter": {
1669                     "terms": "<translate with synonyms or related terms for 'Animal Shelter', separated by commas>"
1670                 },
1671                 "amenity/arts_centre": {
1672                     "name": "Centru de Artă",
1673                     "terms": "<translate with synonyms or related terms for 'Arts Center', separated by commas>"
1674                 },
1675                 "amenity/atm": {
1676                     "name": "Bancomat",
1677                     "terms": "<translate with synonyms or related terms for 'ATM', separated by commas>"
1678                 },
1679                 "amenity/bank": {
1680                     "name": "Banca",
1681                     "terms": "<translate with synonyms or related terms for 'Bank', separated by commas>"
1682                 },
1683                 "amenity/bar": {
1684                     "name": "Bar",
1685                     "terms": "<translate with synonyms or related terms for 'Bar', separated by commas>"
1686                 },
1687                 "amenity/bbq": {
1688                     "terms": "<translate with synonyms or related terms for 'Barbecue/Grill', separated by commas>"
1689                 },
1690                 "amenity/bench": {
1691                     "name": "Bancă",
1692                     "terms": "<translate with synonyms or related terms for 'Bench', separated by commas>"
1693                 },
1694                 "amenity/bicycle_parking": {
1695                     "name": "Parcare biciclete",
1696                     "terms": "<translate with synonyms or related terms for 'Bicycle Parking', separated by commas>"
1697                 },
1698                 "amenity/bicycle_rental": {
1699                     "name": "Închiriere biciclete",
1700                     "terms": "<translate with synonyms or related terms for 'Bicycle Rental', separated by commas>"
1701                 },
1702                 "amenity/bicycle_repair_station": {
1703                     "terms": "<translate with synonyms or related terms for 'Bicycle Repair Tool Stand', separated by commas>"
1704                 },
1705                 "amenity/biergarten": {
1706                     "name": "Biergarten",
1707                     "terms": "<translate with synonyms or related terms for 'Beer Garden', separated by commas>"
1708                 },
1709                 "amenity/boat_rental": {
1710                     "name": "Închiriere Barcă",
1711                     "terms": "<translate with synonyms or related terms for 'Boat Rental', separated by commas>"
1712                 },
1713                 "amenity/bureau_de_change": {
1714                     "name": "Schimbare Valută",
1715                     "terms": "<translate with synonyms or related terms for 'Currency Exchange', separated by commas>"
1716                 },
1717                 "amenity/cafe": {
1718                     "name": "Cafenea",
1719                     "terms": "<translate with synonyms or related terms for 'Cafe', separated by commas>"
1720                 },
1721                 "amenity/car_rental": {
1722                     "name": "Închiriere Mașini",
1723                     "terms": "<translate with synonyms or related terms for 'Car Rental', separated by commas>"
1724                 },
1725                 "amenity/car_sharing": {
1726                     "name": "Car Sharing",
1727                     "terms": "<translate with synonyms or related terms for 'Car Sharing', separated by commas>"
1728                 },
1729                 "amenity/car_wash": {
1730                     "name": "Spălătorie Auto",
1731                     "terms": "<translate with synonyms or related terms for 'Car Wash', separated by commas>"
1732                 },
1733                 "amenity/casino": {
1734                     "name": "Cazino",
1735                     "terms": "<translate with synonyms or related terms for 'Casino', separated by commas>"
1736                 },
1737                 "amenity/charging_station": {
1738                     "name": "Benzinărie",
1739                     "terms": "<translate with synonyms or related terms for 'Charging Station', separated by commas>"
1740                 },
1741                 "amenity/childcare": {
1742                     "name": "Grădiniță",
1743                     "terms": "<translate with synonyms or related terms for 'Nursery/Childcare', separated by commas>"
1744                 },
1745                 "amenity/cinema": {
1746                     "name": "Cinema",
1747                     "terms": "<translate with synonyms or related terms for 'Cinema', separated by commas>"
1748                 },
1749                 "amenity/clinic": {
1750                     "name": "Clinică",
1751                     "terms": "<translate with synonyms or related terms for 'Clinic', separated by commas>"
1752                 },
1753                 "amenity/clock": {
1754                     "name": "Ceas",
1755                     "terms": "<translate with synonyms or related terms for 'Clock', separated by commas>"
1756                 },
1757                 "amenity/college": {
1758                     "terms": "<translate with synonyms or related terms for 'College Grounds', separated by commas>"
1759                 },
1760                 "amenity/community_centre": {
1761                     "name": "Centru Comunitar",
1762                     "terms": "<translate with synonyms or related terms for 'Community Center', separated by commas>"
1763                 },
1764                 "amenity/compressed_air": {
1765                     "name": "Aer Comprimat",
1766                     "terms": "<translate with synonyms or related terms for 'Compressed Air', separated by commas>"
1767                 },
1768                 "amenity/courthouse": {
1769                     "name": "Tribunal",
1770                     "terms": "<translate with synonyms or related terms for 'Courthouse', separated by commas>"
1771                 },
1772                 "amenity/crematorium": {
1773                     "name": "Crematoriu",
1774                     "terms": "<translate with synonyms or related terms for 'Crematorium', separated by commas>"
1775                 },
1776                 "amenity/dentist": {
1777                     "name": "Dentist",
1778                     "terms": "<translate with synonyms or related terms for 'Dentist', separated by commas>"
1779                 },
1780                 "amenity/doctors": {
1781                     "name": "Doctor",
1782                     "terms": "<translate with synonyms or related terms for 'Doctor', separated by commas>"
1783                 },
1784                 "amenity/dojo": {
1785                     "terms": "<translate with synonyms or related terms for 'Dojo / Martial Arts Academy', separated by commas>"
1786                 },
1787                 "amenity/drinking_water": {
1788                     "name": "Apă de Băut",
1789                     "terms": "<translate with synonyms or related terms for 'Drinking Water', separated by commas>"
1790                 },
1791                 "amenity/driving_school": {
1792                     "name": "Școală de Șoferi",
1793                     "terms": "<translate with synonyms or related terms for 'Driving School', separated by commas>"
1794                 },
1795                 "amenity/embassy": {
1796                     "name": "Ambasadă",
1797                     "terms": "<translate with synonyms or related terms for 'Embassy', separated by commas>"
1798                 },
1799                 "amenity/fast_food": {
1800                     "name": "Fast Food",
1801                     "terms": "<translate with synonyms or related terms for 'Fast Food', separated by commas>"
1802                 },
1803                 "amenity/fire_station": {
1804                     "name": "Pompieri",
1805                     "terms": "<translate with synonyms or related terms for 'Fire Station', separated by commas>"
1806                 },
1807                 "amenity/food_court": {
1808                     "terms": "<translate with synonyms or related terms for 'Food Court', separated by commas>"
1809                 },
1810                 "amenity/fountain": {
1811                     "name": "Fântână",
1812                     "terms": "<translate with synonyms or related terms for 'Fountain', separated by commas>"
1813                 },
1814                 "amenity/fuel": {
1815                     "name": "Benzinărie",
1816                     "terms": "<translate with synonyms or related terms for 'Gas Station', separated by commas>"
1817                 },
1818                 "amenity/grave_yard": {
1819                     "name": "Cimitir",
1820                     "terms": "<translate with synonyms or related terms for 'Graveyard', separated by commas>"
1821                 },
1822                 "amenity/grit_bin": {
1823                     "terms": "<translate with synonyms or related terms for 'Grit Bin', separated by commas>"
1824                 },
1825                 "amenity/hospital": {
1826                     "name": "Spital",
1827                     "terms": "<translate with synonyms or related terms for 'Hospital Grounds', separated by commas>"
1828                 },
1829                 "amenity/hunting_stand": {
1830                     "name": "Stand de Vânătoare",
1831                     "terms": "<translate with synonyms or related terms for 'Hunting Stand', separated by commas>"
1832                 },
1833                 "amenity/ice_cream": {
1834                     "name": "Magazin de Înghețată",
1835                     "terms": "<translate with synonyms or related terms for 'Ice Cream Shop', separated by commas>"
1836                 },
1837                 "amenity/internet_cafe": {
1838                     "name": "Internet Cafe",
1839                     "terms": "<translate with synonyms or related terms for 'Internet Cafe', separated by commas>"
1840                 },
1841                 "amenity/kindergarten": {
1842                     "name": "Preșcoală/Grădiniță",
1843                     "terms": "<translate with synonyms or related terms for 'Preschool/Kindergarten Grounds', separated by commas>"
1844                 },
1845                 "amenity/library": {
1846                     "name": "Librărie",
1847                     "terms": "<translate with synonyms or related terms for 'Library', separated by commas>"
1848                 },
1849                 "amenity/marketplace": {
1850                     "name": "Piață",
1851                     "terms": "<translate with synonyms or related terms for 'Marketplace', separated by commas>"
1852                 },
1853                 "amenity/motorcycle_parking": {
1854                     "name": "Parcare de Motociclete",
1855                     "terms": "<translate with synonyms or related terms for 'Motorcycle Parking', separated by commas>"
1856                 },
1857                 "amenity/nightclub": {
1858                     "name": "Club de Noapte",
1859                     "terms": "<translate with synonyms or related terms for 'Nightclub', separated by commas>"
1860                 },
1861                 "amenity/parking": {
1862                     "name": " Parcare de Mașini",
1863                     "terms": "<translate with synonyms or related terms for 'Car Parking', separated by commas>"
1864                 },
1865                 "amenity/parking_entrance": {
1866                     "name": "Intrare/Ieșire Garaj",
1867                     "terms": "<translate with synonyms or related terms for 'Parking Garage Entrance/Exit', separated by commas>"
1868                 },
1869                 "amenity/parking_space": {
1870                     "name": "Loc de Parcare",
1871                     "terms": "<translate with synonyms or related terms for 'Parking Space', separated by commas>"
1872                 },
1873                 "amenity/pavilion": {
1874                     "name": "Pavilion",
1875                     "terms": "<translate with synonyms or related terms for 'Pavilion', separated by commas>"
1876                 },
1877                 "amenity/pharmacy": {
1878                     "name": "Farmacie",
1879                     "terms": "<translate with synonyms or related terms for 'Pharmacy', separated by commas>"
1880                 },
1881                 "amenity/place_of_worship": {
1882                     "name": "Loc de Rugăciune",
1883                     "terms": "<translate with synonyms or related terms for 'Place of Worship', separated by commas>"
1884                 },
1885                 "amenity/place_of_worship/buddhist": {
1886                     "name": "Templu Budist",
1887                     "terms": "<translate with synonyms or related terms for 'Buddhist Temple', separated by commas>"
1888                 },
1889                 "amenity/place_of_worship/christian": {
1890                     "name": "Biserică",
1891                     "terms": "<translate with synonyms or related terms for 'Church', separated by commas>"
1892                 },
1893                 "amenity/place_of_worship/hindu": {
1894                     "name": "Templu Hinduist",
1895                     "terms": "<translate with synonyms or related terms for 'Hindu Temple', separated by commas>"
1896                 },
1897                 "amenity/place_of_worship/jewish": {
1898                     "name": "Sinagogă",
1899                     "terms": "<translate with synonyms or related terms for 'Synagogue', separated by commas>"
1900                 },
1901                 "amenity/place_of_worship/muslim": {
1902                     "name": "Moschee",
1903                     "terms": "<translate with synonyms or related terms for 'Mosque', separated by commas>"
1904                 },
1905                 "amenity/place_of_worship/shinto": {
1906                     "name": "Altar Shinto",
1907                     "terms": "<translate with synonyms or related terms for 'Shinto Shrine', separated by commas>"
1908                 },
1909                 "amenity/place_of_worship/sikh": {
1910                     "name": "Templu Sikh",
1911                     "terms": "<translate with synonyms or related terms for 'Sikh Temple', separated by commas>"
1912                 },
1913                 "amenity/place_of_worship/taoist": {
1914                     "name": "Templu Taoist",
1915                     "terms": "<translate with synonyms or related terms for 'Taoist Temple', separated by commas>"
1916                 },
1917                 "amenity/planetarium": {
1918                     "name": "Planetariu",
1919                     "terms": "<translate with synonyms or related terms for 'Planetarium', separated by commas>"
1920                 },
1921                 "amenity/police": {
1922                     "name": "Poliție",
1923                     "terms": "<translate with synonyms or related terms for 'Police', separated by commas>"
1924                 },
1925                 "amenity/post_box": {
1926                     "name": "Cutie Poștală",
1927                     "terms": "<translate with synonyms or related terms for 'Mailbox', separated by commas>"
1928                 },
1929                 "amenity/post_office": {
1930                     "name": "Oficiul Poștal",
1931                     "terms": "<translate with synonyms or related terms for 'Post Office', separated by commas>"
1932                 },
1933                 "amenity/prison": {
1934                     "name": "Închisoare",
1935                     "terms": "<translate with synonyms or related terms for 'Prison Grounds', separated by commas>"
1936                 },
1937                 "amenity/pub": {
1938                     "name": "Pub",
1939                     "terms": "<translate with synonyms or related terms for 'Pub', separated by commas>"
1940                 },
1941                 "amenity/public_bath": {
1942                     "name": "Baie Publică",
1943                     "terms": "<translate with synonyms or related terms for 'Public Bath', separated by commas>"
1944                 },
1945                 "amenity/public_bookcase": {
1946                     "terms": "<translate with synonyms or related terms for 'Public Bookcase', separated by commas>"
1947                 },
1948                 "amenity/ranger_station": {
1949                     "terms": "<translate with synonyms or related terms for 'Ranger Station', separated by commas>"
1950                 },
1951                 "amenity/recycling_centre": {
1952                     "name": "Centru de Reciclare",
1953                     "terms": "<translate with synonyms or related terms for 'Recycling Center', separated by commas>"
1954                 },
1955                 "amenity/register_office": {
1956                     "name": "Oficiu de Registrare"
1957                 },
1958                 "amenity/restaurant": {
1959                     "name": "Restaurant",
1960                     "terms": "<translate with synonyms or related terms for 'Restaurant', separated by commas>"
1961                 },
1962                 "amenity/sanitary_dump_station": {
1963                     "terms": "<translate with synonyms or related terms for 'RV Toilet Disposal', separated by commas>"
1964                 },
1965                 "amenity/school": {
1966                     "name": "Școală",
1967                     "terms": "<translate with synonyms or related terms for 'School Grounds', separated by commas>"
1968                 },
1969                 "amenity/shelter": {
1970                     "terms": "<translate with synonyms or related terms for 'Shelter', separated by commas>"
1971                 },
1972                 "amenity/social_facility": {
1973                     "name": "Facilitate Socială",
1974                     "terms": "<translate with synonyms or related terms for 'Social Facility', separated by commas>"
1975                 },
1976                 "amenity/social_facility/food_bank": {
1977                     "terms": "<translate with synonyms or related terms for 'Food Bank', separated by commas>"
1978                 },
1979                 "amenity/social_facility/group_home": {
1980                     "terms": "<translate with synonyms or related terms for 'Elderly Group Home', separated by commas>"
1981                 },
1982                 "amenity/social_facility/homeless_shelter": {
1983                     "terms": "<translate with synonyms or related terms for 'Homeless Shelter', separated by commas>"
1984                 },
1985                 "amenity/social_facility/nursing_home": {
1986                     "terms": "<translate with synonyms or related terms for 'Nursing Home', separated by commas>"
1987                 },
1988                 "amenity/studio": {
1989                     "name": "Studio",
1990                     "terms": "<translate with synonyms or related terms for 'Studio', separated by commas>"
1991                 },
1992                 "amenity/swimming_pool": {
1993                     "name": "Piscină"
1994                 },
1995                 "amenity/taxi": {
1996                     "name": "Stand de Taxi",
1997                     "terms": "<translate with synonyms or related terms for 'Taxi Stand', separated by commas>"
1998                 },
1999                 "amenity/telephone": {
2000                     "name": "Telefon",
2001                     "terms": "<translate with synonyms or related terms for 'Telephone', separated by commas>"
2002                 },
2003                 "amenity/theatre": {
2004                     "name": "Teatru",
2005                     "terms": "<translate with synonyms or related terms for 'Theater', separated by commas>"
2006                 },
2007                 "amenity/toilets": {
2008                     "name": "Toaletă",
2009                     "terms": "<translate with synonyms or related terms for 'Toilets', separated by commas>"
2010                 },
2011                 "amenity/townhall": {
2012                     "name": "Primărie",
2013                     "terms": "<translate with synonyms or related terms for 'Town Hall', separated by commas>"
2014                 },
2015                 "amenity/university": {
2016                     "name": "Universitate",
2017                     "terms": "<translate with synonyms or related terms for 'University Grounds', separated by commas>"
2018                 },
2019                 "amenity/vending_machine": {
2020                     "terms": "<translate with synonyms or related terms for 'Vending Machine', separated by commas>"
2021                 },
2022                 "amenity/vending_machine/cigarettes": {
2023                     "terms": "<translate with synonyms or related terms for 'Cigarette Vending Machine', separated by commas>"
2024                 },
2025                 "amenity/vending_machine/condoms": {
2026                     "terms": "<translate with synonyms or related terms for 'Condom Vending Machine', separated by commas>"
2027                 },
2028                 "amenity/vending_machine/drinks": {
2029                     "terms": "<translate with synonyms or related terms for 'Drink Vending Machine', separated by commas>"
2030                 },
2031                 "amenity/vending_machine/excrement_bags": {
2032                     "terms": "<translate with synonyms or related terms for 'Excrement Bag Vending Machine', separated by commas>"
2033                 },
2034                 "amenity/vending_machine/newspapers": {
2035                     "terms": "<translate with synonyms or related terms for 'Newspaper Vending Machine', separated by commas>"
2036                 },
2037                 "amenity/vending_machine/parcel_pickup_dropoff": {
2038                     "terms": "<translate with synonyms or related terms for 'Parcel Pickup/Dropoff Vending Machine', separated by commas>"
2039                 },
2040                 "amenity/vending_machine/parking_tickets": {
2041                     "terms": "<translate with synonyms or related terms for 'Parking Ticket Vending Machine', separated by commas>"
2042                 },
2043                 "amenity/vending_machine/public_transport_tickets": {
2044                     "terms": "<translate with synonyms or related terms for 'Transit Ticket Vending Machine', separated by commas>"
2045                 },
2046                 "amenity/vending_machine/sweets": {
2047                     "terms": "<translate with synonyms or related terms for 'Snack Vending Machine', separated by commas>"
2048                 },
2049                 "amenity/veterinary": {
2050                     "name": "Medic Veterinar",
2051                     "terms": "<translate with synonyms or related terms for 'Veterinary', separated by commas>"
2052                 },
2053                 "amenity/waste/dog_excrement": {
2054                     "terms": "<translate with synonyms or related terms for 'Dog Excrement Bin', separated by commas>"
2055                 },
2056                 "amenity/waste_basket": {
2057                     "terms": "<translate with synonyms or related terms for 'Waste Basket', separated by commas>"
2058                 },
2059                 "amenity/waste_disposal": {
2060                     "name": "Container de Gunoi",
2061                     "terms": "<translate with synonyms or related terms for 'Garbage Dumpster', separated by commas>"
2062                 },
2063                 "amenity/waste_transfer_station": {
2064                     "terms": "<translate with synonyms or related terms for 'Waste Transfer Station', separated by commas>"
2065                 },
2066                 "amenity/water_point": {
2067                     "terms": "<translate with synonyms or related terms for 'RV Drinking Water', separated by commas>"
2068                 },
2069                 "amenity/watering_place": {
2070                     "terms": "<translate with synonyms or related terms for 'Animal Watering Place', separated by commas>"
2071                 },
2072                 "area": {
2073                     "name": "Suprafață",
2074                     "terms": "<translate with synonyms or related terms for 'Area', separated by commas>"
2075                 },
2076                 "area/highway": {
2077                     "terms": "<translate with synonyms or related terms for 'Road Surface', separated by commas>"
2078                 },
2079                 "barrier": {
2080                     "name": "Barieră",
2081                     "terms": "<translate with synonyms or related terms for 'Barrier', separated by commas>"
2082                 },
2083                 "barrier/block": {
2084                     "name": "Blocaj",
2085                     "terms": "<translate with synonyms or related terms for 'Block', separated by commas>"
2086                 },
2087                 "barrier/bollard": {
2088                     "terms": "<translate with synonyms or related terms for 'Bollard', separated by commas>"
2089                 },
2090                 "barrier/border_control": {
2091                     "terms": "<translate with synonyms or related terms for 'Border Control', separated by commas>"
2092                 },
2093                 "barrier/cattle_grid": {
2094                     "terms": "<translate with synonyms or related terms for 'Cattle Grid', separated by commas>"
2095                 },
2096                 "barrier/city_wall": {
2097                     "name": "Zid de Oraș",
2098                     "terms": "<translate with synonyms or related terms for 'City Wall', separated by commas>"
2099                 },
2100                 "barrier/cycle_barrier": {
2101                     "terms": "<translate with synonyms or related terms for 'Cycle Barrier', separated by commas>"
2102                 },
2103                 "barrier/ditch": {
2104                     "terms": "<translate with synonyms or related terms for 'Trench', separated by commas>"
2105                 },
2106                 "barrier/entrance": {
2107                     "name": "Intrare"
2108                 },
2109                 "barrier/fence": {
2110                     "name": "Gard",
2111                     "terms": "<translate with synonyms or related terms for 'Fence', separated by commas>"
2112                 },
2113                 "barrier/gate": {
2114                     "name": "Poartă",
2115                     "terms": "<translate with synonyms or related terms for 'Gate', separated by commas>"
2116                 },
2117                 "barrier/hedge": {
2118                     "terms": "<translate with synonyms or related terms for 'Hedge', separated by commas>"
2119                 },
2120                 "barrier/kissing_gate": {
2121                     "terms": "<translate with synonyms or related terms for 'Kissing Gate', separated by commas>"
2122                 },
2123                 "barrier/lift_gate": {
2124                     "terms": "<translate with synonyms or related terms for 'Lift Gate', separated by commas>"
2125                 },
2126                 "barrier/retaining_wall": {
2127                     "terms": "<translate with synonyms or related terms for 'Retaining Wall', separated by commas>"
2128                 },
2129                 "barrier/stile": {
2130                     "terms": "<translate with synonyms or related terms for 'Stile', separated by commas>"
2131                 },
2132                 "barrier/toll_booth": {
2133                     "terms": "<translate with synonyms or related terms for 'Toll Booth', separated by commas>"
2134                 },
2135                 "barrier/wall": {
2136                     "name": "Zid",
2137                     "terms": "<translate with synonyms or related terms for 'Wall', separated by commas>"
2138                 },
2139                 "boundary/administrative": {
2140                     "name": "Graniță Administrativă",
2141                     "terms": "<translate with synonyms or related terms for 'Administrative Boundary', separated by commas>"
2142                 },
2143                 "building": {
2144                     "name": "Clădire",
2145                     "terms": "<translate with synonyms or related terms for 'Building', separated by commas>"
2146                 },
2147                 "building/apartments": {
2148                     "name": "Apartamente",
2149                     "terms": "<translate with synonyms or related terms for 'Apartments', separated by commas>"
2150                 },
2151                 "building/barn": {
2152                     "name": "Grajd",
2153                     "terms": "<translate with synonyms or related terms for 'Barn', separated by commas>"
2154                 },
2155                 "building/bunker": {
2156                     "name": "Bunker"
2157                 },
2158                 "building/cabin": {
2159                     "name": "Cabină",
2160                     "terms": "<translate with synonyms or related terms for 'Cabin', separated by commas>"
2161                 },
2162                 "building/cathedral": {
2163                     "name": "Catedrală",
2164                     "terms": "<translate with synonyms or related terms for 'Cathedral Building', separated by commas>"
2165                 },
2166                 "building/chapel": {
2167                     "name": "Capelă",
2168                     "terms": "<translate with synonyms or related terms for 'Chapel Building', separated by commas>"
2169                 },
2170                 "building/church": {
2171                     "name": "Biserică",
2172                     "terms": "<translate with synonyms or related terms for 'Church Building', separated by commas>"
2173                 },
2174                 "building/college": {
2175                     "name": "Colegiu",
2176                     "terms": "<translate with synonyms or related terms for 'College Building', separated by commas>"
2177                 },
2178                 "building/commercial": {
2179                     "name": "Clădire Comercială",
2180                     "terms": "<translate with synonyms or related terms for 'Commercial Building', separated by commas>"
2181                 },
2182                 "building/construction": {
2183                     "name": "Clădire în Construcție",
2184                     "terms": "<translate with synonyms or related terms for 'Building Under Construction', separated by commas>"
2185                 },
2186                 "building/detached": {
2187                     "name": "Casă Detașată",
2188                     "terms": "<translate with synonyms or related terms for 'Detached House', separated by commas>"
2189                 },
2190                 "building/dormitory": {
2191                     "name": "Dormitoriu",
2192                     "terms": "<translate with synonyms or related terms for 'Dormitory', separated by commas>"
2193                 },
2194                 "building/entrance": {
2195                     "name": "Intrare/Ieșire"
2196                 },
2197                 "building/garage": {
2198                     "name": "Garaj",
2199                     "terms": "<translate with synonyms or related terms for 'Garage', separated by commas>"
2200                 },
2201                 "building/garages": {
2202                     "name": "Garaje",
2203                     "terms": "<translate with synonyms or related terms for 'Garages', separated by commas>"
2204                 },
2205                 "building/greenhouse": {
2206                     "name": "Seră",
2207                     "terms": "<translate with synonyms or related terms for 'Greenhouse', separated by commas>"
2208                 },
2209                 "building/hospital": {
2210                     "name": "Spital",
2211                     "terms": "<translate with synonyms or related terms for 'Hospital Building', separated by commas>"
2212                 },
2213                 "building/hotel": {
2214                     "name": "Hotel",
2215                     "terms": "<translate with synonyms or related terms for 'Hotel Building', separated by commas>"
2216                 },
2217                 "building/house": {
2218                     "name": "Casă",
2219                     "terms": "<translate with synonyms or related terms for 'House', separated by commas>"
2220                 },
2221                 "building/hut": {
2222                     "name": "Colibă",
2223                     "terms": "<translate with synonyms or related terms for 'Hut', separated by commas>"
2224                 },
2225                 "building/industrial": {
2226                     "name": "Clădire Industrială",
2227                     "terms": "<translate with synonyms or related terms for 'Industrial Building', separated by commas>"
2228                 },
2229                 "building/kindergarten": {
2230                     "name": "Preșcoală/Grădiniță",
2231                     "terms": "<translate with synonyms or related terms for 'Preschool/Kindergarten Building', separated by commas>"
2232                 },
2233                 "building/public": {
2234                     "name": "Clădire Publică",
2235                     "terms": "<translate with synonyms or related terms for 'Public Building', separated by commas>"
2236                 },
2237                 "building/residential": {
2238                     "name": "Clădire Rezidențială",
2239                     "terms": "<translate with synonyms or related terms for 'Residential Building', separated by commas>"
2240                 },
2241                 "building/retail": {
2242                     "name": "Clădire de Retail",
2243                     "terms": "<translate with synonyms or related terms for 'Retail Building', separated by commas>"
2244                 },
2245                 "building/roof": {
2246                     "name": "Acoperiș",
2247                     "terms": "<translate with synonyms or related terms for 'Roof', separated by commas>"
2248                 },
2249                 "building/school": {
2250                     "name": "Școală",
2251                     "terms": "<translate with synonyms or related terms for 'School Building', separated by commas>"
2252                 },
2253                 "building/semidetached_house": {
2254                     "name": "Casă Semi-detașată",
2255                     "terms": "<translate with synonyms or related terms for 'Semi-Detached House', separated by commas>"
2256                 },
2257                 "building/shed": {
2258                     "terms": "<translate with synonyms or related terms for 'Shed', separated by commas>"
2259                 },
2260                 "building/stable": {
2261                     "terms": "<translate with synonyms or related terms for 'Stable', separated by commas>"
2262                 },
2263                 "building/static_caravan": {
2264                     "name": "Casă Mobilă Statică",
2265                     "terms": "<translate with synonyms or related terms for 'Static Mobile Home', separated by commas>"
2266                 },
2267                 "building/terrace": {
2268                     "name": "Case în Rând",
2269                     "terms": "<translate with synonyms or related terms for 'Row Houses', separated by commas>"
2270                 },
2271                 "building/train_station": {
2272                     "name": "Gară"
2273                 },
2274                 "building/university": {
2275                     "name": "Universitate",
2276                     "terms": "<translate with synonyms or related terms for 'University Building', separated by commas>"
2277                 },
2278                 "building/warehouse": {
2279                     "name": "Depozit",
2280                     "terms": "<translate with synonyms or related terms for 'Warehouse', separated by commas>"
2281                 },
2282                 "camp_site/camp_pitch": {
2283                     "terms": "<translate with synonyms or related terms for 'Camp Pitch', separated by commas>"
2284                 },
2285                 "club": {
2286                     "name": "Club",
2287                     "terms": "<translate with synonyms or related terms for 'Club', separated by commas>"
2288                 },
2289                 "craft": {
2290                     "terms": "<translate with synonyms or related terms for 'Craft', separated by commas>"
2291                 },
2292                 "craft/basket_maker": {
2293                     "terms": "<translate with synonyms or related terms for 'Basket Maker', separated by commas>"
2294                 },
2295                 "craft/beekeeper": {
2296                     "terms": "<translate with synonyms or related terms for 'Beekeeper', separated by commas>"
2297                 },
2298                 "craft/blacksmith": {
2299                     "terms": "<translate with synonyms or related terms for 'Blacksmith', separated by commas>"
2300                 },
2301                 "craft/boatbuilder": {
2302                     "terms": "<translate with synonyms or related terms for 'Boat Builder', separated by commas>"
2303                 },
2304                 "craft/bookbinder": {
2305                     "terms": "<translate with synonyms or related terms for 'Bookbinder', separated by commas>"
2306                 },
2307                 "craft/brewery": {
2308                     "name": "Berărie",
2309                     "terms": "<translate with synonyms or related terms for 'Brewery', separated by commas>"
2310                 },
2311                 "craft/carpenter": {
2312                     "terms": "<translate with synonyms or related terms for 'Carpenter', separated by commas>"
2313                 },
2314                 "craft/carpet_layer": {
2315                     "terms": "<translate with synonyms or related terms for 'Carpet Layer', separated by commas>"
2316                 },
2317                 "craft/caterer": {
2318                     "terms": "<translate with synonyms or related terms for 'Caterer', separated by commas>"
2319                 },
2320                 "craft/clockmaker": {
2321                     "terms": "<translate with synonyms or related terms for 'Clockmaker', separated by commas>"
2322                 },
2323                 "craft/distillery": {
2324                     "terms": "<translate with synonyms or related terms for 'Distillery', separated by commas>"
2325                 },
2326                 "craft/dressmaker": {
2327                     "terms": "<translate with synonyms or related terms for 'Dressmaker', separated by commas>"
2328                 },
2329                 "craft/electrician": {
2330                     "name": "Electrician",
2331                     "terms": "<translate with synonyms or related terms for 'Electrician', separated by commas>"
2332                 },
2333                 "craft/electronics_repair": {
2334                     "terms": "<translate with synonyms or related terms for 'Electronics Repair Shop', separated by commas>"
2335                 },
2336                 "craft/gardener": {
2337                     "name": "Grădinar",
2338                     "terms": "<translate with synonyms or related terms for 'Gardener', separated by commas>"
2339                 },
2340                 "craft/glaziery": {
2341                     "terms": "<translate with synonyms or related terms for 'Glaziery', separated by commas>"
2342                 },
2343                 "craft/handicraft": {
2344                     "name": "Manufactură",
2345                     "terms": "<translate with synonyms or related terms for 'Handicraft', separated by commas>"
2346                 },
2347                 "craft/hvac": {
2348                     "terms": "<translate with synonyms or related terms for 'HVAC', separated by commas>"
2349                 },
2350                 "craft/insulator": {
2351                     "name": "Insulator",
2352                     "terms": "<translate with synonyms or related terms for 'Insulator', separated by commas>"
2353                 },
2354                 "craft/jeweler": {
2355                     "name": "Giuvaer"
2356                 },
2357                 "craft/key_cutter": {
2358                     "terms": "<translate with synonyms or related terms for 'Key Cutter', separated by commas>"
2359                 },
2360                 "craft/metal_construction": {
2361                     "name": "Construcție de Metal",
2362                     "terms": "<translate with synonyms or related terms for 'Metal Construction', separated by commas>"
2363                 },
2364                 "craft/optician": {
2365                     "name": "Optician"
2366                 },
2367                 "craft/painter": {
2368                     "name": "Pictor",
2369                     "terms": "<translate with synonyms or related terms for 'Painter', separated by commas>"
2370                 },
2371                 "craft/photographer": {
2372                     "name": "Fotograf",
2373                     "terms": "<translate with synonyms or related terms for 'Photographer', separated by commas>"
2374                 },
2375                 "craft/photographic_laboratory": {
2376                     "name": "Laborator de Fotografie",
2377                     "terms": "<translate with synonyms or related terms for 'Photographic Laboratory', separated by commas>"
2378                 },
2379                 "craft/plasterer": {
2380                     "terms": "<translate with synonyms or related terms for 'Plasterer', separated by commas>"
2381                 },
2382                 "craft/plumber": {
2383                     "terms": "<translate with synonyms or related terms for 'Plumber', separated by commas>"
2384                 },
2385                 "craft/pottery": {
2386                     "terms": "<translate with synonyms or related terms for 'Pottery', separated by commas>"
2387                 },
2388                 "craft/rigger": {
2389                     "terms": "<translate with synonyms or related terms for 'Rigger', separated by commas>"
2390                 },
2391                 "craft/roofer": {
2392                     "terms": "<translate with synonyms or related terms for 'Roofer', separated by commas>"
2393                 },
2394                 "craft/saddler": {
2395                     "name": "Șelar",
2396                     "terms": "<translate with synonyms or related terms for 'Saddler', separated by commas>"
2397                 },
2398                 "craft/sailmaker": {
2399                     "terms": "<translate with synonyms or related terms for 'Sailmaker', separated by commas>"
2400                 },
2401                 "craft/sawmill": {
2402                     "terms": "<translate with synonyms or related terms for 'Sawmill', separated by commas>"
2403                 },
2404                 "craft/scaffolder": {
2405                     "terms": "<translate with synonyms or related terms for 'Scaffolder', separated by commas>"
2406                 },
2407                 "craft/shoemaker": {
2408                     "name": "Cizmar",
2409                     "terms": "<translate with synonyms or related terms for 'Shoemaker', separated by commas>"
2410                 },
2411                 "craft/stonemason": {
2412                     "terms": "<translate with synonyms or related terms for 'Stonemason', separated by commas>"
2413                 },
2414                 "craft/tiler": {
2415                     "terms": "<translate with synonyms or related terms for 'Tiler', separated by commas>"
2416                 },
2417                 "craft/tinsmith": {
2418                     "terms": "<translate with synonyms or related terms for 'Tinsmith', separated by commas>"
2419                 },
2420                 "craft/upholsterer": {
2421                     "terms": "<translate with synonyms or related terms for 'Upholsterer', separated by commas>"
2422                 },
2423                 "craft/watchmaker": {
2424                     "terms": "<translate with synonyms or related terms for 'Watchmaker', separated by commas>"
2425                 },
2426                 "craft/window_construction": {
2427                     "name": "Geamgiu"
2428                 },
2429                 "craft/winery": {
2430                     "name": "Vinărie"
2431                 },
2432                 "embankment": {
2433                     "name": "Chei",
2434                     "terms": "<translate with synonyms or related terms for 'Embankment', separated by commas>"
2435                 },
2436                 "emergency/ambulance_station": {
2437                     "name": "Stație de Ambulanță",
2438                     "terms": "<translate with synonyms or related terms for 'Ambulance Station', separated by commas>"
2439                 },
2440                 "emergency/defibrillator": {
2441                     "name": "Defibrilator",
2442                     "terms": "<translate with synonyms or related terms for 'Defibrillator', separated by commas>"
2443                 },
2444                 "emergency/fire_hydrant": {
2445                     "terms": "<translate with synonyms or related terms for 'Fire Hydrant', separated by commas>"
2446                 },
2447                 "emergency/phone": {
2448                     "terms": "<translate with synonyms or related terms for 'Emergency Phone', separated by commas>"
2449                 },
2450                 "entrance": {
2451                     "name": "Intrare/Ieșire",
2452                     "terms": "<translate with synonyms or related terms for 'Entrance/Exit', separated by commas>"
2453                 },
2454                 "footway/crossing": {
2455                     "name": "Traversare",
2456                     "terms": "<translate with synonyms or related terms for 'Street Crossing', separated by commas>"
2457                 },
2458                 "footway/crosswalk": {
2459                     "name": "Traversare de Pietoni",
2460                     "terms": "<translate with synonyms or related terms for 'Pedestrian Crosswalk', separated by commas>"
2461                 },
2462                 "footway/sidewalk": {
2463                     "name": "Drum de Pietoni",
2464                     "terms": "<translate with synonyms or related terms for 'Sidewalk', separated by commas>"
2465                 },
2466                 "ford": {
2467                     "name": "Vad",
2468                     "terms": "<translate with synonyms or related terms for 'Ford', separated by commas>"
2469                 },
2470                 "golf/bunker": {
2471                     "terms": "<translate with synonyms or related terms for 'Sand Trap', separated by commas>"
2472                 },
2473                 "golf/fairway": {
2474                     "name": "Drum Maritim",
2475                     "terms": "<translate with synonyms or related terms for 'Fairway', separated by commas>"
2476                 },
2477                 "golf/green": {
2478                     "terms": "<translate with synonyms or related terms for 'Putting Green', separated by commas>"
2479                 },
2480                 "golf/hole": {
2481                     "terms": "<translate with synonyms or related terms for 'Golf Hole', separated by commas>"
2482                 },
2483                 "golf/lateral_water_hazard_area": {
2484                     "terms": "<translate with synonyms or related terms for 'Lateral Water Hazard', separated by commas>"
2485                 },
2486                 "golf/lateral_water_hazard_line": {
2487                     "terms": "<translate with synonyms or related terms for 'Lateral Water Hazard', separated by commas>"
2488                 },
2489                 "golf/rough": {
2490                     "terms": "<translate with synonyms or related terms for 'Rough', separated by commas>"
2491                 },
2492                 "golf/tee": {
2493                     "name": "Casa de Ceai",
2494                     "terms": "<translate with synonyms or related terms for 'Tee Box', separated by commas>"
2495                 },
2496                 "golf/water_hazard_area": {
2497                     "terms": "<translate with synonyms or related terms for 'Water Hazard', separated by commas>"
2498                 },
2499                 "golf/water_hazard_line": {
2500                     "terms": "<translate with synonyms or related terms for 'Water Hazard', separated by commas>"
2501                 },
2502                 "healthcare/blood_donation": {
2503                     "name": "Centru de Donație de Sânge",
2504                     "terms": "<translate with synonyms or related terms for 'Blood Donor Center', separated by commas>"
2505                 },
2506                 "highway": {
2507                     "name": "Autostradă"
2508                 },
2509                 "highway/bridleway": {
2510                     "terms": "<translate with synonyms or related terms for 'Bridle Path', separated by commas>"
2511                 },
2512                 "highway/corridor": {
2513                     "name": "Coridor Interior",
2514                     "terms": "<translate with synonyms or related terms for 'Indoor Corridor', separated by commas>"
2515                 },
2516                 "highway/crossing": {
2517                     "name": "Traversare de Stradă",
2518                     "terms": "<translate with synonyms or related terms for 'Street Crossing', separated by commas>"
2519                 },
2520                 "highway/crosswalk": {
2521                     "name": "Traversare pentru Pietoni",
2522                     "terms": "<translate with synonyms or related terms for 'Pedestrian Crosswalk', separated by commas>"
2523                 },
2524                 "highway/cycleway": {
2525                     "name": "Pistă biciclete",
2526                     "terms": "<translate with synonyms or related terms for 'Cycle Path', separated by commas>"
2527                 },
2528                 "highway/elevator": {
2529                     "name": "Lift",
2530                     "terms": "<translate with synonyms or related terms for 'Elevator', separated by commas>"
2531                 },
2532                 "highway/footway": {
2533                     "name": "Potecă",
2534                     "terms": "<translate with synonyms or related terms for 'Foot Path', separated by commas>"
2535                 },
2536                 "highway/give_way": {
2537                     "terms": "<translate with synonyms or related terms for 'Yield Sign', separated by commas>"
2538                 },
2539                 "highway/living_street": {
2540                     "terms": "<translate with synonyms or related terms for 'Living Street', separated by commas>"
2541                 },
2542                 "highway/mini_roundabout": {
2543                     "terms": "<translate with synonyms or related terms for 'Mini-Roundabout', separated by commas>"
2544                 },
2545                 "highway/motorway": {
2546                     "name": "Autostradă",
2547                     "terms": "<translate with synonyms or related terms for 'Motorway', separated by commas>"
2548                 },
2549                 "highway/motorway_junction": {
2550                     "name": "Juncție de Autostradă / Ieșire",
2551                     "terms": "<translate with synonyms or related terms for 'Motorway Junction / Exit', separated by commas>"
2552                 },
2553                 "highway/motorway_link": {
2554                     "name": "Intrare în Autostradă",
2555                     "terms": "<translate with synonyms or related terms for 'Motorway Link', separated by commas>"
2556                 },
2557                 "highway/path": {
2558                     "name": "Potecă",
2559                     "terms": "<translate with synonyms or related terms for 'Path', separated by commas>"
2560                 },
2561                 "highway/primary": {
2562                     "name": "Drum principal",
2563                     "terms": "<translate with synonyms or related terms for 'Primary Road', separated by commas>"
2564                 },
2565                 "highway/primary_link": {
2566                     "name": "Intrare în Drum Principal",
2567                     "terms": "<translate with synonyms or related terms for 'Primary Link', separated by commas>"
2568                 },
2569                 "highway/raceway": {
2570                     "terms": "<translate with synonyms or related terms for 'Racetrack (Motorsport)', separated by commas>"
2571                 },
2572                 "highway/residential": {
2573                     "name": "Drum rezidențial",
2574                     "terms": "<translate with synonyms or related terms for 'Residential Road', separated by commas>"
2575                 },
2576                 "highway/rest_area": {
2577                     "terms": "<translate with synonyms or related terms for 'Rest Area', separated by commas>"
2578                 },
2579                 "highway/road": {
2580                     "name": "Stradă Necunoscută",
2581                     "terms": "<translate with synonyms or related terms for 'Unknown Road', separated by commas>"
2582                 },
2583                 "highway/secondary": {
2584                     "name": "Drum secundar",
2585                     "terms": "<translate with synonyms or related terms for 'Secondary Road', separated by commas>"
2586                 },
2587                 "highway/secondary_link": {
2588                     "name": "Intrare în Stradă Secundară",
2589                     "terms": "<translate with synonyms or related terms for 'Secondary Link', separated by commas>"
2590                 },
2591                 "highway/service": {
2592                     "name": "Stradă de Serviciu",
2593                     "terms": "<translate with synonyms or related terms for 'Service Road', separated by commas>"
2594                 },
2595                 "highway/service/alley": {
2596                     "name": "Alee",
2597                     "terms": "<translate with synonyms or related terms for 'Alley', separated by commas>"
2598                 },
2599                 "highway/service/drive-through": {
2600                     "terms": "<translate with synonyms or related terms for 'Drive-Through', separated by commas>"
2601                 },
2602                 "highway/service/driveway": {
2603                     "terms": "<translate with synonyms or related terms for 'Driveway', separated by commas>"
2604                 },
2605                 "highway/service/emergency_access": {
2606                     "name": "Acces de Urgențe",
2607                     "terms": "<translate with synonyms or related terms for 'Emergency Access', separated by commas>"
2608                 },
2609                 "highway/service/parking_aisle": {
2610                     "name": "Drum de Parcare",
2611                     "terms": "<translate with synonyms or related terms for 'Parking Aisle', separated by commas>"
2612                 },
2613                 "highway/services": {
2614                     "name": "Zonă de Serviciu",
2615                     "terms": "<translate with synonyms or related terms for 'Service Area', separated by commas>"
2616                 },
2617                 "highway/speed_camera": {
2618                     "terms": "<translate with synonyms or related terms for 'Speed Camera', separated by commas>"
2619                 },
2620                 "highway/steps": {
2621                     "name": "Scări",
2622                     "terms": "<translate with synonyms or related terms for 'Steps', separated by commas>"
2623                 },
2624                 "highway/stop": {
2625                     "name": "Semn de Oprire",
2626                     "terms": "<translate with synonyms or related terms for 'Stop Sign', separated by commas>"
2627                 },
2628                 "highway/street_lamp": {
2629                     "name": "Lampă Stradală",
2630                     "terms": "<translate with synonyms or related terms for 'Street Lamp', separated by commas>"
2631                 },
2632                 "highway/tertiary": {
2633                     "name": "Stradă Terțiară",
2634                     "terms": "<translate with synonyms or related terms for 'Tertiary Road', separated by commas>"
2635                 },
2636                 "highway/tertiary_link": {
2637                     "name": "Intrare în Stradă Terțiară",
2638                     "terms": "<translate with synonyms or related terms for 'Tertiary Link', separated by commas>"
2639                 },
2640                 "highway/track": {
2641                     "terms": "<translate with synonyms or related terms for 'Unmaintained Track Road', separated by commas>"
2642                 },
2643                 "highway/traffic_mirror": {
2644                     "name": "Oglindă de Trafic",
2645                     "terms": "<translate with synonyms or related terms for 'Traffic Mirror', separated by commas>"
2646                 },
2647                 "highway/traffic_signals": {
2648                     "name": "Semnale de Trafic",
2649                     "terms": "<translate with synonyms or related terms for 'Traffic Signals', separated by commas>"
2650                 },
2651                 "highway/trunk": {
2652                     "name": "Drum Expres",
2653                     "terms": "<translate with synonyms or related terms for 'Trunk Road', separated by commas>"
2654                 },
2655                 "highway/trunk_link": {
2656                     "name": "Intrare în Drum Expres",
2657                     "terms": "<translate with synonyms or related terms for 'Trunk Link', separated by commas>"
2658                 },
2659                 "highway/turning_circle": {
2660                     "name": "Cerc de Cotitură",
2661                     "terms": "<translate with synonyms or related terms for 'Turning Circle', separated by commas>"
2662                 },
2663                 "highway/turning_loop": {
2664                     "terms": "<translate with synonyms or related terms for 'Turning Loop (Island)', separated by commas>"
2665                 },
2666                 "highway/unclassified": {
2667                     "name": "Stradă Minoră/Neclasificată",
2668                     "terms": "<translate with synonyms or related terms for 'Minor/Unclassified Road', separated by commas>"
2669                 },
2670                 "historic": {
2671                     "name": "Sit Istoric",
2672                     "terms": "<translate with synonyms or related terms for 'Historic Site', separated by commas>"
2673                 },
2674                 "historic/archaeological_site": {
2675                     "name": "Sit Arheologic",
2676                     "terms": "<translate with synonyms or related terms for 'Archaeological Site', separated by commas>"
2677                 },
2678                 "historic/boundary_stone": {
2679                     "name": "Piatră de Graniță",
2680                     "terms": "<translate with synonyms or related terms for 'Boundary Stone', separated by commas>"
2681                 },
2682                 "historic/castle": {
2683                     "name": "Castel",
2684                     "terms": "<translate with synonyms or related terms for 'Castle', separated by commas>"
2685                 },
2686                 "historic/memorial": {
2687                     "name": "Memorial",
2688                     "terms": "<translate with synonyms or related terms for 'Memorial', separated by commas>"
2689                 },
2690                 "historic/monument": {
2691                     "name": "Monument",
2692                     "terms": "<translate with synonyms or related terms for 'Monument', separated by commas>"
2693                 },
2694                 "historic/ruins": {
2695                     "name": "Ruine",
2696                     "terms": "<translate with synonyms or related terms for 'Ruins', separated by commas>"
2697                 },
2698                 "historic/tomb": {
2699                     "name": "Mormânt",
2700                     "terms": "<translate with synonyms or related terms for 'Tomb', separated by commas>"
2701                 },
2702                 "historic/wayside_cross": {
2703                     "terms": "<translate with synonyms or related terms for 'Wayside Cross', separated by commas>"
2704                 },
2705                 "historic/wayside_shrine": {
2706                     "terms": "<translate with synonyms or related terms for 'Wayside Shrine', separated by commas>"
2707                 },
2708                 "junction": {
2709                     "name": "Juncție",
2710                     "terms": "<translate with synonyms or related terms for 'Junction', separated by commas>"
2711                 },
2712                 "landuse": {
2713                     "name": "Utilizare Teren",
2714                     "terms": "<translate with synonyms or related terms for 'Land Use', separated by commas>"
2715                 },
2716                 "landuse/allotments": {
2717                     "name": "Grădină Comunitară",
2718                     "terms": "<translate with synonyms or related terms for 'Community Garden', separated by commas>"
2719                 },
2720                 "landuse/aquaculture": {
2721                     "name": "Acvacultură",
2722                     "terms": "<translate with synonyms or related terms for 'Aquaculture', separated by commas>"
2723                 },
2724                 "landuse/basin": {
2725                     "name": "Bazin",
2726                     "terms": "<translate with synonyms or related terms for 'Basin', separated by commas>"
2727                 },
2728                 "landuse/cemetery": {
2729                     "name": "Cimitir",
2730                     "terms": "<translate with synonyms or related terms for 'Cemetery', separated by commas>"
2731                 },
2732                 "landuse/churchyard": {
2733                     "name": "Curte de Biserică",
2734                     "terms": "<translate with synonyms or related terms for 'Churchyard', separated by commas>"
2735                 },
2736                 "landuse/commercial": {
2737                     "name": "Zonă Comercială",
2738                     "terms": "<translate with synonyms or related terms for 'Commercial Area', separated by commas>"
2739                 },
2740                 "landuse/construction": {
2741                     "name": "Construcție",
2742                     "terms": "<translate with synonyms or related terms for 'Construction', separated by commas>"
2743                 },
2744                 "landuse/farm": {
2745                     "name": "Teren Agricol"
2746                 },
2747                 "landuse/farmland": {
2748                     "name": "Teren Agricol",
2749                     "terms": "<translate with synonyms or related terms for 'Farmland', separated by commas>"
2750                 },
2751                 "landuse/farmyard": {
2752                     "name": "Curte Agricolă",
2753                     "terms": "<translate with synonyms or related terms for 'Farmyard', separated by commas>"
2754                 },
2755                 "landuse/forest": {
2756                     "name": "Pădure",
2757                     "terms": "<translate with synonyms or related terms for 'Forest', separated by commas>"
2758                 },
2759                 "landuse/grass": {
2760                     "name": "Iarbă",
2761                     "terms": "<translate with synonyms or related terms for 'Grass', separated by commas>"
2762                 },
2763                 "landuse/harbour": {
2764                     "name": "Port",
2765                     "terms": "<translate with synonyms or related terms for 'Harbor', separated by commas>"
2766                 },
2767                 "landuse/industrial": {
2768                     "name": "Zonă Industrială",
2769                     "terms": "<translate with synonyms or related terms for 'Industrial Area', separated by commas>"
2770                 },
2771                 "landuse/landfill": {
2772                     "terms": "<translate with synonyms or related terms for 'Landfill', separated by commas>"
2773                 },
2774                 "landuse/meadow": {
2775                     "name": "Pajiște",
2776                     "terms": "<translate with synonyms or related terms for 'Meadow', separated by commas>"
2777                 },
2778                 "landuse/military": {
2779                     "name": "Zonă Militară",
2780                     "terms": "<translate with synonyms or related terms for 'Military Area', separated by commas>"
2781                 },
2782                 "landuse/military/airfield": {
2783                     "name": "Aeroport Militar",
2784                     "terms": "<translate with synonyms or related terms for 'Military Airfield', separated by commas>"
2785                 },
2786                 "landuse/military/barracks": {
2787                     "name": "Baraci",
2788                     "terms": "<translate with synonyms or related terms for 'Barracks', separated by commas>"
2789                 },
2790                 "landuse/military/bunker": {
2791                     "name": "Munker Militar",
2792                     "terms": "<translate with synonyms or related terms for 'Military Bunker', separated by commas>"
2793                 },
2794                 "landuse/military/checkpoint": {
2795                     "name": "Punct de Control",
2796                     "terms": "<translate with synonyms or related terms for 'Checkpoint', separated by commas>"
2797                 },
2798                 "landuse/military/danger_area": {
2799                     "name": "Zonă de Pericol",
2800                     "terms": "<translate with synonyms or related terms for 'Danger Area', separated by commas>"
2801                 },
2802                 "landuse/military/naval_base": {
2803                     "name": "Bază Navală",
2804                     "terms": "<translate with synonyms or related terms for 'Naval Base', separated by commas>"
2805                 },
2806                 "landuse/military/nuclear_explosion_site": {
2807                     "name": "Sit de Explozie Nucleară",
2808                     "terms": "<translate with synonyms or related terms for 'Nuclear Explosion Site', separated by commas>"
2809                 },
2810                 "landuse/military/obstacle_course": {
2811                     "name": "Curs cu Obstacole",
2812                     "terms": "<translate with synonyms or related terms for 'Obstacle Course', separated by commas>"
2813                 },
2814                 "landuse/military/office": {
2815                     "name": "Oficiu Militar",
2816                     "terms": "<translate with synonyms or related terms for 'Military Office', separated by commas>"
2817                 },
2818                 "landuse/military/range": {
2819                     "name": "Gamă Militară",
2820                     "terms": "<translate with synonyms or related terms for 'Military Range', separated by commas>"
2821                 },
2822                 "landuse/military/training_area": {
2823                     "name": "Zonă de Training",
2824                     "terms": "<translate with synonyms or related terms for 'Training Area', separated by commas>"
2825                 },
2826                 "landuse/orchard": {
2827                     "terms": "<translate with synonyms or related terms for 'Orchard', separated by commas>"
2828                 },
2829                 "landuse/plant_nursery": {
2830                     "terms": "<translate with synonyms or related terms for 'Plant Nursery', separated by commas>"
2831                 },
2832                 "landuse/quarry": {
2833                     "terms": "<translate with synonyms or related terms for 'Quarry', separated by commas>"
2834                 },
2835                 "landuse/railway": {
2836                     "terms": "<translate with synonyms or related terms for 'Railway Corridor', separated by commas>"
2837                 },
2838                 "landuse/recreation_ground": {
2839                     "terms": "<translate with synonyms or related terms for 'Recreation Ground', separated by commas>"
2840                 },
2841                 "landuse/residential": {
2842                     "name": "Zonă Rezidențială",
2843                     "terms": "<translate with synonyms or related terms for 'Residential Area', separated by commas>"
2844                 },
2845                 "landuse/retail": {
2846                     "name": "Zonă de Retail",
2847                     "terms": "<translate with synonyms or related terms for 'Retail Area', separated by commas>"
2848                 },
2849                 "landuse/vineyard": {
2850                     "name": "Curte de Vin",
2851                     "terms": "<translate with synonyms or related terms for 'Vineyard', separated by commas>"
2852                 },
2853                 "leisure": {
2854                     "terms": "<translate with synonyms or related terms for 'Leisure', separated by commas>"
2855                 },
2856                 "leisure/adult_gaming_centre": {
2857                     "terms": "<translate with synonyms or related terms for 'Adult Gaming Center', separated by commas>"
2858                 },
2859                 "leisure/bird_hide": {
2860                     "terms": "<translate with synonyms or related terms for 'Bird Hide', separated by commas>"
2861                 },
2862                 "leisure/bowling_alley": {
2863                     "name": "Alee de Bowling",
2864                     "terms": "<translate with synonyms or related terms for 'Bowling Alley', separated by commas>"
2865                 },
2866                 "leisure/common": {
2867                     "name": "Comun",
2868                     "terms": "<translate with synonyms or related terms for 'Common', separated by commas>"
2869                 },
2870                 "leisure/dance": {
2871                     "name": "Sală de Dans",
2872                     "terms": "<translate with synonyms or related terms for 'Dance Hall', separated by commas>"
2873                 },
2874                 "leisure/dog_park": {
2875                     "name": "Parc de Câini",
2876                     "terms": "<translate with synonyms or related terms for 'Dog Park', separated by commas>"
2877                 },
2878                 "leisure/firepit": {
2879                     "terms": "<translate with synonyms or related terms for 'Firepit', separated by commas>"
2880                 },
2881                 "leisure/fitness_centre": {
2882                     "name": "Centru Fitness",
2883                     "terms": "<translate with synonyms or related terms for 'Gym / Fitness Center', separated by commas>"
2884                 },
2885                 "leisure/fitness_centre/yoga": {
2886                     "name": "Studio Yoga",
2887                     "terms": "<translate with synonyms or related terms for 'Yoga Studio', separated by commas>"
2888                 },
2889                 "leisure/fitness_station": {
2890                     "name": "Stație de Fitness în Aer Liber",
2891                     "terms": "<translate with synonyms or related terms for 'Outdoor Fitness Station', separated by commas>"
2892                 },
2893                 "leisure/garden": {
2894                     "name": "Grădină",
2895                     "terms": "<translate with synonyms or related terms for 'Garden', separated by commas>"
2896                 },
2897                 "leisure/golf_course": {
2898                     "name": "Curs de Golf",
2899                     "terms": "<translate with synonyms or related terms for 'Golf Course', separated by commas>"
2900                 },
2901                 "leisure/horse_riding": {
2902                     "name": "Facilitate de Călărie",
2903                     "terms": "<translate with synonyms or related terms for 'Horseback Riding Facility', separated by commas>"
2904                 },
2905                 "leisure/ice_rink": {
2906                     "terms": "<translate with synonyms or related terms for 'Ice Rink', separated by commas>"
2907                 },
2908                 "leisure/marina": {
2909                     "terms": "<translate with synonyms or related terms for 'Marina', separated by commas>"
2910                 },
2911                 "leisure/miniature_golf": {
2912                     "name": "Minigolf",
2913                     "terms": "<translate with synonyms or related terms for 'Miniature Golf', separated by commas>"
2914                 },
2915                 "leisure/nature_reserve": {
2916                     "name": "Rezervat Natural",
2917                     "terms": "<translate with synonyms or related terms for 'Nature Reserve', separated by commas>"
2918                 },
2919                 "leisure/park": {
2920                     "name": "Parc",
2921                     "terms": "<translate with synonyms or related terms for 'Park', separated by commas>"
2922                 },
2923                 "leisure/picnic_table": {
2924                     "name": "Masă de Picnic",
2925                     "terms": "<translate with synonyms or related terms for 'Picnic Table', separated by commas>"
2926                 },
2927                 "leisure/pitch": {
2928                     "name": "Teren de Sport",
2929                     "terms": "<translate with synonyms or related terms for 'Sport Pitch', separated by commas>"
2930                 },
2931                 "leisure/pitch/american_football": {
2932                     "name": "Teren de Fotbal American",
2933                     "terms": "<translate with synonyms or related terms for 'American Football Field', separated by commas>"
2934                 },
2935                 "leisure/pitch/baseball": {
2936                     "name": "Teren de Baseball",
2937                     "terms": "<translate with synonyms or related terms for 'Baseball Diamond', separated by commas>"
2938                 },
2939                 "leisure/pitch/basketball": {
2940                     "name": "Teren de Basket",
2941                     "terms": "<translate with synonyms or related terms for 'Basketball Court', separated by commas>"
2942                 },
2943                 "leisure/pitch/beachvolleyball": {
2944                     "name": "Teren de Volley de Plajă",
2945                     "terms": "<translate with synonyms or related terms for 'Beach Volleyball Court', separated by commas>"
2946                 },
2947                 "leisure/pitch/bowls": {
2948                     "terms": "<translate with synonyms or related terms for 'Bowling Green', separated by commas>"
2949                 },
2950                 "leisure/pitch/cricket": {
2951                     "name": "Teren de Cricket",
2952                     "terms": "<translate with synonyms or related terms for 'Cricket Field', separated by commas>"
2953                 },
2954                 "leisure/pitch/equestrian": {
2955                     "name": "Teren de Călărit",
2956                     "terms": "<translate with synonyms or related terms for 'Riding Arena', separated by commas>"
2957                 },
2958                 "leisure/pitch/rugby_league": {
2959                     "name": "Teren de Rugby",
2960                     "terms": "<translate with synonyms or related terms for 'Rugby League Field', separated by commas>"
2961                 },
2962                 "leisure/pitch/rugby_union": {
2963                     "terms": "<translate with synonyms or related terms for 'Rugby Union Field', separated by commas>"
2964                 },
2965                 "leisure/pitch/skateboard": {
2966                     "name": "Park de Skate",
2967                     "terms": "<translate with synonyms or related terms for 'Skate Park', separated by commas>"
2968                 },
2969                 "leisure/pitch/soccer": {
2970                     "name": "Teren de Fotbal",
2971                     "terms": "<translate with synonyms or related terms for 'Soccer Field', separated by commas>"
2972                 },
2973                 "leisure/pitch/table_tennis": {
2974                     "name": "Masă de Ping Pong",
2975                     "terms": "<translate with synonyms or related terms for 'Ping Pong Table', separated by commas>"
2976                 },
2977                 "leisure/pitch/tennis": {
2978                     "name": "Teren de Tenis",
2979                     "terms": "<translate with synonyms or related terms for 'Tennis Court', separated by commas>"
2980                 },
2981                 "leisure/pitch/volleyball": {
2982                     "name": "Teren de Voley",
2983                     "terms": "<translate with synonyms or related terms for 'Volleyball Court', separated by commas>"
2984                 },
2985                 "leisure/playground": {
2986                     "name": "Loc de Joacă",
2987                     "terms": "<translate with synonyms or related terms for 'Playground', separated by commas>"
2988                 },
2989                 "leisure/resort": {
2990                     "name": "Resort",
2991                     "terms": "<translate with synonyms or related terms for 'Resort', separated by commas>"
2992                 },
2993                 "leisure/running_track": {
2994                     "terms": "<translate with synonyms or related terms for 'Racetrack (Running)', separated by commas>"
2995                 },
2996                 "leisure/slipway": {
2997                     "terms": "<translate with synonyms or related terms for 'Slipway', separated by commas>"
2998                 },
2999                 "leisure/sports_centre": {
3000                     "name": "Centru / Complex de Sport",
3001                     "terms": "<translate with synonyms or related terms for 'Sports Center / Complex', separated by commas>"
3002                 },
3003                 "leisure/sports_centre/swimming": {
3004                     "name": "Facilitate de Înnot",
3005                     "terms": "<translate with synonyms or related terms for 'Swimming Pool Facility', separated by commas>"
3006                 },
3007                 "leisure/stadium": {
3008                     "name": "Stadion",
3009                     "terms": "<translate with synonyms or related terms for 'Stadium', separated by commas>"
3010                 },
3011                 "leisure/swimming_pool": {
3012                     "name": "Piscină",
3013                     "terms": "<translate with synonyms or related terms for 'Swimming Pool', separated by commas>"
3014                 },
3015                 "leisure/track": {
3016                     "terms": "<translate with synonyms or related terms for 'Racetrack (Non-Motorsport)', separated by commas>"
3017                 },
3018                 "leisure/water_park": {
3019                     "name": "Parc Acvatic",
3020                     "terms": "<translate with synonyms or related terms for 'Water Park', separated by commas>"
3021                 },
3022                 "line": {
3023                     "name": "Linie",
3024                     "terms": "<translate with synonyms or related terms for 'Line', separated by commas>"
3025                 },
3026                 "man_made": {
3027                     "terms": "<translate with synonyms or related terms for 'Man Made', separated by commas>"
3028                 },
3029                 "man_made/adit": {
3030                     "terms": "<translate with synonyms or related terms for 'Adit', separated by commas>"
3031                 },
3032                 "man_made/breakwater": {
3033                     "terms": "<translate with synonyms or related terms for 'Breakwater', separated by commas>"
3034                 },
3035                 "man_made/bridge": {
3036                     "name": "Pod",
3037                     "terms": "<translate with synonyms or related terms for 'Bridge', separated by commas>"
3038                 },
3039                 "man_made/chimney": {
3040                     "name": "Șemineu",
3041                     "terms": "<translate with synonyms or related terms for 'Chimney', separated by commas>"
3042                 },
3043                 "man_made/cutline": {
3044                     "terms": "<translate with synonyms or related terms for 'Cut line', separated by commas>"
3045                 },
3046                 "man_made/embankment": {
3047                     "name": "Îmbarcare"
3048                 },
3049                 "man_made/flagpole": {
3050                     "terms": "<translate with synonyms or related terms for 'Flagpole', separated by commas>"
3051                 },
3052                 "man_made/gasometer": {
3053                     "terms": "<translate with synonyms or related terms for 'Gasometer', separated by commas>"
3054                 },
3055                 "man_made/groyne": {
3056                     "terms": "<translate with synonyms or related terms for 'Groyne', separated by commas>"
3057                 },
3058                 "man_made/lighthouse": {
3059                     "name": "Far",
3060                     "terms": "<translate with synonyms or related terms for 'Lighthouse', separated by commas>"
3061                 },
3062                 "man_made/mast": {
3063                     "terms": "<translate with synonyms or related terms for 'Mast', separated by commas>"
3064                 },
3065                 "man_made/observation": {
3066                     "name": "Turn de Observație",
3067                     "terms": "<translate with synonyms or related terms for 'Observation Tower', separated by commas>"
3068                 },
3069                 "man_made/petroleum_well": {
3070                     "terms": "<translate with synonyms or related terms for 'Oil Well', separated by commas>"
3071                 },
3072                 "man_made/pier": {
3073                     "name": "Chei",
3074                     "terms": "<translate with synonyms or related terms for 'Pier', separated by commas>"
3075                 },
3076                 "man_made/pipeline": {
3077                     "name": "Condunctă",
3078                     "terms": "<translate with synonyms or related terms for 'Pipeline', separated by commas>"
3079                 },
3080                 "man_made/pumping_station": {
3081                     "name": "Stație de Pompare",
3082                     "terms": "<translate with synonyms or related terms for 'Pumping Station', separated by commas>"
3083                 },
3084                 "man_made/silo": {
3085                     "name": "Siloz",
3086                     "terms": "<translate with synonyms or related terms for 'Silo', separated by commas>"
3087                 },
3088                 "man_made/storage_tank": {
3089                     "name": "Rezervor de Stocare",
3090                     "terms": "<translate with synonyms or related terms for 'Storage Tank', separated by commas>"
3091                 },
3092                 "man_made/surveillance": {
3093                     "name": "Supraveghere",
3094                     "terms": "<translate with synonyms or related terms for 'Surveillance', separated by commas>"
3095                 },
3096                 "man_made/surveillance_camera": {
3097                     "name": "Cameră de Supraveghere",
3098                     "terms": "<translate with synonyms or related terms for 'Surveillance Camera', separated by commas>"
3099                 },
3100                 "man_made/survey_point": {
3101                     "terms": "<translate with synonyms or related terms for 'Survey Point', separated by commas>"
3102                 },
3103                 "man_made/tower": {
3104                     "name": "Turn",
3105                     "terms": "<translate with synonyms or related terms for 'Tower', separated by commas>"
3106                 },
3107                 "man_made/wastewater_plant": {
3108                     "name": "Sta'ie de Epurare",
3109                     "terms": "<translate with synonyms or related terms for 'Wastewater Plant', separated by commas>"
3110                 },
3111                 "man_made/water_tower": {
3112                     "name": "Turn de Apă",
3113                     "terms": "<translate with synonyms or related terms for 'Water Tower', separated by commas>"
3114                 },
3115                 "man_made/water_well": {
3116                     "name": "Fântână",
3117                     "terms": "<translate with synonyms or related terms for 'Water Well', separated by commas>"
3118                 },
3119                 "man_made/water_works": {
3120                     "terms": "<translate with synonyms or related terms for 'Water Works', separated by commas>"
3121                 },
3122                 "man_made/watermill": {
3123                     "name": "Moară de Apă",
3124                     "terms": "<translate with synonyms or related terms for 'Watermill', separated by commas>"
3125                 },
3126                 "man_made/windmill": {
3127                     "name": "Moară de Vânt",
3128                     "terms": "<translate with synonyms or related terms for 'Windmill', separated by commas>"
3129                 },
3130                 "man_made/works": {
3131                     "name": "Fabrică",
3132                     "terms": "<translate with synonyms or related terms for 'Factory', separated by commas>"
3133                 },
3134                 "manhole": {
3135                     "terms": "<translate with synonyms or related terms for 'Manhole', separated by commas>"
3136                 },
3137                 "manhole/drain": {
3138                     "terms": "<translate with synonyms or related terms for 'Storm Drain', separated by commas>"
3139                 },
3140                 "manhole/telecom": {
3141                     "terms": "<translate with synonyms or related terms for 'Telecom Manhole', separated by commas>"
3142                 },
3143                 "natural": {
3144                     "name": "Natural",
3145                     "terms": "<translate with synonyms or related terms for 'Natural', separated by commas>"
3146                 },
3147                 "natural/bare_rock": {
3148                     "name": "Stâncă",
3149                     "terms": "<translate with synonyms or related terms for 'Bare Rock', separated by commas>"
3150                 },
3151                 "natural/bay": {
3152                     "name": "Golf",
3153                     "terms": "<translate with synonyms or related terms for 'Bay', separated by commas>"
3154                 },
3155                 "natural/beach": {
3156                     "name": "Plajă",
3157                     "terms": "<translate with synonyms or related terms for 'Beach', separated by commas>"
3158                 },
3159                 "natural/cave_entrance": {
3160                     "name": "Intrare de Peșteră",
3161                     "terms": "<translate with synonyms or related terms for 'Cave Entrance', separated by commas>"
3162                 },
3163                 "natural/cliff": {
3164                     "name": "Faleză",
3165                     "terms": "<translate with synonyms or related terms for 'Cliff', separated by commas>"
3166                 },
3167                 "natural/coastline": {
3168                     "name": "Linie de Coastă",
3169                     "terms": "<translate with synonyms or related terms for 'Coastline', separated by commas>"
3170                 },
3171                 "natural/fell": {
3172                     "terms": "<translate with synonyms or related terms for 'Fell', separated by commas>"
3173                 },
3174                 "natural/glacier": {
3175                     "name": "Ghețar",
3176                     "terms": "<translate with synonyms or related terms for 'Glacier', separated by commas>"
3177                 },
3178                 "natural/grassland": {
3179                     "name": "Iarbă",
3180                     "terms": "<translate with synonyms or related terms for 'Grassland', separated by commas>"
3181                 },
3182                 "natural/heath": {
3183                     "name": "Landă",
3184                     "terms": "<translate with synonyms or related terms for 'Heath', separated by commas>"
3185                 },
3186                 "natural/peak": {
3187                     "name": "Vârf",
3188                     "terms": "<translate with synonyms or related terms for 'Peak', separated by commas>"
3189                 },
3190                 "natural/ridge": {
3191                     "name": "Creastă",
3192                     "terms": "<translate with synonyms or related terms for 'Ridge', separated by commas>"
3193                 },
3194                 "natural/saddle": {
3195                     "terms": "<translate with synonyms or related terms for 'Saddle', separated by commas>"
3196                 },
3197                 "natural/sand": {
3198                     "name": "Nisip",
3199                     "terms": "<translate with synonyms or related terms for 'Sand', separated by commas>"
3200                 },
3201                 "natural/scree": {
3202                     "name": "Pietriș",
3203                     "terms": "<translate with synonyms or related terms for 'Scree', separated by commas>"
3204                 },
3205                 "natural/scrub": {
3206                     "terms": "<translate with synonyms or related terms for 'Scrub', separated by commas>"
3207                 },
3208                 "natural/spring": {
3209                     "terms": "<translate with synonyms or related terms for 'Spring', separated by commas>"
3210                 },
3211                 "natural/tree": {
3212                     "name": "Copac",
3213                     "terms": "<translate with synonyms or related terms for 'Tree', separated by commas>"
3214                 },
3215                 "natural/tree_row": {
3216                     "name": "Rând de Copaci",
3217                     "terms": "<translate with synonyms or related terms for 'Tree row', separated by commas>"
3218                 },
3219                 "natural/volcano": {
3220                     "name": "Vulcan",
3221                     "terms": "<translate with synonyms or related terms for 'Volcano', separated by commas>"
3222                 },
3223                 "natural/water": {
3224                     "name": "Apă",
3225                     "terms": "<translate with synonyms or related terms for 'Water', separated by commas>"
3226                 },
3227                 "natural/water/lake": {
3228                     "name": "Lac",
3229                     "terms": "<translate with synonyms or related terms for 'Lake', separated by commas>"
3230                 },
3231                 "natural/water/pond": {
3232                     "name": "Iaz",
3233                     "terms": "<translate with synonyms or related terms for 'Pond', separated by commas>"
3234                 },
3235                 "natural/water/reservoir": {
3236                     "name": "Rezervor",
3237                     "terms": "<translate with synonyms or related terms for 'Reservoir', separated by commas>"
3238                 },
3239                 "natural/wetland": {
3240                     "name": "Zonă Umedă",
3241                     "terms": "<translate with synonyms or related terms for 'Wetland', separated by commas>"
3242                 },
3243                 "natural/wood": {
3244                     "name": "Pădure",
3245                     "terms": "<translate with synonyms or related terms for 'Wood', separated by commas>"
3246                 },
3247                 "noexit/yes": {
3248                     "name": "Fără Ieșire",
3249                     "terms": "<translate with synonyms or related terms for 'No Exit', separated by commas>"
3250                 },
3251                 "office": {
3252                     "name": "Oficiu",
3253                     "terms": "<translate with synonyms or related terms for 'Office', separated by commas>"
3254                 },
3255                 "office/administrative": {
3256                     "name": "Oficiu Administrativ"
3257                 },
3258                 "office/coworking": {
3259                     "terms": "<translate with synonyms or related terms for 'Coworking Space', separated by commas>"
3260                 },
3261                 "office/educational_institution": {
3262                     "name": "Instituție Educațională"
3263                 },
3264                 "office/employment_agency": {
3265                     "name": "Agenție de Muncă",
3266                     "terms": "<translate with synonyms or related terms for 'Employment Agency', separated by commas>"
3267                 },
3268                 "office/estate_agent": {
3269                     "name": "Oficiu de Proprietate Imobiliară",
3270                     "terms": "<translate with synonyms or related terms for 'Real Estate Office', separated by commas>"
3271                 },
3272                 "office/financial": {
3273                     "name": "Oficiu Financiar",
3274                     "terms": "<translate with synonyms or related terms for 'Financial Office', separated by commas>"
3275                 },
3276                 "office/government": {
3277                     "name": "Oficiu de Guvern",
3278                     "terms": "<translate with synonyms or related terms for 'Government Office', separated by commas>"
3279                 },
3280                 "office/government/register_office": {
3281                     "name": "Oficiu de Registru",
3282                     "terms": "<translate with synonyms or related terms for 'Register Office', separated by commas>"
3283                 },
3284                 "office/insurance": {
3285                     "name": "Oficiu de Asigurare",
3286                     "terms": "<translate with synonyms or related terms for 'Insurance Office', separated by commas>"
3287                 },
3288                 "office/lawyer": {
3289                     "name": "Cabinet de Avocatură",
3290                     "terms": "<translate with synonyms or related terms for 'Law Office', separated by commas>"
3291                 },
3292                 "office/lawyer/notary": {
3293                     "name": "Notar"
3294                 },
3295                 "office/ngo": {
3296                     "name": "Oficiu NGO",
3297                     "terms": "<translate with synonyms or related terms for 'NGO Office', separated by commas>"
3298                 },
3299                 "office/physician": {
3300                     "name": "Fizician"
3301                 },
3302                 "office/political_party": {
3303                     "name": "Partid Politic",
3304                     "terms": "<translate with synonyms or related terms for 'Political Party', separated by commas>"
3305                 },
3306                 "office/research": {
3307                     "name": "Birou de Cercetare",
3308                     "terms": "<translate with synonyms or related terms for 'Research Office', separated by commas>"
3309                 },
3310                 "office/telecommunication": {
3311                     "name": "Oficiu Telecom",
3312                     "terms": "<translate with synonyms or related terms for 'Telecom Office', separated by commas>"
3313                 },
3314                 "office/travel_agent": {
3315                     "name": "Agenție de Călătorii"
3316                 },
3317                 "piste": {
3318                     "name": "Pistă de Schi",
3319                     "terms": "<translate with synonyms or related terms for 'Piste/Ski Trail', separated by commas>"
3320                 },
3321                 "place": {
3322                     "name": "Loc"
3323                 },
3324                 "place/city": {
3325                     "name": "Oraș",
3326                     "terms": "<translate with synonyms or related terms for 'City', separated by commas>"
3327                 },
3328                 "place/farm": {
3329                     "name": "Fermă"
3330                 },
3331                 "place/hamlet": {
3332                     "name": "Cătun",
3333                     "terms": "<translate with synonyms or related terms for 'Hamlet', separated by commas>"
3334                 },
3335                 "place/island": {
3336                     "name": "Insulă",
3337                     "terms": "<translate with synonyms or related terms for 'Island', separated by commas>"
3338                 },
3339                 "place/isolated_dwelling": {
3340                     "terms": "<translate with synonyms or related terms for 'Isolated Dwelling', separated by commas>"
3341                 },
3342                 "place/locality": {
3343                     "name": "Localitate",
3344                     "terms": "<translate with synonyms or related terms for 'Locality', separated by commas>"
3345                 },
3346                 "place/neighbourhood": {
3347                     "name": "Cartier",
3348                     "terms": "<translate with synonyms or related terms for 'Neighborhood', separated by commas>"
3349                 },
3350                 "place/quarter": {
3351                     "name": "Cartier",
3352                     "terms": "<translate with synonyms or related terms for 'Sub-Borough / Quarter', separated by commas>"
3353                 },
3354                 "place/square": {
3355                     "name": "Piață",
3356                     "terms": "<translate with synonyms or related terms for 'Square', separated by commas>"
3357                 },
3358                 "place/suburb": {
3359                     "name": "Suburbie",
3360                     "terms": "<translate with synonyms or related terms for 'Borough / Suburb', separated by commas>"
3361                 },
3362                 "place/town": {
3363                     "name": "Oraș",
3364                     "terms": "<translate with synonyms or related terms for 'Town', separated by commas>"
3365                 },
3366                 "place/village": {
3367                     "name": "Sat",
3368                     "terms": "<translate with synonyms or related terms for 'Village', separated by commas>"
3369                 },
3370                 "point": {
3371                     "name": "Punct",
3372                     "terms": "<translate with synonyms or related terms for 'Point', separated by commas>"
3373                 },
3374                 "power": {
3375                     "name": "Energie"
3376                 },
3377                 "power/generator": {
3378                     "name": "Generator de Energie",
3379                     "terms": "<translate with synonyms or related terms for 'Power Generator', separated by commas>"
3380                 },
3381                 "power/generator/source_nuclear": {
3382                     "name": "Reactor Nuclear",
3383                     "terms": "<translate with synonyms or related terms for 'Nuclear Reactor', separated by commas>"
3384                 },
3385                 "power/generator/source_wind": {
3386                     "name": "Turbină de Vânt",
3387                     "terms": "<translate with synonyms or related terms for 'Wind Turbine', separated by commas>"
3388                 },
3389                 "power/line": {
3390                     "name": "Linie de Alimentare",
3391                     "terms": "<translate with synonyms or related terms for 'Power Line', separated by commas>"
3392                 },
3393                 "power/minor_line": {
3394                     "name": "Linie de Alimentare Minoră",
3395                     "terms": "<translate with synonyms or related terms for 'Minor Power Line', separated by commas>"
3396                 },
3397                 "power/plant": {
3398                     "terms": "<translate with synonyms or related terms for 'Power Station Grounds', separated by commas>"
3399                 },
3400                 "power/pole": {
3401                     "name": "Stâlp de Energie",
3402                     "terms": "<translate with synonyms or related terms for 'Power Pole', separated by commas>"
3403                 },
3404                 "power/sub_station": {
3405                     "name": "SubStație"
3406                 },
3407                 "power/substation": {
3408                     "name": "Substație",
3409                     "terms": "<translate with synonyms or related terms for 'Substation', separated by commas>"
3410                 },
3411                 "power/tower": {
3412                     "name": "Turn de Înaltă Tensiune",
3413                     "terms": "<translate with synonyms or related terms for 'High-Voltage Tower', separated by commas>"
3414                 },
3415                 "power/transformer": {
3416                     "name": "Transformator",
3417                     "terms": "<translate with synonyms or related terms for 'Transformer', separated by commas>"
3418                 },
3419                 "railway": {
3420                     "name": "Cale Ferată"
3421                 },
3422                 "railway/abandoned": {
3423                     "name": "Cale Ferată Abandonată",
3424                     "terms": "<translate with synonyms or related terms for 'Abandoned Railway', separated by commas>"
3425                 },
3426                 "railway/crossing": {
3427                     "name": "Traversare de Căi Ferate (Potecă)",
3428                     "terms": "<translate with synonyms or related terms for 'Railway Crossing (Path)', separated by commas>"
3429                 },
3430                 "railway/disused": {
3431                     "name": "Cale Ferată Învechită",
3432                     "terms": "<translate with synonyms or related terms for 'Disused Railway', separated by commas>"
3433                 },
3434                 "railway/funicular": {
3435                     "name": "Frânghie",
3436                     "terms": "<translate with synonyms or related terms for 'Funicular', separated by commas>"
3437                 },
3438                 "railway/level_crossing": {
3439                     "name": "Traversare de Cale Ferată (Stradă)",
3440                     "terms": "<translate with synonyms or related terms for 'Railway Crossing (Road)', separated by commas>"
3441                 },
3442                 "railway/monorail": {
3443                     "name": "Monoșină",
3444                     "terms": "<translate with synonyms or related terms for 'Monorail', separated by commas>"
3445                 },
3446                 "railway/narrow_gauge": {
3447                     "name": "Cale Ferată Îngustă",
3448                     "terms": "<translate with synonyms or related terms for 'Narrow Gauge Rail', separated by commas>"
3449                 },
3450                 "railway/rail": {
3451                     "name": "Șină",
3452                     "terms": "<translate with synonyms or related terms for 'Rail', separated by commas>"
3453                 },
3454                 "railway/subway": {
3455                     "name": "Metrou",
3456                     "terms": "<translate with synonyms or related terms for 'Subway', separated by commas>"
3457                 },
3458                 "railway/subway_entrance": {
3459                     "name": "Intrare Metrou",
3460                     "terms": "<translate with synonyms or related terms for 'Subway Entrance', separated by commas>"
3461                 },
3462                 "railway/tram": {
3463                     "name": "Tranvai",
3464                     "terms": "<translate with synonyms or related terms for 'Tram', separated by commas>"
3465                 },
3466                 "relation": {
3467                     "name": "Relație",
3468                     "terms": "<translate with synonyms or related terms for 'Relation', separated by commas>"
3469                 },
3470                 "roundabout": {
3471                     "name": "Sens Giratoriu"
3472                 },
3473                 "route/ferry": {
3474                     "name": "Rută de Bac",
3475                     "terms": "<translate with synonyms or related terms for 'Ferry Route', separated by commas>"
3476                 },
3477                 "shop": {
3478                     "name": "Magazin",
3479                     "terms": "<translate with synonyms or related terms for 'Shop', separated by commas>"
3480                 },
3481                 "shop/alcohol": {
3482                     "name": "Magazin de Băuturi Alcoolice",
3483                     "terms": "G"
3484                 },
3485                 "shop/anime": {
3486                     "name": "Magazin Anime",
3487                     "terms": "<translate with synonyms or related terms for 'Anime Shop', separated by commas>"
3488                 },
3489                 "shop/antiques": {
3490                     "name": "Anticariat",
3491                     "terms": "<translate with synonyms or related terms for 'Antiques Shop', separated by commas>"
3492                 },
3493                 "shop/appliance": {
3494                     "name": "Magazin de Electrocasnice",
3495                     "terms": "<translate with synonyms or related terms for 'Appliance Store', separated by commas>"
3496                 },
3497                 "shop/art": {
3498                     "name": "Magazin de Artă",
3499                     "terms": "<translate with synonyms or related terms for 'Art Store', separated by commas>"
3500                 },
3501                 "shop/baby_goods": {
3502                     "name": "Magazin de Produse pentru Bebeluși",
3503                     "terms": "<translate with synonyms or related terms for 'Baby Goods Store', separated by commas>"
3504                 },
3505                 "shop/bag": {
3506                     "name": "Magazin de Bagaje",
3507                     "terms": "<translate with synonyms or related terms for 'Bag/Luggage Store', separated by commas>"
3508                 },
3509                 "shop/bakery": {
3510                     "name": "Brutărie",
3511                     "terms": "<translate with synonyms or related terms for 'Bakery', separated by commas>"
3512                 },
3513                 "shop/bathroom_furnishing": {
3514                     "name": "Magazin de Mobilier pentru Băi",
3515                     "terms": "<translate with synonyms or related terms for 'Bathroom Furnishing Store', separated by commas>"
3516                 },
3517                 "shop/beauty": {
3518                     "name": "Magazin Beauty",
3519                     "terms": "<translate with synonyms or related terms for 'Beauty Shop', separated by commas>"
3520                 },
3521                 "shop/beauty/nails": {
3522                     "name": "Salon de Unghii",
3523                     "terms": "<translate with synonyms or related terms for 'Nail Salon', separated by commas>"
3524                 },
3525                 "shop/beauty/tanning": {
3526                     "name": "Salon de Bronzat",
3527                     "terms": "<translate with synonyms or related terms for 'Tanning Salon', separated by commas>"
3528                 },
3529                 "shop/bed": {
3530                     "name": "Magazin de Saltele",
3531                     "terms": "<translate with synonyms or related terms for 'Bedding/Mattress Store', separated by commas>"
3532                 },
3533                 "shop/beverages": {
3534                     "name": "Magazin de Băuturi",
3535                     "terms": "<translate with synonyms or related terms for 'Beverage Store', separated by commas>"
3536                 },
3537                 "shop/bicycle": {
3538                     "name": "Magazin de Biciclete",
3539                     "terms": "<translate with synonyms or related terms for 'Bicycle Shop', separated by commas>"
3540                 },
3541                 "shop/bookmaker": {
3542                     "name": "Atelier de Cărți",
3543                     "terms": "<translate with synonyms or related terms for 'Bookmaker', separated by commas>"
3544                 },
3545                 "shop/books": {
3546                     "name": "Magazin de Cărți",
3547                     "terms": "<translate with synonyms or related terms for 'Book Store', separated by commas>"
3548                 },
3549                 "shop/boutique": {
3550                     "name": "Boutique",
3551                     "terms": "<translate with synonyms or related terms for 'Boutique', separated by commas>"
3552                 },
3553                 "shop/butcher": {
3554                     "name": "Măcelărie",
3555                     "terms": "<translate with synonyms or related terms for 'Butcher', separated by commas>"
3556                 },
3557                 "shop/candles": {
3558                     "name": "Magazin de Lumânări",
3559                     "terms": "<translate with synonyms or related terms for 'Candle Shop', separated by commas>"
3560                 },
3561                 "shop/car": {
3562                     "name": "Magazin de Mașini",
3563                     "terms": "<translate with synonyms or related terms for 'Car Dealership', separated by commas>"
3564                 },
3565                 "shop/car_repair": {
3566                     "name": "Vulcanizare",
3567                     "terms": "<translate with synonyms or related terms for 'Car Repair Shop', separated by commas>"
3568                 },
3569                 "shop/carpet": {
3570                     "name": "Magazin de Covoare",
3571                     "terms": "<translate with synonyms or related terms for 'Carpet Store', separated by commas>"
3572                 },
3573                 "shop/charity": {
3574                     "name": "Magazin de Caritate",
3575                     "terms": "<translate with synonyms or related terms for 'Charity Store', separated by commas>"
3576                 },
3577                 "shop/cheese": {
3578                     "name": "Magazin de Brânzeturi",
3579                     "terms": "<translate with synonyms or related terms for 'Cheese Store', separated by commas>"
3580                 },
3581                 "shop/chemist": {
3582                     "name": "Drogărie",
3583                     "terms": "<translate with synonyms or related terms for 'Drugstore', separated by commas>"
3584                 },
3585                 "shop/chocolate": {
3586                     "name": "Magazin de Ciocolată",
3587                     "terms": "<translate with synonyms or related terms for 'Chocolate Store', separated by commas>"
3588                 },
3589                 "shop/clothes": {
3590                     "name": "Magazin de Haine",
3591                     "terms": "<translate with synonyms or related terms for 'Clothing Store', separated by commas>"
3592                 },
3593                 "shop/coffee": {
3594                     "name": "Magazin de Cafea",
3595                     "terms": "<translate with synonyms or related terms for 'Coffee Store', separated by commas>"
3596                 },
3597                 "shop/computer": {
3598                     "name": "Magazin de Calculatoare",
3599                     "terms": "<translate with synonyms or related terms for 'Computer Store', separated by commas>"
3600                 },
3601                 "shop/confectionery": {
3602                     "name": "Magazin de Dulciuri",
3603                     "terms": "<translate with synonyms or related terms for 'Candy Store', separated by commas>"
3604                 },
3605                 "shop/convenience": {
3606                     "name": "Magazin Universal",
3607                     "terms": "<translate with synonyms or related terms for 'Convenience Store', separated by commas>"
3608                 },
3609                 "shop/copyshop": {
3610                     "name": "Atelier de Copiere",
3611                     "terms": "<translate with synonyms or related terms for 'Copy Store', separated by commas>"
3612                 },
3613                 "shop/cosmetics": {
3614                     "name": "osmetic",
3615                     "terms": "<translate with synonyms or related terms for 'Cosmetics Store', separated by commas>"
3616                 },
3617                 "shop/craft": {
3618                     "terms": "<translate with synonyms or related terms for 'Arts and Crafts Store', separated by commas>"
3619                 },
3620                 "shop/curtain": {
3621                     "name": "Magazin de Perdele",
3622                     "terms": "<translate with synonyms or related terms for 'Curtain Store', separated by commas>"
3623                 },
3624                 "shop/dairy": {
3625                     "name": "Magazin de Lactate",
3626                     "terms": "<translate with synonyms or related terms for 'Dairy Store', separated by commas>"
3627                 },
3628                 "shop/deli": {
3629                     "terms": "<translate with synonyms or related terms for 'Deli', separated by commas>"
3630                 },
3631                 "shop/department_store": {
3632                     "name": "Magazin Universal",
3633                     "terms": "<translate with synonyms or related terms for 'Department Store', separated by commas>"
3634                 },
3635                 "shop/doityourself": {
3636                     "name": "Magazin DIY",
3637                     "terms": "<translate with synonyms or related terms for 'DIY Store', separated by commas>"
3638                 },
3639                 "shop/dry_cleaning": {
3640                     "name": "Uscător",
3641                     "terms": "<translate with synonyms or related terms for 'Dry Cleaner', separated by commas>"
3642                 },
3643                 "shop/e-cigarette": {
3644                     "name": "Magazin de Țigarete Electrice",
3645                     "terms": "<translate with synonyms or related terms for 'E-Cigarette Shop', separated by commas>"
3646                 },
3647                 "shop/electronics": {
3648                     "name": "Magazin de Electronice",
3649                     "terms": "<translate with synonyms or related terms for 'Electronics Store', separated by commas>"
3650                 },
3651                 "shop/erotic": {
3652                     "name": "Magazin Erotic",
3653                     "terms": "<translate with synonyms or related terms for 'Erotic Store', separated by commas>"
3654                 },
3655                 "shop/fabric": {
3656                     "name": "Magazin de Materiale",
3657                     "terms": "<translate with synonyms or related terms for 'Fabric Store', separated by commas>"
3658                 },
3659                 "shop/farm": {
3660                     "terms": "<translate with synonyms or related terms for 'Produce Stand', separated by commas>"
3661                 },
3662                 "shop/fashion": {
3663                     "name": "Magazin de Modă",
3664                     "terms": "<translate with synonyms or related terms for 'Fashion Store', separated by commas>"
3665                 },
3666                 "shop/florist": {
3667                     "name": "Florărie",
3668                     "terms": "<translate with synonyms or related terms for 'Florist', separated by commas>"
3669                 },
3670                 "shop/frame": {
3671                     "terms": "<translate with synonyms or related terms for 'Framing Shop', separated by commas>"
3672                 },
3673                 "shop/funeral_directors": {
3674                     "name": "Casă Funerală",
3675                     "terms": "<translate with synonyms or related terms for 'Funeral Home', separated by commas>"
3676                 },
3677                 "shop/furniture": {
3678                     "name": "Magazin de Mobilă",
3679                     "terms": "<translate with synonyms or related terms for 'Furniture Store', separated by commas>"
3680                 },
3681                 "shop/garden_centre": {
3682                     "name": "Magazin de Grădinărit",
3683                     "terms": "<translate with synonyms or related terms for 'Garden Center', separated by commas>"
3684                 },
3685                 "shop/gas": {
3686                     "terms": "<translate with synonyms or related terms for 'Bottled Gas Shop', separated by commas>"
3687                 },
3688                 "shop/gift": {
3689                     "name": "Magazin de Cadouri",
3690                     "terms": "<translate with synonyms or related terms for 'Gift Shop', separated by commas>"
3691                 },
3692                 "shop/greengrocer": {
3693                     "terms": "<translate with synonyms or related terms for 'Greengrocer', separated by commas>"
3694                 },
3695                 "shop/hairdresser": {
3696                     "name": "Frizer",
3697                     "terms": "<translate with synonyms or related terms for 'Hairdresser', separated by commas>"
3698                 },
3699                 "shop/hardware": {
3700                     "terms": "<translate with synonyms or related terms for 'Hardware Store', separated by commas>"
3701                 },
3702                 "shop/hearing_aids": {
3703                     "terms": "<translate with synonyms or related terms for 'Hearing Aids Store', separated by commas>"
3704                 },
3705                 "shop/herbalist": {
3706                     "terms": "<translate with synonyms or related terms for 'Herbalist', separated by commas>"
3707                 },
3708                 "shop/hifi": {
3709                     "terms": "<translate with synonyms or related terms for 'Hifi Store', separated by commas>"
3710                 },
3711                 "shop/houseware": {
3712                     "terms": "<translate with synonyms or related terms for 'Houseware Store', separated by commas>"
3713                 },
3714                 "shop/interior_decoration": {
3715                     "name": "Magazin de Decorații Interioare",
3716                     "terms": "<translate with synonyms or related terms for 'Interior Decoration Store', separated by commas>"
3717                 },
3718                 "shop/jewelry": {
3719                     "name": "Giuvaer",
3720                     "terms": "<translate with synonyms or related terms for 'Jeweler', separated by commas>"
3721                 },
3722                 "shop/kitchen": {
3723                     "name": "Magazin de Bucătărie",
3724                     "terms": "<translate with synonyms or related terms for 'Kitchen Design Store', separated by commas>"
3725                 },
3726                 "shop/laundry": {
3727                     "name": "Spălătorie",
3728                     "terms": "<translate with synonyms or related terms for 'Laundry', separated by commas>"
3729                 },
3730                 "shop/leather": {
3731                     "terms": "<translate with synonyms or related terms for 'Leather Store', separated by commas>"
3732                 },
3733                 "shop/locksmith": {
3734                     "terms": "<translate with synonyms or related terms for 'Locksmith', separated by commas>"
3735                 },
3736                 "shop/lottery": {
3737                     "name": "Loterie",
3738                     "terms": "<translate with synonyms or related terms for 'Lottery Shop', separated by commas>"
3739                 },
3740                 "shop/mall": {
3741                     "name": "Mall",
3742                     "terms": "<translate with synonyms or related terms for 'Mall', separated by commas>"
3743                 },
3744                 "shop/massage": {
3745                     "name": "Masaj",
3746                     "terms": "<translate with synonyms or related terms for 'Massage Shop', separated by commas>"
3747                 },
3748                 "shop/medical_supply": {
3749                     "name": "Magazin Alimentar Medical",
3750                     "terms": "<translate with synonyms or related terms for 'Medical Supply Store', separated by commas>"
3751                 },
3752                 "shop/mobile_phone": {
3753                     "name": "Magazin de Telefoane Mobile",
3754                     "terms": "<translate with synonyms or related terms for 'Mobile Phone Store', separated by commas>"
3755                 },
3756                 "shop/money_lender": {
3757                     "name": "Creditor de Bani",
3758                     "terms": "<translate with synonyms or related terms for 'Money Lender', separated by commas>"
3759                 },
3760                 "shop/motorcycle": {
3761                     "name": "Magazin de Motociclete",
3762                     "terms": "<translate with synonyms or related terms for 'Motorcycle Dealership', separated by commas>"
3763                 },
3764                 "shop/music": {
3765                     "name": "Magazin de Muzică",
3766                     "terms": "<translate with synonyms or related terms for 'Music Store', separated by commas>"
3767                 },
3768                 "shop/musical_instrument": {
3769                     "name": "Magazin de Instrumente Muzicale",
3770                     "terms": "<translate with synonyms or related terms for 'Musical Instrument Store', separated by commas>"
3771                 },
3772                 "shop/newsagent": {
3773                     "name": "Magazin de Ziare",
3774                     "terms": "<translate with synonyms or related terms for 'Newspaper/Magazine Shop', separated by commas>"
3775                 },
3776                 "shop/nutrition_supplements": {
3777                     "name": "Magazin de Suplimente Nutritive",
3778                     "terms": "<translate with synonyms or related terms for 'Nutrition Supplements Store', separated by commas>"
3779                 },
3780                 "shop/optician": {
3781                     "name": "Optician",
3782                     "terms": "<translate with synonyms or related terms for 'Optician', separated by commas>"
3783                 },
3784                 "shop/organic": {
3785                     "name": "Magazin de Bunuri Organice",
3786                     "terms": "<translate with synonyms or related terms for 'Organic Goods Store', separated by commas>"
3787                 },
3788                 "shop/outdoor": {
3789                     "name": "Magazin în Aer Liber",
3790                     "terms": "<translate with synonyms or related terms for 'Outdoors Store', separated by commas>"
3791                 },
3792                 "shop/paint": {
3793                     "name": "Magazin de Pictură",
3794                     "terms": "<translate with synonyms or related terms for 'Paint Store', separated by commas>"
3795                 },
3796                 "shop/pastry": {
3797                     "terms": "<translate with synonyms or related terms for 'Pastry Shop', separated by commas>"
3798                 },
3799                 "shop/pawnbroker": {
3800                     "terms": "<translate with synonyms or related terms for 'Pawn Shop', separated by commas>"
3801                 },
3802                 "shop/perfumery": {
3803                     "name": "Magazin de Parfum",
3804                     "terms": "<translate with synonyms or related terms for 'Perfume Store', separated by commas>"
3805                 },
3806                 "shop/pet": {
3807                     "name": "Magazin de Animale",
3808                     "terms": "<translate with synonyms or related terms for 'Pet Store', separated by commas>"
3809                 },
3810                 "shop/photo": {
3811                     "name": "Magazin de Fotografie",
3812                     "terms": "<translate with synonyms or related terms for 'Photography Store', separated by commas>"
3813                 },
3814                 "shop/pyrotechnics": {
3815                     "name": "Magazin de Artificii",
3816                     "terms": "<translate with synonyms or related terms for 'Fireworks Store', separated by commas>"
3817                 },
3818                 "shop/radiotechnics": {
3819                     "terms": "<translate with synonyms or related terms for 'Radio/Electronic Component Store', separated by commas>"
3820                 },
3821                 "shop/religion": {
3822                     "name": "Magazin Religios",
3823                     "terms": "<translate with synonyms or related terms for 'Religious Store', separated by commas>"
3824                 },
3825                 "shop/scuba_diving": {
3826                     "name": "Magazin de Scufundări",
3827                     "terms": "<translate with synonyms or related terms for 'Scuba Diving Shop', separated by commas>"
3828                 },
3829                 "shop/seafood": {
3830                     "name": "Magazin de Fructe de Mare",
3831                     "terms": "<translate with synonyms or related terms for 'Seafood Shop', separated by commas>"
3832                 },
3833                 "shop/second_hand": {
3834                     "name": "Magazin de Depozite",
3835                     "terms": "<translate with synonyms or related terms for 'Consignment/Thrift Store', separated by commas>"
3836                 },
3837                 "shop/shoes": {
3838                     "name": "Magazin de Ghete",
3839                     "terms": "<translate with synonyms or related terms for 'Shoe Store', separated by commas>"
3840                 },
3841                 "shop/sports": {
3842                     "name": "Magazin de Haine de Sport",
3843                     "terms": "<translate with synonyms or related terms for 'Sporting Goods Store', separated by commas>"
3844                 },
3845                 "shop/stationery": {
3846                     "terms": "<translate with synonyms or related terms for 'Stationery Store', separated by commas>"
3847                 },
3848                 "shop/storage_rental": {
3849                     "terms": "<translate with synonyms or related terms for 'Storage Rental', separated by commas>"
3850                 },
3851                 "shop/supermarket": {
3852                     "name": "Supermarket",
3853                     "terms": "<translate with synonyms or related terms for 'Supermarket', separated by commas>"
3854                 },
3855                 "shop/tailor": {
3856                     "terms": "<translate with synonyms or related terms for 'Tailor', separated by commas>"
3857                 },
3858                 "shop/tattoo": {
3859                     "name": "Artist de Tatuaje",
3860                     "terms": "<translate with synonyms or related terms for 'Tattoo Parlor', separated by commas>"
3861                 },
3862                 "shop/tea": {
3863                     "name": "Magazin de Ceaiuri",
3864                     "terms": "<translate with synonyms or related terms for 'Tea Store', separated by commas>"
3865                 },
3866                 "shop/ticket": {
3867                     "name": "Vânzător de Bilete",
3868                     "terms": "<translate with synonyms or related terms for 'Ticket Seller', separated by commas>"
3869                 },
3870                 "shop/tobacco": {
3871                     "name": "Tăbăcărie",
3872                     "terms": "<translate with synonyms or related terms for 'Tobacco Shop', separated by commas>"
3873                 },
3874                 "shop/toys": {
3875                     "name": "Magazin de Jucării",
3876                     "terms": "<translate with synonyms or related terms for 'Toy Store', separated by commas>"
3877                 },
3878                 "shop/travel_agency": {
3879                     "name": "Agenție de Călătorii",
3880                     "terms": "<translate with synonyms or related terms for 'Travel Agency', separated by commas>"
3881                 },
3882                 "shop/tyres": {
3883                     "name": "Magazin de Roți",
3884                     "terms": "<translate with synonyms or related terms for 'Tire Store', separated by commas>"
3885                 },
3886                 "shop/vacant": {
3887                     "name": "Magazin Vacant"
3888                 },
3889                 "shop/vacuum_cleaner": {
3890                     "name": "Magazin de Aspiratoare",
3891                     "terms": "<translate with synonyms or related terms for 'Vacuum Cleaner Store', separated by commas>"
3892                 },
3893                 "shop/variety_store": {
3894                     "name": "Magazin de Varietăți",
3895                     "terms": "<translate with synonyms or related terms for 'Variety Store', separated by commas>"
3896                 },
3897                 "shop/video": {
3898                     "name": "Magazin Video",
3899                     "terms": "<translate with synonyms or related terms for 'Video Store', separated by commas>"
3900                 },
3901                 "shop/video_games": {
3902                     "name": "Magazin de Jocuri de Calculator",
3903                     "terms": "<translate with synonyms or related terms for 'Video Game Store', separated by commas>"
3904                 },
3905                 "shop/watches": {
3906                     "name": "Magazin de Ceasuri",
3907                     "terms": "<translate with synonyms or related terms for 'Watches Shop', separated by commas>"
3908                 },
3909                 "shop/water_sports": {
3910                     "terms": "<translate with synonyms or related terms for 'Watersport/Swim Shop', separated by commas>"
3911                 },
3912                 "shop/weapons": {
3913                     "name": "Magazin de Arme",
3914                     "terms": "<translate with synonyms or related terms for 'Weapon Shop', separated by commas>"
3915                 },
3916                 "shop/window_blind": {
3917                     "terms": "<translate with synonyms or related terms for 'Window Blind Store', separated by commas>"
3918                 },
3919                 "shop/wine": {
3920                     "name": "Magazin de Vinuri",
3921                     "terms": "<translate with synonyms or related terms for 'Wine Shop', separated by commas>"
3922                 },
3923                 "tourism": {
3924                     "name": "Turism",
3925                     "terms": "<translate with synonyms or related terms for 'Tourism', separated by commas>"
3926                 },
3927                 "tourism/alpine_hut": {
3928                     "name": "Cabană",
3929                     "terms": "<translate with synonyms or related terms for 'Alpine Hut', separated by commas>"
3930                 },
3931                 "tourism/apartment": {
3932                     "name": "Apartament de Închiriat",
3933                     "terms": "<translate with synonyms or related terms for 'Guest Apartment / Condo', separated by commas>"
3934                 },
3935                 "tourism/aquarium": {
3936                     "name": "Acvariu",
3937                     "terms": "<translate with synonyms or related terms for 'Aquarium', separated by commas>"
3938                 },
3939                 "tourism/artwork": {
3940                     "terms": "<translate with synonyms or related terms for 'Artwork', separated by commas>"
3941                 },
3942                 "tourism/attraction": {
3943                     "name": "Atracție Turistică",
3944                     "terms": "<translate with synonyms or related terms for 'Tourist Attraction', separated by commas>"
3945                 },
3946                 "tourism/camp_site": {
3947                     "name": "Teren de Camping",
3948                     "terms": "<translate with synonyms or related terms for 'Campground', separated by commas>"
3949                 },
3950                 "tourism/caravan_site": {
3951                     "terms": "<translate with synonyms or related terms for 'RV Park', separated by commas>"
3952                 },
3953                 "tourism/gallery": {
3954                     "name": "Galerie de Artă",
3955                     "terms": "<translate with synonyms or related terms for 'Art Gallery', separated by commas>"
3956                 },
3957                 "tourism/guest_house": {
3958                     "name": "Casă de Oaspeți",
3959                     "terms": "<translate with synonyms or related terms for 'Guest House', separated by commas>"
3960                 },
3961                 "tourism/hostel": {
3962                     "name": "Hostel",
3963                     "terms": "<translate with synonyms or related terms for 'Hostel', separated by commas>"
3964                 },
3965                 "tourism/hotel": {
3966                     "name": "Hotel",
3967                     "terms": "<translate with synonyms or related terms for 'Hotel', separated by commas>"
3968                 },
3969                 "tourism/information": {
3970                     "name": "Informații",
3971                     "terms": "<translate with synonyms or related terms for 'Information', separated by commas>"
3972                 },
3973                 "tourism/information/board": {
3974                     "name": "Panou de Informații",
3975                     "terms": "<translate with synonyms or related terms for 'Information Board', separated by commas>"
3976                 },
3977                 "tourism/information/guidepost": {
3978                     "terms": "<translate with synonyms or related terms for 'Guidepost', separated by commas>"
3979                 },
3980                 "tourism/information/map": {
3981                     "name": "Hartă",
3982                     "terms": "<translate with synonyms or related terms for 'Map', separated by commas>"
3983                 },
3984                 "tourism/information/office": {
3985                     "name": "Oficiu de Informare Turistică",
3986                     "terms": "<translate with synonyms or related terms for 'Tourist Information Office', separated by commas>"
3987                 },
3988                 "tourism/motel": {
3989                     "name": "Motel",
3990                     "terms": "<translate with synonyms or related terms for 'Motel', separated by commas>"
3991                 },
3992                 "tourism/museum": {
3993                     "name": "Muzeu",
3994                     "terms": "<translate with synonyms or related terms for 'Museum', separated by commas>"
3995                 },
3996                 "tourism/picnic_site": {
3997                     "name": "Picnic",
3998                     "terms": "<translate with synonyms or related terms for 'Picnic Site', separated by commas>"
3999                 },
4000                 "tourism/theme_park": {
4001                     "name": "Parc de Distracții",
4002                     "terms": "<translate with synonyms or related terms for 'Theme Park', separated by commas>"
4003                 },
4004                 "tourism/viewpoint": {
4005                     "name": "Punct de Vedere",
4006                     "terms": "<translate with synonyms or related terms for 'Viewpoint', separated by commas>"
4007                 },
4008                 "tourism/zoo": {
4009                     "name": "Grădină Zoologică",
4010                     "terms": "<translate with synonyms or related terms for 'Zoo', separated by commas>"
4011                 },
4012                 "traffic_calming": {
4013                     "terms": "<translate with synonyms or related terms for 'Traffic Calming', separated by commas>"
4014                 },
4015                 "traffic_calming/bump": {
4016                     "name": "Cucui de Viteză",
4017                     "terms": "<translate with synonyms or related terms for 'Speed Bump', separated by commas>"
4018                 },
4019                 "traffic_calming/chicane": {
4020                     "terms": "<translate with synonyms or related terms for 'Traffic Chicane', separated by commas>"
4021                 },
4022                 "traffic_calming/choker": {
4023                     "terms": "<translate with synonyms or related terms for 'Traffic Choker', separated by commas>"
4024                 },
4025                 "traffic_calming/cushion": {
4026                     "terms": "g"
4027                 },
4028                 "traffic_calming/dip": {
4029                     "terms": "<translate with synonyms or related terms for 'Dip', separated by commas>"
4030                 },
4031                 "traffic_calming/hump": {
4032                     "name": "Cucui de Viteză",
4033                     "terms": "<translate with synonyms or related terms for 'Speed Hump', separated by commas>"
4034                 },
4035                 "traffic_calming/island": {
4036                     "name": "Insulă de Trafic",
4037                     "terms": "<translate with synonyms or related terms for 'Traffic Island', separated by commas>"
4038                 },
4039                 "traffic_calming/rumble_strip": {
4040                     "terms": "<translate with synonyms or related terms for 'Rumble Strip', separated by commas>"
4041                 },
4042                 "type/boundary": {
4043                     "name": "Graniță",
4044                     "terms": "<translate with synonyms or related terms for 'Boundary', separated by commas>"
4045                 },
4046                 "type/boundary/administrative": {
4047                     "name": "Graniță Administrativă",
4048                     "terms": "<translate with synonyms or related terms for 'Administrative Boundary', separated by commas>"
4049                 },
4050                 "type/multipolygon": {
4051                     "name": "Multipoligon"
4052                 },
4053                 "type/restriction": {
4054                     "name": "Restricție",
4055                     "terms": "<translate with synonyms or related terms for 'Restriction', separated by commas>"
4056                 },
4057                 "type/restriction/no_left_turn": {
4058                     "name": "Fără Întoarcere la Stânga",
4059                     "terms": "<translate with synonyms or related terms for 'No Left Turn', separated by commas>"
4060                 },
4061                 "type/restriction/no_right_turn": {
4062                     "name": "Fără Întoarcere la Dreapta",
4063                     "terms": "<translate with synonyms or related terms for 'No Right Turn', separated by commas>"
4064                 },
4065                 "type/restriction/no_straight_on": {
4066                     "name": "Fără Drum Continuu",
4067                     "terms": "<translate with synonyms or related terms for 'No Straight On', separated by commas>"
4068                 },
4069                 "type/restriction/no_u_turn": {
4070                     "name": "Fără Întoarcere",
4071                     "terms": "<translate with synonyms or related terms for 'No U-turn', separated by commas>"
4072                 },
4073                 "type/route": {
4074                     "name": "Rută",
4075                     "terms": "<translate with synonyms or related terms for 'Route', separated by commas>"
4076                 },
4077                 "type/route/bicycle": {
4078                     "name": "Rută de Biciclete",
4079                     "terms": "<translate with synonyms or related terms for 'Cycle Route', separated by commas>"
4080                 },
4081                 "type/route/bus": {
4082                     "name": "Traseu Autobuz",
4083                     "terms": "<translate with synonyms or related terms for 'Bus Route', separated by commas>"
4084                 },
4085                 "type/route/detour": {
4086                     "name": "Rută Detur",
4087                     "terms": "<translate with synonyms or related terms for 'Detour Route', separated by commas>"
4088                 },
4089                 "type/route/ferry": {
4090                     "name": "Rută de Bac",
4091                     "terms": "<translate with synonyms or related terms for 'Ferry Route', separated by commas>"
4092                 },
4093                 "type/route/foot": {
4094                     "name": "Rută pe Jos",
4095                     "terms": "<translate with synonyms or related terms for 'Foot Route', separated by commas>"
4096                 },
4097                 "type/route/hiking": {
4098                     "name": "Rută de Drumeție",
4099                     "terms": "<translate with synonyms or related terms for 'Hiking Route', separated by commas>"
4100                 },
4101                 "type/route/horse": {
4102                     "name": "Rută de Călărit",
4103                     "terms": "<translate with synonyms or related terms for 'Riding Route', separated by commas>"
4104                 },
4105                 "type/route/pipeline": {
4106                     "name": "Rută de Conducte",
4107                     "terms": "<translate with synonyms or related terms for 'Pipeline Route', separated by commas>"
4108                 },
4109                 "type/route/power": {
4110                     "name": "Rută de Energie",
4111                     "terms": "<translate with synonyms or related terms for 'Power Route', separated by commas>"
4112                 },
4113                 "type/route/road": {
4114                     "name": "Rută de Stadă",
4115                     "terms": "<translate with synonyms or related terms for 'Road Route', separated by commas>"
4116                 },
4117                 "type/route/train": {
4118                     "name": "Rută de Tren",
4119                     "terms": "<translate with synonyms or related terms for 'Train Route', separated by commas>"
4120                 },
4121                 "type/route/tram": {
4122                     "name": "Rută de Tranvai",
4123                     "terms": "<translate with synonyms or related terms for 'Tram Route', separated by commas>"
4124                 },
4125                 "type/route_master": {
4126                     "terms": "<translate with synonyms or related terms for 'Route Master', separated by commas>"
4127                 },
4128                 "type/site": {
4129                     "name": "Sit",
4130                     "terms": "<translate with synonyms or related terms for 'Site', separated by commas>"
4131                 },
4132                 "vertex": {
4133                     "name": "Altele",
4134                     "terms": "<translate with synonyms or related terms for 'Other', separated by commas>"
4135                 },
4136                 "waterway": {
4137                     "name": "Drum Marin"
4138                 },
4139                 "waterway/boatyard": {
4140                     "name": "Curte de Bărci",
4141                     "terms": "<translate with synonyms or related terms for 'Boatyard', separated by commas>"
4142                 },
4143                 "waterway/canal": {
4144                     "name": "Canal",
4145                     "terms": "<translate with synonyms or related terms for 'Canal', separated by commas>"
4146                 },
4147                 "waterway/dam": {
4148                     "name": "Baraj",
4149                     "terms": "<translate with synonyms or related terms for 'Dam', separated by commas>"
4150                 },
4151                 "waterway/ditch": {
4152                     "terms": "<translate with synonyms or related terms for 'Ditch', separated by commas>"
4153                 },
4154                 "waterway/drain": {
4155                     "name": "Pârâu",
4156                     "terms": "<translate with synonyms or related terms for 'Drain', separated by commas>"
4157                 },
4158                 "waterway/fuel": {
4159                     "terms": "<translate with synonyms or related terms for 'Marine Fuel Station', separated by commas>"
4160                 },
4161                 "waterway/river": {
4162                     "name": "Râu",
4163                     "terms": "<translate with synonyms or related terms for 'River', separated by commas>"
4164                 },
4165                 "waterway/riverbank": {
4166                     "name": "Mal",
4167                     "terms": "<translate with synonyms or related terms for 'Riverbank', separated by commas>"
4168                 },
4169                 "waterway/sanitary_dump_station": {
4170                     "terms": "<translate with synonyms or related terms for 'Marine Toilet Disposal', separated by commas>"
4171                 },
4172                 "waterway/stream": {
4173                     "name": "Fluviu",
4174                     "terms": "<translate with synonyms or related terms for 'Stream', separated by commas>q"
4175                 },
4176                 "waterway/water_point": {
4177                     "terms": "<translate with synonyms or related terms for 'Marine Drinking Water', separated by commas>"
4178                 },
4179                 "waterway/waterfall": {
4180                     "name": "Cascadă",
4181                     "terms": "<translate with synonyms or related terms for 'Waterfall', separated by commas>"
4182                 },
4183                 "waterway/weir": {
4184                     "terms": "<translate with synonyms or related terms for 'Weir', separated by commas>"
4185                 }
4186             }
4187         },
4188         "imagery": {
4189             "Bing": {
4190                 "description": "Imagini aeriane și de satelit.",
4191                 "name": "Imagini aeriane Bing"
4192             },
4193             "DigitalGlobe-Premium": {
4194                 "attribution": {
4195                     "text": "Termeni & Feedback"
4196                 },
4197                 "description": "Imagini satelit DigitalGlobe Premium",
4198                 "name": "Imagini DigitalGlobe Premium"
4199             },
4200             "DigitalGlobe-Standard": {
4201                 "attribution": {
4202                     "text": "Termeni & Feedback"
4203                 },
4204                 "description": "Imagini de satelit DigitalGlobe standard.",
4205                 "name": "Imagini DigitalGlobe Standard"
4206             },
4207             "DigitalGlobe-Standard-vintage": {
4208                 "attribution": {
4209                     "text": "Termeni & Feedback"
4210                 }
4211             },
4212             "MAPNIK": {
4213                 "attribution": {
4214                     "text": "© Contribuitori OpenStreetMap, CC-BY-SA"
4215                 },
4216                 "description": "Stratul OpenStreetMap implicit.",
4217                 "name": "OpenStreetMap (Standard)"
4218             },
4219             "Mapbox": {
4220                 "attribution": {
4221                     "text": "Termeni & feedback"
4222                 },
4223                 "description": "Satelit și imagini aeriane.",
4224                 "name": "Satelit Mapbox"
4225             },
4226             "OSM_Inspector-Addresses": {
4227                 "attribution": {
4228                     "text": "© Geofabrik GmbH, contribuitori OpenStreetMap, CC-BY-SA"
4229                 },
4230                 "name": "Inspector OSM: Adrese"
4231             },
4232             "OSM_Inspector-Geometry": {
4233                 "attribution": {
4234                     "text": "© Geofabrik GmbH, contribuitori OpenStreetMap, CC-BY-SA"
4235                 },
4236                 "name": "Inspector OSM: Geometrie"
4237             },
4238             "OSM_Inspector-Highways": {
4239                 "attribution": {
4240                     "text": "© Geofabrik GmbH, contribuitori OpenStreetMap, CC-BY-SA"
4241                 },
4242                 "name": "Inspector OSM: Drumuri"
4243             },
4244             "OSM_Inspector-Multipolygon": {
4245                 "attribution": {
4246                     "text": "© Geofabrik GmbH, contribuitori OpenStreetMap, CC-BY-SA"
4247                 },
4248                 "name": "Inspector OSM: Suprafațe"
4249             },
4250             "OSM_Inspector-Places": {
4251                 "attribution": {
4252                     "text": "© Geofabrik GmbH, contribuitori OpenStreetMap, CC-BY-SA"
4253                 },
4254                 "name": "Inspector OSM: Locuri"
4255             },
4256             "OSM_Inspector-Routing": {
4257                 "attribution": {
4258                     "text": "© Geofabrik GmbH, contribuitori OpenStreetMap, CC-BY-SA"
4259                 },
4260                 "name": "Inspector OSM: Rutare"
4261             },
4262             "OSM_Inspector-Tagging": {
4263                 "attribution": {
4264                     "text": "© Geofabrik GmbH, contribuitori OpenStreetMap, CC-BY-SA"
4265                 },
4266                 "name": "Inspector OSM: Adăugare de taguri"
4267             },
4268             "Waymarked_Trails-Cycling": {
4269                 "name": "Trasee Marcate: Bicicletă"
4270             },
4271             "Waymarked_Trails-Hiking": {
4272                 "name": "Trasee Marcate: Drumeție"
4273             },
4274             "Waymarked_Trails-MTB": {
4275                 "name": "Trasee Marcate: MTB"
4276             },
4277             "Waymarked_Trails-Skating": {
4278                 "name": "Trasee Marcate: Skating"
4279             },
4280             "Waymarked_Trails-Winter_Sports": {
4281                 "name": "Trasee Marcate: Sporturi de iarnă"
4282             },
4283             "basemap.at": {
4284                 "attribution": {
4285                     "text": "basemap.at"
4286                 },
4287                 "name": "basemap.at"
4288             },
4289             "basemap.at-orthofoto": {
4290                 "attribution": {
4291                     "text": "basemap.at"
4292                 },
4293                 "description": "Strat Orthofoto furnizat de basemap.at. \"Succesor\" al imaginilor geoimage.at.",
4294                 "name": "Orthofoto basemap.at "
4295             },
4296             "hike_n_bike": {
4297                 "attribution": {
4298                     "text": "© Contribuitori OpenStreetMap"
4299                 },
4300                 "name": "Drumeție & Bicicletă"
4301             },
4302             "mapbox_locator_overlay": {
4303                 "attribution": {
4304                     "text": "Termeni & Feedback"
4305                 },
4306                 "description": "Arată obiecte majore pentru a te ajuta la orientare.",
4307                 "name": "Acoperire Locator"
4308             },
4309             "openpt_map": {
4310                 "attribution": {
4311                     "text": "© Contribuitori OpenStreetMap, CC-BY-SA"
4312                 },
4313                 "name": "OpenPT Map (acoperire)"
4314             },
4315             "osm-gps": {
4316                 "attribution": {
4317                     "text": "© Contribuitori OpenStreetMap"
4318                 },
4319                 "description": "Urme GPS publice încărcate la OpenStreetMap.",
4320                 "name": "OpenStreetMap urme GPS"
4321             },
4322             "osm-mapnik-black_and_white": {
4323                 "attribution": {
4324                     "text": "© Contribuitori OpenStreetMap, CC-BY-SA"
4325                 },
4326                 "name": "OpenStreetMap (Standard Alb & Negru)"
4327             },
4328             "osm-mapnik-german_style": {
4329                 "attribution": {
4330                     "text": "© Contribuitori OpenStreetMap, CC-BY-SA"
4331                 },
4332                 "name": "OpenStreetMap (Stil German)"
4333             },
4334             "qa_no_address": {
4335                 "attribution": {
4336                     "text": "Simon Poole, Date contribuitori ©OpenStreetMap"
4337                 },
4338                 "name": "QA Fără Adresă"
4339             },
4340             "skobbler": {
4341                 "attribution": {
4342                     "text": "© Plăci: skobbler Date hartă: Contribuitori OpenStreetMap"
4343                 },
4344                 "name": "skobbler"
4345             },
4346             "stamen-terrain-background": {
4347                 "name": "Teren Stamen"
4348             },
4349             "tf-cycle": {
4350                 "attribution": {
4351                     "text": "Hărți © Thunderforest, Date © Contribuitori OpenStreetMap"
4352                 },
4353                 "name": "OpenCycleMap Thunderforest"
4354             },
4355             "tf-landscape": {
4356                 "attribution": {
4357                     "text": "Hărți © Thunderforest, Date © Contribuitori OpenStreetMap"
4358                 },
4359                 "name": "Peisaj Thunderforest "
4360             }
4361         },
4362         "community": {
4363             "Bay-Area-OpenStreetMappers": {
4364                 "description": "Îmbunătățește OpenStreetMap în Bay Area"
4365             }
4366         }
4367     }
4368 }