TimelineTranslations constructor
const
TimelineTranslations({ - String? anonymousUser = 'Anonymous user',
- String? noPosts = 'No posts yet',
- String? noPostsWithFilter = 'No posts with this filter',
- String? title = 'Title',
- String? titleHintText = 'Title...',
- String? content = 'Content',
- String? contentHintText = 'Content...',
- String? contentDescription = 'What do you want to share?',
- String? uploadImage = 'Upload image',
- String? uploadImageDescription = 'Upload an image to your message (optional)',
- String? checkPost = 'Check post overview',
- String? deletePost = 'Delete post',
- String? deleteReaction = 'Delete Reaction',
- String? viewPost = 'View post',
- String? likesTitle = 'Likes',
- String? postAt = 'at',
- String? postLoadingError = 'Something went wrong while loading the post',
- String? timelineSelectionDescription = 'Choose a category',
- String? searchHint = 'Search...',
- String? postOverview = 'Post Overview',
- String? postIn = 'Post in',
- String? postCreation = 'add post',
- String? yes = 'Yes',
- String? no = 'No',
- String? timeLineScreenTitle = 'iconinstagram',
})
Implementation
const TimelineTranslations({
this.anonymousUser = 'Anonymous user',
this.noPosts = 'No posts yet',
this.noPostsWithFilter = 'No posts with this filter',
this.title = 'Title',
this.titleHintText = 'Title...',
this.content = 'Content',
this.contentHintText = 'Content...',
this.contentDescription = 'What do you want to share?',
this.uploadImage = 'Upload image',
this.uploadImageDescription = 'Upload an image to your message (optional)',
this.allowComments = 'Are people allowed to comment?',
this.allowCommentsDescription =
'Indicate whether people are allowed to respond',
this.commentsTitleOnPost = 'Comments',
this.checkPost = 'Check post overview',
this.deletePost = 'Delete post',
this.deleteReaction = 'Delete Reaction',
this.viewPost = 'View post',
this.likesTitle = 'Likes',
this.commentsTitle = 'Are people allowed to comment?',
this.firstComment = 'Be the first to comment',
this.writeComment = 'Write your comment here...',
this.postAt = 'at',
this.postLoadingError = 'Something went wrong while loading the post',
this.timelineSelectionDescription = 'Choose a category',
this.searchHint = 'Search...',
this.postOverview = 'Post Overview',
this.postIn = 'Post in',
this.postCreation = 'add post',
this.yes = 'Yes',
this.no = 'No',
this.timeLineScreenTitle = 'iconinstagram',
});