Skip to content

Commit

Permalink
fix: The mounted Samba network disk prompts that the file has been mo…
Browse files Browse the repository at this point in the history
…ved or deleted after the user changes their password

Update translation

Log: The mounted Samba network disk prompts that the file has been moved or deleted after the user changes their password
Bug: https://pms.uniontech.com/bug-view-261605.html
  • Loading branch information
liyigang1 committed Jul 10, 2024
1 parent 54f042d commit 599b204
Show file tree
Hide file tree
Showing 7 changed files with 451 additions and 462 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1922,6 +1922,7 @@ void FileView::initializeConnect()
qInfo() << rootUrl() << url << "smb server may modify password";
if (d->isShowSmbMountError)
return ;

d->isShowSmbMountError = true;
DialogManager::instance()->showErrorDialog(tr("Mount error"),
tr("SMB server login credentials are invalid. Please uninstall and remount"));
Expand Down
152 changes: 75 additions & 77 deletions translations/dde-file-manager.ts

Large diffs are not rendered by default.

152 changes: 75 additions & 77 deletions translations/dde-file-manager_bo.ts

Large diffs are not rendered by default.

152 changes: 75 additions & 77 deletions translations/dde-file-manager_ug.ts

Large diffs are not rendered by default.

152 changes: 75 additions & 77 deletions translations/dde-file-manager_zh_CN.ts

Large diffs are not rendered by default.

152 changes: 75 additions & 77 deletions translations/dde-file-manager_zh_HK.ts

Large diffs are not rendered by default.

152 changes: 75 additions & 77 deletions translations/dde-file-manager_zh_TW.ts

Large diffs are not rendered by default.

0 comments on commit 599b204

Please sign in to comment.