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

Add romanian strings #497

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open
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
49 changes: 49 additions & 0 deletions app/src/main/res/values-ro/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
<!--
~ 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">Filtrează după zona de creștere.</string>
<string name="plant_detail_image_content_description">Imaginea plantei</string>
<string name="my_garden_title">Grădina mea</string>
<string name="plant_list_title">Lista plantelor</string>
<string name="available">Plante disponibile</string>
<string name="plant_details_title">Detaliile plantei</string>
<string name="add_plant">Adaugă plantă</string>
<string name="added_plant_to_garden">Plantă adăugată în grădină</string>
<string name="garden_empty">Grădina ta este goală</string>
<string name="plant_date_header">Plantată</string>
<string name="watered_date_header">Ultima oară udată</string>
<string name="menu_item_share_plant">Împarte</string>
<string name="share_text_plant">Vezi planta %s în aplicația Android Sunflower</string>

<!-- String plurals and their related prefix / suffix strings -->
<string name="watering_needs_prefix">Trebuie udată</string>
<plurals name="watering_needs_suffix">
<item quantity="one">în fiecare zi.</item>
<item quantity="few">o dată la %d zile.</item>
<item quantity="other">o dată la %d de zile.</item>
</plurals>

<plurals name="watering_next">
<item quantity="one">udo mâine.</item>
<item quantity="few">udo în %d zile.</item>
<item quantity="other">udo în %d de zile.</item>
</plurals>

<!-- Accessibility -->
<string name="a11y_plant_item_image">Imaginea plantei</string>

</resources>