Skip to content

Commit 8637ab1

Browse files
committed
Correcting typo and updating language files
1 parent baf9a4a commit 8637ab1

File tree

6 files changed

+29
-13
lines changed

6 files changed

+29
-13
lines changed

locales/da.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"Paste": "Indsæt",
4545
"Select All": "Vælg Alt",
4646
"View": "Visning",
47-
"Inscrease font size": "Øg skrifstørrelsen",
47+
"Increase font size": "Øg skrifstørrelsen",
4848
"Decrease font size": "Formindsk skrifstørrelsen",
4949
"Toggle Full Screen": "Skift til Full Screen",
5050
"Window": "Vindue",
@@ -68,5 +68,9 @@
6868
"Could not find PHP binary!": "Kunne ikke PHP binary!",
6969
"Find PHP binary": "Find PHP binary",
7070
"Oops! Invalid binary or the file doesn't exists.": "Uups! Ugyldig binary eller eksistere filen ikke.",
71-
"Output": "Output"
71+
"Output": "Output",
72+
"Presentation": "Presentation",
73+
"Try to open secondary window in another display": "Try to open secondary window in another display",
74+
"Single Display Mode": "Single Display Mode",
75+
"Multi Display Mode": "Multi Display Mode"
7276
}

locales/de.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"Paste": "Einfügen",
4343
"Select All": "Alles auswählen",
4444
"View": "Ansicht",
45-
"Inscrease font size": "Schrift vergrößern",
45+
"Increase font size": "Schrift vergrößern",
4646
"Decrease font size": "Schrift verkleinern",
4747
"Toggle Full Screen": "Fullscreen umschalten",
4848
"Window": "Fenster",
@@ -68,5 +68,9 @@
6868
"Could not find PHP binary!": "PHP-Binary konnte nicht gefunden werden!",
6969
"Find PHP binary": "PHP-Binary finden",
7070
"Oops! Invalid binary or the file doesn't exists.": "Oops! Die PHP-Binary ist invalide oder existiert nicht.",
71-
"Output": "Ausgabe"
72-
}
71+
"Output": "Ausgabe",
72+
"Presentation": "Presentation",
73+
"Try to open secondary window in another display": "Try to open secondary window in another display",
74+
"Single Display Mode": "Single Display Mode",
75+
"Multi Display Mode": "Multi Display Mode"
76+
}

locales/en.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
"Paste": "Paste",
4545
"Select All": "Select All",
4646
"View": "View",
47-
"Inscrease font size": "Inscrease font size",
47+
"Increase font size": "Increase font size",
4848
"Decrease font size": "Decrease font size",
4949
"Toggle Full Screen": "Toggle Full Screen",
5050
"Window": "Window",
@@ -68,5 +68,9 @@
6868
"Could not find PHP binary!": "Could not find PHP binary!",
6969
"Find PHP binary": "Find PHP binary",
7070
"Oops! Invalid binary or the file doesn't exists.": "Oops! Invalid binary or the file doesn't exists.",
71-
"Output": "Output"
72-
}
71+
"Output": "Output",
72+
"Presentation": "Presentation",
73+
"Try to open secondary window in another display": "Try to open secondary window in another display",
74+
"Single Display Mode": "Single Display Mode",
75+
"Multi Display Mode": "Multi Display Mode"
76+
}

locales/fr.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@
6767
"Auto run code": "Auto run code",
6868
"Presentation mode": "Presentation mode",
6969
"Output": "Output",
70-
"Inscrease font size": "Inscrease font size",
71-
"Decrease font size": "Decrease font size"
72-
}
70+
"Increase font size": "Increase font size",
71+
"Decrease font size": "Decrease font size",
72+
"Presentation": "Presentation",
73+
"Try to open secondary window in another display": "Try to open secondary window in another display",
74+
"Single Display Mode": "Single Display Mode",
75+
"Multi Display Mode": "Multi Display Mode"
76+
}

locales/pt-BR.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"Auto run code": "Executar código automaticamente",
6868
"Presentation mode": "Modo apresentação",
6969
"Output": "Output",
70-
"Inscrease font size": "Aumentar tamanho da fonte",
70+
"Increase font size": "Aumentar tamanho da fonte",
7171
"Decrease font size": "Diminuir tamanho da fonte",
7272
"Presentation": "Apresentação",
7373
"Try to open secondary window in another display": "Tentar abrir janela secundária em outro monitor",

main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ function createMenu() {
297297
label: i18n.__('View'),
298298
submenu: [
299299
{
300-
label: i18n.__('Inscrease font size'),
300+
label: i18n.__('Increase font size'),
301301
accelerator: 'CmdOrCtrl+=',
302302
click: function() { runOnApp("increaseFontSize();"); }
303303
},

0 commit comments

Comments
 (0)