mirror of
https://github.com/clash-verge-rev/clash-verge-rev.git
synced 2026-01-28 07:14:40 +08:00
* crate(i18n): add clash-verge-i18n crate and integrate localization support * refactor(service): remove redundant reinstall_service functions for Windows, Linux, and macOS * chore(i18n): align i18n key * feat(i18n): unify scan roots and add backend Rust/YAML support to cleanup script * chore(i18n): add scripts to package.json * fix(tray): initialize i18n locale before setup * refactor(i18n): move locale initialization into Config::init_config * fix(i18n): refresh systray tooltip on language change and correct docs reference * fix(tray): remove unnecessary locale synchronization to improve performance --------- Co-authored-by: Tunglies <77394545+Tunglies@users.noreply.github.com>
61 lines
1.8 KiB
YAML
61 lines
1.8 KiB
YAML
_version: 1
|
|
notifications:
|
|
dashboardToggled:
|
|
title: 대시보드
|
|
body: 대시보드 표시 상태가 업데이트되었습니다.
|
|
clashModeChanged:
|
|
title: 모드 전환
|
|
body: "{mode}(으)로 전환되었습니다."
|
|
systemProxyToggled:
|
|
title: 시스템 프록시
|
|
body: 시스템 프록시 상태가 업데이트되었습니다.
|
|
tunModeToggled:
|
|
title: TUN 모드
|
|
body: TUN 모드 상태가 업데이트되었습니다.
|
|
lightweightModeEntered:
|
|
title: 경량 모드
|
|
body: 경량 모드에 진입했습니다.
|
|
profilesReactivated:
|
|
title: Profiles
|
|
body: Profile Reactivated.
|
|
appQuit:
|
|
title: 곧 종료
|
|
body: Clash Verge가 곧 종료됩니다.
|
|
appHidden:
|
|
title: 앱이 숨겨짐
|
|
body: Clash Verge가 백그라운드에서 실행 중입니다.
|
|
service:
|
|
adminInstallPrompt: Installing the Clash Verge service requires administrator privileges.
|
|
adminUninstallPrompt: Uninstalling the Clash Verge service requires administrator privileges.
|
|
tray:
|
|
dashboard: 대시보드
|
|
ruleMode: 규칙 모드
|
|
globalMode: 전역 모드
|
|
directMode: 직접 모드
|
|
outboundModes: Outbound Modes
|
|
rule: 규칙
|
|
direct: 직접
|
|
global: 글로벌
|
|
profiles: 프로필
|
|
proxies: 프록시
|
|
systemProxy: 시스템 프록시
|
|
tunMode: TUN 모드
|
|
closeAllConnections: 모든 연결 닫기
|
|
lightweightMode: 경량 모드
|
|
copyEnv: 환경 변수 복사
|
|
confDir: 구성 디렉터리
|
|
coreDir: 코어 디렉터리
|
|
logsDir: 로그 디렉터리
|
|
openDir: 디렉터리 열기
|
|
appLog: 애플리케이션 로그
|
|
coreLog: 코어 로그
|
|
restartClash: Clash 코어 재시작
|
|
restartApp: 애플리케이션 재시작
|
|
vergeVersion: Verge 버전
|
|
more: 더 보기
|
|
exit: 종료
|
|
tooltip:
|
|
systemProxy: 시스템 프록시
|
|
tun: TUN
|
|
profile: 프로필
|