Added Hungarian localization.

This commit is contained in:
waydabber 2021-08-02 18:07:16 +02:00
parent d7ecf0112f
commit b496a8d027
26 changed files with 212 additions and 30 deletions

View file

@ -116,6 +116,10 @@
6CDA0FD826485AAE00F52125 /* uk */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = uk; path = uk.lproj/Main.strings; sourceTree = "<group>"; };
AA3B4A2726AE103C00B74CD2 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
AA3B4A2926AE108E00B74CD2 /* Apple Silicon.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = "Apple Silicon.md"; sourceTree = "<group>"; };
AA6686EF26B8172E00AF74A2 /* hu */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = hu; path = ../hu.lproj/Main.strings; sourceTree = "<group>"; };
AA6686F026B8172E00AF74A2 /* hu */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = hu; path = hu.lproj/Main.strings; sourceTree = "<group>"; };
AA6686F126B8172E00AF74A2 /* hu */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = hu; path = hu.lproj/MainMenu.strings; sourceTree = "<group>"; };
AA6686F226B8172E00AF74A2 /* hu */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = hu; path = hu.lproj/Localizable.strings; sourceTree = "<group>"; };
AA9AE86E26B5BF3D00B6CA65 /* OSD.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = OSD.framework; path = ../../../../../System/Library/PrivateFrameworks/OSD.framework; sourceTree = "<group>"; };
AA9AE87026B5BFB700B6CA65 /* CoreDisplay.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreDisplay.framework; path = ../../../../../System/Library/Frameworks/CoreDisplay.framework; sourceTree = "<group>"; };
B0C4810623357CE500053F91 /* ru */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = ru; path = ru.lproj/Localizable.strings; sourceTree = "<group>"; };
@ -400,6 +404,7 @@
it,
ja,
pl,
hu,
);
mainGroup = 56754EA21D9A4016007BCDC5;
packageReferences = (
@ -580,6 +585,7 @@
isa = PBXVariantGroup;
children = (
6CDA0FCB26485A7600F52125 /* Base */,
AA6686EF26B8172E00AF74A2 /* hu */,
);
name = Main.storyboard;
sourceTree = "<group>";
@ -597,6 +603,7 @@
6CDA0FD626485AAC00F52125 /* pl */,
6CDA0FD726485AAC00F52125 /* ru */,
6CDA0FD826485AAE00F52125 /* uk */,
AA6686F026B8172E00AF74A2 /* hu */,
);
name = Main.storyboard;
sourceTree = "<group>";
@ -613,6 +620,7 @@
6CAD135023624CC1009BD53F /* it */,
3CCA5F972442EFF800B4DB84 /* ja */,
2EAA5B7F24BF9E9A00937821 /* pl */,
AA6686F226B8172E00AF74A2 /* hu */,
);
name = Localizable.strings;
sourceTree = "<group>";
@ -630,6 +638,7 @@
6CAD134F23624CC1009BD53F /* it */,
3CCA5F962442EFF800B4DB84 /* ja */,
2EAA5B7E24BF9E9A00937821 /* pl */,
AA6686F126B8172E00AF74A2 /* hu */,
);
name = MainMenu.xib;
sourceTree = "<group>";

Binary file not shown.

Before

Width:  |  Height:  |  Size: 346 KiB

After

Width:  |  Height:  |  Size: 451 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.3 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 43 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 43 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 KiB

After

Width:  |  Height:  |  Size: 1.7 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 100 KiB

After

Width:  |  Height:  |  Size: 140 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 100 KiB

After

Width:  |  Height:  |  Size: 140 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 4.6 KiB

Before After
Before After

View file

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

View file

@ -40,9 +40,6 @@
/* Shown in case a display mirrors an other display - like 'Mirror of DisplayName */
"Mirror of" = "Mirror of";
/* Mirrors */
"Mirrors" = "Mirrors";
/* Shown in the alert dialog */
"No" = "No";

View file

@ -40,9 +40,6 @@
/* Shown in case a display mirrors an other display - like 'Mirror of DisplayName */
"Mirror of" = "Mirror of";
/* Mirrors */
"Mirrors" = "Mirrors";
/* Shown in the alert dialog */
"No" = "No";

View file

@ -40,9 +40,6 @@
/* Shown in case a display mirrors an other display - like 'Mirror of DisplayName */
"Mirror of" = "Mirror of";
/* Mirrors */
"Mirrors" = "Mirrors";
/* Shown in the alert dialog */
"No" = "No";

View file

@ -0,0 +1,79 @@
/* Shown in the main prefs window */
"Advanced" = "Fejlett";
/* Apple Silicon designation (shown after the version number in Preferences) */
"Apple Silicon" = "Apple Silicon";
/* 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." = "Biztos benne, hogy engedélyezni kívánja a hosszabb várakozást? Ez bizonyos esetekben a rendszer lefagyását eredményezheti, akár újraindítás is szükségessé válhat. A bejelentkezéskori automatikus indítást letiltjuk a biztonság kedvéért.";
/* Shown in the alert dialog */
"Are you sure you want to reset all preferences?" = "Biztos benne, hogy vissza kívánja állítani az alapértelmezett beállításokat?";
/* Sown in menu */
"Brightness" = "Fényerő";
/* Build */
"Build" = "Build";
/* Shown in menu */
"Contrast" = "Kontraszt";
/* Shown in menu */
"Default" = "Alapértelmezett";
/* No comment provided by engineer. */
"Display" = "Kijelző";
/* Shown in the alert dialog */
"Enable Longer Delay?" = "Hosszabb várakozás engedélyezése?";
/* Shown in the main prefs window */
"General" = "Általános";
/* Intel designation (shown after the version number in Preferences) */
"Intel" = "Intel";
/* Shown in the main prefs window */
"Keys" = "Billentyűk";
/* Shown in case a display mirrors an other display - like 'Mirror of DisplayName */
"Mirror of" = "Tükrözött";
/* Shown in the alert dialog */
"No" = "Nem";
/* Shown in menu */
"No supported display found" = "Nincs támogatott kijelző";
/* Shown in the alert dialog */
"Ok" = "Ok";
/* Shown in Preferences window */
"Preferences" = "Beállítások";
/* Shown in the alert dialog */
"Reset Preferences?" = "Alapértelmezett beállítások";
/* Shown in menu */
"Set as default" = "Beállítás alapértelmezettként";
/* Shown in the alert dialog */
"Shortcuts not available" = "Gyorsbillentyűk nem elérhetők";
/* Unknown display name
Unknown model
Unknown vendor */
"Unknown" = "Ismeretlen";
/* Version */
"Version" = "Verzió";
/* Shown in menu */
"Volume" = "Hangerő";
/* Shown in the alert dialog */
"Yes" = "Igen";
/* Shown in the alert dialog */
"You need to enable MonitorControl in System Preferences > Security and Privacy > Accessibility for the keyboard shortcuts to work" = "Engedélyeznie kell a MonitorControlt a Rendszerbeállítások > Biztonság és adatvédelem > Kisegítő lehetőségek alatt a gyorsbillentyűk használatához!";

View file

@ -40,9 +40,6 @@
/* Shown in case a display mirrors an other display - like 'Mirror of DisplayName */
"Mirror of" = "Mirror of";
/* Mirrors */
"Mirrors" = "Mirrors";
/* Shown in the alert dialog */
"No" = "No";

View file

@ -40,9 +40,6 @@
/* Shown in case a display mirrors an other display - like 'Mirror of DisplayName */
"Mirror of" = "Mirror of";
/* Mirrors */
"Mirrors" = "Mirrors";
/* Shown in the alert dialog */
"No" = "No";

View file

@ -40,9 +40,6 @@
/* Shown in case a display mirrors an other display - like 'Mirror of DisplayName */
"Mirror of" = "Mirror of";
/* Mirrors */
"Mirrors" = "Mirrors";
/* Shown in the alert dialog */
"No" = "Nie";

View file

@ -40,9 +40,6 @@
/* Shown in case a display mirrors an other display - like 'Mirror of DisplayName */
"Mirror of" = "Mirror of";
/* Mirrors */
"Mirrors" = "Mirrors";
/* Shown in the alert dialog */
"No" = "No";

View file

@ -40,9 +40,6 @@
/* Shown in case a display mirrors an other display - like 'Mirror of DisplayName */
"Mirror of" = "Mirror of";
/* Mirrors */
"Mirrors" = "Mirrors";
/* Shown in the alert dialog */
"No" = "No";

View file

@ -40,9 +40,6 @@
/* Shown in case a display mirrors an other display - like 'Mirror of DisplayName */
"Mirror of" = "Mirror of";
/* Mirrors */
"Mirrors" = "Mirrors";
/* Shown in the alert dialog */
"No" = "No";

View file

@ -0,0 +1,116 @@
/* Class = "NSButtonCell"; title = "Change Brightness/Volume for all screens"; ObjectID = "0Z7-PQ-Bl8"; */
"0Z7-PQ-Bl8.title" = "Fényerő/hangerő beállítása az összes képernyőn";
/* Class = "NSButtonCell"; title = "Reset Preferences"; ObjectID = "4Pj-3t-PJr"; */
"4Pj-3t-PJr.title" = "Alapértelmezett beállítások";
/* Class = "NSTableColumn"; headerCell.title = "Enabled"; ObjectID = "8U8-ec-Zbv"; */
"8U8-ec-Zbv.headerCell.title" = "Aktív";
/* Class = "NSTableColumn"; headerCell.title = "Name"; ObjectID = "CHc-s5-4MN"; */
"CHc-s5-4MN.headerCell.title" = "Név";
/* Class = "NSMenuItem"; title = "Custom"; ObjectID = "Cle-DD-vR7"; */
"Cle-DD-vR7.title" = "Egyedi";
/* 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" = "Kijelző neve";
/* Class = "NSMenuItem"; title = "Minimal"; ObjectID = "Eq3-z9-yIo"; */
"Eq3-z9-yIo.title" = "Minimális";
/* Class = "NSButtonCell"; title = "Lower Contrast after Brightness"; ObjectID = "fhy-Er-0aI"; */
"fhy-Er-0aI.title" = "Kontraszt csökkentése a fényerő csökkentése után";
/* Class = "NSMenuItem"; title = "None"; ObjectID = "FoA-yh-Yx3"; */
"FoA-yh-Yx3.title" = "Nincs";
/* Class = "NSTextFieldCell"; title = "Warning ⚠️\nChanging some of these setting may cause system freezes or unexpected behaviour. "; ObjectID = "frw-j2-tE1"; */
"frw-j2-tE1.title" = "Figyelem ⚠️\nAz alábbi beállítások megváltoztatása lefagyást vagy váratlan működést eredményezhet!";
/* Class = "NSTableColumn"; headerCell.title = "Longer Delay"; ObjectID = "grO-Kr-l4d"; */
"grO-Kr-l4d.headerCell.title" = "Hosszabb várakozás";
/* Class = "NSTableColumn"; headerCell.title = "Polling Mode"; ObjectID = "gxn-NH-Qhb"; */
"gxn-NH-Qhb.headerCell.title" = "Mintavételezési mód";
/* Class = "NSMenuItem"; title = "Brightness only"; ObjectID = "hjz-0c-rvK"; */
"hjz-0c-rvK.title" = "Csak a fényerő billentyűk";
/* Class = "NSButtonCell"; title = "Start MonitorControl at Login"; ObjectID = "j72-NF-zsW"; */
"j72-NF-zsW.title" = "Automatikus indítás bejelentkezéskor";
/* Class = "NSTableColumn"; headerCell.title = "ID"; ObjectID = "JKW-oY-bSb"; */
"JKW-oY-bSb.headerCell.title" = "Azonosító";
/* Class = "NSButton"; ibShadowedToolTip = "More Info"; ObjectID = "kqn-gU-mZX"; */
"kqn-gU-mZX.ibShadowedToolTip" = "További információ";
/* Class = "NSTableColumn"; headerCell.title = "Vendor"; ObjectID = "LRJ-fb-Z9E"; */
"LRJ-fb-Z9E.headerCell.title" = "Szállító";
/* Class = "NSTextFieldCell"; title = "Version 0.0.0 (Build 0)"; ObjectID = "mBs-6m-13Q"; */
"mBs-6m-13Q.title" = "Verzió 0.0.0 (Build 0)";
/* Class = "NSTableColumn"; headerCell.title = "Hide OSD"; ObjectID = "MPF-Mr-zVU"; */
"MPF-Mr-zVU.headerCell.title" = "OSD elrejtése";
/* Class = "NSMenuItem"; title = "Volume only"; ObjectID = "NLP-dU-Dam"; */
"NLP-dU-Dam.title" = "Csak a hangerő billentyűk";
/* Class = "NSTableColumn"; headerCell.title = "Model"; ObjectID = "Nvp-hI-w4x"; */
"Nvp-hI-w4x.headerCell.title" = "Modell";
/* Class = "NSMenuItem"; title = "Normal"; ObjectID = "Riq-uM-bTs"; */
"Riq-uM-bTs.title" = "Normál";
/* Class = "NSTableColumn"; headerCell.title = "Friendly Name"; ObjectID = "uoI-1J-RdD"; */
"uoI-1J-RdD.headerCell.title" = "Egyéni név";
/* Class = "NSTextFieldCell"; title = "Listen for"; ObjectID = "Vh8-06-U3K"; */
"Vh8-06-U3K.title" = "Figyelt billentyűk";
/* Class = "NSMenuItem"; title = "Heavy"; ObjectID = "vik-vN-bJe"; */
"vik-vN-bJe.title" = "Magas";
/* Class = "NSMenuItem"; title = "Both Brightness & Volume"; ObjectID = "Vr4-xb-B4o"; */
"Vr4-xb-B4o.title" = "Fényerő és hangerő billentyűk";
/* Class = "NSMenuItem"; title = "None"; ObjectID = "X96-ny-lAP"; */
"X96-ny-lAP.title" = "Nincs";
/* 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" = "Kontraszt csúszka megjelenítése";
/* Class = "NSTableColumn"; headerCell.title = "Polling Count"; ObjectID = "ytT-up-Dhs"; */
"ytT-up-Dhs.headerCell.title" = "Mintavételezés";
/* 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 = "as0-t3-Aub"; */
"as0-t3-Aub.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" = "";

View file

@ -0,0 +1,5 @@
/* Class = "NSMenuItem"; title = "Quit"; ObjectID = "JTa-2I-AsI"; */
"JTa-2I-AsI.title" = "Kilépés";
/* Class = "NSMenuItem"; title = "Preferences..."; ObjectID = "SOS-eZ-uU5"; */
"SOS-eZ-uU5.title" = "Beállítások...";

View file

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

View file

@ -9,7 +9,7 @@ Control your external monitor brightness, contrast or volume directly from a men
<!-- Language emoji -->
<div align="center">
<p>Translations: :uk: :fr: :de: :it: :ru: :ukraine: :jp: :poland: </p>
<p>Translations: :uk: :fr: :de: :it: :ru: :ua: :jp: :pl: :hu:</p>
</div>
<br/>