1
0
Fork 0
mirror of https://github.com/syncthing/syncthing-android.git synced 2024-11-27 23:01:18 +00:00
syncthing-android/src/main/res/values-es/strings.xml

149 lines
7.2 KiB
XML
Raw Normal View History

2014-09-28 21:48:43 +00:00
<?xml version='1.0' encoding='UTF-8'?>
2014-12-10 17:28:10 +00:00
<resources>
<string name="app_name">Syncthing</string>
<string name="app_description">Reemplace servicios propietarios con algo abierto, confiable y descentralizado.</string>
2014-09-28 21:48:43 +00:00
<!--MainActivity-->
<!--Title of the "add folder" menu action-->
<!--Title of the "share device id" menu action-->
2014-12-10 17:28:10 +00:00
<string name="share_device_id">Compartir el ID del dispositivo</string>
<!--Shown in the chooser dialog when sharing a Device ID-->
2014-12-10 17:28:10 +00:00
<string name="send_device_id_to">Enviar el ID del dispositivo a</string>
2014-10-08 18:36:31 +00:00
<!--Text for FoldersFragment and DevicesFragment loading view-->
<!--FoldersFragment-->
<!--Format string for folder progress. First parameter is status string, second is sync percentage-->
<!--Shown if no folders exist-->
<!--Format string for folder file count-->
2014-12-10 17:28:10 +00:00
<string name="files">%1$d / %2$d Archivos</string>
<!--DevicesFragment-->
2014-12-10 17:28:10 +00:00
<string name="devices_fragment_title">Dispositivos</string>
<!--Shown if no devices exist-->
2014-12-10 17:28:10 +00:00
<string name="devices_list_empty">No se encontraron dispositivos</string>
<!--Indicates that a folder is fully synced to the local device-->
<!--Indicates that the device is currently syncing. Parameter is sync percentage-->
<!--Indicates that there is no connection to the device-->
2014-09-28 21:48:43 +00:00
<!--Title for current download rate-->
<!--Title for current upload rate-->
<!--LocalDeviceInfoFragment-->
2014-09-28 21:48:43 +00:00
<!--Same as download_title with a colon and space appended-->
<!--Same as upload_title with a colon and space appended-->
<!--Title for current CPU usage-->
2014-12-10 17:28:10 +00:00
<string name="cpu_usage">CPU Usage</string>
2014-09-28 21:48:43 +00:00
<!--Title for current RAM usage-->
2014-12-10 17:28:10 +00:00
<string name="ram_usage">Uso de RAM</string>
2014-09-28 21:48:43 +00:00
<!--Title for announce server status-->
<!--FolderSettingsFragment-->
2014-09-28 21:48:43 +00:00
<!--Setting title-->
<!--Setting title-->
<!--Setting title-->
<!--Setting title-->
<!--Setting title-->
2014-12-10 17:28:10 +00:00
<string name="devices">Dispositivos</string>
2014-09-28 21:48:43 +00:00
<!--Setting title-->
<!--Setting title-->
<!--Setting title-->
<!--Title for FolderSettingsFragment in create mode-->
<!--Title for FolderSettingsFragment in edit mode-->
<!--Menu item to confirm folder creation-->
<!--Dialog shown when attempting to delete a folder-->
2014-12-10 17:28:10 +00:00
<!--Toast shown when trying to create a folder with an invalid ID-->
<!--Toast shown when trying to create a folder with an empty path-->
2014-10-08 18:36:31 +00:00
<!--Toast shown when selecting 'devices' if no devices have been added-->
<!--DeviceSettingsFragment-->
2014-09-28 21:48:43 +00:00
<!--Setting title-->
2014-12-10 17:28:10 +00:00
<string name="device_id">ID del dispositivo</string>
2014-09-28 21:48:43 +00:00
<!--Setting title-->
2015-01-21 19:45:15 +00:00
<string name="name">Nombre</string>
2014-09-28 21:48:43 +00:00
<!--Setting title-->
<!--Setting title-->
<!--Setting title-->
2014-10-12 12:35:53 +00:00
<!--Setting title-->
2014-09-28 21:48:43 +00:00
<!--ActionBar item-->
2014-12-10 17:28:10 +00:00
<string name="delete_device">Eliminar dispositivo</string>
<!--Title for DeviceSettingsFragment in create mode-->
2014-12-10 17:28:10 +00:00
<string name="add_device">Agregar dispositivo</string>
<!--Menu item to confirm adding a device-->
2014-12-10 17:28:10 +00:00
<string name="add">Añadir</string>
<!--Title for DeviceSettingsFragment in edit mode-->
2014-12-10 17:28:10 +00:00
<string name="edit_device">Editar dispositivo</string>
<!--Dialog shown when attempting to delete a device-->
2014-12-10 17:28:10 +00:00
<string name="delete_device_confirm">¿Realmente desea eliminar este dispositivo?</string>
<!--Toast shown when trying to create a device with an empty ID-->
<!--Toast shown when trying to create a device with an empty name-->
2014-12-10 17:28:10 +00:00
<string name="device_name_required">El nombre del dispositivo no debe estar vacío</string>
<!--Content description for device ID qr code icon-->
2014-12-10 17:28:10 +00:00
<string name="scan_qr_code_description">Escanear código QR</string>
2014-09-28 21:48:43 +00:00
<!--Text for toast shown if the "scan QR code" intent fails with an ActivityNotFoundException-->
2014-12-10 17:28:10 +00:00
<string name="no_qr_scanner_installed">Usted no tiene ningún escáner QR instalado o el escáner no es compatible.</string>
2014-09-28 21:48:43 +00:00
<!--WebGuiActivity-->
<!--Title of the web gui activity-->
2015-01-21 19:45:15 +00:00
<string name="web_gui_title">Interfaz gráfica web</string>
2014-09-28 21:48:43 +00:00
<!--Text for WebGuiActivity loading view-->
2015-01-21 19:45:15 +00:00
<string name="web_gui_loading">Esperando la interfaz gráfica</string>
2014-09-28 21:48:43 +00:00
<!--Shown instead of web_gui_loading if the key does not exist and has to be created-->
<!--Title for dialog displayed on first start-->
<!--Text for dialog displayed on first start-->
2015-01-21 19:45:15 +00:00
<string name="welcome_text">Bienvenido a Syncthing para Android!\n\n\
Esta aplicación se encuentra actualmente en estado alfa, y es posible que se produzcan errores, problemas de rendimiento o pérdida de datos.\n\n\
Por favor reporte cualquier problema que encuentre a través de Github.</string>
2014-09-28 21:48:43 +00:00
<!--SettingsFragment-->
<!--Activity title-->
2015-01-21 19:45:15 +00:00
<string name="settings_title">Ajustes</string>
2014-10-01 10:05:29 +00:00
<!--Preference title-->
<!--Preference summary in case it is enabled-->
<!--Preference summary in case it is disabled-->
2014-12-10 17:28:10 +00:00
<string name="sync_only_wifi">Sincronizar sólo en wifi</string>
<string name="syncthing_options">Opciones de Syncthing</string>
<string name="upnp_enabled">Activar UPnP</string>
2014-09-28 21:48:43 +00:00
<!--Title for the preference to set STTRACE parameters-->
<!--Settings item that opens issue tracker-->
<!--Summary for the issue tracker settings item-->
<!--URL of the issue tracker-->
<!--Title of the preference showing upstream version name-->
2014-10-12 12:35:53 +00:00
<!--Title of the preference showing this app's version name-->
2014-09-28 21:48:43 +00:00
<!--FolderPickerAcitivity-->
<!--Activity title-->
<!--ListView empty text-->
2014-10-08 18:36:31 +00:00
<!--Menu item to create folder on the file system-->
2014-09-28 21:48:43 +00:00
<!--Menu item to select the current folder-->
<!--SyncthingService-->
<!--Title of the "syncthing disabled" dialog-->
2015-01-21 19:45:15 +00:00
<string name="syncthing_disabled_title">Syncthing está deshabilitado</string>
2014-09-28 21:48:43 +00:00
<!--Message of the "syncthing disabled" dialog-->
<!--Button text on the "syncthing disabled" dialog-->
2014-12-10 17:28:10 +00:00
<string name="syncthing_disabled_change_settings">Cambiar la configuración</string>
2014-10-01 10:05:29 +00:00
<!--Button text on the "syncthing disabled" dialog, used as menu item to stop syncthing service if "always_run_in_background" is true-->
2014-12-10 17:28:10 +00:00
<string name="exit">Salir</string>
2014-10-14 13:24:01 +00:00
<!--Title of the notification shown while syncthing is running and enabled-->
2014-12-10 17:28:10 +00:00
<string name="syncthing_active">Syncthing se está ejecutando</string>
2014-09-28 21:48:43 +00:00
<!--RestApi-->
<!--Title of the notification shown when a restart is needed-->
2015-01-21 19:45:15 +00:00
<string name="restart_title">Reinicio Necesario</string>
2014-09-28 21:48:43 +00:00
<!--Text of the notification shown when a restart is needed-->
2014-12-10 17:28:10 +00:00
<string name="restart_notification_text">Haga clic aquí para reiniciar syncthing ahora</string>
2014-09-28 21:48:43 +00:00
<!--Text for the dismiss button of the restart Activity-->
2014-12-10 17:28:10 +00:00
<string name="restart_later">Reiniciar más tarde</string>
<!--Shown when a device ID is copied to the clipboard-->
2014-09-28 21:48:43 +00:00
<!--Strings representing units for file sizes, from smallest to largest-->
2014-12-10 17:28:10 +00:00
<string-array name="file_size_units">
<item>B</item>
<item>KB</item>
<item>MB</item>
<item>GB</item>
<item>TB</item>
</string-array>
2014-09-28 21:48:43 +00:00
<!--Strings representing units for transfer rates, from smallest to largest-->
2014-12-10 17:28:10 +00:00
<string-array name="transfer_rate_units">
<item>b/s</item>
<item>Kb/s</item>
<item>Mb/s</item>
<item>Gb/s</item>
<item>Tb/s</item>
</string-array>
2014-10-12 12:35:53 +00:00
<!--Possible folder states-->
2014-12-10 17:28:10 +00:00
<string name="state_scanning">Escaneado</string>
<string name="state_cleaning">Limpiando</string>
<string name="state_syncing">Sincronizando</string>
2014-09-28 21:48:43 +00:00
</resources>