maoni-sample/src/main/res/values-es/strings.xml

Summary

Maintainability
Test Coverage
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (c) 2016-2022 Armel Soro

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
-->
<resources>
    <string name="maoni_app_name">Demo de Maoni</string>
    <string name="maoni_settings_activity_name">Configuraciones del demo de Maoni</string>
    <string name="feedback">Comentarios</string>
    <string name="title_activity_maoni_sample_main">Demo de Maoni</string>
    <string name="main_activity_text"><![CDATA[Esta es una aplicación demo para Maoni, una biblioteca liviana que proporciona 
una actividad materializada listo para usar y recopilar recomendaciones de los usuarios desde una aplicación existente. 
\n
A diferencia de otras bibliotecas similares, Maoni permite tomar una captura de pantalla de la actividad actual, 
que puedes manipular en tu devolución de llamadas. 
\n\n
Toca el botón de acción flotante a continuación para abrir la actividad de Maoni. 
\n\n
Por favor navegue a http://github.com/rm3l/maoni para obtener más instrucciones.    ]]></string>
    <string name="action_about">Acerca de</string>
    <string name="default_email_addr">some.one@somewhe.re</string>
    <string name="send_feedback_activity_title">Enviar Recomendaciones</string>
    <string name="send_feedback_activity_intro"><![CDATA[        Hey! Love this app? We would love to hear from you.
        \n\n
        Note: Almost everything in Maoni is customizable.
    ]]></string>
    <string name="feedback_content_hint">Por favor escriba sus valiosas recomendaciones aquí.</string>
    <string name="include_app_logs">Adjuntar historiales de la aplicación</string>
    <string name="include_app_screenshot">Adjuntar capturas de pantalla</string>
    <string name="touch_edit_screenshot">Toca para previsualizar y anotar</string>
    <string name="content_error_message">Este es un mensaje de error personalizado, que puede mostrar a sus usuarios</string>
    <string name="screenshot_hint">Este es un mensaje personalizado, que puede mostrar junto a la captura de pantalla para explicar por qué podría ser de gran ayuda.</string>
    <string name="email_address">Dirección de correo electrónico</string>
    <string name="an_extra_text_area">Un área de texto extra</string>
    <string name="edittext_hint_write_something_here">Editar sugerencia de texto. Escribe algo aquí.</string>
    <string name="an_extra_radiogroup">Un Grupo de Radio adicional</string>
    <string name="rg_1">RG 1</string>
    <string name="rg_2">RG 2</string>
    <string name="rg_3">RG 3</string>
    <string name="send_maoni_email">Enviar por correo electrónico (maoni-email)</string>
    <string name="send_maoni_github">Enviar como problema de GitHub (maoni-github)</string>
    <string name="send_maoni_jira">Enviar como problema de JIRA (maoni-jira)</string>
    <string name="send_maoni_slack">"Enviar cuando está estacionario (maoni-slack)"</string>
    <string name="how_to_send_feedback">¿Cómo le gustaría enviar sus recomendaciones?</string>
    <string name="action_settings">Ajustes</string>
    <string name="action_bottom_sheet">Bottom Sheet</string>
</resources>