From cd1e01e9aa1d27d73cb41eaefdb0d9c97915e2b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9?= Date: Wed, 18 Mar 2015 02:42:59 +0000 Subject: [PATCH] Update kvdrp.php Completed pt-PT translation. --- messages/pt/kvdrp.php | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/messages/pt/kvdrp.php b/messages/pt/kvdrp.php index aef08e8..3e05013 100644 --- a/messages/pt/kvdrp.php +++ b/messages/pt/kvdrp.php @@ -17,16 +17,16 @@ * NOTE: this file must be saved in UTF-8 encoding. */ return [ - 'Apply' => '', - 'Cancel' => '', - 'Custom Range' => '', - 'From' => '', - 'Last Month' => '', - 'Last {n} Days' => '', - 'Select Date Range' => '', - 'This Month' => '', - 'To' => '', - 'Today' => '', - 'W' => '', - 'Yesterday' => '', + 'Apply' => 'Aplicar', + 'Cancel' => 'Cancelar', + 'Custom Range' => 'Definir Período', + 'From' => 'Desde', + 'Last Month' => 'Último Mês', + 'Last {n} Days' => 'Últimos {n} Dias', + 'Select Date Range' => 'Selecionar Período', + 'This Month' => 'Este Mês', + 'To' => 'Até', + 'Today' => 'Hoje', + 'W' => 'W', + 'Yesterday' => 'Ontem', ];