From fdcfe40fb9408e3d0d96aaed8767e5c54eb021a4 Mon Sep 17 00:00:00 2001 From: xiongmao86 Date: Thu, 27 Apr 2023 14:34:09 +0800 Subject: [PATCH] Add descriptions and finish carousel --- packages/docs/translations/en.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/packages/docs/translations/en.json b/packages/docs/translations/en.json index b71388d77f..90d3724af4 100644 --- a/packages/docs/translations/en.json +++ b/packages/docs/translations/en.json @@ -1442,7 +1442,10 @@ "lazy": "Enables lazy load for the image of the component.", "maxWidth": "Maximal the width of the image of the component", "placeholderSrc": "`src` value for the placeholder image of the component.", - "referrerpolicy": "Proxies the `referrerpolicy` attribute to the image of the component [MDN](https://developer.mozilla.org/docs/Web/HTML/Element/img#attr-referrerpolicy)[[target=_blank]]." + "referrerpolicy": "Proxies the `referrerpolicy` attribute to the image of the component [MDN](https://developer.mozilla.org/docs/Web/HTML/Element/img#attr-referrerpolicy)[[target=_blank]].", + "sizes": "Proxies the `sizes` attribute to the image of the component [MDN](https://developer.mozilla.org/docs/Web/HTML/Element/img#using_the_srcset_and_sizes_attributes)[[target=_blank]].", + "srcset": "Proxies the `srcset` attribute to the image of the component [MDN](https://developer.mozilla.org/docs/Web/HTML/Element/img#using_the_srcset_and_sizes_attributes)[[target=_blank]].", + "title": "Proxies the `title` attribute to the image of the component [MDN](https://developer.mozilla.org/docs/Web/HTML/Element/img#the_title_attribute)[[target=_blank]]." }, "events": {}, "methods": {},