Skip to content

Commit be5645b

Browse files
authored
Merge pull request #4 from eduardomozart/master
Add PT translation
2 parents 9d3c224 + d18301a commit be5645b

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

lang/en/settings.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
*/
66

77
$lang['key'] = 'Client ID';
8-
$lang['secret'] = 'Cient Secret';
8+
$lang['secret'] = 'Client Secret';
99
$lang['openidurl'] = 'Your tenant name or ID';
1010
$lang['fetchgroups'] = 'By default only roles from the JWT are used as user groups. Enabling this option fetches group data.';
1111
$lang['stripdomain'] = 'Strip @domain from preferred_username';

lang/pt/settings.php

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<?php
2+
3+
/**
4+
* portuguese language file for oauthazure plugin
5+
*/
6+
7+
$lang['key'] = 'ID do Cliente';
8+
$lang['secret'] = 'Segredo do Cliente';
9+
$lang['openidurl'] = 'Seu domínio principal ou ID';
10+
$lang['fetchgroups'] = 'Por padrão, apenas funções do JWT são usadas como grupos de usuários. Habilitar esta opção busca dados do grupo';
11+
$lang['stripdomain'] = 'Retirar @domínio do nome_de_usuário';

0 commit comments

Comments
 (0)