Files
tm_app/lib/views/your_tenders/strings/your_tenders_strings.dart
T
2025-09-06 13:18:12 +03:30

19 lines
703 B
Dart

class YourTendersStrings {
YourTendersStrings._();
static const String yourTenders = 'Your tenders';
static const filter = 'Filter';
static const selectDateRange = 'Select date range';
static const status = 'Status';
static const all = 'All';
static const likeTenders = 'Like tenders';
static const dislikeTenders = 'Dislike tenders';
static const tendersSubmitted = 'Tenders submitted';
static const confirm = 'Confirm';
static const startDate = 'YYYY/MM/DD';
static const endDate = 'YYYY/MM/DD';
static const approvedTenders = 'Approved tenders';
static const noTenders = 'No data available';
static const selectPublicationRangeDate = 'Select publication date range';
}