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

Add spanish strings #495

Merged
merged 8 commits into from
Oct 29, 2019
Merged
47 changes: 47 additions & 0 deletions app/src/main/res/values-es/strings.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
<!--
~ 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">Filtrar por zona de crecimiento</string>
<string name="plant_detail_image_content_description">Imagen de la planta</string>
<string name="my_garden_title">Mi jardín</string>
<string name="plant_list_title">Lista de plantas</string>
<string name="available">Plantas Disponibles</string>
vmadalin marked this conversation as resolved.
Show resolved Hide resolved
<string name="plant_details_title">Detalles de la planta</string>
<string name="add_plant">Agregar planta</string>
vmadalin marked this conversation as resolved.
Show resolved Hide resolved
<string name="added_plant_to_garden">Planta añadida al jardín</string>
<string name="garden_empty">Tu jardín esta vacio</string>
vmadalin marked this conversation as resolved.
Show resolved Hide resolved
<string name="plant_date_header">Plantada</string>
<string name="watered_date_header">Ultima vez regada</string>
vmadalin marked this conversation as resolved.
Show resolved Hide resolved
<string name="menu_item_share_plant">Compartir</string>
<string name="share_text_plant">Revisa la planta %s en la aplicación "Sunflower"</string>
vmadalin marked this conversation as resolved.
Show resolved Hide resolved

<!-- String plurals and their related prefix / suffix strings -->
<string name="watering_needs_prefix">Necesita regarla</string>
vmadalin marked this conversation as resolved.
Show resolved Hide resolved
<plurals name="watering_needs_suffix">
<item quantity="one">cada día.</item>
vmadalin marked this conversation as resolved.
Show resolved Hide resolved
<item quantity="other">cada %d días.</item>
</plurals>

<plurals name="watering_next">
<item quantity="one">regar mañana.</item>
<item quantity="other">regar en %d días.</item>
</plurals>

<!-- Accessibility -->
<string name="a11y_plant_item_image">Imagen de la planta</string>

</resources>