mirror of
https://github.com/hellodigua/ChatLab.git
synced 2026-06-15 12:26:41 +08:00
108 lines
2.4 KiB
JSON
108 lines
2.4 KiB
JSON
{
|
|
"confirm": "确定",
|
|
"cancel": "取消",
|
|
"delete": "删除",
|
|
"save": "保存",
|
|
"edit": "编辑",
|
|
"add": "添加",
|
|
"rename": "重命名",
|
|
"capture": "截屏",
|
|
"close": "关闭",
|
|
"back": "返回",
|
|
"done": "完成",
|
|
"retry": "重试",
|
|
"loading": "加载中...",
|
|
"initializing": "初始化中...",
|
|
"noData": "暂无数据",
|
|
"export": "导出",
|
|
"exportSuccess": "导出成功",
|
|
"exportFailed": "导出失败",
|
|
"generating": "生成中...",
|
|
"regenerate": "重新生成",
|
|
"openFolder": "打开目录",
|
|
"errorNoAIConfig": "请先在设置中配置 AI 服务",
|
|
"reset": "重置",
|
|
"error": {
|
|
"general": "操作失败,请重试",
|
|
"network": "网络错误",
|
|
"unknown": "未知错误"
|
|
},
|
|
"attachment": {
|
|
"image": "图片",
|
|
"video": "视频",
|
|
"audio": "音频",
|
|
"file": "文件",
|
|
"sticker": "贴纸",
|
|
"link": "链接"
|
|
},
|
|
"unit": {
|
|
"messages": "条消息",
|
|
"members": "个成员",
|
|
"days": "天"
|
|
},
|
|
"weekday": {
|
|
"mon": "周一",
|
|
"tue": "周二",
|
|
"wed": "周三",
|
|
"thu": "周四",
|
|
"fri": "周五",
|
|
"sat": "周六",
|
|
"sun": "周日"
|
|
},
|
|
"month": {
|
|
"jan": "1月",
|
|
"feb": "2月",
|
|
"mar": "3月",
|
|
"apr": "4月",
|
|
"may": "5月",
|
|
"jun": "6月",
|
|
"jul": "7月",
|
|
"aug": "8月",
|
|
"sep": "9月",
|
|
"oct": "10月",
|
|
"nov": "11月",
|
|
"dec": "12月"
|
|
},
|
|
"agreement": {
|
|
"title": "隐私政策与用户协议",
|
|
"subtitle": "使用前请仔细阅读",
|
|
"disagree": "我不同意",
|
|
"agree": "我已阅读并同意",
|
|
"updateNotice": "协议内容有重要更新,请重新阅读并确认"
|
|
},
|
|
"datePicker": {
|
|
"selectDate": "选择日期",
|
|
"clearDate": "清空日期"
|
|
},
|
|
"timeSelect": {
|
|
"mode": {
|
|
"recent": "最近",
|
|
"quarter": "按季",
|
|
"year": "按年",
|
|
"custom": "自定义"
|
|
},
|
|
"recent": {
|
|
"halfYear": "近半年",
|
|
"oneYear": "近一年",
|
|
"twoYears": "近两年",
|
|
"fiveYears": "近五年",
|
|
"all": "全部"
|
|
},
|
|
"display": {
|
|
"recent180": "最近半年",
|
|
"recent365": "最近一年",
|
|
"recent730": "最近两年",
|
|
"recent1825": "最近五年"
|
|
},
|
|
"quarter": {
|
|
"label": "{year}年 第{quarter}季度"
|
|
},
|
|
"year": {
|
|
"label": "{year}年"
|
|
}
|
|
},
|
|
"userSelect": {
|
|
"allMembers": "全部成员"
|
|
}
|
|
}
|