Skip to content

Commit c278dc5

Browse files
author
Saket Hatwar
committed
change
1 parent 0844b46 commit c278dc5

File tree

8 files changed

+225
-91
lines changed

8 files changed

+225
-91
lines changed

locale/hi/LC_MESSAGES/loris.po

Lines changed: 26 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,18 @@ msgstr "हाँ"
117117
msgid "No"
118118
msgstr "नहीं"
119119

120+
msgid "Save"
121+
msgstr "सहेजें"
122+
123+
msgid "Reset"
124+
msgstr "रीसेट करें"
125+
126+
msgid "Back"
127+
msgstr "वापस"
128+
129+
msgid "None"
130+
msgstr "कोई नहीं"
131+
120132
# Common candidate terms
121133
msgid "PSCID"
122134
msgstr "पीएससीआईडी"
@@ -140,7 +152,8 @@ msgid "Projects"
140152
msgstr "प्रोजेक्ट्स"
141153

142154
msgid "Cohort"
143-
msgstr "समूह"
155+
msgid_plural "Cohorts"
156+
msgstr[0] "समूह"
144157

145158
msgid "Date of registration"
146159
msgstr "पंजीकरण की तिथि"
@@ -176,5 +189,15 @@ msgstr "{{totalCount}} में से {{pageCount}} पंक्तिया
176189
msgid "Maximum rows per page:"
177190
msgstr "प्रति पृष्ठ अधिकतम पंक्तियाँ:"
178191

179-
msgid "Download Table as CSV"
180-
msgstr "तालिका को CSV के रूप में डाउनलोड करें"
192+
msgid "Download Data as CSV"
193+
msgstr "डेटा को CSV के रूप में डाउनलोड करें"
194+
195+
#: php/libraries/Password.class.inc
196+
msgid "The password is too short"
197+
msgstr "पासवर्ड बहुत छोटा है"
198+
199+
msgid "The password is not complex enough."
200+
msgstr "पासवर्ड पर्याप्त जटिल नहीं है।"
201+
202+
msgid "This password is known to be exposed in online data breaches."
203+
msgstr "यह पासवर्ड ऑनलाइन डेटा उल्लंघनों में उजागर होने के लिए जाना जाता है।"

locale/loris.pot

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,18 @@ msgstr ""
116116
msgid "No"
117117
msgstr ""
118118

119+
msgid "Save"
120+
msgstr ""
121+
122+
msgid "Reset"
123+
msgstr ""
124+
125+
msgid "Back"
126+
msgstr ""
127+
128+
msgid "None"
129+
msgstr ""
130+
119131
# Common candidate terms
120132
msgid "PSCID"
121133
msgstr ""
@@ -139,7 +151,8 @@ msgid "Projects"
139151
msgstr ""
140152

141153
msgid "Cohort"
142-
msgstr ""
154+
msgid_plural "Cohorts"
155+
msgstr[0] ""
143156

144157
msgid "Date of registration"
145158
msgstr ""
@@ -175,5 +188,15 @@ msgstr ""
175188
msgid "Maximum rows per page:"
176189
msgstr ""
177190

178-
msgid "Download Table as CSV"
191+
msgid "Download Data as CSV"
192+
msgstr ""
193+
194+
#: php/libraries/Password.class.inc
195+
msgid "The password is too short"
196+
msgstr ""
197+
198+
msgid "The password is not complex enough."
199+
msgstr ""
200+
201+
msgid "This password is known to be exposed in online data breaches."
179202
msgstr ""

modules/user_accounts/jsx/userAccountsIndex.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ class UserAccountsIndex extends Component {
114114
url = loris.BaseURL + '/user_accounts/edit_user/' + row.Username;
115115
result = <td><a href={url}>{cell}</a></td>;
116116
break;
117-
case t('Active', {ns: 'user_accounts'}):
117+
case t('Active', {ns: 'loris'}):
118118
if (row.Active === 'Y') {
119119
result = <td>{t('Yes', {ns: 'loris'})}</td>;
120120
} else if (row.Active === 'N') {
@@ -210,7 +210,7 @@ class UserAccountsIndex extends Component {
210210
},
211211
},
212212
{
213-
label: t('Active', {ns: 'user_accounts'}),
213+
label: t('Active', {ns: 'loris'}),
214214
show: true,
215215
filter: {
216216
name: 'active',

modules/user_accounts/locale/hi/LC_MESSAGES/user_accounts.po

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ msgstr "ईमेल"
4444
msgid "Pending Approval"
4545
msgstr "स्वीकृति लंबित"
4646

47+
msgid "Radiologist"
48+
msgstr "रेडियोलॉजिस्ट"
49+
4750
msgid "Account Request Date"
4851
msgstr "खाता अनुरोध तिथि"
4952

@@ -83,15 +86,6 @@ msgstr "नया पासवर्ड बनाते समय, कृपय
8386
msgid "Add/Edit User"
8487
msgstr "उपयोगकर्ता जोड़ें/संपादित करें"
8588

86-
msgid "Save"
87-
msgstr "सहेजें"
88-
89-
msgid "Reset"
90-
msgstr "रीसेट करें"
91-
92-
msgid "Back"
93-
msgstr "वापस"
94-
9589
msgid "Reject User"
9690
msgstr "उपयोगकर्ता को अस्वीकार करें"
9791

modules/user_accounts/locale/user_accounts.pot

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ msgstr ""
4444
msgid "Pending Approval"
4545
msgstr ""
4646

47+
msgid "Radiologist"
48+
msgstr ""
49+
4750
msgid "Account Request Date"
4851
msgstr ""
4952

@@ -83,15 +86,6 @@ msgstr ""
8386
msgid "Add/Edit User"
8487
msgstr ""
8588

86-
msgid "Save"
87-
msgstr ""
88-
89-
msgid "Reset"
90-
msgstr ""
91-
92-
msgid "Back"
93-
msgstr ""
94-
9589
msgid "Reject User"
9690
msgstr ""
9791

0 commit comments

Comments
 (0)