A fork of https://github.com/crosspoint-reader/crosspoint-reader
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: Update spanish.yaml (#1717)

## Summary

Make this more transparent in Spanish:

`STR_AUTO_TURN_PAGES_PER_MIN: "Auto Turn (Pages Per Minute)"`

A weakness of the current translation is that the verb used is "to
read", but it's not clear that it is the user who will be reading a
certain amount of pages per minute. I've replaced it with the verb for
"to turn (pages)" which is the (analogous) physical action happening
regardless of who executes it, and the abbreviated adverb to clarify
that this is an automatic process. Lastly, a clarification of what the
number means in a simple proportion: "X pages in a minute". The Spanish
is very good overall, this one string is very hard to do in such a short
space. Even more so given that the number cannot be accompanied by any
units, so it must be clear from the text alone what it means.

## Additional Context

N/A

---

### AI Usage

While CrossPoint doesn't have restrictions on AI tools in contributing,
please be transparent about their usage as it
helps set the right context for reviewers.

Did you use AI tools to help write this code? _**NO**_

authored by

mvidelatraduc and committed by
GitHub
ce22deab e28918b2

+2 -2
+2 -2
lib/I18n/translations/spanish.yaml
··· 288 288 STR_NO_FOOTNOTES: "No hay notas al pie de esta página" 289 289 STR_LINK: "[enlace]" 290 290 STR_SCREENSHOT_BUTTON: "Tomar captura de pantalla" 291 - STR_AUTO_TURN_ENABLED: "Páginas por minuto: " 292 - STR_AUTO_TURN_PAGES_PER_MIN: "Leer páginas por minuto" 291 + STR_AUTO_TURN_ENABLED: "Avance activado: " 292 + STR_AUTO_TURN_PAGES_PER_MIN: "Avance auto. (pág./min)"