@chayns-components/core
Version:
A set of beautiful React components for developing your own applications with chayns.
45 lines • 1.2 kB
JavaScript
export 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