Merge pull request #5936 from hms5232/fix-term-in-tw

fix wrong terms in tw lang
This commit is contained in:
RustDesk 2023-10-07 14:14:28 +08:00 committed by GitHub
commit c14cb29334
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -127,7 +127,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Optimize reaction time", "最佳化反應時間"), ("Optimize reaction time", "最佳化反應時間"),
("Custom", "自訂"), ("Custom", "自訂"),
("Show remote cursor", "顯示遠端游標"), ("Show remote cursor", "顯示遠端游標"),
("Show quality monitor", "顯示監測"), ("Show quality monitor", "顯示質監測"),
("Disable clipboard", "停用剪貼簿"), ("Disable clipboard", "停用剪貼簿"),
("Lock after session end", "工作階段結束後鎖定電腦"), ("Lock after session end", "工作階段結束後鎖定電腦"),
("Insert", "插入"), ("Insert", "插入"),
@ -445,7 +445,7 @@ pub static ref T: std::collections::HashMap<&'static str, &'static str> =
("Display", "顯示"), ("Display", "顯示"),
("Default View Style", "預設顯示方式"), ("Default View Style", "預設顯示方式"),
("Default Scroll Style", "預設滾動方式"), ("Default Scroll Style", "預設滾動方式"),
("Default Image Quality", "預設圖像"), ("Default Image Quality", "預設圖像"),
("Default Codec", "預設編解碼器"), ("Default Codec", "預設編解碼器"),
("Bitrate", "位元速率"), ("Bitrate", "位元速率"),
("FPS", "幀率"), ("FPS", "幀率"),