Auxio/app/src/main/res/values-es/strings.xml
OxygenCobalt 2c7dd1241b
style: remove android string references
Remove references to android system strings, in favor of in-house
translations.

Previously Auxio would use the `android.R.string.ok` and
`android.R.string.cancel` strings to represent Ok and Cancel
respectively, but these system strings are actually untranslated on
some devices, so it is better for i18n if we use our own strings
for such.
2022-05-22 09:56:25 -06:00

179 lines
No EOL
8.8 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Info namespace | App labels -->
<string name="info_app_desc">Un reproductor de música simple y racional para Android.</string>
<string name="info_channel_name">Reproducción musical</string>
<string name="info_widget_desc">Ver y controlar la reproducción musical</string>
<!-- Label Namespace | Static Labels -->
<string name="lbl_retry">Reintentar</string>
<string name="lbl_grant">Permitir</string>
<string name="lbl_genres">Géneros</string>
<string name="lbl_artists">Artistas</string>
<string name="lbl_albums">Álbumes</string>
<string name="lbl_songs">Canciones</string>
<string name="lbl_all_songs">Todas las canciones</string>
<string name="lbl_search">Buscar</string>
<string name="lbl_filter">Filtrar</string>
<string name="lbl_filter_all">Todo</string>
<string name="lbl_sort">Organizar</string>
<string name="lbl_sort_name">Nombre</string>
<string name="lbl_sort_artist">Artista</string>
<string name="lbl_sort_album">Álbum</string>
<string name="lbl_sort_year">Año</string>
<string name="lbl_sort_asc">Ascendente</string>
<string name="lbl_playback">En reproducción</string>
<string name="lbl_play">Reproducir</string>
<string name="lbl_shuffle">Mezcla</string>
<string name="lbl_play_all">Reproducir todo</string>
<string name="lbl_play_album">Reproducir por álbum</string>
<string name="lbl_play_artist">Reproducir por artista</string>
<string name="lbl_play_genre">Reproducir por género</string>
<string name="lbl_queue">Cola</string>
<string name="lbl_play_next">Reproducir siguiente</string>
<string name="lbl_queue_add">Agregar a la cola</string>
<string name="lbl_queue_added">Agregado a la cola</string>
<string name="lbl_go_artist">Ir al artista</string>
<string name="lbl_go_album">Ir al álbum</string>
<string name="lbl_state_saved">Estado guardado</string>
<string name="lbl_add">Agregar</string>
<string name="lbl_save">Guardar</string>
<string name="err_no_dirs">Sin carpetas</string>
<string name="lbl_about">Acerca de</string>
<string name="lbl_version">Versión</string>
<string name="lbl_code">Ver en GitHub</string>
<string name="lbl_faq">Preguntas frecuentes</string>
<string name="lbl_licenses">Licencias</string>
<string name="lbl_author">Desarrollado por OxygenCobalt</string>
<!-- Settings namespace | Settings-related labels -->
<string name="set_title">Ajustes</string>
<string name="set_ui">Apariencia</string>
<string name="set_theme">Tema</string>
<string name="set_theme_auto">Automático</string>
<string name="set_theme_day">Claro</string>
<string name="set_theme_night">Oscuro</string>
<string name="set_accent">Esquema de color</string>
<string name="set_black_mode">Tema negro</string>
<string name="set_black_mode_desc">Usar un tema completamente negro</string>
<string name="set_display">Pantalla</string>
<string name="set_lib_tabs">Pestañas de biblioteca</string>
<string name="set_lib_tabs_desc">Cambiar visibilidad y orden de las pestañas de la biblioteca</string>
<string name="set_show_covers">Mostrar carátulas de álbumes</string>
<string name="set_show_covers_desc">Desactive para ahorrar memoria</string>
<string name="set_quality_covers">Ignorar carátulas de MediaStore</string>
<string name="set_quality_covers_desc">Incrementa la calidad de las carátulas, pero deriva en mayores tiempos de carga y uso de memoria</string>
<string name="set_round_covers">Carátulas redondeadas</string>
<string name="set_round_covers_desc">Usar carátulas redondeadas para los álbumes</string>
<string name="set_alt_action">Usar acciones de notificación alternativas</string>
<string name="set_alt_repeat">Preferir acción de bucle</string>
<string name="set_alt_shuffle">Preferir acción de mezcla</string>
<string name="set_audio">Sonido</string>
<string name="set_replay_gain">ReplayGain</string>
<string name="lbl_off">Desactivado</string>
<string name="set_replay_gain_track">Por pista</string>
<string name="set_replay_gain_album">Por álbum</string>
<string name="set_replay_gain_dynamic">Dinámico</string>
<string name="set_behavior">Comportamiento</string>
<string name="set_song_mode">Cuando se selecciona una canción</string>
<string name="set_keep_shuffle">Recordar mezcla</string>
<string name="set_keep_shuffle_desc">Mantener mezcla cuando se reproduce una nueva canción</string>
<string name="set_rewind_prev">Rebobinar atrás</string>
<string name="set_rewind_prev_desc">Rebobinar al saltar a la canción anterior</string>
<string name="set_repeat_pause">Pausa en repetición</string>
<string name="set_repeat_pause_desc">Pausa cuando se repite una canción</string>
<string name="set_content">Contenido</string>
<string name="set_save">Guardar estado de reproducción</string>
<string name="set_save_desc">Guardar el estado de reproduccion ahora</string>
<string name="set_reload">Recargar música</string>
<string name="set_reload_desc">Se reiniciará la aplicación</string>
<string name="set_excluded">Directorios excluidos</string>
<string name="set_excluded_desc">El contenido de los directorios excluidos no se mostrará</string>
<!-- Error Namespace | Error Labels -->
<string name="err_no_music">Sin música</string>
<string name="err_load_failed">Falló la carga de música</string>
<string name="err_no_perms">Auxio necesita permiso para leer su biblioteca de música</string>
<string name="err_no_app">Sin aplicación para abrir este enlace</string>
<string name="err_bad_dir">Directorio no soportado</string>
<string name="err_too_small">Auxio no soporta este tamaño de ventana</string>
<!-- Hint Namespace | EditText Hints -->
<string name="hint_search_library">Buscar en la biblioteca…</string>
<!-- Description Namespace | Accessibility Strings -->
<string name="desc_track_number">Pista %d</string>
<string name="desc_play_pause">Reproducir o pausar</string>
<string name="desc_skip_next">Saltar a la siguiente canción</string>
<string name="desc_skip_prev">Saltar a la última canción</string>
<string name="desc_change_repeat">Cambiar modo de repetición</string>
<string name="desc_shuffle">Act/des mezcla</string>
<string name="desc_shuffle_all">Mezclar todo</string>
<string name="desc_clear_queue_item">Quitar canción de la cola</string>
<string name="desc_queue_handle">Mover canción en la cola</string>
<string name="desc_tab_handle">Mover pestaña</string>
<string name="desc_clear_search">Borrar historial de búsqueda</string>
<string name="desc_blacklist_delete">Quitar directorio excluido</string>
<string name="desc_auxio_icon">Icono de Auxio</string>
<string name="desc_no_cover">Carátula de álbum</string>
<string name="desc_album_cover">Carátula de álbum para %s</string>
<string name="desc_artist_image">Imagen de artista para %s</string>
<string name="desc_genre_image">Imagen de género para %s</string>
<!-- Default Namespace | Placeholder values -->
<string name="def_artist">Artista desconocido</string>
<string name="def_genre">Género desconocido</string>
<string name="def_date">Sin fecha</string>
<string name="def_track">Sin número de pista</string>
<string name="def_playback">Sin música en reproducción</string>
<string name="def_widget_song">Song Name</string>
<string name="def_widget_artist">Artist Name</string>
<!-- Color Label namespace | Accent names -->
<string name="clr_red">Rojo</string>
<string name="clr_pink">Rosa</string>
<string name="clr_purple">Púrpura</string>
<string name="clr_deep_purple">Púrpura intenso</string>
<string name="clr_indigo">Índigo</string>
<string name="clr_blue">Azul</string>
<string name="clr_deep_blue">Azul intenso</string>
<string name="clr_cyan">Cyan</string>
<string name="clr_teal">Verde azulino</string>
<string name="clr_green">Verde</string>
<string name="clr_deep_green">Verde intenso</string>
<string name="clr_lime">Lima</string>
<string name="clr_yellow">Amarillo</string>
<string name="clr_orange">Naranja</string>
<string name="clr_brown">Marrón</string>
<string name="clr_grey">Gris</string>
<!-- Format Namespace | Value formatting/plurals -->
<string name="fmt_songs_loaded">Canciones cargadas: %d</string>
<plurals name="fmt_song_count">
<item quantity="one">%d Canción</item>
<item quantity="other">%d Canciones</item>
</plurals>
<plurals name="fmt_album_count">
<item quantity="one">%d Álbum</item>
<item quantity="other">%d Álbumes</item>
</plurals>
</resources>