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

Add Arabic strings #430

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
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
51 changes: 51 additions & 0 deletions app/src/main/res/values-ar/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
<?xml version="1.0" encoding="utf-8"?><!--
~ Copyright 2019 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="menu_filter_by_grow_zone">التصفية حسب منطقة النمو</string>
<string name="garden_empty">حديقتك فارغة</string>
<string name="menu_item_share_plant">مشاركة</string>
<string name="my_garden_title">حديقتي</string>
<string name="plant_details_title">تفاصيل عن النبات</string>
<string name="plant_list_title">قائمة النباتات</string>
<string name="planted_date">%1$s زرعت في %2$s</string>
<string name="added_plant_to_garden">تم اضافة النبات إلى الحديقة</string>
<string name="navigation_drawer_header_content_description">شعار قائمة التصفح</string>
<string name="plant_detail_image_content_description">صورة النبات</string>
<string name="share_text_plant">تحقق من نبتة %s على تطبيق Sunflower للاندرويد</string>

<!-- String plurals and their related prefix / suffix strings -->
<string name="watering_needs_prefix">احتياجات الري:</string>
<plurals name="watering_needs_suffix">
<item quantity="zero">يوميا</item>
<item quantity="one">يوميا</item>
<item quantity="two">كل يومين</item>
<item quantity="few">كل %d أيام</item>
<item quantity="many">كل %d يوم</item>
</plurals>

<string name="watering_next_prefix">آخر مرة تم السقي في %s</string>
<plurals name="watering_next_suffix">
<item quantity="zero">السقي اليوم.</item>
<item quantity="one">السقي غدا.</item>
<item quantity="two">السقي بعد غد.</item>
<item quantity="few">السقي في %d أيام.</item>
<item quantity="many">السقي في %d يوم.</item>
</plurals>

<!-- Accessibility -->
<string name="a11y_plant_item_image">صورة النبات</string>
</resources>
1 change: 0 additions & 1 deletion app/src/main/res/values-it/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
-->

<resources>
<string name="app_name">Sunflower</string>
<string name="menu_filter_by_grow_zone">Filtra per zona di crescita</string>
<string name="plant_detail_image_content_description">Immagine della pianta</string>
<string name="my_garden_title">Il mio giardino</string>
Expand Down