Skip to content

Commit

Permalink
Merge pull request #32 from andredp/patch-1
Browse files Browse the repository at this point in the history
Portugese translations
  • Loading branch information
kartik-v committed Mar 18, 2015
2 parents b0f7629 + cd3ffcf commit c6eec6c
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions messages/pt/kvdrp.php
Original file line number Diff line number Diff line change
Expand Up @@ -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' => 'Mês Passado',
'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',
];

0 comments on commit c6eec6c

Please sign in to comment.