chore(localization): update

Signed-off-by: Boris Yumankulov <boria138@altlinux.org>
This commit is contained in:
2025-09-23 22:27:15 +05:00
parent ad5b25f713
commit 2e018b4690
10 changed files with 61 additions and 195 deletions

View File

@@ -336,7 +336,7 @@ class FileExplorer(QDialog):
mounted_drives.append(mount_point)
return sorted(mounted_drives)
except Exception as e:
logger.error(_("Error retrieving mounted drives: %s"), str(e))
logger.error(f"Error retrieving mounted drives: {e}")
return []
def setup_ui(self):
@@ -398,7 +398,7 @@ class FileExplorer(QDialog):
if self.context_menu_manager:
self.context_menu_manager.show_folder_context_menu(self, pos)
else:
logger.warning(_("ContextMenuManager not found in parent"))
logger.warning("ContextMenuManager not found in parent")
def move_selection(self, direction):
"""Move selection in the list."""