Fix some localization format errors
Signed-off-by: William Brawner <me@wbrawner.com>
This commit is contained in:
parent
a2e0a30328
commit
0973b863d2
2 changed files with 4 additions and 4 deletions
|
@ -31,6 +31,6 @@
|
|||
"disable_custom" = "Disable for a Custom Time";
|
||||
"disable_permanent" = "Disable Permanently";
|
||||
"scan_failed" = "Scan Failed";
|
||||
"try_direct_connection" = "PiHelper was unable to find your Pi-hole on the network. Please try connecting directly via the Pi-hole's IP address or hostname."
|
||||
"try_direct_connection" = "PiHelper was unable to find your Pi-hole on the network. Please try connecting directly via the Pi-hole's IP address or hostname.";
|
||||
"connection_failed" = "Connection Failed";
|
||||
"verify_ip_address" = "PiHelper was unable to connect to your Pi-hole. Please verify that you've entered the correct host and port if applicable."
|
||||
"verify_ip_address" = "PiHelper was unable to connect to your Pi-hole. Please verify that you've entered the correct host and port if applicable.";
|
||||
|
|
|
@ -31,6 +31,6 @@
|
|||
"disable_custom" = "Deshabilitar por un Tiempo Personalizado";
|
||||
"disable_permanent" = "Deshabilitar Permanentemente";
|
||||
"scan_failed" = "Escaneo Falló";
|
||||
"try_direct_connection" = "PiHelper no pudo encontrar su Pi-hole en la red. Por favor intente conectar directamente con la dirección IP o nombre de máquina del Pi-hole."
|
||||
"try_direct_connection" = "PiHelper no pudo encontrar su Pi-hole en la red. Por favor intente conectar directamente con la dirección IP o nombre de máquina del Pi-hole.";
|
||||
"connection_failed" = "Conexión Falló";
|
||||
"verify_ip_address" = "PiHelper no pudo conectar a su Pi-hole. Por favor verifique que haya introducido el nombre de máquina correcto y puerto si aplica."
|
||||
"verify_ip_address" = "PiHelper no pudo conectar a su Pi-hole. Por favor verifique que haya introducido el nombre de máquina correcto y puerto si aplica.";
|
||||
|
|
Loading…
Reference in a new issue