Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Commit

Permalink
Add Spanish translation (#23)
Browse files Browse the repository at this point in the history
Co-authored-by: Rafael Padilla <r.padilla@ibermatica.com>
  • Loading branch information
Rafapadilla93 and Rafael Padilla authored Apr 4, 2022
1 parent 8fe1494 commit 15110ef
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions app/src/main/res/values-es/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
<resources>
<string name="run_test_button">Ejecutar prueba SafetyNet</string>
<string name="learn_more_button">Aprende más</string>
<string name="result">Resultado</string>
<string name="success">Correcto</string>
<string name="failed">Fallido</string>
<string name="pass">Correcto</string>
<string name="fail">Fallo</string>
<string name="please_wait">Por favor espere…</string>
<string name="something_went_wrong">algo salió mal</string>
<string name="api_error">Error Google Play Services API</string>
<string name="device">Dispositivo</string>
<string name="model">Modelo</string>
<string name="android_version">Versión Android</string>
<string name="security_patch">Nivel parche seguridad</string>
<string name="view_json">Ver JSON</string>
<string name="play_services_version">Versión Servicios Google Play</string>

<string name="basic_integrity">Integridad básica</string>
<string name="cts_profile_match">Coincidencia perfil CTS</string>
<string name="evaluation_type">Tipo evaluación</string>
<string name="hardware_backed">HARDWARE_RESPALDADO</string>
<string name="basic">BÁSICO</string>
<string name="timestamp">Marca de tiempo</string>
<string name="apk_digest">Resumen Apk</string>
<string name="advice">Aviso</string>

</resources>

0 comments on commit 15110ef

Please sign in to comment.