You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@echarts.apache.org by ov...@apache.org on 2019/05/06 03:35:17 UTC

[incubator-echarts] 04/04: Update langEN.js

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 bc53d742967d51ec4a72413c7bf1d7159ec33ced
Author: Ovilia <zw...@gmail.com>
AuthorDate: Mon May 6 11:33:58 2019 +0800

    Update langEN.js
---
 src/langEN.js | 24 ++++++++++++------------
 1 file changed, 12 insertions(+), 12 deletions(-)

diff --git a/src/langEN.js b/src/langEN.js
index 5d79cb0..f55cf7a 100644
--- a/src/langEN.js
+++ b/src/langEN.js
@@ -59,32 +59,32 @@ 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: ', and this is a chart with type {seriesType} named {seriesName}.',
-                withoutName: 'This is a chart with type {seriesType}.'
+                withName: ' with type {seriesType} named {seriesName}.',
+                withoutName: ' with type {seriesType}.'
             },
             multiple: {
-                prefix: 'This chart consists of {seriesCount} series count.',
-                withName: ', and the {seriesId} series is a {seriesType} representing {seriesName},',
-                withoutName: 'The {seriesId} series is a {seriesType},',
+                prefix: '. It consists of {seriesCount} series count.',
+                withName: ' The {seriesId} series is a {seriesType} representing {seriesName}.',
+                withoutName: ' The {seriesId} series is a {seriesType}.',
                 separator: {
-                    middle: ';',
-                    end: '.'
+                    middle: '',
+                    end: ''
                 }
             }
         },
         data: {
-            allData: 'The data is -',
-            partialData: 'The first {displayCnt} items are ——',
-            withName: 'The data for {name} is {value}',
+            allData: 'The data is as follows: ',
+            partialData: 'The first {displayCnt} items are: ',
+            withName: 'the data for {name} is {value}',
             withoutName: '{value}',
             separator: {
                 middle: ',',
-                end: ''
+                end: '.'
             }
         }
     }


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