Files

43 lines
1.6 KiB
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
/**
* ⚠️ Editing not allowed except for 'en' language.
*
* @see https://github.com/monicahq/monica/blob/main/docs/contribute/translate.md for translations.
*/
return [
'dashboard_blank_title' => 'Seja bem-vindo à sua conta!',
'dashboard_blank_description' => 'Com Monica pode organizar todas as suas interações com as pessoas que são importantes para si.',
'dashboard_blank_cta' => 'Adicione o seu primeiro contacto',
'dashboard_blank_illustration' => 'Illustration by <a href=":url">Freepik</a>',
'notes_title' => 'You dont have any starred notes yet.',
'tab_recent_calls' => 'Chamadas recentes',
'tab_favorite_notes' => 'Notas favoritas',
'tab_calls_blank' => 'Você ainda não registou chamadas.',
'tab_debts' => 'Debts',
'tab_debts_blank' => 'You havent logged any debts yet.',
'tab_tasks' => 'Tasks',
'tab_tasks_blank' => 'You havent any tasks yet.',
'tasks_add_task_placeholder' => 'What is this task about?',
'tasks_tab_your_contacts' => 'Tasks related to your contacts',
'tasks_tab_your_tasks' => 'Your tasks',
'tasks_add_note' => 'Press <kbd>Enter</kbd> to add the task.',
'task_add_cta' => 'Add a task',
'debts_you_owe' => 'You owe',
'statistics_contacts' => 'Contatos',
'statistics_activities' => 'Atividades',
'statistics_gifts' => 'Presentes',
'reminders_next_months' => 'Events in the next 3 months',
'reminders_none' => 'No reminders for this month.',
'product_changes' => 'Product changes',
'product_view_details' => 'View details',
];