Skip to content

Commit

Permalink
correct translation TTS is "Text To Speech"
Browse files Browse the repository at this point in the history
  • Loading branch information
Apaczer committed Jul 10, 2024
1 parent 94f06a7 commit 88d2cfa
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion assets/translations/Chinese(CN)
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ SW Clock=系统时间
TEfix method=屏幕撕裂修正方式
Terminal output as follows=
Terminal=
Text To Speak=
Text To Speech=
Text viewer=
The section this link belongs to=该软件链接属于分组
the settings. Continue?=
Expand Down
2 changes: 1 addition & 1 deletion assets/translations/Polish
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ SW Clock=SW Zegar
TEfix method=metoda TEfix
Terminal output as follows=
Terminal=Terminal
Text To Speak=
Text To Speech=
Text viewer=Przeglądarka tekstu
The section this link belongs to=Sekcja do której należy ten skrót
the settings. Continue?=ustawienia. Kontynuować?
Expand Down
2 changes: 1 addition & 1 deletion assets/translations/Portuguese(Brazil)
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ SW Clock=Relógio de Software
TEfix method=Método TEfix
Terminal output as follows=
Terminal=Terminal
Text To Speak=
Text To Speech=
Text viewer=Visualizador de texto
The section this link belongs to=Seção a qual pertence este link
the settings. Continue?=
Expand Down
2 changes: 1 addition & 1 deletion assets/translations/Russian
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ SW Clock=Программные часы
TEfix method=Коррекция разрыва кадра
Terminal output as follows=
Terminal=Терминал
Text To Speak=
Text To Speech=
Text viewer=Просмотрщик текстов
The section this link belongs to=Раздел, к которому относится этот ярлык
the settings. Continue?=настройки. Продолжить?
Expand Down
2 changes: 1 addition & 1 deletion dictionary.txt
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ TV-out connected. Enable?=
Telnet on boot=
Terminal output as follows=
Terminal=
Text To Speak=
Text To Speech=
Text viewer=
The section this link belongs to=
This directory is empty=
Expand Down
2 changes: 1 addition & 1 deletion src/gmenu2x.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -859,7 +859,7 @@ void GMenu2X::settings() {
sd.addSetting(new MenuSettingBool(this, tr["Autostart"], tr["Run last app on restart"], &confInt["saveAutoStart"]));
sd.addSetting(new MenuSettingBool(this, tr["Hints"], tr["Show \"Hint\" messages"], &confInt["showHints"]));
sd.addSetting(new MenuSettingBool(this, tr["Output logs"], tr["Logs the link's output to read with Log Viewer"], &confInt["outputLogs"]));
sd.addSetting(new MenuSettingBool(this, tr["Text To Speak"], tr["Use TTS engine to read menu out loud"], &confInt["enableTTS"]));
sd.addSetting(new MenuSettingBool(this, tr["Text To Speech"], tr["Use TTS engine to read menu out loud"], &confInt["enableTTS"]));
sd.addSetting(new MenuSettingMultiString(this, tr["Reset settings"], tr["Choose settings to reset back to defaults"], &tmp, &opFactory, 0, MakeDelegate(this, &GMenu2X::resetSettings)));

if (sd.exec() && sd.edited() && sd.save) {
Expand Down
2 changes: 1 addition & 1 deletion translate.txt
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ SW Clock=
TEfix method=
Terminal output as follows=
Terminal=
Text To Speak=
Text To Speech=
Text viewer=
The section this link belongs to=
the settings. Continue?=
Expand Down

0 comments on commit 88d2cfa

Please sign in to comment.