Patch 1 - hindi translation , fixed minor changes #1541
Patch 1 - hindi translation , fixed minor changes #1541Gitanuj993 wants to merge 2 commits intoimputnet:mainfrom
Conversation
Added Gitanuj993 for management and evaluation of hi.json , for current version and for future versions.
Updated Hindi translations for various Helium service messages to improve clarity and correctness. Some code of blocks like line_no 347 is same as line_no 377, And line_no 372 is identical as line_no 383,
|
| { | ||
| "name": "IDS_SETTINGS_HELIUM_SCHEMA_NOTICE_DESCRIPTION", |
There was a problem hiding this comment.
"instance" mistranslated as "अनुसार" (meaning "according to")
IDS_SETTINGS_HELIUM_SERVICES_OVERRIDE and IDS_SETTINGS_HELIUM_SERVICES_OVERRIDE_DESCRIPTION both replace इंस्टेंस ("instance") with अनुसार ("according to / as per"), making the sentences grammatically broken and semantically wrong. "Use your own instance" becomes "use your own according to," which is meaningless. इंस्टेंस (a direct loanword) or प्रतिलिपि are the correct choices here.
| { | ||
| "name": "IDS_SETTINGS_HELIUM_SERVICES_EXT_PROXY_TOGGLE", |
There was a problem hiding this comment.
| { | ||
| "name": "IDS_SETTINGS_CYCLE_TABS_IN_MRU_ORDER", |
There was a problem hiding this comment.
Untranslated English typo "broswer" inserted
The new message prepends broswer (both untranslated and misspelled — should be "browser") to कंपोनेंट अपडेट ऑफ हैं…. The source text is simply "Component updates are disabled. See Helium services in settings." and doesn't mention the browser name at all. This prefix should be removed.
| { | ||
| "name": "IDS_SETTINGS_PERFORMANCE_MEMORY_SAVER_MODE_SETTING_DESCRIPTION", | ||
| "source": "Helium frees up memory from inactive tabs. This gives active tabs and other apps more computer resources and keeps Helium fast. Your inactive tabs automatically become active again when you go back to them.", | ||
| "message": "Helium उन टैब्स से मेमोरी खाली कर देता है जिनका आप उपयोग नहीं कर रहे हैं। इससे आपके एक्टिव टैब्स और अन्य ऐप्स को ज़्यादा कंप्यूटर रिसोर्स मिलते हैं और Helium की स्पीड तेज़ बनी रहती है। जब आप अपने पुराने टैब्स पर वापस जाते हैं, तो वे अपने आप फिर से एक्टिव हो जाते हैं।" | ||
| "message": "Helium उन टैब्स से मेमोरी खाली कर देता है जिनका आप उपयोग नहीं कर रहे हैं ताकि Helium की स्पीड तेज़ बनी रहे है। जब आप अपने पुराने टैब्स पर वापस जाते हैं, तो वे अपने आप फिर से एक्टिव हो जाएंगे ।" |
There was a problem hiding this comment.
Memory-saver description drops key information and has a grammar error
The new translation for IDS_SETTINGS_PERFORMANCE_MEMORY_SAVER_MODE_SETTING_DESCRIPTION omits the entire clause about active tabs and other apps getting more computer resources (present in the source), and ends with the grammatically incorrect बनी रहे है (should be बनी रहती है or बनी रहे). The removed information is part of the feature explanation and should be retained.
| { | ||
| "name": "IDS_SEARCH_ENGINE_CHOICE_SETTINGS_SUBTITLE_HELIUM", |
There was a problem hiding this comment.
| { | ||
| "name": "IDS_SETTINGS_PERFORMANCE_DISCARD_RING_TREATMENT_ENABLED_DESCRIPTION_WITH_LEARN_LINK", |
For your pull request to not get closed without review, please confirm that:
(an approved feature request, or confirmed bug).
otherwise I have marked my PR as draft.
organization if I lied by checking any of these checkboxes.
Tested on (check one or more):
[short description of your PR goes here]
Gitanuj993 reviewed the hindi translation,
Minore changes fixed like correctness and readability.
Fixed Missing words , fixed improper sentences,
Overall increased accuracy of the hi.json translation.
I also added my name on owner.yml as i also option-In for ongoing and future translation changes reviews and improvements.
An issue observed , some code block are repeating,
Like dictionary or code block starts from line no : 347 is also seen on line no : 377,
line_no = 372 is also found on line_no = 383