mirror of
https://github.com/k1tbyte/Wand-Enhancer.git
synced 2026-08-28 17:01:04 +00:00
13759b1db6
- reduce ASAR IO overhead with streamed archive reads, buffered copies, faster relative-path handling and placeholder integrity records - fix in-place app.asar.unpacked packing/extraction self-copy cases that caused locked-file failures - tighten JS patch discovery with candidate bundle filters and search hints - require prebuilt remote-panel dist artifacts and clean up embedded bridge/script packaging - add unified build entrypoints for PowerShell, cmd and bash and move native CMake output under .tmp - add release metadata validation, changelog section extraction, pre-commit hook and GitHub Actions validation/release pipelines - make CHANGELOG the source of truth for release notes and document the tag-driven release flow - add updater release notes UI with latest/full changelog loading and localize the new update strings - modularize bridge renderer scripts, add installed apps and game status sync, and support remote launch/stop commands - centralize bridge protocol, IPC and WebSocket constants and improve LAN IP selection for QR pairing - refactor remote panel controls/state enums, persist accent color, polish library/session UI and refresh assets
57 lines
3.2 KiB
XML
57 lines
3.2 KiB
XML
<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
|
||
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
|
||
xmlns:s="clr-namespace:System;assembly=mscorlib">
|
||
|
||
<!--#region Language Metadata -->
|
||
<s:String x:Key="language_display_name">Türkçe</s:String>
|
||
<!--#endregion -->
|
||
|
||
<!--#region MainWindow -->
|
||
<s:String x:Key="mw_title">WandEnhancer</s:String>
|
||
<s:String x:Key="mw_update_available">Yeni bir sürüm mevcut</s:String>
|
||
<s:String x:Key="mw_folder_path">Klasör yolu</s:String>
|
||
<s:String x:Key="mw_folder_not_found">Klasör bulunamadı</s:String>
|
||
<s:String x:Key="mw_patch">Uygula</s:String>
|
||
<s:String x:Key="mw_restore">Geri Yükle</s:String>
|
||
<s:String x:Key="mw_source_code">Kaynak kodu</s:String>
|
||
<s:String x:Key="mw_made_by">k1tbyte tarafından ❤️ ile yapıldı</s:String>
|
||
<s:String x:Key="mw_star_hint">Yardımcı olduysa yıldız verin ;)</s:String>
|
||
<s:String x:Key="mw_copy_logs">Günlükleri panoya kopyala</s:String>
|
||
<s:String x:Key="mw_export_logs">Günlükleri dosyaya aktar</s:String>
|
||
<!--#endregion -->
|
||
|
||
<!--#region Settings -->
|
||
<s:String x:Key="settings_title">Ayarlar</s:String>
|
||
<s:String x:Key="settings_language">Dil</s:String>
|
||
<s:String x:Key="settings_save">Kaydet</s:String>
|
||
<!--#endregion -->
|
||
|
||
<!--#region EnhanceVectorsPopup -->
|
||
<s:String x:Key="pv_activate_pro">WeMod Pro'yu Etkinleştir</s:String>
|
||
<s:String x:Key="pv_devtools">F12 ile DevTools</s:String>
|
||
<s:String x:Key="pv_disable_updates">Güncellemeleri devre dışı bırak</s:String>
|
||
<s:String x:Key="pv_remote_web_panel_preview">Uzaktan erişimi etkinleştir (beta)</s:String>
|
||
<s:String x:Key="pv_custom_scripts">Özel betikler</s:String>
|
||
<s:String x:Key="pv_add_js_scripts">.js ekle</s:String>
|
||
<s:String x:Key="pv_custom_scripts_hint">Seçilen .js dosyaları Wand içine paketlenir ve renderer'da yüklenir.</s:String>
|
||
<s:String x:Key="pv_no_custom_scripts">Betik seçilmedi</s:String>
|
||
<s:String x:Key="pv_start">Başlat</s:String>
|
||
<s:String x:Key="pv_popup_title">Neyi geliştireceğiz?</s:String>
|
||
<!--#endregion -->
|
||
|
||
<!--#region UpdatePopup -->
|
||
<s:String x:Key="up_warning">Güncellemeden önce, değişiklikler uygulandıysa geri almak şiddetle tavsiye edilir</s:String>
|
||
<s:String x:Key="up_current_version">Geçerli sürüm</s:String>
|
||
<s:String x:Key="up_latest_version">En son sürüm</s:String>
|
||
<s:String x:Key="up_release_notes">Sürüm notları</s:String>
|
||
<s:String x:Key="up_release_notes_unavailable">Bu sürüm için sürüm notları kullanılamıyor.</s:String>
|
||
<s:String x:Key="up_show_more">Tüm changelog'u göster</s:String>
|
||
<s:String x:Key="up_show_less">Yalnızca güncel notları göster</s:String>
|
||
<s:String x:Key="up_loading_changelog">Changelog yükleniyor...</s:String>
|
||
<s:String x:Key="up_changelog_failed">Tam changelog yüklenemedi. Bunun yerine güncel notlar gösteriliyor.</s:String>
|
||
<s:String x:Key="up_update_now">Şimdi güncelle</s:String>
|
||
<s:String x:Key="up_popup_title">Güncelleme mevcut!</s:String>
|
||
<!--#endregion -->
|
||
|
||
</ResourceDictionary>
|