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
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,8 @@ locales:
msgfmt -o modules/timepoint_list/locale/ja/LC_MESSAGES/timepoint_list.mo modules/timepoint_list/locale/ja/LC_MESSAGES/timepoint_list.po
msgfmt -o modules/timepoint_list/locale/es/LC_MESSAGES/timepoint_list.mo modules/timepoint_list/locale/es/LC_MESSAGES/timepoint_list.po
msgfmt -o modules/user_accounts/locale/ja/LC_MESSAGES/user_accounts.mo modules/user_accounts/locale/ja/LC_MESSAGES/user_accounts.po

msgfmt -o modules/user_accounts/locale/hi/LC_MESSAGES/user_accounts.mo modules/user_accounts/locale/hi/LC_MESSAGES/user_accounts.po
npx i18next-conv -l hi -s modules/user_accounts/locale/hi/LC_MESSAGES/user_accounts.po -t modules/user_accounts/locale/hi/LC_MESSAGES/user_accounts.json

acknowledgements: modules/acknowledgements/locale/ja/LC_MESSAGES/acknowledgements.mo
target=acknowledgements npm run compile
Expand Down
45 changes: 36 additions & 9 deletions locale/hi/LC_MESSAGES/loris.po
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,24 @@ msgstr "नहीं"
msgid "N/A"
msgstr "लागू नहीं"

msgid "Save"
msgstr "सहेजें"

msgid "Reset"
msgstr "रीसेट करें"

msgid "Back"
msgstr "वापस"

msgid "None"
msgstr "कोई नहीं"

msgid "Y"
msgstr "हाँ"

msgid "N"
msgstr "नहीं"

msgid "Create"
msgstr "बनाएँ"

Expand Down Expand Up @@ -165,12 +183,21 @@ msgstr "डीसीसीआईडी"
msgid "Visit Label"
msgstr "दौरे का लेबल"

msgid "Email"
msgstr "ईमेल"

msgid "Site"
msgstr "साइट"

msgid "Sites"
msgstr "साइट्स"

msgid "Project"
msgstr "परियोजना"

msgid "Projects"
msgstr "प्रोजेक्ट्स"

msgid "Candidate Registration Project"
msgstr "उम्मीदवार पंजीकरण परियोजना"

Expand Down Expand Up @@ -223,6 +250,9 @@ msgstr "भ्रमण"
msgid "An error occured while loading the page."
msgstr "पृष्ठ लोड करते समय एक त्रुटि हुई।"

msgid "Active"
msgstr "सक्रिय"

msgid "Entity Type"
msgstr "इकाई प्रकार"

Expand All @@ -235,12 +265,6 @@ msgstr "भाषा"
msgid "Ethnicity"
msgstr "जातीयता"

msgid "Save"
msgstr "सहेजें"

msgid "Reset"
msgstr "रीसेट करें"

# Data table strings
msgid "{{pageCount}} rows displayed of {{totalCount}}."
msgstr "{{totalCount}} में से {{pageCount}} पंक्तियाँ प्रदर्शित"
Expand Down Expand Up @@ -306,12 +330,18 @@ msgstr "ईमेल पता"
msgid "New Password"
msgstr "नया पासवर्ड"

msgid "Password"
msgstr "पासवर्ड"

msgid "Confirm Password"
msgstr "पासवर्ड की पुष्टि करें"

msgid "Email address is required"
msgstr "ईमेल पता आवश्यक है"

msgid "Email address cannot contain any of the following characters: <, >, &, and \""
msgstr "ईमेल पता निम्नलिखित किसी भी वर्ण को नहीं शामिल कर सकता: <, >, &, और \""

msgid "The password must be at least 8 characters long."
msgstr "पासवर्ड कम से कम 8 अक्षरों का होना चाहिए।"

Expand Down Expand Up @@ -370,9 +400,6 @@ msgstr "पूर्ण"
msgid "Instruments"
msgstr "उपकरण"

msgid "None"
msgstr "कोई नहीं"

msgid "Partial"
msgstr "आंशिक"

Expand Down
46 changes: 37 additions & 9 deletions locale/loris.pot
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,24 @@ msgstr ""
msgid "N/A"
msgstr ""

msgid "Save"
msgstr ""

msgid "Reset"
msgstr ""

msgid "Back"
msgstr ""

msgid "None"
msgstr ""

msgid "Y"
msgstr ""

msgid "N"
msgstr ""

msgid "Create"
msgstr ""

Expand Down Expand Up @@ -167,15 +185,24 @@ msgstr ""
msgid "Visit Label"
msgstr ""

msgid "Email"
msgstr ""

msgid "Site"
msgstr ""

msgid "Sites"
msgstr ""

msgid "Module"
msgstr ""

msgid "Project"
msgstr ""

msgid "Projects"
msgstr ""

msgid "Candidate Registration Project"
msgstr ""

Expand Down Expand Up @@ -231,6 +258,9 @@ msgstr ""
msgid "An error occured while loading the page."
msgstr ""

msgid "Active"
msgstr ""

msgid "Entity Type"
msgstr ""

Expand All @@ -243,12 +273,6 @@ msgstr ""
msgid "Ethnicity"
msgstr ""

msgid "Save"
msgstr ""

msgid "Reset"
msgstr ""

# Data table strings
msgid "{{pageCount}} rows displayed of {{totalCount}}."
msgstr ""
Expand Down Expand Up @@ -314,12 +338,18 @@ msgstr ""
msgid "New Password"
msgstr ""

msgid "Password"
msgstr ""

msgid "Confirm Password"
msgstr ""

msgid "Email address is required"
msgstr ""

msgid "Email address cannot contain any of the following characters: <, >, &, and \""
msgstr ""

msgid "The password must be at least 8 characters long."
msgstr ""

Expand All @@ -334,6 +364,7 @@ msgstr ""

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

msgid "Total"
msgstr ""

Expand Down Expand Up @@ -387,9 +418,6 @@ msgid "Instrument"
msgid_plural "Instruments"
msgstr[0] ""

msgid "None"
msgstr ""

msgid "Partial"
msgstr ""

Expand Down
Loading
Loading