mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-04-13 05:20:28 +08:00
* feat: show detailed results in hotkey notifications * fix: Japanese locale appears to have a truncated translation key label * fix: variable naming * Update documentation to English * Remove unnecessary mut * feat: enhance system proxy notifications with toggle state * chore: update changelog to include new shortcut notification feature * fix: remove unnecessary quotes from system proxy toggle messages in localization files * fix: tun mode toggled hotkey notifications * fix: correct toggle_tun_mode logic to handle current state and errors --------- Co-authored-by: Tunglies <77394545+Tunglies@users.noreply.github.com>
63 lines
1.7 KiB
YAML
63 lines
1.7 KiB
YAML
_version: 1
|
|
notifications:
|
|
dashboardToggled:
|
|
title: Dashboard
|
|
body: Dashboard visibility has been updated.
|
|
clashModeChanged:
|
|
title: Mode Switch
|
|
body: Switched to {mode}.
|
|
systemProxyToggled:
|
|
title: System Proxy
|
|
'on': System proxy has been enabled.
|
|
'off': System proxy has been disabled.
|
|
tunModeToggled:
|
|
title: TUN Mode
|
|
'on': TUN mode has been enabled.
|
|
'off': TUN mode has been disabled.
|
|
lightweightModeEntered:
|
|
title: Lightweight Mode
|
|
body: Entered lightweight mode.
|
|
profilesReactivated:
|
|
title: Profiles
|
|
body: Profile Reactivated.
|
|
appQuit:
|
|
title: About to Exit
|
|
body: Clash Verge is about to exit.
|
|
appHidden:
|
|
title: Application Hidden
|
|
body: Clash Verge is running in the background.
|
|
service:
|
|
adminInstallPrompt: Installing the Clash Verge service requires administrator privileges.
|
|
adminUninstallPrompt: Uninstalling the Clash Verge service requires administrator privileges.
|
|
tray:
|
|
dashboard: Dashboard
|
|
ruleMode: Rule Mode
|
|
globalMode: Global Mode
|
|
directMode: Direct Mode
|
|
outboundModes: Outbound Modes
|
|
rule: Rule
|
|
direct: Direct
|
|
global: Global
|
|
profiles: Profiles
|
|
proxies: Proxies
|
|
systemProxy: System Proxy
|
|
tunMode: TUN Mode
|
|
closeAllConnections: Close All Connections
|
|
lightweightMode: Lightweight Mode
|
|
copyEnv: Copy Environment Variables
|
|
confDir: Configuration Directory
|
|
coreDir: Core Directory
|
|
logsDir: Log Directory
|
|
openDir: Open Directory
|
|
appLog: Application Log
|
|
coreLog: Core Log
|
|
restartClash: Restart Clash Core
|
|
restartApp: Restart Application
|
|
vergeVersion: Verge Version
|
|
more: More
|
|
exit: Exit
|
|
tooltip:
|
|
systemProxy: System Proxy
|
|
tun: TUN
|
|
profile: Profile
|