@bigbinary/neeto-commons-frontend 4.13.93 → 4.13.94-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 (78) 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/esbuild/plugins/reactGiphy.js +1 -0
  6. package/configs/scripts/buildTranslationImports.js +21 -0
  7. package/configs/scripts/getEnglishTranslation.js +11 -0
  8. package/configs/utils/packageTranslations.js +90 -0
  9. package/configs/vite/index.js +5 -0
  10. package/configs/vite/plugins/packageTranslations.js +14 -0
  11. package/configs/vite/plugins/preval.js +17 -11
  12. package/dist/cjs/initializers/i18n.js +120 -183
  13. package/dist/cjs/initializers/i18n.js.map +1 -1
  14. package/dist/cjs/initializers/index.js +43 -19
  15. package/dist/cjs/initializers/index.js.map +1 -1
  16. package/dist/cjs/react-utils/index.js +3 -0
  17. package/dist/cjs/react-utils/index.js.map +1 -1
  18. package/dist/cjs/react-utils/mount/mount.js +68 -69
  19. package/dist/cjs/react-utils/mount/mount.js.map +1 -1
  20. package/dist/cjs/react-utils/usePrefersReducedMotion/constants.js +6 -0
  21. package/dist/cjs/react-utils/usePrefersReducedMotion/constants.js.map +1 -0
  22. package/dist/cjs/react-utils/usePrefersReducedMotion/index.js +12 -0
  23. package/dist/cjs/react-utils/usePrefersReducedMotion/index.js.map +1 -0
  24. package/dist/cjs/react-utils/usePrefersReducedMotion/usePrefersReducedMotion.js +46 -0
  25. package/dist/cjs/react-utils/usePrefersReducedMotion/usePrefersReducedMotion.js.map +1 -0
  26. package/dist/initializers/i18n.js +120 -183
  27. package/dist/initializers/i18n.js.map +1 -1
  28. package/dist/initializers/index.js +43 -19
  29. package/dist/initializers/index.js.map +1 -1
  30. package/dist/react-utils/index.js +2 -0
  31. package/dist/react-utils/index.js.map +1 -1
  32. package/dist/react-utils/mount/mount.js +68 -69
  33. package/dist/react-utils/mount/mount.js.map +1 -1
  34. package/dist/react-utils/usePrefersReducedMotion/constants.js +4 -0
  35. package/dist/react-utils/usePrefersReducedMotion/constants.js.map +1 -0
  36. package/dist/react-utils/usePrefersReducedMotion/index.js +6 -0
  37. package/dist/react-utils/usePrefersReducedMotion/index.js.map +1 -0
  38. package/dist/react-utils/usePrefersReducedMotion/usePrefersReducedMotion.js +44 -0
  39. package/dist/react-utils/usePrefersReducedMotion/usePrefersReducedMotion.js.map +1 -0
  40. package/initializers.d.ts +1 -1
  41. package/package.json +4 -2
  42. package/react-utils.d.ts +68 -3
  43. package/src/translations/ar.json +111 -0
  44. package/src/translations/bg.json +111 -0
  45. package/src/translations/ca.json +111 -0
  46. package/src/translations/cs.json +111 -0
  47. package/src/translations/da.json +111 -0
  48. package/src/translations/de.json +111 -0
  49. package/src/translations/en.json +111 -0
  50. package/src/translations/es-MX.json +111 -0
  51. package/src/translations/es.json +111 -0
  52. package/src/translations/et.json +111 -0
  53. package/src/translations/fi.json +111 -0
  54. package/src/translations/fil.json +111 -0
  55. package/src/translations/fr.json +111 -0
  56. package/src/translations/he.json +111 -0
  57. package/src/translations/hi.json +111 -0
  58. package/src/translations/hr.json +111 -0
  59. package/src/translations/id.json +111 -0
  60. package/src/translations/it.json +111 -0
  61. package/src/translations/ja.json +111 -0
  62. package/src/translations/ko.json +111 -0
  63. package/src/translations/nl.json +111 -0
  64. package/src/translations/pl.json +111 -0
  65. package/src/translations/pt-BR.json +111 -0
  66. package/src/translations/pt.json +111 -0
  67. package/src/translations/ro.json +111 -0
  68. package/src/translations/ru.json +111 -0
  69. package/src/translations/sk.json +111 -0
  70. package/src/translations/sl.json +111 -0
  71. package/src/translations/sv.json +111 -0
  72. package/src/translations/th.json +111 -0
  73. package/src/translations/tr.json +111 -0
  74. package/src/translations/uk.json +111 -0
  75. package/src/translations/vi.json +111 -0
  76. package/src/translations/zh-CN.json +111 -0
  77. package/src/translations/zh-TW.json +111 -0
  78. package/configs/scripts/getPkgTranslations.js +0 -45
@@ -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
+ }
@@ -0,0 +1,111 @@
1
+ {
2
+ "generic": {
3
+ "error": "Quelque chose a mal tourné. Veuillez réessayer plus tard."
4
+ },
5
+ "authentication": {
6
+ "notLoggedIn": "Impossible de s'authentifier, veuillez vous connecter pour continuer !",
7
+ "couldNotAuth": "Impossible de s'authentifier avec le {{parameter}} fourni.",
8
+ "incorrectPassword": "Le mot de passe actuel est incorrect. Veuillez réessayer.",
9
+ "incorrectEmailPassword": "Email ou mot de passe incorrect. Veuillez réessayer."
10
+ },
11
+ "authorization": {
12
+ "unauthorized": "Vous n'êtes pas autorisé à effectuer cette action."
13
+ },
14
+ "resource": {
15
+ "add_one": "{{entity}} a été ajouté avec succès.",
16
+ "add_other": "{{entity}} ont été ajoutés avec succès.",
17
+ "save": "{{entity}} a été enregistré avec succès.",
18
+ "save_one": "{{entity}} a été enregistré avec succès.",
19
+ "save_other": "{{entity}} ont été enregistrés avec succès.",
20
+ "update": "{{entity}} a été mis à jour avec succès.",
21
+ "update_one": "{{entity}} a été mis à jour avec succès.",
22
+ "update_other": "{{entity}} ont été mis à jour avec succès.",
23
+ "delete_one": "{{entity}} a été supprimé avec succès.",
24
+ "delete_other": "{{entity}} ont été supprimés avec succès.",
25
+ "clone": "{{entity}} a été cloné avec succès.",
26
+ "notFound": "{{entity}} n'existe pas.",
27
+ "remove_one": "{{entity}} a été enlevé avec succès.",
28
+ "remove_other": "{{entity}} ont été enlevés avec succès.",
29
+ "sent": "{{entity}} envoyé avec succès.",
30
+ "merged": "{{entity}} ont été fusionnés avec succès.",
31
+ "disconnected": "{{entity}} a été déconnecté avec succès."
32
+ },
33
+ "otp": {
34
+ "sent": "Le OTP a été envoyé avec succès.",
35
+ "invalid": "OTP invalide",
36
+ "verified": "OTP a été vérifié avec succès."
37
+ },
38
+ "upload": {
39
+ "error": "Une erreur est survenue lors du téléchargement du fichier"
40
+ },
41
+ "image": {
42
+ "profile": {
43
+ "removalFailed": "Échec de la suppression de la photo de profil",
44
+ "removalSuccess": "Photo de profil supprimée avec succès"
45
+ },
46
+ "contentTypeInvalid": "Autre que jpg, png, svg ne sont pas pris en charge",
47
+ "sizeOutOfRange": "Ne doit pas dépasser {{maxSize, number}} Mo"
48
+ },
49
+ "userRole": {
50
+ "deactivateActiveAdmin": "Vous ne pouvez pas désactiver l'administrateur actif de l'espace de travail !"
51
+ },
52
+ "activeRecord": {
53
+ "error": {
54
+ "blankName": "Le nom ne peut pas être vide",
55
+ "blankDescription": "La description ne peut pas être vide",
56
+ "blankValue": "La valeur ne peut pas être vide",
57
+ "prefixType": "Le type de préfixe {{value}} n'est pas valide",
58
+ "minimumEntryLimit": "La limite d'entrée minimale doit être inférieure ou égale à {{maximumEntryLimit, number}}",
59
+ "maximumEntryLimit": "La limite d'entrée maximale doit être supérieure ou égale à {{minimumEntryLimit, number}}"
60
+ }
61
+ },
62
+ "sessions": {
63
+ "expiry": "Votre session a expiré. Veuillez vous reconnecter."
64
+ },
65
+ "payment": {
66
+ "error": {
67
+ "incomplete": "Votre paiement n'a pas pu être complété"
68
+ }
69
+ },
70
+ "invitations": {
71
+ "deleted_one": "L'invitation a été supprimée avec succès",
72
+ "deleted_other": "{{count, number}} invitations ont été supprimées avec succès",
73
+ "sent_one": "L'invitation a été envoyée avec succès",
74
+ "sent_other": "{{count, number}} invitations ont été envoyées avec succès",
75
+ "notFound": "{{email}} n'a pas été invité à tester ce site web."
76
+ },
77
+ "github": {
78
+ "error": {
79
+ "webhookPermissionDenied": "Autorisation refusée. Assurez-vous d'avoir la permission de créer des webhooks pour le dépôt.",
80
+ "primaryNonDeletable": "Le compte Github principal ne peut pas être supprimé."
81
+ }
82
+ },
83
+ "neetoCommons": {
84
+ "fallbackComponent": {
85
+ "somethingWentWrong": "Désolé, quelque chose a mal tourné.",
86
+ "description": "Veuillez essayer de <recharger>reloading</reloading> la page.<br> Si le problème persiste, <contactus>contactez-nous</contactus>."
87
+ },
88
+ "toastr": {
89
+ "success": {
90
+ "copiedToClipboard": "Copié dans le presse-papiers !"
91
+ },
92
+ "error": {
93
+ "networkError": "Erreur réseau. Veuillez vérifier votre connexion et réessayer.",
94
+ "noInternetConnection": "Pas de connexion Internet."
95
+ }
96
+ },
97
+ "notice": {
98
+ "errorOccurred": "Une erreur est survenue."
99
+ },
100
+ "validators": {
101
+ "isRequired": "{{what}} est requis.",
102
+ "mustNotContainCapitalLetters": "{{what}} ne doit pas contenir de lettres majuscules.",
103
+ "mustNotContainSpaces": "{{what}} ne doit pas contenir d'espaces.",
104
+ "mustNotContainSpecialCharactersExceptHyphen": "{{what}} ne doit pas contenir de caractères spéciaux, sauf '-'",
105
+ "mustNotStartOrEndWithSpecialCharacters": "{{what}} ne doit pas commencer ou se terminer par des caractères spéciaux."
106
+ },
107
+ "copyToClipboard": {
108
+ "failed": "Échec de la copie dans le presse-papiers"
109
+ }
110
+ }
111
+ }
@@ -0,0 +1,111 @@
1
+ {
2
+ "generic": {
3
+ "error": "משהו השתבש. אנא נסו שוב מאוחר יותר."
4
+ },
5
+ "authentication": {
6
+ "notLoggedIn": "לא ניתן לאמת, אנא התחבר להמשך!",
7
+ "couldNotAuth": "לא ניתן לאמת עם {{parameter}} שסיפקת.",
8
+ "incorrectPassword": "הסיסמה הנוכחית שגויה. אנא נסה שוב.",
9
+ "incorrectEmailPassword": "כתובת דואר אלקטרוני או סיסמה שגויים. אנא נסה שוב."
10
+ },
11
+ "authorization": {
12
+ "unauthorized": "אינך מורשה לבצע פעולה זו."
13
+ },
14
+ "resource": {
15
+ "add_one": "{{entity}} נוספה בהצלחה.",
16
+ "add_other": "{{entity}} נוספו בהצלחה.",
17
+ "save": "{{entity}} נשמרה בהצלחה.",
18
+ "save_one": "{{entity}} נשמרה בהצלחה.",
19
+ "save_other": "{{entity}} נשמרו בהצלחה.",
20
+ "update": "{{entity}} עודכנה בהצלחה.",
21
+ "update_one": "{{entity}} עודכנה בהצלחה.",
22
+ "update_other": "{{entity}} עודכנו בהצלחה.",
23
+ "delete_one": "{{entity}} נמחקה בהצלחה.",
24
+ "delete_other": "{{entity}} נמחקו בהצלחה.",
25
+ "clone": "{{entity}} שוכפלה בהצלחה.",
26
+ "notFound": "{{entity}} לא קיים.",
27
+ "remove_one": "{{entity}} הוסרה בהצלחה.",
28
+ "remove_other": "{{entity}} הוסרו בהצלחה.",
29
+ "sent": "{{entity}} נשלחה בהצלחה.",
30
+ "merged": "{{entity}} אוחדו בהצלחה.",
31
+ "disconnected": "{{entity}} נותקה בהצלחה."
32
+ },
33
+ "otp": {
34
+ "sent": "ה-OTP נשלח בהצלחה.",
35
+ "invalid": "OTP לא חוקי",
36
+ "verified": "ה-OTP אומתה בהצלחה."
37
+ },
38
+ "upload": {
39
+ "error": "אירעה שגיאה בזמן טעינת הקובץ"
40
+ },
41
+ "image": {
42
+ "profile": {
43
+ "removalFailed": "כישלון בהסרת תמונת פרופיל",
44
+ "removalSuccess": "תמונת הפרופיל הוסרה בהצלחה"
45
+ },
46
+ "contentTypeInvalid": "פורמטים אחרים פרט ל-jpg, png, svg אינם נתמכים",
47
+ "sizeOutOfRange": "לא צריך להיות גדול מ-{{maxSize, number}} מגה בייט"
48
+ },
49
+ "userRole": {
50
+ "deactivateActiveAdmin": "אינך יכול להשבית מנהל פעיל מהמרחב!"
51
+ },
52
+ "activeRecord": {
53
+ "error": {
54
+ "blankName": "השם לא יכול להיות ריק",
55
+ "blankDescription": "התיאור לא יכול להיות ריק",
56
+ "blankValue": "הערך לא יכול להיות ריק",
57
+ "prefixType": "סוג הקידומת {{value}} אינו חוקי",
58
+ "minimumEntryLimit": "מגבלת הכניסות המינימלית חייבת להיות פחותה או שווה ל-{{maximumEntryLimit, number}}",
59
+ "maximumEntryLimit": "מגבלת הכניסות המקסימלית חייבת להיות גדולה או שווה ל-{{minimumEntryLimit, number}}"
60
+ }
61
+ },
62
+ "sessions": {
63
+ "expiry": "הסשן שלך פג. אנא התחבר שוב."
64
+ },
65
+ "payment": {
66
+ "error": {
67
+ "incomplete": "התשלום שלך לא יכול היה להתבצע"
68
+ }
69
+ },
70
+ "invitations": {
71
+ "deleted_one": "ההזמנה נמחקה בהצלחה",
72
+ "deleted_other": "{{count, number}} הזמנות נמחקו בהצלחה",
73
+ "sent_one": "ההזמנה נשלחה בהצלחה",
74
+ "sent_other": "{{count, number}} הזמנות נשלחו בהצלחה",
75
+ "notFound": "{{email}} לא הוזמן לבדוק את האתר הזה."
76
+ },
77
+ "github": {
78
+ "error": {
79
+ "webhookPermissionDenied": "גישה נדחתה. ודא שיש לך רשות ליצור webhooks עבור המאגר.",
80
+ "primaryNonDeletable": "חשבון גיטהאב הראשי לא ניתן למחיקה."
81
+ }
82
+ },
83
+ "neetoCommons": {
84
+ "fallbackComponent": {
85
+ "somethingWentWrong": "סליחה, משהו השתבש.",
86
+ "description": "אנא נסה <reloading>לטען מחדש</reloading> את הדף.<br> אם הבעיה נמשכת, <contactus> צור איתנו קשר</contactus>."
87
+ },
88
+ "toastr": {
89
+ "success": {
90
+ "copiedToClipboard": "הועתק ללוח!"
91
+ },
92
+ "error": {
93
+ "noInternetConnection": "אין חיבור לאינטרנט.",
94
+ "networkError": "שגיאת רשת. אנא בדוק את החיבור שלך ונסו שוב."
95
+ }
96
+ },
97
+ "notice": {
98
+ "errorOccurred": "התרחשה שגיאה כלשהי."
99
+ },
100
+ "validators": {
101
+ "isRequired": "{{what}} נדרש.",
102
+ "mustNotContainCapitalLetters": "{{what}} לא יכול להכיל אותיות גדולות.",
103
+ "mustNotContainSpaces": "{{what}} לא יכול להכיל רווחים.",
104
+ "mustNotContainSpecialCharactersExceptHyphen": "{{what}} לא יכול להכיל תווים מיוחדים, פרט ל'-'",
105
+ "mustNotStartOrEndWithSpecialCharacters": "{{what}} לא יכול להתחיל או להסתיים עם תווים מיוחדים."
106
+ },
107
+ "copyToClipboard": {
108
+ "failed": "כישלון בהעתקה ללוח"
109
+ }
110
+ }
111
+ }