Browse Source

国际化支持

pull/1/head
richie 9 years ago
parent
commit
902209c3d8
  1. 3
      plugin.xml
  2. 11
      src/com/fr/solution/plugin/chart/echarts/locale/echarts_en_US.properties

3
plugin.xml

@ -3,13 +3,14 @@
<id>com.fr.solution.plugin.chart.echarts</id>
<name><![CDATA[ECharts图表]]></name>
<active>yes</active>
<version>2.0</version>
<version>2.1</version>
<env-version>8.0</env-version>
<jartime>2016-02-22</jartime>
<vendor email="solution@finereport.com">solution</vendor>
<description><![CDATA[ECharts图表,源码和效果图可查看<a href="http://www.finedevelop.com:2015/projects/FS/repos/plugin-echarts-public">这里</a>.]]></description>
<change-notes><![CDATA[
<p>[2016-02-18]饼图(支持多分类饼图)</p>
<p>[2016-03-03]增加国际化支持(美国英语)</p>
]]></change-notes>
<extra-core>
<LocaleFinder class="com.fr.solution.plugin.chart.echarts.common.EChartsLocaleFinder"/>

11
src/com/fr/solution/plugin/chart/echarts/locale/echarts_en_US.properties

@ -0,0 +1,11 @@
Plugin-ECharts_Chinese_Map=Chinese Map
Plugin-ECharts_Pie=Pie(ECharts)
Plugin-ECharts_Title=Title
Plugin-ECharts_Title_Show=Show Title
Plugin-ECharts_Title_Not_Show=Hide Title
Plugin-ECharts_Title_Show_Label=Show Title
Plugin-ECharts_Title_Content=Content
Plugin-ECharts_Tooltip=Theme
Plugin-ECharts_Theme=Theme
Plugin-ECharts_Theme_Select=Select Theme
Plugin-ECharts_Legend=Legend
Loading…
Cancel
Save