Files
bflows-bandi-fe/src/translationStringsForComponents.js
2025-02-27 17:31:50 +01:00

17 lines
403 B
JavaScript

/* data table related */
import { __ } from '@wordpress/i18n';
import { FilterMatchMode } from 'primereact/api';
const currentPageReportTemplate = '';
const emptyMessage = __('Nessun dato disponibile', 'gepafin');
const selectOneLabel = __('Seleziona', 'gepafin');
const translationStrings = {
currentPageReportTemplate,
emptyMessage,
selectOneLabel
}
export default translationStrings;