Skip to content
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

Added Hindi translation strings #724

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
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
48 changes: 48 additions & 0 deletions app/src/main/res/values-hi/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,48 @@
<!--
~ Copyright 2020 Google LLC
~
~ Licensed under the Apache License, Version 2.0 (the "License");
~ you may not use this file except in compliance with the License.
~ You may obtain a copy of the License at
~
~ https://www.apache.org/licenses/LICENSE-2.0
~
~ Unless required by applicable law or agreed to in writing, software
~ distributed under the License is distributed on an "AS IS" BASIS,
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
~ See the License for the specific language governing permissions and
~ limitations under the License.
-->

<resources>
<!-- Translatable resources -->
<string name="menu_filter_by_grow_zone">ग्रो ज़ोन द्वारा फ़िल्टर करें</string>
<string name="plant_detail_image_content_description">पेड़ों की तस्वीरें</string>
<string name="my_garden_title">मेरा बाग</string>
Copy link

Choose a reason for hiding this comment

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

Change मेरा बाग to मेरा बगीचा

<string name="plant_list_title">पेड़ों की सूची</string>
<string name="available">स्टॉक रोपण</string>
<string name="plant_details_title">वृक्ष विवरण </string>
<string name="add_plant">पेड़ लगाओ</string>
<string name="added_plant_to_garden">यह पेड़ बगीचे में लगाया गया है</string>
<string name="garden_empty">आपके बगीचे में कोई पेड़ नहीं हैं</string>
<string name="plant_date_header">बुवाई पूर्ण</string>
<string name="watered_date_header">ताजा पानी दो</string>
Copy link

Choose a reason for hiding this comment

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

Change it to अंतिम सिंचाई

<string name="menu_item_share_plant">शेयर</string>
<string name="share_text_plant">Android Sunflower ऐप में %s ट्री देखें</string>

<!-- String plurals and their related prefix / suffix strings -->
<string name="watering_needs_prefix">पानी की जरूरत</string>
<plurals name="watering_needs_suffix">
<item quantity="one">रोज रोज</item>
<item quantity="other">हर %d दिन</item>
Copy link

Choose a reason for hiding this comment

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

Change हर %d दिन to प्रत्येक %d दिन बाद

</plurals>

<plurals name="watering_next">
<item quantity="one">कल पानी की जरूरत है</item>
Copy link

Choose a reason for hiding this comment

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

Change है to होगी
OR
Change कल पानी की जरूरत है। to कल पानी देने की जरूरत है।

<item quantity="other">%d दिनों के बाद पानी की जरूरत है।</item>
Copy link

Choose a reason for hiding this comment

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

Change है to होगी
OR
Change %d दिनों के बाद पानी की जरूरत है। to %d दिनों के बाद पानी देने की जरूरत है।

</plurals>

<!-- Accessibility -->
<string name="a11y_plant_item_image">पेड़ों की तस्वीरें</string>

</resources>