Skip to content

Commit

Permalink
Updated Hindi & Marathi Translations (LawnchairLauncher#1661)
Browse files Browse the repository at this point in the history
* Update strings.xml

* Update strings.xml

* Update strings.xml
  • Loading branch information
dhirenvasnani authored Dec 12, 2023
1 parent 0b866a9 commit 0cd23e0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
13 changes: 6 additions & 7 deletions app/src/main/res/values-hi/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,12 @@
<string name="version_x">संस्करण %s</string>

<!-- Search bar -->

<!-- The hint shown in the search bar, with %d as the number of icons. -->
<!-- We don't currently provide a singular form, because it's always guaranteed that there will be atleast 2 or more icons. -->
<string name="search_bar_hint">%d चिह्न मे से खोजें</string>
<string name="search_bar_hint">%d चिन्ह मे से खोजें</string>

<!-- Text shown when there are no search results-->
<string name="no_items_found">कोई चिह्न नहीं मिला.</string>
<string name="no_items_found">कोई चिन्ह नहीं मिला.</string>

<!-- Popup menu in search bar -->
<!-- Popup menu item that links to the Acknowledgements page -->
Expand All @@ -21,6 +20,8 @@
<!-- About page -->
<!-- External Links label -->
<string name="external_links">बाहरी संबंध</string>
<!-- Icon Request form link -->
<string name="request_form">चिन्ह अनुरोध प्रपत्र</string>

<!-- Contributors section of About page -->
<!-- Contributors label -->
Expand All @@ -37,18 +38,16 @@
<!-- Special Thanks label -->
<string name="special_thanks">विशेष धन्यवाद</string>
<!-- Subtitle displayed below the user who inspired the app icon -->
<string name="special_thanks_icon">ऐप के चिह्न को प्रेरित करने के लिए।</string>
<string name="special_thanks_icon">ऐप के चिन्ह को प्रेरित करने के लिए।</string>
<!-- Subtitle displayed below the user who named the app -->
<string name="special_thanks_name">ऐप का नामकरण करने के लिए।</string>

<!-- Icon Information Popup window -->

<!-- Drawable prefix -->
<string name="drawable_prefix">ड्रॉएबल:</string>
<!-- Package prefix -->
<string name="package_prefix">पैकेज:</string>
<!-- OK button -->
<string name="ok_button">ठीक है</string>



</resources>
5 changes: 3 additions & 2 deletions app/src/main/res/values-mr/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@
<!-- About page -->
<!-- External Links label -->
<string name="external_links">बाह्य दुव्या</string>

<!-- Icon Request form link -->
<string name="request_form">चिन्ह विनंती फॉर्म</string>

<!-- Contributors section of About page -->
<!-- Contributors label -->
<string name="contributors">योगदानकर्ता</string>
Expand Down Expand Up @@ -50,5 +52,4 @@
<!-- OK button -->
<string name="ok_button">ठीक आहे</string>


</resources>

0 comments on commit 0cd23e0

Please sign in to comment.