@rpg-engine/shared 0.8.92 → 0.8.94
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/README.md +29 -29
- package/dist/constants/date.constants.d.ts +2 -2
- package/dist/constants/date.constants.js +5 -5
- package/dist/constants/npc.constants.d.ts +1 -1
- package/dist/constants/npc.constants.js +4 -4
- package/dist/constants/socket.constants.d.ts +2 -2
- package/dist/constants/socket.constants.js +6 -6
- package/dist/constants/world.constants.d.ts +10 -10
- package/dist/constants/world.constants.js +13 -13
- package/dist/helpers/deviceHelpers.d.ts +2 -2
- package/dist/helpers/deviceHelpers.js +16 -16
- package/dist/helpers/itemSlotHelper.d.ts +7 -7
- package/dist/helpers/itemSlotHelper.js +27 -27
- package/dist/helpers/skillHelpers.d.ts +4 -4
- package/dist/helpers/skillHelpers.js +25 -25
- package/dist/helpers/weightHelper.d.ts +1 -1
- package/dist/helpers/weightHelper.js +14 -14
- package/dist/index.d.ts +57 -57
- package/dist/index.js +73 -73
- package/dist/libs/GridHelper.d.ts +11 -11
- package/dist/libs/GridHelper.js +37 -37
- package/dist/libs/MathHelper.d.ts +16 -16
- package/dist/libs/MathHelper.js +14 -14
- package/dist/libs/SocketHelper.d.ts +2 -2
- package/dist/libs/SocketHelper.js +14 -14
- package/dist/libs/TextHelper.d.ts +7 -7
- package/dist/libs/TextHelper.js +21 -21
- package/dist/libs/TypeHelper.d.ts +3 -3
- package/dist/libs/TypeHelper.js +16 -16
- package/dist/translations/app-rate.lang.json +38 -38
- package/dist/translations/assets.lang.json +82 -82
- package/dist/translations/auth.lang.json +182 -182
- package/dist/translations/email.lang.json +70 -70
- package/dist/translations/error.lang.json +18 -18
- package/dist/translations/form.lang.json +94 -94
- package/dist/translations/global.lang.json +90 -90
- package/dist/translations/logs.lang.json +6 -6
- package/dist/translations/onboarding.lang.d.ts +10 -10
- package/dist/translations/onboarding.lang.js +21 -21
- package/dist/translations/onboarding.lang.json +50 -50
- package/dist/translations/order.lang.json +90 -90
- package/dist/translations/search.lang.json +50 -50
- package/dist/translations/settings.lang.json +14 -14
- package/dist/translations/tabs.lang.json +22 -22
- package/dist/translations/users.lang.json +22 -22
- package/dist/translations/validation.lang.json +86 -86
- package/dist/types/animation.types.d.ts +69 -69
- package/dist/types/animation.types.js +46 -46
- package/dist/types/api.types.d.ts +21 -21
- package/dist/types/api.types.js +20 -20
- package/dist/types/asset.types.d.ts +6 -6
- package/dist/types/asset.types.js +2 -2
- package/dist/types/auth.types.d.ts +7 -7
- package/dist/types/auth.types.js +2 -2
- package/dist/types/battle.types.d.ts +41 -41
- package/dist/types/battle.types.js +18 -18
- package/dist/types/buff.types.d.ts +39 -39
- package/dist/types/buff.types.js +13 -13
- package/dist/types/character.types.d.ts +233 -233
- package/dist/types/character.types.js +65 -65
- package/dist/types/chat.types.d.ts +71 -72
- package/dist/types/chat.types.d.ts.map +1 -1
- package/dist/types/chat.types.js +22 -22
- package/dist/types/chat.types.js.map +1 -1
- package/dist/types/depot.types.d.ts +18 -18
- package/dist/types/depot.types.js +9 -9
- package/dist/types/device.types.d.ts +24 -24
- package/dist/types/device.types.js +7 -7
- package/dist/types/displayText.types.d.ts +10 -10
- package/dist/types/displayText.types.js +7 -7
- package/dist/types/entity.types.d.ts +30 -30
- package/dist/types/entity.types.js +20 -20
- package/dist/types/env.types.d.ts +5 -5
- package/dist/types/env.types.js +9 -9
- package/dist/types/equipment.types.d.ts +35 -35
- package/dist/types/equipment.types.js +18 -18
- package/dist/types/googleOAuth.types.d.ts +47 -47
- package/dist/types/googleOAuth.types.js +2 -2
- package/dist/types/inventory.types.d.ts +7 -7
- package/dist/types/inventory.types.js +2 -2
- package/dist/types/item.types.d.ts +377 -377
- package/dist/types/item.types.js +154 -154
- package/dist/types/itemContainer.types.d.ts +83 -83
- package/dist/types/itemContainer.types.js +11 -11
- package/dist/types/leaderboard.types.d.ts +32 -32
- package/dist/types/leaderboard.types.js +9 -9
- package/dist/types/macro.types.d.ts +8 -8
- package/dist/types/macro.types.js +12 -12
- package/dist/types/maps.types.d.ts +90 -90
- package/dist/types/maps.types.js +85 -85
- package/dist/types/marketplace.types.d.ts +61 -61
- package/dist/types/marketplace.types.js +15 -15
- package/dist/types/notification.types.d.ts +14 -14
- package/dist/types/notification.types.js +2 -2
- package/dist/types/npc.types.d.ts +165 -165
- package/dist/types/npc.types.js +49 -49
- package/dist/types/pagination.types.d.ts +13 -13
- package/dist/types/pagination.types.js +2 -2
- package/dist/types/party.types.d.ts +83 -83
- package/dist/types/party.types.js +54 -54
- package/dist/types/places.types.d.ts +16 -16
- package/dist/types/places.types.js +9 -9
- package/dist/types/preloadScene.types.d.ts +4 -4
- package/dist/types/preloadScene.types.js +7 -7
- package/dist/types/premiumAccount.types.d.ts +7 -7
- package/dist/types/premiumAccount.types.js +11 -11
- package/dist/types/quest.types.d.ts +74 -74
- package/dist/types/quest.types.js +21 -21
- package/dist/types/raid.types.d.ts +6 -6
- package/dist/types/raid.types.js +2 -2
- package/dist/types/resource.types.d.ts +5 -5
- package/dist/types/resource.types.js +2 -2
- package/dist/types/scene.types.d.ts +8 -8
- package/dist/types/scene.types.js +8 -8
- package/dist/types/shortcut.types.d.ts +11 -11
- package/dist/types/shortcut.types.js +9 -9
- package/dist/types/skills.types.d.ts +144 -144
- package/dist/types/skills.types.js +106 -106
- package/dist/types/socket.types.d.ts +18 -18
- package/dist/types/socket.types.js +8 -8
- package/dist/types/spell.types.d.ts +156 -156
- package/dist/types/spell.types.d.ts.map +1 -1
- package/dist/types/spell.types.js +108 -108
- package/dist/types/tiled.types.d.ts +119 -119
- package/dist/types/tiled.types.js +7 -7
- package/dist/types/trade.types.d.ts +65 -65
- package/dist/types/trade.types.js +15 -15
- package/dist/types/translation.types.d.ts +5 -5
- package/dist/types/translation.types.js +8 -8
- package/dist/types/ui.types.d.ts +8 -8
- package/dist/types/ui.types.js +7 -7
- package/dist/types/useWith.types.d.ts +25 -25
- package/dist/types/useWith.types.js +9 -9
- package/dist/types/user.types.d.ts +104 -104
- package/dist/types/user.types.js +38 -38
- package/dist/types/validation.types.d.ts +9 -9
- package/dist/types/validation.types.js +2 -2
- package/dist/types/view.types.d.ts +15 -15
- package/dist/types/view.types.js +7 -7
- package/package.json +43 -43
|
@@ -1,70 +1,70 @@
|
|
|
1
|
-
{
|
|
2
|
-
"greetings1": {
|
|
3
|
-
"eng": "Hi, {{firstName}}!",
|
|
4
|
-
"ptBr": "Oi, {{firstName}}!"
|
|
5
|
-
},
|
|
6
|
-
"greetings2": {
|
|
7
|
-
"eng": "Hello, {{firstName}}!",
|
|
8
|
-
"ptBr": "Olá, {{firstName}}!"
|
|
9
|
-
},
|
|
10
|
-
"greetings3": {
|
|
11
|
-
"eng": "Hey there, {{firstName}}!",
|
|
12
|
-
"ptBr": "Ei, {{firstName}}!"
|
|
13
|
-
},
|
|
14
|
-
"alertBody1": {
|
|
15
|
-
"eng": "We're submitting this message to inform you that your signal for <strong>{{ticker}}</strong> was triggered on <strong>{{date}}</strong> at the price <strong>${{price}}</strong>",
|
|
16
|
-
"ptBr": "Estamos enviando esta mensagem para informá-lo de que seu sinal para <strong> {{ticker}} </strong> foi acionado em <strong> {{date}} </strong> ao atingir o preço de <strong> ${{price}} </strong>"
|
|
17
|
-
},
|
|
18
|
-
"alertBody2": {
|
|
19
|
-
"eng": "We're sending this e-mail to inform you that your signal for <strong>{{ticker}}</strong> was activated on <strong>{{date}}</strong> at the price <strong>${{price}}</strong>",
|
|
20
|
-
"ptBr": "Estamos enviando este e-mail para informá-lo de que seu sinal para <strong> {{ticker}} </strong> foi ativado em <strong> {{date}} </strong> com o preço <strong> ${{price}} </strong>"
|
|
21
|
-
},
|
|
22
|
-
"genericEndPhrase": {
|
|
23
|
-
"eng": "Thank you for using our product. </br></br> [Product Name]'s Team",
|
|
24
|
-
"ptBr": "Obrigado por usar o nosso produto. </br></br> [Product Name]"
|
|
25
|
-
},
|
|
26
|
-
"genericConfirmationTitle": {
|
|
27
|
-
"eng": "Confirmation",
|
|
28
|
-
"ptBr": "Confirmação"
|
|
29
|
-
},
|
|
30
|
-
"welcome": {
|
|
31
|
-
"eng": "Welcome!",
|
|
32
|
-
"ptBr": "Seja Bem-vindo(a)!"
|
|
33
|
-
},
|
|
34
|
-
"newAccountEmailFirstParagraph": {
|
|
35
|
-
"eng": "<p>I’m the entrepreneur behind {{appName}} and I’d love to thank you for creating an account within our system.</p>",
|
|
36
|
-
"ptBr": "<p> Sou o empresário por trás do {{appName}} e gostaria de agradecer a você por criar uma conta em nosso sistema. </p>"
|
|
37
|
-
},
|
|
38
|
-
"newAccountEmailForReference": {
|
|
39
|
-
"eng": "Please, take note of the registered login:",
|
|
40
|
-
"ptBr": "Por favor, anote o login registrado:"
|
|
41
|
-
},
|
|
42
|
-
"newAccountEmailBottom": {
|
|
43
|
-
"eng": "I’d like to hear your opinion about {{appName}} and if there is anything we can improve. I mean, ANY detail! If you have any questions, please reply to this email. We're always happy to help!",
|
|
44
|
-
"ptBr": "Gostaria de saber sua opinião sobre o {{appName}} e se houver algo que possamos melhorar. Quer dizer, QUALQUER detalhe! Se você tiver alguma dúvida, responda a este e-mail. Estamos sempre dispostos a ajudar!"
|
|
45
|
-
},
|
|
46
|
-
"passwordRecoveryGreetings": {
|
|
47
|
-
"eng": "Password Recovery",
|
|
48
|
-
"ptBr": "Recuperação de Senha"
|
|
49
|
-
},
|
|
50
|
-
"passwordRecoveryMessage": {
|
|
51
|
-
"eng": "You recently requested to reset your password. Here there is: <b>{{randomPassword}}</b>. </br></br> If you did not request this change, please contact {{adminEmail}} immediately!",
|
|
52
|
-
"ptBr": "Você recentemente solicitou redefinir sua senha. Aqui está: <br>{{randomPassword}}</>. </br></br> Se você não solicitou essa alteração, entre em contato com {{adminEmail}} imediatamente!"
|
|
53
|
-
},
|
|
54
|
-
"passwordRecoveryEndPhrase": {
|
|
55
|
-
"eng": "We strongly suggest that you <b>change it right away</b>, by logging in through our app and selecting the password change option.",
|
|
56
|
-
"ptBr": "Sugerimos que você <b> altere imediatamente </b>, fazendo login em nosso aplicativo e selecionando a opção de alteração de senha."
|
|
57
|
-
},
|
|
58
|
-
"passwordChangeTitle": {
|
|
59
|
-
"eng": "Password Changed",
|
|
60
|
-
"ptBr": "Senha Atualizada"
|
|
61
|
-
},
|
|
62
|
-
"passwordChangeMessage": {
|
|
63
|
-
"eng": "We're submitting this e-mail just to confirm that your password has changed successfully. </br></br> If you did not request this change, please contact {{adminEmail}} immediately.",
|
|
64
|
-
"ptBr": "Estamos enviando este e-mail apenas para confirmar que sua senha foi alterada com sucesso. </br></br> Se você não solicitou essa alteração, entre em contato com {{adminEmail}} imediatamente."
|
|
65
|
-
},
|
|
66
|
-
"passwordChangeSuccess": {
|
|
67
|
-
"eng": "Your password was changed successfully! Please, login again.",
|
|
68
|
-
"ptBr": "Sua senha foi alterada com sucesso! Por favor faça login novamente."
|
|
69
|
-
}
|
|
70
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"greetings1": {
|
|
3
|
+
"eng": "Hi, {{firstName}}!",
|
|
4
|
+
"ptBr": "Oi, {{firstName}}!"
|
|
5
|
+
},
|
|
6
|
+
"greetings2": {
|
|
7
|
+
"eng": "Hello, {{firstName}}!",
|
|
8
|
+
"ptBr": "Olá, {{firstName}}!"
|
|
9
|
+
},
|
|
10
|
+
"greetings3": {
|
|
11
|
+
"eng": "Hey there, {{firstName}}!",
|
|
12
|
+
"ptBr": "Ei, {{firstName}}!"
|
|
13
|
+
},
|
|
14
|
+
"alertBody1": {
|
|
15
|
+
"eng": "We're submitting this message to inform you that your signal for <strong>{{ticker}}</strong> was triggered on <strong>{{date}}</strong> at the price <strong>${{price}}</strong>",
|
|
16
|
+
"ptBr": "Estamos enviando esta mensagem para informá-lo de que seu sinal para <strong> {{ticker}} </strong> foi acionado em <strong> {{date}} </strong> ao atingir o preço de <strong> ${{price}} </strong>"
|
|
17
|
+
},
|
|
18
|
+
"alertBody2": {
|
|
19
|
+
"eng": "We're sending this e-mail to inform you that your signal for <strong>{{ticker}}</strong> was activated on <strong>{{date}}</strong> at the price <strong>${{price}}</strong>",
|
|
20
|
+
"ptBr": "Estamos enviando este e-mail para informá-lo de que seu sinal para <strong> {{ticker}} </strong> foi ativado em <strong> {{date}} </strong> com o preço <strong> ${{price}} </strong>"
|
|
21
|
+
},
|
|
22
|
+
"genericEndPhrase": {
|
|
23
|
+
"eng": "Thank you for using our product. </br></br> [Product Name]'s Team",
|
|
24
|
+
"ptBr": "Obrigado por usar o nosso produto. </br></br> [Product Name]"
|
|
25
|
+
},
|
|
26
|
+
"genericConfirmationTitle": {
|
|
27
|
+
"eng": "Confirmation",
|
|
28
|
+
"ptBr": "Confirmação"
|
|
29
|
+
},
|
|
30
|
+
"welcome": {
|
|
31
|
+
"eng": "Welcome!",
|
|
32
|
+
"ptBr": "Seja Bem-vindo(a)!"
|
|
33
|
+
},
|
|
34
|
+
"newAccountEmailFirstParagraph": {
|
|
35
|
+
"eng": "<p>I’m the entrepreneur behind {{appName}} and I’d love to thank you for creating an account within our system.</p>",
|
|
36
|
+
"ptBr": "<p> Sou o empresário por trás do {{appName}} e gostaria de agradecer a você por criar uma conta em nosso sistema. </p>"
|
|
37
|
+
},
|
|
38
|
+
"newAccountEmailForReference": {
|
|
39
|
+
"eng": "Please, take note of the registered login:",
|
|
40
|
+
"ptBr": "Por favor, anote o login registrado:"
|
|
41
|
+
},
|
|
42
|
+
"newAccountEmailBottom": {
|
|
43
|
+
"eng": "I’d like to hear your opinion about {{appName}} and if there is anything we can improve. I mean, ANY detail! If you have any questions, please reply to this email. We're always happy to help!",
|
|
44
|
+
"ptBr": "Gostaria de saber sua opinião sobre o {{appName}} e se houver algo que possamos melhorar. Quer dizer, QUALQUER detalhe! Se você tiver alguma dúvida, responda a este e-mail. Estamos sempre dispostos a ajudar!"
|
|
45
|
+
},
|
|
46
|
+
"passwordRecoveryGreetings": {
|
|
47
|
+
"eng": "Password Recovery",
|
|
48
|
+
"ptBr": "Recuperação de Senha"
|
|
49
|
+
},
|
|
50
|
+
"passwordRecoveryMessage": {
|
|
51
|
+
"eng": "You recently requested to reset your password. Here there is: <b>{{randomPassword}}</b>. </br></br> If you did not request this change, please contact {{adminEmail}} immediately!",
|
|
52
|
+
"ptBr": "Você recentemente solicitou redefinir sua senha. Aqui está: <br>{{randomPassword}}</>. </br></br> Se você não solicitou essa alteração, entre em contato com {{adminEmail}} imediatamente!"
|
|
53
|
+
},
|
|
54
|
+
"passwordRecoveryEndPhrase": {
|
|
55
|
+
"eng": "We strongly suggest that you <b>change it right away</b>, by logging in through our app and selecting the password change option.",
|
|
56
|
+
"ptBr": "Sugerimos que você <b> altere imediatamente </b>, fazendo login em nosso aplicativo e selecionando a opção de alteração de senha."
|
|
57
|
+
},
|
|
58
|
+
"passwordChangeTitle": {
|
|
59
|
+
"eng": "Password Changed",
|
|
60
|
+
"ptBr": "Senha Atualizada"
|
|
61
|
+
},
|
|
62
|
+
"passwordChangeMessage": {
|
|
63
|
+
"eng": "We're submitting this e-mail just to confirm that your password has changed successfully. </br></br> If you did not request this change, please contact {{adminEmail}} immediately.",
|
|
64
|
+
"ptBr": "Estamos enviando este e-mail apenas para confirmar que sua senha foi alterada com sucesso. </br></br> Se você não solicitou essa alteração, entre em contato com {{adminEmail}} imediatamente."
|
|
65
|
+
},
|
|
66
|
+
"passwordChangeSuccess": {
|
|
67
|
+
"eng": "Your password was changed successfully! Please, login again.",
|
|
68
|
+
"ptBr": "Sua senha foi alterada com sucesso! Por favor faça login novamente."
|
|
69
|
+
}
|
|
70
|
+
}
|
|
@@ -1,18 +1,18 @@
|
|
|
1
|
-
{
|
|
2
|
-
"genericError": {
|
|
3
|
-
"eng": "Something went wrong. Please try again.",
|
|
4
|
-
"ptBr": "Algo deu errado. Por favor, tente novamente."
|
|
5
|
-
},
|
|
6
|
-
"mongodbConnectionError": {
|
|
7
|
-
"eng": "Error while connecting to MongoDB!",
|
|
8
|
-
"ptBr": "Erro ao conectar ao MongoDB!"
|
|
9
|
-
},
|
|
10
|
-
"noHashEmail": {
|
|
11
|
-
"eng": "No hashEmail provided for unsubscribe function!",
|
|
12
|
-
"ptBr": "Nenhum hashEmail fornecido para a função de cancelamento de inscrição!"
|
|
13
|
-
},
|
|
14
|
-
"agreeWithTermsError": {
|
|
15
|
-
"eng": "To register an account, you must agree with our Terms of Use and Privacy Policy. Please, click on the respective checkbox if that's the case.",
|
|
16
|
-
"ptBr": "Para registrar uma conta, você deve concordar com nossos Termos de Uso e Política de Privacidade. Por favor, clique na respectiva caixa de seleção se for o caso."
|
|
17
|
-
}
|
|
18
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"genericError": {
|
|
3
|
+
"eng": "Something went wrong. Please try again.",
|
|
4
|
+
"ptBr": "Algo deu errado. Por favor, tente novamente."
|
|
5
|
+
},
|
|
6
|
+
"mongodbConnectionError": {
|
|
7
|
+
"eng": "Error while connecting to MongoDB!",
|
|
8
|
+
"ptBr": "Erro ao conectar ao MongoDB!"
|
|
9
|
+
},
|
|
10
|
+
"noHashEmail": {
|
|
11
|
+
"eng": "No hashEmail provided for unsubscribe function!",
|
|
12
|
+
"ptBr": "Nenhum hashEmail fornecido para a função de cancelamento de inscrição!"
|
|
13
|
+
},
|
|
14
|
+
"agreeWithTermsError": {
|
|
15
|
+
"eng": "To register an account, you must agree with our Terms of Use and Privacy Policy. Please, click on the respective checkbox if that's the case.",
|
|
16
|
+
"ptBr": "Para registrar uma conta, você deve concordar com nossos Termos de Uso e Política de Privacidade. Por favor, clique na respectiva caixa de seleção se for o caso."
|
|
17
|
+
}
|
|
18
|
+
}
|
|
@@ -1,94 +1,94 @@
|
|
|
1
|
-
{
|
|
2
|
-
"emptyFieldsError": {
|
|
3
|
-
"eng": "The following fields are empty: {{invalidFields}}",
|
|
4
|
-
"ptBr": "Os seguintes campos estão vazios: {{invalidFields}}"
|
|
5
|
-
},
|
|
6
|
-
"name": {
|
|
7
|
-
"eng": "Name",
|
|
8
|
-
"ptBr": "Nome"
|
|
9
|
-
},
|
|
10
|
-
"email": {
|
|
11
|
-
"eng": "E-mail",
|
|
12
|
-
"ptBr": "E-mail"
|
|
13
|
-
},
|
|
14
|
-
"password": {
|
|
15
|
-
"eng": "Password",
|
|
16
|
-
"ptBr": "Senha"
|
|
17
|
-
},
|
|
18
|
-
"passwordConfirmation": {
|
|
19
|
-
"eng": "Password Confirmation",
|
|
20
|
-
"ptBr": "Confirme sua Senha"
|
|
21
|
-
},
|
|
22
|
-
"address": {
|
|
23
|
-
"eng": "Address",
|
|
24
|
-
"ptBr": "Endereço"
|
|
25
|
-
},
|
|
26
|
-
"phone": {
|
|
27
|
-
"eng": "Phone",
|
|
28
|
-
"ptBr": "Telefone"
|
|
29
|
-
},
|
|
30
|
-
"type": {
|
|
31
|
-
"eng": "Type",
|
|
32
|
-
"ptBr": "Tipo"
|
|
33
|
-
},
|
|
34
|
-
"submit": {
|
|
35
|
-
"eng": "Submit",
|
|
36
|
-
"ptBr": "Enviar"
|
|
37
|
-
},
|
|
38
|
-
"institution": {
|
|
39
|
-
"eng": "Institution",
|
|
40
|
-
"ptBr": "Instituição"
|
|
41
|
-
},
|
|
42
|
-
"termsOfService": {
|
|
43
|
-
"eng": "Terms of Service",
|
|
44
|
-
"ptBr": "Termos de Uso"
|
|
45
|
-
},
|
|
46
|
-
"or": {
|
|
47
|
-
"eng": "OR",
|
|
48
|
-
"ptBr": "OU"
|
|
49
|
-
},
|
|
50
|
-
"forgotPasswordEmailPlaceholder": {
|
|
51
|
-
"eng": "The e-mail used to create your account.",
|
|
52
|
-
"ptBr": "O e-mail usado para criar sua conta."
|
|
53
|
-
},
|
|
54
|
-
"currentPasswordPlaceholder": {
|
|
55
|
-
"eng": "Your current password...",
|
|
56
|
-
"ptBr": "Sua senha atual..."
|
|
57
|
-
},
|
|
58
|
-
"newPasswordPlaceholder": {
|
|
59
|
-
"eng": "Your new password...",
|
|
60
|
-
"ptBr": "Sua nova senha..."
|
|
61
|
-
},
|
|
62
|
-
"currentPassword": {
|
|
63
|
-
"eng": "Current Password",
|
|
64
|
-
"ptBr": "Senha Atual"
|
|
65
|
-
},
|
|
66
|
-
"newPassword": {
|
|
67
|
-
"eng": "New Password",
|
|
68
|
-
"ptBr": "Nova Senha"
|
|
69
|
-
},
|
|
70
|
-
"tickers": {
|
|
71
|
-
"eng": "Tickers",
|
|
72
|
-
"ptBr": "Códigos"
|
|
73
|
-
},
|
|
74
|
-
"typeToSearch": {
|
|
75
|
-
"eng": "Type to Search...",
|
|
76
|
-
"ptBr": "Escreva para pesquisar..."
|
|
77
|
-
},
|
|
78
|
-
"noOptions": {
|
|
79
|
-
"eng": "No options...",
|
|
80
|
-
"ptBr": "Nenhuma opção carregada"
|
|
81
|
-
},
|
|
82
|
-
"searchInputError": {
|
|
83
|
-
"eng": "Please, enter only valid alphanumeric character (a-z, A-Z or 0-9), space or point.",
|
|
84
|
-
"ptBr": "Por favor, insira apenas caracteres alfanuméricos válidos (a-z, A-Z ou 0-9), espaço ou ponto."
|
|
85
|
-
},
|
|
86
|
-
"termsDisclaimerPartial": {
|
|
87
|
-
"eng": "By signing up, you confirm that you agree with our",
|
|
88
|
-
"ptBr": "Ao se criar sua conta, você confirma que concorda com nossos"
|
|
89
|
-
},
|
|
90
|
-
"termsAgreementConfirmation": {
|
|
91
|
-
"eng": "I confirm that I've read and agree with BlueShip's",
|
|
92
|
-
"ptBr": "Eu confirmo que li e concordo com os"
|
|
93
|
-
}
|
|
94
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"emptyFieldsError": {
|
|
3
|
+
"eng": "The following fields are empty: {{invalidFields}}",
|
|
4
|
+
"ptBr": "Os seguintes campos estão vazios: {{invalidFields}}"
|
|
5
|
+
},
|
|
6
|
+
"name": {
|
|
7
|
+
"eng": "Name",
|
|
8
|
+
"ptBr": "Nome"
|
|
9
|
+
},
|
|
10
|
+
"email": {
|
|
11
|
+
"eng": "E-mail",
|
|
12
|
+
"ptBr": "E-mail"
|
|
13
|
+
},
|
|
14
|
+
"password": {
|
|
15
|
+
"eng": "Password",
|
|
16
|
+
"ptBr": "Senha"
|
|
17
|
+
},
|
|
18
|
+
"passwordConfirmation": {
|
|
19
|
+
"eng": "Password Confirmation",
|
|
20
|
+
"ptBr": "Confirme sua Senha"
|
|
21
|
+
},
|
|
22
|
+
"address": {
|
|
23
|
+
"eng": "Address",
|
|
24
|
+
"ptBr": "Endereço"
|
|
25
|
+
},
|
|
26
|
+
"phone": {
|
|
27
|
+
"eng": "Phone",
|
|
28
|
+
"ptBr": "Telefone"
|
|
29
|
+
},
|
|
30
|
+
"type": {
|
|
31
|
+
"eng": "Type",
|
|
32
|
+
"ptBr": "Tipo"
|
|
33
|
+
},
|
|
34
|
+
"submit": {
|
|
35
|
+
"eng": "Submit",
|
|
36
|
+
"ptBr": "Enviar"
|
|
37
|
+
},
|
|
38
|
+
"institution": {
|
|
39
|
+
"eng": "Institution",
|
|
40
|
+
"ptBr": "Instituição"
|
|
41
|
+
},
|
|
42
|
+
"termsOfService": {
|
|
43
|
+
"eng": "Terms of Service",
|
|
44
|
+
"ptBr": "Termos de Uso"
|
|
45
|
+
},
|
|
46
|
+
"or": {
|
|
47
|
+
"eng": "OR",
|
|
48
|
+
"ptBr": "OU"
|
|
49
|
+
},
|
|
50
|
+
"forgotPasswordEmailPlaceholder": {
|
|
51
|
+
"eng": "The e-mail used to create your account.",
|
|
52
|
+
"ptBr": "O e-mail usado para criar sua conta."
|
|
53
|
+
},
|
|
54
|
+
"currentPasswordPlaceholder": {
|
|
55
|
+
"eng": "Your current password...",
|
|
56
|
+
"ptBr": "Sua senha atual..."
|
|
57
|
+
},
|
|
58
|
+
"newPasswordPlaceholder": {
|
|
59
|
+
"eng": "Your new password...",
|
|
60
|
+
"ptBr": "Sua nova senha..."
|
|
61
|
+
},
|
|
62
|
+
"currentPassword": {
|
|
63
|
+
"eng": "Current Password",
|
|
64
|
+
"ptBr": "Senha Atual"
|
|
65
|
+
},
|
|
66
|
+
"newPassword": {
|
|
67
|
+
"eng": "New Password",
|
|
68
|
+
"ptBr": "Nova Senha"
|
|
69
|
+
},
|
|
70
|
+
"tickers": {
|
|
71
|
+
"eng": "Tickers",
|
|
72
|
+
"ptBr": "Códigos"
|
|
73
|
+
},
|
|
74
|
+
"typeToSearch": {
|
|
75
|
+
"eng": "Type to Search...",
|
|
76
|
+
"ptBr": "Escreva para pesquisar..."
|
|
77
|
+
},
|
|
78
|
+
"noOptions": {
|
|
79
|
+
"eng": "No options...",
|
|
80
|
+
"ptBr": "Nenhuma opção carregada"
|
|
81
|
+
},
|
|
82
|
+
"searchInputError": {
|
|
83
|
+
"eng": "Please, enter only valid alphanumeric character (a-z, A-Z or 0-9), space or point.",
|
|
84
|
+
"ptBr": "Por favor, insira apenas caracteres alfanuméricos válidos (a-z, A-Z ou 0-9), espaço ou ponto."
|
|
85
|
+
},
|
|
86
|
+
"termsDisclaimerPartial": {
|
|
87
|
+
"eng": "By signing up, you confirm that you agree with our",
|
|
88
|
+
"ptBr": "Ao se criar sua conta, você confirma que concorda com nossos"
|
|
89
|
+
},
|
|
90
|
+
"termsAgreementConfirmation": {
|
|
91
|
+
"eng": "I confirm that I've read and agree with BlueShip's",
|
|
92
|
+
"ptBr": "Eu confirmo que li e concordo com os"
|
|
93
|
+
}
|
|
94
|
+
}
|
|
@@ -1,90 +1,90 @@
|
|
|
1
|
-
{
|
|
2
|
-
"forbiddenKeyUpdate": {
|
|
3
|
-
"eng": "Error while trying to update the following forbidden keys: {{forbiddenProperties}}",
|
|
4
|
-
"ptBr": "Erro ao tentar atualizar as seguintes chaves: {{forbiddenProperties}}"
|
|
5
|
-
},
|
|
6
|
-
"serverBootstrapError": {
|
|
7
|
-
"eng": "Error while trying to bootstrap server on port {{port}}",
|
|
8
|
-
"ptBr": "Erro ao tentar inicializar o servidor na porta {{port}}"
|
|
9
|
-
},
|
|
10
|
-
"serverRunning": {
|
|
11
|
-
"eng": "Server is running on {{env}} | Port: {{port}} | Language: {{language}} | Timezone: {{timezone}} | Admin: {{adminEmail}}",
|
|
12
|
-
"ptBr": "Servidor rodando em {{env}} | Porta: {{port}} | Idioma: {{language}} | Timezone: {{timezone}} | Admin: {{adminEmail}}"
|
|
13
|
-
},
|
|
14
|
-
"waitMessage": {
|
|
15
|
-
"eng": "Please wait...",
|
|
16
|
-
"ptBr": "Por favor, aguarde..."
|
|
17
|
-
},
|
|
18
|
-
"connectionError": {
|
|
19
|
-
"eng": "Couldn't connect to the server. Please, check your internet connection!",
|
|
20
|
-
"ptBr": "Não foi possível conectar ao servidor. Por favor, verifique sua conexão à internet!"
|
|
21
|
-
},
|
|
22
|
-
"oops": {
|
|
23
|
-
"eng": "Oops!",
|
|
24
|
-
"ptBr": "Oops!"
|
|
25
|
-
},
|
|
26
|
-
"success": {
|
|
27
|
-
"eng": "🎉",
|
|
28
|
-
"ptBr": "🎉"
|
|
29
|
-
},
|
|
30
|
-
"contact": {
|
|
31
|
-
"eng": "Contact",
|
|
32
|
-
"ptBr": "Contato"
|
|
33
|
-
},
|
|
34
|
-
"termsOfUse": {
|
|
35
|
-
"eng": "Terms of Use",
|
|
36
|
-
"ptBr": "Termos de Uso"
|
|
37
|
-
},
|
|
38
|
-
"privacyPolicy": {
|
|
39
|
-
"eng": "Privacy Policy",
|
|
40
|
-
"ptBr": "Política de Privacidade"
|
|
41
|
-
},
|
|
42
|
-
"clickHere": {
|
|
43
|
-
"eng": "Click here.",
|
|
44
|
-
"ptBr": "Clique aqui."
|
|
45
|
-
},
|
|
46
|
-
"create": {
|
|
47
|
-
"eng": "Create",
|
|
48
|
-
"ptBr": "Criar"
|
|
49
|
-
},
|
|
50
|
-
"read": {
|
|
51
|
-
"eng": "Read",
|
|
52
|
-
"ptBr": "Ler"
|
|
53
|
-
},
|
|
54
|
-
"update": {
|
|
55
|
-
"eng": "Update",
|
|
56
|
-
"ptBr": "Atualizar"
|
|
57
|
-
},
|
|
58
|
-
"delete": {
|
|
59
|
-
"eng": "Delete",
|
|
60
|
-
"ptBr": "Deletar"
|
|
61
|
-
},
|
|
62
|
-
"cancel": {
|
|
63
|
-
"eng": "Cancel",
|
|
64
|
-
"ptBr": "Cancelar"
|
|
65
|
-
},
|
|
66
|
-
"confirm": {
|
|
67
|
-
"eng": "Confirm",
|
|
68
|
-
"ptBr": "Confirmar"
|
|
69
|
-
},
|
|
70
|
-
"actionConfirmation": {
|
|
71
|
-
"eng": "Are you sure you want to perform this action?",
|
|
72
|
-
"ptBr": "Tem certeza de que deseja realizar esta ação?"
|
|
73
|
-
},
|
|
74
|
-
"close": {
|
|
75
|
-
"eng": "Close",
|
|
76
|
-
"ptBr": "Fechar"
|
|
77
|
-
},
|
|
78
|
-
"and": {
|
|
79
|
-
"eng": "and",
|
|
80
|
-
"ptBr": "e"
|
|
81
|
-
},
|
|
82
|
-
"errorTryAgain": {
|
|
83
|
-
"eng": "Error! Try again.",
|
|
84
|
-
"ptBr": "Erro! Tente novamente."
|
|
85
|
-
},
|
|
86
|
-
"back": {
|
|
87
|
-
"eng": "Back",
|
|
88
|
-
"ptBr": "Voltar"
|
|
89
|
-
}
|
|
90
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"forbiddenKeyUpdate": {
|
|
3
|
+
"eng": "Error while trying to update the following forbidden keys: {{forbiddenProperties}}",
|
|
4
|
+
"ptBr": "Erro ao tentar atualizar as seguintes chaves: {{forbiddenProperties}}"
|
|
5
|
+
},
|
|
6
|
+
"serverBootstrapError": {
|
|
7
|
+
"eng": "Error while trying to bootstrap server on port {{port}}",
|
|
8
|
+
"ptBr": "Erro ao tentar inicializar o servidor na porta {{port}}"
|
|
9
|
+
},
|
|
10
|
+
"serverRunning": {
|
|
11
|
+
"eng": "Server is running on {{env}} | Port: {{port}} | Language: {{language}} | Timezone: {{timezone}} | Admin: {{adminEmail}}",
|
|
12
|
+
"ptBr": "Servidor rodando em {{env}} | Porta: {{port}} | Idioma: {{language}} | Timezone: {{timezone}} | Admin: {{adminEmail}}"
|
|
13
|
+
},
|
|
14
|
+
"waitMessage": {
|
|
15
|
+
"eng": "Please wait...",
|
|
16
|
+
"ptBr": "Por favor, aguarde..."
|
|
17
|
+
},
|
|
18
|
+
"connectionError": {
|
|
19
|
+
"eng": "Couldn't connect to the server. Please, check your internet connection!",
|
|
20
|
+
"ptBr": "Não foi possível conectar ao servidor. Por favor, verifique sua conexão à internet!"
|
|
21
|
+
},
|
|
22
|
+
"oops": {
|
|
23
|
+
"eng": "Oops!",
|
|
24
|
+
"ptBr": "Oops!"
|
|
25
|
+
},
|
|
26
|
+
"success": {
|
|
27
|
+
"eng": "🎉",
|
|
28
|
+
"ptBr": "🎉"
|
|
29
|
+
},
|
|
30
|
+
"contact": {
|
|
31
|
+
"eng": "Contact",
|
|
32
|
+
"ptBr": "Contato"
|
|
33
|
+
},
|
|
34
|
+
"termsOfUse": {
|
|
35
|
+
"eng": "Terms of Use",
|
|
36
|
+
"ptBr": "Termos de Uso"
|
|
37
|
+
},
|
|
38
|
+
"privacyPolicy": {
|
|
39
|
+
"eng": "Privacy Policy",
|
|
40
|
+
"ptBr": "Política de Privacidade"
|
|
41
|
+
},
|
|
42
|
+
"clickHere": {
|
|
43
|
+
"eng": "Click here.",
|
|
44
|
+
"ptBr": "Clique aqui."
|
|
45
|
+
},
|
|
46
|
+
"create": {
|
|
47
|
+
"eng": "Create",
|
|
48
|
+
"ptBr": "Criar"
|
|
49
|
+
},
|
|
50
|
+
"read": {
|
|
51
|
+
"eng": "Read",
|
|
52
|
+
"ptBr": "Ler"
|
|
53
|
+
},
|
|
54
|
+
"update": {
|
|
55
|
+
"eng": "Update",
|
|
56
|
+
"ptBr": "Atualizar"
|
|
57
|
+
},
|
|
58
|
+
"delete": {
|
|
59
|
+
"eng": "Delete",
|
|
60
|
+
"ptBr": "Deletar"
|
|
61
|
+
},
|
|
62
|
+
"cancel": {
|
|
63
|
+
"eng": "Cancel",
|
|
64
|
+
"ptBr": "Cancelar"
|
|
65
|
+
},
|
|
66
|
+
"confirm": {
|
|
67
|
+
"eng": "Confirm",
|
|
68
|
+
"ptBr": "Confirmar"
|
|
69
|
+
},
|
|
70
|
+
"actionConfirmation": {
|
|
71
|
+
"eng": "Are you sure you want to perform this action?",
|
|
72
|
+
"ptBr": "Tem certeza de que deseja realizar esta ação?"
|
|
73
|
+
},
|
|
74
|
+
"close": {
|
|
75
|
+
"eng": "Close",
|
|
76
|
+
"ptBr": "Fechar"
|
|
77
|
+
},
|
|
78
|
+
"and": {
|
|
79
|
+
"eng": "and",
|
|
80
|
+
"ptBr": "e"
|
|
81
|
+
},
|
|
82
|
+
"errorTryAgain": {
|
|
83
|
+
"eng": "Error! Try again.",
|
|
84
|
+
"ptBr": "Erro! Tente novamente."
|
|
85
|
+
},
|
|
86
|
+
"back": {
|
|
87
|
+
"eng": "Back",
|
|
88
|
+
"ptBr": "Voltar"
|
|
89
|
+
}
|
|
90
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
{
|
|
2
|
-
"logDeleteNotFound": {
|
|
3
|
-
"eng": "Only admins can access this route!",
|
|
4
|
-
"ptBr": "Apenas administradores podem acessar esta rota."
|
|
5
|
-
}
|
|
6
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"logDeleteNotFound": {
|
|
3
|
+
"eng": "Only admins can access this route!",
|
|
4
|
+
"ptBr": "Apenas administradores podem acessar esta rota."
|
|
5
|
+
}
|
|
6
|
+
}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
export declare const strings: {
|
|
2
|
-
firstStockBuyModalBody: {
|
|
3
|
-
eng: string;
|
|
4
|
-
ptBr: string;
|
|
5
|
-
};
|
|
6
|
-
firstStockSellModalBody: {
|
|
7
|
-
eng: string;
|
|
8
|
-
ptBr: string;
|
|
9
|
-
};
|
|
10
|
-
};
|
|
1
|
+
export declare const strings: {
|
|
2
|
+
firstStockBuyModalBody: {
|
|
3
|
+
eng: string;
|
|
4
|
+
ptBr: string;
|
|
5
|
+
};
|
|
6
|
+
firstStockSellModalBody: {
|
|
7
|
+
eng: string;
|
|
8
|
+
ptBr: string;
|
|
9
|
+
};
|
|
10
|
+
};
|
|
11
11
|
//# sourceMappingURL=onboarding.lang.d.ts.map
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.strings = void 0;
|
|
4
|
-
exports.strings = {
|
|
5
|
-
firstStockBuyModalBody: {
|
|
6
|
-
eng: `<p>Congratulations, you bought your first stock on the simulator!</p>
|
|
7
|
-
<p>
|
|
8
|
-
Now you can check the performance of your portfolio daily, under the
|
|
9
|
-
<strong>performance tab</strong> (after 24 hours).
|
|
10
|
-
</p>`,
|
|
11
|
-
ptBr: `<p> Parabéns, você comprou sua primeira ação no simulador! </p>
|
|
12
|
-
<p>
|
|
13
|
-
Agora você pode verificar o desempenho do seu portfólio diariamente, no
|
|
14
|
-
<strong> guia desempenho </strong> (após 24 horas).
|
|
15
|
-
</p>`,
|
|
16
|
-
},
|
|
17
|
-
firstStockSellModalBody: {
|
|
18
|
-
eng: `<p>Congratulations, you sold your first stock on the simulator!</p>`,
|
|
19
|
-
ptBr: `<p> Parabéns, você vendeu sua primeira ação no simulador! </p>`,
|
|
20
|
-
},
|
|
21
|
-
};
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.strings = void 0;
|
|
4
|
+
exports.strings = {
|
|
5
|
+
firstStockBuyModalBody: {
|
|
6
|
+
eng: `<p>Congratulations, you bought your first stock on the simulator!</p>
|
|
7
|
+
<p>
|
|
8
|
+
Now you can check the performance of your portfolio daily, under the
|
|
9
|
+
<strong>performance tab</strong> (after 24 hours).
|
|
10
|
+
</p>`,
|
|
11
|
+
ptBr: `<p> Parabéns, você comprou sua primeira ação no simulador! </p>
|
|
12
|
+
<p>
|
|
13
|
+
Agora você pode verificar o desempenho do seu portfólio diariamente, no
|
|
14
|
+
<strong> guia desempenho </strong> (após 24 horas).
|
|
15
|
+
</p>`,
|
|
16
|
+
},
|
|
17
|
+
firstStockSellModalBody: {
|
|
18
|
+
eng: `<p>Congratulations, you sold your first stock on the simulator!</p>`,
|
|
19
|
+
ptBr: `<p> Parabéns, você vendeu sua primeira ação no simulador! </p>`,
|
|
20
|
+
},
|
|
21
|
+
};
|
|
22
22
|
//# sourceMappingURL=onboarding.lang.js.map
|