Skip to content

Commit df10d8b

Browse files
author
Saket Hatwar
committed
fixes2
1 parent 6321cd0 commit df10d8b

File tree

7 files changed

+184
-136
lines changed

7 files changed

+184
-136
lines changed

locale/hi/LC_MESSAGES/loris.po

Lines changed: 76 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,9 @@ msgstr "हाँ"
123123
msgid "No"
124124
msgstr "नहीं"
125125

126+
msgid "N/A"
127+
msgstr "लागू नहीं"
128+
126129
# Common candidate terms
127130
msgid "PSCID"
128131
msgstr "पीएससीआईडी"
@@ -200,5 +203,77 @@ msgstr "{{totalCount}} में से {{pageCount}} पंक्तिया
200203
msgid "Maximum rows per page:"
201204
msgstr "प्रति पृष्ठ अधिकतम पंक्तियाँ:"
202205

203-
msgid "Download Table as CSV"
206+
msgid "Download Data as CSV"
204207
msgstr "तालिका को CSV के रूप में डाउनलोड करें"
208+
209+
#: php/libraries/Password.class.inc
210+
msgid "The password is too short"
211+
msgstr "पासवर्ड बहुत छोटा है"
212+
213+
msgid "The password is not complex enough."
214+
msgstr "पासवर्ड पर्याप्त जटिल नहीं है।"
215+
216+
msgid "This password is known to be exposed in online data breaches."
217+
msgstr "यह पासवर्ड ऑनलाइन डेटा उल्लंघनों में उजागर होने के लिए जाना जाता है।"
218+
219+
msgid "Data Supervisors to Email"
220+
msgstr "ईमेल करने के लिए डेटा पर्यवेक्षक"
221+
222+
msgid "Invalid email address"
223+
msgstr "अमान्य ईमेल पता"
224+
225+
# Common strings on widgets
226+
msgid "NEW"
227+
msgstr "नया"
228+
229+
msgid "Updated"
230+
msgstr "अद्यतन किया गया"
231+
232+
msgid "Uploaded"
233+
msgstr "अपलोड किया गया"
234+
235+
# User Account related
236+
msgid "Password Rules"
237+
msgstr "पासवर्ड नियम"
238+
239+
msgid "Username"
240+
msgstr "उपयोगकर्ता नाम"
241+
242+
msgid "First name"
243+
msgstr "पहला नाम"
244+
245+
msgid "First name is required and should not exceed 120 characters"
246+
msgstr "पहला नाम आवश्यक है और 120 अक्षरों से अधिक नहीं होना चाहिए।"
247+
248+
msgid "Last name"
249+
msgstr "अंतिम नाम"
250+
251+
msgid "Last name is required and should not exceed 120 characters"
252+
msgstr "अंतिम नाम आवश्यक है और 120 अक्षरों से अधिक नहीं होना चाहिए।"
253+
254+
msgid "Email address"
255+
msgstr "ईमेल पता"
256+
257+
msgid "New Password"
258+
msgstr "नया पासवर्ड"
259+
260+
msgid "Confirm Password"
261+
msgstr "पासवर्ड की पुष्टि करें"
262+
263+
msgid "Email address is required"
264+
msgstr "ईमेल पता आवश्यक है"
265+
266+
msgid "The password must be at least 8 characters long."
267+
msgstr "पासवर्ड कम से कम 8 अक्षरों का होना चाहिए।"
268+
269+
msgid "The password cannot be your username or email address."
270+
msgstr "पासवर्ड आपका उपयोगकर्ता नाम या ईमेल पता नहीं हो सकता।"
271+
272+
msgid "Please choose a unique password."
273+
msgstr "कृपया एक अद्वितीय पासवर्ड चुनें।"
274+
275+
msgid "No special characters are required but your password must be sufficiently complex to be accepted."
276+
msgstr "कोई विशेष अक्षर आवश्यक नहीं हैं, लेकिन पासवर्ड पर्याप्त जटिल होना चाहिए ताकि उसे स्वीकार किया जा सके।"
277+
278+
msgid "We suggest using a password manager to generate one for you."
279+
msgstr "हम सुझाव देते हैं कि आपके लिए पासवर्ड बनाने हेतु पासवर्ड मैनेजर का उपयोग करें।"

locale/loris.pot

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,9 @@ msgstr ""
122122
msgid "No"
123123
msgstr ""
124124

125+
msgid "N/A"
126+
msgstr ""
127+
125128
# Common candidate terms
126129
msgid "PSCID"
127130
msgstr ""
@@ -202,6 +205,22 @@ msgstr ""
202205
msgid "Download Table as CSV"
203206
msgstr ""
204207

208+
#: php/libraries/Password.class.inc
209+
msgid "The password is too short"
210+
msgstr ""
211+
212+
msgid "The password is not complex enough."
213+
msgstr ""
214+
215+
msgid "This password is known to be exposed in online data breaches."
216+
msgstr ""
217+
218+
msgid "Data Supervisors to Email"
219+
msgstr ""
220+
221+
msgid "Invalid email address"
222+
msgstr ""
223+
205224
# Common strings on widgets
206225
msgid "NEW"
207226
msgstr ""
@@ -212,3 +231,48 @@ msgstr ""
212231
msgid "Uploaded"
213232
msgstr ""
214233

234+
# User Account related
235+
msgid "Password Rules"
236+
msgstr ""
237+
238+
msgid "Username"
239+
msgstr ""
240+
241+
msgid "First name"
242+
msgstr ""
243+
244+
msgid "First name is required and should not exceed 120 characters"
245+
msgstr ""
246+
247+
msgid "Last name"
248+
msgstr ""
249+
250+
msgid "Last name is required and should not exceed 120 characters"
251+
msgstr ""
252+
253+
msgid "Email address"
254+
msgstr ""
255+
256+
msgid "New Password"
257+
msgstr ""
258+
259+
msgid "Confirm Password"
260+
msgstr ""
261+
262+
msgid "Email address is required"
263+
msgstr ""
264+
265+
msgid "The password must be at least 8 characters long."
266+
msgstr ""
267+
268+
msgid "The password cannot be your username or email address."
269+
msgstr ""
270+
271+
msgid "Please choose a unique password."
272+
msgstr ""
273+
274+
msgid "No special characters are required but your password must be sufficiently complex to be accepted."
275+
msgstr ""
276+
277+
msgid "We suggest using a password manager to generate one for you."
278+
msgstr ""

modules/my_preferences/locale/hi/LC_MESSAGES/my_preferences.po

Lines changed: 5 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -21,60 +21,15 @@ msgstr ""
2121
msgid "My Preferences"
2222
msgstr "मेरी प्राथमिकताएँ"
2323

24-
msgid "Password Rules"
25-
msgstr "पासवर्ड नियम"
26-
27-
msgid "The password must be at least 8 characters long."
28-
msgstr "पासवर्ड कम से कम 8 अक्षरों का होना चाहिए।"
29-
30-
msgid "The password cannot be your username or email address."
31-
msgstr "पासवर्ड आपका उपयोगकर्ता नाम या ईमेल पता नहीं हो सकता।"
32-
33-
msgid "No special characters are required but your password must be sufficiently complex to be accepted."
34-
msgstr "कोई विशेष अक्षर आवश्यक नहीं हैं, लेकिन पासवर्ड पर्याप्त जटिल होना चाहिए ताकि उसे स्वीकार किया जा सके।"
35-
36-
msgid "Please choose a unique password."
37-
msgstr "कृपया एक अद्वितीय पासवर्ड चुनें।"
38-
39-
msgid "We suggest using a password manager to generate one for you."
40-
msgstr "हम सुझाव देते हैं कि आपके लिए पासवर्ड बनाने हेतु पासवर्ड मैनेजर का उपयोग करें।"
41-
4224
msgid "Edit My Information"
4325
msgstr "मेरी जानकारी संपादित करें"
4426

4527
msgid "Notifications"
4628
msgstr "सूचनाएँ"
4729

48-
msgid "User name"
49-
msgstr "उपयोगकर्ता नाम"
50-
51-
msgid "First name"
52-
msgstr "पहला नाम"
53-
54-
msgid "First name is required and should not exceed 120 characters"
55-
msgstr "पहला नाम आवश्यक है और 120 अक्षरों से अधिक नहीं होना चाहिए।"
56-
57-
msgid "Last name"
58-
msgstr "अंतिम नाम"
59-
60-
msgid "Last name is required and should not exceed 120 characters"
61-
msgstr "अंतिम नाम आवश्यक है और 120 अक्षरों से अधिक नहीं होना चाहिए।"
62-
63-
msgid "Email address"
64-
msgstr "ईमेल पता"
65-
66-
msgid "Email address is required"
67-
msgstr "ईमेल पता आवश्यक है"
68-
6930
msgid "Your email address must be less than 255 characters long"
7031
msgstr "आपका ईमेल पता 255 अक्षरों से कम होना चाहिए।"
7132

72-
msgid "New Password"
73-
msgstr "नया पासवर्ड"
74-
75-
msgid "Confirm Password"
76-
msgstr "पासवर्ड की पुष्टि करें"
77-
7833
msgid "Language preference"
7934
msgstr "भाषा वरीयता"
8035

@@ -84,23 +39,17 @@ msgstr "क्रिया"
8439
msgid "Description"
8540
msgstr "विवरण"
8641

87-
msgid "N/A"
88-
msgstr "लागू नहीं"
89-
90-
msgid "Invalid email address"
91-
msgstr "अमान्य ईमेल पता"
92-
9342
msgid "The email address already exists"
9443
msgstr "ईमेल पता पहले से मौजूद है"
9544

96-
msgid "Your password can't be your email."
45+
msgid "Your password cannot be your email"
9746
msgstr "आपका पासवर्ड आपका ईमेल नहीं हो सकता।"
9847

99-
msgid "Your password can't be your username"
48+
msgid "Your password cannot be your username"
10049
msgstr "आपका पासवर्ड आपका उपयोगकर्ता नाम नहीं हो सकता।"
10150

102-
msgid "The passwords do not match."
51+
msgid "The passwords do not match"
10352
msgstr "पासवर्ड मेल नहीं खाते।"
10453

105-
msgid "New and old passwords are identical: please choose another one"
106-
msgstr "नया और पुराना पासवर्ड समान हैं: कृपया कोई और चुनें।"
54+
msgid "New and old passwords are identical"
55+
msgstr "नया और पुराना पासवर्ड समान हैं।"

modules/my_preferences/locale/my_preferences.pot

Lines changed: 3 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -21,60 +21,15 @@ msgstr ""
2121
msgid "My Preferences"
2222
msgstr ""
2323

24-
msgid "Password Rules"
25-
msgstr ""
26-
27-
msgid "The password must be at least 8 characters long."
28-
msgstr ""
29-
30-
msgid "The password cannot be your username or email address."
31-
msgstr ""
32-
33-
msgid "No special characters are required but your password must be sufficiently complex to be accepted."
34-
msgstr ""
35-
36-
msgid "Please choose a unique password."
37-
msgstr ""
38-
39-
msgid "We suggest using a password manager to generate one for you."
40-
msgstr ""
41-
4224
msgid "Edit My Information"
4325
msgstr ""
4426

4527
msgid "Notifications"
4628
msgstr ""
4729

48-
msgid "User name"
49-
msgstr ""
50-
51-
msgid "First name"
52-
msgstr ""
53-
54-
msgid "First name is required and should not exceed 120 characters"
55-
msgstr ""
56-
57-
msgid "Last name"
58-
msgstr ""
59-
60-
msgid "Last name is required and should not exceed 120 characters"
61-
msgstr ""
62-
63-
msgid "Email address"
64-
msgstr ""
65-
66-
msgid "Email address is required"
67-
msgstr ""
68-
6930
msgid "Your email address must be less than 255 characters long"
7031
msgstr ""
7132

72-
msgid "New Password"
73-
msgstr ""
74-
75-
msgid "Confirm Password"
76-
msgstr ""
77-
7833
msgid "Language preference"
7934
msgstr ""
8035

@@ -84,23 +39,17 @@ msgstr ""
8439
msgid "Description"
8540
msgstr ""
8641

87-
msgid "N/A"
88-
msgstr ""
89-
90-
msgid "Invalid email address"
91-
msgstr ""
92-
9342
msgid "The email address already exists"
9443
msgstr ""
9544

96-
msgid "Your password cannot be your email."
45+
msgid "Your password cannot be your email"
9746
msgstr ""
9847

9948
msgid "Your password cannot be your username"
10049
msgstr ""
10150

102-
msgid "The passwords do not match."
51+
msgid "The passwords do not match"
10352
msgstr ""
10453

105-
msgid "New and old passwords are identical: please choose another one"
54+
msgid "New and old passwords are identical"
10655
msgstr ""

0 commit comments

Comments
 (0)