Skip to content
Merged
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
6 changes: 0 additions & 6 deletions locale/hi/LC_MESSAGES/loris.po
Original file line number Diff line number Diff line change
Expand Up @@ -155,12 +155,6 @@ msgstr "वापस"
msgid "None"
msgstr "कोई नहीं"

msgid "Y"
msgstr "हाँ"

msgid "N"
msgstr "नहीं"

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

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,6 @@ msgstr "आप किसी प्रविष्टि को संपाद
msgid "Search for instrument"
msgstr "उपकरण खोजें"

msgid "days"
msgstr "दिन"

msgid "Search for site"
msgstr "साइट खोजें"

Expand Down
10 changes: 2 additions & 8 deletions modules/dataquery/locale/hi/LC_MESSAGES/dataquery.po
Original file line number Diff line number Diff line change
Expand Up @@ -307,12 +307,6 @@ msgstr "मौजूद नहीं है"
msgid "number of"
msgstr "संख्या"

msgid "true"
msgstr "सही"

msgid "false"
msgstr "ग़लत"

msgid "Select a value"
msgstr "मान चुनें"

Expand Down Expand Up @@ -352,10 +346,10 @@ msgstr "अपलोड की गई CSV फ़ाइल खाली है।
msgid "Expected {{expectedLength}} columns in CSV. Got {{gotLength}} on line {{line}}."
msgstr "CSV में {{expectedLength}} कॉलम अपेक्षित थे। पंक्ति {{line}} पर {{gotLength}} मिले।"

msgid "Invalid DCC ID"
msgid "Invalid DCCID"
msgstr "अमान्य DCC ID"

msgid "Invalid DCC ID ({{id}}) on line {{line}}."
msgid "Invalid DCCID ({{id}}) on line {{line}}."
msgstr "अमान्य DCC ID ({{id}}) पंक्ति {{line}} पर।"

msgid "Invalid PSCID"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,6 @@ msgstr "फ़ाइल बहुत बड़ी है"
msgid "Could not upload file"
msgstr "फ़ाइल अपलोड नहीं हो सकी"

msgid "Permission denied"
msgstr "अनुमति अस्वीकृत"

msgid "Something went wrong"
msgstr "कुछ गलत हो गया"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ msgstr "अपलोड विफल: नेटवर्क त्रुटि
msgid "Please make sure files are not larger than {{maxFileSize}}"
msgstr "कृपया सुनिश्चित करें कि फ़ाइलें {{maxFileSize}} से बड़ी न हों"

msgid "Upload failed: received HTTP response code"
msgstr "अपलोड विफल: HTTP प्रतिक्रिया कोड प्राप्त हुआ"
msgid "Upload failed: received HTTP response code {{code}}"
msgstr "अपलोड विफल: HTTP प्रतिक्रिया कोड {{code}} प्राप्त हुआ"

msgid "Submission error!"
msgstr "सबमिशन त्रुटि!"
Expand Down
15 changes: 7 additions & 8 deletions modules/module_manager/locale/hi/LC_MESSAGES/module_manager.po
Original file line number Diff line number Diff line change
Expand Up @@ -28,21 +28,20 @@ msgstr "नाम"
msgid "Full Name"
msgstr "पूरा नाम"

msgid "Could not update"
msgstr "अपडेट नहीं कर सका"

msgid "status!"
msgstr "स्थिति!"
Comment on lines -34 to -35

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You could either leave this change as is (deleting 'status!' translation) or just adapt it like the others locale to 'Updated {{name}} status!' and its corresponding translation in Hindi.

Here's what I got using AI

msgid "Updated {{name}} status!"
msgstr "{{name}} की स्थिति अपडेट कर दी गई!"

on your branch:
Image

msgid "Could not update {{name}}."
Comment thread
driusan marked this conversation as resolved.
msgstr "{{name}} को अपडेट नहीं कर सका।"

msgid "To apply changes the interface must be reloaded. Proceed?"
msgstr "परिवर्तन लागू करने के लिए इंटरफ़ेस को पुनः लोड करना होगा। आगे बढ़ें?"

msgid "Updated {{name}} status!"
msgstr "{{name}} की स्थिति अपडेट कर दी गई!"

msgid "Reload the page"
msgstr "पृष्ठ पुनः लोड करें"

msgid "Continue"
msgstr "जारी रखें"

msgid "Could not find module"
msgstr "मॉड्यूल नहीं मिला"

msgid "Could not find module {{id}}."
Comment thread
driusan marked this conversation as resolved.
msgstr "मॉड्यूल {{id}} नहीं मिला।"
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,6 @@ msgstr "यहाँ आपका संदेश जाएगा।"
msgid "Email"
msgstr "ईमेल"

msgid "Instrument"
msgstr "यंत्र"

msgid "URL"
msgstr "यूआरएल"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ msgstr "नोट्स"
msgid "It is recommended to use an email address as the username, for clarity and uniqueness."
msgstr "स्पष्टता और अद्वितीयता के लिए उपयोगकर्ता नाम के रूप में ईमेल पते का उपयोग करने की अनुशंसा की जाती है।"

msgid "When generating a new password, please notify the user by checking 'Send email to user' box"
msgid "When generating a new password, please notify the user by checking 'Send email to user' box below!"

@HachemJ HachemJ Jul 21, 2026

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

on your branch:
Image

correct code change. I would maybe adapt this miss from code in the same PR because it is related to that string.

Image

it's missing the word below! at the end of the string.

@driusan driusan Jul 21, 2026

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That looks like a bug in general.. all the other languages (and the pot) have "below!" in the msgid. Just pushed a commit to fix it here

msgstr "नया पासवर्ड बनाते समय, कृपया 'उपयोगकर्ता को ईमेल भेजें' बॉक्स को चुनकर उपयोगकर्ता को सूचित करें।"

msgid "You must leave the password field empty if you want the system to generate one for you"
Expand Down
2 changes: 1 addition & 1 deletion modules/user_accounts/php/edit_user.class.inc
Original file line number Diff line number Diff line change
Expand Up @@ -1316,7 +1316,7 @@ class Edit_User extends \NDB_Form
$errors['Email'] = dgettext(
"user_accounts",
"When generating a new password, please notify the user by checking"
. " 'Send email to user' box"
. " 'Send email to user' box below!"
);
}

Expand Down
Loading