Onboarding Screen (#906)
This PR is related to this issue: #676 ### What's new - ✨ Add an onboarding screen (only appear on first launch) - 🇫🇷 French translations for the new onboarding screen - 🛠 Reorganize AppDelegate a bit - 🛠 Move View Controllers into folders ### What's left to do All current translations beside French & English (for the new onboarding) are missing for now. If you want to help with translations, please read the opening post of this discussion: #637
|
|
@ -56,6 +56,7 @@
|
|||
F0445D3820023E710025AE82 /* MainPrefsViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = F0445D3720023E710025AE82 /* MainPrefsViewController.swift */; };
|
||||
F06792EA200A73460066C438 /* main.swift in Sources */ = {isa = PBXBuildFile; fileRef = F06792E9200A73460066C438 /* main.swift */; };
|
||||
F06792F6200A745F0066C438 /* MonitorControlHelper.app in [Login] Copy Helper to start at Login */ = {isa = PBXBuildFile; fileRef = F06792E7200A73460066C438 /* MonitorControlHelper.app */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
|
||||
F0A489C4279C71B200BEDFD6 /* OnboardingViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = F0A489C3279C71B200BEDFD6 /* OnboardingViewController.swift */; };
|
||||
FE4E0896249D584C003A50BB /* OSDUtils.swift in Sources */ = {isa = PBXBuildFile; fileRef = FE4E0895249D584C003A50BB /* OSDUtils.swift */; };
|
||||
/* End PBXBuildFile section */
|
||||
|
||||
|
|
@ -157,6 +158,7 @@
|
|||
F06792E9200A73460066C438 /* main.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = main.swift; sourceTree = "<group>"; };
|
||||
F06792F0200A73470066C438 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
|
||||
F06792F1200A73470066C438 /* MonitorControlHelper.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = MonitorControlHelper.entitlements; sourceTree = "<group>"; };
|
||||
F0A489C3279C71B200BEDFD6 /* OnboardingViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OnboardingViewController.swift; sourceTree = "<group>"; };
|
||||
FE4E0895249D584C003A50BB /* OSDUtils.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = OSDUtils.swift; sourceTree = "<group>"; };
|
||||
/* End PBXFileReference section */
|
||||
|
||||
|
|
@ -311,12 +313,8 @@
|
|||
F0445D3620023D5B0025AE82 /* View Controllers */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
F0445D3720023E710025AE82 /* MainPrefsViewController.swift */,
|
||||
AA25F6CE26E680510087F3A2 /* MenuslidersPrefsViewController.swift */,
|
||||
AA25F6D026E681D30087F3A2 /* KeyboardPrefsViewController.swift */,
|
||||
AA062E8926C9A039007E628C /* DisplaysPrefsViewController.swift */,
|
||||
AA062E8D26CA7BE5007E628C /* DisplaysPrefsCellView.swift */,
|
||||
AA665A5C26C5892800FEF2C1 /* AboutPrefsViewController.swift */,
|
||||
F0A489C2279C719200BEDFD6 /* Onboarding */,
|
||||
F0A489C1279C718400BEDFD6 /* Preferences */,
|
||||
);
|
||||
path = "View Controllers";
|
||||
sourceTree = "<group>";
|
||||
|
|
@ -331,6 +329,27 @@
|
|||
path = MonitorControlHelper;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
F0A489C1279C718400BEDFD6 /* Preferences */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
F0445D3720023E710025AE82 /* MainPrefsViewController.swift */,
|
||||
AA25F6CE26E680510087F3A2 /* MenuslidersPrefsViewController.swift */,
|
||||
AA25F6D026E681D30087F3A2 /* KeyboardPrefsViewController.swift */,
|
||||
AA062E8926C9A039007E628C /* DisplaysPrefsViewController.swift */,
|
||||
AA062E8D26CA7BE5007E628C /* DisplaysPrefsCellView.swift */,
|
||||
AA665A5C26C5892800FEF2C1 /* AboutPrefsViewController.swift */,
|
||||
);
|
||||
path = Preferences;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
F0A489C2279C719200BEDFD6 /* Onboarding */ = {
|
||||
isa = PBXGroup;
|
||||
children = (
|
||||
F0A489C3279C71B200BEDFD6 /* OnboardingViewController.swift */,
|
||||
);
|
||||
path = Onboarding;
|
||||
sourceTree = "<group>";
|
||||
};
|
||||
/* End PBXGroup section */
|
||||
|
||||
/* Begin PBXNativeTarget section */
|
||||
|
|
@ -581,6 +600,7 @@
|
|||
F03A8DF21FFBAA6F0034DC27 /* OtherDisplay.swift in Sources */,
|
||||
AA78BDBD2709FE7B00CA8DF7 /* UpdaterDelegate.swift in Sources */,
|
||||
AA44E7052703790100E06865 /* KeyboardShortcuts+Extension.swift in Sources */,
|
||||
F0A489C4279C71B200BEDFD6 /* OnboardingViewController.swift in Sources */,
|
||||
AA16139B26BE772E00DCF027 /* Arm64DDC.swift in Sources */,
|
||||
F0445D3820023E710025AE82 /* MainPrefsViewController.swift in Sources */,
|
||||
28D1DDF2227FBE71004CB494 /* NSScreen+Extension.swift in Sources */,
|
||||
|
|
|
|||
18
MonitorControl/Assets.xcassets/onboarding_icon_keyboard.imageset/Contents.json
vendored
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"images" : [
|
||||
{
|
||||
"filename" : "icon_keyboard.png",
|
||||
"idiom" : "mac",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "icon_keyboard@2x.png",
|
||||
"idiom" : "mac",
|
||||
"scale" : "2x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
||||
BIN
MonitorControl/Assets.xcassets/onboarding_icon_keyboard.imageset/icon_keyboard.png
vendored
Normal file
|
After Width: | Height: | Size: 1.2 KiB |
BIN
MonitorControl/Assets.xcassets/onboarding_icon_keyboard.imageset/icon_keyboard@2x.png
vendored
Normal file
|
After Width: | Height: | Size: 2.5 KiB |
18
MonitorControl/Assets.xcassets/onboarding_icon_person.imageset/Contents.json
vendored
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"images" : [
|
||||
{
|
||||
"filename" : "icon_person.png",
|
||||
"idiom" : "mac",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "icon_person@2x.png",
|
||||
"idiom" : "mac",
|
||||
"scale" : "2x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
||||
BIN
MonitorControl/Assets.xcassets/onboarding_icon_person.imageset/icon_person.png
vendored
Normal file
|
After Width: | Height: | Size: 1.4 KiB |
BIN
MonitorControl/Assets.xcassets/onboarding_icon_person.imageset/icon_person@2x.png
vendored
Normal file
|
After Width: | Height: | Size: 3.2 KiB |
40
MonitorControl/Assets.xcassets/onboarding_keyboard.imageset/Contents.json
vendored
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
{
|
||||
"images" : [
|
||||
{
|
||||
"filename" : "onboarding_keyboard.png",
|
||||
"idiom" : "mac",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"appearances" : [
|
||||
{
|
||||
"appearance" : "luminosity",
|
||||
"value" : "dark"
|
||||
}
|
||||
],
|
||||
"filename" : "onboarding_keyboard_dark.png",
|
||||
"idiom" : "mac",
|
||||
"scale" : "1x"
|
||||
},
|
||||
{
|
||||
"filename" : "onboarding_keyboard@2x.png",
|
||||
"idiom" : "mac",
|
||||
"scale" : "2x"
|
||||
},
|
||||
{
|
||||
"appearances" : [
|
||||
{
|
||||
"appearance" : "luminosity",
|
||||
"value" : "dark"
|
||||
}
|
||||
],
|
||||
"filename" : "onboarding_keyboard_dark@2x.png",
|
||||
"idiom" : "mac",
|
||||
"scale" : "2x"
|
||||
}
|
||||
],
|
||||
"info" : {
|
||||
"author" : "xcode",
|
||||
"version" : 1
|
||||
}
|
||||
}
|
||||
BIN
MonitorControl/Assets.xcassets/onboarding_keyboard.imageset/onboarding_keyboard.png
vendored
Normal file
|
After Width: | Height: | Size: 31 KiB |
BIN
MonitorControl/Assets.xcassets/onboarding_keyboard.imageset/onboarding_keyboard@2x.png
vendored
Normal file
|
After Width: | Height: | Size: 102 KiB |
BIN
MonitorControl/Assets.xcassets/onboarding_keyboard.imageset/onboarding_keyboard_dark.png
vendored
Normal file
|
After Width: | Height: | Size: 31 KiB |
BIN
MonitorControl/Assets.xcassets/onboarding_keyboard.imageset/onboarding_keyboard_dark@2x.png
vendored
Normal file
|
After Width: | Height: | Size: 102 KiB |
|
|
@ -19,7 +19,7 @@
|
|||
<key>CFBundleShortVersionString</key>
|
||||
<string>$(MARKETING_VERSION)</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>6970</string>
|
||||
<string>7000</string>
|
||||
<key>LSApplicationCategoryType</key>
|
||||
<string>public.app-category.utilities</string>
|
||||
<key>LSMinimumSystemVersion</key>
|
||||
|
|
|
|||
|
|
@ -48,32 +48,16 @@ class AppDelegate: NSObject, NSApplicationDelegate {
|
|||
|
||||
func applicationDidFinishLaunching(_: Notification) {
|
||||
app = self
|
||||
menu = MenuHandler()
|
||||
menu.delegate = menu
|
||||
self.subscribeEventListeners()
|
||||
if NSEvent.modifierFlags.contains(NSEvent.ModifierFlags.shift) {
|
||||
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.runModal()
|
||||
self.showSafeModeAlertIfNeeded()
|
||||
if !prefs.bool(forKey: PrefKey.appAlreadyLaunched.rawValue) {
|
||||
self.showOnboardingWindow()
|
||||
} else {
|
||||
self.checkPermissions()
|
||||
}
|
||||
let currentBuildNumber = Int(Bundle.main.object(forInfoDictionaryKey: "CFBundleVersion") as? String ?? "1") ?? 1
|
||||
let previousBuildNumber: Int = (Int(prefs.string(forKey: PrefKey.buildNumber.rawValue) ?? "0") ?? 0)
|
||||
if self.safeMode || ((previousBuildNumber < MIN_PREVIOUS_BUILD_NUMBER) && previousBuildNumber > 0) || (previousBuildNumber > currentBuildNumber), let bundleID = Bundle.main.bundleIdentifier {
|
||||
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.runModal()
|
||||
}
|
||||
prefs.removePersistentDomain(forName: bundleID)
|
||||
}
|
||||
prefs.set(currentBuildNumber, forKey: PrefKey.buildNumber.rawValue)
|
||||
self.setPrefsBuildNumber()
|
||||
self.setDefaultPrefs()
|
||||
self.statusItem.button?.image = NSImage(named: "status")
|
||||
self.statusItem.menu = menu
|
||||
self.checkPermissions()
|
||||
self.setMenu()
|
||||
CGDisplayRegisterReconfigurationCallback({ _, _, _ in app.displayReconfigured() }, nil)
|
||||
self.configure(firstrun: true)
|
||||
DisplayManager.shared.createGammaActivityEnforcer()
|
||||
|
|
@ -101,6 +85,21 @@ class AppDelegate: NSObject, NSApplicationDelegate {
|
|||
self.statusItem.isVisible = true
|
||||
}
|
||||
|
||||
private func setPrefsBuildNumber() {
|
||||
let currentBuildNumber = Int(Bundle.main.object(forInfoDictionaryKey: "CFBundleVersion") as? String ?? "1") ?? 1
|
||||
let previousBuildNumber: Int = (Int(prefs.string(forKey: PrefKey.buildNumber.rawValue) ?? "0") ?? 0)
|
||||
if self.safeMode || ((previousBuildNumber < MIN_PREVIOUS_BUILD_NUMBER) && previousBuildNumber > 0) || (previousBuildNumber > currentBuildNumber), let bundleID = Bundle.main.bundleIdentifier {
|
||||
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.runModal()
|
||||
}
|
||||
prefs.removePersistentDomain(forName: bundleID)
|
||||
}
|
||||
prefs.set(currentBuildNumber, forKey: PrefKey.buildNumber.rawValue)
|
||||
}
|
||||
|
||||
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.
|
||||
|
|
@ -154,10 +153,10 @@ class AppDelegate: NSObject, NSApplicationDelegate {
|
|||
self.updateMediaKeyTap()
|
||||
}
|
||||
|
||||
func checkPermissions() {
|
||||
func checkPermissions(firstAsk: Bool = false) {
|
||||
let permissionsRequired: Bool = [KeyboardVolume.media.rawValue, KeyboardVolume.both.rawValue].contains(prefs.integer(forKey: PrefKey.keyboardVolume.rawValue)) || [KeyboardBrightness.media.rawValue, KeyboardBrightness.both.rawValue].contains(prefs.integer(forKey: PrefKey.keyboardBrightness.rawValue))
|
||||
if !MediaKeyTapManager.readPrivileges(prompt: false), permissionsRequired {
|
||||
MediaKeyTapManager.acquirePrivileges()
|
||||
MediaKeyTapManager.acquirePrivileges(firstAsk: firstAsk)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -329,4 +328,27 @@ class AppDelegate: NSObject, NSApplicationDelegate {
|
|||
os_log("%{public}@", type: .error, error.localizedDescription)
|
||||
}
|
||||
}
|
||||
|
||||
private func setMenu() {
|
||||
menu = MenuHandler()
|
||||
menu.delegate = menu
|
||||
self.statusItem.button?.image = NSImage(named: "status")
|
||||
self.statusItem.menu = menu
|
||||
}
|
||||
|
||||
private func showSafeModeAlertIfNeeded() {
|
||||
if NSEvent.modifierFlags.contains(NSEvent.ModifierFlags.shift) {
|
||||
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.runModal()
|
||||
}
|
||||
}
|
||||
|
||||
private func showOnboardingWindow() {
|
||||
onboardingVc?.showWindow(self)
|
||||
onboardingVc?.window?.center()
|
||||
NSApp.activate(ignoringOtherApps: true)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -204,8 +204,8 @@ class MediaKeyTapManager: MediaKeyTapDelegate {
|
|||
return true
|
||||
}
|
||||
|
||||
static func acquirePrivileges() {
|
||||
if !self.readPrivileges(prompt: true) {
|
||||
static func acquirePrivileges(firstAsk: Bool = false) {
|
||||
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")
|
||||
|
|
|
|||
|
|
@ -1,8 +1,9 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<document type="com.apple.InterfaceBuilder3.Cocoa.Storyboard.XIB" version="3.0" toolsVersion="19455" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
|
||||
<document type="com.apple.InterfaceBuilder3.Cocoa.Storyboard.XIB" version="3.0" toolsVersion="19529" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
|
||||
<dependencies>
|
||||
<deployment identifier="macosx"/>
|
||||
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="19455"/>
|
||||
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="19529"/>
|
||||
<capability name="Named colors" minToolsVersion="9.0"/>
|
||||
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
|
||||
</dependencies>
|
||||
<scenes>
|
||||
|
|
@ -1249,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"/>
|
||||
|
|
@ -2082,9 +2083,259 @@
|
|||
</objects>
|
||||
<point key="canvasLocation" x="298" y="2090"/>
|
||||
</scene>
|
||||
<!--Window Controller-->
|
||||
<scene sceneID="pu1-gh-TAl">
|
||||
<objects>
|
||||
<windowController storyboardIdentifier="onboardingViewController" id="DtE-dT-6ee" sceneMemberID="viewController">
|
||||
<window key="window" allowsToolTipsWhenApplicationIsInactive="NO" autorecalculatesKeyViewLoop="NO" releasedWhenClosed="NO" visibleAtLaunch="NO" frameAutosaveName="" animationBehavior="default" titlebarAppearsTransparent="YES" titleVisibility="hidden" id="fQY-sI-jda">
|
||||
<windowStyleMask key="styleMask" titled="YES" closable="YES" miniaturizable="YES" resizable="YES"/>
|
||||
<windowPositionMask key="initialPositionMask" leftStrut="YES" rightStrut="YES" topStrut="YES" bottomStrut="YES"/>
|
||||
<rect key="contentRect" x="211" y="267" width="729" height="439"/>
|
||||
<rect key="screenRect" x="0.0" y="0.0" width="1512" height="944"/>
|
||||
<view key="contentView" id="Hyx-n1-5qF">
|
||||
<rect key="frame" x="0.0" y="0.0" width="729" height="439"/>
|
||||
<autoresizingMask key="autoresizingMask"/>
|
||||
</view>
|
||||
<connections>
|
||||
<outlet property="delegate" destination="DtE-dT-6ee" id="RXS-J2-zDf"/>
|
||||
</connections>
|
||||
</window>
|
||||
<connections>
|
||||
<segue destination="WCR-Sv-JAA" kind="relationship" relationship="window.shadowedContentViewController" id="bJV-bN-ewW"/>
|
||||
</connections>
|
||||
</windowController>
|
||||
<customObject id="3Q8-52-CQO" userLabel="First Responder" customClass="NSResponder" sceneMemberID="firstResponder"/>
|
||||
</objects>
|
||||
<point key="canvasLocation" x="299" y="2587"/>
|
||||
</scene>
|
||||
<!--Onboarding View Controller-->
|
||||
<scene sceneID="T2v-ah-vo5">
|
||||
<objects>
|
||||
<viewController id="WCR-Sv-JAA" customClass="OnboardingViewController" customModule="MonitorControl" customModuleProvider="target" sceneMemberID="viewController">
|
||||
<view key="view" id="7ij-vC-Tcj">
|
||||
<rect key="frame" x="0.0" y="0.0" width="730" height="655"/>
|
||||
<autoresizingMask key="autoresizingMask"/>
|
||||
<subviews>
|
||||
<imageView wantsLayer="YES" horizontalHuggingPriority="251" verticalHuggingPriority="251" id="6zp-VJ-fGb">
|
||||
<rect key="frame" x="273" y="470" width="185" height="185"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
|
||||
<imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="axesIndependently" image="NSApplicationIcon" id="ftw-y4-OLS"/>
|
||||
</imageView>
|
||||
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="zz2-ed-nlQ">
|
||||
<rect key="frame" x="22" y="439" width="686" height="31"/>
|
||||
<textFieldCell key="cell" lineBreakMode="clipping" alignment="center" title="Welcome to MonitorControl" id="5J0-BD-top">
|
||||
<font key="font" textStyle="largeTitle" name=".SFNS-Regular"/>
|
||||
<color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
|
||||
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
|
||||
</textFieldCell>
|
||||
</textField>
|
||||
<textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" translatesAutoresizingMaskIntoConstraints="NO" id="i4H-Xi-qQ9">
|
||||
<rect key="frame" x="22" y="397" width="686" height="32"/>
|
||||
<textFieldCell key="cell" selectable="YES" alignment="center" id="Mh5-1A-apq">
|
||||
<font key="font" textStyle="body" name=".SFNS-Regular"/>
|
||||
<string key="title">Control your external displays brightness, contrast and volume directly from your mac, using menulet sliders or the keyboard, including native Apple keys.</string>
|
||||
<color key="textColor" name="secondaryLabelColor" catalog="System" colorSpace="catalog"/>
|
||||
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
|
||||
</textFieldCell>
|
||||
</textField>
|
||||
<imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="cRo-Y4-wGw">
|
||||
<rect key="frame" x="24" y="337" width="40" height="40"/>
|
||||
<constraints>
|
||||
<constraint firstAttribute="height" constant="40" id="B24-Kq-eYp"/>
|
||||
<constraint firstAttribute="width" constant="40" id="uoQ-As-avq"/>
|
||||
</constraints>
|
||||
<imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="onboarding_icon_person" id="wMe-M0-S74"/>
|
||||
<color key="contentTintColor" name="AccentColor"/>
|
||||
</imageView>
|
||||
<textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="XOg-4t-Y46">
|
||||
<rect key="frame" x="70" y="356" width="119" height="21"/>
|
||||
<textFieldCell key="cell" lineBreakMode="clipping" title="Start at Login ?" id="bA1-GF-Y2n">
|
||||
<font key="font" textStyle="title2" name=".SFNS-Regular"/>
|
||||
<color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
|
||||
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
|
||||
</textFieldCell>
|
||||
</textField>
|
||||
<textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" translatesAutoresizingMaskIntoConstraints="NO" id="2Mx-eg-r9b">
|
||||
<rect key="frame" x="70" y="330" width="550" height="16"/>
|
||||
<textFieldCell key="cell" selectable="YES" title="Ensure MonitorControl is always running when you need it by launching the app at startup." id="nk6-Gh-Mfs">
|
||||
<font key="font" textStyle="body" name=".SFNS-Regular"/>
|
||||
<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="XWw-qf-xqA">
|
||||
<rect key="frame" x="70" y="303" width="203" height="18"/>
|
||||
<buttonCell key="cell" type="check" title="Start MonitorControl at Login" bezelStyle="regularSquare" imagePosition="left" state="on" inset="2" id="JWJ-OY-VtE">
|
||||
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
|
||||
<font key="font" textStyle="body" name=".SFNS-Regular"/>
|
||||
</buttonCell>
|
||||
<connections>
|
||||
<action selector="toggleStartAtLoginTouched:" target="WCR-Sv-JAA" id="aTn-eP-WhM"/>
|
||||
</connections>
|
||||
</button>
|
||||
<imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="smN-BX-6Bx">
|
||||
<rect key="frame" x="25" y="190" width="680" height="94"/>
|
||||
<constraints>
|
||||
<constraint firstAttribute="height" constant="94" id="zbt-AP-TbB"/>
|
||||
</constraints>
|
||||
<imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="onboarding_keyboard" id="msN-VA-JCl"/>
|
||||
</imageView>
|
||||
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="2CX-gU-Z8v">
|
||||
<rect key="frame" x="78" y="261" width="85" height="13"/>
|
||||
<textFieldCell key="cell" lineBreakMode="clipping" title="Brightness down" id="q5a-Ix-Hjs">
|
||||
<font key="font" textStyle="caption1" name=".SFNS-Regular"/>
|
||||
<color key="textColor" name="secondaryLabelColor" catalog="System" colorSpace="catalog"/>
|
||||
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
|
||||
</textFieldCell>
|
||||
</textField>
|
||||
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="Ow8-dR-Fgo">
|
||||
<rect key="frame" x="165" y="261" width="71" height="13"/>
|
||||
<textFieldCell key="cell" lineBreakMode="clipping" title="Brightness up" id="nty-g6-Sde">
|
||||
<font key="font" textStyle="caption1" name=".SFNS-Regular"/>
|
||||
<color key="textColor" name="secondaryLabelColor" catalog="System" colorSpace="catalog"/>
|
||||
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
|
||||
</textFieldCell>
|
||||
</textField>
|
||||
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="Vcj-wy-xpT">
|
||||
<rect key="frame" x="467" y="261" width="64" height="13"/>
|
||||
<textFieldCell key="cell" lineBreakMode="clipping" title="Toggle Mute" id="jK7-7w-uib">
|
||||
<font key="font" textStyle="caption1" name=".SFNS-Regular"/>
|
||||
<color key="textColor" name="secondaryLabelColor" catalog="System" colorSpace="catalog"/>
|
||||
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
|
||||
</textFieldCell>
|
||||
</textField>
|
||||
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="C46-iS-x7A">
|
||||
<rect key="frame" x="531" y="261" width="69" height="13"/>
|
||||
<textFieldCell key="cell" lineBreakMode="clipping" title="Volume down" id="21s-bv-GTK">
|
||||
<font key="font" textStyle="caption1" name=".SFNS-Regular"/>
|
||||
<color key="textColor" name="secondaryLabelColor" catalog="System" colorSpace="catalog"/>
|
||||
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
|
||||
</textFieldCell>
|
||||
</textField>
|
||||
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="9HD-qV-iYX">
|
||||
<rect key="frame" x="602" y="261" width="55" height="13"/>
|
||||
<textFieldCell key="cell" lineBreakMode="clipping" title="Volume up" id="Z3w-eR-qDF">
|
||||
<font key="font" textStyle="caption1" name=".SFNS-Regular"/>
|
||||
<color key="textColor" name="secondaryLabelColor" catalog="System" colorSpace="catalog"/>
|
||||
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
|
||||
</textFieldCell>
|
||||
</textField>
|
||||
<imageView horizontalHuggingPriority="251" verticalHuggingPriority="251" translatesAutoresizingMaskIntoConstraints="NO" id="VAj-Uw-KLP">
|
||||
<rect key="frame" x="24" y="134" width="40" height="40"/>
|
||||
<constraints>
|
||||
<constraint firstAttribute="height" constant="40" id="XUV-vo-BpM"/>
|
||||
<constraint firstAttribute="width" constant="40" id="k0E-63-grt"/>
|
||||
</constraints>
|
||||
<imageCell key="cell" refusesFirstResponder="YES" alignment="left" imageScaling="proportionallyDown" image="onboarding_icon_keyboard" id="edl-2K-5Sx"/>
|
||||
<color key="contentTintColor" name="AccentColor"/>
|
||||
</imageView>
|
||||
<textField verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="ex9-0r-ZMv">
|
||||
<rect key="frame" x="70" y="153" width="317" height="21"/>
|
||||
<textFieldCell key="cell" lineBreakMode="clipping" title="Enable Apple keyboard native key access" id="RBj-pU-aen">
|
||||
<font key="font" textStyle="title2" name=".SFNS-Regular"/>
|
||||
<color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
|
||||
<color key="backgroundColor" name="textBackgroundColor" catalog="System" colorSpace="catalog"/>
|
||||
</textFieldCell>
|
||||
</textField>
|
||||
<textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" translatesAutoresizingMaskIntoConstraints="NO" id="GSh-nh-adY">
|
||||
<rect key="frame" x="70" y="111" width="637" 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>
|
||||
<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" 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>
|
||||
<connections>
|
||||
<action selector="askForPermissionsButtonTouched:" target="WCR-Sv-JAA" id="fDp-Uz-QVy"/>
|
||||
</connections>
|
||||
</button>
|
||||
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="BWF-bm-wMQ">
|
||||
<rect key="frame" x="518" y="17" width="195" height="32"/>
|
||||
<buttonCell key="cell" type="push" title="Start using MonitorControl" bezelStyle="rounded" alignment="center" borderStyle="border" inset="2" id="8WE-da-OZC">
|
||||
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
||||
<font key="font" metaFont="system"/>
|
||||
<string key="keyEquivalent" base64-UTF8="YES">
|
||||
DQ
|
||||
</string>
|
||||
</buttonCell>
|
||||
<color key="bezelColor" name="AccentColor"/>
|
||||
<connections>
|
||||
<action selector="closeButtonTouched:" target="WCR-Sv-JAA" id="dBP-Sn-zWC"/>
|
||||
</connections>
|
||||
</button>
|
||||
</subviews>
|
||||
<constraints>
|
||||
<constraint firstItem="XOg-4t-Y46" firstAttribute="leading" secondItem="cRo-Y4-wGw" secondAttribute="trailing" constant="8" id="1Zr-2j-k5G"/>
|
||||
<constraint firstItem="cRo-Y4-wGw" firstAttribute="top" secondItem="XOg-4t-Y46" secondAttribute="top" id="1nN-xw-rC4"/>
|
||||
<constraint firstItem="ex9-0r-ZMv" firstAttribute="top" secondItem="smN-BX-6Bx" secondAttribute="bottom" constant="16" id="1ya-2H-jqq"/>
|
||||
<constraint firstItem="XWw-qf-xqA" firstAttribute="top" secondItem="2Mx-eg-r9b" secondAttribute="bottom" constant="10" id="2XK-Ub-sqI"/>
|
||||
<constraint firstAttribute="trailing" relation="greaterThanOrEqual" secondItem="smN-BX-6Bx" secondAttribute="trailing" constant="24" id="3WW-v1-dam"/>
|
||||
<constraint firstItem="C46-iS-x7A" firstAttribute="top" secondItem="2CX-gU-Z8v" secondAttribute="top" id="4Fq-fq-ipS"/>
|
||||
<constraint firstItem="GSh-nh-adY" firstAttribute="top" secondItem="ex9-0r-ZMv" secondAttribute="bottom" constant="10" id="5Rm-Fe-1pJ"/>
|
||||
<constraint firstItem="9HD-qV-iYX" firstAttribute="top" secondItem="2CX-gU-Z8v" secondAttribute="top" id="5a0-7h-fMV"/>
|
||||
<constraint firstItem="zz2-ed-nlQ" firstAttribute="top" secondItem="6zp-VJ-fGb" secondAttribute="bottom" id="9Dl-OK-quK"/>
|
||||
<constraint firstAttribute="bottom" secondItem="BWF-bm-wMQ" secondAttribute="bottom" constant="24" id="A6m-Pa-if6"/>
|
||||
<constraint firstItem="VAj-Uw-KLP" firstAttribute="leading" secondItem="7ij-vC-Tcj" secondAttribute="leading" constant="24" id="Ay5-Ez-GRr"/>
|
||||
<constraint firstItem="2Mx-eg-r9b" firstAttribute="top" secondItem="XOg-4t-Y46" secondAttribute="bottom" constant="10" id="Bid-p9-h2L"/>
|
||||
<constraint firstItem="j2w-H2-9zU" firstAttribute="top" secondItem="GSh-nh-adY" secondAttribute="bottom" constant="10" id="Bw9-oG-DT8"/>
|
||||
<constraint firstAttribute="trailing" relation="greaterThanOrEqual" secondItem="XOg-4t-Y46" secondAttribute="trailing" constant="24" id="CsI-fS-Vby"/>
|
||||
<constraint firstItem="smN-BX-6Bx" firstAttribute="centerX" secondItem="7ij-vC-Tcj" secondAttribute="centerX" id="HW3-nt-zMB"/>
|
||||
<constraint firstAttribute="trailing" relation="greaterThanOrEqual" secondItem="j2w-H2-9zU" secondAttribute="trailing" constant="24" id="KRH-dm-Mpb"/>
|
||||
<constraint firstAttribute="trailing" relation="greaterThanOrEqual" secondItem="ex9-0r-ZMv" secondAttribute="trailing" constant="24" id="OAV-hT-QhX"/>
|
||||
<constraint firstItem="2Mx-eg-r9b" firstAttribute="leading" secondItem="XOg-4t-Y46" secondAttribute="leading" id="QHF-rg-XDA"/>
|
||||
<constraint firstAttribute="trailing" relation="greaterThanOrEqual" secondItem="GSh-nh-adY" secondAttribute="trailing" constant="24" id="TPB-jR-qla"/>
|
||||
<constraint firstItem="Ow8-dR-Fgo" firstAttribute="leading" secondItem="2CX-gU-Z8v" secondAttribute="trailing" constant="6" id="Tgw-bR-6kh"/>
|
||||
<constraint firstItem="i4H-Xi-qQ9" firstAttribute="leading" secondItem="7ij-vC-Tcj" secondAttribute="leading" constant="24" id="UMm-Pu-v4s"/>
|
||||
<constraint firstItem="smN-BX-6Bx" firstAttribute="leading" secondItem="2CX-gU-Z8v" secondAttribute="leading" constant="-55" id="Und-Nj-Iij"/>
|
||||
<constraint firstItem="Vcj-wy-xpT" firstAttribute="leading" relation="greaterThanOrEqual" secondItem="Ow8-dR-Fgo" secondAttribute="trailing" constant="24" id="WHe-5P-mOl"/>
|
||||
<constraint firstItem="VAj-Uw-KLP" firstAttribute="top" secondItem="ex9-0r-ZMv" secondAttribute="top" id="X8b-Jo-u7d"/>
|
||||
<constraint firstAttribute="trailing" relation="greaterThanOrEqual" secondItem="XWw-qf-xqA" secondAttribute="trailing" constant="24" id="Yeb-Lh-CGu"/>
|
||||
<constraint firstItem="XOg-4t-Y46" firstAttribute="top" secondItem="i4H-Xi-qQ9" secondAttribute="bottom" constant="20" id="a0p-OP-6Qg"/>
|
||||
<constraint firstAttribute="trailing" secondItem="BWF-bm-wMQ" secondAttribute="trailing" constant="24" id="a1p-AH-G3U"/>
|
||||
<constraint firstAttribute="trailing" secondItem="i4H-Xi-qQ9" secondAttribute="trailing" constant="24" id="b4F-Fd-O7j"/>
|
||||
<constraint firstItem="C46-iS-x7A" firstAttribute="leading" secondItem="Vcj-wy-xpT" secondAttribute="trailing" constant="4" id="bKb-fY-IDK"/>
|
||||
<constraint firstItem="BWF-bm-wMQ" firstAttribute="leading" relation="greaterThanOrEqual" secondItem="7ij-vC-Tcj" secondAttribute="leading" constant="24" id="c0F-jc-E3x"/>
|
||||
<constraint firstAttribute="trailing" relation="greaterThanOrEqual" secondItem="2Mx-eg-r9b" secondAttribute="trailing" constant="24" id="eMf-RB-Lvo"/>
|
||||
<constraint firstItem="cRo-Y4-wGw" firstAttribute="leading" secondItem="7ij-vC-Tcj" secondAttribute="leading" constant="24" id="ehr-yr-MPb"/>
|
||||
<constraint firstItem="GSh-nh-adY" firstAttribute="leading" secondItem="ex9-0r-ZMv" secondAttribute="leading" id="erH-0V-2ME"/>
|
||||
<constraint firstItem="9HD-qV-iYX" firstAttribute="leading" secondItem="C46-iS-x7A" secondAttribute="trailing" constant="6" id="gQy-v8-0NS"/>
|
||||
<constraint firstItem="Ow8-dR-Fgo" firstAttribute="top" secondItem="2CX-gU-Z8v" secondAttribute="top" id="gs9-iM-1YJ"/>
|
||||
<constraint firstItem="smN-BX-6Bx" firstAttribute="top" secondItem="XWw-qf-xqA" secondAttribute="bottom" constant="20" id="hId-hF-5Ee"/>
|
||||
<constraint firstItem="zz2-ed-nlQ" firstAttribute="leading" secondItem="7ij-vC-Tcj" secondAttribute="leading" constant="24" id="iO5-uO-LV1"/>
|
||||
<constraint firstItem="Vcj-wy-xpT" firstAttribute="top" secondItem="2CX-gU-Z8v" secondAttribute="top" id="iec-vV-Jer"/>
|
||||
<constraint firstItem="BWF-bm-wMQ" firstAttribute="top" relation="greaterThanOrEqual" secondItem="j2w-H2-9zU" secondAttribute="bottom" constant="10" id="ihW-Cv-bmg"/>
|
||||
<constraint firstItem="smN-BX-6Bx" firstAttribute="top" secondItem="2CX-gU-Z8v" secondAttribute="top" constant="-10" id="jZh-BM-6MO"/>
|
||||
<constraint firstItem="ex9-0r-ZMv" firstAttribute="leading" secondItem="VAj-Uw-KLP" secondAttribute="trailing" constant="8" id="njA-w2-rjc"/>
|
||||
<constraint firstAttribute="trailing" secondItem="zz2-ed-nlQ" secondAttribute="trailing" constant="24" id="sm4-A0-9tY"/>
|
||||
<constraint firstItem="XWw-qf-xqA" firstAttribute="leading" secondItem="2Mx-eg-r9b" secondAttribute="leading" id="uyw-Jn-PDg"/>
|
||||
<constraint firstItem="9HD-qV-iYX" firstAttribute="trailing" secondItem="smN-BX-6Bx" secondAttribute="trailing" constant="-50" id="vQI-f4-dmt"/>
|
||||
<constraint firstItem="i4H-Xi-qQ9" firstAttribute="top" secondItem="zz2-ed-nlQ" secondAttribute="bottom" constant="10" id="xKz-c3-bbt"/>
|
||||
<constraint firstItem="j2w-H2-9zU" firstAttribute="leading" secondItem="ex9-0r-ZMv" secondAttribute="leading" id="yEg-aj-96S"/>
|
||||
<constraint firstItem="smN-BX-6Bx" firstAttribute="leading" relation="greaterThanOrEqual" secondItem="7ij-vC-Tcj" secondAttribute="leading" constant="24" id="zyv-XU-eAi"/>
|
||||
</constraints>
|
||||
</view>
|
||||
</viewController>
|
||||
<customObject id="YML-6F-4Tw" userLabel="First Responder" customClass="NSResponder" sceneMemberID="firstResponder"/>
|
||||
</objects>
|
||||
<point key="canvasLocation" x="298" y="3256.5"/>
|
||||
</scene>
|
||||
</scenes>
|
||||
<resources>
|
||||
<image name="NSApplicationIcon" width="32" height="32"/>
|
||||
<image name="NSTouchBarIconViewTemplate" width="15" height="14"/>
|
||||
<image name="onboarding_icon_keyboard" width="40" height="40"/>
|
||||
<image name="onboarding_icon_person" width="40" height="40"/>
|
||||
<image name="onboarding_keyboard" width="680" height="94"/>
|
||||
<namedColor name="AccentColor">
|
||||
<color red="0.0" green="0.46000000000000002" blue="0.89000000000000001" alpha="1" colorSpace="custom" customColorSpace="sRGB"/>
|
||||
</namedColor>
|
||||
</resources>
|
||||
</document>
|
||||
|
|
|
|||
|
|
@ -13,6 +13,9 @@
|
|||
/* Class = "NSTextFieldCell"; title = "DDC min"; ObjectID = "1zE-fg-xEm"; */
|
||||
"1zE-fg-xEm.title" = "DDC min";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Volume down"; ObjectID = "21s-bv-GTK"; */
|
||||
"21s-bv-GTK.title" = "Volume down";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Show separate controls for each display in menu"; ObjectID = "3eO-bN-ZRl"; */
|
||||
"3eO-bN-ZRl.title" = "Separate Steuerung für jeden Monitor im Menü anzeigen";
|
||||
|
||||
|
|
@ -25,6 +28,9 @@
|
|||
/* Class = "NSTextFieldCell"; title = "Using window focus might not work properly with full screen apps."; ObjectID = "4dX-o1-xAc"; */
|
||||
"4dX-o1-xAc.title" = "Verwenden des Fensterfokus könnte bei Vollbildanwendungen nicht gut funktionieren.";
|
||||
|
||||
/* 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" = "Einstellungen zurücksetzen";
|
||||
|
||||
|
|
@ -43,6 +49,9 @@
|
|||
/* Class = "NSButtonCell"; title = "Use fine OSD scale for brightness and contrast"; ObjectID = "8Q8-57-xnT"; */
|
||||
"8Q8-57-xnT.title" = "Feine OSD-Skalierung verwenden";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Start using MonitorControl"; ObjectID = "8WE-da-OZC"; */
|
||||
"8WE-da-OZC.title" = "Start using MonitorControl";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Special thanks to our contributors!"; ObjectID = "95V-M4-2l5"; */
|
||||
"95V-M4-2l5.title" = "Besonderen Dank an unsere Mitwirkenden!";
|
||||
|
||||
|
|
@ -61,6 +70,9 @@
|
|||
/* Class = "NSMenuItem"; title = "Use audio device name to determine which display to control"; ObjectID = "AqF-uD-KCY"; */
|
||||
"AqF-uD-KCY.title" = "Verwenden des Namens des Audiogeräts, um zu bestimmen, welcher Monitor gesteuert werden soll";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Start at Login ?"; ObjectID = "bA1-GF-Y2n"; */
|
||||
"bA1-GF-Y2n.title" = "Start at Login ?";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Show sliders only for the display currently showing the menu"; ObjectID = "bbf-sS-uGv"; */
|
||||
"bbf-sS-uGv.title" = "Regler nur für den Monitor anzeigen, auf dem das Menü gerade angezeigt wird";
|
||||
|
||||
|
|
@ -187,18 +199,27 @@
|
|||
/* Class = "NSButtonCell"; title = "Start at Login"; ObjectID = "j72-NF-zsW"; */
|
||||
"j72-NF-zsW.title" = "Bei Anmeldung starten";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Toggle Mute"; ObjectID = "jK7-7w-uib"; */
|
||||
"jK7-7w-uib.title" = "Toggle Mute";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Change for all screens"; ObjectID = "jSj-HB-T2t"; */
|
||||
"jSj-HB-T2t.title" = "Für alle Monitore ändern";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Check for updates"; ObjectID = "jVH-oc-rUi"; */
|
||||
"jVH-oc-rUi.title" = "Nach Updates suchen";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Start MonitorControl at Login"; ObjectID = "JWJ-OY-VtE"; */
|
||||
"JWJ-OY-VtE.title" = "Start MonitorControl at Login";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Note: you can press Shift during startup for 'Safe mode' to restore defaults and avoid reading or setting anything."; ObjectID = "Jx2-gO-nq9"; */
|
||||
"Jx2-gO-nq9.title" = "Hinweis: Du kannst während des Starts die Umschalttaste drücken, um den 'Abgesicherten Modus' zu aktivieren, damit die Standardeinstellungen wiederhergestellt werden und nichts gelesen oder eingestellt wird.";
|
||||
|
||||
/* 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"; */
|
||||
"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 = "Screen to control:"; ObjectID = "Kfj-WK-aSL"; */
|
||||
"Kfj-WK-aSL.title" = "Monitor für Steuerung:";
|
||||
|
||||
|
|
@ -217,6 +238,9 @@
|
|||
/* Class = "NSTextFieldCell"; title = "Screen to control:"; ObjectID = "ltL-gR-K3Z"; */
|
||||
"ltL-gR-K3Z.title" = "Monitor für Steuerung:";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Control your external displays brightness, contrast and volume directly from your mac, using menulet sliders or the keyboard, including native Apple keys."; ObjectID = "Mh5-1A-apq"; */
|
||||
"Mh5-1A-apq.title" = "Control your external displays brightness, contrast and volume directly from your mac, using menulet sliders or the keyboard, including native Apple keys.";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Enable slider snapping"; ObjectID = "MlU-hl-d46"; */
|
||||
"MlU-hl-d46.title" = "Regler einrasten lassen";
|
||||
|
||||
|
|
@ -235,6 +259,12 @@
|
|||
/* Class = "NSButtonCell"; title = "Avoid gamma table manipulation"; ObjectID = "na6-mS-MPi"; */
|
||||
"na6-mS-MPi.title" = "Manipulation der Gammatabelle vermeiden";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Ensure MonitorControl is always running when you need it by launching the app at startup."; ObjectID = "nk6-Gh-Mfs"; */
|
||||
"nk6-Gh-Mfs.title" = "Ensure MonitorControl is always running when you need it by launching the app at startup.";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Brightness up"; ObjectID = "nty-g6-Sde"; */
|
||||
"nty-g6-Sde.title" = "Brightness up";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Separate scales for combined hardware & software dimming"; ObjectID = "O8o-hI-8eR"; */
|
||||
"O8o-hI-8eR.title" = "Getrennte Skalen für kombiniertes Dimmen von Hardware und Software";
|
||||
|
||||
|
|
@ -262,9 +292,15 @@
|
|||
/* 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 = "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" = "Verwende die Software-Dimmung, nachdem der Monitor die Null-Hardware-Helligkeit erreicht hat, um die Bandbreite zu erweitern. Funktioniert nur bei DDC-gesteuerten Monitoren.";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Brightness down"; ObjectID = "q5a-Ix-Hjs"; */
|
||||
"q5a-Ix-Hjs.title" = "Brightness down";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Both standard and custom shortcuts"; ObjectID = "QDG-SA-mRX"; */
|
||||
"QDG-SA-mRX.title" = "Sowohl Standard- als auch benutzerdefinierte Tastenkombinationen";
|
||||
|
||||
|
|
@ -283,6 +319,9 @@
|
|||
/* Class = "NSButtonCell"; title = "Combine hardware and software dimming"; ObjectID = "r76-Zc-x09"; */
|
||||
"r76-Zc-x09.title" = "Hardware- und Software-Dimmung kombinieren";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Enable Apple keyboard native key access"; ObjectID = "RBj-pU-aen"; */
|
||||
"RBj-pU-aen.title" = "Enable Apple keyboard native key access";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Normal"; ObjectID = "Riq-uM-bTs"; */
|
||||
"Riq-uM-bTs.title" = "Normal";
|
||||
|
||||
|
|
@ -358,6 +397,9 @@
|
|||
/* Class = "NSMenuItem"; title = "Depends on mouse pointer position"; ObjectID = "Ytd-mg-N5E"; */
|
||||
"Ytd-mg-N5E.title" = "Abhängig von der Mauszeigerposition";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Volume up"; ObjectID = "Z3w-eR-qDF"; */
|
||||
"Z3w-eR-qDF.title" = "Volume up";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Use hardware DDC control"; ObjectID = "ZdU-gV-V05"; */
|
||||
"ZdU-gV-V05.title" = "Hardware DDC Steuerung verwenden";
|
||||
|
||||
|
|
|
|||
|
|
@ -13,6 +13,9 @@
|
|||
/* Class = "NSTextFieldCell"; title = "DDC min"; ObjectID = "1zE-fg-xEm"; */
|
||||
"1zE-fg-xEm.title" = "DDC min";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Volume down"; ObjectID = "21s-bv-GTK"; */
|
||||
"21s-bv-GTK.title" = "Volume down";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Show separate controls for each display in menu"; ObjectID = "3eO-bN-ZRl"; */
|
||||
"3eO-bN-ZRl.title" = "Show separate controls for each display in menu";
|
||||
|
||||
|
|
@ -25,6 +28,9 @@
|
|||
/* Class = "NSTextFieldCell"; title = "Using window focus might not work properly with full screen apps."; ObjectID = "4dX-o1-xAc"; */
|
||||
"4dX-o1-xAc.title" = "Using window focus might not work properly with full screen apps.";
|
||||
|
||||
/* 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";
|
||||
|
||||
|
|
@ -43,6 +49,9 @@
|
|||
/* Class = "NSButtonCell"; title = "Use fine OSD scale for brightness and contrast"; ObjectID = "8Q8-57-xnT"; */
|
||||
"8Q8-57-xnT.title" = "Use fine OSD scale for brightness and contrast";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Start using MonitorControl"; ObjectID = "8WE-da-OZC"; */
|
||||
"8WE-da-OZC.title" = "Start using MonitorControl";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Special thanks to our contributors!"; ObjectID = "95V-M4-2l5"; */
|
||||
"95V-M4-2l5.title" = "Special thanks to our contributors!";
|
||||
|
||||
|
|
@ -61,6 +70,9 @@
|
|||
/* Class = "NSMenuItem"; title = "Use audio device name to determine which display to control"; ObjectID = "AqF-uD-KCY"; */
|
||||
"AqF-uD-KCY.title" = "Use audio device name to determine which display to control";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Start at Login ?"; ObjectID = "bA1-GF-Y2n"; */
|
||||
"bA1-GF-Y2n.title" = "Start at Login ?";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Show sliders only for the display currently showing the menu"; ObjectID = "bbf-sS-uGv"; */
|
||||
"bbf-sS-uGv.title" = "Show sliders only for the display currently showing the menu";
|
||||
|
||||
|
|
@ -187,18 +199,27 @@
|
|||
/* Class = "NSButtonCell"; title = "Start at Login"; ObjectID = "j72-NF-zsW"; */
|
||||
"j72-NF-zsW.title" = "Start at Login";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Toggle Mute"; ObjectID = "jK7-7w-uib"; */
|
||||
"jK7-7w-uib.title" = "Toggle Mute";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Change for all screens"; ObjectID = "jSj-HB-T2t"; */
|
||||
"jSj-HB-T2t.title" = "Change for all screens";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Check for updates"; ObjectID = "jVH-oc-rUi"; */
|
||||
"jVH-oc-rUi.title" = "Check for updates";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Start MonitorControl at Login"; ObjectID = "JWJ-OY-VtE"; */
|
||||
"JWJ-OY-VtE.title" = "Start MonitorControl at Login";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Note: you can press Shift during startup for 'Safe mode' to restore defaults and avoid reading or setting anything."; ObjectID = "Jx2-gO-nq9"; */
|
||||
"Jx2-gO-nq9.title" = "Note: you can press Shift during startup for 'Safe mode' to restore defaults and avoid reading or setting anything.";
|
||||
|
||||
/* 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 = "Screen to control:"; ObjectID = "Kfj-WK-aSL"; */
|
||||
"Kfj-WK-aSL.title" = "Screen to control:";
|
||||
|
||||
|
|
@ -217,6 +238,9 @@
|
|||
/* Class = "NSTextFieldCell"; title = "Screen to control:"; ObjectID = "ltL-gR-K3Z"; */
|
||||
"ltL-gR-K3Z.title" = "Screen to control:";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Control your external displays brightness, contrast and volume directly from your mac, using menulet sliders or the keyboard, including native Apple keys."; ObjectID = "Mh5-1A-apq"; */
|
||||
"Mh5-1A-apq.title" = "Control your external displays brightness, contrast and volume directly from your mac, using menulet sliders or the keyboard, including native Apple keys.";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Enable slider snapping"; ObjectID = "MlU-hl-d46"; */
|
||||
"MlU-hl-d46.title" = "Enable slider snapping";
|
||||
|
||||
|
|
@ -235,6 +259,12 @@
|
|||
/* Class = "NSButtonCell"; title = "Avoid gamma table manipulation"; ObjectID = "na6-mS-MPi"; */
|
||||
"na6-mS-MPi.title" = "Avoid gamma table manipulation";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Ensure MonitorControl is always running when you need it by launching the app at startup."; ObjectID = "nk6-Gh-Mfs"; */
|
||||
"nk6-Gh-Mfs.title" = "Ensure MonitorControl is always running when you need it by launching the app at startup.";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Brightness up"; ObjectID = "nty-g6-Sde"; */
|
||||
"nty-g6-Sde.title" = "Brightness up";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Separate scales for combined hardware & software dimming"; ObjectID = "O8o-hI-8eR"; */
|
||||
"O8o-hI-8eR.title" = "Separate scales for combined hardware & software dimming";
|
||||
|
||||
|
|
@ -262,9 +292,15 @@
|
|||
/* 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 = "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.";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Brightness down"; ObjectID = "q5a-Ix-Hjs"; */
|
||||
"q5a-Ix-Hjs.title" = "Brightness down";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Both standard and custom shortcuts"; ObjectID = "QDG-SA-mRX"; */
|
||||
"QDG-SA-mRX.title" = "Both standard and custom shortcuts";
|
||||
|
||||
|
|
@ -283,6 +319,9 @@
|
|||
/* Class = "NSButtonCell"; title = "Combine hardware and software dimming"; ObjectID = "r76-Zc-x09"; */
|
||||
"r76-Zc-x09.title" = "Combine hardware and software dimming";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Enable Apple keyboard native key access"; ObjectID = "RBj-pU-aen"; */
|
||||
"RBj-pU-aen.title" = "Enable Apple keyboard native key access";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Normal"; ObjectID = "Riq-uM-bTs"; */
|
||||
"Riq-uM-bTs.title" = "Normal";
|
||||
|
||||
|
|
@ -358,6 +397,9 @@
|
|||
/* Class = "NSMenuItem"; title = "Depends on mouse pointer position"; ObjectID = "Ytd-mg-N5E"; */
|
||||
"Ytd-mg-N5E.title" = "Depends on mouse pointer position";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Volume up"; ObjectID = "Z3w-eR-qDF"; */
|
||||
"Z3w-eR-qDF.title" = "Volume up";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Use hardware DDC control"; ObjectID = "ZdU-gV-V05"; */
|
||||
"ZdU-gV-V05.title" = "Use hardware DDC control";
|
||||
|
||||
|
|
|
|||
|
|
@ -13,6 +13,9 @@
|
|||
/* Class = "NSTextFieldCell"; title = "DDC min"; ObjectID = "1zE-fg-xEm"; */
|
||||
"1zE-fg-xEm.title" = "DDC mín";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Volume down"; ObjectID = "21s-bv-GTK"; */
|
||||
"21s-bv-GTK.title" = "Volume down";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Show separate controls for each display in menu"; ObjectID = "3eO-bN-ZRl"; */
|
||||
"3eO-bN-ZRl.title" = "Mostrar controles separados para cada pantalla en el menú";
|
||||
|
||||
|
|
@ -25,6 +28,9 @@
|
|||
/* Class = "NSTextFieldCell"; title = "Using window focus might not work properly with full screen apps."; ObjectID = "4dX-o1-xAc"; */
|
||||
"4dX-o1-xAc.title" = "Usar el enfoque de ventana podría no funcionar en apps a pantalla completa.";
|
||||
|
||||
/* 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" = "Restablecer Preferencias";
|
||||
|
||||
|
|
@ -43,6 +49,9 @@
|
|||
/* Class = "NSButtonCell"; title = "Use fine OSD scale for brightness and contrast"; ObjectID = "8Q8-57-xnT"; */
|
||||
"8Q8-57-xnT.title" = "Usar escala más precisa en OSD para el brillo y el contraste";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Start using MonitorControl"; ObjectID = "8WE-da-OZC"; */
|
||||
"8WE-da-OZC.title" = "Start using MonitorControl";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Special thanks to our contributors!"; ObjectID = "95V-M4-2l5"; */
|
||||
"95V-M4-2l5.title" = "Agradecimientos especiales a nuestros colaboradores!";
|
||||
|
||||
|
|
@ -61,6 +70,9 @@
|
|||
/* Class = "NSMenuItem"; title = "Use audio device name to determine which display to control"; ObjectID = "AqF-uD-KCY"; */
|
||||
"AqF-uD-KCY.title" = "Usar nombre del dispositivo de audio para determinar qué pantalla controlar";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Start at Login ?"; ObjectID = "bA1-GF-Y2n"; */
|
||||
"bA1-GF-Y2n.title" = "Start at Login ?";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Show sliders only for the display currently showing the menu"; ObjectID = "bbf-sS-uGv"; */
|
||||
"bbf-sS-uGv.title" = "Mostrar sliders solo para las pantallas que actualmente se muestran en el menú";
|
||||
|
||||
|
|
@ -187,18 +199,27 @@
|
|||
/* Class = "NSButtonCell"; title = "Start at Login"; ObjectID = "j72-NF-zsW"; */
|
||||
"j72-NF-zsW.title" = "Abrir al Iniciar sesión";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Toggle Mute"; ObjectID = "jK7-7w-uib"; */
|
||||
"jK7-7w-uib.title" = "Toggle Mute";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Change for all screens"; ObjectID = "jSj-HB-T2t"; */
|
||||
"jSj-HB-T2t.title" = "Cambiar para todas las pantallas";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Check for updates"; ObjectID = "jVH-oc-rUi"; */
|
||||
"jVH-oc-rUi.title" = "Comprobar actualizaciones";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Start MonitorControl at Login"; ObjectID = "JWJ-OY-VtE"; */
|
||||
"JWJ-OY-VtE.title" = "Start MonitorControl at Login";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Note: you can press Shift during startup for 'Safe mode' to restore defaults and avoid reading or setting anything."; ObjectID = "Jx2-gO-nq9"; */
|
||||
"Jx2-gO-nq9.title" = "Nota: puedes presionar la tecla Shift mientras arrancas la app para entrar en el 'Modo Seguro' para restaurar los valores por defecto y evitar leer o establecer la configuración.";
|
||||
|
||||
/* 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"; */
|
||||
"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 = "Screen to control:"; ObjectID = "Kfj-WK-aSL"; */
|
||||
"Kfj-WK-aSL.title" = "Ventana de control:";
|
||||
|
||||
|
|
@ -217,6 +238,9 @@
|
|||
/* Class = "NSTextFieldCell"; title = "Screen to control:"; ObjectID = "ltL-gR-K3Z"; */
|
||||
"ltL-gR-K3Z.title" = "Pantalla a controlar:";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Control your external displays brightness, contrast and volume directly from your mac, using menulet sliders or the keyboard, including native Apple keys."; ObjectID = "Mh5-1A-apq"; */
|
||||
"Mh5-1A-apq.title" = "Control your external displays brightness, contrast and volume directly from your mac, using menulet sliders or the keyboard, including native Apple keys.";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Enable slider snapping"; ObjectID = "MlU-hl-d46"; */
|
||||
"MlU-hl-d46.title" = "Habilitar ajuste por slider";
|
||||
|
||||
|
|
@ -235,6 +259,12 @@
|
|||
/* Class = "NSButtonCell"; title = "Avoid gamma table manipulation"; ObjectID = "na6-mS-MPi"; */
|
||||
"na6-mS-MPi.title" = "Evitar manipulación de la tabla gamma";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Ensure MonitorControl is always running when you need it by launching the app at startup."; ObjectID = "nk6-Gh-Mfs"; */
|
||||
"nk6-Gh-Mfs.title" = "Ensure MonitorControl is always running when you need it by launching the app at startup.";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Brightness up"; ObjectID = "nty-g6-Sde"; */
|
||||
"nty-g6-Sde.title" = "Brightness up";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Separate scales for combined hardware & software dimming"; ObjectID = "O8o-hI-8eR"; */
|
||||
"O8o-hI-8eR.title" = "Separar escalas de atenuación por hardware & software";
|
||||
|
||||
|
|
@ -262,9 +292,15 @@
|
|||
/* 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"; */
|
||||
"pVc-wG-Bdh.title" = "Open System Preferences…";
|
||||
|
||||
/* 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" = "Usar atenuación por software una vez que la pantalla alcanza el brillo 0 para un rango extendido. Funciona sólo para pantallas controladas por DDC.";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Brightness down"; ObjectID = "q5a-Ix-Hjs"; */
|
||||
"q5a-Ix-Hjs.title" = "Brightness down";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Both standard and custom shortcuts"; ObjectID = "QDG-SA-mRX"; */
|
||||
"QDG-SA-mRX.title" = "Ambos, atajos estándar y personalizados";
|
||||
|
||||
|
|
@ -283,6 +319,9 @@
|
|||
/* Class = "NSButtonCell"; title = "Combine hardware and software dimming"; ObjectID = "r76-Zc-x09"; */
|
||||
"r76-Zc-x09.title" = "Combinar atenuación por hardware y software";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Enable Apple keyboard native key access"; ObjectID = "RBj-pU-aen"; */
|
||||
"RBj-pU-aen.title" = "Enable Apple keyboard native key access";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Normal"; ObjectID = "Riq-uM-bTs"; */
|
||||
"Riq-uM-bTs.title" = "Normal";
|
||||
|
||||
|
|
@ -358,6 +397,9 @@
|
|||
/* Class = "NSMenuItem"; title = "Depends on mouse pointer position"; ObjectID = "Ytd-mg-N5E"; */
|
||||
"Ytd-mg-N5E.title" = "Depender de la posición del cursor del ratón";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Volume up"; ObjectID = "Z3w-eR-qDF"; */
|
||||
"Z3w-eR-qDF.title" = "Volume up";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Use hardware DDC control"; ObjectID = "ZdU-gV-V05"; */
|
||||
"ZdU-gV-V05.title" = "Usar control DDC por hardware";
|
||||
|
||||
|
|
|
|||
|
|
@ -13,6 +13,9 @@
|
|||
/* Class = "NSTextFieldCell"; title = "DDC min"; ObjectID = "1zE-fg-xEm"; */
|
||||
"1zE-fg-xEm.title" = "min. DDC";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Volume down"; ObjectID = "21s-bv-GTK"; */
|
||||
"21s-bv-GTK.title" = "Volume moins";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Show separate controls for each display in menu"; ObjectID = "3eO-bN-ZRl"; */
|
||||
"3eO-bN-ZRl.title" = "Afficher des commandes distinctes pour chaque écran dans le menu";
|
||||
|
||||
|
|
@ -25,6 +28,9 @@
|
|||
/* Class = "NSTextFieldCell"; title = "Using window focus might not work properly with full screen apps."; ObjectID = "4dX-o1-xAc"; */
|
||||
"4dX-o1-xAc.title" = "L'utilisation du \"focus de la fenêtre\" à la place peut ne pas fonctionner correctement avec les applications en plein écran.";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Welcome to MonitorControl"; ObjectID = "5J0-BD-top"; */
|
||||
"5J0-BD-top.title" = "Bienvenue sur MonitorControl";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Reset Preferences"; ObjectID = "5yT-5F-X5R"; */
|
||||
"5yT-5F-X5R.title" = "Réinitialiser les préférences";
|
||||
|
||||
|
|
@ -43,6 +49,9 @@
|
|||
/* Class = "NSButtonCell"; title = "Use fine OSD scale for brightness and contrast"; ObjectID = "8Q8-57-xnT"; */
|
||||
"8Q8-57-xnT.title" = "Utiliser une échelle fine sur l'OSD";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Start using MonitorControl"; ObjectID = "8WE-da-OZC"; */
|
||||
"8WE-da-OZC.title" = "Commencer à utiliser MonitorControl";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Special thanks to our contributors!"; ObjectID = "95V-M4-2l5"; */
|
||||
"95V-M4-2l5.title" = "Remerciements particuliers à nos contributeurs !";
|
||||
|
||||
|
|
@ -61,6 +70,9 @@
|
|||
/* Class = "NSMenuItem"; title = "Use audio device name to determine which display to control"; ObjectID = "AqF-uD-KCY"; */
|
||||
"AqF-uD-KCY.title" = "Utiliser le nom du périphérique audio pour déterminer quel écran contrôler";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Start at Login ?"; ObjectID = "bA1-GF-Y2n"; */
|
||||
"bA1-GF-Y2n.title" = "Lancer au démarrage ?";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Show sliders only for the display currently showing the menu"; ObjectID = "bbf-sS-uGv"; */
|
||||
"bbf-sS-uGv.title" = "Afficher les curseurs uniquement pour l'écran affichant actuellement le menu";
|
||||
|
||||
|
|
@ -187,18 +199,27 @@
|
|||
/* Class = "NSButtonCell"; title = "Start at Login"; ObjectID = "j72-NF-zsW"; */
|
||||
"j72-NF-zsW.title" = "Lancer MonitorControl au démarrage";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Toggle Mute"; ObjectID = "jK7-7w-uib"; */
|
||||
"jK7-7w-uib.title" = "Sourdine";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Change for all screens"; ObjectID = "jSj-HB-T2t"; */
|
||||
"jSj-HB-T2t.title" = "Changer pour tous les écrans";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Check for updates"; ObjectID = "jVH-oc-rUi"; */
|
||||
"jVH-oc-rUi.title" = "Vérifier les mises à jour";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Start MonitorControl at Login"; ObjectID = "JWJ-OY-VtE"; */
|
||||
"JWJ-OY-VtE.title" = "Lancer MonitorControl au démarrage";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Note: you can press Shift during startup for 'Safe mode' to restore defaults and avoid reading or setting anything."; ObjectID = "Jx2-gO-nq9"; */
|
||||
"Jx2-gO-nq9.title" = "Remarque : vous pouvez appuyer sur Maj pendant le démarrage pour démarrer en « Mode sans échec » ce qui restaure les paramètres par défaut et évite de lire ou de définir quoi que ce soit.";
|
||||
|
||||
/* 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"; */
|
||||
"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"; */
|
||||
"Kfj-WK-aSL.title" = "Écran à contrôler :";
|
||||
|
||||
|
|
@ -217,6 +238,9 @@
|
|||
/* Class = "NSTextFieldCell"; title = "Screen to control:"; ObjectID = "ltL-gR-K3Z"; */
|
||||
"ltL-gR-K3Z.title" = "Écran à contrôler :";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Control your external displays brightness, contrast and volume directly from your mac, using menulet sliders or the keyboard, including native Apple keys."; ObjectID = "Mh5-1A-apq"; */
|
||||
"Mh5-1A-apq.title" = "Contrôlez la luminosité, le contraste et le volume de vos écrans externes directement depuis votre Mac, à l'aide des curseurs du menu ou du clavier, y compris avec les touches Apple natives.";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Enable slider snapping"; ObjectID = "MlU-hl-d46"; */
|
||||
"MlU-hl-d46.title" = "Activer l'accrochage du curseur";
|
||||
|
||||
|
|
@ -235,6 +259,12 @@
|
|||
/* Class = "NSButtonCell"; title = "Avoid gamma table manipulation"; ObjectID = "na6-mS-MPi"; */
|
||||
"na6-mS-MPi.title" = "Éviter de manipuler la table gamma";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Ensure MonitorControl is always running when you need it by launching the app at startup."; ObjectID = "nk6-Gh-Mfs"; */
|
||||
"nk6-Gh-Mfs.title" = "Assurez-vous que MonitorControl est toujours en cours d'exécution lorsque vous en avez besoin en lançant l'application au démarrage.";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Brightness up"; ObjectID = "nty-g6-Sde"; */
|
||||
"nty-g6-Sde.title" = "Luminosité plus";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Separate scales for combined hardware & software dimming"; ObjectID = "O8o-hI-8eR"; */
|
||||
"O8o-hI-8eR.title" = "Séparer les échelles pour le contrôle matériel et logiciel combiné";
|
||||
|
||||
|
|
@ -262,9 +292,15 @@
|
|||
/* 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" = "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"; */
|
||||
"PyY-p9-3NP.title" = "Utilisez le contrôle logiciel une fois que l'écran a atteint une luminosité matérielle de zéro pour une portée étendue. Fonctionne pour les écrans contrôlés par matériel (DDC) uniquement.";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Brightness down"; ObjectID = "q5a-Ix-Hjs"; */
|
||||
"q5a-Ix-Hjs.title" = "Luminosité moins";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Both standard and custom shortcuts"; ObjectID = "QDG-SA-mRX"; */
|
||||
"QDG-SA-mRX.title" = "Raccourcis standard et personnalisés";
|
||||
|
||||
|
|
@ -283,6 +319,9 @@
|
|||
/* Class = "NSButtonCell"; title = "Combine hardware and software dimming"; ObjectID = "r76-Zc-x09"; */
|
||||
"r76-Zc-x09.title" = "Combiner le contrôle matériel et logiciel";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Enable Apple keyboard native key access"; ObjectID = "RBj-pU-aen"; */
|
||||
"RBj-pU-aen.title" = "Activer l'accès aux touches natives Apple du clavier";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Normal"; ObjectID = "Riq-uM-bTs"; */
|
||||
"Riq-uM-bTs.title" = "Normal";
|
||||
|
||||
|
|
@ -358,6 +397,9 @@
|
|||
/* Class = "NSMenuItem"; title = "Depends on mouse pointer position"; ObjectID = "Ytd-mg-N5E"; */
|
||||
"Ytd-mg-N5E.title" = "Dépend de la position du pointeur de la souris";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Volume up"; ObjectID = "Z3w-eR-qDF"; */
|
||||
"Z3w-eR-qDF.title" = "Volume plus";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Use hardware DDC control"; ObjectID = "ZdU-gV-V05"; */
|
||||
"ZdU-gV-V05.title" = "Utiliser le contrôle matériel DDC";
|
||||
|
||||
|
|
|
|||
|
|
@ -13,6 +13,9 @@
|
|||
/* Class = "NSTextFieldCell"; title = "DDC min"; ObjectID = "1zE-fg-xEm"; */
|
||||
"1zE-fg-xEm.title" = "DDC min";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Volume down"; ObjectID = "21s-bv-GTK"; */
|
||||
"21s-bv-GTK.title" = "Volume down";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Show separate controls for each display in menu"; ObjectID = "3eO-bN-ZRl"; */
|
||||
"3eO-bN-ZRl.title" = "Külön vezérlő minden képernyő számára";
|
||||
|
||||
|
|
@ -25,6 +28,9 @@
|
|||
/* Class = "NSTextFieldCell"; title = "Using window focus might not work properly with full screen apps."; ObjectID = "4dX-o1-xAc"; */
|
||||
"4dX-o1-xAc.title" = "Az ablakfókusz mód nem mindig működik teljes képernyős programokkal.";
|
||||
|
||||
/* 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" = "Beállítások visszaállítása";
|
||||
|
||||
|
|
@ -43,6 +49,9 @@
|
|||
/* Class = "NSButtonCell"; title = "Use fine OSD scale for brightness and contrast"; ObjectID = "8Q8-57-xnT"; */
|
||||
"8Q8-57-xnT.title" = "Finom OSD skála használata a fényerőhöz és kontraszthoz";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Start using MonitorControl"; ObjectID = "8WE-da-OZC"; */
|
||||
"8WE-da-OZC.title" = "Start using MonitorControl";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Special thanks to our contributors!"; ObjectID = "95V-M4-2l5"; */
|
||||
"95V-M4-2l5.title" = "Köszönjük mindenkinek, aki hozzájárult!";
|
||||
|
||||
|
|
@ -61,6 +70,9 @@
|
|||
/* Class = "NSMenuItem"; title = "Use audio device name to determine which display to control"; ObjectID = "AqF-uD-KCY"; */
|
||||
"AqF-uD-KCY.title" = "Hangeszköz nevének megfelelő kijelző vezérlése";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Start at Login ?"; ObjectID = "bA1-GF-Y2n"; */
|
||||
"bA1-GF-Y2n.title" = "Start at Login ?";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Show sliders only for the display currently showing the menu"; ObjectID = "bbf-sS-uGv"; */
|
||||
"bbf-sS-uGv.title" = "Az aktuális kijelző csúszkáinak mutatása";
|
||||
|
||||
|
|
@ -187,18 +199,27 @@
|
|||
/* Class = "NSButtonCell"; title = "Start at Login"; ObjectID = "j72-NF-zsW"; */
|
||||
"j72-NF-zsW.title" = "Automatikus indítás bejelentkezéskor";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Toggle Mute"; ObjectID = "jK7-7w-uib"; */
|
||||
"jK7-7w-uib.title" = "Toggle Mute";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Change for all screens"; ObjectID = "jSj-HB-T2t"; */
|
||||
"jSj-HB-T2t.title" = "Minden képernyő módosítása";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Check for updates"; ObjectID = "jVH-oc-rUi"; */
|
||||
"jVH-oc-rUi.title" = "Frissítések ellenőrzése";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Start MonitorControl at Login"; ObjectID = "JWJ-OY-VtE"; */
|
||||
"JWJ-OY-VtE.title" = "Start MonitorControl at Login";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Note: you can press Shift during startup for 'Safe mode' to restore defaults and avoid reading or setting anything."; ObjectID = "Jx2-gO-nq9"; */
|
||||
"Jx2-gO-nq9.title" = "Megjegyzés: a Shift nyomvatartásával induláskor aktiválhatja a Biztonsági Módot az alapértelmezett értékek helyreállítására.";
|
||||
|
||||
/* 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"; */
|
||||
"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 = "Screen to control:"; ObjectID = "Kfj-WK-aSL"; */
|
||||
"Kfj-WK-aSL.title" = "Vezérelt képernyő:";
|
||||
|
||||
|
|
@ -217,6 +238,9 @@
|
|||
/* Class = "NSTextFieldCell"; title = "Screen to control:"; ObjectID = "ltL-gR-K3Z"; */
|
||||
"ltL-gR-K3Z.title" = "Vezérelt képernyő:";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Control your external displays brightness, contrast and volume directly from your mac, using menulet sliders or the keyboard, including native Apple keys."; ObjectID = "Mh5-1A-apq"; */
|
||||
"Mh5-1A-apq.title" = "Control your external displays brightness, contrast and volume directly from your mac, using menulet sliders or the keyboard, including native Apple keys.";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Enable slider snapping"; ObjectID = "MlU-hl-d46"; */
|
||||
"MlU-hl-d46.title" = "Csúszka igazítás engedélyezése";
|
||||
|
||||
|
|
@ -235,6 +259,12 @@
|
|||
/* Class = "NSButtonCell"; title = "Avoid gamma table manipulation"; ObjectID = "na6-mS-MPi"; */
|
||||
"na6-mS-MPi.title" = "Gamma tábla módosítás kerülése";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Ensure MonitorControl is always running when you need it by launching the app at startup."; ObjectID = "nk6-Gh-Mfs"; */
|
||||
"nk6-Gh-Mfs.title" = "Ensure MonitorControl is always running when you need it by launching the app at startup.";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Brightness up"; ObjectID = "nty-g6-Sde"; */
|
||||
"nty-g6-Sde.title" = "Brightness up";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Separate scales for combined hardware & software dimming"; ObjectID = "O8o-hI-8eR"; */
|
||||
"O8o-hI-8eR.title" = "Külön skála kombinált hardver/szoftver sötétítésnál";
|
||||
|
||||
|
|
@ -262,9 +292,15 @@
|
|||
/* 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 = "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" = "Szoftveres sötétítés alkalmazása, miután a kijelző elérte a minimális hardveres fényerőt. Csak hardveres (DDC) kijelzők esetén.";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Brightness down"; ObjectID = "q5a-Ix-Hjs"; */
|
||||
"q5a-Ix-Hjs.title" = "Brightness down";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Both standard and custom shortcuts"; ObjectID = "QDG-SA-mRX"; */
|
||||
"QDG-SA-mRX.title" = "Hagyományos és egyedi billentyűkombinációk";
|
||||
|
||||
|
|
@ -283,6 +319,9 @@
|
|||
/* Class = "NSButtonCell"; title = "Combine hardware and software dimming"; ObjectID = "r76-Zc-x09"; */
|
||||
"r76-Zc-x09.title" = "Hardveres és szoftveres fényerővezérlés kombinálása";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Enable Apple keyboard native key access"; ObjectID = "RBj-pU-aen"; */
|
||||
"RBj-pU-aen.title" = "Enable Apple keyboard native key access";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Normal"; ObjectID = "Riq-uM-bTs"; */
|
||||
"Riq-uM-bTs.title" = "Normál";
|
||||
|
||||
|
|
@ -358,6 +397,9 @@
|
|||
/* Class = "NSMenuItem"; title = "Depends on mouse pointer position"; ObjectID = "Ytd-mg-N5E"; */
|
||||
"Ytd-mg-N5E.title" = "Az egérmutató helyzetétől függ";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Volume up"; ObjectID = "Z3w-eR-qDF"; */
|
||||
"Z3w-eR-qDF.title" = "Volume up";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Use hardware DDC control"; ObjectID = "ZdU-gV-V05"; */
|
||||
"ZdU-gV-V05.title" = "Hardveres DDC vezérlés";
|
||||
|
||||
|
|
|
|||
|
|
@ -13,6 +13,9 @@
|
|||
/* Class = "NSTextFieldCell"; title = "DDC min"; ObjectID = "1zE-fg-xEm"; */
|
||||
"1zE-fg-xEm.title" = "Min DDC";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Volume down"; ObjectID = "21s-bv-GTK"; */
|
||||
"21s-bv-GTK.title" = "Volume down";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Show separate controls for each display in menu"; ObjectID = "3eO-bN-ZRl"; */
|
||||
"3eO-bN-ZRl.title" = "Mostra slider separati per ciascun monitor nel menu";
|
||||
|
||||
|
|
@ -25,6 +28,9 @@
|
|||
/* Class = "NSTextFieldCell"; title = "Using window focus might not work properly with full screen apps."; ObjectID = "4dX-o1-xAc"; */
|
||||
"4dX-o1-xAc.title" = "L'utilizzo del focus sulla finestra potrebbe non funzionare sulle applicazioni a pieno schermo.";
|
||||
|
||||
/* 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" = "Resetta le Preferenze";
|
||||
|
||||
|
|
@ -43,6 +49,9 @@
|
|||
/* Class = "NSButtonCell"; title = "Use fine OSD scale for brightness and contrast"; ObjectID = "8Q8-57-xnT"; */
|
||||
"8Q8-57-xnT.title" = "Utilizza la scala fine OSD";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Start using MonitorControl"; ObjectID = "8WE-da-OZC"; */
|
||||
"8WE-da-OZC.title" = "Start using MonitorControl";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Special thanks to our contributors!"; ObjectID = "95V-M4-2l5"; */
|
||||
"95V-M4-2l5.title" = "Ringraziamento speciale ai contributors!";
|
||||
|
||||
|
|
@ -61,6 +70,9 @@
|
|||
/* Class = "NSMenuItem"; title = "Use audio device name to determine which display to control"; ObjectID = "AqF-uD-KCY"; */
|
||||
"AqF-uD-KCY.title" = "Utilizza dispositivo audio per determinare il monitor da controllare";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Start at Login ?"; ObjectID = "bA1-GF-Y2n"; */
|
||||
"bA1-GF-Y2n.title" = "Start at Login ?";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Show sliders only for the display currently showing the menu"; ObjectID = "bbf-sS-uGv"; */
|
||||
"bbf-sS-uGv.title" = "Mostra gli slider solo per il monitor che sta mostrando il menu";
|
||||
|
||||
|
|
@ -187,18 +199,27 @@
|
|||
/* Class = "NSButtonCell"; title = "Start at Login"; ObjectID = "j72-NF-zsW"; */
|
||||
"j72-NF-zsW.title" = "Avvia automaticamente al Login";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Toggle Mute"; ObjectID = "jK7-7w-uib"; */
|
||||
"jK7-7w-uib.title" = "Toggle Mute";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Change for all screens"; ObjectID = "jSj-HB-T2t"; */
|
||||
"jSj-HB-T2t.title" = "Modifica per tutti i monitor";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Check for updates"; ObjectID = "jVH-oc-rUi"; */
|
||||
"jVH-oc-rUi.title" = "Controlla aggiornamenti";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Start MonitorControl at Login"; ObjectID = "JWJ-OY-VtE"; */
|
||||
"JWJ-OY-VtE.title" = "Start MonitorControl at Login";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Note: you can press Shift during startup for 'Safe mode' to restore defaults and avoid reading or setting anything."; ObjectID = "Jx2-gO-nq9"; */
|
||||
"Jx2-gO-nq9.title" = "Nota: puoi premere Maiusc all'avvio per il 'Safe mode' in modo da impostare i valori di default.";
|
||||
|
||||
/* 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 = "Screen to control:"; ObjectID = "Kfj-WK-aSL"; */
|
||||
"Kfj-WK-aSL.title" = "Monitor da controllare:";
|
||||
|
||||
|
|
@ -217,6 +238,9 @@
|
|||
/* Class = "NSTextFieldCell"; title = "Screen to control:"; ObjectID = "ltL-gR-K3Z"; */
|
||||
"ltL-gR-K3Z.title" = "Monitor da controllare:";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Control your external displays brightness, contrast and volume directly from your mac, using menulet sliders or the keyboard, including native Apple keys."; ObjectID = "Mh5-1A-apq"; */
|
||||
"Mh5-1A-apq.title" = "Control your external displays brightness, contrast and volume directly from your mac, using menulet sliders or the keyboard, including native Apple keys.";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Enable slider snapping"; ObjectID = "MlU-hl-d46"; */
|
||||
"MlU-hl-d46.title" = "Abilita lo snap dello slider";
|
||||
|
||||
|
|
@ -235,6 +259,12 @@
|
|||
/* Class = "NSButtonCell"; title = "Avoid gamma table manipulation"; ObjectID = "na6-mS-MPi"; */
|
||||
"na6-mS-MPi.title" = "Impedisci la manipolazione della tabella di gamma";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Ensure MonitorControl is always running when you need it by launching the app at startup."; ObjectID = "nk6-Gh-Mfs"; */
|
||||
"nk6-Gh-Mfs.title" = "Ensure MonitorControl is always running when you need it by launching the app at startup.";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Brightness up"; ObjectID = "nty-g6-Sde"; */
|
||||
"nty-g6-Sde.title" = "Brightness up";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Separate scales for combined hardware & software dimming"; ObjectID = "O8o-hI-8eR"; */
|
||||
"O8o-hI-8eR.title" = "Scale separate per controllo combinato della attenuazione hw/sw";
|
||||
|
||||
|
|
@ -262,9 +292,15 @@
|
|||
/* 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 = "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.";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Brightness down"; ObjectID = "q5a-Ix-Hjs"; */
|
||||
"q5a-Ix-Hjs.title" = "Brightness down";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Both standard and custom shortcuts"; ObjectID = "QDG-SA-mRX"; */
|
||||
"QDG-SA-mRX.title" = "Entrambe le abbreviazioni standard e personalizzate";
|
||||
|
||||
|
|
@ -283,6 +319,9 @@
|
|||
/* Class = "NSButtonCell"; title = "Combine hardware and software dimming"; ObjectID = "r76-Zc-x09"; */
|
||||
"r76-Zc-x09.title" = "Combina l'attenuazione hardware e software";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Enable Apple keyboard native key access"; ObjectID = "RBj-pU-aen"; */
|
||||
"RBj-pU-aen.title" = "Enable Apple keyboard native key access";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Normal"; ObjectID = "Riq-uM-bTs"; */
|
||||
"Riq-uM-bTs.title" = "Normale";
|
||||
|
||||
|
|
@ -358,6 +397,9 @@
|
|||
/* Class = "NSMenuItem"; title = "Depends on mouse pointer position"; ObjectID = "Ytd-mg-N5E"; */
|
||||
"Ytd-mg-N5E.title" = "Dipende dalla posizione del puntatore del mouse";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Volume up"; ObjectID = "Z3w-eR-qDF"; */
|
||||
"Z3w-eR-qDF.title" = "Volume up";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Use hardware DDC control"; ObjectID = "ZdU-gV-V05"; */
|
||||
"ZdU-gV-V05.title" = "Utilizza controllo hardware DDC";
|
||||
|
||||
|
|
|
|||
|
|
@ -13,6 +13,9 @@
|
|||
/* Class = "NSTextFieldCell"; title = "DDC min"; ObjectID = "1zE-fg-xEm"; */
|
||||
"1zE-fg-xEm.title" = "DDC 최솟값";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Volume down"; ObjectID = "21s-bv-GTK"; */
|
||||
"21s-bv-GTK.title" = "Volume down";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Show separate controls for each display in menu"; ObjectID = "3eO-bN-ZRl"; */
|
||||
"3eO-bN-ZRl.title" = "메뉴에서 각 디스플레이에 대해 각각의 컨트롤 표시";
|
||||
|
||||
|
|
@ -25,6 +28,9 @@
|
|||
/* Class = "NSTextFieldCell"; title = "Using window focus might not work properly with full screen apps."; ObjectID = "4dX-o1-xAc"; */
|
||||
"4dX-o1-xAc.title" = "활성화된 창을 기준으로 하면 전체 화면 앱에서 제대로 동작하지 않을 수 있습니다.";
|
||||
|
||||
/* 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" = "환경 설정 초기화";
|
||||
|
||||
|
|
@ -43,6 +49,9 @@
|
|||
/* Class = "NSButtonCell"; title = "Use fine OSD scale for brightness and contrast"; ObjectID = "8Q8-57-xnT"; */
|
||||
"8Q8-57-xnT.title" = "미세한 OSD 스케일 사용";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Start using MonitorControl"; ObjectID = "8WE-da-OZC"; */
|
||||
"8WE-da-OZC.title" = "Start using MonitorControl";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Special thanks to our contributors!"; ObjectID = "95V-M4-2l5"; */
|
||||
"95V-M4-2l5.title" = "기여자에게 특별한 감사를 드립니다!";
|
||||
|
||||
|
|
@ -61,6 +70,9 @@
|
|||
/* Class = "NSMenuItem"; title = "Use audio device name to determine which display to control"; ObjectID = "AqF-uD-KCY"; */
|
||||
"AqF-uD-KCY.title" = "오디오 장치 이름을 사용하여 제어할 디스플레이 결정";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Start at Login ?"; ObjectID = "bA1-GF-Y2n"; */
|
||||
"bA1-GF-Y2n.title" = "Start at Login ?";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Show sliders only for the display currently showing the menu"; ObjectID = "bbf-sS-uGv"; */
|
||||
"bbf-sS-uGv.title" = "현재 메뉴를 보여주는 디스플레이에 대한 슬라이더만 표시";
|
||||
|
||||
|
|
@ -187,18 +199,27 @@
|
|||
/* Class = "NSButtonCell"; title = "Start at Login"; ObjectID = "j72-NF-zsW"; */
|
||||
"j72-NF-zsW.title" = "로그인 시 시작";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Toggle Mute"; ObjectID = "jK7-7w-uib"; */
|
||||
"jK7-7w-uib.title" = "Toggle Mute";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Change for all screens"; ObjectID = "jSj-HB-T2t"; */
|
||||
"jSj-HB-T2t.title" = "모든 화면에 대해 변경";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Check for updates"; ObjectID = "jVH-oc-rUi"; */
|
||||
"jVH-oc-rUi.title" = "업데이트 확인";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Start MonitorControl at Login"; ObjectID = "JWJ-OY-VtE"; */
|
||||
"JWJ-OY-VtE.title" = "Start MonitorControl at Login";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Note: you can press Shift during startup for 'Safe mode' to restore defaults and avoid reading or setting anything."; ObjectID = "Jx2-gO-nq9"; */
|
||||
"Jx2-gO-nq9.title" = "참고: 시작하는 동안 Shift 키를 눌러 '안전 모드'를 실행할 수 있으며, 이는 기본값을 복원하고 어떠한 것이든 읽거나 설정하지 않도록 할 수 있습니다.";
|
||||
|
||||
/* 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"; */
|
||||
"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 = "Screen to control:"; ObjectID = "Kfj-WK-aSL"; */
|
||||
"Kfj-WK-aSL.title" = "제어할 화면:";
|
||||
|
||||
|
|
@ -217,6 +238,9 @@
|
|||
/* Class = "NSTextFieldCell"; title = "Screen to control:"; ObjectID = "ltL-gR-K3Z"; */
|
||||
"ltL-gR-K3Z.title" = "제어할 화면:";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Control your external displays brightness, contrast and volume directly from your mac, using menulet sliders or the keyboard, including native Apple keys."; ObjectID = "Mh5-1A-apq"; */
|
||||
"Mh5-1A-apq.title" = "Control your external displays brightness, contrast and volume directly from your mac, using menulet sliders or the keyboard, including native Apple keys.";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Enable slider snapping"; ObjectID = "MlU-hl-d46"; */
|
||||
"MlU-hl-d46.title" = "슬라이더 정렬 활성화";
|
||||
|
||||
|
|
@ -235,6 +259,12 @@
|
|||
/* Class = "NSButtonCell"; title = "Avoid gamma table manipulation"; ObjectID = "na6-mS-MPi"; */
|
||||
"na6-mS-MPi.title" = "감마 테이블 조절 방지";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Ensure MonitorControl is always running when you need it by launching the app at startup."; ObjectID = "nk6-Gh-Mfs"; */
|
||||
"nk6-Gh-Mfs.title" = "Ensure MonitorControl is always running when you need it by launching the app at startup.";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Brightness up"; ObjectID = "nty-g6-Sde"; */
|
||||
"nty-g6-Sde.title" = "Brightness up";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Separate scales for combined hardware & software dimming"; ObjectID = "O8o-hI-8eR"; */
|
||||
"O8o-hI-8eR.title" = "통합된 하드웨어 및 소프트웨어 밝기 조절을 위한 별도의 스케일";
|
||||
|
||||
|
|
@ -262,9 +292,15 @@
|
|||
/* Class = "NSTextFieldCell"; title = "DDC max"; ObjectID = "psF-vX-AFB"; */
|
||||
"psF-vX-AFB.title" = "DDC 최댓값";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Open System Preferences…"; ObjectID = "pVc-wG-Bdh"; */
|
||||
"pVc-wG-Bdh.title" = "Open System Preferences…";
|
||||
|
||||
/* 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" = "디스플레이가 확장된 범위에 대해 하드웨어 밝기가 0에 도달한 후 소프트웨어 밝기 조절을 사용합니다. DDC 제어 디스플레이에서만 동작합니다.";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Brightness down"; ObjectID = "q5a-Ix-Hjs"; */
|
||||
"q5a-Ix-Hjs.title" = "Brightness down";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Both standard and custom shortcuts"; ObjectID = "QDG-SA-mRX"; */
|
||||
"QDG-SA-mRX.title" = "표준 및 사용자 정의 단축키 둘 다";
|
||||
|
||||
|
|
@ -283,6 +319,9 @@
|
|||
/* Class = "NSButtonCell"; title = "Combine hardware and software dimming"; ObjectID = "r76-Zc-x09"; */
|
||||
"r76-Zc-x09.title" = "하드웨어 및 소프트웨어 밝기 조절 통합";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Enable Apple keyboard native key access"; ObjectID = "RBj-pU-aen"; */
|
||||
"RBj-pU-aen.title" = "Enable Apple keyboard native key access";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Normal"; ObjectID = "Riq-uM-bTs"; */
|
||||
"Riq-uM-bTs.title" = "보통";
|
||||
|
||||
|
|
@ -358,6 +397,9 @@
|
|||
/* Class = "NSMenuItem"; title = "Depends on mouse pointer position"; ObjectID = "Ytd-mg-N5E"; */
|
||||
"Ytd-mg-N5E.title" = "마우스 포인터 위치에 따라 다름";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Volume up"; ObjectID = "Z3w-eR-qDF"; */
|
||||
"Z3w-eR-qDF.title" = "Volume up";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Use hardware DDC control"; ObjectID = "ZdU-gV-V05"; */
|
||||
"ZdU-gV-V05.title" = "하드웨어 DDC 제어 사용";
|
||||
|
||||
|
|
|
|||
|
|
@ -13,6 +13,9 @@
|
|||
/* Class = "NSTextFieldCell"; title = "DDC min"; ObjectID = "1zE-fg-xEm"; */
|
||||
"1zE-fg-xEm.title" = "DDC min";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Volume down"; ObjectID = "21s-bv-GTK"; */
|
||||
"21s-bv-GTK.title" = "Volume down";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Show separate controls for each display in menu"; ObjectID = "3eO-bN-ZRl"; */
|
||||
"3eO-bN-ZRl.title" = "Toon afzonderlijke bedieningselementen voor elk scherm in het menu";
|
||||
|
||||
|
|
@ -25,6 +28,9 @@
|
|||
/* Class = "NSTextFieldCell"; title = "Using window focus might not work properly with full screen apps."; ObjectID = "4dX-o1-xAc"; */
|
||||
"4dX-o1-xAc.title" = "Het gebruik van vensterfocus als alternatief werkt mogelijk niet goed bij fullscreen apps.";
|
||||
|
||||
/* 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 voorkeuren";
|
||||
|
||||
|
|
@ -43,6 +49,9 @@
|
|||
/* Class = "NSButtonCell"; title = "Use fine OSD scale for brightness and contrast"; ObjectID = "8Q8-57-xnT"; */
|
||||
"8Q8-57-xnT.title" = "Gebruik fijne OSD-schaal voor helderheid en contrast";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Start using MonitorControl"; ObjectID = "8WE-da-OZC"; */
|
||||
"8WE-da-OZC.title" = "Start using MonitorControl";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Special thanks to our contributors!"; ObjectID = "95V-M4-2l5"; */
|
||||
"95V-M4-2l5.title" = "Speciale dank aan onze bijdragers!";
|
||||
|
||||
|
|
@ -61,6 +70,9 @@
|
|||
/* Class = "NSMenuItem"; title = "Use audio device name to determine which display to control"; ObjectID = "AqF-uD-KCY"; */
|
||||
"AqF-uD-KCY.title" = "Gebruik Audioapparaat naam om te bepalen welk scherm u wilt bedienen";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Start at Login ?"; ObjectID = "bA1-GF-Y2n"; */
|
||||
"bA1-GF-Y2n.title" = "Start at Login ?";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Show sliders only for the display currently showing the menu"; ObjectID = "bbf-sS-uGv"; */
|
||||
"bbf-sS-uGv.title" = "Enkel schuifregelaars tonen voor het scherm dat het menu toont";
|
||||
|
||||
|
|
@ -187,18 +199,27 @@
|
|||
/* Class = "NSButtonCell"; title = "Start at Login"; ObjectID = "j72-NF-zsW"; */
|
||||
"j72-NF-zsW.title" = "Start bij Inloggen";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Toggle Mute"; ObjectID = "jK7-7w-uib"; */
|
||||
"jK7-7w-uib.title" = "Toggle Mute";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Change for all screens"; ObjectID = "jSj-HB-T2t"; */
|
||||
"jSj-HB-T2t.title" = "Wijzigen voor alle schermen";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Check for updates"; ObjectID = "jVH-oc-rUi"; */
|
||||
"jVH-oc-rUi.title" = "Controleren op updates";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Start MonitorControl at Login"; ObjectID = "JWJ-OY-VtE"; */
|
||||
"JWJ-OY-VtE.title" = "Start MonitorControl at Login";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Note: you can press Shift during startup for 'Safe mode' to restore defaults and avoid reading or setting anything."; ObjectID = "Jx2-gO-nq9"; */
|
||||
"Jx2-gO-nq9.title" = "Opmerking: u kunt tijdens het opstarten op Shift drukken voor 'Veilige modus' om de standaardinstellingen te herstellen en niets te lezen of in te stellen.";
|
||||
|
||||
/* 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 = "Screen to control:"; ObjectID = "Kfj-WK-aSL"; */
|
||||
"Kfj-WK-aSL.title" = "Scherm om te bedienen:";
|
||||
|
||||
|
|
@ -217,6 +238,9 @@
|
|||
/* Class = "NSTextFieldCell"; title = "Screen to control:"; ObjectID = "ltL-gR-K3Z"; */
|
||||
"ltL-gR-K3Z.title" = "Scherm om te bedienen:";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Control your external displays brightness, contrast and volume directly from your mac, using menulet sliders or the keyboard, including native Apple keys."; ObjectID = "Mh5-1A-apq"; */
|
||||
"Mh5-1A-apq.title" = "Control your external displays brightness, contrast and volume directly from your mac, using menulet sliders or the keyboard, including native Apple keys.";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Enable slider snapping"; ObjectID = "MlU-hl-d46"; */
|
||||
"MlU-hl-d46.title" = "Schuifregelaar snapping inschakelen";
|
||||
|
||||
|
|
@ -235,6 +259,12 @@
|
|||
/* Class = "NSButtonCell"; title = "Avoid gamma table manipulation"; ObjectID = "na6-mS-MPi"; */
|
||||
"na6-mS-MPi.title" = "Voorkom gamma table manipulatie";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Ensure MonitorControl is always running when you need it by launching the app at startup."; ObjectID = "nk6-Gh-Mfs"; */
|
||||
"nk6-Gh-Mfs.title" = "Ensure MonitorControl is always running when you need it by launching the app at startup.";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Brightness up"; ObjectID = "nty-g6-Sde"; */
|
||||
"nty-g6-Sde.title" = "Brightness up";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Separate scales for combined hardware & software dimming"; ObjectID = "O8o-hI-8eR"; */
|
||||
"O8o-hI-8eR.title" = "Aparte schaal voor gecombineerd hardware & software dimmen";
|
||||
|
||||
|
|
@ -262,9 +292,15 @@
|
|||
/* 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 = "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.";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Brightness down"; ObjectID = "q5a-Ix-Hjs"; */
|
||||
"q5a-Ix-Hjs.title" = "Brightness down";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Both standard and custom shortcuts"; ObjectID = "QDG-SA-mRX"; */
|
||||
"QDG-SA-mRX.title" = "Zowel standaard als aangepaste sneltoetsen";
|
||||
|
||||
|
|
@ -283,6 +319,9 @@
|
|||
/* Class = "NSButtonCell"; title = "Combine hardware and software dimming"; ObjectID = "r76-Zc-x09"; */
|
||||
"r76-Zc-x09.title" = "Combineer hardware en software dimmen";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Enable Apple keyboard native key access"; ObjectID = "RBj-pU-aen"; */
|
||||
"RBj-pU-aen.title" = "Enable Apple keyboard native key access";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Normal"; ObjectID = "Riq-uM-bTs"; */
|
||||
"Riq-uM-bTs.title" = "Normaal";
|
||||
|
||||
|
|
@ -358,6 +397,9 @@
|
|||
/* Class = "NSMenuItem"; title = "Depends on mouse pointer position"; ObjectID = "Ytd-mg-N5E"; */
|
||||
"Ytd-mg-N5E.title" = "Afhankelijk van de positie van de muisaanwijzer";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Volume up"; ObjectID = "Z3w-eR-qDF"; */
|
||||
"Z3w-eR-qDF.title" = "Volume up";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Use hardware DDC control"; ObjectID = "ZdU-gV-V05"; */
|
||||
"ZdU-gV-V05.title" = "Gebruik hardwarematige DDC-besturing";
|
||||
|
||||
|
|
|
|||
|
|
@ -13,6 +13,9 @@
|
|||
/* Class = "NSTextFieldCell"; title = "DDC min"; ObjectID = "1zE-fg-xEm"; */
|
||||
"1zE-fg-xEm.title" = "DDC min";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Volume down"; ObjectID = "21s-bv-GTK"; */
|
||||
"21s-bv-GTK.title" = "Volume down";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Show separate controls for each display in menu"; ObjectID = "3eO-bN-ZRl"; */
|
||||
"3eO-bN-ZRl.title" = "Mostrar controles separados para cada monitor no menu";
|
||||
|
||||
|
|
@ -25,6 +28,9 @@
|
|||
/* Class = "NSTextFieldCell"; title = "Using window focus might not work properly with full screen apps."; ObjectID = "4dX-o1-xAc"; */
|
||||
"4dX-o1-xAc.title" = "Usar o foco da janela pode não funcionar com aplicativos em tela cheia.";
|
||||
|
||||
/* 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" = "Redefinir preferências";
|
||||
|
||||
|
|
@ -43,6 +49,9 @@
|
|||
/* Class = "NSButtonCell"; title = "Use fine OSD scale for brightness and contrast"; ObjectID = "8Q8-57-xnT"; */
|
||||
"8Q8-57-xnT.title" = "Use escala fina de OSD para brilho e contraste";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Start using MonitorControl"; ObjectID = "8WE-da-OZC"; */
|
||||
"8WE-da-OZC.title" = "Start using MonitorControl";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Special thanks to our contributors!"; ObjectID = "95V-M4-2l5"; */
|
||||
"95V-M4-2l5.title" = "Agradecimento especial para nossos colaboradores!";
|
||||
|
||||
|
|
@ -61,6 +70,9 @@
|
|||
/* Class = "NSMenuItem"; title = "Use audio device name to determine which display to control"; ObjectID = "AqF-uD-KCY"; */
|
||||
"AqF-uD-KCY.title" = "Usar nome do dispositivo de áudio para determinar qual monitor controlar";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Start at Login ?"; ObjectID = "bA1-GF-Y2n"; */
|
||||
"bA1-GF-Y2n.title" = "Start at Login ?";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Show sliders only for the display currently showing the menu"; ObjectID = "bbf-sS-uGv"; */
|
||||
"bbf-sS-uGv.title" = "Mostrar os controles deslizantes apenas para o monitor apresentado no menu";
|
||||
|
||||
|
|
@ -187,18 +199,27 @@
|
|||
/* Class = "NSButtonCell"; title = "Start at Login"; ObjectID = "j72-NF-zsW"; */
|
||||
"j72-NF-zsW.title" = "Iniciar ao entrar";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Toggle Mute"; ObjectID = "jK7-7w-uib"; */
|
||||
"jK7-7w-uib.title" = "Toggle Mute";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Change for all screens"; ObjectID = "jSj-HB-T2t"; */
|
||||
"jSj-HB-T2t.title" = "Alterar para todos os monitores";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Check for updates"; ObjectID = "jVH-oc-rUi"; */
|
||||
"jVH-oc-rUi.title" = "Verificar atualizações";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Start MonitorControl at Login"; ObjectID = "JWJ-OY-VtE"; */
|
||||
"JWJ-OY-VtE.title" = "Start MonitorControl at Login";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Note: you can press Shift during startup for 'Safe mode' to restore defaults and avoid reading or setting anything."; ObjectID = "Jx2-gO-nq9"; */
|
||||
"Jx2-gO-nq9.title" = "Nota: você pode pressionar Shift durante a inicialização para 'Modo de segurança' para restaurar os padrões e evitar carregar as configurações.";
|
||||
|
||||
/* 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 = "Screen to control:"; ObjectID = "Kfj-WK-aSL"; */
|
||||
"Kfj-WK-aSL.title" = "Monitor para controlar:";
|
||||
|
||||
|
|
@ -217,6 +238,9 @@
|
|||
/* Class = "NSTextFieldCell"; title = "Screen to control:"; ObjectID = "ltL-gR-K3Z"; */
|
||||
"ltL-gR-K3Z.title" = "Monitor para controlar:";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Control your external displays brightness, contrast and volume directly from your mac, using menulet sliders or the keyboard, including native Apple keys."; ObjectID = "Mh5-1A-apq"; */
|
||||
"Mh5-1A-apq.title" = "Control your external displays brightness, contrast and volume directly from your mac, using menulet sliders or the keyboard, including native Apple keys.";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Enable slider snapping"; ObjectID = "MlU-hl-d46"; */
|
||||
"MlU-hl-d46.title" = "Ativar ajuste de controle deslizante";
|
||||
|
||||
|
|
@ -235,6 +259,12 @@
|
|||
/* Class = "NSButtonCell"; title = "Avoid gamma table manipulation"; ObjectID = "na6-mS-MPi"; */
|
||||
"na6-mS-MPi.title" = "Evite a manipulação da tabela gama";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Ensure MonitorControl is always running when you need it by launching the app at startup."; ObjectID = "nk6-Gh-Mfs"; */
|
||||
"nk6-Gh-Mfs.title" = "Ensure MonitorControl is always running when you need it by launching the app at startup.";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Brightness up"; ObjectID = "nty-g6-Sde"; */
|
||||
"nty-g6-Sde.title" = "Brightness up";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Separate scales for combined hardware & software dimming"; ObjectID = "O8o-hI-8eR"; */
|
||||
"O8o-hI-8eR.title" = "Escalas separadas para escurecimento combinado de hardware e software";
|
||||
|
||||
|
|
@ -262,12 +292,18 @@
|
|||
/* 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 = "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."
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Both standard and custom shortcuts"; ObjectID = "QDG-SA-mRX"; */
|
||||
"QDG-SA-mRX.title" = "Atalhos padrão e personalizados";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Brightness down"; ObjectID = "q5a-Ix-Hjs"; */
|
||||
"q5a-Ix-Hjs.title" = "Brightness down";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Both standard and custom shortcuts"; ObjectID = "QDG-SA-mRX"; */
|
||||
"QDG-SA-mRX.title" = "Both standard and custom shortcuts";
|
||||
|
||||
|
|
@ -286,6 +322,9 @@
|
|||
/* Class = "NSButtonCell"; title = "Combine hardware and software dimming"; ObjectID = "r76-Zc-x09"; */
|
||||
"r76-Zc-x09.title" = "Combine escurecimento de hardware e software";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Enable Apple keyboard native key access"; ObjectID = "RBj-pU-aen"; */
|
||||
"RBj-pU-aen.title" = "Enable Apple keyboard native key access";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Normal"; ObjectID = "Riq-uM-bTs"; */
|
||||
"Riq-uM-bTs.title" = "Normal";
|
||||
|
||||
|
|
@ -361,6 +400,9 @@
|
|||
/* Class = "NSMenuItem"; title = "Depends on mouse pointer position"; ObjectID = "Ytd-mg-N5E"; */
|
||||
"Ytd-mg-N5E.title" = "Depende da posição do ponteiro do mouse";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Volume up"; ObjectID = "Z3w-eR-qDF"; */
|
||||
"Z3w-eR-qDF.title" = "Volume up";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Use hardware DDC control"; ObjectID = "ZdU-gV-V05"; */
|
||||
"ZdU-gV-V05.title" = "Use o controle de hardware DDC";
|
||||
|
||||
|
|
|
|||
|
|
@ -13,6 +13,9 @@
|
|||
/* Class = "NSTextFieldCell"; title = "DDC min"; ObjectID = "1zE-fg-xEm"; */
|
||||
"1zE-fg-xEm.title" = "DDC min";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Volume down"; ObjectID = "21s-bv-GTK"; */
|
||||
"21s-bv-GTK.title" = "Volume down";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Show separate controls for each display in menu"; ObjectID = "3eO-bN-ZRl"; */
|
||||
"3eO-bN-ZRl.title" = "Menüdeki her ekran için ayrı kontroller göster";
|
||||
|
||||
|
|
@ -25,6 +28,9 @@
|
|||
/* Class = "NSTextFieldCell"; title = "Using window focus might not work properly with full screen apps."; ObjectID = "4dX-o1-xAc"; */
|
||||
"4dX-o1-xAc.title" = "Bunun yerine pencere odağını kullanmak, tam ekran uygulamalarla iyi çalışmayabilir.";
|
||||
|
||||
/* 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" = "Ayarları Sıfırla";
|
||||
|
||||
|
|
@ -43,6 +49,9 @@
|
|||
/* Class = "NSButtonCell"; title = "Use fine OSD scale for brightness and contrast"; ObjectID = "8Q8-57-xnT"; */
|
||||
"8Q8-57-xnT.title" = "Hassas OSD ölçeğini kullanın";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Start using MonitorControl"; ObjectID = "8WE-da-OZC"; */
|
||||
"8WE-da-OZC.title" = "Start using MonitorControl";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Special thanks to our contributors!"; ObjectID = "95V-M4-2l5"; */
|
||||
"95V-M4-2l5.title" = "Katkıda bulunanlarımıza özel teşekkürler!";
|
||||
|
||||
|
|
@ -61,6 +70,9 @@
|
|||
/* Class = "NSMenuItem"; title = "Use audio device name to determine which display to control"; ObjectID = "AqF-uD-KCY"; */
|
||||
"AqF-uD-KCY.title" = "Hangi ekranın kontrol edileceğini belirlemek için ses cihazı adını kullanın";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Start at Login ?"; ObjectID = "bA1-GF-Y2n"; */
|
||||
"bA1-GF-Y2n.title" = "Start at Login ?";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Show sliders only for the display currently showing the menu"; ObjectID = "bbf-sS-uGv"; */
|
||||
"bbf-sS-uGv.title" = "Kaydırıcıları yalnızca o anda menüyü gösteren ekran için göster";
|
||||
|
||||
|
|
@ -187,18 +199,27 @@
|
|||
/* Class = "NSButtonCell"; title = "Start at Login"; ObjectID = "j72-NF-zsW"; */
|
||||
"j72-NF-zsW.title" = "Başlangıçta çalıştır";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Toggle Mute"; ObjectID = "jK7-7w-uib"; */
|
||||
"jK7-7w-uib.title" = "Toggle Mute";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Change for all screens"; ObjectID = "jSj-HB-T2t"; */
|
||||
"jSj-HB-T2t.title" = "Tüm ekranlarda değiştir";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Check for updates"; ObjectID = "jVH-oc-rUi"; */
|
||||
"jVH-oc-rUi.title" = "Güncellemeleri denetle";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Start MonitorControl at Login"; ObjectID = "JWJ-OY-VtE"; */
|
||||
"JWJ-OY-VtE.title" = "Start MonitorControl at Login";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Note: you can press Shift during startup for 'Safe mode' to restore defaults and avoid reading or setting anything."; ObjectID = "Jx2-gO-nq9"; */
|
||||
"Jx2-gO-nq9.title" = "Not: Varsayılanları geri yüklemek ve herhangi bir şeyi okumaktan veya ayarlamaktan kaçınmak için 'Güvenli mod' için başlatma sırasında Shift tuşuna basabilirsiniz.";
|
||||
|
||||
/* 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"; */
|
||||
"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 = "Screen to control:"; ObjectID = "Kfj-WK-aSL"; */
|
||||
"Kfj-WK-aSL.title" = "Kontrol edilecek ekran:";
|
||||
|
||||
|
|
@ -217,6 +238,9 @@
|
|||
/* Class = "NSTextFieldCell"; title = "Screen to control:"; ObjectID = "ltL-gR-K3Z"; */
|
||||
"ltL-gR-K3Z.title" = "Kontrol edilecek ekran:";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Control your external displays brightness, contrast and volume directly from your mac, using menulet sliders or the keyboard, including native Apple keys."; ObjectID = "Mh5-1A-apq"; */
|
||||
"Mh5-1A-apq.title" = "Control your external displays brightness, contrast and volume directly from your mac, using menulet sliders or the keyboard, including native Apple keys.";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Enable slider snapping"; ObjectID = "MlU-hl-d46"; */
|
||||
"MlU-hl-d46.title" = "Kaydırıcı yakalamayı etkinleştir";
|
||||
|
||||
|
|
@ -235,6 +259,12 @@
|
|||
/* Class = "NSButtonCell"; title = "Avoid gamma table manipulation"; ObjectID = "na6-mS-MPi"; */
|
||||
"na6-mS-MPi.title" = "Gama tablosu manipülasyonundan kaçının";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Ensure MonitorControl is always running when you need it by launching the app at startup."; ObjectID = "nk6-Gh-Mfs"; */
|
||||
"nk6-Gh-Mfs.title" = "Ensure MonitorControl is always running when you need it by launching the app at startup.";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Brightness up"; ObjectID = "nty-g6-Sde"; */
|
||||
"nty-g6-Sde.title" = "Brightness up";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Separate scales for combined hardware & software dimming"; ObjectID = "O8o-hI-8eR"; */
|
||||
"O8o-hI-8eR.title" = "Birleşik donanım ve yazılım karartması için ayrı dengeler";
|
||||
|
||||
|
|
@ -262,9 +292,15 @@
|
|||
/* 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"; */
|
||||
"pVc-wG-Bdh.title" = "Open System Preferences…";
|
||||
|
||||
/* 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" = "Genişletilmiş aralık için ekran sıfır donanım parlaklığına ulaştıktan sonra yazılım karartmasını kullanın. Yalnızca DDC kontrollü ekranlar için çalışır.";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Brightness down"; ObjectID = "q5a-Ix-Hjs"; */
|
||||
"q5a-Ix-Hjs.title" = "Brightness down";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Both standard and custom shortcuts"; ObjectID = "QDG-SA-mRX"; */
|
||||
"QDG-SA-mRX.title" = "Hem standart hem de özel kısayollar";
|
||||
|
||||
|
|
@ -283,6 +319,9 @@
|
|||
/* Class = "NSButtonCell"; title = "Combine hardware and software dimming"; ObjectID = "r76-Zc-x09"; */
|
||||
"r76-Zc-x09.title" = "Donanım ve yazılım karartmasını birleştirin";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Enable Apple keyboard native key access"; ObjectID = "RBj-pU-aen"; */
|
||||
"RBj-pU-aen.title" = "Enable Apple keyboard native key access";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Normal"; ObjectID = "Riq-uM-bTs"; */
|
||||
"Riq-uM-bTs.title" = "Normal";
|
||||
|
||||
|
|
@ -358,6 +397,9 @@
|
|||
/* Class = "NSMenuItem"; title = "Depends on mouse pointer position"; ObjectID = "Ytd-mg-N5E"; */
|
||||
"Ytd-mg-N5E.title" = "Fare işaretçisinin konumuna bağlıdır";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Volume up"; ObjectID = "Z3w-eR-qDF"; */
|
||||
"Z3w-eR-qDF.title" = "Volume up";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Use hardware DDC control"; ObjectID = "ZdU-gV-V05"; */
|
||||
"ZdU-gV-V05.title" = "Donanım DDC kontrolünü kullan";
|
||||
|
||||
|
|
|
|||
|
|
@ -13,6 +13,9 @@
|
|||
/* Class = "NSTextFieldCell"; title = "DDC min"; ObjectID = "1zE-fg-xEm"; */
|
||||
"1zE-fg-xEm.title" = "DDC最小值";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Volume down"; ObjectID = "21s-bv-GTK"; */
|
||||
"21s-bv-GTK.title" = "Volume down";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Show separate controls for each display in menu"; ObjectID = "3eO-bN-ZRl"; */
|
||||
"3eO-bN-ZRl.title" = "显示各个显示器的控制滑杆";
|
||||
|
||||
|
|
@ -25,6 +28,9 @@
|
|||
/* Class = "NSTextFieldCell"; title = "Using window focus might not work properly with full screen apps."; ObjectID = "4dX-o1-xAc"; */
|
||||
"4dX-o1-xAc.title" = "启用后软件全屏时效果可能不理想。";
|
||||
|
||||
/* 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" = "重置设置";
|
||||
|
||||
|
|
@ -43,6 +49,9 @@
|
|||
/* Class = "NSButtonCell"; title = "Use fine OSD scale for brightness and contrast"; ObjectID = "8Q8-57-xnT"; */
|
||||
"8Q8-57-xnT.title" = "使用精细的OSD刻度";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Start using MonitorControl"; ObjectID = "8WE-da-OZC"; */
|
||||
"8WE-da-OZC.title" = "Start using MonitorControl";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Special thanks to our contributors!"; ObjectID = "95V-M4-2l5"; */
|
||||
"95V-M4-2l5.title" = "特别感谢我们的贡献者们!";
|
||||
|
||||
|
|
@ -61,6 +70,9 @@
|
|||
/* Class = "NSMenuItem"; title = "Use audio device name to determine which display to control"; ObjectID = "AqF-uD-KCY"; */
|
||||
"AqF-uD-KCY.title" = "以音频设备名称判断控制哪个显示器";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Start at Login ?"; ObjectID = "bA1-GF-Y2n"; */
|
||||
"bA1-GF-Y2n.title" = "Start at Login ?";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Show sliders only for the display currently showing the menu"; ObjectID = "bbf-sS-uGv"; */
|
||||
"bbf-sS-uGv.title" = "仅显示当前显示器的滑杆介面";
|
||||
|
||||
|
|
@ -187,18 +199,27 @@
|
|||
/* Class = "NSButtonCell"; title = "Start at Login"; ObjectID = "j72-NF-zsW"; */
|
||||
"j72-NF-zsW.title" = "登录时启动";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Toggle Mute"; ObjectID = "jK7-7w-uib"; */
|
||||
"jK7-7w-uib.title" = "Toggle Mute";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Change for all screens"; ObjectID = "jSj-HB-T2t"; */
|
||||
"jSj-HB-T2t.title" = "所有显示器";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Check for updates"; ObjectID = "jVH-oc-rUi"; */
|
||||
"jVH-oc-rUi.title" = "检查更新";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Start MonitorControl at Login"; ObjectID = "JWJ-OY-VtE"; */
|
||||
"JWJ-OY-VtE.title" = "Start MonitorControl at Login";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Note: you can press Shift during startup for 'Safe mode' to restore defaults and avoid reading or setting anything."; ObjectID = "Jx2-gO-nq9"; */
|
||||
"Jx2-gO-nq9.title" = "注:启动时按下Shift进入「安全模式」以恢复原始设置并避免读取或更动任何设置。";
|
||||
|
||||
/* 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"; */
|
||||
"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 = "Screen to control:"; ObjectID = "Kfj-WK-aSL"; */
|
||||
"Kfj-WK-aSL.title" = "控制的显示器:";
|
||||
|
||||
|
|
@ -217,6 +238,9 @@
|
|||
/* Class = "NSTextFieldCell"; title = "Screen to control:"; ObjectID = "ltL-gR-K3Z"; */
|
||||
"ltL-gR-K3Z.title" = "控制的显示器:";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Control your external displays brightness, contrast and volume directly from your mac, using menulet sliders or the keyboard, including native Apple keys."; ObjectID = "Mh5-1A-apq"; */
|
||||
"Mh5-1A-apq.title" = "Control your external displays brightness, contrast and volume directly from your mac, using menulet sliders or the keyboard, including native Apple keys.";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Enable slider snapping"; ObjectID = "MlU-hl-d46"; */
|
||||
"MlU-hl-d46.title" = "启用滑杆定位";
|
||||
|
||||
|
|
@ -235,6 +259,12 @@
|
|||
/* Class = "NSButtonCell"; title = "Avoid gamma table manipulation"; ObjectID = "na6-mS-MPi"; */
|
||||
"na6-mS-MPi.title" = "避免设置伽马值";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Ensure MonitorControl is always running when you need it by launching the app at startup."; ObjectID = "nk6-Gh-Mfs"; */
|
||||
"nk6-Gh-Mfs.title" = "Ensure MonitorControl is always running when you need it by launching the app at startup.";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Brightness up"; ObjectID = "nty-g6-Sde"; */
|
||||
"nty-g6-Sde.title" = "Brightness up";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Separate scales for combined hardware & software dimming"; ObjectID = "O8o-hI-8eR"; */
|
||||
"O8o-hI-8eR.title" = "使用硬件结合软件调整时忽略软件调整的范围";
|
||||
|
||||
|
|
@ -262,9 +292,15 @@
|
|||
/* Class = "NSTextFieldCell"; title = "DDC max"; ObjectID = "psF-vX-AFB"; */
|
||||
"psF-vX-AFB.title" = "DDC最大值";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Open System Preferences…"; ObjectID = "pVc-wG-Bdh"; */
|
||||
"pVc-wG-Bdh.title" = "Open System Preferences…";
|
||||
|
||||
/* 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" = "当显示器的硬件设置亮度为0时以软件进一步降低亮度(仅适用于以DDC控制的显示器)。";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Brightness down"; ObjectID = "q5a-Ix-Hjs"; */
|
||||
"q5a-Ix-Hjs.title" = "Brightness down";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Both standard and custom shortcuts"; ObjectID = "QDG-SA-mRX"; */
|
||||
"QDG-SA-mRX.title" = "标准及自定义快捷键";
|
||||
|
||||
|
|
@ -283,6 +319,9 @@
|
|||
/* Class = "NSButtonCell"; title = "Combine hardware and software dimming"; ObjectID = "r76-Zc-x09"; */
|
||||
"r76-Zc-x09.title" = "结合硬件与软件的亮度控制";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Enable Apple keyboard native key access"; ObjectID = "RBj-pU-aen"; */
|
||||
"RBj-pU-aen.title" = "Enable Apple keyboard native key access";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Normal"; ObjectID = "Riq-uM-bTs"; */
|
||||
"Riq-uM-bTs.title" = "正常";
|
||||
|
||||
|
|
@ -358,6 +397,9 @@
|
|||
/* Class = "NSMenuItem"; title = "Depends on mouse pointer position"; ObjectID = "Ytd-mg-N5E"; */
|
||||
"Ytd-mg-N5E.title" = "取决于鼠标指针位置";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Volume up"; ObjectID = "Z3w-eR-qDF"; */
|
||||
"Z3w-eR-qDF.title" = "Volume up";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Use hardware DDC control"; ObjectID = "ZdU-gV-V05"; */
|
||||
"ZdU-gV-V05.title" = "使用硬件DDC控制";
|
||||
|
||||
|
|
|
|||
|
|
@ -13,6 +13,9 @@
|
|||
/* Class = "NSTextFieldCell"; title = "DDC min"; ObjectID = "1zE-fg-xEm"; */
|
||||
"1zE-fg-xEm.title" = "DDC最小值";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Volume down"; ObjectID = "21s-bv-GTK"; */
|
||||
"21s-bv-GTK.title" = "Volume down";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Show separate controls for each display in menu"; ObjectID = "3eO-bN-ZRl"; */
|
||||
"3eO-bN-ZRl.title" = "顯示各個螢幕的控制滑桿";
|
||||
|
||||
|
|
@ -25,6 +28,9 @@
|
|||
/* Class = "NSTextFieldCell"; title = "Using window focus might not work properly with full screen apps."; ObjectID = "4dX-o1-xAc"; */
|
||||
"4dX-o1-xAc.title" = "啟用後當使用全螢幕Apps時效果可能不佳。";
|
||||
|
||||
/* 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" = "重置設定";
|
||||
|
||||
|
|
@ -43,6 +49,9 @@
|
|||
/* Class = "NSButtonCell"; title = "Use fine OSD scale for brightness and contrast"; ObjectID = "8Q8-57-xnT"; */
|
||||
"8Q8-57-xnT.title" = "使用精細的OSD刻度";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Start using MonitorControl"; ObjectID = "8WE-da-OZC"; */
|
||||
"8WE-da-OZC.title" = "Start using MonitorControl";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Special thanks to our contributors!"; ObjectID = "95V-M4-2l5"; */
|
||||
"95V-M4-2l5.title" = "特別感謝我們的貢獻者們!";
|
||||
|
||||
|
|
@ -61,6 +70,9 @@
|
|||
/* Class = "NSMenuItem"; title = "Use audio device name to determine which display to control"; ObjectID = "AqF-uD-KCY"; */
|
||||
"AqF-uD-KCY.title" = "以音訊裝置名稱判斷控制哪個螢幕";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Start at Login ?"; ObjectID = "bA1-GF-Y2n"; */
|
||||
"bA1-GF-Y2n.title" = "Start at Login ?";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Show sliders only for the display currently showing the menu"; ObjectID = "bbf-sS-uGv"; */
|
||||
"bbf-sS-uGv.title" = "僅顯示當前螢幕的滑桿介面";
|
||||
|
||||
|
|
@ -187,18 +199,27 @@
|
|||
/* Class = "NSButtonCell"; title = "Start at Login"; ObjectID = "j72-NF-zsW"; */
|
||||
"j72-NF-zsW.title" = "登入時啟動";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Toggle Mute"; ObjectID = "jK7-7w-uib"; */
|
||||
"jK7-7w-uib.title" = "Toggle Mute";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Change for all screens"; ObjectID = "jSj-HB-T2t"; */
|
||||
"jSj-HB-T2t.title" = "所有螢幕";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Check for updates"; ObjectID = "jVH-oc-rUi"; */
|
||||
"jVH-oc-rUi.title" = "檢查更新";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Start MonitorControl at Login"; ObjectID = "JWJ-OY-VtE"; */
|
||||
"JWJ-OY-VtE.title" = "Start MonitorControl at Login";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Note: you can press Shift during startup for 'Safe mode' to restore defaults and avoid reading or setting anything."; ObjectID = "Jx2-gO-nq9"; */
|
||||
"Jx2-gO-nq9.title" = "註:啟動時按下Shift進入「安全模式」以恢復原始設定並避免讀取或更動任何設定。";
|
||||
|
||||
/* 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"; */
|
||||
"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 = "Screen to control:"; ObjectID = "Kfj-WK-aSL"; */
|
||||
"Kfj-WK-aSL.title" = "控制的螢幕:";
|
||||
|
||||
|
|
@ -217,6 +238,9 @@
|
|||
/* Class = "NSTextFieldCell"; title = "Screen to control:"; ObjectID = "ltL-gR-K3Z"; */
|
||||
"ltL-gR-K3Z.title" = "控制的螢幕:";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Control your external displays brightness, contrast and volume directly from your mac, using menulet sliders or the keyboard, including native Apple keys."; ObjectID = "Mh5-1A-apq"; */
|
||||
"Mh5-1A-apq.title" = "Control your external displays brightness, contrast and volume directly from your mac, using menulet sliders or the keyboard, including native Apple keys.";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Enable slider snapping"; ObjectID = "MlU-hl-d46"; */
|
||||
"MlU-hl-d46.title" = "啟用滑桿定位";
|
||||
|
||||
|
|
@ -235,6 +259,12 @@
|
|||
/* Class = "NSButtonCell"; title = "Avoid gamma table manipulation"; ObjectID = "na6-mS-MPi"; */
|
||||
"na6-mS-MPi.title" = "避免調整伽瑪值";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Ensure MonitorControl is always running when you need it by launching the app at startup."; ObjectID = "nk6-Gh-Mfs"; */
|
||||
"nk6-Gh-Mfs.title" = "Ensure MonitorControl is always running when you need it by launching the app at startup.";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Brightness up"; ObjectID = "nty-g6-Sde"; */
|
||||
"nty-g6-Sde.title" = "Brightness up";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Separate scales for combined hardware & software dimming"; ObjectID = "O8o-hI-8eR"; */
|
||||
"O8o-hI-8eR.title" = "使用硬體結合軟體調整時忽略軟體調整的範圍";
|
||||
|
||||
|
|
@ -262,9 +292,15 @@
|
|||
/* Class = "NSTextFieldCell"; title = "DDC max"; ObjectID = "psF-vX-AFB"; */
|
||||
"psF-vX-AFB.title" = "DDC最大值";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Open System Preferences…"; ObjectID = "pVc-wG-Bdh"; */
|
||||
"pVc-wG-Bdh.title" = "Open System Preferences…";
|
||||
|
||||
/* 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" = "當螢幕的硬體設定亮度為0時以軟體進一步降低亮度(僅適用於以DDC控制的螢幕)。";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Brightness down"; ObjectID = "q5a-Ix-Hjs"; */
|
||||
"q5a-Ix-Hjs.title" = "Brightness down";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Both standard and custom shortcuts"; ObjectID = "QDG-SA-mRX"; */
|
||||
"QDG-SA-mRX.title" = "標準及自定義快捷鍵";
|
||||
|
||||
|
|
@ -283,6 +319,9 @@
|
|||
/* Class = "NSButtonCell"; title = "Combine hardware and software dimming"; ObjectID = "r76-Zc-x09"; */
|
||||
"r76-Zc-x09.title" = "結合硬體與軟體的亮度控制";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Enable Apple keyboard native key access"; ObjectID = "RBj-pU-aen"; */
|
||||
"RBj-pU-aen.title" = "Enable Apple keyboard native key access";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Normal"; ObjectID = "Riq-uM-bTs"; */
|
||||
"Riq-uM-bTs.title" = "正常";
|
||||
|
||||
|
|
@ -358,6 +397,9 @@
|
|||
/* Class = "NSMenuItem"; title = "Depends on mouse pointer position"; ObjectID = "Ytd-mg-N5E"; */
|
||||
"Ytd-mg-N5E.title" = "取決於鼠標指針位置";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Volume up"; ObjectID = "Z3w-eR-qDF"; */
|
||||
"Z3w-eR-qDF.title" = "Volume up";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Use hardware DDC control"; ObjectID = "ZdU-gV-V05"; */
|
||||
"ZdU-gV-V05.title" = "使用硬體DDC控制";
|
||||
|
||||
|
|
|
|||
|
|
@ -0,0 +1,26 @@
|
|||
// Copyright © MonitorControl. @JoniVR, @theOneyouseek, @waydabber and others
|
||||
|
||||
import Cocoa
|
||||
|
||||
class OnboardingViewController: NSViewController {
|
||||
override func viewDidLoad() {
|
||||
super.viewDidLoad()
|
||||
}
|
||||
|
||||
// MARK: - Actions
|
||||
|
||||
@IBAction func toggleStartAtLoginTouched(_ sender: NSButton) {
|
||||
app.setStartAtLogin(enabled: sender.state == .on)
|
||||
}
|
||||
|
||||
@IBAction func askForPermissionsButtonTouched(_: NSButton) {
|
||||
app.checkPermissions(firstAsk: true)
|
||||
}
|
||||
|
||||
@IBAction func closeButtonTouched(_: NSButton) {
|
||||
self.view.window?.close()
|
||||
DispatchQueue.main.async {
|
||||
app.statusItem.button?.performClick(self)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -3,24 +3,30 @@
|
|||
import Cocoa
|
||||
import Foundation
|
||||
|
||||
// Debug
|
||||
let DEBUG_SW = false
|
||||
let DEBUG_VIRTUAL = false
|
||||
let DEBUG_MACOS10 = false
|
||||
let DEBUG_GAMMA_ENFORCER = false
|
||||
let DDC_MAX_DETECT_LIMIT: Int = 100
|
||||
|
||||
// Version
|
||||
let MIN_PREVIOUS_BUILD_NUMBER = 6262
|
||||
|
||||
// App
|
||||
var app: AppDelegate!
|
||||
var menu: MenuHandler!
|
||||
|
||||
let prefs = UserDefaults.standard
|
||||
let storyboard = NSStoryboard(name: "Main", bundle: Bundle.main)
|
||||
|
||||
// Views
|
||||
private let storyboard = NSStoryboard(name: "Main", bundle: Bundle.main)
|
||||
let mainPrefsVc = storyboard.instantiateController(withIdentifier: "MainPrefsVC") as? MainPrefsViewController
|
||||
let displaysPrefsVc = storyboard.instantiateController(withIdentifier: "DisplaysPrefsVC") as? DisplaysPrefsViewController
|
||||
let menuslidersPrefsVc = storyboard.instantiateController(withIdentifier: "MenuslidersPrefsVC") as? MenuslidersPrefsViewController
|
||||
let keyboardPrefsVc = storyboard.instantiateController(withIdentifier: "KeyboardPrefsVC") as? KeyboardPrefsViewController
|
||||
let aboutPrefsVc = storyboard.instantiateController(withIdentifier: "AboutPrefsVC") as? AboutPrefsViewController
|
||||
let onboardingVc = storyboard.instantiateController(withIdentifier: "onboardingViewController") as? NSWindowController
|
||||
|
||||
autoreleasepool { () -> Void in
|
||||
let mc = NSApplication.shared
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@
|
|||
<key>CFBundleShortVersionString</key>
|
||||
<string>$(MARKETING_VERSION)</string>
|
||||
<key>CFBundleVersion</key>
|
||||
<string>6970</string>
|
||||
<string>7000</string>
|
||||
<key>LSApplicationCategoryType</key>
|
||||
<string>public.app-category.utilities</string>
|
||||
<key>LSBackgroundOnly</key>
|
||||
|
|
|
|||