@atlaskit/emoji 67.4.0 → 67.4.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +12 -0
- package/admin/package.json +2 -2
- package/dist/cjs/components/picker/styles.js +11 -11
- package/dist/cjs/i18n/cs.js +44 -34
- package/dist/cjs/i18n/da.js +44 -34
- package/dist/cjs/i18n/de.js +44 -34
- package/dist/cjs/i18n/en.js +44 -34
- package/dist/cjs/i18n/en_GB.js +44 -34
- package/dist/cjs/i18n/es.js +44 -34
- package/dist/cjs/i18n/fi.js +44 -34
- package/dist/cjs/i18n/fr.js +44 -34
- package/dist/cjs/i18n/hu.js +44 -34
- package/dist/cjs/i18n/it.js +44 -34
- package/dist/cjs/i18n/ja.js +44 -34
- package/dist/cjs/i18n/ko.js +44 -34
- package/dist/cjs/i18n/nb.js +44 -34
- package/dist/cjs/i18n/nl.js +44 -34
- package/dist/cjs/i18n/pl.js +44 -34
- package/dist/cjs/i18n/pt_BR.js +44 -34
- package/dist/cjs/i18n/ru.js +44 -34
- package/dist/cjs/i18n/sv.js +44 -34
- package/dist/cjs/i18n/th.js +44 -34
- package/dist/cjs/i18n/tr.js +44 -34
- package/dist/cjs/i18n/uk.js +44 -34
- package/dist/cjs/i18n/vi.js +44 -34
- package/dist/cjs/i18n/zh.js +44 -34
- package/dist/cjs/i18n/zh_TW.js +44 -34
- package/dist/cjs/version.json +1 -1
- package/dist/es2019/components/picker/styles.js +11 -11
- package/dist/es2019/i18n/cs.js +44 -34
- package/dist/es2019/i18n/da.js +44 -34
- package/dist/es2019/i18n/de.js +44 -34
- package/dist/es2019/i18n/en.js +44 -34
- package/dist/es2019/i18n/en_GB.js +44 -34
- package/dist/es2019/i18n/es.js +44 -34
- package/dist/es2019/i18n/fi.js +44 -34
- package/dist/es2019/i18n/fr.js +44 -34
- package/dist/es2019/i18n/hu.js +44 -34
- package/dist/es2019/i18n/it.js +44 -34
- package/dist/es2019/i18n/ja.js +44 -34
- package/dist/es2019/i18n/ko.js +44 -34
- package/dist/es2019/i18n/nb.js +44 -34
- package/dist/es2019/i18n/nl.js +44 -34
- package/dist/es2019/i18n/pl.js +44 -34
- package/dist/es2019/i18n/pt_BR.js +44 -34
- package/dist/es2019/i18n/ru.js +44 -34
- package/dist/es2019/i18n/sv.js +44 -34
- package/dist/es2019/i18n/th.js +44 -34
- package/dist/es2019/i18n/tr.js +44 -34
- package/dist/es2019/i18n/uk.js +44 -34
- package/dist/es2019/i18n/vi.js +44 -34
- package/dist/es2019/i18n/zh.js +44 -34
- package/dist/es2019/i18n/zh_TW.js +44 -34
- package/dist/es2019/version.json +1 -1
- package/dist/esm/components/picker/styles.js +11 -11
- package/dist/esm/i18n/cs.js +44 -34
- package/dist/esm/i18n/da.js +44 -34
- package/dist/esm/i18n/de.js +44 -34
- package/dist/esm/i18n/en.js +44 -34
- package/dist/esm/i18n/en_GB.js +44 -34
- package/dist/esm/i18n/es.js +44 -34
- package/dist/esm/i18n/fi.js +44 -34
- package/dist/esm/i18n/fr.js +44 -34
- package/dist/esm/i18n/hu.js +44 -34
- package/dist/esm/i18n/it.js +44 -34
- package/dist/esm/i18n/ja.js +44 -34
- package/dist/esm/i18n/ko.js +44 -34
- package/dist/esm/i18n/nb.js +44 -34
- package/dist/esm/i18n/nl.js +44 -34
- package/dist/esm/i18n/pl.js +44 -34
- package/dist/esm/i18n/pt_BR.js +44 -34
- package/dist/esm/i18n/ru.js +44 -34
- package/dist/esm/i18n/sv.js +44 -34
- package/dist/esm/i18n/th.js +44 -34
- package/dist/esm/i18n/tr.js +44 -34
- package/dist/esm/i18n/uk.js +44 -34
- package/dist/esm/i18n/vi.js +44 -34
- package/dist/esm/i18n/zh.js +44 -34
- package/dist/esm/i18n/zh_TW.js +44 -34
- package/dist/esm/version.json +1 -1
- package/dist/types/api/EmojiRepository.d.ts +1 -1
- package/dist/types/api/EmojiUtils.d.ts +6 -6
- package/dist/types/api/internal/Comparators.d.ts +1 -1
- package/dist/types/api/media/MediaImageLoader.d.ts +1 -1
- package/dist/types/api/media/TokenManager.d.ts +1 -1
- package/dist/types/components/common/EmojiActions.d.ts +2 -2
- package/dist/types/components/common/EmojiPreviewComponent.d.ts +1 -1
- package/dist/types/components/common/Scrollable.d.ts +1 -1
- package/dist/types/components/common/ToneSelector.d.ts +1 -1
- package/dist/types/components/common/setSkinToneAriaLabelText.d.ts +1 -1
- package/dist/types/components/picker/CategorySelector.d.ts +1 -1
- package/dist/types/components/picker/EmojiPickerVirtualItems.d.ts +1 -1
- package/dist/types/components/picker/VirtualList.d.ts +2 -2
- package/dist/types/components/picker/categories.d.ts +3 -3
- package/dist/types/components/picker/styles.d.ts +1 -1
- package/dist/types/components/typeahead/EmojiTypeAheadComponent.d.ts +1 -1
- package/dist/types/components/uploader/EmojiUploader.d.ts +1 -1
- package/dist/types/context/EmojiContext.d.ts +1 -1
- package/dist/types/context/EmojiContextProvider.d.ts +1 -1
- package/dist/types/hooks/useInView.d.ts +1 -1
- package/dist/types/i18n/cs.d.ts +46 -36
- package/dist/types/i18n/da.d.ts +46 -36
- package/dist/types/i18n/de.d.ts +46 -36
- package/dist/types/i18n/en.d.ts +46 -36
- package/dist/types/i18n/en_GB.d.ts +46 -36
- package/dist/types/i18n/en_ZZ.d.ts +6 -6
- package/dist/types/i18n/es.d.ts +46 -36
- package/dist/types/i18n/et.d.ts +6 -6
- package/dist/types/i18n/fi.d.ts +46 -36
- package/dist/types/i18n/fr.d.ts +46 -36
- package/dist/types/i18n/hu.d.ts +46 -36
- package/dist/types/i18n/it.d.ts +46 -36
- package/dist/types/i18n/ja.d.ts +46 -36
- package/dist/types/i18n/ko.d.ts +46 -36
- package/dist/types/i18n/nb.d.ts +46 -36
- package/dist/types/i18n/nl.d.ts +46 -36
- package/dist/types/i18n/pl.d.ts +46 -36
- package/dist/types/i18n/pt_BR.d.ts +46 -36
- package/dist/types/i18n/pt_PT.d.ts +6 -6
- package/dist/types/i18n/ru.d.ts +46 -36
- package/dist/types/i18n/sk.d.ts +6 -6
- package/dist/types/i18n/sv.d.ts +46 -36
- package/dist/types/i18n/th.d.ts +46 -36
- package/dist/types/i18n/tr.d.ts +46 -36
- package/dist/types/i18n/uk.d.ts +46 -36
- package/dist/types/i18n/vi.d.ts +46 -36
- package/dist/types/i18n/zh.d.ts +46 -36
- package/dist/types/i18n/zh_TW.d.ts +46 -36
- package/dist/types/types.d.ts +10 -10
- package/dist/types/util/analytics/analytics.d.ts +8 -8
- package/dist/types/util/analytics/samplingUfo.d.ts +1 -1
- package/dist/types/util/analytics/useSampledUFOComponentExperience.d.ts +1 -1
- package/dist/types/util/browser-support.d.ts +1 -1
- package/dist/types/util/storage-available.d.ts +1 -1
- package/dist/types/util/type-helpers.d.ts +3 -3
- package/dist/types-ts4.5/admin.d.ts +1 -0
- package/dist/types-ts4.5/api/EmojiLoader.d.ts +13 -0
- package/dist/types-ts4.5/api/EmojiRepository.d.ts +72 -0
- package/dist/types-ts4.5/api/EmojiRepositoryRegex.d.ts +1 -0
- package/dist/types-ts4.5/api/EmojiResource.d.ts +139 -0
- package/dist/types-ts4.5/api/EmojiUtils.d.ts +24 -0
- package/dist/types-ts4.5/api/internal/Comparators.d.ts +109 -0
- package/dist/types-ts4.5/api/internal/UsageFrequencyTracker.d.ts +46 -0
- package/dist/types-ts4.5/api/media/MediaEmojiCache.d.ts +53 -0
- package/dist/types-ts4.5/api/media/MediaImageLoader.d.ts +21 -0
- package/dist/types-ts4.5/api/media/SiteEmojiResource.d.ts +46 -0
- package/dist/types-ts4.5/api/media/TokenManager.d.ts +13 -0
- package/dist/types-ts4.5/components/common/CachingEmoji.d.ts +21 -0
- package/dist/types-ts4.5/components/common/DeletableEmojiTooltipContent.d.ts +6 -0
- package/dist/types-ts4.5/components/common/DeleteButton.d.ts +9 -0
- package/dist/types-ts4.5/components/common/Emoji.d.ts +87 -0
- package/dist/types-ts4.5/components/common/EmojiActions.d.ts +35 -0
- package/dist/types-ts4.5/components/common/EmojiDeletePreview.d.ts +21 -0
- package/dist/types-ts4.5/components/common/EmojiErrorMessage.d.ts +15 -0
- package/dist/types-ts4.5/components/common/EmojiPlaceholder.d.ts +13 -0
- package/dist/types-ts4.5/components/common/EmojiPreviewComponent.d.ts +8 -0
- package/dist/types-ts4.5/components/common/EmojiRadioButton.d.ts +13 -0
- package/dist/types-ts4.5/components/common/EmojiUploadPicker.d.ts +21 -0
- package/dist/types-ts4.5/components/common/EmojiUploadPreview.d.ts +18 -0
- package/dist/types-ts4.5/components/common/FileChooser.d.ts +14 -0
- package/dist/types-ts4.5/components/common/LoadingEmojiComponent.d.ts +32 -0
- package/dist/types-ts4.5/components/common/Popup.d.ts +12 -0
- package/dist/types-ts4.5/components/common/RecordSelectionDefault.d.ts +12 -0
- package/dist/types-ts4.5/components/common/ResourcedEmoji.d.ts +6 -0
- package/dist/types-ts4.5/components/common/ResourcedEmojiComponent.d.ts +48 -0
- package/dist/types-ts4.5/components/common/RetryableButton.d.ts +15 -0
- package/dist/types-ts4.5/components/common/Scrollable.d.ts +21 -0
- package/dist/types-ts4.5/components/common/TonePreviewButton.d.ts +14 -0
- package/dist/types-ts4.5/components/common/ToneSelector.d.ts +15 -0
- package/dist/types-ts4.5/components/common/ToolTipContentWithKeymap.d.ts +9 -0
- package/dist/types-ts4.5/components/common/UfoErrorBoundary.d.ts +8 -0
- package/dist/types-ts4.5/components/common/UploadEmoji.d.ts +5 -0
- package/dist/types-ts4.5/components/common/internal-types.d.ts +20 -0
- package/dist/types-ts4.5/components/common/setSkinToneAriaLabelText.d.ts +1 -0
- package/dist/types-ts4.5/components/common/styles.d.ts +56 -0
- package/dist/types-ts4.5/components/i18n.d.ts +227 -0
- package/dist/types-ts4.5/components/picker/CategorySelector.d.ts +17 -0
- package/dist/types-ts4.5/components/picker/CategoryTracker.d.ts +16 -0
- package/dist/types-ts4.5/components/picker/EmojiPicker.d.ts +43 -0
- package/dist/types-ts4.5/components/picker/EmojiPickerCategoryHeading.d.ts +14 -0
- package/dist/types-ts4.5/components/picker/EmojiPickerComponent.d.ts +25 -0
- package/dist/types-ts4.5/components/picker/EmojiPickerEmojiRow.d.ts +17 -0
- package/dist/types-ts4.5/components/picker/EmojiPickerFooter.d.ts +9 -0
- package/dist/types-ts4.5/components/picker/EmojiPickerList.d.ts +94 -0
- package/dist/types-ts4.5/components/picker/EmojiPickerListSearch.d.ts +11 -0
- package/dist/types-ts4.5/components/picker/EmojiPickerSizes.d.ts +11 -0
- package/dist/types-ts4.5/components/picker/EmojiPickerVirtualItems.d.ts +33 -0
- package/dist/types-ts4.5/components/picker/VirtualList.d.ts +42 -0
- package/dist/types-ts4.5/components/picker/categories.d.ts +7 -0
- package/dist/types-ts4.5/components/picker/styles.d.ts +19 -0
- package/dist/types-ts4.5/components/picker/utils.d.ts +2 -0
- package/dist/types-ts4.5/components/typeahead/EmojiTypeAhead.d.ts +27 -0
- package/dist/types-ts4.5/components/typeahead/EmojiTypeAheadComponent.d.ts +74 -0
- package/dist/types-ts4.5/components/typeahead/EmojiTypeAheadItem.d.ts +17 -0
- package/dist/types-ts4.5/components/typeahead/EmojiTypeAheadList.d.ts +37 -0
- package/dist/types-ts4.5/components/typeahead/styles.d.ts +10 -0
- package/dist/types-ts4.5/components/uploader/EmojiUploadComponent.d.ts +13 -0
- package/dist/types-ts4.5/components/uploader/EmojiUploader.d.ts +20 -0
- package/dist/types-ts4.5/components/uploader/styles.d.ts +2 -0
- package/dist/types-ts4.5/context/EmojiCommonProvider.d.ts +17 -0
- package/dist/types-ts4.5/context/EmojiContext.d.ts +4 -0
- package/dist/types-ts4.5/context/EmojiContextProvider.d.ts +7 -0
- package/dist/types-ts4.5/context/EmojiPickerListContext.d.ts +10 -0
- package/dist/types-ts4.5/element.d.ts +3 -0
- package/dist/types-ts4.5/hooks/useEmoji.d.ts +5 -0
- package/dist/types-ts4.5/hooks/useEmojiContext.d.ts +4 -0
- package/dist/types-ts4.5/hooks/useEmojiPickerListContext.d.ts +1 -0
- package/dist/types-ts4.5/hooks/useInView.d.ts +7 -0
- package/dist/types-ts4.5/hooks/useIsMounted.d.ts +1 -0
- package/dist/types-ts4.5/hooks/usePrevious.d.ts +1 -0
- package/dist/types-ts4.5/i18n/cs.d.ts +53 -0
- package/dist/types-ts4.5/i18n/da.d.ts +53 -0
- package/dist/types-ts4.5/i18n/de.d.ts +53 -0
- package/dist/types-ts4.5/i18n/en.d.ts +53 -0
- package/dist/types-ts4.5/i18n/en_GB.d.ts +53 -0
- package/dist/types-ts4.5/i18n/en_ZZ.d.ts +43 -0
- package/dist/types-ts4.5/i18n/es.d.ts +53 -0
- package/dist/types-ts4.5/i18n/et.d.ts +39 -0
- package/dist/types-ts4.5/i18n/fi.d.ts +53 -0
- package/dist/types-ts4.5/i18n/fr.d.ts +53 -0
- package/dist/types-ts4.5/i18n/hu.d.ts +53 -0
- package/dist/types-ts4.5/i18n/index.d.ts +35 -0
- package/dist/types-ts4.5/i18n/is.d.ts +33 -0
- package/dist/types-ts4.5/i18n/it.d.ts +53 -0
- package/dist/types-ts4.5/i18n/ja.d.ts +53 -0
- package/dist/types-ts4.5/i18n/ko.d.ts +53 -0
- package/dist/types-ts4.5/i18n/languages.d.ts +27 -0
- package/dist/types-ts4.5/i18n/nb.d.ts +53 -0
- package/dist/types-ts4.5/i18n/nl.d.ts +53 -0
- package/dist/types-ts4.5/i18n/pl.d.ts +53 -0
- package/dist/types-ts4.5/i18n/pt_BR.d.ts +53 -0
- package/dist/types-ts4.5/i18n/pt_PT.d.ts +39 -0
- package/dist/types-ts4.5/i18n/ro.d.ts +33 -0
- package/dist/types-ts4.5/i18n/ru.d.ts +53 -0
- package/dist/types-ts4.5/i18n/sk.d.ts +39 -0
- package/dist/types-ts4.5/i18n/sv.d.ts +53 -0
- package/dist/types-ts4.5/i18n/th.d.ts +53 -0
- package/dist/types-ts4.5/i18n/tr.d.ts +53 -0
- package/dist/types-ts4.5/i18n/uk.d.ts +53 -0
- package/dist/types-ts4.5/i18n/vi.d.ts +53 -0
- package/dist/types-ts4.5/i18n/zh.d.ts +53 -0
- package/dist/types-ts4.5/i18n/zh_TW.d.ts +53 -0
- package/dist/types-ts4.5/index.d.ts +26 -0
- package/dist/types-ts4.5/picker.d.ts +1 -0
- package/dist/types-ts4.5/resource.d.ts +5 -0
- package/dist/types-ts4.5/typeahead.d.ts +2 -0
- package/dist/types-ts4.5/types.d.ts +363 -0
- package/dist/types-ts4.5/util/DuplicateLimitedQueue.d.ts +91 -0
- package/dist/types-ts4.5/util/StoredDuplicateLimitedQueue.d.ts +46 -0
- package/dist/types-ts4.5/util/analytics/analytics.d.ts +67 -0
- package/dist/types-ts4.5/util/analytics/index.d.ts +6 -0
- package/dist/types-ts4.5/util/analytics/samplingUfo.d.ts +38 -0
- package/dist/types-ts4.5/util/analytics/ufoExperiences.d.ts +14 -0
- package/dist/types-ts4.5/util/analytics/useSampledUFOComponentExperience.d.ts +8 -0
- package/dist/types-ts4.5/util/browser-support.d.ts +6 -0
- package/dist/types-ts4.5/util/constants.d.ts +60 -0
- package/dist/types-ts4.5/util/filters.d.ts +8 -0
- package/dist/types-ts4.5/util/image.d.ts +10 -0
- package/dist/types-ts4.5/util/keymaps.d.ts +14 -0
- package/dist/types-ts4.5/util/logger.d.ts +4 -0
- package/dist/types-ts4.5/util/mouse.d.ts +8 -0
- package/dist/types-ts4.5/util/shared-styles.d.ts +11 -0
- package/dist/types-ts4.5/util/storage-available.d.ts +3 -0
- package/dist/types-ts4.5/util/type-helpers.d.ts +23 -0
- package/dist/types-ts4.5/utils.d.ts +3 -0
- package/element/package.json +2 -2
- package/package.json +12 -4
- package/picker/package.json +2 -2
- package/report.api.md +8 -16
- package/resource/package.json +2 -2
- package/typeahead/package.json +2 -2
- package/types/package.json +2 -2
- package/utils/package.json +2 -2
package/dist/esm/i18n/vi.js
CHANGED
|
@@ -7,38 +7,48 @@
|
|
|
7
7
|
*/
|
|
8
8
|
//Vietnamese (Vietnam)
|
|
9
9
|
export default {
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
10
|
+
'fabric.emoji.add.custom.emoji.label': 'Thêm biểu tượng cảm xúc của riêng bạn',
|
|
11
|
+
'fabric.emoji.add.label': 'Thêm biểu tượng cảm xúc',
|
|
12
|
+
'fabric.emoji.cancel.label': 'Hủy',
|
|
13
|
+
'fabric.emoji.categories.label': 'Chọn một danh mục biểu tượng cảm xúc',
|
|
14
|
+
'fabric.emoji.categories.search.results': 'Kết quả tìm kiếm',
|
|
15
|
+
'fabric.emoji.category.activity': 'Hoạt động',
|
|
16
|
+
'fabric.emoji.category.all.uploads': 'Tất cả các nội dung tải lên',
|
|
17
|
+
'fabric.emoji.category.flags': 'Cờ',
|
|
18
|
+
'fabric.emoji.category.foods': 'Thực phẩm & Đồ uống',
|
|
19
|
+
'fabric.emoji.category.frequent': 'Thường ngày',
|
|
20
|
+
'fabric.emoji.category.nature': 'Thiên nhiên',
|
|
21
|
+
'fabric.emoji.category.objects': 'Đồ vật',
|
|
22
|
+
'fabric.emoji.category.people': 'Mọi người',
|
|
23
|
+
'fabric.emoji.category.places': 'Du lịch & Địa điểm',
|
|
24
|
+
'fabric.emoji.category.productivity': 'Năng suất',
|
|
25
|
+
'fabric.emoji.category.symbols': 'Biểu tượng',
|
|
26
|
+
'fabric.emoji.category.user.uploads': 'Các nội dung bạn tải lên',
|
|
27
|
+
'fabric.emoji.choose.file.screenReaderDescription': 'Chọn một tệp cho biểu tượng cảm xúc. JPG, PNG hoặc GIF. Kích thước tối đa 1 MB',
|
|
28
|
+
'fabric.emoji.choose.file.title': 'Chọn tập tin',
|
|
29
|
+
'fabric.emoji.delete.description': 'Tất cả các phiên bản hiện tại của biểu tượng cảm xúc này sẽ được thay thế bằng {emojiShortName}',
|
|
30
|
+
'fabric.emoji.delete.label': 'Xóa',
|
|
31
|
+
'fabric.emoji.delete.screenreader.tooltip': 'Để xóa biểu tượng cảm xúc {shortName}, hãy nhấn Backspace',
|
|
32
|
+
'fabric.emoji.delete.title': 'Xóa biểu tượng cảm xúc',
|
|
33
|
+
'fabric.emoji.delete.tooltip': 'Xóa',
|
|
34
|
+
'fabric.emoji.emojipicker.emoi.roledescription': 'nút biểu tượng cảm xúc',
|
|
35
|
+
'fabric.emoji.emojipicker.error': 'Lỗi!',
|
|
36
|
+
'fabric.emoji.error.delete.failed': 'Không xóa được',
|
|
37
|
+
'fabric.emoji.error.image.too.big': 'Hình ảnh đã chọn có kích thước lớn hơn 1 MB',
|
|
38
|
+
'fabric.emoji.error.invalid.image': 'Hình ảnh đã chọn không hợp lệ',
|
|
39
|
+
'fabric.emoji.error.upload.failed': 'Không thể tải lên',
|
|
40
|
+
'fabric.emoji.image.requirements': 'JPG, PNG hoặc GIF. Kích thước tối đa 1 MB.',
|
|
41
|
+
'fabric.emoji.name.ariaLabel': 'Nhập tên cho biểu tượng cảm xúc mới này',
|
|
42
|
+
'fabric.emoji.picker': 'Trình chọn biểu tượng cảm xúc',
|
|
43
|
+
'fabric.emoji.pickerlist.grid': '{showSearchResults, select, true {Kết quả tìm kiếm} other {Biểu tượng cảm xúc}}',
|
|
44
|
+
'fabric.emoji.pickerlist.tabpanel': 'Bảng danh sách và thao tác biểu tượng cảm xúc',
|
|
45
|
+
'fabric.emoji.placeholder': 'ví dụ: xin chào',
|
|
46
|
+
'fabric.emoji.preview': 'Biểu tượng cảm xúc mới của bạn {emoji} trông rất tuyệt',
|
|
47
|
+
'fabric.emoji.preview.title': 'Xem trước',
|
|
48
|
+
'fabric.emoji.retry.label': 'Thử lại',
|
|
49
|
+
'fabric.emoji.search.label': 'Tên biểu tượng cảm xúc',
|
|
50
|
+
'fabric.emoji.search.placeholder': 'Tìm kiếm',
|
|
51
|
+
'fabric.emoji.search.status': 'Xem tất cả biểu tượng cảm xúc',
|
|
52
|
+
'fabric.emoji.select.skin.list.ariaLabel': 'Bộ chọn tông màu da',
|
|
53
|
+
'fabric.emoji.select.skin.tone.ariaLabel': 'Chọn tông màu da của bạn, đã chọn {selectedTone}'
|
|
44
54
|
};
|
package/dist/esm/i18n/zh.js
CHANGED
|
@@ -7,38 +7,48 @@
|
|
|
7
7
|
*/
|
|
8
8
|
//Chinese (Simplified)
|
|
9
9
|
export default {
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
10
|
+
'fabric.emoji.add.custom.emoji.label': '添加您自己的表情符号',
|
|
11
|
+
'fabric.emoji.add.label': '添加表情符号',
|
|
12
|
+
'fabric.emoji.cancel.label': '取消',
|
|
13
|
+
'fabric.emoji.categories.label': '选择表情类别',
|
|
14
|
+
'fabric.emoji.categories.search.results': '搜索结果',
|
|
15
|
+
'fabric.emoji.category.activity': '活动',
|
|
16
|
+
'fabric.emoji.category.all.uploads': '所有上传',
|
|
17
|
+
'fabric.emoji.category.flags': '标记',
|
|
18
|
+
'fabric.emoji.category.foods': '食物和饮品',
|
|
19
|
+
'fabric.emoji.category.frequent': '频率',
|
|
20
|
+
'fabric.emoji.category.nature': '性质',
|
|
21
|
+
'fabric.emoji.category.objects': '对象',
|
|
22
|
+
'fabric.emoji.category.people': '人员',
|
|
23
|
+
'fabric.emoji.category.places': '旅行和地点',
|
|
24
|
+
'fabric.emoji.category.productivity': '生产力',
|
|
25
|
+
'fabric.emoji.category.symbols': '符号',
|
|
26
|
+
'fabric.emoji.category.user.uploads': '您的上传',
|
|
27
|
+
'fabric.emoji.choose.file.screenReaderDescription': '为表情选择一个文件。JPG、PNG 或 GIF。文件大小不得超过 1 MB',
|
|
28
|
+
'fabric.emoji.choose.file.title': '选择文件',
|
|
29
|
+
'fabric.emoji.delete.description': '此表情符号的所有现有实例将替换为{emojiShortName}',
|
|
30
|
+
'fabric.emoji.delete.label': '删除',
|
|
31
|
+
'fabric.emoji.delete.screenreader.tooltip': '要删除 {shortName} 表情,请按 Backspace 键',
|
|
32
|
+
'fabric.emoji.delete.title': '删除表情符号',
|
|
33
|
+
'fabric.emoji.delete.tooltip': '删除',
|
|
34
|
+
'fabric.emoji.emojipicker.emoi.roledescription': '表情按钮',
|
|
35
|
+
'fabric.emoji.emojipicker.error': '错误!',
|
|
36
|
+
'fabric.emoji.error.delete.failed': '删除失败',
|
|
37
|
+
'fabric.emoji.error.image.too.big': '选择的图像超过 1 MB',
|
|
38
|
+
'fabric.emoji.error.invalid.image': '选择的图像无效',
|
|
39
|
+
'fabric.emoji.error.upload.failed': '上传失败',
|
|
40
|
+
'fabric.emoji.image.requirements': 'JPG、PNG 或 GIF 最大为 1 MB。',
|
|
41
|
+
'fabric.emoji.name.ariaLabel': '为新表情符号输入名称',
|
|
42
|
+
'fabric.emoji.picker': '表情选择器',
|
|
43
|
+
'fabric.emoji.pickerlist.grid': '{showSearchResults, select, true {搜索结果} other {表情}}',
|
|
44
|
+
'fabric.emoji.pickerlist.tabpanel': '表情操作和列表面板',
|
|
45
|
+
'fabric.emoji.placeholder': '例如,您好',
|
|
46
|
+
'fabric.emoji.preview': '您的新表情符号{emoji}看起来很棒',
|
|
47
|
+
'fabric.emoji.preview.title': '预览',
|
|
48
|
+
'fabric.emoji.retry.label': '重试',
|
|
49
|
+
'fabric.emoji.search.label': '表情名称',
|
|
50
|
+
'fabric.emoji.search.placeholder': '搜索',
|
|
51
|
+
'fabric.emoji.search.status': '查看所有表情',
|
|
52
|
+
'fabric.emoji.select.skin.list.ariaLabel': '肤色选择器',
|
|
53
|
+
'fabric.emoji.select.skin.tone.ariaLabel': '选择您的肤色,已选 {selectedTone}'
|
|
44
54
|
};
|
package/dist/esm/i18n/zh_TW.js
CHANGED
|
@@ -7,38 +7,48 @@
|
|
|
7
7
|
*/
|
|
8
8
|
//Chinese (Traditional)
|
|
9
9
|
export default {
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
10
|
+
'fabric.emoji.add.custom.emoji.label': '新增專屬的表情符號',
|
|
11
|
+
'fabric.emoji.add.label': '新增表情符號',
|
|
12
|
+
'fabric.emoji.cancel.label': '取消',
|
|
13
|
+
'fabric.emoji.categories.label': '選擇表情符號類別',
|
|
14
|
+
'fabric.emoji.categories.search.results': '搜尋結果',
|
|
15
|
+
'fabric.emoji.category.activity': '活動',
|
|
16
|
+
'fabric.emoji.category.all.uploads': '所有上傳項目',
|
|
17
|
+
'fabric.emoji.category.flags': '旗標',
|
|
18
|
+
'fabric.emoji.category.foods': '食物和飲料',
|
|
19
|
+
'fabric.emoji.category.frequent': '常用項目',
|
|
20
|
+
'fabric.emoji.category.nature': '自然',
|
|
21
|
+
'fabric.emoji.category.objects': '物體',
|
|
22
|
+
'fabric.emoji.category.people': '人員',
|
|
23
|
+
'fabric.emoji.category.places': '旅遊和地點',
|
|
24
|
+
'fabric.emoji.category.productivity': '生產力',
|
|
25
|
+
'fabric.emoji.category.symbols': '符號',
|
|
26
|
+
'fabric.emoji.category.user.uploads': '您的上傳項目',
|
|
27
|
+
'fabric.emoji.choose.file.screenReaderDescription': '選擇表情符號的檔案。JPG、PNG 或 GIF。大小上限為 1 MB',
|
|
28
|
+
'fabric.emoji.choose.file.title': '選擇檔案',
|
|
29
|
+
'fabric.emoji.delete.description': '此表情符號的所有現有執行個體都將取代為 {emojiShortName}',
|
|
30
|
+
'fabric.emoji.delete.label': '移除',
|
|
31
|
+
'fabric.emoji.delete.screenreader.tooltip': '若要刪除 {shortName} 表情符號,請按退格鍵',
|
|
32
|
+
'fabric.emoji.delete.title': '移除表情符號',
|
|
33
|
+
'fabric.emoji.delete.tooltip': '刪除',
|
|
34
|
+
'fabric.emoji.emojipicker.emoi.roledescription': '表情符號按鈕',
|
|
35
|
+
'fabric.emoji.emojipicker.error': '錯誤!',
|
|
36
|
+
'fabric.emoji.error.delete.failed': '移除失敗',
|
|
37
|
+
'fabric.emoji.error.image.too.big': '所選的影像超過 1 MB',
|
|
38
|
+
'fabric.emoji.error.invalid.image': '所選的影像無效',
|
|
39
|
+
'fabric.emoji.error.upload.failed': '上傳失敗',
|
|
40
|
+
'fabric.emoji.image.requirements': 'JPG、PNG 或 GIF。大小上限為 1 MB。',
|
|
41
|
+
'fabric.emoji.name.ariaLabel': '請輸入新表情符號的名稱',
|
|
42
|
+
'fabric.emoji.picker': '表情符號選取器',
|
|
43
|
+
'fabric.emoji.pickerlist.grid': '{showSearchResults, select, true {搜尋結果} other {表情符號}}',
|
|
44
|
+
'fabric.emoji.pickerlist.tabpanel': '表情符號動作和列表面板',
|
|
45
|
+
'fabric.emoji.placeholder': '例如您好',
|
|
46
|
+
'fabric.emoji.preview': '新的表情符號 {emoji} 看起來很棒',
|
|
47
|
+
'fabric.emoji.preview.title': '預覽',
|
|
48
|
+
'fabric.emoji.retry.label': '重試',
|
|
49
|
+
'fabric.emoji.search.label': '表情符號名稱',
|
|
50
|
+
'fabric.emoji.search.placeholder': '搜尋',
|
|
51
|
+
'fabric.emoji.search.status': '查看所有表情符號',
|
|
52
|
+
'fabric.emoji.select.skin.list.ariaLabel': '膚色選取器',
|
|
53
|
+
'fabric.emoji.select.skin.tone.ariaLabel': '選取膚色,已選取 {selectedTone}'
|
|
44
54
|
};
|
package/dist/esm/version.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { CategoryId } from '../components/picker/categories';
|
|
2
2
|
import { EmojiDescription, EmojiSearchResult, OptionalEmojiDescription, SearchOptions } from '../types';
|
|
3
3
|
import { UsageFrequencyTracker } from './internal/UsageFrequencyTracker';
|
|
4
|
-
export declare const getEmojiVariation: (emoji: EmojiDescription, options?: SearchOptions
|
|
4
|
+
export declare const getEmojiVariation: (emoji: EmojiDescription, options?: SearchOptions) => EmojiDescription;
|
|
5
5
|
export default class EmojiRepository {
|
|
6
6
|
private emojis;
|
|
7
7
|
private fullSearch;
|
|
@@ -9,16 +9,16 @@ export interface SingleEmojiApiLoaderConfig extends Omit<ServiceConfig, 'url'> {
|
|
|
9
9
|
export interface OptimisticImageApiLoaderConfig extends Omit<ServiceConfig, 'url'> {
|
|
10
10
|
getUrl: (emojiId: EmojiId) => string;
|
|
11
11
|
}
|
|
12
|
-
export declare const emojiRequest: (provider: EmojiLoaderConfig, options?: RequestServiceOptions
|
|
12
|
+
export declare const emojiRequest: (provider: EmojiLoaderConfig, options?: RequestServiceOptions) => Promise<EmojiServiceResponse>;
|
|
13
13
|
export declare const getPixelRatio: () => number;
|
|
14
14
|
export declare const getAltRepresentation: (reps: AltRepresentations) => EmojiServiceRepresentation;
|
|
15
|
-
export declare const isMediaApiUrl: (url: string, meta?: EmojiMeta
|
|
16
|
-
export declare const denormaliseServiceRepresentation: (representation: EmojiServiceRepresentation, meta?: EmojiMeta
|
|
17
|
-
export declare const denormaliseServiceAltRepresentation: (altReps?: AltRepresentations
|
|
18
|
-
export declare const denormaliseSkinEmoji: (emoji: EmojiServiceDescriptionWithVariations, meta?: EmojiMeta
|
|
15
|
+
export declare const isMediaApiUrl: (url: string, meta?: EmojiMeta) => boolean;
|
|
16
|
+
export declare const denormaliseServiceRepresentation: (representation: EmojiServiceRepresentation, meta?: EmojiMeta) => EmojiRepresentation;
|
|
17
|
+
export declare const denormaliseServiceAltRepresentation: (altReps?: AltRepresentations, meta?: EmojiMeta) => EmojiRepresentation;
|
|
18
|
+
export declare const denormaliseSkinEmoji: (emoji: EmojiServiceDescriptionWithVariations, meta?: EmojiMeta) => EmojiDescriptionWithVariations[];
|
|
19
19
|
/**
|
|
20
20
|
* Denormalised an emoji response (emojis + sprite references) into an array of
|
|
21
21
|
* emoji with local sprite definitions.
|
|
22
22
|
*/
|
|
23
23
|
export declare const denormaliseEmojiServiceResponse: (emojiData: EmojiServiceResponse) => EmojiResponse;
|
|
24
|
-
export declare const shouldUseAltRepresentation: (emoji: EmojiDescription, fitToHeight?: number
|
|
24
|
+
export declare const shouldUseAltRepresentation: (emoji: EmojiDescription, fitToHeight?: number) => boolean;
|
|
@@ -76,7 +76,7 @@ export declare class UsageFrequencyComparator implements EmojiComparator {
|
|
|
76
76
|
*/
|
|
77
77
|
private getPositionInOrder;
|
|
78
78
|
}
|
|
79
|
-
|
|
79
|
+
type KeysOfType<T, TProp> = {
|
|
80
80
|
[P in keyof T]: T[P] extends TProp | undefined ? P : never;
|
|
81
81
|
}[keyof T];
|
|
82
82
|
/**
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { MediaApiToken } from '../../types';
|
|
2
2
|
import { ServiceConfig } from '@atlaskit/util-service-support';
|
|
3
3
|
export declare const EXPIRES_AT_LATENCY_IN_SECONDS = 30;
|
|
4
|
-
export
|
|
4
|
+
export type TokenType = 'read' | 'upload';
|
|
5
5
|
export default class TokenManager {
|
|
6
6
|
private siteServiceConfig;
|
|
7
7
|
private tokens;
|
|
@@ -26,8 +26,8 @@ export interface Props {
|
|
|
26
26
|
}
|
|
27
27
|
export declare const emojiActionsTestId = "emoji-actions";
|
|
28
28
|
export declare const uploadEmojiTestId = "upload-emoji";
|
|
29
|
-
|
|
30
|
-
|
|
29
|
+
type PropsWithWrappedComponentPropsType = Props & WrappedComponentProps;
|
|
30
|
+
type EmojiActionsProps = PropsWithWrappedComponentPropsType;
|
|
31
31
|
export declare const EmojiActions: FC<EmojiActionsProps>;
|
|
32
32
|
declare const _default: FC<import("react-intl-next").WithIntlProps<Props & WrappedComponentProps<"intl">>> & {
|
|
33
33
|
WrappedComponent: import("react").ComponentType<Props & WrappedComponentProps<"intl">>;
|
|
@@ -13,7 +13,7 @@ export interface Props {
|
|
|
13
13
|
}
|
|
14
14
|
export default class Scrollable extends PureComponent<Props, {}> {
|
|
15
15
|
private scrollableDiv;
|
|
16
|
-
reveal: (child: HTMLElement, forceToTop?: boolean
|
|
16
|
+
reveal: (child: HTMLElement, forceToTop?: boolean) => void;
|
|
17
17
|
scrollToBottom: () => void;
|
|
18
18
|
private handleScroll;
|
|
19
19
|
private handleRef;
|
|
@@ -9,7 +9,7 @@ export interface Props {
|
|
|
9
9
|
selectedTone?: ToneSelection;
|
|
10
10
|
}
|
|
11
11
|
export declare const toneSelectorTestId = "tone-selector";
|
|
12
|
-
|
|
12
|
+
type PropsWithAnalyticsEventsPropsType = Props & WithAnalyticsEventsProps;
|
|
13
13
|
export declare const ToneSelectorInternal: FC<PropsWithAnalyticsEventsPropsType>;
|
|
14
14
|
declare const _default: import("react").MemoExoticComponent<import("react").ForwardRefExoticComponent<Omit<import("react").PropsWithChildren<PropsWithAnalyticsEventsPropsType>, keyof WithAnalyticsEventsProps> & import("react").RefAttributes<any>>>;
|
|
15
15
|
export default _default;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export declare const setSkinToneAriaLabelText: (tone?: string
|
|
1
|
+
export declare const setSkinToneAriaLabelText: (tone?: string) => string | undefined;
|
|
@@ -7,7 +7,7 @@ export interface Props {
|
|
|
7
7
|
disableCategories?: boolean;
|
|
8
8
|
onCategorySelected?: OnCategory;
|
|
9
9
|
}
|
|
10
|
-
export
|
|
10
|
+
export type CategoryMap = {
|
|
11
11
|
[id: string]: CategoryDescription;
|
|
12
12
|
};
|
|
13
13
|
export declare const sortCategories: (c1: CategoryGroupKey, c2: CategoryGroupKey) => number;
|
|
@@ -20,7 +20,7 @@ export declare abstract class AbstractItem<P> implements VirtualItem<P> {
|
|
|
20
20
|
}
|
|
21
21
|
export declare class EmojisRowItem extends AbstractItem<EmojiRowProps> {
|
|
22
22
|
constructor(props: EmojiRowProps);
|
|
23
|
-
renderItem: (context?: VirtualItemContext
|
|
23
|
+
renderItem: (context?: VirtualItemContext) => jsx.JSX.Element;
|
|
24
24
|
}
|
|
25
25
|
export declare class LoadingItem extends AbstractItem<{}> {
|
|
26
26
|
constructor();
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { VirtualItem as VirtualItemContext } from '@tanstack/react-virtual';
|
|
2
2
|
import React from 'react';
|
|
3
|
-
|
|
3
|
+
type Props = {
|
|
4
4
|
overscanRowCount: number;
|
|
5
5
|
rowHeight: (index: number) => number;
|
|
6
6
|
rowRenderer: (context: VirtualItemContext) => JSX.Element;
|
|
@@ -12,7 +12,7 @@ declare type Props = {
|
|
|
12
12
|
width: number;
|
|
13
13
|
height: number;
|
|
14
14
|
};
|
|
15
|
-
export
|
|
15
|
+
export type ListRef = {
|
|
16
16
|
/**
|
|
17
17
|
* Scroll to the row by row index
|
|
18
18
|
* @param index row index of virtual list
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { CategoryDescription } from '../../types';
|
|
2
|
-
export
|
|
3
|
-
export
|
|
4
|
-
export
|
|
2
|
+
export type CategoryId = 'FREQUENT' | 'PEOPLE' | 'NATURE' | 'FOODS' | 'ACTIVITY' | 'PLACES' | 'OBJECTS' | 'SYMBOLS' | 'FLAGS' | 'ATLASSIAN' | 'CUSTOM';
|
|
3
|
+
export type CategoryGroupKey = CategoryId | 'USER_CUSTOM' | 'SEARCH';
|
|
4
|
+
export type CategoryDescriptionMap = {
|
|
5
5
|
[key in CategoryGroupKey]: CategoryDescription;
|
|
6
6
|
};
|
|
7
7
|
export declare const CategoryDescriptionMap: CategoryDescriptionMap;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { PickerSize } from '../../types';
|
|
2
|
-
export declare const emojiPicker: (hasPreview?: boolean
|
|
2
|
+
export declare const emojiPicker: (hasPreview?: boolean, size?: PickerSize) => import("@emotion/react").SerializedStyles;
|
|
3
3
|
export declare const categorySelector: import("@emotion/react").SerializedStyles;
|
|
4
4
|
export declare const categorySelectorTablist: import("@emotion/react").SerializedStyles;
|
|
5
5
|
export declare const active: import("@emotion/react").SerializedStyles;
|
|
@@ -63,7 +63,7 @@ export default class EmojiTypeAheadComponent extends PureComponent<Props, State>
|
|
|
63
63
|
selectPrevious: () => void;
|
|
64
64
|
chooseCurrentSelection: () => void;
|
|
65
65
|
count: () => number;
|
|
66
|
-
getTone: (tone?: number
|
|
66
|
+
getTone: (tone?: number) => string | undefined;
|
|
67
67
|
private fireAnalyticsEvent;
|
|
68
68
|
private onSearch;
|
|
69
69
|
private onSearchResult;
|
|
@@ -15,6 +15,6 @@ export declare class EmojiUploaderInternal extends LoadingEmojiComponent<Props,
|
|
|
15
15
|
asyncLoadComponent(): void;
|
|
16
16
|
renderLoaded(loadedEmojiProvider: EmojiProvider, EmojiUploadComponent: FC<ComponentProps>): JSX.Element;
|
|
17
17
|
}
|
|
18
|
-
|
|
18
|
+
type EmojiUploader = EmojiUploaderInternal;
|
|
19
19
|
declare const EmojiUploader: React.ForwardRefExoticComponent<Omit<Props, keyof import("@atlaskit/analytics-next").WithAnalyticsEventsProps> & React.RefAttributes<any>>;
|
|
20
20
|
export default EmojiUploader;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
2
|
import { EmojiContext as InternalEmojiContextType } from '../components/common/internal-types';
|
|
3
|
-
export
|
|
3
|
+
export type EmojiContextType = InternalEmojiContextType | null;
|
|
4
4
|
export declare const EmojiContext: import("react").Context<EmojiContextType>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { FC } from 'react';
|
|
2
2
|
import { EmojiContextType } from './EmojiContext';
|
|
3
|
-
|
|
3
|
+
type EmojiContextProviderType = {
|
|
4
4
|
emojiContextValue: EmojiContextType;
|
|
5
5
|
};
|
|
6
6
|
export declare const EmojiContextProvider: FC<EmojiContextProviderType>;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { IntersectionOptions } from 'react-intersection-observer';
|
|
2
|
-
|
|
2
|
+
type InViewHookNotSupportedResponse = [undefined, boolean];
|
|
3
3
|
export declare const useInView: (options?: IntersectionOptions | undefined) => InViewHookNotSupportedResponse | import("react-intersection-observer").InViewHookResponse;
|
|
4
4
|
export {};
|
package/dist/types/i18n/cs.d.ts
CHANGED
|
@@ -1,43 +1,53 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
"fabric.emoji.add.custom.emoji.label": string;
|
|
3
|
-
"fabric.emoji.add.label": string;
|
|
4
|
-
"fabric.emoji.cancel.label": string;
|
|
5
|
-
"fabric.emoji.categories.search.results": string;
|
|
6
|
-
"fabric.emoji.category.activity": string;
|
|
7
|
-
"fabric.emoji.category.all.uploads": string;
|
|
8
|
-
"fabric.emoji.category.flags": string;
|
|
9
|
-
"fabric.emoji.category.foods": string;
|
|
10
|
-
"fabric.emoji.category.frequent": string;
|
|
11
|
-
"fabric.emoji.category.nature": string;
|
|
12
|
-
"fabric.emoji.category.objects": string;
|
|
13
|
-
"fabric.emoji.category.people": string;
|
|
14
|
-
"fabric.emoji.category.places": string;
|
|
15
|
-
"fabric.emoji.category.productivity": string;
|
|
16
|
-
"fabric.emoji.category.symbols": string;
|
|
17
|
-
"fabric.emoji.category.user.uploads": string;
|
|
18
|
-
"fabric.emoji.choose.file.screenReaderDescription": string;
|
|
19
|
-
"fabric.emoji.choose.file.title": string;
|
|
20
|
-
"fabric.emoji.delete.description": string;
|
|
21
|
-
"fabric.emoji.delete.label": string;
|
|
22
|
-
"fabric.emoji.delete.title": string;
|
|
23
|
-
"fabric.emoji.error.delete.failed": string;
|
|
24
|
-
"fabric.emoji.error.image.too.big": string;
|
|
25
|
-
"fabric.emoji.error.invalid.image": string;
|
|
26
|
-
"fabric.emoji.error.upload.failed": string;
|
|
27
|
-
"fabric.emoji.image.requirements": string;
|
|
28
|
-
"fabric.emoji.name.ariaLabel": string;
|
|
29
|
-
"fabric.emoji.placeholder": string;
|
|
30
|
-
"fabric.emoji.preview": string;
|
|
31
|
-
"fabric.emoji.preview.title": string;
|
|
32
|
-
"fabric.emoji.retry.label": string;
|
|
33
|
-
"fabric.emoji.search.label": string;
|
|
34
|
-
"fabric.emoji.search.placeholder": string;
|
|
35
|
-
"fabric.emoji.select.skin.tone.ariaLabel": string;
|
|
36
|
-
};
|
|
37
1
|
/**
|
|
38
2
|
* NOTE:
|
|
39
3
|
*
|
|
40
4
|
* This file is automatically generated by Traduki 2.0.
|
|
41
5
|
* DO NOT CHANGE IT BY HAND or your changes will be lost.
|
|
42
6
|
*/
|
|
7
|
+
declare const _default: {
|
|
8
|
+
'fabric.emoji.add.custom.emoji.label': string;
|
|
9
|
+
'fabric.emoji.add.label': string;
|
|
10
|
+
'fabric.emoji.cancel.label': string;
|
|
11
|
+
'fabric.emoji.categories.label': string;
|
|
12
|
+
'fabric.emoji.categories.search.results': string;
|
|
13
|
+
'fabric.emoji.category.activity': string;
|
|
14
|
+
'fabric.emoji.category.all.uploads': string;
|
|
15
|
+
'fabric.emoji.category.flags': string;
|
|
16
|
+
'fabric.emoji.category.foods': string;
|
|
17
|
+
'fabric.emoji.category.frequent': string;
|
|
18
|
+
'fabric.emoji.category.nature': string;
|
|
19
|
+
'fabric.emoji.category.objects': string;
|
|
20
|
+
'fabric.emoji.category.people': string;
|
|
21
|
+
'fabric.emoji.category.places': string;
|
|
22
|
+
'fabric.emoji.category.productivity': string;
|
|
23
|
+
'fabric.emoji.category.symbols': string;
|
|
24
|
+
'fabric.emoji.category.user.uploads': string;
|
|
25
|
+
'fabric.emoji.choose.file.screenReaderDescription': string;
|
|
26
|
+
'fabric.emoji.choose.file.title': string;
|
|
27
|
+
'fabric.emoji.delete.description': string;
|
|
28
|
+
'fabric.emoji.delete.label': string;
|
|
29
|
+
'fabric.emoji.delete.screenreader.tooltip': string;
|
|
30
|
+
'fabric.emoji.delete.title': string;
|
|
31
|
+
'fabric.emoji.delete.tooltip': string;
|
|
32
|
+
'fabric.emoji.emojipicker.emoi.roledescription': string;
|
|
33
|
+
'fabric.emoji.emojipicker.error': string;
|
|
34
|
+
'fabric.emoji.error.delete.failed': string;
|
|
35
|
+
'fabric.emoji.error.image.too.big': string;
|
|
36
|
+
'fabric.emoji.error.invalid.image': string;
|
|
37
|
+
'fabric.emoji.error.upload.failed': string;
|
|
38
|
+
'fabric.emoji.image.requirements': string;
|
|
39
|
+
'fabric.emoji.name.ariaLabel': string;
|
|
40
|
+
'fabric.emoji.picker': string;
|
|
41
|
+
'fabric.emoji.pickerlist.grid': string;
|
|
42
|
+
'fabric.emoji.pickerlist.tabpanel': string;
|
|
43
|
+
'fabric.emoji.placeholder': string;
|
|
44
|
+
'fabric.emoji.preview': string;
|
|
45
|
+
'fabric.emoji.preview.title': string;
|
|
46
|
+
'fabric.emoji.retry.label': string;
|
|
47
|
+
'fabric.emoji.search.label': string;
|
|
48
|
+
'fabric.emoji.search.placeholder': string;
|
|
49
|
+
'fabric.emoji.search.status': string;
|
|
50
|
+
'fabric.emoji.select.skin.list.ariaLabel': string;
|
|
51
|
+
'fabric.emoji.select.skin.tone.ariaLabel': string;
|
|
52
|
+
};
|
|
43
53
|
export default _default;
|