2
0
forked from Ivasoft/DSView

A language text of Calibration dialog

This commit is contained in:
dreamsourcelabTAI
2023-06-17 17:01:28 +08:00
parent b1ced0c0e4
commit 3d3fdec1ab
3 changed files with 9 additions and 1 deletions

View File

@@ -117,7 +117,7 @@ void Calibration::changeEvent(QEvent *event)
void Calibration::retranslateUi()
{
_save_btn->setText(L_S(STR_PAGE_DLG, S_ID(IDS_DLG_SAVE), "Save"));
_abort_btn->setText(L_S(STR_PAGE_DLG, S_ID(IDS_DLG_ABOUT), "About"));
_abort_btn->setText(L_S(STR_PAGE_DLG, S_ID(IDS_DLG_ABORT), "Abort"));
_reset_btn->setText(L_S(STR_PAGE_DLG, S_ID(IDS_DLG_RESET), "Reset"));
_exit_btn->setText(L_S(STR_PAGE_DLG, S_ID(IDS_DLG_EXIT), "Exit"));

View File

@@ -718,5 +718,9 @@
{
"id": "IDS_DLG_GROUP_UI",
"text": "界面"
},
{
"id": "IDS_DLG_ABORT",
"text": "放弃"
}
]

View File

@@ -718,5 +718,9 @@
{
"id": "IDS_DLG_GROUP_UI",
"text": "UI"
},
{
"id": "IDS_DLG_ABORT",
"text": "Abort"
}
]