From a7515363dbb351db8dc09e62af31869ab63a9687 Mon Sep 17 00:00:00 2001 From: musmanmalik Date: Tue, 14 Apr 2020 18:25:24 +0500 Subject: [PATCH] japanese translation update request --- .../translations/ja_JP/LC_MESSAGES/text.mo | Bin 38534 -> 38525 bytes .../translations/ja_JP/LC_MESSAGES/text.po | 2 +- .../translations/ja_JP/LC_MESSAGES/textjs.mo | Bin 1067 -> 1281 bytes .../translations/ja_JP/LC_MESSAGES/textjs.po | 3 ++- setup.py | 2 +- 5 files changed, 4 insertions(+), 3 deletions(-) diff --git a/problem_builder/translations/ja_JP/LC_MESSAGES/text.mo b/problem_builder/translations/ja_JP/LC_MESSAGES/text.mo index 8625a665efd11bb573a881137d46611a4749980c..3ac1e03c5942295e81a7525d6aaf3b86cc77643b 100644 GIT binary patch delta 167 zcmZo$%k*~*(}pRcrily;46~*%Fk}MhKS0_SNT*F@VBiGOTY$6&klqKRV}LaKGzJC< zAf2-Lr0A8p*r&7SJ#Jk0xM|VjrrnR5c0O)i__%rV-txE+sAV6BY-)ep*tVH@ HYBM7M;$Kn; delta 139 zcmeynhN*2W(}pRcrdbRO46~*%Fk}L0)~O5(zCb!3NOJ<|y+GOnNFN8%F+f^i8Uup_ zkj~wFQuIpQzWAYKW?8bG`jh}(ep8W3v%aV#SP zLn4sw0MeI%_!SU?%-RRkm`Ex^LSpbn&CfHcVL79b5&ssvUHb%n2co3^rAwNyQP@%XqDL1pYI5R&_j{%>` z>fFSN_{5Tu)ZBuS;#wqa#d?#|8SOToV~l00eX^tL<;)3&PiN12+_>&>W834#g~%2H g#h>+0c-p?}apUyIjr+jl{KpMV3=n;&R*-B605ZaYG5`Po delta 186 zcmZqVTFp^^Pl#nI0}!wRu?!Hq05Lld=KwJXbO13k5O)Hx1`ziGaT^eC17a;8wq;~s z_yfclK+Fc@rvepw0qGnd?G2>218H?2&CJ5U08|17AiJ1=7%0WWz%p^+^U1FmZPh|_ uor_WvOEUBGbX^ilQmqt>3=A!G4a{|o4HXPctPD)F4U7#8HmfitFaZGS-x^N< diff --git a/problem_builder/translations/ja_JP/LC_MESSAGES/textjs.po b/problem_builder/translations/ja_JP/LC_MESSAGES/textjs.po index 5833693b..095250a4 100644 --- a/problem_builder/translations/ja_JP/LC_MESSAGES/textjs.po +++ b/problem_builder/translations/ja_JP/LC_MESSAGES/textjs.po @@ -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" diff --git a/setup.py b/setup.py index 8a3a31ee..f031d5b2 100644 --- a/setup.py +++ b/setup.py @@ -28,7 +28,7 @@ # Constants ######################################################### -VERSION = '3.4.14' +VERSION = '3.4.15' # Functions #########################################################