mirror of
https://github.com/MonitorControl/MonitorControl.git
synced 2026-05-15 14:15:55 -06:00
Setup bartycrouch config, Update all localization files
There were a lot of missing translations, this should make it easier for everyone to update them.
This commit is contained in:
parent
2ef6310a34
commit
7f98df3a91
29 changed files with 892 additions and 694 deletions
35
.bartycrouch.toml
Normal file
35
.bartycrouch.toml
Normal file
|
|
@ -0,0 +1,35 @@
|
|||
[update]
|
||||
tasks = ["interfaces", "code", "transform", "normalize"]
|
||||
|
||||
[update.interfaces]
|
||||
paths = ["."]
|
||||
defaultToBase = true
|
||||
ignoreEmptyStrings = true
|
||||
unstripped = true
|
||||
|
||||
[update.code]
|
||||
codePaths = ["./MonitorControl"]
|
||||
localizablePaths = ["."]
|
||||
defaultToKeys = true
|
||||
additive = true
|
||||
unstripped = true
|
||||
plistArguments = true
|
||||
|
||||
[update.transform]
|
||||
codePaths = ["./MonitorControl"]
|
||||
localizablePaths = ["."]
|
||||
transformer = "foundation"
|
||||
supportedLanguageEnumPath = "."
|
||||
typeName = "BartyCrouch"
|
||||
translateMethodName = "translate"
|
||||
|
||||
[update.normalize]
|
||||
paths = ["."]
|
||||
sourceLocale = "en"
|
||||
harmonizeWithSource = true
|
||||
sortByKeys = true
|
||||
|
||||
[lint]
|
||||
paths = ["."]
|
||||
duplicateKeys = true
|
||||
emptyValues = true
|
||||
|
|
@ -1,3 +1,11 @@
|
|||
/* Shown in the main prefs window */
|
||||
"Advanced" = "Erweitert";
|
||||
|
||||
/* Shown in the alert dialog */
|
||||
"Are you sure you want to enable a longer delay? Doing so may freeze your system and require a restart. Start at login will be disabled as a safety measure." = "Are you sure you want to enable a longer delay? Doing so may freeze your system and require a restart. Start at login will be disabled as a safety measure.";
|
||||
|
||||
/* Shown in the alert dialog */
|
||||
"Are you sure you want to reset all preferences?" = "Are you sure you want to reset all preferences?";
|
||||
|
||||
/* Shown in menu */
|
||||
"Brightness" = "Helligkeit";
|
||||
|
|
@ -14,14 +22,17 @@
|
|||
/* Shown in the main prefs window */
|
||||
"Display" = "Monitor";
|
||||
|
||||
/* Shown in the alert dialog */
|
||||
"Enable Longer Delay?" = "Enable Longer Delay?";
|
||||
|
||||
/* Shown in the main prefs window */
|
||||
"General" = "Allgemein";
|
||||
|
||||
/* Shown in the main prefs window */
|
||||
"Keys" = "Tasten";
|
||||
|
||||
/* Shown in the main prefs window */
|
||||
"Advanced" = "Erweitert";
|
||||
/* Shown in the alert dialog */
|
||||
"No" = "No";
|
||||
|
||||
/* Shown in menu */
|
||||
"No supported display found" = "Kein unterstützter Monitor angeschlossen";
|
||||
|
|
@ -32,6 +43,9 @@
|
|||
/* Shown in Preferences window */
|
||||
"Preferences" = "Einstellungen";
|
||||
|
||||
/* Shown in the alert dialog */
|
||||
"Reset Preferences?" = "Reset Preferences?";
|
||||
|
||||
/* Shown in menu */
|
||||
"Set as default" = "Als Standard festlegen";
|
||||
|
||||
|
|
@ -49,5 +63,8 @@
|
|||
/* Shown in menu */
|
||||
"Volume" = "Lautstärke";
|
||||
|
||||
/* Shown in the alert dialog */
|
||||
"Yes" = "Yes";
|
||||
|
||||
/* Shown in the alert dialog */
|
||||
"You need to enable MonitorControl in System Preferences > Security and Privacy > Accessibility for the keyboard shortcuts to work" = "Du musst MonitorControl in Systemeinstellungen > Sicherheit > Datenschutz > Bedienungshilfen aktivieren, damit die Kurzbefehle funktionieren.";
|
||||
|
|
|
|||
|
|
@ -1,3 +1,11 @@
|
|||
/* Shown in the main prefs window */
|
||||
"Advanced" = "Advanced";
|
||||
|
||||
/* Shown in the alert dialog */
|
||||
"Are you sure you want to enable a longer delay? Doing so may freeze your system and require a restart. Start at login will be disabled as a safety measure." = "Are you sure you want to enable a longer delay? Doing so may freeze your system and require a restart. Start at login will be disabled as a safety measure.";
|
||||
|
||||
/* Shown in the alert dialog */
|
||||
"Are you sure you want to reset all preferences?" = "Are you sure you want to reset all preferences?";
|
||||
|
||||
/* Sown in menu */
|
||||
"Brightness" = "Brightness";
|
||||
|
|
@ -14,12 +22,18 @@
|
|||
/* No comment provided by engineer. */
|
||||
"Display" = "Display";
|
||||
|
||||
/* Shown in the alert dialog */
|
||||
"Enable Longer Delay?" = "Enable Longer Delay?";
|
||||
|
||||
/* Shown in the main prefs window */
|
||||
"General" = "General";
|
||||
|
||||
/* Shown in the main prefs window */
|
||||
"Keys" = "Keys";
|
||||
|
||||
/* Shown in the alert dialog */
|
||||
"No" = "No";
|
||||
|
||||
/* Shown in menu */
|
||||
"No supported display found" = "No supported display found";
|
||||
|
||||
|
|
@ -29,6 +43,9 @@
|
|||
/* Shown in Preferences window */
|
||||
"Preferences" = "Preferences";
|
||||
|
||||
/* Shown in the alert dialog */
|
||||
"Reset Preferences?" = "Reset Preferences?";
|
||||
|
||||
/* Shown in menu */
|
||||
"Set as default" = "Set as default";
|
||||
|
||||
|
|
@ -46,5 +63,8 @@
|
|||
/* Shown in menu */
|
||||
"Volume" = "Volume";
|
||||
|
||||
/* Shown in the alert dialog */
|
||||
"Yes" = "Yes";
|
||||
|
||||
/* Shown in the alert dialog */
|
||||
"You need to enable MonitorControl in System Preferences > Security and Privacy > Accessibility for the keyboard shortcuts to work" = "You need to enable MonitorControl in System Preferences > Security and Privacy > Accessibility for the keyboard shortcuts to work";
|
||||
|
|
|
|||
|
|
@ -1,3 +1,11 @@
|
|||
/* Shown in the main prefs window */
|
||||
"Advanced" = "Advanced";
|
||||
|
||||
/* Shown in the alert dialog */
|
||||
"Are you sure you want to enable a longer delay? Doing so may freeze your system and require a restart. Start at login will be disabled as a safety measure." = "Are you sure you want to enable a longer delay? Doing so may freeze your system and require a restart. Start at login will be disabled as a safety measure.";
|
||||
|
||||
/* Shown in the alert dialog */
|
||||
"Are you sure you want to reset all preferences?" = "Are you sure you want to reset all preferences?";
|
||||
|
||||
/* Sown in menu */
|
||||
"Brightness" = "Luminosité";
|
||||
|
|
@ -14,12 +22,18 @@
|
|||
/* No comment provided by engineer. */
|
||||
"Display" = "Écrans";
|
||||
|
||||
/* Shown in the alert dialog */
|
||||
"Enable Longer Delay?" = "Enable Longer Delay?";
|
||||
|
||||
/* Shown in the main prefs window */
|
||||
"General" = "Général";
|
||||
|
||||
/* Shown in the main prefs window */
|
||||
"Keys" = "Touches";
|
||||
|
||||
/* Shown in the alert dialog */
|
||||
"No" = "No";
|
||||
|
||||
/* Shown in menu */
|
||||
"No supported display found" = "Aucun écran supporté trouvé";
|
||||
|
||||
|
|
@ -29,6 +43,9 @@
|
|||
/* Shown in Preferences window */
|
||||
"Preferences" = "Préférences";
|
||||
|
||||
/* Shown in the alert dialog */
|
||||
"Reset Preferences?" = "Reset Preferences?";
|
||||
|
||||
/* Shown in menu */
|
||||
"Set as default" = "Enregistrer comme écran par défaut";
|
||||
|
||||
|
|
@ -46,5 +63,8 @@
|
|||
/* Shown in menu */
|
||||
"Volume" = "Volume";
|
||||
|
||||
/* Shown in the alert dialog */
|
||||
"Yes" = "Yes";
|
||||
|
||||
/* Shown in the alert dialog */
|
||||
"You need to enable MonitorControl in System Preferences > Security and Privacy > Accessibility for the keyboard shortcuts to work" = "Vous devez activer MonitorControl dans Préférences Système > Sécurité et confidentialité > Accessibilité pour que les raccourcis clavier fonctionnes";
|
||||
|
|
|
|||
Binary file not shown.
|
|
@ -1,3 +1,11 @@
|
|||
/* Shown in the main prefs window */
|
||||
"Advanced" = "詳細設定";
|
||||
|
||||
/* Shown in the alert dialog */
|
||||
"Are you sure you want to enable a longer delay? Doing so may freeze your system and require a restart. Start at login will be disabled as a safety measure." = "Are you sure you want to enable a longer delay? Doing so may freeze your system and require a restart. Start at login will be disabled as a safety measure.";
|
||||
|
||||
/* Shown in the alert dialog */
|
||||
"Are you sure you want to reset all preferences?" = "Are you sure you want to reset all preferences?";
|
||||
|
||||
/* Sown in menu */
|
||||
"Brightness" = "画面輝度";
|
||||
|
|
@ -14,14 +22,17 @@
|
|||
/* No comment provided by engineer. */
|
||||
"Display" = "ディスプレイ";
|
||||
|
||||
/* Shown in the alert dialog */
|
||||
"Enable Longer Delay?" = "Enable Longer Delay?";
|
||||
|
||||
/* Shown in the main prefs window */
|
||||
"General" = "一般";
|
||||
|
||||
/* Shown in the main prefs window */
|
||||
"Keys" = "キー";
|
||||
|
||||
/* Shown in the main prefs window */
|
||||
"Advanced" = "詳細設定";
|
||||
/* Shown in the alert dialog */
|
||||
"No" = "No";
|
||||
|
||||
/* Shown in menu */
|
||||
"No supported display found" = "サポートされていないディスプレイが検知されました";
|
||||
|
|
@ -32,6 +43,9 @@
|
|||
/* Shown in Preferences window */
|
||||
"Preferences" = "環境設定";
|
||||
|
||||
/* Shown in the alert dialog */
|
||||
"Reset Preferences?" = "Reset Preferences?";
|
||||
|
||||
/* Shown in menu */
|
||||
"Set as default" = "デフォルトとして設定";
|
||||
|
||||
|
|
@ -49,5 +63,8 @@
|
|||
/* Shown in menu */
|
||||
"Volume" = "音量";
|
||||
|
||||
/* Shown in the alert dialog */
|
||||
"Yes" = "Yes";
|
||||
|
||||
/* Shown in the alert dialog */
|
||||
"You need to enable MonitorControl in System Preferences > Security and Privacy > Accessibility for the keyboard shortcuts to work" = "ショートカットキーを使用するには、 環境設定 > セキュリティとプライバシー > アクセリビリティ からMonitorControlを有効にしてください。";
|
||||
|
|
|
|||
|
|
@ -1,3 +1,11 @@
|
|||
/* Shown in the main prefs window */
|
||||
"Advanced" = "Zaawansowane";
|
||||
|
||||
/* Shown in the alert dialog */
|
||||
"Are you sure you want to enable a longer delay? Doing so may freeze your system and require a restart. Start at login will be disabled as a safety measure." = "Are you sure you want to enable a longer delay? Doing so may freeze your system and require a restart. Start at login will be disabled as a safety measure.";
|
||||
|
||||
/* Shown in the alert dialog */
|
||||
"Are you sure you want to reset all preferences?" = "Are you sure you want to reset all preferences?";
|
||||
|
||||
/* Sown in menu */
|
||||
"Brightness" = "Jasność";
|
||||
|
|
@ -14,14 +22,17 @@
|
|||
/* No comment provided by engineer. */
|
||||
"Display" = "Wyświetlacz";
|
||||
|
||||
/* Shown in the alert dialog */
|
||||
"Enable Longer Delay?" = "Enable Longer Delay?";
|
||||
|
||||
/* Shown in the main prefs window */
|
||||
"General" = "Ogólne";
|
||||
|
||||
/* Shown in the main prefs window */
|
||||
"Keys" = "Klawisze";
|
||||
|
||||
/* Shown in the main prefs window */
|
||||
"Advanced" = "Zaawansowane";
|
||||
/* Shown in the alert dialog */
|
||||
"No" = "No";
|
||||
|
||||
/* Shown in menu */
|
||||
"No supported display found" = "Nie znaleziono obsługiwanego wyświetlacza";
|
||||
|
|
@ -32,6 +43,9 @@
|
|||
/* Shown in Preferences window */
|
||||
"Preferences" = "Preferencje";
|
||||
|
||||
/* Shown in the alert dialog */
|
||||
"Reset Preferences?" = "Reset Preferences?";
|
||||
|
||||
/* Shown in menu */
|
||||
"Set as default" = "Ustaw jako domyślne";
|
||||
|
||||
|
|
@ -49,5 +63,8 @@
|
|||
/* Shown in menu */
|
||||
"Volume" = "Głośność";
|
||||
|
||||
/* Shown in the alert dialog */
|
||||
"Yes" = "Yes";
|
||||
|
||||
/* Shown in the alert dialog */
|
||||
"You need to enable MonitorControl in System Preferences > Security and Privacy > Accessibility for the keyboard shortcuts to work" = "Musisz włączyć MonitorControl w Preferencjach systemowych> Bezpieczeństwo i prywatność> Ułatwienie dostępu dla skrótów klawiszowych";
|
||||
|
|
|
|||
|
|
@ -1,3 +1,11 @@
|
|||
/* Shown in the main prefs window */
|
||||
"Advanced" = "Дополнительные";
|
||||
|
||||
/* Shown in the alert dialog */
|
||||
"Are you sure you want to enable a longer delay? Doing so may freeze your system and require a restart. Start at login will be disabled as a safety measure." = "Are you sure you want to enable a longer delay? Doing so may freeze your system and require a restart. Start at login will be disabled as a safety measure.";
|
||||
|
||||
/* Shown in the alert dialog */
|
||||
"Are you sure you want to reset all preferences?" = "Are you sure you want to reset all preferences?";
|
||||
|
||||
/* Sown in menu */
|
||||
"Brightness" = "Яркость";
|
||||
|
|
@ -14,12 +22,18 @@
|
|||
/* No comment provided by engineer. */
|
||||
"Display" = "Мониторы";
|
||||
|
||||
/* Shown in the alert dialog */
|
||||
"Enable Longer Delay?" = "Enable Longer Delay?";
|
||||
|
||||
/* Shown in the main prefs window */
|
||||
"General" = "Основные";
|
||||
|
||||
/* Shown in the main prefs window */
|
||||
"Keys" = "Сочетания клавиш";
|
||||
|
||||
/* Shown in the alert dialog */
|
||||
"No" = "No";
|
||||
|
||||
/* Shown in menu */
|
||||
"No supported display found" = "Поддерживаемых мониторов не найдено";
|
||||
|
||||
|
|
@ -29,6 +43,9 @@
|
|||
/* Shown in Preferences window */
|
||||
"Preferences" = "Настройки";
|
||||
|
||||
/* Shown in the alert dialog */
|
||||
"Reset Preferences?" = "Reset Preferences?";
|
||||
|
||||
/* Shown in menu */
|
||||
"Set as default" = "Сделать основным";
|
||||
|
||||
|
|
@ -47,7 +64,7 @@
|
|||
"Volume" = "Громкость";
|
||||
|
||||
/* Shown in the alert dialog */
|
||||
"You need to enable MonitorControl in System Preferences > Security and Privacy > Accessibility for the keyboard shortcuts to work" = "Вам нужно включить MonitorControl в Системных настройках > Защита и безопасность > Конфиденциальность > Универсальный доступ для работы сочетания клавиш";
|
||||
"Yes" = "Yes";
|
||||
|
||||
/* Shown in the main prefs window */
|
||||
"Advanced" = "Дополнительные";
|
||||
/* Shown in the alert dialog */
|
||||
"You need to enable MonitorControl in System Preferences > Security and Privacy > Accessibility for the keyboard shortcuts to work" = "Вам нужно включить MonitorControl в Системных настройках > Защита и безопасность > Конфиденциальность > Универсальный доступ для работы сочетания клавиш";
|
||||
|
|
|
|||
|
|
@ -1,3 +1,11 @@
|
|||
/* Shown in the main prefs window */
|
||||
"Advanced" = "Розширені";
|
||||
|
||||
/* Shown in the alert dialog */
|
||||
"Are you sure you want to enable a longer delay? Doing so may freeze your system and require a restart. Start at login will be disabled as a safety measure." = "Are you sure you want to enable a longer delay? Doing so may freeze your system and require a restart. Start at login will be disabled as a safety measure.";
|
||||
|
||||
/* Shown in the alert dialog */
|
||||
"Are you sure you want to reset all preferences?" = "Are you sure you want to reset all preferences?";
|
||||
|
||||
/* Sown in menu */
|
||||
"Brightness" = "Яскравість";
|
||||
|
|
@ -14,12 +22,18 @@
|
|||
/* No comment provided by engineer. */
|
||||
"Display" = "Дісплей";
|
||||
|
||||
/* Shown in the alert dialog */
|
||||
"Enable Longer Delay?" = "Enable Longer Delay?";
|
||||
|
||||
/* Shown in the main prefs window */
|
||||
"General" = "Загальні";
|
||||
|
||||
/* Shown in the main prefs window */
|
||||
"Keys" = "Клавіші";
|
||||
|
||||
/* Shown in the alert dialog */
|
||||
"No" = "No";
|
||||
|
||||
/* Shown in menu */
|
||||
"No supported display found" = "Не знайдено жодного дісплею";
|
||||
|
||||
|
|
@ -29,6 +43,9 @@
|
|||
/* Shown in Preferences window */
|
||||
"Preferences" = "Налаштування";
|
||||
|
||||
/* Shown in the alert dialog */
|
||||
"Reset Preferences?" = "Reset Preferences?";
|
||||
|
||||
/* Shown in menu */
|
||||
"Set as default" = "Вибрати за-умовчанням";
|
||||
|
||||
|
|
@ -47,7 +64,7 @@
|
|||
"Volume" = "Гучність";
|
||||
|
||||
/* Shown in the alert dialog */
|
||||
"You need to enable MonitorControl in System Preferences > Security and Privacy > Accessibility for the keyboard shortcuts to work" = "Для роботи клавіатурних скороченнь, вам необхідно дозволити MonitorControl доступ до спеціальних можливостей вашого пристрою через Системні параметри > Захист і безпека > Безпека > Спеціальні можливості";
|
||||
"Yes" = "Yes";
|
||||
|
||||
/* Shown in the main prefs window */
|
||||
"Advanced" = "Розширені";
|
||||
/* Shown in the alert dialog */
|
||||
"You need to enable MonitorControl in System Preferences > Security and Privacy > Accessibility for the keyboard shortcuts to work" = "Для роботи клавіатурних скороченнь, вам необхідно дозволити MonitorControl доступ до спеціальних можливостей вашого пристрою через Системні параметри > Захист і безпека > Безпека > Спеціальні можливості";
|
||||
|
|
|
|||
|
|
@ -1,3 +1,11 @@
|
|||
/* Shown in the main prefs window */
|
||||
"Advanced" = "进阶设置";
|
||||
|
||||
/* Shown in the alert dialog */
|
||||
"Are you sure you want to enable a longer delay? Doing so may freeze your system and require a restart. Start at login will be disabled as a safety measure." = "Are you sure you want to enable a longer delay? Doing so may freeze your system and require a restart. Start at login will be disabled as a safety measure.";
|
||||
|
||||
/* Shown in the alert dialog */
|
||||
"Are you sure you want to reset all preferences?" = "Are you sure you want to reset all preferences?";
|
||||
|
||||
/* Sown in menu */
|
||||
"Brightness" = "亮度";
|
||||
|
|
@ -14,15 +22,18 @@
|
|||
/* No comment provided by engineer. */
|
||||
"Display" = "显示器";
|
||||
|
||||
/* Shown in the alert dialog */
|
||||
"Enable Longer Delay?" = "Enable Longer Delay?";
|
||||
|
||||
/* Shown in the main prefs window */
|
||||
"General" = "通用";
|
||||
|
||||
/* Shown in the main prefs window */
|
||||
"Advanced" = "进阶设置";
|
||||
|
||||
/* Shown in the main prefs window */
|
||||
"Keys" = "快捷键";
|
||||
|
||||
/* Shown in the alert dialog */
|
||||
"No" = "No";
|
||||
|
||||
/* Shown in menu */
|
||||
"No supported display found" = "未发现支持的显示器";
|
||||
|
||||
|
|
@ -32,6 +43,9 @@
|
|||
/* Shown in Preferences window */
|
||||
"Preferences" = "偏好设置";
|
||||
|
||||
/* Shown in the alert dialog */
|
||||
"Reset Preferences?" = "Reset Preferences?";
|
||||
|
||||
/* Shown in menu */
|
||||
"Set as default" = "设为默认";
|
||||
|
||||
|
|
@ -49,5 +63,8 @@
|
|||
/* Shown in menu */
|
||||
"Volume" = "音量";
|
||||
|
||||
/* Shown in the alert dialog */
|
||||
"Yes" = "Yes";
|
||||
|
||||
/* Shown in the alert dialog */
|
||||
"You need to enable MonitorControl in System Preferences > Security and Privacy > Accessibility for the keyboard shortcuts to work" = "您需要在「系统偏好设置」>「安全性与隐私」>「辅助功能」中开启 MonitorControl 以便使快捷键生效";
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
<rect key="frame" x="85" y="17" width="197" height="25"/>
|
||||
<popUpButtonCell key="cell" type="push" title="Both Brightness & Volume" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" imageScaling="proportionallyDown" inset="2" selectedItem="Vr4-xb-B4o" id="DkZ-as-YDS">
|
||||
<behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
|
||||
<font key="font" metaFont="system"/>
|
||||
<font key="font" metaFont="menu"/>
|
||||
<menu key="menu" id="Hqj-cU-ZyP">
|
||||
<items>
|
||||
<menuItem title="Both Brightness & Volume" state="on" id="Vr4-xb-B4o">
|
||||
|
|
@ -86,7 +86,7 @@
|
|||
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
|
||||
<subviews>
|
||||
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="uXD-ZY-N3H">
|
||||
<rect key="frame" x="18" y="175" width="88" height="28"/>
|
||||
<rect key="frame" x="18" y="175" width="87" height="28"/>
|
||||
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Display" id="ExD-7P-6XI">
|
||||
<font key="font" metaFont="systemBold" size="24"/>
|
||||
<color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
|
||||
|
|
@ -94,13 +94,13 @@
|
|||
</textFieldCell>
|
||||
</textField>
|
||||
<scrollView autohidesScrollers="YES" horizontalLineScroll="19" horizontalPageScroll="10" verticalLineScroll="19" verticalPageScroll="10" hasHorizontalScroller="NO" usesPredominantAxisScrolling="NO" translatesAutoresizingMaskIntoConstraints="NO" id="B5k-we-kuP">
|
||||
<rect key="frame" x="20" y="20" width="637" height="101"/>
|
||||
<rect key="frame" x="20" y="20" width="637" height="99"/>
|
||||
<clipView key="contentView" drawsBackground="NO" id="4ot-Jo-X5O">
|
||||
<rect key="frame" x="1" y="0.0" width="635" height="100"/>
|
||||
<rect key="frame" x="1" y="1" width="635" height="97"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||
<subviews>
|
||||
<tableView verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="lastColumnOnly" columnReordering="NO" columnResizing="NO" multipleSelection="NO" emptySelection="NO" autosaveColumns="NO" typeSelect="NO" rowSizeStyle="automatic" headerView="ckY-Px-mJn" viewBased="YES" id="dyo-uY-pMe">
|
||||
<rect key="frame" x="0.0" y="0.0" width="687" height="77"/>
|
||||
<rect key="frame" x="0.0" y="0.0" width="687" height="74"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||
<size key="intercellSpacing" width="3" height="2"/>
|
||||
<color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
|
||||
|
|
@ -108,7 +108,7 @@
|
|||
<tableColumns>
|
||||
<tableColumn width="49" minWidth="40" maxWidth="1000" id="8U8-ec-Zbv">
|
||||
<tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" title="Enabled">
|
||||
<font key="font" metaFont="menu" size="11"/>
|
||||
<font key="font" metaFont="smallSystem"/>
|
||||
<color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
|
||||
<color key="backgroundColor" name="headerColor" catalog="System" colorSpace="catalog"/>
|
||||
</tableHeaderCell>
|
||||
|
|
@ -139,7 +139,7 @@
|
|||
</tableColumn>
|
||||
<tableColumn width="49" minWidth="40" maxWidth="1000" id="xFw-if-3FU">
|
||||
<tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" title="DDC">
|
||||
<font key="font" metaFont="menu" size="11"/>
|
||||
<font key="font" metaFont="smallSystem"/>
|
||||
<color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
|
||||
<color key="backgroundColor" name="headerColor" catalog="System" colorSpace="catalog"/>
|
||||
</tableHeaderCell>
|
||||
|
|
@ -170,7 +170,7 @@
|
|||
</tableColumn>
|
||||
<tableColumn width="140" minWidth="40" maxWidth="1000" id="CHc-s5-4MN">
|
||||
<tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" title="Name">
|
||||
<font key="font" metaFont="menu" size="11"/>
|
||||
<font key="font" metaFont="smallSystem"/>
|
||||
<color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
|
||||
<color key="backgroundColor" name="headerColor" catalog="System" colorSpace="catalog"/>
|
||||
</tableHeaderCell>
|
||||
|
|
@ -188,7 +188,7 @@
|
|||
<textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="qsc-jC-vJQ">
|
||||
<rect key="frame" x="0.0" y="0.0" width="140" height="17"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
|
||||
<textFieldCell key="cell" lineBreakMode="truncatingTail" sendsActionOnEndEditing="YES" title="Table View Cell" id="aSw-3H-uNa">
|
||||
<textFieldCell key="cell" lineBreakMode="truncatingTail" sendsActionOnEndEditing="YES" title="#bc-ignore!" id="aSw-3H-uNa">
|
||||
<font key="font" metaFont="system"/>
|
||||
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
||||
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
||||
|
|
@ -203,7 +203,7 @@
|
|||
</tableColumn>
|
||||
<tableColumn width="140" minWidth="40" maxWidth="1000" id="uoI-1J-RdD">
|
||||
<tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" title="Friendly Name">
|
||||
<font key="font" metaFont="menu" size="11"/>
|
||||
<font key="font" metaFont="smallSystem"/>
|
||||
<color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
|
||||
<color key="backgroundColor" name="headerColor" catalog="System" colorSpace="catalog"/>
|
||||
</tableHeaderCell>
|
||||
|
|
@ -221,7 +221,7 @@
|
|||
<textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="CB1-x8-d9G">
|
||||
<rect key="frame" x="0.0" y="0.0" width="140" height="17"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
|
||||
<textFieldCell key="cell" lineBreakMode="truncatingTail" title="Table View Cell" id="DGv-iu-Jg1">
|
||||
<textFieldCell key="cell" lineBreakMode="truncatingTail" title="#bc-ignore!" id="DGv-iu-Jg1">
|
||||
<font key="font" metaFont="system"/>
|
||||
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
||||
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
||||
|
|
@ -239,7 +239,7 @@
|
|||
</tableColumn>
|
||||
<tableColumn width="80" minWidth="10" maxWidth="3.4028234663852886e+38" id="dgp-q7-cBK">
|
||||
<tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left" title="ID">
|
||||
<font key="font" metaFont="menu" size="11"/>
|
||||
<font key="font" metaFont="smallSystem"/>
|
||||
<color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
|
||||
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
||||
</tableHeaderCell>
|
||||
|
|
@ -257,7 +257,7 @@
|
|||
<textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="z5b-Gr-EmC">
|
||||
<rect key="frame" x="0.0" y="0.0" width="80" height="17"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
|
||||
<textFieldCell key="cell" lineBreakMode="truncatingTail" sendsActionOnEndEditing="YES" title="Table View Cell" id="cnb-Li-1lE">
|
||||
<textFieldCell key="cell" lineBreakMode="truncatingTail" sendsActionOnEndEditing="YES" title="#bc-ignore!" id="cnb-Li-1lE">
|
||||
<font key="font" metaFont="system"/>
|
||||
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
||||
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
||||
|
|
@ -272,7 +272,7 @@
|
|||
</tableColumn>
|
||||
<tableColumn width="80" minWidth="10" maxWidth="3.4028234663852886e+38" id="LRJ-fb-Z9E">
|
||||
<tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left" title="Vendor">
|
||||
<font key="font" metaFont="menu" size="11"/>
|
||||
<font key="font" metaFont="smallSystem"/>
|
||||
<color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
|
||||
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
||||
</tableHeaderCell>
|
||||
|
|
@ -290,7 +290,7 @@
|
|||
<textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="NK1-rO-I0Z">
|
||||
<rect key="frame" x="0.0" y="0.0" width="80" height="17"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
|
||||
<textFieldCell key="cell" lineBreakMode="truncatingTail" sendsActionOnEndEditing="YES" title="Table View Cell" id="Pkk-Ce-Y6Q">
|
||||
<textFieldCell key="cell" lineBreakMode="truncatingTail" sendsActionOnEndEditing="YES" title="#bc-ignore!" id="Pkk-Ce-Y6Q">
|
||||
<font key="font" metaFont="system"/>
|
||||
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
||||
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
||||
|
|
@ -305,7 +305,7 @@
|
|||
</tableColumn>
|
||||
<tableColumn width="128" minWidth="10" maxWidth="3.4028234663852886e+38" id="Nvp-hI-w4x">
|
||||
<tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left" title="Model">
|
||||
<font key="font" metaFont="menu" size="11"/>
|
||||
<font key="font" metaFont="smallSystem"/>
|
||||
<color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
|
||||
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
||||
</tableHeaderCell>
|
||||
|
|
@ -323,7 +323,7 @@
|
|||
<textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="4Vl-7d-eft">
|
||||
<rect key="frame" x="0.0" y="0.0" width="128" height="17"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
|
||||
<textFieldCell key="cell" lineBreakMode="truncatingTail" sendsActionOnEndEditing="YES" title="Table View Cell" id="4or-hS-WeW">
|
||||
<textFieldCell key="cell" lineBreakMode="truncatingTail" sendsActionOnEndEditing="YES" title="#bc-ignore!" id="4or-hS-WeW">
|
||||
<font key="font" metaFont="system"/>
|
||||
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
||||
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
||||
|
|
@ -353,13 +353,13 @@
|
|||
<rect key="frame" x="224" y="17" width="15" height="102"/>
|
||||
<autoresizingMask key="autoresizingMask"/>
|
||||
</scroller>
|
||||
<tableHeaderView key="headerView" id="ckY-Px-mJn">
|
||||
<tableHeaderView key="headerView" wantsLayer="YES" id="ckY-Px-mJn">
|
||||
<rect key="frame" x="0.0" y="0.0" width="687" height="23"/>
|
||||
<autoresizingMask key="autoresizingMask"/>
|
||||
</tableHeaderView>
|
||||
</scrollView>
|
||||
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="Y48-gQ-uJi">
|
||||
<rect key="frame" x="18" y="139" width="275" height="18"/>
|
||||
<rect key="frame" x="18" y="138" width="279" height="18"/>
|
||||
<buttonCell key="cell" type="check" title="Change Brightness/Volume for all screens" bezelStyle="regularSquare" imagePosition="left" inset="2" id="0Z7-PQ-Bl8">
|
||||
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
|
||||
<font key="font" metaFont="system"/>
|
||||
|
|
@ -396,11 +396,11 @@
|
|||
<objects>
|
||||
<viewController storyboardIdentifier="MainPrefsVC" id="BGD-tY-Myx" customClass="MainPrefsViewController" customModule="MonitorControl" customModuleProvider="target" sceneMemberID="viewController">
|
||||
<view key="view" id="COE-Oc-gZs">
|
||||
<rect key="frame" x="0.0" y="0.0" width="486" height="206"/>
|
||||
<rect key="frame" x="0.0" y="0.0" width="486" height="212"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
|
||||
<subviews>
|
||||
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="siR-fL-v2a">
|
||||
<rect key="frame" x="18" y="158" width="92" height="28"/>
|
||||
<rect key="frame" x="18" y="164" width="92" height="28"/>
|
||||
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="General" id="ENU-js-huy">
|
||||
<font key="font" metaFont="systemBold" size="24"/>
|
||||
<color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
|
||||
|
|
@ -408,7 +408,7 @@
|
|||
</textFieldCell>
|
||||
</textField>
|
||||
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="9Gu-aU-Td2">
|
||||
<rect key="frame" x="18" y="86" width="199" height="18"/>
|
||||
<rect key="frame" x="18" y="91" width="203" height="18"/>
|
||||
<buttonCell key="cell" type="check" title="Start MonitorControl at Login" bezelStyle="regularSquare" imagePosition="left" inset="2" id="j72-NF-zsW">
|
||||
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
|
||||
<font key="font" metaFont="system"/>
|
||||
|
|
@ -418,7 +418,7 @@
|
|||
</connections>
|
||||
</button>
|
||||
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="xGa-qG-9ut">
|
||||
<rect key="frame" x="18" y="52" width="177" height="18"/>
|
||||
<rect key="frame" x="18" y="55" width="181" height="18"/>
|
||||
<buttonCell key="cell" type="check" title="Show a slider for contrast" bezelStyle="regularSquare" imagePosition="left" inset="2" id="xSI-8W-Xd0">
|
||||
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
|
||||
<font key="font" metaFont="system"/>
|
||||
|
|
@ -428,7 +428,7 @@
|
|||
</connections>
|
||||
</button>
|
||||
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="i5K-Cd-wxm">
|
||||
<rect key="frame" x="18" y="18" width="215" height="18"/>
|
||||
<rect key="frame" x="18" y="19" width="219" height="18"/>
|
||||
<buttonCell key="cell" type="check" title="Lower Contrast after Brightness" bezelStyle="regularSquare" imagePosition="left" inset="2" id="fhy-Er-0aI">
|
||||
<behavior key="behavior" changeContents="YES" doesNotDimImage="YES" lightByContents="YES"/>
|
||||
<font key="font" metaFont="system"/>
|
||||
|
|
@ -438,7 +438,7 @@
|
|||
</connections>
|
||||
</button>
|
||||
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="tMg-qE-zTW">
|
||||
<rect key="frame" x="18" y="122" width="138" height="16"/>
|
||||
<rect key="frame" x="18" y="128" width="138" height="16"/>
|
||||
<textFieldCell key="cell" lineBreakMode="clipping" title="Version 0.0.0 (Build 0)" id="mBs-6m-13Q">
|
||||
<font key="font" metaFont="system"/>
|
||||
<color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
|
||||
|
|
@ -481,11 +481,11 @@
|
|||
<objects>
|
||||
<viewController storyboardIdentifier="AdvancedPrefsVC" id="xjG-x0-7HO" customClass="AdvancedPrefsViewController" customModule="MonitorControl" customModuleProvider="target" sceneMemberID="viewController">
|
||||
<view key="view" misplaced="YES" id="MqL-7s-HoR">
|
||||
<rect key="frame" x="0.0" y="0.0" width="629" height="267"/>
|
||||
<rect key="frame" x="0.0" y="0.0" width="629" height="286"/>
|
||||
<autoresizingMask key="autoresizingMask" flexibleMinX="YES" flexibleMaxX="YES" flexibleMinY="YES" flexibleMaxY="YES"/>
|
||||
<subviews>
|
||||
<textField horizontalHuggingPriority="251" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="moz-ZW-I46">
|
||||
<rect key="frame" x="18" y="219" width="118" height="28"/>
|
||||
<rect key="frame" x="18" y="238" width="117" height="28"/>
|
||||
<textFieldCell key="cell" scrollable="YES" lineBreakMode="clipping" sendsActionOnEndEditing="YES" title="Advanced" id="5wk-Dy-0fG">
|
||||
<font key="font" metaFont="systemBold" size="24"/>
|
||||
<color key="textColor" name="labelColor" catalog="System" colorSpace="catalog"/>
|
||||
|
|
@ -493,13 +493,13 @@
|
|||
</textFieldCell>
|
||||
</textField>
|
||||
<scrollView autohidesScrollers="YES" horizontalLineScroll="22" horizontalPageScroll="10" verticalLineScroll="22" verticalPageScroll="10" hasHorizontalScroller="NO" usesPredominantAxisScrolling="NO" translatesAutoresizingMaskIntoConstraints="NO" id="VCP-xz-0jI">
|
||||
<rect key="frame" x="20" y="61" width="590" height="33"/>
|
||||
<rect key="frame" x="20" y="62" width="591" height="104"/>
|
||||
<clipView key="contentView" drawsBackground="NO" id="EAu-T4-lFV">
|
||||
<rect key="frame" x="1" y="0.0" width="588" height="32"/>
|
||||
<rect key="frame" x="1" y="1" width="589" height="102"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||
<subviews>
|
||||
<tableView verticalHuggingPriority="750" allowsExpansionToolTips="YES" columnAutoresizingStyle="lastColumnOnly" columnReordering="NO" columnResizing="NO" multipleSelection="NO" emptySelection="NO" autosaveColumns="NO" typeSelect="NO" rowHeight="20" rowSizeStyle="automatic" headerView="qVc-cy-LaW" viewBased="YES" id="t7B-Q7-Ssj">
|
||||
<rect key="frame" x="0.0" y="0.0" width="588" height="19"/>
|
||||
<rect key="frame" x="0.0" y="0.0" width="589" height="77"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||
<size key="intercellSpacing" width="3" height="2"/>
|
||||
<color key="backgroundColor" name="controlBackgroundColor" catalog="System" colorSpace="catalog"/>
|
||||
|
|
@ -507,7 +507,7 @@
|
|||
<tableColumns>
|
||||
<tableColumn width="122" minWidth="40" maxWidth="1000" id="dNl-I0-hcg">
|
||||
<tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" title="Display Name">
|
||||
<font key="font" metaFont="menu" size="11"/>
|
||||
<font key="font" metaFont="smallSystem"/>
|
||||
<color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
|
||||
<color key="backgroundColor" name="headerColor" catalog="System" colorSpace="catalog"/>
|
||||
</tableHeaderCell>
|
||||
|
|
@ -525,7 +525,7 @@
|
|||
<textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="aqx-sQ-YMe">
|
||||
<rect key="frame" x="0.0" y="3" width="122" height="17"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
|
||||
<textFieldCell key="cell" lineBreakMode="truncatingTail" title="Table View Cell" id="Euj-aT-PWW">
|
||||
<textFieldCell key="cell" lineBreakMode="truncatingTail" title="#bc-ignore!" id="Euj-aT-PWW">
|
||||
<font key="font" metaFont="system"/>
|
||||
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
||||
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
||||
|
|
@ -540,7 +540,7 @@
|
|||
</tableColumn>
|
||||
<tableColumn width="108" minWidth="10" maxWidth="3.4028234663852886e+38" id="JKW-oY-bSb">
|
||||
<tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left" title="ID">
|
||||
<font key="font" metaFont="menu" size="11"/>
|
||||
<font key="font" metaFont="smallSystem"/>
|
||||
<color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
|
||||
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
||||
</tableHeaderCell>
|
||||
|
|
@ -558,7 +558,7 @@
|
|||
<textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="4mP-DS-UcD">
|
||||
<rect key="frame" x="0.0" y="3" width="108" height="17"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
|
||||
<textFieldCell key="cell" lineBreakMode="truncatingTail" sendsActionOnEndEditing="YES" title="Table View Cell" id="5xu-ja-W21">
|
||||
<textFieldCell key="cell" lineBreakMode="truncatingTail" sendsActionOnEndEditing="YES" title="#bc-ignore!" id="5xu-ja-W21">
|
||||
<font key="font" metaFont="system"/>
|
||||
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
||||
<color key="backgroundColor" name="controlColor" catalog="System" colorSpace="catalog"/>
|
||||
|
|
@ -573,13 +573,13 @@
|
|||
</tableColumn>
|
||||
<tableColumn width="95" minWidth="10" maxWidth="3.4028234663852886e+38" id="gxn-NH-Qhb">
|
||||
<tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left" title="Polling Mode">
|
||||
<font key="font" metaFont="menu" size="11"/>
|
||||
<font key="font" metaFont="smallSystem"/>
|
||||
<color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
|
||||
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
||||
</tableHeaderCell>
|
||||
<popUpButtonCell key="dataCell" type="bevel" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" borderStyle="bezel" imageScaling="proportionallyDown" inset="2" arrowPosition="arrowAtCenter" preferredEdge="maxY" id="1vY-Fh-0Cn">
|
||||
<behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
|
||||
<font key="font" metaFont="system"/>
|
||||
<font key="font" metaFont="menu"/>
|
||||
<menu key="menu" id="fyQ-11-vzK"/>
|
||||
</popUpButtonCell>
|
||||
<tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
|
||||
|
|
@ -589,13 +589,13 @@
|
|||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||
<subviews>
|
||||
<popUpButton verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="7FH-uw-jcn">
|
||||
<rect key="frame" x="6" y="-3" width="85" height="24"/>
|
||||
<rect key="frame" x="5" y="-3" width="86" height="23"/>
|
||||
<constraints>
|
||||
<constraint firstAttribute="height" constant="20" id="2Bp-6e-RcJ"/>
|
||||
</constraints>
|
||||
<popUpButtonCell key="cell" type="push" title="Normal" bezelStyle="rounded" alignment="left" lineBreakMode="truncatingTail" state="on" borderStyle="borderAndBezel" tag="2" imageScaling="proportionallyDown" inset="2" selectedItem="Riq-uM-bTs" id="M5p-a2-UEs">
|
||||
<behavior key="behavior" lightByBackground="YES" lightByGray="YES"/>
|
||||
<font key="font" metaFont="system"/>
|
||||
<font key="font" metaFont="menu"/>
|
||||
<menu key="menu" id="Nil-kM-Hvj">
|
||||
<items>
|
||||
<menuItem title="None" id="FoA-yh-Yx3"/>
|
||||
|
|
@ -623,7 +623,7 @@
|
|||
</tableColumn>
|
||||
<tableColumn width="99" minWidth="10" maxWidth="3.4028234663852886e+38" id="ytT-up-Dhs">
|
||||
<tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" alignment="left" title="Polling Count">
|
||||
<font key="font" metaFont="menu" size="11"/>
|
||||
<font key="font" metaFont="smallSystem"/>
|
||||
<color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
|
||||
<color key="backgroundColor" white="0.0" alpha="0.0" colorSpace="custom" customColorSpace="genericGamma22GrayColorSpace"/>
|
||||
</tableHeaderCell>
|
||||
|
|
@ -641,7 +641,7 @@
|
|||
<textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="2ys-EO-duG">
|
||||
<rect key="frame" x="0.0" y="3" width="99" height="17"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" flexibleMinY="YES"/>
|
||||
<textFieldCell key="cell" lineBreakMode="truncatingTail" selectable="YES" editable="YES" enabled="NO" title="Table View Cell" id="LZ8-Tj-mCs">
|
||||
<textFieldCell key="cell" lineBreakMode="truncatingTail" selectable="YES" editable="YES" enabled="NO" title="#bc-ignore!" id="LZ8-Tj-mCs">
|
||||
<numberFormatter key="formatter" formatterBehavior="default10_4" usesGroupingSeparator="NO" groupingSize="0" minimumIntegerDigits="0" maximumIntegerDigits="42" id="Sfn-Gs-w6w" customClass="OnlyIntegerValueFormatter" customModule="MonitorControl" customModuleProvider="target"/>
|
||||
<font key="font" metaFont="system"/>
|
||||
<color key="textColor" name="controlTextColor" catalog="System" colorSpace="catalog"/>
|
||||
|
|
@ -660,7 +660,7 @@
|
|||
</tableColumn>
|
||||
<tableColumn width="79" minWidth="40" maxWidth="1000" id="grO-Kr-l4d">
|
||||
<tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" title="Longer Delay">
|
||||
<font key="font" metaFont="menu" size="11"/>
|
||||
<font key="font" metaFont="smallSystem"/>
|
||||
<color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
|
||||
<color key="backgroundColor" name="headerColor" catalog="System" colorSpace="catalog"/>
|
||||
</tableHeaderCell>
|
||||
|
|
@ -689,9 +689,9 @@
|
|||
</tableCellView>
|
||||
</prototypeCellViews>
|
||||
</tableColumn>
|
||||
<tableColumn width="67" minWidth="40" maxWidth="1000" id="MPF-Mr-zVU">
|
||||
<tableColumn width="68" minWidth="40" maxWidth="1000" id="MPF-Mr-zVU">
|
||||
<tableHeaderCell key="headerCell" lineBreakMode="truncatingTail" borderStyle="border" title="Hide OSD">
|
||||
<font key="font" metaFont="menu" size="11"/>
|
||||
<font key="font" metaFont="smallSystem"/>
|
||||
<color key="textColor" name="headerTextColor" catalog="System" colorSpace="catalog"/>
|
||||
<color key="backgroundColor" name="headerColor" catalog="System" colorSpace="catalog"/>
|
||||
</tableHeaderCell>
|
||||
|
|
@ -699,7 +699,7 @@
|
|||
<tableColumnResizingMask key="resizingMask" resizeWithTable="YES" userResizable="YES"/>
|
||||
<prototypeCellViews>
|
||||
<tableCellView id="iWx-Xs-DXV" customClass="HideOsdCellView" customModule="MonitorControl" customModuleProvider="target">
|
||||
<rect key="frame" x="519" y="1" width="67" height="17"/>
|
||||
<rect key="frame" x="519" y="1" width="68" height="17"/>
|
||||
<autoresizingMask key="autoresizingMask" widthSizable="YES" heightSizable="YES"/>
|
||||
<subviews>
|
||||
<button verticalHuggingPriority="750" fixedFrame="YES" translatesAutoresizingMaskIntoConstraints="NO" id="rW9-Zy-n6z">
|
||||
|
|
@ -737,13 +737,13 @@
|
|||
<rect key="frame" x="224" y="17" width="15" height="102"/>
|
||||
<autoresizingMask key="autoresizingMask"/>
|
||||
</scroller>
|
||||
<tableHeaderView key="headerView" id="qVc-cy-LaW">
|
||||
<rect key="frame" x="0.0" y="0.0" width="588" height="25"/>
|
||||
<tableHeaderView key="headerView" wantsLayer="YES" id="qVc-cy-LaW">
|
||||
<rect key="frame" x="0.0" y="0.0" width="589" height="25"/>
|
||||
<autoresizingMask key="autoresizingMask"/>
|
||||
</tableHeaderView>
|
||||
</scrollView>
|
||||
<button verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="bct-zW-zKf">
|
||||
<rect key="frame" x="14" y="13" width="151" height="32"/>
|
||||
<rect key="frame" x="14" y="14" width="145" height="32"/>
|
||||
<buttonCell key="cell" type="push" title="Reset Preferences" bezelStyle="rounded" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="4Pj-3t-PJr">
|
||||
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
||||
<font key="font" metaFont="system"/>
|
||||
|
|
@ -753,10 +753,10 @@
|
|||
</connections>
|
||||
</button>
|
||||
<stackView distribution="fillProportionally" orientation="horizontal" alignment="centerY" spacing="0.0" horizontalStackHuggingPriority="249.99998474121094" verticalStackHuggingPriority="249.99998474121094" detachesHiddenViews="YES" translatesAutoresizingMaskIntoConstraints="NO" id="VYW-sX-LN2">
|
||||
<rect key="frame" x="20" y="114" width="588" height="85"/>
|
||||
<rect key="frame" x="20" y="186" width="589" height="32"/>
|
||||
<subviews>
|
||||
<textField verticalHuggingPriority="750" horizontalCompressionResistancePriority="250" translatesAutoresizingMaskIntoConstraints="NO" id="Z6T-PG-PcF">
|
||||
<rect key="frame" x="-2" y="27" width="569" height="32"/>
|
||||
<rect key="frame" x="-2" y="0.0" width="571" height="32"/>
|
||||
<textFieldCell key="cell" selectable="YES" id="frw-j2-tE1">
|
||||
<font key="font" metaFont="system"/>
|
||||
<string key="title">Warning ⚠️
|
||||
|
|
@ -766,7 +766,7 @@ Changing some of these setting may cause system freezes or unexpected behaviour.
|
|||
</textFieldCell>
|
||||
</textField>
|
||||
<button toolTip="More Info" verticalHuggingPriority="750" translatesAutoresizingMaskIntoConstraints="NO" id="kqn-gU-mZX">
|
||||
<rect key="frame" x="563" y="28" width="27" height="25"/>
|
||||
<rect key="frame" x="564" y="2" width="27" height="25"/>
|
||||
<buttonCell key="cell" type="help" bezelStyle="helpButton" imagePosition="overlaps" alignment="center" borderStyle="border" imageScaling="proportionallyDown" inset="2" id="H6v-Sv-5MG">
|
||||
<behavior key="behavior" pushIn="YES" lightByBackground="YES" lightByGray="YES"/>
|
||||
<font key="font" metaFont="system"/>
|
||||
|
|
@ -808,7 +808,7 @@ Changing some of these setting may cause system freezes or unexpected behaviour.
|
|||
</viewController>
|
||||
<customObject id="lVu-28-yuM" userLabel="First Responder" customClass="NSResponder" sceneMemberID="firstResponder"/>
|
||||
</objects>
|
||||
<point key="canvasLocation" x="380" y="544.5"/>
|
||||
<point key="canvasLocation" x="379.5" y="554"/>
|
||||
</scene>
|
||||
</scenes>
|
||||
</document>
|
||||
|
|
|
|||
|
|
@ -1,129 +1,128 @@
|
|||
|
||||
/* Class = "NSButtonCell"; title = "Change Brightness/Volume for all screens"; ObjectID = "0Z7-PQ-Bl8"; */
|
||||
"0Z7-PQ-Bl8.title" = "Helligkeit/Lautstärke für alle Monitore ändern";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Enabled"; ObjectID = "8U8-ec-Zbv"; */
|
||||
"8U8-ec-Zbv.headerCell.title" = "Aktiv";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Name"; ObjectID = "CHc-s5-4MN"; */
|
||||
"CHc-s5-4MN.headerCell.title" = "Name";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Keys"; ObjectID = "Dcz-GG-1li"; */
|
||||
"Dcz-GG-1li.title" = "Tasten";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "ID"; ObjectID = "dgp-q7-cBK"; */
|
||||
"dgp-q7-cBK.headerCell.title" = "ID";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "General"; ObjectID = "ENU-js-huy"; */
|
||||
"ENU-js-huy.title" = "Allgemein";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Display"; ObjectID = "ExD-7P-6XI"; */
|
||||
"ExD-7P-6XI.title" = "Monitor";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Lower Contrast after Brightness"; ObjectID = "fhy-Er-0aI"; */
|
||||
"fhy-Er-0aI.title" = "Kontrast nach Helligkeit verringern";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Brightness only"; ObjectID = "hjz-0c-rvK"; */
|
||||
"hjz-0c-rvK.title" = "Helligkeit";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Start MonitorControl at Login"; ObjectID = "j72-NF-zsW"; */
|
||||
"j72-NF-zsW.title" = "MonitorControl beim login starten";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Vendor"; ObjectID = "LRJ-fb-Z9E"; */
|
||||
"LRJ-fb-Z9E.headerCell.title" = "Hersteller";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Volume only"; ObjectID = "NLP-dU-Dam"; */
|
||||
"NLP-dU-Dam.title" = "Lautstärke";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Model"; ObjectID = "Nvp-hI-w4x"; */
|
||||
"Nvp-hI-w4x.headerCell.title" = "Modell";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Friendly Name"; ObjectID = "uoI-1J-RdD"; */
|
||||
"uoI-1J-RdD.headerCell.title" = "Anzeigename";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Listen for"; ObjectID = "Vh8-06-U3K"; */
|
||||
"Vh8-06-U3K.title" = "Hören auf";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Both Brightness & Volume"; ObjectID = "Vr4-xb-B4o"; */
|
||||
"Vr4-xb-B4o.title" = "Helligkeit & Lautstärke";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Show a slider for contrast"; ObjectID = "xSI-8W-Xd0"; */
|
||||
"xSI-8W-Xd0.title" = "Slider für Kontrast anzeigen";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "2gr-xG-Byx"; */
|
||||
"2gr-xG-Byx.title" = "";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "4or-hS-WeW"; */
|
||||
"4or-hS-WeW.title" = "";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "afl-95-ZJl"; */
|
||||
"afl-95-ZJl.title" = "";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "as0-t3-Aub"; */
|
||||
"as0-t3-Aub.title" = "";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "aSw-3H-uNa"; */
|
||||
"aSw-3H-uNa.title" = "";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "cnb-Li-1lE"; */
|
||||
"cnb-Li-1lE.title" = "";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "DGv-iu-Jg1"; */
|
||||
"DGv-iu-Jg1.title" = "";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Version 0.0.0 (Build 0)"; ObjectID = "mBs-6m-13Q"; */
|
||||
"mBs-6m-13Q.title" = "";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "Pkk-Ce-Y6Q"; */
|
||||
"Pkk-Ce-Y6Q.title" = "";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "vkG-RF-Yne"; */
|
||||
"vkG-RF-Yne.title" = "";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "VPD-MR-IXg"; */
|
||||
"VPD-MR-IXg.title" = "";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Reset Preferences"; ObjectID = "4Pj-3t-PJr"; */
|
||||
"4Pj-3t-PJr.title" = "Einstellungen zurücksetzen";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Advanced"; ObjectID = "5wk-Dy-0fG"; */
|
||||
"5wk-Dy-0fG.title" = "Erweitert";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Enabled"; ObjectID = "8U8-ec-Zbv"; */
|
||||
"8U8-ec-Zbv.headerCell.title" = "Aktiv";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Name"; ObjectID = "CHc-s5-4MN"; */
|
||||
"CHc-s5-4MN.headerCell.title" = "Name";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Custom"; ObjectID = "Cle-DD-vR7"; */
|
||||
"Cle-DD-vR7.title" = "Eigene";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Keys"; ObjectID = "Dcz-GG-1li"; */
|
||||
"Dcz-GG-1li.title" = "Tasten";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "ID"; ObjectID = "dgp-q7-cBK"; */
|
||||
"dgp-q7-cBK.headerCell.title" = "ID";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Display Name"; ObjectID = "dNl-I0-hcg"; */
|
||||
"dNl-I0-hcg.headerCell.title" = "Anzeigename";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "General"; ObjectID = "ENU-js-huy"; */
|
||||
"ENU-js-huy.title" = "Allgemein";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Minimal"; ObjectID = "Eq3-z9-yIo"; */
|
||||
"Eq3-z9-yIo.title" = "Minimal";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Display"; ObjectID = "ExD-7P-6XI"; */
|
||||
"ExD-7P-6XI.title" = "Monitor";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Lower Contrast after Brightness"; ObjectID = "fhy-Er-0aI"; */
|
||||
"fhy-Er-0aI.title" = "Kontrast nach Helligkeit verringern";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "None"; ObjectID = "FoA-yh-Yx3"; */
|
||||
"FoA-yh-Yx3.title" = "Aus";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Warning ⚠️\nChanging some of these setting may cause system freezes or unexpected behaviour. "; ObjectID = "frw-j2-tE1"; */
|
||||
"frw-j2-tE1.title" = "Warnung ⚠️\nDas Ändern dieser Einstellungen kann zum Einfrieren des Systems oder unerwartetem Verhalten führen.";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Longer Delay"; ObjectID = "grO-Kr-l4d"; */
|
||||
"grO-Kr-l4d.headerCell.title" = "Verzögerung";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Polling Mode"; ObjectID = "gxn-NH-Qhb"; */
|
||||
"gxn-NH-Qhb.headerCell.title" = "Abfragemodus";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "None"; ObjectID = "FoA-yh-Yx3"; */
|
||||
"FoA-yh-Yx3.title" = "Aus";
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "H4a-c9-LcB"; */
|
||||
"H4a-c9-LcB.title" = "Text Cell";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Minimal"; ObjectID = "Eq3-z9-yIo"; */
|
||||
"Eq3-z9-yIo.title" = "Minimal";
|
||||
/* Class = "NSMenuItem"; title = "Brightness only"; ObjectID = "hjz-0c-rvK"; */
|
||||
"hjz-0c-rvK.title" = "Helligkeit";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Normal"; ObjectID = "Riq-uM-bTs"; */
|
||||
"Riq-uM-bTs.title" = "Normal";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Heavy"; ObjectID = "vik-vN-bJe"; */
|
||||
"vik-vN-bJe.title" = "Stark";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Custom"; ObjectID = "Cle-DD-vR7"; */
|
||||
"Cle-DD-vR7.title" = "Eigene";
|
||||
/* Class = "NSButtonCell"; title = "Start MonitorControl at Login"; ObjectID = "j72-NF-zsW"; */
|
||||
"j72-NF-zsW.title" = "MonitorControl beim login starten";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "ID"; ObjectID = "JKW-oY-bSb"; */
|
||||
"JKW-oY-bSb.headerCell.title" = "ID";
|
||||
|
||||
/* Class = "NSButton"; ibShadowedToolTip = "More Info"; ObjectID = "kqn-gU-mZX"; */
|
||||
"kqn-gU-mZX.ibShadowedToolTip" = "Mehr Informationen";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Vendor"; ObjectID = "LRJ-fb-Z9E"; */
|
||||
"LRJ-fb-Z9E.headerCell.title" = "Hersteller";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Hide OSD"; ObjectID = "MPF-Mr-zVU"; */
|
||||
"MPF-Mr-zVU.headerCell.title" = "ohne OSD";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Volume only"; ObjectID = "NLP-dU-Dam"; */
|
||||
"NLP-dU-Dam.title" = "Lautstärke";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Model"; ObjectID = "Nvp-hI-w4x"; */
|
||||
"Nvp-hI-w4x.headerCell.title" = "Modell";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "PZ9-0Z-K6J"; */
|
||||
"PZ9-0Z-K6J.title" = "Text Cell";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Normal"; ObjectID = "Riq-uM-bTs"; */
|
||||
"Riq-uM-bTs.title" = "Normal";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "UBV-gO-AZz"; */
|
||||
"UBV-gO-AZz.title" = "Text Cell";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Friendly Name"; ObjectID = "uoI-1J-RdD"; */
|
||||
"uoI-1J-RdD.headerCell.title" = "Anzeigename";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Listen for"; ObjectID = "Vh8-06-U3K"; */
|
||||
"Vh8-06-U3K.title" = "Hören auf";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Heavy"; ObjectID = "vik-vN-bJe"; */
|
||||
"vik-vN-bJe.title" = "Stark";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Both Brightness & Volume"; ObjectID = "Vr4-xb-B4o"; */
|
||||
"Vr4-xb-B4o.title" = "Helligkeit & Lautstärke";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "None"; ObjectID = "X96-ny-lAP"; */
|
||||
"X96-ny-lAP.title" = "None";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "DDC"; ObjectID = "xFw-if-3FU"; */
|
||||
"xFw-if-3FU.headerCell.title" = "DDC";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Show a slider for contrast"; ObjectID = "xSI-8W-Xd0"; */
|
||||
"xSI-8W-Xd0.title" = "Slider für Kontrast anzeigen";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Polling Count"; ObjectID = "ytT-up-Dhs"; */
|
||||
"ytT-up-Dhs.headerCell.title" = "Anzahl Abfragen";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Display Name"; ObjectID = "dNl-I0-hcg"; */
|
||||
"dNl-I0-hcg.headerCell.title" = "Anzeigename";
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "2gr-xG-Byx"; */
|
||||
"2gr-xG-Byx.title" = "";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Warning ⚠️\nChanging some of these setting may cause system freezes or unexpected behaviour. "; ObjectID = "frw-j2-tE1"; */
|
||||
"frw-j2-tE1.title" = "Warnung ⚠️\nDas Ändern dieser Einstellungen kann zum Einfrieren des Systems oder unerwartetem Verhalten führen.";
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "afl-95-ZJl"; */
|
||||
"afl-95-ZJl.title" = "";
|
||||
|
||||
/* Class = "NSButton"; ibShadowedToolTip = "More Info"; ObjectID = "kqn-gU-mZX"; */
|
||||
"kqn-gU-mZX.ibShadowedToolTip" = "Mehr Informationen";
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "as0-t3-Aub"; */
|
||||
"as0-t3-Aub.title" = "";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Version 0.0.0 (Build 0)"; ObjectID = "mBs-6m-13Q"; */
|
||||
"mBs-6m-13Q.title" = "";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "vkG-RF-Yne"; */
|
||||
"vkG-RF-Yne.title" = "";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "VPD-MR-IXg"; */
|
||||
"VPD-MR-IXg.title" = "";
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
/* Class = "NSMenuItem"; title = "Quit"; ObjectID = "JTa-2I-AsI"; */
|
||||
"JTa-2I-AsI.title" = "MonitorControl beenden";
|
||||
|
||||
|
|
|
|||
|
|
@ -1,85 +1,126 @@
|
|||
|
||||
/* Class = "NSButtonCell"; title = "Change Brightness/Volume for all screens"; ObjectID = "0Z7-PQ-Bl8"; */
|
||||
"0Z7-PQ-Bl8.title" = "Change Brightness/Volume for all screens";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Reset Preferences"; ObjectID = "4Pj-3t-PJr"; */
|
||||
"4Pj-3t-PJr.title" = "Reset Preferences";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Advanced"; ObjectID = "5wk-Dy-0fG"; */
|
||||
"5wk-Dy-0fG.title" = "Advanced";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Enabled"; ObjectID = "8U8-ec-Zbv"; */
|
||||
"8U8-ec-Zbv.headerCell.title" = "Enabled";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Name"; ObjectID = "CHc-s5-4MN"; */
|
||||
"CHc-s5-4MN.headerCell.title" = "Name";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Custom"; ObjectID = "Cle-DD-vR7"; */
|
||||
"Cle-DD-vR7.title" = "Custom";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Keys"; ObjectID = "Dcz-GG-1li"; */
|
||||
"Dcz-GG-1li.title" = "Keys";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "ID"; ObjectID = "dgp-q7-cBK"; */
|
||||
"dgp-q7-cBK.headerCell.title" = "ID";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Display Name"; ObjectID = "dNl-I0-hcg"; */
|
||||
"dNl-I0-hcg.headerCell.title" = "Display Name";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "General"; ObjectID = "ENU-js-huy"; */
|
||||
"ENU-js-huy.title" = "General";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Minimal"; ObjectID = "Eq3-z9-yIo"; */
|
||||
"Eq3-z9-yIo.title" = "Minimal";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Display"; ObjectID = "ExD-7P-6XI"; */
|
||||
"ExD-7P-6XI.title" = "Display";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Lower Contrast after Brightness"; ObjectID = "fhy-Er-0aI"; */
|
||||
"fhy-Er-0aI.title" = "Lower contrast after brightness";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "None"; ObjectID = "FoA-yh-Yx3"; */
|
||||
"FoA-yh-Yx3.title" = "None";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Warning ⚠️\nChanging some of these setting may cause system freezes or unexpected behaviour. "; ObjectID = "frw-j2-tE1"; */
|
||||
"frw-j2-tE1.title" = "Warning ⚠️\nChanging some of these setting may cause system freezes or unexpected behaviour. ";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Longer Delay"; ObjectID = "grO-Kr-l4d"; */
|
||||
"grO-Kr-l4d.headerCell.title" = "Longer Delay";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Polling Mode"; ObjectID = "gxn-NH-Qhb"; */
|
||||
"gxn-NH-Qhb.headerCell.title" = "Polling Mode";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "H4a-c9-LcB"; */
|
||||
"H4a-c9-LcB.title" = "Text Cell";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Brightness only"; ObjectID = "hjz-0c-rvK"; */
|
||||
"hjz-0c-rvK.title" = "Brightness only";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Start MonitorControl at Login"; ObjectID = "j72-NF-zsW"; */
|
||||
"j72-NF-zsW.title" = "Start MonitorControl at login";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "ID"; ObjectID = "JKW-oY-bSb"; */
|
||||
"JKW-oY-bSb.headerCell.title" = "ID";
|
||||
|
||||
/* Class = "NSButton"; ibShadowedToolTip = "More Info"; ObjectID = "kqn-gU-mZX"; */
|
||||
"kqn-gU-mZX.ibShadowedToolTip" = "More Info";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Vendor"; ObjectID = "LRJ-fb-Z9E"; */
|
||||
"LRJ-fb-Z9E.headerCell.title" = "Vendor";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Hide OSD"; ObjectID = "MPF-Mr-zVU"; */
|
||||
"MPF-Mr-zVU.headerCell.title" = "Hide OSD";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Volume only"; ObjectID = "NLP-dU-Dam"; */
|
||||
"NLP-dU-Dam.title" = "Volume only";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Model"; ObjectID = "Nvp-hI-w4x"; */
|
||||
"Nvp-hI-w4x.headerCell.title" = "Model";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "PZ9-0Z-K6J"; */
|
||||
"PZ9-0Z-K6J.title" = "Text Cell";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Normal"; ObjectID = "Riq-uM-bTs"; */
|
||||
"Riq-uM-bTs.title" = "Normal";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "UBV-gO-AZz"; */
|
||||
"UBV-gO-AZz.title" = "Text Cell";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Friendly Name"; ObjectID = "uoI-1J-RdD"; */
|
||||
"uoI-1J-RdD.headerCell.title" = "Display Name";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Listen for"; ObjectID = "Vh8-06-U3K"; */
|
||||
"Vh8-06-U3K.title" = "Listen for";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Heavy"; ObjectID = "vik-vN-bJe"; */
|
||||
"vik-vN-bJe.title" = "Heavy";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Both Brightness & Volume"; ObjectID = "Vr4-xb-B4o"; */
|
||||
"Vr4-xb-B4o.title" = "Both Brightness & Volume";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "None"; ObjectID = "X96-ny-lAP"; */
|
||||
"X96-ny-lAP.title" = "None";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "DDC"; ObjectID = "xFw-if-3FU"; */
|
||||
"xFw-if-3FU.headerCell.title" = "DDC";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Show a slider for contrast"; ObjectID = "xSI-8W-Xd0"; */
|
||||
"xSI-8W-Xd0.title" = "Show a slider for contrast";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Polling Count"; ObjectID = "ytT-up-Dhs"; */
|
||||
"ytT-up-Dhs.headerCell.title" = "Polling Count";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "2gr-xG-Byx"; */
|
||||
"2gr-xG-Byx.title" = "";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "4or-hS-WeW"; */
|
||||
"4or-hS-WeW.title" = "";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "afl-95-ZJl"; */
|
||||
"afl-95-ZJl.title" = "";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "as0-t3-Aub"; */
|
||||
"as0-t3-Aub.title" = "";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "aSw-3H-uNa"; */
|
||||
"aSw-3H-uNa.title" = "";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "cnb-Li-1lE"; */
|
||||
"cnb-Li-1lE.title" = "";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "DGv-iu-Jg1"; */
|
||||
"DGv-iu-Jg1.title" = "";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Version 0.0.0 (Build 0)"; ObjectID = "mBs-6m-13Q"; */
|
||||
"mBs-6m-13Q.title" = "";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "Pkk-Ce-Y6Q"; */
|
||||
"Pkk-Ce-Y6Q.title" = "";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "vkG-RF-Yne"; */
|
||||
"vkG-RF-Yne.title" = "";
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
/* Class = "NSMenuItem"; title = "Quit"; ObjectID = "JTa-2I-AsI"; */
|
||||
"JTa-2I-AsI.title" = "Quit";
|
||||
|
||||
|
|
|
|||
|
|
@ -1,82 +1,126 @@
|
|||
|
||||
/* Class = "NSButtonCell"; title = "Change Brightness/Volume for all screens"; ObjectID = "0Z7-PQ-Bl8"; */
|
||||
"0Z7-PQ-Bl8.title" = "Modifier Luminosité/Volume pour tous les écrans";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Reset Preferences"; ObjectID = "4Pj-3t-PJr"; */
|
||||
"4Pj-3t-PJr.title" = "Reset Preferences";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Advanced"; ObjectID = "5wk-Dy-0fG"; */
|
||||
"5wk-Dy-0fG.title" = "Advanced";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Enabled"; ObjectID = "8U8-ec-Zbv"; */
|
||||
"8U8-ec-Zbv.headerCell.title" = "Activé";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Name"; ObjectID = "CHc-s5-4MN"; */
|
||||
"CHc-s5-4MN.headerCell.title" = "Nom de l'écran";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Custom"; ObjectID = "Cle-DD-vR7"; */
|
||||
"Cle-DD-vR7.title" = "Custom";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Keys"; ObjectID = "Dcz-GG-1li"; */
|
||||
"Dcz-GG-1li.title" = "Touches";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "ID"; ObjectID = "dgp-q7-cBK"; */
|
||||
"dgp-q7-cBK.headerCell.title" = "Identifiant";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Display Name"; ObjectID = "dNl-I0-hcg"; */
|
||||
"dNl-I0-hcg.headerCell.title" = "Display Name";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "General"; ObjectID = "ENU-js-huy"; */
|
||||
"ENU-js-huy.title" = "Général";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Minimal"; ObjectID = "Eq3-z9-yIo"; */
|
||||
"Eq3-z9-yIo.title" = "Minimal";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Display"; ObjectID = "ExD-7P-6XI"; */
|
||||
"ExD-7P-6XI.title" = "Écrans";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Lower Contrast after Brightness"; ObjectID = "fhy-Er-0aI"; */
|
||||
"fhy-Er-0aI.title" = "Diminuer le contraste après la luminosité";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "None"; ObjectID = "FoA-yh-Yx3"; */
|
||||
"FoA-yh-Yx3.title" = "None";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Warning ⚠️\nChanging some of these setting may cause system freezes or unexpected behaviour. "; ObjectID = "frw-j2-tE1"; */
|
||||
"frw-j2-tE1.title" = "Warning ⚠️\nChanging some of these setting may cause system freezes or unexpected behaviour. ";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Longer Delay"; ObjectID = "grO-Kr-l4d"; */
|
||||
"grO-Kr-l4d.headerCell.title" = "Longer Delay";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Polling Mode"; ObjectID = "gxn-NH-Qhb"; */
|
||||
"gxn-NH-Qhb.headerCell.title" = "Polling Mode";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "H4a-c9-LcB"; */
|
||||
"H4a-c9-LcB.title" = "Text Cell";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Brightness only"; ObjectID = "hjz-0c-rvK"; */
|
||||
"hjz-0c-rvK.title" = "Luminosité uniquement";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Start MonitorControl at Login"; ObjectID = "j72-NF-zsW"; */
|
||||
"j72-NF-zsW.title" = "Lancer MonitorControl au démarrage";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "ID"; ObjectID = "JKW-oY-bSb"; */
|
||||
"JKW-oY-bSb.headerCell.title" = "ID";
|
||||
|
||||
/* Class = "NSButton"; ibShadowedToolTip = "More Info"; ObjectID = "kqn-gU-mZX"; */
|
||||
"kqn-gU-mZX.ibShadowedToolTip" = "More Info";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Vendor"; ObjectID = "LRJ-fb-Z9E"; */
|
||||
"LRJ-fb-Z9E.headerCell.title" = "Vendeur";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Hide OSD"; ObjectID = "MPF-Mr-zVU"; */
|
||||
"MPF-Mr-zVU.headerCell.title" = "Hide OSD";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Volume only"; ObjectID = "NLP-dU-Dam"; */
|
||||
"NLP-dU-Dam.title" = "Volume uniquement";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Model"; ObjectID = "Nvp-hI-w4x"; */
|
||||
"Nvp-hI-w4x.headerCell.title" = "Model";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "PZ9-0Z-K6J"; */
|
||||
"PZ9-0Z-K6J.title" = "Text Cell";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Normal"; ObjectID = "Riq-uM-bTs"; */
|
||||
"Riq-uM-bTs.title" = "Normal";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "UBV-gO-AZz"; */
|
||||
"UBV-gO-AZz.title" = "Text Cell";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Friendly Name"; ObjectID = "uoI-1J-RdD"; */
|
||||
"uoI-1J-RdD.headerCell.title" = "Nom d'affichage";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Listen for"; ObjectID = "Vh8-06-U3K"; */
|
||||
"Vh8-06-U3K.title" = "Écouter pour";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Heavy"; ObjectID = "vik-vN-bJe"; */
|
||||
"vik-vN-bJe.title" = "Heavy";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Both Brightness & Volume"; ObjectID = "Vr4-xb-B4o"; */
|
||||
"Vr4-xb-B4o.title" = "Luminosité & Volume";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "None"; ObjectID = "X96-ny-lAP"; */
|
||||
"X96-ny-lAP.title" = "None";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "DDC"; ObjectID = "xFw-if-3FU"; */
|
||||
"xFw-if-3FU.headerCell.title" = "DDC";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Show a slider for contrast"; ObjectID = "xSI-8W-Xd0"; */
|
||||
"xSI-8W-Xd0.title" = "Afficher un slide pour le contraste";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Polling Count"; ObjectID = "ytT-up-Dhs"; */
|
||||
"ytT-up-Dhs.headerCell.title" = "Polling Count";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "2gr-xG-Byx"; */
|
||||
"2gr-xG-Byx.title" = "";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "4or-hS-WeW"; */
|
||||
"4or-hS-WeW.title" = "";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "afl-95-ZJl"; */
|
||||
"afl-95-ZJl.title" = "";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "as0-t3-Aub"; */
|
||||
"as0-t3-Aub.title" = "";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "aSw-3H-uNa"; */
|
||||
"aSw-3H-uNa.title" = "";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "cnb-Li-1lE"; */
|
||||
"cnb-Li-1lE.title" = "";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "DGv-iu-Jg1"; */
|
||||
"DGv-iu-Jg1.title" = "";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Version 0.0.0 (Build 0)"; ObjectID = "mBs-6m-13Q"; */
|
||||
"mBs-6m-13Q.title" = "";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "Pkk-Ce-Y6Q"; */
|
||||
"Pkk-Ce-Y6Q.title" = "";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "vkG-RF-Yne"; */
|
||||
"vkG-RF-Yne.title" = "";
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
/* Class = "NSMenuItem"; title = "Quit"; ObjectID = "JTa-2I-AsI"; */
|
||||
"JTa-2I-AsI.title" = "Quitter";
|
||||
|
||||
|
|
|
|||
|
|
@ -1,82 +1,126 @@
|
|||
|
||||
/* Class = "NSButtonCell"; title = "Change Brightness/Volume for all screens"; ObjectID = "0Z7-PQ-Bl8"; */
|
||||
"0Z7-PQ-Bl8.title" = "Modifica Luminosità/Volume per tutti i monitor";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Reset Preferences"; ObjectID = "4Pj-3t-PJr"; */
|
||||
"4Pj-3t-PJr.title" = "Reset Preferences";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Advanced"; ObjectID = "5wk-Dy-0fG"; */
|
||||
"5wk-Dy-0fG.title" = "Advanced";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Enabled"; ObjectID = "8U8-ec-Zbv"; */
|
||||
"8U8-ec-Zbv.headerCell.title" = "Abilitato";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Name"; ObjectID = "CHc-s5-4MN"; */
|
||||
"CHc-s5-4MN.headerCell.title" = "Nome";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Custom"; ObjectID = "Cle-DD-vR7"; */
|
||||
"Cle-DD-vR7.title" = "Custom";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Keys"; ObjectID = "Dcz-GG-1li"; */
|
||||
"Dcz-GG-1li.title" = "Tasti";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "ID"; ObjectID = "dgp-q7-cBK"; */
|
||||
"dgp-q7-cBK.headerCell.title" = "ID";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Display Name"; ObjectID = "dNl-I0-hcg"; */
|
||||
"dNl-I0-hcg.headerCell.title" = "Display Name";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "General"; ObjectID = "ENU-js-huy"; */
|
||||
"ENU-js-huy.title" = "Generale";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Minimal"; ObjectID = "Eq3-z9-yIo"; */
|
||||
"Eq3-z9-yIo.title" = "Minimal";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Display"; ObjectID = "ExD-7P-6XI"; */
|
||||
"ExD-7P-6XI.title" = "Monitor";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Lower Contrast after Brightness"; ObjectID = "fhy-Er-0aI"; */
|
||||
"fhy-Er-0aI.title" = "Abbassa il contrasto dopo la luminosità";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "None"; ObjectID = "FoA-yh-Yx3"; */
|
||||
"FoA-yh-Yx3.title" = "None";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Warning ⚠️\nChanging some of these setting may cause system freezes or unexpected behaviour. "; ObjectID = "frw-j2-tE1"; */
|
||||
"frw-j2-tE1.title" = "Warning ⚠️\nChanging some of these setting may cause system freezes or unexpected behaviour. ";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Longer Delay"; ObjectID = "grO-Kr-l4d"; */
|
||||
"grO-Kr-l4d.headerCell.title" = "Longer Delay";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Polling Mode"; ObjectID = "gxn-NH-Qhb"; */
|
||||
"gxn-NH-Qhb.headerCell.title" = "Polling Mode";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "H4a-c9-LcB"; */
|
||||
"H4a-c9-LcB.title" = "Text Cell";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Brightness only"; ObjectID = "hjz-0c-rvK"; */
|
||||
"hjz-0c-rvK.title" = "Solo Luminosità";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Start MonitorControl at Login"; ObjectID = "j72-NF-zsW"; */
|
||||
"j72-NF-zsW.title" = "Avvia MonitorControl al login";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "ID"; ObjectID = "JKW-oY-bSb"; */
|
||||
"JKW-oY-bSb.headerCell.title" = "ID";
|
||||
|
||||
/* Class = "NSButton"; ibShadowedToolTip = "More Info"; ObjectID = "kqn-gU-mZX"; */
|
||||
"kqn-gU-mZX.ibShadowedToolTip" = "More Info";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Vendor"; ObjectID = "LRJ-fb-Z9E"; */
|
||||
"LRJ-fb-Z9E.headerCell.title" = "Produttore";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Hide OSD"; ObjectID = "MPF-Mr-zVU"; */
|
||||
"MPF-Mr-zVU.headerCell.title" = "Hide OSD";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Volume only"; ObjectID = "NLP-dU-Dam"; */
|
||||
"NLP-dU-Dam.title" = "Solo Volume";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Model"; ObjectID = "Nvp-hI-w4x"; */
|
||||
"Nvp-hI-w4x.headerCell.title" = "Modello";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "PZ9-0Z-K6J"; */
|
||||
"PZ9-0Z-K6J.title" = "Text Cell";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Normal"; ObjectID = "Riq-uM-bTs"; */
|
||||
"Riq-uM-bTs.title" = "Normal";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "UBV-gO-AZz"; */
|
||||
"UBV-gO-AZz.title" = "Text Cell";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Friendly Name"; ObjectID = "uoI-1J-RdD"; */
|
||||
"uoI-1J-RdD.headerCell.title" = "Nome assegnato";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Listen for"; ObjectID = "Vh8-06-U3K"; */
|
||||
"Vh8-06-U3K.title" = "Gestisci";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Heavy"; ObjectID = "vik-vN-bJe"; */
|
||||
"vik-vN-bJe.title" = "Heavy";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Both Brightness & Volume"; ObjectID = "Vr4-xb-B4o"; */
|
||||
"Vr4-xb-B4o.title" = "Luminosità e Volume";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "None"; ObjectID = "X96-ny-lAP"; */
|
||||
"X96-ny-lAP.title" = "None";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "DDC"; ObjectID = "xFw-if-3FU"; */
|
||||
"xFw-if-3FU.headerCell.title" = "DDC";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Show a slider for contrast"; ObjectID = "xSI-8W-Xd0"; */
|
||||
"xSI-8W-Xd0.title" = "Mostra un selettore per il Contrasto";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Polling Count"; ObjectID = "ytT-up-Dhs"; */
|
||||
"ytT-up-Dhs.headerCell.title" = "Polling Count";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "2gr-xG-Byx"; */
|
||||
"2gr-xG-Byx.title" = "";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "4or-hS-WeW"; */
|
||||
"4or-hS-WeW.title" = "";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "afl-95-ZJl"; */
|
||||
"afl-95-ZJl.title" = "";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "as0-t3-Aub"; */
|
||||
"as0-t3-Aub.title" = "";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "aSw-3H-uNa"; */
|
||||
"aSw-3H-uNa.title" = "";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "cnb-Li-1lE"; */
|
||||
"cnb-Li-1lE.title" = "";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "DGv-iu-Jg1"; */
|
||||
"DGv-iu-Jg1.title" = "";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Version 0.0.0 (Build 0)"; ObjectID = "mBs-6m-13Q"; */
|
||||
"mBs-6m-13Q.title" = "";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "Pkk-Ce-Y6Q"; */
|
||||
"Pkk-Ce-Y6Q.title" = "";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "vkG-RF-Yne"; */
|
||||
"vkG-RF-Yne.title" = "";
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
/* Class = "NSMenuItem"; title = "Quit"; ObjectID = "JTa-2I-AsI"; */
|
||||
"JTa-2I-AsI.title" = "Esci";
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
/* Class = "NSButtonCell"; title = "Change Brightness/Volume for all screens"; ObjectID = "0Z7-PQ-Bl8"; */
|
||||
"0Z7-PQ-Bl8.title" = "すべての画面の画面輝度と音量を変更する";
|
||||
|
||||
|
|
@ -8,56 +7,77 @@
|
|||
/* Class = "NSButtonCell"; title = "Reset Preferences"; ObjectID = "4Pj-3t-PJr"; */
|
||||
"4Pj-3t-PJr.title" = "初期設定に戻す";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "4or-hS-WeW"; */
|
||||
"4or-hS-WeW.title" = "Table View Cell";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Advanced"; ObjectID = "5wk-Dy-0fG"; */
|
||||
"5wk-Dy-0fG.title" = "詳細設定";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "5xu-ja-W21"; */
|
||||
"5xu-ja-W21.title" = "Table View Cell";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Enabled"; ObjectID = "8U8-ec-Zbv"; */
|
||||
"8U8-ec-Zbv.headerCell.title" = "有効";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "afl-95-ZJl"; */
|
||||
"afl-95-ZJl.title" = "Text Cell";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "as0-t3-Aub"; */
|
||||
"as0-t3-Aub.title" = "Text Cell";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Name"; ObjectID = "CHc-s5-4MN"; */
|
||||
"CHc-s5-4MN.headerCell.title" = "名称";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Custom"; ObjectID = "Cle-DD-vR7"; */
|
||||
"Cle-DD-vR7.title" = "カスタム";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "DGv-iu-Jg1"; */
|
||||
"DGv-iu-Jg1.title" = "Table View Cell";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Keys"; ObjectID = "Dcz-GG-1li"; */
|
||||
"Dcz-GG-1li.title" = "キー";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "ID"; ObjectID = "dgp-q7-cBK"; */
|
||||
"dgp-q7-cBK.headerCell.title" = "ID";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Display Name"; ObjectID = "dNl-I0-hcg"; */
|
||||
"dNl-I0-hcg.headerCell.title" = "ディスプレイの名称";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "General"; ObjectID = "ENU-js-huy"; */
|
||||
"ENU-js-huy.title" = "一般";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Minimal"; ObjectID = "Eq3-z9-yIo"; */
|
||||
"Eq3-z9-yIo.title" = "低頻度";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "Euj-aT-PWW"; */
|
||||
"Euj-aT-PWW.title" = "Table View Cell";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Display"; ObjectID = "ExD-7P-6XI"; */
|
||||
"ExD-7P-6XI.title" = "ディスプレイ";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Lower Contrast after Brightness"; ObjectID = "fhy-Er-0aI"; */
|
||||
"fhy-Er-0aI.title" = "画面輝度変更後、コントラストを下げる";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "None"; ObjectID = "FoA-yh-Yx3"; */
|
||||
"FoA-yh-Yx3.title" = "設定しない";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Warning ⚠️\nChanging some of these setting may cause system freezes or unexpected behaviour. "; ObjectID = "frw-j2-tE1"; */
|
||||
"frw-j2-tE1.title" = "⚠️ 注意 ⚠️\n下の設定を変更するとMacがフリーズしたり予期せぬ挙動になる場合があります。";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Longer Delay"; ObjectID = "grO-Kr-l4d"; */
|
||||
"grO-Kr-l4d.headerCell.title" = "遅延を長くする";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Polling Mode"; ObjectID = "gxn-NH-Qhb"; */
|
||||
"gxn-NH-Qhb.headerCell.title" = "ポーリングモード";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "H4a-c9-LcB"; */
|
||||
"H4a-c9-LcB.title" = "Text Cell";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Brightness only"; ObjectID = "hjz-0c-rvK"; */
|
||||
"hjz-0c-rvK.title" = "画面輝度のみ";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Start MonitorControl at Login"; ObjectID = "j72-NF-zsW"; */
|
||||
"j72-NF-zsW.title" = "ログイン時にMonitorCoontrolを起動する";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "ID"; ObjectID = "JKW-oY-bSb"; */
|
||||
"JKW-oY-bSb.headerCell.title" = "ID";
|
||||
|
||||
/* Class = "NSButton"; ibShadowedToolTip = "More Info"; ObjectID = "kqn-gU-mZX"; */
|
||||
"kqn-gU-mZX.ibShadowedToolTip" = "More Info";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Vendor"; ObjectID = "LRJ-fb-Z9E"; */
|
||||
"LRJ-fb-Z9E.headerCell.title" = "ベンダー";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "LZ8-Tj-mCs"; */
|
||||
"LZ8-Tj-mCs.title" = "Table View Cell";
|
||||
/* Class = "NSTextFieldCell"; title = "Version 0.0.0 (Build 0)"; ObjectID = "mBs-6m-13Q"; */
|
||||
"mBs-6m-13Q.title" = "バージョン 0.0.0 (ビルド 0)";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Hide OSD"; ObjectID = "MPF-Mr-zVU"; */
|
||||
"MPF-Mr-zVU.headerCell.title" = "OSDを隠す";
|
||||
|
|
@ -71,75 +91,33 @@
|
|||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "PZ9-0Z-K6J"; */
|
||||
"PZ9-0Z-K6J.title" = "Text Cell";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "Pkk-Ce-Y6Q"; */
|
||||
"Pkk-Ce-Y6Q.title" = "Table View Cell";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Normal"; ObjectID = "Riq-uM-bTs"; */
|
||||
"Riq-uM-bTs.title" = "普通";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "UBV-gO-AZz"; */
|
||||
"UBV-gO-AZz.title" = "Text Cell";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "VPD-MR-IXg"; */
|
||||
"VPD-MR-IXg.title" = "Text Cell";
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Friendly Name"; ObjectID = "uoI-1J-RdD"; */
|
||||
"uoI-1J-RdD.headerCell.title" = "表示名 (クリックして変更)";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Listen for"; ObjectID = "Vh8-06-U3K"; */
|
||||
"Vh8-06-U3K.title" = "操作対象:";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Both Brightness & Volume"; ObjectID = "Vr4-xb-B4o"; */
|
||||
"Vr4-xb-B4o.title" = "画面輝度と音量";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "aSw-3H-uNa"; */
|
||||
"aSw-3H-uNa.title" = "Table View Cell";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "afl-95-ZJl"; */
|
||||
"afl-95-ZJl.title" = "Text Cell";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "as0-t3-Aub"; */
|
||||
"as0-t3-Aub.title" = "Text Cell";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "cnb-Li-1lE"; */
|
||||
"cnb-Li-1lE.title" = "Table View Cell";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Display Name"; ObjectID = "dNl-I0-hcg"; */
|
||||
"dNl-I0-hcg.headerCell.title" = "ディスプレイの名称";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "ID"; ObjectID = "dgp-q7-cBK"; */
|
||||
"dgp-q7-cBK.headerCell.title" = "ID";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Lower Contrast after Brightness"; ObjectID = "fhy-Er-0aI"; */
|
||||
"fhy-Er-0aI.title" = "画面輝度変更後、コントラストを下げる";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Warning ⚠️\nChanging some of these setting may cause system freezes or unexpected behaviour. "; ObjectID = "frw-j2-tE1"; */
|
||||
"frw-j2-tE1.title" = "⚠️ 注意 ⚠️\n下の設定を変更するとMacがフリーズしたり予期せぬ挙動になる場合があります。";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Longer Delay"; ObjectID = "grO-Kr-l4d"; */
|
||||
"grO-Kr-l4d.headerCell.title" = "遅延を長くする";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Polling Mode"; ObjectID = "gxn-NH-Qhb"; */
|
||||
"gxn-NH-Qhb.headerCell.title" = "ポーリングモード";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Brightness only"; ObjectID = "hjz-0c-rvK"; */
|
||||
"hjz-0c-rvK.title" = "画面輝度のみ";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Start MonitorControl at Login"; ObjectID = "j72-NF-zsW"; */
|
||||
"j72-NF-zsW.title" = "ログイン時にMonitorCoontrolを起動する";
|
||||
|
||||
/* Class = "NSButton"; ibShadowedToolTip = "More Info"; ObjectID = "kqn-gU-mZX"; */
|
||||
"kqn-gU-mZX.ibShadowedToolTip" = "More Info";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Version 0.0.0 (Build 0)"; ObjectID = "mBs-6m-13Q"; */
|
||||
"mBs-6m-13Q.title" = "バージョン 0.0.0 (ビルド 0)";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Friendly Name"; ObjectID = "uoI-1J-RdD"; */
|
||||
"uoI-1J-RdD.headerCell.title" = "表示名 (クリックして変更)";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Heavy"; ObjectID = "vik-vN-bJe"; */
|
||||
"vik-vN-bJe.title" = "高頻度";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "vkG-RF-Yne"; */
|
||||
"vkG-RF-Yne.title" = "Text Cell";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "VPD-MR-IXg"; */
|
||||
"VPD-MR-IXg.title" = "Text Cell";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Both Brightness & Volume"; ObjectID = "Vr4-xb-B4o"; */
|
||||
"Vr4-xb-B4o.title" = "画面輝度と音量";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "None"; ObjectID = "X96-ny-lAP"; */
|
||||
"X96-ny-lAP.title" = "None";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "DDC"; ObjectID = "xFw-if-3FU"; */
|
||||
"xFw-if-3FU.headerCell.title" = "DDC";
|
||||
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
/* Class = "NSMenuItem"; title = "Quit"; ObjectID = "JTa-2I-AsI"; */
|
||||
"JTa-2I-AsI.title" = "MonitorControl を終了";
|
||||
|
||||
|
|
|
|||
|
|
@ -1,118 +1,48 @@
|
|||
|
||||
/* Class = "NSButtonCell"; title = "Change Brightness/Volume for all screens"; ObjectID = "0Z7-PQ-Bl8"; */
|
||||
"0Z7-PQ-Bl8.title" = "Zmiana jasności/głośności dla wszystkich ekranów";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "2gr-xG-Byx"; */
|
||||
"2gr-xG-Byx.title" = "";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Reset Preferences"; ObjectID = "4Pj-3t-PJr"; */
|
||||
"4Pj-3t-PJr.title" = "Resetowanie ustawień";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "4or-hS-WeW"; */
|
||||
"4or-hS-WeW.title" = "";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Advanced"; ObjectID = "5wk-Dy-0fG"; */
|
||||
"5wk-Dy-0fG.title" = "Zaawansowane";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "5xu-ja-W21"; */
|
||||
"5xu-ja-W21.title" = "";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Enabled"; ObjectID = "8U8-ec-Zbv"; */
|
||||
"8U8-ec-Zbv.headerCell.title" = "Aktywne";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "as0-t3-Aub"; */
|
||||
"as0-t3-Aub.title" = "Text Cell";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Name"; ObjectID = "CHc-s5-4MN"; */
|
||||
"CHc-s5-4MN.headerCell.title" = "Nazwa";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Custom"; ObjectID = "Cle-DD-vR7"; */
|
||||
"Cle-DD-vR7.title" = "Niestandardowy";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "DGv-iu-Jg1"; */
|
||||
"DGv-iu-Jg1.title" = "";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Keys"; ObjectID = "Dcz-GG-1li"; */
|
||||
"Dcz-GG-1li.title" = "Klawisze";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "ID"; ObjectID = "dgp-q7-cBK"; */
|
||||
"dgp-q7-cBK.headerCell.title" = "ID";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Display Name"; ObjectID = "dNl-I0-hcg"; */
|
||||
"dNl-I0-hcg.headerCell.title" = "Nazwa wyświetlacza";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "General"; ObjectID = "ENU-js-huy"; */
|
||||
"ENU-js-huy.title" = "Ogólne";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Minimal"; ObjectID = "Eq3-z9-yIo"; */
|
||||
"Eq3-z9-yIo.title" = "Minimalny";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "Euj-aT-PWW"; */
|
||||
"Euj-aT-PWW.title" = "Table View Cell";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Display"; ObjectID = "ExD-7P-6XI"; */
|
||||
"ExD-7P-6XI.title" = "Wyświetlacz";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "None"; ObjectID = "FoA-yh-Yx3"; */
|
||||
"FoA-yh-Yx3.title" = "Nikt";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "H4a-c9-LcB"; */
|
||||
"H4a-c9-LcB.title" = "";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "ID"; ObjectID = "JKW-oY-bSb"; */
|
||||
"JKW-oY-bSb.headerCell.title" = "ID";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Vendor"; ObjectID = "LRJ-fb-Z9E"; */
|
||||
"LRJ-fb-Z9E.headerCell.title" = "Producent";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "LZ8-Tj-mCs"; */
|
||||
"LZ8-Tj-mCs.title" = "";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Hide OSD"; ObjectID = "MPF-Mr-zVU"; */
|
||||
"MPF-Mr-zVU.headerCell.title" = "Schowaj OSD";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Volume only"; ObjectID = "NLP-dU-Dam"; */
|
||||
"NLP-dU-Dam.title" = "Tylko głośność";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Model"; ObjectID = "Nvp-hI-w4x"; */
|
||||
"Nvp-hI-w4x.headerCell.title" = "Model";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "PZ9-0Z-K6J"; */
|
||||
"PZ9-0Z-K6J.title" = "";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "Pkk-Ce-Y6Q"; */
|
||||
"Pkk-Ce-Y6Q.title" = "";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Normal"; ObjectID = "Riq-uM-bTs"; */
|
||||
"Riq-uM-bTs.title" = "Normalny";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "UBV-gO-AZz"; */
|
||||
"UBV-gO-AZz.title" = "";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "VPD-MR-IXg"; */
|
||||
"VPD-MR-IXg.title" = "";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Listen for"; ObjectID = "Vh8-06-U3K"; */
|
||||
"Vh8-06-U3K.title" = "Reaguj na";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Both Brightness & Volume"; ObjectID = "Vr4-xb-B4o"; */
|
||||
"Vr4-xb-B4o.title" = "Jasność i Głośność";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "None"; ObjectID = "X96-ny-lAP"; */
|
||||
"X96-ny-lAP.title" = "Nic";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "aSw-3H-uNa"; */
|
||||
"aSw-3H-uNa.title" = "";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "afl-95-ZJl"; */
|
||||
"afl-95-ZJl.title" = "";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "as0-t3-Aub"; */
|
||||
"as0-t3-Aub.title" = "Text Cell";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "cnb-Li-1lE"; */
|
||||
"cnb-Li-1lE.title" = "Table View Cell";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Display Name"; ObjectID = "dNl-I0-hcg"; */
|
||||
"dNl-I0-hcg.headerCell.title" = "Nazwa wyświetlacza";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "ID"; ObjectID = "dgp-q7-cBK"; */
|
||||
"dgp-q7-cBK.headerCell.title" = "ID";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Lower Contrast after Brightness"; ObjectID = "fhy-Er-0aI"; */
|
||||
"fhy-Er-0aI.title" = "Obniż kontrast po jasności.";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "None"; ObjectID = "FoA-yh-Yx3"; */
|
||||
"FoA-yh-Yx3.title" = "Nikt";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Warning ⚠️\nChanging some of these setting may cause system freezes or unexpected behaviour. "; ObjectID = "frw-j2-tE1"; */
|
||||
"frw-j2-tE1.title" = "Uwaga ⚠️\nZmiana niektórych z tych ustawień może spowodować zawieszenia systemu lub nieoczekiwane zachowanie.";
|
||||
|
||||
|
|
@ -128,20 +58,44 @@
|
|||
/* Class = "NSButtonCell"; title = "Start MonitorControl at Login"; ObjectID = "j72-NF-zsW"; */
|
||||
"j72-NF-zsW.title" = "Uruchamiaj MonitorContol podczas logowania";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "ID"; ObjectID = "JKW-oY-bSb"; */
|
||||
"JKW-oY-bSb.headerCell.title" = "ID";
|
||||
|
||||
/* Class = "NSButton"; ibShadowedToolTip = "More Info"; ObjectID = "kqn-gU-mZX"; */
|
||||
"kqn-gU-mZX.ibShadowedToolTip" = "Więcej informacji";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Vendor"; ObjectID = "LRJ-fb-Z9E"; */
|
||||
"LRJ-fb-Z9E.headerCell.title" = "Producent";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Version 0.0.0 (Build 0)"; ObjectID = "mBs-6m-13Q"; */
|
||||
"mBs-6m-13Q.title" = "Wersja 0.0.0 (Kompilacja 0)";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Hide OSD"; ObjectID = "MPF-Mr-zVU"; */
|
||||
"MPF-Mr-zVU.headerCell.title" = "Schowaj OSD";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Volume only"; ObjectID = "NLP-dU-Dam"; */
|
||||
"NLP-dU-Dam.title" = "Tylko głośność";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Model"; ObjectID = "Nvp-hI-w4x"; */
|
||||
"Nvp-hI-w4x.headerCell.title" = "Model";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Normal"; ObjectID = "Riq-uM-bTs"; */
|
||||
"Riq-uM-bTs.title" = "Normalny";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Friendly Name"; ObjectID = "uoI-1J-RdD"; */
|
||||
"uoI-1J-RdD.headerCell.title" = "Przyjazna nazwa";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Listen for"; ObjectID = "Vh8-06-U3K"; */
|
||||
"Vh8-06-U3K.title" = "Reaguj na";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Heavy"; ObjectID = "vik-vN-bJe"; */
|
||||
"vik-vN-bJe.title" = "Ciężki";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "vkG-RF-Yne"; */
|
||||
"vkG-RF-Yne.title" = "";
|
||||
/* Class = "NSMenuItem"; title = "Both Brightness & Volume"; ObjectID = "Vr4-xb-B4o"; */
|
||||
"Vr4-xb-B4o.title" = "Jasność i Głośność";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "None"; ObjectID = "X96-ny-lAP"; */
|
||||
"X96-ny-lAP.title" = "Nic";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "DDC"; ObjectID = "xFw-if-3FU"; */
|
||||
"xFw-if-3FU.headerCell.title" = "DDC";
|
||||
|
|
@ -151,3 +105,24 @@
|
|||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Polling Count"; ObjectID = "ytT-up-Dhs"; */
|
||||
"ytT-up-Dhs.headerCell.title" = "Licznik odpytań";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "2gr-xG-Byx"; */
|
||||
"2gr-xG-Byx.title" = "";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "afl-95-ZJl"; */
|
||||
"afl-95-ZJl.title" = "";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "H4a-c9-LcB"; */
|
||||
"H4a-c9-LcB.title" = "";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "PZ9-0Z-K6J"; */
|
||||
"PZ9-0Z-K6J.title" = "";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "UBV-gO-AZz"; */
|
||||
"UBV-gO-AZz.title" = "";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "vkG-RF-Yne"; */
|
||||
"vkG-RF-Yne.title" = "";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "VPD-MR-IXg"; */
|
||||
"VPD-MR-IXg.title" = "";
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
/* Class = "NSMenuItem"; title = "Quit"; ObjectID = "JTa-2I-AsI"; */
|
||||
"JTa-2I-AsI.title" = "Zamknij";
|
||||
|
||||
|
|
|
|||
|
|
@ -1,152 +1,128 @@
|
|||
/* Class = "NSButtonCell"; title = "Change Brightness/Volume for all screens"; ObjectID = "0Z7-PQ-Bl8"; */
|
||||
"0Z7-PQ-Bl8.title" = "Изменять Яркость/Громкость на всех мониторах";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Enabled"; ObjectID = "8U8-ec-Zbv"; */
|
||||
"8U8-ec-Zbv.headerCell.title" = "Включено";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Name"; ObjectID = "CHc-s5-4MN"; */
|
||||
"CHc-s5-4MN.headerCell.title" = "Имя";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Keys"; ObjectID = "Dcz-GG-1li"; */
|
||||
"Dcz-GG-1li.title" = "Сочетания клавиш";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "ID"; ObjectID = "dgp-q7-cBK"; */
|
||||
"dgp-q7-cBK.headerCell.title" = "ID";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "General"; ObjectID = "ENU-js-huy"; */
|
||||
"ENU-js-huy.title" = "Основные";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Display"; ObjectID = "ExD-7P-6XI"; */
|
||||
"ExD-7P-6XI.title" = "Мониторы";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Lower Contrast after Brightness"; ObjectID = "fhy-Er-0aI"; */
|
||||
"fhy-Er-0aI.title" = "Уменьшать контрастность после яркости";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Brightness only"; ObjectID = "hjz-0c-rvK"; */
|
||||
"hjz-0c-rvK.title" = "Только яркость";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Start MonitorControl at Login"; ObjectID = "j72-NF-zsW"; */
|
||||
"j72-NF-zsW.title" = "Запускать MonitorControl при входе в систему";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Vendor"; ObjectID = "LRJ-fb-Z9E"; */
|
||||
"LRJ-fb-Z9E.headerCell.title" = "Производитель";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Volume only"; ObjectID = "NLP-dU-Dam"; */
|
||||
"NLP-dU-Dam.title" = "Только громкость";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Model"; ObjectID = "Nvp-hI-w4x"; */
|
||||
"Nvp-hI-w4x.headerCell.title" = "Модель";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Friendly Name"; ObjectID = "uoI-1J-RdD"; */
|
||||
"uoI-1J-RdD.headerCell.title" = "Название монтора";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Listen for"; ObjectID = "Vh8-06-U3K"; */
|
||||
"Vh8-06-U3K.title" = "Изменять клавишами";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Both Brightness & Volume"; ObjectID = "Vr4-xb-B4o"; */
|
||||
"Vr4-xb-B4o.title" = "Яркость и громкость вместе";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Show a slider for contrast"; ObjectID = "xSI-8W-Xd0"; */
|
||||
"xSI-8W-Xd0.title" = "Показать ползунок для контрастности";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Version 0.0.0 (Build 0)"; ObjectID = "mBs-6m-13Q"; */
|
||||
"mBs-6m-13Q.title" = "Версия 0.0.0 (Сборка 0)";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Reset Preferences"; ObjectID = "4Pj-3t-PJr"; */
|
||||
"4Pj-3t-PJr.title" = "Сброс настроек";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Advanced"; ObjectID = "5wk-Dy-0fG"; */
|
||||
"5wk-Dy-0fG.title" = "Дополнительные";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Enabled"; ObjectID = "8U8-ec-Zbv"; */
|
||||
"8U8-ec-Zbv.headerCell.title" = "Включено";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Name"; ObjectID = "CHc-s5-4MN"; */
|
||||
"CHc-s5-4MN.headerCell.title" = "Имя";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Custom"; ObjectID = "Cle-DD-vR7"; */
|
||||
"Cle-DD-vR7.title" = "Другое";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Keys"; ObjectID = "Dcz-GG-1li"; */
|
||||
"Dcz-GG-1li.title" = "Сочетания клавиш";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "ID"; ObjectID = "dgp-q7-cBK"; */
|
||||
"dgp-q7-cBK.headerCell.title" = "ID";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Display Name"; ObjectID = "dNl-I0-hcg"; */
|
||||
"dNl-I0-hcg.headerCell.title" = "Название монитора";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "General"; ObjectID = "ENU-js-huy"; */
|
||||
"ENU-js-huy.title" = "Основные";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Minimal"; ObjectID = "Eq3-z9-yIo"; */
|
||||
"Eq3-z9-yIo.title" = "Редко";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Display"; ObjectID = "ExD-7P-6XI"; */
|
||||
"ExD-7P-6XI.title" = "Мониторы";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Lower Contrast after Brightness"; ObjectID = "fhy-Er-0aI"; */
|
||||
"fhy-Er-0aI.title" = "Уменьшать контрастность после яркости";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "None"; ObjectID = "FoA-yh-Yx3"; */
|
||||
"FoA-yh-Yx3.title" = "Нет";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Warning ⚠️\nChanging some of these setting may cause system freezes or unexpected behaviour. "; ObjectID = "frw-j2-tE1"; */
|
||||
"frw-j2-tE1.title" = "Внимание ⚠️\nИзменение некоторых из этих настроек может привести к зависанию системы или неожиданному поведению.";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Longer Delay"; ObjectID = "grO-Kr-l4d"; */
|
||||
"grO-Kr-l4d.headerCell.title" = "Длительный опрос";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Polling Mode"; ObjectID = "gxn-NH-Qhb"; */
|
||||
"gxn-NH-Qhb.headerCell.title" = "Режим опроса";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "None"; ObjectID = "FoA-yh-Yx3"; */
|
||||
"FoA-yh-Yx3.title" = "Нет";
|
||||
/* Class = "NSMenuItem"; title = "Brightness only"; ObjectID = "hjz-0c-rvK"; */
|
||||
"hjz-0c-rvK.title" = "Только яркость";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Minimal"; ObjectID = "Eq3-z9-yIo"; */
|
||||
"Eq3-z9-yIo.title" = "Редко";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Normal"; ObjectID = "Riq-uM-bTs"; */
|
||||
"Riq-uM-bTs.title" = "Нормально";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Heavy"; ObjectID = "vik-vN-bJe"; */
|
||||
"vik-vN-bJe.title" = "Часто";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Custom"; ObjectID = "Cle-DD-vR7"; */
|
||||
"Cle-DD-vR7.title" = "Другое";
|
||||
/* Class = "NSButtonCell"; title = "Start MonitorControl at Login"; ObjectID = "j72-NF-zsW"; */
|
||||
"j72-NF-zsW.title" = "Запускать MonitorControl при входе в систему";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "ID"; ObjectID = "JKW-oY-bSb"; */
|
||||
"JKW-oY-bSb.headerCell.title" = "ID";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Hide OSD"; ObjectID = "MPF-Mr-zVU"; */
|
||||
"MPF-Mr-zVU.headerCell.title" = "Скрыть OSD";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Display Name"; ObjectID = "dNl-I0-hcg"; */
|
||||
"dNl-I0-hcg.headerCell.title" = "Название монитора";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Warning ⚠️\nChanging some of these setting may cause system freezes or unexpected behaviour. "; ObjectID = "frw-j2-tE1"; */
|
||||
"frw-j2-tE1.title" = "Внимание ⚠️\nИзменение некоторых из этих настроек может привести к зависанию системы или неожиданному поведению.";
|
||||
|
||||
/* Class = "NSButton"; ibShadowedToolTip = "More Info"; ObjectID = "kqn-gU-mZX"; */
|
||||
"kqn-gU-mZX.ibShadowedToolTip" = "Больше информации";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Vendor"; ObjectID = "LRJ-fb-Z9E"; */
|
||||
"LRJ-fb-Z9E.headerCell.title" = "Производитель";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Version 0.0.0 (Build 0)"; ObjectID = "mBs-6m-13Q"; */
|
||||
"mBs-6m-13Q.title" = "Версия 0.0.0 (Сборка 0)";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Hide OSD"; ObjectID = "MPF-Mr-zVU"; */
|
||||
"MPF-Mr-zVU.headerCell.title" = "Скрыть OSD";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Volume only"; ObjectID = "NLP-dU-Dam"; */
|
||||
"NLP-dU-Dam.title" = "Только громкость";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Model"; ObjectID = "Nvp-hI-w4x"; */
|
||||
"Nvp-hI-w4x.headerCell.title" = "Модель";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Normal"; ObjectID = "Riq-uM-bTs"; */
|
||||
"Riq-uM-bTs.title" = "Нормально";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Friendly Name"; ObjectID = "uoI-1J-RdD"; */
|
||||
"uoI-1J-RdD.headerCell.title" = "Название монтора";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Listen for"; ObjectID = "Vh8-06-U3K"; */
|
||||
"Vh8-06-U3K.title" = "Изменять клавишами";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Heavy"; ObjectID = "vik-vN-bJe"; */
|
||||
"vik-vN-bJe.title" = "Часто";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Both Brightness & Volume"; ObjectID = "Vr4-xb-B4o"; */
|
||||
"Vr4-xb-B4o.title" = "Яркость и громкость вместе";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "None"; ObjectID = "X96-ny-lAP"; */
|
||||
"X96-ny-lAP.title" = "None";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "DDC"; ObjectID = "xFw-if-3FU"; */
|
||||
"xFw-if-3FU.headerCell.title" = "DDC";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Show a slider for contrast"; ObjectID = "xSI-8W-Xd0"; */
|
||||
"xSI-8W-Xd0.title" = "Показать ползунок для контрастности";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Polling Count"; ObjectID = "ytT-up-Dhs"; */
|
||||
"ytT-up-Dhs.headerCell.title" = "Количество опросов";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "Pkk-Ce-Y6Q"; */
|
||||
"Pkk-Ce-Y6Q.title" = "";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "vkG-RF-Yne"; */
|
||||
"vkG-RF-Yne.title" = "";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "VPD-MR-IXg"; */
|
||||
"VPD-MR-IXg.title" = "";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "5xu-ja-W21"; */
|
||||
"5xu-ja-W21.title" = "";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "PZ9-0Z-K6J"; */
|
||||
"PZ9-0Z-K6J.title" = "";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "UBV-gO-AZz"; */
|
||||
"UBV-gO-AZz.title" = "";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "Euj-aT-PWW"; */
|
||||
"Euj-aT-PWW.title" = "";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "H4a-c9-LcB"; */
|
||||
"H4a-c9-LcB.title" = "";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "LZ8-Tj-mCs"; */
|
||||
"LZ8-Tj-mCs.title" = "";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "2gr-xG-Byx"; */
|
||||
"2gr-xG-Byx.title" = "";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "4or-hS-WeW"; */
|
||||
"4or-hS-WeW.title" = "";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "afl-95-ZJl"; */
|
||||
"afl-95-ZJl.title" = "";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "as0-t3-Aub"; */
|
||||
"as0-t3-Aub.title" = "";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "aSw-3H-uNa"; */
|
||||
"aSw-3H-uNa.title" = "";
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "H4a-c9-LcB"; */
|
||||
"H4a-c9-LcB.title" = "";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "cnb-Li-1lE"; */
|
||||
"cnb-Li-1lE.title" = "";
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "PZ9-0Z-K6J"; */
|
||||
"PZ9-0Z-K6J.title" = "";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "DGv-iu-Jg1"; */
|
||||
"DGv-iu-Jg1.title" = "";
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "UBV-gO-AZz"; */
|
||||
"UBV-gO-AZz.title" = "";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "vkG-RF-Yne"; */
|
||||
"vkG-RF-Yne.title" = "";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "VPD-MR-IXg"; */
|
||||
"VPD-MR-IXg.title" = "";
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
/* Class = "NSMenuItem"; title = "Quit"; ObjectID = "JTa-2I-AsI"; */
|
||||
"JTa-2I-AsI.title" = "Завершить MonitorControl";
|
||||
|
||||
|
|
|
|||
|
|
@ -1,154 +1,128 @@
|
|||
|
||||
/* Class = "NSButtonCell"; title = "Change Brightness/Volume for all screens"; ObjectID = "0Z7-PQ-Bl8"; */
|
||||
"0Z7-PQ-Bl8.title" = "Змінювати Яскравість та Гучність для усіх дісплеїв";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Enabled"; ObjectID = "8U8-ec-Zbv"; */
|
||||
"8U8-ec-Zbv.headerCell.title" = "Актив.";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Name"; ObjectID = "CHc-s5-4MN"; */
|
||||
"CHc-s5-4MN.headerCell.title" = "Назва";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Keys"; ObjectID = "Dcz-GG-1li"; */
|
||||
"Dcz-GG-1li.title" = "Клавіші";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "ID"; ObjectID = "dgp-q7-cBK"; */
|
||||
"dgp-q7-cBK.headerCell.title" = "ID";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "General"; ObjectID = "ENU-js-huy"; */
|
||||
"ENU-js-huy.title" = "Загальне";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Display"; ObjectID = "ExD-7P-6XI"; */
|
||||
"ExD-7P-6XI.title" = "Дісплеї";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Lower Contrast after Brightness"; ObjectID = "fhy-Er-0aI"; */
|
||||
"fhy-Er-0aI.title" = "Зменшувати Контраст після Яскравості";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Brightness only"; ObjectID = "hjz-0c-rvK"; */
|
||||
"hjz-0c-rvK.title" = "лише Яскравість";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Start MonitorControl at Login"; ObjectID = "j72-NF-zsW"; */
|
||||
"j72-NF-zsW.title" = "Запускати MonitorControl разом із системою";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Vendor"; ObjectID = "LRJ-fb-Z9E"; */
|
||||
"LRJ-fb-Z9E.headerCell.title" = "Виробник";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Volume only"; ObjectID = "NLP-dU-Dam"; */
|
||||
"NLP-dU-Dam.title" = "лише Гучність";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Model"; ObjectID = "Nvp-hI-w4x"; */
|
||||
"Nvp-hI-w4x.headerCell.title" = "Модель";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Friendly Name"; ObjectID = "uoI-1J-RdD"; */
|
||||
"uoI-1J-RdD.headerCell.title" = "Назва дісплею";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Listen for"; ObjectID = "Vh8-06-U3K"; */
|
||||
"Vh8-06-U3K.title" = "Реагувати на";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Both Brightness & Volume"; ObjectID = "Vr4-xb-B4o"; */
|
||||
"Vr4-xb-B4o.title" = "Яскравість та Гучність ";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Show a slider for contrast"; ObjectID = "xSI-8W-Xd0"; */
|
||||
"xSI-8W-Xd0.title" = "Показувати слайдер для контрасту";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Version 0.0.0 (Build 0)"; ObjectID = "mBs-6m-13Q"; */
|
||||
"mBs-6m-13Q.title" = "Версія 0.0.0 (Білд 0)";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Reset Preferences"; ObjectID = "4Pj-3t-PJr"; */
|
||||
"4Pj-3t-PJr.title" = "Відновлення налаштувань";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Advanced"; ObjectID = "5wk-Dy-0fG"; */
|
||||
"5wk-Dy-0fG.title" = "Розширені";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Enabled"; ObjectID = "8U8-ec-Zbv"; */
|
||||
"8U8-ec-Zbv.headerCell.title" = "Актив.";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Name"; ObjectID = "CHc-s5-4MN"; */
|
||||
"CHc-s5-4MN.headerCell.title" = "Назва";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Custom"; ObjectID = "Cle-DD-vR7"; */
|
||||
"Cle-DD-vR7.title" = "Власне";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Keys"; ObjectID = "Dcz-GG-1li"; */
|
||||
"Dcz-GG-1li.title" = "Клавіші";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "ID"; ObjectID = "dgp-q7-cBK"; */
|
||||
"dgp-q7-cBK.headerCell.title" = "ID";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Display Name"; ObjectID = "dNl-I0-hcg"; */
|
||||
"dNl-I0-hcg.headerCell.title" = "Назва дісплею";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "General"; ObjectID = "ENU-js-huy"; */
|
||||
"ENU-js-huy.title" = "Загальне";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Minimal"; ObjectID = "Eq3-z9-yIo"; */
|
||||
"Eq3-z9-yIo.title" = "Мінім.";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Display"; ObjectID = "ExD-7P-6XI"; */
|
||||
"ExD-7P-6XI.title" = "Дісплеї";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Lower Contrast after Brightness"; ObjectID = "fhy-Er-0aI"; */
|
||||
"fhy-Er-0aI.title" = "Зменшувати Контраст після Яскравості";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "None"; ObjectID = "FoA-yh-Yx3"; */
|
||||
"FoA-yh-Yx3.title" = "Немає";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Warning ⚠️\nChanging some of these setting may cause system freezes or unexpected behaviour. "; ObjectID = "frw-j2-tE1"; */
|
||||
"frw-j2-tE1.title" = "Увага! ⚠️\nЗміна деяких із цих налаштувань може привести до зависання системи або неочікуванних наслідків.";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Longer Delay"; ObjectID = "grO-Kr-l4d"; */
|
||||
"grO-Kr-l4d.headerCell.title" = "Затримка";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Polling Mode"; ObjectID = "gxn-NH-Qhb"; */
|
||||
"gxn-NH-Qhb.headerCell.title" = "Режим полінгу";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "None"; ObjectID = "FoA-yh-Yx3"; */
|
||||
"FoA-yh-Yx3.title" = "Немає";
|
||||
/* Class = "NSMenuItem"; title = "Brightness only"; ObjectID = "hjz-0c-rvK"; */
|
||||
"hjz-0c-rvK.title" = "лише Яскравість";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Minimal"; ObjectID = "Eq3-z9-yIo"; */
|
||||
"Eq3-z9-yIo.title" = "Мінім.";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Normal"; ObjectID = "Riq-uM-bTs"; */
|
||||
"Riq-uM-bTs.title" = "Звич.";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Heavy"; ObjectID = "vik-vN-bJe"; */
|
||||
"vik-vN-bJe.title" = "Част.";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Custom"; ObjectID = "Cle-DD-vR7"; */
|
||||
"Cle-DD-vR7.title" = "Власне";
|
||||
/* Class = "NSButtonCell"; title = "Start MonitorControl at Login"; ObjectID = "j72-NF-zsW"; */
|
||||
"j72-NF-zsW.title" = "Запускати MonitorControl разом із системою";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "ID"; ObjectID = "JKW-oY-bSb"; */
|
||||
"JKW-oY-bSb.headerCell.title" = "ID";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Hide OSD"; ObjectID = "MPF-Mr-zVU"; */
|
||||
"MPF-Mr-zVU.headerCell.title" = "Без OSD";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Display Name"; ObjectID = "dNl-I0-hcg"; */
|
||||
"dNl-I0-hcg.headerCell.title" = "Назва дісплею";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Warning ⚠️\nChanging some of these setting may cause system freezes or unexpected behaviour. "; ObjectID = "frw-j2-tE1"; */
|
||||
"frw-j2-tE1.title" = "Увага! ⚠️\nЗміна деяких із цих налаштувань може привести до зависання системи або неочікуванних наслідків.";
|
||||
|
||||
/* Class = "NSButton"; ibShadowedToolTip = "More Info"; ObjectID = "kqn-gU-mZX"; */
|
||||
"kqn-gU-mZX.ibShadowedToolTip" = "Детальніше";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Vendor"; ObjectID = "LRJ-fb-Z9E"; */
|
||||
"LRJ-fb-Z9E.headerCell.title" = "Виробник";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Version 0.0.0 (Build 0)"; ObjectID = "mBs-6m-13Q"; */
|
||||
"mBs-6m-13Q.title" = "Версія 0.0.0 (Білд 0)";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Hide OSD"; ObjectID = "MPF-Mr-zVU"; */
|
||||
"MPF-Mr-zVU.headerCell.title" = "Без OSD";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Volume only"; ObjectID = "NLP-dU-Dam"; */
|
||||
"NLP-dU-Dam.title" = "лише Гучність";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Model"; ObjectID = "Nvp-hI-w4x"; */
|
||||
"Nvp-hI-w4x.headerCell.title" = "Модель";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Normal"; ObjectID = "Riq-uM-bTs"; */
|
||||
"Riq-uM-bTs.title" = "Звич.";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Friendly Name"; ObjectID = "uoI-1J-RdD"; */
|
||||
"uoI-1J-RdD.headerCell.title" = "Назва дісплею";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Listen for"; ObjectID = "Vh8-06-U3K"; */
|
||||
"Vh8-06-U3K.title" = "Реагувати на";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Heavy"; ObjectID = "vik-vN-bJe"; */
|
||||
"vik-vN-bJe.title" = "Част.";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Both Brightness & Volume"; ObjectID = "Vr4-xb-B4o"; */
|
||||
"Vr4-xb-B4o.title" = "Яскравість та Гучність ";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "None"; ObjectID = "X96-ny-lAP"; */
|
||||
"X96-ny-lAP.title" = "None";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "DDC"; ObjectID = "xFw-if-3FU"; */
|
||||
"xFw-if-3FU.headerCell.title" = "DDC";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Show a slider for contrast"; ObjectID = "xSI-8W-Xd0"; */
|
||||
"xSI-8W-Xd0.title" = "Показувати слайдер для контрасту";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Polling Count"; ObjectID = "ytT-up-Dhs"; */
|
||||
"ytT-up-Dhs.headerCell.title" = "Опитувань/с";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "Pkk-Ce-Y6Q"; */
|
||||
"Pkk-Ce-Y6Q.title" = "";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "vkG-RF-Yne"; */
|
||||
"vkG-RF-Yne.title" = "";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "VPD-MR-IXg"; */
|
||||
"VPD-MR-IXg.title" = "";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "5xu-ja-W21"; */
|
||||
"5xu-ja-W21.title" = "";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "PZ9-0Z-K6J"; */
|
||||
"PZ9-0Z-K6J.title" = "";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "UBV-gO-AZz"; */
|
||||
"UBV-gO-AZz.title" = "";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "Euj-aT-PWW"; */
|
||||
"Euj-aT-PWW.title" = "";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "H4a-c9-LcB"; */
|
||||
"H4a-c9-LcB.title" = "";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "LZ8-Tj-mCs"; */
|
||||
"LZ8-Tj-mCs.title" = "";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "2gr-xG-Byx"; */
|
||||
"2gr-xG-Byx.title" = "";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "4or-hS-WeW"; */
|
||||
"4or-hS-WeW.title" = "";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "afl-95-ZJl"; */
|
||||
"afl-95-ZJl.title" = "";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "as0-t3-Aub"; */
|
||||
"as0-t3-Aub.title" = "";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "aSw-3H-uNa"; */
|
||||
"aSw-3H-uNa.title" = "";
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "H4a-c9-LcB"; */
|
||||
"H4a-c9-LcB.title" = "";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "cnb-Li-1lE"; */
|
||||
"cnb-Li-1lE.title" = "";
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "PZ9-0Z-K6J"; */
|
||||
"PZ9-0Z-K6J.title" = "";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "DGv-iu-Jg1"; */
|
||||
"DGv-iu-Jg1.title" = "";
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "UBV-gO-AZz"; */
|
||||
"UBV-gO-AZz.title" = "";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "vkG-RF-Yne"; */
|
||||
"vkG-RF-Yne.title" = "";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "VPD-MR-IXg"; */
|
||||
"VPD-MR-IXg.title" = "";
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
/* Class = "NSMenuItem"; title = "Quit"; ObjectID = "JTa-2I-AsI"; */
|
||||
"JTa-2I-AsI.title" = "Завершити MonitorControl";
|
||||
|
||||
|
|
|
|||
|
|
@ -1,129 +1,128 @@
|
|||
|
||||
/* Class = "NSButtonCell"; title = "Change Brightness/Volume for all screens"; ObjectID = "0Z7-PQ-Bl8"; */
|
||||
"0Z7-PQ-Bl8.title" = "将亮度/音量调节应用于所有显示器";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Enabled"; ObjectID = "8U8-ec-Zbv"; */
|
||||
"8U8-ec-Zbv.headerCell.title" = "启用";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Name"; ObjectID = "CHc-s5-4MN"; */
|
||||
"CHc-s5-4MN.headerCell.title" = "名字";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Keys"; ObjectID = "Dcz-GG-1li"; */
|
||||
"Dcz-GG-1li.title" = "快捷键";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "ID"; ObjectID = "dgp-q7-cBK"; */
|
||||
"dgp-q7-cBK.headerCell.title" = "ID";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "General"; ObjectID = "ENU-js-huy"; */
|
||||
"ENU-js-huy.title" = "通用";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Display"; ObjectID = "ExD-7P-6XI"; */
|
||||
"ExD-7P-6XI.title" = "显示器";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Lower Contrast after Brightness"; ObjectID = "fhy-Er-0aI"; */
|
||||
"fhy-Er-0aI.title" = "对比度与亮度同时降低";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Brightness only"; ObjectID = "hjz-0c-rvK"; */
|
||||
"hjz-0c-rvK.title" = "仅亮度";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Start MonitorControl at Login"; ObjectID = "j72-NF-zsW"; */
|
||||
"j72-NF-zsW.title" = "登录时启动 MonitorControl";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Vendor"; ObjectID = "LRJ-fb-Z9E"; */
|
||||
"LRJ-fb-Z9E.headerCell.title" = "制造商";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Volume only"; ObjectID = "NLP-dU-Dam"; */
|
||||
"NLP-dU-Dam.title" = "仅音量";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Model"; ObjectID = "Nvp-hI-w4x"; */
|
||||
"Nvp-hI-w4x.headerCell.title" = "型号";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Friendly Name"; ObjectID = "uoI-1J-RdD"; */
|
||||
"uoI-1J-RdD.headerCell.title" = "自定义名";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Listen for"; ObjectID = "Vh8-06-U3K"; */
|
||||
"Vh8-06-U3K.title" = "通过快捷键调整";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Both Brightness & Volume"; ObjectID = "Vr4-xb-B4o"; */
|
||||
"Vr4-xb-B4o.title" = "亮度和音量";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Show a slider for contrast"; ObjectID = "xSI-8W-Xd0"; */
|
||||
"xSI-8W-Xd0.title" = "显示对比度滑动条";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "2gr-xG-Byx"; */
|
||||
"2gr-xG-Byx.title" = "";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "4or-hS-WeW"; */
|
||||
"4or-hS-WeW.title" = "";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "afl-95-ZJl"; */
|
||||
"afl-95-ZJl.title" = "";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "as0-t3-Aub"; */
|
||||
"as0-t3-Aub.title" = "";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "aSw-3H-uNa"; */
|
||||
"aSw-3H-uNa.title" = "";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "cnb-Li-1lE"; */
|
||||
"cnb-Li-1lE.title" = "";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "DGv-iu-Jg1"; */
|
||||
"DGv-iu-Jg1.title" = "";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Version 0.0.0 (Build 0)"; ObjectID = "mBs-6m-13Q"; */
|
||||
"mBs-6m-13Q.title" = "";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "Pkk-Ce-Y6Q"; */
|
||||
"Pkk-Ce-Y6Q.title" = "";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "vkG-RF-Yne"; */
|
||||
"vkG-RF-Yne.title" = "";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "VPD-MR-IXg"; */
|
||||
"VPD-MR-IXg.title" = "";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Reset Preferences"; ObjectID = "4Pj-3t-PJr"; */
|
||||
"4Pj-3t-PJr.title" = "重置偏好设置";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Advanced"; ObjectID = "5wk-Dy-0fG"; */
|
||||
"5wk-Dy-0fG.title" = "进阶设置";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Enabled"; ObjectID = "8U8-ec-Zbv"; */
|
||||
"8U8-ec-Zbv.headerCell.title" = "启用";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Name"; ObjectID = "CHc-s5-4MN"; */
|
||||
"CHc-s5-4MN.headerCell.title" = "名字";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Custom"; ObjectID = "Cle-DD-vR7"; */
|
||||
"Cle-DD-vR7.title" = "自定义";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Keys"; ObjectID = "Dcz-GG-1li"; */
|
||||
"Dcz-GG-1li.title" = "快捷键";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "ID"; ObjectID = "dgp-q7-cBK"; */
|
||||
"dgp-q7-cBK.headerCell.title" = "ID";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Display Name"; ObjectID = "dNl-I0-hcg"; */
|
||||
"dNl-I0-hcg.headerCell.title" = "显示器名字";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "General"; ObjectID = "ENU-js-huy"; */
|
||||
"ENU-js-huy.title" = "通用";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Minimal"; ObjectID = "Eq3-z9-yIo"; */
|
||||
"Eq3-z9-yIo.title" = "少量";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Display"; ObjectID = "ExD-7P-6XI"; */
|
||||
"ExD-7P-6XI.title" = "显示器";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Lower Contrast after Brightness"; ObjectID = "fhy-Er-0aI"; */
|
||||
"fhy-Er-0aI.title" = "对比度与亮度同时降低";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "None"; ObjectID = "FoA-yh-Yx3"; */
|
||||
"FoA-yh-Yx3.title" = "不请求";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Warning ⚠️\nChanging some of these setting may cause system freezes or unexpected behaviour. "; ObjectID = "frw-j2-tE1"; */
|
||||
"frw-j2-tE1.title" = "警告 ⚠️\n更改这些设置可能会导致系统冻结或者其它的意外情况。";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Longer Delay"; ObjectID = "grO-Kr-l4d"; */
|
||||
"grO-Kr-l4d.headerCell.title" = "增加延时";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Polling Mode"; ObjectID = "gxn-NH-Qhb"; */
|
||||
"gxn-NH-Qhb.headerCell.title" = "请求模式";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "None"; ObjectID = "FoA-yh-Yx3"; */
|
||||
"FoA-yh-Yx3.title" = "不请求";
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "H4a-c9-LcB"; */
|
||||
"H4a-c9-LcB.title" = "Text Cell";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Minimal"; ObjectID = "Eq3-z9-yIo"; */
|
||||
"Eq3-z9-yIo.title" = "少量";
|
||||
/* Class = "NSMenuItem"; title = "Brightness only"; ObjectID = "hjz-0c-rvK"; */
|
||||
"hjz-0c-rvK.title" = "仅亮度";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Normal"; ObjectID = "Riq-uM-bTs"; */
|
||||
"Riq-uM-bTs.title" = "正常";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Heavy"; ObjectID = "vik-vN-bJe"; */
|
||||
"vik-vN-bJe.title" = "多次";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Custom"; ObjectID = "Cle-DD-vR7"; */
|
||||
"Cle-DD-vR7.title" = "自定义";
|
||||
/* Class = "NSButtonCell"; title = "Start MonitorControl at Login"; ObjectID = "j72-NF-zsW"; */
|
||||
"j72-NF-zsW.title" = "登录时启动 MonitorControl";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "ID"; ObjectID = "JKW-oY-bSb"; */
|
||||
"JKW-oY-bSb.headerCell.title" = "ID";
|
||||
|
||||
/* Class = "NSButton"; ibShadowedToolTip = "More Info"; ObjectID = "kqn-gU-mZX"; */
|
||||
"kqn-gU-mZX.ibShadowedToolTip" = "了解更多";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Vendor"; ObjectID = "LRJ-fb-Z9E"; */
|
||||
"LRJ-fb-Z9E.headerCell.title" = "制造商";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Hide OSD"; ObjectID = "MPF-Mr-zVU"; */
|
||||
"MPF-Mr-zVU.headerCell.title" = "隐藏 OSD";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Volume only"; ObjectID = "NLP-dU-Dam"; */
|
||||
"NLP-dU-Dam.title" = "仅音量";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Model"; ObjectID = "Nvp-hI-w4x"; */
|
||||
"Nvp-hI-w4x.headerCell.title" = "型号";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "PZ9-0Z-K6J"; */
|
||||
"PZ9-0Z-K6J.title" = "Text Cell";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Normal"; ObjectID = "Riq-uM-bTs"; */
|
||||
"Riq-uM-bTs.title" = "正常";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "UBV-gO-AZz"; */
|
||||
"UBV-gO-AZz.title" = "Text Cell";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Friendly Name"; ObjectID = "uoI-1J-RdD"; */
|
||||
"uoI-1J-RdD.headerCell.title" = "自定义名";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Listen for"; ObjectID = "Vh8-06-U3K"; */
|
||||
"Vh8-06-U3K.title" = "通过快捷键调整";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Heavy"; ObjectID = "vik-vN-bJe"; */
|
||||
"vik-vN-bJe.title" = "多次";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "Both Brightness & Volume"; ObjectID = "Vr4-xb-B4o"; */
|
||||
"Vr4-xb-B4o.title" = "亮度和音量";
|
||||
|
||||
/* Class = "NSMenuItem"; title = "None"; ObjectID = "X96-ny-lAP"; */
|
||||
"X96-ny-lAP.title" = "None";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "DDC"; ObjectID = "xFw-if-3FU"; */
|
||||
"xFw-if-3FU.headerCell.title" = "DDC";
|
||||
|
||||
/* Class = "NSButtonCell"; title = "Show a slider for contrast"; ObjectID = "xSI-8W-Xd0"; */
|
||||
"xSI-8W-Xd0.title" = "显示对比度滑动条";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Polling Count"; ObjectID = "ytT-up-Dhs"; */
|
||||
"ytT-up-Dhs.headerCell.title" = "查询次数";
|
||||
|
||||
/* Class = "NSTableColumn"; headerCell.title = "Display Name"; ObjectID = "dNl-I0-hcg"; */
|
||||
"dNl-I0-hcg.headerCell.title" = "显示器名字";
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "2gr-xG-Byx"; */
|
||||
"2gr-xG-Byx.title" = "";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Warning ⚠️\nChanging some of these setting may cause system freezes or unexpected behaviour. "; ObjectID = "frw-j2-tE1"; */
|
||||
"frw-j2-tE1.title" = "警告 ⚠️\n更改这些设置可能会导致系统冻结或者其它的意外情况。";
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "afl-95-ZJl"; */
|
||||
"afl-95-ZJl.title" = "";
|
||||
|
||||
/* Class = "NSButton"; ibShadowedToolTip = "More Info"; ObjectID = "kqn-gU-mZX"; */
|
||||
"kqn-gU-mZX.ibShadowedToolTip" = "了解更多";
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "as0-t3-Aub"; */
|
||||
"as0-t3-Aub.title" = "";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Version 0.0.0 (Build 0)"; ObjectID = "mBs-6m-13Q"; */
|
||||
"mBs-6m-13Q.title" = "";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "vkG-RF-Yne"; */
|
||||
"vkG-RF-Yne.title" = "";
|
||||
|
||||
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "VPD-MR-IXg"; */
|
||||
"VPD-MR-IXg.title" = "";
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
/* Class = "NSMenuItem"; title = "Quit"; ObjectID = "JTa-2I-AsI"; */
|
||||
"JTa-2I-AsI.title" = "退出";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue