Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Added translations for Hindi #70

Merged
merged 10 commits into from
Jan 26, 2022
Prev Previous commit
Next Next commit
Hindi translations (Part 2)
  • Loading branch information
Premjit-Developer committed Jan 24, 2022
commit b282fc1927036ea03594f8c34954d22f703a3ff0
3 changes: 2 additions & 1 deletion app/src/main/res/values-hi/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<string name="msg_developers">\u2022 Akash Yadav\n\u2022 Marvin Stelter</string>
<string name="title_open_source_licenses">ओपन सोर्स लाइसेंस </string>
<string name="msg_open_source_licenses">एंड्रॉयडआईडीई ओपन सोर्स लाइब्रेरी का उपयोग करता है। आप नीचे दिए गए लिंक पर क्लिक करके उपयोग किए गए लाइब्रेरी के स्रोत और लाइसेंस प्राप्त कर सकते हैं ।</string>
<string name="msg_about_licensed_under">लाइसेंसड अंडर</string>
<string name="msg_about_licensed_under">लाइसेंस</string>
<string name="about_option_email">ईमेल</string>
<string name="about_option_website">वेबसाइट</string>
<string name="about_footer_alternate">एंड्रॉयडआईडीई v\u2022 %s</string>
Expand Down Expand Up @@ -352,3 +352,4 @@
</resources>



9 changes: 9 additions & 0 deletions common/src/main/res/values-hi/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
<resources>
<string name="cms_channel_id_devs">नोटिफिकेशंस फ्रम डेवलपर्स</string>
<string name="cms_channel_id_update">एप अपडेट नोटिफिकेशंस</string>
<string name="msg_hex_color_code">हेक्स कलर कोड</string>
<string name="msg_color_picker_pick">पिक</string>
<string name="msg_chmod_exec">सेटिंग एग्जीक्यूटेवल परमिशंस...</string>
<string name="msg_linking">लिंकिंग %1$s टू %2$s</string>
<string name="msg_extracting_hooks">एक्सट्रेक्टिंग हुक लाइब्रेरीज...</string>
</resources>
7 changes: 7 additions & 0 deletions emulatorview/src/main/res/values-hi/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<resources>

<string name="paste_text">पेस्ट</string>
<string name="copy_text">कॉपी</string>
<string name="text_selection_more">मोर…</string>

</resources>
1 change: 1 addition & 0 deletions emulatorview/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
<string name="copy_text">Copy</string>
<string name="text_selection_more">More…</string>
</resources>

22 changes: 22 additions & 0 deletions lsp/java/src/main/res/values-hi/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<?xml version="1.0" encoding="utf-8"?><!--
~ This file is part of AndroidIDE.
~
~ AndroidIDE is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version.
~
~ AndroidIDE is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License
~ along with AndroidIDE. If not, see <https://www.gnu.org/licenses/>.
-->


<resources>
<string name="msg_not_thrown">\'%s\' बॉडी के मैथड में नहीं डाला जाता</string>
<string name="msg_not_used">\'%s\' उपयोग नहीं किया गया है</string>
</resources>
6 changes: 6 additions & 0 deletions xml-inflater/src/main/res/values-hi/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<resources>
<string name="msg_cannot_create_view">%s :टैग के लिए व्यू नहीं बना सकता</string>
<string name="err_cannot_read_values">वैल्यूज रीड करने में असमर्थ</string>
<string name="err_no_attr_adapter">%s के लिए कोई अट्रीब्यूट एडाप्टर इंप्लीमेंटेशन नहीं मिला</string>
<string name="msg_view_not_supported">व्यू %s वर्तमान में सपोर्टेड नहीं है।</string>
</resources>