@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,90 +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
- }
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
+ }
@@ -1,50 +1,50 @@
1
- {
2
- "search": {
3
- "eng": "Search",
4
- "ptBr": "Pesquisar"
5
- },
6
- "searchPlaceholder": {
7
- "eng": "Search by company or ticker",
8
- "ptBr": "Pesquise a companhia ou ticker"
9
- },
10
- "sortBy": {
11
- "eng": "Sort by",
12
- "ptBr": "Ordenar por"
13
- },
14
- "resultsFound": {
15
- "eng": "results found",
16
- "ptBr": "resultados encontrados"
17
- },
18
- "first15": {
19
- "eng": "First 15 results found",
20
- "ptBr": "15 primeiros resultados encontrados"
21
- },
22
- "noResult": {
23
- "eng": "No result found",
24
- "ptBr": "Nenhum resultado encontrado"
25
- },
26
- "oneResult": {
27
- "eng": "One result found",
28
- "ptBr": "Um resultado encontrado"
29
- },
30
- "countrySortBy": {
31
- "eng": "Country",
32
- "ptBr": "País"
33
- },
34
- "nameSortBy": {
35
- "eng": "Company Name",
36
- "ptBr": "Nome da Companhia"
37
- },
38
- "tickerSortBy": {
39
- "eng": "Ticker",
40
- "ptBr": "Ticker"
41
- },
42
- "typeSortBy": {
43
- "eng": "Type",
44
- "ptBr": "Tipo"
45
- },
46
- "stockExchangeSortBy": {
47
- "eng": "Stock Exchange",
48
- "ptBr": "Bolsa de Valores"
49
- }
50
- }
1
+ {
2
+ "search": {
3
+ "eng": "Search",
4
+ "ptBr": "Pesquisar"
5
+ },
6
+ "searchPlaceholder": {
7
+ "eng": "Search by company or ticker",
8
+ "ptBr": "Pesquise a companhia ou ticker"
9
+ },
10
+ "sortBy": {
11
+ "eng": "Sort by",
12
+ "ptBr": "Ordenar por"
13
+ },
14
+ "resultsFound": {
15
+ "eng": "results found",
16
+ "ptBr": "resultados encontrados"
17
+ },
18
+ "first15": {
19
+ "eng": "First 15 results found",
20
+ "ptBr": "15 primeiros resultados encontrados"
21
+ },
22
+ "noResult": {
23
+ "eng": "No result found",
24
+ "ptBr": "Nenhum resultado encontrado"
25
+ },
26
+ "oneResult": {
27
+ "eng": "One result found",
28
+ "ptBr": "Um resultado encontrado"
29
+ },
30
+ "countrySortBy": {
31
+ "eng": "Country",
32
+ "ptBr": "País"
33
+ },
34
+ "nameSortBy": {
35
+ "eng": "Company Name",
36
+ "ptBr": "Nome da Companhia"
37
+ },
38
+ "tickerSortBy": {
39
+ "eng": "Ticker",
40
+ "ptBr": "Ticker"
41
+ },
42
+ "typeSortBy": {
43
+ "eng": "Type",
44
+ "ptBr": "Tipo"
45
+ },
46
+ "stockExchangeSortBy": {
47
+ "eng": "Stock Exchange",
48
+ "ptBr": "Bolsa de Valores"
49
+ }
50
+ }
@@ -1,14 +1,14 @@
1
- {
2
- "settings": {
3
- "eng": "Settings",
4
- "ptBr": "Configurações"
5
- },
6
- "colorDisplay": {
7
- "eng": "Color Display",
8
- "ptBr": "Modo de Cores"
9
- },
10
- "language": {
11
- "eng": "Language",
12
- "ptBr": "Idioma"
13
- }
14
- }
1
+ {
2
+ "settings": {
3
+ "eng": "Settings",
4
+ "ptBr": "Configurações"
5
+ },
6
+ "colorDisplay": {
7
+ "eng": "Color Display",
8
+ "ptBr": "Modo de Cores"
9
+ },
10
+ "language": {
11
+ "eng": "Language",
12
+ "ptBr": "Idioma"
13
+ }
14
+ }
@@ -1,22 +1,22 @@
1
- {
2
- "home": {
3
- "eng": "Home",
4
- "ptBr": "Início"
5
- },
6
- "track": {
7
- "eng": "Track",
8
- "ptBr": "Rastrear"
9
- },
10
- "search": {
11
- "eng": "Search",
12
- "ptBr": "Buscar"
13
- },
14
- "news": {
15
- "eng": "News",
16
- "ptBr": "Notícias"
17
- },
18
- "settings": {
19
- "eng": "Settings",
20
- "ptBr": "Configurações"
21
- }
22
- }
1
+ {
2
+ "home": {
3
+ "eng": "Home",
4
+ "ptBr": "Início"
5
+ },
6
+ "track": {
7
+ "eng": "Track",
8
+ "ptBr": "Rastrear"
9
+ },
10
+ "search": {
11
+ "eng": "Search",
12
+ "ptBr": "Buscar"
13
+ },
14
+ "news": {
15
+ "eng": "News",
16
+ "ptBr": "Notícias"
17
+ },
18
+ "settings": {
19
+ "eng": "Settings",
20
+ "ptBr": "Configurações"
21
+ }
22
+ }
@@ -1,22 +1,22 @@
1
- {
2
- "adminOnly": {
3
- "eng": "Only admins can access this route!",
4
- "ptBr": "Apenas administradores podem acessar esta rota."
5
- },
6
- "userAlreadyExists": {
7
- "eng": "The user with e-mail {{email}} already exists! Please, try again.",
8
- "ptBr": "O usuário com e-mail {{email}} já existe! Por favor, tente novamente."
9
- },
10
- "userNotFound": {
11
- "eng": "User does not exist!",
12
- "ptBr": "Usuário não existe!"
13
- },
14
- "userCreationError": {
15
- "eng": "Error while trying to sign up. Please, check if all required fields were filled correctly.",
16
- "ptBr": "Erro ao tentar criar novo usuário. Por favor, verifique se todos os campos obrigatórios foram preenchidos corretamente."
17
- },
18
- "userAlreadyUnsubscribed": {
19
- "eng": "This user is already unsubscribed!",
20
- "ptBr": "Este usuário já cancelou a inscrição!"
21
- }
22
- }
1
+ {
2
+ "adminOnly": {
3
+ "eng": "Only admins can access this route!",
4
+ "ptBr": "Apenas administradores podem acessar esta rota."
5
+ },
6
+ "userAlreadyExists": {
7
+ "eng": "The user with e-mail {{email}} already exists! Please, try again.",
8
+ "ptBr": "O usuário com e-mail {{email}} já existe! Por favor, tente novamente."
9
+ },
10
+ "userNotFound": {
11
+ "eng": "User does not exist!",
12
+ "ptBr": "Usuário não existe!"
13
+ },
14
+ "userCreationError": {
15
+ "eng": "Error while trying to sign up. Please, check if all required fields were filled correctly.",
16
+ "ptBr": "Erro ao tentar criar novo usuário. Por favor, verifique se todos os campos obrigatórios foram preenchidos corretamente."
17
+ },
18
+ "userAlreadyUnsubscribed": {
19
+ "eng": "This user is already unsubscribed!",
20
+ "ptBr": "Este usuário já cancelou a inscrição!"
21
+ }
22
+ }
@@ -1,86 +1,86 @@
1
- {
2
- "isNotEmptyMultiple": {
3
- "eng": "The following fields cannot be empty: {{fields}}.",
4
- "ptBr": "Os seguintes campos não podem estar vazios: {{field}}."
5
- },
6
- "isNotEmpty": {
7
- "eng": "{{field}} field cannot be empty.",
8
- "ptBr": "O campo {{field}} não pode estar vazio."
9
- },
10
- "isEmpty": {
11
- "eng": "{{field}} must be empty.",
12
- "ptBr": "O campo {{field}} deve estar vazio."
13
- },
14
- "isString": {
15
- "eng": "{{field}} field must be a string.",
16
- "ptBr": "O campo {{field}} deve ser uma string."
17
- },
18
- "isType": {
19
- "eng": "{{field}} field must be of type {{type}}.",
20
- "ptBr": "O campo {{field}} deve ser do tipo {{type}}."
21
- },
22
- "allArrayFields": {
23
- "eng": "All elements from array {{field}} must be a {{type}}.",
24
- "ptBr": "Todos os elementos do campo {{field}} devem ser um {{type}}."
25
- },
26
- "minLength": {
27
- "eng": "{{field}} field must have at least $constraint1 characters.",
28
- "ptBr": "O campo {{field}} deve ter pelo menos $constraint1 caracteres."
29
- },
30
- "maxLength": {
31
- "eng": "{{field}} field must have up to $constraint1 characters.",
32
- "ptBr": "O campo {{field}} deve ter até $constraint1 caracteres."
33
- },
34
- "isPhoneNumber": {
35
- "eng": "{{field}} field must be a phone number in the following format: {{format}}.",
36
- "ptBr": "O campo {{field}} deve ser um número de telefone no seguinte formato: {{format}}."
37
- },
38
- "isNumber": {
39
- "eng": "{{field}} field must be a number.",
40
- "ptBr": "O campo {{field}} deve ser um número."
41
- },
42
- "isEmail": {
43
- "eng": "{{field}} field must be a valid e-mail.",
44
- "ptBr": "O campo {{field}} deve ser um e-mail válido."
45
- },
46
- "alreadyExists": {
47
- "eng": "{{field}} already exists!",
48
- "ptBr": "O campo {{field}} já existe!"
49
- },
50
- "alreadyExistsFor": {
51
- "eng": "An entity {{target}} with this {{field}} already exists!",
52
- "ptBr": "Um(a) {{target}} com o campo {{field}} já existe!"
53
- },
54
- "notFound": {
55
- "eng": "{{field}} not found!",
56
- "ptBr": "O campo {{field}} não foi encontrado!"
57
- },
58
- "creationError": {
59
- "eng": "Error while trying to create a new {{field}}.",
60
- "ptBr": "Erro ao tentar inserir dados para o campo {{field}}."
61
- },
62
- "isEnum": {
63
- "eng": "Error: The {{field}} field accepts only one of the following values: {{types}}.",
64
- "ptBr": "Erro: o campo {{field}} aceita apenas um dos seguintes valores: {{types}}."
65
- },
66
- "requiredResourceCreate": {
67
- "eng": "A valid {{field}} is required for creating this resource.",
68
- "ptBr": "Um {{field}} válido é necessário para criar este recurso."
69
- },
70
- "errorWhileAction": {
71
- "eng": "Error while trying to {{action}} the field {{field}}.",
72
- "ptBr": "Erro ao tentar {{action}} o campo {{field}}."
73
- },
74
- "successWhileCreation": {
75
- "eng": "Your {{resource}} was successfully created.",
76
- "ptBr": "Sucesso ao criar {{resource}}!"
77
- },
78
- "successWhileUpdating": {
79
- "eng": "Your {{resource}} was successfully updated.",
80
- "ptBr": "Sucesso ao atualizar {{resource}}!"
81
- },
82
- "isInvalid": {
83
- "eng": "The field {{field}} is invalid. Please, try again.",
84
- "ptBr": "O campo '{{field}}' é inválido. Por favor, tente novamente."
85
- }
86
- }
1
+ {
2
+ "isNotEmptyMultiple": {
3
+ "eng": "The following fields cannot be empty: {{fields}}.",
4
+ "ptBr": "Os seguintes campos não podem estar vazios: {{field}}."
5
+ },
6
+ "isNotEmpty": {
7
+ "eng": "{{field}} field cannot be empty.",
8
+ "ptBr": "O campo {{field}} não pode estar vazio."
9
+ },
10
+ "isEmpty": {
11
+ "eng": "{{field}} must be empty.",
12
+ "ptBr": "O campo {{field}} deve estar vazio."
13
+ },
14
+ "isString": {
15
+ "eng": "{{field}} field must be a string.",
16
+ "ptBr": "O campo {{field}} deve ser uma string."
17
+ },
18
+ "isType": {
19
+ "eng": "{{field}} field must be of type {{type}}.",
20
+ "ptBr": "O campo {{field}} deve ser do tipo {{type}}."
21
+ },
22
+ "allArrayFields": {
23
+ "eng": "All elements from array {{field}} must be a {{type}}.",
24
+ "ptBr": "Todos os elementos do campo {{field}} devem ser um {{type}}."
25
+ },
26
+ "minLength": {
27
+ "eng": "{{field}} field must have at least $constraint1 characters.",
28
+ "ptBr": "O campo {{field}} deve ter pelo menos $constraint1 caracteres."
29
+ },
30
+ "maxLength": {
31
+ "eng": "{{field}} field must have up to $constraint1 characters.",
32
+ "ptBr": "O campo {{field}} deve ter até $constraint1 caracteres."
33
+ },
34
+ "isPhoneNumber": {
35
+ "eng": "{{field}} field must be a phone number in the following format: {{format}}.",
36
+ "ptBr": "O campo {{field}} deve ser um número de telefone no seguinte formato: {{format}}."
37
+ },
38
+ "isNumber": {
39
+ "eng": "{{field}} field must be a number.",
40
+ "ptBr": "O campo {{field}} deve ser um número."
41
+ },
42
+ "isEmail": {
43
+ "eng": "{{field}} field must be a valid e-mail.",
44
+ "ptBr": "O campo {{field}} deve ser um e-mail válido."
45
+ },
46
+ "alreadyExists": {
47
+ "eng": "{{field}} already exists!",
48
+ "ptBr": "O campo {{field}} já existe!"
49
+ },
50
+ "alreadyExistsFor": {
51
+ "eng": "An entity {{target}} with this {{field}} already exists!",
52
+ "ptBr": "Um(a) {{target}} com o campo {{field}} já existe!"
53
+ },
54
+ "notFound": {
55
+ "eng": "{{field}} not found!",
56
+ "ptBr": "O campo {{field}} não foi encontrado!"
57
+ },
58
+ "creationError": {
59
+ "eng": "Error while trying to create a new {{field}}.",
60
+ "ptBr": "Erro ao tentar inserir dados para o campo {{field}}."
61
+ },
62
+ "isEnum": {
63
+ "eng": "Error: The {{field}} field accepts only one of the following values: {{types}}.",
64
+ "ptBr": "Erro: o campo {{field}} aceita apenas um dos seguintes valores: {{types}}."
65
+ },
66
+ "requiredResourceCreate": {
67
+ "eng": "A valid {{field}} is required for creating this resource.",
68
+ "ptBr": "Um {{field}} válido é necessário para criar este recurso."
69
+ },
70
+ "errorWhileAction": {
71
+ "eng": "Error while trying to {{action}} the field {{field}}.",
72
+ "ptBr": "Erro ao tentar {{action}} o campo {{field}}."
73
+ },
74
+ "successWhileCreation": {
75
+ "eng": "Your {{resource}} was successfully created.",
76
+ "ptBr": "Sucesso ao criar {{resource}}!"
77
+ },
78
+ "successWhileUpdating": {
79
+ "eng": "Your {{resource}} was successfully updated.",
80
+ "ptBr": "Sucesso ao atualizar {{resource}}!"
81
+ },
82
+ "isInvalid": {
83
+ "eng": "The field {{field}} is invalid. Please, try again.",
84
+ "ptBr": "O campo '{{field}}' é inválido. Por favor, tente novamente."
85
+ }
86
+ }