From 00c4e32ea883e6977940dbda7c21ffc338caed2d Mon Sep 17 00:00:00 2001 From: xiongmao86 Date: Fri, 28 Apr 2023 22:19:12 +0800 Subject: [PATCH] Finish Counter --- packages/docs/translations/en.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/packages/docs/translations/en.json b/packages/docs/translations/en.json index 2893b8035d..f937ef9459 100644 --- a/packages/docs/translations/en.json +++ b/packages/docs/translations/en.json @@ -1404,7 +1404,11 @@ "width": "Sets a component width", "margins": "Sets the margin of the outside buttons", "increaseIcon": "Sets an increase icon", - "decreaseIcon": "Sets a decrease icon" + "decreaseIcon": "Sets a decrease icon", + "ariaDecreaseLabel": "The aria-label of decrease button", + "ariaIncreaseLabel": "The aria-label of increase button", + "ariaLabel": "The aria-label of content of counter", + "longPressDelay": "The number of milliseconds after which another event will be sent when you are long pressing the button" }, "events": { "clickDecreaseButton": "The event is triggered when clicked decrease outside button",