Skip to content

Commit f3a2eeb

Browse files
tonyvazgarwaydabberJoniVR
authored
Spanish translation added
* Spanish translation ready * Spanish translation ready * Update MonitorControl.xcodeproj/xcshareddata/xcschemes/MonitorControl.xcscheme Co-authored-by: Joni Van Roost <[email protected]> Co-authored-by: waydabber <[email protected]> Co-authored-by: Joni Van Roost <[email protected]>
1 parent 033695b commit f3a2eeb

File tree

8 files changed

+275
-5
lines changed

8 files changed

+275
-5
lines changed

MonitorControl.xcodeproj/project.pbxproj

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,9 @@
113113
AADB625926BC196900DFFAA5 /* DisplayServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = DisplayServices.framework; path = ../../../../../System/Library/PrivateFrameworks/DisplayServices.framework; sourceTree = "<group>"; };
114114
B0C4810623357CE500053F91 /* ru */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ru; path = ru.lproj/Localizable.strings; sourceTree = "<group>"; };
115115
B0C4810823357CE500053F91 /* ru */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ru; path = ru.lproj/MainMenu.strings; sourceTree = "<group>"; };
116+
CE14313826D54C8C001883F8 /* es-419 */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "es-419"; path = "es-419.lproj/Main.strings"; sourceTree = "<group>"; };
117+
CE14313926D54C8C001883F8 /* es-419 */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "es-419"; path = "es-419.lproj/MainMenu.strings"; sourceTree = "<group>"; };
118+
CE14313A26D54C8C001883F8 /* es-419 */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "es-419"; path = "es-419.lproj/Localizable.strings"; sourceTree = "<group>"; };
116119
F01B0681228221B6008E64DB /* de */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = de; path = de.lproj/Localizable.strings; sourceTree = "<group>"; };
117120
F01B0682228221B6008E64DB /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/Localizable.strings; sourceTree = "<group>"; };
118121
F01B0683228221B6008E64DB /* Utils.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Utils.swift; sourceTree = "<group>"; };
@@ -369,6 +372,7 @@
369372
pl,
370373
hu,
371374
tr,
375+
"es-419",
372376
"zh-Hant-TW",
373377
);
374378
mainGroup = 56754EA21D9A4016007BCDC5;
@@ -555,6 +559,7 @@
555559
6CDA0FD826485AAE00F52125 /* uk */,
556560
AA6686F026B8172E00AF74A2 /* hu */,
557561
44706EBA26D25F7100C82ECB /* tr */,
562+
CE14313826D54C8C001883F8 /* es-419 */,
558563
AA8B7A5426D6501D0005C4D9 /* zh-Hant-TW */,
559564
);
560565
name = Main.storyboard;
@@ -574,6 +579,7 @@
574579
2EAA5B7F24BF9E9A00937821 /* pl */,
575580
AA6686F226B8172E00AF74A2 /* hu */,
576581
44706EBC26D25F7100C82ECB /* tr */,
582+
CE14313A26D54C8C001883F8 /* es-419 */,
577583
AA8B7A5626D6501D0005C4D9 /* zh-Hant-TW */,
578584
);
579585
name = Localizable.strings;
@@ -594,6 +600,7 @@
594600
2EAA5B7E24BF9E9A00937821 /* pl */,
595601
AA6686F126B8172E00AF74A2 /* hu */,
596602
44706EBB26D25F7100C82ECB /* tr */,
603+
CE14313926D54C8C001883F8 /* es-419 */,
597604
AA8B7A5526D6501D0005C4D9 /* zh-Hant-TW */,
598605
);
599606
name = MainMenu.xib;

MonitorControl/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<key>CFBundleShortVersionString</key>
2020
<string>$(MARKETING_VERSION)</string>
2121
<key>CFBundleVersion</key>
22-
<string>2867</string>
22+
<string>2883</string>
2323
<key>LSApplicationCategoryType</key>
2424
<string>public.app-category.utilities</string>
2525
<key>LSMinimumSystemVersion</key>
Lines changed: 95 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,95 @@
1+
/* Shown in the main prefs window */
2+
"About" = "Acerca de";
3+
4+
/* Apple Silicon designation (shown after the version number in Preferences) */
5+
"Apple Silicon" = "Apple Silicon";
6+
7+
/* Shown in the alert dialog */
8+
"Are you sure you want to enable a longer delay? Doing so may freeze your system and require a restart. Start at login will be disabled as a safety measure." = "¿Está seguro de que quiere activar un retraso mayor? Hacerlo puede congelar su sistema y requerir un reinicio. El inicio al iniciar la sesión se desactivará como medida de seguridad.";
9+
10+
/* Shown in the alert dialog */
11+
"Are you sure you want to reset all preferences?" = "¿Estás seguro de que quieres restablecer todas las preferencias?";
12+
13+
/* Shown in menu */
14+
"Brightness" = "Brillo";
15+
16+
/* Build */
17+
"Build" = "Compilación";
18+
19+
/* Shown in the Display Preferences */
20+
"Built-in Display" = "Pantalla incorporada";
21+
22+
/* Shown in menu */
23+
"Contrast" = "Contraste";
24+
25+
/* Version */
26+
"Copyright Ⓒ MonitorControl, " = "Copyright Ⓒ MonitorControl, ";
27+
28+
/* Shown in the main prefs window */
29+
"Displays" = "Pantallas";
30+
31+
/* Shown in the alert dialog */
32+
"Enable Longer Delay?" = "¿Permitir un mayor atenuación?";
33+
34+
/* Shown in the Display Preferences */
35+
"External Display" = "Pantallas externas";
36+
37+
/* Shown in the main prefs window */
38+
"General" = "General";
39+
40+
/* Shown in the Display Preferences */
41+
"Hardware (CoreDisplay)" = "Hardware (CoreDisplay)";
42+
43+
/* Shown in the Display Preferences */
44+
"Hardware (DDC)" = "Hardware (DDC)";
45+
46+
/* Intel designation (shown after the version number in Preferences) */
47+
"Intel" = "Intel";
48+
49+
/* Shown in the alert dialog */
50+
"No" = "No";
51+
52+
/* Shown in the Display Preferences */
53+
"No Control Available" = "Control no disponible";
54+
55+
/* Shown in menu */
56+
"No supported display found" = "No se encontraron pantallas soportadas";
57+
58+
/* Shown in the alert dialog */
59+
"Ok" = "Ok";
60+
61+
/* Shown in the Display Preferences */
62+
"Other Display" = "Otras pantallas";
63+
64+
/* Shown in the alert dialog */
65+
"Reset Preferences?" = "¿Restablecer las preferencias?";
66+
67+
/* Shown in the alert dialog */
68+
"Shortcuts not available" = "Atajos no disponibles";
69+
70+
/* Shown in the Display Preferences */
71+
"Software (Forced)" = "Software (Forzado)";
72+
73+
/* Shown in the Display Preferences */
74+
"Software Only" = "Solo Software";
75+
76+
/* Unknown display name */
77+
"Unknown" = "Desconocido";
78+
79+
/* Shown in the Display Preferences */
80+
"Unspecified" = "Sin especificar";
81+
82+
/* Version */
83+
"Version" = "Versión";
84+
85+
/* Shown in the Display Preferences */
86+
"Virtual Display" = "Pantalla virtual";
87+
88+
/* Shown in menu */
89+
"Volume" = "Volumen";
90+
91+
/* Shown in the alert dialog */
92+
"Yes" = "Sí";
93+
94+
/* Shown in the alert dialog */
95+
"You need to enable MonitorControl in System Preferences > Security and Privacy > Accessibility for the keyboard shortcuts to work" = "Es necesario activar MonitorControl en Preferencias del Sistema > Seguridad y Privacidad > Accesibilidad para que los atajos de teclado funcionen";

MonitorControl/UI/Base.lproj/Main.storyboard

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<document type="com.apple.InterfaceBuilder3.Cocoa.Storyboard.XIB" version="3.0" toolsVersion="19150" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
2+
<document type="com.apple.InterfaceBuilder3.Cocoa.Storyboard.XIB" version="3.0" toolsVersion="18122" targetRuntime="MacOSX.Cocoa" propertyAccessControl="none" useAutolayout="YES">
33
<dependencies>
44
<deployment identifier="macosx"/>
5-
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="19150"/>
5+
<plugIn identifier="com.apple.InterfaceBuilder.CocoaPlugin" version="18122"/>
66
<capability name="documents saved in the Xcode 8 format" minToolsVersion="8.0"/>
77
</dependencies>
88
<scenes>
Lines changed: 162 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,162 @@
1+
2+
/* Class = "NSTextFieldCell"; title = "MonitorControl"; ObjectID = "1PJ-14-Bvn"; */
3+
"1PJ-14-Bvn.title" = "MonitorControl";
4+
5+
/* Class = "NSTextFieldCell"; title = "#bc-ignore!"; ObjectID = "6GJ-6Q-gqz"; */
6+
"6GJ-6Q-gqz.title" = "#bc-ignore!";
7+
8+
/* Class = "NSButtonCell"; title = "Special thanks to our contributors!"; ObjectID = "95V-M4-2l5"; */
9+
"95V-M4-2l5.title" = "Agradecimientos especiales para colaboradores!";
10+
11+
/* Class = "NSButtonCell"; title = "Reset settings"; ObjectID = "BYS-7Y-bRz"; */
12+
"BYS-7Y-bRz.title" = "Reiniciar configuraciones";
13+
14+
/* Class = "NSMenuItem"; title = "Custom"; ObjectID = "Cle-DD-vR7"; */
15+
"Cle-DD-vR7.title" = "Custom";
16+
17+
/* Class = "NSButtonCell"; title = "Website"; ObjectID = "Cln-uW-2dd"; */
18+
"Cln-uW-2dd.title" = "Sitio web";
19+
20+
/* Class = "NSTextFieldCell"; title = "⚠️ Warning! Changing some of these settings may cause system freezes or unexpected behavior!"; ObjectID = "Cz1-Mh-llk"; */
21+
"Cz1-Mh-llk.title" = "⚠️ Advertencia! La modificación de algunos de estos ajustes puede provocar un comportamiento inesperado.";
22+
23+
/* Class = "NSButtonCell"; title = "Change Brightness and Volume for all screens"; ObjectID = "E6M-ih-S8Y"; */
24+
"E6M-ih-S8Y.title" = "Cambiar el brillo y volumen para todas las pantallas";
25+
26+
/* Class = "NSMenuItem"; title = "Minimal"; ObjectID = "Eq3-z9-yIo"; */
27+
"Eq3-z9-yIo.title" = "Minimal";
28+
29+
/* Class = "NSMenuItem"; title = "None"; ObjectID = "FoA-yh-Yx3"; */
30+
"FoA-yh-Yx3.title" = "Ninguno";
31+
32+
/* Class = "NSTextFieldCell"; title = "Custom read polling count:"; ObjectID = "J77-r0-djA"; */
33+
"J77-r0-djA.title" = "Recuento de lectura personalizado:";
34+
35+
/* Class = "NSTextFieldCell"; title = "Use the media keys of your keyboard to control Brightness & Volume."; ObjectID = "K2r-aD-eec"; */
36+
"K2r-aD-eec.title" = "Usa las teclas de brillo o volumen de tu teclado";
37+
38+
/* Class = "NSTextFieldCell"; title = "Menu contents:"; ObjectID = "MJx-MK-e7D"; */
39+
"MJx-MK-e7D.title" = "Menú de contenidos:";
40+
41+
/* Class = "NSMenuItem"; title = "Volume only"; ObjectID = "NLP-dU-Dam"; */
42+
"NLP-dU-Dam.title" = "Volumen";
43+
44+
/* Class = "NSTextFieldCell"; title = "If the menu item is hidden, just relaunch the app to reveal Preferences!"; ObjectID = "PVE-y7-zIk"; */
45+
"PVE-y7-zIk.title" = "Si el menú está oculto, solo reinicia la app para mostrar las configuraciones!";
46+
47+
/* Class = "NSTextFieldCell"; title = "Control method:"; ObjectID = "PaK-1f-DsW"; */
48+
"PaK-1f-DsW.title" = "Método de control:";
49+
50+
/* Class = "NSTextFieldCell"; title = "#bc-ignore!"; ObjectID = "Pqk-VW-JGY"; */
51+
"Pqk-VW-JGY.title" = "#bc-ignore!";
52+
53+
/* Class = "NSMenuItem"; title = "Normal"; ObjectID = "Riq-uM-bTs"; */
54+
"Riq-uM-bTs.title" = "Normal";
55+
56+
/* Class = "NSTextFieldCell"; title = "@the0neyouseek\n@JoniVR\n@waydabber"; ObjectID = "TKd-J8-Iyk"; */
57+
"TKd-J8-Iyk.title" = "@the0neyouseek\n@JoniVR\n@waydabber";
58+
59+
/* Class = "NSButtonCell"; title = "Enable keyboard control for display"; ObjectID = "UqR-WE-jHl"; */
60+
"UqR-WE-jHl.title" = "Habilitar el control de pantalla en teclado";
61+
62+
/* Class = "NSMenuItem"; title = "Both Brightness & Volume"; ObjectID = "Vr4-xb-B4o"; */
63+
"Vr4-xb-B4o.title" = "Brillo y volumen";
64+
65+
/* Class = "NSButtonCell"; title = "Show advanced settings under Displays"; ObjectID = "Wnd-hx-Meb"; */
66+
"Wnd-hx-Meb.title" = "Mostrar configuraciones avanzadas debajo de las pantallas";
67+
68+
/* Class = "NSMenuItem"; title = "None"; ObjectID = "X96-ny-lAP"; */
69+
"X96-ny-lAP.title" = "None";
70+
71+
/* Class = "NSTextFieldCell"; title = "Additional settings:"; ObjectID = "Xz0-X0-rB4"; */
72+
"Xz0-X0-rB4.title" = "Configuraciones adicionales:";
73+
74+
/* Class = "NSTextFieldCell"; title = "Identifier:"; ObjectID = "YqZ-LS-YvR"; */
75+
"YqZ-LS-YvR.title" = "Identificador:";
76+
77+
/* Class = "NSButtonCell"; title = "Donate"; ObjectID = "ZKk-ve-rS4"; */
78+
"ZKk-ve-rS4.title" = "Donar";
79+
80+
/* Class = "NSButtonCell"; title = "Use hardware DDC control"; ObjectID = "ZdU-gV-V05"; */
81+
"ZdU-gV-V05.title" = "Utilizar el control DDC por hardware";
82+
83+
/* Class = "NSButtonCell"; title = "Hide Menu Icon"; ObjectID = "aXL-i8-S6R"; */
84+
"aXL-i8-S6R.title" = "Ocultar ícono de menú";
85+
86+
/* Class = "NSButtonCell"; title = "Enable Mute DDC command"; ObjectID = "bZq-0d-lJa"; */
87+
"bZq-0d-lJa.title" = "Activar el comando DDC de silenciamiento";
88+
89+
/* Class = "NSButtonCell"; title = "Disable macOS volume OSD"; ObjectID = "bkM-Px-U3b"; */
90+
"bkM-Px-U3b.title" = "Desactivar el OSD de volumen de macOS";
91+
92+
/* Class = "NSTextFieldCell"; title = "Keyboard:"; ObjectID = "c7N-cO-759"; */
93+
"c7N-cO-759.title" = "Teclado:";
94+
95+
/* Class = "NSButtonCell"; title = "Show volume slider in menu"; ObjectID = "dhP-eB-1L6"; */
96+
"dhP-eB-1L6.title" = "Mostrar barra de volumen en el menú";
97+
98+
/* Class = "NSTextFieldCell"; title = "#bc-ignore!"; ObjectID = "e0q-fb-k7R"; */
99+
"e0q-fb-k7R.title" = "#bc-ignore!";
100+
101+
/* Class = "NSButtonCell"; title = "Reset Name"; ObjectID = "f9g-8s-gdd"; */
102+
"f9g-8s-gdd.title" = "Reset Name";
103+
104+
/* Class = "NSButtonCell"; title = "Further lower brightness via software dimming"; ObjectID = "fhy-Er-0aI"; */
105+
"fhy-Er-0aI.title" = "Reducir aún más el brillo mediante la atenuación por software";
106+
107+
/* Class = "NSTextFieldCell"; title = "Brightness control:"; ObjectID = "hdd-Zz-buN"; */
108+
"hdd-Zz-buN.title" = "Control de brillo:";
109+
110+
/* Class = "NSMenuItem"; title = "Brightness only"; ObjectID = "hjz-0c-rvK"; */
111+
"hjz-0c-rvK.title" = "Brillo";
112+
113+
/* Class = "NSTextFieldCell"; title = "These options work for hardware (DDC) controlled displays only."; ObjectID = "iBZ-8c-JDY"; */
114+
"iBZ-8c-JDY.title" = "Estas opciones sólo funcionan para pantallas controladas por hardware (DDC).";
115+
116+
/* Class = "NSTextFieldCell"; title = "#bc-ignore!"; ObjectID = "ibQ-4u-ClE"; */
117+
"ibQ-4u-ClE.title" = "#bc-ignore!";
118+
119+
/* Class = "NSButtonCell"; title = "Start at Login"; ObjectID = "j72-NF-zsW"; */
120+
"j72-NF-zsW.title" = "Iniciar app en inicio";
121+
122+
/* Class = "NSButtonCell"; title = "Enable software dimming if required"; ObjectID = "kMa-3q-udl"; */
123+
"kMa-3q-udl.title" = "Habilitar la atenuación por software si es necesario";
124+
125+
/* Class = "NSButton"; ibShadowedToolTip = "More Info"; ObjectID = "kqn-gU-mZX"; */
126+
"kqn-gU-mZX.ibShadowedToolTip" = "More Info";
127+
128+
/* Class = "NSTextFieldCell"; title = "Display type:"; ObjectID = "lSJ-6w-KJ2"; */
129+
"lSJ-6w-KJ2.title" = "Tipo de pantalla:";
130+
131+
/* Class = "NSTextFieldCell"; title = "#bc-ignore!"; ObjectID = "mBs-6m-13Q"; */
132+
"mBs-6m-13Q.title" = "#bc-ignore!";
133+
134+
/* Class = "NSTextFieldCell"; title = "If an external display can't be controlled, software dimming will be used instead."; ObjectID = "n4V-jQ-1Ri"; */
135+
"n4V-jQ-1Ri.title" = "Si no se puede controlar una pantalla externa, se utilizará la atenuación por software.";
136+
137+
/* Class = "NSTextFieldCell"; title = "Application:"; ObjectID = "okD-DG-pYa"; */
138+
"okD-DG-pYa.title" = "Aplicación:";
139+
140+
/* Class = "NSButtonCell"; title = "Longer delay during DDC read operations"; ObjectID = "pF5-Sw-7BR"; */
141+
"pF5-Sw-7BR.title" = "Mayor retardo en las operaciones de lectura del DDC";
142+
143+
/* Class = "NSTextFieldCell"; title = "#bc-ignore!"; ObjectID = "pIy-Lk-kkm"; */
144+
"pIy-Lk-kkm.title" = "#bc-ignore!";
145+
146+
/* Class = "NSTextFieldCell"; title = "Advanced:"; ObjectID = "r7i-oG-Ab6"; */
147+
"r7i-oG-Ab6.title" = "Avanzado:";
148+
149+
/* Class = "NSMenuItem"; title = "Heavy"; ObjectID = "vik-vN-bJe"; */
150+
"vik-vN-bJe.title" = "Heavy";
151+
152+
/* Class = "NSTextFieldCell"; title = "DDC read polling mode:"; ObjectID = "vwm-hY-on5"; */
153+
"vwm-hY-on5.title" = "Modo de lectura DDC:";
154+
155+
/* Class = "NSButtonCell"; title = "Show contrast slider in menu"; ObjectID = "xSI-8W-Xd0"; */
156+
"xSI-8W-Xd0.title" = "Mostrar barra de contraste en el menú";
157+
158+
/* Class = "NSButtonCell"; title = "Reset Preferences"; ObjectID = "xY6-aw-o9u"; */
159+
"xY6-aw-o9u.title" = "Restaurar preferencias";
160+
161+
/* Class = "NSTextFieldCell"; title = "This activates additional software dimming after the display reached zero hardware brightness. Menu slider is also affected with 50% being the transition point. Works for DDC controlled displays only."; ObjectID = "yeg-GN-SuO"; */
162+
"yeg-GN-SuO.title" = "Esto activa la atenuación adicional por software después de que la pantalla haya alcanzado el brillo cero por hardware. El deslizador del menú también se ve afectado, siendo el 50% el punto de transición. Sólo funciona para pantallas controladas por DDC.";
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
2+
/* Class = "NSMenuItem"; title = "Quit"; ObjectID = "JTa-2I-AsI"; */
3+
"JTa-2I-AsI.title" = "Quitar";
4+
5+
/* Class = "NSMenuItem"; title = "Preferences..."; ObjectID = "SOS-eZ-uU5"; */
6+
"SOS-eZ-uU5.title" = "Ajustes...";

MonitorControl/UI/tr.lproj/Main.strings

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,4 +140,4 @@
140140
"ZdU-gV-V05.title" = "Donanım DDC kontrolünü kullan";
141141

142142
/* Class = "NSButtonCell"; title = "Donate"; ObjectID = "ZKk-ve-rS4"; */
143-
"ZKk-ve-rS4.title" = "Bağış Yap";
143+
"ZKk-ve-rS4.title" = "Bağış Yap";

MonitorControlHelper/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<key>CFBundleShortVersionString</key>
2020
<string>$(MARKETING_VERSION)</string>
2121
<key>CFBundleVersion</key>
22-
<string>2867</string>
22+
<string>2883</string>
2323
<key>LSApplicationCategoryType</key>
2424
<string>public.app-category.utilities</string>
2525
<key>LSBackgroundOnly</key>

0 commit comments

Comments
 (0)