Fix app name in-app to match App Store and app label out of app
This commit is contained in:
parent
2a5bf40b82
commit
8438f8c800
2 changed files with 8 additions and 8 deletions
|
@ -31,11 +31,11 @@
|
|||
"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" = "Pi-helper 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_credentials" = "PiHelper was unable to connect to your Pi-hole. Please verify that you've entered the correct password or API key.";
|
||||
"pihelper" = "PiHelper";
|
||||
"verify_ip_address" = "Pi-helper was unable to connect to your Pi-hole. Please verify that you've entered the correct host and port if applicable.";
|
||||
"verify_credentials" = "Pi-helper was unable to connect to your Pi-hole. Please verify that you've entered the correct password or API key.";
|
||||
"pihelper" = "Pi-helper";
|
||||
"pihelper_version" = "Version 1.0";
|
||||
"copyright" = "Copyright © 2019, 2020 William Brawner";
|
||||
"forget_pihole" = "Forget Pi-hole";
|
||||
|
|
|
@ -31,11 +31,11 @@
|
|||
"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" = "Pi-helper 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_credentials" = "PiHelper no pudo conectar a su Pi-hole. Por favor verifique que haya introducido la contraseña o clave API correcta.";
|
||||
"pihelper" = "PiHelper";
|
||||
"verify_ip_address" = "Pi-helper no pudo conectar a su Pi-hole. Por favor verifique que haya introducido el nombre de máquina correcto y puerto si aplica.";
|
||||
"verify_credentials" = "Pi-helper no pudo conectar a su Pi-hole. Por favor verifique que haya introducido la contraseña o clave API correcta.";
|
||||
"pihelper" = "Pi-helper";
|
||||
"pihelper_version" = "Versión 1.0";
|
||||
"copyright" = "Derechos Reservados © 2019, 2020 William Brawner";
|
||||
"forget_pihole" = "Olvidar Pi-hole";
|
||||
|
|
Loading…
Reference in a new issue