forked from valhalla/valhalla
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsl-SI.json
2259 lines (2259 loc) · 69.5 KB
/
sl-SI.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
{
"posix_locale": "sl_SI.UTF-8",
"aliases": [
"sl"
],
"instructions": {
"arrive": {
"phrases": {
"0": "Prihod: <TIME>.",
"1": "Prihod: <TIME> na <TRANSIT_STOP>."
},
"example_phrases": {
"0": [
"Prihod: 8:02 AM."
],
"1": [
"Prihod: 8:02 AM na 8 St - NYU."
]
}
},
"arrive_verbal": {
"phrases": {
"0": "Prihod ob <TIME>.",
"1": "Prihod ob <TIME> na <TRANSIT_STOP>."
},
"example_phrases": {
"0": [
"Prihod ob 8:02 AM."
],
"1": [
"Prihod ob 8:02 AM na 8 St - NYU."
]
}
},
"bear": {
"phrases": {
"0": "Držite se <RELATIVE_DIRECTION>.",
"1": "Držite se <RELATIVE_DIRECTION>, da pridete na <STREET_NAMES>.",
"2": "Držite se <RELATIVE_DIRECTION>, da pridete na <BEGIN_STREET_NAMES>. Nadaljujte po <STREET_NAMES>.",
"3": "Držite se <RELATIVE_DIRECTION>, da ostanete na <STREET_NAMES>.",
"4": "Bear <RELATIVE_DIRECTION> at <JUNCTION_NAME>.",
"5": "Bear <RELATIVE_DIRECTION> toward <TOWARD_SIGN>."
},
"empty_street_name_labels": [
"pešpot",
"kolesarsko stezo",
"stezo za gorsko kolo",
"the crosswalk"
],
"relative_directions": [
"levo",
"desno"
],
"example_phrases": {
"0": [
"Držite se desno."
],
"1": [
"Držite se levo, da pridete na Arlen Road."
],
"2": [
"Držite se desno, da pridete na Belair Road/US 1 Business. Nadaljujte po US 1 Business."
],
"3": [
"Držite se levo, da ostanete na US 15 South."
],
"4": [
"Bear right at Mannenbashi East."
],
"5": [
"Bear left toward Baltimore."
]
}
},
"bear_verbal": {
"phrases": {
"0": "Držite se <RELATIVE_DIRECTION>.",
"1": "Držite se <RELATIVE_DIRECTION>, da pridete na <STREET_NAMES>.",
"2": "Držite se <RELATIVE_DIRECTION>, da pridete na <BEGIN_STREET_NAMES>.",
"3": "Držite se <RELATIVE_DIRECTION>, da ostanete na <STREET_NAMES>.",
"4": "Bear <RELATIVE_DIRECTION> at <JUNCTION_NAME>.",
"5": "Bear <RELATIVE_DIRECTION> toward <TOWARD_SIGN>."
},
"empty_street_name_labels": [
"pešpot",
"kolesarsko stezo",
"stezo za gorsko kolo",
"the crosswalk"
],
"relative_directions": [
"levo",
"desno"
],
"example_phrases": {
"0": [
"Držite se desno."
],
"1": [
"Držite se levo, da pridete na Arlen Road."
],
"2": [
"Držite se desno, da pridete na Belair Road, U.S. 1 Business."
],
"3": [
"Držite se levo, da ostanete na U.S. 15 South."
],
"4": [
"Bear right at Mannenbashi East."
],
"5": [
"Bear left toward Baltimore."
]
}
},
"becomes": {
"phrases": {
"0": "<PREVIOUS_STREET_NAMES> se spremeni v <STREET_NAMES>."
},
"example_phrases": {
"0": [
"Vine Street se spremeni v Middletown Road."
]
}
},
"becomes_verbal": {
"phrases": {
"0": "<PREVIOUS_STREET_NAMES> se spremeni v <STREET_NAMES>."
},
"example_phrases": {
"0": [
"Vine Street se spremeni v Middletown Road."
]
}
},
"continue": {
"phrases": {
"0": "Nadaljujte.",
"1": "Nadaljujte po <STREET_NAMES>.",
"2": "Continue at <JUNCTION_NAME>.",
"3": "Continue toward <TOWARD_SIGN>."
},
"empty_street_name_labels": [
"pešpoti",
"kolesarski stezi",
"stezi za gorsko kolo",
"the crosswalk"
],
"example_phrases": {
"0": [
"Nadaljujte."
],
"1": [
"Nadaljujte po 10th Avenue."
],
"2": [
"Continue at Mannenbashi East."
],
"3": [
"Continue toward Baltimore."
]
}
},
"continue_verbal": {
"phrases": {
"0": "Nadaljujte.",
"1": "Nadaljujte <LENGTH>.",
"2": "Nadaljujte po <STREET_NAMES>.",
"3": "Po <STREET_NAMES> nadaljujte <LENGTH>.",
"4": "Continue at <JUNCTION_NAME>.",
"5": "Continue at <JUNCTION_NAME> for <LENGTH>.",
"6": "Continue toward <TOWARD_SIGN>.",
"7": "Continue toward <TOWARD_SIGN> for <LENGTH>."
},
"empty_street_name_labels": [
"pešpoti",
"kolesarski stezi",
"stezi za gorsko kolo",
"the crosswalk"
],
"metric_lengths": [
"<KILOMETERS> kilometrov",
"1 kilometer",
"<METERS> metrov",
"manj kot 10 metrov"
],
"us_customary_lengths": [
"<MILES> milj",
"1 miljo",
"pol milje",
"a quarter mile",
"<FEET> čevljev",
"Manj kot 10 čevljev"
],
"example_phrases": {
"0": [
"Continue."
],
"1": [
"Continue for 300 feet."
],
"2": [
"Continue on 10th Avenue."
],
"3": [
"Continue on 10th Avenue for 3 miles."
],
"4": [
"Continue at Mannenbashi East."
],
"5": [
"Continue at Mannenbashi East for 2 miles."
],
"6": [
"Continue toward Baltimore."
],
"7": [
"Continue toward Baltimore for 5 miles."
]
}
},
"continue_verbal_alert": {
"phrases": {
"0": "Nadaljujte.",
"1": "Nadaljujte po <STREET_NAMES>.",
"2": "Continue at <JUNCTION_NAME>.",
"3": "Continue toward <TOWARD_SIGN>."
},
"empty_street_name_labels": [
"pešpoti",
"kolesarski stezi",
"stezi za gorsko kolo",
"the crosswalk"
],
"example_phrases": {
"0": [
"Nadaljujte."
],
"1": [
"Nadaljujte po 10th Avenue."
],
"2": [
"Continue at Mannenbashi East."
],
"3": [
"Continue toward Baltimore."
]
}
},
"depart": {
"phrases": {
"0": "Odhod: <TIME>.",
"1": "Odhod: <TIME> s/z <TRANSIT_STOP>."
},
"example_phrases": {
"0": [
"Odhod: 8:02 AM."
],
"1": [
"Odhod: 8:02 AM s/z 8 St - NYU."
]
}
},
"depart_verbal": {
"phrases": {
"0": "Odhod ob <TIME>.",
"1": "Odhod ob <TIME> s/z <TRANSIT_STOP>."
},
"example_phrases": {
"0": [
"Odhod ob 8:02 AM."
],
"1": [
"Odhod ob 8:02 AM s/z 8 St - NYU."
]
}
},
"destination": {
"phrases": {
"0": "Prispeli ste na cilj.",
"1": "Prispeli ste na <DESTINATION>.",
"2": "Vaš cilj je na <RELATIVE_DIRECTION>.",
"3": "<DESTINATION> je na <RELATIVE_DIRECTION>."
},
"relative_directions": [
"levi",
"desni"
],
"example_phrases": {
"0": [
"Prispeli ste na cilj."
],
"1": [
"Prispeli ste na 3206 Powelton Avenue."
],
"2": [
"Vaš cilj je na levi.",
"Vaš cilj je na desni."
],
"3": [
"Lancaster Brewing Company je na levi."
]
}
},
"destination_verbal": {
"phrases": {
"0": "Prispeli ste na cilj.",
"1": "Prispeli ste na <DESTINATION>.",
"2": "Vaš cilj je na <RELATIVE_DIRECTION>.",
"3": "<DESTINATION> je na <RELATIVE_DIRECTION>."
},
"relative_directions": [
"levi",
"desni"
],
"example_phrases": {
"0": [
"Prispeli ste na cilj."
],
"1": [
"Prispeli ste na 32 o6 Powelton Avenue."
],
"2": [
"Vaš cilj je na levi.",
"Vaš cilj je na desni."
],
"3": [
"Lancaster Brewing Company je na levi."
]
}
},
"destination_verbal_alert": {
"phrases": {
"0": "Prispeli boste na cilj.",
"1": "Prispeli boste na <DESTINATION>.",
"2": "Vaš cilj bo na <RELATIVE_DIRECTION>.",
"3": "<DESTINATION> bo na <RELATIVE_DIRECTION>."
},
"relative_directions": [
"levi",
"desni"
],
"example_phrases": {
"0": [
"Prispeli boste na cilj."
],
"1": [
"Prispeli boste na 32 o6 Powelton Avenue."
],
"2": [
"Vaš cilj bo na levi.",
"Vaš cilj bo na desni."
],
"3": [
"Lancaster Brewing Company bo na levi."
]
}
},
"enter_ferry": {
"phrases": {
"0": "Pojdite na trajekt.",
"1": "Pojdite na <STREET_NAMES>.",
"2": "Pojdite na <FERRY_LABEL> <STREET_NAMES>.",
"3": "Take the ferry toward <TOWARD_SIGN>."
},
"empty_street_name_labels": [
"pešpot",
"kolesarsko stezo",
"stezo za gorsko kolo",
"the crosswalk"
],
"ferry_label": "Trajekt",
"example_phrases": {
"0": [
"Pojdite na trajekt."
],
"1": [
"Pojdite na Millersburg Ferry."
],
"2": [
"Pojdite na Bridgeport - Port Jefferson Ferry."
],
"3": [
"Take the ferry toward Cape May."
]
}
},
"enter_ferry_verbal": {
"phrases": {
"0": "Pojdite na trajekt.",
"1": "Pojdite na <STREET_NAMES>.",
"2": "Pojdite na <FERRY_LABEL> <STREET_NAMES>.",
"3": "Take the ferry toward <TOWARD_SIGN>."
},
"empty_street_name_labels": [
"pešpot",
"kolesarsko stezo",
"stezo za gorsko kolo",
"the crosswalk"
],
"ferry_label": "Trajekt",
"example_phrases": {
"0": [
"Pojdite na trajekt."
],
"1": [
"Pojdite na Millersburg Ferry."
],
"2": [
"Pojdite na Bridgeport - Port Jefferson Ferry."
],
"3": [
"Take the ferry toward Cape May."
]
}
},
"enter_roundabout": {
"phrases": {
"0": "Pojdite v krožišče.",
"1": "Pojdite v krožišče in uporabite <ORDINAL_VALUE>. izhod.",
"2": "Enter the roundabout and take the <ORDINAL_VALUE> exit onto <ROUNDABOUT_EXIT_STREET_NAMES>.",
"3": "Enter the roundabout and take the <ORDINAL_VALUE> exit onto <ROUNDABOUT_EXIT_BEGIN_STREET_NAMES>. Continue on <ROUNDABOUT_EXIT_STREET_NAMES>.",
"4": "Enter the roundabout and take the <ORDINAL_VALUE> exit toward <TOWARD_SIGN>.",
"5": "Enter the roundabout and take the exit onto <ROUNDABOUT_EXIT_STREET_NAMES>.",
"6": "Enter the roundabout and take the exit onto <ROUNDABOUT_EXIT_BEGIN_STREET_NAMES>. Continue on <ROUNDABOUT_EXIT_STREET_NAMES>.",
"7": "Enter the roundabout and take the exit toward <TOWARD_SIGN>.",
"8": "Enter <STREET_NAMES>",
"9": "Enter <STREET_NAMES> and take the <ORDINAL_VALUE> exit.",
"10": "Enter <STREET_NAMES> and take the <ORDINAL_VALUE> exit onto <ROUNDABOUT_EXIT_STREET_NAMES>.",
"11": "Enter <STREET_NAMES> and take the <ORDINAL_VALUE> exit onto <ROUNDABOUT_EXIT_BEGIN_STREET_NAMES>. Continue on <ROUNDABOUT_EXIT_STREET_NAMES>.",
"12": "Enter <STREET_NAMES> and take the <ORDINAL_VALUE> exit toward <TOWARD_SIGN>.",
"13": "Enter <STREET_NAMES> and take the exit onto <ROUNDABOUT_EXIT_STREET_NAMES>.",
"14": "Enter <STREET_NAMES> and take the exit onto <ROUNDABOUT_EXIT_BEGIN_STREET_NAMES>. Continue on <ROUNDABOUT_EXIT_STREET_NAMES>.",
"15": "Enter <STREET_NAMES> and take the exit toward <TOWARD_SIGN>."
},
"ordinal_values": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10"
],
"empty_street_name_labels": [
"the walkway",
"the cycleway",
"the mountain bike trail",
"the crosswalk"
],
"example_phrases": {
"0": [
"Pojdite v krožišče."
],
"1": [
"Pojdite v krožišče in uporabite 1. izhod.",
"Pojdite v krožišče in uporabite 2. izhod.",
"Pojdite v krožišče in uporabite 3. izhod.",
"Pojdite v krožišče in uporabite 4. izhod.",
"Pojdite v krožišče in uporabite 5. izhod.",
"Pojdite v krožišče in uporabite 6. izhod.",
"Pojdite v krožišče in uporabite 7. izhod.",
"Pojdite v krožišče in uporabite 8. izhod.",
"Pojdite v krožišče in uporabite 9. izhod.",
"Pojdite v krožišče in uporabite 10. izhod."
],
"2": [
"Enter the roundabout and take the 3rd exit onto Main Street."
],
"3": [
"Enter the roundabout and take the 3rd exit onto US 322/Main Street. Continue on US 322."
],
"4": [
"Enter the roundabout and take the 3rd exit toward Baltimore."
],
"5": [
"Enter the roundabout and take the exit onto Main Street."
],
"6": [
"Enter the roundabout and take the exit onto US 322/Main Street. Continue on US 322."
],
"7": [
"Enter the roundabout and take the exit toward Baltimore."
],
"8": [
"Enter Dupont Circle."
],
"9": [
"Enter Dupont Circle and take the 1st exit."
],
"10": [
"Enter Dupont Circle and take the 3rd exit onto Main Street."
],
"11": [
"Enter Dupont Circle and take the 3rd exit onto US 322/Main Street. Continue on US 322."
],
"12": [
"Enter Dupont Circle and take the 3rd exit toward Baltimore."
],
"13": [
"Enter Dupont Circle and take the exit onto Main Street."
],
"14": [
"Enter Dupont Circle and take the exit onto US 322/Main Street. Continue on US 322."
],
"15": [
"Enter Dupont Circle and take the exit toward Baltimore."
]
}
},
"enter_roundabout_verbal": {
"phrases": {
"0": "Pojdite v krožišče.",
"1": "Pojdite v krožišče in uporabite <ORDINAL_VALUE>. izhod.",
"2": "Enter the roundabout and take the <ORDINAL_VALUE> exit onto <ROUNDABOUT_EXIT_STREET_NAMES>.",
"3": "Enter the roundabout and take the <ORDINAL_VALUE> exit onto <ROUNDABOUT_EXIT_BEGIN_STREET_NAMES>.",
"4": "Enter the roundabout and take the <ORDINAL_VALUE> exit toward <TOWARD_SIGN>.",
"5": "Enter the roundabout and take the exit onto <ROUNDABOUT_EXIT_STREET_NAMES>.",
"6": "Enter the roundabout and take the exit onto <ROUNDABOUT_EXIT_BEGIN_STREET_NAMES>.",
"7": "Enter the roundabout and take the exit toward <TOWARD_SIGN>.",
"8": "Enter <STREET_NAMES>",
"9": "Enter <STREET_NAMES> and take the <ORDINAL_VALUE> exit.",
"10": "Enter <STREET_NAMES> and take the <ORDINAL_VALUE> exit onto <ROUNDABOUT_EXIT_STREET_NAMES>.",
"11": "Enter <STREET_NAMES> and take the <ORDINAL_VALUE> exit onto <ROUNDABOUT_EXIT_BEGIN_STREET_NAMES>.",
"12": "Enter <STREET_NAMES> and take the <ORDINAL_VALUE> exit toward <TOWARD_SIGN>.",
"13": "Enter <STREET_NAMES> and take the exit onto <ROUNDABOUT_EXIT_STREET_NAMES>.",
"14": "Enter <STREET_NAMES> and take the exit onto <ROUNDABOUT_EXIT_BEGIN_STREET_NAMES>.",
"15": "Enter <STREET_NAMES> and take the exit toward <TOWARD_SIGN>."
},
"ordinal_values": [
"1",
"2",
"3",
"4",
"5",
"6",
"7",
"8",
"9",
"10"
],
"empty_street_name_labels": [
"the walkway",
"the cycleway",
"the mountain bike trail",
"the crosswalk"
],
"example_phrases": {
"0": [
"Pojdite v krožišče."
],
"1": [
"Pojdite v krožišče in uporabite 1. izhod.",
"Pojdite v krožišče in uporabite 2. izhod.",
"Pojdite v krožišče in uporabite 3. izhod.",
"Pojdite v krožišče in uporabite 4. izhod.",
"Pojdite v krožišče in uporabite 5. izhod.",
"Pojdite v krožišče in uporabite 6. izhod.",
"Pojdite v krožišče in uporabite 7. izhod.",
"Pojdite v krožišče in uporabite 8. izhod.",
"Pojdite v krožišče in uporabite 9. izhod.",
"Pojdite v krožišče in uporabite 10. izhod."
],
"2": [
"Enter the roundabout and take the 3rd exit onto Main Street."
],
"3": [
"Enter the roundabout and take the 3rd exit onto U.S. 3 22/Main Street."
],
"4": [
"Enter the roundabout and take the 3rd exit toward Baltimore."
],
"5": [
"Enter the roundabout and take the exit onto Main Street."
],
"6": [
"Enter the roundabout and take the exit onto U.S. 3 22/Main Street."
],
"7": [
"Enter the roundabout and take the exit toward Baltimore."
],
"8": [
"Enter Dupont Circle."
],
"9": [
"Enter Dupont Circle and take the 1st exit."
],
"10": [
"Enter Dupont Circle and take the 3rd exit onto Main Street."
],
"11": [
"Enter Dupont Circle and take the 3rd exit onto U.S. 3 22/Main Street."
],
"12": [
"Enter Dupont Circle and take the 3rd exit toward Baltimore."
],
"13": [
"Enter Dupont Circle and take the exit onto Main Street."
],
"14": [
"Enter Dupont Circle and take the exit onto U.S. 3 22/Main Street."
],
"15": [
"Enter Dupont Circle and take the exit toward Baltimore."
]
}
},
"exit": {
"phrases": {
"0": "Zapeljite na izhod na <RELATIVE_DIRECTION>.",
"1": "Zapeljite na izhod <NUMBER_SIGN> na <RELATIVE_DIRECTION>.",
"2": "Zapeljite na izhod <BRANCH_SIGN> na <RELATIVE_DIRECTION>.",
"3": "Zapeljite na izhod <NUMBER_SIGN> na <RELATIVE_DIRECTION> in nato na <BRANCH_SIGN>.",
"4": "Zapeljite na izhod na <RELATIVE_DIRECTION> proti <TOWARD_SIGN>.",
"5": "Zapeljite na izhod <NUMBER_SIGN> na <RELATIVE_DIRECTION> proti <TOWARD_SIGN>.",
"6": "Zapeljite na izhod <BRANCH_SIGN> na <RELATIVE_DIRECTION> proti <TOWARD_SIGN>.",
"7": "Zapeljite na izhod <NUMBER_SIGN> na <RELATIVE_DIRECTION> in nato na <BRANCH_SIGN> proti <TOWARD_SIGN>.",
"8": "Zapeljite na izhod <NAME_SIGN> na <RELATIVE_DIRECTION>.",
"10": "Zapeljite na izhod <NAME_SIGN> na <RELATIVE_DIRECTION> in nato na <BRANCH_SIGN>.",
"12": "Zapeljite na izhod <NAME_SIGN> na <RELATIVE_DIRECTION> proti <TOWARD_SIGN>.",
"14": "Zapeljite na izhod <NAME_SIGN> na <RELATIVE_DIRECTION> in nato na <BRANCH_SIGN> proti <TOWARD_SIGN>.",
"15": "Zapeljite na izhod.",
"16": "Zapeljite na izhod <NUMBER_SIGN>.",
"17": "Zapeljite na izhod <BRANCH_SIGN>.",
"18": "Zapeljite na izhod <NUMBER_SIGN> in nato na <BRANCH_SIGN>.",
"19": "Zapeljite na izhod proti <TOWARD_SIGN>.",
"20": "Zapeljite na izhod <NUMBER_SIGN> proti <TOWARD_SIGN>.",
"21": "Zapeljite na izhod <BRANCH_SIGN> proti <TOWARD_SIGN>.",
"22": "Zapeljite na izhod <NUMBER_SIGN> in nato na <BRANCH_SIGN> proti <TOWARD_SIGN>.",
"23": "Zapeljite na izhod <NAME_SIGN>.",
"25": "Zapeljite na izhod <NAME_SIGN> in nato na <BRANCH_SIGN>.",
"27": "Zapeljite na izhod <NAME_SIGN> proti <TOWARD_SIGN>.",
"29": "Zapeljite na izhod <NAME_SIGN> in nato na <BRANCH_SIGN> proti <TOWARD_SIGN>."
},
"relative_directions": [
"levi",
"desni"
],
"example_phrases": {
"0": [
"Zapeljite na izhod na levi.",
"Zapeljite na izhod na desni."
],
"1": [
"Zapeljite na izhod 67 B-A na desni."
],
"2": [
"Zapeljite na izhod US 322 West na desni."
],
"3": [
"Zapeljite na izhod 67 B-A na desni in nato na US 322 West."
],
"4": [
"Zapeljite na izhod na desni proti Lewistown."
],
"5": [
"Zapeljite na izhod 67 B-A na desni proti Lewistown."
],
"6": [
"Zapeljite na izhod US 322 West na desni proti Lewistown."
],
"7": [
"Zapeljite na izhod 67 B-A na desni in nato na US 322 West proti Lewistown/State College."
],
"8": [
"Zapeljite na izhod White Marsh Boulevard na levi."
],
"10": [
"Zapeljite na izhod White Marsh Boulevard na levi in nato na MD 43 East."
],
"12": [
"Zapeljite na izhod White Marsh Boulevard na levi proti White Marsh."
],
"14": [
"Zapeljite na izhod White Marsh Boulevard na levi in nato na MD 43 East proti White Marsh."
],
"15": [
"Take the exit."
],
"16": [
"Take exit 67 B-A."
],
"17": [
"Take the US 322 West exit."
],
"18": [
"Take exit 67 B-A onto US 322 West."
],
"19": [
"Take the exit toward Lewistown."
],
"20": [
"Take exit 67 B-A toward Lewistown."
],
"21": [
"Take the US 322 West exit toward Lewistown."
],
"22": [
"Take exit 67 B-A onto US 322 West toward Lewistown/State College."
],
"23": [
"Take the White Marsh Boulevard exit."
],
"25": [
"Take the White Marsh Boulevard exit onto MD 43 East."
],
"27": [
"Take the White Marsh Boulevard exit toward White Marsh."
],
"29": [
"Take the White Marsh Boulevard exit onto MD 43 East toward White Marsh."
]
}
},
"exit_roundabout": {
"phrases": {
"0": "Zapustite krožišče.",
"1": "Iz krožišča pojdite na <STREET_NAMES>.",
"2": "Iz krožišča pojdite na <BEGIN_STREET_NAMES>. Nadaljujte po <STREET_NAMES>.",
"3": "Exit the roundabout toward <TOWARD_SIGN>."
},
"empty_street_name_labels": [
"pešpot",
"kolesarsko stezo",
"stezo za gorsko kolo",
"the crosswalk"
],
"example_phrases": {
"0": [
"Zapustite krožišče."
],
"1": [
"Iz krožišča pojdite na Philadelphia Road/MD 7."
],
"2": [
"Iz krožišča pojdite na Catoctin Mountain Highway/US 15. Nadaljujte po US 15."
],
"3": [
"Exit the roundabout toward Baltimore."
]
}
},
"exit_roundabout_verbal": {
"phrases": {
"0": "Zapustite krožišče.",
"1": "Iz krožišča pojdite na <STREET_NAMES>.",
"2": "Iz krožišča pojdite na <BEGIN_STREET_NAMES>.",
"3": "Exit the roundabout toward <TOWARD_SIGN>."
},
"empty_street_name_labels": [
"pešpot",
"kolesarsko stezo",
"stezo za gorsko kolo",
"the crosswalk"
],
"example_phrases": {
"0": [
"Zapustite krožišče."
],
"1": [
"Iz krožišča pojdite na Philadelphia Road, Maryland 7."
],
"2": [
"Iz krožišča pojdite na Catoctin Mountain Highway, U.S. 15."
],
"3": [
"Exit the roundabout toward Baltimore."
]
}
},
"exit_verbal": {
"phrases": {
"0": "Zapeljite na izhod na <RELATIVE_DIRECTION>.",
"1": "Zapeljite na izhod <NUMBER_SIGN> na <RELATIVE_DIRECTION>.",
"2": "Zapeljite na izhod <BRANCH_SIGN> na <RELATIVE_DIRECTION>.",
"3": "Zapeljite na izhod <NUMBER_SIGN> na <RELATIVE_DIRECTION> in nato na <BRANCH_SIGN>.",
"4": "Zapeljite na izhod <RELATIVE_DIRECTION> proti <TOWARD_SIGN>.",
"5": "Zapeljite na izhod <NUMBER_SIGN> na <RELATIVE_DIRECTION> proti <TOWARD_SIGN>.",
"6": "Zapeljite na izhod <BRANCH_SIGN> na <RELATIVE_DIRECTION> proti <TOWARD_SIGN>.",
"7": "Zapeljite na izhod <NUMBER_SIGN> na <RELATIVE_DIRECTION> in nato na <BRANCH_SIGN> proti <TOWARD_SIGN>.",
"8": "Zapeljite na izhod <NAME_SIGN> na <RELATIVE_DIRECTION>.",
"10": "Zapeljite na izhod <NAME_SIGN> na <RELATIVE_DIRECTION> in nato na <BRANCH_SIGN>.",
"12": "Zapeljite na izhod <NAME_SIGN> na <RELATIVE_DIRECTION> proti <TOWARD_SIGN>.",
"14": "Zapeljite na izhod <NAME_SIGN> na <RELATIVE_DIRECTION> in nato na <BRANCH_SIGN> proti <TOWARD_SIGN>.",
"15": "Zapeljite na izhod.",
"16": "Zapeljite na izhod <NUMBER_SIGN>.",
"17": "Zapeljite na izhod <BRANCH_SIGN>.",
"18": "Zapeljite na izhod <NUMBER_SIGN> in nato na <BRANCH_SIGN>.",
"19": "Zapeljite na izhod proti <TOWARD_SIGN>.",
"20": "Zapeljite na izhod <NUMBER_SIGN> proti <TOWARD_SIGN>.",
"21": "Zapeljite na izhod <BRANCH_SIGN> proti <TOWARD_SIGN>.",
"22": "Zapeljite na izhod <NUMBER_SIGN> in nato na <BRANCH_SIGN> proti <TOWARD_SIGN>.",
"23": "Zapeljite na izhod <NAME_SIGN>.",
"25": "Zapeljite na izhod <NAME_SIGN> in nato na <BRANCH_SIGN>.",
"27": "Zapeljite na izhod <NAME_SIGN> proti <TOWARD_SIGN>.",
"29": "Zapeljite na izhod <NAME_SIGN> in nato na <BRANCH_SIGN> proti <TOWARD_SIGN>."
},
"relative_directions": [
"left",
"right"
],
"example_phrases": {
"0": [
"Zapeljite na izhod na levi.",
"Zapeljite na izhod na desni."
],
"1": [
"Zapeljite na izhod 67 B-A na desni."
],
"2": [
"Zapeljite na izhod US 322 West na desni."
],
"3": [
"Zapeljite na izhod 67 B-A na desni in nato na U.S. 322 West."
],
"4": [
"Zapeljite na izhod na desni proti Lewistown."
],
"5": [
"Zapeljite na izhod 67 B-A na desni proti Lewistown."
],
"6": [
"Zapeljite na izhod US 322 West na desni proti Lewistown."
],
"7": [
"Zapeljite na izhod 67 B-A na desni in nato na U.S. 322 West proti Lewistown, State College."
],
"8": [
"Zapeljite na izhod White Marsh Boulevard na levi."
],
"10": [
"Zapeljite na izhod White Marsh Boulevard na levi in nato na Maryland 43 East."
],
"12": [
"Zapeljite na izhod White Marsh Boulevard na levi proti White Marsh."
],
"14": [
"Zapeljite na izhod White Marsh Boulevard na levi in nato na Maryland 43 East proti White Marsh."
],
"15": [
"Take the exit."
],
"16": [
"Take exit 67 B-A."
],
"17": [
"Take the US 322 West exit."
],
"18": [
"Take exit 67 B-A onto US 322 West."
],
"19": [
"Take the exit toward Lewistown."
],
"20": [
"Take exit 67 B-A toward Lewistown."
],
"21": [
"Take the US 322 West exit toward Lewistown."
],
"22": [
"Take exit 67 B-A onto US 322 West toward Lewistown/State College."
],
"23": [
"Take the White Marsh Boulevard exit."
],
"25": [
"Take the White Marsh Boulevard exit onto MD 43 East."
],
"27": [
"Take the White Marsh Boulevard exit toward White Marsh."
],
"29": [
"Take the White Marsh Boulevard exit onto MD 43 East toward White Marsh."
]
}
},
"exit_visual": {
"phrases": {
"0": "Izhod št. <EXIT_NUMBERS>"
},
"example_phrases": {
"0": [
"Izhod št. 1A"
]
}
},
"keep": {
"phrases": {
"0": "Na razcepu pojdite <RELATIVE_DIRECTION>.",
"1": "Držite se <RELATIVE_DIRECTION>, da zapeljete na izhod <NUMBER_SIGN>.",
"2": "Držite se <RELATIVE_DIRECTION>, da zapeljete na <STREET_NAMES>.",
"3": "Držite se <RELATIVE_DIRECTION>, da zapeljete na izhod <NUMBER_SIGN> in nato na <STREET_NAMES>.",
"4": "Držite se <RELATIVE_DIRECTION> proti <TOWARD_SIGN>.",
"5": "Držite se <RELATIVE_DIRECTION>, da zapeljete na izhod <NUMBER_SIGN> proti <TOWARD_SIGN>.",
"6": "Držite se <RELATIVE_DIRECTION>, da zapeljete na <STREET_NAMES> proti <TOWARD_SIGN>.",
"7": "Držite se <RELATIVE_DIRECTION>, da zapeljete na izhod <NUMBER_SIGN> in nato na <STREET_NAMES> proti <TOWARD_SIGN>."
},
"empty_street_name_labels": [
"pešpot",
"kolesarsko stezo",
"stezo za gorsko kolo",
"the crosswalk"
],
"relative_directions": [
"levo",
"naravnost",
"desno"
],
"example_phrases": {
"0": [
"Na razcepu pojdite levo.",
"Na razcepu pojdite naravnost.",
"Na razcepu pojdite desno."
],
"1": [
"Držite se desno, da zapeljete na izhod 62."
],
"2": [
"Držite se desno, da zapeljete na I 895 South."
],
"3": [
"Držite se desno, da zapeljete na izhod 62 in nato na I 895 South."
],
"4": [
"Držite se desno proti Annapolis."
],
"5": [
"Držite se desno, da zapeljete na izhod 62 proti Annapolis."
],
"6": [
"Držite se desno, da zapeljete na I 895 South proti Annapolis."
],
"7": [
"Držite se desno, da zapeljete na izhod 62 in nato na I 895 South proti Annapolis."
]
}
},
"keep_to_stay_on": {
"phrases": {
"0": "Pojdite <RELATIVE_DIRECTION>, da ostanete na <STREET_NAMES>.",
"1": "Držite se <RELATIVE_DIRECTION>, da zapeljete na izhod <NUMBER_SIGN> in ostanete na <STREET_NAMES>.",
"2": "Držite se <RELATIVE_DIRECTION>, da ostanete na <STREET_NAMES> proti <TOWARD_SIGN>.",
"3": "Držite se <RELATIVE_DIRECTION>, da zapeljete na izhod <NUMBER_SIGN> in ostanete na <STREET_NAMES> proti <TOWARD_SIGN>."
},
"empty_street_name_labels": [
"pešpoti",
"kolesarski stezi",
"stezi za gorsko kolo",
"the crosswalk"
],
"relative_directions": [
"levo",
"naravnost",
"desno"
],
"example_phrases": {
"0": [
"Pojdite levo, da ostanete na on I 95 South.",
"Pojdite naravnost, da ostanete na I 95 South.",
"Pojdite desno, da ostanete na I 95 South."
],
"1": [
"Držite se levo, da zapeljete na izhod 62 in ostanete na I 95 South."
],
"2": [
"Držite se levo, da ostanete na I 95 South proti Baltimore."
],
"3": [
"Držite se levo, da zapeljete na izhod 62 in ostanete na I 95 South proti Baltimore."
]
}
},
"keep_to_stay_on_verbal": {
"phrases": {
"0": "Pojdite <RELATIVE_DIRECTION>, da ostanete na <STREET_NAMES>.",
"1": "Držite se <RELATIVE_DIRECTION>, da zapeljete na izhod <NUMBER_SIGN> in ostanete na <STREET_NAMES>.",
"2": "Držite se <RELATIVE_DIRECTION>, da ostanete na <STREET_NAMES> proti <TOWARD_SIGN>.",
"3": "Držite se <RELATIVE_DIRECTION>, da zapeljete na izhod <NUMBER_SIGN> in ostanete na <STREET_NAMES> proti <TOWARD_SIGN>."
},
"empty_street_name_labels": [
"pešpoti",
"kolesarski stezi",
"stezi za gorsko kolo",
"the crosswalk"
],
"relative_directions": [
"levo",
"naravnost",
"desno"
],
"example_phrases": {
"0": [
"Pojdite levo, da ostanete na Interstate 95 South.",
"Pojdite naravnost, da ostanete na Interstate 95 South.",
"Pojdite desno, da ostanete on Interstate 95 South."
],
"1": [