forked from Combodo/combodo-approval-extended
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pt_br.dict.combodo-approval-extended.php
executable file
·148 lines (137 loc) · 8.68 KB
/
pt_br.dict.combodo-approval-extended.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
<?php
// Copyright (C) 2012 Combodo SARL
//
// This program is free software; you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation; version 3 of the License.
//
// This program is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
// GNU General Public License for more details.
//
// You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
/**
* Localized data
*
* @author Erwan Taloc <[email protected]>
* @author Romain Quetiez <[email protected]>
* @author Denis Flaven <[email protected]>
* @license http://www.opensource.org/licenses/gpl-3.0.html LGPL
*/
Dict::Add('PT BR', 'Brazilian', 'Brazilian', array(
// Dictionary entries go here
'Menu:Ongoing approval' => 'Solicitações aguardando aprovação',
'Menu:Ongoing approval+' => 'Solicitações aguardando aprovação',
'Approbation:PublicObjectDetails' => '<p>Caro $approver->html(friendlyname)$, por favor, dedique algum tempo para aprovar ou rejeitar a solicitação $object->html(ref)$</p>
<b>Solicitante</b>: $object->html(caller_id_friendlyname)$<br>
<b>Título</b>: $object->html(title)$<br>
<b>Serviço</b>: $object->html(service_name)$<br>
<b>Sub-categoria de serviço</b>: $object->html(servicesubcategory_name)$<br>
<b>Descrição</b>:<br>
$object->html(description)$<br>
<b>Informação adicional</b>:<br>
<div>$object->html(service_details)$</div>',
'Approbation:FormBody' => '<p>Caro $approver->html(friendlyname)$, por favor, dedique algum tempo para aprovar ou rejeitar a solicitação</p>',
'Approbation:ApprovalRequested' => 'Sua aprovação é solicitada',
'Approbation:Introduction' => '<p>Caro $approver->html(friendlyname)$, por favor, dedique algum tempo para aprovar ou rejeitar a solicitação $object->html(friendlyname)$</p>',
));
//
// Class: ApprovalRule
//
Dict::Add('PT BR', 'Brazilian', 'Brazilian', array(
'Class:ApprovalRule' => 'Regra de aprovação',
'Class:ApprovalRule+' => '',
'Class:ApprovalRule/Attribute:name' => 'Nome',
'Class:ApprovalRule/Attribute:name+' => '',
'Class:ApprovalRule/Attribute:description' => 'Descrição',
'Class:ApprovalRule/Attribute:description+' => '',
'Class:ApprovalRule/Attribute:level1_rule' => 'Nível 1 de aprovação',
'Class:ApprovalRule/Attribute:level1_rule+' => '',
'Class:ApprovalRule/Attribute:level1_default_approval' => 'Aprovado automaticamente se não houver resposta no nível 1',
'Class:ApprovalRule/Attribute:level1_default_approval+' => '',
'Class:ApprovalRule/Attribute:level1_default_approval/Value:no' => 'não',
'Class:ApprovalRule/Attribute:level1_default_approval/Value:no+' => 'não',
'Class:ApprovalRule/Attribute:level1_default_approval/Value:yes' => 'sim',
'Class:ApprovalRule/Attribute:level1_default_approval/Value:yes+' => 'sim',
'Class:ApprovalRule/Attribute:level1_timeout' => 'Atraso de aprovação de nível 1 (horas)',
'Class:ApprovalRule/Attribute:level1_timeout+' => '',
'Class:ApprovalRule/Attribute:level1_exit_condition' => 'Término da aprovação de nível 1',
'Class:ApprovalRule/Attribute:level1_exit_condition+' => '',
'Class:ApprovalRule/Attribute:level1_exit_condition/Value:first_reply' => 'Finaliza na primeira resposta',
'Class:ApprovalRule/Attribute:level1_exit_condition/Value:first_reply+' => 'A primeira resposta determina o resultado no nível 1',
'Class:ApprovalRule/Attribute:level1_exit_condition/Value:first_reject' => 'Finaliza na primeira "Rejeição"',
'Class:ApprovalRule/Attribute:level1_exit_condition/Value:first_reject+' => 'Todos devem aprovar',
'Class:ApprovalRule/Attribute:level1_exit_condition/Value:first_approve' => 'Finaliza na primeira "Aprovação"',
'Class:ApprovalRule/Attribute:level1_exit_condition/Value:first_approve+' => 'Apenas uma aprovação é solicitada',
'Class:ApprovalRule/Attribute:level1_substitute_query' => 'Substitute L1~~',
'Class:ApprovalRule/Attribute:level1_substitute_query+' => 'Substitutes are approver dependent : use `:approver->...` placeholder in the query to retrieve the corresponding substitutes~~',
'Class:ApprovalRule/Attribute:level1_substitute_timeout' => 'Substitute notification delay L1~~',
'Class:ApprovalRule/Attribute:level1_substitute_timeout+' => 'Substitutes will be notified if approver has not answered before this percentage of the approval delay~~',
'Class:ApprovalRule/Attribute:level2_rule' => 'Nível 2 de aprovação',
'Class:ApprovalRule/Attribute:level2_rule+' => '',
'Class:ApprovalRule/Attribute:level2_default_approval' => 'Aprovado automaticamente se não houver resposta no nível 2',
'Class:ApprovalRule/Attribute:level2_default_approval+' => '',
'Class:ApprovalRule/Attribute:level2_default_approval/Value:no' => 'não',
'Class:ApprovalRule/Attribute:level2_default_approval/Value:no+' => 'não',
'Class:ApprovalRule/Attribute:level2_default_approval/Value:yes' => 'sim',
'Class:ApprovalRule/Attribute:level2_default_approval/Value:yes+' => 'sim',
'Class:ApprovalRule/Attribute:level2_timeout' => 'Atraso de aprovação de nível 2 (horas)',
'Class:ApprovalRule/Attribute:level2_timeout+' => '',
'Class:ApprovalRule/Attribute:level2_exit_condition' => 'Término da aprovação de nível 2',
'Class:ApprovalRule/Attribute:level2_exit_condition+' => '',
'Class:ApprovalRule/Attribute:level2_exit_condition/Value:first_reply' => 'Finaliza na primeira resposta',
'Class:ApprovalRule/Attribute:level2_exit_condition/Value:first_reply+' => 'A primeira resposta determina o resultado do nível 2',
'Class:ApprovalRule/Attribute:level2_exit_condition/Value:first_reject' => 'Finaliza na primeira "Rejeição"',
'Class:ApprovalRule/Attribute:level2_exit_condition/Value:first_reject+' => 'Todos devem aprovar',
'Class:ApprovalRule/Attribute:level2_exit_condition/Value:first_approve' => 'Finaliza na primeira "Aprovação"',
'Class:ApprovalRule/Attribute:level2_exit_condition/Value:first_approve+' => 'Apenas uma aprovação é solicitada',
'Class:ApprovalRule/Attribute:level2_substitute_query' => 'Substitute L2~~',
'Class:ApprovalRule/Attribute:level2_substitute_query+' => 'Substitutes are approver dependent : use `:approver->...` placeholder in the query to retrieve the corresponding substitutes~~',
'Class:ApprovalRule/Attribute:level2_substitute_timeout' => 'Substitute notification delay L2~~',
'Class:ApprovalRule/Attribute:level2_substitute_timeout+' => 'Substitutes will be notified if approver has not answered before this percentage of the approval delay~~',
'Class:ApprovalRule/Attribute:servicesubcategory_list' => 'Sub-categoria de serviços',
'Class:ApprovalRule/Attribute:servicesubcategory_list+' => '',
'Class:ApprovalRule/Attribute:coveragewindow_id' => 'Janela de cobertura',
'Class:ApprovalRule/Attribute:coveragewindow_id+' => '',
'Class:ApprovalRule/Attribute:coveragewindow_name' => 'Nome da Janela de cobertura',
'Class:ApprovalRule/Attribute:coveragewindow_name+' => '',
));
//
// Class: ServiceSubcategory
//
Dict::Add('PT BR', 'Brazilian', 'Brazilian', array(
'Class:ServiceSubcategory/Attribute:approvalrule_id' => 'Regra de aprovação',
'Class:ServiceSubcategory/Attribute:approvalrule_id+' => '',
'Class:ServiceSubcategory/Attribute:approvalrule_name' => 'Nome da regra de aprovação',
'Class:ServiceSubcategory/Attribute:approvalrule_name+' => '',
'ApprovalRule:baseinfo' => 'Informação geral',
'ApprovalRule:Level1' => 'Nível de aprovação 1',
'ApprovalRule:Level2' => 'Nível de aprovação 2',
'Menu:ApprovalRule' => 'Regras de aprovação',
'Menu:ApprovalRule+' => 'Todas as regras de aprovação',
));
//
// Class: ExtendedApprovalScheme
//
Dict::Add('PT BR', 'Brazilian', 'Brazilian', array(
'Class:ExtendedApprovalScheme' => 'ExtendedApprovalScheme~~',
'Class:ExtendedApprovalScheme+' => '~~',
));
//
// Class: UserRequest
//
Dict::Add('PT BR', 'Brazilian', 'Brazilian', array(
'Class:UserRequest/Attribute:approver_id' => 'Approver id~~',
'Class:UserRequest/Attribute:approver_id+' => '~~',
'Class:UserRequest/Attribute:approver_email' => 'Approver email~~',
'Class:UserRequest/Attribute:approver_email+' => '~~',
'Class:UserRequest/Stimulus:ev_approve' => 'Approve~~',
'Class:UserRequest/Stimulus:ev_approve+' => '~~',
'Class:UserRequest/Stimulus:ev_reject' => 'Reject~~',
'Class:UserRequest/Stimulus:ev_reject+' => '~~',
'Class:UserRequest/Stimulus:ev_wait_for_approval' => 'Wait for approval~~',
'Class:UserRequest/Stimulus:ev_wait_for_approval+' => '~~',
));