mirror of
https://github.com/willmiao/ComfyUI-Lora-Manager.git
synced 2026-03-25 23:25:43 -03:00
feat(localization): enhance English and Chinese translations for update notifications and support modal
This commit is contained in:
@@ -14,7 +14,9 @@
|
||||
},
|
||||
"status": {
|
||||
"loading": "Loading...",
|
||||
"unknown": "Unknown"
|
||||
"unknown": "Unknown",
|
||||
"date": "Date",
|
||||
"version": "Version"
|
||||
},
|
||||
"language": {
|
||||
"select": "Select Language",
|
||||
@@ -696,6 +698,8 @@
|
||||
},
|
||||
"update": {
|
||||
"title": "Check for Updates",
|
||||
"updateAvailable": "Update Available",
|
||||
"noChangelogAvailable": "No detailed changelog available. Check GitHub for more information.",
|
||||
"currentVersion": "Current Version",
|
||||
"newVersion": "New Version",
|
||||
"commit": "Commit",
|
||||
@@ -705,7 +709,27 @@
|
||||
"changelog": "Changelog",
|
||||
"checkingUpdates": "Checking for updates...",
|
||||
"checkingMessage": "Please wait while we check for the latest version.",
|
||||
"showNotifications": "Show update notifications"
|
||||
"showNotifications": "Show update notifications",
|
||||
"updateProgress": {
|
||||
"preparing": "Preparing update...",
|
||||
"installing": "Installing update...",
|
||||
"completed": "Update completed successfully!",
|
||||
"failed": "Update failed: {error}"
|
||||
},
|
||||
"status": {
|
||||
"updating": "Updating...",
|
||||
"updated": "Updated!",
|
||||
"updateFailed": "Update Failed"
|
||||
},
|
||||
"completion": {
|
||||
"successMessage": "Successfully updated to {version}!",
|
||||
"restartMessage": "Please restart ComfyUI or LoRA Manager to apply update.",
|
||||
"reloadMessage": "Make sure to reload your browser for both LoRA Manager and ComfyUI."
|
||||
},
|
||||
"nightly": {
|
||||
"warning": "Warning: Nightly builds may contain experimental features and could be unstable.",
|
||||
"enable": "Enable Nightly Updates"
|
||||
}
|
||||
},
|
||||
"support": {
|
||||
"title": "Support the Project",
|
||||
@@ -713,7 +737,27 @@
|
||||
"feedback": {
|
||||
"title": "Provide Feedback",
|
||||
"description": "Your feedback helps shape future updates! Share your thoughts:"
|
||||
}
|
||||
},
|
||||
"links": {
|
||||
"submitGithubIssue": "Submit GitHub Issue",
|
||||
"joinDiscord": "Join Discord",
|
||||
"youtubeChannel": "YouTube Channel",
|
||||
"civitaiProfile": "Civitai Profile",
|
||||
"supportKofi": "Support on Ko-fi",
|
||||
"supportPatreon": "Support on Patreon"
|
||||
},
|
||||
"sections": {
|
||||
"followUpdates": "Follow for Updates",
|
||||
"buyMeCoffee": "Buy me a coffee",
|
||||
"coffeeDescription": "If you'd like to support my work directly:",
|
||||
"becomePatron": "Become a Patron",
|
||||
"patronDescription": "Support ongoing development with monthly contributions:",
|
||||
"wechatSupport": "WeChat Support",
|
||||
"wechatDescription": "For users in China, you can support via WeChat:",
|
||||
"showWechatQR": "Show WeChat QR Code",
|
||||
"hideWechatQR": "Hide WeChat QR Code"
|
||||
},
|
||||
"footer": "Thank you for using LoRA Manager! ❤️"
|
||||
},
|
||||
"toast": {
|
||||
"general": {
|
||||
@@ -924,5 +968,14 @@
|
||||
"exampleImagesDownloadSuccess": "Successfully downloaded example images!",
|
||||
"exampleImagesDownloadFailed": "Failed to download example images: {message}"
|
||||
}
|
||||
},
|
||||
"banners": {
|
||||
"versionMismatch": {
|
||||
"title": "Application Update Detected",
|
||||
"content": "Your browser is running an outdated version of LoRA Manager ({storedVersion}). The server has been updated to version {currentVersion}. Please refresh to ensure proper functionality.",
|
||||
"refreshNow": "Refresh Now",
|
||||
"refreshingIn": "Refreshing in",
|
||||
"seconds": "seconds"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -14,7 +14,9 @@
|
||||
},
|
||||
"status": {
|
||||
"loading": "加载中...",
|
||||
"unknown": "未知"
|
||||
"unknown": "未知",
|
||||
"date": "日期",
|
||||
"version": "版本"
|
||||
},
|
||||
"language": {
|
||||
"select": "选择语言",
|
||||
@@ -697,6 +699,8 @@
|
||||
"update": {
|
||||
"title": "检查更新",
|
||||
"currentVersion": "当前版本",
|
||||
"updateAvailable": "更新可用",
|
||||
"noChangelogAvailable": "没有详细的更新日志可用。请查看 GitHub 以获取更多信息。",
|
||||
"newVersion": "新版本",
|
||||
"commit": "提交",
|
||||
"viewOnGitHub": "在 GitHub 查看",
|
||||
@@ -705,7 +709,27 @@
|
||||
"changelog": "更新日志",
|
||||
"checkingUpdates": "正在检查更新...",
|
||||
"checkingMessage": "请稍候,正在检查最新版本。",
|
||||
"showNotifications": "显示更新通知"
|
||||
"showNotifications": "显示更新通知",
|
||||
"updateProgress": {
|
||||
"preparing": "正在准备更新...",
|
||||
"installing": "正在安装更新...",
|
||||
"completed": "更新已成功完成!",
|
||||
"failed": "更新失败:{error}"
|
||||
},
|
||||
"status": {
|
||||
"updating": "正在更新...",
|
||||
"updated": "已更新!",
|
||||
"updateFailed": "更新失败"
|
||||
},
|
||||
"completion": {
|
||||
"successMessage": "已成功更新到 {version}!",
|
||||
"restartMessage": "请重启 ComfyUI 或 LoRA 管理器以应用更新。",
|
||||
"reloadMessage": "请确保刷新浏览器以加载最新的 LoRA 管理器和 ComfyUI。"
|
||||
},
|
||||
"nightly": {
|
||||
"warning": "警告:Nightly 版本可能包含实验性功能,可能不稳定。",
|
||||
"enable": "启用 Nightly 更新"
|
||||
}
|
||||
},
|
||||
"support": {
|
||||
"title": "支持项目",
|
||||
@@ -713,7 +737,27 @@
|
||||
"feedback": {
|
||||
"title": "反馈建议",
|
||||
"description": "你的反馈有助于未来更新!欢迎分享你的想法:"
|
||||
}
|
||||
},
|
||||
"links": {
|
||||
"submitGithubIssue": "提交 GitHub 问题",
|
||||
"joinDiscord": "加入 Discord",
|
||||
"youtubeChannel": "YouTube 频道",
|
||||
"civitaiProfile": "Civitai 个人资料",
|
||||
"supportKofi": "支持 Ko-fi",
|
||||
"supportPatreon": "支持 Patreon"
|
||||
},
|
||||
"sections": {
|
||||
"followUpdates": "关注更新",
|
||||
"buyMeCoffee": "请我喝杯咖啡",
|
||||
"coffeeDescription": "如果你想直接支持我的工作:",
|
||||
"becomePatron": "成为赞助人",
|
||||
"patronDescription": "通过每月捐款支持持续开发:",
|
||||
"wechatSupport": "微信支持",
|
||||
"wechatDescription": "对于中国用户,你可以通过微信支持:",
|
||||
"showWechatQR": "显示微信二维码",
|
||||
"hideWechatQR": "隐藏微信二维码"
|
||||
},
|
||||
"footer": "感谢使用 LoRA 管理器!❤️"
|
||||
},
|
||||
"toast": {
|
||||
"general": {
|
||||
@@ -924,5 +968,14 @@
|
||||
"exampleImagesDownloadSuccess": "示例图片下载成功!",
|
||||
"exampleImagesDownloadFailed": "示例图片下载失败:{message}"
|
||||
}
|
||||
},
|
||||
"banners": {
|
||||
"versionMismatch": {
|
||||
"title": "检测到应用更新",
|
||||
"content": "你的浏览器正在运行过时的 LoRA 管理器版本({storedVersion})。服务器已更新到版本 {currentVersion}。请刷新以确保正常使用。",
|
||||
"refreshNow": "立即刷新",
|
||||
"refreshingIn": "将在",
|
||||
"seconds": "秒后刷新"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user