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">Italiano</s:String>
|
|
<!--#endregion -->
|
|
|
|
<!--#region MainWindow -->
|
|
<s:String x:Key="mw_title">WandEnhancer</s:String>
|
|
<s:String x:Key="mw_update_available">È disponibile una nuova versione</s:String>
|
|
<s:String x:Key="mw_folder_path">Percorso cartella</s:String>
|
|
<s:String x:Key="mw_folder_not_found">Cartella non trovata</s:String>
|
|
<s:String x:Key="mw_patch">Applica</s:String>
|
|
<s:String x:Key="mw_restore">Ripristina</s:String>
|
|
<s:String x:Key="mw_source_code">Codice sorgente</s:String>
|
|
<s:String x:Key="mw_made_by">Creato con ❤️ da k1tbyte</s:String>
|
|
<s:String x:Key="mw_star_hint">Metti una stella se ti è stato utile ;)</s:String>
|
|
<s:String x:Key="mw_copy_logs">Copia i log negli appunti</s:String>
|
|
<s:String x:Key="mw_export_logs">Esporta i log su file</s:String>
|
|
<!--#endregion -->
|
|
|
|
<!--#region Settings -->
|
|
<s:String x:Key="settings_title">Impostazioni</s:String>
|
|
<s:String x:Key="settings_language">Lingua</s:String>
|
|
<s:String x:Key="settings_save">Salva</s:String>
|
|
<!--#endregion -->
|
|
|
|
<!--#region EnhanceVectorsPopup -->
|
|
<s:String x:Key="pv_activate_pro">Attiva WeMod Pro</s:String>
|
|
<s:String x:Key="pv_devtools">DevTools su F12</s:String>
|
|
<s:String x:Key="pv_disable_updates">Disattiva aggiornamenti</s:String>
|
|
<s:String x:Key="pv_remote_web_panel_preview">Abilita accesso remoto (beta)</s:String>
|
|
<s:String x:Key="pv_custom_scripts">Script personalizzati</s:String>
|
|
<s:String x:Key="pv_add_js_scripts">Aggiungi .js</s:String>
|
|
<s:String x:Key="pv_custom_scripts_hint">I file .js selezionati vengono inseriti in Wand e caricati nel renderer.</s:String>
|
|
<s:String x:Key="pv_no_custom_scripts">Nessuno script selezionato</s:String>
|
|
<s:String x:Key="pv_start">Avvia</s:String>
|
|
<s:String x:Key="pv_popup_title">Cosa modificheremo?</s:String>
|
|
<!--#endregion -->
|
|
|
|
<!--#region UpdatePopup -->
|
|
<s:String x:Key="up_warning">Prima dell'aggiornamento, si consiglia vivamente di annullare le modifiche se sono state applicate</s:String>
|
|
<s:String x:Key="up_current_version">Versione corrente</s:String>
|
|
<s:String x:Key="up_latest_version">Ultima versione</s:String>
|
|
<s:String x:Key="up_release_notes">Note di rilascio</s:String>
|
|
<s:String x:Key="up_release_notes_unavailable">Le note di rilascio non sono disponibili per questa versione.</s:String>
|
|
<s:String x:Key="up_show_more">Mostra il changelog completo</s:String>
|
|
<s:String x:Key="up_show_less">Mostra solo le note correnti</s:String>
|
|
<s:String x:Key="up_loading_changelog">Caricamento del changelog...</s:String>
|
|
<s:String x:Key="up_changelog_failed">Impossibile caricare il changelog completo. Vengono mostrate solo le note correnti.</s:String>
|
|
<s:String x:Key="up_update_now">Aggiorna ora</s:String>
|
|
<s:String x:Key="up_popup_title">Aggiornamento disponibile!</s:String>
|
|
<!--#endregion -->
|
|
|
|
</ResourceDictionary>
|