更新翻译文本

This commit is contained in:
VirtualHotBar
2024-06-01 20:30:37 +08:00
parent 8c84451dcd
commit 968ad14457
4 changed files with 4 additions and 4 deletions

View File

@@ -487,5 +487,5 @@
"description.thunderx": "Thunder X",
"description.thunderxexpert": "Thunder X Expert Edition",
"restart_to_take_effect": "Restart to take effect"
"restartself_to_take_effect": "Restart to take effect"
}

View File

@@ -556,5 +556,5 @@
"description.thunderx": "迅雷X",
"description.thunderxexpert": "迅雷X专家版",
"restart_to_take_effect": "重启以使更改生效"
"restartself_to_take_effect": "重启软件以使更改生效"
}

View File

@@ -556,5 +556,5 @@
"description.thunderx": "迅雷X",
"description.thunderxexpert": "迅雷X專家版",
"restart_to_take_effect": "更改設定需要重新啟動應用程式才能生效。"
"restartself_to_take_effect": "更改設定需要重新啟動程式才能生效。"
}

View File

@@ -99,7 +99,7 @@ function Mount_page() {
simple: true,
maskClosable: false,
escToExit: false,
content: t('restart_to_take_effect'),
content: t('restartself_to_take_effect'),
onOk: () => {
exit(true);
},