From 67ba65a3dcf7b2264068b4e55b2dff2ea9c98e43 Mon Sep 17 00:00:00 2001 From: Observer KRypt0n_ Date: Mon, 19 Jun 2023 10:46:58 +0200 Subject: [PATCH 1/8] 3.7.4 --- CHANGELOG.md | 9 ++++++++- Cargo.lock | 38 +++++++++++++++++++------------------- Cargo.toml | 4 ++-- src/main.rs | 2 +- src/ui/about.rs | 12 ++---------- 5 files changed, 32 insertions(+), 33 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2096065..b714bf3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.7.4] (hotfix) - 19.06.2023 + +### Fixed + +- Fixed main patch applying + ## [3.7.3] - 18.06.2023 ### Added @@ -317,7 +323,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
-[unreleased]: https://github.com/an-anime-team/an-anime-game-launcher/compare/3.7.3...next +[unreleased]: https://github.com/an-anime-team/an-anime-game-launcher/compare/3.7.4...next +[3.7.4]: https://github.com/an-anime-team/an-anime-game-launcher/compare/3.7.3...3.7.4 [3.7.3]: https://github.com/an-anime-team/an-anime-game-launcher/compare/3.7.2...3.7.3 [3.7.2]: https://github.com/an-anime-team/an-anime-game-launcher/compare/3.7.1...3.7.2 [3.7.1]: https://github.com/an-anime-team/an-anime-game-launcher/compare/3.7.0...3.7.1 diff --git a/Cargo.lock b/Cargo.lock index ef0092e..a1c3a1e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -19,9 +19,9 @@ checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" [[package]] name = "aes" -version = "0.8.2" +version = "0.8.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "433cfd6710c9986c576a25ca913c39d66a6474107b406f34f91d4a8923395241" +checksum = "ac1f845298e95f983ff1944b728ae08b8cebab80d684f0a832ed0fc74dfa27e2" dependencies = [ "cfg-if", "cipher", @@ -48,8 +48,8 @@ dependencies = [ [[package]] name = "anime-game-core" -version = "1.13.1" -source = "git+https://github.com/an-anime-team/anime-game-core?tag=1.13.1#e8b99564f4ea12a331aa276ea91fe65c0ead465e" +version = "1.13.2" +source = "git+https://github.com/an-anime-team/anime-game-core?tag=1.13.2#a15b8162adcefcc9d99eacbd55ae5cfe1e1fddfe" dependencies = [ "anyhow", "bzip2", @@ -73,7 +73,7 @@ dependencies = [ [[package]] name = "anime-game-launcher" -version = "3.7.3" +version = "3.7.4" dependencies = [ "anime-launcher-sdk", "anyhow", @@ -96,8 +96,8 @@ dependencies = [ [[package]] name = "anime-launcher-sdk" -version = "1.8.2" -source = "git+https://github.com/an-anime-team/anime-launcher-sdk?tag=1.8.2#1a9323152099ec958538e32cb5a3c423271b00c8" +version = "1.8.4" +source = "git+https://github.com/an-anime-team/anime-launcher-sdk?tag=1.8.4#784d4e981a9c2b3bdfc5cacb4b2d9da108611bc8" dependencies = [ "anime-game-core", "anyhow", @@ -543,9 +543,9 @@ checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa" [[package]] name = "cpufeatures" -version = "0.2.7" +version = "0.2.8" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3e4c1eaa2012c47becbbad2ab175484c2a84d1185b566fb2cc5b8707343dfe58" +checksum = "03e69e28e9f7f77debdedbaafa2866e1de9ba56df55a8bd7cfc724c25a09987c" dependencies = [ "libc", ] @@ -1136,9 +1136,9 @@ dependencies = [ [[package]] name = "gimli" -version = "0.27.2" +version = "0.27.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "ad0a93d233ebf96623465aad4046a8d3aa4da22d4f4beba5388838c8a434bbb4" +checksum = "b6c80984affa11d98d1b88b66ac8853f143217b399d3c74116778ff8fdb4ed2e" [[package]] name = "gio" @@ -2321,9 +2321,9 @@ dependencies = [ [[package]] name = "rustls-native-certs" -version = "0.6.2" +version = "0.6.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0167bac7a9f490495f3c33013e7722b53cb087ecbe082fb0c6387c96f634ea50" +checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00" dependencies = [ "openssl-probe", "rustls-pemfile", @@ -2437,9 +2437,9 @@ dependencies = [ [[package]] name = "serde_json" -version = "1.0.96" +version = "1.0.97" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "057d394a50403bcac12672b2b18fb387ab6d289d957dab67dd201875391e52f1" +checksum = "bdf3bf93142acad5821c99197022e170842cdbc1c30482b98750c688c640842a" dependencies = [ "itoa", "ryu", @@ -2479,9 +2479,9 @@ dependencies = [ [[package]] name = "sha2" -version = "0.10.6" +version = "0.10.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0" +checksum = "479fb9d862239e610720565ca91403019f2f00410f1864c5aa7479b950a76ed8" dependencies = [ "cfg-if", "cpufeatures", @@ -3314,9 +3314,9 @@ checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" [[package]] name = "winnow" -version = "0.4.6" +version = "0.4.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "61de7bac303dc551fe038e2b3cef0f571087a47571ea6e79a87692ac99b99699" +checksum = "ca0ace3845f0d96209f0375e6d367e3eb87eb65d27d445bdc9f1843a26f39448" dependencies = [ "memchr", ] diff --git a/Cargo.toml b/Cargo.toml index eae91b0..9e4c757 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "anime-game-launcher" -version = "3.7.3" +version = "3.7.4" description = "Anime Game launcher" authors = ["Nikita Podvirnyy "] license = "GPL-3.0" @@ -17,7 +17,7 @@ glib-build-tools = "0.17" [dependencies.anime-launcher-sdk] git = "https://github.com/an-anime-team/anime-launcher-sdk" -tag = "1.8.2" +tag = "1.8.4" features = ["all", "genshin", "genshin-patch"] # path = "../anime-launcher-sdk" # ! for dev purposes only diff --git a/src/main.rs b/src/main.rs index 7671819..b9679c2 100644 --- a/src/main.rs +++ b/src/main.rs @@ -52,7 +52,7 @@ lazy_static::lazy_static! { /// Path to `debug.log` file. Standard is `$HOME/.local/share/anime-game-launcher/debug.log` pub static ref DEBUG_FILE: PathBuf = LAUNCHER_FOLDER.join("debug.log"); - /// Path to `background` file. Standard is `$HOME/.cache/anime-game-launcher/background` + /// Path to `background` file. Standard is `$HOME/.local/share/anime-game-launcher/background` pub static ref BACKGROUND_FILE: PathBuf = LAUNCHER_FOLDER.join("background"); /// Path to `.keep-background` file. Used to mark launcher that it shouldn't update background picture diff --git a/src/ui/about.rs b/src/ui/about.rs index ba32ba3..925e4fc 100644 --- a/src/ui/about.rs +++ b/src/ui/about.rs @@ -104,18 +104,10 @@ impl SimpleComponent for AboutDialog { set_release_notes_version: &APP_VERSION, set_release_notes: &[ - "

Added

", + "

Fixed

", "", - - "

Changed

", - - "", ].join("\n"), From 3ba2beb37dbe9573946637da9849f0c0b6bfd63c Mon Sep 17 00:00:00 2001 From: mkrsym1 Date: Thu, 22 Jun 2023 14:25:16 +0300 Subject: [PATCH 2/8] Use 'sh -c' to properly execute 'echo' when disabling telemetry --- src/ui/main/disable_telemetry.rs | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/src/ui/main/disable_telemetry.rs b/src/ui/main/disable_telemetry.rs index 0885e61..729578a 100644 --- a/src/ui/main/disable_telemetry.rs +++ b/src/ui/main/disable_telemetry.rs @@ -22,20 +22,16 @@ pub fn disable_telemetry(sender: ComponentSender) { let output = if config.patch.root { Command::new("pkexec") - .arg("echo") - .arg("-e") - .arg(format!("\\n{telemetry}\\n")) - .arg(">>") - .arg("/etc/hosts") + .arg("sh") + .arg("-c") + .arg(format!("echo \"\\n{telemetry}\\n\" >> /etc/hosts")) .spawn() } else { - Command::new("echo") - .arg("-e") - .arg(format!("\\n{telemetry}\\n")) - .arg(">>") - .arg("/etc/hosts") + Command::new("sh") + .arg("-c") + .arg(format!("echo \"\\n{telemetry}\\n\" >> /etc/hosts")) .spawn() }; From 2e9b62a597e5e93e514727e820eeee7c95158fec Mon Sep 17 00:00:00 2001 From: Observer KRypt0n_ Date: Wed, 28 Jun 2023 08:25:47 +0200 Subject: [PATCH 3/8] feat(i18n): updated Italian --- assets/locales/it/errors.ftl | 2 +- assets/locales/it/general.ftl | 4 ++-- assets/locales/it/main.ftl | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/assets/locales/it/errors.ftl b/assets/locales/it/errors.ftl index bddb3d6..f7a350d 100644 --- a/assets/locales/it/errors.ftl +++ b/assets/locales/it/errors.ftl @@ -44,7 +44,7 @@ game-patching-error = Patching del gioco non riuscito # Disable telemetry -telemetry-servers-disabling-error = Failed to disable telemetry servers +telemetry-servers-disabling-error = Disattivazione dei server di telemetria non riuscita # Sandbox diff --git a/assets/locales/it/general.ftl b/assets/locales/it/general.ftl index 37b0597..fed20bf 100644 --- a/assets/locales/it/general.ftl +++ b/assets/locales/it/general.ftl @@ -52,8 +52,8 @@ patch-not-applied-tooltip = La patch non è applicata apply-main-patch = Applica la patch principale apply-main-patch-description = Sperimentale. Disabilitandola ti permette di eseguite il gioco senza applicare la patch. Ciò potrebbe non funzionare o richiedere modifiche manuali ai file. Usala se sai cosa stai facendo -disable-mhypbase = Disable mhypbase -disable-mhypbase-description = Experimental. If enabled, launcher will disable mhypbase.dll during the main patch applying, which is currently an equivalent to the xlua patch. Improves performance and reduces CPU usage +disable-mhypbase = Disabilita mhypbase +disable-mhypbase-description = Sperimentale. Se abiliata, il launcher disabiliterà mhypbase.dll durante l'applicazione della patch principale, che attualmente equivalente ad applicare la patch xlua. Migliora le prestazioni e riduce l'utilizzo della CPU ask-superuser-permissions = Chiedi permessi di amministratore ask-superuser-permissions-description = Il launcher li userà per aggiornare automaticamente il tuo file hosts. Questo non è necessario nell'edizione flatpak diff --git a/assets/locales/it/main.ftl b/assets/locales/it/main.ftl index 27ff722..fc82c20 100644 --- a/assets/locales/it/main.ftl +++ b/assets/locales/it/main.ftl @@ -55,7 +55,7 @@ launch = Lancia migrate-folders = Migra cartelle migrate-folders-tooltip = Aggiorna la struttura delle cartelle del gioco apply-patch = Applica patch -disable-telemetry = Disable telemetry +disable-telemetry = Disabilita telemetria download-wine = Scarica wine create-prefix = Crea prefisso update = Aggiorna From 4c302a7324d535c80d48001ba36c42085717f842 Mon Sep 17 00:00:00 2001 From: Observer KRypt0n_ Date: Wed, 28 Jun 2023 08:27:00 +0200 Subject: [PATCH 4/8] feat(i18n): updated Hungarian --- assets/locales/hu/errors.ftl | 2 +- assets/locales/hu/general.ftl | 4 ++-- assets/locales/hu/main.ftl | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/assets/locales/hu/errors.ftl b/assets/locales/hu/errors.ftl index f12cb9f..b18217d 100644 --- a/assets/locales/hu/errors.ftl +++ b/assets/locales/hu/errors.ftl @@ -44,7 +44,7 @@ game-patching-error = Sikertelen játék patchelés # Disable telemetry -telemetry-servers-disabling-error = Failed to disable telemetry servers +telemetry-servers-disabling-error = Telemetria kikapcsolása sikertelen # Sandbox diff --git a/assets/locales/hu/general.ftl b/assets/locales/hu/general.ftl index ce19cb9..ff110fb 100644 --- a/assets/locales/hu/general.ftl +++ b/assets/locales/hu/general.ftl @@ -52,8 +52,8 @@ patch-not-applied-tooltip = A patch nincs alkalmazva apply-main-patch = Fő patch alkalmazása apply-main-patch-description = Kísérleti opció, a kikapcsolásával futtathatod a játékot patch nélkül. Lehet hogy nem fog működni, vagy a fájlokat manuálisan kell szerkesztened, akkor kapcsold ki ha tudod mit csinálsz. -disable-mhypbase = Disable mhypbase -disable-mhypbase-description = Experimental. If enabled, launcher will disable mhypbase.dll during the main patch applying, which is currently an equivalent to the xlua patch. Improves performance and reduces CPU usage +disable-mhypbase = mhypbase kikapcsolása +disable-mhypbase-description = Tesztelés alatt. Ha bekapcsolod, kikapcsolja a mhypbase.dll-t a patch telepítésénél, ami az xlua patch-el ér fel. Jobb teljesítmény és kisebb CPU használat ask-superuser-permissions = Superuser engedély kérése ask-superuser-permissions-description = A Launcher autómatikusan használni fogja hogy frissítse a hosts fájlodat. A Flatpak verzióhoz nem kell diff --git a/assets/locales/hu/main.ftl b/assets/locales/hu/main.ftl index b51f369..79ec387 100644 --- a/assets/locales/hu/main.ftl +++ b/assets/locales/hu/main.ftl @@ -55,7 +55,7 @@ launch = Indítás migrate-folders = Mappák migrálása migrate-folders-tooltip = Játékmappa struktúra frissítése apply-patch = Patch alkalmazása -disable-telemetry = Disable telemetry +disable-telemetry = Telemetria kikapcsolása download-wine = Wine letöltése create-prefix = Prefix létrehozása update = Frissítés From 475e2523ccea4975cd34d3cf892f2797f0df2ea0 Mon Sep 17 00:00:00 2001 From: Observer KRypt0n_ Date: Wed, 28 Jun 2023 08:27:51 +0200 Subject: [PATCH 5/8] feat(i18n): updated Japanese --- assets/locales/ja/errors.ftl | 2 +- assets/locales/ja/general.ftl | 4 ++-- assets/locales/ja/main.ftl | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/assets/locales/ja/errors.ftl b/assets/locales/ja/errors.ftl index 933375e..16ba74f 100644 --- a/assets/locales/ja/errors.ftl +++ b/assets/locales/ja/errors.ftl @@ -44,7 +44,7 @@ game-patching-error = ゲームのパッチに失敗しました。 # Disable telemetry -telemetry-servers-disabling-error = Failed to disable telemetry servers +telemetry-servers-disabling-error = テレメトリサーバーの無効化に失敗しました。 # Sandbox diff --git a/assets/locales/ja/general.ftl b/assets/locales/ja/general.ftl index 8b641ab..49c87e6 100644 --- a/assets/locales/ja/general.ftl +++ b/assets/locales/ja/general.ftl @@ -52,8 +52,8 @@ patch-not-applied-tooltip = パッチが適用されませんでした。 apply-main-patch = メインパッチを適用 apply-main-patch-description = 実験的です。これを無効にするとパッチ無しでゲームを起動することができます。これが機能しない場合、手動でパッチを適用する必要があります。これが何を意味するのかを理解できない人は無効にするべきではないでしょう。 -disable-mhypbase = Disable mhypbase -disable-mhypbase-description = Experimental. If enabled, launcher will disable mhypbase.dll during the main patch applying, which is currently an equivalent to the xlua patch. Improves performance and reduces CPU usage +disable-mhypbase = mhypbase を無効にする +disable-mhypbase-description = 試験的です。有効にすると、ランチャーはメインパッチの適用中にmhypbase.dllを無効にします。これは現在xluaパッチと同様です。パフォーマンスを向上させ、CPUへの負担を軽減します。 ask-superuser-permissions = スーパーユーザーを尋ねる。 ask-superuser-permissions-description = あなたのホストのファイルを自動更新するために、 これらを利用します。flatpak版では必要ありません。 diff --git a/assets/locales/ja/main.ftl b/assets/locales/ja/main.ftl index f1aae53..1649dd5 100644 --- a/assets/locales/ja/main.ftl +++ b/assets/locales/ja/main.ftl @@ -55,7 +55,7 @@ launch = 起動 migrate-folders = 移行ファイル migrate-folders-tooltip = ゲームフォルダ構成を更新 apply-patch = パッチを適用する -disable-telemetry = Disable telemetry +disable-telemetry = テレメトリを無効にする download-wine = ワインをダウンロード create-prefix = プレフィックスを作成 update = 更新 From 2b18f7e70ab553d52e161553c02155d7d05c0d22 Mon Sep 17 00:00:00 2001 From: Observer KRypt0n_ Date: Wed, 28 Jun 2023 08:28:36 +0200 Subject: [PATCH 6/8] feat(i18n): updated Indonesian --- assets/locales/id/errors.ftl | 2 +- assets/locales/id/general.ftl | 4 ++-- assets/locales/id/main.ftl | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/assets/locales/id/errors.ftl b/assets/locales/id/errors.ftl index b2a0523..12425c7 100644 --- a/assets/locales/id/errors.ftl +++ b/assets/locales/id/errors.ftl @@ -44,7 +44,7 @@ game-patching-error = Gagal melakukan patch pada game # Disable telemetry -telemetry-servers-disabling-error = Failed to disable telemetry servers +telemetry-servers-disabling-error = Gagal menonaktifkan server telemetri # Sandbox diff --git a/assets/locales/id/general.ftl b/assets/locales/id/general.ftl index bb49cf2..79c0433 100644 --- a/assets/locales/id/general.ftl +++ b/assets/locales/id/general.ftl @@ -52,8 +52,8 @@ patch-not-applied-tooltip = Patch tidak diterapkan apply-main-patch = Terapkan patch utama apply-main-patch-description = Eksperimental. Menonaktifkan opsi ini akan menginzinkan Anda menjalankan game tanpa menerapkan patch. Hal ini mungkin tidak bekerja, atau membutuhkan modifikasi file secara manual. Gunakan jika Anda tahu apa yang Anda lakukan -disable-mhypbase = Disable mhypbase -disable-mhypbase-description = Experimental. If enabled, launcher will disable mhypbase.dll during the main patch applying, which is currently an equivalent to the xlua patch. Improves performance and reduces CPU usage +disable-mhypbase = Nonaktifkan mhypbase +disable-mhypbase-description = Masih dalam pengujicobaan. Jika diaktifkan, launcher akan menonaktifkan mhypbase.dll ketika menerapkan patch utama, yang saat ini sama dengan patch xlua. Menaikkan performa dan mengurangi penggunaan CPU ask-superuser-permissions = Minta izin dari admin ask-superuser-permissions-description = Launcher akan otomatis memperbarui file hosts Anda. Opsi ini tidak diperlukan jika Anda memakai edisi flatpak diff --git a/assets/locales/id/main.ftl b/assets/locales/id/main.ftl index c76665a..384100a 100644 --- a/assets/locales/id/main.ftl +++ b/assets/locales/id/main.ftl @@ -55,7 +55,7 @@ launch = Luncurkan migrate-folders = Pindahkan folder migrate-folders-tooltip = Perbarui struktur folder game apply-patch = Terapkan patch -disable-telemetry = Disable telemetry +disable-telemetry = Nonaktifkan telemetri download-wine = Unduh wine create-prefix = Buat prefix update = Perbarui From 35b10e45fe17a93136ab052e882868afe21e62d7 Mon Sep 17 00:00:00 2001 From: Observer KRypt0n_ Date: Wed, 28 Jun 2023 08:29:17 +0200 Subject: [PATCH 7/8] feat(i18n): updated Spanish --- assets/locales/es/errors.ftl | 2 +- assets/locales/es/general.ftl | 4 ++-- assets/locales/es/main.ftl | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/assets/locales/es/errors.ftl b/assets/locales/es/errors.ftl index 3f98beb..ad50829 100644 --- a/assets/locales/es/errors.ftl +++ b/assets/locales/es/errors.ftl @@ -44,7 +44,7 @@ game-patching-error = Fallo al parchear el juego # Disable telemetry -telemetry-servers-disabling-error = Failed to disable telemetry servers +telemetry-servers-disabling-error = Fallo al desactivar servidores de telemetría # Sandbox diff --git a/assets/locales/es/general.ftl b/assets/locales/es/general.ftl index df581e5..9eb8de6 100644 --- a/assets/locales/es/general.ftl +++ b/assets/locales/es/general.ftl @@ -52,8 +52,8 @@ patch-not-applied-tooltip = El parche no está aplicado apply-main-patch = Aplicar parche principal apply-main-patch-description = Experimental. Deshabilitar esta opción te permitirá correr el juego sin aplicar el parche. Esto podría no funcionar, o requerir modificaciones manuales a los archivos. Úsalo sólo si sabes lo que estás haciendo -disable-mhypbase = Disable mhypbase -disable-mhypbase-description = Experimental. If enabled, launcher will disable mhypbase.dll during the main patch applying, which is currently an equivalent to the xlua patch. Improves performance and reduces CPU usage +disable-mhypbase = Desactivar mhypbase +disable-mhypbase-description = Experimental. Si se activa, el launcher desactivará mhypbase.dll durante la aplicación del parche principal, lo que actualmente es equivalente a usar el parche xlua. Mejora la performance y reduce el uso de CPU ask-superuser-permissions = Pedir permisos de superusuario ask-superuser-permissions-description = El launcher usará los permisos para actualizar automáticamente tu archivo hosts. Esto no es necesario en la versión de Flatpak diff --git a/assets/locales/es/main.ftl b/assets/locales/es/main.ftl index c117f1c..3b90ed5 100644 --- a/assets/locales/es/main.ftl +++ b/assets/locales/es/main.ftl @@ -55,7 +55,7 @@ launch = Iniciar migrate-folders = Migrar carpetas migrate-folders-tooltip = Actualizar estructura de carpetas del juego apply-patch = Aplicar parche -disable-telemetry = Disable telemetry +disable-telemetry = Desactivar telemetría download-wine = Descargar wine create-prefix = Crear prefijo update = Actualizar From 2b2f395b49d26f000008f91e0e2b6f8ad0b2977b Mon Sep 17 00:00:00 2001 From: Observer KRypt0n_ Date: Wed, 28 Jun 2023 08:30:07 +0200 Subject: [PATCH 8/8] feat(i18n): updated Turkish --- assets/locales/tr/errors.ftl | 2 +- assets/locales/tr/general.ftl | 4 ++-- assets/locales/tr/main.ftl | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/assets/locales/tr/errors.ftl b/assets/locales/tr/errors.ftl index 3f29468..8a9cff1 100644 --- a/assets/locales/tr/errors.ftl +++ b/assets/locales/tr/errors.ftl @@ -44,7 +44,7 @@ game-patching-error = Yamayı uygulamada sorun çıktı # Disable telemetry -telemetry-servers-disabling-error = Failed to disable telemetry servers +telemetry-servers-disabling-error = Bilgi toplama devre dışı bırakılamadı # Sandbox diff --git a/assets/locales/tr/general.ftl b/assets/locales/tr/general.ftl index 2faa826..0228895 100644 --- a/assets/locales/tr/general.ftl +++ b/assets/locales/tr/general.ftl @@ -52,8 +52,8 @@ patch-not-applied-tooltip = Yama uygulanmamış apply-main-patch = Ana yamayı uygula apply-main-patch-description = Deneysel. Bunu devre dışı bırakmak yamayı uygulamadan oyunu çalıştırmanızı sağlar. Bu çalışmayabilir, ya da elle dosyaları değiştirmeyi gerektirebilir. Ne yaptığınızı biliyorsanız kullanın. -disable-mhypbase = Disable mhypbase -disable-mhypbase-description = Experimental. If enabled, launcher will disable mhypbase.dll during the main patch applying, which is currently an equivalent to the xlua patch. Improves performance and reduces CPU usage +disable-mhypbase = mhypbase'i devre dışı bırak +disable-mhypbase-description = Deneysel. Etkinleştirilirse, istemci ana yamayı uygularken mhypbase.dll'yi devre dışı bırakacaktır, bu xlua yamasına eşdeğerdir. Performansı arttırır ve işlemci kullanımını azaltır ask-superuser-permissions = Yönetici izinlerini sor ask-superuser-permissions-description = İstemci yönetici iznini hostunuzun dosyalarını güncellemek için otomatik olarak kullanacaktır. Buna flatpak versiyonunda gerek yoktur diff --git a/assets/locales/tr/main.ftl b/assets/locales/tr/main.ftl index f68c7f3..38e6b18 100644 --- a/assets/locales/tr/main.ftl +++ b/assets/locales/tr/main.ftl @@ -55,7 +55,7 @@ launch = Çalıştır migrate-folders = Dosyaları aktar migrate-folders-tooltip = Oyun dosyaları yapısını güncelle apply-patch = Yamayı uygula -disable-telemetry = Disable telemetry +disable-telemetry = Bilgi toplamayı devre dışı bırak download-wine = Wine indir create-prefix = Prefix oluştur update = Güncelle