New Crowdin updates (#150)

* New translations strings.xml (Spanish)

* New translations short_description.txt (Spanish)

* New translations full_description.txt (Spanish)

* New translations 23.txt (Spanish)

* New translations 24.txt (Spanish)

* New translations 25.txt (Spanish)

* New translations 26.txt (Spanish)

* New translations 27.txt (Spanish)

* New translations plurals.xml (Spanish)

* New translations title.txt (Spanish)
This commit is contained in:
Kirill Kamakin
2023-07-02 08:49:13 +02:00
committed by GitHub
parent 97d446cc34
commit 53c4950a00
10 changed files with 86 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<plurals name="fragment_disclaimer_button_okay_timer">
<item quantity="one">Bien, (%d segundo)</item>
<item quantity="other">Bien, (%d segundos)</item>
</plurals>
</resources>

View File

@@ -0,0 +1,68 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="fragment_authentication_input_hint_email">Email o nombre de usuario</string>
<string name="fragment_authentication_input_hint_password">Contraseña</string>
<string name="fragment_authentication_input_hint_url">URL del servidor</string>
<string name="fragment_authentication_button_login">Iniciar sesión</string>
<string name="content_description_view_holder_recipe_image">Foto de la comida cocinada</string>
<string name="menu_navigation_drawer_logout">Cerrar sesión</string>
<string name="view_holder_recipe_text_placeholder">Cargando…</string>
<string name="fragment_recipe_info_ingredients_header">Ingredientes</string>
<string name="fragment_recipe_info_instructions_header">Instrucciones</string>
<string name="fragment_disclaimer_main_text">Este proyecto se desarrolla independientemente del proyecto Mealie. NO está asociado con los desarrolladores de Mealie. Cualquier problema debe ser reportado al repositorio de Mealient, NO al repositorio de Mealie.</string>
<string name="fragment_baseurl_url_input_empty">La URL no puede estar vacía</string>
<string name="fragment_base_url_no_connection">No se puede conectar, verifique la dirección.</string>
<string name="fragment_base_url_unexpected_response">Respuesta inesperada. ¿Es Mealie?</string>
<string name="fragment_base_url_malformed_url">Comprobar el formato de URL: %s</string>
<string name="fragment_base_url_save">Continuar</string>
<string name="menu_navigation_drawer_login">Iniciar sesión</string>
<string name="fragment_disclaimer_button_okay">Aceptar</string>
<string name="view_holder_recipe_instructions_step">Paso: %d</string>
<string name="fragment_authentication_email_input_empty">El correo electrónico no puede estar vacío</string>
<string name="fragment_authentication_password_input_empty">La contraseña no puede estar vacía</string>
<string name="fragment_authentication_credentials_incorrect">Correo electrónico o contraseña incorrectos.</string>
<string name="fragment_authentication_unknown_error">Algo salió mal, por favor vuelve a intentarlo.</string>
<string name="fragment_add_recipe_recipe_name">Nombre de la receta</string>
<string name="fragment_add_recipe_recipe_description">Descripción</string>
<string name="menu_navigation_drawer_add_recipe">Agregar receta</string>
<string name="menu_navigation_drawer_recipes_list">Recetas</string>
<string name="fragment_add_recipe_recipe_yield">Porciones</string>
<string name="fragment_add_recipe_save_button">Guardar receta</string>
<string name="fragment_add_recipe_new_instruction">Nuevo paso</string>
<string name="fragment_add_recipe_new_ingredient">Nuevo ingrediente</string>
<string name="fragment_add_recipe_public_recipe">Receta pública</string>
<string name="fragment_add_recipe_disable_comments">Desactivar comentarios</string>
<string name="fragment_add_recipe_ingredient_hint">Ingrediente</string>
<string name="fragment_add_recipe_instruction_hint">Descripción del paso</string>
<string name="fragment_add_recipe_name_error">El nombre de la receta no puede estar vacío</string>
<string name="fragment_add_recipe_save_error">Algo salió mal</string>
<string name="fragment_add_recipe_save_success">Receta guardada con éxito</string>
<string name="fragment_add_recipe_clear_button">Limpiar</string>
<string name="fragment_base_url_url_input_helper_text">Ejemplo: demo.mealie.io</string>
<string name="fragment_authentication_email_input_helper_text">Ejemplo: changeme@email.com</string>
<string name="fragment_authentication_password_input_helper_text">Ejemplo: demo</string>
<string name="fragment_recipes_last_page_loaded_toast">Última página cargada</string>
<string name="fragment_recipes_load_failure_toast" comment="EXAMPLE: Load error: unauthorized.">Error al cargar: %1$s.</string>
<string name="fragment_recipes_load_failure_toast_no_reason">La carga falló.</string>
<string name="fragment_recipes_load_failure_toast_unauthorized">no autorizado</string>
<string name="fragment_recipes_load_failure_toast_unexpected_response">respuesta inesperada</string>
<string name="fragment_recipes_load_failure_toast_no_connection">sin conexión</string>
<string name="fragment_recipes_favorite_update_failed">Error al actualizar el estado de favorito</string>
<string name="fragment_recipes_delete_recipe_failed">Error al eliminar la receta</string>
<string name="fragment_recipes_delete_recipe_confirm_dialog_title">Eliminar receta</string>
<string name="fragment_recipes_delete_recipe_confirm_dialog_message">¿Está seguro que desea eliminar %1$s? Esto no se puede deshacer.</string>
<string name="fragment_recipes_delete_recipe_confirm_dialog_positive_btn">Confirmar</string>
<string name="fragment_recipes_delete_recipe_confirm_dialog_negative_btn">Cancelar</string>
<string name="menu_navigation_drawer_change_url">Cambiar URL</string>
<string name="search_recipes_hint">Buscar recetas</string>
<string name="view_toolbar_navigation_icon_content_description">Abrir cajón de navegación</string>
<string name="fragment_recipes_list_no_recipes">Sin recetas</string>
<string name="activity_share_recipe_success_toast">Receta guardada exitosamente.</string>
<string name="activity_share_recipe_failure_toast">Algo salió mal.</string>
<string name="content_description_activity_share_recipe_progress">Indicador de progreso</string>
<string name="view_holder_recipe_favorite_content_description">El artículo es favorito</string>
<string name="view_holder_recipe_non_favorite_content_description">El artículo no es favorito</string>
<string name="view_holder_recipe_delete_content_description">Eliminar receta</string>
<string name="fragment_recipes_favorite_added">Añadido %1$s a favoritos</string>
<string name="fragment_recipes_favorite_removed">Eliminado %1$s de favoritos</string>
</resources>