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

Commit

Permalink
Added Turkish strings.
Browse files Browse the repository at this point in the history
  • Loading branch information
yusufzengin authored and tiembo committed Jul 25, 2019
1 parent 899d3cf commit ca0f953
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions app/src/main/res/values-tr-rTR/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
<!--
~ 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">Yetişme bölgesine göre filtrele</string>
<string name="plant_detail_image_content_description">Bitkinin görüntüsü</string>
<string name="my_garden_title">Bahçem</string>
<string name="plant_list_title">Bitki listesi</string>
<string name="plant_details_title">Bitki detayları</string>
<string name="navigation_drawer_header_content_description">Navigation drawer başlık logosu</string>
<string name="added_plant_to_garden">Bitki bahçeye eklendi</string>
<string name="garden_empty">Bahçen boş</string>
<string name="planted_date">%1$s %2$s tarihinde dikildi</string>
<string name="menu_item_share_plant">Paylaş</string>
<string name="share_text_plant">%s bitkisini Android Sunflower uygulamasında inceleyin</string>

<!-- String plurals and their related prefix / suffix strings -->
<string name="watering_needs_prefix">Sulama gereksinimi:</string>
<plurals name="watering_needs_suffix">
<item quantity="one">her gün</item>
<item quantity="other">%d günde bir</item>
</plurals>

<string name="watering_next_prefix">En son %s tarihinde sulandı</string>
<plurals name="watering_next_suffix">
<item quantity="one">yarın sulayın.</item>
<item quantity="other">%d gün içinde sulayın.</item>
</plurals>

<!-- Accessibility -->
<string name="a11y_plant_item_image">Bitkinin görüntüsü</string>

</resources>

0 comments on commit ca0f953

Please sign in to comment.