Skip to content

Commit 6c3b5a1

Browse files
authored
feat(chartwizard): add component messages (#264)
1 parent 0f71807 commit 6c3b5a1

File tree

67 files changed

+21373
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

67 files changed

+21373
-0
lines changed
Lines changed: 319 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,319 @@
1+
kendo:
2+
chartwizard:
3+
# The title of the window.
4+
windowTitle: Chart Preview
5+
6+
# The text of the **Export** DropDownButton.
7+
exportButton: Export
8+
9+
# The text of the **Export** DropDownButton option that represents PDF.
10+
exportPDFButton: PDF File
11+
12+
# The text of the **Export** DropDownButton option that represents SVG.
13+
exportSVGButton: SVG File
14+
15+
# The text of the **Export** DropDownButton option that represents PNG.
16+
exportPNGButton: PNG File
17+
18+
# The text of the **Chart** tab of the property pane.
19+
tabChart: Chart
20+
21+
# The text of the **Data** tab of the property pane.
22+
tabData: Data
23+
24+
# The text of the **Format** tab of the property pane.
25+
tabFormat: Format
26+
27+
# The text of the **Chart** panel that represents Bar Charts.
28+
barChart: Bar Chart
29+
30+
# The text of the Bar Chart type.
31+
barChartBar: Bar
32+
33+
# The text of the Stacked Bar Chart type.
34+
barChartStackedBar: Stacked Bar
35+
36+
# The text of the 100% Stacked Bar Chart type.
37+
barChart100StackedBar: 100% Stacked Bar
38+
39+
# The text of the **Chart** panel that represents Pie Charts.
40+
pieChart: Pie Chart
41+
42+
# The text of the Pie Chart type.
43+
pieChartPie: Pie
44+
45+
# The text of the **Chart** panel that represents Column Charts.
46+
columnChart: Column Chart
47+
48+
# The text of the Column Chart type.
49+
columnChartColumn: Column
50+
51+
# The text of the Stacked Column Chart type.
52+
columnChartStackedColumn: Stacked Column
53+
54+
# The text of the 100% Stacked Column Chart type.
55+
columnChart100StackedColumn: 100% Stacked Column
56+
57+
# The text of the **Chart** panel that represents Line Charts.
58+
lineChart: Line Chart
59+
60+
# The text of the Line Chart type.
61+
lineChartLine: Line
62+
63+
# The text of the Stacked Line Chart type.
64+
lineChartStackedLine: Stacked Line
65+
66+
# The text of the 100% Stacked Line Chart type.
67+
lineChart100StackedLine: 100% Stacked Line
68+
69+
# The text of the **Chart** panel that represents Scatter Charts.
70+
scatterChart: Scatter Chart
71+
72+
# The text of the Scatter Chart type.
73+
scatterChartScatter: Scatter
74+
75+
# The text of the **Configuration** panel of the **Data** tab.
76+
configuration: Configuration
77+
78+
# The caption of the **Category Axis** DropDown in the **Configuration** panel.
79+
configurationCategoryAxis: Category Axis
80+
81+
# The caption of the **X Axis** DropDown in the **Configuration** panel when a Scatter Chart is selected.
82+
configurationXAxis: X Axis
83+
84+
# The caption of the **Value Axis** DropDown in the **Configuration** panel when a Pie Chart is selected.
85+
configurationValueAxis: Value Axis
86+
87+
# The text of the **Series** Grid in the **Configuration** panel when a Categorical Chart is selected.
88+
configurationSeries: Series
89+
90+
# The text of the **Add Series** button in the Grid of the **Configuration** panel.
91+
configurationSeriesAdd: Add
92+
93+
# The text of the **Chart Area** panel of the **Format** tab.
94+
formatChartArea: Chart Area
95+
96+
# The text of the **Margins** settings of the **Chart Area** panel.
97+
formatChartAreaMargins: Margins
98+
99+
# The placeholder of the **Margins** settings of the **Chart Area** panel.
100+
formatChartAreaMarginsAuto: Auto
101+
102+
# The label of the **Left** margin setting of the **Chart Area** panel.
103+
formatChartAreaMarginsLeft: Left
104+
105+
# The label of the **Right** margin setting of the **Chart Area** panel.
106+
formatChartAreaMarginsRight: Right
107+
108+
# The label of the **Top** margin setting of the **Chart Area** panel.
109+
formatChartAreaMarginsTop: Top
110+
111+
# The label of the **Bottom** margin setting of the **Chart Area** panel.
112+
formatChartAreaMarginsBottom: Bottom
113+
114+
# The text of the **Background** settings of the **Chart Area** panel.
115+
formatChartAreaBackground: Background
116+
117+
# The label of the **Color** background setting of the **Chart Area** panel.
118+
formatChartAreaBackgroundColor: Color
119+
120+
# The text of the **Title** panel of the **Format** tab.
121+
formatTitle: Title
122+
123+
# The label of the **Apply to** DropDown of the **Title** panel.
124+
formatTitleApplyTo: Apply to
125+
126+
# The text of the **Chart Title** option of the **Apply to** DropDown in the **Title** panel.
127+
formatTitleChartTitle: Chart Title
128+
129+
# The text of the **Chart Subtitle** option of the **Apply to** DropDown in the **Title** panel.
130+
formatTitleChartSubtitle: Chart Subtitle
131+
132+
# The label of the **Title** input of the **Title** panel.
133+
formatTitleLabel: Title
134+
135+
# The label of the **Font** setting of the **Title** panel.
136+
formatTitleFont: Font
137+
138+
# The placeholder of the **Font** setting of the **Title** panel.
139+
formatTitleFontPlaceholder: (inherited font)
140+
141+
# The label of the **Size** setting of the **Title** panel.
142+
formatTitleSize: Size
143+
144+
# The placeholder of the **Size** setting of the **Title** panel.
145+
formatTitleSizePlaceholder: px
146+
147+
# The label of the **Color** setting of the **Title** panel.
148+
formatTitleColor: Color
149+
150+
# The text of the **Series** panel of the **Format** tab.
151+
formatSeries: Series
152+
153+
# The label of the **Apply to** DropDown of the **Series** panel.
154+
formatSeriesApplyTo: Apply to
155+
156+
# The text of the **All Series** option of the **Apply to** DropDown in the **Series** panel.
157+
formatSeriesAllSeries: All Series
158+
159+
# The label of the **Color** setting of the **Series** panel.
160+
formatSeriesColor: Color
161+
162+
# The label of the **Show Labels** checkbox of the **Series** panel.
163+
formatSeriesShowLabels: Show Labels
164+
165+
# The text of the **Legend** panel of the **Format** tab.
166+
formatLegend: Legend
167+
168+
# The label of the **Show Legend** switch of the **Legend** panel.
169+
formatLegendShowLegend: Show Legend
170+
171+
# The label of the **Font** setting of the **Legend** panel.
172+
formatLegendFont: Font
173+
174+
# The placeholder of the **Font** setting of the **Legend** panel.
175+
formatLegendFontPlaceholder: (inherited font)
176+
177+
# The label of the **Size** setting of the **Legend** panel.
178+
formatLegendSize: Size
179+
180+
# The placeholder of the **Size** setting of the **Legend** panel.
181+
formatLegendSizePlaceholder: px
182+
183+
# The label of the **Color** setting of the **Legend** panel.
184+
formatLegendColor: Color
185+
186+
# The label of the **Posititon** DropDown of the **Legend** panel.
187+
formatLegendPosition: Position
188+
189+
# The text of the **Top** option of the **Position** DropDown of the **Legend** panel.
190+
formatLegendPositionTop: Top
191+
192+
# The text of the **Bottom** option of the **Position** DropDown of the **Legend** panel.
193+
formatLegendPositionBottom: Bottom
194+
195+
# The text of the **Left** option of the **Position** DropDown of the **Legend** panel.
196+
formatLegendPositionLeft: Left
197+
198+
# The text of the **Right** option of the **Position** DropDown of the **Legend** panel.
199+
formatLegendPositionRight: Right
200+
201+
# The text of the **Category Axis** panel of the **Format** tab.
202+
formatCategoryAxis: Category Axis
203+
204+
# The text of the **X Axis** panel of the **Format** tab when a Scatter Chart is selected.
205+
formatXAxis: X Axis
206+
207+
# The label of the **Title** settings of the **Category Axis** panel.
208+
formatCategoryAxisTitle: Title
209+
210+
# The placeholder of the **Title** input of the **Category Axis** panel.
211+
formatCategoryAxisTitlePlaceholder: Axis Title
212+
213+
# The label of the **Font** settings of the **Title** in the **Category Axis** panel.
214+
formatCategoryAxisTitleFont: Font
215+
216+
# The placeholder of the **Font** settings of the **Title** in the **Category Axis** panel.
217+
formatCategoryAxisTitleFontPlaceholder: (inherited font)
218+
219+
# The label of the **Size** settings of the **Title** in the **Category Axis** panel.
220+
formatCategoryAxisTitleSize: Size
221+
222+
# The placeholder of the **Size** settings of the **Title** in the **Category Axis** panel.
223+
formatCategoryAxisTitleSizePlaceholder: px
224+
225+
# The label of the **Color** settings of the **Title** in the **Category Axis** panel.
226+
formatCategoryAxisTitleColor: Color
227+
228+
# The label of the **Labels** settings of the **Category Axis** panel.
229+
formatCategoryAxisLabels: Labels
230+
231+
# The label of the **Font** settings of the **Labels** in the **Category Axis** panel.
232+
formatCategoryAxisLabelsFont: Font
233+
234+
# The placeholder of the **Font** settings of the **Labels** in the **Category Axis** panel.
235+
formatCategoryAxisLabelsFontPlaceholder: (inherited font)
236+
237+
# The label of the **Size** settings of the **Labels** in the **Category Axis** panel.
238+
formatCategoryAxisLabelsSize: Size
239+
240+
# The placeholder of the **Size** settings of the **Labels** in the **Category Axis** panel.
241+
formatCategoryAxisLabelsSizePlaceholder: px
242+
243+
# The label of the **Color** settings of the **Labels** in the **Category Axis** panel.
244+
formatCategoryAxisLabelsColor: Color
245+
246+
# The label of the **Rotation** settings of the **Labels** in the **Category Axis** panel.
247+
formatCategoryAxisLabelsRotation: Rotation
248+
249+
# The **Auto** option of the **Rotation** settings of the **Labels** in the **Category Axis** panel.
250+
formatCategoryAxisLabelsRotationAuto: Auto
251+
252+
# The label of the **Reverse Order** checkbox of the **Labels** in the **Category Axis** panel.
253+
formatCategoryAxisLabelsReverseOrder: Reverse Order
254+
255+
# The text of the **Value Axis** panel of the **Format** tab.
256+
formatValueAxis: Value Axis
257+
258+
# The text of the **Y Axis** panel of the **Format** tab.
259+
formatYAxis: Y Axis
260+
261+
# The label of the **Title** settings of the **Value Axis** panel.
262+
formatValueAxisTitle: Title
263+
264+
# The placeholder of the **Title** settings of the **Value Axis** panel.
265+
formatValueAxisTitlePlaceholder: Axis Title
266+
267+
# The label of the **Font** settings of the **Value Axis** panel.
268+
formatValueAxisTitleFont: Font
269+
270+
# The placeholder of the **Font** settings of the **Value Axis** panel.
271+
formatValueAxisTitleFontPlaceholder: (inherited font)
272+
273+
# The label of the **Size** settings of the **Value Axis** panel.
274+
formatValueAxisTitleSize: Size
275+
276+
# The placeholder of the **Size** settings of the **Value Axis** panel.
277+
formatValueAxisTitleSizePlaceholder: px
278+
279+
# The label of the **Color** settings of the **Value Axis** panel.
280+
formatValueAxisTitleColor: Color
281+
282+
# The label of the **Labels** settings of the **Value Axis** panel.
283+
formatValueAxisLabels: Labels
284+
285+
# The label of the **Format** DropDown of the **Labels** settings of the **Value Axis** panel.
286+
formatValueAxisLabelsFormat: Label Format
287+
288+
# The **Text** option of the **Format** DropDown of the **Labels** settings of the **Value Axis** panel.
289+
formatValueAxisLabelsFormatText: Text
290+
291+
# The **Number** option of the **Format** DropDown of the **Labels** settings of the **Value Axis** panel.
292+
formatValueAxisLabelsFormatNumber: Number
293+
294+
# The **Currency** option of the **Format** DropDown of the **Labels** settings of the **Value Axis** panel.
295+
formatValueAxisLabelsFormatCurrency: Currency
296+
297+
# The **Percent** option of the **Format** DropDown of the **Labels** settings of the **Value Axis** panel.
298+
formatValueAxisLabelsFormatPercent: Percent
299+
300+
# The label of the **Font** settings of the **Labels** in the **Value Axis** panel.
301+
formatValueAxisLabelsFont: Font
302+
303+
# The placeholder of the **Font** settings of the **Labels** in the **Value Axis** panel.
304+
formatValueAxisLabelsFontPlaceholder: (inherited font)
305+
306+
# The label of the **Size** settings of the **Labels** in the **Value Axis** panel.
307+
formatValueAxisLabelsSize: Size
308+
309+
# The placeholder of the **Size** settings of the **Labels** in the **Value Axis** panel.
310+
formatValueAxisLabelsSizePlaceholder: px
311+
312+
# The label of the **Color** settings of the **Labels** in the **Value Axis** panel.
313+
formatValueAxisLabelsColor: Color
314+
315+
# The label of the **Rotation** settings of the **Labels** in the **Value Axis** panel.
316+
formatValueAxisLabelsRotation: Rotation
317+
318+
# The **Auto** option of the **Rotation** settings of the **Labels** in the **Value Axis** panel.
319+
formatValueAxisLabelsRotationAuto: Auto

0 commit comments

Comments
 (0)