@rpg-engine/shared 0.7.82 → 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 (129) 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 -365
  78. package/dist/types/item.types.d.ts.map +1 -1
  79. package/dist/types/item.types.js +155 -155
  80. package/dist/types/item.types.js.map +1 -1
  81. package/dist/types/itemContainer.types.d.ts +83 -83
  82. package/dist/types/itemContainer.types.js +11 -11
  83. package/dist/types/macro.types.d.ts +8 -8
  84. package/dist/types/macro.types.js +12 -12
  85. package/dist/types/maps.types.d.ts +82 -82
  86. package/dist/types/maps.types.js +81 -81
  87. package/dist/types/notification.types.d.ts +14 -14
  88. package/dist/types/notification.types.js +2 -2
  89. package/dist/types/npc.types.d.ts +152 -152
  90. package/dist/types/npc.types.js +48 -48
  91. package/dist/types/pagination.types.d.ts +13 -13
  92. package/dist/types/pagination.types.js +2 -2
  93. package/dist/types/places.types.d.ts +16 -16
  94. package/dist/types/places.types.js +9 -9
  95. package/dist/types/preloadScene.types.d.ts +4 -4
  96. package/dist/types/preloadScene.types.js +7 -7
  97. package/dist/types/quest.types.d.ts +74 -74
  98. package/dist/types/quest.types.js +21 -21
  99. package/dist/types/resource.types.d.ts +5 -5
  100. package/dist/types/resource.types.js +2 -2
  101. package/dist/types/scene.types.d.ts +8 -8
  102. package/dist/types/scene.types.js +8 -8
  103. package/dist/types/shortcut.types.d.ts +11 -11
  104. package/dist/types/shortcut.types.js +9 -9
  105. package/dist/types/skills.types.d.ts +143 -143
  106. package/dist/types/skills.types.js +106 -106
  107. package/dist/types/socket.types.d.ts +17 -17
  108. package/dist/types/socket.types.js +8 -8
  109. package/dist/types/spell.types.d.ts +25 -25
  110. package/dist/types/spell.types.js +10 -10
  111. package/dist/types/tiled.types.d.ts +119 -119
  112. package/dist/types/tiled.types.js +7 -7
  113. package/dist/types/trade.types.d.ts +65 -65
  114. package/dist/types/trade.types.js +15 -15
  115. package/dist/types/translation.types.d.ts +5 -5
  116. package/dist/types/translation.types.js +8 -8
  117. package/dist/types/ui.types.d.ts +8 -8
  118. package/dist/types/ui.types.js +7 -7
  119. package/dist/types/useWith.types.d.ts +25 -25
  120. package/dist/types/useWith.types.js +9 -9
  121. package/dist/types/user.types.d.ts +101 -101
  122. package/dist/types/user.types.js +38 -38
  123. package/dist/types/validation.types.d.ts +9 -9
  124. package/dist/types/validation.types.js +2 -2
  125. package/dist/types/view.types.d.ts +15 -14
  126. package/dist/types/view.types.d.ts.map +1 -1
  127. package/dist/types/view.types.js +7 -7
  128. package/dist/types/view.types.js.map +1 -1
  129. package/package.json +43 -43
@@ -1,182 +1,182 @@
1
- {
2
- "invalidCredentials": {
3
- "eng": "Invalid credentials. Please, check your email or password.",
4
- "ptBr": "Credenciais inválidas. Por favor, verifique seu e-mail ou senha."
5
- },
6
- "formInputNamePlaceholder": {
7
- "eng": "Name",
8
- "ptBr": "Nome"
9
- },
10
- "header": {
11
- "eng": "Invest with virtual money.",
12
- "ptBr": "Investir com dinheiro virtual."
13
- },
14
- "subHeader": {
15
- "eng": "Set trackers, stay informed, and make risk-free decisions.",
16
- "ptBr": "Rastreie ativos, se mantenha informado e tome decisões sem risco."
17
- },
18
- "formInputEmailPlaceholder": {
19
- "eng": "E-mail",
20
- "ptBr": "E-mail"
21
- },
22
- "formInputPasswordPlaceholder": {
23
- "eng": "Password",
24
- "ptBr": "Senha"
25
- },
26
- "formInputPasswordConfirmationPlaceholder": {
27
- "eng": "Enter your password again",
28
- "ptBr": "Digite sua senha novamente"
29
- },
30
- "formInputAddressPlaceholder": {
31
- "eng": "Your full address",
32
- "ptBr": "Seu endereço completo"
33
- },
34
- "login": {
35
- "eng": "Login",
36
- "ptBr": "Login"
37
- },
38
- "createYourAccount": {
39
- "eng": "Sign Up",
40
- "ptBr": "Criar Conta"
41
- },
42
- "forgotPassword": {
43
- "eng": "Forgot Your Password?",
44
- "ptBr": "Esqueceu Sua Senha?"
45
- },
46
- "emptyEmailPassword": {
47
- "eng": "Please enter your e-mail or password to login!",
48
- "ptBr": "Por favor, preencha seu e-mail e senha para fazer login!"
49
- },
50
- "register": {
51
- "eng": "Register",
52
- "ptBr": "Registro"
53
- },
54
- "pleaseLogin": {
55
- "eng": "Please, login again",
56
- "ptBr": "Por favor, acesse novamente"
57
- },
58
- "couldntAuthenticate": {
59
- "eng": "We couldn't authenticate your user. Please login again.",
60
- "ptBr": "Não foi possível autenticar seu usuário. Por favor faça login novamente."
61
- },
62
- "loginBeforeAccessingThisPage": {
63
- "eng": "Please, login before accessing this page.",
64
- "ptBr": "Por favor, faça o login antes de acessar esta página."
65
- },
66
- "loginAccessResource": {
67
- "eng": "Please, login to access this resource.",
68
- "ptBr": "Por favor, faça o login para acessar este recurso."
69
- },
70
- "notAllowedResource": {
71
- "eng": "Sorry, you're not allowed to access this resource.",
72
- "ptBr": "Desculpe, você não tem permissão para acessar este recurso."
73
- },
74
- "adminOnlyResource": {
75
- "eng": "Only admins can access this resource!",
76
- "ptBr": "Apenas administradores podem acessar este recurso!"
77
- },
78
- "dontHaveRefreshTokens": {
79
- "eng": "Your user does not have refreshTokens.",
80
- "ptBr": "Seu usuário não tem refreshTokens."
81
- },
82
- "refreshTokenInvalid": {
83
- "eng": "Error: Your refreshToken is invalid",
84
- "ptBr": "Erro: seu refreshToken é inválido"
85
- },
86
- "oauthAccessTokenError": {
87
- "eng": "Error while trying to generate your access token!",
88
- "ptBr": "Erro ao tentar gerar seu token de acesso!"
89
- },
90
- "oauthGoogleEmailNotProvided": {
91
- "eng": "Cannot login this user: Google's e-mail not provided!",
92
- "ptBr": "Não é possível fazer o login deste usuário: e-mail do Google não fornecido!"
93
- },
94
- "oauthLoginError": {
95
- "eng": "An error occurred while trying to login through this provider. Please, create your account directly within the app and try logging in using these credentials.",
96
- "ptBr": "Ocorreu um erro ao tentar fazer login por meio deste provedor. Por favor, crie sua conta diretamente no aplicativo e tente fazer o login usando essas credenciais."
97
- },
98
- "signInWithGoogle": {
99
- "eng": "Sign in with Google",
100
- "ptBr": "Login com Google"
101
- },
102
- "authModeError": {
103
- "eng": "You cannot access this account using regular e-mail and password because it was created by a third-party auth system. Try signing in with Google or any other provider available.",
104
- "ptBr": "Você não pode acessar esta conta usando e-mail e senha normais porque ela foi criada por um sistema de autenticação de terceiros. Tente fazer login no Google ou em qualquer outro provedor disponível."
105
- },
106
- "passwordRecovery": {
107
- "eng": "Password Recovery",
108
- "ptBr": "Recuperação de Senha"
109
- },
110
- "forgotPasswordText": {
111
- "eng": "Please, type the e-mail that you used to create your account below. We'll generate a new password and submit it to you.",
112
- "ptBr": "Por favor, digite o e-mail que você utilizou para criar sua conta abaixo. Iremos gerar uma nova senha e enviar para você."
113
- },
114
- "passwordRecoverySuccess": {
115
- "eng": "Your account password was reset. Please, check your e-mail.",
116
- "ptBr": "A senha da sua conta foi redefinida. Por favor verifique seu email."
117
- },
118
- "signUpText": {
119
- "eng": "Your address and phone number are required for authentication purposes and will not be shared anywhere else.",
120
- "ptBr": "O seu endereço e telefone são necessários para autenticação e serão utilizados apenas para este fim."
121
- },
122
- "accountCreatedSuccessfully": {
123
- "eng": "Account created successfully!",
124
- "ptBr": "Conta criada com sucesso"
125
- },
126
- "alreadyHaveAccountLogin": {
127
- "eng": "Already have an account? Please, login",
128
- "ptBr": "Você já possui uma conta? Por favor, faça login."
129
- },
130
- "passwordDoesNotMatchConfirmation": {
131
- "eng": "The password provided does not match its confirmation.",
132
- "ptBr": "A senha fornecida não corresponde à sua confirmação."
133
- },
134
- "accountAuthFlowMismatch": {
135
- "eng": "This account already exists, and it was created through email and password. If you don't remember your password, please click 'Forgot Password' to recover it.",
136
- "ptBr": "Esta conta já existe e foi criada através de email e senha. Se você não se lembra da sua senha, clique em 'Esqueci a senha' para recuperá-la."
137
- },
138
- "changePassword": {
139
- "eng": "Change Password",
140
- "ptBr": "Trocar Senha"
141
- },
142
- "changePasswordIncorrectCurrentPassword": {
143
- "eng": "The current password provided is not your password.",
144
- "ptBr": "A senha atual fornecida não é sua senha."
145
- },
146
- "changePasswordSamePasswords": {
147
- "eng": "Your current and new password must be different.",
148
- "ptBr": "Sua senha atual e a nova devem ser diferentes."
149
- },
150
- "changePasswordInfoText": {
151
- "eng": "Please, type your current password and your chosen new password on the fields below.",
152
- "ptBr": "Por favor, digite sua senha atual e a nova senha escolhida nos campos abaixo."
153
- },
154
- "changePasswordSuccess": {
155
- "eng": "Your password was changed successfully! Please, login again.",
156
- "ptBr": "Sua senha foi alterada com sucesso! Por favor faça login novamente."
157
- },
158
- "changePasswordGenericError": {
159
- "eng": "Something wrong happened while trying to change your password! Please, contact {{adminEmail}} for more information.",
160
- "ptBr": "Ocorreu um erro ao tentar alterar sua senha! Entre em contato com {{adminEmail}} para mais informações."
161
- },
162
- "logout": {
163
- "eng": "Logout",
164
- "ptBr": "Sair"
165
- },
166
- "googleOAuthPopupClosed": {
167
- "eng": "To proceed with Google authentication, please don't close the popup.",
168
- "ptBr": "Para prosseguir com a autenticação do Google, não feche o pop-up."
169
- },
170
- "signInWithApple": {
171
- "eng": "Sign in with Apple",
172
- "ptBr": "Login com Apple"
173
- },
174
- "accountAlreadyExists": {
175
- "eng": "A user with the e-mail provided already exists! If you don't remember your password, please click 'Forgot Your Password?' to recover it.",
176
- "ptBr": "Já existe um usuário com o e-mail fornecido! Se você não se lembra da sua senha, clique em \"Esqueceu sua Senha?\" para recuperá-la."
177
- },
178
- "logoutConfirmation": {
179
- "eng": "Are you sure you want to log out?",
180
- "ptBr": "Tem certeza que deseja sair?"
181
- }
182
- }
1
+ {
2
+ "invalidCredentials": {
3
+ "eng": "Invalid credentials. Please, check your email or password.",
4
+ "ptBr": "Credenciais inválidas. Por favor, verifique seu e-mail ou senha."
5
+ },
6
+ "formInputNamePlaceholder": {
7
+ "eng": "Name",
8
+ "ptBr": "Nome"
9
+ },
10
+ "header": {
11
+ "eng": "Invest with virtual money.",
12
+ "ptBr": "Investir com dinheiro virtual."
13
+ },
14
+ "subHeader": {
15
+ "eng": "Set trackers, stay informed, and make risk-free decisions.",
16
+ "ptBr": "Rastreie ativos, se mantenha informado e tome decisões sem risco."
17
+ },
18
+ "formInputEmailPlaceholder": {
19
+ "eng": "E-mail",
20
+ "ptBr": "E-mail"
21
+ },
22
+ "formInputPasswordPlaceholder": {
23
+ "eng": "Password",
24
+ "ptBr": "Senha"
25
+ },
26
+ "formInputPasswordConfirmationPlaceholder": {
27
+ "eng": "Enter your password again",
28
+ "ptBr": "Digite sua senha novamente"
29
+ },
30
+ "formInputAddressPlaceholder": {
31
+ "eng": "Your full address",
32
+ "ptBr": "Seu endereço completo"
33
+ },
34
+ "login": {
35
+ "eng": "Login",
36
+ "ptBr": "Login"
37
+ },
38
+ "createYourAccount": {
39
+ "eng": "Sign Up",
40
+ "ptBr": "Criar Conta"
41
+ },
42
+ "forgotPassword": {
43
+ "eng": "Forgot Your Password?",
44
+ "ptBr": "Esqueceu Sua Senha?"
45
+ },
46
+ "emptyEmailPassword": {
47
+ "eng": "Please enter your e-mail or password to login!",
48
+ "ptBr": "Por favor, preencha seu e-mail e senha para fazer login!"
49
+ },
50
+ "register": {
51
+ "eng": "Register",
52
+ "ptBr": "Registro"
53
+ },
54
+ "pleaseLogin": {
55
+ "eng": "Please, login again",
56
+ "ptBr": "Por favor, acesse novamente"
57
+ },
58
+ "couldntAuthenticate": {
59
+ "eng": "We couldn't authenticate your user. Please login again.",
60
+ "ptBr": "Não foi possível autenticar seu usuário. Por favor faça login novamente."
61
+ },
62
+ "loginBeforeAccessingThisPage": {
63
+ "eng": "Please, login before accessing this page.",
64
+ "ptBr": "Por favor, faça o login antes de acessar esta página."
65
+ },
66
+ "loginAccessResource": {
67
+ "eng": "Please, login to access this resource.",
68
+ "ptBr": "Por favor, faça o login para acessar este recurso."
69
+ },
70
+ "notAllowedResource": {
71
+ "eng": "Sorry, you're not allowed to access this resource.",
72
+ "ptBr": "Desculpe, você não tem permissão para acessar este recurso."
73
+ },
74
+ "adminOnlyResource": {
75
+ "eng": "Only admins can access this resource!",
76
+ "ptBr": "Apenas administradores podem acessar este recurso!"
77
+ },
78
+ "dontHaveRefreshTokens": {
79
+ "eng": "Your user does not have refreshTokens.",
80
+ "ptBr": "Seu usuário não tem refreshTokens."
81
+ },
82
+ "refreshTokenInvalid": {
83
+ "eng": "Error: Your refreshToken is invalid",
84
+ "ptBr": "Erro: seu refreshToken é inválido"
85
+ },
86
+ "oauthAccessTokenError": {
87
+ "eng": "Error while trying to generate your access token!",
88
+ "ptBr": "Erro ao tentar gerar seu token de acesso!"
89
+ },
90
+ "oauthGoogleEmailNotProvided": {
91
+ "eng": "Cannot login this user: Google's e-mail not provided!",
92
+ "ptBr": "Não é possível fazer o login deste usuário: e-mail do Google não fornecido!"
93
+ },
94
+ "oauthLoginError": {
95
+ "eng": "An error occurred while trying to login through this provider. Please, create your account directly within the app and try logging in using these credentials.",
96
+ "ptBr": "Ocorreu um erro ao tentar fazer login por meio deste provedor. Por favor, crie sua conta diretamente no aplicativo e tente fazer o login usando essas credenciais."
97
+ },
98
+ "signInWithGoogle": {
99
+ "eng": "Sign in with Google",
100
+ "ptBr": "Login com Google"
101
+ },
102
+ "authModeError": {
103
+ "eng": "You cannot access this account using regular e-mail and password because it was created by a third-party auth system. Try signing in with Google or any other provider available.",
104
+ "ptBr": "Você não pode acessar esta conta usando e-mail e senha normais porque ela foi criada por um sistema de autenticação de terceiros. Tente fazer login no Google ou em qualquer outro provedor disponível."
105
+ },
106
+ "passwordRecovery": {
107
+ "eng": "Password Recovery",
108
+ "ptBr": "Recuperação de Senha"
109
+ },
110
+ "forgotPasswordText": {
111
+ "eng": "Please, type the e-mail that you used to create your account below. We'll generate a new password and submit it to you.",
112
+ "ptBr": "Por favor, digite o e-mail que você utilizou para criar sua conta abaixo. Iremos gerar uma nova senha e enviar para você."
113
+ },
114
+ "passwordRecoverySuccess": {
115
+ "eng": "Your account password was reset. Please, check your e-mail.",
116
+ "ptBr": "A senha da sua conta foi redefinida. Por favor verifique seu email."
117
+ },
118
+ "signUpText": {
119
+ "eng": "Your address and phone number are required for authentication purposes and will not be shared anywhere else.",
120
+ "ptBr": "O seu endereço e telefone são necessários para autenticação e serão utilizados apenas para este fim."
121
+ },
122
+ "accountCreatedSuccessfully": {
123
+ "eng": "Account created successfully!",
124
+ "ptBr": "Conta criada com sucesso"
125
+ },
126
+ "alreadyHaveAccountLogin": {
127
+ "eng": "Already have an account? Please, login",
128
+ "ptBr": "Você já possui uma conta? Por favor, faça login."
129
+ },
130
+ "passwordDoesNotMatchConfirmation": {
131
+ "eng": "The password provided does not match its confirmation.",
132
+ "ptBr": "A senha fornecida não corresponde à sua confirmação."
133
+ },
134
+ "accountAuthFlowMismatch": {
135
+ "eng": "This account already exists, and it was created through email and password. If you don't remember your password, please click 'Forgot Password' to recover it.",
136
+ "ptBr": "Esta conta já existe e foi criada através de email e senha. Se você não se lembra da sua senha, clique em 'Esqueci a senha' para recuperá-la."
137
+ },
138
+ "changePassword": {
139
+ "eng": "Change Password",
140
+ "ptBr": "Trocar Senha"
141
+ },
142
+ "changePasswordIncorrectCurrentPassword": {
143
+ "eng": "The current password provided is not your password.",
144
+ "ptBr": "A senha atual fornecida não é sua senha."
145
+ },
146
+ "changePasswordSamePasswords": {
147
+ "eng": "Your current and new password must be different.",
148
+ "ptBr": "Sua senha atual e a nova devem ser diferentes."
149
+ },
150
+ "changePasswordInfoText": {
151
+ "eng": "Please, type your current password and your chosen new password on the fields below.",
152
+ "ptBr": "Por favor, digite sua senha atual e a nova senha escolhida nos campos abaixo."
153
+ },
154
+ "changePasswordSuccess": {
155
+ "eng": "Your password was changed successfully! Please, login again.",
156
+ "ptBr": "Sua senha foi alterada com sucesso! Por favor faça login novamente."
157
+ },
158
+ "changePasswordGenericError": {
159
+ "eng": "Something wrong happened while trying to change your password! Please, contact {{adminEmail}} for more information.",
160
+ "ptBr": "Ocorreu um erro ao tentar alterar sua senha! Entre em contato com {{adminEmail}} para mais informações."
161
+ },
162
+ "logout": {
163
+ "eng": "Logout",
164
+ "ptBr": "Sair"
165
+ },
166
+ "googleOAuthPopupClosed": {
167
+ "eng": "To proceed with Google authentication, please don't close the popup.",
168
+ "ptBr": "Para prosseguir com a autenticação do Google, não feche o pop-up."
169
+ },
170
+ "signInWithApple": {
171
+ "eng": "Sign in with Apple",
172
+ "ptBr": "Login com Apple"
173
+ },
174
+ "accountAlreadyExists": {
175
+ "eng": "A user with the e-mail provided already exists! If you don't remember your password, please click 'Forgot Your Password?' to recover it.",
176
+ "ptBr": "Já existe um usuário com o e-mail fornecido! Se você não se lembra da sua senha, clique em \"Esqueceu sua Senha?\" para recuperá-la."
177
+ },
178
+ "logoutConfirmation": {
179
+ "eng": "Are you sure you want to log out?",
180
+ "ptBr": "Tem certeza que deseja sair?"
181
+ }
182
+ }
@@ -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
+ }