@zennify/sdk-js 1.0.0-beta.1 → 1.0.0-beta.11

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.
@@ -1,10 +1,338 @@
1
1
  {
2
- "0": {
3
- "name": "An unknown error happened.",
4
- "message": "Contact the support with id {id}"
2
+ "UNKNOWN_ERROR": {
3
+ "name": "An unknown error occurred.",
4
+ "message": "Contact support with ID {id}"
5
5
  },
6
- "1": {
7
- "name": "{code} not translated yet",
8
- "message": "Contact the support."
6
+ "UNKNOWN_TRANSLATION": {
7
+ "name": "{code} not yet translated",
8
+ "message": "Contact support."
9
+ },
10
+ "METHOD_NOT_ALLOWED": {
11
+ "name": "Method not allowed",
12
+ "message": "Check our documentation."
13
+ },
14
+ "EXPECTED_AN_OBJECT_ARRAY": {
15
+ "name": "Expected an array of objects",
16
+ "message": "Received \"{received}\" with type {type}, Check \"{field}\" field"
17
+ },
18
+ "EXPECTED_A_STRING_ARRAY": {
19
+ "name": "Expected an array of strings",
20
+ "message": "Received \"{received}\" with type {type}, Check \"{field}\" field"
21
+ },
22
+ "EXPECTED_A_NUMBER_ARRAY": {
23
+ "name": "Expected an array of numbers",
24
+ "message": "Received \"{received}\" with type {type}, Check \"{field}\" field"
25
+ },
26
+ "EXPECTED_AN_OBJECT": {
27
+ "name": "Expected an object",
28
+ "message": "Received \"{received}\" with type {type}, Check \"{field}\" field"
29
+ },
30
+ "EXPECTED_A_NON_EMPTY_OBJECT": {
31
+ "name": "Expected a non-empty object",
32
+ "message": "Received \"{received}\" with type {type}, Check \"{field}\" field"
33
+ },
34
+ "EXPECTED_A_STRING": {
35
+ "name": "Expected a string",
36
+ "message": "Received \"{received}\" with type {type}, Check \"{field}\" field"
37
+ },
38
+ "EXPECTED_A_NUMBER": {
39
+ "name": "Expected a number",
40
+ "message": "Received \"{received}\" with type {type}, Check \"{field}\" field"
41
+ },
42
+ "EXPECTED_A_VALID_ID": {
43
+ "name": "Expected a valid ID",
44
+ "message": "IDs must be integers between 0 and 2.147.483.647"
45
+ },
46
+ "DUPLICATED_VALUES_ISNT_ALLOWED": {
47
+ "name": "Duplicated values aren't allowed",
48
+ "message": "Received \"{received}\", Check \"{field}\" field"
49
+ },
50
+ "GRANT_CODE_MISSING_IN_QUERY": {
51
+ "name": "Authorization code missing",
52
+ "message": "Try authenticating again"
53
+ },
54
+ "INVALID_SCOPE": {
55
+ "name": "Invalid scope",
56
+ "message": "You sent invalid scopes."
57
+ },
58
+ "VERIFY_YOUR_EMAIL": {
59
+ "name": "Verify your email",
60
+ "message": "You need a valid email."
61
+ },
62
+ "PLEASE_REVERIFY": {
63
+ "name": "Please re-verify",
64
+ "message": "An error occurred during authentication"
65
+ },
66
+ "USER_NOT_FOUND": {
67
+ "name": "User not found",
68
+ "message": "Try again."
69
+ },
70
+ "INVALID_PASSWORD": {
71
+ "name": "Invalid password",
72
+ "message": "Try again."
73
+ },
74
+ "YOU_MUST_INSERT_THE_ACTUAL_PASSWORD": {
75
+ "name": "You must insert your current password",
76
+ "message": ""
77
+ },
78
+ "THE_PASSWORD_DOES_NOT_MATCH": {
79
+ "name": "The entered password does not match the current one",
80
+ "message": ""
81
+ },
82
+ "THE_PASSWORD_MUST_HAVE_AT_LEAST_8_CHARACTERS": {
83
+ "name": "Your password must have at least 8 characters",
84
+ "message": ""
85
+ },
86
+ "THE_PASSWORD_MUST_HAVE_AT_LEAST_ONE_NUMBER": {
87
+ "name": "The password must contain at least 1 number",
88
+ "message": ""
89
+ },
90
+ "THE_PASSWORD_MUST_HAVE_AT_LEAST_ONE_LETTER": {
91
+ "name": "The password must contain at least 1 letter",
92
+ "message": ""
93
+ },
94
+ "THE_PASSWORD_MUST_HAVE_AT_LEAST_ONE_SPECIAL_CHARACTER": {
95
+ "name": "The password must contain at least 1 special character",
96
+ "message": ""
97
+ },
98
+ "THE_EMAIL_SENDED_ISNT_VALID": {
99
+ "name": "The email sent is not valid",
100
+ "message": "Check the sent email."
101
+ },
102
+ "CELLPHONE_NUMBERS_MUST_HAVE_THE_9_DIGIT": {
103
+ "name": "Phone numbers must have the 9 digit",
104
+ "message": "Format: DDD + 9 + phone (Ex: 21940028922)"
105
+ },
106
+ "THE_CELLPHONE_NUMBER_MUST_HAVE_ONLY_DIGITS": {
107
+ "name": "The phone number must have only digits",
108
+ "message": ""
109
+ },
110
+ "THE_PIX_KEY_INSERTED_ISNT_VALID": {
111
+ "name": "The inserted PIX key is not valid",
112
+ "message": "Accepts CPF, email, phone, and random key"
113
+ },
114
+ "INSERT_A_VALID_URL": {
115
+ "name": "Insert a valid URL",
116
+ "message": ""
117
+ },
118
+ "THE_ONLY_ACCEPTED_PROTOCOL_IS_HTTPS": {
119
+ "name": "The only accepted protocol is HTTPS",
120
+ "message": ""
121
+ },
122
+ "THIS_DOMAIN_IS_BLACKLISTED": {
123
+ "name": "This domain is blacklisted",
124
+ "message": "Try selecting another domain"
125
+ },
126
+ "THE_URL_EXTENSION_ISNT_ACCEPTED_YET": {
127
+ "name": "This URL extension isn't accepted yet",
128
+ "message": "You can recommend adding this extension to our support server."
129
+ },
130
+ "THE_URL_IS_INACCESSIBLE_BY_THE_WEBHOOK_SERVER": {
131
+ "name": "The URL is inaccessible by the webhook server",
132
+ "message": "We didn't receive any response from the URL"
133
+ },
134
+ "THE_URL_WOULD_NOT_HAVE_REDIRECTS": {
135
+ "name": "The URL should not have redirects",
136
+ "message": ""
137
+ },
138
+ "THE_URL_HAS_TIMEOUT_5S": {
139
+ "name": "The URL exceeded the timeout (5s)",
140
+ "message": "It's essential that the server responds in less than 5 seconds"
141
+ },
142
+ "INVALID_PAYMENT_METHOD": {
143
+ "name": "Invalid payment method",
144
+ "message": "Try again with another method."
145
+ },
146
+ "YOU_NEED_TO_INSERT_AT_LEAST_1_ITEM": {
147
+ "name": "You need to insert at least 1 item",
148
+ "message": "Add an item to the order."
149
+ },
150
+ "ONE_PROVIDED_PRODUCT_IS_OUT_OF_STOCK": {
151
+ "name": "One provided product is out of stock",
152
+ "message": "Remove or replace the product \"{name}\"."
153
+ },
154
+ "WE_DONT_HAVE_THIS_AMOUNT_IN_STOCK": {
155
+ "name": "The product \"{name}\" don't have {received} products in stock anymore",
156
+ "message": "Reduce the quantity to {available} items, please."
157
+ },
158
+ "THIS_SELLER_WAS_BANNED_FROM_ZENNIFY": {
159
+ "name": "This seller was banned from Zennify",
160
+ "message": "Choose another seller."
161
+ },
162
+ "WE_DO_NOT_YET_SUPPORT_MULTIPLE_USER_PRODUCTS": {
163
+ "name": "We do not yet support multiple user products",
164
+ "message": "Remove the product \"{name}\" and buy later."
165
+ },
166
+ "WE_DO_NOT_YET_SUPPORT_MULTIPLE_STORE_PRODUCTS": {
167
+ "name": "We do not yet support multiple store products",
168
+ "message": "Remove the product \"{name}\" and buy later."
169
+ },
170
+ "YOU_ALREADY_HAVE_ANOTHER_ORDER_WAITING_PAYMENT": {
171
+ "name": "You already have another order waiting for payment",
172
+ "message": "Complete the other order ID {id} before placing a new one."
173
+ },
174
+ "YOU_INSERTED_AN_INVALID_ADDITIONAL": {
175
+ "name": "You inserted an invalid additional",
176
+ "message": "Remove the additional \"{addon}\"."
177
+ },
178
+ "THIS_SELLER_HAS_NOT_YET_CONFIGURED_RECEIPT_VIA_PIX": {
179
+ "name": "This seller has not yet configured receipt via PIX",
180
+ "message": "Choose another method or wait for seller configuration."
181
+ },
182
+ "THIS_SELLER_HAS_NOT_YET_CONFIGURED_RECEIPT_VIA_BOLETO": {
183
+ "name": "This seller has not yet configured receipt via BOLETO",
184
+ "message": "Choose another method or wait for seller configuration."
185
+ },
186
+ "THIS_SELLER_HAS_NOT_YET_CONFIGURED_RECEIPT_VIA_CRYPTO": {
187
+ "name": "This seller has not yet configured receipt via CRYPTO",
188
+ "message": "Choose another method or wait for seller configuration."
189
+ },
190
+ "THIS_SELLER_HAS_NOT_YET_CONFIGURED_RECEIPT_VIA_VISA": {
191
+ "name": "This seller has not yet configured receipt via VISA",
192
+ "message": "Choose another method or wait for seller configuration."
193
+ },
194
+ "THIS_COUPON_DOES_NOT_EXISTS": {
195
+ "name": "The coupon \"{name}\" does not exist",
196
+ "message": "Check the coupon name."
197
+ },
198
+ "THIS_COUPON_HAS_EXPIRED": {
199
+ "name": "This coupon has expired",
200
+ "message": "Use a valid coupon."
201
+ },
202
+ "THIS_COUPON_REACHED_THE_USE_LIMIT": {
203
+ "name": "This coupon reached the use limit",
204
+ "message": "Try again later."
205
+ },
206
+ "SELECT_MORE_ITENS_TO_REACH_MINIMUM_COUPON_VALUE": {
207
+ "name": "You need to select more items to reach the minimum value of the coupon",
208
+ "message": "O valor mínimo desse cupom é de {value}."
209
+ },
210
+ "THIS_COUPON_IS_VALID_ONLY_FOR_THE_FIRST_BUY": {
211
+ "name": "This coupon is valid only for the first purchase",
212
+ "message": "Coupon valid only on the first purchase."
213
+ },
214
+ "UNKNOWN_STORE": {
215
+ "name": "Unknown store",
216
+ "message": "Perhaps this store no longer exists."
217
+ },
218
+ "UNKNOWN_BANK": {
219
+ "name": "Unsupported bank",
220
+ "message": "We do not yet support the bank \"{bank}\""
221
+ },
222
+ "INVALID_STORE_NAME": {
223
+ "name": "Invalid store name",
224
+ "message": "The name must be up to 50 characters"
225
+ },
226
+ "WAIT_OR_TRY_AGAIN_WITH_ANOTHER_DISCORD_BOT": {
227
+ "name": "Wait or try again with another BOT",
228
+ "message": "Your actions are being limited"
229
+ },
230
+ "INVALID_DISCORD_BOT_TOKEN": {
231
+ "name": "The inserted token is invalid.",
232
+ "message": "Try entering a valid token."
233
+ },
234
+ "DISABLE_REQUIRE_CODE_GRANT": {
235
+ "name": "Disable \"Require code grant\"",
236
+ "message": "With it enabled, you won't be able to invite the bot."
237
+ },
238
+ "UNKNOWN_PRODUCT": {
239
+ "name": "Unknown product",
240
+ "message": "Perhaps this product no longer exists."
241
+ },
242
+ "INVALID_PRODUCT_NAME": {
243
+ "name": "Invalid product name",
244
+ "message": "Correct the product name."
245
+ },
246
+ "INVALID_PRODUCT_VALUE": {
247
+ "name": "Invalid product value",
248
+ "message": "Correct the product value."
249
+ },
250
+ "YOU_REACHED_THE_PRODUCT_LIMIT": {
251
+ "name": "You reached the product limit of 100",
252
+ "message": "Try removing products you no longer use."
253
+ },
254
+ "PRODUCT_NAME_ALREADY_EXIST": {
255
+ "name": "There is already a product with this name",
256
+ "message": "Choose a different name."
257
+ },
258
+ "INVALID_PRODUCT_DESCRIPTION_FOR_DISCORD": {
259
+ "name": "Invalid product description for Discord",
260
+ "message": "Try submitting a description with fewer than 1024 characters"
261
+ },
262
+ "UNKNOWN_STOCK": {
263
+ "name": "The item does not exist in the stock",
264
+ "message": "It may have already been sold"
265
+ },
266
+ "INVALID_STOCK_CONTENT": {
267
+ "name": "Invalid item content",
268
+ "message": "It must have up to 1000 characters"
269
+ },
270
+ "INVALID_STOCK_COST": {
271
+ "name": "Invalid item cost",
272
+ "message": "It must be between R$ 0.00 and R$ 999,999.00"
273
+ },
274
+ "UNKNOWN_FILE": {
275
+ "name": "Unknown file",
276
+ "message": "Perhaps it has already been deleted"
277
+ },
278
+ "NO_FILES_FOUND": {
279
+ "name": "No file uploaded",
280
+ "message": "Upload a valid file."
281
+ },
282
+ "INVALID_FILE_TYPE": {
283
+ "name": "Invalid file type",
284
+ "message": "Accepted types are PNG, WEBP, JPEG, and GIF"
285
+ },
286
+ "INVALID_FILE_NAME": {
287
+ "name": "Invalid file name",
288
+ "message": "Maximum size is 50 characters"
289
+ },
290
+ "INVALID_FILE_SIZE": {
291
+ "name": "File too heavy",
292
+ "message": "Maximum size is 5MB"
293
+ },
294
+ "YOU_REACHED_STORAGE_LIMIT": {
295
+ "name": "You reached the storage limit",
296
+ "message": "Try deleting unused images"
297
+ },
298
+ "YOU_REACHED_MEDIA_LIMIT": {
299
+ "name": "You reached the image limit",
300
+ "message": "Try deleting unused images"
301
+ },
302
+ "YOU_ALREADY_HAVE_THIS_MEDIA": {
303
+ "name": "You already have this image saved in Zennify",
304
+ "message": "We blocked the submission to prevent duplicate images"
305
+ },
306
+ "MEDIA_NAME_ALREADY_EXIST": {
307
+ "name": "You already have another image with this same name",
308
+ "message": "Try changing the name"
309
+ },
310
+ "UNKNOWN_PANEL": {
311
+ "name": "Unknown panel",
312
+ "message": "Perhaps this panel no longer exists."
313
+ },
314
+ "INVALID_PANEL_NAME": {
315
+ "name": "Invalid panel name",
316
+ "message": "Correct the panel name."
317
+ },
318
+ "INVALID_PANEL_DESCRIPTION": {
319
+ "name": "Invalid panel description",
320
+ "message": "Correct the panel description."
321
+ },
322
+ "INVALID_PANEL_PLACEHOLDER": {
323
+ "name": "Invalid panel placeholder",
324
+ "message": "It must have up to 150 characters"
325
+ },
326
+ "YOU_REACHED_PANEL_LIMIT": {
327
+ "name": "You reached the panel limit of 30",
328
+ "message": "Try removing panels you no longer use."
329
+ },
330
+ "PANEL_NAME_ALREADY_EXIST": {
331
+ "name": "You already have another panel with this name",
332
+ "message": "Try to change the name"
333
+ },
334
+ "YOU_REACHED_THE_PRODUCT_LIMIT_ON_PANEL": {
335
+ "name": "You've reached the products limit on the panel",
336
+ "message": "Due to Discord limitations, only up to 25 products are allowed."
9
337
  }
10
338
  }
@@ -1,10 +1,338 @@
1
1
  {
2
- "0": {
2
+ "UNKNOWN_ERROR": {
3
3
  "name": "Um erro deconhecido ocorreu.",
4
4
  "message": "Contate o suporte com o ID {id}"
5
5
  },
6
- "1": {
6
+ "UNKNOWN_TRANSLATION": {
7
7
  "name": "{code} não traduzido ainda",
8
8
  "message": "Entre em contato com o suporte."
9
+ },
10
+ "METHOD_NOT_ALLOWED": {
11
+ "name": "Método não permitido",
12
+ "message": "Consulte nossa documentação."
13
+ },
14
+ "EXPECTED_AN_OBJECT_ARRAY": {
15
+ "name": "Era esperado um array de objetos",
16
+ "message": "Recebido \"{received}\" com o tipo {type}, Verifique o campo \"{field}\""
17
+ },
18
+ "EXPECTED_A_STRING_ARRAY": {
19
+ "name": "Era esperado um array de strings",
20
+ "message": "Recebido \"{received}\" com o tipo {type}, Verifique o campo \"{field}\""
21
+ },
22
+ "EXPECTED_A_NUMBER_ARRAY": {
23
+ "name": "Era esperado um array de números",
24
+ "message": "Recebido \"{received}\" com o tipo {type}, Verifique o campo \"{field}\""
25
+ },
26
+ "EXPECTED_AN_OBJECT": {
27
+ "name": "Era esperado um objeto",
28
+ "message": "Recebido \"{received}\" com o tipo {type}, Verifique o campo \"{field}\""
29
+ },
30
+ "EXPECTED_A_NON_EMPTY_OBJECT": {
31
+ "name": "Era esperado um objeto não vazio",
32
+ "message": "Recebido \"{received}\" com o tipo {type}, Verifique o campo \"{field}\""
33
+ },
34
+ "EXPECTED_A_STRING": {
35
+ "name": "Era esperado uma string",
36
+ "message": "Recebido \"{received}\" com o tipo {type}, Verifique o campo \"{field}\""
37
+ },
38
+ "EXPECTED_A_NUMBER": {
39
+ "name": "Era esperado um número",
40
+ "message": "Recebido \"{received}\" com o tipo {type}, Verifique o campo \"{field}\""
41
+ },
42
+ "EXPECTED_A_VALID_ID": {
43
+ "name": "Era esperado um ID válido",
44
+ "message": "Recebido \"{received}\" com o tipo {type}, Verifique o campo \"{field}\". IDs devem ser inteiros entre 0 e 2.147.483.647"
45
+ },
46
+ "DUPLICATED_VALUES_ISNT_ALLOWED": {
47
+ "name": "Valores duplicados não são permitidos",
48
+ "message": "Recebido \"{received}\" com o tipo {type}, Verifique o campo \"{field}\""
49
+ },
50
+ "GRANT_CODE_MISSING_IN_QUERY": {
51
+ "name": "Código de autorização ausente",
52
+ "message": "Tente autenticar novamente"
53
+ },
54
+ "INVALID_SCOPE": {
55
+ "name": "Escopo inválido",
56
+ "message": "Você enviou escopos inválidos."
57
+ },
58
+ "VERIFY_YOUR_EMAIL": {
59
+ "name": "Verifique o seu e-mail",
60
+ "message": "Você precisa ter um email válido."
61
+ },
62
+ "PLEASE_REVERIFY": {
63
+ "name": "Por favor, re-verifique",
64
+ "message": "Um erro ocorreu durante a autenticação"
65
+ },
66
+ "USER_NOT_FOUND": {
67
+ "name": "Usuário não encontrado",
68
+ "message": "Tente novamente."
69
+ },
70
+ "INVALID_PASSWORD": {
71
+ "name": "Senha inválida",
72
+ "message": "Tente novamente."
73
+ },
74
+ "YOU_MUST_INSERT_THE_ACTUAL_PASSWORD": {
75
+ "name": "Você precisa inserir a sua senha atual",
76
+ "message": ""
77
+ },
78
+ "THE_PASSWORD_DOES_NOT_MATCH": {
79
+ "name": "A senha inserida não bate com a atual",
80
+ "message": ""
81
+ },
82
+ "THE_PASSWORD_MUST_HAVE_AT_LEAST_8_CHARACTERS": {
83
+ "name": "A sua senha deve ter no mínimo 8 caracteres",
84
+ "message": ""
85
+ },
86
+ "THE_PASSWORD_MUST_HAVE_AT_LEAST_ONE_NUMBER": {
87
+ "name": "A senha precisa ter pelo menos 1 número",
88
+ "message": ""
89
+ },
90
+ "THE_PASSWORD_MUST_HAVE_AT_LEAST_ONE_LETTER": {
91
+ "name": "A senha precisa ter pelo menos 1 letra",
92
+ "message": ""
93
+ },
94
+ "THE_PASSWORD_MUST_HAVE_AT_LEAST_ONE_SPECIAL_CHARACTER": {
95
+ "name": "A senha precisa ter pelo menos 1 caractere especial",
96
+ "message": ""
97
+ },
98
+ "THE_EMAIL_SENDED_ISNT_VALID": {
99
+ "name": "O email enviado não é válido",
100
+ "message": "Verifique o e-mail enviado."
101
+ },
102
+ "CELLPHONE_NUMBERS_MUST_HAVE_THE_9_DIGIT": {
103
+ "name": "Números de telefone devem ter o dígito 9",
104
+ "message": "Modelo: DDD + 9 + telefone (Ex: 21940028922)"
105
+ },
106
+ "THE_CELLPHONE_NUMBER_MUST_HAVE_ONLY_DIGITS": {
107
+ "name": "O número de telefone deve ter apenas dígitos",
108
+ "message": ""
109
+ },
110
+ "THE_PIX_KEY_INSERTED_ISNT_VALID": {
111
+ "name": "A chave pix inserida não é válida",
112
+ "message": "Aceitamos CPF, email, telefone e chave aletória"
113
+ },
114
+ "INSERT_A_VALID_URL": {
115
+ "name": "Insira uma URL válida",
116
+ "message": ""
117
+ },
118
+ "THE_ONLY_ACCEPTED_PROTOCOL_IS_HTTPS": {
119
+ "name": "O único protocolo aceito é HTTPS",
120
+ "message": ""
121
+ },
122
+ "THIS_DOMAIN_IS_BLACKLISTED": {
123
+ "name": "Este domínio está na lista negra",
124
+ "message": "Tente selecionar outro domínio"
125
+ },
126
+ "THE_URL_EXTENSION_ISNT_ACCEPTED_YET": {
127
+ "name": "Esta extensão de URL ainda não é aceita",
128
+ "message": "Você pode recomendar a adição desta extensão ao nosso servidor de suporte."
129
+ },
130
+ "THE_URL_IS_INACCESSIBLE_BY_THE_WEBHOOK_SERVER": {
131
+ "name": "A URL é inacessível pelo servidor de webhook",
132
+ "message": "Não recebemos nenhuma resposta da URL"
133
+ },
134
+ "THE_URL_WOULD_NOT_HAVE_REDIRECTS": {
135
+ "name": "A URL não pode ter redirecionamentos",
136
+ "message": ""
137
+ },
138
+ "THE_URL_HAS_TIMEOUT_5S": {
139
+ "name": "A URL excedeu o timeout (5s)",
140
+ "message": "É essencial que o servidor responda em menos de 5 segundps"
141
+ },
142
+ "INVALID_PAYMENT_METHOD": {
143
+ "name": "Método de pagamento inválido",
144
+ "message": "Tente novamente com outro método."
145
+ },
146
+ "YOU_NEED_TO_INSERT_AT_LEAST_1_ITEM": {
147
+ "name": "Insira pelo menos 1 item",
148
+ "message": "Adicione um item ao pedido."
149
+ },
150
+ "ONE_PROVIDED_PRODUCT_IS_OUT_OF_STOCK": {
151
+ "name": "Produto fora de estoque",
152
+ "message": "Remova ou substitua o produto \"{name}\"."
153
+ },
154
+ "WE_DONT_HAVE_THIS_AMOUNT_IN_STOCK": {
155
+ "name": "O produto \"{name}\" não possui mais {received} unidades em estoque",
156
+ "message": "Reduza a quantidade para {available} itens, por favor."
157
+ },
158
+ "THIS_SELLER_WAS_BANNED_FROM_ZENNIFY": {
159
+ "name": "Vendedor banido do Zennify",
160
+ "message": "Escolha outro vendedor."
161
+ },
162
+ "WE_DO_NOT_YET_SUPPORT_MULTIPLE_USER_PRODUCTS": {
163
+ "name": "Múltiplos produtos de usuário não são suportados",
164
+ "message": "Remova o produto \"{name}\" e compre-o depois."
165
+ },
166
+ "WE_DO_NOT_YET_SUPPORT_MULTIPLE_STORE_PRODUCTS": {
167
+ "name": "Múltiplas lojas não são suportadas",
168
+ "message": "Remova o produto \"{name}\" e compre-o depois."
169
+ },
170
+ "YOU_ALREADY_HAVE_ANOTHER_ORDER_WAITING_PAYMENT": {
171
+ "name": "Pedido pendente de pagamento",
172
+ "message": "Complete o outro pedido de ID {id} antes de fazer um novo pedido."
173
+ },
174
+ "YOU_INSERTED_AN_INVALID_ADDITIONAL": {
175
+ "name": "Adicional inválido",
176
+ "message": "Remova o adicional \"{addon}\"."
177
+ },
178
+ "THIS_SELLER_HAS_NOT_YET_CONFIGURED_RECEIPT_VIA_PIX": {
179
+ "name": "Pix não configurado",
180
+ "message": "Escolha outro método ou aguarde a configuração do vendedor."
181
+ },
182
+ "THIS_SELLER_HAS_NOT_YET_CONFIGURED_RECEIPT_VIA_BOLETO": {
183
+ "name": "Boleto não configurado",
184
+ "message": "Escolha outro método ou aguarde a configuração do vendedor."
185
+ },
186
+ "THIS_SELLER_HAS_NOT_YET_CONFIGURED_RECEIPT_VIA_CRYPTO": {
187
+ "name": "Cripto não configurado",
188
+ "message": "Escolha outro método ou aguarde a configuração do vendedor."
189
+ },
190
+ "THIS_SELLER_HAS_NOT_YET_CONFIGURED_RECEIPT_VIA_VISA": {
191
+ "name": "Visa não configurado",
192
+ "message": "Escolha outro método ou aguarde a configuração do vendedor."
193
+ },
194
+ "THIS_COUPON_DOES_NOT_EXISTS": {
195
+ "name": "O cupom \"{name}\" não existe",
196
+ "message": "Verifique o código do cupom."
197
+ },
198
+ "THIS_COUPON_HAS_EXPIRED": {
199
+ "name": "Cupom expirado",
200
+ "message": "Use um cupom válido."
201
+ },
202
+ "THIS_COUPON_REACHED_THE_USE_LIMIT": {
203
+ "name": "O cupom atingiu o limite de usos",
204
+ "message": "Tente novamente depois."
205
+ },
206
+ "SELECT_MORE_ITENS_TO_REACH_MINIMUM_COUPON_VALUE": {
207
+ "name": "Adicione mais itens pra atingir o valor mínimo do cupom",
208
+ "message": "O valor mínimo para usar esse cupom é de {value}."
209
+ },
210
+ "THIS_COUPON_IS_VALID_ONLY_FOR_THE_FIRST_BUY": {
211
+ "name": "Cupom válido apenas para a primeira compra",
212
+ "message": "Cupom válido apenas na primeira compra."
213
+ },
214
+ "UNKNOWN_STORE": {
215
+ "name": "Loja desconhecida",
216
+ "message": "Talvez essa loja não exista mais."
217
+ },
218
+ "UNKNOWN_BANK": {
219
+ "name": "Banco não suportado",
220
+ "message": "Ainda não suportamos o banco \"{bank}\""
221
+ },
222
+ "INVALID_STORE_NAME": {
223
+ "name": "Nome de loja inválido",
224
+ "message": "O nome deve ter até 50 caracteres"
225
+ },
226
+ "WAIT_OR_TRY_AGAIN_WITH_ANOTHER_DISCORD_BOT": {
227
+ "name": "Aguarde ou tente novamente com outro BOT",
228
+ "message": "Sua ações estão sendo limitadas"
229
+ },
230
+ "INVALID_DISCORD_BOT_TOKEN": {
231
+ "name": "O token inserido é inválido.",
232
+ "message": "Tente inserir um token válido"
233
+ },
234
+ "DISABLE_REQUIRE_CODE_GRANT": {
235
+ "name": "Desabilite o \"Require code grant\"",
236
+ "message": "Com ele ativado você não conseguirá convidar o bot"
237
+ },
238
+ "UNKNOWN_PRODUCT": {
239
+ "name": "Produto desconhecido",
240
+ "message": "Talvez esse produto não exista mais."
241
+ },
242
+ "INVALID_PRODUCT_NAME": {
243
+ "name": "Nome do produto inválido",
244
+ "message": "Corrija o nome do produto."
245
+ },
246
+ "INVALID_PRODUCT_VALUE": {
247
+ "name": "Valor do produto inválido",
248
+ "message": "Corrija o valor do produto."
249
+ },
250
+ "YOU_REACHED_THE_PRODUCT_LIMIT": {
251
+ "name": "Limite de 100 produtos atingido",
252
+ "message": "Tente remover os produtos que você não usa mais."
253
+ },
254
+ "PRODUCT_NAME_ALREADY_EXIST": {
255
+ "name": "Já existe um produto com esse nome",
256
+ "message": "Escolha um nome diferente."
257
+ },
258
+ "INVALID_PRODUCT_DESCRIPTION_FOR_DISCORD": {
259
+ "name": "Descrição de produto para o Discord inválida",
260
+ "message": "Tente enviar uma descrição com menos de 1024 caracteres"
261
+ },
262
+ "UNKNOWN_STOCK": {
263
+ "name": "Item inexistente no estoque",
264
+ "message": "Talvez ele já tenha sido vendido"
265
+ },
266
+ "INVALID_STOCK_CONTENT": {
267
+ "name": "O conteúdo do estoque é inválido",
268
+ "message": "Deve ter até 1000 caracteres"
269
+ },
270
+ "INVALID_STOCK_COST": {
271
+ "name": "O custo do item é inválido",
272
+ "message": "Deve ser entre R$ 0.00 e R$ 999.999,00"
273
+ },
274
+ "UNKNOWN_FILE": {
275
+ "name": "Imagem desconhecida",
276
+ "message": "Talvez ela já tenha sido apagada"
277
+ },
278
+ "NO_FILES_FOUND": {
279
+ "name": "Nenhum arquivo enviado",
280
+ "message": "Envie um arquivo válido."
281
+ },
282
+ "INVALID_FILE_TYPE": {
283
+ "name": "Tipo de arquivo inválido",
284
+ "message": "Os tipos aceitos são PNG, WEBP, JPEG e GIF"
285
+ },
286
+ "INVALID_FILE_NAME": {
287
+ "name": "Nome do arquivo inválido",
288
+ "message": "O tamanho máximo é de 50 caracteres"
289
+ },
290
+ "INVALID_FILE_SIZE": {
291
+ "name": "Arquivo pesado demais",
292
+ "message": "O tamanho máximo é de 5MB"
293
+ },
294
+ "YOU_REACHED_STORAGE_LIMIT": {
295
+ "name": "Você atingiu o limite de armazenamento",
296
+ "message": "Tente apagar imagens que você não usa mais"
297
+ },
298
+ "YOU_REACHED_MEDIA_LIMIT": {
299
+ "name": "Você atingiu o limite de imagens",
300
+ "message": "Tente apagar imagens que você não usa mais"
301
+ },
302
+ "YOU_ALREADY_HAVE_THIS_MEDIA": {
303
+ "name": "Você já tem essa imagem salva no Zennify",
304
+ "message": "Bloqueamos o envio pra evitar imagens duplicadas"
305
+ },
306
+ "MEDIA_NAME_ALREADY_EXIST": {
307
+ "name": "Você já tem outra imagem com esse mesmo nome",
308
+ "message": "Tente alterar o nome"
309
+ },
310
+ "UNKNOWN_PANEL": {
311
+ "name": "Painel desconhecido",
312
+ "message": "Talvez esse painel não exista mais."
313
+ },
314
+ "INVALID_PANEL_NAME": {
315
+ "name": "Nome do painel inválido",
316
+ "message": "Corrija o nome do painel."
317
+ },
318
+ "INVALID_PANEL_DESCRIPTION": {
319
+ "name": "Descrição do painel inválida",
320
+ "message": "Corrija a descrição do painel."
321
+ },
322
+ "INVALID_PANEL_PLACEHOLDER": {
323
+ "name": "Placeholder de painel inválido",
324
+ "message": "Ele deve ter até 150 caracteres"
325
+ },
326
+ "YOU_REACHED_PANEL_LIMIT": {
327
+ "name": "Limite de 30 painéis atingido",
328
+ "message": "Tente remover os painéis que você não usa mais."
329
+ },
330
+ "PANEL_NAME_ALREADY_EXIST": {
331
+ "name": "Você já possui outro painel com este nome",
332
+ "message": "Tente alterar o nome"
333
+ },
334
+ "YOU_REACHED_THE_PRODUCT_LIMIT_ON_PANEL": {
335
+ "name": "Você atingiu o limite de produtos no painel",
336
+ "message": "Por limitações do Discord, só são permitidos até 25 produtos."
9
337
  }
10
338
  }