Correct spelling error

This commit is contained in:
Daniel Johnson 2022-04-30 05:01:52 -04:00
parent 8ae55fbc5f
commit a2b0938519
8 changed files with 8 additions and 8 deletions

View file

@ -418,7 +418,7 @@ class LutrisWindow(Gtk.ApplicationWindow): # pylint: disable=too-many-public-me
if self.filters.get("category") == "favorite":
self.show_label(_("Add games to your favorites to see them here."))
elif self.filters.get("installed"):
self.show_label(_("No installed games found. Press Ctrl+H so show all games."))
self.show_label(_("No installed games found. Press Ctrl+H to show all games."))
# Splash screen disabled because unfinished.
# elif (
# not self.filters.get("runner")

View file

@ -1248,7 +1248,7 @@ msgid "Add games to your favorites to see them here."
msgstr "Fügen Sie Ihre Spiele zu den Favoriten hinzu um sie hier zu sehen."
#: lutris/gui/lutriswindow.py:422
msgid "No installed games found. Press Ctrl+H so show all games."
msgid "No installed games found. Press Ctrl+H to show all games."
msgstr ""
"Keine installierte Spiele gefunden. Drücke Strg+H damit alle gezeigt werden."

View file

@ -1343,7 +1343,7 @@ msgid "Add games to your favorites to see them here."
msgstr "Añada juegos a sus favoritos para verlos aquí."
#: lutris/gui/lutriswindow.py:421
msgid "No installed games found. Press Ctrl+H so show all games."
msgid "No installed games found. Press Ctrl+H to show all games."
msgstr ""
"No se han encontrado juegos instalados. Pulse Ctrl+H para mostrar todos los "
"juegos."

View file

@ -1179,7 +1179,7 @@ msgid "Add games to your favorites to see them here."
msgstr "Dodajte igre u svoje omiljene kako bi ih tamo vidjeli."
#: lutris/gui/lutriswindow.py:451
msgid "No installed games found. Press Ctrl+H so show all games."
msgid "No installed games found. Press Ctrl+H to show all games."
msgstr ""
"Nema pronađenih instaliranih igra. Pritisnite Ctrl+H za prikaz svih igra."

View file

@ -1334,7 +1334,7 @@ msgid "Add games to your favorites to see them here."
msgstr "Voeg games toe aan je favorieten om ze hier te tonen."
#: lutris/gui/lutriswindow.py:421
msgid "No installed games found. Press Ctrl+H so show all games."
msgid "No installed games found. Press Ctrl+H to show all games."
msgstr ""
"Geen geïnstalleerde games aangetroffen. Druk op Ctrl+H om alle games te "
"tonen."

View file

@ -1307,7 +1307,7 @@ msgid "Add games to your favorites to see them here."
msgstr "Adicione jogos aos seus favoritos para vê-los aqui."
#: lutris/gui/lutriswindow.py:420
msgid "No installed games found. Press Ctrl+H so show all games."
msgid "No installed games found. Press Ctrl+H to show all games."
msgstr ""
"Nenhum jogo instalado encontrado. Pressione Ctrl+H para mostrar todos os "
"jogos."

View file

@ -1141,7 +1141,7 @@ msgid "Add games to your favorites to see them here."
msgstr "Добавьте игры в избранное, после этого они появятся здесь."
#: lutris/gui/lutriswindow.py:430
msgid "No installed games found. Press Ctrl+H so show all games."
msgid "No installed games found. Press Ctrl+H to show all games."
msgstr "Не найдено установленных игр. Нажмите CTRL+H чтобы показать все игры."
#: lutris/gui/lutriswindow.py:432

View file

@ -1257,7 +1257,7 @@ msgid "Add games to your favorites to see them here."
msgstr "将游戏添加到收藏夹就能在这里看到"
#: lutris/gui/lutriswindow.py:420
msgid "No installed games found. Press Ctrl+H so show all games."
msgid "No installed games found. Press Ctrl+H to show all games."
msgstr "未找到已安装的游戏,按 Ctrl+H 显示所有游戏"
#: lutris/gui/views/list.py:48 lutris/runners/dolphin.py:26