Add pt-br language #736 (#737)

Add pt-br language #736
This commit is contained in:
Nabeel S
2020-06-02 09:10:26 -04:00
committed by GitHub
parent 89ca0b49a2
commit 3a07e34259
20 changed files with 743 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
<?php
return [
'location' => 'Localização',
'state' => [
'pending' => 'Pendente',
'active' => 'Ativo',
'rejected' => 'Rejeitado',
'on_leave' => 'Em licença',
'suspended' => 'Suspensa',
],
];