-
Notifications
You must be signed in to change notification settings - Fork 400
Expand file tree
/
Copy pathstrings.xml
More file actions
47 lines (45 loc) · 2.86 KB
/
strings.xml
File metadata and controls
47 lines (45 loc) · 2.86 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<?xml version="1.0" encoding="utf-8"?>
<resources xmlns:android="http://schemas.android.com/apk/res/android">
<string name="app_label">Comentario del usuario</string>
<string name="user_feedback">Comentario del usuario</string>
<string name="user_feedback_preview">Previsualización del comentario</string>
<string name="report_miui">Reportar tao MIUI</string>
<string name="menu_send">Enviar reporte</string>
<string name="menu_preview">Previsualizar reporte</string>
<string name="section_feedback">Comentario</string>
<string name="section_privacy">Privacidad</string>
<string name="description">Descripción (requerido)</string>
<string name="privacy_system_log">Incluir system data</string>
<string name="privacy_system_log_desc">Compartir system data con MIUI para un mejor diagnóstico del problema</string>
<string name="privacy_screenshot">Incluir captura</string>
<string name="privacy_screenshot_desc">Enviar captura seleccionada</string>
<string name="privacy_bugreport">Incluir reporte de Bug</string>
<string name="privacy_bugreport_desc">Volcar el informe de error detallado y compartirlo con MIUI, para la investigación de problemas de hardware relacionados</string>
<string name="msg_generate_bugreport">Generando reporte de bug...</string>
<string name="msg_packaging_report">Reportando comentario de usuario...</string>
<string name="info_board">Marca</string>
<string name="info_brand">Marca</string>
<string name="info_buildid">ID de ROM</string>
<string name="info_buildtype">Versión</string>
<string name="info_codename">Nombre en código</string>
<string name="info_device">Dispositivo</string>
<string name="info_incremental">Versión incremental</string>
<string name="info_model">Modelo</string>
<string name="info_networkname">Nombre de Red</string>
<string name="info_networktype">Tipo de Red</string>
<string name="info_phonetype">Tipo de teléf.</string>
<string name="info_product">Producto</string>
<string name="info_release">Release</string>
<string name="info_timestamp">Tiempo</string>
<string name="info_uilanguage">Lenguaje UI</string>
<string name="info_runningapp">Apps operativas</string>
<string name="info_description">Descripción</string>
<string name="info_systemlog">Log de Sistema</string>
<string name="info_screenshot">Captura</string>
<string name="info_section_feedback">Comentario de usuario</string>
<string name="info_section_network">Red</string>
<string name="info_section_system">Sistema</string>
<string name="info_section_screenshot">Captura</string>
<string name="toast_description_required">La descripción del comentario no puedo ir vacía</string>
<string name="toast_description_length_too_short">La descripción del comentario debe contener almenos 10 caracteres</string>
</resources>