Skip to content

Commit c144b39

Browse files
authored
Merge pull request #67 from fpvout/spanish-translations
add Spanish translations. Courtesy of eduardoavdr on Discord :)
2 parents 41c6888 + 90236cb commit c144b39

File tree

1 file changed

+35
-6
lines changed

1 file changed

+35
-6
lines changed
Lines changed: 35 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,43 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<resources>
3-
<string name="digiview_feed">DigiView\nfeed</string>
3+
<string name="digiview_feed">DigiView\nseñal</string>
44
<string name="waiting_for_usb_device">Esperando dispositivo USB…</string>
55
<string name="usb_device_approved">Dispositivo USB aprobado</string>
66
<string name="usb_device_detached_waiting">Dispositivo USB desconectado\n\nEsperando dispositivo USB…</string>
77
<string name="usb_device_found">Dispositivo USB encontrado.</string>
88
<string name="waiting_for_video">Esperando video…</string>
9-
<string name="title_activity_data_collection">Data Collection Agreement</string>
10-
<string name="data_collection_header" >Report crash data to the DigiView team?</string>
11-
<string name="data_collection_text">This app will probably crash less than your drone.\n Even though, if a crash occur we would like to know !\n\nWe use Sentry to track bugs and to make this app better.</string>
12-
<string name="data_collection_agree_button">Agree</string>
13-
<string name="data_collection_deny_button">Deny</string>
9+
<string name="title_activity_data_collection">Acuerdo de recopilacion de datos</string>
10+
<string name="data_collection_header">¿Enviar datos de fallos al equipo de DigiView?</string>
11+
<string name="data_collection_text">Esta aplicacion probablemente fallara menos que tu dron. \n ¡Aunque, si ocurre un bloqueo, nos gustaria saberlo! \n \nUtilizamos Sentry para rastrear errores y mejorar esta aplicacion.</string>
12+
<string name="data_collection_agree_button">Aceptar</string>
13+
<string name="data_collection_deny_button">Rechazar</string>
14+
<string name="title_activity_settings">Ajustes</string>
15+
16+
<!-- Settings -->
17+
<string name="performance">Rendimiento</string>
18+
<string name="privacy">Privacidad</string>
19+
<string name="video_preset">Video Preestablecido</string>
20+
<string name="video_preset_default">Defecto</string>
21+
<string name="video_preset_conservative">Conservador</string>
22+
<string name="video_preset_aggressive">Agresivo</string>
23+
<string name="video_preset_legacy">Legacy</string>
24+
<string name="enable_analytics">Habilitar analitica</string>
25+
<string name="enable_analytics_summary">Esta aplicacion probablemente fallara menos que tu dron, pero si lo hace, ¡nos gustaria saberlo para poder solucionarlo!</string>
26+
<string name="privacy_policy">Politica de privacidad</string>
27+
<string name="privacy_policy_summary">Vea que datos recopilamos y como los usamos</string>
28+
<string name="video_player">Reproductor de video</string>
29+
<string name="full_screen">Pantall completa</string>
30+
<string name="full_screen_summary">También se puede alternar tocando dos veces o pellizcando el reproductor de video.</string>
31+
<string name="show_watermark">Muestra marca de agua de DigiView</string>
32+
<string name="links">Enlaces</string>
33+
<string name="our_website">Nuestro sitio web</string>
34+
<string name="discord_summary">Chatea con nosotros y otros usuarios de DigiView</string>
35+
<string name="digiview_web_app">DigiView Web App</string>
36+
<string name="digiview_web_app_summary">Funciona en Chrome y navegadores basados ​​en Chrome, ¡incluso en Android!</string>
37+
<string name="github_summary">Todo nuestro codigo es open source</string>
38+
<string name="about">Sobre la app</string>
39+
<string name="app_Version">Version de la App</string>
40+
<string name="copyright">Copyright</string>
41+
<string name="open_source_license">Licencia Open-Source</string>
42+
<string name="open_source_license_summary">Licencia MIT</string>
1443
</resources>

0 commit comments

Comments
 (0)