Skip to content
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
Binary file modified problem_builder/translations/ja_JP/LC_MESSAGES/text.mo
Binary file not shown.
2 changes: 1 addition & 1 deletion problem_builder/translations/ja_JP/LC_MESSAGES/text.po
Original file line number Diff line number Diff line change
Expand Up @@ -1484,7 +1484,7 @@ msgstr "追加のカスタム選択肢とヒント:"
msgid ""
"You might consider reviewing the following items before your next assessment"
" attempt:"
msgstr "次のアセスメントに挑戦する前に、次の項目を見直すことを考慮してください:"
msgstr "次回のアセスメントを受ける前に、以下の項目について見直しましょう:"

#: templates/html/sb-review-score.html:5
#, python-format
Expand Down
Binary file modified problem_builder/translations/ja_JP/LC_MESSAGES/textjs.mo
Binary file not shown.
3 changes: 2 additions & 1 deletion problem_builder/translations/ja_JP/LC_MESSAGES/textjs.po
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ msgstr ""
#: templates/html/mentoring_attempts.underscore:5
msgid "You have used {num_used} of 1 submission."
msgid_plural "You have used {num_used} of {max_attempts} submissions."
msgstr[0] ""
msgstr[0] "上限1回のうち {num_used} 回提出しました。"
msgstr[1] "上限{max_attempts}回のうち {num_used} 回提出しました。"

#: public/js/instructor_tool.js:349
msgid "All"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

# Constants #########################################################

VERSION = '3.4.14'
VERSION = '3.4.15'

# Functions #########################################################

Expand Down