@rpg-engine/shared 0.7.83 → 0.7.84

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.
Files changed (128) hide show
  1. package/README.md +29 -29
  2. package/dist/constants/date.constants.d.ts +2 -2
  3. package/dist/constants/date.constants.js +5 -5
  4. package/dist/constants/npc.constants.d.ts +1 -1
  5. package/dist/constants/npc.constants.js +4 -4
  6. package/dist/constants/socket.constants.d.ts +2 -2
  7. package/dist/constants/socket.constants.js +6 -6
  8. package/dist/constants/world.constants.d.ts +10 -10
  9. package/dist/constants/world.constants.js +13 -13
  10. package/dist/helpers/deviceHelpers.d.ts +2 -2
  11. package/dist/helpers/deviceHelpers.js +16 -16
  12. package/dist/helpers/itemSlotHelper.d.ts +7 -7
  13. package/dist/helpers/itemSlotHelper.js +27 -27
  14. package/dist/helpers/skillHelpers.d.ts +4 -4
  15. package/dist/helpers/skillHelpers.js +25 -25
  16. package/dist/helpers/weightHelper.d.ts +1 -1
  17. package/dist/helpers/weightHelper.js +14 -14
  18. package/dist/index.d.ts +52 -52
  19. package/dist/index.js +68 -68
  20. package/dist/libs/GridHelper.d.ts +11 -11
  21. package/dist/libs/GridHelper.js +37 -37
  22. package/dist/libs/MathHelper.d.ts +16 -16
  23. package/dist/libs/MathHelper.js +14 -14
  24. package/dist/libs/SocketHelper.d.ts +2 -2
  25. package/dist/libs/SocketHelper.js +14 -14
  26. package/dist/libs/TextHelper.d.ts +7 -7
  27. package/dist/libs/TextHelper.js +21 -21
  28. package/dist/libs/TypeHelper.d.ts +3 -3
  29. package/dist/libs/TypeHelper.js +16 -16
  30. package/dist/translations/app-rate.lang.json +38 -38
  31. package/dist/translations/assets.lang.json +82 -82
  32. package/dist/translations/auth.lang.json +182 -182
  33. package/dist/translations/email.lang.json +70 -70
  34. package/dist/translations/error.lang.json +18 -18
  35. package/dist/translations/form.lang.json +94 -94
  36. package/dist/translations/global.lang.json +90 -90
  37. package/dist/translations/logs.lang.json +6 -6
  38. package/dist/translations/onboarding.lang.d.ts +10 -10
  39. package/dist/translations/onboarding.lang.js +21 -21
  40. package/dist/translations/onboarding.lang.json +50 -50
  41. package/dist/translations/order.lang.json +90 -90
  42. package/dist/translations/search.lang.json +50 -50
  43. package/dist/translations/settings.lang.json +14 -14
  44. package/dist/translations/tabs.lang.json +22 -22
  45. package/dist/translations/users.lang.json +22 -22
  46. package/dist/translations/validation.lang.json +86 -86
  47. package/dist/types/animation.types.d.ts +68 -68
  48. package/dist/types/animation.types.js +45 -45
  49. package/dist/types/api.types.d.ts +21 -21
  50. package/dist/types/api.types.js +20 -20
  51. package/dist/types/asset.types.d.ts +6 -6
  52. package/dist/types/asset.types.js +2 -2
  53. package/dist/types/auth.types.d.ts +7 -7
  54. package/dist/types/auth.types.js +2 -2
  55. package/dist/types/battle.types.d.ts +40 -40
  56. package/dist/types/battle.types.js +18 -18
  57. package/dist/types/buff.types.d.ts +37 -37
  58. package/dist/types/buff.types.js +13 -13
  59. package/dist/types/character.types.d.ts +206 -206
  60. package/dist/types/character.types.js +53 -53
  61. package/dist/types/chat.types.d.ts +30 -30
  62. package/dist/types/chat.types.js +14 -14
  63. package/dist/types/depot.types.d.ts +18 -18
  64. package/dist/types/depot.types.js +9 -9
  65. package/dist/types/device.types.d.ts +24 -24
  66. package/dist/types/device.types.js +7 -7
  67. package/dist/types/entity.types.d.ts +30 -30
  68. package/dist/types/entity.types.js +20 -20
  69. package/dist/types/env.types.d.ts +5 -5
  70. package/dist/types/env.types.js +9 -9
  71. package/dist/types/equipment.types.d.ts +35 -35
  72. package/dist/types/equipment.types.js +18 -18
  73. package/dist/types/googleOAuth.types.d.ts +47 -47
  74. package/dist/types/googleOAuth.types.js +2 -2
  75. package/dist/types/inventory.types.d.ts +7 -7
  76. package/dist/types/inventory.types.js +2 -2
  77. package/dist/types/item.types.d.ts +367 -367
  78. package/dist/types/item.types.d.ts.map +1 -1
  79. package/dist/types/item.types.js +155 -155
  80. package/dist/types/itemContainer.types.d.ts +83 -83
  81. package/dist/types/itemContainer.types.js +11 -11
  82. package/dist/types/macro.types.d.ts +8 -8
  83. package/dist/types/macro.types.js +12 -12
  84. package/dist/types/maps.types.d.ts +82 -82
  85. package/dist/types/maps.types.js +81 -81
  86. package/dist/types/notification.types.d.ts +14 -14
  87. package/dist/types/notification.types.js +2 -2
  88. package/dist/types/npc.types.d.ts +152 -152
  89. package/dist/types/npc.types.js +48 -48
  90. package/dist/types/pagination.types.d.ts +13 -13
  91. package/dist/types/pagination.types.js +2 -2
  92. package/dist/types/places.types.d.ts +16 -16
  93. package/dist/types/places.types.js +9 -9
  94. package/dist/types/preloadScene.types.d.ts +4 -4
  95. package/dist/types/preloadScene.types.js +7 -7
  96. package/dist/types/quest.types.d.ts +74 -74
  97. package/dist/types/quest.types.js +21 -21
  98. package/dist/types/resource.types.d.ts +5 -5
  99. package/dist/types/resource.types.js +2 -2
  100. package/dist/types/scene.types.d.ts +8 -8
  101. package/dist/types/scene.types.js +8 -8
  102. package/dist/types/shortcut.types.d.ts +11 -11
  103. package/dist/types/shortcut.types.js +9 -9
  104. package/dist/types/skills.types.d.ts +143 -143
  105. package/dist/types/skills.types.js +106 -106
  106. package/dist/types/socket.types.d.ts +17 -17
  107. package/dist/types/socket.types.js +8 -8
  108. package/dist/types/spell.types.d.ts +25 -25
  109. package/dist/types/spell.types.js +10 -10
  110. package/dist/types/tiled.types.d.ts +119 -119
  111. package/dist/types/tiled.types.js +7 -7
  112. package/dist/types/trade.types.d.ts +65 -65
  113. package/dist/types/trade.types.js +15 -15
  114. package/dist/types/translation.types.d.ts +5 -5
  115. package/dist/types/translation.types.js +8 -8
  116. package/dist/types/ui.types.d.ts +8 -8
  117. package/dist/types/ui.types.js +7 -7
  118. package/dist/types/useWith.types.d.ts +25 -25
  119. package/dist/types/useWith.types.js +9 -9
  120. package/dist/types/user.types.d.ts +101 -101
  121. package/dist/types/user.types.js +38 -38
  122. package/dist/types/validation.types.d.ts +9 -9
  123. package/dist/types/validation.types.js +2 -2
  124. package/dist/types/view.types.d.ts +15 -14
  125. package/dist/types/view.types.d.ts.map +1 -1
  126. package/dist/types/view.types.js +7 -7
  127. package/dist/types/view.types.js.map +1 -1
  128. package/package.json +43 -43
@@ -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
@@ -1,50 +1,50 @@
1
- {
2
- "milestoneCompleted": {
3
- "eng": "Milestone Completed",
4
- "ptBr": "Meta Concluída"
5
- },
6
- "firstStockBuyModalSubtitle": {
7
- "eng": "Ahoy! You bought your first stock",
8
- "ptBr": "Boa! Você comprou seu primeiro ativo"
9
- },
10
- "firstStockSellModalSubtitle": {
11
- "eng": "Ahoy! You sold your first stock",
12
- "ptBr": "Boa! Você vendeu seu primeiro ativo"
13
- },
14
- "searchAsset": {
15
- "eng": "Search for an Asset",
16
- "ptBr": "Procure por um Ativo"
17
- },
18
- "setOrderQty": {
19
- "eng": "Set your order quantity",
20
- "ptBr": "Defina a quantidade da ordem"
21
- },
22
- "selectOperationType": {
23
- "eng": "Select operation type",
24
- "ptBr": "Selecione o tipo de operação"
25
- },
26
- "placeYourOrder": {
27
- "eng": "Place your order",
28
- "ptBr": "Faça sua ordem"
29
- },
30
- "searchAssetText": {
31
- "eng": "Search for any stock that's interesting for you. You can try by name or ticker. For example: Type 'Netflix' or 'NFLX' to buy the Netflix stock.",
32
- "ptBr": "Pesquise qualquer ação que seja do seu interesse. Você pode tentar por nome da empresa ou ticker. Por exemplo: digite 'Netflix' ou 'NFLX' para comprar ações da Netflix."
33
- },
34
- "setOrderQtyText": {
35
- "eng": "Here you set how much from your funds you'd like to invest in this asset. Try typing 10,000, for example.",
36
- "ptBr": "Aqui você define quanto de seus fundos gostaria de investir neste ativo. Tente digitar 10.000, por exemplo."
37
- },
38
- "selectOperationTypeText": {
39
- "eng": "You can toggle here the order operation. For this example, let's leave the 'buy' toggle selected.",
40
- "ptBr": "Você pode alternar aqui a operação da ordem. Para este exemplo, vamos deixar o botão de alternância 'comprar' selecionado."
41
- },
42
- "placeYourOrderText": {
43
- "eng": "Now click here to place your order.",
44
- "ptBr": "Agora clique aqui para fazer sua ordem."
45
- },
46
- "gotIt": {
47
- "eng": "Got It!",
48
- "ptBr": "Entendi!"
49
- }
50
- }
1
+ {
2
+ "milestoneCompleted": {
3
+ "eng": "Milestone Completed",
4
+ "ptBr": "Meta Concluída"
5
+ },
6
+ "firstStockBuyModalSubtitle": {
7
+ "eng": "Ahoy! You bought your first stock",
8
+ "ptBr": "Boa! Você comprou seu primeiro ativo"
9
+ },
10
+ "firstStockSellModalSubtitle": {
11
+ "eng": "Ahoy! You sold your first stock",
12
+ "ptBr": "Boa! Você vendeu seu primeiro ativo"
13
+ },
14
+ "searchAsset": {
15
+ "eng": "Search for an Asset",
16
+ "ptBr": "Procure por um Ativo"
17
+ },
18
+ "setOrderQty": {
19
+ "eng": "Set your order quantity",
20
+ "ptBr": "Defina a quantidade da ordem"
21
+ },
22
+ "selectOperationType": {
23
+ "eng": "Select operation type",
24
+ "ptBr": "Selecione o tipo de operação"
25
+ },
26
+ "placeYourOrder": {
27
+ "eng": "Place your order",
28
+ "ptBr": "Faça sua ordem"
29
+ },
30
+ "searchAssetText": {
31
+ "eng": "Search for any stock that's interesting for you. You can try by name or ticker. For example: Type 'Netflix' or 'NFLX' to buy the Netflix stock.",
32
+ "ptBr": "Pesquise qualquer ação que seja do seu interesse. Você pode tentar por nome da empresa ou ticker. Por exemplo: digite 'Netflix' ou 'NFLX' para comprar ações da Netflix."
33
+ },
34
+ "setOrderQtyText": {
35
+ "eng": "Here you set how much from your funds you'd like to invest in this asset. Try typing 10,000, for example.",
36
+ "ptBr": "Aqui você define quanto de seus fundos gostaria de investir neste ativo. Tente digitar 10.000, por exemplo."
37
+ },
38
+ "selectOperationTypeText": {
39
+ "eng": "You can toggle here the order operation. For this example, let's leave the 'buy' toggle selected.",
40
+ "ptBr": "Você pode alternar aqui a operação da ordem. Para este exemplo, vamos deixar o botão de alternância 'comprar' selecionado."
41
+ },
42
+ "placeYourOrderText": {
43
+ "eng": "Now click here to place your order.",
44
+ "ptBr": "Agora clique aqui para fazer sua ordem."
45
+ },
46
+ "gotIt": {
47
+ "eng": "Got It!",
48
+ "ptBr": "Entendi!"
49
+ }
50
+ }