ChatL10nZhCN constructor
const
ChatL10nZhCN({
- String and = '和其他',
- String attachmentButtonAccessibilityLabel = '发送媒体文件',
- String emptyChatPlaceholder = '暂无消息',
- String fileButtonAccessibilityLabel = '文件',
- String inputPlaceholder = '输入消息',
- String isTyping = '正在输入…',
- String others = '人',
- String sendButtonAccessibilityLabel = '发送',
- String unreadMessagesLabel = '未读消息',
Creates Simplified Chinese l10n. Use this constructor if you want to override only a couple of properties, otherwise create a new class which extends ChatL10n.
Implementation
const ChatL10nZhCN({
super.and = '和其他',
super.attachmentButtonAccessibilityLabel = '发送媒体文件',
super.emptyChatPlaceholder = '暂无消息',
super.fileButtonAccessibilityLabel = '文件',
super.inputPlaceholder = '输入消息',
super.isTyping = '正在输入…',
super.others = '人',
super.sendButtonAccessibilityLabel = '发送',
super.unreadMessagesLabel = '未读消息',
});