Improved www.ttss.krakow.pl
Jacek Kowalski
2019-04-14 faad2aedb8955d747cb9cc48897eb4d39116b81e
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...',
9e6757 23     
JK 24     line_alert_pattern: 'Line $line: $alert',
25     
26     header_line: 'Line',
27     header_direction: 'Direction',
4b0eda 28     header_vehicle: 'Vehicle',
9e6757 29     header_time: 'Time',
JK 30     header_delay: 'Delay',
31     header_lines: 'Lines',
32     header_route: 'Route',
33     header_carrier: 'Carrier',
78b244 34     header_stop: 'Stop',
9e6757 35     
JK 36     boarding_sign: '>>>',
37     unknown_sign: '?',
38     
39     time_now: 'just now',
40     time_seconds_prefix: '',
41     time_seconds_suffix: ' s',
42     time_seconds_ago_prefix: '',
43     time_seconds_ago_suffix: ' s ago',
44     time_minutes_prefix: '',
45     time_minutes_suffix: ' min',
46     time_minutes_ago_prefix: '',
47     time_minutes_ago_suffix: ' min ago',
48     
76f5c4 49     types: {
JK 50         v: 'Vehicle',
51         b: 'Bus',
52         t: 'Tram',
53         s: 'Stop',
54         sb: 'Bus stop',
55         st: 'Tram stop',
56         p: 'Stop point',
57         pb: 'Bus stop point',
58         pt: 'Tram stop point',
59         l: 'Your location',
60     },
07c714 61     
9f0f6a 62     select_feature: 'There is more than one feature here. Select the proper one:',
8b6250 63     departures_for_stop: 'Click for stop departures (and not only this stop point).',
1b7c52 64     departures_for_trams: 'Switch to tram departures.',
JK 65     departures_for_buses: 'Switch to bus departures.',
8b6250 66     
9e6757 67     tram_type_pattern: '$num $type ($floor)',
JK 68     high_floor: 'high floor',
69     high_floor_sign: '\u2010\u00A0',
a0814e 70     high_floor_description: 'high-floor vehicle',
9e6757 71     partially_low_floor: 'partially low floor',
JK 72     partially_low_floor_sign: '*\u267F',
a0814e 73     partially_low_floor_description: 'partially low-floor vehicle',
9e6757 74     low_floor: 'low floor',
JK 75     low_floor_sign: '\u267F',
a0814e 76     low_floor_description: 'low-floor vehicle',
9e6757 77     
JK 78     status_departed: 'Departed',
79     status_stopped: 'At stop',
80     status_default: 'En route',
81     status_delayed_4: 'Delayed 4′+',
82     status_delayed_10: 'Delayed 10′+',
83     
a0814e 84     help_click_for_schedule: 'Click on an entry in the departures timetable to see the vehicle\'s schedule.',
9e6757 85     help_legend: 'Legend:',
a0814e 86     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 87     help_hover_for_more: 'Hover the icon for more details.',
JK 88     help_source: 'Source',
89     help_license: 'License',
90     
91     error_title: 'Error occured!',
92     error_request_failed: 'Internet request failed.',
93     error_request_failed_status: 'Internet request failed with error: $status.',
94     error_request_failed_connectivity: 'Request failed - please check your network connectivity.',
572390 95     error_new_version: 'Website has been updated, reloading...',
57b8d3 96     error_refresh: 'Error! Refresh the page to update information.',
a4d011 97     error_location: 'Location failed.',
9e6757 98 };