From 3757de2540f87d68cc7198b0ffd906d5885531a7 Mon Sep 17 00:00:00 2001 From: Clement Ho Date: Fri, 19 Apr 2019 15:51:58 -0500 Subject: [PATCH] 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 160268c42..5d79cb0b8 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: '' } } -- GitLab