Skip to content

Commit

Permalink
Merge pull request #49 from DSInnovators/school-book-demand-title-fix
Browse files Browse the repository at this point in the history
Added book lot card title and renamed book demand title
  • Loading branch information
osman-goni-cse committed May 28, 2024
2 parents 1b34d44 + a2e5f06 commit 819c60e
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -325,20 +325,20 @@ const TITLE_LOCALES_BN = {
'bn': 'পরীক্ষা, গ্রেড এবং বছর অনুসারে শিক্ষার্থীদের পারফরম্যান্সের লেভেল'
},
'admin.dashboard.book.distribution.progress.submitted' : {
'en': 'Submitted Book Demand',
'bn': 'বইয়ের চাহিদা জমা হয়েছে'
'en': 'Submitted School Book Demand',
'bn': 'বিদ্যালয়ের বইয়ের চাহিদা জমা হয়েছে'
},
'admin.dashboard.book.distribution.progress.approved' : {
'en': 'Approved Book Demand',
'bn': 'অনুমোদিত বইয়ের চাহিদা'
'en': 'Approved School Book Demand',
'bn': 'বিদ্যালয়ের বইয়ের চাহিদা অনুমোদন হয়েছে'
},
'admin.dashboard.book.distribution.progress.pending' : {
'en': 'Pending Book Demand',
'bn': 'পেন্ডিং বইয়ের চাহিদা'
'en': 'Pending School Book Demand',
'bn': 'বিদ্যালয়ের বইয়ের চাহিদা পেন্ডিং আছে'
},
'admin.dashboard.book.distribution.progress.rejected' : {
'en': 'Rejected Book Demand',
'bn': 'প্রত্যাখ্যাত বইয়ের চাহিদা'
'en': 'Rejected School Book Demand',
'bn': 'বিদ্যালয়ের বইয়ের চাহিদা প্রত্যাখ্যাত হয়েছে'
},
'admin.dashboard.book.distribution.progress' : {
'en': 'Progress of Book Demand',
Expand All @@ -360,6 +360,22 @@ const TITLE_LOCALES_BN = {
'en': 'Yet to be distributed schools',
'bn': 'বিদ্যালয়ে কোনও বই বিতরণ হয়নি'
},
'admin.dashboard.book.lot.total' : {
'en': 'Total Number of lots',
'bn': 'মোট লট সংখ্যা'
},
'admin.dashboard.book.lot.scheduled' : {
'en': 'Scheduled',
'bn': 'তালিকাভুক্ত'
},
'admin.dashboard.book.lot.partially.delivered' : {
'en': 'Partially Delivered',
'bn': 'আংশিক বিতরণ সম্পন্ন'
},
'admin.dashboard.book.lot.delivered' : {
'en': 'Delivered',
'bn': 'বিতরণ সম্পন্ন'
},
'admin.book.flow': {
'en' : 'Current Status of every distributed book',
'bn' : 'প্রতিটি বইয়ের বিতরণের বর্তমান অবস্থা'
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"edition": "enterprise",
"version" : "v0.38.1.55"
"version" : "v0.38.1.56"
}

0 comments on commit 819c60e

Please sign in to comment.