Update ko.rs (#14418)

This commit is contained in:
VenusGirl❤
2026-02-27 21:14:14 +09:00
committed by GitHub
parent 12d6789c2e
commit 394079833e

View File

@@ -739,6 +739,6 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("keep-awake-during-outgoing-sessions-label", "발신 세션 중 화면 켜짐 유지"),
("keep-awake-during-incoming-sessions-label", "수신 세션 중 화면 켜짐 유지"),
("Continue with {}", "{}(으)로 계속"),
("Display Name", ""),
("Display Name", "표시 이름"),
].iter().cloned().collect();
}