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

Added Persian (fa) Locale #751

Closed
wants to merge 4 commits into from
Closed
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
52 changes: 52 additions & 0 deletions app/src/main/res/values-fa-rIR/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,52 @@
<!--
~ Copyright 2021 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>
<string name="app_name">Sunflower</string>
<string name="menu_filter_by_grow_zone">فیلتر بر اساس منطقه رشد</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 را در نرم افزار اندروید Sunflower چک کنید</string>
<string name="gallery_title">عکس از Unsplash</string>
<string name="watering_needs_prefix">نیاز به آبیاری</string>
<string name="a11y_plant_item_image">تصویر گیاه</string>
<string name="gallery_content_description">رفتن به گالری</string>
<string name="plant_detail_image_content_description">عکس گیاه</string>

<!-- String plurals and their related prefix / suffix strings -->
<plurals name="watering_needs_suffix">
<item quantity="one" translation_description="Suffix for the text describing how often a plant should be watered, singular. Used in combination with watering_needs_prefix: 'Watering needs: every day'.">هر روز</item>
<item quantity="other" translation_description="Suffix for the text describing how often a plant should be watered, plural. Used in combination with watering_needs_prefix: 'Watering needs: every 8 days'.">هر %d روز</item>
</plurals>

<plurals name="watering_next">
<item quantity="one" translation_description="Text indicating when the the plant should next be watered, singular. Used in conjunction with last watered date. 'May 24, 2018 - water tomorrow.'.">فردا آبیاری کنید.</item>
<item quantity="other" translation_description="Text indicating when the the plant should next be watered, plural. Used in conjunction with last watered date. 'May 24, 2018 - water in 8 days.'.">بعد از %d روز آبیاری کنید.</item>
</plurals>


<!-- Accessibility -->
<string name="a11y_back" translatable="false">بازگشت</string>

</resources>