]> git.openstreetmap.org Git - rails.git/blob - vendor/assets/iD/iD/locales/lv.json
Add support for GitHub authentication
[rails.git] / vendor / assets / iD / iD / locales / lv.json
1 {
2     "modes": {
3         "add_area": {
4             "title": "Apgabals",
5             "description": "Pievieno parkus, ēkas, ezerus un citus apgabalus.",
6             "tail": "Klikšķiniet uz kartes, lai sāktu zīmēt apgabalu, piemēram, parku, ezeru, vai ēku."
7         },
8         "add_line": {
9             "title": "Līnija",
10             "description": "Pievieno ceļus, ielas, takas kanālus un citas līnijas.",
11             "tail": "Klikšķiniet uz kartes, lai sāktu zīmēt līniju, piemēram, ceļu vai taku."
12         },
13         "add_point": {
14             "title": "Punkts",
15             "description": "Pievieno restorānus, pieminekļus, veikalus un citus punktus.",
16             "tail": "Klikšķiniet uz kartes, lai pievienotu interešu punktu."
17         },
18         "browse": {
19             "title": "Pārlūkot",
20             "description": "Pārlūko karti."
21         }
22     },
23     "operations": {
24         "add": {
25             "annotation": {
26                 "point": "Punkts pievienots.",
27                 "vertex": "Mezgls pievienots līnijai."
28             }
29         },
30         "start": {
31             "annotation": {
32                 "line": "Līnija iesākta.",
33                 "area": "Apgabals iesākts."
34             }
35         },
36         "continue": {
37             "title": "Turpināt ",
38             "description": "Turpināt šo līniju.",
39             "annotation": {
40                 "line": "Līnija turpināta.",
41                 "area": "Apgabals turpināts."
42             }
43         },
44         "cancel_draw": {
45             "annotation": "Zīmēšana atcelta."
46         },
47         "change_tags": {
48             "annotation": "Apzīmējumi mainīti."
49         },
50         "circularize": {
51             "title": "Pārveidot par apļveida",
52             "description": {
53                 "line": "Pārveidot šo līniju par apļveida.",
54                 "area": "Pārveidot šo apgabalu par apļveida"
55             },
56             "key": "O",
57             "annotation": {
58                 "line": "Līnija pārveidota par apļveida.",
59                 "area": "Apgabals pārveidots par apļveida."
60             },
61             "not_closed": "Šo objektu nevar pārveidot par apļveida, jo tas nav pabeigts."
62         },
63         "orthogonalize": {
64             "title": "Kvadrāts",
65             "annotation": {
66                 "line": "Līnijas leņķi pārvedoti par taisnleņķiem.",
67                 "area": "Apgabala leņķi pārvedoti par taisnleņķiem."
68             }
69         },
70         "delete": {
71             "title": "Dzēst",
72             "annotation": {
73                 "point": "Punkts dzēsts.",
74                 "vertex": "Mezgls dzests.",
75                 "line": "Līnija dzēsta.",
76                 "area": "Apgabals dzēsts.",
77                 "relation": "Relācija dzēsta.",
78                 "multiple": "{n} objekti dzēsti."
79             }
80         },
81         "connect": {
82             "annotation": {
83                 "point": "Līnija savienota ar punktu.",
84                 "vertex": "Līnija savienota ar citu.",
85                 "line": "Līnija savienota ar līniju.",
86                 "area": "Līnija savienota ar apgabalu."
87             }
88         },
89         "disconnect": {
90             "title": "Atvienot",
91             "description": "Atvieno līnijas.",
92             "key": "D",
93             "annotation": "Līnijas atvienotas."
94         },
95         "merge": {
96             "title": "Sapludināt",
97             "key": "C",
98             "not_eligible": "Šos objektus nevar apvienot."
99         },
100         "move": {
101             "title": "Pārvietot",
102             "description": "Pārvieto objektu.",
103             "key": "M",
104             "annotation": {
105                 "point": "Punkts pārvietots.",
106                 "vertex": "Mezgls pārvietots.",
107                 "line": "Līnija pārvietota.",
108                 "area": "Apgabals pārvietots.",
109                 "multiple": "Vairāki objekti pārvietoti."
110             },
111             "incomplete_relation": "Šo objektu nevar pārvietot, jo tas nav pilnībā lejuplādēts."
112         },
113         "rotate": {
114             "title": "Pagriezt",
115             "key": "R",
116             "annotation": {
117                 "line": "Līnija pagriezta.",
118                 "area": "Apgabals pagriezts."
119             }
120         },
121         "reverse": {
122             "title": "Mainīt virzienu",
123             "description": "Mainīt līnijas virzienu.",
124             "key": "V",
125             "annotation": "Līnijas virziens mainīts."
126         },
127         "split": {
128             "title": "Sadalīt",
129             "description": {
130                 "area": "Sadalīt šī apgabala robežu divās daļās."
131             },
132             "key": "X",
133             "annotation": {
134                 "line": "Sadalīt līniju.",
135                 "area": "Sadalīt apgabala robežu.",
136                 "multiple": "Sadalīt {n} līnijas/apgabala robežas."
137             },
138             "not_eligible": "Līnijas nevar sadalīt to sākumā vai beigās."
139         }
140     },
141     "undo": {
142         "tooltip": "Atcelt: {action}",
143         "nothing": "Nav nekā, ko atcelt"
144     },
145     "redo": {
146         "tooltip": "Atgriezt: {action}",
147         "nothing": "Nav nekā, ko atsaukt"
148     },
149     "translate": {
150         "translate": "Tulkot",
151         "localized_translation_language": "Izvelties valodu"
152     },
153     "zoom_in_edit": "Pietuvināt, lai labotu",
154     "logout": "atslēgties",
155     "loading_auth": "Savienojas ar OpenStreetMap...",
156     "status": {
157         "error": "Nevarēja savienoties ar API."
158     },
159     "commit": {
160         "title": "Saglabāt izmaiņas",
161         "save": "Saglabāt",
162         "cancel": "Atcelt",
163         "warnings": "Brīdinājumi",
164         "modified": "Mainīts",
165         "deleted": "Dzēsts",
166         "created": "Izveidots"
167     },
168     "geocoder": {
169         "search": "Meklēt pasaulē...",
170         "no_results_visible": "Nav rezultātu redzamajā kartes apgabalā",
171         "no_results_worldwide": "Nav rezultātu"
172     },
173     "geolocate": {
174         "title": "Parādīt manu atrašanās vietu"
175     },
176     "inspector": {
177         "no_documentation_combination": "Šai apzīmējumu kombinācijai nav piejama dokumentācija",
178         "no_documentation_key": "Šai vērtībai nav piejama dokumentācija",
179         "show_more": "Rādīt vairāk",
180         "view_on_osm": "Apskatīt openstreetmap.org",
181         "all_members": "Visi biedri",
182         "role": "Loma",
183         "choose": "Izvēlieties objekta tipu",
184         "results": "Atrasti {n} rezultāti meklējot {search}",
185         "reference": "Skatīt OpenStreetMap wiki →",
186         "remove": "Noņemt ",
187         "search": "Meklēt",
188         "unknown": "Nezināms",
189         "incomplete": "<nav lejuplādēts>"
190     },
191     "background": {
192         "title": "Fons",
193         "description": "Fona iestatījumi",
194         "percent_brightness": "{opacity}% caurspīdīgums",
195         "reset": "Atiestatīt"
196     },
197     "restore": {
198         "heading": "Jums ir nesaglabātas izmaiņas",
199         "description": "Jums ir nesaglabātas izmaiņas no iepriekšējās labošanas sesijas. Vai vēlaties ielādēt šīs izmaiņas?",
200         "restore": "Ielādēt",
201         "reset": "Atmest"
202     },
203     "save": {
204         "title": "Saglabāt",
205         "help": "Saglabā izmaiņas, padarot tās redzamas citiem.",
206         "no_changes": "Nav izmaiņu, ko saglabāt.",
207         "uploading": "Augšupielādē izmaiņas",
208         "unsaved_changes": "Jums ir nesaglabātas izmaiņas"
209     },
210     "success": {
211         "edited_osm": "Jūs izmainījāt OSM!",
212         "just_edited": "Jūs nupat rediģējāt OpenStreetMap",
213         "view_on_osm": "Apskatīt OSM",
214         "facebook": "Dalīties Facebook",
215         "twitter": "Dalīties uz Facebook",
216         "google": "Dalīties uz Google+"
217     },
218     "confirm": {
219         "okay": "Labi"
220     },
221     "splash": {
222         "welcome": "Laipni lūgti iD OpenStreetMap redaktorā",
223         "start": "Labot tagad"
224     },
225     "source_switch": {
226         "live": "live",
227         "lose_changes": "Jums ir nesaglabātas izmaiņas. Tās tiks zaudētas mainot karšu serveri. Vai tiešām vēlaties mainīt karšu serveri?",
228         "dev": "dev"
229     },
230     "tag_reference": {
231         "description": "Apraksts",
232         "on_wiki": "{tag} wiki.osm.org",
233         "used_with": "izmantots kopā ar {type}"
234     },
235     "validations": {
236         "untagged_line": "Neapzīmēta līnija",
237         "untagged_area": "Neapzīmēts apgabals",
238         "many_deletions": "Jūs dzēšat {n} objektus. Vai tiešām vēlaties to darīt? Tie tiks izdzēsti no kartes, ko visi var aplūkt openstreetmap.org.",
239         "tag_suggests_area": "Apzīmējums {tag} parasti tiek lietots apgabaliem, bet objekts nav apgabals",
240         "deprecated_tags": "Novecojuši apzīmējumi: {tags}"
241     },
242     "zoom": {
243         "in": "Pietuvināt",
244         "out": "Attālināt"
245     },
246     "gpx": {
247         "local_layer": "Vietējais GPX fails"
248     },
249     "help": {
250         "title": "Palīdzība"
251     },
252     "intro": {
253         "navigation": {
254             "title": "Navigācija"
255         },
256         "points": {
257             "title": "Punkti"
258         },
259         "areas": {
260             "title": "Apgabali",
261             "search": "**Meklēt '{name}'.**"
262         },
263         "lines": {
264             "title": "Līnijas",
265             "start": "**Uzsāciet līniju, klikšķinot ceļa beigu punktā.**"
266         },
267         "startediting": {
268             "save": "Neizmirstiet regulāri saglabāt izmaiņas!",
269             "start": "Sāc kartēt!"
270         }
271     },
272     "presets": {
273         "fields": {
274             "access": {
275                 "options": {
276                     "designated": {
277                         "description": "Piekļuve atļauta atbilstoši zīmēm vai speciāliem vietējiem likumiem",
278                         "title": "Nozīmēts"
279                     },
280                     "destination": {
281                         "title": "Galamērķis"
282                     },
283                     "no": {
284                         "description": "Piekļuve nav atļauta bez speciālā atļaujām ",
285                         "title": "Aizliegts"
286                     },
287                     "permissive": {
288                         "description": "Piekļuve atļauta līdz īpašnieks atsauc atļauju"
289                     },
290                     "private": {
291                         "description": "Piekļuve atļauta tikai ar īpašnieka atļauju",
292                         "title": "Privāts"
293                     },
294                     "yes": {
295                         "description": "Piekļuve atļauta ar likumu",
296                         "title": "Atļauts"
297                     }
298                 },
299                 "types": {
300                     "bicycle": "Velosipēdi",
301                     "foot": "Kājām",
302                     "horse": "Zirgi",
303                     "motor_vehicle": "Automašīnas"
304                 }
305             },
306             "address": {
307                 "label": "Adrese",
308                 "placeholders": {
309                     "city": "Pilsēta",
310                     "street": "Iela"
311                 }
312             },
313             "aeroway": {
314                 "label": "Tips"
315             },
316             "amenity": {
317                 "label": "Tips"
318             },
319             "atm": {
320                 "label": "Bankomāts"
321             },
322             "barrier": {
323                 "label": "Tips"
324             },
325             "bicycle_parking": {
326                 "label": "Tips"
327             },
328             "building": {
329                 "label": "Ēka"
330             },
331             "building_area": {
332                 "label": "Ēka"
333             },
334             "capacity": {
335                 "label": "Ietilpība"
336             },
337             "cardinal_direction": {
338                 "label": "Virziens"
339             },
340             "construction": {
341                 "label": "Tips"
342             },
343             "country": {
344                 "label": "Valsts"
345             },
346             "crossing": {
347                 "label": "Tips"
348             },
349             "cuisine": {
350                 "label": "Ēdiens"
351             },
352             "denomination": {
353                 "label": "Denominācija"
354             },
355             "elevation": {
356                 "label": "Augstums"
357             },
358             "emergency": {
359                 "label": "Ārkārtas"
360             },
361             "entrance": {
362                 "label": "Tips"
363             },
364             "fax": {
365                 "label": "Fakss"
366             },
367             "fee": {
368                 "label": "Maksa"
369             },
370             "highway": {
371                 "label": "Tips"
372             },
373             "historic": {
374                 "label": "Tips"
375             },
376             "internet_access": {
377                 "label": "Interneta piekļuve",
378                 "options": {
379                     "terminal": "Termināls",
380                     "wired": "Kabeļinternets",
381                     "wlan": "Bezvadu internets"
382                 }
383             },
384             "landuse": {
385                 "label": "Tips"
386             },
387             "layer": {
388                 "label": "Līmenis"
389             },
390             "leisure": {
391                 "label": "Tips"
392             },
393             "levels": {
394                 "label": "Stāvu skaits"
395             },
396             "man_made": {
397                 "label": "Tips"
398             },
399             "maxspeed": {
400                 "label": "Ātruma ierobežojums"
401             },
402             "name": {
403                 "label": "Vārds"
404             },
405             "natural": {
406                 "label": "Dabisks"
407             },
408             "network": {
409                 "label": "Tīlks"
410             },
411             "note": {
412                 "label": "Piezīme"
413             },
414             "office": {
415                 "label": "Tips"
416             },
417             "oneway": {
418                 "label": "Vienvirziena"
419             },
420             "oneway_yes": {
421                 "label": "Vienvirziena"
422             },
423             "opening_hours": {
424                 "label": "Darba laiks"
425             },
426             "operator": {
427                 "label": "Operators"
428             },
429             "park_ride": {
430                 "label": "Novieto un brauc"
431             },
432             "parking": {
433                 "label": "Tips"
434             },
435             "phone": {
436                 "label": "Telefons"
437             },
438             "place": {
439                 "label": "Tips"
440             },
441             "power": {
442                 "label": "Tips"
443             },
444             "railway": {
445                 "label": "Tips"
446             },
447             "ref": {
448                 "label": "Atskaites punkts"
449             },
450             "religion": {
451                 "label": "Reliģija"
452             },
453             "service": {
454                 "label": "Tips"
455             },
456             "shelter": {
457                 "label": "Pajumte"
458             },
459             "shop": {
460                 "label": "Tips"
461             },
462             "source": {
463                 "label": "Avots"
464             },
465             "sport": {
466                 "label": "Sports"
467             },
468             "structure": {
469                 "label": "Objekts",
470                 "options": {
471                     "bridge": "Tilts",
472                     "cutting": "Izgriezums",
473                     "embankment": "Krastmala",
474                     "tunnel": "Tunelis"
475                 }
476             },
477             "surface": {
478                 "label": "Segums"
479             },
480             "tourism": {
481                 "label": "Tips"
482             },
483             "water": {
484                 "label": "Tips"
485             },
486             "waterway": {
487                 "label": "Tips"
488             },
489             "website": {
490                 "label": "Interneta lapa"
491             },
492             "wetland": {
493                 "label": "Tips"
494             },
495             "wheelchair": {
496                 "label": "Ratiņkrēslam pieejams"
497             },
498             "wikipedia": {
499                 "label": "Vikipēdija"
500             }
501         },
502         "presets": {
503             "aeroway": {
504                 "name": "Skrejceļš"
505             },
506             "aeroway/aerodrome": {
507                 "name": "Lidosta"
508             },
509             "aeroway/helipad": {
510                 "name": "Helikopteru nosēšanās laukums"
511             },
512             "amenity/bank": {
513                 "name": "Banka"
514             },
515             "amenity/bar": {
516                 "name": "Bārs"
517             },
518             "amenity/bench": {
519                 "name": "Sols"
520             },
521             "amenity/bicycle_parking": {
522                 "name": "Velo stāvvieta"
523             },
524             "amenity/bicycle_rental": {
525                 "name": "Velonoma"
526             },
527             "amenity/cafe": {
528                 "name": "Kafejnīca"
529             },
530             "amenity/cinema": {
531                 "name": "Kino"
532             },
533             "amenity/courthouse": {
534                 "name": "Tiesas nams"
535             },
536             "amenity/embassy": {
537                 "name": "Vēstniecība"
538             },
539             "amenity/fast_food": {
540                 "name": "Ātrās ēdināšanas iestāde"
541             },
542             "amenity/fire_station": {
543                 "name": "Ugunsdzēsēju stacija"
544             },
545             "amenity/fuel": {
546                 "name": "Degvielas uzpildes stacija"
547             },
548             "amenity/grave_yard": {
549                 "name": "Kapi"
550             },
551             "amenity/library": {
552                 "name": "Bibliotēka"
553             },
554             "amenity/marketplace": {
555                 "name": "Tirgus"
556             },
557             "amenity/pharmacy": {
558                 "name": "Aptieka"
559             },
560             "amenity/place_of_worship": {
561                 "name": "Dievnams"
562             },
563             "amenity/place_of_worship/christian": {
564                 "name": "Baznīca"
565             },
566             "amenity/place_of_worship/jewish": {
567                 "name": "Sinagoga"
568             },
569             "amenity/place_of_worship/muslim": {
570                 "name": "Mošeja"
571             },
572             "amenity/police": {
573                 "name": "Policija"
574             },
575             "amenity/post_box": {
576                 "name": "Pasta kastīte"
577             },
578             "amenity/post_office": {
579                 "name": "Pasta nodaļa"
580             },
581             "amenity/pub": {
582                 "name": "Krogs"
583             },
584             "amenity/restaurant": {
585                 "name": "Restorāns"
586             },
587             "amenity/swimming_pool": {
588                 "name": "Peldbaseins"
589             },
590             "amenity/telephone": {
591                 "name": "Telefons"
592             },
593             "amenity/theatre": {
594                 "name": "Teātris"
595             },
596             "amenity/toilets": {
597                 "name": "Tualete"
598             },
599             "amenity/townhall": {
600                 "name": "Pilsētas dome"
601             },
602             "barrier": {
603                 "name": "Barjera"
604             },
605             "barrier/block": {
606                 "name": "Ēkas daļa"
607             },
608             "barrier/city_wall": {
609                 "name": "Pilsētas mūri"
610             },
611             "barrier/cycle_barrier": {
612                 "name": "Veloceliņa barjera"
613             },
614             "barrier/entrance": {
615                 "name": "Ieeja"
616             },
617             "barrier/fence": {
618                 "name": "Žogs"
619             },
620             "barrier/gate": {
621                 "name": "Vārti"
622             },
623             "barrier/kissing_gate": {
624                 "name": "Dubultveramie vārti"
625             },
626             "barrier/lift_gate": {
627                 "name": "Lifta ieeja"
628             },
629             "barrier/toll_booth": {
630                 "name": "Muitas punkts"
631             },
632             "barrier/wall": {
633                 "name": "Siena"
634             },
635             "boundary/administrative": {
636                 "name": "Administratīvā robeža"
637             },
638             "building": {
639                 "name": "Ēka"
640             },
641             "building/apartments": {
642                 "name": "Dzīvokļi"
643             },
644             "building/house": {
645                 "name": "Māja"
646             },
647             "highway": {
648                 "name": "Šoseja"
649             },
650             "highway/bus_stop": {
651                 "name": "Autobusa pietura"
652             },
653             "highway/cycleway": {
654                 "name": "Veloceliņš"
655             },
656             "highway/footway": {
657                 "name": "Taka"
658             },
659             "highway/motorway": {
660                 "name": "Ātrgaitas šoseja"
661             },
662             "highway/path": {
663                 "name": "Taka"
664             },
665             "highway/primary": {
666                 "name": "Galvenais ceļš"
667             },
668             "highway/road": {
669                 "name": "Nezināms ceļš"
670             },
671             "highway/secondary": {
672                 "name": "Otrās škiras ceļš"
673             },
674             "highway/service": {
675                 "name": "Apkalpošanas ceļš"
676             },
677             "highway/steps": {
678                 "name": "Kāpnes"
679             },
680             "highway/traffic_signals": {
681                 "name": "Luksofors"
682             },
683             "highway/turning_circle": {
684                 "name": "Apgriešanās riņķis"
685             },
686             "historic": {
687                 "name": "Vēsturiska vieta"
688             },
689             "historic/archaeological_site": {
690                 "name": "Arheoloģisko izrakumu vieta"
691             },
692             "historic/boundary_stone": {
693                 "name": "Robežakmens"
694             },
695             "historic/castle": {
696                 "name": "Pils"
697             },
698             "historic/memorial": {
699                 "name": "Memoriāls"
700             },
701             "historic/monument": {
702                 "name": "Piemineklis"
703             },
704             "historic/ruins": {
705                 "name": "Pilsdrupas"
706             },
707             "landuse/basin": {
708                 "name": "Baseins"
709             },
710             "landuse/cemetery": {
711                 "name": "Kapsēta"
712             },
713             "landuse/construction": {
714                 "name": "Būvlaukums"
715             },
716             "landuse/farmyard": {
717                 "name": "Lauku sēta"
718             },
719             "landuse/forest": {
720                 "name": "Mežs"
721             },
722             "landuse/grass": {
723                 "name": "Zāle"
724             },
725             "landuse/meadow": {
726                 "name": "Pļava"
727             },
728             "landuse/quarry": {
729                 "name": "Karjers"
730             },
731             "landuse/vineyard": {
732                 "name": "Vīnogu lauks"
733             },
734             "leisure": {
735                 "name": "Brīvā laika"
736             },
737             "leisure/garden": {
738                 "name": "Dārzs"
739             },
740             "leisure/golf_course": {
741                 "name": "Golfa laukums"
742             },
743             "leisure/park": {
744                 "name": "Parks"
745             },
746             "leisure/pitch": {
747                 "name": "Sporta laukums"
748             },
749             "leisure/pitch/american_football": {
750                 "name": "Amerikāņu futbola laukums"
751             },
752             "leisure/pitch/baseball": {
753                 "name": "Beisbola laukums"
754             },
755             "leisure/pitch/basketball": {
756                 "name": "Basketbola laukums"
757             },
758             "leisure/pitch/soccer": {
759                 "name": "Futbola laukums"
760             },
761             "leisure/pitch/tennis": {
762                 "name": "Tenisa korti"
763             },
764             "leisure/playground": {
765                 "name": "Spēļlaukums"
766             },
767             "leisure/stadium": {
768                 "name": "Stadions"
769             },
770             "leisure/swimming_pool": {
771                 "name": "Peldbaseins"
772             },
773             "man_made": {
774                 "name": "Cilvēka radīts"
775             },
776             "man_made/lighthouse": {
777                 "name": "Bāka"
778             },
779             "man_made/survey_point": {
780                 "name": "Novērošanas punkts"
781             },
782             "man_made/wastewater_plant": {
783                 "name": "Notekūdeņu stacija"
784             },
785             "man_made/water_tower": {
786                 "name": "Ūdenstornis"
787             },
788             "natural": {
789                 "name": "Dabisks"
790             },
791             "natural/bay": {
792                 "name": "Līcis"
793             },
794             "natural/beach": {
795                 "name": "Pludmale"
796             },
797             "natural/cliff": {
798                 "name": "Klints"
799             },
800             "natural/coastline": {
801                 "name": "Krasta līnija"
802             },
803             "natural/glacier": {
804                 "name": "Ledājs"
805             },
806             "natural/grassland": {
807                 "name": "Neapstrādāta zeme"
808             },
809             "natural/heath": {
810                 "name": "Siltums"
811             },
812             "natural/peak": {
813                 "name": "Virsotne"
814             },
815             "natural/spring": {
816                 "name": "Avots"
817             },
818             "natural/tree": {
819                 "name": "Koks"
820             },
821             "natural/water": {
822                 "name": "Ūdens"
823             },
824             "natural/water/lake": {
825                 "name": "Ezers"
826             },
827             "natural/water/pond": {
828                 "name": "Dīķis"
829             },
830             "natural/water/reservoir": {
831                 "name": "Ūdenstilpne"
832             },
833             "natural/wetland": {
834                 "name": "Purvs"
835             },
836             "natural/wood": {
837                 "name": "Koks"
838             },
839             "office": {
840                 "name": "Biroju ēka"
841             },
842             "place": {
843                 "name": "Vieta"
844             },
845             "place/city": {
846                 "name": "Lielpilsēta"
847             },
848             "place/island": {
849                 "name": "Sala"
850             },
851             "place/town": {
852                 "name": "Pilsēta"
853             },
854             "place/village": {
855                 "name": "Ciems"
856             },
857             "power": {
858                 "name": "Enerģija"
859             },
860             "power/line": {
861                 "name": "Elektrolīnija"
862             },
863             "power/sub_station": {
864                 "name": "Metro stacija"
865             },
866             "power/tower": {
867                 "name": "Augstsprieguma tornis"
868             },
869             "power/transformer": {
870                 "name": "Transformators"
871             },
872             "railway": {
873                 "name": "Vilciens"
874             },
875             "railway/abandoned": {
876                 "name": "Pamests dzelzceļš"
877             },
878             "railway/disused": {
879                 "name": "Nelietots dzelzceļš"
880             },
881             "railway/monorail": {
882                 "name": "Viensliežu vilciens"
883             },
884             "railway/rail": {
885                 "name": "Sliedes"
886             },
887             "railway/station": {
888                 "name": "Dzelzceļa stacija"
889             },
890             "railway/subway": {
891                 "name": "Metro"
892             },
893             "railway/subway_entrance": {
894                 "name": "Metro ieeja"
895             },
896             "railway/tram": {
897                 "name": "Tramvajs"
898             },
899             "shop": {
900                 "name": "Veikals"
901             },
902             "shop/alcohol": {
903                 "name": "Alkoholisko dzērienu veikals"
904             },
905             "shop/bakery": {
906                 "name": "Konditoreja"
907             },
908             "shop/beauty": {
909                 "name": "Skaistumveikals"
910             },
911             "shop/beverages": {
912                 "name": "Dzērienu veikals"
913             },
914             "shop/bicycle": {
915                 "name": "Velo veikals"
916             },
917             "shop/boutique": {
918                 "name": "Veikals"
919             },
920             "shop/butcher": {
921                 "name": "Miesnieks"
922             },
923             "shop/car": {
924                 "name": "Auto dīleris"
925             },
926             "shop/car_parts": {
927                 "name": "Auto rezerves daļu veikals"
928             },
929             "shop/car_repair": {
930                 "name": "Auto remontdarbnīca"
931             },
932             "shop/chemist": {
933                 "name": "Aptiekārs"
934             },
935             "shop/clothes": {
936                 "name": "Apģērba veikals"
937             },
938             "shop/computer": {
939                 "name": "Datorveikals"
940             },
941             "shop/convenience": {
942                 "name": "Veikals"
943             },
944             "shop/deli": {
945                 "name": "Delikateses"
946             },
947             "shop/department_store": {
948                 "name": "Lielveikals"
949             },
950             "shop/electronics": {
951                 "name": "Elektronikas veikals"
952             },
953             "shop/florist": {
954                 "name": "Florists"
955             },
956             "shop/furniture": {
957                 "name": "Mēbeļu veikals"
958             },
959             "shop/garden_centre": {
960                 "name": "Dārzkopības veikals"
961             },
962             "shop/gift": {
963                 "name": "Dāvanu veikals"
964             },
965             "shop/hairdresser": {
966                 "name": "Frizieris"
967             },
968             "shop/hardware": {
969                 "name": "Celtniecības veikals"
970             },
971             "shop/jewelry": {
972                 "name": "Juvelieris"
973             },
974             "shop/laundry": {
975                 "name": "Veļas mazgātuve"
976             },
977             "shop/mall": {
978                 "name": "Iepirkšanās centrs"
979             },
980             "shop/mobile_phone": {
981                 "name": "Mobilo telefonu veikals"
982             },
983             "shop/motorcycle": {
984                 "name": "Motociklu veikals"
985             },
986             "shop/music": {
987                 "name": "Mūzikas veikals"
988             },
989             "shop/optician": {
990                 "name": "Optometrists"
991             },
992             "shop/pet": {
993                 "name": "Dzīvnieku veikals"
994             },
995             "shop/shoes": {
996                 "name": "Apavu veikals"
997             },
998             "shop/sports": {
999                 "name": "Sporta veikals"
1000             },
1001             "shop/stationery": {
1002                 "name": "Rakstāmlietu veikals"
1003             },
1004             "shop/supermarket": {
1005                 "name": "Lielveikals"
1006             },
1007             "shop/toys": {
1008                 "name": "Rotaļlietu veikals"
1009             },
1010             "shop/travel_agency": {
1011                 "name": "Ceļojumu aģentūra"
1012             },
1013             "shop/tyres": {
1014                 "name": "Riepu veikals"
1015             },
1016             "shop/video": {
1017                 "name": "Video veikals"
1018             },
1019             "tourism": {
1020                 "name": "Tūrisms"
1021             },
1022             "tourism/artwork": {
1023                 "name": "Mākslas darbs"
1024             },
1025             "tourism/attraction": {
1026                 "name": "Tūrisma objekts"
1027             },
1028             "tourism/camp_site": {
1029                 "name": "Telšu vieta"
1030             },
1031             "tourism/guest_house": {
1032                 "name": "Viesu nams"
1033             },
1034             "tourism/hostel": {
1035                 "name": "Hostelis"
1036             },
1037             "tourism/hotel": {
1038                 "name": "Viesnīca"
1039             },
1040             "tourism/information": {
1041                 "name": "Informācija"
1042             },
1043             "tourism/motel": {
1044                 "name": "Motelis"
1045             },
1046             "tourism/museum": {
1047                 "name": "Muzejs"
1048             },
1049             "tourism/picnic_site": {
1050                 "name": "Piknika vieta"
1051             },
1052             "tourism/theme_park": {
1053                 "name": "Tematiskais parks"
1054             },
1055             "tourism/viewpoint": {
1056                 "name": "Skatu punkts"
1057             },
1058             "tourism/zoo": {
1059                 "name": "Zooloģiskais dārzs"
1060             },
1061             "waterway": {
1062                 "name": "Ūdensceļš"
1063             },
1064             "waterway/canal": {
1065                 "name": "Kanāls"
1066             },
1067             "waterway/dam": {
1068                 "name": "Dambis"
1069             },
1070             "waterway/ditch": {
1071                 "name": "Grāvis"
1072             },
1073             "waterway/drain": {
1074                 "name": "Notekgrāvis"
1075             },
1076             "waterway/river": {
1077                 "name": "Upe"
1078             },
1079             "waterway/riverbank": {
1080                 "name": "Upes krasts"
1081             },
1082             "waterway/stream": {
1083                 "name": "Strauts"
1084             }
1085         }
1086     }
1087 }