Files
espocrm/application/Espo/Resources/i18n/zh_CN/Note.json
2026-01-19 17:46:06 +01:00

36 lines
784 B
JSON

{
"fields": {
"post": "帖子",
"attachments": "附件",
"targetType": "目标",
"teams": "团队",
"users": "用户",
"portals": "门户",
"type": "类型",
"isGlobal": "全局",
"isInternal": "内部(用于内部用户)",
"related": "相关的",
"data": "数据",
"number": "数字"
},
"filters": {
"all": "所有",
"posts": "帖子",
"updates": "更新"
},
"messages": {
"writeMessage": "在这里写信息"
},
"options": {
"targetType": {
"self": "给我自己",
"users": "给特殊用户",
"teams": "给特殊对",
"all": "所有内部门户",
"portals": "给门户用户"
},
"type": {
"Post": "帖子"
}
}
}