Improved www.ttss.krakow.pl
Jacek Kowalski
2019-05-04 ca42d38139f52d8edf6e0792b8cfb5b6404d9112
commit | author | age
9e6757 1 var lang = {
JK 2     page_name: 'TTSS Kraków',
3     page_title: 'TTSS Krak\u00F3w - Real-time tram departures',
4     page_title_stop_name: 'TTSS Krak\u00F3w - $stop - Real-time tram departures',
5     
57b8d3 6     map: 'Map',
JK 7     
d29c06 8     action_close: 'Close',
JK 9     action_expand: 'Expand',
10     action_collapse: 'Collapse',
11     
9e6757 12     enter_stop_name_to_begin: 'Enter the stop name to begin.',
JK 13     select_stop_click_go: 'Select the stop and click "Go".',
76f5c4 14     select_stop_type: {
JK 15         'b': '$stop (bus)',
16         't': '$stop (tram)',
17     },
9e6757 18     stop_name_placeholder: 'Stop name',
JK 19     go_button: 'Go',
20     refresh_button: '\u27f3 Refresh',
21     last_refreshed: 'Last refreshed: $time',
8b6250 22     loading: 'Loading...',
b6f8e3 23     no_data: 'Data unavailable',
9e6757 24     
JK 25     line_alert_pattern: 'Line $line: $alert',
26     
27     header_line: 'Line',
28     header_direction: 'Direction',
4b0eda 29     header_vehicle: 'Vehicle',
9e6757 30     header_time: 'Time',
JK 31     header_delay: 'Delay',
32     header_lines: 'Lines',
33     header_route: 'Route',
34     header_carrier: 'Carrier',
78b244 35     header_stop: 'Stop',
9e6757 36     
JK 37     boarding_sign: '>>>',
38     unknown_sign: '?',
39     
40     time_now: 'just now',
41     time_seconds_prefix: '',
42     time_seconds_suffix: ' s',
43     time_seconds_ago_prefix: '',
44     time_seconds_ago_suffix: ' s ago',
45     time_minutes_prefix: '',
46     time_minutes_suffix: ' min',
47     time_minutes_ago_prefix: '',
48     time_minutes_ago_suffix: ' min ago',
49     
76f5c4 50     types: {
JK 51         v: 'Vehicle',
52         b: 'Bus',
53         t: 'Tram',
54         s: 'Stop',
55         sb: 'Bus stop',
56         st: 'Tram stop',
57         p: 'Stop point',
58         pb: 'Bus stop point',
59         pt: 'Tram stop point',
60         l: 'Your location',
61     },
07c714 62     
9f0f6a 63     select_feature: 'There is more than one feature here. Select the proper one:',
8b6250 64     departures_for_stop: 'Click for stop departures (and not only this stop point).',
1b7c52 65     departures_for_trams: 'Switch to tram departures.',
JK 66     departures_for_buses: 'Switch to bus departures.',
8b6250 67     
9e6757 68     tram_type_pattern: '$num $type ($floor)',
JK 69     high_floor: 'high floor',
70     high_floor_sign: '\u2010\u00A0',
a0814e 71     high_floor_description: 'high-floor vehicle',
9e6757 72     partially_low_floor: 'partially low floor',
JK 73     partially_low_floor_sign: '*\u267F',
a0814e 74     partially_low_floor_description: 'partially low-floor vehicle',
9e6757 75     low_floor: 'low floor',
JK 76     low_floor_sign: '\u267F',
a0814e 77     low_floor_description: 'low-floor vehicle',
9e6757 78     
JK 79     status_departed: 'Departed',
80     status_stopped: 'At stop',
81     status_default: 'En route',
82     status_delayed_4: 'Delayed 4′+',
83     status_delayed_10: 'Delayed 10′+',
84     
a0814e 85     help_click_for_schedule: 'Click on an entry in the departures timetable to see the vehicle\'s schedule.',
9e6757 86     help_legend: 'Legend:',
a0814e 87     help_text: 'Relative times (eg. 3 min) are real-time arrivals based on location data. Absolute times (eg. 8:01) are scheduled departures, shown when the vehicle cannot be located. "?" means unknown delay.',
9e6757 88     help_hover_for_more: 'Hover the icon for more details.',
JK 89     help_source: 'Source',
90     help_license: 'License',
91     
92     error_title: 'Error occured!',
93     error_request_failed: 'Internet request failed.',
94     error_request_failed_status: 'Internet request failed with error: $status.',
95     error_request_failed_connectivity: 'Request failed - please check your network connectivity.',
572390 96     error_new_version: 'Website has been updated, reloading...',
57b8d3 97     error_refresh: 'Error! Refresh the page to update information.',
a4d011 98     error_location: 'Location failed.',
9e6757 99 };