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

Spanish translation of random praise/encouragement #546

Merged
merged 6 commits into from
Jul 6, 2021
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
2 changes: 1 addition & 1 deletion R/praise.R
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#' quiz experience.
#'
#' @param language The language for the random phrase. The currently supported
#' languages include: `en`, `emo`, and `testing` (static phrases).
#' languages include: `en`, `es`, `emo`, and `testing` (static phrases).
#'
#' @return Character string with a random saying
#' @export
Expand Down
49 changes: 49 additions & 0 deletions data-raw/i18n_random-phrases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,44 @@ praise:
- You aced it!
- You rock!
- You should be proud.
es:
- ¡Absolutamente fabuloso!
- ¡Increíble!
- ¡Impresionante!
- ¡Hermoso!
- ¡Bravo!
- ¡Buen trabajo!
- ¡Muy bien hecho!
- ¡Excelente!
- ¡Fantástico!
- ¡Excelente trabajo!
- Yo no podría haberlo hecho mejor.
- ¡Impresionante trabajo!
- ¡Bien hecho!
- ¡Magnífico!
- ¡Un trabajo bien hecho!
- ¡Fuera de este mundo!
- ¡Felicitaciones, bien hecho!
- ¡La estás rompiendo!
- Alguien sabe lo que está haciendo :)
- ¡Un trabajo espectacular!
- ¡Espléndido!
- ¡Éxito!
- ¡Super trabajo!
- ¡Excelente trabajo!
- ¡Buen trabajo!
- ¡Fantástico!
- ¡Esa es una respuesta de primera clase!
- ¡Esa solución es gloriosa!
- ¡Esto es maravilloso!
- ¡Muy bien!
- ¡Fabuloso!
- ¡Qué trabajo de primera!
- ¡Genial!
- ¡Maravilloso!
- ¡Lo superaste!
- ¡Excelente respuesta!
- Deberias sentir mucho orgullo.
emo:
- 😀
- 😁
Expand All @@ -63,6 +101,17 @@ encouragement:
- Try it again. You get better each time.
- Try it again. Perseverence is the key to success.
- "That's okay: you learn more from mistakes than successes. Let's do it one more time."
es:
- Inténtalo de nuevo.
- Prueba otra vez.
- Vamos a intentarlo otra vez.
- Pruéba de nuevo; ¡La próxima es la vencida!
- No te rindas ahora, inténtalo una vez más.
- No hay necesidad de preocuparse, inténtalo de nuevo.
- Prueba otra vez. Tengo un buen presentimiento.
- Intenta otra vez. Mejoras cada vez.
- Inténtalo nuevamente. La perseverancia es la clave del éxito.
- "Está bien: se aprende más de los errores que de los éxitos. Hagámoslo una vez más."
emo:
- 🤗
- 🤘
Expand Down
Binary file modified inst/internals/i18n_random_phrases.rds
Binary file not shown.
Binary file modified inst/internals/i18n_translations.rds
Binary file not shown.
2 changes: 1 addition & 1 deletion man/random_praise.Rd

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.