protoncore_android/report/presentation/src/main/res/values-pt-rPT/strings.xml

43 lines
2.5 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!--
~ Copyright (c) 2021 Proton Technologies AG
~ This file is part of Proton Technologies AG and ProtonCore.
~
~ ProtonCore is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version.
~
~ ProtonCore is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License
~ along with ProtonCore. If not, see <https://www.gnu.org/licenses/>.
-->
<resources>
<string name="core_report_bug_activity_title">Relatar um problema</string>
<string name="core_report_bug_close">Fechar</string>
<string name="core_report_bug_subject_field_hint">Assunto</string>
<string name="core_report_bug_subject_field_required">Introduza um assunto</string>
<string name="core_report_bug_description_field_hint">Qual é o problema? Mínimo de 10 caracteres</string>
<string name="core_report_bug_description_field_placeholder">Descreva o problema com o máximo de pormenor possível. Se houver uma mensagem de erro, diga-nos o que diz.</string>
<plurals name="core_report_bug_description_field_required">
<item quantity="one">Introduza pelo menos %d caráter.</item>
<item quantity="other">Introduzir pelo menos %d carateres</item>
</plurals>
<string name="core_report_bug_discard_changes_title">Fechar o relatório de erro?</string>
<string name="core_report_bug_discard_changes_description">Se sair desta página, o seu relatório não será guardado.</string>
<string name="core_report_bug_discard_changes_cancel">Continuar a escrever</string>
<string name="core_report_bug_discard_changes_confirm">Fechar sem guardar</string>
<plurals name="core_report_bug_form_field_too_long">
<item quantity="one">Máximo de %d caráter</item>
<item quantity="other">Máximo de %d carateres</item>
</plurals>
<string name="core_report_bug_general_error">Ocorreu um erro. Tente novamente em alguns minutos.</string>
<string name="core_report_bug_send">Enviar relatório</string>
<string name="core_report_bug_success">Agradecemos o seu relatório.</string>
<string name="core_report_bug_attach_log">Attach log</string>
</resources>