Update strings_zh-CN.i18n.json (#1127)

This commit is contained in:
nkh0472
2024-02-08 07:23:05 +08:00
committed by GitHub
parent a8b4a0b5b0
commit 76dd77a1fb
2 changed files with 6 additions and 10 deletions

View File

@@ -2,14 +2,5 @@
"@@info": [
"Here are translations that exist in <en> but not in <zh-CN>.",
"After editing this file, you can run 'dart run slang apply --locale=zh-CN' to quickly apply the newly added translations."
],
"settingsTab": {
"send": {
"title": "Send",
"shareViaLinkAutoAccept": "Share via link: Auto accept"
}
},
"webSharePage": {
"autoAccept": "Automatically accept requests"
}
]
}

View File

@@ -111,6 +111,10 @@
"saveToGallery": "保存到相册",
"saveToHistory": "保存到历史记录"
},
"send": {
"title": "发送",
"shareViaLinkAutoAccept": "通过链接分享: 自动接受"
},
"network": {
"title": "网络",
"needRestart": "重启服务器生效!",
@@ -217,6 +221,7 @@
"requests": "请求",
"noRequests": "尚无请求。",
"encryption": "@:settingsTab.network.encryption",
"autoAccept": "自动接受请求",
"encryptionHint": "LocalSend 使用自签名证书。您需要在浏览器中接受它。",
"pendingRequests": "待处理请求: {n}"
},