Files
flagnote-web/src/i18n/config/zh.js
2022-12-05 13:18:12 +08:00

31 lines
721 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: "开始写下一些东西吧。。。"
},
button: {
ok: "好的",
yes: "是的",
no: "不",
selectAll: "全选",
copy: "复制",
copyAll: "复制全部",
share: "分享",
close: "关闭"
},
error: {
"100001": "未知错误!",
"100002": "地址有误!",
"100003": "内容已删除!",
"100004": "内容已过期!",
"100005": "内容不存在!",
"100006": "服务器不可用!",
"100011": "内容为空!",
"100012": "内容过大超过200K!",
}
};
export default zh;