From a203931e31f0f0987c31b0d81b364f6fff88e141 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 15:29:01 +0000 Subject: [PATCH 01/20] chore: Translate django.po in es_419 50% of minimum 50% translated source file: 'django.po' on 'es_419'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- .../conf/locale/es_419/LC_MESSAGES/django.po | 251 ++++++++++++++++++ 1 file changed, 251 insertions(+) create mode 100644 translations/FeedbackXBlock/feedback/conf/locale/es_419/LC_MESSAGES/django.po diff --git a/translations/FeedbackXBlock/feedback/conf/locale/es_419/LC_MESSAGES/django.po b/translations/FeedbackXBlock/feedback/conf/locale/es_419/LC_MESSAGES/django.po new file mode 100644 index 00000000000..7a78cec052c --- /dev/null +++ b/translations/FeedbackXBlock/feedback/conf/locale/es_419/LC_MESSAGES/django.po @@ -0,0 +1,251 @@ +# edX translation file. +# Copyright (C) 2023 EdX +# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE. +# EdX Team , 2023. +# +# Translators: +# Cristhian Garcia, 2023 +# +msgid "" +msgstr "" +"Project-Id-Version: 0.1a\n" +"Report-Msgid-Bugs-To: openedx-translation@googlegroups.com\n" +"POT-Creation-Date: 2023-06-13 08:00+0000\n" +"PO-Revision-Date: 2023-06-06 00:53+0000\n" +"Last-Translator: Cristhian Garcia, 2023\n" +"Language-Team: Spanish (Latin America) (https://app.transifex.com/open-edx/teams/147691/es_419/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: es_419\n" +"Plural-Forms: nplurals=3; plural=n == 1 ? 0 : n != 0 && n % 1000000 == 0 ? 1 : 2;\n" + +#: feedback.py:73 +msgid "Freeform user prompt" +msgstr "Comentario libre del usuario" + +#: feedback.py:79 feedback.py:95 +msgid "Random number generated for p. -1 if uninitialized" +msgstr "Número aleatorio generado por usuario. -1 si no se ha generado" + +#: feedback.py:84 +msgid "How user voted. -1 if didn't vote" +msgstr "¿Cómo votó el usuario? -1 si no votó" + +#: feedback.py:90 +msgid "What percent of the time should this show?" +msgstr "¿Qué porcentaje del tiempo debería mostrarse esto?" + +#: feedback.py:100 +msgid "A list of user votes" +msgstr "Una lista de votos de usuarios" + +#: feedback.py:104 +msgid "Feedback" +msgstr "Retroalimentación" + +#: feedback.py:107 +msgid "Display Name" +msgstr "Nombre a mostrar" + +#: feedback.py:108 +msgid "Provide Feedback" +msgstr "Proporcionar retroalimentación" + +#: feedback.py:113 templates/html/studio_view.html:17 +msgid "Voting message" +msgstr "Mensaje de votación" + +#: feedback.py:114 +msgid "Thank you for voting!" +msgstr "¡Gracias por votar!" + +#: feedback.py:119 templates/html/studio_view.html:25 +msgid "Feedback message" +msgstr "Mensaje de retroalimentación" + +#: feedback.py:120 +msgid "Thank you for your feedback!" +msgstr "¡Gracias por tu comentario!" + +#: feedback.py:125 +msgid "Show aggregate to students" +msgstr "Mostar reporte agregado a estudiantes" + +#: feedback.py:155 +msgid "Please reflect on this course material" +msgstr "Por favor reflexiona sobre el material de este curso" + +#: feedback.py:156 +msgid "" +"Please take time to meaningfully reflect on your experience with this course" +" material." +msgstr "" +"Por favor, tómese el tiempo para reflexionar de manera significativa sobre " +"su experiencia con el material de este curso." + +#: feedback.py:159 +msgid "Please rate your overall experience" +msgstr "Por favor, califique su experiencia general." + +#: feedback.py:160 +msgid "Excellent" +msgstr "Excelente" + +#: feedback.py:161 +msgid "Good" +msgstr "Buena" + +#: feedback.py:162 +msgid "Average" +msgstr "Promedio" + +#: feedback.py:163 +msgid "Fair" +msgstr "Regular" + +#: feedback.py:164 +msgid "Poor" +msgstr "Deficiente" + +#: feedback.py:388 +msgid "Please vote!" +msgstr "Por favor, vota" + +#: templates/html/feedback.html:17 +msgid "Submit Feedback" +msgstr "Enviar comentario" + +#: templates/html/studio_view.html:5 +msgid "" +"This XBlock allows you to collect student feedback on pieces of the course. " +"This may be helpful either for course improvement, or to give students a " +"chance to reflect on what they have done." +msgstr "" +"Este XBlock permite recopilar comentarios de los estudiantes sobre partes " +"del curso. Esto puede ser útil tanto para mejorar el curso como para dar a " +"los estudiantes la oportunidad de reflexionar sobre lo que han hecho." + +#: templates/html/studio_view.html:9 +msgid "Display name" +msgstr "Nombre a mostrar" + +#: templates/html/studio_view.html:12 +msgid "The name of the component." +msgstr "El nombre del componente" + +#: templates/html/studio_view.html:20 +msgid "The message to show after user vote." +msgstr "El mensaje a mostrar después que el usuario vote." + +#: templates/html/studio_view.html:28 +msgid "The message to show after user feedback." +msgstr "El mensaje a mostrar después que el usuario deje un comentario." + +#: templates/html/studio_view.html:33 +msgid "Show aggregate report to students" +msgstr "" + +#: templates/html/studio_view.html:35 +msgid "False" +msgstr "" + +#: templates/html/studio_view.html:36 +msgid "True" +msgstr "" + +#: templates/html/studio_view.html:39 +msgid "Wheter to show the aggregate report to students." +msgstr "" + +#: templates/html/studio_view.html:44 +msgid "Freeform prompt" +msgstr "" + +#: templates/html/studio_view.html:47 +msgid "Example: Please provide us feedback on this section." +msgstr "" + +#: templates/html/studio_view.html:52 +msgid "Freeform placeholder" +msgstr "" + +#: templates/html/studio_view.html:55 +msgid "This is shown as grayed out text before the student has answered." +msgstr "" + +#: templates/html/studio_view.html:60 +msgid "Likert icon set" +msgstr "" + +#: templates/html/studio_view.html:62 +msgid "Faces (happy to sad)" +msgstr "" + +#: templates/html/studio_view.html:63 +msgid "Faces (sad to happy to sad)" +msgstr "" + +#: templates/html/studio_view.html:64 +msgid "Numeric" +msgstr "" + +#: templates/html/studio_view.html:67 +msgid "We can either show happy/sad faces, or numbers 1-5." +msgstr "" + +#: templates/html/studio_view.html:72 +msgid "Likert prompt" +msgstr "" + +#: templates/html/studio_view.html:75 +msgid "Example: Please rate your overall experience with this section." +msgstr "" + +#: templates/html/studio_view.html:80 +msgid "Likert option 1" +msgstr "" + +#: templates/html/studio_view.html:83 +msgid "Example: Excellent!" +msgstr "" + +#: templates/html/studio_view.html:88 +msgid "Likert option 2" +msgstr "" + +#: templates/html/studio_view.html:91 +msgid "Example: Good" +msgstr "" + +#: templates/html/studio_view.html:96 +msgid "Likert option 3" +msgstr "" + +#: templates/html/studio_view.html:99 +msgid "Example: Average" +msgstr "" + +#: templates/html/studio_view.html:104 +msgid "Likert option 4" +msgstr "" + +#: templates/html/studio_view.html:107 +msgid "Example: Fair" +msgstr "" + +#: templates/html/studio_view.html:112 +msgid "Likert option 5" +msgstr "" + +#: templates/html/studio_view.html:115 +msgid "Example: Poor" +msgstr "" + +#: templates/html/studio_view.html:122 +msgid "Save" +msgstr "" + +#: templates/html/studio_view.html:125 +msgid "Cancel" +msgstr "" From 53e13bc025645e871e607b70fba90d4f5e1b4b54 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 15:29:10 +0000 Subject: [PATCH 02/20] chore: Translate django.po in es_419 52% of minimum 50% translated source file: 'django.po' on 'es_419'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- .../feedback/conf/locale/es_419/LC_MESSAGES/django.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/translations/FeedbackXBlock/feedback/conf/locale/es_419/LC_MESSAGES/django.po b/translations/FeedbackXBlock/feedback/conf/locale/es_419/LC_MESSAGES/django.po index 7a78cec052c..5e083ddb586 100644 --- a/translations/FeedbackXBlock/feedback/conf/locale/es_419/LC_MESSAGES/django.po +++ b/translations/FeedbackXBlock/feedback/conf/locale/es_419/LC_MESSAGES/django.po @@ -144,7 +144,7 @@ msgstr "El mensaje a mostrar después que el usuario deje un comentario." #: templates/html/studio_view.html:33 msgid "Show aggregate report to students" -msgstr "" +msgstr "Mostrar reporte agregado a los estudiantes" #: templates/html/studio_view.html:35 msgid "False" From 10a0725566b2d58b0056683a075683b4dd8ae86c Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 15:29:20 +0000 Subject: [PATCH 03/20] chore: Translate django.po in es_419 54% of minimum 50% translated source file: 'django.po' on 'es_419'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- .../feedback/conf/locale/es_419/LC_MESSAGES/django.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/translations/FeedbackXBlock/feedback/conf/locale/es_419/LC_MESSAGES/django.po b/translations/FeedbackXBlock/feedback/conf/locale/es_419/LC_MESSAGES/django.po index 5e083ddb586..23f2c5be6f1 100644 --- a/translations/FeedbackXBlock/feedback/conf/locale/es_419/LC_MESSAGES/django.po +++ b/translations/FeedbackXBlock/feedback/conf/locale/es_419/LC_MESSAGES/django.po @@ -148,11 +148,11 @@ msgstr "Mostrar reporte agregado a los estudiantes" #: templates/html/studio_view.html:35 msgid "False" -msgstr "" +msgstr "Falso" #: templates/html/studio_view.html:36 msgid "True" -msgstr "" +msgstr "Verdadero" #: templates/html/studio_view.html:39 msgid "Wheter to show the aggregate report to students." From 966175a92b0f32f775cb1664862e05f2881bafb2 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 15:29:30 +0000 Subject: [PATCH 04/20] chore: Translate django.po in es_419 58% of minimum 50% translated source file: 'django.po' on 'es_419'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- .../feedback/conf/locale/es_419/LC_MESSAGES/django.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/translations/FeedbackXBlock/feedback/conf/locale/es_419/LC_MESSAGES/django.po b/translations/FeedbackXBlock/feedback/conf/locale/es_419/LC_MESSAGES/django.po index 23f2c5be6f1..3f90f4b1638 100644 --- a/translations/FeedbackXBlock/feedback/conf/locale/es_419/LC_MESSAGES/django.po +++ b/translations/FeedbackXBlock/feedback/conf/locale/es_419/LC_MESSAGES/django.po @@ -156,7 +156,7 @@ msgstr "Verdadero" #: templates/html/studio_view.html:39 msgid "Wheter to show the aggregate report to students." -msgstr "" +msgstr "Si mostrar o no el informe agregado a los estudiantes." #: templates/html/studio_view.html:44 msgid "Freeform prompt" From c723598dc4d6786b29bfbf3a8e18233694136f70 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 15:29:41 +0000 Subject: [PATCH 05/20] chore: Translate django.po in es_419 60% of minimum 50% translated source file: 'django.po' on 'es_419'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- .../feedback/conf/locale/es_419/LC_MESSAGES/django.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/translations/FeedbackXBlock/feedback/conf/locale/es_419/LC_MESSAGES/django.po b/translations/FeedbackXBlock/feedback/conf/locale/es_419/LC_MESSAGES/django.po index 3f90f4b1638..3c8e6819462 100644 --- a/translations/FeedbackXBlock/feedback/conf/locale/es_419/LC_MESSAGES/django.po +++ b/translations/FeedbackXBlock/feedback/conf/locale/es_419/LC_MESSAGES/django.po @@ -160,11 +160,11 @@ msgstr "Si mostrar o no el informe agregado a los estudiantes." #: templates/html/studio_view.html:44 msgid "Freeform prompt" -msgstr "" +msgstr "Indicación del comentario libre del usuario" #: templates/html/studio_view.html:47 msgid "Example: Please provide us feedback on this section." -msgstr "" +msgstr "Ejemplo: Por favor, proporciónenos comentarios sobre esta sección." #: templates/html/studio_view.html:52 msgid "Freeform placeholder" From 4d53069076d752c1e8bb53f707cde392f0af3e49 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 15:29:51 +0000 Subject: [PATCH 06/20] chore: Translate django.po in es_419 63% of minimum 50% translated source file: 'django.po' on 'es_419'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- .../feedback/conf/locale/es_419/LC_MESSAGES/django.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/translations/FeedbackXBlock/feedback/conf/locale/es_419/LC_MESSAGES/django.po b/translations/FeedbackXBlock/feedback/conf/locale/es_419/LC_MESSAGES/django.po index 3c8e6819462..e7ddae24188 100644 --- a/translations/FeedbackXBlock/feedback/conf/locale/es_419/LC_MESSAGES/django.po +++ b/translations/FeedbackXBlock/feedback/conf/locale/es_419/LC_MESSAGES/django.po @@ -168,7 +168,7 @@ msgstr "Ejemplo: Por favor, proporciónenos comentarios sobre esta sección." #: templates/html/studio_view.html:52 msgid "Freeform placeholder" -msgstr "" +msgstr "Texto del comentario libre del usuario" #: templates/html/studio_view.html:55 msgid "This is shown as grayed out text before the student has answered." From d02e877af941a0acaacb81b4f05f2082d8e56dd0 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 15:30:01 +0000 Subject: [PATCH 07/20] chore: Translate django.po in es_419 65% of minimum 50% translated source file: 'django.po' on 'es_419'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- .../feedback/conf/locale/es_419/LC_MESSAGES/django.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/translations/FeedbackXBlock/feedback/conf/locale/es_419/LC_MESSAGES/django.po b/translations/FeedbackXBlock/feedback/conf/locale/es_419/LC_MESSAGES/django.po index e7ddae24188..afb51c7f54b 100644 --- a/translations/FeedbackXBlock/feedback/conf/locale/es_419/LC_MESSAGES/django.po +++ b/translations/FeedbackXBlock/feedback/conf/locale/es_419/LC_MESSAGES/django.po @@ -172,11 +172,11 @@ msgstr "Texto del comentario libre del usuario" #: templates/html/studio_view.html:55 msgid "This is shown as grayed out text before the student has answered." -msgstr "" +msgstr "Esto es mostrado como texto gris antes que el usuario haya contestado" #: templates/html/studio_view.html:60 msgid "Likert icon set" -msgstr "" +msgstr "Grupo de íconos" #: templates/html/studio_view.html:62 msgid "Faces (happy to sad)" From 477f72bf1b647233e6c9092258e615a69f44aeba Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 15:30:17 +0000 Subject: [PATCH 08/20] chore: Translate django.po in es_419 67% of minimum 50% translated source file: 'django.po' on 'es_419'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- .../feedback/conf/locale/es_419/LC_MESSAGES/django.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/translations/FeedbackXBlock/feedback/conf/locale/es_419/LC_MESSAGES/django.po b/translations/FeedbackXBlock/feedback/conf/locale/es_419/LC_MESSAGES/django.po index afb51c7f54b..25c5c883f57 100644 --- a/translations/FeedbackXBlock/feedback/conf/locale/es_419/LC_MESSAGES/django.po +++ b/translations/FeedbackXBlock/feedback/conf/locale/es_419/LC_MESSAGES/django.po @@ -180,7 +180,7 @@ msgstr "Grupo de íconos" #: templates/html/studio_view.html:62 msgid "Faces (happy to sad)" -msgstr "" +msgstr "Caras (feliz a triste)" #: templates/html/studio_view.html:63 msgid "Faces (sad to happy to sad)" From f11b17f0b564744fd3b5f28a54377f952f517b62 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 15:30:28 +0000 Subject: [PATCH 09/20] chore: Translate django.po in es_419 70% of minimum 50% translated source file: 'django.po' on 'es_419'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- .../feedback/conf/locale/es_419/LC_MESSAGES/django.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/translations/FeedbackXBlock/feedback/conf/locale/es_419/LC_MESSAGES/django.po b/translations/FeedbackXBlock/feedback/conf/locale/es_419/LC_MESSAGES/django.po index 25c5c883f57..575509bd745 100644 --- a/translations/FeedbackXBlock/feedback/conf/locale/es_419/LC_MESSAGES/django.po +++ b/translations/FeedbackXBlock/feedback/conf/locale/es_419/LC_MESSAGES/django.po @@ -184,7 +184,7 @@ msgstr "Caras (feliz a triste)" #: templates/html/studio_view.html:63 msgid "Faces (sad to happy to sad)" -msgstr "" +msgstr "Caras (triste a feliz a triste)" #: templates/html/studio_view.html:64 msgid "Numeric" From b638d03ba98c5d2cf477e909348aaf43cbb5ed2f Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 15:30:38 +0000 Subject: [PATCH 10/20] chore: Translate django.po in es_419 72% of minimum 50% translated source file: 'django.po' on 'es_419'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- .../feedback/conf/locale/es_419/LC_MESSAGES/django.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/translations/FeedbackXBlock/feedback/conf/locale/es_419/LC_MESSAGES/django.po b/translations/FeedbackXBlock/feedback/conf/locale/es_419/LC_MESSAGES/django.po index 575509bd745..d0fdb91c265 100644 --- a/translations/FeedbackXBlock/feedback/conf/locale/es_419/LC_MESSAGES/django.po +++ b/translations/FeedbackXBlock/feedback/conf/locale/es_419/LC_MESSAGES/django.po @@ -188,7 +188,7 @@ msgstr "Caras (triste a feliz a triste)" #: templates/html/studio_view.html:64 msgid "Numeric" -msgstr "" +msgstr "Numérico" #: templates/html/studio_view.html:67 msgid "We can either show happy/sad faces, or numbers 1-5." From 26819cc9b9fdf24ef17594915f3470101a08f21c Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 15:30:50 +0000 Subject: [PATCH 11/20] chore: Translate django.po in es_419 74% of minimum 50% translated source file: 'django.po' on 'es_419'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- .../feedback/conf/locale/es_419/LC_MESSAGES/django.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/translations/FeedbackXBlock/feedback/conf/locale/es_419/LC_MESSAGES/django.po b/translations/FeedbackXBlock/feedback/conf/locale/es_419/LC_MESSAGES/django.po index d0fdb91c265..a31984ed496 100644 --- a/translations/FeedbackXBlock/feedback/conf/locale/es_419/LC_MESSAGES/django.po +++ b/translations/FeedbackXBlock/feedback/conf/locale/es_419/LC_MESSAGES/django.po @@ -192,11 +192,11 @@ msgstr "Numérico" #: templates/html/studio_view.html:67 msgid "We can either show happy/sad faces, or numbers 1-5." -msgstr "" +msgstr "Podemos mostrar caras felices/triste, o números 1-5." #: templates/html/studio_view.html:72 msgid "Likert prompt" -msgstr "" +msgstr "Texto del likert" #: templates/html/studio_view.html:75 msgid "Example: Please rate your overall experience with this section." From 87a1be70ba7907e008b7953e017bb37a9f3ba723 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 15:31:01 +0000 Subject: [PATCH 12/20] chore: Translate django.po in es_419 78% of minimum 50% translated source file: 'django.po' on 'es_419'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- .../feedback/conf/locale/es_419/LC_MESSAGES/django.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/translations/FeedbackXBlock/feedback/conf/locale/es_419/LC_MESSAGES/django.po b/translations/FeedbackXBlock/feedback/conf/locale/es_419/LC_MESSAGES/django.po index a31984ed496..4e4d7c7cc8d 100644 --- a/translations/FeedbackXBlock/feedback/conf/locale/es_419/LC_MESSAGES/django.po +++ b/translations/FeedbackXBlock/feedback/conf/locale/es_419/LC_MESSAGES/django.po @@ -200,7 +200,7 @@ msgstr "Texto del likert" #: templates/html/studio_view.html:75 msgid "Example: Please rate your overall experience with this section." -msgstr "" +msgstr "Ejemplo: Por favor califique su experiencia general con esta sección" #: templates/html/studio_view.html:80 msgid "Likert option 1" From 106f478ad8e1568702e72ee7a2a19170773804c8 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 15:31:11 +0000 Subject: [PATCH 13/20] chore: Translate django.po in es_419 81% of minimum 50% translated source file: 'django.po' on 'es_419'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- .../feedback/conf/locale/es_419/LC_MESSAGES/django.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/translations/FeedbackXBlock/feedback/conf/locale/es_419/LC_MESSAGES/django.po b/translations/FeedbackXBlock/feedback/conf/locale/es_419/LC_MESSAGES/django.po index 4e4d7c7cc8d..36167f6270b 100644 --- a/translations/FeedbackXBlock/feedback/conf/locale/es_419/LC_MESSAGES/django.po +++ b/translations/FeedbackXBlock/feedback/conf/locale/es_419/LC_MESSAGES/django.po @@ -204,11 +204,11 @@ msgstr "Ejemplo: Por favor califique su experiencia general con esta sección" #: templates/html/studio_view.html:80 msgid "Likert option 1" -msgstr "" +msgstr "Opción 1 del likert" #: templates/html/studio_view.html:83 msgid "Example: Excellent!" -msgstr "" +msgstr "Ejemplo: ¡Excellente!" #: templates/html/studio_view.html:88 msgid "Likert option 2" From bcc394b155fc2f33336c4c50ae29242223914fdf Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 15:31:20 +0000 Subject: [PATCH 14/20] chore: Translate django.po in es_419 83% of minimum 50% translated source file: 'django.po' on 'es_419'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- .../feedback/conf/locale/es_419/LC_MESSAGES/django.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/translations/FeedbackXBlock/feedback/conf/locale/es_419/LC_MESSAGES/django.po b/translations/FeedbackXBlock/feedback/conf/locale/es_419/LC_MESSAGES/django.po index 36167f6270b..e7a03f555b6 100644 --- a/translations/FeedbackXBlock/feedback/conf/locale/es_419/LC_MESSAGES/django.po +++ b/translations/FeedbackXBlock/feedback/conf/locale/es_419/LC_MESSAGES/django.po @@ -212,11 +212,11 @@ msgstr "Ejemplo: ¡Excellente!" #: templates/html/studio_view.html:88 msgid "Likert option 2" -msgstr "" +msgstr "Opción 2 del likert" #: templates/html/studio_view.html:91 msgid "Example: Good" -msgstr "" +msgstr "Ejemplo: Bueno" #: templates/html/studio_view.html:96 msgid "Likert option 3" From 439c6782dc64f8901bb5879b796472728ffb334e Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 15:31:31 +0000 Subject: [PATCH 15/20] chore: Translate django.po in es_419 85% of minimum 50% translated source file: 'django.po' on 'es_419'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- .../feedback/conf/locale/es_419/LC_MESSAGES/django.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/translations/FeedbackXBlock/feedback/conf/locale/es_419/LC_MESSAGES/django.po b/translations/FeedbackXBlock/feedback/conf/locale/es_419/LC_MESSAGES/django.po index e7a03f555b6..d82b1f07855 100644 --- a/translations/FeedbackXBlock/feedback/conf/locale/es_419/LC_MESSAGES/django.po +++ b/translations/FeedbackXBlock/feedback/conf/locale/es_419/LC_MESSAGES/django.po @@ -220,7 +220,7 @@ msgstr "Ejemplo: Bueno" #: templates/html/studio_view.html:96 msgid "Likert option 3" -msgstr "" +msgstr "Opción 3 del likert" #: templates/html/studio_view.html:99 msgid "Example: Average" From 1040aed65d16b8a68778ed2133ae339a2157a0bd Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 15:31:40 +0000 Subject: [PATCH 16/20] chore: Translate django.po in es_419 89% of minimum 50% translated source file: 'django.po' on 'es_419'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- .../feedback/conf/locale/es_419/LC_MESSAGES/django.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/translations/FeedbackXBlock/feedback/conf/locale/es_419/LC_MESSAGES/django.po b/translations/FeedbackXBlock/feedback/conf/locale/es_419/LC_MESSAGES/django.po index d82b1f07855..7428073cf4b 100644 --- a/translations/FeedbackXBlock/feedback/conf/locale/es_419/LC_MESSAGES/django.po +++ b/translations/FeedbackXBlock/feedback/conf/locale/es_419/LC_MESSAGES/django.po @@ -224,7 +224,7 @@ msgstr "Opción 3 del likert" #: templates/html/studio_view.html:99 msgid "Example: Average" -msgstr "" +msgstr "Ejemplo: Promedio" #: templates/html/studio_view.html:104 msgid "Likert option 4" From e64b5684852ef7bb345c884d333240248c8ed97e Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 15:31:50 +0000 Subject: [PATCH 17/20] chore: Translate django.po in es_419 90% of minimum 50% translated source file: 'django.po' on 'es_419'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- .../feedback/conf/locale/es_419/LC_MESSAGES/django.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/translations/FeedbackXBlock/feedback/conf/locale/es_419/LC_MESSAGES/django.po b/translations/FeedbackXBlock/feedback/conf/locale/es_419/LC_MESSAGES/django.po index 7428073cf4b..eb2c7868372 100644 --- a/translations/FeedbackXBlock/feedback/conf/locale/es_419/LC_MESSAGES/django.po +++ b/translations/FeedbackXBlock/feedback/conf/locale/es_419/LC_MESSAGES/django.po @@ -228,11 +228,11 @@ msgstr "Ejemplo: Promedio" #: templates/html/studio_view.html:104 msgid "Likert option 4" -msgstr "" +msgstr "Opción 4 del likert" #: templates/html/studio_view.html:107 msgid "Example: Fair" -msgstr "" +msgstr "Ejemplo: Regular" #: templates/html/studio_view.html:112 msgid "Likert option 5" From f746bf0265f12450b978ebc00eb073cfebfc92a0 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 15:32:00 +0000 Subject: [PATCH 18/20] chore: Translate django.po in es_419 94% of minimum 50% translated source file: 'django.po' on 'es_419'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- .../feedback/conf/locale/es_419/LC_MESSAGES/django.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/translations/FeedbackXBlock/feedback/conf/locale/es_419/LC_MESSAGES/django.po b/translations/FeedbackXBlock/feedback/conf/locale/es_419/LC_MESSAGES/django.po index eb2c7868372..72deee80c2a 100644 --- a/translations/FeedbackXBlock/feedback/conf/locale/es_419/LC_MESSAGES/django.po +++ b/translations/FeedbackXBlock/feedback/conf/locale/es_419/LC_MESSAGES/django.po @@ -236,7 +236,7 @@ msgstr "Ejemplo: Regular" #: templates/html/studio_view.html:112 msgid "Likert option 5" -msgstr "" +msgstr "Opción 5 del likert" #: templates/html/studio_view.html:115 msgid "Example: Poor" From bd839ba0eb8fe224580469655971f5aa280f14b5 Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 15:32:09 +0000 Subject: [PATCH 19/20] chore: Translate django.po in es_419 96% of minimum 50% translated source file: 'django.po' on 'es_419'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- .../feedback/conf/locale/es_419/LC_MESSAGES/django.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/translations/FeedbackXBlock/feedback/conf/locale/es_419/LC_MESSAGES/django.po b/translations/FeedbackXBlock/feedback/conf/locale/es_419/LC_MESSAGES/django.po index 72deee80c2a..0ddbd82514e 100644 --- a/translations/FeedbackXBlock/feedback/conf/locale/es_419/LC_MESSAGES/django.po +++ b/translations/FeedbackXBlock/feedback/conf/locale/es_419/LC_MESSAGES/django.po @@ -240,11 +240,11 @@ msgstr "Opción 5 del likert" #: templates/html/studio_view.html:115 msgid "Example: Poor" -msgstr "" +msgstr "Ejemplo: Deficiente" #: templates/html/studio_view.html:122 msgid "Save" -msgstr "" +msgstr "Guardar" #: templates/html/studio_view.html:125 msgid "Cancel" From b919c2ebce734fd814ee17a0b85429d46c0ce79e Mon Sep 17 00:00:00 2001 From: "transifex-integration[bot]" <43880903+transifex-integration[bot]@users.noreply.github.com> Date: Wed, 22 Nov 2023 15:32:18 +0000 Subject: [PATCH 20/20] chore: Translate django.po in es_419 98% of minimum 50% translated source file: 'django.po' on 'es_419'. Sync of partially translated files: untranslated content is included with an empty translation or source language content depending on file format --- .../feedback/conf/locale/es_419/LC_MESSAGES/django.po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/translations/FeedbackXBlock/feedback/conf/locale/es_419/LC_MESSAGES/django.po b/translations/FeedbackXBlock/feedback/conf/locale/es_419/LC_MESSAGES/django.po index 0ddbd82514e..9a832a1b79f 100644 --- a/translations/FeedbackXBlock/feedback/conf/locale/es_419/LC_MESSAGES/django.po +++ b/translations/FeedbackXBlock/feedback/conf/locale/es_419/LC_MESSAGES/django.po @@ -248,4 +248,4 @@ msgstr "Guardar" #: templates/html/studio_view.html:125 msgid "Cancel" -msgstr "" +msgstr "Cancelar"