@bigbinary/neeto-commons-frontend 4.13.90 → 4.13.92-beta.1

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 (107) hide show
  1. package/README.md +1 -0
  2. package/configs/esbuild/index.js +4 -0
  3. package/configs/esbuild/plugins/packageTranslations.js +16 -0
  4. package/configs/esbuild/plugins/preval.js +16 -6
  5. package/configs/scripts/buildTranslationImports.js +22 -0
  6. package/configs/scripts/getEnglishTranslation.js +17 -0
  7. package/configs/utils/packageTranslations.js +90 -0
  8. package/configs/vite/index.js +5 -0
  9. package/configs/vite/plugins/packageTranslations.js +14 -0
  10. package/configs/vite/plugins/preval.js +32 -10
  11. package/dist/cjs/initializers/i18n.js +39 -130
  12. package/dist/cjs/initializers/i18n.js.map +1 -1
  13. package/dist/cjs/initializers/index.js +37 -21
  14. package/dist/cjs/initializers/index.js.map +1 -1
  15. package/dist/cjs/react-utils/AppContainer/AppContainer.js +5 -1
  16. package/dist/cjs/react-utils/AppContainer/AppContainer.js.map +1 -1
  17. package/dist/cjs/react-utils/AppContainer/index.js +1 -1
  18. package/dist/cjs/react-utils/HoneybadgerErrorBoundary/FallbackComponent.js +2 -2
  19. package/dist/cjs/react-utils/index.js +6 -0
  20. package/dist/cjs/react-utils/index.js.map +1 -1
  21. package/dist/cjs/react-utils/lazyWithRetry/index.js +10 -0
  22. package/dist/cjs/react-utils/lazyWithRetry/index.js.map +1 -0
  23. package/dist/cjs/react-utils/lazyWithRetry/lazyWithRetry.js +15 -0
  24. package/dist/cjs/react-utils/lazyWithRetry/lazyWithRetry.js.map +1 -0
  25. package/dist/cjs/react-utils/mount/index.js +15 -0
  26. package/dist/cjs/react-utils/mount/index.js.map +1 -0
  27. package/dist/cjs/react-utils/mount/mount.js +86 -0
  28. package/dist/cjs/react-utils/mount/mount.js.map +1 -0
  29. package/dist/cjs/react-utils/useBreakpoints/index.js +2 -2
  30. package/dist/cjs/react-utils/useColumnConfig/useColumnConfig.js +2 -2
  31. package/dist/cjs/react-utils/useDebounce/useDebounce.js +3 -3
  32. package/dist/cjs/react-utils/useFieldSubmit/useFieldSubmit.js +4 -4
  33. package/dist/cjs/react-utils/useFuncDebounce/useFuncDebounce.js +2 -2
  34. package/dist/cjs/react-utils/useIsElementVisibleInDom/useForceUpdate.js +2 -2
  35. package/dist/cjs/react-utils/useIsElementVisibleInDom/useIsElementVisibleInDom.js +3 -3
  36. package/dist/cjs/react-utils/useLocalStorage/useLocalStorage.js +2 -2
  37. package/dist/cjs/react-utils/useOnClickOutside/useOnClickOutside.js +2 -2
  38. package/dist/cjs/react-utils/usePersistedQuery/usePersistedQuery.js +2 -2
  39. package/dist/cjs/react-utils/usePrevious/usePrevious.js +3 -3
  40. package/dist/cjs/react-utils/useRegisterNavigationCheckpoint/useRegisterNavigationCheckpoint.js +2 -2
  41. package/dist/cjs/react-utils/useRestoreScrollPosition/useRestoreScrollPosition.js +2 -2
  42. package/dist/cjs/react-utils/useStateWithDependency/useStateWithDependency.js +3 -3
  43. package/dist/cjs/react-utils/useTimer/useTimer.js +3 -3
  44. package/dist/cjs/react-utils/useUpdateEffect/useUpdateEffect.js +3 -3
  45. package/dist/cjs/utils/datetime.js +22 -13
  46. package/dist/cjs/utils/datetime.js.map +1 -1
  47. package/dist/cjs/utils/retryImport.js +37 -0
  48. package/dist/cjs/utils/retryImport.js.map +1 -0
  49. package/dist/initializers/i18n.js +39 -130
  50. package/dist/initializers/i18n.js.map +1 -1
  51. package/dist/initializers/index.js +37 -21
  52. package/dist/initializers/index.js.map +1 -1
  53. package/dist/react-utils/AppContainer/AppContainer.js +5 -1
  54. package/dist/react-utils/AppContainer/AppContainer.js.map +1 -1
  55. package/dist/react-utils/AppContainer/index.js +1 -1
  56. package/dist/react-utils/index.js +4 -0
  57. package/dist/react-utils/index.js.map +1 -1
  58. package/dist/react-utils/lazyWithRetry/index.js +4 -0
  59. package/dist/react-utils/lazyWithRetry/index.js.map +1 -0
  60. package/dist/react-utils/lazyWithRetry/lazyWithRetry.js +13 -0
  61. package/dist/react-utils/lazyWithRetry/lazyWithRetry.js.map +1 -0
  62. package/dist/react-utils/mount/index.js +9 -0
  63. package/dist/react-utils/mount/index.js.map +1 -0
  64. package/dist/react-utils/mount/mount.js +84 -0
  65. package/dist/react-utils/mount/mount.js.map +1 -0
  66. package/dist/utils/datetime.js +22 -13
  67. package/dist/utils/datetime.js.map +1 -1
  68. package/dist/utils/retryImport.js +35 -0
  69. package/dist/utils/retryImport.js.map +1 -0
  70. package/package.json +10 -6
  71. package/react-utils.d.ts +73 -1
  72. package/src/translations/ar.json +111 -0
  73. package/src/translations/bg.json +111 -0
  74. package/src/translations/ca.json +111 -0
  75. package/src/translations/cs.json +111 -0
  76. package/src/translations/da.json +111 -0
  77. package/src/translations/de.json +111 -0
  78. package/src/translations/en.json +111 -0
  79. package/src/translations/es-MX.json +111 -0
  80. package/src/translations/es.json +111 -0
  81. package/src/translations/et.json +111 -0
  82. package/src/translations/fi.json +111 -0
  83. package/src/translations/fil.json +111 -0
  84. package/src/translations/fr.json +111 -0
  85. package/src/translations/he.json +111 -0
  86. package/src/translations/hi.json +111 -0
  87. package/src/translations/hr.json +111 -0
  88. package/src/translations/id.json +111 -0
  89. package/src/translations/it.json +111 -0
  90. package/src/translations/ja.json +111 -0
  91. package/src/translations/ko.json +111 -0
  92. package/src/translations/nl.json +111 -0
  93. package/src/translations/pl.json +111 -0
  94. package/src/translations/pt-BR.json +111 -0
  95. package/src/translations/pt.json +111 -0
  96. package/src/translations/ro.json +111 -0
  97. package/src/translations/ru.json +111 -0
  98. package/src/translations/sk.json +111 -0
  99. package/src/translations/sl.json +111 -0
  100. package/src/translations/sv.json +111 -0
  101. package/src/translations/th.json +111 -0
  102. package/src/translations/tr.json +111 -0
  103. package/src/translations/uk.json +111 -0
  104. package/src/translations/vi.json +111 -0
  105. package/src/translations/zh-CN.json +111 -0
  106. package/src/translations/zh-TW.json +111 -0
  107. package/configs/scripts/getPkgTranslations.js +0 -45
@@ -0,0 +1,111 @@
1
+ {
2
+ "generic": {
3
+ "error": "Something went wrong. Please try again later."
4
+ },
5
+ "authentication": {
6
+ "notLoggedIn": "Could not authenticate, please login to continue!",
7
+ "couldNotAuth": "Could not authenticate with the provided {{parameter}}.",
8
+ "incorrectPassword": "Current password is incorrect. Please try again.",
9
+ "incorrectEmailPassword": "Incorrect email or password. Please try again."
10
+ },
11
+ "authorization": {
12
+ "unauthorized": "You are not authorized to perform this action."
13
+ },
14
+ "resource": {
15
+ "add_one": "{{entity}} has been added successfully.",
16
+ "add_other": "{{entity}} have been added successfully.",
17
+ "save": "{{entity}} has been saved successfully.",
18
+ "save_one": "{{entity}} has been saved successfully.",
19
+ "save_other": "{{entity}} have been saved successfully.",
20
+ "update": "{{entity}} has been updated successfully.",
21
+ "update_one": "{{entity}} has been updated successfully.",
22
+ "update_other": "{{entity}} have been updated successfully.",
23
+ "delete_one": "{{entity}} has been deleted successfully.",
24
+ "delete_other": "{{entity}} have been deleted successfully.",
25
+ "clone": "{{entity}} has been cloned successfully.",
26
+ "notFound": "{{entity}} does not exist.",
27
+ "remove_one": "{{entity}} has been removed successfully.",
28
+ "remove_other": "{{entity}} have been removed successfully.",
29
+ "sent": "{{entity}} sent successfully.",
30
+ "merged": "{{entity}} have been successfully merged.",
31
+ "disconnected": "{{entity}} has been successfully disconnected."
32
+ },
33
+ "otp": {
34
+ "sent": "OTP has been sent successfully.",
35
+ "invalid": "Invalid OTP",
36
+ "verified": "OTP has been verified successfully."
37
+ },
38
+ "upload": {
39
+ "error": "An error occurred while uploading the file"
40
+ },
41
+ "image": {
42
+ "profile": {
43
+ "removalFailed": "Failed to remove profile picture",
44
+ "removalSuccess": "Profile picture successfully removed"
45
+ },
46
+ "contentTypeInvalid": "Other than jpg, png, svg are not supported",
47
+ "sizeOutOfRange": "Should not be more than {{maxSize, number}} MB"
48
+ },
49
+ "userRole": {
50
+ "deactivateActiveAdmin": "You cannot deactivate active admin from the workspace!"
51
+ },
52
+ "activeRecord": {
53
+ "error": {
54
+ "blankName": "Name can't be blank",
55
+ "blankDescription": "Description can't be blank",
56
+ "blankValue": "Value can't be blank",
57
+ "prefixType": "Prefix type {{value}} is not valid",
58
+ "minimumEntryLimit": "Minimum entry limit must be less than or equal to {{maximumEntryLimit, number}}",
59
+ "maximumEntryLimit": "Maximum entry limit must be greater than or equal to {{minimumEntryLimit, number}}"
60
+ }
61
+ },
62
+ "sessions": {
63
+ "expiry": "Your session has expired. Please login again."
64
+ },
65
+ "payment": {
66
+ "error": {
67
+ "incomplete": "Your payment could not be completed"
68
+ }
69
+ },
70
+ "invitations": {
71
+ "deleted_one": "Invitation has been deleted successfully",
72
+ "deleted_other": "{{count, number}} Invitations have been deleted successfully",
73
+ "sent_one": "Invitation has been sent successfully",
74
+ "sent_other": "{{count, number}} Invitations have been sent successfully",
75
+ "notFound": "{{email}} was not invited to test this website."
76
+ },
77
+ "github": {
78
+ "error": {
79
+ "webhookPermissionDenied": "Permission denied. Ensure you have permission to create webhooks for the repository.",
80
+ "primaryNonDeletable": "Primary Github account cannot be deleted."
81
+ }
82
+ },
83
+ "neetoCommons": {
84
+ "fallbackComponent": {
85
+ "somethingWentWrong": "Sorry, something went wrong.",
86
+ "description": "Please try <reloading>reloading</reloading> the page.<br> If the problem persists, <contactus>contact us</contactus>."
87
+ },
88
+ "toastr": {
89
+ "success": {
90
+ "copiedToClipboard": "Copied to clipboard!"
91
+ },
92
+ "error": {
93
+ "noInternetConnection": "No Internet Connection.",
94
+ "networkError": "Network error. Please check your connection and try again."
95
+ }
96
+ },
97
+ "notice": {
98
+ "errorOccurred": "Some error occurred."
99
+ },
100
+ "validators": {
101
+ "isRequired": "{{what}} is required.",
102
+ "mustNotContainCapitalLetters": "{{what}} must not contain capital letters.",
103
+ "mustNotContainSpaces": "{{what}} must not contain spaces.",
104
+ "mustNotContainSpecialCharactersExceptHyphen": "{{what}} must not contain any special characters, except '-'",
105
+ "mustNotStartOrEndWithSpecialCharacters": "{{what}} must not start or end with special characters."
106
+ },
107
+ "copyToClipboard": {
108
+ "failed": "Failed to copy to clipboard"
109
+ }
110
+ }
111
+ }
@@ -0,0 +1,111 @@
1
+ {
2
+ "generic": {
3
+ "error": "Algo salió mal. Por favor, intenta de nuevo más tarde."
4
+ },
5
+ "authentication": {
6
+ "notLoggedIn": "No se pudo autenticar, ¡por favor inicia sesión para continuar!",
7
+ "couldNotAuth": "No se pudo autenticar con el {{parameter}} proporcionado.",
8
+ "incorrectPassword": "La contraseña actual es incorrecta. Por favor, inténtalo de nuevo.",
9
+ "incorrectEmailPassword": "Correo electrónico o contraseña incorrectos. Por favor, inténtalo de nuevo."
10
+ },
11
+ "authorization": {
12
+ "unauthorized": "No estás autorizado para realizar esta acción."
13
+ },
14
+ "resource": {
15
+ "add_one": "{{entity}} se ha agregado correctamente.",
16
+ "add_other": "{{entity}} se han agregado correctamente.",
17
+ "save": "{{entity}} se ha guardado correctamente.",
18
+ "save_one": "{{entity}} se ha guardado correctamente.",
19
+ "save_other": "{{entity}} se han guardado correctamente.",
20
+ "update": "{{entity}} se ha actualizado correctamente.",
21
+ "update_one": "{{entity}} se ha actualizado correctamente.",
22
+ "update_other": "{{entity}} se han actualizado correctamente.",
23
+ "delete_one": "{{entity}} se ha eliminado correctamente.",
24
+ "delete_other": "{{entity}} se han eliminado correctamente.",
25
+ "clone": "{{entity}} se ha clonado correctamente.",
26
+ "notFound": "{{entity}} no existe.",
27
+ "remove_one": "{{entity}} se ha eliminado correctamente.",
28
+ "remove_other": "{{entity}} se han eliminado correctamente.",
29
+ "sent": "{{entity}} se ha enviado correctamente.",
30
+ "merged": "{{entity}} se han fusionado correctamente.",
31
+ "disconnected": "{{entity}} se ha desconectado correctamente."
32
+ },
33
+ "otp": {
34
+ "sent": "OTP se ha enviado correctamente.",
35
+ "invalid": "OTP inválido",
36
+ "verified": "OTP se ha verificado correctamente."
37
+ },
38
+ "upload": {
39
+ "error": "Ocurrió un error al subir el archivo"
40
+ },
41
+ "image": {
42
+ "profile": {
43
+ "removalFailed": "No se pudo eliminar la imagen de perfil",
44
+ "removalSuccess": "Imagen de perfil eliminada correctamente"
45
+ },
46
+ "contentTypeInvalid": "Otros formatos que no sean jpg, png, svg no son compatibles",
47
+ "sizeOutOfRange": "No debe exceder {{maxSize, number}} MB"
48
+ },
49
+ "userRole": {
50
+ "deactivateActiveAdmin": "¡No puedes desactivar a un administrador activo en el espacio de trabajo!"
51
+ },
52
+ "activeRecord": {
53
+ "error": {
54
+ "blankName": "El nombre no puede estar vacío",
55
+ "blankDescription": "La descripción no puede estar vacía",
56
+ "blankValue": "El valor no puede estar vacío",
57
+ "prefixType": "El tipo de prefijo {{value}} no es válido",
58
+ "minimumEntryLimit": "El límite mínimo de entradas debe ser menor o igual a {{maximumEntryLimit, number}}",
59
+ "maximumEntryLimit": "El límite máximo de entradas debe ser mayor o igual a {{minimumEntryLimit, number}}"
60
+ }
61
+ },
62
+ "sessions": {
63
+ "expiry": "Tu sesión ha expirado. Por favor, inicia sesión de nuevo."
64
+ },
65
+ "payment": {
66
+ "error": {
67
+ "incomplete": "Tu pago no se pudo completar"
68
+ }
69
+ },
70
+ "invitations": {
71
+ "deleted_one": "La invitación se ha eliminado correctamente",
72
+ "deleted_other": "{{count, number}} invitaciones se han eliminado correctamente",
73
+ "sent_one": "La invitación se ha enviado correctamente",
74
+ "sent_other": "{{count, number}} invitaciones se han enviado correctamente",
75
+ "notFound": "{{email}} no fue invitado a probar este sitio web."
76
+ },
77
+ "github": {
78
+ "error": {
79
+ "webhookPermissionDenied": "Permiso denegado. Asegúrate de tener permiso para crear webhooks para el repositorio.",
80
+ "primaryNonDeletable": "La cuenta principal de Github no se puede eliminar."
81
+ }
82
+ },
83
+ "neetoCommons": {
84
+ "fallbackComponent": {
85
+ "somethingWentWrong": "Lo sentimos, algo salió mal.",
86
+ "description": "Por favor intenta <reloading>recargar</reloading> la página.<br> Si el problema persiste, <contactus>contáctanos</contactus>."
87
+ },
88
+ "toastr": {
89
+ "success": {
90
+ "copiedToClipboard": "¡Copiado al portapapeles!"
91
+ },
92
+ "error": {
93
+ "networkError": "Error de red. Por favor, verifica tu conexión e intenta de nuevo.",
94
+ "noInternetConnection": "Sin conexión a Internet."
95
+ }
96
+ },
97
+ "notice": {
98
+ "errorOccurred": "Ocurrió un error."
99
+ },
100
+ "validators": {
101
+ "isRequired": "{{what}} es requerido.",
102
+ "mustNotContainCapitalLetters": "{{what}} no debe contener letras mayúsculas.",
103
+ "mustNotContainSpaces": "{{what}} no debe contener espacios.",
104
+ "mustNotContainSpecialCharactersExceptHyphen": "{{what}} no debe contener ningún carácter especial, excepto '-'",
105
+ "mustNotStartOrEndWithSpecialCharacters": "{{what}} no debe comenzar o terminar con caracteres especiales."
106
+ },
107
+ "copyToClipboard": {
108
+ "failed": "No se pudo copiar al portapapeles"
109
+ }
110
+ }
111
+ }
@@ -0,0 +1,111 @@
1
+ {
2
+ "generic": {
3
+ "error": "Algo salió mal. ¡Por favor, inténtalo de nuevo más tarde!"
4
+ },
5
+ "authentication": {
6
+ "notLoggedIn": "No se pudo autenticar, ¡por favor inicia sesión para continuar!",
7
+ "couldNotAuth": "No se pudo autenticar con el {{parameter}} proporcionado.",
8
+ "incorrectPassword": "La contraseña actual es incorrecta. Por favor, inténtalo de nuevo.",
9
+ "incorrectEmailPassword": "Correo electrónico o contraseña incorrectos. Por favor, inténtalo de nuevo."
10
+ },
11
+ "authorization": {
12
+ "unauthorized": "No estás autorizado para realizar esta acción."
13
+ },
14
+ "resource": {
15
+ "add_one": "{{entity}} se ha añadido con éxito.",
16
+ "add_other": "{{entity}} se han añadido con éxito.",
17
+ "save": "{{entity}} se ha guardado con éxito.",
18
+ "save_one": "{{entity}} se ha guardado con éxito.",
19
+ "save_other": "{{entity}} se han guardado con éxito.",
20
+ "update": "{{entity}} se ha actualizado con éxito.",
21
+ "update_one": "{{entity}} se ha actualizado con éxito.",
22
+ "update_other": "{{entity}} se han actualizado con éxito.",
23
+ "delete_one": "{{entity}} se ha eliminado con éxito.",
24
+ "delete_other": "{{entity}} se han eliminado con éxito.",
25
+ "clone": "{{entity}} se ha clonado con éxito.",
26
+ "notFound": "{{entity}} no existe.",
27
+ "remove_one": "{{entity}} se ha eliminado con éxito.",
28
+ "remove_other": "{{entity}} se han eliminado con éxito.",
29
+ "sent": "{{entity}} enviado con éxito.",
30
+ "merged": "{{entity}} se han fusionado con éxito.",
31
+ "disconnected": "{{entity}} se ha desconectado con éxito."
32
+ },
33
+ "otp": {
34
+ "sent": "El OTP se ha enviado con éxito.",
35
+ "invalid": "OTP inválido",
36
+ "verified": "El OTP se ha verificado con éxito."
37
+ },
38
+ "upload": {
39
+ "error": "Ocurrió un error al subir el archivo"
40
+ },
41
+ "image": {
42
+ "profile": {
43
+ "removalFailed": "No se pudo eliminar la foto de perfil",
44
+ "removalSuccess": "Foto de perfil eliminada con éxito"
45
+ },
46
+ "contentTypeInvalid": "No se admiten otros formatos que no sean jpg, png, svg",
47
+ "sizeOutOfRange": "No debe ser más de {{maxSize, number}} MB"
48
+ },
49
+ "userRole": {
50
+ "deactivateActiveAdmin": "¡No puedes desactivar a un administrador activo del espacio de trabajo!"
51
+ },
52
+ "activeRecord": {
53
+ "error": {
54
+ "blankName": "El nombre no puede estar vacío",
55
+ "blankDescription": "La descripción no puede estar vacía",
56
+ "blankValue": "El valor no puede estar vacío",
57
+ "prefixType": "El tipo de prefijo {{value}} no es válido",
58
+ "minimumEntryLimit": "El límite de entrada mínimo debe ser menor o igual a {{maximumEntryLimit, number}}",
59
+ "maximumEntryLimit": "El límite de entrada máximo debe ser mayor o igual a {{minimumEntryLimit, number}}"
60
+ }
61
+ },
62
+ "sessions": {
63
+ "expiry": "Tu sesión ha expirado. Por favor, inicia sesión de nuevo."
64
+ },
65
+ "payment": {
66
+ "error": {
67
+ "incomplete": "Tu pago no se pudo completar"
68
+ }
69
+ },
70
+ "invitations": {
71
+ "deleted_one": "La invitación ha sido eliminada con éxito",
72
+ "deleted_other": "{{count, number}} invitaciones han sido eliminadas con éxito",
73
+ "sent_one": "La invitación ha sido enviada con éxito",
74
+ "sent_other": "{{count, number}} invitaciones han sido enviadas con éxito",
75
+ "notFound": "{{email}} no fue invitado a probar este sitio web."
76
+ },
77
+ "github": {
78
+ "error": {
79
+ "webhookPermissionDenied": "Permiso denegado. Asegúrate de tener permiso para crear webhooks para el repositorio.",
80
+ "primaryNonDeletable": "No se puede eliminar la cuenta de Github principal."
81
+ }
82
+ },
83
+ "neetoCommons": {
84
+ "fallbackComponent": {
85
+ "somethingWentWrong": "Lo siento, algo salió mal.",
86
+ "description": "Por favor intenta <reloading>recargar</reloading> la página.<br> Si el problema persiste, <contactus>contáctanos</contactus>."
87
+ },
88
+ "toastr": {
89
+ "success": {
90
+ "copiedToClipboard": "¡Copiado al portapapeles!"
91
+ },
92
+ "error": {
93
+ "networkError": "Error de red. Por favor, verifica tu conexión e inténtalo de nuevo.",
94
+ "noInternetConnection": "Sin conexión a Internet."
95
+ }
96
+ },
97
+ "notice": {
98
+ "errorOccurred": "Ocurrió un error."
99
+ },
100
+ "validators": {
101
+ "isRequired": "{{what}} es obligatorio.",
102
+ "mustNotContainCapitalLetters": "{{what}} no debe contener letras mayúsculas.",
103
+ "mustNotContainSpaces": "{{what}} no debe contener espacios.",
104
+ "mustNotContainSpecialCharactersExceptHyphen": "{{what}} no debe contener ningún carácter especial, excepto '-'",
105
+ "mustNotStartOrEndWithSpecialCharacters": "{{what}} no debe comenzar ni terminar con caracteres especiales."
106
+ },
107
+ "copyToClipboard": {
108
+ "failed": "No se pudo copiar al portapapeles"
109
+ }
110
+ }
111
+ }
@@ -0,0 +1,111 @@
1
+ {
2
+ "generic": {
3
+ "error": "Midagi läks valesti. Palun proovige hiljem uuesti."
4
+ },
5
+ "authentication": {
6
+ "notLoggedIn": "Autentimine ebaõnnestus, palun logige sisse, et jätkata!",
7
+ "couldNotAuth": "Autentimine antud {{parameter}}-ga ebaõnnestus.",
8
+ "incorrectPassword": "Praegune parool on vale. Palun proovige uuesti.",
9
+ "incorrectEmailPassword": "Vale e-post või parool. Palun proovige uuesti."
10
+ },
11
+ "authorization": {
12
+ "unauthorized": "Te ei ole selle toimingu tegemiseks volitatud."
13
+ },
14
+ "resource": {
15
+ "add_one": "{{entity}} on edukalt lisatud.",
16
+ "add_other": "{{entity}} on edukalt lisatud.",
17
+ "save": "{{entity}} on edukalt salvestatud.",
18
+ "save_one": "{{entity}} on edukalt salvestatud.",
19
+ "save_other": "{{entity}} on edukalt salvestatud.",
20
+ "update": "{{entity}} on edukalt uuendatud.",
21
+ "update_one": "{{entity}} on edukalt uuendatud.",
22
+ "update_other": "{{entity}} on edukalt uuendatud.",
23
+ "delete_one": "{{entity}} on edukalt kustutatud.",
24
+ "delete_other": "{{entity}} on edukalt kustutatud.",
25
+ "clone": "{{entity}} on edukalt kloonitud.",
26
+ "notFound": "{{entity}} ei eksisteeri.",
27
+ "remove_one": "{{entity}} on edukalt eemaldatud.",
28
+ "remove_other": "{{entity}} on edukalt eemaldatud.",
29
+ "sent": "{{entity}} on edukalt saadetud.",
30
+ "merged": "{{entity}} on edukalt ühendatud.",
31
+ "disconnected": "{{entity}} on edukalt lahutatud."
32
+ },
33
+ "otp": {
34
+ "sent": "OTP on edukalt saadetud.",
35
+ "invalid": "Vale OTP",
36
+ "verified": "OTP on edukalt kinnitatud."
37
+ },
38
+ "upload": {
39
+ "error": "Faili üleslaadimisel tekkis viga."
40
+ },
41
+ "image": {
42
+ "profile": {
43
+ "removalFailed": "Profiilipildi eemaldamine ebaõnnestus.",
44
+ "removalSuccess": "Profiilipilt on edukalt eemaldatud."
45
+ },
46
+ "contentTypeInvalid": "Ainult jpg, png, svg formaate toetatakse.",
47
+ "sizeOutOfRange": "Ei tohi ületada {{maxSize, number}} MB."
48
+ },
49
+ "userRole": {
50
+ "deactivateActiveAdmin": "Te ei saa aktiivset adminni töökohas deaktiveerida!"
51
+ },
52
+ "activeRecord": {
53
+ "error": {
54
+ "blankName": "Nimi ei tohi olla tühi.",
55
+ "blankDescription": "Kirjeldus ei tohi olla tühi.",
56
+ "blankValue": "Väärtus ei tohi olla tühi.",
57
+ "prefixType": "Eelneva tüüp {{value}} ei ole kehtiv.",
58
+ "minimumEntryLimit": "Minimaalne sisestuste arv peab olema väiksem või võrdne {{maximumEntryLimit, number}}-ga.",
59
+ "maximumEntryLimit": "Maksimaalne sisestuste arv peab olema suurem või võrdne {{minimumEntryLimit, number}}-ga."
60
+ }
61
+ },
62
+ "sessions": {
63
+ "expiry": "Teie sessioon on aegunud. Palun logige uuesti sisse."
64
+ },
65
+ "payment": {
66
+ "error": {
67
+ "incomplete": "Teie makse ei saanud lõpule viidud."
68
+ }
69
+ },
70
+ "invitations": {
71
+ "deleted_one": "Kutse on edukalt kustutatud.",
72
+ "deleted_other": "{{count, number}} kutset on edukalt kustutatud.",
73
+ "sent_one": "Kutse on edukalt saadetud.",
74
+ "sent_other": "{{count, number}} kutset on edukalt saadetud.",
75
+ "notFound": "{{email}} ei olnud kutsetega selle veebilehe testimiseks."
76
+ },
77
+ "github": {
78
+ "error": {
79
+ "webhookPermissionDenied": "Luba keelatud. Veenduge, et teil on lubatud luua veebikahnereid selle hoidla jaoks.",
80
+ "primaryNonDeletable": "Peamine Github konto ei saa kustutada."
81
+ }
82
+ },
83
+ "neetoCommons": {
84
+ "fallbackComponent": {
85
+ "somethingWentWrong": "Kahjuks, midagi läks valesti.",
86
+ "description": "Palun proovige <reloading>reloadima</reloading> lehte.<br> Kui probleem püsib, <contactus>ottage meiega ühendust</contactus>."
87
+ },
88
+ "toastr": {
89
+ "success": {
90
+ "copiedToClipboard": "Kopeeritud lõikelauale!"
91
+ },
92
+ "error": {
93
+ "networkError": "Võrguviga. Palun kontrollige oma ühendust ja proovige uuesti.",
94
+ "noInternetConnection": "Internetiühendust pole."
95
+ }
96
+ },
97
+ "notice": {
98
+ "errorOccurred": "Mõni viga tekkis."
99
+ },
100
+ "validators": {
101
+ "isRequired": "{{what}} on nõutav.",
102
+ "mustNotContainCapitalLetters": "{{what}} ei tohi sisaldada suuri tähti.",
103
+ "mustNotContainSpaces": "{{what}} ei tohi sisaldada tühikuid.",
104
+ "mustNotContainSpecialCharactersExceptHyphen": "{{what}} ei tohi sisaldada erimärke, välja arvatud '-'",
105
+ "mustNotStartOrEndWithSpecialCharacters": "{{what}} ei tohi alustada ega lõppeda erimärkidega."
106
+ },
107
+ "copyToClipboard": {
108
+ "failed": "Lõikelauale kopeerimine ebaõnnestus."
109
+ }
110
+ }
111
+ }
@@ -0,0 +1,111 @@
1
+ {
2
+ "generic": {
3
+ "error": "Jotain meni pieleen. Yritä myöhemmin uudelleen."
4
+ },
5
+ "authentication": {
6
+ "notLoggedIn": "Todentaminen epäonnistui, kirjaudu sisään jatkaaksesi!",
7
+ "couldNotAuth": "Todentaminen ei onnistunut annetulla {{parameter}}.",
8
+ "incorrectPassword": "Nykyinen salasana on väärin. Yritä uudelleen.",
9
+ "incorrectEmailPassword": "Väärä sähköposti tai salasana. Yritä uudelleen."
10
+ },
11
+ "authorization": {
12
+ "unauthorized": "Sinulla ei ole oikeuksia suorittaa tätä toimintoa."
13
+ },
14
+ "resource": {
15
+ "add_one": "{{entity}} on lisätty onnistuneesti.",
16
+ "add_other": "{{entity}} on lisätty onnistuneesti.",
17
+ "save": "{{entity}} on tallennettu onnistuneesti.",
18
+ "save_one": "{{entity}} on tallennettu onnistuneesti.",
19
+ "save_other": "{{entity}} on tallennettu onnistuneesti.",
20
+ "update": "{{entity}} on päivitetty onnistuneesti.",
21
+ "update_one": "{{entity}} on päivitetty onnistuneesti.",
22
+ "update_other": "{{entity}} on päivitetty onnistuneesti.",
23
+ "delete_one": "{{entity}} on poistettu onnistuneesti.",
24
+ "delete_other": "{{entity}} on poistettu onnistuneesti.",
25
+ "clone": "{{entity}} on kloonattu onnistuneesti.",
26
+ "notFound": "{{entity}} ei ole olemassa.",
27
+ "remove_one": "{{entity}} on poistettu onnistuneesti.",
28
+ "remove_other": "{{entity}} on poistettu onnistuneesti.",
29
+ "sent": "{{entity}} on lähetetty onnistuneesti.",
30
+ "merged": "{{entity}} on yhdistetty onnistuneesti.",
31
+ "disconnected": "{{entity}} on ohitettu onnistuneesti."
32
+ },
33
+ "otp": {
34
+ "sent": "OTP on lähetetty onnistuneesti.",
35
+ "invalid": "Virheellinen OTP",
36
+ "verified": "OTP on vahvistettu onnistuneesti."
37
+ },
38
+ "upload": {
39
+ "error": "Tiedoston lataamisen aikana tapahtui virhe"
40
+ },
41
+ "image": {
42
+ "profile": {
43
+ "removalFailed": "Profiilikuvaa ei voitu poistaa",
44
+ "removalSuccess": "Profiilikuva on poistettu onnistuneesti"
45
+ },
46
+ "contentTypeInvalid": "Muita kuin jpg, png, svg ei tueta",
47
+ "sizeOutOfRange": "Koko ei saa ylittää {{maxSize, number}} MB"
48
+ },
49
+ "userRole": {
50
+ "deactivateActiveAdmin": "Et voi deaktivoida aktiivista ylläpitäjää työtilasta!"
51
+ },
52
+ "activeRecord": {
53
+ "error": {
54
+ "blankName": "Nimi ei voi olla tyhjää",
55
+ "blankDescription": "Kuvaus ei voi olla tyhjää",
56
+ "blankValue": "Arvo ei voi olla tyhjää",
57
+ "prefixType": "Etuliite tyyppi {{value}} ei ole voimassa",
58
+ "minimumEntryLimit": "Minimin syöttörajan on oltava enintään {{maximumEntryLimit, number}}",
59
+ "maximumEntryLimit": "Maksimisyöttörajan on oltava vähintään {{minimumEntryLimit, number}}"
60
+ }
61
+ },
62
+ "sessions": {
63
+ "expiry": "Istuntosi on vanhentunut. Kirjaudu sisään uudelleen."
64
+ },
65
+ "payment": {
66
+ "error": {
67
+ "incomplete": "Maksua ei voitu suorittaa"
68
+ }
69
+ },
70
+ "invitations": {
71
+ "deleted_one": "Kutsu on poistettu onnistuneesti",
72
+ "deleted_other": "{{count, number}} kutsua on poistettu onnistuneesti",
73
+ "sent_one": "Kutsu on lähetetty onnistuneesti",
74
+ "sent_other": "{{count, number}} kutsua on lähetetty onnistuneesti",
75
+ "notFound": "{{email}} ei ollut kutsuttu testaamaan tätä verkkosivustoa."
76
+ },
77
+ "github": {
78
+ "error": {
79
+ "webhookPermissionDenied": "Käyttöoikeus evätty. Varmista, että sinulla on oikeus luoda webhookeja varastolle.",
80
+ "primaryNonDeletable": "Ensisijaista Github-tiliä ei voida poistaa."
81
+ }
82
+ },
83
+ "neetoCommons": {
84
+ "fallbackComponent": {
85
+ "somethingWentWrong": "Anteeksi, jokin meni pieleen.",
86
+ "description": "Yritä <reloading>uudelleenlatausta</reloading> sivua.<br> Jos ongelma jatkuu, <contactus>yhteydenotosta</contactus>."
87
+ },
88
+ "toastr": {
89
+ "success": {
90
+ "copiedToClipboard": "Kopioitu leikepöydälle!"
91
+ },
92
+ "error": {
93
+ "networkError": "Verkkovirhe. Tarkista yhteytesi ja yritä uudelleen.",
94
+ "noInternetConnection": "Ei internet-yhteyttä."
95
+ }
96
+ },
97
+ "notice": {
98
+ "errorOccurred": "Jokin virhe tapahtui."
99
+ },
100
+ "validators": {
101
+ "isRequired": "{{what}} on pakollinen.",
102
+ "mustNotContainCapitalLetters": "{{what}} ei saa sisältää isoja kirjaimia.",
103
+ "mustNotContainSpaces": "{{what}} ei saa sisältää väliä.",
104
+ "mustNotContainSpecialCharactersExceptHyphen": "{{what}} ei saa sisältää erikoismerkkejä, lukuun ottamatta '-'",
105
+ "mustNotStartOrEndWithSpecialCharacters": "{{what}} ei saa alkaa tai päättyä erikoismerkkeihin."
106
+ },
107
+ "copyToClipboard": {
108
+ "failed": "Leikepöydälle kopioiminen epäonnistui"
109
+ }
110
+ }
111
+ }
@@ -0,0 +1,111 @@
1
+ {
2
+ "generic": {
3
+ "error": "May isang bagay na hindi tama. Mangyaring subukang muli mamaya."
4
+ },
5
+ "authentication": {
6
+ "notLoggedIn": "Hindi ma-authenticate, mangyaring mag-login upang magpatuloy!",
7
+ "couldNotAuth": "Hindi ma-authenticate gamit ang ibinigay na {{parameter}}.",
8
+ "incorrectPassword": "Mali ang kasalukuyang password. Mangyaring subukang muli.",
9
+ "incorrectEmailPassword": "Mali ang email o password. Mangyaring subukang muli."
10
+ },
11
+ "authorization": {
12
+ "unauthorized": "Hindi ka pinahintulutang gawin ang aksyong ito."
13
+ },
14
+ "resource": {
15
+ "add_one": "{{entity}} ay matagumpay na naidagdag.",
16
+ "add_other": "{{entity}} ay matagumpay na naidagdag.",
17
+ "save": "{{entity}} ay matagumpay na nase-save.",
18
+ "save_one": "{{entity}} ay matagumpay na nase-save.",
19
+ "save_other": "{{entity}} ay matagumpay na nase-save.",
20
+ "update": "{{entity}} ay matagumpay na na-update.",
21
+ "update_one": "{{entity}} ay matagumpay na na-update.",
22
+ "update_other": "{{entity}} ay matagumpay na na-update.",
23
+ "delete_one": "{{entity}} ay matagumpay na nadelete.",
24
+ "delete_other": "{{entity}} ay matagumpay na nadelete.",
25
+ "clone": "{{entity}} ay matagumpay na na-clone.",
26
+ "notFound": "{{entity}} ay hindi umiiral.",
27
+ "remove_one": "{{entity}} ay matagumpay na naalis.",
28
+ "remove_other": "{{entity}} ay matagumpay na naalis.",
29
+ "sent": "{{entity}} ay matagumpay na naipadala.",
30
+ "merged": "{{entity}} ay matagumpay na nagsama.",
31
+ "disconnected": "{{entity}} ay matagumpay na na-disconnect."
32
+ },
33
+ "otp": {
34
+ "sent": "Ang OTP ay matagumpay na naipadala.",
35
+ "invalid": "Maling OTP",
36
+ "verified": "Ang OTP ay matagumpay na na-verify."
37
+ },
38
+ "upload": {
39
+ "error": "Nagkaroon ng error habang nag-upload ng file"
40
+ },
41
+ "image": {
42
+ "profile": {
43
+ "removalFailed": "Nabigong alisin ang larawan ng profile",
44
+ "removalSuccess": "Matagumpay na naalis ang larawan ng profile"
45
+ },
46
+ "contentTypeInvalid": "Ang iba pang uri maliban sa jpg, png, svg ay hindi suportado",
47
+ "sizeOutOfRange": "Hindi dapat lumagpas ng {{maxSize, number}} MB"
48
+ },
49
+ "userRole": {
50
+ "deactivateActiveAdmin": "Hindi mo ma-deactivate ang aktibong admin mula sa workspace!"
51
+ },
52
+ "activeRecord": {
53
+ "error": {
54
+ "blankName": "Hindi pwedeng walang pangalan",
55
+ "blankDescription": "Hindi pwedeng walang deskripsyon",
56
+ "blankValue": "Hindi pwedeng walang halaga",
57
+ "prefixType": "Ang prefix type {{value}} ay hindi wastong",
58
+ "minimumEntryLimit": "Ang minimum na limitasyon ng entry ay dapat mababa o katumbas ng {{maximumEntryLimit, number}}",
59
+ "maximumEntryLimit": "Ang maximum na limitasyon ng entry ay dapat higit sa o katumbas ng {{minimumEntryLimit, number}}"
60
+ }
61
+ },
62
+ "sessions": {
63
+ "expiry": "Nawalan ng bisa ang iyong session. Mangyaring mag-login muli."
64
+ },
65
+ "payment": {
66
+ "error": {
67
+ "incomplete": "Hindi natapos ang iyong pagbabayad"
68
+ }
69
+ },
70
+ "invitations": {
71
+ "deleted_one": "Matagumpay na na-delete ang imbitasyon",
72
+ "deleted_other": "{{count, number}} imbitasyon ay matagumpay na na-delete",
73
+ "sent_one": "Matagumpay na naipadala ang imbitasyon",
74
+ "sent_other": "{{count, number}} imbitasyon ay matagumpay na naipadala",
75
+ "notFound": "{{email}} ay hindi naimbitahan upang subukan ang website na ito."
76
+ },
77
+ "github": {
78
+ "error": {
79
+ "webhookPermissionDenied": "Tinanggihan ang pahintulot. Tiyaking mayroon kang pahintulot na lumikha ng webhooks para sa repository.",
80
+ "primaryNonDeletable": "Ang pangunahing Github account ay hindi maalis."
81
+ }
82
+ },
83
+ "neetoCommons": {
84
+ "fallbackComponent": {
85
+ "somethingWentWrong": "Paumanhin, may isang bagay na hindi tama.",
86
+ "description": "Mangyaring subukan ang <reloading>reloading</reloading> ng pahina.<br> Kung ang problema ay patuloy, <contactus> makipag-ugnayan sa amin </contactus>."
87
+ },
88
+ "toastr": {
89
+ "success": {
90
+ "copiedToClipboard": "Nakapag-copy sa clipboard!"
91
+ },
92
+ "error": {
93
+ "networkError": "Error sa network. Pakisuri ang iyong koneksyon at subukang muli.",
94
+ "noInternetConnection": "Walang Koneksyon sa Internet."
95
+ }
96
+ },
97
+ "notice": {
98
+ "errorOccurred": "May ilang error na naganap."
99
+ },
100
+ "validators": {
101
+ "isRequired": "{{what}} ay kinakailangan.",
102
+ "mustNotContainCapitalLetters": "{{what}} ay hindi dapat naglalaman ng malalaking titik.",
103
+ "mustNotContainSpaces": "{{what}} ay hindi dapat naglalaman ng mga espasyo.",
104
+ "mustNotContainSpecialCharactersExceptHyphen": "{{what}} ay hindi dapat naglalaman ng anumang espesyal na character, maliban sa '-'",
105
+ "mustNotStartOrEndWithSpecialCharacters": "{{what}} ay hindi dapat magsimula o magtapos sa mga espesyal na character."
106
+ },
107
+ "copyToClipboard": {
108
+ "failed": "Nabigong kopyahin sa clipboard"
109
+ }
110
+ }
111
+ }