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">Português</s:String>
|
|
<!--#endregion -->
|
|
|
|
<!--#region MainWindow -->
|
|
<s:String x:Key="mw_title">WandEnhancer</s:String>
|
|
<s:String x:Key="mw_update_available">Uma nova versão está disponível</s:String>
|
|
<s:String x:Key="mw_folder_path">Caminho da pasta</s:String>
|
|
<s:String x:Key="mw_folder_not_found">Pasta não encontrada</s:String>
|
|
<s:String x:Key="mw_patch">Aplicar</s:String>
|
|
<s:String x:Key="mw_restore">Restaurar</s:String>
|
|
<s:String x:Key="mw_source_code">Código fonte</s:String>
|
|
<s:String x:Key="mw_made_by">Feito com ❤️ por k1tbyte</s:String>
|
|
<s:String x:Key="mw_star_hint">Dê uma estrela se isso te ajudou ;)</s:String>
|
|
<s:String x:Key="mw_copy_logs">Copiar logs para a área de transferência</s:String>
|
|
<s:String x:Key="mw_export_logs">Exportar logs para arquivo</s:String>
|
|
<!--#endregion -->
|
|
|
|
<!--#region Settings -->
|
|
<s:String x:Key="settings_title">Configurações</s:String>
|
|
<s:String x:Key="settings_language">Idioma</s:String>
|
|
<s:String x:Key="settings_save">Salvar</s:String>
|
|
<!--#endregion -->
|
|
|
|
<!--#region EnhanceVectorsPopup -->
|
|
<s:String x:Key="pv_activate_pro">Ativar WeMod Pro</s:String>
|
|
<s:String x:Key="pv_devtools">DevTools no F12</s:String>
|
|
<s:String x:Key="pv_disable_updates">Desativar atualizações</s:String>
|
|
<s:String x:Key="pv_remote_web_panel_preview">Ativar acesso remoto (beta)</s:String>
|
|
<s:String x:Key="pv_custom_scripts">Scripts personalizados</s:String>
|
|
<s:String x:Key="pv_add_js_scripts">Adicionar .js</s:String>
|
|
<s:String x:Key="pv_custom_scripts_hint">Os arquivos .js selecionados são empacotados no Wand e carregados no renderer.</s:String>
|
|
<s:String x:Key="pv_no_custom_scripts">Nenhum script selecionado</s:String>
|
|
<s:String x:Key="pv_start">Iniciar</s:String>
|
|
<s:String x:Key="pv_popup_title">O que vamos melhorar?</s:String>
|
|
<!--#endregion -->
|
|
|
|
<!--#region UpdatePopup -->
|
|
<s:String x:Key="up_warning">Antes de atualizar, é altamente recomendável reverter as modificações se elas foram aplicadas</s:String>
|
|
<s:String x:Key="up_current_version">Versão atual</s:String>
|
|
<s:String x:Key="up_latest_version">Versão mais recente</s:String>
|
|
<s:String x:Key="up_release_notes">Notas da versão</s:String>
|
|
<s:String x:Key="up_release_notes_unavailable">As notas da versão não estão disponíveis para esta versão.</s:String>
|
|
<s:String x:Key="up_show_more">Mostrar changelog completo</s:String>
|
|
<s:String x:Key="up_show_less">Mostrar apenas as notas atuais</s:String>
|
|
<s:String x:Key="up_loading_changelog">Carregando changelog...</s:String>
|
|
<s:String x:Key="up_changelog_failed">Falha ao carregar o changelog completo. As notas atuais estão sendo exibidas.</s:String>
|
|
<s:String x:Key="up_update_now">Atualizar agora</s:String>
|
|
<s:String x:Key="up_popup_title">Atualização disponível!</s:String>
|
|
<!--#endregion -->
|
|
|
|
</ResourceDictionary>
|