Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
165 changes: 124 additions & 41 deletions Source/NETworkManager.Localization/Resources/Strings.es-ES.resx
Original file line number Diff line number Diff line change
Expand Up @@ -59,46 +59,46 @@
: using a System.ComponentModel.TypeConverter
: and then encoded with base64 encoding.
-->
<xsd:schema id="root" xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace" />
<xsd:schema xmlns="" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:msdata="urn:schemas-microsoft-com:xml-msdata" id="root">
<xsd:import namespace="http://www.w3.org/XML/1998/namespace"/>
<xsd:element name="root" msdata:IsDataSet="true">
<xsd:complexType>
<xsd:choice maxOccurs="unbounded">
<xsd:element name="metadata">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" />
<xsd:element name="value" type="xsd:string" minOccurs="0"/>
</xsd:sequence>
<xsd:attribute name="name" use="required" type="xsd:string" />
<xsd:attribute name="type" type="xsd:string" />
<xsd:attribute name="mimetype" type="xsd:string" />
<xsd:attribute ref="xml:space" />
<xsd:attribute name="name" use="required" type="xsd:string"/>
<xsd:attribute name="type" type="xsd:string"/>
<xsd:attribute name="mimetype" type="xsd:string"/>
<xsd:attribute ref="xml:space"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="assembly">
<xsd:complexType>
<xsd:attribute name="alias" type="xsd:string" />
<xsd:attribute name="name" type="xsd:string" />
<xsd:attribute name="alias" type="xsd:string"/>
<xsd:attribute name="name" type="xsd:string"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="data">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2" />
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1"/>
<xsd:element name="comment" type="xsd:string" minOccurs="0" msdata:Ordinal="2"/>
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1" />
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3" />
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4" />
<xsd:attribute ref="xml:space" />
<xsd:attribute name="name" type="xsd:string" use="required" msdata:Ordinal="1"/>
<xsd:attribute name="type" type="xsd:string" msdata:Ordinal="3"/>
<xsd:attribute name="mimetype" type="xsd:string" msdata:Ordinal="4"/>
<xsd:attribute ref="xml:space"/>
</xsd:complexType>
</xsd:element>
<xsd:element name="resheader">
<xsd:complexType>
<xsd:sequence>
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1" />
<xsd:element name="value" type="xsd:string" minOccurs="0" msdata:Ordinal="1"/>
</xsd:sequence>
<xsd:attribute name="name" type="xsd:string" use="required" />
<xsd:attribute name="name" type="xsd:string" use="required"/>
</xsd:complexType>
</xsd:element>
</xsd:choice>
Expand Down Expand Up @@ -589,7 +589,7 @@
<value>Servidor DNS estático IPv4</value>
</data>
<data name="SubnetMask" xml:space="preserve">
<value>Subnet mask</value>
<value>Máscara de subred</value>
</data>
<data name="Threads" xml:space="preserve">
<value>Hilos</value>
Expand Down Expand Up @@ -679,7 +679,7 @@
<value>Aplicar</value>
</data>
<data name="ApplyWindowsKeyCombinationsLikeAltTab" xml:space="preserve">
<value>Aplicar combinaciones de teclas de Windows (ej. ALT+TAB):</value>
<value>Apply Windows key combinations (e.g., ALT+TAB):</value>
</data>
<data name="Auth" xml:space="preserve">
<value>Aute.</value>
Expand Down Expand Up @@ -828,7 +828,7 @@
<value>Fecha/hora de finalización</value>
</data>
<data name="EnterASubnetToCalculateItDots" xml:space="preserve">
<value>Enter a subnet to calculate it...</value>
<value>Escriba una subred para calcular...</value>
</data>
<data name="EnterSubnetAndANewSubnetmaskToCreateSubnets" xml:space="preserve">
<value>Ingresa la subred y una nueva máscara de subred para crear subredes...</value>
Expand Down Expand Up @@ -1364,16 +1364,16 @@ Crear uno...</value>
<value>¡Ingresa una dirección IPv4 válida!</value>
</data>
<data name="EnterValidMACAddress" xml:space="preserve">
<value>¡Ingresa una dirección MAC válida (como 00:F1:23:AB:F2:35)!</value>
<value>Enter a valid MAC address (e.g., 00:F1:23:AB:F2:35)!</value>
</data>
<data name="EnterValidPort" xml:space="preserve">
<value>¡Ingresa un puerto válido (1 - 65535)!</value>
</data>
<data name="EnterValidSubnetmask" xml:space="preserve">
<value>¡Ingresa una máscara de subred válida (como 255.255.255.0)!</value>
<value>Enter a valid subnetmask (e.g., 255.255.255.0)!</value>
</data>
<data name="EnterValidSubnetmaskOrCIDR" xml:space="preserve">
<value>¡Ingresa una máscara de subred o CIDR válida (como 255.255.255.0 o /24)!</value>
<value>Enter a valid subnetmask or CIDR (e.g., 255.255.255.0 or /24)!</value>
</data>
<data name="FieldCannotBeEmpty" xml:space="preserve">
<value>¡El campo no puede estar vacío!</value>
Expand Down Expand Up @@ -1445,10 +1445,10 @@ Crear uno...</value>
<value>¡Ingresa un puerto válido y/o un rango de puertos (1 - 65535)!</value>
</data>
<data name="EnterValidSubnet" xml:space="preserve">
<value>¡Ingresa una subred válida (como 192.168.178.133/26)!</value>
<value>Enter a valid subnet (e.g., 192.168.178.133/26)!</value>
</data>
<data name="EnterValidWebsiteUri" xml:space="preserve">
<value>Ingresa un sitio web válida (como https://ejemplo.com/index.html)</value>
<value>Enter a valid website (e.g., https://example.com/index.html)</value>
</data>
<data name="Green" xml:space="preserve">
<value>Verde</value>
Expand Down Expand Up @@ -1739,7 +1739,7 @@ Crear uno...</value>
<value>Añadir una pestaña para consultar whois...</value>
</data>
<data name="EnterValidDomain" xml:space="preserve">
<value>¡Ingresa un dominio válido (como "ejemplo.com")!</value>
<value>Enter a valid domain (e.g., "example.com")!</value>
</data>
<data name="WhoisServerNotFoundForTheDomain" xml:space="preserve">
<value>El servidor Whois no encuentró el dominio: "{0}"</value>
Expand Down Expand Up @@ -1928,7 +1928,7 @@ Changes to this value will take effect after restarting the application.</value>
<data name="WelcomeMessage" xml:space="preserve">
<value>Thank you for using NETworkManager!

If you like this tool, please leave a star on GitHub and recommend it to others.</value>
If you enjoy it, please consider supporting its development — whether by leaving a star on GitHub, making a donation, or simply sharing it with others. Your support helps keep the project going and growing.</value>
</data>
<data name="HelpMessage_CheckForUpdatesAtStartup" xml:space="preserve">
<value>Al iniciar el programa, comprueba en segundo plano si está disponible una nueva versión del programa en GitHub.
Expand Down Expand Up @@ -2029,7 +2029,7 @@ está deshabilitada!</value>
<value>Usar la API de dirección IPv4 personalizada</value>
</data>
<data name="HelpMessage_CustomPublicIPv4AddressAPI" xml:space="preserve">
<value>URL to a web service that can be reached via http or https and returns an IPv4 address like "xx.xx.xx.xx" as response.</value>
<value>URL to a web service that can be reached via http or https and returns an IPv4 address e.g., "xx.xx.xx.xx" as response.</value>
</data>
<data name="CouldNotParsePublicIPAddressFromXXXMessage" xml:space="preserve">
<value>¡No se pudo analizar la dirección IP pública de "{0}"! Pruebe otro servicio o utilice el predeterminado...</value>
Expand Down Expand Up @@ -2389,7 +2389,7 @@ $$hostname$$ --&gt; Nombre del host</value>
<value>Reiniciar como administrador</value>
</data>
<data name="NetworkPacketsCaptureAdminMessage" xml:space="preserve">
<value>¡Para analizar los paquetes de red, la aplicación debe iniciarse con derechos elevados!</value>
<value>Analysing network packets requires elevated rights!</value>
</data>
<data name="Capture" xml:space="preserve">
<value>Capturar</value>
Expand Down Expand Up @@ -3189,7 +3189,7 @@ If the option is disabled again, the values are no longer modified. However, the
<value>Servidor/es SNTP</value>
</data>
<data name="HelpMessage_CustomPublicIPv6AddressAPI" xml:space="preserve">
<value>URL to a web service that can be reached via http or https and returns an IPv6 address like "xxxx:xx:xxx::xx" as response.</value>
<value>URL to a web service that can be reached via http or https and returns an IPv6 address e.g., "xxxx:xx:xxx::xx" as response.</value>
</data>
<data name="IPEndPoint" xml:space="preserve">
<value>IP endpoint</value>
Expand Down Expand Up @@ -3231,7 +3231,7 @@ If the option is disabled again, the values are no longer modified. However, the
<value>An SNTP server with this name already exists!</value>
</data>
<data name="EnterValidHostnameOrIPAddress" xml:space="preserve">
<value>Enter a valid hostname (like "server-01" or "example.com") or a valid IP address (like 192.168.178.1)!</value>
<value>Enter a valid hostname (e.g., "server-01" or "example.com") or a valid IP address (e.g., 192.168.178.1)!</value>
</data>
<data name="Servers" xml:space="preserve">
<value>Servidor/es</value>
Expand Down Expand Up @@ -3525,10 +3525,10 @@ Changes to this value will take effect after the application is restarted. Wheth
<value>The settings on this page contain errors. Correct them to be able to save.</value>
</data>
<data name="HelpMessage_PuTTYHostkey" xml:space="preserve">
<value>SSH hostkey to use for the connection (like "71:b8:f2:6e..."). Only available if the mode is "SSH".</value>
<value>SSH hostkey to use for the connection (e.g., "71:b8:f2:6e..."). Only available if the mode is "SSH".</value>
</data>
<data name="HelpMessage_PuTTYPrivateKeyFile" xml:space="preserve">
<value>Full path to the private key file (like "C:\Users\BornToBeRoot\SSH\private_key.ppk"). Only available if the mode is "SSH".</value>
<value>Full path to the private key file (e.g., "C:\Users\BornToBeRoot\SSH\private_key.ppk"). Only available if the mode is "SSH".</value>
</data>
<data name="HelpMessage_PuTTYUsername" xml:space="preserve">
<value>Username that will be passed into the PuTTY session. Only available if the mode is "SSH", "Telnet" or "Rlogin".</value>
Expand Down Expand Up @@ -3855,25 +3855,108 @@ Right-click for more options.</value>
<data name="ProfileFile" xml:space="preserve">
<value>Profile file</value>
</data>
<data name="ApplicationName_HostsFileEditor" xml:space="preserve">
<value>Hosts File Editor</value>
</data>
<data name="HostsFileEditor" xml:space="preserve">
<value>Hosts File Editor</value>
</data>
<data name="HostsFileEditorAdminMessage" xml:space="preserve">
<value>Read-only mode. Modifying the hosts file requires elevated rights!</value>
</data>
<data name="Comment" xml:space="preserve">
<value>Comment</value>
</data>
<data name="Disable" xml:space="preserve">
<value>Disable</value>
</data>
<data name="EditEntry" xml:space="preserve">
<value>Edit entry</value>
</data>
<data name="EditEntryDots" xml:space="preserve">
<value>Edit entry...</value>
</data>
<data name="EnableEntry" xml:space="preserve">
<value>Enable entry</value>
</data>
<data name="DisableEntry" xml:space="preserve">
<value>Disable entry</value>
</data>
<data name="RefreshingDots" xml:space="preserve">
<value>Refreshing...</value>
</data>
<data name="ReloadedAtX" xml:space="preserve">
<value>Reloaded at {0}</value>
</data>
<data name="FailedToLoadHostsFileMessage" xml:space="preserve">
<value>Failed to load hosts file: {0}</value>
</data>
<data name="RetryingInXSecondsDots" xml:space="preserve">
<value>Retrying in {0} seconds...</value>
</data>
<data name="WhatsNew" xml:space="preserve">
<value>What's new?</value>
</data>
<data name="Changelog" xml:space="preserve">
<value>Changelog</value>
</data>
<data name="UpgradedToXXX" xml:space="preserve">
<value>Upgraded to {0}</value>
</data>
<data name="WhatsNewMessage" xml:space="preserve">
<value>This release includes new features, improvements, and bug fixes. Check out the changelog for all the details!</value>
</data>
<data name="Entries" xml:space="preserve">
<value>Entries</value>
</data>
<data name="DeleteHostsFileEntryMessage" xml:space="preserve">
<value>The selected entry is permanently deleted:

{0} {1} {2}</value>
</data>
<data name="ExampleHostsFileEntryComment" xml:space="preserve">
<value>Primary DNS server</value>
</data>
<data name="EnterValidHostsFileEntryHostname" xml:space="preserve">
<value>Enter a valid hostname (e.g., "server-01" or "example.com")! Multiple hostnames can be separated with a space.</value>
</data>
<data name="HostsFileReadErrorMessage" xml:space="preserve">
<value>The "hosts" file could not be read! See log file for more details.</value>
</data>
<data name="HostsFileWriteErrorMessage" xml:space="preserve">
<value>The "hosts" file could not be written to. See log file for more details.</value>
</data>
<data name="HostsFileEntryNotFoundMessage" xml:space="preserve">
<value>The entry was not found in the "hosts" file! Maybe the file has been modified.</value>
</data>
<data name="HostsFileBackupErrorMessage" xml:space="preserve">
<value>A backup of the "hosts" file could not be created! See log file for more details.</value>
</data>
<data name="ShowStatusBar" xml:space="preserve">
<value />
<value>Show status bar</value>
</data>
<data name="HelpMessage_ShowStatusBar" xml:space="preserve">
<value />
<value>Displays the status bar in the bottom-left of the WebView when hovering over a link.</value>
</data>
<data name="SaveCredentials" xml:space="preserve">
<value />
<value>Save credentials</value>
</data>
<data name="HelpMessage_SaveCredentials" xml:space="preserve">
<value />
<value>Displays a dialog to save credentials after a successful sign-in.</value>
</data>
<data name="DeleteBrowsingData" xml:space="preserve">
<value />
<value>Delete browsing data</value>
</data>
<data name="DeleteBrowsingDataMessage" xml:space="preserve">
<value />
<value>Permanently delete browsing data (history, cookies, cache, credentials, etc.) for the current WebView2 profile.</value>
</data>
<data name="BrowsingData" xml:space="preserve">
<value />
<value>Browsing Data</value>
</data>
<data name="BrowsingDataSuccessfullyDeletedMessage" xml:space="preserve">
<value>Browsing data successfully deleted!</value>
</data>
<data name="BrowsingDataErrorMessage" xml:space="preserve">
<value>An error occurred while deleting browsing data. Feel free to report this issue on GitHub.</value>
</data>
</root>
</root>