/** * Default localization strings for Tecton design system components. * Provides translations for UI elements like calendars, action sheets, modals, * data tables, file pickers, and other components across multiple locales. * * Supported locales: * - `en-US` - English (United States) - Default/fallback * - `es-MX` - Spanish (Mexico) * - `pt-BR` - Portuguese (Brazil) * - `zh-CN` - Chinese (Simplified) * - `zh-HK` - Chinese (Hong Kong) * - `zh-TW` - Chinese (Taiwan) * * String keys follow the pattern: `tecton.element..` * * @example * ```typescript * import defaultStrings from 'q2-tecton-common/lib/utility/default-strings'; * * // Get a specific string for a locale * const closeLabel = defaultStrings['en-US']['tecton.element.modal.close']; * // Returns: 'Close' * * // Get Spanish translation * const closeLabel = defaultStrings['es-MX']['tecton.element.modal.close']; * // Returns: 'Cerrar' * ``` */ declare const _default: { 'en-US': { 'tecton.element.actionSheet.close': string; 'tecton.element.actionSheet.done': string; 'tecton.element.calendar.caption': string; 'tecton.element.calendar.close': string; 'tecton.element.calendar.invalid': string; 'tecton.element.calendar.selected': string; 'tecton.element.calendar.dialogLabel': string; 'tecton.element.calendar.previousMonth': string; 'tecton.element.calendar.nextMonth': string; 'tecton.element.calendar.previousYear': string; 'tecton.element.calendar.nextYear': string; 'tecton.element.calendar.today': string; 'tecton.element.calendar.year': string; 'tecton.element.calendar.month': string; 'tecton.element.calendar.days.Sunday': string; 'tecton.element.calendar.days.Monday': string; 'tecton.element.calendar.days.Tuesday': string; 'tecton.element.calendar.days.Wednesday': string; 'tecton.element.calendar.days.Thursday': string; 'tecton.element.calendar.days.Friday': string; 'tecton.element.calendar.days.Saturday': string; 'tecton.element.calendar.days.short.Sunday': string; 'tecton.element.calendar.days.short.Monday': string; 'tecton.element.calendar.days.short.Tuesday': string; 'tecton.element.calendar.days.short.Wednesday': string; 'tecton.element.calendar.days.short.Thursday': string; 'tecton.element.calendar.days.short.Friday': string; 'tecton.element.calendar.days.short.Saturday': string; 'tecton.element.calendar.months.January': string; 'tecton.element.calendar.months.February': string; 'tecton.element.calendar.months.March': string; 'tecton.element.calendar.months.April': string; 'tecton.element.calendar.months.May': string; 'tecton.element.calendar.months.June': string; 'tecton.element.calendar.months.July': string; 'tecton.element.calendar.months.August': string; 'tecton.element.calendar.months.September': string; 'tecton.element.calendar.months.October': string; 'tecton.element.calendar.months.November': string; 'tecton.element.calendar.months.December': string; 'tecton.element.calendar.months.abbr.January': string; 'tecton.element.calendar.months.abbr.February': string; 'tecton.element.calendar.months.abbr.March': string; 'tecton.element.calendar.months.abbr.April': string; 'tecton.element.calendar.months.abbr.May': string; 'tecton.element.calendar.months.abbr.June': string; 'tecton.element.calendar.months.abbr.July': string; 'tecton.element.calendar.months.abbr.August': string; 'tecton.element.calendar.months.abbr.September': string; 'tecton.element.calendar.months.abbr.October': string; 'tecton.element.calendar.months.abbr.November': string; 'tecton.element.calendar.months.abbr.December': string; 'tecton.element.calendar.toggleAriaLabel': string; 'tecton.element.calendar.defaultLabel': string; 'tecton.element.calendar.hint.format': string; 'tecton.element.calendar.hint.select': string; 'tecton.element.calendar.hint.selection': string; 'tecton.element.calendar.hint.incompleteEntry': string; 'tecton.element.calendar.hint.invalidDate': string; 'tecton.element.calendar.hint.notAvailableDate': string; 'tecton.element.cardImage.expires': string; 'tecton.element.cardImage.cardHolder': string; 'tecton.element.carousel.ariaLabel': string; 'tecton.element.carousel.tabWrapperLabel': string; 'tecton.element.carousel.currentSlideAnnouncement': string; 'tecton.element.carousel.previousItemLabel': string; 'tecton.element.carousel.nextItemLabel': string; 'tecton.element.carousel.insufficientPanesMessageHeader': string; 'tecton.element.carousel.pausePlayLabel': string; 'tecton.element.carousel.resumePlayLabel': string; 'tecton.element.carousel.insufficientPanesMessageBody': string; 'tecton.element.carousel.itemDescription': string; 'tecton.element.chartDonut.button.summaryName': string; 'tecton.element.chartDonut.button.description': string; 'tecton.element.chartDonut.button.roleDescription': string; 'tecton.element.checkboxGroup.error': string; 'tecton.element.dataTable.emptyMessage': string; 'tecton.element.dataTable.booleanTrue': string; 'tecton.element.dataTable.booleanFalse': string; 'tecton.element.dataTable.toggleRow': string; 'tecton.element.dataTable.dropdown': string; 'tecton.element.dataTable.selectRow': string; 'tecton.element.dataTable.clickRow': string; 'tecton.element.dataTable.selectAllRows': string; 'tecton.element.dataTable.sortedAscending': string; 'tecton.element.dataTable.sortedDescending': string; 'tecton.element.dataTable.clickToSort': string; 'tecton.element.dataTable.rowStatus': string; 'tecton.element.dropdown.itemCount': string; 'tecton.element.dropdownItem.remove': string; 'tecton.element.editableField.save': string; 'tecton.element.editableField.cancel': string; 'tecton.element.editableField.edit': string; 'tecton.element.filePicker.attachFiles': string; 'tecton.element.filePicker.browse': string; 'tecton.element.filePicker.uploadingEllipsis': string; 'tecton.element.filePicker.orDragFilesHere': string; 'tecton.element.filePicker.unsupportedFileType': string; 'tecton.element.filePicker.sizeExceedsLimit': string; 'tecton.element.filePicker.overMaxFilesLimit': string; 'tecton.element.filePicker.uploadFailed': string; 'tecton.element.filePicker.fileSize': string; 'tecton.element.input.clear': string; 'tecton.element.input.optional': string; 'tecton.element.input.readonly': string; 'tecton.element.input.toggle.show': string; 'tecton.element.input.toggle.hide': string; 'tecton.element.input.toggleAriaLabel.show': string; 'tecton.element.input.toggleAriaLabel.hide': string; 'tecton.element.loading.ariaLabel': string; 'tecton.element.message.type.danger': string; 'tecton.element.message.type.error': string; 'tecton.element.message.type.info': string; 'tecton.element.message.type.success': string; 'tecton.element.message.type.warning': string; 'tecton.element.modal.close': string; 'tecton.element.option.label': string; 'tecton.element.optionList.label': string; 'tecton.element.optionList.optionCount': string; 'tecton.element.otp.digits': string; 'tecton.element.otp.sendCode': string; 'tecton.element.otp.verify': string; 'tecton.element.pagination.title': string; 'tecton.element.pagination.defaultRecordType': string; 'tecton.element.pagination.description': string; 'tecton.element.pagination.pages': string; 'tecton.element.pagination.page': string; 'tecton.element.pagination.ofPages': string; 'tecton.element.pagination.goToFirstPage': string; 'tecton.element.pagination.goToLastPage': string; 'tecton.element.pagination.goToPage': string; 'tecton.element.pagination.goToPages': string; 'tecton.element.pagination.goToRecords': string; 'tecton.element.pagination.goToPrevious': string; 'tecton.element.pagination.goToNext': string; 'tecton.element.pagination.view': string; 'tecton.element.pill.active': string; 'tecton.element.pill.activeCount': string; 'tecton.element.pill.clearSelection': string; 'tecton.element.relativeTime.invalidDate': string; 'tecton.element.section.defaultToggleLabel': string; 'tecton.element.select.invalid': string; 'tecton.element.select.listLabel': string; 'tecton.element.select.selected': string; 'tecton.element.select.multiHeader.showing': string; 'tecton.element.select.multiHeader.showingAriaLabel': string; 'tecton.element.select.multiHeader.all': string; 'tecton.element.select.multiHeader.allAriaLabel': string; 'tecton.element.select.multiHeader.selected': string; 'tecton.element.select.multiHeader.selectedAriaLabel': string; 'tecton.element.select.searchable.results': string; 'tecton.element.select.allOptions': string; 'tecton.element.search.invalid': string; 'tecton.element.search.listLabel': string; 'tecton.element.search.loading': string; 'tecton.element.search.noResults': string; 'tecton.element.search.results': string; 'tecton.element.search.multiHeader.showing': string; 'tecton.element.search.multiHeader.results': string; 'tecton.element.search.multiHeader.resultsAriaLabel': string; 'tecton.element.search.multiHeader.selected': string; 'tecton.element.search.multiHeader.selectedAriaLabel': string; 'tecton.element.stepper.number': string; 'tecton.element.stepper.status.complete': string; 'tecton.element.stepper.status.error': string; 'tecton.element.stepper.status.pending': string; 'tecton.element.stepper.scrollLeft': string; 'tecton.element.stepper.scrollRight': string; 'tecton.element.tab.pane.new': string; 'tecton.element.tab.pane.alert': string; 'tecton.element.tab.pane.warning': string; 'tecton.element.tab.pane.success': string; 'tecton.element.tab.pane.info': string; 'tecton.element.textarea.characterCount.screenReader': string; }; 'es-MX': { 'tecton.element.calendar.caption': string; 'tecton.element.calendar.close': string; 'tecton.element.calendar.previousMonth': string; 'tecton.element.calendar.nextMonth': string; 'tecton.element.calendar.previousYear': string; 'tecton.element.calendar.nextYear': string; 'tecton.element.calendar.today': string; 'tecton.element.calendar.days.Sunday': string; 'tecton.element.calendar.days.Monday': string; 'tecton.element.calendar.days.Tuesday': string; 'tecton.element.calendar.days.Wednesday': string; 'tecton.element.calendar.days.Thursday': string; 'tecton.element.calendar.days.Friday': string; 'tecton.element.calendar.days.Saturday': string; 'tecton.element.calendar.days.short.Sunday': string; 'tecton.element.calendar.days.short.Monday': string; 'tecton.element.calendar.days.short.Tuesday': string; 'tecton.element.calendar.days.short.Wednesday': string; 'tecton.element.calendar.days.short.Thursday': string; 'tecton.element.calendar.days.short.Friday': string; 'tecton.element.calendar.days.short.Saturday': string; 'tecton.element.calendar.months.January': string; 'tecton.element.calendar.months.February': string; 'tecton.element.calendar.months.March': string; 'tecton.element.calendar.months.April': string; 'tecton.element.calendar.months.May': string; 'tecton.element.calendar.months.June': string; 'tecton.element.calendar.months.July': string; 'tecton.element.calendar.months.August': string; 'tecton.element.calendar.months.September': string; 'tecton.element.calendar.months.October': string; 'tecton.element.calendar.months.November': string; 'tecton.element.calendar.months.December': string; 'tecton.element.input.clear': string; 'tecton.element.input.optional': string; 'tecton.element.editableField.save': string; 'tecton.element.editableField.cancel': string; 'tecton.element.editableField.edit': string; 'tecton.element.select.multiHeader.showing': string; 'tecton.element.select.multiHeader.all': string; 'tecton.element.select.multiHeader.selected': string; 'tecton.element.actionSheet.close': string; 'tecton.element.actionSheet.done': string; 'tecton.element.calendar.invalid': string; 'tecton.element.calendar.selected': string; 'tecton.element.calendar.dialogLabel': string; 'tecton.element.calendar.year': string; 'tecton.element.calendar.month': string; 'tecton.element.calendar.months.abbr.January': string; 'tecton.element.calendar.months.abbr.February': string; 'tecton.element.calendar.months.abbr.March': string; 'tecton.element.calendar.months.abbr.April': string; 'tecton.element.calendar.months.abbr.May': string; 'tecton.element.calendar.months.abbr.June': string; 'tecton.element.calendar.months.abbr.July': string; 'tecton.element.calendar.months.abbr.August': string; 'tecton.element.calendar.months.abbr.September': string; 'tecton.element.calendar.months.abbr.October': string; 'tecton.element.calendar.months.abbr.November': string; 'tecton.element.calendar.months.abbr.December': string; 'tecton.element.calendar.toggleAriaLabel': string; 'tecton.element.calendar.defaultLabel': string; 'tecton.element.calendar.hint.format': string; 'tecton.element.calendar.hint.select': string; 'tecton.element.calendar.hint.selection': string; 'tecton.element.calendar.hint.incompleteEntry': string; 'tecton.element.calendar.hint.invalidDate': string; 'tecton.element.calendar.hint.notAvailableDate': string; 'tecton.element.chartDonut.button.summaryName': string; 'tecton.element.chartDonut.button.description': string; 'tecton.element.chartDonut.button.roleDescription': string; 'tecton.element.checkboxGroup.error': string; 'tecton.element.dataTable.booleanTrue': string; 'tecton.element.dataTable.booleanFalse': string; 'tecton.element.dataTable.toggleRow': string; 'tecton.element.dataTable.dropdown': string; 'tecton.element.dataTable.selectRow': string; 'tecton.element.dataTable.clickRow': string; 'tecton.element.dataTable.selectAllRows': string; 'tecton.element.dataTable.sortedAscending': string; 'tecton.element.dataTable.sortedDescending': string; 'tecton.element.dataTable.clickToSort': string; 'tecton.element.dataTable.rowStatus': string; 'tecton.element.filePicker.attachFiles': string; 'tecton.element.filePicker.browse': string; 'tecton.element.filePicker.uploadingEllipsis': string; 'tecton.element.filePicker.orDragFilesHere': string; 'tecton.element.filePicker.unsupportedFileType': string; 'tecton.element.filePicker.sizeExceedsLimit': string; 'tecton.element.filePicker.overMaxFilesLimit': string; 'tecton.element.filePicker.uploadFailed': string; 'tecton.element.filePicker.fileSize': string; 'tecton.element.input.readonly': string; 'tecton.element.input.toggle.show': string; 'tecton.element.input.toggle.hide': string; 'tecton.element.input.toggleAriaLabel.show': string; 'tecton.element.input.toggleAriaLabel.hide': string; 'tecton.element.loading.ariaLabel': string; 'tecton.element.option.label': string; 'tecton.element.optionList.label': string; 'tecton.element.optionList.optionCount': string; 'tecton.element.pill.active': string; 'tecton.element.pill.activeCount': string; 'tecton.element.pill.clearSelection': string; 'tecton.element.select.invalid': string; 'tecton.element.select.listLabel': string; 'tecton.element.select.selected': string; 'tecton.element.select.multiHeader.showingAriaLabel': string; 'tecton.element.select.multiHeader.allAriaLabel': string; 'tecton.element.select.multiHeader.selectedAriaLabel': string; 'tecton.element.select.searchable.results': string; 'tecton.element.select.allOptions': string; 'tecton.element.search.invalid': string; 'tecton.element.search.listLabel': string; 'tecton.element.search.loading': string; 'tecton.element.search.noResults': string; 'tecton.element.search.results': string; 'tecton.element.search.multiHeader.showing': string; 'tecton.element.search.multiHeader.results': string; 'tecton.element.search.multiHeader.resultsAriaLabel': string; 'tecton.element.search.multiHeader.selected': string; 'tecton.element.search.multiHeader.selectedAriaLabel': string; 'tecton.element.dropdown.itemCount': string; 'tecton.element.dropdownItem.remove': string; 'tecton.element.cardImage.expires': string; 'tecton.element.cardImage.cardHolder': string; 'tecton.element.carousel.ariaLabel': string; 'tecton.element.carousel.tabWrapperLabel': string; 'tecton.element.carousel.currentSlideAnnouncement': string; 'tecton.element.carousel.previousItemLabel': string; 'tecton.element.carousel.nextItemLabel': string; 'tecton.element.carousel.insufficientPanesMessageHeader': string; 'tecton.element.carousel.pausePlayLabel': string; 'tecton.element.carousel.resumePlayLabel': string; 'tecton.element.carousel.insufficientPanesMessageBody': string; 'tecton.element.carousel.itemDescription': string; 'tecton.element.pagination.title': string; 'tecton.element.pagination.defaultRecordType': string; 'tecton.element.pagination.description': string; 'tecton.element.pagination.pages': string; 'tecton.element.pagination.page': string; 'tecton.element.pagination.ofPages': string; 'tecton.element.pagination.goToFirstPage': string; 'tecton.element.pagination.goToLastPage': string; 'tecton.element.pagination.goToPage': string; 'tecton.element.pagination.goToPages': string; 'tecton.element.pagination.goToRecords': string; 'tecton.element.pagination.goToPrevious': string; 'tecton.element.pagination.goToNext': string; 'tecton.element.otp.digits': string; 'tecton.element.otp.sendCode': string; 'tecton.element.otp.verify': string; 'tecton.element.section.defaultToggleLabel': string; 'tecton.element.tab.pane.new': string; 'tecton.element.tab.pane.alert': string; 'tecton.element.tab.pane.warning': string; 'tecton.element.tab.pane.success': string; 'tecton.element.tab.pane.info': string; 'tecton.element.message.type.danger': string; 'tecton.element.message.type.error': string; 'tecton.element.message.type.info': string; 'tecton.element.message.type.success': string; 'tecton.element.message.type.warning': string; 'tecton.element.textarea.characterCount.screenReader': string; }; 'pt-BR': { 'tecton.element.calendar.caption': string; 'tecton.element.calendar.close': string; 'tecton.element.calendar.previousMonth': string; 'tecton.element.calendar.nextMonth': string; 'tecton.element.calendar.previousYear': string; 'tecton.element.calendar.nextYear': string; 'tecton.element.calendar.today': string; 'tecton.element.calendar.days.Sunday': string; 'tecton.element.calendar.days.Monday': string; 'tecton.element.calendar.days.Tuesday': string; 'tecton.element.calendar.days.Wednesday': string; 'tecton.element.calendar.days.Thursday': string; 'tecton.element.calendar.days.Friday': string; 'tecton.element.calendar.days.Saturday': string; 'tecton.element.calendar.days.short.Sunday': string; 'tecton.element.calendar.days.short.Monday': string; 'tecton.element.calendar.days.short.Tuesday': string; 'tecton.element.calendar.days.short.Wednesday': string; 'tecton.element.calendar.days.short.Thursday': string; 'tecton.element.calendar.days.short.Friday': string; 'tecton.element.calendar.days.short.Saturday': string; 'tecton.element.calendar.months.January': string; 'tecton.element.calendar.months.February': string; 'tecton.element.calendar.months.March': string; 'tecton.element.calendar.months.April': string; 'tecton.element.calendar.months.May': string; 'tecton.element.calendar.months.June': string; 'tecton.element.calendar.months.July': string; 'tecton.element.calendar.months.August': string; 'tecton.element.calendar.months.September': string; 'tecton.element.calendar.months.October': string; 'tecton.element.calendar.months.November': string; 'tecton.element.calendar.months.December': string; 'tecton.element.input.clear': string; 'tecton.element.input.optional': string; 'tecton.element.editableField.save': string; 'tecton.element.editableField.cancel': string; 'tecton.element.editableField.edit': string; 'tecton.element.select.multiHeader.showing': string; 'tecton.element.select.multiHeader.all': string; 'tecton.element.select.multiHeader.selected': string; 'tecton.element.pagination.description': string; 'tecton.element.actionSheet.close': string; 'tecton.element.actionSheet.done': string; 'tecton.element.calendar.invalid': string; 'tecton.element.calendar.selected': string; 'tecton.element.calendar.dialogLabel': string; 'tecton.element.calendar.year': string; 'tecton.element.calendar.month': string; 'tecton.element.calendar.months.abbr.January': string; 'tecton.element.calendar.months.abbr.February': string; 'tecton.element.calendar.months.abbr.March': string; 'tecton.element.calendar.months.abbr.April': string; 'tecton.element.calendar.months.abbr.May': string; 'tecton.element.calendar.months.abbr.June': string; 'tecton.element.calendar.months.abbr.July': string; 'tecton.element.calendar.months.abbr.August': string; 'tecton.element.calendar.months.abbr.September': string; 'tecton.element.calendar.months.abbr.October': string; 'tecton.element.calendar.months.abbr.November': string; 'tecton.element.calendar.months.abbr.December': string; 'tecton.element.calendar.toggleAriaLabel': string; 'tecton.element.calendar.defaultLabel': string; 'tecton.element.calendar.hint.format': string; 'tecton.element.calendar.hint.select': string; 'tecton.element.calendar.hint.selection': string; 'tecton.element.calendar.hint.incompleteEntry': string; 'tecton.element.calendar.hint.invalidDate': string; 'tecton.element.calendar.hint.notAvailableDate': string; 'tecton.element.chartDonut.button.summaryName': string; 'tecton.element.chartDonut.button.description': string; 'tecton.element.chartDonut.button.roleDescription': string; 'tecton.element.checkboxGroup.error': string; 'tecton.element.dataTable.booleanTrue': string; 'tecton.element.dataTable.booleanFalse': string; 'tecton.element.dataTable.toggleRow': string; 'tecton.element.dataTable.dropdown': string; 'tecton.element.dataTable.selectRow': string; 'tecton.element.dataTable.clickRow': string; 'tecton.element.dataTable.selectAllRows': string; 'tecton.element.dataTable.sortedAscending': string; 'tecton.element.dataTable.sortedDescending': string; 'tecton.element.dataTable.clickToSort': string; 'tecton.element.dataTable.rowStatus': string; 'tecton.element.filePicker.attachFiles': string; 'tecton.element.filePicker.browse': string; 'tecton.element.filePicker.uploadingEllipsis': string; 'tecton.element.filePicker.orDragFilesHere': string; 'tecton.element.filePicker.unsupportedFileType': string; 'tecton.element.filePicker.sizeExceedsLimit': string; 'tecton.element.filePicker.overMaxFilesLimit': string; 'tecton.element.filePicker.uploadFailed': string; 'tecton.element.filePicker.fileSize': string; 'tecton.element.input.readonly': string; 'tecton.element.input.toggle.show': string; 'tecton.element.input.toggle.hide': string; 'tecton.element.input.toggleAriaLabel.show': string; 'tecton.element.input.toggleAriaLabel.hide': string; 'tecton.element.loading.ariaLabel': string; 'tecton.element.option.label': string; 'tecton.element.optionList.label': string; 'tecton.element.optionList.optionCount': string; 'tecton.element.pill.active': string; 'tecton.element.pill.activeCount': string; 'tecton.element.pill.clearSelection': string; 'tecton.element.select.invalid': string; 'tecton.element.select.listLabel': string; 'tecton.element.select.selected': string; 'tecton.element.select.multiHeader.showingAriaLabel': string; 'tecton.element.select.multiHeader.allAriaLabel': string; 'tecton.element.select.multiHeader.selectedAriaLabel': string; 'tecton.element.select.searchable.results': string; 'tecton.element.select.allOptions': string; 'tecton.element.search.invalid': string; 'tecton.element.search.listLabel': string; 'tecton.element.search.loading': string; 'tecton.element.search.noResults': string; 'tecton.element.search.results': string; 'tecton.element.search.multiHeader.showing': string; 'tecton.element.search.multiHeader.results': string; 'tecton.element.search.multiHeader.resultsAriaLabel': string; 'tecton.element.search.multiHeader.selected': string; 'tecton.element.search.multiHeader.selectedAriaLabel': string; 'tecton.element.dropdown.itemCount': string; 'tecton.element.dropdownItem.remove': string; 'tecton.element.cardImage.expires': string; 'tecton.element.cardImage.cardHolder': string; 'tecton.element.carousel.ariaLabel': string; 'tecton.element.carousel.tabWrapperLabel': string; 'tecton.element.carousel.currentSlideAnnouncement': string; 'tecton.element.carousel.previousItemLabel': string; 'tecton.element.carousel.nextItemLabel': string; 'tecton.element.carousel.insufficientPanesMessageHeader': string; 'tecton.element.carousel.pausePlayLabel': string; 'tecton.element.carousel.resumePlayLabel': string; 'tecton.element.carousel.insufficientPanesMessageBody': string; 'tecton.element.carousel.itemDescription': string; 'tecton.element.pagination.title': string; 'tecton.element.pagination.defaultRecordType': string; 'tecton.element.pagination.pages': string; 'tecton.element.pagination.page': string; 'tecton.element.pagination.ofPages': string; 'tecton.element.pagination.goToFirstPage': string; 'tecton.element.pagination.goToLastPage': string; 'tecton.element.pagination.goToPage': string; 'tecton.element.pagination.goToPages': string; 'tecton.element.otp.digits': string; 'tecton.element.otp.sendCode': string; 'tecton.element.otp.verify': string; 'tecton.element.tab.pane.new': string; 'tecton.element.tab.pane.alert': string; 'tecton.element.tab.pane.warning': string; 'tecton.element.tab.pane.success': string; 'tecton.element.tab.pane.info': string; 'tecton.element.section.defaultToggleLabel': string; 'tecton.element.message.type.danger': string; 'tecton.element.message.type.error': string; 'tecton.element.message.type.info': string; 'tecton.element.message.type.success': string; 'tecton.element.message.type.warning': string; 'tecton.element.textarea.characterCount.screenReader': string; }; 'zh-CN': { 'tecton.element.calendar.caption': string; 'tecton.element.calendar.close': string; 'tecton.element.calendar.previousMonth': string; 'tecton.element.calendar.nextMonth': string; 'tecton.element.calendar.previousYear': string; 'tecton.element.calendar.nextYear': string; 'tecton.element.calendar.today': string; 'tecton.element.calendar.days.Sunday': string; 'tecton.element.calendar.days.Monday': string; 'tecton.element.calendar.days.Tuesday': string; 'tecton.element.calendar.days.Wednesday': string; 'tecton.element.calendar.days.Thursday': string; 'tecton.element.calendar.days.Friday': string; 'tecton.element.calendar.days.Saturday': string; 'tecton.element.calendar.days.short.Sunday': string; 'tecton.element.calendar.days.short.Monday': string; 'tecton.element.calendar.days.short.Tuesday': string; 'tecton.element.calendar.days.short.Wednesday': string; 'tecton.element.calendar.days.short.Thursday': string; 'tecton.element.calendar.days.short.Friday': string; 'tecton.element.calendar.days.short.Saturday': string; 'tecton.element.calendar.months.January': string; 'tecton.element.calendar.months.February': string; 'tecton.element.calendar.months.March': string; 'tecton.element.calendar.months.April': string; 'tecton.element.calendar.months.May': string; 'tecton.element.calendar.months.June': string; 'tecton.element.calendar.months.July': string; 'tecton.element.calendar.months.August': string; 'tecton.element.calendar.months.September': string; 'tecton.element.calendar.months.October': string; 'tecton.element.calendar.months.November': string; 'tecton.element.calendar.months.December': string; 'tecton.element.input.clear': string; 'tecton.element.input.optional': string; 'tecton.element.editableField.save': string; 'tecton.element.editableField.cancel': string; 'tecton.element.editableField.edit': string; 'tecton.element.select.multiHeader.showing': string; 'tecton.element.select.multiHeader.all': string; 'tecton.element.select.multiHeader.selected': string; 'tecton.element.pagination.description': string; 'tecton.element.actionSheet.close': string; 'tecton.element.actionSheet.done': string; 'tecton.element.calendar.invalid': string; 'tecton.element.calendar.selected': string; 'tecton.element.calendar.dialogLabel': string; 'tecton.element.calendar.year': string; 'tecton.element.calendar.month': string; 'tecton.element.calendar.months.abbr.January': string; 'tecton.element.calendar.months.abbr.February': string; 'tecton.element.calendar.months.abbr.March': string; 'tecton.element.calendar.months.abbr.April': string; 'tecton.element.calendar.months.abbr.May': string; 'tecton.element.calendar.months.abbr.June': string; 'tecton.element.calendar.months.abbr.July': string; 'tecton.element.calendar.months.abbr.August': string; 'tecton.element.calendar.months.abbr.September': string; 'tecton.element.calendar.months.abbr.October': string; 'tecton.element.calendar.months.abbr.November': string; 'tecton.element.calendar.months.abbr.December': string; 'tecton.element.calendar.toggleAriaLabel': string; 'tecton.element.calendar.defaultLabel': string; 'tecton.element.calendar.hint.format': string; 'tecton.element.calendar.hint.select': string; 'tecton.element.calendar.hint.selection': string; 'tecton.element.calendar.hint.incompleteEntry': string; 'tecton.element.calendar.hint.invalidDate': string; 'tecton.element.calendar.hint.notAvailableDate': string; 'tecton.element.chartDonut.button.summaryName': string; 'tecton.element.chartDonut.button.description': string; 'tecton.element.chartDonut.button.roleDescription': string; 'tecton.element.checkboxGroup.error': string; 'tecton.element.dataTable.booleanTrue': string; 'tecton.element.dataTable.booleanFalse': string; 'tecton.element.dataTable.toggleRow': string; 'tecton.element.dataTable.dropdown': string; 'tecton.element.dataTable.selectRow': string; 'tecton.element.dataTable.clickRow': string; 'tecton.element.dataTable.selectAllRows': string; 'tecton.element.dataTable.sortedAscending': string; 'tecton.element.dataTable.sortedDescending': string; 'tecton.element.dataTable.clickToSort': string; 'tecton.element.dataTable.rowStatus': string; 'tecton.element.filePicker.attachFiles': string; 'tecton.element.filePicker.browse': string; 'tecton.element.filePicker.uploadingEllipsis': string; 'tecton.element.filePicker.orDragFilesHere': string; 'tecton.element.filePicker.unsupportedFileType': string; 'tecton.element.filePicker.sizeExceedsLimit': string; 'tecton.element.filePicker.overMaxFilesLimit': string; 'tecton.element.filePicker.uploadFailed': string; 'tecton.element.filePicker.fileSize': string; 'tecton.element.input.readonly': string; 'tecton.element.input.toggle.show': string; 'tecton.element.input.toggle.hide': string; 'tecton.element.input.toggleAriaLabel.show': string; 'tecton.element.input.toggleAriaLabel.hide': string; 'tecton.element.loading.ariaLabel': string; 'tecton.element.option.label': string; 'tecton.element.optionList.label': string; 'tecton.element.optionList.optionCount': string; 'tecton.element.pill.active': string; 'tecton.element.pill.activeCount': string; 'tecton.element.pill.clearSelection': string; 'tecton.element.select.invalid': string; 'tecton.element.select.listLabel': string; 'tecton.element.select.selected': string; 'tecton.element.select.multiHeader.showingAriaLabel': string; 'tecton.element.select.multiHeader.allAriaLabel': string; 'tecton.element.select.multiHeader.selectedAriaLabel': string; 'tecton.element.select.searchable.results': string; 'tecton.element.select.allOptions': string; 'tecton.element.search.invalid': string; 'tecton.element.search.listLabel': string; 'tecton.element.search.loading': string; 'tecton.element.search.noResults': string; 'tecton.element.search.results': string; 'tecton.element.search.multiHeader.showing': string; 'tecton.element.search.multiHeader.results': string; 'tecton.element.search.multiHeader.resultsAriaLabel': string; 'tecton.element.search.multiHeader.selected': string; 'tecton.element.search.multiHeader.selectedAriaLabel': string; 'tecton.element.dropdown.itemCount': string; 'tecton.element.dropdownItem.remove': string; 'tecton.element.cardImage.expires': string; 'tecton.element.cardImage.cardHolder': string; 'tecton.element.carousel.ariaLabel': string; 'tecton.element.carousel.tabWrapperLabel': string; 'tecton.element.carousel.currentSlideAnnouncement': string; 'tecton.element.carousel.previousItemLabel': string; 'tecton.element.carousel.nextItemLabel': string; 'tecton.element.carousel.insufficientPanesMessageHeader': string; 'tecton.element.carousel.pausePlayLabel': string; 'tecton.element.carousel.resumePlayLabel': string; 'tecton.element.carousel.insufficientPanesMessageBody': string; 'tecton.element.carousel.itemDescription': string; 'tecton.element.pagination.title': string; 'tecton.element.pagination.defaultRecordType': string; 'tecton.element.pagination.pages': string; 'tecton.element.pagination.page': string; 'tecton.element.pagination.ofPages': string; 'tecton.element.pagination.goToFirstPage': string; 'tecton.element.pagination.goToLastPage': string; 'tecton.element.pagination.goToPage': string; 'tecton.element.pagination.goToPages': string; 'tecton.element.otp.digits': string; 'tecton.element.otp.sendCode': string; 'tecton.element.otp.verify': string; 'tecton.element.tab.pane.new': string; 'tecton.element.tab.pane.alert': string; 'tecton.element.tab.pane.warning': string; 'tecton.element.tab.pane.success': string; 'tecton.element.tab.pane.info': string; 'tecton.element.section.defaultToggleLabel': string; 'tecton.element.message.type.danger': string; 'tecton.element.message.type.error': string; 'tecton.element.message.type.info': string; 'tecton.element.message.type.success': string; 'tecton.element.message.type.warning': string; 'tecton.element.textarea.characterCount.screenReader': string; }; 'zh-HK': { 'tecton.element.calendar.caption': string; 'tecton.element.calendar.close': string; 'tecton.element.calendar.previousMonth': string; 'tecton.element.calendar.nextMonth': string; 'tecton.element.calendar.previousYear': string; 'tecton.element.calendar.nextYear': string; 'tecton.element.calendar.today': string; 'tecton.element.calendar.days.Sunday': string; 'tecton.element.calendar.days.Monday': string; 'tecton.element.calendar.days.Tuesday': string; 'tecton.element.calendar.days.Wednesday': string; 'tecton.element.calendar.days.Thursday': string; 'tecton.element.calendar.days.Friday': string; 'tecton.element.calendar.days.Saturday': string; 'tecton.element.calendar.days.short.Sunday': string; 'tecton.element.calendar.days.short.Monday': string; 'tecton.element.calendar.days.short.Tuesday': string; 'tecton.element.calendar.days.short.Wednesday': string; 'tecton.element.calendar.days.short.Thursday': string; 'tecton.element.calendar.days.short.Friday': string; 'tecton.element.calendar.days.short.Saturday': string; 'tecton.element.calendar.months.January': string; 'tecton.element.calendar.months.February': string; 'tecton.element.calendar.months.March': string; 'tecton.element.calendar.months.April': string; 'tecton.element.calendar.months.May': string; 'tecton.element.calendar.months.June': string; 'tecton.element.calendar.months.July': string; 'tecton.element.calendar.months.August': string; 'tecton.element.calendar.months.September': string; 'tecton.element.calendar.months.October': string; 'tecton.element.calendar.months.November': string; 'tecton.element.calendar.months.December': string; 'tecton.element.input.clear': string; 'tecton.element.input.optional': string; 'tecton.element.editableField.save': string; 'tecton.element.editableField.cancel': string; 'tecton.element.editableField.edit': string; 'tecton.element.select.multiHeader.showing': string; 'tecton.element.select.multiHeader.all': string; 'tecton.element.select.multiHeader.selected': string; 'tecton.element.pagination.description': string; 'tecton.element.actionSheet.close': string; 'tecton.element.actionSheet.done': string; 'tecton.element.calendar.invalid': string; 'tecton.element.calendar.selected': string; 'tecton.element.calendar.dialogLabel': string; 'tecton.element.calendar.year': string; 'tecton.element.calendar.month': string; 'tecton.element.calendar.months.abbr.January': string; 'tecton.element.calendar.months.abbr.February': string; 'tecton.element.calendar.months.abbr.March': string; 'tecton.element.calendar.months.abbr.April': string; 'tecton.element.calendar.months.abbr.May': string; 'tecton.element.calendar.months.abbr.June': string; 'tecton.element.calendar.months.abbr.July': string; 'tecton.element.calendar.months.abbr.August': string; 'tecton.element.calendar.months.abbr.September': string; 'tecton.element.calendar.months.abbr.October': string; 'tecton.element.calendar.months.abbr.November': string; 'tecton.element.calendar.months.abbr.December': string; 'tecton.element.calendar.toggleAriaLabel': string; 'tecton.element.calendar.defaultLabel': string; 'tecton.element.calendar.hint.format': string; 'tecton.element.calendar.hint.select': string; 'tecton.element.calendar.hint.selection': string; 'tecton.element.calendar.hint.incompleteEntry': string; 'tecton.element.calendar.hint.invalidDate': string; 'tecton.element.calendar.hint.notAvailableDate': string; 'tecton.element.chartDonut.button.summaryName': string; 'tecton.element.chartDonut.button.description': string; 'tecton.element.chartDonut.button.roleDescription': string; 'tecton.element.checkboxGroup.error': string; 'tecton.element.dataTable.booleanTrue': string; 'tecton.element.dataTable.booleanFalse': string; 'tecton.element.dataTable.toggleRow': string; 'tecton.element.dataTable.dropdown': string; 'tecton.element.dataTable.selectRow': string; 'tecton.element.dataTable.clickRow': string; 'tecton.element.dataTable.selectAllRows': string; 'tecton.element.dataTable.sortedAscending': string; 'tecton.element.dataTable.sortedDescending': string; 'tecton.element.dataTable.clickToSort': string; 'tecton.element.dataTable.rowStatus': string; 'tecton.element.filePicker.attachFiles': string; 'tecton.element.filePicker.browse': string; 'tecton.element.filePicker.uploadingEllipsis': string; 'tecton.element.filePicker.orDragFilesHere': string; 'tecton.element.filePicker.unsupportedFileType': string; 'tecton.element.filePicker.sizeExceedsLimit': string; 'tecton.element.filePicker.overMaxFilesLimit': string; 'tecton.element.filePicker.uploadFailed': string; 'tecton.element.filePicker.fileSize': string; 'tecton.element.input.readonly': string; 'tecton.element.input.toggle.show': string; 'tecton.element.input.toggle.hide': string; 'tecton.element.input.toggleAriaLabel.show': string; 'tecton.element.input.toggleAriaLabel.hide': string; 'tecton.element.loading.ariaLabel': string; 'tecton.element.option.label': string; 'tecton.element.optionList.label': string; 'tecton.element.optionList.optionCount': string; 'tecton.element.pill.active': string; 'tecton.element.pill.activeCount': string; 'tecton.element.pill.clearSelection': string; 'tecton.element.select.invalid': string; 'tecton.element.select.listLabel': string; 'tecton.element.select.selected': string; 'tecton.element.select.multiHeader.showingAriaLabel': string; 'tecton.element.select.multiHeader.allAriaLabel': string; 'tecton.element.select.multiHeader.selectedAriaLabel': string; 'tecton.element.select.searchable.results': string; 'tecton.element.select.allOptions': string; 'tecton.element.search.invalid': string; 'tecton.element.search.listLabel': string; 'tecton.element.search.loading': string; 'tecton.element.search.noResults': string; 'tecton.element.search.results': string; 'tecton.element.search.multiHeader.showing': string; 'tecton.element.search.multiHeader.results': string; 'tecton.element.search.multiHeader.resultsAriaLabel': string; 'tecton.element.search.multiHeader.selected': string; 'tecton.element.search.multiHeader.selectedAriaLabel': string; 'tecton.element.dropdown.itemCount': string; 'tecton.element.dropdownItem.remove': string; 'tecton.element.cardImage.expires': string; 'tecton.element.cardImage.cardHolder': string; 'tecton.element.carousel.ariaLabel': string; 'tecton.element.carousel.tabWrapperLabel': string; 'tecton.element.carousel.currentSlideAnnouncement': string; 'tecton.element.carousel.previousItemLabel': string; 'tecton.element.carousel.nextItemLabel': string; 'tecton.element.carousel.insufficientPanesMessageHeader': string; 'tecton.element.carousel.pausePlayLabel': string; 'tecton.element.carousel.resumePlayLabel': string; 'tecton.element.carousel.insufficientPanesMessageBody': string; 'tecton.element.carousel.itemDescription': string; 'tecton.element.pagination.title': string; 'tecton.element.pagination.defaultRecordType': string; 'tecton.element.pagination.pages': string; 'tecton.element.pagination.page': string; 'tecton.element.pagination.ofPages': string; 'tecton.element.pagination.goToFirstPage': string; 'tecton.element.pagination.goToLastPage': string; 'tecton.element.pagination.goToPage': string; 'tecton.element.pagination.goToPages': string; 'tecton.element.otp.digits': string; 'tecton.element.otp.sendCode': string; 'tecton.element.otp.verify': string; 'tecton.element.tab.pane.new': string; 'tecton.element.tab.pane.alert': string; 'tecton.element.tab.pane.warning': string; 'tecton.element.tab.pane.success': string; 'tecton.element.tab.pane.info': string; 'tecton.element.section.defaultToggleLabel': string; 'tecton.element.message.type.danger': string; 'tecton.element.message.type.error': string; 'tecton.element.message.type.info': string; 'tecton.element.message.type.success': string; 'tecton.element.message.type.warning': string; }; 'zh-TW': { 'tecton.element.calendar.caption': string; 'tecton.element.calendar.close': string; 'tecton.element.calendar.previousMonth': string; 'tecton.element.calendar.nextMonth': string; 'tecton.element.calendar.previousYear': string; 'tecton.element.calendar.nextYear': string; 'tecton.element.calendar.today': string; 'tecton.element.calendar.days.Sunday': string; 'tecton.element.calendar.days.Monday': string; 'tecton.element.calendar.days.Tuesday': string; 'tecton.element.calendar.days.Wednesday': string; 'tecton.element.calendar.days.Thursday': string; 'tecton.element.calendar.days.Friday': string; 'tecton.element.calendar.days.Saturday': string; 'tecton.element.calendar.days.short.Sunday': string; 'tecton.element.calendar.days.short.Monday': string; 'tecton.element.calendar.days.short.Tuesday': string; 'tecton.element.calendar.days.short.Wednesday': string; 'tecton.element.calendar.days.short.Thursday': string; 'tecton.element.calendar.days.short.Friday': string; 'tecton.element.calendar.days.short.Saturday': string; 'tecton.element.calendar.months.January': string; 'tecton.element.calendar.months.February': string; 'tecton.element.calendar.months.March': string; 'tecton.element.calendar.months.April': string; 'tecton.element.calendar.months.May': string; 'tecton.element.calendar.months.June': string; 'tecton.element.calendar.months.July': string; 'tecton.element.calendar.months.August': string; 'tecton.element.calendar.months.September': string; 'tecton.element.calendar.months.October': string; 'tecton.element.calendar.months.November': string; 'tecton.element.calendar.months.December': string; 'tecton.element.input.clear': string; 'tecton.element.input.optional': string; 'tecton.element.editableField.save': string; 'tecton.element.editableField.cancel': string; 'tecton.element.editableField.edit': string; 'tecton.element.select.multiHeader.showing': string; 'tecton.element.select.multiHeader.all': string; 'tecton.element.select.multiHeader.selected': string; 'tecton.element.pagination.description': string; 'tecton.element.actionSheet.close': string; 'tecton.element.actionSheet.done': string; 'tecton.element.calendar.invalid': string; 'tecton.element.calendar.selected': string; 'tecton.element.calendar.dialogLabel': string; 'tecton.element.calendar.year': string; 'tecton.element.calendar.month': string; 'tecton.element.calendar.months.abbr.January': string; 'tecton.element.calendar.months.abbr.February': string; 'tecton.element.calendar.months.abbr.March': string; 'tecton.element.calendar.months.abbr.April': string; 'tecton.element.calendar.months.abbr.May': string; 'tecton.element.calendar.months.abbr.June': string; 'tecton.element.calendar.months.abbr.July': string; 'tecton.element.calendar.months.abbr.August': string; 'tecton.element.calendar.months.abbr.September': string; 'tecton.element.calendar.months.abbr.October': string; 'tecton.element.calendar.months.abbr.November': string; 'tecton.element.calendar.months.abbr.December': string; 'tecton.element.calendar.toggleAriaLabel': string; 'tecton.element.calendar.defaultLabel': string; 'tecton.element.calendar.hint.format': string; 'tecton.element.calendar.hint.select': string; 'tecton.element.calendar.hint.selection': string; 'tecton.element.calendar.hint.incompleteEntry': string; 'tecton.element.calendar.hint.invalidDate': string; 'tecton.element.calendar.hint.notAvailableDate': string; 'tecton.element.chartDonut.button.summaryName': string; 'tecton.element.chartDonut.button.description': string; 'tecton.element.chartDonut.button.roleDescription': string; 'tecton.element.checkboxGroup.error': string; 'tecton.element.dataTable.booleanTrue': string; 'tecton.element.dataTable.booleanFalse': string; 'tecton.element.dataTable.toggleRow': string; 'tecton.element.dataTable.dropdown': string; 'tecton.element.dataTable.selectRow': string; 'tecton.element.dataTable.clickRow': string; 'tecton.element.dataTable.selectAllRows': string; 'tecton.element.dataTable.sortedAscending': string; 'tecton.element.dataTable.sortedDescending': string; 'tecton.element.dataTable.clickToSort': string; 'tecton.element.dataTable.rowStatus': string; 'tecton.element.filePicker.attachFiles': string; 'tecton.element.filePicker.browse': string; 'tecton.element.filePicker.uploadingEllipsis': string; 'tecton.element.filePicker.orDragFilesHere': string; 'tecton.element.filePicker.unsupportedFileType': string; 'tecton.element.filePicker.sizeExceedsLimit': string; 'tecton.element.filePicker.overMaxFilesLimit': string; 'tecton.element.filePicker.uploadFailed': string; 'tecton.element.filePicker.fileSize': string; 'tecton.element.input.readonly': string; 'tecton.element.input.toggle.show': string; 'tecton.element.input.toggle.hide': string; 'tecton.element.input.toggleAriaLabel.show': string; 'tecton.element.input.toggleAriaLabel.hide': string; 'tecton.element.loading.ariaLabel': string; 'tecton.element.option.label': string; 'tecton.element.optionList.label': string; 'tecton.element.optionList.optionCount': string; 'tecton.element.pill.active': string; 'tecton.element.pill.activeCount': string; 'tecton.element.pill.clearSelection': string; 'tecton.element.select.invalid': string; 'tecton.element.select.listLabel': string; 'tecton.element.select.selected': string; 'tecton.element.select.multiHeader.showingAriaLabel': string; 'tecton.element.select.multiHeader.allAriaLabel': string; 'tecton.element.select.multiHeader.selectedAriaLabel': string; 'tecton.element.select.searchable.results': string; 'tecton.element.select.allOptions': string; 'tecton.element.search.invalid': string; 'tecton.element.search.listLabel': string; 'tecton.element.search.loading': string; 'tecton.element.search.noResults': string; 'tecton.element.search.results': string; 'tecton.element.search.multiHeader.showing': string; 'tecton.element.search.multiHeader.results': string; 'tecton.element.search.multiHeader.resultsAriaLabel': string; 'tecton.element.search.multiHeader.selected': string; 'tecton.element.search.multiHeader.selectedAriaLabel': string; 'tecton.element.dropdown.itemCount': string; 'tecton.element.dropdownItem.remove': string; 'tecton.element.cardImage.expires': string; 'tecton.element.cardImage.cardHolder': string; 'tecton.element.carousel.ariaLabel': string; 'tecton.element.carousel.tabWrapperLabel': string; 'tecton.element.carousel.currentSlideAnnouncement': string; 'tecton.element.carousel.previousItemLabel': string; 'tecton.element.carousel.nextItemLabel': string; 'tecton.element.carousel.insufficientPanesMessageHeader': string; 'tecton.element.carousel.pausePlayLabel': string; 'tecton.element.carousel.resumePlayLabel': string; 'tecton.element.carousel.insufficientPanesMessageBody': string; 'tecton.element.carousel.itemDescription': string; 'tecton.element.pagination.title': string; 'tecton.element.pagination.defaultRecordType': string; 'tecton.element.pagination.pages': string; 'tecton.element.pagination.page': string; 'tecton.element.pagination.ofPages': string; 'tecton.element.pagination.goToFirstPage': string; 'tecton.element.pagination.goToLastPage': string; 'tecton.element.pagination.goToPage': string; 'tecton.element.pagination.goToPages': string; 'tecton.element.otp.digits': string; 'tecton.element.otp.sendCode': string; 'tecton.element.otp.verify': string; 'tecton.element.tab.pane.new': string; 'tecton.element.tab.pane.alert': string; 'tecton.element.tab.pane.warning': string; 'tecton.element.tab.pane.success': string; 'tecton.element.tab.pane.info': string; 'tecton.element.section.defaultToggleLabel': string; 'tecton.element.message.type.danger': string; 'tecton.element.message.type.error': string; 'tecton.element.message.type.info': string; 'tecton.element.message.type.success': string; 'tecton.element.message.type.warning': string; 'tecton.element.textarea.characterCount.screenReader': string; }; }; export default _default; //# sourceMappingURL=default-strings.d.ts.map