mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-02-03 00:33:49 +03:00
i18n for sidebar
This commit is contained in:
parent
08eda5573d
commit
ceb8f164b7
@ -15,7 +15,8 @@
|
|||||||
"downloading": "{{title}} ({{percentage}} - Downloading…)",
|
"downloading": "{{title}} ({{percentage}} - Downloading…)",
|
||||||
"filter": "Filter library",
|
"filter": "Filter library",
|
||||||
"home": "Home",
|
"home": "Home",
|
||||||
"queued": "{{title}} (Queued)"
|
"queued": "{{title}} (Queued)",
|
||||||
|
"game_has_no_executable": "Game has no executable selected"
|
||||||
},
|
},
|
||||||
"header": {
|
"header": {
|
||||||
"search": "Search games",
|
"search": "Search games",
|
||||||
|
@ -16,7 +16,8 @@
|
|||||||
"filter": "Filtrar biblioteca",
|
"filter": "Filtrar biblioteca",
|
||||||
"home": "Início",
|
"home": "Início",
|
||||||
"follow_us": "Acompanhe-nos",
|
"follow_us": "Acompanhe-nos",
|
||||||
"queued": "{{title}} (Na fila)"
|
"queued": "{{title}} (Na fila)",
|
||||||
|
"game_has_no_executable": "Jogo não possui executável selecionado"
|
||||||
},
|
},
|
||||||
"header": {
|
"header": {
|
||||||
"search": "Buscar jogos",
|
"search": "Buscar jogos",
|
||||||
|
@ -137,7 +137,7 @@ export function Sidebar() {
|
|||||||
if (game.executablePath) {
|
if (game.executablePath) {
|
||||||
window.electron.openGame(game.id, game.executablePath);
|
window.electron.openGame(game.id, game.executablePath);
|
||||||
} else {
|
} else {
|
||||||
showWarningToast("Jogo não possui executável selecionado");
|
showWarningToast(t("game_has_no_executable"));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user