UNPKG

4.41 kBTypeScriptView Raw
1declare const _default: {
2 "_decimalSeparator": string;
3 "_thousandSeparator": string;
4 "_percentPrefix": any;
5 "_percentSuffix": string;
6 "_date_millisecond": string;
7 "_date_second": string;
8 "_date_minute": string;
9 "_date_hour": string;
10 "_date_day": string;
11 "_date_week": string;
12 "_date_month": string;
13 "_date_year": string;
14 "_duration_millisecond": string;
15 "_duration_second": string;
16 "_duration_minute": string;
17 "_duration_hour": string;
18 "_duration_day": string;
19 "_duration_week": string;
20 "_duration_month": string;
21 "_duration_year": string;
22 "_era_ad": string;
23 "_era_bc": string;
24 "A": string;
25 "P": string;
26 "AM": string;
27 "PM": string;
28 "A.M.": string;
29 "P.M.": string;
30 "January": string;
31 "February": string;
32 "March": string;
33 "April": string;
34 "May": string;
35 "June": string;
36 "July": string;
37 "August": string;
38 "September": string;
39 "October": string;
40 "November": string;
41 "December": string;
42 "Jan": string;
43 "Feb": string;
44 "Mar": string;
45 "Apr": string;
46 "May(short)": string;
47 "Jun": string;
48 "Jul": string;
49 "Aug": string;
50 "Sep": string;
51 "Oct": string;
52 "Nov": string;
53 "Dec": string;
54 "Sunday": string;
55 "Monday": string;
56 "Tuesday": string;
57 "Wednesday": string;
58 "Thursday": string;
59 "Friday": string;
60 "Saturday": string;
61 "Sun": string;
62 "Mon": string;
63 "Tue": string;
64 "Wed": string;
65 "Thu": string;
66 "Fri": string;
67 "Sat": string;
68 "_dateOrd": (day: number) => string;
69 "Play": string;
70 "Stop": string;
71 "Zoom Out": string;
72 "Legend": string;
73 "Click, tap or press ENTER to toggle": string;
74 "Loading": string;
75 "Home": string;
76 "Chart": string;
77 "Serial chart": string;
78 "X/Y chart": string;
79 "Pie chart": string;
80 "Gauge chart": string;
81 "Radar chart": string;
82 "Sankey diagram": string;
83 "Chord diagram": string;
84 "Flow diagram": string;
85 "TreeMap chart": string;
86 "Series": string;
87 "Candlestick Series": string;
88 "Column Series": string;
89 "Line Series": string;
90 "Pie Slice Series": string;
91 "X/Y Series": string;
92 "Map": string;
93 "Press ENTER to zoom in": string;
94 "Press ENTER to zoom out": string;
95 "Use arrow keys to zoom in and out": string;
96 "Use plus and minus keys on your keyboard to zoom in and out": string;
97 "Export": string;
98 "Image": string;
99 "Data": string;
100 "Print": string;
101 "Click, tap or press ENTER to open": string;
102 "Click, tap or press ENTER to print.": string;
103 "Click, tap or press ENTER to export as %1.": string;
104 'To save the image, right-click this link and choose "Save picture as..."': string;
105 'To save the image, right-click thumbnail on the left and choose "Save picture as..."': string;
106 "(Press ESC to close this message)": string;
107 "Image Export Complete": string;
108 "Export operation took longer than expected. Something might have gone wrong.": string;
109 "Saved from": string;
110 "PNG": string;
111 "JPG": string;
112 "GIF": string;
113 "SVG": string;
114 "PDF": string;
115 "JSON": string;
116 "CSV": string;
117 "XLSX": string;
118 "Use TAB to select grip buttons or left and right arrows to change selection": string;
119 "Use left and right arrows to move selection": string;
120 "Use left and right arrows to move left selection": string;
121 "Use left and right arrows to move right selection": string;
122 "Use TAB select grip buttons or up and down arrows to change selection": string;
123 "Use up and down arrows to move selection": string;
124 "Use up and down arrows to move lower selection": string;
125 "Use up and down arrows to move upper selection": string;
126 "From %1 to %2": string;
127 "From %1": string;
128 "To %1": string;
129 "No parser available for file: %1": string;
130 "Error parsing file: %1": string;
131 "Unable to load file: %1": string;
132 "Invalid date": string;
133};
134/**
135 * amCharts 4 locale
136 *
137 * Locale: en_US
138 * Language: U.S. English
139 *
140 * Follow instructions in [on this page](https://www.amcharts.com/docs/v4/tutorials/creating-translations/) to make corrections or add new translations.
141 */
142export default _default;