mirror of
https://github.com/usememos/memos.git
synced 2025-11-11 18:00:53 +08:00
chore: update chinese i18n for settings section (#4424)
This commit is contained in:
parent
ea165db751
commit
1ebe2e9aae
1 changed files with 12 additions and 1 deletions
|
|
@ -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": "禁用用户注册",
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue