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 |
|
|
6 |
jquery_not_loaded: 'Required JavaScript jQuery library failed to load. You may try refreshing the page.', |
|
7 |
enter_stop_name_to_begin: 'Enter the stop name to begin.', |
|
8 |
select_stop_click_go: 'Select the stop and click "Go".', |
|
9 |
stop_name_placeholder: 'Stop name', |
|
10 |
go_button: 'Go', |
|
11 |
refresh_button: '\u27f3 Refresh', |
|
12 |
last_refreshed: 'Last refreshed: $time', |
|
13 |
|
|
14 |
line_alert_pattern: 'Line $line: $alert', |
|
15 |
|
|
16 |
header_line: 'Line', |
|
17 |
header_direction: 'Direction', |
|
18 |
header_time: 'Time', |
|
19 |
header_delay: 'Delay', |
|
20 |
header_lines: 'Lines', |
|
21 |
header_route: 'Route', |
|
22 |
header_carrier: 'Carrier', |
|
23 |
|
|
24 |
boarding_sign: '>>>', |
|
25 |
unknown_sign: '?', |
|
26 |
|
|
27 |
time_now: 'just now', |
|
28 |
time_seconds_prefix: '', |
|
29 |
time_seconds_suffix: ' s', |
|
30 |
time_seconds_ago_prefix: '', |
|
31 |
time_seconds_ago_suffix: ' s ago', |
|
32 |
time_minutes_prefix: '', |
|
33 |
time_minutes_suffix: ' min', |
|
34 |
time_minutes_ago_prefix: '', |
|
35 |
time_minutes_ago_suffix: ' min ago', |
|
36 |
|
|
37 |
tram_type_pattern: '$num $type ($floor)', |
|
38 |
high_floor: 'high floor', |
|
39 |
high_floor_sign: '\u2010\u00A0', |
|
40 |
high_floor_description: 'high-floor tram', |
|
41 |
partially_low_floor: 'partially low floor', |
|
42 |
partially_low_floor_sign: '*\u267F', |
|
43 |
partially_low_floor_description: 'partially low-floor tram', |
|
44 |
low_floor: 'low floor', |
|
45 |
low_floor_sign: '\u267F', |
|
46 |
low_floor_description: 'low-floor tram', |
|
47 |
|
|
48 |
status_departed: 'Departed', |
|
49 |
status_stopped: 'At stop', |
|
50 |
status_default: 'En route', |
|
51 |
status_delayed_4: 'Delayed 4′+', |
|
52 |
status_delayed_10: 'Delayed 10′+', |
|
53 |
|
|
54 |
help_legend: 'Legend:', |
|
55 |
help_text: 'Relative times (eg. 3 min) are real-time arrivals based on tram location data. Absolute times (eg. 8:01) are scheduled departures, shown when the tram cannot be located. "?" means unknown delay.', |
|
56 |
help_hover_for_more: 'Hover the icon for more details.', |
|
57 |
help_source: 'Source', |
|
58 |
help_license: 'License', |
|
59 |
|
|
60 |
error_title: 'Error occured!', |
|
61 |
error_request_failed: 'Internet request failed.', |
|
62 |
error_request_failed_status: 'Internet request failed with error: $status.', |
|
63 |
error_request_failed_connectivity: 'Request failed - please check your network connectivity.', |
|
64 |
}; |