mirror of https://github.com/iSoron/uhabits.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
103 lines
5.8 KiB
103 lines
5.8 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
~ Copyright (C) 2016 Alinson Santos Xavier
|
|
~
|
|
~ This program 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.
|
|
~
|
|
~ This program 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 this program. If not, see <http://www.gnu.org/licenses/>.
|
|
~
|
|
~
|
|
-->
|
|
|
|
<resources>
|
|
<string name="app_name">Hábitos</string>
|
|
<string name="action_settings">Configurações</string>
|
|
<string name="add_habit">Adicionar hábito</string>
|
|
<string name="archive">Arquivar</string>
|
|
<string name="check">Marcar</string>
|
|
<string name="clear">Limpar</string>
|
|
<string name="clear_label">Limpar</string>
|
|
<string name="color_picker_default_title">Mudar cor</string>
|
|
<string name="create_habit">Criar hábito</string>
|
|
<string name="days">dias</string>
|
|
<string name="delete">Deletar</string>
|
|
<string name="description">Descrição</string>
|
|
<string name="description_hint">Pergunta (por ex., \"você meditou hoje?\")</string>
|
|
<string name="discard">Cancelar</string>
|
|
<string name="edit">Editar</string>
|
|
<string name="edit_habit">Editar hábito</string>
|
|
<string name="habit_strength">Estabilidade</string>
|
|
<string name="history">Histórico</string>
|
|
<string name="interval_15_minutes">15 minutos</string>
|
|
<string name="interval_1_hour">1 hora</string>
|
|
<string name="interval_2_hour">2 horas</string>
|
|
<string name="interval_30_minutes">30 minutos</string>
|
|
<string name="interval_4_hour">4 horas</string>
|
|
<string name="interval_8_hour">8 horas</string>
|
|
<string name="intro_title_1">Bem vindo</string>
|
|
<string name="long_press_to_toggle">Sustente por um segundo para marcar ou desmarcar</string>
|
|
<string name="main_activity_title">Hábitos</string>
|
|
<string name="overview">Visão geral</string>
|
|
<string name="reminder">Lembrete</string>
|
|
<string name="reminder_off">Desligado</string>
|
|
<string name="repeat">Repetir</string>
|
|
<string name="save">Salvar</string>
|
|
<string name="select_day">Selecionar mês e dia</string>
|
|
<string name="select_hours">Selecionar horas</string>
|
|
<string name="select_minutes">Selecionar minutos</string>
|
|
<string name="select_year">Selecionar ano</string>
|
|
<string name="snooze">Mais tarde</string>
|
|
<string name="streaks">Correntes</string>
|
|
<string name="no_habits_found">Você não tem nenhum hábito ativo</string>
|
|
<string name="time_separator"></string>
|
|
<string name="toast_habit_archived">Hábitos arquivados.</string>
|
|
<string name="toast_habit_changed">Hábito modificado.</string>
|
|
<string name="toast_habit_changed_back">Hábito restaurado.</string>
|
|
<string name="toast_habit_created">Hábito criado.</string>
|
|
<string name="toast_habit_deleted">Hábito deletado.</string>
|
|
<string name="toast_habit_unarchived">Hábitos restaurados.</string>
|
|
<string name="toast_nothing_to_redo">Nada para refazer.</string>
|
|
<string name="toast_nothing_to_undo">Nada para desfazer.</string>
|
|
<string name="toast_repetition_toggled">Marcado.</string>
|
|
<string name="unarchive">Desarquivar</string>
|
|
<string name="validation_at_most_one_rep_per_day">Você pode ter no máximo uma repetição por dia.</string>
|
|
<string name="validation_name_should_not_be_blank">Nome não pode ficar em branco.</string>
|
|
<string name="validation_number_should_be_positive">Número precisa ser positivo.</string>
|
|
<string name="done_label">Pronto</string>
|
|
<string name="pref_view_source_code">Ver código-fonte no GitHub</string>
|
|
<string name="pref_view_app_introduction">Assistir introdução ao aplicativo</string>
|
|
<string name="pref_toggle_title">Marcar repetições com um toque curto</string>
|
|
<string name="pref_toggle_description">Mais conveniente, mas pode causar marcações acidentais</string>
|
|
<string name="pref_snooze_interval_title">Duração do \"mais tarde\" nos lembretes</string>
|
|
<string name="pref_send_feedback">Mandar sugestões para o desenvolvedor</string>
|
|
<string name="pref_rate_this_app">Avaliar esse app no Google Play</string>
|
|
<string name="links">Links</string>
|
|
<string name="behavior">Interação</string>
|
|
<string name="name">Nome</string>
|
|
<string name="times_every">vezes em</string>
|
|
<string name="show_archived">Mostrar hábitos arquivados</string>
|
|
<string name="snooze_interval">Duração do \"mais tarde\"</string>
|
|
<string name="settings">Configurações</string>
|
|
<string name="intro_description_1">Loop é um aplicativo que te ajuda a criar e manter bons hábitos.</string>
|
|
<string name="intro_title_2">Adicione alguns hábitos</string>
|
|
<string name="intro_description_2">Todo dia, depois de praticar o seu hábito, marque no aplicativo.</string>
|
|
<string name="intro_description_3">Hábitos praticados regularmente por um longo período recebem uma estrela.</string>
|
|
<string name="intro_title_3">Continue praticando</string>
|
|
<string name="intro_title_4">Acompanhe o seu progresso</string>
|
|
<string name="intro_description_4">Veja como seus hábitos estão progredindo através de diagramas.</string>
|
|
<string name="hint_title">Dica</string>
|
|
<string name="hint_drag">Para mudar a ordem dos hábitos, aperte no nome do hábito, sustente e arraste.</string>
|
|
<string name="hint_landscape">Para ver mais dias, coloque seu aparelho em modo paisagem.</string>
|
|
<string name="delete_habits">Deletar hábitos</string>
|
|
<string name="toast_habit_restored">Hábitos restaurados.</string>
|
|
<string name="delete_habits_message">Os hábitos escolhidos serão deletados permanentemente. Esta ação não pode ser desfeita.</string>
|
|
</resources> |