UNPKG

@chayns-components/core

Version:

A set of beautiful React components for developing your own applications with chayns.

51 lines (50 loc) 1.32 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _default = exports.default = { components: { filter: { filterContent: { input: { placeholder: { stringName: 'txt_chayns_components_core_components_filter_filterContent_input_placeholder', fallback: 'Suche' } }, sort: { stringName: 'txt_chayns_components_core_components_filter_filterContent_sort', fallback: 'Sortierung' } } }, filterButtons: { all: { stringName: 'txt_chayns_components_core_components_filterButtons_all', fallback: 'Alle' } }, truncation: { less: { stringName: 'txt_chayns_components_core_components_truncation_less', fallback: 'Weniger' }, more: { stringName: 'txt_chayns_components_core_components_truncation_more', fallback: 'Mehr' } }, fileItem: { download: { stringName: 'txt_chayns_components_core_components_fileItem_download', fallback: 'Download' }, remove: { stringName: 'txt_chayns_components_core_components_fileItem_remove', fallback: 'Entfernen' } } } }; //# sourceMappingURL=textStrings.js.map