mirror of
https://github.com/usememos/memos.git
synced 2025-06-05 22:09:59 +02:00
chore: update chinese i18n for settings section (#4424)
This commit is contained in:
@@ -330,6 +330,10 @@
|
|||||||
"title": "访问令牌",
|
"title": "访问令牌",
|
||||||
"description": "该账号下全部的访问令牌",
|
"description": "该账号下全部的访问令牌",
|
||||||
"create-dialog": {
|
"create-dialog": {
|
||||||
|
"create-access-token": "创建令牌",
|
||||||
|
"description": "描述",
|
||||||
|
"some-description": "请输入描述...",
|
||||||
|
"expiration": "过期时间",
|
||||||
"created-at": "创建时间",
|
"created-at": "创建时间",
|
||||||
"expires-at": "过期时间",
|
"expires-at": "过期时间",
|
||||||
"duration-never": "从不",
|
"duration-never": "从不",
|
||||||
@@ -338,7 +342,14 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"webhook-section": {
|
"webhook-section": {
|
||||||
"no-webhooks-found": "没有 webhooks。"
|
"no-webhooks-found": "没有 webhooks。",
|
||||||
|
"create-dialog": {
|
||||||
|
"create-webhook": "创建 Webhook",
|
||||||
|
"edit-webhook": "编辑 webhook",
|
||||||
|
"an-easy-to-remember-name": "请输入一个容易记住的标题",
|
||||||
|
"title": "标题",
|
||||||
|
"payload-url": "请输入有效的 URL"
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"workspace-section": {
|
"workspace-section": {
|
||||||
"disallow-user-registration": "禁用用户注册",
|
"disallow-user-registration": "禁用用户注册",
|
||||||
|
Reference in New Issue
Block a user