Updated German and Indonesian

This commit is contained in:
Observer KRypt0n_ 2021-11-28 16:08:33 +02:00
parent 7f9df4f66e
commit 08b0fcfa51
No known key found for this signature in database
GPG key ID: DC5D4EC1303465DA
15 changed files with 16 additions and 16 deletions

View file

@ -11,7 +11,7 @@
"Light": "Hell",
"Dark": "Dunkel",
"System": "System",
"HasNotInstalled": "{0} has not installed",
"IsNotInstalled": "{0} ist nicht installiert",
"PreInstallationRequired": "Vorinstallation erförderlich",
"ToggleShadersText": "Verwenden Sie die Home-Taste (POS 1), um Shader im Spiel ein/aus-zuschalten",
"Shaders": "Shadern",

View file

@ -11,7 +11,7 @@
"Light": "Light",
"Dark": "Dark",
"System": "System",
"HasNotInstalled": "{0} has not installed",
"IsNotInstalled": "{0} is not installed",
"PreInstallationRequired": "pre-installation required",
"ToggleShadersText": "Use Home button to toggle shaders in the game",
"Shaders": "Shaders",

View file

@ -11,7 +11,7 @@
"Light": "Light",
"Dark": "Dark",
"System": "System",
"HasNotInstalled": "{0} has not installed",
"IsNotInstalled": "{0} is not installed",
"PreInstallationRequired": "pre-installation required",
"ToggleShadersText": "Use Home button to toggle shaders in the game",
"Shaders": "Shaders",

View file

@ -11,7 +11,7 @@
"Light": "Light",
"Dark": "Dark",
"System": "System",
"HasNotInstalled": "{0} has not installed",
"IsNotInstalled": "{0} is not installed",
"PreInstallationRequired": "pre-installation required",
"ToggleShadersText": "Use Home button to toggle shaders in the game",
"Shaders": "Shaders",

View file

@ -11,7 +11,7 @@
"Light": "Light",
"Dark": "Dark",
"System": "System",
"HasNotInstalled": "{0} has not installed",
"IsNotInstalled": "{0} is not installed",
"PreInstallationRequired": "pre-installation required",
"ToggleShadersText": "Use Home button to toggle shaders in the game",
"Shaders": "Shaders",

View file

@ -11,7 +11,7 @@
"Light": "Terang",
"Dark": "Gelap",
"System": "Sistem",
"HasNotInstalled": "{0} has not installed",
"IsNotInstalled": "{0} belum terpasang",
"PreInstallationRequired": "pra-pemasangan dibutuhkan",
"ToggleShadersText": "Gunakan tombol Home untuk menyalakan/mematikan shader di dalam Game",
"Shaders": "Shader",

View file

@ -11,7 +11,7 @@
"Light": "ライト",
"Dark": "暗い",
"System": "システム",
"HasNotInstalled": "{0} has not installed",
"IsNotInstalled": "{0}がインストールされていない",
"PreInstallationRequired": "事前インストールが必要",
"ToggleShadersText": "ホームボタンを使用してゲーム内のシェーダを切り替えます",
"Shaders": "シェーダ",

View file

@ -11,7 +11,7 @@
"Light": "빛",
"Dark": "어두운",
"System": "시스템",
"HasNotInstalled": "{0} has not installed",
"IsNotInstalled": "{0} 설치되지 않았습니다",
"PreInstallationRequired": "사전 설치 필요",
"ToggleShadersText": "홈 버튼을 사용하여 게임에서 쉐이더를 전환하십시오",
"Shaders": "쉐이더",

View file

@ -11,7 +11,7 @@
"Light": "Light",
"Dark": "Dark",
"System": "System",
"HasNotInstalled": "{0} has not installed",
"IsNotInstalled": "{0} is not installed",
"PreInstallationRequired": "pre-installation required",
"ToggleShadersText": "Use Home button to toggle shaders in the game",
"Shaders": "Shaders",

View file

@ -11,7 +11,7 @@
"Light": "Светлая",
"Dark": "Тёмная",
"System": "Системная",
"HasNotInstalled": "{0} не установлен",
"IsNotInstalled": "{0} не установлен",
"PreInstallationRequired": "требуется предустановка",
"ToggleShadersText": "Используйте кнопку Home для переключения шейдеров в игре",
"Shaders": "Шейдеры",

View file

@ -11,7 +11,7 @@
"Light": "Light",
"Dark": "Dark",
"System": "System",
"HasNotInstalled": "{0} has not installed",
"IsNotInstalled": "{0} is not installed",
"PreInstallationRequired": "pre-installation required",
"ToggleShadersText": "Use Home button to toggle shaders in the game",
"Shaders": "Shaders",

View file

@ -11,7 +11,7 @@
"Light": "Light",
"Dark": "Dark",
"System": "System",
"HasNotInstalled": "{0} has not installed",
"IsNotInstalled": "{0} is not installed",
"PreInstallationRequired": "pre-installation required",
"ToggleShadersText": "Use Home button to toggle shaders in the game",
"Shaders": "Shaders",

View file

@ -11,7 +11,7 @@
"Light": "Light",
"Dark": "Dark",
"System": "System",
"HasNotInstalled": "{0} has not installed",
"IsNotInstalled": "{0} is not installed",
"PreInstallationRequired": "pre-installation required",
"ToggleShadersText": "Use Home button to toggle shaders in the game",
"Shaders": "Shaders",

View file

@ -11,7 +11,7 @@
"Light": "Light",
"Dark": "Dark",
"System": "System",
"HasNotInstalled": "{0} has not installed",
"IsNotInstalled": "{0} is not installed",
"PreInstallationRequired": "pre-installation required",
"ToggleShadersText": "Use Home button to toggle shaders in the game",
"Shaders": "Shaders",

View file

@ -119,7 +119,7 @@ $(() => {
{
$('#general-action-buttons #winetricks')
.addClass('hint--top hint--small')
.attr('data-hint', LauncherUI.i18n.translate('HasNotInstalled', ['winetricks']))
.attr('data-hint', LauncherUI.i18n.translate('IsNotInstalled', ['winetricks']))
.attr('disabled', 'disabled');
}
@ -142,7 +142,7 @@ $(() => {
{
$('#general-action-buttons #winecfg')
.addClass('hint--top hint--small')
.attr('data-hint', LauncherUI.i18n.translate('HasNotInstalled', ['winecfg']))
.attr('data-hint', LauncherUI.i18n.translate('IsNotInstalled', ['winecfg']))
.attr('disabled', 'disabled');
}