Merge pull request #1646 from MonitorControl/develop

This commit is contained in:
waydabber 2024-10-04 12:51:10 +02:00 committed by GitHub
commit 71b8c5ae51
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
55 changed files with 662 additions and 660 deletions

View file

@ -17,7 +17,6 @@
6CC260F6256AD8F900613714 /* Preferences+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6CC260F5256AD8F900613714 /* Preferences+Extension.swift */; }; 6CC260F6256AD8F900613714 /* Preferences+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6CC260F5256AD8F900613714 /* Preferences+Extension.swift */; };
6CD35F53264FFFC6001F1344 /* SimplyCoreAudio in Frameworks */ = {isa = PBXBuildFile; productRef = 6CD35F52264FFFC6001F1344 /* SimplyCoreAudio */; }; 6CD35F53264FFFC6001F1344 /* SimplyCoreAudio in Frameworks */ = {isa = PBXBuildFile; productRef = 6CD35F52264FFFC6001F1344 /* SimplyCoreAudio */; };
6CD35F5626500008001F1344 /* MediaKeyTap in Frameworks */ = {isa = PBXBuildFile; productRef = 6CD35F5526500008001F1344 /* MediaKeyTap */; }; 6CD35F5626500008001F1344 /* MediaKeyTap in Frameworks */ = {isa = PBXBuildFile; productRef = 6CD35F5526500008001F1344 /* MediaKeyTap */; };
6CD35F5C2650003F001F1344 /* Preferences in Frameworks */ = {isa = PBXBuildFile; productRef = 6CD35F5B2650003F001F1344 /* Preferences */; };
6CDA0FCF26485A8300F52125 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 6CDA0FCD26485A8300F52125 /* Main.storyboard */; }; 6CDA0FCF26485A8300F52125 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 6CDA0FCD26485A8300F52125 /* Main.storyboard */; };
8C1741852707B91100E88D53 /* InternetAccessPolicy.plist in Resources */ = {isa = PBXBuildFile; fileRef = 8C1741842707B91100E88D53 /* InternetAccessPolicy.plist */; }; 8C1741852707B91100E88D53 /* InternetAccessPolicy.plist in Resources */ = {isa = PBXBuildFile; fileRef = 8C1741842707B91100E88D53 /* InternetAccessPolicy.plist */; };
8C1741882707B91F00E88D53 /* InternetAccessPolicy.strings in Resources */ = {isa = PBXBuildFile; fileRef = 8C17418A2707B91F00E88D53 /* InternetAccessPolicy.strings */; }; 8C1741882707B91F00E88D53 /* InternetAccessPolicy.strings in Resources */ = {isa = PBXBuildFile; fileRef = 8C17418A2707B91F00E88D53 /* InternetAccessPolicy.strings */; };
@ -49,6 +48,7 @@
AAB2F642273ED0C7004AB5A4 /* .github in Resources */ = {isa = PBXBuildFile; fileRef = AAB2F641273ED0C7004AB5A4 /* .github */; }; AAB2F642273ED0C7004AB5A4 /* .github in Resources */ = {isa = PBXBuildFile; fileRef = AAB2F641273ED0C7004AB5A4 /* .github */; };
AAB2F644273ED0E9004AB5A4 /* License.txt in Resources */ = {isa = PBXBuildFile; fileRef = AAB2F643273ED0E9004AB5A4 /* License.txt */; }; AAB2F644273ED0E9004AB5A4 /* License.txt in Resources */ = {isa = PBXBuildFile; fileRef = AAB2F643273ED0E9004AB5A4 /* License.txt */; };
AACE5E2327050C63006C2A48 /* NSNotification+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = AACE5E2227050C63006C2A48 /* NSNotification+Extension.swift */; }; AACE5E2327050C63006C2A48 /* NSNotification+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = AACE5E2227050C63006C2A48 /* NSNotification+Extension.swift */; };
AAD7DD342CAFF3D90062822F /* Settings in Frameworks */ = {isa = PBXBuildFile; productRef = AAD7DD332CAFF3D90062822F /* Settings */; };
AADB625A26BC196900DFFAA5 /* DisplayServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AADB625926BC196900DFFAA5 /* DisplayServices.framework */; }; AADB625A26BC196900DFFAA5 /* DisplayServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = AADB625926BC196900DFFAA5 /* DisplayServices.framework */; };
F01B0699228221B7008E64DB /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = F01B0680228221B6008E64DB /* Localizable.strings */; }; F01B0699228221B7008E64DB /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = F01B0680228221B6008E64DB /* Localizable.strings */; };
F01B069F228221B7008E64DB /* SliderHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = F01B068F228221B7008E64DB /* SliderHandler.swift */; }; F01B069F228221B7008E64DB /* SliderHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = F01B068F228221B7008E64DB /* SliderHandler.swift */; };
@ -194,7 +194,7 @@
6CD35F53264FFFC6001F1344 /* SimplyCoreAudio in Frameworks */, 6CD35F53264FFFC6001F1344 /* SimplyCoreAudio in Frameworks */,
6CD35F5626500008001F1344 /* MediaKeyTap in Frameworks */, 6CD35F5626500008001F1344 /* MediaKeyTap in Frameworks */,
AA9AE86F26B5BF3D00B6CA65 /* OSD.framework in Frameworks */, AA9AE86F26B5BF3D00B6CA65 /* OSD.framework in Frameworks */,
6CD35F5C2650003F001F1344 /* Preferences in Frameworks */, AAD7DD342CAFF3D90062822F /* Settings in Frameworks */,
AADB625A26BC196900DFFAA5 /* DisplayServices.framework in Frameworks */, AADB625A26BC196900DFFAA5 /* DisplayServices.framework in Frameworks */,
); );
runOnlyForDeploymentPostprocessing = 0; runOnlyForDeploymentPostprocessing = 0;
@ -394,9 +394,9 @@
packageProductDependencies = ( packageProductDependencies = (
6CD35F52264FFFC6001F1344 /* SimplyCoreAudio */, 6CD35F52264FFFC6001F1344 /* SimplyCoreAudio */,
6CD35F5526500008001F1344 /* MediaKeyTap */, 6CD35F5526500008001F1344 /* MediaKeyTap */,
6CD35F5B2650003F001F1344 /* Preferences */,
AA44E702270377C200E06865 /* KeyboardShortcuts */, AA44E702270377C200E06865 /* KeyboardShortcuts */,
AA70817B27046B9800CC5625 /* Sparkle */, AA70817B27046B9800CC5625 /* Sparkle */,
AAD7DD332CAFF3D90062822F /* Settings */,
); );
productName = MonitorControl.OSX; productName = MonitorControl.OSX;
productReference = 56754EAB1D9A4016007BCDC5 /* MonitorControl.app */; productReference = 56754EAB1D9A4016007BCDC5 /* MonitorControl.app */;
@ -474,7 +474,7 @@
packageReferences = ( packageReferences = (
6CD35F51264FFFC6001F1344 /* XCRemoteSwiftPackageReference "SimplyCoreAudio" */, 6CD35F51264FFFC6001F1344 /* XCRemoteSwiftPackageReference "SimplyCoreAudio" */,
6CD35F5426500008001F1344 /* XCRemoteSwiftPackageReference "MediaKeyTap" */, 6CD35F5426500008001F1344 /* XCRemoteSwiftPackageReference "MediaKeyTap" */,
6CD35F5A2650003F001F1344 /* XCRemoteSwiftPackageReference "Preferences" */, 6CD35F5A2650003F001F1344 /* XCRemoteSwiftPackageReference "Settings" */,
AA44E701270377C200E06865 /* XCRemoteSwiftPackageReference "KeyboardShortcuts" */, AA44E701270377C200E06865 /* XCRemoteSwiftPackageReference "KeyboardShortcuts" */,
AA70817A27046B9800CC5625 /* XCRemoteSwiftPackageReference "Sparkle" */, AA70817A27046B9800CC5625 /* XCRemoteSwiftPackageReference "Sparkle" */,
); );
@ -1043,12 +1043,12 @@
kind = branch; kind = branch;
}; };
}; };
6CD35F5A2650003F001F1344 /* XCRemoteSwiftPackageReference "Preferences" */ = { 6CD35F5A2650003F001F1344 /* XCRemoteSwiftPackageReference "Settings" */ = {
isa = XCRemoteSwiftPackageReference; isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/sindresorhus/Preferences"; repositoryURL = "https://github.com/sindresorhus/Settings";
requirement = { requirement = {
kind = upToNextMajorVersion; branch = main;
minimumVersion = 2.3.0; kind = branch;
}; };
}; };
AA44E701270377C200E06865 /* XCRemoteSwiftPackageReference "KeyboardShortcuts" */ = { AA44E701270377C200E06865 /* XCRemoteSwiftPackageReference "KeyboardShortcuts" */ = {
@ -1080,11 +1080,6 @@
package = 6CD35F5426500008001F1344 /* XCRemoteSwiftPackageReference "MediaKeyTap" */; package = 6CD35F5426500008001F1344 /* XCRemoteSwiftPackageReference "MediaKeyTap" */;
productName = MediaKeyTap; productName = MediaKeyTap;
}; };
6CD35F5B2650003F001F1344 /* Preferences */ = {
isa = XCSwiftPackageProductDependency;
package = 6CD35F5A2650003F001F1344 /* XCRemoteSwiftPackageReference "Preferences" */;
productName = Preferences;
};
AA44E702270377C200E06865 /* KeyboardShortcuts */ = { AA44E702270377C200E06865 /* KeyboardShortcuts */ = {
isa = XCSwiftPackageProductDependency; isa = XCSwiftPackageProductDependency;
package = AA44E701270377C200E06865 /* XCRemoteSwiftPackageReference "KeyboardShortcuts" */; package = AA44E701270377C200E06865 /* XCRemoteSwiftPackageReference "KeyboardShortcuts" */;
@ -1095,6 +1090,11 @@
package = AA70817A27046B9800CC5625 /* XCRemoteSwiftPackageReference "Sparkle" */; package = AA70817A27046B9800CC5625 /* XCRemoteSwiftPackageReference "Sparkle" */;
productName = Sparkle; productName = Sparkle;
}; };
AAD7DD332CAFF3D90062822F /* Settings */ = {
isa = XCSwiftPackageProductDependency;
package = 6CD35F5A2650003F001F1344 /* XCRemoteSwiftPackageReference "Settings" */;
productName = Settings;
};
/* End XCSwiftPackageProductDependency section */ /* End XCSwiftPackageProductDependency section */
}; };
rootObject = 56754EA31D9A4016007BCDC5 /* Project object */; rootObject = 56754EA31D9A4016007BCDC5 /* Project object */;

View file

@ -1,4 +1,5 @@
{ {
"originHash" : "df195b12c1f6bd471af1cacb709842cb7eb355cce32fee1413f0f7d7aa5c4eb2",
"pins" : [ "pins" : [
{ {
"identity" : "keyboardshortcuts", "identity" : "keyboardshortcuts",
@ -19,12 +20,12 @@
} }
}, },
{ {
"identity" : "preferences", "identity" : "settings",
"kind" : "remoteSourceControl", "kind" : "remoteSourceControl",
"location" : "https://github.com/sindresorhus/Preferences", "location" : "https://github.com/sindresorhus/Settings",
"state" : { "state" : {
"revision" : "ffeaaad1def45d0625720dc1adae3789cd9c167d", "branch" : "main",
"version" : "2.5.0" "revision" : "879ea83a7bbc6dbebf62bed8c547f090146372a6"
} }
}, },
{ {
@ -54,5 +55,5 @@
} }
} }
], ],
"version" : 2 "version" : 3
} }

View file

@ -7,7 +7,7 @@ enum PrefKey: String {
case SUEnableAutomaticChecks case SUEnableAutomaticChecks
// Receive beta updates? // Receive beta updates?
case isBetaChannel // This is not added to Preferences yet as it will be needed in the future only. case isBetaChannel // This is not added to Settings yet as it will be needed in the future only.
// Build number // Build number
case buildNumber case buildNumber
@ -60,7 +60,7 @@ enum PrefKey: String {
// Instead of assuming default values, enable read or write upon startup (according to readDDCInsteadOfRestoreValues) // Instead of assuming default values, enable read or write upon startup (according to readDDCInsteadOfRestoreValues)
case startupAction case startupAction
// Show advanced options under Displays tab in Preferences // Show advanced options under Displays tab in Settings
case showAdvancedSettings case showAdvancedSettings
// Allow zero software brightness // Allow zero software brightness

View file

@ -2,9 +2,9 @@
import Cocoa import Cocoa
import Preferences import Settings
extension Preferences.PaneIdentifier { extension Settings.PaneIdentifier {
static let main = Self("Main") static let main = Self("Main")
static let menusliders = Self("Menu & Sliders") static let menusliders = Self("Menu & Sliders")
static let keyboard = Self("Keyboard") static let keyboard = Self("Keyboard")
@ -12,7 +12,7 @@ extension Preferences.PaneIdentifier {
static let about = Self("About") static let about = Self("About")
} }
public extension PreferencesWindowController { public extension SettingsWindowController {
override func keyDown(with event: NSEvent) { override func keyDown(with event: NSEvent) {
if event.modifierFlags.intersection(.deviceIndependentFlagsMask) == .command, let key = event.charactersIgnoringModifiers { if event.modifierFlags.intersection(.deviceIndependentFlagsMask) == .command, let key = event.charactersIgnoringModifiers {
if key == "w" { if key == "w" {

View file

@ -19,7 +19,7 @@
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>$(MARKETING_VERSION)</string> <string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>7104</string> <string>7122</string>
<key>LSApplicationCategoryType</key> <key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string> <string>public.app-category.utilities</string>
<key>LSMinimumSystemVersion</key> <key>LSMinimumSystemVersion</key>

View file

@ -5,8 +5,8 @@ import Cocoa
import Foundation import Foundation
import MediaKeyTap import MediaKeyTap
import os.log import os.log
import Preferences
import ServiceManagement import ServiceManagement
import Settings
import SimplyCoreAudio import SimplyCoreAudio
import Sparkle import Sparkle
@ -24,23 +24,23 @@ class AppDelegate: NSObject, NSApplicationDelegate {
var audioPlayer: AVAudioPlayer? var audioPlayer: AVAudioPlayer?
let updaterController = SPUStandardUpdaterController(startingUpdater: false, updaterDelegate: UpdaterDelegate(), userDriverDelegate: nil) let updaterController = SPUStandardUpdaterController(startingUpdater: false, updaterDelegate: UpdaterDelegate(), userDriverDelegate: nil)
var preferencePaneStyle: Preferences.Style { var settingsPaneStyle: Settings.Style {
if !DEBUG_MACOS10, #available(macOS 11.0, *) { if !DEBUG_MACOS10, #available(macOS 11.0, *) {
return Preferences.Style.toolbarItems return Settings.Style.toolbarItems
} else { } else {
return Preferences.Style.segmentedControl return Settings.Style.segmentedControl
} }
} }
lazy var preferencesWindowController: PreferencesWindowController = .init( lazy var settingsWindowController: SettingsWindowController = .init(
preferencePanes: [ panes: [
mainPrefsVc!, mainPrefsVc!,
menuslidersPrefsVc!, menuslidersPrefsVc!,
keyboardPrefsVc!, keyboardPrefsVc!,
displaysPrefsVc!, displaysPrefsVc!,
aboutPrefsVc!, aboutPrefsVc!,
], ],
style: self.preferencePaneStyle, style: self.settingsPaneStyle,
animated: true animated: true
) )
@ -71,8 +71,8 @@ class AppDelegate: NSObject, NSApplicationDelegate {
} }
@objc func prefsClicked(_: AnyObject) { @objc func prefsClicked(_: AnyObject) {
os_log("Preferences clicked", type: .info) os_log("Settings clicked", type: .info)
self.preferencesWindowController.show() self.settingsWindowController.show()
} }
func applicationShouldHandleReopen(_: NSApplication, hasVisibleWindows _: Bool) -> Bool { func applicationShouldHandleReopen(_: NSApplication, hasVisibleWindows _: Bool) -> Bool {
@ -93,7 +93,7 @@ class AppDelegate: NSObject, NSApplicationDelegate {
if !self.safeMode { if !self.safeMode {
let alert = NSAlert() let alert = NSAlert()
alert.messageText = NSLocalizedString("Incompatible previous version", comment: "Shown in the alert dialog") alert.messageText = NSLocalizedString("Incompatible previous version", comment: "Shown in the alert dialog")
alert.informativeText = NSLocalizedString("Preferences for an incompatible previous app version detected. Default preferences are reloaded.", comment: "Shown in the alert dialog") alert.informativeText = NSLocalizedString("Settings for an incompatible previous app version detected. Default settings are reloaded.", comment: "Shown in the alert dialog")
alert.runModal() alert.runModal()
} }
prefs.removePersistentDomain(forName: bundleID) prefs.removePersistentDomain(forName: bundleID)
@ -103,7 +103,7 @@ class AppDelegate: NSObject, NSApplicationDelegate {
func setDefaultPrefs() { func setDefaultPrefs() {
if !prefs.bool(forKey: PrefKey.appAlreadyLaunched.rawValue) { if !prefs.bool(forKey: PrefKey.appAlreadyLaunched.rawValue) {
// Only preferences that are not false, 0 or "" by default are set here. Assumes pre-wiped database. // Only settings that are not false, 0 or "" by default are set here. Assumes pre-wiped database.
prefs.set(true, forKey: PrefKey.appAlreadyLaunched.rawValue) prefs.set(true, forKey: PrefKey.appAlreadyLaunched.rawValue)
prefs.set(true, forKey: PrefKey.SUEnableAutomaticChecks.rawValue) prefs.set(true, forKey: PrefKey.SUEnableAutomaticChecks.rawValue)
} }
@ -262,8 +262,8 @@ class AppDelegate: NSObject, NSApplicationDelegate {
self.updateMediaKeyTap() self.updateMediaKeyTap()
} }
func preferenceReset() { func settingsReset() {
os_log("Resetting all preferences.") os_log("Resetting all settings.")
if !prefs.bool(forKey: PrefKey.disableCombinedBrightness.rawValue) { if !prefs.bool(forKey: PrefKey.disableCombinedBrightness.rawValue) {
DisplayManager.shared.resetSwBrightnessForAllDisplays(async: false) DisplayManager.shared.resetSwBrightnessForAllDisplays(async: false)
} }
@ -295,7 +295,7 @@ class AppDelegate: NSObject, NSApplicationDelegate {
SMLoginItemSetEnabled(identifier, enabled) SMLoginItemSetEnabled(identifier, enabled)
} }
func getSystemPreferences() -> [String: AnyObject]? { func getSystemSettings() -> [String: AnyObject]? {
var propertyListFormat = PropertyListSerialization.PropertyListFormat.xml var propertyListFormat = PropertyListSerialization.PropertyListFormat.xml
let plistPath = NSString(string: "~/Library/Preferences/.GlobalPreferences.plist").expandingTildeInPath let plistPath = NSString(string: "~/Library/Preferences/.GlobalPreferences.plist").expandingTildeInPath
guard let plistXML = FileManager.default.contents(atPath: plistPath) else { guard let plistXML = FileManager.default.contents(atPath: plistPath) else {
@ -318,7 +318,7 @@ class AppDelegate: NSObject, NSApplicationDelegate {
} }
func playVolumeChangedSound() { func playVolumeChangedSound() {
guard let preferences = app.getSystemPreferences(), let hasSoundEnabled = preferences["com.apple.sound.beep.feedback"] as? Int, hasSoundEnabled == 1 else { guard let settings = app.getSystemSettings(), let hasSoundEnabled = settings["com.apple.sound.beep.feedback"] as? Int, hasSoundEnabled == 1 else {
return return
} }
do { do {
@ -342,7 +342,7 @@ class AppDelegate: NSObject, NSApplicationDelegate {
self.safeMode = true self.safeMode = true
let alert = NSAlert() let alert = NSAlert()
alert.messageText = NSLocalizedString("Safe Mode Activated", comment: "Shown in the alert dialog") alert.messageText = NSLocalizedString("Safe Mode Activated", comment: "Shown in the alert dialog")
alert.informativeText = NSLocalizedString("Shift was pressed during launch. MonitorControl started in safe mode. Default preferences are reloaded, DDC read is blocked.", comment: "Shown in the alert dialog") alert.informativeText = NSLocalizedString("Shift was pressed during launch. MonitorControl started in safe mode. Default settings are reloaded, DDC read is blocked.", comment: "Shown in the alert dialog")
alert.runModal() alert.runModal()
} }
} }

View file

@ -18,6 +18,7 @@ class DisplayManager {
self.gammaActivityEnforcer.title = "Monitor Control Gamma Activity Enforcer" self.gammaActivityEnforcer.title = "Monitor Control Gamma Activity Enforcer"
self.gammaActivityEnforcer.isMovableByWindowBackground = false self.gammaActivityEnforcer.isMovableByWindowBackground = false
self.gammaActivityEnforcer.backgroundColor = DEBUG_GAMMA_ENFORCER ? .red : .black self.gammaActivityEnforcer.backgroundColor = DEBUG_GAMMA_ENFORCER ? .red : .black
self.gammaActivityEnforcer.alphaValue = 1 * (DEBUG_GAMMA_ENFORCER ? 0.5 : 0.01)
self.gammaActivityEnforcer.ignoresMouseEvents = true self.gammaActivityEnforcer.ignoresMouseEvents = true
self.gammaActivityEnforcer.level = .screenSaver self.gammaActivityEnforcer.level = .screenSaver
self.gammaActivityEnforcer.orderFrontRegardless() self.gammaActivityEnforcer.orderFrontRegardless()

View file

@ -208,7 +208,7 @@ class MediaKeyTapManager: MediaKeyTapDelegate {
if !self.readPrivileges(prompt: true), !firstAsk { if !self.readPrivileges(prompt: true), !firstAsk {
let alert = NSAlert() let alert = NSAlert()
alert.messageText = NSLocalizedString("Shortcuts not available", comment: "Shown in the alert dialog") alert.messageText = NSLocalizedString("Shortcuts not available", comment: "Shown in the alert dialog")
alert.informativeText = NSLocalizedString("You need to enable MonitorControl in System Preferences > Security and Privacy > Accessibility for the keyboard shortcuts to work", comment: "Shown in the alert dialog") alert.informativeText = NSLocalizedString("You need to enable MonitorControl in System Settings > Security and Privacy > Accessibility for the keyboard shortcuts to work", comment: "Shown in the alert dialog")
alert.runModal() alert.runModal()
} }
} }

View file

@ -223,16 +223,16 @@ class MenuHandler: NSMenu, NSMenuDelegate {
let menuItemView = NSView(frame: NSRect(x: 0, y: 0, width: viewWidth, height: iconSize + 10)) let menuItemView = NSView(frame: NSRect(x: 0, y: 0, width: viewWidth, height: iconSize + 10))
let preferencesIcon = NSButton() let settingsIcon = NSButton()
preferencesIcon.bezelStyle = .regularSquare settingsIcon.bezelStyle = .regularSquare
preferencesIcon.isBordered = false settingsIcon.isBordered = false
preferencesIcon.setButtonType(.momentaryChange) settingsIcon.setButtonType(.momentaryChange)
preferencesIcon.image = NSImage(systemSymbolName: "gearshape", accessibilityDescription: NSLocalizedString("Preferences…", comment: "Shown in menu")) settingsIcon.image = NSImage(systemSymbolName: "gearshape", accessibilityDescription: NSLocalizedString("Settings…", comment: "Shown in menu"))
preferencesIcon.alternateImage = NSImage(systemSymbolName: "gearshape.fill", accessibilityDescription: NSLocalizedString("Preferences…", comment: "Shown in menu")) settingsIcon.alternateImage = NSImage(systemSymbolName: "gearshape.fill", accessibilityDescription: NSLocalizedString("Settings…", comment: "Shown in menu"))
preferencesIcon.alphaValue = 0.3 settingsIcon.alphaValue = 0.3
preferencesIcon.frame = NSRect(x: menuItemView.frame.maxX - iconSize * 3 - 20 - 17 + compensateForBlock, y: menuItemView.frame.origin.y + 5, width: iconSize, height: iconSize) settingsIcon.frame = NSRect(x: menuItemView.frame.maxX - iconSize * 3 - 20 - 17 + compensateForBlock, y: menuItemView.frame.origin.y + 5, width: iconSize, height: iconSize)
preferencesIcon.imageScaling = .scaleProportionallyUpOrDown settingsIcon.imageScaling = .scaleProportionallyUpOrDown
preferencesIcon.action = #selector(app.prefsClicked) settingsIcon.action = #selector(app.prefsClicked)
let updateIcon = NSButton() let updateIcon = NSButton()
updateIcon.bezelStyle = .regularSquare updateIcon.bezelStyle = .regularSquare
@ -260,7 +260,7 @@ class MenuHandler: NSMenu, NSMenuDelegate {
quitIcon.imageScaling = .scaleProportionallyUpOrDown quitIcon.imageScaling = .scaleProportionallyUpOrDown
quitIcon.action = #selector(app.quitClicked) quitIcon.action = #selector(app.quitClicked)
menuItemView.addSubview(preferencesIcon) menuItemView.addSubview(settingsIcon)
menuItemView.addSubview(updateIcon) menuItemView.addSubview(updateIcon)
menuItemView.addSubview(quitIcon) menuItemView.addSubview(quitIcon)
let item = NSMenuItem() let item = NSMenuItem()
@ -270,7 +270,7 @@ class MenuHandler: NSMenu, NSMenuDelegate {
if app.macOS10() { if app.macOS10() {
self.insertItem(NSMenuItem.separator(), at: self.items.count) self.insertItem(NSMenuItem.separator(), at: self.items.count)
} }
self.insertItem(withTitle: NSLocalizedString("Preferences…", comment: "Shown in menu"), action: #selector(app.prefsClicked), keyEquivalent: ",", at: self.items.count) self.insertItem(withTitle: NSLocalizedString("Settings…", comment: "Shown in menu"), action: #selector(app.prefsClicked), keyEquivalent: ",", at: self.items.count)
let updateItem = NSMenuItem(title: NSLocalizedString("Check for updates…", comment: "Shown in menu"), action: #selector(app.updaterController.checkForUpdates(_:)), keyEquivalent: "") let updateItem = NSMenuItem(title: NSLocalizedString("Check for updates…", comment: "Shown in menu"), action: #selector(app.updaterController.checkForUpdates(_:)), keyEquivalent: "")
updateItem.target = app.updaterController updateItem.target = app.updaterController
self.insertItem(updateItem, at: self.items.count) self.insertItem(updateItem, at: self.items.count)

View file

@ -118,7 +118,7 @@
<rect key="frame" x="218" y="317" width="474" height="28"/> <rect key="frame" x="218" y="317" width="474" height="28"/>
<textFieldCell key="cell" controlSize="small" id="wjv-tq-iUx"> <textFieldCell key="cell" controlSize="small" id="wjv-tq-iUx">
<font key="font" metaFont="smallSystem"/> <font key="font" metaFont="smallSystem"/>
<string key="title">Changes that are caused by the Ambient light sensor or made using Touch Bar, Control Center, System Preferences will be replicated to all displays.</string> <string key="title">Changes that are caused by the Ambient light sensor or made using Touch Bar, Control Center, System Settings will be replicated to all displays.</string>
<color key="textColor" name="secondaryLabelColor" catalog="System" colorSpace="catalog"/> <color key="textColor" name="secondaryLabelColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/> <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
</textFieldCell> </textFieldCell>
@ -274,7 +274,7 @@
<gridCell row="1zL-Fy-6VV" column="64O-72-10l" xPlacement="leading" id="LYo-2f-Lll"> <gridCell row="1zL-Fy-6VV" column="64O-72-10l" xPlacement="leading" id="LYo-2f-Lll">
<button key="contentView" verticalHuggingPriority="750" placeholderIntrinsicWidth="200" placeholderIntrinsicHeight="20" translatesAutoresizingMaskIntoConstraints="NO" id="s9H-FF-JCT"> <button key="contentView" verticalHuggingPriority="750" placeholderIntrinsicWidth="200" placeholderIntrinsicHeight="20" translatesAutoresizingMaskIntoConstraints="NO" id="s9H-FF-JCT">
<rect key="frame" x="213" y="-7" width="214" height="32"/> <rect key="frame" x="213" y="-7" width="214" height="32"/>
<buttonCell key="cell" type="push" title="Reset Preferences" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="5yT-5F-X5R"> <buttonCell key="cell" type="push" title="Reset Settings" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="5yT-5F-X5R">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="system"/> <font key="font" metaFont="system"/>
</buttonCell> </buttonCell>
@ -390,13 +390,13 @@
<gridCell row="ZS3-Gy-pfA" column="V6M-Jv-Agj" xPlacement="leading" id="QXg-i0-lVT"> <gridCell row="ZS3-Gy-pfA" column="V6M-Jv-Agj" xPlacement="leading" id="QXg-i0-lVT">
<popUpButton key="contentView" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="6td-Zq-3e7"> <popUpButton key="contentView" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="6td-Zq-3e7">
<rect key="frame" x="217" y="462" width="126" height="25"/> <rect key="frame" x="217" y="462" width="126" height="25"/>
<popUpButtonCell key="cell" type="push" title="Show as text" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" imageScaling="proportionallyDown" inset="2" selectedItem="fWd-Es-zsy" id="2lO-tb-DFv"> <popUpButtonCell key="cell" type="push" title="Show as icons" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" imageScaling="proportionallyDown" inset="2" selectedItem="fR3-kq-cps" id="2lO-tb-DFv">
<behavior key="behavior" lightByBackground="YES" lightByGray="YES"/> <behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="message"/> <font key="font" metaFont="message"/>
<menu key="menu" id="rOp-pe-iEq"> <menu key="menu" id="rOp-pe-iEq">
<items> <items>
<menuItem title="Show as text" state="on" id="fWd-Es-zsy"/> <menuItem title="Show as icons" state="on" id="fR3-kq-cps"/>
<menuItem title="Show as icons" tag="1" id="fR3-kq-cps"/> <menuItem title="Show as text" tag="1" id="fWd-Es-zsy"/>
<menuItem title="Hide" tag="2" id="HUT-Qc-kuu"/> <menuItem title="Hide" tag="2" id="HUT-Qc-kuu"/>
</items> </items>
</menu> </menu>
@ -410,7 +410,7 @@
<gridCell row="HAl-L8-LPI" column="V6M-Jv-Agj" xPlacement="leading" id="tw2-81-sd0"> <gridCell row="HAl-L8-LPI" column="V6M-Jv-Agj" xPlacement="leading" id="tw2-81-sd0">
<textField key="contentView" focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="OmW-TV-zvg"> <textField key="contentView" focusRingType="none" horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="OmW-TV-zvg">
<rect key="frame" x="218" y="431" width="474" height="28"/> <rect key="frame" x="218" y="431" width="474" height="28"/>
<textFieldCell key="cell" controlSize="small" title="Relaunch the app to access Preferences if the menu option is not accessible. Use the button below to quit the app." id="hF7-fM-aKr"> <textFieldCell key="cell" controlSize="small" title="Relaunch the app to access Settings if the menu option is not accessible. Use the button below to quit the app." id="hF7-fM-aKr">
<font key="font" metaFont="smallSystem"/> <font key="font" metaFont="smallSystem"/>
<color key="textColor" name="secondaryLabelColor" catalog="System" colorSpace="catalog"/> <color key="textColor" name="secondaryLabelColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/> <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
@ -1250,7 +1250,7 @@
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<subviews> <subviews>
<tableView verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="none" tableStyle="inset" selectionHighlightStyle="none" columnReordering="NO" columnResizing="NO" multipleSelection="NO" emptySelection="NO" autosaveColumns="NO" typeSelect="NO" rowHeight="520" viewBased="YES" id="zC9-dS-Tr3"> <tableView verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="none" tableStyle="inset" selectionHighlightStyle="none" columnReordering="NO" columnResizing="NO" multipleSelection="NO" emptySelection="NO" autosaveColumns="NO" typeSelect="NO" rowHeight="520" viewBased="YES" id="zC9-dS-Tr3">
<rect key="frame" x="0.0" y="0.0" width="740" height="520"/> <rect key="frame" x="0.0" y="0.0" width="740" height="502"/>
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/> <autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
<size key="intercellSpacing" width="14" height="0.0"/> <size key="intercellSpacing" width="14" height="0.0"/>
<color key="backgroundColor" name="windowBackgroundColor" catalog="System" colorSpace="catalog"/> <color key="backgroundColor" name="windowBackgroundColor" catalog="System" colorSpace="catalog"/>
@ -2226,18 +2226,18 @@
</textFieldCell> </textFieldCell>
</textField> </textField>
<textField focusRingType="none" verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" translatesAutoresizingMaskIntoConstraints="NO" id="GSh-nh-adY"> <textField focusRingType="none" verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" translatesAutoresizingMaskIntoConstraints="NO" id="GSh-nh-adY">
<rect key="frame" x="70" y="111" width="637" height="32"/> <rect key="frame" x="70" y="111" width="615" height="32"/>
<textFieldCell key="cell" selectable="YES" id="kBJ-Zf-1k2"> <textFieldCell key="cell" selectable="YES" id="kBJ-Zf-1k2">
<font key="font" textStyle="body" name=".SFNS-Regular"/> <font key="font" textStyle="body" name=".SFNS-Regular"/>
<string key="title">MonitorControl needs access to "accessibility" to use macOS native keys to control your display. <string key="title">MonitorControl needs access to "accessibility" to use macOS native keys to control your display.
You can enable it by adding MonitorControl in System Preferences &gt; Security and Privacy &gt; Accessibility.</string> You can enable it by adding MonitorControl in System Settings &gt; Security and Privacy &gt; Accessibility.</string>
<color key="textColor" name="secondaryLabelColor" catalog="System" colorSpace="catalog"/> <color key="textColor" name="secondaryLabelColor" catalog="System" colorSpace="catalog"/>
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/> <color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
</textFieldCell> </textFieldCell>
</textField> </textField>
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="j2w-H2-9zU"> <button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="j2w-H2-9zU">
<rect key="frame" x="65" y="74" width="202" height="32"/> <rect key="frame" x="65" y="74" width="180" height="32"/>
<buttonCell key="cell" type="push" title="Open System Preferences…" bezelStyle="rounded" imagePosition="trailing" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="pVc-wG-Bdh"> <buttonCell key="cell" type="push" title="Open System Settings…" bezelStyle="rounded" imagePosition="trailing" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="pVc-wG-Bdh">
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/> <behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
<font key="font" metaFont="system"/> <font key="font" metaFont="system"/>
</buttonCell> </buttonCell>

View file

@ -11,7 +11,7 @@
"Are you sure you want to enable a longer delay? Doing so may freeze your system and require a restart. Start at login will be disabled as a safety measure." = "Určitě chcete zapnout delší prodlevu? Může dojít k zamrznutí systému, což by vyžadovalo restart. Možnost \„Spustit po přihlášení\“ se z bezpečnostních důvodů vypne."; "Are you sure you want to enable a longer delay? Doing so may freeze your system and require a restart. Start at login will be disabled as a safety measure." = "Určitě chcete zapnout delší prodlevu? Může dojít k zamrznutí systému, což by vyžadovalo restart. Možnost \„Spustit po přihlášení\“ se z bezpečnostních důvodů vypne.";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Are you sure you want to reset all preferences?" = "Určitě chcete obnovit všechny předvolby?"; "Are you sure you want to reset all settings?" = "Určitě chcete obnovit všechny předvolby?";
/* Shown in menu */ /* Shown in menu */
"Brightness" = "Jas"; "Brightness" = "Jas";
@ -19,7 +19,7 @@
/* Build */ /* Build */
"Build" = "Build"; "Build" = "Build";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Built-in Display" = "Vestavěný displej"; "Built-in Display" = "Vestavěný displej";
/* Shown in menu */ /* Shown in menu */
@ -43,16 +43,16 @@
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Enable Longer Delay?" = "Povolit delší prodlevu?"; "Enable Longer Delay?" = "Povolit delší prodlevu?";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"External Display" = "Externí displej"; "External Display" = "Externí displej";
/* Shown in the main prefs window */ /* Shown in the main prefs window */
"General" = "Obecné"; "General" = "Obecné";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Hardware (Apple)" = "Hardwarové (Apple)"; "Hardware (Apple)" = "Hardwarové (Apple)";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Hardware (DDC)" = "Hardwarové (DDC)"; "Hardware (DDC)" = "Hardwarové (DDC)";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
@ -76,61 +76,61 @@
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"No" = "Ne"; "No" = "Ne";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"No Control" = "Bez ovládání"; "No Control" = "Bez ovládání";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Other Display" = "Jiný displej"; "Other Display" = "Jiný displej";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Preferences for an incompatible previous app version detected. Default preferences are reloaded." = "Nalezeny předvolby pro předchozí, nekompatibilní verzi aplikace. Načetly se výchozí hodnoty."; "Settings for an incompatible previous app version detected. Default settings are reloaded." = "Nalezeny předvolby pro předchozí, nekompatibilní verzi aplikace. Načetly se výchozí hodnoty.";
/* Shown in menu */ /* Shown in menu */
"Preferences…" = "Předvolby…"; "Settings…" = "Předvolby…";
/* Shown in menu */ /* Shown in menu */
"Quit" = "Ukončit"; "Quit" = "Ukončit";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Reset Preferences?" = "Obnovit předvolby?"; "Reset Settings?" = "Obnovit předvolby?";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Safe Mode Activated" = "Bezpečný režim aktivní"; "Safe Mode Activated" = "Bezpečný režim aktivní";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Shift was pressed during launch. MonitorControl started in safe mode. Default preferences are reloaded, DDC read is blocked." = "Běhěm spuštění byl zmáčknutý Shift. MonitorControl běží v bezpečném režimu. Byly načteny výchozí předvolby, čtení DDC je zablokováno."; "Shift was pressed during launch. MonitorControl started in safe mode. Default settings are reloaded, DDC read is blocked." = "Běhěm spuštění byl zmáčknutý Shift. MonitorControl běží v bezpečném režimu. Byly načteny výchozí předvolby, čtení DDC je zablokováno.";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Shortcuts not available" = "Zkratky nejsou k dispozici"; "Shortcuts not available" = "Zkratky nejsou k dispozici";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Software (gamma)" = "Softwarové (gama)"; "Software (gamma)" = "Softwarové (gama)";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Software (gamma, forced)" = "Softwarové (gama, nucené)"; "Software (gamma, forced)" = "Softwarové (gama, nucené)";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Software (shade)" = "Softwarové (stínování)"; "Software (shade)" = "Softwarové (stínování)";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Software (shade, forced)" = "Software (stínování, nucené)"; "Software (shade, forced)" = "Software (stínování, nucené)";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"This display allows for software brightness control via gamma table manipulation or shade as it does not support hardware control. Reasons for this might be using the HDMI port of a Mac mini (which blocks hardware DDC control) or having a blacklisted display." = "Jas tohoto displeje lze ovládat softwarově manipulací gamy nebo stínování, protože hardwarové ovládání nepodporuje. Důvodem může být připojení přes HDMI port na Macu mini (který blokuje hardwarové ovládání DDC) nebo to, že displej patří na seznam nepodporovaných."; "This display allows for software brightness control via gamma table manipulation or shade as it does not support hardware control. Reasons for this might be using the HDMI port of a Mac mini (which blocks hardware DDC control) or having a blacklisted display." = "Jas tohoto displeje lze ovládat softwarově manipulací gamy nebo stínování, protože hardwarové ovládání nepodporuje. Důvodem může být připojení přes HDMI port na Macu mini (který blokuje hardwarové ovládání DDC) nebo to, že displej patří na seznam nepodporovaných.";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"This display has an unspecified control status." = "Tento displej má nespecifikovaný kontrolní stav."; "This display has an unspecified control status." = "Tento displej má nespecifikovaný kontrolní stav.";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"This display is reported to support hardware DDC control but the current settings allow for software control only." = "Tento displej by měl podporovat hardwarové DDC ovládání, ale současná nastavení umožňují ovládání jen přes software."; "This display is reported to support hardware DDC control but the current settings allow for software control only." = "Tento displej by měl podporovat hardwarové DDC ovládání, ale současná nastavení umožňují ovládání jen přes software.";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"This display is reported to support hardware DDC control. If you encounter issues, you can disable hardware DDC control to force software control." = "Tento displej by měl podporovat hardwarové DDC ovládání. Pokud narazíte na problém, můžete hardwarové ovládání DDC vypnout a použít vynucené ovládání přes software."; "This display is reported to support hardware DDC control. If you encounter issues, you can disable hardware DDC control to force software control." = "Tento displej by měl podporovat hardwarové DDC ovládání. Pokud narazíte na problém, můžete hardwarové ovládání DDC vypnout a použít vynucené ovládání přes software.";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"This display supports native Apple brightness protocol. This allows macOS to control this display without MonitorControl as well." = "Tento displej podporuje nativní jasový protokol Apple. Díky tomu ho může macOS ovládat i bez MonitorControl."; "This display supports native Apple brightness protocol. This allows macOS to control this display without MonitorControl as well." = "Tento displej podporuje nativní jasový protokol Apple. Díky tomu ho může macOS ovládat i bez MonitorControl.";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"This is a virtual display (examples: AirPlay, Sidecar, display connected via a DisplayLink Dock or similar) which does not allow hardware or software gammatable control. Shading is used as a substitute but only in non-mirror scenarios. Mouse cursor will be unaffected and artifacts may appear when entering/leaving full screen mode." = "Toto je virtuální displej (např. AirPlay, Sidecar, DisplayLink a podobně), což neumožňuje ovládání gamy přes software ani hardware. Jako náhrada slouží stínování, ale jen za předpokladu, že displej není nastaven na zrcadlení. Změny se neprojeví na ukazateli myši a můžou se objevit vizuální artefakty při přepínání režimu na celou obrazovku."; "This is a virtual display (examples: AirPlay, Sidecar, display connected via a DisplayLink Dock or similar) which does not allow hardware or software gammatable control. Shading is used as a substitute but only in non-mirror scenarios. Mouse cursor will be unaffected and artifacts may appear when entering/leaving full screen mode." = "Toto je virtuální displej (např. AirPlay, Sidecar, DisplayLink a podobně), což neumožňuje ovládání gamy přes software ani hardware. Jako náhrada slouží stínování, ale jen za předpokladu, že displej není nastaven na zrcadlení. Změny se neprojeví na ukazateli myši a můžou se objevit vizuální artefakty při přepínání režimu na celou obrazovku.";
/* Unknown display name */ /* Unknown display name */
@ -139,7 +139,7 @@
/* Version */ /* Version */
"Version" = "Verze"; "Version" = "Verze";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Virtual Display" = "Virtuální displej"; "Virtual Display" = "Virtuální displej";
/* Shown in menu */ /* Shown in menu */
@ -149,4 +149,4 @@
"Yes" = "Ano"; "Yes" = "Ano";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"You need to enable MonitorControl in System Preferences > Security and Privacy > Accessibility for the keyboard shortcuts to work" = "Abyste mohli používat klávesové zkratky, jděte do Předvoleb systému > Zabezpečení a soukromí > Zpřístupnění a tam zaškrtněte MonitorControl"; "You need to enable MonitorControl in System Settings > Security and Privacy > Accessibility for the keyboard shortcuts to work" = "Abyste mohli používat klávesové zkratky, jděte do Předvoleb systému > Zabezpečení a soukromí > Zpřístupnění a tam zaškrtněte MonitorControl";

View file

@ -31,7 +31,7 @@
/* Class = "NSTextFieldCell"; title = "Welcome to MonitorControl"; ObjectID = "5J0-BD-top"; */ /* Class = "NSTextFieldCell"; title = "Welcome to MonitorControl"; ObjectID = "5J0-BD-top"; */
"5J0-BD-top.title" = "Vítá vás MonitorControl"; "5J0-BD-top.title" = "Vítá vás MonitorControl";
/* Class = "NSButtonCell"; title = "Reset Preferences"; ObjectID = "5yT-5F-X5R"; */ /* Class = "NSButtonCell"; title = "Reset Settings"; ObjectID = "5yT-5F-X5R"; */
"5yT-5F-X5R.title" = "Resetovat předvolby"; "5yT-5F-X5R.title" = "Resetovat předvolby";
/* Class = "NSMenuItem"; title = "Always hide"; ObjectID = "6mo-7S-oOO"; */ /* Class = "NSMenuItem"; title = "Always hide"; ObjectID = "6mo-7S-oOO"; */
@ -175,7 +175,7 @@
/* Class = "NSTextFieldCell"; title = "Override audio device name:"; ObjectID = "H9X-it-sXs"; */ /* Class = "NSTextFieldCell"; title = "Override audio device name:"; ObjectID = "H9X-it-sXs"; */
"H9X-it-sXs.title" = "Ručně přejmenovat zvukové zařízení:"; "H9X-it-sXs.title" = "Ručně přejmenovat zvukové zařízení:";
/* Class = "NSTextFieldCell"; title = "Relaunch the app to access Preferences if the menu option is not accessible. Use the button below to quit the app."; ObjectID = "hF7-fM-aKr"; */ /* Class = "NSTextFieldCell"; title = "Relaunch the app to access Settings if the menu option is not accessible. Use the button below to quit the app."; ObjectID = "hF7-fM-aKr"; */
"hF7-fM-aKr.title" = "Když menu v řádku nabídek není k dispozici, k předvolbám se dostanete tak, že aplikaci ukončíte a znovu spustíte. K ukončení můžete použít tlačítko níže:"; "hF7-fM-aKr.title" = "Když menu v řádku nabídek není k dispozici, k předvolbám se dostanete tak, že aplikaci ukončíte a znovu spustíte. K ukončení můžete použít tlačítko níže:";
/* Class = "NSButtonCell"; title = "Get current"; ObjectID = "hkC-vq-IcD"; */ /* Class = "NSButtonCell"; title = "Get current"; ObjectID = "hkC-vq-IcD"; */
@ -217,7 +217,7 @@
/* Class = "NSButtonCell"; title = "Enable for Apple branded and built-in displays as well"; ObjectID = "K6A-4z-1aQ"; */ /* Class = "NSButtonCell"; title = "Enable for Apple branded and built-in displays as well"; ObjectID = "K6A-4z-1aQ"; */
"K6A-4z-1aQ.title" = "Povolit i pro vestavěný displej a pro monitory Apple"; "K6A-4z-1aQ.title" = "Povolit i pro vestavěný displej a pro monitory Apple";
/* Class = "NSTextFieldCell"; title = "MonitorControl needs access to \"accessibility\" to use macOS native keys to control your display.\nYou can enable it by adding MonitorControl in System Preferences > Security and Privacy > Accessibility."; ObjectID = "kBJ-Zf-1k2"; */ /* Class = "NSTextFieldCell"; title = "MonitorControl needs access to \"accessibility\" to use macOS native keys to control your display.\nYou can enable it by adding MonitorControl in System Settings > Security and Privacy > Accessibility."; ObjectID = "kBJ-Zf-1k2"; */
"kBJ-Zf-1k2.title" = "Pokud chcete ovládat displeje výchozími macOS klávesami, MonitorControl pořebuje přístup ke \„zpřístupnění\“. \nMůžete ho udělit tím, že přidáte MonitorControl do sekce Předvolby systému > Zabezpečení a soukromí > Zpřístupnění."; "kBJ-Zf-1k2.title" = "Pokud chcete ovládat displeje výchozími macOS klávesami, MonitorControl pořebuje přístup ke \„zpřístupnění\“. \nMůžete ho udělit tím, že přidáte MonitorControl do sekce Předvolby systému > Zabezpečení a soukromí > Zpřístupnění.";
/* Class = "NSTextFieldCell"; title = "Screen to control:"; ObjectID = "Kfj-WK-aSL"; */ /* Class = "NSTextFieldCell"; title = "Screen to control:"; ObjectID = "Kfj-WK-aSL"; */
@ -292,7 +292,7 @@
/* Class = "NSTextFieldCell"; title = "DDC max"; ObjectID = "psF-vX-AFB"; */ /* Class = "NSTextFieldCell"; title = "DDC max"; ObjectID = "psF-vX-AFB"; */
"psF-vX-AFB.title" = "DDC max."; "psF-vX-AFB.title" = "DDC max.";
/* Class = "NSButtonCell"; title = "Open System Preferences…"; ObjectID = "pVc-wG-Bdh"; */ /* Class = "NSButtonCell"; title = "Open System Settings…"; ObjectID = "pVc-wG-Bdh"; */
"pVc-wG-Bdh.title" = "Otevřít Předvolby systému…"; "pVc-wG-Bdh.title" = "Otevřít Předvolby systému…";
/* Class = "NSTextFieldCell"; title = "Use software dimming after the display reached zero hardware brightness for extended range. Works for DDC controlled displays only."; ObjectID = "PyY-p9-3NP"; */ /* Class = "NSTextFieldCell"; title = "Use software dimming after the display reached zero hardware brightness for extended range. Works for DDC controlled displays only."; ObjectID = "PyY-p9-3NP"; */
@ -364,7 +364,7 @@
/* Class = "NSTextFieldCell"; title = "Useful when a display tends to reset its settings during sleep."; ObjectID = "w8B-x6-sq5"; */ /* Class = "NSTextFieldCell"; title = "Useful when a display tends to reset its settings during sleep."; ObjectID = "w8B-x6-sq5"; */
"w8B-x6-sq5.title" = "Užitečné pro displeje, které mají tendenci resetovat svá nastavení, jakmile usnou."; "w8B-x6-sq5.title" = "Užitečné pro displeje, které mají tendenci resetovat svá nastavení, jakmile usnou.";
/* Class = "NSTextFieldCell"; title = "Changes that are caused by the Ambient light sensor or made using Touch Bar, Control Center, System Preferences will be replicated to all displays."; ObjectID = "wjv-tq-iUx"; */ /* Class = "NSTextFieldCell"; title = "Changes that are caused by the Ambient light sensor or made using Touch Bar, Control Center, System Settings will be replicated to all displays."; ObjectID = "wjv-tq-iUx"; */
"wjv-tq-iUx.title" = "Změny způsobené senzorem okolního světla, Touch Barem, Ovládacím centrem nebo v Předvolbách systému se projeví na všech displejích."; "wjv-tq-iUx.title" = "Změny způsobené senzorem okolního světla, Touch Barem, Ovládacím centrem nebo v Předvolbách systému se projeví na všech displejích.";
/* Class = "NSMenuItem"; title = "Change volume for all screens"; ObjectID = "Xih-P5-NyM"; */ /* Class = "NSMenuItem"; title = "Change volume for all screens"; ObjectID = "Xih-P5-NyM"; */

View file

@ -11,7 +11,7 @@
"Are you sure you want to enable a longer delay? Doing so may freeze your system and require a restart. Start at login will be disabled as a safety measure." = "Bist du sicher, dass du eine längere Verzögerung aktivieren willst? Wenn du dies tust, kann dein System einfrieren und einen Neustart erfordern. Der Start bei der Anmeldung wird als Sicherheitsmassnahme deaktiviert."; "Are you sure you want to enable a longer delay? Doing so may freeze your system and require a restart. Start at login will be disabled as a safety measure." = "Bist du sicher, dass du eine längere Verzögerung aktivieren willst? Wenn du dies tust, kann dein System einfrieren und einen Neustart erfordern. Der Start bei der Anmeldung wird als Sicherheitsmassnahme deaktiviert.";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Are you sure you want to reset all preferences?" = "Bist du sicher, dass du alle Einstellungen zurücksetzen willst?"; "Are you sure you want to reset all settings?" = "Bist du sicher, dass du alle Einstellungen zurücksetzen willst?";
/* Shown in menu */ /* Shown in menu */
"Brightness" = "Helligkeit"; "Brightness" = "Helligkeit";
@ -19,7 +19,7 @@
/* Build */ /* Build */
"Build" = "Build"; "Build" = "Build";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Built-in Display" = "Integrierter Monitor"; "Built-in Display" = "Integrierter Monitor";
/* Shown in menu */ /* Shown in menu */
@ -43,16 +43,16 @@
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Enable Longer Delay?" = "Längere Verzögerung einschalten?"; "Enable Longer Delay?" = "Längere Verzögerung einschalten?";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"External Display" = "Externer Monitor"; "External Display" = "Externer Monitor";
/* Shown in the main prefs window */ /* Shown in the main prefs window */
"General" = "Allgemein"; "General" = "Allgemein";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Hardware (Apple)" = "Hardware (Apple)"; "Hardware (Apple)" = "Hardware (Apple)";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Hardware (DDC)" = "Hardware (DDC)"; "Hardware (DDC)" = "Hardware (DDC)";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
@ -76,61 +76,61 @@
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"No" = "Nein"; "No" = "Nein";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"No Control" = "Keine Steuerung"; "No Control" = "Keine Steuerung";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Other Display" = "Anderer Monitor"; "Other Display" = "Anderer Monitor";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Preferences for an incompatible previous app version detected. Default preferences are reloaded." = "Einstellungen für eine inkompatible Vorgängerversion des Programms erkannt. Die Standardeinstellungen werden neu geladen."; "Settings for an incompatible previous app version detected. Default settings are reloaded." = "Einstellungen für eine inkompatible Vorgängerversion des Programms erkannt. Die Standardeinstellungen werden neu geladen.";
/* Shown in menu */ /* Shown in menu */
"Preferences…" = "Einstellungen…"; "Settings…" = "Einstellungen…";
/* Shown in menu */ /* Shown in menu */
"Quit" = "Beenden"; "Quit" = "Beenden";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Reset Preferences?" = "Einstellungen zurücksetzen?"; "Reset Settings?" = "Einstellungen zurücksetzen?";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Safe Mode Activated" = "Sicherer Modus Aktiviert"; "Safe Mode Activated" = "Sicherer Modus Aktiviert";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Shift was pressed during launch. MonitorControl started in safe mode. Default preferences are reloaded, DDC read is blocked." = "Beim Start wurde die Umschalttaste gedrückt. MonitorControl wurde im abgesicherten Modus gestartet. Standardeinstellungen werden neu geladen, DDC-Lesen ist blockiert."; "Shift was pressed during launch. MonitorControl started in safe mode. Default settings are reloaded, DDC read is blocked." = "Beim Start wurde die Umschalttaste gedrückt. MonitorControl wurde im abgesicherten Modus gestartet. Standardeinstellungen werden neu geladen, DDC-Lesen ist blockiert.";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Shortcuts not available" = "Kurzbefehle sind nicht verfügbar"; "Shortcuts not available" = "Kurzbefehle sind nicht verfügbar";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Software (gamma)" = "Software (gamma)"; "Software (gamma)" = "Software (gamma)";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Software (gamma, forced)" = "Software (Gamma, Erzwungen)"; "Software (gamma, forced)" = "Software (Gamma, Erzwungen)";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Software (shade)" = "Software (Schattierung)"; "Software (shade)" = "Software (Schattierung)";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Software (shade, forced)" = "Software (Schattierung, erzwungen)"; "Software (shade, forced)" = "Software (Schattierung, erzwungen)";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"This display allows for software brightness control via gamma table manipulation or shade as it does not support hardware control. Reasons for this might be using the HDMI port of a Mac mini (which blocks hardware DDC control) or having a blacklisted display." = "Dieser Monitor ermöglicht eine Software-Helligkeitssteuerung über Gammatabellenmanipulation oder Schattierung, da er keine Hardware-Steuerung unterstützt. Gründe dafür können die Verwendung des HDMI-Anschlusses eines Mac mini (der die Hardware-DDC-Steuerung blockiert) oder ein Monitor auf der schwarzen Liste sein."; "This display allows for software brightness control via gamma table manipulation or shade as it does not support hardware control. Reasons for this might be using the HDMI port of a Mac mini (which blocks hardware DDC control) or having a blacklisted display." = "Dieser Monitor ermöglicht eine Software-Helligkeitssteuerung über Gammatabellenmanipulation oder Schattierung, da er keine Hardware-Steuerung unterstützt. Gründe dafür können die Verwendung des HDMI-Anschlusses eines Mac mini (der die Hardware-DDC-Steuerung blockiert) oder ein Monitor auf der schwarzen Liste sein.";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"This display has an unspecified control status." = "Dieser Monitor hat einen nicht definierten Kontrollzustand."; "This display has an unspecified control status." = "Dieser Monitor hat einen nicht definierten Kontrollzustand.";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"This display is reported to support hardware DDC control but the current settings allow for software control only." = "Anscheinend unterstützt dieser Monitor die Hardware-DDC-Steuerung, aber die aktuellen Einstellungen erlauben nur die Software-Steuerung."; "This display is reported to support hardware DDC control but the current settings allow for software control only." = "Anscheinend unterstützt dieser Monitor die Hardware-DDC-Steuerung, aber die aktuellen Einstellungen erlauben nur die Software-Steuerung.";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"This display is reported to support hardware DDC control. If you encounter issues, you can disable hardware DDC control to force software control." = "Dieser Monitor unterstützt anscheinend die Hardware-DDC-Steuerung. Wenn Probleme auftreten, kannst du die Hardware-DDC-Steuerung deaktivieren, um die Software-Steuerung zu erzwingen."; "This display is reported to support hardware DDC control. If you encounter issues, you can disable hardware DDC control to force software control." = "Dieser Monitor unterstützt anscheinend die Hardware-DDC-Steuerung. Wenn Probleme auftreten, kannst du die Hardware-DDC-Steuerung deaktivieren, um die Software-Steuerung zu erzwingen.";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"This display supports native Apple brightness protocol. This allows macOS to control this display without MonitorControl as well." = "Dieser Monitor unterstützt das native Apple Helligkeitsprotokoll. Dies ermöglicht es macOS, diesen Monitor auch ohne MonitorControl zu steuern."; "This display supports native Apple brightness protocol. This allows macOS to control this display without MonitorControl as well." = "Dieser Monitor unterstützt das native Apple Helligkeitsprotokoll. Dies ermöglicht es macOS, diesen Monitor auch ohne MonitorControl zu steuern.";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"This is a virtual display (examples: AirPlay, Sidecar, display connected via a DisplayLink Dock or similar) which does not allow hardware or software gammatable control. Shading is used as a substitute but only in non-mirror scenarios. Mouse cursor will be unaffected and artifacts may appear when entering/leaving full screen mode." = "Dies ist ein virtueller Monitor (Beispiele: AirPlay, Sidecar, über ein DisplayLink-Dock o.ä. angeschlossener Monitor), der keine hardware- oder softwareseitig gammierbare Steuerung erlaubt. Schattierung wird als Ersatz verwendet, aber nur in Nicht-Spiegelungs-Szenarien. Der Mauszeiger wird nicht beeinflusst und es können Artefakte auftreten, wenn der Vollbildmodus aktiviert oder verlassen wird."; "This is a virtual display (examples: AirPlay, Sidecar, display connected via a DisplayLink Dock or similar) which does not allow hardware or software gammatable control. Shading is used as a substitute but only in non-mirror scenarios. Mouse cursor will be unaffected and artifacts may appear when entering/leaving full screen mode." = "Dies ist ein virtueller Monitor (Beispiele: AirPlay, Sidecar, über ein DisplayLink-Dock o.ä. angeschlossener Monitor), der keine hardware- oder softwareseitig gammierbare Steuerung erlaubt. Schattierung wird als Ersatz verwendet, aber nur in Nicht-Spiegelungs-Szenarien. Der Mauszeiger wird nicht beeinflusst und es können Artefakte auftreten, wenn der Vollbildmodus aktiviert oder verlassen wird.";
/* unknown display name /* unknown display name
@ -141,7 +141,7 @@
/* Version */ /* Version */
"Version" = "Version"; "Version" = "Version";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Virtual Display" = "Virtueller Monitor"; "Virtual Display" = "Virtueller Monitor";
/* Shown in menu */ /* Shown in menu */
@ -151,4 +151,4 @@
"Yes" = "Ja"; "Yes" = "Ja";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"You need to enable MonitorControl in System Preferences > Security and Privacy > Accessibility for the keyboard shortcuts to work" = "Du musst MonitorControl in Systemeinstellungen > Sicherheit > Datenschutz > Bedienungshilfen aktivieren, damit die Kurzbefehle funktionieren."; "You need to enable MonitorControl in System Settings > Security and Privacy > Accessibility for the keyboard shortcuts to work" = "Du musst MonitorControl in Systemeinstellungen > Sicherheit > Datenschutz > Bedienungshilfen aktivieren, damit die Kurzbefehle funktionieren.";

View file

@ -31,7 +31,7 @@
/* Class = "NSTextFieldCell"; title = "Welcome to MonitorControl"; ObjectID = "5J0-BD-top"; */ /* Class = "NSTextFieldCell"; title = "Welcome to MonitorControl"; ObjectID = "5J0-BD-top"; */
"5J0-BD-top.title" = "Willkommen bei MonitorControl"; "5J0-BD-top.title" = "Willkommen bei MonitorControl";
/* Class = "NSButtonCell"; title = "Reset Preferences"; ObjectID = "5yT-5F-X5R"; */ /* Class = "NSButtonCell"; title = "Reset Settings"; ObjectID = "5yT-5F-X5R"; */
"5yT-5F-X5R.title" = "Einstellungen zurücksetzen"; "5yT-5F-X5R.title" = "Einstellungen zurücksetzen";
/* Class = "NSMenuItem"; title = "Always hide"; ObjectID = "6mo-7S-oOO"; */ /* Class = "NSMenuItem"; title = "Always hide"; ObjectID = "6mo-7S-oOO"; */
@ -175,7 +175,7 @@
/* Class = "NSTextFieldCell"; title = "Override audio device name:"; ObjectID = "H9X-it-sXs"; */ /* Class = "NSTextFieldCell"; title = "Override audio device name:"; ObjectID = "H9X-it-sXs"; */
"H9X-it-sXs.title" = "Name des Audiogeräts überschreiben:"; "H9X-it-sXs.title" = "Name des Audiogeräts überschreiben:";
/* Class = "NSTextFieldCell"; title = "Relaunch the app to access Preferences if the menu option is not accessible. Use the button below to quit the app."; ObjectID = "hF7-fM-aKr"; */ /* Class = "NSTextFieldCell"; title = "Relaunch the app to access Settings if the menu option is not accessible. Use the button below to quit the app."; ObjectID = "hF7-fM-aKr"; */
"hF7-fM-aKr.title" = "Starte die App neu, um auf die Einstellungen zuzugreifen, wenn die Menüoption nicht auswählbar ist. Benutze die Schaltfläche unten, um die App zu beenden."; "hF7-fM-aKr.title" = "Starte die App neu, um auf die Einstellungen zuzugreifen, wenn die Menüoption nicht auswählbar ist. Benutze die Schaltfläche unten, um die App zu beenden.";
/* Class = "NSButtonCell"; title = "Get current"; ObjectID = "hkC-vq-IcD"; */ /* Class = "NSButtonCell"; title = "Get current"; ObjectID = "hkC-vq-IcD"; */
@ -217,7 +217,7 @@
/* Class = "NSButtonCell"; title = "Enable for Apple branded and built-in displays as well"; ObjectID = "K6A-4z-1aQ"; */ /* Class = "NSButtonCell"; title = "Enable for Apple branded and built-in displays as well"; ObjectID = "K6A-4z-1aQ"; */
"K6A-4z-1aQ.title" = "Auch für Apple und eingebaute Monitore aktivieren"; "K6A-4z-1aQ.title" = "Auch für Apple und eingebaute Monitore aktivieren";
/* Class = "NSTextFieldCell"; title = "MonitorControl needs access to \"accessibility\" to use macOS native keys to control your display.\nYou can enable it by adding MonitorControl in System Preferences > Security and Privacy > Accessibility."; ObjectID = "kBJ-Zf-1k2"; */ /* Class = "NSTextFieldCell"; title = "MonitorControl needs access to \"accessibility\" to use macOS native keys to control your display.\nYou can enable it by adding MonitorControl in System Settings > Security and Privacy > Accessibility."; ObjectID = "kBJ-Zf-1k2"; */
"kBJ-Zf-1k2.title" = "MonitorControl benötigt Zugriff auf \"Bedienungshilfen\", um die Tasten deines Macs zur Steuerung deines Bildschirms zu verwenden.\nDu kannst die Steuerung akivieren, indem du MonitorControl in Systemeinstellungen > Datenschutz und Sicherheit > Bedienungshilfen hinzufügst."; "kBJ-Zf-1k2.title" = "MonitorControl benötigt Zugriff auf \"Bedienungshilfen\", um die Tasten deines Macs zur Steuerung deines Bildschirms zu verwenden.\nDu kannst die Steuerung akivieren, indem du MonitorControl in Systemeinstellungen > Datenschutz und Sicherheit > Bedienungshilfen hinzufügst.";
/* Class = "NSTextFieldCell"; title = "Screen to control:"; ObjectID = "Kfj-WK-aSL"; */ /* Class = "NSTextFieldCell"; title = "Screen to control:"; ObjectID = "Kfj-WK-aSL"; */
@ -292,7 +292,7 @@
/* Class = "NSTextFieldCell"; title = "DDC max"; ObjectID = "psF-vX-AFB"; */ /* Class = "NSTextFieldCell"; title = "DDC max"; ObjectID = "psF-vX-AFB"; */
"psF-vX-AFB.title" = "DDC max"; "psF-vX-AFB.title" = "DDC max";
/* Class = "NSButtonCell"; title = "Open System Preferences…"; ObjectID = "pVc-wG-Bdh"; */ /* Class = "NSButtonCell"; title = "Open System Settings…"; ObjectID = "pVc-wG-Bdh"; */
"pVc-wG-Bdh.title" = "Systemeinstellungen öffnen…"; "pVc-wG-Bdh.title" = "Systemeinstellungen öffnen…";
/* Class = "NSTextFieldCell"; title = "Use software dimming after the display reached zero hardware brightness for extended range. Works for DDC controlled displays only."; ObjectID = "PyY-p9-3NP"; */ /* Class = "NSTextFieldCell"; title = "Use software dimming after the display reached zero hardware brightness for extended range. Works for DDC controlled displays only."; ObjectID = "PyY-p9-3NP"; */
@ -364,7 +364,7 @@
/* Class = "NSTextFieldCell"; title = "Useful when a display tends to reset its settings during sleep."; ObjectID = "w8B-x6-sq5"; */ /* Class = "NSTextFieldCell"; title = "Useful when a display tends to reset its settings during sleep."; ObjectID = "w8B-x6-sq5"; */
"w8B-x6-sq5.title" = "Nützlich, wenn ein Monitor dazu neigt, seine Einstellungen während des Ruhezustands zurückzusetzen."; "w8B-x6-sq5.title" = "Nützlich, wenn ein Monitor dazu neigt, seine Einstellungen während des Ruhezustands zurückzusetzen.";
/* Class = "NSTextFieldCell"; title = "Changes that are caused by the Ambient light sensor or made using Touch Bar, Control Center, System Preferences will be replicated to all displays."; ObjectID = "wjv-tq-iUx"; */ /* Class = "NSTextFieldCell"; title = "Changes that are caused by the Ambient light sensor or made using Touch Bar, Control Center, System Settings will be replicated to all displays."; ObjectID = "wjv-tq-iUx"; */
"wjv-tq-iUx.title" = "Änderungen, die durch den Umgebungslichtsensor verursacht oder über die Touch Bar, das Control Center oder die Systemeinstellungen vorgenommen werden, werden auf alle Monitore übertragen."; "wjv-tq-iUx.title" = "Änderungen, die durch den Umgebungslichtsensor verursacht oder über die Touch Bar, das Control Center oder die Systemeinstellungen vorgenommen werden, werden auf alle Monitore übertragen.";
/* Class = "NSMenuItem"; title = "Change volume for all screens"; ObjectID = "Xih-P5-NyM"; */ /* Class = "NSMenuItem"; title = "Change volume for all screens"; ObjectID = "Xih-P5-NyM"; */

View file

@ -11,7 +11,7 @@
"Are you sure you want to enable a longer delay? Doing so may freeze your system and require a restart. Start at login will be disabled as a safety measure." = "Are you sure you want to enable a longer delay? Doing so may freeze your system and require a restart. Start at login will be disabled as a safety measure."; "Are you sure you want to enable a longer delay? Doing so may freeze your system and require a restart. Start at login will be disabled as a safety measure." = "Are you sure you want to enable a longer delay? Doing so may freeze your system and require a restart. Start at login will be disabled as a safety measure.";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Are you sure you want to reset all preferences?" = "Are you sure you want to reset all preferences?"; "Are you sure you want to reset all settings?" = "Are you sure you want to reset all settings?";
/* Shown in menu */ /* Shown in menu */
"Brightness" = "Brightness"; "Brightness" = "Brightness";
@ -19,7 +19,7 @@
/* Build */ /* Build */
"Build" = "Build"; "Build" = "Build";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Built-in Display" = "Built-in Display"; "Built-in Display" = "Built-in Display";
/* Shown in menu */ /* Shown in menu */
@ -43,16 +43,16 @@
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Enable Longer Delay?" = "Enable Longer Delay?"; "Enable Longer Delay?" = "Enable Longer Delay?";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"External Display" = "External Display"; "External Display" = "External Display";
/* Shown in the main prefs window */ /* Shown in the main prefs window */
"General" = "General"; "General" = "General";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Hardware (Apple)" = "Hardware (Apple)"; "Hardware (Apple)" = "Hardware (Apple)";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Hardware (DDC)" = "Hardware (DDC)"; "Hardware (DDC)" = "Hardware (DDC)";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
@ -76,61 +76,61 @@
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"No" = "No"; "No" = "No";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"No Control" = "No Control"; "No Control" = "No Control";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Other Display" = "Other Display"; "Other Display" = "Other Display";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Preferences for an incompatible previous app version detected. Default preferences are reloaded." = "Preferences for an incompatible previous app version detected. Default preferences are reloaded."; "Settings for an incompatible previous app version detected. Default settings are reloaded." = "Settings for an incompatible previous app version detected. Default settings are reloaded.";
/* Shown in menu */ /* Shown in menu */
"Preferences…" = "Preferences…"; "Settings…" = "Settings…";
/* Shown in menu */ /* Shown in menu */
"Quit" = "Quit"; "Quit" = "Quit";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Reset Preferences?" = "Reset Preferences?"; "Reset Settings?" = "Reset Settings?";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Safe Mode Activated" = "Safe Mode Activated"; "Safe Mode Activated" = "Safe Mode Activated";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Shift was pressed during launch. MonitorControl started in safe mode. Default preferences are reloaded, DDC read is blocked." = "Shift was pressed during launch. MonitorControl started in safe mode. Default preferences are reloaded, DDC read is blocked."; "Shift was pressed during launch. MonitorControl started in safe mode. Default settings are reloaded, DDC read is blocked." = "Shift was pressed during launch. MonitorControl started in safe mode. Default settings are reloaded, DDC read is blocked.";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Shortcuts not available" = "Shortcuts not available"; "Shortcuts not available" = "Shortcuts not available";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Software (gamma)" = "Software (gamma)"; "Software (gamma)" = "Software (gamma)";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Software (gamma, forced)" = "Software (gamma, forced)"; "Software (gamma, forced)" = "Software (gamma, forced)";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Software (shade)" = "Software (shade)"; "Software (shade)" = "Software (shade)";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Software (shade, forced)" = "Software (shade, forced)"; "Software (shade, forced)" = "Software (shade, forced)";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"This display allows for software brightness control via gamma table manipulation or shade as it does not support hardware control. Reasons for this might be using the HDMI port of a Mac mini (which blocks hardware DDC control) or having a blacklisted display." = "This display allows for software brightness control via gamma table manipulation or shade as it does not support hardware control. Reasons for this might be using the HDMI port of a Mac mini (which blocks hardware DDC control) or having a blacklisted display."; "This display allows for software brightness control via gamma table manipulation or shade as it does not support hardware control. Reasons for this might be using the HDMI port of a Mac mini (which blocks hardware DDC control) or having a blacklisted display." = "This display allows for software brightness control via gamma table manipulation or shade as it does not support hardware control. Reasons for this might be using the HDMI port of a Mac mini (which blocks hardware DDC control) or having a blacklisted display.";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"This display has an unspecified control status." = "This display has an unspecified control status."; "This display has an unspecified control status." = "This display has an unspecified control status.";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"This display is reported to support hardware DDC control but the current settings allow for software control only." = "This display is reported to support hardware DDC control but the current settings allow for software control only."; "This display is reported to support hardware DDC control but the current settings allow for software control only." = "This display is reported to support hardware DDC control but the current settings allow for software control only.";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"This display is reported to support hardware DDC control. If you encounter issues, you can disable hardware DDC control to force software control." = "This display is reported to support hardware DDC control. If you encounter issues, you can disable hardware DDC control to force software control."; "This display is reported to support hardware DDC control. If you encounter issues, you can disable hardware DDC control to force software control." = "This display is reported to support hardware DDC control. If you encounter issues, you can disable hardware DDC control to force software control.";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"This display supports native Apple brightness protocol. This allows macOS to control this display without MonitorControl as well." = "This display supports native Apple brightness protocol. This allows macOS to control this display without MonitorControl as well."; "This display supports native Apple brightness protocol. This allows macOS to control this display without MonitorControl as well." = "This display supports native Apple brightness protocol. This allows macOS to control this display without MonitorControl as well.";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"This is a virtual display (examples: AirPlay, Sidecar, display connected via a DisplayLink Dock or similar) which does not allow hardware or software gammatable control. Shading is used as a substitute but only in non-mirror scenarios. Mouse cursor will be unaffected and artifacts may appear when entering/leaving full screen mode." = "This is a virtual display (examples: AirPlay, Sidecar, display connected via a DisplayLink Dock or similar) which does not allow hardware or software gammatable control. Shading is used as a substitute but only in non-mirror scenarios. Mouse cursor will be unaffected and artifacts may appear when entering/leaving full screen mode."; "This is a virtual display (examples: AirPlay, Sidecar, display connected via a DisplayLink Dock or similar) which does not allow hardware or software gammatable control. Shading is used as a substitute but only in non-mirror scenarios. Mouse cursor will be unaffected and artifacts may appear when entering/leaving full screen mode." = "This is a virtual display (examples: AirPlay, Sidecar, display connected via a DisplayLink Dock or similar) which does not allow hardware or software gammatable control. Shading is used as a substitute but only in non-mirror scenarios. Mouse cursor will be unaffected and artifacts may appear when entering/leaving full screen mode.";
/* Unknown display name */ /* Unknown display name */
@ -139,7 +139,7 @@
/* Version */ /* Version */
"Version" = "Version"; "Version" = "Version";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Virtual Display" = "Virtual Display"; "Virtual Display" = "Virtual Display";
/* Shown in menu */ /* Shown in menu */
@ -149,4 +149,4 @@
"Yes" = "Yes"; "Yes" = "Yes";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"You need to enable MonitorControl in System Preferences > Security and Privacy > Accessibility for the keyboard shortcuts to work" = "You need to enable MonitorControl in System Preferences > Security and Privacy > Accessibility for the keyboard shortcuts to work"; "You need to enable MonitorControl in System Settings > Security and Privacy > Accessibility for the keyboard shortcuts to work" = "You need to enable MonitorControl in System Settings > Security and Privacy > Accessibility for the keyboard shortcuts to work";

View file

@ -31,8 +31,8 @@
/* Class = "NSTextFieldCell"; title = "Welcome to MonitorControl"; ObjectID = "5J0-BD-top"; */ /* Class = "NSTextFieldCell"; title = "Welcome to MonitorControl"; ObjectID = "5J0-BD-top"; */
"5J0-BD-top.title" = "Welcome to MonitorControl"; "5J0-BD-top.title" = "Welcome to MonitorControl";
/* Class = "NSButtonCell"; title = "Reset Preferences"; ObjectID = "5yT-5F-X5R"; */ /* Class = "NSButtonCell"; title = "Reset Settings"; ObjectID = "5yT-5F-X5R"; */
"5yT-5F-X5R.title" = "Reset Preferences"; "5yT-5F-X5R.title" = "Reset Settings";
/* Class = "NSMenuItem"; title = "Always hide"; ObjectID = "6mo-7S-oOO"; */ /* Class = "NSMenuItem"; title = "Always hide"; ObjectID = "6mo-7S-oOO"; */
"6mo-7S-oOO.title" = "Always hide"; "6mo-7S-oOO.title" = "Always hide";
@ -175,8 +175,8 @@
/* Class = "NSTextFieldCell"; title = "Override audio device name:"; ObjectID = "H9X-it-sXs"; */ /* Class = "NSTextFieldCell"; title = "Override audio device name:"; ObjectID = "H9X-it-sXs"; */
"H9X-it-sXs.title" = "Override audio device name:"; "H9X-it-sXs.title" = "Override audio device name:";
/* Class = "NSTextFieldCell"; title = "Relaunch the app to access Preferences if the menu option is not accessible. Use the button below to quit the app."; ObjectID = "hF7-fM-aKr"; */ /* Class = "NSTextFieldCell"; title = "Relaunch the app to access Settings if the menu option is not accessible. Use the button below to quit the app."; ObjectID = "hF7-fM-aKr"; */
"hF7-fM-aKr.title" = "Relaunch the app to access Preferences if the menu option is not accessible. Use the button below to quit the app."; "hF7-fM-aKr.title" = "Relaunch the app to access Settings if the menu option is not accessible. Use the button below to quit the app.";
/* Class = "NSButtonCell"; title = "Get current"; ObjectID = "hkC-vq-IcD"; */ /* Class = "NSButtonCell"; title = "Get current"; ObjectID = "hkC-vq-IcD"; */
"hkC-vq-IcD.title" = "Get current"; "hkC-vq-IcD.title" = "Get current";
@ -217,8 +217,8 @@
/* Class = "NSButtonCell"; title = "Enable for Apple branded and built-in displays as well"; ObjectID = "K6A-4z-1aQ"; */ /* Class = "NSButtonCell"; title = "Enable for Apple branded and built-in displays as well"; ObjectID = "K6A-4z-1aQ"; */
"K6A-4z-1aQ.title" = "Enable for Apple branded and built-in displays as well"; "K6A-4z-1aQ.title" = "Enable for Apple branded and built-in displays as well";
/* Class = "NSTextFieldCell"; title = "MonitorControl needs access to \"accessibility\" to use macOS native keys to control your display.\nYou can enable it by adding MonitorControl in System Preferences > Security and Privacy > Accessibility."; ObjectID = "kBJ-Zf-1k2"; */ /* Class = "NSTextFieldCell"; title = "MonitorControl needs access to \"accessibility\" to use macOS native keys to control your display.\nYou can enable it by adding MonitorControl in System Settings > Security and Privacy > Accessibility."; ObjectID = "kBJ-Zf-1k2"; */
"kBJ-Zf-1k2.title" = "MonitorControl needs access to \"accessibility\" to use macOS native keys to control your display.\nYou can enable it by adding MonitorControl in System Preferences > Security and Privacy > Accessibility."; "kBJ-Zf-1k2.title" = "MonitorControl needs access to \"accessibility\" to use macOS native keys to control your display.\nYou can enable it by adding MonitorControl in System Settings > Security and Privacy > Accessibility.";
/* Class = "NSTextFieldCell"; title = "Screen to control:"; ObjectID = "Kfj-WK-aSL"; */ /* Class = "NSTextFieldCell"; title = "Screen to control:"; ObjectID = "Kfj-WK-aSL"; */
"Kfj-WK-aSL.title" = "Screen to control:"; "Kfj-WK-aSL.title" = "Screen to control:";
@ -292,8 +292,8 @@
/* Class = "NSTextFieldCell"; title = "DDC max"; ObjectID = "psF-vX-AFB"; */ /* Class = "NSTextFieldCell"; title = "DDC max"; ObjectID = "psF-vX-AFB"; */
"psF-vX-AFB.title" = "DDC max"; "psF-vX-AFB.title" = "DDC max";
/* Class = "NSButtonCell"; title = "Open System Preferences…"; ObjectID = "pVc-wG-Bdh"; */ /* Class = "NSButtonCell"; title = "Open System Settings…"; ObjectID = "pVc-wG-Bdh"; */
"pVc-wG-Bdh.title" = "Open System Preferences…"; "pVc-wG-Bdh.title" = "Open System Settings…";
/* Class = "NSTextFieldCell"; title = "Use software dimming after the display reached zero hardware brightness for extended range. Works for DDC controlled displays only."; ObjectID = "PyY-p9-3NP"; */ /* Class = "NSTextFieldCell"; title = "Use software dimming after the display reached zero hardware brightness for extended range. Works for DDC controlled displays only."; ObjectID = "PyY-p9-3NP"; */
"PyY-p9-3NP.title" = "Use software dimming after the display reached zero hardware brightness for extended range. Works for DDC controlled displays only."; "PyY-p9-3NP.title" = "Use software dimming after the display reached zero hardware brightness for extended range. Works for DDC controlled displays only.";
@ -364,8 +364,8 @@
/* Class = "NSTextFieldCell"; title = "Useful when a display tends to reset its settings during sleep."; ObjectID = "w8B-x6-sq5"; */ /* Class = "NSTextFieldCell"; title = "Useful when a display tends to reset its settings during sleep."; ObjectID = "w8B-x6-sq5"; */
"w8B-x6-sq5.title" = "Useful when a display tends to reset its settings during sleep."; "w8B-x6-sq5.title" = "Useful when a display tends to reset its settings during sleep.";
/* Class = "NSTextFieldCell"; title = "Changes that are caused by the Ambient light sensor or made using Touch Bar, Control Center, System Preferences will be replicated to all displays."; ObjectID = "wjv-tq-iUx"; */ /* Class = "NSTextFieldCell"; title = "Changes that are caused by the Ambient light sensor or made using Touch Bar, Control Center, System Settings will be replicated to all displays."; ObjectID = "wjv-tq-iUx"; */
"wjv-tq-iUx.title" = "Changes that are caused by the Ambient light sensor or made using Touch Bar, Control Center, System Preferences will be replicated to all displays."; "wjv-tq-iUx.title" = "Changes that are caused by the Ambient light sensor or made using Touch Bar, Control Center, System Settings will be replicated to all displays.";
/* Class = "NSMenuItem"; title = "Change volume for all screens"; ObjectID = "Xih-P5-NyM"; */ /* Class = "NSMenuItem"; title = "Change volume for all screens"; ObjectID = "Xih-P5-NyM"; */
"Xih-P5-NyM.title" = "Change volume for all screens"; "Xih-P5-NyM.title" = "Change volume for all screens";

View file

@ -11,7 +11,7 @@
"Are you sure you want to enable a longer delay? Doing so may freeze your system and require a restart. Start at login will be disabled as a safety measure." = "¿Estás seguro de querer habilitar un retraso más largo? Haciendo esto puedes congelar tu sistema y requiere reiniciar el sistema. La aplicación no se iniciará desde que arrancas el sistema operativo como medida de seguridad."; "Are you sure you want to enable a longer delay? Doing so may freeze your system and require a restart. Start at login will be disabled as a safety measure." = "¿Estás seguro de querer habilitar un retraso más largo? Haciendo esto puedes congelar tu sistema y requiere reiniciar el sistema. La aplicación no se iniciará desde que arrancas el sistema operativo como medida de seguridad.";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Are you sure you want to reset all preferences?" = "¿Estás seguro de querer restablecer todas las preferencias?"; "Are you sure you want to reset all settings?" = "¿Estás seguro de querer restablecer todas las preferencias?";
/* Shown in menu */ /* Shown in menu */
"Brightness" = "Brillo"; "Brightness" = "Brillo";
@ -19,11 +19,11 @@
/* Build */ /* Build */
"Build" = "Compilación"; "Build" = "Compilación";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Built-in Display" = "Pantalla Incorporada"; "Built-in Display" = "Pantalla Incorporada";
/* Shown in menu */ /* Shown in menu */
"Check for updates…" = "Comprobar actualizaciones…"; "Check for updates…" = "Actualizaciones…";
/* Shown in menu */ /* Shown in menu */
"Contrast" = "Contraste"; "Contrast" = "Contraste";
@ -43,16 +43,16 @@
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Enable Longer Delay?" = "¿Habilitar retraso más largo?"; "Enable Longer Delay?" = "¿Habilitar retraso más largo?";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"External Display" = "Pantalla Externa"; "External Display" = "Pantalla Externa";
/* Shown in the main prefs window */ /* Shown in the main prefs window */
"General" = "General"; "General" = "General";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Hardware (Apple)" = "Hardware (Apple)"; "Hardware (Apple)" = "Hardware (Apple)";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Hardware (DDC)" = "Hardware (DDC)"; "Hardware (DDC)" = "Hardware (DDC)";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
@ -76,62 +76,62 @@
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"No" = "No"; "No" = "No";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"No Control" = "Sin Control"; "No Control" = "Sin Control";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Other Display" = "Otra Pantalla"; "Other Display" = "Otra Pantalla";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Preferences for an incompatible previous app version detected. Default preferences are reloaded." = "Detectadas preferencias de una versión previa incompatibles. Se cargarán las preferencias por defecto."; "Settings for an incompatible previous app version detected. Default settings are reloaded." = "Detectadas preferencias de una versión previa incompatibles. Se cargarán las preferencias por defecto.";
/* Shown in menu */ /* Shown in menu */
"Preferences…" = "Preferencias…"; "Settings…" = "Preferencias…";
/* Shown in menu */ /* Shown in menu */
"Quit" = "Cerrar"; "Quit" = "Cerrar";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Reset Preferences?" = "¿Restablecer Preferencias?"; "Reset Settings?" = "¿Restablecer Preferencias?";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Safe Mode Activated" = "Modo Seguro Activado"; "Safe Mode Activated" = "Modo Seguro Activado";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Shift was pressed during launch. MonitorControl started in safe mode. Default preferences are reloaded, DDC read is blocked." = "La techa Shift fue presionada durante el lanzamiento. MonitorControl se inició en modo seguro. Se han cargado las preferencias por defecto, la lectura DDC está bloqueada."; "Shift was pressed during launch. MonitorControl started in safe mode. Default settings are reloaded, DDC read is blocked." = "La techa Shift fue presionada durante el lanzamiento. MonitorControl se inició en modo seguro. Se han cargado las preferencias por defecto, la lectura DDC está bloqueada.";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Shortcuts not available" = "Atajos no disponibles"; "Shortcuts not available" = "Atajos no disponibles";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Software (gamma)" = "Software (gamma)"; "Software (gamma)" = "Software (gamma)";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Software (gamma, forced)" = "Software (gamma, forzado)"; "Software (gamma, forced)" = "Software (gamma, forzado)";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Software (shade)" = "Software (sombreado)"; "Software (shade)" = "Software (sombreado)";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Software (shade, forced)" = "Software (sombreado, forzado)"; "Software (shade, forced)" = "Software (sombreado, forzado)";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"This display allows for software brightness control via gamma table manipulation or shade as it does not support hardware control. Reasons for this might be using the HDMI port of a Mac mini (which blocks hardware DDC control) or having a blacklisted display." = "Esta pantalla permite el control del brillo por software a través de la manipulación de la tabla gamma o del sombreado ya que no soporta el control por hardware. Las razones para ello pueden ser usar un puerto HDMI de un Mac mini (el cual bloquea el control DDC por hardware) o tener una pantalla incluida en la lista negra."; "This display allows for software brightness control via gamma table manipulation or shade as it does not support hardware control. Reasons for this might be using the HDMI port of a Mac mini (which blocks hardware DDC control) or having a blacklisted display." = "Esta pantalla permite el control del brillo por software a través de la manipulación de la tabla gamma o del sombreado ya que no soporta el control por hardware. Las razones para ello pueden ser usar un puerto HDMI de un Mac mini (el cual bloquea el control DDC por hardware) o tener una pantalla incluida en la lista negra.";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"This display has an unspecified control status." = "Esta pantalla tiene un estado para su control desconocido."; "This display has an unspecified control status." = "Esta pantalla tiene un estado para su control desconocido.";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"This display is reported to support hardware DDC control but the current settings allow for software control only." = "Esta pantalla soporta el control DDC por hardware, pero la configuración actual solo permite el control por software."; "This display is reported to support hardware DDC control but the current settings allow for software control only." = "Esta pantalla soporta el control DDC por hardware, pero la configuración actual solo permite el control por software.";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"This display is reported to support hardware DDC control. If you encounter issues, you can disable hardware DDC control to force software control." = "Esta pantalla soporta el control DDC por hardware. Si encuentras algún problema, puedes deshabilitar el control DDC por hardware para forzar el control por software."; "This display is reported to support hardware DDC control. If you encounter issues, you can disable hardware DDC control to force software control." = "Esta pantalla soporta el control DDC por hardware. Si encuentras algún problema, puedes deshabilitar el control DDC por hardware para forzar el control por software.";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"This display supports native Apple brightness protocol. This allows macOS to control this display without MonitorControl as well." = "Esta pantalla soporta el protocolo de brillo nativo de Apple. Esto le permite también a macOS controlar la pantalla sin MonitorControl."; "This display supports native Apple brightness protocol. This allows macOS to control this display without MonitorControl as well." = "Esta pantalla soporta el protocolo de brillo nativo de Apple. Esto le permite también a macOS controlar la pantalla sin MonitorControl.";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"This is a virtual display (examples: AirPlay, Sidecar, display connected via a DisplayLink Dock or similar) which does not allow hardware or software gammatable control. Shading is used as a substitute but only in non-mirror scenarios. Mouse cursor will be unaffected and artifacts may appear when entering/leaving full screen mode." = "Esto es una pantalla virtual (ejemplos: AirPlay, Sidecar, pantalla conectada a través del dock DisplayLink o similar) el cual no permite el control a través de gamma ni por hardware ni por software. El sombreado es usado como sustituto, pero solo en escenarios sin espejo. El cursor del ratón no verá afectado pero pueden aparecer objetos extraños cuando se entra/sale del modo pantalla completa."; "This is a virtual display (examples: AirPlay, Sidecar, display connected via a DisplayLink Dock or similar) which does not allow hardware or software gammatable control. Shading is used as a substitute but only in non-mirror scenarios. Mouse cursor will be unaffected and artifacts may appear when entering/leaving full screen mode." = "Esto es una pantalla virtual (ejemplos: AirPlay, Sidecar, pantalla conectada a través del dock DisplayLink o similar) el cual no permite el control a través de gamma ni por hardware ni por software. El sombreado es usado como sustituto, pero solo en escenarios sin espejo. El cursor del ratón no verá afectado pero pueden aparecer objetos extraños cuando se entra/sale del modo pantalla completa.";
/* Unknown display name */ /* Unknown display name */
@ -140,7 +140,7 @@
/* Version */ /* Version */
"Version" = "Versión"; "Version" = "Versión";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Virtual Display" = "Pantalla Virtual"; "Virtual Display" = "Pantalla Virtual";
/* Shown in menu */ /* Shown in menu */
@ -150,4 +150,4 @@
"Yes" = "Sí"; "Yes" = "Sí";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"You need to enable MonitorControl in System Preferences > Security and Privacy > Accessibility for the keyboard shortcuts to work" = "Necesitas habilitar MonitorControl en Preferencias del Sistema > Seguridad y privacidad > Accesibilidad para permitir los atajos de teclado"; "You need to enable MonitorControl in System Settings > Security and Privacy > Accessibility for the keyboard shortcuts to work" = "Necesitas habilitar MonitorControl en Preferencias del Sistema > Seguridad y privacidad > Accesibilidad para permitir los atajos de teclado";

View file

@ -31,7 +31,7 @@
/* Class = "NSTextFieldCell"; title = "Welcome to MonitorControl"; ObjectID = "5J0-BD-top"; */ /* Class = "NSTextFieldCell"; title = "Welcome to MonitorControl"; ObjectID = "5J0-BD-top"; */
"5J0-BD-top.title" = "Bienvenido a MonitorControl"; "5J0-BD-top.title" = "Bienvenido a MonitorControl";
/* Class = "NSButtonCell"; title = "Reset Preferences"; ObjectID = "5yT-5F-X5R"; */ /* Class = "NSButtonCell"; title = "Reset Settings"; ObjectID = "5yT-5F-X5R"; */
"5yT-5F-X5R.title" = "Restablecer Preferencias"; "5yT-5F-X5R.title" = "Restablecer Preferencias";
/* Class = "NSMenuItem"; title = "Always hide"; ObjectID = "6mo-7S-oOO"; */ /* Class = "NSMenuItem"; title = "Always hide"; ObjectID = "6mo-7S-oOO"; */
@ -175,7 +175,7 @@
/* Class = "NSTextFieldCell"; title = "Override audio device name:"; ObjectID = "H9X-it-sXs"; */ /* Class = "NSTextFieldCell"; title = "Override audio device name:"; ObjectID = "H9X-it-sXs"; */
"H9X-it-sXs.title" = "Sobrescribir nombre del dispositivo de audio:"; "H9X-it-sXs.title" = "Sobrescribir nombre del dispositivo de audio:";
/* Class = "NSTextFieldCell"; title = "Relaunch the app to access Preferences if the menu option is not accessible. Use the button below to quit the app."; ObjectID = "hF7-fM-aKr"; */ /* Class = "NSTextFieldCell"; title = "Relaunch the app to access Settings if the menu option is not accessible. Use the button below to quit the app."; ObjectID = "hF7-fM-aKr"; */
"hF7-fM-aKr.title" = "Reinicia la app para acceder a Preferencias si el menú opción no es accesible. Usa el botón de arriba para cerrar la app."; "hF7-fM-aKr.title" = "Reinicia la app para acceder a Preferencias si el menú opción no es accesible. Usa el botón de arriba para cerrar la app.";
/* Class = "NSButtonCell"; title = "Get current"; ObjectID = "hkC-vq-IcD"; */ /* Class = "NSButtonCell"; title = "Get current"; ObjectID = "hkC-vq-IcD"; */
@ -217,7 +217,7 @@
/* Class = "NSButtonCell"; title = "Enable for Apple branded and built-in displays as well"; ObjectID = "K6A-4z-1aQ"; */ /* Class = "NSButtonCell"; title = "Enable for Apple branded and built-in displays as well"; ObjectID = "K6A-4z-1aQ"; */
"K6A-4z-1aQ.title" = "Habilitar también para pantallas de Apple o incorporadas"; "K6A-4z-1aQ.title" = "Habilitar también para pantallas de Apple o incorporadas";
/* Class = "NSTextFieldCell"; title = "MonitorControl needs access to \"accessibility\" to use macOS native keys to control your display.\nYou can enable it by adding MonitorControl in System Preferences > Security and Privacy > Accessibility."; ObjectID = "kBJ-Zf-1k2"; */ /* Class = "NSTextFieldCell"; title = "MonitorControl needs access to \"accessibility\" to use macOS native keys to control your display.\nYou can enable it by adding MonitorControl in System Settings > Security and Privacy > Accessibility."; ObjectID = "kBJ-Zf-1k2"; */
"kBJ-Zf-1k2.title" = "MonitorControl necesita acceso a \"accesibilidad\" para usar el teclado nativo para controlar tu pantalla.\nPuede habilitarlo agregando MonitorControl en Preferencias del Sistema > Seguridad y Privacidad > Accesibilidad."; "kBJ-Zf-1k2.title" = "MonitorControl necesita acceso a \"accesibilidad\" para usar el teclado nativo para controlar tu pantalla.\nPuede habilitarlo agregando MonitorControl en Preferencias del Sistema > Seguridad y Privacidad > Accesibilidad.";
/* Class = "NSTextFieldCell"; title = "Screen to control:"; ObjectID = "Kfj-WK-aSL"; */ /* Class = "NSTextFieldCell"; title = "Screen to control:"; ObjectID = "Kfj-WK-aSL"; */
@ -292,7 +292,7 @@
/* Class = "NSTextFieldCell"; title = "DDC max"; ObjectID = "psF-vX-AFB"; */ /* Class = "NSTextFieldCell"; title = "DDC max"; ObjectID = "psF-vX-AFB"; */
"psF-vX-AFB.title" = "DDC máx"; "psF-vX-AFB.title" = "DDC máx";
/* Class = "NSButtonCell"; title = "Open System Preferences…"; ObjectID = "pVc-wG-Bdh"; */ /* Class = "NSButtonCell"; title = "Open System Settings…"; ObjectID = "pVc-wG-Bdh"; */
"pVc-wG-Bdh.title" = "Abrir Preferencias del Sistema…"; "pVc-wG-Bdh.title" = "Abrir Preferencias del Sistema…";
/* Class = "NSTextFieldCell"; title = "Use software dimming after the display reached zero hardware brightness for extended range. Works for DDC controlled displays only."; ObjectID = "PyY-p9-3NP"; */ /* Class = "NSTextFieldCell"; title = "Use software dimming after the display reached zero hardware brightness for extended range. Works for DDC controlled displays only."; ObjectID = "PyY-p9-3NP"; */
@ -364,7 +364,7 @@
/* Class = "NSTextFieldCell"; title = "Useful when a display tends to reset its settings during sleep."; ObjectID = "w8B-x6-sq5"; */ /* Class = "NSTextFieldCell"; title = "Useful when a display tends to reset its settings during sleep."; ObjectID = "w8B-x6-sq5"; */
"w8B-x6-sq5.title" = "Útil cuando una pantalla tiende a resetear su configuración mientras está en modo stand by."; "w8B-x6-sq5.title" = "Útil cuando una pantalla tiende a resetear su configuración mientras está en modo stand by.";
/* Class = "NSTextFieldCell"; title = "Changes that are caused by the Ambient light sensor or made using Touch Bar, Control Center, System Preferences will be replicated to all displays."; ObjectID = "wjv-tq-iUx"; */ /* Class = "NSTextFieldCell"; title = "Changes that are caused by the Ambient light sensor or made using Touch Bar, Control Center, System Settings will be replicated to all displays."; ObjectID = "wjv-tq-iUx"; */
"wjv-tq-iUx.title" = "Los cambios producidos por el sensor de luz ambiental o hechos a través de la Touch Bar, Centro de Control, Preferencias del Sistema serán replicados a todas las pantallas."; "wjv-tq-iUx.title" = "Los cambios producidos por el sensor de luz ambiental o hechos a través de la Touch Bar, Centro de Control, Preferencias del Sistema serán replicados a todas las pantallas.";
/* Class = "NSMenuItem"; title = "Change volume for all screens"; ObjectID = "Xih-P5-NyM"; */ /* Class = "NSMenuItem"; title = "Change volume for all screens"; ObjectID = "Xih-P5-NyM"; */

View file

@ -11,7 +11,7 @@
"Are you sure you want to enable a longer delay? Doing so may freeze your system and require a restart. Start at login will be disabled as a safety measure." = "Êtes-vous sûr de vouloir augmenter cette durée ? Cela peut entrainer un blocage du système et nécessiter un redémarrage. Par mesure de sécurité, cette option sera désactivée au démarrage."; "Are you sure you want to enable a longer delay? Doing so may freeze your system and require a restart. Start at login will be disabled as a safety measure." = "Êtes-vous sûr de vouloir augmenter cette durée ? Cela peut entrainer un blocage du système et nécessiter un redémarrage. Par mesure de sécurité, cette option sera désactivée au démarrage.";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Are you sure you want to reset all preferences?" = "Êtes-vous sûr de vouloir réinitialiser toutes les préférences ?"; "Are you sure you want to reset all settings?" = "Êtes-vous sûr de vouloir réinitialiser toutes les préférences ?";
/* Sown in menu */ /* Sown in menu */
"Brightness" = "Luminosité"; "Brightness" = "Luminosité";
@ -19,7 +19,7 @@
/* Build */ /* Build */
"Build" = "Build"; "Build" = "Build";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Built-in Display" = "Écran intégré"; "Built-in Display" = "Écran intégré";
/* Shown in menu */ /* Shown in menu */
@ -43,16 +43,16 @@
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Enable Longer Delay?" = "Activer une plus longue durée ?"; "Enable Longer Delay?" = "Activer une plus longue durée ?";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"External Display" = "Écran externe"; "External Display" = "Écran externe";
/* Shown in the main prefs window */ /* Shown in the main prefs window */
"General" = "Général"; "General" = "Général";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Hardware (Apple)" = "Matériel (Apple)"; "Hardware (Apple)" = "Matériel (Apple)";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Hardware (DDC)" = "Matériel (DDC)"; "Hardware (DDC)" = "Matériel (DDC)";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
@ -76,61 +76,61 @@
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"No" = "Non"; "No" = "Non";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"No Control" = "Aucun contrôle"; "No Control" = "Aucun contrôle";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Other Display" = "Autre écran"; "Other Display" = "Autre écran";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Preferences for an incompatible previous app version detected. Default preferences are reloaded." = "Préférences pour une version précédente incompatible détéctées. Les préférences par défaut seront rechargées."; "Settings for an incompatible previous app version detected. Default settings are reloaded." = "Préférences pour une version précédente incompatible détéctées. Les préférences par défaut seront rechargées.";
/* Shown in menu */ /* Shown in menu */
"Preferences…" = "Préférences…"; "Settings…" = "Préférences…";
/* Shown in menu */ /* Shown in menu */
"Quit" = "Quitter"; "Quit" = "Quitter";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Reset Preferences?" = "Réinitialiser les préférences ?"; "Reset Settings?" = "Réinitialiser les préférences ?";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Safe Mode Activated" = "Mode sans échec activé"; "Safe Mode Activated" = "Mode sans échec activé";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Shift was pressed during launch. MonitorControl started in safe mode. Default preferences are reloaded, DDC read is blocked." = "Maj. appuyée pendant le démarrage. MonitorControl a été démarré en mode sans échec. Les préférences par défaut sont utilisées, la communication via DDC est bloquée."; "Shift was pressed during launch. MonitorControl started in safe mode. Default settings are reloaded, DDC read is blocked." = "Maj. appuyée pendant le démarrage. MonitorControl a été démarré en mode sans échec. Les préférences par défaut sont utilisées, la communication via DDC est bloquée.";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Shortcuts not available" = "Raccourcis non disponibles"; "Shortcuts not available" = "Raccourcis non disponibles";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Software (gamma)" = "Logiciel (Gamma)"; "Software (gamma)" = "Logiciel (Gamma)";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Software (gamma, forced)" = "Logiciel (Gamma, Forcé)"; "Software (gamma, forced)" = "Logiciel (Gamma, Forcé)";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Software (shade)" = "Logiciel (Voile)"; "Software (shade)" = "Logiciel (Voile)";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Software (shade, forced)" = "Logiciel (Voile, Forcé)"; "Software (shade, forced)" = "Logiciel (Voile, Forcé)";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"This display allows for software brightness control via gamma table manipulation or shade as it does not support hardware control. Reasons for this might be using the HDMI port of a Mac mini (which blocks hardware DDC control) or having a blacklisted display." = "Cet écran permet un contrôle de la luminosité logiciel via une manipulation de la table gamma car il ne prend pas en charge le contrôle matériel. Cela peut être dû à l'utilisation du port HDMI d'un Mac mini (qui bloque le contrôle DDC matériel) ou à un écran sur liste noire."; "This display allows for software brightness control via gamma table manipulation or shade as it does not support hardware control. Reasons for this might be using the HDMI port of a Mac mini (which blocks hardware DDC control) or having a blacklisted display." = "Cet écran permet un contrôle de la luminosité logiciel via une manipulation de la table gamma car il ne prend pas en charge le contrôle matériel. Cela peut être dû à l'utilisation du port HDMI d'un Mac mini (qui bloque le contrôle DDC matériel) ou à un écran sur liste noire.";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"This display has an unspecified control status." = "Cet écran a un état de contrôle non spécifié."; "This display has an unspecified control status." = "Cet écran a un état de contrôle non spécifié.";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"This display is reported to support hardware DDC control but the current settings allow for software control only." = "Cet écran signal prendre en charge le contrôle DDC matériel, mais les paramètres actuels permettent uniquement le contrôle logiciel."; "This display is reported to support hardware DDC control but the current settings allow for software control only." = "Cet écran signal prendre en charge le contrôle DDC matériel, mais les paramètres actuels permettent uniquement le contrôle logiciel.";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"This display is reported to support hardware DDC control. If you encounter issues, you can disable hardware DDC control to force software control." = "Cet écran signal prendre en charge le contrôle DDC matériel. Si vous rencontrez des problèmes, vous pouvez désactiver le contrôle DDC matériel pour forcer le contrôle logiciel."; "This display is reported to support hardware DDC control. If you encounter issues, you can disable hardware DDC control to force software control." = "Cet écran signal prendre en charge le contrôle DDC matériel. Si vous rencontrez des problèmes, vous pouvez désactiver le contrôle DDC matériel pour forcer le contrôle logiciel.";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"This display supports native Apple brightness protocol. This allows macOS to control this display without MonitorControl as well." = "Cet écran prend en charge le protocole de luminosité natif d'Apple. Cela permet à macOS de contrôler également cet affichage sans MonitorControl."; "This display supports native Apple brightness protocol. This allows macOS to control this display without MonitorControl as well." = "Cet écran prend en charge le protocole de luminosité natif d'Apple. Cela permet à macOS de contrôler également cet affichage sans MonitorControl.";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"This is a virtual display (examples: AirPlay, Sidecar, display connected via a DisplayLink Dock or similar) which does not allow hardware or software gammatable control. Shading is used as a substitute but only in non-mirror scenarios. Mouse cursor will be unaffected and artifacts may appear when entering/leaving full screen mode." = "Il s'agit d'un écran virtuel (exemples : AirPlay, Sidecar, écran connecté via un dock DisplayLink ou similaire) qui ne permet pas un contrôle par table gamma matériel ou logiciel. Un voile est utilisé comme substitut, mais uniquement dans les scénarios sans mode \"miroir\". Le curseur de la souris ne sera pas affecté et des artefacts peuvent apparaître lors de l'entrée/sortie du mode plein écran."; "This is a virtual display (examples: AirPlay, Sidecar, display connected via a DisplayLink Dock or similar) which does not allow hardware or software gammatable control. Shading is used as a substitute but only in non-mirror scenarios. Mouse cursor will be unaffected and artifacts may appear when entering/leaving full screen mode." = "Il s'agit d'un écran virtuel (exemples : AirPlay, Sidecar, écran connecté via un dock DisplayLink ou similaire) qui ne permet pas un contrôle par table gamma matériel ou logiciel. Un voile est utilisé comme substitut, mais uniquement dans les scénarios sans mode \"miroir\". Le curseur de la souris ne sera pas affecté et des artefacts peuvent apparaître lors de l'entrée/sortie du mode plein écran.";
/* Unknown display name /* Unknown display name
@ -141,7 +141,7 @@
/* Version */ /* Version */
"Version" = "Version"; "Version" = "Version";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Virtual Display" = "Écran virtuel"; "Virtual Display" = "Écran virtuel";
/* Shown in menu */ /* Shown in menu */
@ -151,4 +151,4 @@
"Yes" = "Oui"; "Yes" = "Oui";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"You need to enable MonitorControl in System Preferences > Security and Privacy > Accessibility for the keyboard shortcuts to work" = "Vous devez activer MonitorControl dans Préférences Système > Sécurité et confidentialité > Accessibilité pour que les raccourcis clavier fonctionnent"; "You need to enable MonitorControl in System Settings > Security and Privacy > Accessibility for the keyboard shortcuts to work" = "Vous devez activer MonitorControl dans Préférences Système > Sécurité et confidentialité > Accessibilité pour que les raccourcis clavier fonctionnent";

View file

@ -31,7 +31,7 @@
/* Class = "NSTextFieldCell"; title = "Welcome to MonitorControl"; ObjectID = "5J0-BD-top"; */ /* Class = "NSTextFieldCell"; title = "Welcome to MonitorControl"; ObjectID = "5J0-BD-top"; */
"5J0-BD-top.title" = "Bienvenue dans MonitorControl"; "5J0-BD-top.title" = "Bienvenue dans MonitorControl";
/* Class = "NSButtonCell"; title = "Reset Preferences"; ObjectID = "5yT-5F-X5R"; */ /* Class = "NSButtonCell"; title = "Reset Settings"; ObjectID = "5yT-5F-X5R"; */
"5yT-5F-X5R.title" = "Réinitialiser les préférences"; "5yT-5F-X5R.title" = "Réinitialiser les préférences";
/* Class = "NSMenuItem"; title = "Always hide"; ObjectID = "6mo-7S-oOO"; */ /* Class = "NSMenuItem"; title = "Always hide"; ObjectID = "6mo-7S-oOO"; */
@ -175,7 +175,7 @@
/* Class = "NSTextFieldCell"; title = "Override audio device name:"; ObjectID = "H9X-it-sXs"; */ /* Class = "NSTextFieldCell"; title = "Override audio device name:"; ObjectID = "H9X-it-sXs"; */
"H9X-it-sXs.title" = "Remplacer le nom du périphérique audio :"; "H9X-it-sXs.title" = "Remplacer le nom du périphérique audio :";
/* Class = "NSTextFieldCell"; title = "Relaunch the app to access Preferences if the menu option is not accessible. Use the button below to quit the app."; ObjectID = "hF7-fM-aKr"; */ /* Class = "NSTextFieldCell"; title = "Relaunch the app to access Settings if the menu option is not accessible. Use the button below to quit the app."; ObjectID = "hF7-fM-aKr"; */
"hF7-fM-aKr.title" = "Relancez l'application pour accéder aux Préférences si le menu n'est pas accessible. Utilisez le bouton ci-dessous pour quitter l'application."; "hF7-fM-aKr.title" = "Relancez l'application pour accéder aux Préférences si le menu n'est pas accessible. Utilisez le bouton ci-dessous pour quitter l'application.";
/* Class = "NSButtonCell"; title = "Get current"; ObjectID = "hkC-vq-IcD"; */ /* Class = "NSButtonCell"; title = "Get current"; ObjectID = "hkC-vq-IcD"; */
@ -217,7 +217,7 @@
/* Class = "NSButtonCell"; title = "Enable for Apple branded and built-in displays as well"; ObjectID = "K6A-4z-1aQ"; */ /* Class = "NSButtonCell"; title = "Enable for Apple branded and built-in displays as well"; ObjectID = "K6A-4z-1aQ"; */
"K6A-4z-1aQ.title" = "Activer également les écrans Apple et intégrés"; "K6A-4z-1aQ.title" = "Activer également les écrans Apple et intégrés";
/* Class = "NSTextFieldCell"; title = "MonitorControl needs access to \"accessibility\" to use macOS native keys to control your display.\nYou can enable it by adding MonitorControl in System Preferences > Security and Privacy > Accessibility."; ObjectID = "kBJ-Zf-1k2"; */ /* Class = "NSTextFieldCell"; title = "MonitorControl needs access to \"accessibility\" to use macOS native keys to control your display.\nYou can enable it by adding MonitorControl in System Settings > Security and Privacy > Accessibility."; ObjectID = "kBJ-Zf-1k2"; */
"kBJ-Zf-1k2.title" = "MonitorControl a besoin d'accéder à \"l'accessibilité\" pour utiliser les touches natives macOS afin de contrôler votre écran.\nVous pouvez l'activer en ajoutant MonitorControl dans Préférences Système > Sécurité et confidentialité > Accessibilité."; "kBJ-Zf-1k2.title" = "MonitorControl a besoin d'accéder à \"l'accessibilité\" pour utiliser les touches natives macOS afin de contrôler votre écran.\nVous pouvez l'activer en ajoutant MonitorControl dans Préférences Système > Sécurité et confidentialité > Accessibilité.";
/* Class = "NSTextFieldCell"; title = "Screen to control:"; ObjectID = "Kfj-WK-aSL"; */ /* Class = "NSTextFieldCell"; title = "Screen to control:"; ObjectID = "Kfj-WK-aSL"; */
@ -292,7 +292,7 @@
/* Class = "NSTextFieldCell"; title = "DDC max"; ObjectID = "psF-vX-AFB"; */ /* Class = "NSTextFieldCell"; title = "DDC max"; ObjectID = "psF-vX-AFB"; */
"psF-vX-AFB.title" = "max. DDC"; "psF-vX-AFB.title" = "max. DDC";
/* Class = "NSButtonCell"; title = "Open System Preferences…"; ObjectID = "pVc-wG-Bdh"; */ /* Class = "NSButtonCell"; title = "Open System Settings…"; ObjectID = "pVc-wG-Bdh"; */
"pVc-wG-Bdh.title" = "Ouvrir les Préférences Système…"; "pVc-wG-Bdh.title" = "Ouvrir les Préférences Système…";
/* Class = "NSTextFieldCell"; title = "Use software dimming after the display reached zero hardware brightness for extended range. Works for DDC controlled displays only."; ObjectID = "PyY-p9-3NP"; */ /* Class = "NSTextFieldCell"; title = "Use software dimming after the display reached zero hardware brightness for extended range. Works for DDC controlled displays only."; ObjectID = "PyY-p9-3NP"; */
@ -364,7 +364,7 @@
/* Class = "NSTextFieldCell"; title = "Useful when a display tends to reset its settings during sleep."; ObjectID = "w8B-x6-sq5"; */ /* Class = "NSTextFieldCell"; title = "Useful when a display tends to reset its settings during sleep."; ObjectID = "w8B-x6-sq5"; */
"w8B-x6-sq5.title" = "Utile lorsqu'un écran a tendance à réinitialiser ses paramètres pendant la veille."; "w8B-x6-sq5.title" = "Utile lorsqu'un écran a tendance à réinitialiser ses paramètres pendant la veille.";
/* Class = "NSTextFieldCell"; title = "Changes that are caused by the Ambient light sensor or made using Touch Bar, Control Center, System Preferences will be replicated to all displays."; ObjectID = "wjv-tq-iUx"; */ /* Class = "NSTextFieldCell"; title = "Changes that are caused by the Ambient light sensor or made using Touch Bar, Control Center, System Settings will be replicated to all displays."; ObjectID = "wjv-tq-iUx"; */
"wjv-tq-iUx.title" = "Les modifications causées par le capteur de lumière ambiante ou effectuées à l'aide de la barre tactile, du centre de contrôle et des préférences système seront répliquées sur tous les écrans."; "wjv-tq-iUx.title" = "Les modifications causées par le capteur de lumière ambiante ou effectuées à l'aide de la barre tactile, du centre de contrôle et des préférences système seront répliquées sur tous les écrans.";
/* Class = "NSMenuItem"; title = "Change volume for all screens"; ObjectID = "Xih-P5-NyM"; */ /* Class = "NSMenuItem"; title = "Change volume for all screens"; ObjectID = "Xih-P5-NyM"; */

View file

@ -11,7 +11,7 @@
"Are you sure you want to enable a longer delay? Doing so may freeze your system and require a restart. Start at login will be disabled as a safety measure." = "क्या आप निश्चित हैं कि आप एक लंबी देरी को सक्षम करना चाहते हैं? ऐसा करने से आपका सिस्टम फ्रीज हो सकता है और इसे फिर से शुरू करने की आवश्यकता हो सकती है। स्टार्ट एट लॉगिन सुरक्षा उपाय के रूप में अक्षम हो जाएगा।"; "Are you sure you want to enable a longer delay? Doing so may freeze your system and require a restart. Start at login will be disabled as a safety measure." = "क्या आप निश्चित हैं कि आप एक लंबी देरी को सक्षम करना चाहते हैं? ऐसा करने से आपका सिस्टम फ्रीज हो सकता है और इसे फिर से शुरू करने की आवश्यकता हो सकती है। स्टार्ट एट लॉगिन सुरक्षा उपाय के रूप में अक्षम हो जाएगा।";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Are you sure you want to reset all preferences?" = "क्या आप सुनिश्चित हैं कि आप सभी प्राथमिकताओं को रीसेट करना चाहते हैं?"; "Are you sure you want to reset all settings?" = "क्या आप सुनिश्चित हैं कि आप सभी प्राथमिकताओं को रीसेट करना चाहते हैं?";
/* Shown in menu */ /* Shown in menu */
"Brightness" = "चमक।"; "Brightness" = "चमक।";
@ -19,7 +19,7 @@
/* Build */ /* Build */
"Build" = "निर्माण करें"; "Build" = "निर्माण करें";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Built-in Display" = "अंतर्निर्मित प्रदर्शन"; "Built-in Display" = "अंतर्निर्मित प्रदर्शन";
/* Shown in menu */ /* Shown in menu */
@ -43,16 +43,16 @@
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Enable Longer Delay?" = "Enable Longer Delay?"; "Enable Longer Delay?" = "Enable Longer Delay?";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"External Display" = "बाहरी प्रदर्शन"; "External Display" = "बाहरी प्रदर्शन";
/* Shown in the main prefs window */ /* Shown in the main prefs window */
"General" = "जनरल"; "General" = "जनरल";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Hardware (Apple)" = "हार्डवेयर (एप्पल)"; "Hardware (Apple)" = "हार्डवेयर (एप्पल)";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Hardware (DDC)" = "हार्डवेयर (डीडीसी)"; "Hardware (DDC)" = "हार्डवेयर (डीडीसी)";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
@ -76,61 +76,61 @@
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"No" = "ना"; "No" = "ना";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"No Control" = "कोई नियंत्रण नहीं"; "No Control" = "कोई नियंत्रण नहीं";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Other Display" = "अन्य प्रदर्शन"; "Other Display" = "अन्य प्रदर्शन";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Preferences for an incompatible previous app version detected. Default preferences are reloaded." = "एक असंगत पिछले ऐप संस्करण के लिए वरीयताएँ पाई गईं। डिफ़ॉल्ट वरीयताएँ फिर से लोड की जाती हैं।"; "Settings for an incompatible previous app version detected. Default settings are reloaded." = "एक असंगत पिछले ऐप संस्करण के लिए वरीयताएँ पाई गईं। डिफ़ॉल्ट वरीयताएँ फिर से लोड की जाती हैं।";
/* Shown in menu */ /* Shown in menu */
"Preferences…" = "वरीयताएँ…"; "Settings…" = "वरीयताएँ…";
/* Shown in menu */ /* Shown in menu */
"Quit" = "बाहर निकलें"; "Quit" = "बाहर निकलें";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Reset Preferences?" = "वरीयताएँ पुनर्निर्धारित करें?"; "Reset Settings?" = "वरीयताएँ पुनर्निर्धारित करें?";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Safe Mode Activated" = "सुरक्षित मोड सक्रिय किया गया"; "Safe Mode Activated" = "सुरक्षित मोड सक्रिय किया गया";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Shift was pressed during launch. MonitorControl started in safe mode. Default preferences are reloaded, DDC read is blocked." = "प्रक्षेपण के दौरान शिफ्ट को दबाया गया था। मॉनिटर कंट्रोल सुरक्षित मोड में शुरू हुआ। डिफ़ॉल्ट वरीयताएँ फिर से लोड की जाती हैं, डीडीसी पढ़ने को अवरुद्ध किया जाता है."; "Shift was pressed during launch. MonitorControl started in safe mode. Default settings are reloaded, DDC read is blocked." = "प्रक्षेपण के दौरान शिफ्ट को दबाया गया था। मॉनिटर कंट्रोल सुरक्षित मोड में शुरू हुआ। डिफ़ॉल्ट वरीयताएँ फिर से लोड की जाती हैं, डीडीसी पढ़ने को अवरुद्ध किया जाता है.";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Shortcuts not available" = "शॉर्टकट उपलब्ध नहीं है"; "Shortcuts not available" = "शॉर्टकट उपलब्ध नहीं है";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Software (gamma)" = "सॉफ्टवेयर (गामा)"; "Software (gamma)" = "सॉफ्टवेयर (गामा)";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Software (gamma, forced)" = "सॉफ्टवेयर (गामा, मजबूर किया)"; "Software (gamma, forced)" = "सॉफ्टवेयर (गामा, मजबूर किया)";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Software (shade)" = "सॉफ्टवेयर (छाया)"; "Software (shade)" = "सॉफ्टवेयर (छाया)";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Software (shade, forced)" = "सॉफ्टवेयर (छाया, मजबूर किया)"; "Software (shade, forced)" = "सॉफ्टवेयर (छाया, मजबूर किया)";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"This display allows for software brightness control via gamma table manipulation or shade as it does not support hardware control. Reasons for this might be using the HDMI port of a Mac mini (which blocks hardware DDC control) or having a blacklisted display." = "यह प्रदर्शन गामा टेबल हेरफेर या छाया के माध्यम से सॉफ्टवेयर चमक नियंत्रण की अनुमति देता है क्योंकि यह हार्डवेयर नियंत्रण का समर्थन नहीं करता है। इसके कारण मैक मिनी के एचडीएमआई पोर्ट (जो हार्डवेयर डीडीसी नियंत्रण को अवरुद्ध करता है) का उपयोग करना या ब्लैकलिस्टेड डिस्प्ले होना हो सकता है।"; "This display allows for software brightness control via gamma table manipulation or shade as it does not support hardware control. Reasons for this might be using the HDMI port of a Mac mini (which blocks hardware DDC control) or having a blacklisted display." = "यह प्रदर्शन गामा टेबल हेरफेर या छाया के माध्यम से सॉफ्टवेयर चमक नियंत्रण की अनुमति देता है क्योंकि यह हार्डवेयर नियंत्रण का समर्थन नहीं करता है। इसके कारण मैक मिनी के एचडीएमआई पोर्ट (जो हार्डवेयर डीडीसी नियंत्रण को अवरुद्ध करता है) का उपयोग करना या ब्लैकलिस्टेड डिस्प्ले होना हो सकता है।";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"This display has an unspecified control status." = "इस प्रदर्शन में एक अनिर्दिष्ट नियंत्रण स्थिति है।"; "This display has an unspecified control status." = "इस प्रदर्शन में एक अनिर्दिष्ट नियंत्रण स्थिति है।";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"This display is reported to support hardware DDC control but the current settings allow for software control only." = "यह प्रदर्शन हार्डवेयर डीडीसी नियंत्रण का समर्थन करता है लेकिन वर्तमान सेटिंग्स केवल सॉफ्टवेयर नियंत्रण की अनुमति देती हैं।"; "This display is reported to support hardware DDC control but the current settings allow for software control only." = "यह प्रदर्शन हार्डवेयर डीडीसी नियंत्रण का समर्थन करता है लेकिन वर्तमान सेटिंग्स केवल सॉफ्टवेयर नियंत्रण की अनुमति देती हैं।";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"This display is reported to support hardware DDC control. If you encounter issues, you can disable hardware DDC control to force software control." = "यह प्रदर्शन हार्डवेयर डीडीसी नियंत्रण का समर्थन करता है। यदि आपको समस्याओं का सामना करना पड़ता है, तो आप सॉफ्टवेयर नियंत्रण को मजबूर करने के लिए हार्डवेयर डीडीसी नियंत्रण को अक्षम कर सकते हैं।"; "This display is reported to support hardware DDC control. If you encounter issues, you can disable hardware DDC control to force software control." = "यह प्रदर्शन हार्डवेयर डीडीसी नियंत्रण का समर्थन करता है। यदि आपको समस्याओं का सामना करना पड़ता है, तो आप सॉफ्टवेयर नियंत्रण को मजबूर करने के लिए हार्डवेयर डीडीसी नियंत्रण को अक्षम कर सकते हैं।";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"This display supports native Apple brightness protocol. This allows macOS to control this display without MonitorControl as well." = "यह डिस्प्ले नेटिव ऐप्पल ब्राइटनेस प्रोटोकॉल का समर्थन करता है। यह मैकोस को मॉनिटर कंट्रोल के बिना भी इस प्रदर्शन को नियंत्रित करने की अनुमति देता है।"; "This display supports native Apple brightness protocol. This allows macOS to control this display without MonitorControl as well." = "यह डिस्प्ले नेटिव ऐप्पल ब्राइटनेस प्रोटोकॉल का समर्थन करता है। यह मैकोस को मॉनिटर कंट्रोल के बिना भी इस प्रदर्शन को नियंत्रित करने की अनुमति देता है।";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"This is a virtual display (examples: AirPlay, Sidecar, display connected via a DisplayLink Dock or similar) which does not allow hardware or software gammatable control. Shading is used as a substitute but only in non-mirror scenarios. Mouse cursor will be unaffected and artifacts may appear when entering/leaving full screen mode." = "यह एक आभासी प्रदर्शन है (उदाहरणः एयरप्ले, साइडकार, डिस्प्ले लिंक डॉक या इसी तरह के माध्यम से जुड़ा हुआ प्रदर्शन) जो हार्डवेयर या सॉफ़्टवेयर गैमेटेबल नियंत्रण की अनुमति नहीं देता है। छायांकन का उपयोग एक विकल्प के रूप में किया जाता है लेकिन केवल गैर-दर्पण परिदृश्यों में। माउस कर्सर अप्रभावित रहेगा और पूर्ण स्क्रीन मोड में प्रवेश करते/छोड़ते समय कलाकृतियाँ दिखाई दे सकती हैं।"; "This is a virtual display (examples: AirPlay, Sidecar, display connected via a DisplayLink Dock or similar) which does not allow hardware or software gammatable control. Shading is used as a substitute but only in non-mirror scenarios. Mouse cursor will be unaffected and artifacts may appear when entering/leaving full screen mode." = "यह एक आभासी प्रदर्शन है (उदाहरणः एयरप्ले, साइडकार, डिस्प्ले लिंक डॉक या इसी तरह के माध्यम से जुड़ा हुआ प्रदर्शन) जो हार्डवेयर या सॉफ़्टवेयर गैमेटेबल नियंत्रण की अनुमति नहीं देता है। छायांकन का उपयोग एक विकल्प के रूप में किया जाता है लेकिन केवल गैर-दर्पण परिदृश्यों में। माउस कर्सर अप्रभावित रहेगा और पूर्ण स्क्रीन मोड में प्रवेश करते/छोड़ते समय कलाकृतियाँ दिखाई दे सकती हैं।";
/* Unknown display name */ /* Unknown display name */
@ -139,7 +139,7 @@
/* Version */ /* Version */
"Version" = "संस्करण"; "Version" = "संस्करण";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Virtual Display" = "आभासी प्रदर्शन"; "Virtual Display" = "आभासी प्रदर्शन";
/* Shown in menu */ /* Shown in menu */
@ -149,4 +149,4 @@
"Yes" = "हाँ"; "Yes" = "हाँ";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"You need to enable MonitorControl in System Preferences > Security and Privacy > Accessibility for the keyboard shortcuts to work" = "आपको सिस्टम प्राथमिकताओं> सुरक्षा और गोपनीयता> में मॉनिटरकंट्रोल को सक्षम करने की आवश्यकता है कीबोर्ड शॉर्टकट के काम करने के लिए सुलभता"; "You need to enable MonitorControl in System Settings > Security and Privacy > Accessibility for the keyboard shortcuts to work" = "आपको सिस्टम प्राथमिकताओं> सुरक्षा और गोपनीयता> में मॉनिटरकंट्रोल को सक्षम करने की आवश्यकता है कीबोर्ड शॉर्टकट के काम करने के लिए सुलभता";

View file

@ -41,7 +41,7 @@
/* Class = "NSTextFieldCell"; title = "Welcome to MonitorControl"; ObjectID = "5J0-BD-top"; */ /* Class = "NSTextFieldCell"; title = "Welcome to MonitorControl"; ObjectID = "5J0-BD-top"; */
"5J0-BD-top.title" = "मॉनिटर कंट्रोल में आपका स्वागत है"; "5J0-BD-top.title" = "मॉनिटर कंट्रोल में आपका स्वागत है";
/* Class = "NSButtonCell"; title = "Reset Preferences"; ObjectID = "5yT-5F-X5R"; */ /* Class = "NSButtonCell"; title = "Reset Settings"; ObjectID = "5yT-5F-X5R"; */
"5yT-5F-X5R.title" = "वरीयताएँ रीसेट करें"; "5yT-5F-X5R.title" = "वरीयताएँ रीसेट करें";
/* Class = "NSTextFieldCell"; title = "#bc-ignore!"; ObjectID = "6GJ-6Q-gqz"; */ /* Class = "NSTextFieldCell"; title = "#bc-ignore!"; ObjectID = "6GJ-6Q-gqz"; */
@ -302,7 +302,7 @@
/* Class = "NSTextFieldCell"; title = "Brightness slider for hardware or software controlled displays or TVs."; ObjectID = "gXH-HL-ZOL"; */ /* Class = "NSTextFieldCell"; title = "Brightness slider for hardware or software controlled displays or TVs."; ObjectID = "gXH-HL-ZOL"; */
"gXH-HL-ZOL.title" = "हार्डवेयर या सॉफ्टवेयर नियंत्रित प्रदर्शन या टीवी के लिए चमक स्लाइडर।"; "gXH-HL-ZOL.title" = "हार्डवेयर या सॉफ्टवेयर नियंत्रित प्रदर्शन या टीवी के लिए चमक स्लाइडर।";
/* Class = "NSTextFieldCell"; title = "Relaunch the app to access Preferences if the menu option is not accessible. Use the button below to quit the app."; ObjectID = "hF7-fM-aKr"; */ /* Class = "NSTextFieldCell"; title = "Relaunch the app to access Settings if the menu option is not accessible. Use the button below to quit the app."; ObjectID = "hF7-fM-aKr"; */
"hF7-fM-aKr.title" = "यदि मेनू विकल्प सुलभ नहीं है तो प्राथमिकताओं तक पहुँचने के लिए ऐप को फिर से लॉन्च करें। ऐप को छोड़ने के लिए नीचे दिए गए बटन का उपयोग करें।"; "hF7-fM-aKr.title" = "यदि मेनू विकल्प सुलभ नहीं है तो प्राथमिकताओं तक पहुँचने के लिए ऐप को फिर से लॉन्च करें। ऐप को छोड़ने के लिए नीचे दिए गए बटन का उपयोग करें।";
/* Class = "NSButtonCell"; title = "Get current"; ObjectID = "hkC-vq-IcD"; */ /* Class = "NSButtonCell"; title = "Get current"; ObjectID = "hkC-vq-IcD"; */
@ -326,7 +326,7 @@
/* Class = "NSButtonCell"; title = "Check for updates"; ObjectID = "jVH-oc-rUi"; */ /* Class = "NSButtonCell"; title = "Check for updates"; ObjectID = "jVH-oc-rUi"; */
"jVH-oc-rUi.title" = "अपडेट के लिए देखें"; "jVH-oc-rUi.title" = "अपडेट के लिए देखें";
/* Class = "NSTextFieldCell"; title = "MonitorControl needs access to \"accessibility\" to use macOS native keys to control your display.\nYou can enable it by adding MonitorControl in System Preferences > Security and Privacy > Accessibility."; ObjectID = "kBJ-Zf-1k2"; */ /* Class = "NSTextFieldCell"; title = "MonitorControl needs access to \"accessibility\" to use macOS native keys to control your display.\nYou can enable it by adding MonitorControl in System Settings > Security and Privacy > Accessibility."; ObjectID = "kBJ-Zf-1k2"; */
"kBJ-Zf-1k2.title" = "मॉनिटर कंट्रोल को आपके प्रदर्शन को नियंत्रित करने के लिए macOS मूल कुंजी का उपयोग करने के लिए \"एक्सेसिबिलिटी\" तक पहुंच की आवश्यकता है।\n आप इसे सिस्टम वरीयताएँ> सुरक्षा और गोपनीयता> अभिगम्यता में मॉनिटरकंट्रोल जोड़कर सक्षम कर सकते हैं।"; "kBJ-Zf-1k2.title" = "मॉनिटर कंट्रोल को आपके प्रदर्शन को नियंत्रित करने के लिए macOS मूल कुंजी का उपयोग करने के लिए \"एक्सेसिबिलिटी\" तक पहुंच की आवश्यकता है।\n आप इसे सिस्टम वरीयताएँ> सुरक्षा और गोपनीयता> अभिगम्यता में मॉनिटरकंट्रोल जोड़कर सक्षम कर सकते हैं।";
/* Class = "NSMenuItem"; title = "Depends on mouse pointer position"; ObjectID = "km4-hK-auM"; */ /* Class = "NSMenuItem"; title = "Depends on mouse pointer position"; ObjectID = "km4-hK-auM"; */
@ -368,7 +368,7 @@
/* Class = "NSTextFieldCell"; title = "#bc-ignore!"; ObjectID = "pIy-Lk-kkm"; */ /* Class = "NSTextFieldCell"; title = "#bc-ignore!"; ObjectID = "pIy-Lk-kkm"; */
"pIy-Lk-kkm.title" = "#बीसी-इग्नोर!"; "pIy-Lk-kkm.title" = "#बीसी-इग्नोर!";
/* Class = "NSButtonCell"; title = "Open System Preferences…"; ObjectID = "pVc-wG-Bdh"; */ /* Class = "NSButtonCell"; title = "Open System Settings…"; ObjectID = "pVc-wG-Bdh"; */
"pVc-wG-Bdh.title" = "सिस्टम वरीयताएँ खोलें…"; "pVc-wG-Bdh.title" = "सिस्टम वरीयताएँ खोलें…";
/* Class = "NSTextFieldCell"; title = "Use the brightness keys of your Apple keyboard to control brightness. You can hold Control to adjust the built-in display, Control+Command to adjust external displays. Hold Shift+Option for fine control. Control+Option+Command adjusts contrast on DDC compatible displays."; ObjectID = "pa0-Hz-ace"; */ /* Class = "NSTextFieldCell"; title = "Use the brightness keys of your Apple keyboard to control brightness. You can hold Control to adjust the built-in display, Control+Command to adjust external displays. Hold Shift+Option for fine control. Control+Option+Command adjusts contrast on DDC compatible displays."; ObjectID = "pa0-Hz-ace"; */
@ -422,7 +422,7 @@
/* Class = "NSTextFieldCell"; title = "Useful when a display tends to reset its settings during sleep."; ObjectID = "w8B-x6-sq5"; */ /* Class = "NSTextFieldCell"; title = "Useful when a display tends to reset its settings during sleep."; ObjectID = "w8B-x6-sq5"; */
"w8B-x6-sq5.title" = "उपयोगी है जब एक प्रदर्शन नींद के दौरान अपनी सेटिंग्स को रीसेट करने की प्रवृत्ति रखता है।"; "w8B-x6-sq5.title" = "उपयोगी है जब एक प्रदर्शन नींद के दौरान अपनी सेटिंग्स को रीसेट करने की प्रवृत्ति रखता है।";
/* Class = "NSTextFieldCell"; title = "Changes that are caused by the Ambient light sensor or made using Touch Bar, Control Center, System Preferences will be replicated to all displays."; ObjectID = "wjv-tq-iUx"; */ /* Class = "NSTextFieldCell"; title = "Changes that are caused by the Ambient light sensor or made using Touch Bar, Control Center, System Settings will be replicated to all displays."; ObjectID = "wjv-tq-iUx"; */
"wjv-tq-iUx.title" = "एम्बिएंट लाइट सेंसर के कारण या टच बार, कंट्रोल सेंटर, सिस्टम वरीयताओं का उपयोग करके किए गए परिवर्तनों को सभी प्रदर्शनों में दोहराया जाएगा।"; "wjv-tq-iUx.title" = "एम्बिएंट लाइट सेंसर के कारण या टच बार, कंट्रोल सेंटर, सिस्टम वरीयताओं का उपयोग करके किए गए परिवर्तनों को सभी प्रदर्शनों में दोहराया जाएगा।";
/* Class = "NSMenuItem"; title = "Only if at least one slider is present"; ObjectID = "xLa-PN-rsq"; */ /* Class = "NSMenuItem"; title = "Only if at least one slider is present"; ObjectID = "xLa-PN-rsq"; */

View file

@ -11,7 +11,7 @@
"Are you sure you want to enable a longer delay? Doing so may freeze your system and require a restart. Start at login will be disabled as a safety measure." = "Biztos benne, hogy engedélyezni kívánja a hosszabb várakozást? Ez bizonyos esetekben a rendszer lefagyását eredményezheti, akár újraindítás is szükségessé válhat. A bejelentkezéskori automatikus indítást letiltjuk a biztonság kedvéért."; "Are you sure you want to enable a longer delay? Doing so may freeze your system and require a restart. Start at login will be disabled as a safety measure." = "Biztos benne, hogy engedélyezni kívánja a hosszabb várakozást? Ez bizonyos esetekben a rendszer lefagyását eredményezheti, akár újraindítás is szükségessé válhat. A bejelentkezéskori automatikus indítást letiltjuk a biztonság kedvéért.";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Are you sure you want to reset all preferences?" = "Biztos benne, hogy vissza kívánja állítani az alapértelmezett beállításokat?"; "Are you sure you want to reset all settings?" = "Biztos benne, hogy vissza kívánja állítani az alapértelmezett beállításokat?";
/* Sown in menu */ /* Sown in menu */
"Brightness" = "Fényerő"; "Brightness" = "Fényerő";
@ -19,7 +19,7 @@
/* Build */ /* Build */
"Build" = "Build"; "Build" = "Build";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Built-in Display" = "Beépített"; "Built-in Display" = "Beépített";
/* Shown in menu */ /* Shown in menu */
@ -43,16 +43,16 @@
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Enable Longer Delay?" = "Hosszabb várakozás engedélyezése?"; "Enable Longer Delay?" = "Hosszabb várakozás engedélyezése?";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"External Display" = "Külső kijelző"; "External Display" = "Külső kijelző";
/* Shown in the main prefs window */ /* Shown in the main prefs window */
"General" = "Általános"; "General" = "Általános";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Hardware (Apple)" = "Hardver (Apple)"; "Hardware (Apple)" = "Hardver (Apple)";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Hardware (DDC)" = "Hardver (DDC)"; "Hardware (DDC)" = "Hardver (DDC)";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
@ -76,61 +76,61 @@
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"No" = "Nem"; "No" = "Nem";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"No Control" = "Nem vezérelt"; "No Control" = "Nem vezérelt";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Other Display" = "Egyéb kijelző"; "Other Display" = "Egyéb kijelző";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Preferences for an incompatible previous app version detected. Default preferences are reloaded." = "Az előző alkalmazásverzió beállításai nem kompatibilisek ezzel a verzióval. Visszaállítottuk az alapértelmezett beállításokat."; "Settings for an incompatible previous app version detected. Default settings are reloaded." = "Az előző alkalmazásverzió beállításai nem kompatibilisek ezzel a verzióval. Visszaállítottuk az alapértelmezett beállításokat.";
/* Shown in menu */ /* Shown in menu */
"Preferences…" = "Beállítások…"; "Settings…" = "Beállítások…";
/* Shown in menu */ /* Shown in menu */
"Quit" = "Kilépés"; "Quit" = "Kilépés";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Reset Preferences?" = "Alapértelmezett beállítások"; "Reset Settings?" = "Alapértelmezett beállítások";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Safe Mode Activated" = "Biztonsági mód engedélyezve"; "Safe Mode Activated" = "Biztonsági mód engedélyezve";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Shift was pressed during launch. MonitorControl started in safe mode. Default preferences are reloaded, DDC read is blocked." = "A Shift gomb le lett nyomva indítás közben, az alkalmazás biztonsági módban indult el. Az alapértelmezett beállításokat visszaállítottuk, a DDC olvasás letiltásra került."; "Shift was pressed during launch. MonitorControl started in safe mode. Default settings are reloaded, DDC read is blocked." = "A Shift gomb le lett nyomva indítás közben, az alkalmazás biztonsági módban indult el. Az alapértelmezett beállításokat visszaállítottuk, a DDC olvasás letiltásra került.";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Shortcuts not available" = "Gyorsbillentyűk nem elérhetők"; "Shortcuts not available" = "Gyorsbillentyűk nem elérhetők";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Software (gamma)" = "Szoftver (gamma)"; "Software (gamma)" = "Szoftver (gamma)";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Software (gamma, forced)" = "Szoftver (erőltetett)"; "Software (gamma, forced)" = "Szoftver (erőltetett)";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Software (shade)" = "Szoftver (árnyékolás)"; "Software (shade)" = "Szoftver (árnyékolás)";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Software (shade, forced)" = "Szoftver (erőltetett)"; "Software (shade, forced)" = "Szoftver (erőltetett)";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"This display allows for software brightness control via gamma table manipulation or shade as it does not support hardware control. Reasons for this might be using the HDMI port of a Mac mini (which blocks hardware DDC control) or having a blacklisted display." = "Ez a kijelző nem támogatja a hardveres vezérlést, hanem szoftveres fényerővezérlést tesz lehetővé gamma táblázat módosítás vagy árnyékolás segítségével. Ennek okai lehetnek a nem támogatott kimenet (pl. Mac mini HDMI kimenet) vagy feketelistára helyezett kijelző használata."; "This display allows for software brightness control via gamma table manipulation or shade as it does not support hardware control. Reasons for this might be using the HDMI port of a Mac mini (which blocks hardware DDC control) or having a blacklisted display." = "Ez a kijelző nem támogatja a hardveres vezérlést, hanem szoftveres fényerővezérlést tesz lehetővé gamma táblázat módosítás vagy árnyékolás segítségével. Ennek okai lehetnek a nem támogatott kimenet (pl. Mac mini HDMI kimenet) vagy feketelistára helyezett kijelző használata.";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"This display has an unspecified control status." = "A kijelzőnek nem meghatározott a vezérlési státusza."; "This display has an unspecified control status." = "A kijelzőnek nem meghatározott a vezérlési státusza.";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"This display is reported to support hardware DDC control but the current settings allow for software control only." = "Ez a kijelző támogatja a hardveres vezérlést, azonban az aktuális beállítások csak szoftveres vezérlést tesznek lehetővé."; "This display is reported to support hardware DDC control but the current settings allow for software control only." = "Ez a kijelző támogatja a hardveres vezérlést, azonban az aktuális beállítások csak szoftveres vezérlést tesznek lehetővé.";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"This display is reported to support hardware DDC control. If you encounter issues, you can disable hardware DDC control to force software control." = "Ez a kijelző támogatja a hardveres vezérlést. Amennyiben problémákat tapasztal, kapcsolja ki a hardveres DDC vezérlést a szoftveres alternatíva érdekében!"; "This display is reported to support hardware DDC control. If you encounter issues, you can disable hardware DDC control to force software control." = "Ez a kijelző támogatja a hardveres vezérlést. Amennyiben problémákat tapasztal, kapcsolja ki a hardveres DDC vezérlést a szoftveres alternatíva érdekében!";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"This display supports native Apple brightness protocol. This allows macOS to control this display without MonitorControl as well." = "Ez a kijelző az Apple saját fényerőkezelő protokolját támogatja. Ez lehetővé teszi a macOS számára is a fényerő vezérlését, MonitorControl nélkül is."; "This display supports native Apple brightness protocol. This allows macOS to control this display without MonitorControl as well." = "Ez a kijelző az Apple saját fényerőkezelő protokolját támogatja. Ez lehetővé teszi a macOS számára is a fényerő vezérlését, MonitorControl nélkül is.";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"This is a virtual display (examples: AirPlay, Sidecar, display connected via a DisplayLink Dock or similar) which does not allow hardware or software gammatable control. Shading is used as a substitute but only in non-mirror scenarios. Mouse cursor will be unaffected and artifacts may appear when entering/leaving full screen mode." = "Ez egy virtuális kijelző (AirPlay, Sidecar, DisplayLink állomás vagy hasonló), amely nem támogatja sem a hardveres, sem a szoftveres gamma táblázat alapú fényerőkezelést. Emiatt a program árnyékolást alkalmaz, amennyiben a kijelző nincs tükrözve. Az egérkurzorra az árnyékolás nincs hatással, valamint képernyőhibák jelentkezhetnek, amikor teljes képernyős ablakváltás történik."; "This is a virtual display (examples: AirPlay, Sidecar, display connected via a DisplayLink Dock or similar) which does not allow hardware or software gammatable control. Shading is used as a substitute but only in non-mirror scenarios. Mouse cursor will be unaffected and artifacts may appear when entering/leaving full screen mode." = "Ez egy virtuális kijelző (AirPlay, Sidecar, DisplayLink állomás vagy hasonló), amely nem támogatja sem a hardveres, sem a szoftveres gamma táblázat alapú fényerőkezelést. Emiatt a program árnyékolást alkalmaz, amennyiben a kijelző nincs tükrözve. Az egérkurzorra az árnyékolás nincs hatással, valamint képernyőhibák jelentkezhetnek, amikor teljes képernyős ablakváltás történik.";
/* Unknown display name /* Unknown display name
@ -141,7 +141,7 @@
/* Version */ /* Version */
"Version" = "Verzió"; "Version" = "Verzió";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Virtual Display" = "Virtuális kijelző"; "Virtual Display" = "Virtuális kijelző";
/* Shown in menu */ /* Shown in menu */
@ -151,4 +151,4 @@
"Yes" = "Igen"; "Yes" = "Igen";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"You need to enable MonitorControl in System Preferences > Security and Privacy > Accessibility for the keyboard shortcuts to work" = "Engedélyeznie kell a MonitorControlt a Rendszerbeállítások > Biztonság és adatvédelem > Kisegítő lehetőségek alatt a gyorsbillentyűk használatához!"; "You need to enable MonitorControl in System Settings > Security and Privacy > Accessibility for the keyboard shortcuts to work" = "Engedélyeznie kell a MonitorControlt a Rendszerbeállítások > Biztonság és adatvédelem > Kisegítő lehetőségek alatt a gyorsbillentyűk használatához!";

View file

@ -31,7 +31,7 @@
/* Class = "NSTextFieldCell"; title = "Welcome to MonitorControl"; ObjectID = "5J0-BD-top"; */ /* Class = "NSTextFieldCell"; title = "Welcome to MonitorControl"; ObjectID = "5J0-BD-top"; */
"5J0-BD-top.title" = "Welcome to MonitorControl"; "5J0-BD-top.title" = "Welcome to MonitorControl";
/* Class = "NSButtonCell"; title = "Reset Preferences"; ObjectID = "5yT-5F-X5R"; */ /* Class = "NSButtonCell"; title = "Reset Settings"; ObjectID = "5yT-5F-X5R"; */
"5yT-5F-X5R.title" = "Beállítások visszaállítása"; "5yT-5F-X5R.title" = "Beállítások visszaállítása";
/* Class = "NSMenuItem"; title = "Always hide"; ObjectID = "6mo-7S-oOO"; */ /* Class = "NSMenuItem"; title = "Always hide"; ObjectID = "6mo-7S-oOO"; */
@ -175,7 +175,7 @@
/* Class = "NSTextFieldCell"; title = "Override audio device name:"; ObjectID = "H9X-it-sXs"; */ /* Class = "NSTextFieldCell"; title = "Override audio device name:"; ObjectID = "H9X-it-sXs"; */
"H9X-it-sXs.title" = "Hangeszköz nevének felülírása:"; "H9X-it-sXs.title" = "Hangeszköz nevének felülírása:";
/* Class = "NSTextFieldCell"; title = "Relaunch the app to access Preferences if the menu option is not accessible. Use the button below to quit the app."; ObjectID = "hF7-fM-aKr"; */ /* Class = "NSTextFieldCell"; title = "Relaunch the app to access Settings if the menu option is not accessible. Use the button below to quit the app."; ObjectID = "hF7-fM-aKr"; */
"hF7-fM-aKr.title" = "Indítsa újra az alkalmazást a Beállítások eléréséhez, ha az opció rejtett. Az alábbi gombbal kiléphet az alkalmazásból."; "hF7-fM-aKr.title" = "Indítsa újra az alkalmazást a Beállítások eléréséhez, ha az opció rejtett. Az alábbi gombbal kiléphet az alkalmazásból.";
/* Class = "NSButtonCell"; title = "Get current"; ObjectID = "hkC-vq-IcD"; */ /* Class = "NSButtonCell"; title = "Get current"; ObjectID = "hkC-vq-IcD"; */
@ -217,7 +217,7 @@
/* Class = "NSButtonCell"; title = "Enable for Apple branded and built-in displays as well"; ObjectID = "K6A-4z-1aQ"; */ /* Class = "NSButtonCell"; title = "Enable for Apple branded and built-in displays as well"; ObjectID = "K6A-4z-1aQ"; */
"K6A-4z-1aQ.title" = "Engedélyezés Apple és beépített kijelzők esetén is"; "K6A-4z-1aQ.title" = "Engedélyezés Apple és beépített kijelzők esetén is";
/* Class = "NSTextFieldCell"; title = "MonitorControl needs access to \"accessibility\" to use macOS native keys to control your display.\nYou can enable it by adding MonitorControl in System Preferences > Security and Privacy > Accessibility."; ObjectID = "kBJ-Zf-1k2"; */ /* Class = "NSTextFieldCell"; title = "MonitorControl needs access to \"accessibility\" to use macOS native keys to control your display.\nYou can enable it by adding MonitorControl in System Settings > Security and Privacy > Accessibility."; ObjectID = "kBJ-Zf-1k2"; */
"kBJ-Zf-1k2.title" = "A MonitorControlnak engedélyre van szüksége ahhoz, hogy a fényerő és hangerő gombokra reagálhasson. Ehhez hozzá kell adni a MonitorControl alkalmazást a Rendszerbeállítások > Biztonság és adatvédelem > Kisegítő lehetőségek alatt."; "kBJ-Zf-1k2.title" = "A MonitorControlnak engedélyre van szüksége ahhoz, hogy a fényerő és hangerő gombokra reagálhasson. Ehhez hozzá kell adni a MonitorControl alkalmazást a Rendszerbeállítások > Biztonság és adatvédelem > Kisegítő lehetőségek alatt.";
/* Class = "NSTextFieldCell"; title = "Screen to control:"; ObjectID = "Kfj-WK-aSL"; */ /* Class = "NSTextFieldCell"; title = "Screen to control:"; ObjectID = "Kfj-WK-aSL"; */
@ -292,7 +292,7 @@
/* Class = "NSTextFieldCell"; title = "DDC max"; ObjectID = "psF-vX-AFB"; */ /* Class = "NSTextFieldCell"; title = "DDC max"; ObjectID = "psF-vX-AFB"; */
"psF-vX-AFB.title" = "DDC max"; "psF-vX-AFB.title" = "DDC max";
/* Class = "NSButtonCell"; title = "Open System Preferences…"; ObjectID = "pVc-wG-Bdh"; */ /* Class = "NSButtonCell"; title = "Open System Settings…"; ObjectID = "pVc-wG-Bdh"; */
"pVc-wG-Bdh.title" = "Rendszerbeállítások megnyitása…"; "pVc-wG-Bdh.title" = "Rendszerbeállítások megnyitása…";
/* Class = "NSTextFieldCell"; title = "Use software dimming after the display reached zero hardware brightness for extended range. Works for DDC controlled displays only."; ObjectID = "PyY-p9-3NP"; */ /* Class = "NSTextFieldCell"; title = "Use software dimming after the display reached zero hardware brightness for extended range. Works for DDC controlled displays only."; ObjectID = "PyY-p9-3NP"; */
@ -364,7 +364,7 @@
/* Class = "NSTextFieldCell"; title = "Useful when a display tends to reset its settings during sleep."; ObjectID = "w8B-x6-sq5"; */ /* Class = "NSTextFieldCell"; title = "Useful when a display tends to reset its settings during sleep."; ObjectID = "w8B-x6-sq5"; */
"w8B-x6-sq5.title" = "Hasznos, amikor a kijelző hajlamos visszaállni alvás után."; "w8B-x6-sq5.title" = "Hasznos, amikor a kijelző hajlamos visszaállni alvás után.";
/* Class = "NSTextFieldCell"; title = "Changes that are caused by the Ambient light sensor or made using Touch Bar, Control Center, System Preferences will be replicated to all displays."; ObjectID = "wjv-tq-iUx"; */ /* Class = "NSTextFieldCell"; title = "Changes that are caused by the Ambient light sensor or made using Touch Bar, Control Center, System Settings will be replicated to all displays."; ObjectID = "wjv-tq-iUx"; */
"wjv-tq-iUx.title" = "A környezetifény-érzékelő, Touch Bar, Vezérlőközpont módosításai minden kijelzőre hatással vannak."; "wjv-tq-iUx.title" = "A környezetifény-érzékelő, Touch Bar, Vezérlőközpont módosításai minden kijelzőre hatással vannak.";
/* Class = "NSMenuItem"; title = "Change volume for all screens"; ObjectID = "Xih-P5-NyM"; */ /* Class = "NSMenuItem"; title = "Change volume for all screens"; ObjectID = "Xih-P5-NyM"; */

View file

@ -11,7 +11,7 @@
"Are you sure you want to enable a longer delay? Doing so may freeze your system and require a restart. Start at login will be disabled as a safety measure." = "Sei sicuro di voler attivare un ritardo più lungo? Facendolo potresti bloccare il sistema e dover riavviare. L'avvio automatico al login verrà disabilitaco come misura di sicurezza."; "Are you sure you want to enable a longer delay? Doing so may freeze your system and require a restart. Start at login will be disabled as a safety measure." = "Sei sicuro di voler attivare un ritardo più lungo? Facendolo potresti bloccare il sistema e dover riavviare. L'avvio automatico al login verrà disabilitaco come misura di sicurezza.";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Are you sure you want to reset all preferences?" = "Sei sicuro di voler resettare tutte le preferenze?"; "Are you sure you want to reset all settings?" = "Sei sicuro di voler resettare tutte le preferenze?";
/* Shown in menu */ /* Shown in menu */
"Brightness" = "Luminosità"; "Brightness" = "Luminosità";
@ -19,7 +19,7 @@
/* Build */ /* Build */
"Build" = "Build"; "Build" = "Build";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Built-in Display" = "Monitor Integrato"; "Built-in Display" = "Monitor Integrato";
/* Shown in menu */ /* Shown in menu */
@ -43,16 +43,16 @@
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Enable Longer Delay?" = "Abilito un ritardo più lungo?"; "Enable Longer Delay?" = "Abilito un ritardo più lungo?";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"External Display" = "Monitor Esterno"; "External Display" = "Monitor Esterno";
/* Shown in the main prefs window */ /* Shown in the main prefs window */
"General" = "Generale"; "General" = "Generale";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Hardware (Apple)" = "Hardware (Apple)"; "Hardware (Apple)" = "Hardware (Apple)";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Hardware (DDC)" = "Hardware (DDC)"; "Hardware (DDC)" = "Hardware (DDC)";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
@ -76,61 +76,61 @@
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"No" = "No"; "No" = "No";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"No Control" = "Nessun Controllo"; "No Control" = "Nessun Controllo";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Other Display" = "Altri Monitor"; "Other Display" = "Altri Monitor";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Preferences for an incompatible previous app version detected. Default preferences are reloaded." = "Le impostazioni di una versione precedente incompatibile sono state trovate. Verranno caricate le impostazioni di default."; "Settings for an incompatible previous app version detected. Default settings are reloaded." = "Le impostazioni di una versione precedente incompatibile sono state trovate. Verranno caricate le impostazioni di default.";
/* Shown in menu */ /* Shown in menu */
"Preferences…" = "Preferenze…"; "Settings…" = "Preferenze…";
/* Shown in menu */ /* Shown in menu */
"Quit" = "Esci"; "Quit" = "Esci";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Reset Preferences?" = "Resetto le preferenze?"; "Reset Settings?" = "Resetto le preferenze?";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Safe Mode Activated" = "Safe Mode Attivato"; "Safe Mode Activated" = "Safe Mode Attivato";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Shift was pressed during launch. MonitorControl started in safe mode. Default preferences are reloaded, DDC read is blocked." = "Il tasto Maiuscole è stato premuto all'avvio. MonitorControl è stato avviato in modalità sicura. Preferenze di default, lettura DDC bloccata."; "Shift was pressed during launch. MonitorControl started in safe mode. Default settings are reloaded, DDC read is blocked." = "Il tasto Maiuscole è stato premuto all'avvio. MonitorControl è stato avviato in modalità sicura. Preferenze di default, lettura DDC bloccata.";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Shortcuts not available" = "Abbreviazioni non disponibili"; "Shortcuts not available" = "Abbreviazioni non disponibili";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Software (gamma)" = "Software (gamma)"; "Software (gamma)" = "Software (gamma)";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Software (gamma, forced)" = "Software (gamma, forzata)"; "Software (gamma, forced)" = "Software (gamma, forzata)";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Software (shade)" = "Software (attenuazione)"; "Software (shade)" = "Software (attenuazione)";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Software (shade, forced)" = "Software (attenuazione, forzata)"; "Software (shade, forced)" = "Software (attenuazione, forzata)";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"This display allows for software brightness control via gamma table manipulation or shade as it does not support hardware control. Reasons for this might be using the HDMI port of a Mac mini (which blocks hardware DDC control) or having a blacklisted display." = "Questo monitor permette il controllo software della luminositò attraverso la manipolazione della gammatable e non supporta un controllo hardware. Un motivo potrebbe essere Reasons l'utilizzo della porta HDMI su un Mac Mini (che blocca il controllo hardware DCC) oppure avere un monitor non supportato."; "This display allows for software brightness control via gamma table manipulation or shade as it does not support hardware control. Reasons for this might be using the HDMI port of a Mac mini (which blocks hardware DDC control) or having a blacklisted display." = "Questo monitor permette il controllo software della luminositò attraverso la manipolazione della gammatable e non supporta un controllo hardware. Un motivo potrebbe essere Reasons l'utilizzo della porta HDMI su un Mac Mini (che blocca il controllo hardware DCC) oppure avere un monitor non supportato.";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"This display has an unspecified control status." = "Questo monitor ha uno stato di controllo non specificato."; "This display has an unspecified control status." = "Questo monitor ha uno stato di controllo non specificato.";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"This display is reported to support hardware DDC control but the current settings allow for software control only." = "Questo monitor supporta il controllo DDC hardware ma le impostazioni correnti consentono solo quello software."; "This display is reported to support hardware DDC control but the current settings allow for software control only." = "Questo monitor supporta il controllo DDC hardware ma le impostazioni correnti consentono solo quello software.";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"This display is reported to support hardware DDC control. If you encounter issues, you can disable hardware DDC control to force software control." = "Questo monitor supporta il controllo DDC hardware. Se rilevi dei problemi, puoi disabilitarlo e forzare il controllo software."; "This display is reported to support hardware DDC control. If you encounter issues, you can disable hardware DDC control to force software control." = "Questo monitor supporta il controllo DDC hardware. Se rilevi dei problemi, puoi disabilitarlo e forzare il controllo software.";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"This display supports native Apple brightness protocol. This allows macOS to control this display without MonitorControl as well." = "Questo monitor supporta il protocollo nativo Apple della luminosità. Questo permette al macOS di controllare il monitor anhe senza l'utilizzo di MonitorControl."; "This display supports native Apple brightness protocol. This allows macOS to control this display without MonitorControl as well." = "Questo monitor supporta il protocollo nativo Apple della luminosità. Questo permette al macOS di controllare il monitor anhe senza l'utilizzo di MonitorControl.";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"This is a virtual display (examples: AirPlay, Sidecar, display connected via a DisplayLink Dock or similar) which does not allow hardware or software gammatable control. Shading is used as a substitute but only in non-mirror scenarios. Mouse cursor will be unaffected and artifacts may appear when entering/leaving full screen mode." = "Questo monitor è un di tipo virtuale (esempio: AirPlay, Sidecar, connessione via via DisplayLink Dock o simili) e non consente il controllo hardware o software della gammatable. La sfumatura è utilizzata in sostituzione ma solo in modalità non duplicazione. Il cursore del mouse non rimane invariato e si potrebbero verificare artefatti entrando/uscendo dalla modalità a pieno schermo."; "This is a virtual display (examples: AirPlay, Sidecar, display connected via a DisplayLink Dock or similar) which does not allow hardware or software gammatable control. Shading is used as a substitute but only in non-mirror scenarios. Mouse cursor will be unaffected and artifacts may appear when entering/leaving full screen mode." = "Questo monitor è un di tipo virtuale (esempio: AirPlay, Sidecar, connessione via via DisplayLink Dock o simili) e non consente il controllo hardware o software della gammatable. La sfumatura è utilizzata in sostituzione ma solo in modalità non duplicazione. Il cursore del mouse non rimane invariato e si potrebbero verificare artefatti entrando/uscendo dalla modalità a pieno schermo.";
/* Unknown display name */ /* Unknown display name */
@ -139,7 +139,7 @@
/* Version */ /* Version */
"Version" = "Versione"; "Version" = "Versione";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Virtual Display" = "Monitor Virtuale"; "Virtual Display" = "Monitor Virtuale";
/* Shown in menu */ /* Shown in menu */
@ -149,4 +149,4 @@
"Yes" = "Si"; "Yes" = "Si";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"You need to enable MonitorControl in System Preferences > Security and Privacy > Accessibility for the keyboard shortcuts to work" = "Devi abilitare MonitorControl nelle Preferenze di Sistema > Sicurezza e Privacy > Accessibilità affinchè le abbreviazioni da tastiera funzionino"; "You need to enable MonitorControl in System Settings > Security and Privacy > Accessibility for the keyboard shortcuts to work" = "Devi abilitare MonitorControl nelle Preferenze di Sistema > Sicurezza e Privacy > Accessibilità affinchè le abbreviazioni da tastiera funzionino";

View file

@ -31,7 +31,7 @@
/* Class = "NSTextFieldCell"; title = "Welcome to MonitorControl"; ObjectID = "5J0-BD-top"; */ /* Class = "NSTextFieldCell"; title = "Welcome to MonitorControl"; ObjectID = "5J0-BD-top"; */
"5J0-BD-top.title" = "Welcome to MonitorControl"; "5J0-BD-top.title" = "Welcome to MonitorControl";
/* Class = "NSButtonCell"; title = "Reset Preferences"; ObjectID = "5yT-5F-X5R"; */ /* Class = "NSButtonCell"; title = "Reset Settings"; ObjectID = "5yT-5F-X5R"; */
"5yT-5F-X5R.title" = "Resetta le Preferenze"; "5yT-5F-X5R.title" = "Resetta le Preferenze";
/* Class = "NSMenuItem"; title = "Always hide"; ObjectID = "6mo-7S-oOO"; */ /* Class = "NSMenuItem"; title = "Always hide"; ObjectID = "6mo-7S-oOO"; */
@ -175,7 +175,7 @@
/* Class = "NSTextFieldCell"; title = "Override audio device name:"; ObjectID = "H9X-it-sXs"; */ /* Class = "NSTextFieldCell"; title = "Override audio device name:"; ObjectID = "H9X-it-sXs"; */
"H9X-it-sXs.title" = "Sovrascrivi nome dispositivo audio:"; "H9X-it-sXs.title" = "Sovrascrivi nome dispositivo audio:";
/* Class = "NSTextFieldCell"; title = "Relaunch the app to access Preferences if the menu option is not accessible. Use the button below to quit the app."; ObjectID = "hF7-fM-aKr"; */ /* Class = "NSTextFieldCell"; title = "Relaunch the app to access Settings if the menu option is not accessible. Use the button below to quit the app."; ObjectID = "hF7-fM-aKr"; */
"hF7-fM-aKr.title" = "Riapri l'applicazione per accedere alla preferenze se l'opzione nel menu non è accessibile. Utilizza il bottone soprastante per chudere l'applicazione."; "hF7-fM-aKr.title" = "Riapri l'applicazione per accedere alla preferenze se l'opzione nel menu non è accessibile. Utilizza il bottone soprastante per chudere l'applicazione.";
/* Class = "NSButtonCell"; title = "Get current"; ObjectID = "hkC-vq-IcD"; */ /* Class = "NSButtonCell"; title = "Get current"; ObjectID = "hkC-vq-IcD"; */
@ -217,8 +217,8 @@
/* Class = "NSButtonCell"; title = "Enable for Apple branded and built-in displays as well"; ObjectID = "K6A-4z-1aQ"; */ /* Class = "NSButtonCell"; title = "Enable for Apple branded and built-in displays as well"; ObjectID = "K6A-4z-1aQ"; */
"K6A-4z-1aQ.title" = "Abilita anche per i monitor Apple ed incorporati"; "K6A-4z-1aQ.title" = "Abilita anche per i monitor Apple ed incorporati";
/* Class = "NSTextFieldCell"; title = "MonitorControl needs access to \"accessibility\" to use macOS native keys to control your display.\nYou can enable it by adding MonitorControl in System Preferences > Security and Privacy > Accessibility."; ObjectID = "kBJ-Zf-1k2"; */ /* Class = "NSTextFieldCell"; title = "MonitorControl needs access to \"accessibility\" to use macOS native keys to control your display.\nYou can enable it by adding MonitorControl in System Settings > Security and Privacy > Accessibility."; ObjectID = "kBJ-Zf-1k2"; */
"kBJ-Zf-1k2.title" = "MonitorControl needs access to \"accessibility\" to use macOS native keys to control your display.\nYou can enable it by adding MonitorControl in System Preferences > Security and Privacy > Accessibility."; "kBJ-Zf-1k2.title" = "MonitorControl needs access to \"accessibility\" to use macOS native keys to control your display.\nYou can enable it by adding MonitorControl in System Settings > Security and Privacy > Accessibility.";
/* Class = "NSTextFieldCell"; title = "Screen to control:"; ObjectID = "Kfj-WK-aSL"; */ /* Class = "NSTextFieldCell"; title = "Screen to control:"; ObjectID = "Kfj-WK-aSL"; */
"Kfj-WK-aSL.title" = "Monitor da controllare:"; "Kfj-WK-aSL.title" = "Monitor da controllare:";
@ -292,8 +292,8 @@
/* Class = "NSTextFieldCell"; title = "DDC max"; ObjectID = "psF-vX-AFB"; */ /* Class = "NSTextFieldCell"; title = "DDC max"; ObjectID = "psF-vX-AFB"; */
"psF-vX-AFB.title" = "Max DDC"; "psF-vX-AFB.title" = "Max DDC";
/* Class = "NSButtonCell"; title = "Open System Preferences…"; ObjectID = "pVc-wG-Bdh"; */ /* Class = "NSButtonCell"; title = "Open System Settings…"; ObjectID = "pVc-wG-Bdh"; */
"pVc-wG-Bdh.title" = "Open System Preferences…"; "pVc-wG-Bdh.title" = "Open System Settings…";
/* Class = "NSTextFieldCell"; title = "Use software dimming after the display reached zero hardware brightness for extended range. Works for DDC controlled displays only."; ObjectID = "PyY-p9-3NP"; */ /* Class = "NSTextFieldCell"; title = "Use software dimming after the display reached zero hardware brightness for extended range. Works for DDC controlled displays only."; ObjectID = "PyY-p9-3NP"; */
"PyY-p9-3NP.title" = "Utilizza l'attenuazione software quando il monitor ha raggiunto lo zero della luminosità hardware per estendere il range. Funziona solo per i monitor controllati via DDC."; "PyY-p9-3NP.title" = "Utilizza l'attenuazione software quando il monitor ha raggiunto lo zero della luminosità hardware per estendere il range. Funziona solo per i monitor controllati via DDC.";
@ -364,7 +364,7 @@
/* Class = "NSTextFieldCell"; title = "Useful when a display tends to reset its settings during sleep."; ObjectID = "w8B-x6-sq5"; */ /* Class = "NSTextFieldCell"; title = "Useful when a display tends to reset its settings during sleep."; ObjectID = "w8B-x6-sq5"; */
"w8B-x6-sq5.title" = "Utile se il monitor tende a resettare le impostazioni durante lo stop (sleep)."; "w8B-x6-sq5.title" = "Utile se il monitor tende a resettare le impostazioni durante lo stop (sleep).";
/* Class = "NSTextFieldCell"; title = "Changes that are caused by the Ambient light sensor or made using Touch Bar, Control Center, System Preferences will be replicated to all displays."; ObjectID = "wjv-tq-iUx"; */ /* Class = "NSTextFieldCell"; title = "Changes that are caused by the Ambient light sensor or made using Touch Bar, Control Center, System Settings will be replicated to all displays."; ObjectID = "wjv-tq-iUx"; */
"wjv-tq-iUx.title" = "Le modifiche provocate dal sensore di luce ambiente o fatte attraverso la Touch Bar, Centro di Controllo, Preferenze di Sistema verranno replicate su tutti i monitor."; "wjv-tq-iUx.title" = "Le modifiche provocate dal sensore di luce ambiente o fatte attraverso la Touch Bar, Centro di Controllo, Preferenze di Sistema verranno replicate su tutti i monitor.";
/* Class = "NSMenuItem"; title = "Change volume for all screens"; ObjectID = "Xih-P5-NyM"; */ /* Class = "NSMenuItem"; title = "Change volume for all screens"; ObjectID = "Xih-P5-NyM"; */

View file

@ -11,7 +11,7 @@
"Are you sure you want to enable a longer delay? Doing so may freeze your system and require a restart. Start at login will be disabled as a safety measure." = "より長い遅延を有効にしますか?場合によってはシステムがフリーズし、再起動が必要になる場合があります。安全対策として、ログイン時の起動は無効になります。"; "Are you sure you want to enable a longer delay? Doing so may freeze your system and require a restart. Start at login will be disabled as a safety measure." = "より長い遅延を有効にしますか?場合によってはシステムがフリーズし、再起動が必要になる場合があります。安全対策として、ログイン時の起動は無効になります。";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Are you sure you want to reset all preferences?" = "すべての設定をリセットしてよろしいですか?"; "Are you sure you want to reset all settings?" = "すべての設定をリセットしてよろしいですか?";
/* Shown in menu */ /* Shown in menu */
"Brightness" = "輝度"; "Brightness" = "輝度";
@ -19,7 +19,7 @@
/* Build */ /* Build */
"Build" = "ビルド"; "Build" = "ビルド";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Built-in Display" = "内蔵ディスプレイ"; "Built-in Display" = "内蔵ディスプレイ";
/* Shown in menu */ /* Shown in menu */
@ -43,16 +43,16 @@
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Enable Longer Delay?" = "長い遅延を有効にしますか?"; "Enable Longer Delay?" = "長い遅延を有効にしますか?";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"External Display" = "外部ディスプレイ"; "External Display" = "外部ディスプレイ";
/* Shown in the main prefs window */ /* Shown in the main prefs window */
"General" = "一般"; "General" = "一般";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Hardware (Apple)" = "ハードウェア (Apple)"; "Hardware (Apple)" = "ハードウェア (Apple)";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Hardware (DDC)" = "ハードウェア (DDC)"; "Hardware (DDC)" = "ハードウェア (DDC)";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
@ -76,61 +76,61 @@
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"No" = "いいえ"; "No" = "いいえ";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"No Control" = "コントロールなし"; "No Control" = "コントロールなし";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Other Display" = "外部ディスプレイ"; "Other Display" = "外部ディスプレイ";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Preferences for an incompatible previous app version detected. Default preferences are reloaded." = "互換性のない以前のアプリ バージョンの設定が検出されました。デフォルトの環境設定が再ロードされます。"; "Settings for an incompatible previous app version detected. Default settings are reloaded." = "互換性のない以前のアプリ バージョンの設定が検出されました。デフォルトの環境設定が再ロードされます。";
/* Shown in menu */ /* Shown in menu */
"Preferences…" = "設定を開く…"; "Settings…" = "設定を開く…";
/* Shown in menu */ /* Shown in menu */
"Quit" = "終了"; "Quit" = "終了";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Reset Preferences?" = "設定をリセットしますか?"; "Reset Settings?" = "設定をリセットしますか?";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Safe Mode Activated" = "セーフモードが有効になりました"; "Safe Mode Activated" = "セーフモードが有効になりました";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Shift was pressed during launch. MonitorControl started in safe mode. Default preferences are reloaded, DDC read is blocked." = "起動中にShiftキーが押されたため、MonitorControlはセーフモードで開始されました。デフォルトの設定が再びロードされ、DDCの読み取りはブロックされます。"; "Shift was pressed during launch. MonitorControl started in safe mode. Default settings are reloaded, DDC read is blocked." = "起動中にShiftキーが押されたため、MonitorControlはセーフモードで開始されました。デフォルトの設定が再びロードされ、DDCの読み取りはブロックされます。";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Shortcuts not available" = "ショートカットは利用できません"; "Shortcuts not available" = "ショートカットは利用できません";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Software (gamma)" = "ソフトウェア (ガンマ)"; "Software (gamma)" = "ソフトウェア (ガンマ)";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Software (gamma, forced)" = "ソフトウェア (ガンマ, 強制)"; "Software (gamma, forced)" = "ソフトウェア (ガンマ, 強制)";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Software (shade)" = "ソフトウェア (シェード)"; "Software (shade)" = "ソフトウェア (シェード)";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Software (shade, forced)" = "ソフトウェア (シェード, 強制)"; "Software (shade, forced)" = "ソフトウェア (シェード, 強制)";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"This display allows for software brightness control via gamma table manipulation or shade as it does not support hardware control. Reasons for this might be using the HDMI port of a Mac mini (which blocks hardware DDC control) or having a blacklisted display." = "このディスプレイはハードウェア制御をサポートしていないため、ガンマ テーブル操作またはシェードを介してソフトウェアの明るさを制御できます。この理由としては、Mac miniのHDMIポート(ハードウェアDDC 制御がブロックされている) を使用しているか、ブラックリストに登録されているディスプレイが使用されていることが考えられます。"; "This display allows for software brightness control via gamma table manipulation or shade as it does not support hardware control. Reasons for this might be using the HDMI port of a Mac mini (which blocks hardware DDC control) or having a blacklisted display." = "このディスプレイはハードウェア制御をサポートしていないため、ガンマ テーブル操作またはシェードを介してソフトウェアの明るさを制御できます。この理由としては、Mac miniのHDMIポート(ハードウェアDDC 制御がブロックされている) を使用しているか、ブラックリストに登録されているディスプレイが使用されていることが考えられます。";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"This display has an unspecified control status." = "このディスプレイの制御ステータスは特定されていません。"; "This display has an unspecified control status." = "このディスプレイの制御ステータスは特定されていません。";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"This display is reported to support hardware DDC control but the current settings allow for software control only." = "このディスプレイはハードウェアDDC制御をサポートしていると報告されていますが、現在の設定ではソフトウェア制御のみが可能です。"; "This display is reported to support hardware DDC control but the current settings allow for software control only." = "このディスプレイはハードウェアDDC制御をサポートしていると報告されていますが、現在の設定ではソフトウェア制御のみが可能です。";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"This display is reported to support hardware DDC control. If you encounter issues, you can disable hardware DDC control to force software control." = "このディスプレイはハードウェアDDC制御をサポートしていると報告されています。問題が発生した場合は、ハードウェアDDC制御を無効にしてソフトウェア制御を強制することができます。"; "This display is reported to support hardware DDC control. If you encounter issues, you can disable hardware DDC control to force software control." = "このディスプレイはハードウェアDDC制御をサポートしていると報告されています。問題が発生した場合は、ハードウェアDDC制御を無効にしてソフトウェア制御を強制することができます。";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"This display supports native Apple brightness protocol. This allows macOS to control this display without MonitorControl as well." = "このディスプレイは、ネイティブのApple輝度プロトコルをサポートしています。これにより、macOSはMonitorControl なしでもこのディスプレイを制御できるようになります。"; "This display supports native Apple brightness protocol. This allows macOS to control this display without MonitorControl as well." = "このディスプレイは、ネイティブのApple輝度プロトコルをサポートしています。これにより、macOSはMonitorControl なしでもこのディスプレイを制御できるようになります。";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"This is a virtual display (examples: AirPlay, Sidecar, display connected via a DisplayLink Dock or similar) which does not allow hardware or software gammatable control. Shading is used as a substitute but only in non-mirror scenarios. Mouse cursor will be unaffected and artifacts may appear when entering/leaving full screen mode." = "これは仮想ディスプレイ (例: AirPlay、Sidecar、DisplayLink Dock などを介して接続されたディスプレイ) であり、ハードウェアまたはソフトウェアのガンマテーブル制御を許可しません。代わりにシェーディングが使用されますが、ミラー以外のシナリオでのみ使用されます。マウスカーソルは影響を受けませんが、全画面モードを切り替える際にアーティファクトが表示される場合があります。"; "This is a virtual display (examples: AirPlay, Sidecar, display connected via a DisplayLink Dock or similar) which does not allow hardware or software gammatable control. Shading is used as a substitute but only in non-mirror scenarios. Mouse cursor will be unaffected and artifacts may appear when entering/leaving full screen mode." = "これは仮想ディスプレイ (例: AirPlay、Sidecar、DisplayLink Dock などを介して接続されたディスプレイ) であり、ハードウェアまたはソフトウェアのガンマテーブル制御を許可しません。代わりにシェーディングが使用されますが、ミラー以外のシナリオでのみ使用されます。マウスカーソルは影響を受けませんが、全画面モードを切り替える際にアーティファクトが表示される場合があります。";
/* Unknown display name */ /* Unknown display name */
@ -139,7 +139,7 @@
/* Version */ /* Version */
"Version" = "バージョン"; "Version" = "バージョン";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Virtual Display" = "仮想ディスプレイ"; "Virtual Display" = "仮想ディスプレイ";
/* Shown in menu */ /* Shown in menu */
@ -149,4 +149,4 @@
"Yes" = "はい"; "Yes" = "はい";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"You need to enable MonitorControl in System Preferences > Security and Privacy > Accessibility for the keyboard shortcuts to work" = "キーボードショートカットを機能させるには、システム環境設定 > セキュリティとプライバシー > アクセシビリティ で MonitorControl を有効にする必要があります。"; "You need to enable MonitorControl in System Settings > Security and Privacy > Accessibility for the keyboard shortcuts to work" = "キーボードショートカットを機能させるには、システム環境設定 > セキュリティとプライバシー > アクセシビリティ で MonitorControl を有効にする必要があります。";

View file

@ -41,7 +41,7 @@
/* Class = "NSTextFieldCell"; title = "Welcome to MonitorControl"; ObjectID = "5J0-BD-top"; */ /* Class = "NSTextFieldCell"; title = "Welcome to MonitorControl"; ObjectID = "5J0-BD-top"; */
"5J0-BD-top.title" = "MonitorControl にようこそ"; "5J0-BD-top.title" = "MonitorControl にようこそ";
/* Class = "NSButtonCell"; title = "Reset Preferences"; ObjectID = "5yT-5F-X5R"; */ /* Class = "NSButtonCell"; title = "Reset Settings"; ObjectID = "5yT-5F-X5R"; */
"5yT-5F-X5R.title" = "設定をリセット"; "5yT-5F-X5R.title" = "設定をリセット";
/* Class = "NSTextFieldCell"; title = "#bc-ignore!"; ObjectID = "6GJ-6Q-gqz"; */ /* Class = "NSTextFieldCell"; title = "#bc-ignore!"; ObjectID = "6GJ-6Q-gqz"; */
@ -302,7 +302,7 @@
/* Class = "NSTextFieldCell"; title = "Brightness slider for hardware or software controlled displays or TVs."; ObjectID = "gXH-HL-ZOL"; */ /* Class = "NSTextFieldCell"; title = "Brightness slider for hardware or software controlled displays or TVs."; ObjectID = "gXH-HL-ZOL"; */
"gXH-HL-ZOL.title" = "ハードウェアまたはソフトウェアで制御されるディスプレイまたはTVの輝度スライダー。"; "gXH-HL-ZOL.title" = "ハードウェアまたはソフトウェアで制御されるディスプレイまたはTVの輝度スライダー。";
/* Class = "NSTextFieldCell"; title = "Relaunch the app to access Preferences if the menu option is not accessible. Use the button below to quit the app."; ObjectID = "hF7-fM-aKr"; */ /* Class = "NSTextFieldCell"; title = "Relaunch the app to access Settings if the menu option is not accessible. Use the button below to quit the app."; ObjectID = "hF7-fM-aKr"; */
"hF7-fM-aKr.title" = "メニューオプションにアクセスできない場合は、アプリを再起動して環境設定にアクセスします。アプリを終了するには、下のボタンを使用してください。"; "hF7-fM-aKr.title" = "メニューオプションにアクセスできない場合は、アプリを再起動して環境設定にアクセスします。アプリを終了するには、下のボタンを使用してください。";
/* Class = "NSButtonCell"; title = "Get current"; ObjectID = "hkC-vq-IcD"; */ /* Class = "NSButtonCell"; title = "Get current"; ObjectID = "hkC-vq-IcD"; */
@ -326,7 +326,7 @@
/* Class = "NSButtonCell"; title = "Check for updates"; ObjectID = "jVH-oc-rUi"; */ /* Class = "NSButtonCell"; title = "Check for updates"; ObjectID = "jVH-oc-rUi"; */
"jVH-oc-rUi.title" = "アップデートを確認"; "jVH-oc-rUi.title" = "アップデートを確認";
/* Class = "NSTextFieldCell"; title = "MonitorControl needs access to \"accessibility\" to use macOS native keys to control your display.\nYou can enable it by adding MonitorControl in System Preferences > Security and Privacy > Accessibility."; ObjectID = "kBJ-Zf-1k2"; */ /* Class = "NSTextFieldCell"; title = "MonitorControl needs access to \"accessibility\" to use macOS native keys to control your display.\nYou can enable it by adding MonitorControl in System Settings > Security and Privacy > Accessibility."; ObjectID = "kBJ-Zf-1k2"; */
"kBJ-Zf-1k2.title" = "macOSネイティブキーを使用してディスプレイを制御するには、MonitorControlが\"アクセシビリティ\"にアクセスする必要があります。\nこれを有効にするには、システム環境設定 > セキュリティとプライバシー > アクセシビリティ で MonitorControlを追加します。"; "kBJ-Zf-1k2.title" = "macOSネイティブキーを使用してディスプレイを制御するには、MonitorControlが\"アクセシビリティ\"にアクセスする必要があります。\nこれを有効にするには、システム環境設定 > セキュリティとプライバシー > アクセシビリティ で MonitorControlを追加します。";
/* Class = "NSMenuItem"; title = "Depends on mouse pointer position"; ObjectID = "km4-hK-auM"; */ /* Class = "NSMenuItem"; title = "Depends on mouse pointer position"; ObjectID = "km4-hK-auM"; */
@ -368,7 +368,7 @@
/* Class = "NSTextFieldCell"; title = "#bc-ignore!"; ObjectID = "pIy-Lk-kkm"; */ /* Class = "NSTextFieldCell"; title = "#bc-ignore!"; ObjectID = "pIy-Lk-kkm"; */
"pIy-Lk-kkm.title" = "#bc-ignore!"; "pIy-Lk-kkm.title" = "#bc-ignore!";
/* Class = "NSButtonCell"; title = "Open System Preferences…"; ObjectID = "pVc-wG-Bdh"; */ /* Class = "NSButtonCell"; title = "Open System Settings…"; ObjectID = "pVc-wG-Bdh"; */
"pVc-wG-Bdh.title" = "システム環境設定を開く…"; "pVc-wG-Bdh.title" = "システム環境設定を開く…";
/* Class = "NSTextFieldCell"; title = "Use the brightness keys of your Apple keyboard to control brightness. You can hold Control to adjust the built-in display, Control+Command to adjust external displays. Hold Shift+Option for fine control. Control+Option+Command adjusts contrast on DDC compatible displays."; ObjectID = "pa0-Hz-ace"; */ /* Class = "NSTextFieldCell"; title = "Use the brightness keys of your Apple keyboard to control brightness. You can hold Control to adjust the built-in display, Control+Command to adjust external displays. Hold Shift+Option for fine control. Control+Option+Command adjusts contrast on DDC compatible displays."; ObjectID = "pa0-Hz-ace"; */
@ -422,7 +422,7 @@
/* Class = "NSTextFieldCell"; title = "Useful when a display tends to reset its settings during sleep."; ObjectID = "w8B-x6-sq5"; */ /* Class = "NSTextFieldCell"; title = "Useful when a display tends to reset its settings during sleep."; ObjectID = "w8B-x6-sq5"; */
"w8B-x6-sq5.title" = "ディスプレイがスリープ中に設定をリセットする傾向がある場合に便利です。"; "w8B-x6-sq5.title" = "ディスプレイがスリープ中に設定をリセットする傾向がある場合に便利です。";
/* Class = "NSTextFieldCell"; title = "Changes that are caused by the Ambient light sensor or made using Touch Bar, Control Center, System Preferences will be replicated to all displays."; ObjectID = "wjv-tq-iUx"; */ /* Class = "NSTextFieldCell"; title = "Changes that are caused by the Ambient light sensor or made using Touch Bar, Control Center, System Settings will be replicated to all displays."; ObjectID = "wjv-tq-iUx"; */
"wjv-tq-iUx.title" = "環境光センサーによる変更、もしくはTouchBar、コントロールセンター、システム環境設定を使用して行われた変更は、すべてのディスプレイに反映されます。"; "wjv-tq-iUx.title" = "環境光センサーによる変更、もしくはTouchBar、コントロールセンター、システム環境設定を使用して行われた変更は、すべてのディスプレイに反映されます。";
/* Class = "NSMenuItem"; title = "Only if at least one slider is present"; ObjectID = "xLa-PN-rsq"; */ /* Class = "NSMenuItem"; title = "Only if at least one slider is present"; ObjectID = "xLa-PN-rsq"; */

View file

@ -11,7 +11,7 @@
"Are you sure you want to enable a longer delay? Doing so may freeze your system and require a restart. Start at login will be disabled as a safety measure." = "응답 지연 시간을 연장하시겠습니까? 시스템이 멈추거나 재시작이 필요할 수 있습니다. 로그인 시 자동 실행 옵션은 안전을 위해 비활성화됩니다."; "Are you sure you want to enable a longer delay? Doing so may freeze your system and require a restart. Start at login will be disabled as a safety measure." = "응답 지연 시간을 연장하시겠습니까? 시스템이 멈추거나 재시작이 필요할 수 있습니다. 로그인 시 자동 실행 옵션은 안전을 위해 비활성화됩니다.";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Are you sure you want to reset all preferences?" = "모든 설정을 초기화 하시겠습니까?"; "Are you sure you want to reset all settings?" = "모든 설정을 초기화 하시겠습니까?";
/* Shown in menu */ /* Shown in menu */
"Brightness" = "밝기"; "Brightness" = "밝기";
@ -19,7 +19,7 @@
/* Build */ /* Build */
"Build" = "빌드"; "Build" = "빌드";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Built-in Display" = "내장 디스플레이"; "Built-in Display" = "내장 디스플레이";
/* Shown in menu */ /* Shown in menu */
@ -43,16 +43,16 @@
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Enable Longer Delay?" = "응답지연 시간 연장"; "Enable Longer Delay?" = "응답지연 시간 연장";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"External Display" = "외장 디스플레이"; "External Display" = "외장 디스플레이";
/* Shown in the main prefs window */ /* Shown in the main prefs window */
"General" = "일반"; "General" = "일반";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Hardware (Apple)" = "하드웨어 (Apple)"; "Hardware (Apple)" = "하드웨어 (Apple)";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Hardware (DDC)" = "하드웨어 (DDC)"; "Hardware (DDC)" = "하드웨어 (DDC)";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
@ -76,61 +76,61 @@
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"No" = "아니오"; "No" = "아니오";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"No Control" = "No Control"; "No Control" = "No Control";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Other Display" = "그 외 디스플레이"; "Other Display" = "그 외 디스플레이";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Preferences for an incompatible previous app version detected. Default preferences are reloaded." = "호환되지 않는 이전 앱 버전에 대한 기본 설정이 감지되었습니다. 기본 환경설정을 다시 불러옵니다."; "Settings for an incompatible previous app version detected. Default settings are reloaded." = "호환되지 않는 이전 앱 버전에 대한 기본 설정이 감지되었습니다. 기본 환경설정을 다시 불러옵니다.";
/* Shown in menu */ /* Shown in menu */
"Preferences…" = "환경설정…"; "Settings…" = "환경설정…";
/* Shown in menu */ /* Shown in menu */
"Quit" = "종료"; "Quit" = "종료";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Reset Preferences?" = "설정 초기화"; "Reset Settings?" = "설정 초기화";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Safe Mode Activated" = "안전모드 활성화 됨"; "Safe Mode Activated" = "안전모드 활성화 됨";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Shift was pressed during launch. MonitorControl started in safe mode. Default preferences are reloaded, DDC read is blocked." = "Shift 키가 눌린 채로 시작되었습니다. MonitorControl이 안전모드로 시작되었습니다. 기본 설정을 다시 불러왔으며, DDC 읽기가 제한됩니다."; "Shift was pressed during launch. MonitorControl started in safe mode. Default settings are reloaded, DDC read is blocked." = "Shift 키가 눌린 채로 시작되었습니다. MonitorControl이 안전모드로 시작되었습니다. 기본 설정을 다시 불러왔으며, DDC 읽기가 제한됩니다.";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Shortcuts not available" = "단축키를 사용할 수 없음"; "Shortcuts not available" = "단축키를 사용할 수 없음";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Software (gamma)" = "소프트웨어 (감마)"; "Software (gamma)" = "소프트웨어 (감마)";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Software (gamma, forced)" = "소프트웨어 (감마, 강제 적용)"; "Software (gamma, forced)" = "소프트웨어 (감마, 강제 적용)";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Software (shade)" = "소프트웨어 (명암)"; "Software (shade)" = "소프트웨어 (명암)";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Software (shade, forced)" = "소프트웨어 (명암, 강제 적용)"; "Software (shade, forced)" = "소프트웨어 (명암, 강제 적용)";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"This display allows for software brightness control via gamma table manipulation or shade as it does not support hardware control. Reasons for this might be using the HDMI port of a Mac mini (which blocks hardware DDC control) or having a blacklisted display." = "이 디스플레이는 하드웨어 제어를 지원하지 않기 때문에 감마 테이블과 명암 조절을 통해 소프트웨어로 밝기를 제어합니다. 그 이유는 하드웨어 DDC 제어가 차단된 Mac mini의 HDMI 포트를 사용하였거나 블랙리스트에 포함된 디스플레이를 사용하고 있기 때문일 수 있습니다."; "This display allows for software brightness control via gamma table manipulation or shade as it does not support hardware control. Reasons for this might be using the HDMI port of a Mac mini (which blocks hardware DDC control) or having a blacklisted display." = "이 디스플레이는 하드웨어 제어를 지원하지 않기 때문에 감마 테이블과 명암 조절을 통해 소프트웨어로 밝기를 제어합니다. 그 이유는 하드웨어 DDC 제어가 차단된 Mac mini의 HDMI 포트를 사용하였거나 블랙리스트에 포함된 디스플레이를 사용하고 있기 때문일 수 있습니다.";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"This display has an unspecified control status." = "이 디스플레이에는 지정되지 않은 제어 상태가 있습니다."; "This display has an unspecified control status." = "이 디스플레이에는 지정되지 않은 제어 상태가 있습니다.";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"This display is reported to support hardware DDC control but the current settings allow for software control only." = "이 디스플레이는 하드웨어 DDC 제어를 지원하는 것으로 보고되었지만 현재 설정은 소프트웨어 제어만 허용합니다."; "This display is reported to support hardware DDC control but the current settings allow for software control only." = "이 디스플레이는 하드웨어 DDC 제어를 지원하는 것으로 보고되었지만 현재 설정은 소프트웨어 제어만 허용합니다.";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"This display is reported to support hardware DDC control. If you encounter issues, you can disable hardware DDC control to force software control." = "이 디스플레이는 하드웨어 DDC 제어를 지원하는 것으로 보고되었습니다. 문제가 발생하면 하드웨어 DDC 제어를 비활성화하여 소프트웨어 제어를 강제 실행할 수 있습니다."; "This display is reported to support hardware DDC control. If you encounter issues, you can disable hardware DDC control to force software control." = "이 디스플레이는 하드웨어 DDC 제어를 지원하는 것으로 보고되었습니다. 문제가 발생하면 하드웨어 DDC 제어를 비활성화하여 소프트웨어 제어를 강제 실행할 수 있습니다.";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"This display supports native Apple brightness protocol. This allows macOS to control this display without MonitorControl as well." = "이 디스플레이는 기본 Apple 밝기 프로토콜을 지원합니다. 이를 통해 macOS는 MonitorControl 없이도 이 디스플레이를 제어할 수 있습니다."; "This display supports native Apple brightness protocol. This allows macOS to control this display without MonitorControl as well." = "이 디스플레이는 기본 Apple 밝기 프로토콜을 지원합니다. 이를 통해 macOS는 MonitorControl 없이도 이 디스플레이를 제어할 수 있습니다.";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"This is a virtual display (examples: AirPlay, Sidecar, display connected via a DisplayLink Dock or similar) which does not allow hardware or software gammatable control. Shading is used as a substitute but only in non-mirror scenarios. Mouse cursor will be unaffected and artifacts may appear when entering/leaving full screen mode." = "하드웨어 또는 소프트웨어 감마 설정을 허용하지 않는 가상 디스플레이(예: AirPlay, Sidecar, DisplayLink Dock을 통해 연결된 디스플레이 등)입니다. 명암 조절이 대신 사용되지만 미러링이 아닌 경우에만 사용됩니다. 마우스 커서는 영향을 받지 않으며 전체 화면 모드에 들어가거나 나갈 때 아티팩트가 나타날 수 있습니다."; "This is a virtual display (examples: AirPlay, Sidecar, display connected via a DisplayLink Dock or similar) which does not allow hardware or software gammatable control. Shading is used as a substitute but only in non-mirror scenarios. Mouse cursor will be unaffected and artifacts may appear when entering/leaving full screen mode." = "하드웨어 또는 소프트웨어 감마 설정을 허용하지 않는 가상 디스플레이(예: AirPlay, Sidecar, DisplayLink Dock을 통해 연결된 디스플레이 등)입니다. 명암 조절이 대신 사용되지만 미러링이 아닌 경우에만 사용됩니다. 마우스 커서는 영향을 받지 않으며 전체 화면 모드에 들어가거나 나갈 때 아티팩트가 나타날 수 있습니다.";
/* Unknown display name */ /* Unknown display name */
@ -139,7 +139,7 @@
/* Version */ /* Version */
"Version" = "버전"; "Version" = "버전";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Virtual Display" = "가상 디스플레이"; "Virtual Display" = "가상 디스플레이";
/* Shown in menu */ /* Shown in menu */
@ -149,4 +149,4 @@
"Yes" = "예"; "Yes" = "예";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"You need to enable MonitorControl in System Preferences > Security and Privacy > Accessibility for the keyboard shortcuts to work" = "단축키가 동작하기 위해서는 시스템 환경설정 > 개인정보 보호 및 보안 > 손쉬운 사용에서 MonitorControl을 활성화해야 합니다."; "You need to enable MonitorControl in System Settings > Security and Privacy > Accessibility for the keyboard shortcuts to work" = "단축키가 동작하기 위해서는 시스템 환경설정 > 개인정보 보호 및 보안 > 손쉬운 사용에서 MonitorControl을 활성화해야 합니다.";

View file

@ -31,7 +31,7 @@
/* Class = "NSTextFieldCell"; title = "Welcome to MonitorControl"; ObjectID = "5J0-BD-top"; */ /* Class = "NSTextFieldCell"; title = "Welcome to MonitorControl"; ObjectID = "5J0-BD-top"; */
"5J0-BD-top.title" = "MonitorControl에 오신 것을 환영합니다"; "5J0-BD-top.title" = "MonitorControl에 오신 것을 환영합니다";
/* Class = "NSButtonCell"; title = "Reset Preferences"; ObjectID = "5yT-5F-X5R"; */ /* Class = "NSButtonCell"; title = "Reset Settings"; ObjectID = "5yT-5F-X5R"; */
"5yT-5F-X5R.title" = "환경설정 초기화"; "5yT-5F-X5R.title" = "환경설정 초기화";
/* Class = "NSMenuItem"; title = "Always hide"; ObjectID = "6mo-7S-oOO"; */ /* Class = "NSMenuItem"; title = "Always hide"; ObjectID = "6mo-7S-oOO"; */
@ -175,7 +175,7 @@
/* Class = "NSTextFieldCell"; title = "Override audio device name:"; ObjectID = "H9X-it-sXs"; */ /* Class = "NSTextFieldCell"; title = "Override audio device name:"; ObjectID = "H9X-it-sXs"; */
"H9X-it-sXs.title" = "오디오 장치 이름 재정의:"; "H9X-it-sXs.title" = "오디오 장치 이름 재정의:";
/* Class = "NSTextFieldCell"; title = "Relaunch the app to access Preferences if the menu option is not accessible. Use the button below to quit the app."; ObjectID = "hF7-fM-aKr"; */ /* Class = "NSTextFieldCell"; title = "Relaunch the app to access Settings if the menu option is not accessible. Use the button below to quit the app."; ObjectID = "hF7-fM-aKr"; */
"hF7-fM-aKr.title" = "메뉴 옵션에 접근할 수 없는 경우, 앱을 다시 실행하여 기본 설정에 접근합니다. 아래의 버튼을 사용하여 앱을 종료합니다."; "hF7-fM-aKr.title" = "메뉴 옵션에 접근할 수 없는 경우, 앱을 다시 실행하여 기본 설정에 접근합니다. 아래의 버튼을 사용하여 앱을 종료합니다.";
/* Class = "NSButtonCell"; title = "Get current"; ObjectID = "hkC-vq-IcD"; */ /* Class = "NSButtonCell"; title = "Get current"; ObjectID = "hkC-vq-IcD"; */
@ -217,7 +217,7 @@
/* Class = "NSButtonCell"; title = "Enable for Apple branded and built-in displays as well"; ObjectID = "K6A-4z-1aQ"; */ /* Class = "NSButtonCell"; title = "Enable for Apple branded and built-in displays as well"; ObjectID = "K6A-4z-1aQ"; */
"K6A-4z-1aQ.title" = "Apple 전용 및 내장 디스플레이에도 활성화"; "K6A-4z-1aQ.title" = "Apple 전용 및 내장 디스플레이에도 활성화";
/* Class = "NSTextFieldCell"; title = "MonitorControl needs access to \"accessibility\" to use macOS native keys to control your display.\nYou can enable it by adding MonitorControl in System Preferences > Security and Privacy > Accessibility."; ObjectID = "kBJ-Zf-1k2"; */ /* Class = "NSTextFieldCell"; title = "MonitorControl needs access to \"accessibility\" to use macOS native keys to control your display.\nYou can enable it by adding MonitorControl in System Settings > Security and Privacy > Accessibility."; ObjectID = "kBJ-Zf-1k2"; */
"kBJ-Zf-1k2.title" = "MonitorControl이 macOS 기본 키를 사용하여 디스플레이를 제어하려면 \"손쉬운 사용\"에 접근할 수 있어야 합니다.\n시스템 환경설정 > 개인정보 보호 및 보안 > 손쉬운 사용에서 MonitorControl을 추가하여 이 기능을 활성화할 수 있습니다."; "kBJ-Zf-1k2.title" = "MonitorControl이 macOS 기본 키를 사용하여 디스플레이를 제어하려면 \"손쉬운 사용\"에 접근할 수 있어야 합니다.\n시스템 환경설정 > 개인정보 보호 및 보안 > 손쉬운 사용에서 MonitorControl을 추가하여 이 기능을 활성화할 수 있습니다.";
/* Class = "NSTextFieldCell"; title = "Screen to control:"; ObjectID = "Kfj-WK-aSL"; */ /* Class = "NSTextFieldCell"; title = "Screen to control:"; ObjectID = "Kfj-WK-aSL"; */
@ -292,7 +292,7 @@
/* Class = "NSTextFieldCell"; title = "DDC max"; ObjectID = "psF-vX-AFB"; */ /* Class = "NSTextFieldCell"; title = "DDC max"; ObjectID = "psF-vX-AFB"; */
"psF-vX-AFB.title" = "DDC 최댓값"; "psF-vX-AFB.title" = "DDC 최댓값";
/* Class = "NSButtonCell"; title = "Open System Preferences…"; ObjectID = "pVc-wG-Bdh"; */ /* Class = "NSButtonCell"; title = "Open System Settings…"; ObjectID = "pVc-wG-Bdh"; */
"pVc-wG-Bdh.title" = "시스템 환경설정 열기…"; "pVc-wG-Bdh.title" = "시스템 환경설정 열기…";
/* Class = "NSTextFieldCell"; title = "Use software dimming after the display reached zero hardware brightness for extended range. Works for DDC controlled displays only."; ObjectID = "PyY-p9-3NP"; */ /* Class = "NSTextFieldCell"; title = "Use software dimming after the display reached zero hardware brightness for extended range. Works for DDC controlled displays only."; ObjectID = "PyY-p9-3NP"; */
@ -364,7 +364,7 @@
/* Class = "NSTextFieldCell"; title = "Useful when a display tends to reset its settings during sleep."; ObjectID = "w8B-x6-sq5"; */ /* Class = "NSTextFieldCell"; title = "Useful when a display tends to reset its settings during sleep."; ObjectID = "w8B-x6-sq5"; */
"w8B-x6-sq5.title" = "디스플레이가 절전 중에 재설정을 하는 경우 유용하게 사용 가능합니다."; "w8B-x6-sq5.title" = "디스플레이가 절전 중에 재설정을 하는 경우 유용하게 사용 가능합니다.";
/* Class = "NSTextFieldCell"; title = "Changes that are caused by the Ambient light sensor or made using Touch Bar, Control Center, System Preferences will be replicated to all displays."; ObjectID = "wjv-tq-iUx"; */ /* Class = "NSTextFieldCell"; title = "Changes that are caused by the Ambient light sensor or made using Touch Bar, Control Center, System Settings will be replicated to all displays."; ObjectID = "wjv-tq-iUx"; */
"wjv-tq-iUx.title" = "조도 센서로 인해 변경되었거나 Touch Bar, 제어 센터, 시스템 환경설정을 사용하여 변경한 사항은 모든 디스플레이에 적용됩니다."; "wjv-tq-iUx.title" = "조도 센서로 인해 변경되었거나 Touch Bar, 제어 센터, 시스템 환경설정을 사용하여 변경한 사항은 모든 디스플레이에 적용됩니다.";
/* Class = "NSMenuItem"; title = "Change volume for all screens"; ObjectID = "Xih-P5-NyM"; */ /* Class = "NSMenuItem"; title = "Change volume for all screens"; ObjectID = "Xih-P5-NyM"; */

View file

@ -11,7 +11,7 @@
"Are you sure you want to enable a longer delay? Doing so may freeze your system and require a restart. Start at login will be disabled as a safety measure." = "Weet u zeker dat u een langere vertraging wilt inschakelen? Als u dit doet kan uw systeem vastlopen en een herstart nodig hebben. Start bij het inloggen wordt uitgeschakeld als veiligheidsmaatregel."; "Are you sure you want to enable a longer delay? Doing so may freeze your system and require a restart. Start at login will be disabled as a safety measure." = "Weet u zeker dat u een langere vertraging wilt inschakelen? Als u dit doet kan uw systeem vastlopen en een herstart nodig hebben. Start bij het inloggen wordt uitgeschakeld als veiligheidsmaatregel.";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Are you sure you want to reset all preferences?" = "Weet u zeker dat u alle voorkeuren wilt herstellen?"; "Are you sure you want to reset all settings?" = "Weet u zeker dat u alle voorkeuren wilt herstellen?";
/* Shown in menu */ /* Shown in menu */
"Brightness" = "Helderheid"; "Brightness" = "Helderheid";
@ -19,7 +19,7 @@
/* Build */ /* Build */
"Build" = "Build"; "Build" = "Build";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Built-in Display" = "Ingebouwd Scherm"; "Built-in Display" = "Ingebouwd Scherm";
/* Shown in menu */ /* Shown in menu */
@ -43,16 +43,16 @@
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Enable Longer Delay?" = "Langere vertraging inschakelen?"; "Enable Longer Delay?" = "Langere vertraging inschakelen?";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"External Display" = "Extern Scherm"; "External Display" = "Extern Scherm";
/* Shown in the main prefs window */ /* Shown in the main prefs window */
"General" = "Algemeen"; "General" = "Algemeen";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Hardware (Apple)" = "Hardware (Apple)"; "Hardware (Apple)" = "Hardware (Apple)";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Hardware (DDC)" = "Hardware (DDC)"; "Hardware (DDC)" = "Hardware (DDC)";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
@ -76,61 +76,61 @@
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"No" = "Nee"; "No" = "Nee";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"No Control" = "Geen controle"; "No Control" = "Geen controle";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Other Display" = "Ander Scherm"; "Other Display" = "Ander Scherm";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Preferences for an incompatible previous app version detected. Default preferences are reloaded." = "Voorkeuren voor een incompatibele vorige app-versie gedetecteerd. Standaardvoorkeuren worden opnieuw geladen."; "Settings for an incompatible previous app version detected. Default settings are reloaded." = "Voorkeuren voor een incompatibele vorige app-versie gedetecteerd. Standaardvoorkeuren worden opnieuw geladen.";
/* Shown in menu */ /* Shown in menu */
"Preferences…" = "Voorkeuren…"; "Settings…" = "Voorkeuren…";
/* Shown in menu */ /* Shown in menu */
"Quit" = "Afsluiten"; "Quit" = "Afsluiten";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Reset Preferences?" = "Reset Voorkeuren?"; "Reset Settings?" = "Reset Voorkeuren?";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Safe Mode Activated" = "Veilige Modus Geactiveerd"; "Safe Mode Activated" = "Veilige Modus Geactiveerd";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Shift was pressed during launch. MonitorControl started in safe mode. Default preferences are reloaded, DDC read is blocked." = "Shift werd ingedrukt tijdens het opstarten. MonitorControl is gestart in veilige modus. Standaardinstellingen zijn herladen, DDC uitlezen is geblokkeerd."; "Shift was pressed during launch. MonitorControl started in safe mode. Default settings are reloaded, DDC read is blocked." = "Shift werd ingedrukt tijdens het opstarten. MonitorControl is gestart in veilige modus. Standaardinstellingen zijn herladen, DDC uitlezen is geblokkeerd.";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Shortcuts not available" = "Sneltoetsen niet beschikbaar"; "Shortcuts not available" = "Sneltoetsen niet beschikbaar";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Software (gamma)" = "Software (gamma)"; "Software (gamma)" = "Software (gamma)";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Software (gamma, forced)" = "Software (Gamma, Gedwongen)"; "Software (gamma, forced)" = "Software (Gamma, Gedwongen)";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Software (shade)" = "Software (tint)"; "Software (shade)" = "Software (tint)";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Software (shade, forced)" = "Software (tint, Gedwongen)"; "Software (shade, forced)" = "Software (tint, Gedwongen)";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"This display allows for software brightness control via gamma table manipulation or shade as it does not support hardware control. Reasons for this might be using the HDMI port of a Mac mini (which blocks hardware DDC control) or having a blacklisted display." = "Dit scherm maakt softwarematige helderheidsregeling via gammatable-manipulatie mogelijk, aangezien het geen hardwarecontrole ondersteunt. Redenen hiervoor kunnen het gebruik van de HDMI-poort van een Mac mini zijn (die hardwarematige DDC-besturing blokkeert) of een niet-ondersteund scherm."; "This display allows for software brightness control via gamma table manipulation or shade as it does not support hardware control. Reasons for this might be using the HDMI port of a Mac mini (which blocks hardware DDC control) or having a blacklisted display." = "Dit scherm maakt softwarematige helderheidsregeling via gammatable-manipulatie mogelijk, aangezien het geen hardwarecontrole ondersteunt. Redenen hiervoor kunnen het gebruik van de HDMI-poort van een Mac mini zijn (die hardwarematige DDC-besturing blokkeert) of een niet-ondersteund scherm.";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"This display has an unspecified control status." = "Dit scherm heeft een niet-gespecificeerde controlestatus."; "This display has an unspecified control status." = "Dit scherm heeft een niet-gespecificeerde controlestatus.";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"This display is reported to support hardware DDC control but the current settings allow for software control only." = "Dit scherm ondersteunt hardwarematige DDC-besturing, maar de huidige instellingen laten alleen softwarebesturing toe."; "This display is reported to support hardware DDC control but the current settings allow for software control only." = "Dit scherm ondersteunt hardwarematige DDC-besturing, maar de huidige instellingen laten alleen softwarebesturing toe.";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"This display is reported to support hardware DDC control. If you encounter issues, you can disable hardware DDC control to force software control." = "Dit scherm ondersteunt hardware DDC-besturing. Als u problemen ondervindt, kunt u de hardware DDC-besturing uitschakelen om softwarebesturing te forceren"; "This display is reported to support hardware DDC control. If you encounter issues, you can disable hardware DDC control to force software control." = "Dit scherm ondersteunt hardware DDC-besturing. Als u problemen ondervindt, kunt u de hardware DDC-besturing uitschakelen om softwarebesturing te forceren";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"This display supports native Apple brightness protocol. This allows macOS to control this display without MonitorControl as well." = "Dit scherm ondersteunt het native Apple-helderheidsprotocol. Hierdoor kan macOS dit scherm ook zonder MonitorControl bedienen."; "This display supports native Apple brightness protocol. This allows macOS to control this display without MonitorControl as well." = "Dit scherm ondersteunt het native Apple-helderheidsprotocol. Hierdoor kan macOS dit scherm ook zonder MonitorControl bedienen.";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"This is a virtual display (examples: AirPlay, Sidecar, display connected via a DisplayLink Dock or similar) which does not allow hardware or software gammatable control. Shading is used as a substitute but only in non-mirror scenarios. Mouse cursor will be unaffected and artifacts may appear when entering/leaving full screen mode." = "Dit is een virtueel scherm (voorbeelden: AirPlay, Sidecar, scherm aangesloten via een DisplayLink Dock of gelijkaardig) dat geen hardware- of softwaregammabesturing toestaat. Shading wordt gebruikt als vervanging, maar alleen in scenario's zonder mirroring. De muiscursor wordt niet beïnvloed en er kunnen artefacten verschijnen bij het openen/verlaten van de fullscreen modus."; "This is a virtual display (examples: AirPlay, Sidecar, display connected via a DisplayLink Dock or similar) which does not allow hardware or software gammatable control. Shading is used as a substitute but only in non-mirror scenarios. Mouse cursor will be unaffected and artifacts may appear when entering/leaving full screen mode." = "Dit is een virtueel scherm (voorbeelden: AirPlay, Sidecar, scherm aangesloten via een DisplayLink Dock of gelijkaardig) dat geen hardware- of softwaregammabesturing toestaat. Shading wordt gebruikt als vervanging, maar alleen in scenario's zonder mirroring. De muiscursor wordt niet beïnvloed en er kunnen artefacten verschijnen bij het openen/verlaten van de fullscreen modus.";
/* unknown display name /* unknown display name
@ -141,7 +141,7 @@
/* Version */ /* Version */
"Version" = "Versie"; "Version" = "Versie";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Virtual Display" = "Virtueel Scherm"; "Virtual Display" = "Virtueel Scherm";
/* Shown in menu */ /* Shown in menu */
@ -151,4 +151,4 @@
"Yes" = "Ja"; "Yes" = "Ja";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"You need to enable MonitorControl in System Preferences > Security and Privacy > Accessibility for the keyboard shortcuts to work" = "U moet MonitorControl inschakelen in Systeemvoorkeuren > Beveiliging en Privacy > Privacy > Toegankelijkheid inschakelen, zodat de sneltoetsen werken."; "You need to enable MonitorControl in System Settings > Security and Privacy > Accessibility for the keyboard shortcuts to work" = "U moet MonitorControl inschakelen in Systeemvoorkeuren > Beveiliging en Privacy > Privacy > Toegankelijkheid inschakelen, zodat de sneltoetsen werken.";

View file

@ -31,7 +31,7 @@
/* Class = "NSTextFieldCell"; title = "Welcome to MonitorControl"; ObjectID = "5J0-BD-top"; */ /* Class = "NSTextFieldCell"; title = "Welcome to MonitorControl"; ObjectID = "5J0-BD-top"; */
"5J0-BD-top.title" = "Welkom bij MonitorControl"; "5J0-BD-top.title" = "Welkom bij MonitorControl";
/* Class = "NSButtonCell"; title = "Reset Preferences"; ObjectID = "5yT-5F-X5R"; */ /* Class = "NSButtonCell"; title = "Reset Settings"; ObjectID = "5yT-5F-X5R"; */
"5yT-5F-X5R.title" = "Reset voorkeuren"; "5yT-5F-X5R.title" = "Reset voorkeuren";
/* Class = "NSMenuItem"; title = "Always hide"; ObjectID = "6mo-7S-oOO"; */ /* Class = "NSMenuItem"; title = "Always hide"; ObjectID = "6mo-7S-oOO"; */
@ -175,7 +175,7 @@
/* Class = "NSTextFieldCell"; title = "Override audio device name:"; ObjectID = "H9X-it-sXs"; */ /* Class = "NSTextFieldCell"; title = "Override audio device name:"; ObjectID = "H9X-it-sXs"; */
"H9X-it-sXs.title" = "Naam audioapparaat overschrijven:"; "H9X-it-sXs.title" = "Naam audioapparaat overschrijven:";
/* Class = "NSTextFieldCell"; title = "Relaunch the app to access Preferences if the menu option is not accessible. Use the button below to quit the app."; ObjectID = "hF7-fM-aKr"; */ /* Class = "NSTextFieldCell"; title = "Relaunch the app to access Settings if the menu option is not accessible. Use the button below to quit the app."; ObjectID = "hF7-fM-aKr"; */
"hF7-fM-aKr.title" = "Start de app opnieuw om toegang te krijgen tot Voorkeuren als de menuoptie niet toegankelijk is. Gebruik de onderstaande knop om de app af te sluiten."; "hF7-fM-aKr.title" = "Start de app opnieuw om toegang te krijgen tot Voorkeuren als de menuoptie niet toegankelijk is. Gebruik de onderstaande knop om de app af te sluiten.";
/* Class = "NSButtonCell"; title = "Get current"; ObjectID = "hkC-vq-IcD"; */ /* Class = "NSButtonCell"; title = "Get current"; ObjectID = "hkC-vq-IcD"; */
@ -217,8 +217,8 @@
/* Class = "NSButtonCell"; title = "Enable for Apple branded and built-in displays as well"; ObjectID = "K6A-4z-1aQ"; */ /* Class = "NSButtonCell"; title = "Enable for Apple branded and built-in displays as well"; ObjectID = "K6A-4z-1aQ"; */
"K6A-4z-1aQ.title" = "Ook inschakelen voor Apple branded en ingebouwde schermen"; "K6A-4z-1aQ.title" = "Ook inschakelen voor Apple branded en ingebouwde schermen";
/* Class = "NSTextFieldCell"; title = "MonitorControl needs access to \"accessibility\" to use macOS native keys to control your display.\nYou can enable it by adding MonitorControl in System Preferences > Security and Privacy > Accessibility."; ObjectID = "kBJ-Zf-1k2"; */ /* Class = "NSTextFieldCell"; title = "MonitorControl needs access to \"accessibility\" to use macOS native keys to control your display.\nYou can enable it by adding MonitorControl in System Settings > Security and Privacy > Accessibility."; ObjectID = "kBJ-Zf-1k2"; */
"kBJ-Zf-1k2.title" = "MonitorControl needs access to \"accessibility\" to use macOS native keys to control your display.\nYou can enable it by adding MonitorControl in System Preferences > Security and Privacy > Accessibility."; "kBJ-Zf-1k2.title" = "MonitorControl needs access to \"accessibility\" to use macOS native keys to control your display.\nYou can enable it by adding MonitorControl in System Settings > Security and Privacy > Accessibility.";
/* Class = "NSTextFieldCell"; title = "Screen to control:"; ObjectID = "Kfj-WK-aSL"; */ /* Class = "NSTextFieldCell"; title = "Screen to control:"; ObjectID = "Kfj-WK-aSL"; */
"Kfj-WK-aSL.title" = "Scherm om te bedienen:"; "Kfj-WK-aSL.title" = "Scherm om te bedienen:";
@ -292,8 +292,8 @@
/* Class = "NSTextFieldCell"; title = "DDC max"; ObjectID = "psF-vX-AFB"; */ /* Class = "NSTextFieldCell"; title = "DDC max"; ObjectID = "psF-vX-AFB"; */
"psF-vX-AFB.title" = "DDC max"; "psF-vX-AFB.title" = "DDC max";
/* Class = "NSButtonCell"; title = "Open System Preferences…"; ObjectID = "pVc-wG-Bdh"; */ /* Class = "NSButtonCell"; title = "Open System Settings…"; ObjectID = "pVc-wG-Bdh"; */
"pVc-wG-Bdh.title" = "Open System Preferences…"; "pVc-wG-Bdh.title" = "Open System Settings…";
/* Class = "NSTextFieldCell"; title = "Use software dimming after the display reached zero hardware brightness for extended range. Works for DDC controlled displays only."; ObjectID = "PyY-p9-3NP"; */ /* Class = "NSTextFieldCell"; title = "Use software dimming after the display reached zero hardware brightness for extended range. Works for DDC controlled displays only."; ObjectID = "PyY-p9-3NP"; */
"PyY-p9-3NP.title" = "Gebruik software-dimmen nadat het scherm de hardwarehelderheid 0 heeft bereikt voor een groter bereik. Werkt alleen voor DDC-gestuurde displays."; "PyY-p9-3NP.title" = "Gebruik software-dimmen nadat het scherm de hardwarehelderheid 0 heeft bereikt voor een groter bereik. Werkt alleen voor DDC-gestuurde displays.";
@ -364,7 +364,7 @@
/* Class = "NSTextFieldCell"; title = "Useful when a display tends to reset its settings during sleep."; ObjectID = "w8B-x6-sq5"; */ /* Class = "NSTextFieldCell"; title = "Useful when a display tends to reset its settings during sleep."; ObjectID = "w8B-x6-sq5"; */
"w8B-x6-sq5.title" = "Handig wanneer een scherm de neiging heeft om de instellingen te resetten tijdens de slaapmodus."; "w8B-x6-sq5.title" = "Handig wanneer een scherm de neiging heeft om de instellingen te resetten tijdens de slaapmodus.";
/* Class = "NSTextFieldCell"; title = "Changes that are caused by the Ambient light sensor or made using Touch Bar, Control Center, System Preferences will be replicated to all displays."; ObjectID = "wjv-tq-iUx"; */ /* Class = "NSTextFieldCell"; title = "Changes that are caused by the Ambient light sensor or made using Touch Bar, Control Center, System Settings will be replicated to all displays."; ObjectID = "wjv-tq-iUx"; */
"wjv-tq-iUx.title" = "Wijzigingen die worden veroorzaakt door de omgevingslichtsensor of die zijn aangebracht met Touch Bar, Control Center, systeemvoorkeuren, worden gerepliceerd naar alle schermen."; "wjv-tq-iUx.title" = "Wijzigingen die worden veroorzaakt door de omgevingslichtsensor of die zijn aangebracht met Touch Bar, Control Center, systeemvoorkeuren, worden gerepliceerd naar alle schermen.";
/* Class = "NSMenuItem"; title = "Change volume for all screens"; ObjectID = "Xih-P5-NyM"; */ /* Class = "NSMenuItem"; title = "Change volume for all screens"; ObjectID = "Xih-P5-NyM"; */

View file

@ -11,7 +11,7 @@
"Are you sure you want to enable a longer delay? Doing so may freeze your system and require a restart. Start at login will be disabled as a safety measure." = "Czy na pewno chcesz włączyć większe opóźnienie? W takim przypadku może dojść do zamrożenia systemu i konieczności jego ponownego uruchomienia. W ramach środków bezpieczeństwa funkcja Start przy logowaniu zostanie wyłączona."; "Are you sure you want to enable a longer delay? Doing so may freeze your system and require a restart. Start at login will be disabled as a safety measure." = "Czy na pewno chcesz włączyć większe opóźnienie? W takim przypadku może dojść do zamrożenia systemu i konieczności jego ponownego uruchomienia. W ramach środków bezpieczeństwa funkcja Start przy logowaniu zostanie wyłączona.";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Are you sure you want to reset all preferences?" = "Czy na pewno chcesz zresetować wszystkie ustawienia?"; "Are you sure you want to reset all settings?" = "Czy na pewno chcesz zresetować wszystkie ustawienia?";
/* Shown in menu */ /* Shown in menu */
"Brightness" = "Jasność"; "Brightness" = "Jasność";
@ -19,7 +19,7 @@
/* Build */ /* Build */
"Build" = "Wersja"; "Build" = "Wersja";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Built-in Display" = "Wbudowany wyświetlacz"; "Built-in Display" = "Wbudowany wyświetlacz";
/* Shown in menu */ /* Shown in menu */
@ -43,16 +43,16 @@
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Enable Longer Delay?" = "Włączać dłuższe opóźnienie?"; "Enable Longer Delay?" = "Włączać dłuższe opóźnienie?";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"External Display" = "Zewnętrzny wyświetlacz"; "External Display" = "Zewnętrzny wyświetlacz";
/* Shown in the main prefs window */ /* Shown in the main prefs window */
"General" = "Ogólne"; "General" = "Ogólne";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Hardware (Apple)" = "Urządzenie (Apple)"; "Hardware (Apple)" = "Urządzenie (Apple)";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Hardware (DDC)" = "Sprzętowe (DDC)"; "Hardware (DDC)" = "Sprzętowe (DDC)";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
@ -76,61 +76,61 @@
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"No" = "Nie"; "No" = "Nie";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"No Control" = "Brak ustawień"; "No Control" = "Brak ustawień";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Other Display" = "Inny wyświetlacz"; "Other Display" = "Inny wyświetlacz";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Preferences for an incompatible previous app version detected. Default preferences are reloaded." = "Wykryto ustawienia dla niekompatybilnej poprzedniej wersji aplikacji. Domyślne ustawienia zostaną wczytane ponownie."; "Settings for an incompatible previous app version detected. Default settings are reloaded." = "Wykryto ustawienia dla niekompatybilnej poprzedniej wersji aplikacji. Domyślne ustawienia zostaną wczytane ponownie.";
/* Shown in menu */ /* Shown in menu */
"Preferences…" = "Ustawienia…"; "Settings…" = "Ustawienia…";
/* Shown in menu */ /* Shown in menu */
"Quit" = "Zamknij"; "Quit" = "Zamknij";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Reset Preferences?" = "Reset ustawień?"; "Reset Settings?" = "Reset ustawień?";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Safe Mode Activated" = "Tryb bezpieczny aktywowany"; "Safe Mode Activated" = "Tryb bezpieczny aktywowany";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Shift was pressed during launch. MonitorControl started in safe mode. Default preferences are reloaded, DDC read is blocked." = "Podczas uruchamiania programu wciśnięto klawisz Shift. Program MonitorControl został uruchomiony w trybie bezpiecznym. Ustawienia domyślne zostały wczytane ponownie, odczyt DDC został zablokowany.."; "Shift was pressed during launch. MonitorControl started in safe mode. Default settings are reloaded, DDC read is blocked." = "Podczas uruchamiania programu wciśnięto klawisz Shift. Program MonitorControl został uruchomiony w trybie bezpiecznym. Ustawienia domyślne zostały wczytane ponownie, odczyt DDC został zablokowany..";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Shortcuts not available" = "Skróty niedostępne"; "Shortcuts not available" = "Skróty niedostępne";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Software (gamma)" = "Programowe (gamma)"; "Software (gamma)" = "Programowe (gamma)";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Software (gamma, forced)" = "Programowe (gamma, wymuszone)"; "Software (gamma, forced)" = "Programowe (gamma, wymuszone)";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Software (shade)" = "Programowe (odcień)"; "Software (shade)" = "Programowe (odcień)";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Software (shade, forced)" = "Programowe (odcień, wymuszone)"; "Software (shade, forced)" = "Programowe (odcień, wymuszone)";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"This display allows for software brightness control via gamma table manipulation or shade as it does not support hardware control. Reasons for this might be using the HDMI port of a Mac mini (which blocks hardware DDC control) or having a blacklisted display." = "Ten wyświetlacz umożliwia programowe sterowanie jasnością za pomocą manipulacji tablicą gamma lub cieniowaniem, ponieważ nie obsługuje sterowania sprzętowego. Powodem tego może być korzystanie z portu HDMI komputera Mac mini (który blokuje sprzętowe sterowanie DDC) lub monitor znajdujący się na czarnej liście.."; "This display allows for software brightness control via gamma table manipulation or shade as it does not support hardware control. Reasons for this might be using the HDMI port of a Mac mini (which blocks hardware DDC control) or having a blacklisted display." = "Ten wyświetlacz umożliwia programowe sterowanie jasnością za pomocą manipulacji tablicą gamma lub cieniowaniem, ponieważ nie obsługuje sterowania sprzętowego. Powodem tego może być korzystanie z portu HDMI komputera Mac mini (który blokuje sprzętowe sterowanie DDC) lub monitor znajdujący się na czarnej liście..";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"This display has an unspecified control status." = "Ten wyświetlacz ma nieokreślony status sterowania."; "This display has an unspecified control status." = "Ten wyświetlacz ma nieokreślony status sterowania.";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"This display is reported to support hardware DDC control but the current settings allow for software control only." = "Ten wyświetlacz podobno obsługuje sprzętowe sterowanie DDC, ale obecne ustawienia umożliwiają tylko sterowanie programowe."; "This display is reported to support hardware DDC control but the current settings allow for software control only." = "Ten wyświetlacz podobno obsługuje sprzętowe sterowanie DDC, ale obecne ustawienia umożliwiają tylko sterowanie programowe.";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"This display is reported to support hardware DDC control. If you encounter issues, you can disable hardware DDC control to force software control." = "Ten wyświetlacz obsługuje podobno sprzętowe sterowanie DDC. Jeśli wystąpią problemy, można wyłączyć sprzętowe sterowanie DDC, aby wymusić sterowanie programowe."; "This display is reported to support hardware DDC control. If you encounter issues, you can disable hardware DDC control to force software control." = "Ten wyświetlacz obsługuje podobno sprzętowe sterowanie DDC. Jeśli wystąpią problemy, można wyłączyć sprzętowe sterowanie DDC, aby wymusić sterowanie programowe.";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"This display supports native Apple brightness protocol. This allows macOS to control this display without MonitorControl as well." = "Ten wyświetlacz obsługuje natywny protokół jasności firmy Apple. Dzięki temu system macOS może sterować tym monitorem także bez programu MonitorControl."; "This display supports native Apple brightness protocol. This allows macOS to control this display without MonitorControl as well." = "Ten wyświetlacz obsługuje natywny protokół jasności firmy Apple. Dzięki temu system macOS może sterować tym monitorem także bez programu MonitorControl.";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"This is a virtual display (examples: AirPlay, Sidecar, display connected via a DisplayLink Dock or similar) which does not allow hardware or software gammatable control. Shading is used as a substitute but only in non-mirror scenarios. Mouse cursor will be unaffected and artifacts may appear when entering/leaving full screen mode." = "Jest to wirtualny wyświetlacz (typu: AirPlay, Sidecar, wyświetlacz podłączony za pomocą stacji dokującej DisplayLink Dock lub podobnej), który nie umożliwia sterowania gammatycznego sprzętowego ani programowego. Cieniowanie jest używane jako substytut, ale tylko w scenariuszach bez lustra. Nie ma to wpływu na kursor myszy, a artefakty mogą się pojawiać podczas wchodzenia i wychodzenia z trybu pełnoekranowego.."; "This is a virtual display (examples: AirPlay, Sidecar, display connected via a DisplayLink Dock or similar) which does not allow hardware or software gammatable control. Shading is used as a substitute but only in non-mirror scenarios. Mouse cursor will be unaffected and artifacts may appear when entering/leaving full screen mode." = "Jest to wirtualny wyświetlacz (typu: AirPlay, Sidecar, wyświetlacz podłączony za pomocą stacji dokującej DisplayLink Dock lub podobnej), który nie umożliwia sterowania gammatycznego sprzętowego ani programowego. Cieniowanie jest używane jako substytut, ale tylko w scenariuszach bez lustra. Nie ma to wpływu na kursor myszy, a artefakty mogą się pojawiać podczas wchodzenia i wychodzenia z trybu pełnoekranowego..";
/* Unknown display name */ /* Unknown display name */
@ -139,7 +139,7 @@
/* Version */ /* Version */
"Version" = "Wersja"; "Version" = "Wersja";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Virtual Display" = "Wyświetlacz wirtualny"; "Virtual Display" = "Wyświetlacz wirtualny";
/* Shown in menu */ /* Shown in menu */
@ -149,4 +149,4 @@
"Yes" = "Tak"; "Yes" = "Tak";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"You need to enable MonitorControl in System Preferences > Security and Privacy > Accessibility for the keyboard shortcuts to work" = "Aby skróty klawiaturowe działały, należy włączyć funkcję MonitorControl w Preferencjach systemowych > Bezpieczeństwo i prywatność > Dostępność"; "You need to enable MonitorControl in System Settings > Security and Privacy > Accessibility for the keyboard shortcuts to work" = "Aby skróty klawiaturowe działały, należy włączyć funkcję MonitorControl w Preferencjach systemowych > Bezpieczeństwo i prywatność > Dostępność";

View file

@ -31,7 +31,7 @@
/* Class = "NSTextFieldCell"; title = "Welcome to MonitorControl"; ObjectID = "5J0-BD-top"; */ /* Class = "NSTextFieldCell"; title = "Welcome to MonitorControl"; ObjectID = "5J0-BD-top"; */
"5J0-BD-top.title" = "Welcome to MonitorControl"; "5J0-BD-top.title" = "Welcome to MonitorControl";
/* Class = "NSButtonCell"; title = "Reset Preferences"; ObjectID = "5yT-5F-X5R"; */ /* Class = "NSButtonCell"; title = "Reset Settings"; ObjectID = "5yT-5F-X5R"; */
"5yT-5F-X5R.title" = "Resetuj ustawienia"; "5yT-5F-X5R.title" = "Resetuj ustawienia";
/* Class = "NSMenuItem"; title = "Always hide"; ObjectID = "6mo-7S-oOO"; */ /* Class = "NSMenuItem"; title = "Always hide"; ObjectID = "6mo-7S-oOO"; */
@ -175,7 +175,7 @@
/* Class = "NSTextFieldCell"; title = "Override audio device name:"; ObjectID = "H9X-it-sXs"; */ /* Class = "NSTextFieldCell"; title = "Override audio device name:"; ObjectID = "H9X-it-sXs"; */
"H9X-it-sXs.title" = "Zastąp nazwę urządzenia audio:"; "H9X-it-sXs.title" = "Zastąp nazwę urządzenia audio:";
/* Class = "NSTextFieldCell"; title = "Relaunch the app to access Preferences if the menu option is not accessible. Use the button below to quit the app."; ObjectID = "hF7-fM-aKr"; */ /* Class = "NSTextFieldCell"; title = "Relaunch the app to access Settings if the menu option is not accessible. Use the button below to quit the app."; ObjectID = "hF7-fM-aKr"; */
"hF7-fM-aKr.title" = "Jeśli opcja menu nie jest dostępna, uruchom ponownie aplikację, aby uzyskać dostęp do Preferencji. Aby zamknąć aplikację, użyj poniższego przycisku."; "hF7-fM-aKr.title" = "Jeśli opcja menu nie jest dostępna, uruchom ponownie aplikację, aby uzyskać dostęp do Preferencji. Aby zamknąć aplikację, użyj poniższego przycisku.";
/* Class = "NSButtonCell"; title = "Get current"; ObjectID = "hkC-vq-IcD"; */ /* Class = "NSButtonCell"; title = "Get current"; ObjectID = "hkC-vq-IcD"; */
@ -217,8 +217,8 @@
/* Class = "NSButtonCell"; title = "Enable for Apple branded and built-in displays as well"; ObjectID = "K6A-4z-1aQ"; */ /* Class = "NSButtonCell"; title = "Enable for Apple branded and built-in displays as well"; ObjectID = "K6A-4z-1aQ"; */
"K6A-4z-1aQ.title" = "Włącz współpracę z monitorami Apple i wbudowanymi"; "K6A-4z-1aQ.title" = "Włącz współpracę z monitorami Apple i wbudowanymi";
/* Class = "NSTextFieldCell"; title = "MonitorControl needs access to \"accessibility\" to use macOS native keys to control your display.\nYou can enable it by adding MonitorControl in System Preferences > Security and Privacy > Accessibility."; ObjectID = "kBJ-Zf-1k2"; */ /* Class = "NSTextFieldCell"; title = "MonitorControl needs access to \"accessibility\" to use macOS native keys to control your display.\nYou can enable it by adding MonitorControl in System Settings > Security and Privacy > Accessibility."; ObjectID = "kBJ-Zf-1k2"; */
"kBJ-Zf-1k2.title" = "MonitorControl needs access to \"accessibility\" to use macOS native keys to control your display.\nYou can enable it by adding MonitorControl in System Preferences > Security and Privacy > Accessibility."; "kBJ-Zf-1k2.title" = "MonitorControl needs access to \"accessibility\" to use macOS native keys to control your display.\nYou can enable it by adding MonitorControl in System Settings > Security and Privacy > Accessibility.";
/* Class = "NSTextFieldCell"; title = "Screen to control:"; ObjectID = "Kfj-WK-aSL"; */ /* Class = "NSTextFieldCell"; title = "Screen to control:"; ObjectID = "Kfj-WK-aSL"; */
"Kfj-WK-aSL.title" = "Screen to control:"; "Kfj-WK-aSL.title" = "Screen to control:";
@ -292,8 +292,8 @@
/* Class = "NSTextFieldCell"; title = "DDC max"; ObjectID = "psF-vX-AFB"; */ /* Class = "NSTextFieldCell"; title = "DDC max"; ObjectID = "psF-vX-AFB"; */
"psF-vX-AFB.title" = "DDC max"; "psF-vX-AFB.title" = "DDC max";
/* Class = "NSButtonCell"; title = "Open System Preferences…"; ObjectID = "pVc-wG-Bdh"; */ /* Class = "NSButtonCell"; title = "Open System Settings…"; ObjectID = "pVc-wG-Bdh"; */
"pVc-wG-Bdh.title" = "Open System Preferences…"; "pVc-wG-Bdh.title" = "Open System Settings…";
/* Class = "NSTextFieldCell"; title = "Use software dimming after the display reached zero hardware brightness for extended range. Works for DDC controlled displays only."; ObjectID = "PyY-p9-3NP"; */ /* Class = "NSTextFieldCell"; title = "Use software dimming after the display reached zero hardware brightness for extended range. Works for DDC controlled displays only."; ObjectID = "PyY-p9-3NP"; */
"PyY-p9-3NP.title" = "Użyj programowego przyciemniania po osiągnięciu przez wyświetlacz zerowej jasności sprzętowej, aby uzyskać większy zasięg. Działa tylko w przypadku wyświetlaczy sterowanych przez DDC."; "PyY-p9-3NP.title" = "Użyj programowego przyciemniania po osiągnięciu przez wyświetlacz zerowej jasności sprzętowej, aby uzyskać większy zasięg. Działa tylko w przypadku wyświetlaczy sterowanych przez DDC.";
@ -364,7 +364,7 @@
/* Class = "NSTextFieldCell"; title = "Useful when a display tends to reset its settings during sleep."; ObjectID = "w8B-x6-sq5"; */ /* Class = "NSTextFieldCell"; title = "Useful when a display tends to reset its settings during sleep."; ObjectID = "w8B-x6-sq5"; */
"w8B-x6-sq5.title" = "Przydatne, gdy wyświetlacz ma tendencję do resetowania swoich ustawień podczas uśpienia."; "w8B-x6-sq5.title" = "Przydatne, gdy wyświetlacz ma tendencję do resetowania swoich ustawień podczas uśpienia.";
/* Class = "NSTextFieldCell"; title = "Changes that are caused by the Ambient light sensor or made using Touch Bar, Control Center, System Preferences will be replicated to all displays."; ObjectID = "wjv-tq-iUx"; */ /* Class = "NSTextFieldCell"; title = "Changes that are caused by the Ambient light sensor or made using Touch Bar, Control Center, System Settings will be replicated to all displays."; ObjectID = "wjv-tq-iUx"; */
"wjv-tq-iUx.title" = "Zmiany spowodowane przez czujnik oświetlenia otoczenia lub dokonane za pomocą paska dotykowego, Centrum sterowania, Ustawienia systemowe zostaną powielone na wszystkich wyświetlaczach."; "wjv-tq-iUx.title" = "Zmiany spowodowane przez czujnik oświetlenia otoczenia lub dokonane za pomocą paska dotykowego, Centrum sterowania, Ustawienia systemowe zostaną powielone na wszystkich wyświetlaczach.";
/* Class = "NSMenuItem"; title = "Change volume for all screens"; ObjectID = "Xih-P5-NyM"; */ /* Class = "NSMenuItem"; title = "Change volume for all screens"; ObjectID = "Xih-P5-NyM"; */

View file

@ -11,7 +11,7 @@
"Are you sure you want to enable a longer delay? Doing so may freeze your system and require a restart. Start at login will be disabled as a safety measure." = "Tem certeza que deseja ligar o delay longo? Isso pode congelar seu sistema e precisar reiniciar. Iniciar no login vai ser desligado para segurança."; "Are you sure you want to enable a longer delay? Doing so may freeze your system and require a restart. Start at login will be disabled as a safety measure." = "Tem certeza que deseja ligar o delay longo? Isso pode congelar seu sistema e precisar reiniciar. Iniciar no login vai ser desligado para segurança.";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Are you sure you want to reset all preferences?" = "Tem certeza que desejar reiniciar todas as preferências?"; "Are you sure you want to reset all settings?" = "Tem certeza que desejar reiniciar todas as preferências?";
/* Shown in menu */ /* Shown in menu */
"Brightness" = "Brilho"; "Brightness" = "Brilho";
@ -19,7 +19,7 @@
/* Build */ /* Build */
"Build" = "Build"; "Build" = "Build";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Built-in Display" = "Monitor interno"; "Built-in Display" = "Monitor interno";
/* Shown in menu */ /* Shown in menu */
@ -43,16 +43,16 @@
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Enable Longer Delay?" = "Ligar delay longo?"; "Enable Longer Delay?" = "Ligar delay longo?";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"External Display" = "Monitor Externo"; "External Display" = "Monitor Externo";
/* Shown in the main prefs window */ /* Shown in the main prefs window */
"General" = "Geral"; "General" = "Geral";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Hardware (Apple)" = "Hardware (Apple)"; "Hardware (Apple)" = "Hardware (Apple)";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Hardware (DDC)" = "Hardware (DDC)"; "Hardware (DDC)" = "Hardware (DDC)";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
@ -76,61 +76,61 @@
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"No" = "Não"; "No" = "Não";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"No Control" = "Sem Controle"; "No Control" = "Sem Controle";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Other Display" = "Outro Monitor"; "Other Display" = "Outro Monitor";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Preferences for an incompatible previous app version detected. Default preferences are reloaded." = "Detectado incompatibilidade. Preferências padrão foram carregadas."; "Settings for an incompatible previous app version detected. Default settings are reloaded." = "Detectado incompatibilidade. Preferências padrão foram carregadas.";
/* Shown in menu */ /* Shown in menu */
"Preferences…" = "Preferências…"; "Settings…" = "Preferências…";
/* Shown in menu */ /* Shown in menu */
"Quit" = "Sair"; "Quit" = "Sair";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Reset Preferences?" = "Reiniciar Preferências?"; "Reset Settings?" = "Reiniciar Preferências?";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Safe Mode Activated" = "Modo Seguro Ativado"; "Safe Mode Activated" = "Modo Seguro Ativado";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Shift was pressed during launch. MonitorControl started in safe mode. Default preferences are reloaded, DDC read is blocked." = "Shift foi pressionado durante o início. MonitorControl iniciou em modo seguro. Preferências padrão foram carregadas, Leitura do DDC read está bloqueada."; "Shift was pressed during launch. MonitorControl started in safe mode. Default settings are reloaded, DDC read is blocked." = "Shift foi pressionado durante o início. MonitorControl iniciou em modo seguro. Preferências padrão foram carregadas, Leitura do DDC read está bloqueada.";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Shortcuts not available" = "Atalhos não disponíveis"; "Shortcuts not available" = "Atalhos não disponíveis";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Software (gamma)" = "Software (gamma)"; "Software (gamma)" = "Software (gamma)";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Software (gamma, forced)" = "Software (gamma, forçado)"; "Software (gamma, forced)" = "Software (gamma, forçado)";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Software (shade)" = "Software (shade)"; "Software (shade)" = "Software (shade)";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Software (shade, forced)" = "Software (shade, forçado)"; "Software (shade, forced)" = "Software (shade, forçado)";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"This display allows for software brightness control via gamma table manipulation or shade as it does not support hardware control. Reasons for this might be using the HDMI port of a Mac mini (which blocks hardware DDC control) or having a blacklisted display." = "Este monitor permite controle de brilho via manipulação da tabela gamma ou shade. Não suporta controle por hardware. Motivos pode ser o uso da porta HDMI de um Mac mini (bloqueia controle DDC) ou o monitor está na blacklist."; "This display allows for software brightness control via gamma table manipulation or shade as it does not support hardware control. Reasons for this might be using the HDMI port of a Mac mini (which blocks hardware DDC control) or having a blacklisted display." = "Este monitor permite controle de brilho via manipulação da tabela gamma ou shade. Não suporta controle por hardware. Motivos pode ser o uso da porta HDMI de um Mac mini (bloqueia controle DDC) ou o monitor está na blacklist.";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"This display has an unspecified control status." = "Este monitor tem o estado do controle não especificado."; "This display has an unspecified control status." = "Este monitor tem o estado do controle não especificado.";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"This display is reported to support hardware DDC control but the current settings allow for software control only." = "Este monitor tem a controle de hardware DDC mas as configurações atuais só permitem controle por software."; "This display is reported to support hardware DDC control but the current settings allow for software control only." = "Este monitor tem a controle de hardware DDC mas as configurações atuais só permitem controle por software.";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"This display is reported to support hardware DDC control. If you encounter issues, you can disable hardware DDC control to force software control." = "Este monitor tem suporte a controle de hardware DCC. Se tiver problemas, você pode desligar o controle de hardware DDC e forçar o controle via software"; "This display is reported to support hardware DDC control. If you encounter issues, you can disable hardware DDC control to force software control." = "Este monitor tem suporte a controle de hardware DCC. Se tiver problemas, você pode desligar o controle de hardware DDC e forçar o controle via software";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"This display supports native Apple brightness protocol. This allows macOS to control this display without MonitorControl as well." = "Este monitor suport o protocolo nativo Apple. Permite o macOS controlar ele sem o MonitorControl."; "This display supports native Apple brightness protocol. This allows macOS to control this display without MonitorControl as well." = "Este monitor suport o protocolo nativo Apple. Permite o macOS controlar ele sem o MonitorControl.";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"This is a virtual display (examples: AirPlay, Sidecar, display connected via a DisplayLink Dock or similar) which does not allow hardware or software gammatable control. Shading is used as a substitute but only in non-mirror scenarios. Mouse cursor will be unaffected and artifacts may appear when entering/leaving full screen mode." = "Este é um monitor virtual(exemplos: AirPlay, Sidecar, monitor conectado via a DisplayLink Dock ou similar) que não permite controle via hardware ou software. Shading é usado como um substituto mas somente em cenários não espelhados. O cursor do Mouse não será afetado e artefatos podem aparecer entrando ou saindo de tela cheia."; "This is a virtual display (examples: AirPlay, Sidecar, display connected via a DisplayLink Dock or similar) which does not allow hardware or software gammatable control. Shading is used as a substitute but only in non-mirror scenarios. Mouse cursor will be unaffected and artifacts may appear when entering/leaving full screen mode." = "Este é um monitor virtual(exemplos: AirPlay, Sidecar, monitor conectado via a DisplayLink Dock ou similar) que não permite controle via hardware ou software. Shading é usado como um substituto mas somente em cenários não espelhados. O cursor do Mouse não será afetado e artefatos podem aparecer entrando ou saindo de tela cheia.";
/* Unknown display name */ /* Unknown display name */
@ -139,7 +139,7 @@
/* Version */ /* Version */
"Version" = "Versão"; "Version" = "Versão";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Virtual Display" = "Monitor Virtual"; "Virtual Display" = "Monitor Virtual";
/* Shown in menu */ /* Shown in menu */
@ -149,4 +149,4 @@
"Yes" = "Sim"; "Yes" = "Sim";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"You need to enable MonitorControl in System Preferences > Security and Privacy > Accessibility for the keyboard shortcuts to work" = "Você precisa habilitar o MonitorControl nas Preferências do Sistema > Segurança e privacidade > Acessibilidade para que os atalhos de teclado funcionem"; "You need to enable MonitorControl in System Settings > Security and Privacy > Accessibility for the keyboard shortcuts to work" = "Você precisa habilitar o MonitorControl nas Preferências do Sistema > Segurança e privacidade > Acessibilidade para que os atalhos de teclado funcionem";

View file

@ -31,7 +31,7 @@
/* Class = "NSTextFieldCell"; title = "Welcome to MonitorControl"; ObjectID = "5J0-BD-top"; */ /* Class = "NSTextFieldCell"; title = "Welcome to MonitorControl"; ObjectID = "5J0-BD-top"; */
"5J0-BD-top.title" = "Welcome to MonitorControl"; "5J0-BD-top.title" = "Welcome to MonitorControl";
/* Class = "NSButtonCell"; title = "Reset Preferences"; ObjectID = "5yT-5F-X5R"; */ /* Class = "NSButtonCell"; title = "Reset Settings"; ObjectID = "5yT-5F-X5R"; */
"5yT-5F-X5R.title" = "Redefinir preferências"; "5yT-5F-X5R.title" = "Redefinir preferências";
/* Class = "NSMenuItem"; title = "Always hide"; ObjectID = "6mo-7S-oOO"; */ /* Class = "NSMenuItem"; title = "Always hide"; ObjectID = "6mo-7S-oOO"; */
@ -175,7 +175,7 @@
/* Class = "NSTextFieldCell"; title = "Override audio device name:"; ObjectID = "H9X-it-sXs"; */ /* Class = "NSTextFieldCell"; title = "Override audio device name:"; ObjectID = "H9X-it-sXs"; */
"H9X-it-sXs.title" = "Substituir o nome do dispositivo de áudio:"; "H9X-it-sXs.title" = "Substituir o nome do dispositivo de áudio:";
/* Class = "NSTextFieldCell"; title = "Relaunch the app to access Preferences if the menu option is not accessible. Use the button below to quit the app."; ObjectID = "hF7-fM-aKr"; */ /* Class = "NSTextFieldCell"; title = "Relaunch the app to access Settings if the menu option is not accessible. Use the button below to quit the app."; ObjectID = "hF7-fM-aKr"; */
"hF7-fM-aKr.title" = "Reinicie o aplicativo para acessar as Preferências se a opção do menu não estiver acessível. Use o botão abaixo para sair do aplicativo."; "hF7-fM-aKr.title" = "Reinicie o aplicativo para acessar as Preferências se a opção do menu não estiver acessível. Use o botão abaixo para sair do aplicativo.";
/* Class = "NSButtonCell"; title = "Get current"; ObjectID = "hkC-vq-IcD"; */ /* Class = "NSButtonCell"; title = "Get current"; ObjectID = "hkC-vq-IcD"; */
@ -217,8 +217,8 @@
/* Class = "NSButtonCell"; title = "Enable for Apple branded and built-in displays as well"; ObjectID = "K6A-4z-1aQ"; */ /* Class = "NSButtonCell"; title = "Enable for Apple branded and built-in displays as well"; ObjectID = "K6A-4z-1aQ"; */
"K6A-4z-1aQ.title" = "Habilite para monitores integrados e da Apple"; "K6A-4z-1aQ.title" = "Habilite para monitores integrados e da Apple";
/* Class = "NSTextFieldCell"; title = "MonitorControl needs access to \"accessibility\" to use macOS native keys to control your display.\nYou can enable it by adding MonitorControl in System Preferences > Security and Privacy > Accessibility."; ObjectID = "kBJ-Zf-1k2"; */ /* Class = "NSTextFieldCell"; title = "MonitorControl needs access to \"accessibility\" to use macOS native keys to control your display.\nYou can enable it by adding MonitorControl in System Settings > Security and Privacy > Accessibility."; ObjectID = "kBJ-Zf-1k2"; */
"kBJ-Zf-1k2.title" = "MonitorControl needs access to \"accessibility\" to use macOS native keys to control your display.\nYou can enable it by adding MonitorControl in System Preferences > Security and Privacy > Accessibility."; "kBJ-Zf-1k2.title" = "MonitorControl needs access to \"accessibility\" to use macOS native keys to control your display.\nYou can enable it by adding MonitorControl in System Settings > Security and Privacy > Accessibility.";
/* Class = "NSTextFieldCell"; title = "Screen to control:"; ObjectID = "Kfj-WK-aSL"; */ /* Class = "NSTextFieldCell"; title = "Screen to control:"; ObjectID = "Kfj-WK-aSL"; */
"Kfj-WK-aSL.title" = "Monitor para controlar:"; "Kfj-WK-aSL.title" = "Monitor para controlar:";
@ -292,8 +292,8 @@
/* Class = "NSTextFieldCell"; title = "DDC max"; ObjectID = "psF-vX-AFB"; */ /* Class = "NSTextFieldCell"; title = "DDC max"; ObjectID = "psF-vX-AFB"; */
"psF-vX-AFB.title" = "Máximo DCC"; "psF-vX-AFB.title" = "Máximo DCC";
/* Class = "NSButtonCell"; title = "Open System Preferences…"; ObjectID = "pVc-wG-Bdh"; */ /* Class = "NSButtonCell"; title = "Open System Settings…"; ObjectID = "pVc-wG-Bdh"; */
"pVc-wG-Bdh.title" = "Open System Preferences…"; "pVc-wG-Bdh.title" = "Open System Settings…";
/* Class = "NSTextFieldCell"; title = "Use software dimming after the display reached zero hardware brightness for extended range. Works for DDC controlled displays only."; ObjectID = "PyY-p9-3NP"; */ /* Class = "NSTextFieldCell"; title = "Use software dimming after the display reached zero hardware brightness for extended range. Works for DDC controlled displays only."; ObjectID = "PyY-p9-3NP"; */
"PyY-p9-3NP.title" = "Use o escurecimento do software depois que a tela atingir o brilho zero do hardware para uma faixa estendida. Funciona apenas para monitores controlados por DDC." "PyY-p9-3NP.title" = "Use o escurecimento do software depois que a tela atingir o brilho zero do hardware para uma faixa estendida. Funciona apenas para monitores controlados por DDC."
@ -367,7 +367,7 @@
/* Class = "NSTextFieldCell"; title = "Useful when a display tends to reset its settings during sleep."; ObjectID = "w8B-x6-sq5"; */ /* Class = "NSTextFieldCell"; title = "Useful when a display tends to reset its settings during sleep."; ObjectID = "w8B-x6-sq5"; */
"w8B-x6-sq5.title" = "Útil quando um monitor tende a redefinir suas configurações ao hibernar."; "w8B-x6-sq5.title" = "Útil quando um monitor tende a redefinir suas configurações ao hibernar.";
/* Class = "NSTextFieldCell"; title = "Changes that are caused by the Ambient light sensor or made using Touch Bar, Control Center, System Preferences will be replicated to all displays."; ObjectID = "wjv-tq-iUx"; */ /* Class = "NSTextFieldCell"; title = "Changes that are caused by the Ambient light sensor or made using Touch Bar, Control Center, System Settings will be replicated to all displays."; ObjectID = "wjv-tq-iUx"; */
"wjv-tq-iUx.title" = "As alterações causadas pelo sensor de luz ambiente ou feitas usando a Barra de toque, Centro de controle, Preferências do sistema serão replicadas para todos os monitores."; "wjv-tq-iUx.title" = "As alterações causadas pelo sensor de luz ambiente ou feitas usando a Barra de toque, Centro de controle, Preferências do sistema serão replicadas para todos os monitores.";
/* Class = "NSMenuItem"; title = "Change volume for all screens"; ObjectID = "Xih-P5-NyM"; */ /* Class = "NSMenuItem"; title = "Change volume for all screens"; ObjectID = "Xih-P5-NyM"; */

View file

@ -11,7 +11,7 @@
"Are you sure you want to enable a longer delay? Doing so may freeze your system and require a restart. Start at login will be disabled as a safety measure." = "Tens a certeza que desejas ativar o delay longo? Isso pode congelar o teu sistema, sendo necessário reiniciar o mesmo. Iniciar no login vai ser desligado como medida de segurança."; "Are you sure you want to enable a longer delay? Doing so may freeze your system and require a restart. Start at login will be disabled as a safety measure." = "Tens a certeza que desejas ativar o delay longo? Isso pode congelar o teu sistema, sendo necessário reiniciar o mesmo. Iniciar no login vai ser desligado como medida de segurança.";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Are you sure you want to reset all preferences?" = "Tens a certeza que desejas reiniciar todas as preferências?"; "Are you sure you want to reset all settings?" = "Tens a certeza que desejas reiniciar todas as preferências?";
/* Shown in menu */ /* Shown in menu */
"Brightness" = "Brilho"; "Brightness" = "Brilho";
@ -19,7 +19,7 @@
/* Build */ /* Build */
"Build" = "Build"; "Build" = "Build";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Built-in Display" = "Monitor Interno"; "Built-in Display" = "Monitor Interno";
/* Shown in menu */ /* Shown in menu */
@ -43,16 +43,16 @@
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Enable Longer Delay?" = "Ativar delay longo?"; "Enable Longer Delay?" = "Ativar delay longo?";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"External Display" = "Monitor Externo"; "External Display" = "Monitor Externo";
/* Shown in the main prefs window */ /* Shown in the main prefs window */
"General" = "Geral"; "General" = "Geral";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Hardware (Apple)" = "Hardware (Apple)"; "Hardware (Apple)" = "Hardware (Apple)";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Hardware (DDC)" = "Hardware (DDC)"; "Hardware (DDC)" = "Hardware (DDC)";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
@ -76,61 +76,61 @@
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"No" = "Não"; "No" = "Não";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"No Control" = "Sem Controlo"; "No Control" = "Sem Controlo";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Other Display" = "Outro Monitor"; "Other Display" = "Outro Monitor";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Preferences for an incompatible previous app version detected. Default preferences are reloaded." = "Detetada incompatibilidade. Preferências padrão foram carregadas."; "Settings for an incompatible previous app version detected. Default settings are reloaded." = "Detetada incompatibilidade. Preferências padrão foram carregadas.";
/* Shown in menu */ /* Shown in menu */
"Preferences…" = "Preferências…"; "Settings…" = "Preferências…";
/* Shown in menu */ /* Shown in menu */
"Quit" = "Sair"; "Quit" = "Sair";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Reset Preferences?" = "Limpar Preferências?"; "Reset Settings?" = "Limpar Preferências?";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Safe Mode Activated" = "Modo Seguro Ativado"; "Safe Mode Activated" = "Modo Seguro Ativado";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Shift was pressed during launch. MonitorControl started in safe mode. Default preferences are reloaded, DDC read is blocked." = "Shift foi pressionado durante o início. MonitorControl iniciou em modo seguro. Preferências padrão foram carregadas, leitura do DDC read está bloqueada."; "Shift was pressed during launch. MonitorControl started in safe mode. Default settings are reloaded, DDC read is blocked." = "Shift foi pressionado durante o início. MonitorControl iniciou em modo seguro. Preferências padrão foram carregadas, leitura do DDC read está bloqueada.";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Shortcuts not available" = "Atalhos não disponíveis"; "Shortcuts not available" = "Atalhos não disponíveis";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Software (gamma)" = "Software (gamma)"; "Software (gamma)" = "Software (gamma)";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Software (gamma, forced)" = "Software (gamma, forçado)"; "Software (gamma, forced)" = "Software (gamma, forçado)";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Software (shade)" = "Software (shade)"; "Software (shade)" = "Software (shade)";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Software (shade, forced)" = "Software (shade, forçado)"; "Software (shade, forced)" = "Software (shade, forçado)";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"This display allows for software brightness control via gamma table manipulation or shade as it does not support hardware control. Reasons for this might be using the HDMI port of a Mac mini (which blocks hardware DDC control) or having a blacklisted display." = "Este monitor permite controlar o brilho via manipulação da tabela gamma ou shade, pois não suporta controle por hardware. Isto pode ocorrer devido ao uso da porta HDMI de um Mac mini (bloqueia controle DDC) ou o monitor estar na blacklist."; "This display allows for software brightness control via gamma table manipulation or shade as it does not support hardware control. Reasons for this might be using the HDMI port of a Mac mini (which blocks hardware DDC control) or having a blacklisted display." = "Este monitor permite controlar o brilho via manipulação da tabela gamma ou shade, pois não suporta controle por hardware. Isto pode ocorrer devido ao uso da porta HDMI de um Mac mini (bloqueia controle DDC) ou o monitor estar na blacklist.";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"This display has an unspecified control status." = "Este monitor tem um estado do controlo não especificado."; "This display has an unspecified control status." = "Este monitor tem um estado do controlo não especificado.";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"This display is reported to support hardware DDC control but the current settings allow for software control only." = "Este monitor tem o controlo de hardware DDC, mas as configurações atuais só permitem controlo por software."; "This display is reported to support hardware DDC control but the current settings allow for software control only." = "Este monitor tem o controlo de hardware DDC, mas as configurações atuais só permitem controlo por software.";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"This display is reported to support hardware DDC control. If you encounter issues, you can disable hardware DDC control to force software control." = "Este monitor suporta o controlo de hardware DCC. Se tiveres problemas, podes desligar o controle de hardware DDC e forçar o controlo via software"; "This display is reported to support hardware DDC control. If you encounter issues, you can disable hardware DDC control to force software control." = "Este monitor suporta o controlo de hardware DCC. Se tiveres problemas, podes desligar o controle de hardware DDC e forçar o controlo via software";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"This display supports native Apple brightness protocol. This allows macOS to control this display without MonitorControl as well." = "Este monitor suport o protocolo nativo Apple. Permite o macOS controlar ele sem o MonitorControl."; "This display supports native Apple brightness protocol. This allows macOS to control this display without MonitorControl as well." = "Este monitor suport o protocolo nativo Apple. Permite o macOS controlar ele sem o MonitorControl.";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"This is a virtual display (examples: AirPlay, Sidecar, display connected via a DisplayLink Dock or similar) which does not allow hardware or software gammatable control. Shading is used as a substitute but only in non-mirror scenarios. Mouse cursor will be unaffected and artifacts may appear when entering/leaving full screen mode." = "Este é um monitor virtual (exemplos: AirPlay, Sidecar, monitor conectado via a DisplayLink Dock ou semelhante) que não permite o controlo via hardware ou software. Shading é usado como um substituto mas somente em cenários não espelhados. O cursor do rato não será afetado e artefatos podem aparecer a entrar ou a sair do modo de tela cheia."; "This is a virtual display (examples: AirPlay, Sidecar, display connected via a DisplayLink Dock or similar) which does not allow hardware or software gammatable control. Shading is used as a substitute but only in non-mirror scenarios. Mouse cursor will be unaffected and artifacts may appear when entering/leaving full screen mode." = "Este é um monitor virtual (exemplos: AirPlay, Sidecar, monitor conectado via a DisplayLink Dock ou semelhante) que não permite o controlo via hardware ou software. Shading é usado como um substituto mas somente em cenários não espelhados. O cursor do rato não será afetado e artefatos podem aparecer a entrar ou a sair do modo de tela cheia.";
/* Unknown display name */ /* Unknown display name */
@ -139,7 +139,7 @@
/* Version */ /* Version */
"Version" = "Versão"; "Version" = "Versão";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Virtual Display" = "Monitor Virtual"; "Virtual Display" = "Monitor Virtual";
/* Shown in menu */ /* Shown in menu */
@ -149,4 +149,4 @@
"Yes" = "Sim"; "Yes" = "Sim";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"You need to enable MonitorControl in System Preferences > Security and Privacy > Accessibility for the keyboard shortcuts to work" = "Precisas de habilitar o MonitorControl nas Preferências do Sistema > Segurança e privacidade > Acessibilidade para que os atalhos de teclado funcionem"; "You need to enable MonitorControl in System Settings > Security and Privacy > Accessibility for the keyboard shortcuts to work" = "Precisas de habilitar o MonitorControl nas Preferências do Sistema > Segurança e privacidade > Acessibilidade para que os atalhos de teclado funcionem";

View file

@ -31,7 +31,7 @@
/* Class = "NSTextFieldCell"; title = "Welcome to MonitorControl"; ObjectID = "5J0-BD-top"; */ /* Class = "NSTextFieldCell"; title = "Welcome to MonitorControl"; ObjectID = "5J0-BD-top"; */
"5J0-BD-top.title" = "Welcome to MonitorControl"; "5J0-BD-top.title" = "Welcome to MonitorControl";
/* Class = "NSButtonCell"; title = "Reset Preferences"; ObjectID = "5yT-5F-X5R"; */ /* Class = "NSButtonCell"; title = "Reset Settings"; ObjectID = "5yT-5F-X5R"; */
"5yT-5F-X5R.title" = "Redefinir preferências"; "5yT-5F-X5R.title" = "Redefinir preferências";
/* Class = "NSMenuItem"; title = "Always hide"; ObjectID = "6mo-7S-oOO"; */ /* Class = "NSMenuItem"; title = "Always hide"; ObjectID = "6mo-7S-oOO"; */
@ -175,7 +175,7 @@
/* Class = "NSTextFieldCell"; title = "Override audio device name:"; ObjectID = "H9X-it-sXs"; */ /* Class = "NSTextFieldCell"; title = "Override audio device name:"; ObjectID = "H9X-it-sXs"; */
"H9X-it-sXs.title" = "Substituir o nome do dispositivo de áudio:"; "H9X-it-sXs.title" = "Substituir o nome do dispositivo de áudio:";
/* Class = "NSTextFieldCell"; title = "Relaunch the app to access Preferences if the menu option is not accessible. Use the button below to quit the app."; ObjectID = "hF7-fM-aKr"; */ /* Class = "NSTextFieldCell"; title = "Relaunch the app to access Settings if the menu option is not accessible. Use the button below to quit the app."; ObjectID = "hF7-fM-aKr"; */
"hF7-fM-aKr.title" = "Reinicia o aplicativo para acessar as Preferências se a opção do menu não estiver acessível. Usa o botão abaixo para sair da aplicação."; "hF7-fM-aKr.title" = "Reinicia o aplicativo para acessar as Preferências se a opção do menu não estiver acessível. Usa o botão abaixo para sair da aplicação.";
/* Class = "NSButtonCell"; title = "Get current"; ObjectID = "hkC-vq-IcD"; */ /* Class = "NSButtonCell"; title = "Get current"; ObjectID = "hkC-vq-IcD"; */
@ -217,7 +217,7 @@
/* Class = "NSButtonCell"; title = "Enable for Apple branded and built-in displays as well"; ObjectID = "K6A-4z-1aQ"; */ /* Class = "NSButtonCell"; title = "Enable for Apple branded and built-in displays as well"; ObjectID = "K6A-4z-1aQ"; */
"K6A-4z-1aQ.title" = "Habilita para monitores integrados e da Apple"; "K6A-4z-1aQ.title" = "Habilita para monitores integrados e da Apple";
/* Class = "NSTextFieldCell"; title = "MonitorControl needs access to \"accessibility\" to use macOS native keys to control your display.\nYou can enable it by adding MonitorControl in System Preferences > Security and Privacy > Accessibility."; ObjectID = "kBJ-Zf-1k2"; */ /* Class = "NSTextFieldCell"; title = "MonitorControl needs access to \"accessibility\" to use macOS native keys to control your display.\nYou can enable it by adding MonitorControl in System Settings > Security and Privacy > Accessibility."; ObjectID = "kBJ-Zf-1k2"; */
"kBJ-Zf-1k2.title" = "MonitorControl precisa de aceder à \"acessibilidade\" para usar as teclas nativas do macOS no controlo do teu monitor.\nPodes ativar adicionando o MonitorControl em Preferências do Sistema > Segurança e Privacidade > Acessibilidade."; "kBJ-Zf-1k2.title" = "MonitorControl precisa de aceder à \"acessibilidade\" para usar as teclas nativas do macOS no controlo do teu monitor.\nPodes ativar adicionando o MonitorControl em Preferências do Sistema > Segurança e Privacidade > Acessibilidade.";
/* Class = "NSTextFieldCell"; title = "Screen to control:"; ObjectID = "Kfj-WK-aSL"; */ /* Class = "NSTextFieldCell"; title = "Screen to control:"; ObjectID = "Kfj-WK-aSL"; */
@ -292,7 +292,7 @@
/* Class = "NSTextFieldCell"; title = "DDC max"; ObjectID = "psF-vX-AFB"; */ /* Class = "NSTextFieldCell"; title = "DDC max"; ObjectID = "psF-vX-AFB"; */
"psF-vX-AFB.title" = "DCC máximo"; "psF-vX-AFB.title" = "DCC máximo";
/* Class = "NSButtonCell"; title = "Open System Preferences…"; ObjectID = "pVc-wG-Bdh"; */ /* Class = "NSButtonCell"; title = "Open System Settings…"; ObjectID = "pVc-wG-Bdh"; */
"pVc-wG-Bdh.title" = "Abrir as Preferências de Sistema…"; "pVc-wG-Bdh.title" = "Abrir as Preferências de Sistema…";
/* Class = "NSTextFieldCell"; title = "Use software dimming after the display reached zero hardware brightness for extended range. Works for DDC controlled displays only."; ObjectID = "PyY-p9-3NP"; */ /* Class = "NSTextFieldCell"; title = "Use software dimming after the display reached zero hardware brightness for extended range. Works for DDC controlled displays only."; ObjectID = "PyY-p9-3NP"; */
@ -367,7 +367,7 @@
/* Class = "NSTextFieldCell"; title = "Useful when a display tends to reset its settings during sleep."; ObjectID = "w8B-x6-sq5"; */ /* Class = "NSTextFieldCell"; title = "Useful when a display tends to reset its settings during sleep."; ObjectID = "w8B-x6-sq5"; */
"w8B-x6-sq5.title" = "Útil quando um monitor tende a redefinir suas configurações ao hibernar."; "w8B-x6-sq5.title" = "Útil quando um monitor tende a redefinir suas configurações ao hibernar.";
/* Class = "NSTextFieldCell"; title = "Changes that are caused by the Ambient light sensor or made using Touch Bar, Control Center, System Preferences will be replicated to all displays."; ObjectID = "wjv-tq-iUx"; */ /* Class = "NSTextFieldCell"; title = "Changes that are caused by the Ambient light sensor or made using Touch Bar, Control Center, System Settings will be replicated to all displays."; ObjectID = "wjv-tq-iUx"; */
"wjv-tq-iUx.title" = "As alterações causadas pelo sensor de luz ambiente ou feitas usando a Barra de toque, Centro de Controle, Preferências do Sistema serão replicadas para todos os monitores."; "wjv-tq-iUx.title" = "As alterações causadas pelo sensor de luz ambiente ou feitas usando a Barra de toque, Centro de Controle, Preferências do Sistema serão replicadas para todos os monitores.";
/* Class = "NSMenuItem"; title = "Change volume for all screens"; ObjectID = "Xih-P5-NyM"; */ /* Class = "NSMenuItem"; title = "Change volume for all screens"; ObjectID = "Xih-P5-NyM"; */

View file

@ -11,7 +11,7 @@
"Are you sure you want to enable a longer delay? Doing so may freeze your system and require a restart. Start at login will be disabled as a safety measure." = "Вы уверены, что хотите включить более длительную задержку? Это может привести к зависанию вашей системы и потребовать перезагрузки. Эта функция будет отключена при входе в систему в качестве меры безопасности."; "Are you sure you want to enable a longer delay? Doing so may freeze your system and require a restart. Start at login will be disabled as a safety measure." = "Вы уверены, что хотите включить более длительную задержку? Это может привести к зависанию вашей системы и потребовать перезагрузки. Эта функция будет отключена при входе в систему в качестве меры безопасности.";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Are you sure you want to reset all preferences?" = "Вы уверены, что хотите сбросить все настройки?"; "Are you sure you want to reset all settings?" = "Вы уверены, что хотите сбросить все настройки?";
/* Shown in menu */ /* Shown in menu */
"Brightness" = "Яркость"; "Brightness" = "Яркость";
@ -19,7 +19,7 @@
/* Build */ /* Build */
"Build" = "Релиз"; "Build" = "Релиз";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Built-in Display" = "Встроенный дисплей"; "Built-in Display" = "Встроенный дисплей";
/* Shown in menu */ /* Shown in menu */
@ -43,16 +43,16 @@
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Enable Longer Delay?" = "Включить более длительную задержку?"; "Enable Longer Delay?" = "Включить более длительную задержку?";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"External Display" = "Внешний дисплей"; "External Display" = "Внешний дисплей";
/* Shown in the main prefs window */ /* Shown in the main prefs window */
"General" = "Основные"; "General" = "Основные";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Hardware (Apple)" = "Аппаратный (Apple)"; "Hardware (Apple)" = "Аппаратный (Apple)";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Hardware (DDC)" = "Аппаратный (DDC)"; "Hardware (DDC)" = "Аппаратный (DDC)";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
@ -76,61 +76,61 @@
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"No" = "Нет"; "No" = "Нет";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"No Control" = "Не контролируемый"; "No Control" = "Не контролируемый";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Other Display" = "Другой дисплей"; "Other Display" = "Другой дисплей";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Preferences for an incompatible previous app version detected. Default preferences are reloaded." = "Обнаружены настройки от несовместимой предыдущей версии приложения. Будут загружены настройки по умолчанию."; "Settings for an incompatible previous app version detected. Default settings are reloaded." = "Обнаружены настройки от несовместимой предыдущей версии приложения. Будут загружены настройки по умолчанию.";
/* Shown in menu */ /* Shown in menu */
"Preferences…" = "Настройки…"; "Settings…" = "Настройки…";
/* Shown in menu */ /* Shown in menu */
"Quit" = "Выйти"; "Quit" = "Выйти";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Reset Preferences?" = "Сбросить настройки?"; "Reset Settings?" = "Сбросить настройки?";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Safe Mode Activated" = "Активирован безопасный режим"; "Safe Mode Activated" = "Активирован безопасный режим";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Shift was pressed during launch. MonitorControl started in safe mode. Default preferences are reloaded, DDC read is blocked." = "Shift был нажат во время запуска. MonitorControl запущен в безопасном режиме. Загружены настройки по умолчанию, чтение DDC заблокировано."; "Shift was pressed during launch. MonitorControl started in safe mode. Default settings are reloaded, DDC read is blocked." = "Shift был нажат во время запуска. MonitorControl запущен в безопасном режиме. Загружены настройки по умолчанию, чтение DDC заблокировано.";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Shortcuts not available" = "Сочетания клавиш недоступны"; "Shortcuts not available" = "Сочетания клавиш недоступны";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Software (gamma)" = "Программное (гамма)"; "Software (gamma)" = "Программное (гамма)";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Software (gamma, forced)" = "Программное (гамма, принудительно)"; "Software (gamma, forced)" = "Программное (гамма, принудительно)";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Software (shade)" = "Программное (затенение)"; "Software (shade)" = "Программное (затенение)";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Software (shade, forced)" = "Программное (затенение, принудительно)"; "Software (shade, forced)" = "Программное (затенение, принудительно)";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"This display allows for software brightness control via gamma table manipulation or shade as it does not support hardware control. Reasons for this might be using the HDMI port of a Mac mini (which blocks hardware DDC control) or having a blacklisted display." = "Этот дисплей позволяет программно регулировать яркость с помощью манипуляций с таблицей гаммы или оттенков, поскольку он не поддерживает аппаратное управление. Причинами этого может быть использование HDMI порта на Mac mini (который блокирует аппаратное управление DDC) или наличие дисплея, занесенного в черный список."; "This display allows for software brightness control via gamma table manipulation or shade as it does not support hardware control. Reasons for this might be using the HDMI port of a Mac mini (which blocks hardware DDC control) or having a blacklisted display." = "Этот дисплей позволяет программно регулировать яркость с помощью манипуляций с таблицей гаммы или оттенков, поскольку он не поддерживает аппаратное управление. Причинами этого может быть использование HDMI порта на Mac mini (который блокирует аппаратное управление DDC) или наличие дисплея, занесенного в черный список.";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"This display has an unspecified control status." = "Этот дисплей имеет неопределенный статус управления."; "This display has an unspecified control status." = "Этот дисплей имеет неопределенный статус управления.";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"This display is reported to support hardware DDC control but the current settings allow for software control only." = "Этот дисплей сообщает, что поддерживает аппаратное управление через DDC, но текущие настройки позволяют только программное управление."; "This display is reported to support hardware DDC control but the current settings allow for software control only." = "Этот дисплей сообщает, что поддерживает аппаратное управление через DDC, но текущие настройки позволяют только программное управление.";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"This display is reported to support hardware DDC control. If you encounter issues, you can disable hardware DDC control to force software control." = "Этот дисплей сообщает, что поддерживает аппаратное управление через DDC. В случае проблем, вы можете отключить аппаратное управление через DDC, чтобы принудительно использовать программное управление."; "This display is reported to support hardware DDC control. If you encounter issues, you can disable hardware DDC control to force software control." = "Этот дисплей сообщает, что поддерживает аппаратное управление через DDC. В случае проблем, вы можете отключить аппаратное управление через DDC, чтобы принудительно использовать программное управление.";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"This display supports native Apple brightness protocol. This allows macOS to control this display without MonitorControl as well." = "Этот дисплей поддерживает нативный протокол яркости Apple. Это позволяет macOS управлять этим дисплеем без использования MonitorControl."; "This display supports native Apple brightness protocol. This allows macOS to control this display without MonitorControl as well." = "Этот дисплей поддерживает нативный протокол яркости Apple. Это позволяет macOS управлять этим дисплеем без использования MonitorControl.";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"This is a virtual display (examples: AirPlay, Sidecar, display connected via a DisplayLink Dock or similar) which does not allow hardware or software gammatable control. Shading is used as a substitute but only in non-mirror scenarios. Mouse cursor will be unaffected and artifacts may appear when entering/leaving full screen mode." = "Это виртуальный дисплей (например: AirPlay, Sidecar, дисплей подключенный через док-станцию DisplayLink или аналогичное устройство), который не поддерживает аппаратное или программное управление гаммой. Затенение используется в качестве замены, но только в режимах без видео-повтора. При этом курсор мыши останется неизменным и могут возникнуть артефакты при входе/выходе из полноэкранного режима."; "This is a virtual display (examples: AirPlay, Sidecar, display connected via a DisplayLink Dock or similar) which does not allow hardware or software gammatable control. Shading is used as a substitute but only in non-mirror scenarios. Mouse cursor will be unaffected and artifacts may appear when entering/leaving full screen mode." = "Это виртуальный дисплей (например: AirPlay, Sidecar, дисплей подключенный через док-станцию DisplayLink или аналогичное устройство), который не поддерживает аппаратное или программное управление гаммой. Затенение используется в качестве замены, но только в режимах без видео-повтора. При этом курсор мыши останется неизменным и могут возникнуть артефакты при входе/выходе из полноэкранного режима.";
/* Unknown display name */ /* Unknown display name */
@ -139,7 +139,7 @@
/* Version */ /* Version */
"Version" = "Версия"; "Version" = "Версия";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Virtual Display" = "Виртуальный дисплей"; "Virtual Display" = "Виртуальный дисплей";
/* Shown in menu */ /* Shown in menu */
@ -149,4 +149,4 @@
"Yes" = "Да"; "Yes" = "Да";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"You need to enable MonitorControl in System Preferences > Security and Privacy > Accessibility for the keyboard shortcuts to work" = "Вам необходимо включить MonitorControl, перейдите в Системные настройки > Конфиденциальность и безопасность > Универсальный доступ, чтобы сочетания клавиш работали"; "You need to enable MonitorControl in System Settings > Security and Privacy > Accessibility for the keyboard shortcuts to work" = "Вам необходимо включить MonitorControl, перейдите в Системные настройки > Конфиденциальность и безопасность > Универсальный доступ, чтобы сочетания клавиш работали";

View file

@ -31,7 +31,7 @@
/* Class = "NSTextFieldCell"; title = "Welcome to MonitorControl"; ObjectID = "5J0-BD-top"; */ /* Class = "NSTextFieldCell"; title = "Welcome to MonitorControl"; ObjectID = "5J0-BD-top"; */
"5J0-BD-top.title" = "Добро пожаловать в MonitorControl"; "5J0-BD-top.title" = "Добро пожаловать в MonitorControl";
/* Class = "NSButtonCell"; title = "Reset Preferences"; ObjectID = "5yT-5F-X5R"; */ /* Class = "NSButtonCell"; title = "Reset Settings"; ObjectID = "5yT-5F-X5R"; */
"5yT-5F-X5R.title" = "Сбросить настройки"; "5yT-5F-X5R.title" = "Сбросить настройки";
/* Class = "NSMenuItem"; title = "Always hide"; ObjectID = "6mo-7S-oOO"; */ /* Class = "NSMenuItem"; title = "Always hide"; ObjectID = "6mo-7S-oOO"; */
@ -175,7 +175,7 @@
/* Class = "NSTextFieldCell"; title = "Override audio device name:"; ObjectID = "H9X-it-sXs"; */ /* Class = "NSTextFieldCell"; title = "Override audio device name:"; ObjectID = "H9X-it-sXs"; */
"H9X-it-sXs.title" = "Переопределить имя аудиоустройства:"; "H9X-it-sXs.title" = "Переопределить имя аудиоустройства:";
/* Class = "NSTextFieldCell"; title = "Relaunch the app to access Preferences if the menu option is not accessible. Use the button below to quit the app."; ObjectID = "hF7-fM-aKr"; */ /* Class = "NSTextFieldCell"; title = "Relaunch the app to access Settings if the menu option is not accessible. Use the button below to quit the app."; ObjectID = "hF7-fM-aKr"; */
"hF7-fM-aKr.title" = "Перезапустите приложение, чтобы получить доступ к настройкам, если пункт меню недоступен. Используйте кнопку ниже, чтобы выйти из приложения."; "hF7-fM-aKr.title" = "Перезапустите приложение, чтобы получить доступ к настройкам, если пункт меню недоступен. Используйте кнопку ниже, чтобы выйти из приложения.";
/* Class = "NSButtonCell"; title = "Get current"; ObjectID = "hkC-vq-IcD"; */ /* Class = "NSButtonCell"; title = "Get current"; ObjectID = "hkC-vq-IcD"; */
@ -217,7 +217,7 @@
/* Class = "NSButtonCell"; title = "Enable for Apple branded and built-in displays as well"; ObjectID = "K6A-4z-1aQ"; */ /* Class = "NSButtonCell"; title = "Enable for Apple branded and built-in displays as well"; ObjectID = "K6A-4z-1aQ"; */
"K6A-4z-1aQ.title" = "Включить также для фирменных и встроенных дисплеев Apple"; "K6A-4z-1aQ.title" = "Включить также для фирменных и встроенных дисплеев Apple";
/* Class = "NSTextFieldCell"; title = "MonitorControl needs access to \"accessibility\" to use macOS native keys to control your display.\nYou can enable it by adding MonitorControl in System Preferences > Security and Privacy > Accessibility."; ObjectID = "kBJ-Zf-1k2"; */ /* Class = "NSTextFieldCell"; title = "MonitorControl needs access to \"accessibility\" to use macOS native keys to control your display.\nYou can enable it by adding MonitorControl in System Settings > Security and Privacy > Accessibility."; ObjectID = "kBJ-Zf-1k2"; */
"kBJ-Zf-1k2.title" = "MonitorControl нуждается в доступе к \"Универсальному доступу\", чтобы использовать нативные клавиши macOS для управления вашим дисплеем.\nВы можете включить это, добавив MonitorControl в Системные настройки > Конфиденциальность и безопасность > Универсальный доступ."; "kBJ-Zf-1k2.title" = "MonitorControl нуждается в доступе к \"Универсальному доступу\", чтобы использовать нативные клавиши macOS для управления вашим дисплеем.\nВы можете включить это, добавив MonitorControl в Системные настройки > Конфиденциальность и безопасность > Универсальный доступ.";
/* Class = "NSTextFieldCell"; title = "Screen to control:"; ObjectID = "Kfj-WK-aSL"; */ /* Class = "NSTextFieldCell"; title = "Screen to control:"; ObjectID = "Kfj-WK-aSL"; */
@ -292,7 +292,7 @@
/* Class = "NSTextFieldCell"; title = "DDC max"; ObjectID = "psF-vX-AFB"; */ /* Class = "NSTextFieldCell"; title = "DDC max"; ObjectID = "psF-vX-AFB"; */
"psF-vX-AFB.title" = "DDC max"; "psF-vX-AFB.title" = "DDC max";
/* Class = "NSButtonCell"; title = "Open System Preferences…"; ObjectID = "pVc-wG-Bdh"; */ /* Class = "NSButtonCell"; title = "Open System Settings…"; ObjectID = "pVc-wG-Bdh"; */
"pVc-wG-Bdh.title" = "Открыть Системные настройки…"; "pVc-wG-Bdh.title" = "Открыть Системные настройки…";
/* Class = "NSTextFieldCell"; title = "Use software dimming after the display reached zero hardware brightness for extended range. Works for DDC controlled displays only."; ObjectID = "PyY-p9-3NP"; */ /* Class = "NSTextFieldCell"; title = "Use software dimming after the display reached zero hardware brightness for extended range. Works for DDC controlled displays only."; ObjectID = "PyY-p9-3NP"; */
@ -364,7 +364,7 @@
/* Class = "NSTextFieldCell"; title = "Useful when a display tends to reset its settings during sleep."; ObjectID = "w8B-x6-sq5"; */ /* Class = "NSTextFieldCell"; title = "Useful when a display tends to reset its settings during sleep."; ObjectID = "w8B-x6-sq5"; */
"w8B-x6-sq5.title" = "Полезно, когда дисплей имеет тенденцию сбрасывать свои настройки во время сна."; "w8B-x6-sq5.title" = "Полезно, когда дисплей имеет тенденцию сбрасывать свои настройки во время сна.";
/* Class = "NSTextFieldCell"; title = "Changes that are caused by the Ambient light sensor or made using Touch Bar, Control Center, System Preferences will be replicated to all displays."; ObjectID = "wjv-tq-iUx"; */ /* Class = "NSTextFieldCell"; title = "Changes that are caused by the Ambient light sensor or made using Touch Bar, Control Center, System Settings will be replicated to all displays."; ObjectID = "wjv-tq-iUx"; */
"wjv-tq-iUx.title" = "Изменения, вызванные датчиком внешней освещенности или внесенные с помощью Touch Bar, Центра управления, Системных настроек, будут воспроизведены на всех дисплеях."; "wjv-tq-iUx.title" = "Изменения, вызванные датчиком внешней освещенности или внесенные с помощью Touch Bar, Центра управления, Системных настроек, будут воспроизведены на всех дисплеях.";
/* Class = "NSMenuItem"; title = "Change volume for all screens"; ObjectID = "Xih-P5-NyM"; */ /* Class = "NSMenuItem"; title = "Change volume for all screens"; ObjectID = "Xih-P5-NyM"; */

View file

@ -11,7 +11,7 @@
"Are you sure you want to enable a longer delay? Doing so may freeze your system and require a restart. Start at login will be disabled as a safety measure." = "Naozaj chcete povoliť dlhšie oneskorenie? Ak tak urobíte, môže dôjsť k zamrznutiu systému a potrebe jeho reštartovania. Spustenie pri štarte bude z bezpečnostných dôvodov vypnuté."; "Are you sure you want to enable a longer delay? Doing so may freeze your system and require a restart. Start at login will be disabled as a safety measure." = "Naozaj chcete povoliť dlhšie oneskorenie? Ak tak urobíte, môže dôjsť k zamrznutiu systému a potrebe jeho reštartovania. Spustenie pri štarte bude z bezpečnostných dôvodov vypnuté.";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Are you sure you want to reset all preferences?" = "Naozaj chcete obnoviť všetky predvoľby?"; "Are you sure you want to reset all settings?" = "Naozaj chcete obnoviť všetky predvoľby?";
/* Shown in menu */ /* Shown in menu */
"Brightness" = "Jas"; "Brightness" = "Jas";
@ -19,7 +19,7 @@
/* Build */ /* Build */
"Build" = "Zostava"; "Build" = "Zostava";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Built-in Display" = "Vstavaný displej"; "Built-in Display" = "Vstavaný displej";
/* Shown in menu */ /* Shown in menu */
@ -43,16 +43,16 @@
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Enable Longer Delay?" = "Povoliť dlhšie oneskorenie?"; "Enable Longer Delay?" = "Povoliť dlhšie oneskorenie?";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"External Display" = "Externý displej"; "External Display" = "Externý displej";
/* Shown in the main prefs window */ /* Shown in the main prefs window */
"General" = "Všeobecné"; "General" = "Všeobecné";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Hardware (Apple)" = "Hardvér (Apple)"; "Hardware (Apple)" = "Hardvér (Apple)";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Hardware (DDC)" = "Hardvér (DDC)"; "Hardware (DDC)" = "Hardvér (DDC)";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
@ -76,64 +76,64 @@
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"No" = "Nie"; "No" = "Nie";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"No Control" = "Bez ovládania"; "No Control" = "Bez ovládania";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Other Display" = "Iný displej"; "Other Display" = "Iný displej";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Preferences for an incompatible previous app version detected. Default preferences are reloaded." = "Zistené predvoľby pre nekompatibilnú predošlú verziu aplikácie. Predvolené nastavenia sa načítajú znova."; "Settings for an incompatible previous app version detected. Default settings are reloaded." = "Zistené predvoľby pre nekompatibilnú predošlú verziu aplikácie. Predvolené nastavenia sa načítajú znova.";
/* Shown in menu */ /* Shown in menu */
"Preferences…" = "Predvoľby…"; "Settings…" = "Predvoľby…";
/* Shown in menu */ /* Shown in menu */
"Quit" = "Ukončiť"; "Quit" = "Ukončiť";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Reset Preferences?" = "Obnoviť predvoľby?"; "Reset Settings?" = "Obnoviť predvoľby?";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Safe Mode Activated" = "Aktivovaný núdzový režim"; "Safe Mode Activated" = "Aktivovaný núdzový režim";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Shift was pressed during launch. MonitorControl started in safe mode. Default preferences are reloaded, DDC read is blocked." = "Počas spustenia bol stlačený Shift. MonitorControl sa spustil v núdzovom režime. Predvolené nastavenia sa znova načítajú, čítanie DDC sa zablokuje."; "Shift was pressed during launch. MonitorControl started in safe mode. Default settings are reloaded, DDC read is blocked." = "Počas spustenia bol stlačený Shift. MonitorControl sa spustil v núdzovom režime. Predvolené nastavenia sa znova načítajú, čítanie DDC sa zablokuje.";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Shortcuts not available" = "Skratky nie sú k dispozícii"; "Shortcuts not available" = "Skratky nie sú k dispozícii";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Software (gamma)" = "Softvér (gama)"; "Software (gamma)" = "Softvér (gama)";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Software (gamma, forced)" = "Softvér (gama, vynútené)"; "Software (gamma, forced)" = "Softvér (gama, vynútené)";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Software (shade)" = "Softvér (tienenie)"; "Software (shade)" = "Softvér (tienenie)";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Software (shade, forced)" = "Softvér (tienenie, vynútené)"; "Software (shade, forced)" = "Softvér (tienenie, vynútené)";
/* Sofware update deny consequences */ /* Sofware update deny consequences */
"SoftwareUpdateDenyConsequences" = "Ak tieto pripojenia zakážete, nebudete informovaný o nových verziách a aktualizáciách zabezpečenia. Aktualizácie zabezpečenia sú dôležité na ochranu pred útokmi škodlivého softvéru."; "SoftwareUpdateDenyConsequences" = "Ak tieto pripojenia zakážete, nebudete informovaný o nových verziách a aktualizáciách zabezpečenia. Aktualizácie zabezpečenia sú dôležité na ochranu pred útokmi škodlivého softvéru.";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"This display allows for software brightness control via gamma table manipulation or shade as it does not support hardware control. Reasons for this might be using the HDMI port of a Mac mini (which blocks hardware DDC control) or having a blacklisted display." = "Tento displej umožňuje softvérové ovládanie jasu pomocou manipulácie s gama tabuľkami alebo tienením, pretože nepodporuje hardvérové ovládanie. Dôvodom môže byť použitie HDMI portu Mac mini (ktorý blokuje hardvérové ovládanie DDC) alebo použitie displeja z čiernej listiny."; "This display allows for software brightness control via gamma table manipulation or shade as it does not support hardware control. Reasons for this might be using the HDMI port of a Mac mini (which blocks hardware DDC control) or having a blacklisted display." = "Tento displej umožňuje softvérové ovládanie jasu pomocou manipulácie s gama tabuľkami alebo tienením, pretože nepodporuje hardvérové ovládanie. Dôvodom môže byť použitie HDMI portu Mac mini (ktorý blokuje hardvérové ovládanie DDC) alebo použitie displeja z čiernej listiny.";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"This display has an unspecified control status." = "Tento displej má nešpecifikovaný stav ovládania."; "This display has an unspecified control status." = "Tento displej má nešpecifikovaný stav ovládania.";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"This display is reported to support hardware DDC control but the current settings allow for software control only." = "Tento displej údajne podporuje hardvérové ovládanie DDC, ale súčasné nastavenia umožňujú len softvérové ovládanie."; "This display is reported to support hardware DDC control but the current settings allow for software control only." = "Tento displej údajne podporuje hardvérové ovládanie DDC, ale súčasné nastavenia umožňujú len softvérové ovládanie.";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"This display is reported to support hardware DDC control. If you encounter issues, you can disable hardware DDC control to force software control." = "Tento displej údajne podporuje hardvérové ovládanie DDC. Ak sa vyskytnú problémy, môžete vypnúť hardvérové ovládanie DDC a vynútiť si softvérové ovládanie."; "This display is reported to support hardware DDC control. If you encounter issues, you can disable hardware DDC control to force software control." = "Tento displej údajne podporuje hardvérové ovládanie DDC. Ak sa vyskytnú problémy, môžete vypnúť hardvérové ovládanie DDC a vynútiť si softvérové ovládanie.";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"This display supports native Apple brightness protocol. This allows macOS to control this display without MonitorControl as well." = "Tento displej podporuje natívny protokol jasu Apple. To umožňuje systému macOS ovládať tento displej aj bez MonitorControl."; "This display supports native Apple brightness protocol. This allows macOS to control this display without MonitorControl as well." = "Tento displej podporuje natívny protokol jasu Apple. To umožňuje systému macOS ovládať tento displej aj bez MonitorControl.";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"This is a virtual display (examples: AirPlay, Sidecar, display connected via a DisplayLink Dock or similar) which does not allow hardware or software gammatable control. Shading is used as a substitute but only in non-mirror scenarios. Mouse cursor will be unaffected and artifacts may appear when entering/leaving full screen mode." = "Ide o virtuálny displej (napr.: AirPlay, Sidecar, displej pripojený cez DisplayLink Dock alebo podobné), ktorý neumožňuje hardvérové alebo softvérové ovládanie. Tieňovanie sa používa ako náhrada, ale iba okrem zrkadlenia. Kurzor myši nebude ovplyvnený a pri vstupe/opustení režimu celej obrazovky sa môžu objaviť artefakty."; "This is a virtual display (examples: AirPlay, Sidecar, display connected via a DisplayLink Dock or similar) which does not allow hardware or software gammatable control. Shading is used as a substitute but only in non-mirror scenarios. Mouse cursor will be unaffected and artifacts may appear when entering/leaving full screen mode." = "Ide o virtuálny displej (napr.: AirPlay, Sidecar, displej pripojený cez DisplayLink Dock alebo podobné), ktorý neumožňuje hardvérové alebo softvérové ovládanie. Tieňovanie sa používa ako náhrada, ale iba okrem zrkadlenia. Kurzor myši nebude ovplyvnený a pri vstupe/opustení režimu celej obrazovky sa môžu objaviť artefakty.";
/* Unknown display name */ /* Unknown display name */
@ -142,7 +142,7 @@
/* Version */ /* Version */
"Version" = "Verzia"; "Version" = "Verzia";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Virtual Display" = "Virtuálny displej"; "Virtual Display" = "Virtuálny displej";
/* Shown in menu */ /* Shown in menu */
@ -152,4 +152,4 @@
"Yes" = "Áno"; "Yes" = "Áno";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"You need to enable MonitorControl in System Preferences > Security and Privacy > Accessibility for the keyboard shortcuts to work" = "Pre fungovanie klávesových skratiek musíte zapnúť MonitorControl v Systémové nastavenia > Súkromie a bezpečnosť > Prístupnosť"; "You need to enable MonitorControl in System Settings > Security and Privacy > Accessibility for the keyboard shortcuts to work" = "Pre fungovanie klávesových skratiek musíte zapnúť MonitorControl v Systémové nastavenia > Súkromie a bezpečnosť > Prístupnosť";

View file

@ -32,7 +32,7 @@
/* Class = "NSTextFieldCell"; title = "Welcome to MonitorControl"; ObjectID = "5J0-BD-top"; */ /* Class = "NSTextFieldCell"; title = "Welcome to MonitorControl"; ObjectID = "5J0-BD-top"; */
"5J0-BD-top.title" = "Vitajte v MonitorControl"; "5J0-BD-top.title" = "Vitajte v MonitorControl";
/* Class = "NSButtonCell"; title = "Reset Preferences"; ObjectID = "5yT-5F-X5R"; */ /* Class = "NSButtonCell"; title = "Reset Settings"; ObjectID = "5yT-5F-X5R"; */
"5yT-5F-X5R.title" = "Obnoviť predvoľby"; "5yT-5F-X5R.title" = "Obnoviť predvoľby";
/* Class = "NSMenuItem"; title = "Always hide"; ObjectID = "6mo-7S-oOO"; */ /* Class = "NSMenuItem"; title = "Always hide"; ObjectID = "6mo-7S-oOO"; */
@ -284,7 +284,7 @@
/* Class = "NSTextFieldCell"; title = "Brightness slider for hardware or software controlled displays or TVs."; ObjectID = "gXH-HL-ZOL"; */ /* Class = "NSTextFieldCell"; title = "Brightness slider for hardware or software controlled displays or TVs."; ObjectID = "gXH-HL-ZOL"; */
"gXH-HL-ZOL.title" = "Posuvník jasu pre hardvérovo alebo softvérovo ovládané displeje alebo televízory."; "gXH-HL-ZOL.title" = "Posuvník jasu pre hardvérovo alebo softvérovo ovládané displeje alebo televízory.";
/* Class = "NSTextFieldCell"; title = "Relaunch the app to access Preferences if the menu option is not accessible. Use the button below to quit the app."; ObjectID = "hF7-fM-aKr"; */ /* Class = "NSTextFieldCell"; title = "Relaunch the app to access Settings if the menu option is not accessible. Use the button below to quit the app."; ObjectID = "hF7-fM-aKr"; */
"hF7-fM-aKr.title" = "Ak nie je dostupné menu, znovu spustite aplikáciu a získajte prístup k položke Predvoľby. Na ukončenie aplikácie použite tlačidlo nižšie."; "hF7-fM-aKr.title" = "Ak nie je dostupné menu, znovu spustite aplikáciu a získajte prístup k položke Predvoľby. Na ukončenie aplikácie použite tlačidlo nižšie.";
/* Class = "NSButtonCell"; title = "Get current"; ObjectID = "hkC-vq-IcD"; */ /* Class = "NSButtonCell"; title = "Get current"; ObjectID = "hkC-vq-IcD"; */
@ -305,7 +305,7 @@
/* Class = "NSButtonCell"; title = "Check for updates"; ObjectID = "jVH-oc-rUi"; */ /* Class = "NSButtonCell"; title = "Check for updates"; ObjectID = "jVH-oc-rUi"; */
"jVH-oc-rUi.title" = "Skontrolovať aktualizácie"; "jVH-oc-rUi.title" = "Skontrolovať aktualizácie";
/* Class = "NSTextFieldCell"; title = "MonitorControl needs access to \"accessibility\" to use macOS native keys to control your display.\nYou can enable it by adding MonitorControl in System Preferences > Security and Privacy > Accessibility."; ObjectID = "kBJ-Zf-1k2"; */ /* Class = "NSTextFieldCell"; title = "MonitorControl needs access to \"accessibility\" to use macOS native keys to control your display.\nYou can enable it by adding MonitorControl in System Settings > Security and Privacy > Accessibility."; ObjectID = "kBJ-Zf-1k2"; */
"kBJ-Zf-1k2.title" = "MonitorControl potrebuje prístup k \"Prístupnosti\" pre ovládanie displeja natívne macOS klávesy.\nMôžete ho povoliť pridaním MonitorControl v Systémové nastavenia > Súkromie a bezpečnosť > Prístupnosť."; "kBJ-Zf-1k2.title" = "MonitorControl potrebuje prístup k \"Prístupnosti\" pre ovládanie displeja natívne macOS klávesy.\nMôžete ho povoliť pridaním MonitorControl v Systémové nastavenia > Súkromie a bezpečnosť > Prístupnosť.";
/* Class = "NSMenuItem"; title = "Depends on mouse pointer position"; ObjectID = "km4-hK-auM"; */ /* Class = "NSMenuItem"; title = "Depends on mouse pointer position"; ObjectID = "km4-hK-auM"; */
@ -341,7 +341,7 @@
/* Class = "NSButtonCell"; title = "Longer delay during DDC read operations"; ObjectID = "pF5-Sw-7BR"; */ /* Class = "NSButtonCell"; title = "Longer delay during DDC read operations"; ObjectID = "pF5-Sw-7BR"; */
"pF5-Sw-7BR.title" = "Dlhšie oneskorenie počas operácií čítania DDC"; "pF5-Sw-7BR.title" = "Dlhšie oneskorenie počas operácií čítania DDC";
/* Class = "NSButtonCell"; title = "Open System Preferences…"; ObjectID = "pVc-wG-Bdh"; */ /* Class = "NSButtonCell"; title = "Open System Settings…"; ObjectID = "pVc-wG-Bdh"; */
"pVc-wG-Bdh.title" = "Otvoriť Systémové nastavenia..."; "pVc-wG-Bdh.title" = "Otvoriť Systémové nastavenia...";
/* Class = "NSTextFieldCell"; title = "Use the brightness keys of your Apple keyboard to control brightness. You can hold Control to adjust the built-in display, Control+Command to adjust external displays. Hold Shift+Option for fine control. Control+Option+Command adjusts contrast on DDC compatible displays."; ObjectID = "pa0-Hz-ace"; */ /* Class = "NSTextFieldCell"; title = "Use the brightness keys of your Apple keyboard to control brightness. You can hold Control to adjust the built-in display, Control+Command to adjust external displays. Hold Shift+Option for fine control. Control+Option+Command adjusts contrast on DDC compatible displays."; ObjectID = "pa0-Hz-ace"; */
@ -395,7 +395,7 @@
/* Class = "NSTextFieldCell"; title = "Useful when a display tends to reset its settings during sleep."; ObjectID = "w8B-x6-sq5"; */ /* Class = "NSTextFieldCell"; title = "Useful when a display tends to reset its settings during sleep."; ObjectID = "w8B-x6-sq5"; */
"w8B-x6-sq5.title" = "Užitočné, keď má displej tendenciu obnoviť svoje nastavenia počas spánku."; "w8B-x6-sq5.title" = "Užitočné, keď má displej tendenciu obnoviť svoje nastavenia počas spánku.";
/* Class = "NSTextFieldCell"; title = "Changes that are caused by the Ambient light sensor or made using Touch Bar, Control Center, System Preferences will be replicated to all displays."; ObjectID = "wjv-tq-iUx"; */ /* Class = "NSTextFieldCell"; title = "Changes that are caused by the Ambient light sensor or made using Touch Bar, Control Center, System Settings will be replicated to all displays."; ObjectID = "wjv-tq-iUx"; */
"wjv-tq-iUx.title" = "Zmeny spôsobené snímačom okolitého svetla alebo vykonané pomocou Touch Baru, Ovládacieho centra a Systémových nastavení sa prenesú na všetky displeje."; "wjv-tq-iUx.title" = "Zmeny spôsobené snímačom okolitého svetla alebo vykonané pomocou Touch Baru, Ovládacieho centra a Systémových nastavení sa prenesú na všetky displeje.";
/* Class = "NSMenuItem"; title = "Only if at least one slider is present"; ObjectID = "xLa-PN-rsq"; */ /* Class = "NSMenuItem"; title = "Only if at least one slider is present"; ObjectID = "xLa-PN-rsq"; */

View file

@ -11,7 +11,7 @@
"Are you sure you want to enable a longer delay? Doing so may freeze your system and require a restart. Start at login will be disabled as a safety measure." = "Daha uzun bir gecikmeyi etkinleştirmek istediğinizden emin misiniz? Bunu yapmak sisteminizi dondurabilir ve yeniden başlatılabilir. Başlangıçta güvenlik önlemi olarak devre dışı bırakılır."; "Are you sure you want to enable a longer delay? Doing so may freeze your system and require a restart. Start at login will be disabled as a safety measure." = "Daha uzun bir gecikmeyi etkinleştirmek istediğinizden emin misiniz? Bunu yapmak sisteminizi dondurabilir ve yeniden başlatılabilir. Başlangıçta güvenlik önlemi olarak devre dışı bırakılır.";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Are you sure you want to reset all preferences?" = "Tüm ayarları sıfırlamak istediğinize emin misiniz?"; "Are you sure you want to reset all settings?" = "Tüm ayarları sıfırlamak istediğinize emin misiniz?";
/* Shown in menu */ /* Shown in menu */
"Brightness" = "Parlaklık"; "Brightness" = "Parlaklık";
@ -19,7 +19,7 @@
/* Build */ /* Build */
"Build" = "Sürüm"; "Build" = "Sürüm";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Built-in Display" = "Dahili Ekran"; "Built-in Display" = "Dahili Ekran";
/* Shown in menu */ /* Shown in menu */
@ -43,16 +43,16 @@
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Enable Longer Delay?" = "Daha Uzun Gecikmeyi Etkinleştir?"; "Enable Longer Delay?" = "Daha Uzun Gecikmeyi Etkinleştir?";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"External Display" = "Harici Ekran"; "External Display" = "Harici Ekran";
/* Shown in the main prefs window */ /* Shown in the main prefs window */
"General" = "Genel"; "General" = "Genel";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Hardware (Apple)" = "Donanım (Apple)"; "Hardware (Apple)" = "Donanım (Apple)";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Hardware (DDC)" = "Donanım (DDC)"; "Hardware (DDC)" = "Donanım (DDC)";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
@ -76,61 +76,61 @@
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"No" = "Hayır"; "No" = "Hayır";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"No Control" = "Kontrol Etme"; "No Control" = "Kontrol Etme";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Other Display" = "Diğer Ekran"; "Other Display" = "Diğer Ekran";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Preferences for an incompatible previous app version detected. Default preferences are reloaded." = "Uyumsuz bir önceki uygulama sürümü için tercihler algılandı. Varsayılan tercihler yeniden yüklenir."; "Settings for an incompatible previous app version detected. Default settings are reloaded." = "Uyumsuz bir önceki uygulama sürümü için tercihler algılandı. Varsayılan tercihler yeniden yüklenir.";
/* Shown in menu */ /* Shown in menu */
"Preferences…" = "Tercihler…"; "Settings…" = "Tercihler…";
/* Shown in menu */ /* Shown in menu */
"Quit" = "Çıkış"; "Quit" = "Çıkış";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Reset Preferences?" = "Ayarları Sıfırla?"; "Reset Settings?" = "Ayarları Sıfırla?";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Safe Mode Activated" = "Güvenli Mod Etkinleştirildi"; "Safe Mode Activated" = "Güvenli Mod Etkinleştirildi";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Shift was pressed during launch. MonitorControl started in safe mode. Default preferences are reloaded, DDC read is blocked." = "Başlatma sırasında Shift tuşuna basıldı. MonitorControl güvenli modda başlatıldı. Varsayılan tercihler yeniden yüklenir, DDC okuması engellenir."; "Shift was pressed during launch. MonitorControl started in safe mode. Default settings are reloaded, DDC read is blocked." = "Başlatma sırasında Shift tuşuna basıldı. MonitorControl güvenli modda başlatıldı. Varsayılan tercihler yeniden yüklenir, DDC okuması engellenir.";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Shortcuts not available" = "Kısayollar bulunamadı"; "Shortcuts not available" = "Kısayollar bulunamadı";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Software (gamma)" = "Yazılım (Gama)"; "Software (gamma)" = "Yazılım (Gama)";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Software (gamma, forced)" = "Yazılım (gamma, zorla)"; "Software (gamma, forced)" = "Yazılım (gamma, zorla)";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Software (shade)" = "Yazılım (shade)"; "Software (shade)" = "Yazılım (shade)";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Software (shade, forced)" = "Yazılım (shade, zorla)"; "Software (shade, forced)" = "Yazılım (shade, zorla)";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"This display allows for software brightness control via gamma table manipulation or shade as it does not support hardware control. Reasons for this might be using the HDMI port of a Mac mini (which blocks hardware DDC control) or having a blacklisted display." = "Bu ekran, donanım kontrolünü desteklemediği için gamlanabilir manipülasyon yoluyla yazılım parlaklık kontrolüne izin verir. Bunun nedenleri, bir Mac mini'nin (donanım DDC kontrolünü engelleyen) HDMI bağlantı noktasını kullanmak veya kara listeye alınmış bir ekrana sahip olmak olabilir."; "This display allows for software brightness control via gamma table manipulation or shade as it does not support hardware control. Reasons for this might be using the HDMI port of a Mac mini (which blocks hardware DDC control) or having a blacklisted display." = "Bu ekran, donanım kontrolünü desteklemediği için gamlanabilir manipülasyon yoluyla yazılım parlaklık kontrolüne izin verir. Bunun nedenleri, bir Mac mini'nin (donanım DDC kontrolünü engelleyen) HDMI bağlantı noktasını kullanmak veya kara listeye alınmış bir ekrana sahip olmak olabilir.";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"This display has an unspecified control status." = "Bu ekranın belirtilmemiş bir kontrol durumu var."; "This display has an unspecified control status." = "Bu ekranın belirtilmemiş bir kontrol durumu var.";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"This display is reported to support hardware DDC control but the current settings allow for software control only." = "Bu ekranın donanım DDC kontrolünü desteklediği bildiriliyor ancak mevcut ayarlar yalnızca yazılım kontrolüne izin veriyor."; "This display is reported to support hardware DDC control but the current settings allow for software control only." = "Bu ekranın donanım DDC kontrolünü desteklediği bildiriliyor ancak mevcut ayarlar yalnızca yazılım kontrolüne izin veriyor.";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"This display is reported to support hardware DDC control. If you encounter issues, you can disable hardware DDC control to force software control." = "Bu ekranın donanım DDC kontrolünü desteklediği bildiriliyor. Sorunlarla karşılaşırsanız, yazılım kontrolünü zorlamak için donanım DDC kontrolünü devre dışı bırakabilirsiniz."; "This display is reported to support hardware DDC control. If you encounter issues, you can disable hardware DDC control to force software control." = "Bu ekranın donanım DDC kontrolünü desteklediği bildiriliyor. Sorunlarla karşılaşırsanız, yazılım kontrolünü zorlamak için donanım DDC kontrolünü devre dışı bırakabilirsiniz.";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"This display supports native Apple brightness protocol. This allows macOS to control this display without MonitorControl as well." = "Bu ekran, yerel Apple parlaklık protokolünü destekler. Bu, macOS'un bu ekranı MonitorControl olmadan da kontrol etmesini sağlar."; "This display supports native Apple brightness protocol. This allows macOS to control this display without MonitorControl as well." = "Bu ekran, yerel Apple parlaklık protokolünü destekler. Bu, macOS'un bu ekranı MonitorControl olmadan da kontrol etmesini sağlar.";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"This is a virtual display (examples: AirPlay, Sidecar, display connected via a DisplayLink Dock or similar) which does not allow hardware or software gammatable control. Shading is used as a substitute but only in non-mirror scenarios. Mouse cursor will be unaffected and artifacts may appear when entering/leaving full screen mode." = "Bu sanal bir ekrandır (örnekler: AirPlay, Sidecar, DisplayLink Dock veya benzeri aracılığıyla bağlanan ekran), donanım veya yazılımla oynanabilir kontrole izin vermez. Gölgeleme, bir yedek olarak kullanılır, ancak yalnızca ayna olmayan senaryolarda. Fare imleci etkilenmeyecektir ve tam ekran moduna girerken/çıkılırken eserler görünebilir."; "This is a virtual display (examples: AirPlay, Sidecar, display connected via a DisplayLink Dock or similar) which does not allow hardware or software gammatable control. Shading is used as a substitute but only in non-mirror scenarios. Mouse cursor will be unaffected and artifacts may appear when entering/leaving full screen mode." = "Bu sanal bir ekrandır (örnekler: AirPlay, Sidecar, DisplayLink Dock veya benzeri aracılığıyla bağlanan ekran), donanım veya yazılımla oynanabilir kontrole izin vermez. Gölgeleme, bir yedek olarak kullanılır, ancak yalnızca ayna olmayan senaryolarda. Fare imleci etkilenmeyecektir ve tam ekran moduna girerken/çıkılırken eserler görünebilir.";
/* Unknown display name */ /* Unknown display name */
@ -139,7 +139,7 @@
/* Version */ /* Version */
"Version" = "Versiyon"; "Version" = "Versiyon";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Virtual Display" = "Sanal Ekran"; "Virtual Display" = "Sanal Ekran";
/* Shown in menu */ /* Shown in menu */
@ -149,4 +149,4 @@
"Yes" = "Evet"; "Yes" = "Evet";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"You need to enable MonitorControl in System Preferences > Security and Privacy > Accessibility for the keyboard shortcuts to work" = "MonitorControl klavye kısayollarını aktif hale getirmek için Sistem Tercihleri > Güvenlik ve Gizlilik > Erişebilirlik altından izin vermeniz gerekmektedir"; "You need to enable MonitorControl in System Settings > Security and Privacy > Accessibility for the keyboard shortcuts to work" = "MonitorControl klavye kısayollarını aktif hale getirmek için Sistem Tercihleri > Güvenlik ve Gizlilik > Erişebilirlik altından izin vermeniz gerekmektedir";

View file

@ -31,7 +31,7 @@
/* Class = "NSTextFieldCell"; title = "Welcome to MonitorControl"; ObjectID = "5J0-BD-top"; */ /* Class = "NSTextFieldCell"; title = "Welcome to MonitorControl"; ObjectID = "5J0-BD-top"; */
"5J0-BD-top.title" = "MonitorControl'e hoşgeldiniz"; "5J0-BD-top.title" = "MonitorControl'e hoşgeldiniz";
/* Class = "NSButtonCell"; title = "Reset Preferences"; ObjectID = "5yT-5F-X5R"; */ /* Class = "NSButtonCell"; title = "Reset Settings"; ObjectID = "5yT-5F-X5R"; */
"5yT-5F-X5R.title" = "Ayarları Sıfırla"; "5yT-5F-X5R.title" = "Ayarları Sıfırla";
/* Class = "NSMenuItem"; title = "Always hide"; ObjectID = "6mo-7S-oOO"; */ /* Class = "NSMenuItem"; title = "Always hide"; ObjectID = "6mo-7S-oOO"; */
@ -175,7 +175,7 @@
/* Class = "NSTextFieldCell"; title = "Override audio device name:"; ObjectID = "H9X-it-sXs"; */ /* Class = "NSTextFieldCell"; title = "Override audio device name:"; ObjectID = "H9X-it-sXs"; */
"H9X-it-sXs.title" = "Ses cihazı adını geçersiz kıl:"; "H9X-it-sXs.title" = "Ses cihazı adını geçersiz kıl:";
/* Class = "NSTextFieldCell"; title = "Relaunch the app to access Preferences if the menu option is not accessible. Use the button below to quit the app."; ObjectID = "hF7-fM-aKr"; */ /* Class = "NSTextFieldCell"; title = "Relaunch the app to access Settings if the menu option is not accessible. Use the button below to quit the app."; ObjectID = "hF7-fM-aKr"; */
"hF7-fM-aKr.title" = "Menü seçeneğine erişilemiyorsa Tercihler'e erişmek için uygulamayı yeniden başlatın. Uygulamadan çıkmak için aşağıdaki düğmeyi kullanın."; "hF7-fM-aKr.title" = "Menü seçeneğine erişilemiyorsa Tercihler'e erişmek için uygulamayı yeniden başlatın. Uygulamadan çıkmak için aşağıdaki düğmeyi kullanın.";
/* Class = "NSButtonCell"; title = "Get current"; ObjectID = "hkC-vq-IcD"; */ /* Class = "NSButtonCell"; title = "Get current"; ObjectID = "hkC-vq-IcD"; */
@ -217,7 +217,7 @@
/* Class = "NSButtonCell"; title = "Enable for Apple branded and built-in displays as well"; ObjectID = "K6A-4z-1aQ"; */ /* Class = "NSButtonCell"; title = "Enable for Apple branded and built-in displays as well"; ObjectID = "K6A-4z-1aQ"; */
"K6A-4z-1aQ.title" = "Apple markalı ve yerleşik ekranlar için de etkinleştirin"; "K6A-4z-1aQ.title" = "Apple markalı ve yerleşik ekranlar için de etkinleştirin";
/* Class = "NSTextFieldCell"; title = "MonitorControl needs access to \"accessibility\" to use macOS native keys to control your display.\nYou can enable it by adding MonitorControl in System Preferences > Security and Privacy > Accessibility."; ObjectID = "kBJ-Zf-1k2"; */ /* Class = "NSTextFieldCell"; title = "MonitorControl needs access to \"accessibility\" to use macOS native keys to control your display.\nYou can enable it by adding MonitorControl in System Settings > Security and Privacy > Accessibility."; ObjectID = "kBJ-Zf-1k2"; */
"kBJ-Zf-1k2.title" = "MonitorControl'ün, ekranınızı kontrol etmek amacıyla macOS yerel anahtarlarını kullanabilmesi için \"Erişilebilirlik\"e erişmesi gerekiyor.\nSistem Tercihleri > Güvenlik ve Gizlilik > Erişilebilirlik bölümünde MonitorControl'ü ekleyerek bunu etkinleştirebilirsiniz."; "kBJ-Zf-1k2.title" = "MonitorControl'ün, ekranınızı kontrol etmek amacıyla macOS yerel anahtarlarını kullanabilmesi için \"Erişilebilirlik\"e erişmesi gerekiyor.\nSistem Tercihleri > Güvenlik ve Gizlilik > Erişilebilirlik bölümünde MonitorControl'ü ekleyerek bunu etkinleştirebilirsiniz.";
/* Class = "NSTextFieldCell"; title = "Screen to control:"; ObjectID = "Kfj-WK-aSL"; */ /* Class = "NSTextFieldCell"; title = "Screen to control:"; ObjectID = "Kfj-WK-aSL"; */
@ -292,7 +292,7 @@
/* Class = "NSTextFieldCell"; title = "DDC max"; ObjectID = "psF-vX-AFB"; */ /* Class = "NSTextFieldCell"; title = "DDC max"; ObjectID = "psF-vX-AFB"; */
"psF-vX-AFB.title" = "En yüksek DDC"; "psF-vX-AFB.title" = "En yüksek DDC";
/* Class = "NSButtonCell"; title = "Open System Preferences…"; ObjectID = "pVc-wG-Bdh"; */ /* Class = "NSButtonCell"; title = "Open System Settings…"; ObjectID = "pVc-wG-Bdh"; */
"pVc-wG-Bdh.title" = "Sistem Tercihlerini Aç…"; "pVc-wG-Bdh.title" = "Sistem Tercihlerini Aç…";
/* Class = "NSTextFieldCell"; title = "Use software dimming after the display reached zero hardware brightness for extended range. Works for DDC controlled displays only."; ObjectID = "PyY-p9-3NP"; */ /* Class = "NSTextFieldCell"; title = "Use software dimming after the display reached zero hardware brightness for extended range. Works for DDC controlled displays only."; ObjectID = "PyY-p9-3NP"; */
@ -364,7 +364,7 @@
/* Class = "NSTextFieldCell"; title = "Useful when a display tends to reset its settings during sleep."; ObjectID = "w8B-x6-sq5"; */ /* Class = "NSTextFieldCell"; title = "Useful when a display tends to reset its settings during sleep."; ObjectID = "w8B-x6-sq5"; */
"w8B-x6-sq5.title" = "Bir ekran uyku sırasında ayarlarını sıfırlama eğiliminde olduğunda kullanışlıdır."; "w8B-x6-sq5.title" = "Bir ekran uyku sırasında ayarlarını sıfırlama eğiliminde olduğunda kullanışlıdır.";
/* Class = "NSTextFieldCell"; title = "Changes that are caused by the Ambient light sensor or made using Touch Bar, Control Center, System Preferences will be replicated to all displays."; ObjectID = "wjv-tq-iUx"; */ /* Class = "NSTextFieldCell"; title = "Changes that are caused by the Ambient light sensor or made using Touch Bar, Control Center, System Settings will be replicated to all displays."; ObjectID = "wjv-tq-iUx"; */
"wjv-tq-iUx.title" = "Ortam ışığı sensöründen kaynaklanan veya Dokunmatik Çubuk, Kontrol Merkezi, Sistem Tercihleri kullanılarak yapılan değişiklikler tüm ekranlara yansıtılacaktır.."; "wjv-tq-iUx.title" = "Ortam ışığı sensöründen kaynaklanan veya Dokunmatik Çubuk, Kontrol Merkezi, Sistem Tercihleri kullanılarak yapılan değişiklikler tüm ekranlara yansıtılacaktır..";
/* Class = "NSMenuItem"; title = "Change volume for all screens"; ObjectID = "Xih-P5-NyM"; */ /* Class = "NSMenuItem"; title = "Change volume for all screens"; ObjectID = "Xih-P5-NyM"; */

View file

@ -11,7 +11,7 @@
"Are you sure you want to enable a longer delay? Doing so may freeze your system and require a restart. Start at login will be disabled as a safety measure." = "您确定要启用更长的延迟吗?这样做可能会使其它奔溃并需要重新启动。作为安全措施,登录时启动将被禁用。"; "Are you sure you want to enable a longer delay? Doing so may freeze your system and require a restart. Start at login will be disabled as a safety measure." = "您确定要启用更长的延迟吗?这样做可能会使其它奔溃并需要重新启动。作为安全措施,登录时启动将被禁用。";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Are you sure you want to reset all preferences?" = "确定要重置所有的设置吗?"; "Are you sure you want to reset all settings?" = "确定要重置所有的设置吗?";
/* Sown in menu */ /* Sown in menu */
"Brightness" = "亮度"; "Brightness" = "亮度";
@ -19,7 +19,7 @@
/* Build */ /* Build */
"Build" = "版本"; "Build" = "版本";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Built-in Display" = "内置显示器"; "Built-in Display" = "内置显示器";
/* Shown in menu */ /* Shown in menu */
@ -43,16 +43,16 @@
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Enable Longer Delay?" = "启用更长的延迟吗?"; "Enable Longer Delay?" = "启用更长的延迟吗?";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"External Display" = "外接显示器"; "External Display" = "外接显示器";
/* Shown in the main prefs window */ /* Shown in the main prefs window */
"General" = "通用"; "General" = "通用";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Hardware (Apple)" = "硬件Apple"; "Hardware (Apple)" = "硬件Apple";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Hardware (DDC)" = "硬件DDC"; "Hardware (DDC)" = "硬件DDC";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
@ -76,61 +76,61 @@
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"No" = "否"; "No" = "否";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"No Control" = "没有控制"; "No Control" = "没有控制";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Other Display" = "其它屏幕"; "Other Display" = "其它屏幕";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Preferences for an incompatible previous app version detected. Default preferences are reloaded." = "监测到不兼容的旧版本设置。已重新加载默认设置。"; "Settings for an incompatible previous app version detected. Default settings are reloaded." = "监测到不兼容的旧版本设置。已重新加载默认设置。";
/* Shown in menu */ /* Shown in menu */
"Preferences…" = "设置…"; "Settings…" = "设置…";
/* Shown in menu */ /* Shown in menu */
"Quit" = "退出"; "Quit" = "退出";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Reset Preferences?" = "重置所有设置?"; "Reset Settings?" = "重置所有设置?";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Safe Mode Activated" = "安全模式已经启动"; "Safe Mode Activated" = "安全模式已经启动";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Shift was pressed during launch. MonitorControl started in safe mode. Default preferences are reloaded, DDC read is blocked." = "启动时按下Shift键。MonitorControl启动时进入安全模式。已还原初始设置停止DDC读取。"; "Shift was pressed during launch. MonitorControl started in safe mode. Default settings are reloaded, DDC read is blocked." = "启动时按下Shift键。MonitorControl启动时进入安全模式。已还原初始设置停止DDC读取。";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Shortcuts not available" = "快捷键无法使用"; "Shortcuts not available" = "快捷键无法使用";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Software (gamma)" = "软件 (伽玛)"; "Software (gamma)" = "软件 (伽玛)";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Software (gamma, forced)" = "软件 (伽玛,强制)"; "Software (gamma, forced)" = "软件 (伽玛,强制)";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Software (shade)" = "软件 (遮光)"; "Software (shade)" = "软件 (遮光)";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Software (shade, forced)" = "软件 (遮光, 强制)"; "Software (shade, forced)" = "软件 (遮光, 强制)";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"This display allows for software brightness control via gamma table manipulation or shade as it does not support hardware control. Reasons for this might be using the HDMI port of a Mac mini (which blocks hardware DDC control) or having a blacklisted display." = "这个显示器不支持硬件控制亮度将通过伽马值或阴影来调整。原因可能是使用了Mac mini的HDMI端口硬件DDC无法使用或是使用不兼容的显示器。"; "This display allows for software brightness control via gamma table manipulation or shade as it does not support hardware control. Reasons for this might be using the HDMI port of a Mac mini (which blocks hardware DDC control) or having a blacklisted display." = "这个显示器不支持硬件控制亮度将通过伽马值或阴影来调整。原因可能是使用了Mac mini的HDMI端口硬件DDC无法使用或是使用不兼容的显示器。";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"This display has an unspecified control status." = "此显示器有未指定的控制状态。"; "This display has an unspecified control status." = "此显示器有未指定的控制状态。";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"This display is reported to support hardware DDC control but the current settings allow for software control only." = "这个显示器报告支持DDC控制但目前的设置只允许软件控制。"; "This display is reported to support hardware DDC control but the current settings allow for software control only." = "这个显示器报告支持DDC控制但目前的设置只允许软件控制。";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"This display is reported to support hardware DDC control. If you encounter issues, you can disable hardware DDC control to force software control." = "这个显示器报告支持DDC控制。如果使用遇到问题您可以禁用硬件DDC控制以强制软件控制。"; "This display is reported to support hardware DDC control. If you encounter issues, you can disable hardware DDC control to force software control." = "这个显示器报告支持DDC控制。如果使用遇到问题您可以禁用硬件DDC控制以强制软件控制。";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"This display supports native Apple brightness protocol. This allows macOS to control this display without MonitorControl as well." = "这个显示器支持苹果原生的亮度设置macOS无需通过MonitorControl控制此屏幕。"; "This display supports native Apple brightness protocol. This allows macOS to control this display without MonitorControl as well." = "这个显示器支持苹果原生的亮度设置macOS无需通过MonitorControl控制此屏幕。";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"This is a virtual display (examples: AirPlay, Sidecar, display connected via a DisplayLink Dock or similar) which does not allow hardware or software gammatable control. Shading is used as a substitute but only in non-mirror scenarios. Mouse cursor will be unaffected and artifacts may appear when entering/leaving full screen mode." = "这个是虚拟显示器例如AirPlay、Sidecar、通过DisplayLink Dock或类似软件连接的屏幕不允许硬件或软件伽马值控制。只能在非镜像的情况下以遮光Shading作为代替设置方案。进入/离开全屏幕模式时,鼠标将不受影响,并且可能会出现残影。"; "This is a virtual display (examples: AirPlay, Sidecar, display connected via a DisplayLink Dock or similar) which does not allow hardware or software gammatable control. Shading is used as a substitute but only in non-mirror scenarios. Mouse cursor will be unaffected and artifacts may appear when entering/leaving full screen mode." = "这个是虚拟显示器例如AirPlay、Sidecar、通过DisplayLink Dock或类似软件连接的屏幕不允许硬件或软件伽马值控制。只能在非镜像的情况下以遮光Shading作为代替设置方案。进入/离开全屏幕模式时,鼠标将不受影响,并且可能会出现残影。";
/* Unknown display name /* Unknown display name
@ -141,7 +141,7 @@
/* Version */ /* Version */
"Version" = "版本"; "Version" = "版本";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Virtual Display" = "虚拟屏幕"; "Virtual Display" = "虚拟屏幕";
/* Shown in menu */ /* Shown in menu */
@ -151,4 +151,4 @@
"Yes" = "是"; "Yes" = "是";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"You need to enable MonitorControl in System Preferences > Security and Privacy > Accessibility for the keyboard shortcuts to work" = "您需要在「系统偏好设置」>「安全性与隐私」>「辅助功能」中启用MonitorControl让键盘快捷键生效"; "You need to enable MonitorControl in System Settings > Security and Privacy > Accessibility for the keyboard shortcuts to work" = "您需要在「系统偏好设置」>「安全性与隐私」>「辅助功能」中启用MonitorControl让键盘快捷键生效";

View file

@ -31,7 +31,7 @@
/* Class = "NSTextFieldCell"; title = "Welcome to MonitorControl"; ObjectID = "5J0-BD-top"; */ /* Class = "NSTextFieldCell"; title = "Welcome to MonitorControl"; ObjectID = "5J0-BD-top"; */
"5J0-BD-top.title" = "欢迎使用MonitorControl"; "5J0-BD-top.title" = "欢迎使用MonitorControl";
/* Class = "NSButtonCell"; title = "Reset Preferences"; ObjectID = "5yT-5F-X5R"; */ /* Class = "NSButtonCell"; title = "Reset Settings"; ObjectID = "5yT-5F-X5R"; */
"5yT-5F-X5R.title" = "重置设置"; "5yT-5F-X5R.title" = "重置设置";
/* Class = "NSMenuItem"; title = "Always hide"; ObjectID = "6mo-7S-oOO"; */ /* Class = "NSMenuItem"; title = "Always hide"; ObjectID = "6mo-7S-oOO"; */
@ -175,7 +175,7 @@
/* Class = "NSTextFieldCell"; title = "Override audio device name:"; ObjectID = "H9X-it-sXs"; */ /* Class = "NSTextFieldCell"; title = "Override audio device name:"; ObjectID = "H9X-it-sXs"; */
"H9X-it-sXs.title" = "覆盖音频设备名称:"; "H9X-it-sXs.title" = "覆盖音频设备名称:";
/* Class = "NSTextFieldCell"; title = "Relaunch the app to access Preferences if the menu option is not accessible. Use the button below to quit the app."; ObjectID = "hF7-fM-aKr"; */ /* Class = "NSTextFieldCell"; title = "Relaunch the app to access Settings if the menu option is not accessible. Use the button below to quit the app."; ObjectID = "hF7-fM-aKr"; */
"hF7-fM-aKr.title" = "当选项不可用时重新启动App以开启设置页面。使用此按键关闭此App。"; "hF7-fM-aKr.title" = "当选项不可用时重新启动App以开启设置页面。使用此按键关闭此App。";
/* Class = "NSButtonCell"; title = "Get current"; ObjectID = "hkC-vq-IcD"; */ /* Class = "NSButtonCell"; title = "Get current"; ObjectID = "hkC-vq-IcD"; */
@ -217,7 +217,7 @@
/* Class = "NSButtonCell"; title = "Enable for Apple branded and built-in displays as well"; ObjectID = "K6A-4z-1aQ"; */ /* Class = "NSButtonCell"; title = "Enable for Apple branded and built-in displays as well"; ObjectID = "K6A-4z-1aQ"; */
"K6A-4z-1aQ.title" = "苹果和内置的显示器"; "K6A-4z-1aQ.title" = "苹果和内置的显示器";
/* Class = "NSTextFieldCell"; title = "MonitorControl needs access to \"accessibility\" to use macOS native keys to control your display.\nYou can enable it by adding MonitorControl in System Preferences > Security and Privacy > Accessibility."; ObjectID = "kBJ-Zf-1k2"; */ /* Class = "NSTextFieldCell"; title = "MonitorControl needs access to \"accessibility\" to use macOS native keys to control your display.\nYou can enable it by adding MonitorControl in System Settings > Security and Privacy > Accessibility."; ObjectID = "kBJ-Zf-1k2"; */
"kBJ-Zf-1k2.title" = "若需使用macOS原生的按键控制显示器请给MonitorControl授予“辅助功能”权限。\n您可以在 系统偏好设置 > 安全性与隐私 > 辅助功能 中添加MonitorControl以启用这个功能。"; "kBJ-Zf-1k2.title" = "若需使用macOS原生的按键控制显示器请给MonitorControl授予“辅助功能”权限。\n您可以在 系统偏好设置 > 安全性与隐私 > 辅助功能 中添加MonitorControl以启用这个功能。";
/* Class = "NSTextFieldCell"; title = "Screen to control:"; ObjectID = "Kfj-WK-aSL"; */ /* Class = "NSTextFieldCell"; title = "Screen to control:"; ObjectID = "Kfj-WK-aSL"; */
@ -292,7 +292,7 @@
/* Class = "NSTextFieldCell"; title = "DDC max"; ObjectID = "psF-vX-AFB"; */ /* Class = "NSTextFieldCell"; title = "DDC max"; ObjectID = "psF-vX-AFB"; */
"psF-vX-AFB.title" = "DDC最大值"; "psF-vX-AFB.title" = "DDC最大值";
/* Class = "NSButtonCell"; title = "Open System Preferences…"; ObjectID = "pVc-wG-Bdh"; */ /* Class = "NSButtonCell"; title = "Open System Settings…"; ObjectID = "pVc-wG-Bdh"; */
"pVc-wG-Bdh.title" = "打开系统偏好设置"; "pVc-wG-Bdh.title" = "打开系统偏好设置";
/* Class = "NSTextFieldCell"; title = "Use software dimming after the display reached zero hardware brightness for extended range. Works for DDC controlled displays only."; ObjectID = "PyY-p9-3NP"; */ /* Class = "NSTextFieldCell"; title = "Use software dimming after the display reached zero hardware brightness for extended range. Works for DDC controlled displays only."; ObjectID = "PyY-p9-3NP"; */
@ -364,7 +364,7 @@
/* Class = "NSTextFieldCell"; title = "Useful when a display tends to reset its settings during sleep."; ObjectID = "w8B-x6-sq5"; */ /* Class = "NSTextFieldCell"; title = "Useful when a display tends to reset its settings during sleep."; ObjectID = "w8B-x6-sq5"; */
"w8B-x6-sq5.title" = "适用于当一个显示器在睡眠后会重置设置时"; "w8B-x6-sq5.title" = "适用于当一个显示器在睡眠后会重置设置时";
/* Class = "NSTextFieldCell"; title = "Changes that are caused by the Ambient light sensor or made using Touch Bar, Control Center, System Preferences will be replicated to all displays."; ObjectID = "wjv-tq-iUx"; */ /* Class = "NSTextFieldCell"; title = "Changes that are caused by the Ambient light sensor or made using Touch Bar, Control Center, System Settings will be replicated to all displays."; ObjectID = "wjv-tq-iUx"; */
"wjv-tq-iUx.title" = "触发自环境亮度感应器、Touch Bar、控制中心、系统设置的亮度调整将被同步至全部的显示器。"; "wjv-tq-iUx.title" = "触发自环境亮度感应器、Touch Bar、控制中心、系统设置的亮度调整将被同步至全部的显示器。";
/* Class = "NSMenuItem"; title = "Change volume for all screens"; ObjectID = "Xih-P5-NyM"; */ /* Class = "NSMenuItem"; title = "Change volume for all screens"; ObjectID = "Xih-P5-NyM"; */

View file

@ -11,7 +11,7 @@
"Are you sure you want to enable a longer delay? Doing so may freeze your system and require a restart. Start at login will be disabled as a safety measure." = "您確定要啟用更長的延遲嗎?這樣做可能會使系統當機並需要重新啟動。作為安全措施,登錄時啟動將被停用。"; "Are you sure you want to enable a longer delay? Doing so may freeze your system and require a restart. Start at login will be disabled as a safety measure." = "您確定要啟用更長的延遲嗎?這樣做可能會使系統當機並需要重新啟動。作為安全措施,登錄時啟動將被停用。";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Are you sure you want to reset all preferences?" = "確定要重置所有的設定嗎?"; "Are you sure you want to reset all settings?" = "確定要重置所有的設定嗎?";
/* Sown in menu */ /* Sown in menu */
"Brightness" = "亮度"; "Brightness" = "亮度";
@ -19,7 +19,7 @@
/* Build */ /* Build */
"Build" = "版號"; "Build" = "版號";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Built-in Display" = "內建螢幕"; "Built-in Display" = "內建螢幕";
/* Shown in menu */ /* Shown in menu */
@ -43,16 +43,16 @@
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Enable Longer Delay?" = "啟用更長的延遲?"; "Enable Longer Delay?" = "啟用更長的延遲?";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"External Display" = "外接螢幕"; "External Display" = "外接螢幕";
/* Shown in the main prefs window */ /* Shown in the main prefs window */
"General" = "一般"; "General" = "一般";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Hardware (Apple)" = "硬體Apple"; "Hardware (Apple)" = "硬體Apple";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Hardware (DDC)" = "硬體DDC"; "Hardware (DDC)" = "硬體DDC";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
@ -76,61 +76,61 @@
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"No" = "否"; "No" = "否";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"No Control" = "沒有控制"; "No Control" = "沒有控制";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Other Display" = "其他螢幕"; "Other Display" = "其他螢幕";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Preferences for an incompatible previous app version detected. Default preferences are reloaded." = "偵測到不相容的先前應用程式版本的設定。原始設定已套用。"; "Settings for an incompatible previous app version detected. Default settings are reloaded." = "偵測到不相容的先前應用程式版本的設定。原始設定已套用。";
/* Shown in menu */ /* Shown in menu */
"Preferences…" = "設定…"; "Settings…" = "設定…";
/* Shown in menu */ /* Shown in menu */
"Quit" = "離開"; "Quit" = "離開";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Reset Preferences?" = "重置偏好設定?"; "Reset Settings?" = "重置偏好設定?";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Safe Mode Activated" = "安全模式已啟動"; "Safe Mode Activated" = "安全模式已啟動";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Shift was pressed during launch. MonitorControl started in safe mode. Default preferences are reloaded, DDC read is blocked." = "開啟時Shift鍵被按下。MonitorControl開啟時進入安全模式。已套用原始設定DDC讀取被停用。"; "Shift was pressed during launch. MonitorControl started in safe mode. Default settings are reloaded, DDC read is blocked." = "開啟時Shift鍵被按下。MonitorControl開啟時進入安全模式。已套用原始設定DDC讀取被停用。";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"Shortcuts not available" = "快捷鍵不可使用"; "Shortcuts not available" = "快捷鍵不可使用";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Software (gamma)" = "軟體(伽瑪)"; "Software (gamma)" = "軟體(伽瑪)";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Software (gamma, forced)" = "軟體(伽瑪,強制)"; "Software (gamma, forced)" = "軟體(伽瑪,強制)";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Software (shade)" = "軟體 (遮光)"; "Software (shade)" = "軟體 (遮光)";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Software (shade, forced)" = "軟體(遮光, 強制)"; "Software (shade, forced)" = "軟體(遮光, 強制)";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"This display allows for software brightness control via gamma table manipulation or shade as it does not support hardware control. Reasons for this might be using the HDMI port of a Mac mini (which blocks hardware DDC control) or having a blacklisted display." = "此螢幕不支援硬體控制亮度調整將以軟體調整伽瑪值或遮光來實現。原因可能出於使用Mac mini的HDMI埠硬體DDC無法使用或是使用不支援的螢幕。"; "This display allows for software brightness control via gamma table manipulation or shade as it does not support hardware control. Reasons for this might be using the HDMI port of a Mac mini (which blocks hardware DDC control) or having a blacklisted display." = "此螢幕不支援硬體控制亮度調整將以軟體調整伽瑪值或遮光來實現。原因可能出於使用Mac mini的HDMI埠硬體DDC無法使用或是使用不支援的螢幕。";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"This display has an unspecified control status." = "此螢幕有未指定的控制狀態"; "This display has an unspecified control status." = "此螢幕有未指定的控制狀態";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"This display is reported to support hardware DDC control but the current settings allow for software control only." = "此螢幕經回報支援硬體DDC控制但目前的設定只允許軟體控制。"; "This display is reported to support hardware DDC control but the current settings allow for software control only." = "此螢幕經回報支援硬體DDC控制但目前的設定只允許軟體控制。";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"This display is reported to support hardware DDC control. If you encounter issues, you can disable hardware DDC control to force software control." = "此螢幕經回報支援硬體DDC控制。若遭遇使用問題您可停用硬體DDC控制以強制使用軟體控制。"; "This display is reported to support hardware DDC control. If you encounter issues, you can disable hardware DDC control to force software control." = "此螢幕經回報支援硬體DDC控制。若遭遇使用問題您可停用硬體DDC控制以強制使用軟體控制。";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"This display supports native Apple brightness protocol. This allows macOS to control this display without MonitorControl as well." = "此螢幕支援蘋果原生的亮度協定。macOS也可不透過MonitorControl控制此螢幕。"; "This display supports native Apple brightness protocol. This allows macOS to control this display without MonitorControl as well." = "此螢幕支援蘋果原生的亮度協定。macOS也可不透過MonitorControl控制此螢幕。";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"This is a virtual display (examples: AirPlay, Sidecar, display connected via a DisplayLink Dock or similar) which does not allow hardware or software gammatable control. Shading is used as a substitute but only in non-mirror scenarios. Mouse cursor will be unaffected and artifacts may appear when entering/leaving full screen mode." = "此為虛擬螢幕例如AirPlay、Sidecar、透過DisplayLink Dock或類似硬體連接的螢幕硬體或軟體伽碼值的控制不被允許。只能在非鏡像的情境下以遮光Shading作為替代調整方式。進入離開全螢幕模式時鼠標將不受影響並且可能出現殘影。"; "This is a virtual display (examples: AirPlay, Sidecar, display connected via a DisplayLink Dock or similar) which does not allow hardware or software gammatable control. Shading is used as a substitute but only in non-mirror scenarios. Mouse cursor will be unaffected and artifacts may appear when entering/leaving full screen mode." = "此為虛擬螢幕例如AirPlay、Sidecar、透過DisplayLink Dock或類似硬體連接的螢幕硬體或軟體伽碼值的控制不被允許。只能在非鏡像的情境下以遮光Shading作為替代調整方式。進入離開全螢幕模式時鼠標將不受影響並且可能出現殘影。";
/* Unknown display name /* Unknown display name
@ -141,7 +141,7 @@
/* Version */ /* Version */
"Version" = "版本"; "Version" = "版本";
/* Shown in the Display Preferences */ /* Shown in the Display Settings */
"Virtual Display" = "虛擬螢幕"; "Virtual Display" = "虛擬螢幕";
/* Shown in menu */ /* Shown in menu */
@ -151,4 +151,4 @@
"Yes" = "是"; "Yes" = "是";
/* Shown in the alert dialog */ /* Shown in the alert dialog */
"You need to enable MonitorControl in System Preferences > Security and Privacy > Accessibility for the keyboard shortcuts to work" = "您需要在「系統偏好設定」>「安全性與隱私權」>「輔助使用」中啟用MonitorControl使鍵盤快捷鍵生效"; "You need to enable MonitorControl in System Settings > Security and Privacy > Accessibility for the keyboard shortcuts to work" = "您需要在「系統偏好設定」>「安全性與隱私權」>「輔助使用」中啟用MonitorControl使鍵盤快捷鍵生效";

View file

@ -31,7 +31,7 @@
/* Class = "NSTextFieldCell"; title = "Welcome to MonitorControl"; ObjectID = "5J0-BD-top"; */ /* Class = "NSTextFieldCell"; title = "Welcome to MonitorControl"; ObjectID = "5J0-BD-top"; */
"5J0-BD-top.title" = "歡迎使用MonitorControl"; "5J0-BD-top.title" = "歡迎使用MonitorControl";
/* Class = "NSButtonCell"; title = "Reset Preferences"; ObjectID = "5yT-5F-X5R"; */ /* Class = "NSButtonCell"; title = "Reset Settings"; ObjectID = "5yT-5F-X5R"; */
"5yT-5F-X5R.title" = "重置設定"; "5yT-5F-X5R.title" = "重置設定";
/* Class = "NSMenuItem"; title = "Always hide"; ObjectID = "6mo-7S-oOO"; */ /* Class = "NSMenuItem"; title = "Always hide"; ObjectID = "6mo-7S-oOO"; */
@ -175,7 +175,7 @@
/* Class = "NSTextFieldCell"; title = "Override audio device name:"; ObjectID = "H9X-it-sXs"; */ /* Class = "NSTextFieldCell"; title = "Override audio device name:"; ObjectID = "H9X-it-sXs"; */
"H9X-it-sXs.title" = "覆寫音訊裝置名稱:"; "H9X-it-sXs.title" = "覆寫音訊裝置名稱:";
/* Class = "NSTextFieldCell"; title = "Relaunch the app to access Preferences if the menu option is not accessible. Use the button below to quit the app."; ObjectID = "hF7-fM-aKr"; */ /* Class = "NSTextFieldCell"; title = "Relaunch the app to access Settings if the menu option is not accessible. Use the button below to quit the app."; ObjectID = "hF7-fM-aKr"; */
"hF7-fM-aKr.title" = "當選單不可用時重新啟動App以開啟設定頁面。使用此按鍵來結束App。"; "hF7-fM-aKr.title" = "當選單不可用時重新啟動App以開啟設定頁面。使用此按鍵來結束App。";
/* Class = "NSButtonCell"; title = "Get current"; ObjectID = "hkC-vq-IcD"; */ /* Class = "NSButtonCell"; title = "Get current"; ObjectID = "hkC-vq-IcD"; */
@ -217,7 +217,7 @@
/* Class = "NSButtonCell"; title = "Enable for Apple branded and built-in displays as well"; ObjectID = "K6A-4z-1aQ"; */ /* Class = "NSButtonCell"; title = "Enable for Apple branded and built-in displays as well"; ObjectID = "K6A-4z-1aQ"; */
"K6A-4z-1aQ.title" = "Apple和內建的螢幕"; "K6A-4z-1aQ.title" = "Apple和內建的螢幕";
/* Class = "NSTextFieldCell"; title = "MonitorControl needs access to \"accessibility\" to use macOS native keys to control your display.\nYou can enable it by adding MonitorControl in System Preferences > Security and Privacy > Accessibility."; ObjectID = "kBJ-Zf-1k2"; */ /* Class = "NSTextFieldCell"; title = "MonitorControl needs access to \"accessibility\" to use macOS native keys to control your display.\nYou can enable it by adding MonitorControl in System Settings > Security and Privacy > Accessibility."; ObjectID = "kBJ-Zf-1k2"; */
"kBJ-Zf-1k2.title" = "MonitorControl需要取用「輔助使用」來使用macOS的按鍵組合進而控制您的顯示器。\n您可以前往系統偏好設定 > 安全性和隱私權 > 輔助使用新增MonitorControl來啟用。"; "kBJ-Zf-1k2.title" = "MonitorControl需要取用「輔助使用」來使用macOS的按鍵組合進而控制您的顯示器。\n您可以前往系統偏好設定 > 安全性和隱私權 > 輔助使用新增MonitorControl來啟用。";
/* Class = "NSTextFieldCell"; title = "Screen to control:"; ObjectID = "Kfj-WK-aSL"; */ /* Class = "NSTextFieldCell"; title = "Screen to control:"; ObjectID = "Kfj-WK-aSL"; */
@ -292,7 +292,7 @@
/* Class = "NSTextFieldCell"; title = "DDC max"; ObjectID = "psF-vX-AFB"; */ /* Class = "NSTextFieldCell"; title = "DDC max"; ObjectID = "psF-vX-AFB"; */
"psF-vX-AFB.title" = "DDC最大值"; "psF-vX-AFB.title" = "DDC最大值";
/* Class = "NSButtonCell"; title = "Open System Preferences…"; ObjectID = "pVc-wG-Bdh"; */ /* Class = "NSButtonCell"; title = "Open System Settings…"; ObjectID = "pVc-wG-Bdh"; */
"pVc-wG-Bdh.title" = "打開系統偏好設定…"; "pVc-wG-Bdh.title" = "打開系統偏好設定…";
/* Class = "NSTextFieldCell"; title = "Use software dimming after the display reached zero hardware brightness for extended range. Works for DDC controlled displays only."; ObjectID = "PyY-p9-3NP"; */ /* Class = "NSTextFieldCell"; title = "Use software dimming after the display reached zero hardware brightness for extended range. Works for DDC controlled displays only."; ObjectID = "PyY-p9-3NP"; */
@ -364,7 +364,7 @@
/* Class = "NSTextFieldCell"; title = "Useful when a display tends to reset its settings during sleep."; ObjectID = "w8B-x6-sq5"; */ /* Class = "NSTextFieldCell"; title = "Useful when a display tends to reset its settings during sleep."; ObjectID = "w8B-x6-sq5"; */
"w8B-x6-sq5.title" = "適用於當一個螢幕在睡眠後會重置設定時"; "w8B-x6-sq5.title" = "適用於當一個螢幕在睡眠後會重置設定時";
/* Class = "NSTextFieldCell"; title = "Changes that are caused by the Ambient light sensor or made using Touch Bar, Control Center, System Preferences will be replicated to all displays."; ObjectID = "wjv-tq-iUx"; */ /* Class = "NSTextFieldCell"; title = "Changes that are caused by the Ambient light sensor or made using Touch Bar, Control Center, System Settings will be replicated to all displays."; ObjectID = "wjv-tq-iUx"; */
"wjv-tq-iUx.title" = "觸發自環境亮度感測器、Touch Bar、控制中心、系統設定的亮度調整將被同步至全部的螢幕。"; "wjv-tq-iUx.title" = "觸發自環境亮度感測器、Touch Bar、控制中心、系統設定的亮度調整將被同步至全部的螢幕。";
/* Class = "NSMenuItem"; title = "Change volume for all screens"; ObjectID = "Xih-P5-NyM"; */ /* Class = "NSMenuItem"; title = "Change volume for all screens"; ObjectID = "Xih-P5-NyM"; */

View file

@ -1,12 +1,12 @@
// Copyright © MonitorControl. @JoniVR, @theOneyouseek, @waydabber and others // Copyright © MonitorControl. @JoniVR, @theOneyouseek, @waydabber and others
import Cocoa import Cocoa
import Preferences
import ServiceManagement import ServiceManagement
import Settings
class AboutPrefsViewController: NSViewController, PreferencePane { class AboutPrefsViewController: NSViewController, SettingsPane {
let preferencePaneIdentifier = Preferences.PaneIdentifier.about let paneIdentifier = Settings.PaneIdentifier.about
let preferencePaneTitle: String = NSLocalizedString("About", comment: "Shown in the main prefs window") let paneTitle: String = NSLocalizedString("About", comment: "Shown in the main prefs window")
var toolbarItemIcon: NSImage { var toolbarItemIcon: NSImage {
if !DEBUG_MACOS10, #available(macOS 11.0, *) { if !DEBUG_MACOS10, #available(macOS 11.0, *) {

View file

@ -2,11 +2,11 @@
import Cocoa import Cocoa
import os.log import os.log
import Preferences import Settings
class DisplaysPrefsViewController: NSViewController, PreferencePane, NSTableViewDataSource, NSTableViewDelegate { class DisplaysPrefsViewController: NSViewController, SettingsPane, NSTableViewDataSource, NSTableViewDelegate {
let preferencePaneIdentifier = Preferences.PaneIdentifier.displays let paneIdentifier = Settings.PaneIdentifier.displays
let preferencePaneTitle: String = NSLocalizedString("Displays", comment: "Shown in the main prefs window") let paneTitle: String = NSLocalizedString("Displays", comment: "Shown in the main prefs window")
var toolbarItemIcon: NSImage { var toolbarItemIcon: NSImage {
if !DEBUG_MACOS10, #available(macOS 11.0, *) { if !DEBUG_MACOS10, #available(macOS 11.0, *) {
@ -42,10 +42,10 @@ class DisplaysPrefsViewController: NSViewController, PreferencePane, NSTableView
@objc func loadDisplayList() { @objc func loadDisplayList() {
guard self.displayList != nil else { guard self.displayList != nil else {
os_log("Reloading Displays preferences display list skipped as there is no display list table yet.", type: .info) os_log("Reloading Displays settings display list skipped as there is no display list table yet.", type: .info)
return return
} }
os_log("Reloading Displays preferences display list", type: .info) os_log("Reloading Displays settings display list", type: .info)
self.displays = DisplayManager.shared.getAllDisplays() self.displays = DisplayManager.shared.getAllDisplays()
self.displayList?.reloadData() self.displayList?.reloadData()
self.updateDisplayListRowHeight() self.updateDisplayListRowHeight()
@ -83,55 +83,55 @@ class DisplaysPrefsViewController: NSViewController, PreferencePane, NSTableView
} }
public static func getDisplayInfo(display: Display) -> DisplayInfo { public static func getDisplayInfo(display: Display) -> DisplayInfo {
var displayType = NSLocalizedString("Other Display", comment: "Shown in the Display Preferences") var displayType = NSLocalizedString("Other Display", comment: "Shown in the Display Settings")
var displayImage = "display.trianglebadge.exclamationmark" var displayImage = "display.trianglebadge.exclamationmark"
var controlMethod = NSLocalizedString("No Control", comment: "Shown in the Display Preferences") + " ⚠️" var controlMethod = NSLocalizedString("No Control", comment: "Shown in the Display Settings") + " ⚠️"
var controlStatus = NSLocalizedString("This display has an unspecified control status.", comment: "Shown in the Display Preferences") var controlStatus = NSLocalizedString("This display has an unspecified control status.", comment: "Shown in the Display Settings")
if display.isVirtual, !display.isDummy { if display.isVirtual, !display.isDummy {
displayType = NSLocalizedString("Virtual Display", comment: "Shown in the Display Preferences") displayType = NSLocalizedString("Virtual Display", comment: "Shown in the Display Settings")
displayImage = "tv.and.mediabox" displayImage = "tv.and.mediabox"
controlMethod = NSLocalizedString("Software (shade)", comment: "Shown in the Display Preferences") + " ⚠️" controlMethod = NSLocalizedString("Software (shade)", comment: "Shown in the Display Settings") + " ⚠️"
controlStatus = NSLocalizedString("This is a virtual display (examples: AirPlay, Sidecar, display connected via a DisplayLink Dock or similar) which does not allow hardware or software gammatable control. Shading is used as a substitute but only in non-mirror scenarios. Mouse cursor will be unaffected and artifacts may appear when entering/leaving full screen mode.", comment: "Shown in the Display Preferences") controlStatus = NSLocalizedString("This is a virtual display (examples: AirPlay, Sidecar, display connected via a DisplayLink Dock or similar) which does not allow hardware or software gammatable control. Shading is used as a substitute but only in non-mirror scenarios. Mouse cursor will be unaffected and artifacts may appear when entering/leaving full screen mode.", comment: "Shown in the Display Settings")
} else if display is OtherDisplay, !display.isDummy { } else if display is OtherDisplay, !display.isDummy {
displayType = NSLocalizedString("External Display", comment: "Shown in the Display Preferences") displayType = NSLocalizedString("External Display", comment: "Shown in the Display Settings")
displayImage = "display" displayImage = "display"
if let otherDisplay: OtherDisplay = display as? OtherDisplay { if let otherDisplay: OtherDisplay = display as? OtherDisplay {
if otherDisplay.isSwOnly() { if otherDisplay.isSwOnly() {
if otherDisplay.readPrefAsBool(key: .avoidGamma) { if otherDisplay.readPrefAsBool(key: .avoidGamma) {
controlMethod = NSLocalizedString("Software (shade)", comment: "Shown in the Display Preferences") + " ⚠️" controlMethod = NSLocalizedString("Software (shade)", comment: "Shown in the Display Settings") + " ⚠️"
} else { } else {
controlMethod = NSLocalizedString("Software (gamma)", comment: "Shown in the Display Preferences") + " ⚠️" controlMethod = NSLocalizedString("Software (gamma)", comment: "Shown in the Display Settings") + " ⚠️"
} }
displayImage = "display.trianglebadge.exclamationmark" displayImage = "display.trianglebadge.exclamationmark"
controlStatus = NSLocalizedString("This display allows for software brightness control via gamma table manipulation or shade as it does not support hardware control. Reasons for this might be using the HDMI port of a Mac mini (which blocks hardware DDC control) or having a blacklisted display.", comment: "Shown in the Display Preferences") controlStatus = NSLocalizedString("This display allows for software brightness control via gamma table manipulation or shade as it does not support hardware control. Reasons for this might be using the HDMI port of a Mac mini (which blocks hardware DDC control) or having a blacklisted display.", comment: "Shown in the Display Settings")
} else { } else {
if otherDisplay.isSw() { if otherDisplay.isSw() {
if otherDisplay.readPrefAsBool(key: .avoidGamma) { if otherDisplay.readPrefAsBool(key: .avoidGamma) {
controlMethod = NSLocalizedString("Software (shade, forced)", comment: "Shown in the Display Preferences") controlMethod = NSLocalizedString("Software (shade, forced)", comment: "Shown in the Display Settings")
} else { } else {
controlMethod = NSLocalizedString("Software (gamma, forced)", comment: "Shown in the Display Preferences") controlMethod = NSLocalizedString("Software (gamma, forced)", comment: "Shown in the Display Settings")
} }
controlStatus = NSLocalizedString("This display is reported to support hardware DDC control but the current settings allow for software control only.", comment: "Shown in the Display Preferences") controlStatus = NSLocalizedString("This display is reported to support hardware DDC control but the current settings allow for software control only.", comment: "Shown in the Display Settings")
} else { } else {
controlMethod = NSLocalizedString("Hardware (DDC)", comment: "Shown in the Display Preferences") controlMethod = NSLocalizedString("Hardware (DDC)", comment: "Shown in the Display Settings")
controlStatus = NSLocalizedString("This display is reported to support hardware DDC control. If you encounter issues, you can disable hardware DDC control to force software control.", comment: "Shown in the Display Preferences") controlStatus = NSLocalizedString("This display is reported to support hardware DDC control. If you encounter issues, you can disable hardware DDC control to force software control.", comment: "Shown in the Display Settings")
} }
} }
} }
} else if !display.isDummy, let appleDisplay: AppleDisplay = display as? AppleDisplay { } else if !display.isDummy, let appleDisplay: AppleDisplay = display as? AppleDisplay {
if appleDisplay.isBuiltIn() { if appleDisplay.isBuiltIn() {
displayType = NSLocalizedString("Built-in Display", comment: "Shown in the Display Preferences") displayType = NSLocalizedString("Built-in Display", comment: "Shown in the Display Settings")
if self.isImac() { if self.isImac() {
displayImage = "desktopcomputer" displayImage = "desktopcomputer"
} else { } else {
displayImage = "laptopcomputer" displayImage = "laptopcomputer"
} }
} else { } else {
displayType = NSLocalizedString("External Display", comment: "Shown in the Display Preferences") displayType = NSLocalizedString("External Display", comment: "Shown in the Display Settings")
displayImage = "display" displayImage = "display"
} }
controlMethod = NSLocalizedString("Hardware (Apple)", comment: "Shown in the Display Preferences") controlMethod = NSLocalizedString("Hardware (Apple)", comment: "Shown in the Display Settings")
controlStatus = NSLocalizedString("This display supports native Apple brightness protocol. This allows macOS to control this display without MonitorControl as well.", comment: "Shown in the Display Preferences") controlStatus = NSLocalizedString("This display supports native Apple brightness protocol. This allows macOS to control this display without MonitorControl as well.", comment: "Shown in the Display Settings")
} }
return DisplayInfo(displayType: displayType, displayImage: displayImage, controlMethod: controlMethod, controlStatus: controlStatus) return DisplayInfo(displayType: displayType, displayImage: displayImage, controlMethod: controlMethod, controlStatus: controlStatus)
} }

View file

@ -2,12 +2,12 @@
import Cocoa import Cocoa
import KeyboardShortcuts import KeyboardShortcuts
import Preferences
import ServiceManagement import ServiceManagement
import Settings
class KeyboardPrefsViewController: NSViewController, PreferencePane { class KeyboardPrefsViewController: NSViewController, SettingsPane {
let preferencePaneIdentifier = Preferences.PaneIdentifier.keyboard let paneIdentifier = Settings.PaneIdentifier.keyboard
let preferencePaneTitle: String = NSLocalizedString("Keyboard", comment: "Shown in the main prefs window") let paneTitle: String = NSLocalizedString("Keyboard", comment: "Shown in the main prefs window")
var toolbarItemIcon: NSImage { var toolbarItemIcon: NSImage {
if !DEBUG_MACOS10, #available(macOS 11.0, *) { if !DEBUG_MACOS10, #available(macOS 11.0, *) {

View file

@ -2,12 +2,12 @@
import Cocoa import Cocoa
import os.log import os.log
import Preferences
import ServiceManagement import ServiceManagement
import Settings
class MainPrefsViewController: NSViewController, PreferencePane { class MainPrefsViewController: NSViewController, SettingsPane {
let preferencePaneIdentifier = Preferences.PaneIdentifier.main let paneIdentifier = Settings.PaneIdentifier.main
let preferencePaneTitle: String = NSLocalizedString("General", comment: "Shown in the main prefs window") let paneTitle: String = NSLocalizedString("General", comment: "Shown in the main prefs window")
var toolbarItemIcon: NSImage { var toolbarItemIcon: NSImage {
if !DEBUG_MACOS10, #available(macOS 11.0, *) { if !DEBUG_MACOS10, #available(macOS 11.0, *) {
@ -61,7 +61,7 @@ class MainPrefsViewController: NSViewController, PreferencePane {
self.enableSmooth.state = prefs.bool(forKey: PrefKey.disableSmoothBrightness.rawValue) ? .off : .on self.enableSmooth.state = prefs.bool(forKey: PrefKey.disableSmoothBrightness.rawValue) ? .off : .on
self.enableBrightnessSync.state = prefs.bool(forKey: PrefKey.enableBrightnessSync.rawValue) ? .on : .off self.enableBrightnessSync.state = prefs.bool(forKey: PrefKey.enableBrightnessSync.rawValue) ? .on : .off
self.startupAction.selectItem(withTag: prefs.integer(forKey: PrefKey.startupAction.rawValue)) self.startupAction.selectItem(withTag: prefs.integer(forKey: PrefKey.startupAction.rawValue))
// Preload Display preferences to some extent to properly set up size in orther that animation won't fail // Preload Display settings to some extent to properly set up size in orther that animation won't fail
menuslidersPrefsVc?.view.layoutSubtreeIfNeeded() menuslidersPrefsVc?.view.layoutSubtreeIfNeeded()
keyboardPrefsVc?.view.layoutSubtreeIfNeeded() keyboardPrefsVc?.view.layoutSubtreeIfNeeded()
displaysPrefsVc?.view.layoutSubtreeIfNeeded() displaysPrefsVc?.view.layoutSubtreeIfNeeded()
@ -148,7 +148,7 @@ class MainPrefsViewController: NSViewController, PreferencePane {
@available(macOS, deprecated: 10.10) @available(macOS, deprecated: 10.10)
func resetSheetModalHander(modalResponse: NSApplication.ModalResponse) { func resetSheetModalHander(modalResponse: NSApplication.ModalResponse) {
if modalResponse == NSApplication.ModalResponse.alertFirstButtonReturn { if modalResponse == NSApplication.ModalResponse.alertFirstButtonReturn {
app.preferenceReset() app.settingsReset()
self.populateSettings() self.populateSettings()
menuslidersPrefsVc?.populateSettings() menuslidersPrefsVc?.populateSettings()
keyboardPrefsVc?.populateSettings() keyboardPrefsVc?.populateSettings()
@ -159,8 +159,8 @@ class MainPrefsViewController: NSViewController, PreferencePane {
@available(macOS, deprecated: 10.10) @available(macOS, deprecated: 10.10)
@IBAction func resetPrefsClicked(_: NSButton) { @IBAction func resetPrefsClicked(_: NSButton) {
let alert = NSAlert() let alert = NSAlert()
alert.messageText = NSLocalizedString("Reset Preferences?", comment: "Shown in the alert dialog") alert.messageText = NSLocalizedString("Reset Settings?", comment: "Shown in the alert dialog")
alert.informativeText = NSLocalizedString("Are you sure you want to reset all preferences?", comment: "Shown in the alert dialog") alert.informativeText = NSLocalizedString("Are you sure you want to reset all settings?", comment: "Shown in the alert dialog")
alert.addButton(withTitle: NSLocalizedString("Yes", comment: "Shown in the alert dialog")) alert.addButton(withTitle: NSLocalizedString("Yes", comment: "Shown in the alert dialog"))
alert.addButton(withTitle: NSLocalizedString("No", comment: "Shown in the alert dialog")) alert.addButton(withTitle: NSLocalizedString("No", comment: "Shown in the alert dialog"))
alert.alertStyle = NSAlert.Style.warning alert.alertStyle = NSAlert.Style.warning

View file

@ -2,12 +2,12 @@
import Cocoa import Cocoa
import os.log import os.log
import Preferences
import ServiceManagement import ServiceManagement
import Settings
class MenuslidersPrefsViewController: NSViewController, PreferencePane { class MenuslidersPrefsViewController: NSViewController, SettingsPane {
let preferencePaneIdentifier = Preferences.PaneIdentifier.menusliders let paneIdentifier = Settings.PaneIdentifier.menusliders
let preferencePaneTitle: String = NSLocalizedString("App menu", comment: "Shown in the main prefs window") let paneTitle: String = NSLocalizedString("App menu", comment: "Shown in the main prefs window")
var toolbarItemIcon: NSImage { var toolbarItemIcon: NSImage {
if !DEBUG_MACOS10, #available(macOS 11.0, *) { if !DEBUG_MACOS10, #available(macOS 11.0, *) {

View file

@ -19,7 +19,7 @@
<key>CFBundleShortVersionString</key> <key>CFBundleShortVersionString</key>
<string>$(MARKETING_VERSION)</string> <string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key> <key>CFBundleVersion</key>
<string>7104</string> <string>7122</string>
<key>LSApplicationCategoryType</key> <key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string> <string>public.app-category.utilities</string>
<key>LSBackgroundOnly</key> <key>LSBackgroundOnly</key>

View file

@ -42,7 +42,7 @@ brew install MonitorControl
- Sync up all your displays using a single slider or keyboard shortcuts. - Sync up all your displays using a single slider or keyboard shortcuts.
- Allows dimming to full black. - Allows dimming to full black.
- Support for custom keyboard shortcuts as well as standard brightness and media keys on Apple keyboards. - Support for custom keyboard shortcuts as well as standard brightness and media keys on Apple keyboards.
- Dozens of customization options to tweak the inner workings of the app to suit your hardware and needs (don't forget to enable `Show advanced settings` in app Preferences). - Dozens of customization options to tweak the inner workings of the app to suit your hardware and needs (don't forget to enable `Show advanced settings` in app Settings).
- Simple, unobtrusive UI to blend in to the general aesthetics of macOS. - Simple, unobtrusive UI to blend in to the general aesthetics of macOS.
- **One of the best app of its kind, completely FREE.** - **One of the best app of its kind, completely FREE.**
@ -65,7 +65,7 @@ For additional features, more advanced brightness control with XDR/HDR brightnes
4. Add the app to `Accessibility` under `System Settings` » `Privacy & Security` as prompted (this is required only if you wish to use the native Apple keyboard brightness and media keys - if this is not the case, you can safely skip this step). 4. Add the app to `Accessibility` under `System Settings` » `Privacy & Security` as prompted (this is required only if you wish to use the native Apple keyboard brightness and media keys - if this is not the case, you can safely skip this step).
5. Use your keyboard or the sliders in the app menu (a brightness symbol in the macOS menubar as shown on the screenshot above) to control your displays. 5. Use your keyboard or the sliders in the app menu (a brightness symbol in the macOS menubar as shown on the screenshot above) to control your displays.
6. Open `Settings…` for customization options (enable `Show advanced settings` for even more options). 6. Open `Settings…` for customization options (enable `Show advanced settings` for even more options).
7. You can set up custom keyboard shortcuts under the `Keyboard` in Preferences (the app uses Apple media keys by default). 7. You can set up custom keyboard shortcuts under the `Keyboard` in Settings (the app uses Apple media keys by default).
8. If you have any questions, go to [Discussions](https://github.com/MonitorControl/MonitorControl/discussions)! 8. If you have any questions, go to [Discussions](https://github.com/MonitorControl/MonitorControl/discussions)!
### macOS compatibility ### macOS compatibility
@ -95,7 +95,7 @@ Notable exceptions for hardware control compatibility:
Compatibility with Compatibility with
- f.lux users: please activate `Avoid gamma table manipulation` under `Preferences` » `Displays`! This step is not needed if you use Night Shift. - f.lux users: please activate `Avoid gamma table manipulation` under `Settings` » `Displays`! This step is not needed if you use Night Shift.
- [BetterDisplay](https://betterdisplay.pro/) users: either activate `Avoid gamma table manipulation` in MonitorControl or turn off `Allow color table adjustments` in BetterDisplay (under Settings/Displays/Overview). You might want to disable native keyboard control either in MonitorControl or BetterDisplay, depending on which app you want to use for brightness control and dimming. - [BetterDisplay](https://betterdisplay.pro/) users: either activate `Avoid gamma table manipulation` in MonitorControl or turn off `Allow color table adjustments` in BetterDisplay (under Settings/Displays/Overview). You might want to disable native keyboard control either in MonitorControl or BetterDisplay, depending on which app you want to use for brightness control and dimming.
## Contributing to the project ## Contributing to the project
@ -127,7 +127,7 @@ git clone https://github.com/MonitorControl/MonitorControl.git
### Third party dependencies ### Third party dependencies
- [MediaKeyTap](https://github.com/MonitorControl/MediaKeyTap) - [MediaKeyTap](https://github.com/MonitorControl/MediaKeyTap)
- [Preferences](https://github.com/sindresorhus/Preferences) - [Settings](https://github.com/sindresorhus/Settings)
- [SimplyCoreAudio](https://github.com/rnine/SimplyCoreAudio) - [SimplyCoreAudio](https://github.com/rnine/SimplyCoreAudio)
- [KeyboardShortcuts](https://github.com/sindresorhus/KeyboardShortcuts) - [KeyboardShortcuts](https://github.com/sindresorhus/KeyboardShortcuts)
- [Sparkle](https://github.com/sparkle-project/Sparkle) - [Sparkle](https://github.com/sparkle-project/Sparkle)