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

Commit

Permalink
[ADDED] #462 - Bengali transation for Sunflower app. (#621)
Browse files Browse the repository at this point in the history
Added as a part of #462

Co-authored-by: Tiem Song <[email protected]>
  • Loading branch information
hossain-khan and tiembo committed Aug 31, 2020
1 parent 6947252 commit 7153cf2
Showing 1 changed file with 48 additions and 0 deletions.
48 changes: 48 additions & 0 deletions app/src/main/res/values-bn/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>
<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>
<string name="menu_item_share_plant">শেয়ার</string>
<string name="share_text_plant">অ্যানড্রয়েড সানফ্লাওয়ার অ্যাপে আমার %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>
</plurals>

<plurals name="watering_next">
<item quantity="one">আগামী কাল জল দিন।</item>
<item quantity="other">জল দিন %d দিন পর।</item>
</plurals>

<!-- Accessibility -->
<string name="a11y_plant_item_image">গাছের ছবি</string>

</resources>

0 comments on commit 7153cf2

Please sign in to comment.