@hed-hog/contact 0.0.185 → 0.0.190
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/hedhog/frontend/app/address-type/page.tsx.ejs +480 -0
- package/hedhog/frontend/app/contact-type/page.tsx.ejs +480 -0
- package/hedhog/frontend/app/document-type/page.tsx.ejs +616 -0
- package/hedhog/frontend/app/person/page.tsx.ejs +1621 -0
- package/hedhog/frontend/messages/en.json +242 -0
- package/hedhog/frontend/messages/pt.json +241 -0
- package/package.json +3 -3
|
@@ -0,0 +1,242 @@
|
|
|
1
|
+
{
|
|
2
|
+
"ContactPage": {
|
|
3
|
+
"title": "People and Companies",
|
|
4
|
+
"description": "Contact Management",
|
|
5
|
+
"addNew": "New Contact",
|
|
6
|
+
"edit": "Edit Contact",
|
|
7
|
+
"delete": "Delete",
|
|
8
|
+
"view": "View Details",
|
|
9
|
+
"name": "Name",
|
|
10
|
+
"namePlaceholder": "Person name",
|
|
11
|
+
"type": "Type",
|
|
12
|
+
"status": "Status",
|
|
13
|
+
"selectStatus": "Select status",
|
|
14
|
+
"actions": "Actions",
|
|
15
|
+
"search": "Search contacts...",
|
|
16
|
+
"searchPlaceholder": "Search",
|
|
17
|
+
"filterByType": "Filter by type",
|
|
18
|
+
"filterByStatus": "Filter by status",
|
|
19
|
+
"allStatuses": "All statuses",
|
|
20
|
+
"allTypes": "All types",
|
|
21
|
+
"all": "All",
|
|
22
|
+
"individual": "Individual",
|
|
23
|
+
"company": "Company",
|
|
24
|
+
"active": "Active",
|
|
25
|
+
"inactive": "Inactive",
|
|
26
|
+
"createSuccess": "Contact created successfully",
|
|
27
|
+
"createError": "Failed to create contact",
|
|
28
|
+
"updateSuccess": "Contact updated successfully",
|
|
29
|
+
"updateError": "Failed to update contact",
|
|
30
|
+
"deleteSuccess": "Contact deleted successfully",
|
|
31
|
+
"deleteError": "Failed to delete contact",
|
|
32
|
+
"deleteConfirmTitle": "Delete Contact",
|
|
33
|
+
"deleteConfirmDescription": "Are you sure you want to delete this contact? This action cannot be undone.",
|
|
34
|
+
"cancel": "Cancel",
|
|
35
|
+
"confirm": "Confirm",
|
|
36
|
+
"save": "Save",
|
|
37
|
+
"saveChanges": "Save Changes",
|
|
38
|
+
"nameRequired": "Name must be at least 2 characters",
|
|
39
|
+
"tabGeneral": "General",
|
|
40
|
+
"tabContacts": "Contacts",
|
|
41
|
+
"tabAddresses": "Addresses",
|
|
42
|
+
"tabDocuments": "Documents",
|
|
43
|
+
"contactType": "Contact Type",
|
|
44
|
+
"contactValue": "Value",
|
|
45
|
+
"addressType": "Address Type",
|
|
46
|
+
"street": "Street",
|
|
47
|
+
"city": "City",
|
|
48
|
+
"state": "State",
|
|
49
|
+
"country": "Country",
|
|
50
|
+
"zipCode": "Zip Code",
|
|
51
|
+
"zipCodePlaceholder": "Zip Code",
|
|
52
|
+
"documentType": "Document Type",
|
|
53
|
+
"documentValuePlaceholder": "Value",
|
|
54
|
+
"documentValue": "Value",
|
|
55
|
+
"addContact": "Add Contact",
|
|
56
|
+
"addAddress": "Add Address",
|
|
57
|
+
"addDocument": "Add Document",
|
|
58
|
+
"noContacts": "No contacts added yet",
|
|
59
|
+
"noAddresses": "No addresses added yet",
|
|
60
|
+
"noDocuments": "No documents added yet",
|
|
61
|
+
"remove": "Remove",
|
|
62
|
+
"statsTotal": "Total People",
|
|
63
|
+
"statsIndividual": "Individuals",
|
|
64
|
+
"statsCompany": "Companies",
|
|
65
|
+
"statsActive": "Active",
|
|
66
|
+
"unknown": "Unknown",
|
|
67
|
+
"listTitle": "People List",
|
|
68
|
+
"listDescription": "View and manage all registered people",
|
|
69
|
+
"columnId": "ID",
|
|
70
|
+
"columnName": "Name",
|
|
71
|
+
"columnType": "Type",
|
|
72
|
+
"columnStatus": "Status",
|
|
73
|
+
"columnEmail": "Email",
|
|
74
|
+
"columnPhone": "Phone",
|
|
75
|
+
"columnPlace": "Location",
|
|
76
|
+
"columnActions": "Actions",
|
|
77
|
+
"loading": "Loading contacts...",
|
|
78
|
+
"emptyState": "No people found. Adjust the filters to see more results.",
|
|
79
|
+
"dialogCreateTitle": "Add New Contact",
|
|
80
|
+
"dialogCreateDescription": "Create a new individual or company record",
|
|
81
|
+
"typeOfPerson": "Type of Person",
|
|
82
|
+
"selectType": "Select type",
|
|
83
|
+
"createPerson": "Create Person",
|
|
84
|
+
"editPerson": "Edit Person",
|
|
85
|
+
"editPersonDescription": "Update person information, contacts, addresses and documents",
|
|
86
|
+
"editDescription": "Update person information, contacts, addresses and documents",
|
|
87
|
+
"editTabDetails": "Details",
|
|
88
|
+
"editTabBaseData": "Basic Data",
|
|
89
|
+
"editTabContacts": "Contacts",
|
|
90
|
+
"editTabAddresses": "Addresses",
|
|
91
|
+
"editTabDocuments": "Documents",
|
|
92
|
+
"selectContactType": "Select type",
|
|
93
|
+
"main": "Main",
|
|
94
|
+
"selectAddressType": "Select address type",
|
|
95
|
+
"address": "Address",
|
|
96
|
+
"addressPlaceholder": "Address",
|
|
97
|
+
"addressComplement": "Complement",
|
|
98
|
+
"addressComplementPlaceholder": "Complement",
|
|
99
|
+
"addressCity": "City",
|
|
100
|
+
"addressCityPlaceholder": "City",
|
|
101
|
+
"addressState": "State",
|
|
102
|
+
"addressStatePlaceholder": "State",
|
|
103
|
+
"addressCountry": "Country",
|
|
104
|
+
"addressCountryPlaceholder": "Select country",
|
|
105
|
+
"personDetails": "Person Details",
|
|
106
|
+
"viewAllRegisteredData": "View all registered data",
|
|
107
|
+
"dialogBasicInformationTitle": "Basic Information",
|
|
108
|
+
"createdAt": "Created at",
|
|
109
|
+
"close": "Close",
|
|
110
|
+
"copiedToClipboard": "Copied to clipboard!",
|
|
111
|
+
"buttonEditUser": "Edit"
|
|
112
|
+
},
|
|
113
|
+
"AddressType": {
|
|
114
|
+
"breadcrumbContact": "Contact",
|
|
115
|
+
"breadcrumbTitle": "Address Types",
|
|
116
|
+
"pageTitle": "Address Types",
|
|
117
|
+
"pageDescription": "Manage system address types",
|
|
118
|
+
"buttonNewType": "New Type",
|
|
119
|
+
"cardTitle": "Address Types",
|
|
120
|
+
"cardDescription": "List of all registered address types",
|
|
121
|
+
"searchPlaceholder": "Search address types...",
|
|
122
|
+
"tableSlug": "Slug",
|
|
123
|
+
"tableName": "Name",
|
|
124
|
+
"tableCreatedAt": "Created At",
|
|
125
|
+
"loading": "Loading...",
|
|
126
|
+
"noResults": "No address types found",
|
|
127
|
+
"menuOpen": "Open menu",
|
|
128
|
+
"menuActions": "Actions",
|
|
129
|
+
"menuEdit": "Edit",
|
|
130
|
+
"menuDelete": "Delete",
|
|
131
|
+
"dialogNewTitle": "New Address Type",
|
|
132
|
+
"dialogNewDescription": "Fill in the new address type details",
|
|
133
|
+
"dialogEditTitle": "Edit Address Type",
|
|
134
|
+
"dialogEditDescription": "Update the address type details",
|
|
135
|
+
"formSlugLabel": "Slug",
|
|
136
|
+
"formSlugPlaceholder": "residential",
|
|
137
|
+
"formNameLabel": "Name",
|
|
138
|
+
"formNamePlaceholderNew": "Residential",
|
|
139
|
+
"formNamePlaceholderEdit": "Residential",
|
|
140
|
+
"buttonCancel": "Cancel",
|
|
141
|
+
"buttonCreate": "Create",
|
|
142
|
+
"buttonUpdate": "Update",
|
|
143
|
+
"dialogDeleteTitle": "Confirm Deletion",
|
|
144
|
+
"dialogDeleteDescription": "Are you sure you want to delete this address type? This action cannot be undone.",
|
|
145
|
+
"buttonDelete": "Delete",
|
|
146
|
+
"errorCode": "Code must be at least 2 characters",
|
|
147
|
+
"errorName": "Name must be at least 2 characters",
|
|
148
|
+
"successCreate": "Address type created successfully!",
|
|
149
|
+
"errorCreate": "Error creating address type",
|
|
150
|
+
"successUpdate": "Address type updated successfully!",
|
|
151
|
+
"errorUpdate": "Error updating address type",
|
|
152
|
+
"successDelete": "Address type deleted successfully!",
|
|
153
|
+
"errorDelete": "Error deleting address type"
|
|
154
|
+
},
|
|
155
|
+
"ContactType": {
|
|
156
|
+
"breadcrumbContact": "Contact",
|
|
157
|
+
"breadcrumbTitle": "Contact Types",
|
|
158
|
+
"pageTitle": "Contact Types",
|
|
159
|
+
"pageDescription": "Manage system contact types",
|
|
160
|
+
"buttonNewType": "New Type",
|
|
161
|
+
"cardTitle": "Contact Types",
|
|
162
|
+
"cardDescription": "List of all registered contact types",
|
|
163
|
+
"searchPlaceholder": "Search contact types...",
|
|
164
|
+
"tableSlug": "Slug",
|
|
165
|
+
"tableName": "Name",
|
|
166
|
+
"tableCreatedAt": "Created At",
|
|
167
|
+
"loading": "Loading...",
|
|
168
|
+
"noResults": "No contact types found",
|
|
169
|
+
"menuOpen": "Open menu",
|
|
170
|
+
"menuActions": "Actions",
|
|
171
|
+
"menuEdit": "Edit",
|
|
172
|
+
"menuDelete": "Delete",
|
|
173
|
+
"dialogNewTitle": "New Contact Type",
|
|
174
|
+
"dialogNewDescription": "Fill in the new contact type details",
|
|
175
|
+
"dialogEditTitle": "Edit Contact Type",
|
|
176
|
+
"dialogEditDescription": "Update the contact type details",
|
|
177
|
+
"formSlugLabel": "Slug",
|
|
178
|
+
"formSlugPlaceholder": "email",
|
|
179
|
+
"formNameLabel": "Name",
|
|
180
|
+
"formNamePlaceholderNew": "Name",
|
|
181
|
+
"formNamePlaceholderEdit": "E-mail",
|
|
182
|
+
"buttonCancel": "Cancel",
|
|
183
|
+
"buttonCreate": "Create",
|
|
184
|
+
"buttonUpdate": "Update",
|
|
185
|
+
"dialogDeleteTitle": "Confirm Deletion",
|
|
186
|
+
"dialogDeleteDescription": "Are you sure you want to delete this contact type? This action cannot be undone.",
|
|
187
|
+
"buttonDelete": "Delete",
|
|
188
|
+
"errorCode": "Code must be at least 2 characters",
|
|
189
|
+
"errorName": "Name must be at least 2 characters",
|
|
190
|
+
"successCreate": "Contact type created successfully!",
|
|
191
|
+
"errorCreate": "Error creating contact type",
|
|
192
|
+
"successUpdate": "Contact type updated successfully!",
|
|
193
|
+
"errorUpdate": "Error updating contact type",
|
|
194
|
+
"successDelete": "Contact type deleted successfully!",
|
|
195
|
+
"errorDelete": "Error deleting contact type"
|
|
196
|
+
},
|
|
197
|
+
"DocumentType": {
|
|
198
|
+
"breadcrumbContact": "Contact",
|
|
199
|
+
"breadcrumbTitle": "Document Types",
|
|
200
|
+
"pageTitle": "Document Types",
|
|
201
|
+
"pageDescription": "Manage system document types",
|
|
202
|
+
"buttonNewType": "New Type",
|
|
203
|
+
"cardTitle": "Document Types",
|
|
204
|
+
"cardDescription": "List of all registered document types",
|
|
205
|
+
"searchPlaceholder": "Search document types...",
|
|
206
|
+
"tableSlug": "Slug",
|
|
207
|
+
"tableName": "Name",
|
|
208
|
+
"tableCreatedAt": "Created At",
|
|
209
|
+
"loading": "Loading...",
|
|
210
|
+
"noResults": "No document types found",
|
|
211
|
+
"menuOpen": "Open menu",
|
|
212
|
+
"menuActions": "Actions",
|
|
213
|
+
"menuEdit": "Edit",
|
|
214
|
+
"menuDelete": "Delete",
|
|
215
|
+
"dialogNewTitle": "New Document Type",
|
|
216
|
+
"dialogNewDescription": "Fill in the new document type details",
|
|
217
|
+
"dialogEditTitle": "Edit Document Type",
|
|
218
|
+
"dialogEditDescription": "Update the document type details",
|
|
219
|
+
"formSlugLabel": "Slug",
|
|
220
|
+
"formSlugPlaceholder": "cpf",
|
|
221
|
+
"formNameLabel": "Name",
|
|
222
|
+
"formNamePlaceholder": "CPF",
|
|
223
|
+
"formCountryLabel": "Country",
|
|
224
|
+
"formCountryPlaceholder": "Select country",
|
|
225
|
+
"formIsUniqueLabel": "Is unique?",
|
|
226
|
+
"buttonCancel": "Cancel",
|
|
227
|
+
"buttonCreate": "Create",
|
|
228
|
+
"buttonUpdate": "Update",
|
|
229
|
+
"dialogDeleteTitle": "Confirm Deletion",
|
|
230
|
+
"dialogDeleteDescription": "Are you sure you want to delete this document type? This action cannot be undone.",
|
|
231
|
+
"buttonDelete": "Delete",
|
|
232
|
+
"errorCode": "Code must be at least 2 characters",
|
|
233
|
+
"errorName": "Name must be at least 2 characters",
|
|
234
|
+
"errorCountry": "Select the country",
|
|
235
|
+
"successCreate": "Document type created successfully!",
|
|
236
|
+
"errorCreate": "Error creating document type",
|
|
237
|
+
"successUpdate": "Document type updated successfully!",
|
|
238
|
+
"errorUpdate": "Error updating document type",
|
|
239
|
+
"successDelete": "Document type deleted successfully!",
|
|
240
|
+
"errorDelete": "Error deleting document type"
|
|
241
|
+
}
|
|
242
|
+
}
|
|
@@ -0,0 +1,241 @@
|
|
|
1
|
+
{
|
|
2
|
+
"ContactPage": {
|
|
3
|
+
"title": "Pessoas e Empresas",
|
|
4
|
+
"description": "Gerenciamento de Contatos",
|
|
5
|
+
"addNew": "Novo Contato",
|
|
6
|
+
"edit": "Editar Contato",
|
|
7
|
+
"delete": "Excluir",
|
|
8
|
+
"view": "Ver Detalhes",
|
|
9
|
+
"name": "Nome",
|
|
10
|
+
"namePlaceholder": "Nome da pessoa",
|
|
11
|
+
"type": "Tipo",
|
|
12
|
+
"status": "Status",
|
|
13
|
+
"selectStatus": "Selecione o status",
|
|
14
|
+
"actions": "Ações",
|
|
15
|
+
"search": "Pesquisar contatos...",
|
|
16
|
+
"searchPlaceholder": "Buscar",
|
|
17
|
+
"filterByType": "Filtrar por tipo",
|
|
18
|
+
"filterByStatus": "Filtrar por status",
|
|
19
|
+
"allStatuses": "Todos os status",
|
|
20
|
+
"allTypes": "Todos os tipos",
|
|
21
|
+
"all": "Todos",
|
|
22
|
+
"individual": "Pessoa Física",
|
|
23
|
+
"company": "Empresa",
|
|
24
|
+
"active": "Ativo",
|
|
25
|
+
"inactive": "Inativo",
|
|
26
|
+
"createSuccess": "Contato criado com sucesso",
|
|
27
|
+
"createError": "Falha ao criar contato",
|
|
28
|
+
"updateSuccess": "Contato atualizado com sucesso",
|
|
29
|
+
"updateError": "Falha ao atualizar contato",
|
|
30
|
+
"deleteSuccess": "Contato excluído com sucesso",
|
|
31
|
+
"deleteError": "Falha ao excluir contato",
|
|
32
|
+
"deleteConfirmTitle": "Excluir Contato",
|
|
33
|
+
"deleteConfirmDescription": "Tem certeza de que deseja excluir este contato? Esta ação não pode ser desfeita.",
|
|
34
|
+
"cancel": "Cancelar",
|
|
35
|
+
"confirm": "Confirmar",
|
|
36
|
+
"save": "Salvar",
|
|
37
|
+
"nameRequired": "O nome deve ter pelo menos 2 caracteres",
|
|
38
|
+
"tabGeneral": "Geral",
|
|
39
|
+
"tabContacts": "Contatos",
|
|
40
|
+
"tabAddresses": "Endereços",
|
|
41
|
+
"tabDocuments": "Documentos",
|
|
42
|
+
"contactType": "Tipo de Contato",
|
|
43
|
+
"contactValue": "Valor",
|
|
44
|
+
"addressType": "Tipo de Endereço",
|
|
45
|
+
"street": "Rua",
|
|
46
|
+
"city": "Cidade",
|
|
47
|
+
"state": "Estado",
|
|
48
|
+
"country": "País",
|
|
49
|
+
"zipCode": "CEP",
|
|
50
|
+
"zipCodePlaceholder": "CEP",
|
|
51
|
+
"documentType": "Tipo de Documento",
|
|
52
|
+
"documentValuePlaceholder": "Valor",
|
|
53
|
+
"documentValue": "Valor",
|
|
54
|
+
"addContact": "Adicionar Contato",
|
|
55
|
+
"addAddress": "Adicionar Endereço",
|
|
56
|
+
"addDocument": "Adicionar Documento",
|
|
57
|
+
"noContacts": "Nenhum contato adicionado ainda",
|
|
58
|
+
"noAddresses": "Nenhum endereço adicionado ainda",
|
|
59
|
+
"noDocuments": "Nenhum documento adicionado ainda",
|
|
60
|
+
"remove": "Remover",
|
|
61
|
+
"statsTotal": "Total de Pessoas",
|
|
62
|
+
"statsIndividual": "Pessoas Físicas",
|
|
63
|
+
"statsCompany": "Pessoas Jurídicas",
|
|
64
|
+
"statsActive": "Ativos",
|
|
65
|
+
"unknown": "Desconhecido",
|
|
66
|
+
"listTitle": "Lista de Pessoas",
|
|
67
|
+
"listDescription": "Visualize e gerencie todas as pessoas cadastradas",
|
|
68
|
+
"columnId": "ID",
|
|
69
|
+
"columnName": "Nome",
|
|
70
|
+
"columnType": "Tipo",
|
|
71
|
+
"columnStatus": "Status",
|
|
72
|
+
"columnEmail": "E-mail",
|
|
73
|
+
"columnPhone": "Telefone",
|
|
74
|
+
"columnPlace": "Localização",
|
|
75
|
+
"columnActions": "Ações",
|
|
76
|
+
"loading": "Carregando contatos...",
|
|
77
|
+
"emptyState": "Nenhuma pessoa encontrada. Ajuste os filtros para ver mais resultados.",
|
|
78
|
+
"dialogCreateTitle": "Adicionar Novo Contato",
|
|
79
|
+
"dialogCreateDescription": "Crie um novo cadastro de pessoa física ou jurídica",
|
|
80
|
+
"typeOfPerson": "Tipo de Pessoa",
|
|
81
|
+
"selectType": "Selecione o tipo",
|
|
82
|
+
"createPerson": "Criar Pessoa",
|
|
83
|
+
"editPerson": "Editar Pessoa",
|
|
84
|
+
"editPersonDescription": "Atualize as informações da pessoa, contatos, endereços e documentos",
|
|
85
|
+
"editTabDetails": "Detalhes",
|
|
86
|
+
"editTabBaseData": "Dados Básicos",
|
|
87
|
+
"editTabContacts": "Contatos",
|
|
88
|
+
"editTabAddresses": "Endereços",
|
|
89
|
+
"editTabDocuments": "Documentos",
|
|
90
|
+
"selectContactType": "Selecione o tipo",
|
|
91
|
+
"main": "Principal",
|
|
92
|
+
"selectAddressType": "Selecione o tipo de endereço",
|
|
93
|
+
"address": "Endereço",
|
|
94
|
+
"addressPlaceholder": "Endereço",
|
|
95
|
+
"addressComplement": "Complemmento",
|
|
96
|
+
"addressComplementPlaceholder": "Complemento",
|
|
97
|
+
"addressCity": "Cidade",
|
|
98
|
+
"addressCityPlaceholder": "Cidade",
|
|
99
|
+
"addressState": "Estado",
|
|
100
|
+
"addressStatePlaceholder": "UF",
|
|
101
|
+
"addressCountry": "País",
|
|
102
|
+
"addressCountryPlaceholder": "Selecione o país",
|
|
103
|
+
"personDetails": "Detalhes da Pessoa",
|
|
104
|
+
"viewAllRegisteredData": "Visualize todos os dados cadastrados",
|
|
105
|
+
"dialogBasicInformationTitle": "Informações Básicas",
|
|
106
|
+
"createdAt": "Criado em",
|
|
107
|
+
"close": "Fechar",
|
|
108
|
+
"copiedToClipboard": "Copiado para a área de transferência!",
|
|
109
|
+
"buttonEditUser": "Editar",
|
|
110
|
+
"saveChanges": "Salvar Alterações"
|
|
111
|
+
},
|
|
112
|
+
"AddressType": {
|
|
113
|
+
"breadcrumbContact": "Contato",
|
|
114
|
+
"breadcrumbTitle": "Tipos de Endereço",
|
|
115
|
+
"pageTitle": "Tipos de Endereço",
|
|
116
|
+
"pageDescription": "Gerencie os tipos de endereço do sistema",
|
|
117
|
+
"buttonNewType": "Novo Tipo",
|
|
118
|
+
"cardTitle": "Tipos de Endereço",
|
|
119
|
+
"cardDescription": "Lista de todos os tipos de endereço cadastrados",
|
|
120
|
+
"searchPlaceholder": "Buscar tipos de endereço...",
|
|
121
|
+
"tableSlug": "Slug",
|
|
122
|
+
"tableName": "Nome",
|
|
123
|
+
"tableCreatedAt": "Data de Criação",
|
|
124
|
+
"loading": "Carregando...",
|
|
125
|
+
"noResults": "Nenhum tipo de endereço encontrado",
|
|
126
|
+
"menuOpen": "Abrir menu",
|
|
127
|
+
"menuActions": "Ações",
|
|
128
|
+
"menuEdit": "Editar",
|
|
129
|
+
"menuDelete": "Excluir",
|
|
130
|
+
"dialogNewTitle": "Novo Tipo de Endereço",
|
|
131
|
+
"dialogNewDescription": "Preencha os dados do novo tipo de endereço",
|
|
132
|
+
"dialogEditTitle": "Editar Tipo de Endereço",
|
|
133
|
+
"dialogEditDescription": "Atualize os dados do tipo de endereço",
|
|
134
|
+
"formSlugLabel": "Slug",
|
|
135
|
+
"formSlugPlaceholder": "residential",
|
|
136
|
+
"formNameLabel": "Nome",
|
|
137
|
+
"formNamePlaceholderNew": "Residencial",
|
|
138
|
+
"formNamePlaceholderEdit": "Residencial",
|
|
139
|
+
"buttonCancel": "Cancelar",
|
|
140
|
+
"buttonCreate": "Criar",
|
|
141
|
+
"buttonUpdate": "Atualizar",
|
|
142
|
+
"dialogDeleteTitle": "Confirmar Exclusão",
|
|
143
|
+
"dialogDeleteDescription": "Tem certeza que deseja excluir este tipo de endereço? Essa ação não poderá ser desfeita.",
|
|
144
|
+
"buttonDelete": "Excluir",
|
|
145
|
+
"errorCode": "Código deve ter no mínimo 2 caracteres",
|
|
146
|
+
"errorName": "Nome deve ter no mínimo 2 caracteres",
|
|
147
|
+
"successCreate": "Tipo de endereço criado com sucesso!",
|
|
148
|
+
"errorCreate": "Erro ao criar tipo de endereço",
|
|
149
|
+
"successUpdate": "Tipo de endereço atualizado com sucesso!",
|
|
150
|
+
"errorUpdate": "Erro ao atualizar tipo de endereço",
|
|
151
|
+
"successDelete": "Tipo de endereço excluído com sucesso!",
|
|
152
|
+
"errorDelete": "Erro ao excluir tipo de endereço"
|
|
153
|
+
},
|
|
154
|
+
"ContactType": {
|
|
155
|
+
"breadcrumbContact": "Contato",
|
|
156
|
+
"breadcrumbTitle": "Tipos de Contato",
|
|
157
|
+
"pageTitle": "Tipos de Contato",
|
|
158
|
+
"pageDescription": "Gerencie os tipos de contato do sistema",
|
|
159
|
+
"buttonNewType": "Novo Tipo",
|
|
160
|
+
"cardTitle": "Tipos de Contato",
|
|
161
|
+
"cardDescription": "Lista de todos os tipos de contato cadastrados",
|
|
162
|
+
"searchPlaceholder": "Buscar tipos de contato...",
|
|
163
|
+
"tableSlug": "Slug",
|
|
164
|
+
"tableName": "Nome",
|
|
165
|
+
"tableCreatedAt": "Data de Criação",
|
|
166
|
+
"loading": "Carregando...",
|
|
167
|
+
"noResults": "Nenhum tipo de contato encontrado",
|
|
168
|
+
"menuOpen": "Abrir menu",
|
|
169
|
+
"menuActions": "Ações",
|
|
170
|
+
"menuEdit": "Editar",
|
|
171
|
+
"menuDelete": "Excluir",
|
|
172
|
+
"dialogNewTitle": "Novo Tipo de Contato",
|
|
173
|
+
"dialogNewDescription": "Preencha os dados do novo tipo de contato",
|
|
174
|
+
"dialogEditTitle": "Editar Tipo de Contato",
|
|
175
|
+
"dialogEditDescription": "Atualize os dados do tipo de contato",
|
|
176
|
+
"formSlugLabel": "Slug",
|
|
177
|
+
"formSlugPlaceholder": "email",
|
|
178
|
+
"formNameLabel": "Nome",
|
|
179
|
+
"formNamePlaceholderNew": "Nome",
|
|
180
|
+
"formNamePlaceholderEdit": "E-mail",
|
|
181
|
+
"buttonCancel": "Cancelar",
|
|
182
|
+
"buttonCreate": "Criar",
|
|
183
|
+
"buttonUpdate": "Atualizar",
|
|
184
|
+
"dialogDeleteTitle": "Confirmar Exclusão",
|
|
185
|
+
"dialogDeleteDescription": "Tem certeza que deseja excluir este tipo de contato? Essa ação não poderá ser desfeita.",
|
|
186
|
+
"buttonDelete": "Excluir",
|
|
187
|
+
"errorCode": "Código deve ter no mínimo 2 caracteres",
|
|
188
|
+
"errorName": "Nome deve ter no mínimo 2 caracteres",
|
|
189
|
+
"successCreate": "Tipo de contato criado com sucesso!",
|
|
190
|
+
"errorCreate": "Erro ao criar tipo de contato",
|
|
191
|
+
"successUpdate": "Tipo de contato atualizado com sucesso!",
|
|
192
|
+
"errorUpdate": "Erro ao atualizar tipo de contato",
|
|
193
|
+
"successDelete": "Tipo de contato excluído com sucesso!",
|
|
194
|
+
"errorDelete": "Erro ao excluir tipo de contato"
|
|
195
|
+
},
|
|
196
|
+
"DocumentType": {
|
|
197
|
+
"breadcrumbContact": "Contato",
|
|
198
|
+
"breadcrumbTitle": "Tipos de Documento",
|
|
199
|
+
"pageTitle": "Tipos de Documento",
|
|
200
|
+
"pageDescription": "Gerencie os tipos de documento do sistema",
|
|
201
|
+
"buttonNewType": "Novo Tipo",
|
|
202
|
+
"cardTitle": "Tipos de Documento",
|
|
203
|
+
"cardDescription": "Lista de todos os tipos de documento cadastrados",
|
|
204
|
+
"searchPlaceholder": "Buscar tipos de documento...",
|
|
205
|
+
"tableSlug": "Slug",
|
|
206
|
+
"tableName": "Nome",
|
|
207
|
+
"tableCreatedAt": "Data de Criação",
|
|
208
|
+
"loading": "Carregando...",
|
|
209
|
+
"noResults": "Nenhum tipo de documento encontrado",
|
|
210
|
+
"menuOpen": "Abrir menu",
|
|
211
|
+
"menuActions": "Ações",
|
|
212
|
+
"menuEdit": "Editar",
|
|
213
|
+
"menuDelete": "Excluir",
|
|
214
|
+
"dialogNewTitle": "Novo Tipo de Documento",
|
|
215
|
+
"dialogNewDescription": "Preencha os dados do novo tipo de documento",
|
|
216
|
+
"dialogEditTitle": "Editar Tipo de Documento",
|
|
217
|
+
"dialogEditDescription": "Atualize os dados do tipo de documento",
|
|
218
|
+
"formSlugLabel": "Slug",
|
|
219
|
+
"formSlugPlaceholder": "cpf",
|
|
220
|
+
"formNameLabel": "Nome",
|
|
221
|
+
"formNamePlaceholder": "CPF",
|
|
222
|
+
"formCountryLabel": "País",
|
|
223
|
+
"formCountryPlaceholder": "Selecione o país",
|
|
224
|
+
"formIsUniqueLabel": "É único?",
|
|
225
|
+
"buttonCancel": "Cancelar",
|
|
226
|
+
"buttonCreate": "Criar",
|
|
227
|
+
"buttonUpdate": "Atualizar",
|
|
228
|
+
"dialogDeleteTitle": "Confirmar Exclusão",
|
|
229
|
+
"dialogDeleteDescription": "Tem certeza que deseja excluir este tipo de documento? Essa ação não poderá ser desfeita.",
|
|
230
|
+
"buttonDelete": "Excluir",
|
|
231
|
+
"errorCode": "Código deve ter no mínimo 2 caracteres",
|
|
232
|
+
"errorName": "Nome deve ter no mínimo 2 caracteres",
|
|
233
|
+
"errorCountry": "Selecione o país",
|
|
234
|
+
"successCreate": "Tipo de documento criado com sucesso!",
|
|
235
|
+
"errorCreate": "Erro ao criar tipo de documento",
|
|
236
|
+
"successUpdate": "Tipo de documento atualizado com sucesso!",
|
|
237
|
+
"errorUpdate": "Erro ao atualizar tipo de documento",
|
|
238
|
+
"successDelete": "Tipo de documento excluído com sucesso!",
|
|
239
|
+
"errorDelete": "Erro ao excluir tipo de documento"
|
|
240
|
+
}
|
|
241
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hed-hog/contact",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.190",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"dependencies": {
|
|
@@ -9,11 +9,11 @@
|
|
|
9
9
|
"@nestjs/core": "^11",
|
|
10
10
|
"@nestjs/jwt": "^11",
|
|
11
11
|
"@nestjs/mapped-types": "*",
|
|
12
|
-
"@hed-hog/api-locale": "0.0.11",
|
|
13
12
|
"@hed-hog/api-pagination": "0.0.5",
|
|
13
|
+
"@hed-hog/core": "0.0.190",
|
|
14
14
|
"@hed-hog/api": "0.0.3",
|
|
15
|
-
"@hed-hog/core": "0.0.185",
|
|
16
15
|
"@hed-hog/api-mail": "0.0.7",
|
|
16
|
+
"@hed-hog/api-locale": "0.0.11",
|
|
17
17
|
"@hed-hog/api-prisma": "0.0.4"
|
|
18
18
|
},
|
|
19
19
|
"exports": {
|