fix message box Korean translate #1392

Signed-off-by: si458 <simonsmith5521@gmail.com>

si458 committed Jul 22, 2024 at 11:26 UTC 31c323583b5d8e6d5381255fa69b3bc8c448b5ea
2 files changed +5 -10
translate/translate.json
+4 -9
@@ -25713,14 +25713,6 @@
25713 "default.handlebars->container->dialog->dialogBody->dialog7->d7rdpkvm->3->1"
25714 ]
25715 },
25716 - {
25717 - "ca": "Mostra un quadre de missatge al dispositiu remot",
25718 - "en": "Display a message box on the remote device",
25719 - "nl": "Geef een berichtvenster weer op het externe apparaat.",
25720 - "xloc": [
25721 - "default.handlebars->47->1165"
25722 - ]
25723 - },
25716 {
25717 "bs": "Prikažite okvir sa porukom na udaljenom uređaju.",
25718 "ca": "Mostra un quadre de missatge al dispositiu remot.",
@@ -25744,7 +25736,10 @@
25736 "sv": "Visa en meddelanderuta på fjärrenheten.",
25737 "tr": "Uzak cihazda bir mesaj kutusu görüntüleyin.",
25738 "zh-chs": "在远程设备上显示一个消息框。",
25747 - "zh-cht": "在遠程裝置上顯示一個訊息框。"
25739 + "zh-cht": "在遠程裝置上顯示一個訊息框。",
25740 + "xloc": [
25741 + "default.handlebars->47->1165"
25742 + ]
25743 },
25744 {
25745 "bs": "Prikažite obavještenje na udaljenom računaru",
views/default.handlebars
+1 -1
@@ -8223,7 +8223,7 @@
8223
8224 function deviceMessageFunction() {
8225 if (xxdialogMode) return;
8226 - var x = '<div style=margin-bottom:4px>' + "Display a message box on the remote device" + '</div>';
8226 + var x = '<div style=margin-bottom:4px>' + "Display a message box on the remote device." + '</div>';
8227 x += '<textarea id=d2devMessage style=background-color:#fcf3cf;width:100%;height:80px;resize:none;overflow-y:scroll;box-sizing:border-box;margin-bottom:4px></textarea>';
8228 x += '<select style=width:100% id=d2devTimeout>';
8229 x += '<option value=2 selected>' + "Show for 2 Minutes (Default)" + '</option>';