Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New Crowdin updates #45

Merged
merged 4 commits into from
Oct 7, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 14 additions & 14 deletions app/src/main/res/values-es/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,25 +12,25 @@
<string name="no">No</string>
<string name="unknown">Desconocido</string>
<string name="done">Hecho</string>
<string name="unknown_value_number">Unknown value %s</string>
<string name="unknown_value_enum">Unknown value %s (%d)</string>
<string name="list_no_elements">None</string>
<string name="unknown_value_number">Valor desconocido %s</string>
<string name="unknown_value_enum">Valor desconocido %s (%d)</string>
<string name="list_no_elements">Ninguno</string>
<!-- Export data -->
<string name="export_data">Export data</string>
<string name="export_data_description">Do you want to export data as a JSON file? The app will ask you for missing permissions if needed</string>
<string name="export_data_missing_permissions">Not all permissions have been granted, cannot export data</string>
<string name="export_data_done">Data exported, the file may contain personal or device\'s confidential data, don\'t share to anyone unless you know what you\'re doing</string>
<string name="export_data_open_file">Open file</string>
<string name="export_data">Exportar datos</string>
<string name="export_data_description">¿Quieres exportar los datos como un archivo JSON? La aplicación te pedirá los permisos que falten si es necesario</string>
<string name="export_data_missing_permissions">No todos los permisos han sido otorgados, no se pueden exportar los datos</string>
<string name="export_data_done">Datos exportados, el archivo puede contener datos personales o confidenciales del dispositivo, no lo compartas con nadie a menos que sepas lo que estás haciendo</string>
<string name="export_data_open_file">Abrir archivo</string>
<!-- Device section -->
<string name="section_device_name">Dispositivo</string>
<string name="section_device_description">Comprobar la información del dispositivo</string>
<string name="device_general">General</string>
<string name="device_device">Device</string>
<string name="device_brand">Brand</string>
<string name="device_model">Model</string>
<string name="device_manufacturer">Manufacturer</string>
<string name="device_product_name">Product name</string>
<string name="device_hardware_name">Hardware name</string>
<string name="device_device">Dispositivo</string>
<string name="device_brand">Proveedor</string>
<string name="device_model">Modelo</string>
<string name="device_manufacturer">Fabricante</string>
<string name="device_product_name">Nombre de producto</string>
<string name="device_hardware_name">Nombre de hardware</string>
<string name="device_board_name">Board name</string>
<string name="device_hardware_sku">Hardware SKU</string>
<string name="device_odm_sku">ODM SKU</string>
Expand Down
Loading
Loading