Add Update String

This commit is contained in:
Maroxy 2021-10-23 23:49:56 +02:00
parent 66ba07a3de
commit e7b2e1e41e
16 changed files with 16 additions and 2 deletions

View file

@ -17,7 +17,7 @@
<body>
<div class="menu">
<div class="menu-item menu-item-active" anchor="general" i18id="GeneralSettings">General</div>
<div class="menu-item" anchor="runners" i18id="Runners">Runners</div>
<div class="menu-item" anchor="runners" i18id="WineVersion">Wine version</div>
<div class="menu-item" anchor="dxvks" i18id="DXVK">DXVK</div>
</div>

View file

@ -1,5 +1,6 @@
{
"Install": "Installieren",
"Update": "Updaten",
"Launch": "Starten",
"Runners": "Runners",
"Langs": "Sprachen",

View file

@ -1,5 +1,6 @@
{
"Install": "Install",
"Update": "Update",
"Launch": "Launch",
"Runners": "Runners",
"Langs": "Languages",

View file

@ -1,5 +1,6 @@
{
"Install": "Install",
"Update": "Update",
"Launch": "Launch",
"Runners": "Runners",
"Langs": "Languages",

View file

@ -1,5 +1,6 @@
{
"Install": "Install",
"Update": "Update",
"Launch": "Launch",
"Runners": "Runners",
"Langs": "Languages",

View file

@ -1,5 +1,6 @@
{
"Install": "Install",
"Update": "Update",
"Launch": "Launch",
"Runners": "Runners",
"Langs": "Languages",

View file

@ -1,5 +1,6 @@
{
"Install": "Install",
"Update": "Update",
"Launch": "Launch",
"Runners": "Runners",
"Langs": "Languages",

View file

@ -1,5 +1,6 @@
{
"Install": "インストール",
"Update": "アップデート",
"Launch": "打ち上げ",
"Runners": "Runners",
"Langs": "言語",

View file

@ -1,5 +1,6 @@
{
"Install": "Install",
"Update": "Update",
"Launch": "Launch",
"Runners": "Runners",
"Langs": "Languages",

View file

@ -1,5 +1,6 @@
{
"Install": "Install",
"Update": "Update",
"Launch": "Launch",
"Runners": "Runners",
"Langs": "Languages",

View file

@ -1,5 +1,6 @@
{
"Install": "Install",
"Update": "Update",
"Launch": "Launch",
"Runners": "Runners",
"Langs": "Languages",

View file

@ -1,5 +1,6 @@
{
"Install": "Install",
"Update": "Update",
"Launch": "Launch",
"Runners": "Runners",
"Langs": "Languages",

View file

@ -1,5 +1,6 @@
{
"Install": "Install",
"Update": "Update",
"Launch": "Launch",
"Runners": "Runners",
"Langs": "Languages",

View file

@ -1,5 +1,6 @@
{
"Install": "安装",
"Update": "更新",
"Launch": "发射",
"Runners": "Runners",
"Langs": "语言",

View file

@ -1,5 +1,6 @@
{
"Install": "安裝",
"Update": "更新",
"Launch": "發射",
"Runners": "Runners",
"Langs": "語言",

View file

@ -55,7 +55,7 @@ export class LauncherUI
break;
case 'game-update-available':
$('#launch').text('Update'); // FIXME i18n.translate
$('#launch').text(i18n.translate('Update'));
break;