@zennify/sdk-js 1.10.2 → 1.10.3
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/package.json
CHANGED
package/translations/en_US.json
CHANGED
|
@@ -192,8 +192,8 @@
|
|
|
192
192
|
"message": "Remove the additional \"{addon}\"."
|
|
193
193
|
},
|
|
194
194
|
"UNKNOWN_TRANSACTION": {
|
|
195
|
-
"name": "
|
|
196
|
-
"message": "
|
|
195
|
+
"name": "Transaction not found.",
|
|
196
|
+
"message": "It may not exist or may belong to another user."
|
|
197
197
|
},
|
|
198
198
|
"MP_ACCOUNT_OFFLINE": {
|
|
199
199
|
"name": "Unable to generate an order",
|
package/translations/pt_BR.json
CHANGED
|
@@ -188,8 +188,8 @@
|
|
|
188
188
|
"message": "Remova o adicional \"{addon}\"."
|
|
189
189
|
},
|
|
190
190
|
"UNKNOWN_TRANSACTION": {
|
|
191
|
-
"name": "
|
|
192
|
-
"message": "
|
|
191
|
+
"name": "Transação não encontrada.",
|
|
192
|
+
"message": "Talvez não exista ou pertença a outra pessoa."
|
|
193
193
|
},
|
|
194
194
|
"MP_ACCOUNT_OFFLINE": {
|
|
195
195
|
"name": "Não foi possível gerar um pedido",
|