CupThreadStrings constructor
const
CupThreadStrings({ - String retry = 'Retry',
- String cancel = 'Cancel',
- String close = 'Close',
- String anonymous = 'Anonymous',
- String justNow = 'Just now',
- String minutesAgoSuffix = 'm ago',
- String hoursAgoSuffix = 'h ago',
- String daysAgoSuffix = 'd ago',
- String featureRequests = 'Feature Requests',
- String proposeFeature = 'Propose Feature',
- String proposeAnIdea = 'Propose an idea',
- String searchFeatureRequests = 'Search feature requests...',
- String all = 'All',
- String underReview = 'Under Review',
- String planned = 'Planned',
- String inProgress = 'In Progress',
- String completed = 'Completed',
- String noFeatureRequestsFound = 'No feature requests found',
- String beTheFirstToSuggest = 'Be the first to suggest an idea!',
- String failedToLoadRequests = 'Failed to load requests',
- String roadmap = 'Roadmap',
- String noItemsInColumn = 'No items in this column',
- String newFeatureRequest = 'Propose a Feature',
- String titleLabel = 'Title *',
- String titleHint = 'What should we add or improve?',
- String detailsLabel = 'Details *',
- String detailsHint = 'Explain your idea and why it would be helpful...',
- String yourNameOptional = 'Your Name (optional)',
- String yourNameHint = 'e.g. Alex',
- String submitRequest = 'Submit Request',
- String submitting = 'Submitting...',
- String featureRequestSubmitted = 'Feature request submitted!',
- String titleValidationMin3 = 'Please provide a title with at least 3 characters.',
- String detailsValidationMin5 = 'Please provide details with at least 5 characters.',
- String send = 'Send',
- String posting = 'Posting...',
- String vote = 'Vote',
- String voted = 'Voted',
- String sendFeedback = 'Send Feedback',
- String submitFeedback = 'Submit Feedback',
- String feedbackSummaryHint = 'Brief summary...',
- String feedbackDetailsHint = 'What happened and what did you expect?',
- String emailForRepliesOptional = 'Email for replies (optional)',
- String emailHint = 'alex@example.com',
- String feedbackSent = 'Feedback sent! Thank you.',
- String attachments = 'Attachments',
- String addAttachment = 'Add Attachment',
- String remove = 'Remove',
- String attachmentDefaultName = 'Attachment',
- String whatsNew = "What's New",
- String subscribeToUpdates = 'Stay updated on new releases',
- String enterYourEmail = 'Enter your email',
- String subscribe = 'Subscribe',
- String subscribed = 'Subscribed!',
- String gotIt = 'Got it',
- String version = 'Version',
- String userProfile = 'User Profile',
- String payingCustomer = 'Paying Customer',
- String freeTier = 'Free Tier',
})
Implementation
const CupThreadStrings({
this.retry = 'Retry',
this.cancel = 'Cancel',
this.close = 'Close',
this.anonymous = 'Anonymous',
this.justNow = 'Just now',
this.minutesAgoSuffix = 'm ago',
this.hoursAgoSuffix = 'h ago',
this.daysAgoSuffix = 'd ago',
this.featureRequests = 'Feature Requests',
this.proposeFeature = 'Propose Feature',
this.proposeAnIdea = 'Propose an idea',
this.searchFeatureRequests = 'Search feature requests...',
this.all = 'All',
this.underReview = 'Under Review',
this.planned = 'Planned',
this.inProgress = 'In Progress',
this.completed = 'Completed',
this.noFeatureRequestsFound = 'No feature requests found',
this.beTheFirstToSuggest = 'Be the first to suggest an idea!',
this.failedToLoadRequests = 'Failed to load requests',
this.roadmap = 'Roadmap',
this.noItemsInColumn = 'No items in this column',
this.newFeatureRequest = 'Propose a Feature',
this.titleLabel = 'Title *',
this.titleHint = 'What should we add or improve?',
this.detailsLabel = 'Details *',
this.detailsHint = 'Explain your idea and why it would be helpful...',
this.yourNameOptional = 'Your Name (optional)',
this.yourNameHint = 'e.g. Alex',
this.submitRequest = 'Submit Request',
this.submitting = 'Submitting...',
this.featureRequestSubmitted = 'Feature request submitted!',
this.titleValidationMin3 = 'Please provide a title with at least 3 characters.',
this.detailsValidationMin5 = 'Please provide details with at least 5 characters.',
this.comments = 'Comments',
this.writeAComment = 'Write a comment...',
this.send = 'Send',
this.posting = 'Posting...',
this.noCommentsYet = 'No comments yet. Start the conversation!',
this.vote = 'Vote',
this.voted = 'Voted',
this.sendFeedback = 'Send Feedback',
this.submitFeedback = 'Submit Feedback',
this.feedbackSummaryHint = 'Brief summary...',
this.feedbackDetailsHint = 'What happened and what did you expect?',
this.emailForRepliesOptional = 'Email for replies (optional)',
this.emailHint = 'alex@example.com',
this.feedbackSent = 'Feedback sent! Thank you.',
this.attachments = 'Attachments',
this.addAttachment = 'Add Attachment',
this.remove = 'Remove',
this.attachmentDefaultName = 'Attachment',
this.whatsNew = "What's New",
this.subscribeToUpdates = 'Stay updated on new releases',
this.enterYourEmail = 'Enter your email',
this.subscribe = 'Subscribe',
this.subscribed = 'Subscribed!',
this.gotIt = 'Got it',
this.version = 'Version',
this.userProfile = 'User Profile',
this.payingCustomer = 'Paying Customer',
this.freeTier = 'Free Tier',
});