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:13 UTC

[incubator-echarts] branch master updated (bf49af0 -> bc53d74)

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

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


    from bf49af0  Merge pull request #10346 from susiwen8/#10343
     new 9a8bd71  Add aria defaults for lang-en
     new 6bea8de  Fix grammar
     new 3757de2  Improve based on revision
     new bc53d74  Update langEN.js

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 src/langEN.js | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)


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


[incubator-echarts] 02/04: Fix grammar

Posted by ov...@apache.org.
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 6bea8de60718d56436abbd2128ce252bb5c291a0
Author: Clement Ho <Cl...@users.noreply.github.com>
AuthorDate: Mon Apr 15 16:30:22 2019 -0500

    Fix grammar
---
 src/langEN.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/langEN.js b/src/langEN.js
index e8308bf..160268c 100644
--- a/src/langEN.js
+++ b/src/langEN.js
@@ -79,7 +79,7 @@ export default {
         },
         data: {
             allData: 'The data is -',
-            partialData: 'The first {displayCnt} item is ——',
+            partialData: 'The first {displayCnt} items are ——',
             withName: 'The data for {name} is {value}',
             withoutName: '{value}',
             separator: {


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


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

Posted by ov...@apache.org.
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


[incubator-echarts] 01/04: Add aria defaults for lang-en

Posted by ov...@apache.org.
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 9a8bd71a39833ba990db6ffcb63e9f97b8cb2f59
Author: Clement Ho <Cl...@users.noreply.github.com>
AuthorDate: Mon Apr 15 16:09:57 2019 -0500

    Add aria defaults for lang-en
---
 src/langEN.js | 32 ++++++++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

diff --git a/src/langEN.js b/src/langEN.js
index 66846a0..e8308bf 100644
--- a/src/langEN.js
+++ b/src/langEN.js
@@ -55,5 +55,37 @@ export default {
             title: 'Save as Image',
             lang: ['Right Click to Save Image']
         }
+    },
+    aria: {
+        general: {
+            withTitle: 'This is a chart about "{title}"',
+            withoutTitle: 'This is a chart,'
+        },
+        series: {
+            single: {
+                prefix: '',
+                withName: '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},',
+                withoutName: 'The {seriesId} series is a {seriesType},',
+                separator: {
+                    middle: ';',
+                    end: '。'
+                }
+            }
+        },
+        data: {
+            allData: 'The data is -',
+            partialData: 'The first {displayCnt} item is ——',
+            withName: 'The data for {name} is {value}',
+            withoutName: '{value}',
+            separator: {
+                middle: ',',
+                end: ''
+            }
+        }
     }
 };


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


[incubator-echarts] 03/04: Improve based on revision

Posted by ov...@apache.org.
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 <Cl...@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-unsubscribe@echarts.apache.org
For additional commands, e-mail: commits-help@echarts.apache.org