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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to