Skip to content

Commit 98d9952

Browse files
picovthe0neyouseek
authored andcommitted
🇮🇹 Add Italian Translation (MonitorControl#115)
1 parent 856a0a6 commit 98d9952

4 files changed

Lines changed: 91 additions & 1 deletion

File tree

2.38 KB
Binary file not shown.
Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
2+
/* Class = "NSButtonCell"; title = "Change Brightness/Volume for all screens"; ObjectID = "0Z7-PQ-Bl8"; */
3+
"0Z7-PQ-Bl8.title" = "Modifica Luminosità/Volume per tutti i monitor";
4+
5+
/* Class = "NSTableColumn"; headerCell.title = "Enabled"; ObjectID = "8U8-ec-Zbv"; */
6+
"8U8-ec-Zbv.headerCell.title" = "Abilitato";
7+
8+
/* Class = "NSTableColumn"; headerCell.title = "Name"; ObjectID = "CHc-s5-4MN"; */
9+
"CHc-s5-4MN.headerCell.title" = "Nome";
10+
11+
/* Class = "NSTextFieldCell"; title = "Keys"; ObjectID = "Dcz-GG-1li"; */
12+
"Dcz-GG-1li.title" = "Tasti";
13+
14+
/* Class = "NSTableColumn"; headerCell.title = "ID"; ObjectID = "dgp-q7-cBK"; */
15+
"dgp-q7-cBK.headerCell.title" = "ID";
16+
17+
/* Class = "NSTextFieldCell"; title = "General"; ObjectID = "ENU-js-huy"; */
18+
"ENU-js-huy.title" = "Generale";
19+
20+
/* Class = "NSTextFieldCell"; title = "Display"; ObjectID = "ExD-7P-6XI"; */
21+
"ExD-7P-6XI.title" = "Monitor";
22+
23+
/* Class = "NSButtonCell"; title = "Lower Contrast after Brightness"; ObjectID = "fhy-Er-0aI"; */
24+
"fhy-Er-0aI.title" = "Abbassa il Contrasto dopo la Luminosità";
25+
26+
/* Class = "NSMenuItem"; title = "Brightness only"; ObjectID = "hjz-0c-rvK"; */
27+
"hjz-0c-rvK.title" = "Solo Luminosità";
28+
29+
/* Class = "NSButtonCell"; title = "Start MonitorControl at Login"; ObjectID = "j72-NF-zsW"; */
30+
"j72-NF-zsW.title" = "Avvia MonitorControl al Login";
31+
32+
/* Class = "NSTableColumn"; headerCell.title = "Vendor"; ObjectID = "LRJ-fb-Z9E"; */
33+
"LRJ-fb-Z9E.headerCell.title" = "Produttore";
34+
35+
/* Class = "NSMenuItem"; title = "Volume only"; ObjectID = "NLP-dU-Dam"; */
36+
"NLP-dU-Dam.title" = "Solo Volume";
37+
38+
/* Class = "NSTableColumn"; headerCell.title = "Model"; ObjectID = "Nvp-hI-w4x"; */
39+
"Nvp-hI-w4x.headerCell.title" = "Modello";
40+
41+
/* Class = "NSTableColumn"; headerCell.title = "Friendly Name"; ObjectID = "uoI-1J-RdD"; */
42+
"uoI-1J-RdD.headerCell.title" = "Nome assegnato";
43+
44+
/* Class = "NSTextFieldCell"; title = "Listen for"; ObjectID = "Vh8-06-U3K"; */
45+
"Vh8-06-U3K.title" = "Gestisci";
46+
47+
/* Class = "NSMenuItem"; title = "Both Brightness & Volume"; ObjectID = "Vr4-xb-B4o"; */
48+
"Vr4-xb-B4o.title" = "Luminosità e Volume";
49+
50+
/* Class = "NSButtonCell"; title = "Show a slider for contrast"; ObjectID = "xSI-8W-Xd0"; */
51+
"xSI-8W-Xd0.title" = "Mostra un selettore per il Contrasto";
52+
53+
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "2gr-xG-Byx"; */
54+
"2gr-xG-Byx.title" = "";
55+
56+
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "4or-hS-WeW"; */
57+
"4or-hS-WeW.title" = "";
58+
59+
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "afl-95-ZJl"; */
60+
"afl-95-ZJl.title" = "";
61+
62+
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "as0-t3-Aub"; */
63+
"as0-t3-Aub.title" = "";
64+
65+
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "aSw-3H-uNa"; */
66+
"aSw-3H-uNa.title" = "";
67+
68+
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "cnb-Li-1lE"; */
69+
"cnb-Li-1lE.title" = "";
70+
71+
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "DGv-iu-Jg1"; */
72+
"DGv-iu-Jg1.title" = "";
73+
74+
/* Class = "NSTextFieldCell"; title = "Version 0.0.0 (Build 0)"; ObjectID = "mBs-6m-13Q"; */
75+
"mBs-6m-13Q.title" = "";
76+
77+
/* Class = "NSTextFieldCell"; title = "Table View Cell"; ObjectID = "Pkk-Ce-Y6Q"; */
78+
"Pkk-Ce-Y6Q.title" = "";
79+
80+
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "vkG-RF-Yne"; */
81+
"vkG-RF-Yne.title" = "";
82+
83+
/* Class = "NSTextFieldCell"; title = "Text Cell"; ObjectID = "VPD-MR-IXg"; */
84+
"VPD-MR-IXg.title" = "";
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" = "Esci";
4+
5+
/* Class = "NSMenuItem"; title = "Preferences..."; ObjectID = "SOS-eZ-uU5"; */
6+
"SOS-eZ-uU5.title" = "Preferenze...";

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Control your external monitor brightness, contrast or volume directly from a men
99

1010
<!-- Language emoji -->
1111
<div align="center">
12-
<p>Translations: :uk: :fr: :de:</p>
12+
<p>Translations: :uk: :fr: :de: :it:</p>
1313
</div>
1414

1515
<br/>

0 commit comments

Comments
 (0)