You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@echarts.apache.org by GitBox <gi...@apache.org> on 2019/04/16 06:30:05 UTC

[GitHub] [incubator-echarts] Ovilia commented on a change in pull request #10295: Add aria defaults for lang-en

Ovilia commented on a change in pull request #10295: Add aria defaults for lang-en
URL: https://github.com/apache/incubator-echarts/pull/10295#discussion_r275645285
 
 

 ##########
 File path: 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: '。'
 
 Review comment:
   middle: ';`, end: '.'

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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