mirror of
https://github.com/MonitorControl/MonitorControl.git
synced 2026-05-15 06:05:52 -06:00
Merge pull request #1646 from MonitorControl/develop
This commit is contained in:
commit
71b8c5ae51
55 changed files with 662 additions and 660 deletions
|
|
@ -17,7 +17,6 @@
|
|||
6CC260F6256AD8F900613714 /* Preferences+Extension.swift in Sources */ = {isa = PBXBuildFile; fileRef = 6CC260F5256AD8F900613714 /* Preferences+Extension.swift */; };
|
||||
6CD35F53264FFFC6001F1344 /* SimplyCoreAudio in Frameworks */ = {isa = PBXBuildFile; productRef = 6CD35F52264FFFC6001F1344 /* SimplyCoreAudio */; };
|
||||
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 */; };
|
||||
8C1741852707B91100E88D53 /* InternetAccessPolicy.plist in Resources */ = {isa = PBXBuildFile; fileRef = 8C1741842707B91100E88D53 /* InternetAccessPolicy.plist */; };
|
||||
8C1741882707B91F00E88D53 /* InternetAccessPolicy.strings in Resources */ = {isa = PBXBuildFile; fileRef = 8C17418A2707B91F00E88D53 /* InternetAccessPolicy.strings */; };
|
||||
|
|
@ -49,6 +48,7 @@
|
|||
AAB2F642273ED0C7004AB5A4 /* .github in Resources */ = {isa = PBXBuildFile; fileRef = AAB2F641273ED0C7004AB5A4 /* .github */; };
|
||||
AAB2F644273ED0E9004AB5A4 /* License.txt in Resources */ = {isa = PBXBuildFile; fileRef = AAB2F643273ED0E9004AB5A4 /* License.txt */; };
|
||||
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 */; };
|
||||
F01B0699228221B7008E64DB /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = F01B0680228221B6008E64DB /* Localizable.strings */; };
|
||||
F01B069F228221B7008E64DB /* SliderHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = F01B068F228221B7008E64DB /* SliderHandler.swift */; };
|
||||
|
|
@ -194,7 +194,7 @@
|
|||
6CD35F53264FFFC6001F1344 /* SimplyCoreAudio in Frameworks */,
|
||||
6CD35F5626500008001F1344 /* MediaKeyTap in Frameworks */,
|
||||
AA9AE86F26B5BF3D00B6CA65 /* OSD.framework in Frameworks */,
|
||||
6CD35F5C2650003F001F1344 /* Preferences in Frameworks */,
|
||||
AAD7DD342CAFF3D90062822F /* Settings in Frameworks */,
|
||||
AADB625A26BC196900DFFAA5 /* DisplayServices.framework in Frameworks */,
|
||||
);
|
||||
runOnlyForDeploymentPostprocessing = 0;
|
||||
|
|
@ -394,9 +394,9 @@
|
|||
packageProductDependencies = (
|
||||
6CD35F52264FFFC6001F1344 /* SimplyCoreAudio */,
|
||||
6CD35F5526500008001F1344 /* MediaKeyTap */,
|
||||
6CD35F5B2650003F001F1344 /* Preferences */,
|
||||
AA44E702270377C200E06865 /* KeyboardShortcuts */,
|
||||
AA70817B27046B9800CC5625 /* Sparkle */,
|
||||
AAD7DD332CAFF3D90062822F /* Settings */,
|
||||
);
|
||||
productName = MonitorControl.OSX;
|
||||
productReference = 56754EAB1D9A4016007BCDC5 /* MonitorControl.app */;
|
||||
|
|
@ -474,7 +474,7 @@
|
|||
packageReferences = (
|
||||
6CD35F51264FFFC6001F1344 /* XCRemoteSwiftPackageReference "SimplyCoreAudio" */,
|
||||
6CD35F5426500008001F1344 /* XCRemoteSwiftPackageReference "MediaKeyTap" */,
|
||||
6CD35F5A2650003F001F1344 /* XCRemoteSwiftPackageReference "Preferences" */,
|
||||
6CD35F5A2650003F001F1344 /* XCRemoteSwiftPackageReference "Settings" */,
|
||||
AA44E701270377C200E06865 /* XCRemoteSwiftPackageReference "KeyboardShortcuts" */,
|
||||
AA70817A27046B9800CC5625 /* XCRemoteSwiftPackageReference "Sparkle" */,
|
||||
);
|
||||
|
|
@ -1043,12 +1043,12 @@
|
|||
kind = branch;
|
||||
};
|
||||
};
|
||||
6CD35F5A2650003F001F1344 /* XCRemoteSwiftPackageReference "Preferences" */ = {
|
||||
6CD35F5A2650003F001F1344 /* XCRemoteSwiftPackageReference "Settings" */ = {
|
||||
isa = XCRemoteSwiftPackageReference;
|
||||
repositoryURL = "https://github.com/sindresorhus/Preferences";
|
||||
repositoryURL = "https://github.com/sindresorhus/Settings";
|
||||
requirement = {
|
||||
kind = upToNextMajorVersion;
|
||||
minimumVersion = 2.3.0;
|
||||
branch = main;
|
||||
kind = branch;
|
||||
};
|
||||
};
|
||||
AA44E701270377C200E06865 /* XCRemoteSwiftPackageReference "KeyboardShortcuts" */ = {
|
||||
|
|
@ -1080,11 +1080,6 @@
|
|||
package = 6CD35F5426500008001F1344 /* XCRemoteSwiftPackageReference "MediaKeyTap" */;
|
||||
productName = MediaKeyTap;
|
||||
};
|
||||
6CD35F5B2650003F001F1344 /* Preferences */ = {
|
||||
isa = XCSwiftPackageProductDependency;
|
||||
package = 6CD35F5A2650003F001F1344 /* XCRemoteSwiftPackageReference "Preferences" */;
|
||||
productName = Preferences;
|
||||
};
|
||||
AA44E702270377C200E06865 /* KeyboardShortcuts */ = {
|
||||
isa = XCSwiftPackageProductDependency;
|
||||
package = AA44E701270377C200E06865 /* XCRemoteSwiftPackageReference "KeyboardShortcuts" */;
|
||||
|
|
@ -1095,6 +1090,11 @@
|
|||
package = AA70817A27046B9800CC5625 /* XCRemoteSwiftPackageReference "Sparkle" */;
|
||||
productName = Sparkle;
|
||||
};
|
||||
AAD7DD332CAFF3D90062822F /* Settings */ = {
|
||||
isa = XCSwiftPackageProductDependency;
|
||||
package = 6CD35F5A2650003F001F1344 /* XCRemoteSwiftPackageReference "Settings" */;
|
||||
productName = Settings;
|
||||
};
|
||||
/* End XCSwiftPackageProductDependency section */
|
||||
};
|
||||
rootObject = 56754EA31D9A4016007BCDC5 /* Project object */;
|
||||
|
|
|
|||
|
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"originHash" : "df195b12c1f6bd471af1cacb709842cb7eb355cce32fee1413f0f7d7aa5c4eb2",
|
||||
"pins" : [
|
||||
{
|
||||
"identity" : "keyboardshortcuts",
|
||||
|
|
@ -19,12 +20,12 @@
|
|||
}
|
||||
},
|
||||
{
|
||||
"identity" : "preferences",
|
||||
"identity" : "settings",
|
||||
"kind" : "remoteSourceControl",
|
||||
"location" : "https://github.com/sindresorhus/Preferences",
|
||||
"location" : "https://github.com/sindresorhus/Settings",
|
||||
"state" : {
|
||||
"revision" : "ffeaaad1def45d0625720dc1adae3789cd9c167d",
|
||||
"version" : "2.5.0"
|
||||
"branch" : "main",
|
||||
"revision" : "879ea83a7bbc6dbebf62bed8c547f090146372a6"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
@ -54,5 +55,5 @@
|
|||
}
|
||||
}
|
||||
],
|
||||
"version" : 2
|
||||
"version" : 3
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,7 +7,7 @@ enum PrefKey: String {
|
|||
case SUEnableAutomaticChecks
|
||||
|
||||
// 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
|
||||
case buildNumber
|
||||
|
|
@ -60,7 +60,7 @@ enum PrefKey: String {
|
|||
// Instead of assuming default values, enable read or write upon startup (according to readDDCInsteadOfRestoreValues)
|
||||
case startupAction
|
||||
|
||||
// Show advanced options under Displays tab in Preferences
|
||||
// Show advanced options under Displays tab in Settings
|
||||
case showAdvancedSettings
|
||||
|
||||
// Allow zero software brightness
|
||||
|
|
|
|||
|
|
@ -2,9 +2,9 @@
|
|||
|
||||
import Cocoa
|
||||
|
||||
import Preferences
|
||||
import Settings
|
||||
|
||||
extension Preferences.PaneIdentifier {
|
||||
extension Settings.PaneIdentifier {
|
||||
static let main = Self("Main")
|
||||
static let menusliders = Self("Menu & Sliders")
|
||||
static let keyboard = Self("Keyboard")
|
||||
|
|
@ -12,7 +12,7 @@ extension Preferences.PaneIdentifier {
|
|||
static let about = Self("About")
|
||||
}
|
||||
|
||||
public extension PreferencesWindowController {
|
||||
public extension SettingsWindowController {
|
||||
override func keyDown(with event: NSEvent) {
|
||||
if event.modifierFlags.intersection(.deviceIndependentFlagsMask) == .command, let key = event.charactersIgnoringModifiers {
|
||||
if key == "w" {
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
<key>CFBundleShortVersionString</key>
|
||||
<string>$(MARKETING_VERSION)</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>7104</string>
|
||||
<string>7122</string>
|
||||
<key>LSApplicationCategoryType</key>
|
||||
<string>public.app-category.utilities</string>
|
||||
<key>LSMinimumSystemVersion</key>
|
||||
|
|
|
|||
|
|
@ -5,8 +5,8 @@ import Cocoa
|
|||
import Foundation
|
||||
import MediaKeyTap
|
||||
import os.log
|
||||
import Preferences
|
||||
import ServiceManagement
|
||||
import Settings
|
||||
import SimplyCoreAudio
|
||||
import Sparkle
|
||||
|
||||
|
|
@ -24,23 +24,23 @@ class AppDelegate: NSObject, NSApplicationDelegate {
|
|||
var audioPlayer: AVAudioPlayer?
|
||||
let updaterController = SPUStandardUpdaterController(startingUpdater: false, updaterDelegate: UpdaterDelegate(), userDriverDelegate: nil)
|
||||
|
||||
var preferencePaneStyle: Preferences.Style {
|
||||
var settingsPaneStyle: Settings.Style {
|
||||
if !DEBUG_MACOS10, #available(macOS 11.0, *) {
|
||||
return Preferences.Style.toolbarItems
|
||||
return Settings.Style.toolbarItems
|
||||
} else {
|
||||
return Preferences.Style.segmentedControl
|
||||
return Settings.Style.segmentedControl
|
||||
}
|
||||
}
|
||||
|
||||
lazy var preferencesWindowController: PreferencesWindowController = .init(
|
||||
preferencePanes: [
|
||||
lazy var settingsWindowController: SettingsWindowController = .init(
|
||||
panes: [
|
||||
mainPrefsVc!,
|
||||
menuslidersPrefsVc!,
|
||||
keyboardPrefsVc!,
|
||||
displaysPrefsVc!,
|
||||
aboutPrefsVc!,
|
||||
],
|
||||
style: self.preferencePaneStyle,
|
||||
style: self.settingsPaneStyle,
|
||||
animated: true
|
||||
)
|
||||
|
||||
|
|
@ -71,8 +71,8 @@ class AppDelegate: NSObject, NSApplicationDelegate {
|
|||
}
|
||||
|
||||
@objc func prefsClicked(_: AnyObject) {
|
||||
os_log("Preferences clicked", type: .info)
|
||||
self.preferencesWindowController.show()
|
||||
os_log("Settings clicked", type: .info)
|
||||
self.settingsWindowController.show()
|
||||
}
|
||||
|
||||
func applicationShouldHandleReopen(_: NSApplication, hasVisibleWindows _: Bool) -> Bool {
|
||||
|
|
@ -93,7 +93,7 @@ class AppDelegate: NSObject, NSApplicationDelegate {
|
|||
if !self.safeMode {
|
||||
let alert = NSAlert()
|
||||
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()
|
||||
}
|
||||
prefs.removePersistentDomain(forName: bundleID)
|
||||
|
|
@ -103,7 +103,7 @@ class AppDelegate: NSObject, NSApplicationDelegate {
|
|||
|
||||
func setDefaultPrefs() {
|
||||
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.SUEnableAutomaticChecks.rawValue)
|
||||
}
|
||||
|
|
@ -262,8 +262,8 @@ class AppDelegate: NSObject, NSApplicationDelegate {
|
|||
self.updateMediaKeyTap()
|
||||
}
|
||||
|
||||
func preferenceReset() {
|
||||
os_log("Resetting all preferences.")
|
||||
func settingsReset() {
|
||||
os_log("Resetting all settings.")
|
||||
if !prefs.bool(forKey: PrefKey.disableCombinedBrightness.rawValue) {
|
||||
DisplayManager.shared.resetSwBrightnessForAllDisplays(async: false)
|
||||
}
|
||||
|
|
@ -295,7 +295,7 @@ class AppDelegate: NSObject, NSApplicationDelegate {
|
|||
SMLoginItemSetEnabled(identifier, enabled)
|
||||
}
|
||||
|
||||
func getSystemPreferences() -> [String: AnyObject]? {
|
||||
func getSystemSettings() -> [String: AnyObject]? {
|
||||
var propertyListFormat = PropertyListSerialization.PropertyListFormat.xml
|
||||
let plistPath = NSString(string: "~/Library/Preferences/.GlobalPreferences.plist").expandingTildeInPath
|
||||
guard let plistXML = FileManager.default.contents(atPath: plistPath) else {
|
||||
|
|
@ -318,7 +318,7 @@ class AppDelegate: NSObject, NSApplicationDelegate {
|
|||
}
|
||||
|
||||
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
|
||||
}
|
||||
do {
|
||||
|
|
@ -342,7 +342,7 @@ class AppDelegate: NSObject, NSApplicationDelegate {
|
|||
self.safeMode = true
|
||||
let alert = NSAlert()
|
||||
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()
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -18,6 +18,7 @@ class DisplayManager {
|
|||
self.gammaActivityEnforcer.title = "Monitor Control Gamma Activity Enforcer"
|
||||
self.gammaActivityEnforcer.isMovableByWindowBackground = false
|
||||
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.level = .screenSaver
|
||||
self.gammaActivityEnforcer.orderFrontRegardless()
|
||||
|
|
|
|||
|
|
@ -208,7 +208,7 @@ class MediaKeyTapManager: MediaKeyTapDelegate {
|
|||
if !self.readPrivileges(prompt: true), !firstAsk {
|
||||
let alert = NSAlert()
|
||||
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()
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -223,16 +223,16 @@ class MenuHandler: NSMenu, NSMenuDelegate {
|
|||
|
||||
let menuItemView = NSView(frame: NSRect(x: 0, y: 0, width: viewWidth, height: iconSize + 10))
|
||||
|
||||
let preferencesIcon = NSButton()
|
||||
preferencesIcon.bezelStyle = .regularSquare
|
||||
preferencesIcon.isBordered = false
|
||||
preferencesIcon.setButtonType(.momentaryChange)
|
||||
preferencesIcon.image = NSImage(systemSymbolName: "gearshape", accessibilityDescription: NSLocalizedString("Preferences…", comment: "Shown in menu"))
|
||||
preferencesIcon.alternateImage = NSImage(systemSymbolName: "gearshape.fill", accessibilityDescription: NSLocalizedString("Preferences…", comment: "Shown in menu"))
|
||||
preferencesIcon.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)
|
||||
preferencesIcon.imageScaling = .scaleProportionallyUpOrDown
|
||||
preferencesIcon.action = #selector(app.prefsClicked)
|
||||
let settingsIcon = NSButton()
|
||||
settingsIcon.bezelStyle = .regularSquare
|
||||
settingsIcon.isBordered = false
|
||||
settingsIcon.setButtonType(.momentaryChange)
|
||||
settingsIcon.image = NSImage(systemSymbolName: "gearshape", accessibilityDescription: NSLocalizedString("Settings…", comment: "Shown in menu"))
|
||||
settingsIcon.alternateImage = NSImage(systemSymbolName: "gearshape.fill", accessibilityDescription: NSLocalizedString("Settings…", comment: "Shown in menu"))
|
||||
settingsIcon.alphaValue = 0.3
|
||||
settingsIcon.frame = NSRect(x: menuItemView.frame.maxX - iconSize * 3 - 20 - 17 + compensateForBlock, y: menuItemView.frame.origin.y + 5, width: iconSize, height: iconSize)
|
||||
settingsIcon.imageScaling = .scaleProportionallyUpOrDown
|
||||
settingsIcon.action = #selector(app.prefsClicked)
|
||||
|
||||
let updateIcon = NSButton()
|
||||
updateIcon.bezelStyle = .regularSquare
|
||||
|
|
@ -260,7 +260,7 @@ class MenuHandler: NSMenu, NSMenuDelegate {
|
|||
quitIcon.imageScaling = .scaleProportionallyUpOrDown
|
||||
quitIcon.action = #selector(app.quitClicked)
|
||||
|
||||
menuItemView.addSubview(preferencesIcon)
|
||||
menuItemView.addSubview(settingsIcon)
|
||||
menuItemView.addSubview(updateIcon)
|
||||
menuItemView.addSubview(quitIcon)
|
||||
let item = NSMenuItem()
|
||||
|
|
@ -270,7 +270,7 @@ class MenuHandler: NSMenu, NSMenuDelegate {
|
|||
if app.macOS10() {
|
||||
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: "")
|
||||
updateItem.target = app.updaterController
|
||||
self.insertItem(updateItem, at: self.items.count)
|
||||
|
|
|
|||
|
|
@ -118,7 +118,7 @@
|
|||
<rect key="frame" x="218" y="317" width="474" height="28"/>
|
||||
<textFieldCell key="cell" controlSize="small" id="wjv-tq-iUx">
|
||||
<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="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
|
||||
</textFieldCell>
|
||||
|
|
@ -274,7 +274,7 @@
|
|||
<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">
|
||||
<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"/>
|
||||
<font key="font" metaFont="system"/>
|
||||
</buttonCell>
|
||||
|
|
@ -390,13 +390,13 @@
|
|||
<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">
|
||||
<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"/>
|
||||
<font key="font" metaFont="message"/>
|
||||
<menu key="menu" id="rOp-pe-iEq">
|
||||
<items>
|
||||
<menuItem title="Show as text" state="on" id="fWd-Es-zsy"/>
|
||||
<menuItem title="Show as icons" tag="1" id="fR3-kq-cps"/>
|
||||
<menuItem title="Show as icons" state="on" id="fR3-kq-cps"/>
|
||||
<menuItem title="Show as text" tag="1" id="fWd-Es-zsy"/>
|
||||
<menuItem title="Hide" tag="2" id="HUT-Qc-kuu"/>
|
||||
</items>
|
||||
</menu>
|
||||
|
|
@ -410,7 +410,7 @@
|
|||
<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">
|
||||
<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"/>
|
||||
<color key="textColor" name="secondaryLabelColor" catalog="System" colorSpace="catalog"/>
|
||||
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
|
||||
|
|
@ -1250,7 +1250,7 @@
|
|||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||
<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">
|
||||
<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"/>
|
||||
<size key="intercellSpacing" width="14" height="0.0"/>
|
||||
<color key="backgroundColor" name="windowBackgroundColor" catalog="System" colorSpace="catalog"/>
|
||||
|
|
@ -2226,18 +2226,18 @@
|
|||
</textFieldCell>
|
||||
</textField>
|
||||
<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">
|
||||
<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.
|
||||
You can enable it by adding MonitorControl in System Preferences > Security and Privacy > Accessibility.</string>
|
||||
You can enable it by adding MonitorControl in System Settings > Security and Privacy > Accessibility.</string>
|
||||
<color key="textColor" name="secondaryLabelColor" catalog="System" colorSpace="catalog"/>
|
||||
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
|
||||
</textFieldCell>
|
||||
</textField>
|
||||
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="j2w-H2-9zU">
|
||||
<rect key="frame" x="65" y="74" width="202" 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">
|
||||
<rect key="frame" x="65" y="74" width="180" height="32"/>
|
||||
<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"/>
|
||||
<font key="font" metaFont="system"/>
|
||||
</buttonCell>
|
||||
|
|
|
|||
|
|
@ -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.";
|
||||
|
||||
/* 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 */
|
||||
"Brightness" = "Jas";
|
||||
|
|
@ -19,7 +19,7 @@
|
|||
/* Build */
|
||||
"Build" = "Build";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"Built-in Display" = "Vestavěný displej";
|
||||
|
||||
/* Shown in menu */
|
||||
|
|
@ -43,16 +43,16 @@
|
|||
/* Shown in the alert dialog */
|
||||
"Enable Longer Delay?" = "Povolit delší prodlevu?";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"External Display" = "Externí displej";
|
||||
|
||||
/* Shown in the main prefs window */
|
||||
"General" = "Obecné";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"Hardware (Apple)" = "Hardwarové (Apple)";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"Hardware (DDC)" = "Hardwarové (DDC)";
|
||||
|
||||
/* Shown in the alert dialog */
|
||||
|
|
@ -76,61 +76,61 @@
|
|||
/* Shown in the alert dialog */
|
||||
"No" = "Ne";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"No Control" = "Bez ovládání";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"Other Display" = "Jiný displej";
|
||||
|
||||
/* 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 */
|
||||
"Preferences…" = "Předvolby…";
|
||||
"Settings…" = "Předvolby…";
|
||||
|
||||
/* Shown in menu */
|
||||
"Quit" = "Ukončit";
|
||||
|
||||
/* Shown in the alert dialog */
|
||||
"Reset Preferences?" = "Obnovit předvolby?";
|
||||
"Reset Settings?" = "Obnovit předvolby?";
|
||||
|
||||
/* Shown in the alert dialog */
|
||||
"Safe Mode Activated" = "Bezpečný režim aktivní";
|
||||
|
||||
/* 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 */
|
||||
"Shortcuts not available" = "Zkratky nejsou k dispozici";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"Software (gamma)" = "Softwarové (gama)";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"Software (gamma, forced)" = "Softwarové (gama, nucené)";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"Software (shade)" = "Softwarové (stínování)";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"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.";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"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.";
|
||||
|
||||
/* 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.";
|
||||
|
||||
/* 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.";
|
||||
|
||||
/* 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.";
|
||||
|
||||
/* Unknown display name */
|
||||
|
|
@ -139,7 +139,7 @@
|
|||
/* Version */
|
||||
"Version" = "Verze";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"Virtual Display" = "Virtuální displej";
|
||||
|
||||
/* Shown in menu */
|
||||
|
|
@ -149,4 +149,4 @@
|
|||
"Yes" = "Ano";
|
||||
|
||||
/* 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";
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@
|
|||
/* Class = "NSTextFieldCell"; title = "Welcome to MonitorControl"; ObjectID = "5J0-BD-top"; */
|
||||
"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";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Always hide"; ObjectID = "6mo-7S-oOO"; */
|
||||
|
|
@ -175,7 +175,7 @@
|
|||
/* Class = "NSTextFieldCell"; title = "Override audio device name:"; ObjectID = "H9X-it-sXs"; */
|
||||
"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:";
|
||||
|
||||
/* 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"; */
|
||||
"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í.";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Screen to control:"; ObjectID = "Kfj-WK-aSL"; */
|
||||
|
|
@ -292,7 +292,7 @@
|
|||
/* Class = "NSTextFieldCell"; title = "DDC max"; ObjectID = "psF-vX-AFB"; */
|
||||
"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…";
|
||||
|
||||
/* 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"; */
|
||||
"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.";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Change volume for all screens"; ObjectID = "Xih-P5-NyM"; */
|
||||
|
|
|
|||
|
|
@ -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.";
|
||||
|
||||
/* 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 */
|
||||
"Brightness" = "Helligkeit";
|
||||
|
|
@ -19,7 +19,7 @@
|
|||
/* Build */
|
||||
"Build" = "Build";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"Built-in Display" = "Integrierter Monitor";
|
||||
|
||||
/* Shown in menu */
|
||||
|
|
@ -43,16 +43,16 @@
|
|||
/* Shown in the alert dialog */
|
||||
"Enable Longer Delay?" = "Längere Verzögerung einschalten?";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"External Display" = "Externer Monitor";
|
||||
|
||||
/* Shown in the main prefs window */
|
||||
"General" = "Allgemein";
|
||||
|
||||
/* 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 */
|
||||
|
|
@ -76,61 +76,61 @@
|
|||
/* Shown in the alert dialog */
|
||||
"No" = "Nein";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"No Control" = "Keine Steuerung";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"Other Display" = "Anderer Monitor";
|
||||
|
||||
/* 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 */
|
||||
"Preferences…" = "Einstellungen…";
|
||||
"Settings…" = "Einstellungen…";
|
||||
|
||||
/* Shown in menu */
|
||||
"Quit" = "Beenden";
|
||||
|
||||
/* Shown in the alert dialog */
|
||||
"Reset Preferences?" = "Einstellungen zurücksetzen?";
|
||||
"Reset Settings?" = "Einstellungen zurücksetzen?";
|
||||
|
||||
/* Shown in the alert dialog */
|
||||
"Safe Mode Activated" = "Sicherer Modus Aktiviert";
|
||||
|
||||
/* 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 */
|
||||
"Shortcuts not available" = "Kurzbefehle sind nicht verfügbar";
|
||||
|
||||
/* 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, Erzwungen)";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"Software (shade)" = "Software (Schattierung)";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"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.";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"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.";
|
||||
|
||||
/* 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.";
|
||||
|
||||
/* 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.";
|
||||
|
||||
/* 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.";
|
||||
|
||||
/* unknown display name
|
||||
|
|
@ -141,7 +141,7 @@
|
|||
/* Version */
|
||||
"Version" = "Version";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"Virtual Display" = "Virtueller Monitor";
|
||||
|
||||
/* Shown in menu */
|
||||
|
|
@ -151,4 +151,4 @@
|
|||
"Yes" = "Ja";
|
||||
|
||||
/* 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.";
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@
|
|||
/* Class = "NSTextFieldCell"; title = "Welcome to MonitorControl"; ObjectID = "5J0-BD-top"; */
|
||||
"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";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Always hide"; ObjectID = "6mo-7S-oOO"; */
|
||||
|
|
@ -175,7 +175,7 @@
|
|||
/* Class = "NSTextFieldCell"; title = "Override audio device name:"; ObjectID = "H9X-it-sXs"; */
|
||||
"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.";
|
||||
|
||||
/* 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"; */
|
||||
"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.";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Screen to control:"; ObjectID = "Kfj-WK-aSL"; */
|
||||
|
|
@ -292,7 +292,7 @@
|
|||
/* Class = "NSTextFieldCell"; title = "DDC max"; ObjectID = "psF-vX-AFB"; */
|
||||
"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…";
|
||||
|
||||
/* 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"; */
|
||||
"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.";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Change volume for all screens"; ObjectID = "Xih-P5-NyM"; */
|
||||
|
|
|
|||
|
|
@ -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 */
|
||||
"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 */
|
||||
"Brightness" = "Brightness";
|
||||
|
|
@ -19,7 +19,7 @@
|
|||
/* Build */
|
||||
"Build" = "Build";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"Built-in Display" = "Built-in Display";
|
||||
|
||||
/* Shown in menu */
|
||||
|
|
@ -43,16 +43,16 @@
|
|||
/* 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 */
|
||||
"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 */
|
||||
|
|
@ -76,61 +76,61 @@
|
|||
/* 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 */
|
||||
"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 */
|
||||
"Preferences…" = "Preferences…";
|
||||
"Settings…" = "Settings…";
|
||||
|
||||
/* Shown in menu */
|
||||
"Quit" = "Quit";
|
||||
|
||||
/* Shown in the alert dialog */
|
||||
"Reset Preferences?" = "Reset Preferences?";
|
||||
"Reset Settings?" = "Reset Settings?";
|
||||
|
||||
/* Shown in the alert dialog */
|
||||
"Safe Mode Activated" = "Safe Mode Activated";
|
||||
|
||||
/* 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 */
|
||||
"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 */
|
||||
|
|
@ -139,7 +139,7 @@
|
|||
/* Version */
|
||||
"Version" = "Version";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"Virtual Display" = "Virtual Display";
|
||||
|
||||
/* Shown in menu */
|
||||
|
|
@ -149,4 +149,4 @@
|
|||
"Yes" = "Yes";
|
||||
|
||||
/* 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";
|
||||
|
|
|
|||
|
|
@ -31,8 +31,8 @@
|
|||
/* Class = "NSTextFieldCell"; title = "Welcome to MonitorControl"; ObjectID = "5J0-BD-top"; */
|
||||
"5J0-BD-top.title" = "Welcome to MonitorControl";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Reset Preferences"; ObjectID = "5yT-5F-X5R"; */
|
||||
"5yT-5F-X5R.title" = "Reset Preferences";
|
||||
/* Class = "NSButtonCell"; title = "Reset Settings"; ObjectID = "5yT-5F-X5R"; */
|
||||
"5yT-5F-X5R.title" = "Reset Settings";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Always hide"; ObjectID = "6mo-7S-oOO"; */
|
||||
"6mo-7S-oOO.title" = "Always hide";
|
||||
|
|
@ -175,8 +175,8 @@
|
|||
/* Class = "NSTextFieldCell"; title = "Override audio device name:"; ObjectID = "H9X-it-sXs"; */
|
||||
"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"; */
|
||||
"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.";
|
||||
/* 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 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"; */
|
||||
"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"; */
|
||||
"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"; */
|
||||
"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.";
|
||||
/* 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 Settings > Security and Privacy > Accessibility.";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Screen to control:"; ObjectID = "Kfj-WK-aSL"; */
|
||||
"Kfj-WK-aSL.title" = "Screen to control:";
|
||||
|
|
@ -292,8 +292,8 @@
|
|||
/* Class = "NSTextFieldCell"; title = "DDC max"; ObjectID = "psF-vX-AFB"; */
|
||||
"psF-vX-AFB.title" = "DDC max";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Open System Preferences…"; ObjectID = "pVc-wG-Bdh"; */
|
||||
"pVc-wG-Bdh.title" = "Open System Preferences…";
|
||||
/* Class = "NSButtonCell"; title = "Open System Settings…"; ObjectID = "pVc-wG-Bdh"; */
|
||||
"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"; */
|
||||
"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"; */
|
||||
"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"; */
|
||||
"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.";
|
||||
/* 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 Settings will be replicated to all displays.";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Change volume for all screens"; ObjectID = "Xih-P5-NyM"; */
|
||||
"Xih-P5-NyM.title" = "Change volume for all screens";
|
||||
|
|
|
|||
|
|
@ -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.";
|
||||
|
||||
/* 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 */
|
||||
"Brightness" = "Brillo";
|
||||
|
|
@ -19,11 +19,11 @@
|
|||
/* Build */
|
||||
"Build" = "Compilación";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"Built-in Display" = "Pantalla Incorporada";
|
||||
|
||||
/* Shown in menu */
|
||||
"Check for updates…" = "Comprobar actualizaciones…";
|
||||
"Check for updates…" = "Actualizaciones…";
|
||||
|
||||
/* Shown in menu */
|
||||
"Contrast" = "Contraste";
|
||||
|
|
@ -43,16 +43,16 @@
|
|||
/* Shown in the alert dialog */
|
||||
"Enable Longer Delay?" = "¿Habilitar retraso más largo?";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"External Display" = "Pantalla Externa";
|
||||
|
||||
/* 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 */
|
||||
|
|
@ -76,62 +76,62 @@
|
|||
/* Shown in the alert dialog */
|
||||
"No" = "No";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"No Control" = "Sin Control";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"Other Display" = "Otra Pantalla";
|
||||
|
||||
/* 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 */
|
||||
"Preferences…" = "Preferencias…";
|
||||
"Settings…" = "Preferencias…";
|
||||
|
||||
/* Shown in menu */
|
||||
"Quit" = "Cerrar";
|
||||
|
||||
/* Shown in the alert dialog */
|
||||
"Reset Preferences?" = "¿Restablecer Preferencias?";
|
||||
"Reset Settings?" = "¿Restablecer Preferencias?";
|
||||
|
||||
/* Shown in the alert dialog */
|
||||
"Safe Mode Activated" = "Modo Seguro Activado";
|
||||
|
||||
/* 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 */
|
||||
"Shortcuts not available" = "Atajos no disponibles";
|
||||
|
||||
/* 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, forzado)";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"Software (shade)" = "Software (sombreado)";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"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.";
|
||||
|
||||
/* 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.";
|
||||
|
||||
/* 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.";
|
||||
|
||||
|
||||
/* 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.";
|
||||
|
||||
/* 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.";
|
||||
|
||||
/* 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.";
|
||||
|
||||
/* Unknown display name */
|
||||
|
|
@ -140,7 +140,7 @@
|
|||
/* Version */
|
||||
"Version" = "Versión";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"Virtual Display" = "Pantalla Virtual";
|
||||
|
||||
/* Shown in menu */
|
||||
|
|
@ -150,4 +150,4 @@
|
|||
"Yes" = "Sí";
|
||||
|
||||
/* 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";
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@
|
|||
/* Class = "NSTextFieldCell"; title = "Welcome to MonitorControl"; ObjectID = "5J0-BD-top"; */
|
||||
"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";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Always hide"; ObjectID = "6mo-7S-oOO"; */
|
||||
|
|
@ -175,7 +175,7 @@
|
|||
/* Class = "NSTextFieldCell"; title = "Override audio device name:"; ObjectID = "H9X-it-sXs"; */
|
||||
"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.";
|
||||
|
||||
/* 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"; */
|
||||
"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.";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Screen to control:"; ObjectID = "Kfj-WK-aSL"; */
|
||||
|
|
@ -292,7 +292,7 @@
|
|||
/* Class = "NSTextFieldCell"; title = "DDC max"; ObjectID = "psF-vX-AFB"; */
|
||||
"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…";
|
||||
|
||||
/* 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"; */
|
||||
"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.";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Change volume for all screens"; ObjectID = "Xih-P5-NyM"; */
|
||||
|
|
|
|||
|
|
@ -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.";
|
||||
|
||||
/* 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 */
|
||||
"Brightness" = "Luminosité";
|
||||
|
|
@ -19,7 +19,7 @@
|
|||
/* Build */
|
||||
"Build" = "Build";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"Built-in Display" = "Écran intégré";
|
||||
|
||||
/* Shown in menu */
|
||||
|
|
@ -43,16 +43,16 @@
|
|||
/* Shown in the alert dialog */
|
||||
"Enable Longer Delay?" = "Activer une plus longue durée ?";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"External Display" = "Écran externe";
|
||||
|
||||
/* Shown in the main prefs window */
|
||||
"General" = "Général";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"Hardware (Apple)" = "Matériel (Apple)";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"Hardware (DDC)" = "Matériel (DDC)";
|
||||
|
||||
/* Shown in the alert dialog */
|
||||
|
|
@ -76,61 +76,61 @@
|
|||
/* Shown in the alert dialog */
|
||||
"No" = "Non";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"No Control" = "Aucun contrôle";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"Other Display" = "Autre écran";
|
||||
|
||||
/* 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 */
|
||||
"Preferences…" = "Préférences…";
|
||||
"Settings…" = "Préférences…";
|
||||
|
||||
/* Shown in menu */
|
||||
"Quit" = "Quitter";
|
||||
|
||||
/* 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 */
|
||||
"Safe Mode Activated" = "Mode sans échec activé";
|
||||
|
||||
/* 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 */
|
||||
"Shortcuts not available" = "Raccourcis non disponibles";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"Software (gamma)" = "Logiciel (Gamma)";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"Software (gamma, forced)" = "Logiciel (Gamma, Forcé)";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"Software (shade)" = "Logiciel (Voile)";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"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.";
|
||||
|
||||
/* 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é.";
|
||||
|
||||
/* 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.";
|
||||
|
||||
/* 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.";
|
||||
|
||||
/* 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.";
|
||||
|
||||
/* 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.";
|
||||
|
||||
/* Unknown display name
|
||||
|
|
@ -141,7 +141,7 @@
|
|||
/* Version */
|
||||
"Version" = "Version";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"Virtual Display" = "Écran virtuel";
|
||||
|
||||
/* Shown in menu */
|
||||
|
|
@ -151,4 +151,4 @@
|
|||
"Yes" = "Oui";
|
||||
|
||||
/* 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";
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@
|
|||
/* Class = "NSTextFieldCell"; title = "Welcome to MonitorControl"; ObjectID = "5J0-BD-top"; */
|
||||
"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";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Always hide"; ObjectID = "6mo-7S-oOO"; */
|
||||
|
|
@ -175,7 +175,7 @@
|
|||
/* Class = "NSTextFieldCell"; title = "Override audio device name:"; ObjectID = "H9X-it-sXs"; */
|
||||
"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.";
|
||||
|
||||
/* 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"; */
|
||||
"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é.";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Screen to control:"; ObjectID = "Kfj-WK-aSL"; */
|
||||
|
|
@ -292,7 +292,7 @@
|
|||
/* Class = "NSTextFieldCell"; title = "DDC max"; ObjectID = "psF-vX-AFB"; */
|
||||
"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…";
|
||||
|
||||
/* 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"; */
|
||||
"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.";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Change volume for all screens"; ObjectID = "Xih-P5-NyM"; */
|
||||
|
|
|
|||
|
|
@ -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." = "क्या आप निश्चित हैं कि आप एक लंबी देरी को सक्षम करना चाहते हैं? ऐसा करने से आपका सिस्टम फ्रीज हो सकता है और इसे फिर से शुरू करने की आवश्यकता हो सकती है। स्टार्ट एट लॉगिन सुरक्षा उपाय के रूप में अक्षम हो जाएगा।";
|
||||
|
||||
/* 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 */
|
||||
"Brightness" = "चमक।";
|
||||
|
|
@ -19,7 +19,7 @@
|
|||
/* Build */
|
||||
"Build" = "निर्माण करें";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"Built-in Display" = "अंतर्निर्मित प्रदर्शन";
|
||||
|
||||
/* Shown in menu */
|
||||
|
|
@ -43,16 +43,16 @@
|
|||
/* Shown in the alert dialog */
|
||||
"Enable Longer Delay?" = "Enable Longer Delay?";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"External Display" = "बाहरी प्रदर्शन";
|
||||
|
||||
/* Shown in the main prefs window */
|
||||
"General" = "जनरल";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"Hardware (Apple)" = "हार्डवेयर (एप्पल)";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"Hardware (DDC)" = "हार्डवेयर (डीडीसी)";
|
||||
|
||||
/* Shown in the alert dialog */
|
||||
|
|
@ -76,61 +76,61 @@
|
|||
/* Shown in the alert dialog */
|
||||
"No" = "ना";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"No Control" = "कोई नियंत्रण नहीं";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"Other Display" = "अन्य प्रदर्शन";
|
||||
|
||||
/* 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 */
|
||||
"Preferences…" = "वरीयताएँ…";
|
||||
"Settings…" = "वरीयताएँ…";
|
||||
|
||||
/* Shown in menu */
|
||||
"Quit" = "बाहर निकलें";
|
||||
|
||||
/* Shown in the alert dialog */
|
||||
"Reset Preferences?" = "वरीयताएँ पुनर्निर्धारित करें?";
|
||||
"Reset Settings?" = "वरीयताएँ पुनर्निर्धारित करें?";
|
||||
|
||||
/* Shown in the alert dialog */
|
||||
"Safe Mode Activated" = "सुरक्षित मोड सक्रिय किया गया";
|
||||
|
||||
/* 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 */
|
||||
"Shortcuts not available" = "शॉर्टकट उपलब्ध नहीं है";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"Software (gamma)" = "सॉफ्टवेयर (गामा)";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"Software (gamma, forced)" = "सॉफ्टवेयर (गामा, मजबूर किया)";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"Software (shade)" = "सॉफ्टवेयर (छाया)";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"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." = "यह प्रदर्शन गामा टेबल हेरफेर या छाया के माध्यम से सॉफ्टवेयर चमक नियंत्रण की अनुमति देता है क्योंकि यह हार्डवेयर नियंत्रण का समर्थन नहीं करता है। इसके कारण मैक मिनी के एचडीएमआई पोर्ट (जो हार्डवेयर डीडीसी नियंत्रण को अवरुद्ध करता है) का उपयोग करना या ब्लैकलिस्टेड डिस्प्ले होना हो सकता है।";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"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." = "यह प्रदर्शन हार्डवेयर डीडीसी नियंत्रण का समर्थन करता है लेकिन वर्तमान सेटिंग्स केवल सॉफ्टवेयर नियंत्रण की अनुमति देती हैं।";
|
||||
|
||||
/* 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." = "यह प्रदर्शन हार्डवेयर डीडीसी नियंत्रण का समर्थन करता है। यदि आपको समस्याओं का सामना करना पड़ता है, तो आप सॉफ्टवेयर नियंत्रण को मजबूर करने के लिए हार्डवेयर डीडीसी नियंत्रण को अक्षम कर सकते हैं।";
|
||||
|
||||
/* 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." = "यह डिस्प्ले नेटिव ऐप्पल ब्राइटनेस प्रोटोकॉल का समर्थन करता है। यह मैकोस को मॉनिटर कंट्रोल के बिना भी इस प्रदर्शन को नियंत्रित करने की अनुमति देता है।";
|
||||
|
||||
/* 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." = "यह एक आभासी प्रदर्शन है (उदाहरणः एयरप्ले, साइडकार, डिस्प्ले लिंक डॉक या इसी तरह के माध्यम से जुड़ा हुआ प्रदर्शन) जो हार्डवेयर या सॉफ़्टवेयर गैमेटेबल नियंत्रण की अनुमति नहीं देता है। छायांकन का उपयोग एक विकल्प के रूप में किया जाता है लेकिन केवल गैर-दर्पण परिदृश्यों में। माउस कर्सर अप्रभावित रहेगा और पूर्ण स्क्रीन मोड में प्रवेश करते/छोड़ते समय कलाकृतियाँ दिखाई दे सकती हैं।";
|
||||
|
||||
/* Unknown display name */
|
||||
|
|
@ -139,7 +139,7 @@
|
|||
/* Version */
|
||||
"Version" = "संस्करण";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"Virtual Display" = "आभासी प्रदर्शन";
|
||||
|
||||
/* Shown in menu */
|
||||
|
|
@ -149,4 +149,4 @@
|
|||
"Yes" = "हाँ";
|
||||
|
||||
/* 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" = "आपको सिस्टम प्राथमिकताओं> सुरक्षा और गोपनीयता> में मॉनिटरकंट्रोल को सक्षम करने की आवश्यकता है कीबोर्ड शॉर्टकट के काम करने के लिए सुलभता";
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@
|
|||
/* Class = "NSTextFieldCell"; title = "Welcome to MonitorControl"; ObjectID = "5J0-BD-top"; */
|
||||
"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" = "वरीयताएँ रीसेट करें";
|
||||
|
||||
/* 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"; */
|
||||
"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" = "यदि मेनू विकल्प सुलभ नहीं है तो प्राथमिकताओं तक पहुँचने के लिए ऐप को फिर से लॉन्च करें। ऐप को छोड़ने के लिए नीचे दिए गए बटन का उपयोग करें।";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Get current"; ObjectID = "hkC-vq-IcD"; */
|
||||
|
|
@ -326,7 +326,7 @@
|
|||
/* Class = "NSButtonCell"; title = "Check for updates"; ObjectID = "jVH-oc-rUi"; */
|
||||
"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 आप इसे सिस्टम वरीयताएँ> सुरक्षा और गोपनीयता> अभिगम्यता में मॉनिटरकंट्रोल जोड़कर सक्षम कर सकते हैं।";
|
||||
|
||||
/* 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"; */
|
||||
"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" = "सिस्टम वरीयताएँ खोलें…";
|
||||
|
||||
/* 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"; */
|
||||
"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" = "एम्बिएंट लाइट सेंसर के कारण या टच बार, कंट्रोल सेंटर, सिस्टम वरीयताओं का उपयोग करके किए गए परिवर्तनों को सभी प्रदर्शनों में दोहराया जाएगा।";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Only if at least one slider is present"; ObjectID = "xLa-PN-rsq"; */
|
||||
|
|
|
|||
|
|
@ -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.";
|
||||
|
||||
/* 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 */
|
||||
"Brightness" = "Fényerő";
|
||||
|
|
@ -19,7 +19,7 @@
|
|||
/* Build */
|
||||
"Build" = "Build";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"Built-in Display" = "Beépített";
|
||||
|
||||
/* Shown in menu */
|
||||
|
|
@ -43,16 +43,16 @@
|
|||
/* Shown in the alert dialog */
|
||||
"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ő";
|
||||
|
||||
/* Shown in the main prefs window */
|
||||
"General" = "Általános";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"Hardware (Apple)" = "Hardver (Apple)";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"Hardware (DDC)" = "Hardver (DDC)";
|
||||
|
||||
/* Shown in the alert dialog */
|
||||
|
|
@ -76,61 +76,61 @@
|
|||
/* Shown in the alert dialog */
|
||||
"No" = "Nem";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"No Control" = "Nem vezérelt";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"Other Display" = "Egyéb kijelző";
|
||||
|
||||
/* 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 */
|
||||
"Preferences…" = "Beállítások…";
|
||||
"Settings…" = "Beállítások…";
|
||||
|
||||
/* Shown in menu */
|
||||
"Quit" = "Kilépés";
|
||||
|
||||
/* 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 */
|
||||
"Safe Mode Activated" = "Biztonsági mód engedélyezve";
|
||||
|
||||
/* 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 */
|
||||
"Shortcuts not available" = "Gyorsbillentyűk nem elérhetők";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"Software (gamma)" = "Szoftver (gamma)";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"Software (gamma, forced)" = "Szoftver (erőltetett)";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"Software (shade)" = "Szoftver (árnyékolás)";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"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.";
|
||||
|
||||
/* 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.";
|
||||
|
||||
/* 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é.";
|
||||
|
||||
/* 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!";
|
||||
|
||||
/* 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.";
|
||||
|
||||
/* 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.";
|
||||
|
||||
/* Unknown display name
|
||||
|
|
@ -141,7 +141,7 @@
|
|||
/* Version */
|
||||
"Version" = "Verzió";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"Virtual Display" = "Virtuális kijelző";
|
||||
|
||||
/* Shown in menu */
|
||||
|
|
@ -151,4 +151,4 @@
|
|||
"Yes" = "Igen";
|
||||
|
||||
/* 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!";
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@
|
|||
/* Class = "NSTextFieldCell"; title = "Welcome to MonitorControl"; ObjectID = "5J0-BD-top"; */
|
||||
"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";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Always hide"; ObjectID = "6mo-7S-oOO"; */
|
||||
|
|
@ -175,7 +175,7 @@
|
|||
/* Class = "NSTextFieldCell"; title = "Override audio device name:"; ObjectID = "H9X-it-sXs"; */
|
||||
"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.";
|
||||
|
||||
/* 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"; */
|
||||
"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.";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Screen to control:"; ObjectID = "Kfj-WK-aSL"; */
|
||||
|
|
@ -292,7 +292,7 @@
|
|||
/* Class = "NSTextFieldCell"; title = "DDC max"; ObjectID = "psF-vX-AFB"; */
|
||||
"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…";
|
||||
|
||||
/* 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"; */
|
||||
"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.";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Change volume for all screens"; ObjectID = "Xih-P5-NyM"; */
|
||||
|
|
|
|||
|
|
@ -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.";
|
||||
|
||||
/* 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 */
|
||||
"Brightness" = "Luminosità";
|
||||
|
|
@ -19,7 +19,7 @@
|
|||
/* Build */
|
||||
"Build" = "Build";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"Built-in Display" = "Monitor Integrato";
|
||||
|
||||
/* Shown in menu */
|
||||
|
|
@ -43,16 +43,16 @@
|
|||
/* Shown in the alert dialog */
|
||||
"Enable Longer Delay?" = "Abilito un ritardo più lungo?";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"External Display" = "Monitor Esterno";
|
||||
|
||||
/* Shown in the main prefs window */
|
||||
"General" = "Generale";
|
||||
|
||||
/* 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 */
|
||||
|
|
@ -76,61 +76,61 @@
|
|||
/* Shown in the alert dialog */
|
||||
"No" = "No";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"No Control" = "Nessun Controllo";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"Other Display" = "Altri Monitor";
|
||||
|
||||
/* 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 */
|
||||
"Preferences…" = "Preferenze…";
|
||||
"Settings…" = "Preferenze…";
|
||||
|
||||
/* Shown in menu */
|
||||
"Quit" = "Esci";
|
||||
|
||||
/* Shown in the alert dialog */
|
||||
"Reset Preferences?" = "Resetto le preferenze?";
|
||||
"Reset Settings?" = "Resetto le preferenze?";
|
||||
|
||||
/* Shown in the alert dialog */
|
||||
"Safe Mode Activated" = "Safe Mode Attivato";
|
||||
|
||||
/* 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 */
|
||||
"Shortcuts not available" = "Abbreviazioni non disponibili";
|
||||
|
||||
/* 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, forzata)";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"Software (shade)" = "Software (attenuazione)";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"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.";
|
||||
|
||||
/* 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.";
|
||||
|
||||
/* 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.";
|
||||
|
||||
/* 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.";
|
||||
|
||||
/* 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.";
|
||||
|
||||
/* 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.";
|
||||
|
||||
/* Unknown display name */
|
||||
|
|
@ -139,7 +139,7 @@
|
|||
/* Version */
|
||||
"Version" = "Versione";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"Virtual Display" = "Monitor Virtuale";
|
||||
|
||||
/* Shown in menu */
|
||||
|
|
@ -149,4 +149,4 @@
|
|||
"Yes" = "Si";
|
||||
|
||||
/* 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";
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@
|
|||
/* Class = "NSTextFieldCell"; title = "Welcome to MonitorControl"; ObjectID = "5J0-BD-top"; */
|
||||
"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";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Always hide"; ObjectID = "6mo-7S-oOO"; */
|
||||
|
|
@ -175,7 +175,7 @@
|
|||
/* Class = "NSTextFieldCell"; title = "Override audio device name:"; ObjectID = "H9X-it-sXs"; */
|
||||
"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.";
|
||||
|
||||
/* 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"; */
|
||||
"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"; */
|
||||
"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.";
|
||||
/* 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 Settings > Security and Privacy > Accessibility.";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Screen to control:"; ObjectID = "Kfj-WK-aSL"; */
|
||||
"Kfj-WK-aSL.title" = "Monitor da controllare:";
|
||||
|
|
@ -292,8 +292,8 @@
|
|||
/* Class = "NSTextFieldCell"; title = "DDC max"; ObjectID = "psF-vX-AFB"; */
|
||||
"psF-vX-AFB.title" = "Max DDC";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Open System Preferences…"; ObjectID = "pVc-wG-Bdh"; */
|
||||
"pVc-wG-Bdh.title" = "Open System Preferences…";
|
||||
/* Class = "NSButtonCell"; title = "Open System Settings…"; ObjectID = "pVc-wG-Bdh"; */
|
||||
"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"; */
|
||||
"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"; */
|
||||
"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.";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Change volume for all screens"; ObjectID = "Xih-P5-NyM"; */
|
||||
|
|
|
|||
|
|
@ -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." = "より長い遅延を有効にしますか?場合によってはシステムがフリーズし、再起動が必要になる場合があります。安全対策として、ログイン時の起動は無効になります。";
|
||||
|
||||
/* 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 */
|
||||
"Brightness" = "輝度";
|
||||
|
|
@ -19,7 +19,7 @@
|
|||
/* Build */
|
||||
"Build" = "ビルド";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"Built-in Display" = "内蔵ディスプレイ";
|
||||
|
||||
/* Shown in menu */
|
||||
|
|
@ -43,16 +43,16 @@
|
|||
/* Shown in the alert dialog */
|
||||
"Enable Longer Delay?" = "長い遅延を有効にしますか?";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"External Display" = "外部ディスプレイ";
|
||||
|
||||
/* Shown in the main prefs window */
|
||||
"General" = "一般";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"Hardware (Apple)" = "ハードウェア (Apple)";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"Hardware (DDC)" = "ハードウェア (DDC)";
|
||||
|
||||
/* Shown in the alert dialog */
|
||||
|
|
@ -76,61 +76,61 @@
|
|||
/* Shown in the alert dialog */
|
||||
"No" = "いいえ";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"No Control" = "コントロールなし";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"Other Display" = "外部ディスプレイ";
|
||||
|
||||
/* 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 */
|
||||
"Preferences…" = "設定を開く…";
|
||||
"Settings…" = "設定を開く…";
|
||||
|
||||
/* Shown in menu */
|
||||
"Quit" = "終了";
|
||||
|
||||
/* Shown in the alert dialog */
|
||||
"Reset Preferences?" = "設定をリセットしますか?";
|
||||
"Reset Settings?" = "設定をリセットしますか?";
|
||||
|
||||
/* Shown in the alert dialog */
|
||||
"Safe Mode Activated" = "セーフモードが有効になりました";
|
||||
|
||||
/* 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 */
|
||||
"Shortcuts not available" = "ショートカットは利用できません";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"Software (gamma)" = "ソフトウェア (ガンマ)";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"Software (gamma, forced)" = "ソフトウェア (ガンマ, 強制)";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"Software (shade)" = "ソフトウェア (シェード)";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"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 制御がブロックされている) を使用しているか、ブラックリストに登録されているディスプレイが使用されていることが考えられます。";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"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制御をサポートしていると報告されていますが、現在の設定ではソフトウェア制御のみが可能です。";
|
||||
|
||||
/* 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制御を無効にしてソフトウェア制御を強制することができます。";
|
||||
|
||||
/* 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 なしでもこのディスプレイを制御できるようになります。";
|
||||
|
||||
/* 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 などを介して接続されたディスプレイ) であり、ハードウェアまたはソフトウェアのガンマテーブル制御を許可しません。代わりにシェーディングが使用されますが、ミラー以外のシナリオでのみ使用されます。マウスカーソルは影響を受けませんが、全画面モードを切り替える際にアーティファクトが表示される場合があります。";
|
||||
|
||||
/* Unknown display name */
|
||||
|
|
@ -139,7 +139,7 @@
|
|||
/* Version */
|
||||
"Version" = "バージョン";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"Virtual Display" = "仮想ディスプレイ";
|
||||
|
||||
/* Shown in menu */
|
||||
|
|
@ -149,4 +149,4 @@
|
|||
"Yes" = "はい";
|
||||
|
||||
/* 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 を有効にする必要があります。";
|
||||
|
|
|
|||
|
|
@ -41,7 +41,7 @@
|
|||
/* Class = "NSTextFieldCell"; title = "Welcome to MonitorControl"; ObjectID = "5J0-BD-top"; */
|
||||
"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" = "設定をリセット";
|
||||
|
||||
/* 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"; */
|
||||
"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" = "メニューオプションにアクセスできない場合は、アプリを再起動して環境設定にアクセスします。アプリを終了するには、下のボタンを使用してください。";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Get current"; ObjectID = "hkC-vq-IcD"; */
|
||||
|
|
@ -326,7 +326,7 @@
|
|||
/* Class = "NSButtonCell"; title = "Check for updates"; ObjectID = "jVH-oc-rUi"; */
|
||||
"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を追加します。";
|
||||
|
||||
/* 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"; */
|
||||
"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" = "システム環境設定を開く…";
|
||||
|
||||
/* 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"; */
|
||||
"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、コントロールセンター、システム環境設定を使用して行われた変更は、すべてのディスプレイに反映されます。";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Only if at least one slider is present"; ObjectID = "xLa-PN-rsq"; */
|
||||
|
|
|
|||
|
|
@ -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." = "응답 지연 시간을 연장하시겠습니까? 시스템이 멈추거나 재시작이 필요할 수 있습니다. 로그인 시 자동 실행 옵션은 안전을 위해 비활성화됩니다.";
|
||||
|
||||
/* 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 */
|
||||
"Brightness" = "밝기";
|
||||
|
|
@ -19,7 +19,7 @@
|
|||
/* Build */
|
||||
"Build" = "빌드";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"Built-in Display" = "내장 디스플레이";
|
||||
|
||||
/* Shown in menu */
|
||||
|
|
@ -43,16 +43,16 @@
|
|||
/* Shown in the alert dialog */
|
||||
"Enable Longer Delay?" = "응답지연 시간 연장";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"External Display" = "외장 디스플레이";
|
||||
|
||||
/* Shown in the main prefs window */
|
||||
"General" = "일반";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"Hardware (Apple)" = "하드웨어 (Apple)";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"Hardware (DDC)" = "하드웨어 (DDC)";
|
||||
|
||||
/* Shown in the alert dialog */
|
||||
|
|
@ -76,61 +76,61 @@
|
|||
/* Shown in the alert dialog */
|
||||
"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" = "그 외 디스플레이";
|
||||
|
||||
/* 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 */
|
||||
"Preferences…" = "환경설정…";
|
||||
"Settings…" = "환경설정…";
|
||||
|
||||
/* Shown in menu */
|
||||
"Quit" = "종료";
|
||||
|
||||
/* Shown in the alert dialog */
|
||||
"Reset Preferences?" = "설정 초기화";
|
||||
"Reset Settings?" = "설정 초기화";
|
||||
|
||||
/* Shown in the alert dialog */
|
||||
"Safe Mode Activated" = "안전모드 활성화 됨";
|
||||
|
||||
/* 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 */
|
||||
"Shortcuts not available" = "단축키를 사용할 수 없음";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"Software (gamma)" = "소프트웨어 (감마)";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"Software (gamma, forced)" = "소프트웨어 (감마, 강제 적용)";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"Software (shade)" = "소프트웨어 (명암)";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"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 포트를 사용하였거나 블랙리스트에 포함된 디스플레이를 사용하고 있기 때문일 수 있습니다.";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"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 제어를 지원하는 것으로 보고되었지만 현재 설정은 소프트웨어 제어만 허용합니다.";
|
||||
|
||||
/* 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 제어를 비활성화하여 소프트웨어 제어를 강제 실행할 수 있습니다.";
|
||||
|
||||
/* 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 없이도 이 디스플레이를 제어할 수 있습니다.";
|
||||
|
||||
/* 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을 통해 연결된 디스플레이 등)입니다. 명암 조절이 대신 사용되지만 미러링이 아닌 경우에만 사용됩니다. 마우스 커서는 영향을 받지 않으며 전체 화면 모드에 들어가거나 나갈 때 아티팩트가 나타날 수 있습니다.";
|
||||
|
||||
/* Unknown display name */
|
||||
|
|
@ -139,7 +139,7 @@
|
|||
/* Version */
|
||||
"Version" = "버전";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"Virtual Display" = "가상 디스플레이";
|
||||
|
||||
/* Shown in menu */
|
||||
|
|
@ -149,4 +149,4 @@
|
|||
"Yes" = "예";
|
||||
|
||||
/* 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을 활성화해야 합니다.";
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@
|
|||
/* Class = "NSTextFieldCell"; title = "Welcome to MonitorControl"; ObjectID = "5J0-BD-top"; */
|
||||
"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" = "환경설정 초기화";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Always hide"; ObjectID = "6mo-7S-oOO"; */
|
||||
|
|
@ -175,7 +175,7 @@
|
|||
/* Class = "NSTextFieldCell"; title = "Override audio device name:"; ObjectID = "H9X-it-sXs"; */
|
||||
"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" = "메뉴 옵션에 접근할 수 없는 경우, 앱을 다시 실행하여 기본 설정에 접근합니다. 아래의 버튼을 사용하여 앱을 종료합니다.";
|
||||
|
||||
/* 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"; */
|
||||
"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을 추가하여 이 기능을 활성화할 수 있습니다.";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Screen to control:"; ObjectID = "Kfj-WK-aSL"; */
|
||||
|
|
@ -292,7 +292,7 @@
|
|||
/* Class = "NSTextFieldCell"; title = "DDC max"; ObjectID = "psF-vX-AFB"; */
|
||||
"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" = "시스템 환경설정 열기…";
|
||||
|
||||
/* 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"; */
|
||||
"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, 제어 센터, 시스템 환경설정을 사용하여 변경한 사항은 모든 디스플레이에 적용됩니다.";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Change volume for all screens"; ObjectID = "Xih-P5-NyM"; */
|
||||
|
|
|
|||
|
|
@ -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.";
|
||||
|
||||
/* 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 */
|
||||
"Brightness" = "Helderheid";
|
||||
|
|
@ -19,7 +19,7 @@
|
|||
/* Build */
|
||||
"Build" = "Build";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"Built-in Display" = "Ingebouwd Scherm";
|
||||
|
||||
/* Shown in menu */
|
||||
|
|
@ -43,16 +43,16 @@
|
|||
/* Shown in the alert dialog */
|
||||
"Enable Longer Delay?" = "Langere vertraging inschakelen?";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"External Display" = "Extern Scherm";
|
||||
|
||||
/* Shown in the main prefs window */
|
||||
"General" = "Algemeen";
|
||||
|
||||
/* 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 */
|
||||
|
|
@ -76,61 +76,61 @@
|
|||
/* Shown in the alert dialog */
|
||||
"No" = "Nee";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"No Control" = "Geen controle";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"Other Display" = "Ander Scherm";
|
||||
|
||||
/* 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 */
|
||||
"Preferences…" = "Voorkeuren…";
|
||||
"Settings…" = "Voorkeuren…";
|
||||
|
||||
/* Shown in menu */
|
||||
"Quit" = "Afsluiten";
|
||||
|
||||
/* Shown in the alert dialog */
|
||||
"Reset Preferences?" = "Reset Voorkeuren?";
|
||||
"Reset Settings?" = "Reset Voorkeuren?";
|
||||
|
||||
/* Shown in the alert dialog */
|
||||
"Safe Mode Activated" = "Veilige Modus Geactiveerd";
|
||||
|
||||
/* 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 */
|
||||
"Shortcuts not available" = "Sneltoetsen niet beschikbaar";
|
||||
|
||||
/* 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, Gedwongen)";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"Software (shade)" = "Software (tint)";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"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.";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"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.";
|
||||
|
||||
/* 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";
|
||||
|
||||
/* 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.";
|
||||
|
||||
/* 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.";
|
||||
|
||||
/* unknown display name
|
||||
|
|
@ -141,7 +141,7 @@
|
|||
/* Version */
|
||||
"Version" = "Versie";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"Virtual Display" = "Virtueel Scherm";
|
||||
|
||||
/* Shown in menu */
|
||||
|
|
@ -151,4 +151,4 @@
|
|||
"Yes" = "Ja";
|
||||
|
||||
/* 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.";
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@
|
|||
/* Class = "NSTextFieldCell"; title = "Welcome to MonitorControl"; ObjectID = "5J0-BD-top"; */
|
||||
"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";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Always hide"; ObjectID = "6mo-7S-oOO"; */
|
||||
|
|
@ -175,7 +175,7 @@
|
|||
/* Class = "NSTextFieldCell"; title = "Override audio device name:"; ObjectID = "H9X-it-sXs"; */
|
||||
"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.";
|
||||
|
||||
/* 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"; */
|
||||
"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"; */
|
||||
"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.";
|
||||
/* 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 Settings > Security and Privacy > Accessibility.";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Screen to control:"; ObjectID = "Kfj-WK-aSL"; */
|
||||
"Kfj-WK-aSL.title" = "Scherm om te bedienen:";
|
||||
|
|
@ -292,8 +292,8 @@
|
|||
/* Class = "NSTextFieldCell"; title = "DDC max"; ObjectID = "psF-vX-AFB"; */
|
||||
"psF-vX-AFB.title" = "DDC max";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Open System Preferences…"; ObjectID = "pVc-wG-Bdh"; */
|
||||
"pVc-wG-Bdh.title" = "Open System Preferences…";
|
||||
/* Class = "NSButtonCell"; title = "Open System Settings…"; ObjectID = "pVc-wG-Bdh"; */
|
||||
"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"; */
|
||||
"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"; */
|
||||
"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.";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Change volume for all screens"; ObjectID = "Xih-P5-NyM"; */
|
||||
|
|
|
|||
|
|
@ -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.";
|
||||
|
||||
/* 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 */
|
||||
"Brightness" = "Jasność";
|
||||
|
|
@ -19,7 +19,7 @@
|
|||
/* Build */
|
||||
"Build" = "Wersja";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"Built-in Display" = "Wbudowany wyświetlacz";
|
||||
|
||||
/* Shown in menu */
|
||||
|
|
@ -43,16 +43,16 @@
|
|||
/* Shown in the alert dialog */
|
||||
"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";
|
||||
|
||||
/* Shown in the main prefs window */
|
||||
"General" = "Ogólne";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"Hardware (Apple)" = "Urządzenie (Apple)";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"Hardware (DDC)" = "Sprzętowe (DDC)";
|
||||
|
||||
/* Shown in the alert dialog */
|
||||
|
|
@ -76,61 +76,61 @@
|
|||
/* Shown in the alert dialog */
|
||||
"No" = "Nie";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"No Control" = "Brak ustawień";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"Other Display" = "Inny wyświetlacz";
|
||||
|
||||
/* 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 */
|
||||
"Preferences…" = "Ustawienia…";
|
||||
"Settings…" = "Ustawienia…";
|
||||
|
||||
/* Shown in menu */
|
||||
"Quit" = "Zamknij";
|
||||
|
||||
/* Shown in the alert dialog */
|
||||
"Reset Preferences?" = "Reset ustawień?";
|
||||
"Reset Settings?" = "Reset ustawień?";
|
||||
|
||||
/* Shown in the alert dialog */
|
||||
"Safe Mode Activated" = "Tryb bezpieczny aktywowany";
|
||||
|
||||
/* 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 */
|
||||
"Shortcuts not available" = "Skróty niedostępne";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"Software (gamma)" = "Programowe (gamma)";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"Software (gamma, forced)" = "Programowe (gamma, wymuszone)";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"Software (shade)" = "Programowe (odcień)";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"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..";
|
||||
|
||||
/* 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.";
|
||||
|
||||
/* 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.";
|
||||
|
||||
/* 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.";
|
||||
|
||||
/* 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.";
|
||||
|
||||
/* 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..";
|
||||
|
||||
/* Unknown display name */
|
||||
|
|
@ -139,7 +139,7 @@
|
|||
/* Version */
|
||||
"Version" = "Wersja";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"Virtual Display" = "Wyświetlacz wirtualny";
|
||||
|
||||
/* Shown in menu */
|
||||
|
|
@ -149,4 +149,4 @@
|
|||
"Yes" = "Tak";
|
||||
|
||||
/* 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ść";
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@
|
|||
/* Class = "NSTextFieldCell"; title = "Welcome to MonitorControl"; ObjectID = "5J0-BD-top"; */
|
||||
"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";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Always hide"; ObjectID = "6mo-7S-oOO"; */
|
||||
|
|
@ -175,7 +175,7 @@
|
|||
/* Class = "NSTextFieldCell"; title = "Override audio device name:"; ObjectID = "H9X-it-sXs"; */
|
||||
"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.";
|
||||
|
||||
/* 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"; */
|
||||
"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"; */
|
||||
"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.";
|
||||
/* 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 Settings > Security and Privacy > Accessibility.";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Screen to control:"; ObjectID = "Kfj-WK-aSL"; */
|
||||
"Kfj-WK-aSL.title" = "Screen to control:";
|
||||
|
|
@ -292,8 +292,8 @@
|
|||
/* Class = "NSTextFieldCell"; title = "DDC max"; ObjectID = "psF-vX-AFB"; */
|
||||
"psF-vX-AFB.title" = "DDC max";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Open System Preferences…"; ObjectID = "pVc-wG-Bdh"; */
|
||||
"pVc-wG-Bdh.title" = "Open System Preferences…";
|
||||
/* Class = "NSButtonCell"; title = "Open System Settings…"; ObjectID = "pVc-wG-Bdh"; */
|
||||
"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"; */
|
||||
"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"; */
|
||||
"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.";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Change volume for all screens"; ObjectID = "Xih-P5-NyM"; */
|
||||
|
|
|
|||
|
|
@ -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.";
|
||||
|
||||
/* 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 */
|
||||
"Brightness" = "Brilho";
|
||||
|
|
@ -19,7 +19,7 @@
|
|||
/* Build */
|
||||
"Build" = "Build";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"Built-in Display" = "Monitor interno";
|
||||
|
||||
/* Shown in menu */
|
||||
|
|
@ -43,16 +43,16 @@
|
|||
/* Shown in the alert dialog */
|
||||
"Enable Longer Delay?" = "Ligar delay longo?";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"External Display" = "Monitor Externo";
|
||||
|
||||
/* Shown in the main prefs window */
|
||||
"General" = "Geral";
|
||||
|
||||
/* 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 */
|
||||
|
|
@ -76,61 +76,61 @@
|
|||
/* Shown in the alert dialog */
|
||||
"No" = "Não";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"No Control" = "Sem Controle";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"Other Display" = "Outro Monitor";
|
||||
|
||||
/* 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 */
|
||||
"Preferences…" = "Preferências…";
|
||||
"Settings…" = "Preferências…";
|
||||
|
||||
/* Shown in menu */
|
||||
"Quit" = "Sair";
|
||||
|
||||
/* Shown in the alert dialog */
|
||||
"Reset Preferences?" = "Reiniciar Preferências?";
|
||||
"Reset Settings?" = "Reiniciar Preferências?";
|
||||
|
||||
/* Shown in the alert dialog */
|
||||
"Safe Mode Activated" = "Modo Seguro Ativado";
|
||||
|
||||
/* 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 */
|
||||
"Shortcuts not available" = "Atalhos não disponíveis";
|
||||
|
||||
/* 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, forçado)";
|
||||
|
||||
/* 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, 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.";
|
||||
|
||||
/* 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.";
|
||||
|
||||
/* 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.";
|
||||
|
||||
/* 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";
|
||||
|
||||
/* 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.";
|
||||
|
||||
/* 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.";
|
||||
|
||||
/* Unknown display name */
|
||||
|
|
@ -139,7 +139,7 @@
|
|||
/* Version */
|
||||
"Version" = "Versão";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"Virtual Display" = "Monitor Virtual";
|
||||
|
||||
/* Shown in menu */
|
||||
|
|
@ -149,4 +149,4 @@
|
|||
"Yes" = "Sim";
|
||||
|
||||
/* 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";
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@
|
|||
/* Class = "NSTextFieldCell"; title = "Welcome to MonitorControl"; ObjectID = "5J0-BD-top"; */
|
||||
"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";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Always hide"; ObjectID = "6mo-7S-oOO"; */
|
||||
|
|
@ -175,7 +175,7 @@
|
|||
/* Class = "NSTextFieldCell"; title = "Override audio device name:"; ObjectID = "H9X-it-sXs"; */
|
||||
"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.";
|
||||
|
||||
/* 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"; */
|
||||
"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"; */
|
||||
"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.";
|
||||
/* 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 Settings > Security and Privacy > Accessibility.";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Screen to control:"; ObjectID = "Kfj-WK-aSL"; */
|
||||
"Kfj-WK-aSL.title" = "Monitor para controlar:";
|
||||
|
|
@ -292,8 +292,8 @@
|
|||
/* Class = "NSTextFieldCell"; title = "DDC max"; ObjectID = "psF-vX-AFB"; */
|
||||
"psF-vX-AFB.title" = "Máximo DCC";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Open System Preferences…"; ObjectID = "pVc-wG-Bdh"; */
|
||||
"pVc-wG-Bdh.title" = "Open System Preferences…";
|
||||
/* Class = "NSButtonCell"; title = "Open System Settings…"; ObjectID = "pVc-wG-Bdh"; */
|
||||
"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"; */
|
||||
"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"; */
|
||||
"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.";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Change volume for all screens"; ObjectID = "Xih-P5-NyM"; */
|
||||
|
|
|
|||
|
|
@ -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.";
|
||||
|
||||
/* 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 */
|
||||
"Brightness" = "Brilho";
|
||||
|
|
@ -19,7 +19,7 @@
|
|||
/* Build */
|
||||
"Build" = "Build";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"Built-in Display" = "Monitor Interno";
|
||||
|
||||
/* Shown in menu */
|
||||
|
|
@ -43,16 +43,16 @@
|
|||
/* Shown in the alert dialog */
|
||||
"Enable Longer Delay?" = "Ativar delay longo?";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"External Display" = "Monitor Externo";
|
||||
|
||||
/* Shown in the main prefs window */
|
||||
"General" = "Geral";
|
||||
|
||||
/* 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 */
|
||||
|
|
@ -76,61 +76,61 @@
|
|||
/* Shown in the alert dialog */
|
||||
"No" = "Não";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"No Control" = "Sem Controlo";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"Other Display" = "Outro Monitor";
|
||||
|
||||
/* 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 */
|
||||
"Preferences…" = "Preferências…";
|
||||
"Settings…" = "Preferências…";
|
||||
|
||||
/* Shown in menu */
|
||||
"Quit" = "Sair";
|
||||
|
||||
/* Shown in the alert dialog */
|
||||
"Reset Preferences?" = "Limpar Preferências?";
|
||||
"Reset Settings?" = "Limpar Preferências?";
|
||||
|
||||
/* Shown in the alert dialog */
|
||||
"Safe Mode Activated" = "Modo Seguro Ativado";
|
||||
|
||||
/* 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 */
|
||||
"Shortcuts not available" = "Atalhos não disponíveis";
|
||||
|
||||
/* 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, forçado)";
|
||||
|
||||
/* 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, 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.";
|
||||
|
||||
/* 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.";
|
||||
|
||||
/* 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.";
|
||||
|
||||
/* 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";
|
||||
|
||||
/* 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.";
|
||||
|
||||
/* 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.";
|
||||
|
||||
/* Unknown display name */
|
||||
|
|
@ -139,7 +139,7 @@
|
|||
/* Version */
|
||||
"Version" = "Versão";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"Virtual Display" = "Monitor Virtual";
|
||||
|
||||
/* Shown in menu */
|
||||
|
|
@ -149,4 +149,4 @@
|
|||
"Yes" = "Sim";
|
||||
|
||||
/* 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";
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@
|
|||
/* Class = "NSTextFieldCell"; title = "Welcome to MonitorControl"; ObjectID = "5J0-BD-top"; */
|
||||
"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";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Always hide"; ObjectID = "6mo-7S-oOO"; */
|
||||
|
|
@ -175,7 +175,7 @@
|
|||
/* Class = "NSTextFieldCell"; title = "Override audio device name:"; ObjectID = "H9X-it-sXs"; */
|
||||
"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.";
|
||||
|
||||
/* 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"; */
|
||||
"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.";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Screen to control:"; ObjectID = "Kfj-WK-aSL"; */
|
||||
|
|
@ -292,7 +292,7 @@
|
|||
/* Class = "NSTextFieldCell"; title = "DDC max"; ObjectID = "psF-vX-AFB"; */
|
||||
"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…";
|
||||
|
||||
/* 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"; */
|
||||
"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.";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Change volume for all screens"; ObjectID = "Xih-P5-NyM"; */
|
||||
|
|
|
|||
|
|
@ -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." = "Вы уверены, что хотите включить более длительную задержку? Это может привести к зависанию вашей системы и потребовать перезагрузки. Эта функция будет отключена при входе в систему в качестве меры безопасности.";
|
||||
|
||||
/* 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 */
|
||||
"Brightness" = "Яркость";
|
||||
|
|
@ -19,7 +19,7 @@
|
|||
/* Build */
|
||||
"Build" = "Релиз";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"Built-in Display" = "Встроенный дисплей";
|
||||
|
||||
/* Shown in menu */
|
||||
|
|
@ -43,16 +43,16 @@
|
|||
/* Shown in the alert dialog */
|
||||
"Enable Longer Delay?" = "Включить более длительную задержку?";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"External Display" = "Внешний дисплей";
|
||||
|
||||
/* Shown in the main prefs window */
|
||||
"General" = "Основные";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"Hardware (Apple)" = "Аппаратный (Apple)";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"Hardware (DDC)" = "Аппаратный (DDC)";
|
||||
|
||||
/* Shown in the alert dialog */
|
||||
|
|
@ -76,61 +76,61 @@
|
|||
/* Shown in the alert dialog */
|
||||
"No" = "Нет";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"No Control" = "Не контролируемый";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"Other Display" = "Другой дисплей";
|
||||
|
||||
/* 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 */
|
||||
"Preferences…" = "Настройки…";
|
||||
"Settings…" = "Настройки…";
|
||||
|
||||
/* Shown in menu */
|
||||
"Quit" = "Выйти";
|
||||
|
||||
/* Shown in the alert dialog */
|
||||
"Reset Preferences?" = "Сбросить настройки?";
|
||||
"Reset Settings?" = "Сбросить настройки?";
|
||||
|
||||
/* Shown in the alert dialog */
|
||||
"Safe Mode Activated" = "Активирован безопасный режим";
|
||||
|
||||
/* 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 */
|
||||
"Shortcuts not available" = "Сочетания клавиш недоступны";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"Software (gamma)" = "Программное (гамма)";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"Software (gamma, forced)" = "Программное (гамма, принудительно)";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"Software (shade)" = "Программное (затенение)";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"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) или наличие дисплея, занесенного в черный список.";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"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, но текущие настройки позволяют только программное управление.";
|
||||
|
||||
/* 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, чтобы принудительно использовать программное управление.";
|
||||
|
||||
/* 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.";
|
||||
|
||||
/* 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 или аналогичное устройство), который не поддерживает аппаратное или программное управление гаммой. Затенение используется в качестве замены, но только в режимах без видео-повтора. При этом курсор мыши останется неизменным и могут возникнуть артефакты при входе/выходе из полноэкранного режима.";
|
||||
|
||||
/* Unknown display name */
|
||||
|
|
@ -139,7 +139,7 @@
|
|||
/* Version */
|
||||
"Version" = "Версия";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"Virtual Display" = "Виртуальный дисплей";
|
||||
|
||||
/* Shown in menu */
|
||||
|
|
@ -149,4 +149,4 @@
|
|||
"Yes" = "Да";
|
||||
|
||||
/* 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, перейдите в Системные настройки > Конфиденциальность и безопасность > Универсальный доступ, чтобы сочетания клавиш работали";
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@
|
|||
/* Class = "NSTextFieldCell"; title = "Welcome to MonitorControl"; ObjectID = "5J0-BD-top"; */
|
||||
"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" = "Сбросить настройки";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Always hide"; ObjectID = "6mo-7S-oOO"; */
|
||||
|
|
@ -175,7 +175,7 @@
|
|||
/* Class = "NSTextFieldCell"; title = "Override audio device name:"; ObjectID = "H9X-it-sXs"; */
|
||||
"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" = "Перезапустите приложение, чтобы получить доступ к настройкам, если пункт меню недоступен. Используйте кнопку ниже, чтобы выйти из приложения.";
|
||||
|
||||
/* 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"; */
|
||||
"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 в Системные настройки > Конфиденциальность и безопасность > Универсальный доступ.";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Screen to control:"; ObjectID = "Kfj-WK-aSL"; */
|
||||
|
|
@ -292,7 +292,7 @@
|
|||
/* Class = "NSTextFieldCell"; title = "DDC max"; ObjectID = "psF-vX-AFB"; */
|
||||
"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" = "Открыть Системные настройки…";
|
||||
|
||||
/* 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"; */
|
||||
"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, Центра управления, Системных настроек, будут воспроизведены на всех дисплеях.";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Change volume for all screens"; ObjectID = "Xih-P5-NyM"; */
|
||||
|
|
|
|||
|
|
@ -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é.";
|
||||
|
||||
/* 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 */
|
||||
"Brightness" = "Jas";
|
||||
|
|
@ -19,7 +19,7 @@
|
|||
/* Build */
|
||||
"Build" = "Zostava";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"Built-in Display" = "Vstavaný displej";
|
||||
|
||||
/* Shown in menu */
|
||||
|
|
@ -43,16 +43,16 @@
|
|||
/* Shown in the alert dialog */
|
||||
"Enable Longer Delay?" = "Povoliť dlhšie oneskorenie?";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"External Display" = "Externý displej";
|
||||
|
||||
/* Shown in the main prefs window */
|
||||
"General" = "Všeobecné";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"Hardware (Apple)" = "Hardvér (Apple)";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"Hardware (DDC)" = "Hardvér (DDC)";
|
||||
|
||||
/* Shown in the alert dialog */
|
||||
|
|
@ -76,64 +76,64 @@
|
|||
/* Shown in the alert dialog */
|
||||
"No" = "Nie";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"No Control" = "Bez ovládania";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"Other Display" = "Iný displej";
|
||||
|
||||
/* 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 */
|
||||
"Preferences…" = "Predvoľby…";
|
||||
"Settings…" = "Predvoľby…";
|
||||
|
||||
/* Shown in menu */
|
||||
"Quit" = "Ukončiť";
|
||||
|
||||
/* Shown in the alert dialog */
|
||||
"Reset Preferences?" = "Obnoviť predvoľby?";
|
||||
"Reset Settings?" = "Obnoviť predvoľby?";
|
||||
|
||||
/* Shown in the alert dialog */
|
||||
"Safe Mode Activated" = "Aktivovaný núdzový režim";
|
||||
|
||||
/* 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 */
|
||||
"Shortcuts not available" = "Skratky nie sú k dispozícii";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"Software (gamma)" = "Softvér (gama)";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"Software (gamma, forced)" = "Softvér (gama, vynútené)";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"Software (shade)" = "Softvér (tienenie)";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"Software (shade, forced)" = "Softvér (tienenie, vynútené)";
|
||||
|
||||
/* 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.";
|
||||
|
||||
/* 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.";
|
||||
|
||||
/* 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.";
|
||||
|
||||
/* 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.";
|
||||
|
||||
/* 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.";
|
||||
|
||||
/* 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.";
|
||||
|
||||
/* 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.";
|
||||
|
||||
/* Unknown display name */
|
||||
|
|
@ -142,7 +142,7 @@
|
|||
/* Version */
|
||||
"Version" = "Verzia";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"Virtual Display" = "Virtuálny displej";
|
||||
|
||||
/* Shown in menu */
|
||||
|
|
@ -152,4 +152,4 @@
|
|||
"Yes" = "Áno";
|
||||
|
||||
/* 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ť";
|
||||
|
|
|
|||
|
|
@ -32,7 +32,7 @@
|
|||
/* Class = "NSTextFieldCell"; title = "Welcome to MonitorControl"; ObjectID = "5J0-BD-top"; */
|
||||
"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";
|
||||
|
||||
/* 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"; */
|
||||
"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.";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Get current"; ObjectID = "hkC-vq-IcD"; */
|
||||
|
|
@ -305,7 +305,7 @@
|
|||
/* Class = "NSButtonCell"; title = "Check for updates"; ObjectID = "jVH-oc-rUi"; */
|
||||
"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ť.";
|
||||
|
||||
/* 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"; */
|
||||
"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...";
|
||||
|
||||
/* 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"; */
|
||||
"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.";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Only if at least one slider is present"; ObjectID = "xLa-PN-rsq"; */
|
||||
|
|
|
|||
|
|
@ -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.";
|
||||
|
||||
/* 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 */
|
||||
"Brightness" = "Parlaklık";
|
||||
|
|
@ -19,7 +19,7 @@
|
|||
/* Build */
|
||||
"Build" = "Sürüm";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"Built-in Display" = "Dahili Ekran";
|
||||
|
||||
/* Shown in menu */
|
||||
|
|
@ -43,16 +43,16 @@
|
|||
/* Shown in the alert dialog */
|
||||
"Enable Longer Delay?" = "Daha Uzun Gecikmeyi Etkinleştir?";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"External Display" = "Harici Ekran";
|
||||
|
||||
/* Shown in the main prefs window */
|
||||
"General" = "Genel";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"Hardware (Apple)" = "Donanım (Apple)";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"Hardware (DDC)" = "Donanım (DDC)";
|
||||
|
||||
/* Shown in the alert dialog */
|
||||
|
|
@ -76,61 +76,61 @@
|
|||
/* Shown in the alert dialog */
|
||||
"No" = "Hayır";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"No Control" = "Kontrol Etme";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"Other Display" = "Diğer Ekran";
|
||||
|
||||
/* 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 */
|
||||
"Preferences…" = "Tercihler…";
|
||||
"Settings…" = "Tercihler…";
|
||||
|
||||
/* Shown in menu */
|
||||
"Quit" = "Çıkış";
|
||||
|
||||
/* Shown in the alert dialog */
|
||||
"Reset Preferences?" = "Ayarları Sıfırla?";
|
||||
"Reset Settings?" = "Ayarları Sıfırla?";
|
||||
|
||||
/* Shown in the alert dialog */
|
||||
"Safe Mode Activated" = "Güvenli Mod Etkinleştirildi";
|
||||
|
||||
/* 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 */
|
||||
"Shortcuts not available" = "Kısayollar bulunamadı";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"Software (gamma)" = "Yazılım (Gama)";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"Software (gamma, forced)" = "Yazılım (gamma, zorla)";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"Software (shade)" = "Yazılım (shade)";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"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.";
|
||||
|
||||
/* 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.";
|
||||
|
||||
/* 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.";
|
||||
|
||||
/* 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.";
|
||||
|
||||
/* 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.";
|
||||
|
||||
/* 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.";
|
||||
|
||||
/* Unknown display name */
|
||||
|
|
@ -139,7 +139,7 @@
|
|||
/* Version */
|
||||
"Version" = "Versiyon";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"Virtual Display" = "Sanal Ekran";
|
||||
|
||||
/* Shown in menu */
|
||||
|
|
@ -149,4 +149,4 @@
|
|||
"Yes" = "Evet";
|
||||
|
||||
/* 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";
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@
|
|||
/* Class = "NSTextFieldCell"; title = "Welcome to MonitorControl"; ObjectID = "5J0-BD-top"; */
|
||||
"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";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Always hide"; ObjectID = "6mo-7S-oOO"; */
|
||||
|
|
@ -175,7 +175,7 @@
|
|||
/* Class = "NSTextFieldCell"; title = "Override audio device name:"; ObjectID = "H9X-it-sXs"; */
|
||||
"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.";
|
||||
|
||||
/* 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"; */
|
||||
"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.";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Screen to control:"; ObjectID = "Kfj-WK-aSL"; */
|
||||
|
|
@ -292,7 +292,7 @@
|
|||
/* Class = "NSTextFieldCell"; title = "DDC max"; ObjectID = "psF-vX-AFB"; */
|
||||
"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ç…";
|
||||
|
||||
/* 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"; */
|
||||
"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..";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Change volume for all screens"; ObjectID = "Xih-P5-NyM"; */
|
||||
|
|
|
|||
|
|
@ -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." = "您确定要启用更长的延迟吗?这样做可能会使其它奔溃并需要重新启动。作为安全措施,登录时启动将被禁用。";
|
||||
|
||||
/* 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 */
|
||||
"Brightness" = "亮度";
|
||||
|
|
@ -19,7 +19,7 @@
|
|||
/* Build */
|
||||
"Build" = "版本";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"Built-in Display" = "内置显示器";
|
||||
|
||||
/* Shown in menu */
|
||||
|
|
@ -43,16 +43,16 @@
|
|||
/* Shown in the alert dialog */
|
||||
"Enable Longer Delay?" = "启用更长的延迟吗?";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"External Display" = "外接显示器";
|
||||
|
||||
/* Shown in the main prefs window */
|
||||
"General" = "通用";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"Hardware (Apple)" = "硬件(Apple)";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"Hardware (DDC)" = "硬件(DDC)";
|
||||
|
||||
/* Shown in the alert dialog */
|
||||
|
|
@ -76,61 +76,61 @@
|
|||
/* Shown in the alert dialog */
|
||||
"No" = "否";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"No Control" = "没有控制";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"Other Display" = "其它屏幕";
|
||||
|
||||
/* 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 */
|
||||
"Preferences…" = "设置…";
|
||||
"Settings…" = "设置…";
|
||||
|
||||
/* Shown in menu */
|
||||
"Quit" = "退出";
|
||||
|
||||
/* Shown in the alert dialog */
|
||||
"Reset Preferences?" = "重置所有设置?";
|
||||
"Reset Settings?" = "重置所有设置?";
|
||||
|
||||
/* Shown in the alert dialog */
|
||||
"Safe Mode Activated" = "安全模式已经启动";
|
||||
|
||||
/* 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 */
|
||||
"Shortcuts not available" = "快捷键无法使用";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"Software (gamma)" = "软件 (伽玛)";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"Software (gamma, forced)" = "软件 (伽玛,强制)";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"Software (shade)" = "软件 (遮光)";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"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无法使用)或是使用不兼容的显示器。";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"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控制,但目前的设置只允许软件控制。";
|
||||
|
||||
/* 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控制以强制软件控制。";
|
||||
|
||||
/* 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控制此屏幕。";
|
||||
|
||||
/* 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)作为代替设置方案。进入/离开全屏幕模式时,鼠标将不受影响,并且可能会出现残影。";
|
||||
|
||||
/* Unknown display name
|
||||
|
|
@ -141,7 +141,7 @@
|
|||
/* Version */
|
||||
"Version" = "版本";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"Virtual Display" = "虚拟屏幕";
|
||||
|
||||
/* Shown in menu */
|
||||
|
|
@ -151,4 +151,4 @@
|
|||
"Yes" = "是";
|
||||
|
||||
/* 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让键盘快捷键生效";
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@
|
|||
/* Class = "NSTextFieldCell"; title = "Welcome to MonitorControl"; ObjectID = "5J0-BD-top"; */
|
||||
"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" = "重置设置";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Always hide"; ObjectID = "6mo-7S-oOO"; */
|
||||
|
|
@ -175,7 +175,7 @@
|
|||
/* Class = "NSTextFieldCell"; title = "Override audio device name:"; ObjectID = "H9X-it-sXs"; */
|
||||
"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。";
|
||||
|
||||
/* 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"; */
|
||||
"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以启用这个功能。";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Screen to control:"; ObjectID = "Kfj-WK-aSL"; */
|
||||
|
|
@ -292,7 +292,7 @@
|
|||
/* Class = "NSTextFieldCell"; title = "DDC max"; ObjectID = "psF-vX-AFB"; */
|
||||
"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" = "打开系统偏好设置";
|
||||
|
||||
/* 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"; */
|
||||
"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、控制中心、系统设置的亮度调整将被同步至全部的显示器。";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Change volume for all screens"; ObjectID = "Xih-P5-NyM"; */
|
||||
|
|
|
|||
|
|
@ -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." = "您確定要啟用更長的延遲嗎?這樣做可能會使系統當機並需要重新啟動。作為安全措施,登錄時啟動將被停用。";
|
||||
|
||||
/* 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 */
|
||||
"Brightness" = "亮度";
|
||||
|
|
@ -19,7 +19,7 @@
|
|||
/* Build */
|
||||
"Build" = "版號";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"Built-in Display" = "內建螢幕";
|
||||
|
||||
/* Shown in menu */
|
||||
|
|
@ -43,16 +43,16 @@
|
|||
/* Shown in the alert dialog */
|
||||
"Enable Longer Delay?" = "啟用更長的延遲?";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"External Display" = "外接螢幕";
|
||||
|
||||
/* Shown in the main prefs window */
|
||||
"General" = "一般";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"Hardware (Apple)" = "硬體(Apple)";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"Hardware (DDC)" = "硬體(DDC)";
|
||||
|
||||
/* Shown in the alert dialog */
|
||||
|
|
@ -76,61 +76,61 @@
|
|||
/* Shown in the alert dialog */
|
||||
"No" = "否";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"No Control" = "沒有控制";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"Other Display" = "其他螢幕";
|
||||
|
||||
/* 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 */
|
||||
"Preferences…" = "設定…";
|
||||
"Settings…" = "設定…";
|
||||
|
||||
/* Shown in menu */
|
||||
"Quit" = "離開";
|
||||
|
||||
/* Shown in the alert dialog */
|
||||
"Reset Preferences?" = "重置偏好設定?";
|
||||
"Reset Settings?" = "重置偏好設定?";
|
||||
|
||||
/* Shown in the alert dialog */
|
||||
"Safe Mode Activated" = "安全模式已啟動";
|
||||
|
||||
/* 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 */
|
||||
"Shortcuts not available" = "快捷鍵不可使用";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"Software (gamma)" = "軟體(伽瑪)";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"Software (gamma, forced)" = "軟體(伽瑪,強制)";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"Software (shade)" = "軟體 (遮光)";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"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無法使用)或是使用不支援的螢幕。";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"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控制,但目前的設定只允許軟體控制。";
|
||||
|
||||
/* 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控制以強制使用軟體控制。";
|
||||
|
||||
/* 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控制此螢幕。";
|
||||
|
||||
/* 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)作為替代調整方式。進入/離開全螢幕模式時,鼠標將不受影響,並且可能出現殘影。";
|
||||
|
||||
/* Unknown display name
|
||||
|
|
@ -141,7 +141,7 @@
|
|||
/* Version */
|
||||
"Version" = "版本";
|
||||
|
||||
/* Shown in the Display Preferences */
|
||||
/* Shown in the Display Settings */
|
||||
"Virtual Display" = "虛擬螢幕";
|
||||
|
||||
/* Shown in menu */
|
||||
|
|
@ -151,4 +151,4 @@
|
|||
"Yes" = "是";
|
||||
|
||||
/* 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使鍵盤快捷鍵生效";
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@
|
|||
/* Class = "NSTextFieldCell"; title = "Welcome to MonitorControl"; ObjectID = "5J0-BD-top"; */
|
||||
"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" = "重置設定";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Always hide"; ObjectID = "6mo-7S-oOO"; */
|
||||
|
|
@ -175,7 +175,7 @@
|
|||
/* Class = "NSTextFieldCell"; title = "Override audio device name:"; ObjectID = "H9X-it-sXs"; */
|
||||
"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。";
|
||||
|
||||
/* 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"; */
|
||||
"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來啟用。";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Screen to control:"; ObjectID = "Kfj-WK-aSL"; */
|
||||
|
|
@ -292,7 +292,7 @@
|
|||
/* Class = "NSTextFieldCell"; title = "DDC max"; ObjectID = "psF-vX-AFB"; */
|
||||
"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" = "打開系統偏好設定…";
|
||||
|
||||
/* 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"; */
|
||||
"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、控制中心、系統設定的亮度調整將被同步至全部的螢幕。";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Change volume for all screens"; ObjectID = "Xih-P5-NyM"; */
|
||||
|
|
|
|||
|
|
@ -1,12 +1,12 @@
|
|||
// Copyright © MonitorControl. @JoniVR, @theOneyouseek, @waydabber and others
|
||||
|
||||
import Cocoa
|
||||
import Preferences
|
||||
import ServiceManagement
|
||||
import Settings
|
||||
|
||||
class AboutPrefsViewController: NSViewController, PreferencePane {
|
||||
let preferencePaneIdentifier = Preferences.PaneIdentifier.about
|
||||
let preferencePaneTitle: String = NSLocalizedString("About", comment: "Shown in the main prefs window")
|
||||
class AboutPrefsViewController: NSViewController, SettingsPane {
|
||||
let paneIdentifier = Settings.PaneIdentifier.about
|
||||
let paneTitle: String = NSLocalizedString("About", comment: "Shown in the main prefs window")
|
||||
|
||||
var toolbarItemIcon: NSImage {
|
||||
if !DEBUG_MACOS10, #available(macOS 11.0, *) {
|
||||
|
|
|
|||
|
|
@ -2,11 +2,11 @@
|
|||
|
||||
import Cocoa
|
||||
import os.log
|
||||
import Preferences
|
||||
import Settings
|
||||
|
||||
class DisplaysPrefsViewController: NSViewController, PreferencePane, NSTableViewDataSource, NSTableViewDelegate {
|
||||
let preferencePaneIdentifier = Preferences.PaneIdentifier.displays
|
||||
let preferencePaneTitle: String = NSLocalizedString("Displays", comment: "Shown in the main prefs window")
|
||||
class DisplaysPrefsViewController: NSViewController, SettingsPane, NSTableViewDataSource, NSTableViewDelegate {
|
||||
let paneIdentifier = Settings.PaneIdentifier.displays
|
||||
let paneTitle: String = NSLocalizedString("Displays", comment: "Shown in the main prefs window")
|
||||
|
||||
var toolbarItemIcon: NSImage {
|
||||
if !DEBUG_MACOS10, #available(macOS 11.0, *) {
|
||||
|
|
@ -42,10 +42,10 @@ class DisplaysPrefsViewController: NSViewController, PreferencePane, NSTableView
|
|||
|
||||
@objc func loadDisplayList() {
|
||||
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
|
||||
}
|
||||
os_log("Reloading Displays preferences display list", type: .info)
|
||||
os_log("Reloading Displays settings display list", type: .info)
|
||||
self.displays = DisplayManager.shared.getAllDisplays()
|
||||
self.displayList?.reloadData()
|
||||
self.updateDisplayListRowHeight()
|
||||
|
|
@ -83,55 +83,55 @@ class DisplaysPrefsViewController: NSViewController, PreferencePane, NSTableView
|
|||
}
|
||||
|
||||
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 controlMethod = NSLocalizedString("No Control", comment: "Shown in the Display Preferences") + " ⚠️"
|
||||
var controlStatus = NSLocalizedString("This display has an unspecified control status.", 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 Settings")
|
||||
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"
|
||||
controlMethod = NSLocalizedString("Software (shade)", 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 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 Settings")
|
||||
} 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"
|
||||
if let otherDisplay: OtherDisplay = display as? OtherDisplay {
|
||||
if otherDisplay.isSwOnly() {
|
||||
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 {
|
||||
controlMethod = NSLocalizedString("Software (gamma)", comment: "Shown in the Display Preferences") + " ⚠️"
|
||||
controlMethod = NSLocalizedString("Software (gamma)", comment: "Shown in the Display Settings") + " ⚠️"
|
||||
}
|
||||
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 {
|
||||
if otherDisplay.isSw() {
|
||||
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 {
|
||||
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 {
|
||||
controlMethod = NSLocalizedString("Hardware (DDC)", 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 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 Settings")
|
||||
}
|
||||
}
|
||||
}
|
||||
} else if !display.isDummy, let appleDisplay: AppleDisplay = display as? AppleDisplay {
|
||||
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() {
|
||||
displayImage = "desktopcomputer"
|
||||
} else {
|
||||
displayImage = "laptopcomputer"
|
||||
}
|
||||
} else {
|
||||
displayType = NSLocalizedString("External Display", comment: "Shown in the Display Preferences")
|
||||
displayType = NSLocalizedString("External Display", comment: "Shown in the Display Settings")
|
||||
displayImage = "display"
|
||||
}
|
||||
controlMethod = NSLocalizedString("Hardware (Apple)", 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 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 Settings")
|
||||
}
|
||||
return DisplayInfo(displayType: displayType, displayImage: displayImage, controlMethod: controlMethod, controlStatus: controlStatus)
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,12 +2,12 @@
|
|||
|
||||
import Cocoa
|
||||
import KeyboardShortcuts
|
||||
import Preferences
|
||||
import ServiceManagement
|
||||
import Settings
|
||||
|
||||
class KeyboardPrefsViewController: NSViewController, PreferencePane {
|
||||
let preferencePaneIdentifier = Preferences.PaneIdentifier.keyboard
|
||||
let preferencePaneTitle: String = NSLocalizedString("Keyboard", comment: "Shown in the main prefs window")
|
||||
class KeyboardPrefsViewController: NSViewController, SettingsPane {
|
||||
let paneIdentifier = Settings.PaneIdentifier.keyboard
|
||||
let paneTitle: String = NSLocalizedString("Keyboard", comment: "Shown in the main prefs window")
|
||||
|
||||
var toolbarItemIcon: NSImage {
|
||||
if !DEBUG_MACOS10, #available(macOS 11.0, *) {
|
||||
|
|
|
|||
|
|
@ -2,12 +2,12 @@
|
|||
|
||||
import Cocoa
|
||||
import os.log
|
||||
import Preferences
|
||||
import ServiceManagement
|
||||
import Settings
|
||||
|
||||
class MainPrefsViewController: NSViewController, PreferencePane {
|
||||
let preferencePaneIdentifier = Preferences.PaneIdentifier.main
|
||||
let preferencePaneTitle: String = NSLocalizedString("General", comment: "Shown in the main prefs window")
|
||||
class MainPrefsViewController: NSViewController, SettingsPane {
|
||||
let paneIdentifier = Settings.PaneIdentifier.main
|
||||
let paneTitle: String = NSLocalizedString("General", comment: "Shown in the main prefs window")
|
||||
|
||||
var toolbarItemIcon: NSImage {
|
||||
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.enableBrightnessSync.state = prefs.bool(forKey: PrefKey.enableBrightnessSync.rawValue) ? .on : .off
|
||||
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()
|
||||
keyboardPrefsVc?.view.layoutSubtreeIfNeeded()
|
||||
displaysPrefsVc?.view.layoutSubtreeIfNeeded()
|
||||
|
|
@ -148,7 +148,7 @@ class MainPrefsViewController: NSViewController, PreferencePane {
|
|||
@available(macOS, deprecated: 10.10)
|
||||
func resetSheetModalHander(modalResponse: NSApplication.ModalResponse) {
|
||||
if modalResponse == NSApplication.ModalResponse.alertFirstButtonReturn {
|
||||
app.preferenceReset()
|
||||
app.settingsReset()
|
||||
self.populateSettings()
|
||||
menuslidersPrefsVc?.populateSettings()
|
||||
keyboardPrefsVc?.populateSettings()
|
||||
|
|
@ -159,8 +159,8 @@ class MainPrefsViewController: NSViewController, PreferencePane {
|
|||
@available(macOS, deprecated: 10.10)
|
||||
@IBAction func resetPrefsClicked(_: NSButton) {
|
||||
let alert = NSAlert()
|
||||
alert.messageText = NSLocalizedString("Reset Preferences?", 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.messageText = NSLocalizedString("Reset Settings?", 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("No", comment: "Shown in the alert dialog"))
|
||||
alert.alertStyle = NSAlert.Style.warning
|
||||
|
|
|
|||
|
|
@ -2,12 +2,12 @@
|
|||
|
||||
import Cocoa
|
||||
import os.log
|
||||
import Preferences
|
||||
import ServiceManagement
|
||||
import Settings
|
||||
|
||||
class MenuslidersPrefsViewController: NSViewController, PreferencePane {
|
||||
let preferencePaneIdentifier = Preferences.PaneIdentifier.menusliders
|
||||
let preferencePaneTitle: String = NSLocalizedString("App menu", comment: "Shown in the main prefs window")
|
||||
class MenuslidersPrefsViewController: NSViewController, SettingsPane {
|
||||
let paneIdentifier = Settings.PaneIdentifier.menusliders
|
||||
let paneTitle: String = NSLocalizedString("App menu", comment: "Shown in the main prefs window")
|
||||
|
||||
var toolbarItemIcon: NSImage {
|
||||
if !DEBUG_MACOS10, #available(macOS 11.0, *) {
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
<key>CFBundleShortVersionString</key>
|
||||
<string>$(MARKETING_VERSION)</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>7104</string>
|
||||
<string>7122</string>
|
||||
<key>LSApplicationCategoryType</key>
|
||||
<string>public.app-category.utilities</string>
|
||||
<key>LSBackgroundOnly</key>
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@ brew install MonitorControl
|
|||
- Sync up all your displays using a single slider or keyboard shortcuts.
|
||||
- Allows dimming to full black.
|
||||
- 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.
|
||||
- **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).
|
||||
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).
|
||||
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)!
|
||||
|
||||
### macOS compatibility
|
||||
|
|
@ -95,7 +95,7 @@ Notable exceptions for hardware control compatibility:
|
|||
|
||||
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.
|
||||
|
||||
## Contributing to the project
|
||||
|
|
@ -127,7 +127,7 @@ git clone https://github.com/MonitorControl/MonitorControl.git
|
|||
### Third party dependencies
|
||||
|
||||
- [MediaKeyTap](https://github.com/MonitorControl/MediaKeyTap)
|
||||
- [Preferences](https://github.com/sindresorhus/Preferences)
|
||||
- [Settings](https://github.com/sindresorhus/Settings)
|
||||
- [SimplyCoreAudio](https://github.com/rnine/SimplyCoreAudio)
|
||||
- [KeyboardShortcuts](https://github.com/sindresorhus/KeyboardShortcuts)
|
||||
- [Sparkle](https://github.com/sparkle-project/Sparkle)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue