ChatTranslations constructor
const
ChatTranslations({ - String chatsTitle = 'Chats',
- String chatsUnread = 'unread',
- String newChatButton = 'Start a chat',
- String newGroupChatButton = 'Start group chat',
- String newChatTitle = 'Start a chat',
- String image = 'Image',
- String searchPlaceholder = 'Search...',
- String startTyping = 'Start typing to find a user to chat with.',
- String cancelImagePickerBtn = 'Cancel',
- String messagePlaceholder = 'Write your message here...',
- String writeMessageToStartChat = 'Write a message to start the chat.',
- String writeFirstMessageInGroupChat = 'Write the first message in this group chat.',
- String imageUploading = 'Image is uploading...',
- String deleteChatButton = 'Delete',
- String deleteChatModalTitle = 'Delete chat',
- String deleteChatModalDescription = 'Are you sure you want to delete this chat?',
- String deleteChatModalCancel = 'Cancel',
- String deleteChatModalConfirm = 'Delete',
- String noUsersFound = 'No users were found to start a chat with.',
- String noChatsFound = 'Click on \'Start a chat\' to create a new chat.',
- String anonymousUser = 'Anonymous user',
- String chatCantBeDeleted = 'This chat can\'t be deleted',
- String chatProfileUsers = 'Users:',
- String imagePickerTitle = 'Do you want to upload a file or take a picture?',
- String uploadFile = 'UPLOAD FILE',
- String takePicture = 'TAKE PICTURE',
})
Implementation
const ChatTranslations({
this.chatsTitle = 'Chats',
this.chatsUnread = 'unread',
this.newChatButton = 'Start a chat',
this.newGroupChatButton = 'Start group chat',
this.newChatTitle = 'Start a chat',
this.image = 'Image',
this.searchPlaceholder = 'Search...',
this.startTyping = 'Start typing to find a user to chat with.',
this.cancelImagePickerBtn = 'Cancel',
this.messagePlaceholder = 'Write your message here...',
this.writeMessageToStartChat = 'Write a message to start the chat.',
this.writeFirstMessageInGroupChat =
'Write the first message in this group chat.',
this.imageUploading = 'Image is uploading...',
this.deleteChatButton = 'Delete',
this.deleteChatModalTitle = 'Delete chat',
this.deleteChatModalDescription =
'Are you sure you want to delete this chat?',
this.deleteChatModalCancel = 'Cancel',
this.deleteChatModalConfirm = 'Delete',
this.noUsersFound = 'No users were found to start a chat with.',
this.noChatsFound = 'Click on \'Start a chat\' to create a new chat.',
this.anonymousUser = 'Anonymous user',
this.chatCantBeDeleted = 'This chat can\'t be deleted',
this.chatProfileUsers = 'Users:',
this.imagePickerTitle = 'Do you want to upload a file or take a picture?',
this.uploadFile = 'UPLOAD FILE',
this.takePicture = 'TAKE PICTURE',
});