-
Notifications
You must be signed in to change notification settings - Fork 200
[hindi] Cleanup PO file #10736
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[hindi] Cleanup PO file #10736
Changes from 8 commits
6b48a17
c11b573
2e37b22
6bc24ea
449d7e9
b7dea3d
491445c
f074e42
767aa94
ba93b9a
4a88c91
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -106,9 +106,6 @@ msgstr "आप किसी प्रविष्टि को संपाद | |
| msgid "Search for instrument" | ||
| msgstr "उपकरण खोजें" | ||
|
|
||
| msgid "days" | ||
| msgstr "दिन" | ||
|
|
||
| msgid "Search for site" | ||
| msgstr "साइट खोजें" | ||
|
|
||
|
|
@@ -123,21 +120,3 @@ msgstr "अधिकतम आयु (दिन)" | |
|
|
||
| msgid "Minimum Age (days)" | ||
| msgstr "न्यूनतम आयु (दिन)" | ||
|
|
||
| msgid "An error occurred while saving the test." | ||
| msgstr "परीक्षण सहेजते समय एक त्रुटि हुई।" | ||
|
|
||
| msgid "This will deactivate the current test." | ||
| msgstr "इससे वर्तमान परीक्षण निष्क्रिय हो जाएगा।" | ||
|
|
||
| msgid "Unspecified Request" | ||
| msgstr "अनिर्दिष्ट अनुरोध" | ||
|
|
||
| msgid "This Test already exists in the database" | ||
| msgstr "यह परीक्षण पहले से ही डेटाबेस में मौजूद है।" | ||
|
|
||
| msgid "Edit Permission Denied" | ||
| msgstr "संपादन की अनुमति अस्वीकृत" | ||
|
|
||
| msgid "Could not add entry to the Test Battery" | ||
| msgstr "परीक्षण बैटरी में प्रविष्टि जोड़ना संभव नहीं हुआ।" | ||
|
Comment on lines
-126
to
-143
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. There was a conflict when I rebased and I thought the conflict was that they were supposed to be removed, might have resolved it the wrong way, will re-add
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. makes sense ok |
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -28,12 +28,8 @@ msgstr "नाम" | |
| msgid "Full Name" | ||
| msgstr "पूरा नाम" | ||
|
|
||
|
driusan marked this conversation as resolved.
|
||
| msgid "Could not update" | ||
| msgstr "अपडेट नहीं कर सका" | ||
|
|
||
| msgid "status!" | ||
| msgstr "स्थिति!" | ||
|
Comment on lines
-34
to
-35
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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}} की स्थिति अपडेट कर दी गई!" |
||
|
|
||
| msgid "Could not update {{name}}." | ||
|
driusan marked this conversation as resolved.
|
||
| msgstr "{{name}} को अपडेट नहीं कर सका।" | ||
| msgid "To apply changes the interface must be reloaded. Proceed?" | ||
| msgstr "परिवर्तन लागू करने के लिए इंटरफ़ेस को पुनः लोड करना होगा। आगे बढ़ें?" | ||
|
|
||
|
|
@@ -43,6 +39,5 @@ msgstr "पृष्ठ पुनः लोड करें" | |
| msgid "Continue" | ||
| msgstr "जारी रखें" | ||
|
|
||
|
driusan marked this conversation as resolved.
|
||
| msgid "Could not find module" | ||
| msgstr "मॉड्यूल नहीं मिला" | ||
|
|
||
| msgid "Could not find module {{id}}." | ||
|
driusan marked this conversation as resolved.
|
||
| msgstr "मॉड्यूल {{id}} नहीं मिला।" | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -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!" | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Collaborator
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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" | ||
|
|
||




There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why did you remove this string? it is referenced in code (battery_manager namespace), it is present in .pot too and every other language.
your branch:
