lang: adjusted new words and added missing translations

This commit is contained in:
Serhiy Mytrovtsiy
2025-02-10 17:11:23 +01:00
parent 706a996faf
commit d8787f4720
41 changed files with 233 additions and 3 deletions

View File

@@ -134,7 +134,7 @@ class ApplicationSettings: NSStackView {
),
PreferencesRow(
localizedString("Import settings"),
component: buttonView(#selector(self.importSettings), text: localizedString("Browse"))
component: buttonView(#selector(self.importSettings), text: localizedString("Choose file"))
),
PreferencesRow(
localizedString("Reset settings"),

View File

@@ -72,7 +72,7 @@ class SettingsWindow: NSWindow, NSWindowDelegate, NSToolbarDelegate {
self.contentViewController = sidebarViewController
self.titlebarAppearsTransparent = true
self.backgroundColor = .clear
// self.positionCenter()
self.positionCenter()
self.setIsVisible(false)
let windowController = NSWindowController()