@rpg-engine/shared 0.2.30 → 0.2.31
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/dist/constants/npc.constants.d.ts +2 -0
- package/dist/constants/npc.constants.d.ts.map +1 -0
- package/dist/constants/npc.constants.js +5 -0
- package/dist/constants/npc.constants.js.map +1 -0
- package/dist/constants/socket.constants.d.ts +3 -0
- package/dist/constants/socket.constants.d.ts.map +1 -0
- package/dist/constants/socket.constants.js +7 -0
- package/dist/constants/socket.constants.js.map +1 -0
- package/dist/constants/world.constants.d.ts +11 -0
- package/dist/constants/world.constants.d.ts.map +1 -0
- package/dist/constants/world.constants.js +14 -0
- package/dist/constants/world.constants.js.map +1 -0
- package/dist/index.d.ts +33 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/index.js +49 -0
- package/dist/index.js.map +1 -0
- package/dist/libs/GridHelper.d.ts +12 -0
- package/dist/libs/GridHelper.d.ts.map +1 -0
- package/dist/libs/GridHelper.js +38 -0
- package/dist/libs/GridHelper.js.map +1 -0
- package/dist/libs/MathHelper.d.ts +17 -0
- package/dist/libs/MathHelper.d.ts.map +1 -0
- package/dist/libs/MathHelper.js +15 -0
- package/dist/libs/MathHelper.js.map +1 -0
- package/dist/libs/SocketHelper.d.ts +3 -0
- package/dist/libs/SocketHelper.d.ts.map +1 -0
- package/dist/libs/SocketHelper.js +15 -0
- package/dist/libs/SocketHelper.js.map +1 -0
- package/dist/libs/TextHelper.d.ts +8 -0
- package/dist/libs/TextHelper.d.ts.map +1 -0
- package/dist/libs/TextHelper.js +22 -0
- package/dist/libs/TextHelper.js.map +1 -0
- package/dist/libs/TypeHelper.d.ts +4 -0
- package/dist/libs/TypeHelper.d.ts.map +1 -0
- package/dist/libs/TypeHelper.js +17 -0
- package/dist/libs/TypeHelper.js.map +1 -0
- package/dist/translations/app-rate.lang.json +38 -0
- package/dist/translations/assets.lang.json +82 -0
- package/dist/translations/auth.lang.json +182 -0
- package/dist/translations/email.lang.json +70 -0
- package/dist/translations/error.lang.json +18 -0
- package/dist/translations/form.lang.json +94 -0
- package/dist/translations/global.lang.json +90 -0
- package/dist/translations/logs.lang.json +6 -0
- package/dist/translations/onboarding.lang.d.ts +11 -0
- package/dist/translations/onboarding.lang.d.ts.map +1 -0
- package/dist/translations/onboarding.lang.js +22 -0
- package/dist/translations/onboarding.lang.js.map +1 -0
- package/dist/translations/onboarding.lang.json +50 -0
- package/dist/translations/order.lang.json +90 -0
- package/dist/translations/search.lang.json +50 -0
- package/dist/translations/settings.lang.json +14 -0
- package/dist/translations/tabs.lang.json +22 -0
- package/dist/translations/users.lang.json +22 -0
- package/dist/translations/validation.lang.json +86 -0
- package/dist/types/animation.types.d.ts +8 -0
- package/dist/types/animation.types.d.ts.map +1 -0
- package/dist/types/animation.types.js +3 -0
- package/dist/types/animation.types.js.map +1 -0
- package/dist/types/api.types.d.ts +22 -0
- package/dist/types/api.types.d.ts.map +1 -0
- package/dist/types/api.types.js +21 -0
- package/dist/types/api.types.js.map +1 -0
- package/dist/types/asset.types.d.ts +7 -0
- package/dist/types/asset.types.d.ts.map +1 -0
- package/dist/types/asset.types.js +3 -0
- package/dist/types/asset.types.js.map +1 -0
- package/dist/types/auth.types.d.ts +8 -0
- package/dist/types/auth.types.d.ts.map +1 -0
- package/dist/types/auth.types.js +3 -0
- package/dist/types/auth.types.js.map +1 -0
- package/dist/types/battle.types.d.ts +23 -0
- package/dist/types/battle.types.d.ts.map +1 -0
- package/dist/types/battle.types.js +18 -0
- package/dist/types/battle.types.js.map +1 -0
- package/dist/types/character.types.d.ts +119 -0
- package/dist/types/character.types.d.ts.map +1 -0
- package/dist/types/character.types.js +30 -0
- package/dist/types/character.types.js.map +1 -0
- package/dist/types/chat.types.d.ts +5 -0
- package/dist/types/chat.types.d.ts.map +1 -0
- package/dist/types/chat.types.js +9 -0
- package/dist/types/chat.types.js.map +1 -0
- package/dist/types/device.types.d.ts +25 -0
- package/dist/types/device.types.d.ts.map +1 -0
- package/dist/types/device.types.js +8 -0
- package/dist/types/device.types.js.map +1 -0
- package/dist/types/entity.types.d.ts +13 -0
- package/dist/types/entity.types.d.ts.map +1 -0
- package/dist/types/entity.types.js +9 -0
- package/dist/types/entity.types.js.map +1 -0
- package/dist/types/env.types.d.ts +6 -0
- package/dist/types/env.types.d.ts.map +1 -0
- package/dist/types/env.types.js +10 -0
- package/dist/types/env.types.js.map +1 -0
- package/dist/types/googleOAuth.types.d.ts +48 -0
- package/dist/types/googleOAuth.types.d.ts.map +1 -0
- package/dist/types/googleOAuth.types.js +3 -0
- package/dist/types/googleOAuth.types.js.map +1 -0
- package/dist/types/maps.types.d.ts +17 -0
- package/dist/types/maps.types.d.ts.map +1 -0
- package/dist/types/maps.types.js +11 -0
- package/dist/types/maps.types.js.map +1 -0
- package/dist/types/notification.types.d.ts +15 -0
- package/dist/types/notification.types.d.ts.map +1 -0
- package/dist/types/notification.types.js +3 -0
- package/dist/types/notification.types.js.map +1 -0
- package/dist/types/npc.types.d.ts +98 -0
- package/dist/types/npc.types.d.ts.map +1 -0
- package/dist/types/npc.types.js +42 -0
- package/dist/types/npc.types.js.map +1 -0
- package/dist/types/npcMetadata.types.d.ts +7 -0
- package/dist/types/npcMetadata.types.d.ts.map +1 -0
- package/dist/types/npcMetadata.types.js +20 -0
- package/dist/types/npcMetadata.types.js.map +1 -0
- package/dist/types/pagination.types.d.ts +14 -0
- package/dist/types/pagination.types.d.ts.map +1 -0
- package/dist/types/pagination.types.js +3 -0
- package/dist/types/pagination.types.js.map +1 -0
- package/dist/types/places.types.d.ts +17 -0
- package/dist/types/places.types.d.ts.map +1 -0
- package/dist/types/places.types.js +10 -0
- package/dist/types/places.types.js.map +1 -0
- package/dist/types/player.types.d.ts +49 -0
- package/dist/types/player.types.d.ts.map +1 -0
- package/dist/types/player.types.js +14 -0
- package/dist/types/player.types.js.map +1 -0
- package/dist/types/preloadScene.types.d.ts +5 -0
- package/dist/types/preloadScene.types.d.ts.map +1 -0
- package/dist/types/preloadScene.types.js +8 -0
- package/dist/types/preloadScene.types.js.map +1 -0
- package/dist/types/resource.types.d.ts +6 -0
- package/dist/types/resource.types.d.ts.map +1 -0
- package/dist/types/resource.types.js +3 -0
- package/dist/types/resource.types.js.map +1 -0
- package/dist/types/scene.types.d.ts +9 -0
- package/dist/types/scene.types.d.ts.map +1 -0
- package/dist/types/scene.types.js +9 -0
- package/dist/types/scene.types.js.map +1 -0
- package/dist/types/skills.types.d.ts +25 -0
- package/dist/types/skills.types.d.ts.map +1 -0
- package/dist/types/skills.types.js +3 -0
- package/dist/types/skills.types.js.map +1 -0
- package/dist/types/socket.types.d.ts +18 -0
- package/dist/types/socket.types.d.ts.map +1 -0
- package/dist/types/socket.types.js +9 -0
- package/dist/types/socket.types.js.map +1 -0
- package/dist/types/tiled.types.d.ts +108 -0
- package/dist/types/tiled.types.d.ts.map +1 -0
- package/dist/types/tiled.types.js +14 -0
- package/dist/types/tiled.types.js.map +1 -0
- package/dist/types/translation.types.d.ts +6 -0
- package/dist/types/translation.types.d.ts.map +1 -0
- package/dist/types/translation.types.js +9 -0
- package/dist/types/translation.types.js.map +1 -0
- package/dist/types/user.types.d.ts +97 -0
- package/dist/types/user.types.d.ts.map +1 -0
- package/dist/types/user.types.js +39 -0
- package/dist/types/user.types.js.map +1 -0
- package/dist/types/validation.types.d.ts +10 -0
- package/dist/types/validation.types.d.ts.map +1 -0
- package/dist/types/validation.types.js +3 -0
- package/dist/types/validation.types.js.map +1 -0
- package/package.json +1 -1
|
@@ -0,0 +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
|
+
}
|
|
@@ -0,0 +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
|
+
}
|
|
@@ -0,0 +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
|
+
}
|
|
@@ -0,0 +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
|
+
}
|
|
@@ -0,0 +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
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"onboarding.lang.d.ts","sourceRoot":"","sources":["../../src/translations/onboarding.lang.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,OAAO;;;;;;;;;CAiBnB,CAAC"}
|
|
@@ -0,0 +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
|
+
};
|
|
22
|
+
//# sourceMappingURL=onboarding.lang.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"onboarding.lang.js","sourceRoot":"","sources":["../../src/translations/onboarding.lang.ts"],"names":[],"mappings":";;;AAAa,QAAA,OAAO,GAAG;IACrB,sBAAsB,EAAE;QACtB,GAAG,EAAE;;;;SAIA;QACL,IAAI,EAAE;;;;SAID;KACN;IACD,uBAAuB,EAAE;QACvB,GAAG,EAAE,qEAAqE;QAC1E,IAAI,EAAE,gEAAgE;KACvE;CACF,CAAC"}
|
|
@@ -0,0 +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
|
+
}
|
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
{
|
|
2
|
+
"placeAssetOrder": {
|
|
3
|
+
"eng": "Place an Asset Order",
|
|
4
|
+
"ptBr": "Nova Ordem de Ativo"
|
|
5
|
+
},
|
|
6
|
+
"amountIn": {
|
|
7
|
+
"eng": "Amount in",
|
|
8
|
+
"ptBr": "Quantia em"
|
|
9
|
+
},
|
|
10
|
+
"funds": {
|
|
11
|
+
"eng": "Remaining funds",
|
|
12
|
+
"ptBr": "Fundos restantes"
|
|
13
|
+
},
|
|
14
|
+
"placeBuyOrderCTA": {
|
|
15
|
+
"eng": "Place a buy order",
|
|
16
|
+
"ptBr": "Finalizar compra"
|
|
17
|
+
},
|
|
18
|
+
"placeSellOrderCTA": {
|
|
19
|
+
"eng": "Place a sell order",
|
|
20
|
+
"ptBr": "Finalizar venda"
|
|
21
|
+
},
|
|
22
|
+
"buy": {
|
|
23
|
+
"eng": "Buy",
|
|
24
|
+
"ptBr": "Compra"
|
|
25
|
+
},
|
|
26
|
+
"sell": {
|
|
27
|
+
"eng": "Sell",
|
|
28
|
+
"ptBr": "Venda"
|
|
29
|
+
},
|
|
30
|
+
"confirmBuyOrder": {
|
|
31
|
+
"eng": "Confirm the Buy Order.",
|
|
32
|
+
"ptBr": "Confirme o Pedido de Compra."
|
|
33
|
+
},
|
|
34
|
+
"confirmSellOrder": {
|
|
35
|
+
"eng": "Confirm the Sell Order.",
|
|
36
|
+
"ptBr": "Confirme o Pedido de Venda."
|
|
37
|
+
},
|
|
38
|
+
"noPortfolioDefined": {
|
|
39
|
+
"eng": "Error: No portfolio defined.",
|
|
40
|
+
"ptBr": "Erro: Nenhuma carteira definida."
|
|
41
|
+
},
|
|
42
|
+
"noAssetDefined": {
|
|
43
|
+
"eng": "Please, select an asset.",
|
|
44
|
+
"ptBr": "Por favor, selecione um ativo."
|
|
45
|
+
},
|
|
46
|
+
"selectPositiveQuantity": {
|
|
47
|
+
"eng": "Please, enter a positive quantity.",
|
|
48
|
+
"ptBr": "Por favor, adicione uma quantidade positiva"
|
|
49
|
+
},
|
|
50
|
+
"selectPositiveValue": {
|
|
51
|
+
"eng": "Please, enter a positive amount.",
|
|
52
|
+
"ptBr": "Por favor, adicione uma quantia positiva"
|
|
53
|
+
},
|
|
54
|
+
"noHasAssetToSell": {
|
|
55
|
+
"eng": "The portfolio does not have the selected asset to sell it.",
|
|
56
|
+
"ptBr": "A carteira não possui o ativo selecionado para venda."
|
|
57
|
+
},
|
|
58
|
+
"noPurchaseTypeDefined": {
|
|
59
|
+
"eng": "Error: No purchase type defined.",
|
|
60
|
+
"ptBr": "Erro: Nenhum tipo de compra definido."
|
|
61
|
+
},
|
|
62
|
+
"quantity": {
|
|
63
|
+
"eng": "Quantity",
|
|
64
|
+
"ptBr": "Quantidade"
|
|
65
|
+
},
|
|
66
|
+
"amount": {
|
|
67
|
+
"eng": "Amount",
|
|
68
|
+
"ptBr": "Quantia"
|
|
69
|
+
},
|
|
70
|
+
"shares": {
|
|
71
|
+
"eng": "Number of",
|
|
72
|
+
"ptBr": "Número de"
|
|
73
|
+
},
|
|
74
|
+
"shares2": {
|
|
75
|
+
"eng": "shares",
|
|
76
|
+
"ptBr": "ações"
|
|
77
|
+
},
|
|
78
|
+
"portfolioAsset": {
|
|
79
|
+
"eng": "Trade a portfolio asset",
|
|
80
|
+
"ptBr": "Faça uma nova transação"
|
|
81
|
+
},
|
|
82
|
+
"youHave": {
|
|
83
|
+
"eng": "You have",
|
|
84
|
+
"ptBt": "Você tem"
|
|
85
|
+
},
|
|
86
|
+
"insufficientFunds": {
|
|
87
|
+
"eng": "Your portfolio does not have sufficient funds to process the order.",
|
|
88
|
+
"ptBr": "Sua carteira não tem fundos suficientes para processar o pedido."
|
|
89
|
+
}
|
|
90
|
+
}
|