This is an automated email from the ASF dual-hosted git repository.

ovilia pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git

commit 3757de2540f87d68cc7198b0ffd906d5885531a7
Author: Clement Ho <clemmakesa...@users.noreply.github.com>
AuthorDate: Fri Apr 19 15:51:58 2019 -0500

    Improve based on revision
---
 src/langEN.js | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/langEN.js b/src/langEN.js
index 160268c..5d79cb0 100644
--- a/src/langEN.js
+++ b/src/langEN.js
@@ -59,21 +59,21 @@ export default {
     aria: {
         general: {
             withTitle: 'This is a chart about "{title}"',
-            withoutTitle: 'This is a chart,'
+            withoutTitle: 'This is a chart,'
         },
         series: {
             single: {
                 prefix: '',
-                withName: 'This is a chart with type {seriesType} named 
{seriesName}.',
+                withName: ', and this is a chart with type {seriesType} named 
{seriesName}.',
                 withoutName: 'This is a chart with type {seriesType}.'
             },
             multiple: {
                 prefix: 'This chart consists of {seriesCount} series count.',
-                withName: 'The {seriesId} series is a {seriesType} 
representing {seriesName},',
+                withName: ', and the {seriesId} series is a {seriesType} 
representing {seriesName},',
                 withoutName: 'The {seriesId} series is a {seriesType},',
                 separator: {
-                    middle: ';',
-                    end: '。'
+                    middle: ';',
+                    end: '.'
                 }
             }
         },
@@ -83,7 +83,7 @@ export default {
             withName: 'The data for {name} is {value}',
             withoutName: '{value}',
             separator: {
-                middle: ',',
+                middle: ',',
                 end: ''
             }
         }


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org

Reply via email to