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

Commit 7153cf2

Browse files
hossain-khantiembo
andauthored
[ADDED] #462 - Bengali transation for Sunflower app. (#621)
Added as a part of #462 Co-authored-by: Tiem Song <[email protected]>
1 parent 6947252 commit 7153cf2

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed
+48
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
<!--
2+
~ Copyright 2020 Google LLC
3+
~
4+
~ Licensed under the Apache License, Version 2.0 (the "License");
5+
~ you may not use this file except in compliance with the License.
6+
~ You may obtain a copy of the License at
7+
~
8+
~ https://www.apache.org/licenses/LICENSE-2.0
9+
~
10+
~ Unless required by applicable law or agreed to in writing, software
11+
~ distributed under the License is distributed on an "AS IS" BASIS,
12+
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13+
~ See the License for the specific language governing permissions and
14+
~ limitations under the License.
15+
-->
16+
17+
<resources>
18+
<!-- Translatable resources -->
19+
<string name="menu_filter_by_grow_zone">গাছ বৃদ্ধি এলাকা বাছাই</string>
20+
<string name="plant_detail_image_content_description">গাছের ছবি</string>
21+
<string name="my_garden_title">আমার বাগান</string>
22+
<string name="plant_list_title">গাছের তালিকা</string>
23+
<string name="available">মজুদ চারাগাছ</string>
24+
<string name="plant_details_title">গাছের বিস্তারিত</string>
25+
<string name="add_plant">গাছ লাগান</string>
26+
<string name="added_plant_to_garden">বাগানে এই গাছ টি লাগানো হয়েছে</string>
27+
<string name="garden_empty">আপনার বাগানে কোনো গাছ নেই</string>
28+
<string name="plant_date_header">বপন সম্পন্ন হয়েছে</string>
29+
<string name="watered_date_header">সর্বশেষ জল দেত্তয়া</string>
30+
<string name="menu_item_share_plant">শেয়ার</string>
31+
<string name="share_text_plant">অ্যানড্রয়েড সানফ্লাওয়ার অ্যাপে আমার %s গাছ টি দেখুন</string>
32+
33+
<!-- String plurals and their related prefix / suffix strings -->
34+
<string name="watering_needs_prefix">জল দেয়া প্রয়োজন</string>
35+
<plurals name="watering_needs_suffix">
36+
<item quantity="one">প্রতি দিন</item>
37+
<item quantity="other">প্রতি %d দিন</item>
38+
</plurals>
39+
40+
<plurals name="watering_next">
41+
<item quantity="one">আগামী কাল জল দিন।</item>
42+
<item quantity="other">জল দিন %d দিন পর।</item>
43+
</plurals>
44+
45+
<!-- Accessibility -->
46+
<string name="a11y_plant_item_image">গাছের ছবি</string>
47+
48+
</resources>

0 commit comments

Comments
 (0)