mirror of
https://github.com/localsend/localsend.git
synced 2026-08-07 07:14:52 +00:00
Update strings_zh-CN.json (#1957)
This commit is contained in:
@@ -2,25 +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."
|
||||
],
|
||||
"receiveTab": {
|
||||
"quickSave": {
|
||||
"off": "@:general.off",
|
||||
"favorites": "Favorites",
|
||||
"on": "@:general.on"
|
||||
}
|
||||
},
|
||||
"dialogs": {
|
||||
"openFile": {
|
||||
"title": "Open file",
|
||||
"content": "Do you want to open the received file?"
|
||||
},
|
||||
"quickSaveFromFavoritesNotice": {
|
||||
"content": [
|
||||
"File requests are now accepted automatically from devices in your favorites list.",
|
||||
"Warning: This is currently not entirely secure because a hacker who knows the fingerprint of your favorite devices can still send you files.",
|
||||
"However, this option is still more secure than allowing any device."
|
||||
]
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
@@ -47,6 +47,11 @@
|
||||
"ip": "IP:",
|
||||
"port": "端口:",
|
||||
"alias": "别名:"
|
||||
},
|
||||
"quickSave": {
|
||||
"off": "@:general.off",
|
||||
"favorites": "收藏夹",
|
||||
"on": "@:general.on"
|
||||
}
|
||||
},
|
||||
"sendTab": {
|
||||
@@ -340,6 +345,10 @@
|
||||
"title": "加入文件",
|
||||
"content": "你想加入什么文件?"
|
||||
},
|
||||
"openFile": {
|
||||
"title": "打开文件",
|
||||
"content": "您是否要打开接收的文件?"
|
||||
},
|
||||
"addressInput": {
|
||||
"title": "输入地址",
|
||||
"hashtag": "标签",
|
||||
@@ -432,6 +441,11 @@
|
||||
},
|
||||
"quickSaveFromFavoritesNotice": {
|
||||
"title": "@:general.quickSaveFromFavorites"
|
||||
"content": [
|
||||
"当前会自动接受收藏夹中设备的文件请求。",
|
||||
"警告:这目前并不完全安全,知道您收藏夹列表中设备指纹的黑客仍可以向您发送文件。",
|
||||
"但是,此选项比“允许任何设备”更安全。"
|
||||
]
|
||||
},
|
||||
"pin": {
|
||||
"title": "输入 PIN"
|
||||
|
||||
Reference in New Issue
Block a user