Strings - app/src/main/res/values-es-rCL/strings.xml

pull/420/head
runner 3 years ago committed by Gabriel Luong
parent b1c636b737
commit 97642d2d37

@ -1588,6 +1588,21 @@
<!-- Error message for credit card number validation -->
<string name="credit_cards_number_validation_error_message">Por favor, ingresa un número de tarjeta de crédito válido</string>
<!-- Message displayed in biometric prompt displayed for authentication before allowing users to view their saved credit cards -->
<string name="credit_cards_biometric_prompt_message">Desbloquea para ver tus tarjetas guardadas</string>
<!-- Title of warning dialog if users have no device authentication set up -->
<string name="credit_cards_warning_dialog_title">Asegura tus tarjetas de crédito</string>
<!-- Message of warning dialog if users have no device authentication set up -->
<string name="credit_cards_warning_dialog_message">Configura un patrón de bloqueo de dispositivo, PIN o contraseña para proteger tus tarjetas de crédito guardadas, y así no sean accedidas si alguien más tiene tu dispositivo.</string>
<!-- Positive button to send users to set up a pin of warning dialog if users have no device authentication set up -->
<string name="credit_cards_warning_dialog_set_up_now">Configurar ahora</string>
<!-- Negative button to ignore warning dialog if users have no device authentication set up -->
<string name="credit_cards_warning_dialog_later">Más tarde</string>
<!-- Title of PIN verification dialog to direct users to re-enter their device credentials to access their credit cards -->
<string name="credit_cards_biometric_prompt_message_pin">Desbloquea tu dispositivo</string>
<!-- Message displayed in biometric prompt for authentication, before allowing users to use their stored credit card information -->
<string name="credit_cards_biometric_prompt_unlock_message">Desbloquea para usar información de la tarjeta de crédito almacenada</string>
<!-- Title of the Add search engine screen -->
<string name="search_engine_add_custom_search_engine_title">Añadir motor de búsqueda</string>
<!-- Title of the Edit search engine screen -->

Loading…
Cancel
Save