Skip to content

mods_feat(Symlink Check): 新增符號連結檢查 v2.0.3 #331

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions MultiVersions/Forge/main/symlink-check/lang/en_us.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"symlink_check.gui.copy_link_to_clipboard": "Copy Link to Clipboard",
"symlink_warning.title": "World folder contains symbolic links",
"symlink_warning.message": "Loading worlds from folders with symbolic links can be unsafe if you don't know exactly what you are doing. Please visit %s to learn more.",
"symlink_check.date_format.null": "Unknown time"
}
6 changes: 6 additions & 0 deletions MultiVersions/Forge/main/symlink-check/lang/zh_tw.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"symlink_check.gui.copy_link_to_clipboard": "複製連結至剪貼簿",
"symlink_warning.title": "世界資料夾包含符號連結",
"symlink_warning.message": "如果你不確定自己正在做什麼的話,從具有符號連結的資料夾載入世界可能是不安全的。請查看 %s 來了解更多資訊。",
"symlink_check.date_format.null": "未知時間"
}