@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": "Qualcosa è andato storto. Per favore riprova più tardi."
4
+ },
5
+ "authentication": {
6
+ "notLoggedIn": "Impossibile autenticarsi, accedi per continuare!",
7
+ "couldNotAuth": "Impossibile autenticarsi con il {{parameter}} fornito.",
8
+ "incorrectPassword": "La password attuale non è corretta. Per favore riprova.",
9
+ "incorrectEmailPassword": "Email o password errate. Per favore riprova."
10
+ },
11
+ "authorization": {
12
+ "unauthorized": "Non sei autorizzato a eseguire questa azione."
13
+ },
14
+ "resource": {
15
+ "add_one": "{{entity}} è stato aggiunto con successo.",
16
+ "add_other": "{{entity}} sono stati aggiunti con successo.",
17
+ "save": "{{entity}} è stato salvato con successo.",
18
+ "save_one": "{{entity}} è stato salvato con successo.",
19
+ "save_other": "{{entity}} sono stati salvati con successo.",
20
+ "update": "{{entity}} è stato aggiornato con successo.",
21
+ "update_one": "{{entity}} è stato aggiornato con successo.",
22
+ "update_other": "{{entity}} sono stati aggiornati con successo.",
23
+ "delete_one": "{{entity}} è stato eliminato con successo.",
24
+ "delete_other": "{{entity}} sono stati eliminati con successo.",
25
+ "clone": "{{entity}} è stato clonato con successo.",
26
+ "notFound": "{{entity}} non esiste.",
27
+ "remove_one": "{{entity}} è stato rimosso con successo.",
28
+ "remove_other": "{{entity}} sono stati rimossi con successo.",
29
+ "sent": "{{entity}} inviato con successo.",
30
+ "merged": "{{entity}} sono stati fusi con successo.",
31
+ "disconnected": "{{entity}} è stato disconnesso con successo."
32
+ },
33
+ "otp": {
34
+ "sent": "OTP è stato inviato con successo.",
35
+ "invalid": "OTP non valido",
36
+ "verified": "OTP è stato verificato con successo."
37
+ },
38
+ "upload": {
39
+ "error": "Si è verificato un errore durante il caricamento del file"
40
+ },
41
+ "image": {
42
+ "profile": {
43
+ "removalFailed": "Impossibile rimuovere l'immagine del profilo",
44
+ "removalSuccess": "Immagine del profilo rimossa con successo"
45
+ },
46
+ "contentTypeInvalid": "Sono supportati solo jpg, png, svg",
47
+ "sizeOutOfRange": "Non deve superare {{maxSize, number}} MB"
48
+ },
49
+ "userRole": {
50
+ "deactivateActiveAdmin": "Non puoi disattivare l'amministratore attivo dal workspace!"
51
+ },
52
+ "activeRecord": {
53
+ "error": {
54
+ "blankName": "Il nome non può essere vuoto",
55
+ "blankDescription": "La descrizione non può essere vuota",
56
+ "blankValue": "Il valore non può essere vuoto",
57
+ "prefixType": "Il tipo di prefisso {{value}} non è valido",
58
+ "minimumEntryLimit": "Il limite minimo di inserimenti deve essere minore o uguale a {{maximumEntryLimit, number}}",
59
+ "maximumEntryLimit": "Il limite massimo di inserimenti deve essere maggiore o uguale a {{minimumEntryLimit, number}}"
60
+ }
61
+ },
62
+ "sessions": {
63
+ "expiry": "La tua sessione è scaduta. Per favore accedi di nuovo."
64
+ },
65
+ "payment": {
66
+ "error": {
67
+ "incomplete": "Il tuo pagamento non è stato completato"
68
+ }
69
+ },
70
+ "invitations": {
71
+ "deleted_one": "L'invito è stato eliminato con successo",
72
+ "deleted_other": "{{count, number}} inviti sono stati eliminati con successo",
73
+ "sent_one": "L'invito è stato inviato con successo",
74
+ "sent_other": "{{count, number}} inviti sono stati inviati con successo",
75
+ "notFound": "{{email}} non è stato invitato a testare questo sito."
76
+ },
77
+ "github": {
78
+ "error": {
79
+ "webhookPermissionDenied": "Accesso negato. Assicurati di avere i permessi per creare webhook per il repository.",
80
+ "primaryNonDeletable": "L'account Github primario non può essere eliminato."
81
+ }
82
+ },
83
+ "neetoCommons": {
84
+ "fallbackComponent": {
85
+ "somethingWentWrong": "Spiacente, qualcosa è andato storto.",
86
+ "description": "Per favore prova <reloading>ricaricando</reloading> la pagina.<br> Se il problema persiste, <contactus>contattaci</contactus>."
87
+ },
88
+ "toastr": {
89
+ "success": {
90
+ "copiedToClipboard": "Copiare negli appunti!"
91
+ },
92
+ "error": {
93
+ "networkError": "Errore di rete. Controlla la tua connessione e riprova.",
94
+ "noInternetConnection": "Nessuna connessione a Internet."
95
+ }
96
+ },
97
+ "notice": {
98
+ "errorOccurred": "Si è verificato un errore."
99
+ },
100
+ "validators": {
101
+ "isRequired": "{{what}} è richiesto.",
102
+ "mustNotContainCapitalLetters": "{{what}} non deve contenere lettere maiuscole.",
103
+ "mustNotContainSpaces": "{{what}} non deve contenere spazi.",
104
+ "mustNotContainSpecialCharactersExceptHyphen": "{{what}} non deve contenere caratteri speciali, tranne il '-'",
105
+ "mustNotStartOrEndWithSpecialCharacters": "{{what}} non deve iniziare o finire con caratteri speciali."
106
+ },
107
+ "copyToClipboard": {
108
+ "failed": "Impossibile copiare negli appunti"
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}} MBを超えてはいけません"
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": "権限が拒否されました。リポジトリのWebhookを作成する権限があることを確認してください。",
80
+ "primaryNonDeletable": "プライマリGithubアカウントは削除できません。"
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
+ "networkError": "ネットワークエラー。接続を確認して、もう一度お試しください。",
94
+ "noInternetConnection": "インターネット接続がありません。"
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
+ }
@@ -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}} MB를 초과할 수 없습니다."
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": "권한이 거부되었습니다. 레포지토리에 대한 웹후크를 만들 수 있는 권한이 있는지 확인하세요.",
80
+ "primaryNonDeletable": "기본 Github 계정은 삭제할 수 없습니다."
81
+ }
82
+ },
83
+ "neetoCommons": {
84
+ "fallbackComponent": {
85
+ "somethingWentWrong": "죄송합니다. 문제가 발생했습니다.",
86
+ "description": "페이지를 <reloading>reloading</reloading> 해보세요.<br> 문제가 지속되면, <contactus>문의해 주세요</contactus>."
87
+ },
88
+ "toastr": {
89
+ "success": {
90
+ "copiedToClipboard": "클립보드에 복사되었습니다!"
91
+ },
92
+ "error": {
93
+ "networkError": "네트워크 오류입니다. 연결을 확인하고 다시 시도하세요.",
94
+ "noInternetConnection": "인터넷 연결이 없습니다."
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
+ }
@@ -0,0 +1,111 @@
1
+ {
2
+ "generic": {
3
+ "error": "Er is iets mis gegaan. Probeer het later opnieuw."
4
+ },
5
+ "authentication": {
6
+ "notLoggedIn": "Kon niet authenticeren, log alstublieft in om door te gaan!",
7
+ "couldNotAuth": "Kon niet authenticeren met de opgegeven {{parameter}}.",
8
+ "incorrectPassword": "Huidig wachtwoord is onjuist. Probeer het opnieuw.",
9
+ "incorrectEmailPassword": "Onjuist e-mailadres of wachtwoord. Probeer het opnieuw."
10
+ },
11
+ "authorization": {
12
+ "unauthorized": "U bent niet bevoegd om deze actie uit te voeren."
13
+ },
14
+ "resource": {
15
+ "add_one": "{{entity}} is succesvol toegevoegd.",
16
+ "add_other": "{{entity}} zijn succesvol toegevoegd.",
17
+ "save": "{{entity}} is succesvol opgeslagen.",
18
+ "save_one": "{{entity}} is succesvol opgeslagen.",
19
+ "save_other": "{{entity}} zijn succesvol opgeslagen.",
20
+ "update": "{{entity}} is succesvol bijgewerkt.",
21
+ "update_one": "{{entity}} is succesvol bijgewerkt.",
22
+ "update_other": "{{entity}} zijn succesvol bijgewerkt.",
23
+ "delete_one": "{{entity}} is succesvol verwijderd.",
24
+ "delete_other": "{{entity}} zijn succesvol verwijderd.",
25
+ "clone": "{{entity}} is succesvol gekloond.",
26
+ "notFound": "{{entity}} bestaat niet.",
27
+ "remove_one": "{{entity}} is succesvol verwijderd.",
28
+ "remove_other": "{{entity}} zijn succesvol verwijderd.",
29
+ "sent": "{{entity}} is succesvol verzonden.",
30
+ "merged": "{{entity}} zijn succesvol samengevoegd.",
31
+ "disconnected": "{{entity}} is succesvol losgekoppeld."
32
+ },
33
+ "otp": {
34
+ "sent": "OTP is succesvol verzonden.",
35
+ "invalid": "Ongeldige OTP",
36
+ "verified": "OTP is succesvol geverifieerd."
37
+ },
38
+ "upload": {
39
+ "error": "Er is een fout opgetreden bij het uploaden van het bestand."
40
+ },
41
+ "image": {
42
+ "profile": {
43
+ "removalFailed": "Verwijderen van profielfoto is mislukt.",
44
+ "removalSuccess": "Profielfoto succesvol verwijderd."
45
+ },
46
+ "contentTypeInvalid": "Andere dan jpg, png, svg worden niet ondersteund.",
47
+ "sizeOutOfRange": "Mag niet groter zijn dan {{maxSize, number}} MB."
48
+ },
49
+ "userRole": {
50
+ "deactivateActiveAdmin": "U kunt een actieve admin niet deactiveren vanuit de werkruimte!"
51
+ },
52
+ "activeRecord": {
53
+ "error": {
54
+ "blankName": "Naam mag niet leeg zijn.",
55
+ "blankDescription": "Beschrijving mag niet leeg zijn.",
56
+ "blankValue": "Waarde mag niet leeg zijn.",
57
+ "prefixType": "Prefix type {{value}} is niet geldig.",
58
+ "minimumEntryLimit": "Minimum invoerlimiet moet kleiner zijn dan of gelijk aan {{maximumEntryLimit, number}}.",
59
+ "maximumEntryLimit": "Maximum invoerlimiet moet groter zijn dan of gelijk aan {{minimumEntryLimit, number}}."
60
+ }
61
+ },
62
+ "sessions": {
63
+ "expiry": "Uw sessie is verlopen. Log opnieuw in."
64
+ },
65
+ "payment": {
66
+ "error": {
67
+ "incomplete": "Uw betaling kon niet worden afgerond."
68
+ }
69
+ },
70
+ "invitations": {
71
+ "deleted_one": "Uitnodiging is succesvol verwijderd.",
72
+ "deleted_other": "{{count, number}} uitnodigingen zijn succesvol verwijderd.",
73
+ "sent_one": "Uitnodiging is succesvol verzonden.",
74
+ "sent_other": "{{count, number}} uitnodigingen zijn succesvol verzonden.",
75
+ "notFound": "{{email}} is niet uitgenodigd om deze website te testen."
76
+ },
77
+ "github": {
78
+ "error": {
79
+ "webhookPermissionDenied": "Toegang geweigerd. Zorg ervoor dat u toestemming heeft om webhooks voor de repository te maken.",
80
+ "primaryNonDeletable": "Primaire Github-account kan niet worden verwijderd."
81
+ }
82
+ },
83
+ "neetoCommons": {
84
+ "fallbackComponent": {
85
+ "somethingWentWrong": "Sorry, er is iets mis gegaan.",
86
+ "description": "Probeer alstublieft <reloading>reloaden</reloading> van de pagina.<br> Als het probleem aanhoudt, <contactus>neem contact met ons op</contactus>."
87
+ },
88
+ "toastr": {
89
+ "success": {
90
+ "copiedToClipboard": "Kopiëren naar klembord geslaagd!"
91
+ },
92
+ "error": {
93
+ "networkError": "Netwerkfout. Controleer uw verbinding en probeer het opnieuw.",
94
+ "noInternetConnection": "Geen internetverbinding."
95
+ }
96
+ },
97
+ "notice": {
98
+ "errorOccurred": "Er is een fout opgetreden."
99
+ },
100
+ "validators": {
101
+ "isRequired": "{{what}} is vereist.",
102
+ "mustNotContainCapitalLetters": "{{what}} mag geen hoofdletters bevatten.",
103
+ "mustNotContainSpaces": "{{what}} mag geen spaties bevatten.",
104
+ "mustNotContainSpecialCharactersExceptHyphen": "{{what}} mag geen speciale tekens bevatten, behalve '-'",
105
+ "mustNotStartOrEndWithSpecialCharacters": "{{what}} mag niet beginnen of eindigen met speciale tekens."
106
+ },
107
+ "copyToClipboard": {
108
+ "failed": "Kopiëren naar klembord is mislukt."
109
+ }
110
+ }
111
+ }
@@ -0,0 +1,111 @@
1
+ {
2
+ "generic": {
3
+ "error": "Coś poszło nie tak. Proszę spróbować ponownie później."
4
+ },
5
+ "authentication": {
6
+ "notLoggedIn": "Nie udało się uwierzytelnić, proszę zalogować się, aby kontynuować!",
7
+ "couldNotAuth": "Nie udało się uwierzytelnić przy użyciu podanego {{parameter}}.",
8
+ "incorrectPassword": "Aktualne hasło jest niepoprawne. Proszę spróbować ponownie.",
9
+ "incorrectEmailPassword": "Niepoprawny adres e-mail lub hasło. Proszę spróbować ponownie."
10
+ },
11
+ "authorization": {
12
+ "unauthorized": "Nie masz uprawnień do wykonania tej akcji."
13
+ },
14
+ "resource": {
15
+ "add_one": "{{entity}} został pomyślnie dodany.",
16
+ "add_other": "{{entity}} zostały pomyślnie dodane.",
17
+ "save": "{{entity}} został pomyślnie zapisany.",
18
+ "save_one": "{{entity}} został pomyślnie zapisany.",
19
+ "save_other": "{{entity}} zostały pomyślnie zapisane.",
20
+ "update": "{{entity}} został pomyślnie zaktualizowany.",
21
+ "update_one": "{{entity}} został pomyślnie zaktualizowany.",
22
+ "update_other": "{{entity}} zostały pomyślnie zaktualizowane.",
23
+ "delete_one": "{{entity}} został pomyślnie usunięty.",
24
+ "delete_other": "{{entity}} zostały pomyślnie usunięte.",
25
+ "clone": "{{entity}} został pomyślnie sklonowany.",
26
+ "notFound": "{{entity}} nie istnieje.",
27
+ "remove_one": "{{entity}} został pomyślnie usunięty.",
28
+ "remove_other": "{{entity}} zostały pomyślnie usunięte.",
29
+ "sent": "{{entity}} zostało pomyślnie wysłane.",
30
+ "merged": "{{entity}} zostały pomyślnie scalone.",
31
+ "disconnected": "{{entity}} został pomyślnie odłączony."
32
+ },
33
+ "otp": {
34
+ "sent": "OTP został pomyślnie wysłany.",
35
+ "invalid": "Niepoprawny OTP",
36
+ "verified": "OTP został pomyślnie zweryfikowany."
37
+ },
38
+ "upload": {
39
+ "error": "Wystąpił błąd podczas przesyłania pliku"
40
+ },
41
+ "image": {
42
+ "profile": {
43
+ "removalFailed": "Nie udało się usunąć zdjęcia profilowego",
44
+ "removalSuccess": "Zdjęcie profilowe zostało pomyślnie usunięte"
45
+ },
46
+ "contentTypeInvalid": "Obsługiwane są tylko formaty jpg, png, svg",
47
+ "sizeOutOfRange": "Nie powinno być większe niż {{maxSize, number}} MB"
48
+ },
49
+ "userRole": {
50
+ "deactivateActiveAdmin": "Nie możesz dezaktywować aktywnego administratora z przestrzeni roboczej!"
51
+ },
52
+ "activeRecord": {
53
+ "error": {
54
+ "blankName": "Nazwa nie może być pusta",
55
+ "blankDescription": "Opis nie może być pusty",
56
+ "blankValue": "Wartość nie może być pusta",
57
+ "prefixType": "Typ przedrostka {{value}} jest nieprawidłowy",
58
+ "minimumEntryLimit": "Minimalny limit wpisów musi być mniejszy lub równy {{maximumEntryLimit, number}}",
59
+ "maximumEntryLimit": "Maksymalny limit wpisów musi być większy lub równy {{minimumEntryLimit, number}}"
60
+ }
61
+ },
62
+ "sessions": {
63
+ "expiry": "Twoja sesja wygasła. Proszę zalogować się ponownie."
64
+ },
65
+ "payment": {
66
+ "error": {
67
+ "incomplete": "Twoja płatność nie mogła zostać zrealizowana"
68
+ }
69
+ },
70
+ "invitations": {
71
+ "deleted_one": "Zaproszenie zostało pomyślnie usunięte",
72
+ "deleted_other": "{{count, number}} zaproszenia zostały pomyślnie usunięte",
73
+ "sent_one": "Zaproszenie zostało pomyślnie wysłane",
74
+ "sent_other": "{{count, number}} zaproszenia zostały pomyślnie wysłane",
75
+ "notFound": "{{email}} nie został zaproszony do przetestowania tej strony."
76
+ },
77
+ "github": {
78
+ "error": {
79
+ "webhookPermissionDenied": "Odmowa dostępu. Upewnij się, że masz uprawnienia do tworzenia webhooków dla repozytorium.",
80
+ "primaryNonDeletable": "Główne konto Github nie może zostać usunięte."
81
+ }
82
+ },
83
+ "neetoCommons": {
84
+ "fallbackComponent": {
85
+ "somethingWentWrong": "Przepraszam, coś poszło nie tak.",
86
+ "description": "Proszę spróbować <reloading>przeładować</reloading> stronę.<br> Jeśli problem nadal występuje, <contactus>skontaktuj się z nami</contactus>."
87
+ },
88
+ "toastr": {
89
+ "success": {
90
+ "copiedToClipboard": "Skopiowano do schowka!"
91
+ },
92
+ "error": {
93
+ "networkError": "Błąd sieci. Sprawdź swoje połączenie i spróbuj ponownie.",
94
+ "noInternetConnection": "Brak połączenia z Internetem."
95
+ }
96
+ },
97
+ "notice": {
98
+ "errorOccurred": "Wystąpił jakiś błąd."
99
+ },
100
+ "validators": {
101
+ "isRequired": "{{what}} jest wymagane.",
102
+ "mustNotContainCapitalLetters": "{{what}} nie może zawierać dużych liter.",
103
+ "mustNotContainSpaces": "{{what}} nie może zawierać spacji.",
104
+ "mustNotContainSpecialCharactersExceptHyphen": "{{what}} nie może zawierać żadnych znaków specjalnych, z wyjątkiem '-'",
105
+ "mustNotStartOrEndWithSpecialCharacters": "{{what}} nie może zaczynać się ani kończyć znakami specjalnymi."
106
+ },
107
+ "copyToClipboard": {
108
+ "failed": "Nie udało się skopiować do schowka"
109
+ }
110
+ }
111
+ }