Updated translations via CrowdIn: new lines added to Dutch (still untranslated in other languages). Changed @zjean's 2-step verification lines a bit.

This commit is contained in:
James Cole
2016-02-10 06:39:09 +01:00
parent 7288ba0fd7
commit 1f2b37b70e
8 changed files with 50 additions and 10 deletions

View File

@@ -1,8 +1,13 @@
<?php
return [
'locale' => 'pt_BR, pt_BR.utf8',
'month' => '%B %Y',
'month_and_day' => '%e de %B de %Y',
'locale' => 'pt_BR, pt_BR.utf8',
'month' => '%B %Y',
'month_and_day' => '%e de %B de %Y',
'specific_day' => '%e %B %Y',
'week_in_year' => 'Week %W, %Y',
'quarter_of_year' => '%B %Y',
'year' => '%Y',
'half_year' => '%B %Y',
];