Skip to content
Open
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
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@ locales:
msgfmt -o modules/help_editor/locale/ja/LC_MESSAGES/help_editor.mo modules/help_editor/locale/ja/LC_MESSAGES/help_editor.po
msgfmt -o modules/imaging_browser/locale/ja/LC_MESSAGES/imaging_browser.mo modules/imaging_browser/locale/ja/LC_MESSAGES/imaging_browser.po
npx i18next-conv -l ja -s modules/imaging_browser/locale/ja/LC_MESSAGES/imaging_browser.po -t modules/imaging_browser/locale/ja/LC_MESSAGES/imaging_browser.json --compatibilityJSON v4
msgfmt -o modules/imaging_browser/locale/hi/LC_MESSAGES/imaging_browser.mo modules/imaging_browser/locale/hi/LC_MESSAGES/imaging_browser.po
npx i18next-conv -l hi -s modules/imaging_browser/locale/hi/LC_MESSAGES/imaging_browser.po -t modules/imaging_browser/locale/hi/LC_MESSAGES/imaging_browser.json --compatibilityJSON v4
msgfmt -o modules/imaging_qc/locale/ja/LC_MESSAGES/imaging_qc.mo modules/imaging_qc/locale/ja/LC_MESSAGES/imaging_qc.po
msgfmt -o modules/imaging_uploader/locale/ja/LC_MESSAGES/imaging_uploader.mo modules/imaging_uploader/locale/ja/LC_MESSAGES/imaging_uploader.po
msgfmt -o modules/instrument_builder/locale/ja/LC_MESSAGES/instrument_builder.mo modules/instrument_builder/locale/ja/LC_MESSAGES/instrument_builder.po
Expand Down
36 changes: 30 additions & 6 deletions locale/hi/LC_MESSAGES/loris.po
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,24 @@ msgstr "उन्नत फ़िल्टर दिखाएँ"
msgid "Hide Advanced Filters"
msgstr "उन्नत फ़िल्टर छिपाएँ"

msgid "Pass"
msgstr "पास"

msgid "Fail"
msgstr "फेल"

msgid "True"
msgstr "सत्य"

msgid "False"
msgstr "असत्य"

msgid "Selected"
msgstr "चयनित"

msgid "selected"
msgstr "चयनित"

# Common swal labels
msgid "Cancel"
msgstr "रद्द करें"
Expand Down Expand Up @@ -241,6 +259,12 @@ msgstr "सहेजें"
msgid "Reset"
msgstr "रीसेट करें"

msgid "Previous"
msgstr "पिछला"

msgid "Next"
msgstr "अगला"

# Data table strings
msgid "{{pageCount}} rows displayed of {{totalCount}}."
msgstr "{{totalCount}} में से {{pageCount}} पंक्तियाँ प्रदर्शित"
Expand Down Expand Up @@ -275,6 +299,9 @@ msgstr "दृश्य"
msgid "NEW"
msgstr "नया"

msgid "New"
msgstr "नया"

msgid "Updated"
msgstr "अद्यतन किया गया"

Expand Down Expand Up @@ -327,16 +354,16 @@ msgstr "कोई विशेष अक्षर आवश्यक नही
msgid "We suggest using a password manager to generate one for you."
msgstr "हम सुझाव देते हैं कि आपके लिए पासवर्ड बनाने हेतु पासवर्ड मैनेजर का उपयोग करें।"

msgid "Total"
msgstr "कुल"

msgid "Error!"
msgstr "त्रुटि!"

# Common timepoint and visit terms
msgid "Not Started"
msgstr "शुरू नहीं हुआ"

msgid "Total"
msgstr "कुल"

msgid "Screening"
msgstr "जांच"

Expand All @@ -352,9 +379,6 @@ msgstr "विषय"
msgid "Recycling Bin"
msgstr "रिसाइक्लिंग बिन"

msgid "Pass"
msgstr "उत्तीर्ण"

msgid "Failure"
msgstr "विफलता"

Expand Down
33 changes: 29 additions & 4 deletions locale/loris.pot
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Default LORIS strings to be translated (English).
# Default LORIS strings to be translated (English)
# Copy this to a language specific file and add translations to the
# new file.
# Copyright (C) 2025
Expand Down Expand Up @@ -147,6 +147,24 @@ msgstr ""
msgid "Hide Advanced Filters"
msgstr ""

msgid "Pass"
msgstr ""

msgid "Fail"
msgstr ""

msgid "True"
msgstr ""

msgid "False"
msgstr ""

msgid "Selected"
msgstr ""

msgid "selected"
msgstr ""

# Common swal labels
msgid "OK"
msgstr ""
Expand Down Expand Up @@ -243,6 +261,12 @@ msgstr ""
msgid "Ethnicity"
msgstr ""

msgid "Previous"
msgstr ""

msgid "Next"
msgstr ""

msgid "Save"
msgstr ""

Expand Down Expand Up @@ -283,6 +307,9 @@ msgstr ""
msgid "NEW"
msgstr ""

msgid "New"
msgstr ""

msgid "Updated"
msgstr ""

Expand Down Expand Up @@ -334,6 +361,7 @@ msgstr ""

msgid "We suggest using a password manager to generate one for you."
msgstr ""

msgid "Total"
msgstr ""

Expand Down Expand Up @@ -365,9 +393,6 @@ msgstr ""
msgid "Recycling Bin"
msgstr ""

msgid "Pass"
msgstr ""

msgid "Failure"
msgstr ""

Expand Down
8 changes: 4 additions & 4 deletions modules/imaging_browser/jsx/CandidateScanQCSummaryWidget.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,13 +70,13 @@ function CandidateScanQCSummaryWidget(props) {
{ns: 'imaging_browser'})}</li>
</ul>
<p>
{t('Different shades represent different modalities. '
+ 'Only native modalities are displayed in results.',
{t('Different shades represent different modalities.'+
' Only native modalities are displayed in results.',
{ns: 'imaging_browser'})}
</p>
<p>
{t('Hover over any visit to see detailed modality breakdown for visit, '
+ 'click to go to imaging browser.', {ns: 'imaging_browser'})}
{t('Hover over any visit to see detailed modality breakdown for visit,'+
' click to go to imaging browser.', {ns: 'imaging_browser'})}
</p>
</div>;
}
Expand Down
Loading
Loading