Skip to content

Commit

Permalink
Merge pull request #19 from wbraganca/master
Browse files Browse the repository at this point in the history
Add portuguese brazilian translation messages.
  • Loading branch information
kartik-v committed Apr 24, 2015
2 parents 094a1c4 + 880610f commit 17c02b4
Showing 1 changed file with 118 additions and 0 deletions.
118 changes: 118 additions & 0 deletions messages/pt-BR/kvenum.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,118 @@
<?php
/**
* Message translations.
*
* This file is automatically generated by 'yii message' command.
* It contains the localizable messages extracted from source code.
* You may modify this file by translating the extracted messages.
*
* Each array element represents the translation (value) of a message (key).
* If the value is empty, the message is considered as not translated.
* Messages that no longer need translation will have their translations
* enclosed between a pair of '@@' marks.
*
* Message string can be used with plural forms format. Check i18n section
* of the guide for details.
*
* NOTE: this file must be saved in UTF-8 encoding.
*/
return [
'Amaya' => 'Amaya',
'Apple Safari' => 'Apple Safari',
'April' => 'Abril',
'Arora' => 'Arora',
'August' => 'Agosto',
'Avant' => 'Avant',
'Blackberry' => 'Blackberry',
'Chromium' => 'Chromium',
'December' => 'Dezembro',
'Email' => 'E-mail',
'Epiphany' => 'Epiphany',
'February' => 'Fevereiro',
'Friday' => 'Sexta-feira',
'Galeon' => 'Galeon',
'Google Chrome' => 'Google Chrome',
'January' => 'Janeiro',
'July' => 'Julho',
'June' => 'Junior',
'Konqueror' => 'Konqueror',
'March' => 'Março',
'Maxthon' => 'Maxthon',
'May' => 'Maio',
'Microsoft Internet Explorer' => 'Microsoft Internet Explorer',
'Microsoft Internet Explorer Mobile' => 'Microsoft Internet Explorer Mobile',
'Minimo' => 'Minimo',
'Mobile Safari' => 'Mobile Safari',
'Monday' => 'Segunda-feira',
'Mosaic' => 'Mosaic',
'Mozilla Firefox' => 'Mozilla Firefox',
'Mozilla Firefox Fennec' => 'Mozilla Firefox Fennec',
'Mozilla Sea Monkey' => 'Mozilla Sea Monkey',
'NetFront' => 'NetFront',
'NetSurf' => 'NetSurf',
'Netscape' => 'Netscape',
'No' => 'Não',
'November' => 'Novembro',
'October' => 'Outubro',
'Omniweb' => 'Omniweb',
'Opera' => 'Opera',
'Phone' => 'Telefone',
'Puffin' => 'Puffin',
'Safari' => 'Safari',
'Saturday' => 'Sábado',
'September' => 'Setembro',
'Sunday' => 'Domingo',
'Thursday' => 'Quinta-feira',
'Tuesday' => 'Terça-feira',
'Wednesday' => 'Quarta-feira',
'Yes' => 'Sim',
'a moment ago' => 'um momento atrás',
'ago' => 'atrás',
'billion' => 'bilhão',
'eight' => 'oito',
'eighteen' => 'dezoito',
'eighty' => 'oitenta',
'eleven' => 'onze',
'fifteen' => 'quinze',
'fifty' => 'cinquenta',
'five' => 'cinco',
'forty' => 'quarenta',
'four' => 'quatro',
'fourteen' => 'catorze',
'hundred' => 'cem',
'million' => 'milhão',
'minus' => 'menos',
'nine' => 'nove',
'nineteen' => 'dezenove',
'ninety' => 'noventa',
'nonillion' => 'nonilhão',
'octillion' => 'octilhão',
'one' => 'um',
'quadrillion' => 'quadrilhão',
'quintillion' => 'quintilhão',
'septillion' => 'septilhão',
'seven' => 'sete',
'seventeen' => 'dezessete',
'seventy' => 'setenta',
'sextillion' => 'sextilhão',
'six' => 'seis',
'sixteen' => 'dezesseis',
'sixty' => 'sessenta',
'ten' => 'dez',
'thirteen' => 'treze',
'thirty' => 'trinta',
'thousand' => 'mil',
'three' => 'três',
'trillion' => 'trilhão',
'twelve' => 'doze',
'twenty' => 'vinte',
'two' => 'dois',
'zero' => 'zero',
'{n, plural, one{one day} other{# days}}' => '{n, plural, one{um dia} other{# dias}}',
'{n, plural, one{one hour} other{# hours}}' => '{n, plural, one{uma hora} other{# horas}}',
'{n, plural, one{one minute} other{# minutes}}' => '{n, plural, one{um minuto} other{# minutos}}',
'{n, plural, one{one month} other{# months}}' => '{n, plural, one{um mês} other{# meses}}',
'{n, plural, one{one second} other{# seconds}}' => '{n, plural, one{um segundo} other{# segundos}}',
'{n, plural, one{one week} other{# weeks}}' => '{n, plural, one{uma semana} other{# semanas}}',
'{n, plural, one{one year} other{# years}}' => '{n, plural, one{um ano} other{# anos}}',
];

0 comments on commit 17c02b4

Please sign in to comment.