Skip to content

Commit

Permalink
isweet
Browse files Browse the repository at this point in the history
  • Loading branch information
li-peifeng committed Feb 10, 2025
1 parent db723f4 commit 3005811
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/lang/zh-CN/drivers.json
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,8 @@
"token": "令牌"
},
"GitHub Releases": {
"gh_proxy": "Gh proxy",
"gh_proxy-tips": "GitHub 代理, 例如: https://ghproxy.net/github.com 或 https://gh-proxy.com/github.com ",
"repo_structure": "仓库结构",
"repo_structure-tips": "结构:[路径:]org/repo",
"root_folder_id": "根文件夹ID",
Expand Down
7 changes: 6 additions & 1 deletion src/lang/zh-CN/home.json
Original file line number Diff line number Diff line change
Expand Up @@ -188,5 +188,10 @@
},
"fetching_settings_failed": "请稍候,正在加载中...⏳",
"get_current_user_failed": "用户信息验证失败:",
"overwrite_existing": "覆盖现有文件"
"overwrite_existing": "覆盖现有文件",
"conflict_policy": {
"cancel_if_exists": "如果文件存在则取消",
"overwrite_existing": "覆盖现有文件",
"skip_existing": "跳过现有文件"
}
}

0 comments on commit 3005811

Please sign in to comment.