Files
doyin/lib/translations/zh_CN.dart
2025-07-22 13:56:12 +08:00

68 lines
1.9 KiB
Dart

class ZhCn {
static const Map<String, String> values = {
//mine screen
'pay': '支付',
'favorites': '收藏',
'album': '相册',
'cards': '卡片',
'emojis': '表情',
'settings': '设置',
'switch_language': '切换语言',
'theme': '切换主题',
//discover screen
'friends_circle': '朋友圈',
'scan': '扫一扫',
'shake': '摇一摇',
'search': '搜一搜',
'nearby_people': '附近的人',
'drift_bottle': '漂流瓶',
'nearby_restaurants': '附近的餐厅',
'shopping': '购物',
'game': '游戏',
'mini_program': '小程序',
//navbar
'app_bar_title': '聊天模块',
'self_media_title': '我的媒体',
'message': '消息',
'contacts': '联系人',
'discover': '发现',
'mine': '我的',
//chat info screen
'search_chat': '搜索聊天记录',
'mute_notification': '静音通知',
'sticky_top': '置顶聊天',
'alert': '举报',
'background': '背景',
'clear_chat_history': '清空聊天记录',
'report': '举报',
'chat_info': '聊天信息',
// Search Screen
'filter_by': '筛选',
'date': '日期',
'photos_and_videos': '图片和视频',
'files': '文件',
'links': '链接',
'music_and_audio': '音乐和音频',
'transactions': '交易',
'mini': '小程序',
'channels': '频道',
'search_results_for': '搜索结果:',
'cancel': '取消',
'leave_group': '离开群组',
'group_name': '群组名称',
'group_qr_code': '群组二维码',
'group_notice': '群组公告',
'moments': '朋友圈',
'like': '点赞',
'comment': '评论',
'scan_text':'扫描二维码添加我为好友',
'change_style': '更换样式',
'save_image': '保存图片',
//chat info page
'confirm_clear':'确认清除',
'are_you_sure_clear_chat':'你确定清除聊天吗',
'yes_clear':'是的,清楚'
};
}