Files
flagnote-web/src/i18n/config/zh.js
2022-12-06 10:55:14 +08:00

32 lines
783 B
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

const zh = {
message: {
askTodelete: "是否确定要删除?",
},
content: {
blankTip: "空白的内容。",
noteTip: "开始写下一些东西吧。。。",
deleteTip: "笔记将被自动删除。剩余时间:"
},
button: {
ok: "好的",
yes: "是的",
no: "不",
selectAll: "全选",
copy: "复制",
copyAll: "复制全部",
share: "分享",
close: "关闭"
},
error: {
"100001": "未知错误!",
"100002": "地址有误!",
"100003": "笔记已删除!",
"100004": "笔记已过期!",
"100005": "笔记未分享!",
"100006": "服务器不可用!",
"100011": "笔记为空!",
"100012": "笔记过大超过400K!",
}
};
export default zh;