Initial commit

This commit is contained in:
root
2026-01-19 17:44:46 +01:00
commit 823af8b11d
8721 changed files with 1130846 additions and 0 deletions

View File

@@ -0,0 +1,36 @@
{
"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": "帖子"
}
}
}