From bc53d742967d51ec4a72413c7bf1d7159ec33ced Mon Sep 17 00:00:00 2001 From: Ovilia Date: Mon, 6 May 2019 11:33:58 +0800 Subject: [PATCH] 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 5d79cb0b80..f55cf7a298 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: '.' } } }