Skip to content

Commit

Permalink
chore: import translations from openedx-translations
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian2012 committed Nov 22, 2023
1 parent 3eababa commit 6a9a9f3
Show file tree
Hide file tree
Showing 10 changed files with 1,003 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,3 @@ geckodriver.log
*.egg-info
__pycache__

# Translations
feedback/conf/locale/*/LC_MESSAGES/*
Binary file added feedback/conf/locale/en/LC_MESSAGES/django.mo
Binary file not shown.
243 changes: 243 additions & 0 deletions feedback/conf/locale/en/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
@@ -0,0 +1,243 @@
# edX translation file.
# Copyright (C) 2023 EdX
# This file is distributed under the GNU AFFERO GENERAL PUBLIC LICENSE.
# EdX Team <info@edx.org>, 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-13 09:00+0000\n"
"Last-Translator: \n"
"Language-Team: openedx-translation <openedx-translation@googlegroups.com>\n"
"Language: en\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

#: feedback.py:73
msgid "Freeform user prompt"
msgstr ""

#: feedback.py:79 feedback.py:95
msgid "Random number generated for p. -1 if uninitialized"
msgstr ""

#: feedback.py:84
msgid "How user voted. -1 if didn't vote"
msgstr ""

#: feedback.py:90
msgid "What percent of the time should this show?"
msgstr ""

#: feedback.py:100
msgid "A list of user votes"
msgstr ""

#: feedback.py:104
msgid "Feedback"
msgstr ""

#: feedback.py:107
msgid "Display Name"
msgstr ""

#: feedback.py:108
msgid "Provide Feedback"
msgstr ""

#: feedback.py:113 templates/html/studio_view.html:17
msgid "Voting message"
msgstr ""

#: feedback.py:114
msgid "Thank you for voting!"
msgstr ""

#: feedback.py:119 templates/html/studio_view.html:25
msgid "Feedback message"
msgstr ""

#: feedback.py:120
msgid "Thank you for your feedback!"
msgstr ""

#: feedback.py:125
msgid "Show aggregate to students"
msgstr ""

#: feedback.py:155
msgid "Please reflect on this course material"
msgstr ""

#: feedback.py:156
msgid ""
"Please take time to meaningfully reflect on your experience with this course"
" material."
msgstr ""

#: feedback.py:159
msgid "Please rate your overall experience"
msgstr ""

#: feedback.py:160
msgid "Excellent"
msgstr ""

#: feedback.py:161
msgid "Good"
msgstr ""

#: feedback.py:162
msgid "Average"
msgstr ""

#: feedback.py:163
msgid "Fair"
msgstr ""

#: feedback.py:164
msgid "Poor"
msgstr ""

#: feedback.py:388
msgid "Please vote!"
msgstr ""

#: templates/html/feedback.html:17
msgid "Submit Feedback"
msgstr ""

#: 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 ""

#: templates/html/studio_view.html:9
msgid "Display name"
msgstr ""

#: templates/html/studio_view.html:12
msgid "The name of the component."
msgstr ""

#: templates/html/studio_view.html:20
msgid "The message to show after user vote."
msgstr ""

#: templates/html/studio_view.html:28
msgid "The message to show after user feedback."
msgstr ""

#: 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 ""
Binary file added feedback/conf/locale/es_419/LC_MESSAGES/django.mo
Binary file not shown.
Loading

0 comments on commit 6a9a9f3

Please sign in to comment.