@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.
- package/README.md +1 -0
- package/configs/esbuild/index.js +4 -0
- package/configs/esbuild/plugins/packageTranslations.js +16 -0
- package/configs/esbuild/plugins/preval.js +16 -6
- package/configs/scripts/buildTranslationImports.js +22 -0
- package/configs/scripts/getEnglishTranslation.js +17 -0
- package/configs/utils/packageTranslations.js +90 -0
- package/configs/vite/index.js +5 -0
- package/configs/vite/plugins/packageTranslations.js +14 -0
- package/configs/vite/plugins/preval.js +32 -10
- package/dist/cjs/initializers/i18n.js +39 -130
- package/dist/cjs/initializers/i18n.js.map +1 -1
- package/dist/cjs/initializers/index.js +37 -21
- package/dist/cjs/initializers/index.js.map +1 -1
- package/dist/cjs/react-utils/AppContainer/AppContainer.js +5 -1
- package/dist/cjs/react-utils/AppContainer/AppContainer.js.map +1 -1
- package/dist/cjs/react-utils/AppContainer/index.js +1 -1
- package/dist/cjs/react-utils/HoneybadgerErrorBoundary/FallbackComponent.js +2 -2
- package/dist/cjs/react-utils/index.js +6 -0
- package/dist/cjs/react-utils/index.js.map +1 -1
- package/dist/cjs/react-utils/lazyWithRetry/index.js +10 -0
- package/dist/cjs/react-utils/lazyWithRetry/index.js.map +1 -0
- package/dist/cjs/react-utils/lazyWithRetry/lazyWithRetry.js +15 -0
- package/dist/cjs/react-utils/lazyWithRetry/lazyWithRetry.js.map +1 -0
- package/dist/cjs/react-utils/mount/index.js +15 -0
- package/dist/cjs/react-utils/mount/index.js.map +1 -0
- package/dist/cjs/react-utils/mount/mount.js +86 -0
- package/dist/cjs/react-utils/mount/mount.js.map +1 -0
- package/dist/cjs/react-utils/useBreakpoints/index.js +2 -2
- package/dist/cjs/react-utils/useColumnConfig/useColumnConfig.js +2 -2
- package/dist/cjs/react-utils/useDebounce/useDebounce.js +3 -3
- package/dist/cjs/react-utils/useFieldSubmit/useFieldSubmit.js +4 -4
- package/dist/cjs/react-utils/useFuncDebounce/useFuncDebounce.js +2 -2
- package/dist/cjs/react-utils/useIsElementVisibleInDom/useForceUpdate.js +2 -2
- package/dist/cjs/react-utils/useIsElementVisibleInDom/useIsElementVisibleInDom.js +3 -3
- package/dist/cjs/react-utils/useLocalStorage/useLocalStorage.js +2 -2
- package/dist/cjs/react-utils/useOnClickOutside/useOnClickOutside.js +2 -2
- package/dist/cjs/react-utils/usePersistedQuery/usePersistedQuery.js +2 -2
- package/dist/cjs/react-utils/usePrevious/usePrevious.js +3 -3
- package/dist/cjs/react-utils/useRegisterNavigationCheckpoint/useRegisterNavigationCheckpoint.js +2 -2
- package/dist/cjs/react-utils/useRestoreScrollPosition/useRestoreScrollPosition.js +2 -2
- package/dist/cjs/react-utils/useStateWithDependency/useStateWithDependency.js +3 -3
- package/dist/cjs/react-utils/useTimer/useTimer.js +3 -3
- package/dist/cjs/react-utils/useUpdateEffect/useUpdateEffect.js +3 -3
- package/dist/cjs/utils/datetime.js +22 -13
- package/dist/cjs/utils/datetime.js.map +1 -1
- package/dist/cjs/utils/retryImport.js +37 -0
- package/dist/cjs/utils/retryImport.js.map +1 -0
- package/dist/initializers/i18n.js +39 -130
- package/dist/initializers/i18n.js.map +1 -1
- package/dist/initializers/index.js +37 -21
- package/dist/initializers/index.js.map +1 -1
- package/dist/react-utils/AppContainer/AppContainer.js +5 -1
- package/dist/react-utils/AppContainer/AppContainer.js.map +1 -1
- package/dist/react-utils/AppContainer/index.js +1 -1
- package/dist/react-utils/index.js +4 -0
- package/dist/react-utils/index.js.map +1 -1
- package/dist/react-utils/lazyWithRetry/index.js +4 -0
- package/dist/react-utils/lazyWithRetry/index.js.map +1 -0
- package/dist/react-utils/lazyWithRetry/lazyWithRetry.js +13 -0
- package/dist/react-utils/lazyWithRetry/lazyWithRetry.js.map +1 -0
- package/dist/react-utils/mount/index.js +9 -0
- package/dist/react-utils/mount/index.js.map +1 -0
- package/dist/react-utils/mount/mount.js +84 -0
- package/dist/react-utils/mount/mount.js.map +1 -0
- package/dist/utils/datetime.js +22 -13
- package/dist/utils/datetime.js.map +1 -1
- package/dist/utils/retryImport.js +35 -0
- package/dist/utils/retryImport.js.map +1 -0
- package/package.json +10 -6
- package/react-utils.d.ts +73 -1
- package/src/translations/ar.json +111 -0
- package/src/translations/bg.json +111 -0
- package/src/translations/ca.json +111 -0
- package/src/translations/cs.json +111 -0
- package/src/translations/da.json +111 -0
- package/src/translations/de.json +111 -0
- package/src/translations/en.json +111 -0
- package/src/translations/es-MX.json +111 -0
- package/src/translations/es.json +111 -0
- package/src/translations/et.json +111 -0
- package/src/translations/fi.json +111 -0
- package/src/translations/fil.json +111 -0
- package/src/translations/fr.json +111 -0
- package/src/translations/he.json +111 -0
- package/src/translations/hi.json +111 -0
- package/src/translations/hr.json +111 -0
- package/src/translations/id.json +111 -0
- package/src/translations/it.json +111 -0
- package/src/translations/ja.json +111 -0
- package/src/translations/ko.json +111 -0
- package/src/translations/nl.json +111 -0
- package/src/translations/pl.json +111 -0
- package/src/translations/pt-BR.json +111 -0
- package/src/translations/pt.json +111 -0
- package/src/translations/ro.json +111 -0
- package/src/translations/ru.json +111 -0
- package/src/translations/sk.json +111 -0
- package/src/translations/sl.json +111 -0
- package/src/translations/sv.json +111 -0
- package/src/translations/th.json +111 -0
- package/src/translations/tr.json +111 -0
- package/src/translations/uk.json +111 -0
- package/src/translations/vi.json +111 -0
- package/src/translations/zh-CN.json +111 -0
- package/src/translations/zh-TW.json +111 -0
- package/configs/scripts/getPkgTranslations.js +0 -45
|
@@ -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>rелодиране</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": "Ha hagut un error. Si us plau, torneu-ho a provar més tard."
|
|
4
|
+
},
|
|
5
|
+
"authentication": {
|
|
6
|
+
"notLoggedIn": "No s'ha pogut autenticar, si us plau, inicieu sessió per continuar!",
|
|
7
|
+
"couldNotAuth": "No s'ha pogut autenticar amb el {{parameter}} proporcionat.",
|
|
8
|
+
"incorrectPassword": "La contrasenya actual és incorrecta. Si us plau, torneu-ho a provar.",
|
|
9
|
+
"incorrectEmailPassword": "Correu electrònic o contrasenya incorrectes. Si us plau, torneu-ho a provar."
|
|
10
|
+
},
|
|
11
|
+
"authorization": {
|
|
12
|
+
"unauthorized": "No esteu autoritzat per realitzar aquesta acció."
|
|
13
|
+
},
|
|
14
|
+
"resource": {
|
|
15
|
+
"add_one": "{{entity}} s'ha afegit correctament.",
|
|
16
|
+
"add_other": "{{entity}} s'han afegit correctament.",
|
|
17
|
+
"save": "{{entity}} s'ha desat correctament.",
|
|
18
|
+
"save_one": "{{entity}} s'ha desat correctament.",
|
|
19
|
+
"save_other": "{{entity}} s'han desat correctament.",
|
|
20
|
+
"update": "{{entity}} s'ha actualitzat correctament.",
|
|
21
|
+
"update_one": "{{entity}} s'ha actualitzat correctament.",
|
|
22
|
+
"update_other": "{{entity}} s'han actualitzat correctament.",
|
|
23
|
+
"delete_one": "{{entity}} s'ha eliminat correctament.",
|
|
24
|
+
"delete_other": "{{entity}} s'han eliminat correctament.",
|
|
25
|
+
"clone": "{{entity}} s'ha clonat correctament.",
|
|
26
|
+
"notFound": "{{entity}} no existeix.",
|
|
27
|
+
"remove_one": "{{entity}} s'ha eliminat correctament.",
|
|
28
|
+
"remove_other": "{{entity}} s'han eliminat correctament.",
|
|
29
|
+
"sent": "{{entity}} s'ha enviat correctament.",
|
|
30
|
+
"merged": "{{entity}} s'han fusionat correctament.",
|
|
31
|
+
"disconnected": "{{entity}} s'ha desconnectat correctament."
|
|
32
|
+
},
|
|
33
|
+
"otp": {
|
|
34
|
+
"sent": "OTP s'ha enviat correctament.",
|
|
35
|
+
"invalid": "OTP invàlid",
|
|
36
|
+
"verified": "OTP s'ha verificat correctament."
|
|
37
|
+
},
|
|
38
|
+
"upload": {
|
|
39
|
+
"error": "Ha ocorregut un error durant la càrrega del fitxer"
|
|
40
|
+
},
|
|
41
|
+
"image": {
|
|
42
|
+
"profile": {
|
|
43
|
+
"removalFailed": "No s'ha pogut eliminar la imatge de perfil",
|
|
44
|
+
"removalSuccess": "Imatge de perfil eliminada correctament"
|
|
45
|
+
},
|
|
46
|
+
"contentTypeInvalid": "Altres formats que no siguin jpg, png, svg no són compatibles",
|
|
47
|
+
"sizeOutOfRange": "No ha de ser superior a {{maxSize, number}} MB"
|
|
48
|
+
},
|
|
49
|
+
"userRole": {
|
|
50
|
+
"deactivateActiveAdmin": "No podeu desactivar un administrador actiu del lloc de treball!"
|
|
51
|
+
},
|
|
52
|
+
"activeRecord": {
|
|
53
|
+
"error": {
|
|
54
|
+
"blankName": "El nom no pot estar buit",
|
|
55
|
+
"blankDescription": "La descripció no pot estar buida",
|
|
56
|
+
"blankValue": "El valor no pot estar buit",
|
|
57
|
+
"prefixType": "El tipus de prefix {{value}} no és vàlid",
|
|
58
|
+
"minimumEntryLimit": "El límit mínim d'entrades ha de ser inferior o igual a {{maximumEntryLimit, number}}",
|
|
59
|
+
"maximumEntryLimit": "El límit màxim d'entrades ha de ser superior o igual a {{minimumEntryLimit, number}}"
|
|
60
|
+
}
|
|
61
|
+
},
|
|
62
|
+
"sessions": {
|
|
63
|
+
"expiry": "La vostra sessió ha caducat. Si us plau, torneu a iniciar sessió."
|
|
64
|
+
},
|
|
65
|
+
"payment": {
|
|
66
|
+
"error": {
|
|
67
|
+
"incomplete": "El vostre pagament no s'ha pogut completar"
|
|
68
|
+
}
|
|
69
|
+
},
|
|
70
|
+
"invitations": {
|
|
71
|
+
"deleted_one": "L'invitació s'ha eliminat correctament",
|
|
72
|
+
"deleted_other": "{{count, number}} invitacions s'han eliminat correctament",
|
|
73
|
+
"sent_one": "L'invitació s'ha enviat correctament",
|
|
74
|
+
"sent_other": "{{count, number}} invitacions s'han enviat correctament",
|
|
75
|
+
"notFound": "{{email}} no va ser convidat a provar aquest lloc web."
|
|
76
|
+
},
|
|
77
|
+
"github": {
|
|
78
|
+
"error": {
|
|
79
|
+
"webhookPermissionDenied": "Permís denegat. Assegureu-vos que teniu permís per crear webhooks per al repositori.",
|
|
80
|
+
"primaryNonDeletable": "El compte principal de Github no es pot eliminar."
|
|
81
|
+
}
|
|
82
|
+
},
|
|
83
|
+
"neetoCommons": {
|
|
84
|
+
"fallbackComponent": {
|
|
85
|
+
"somethingWentWrong": "Ho sento, hi ha hagut un error.",
|
|
86
|
+
"description": "Si us plau, proveu <reloading>reloading</reloading> la pàgina.<br> Si el problema persisteix, <contactus>contacteu amb nosaltres</contactus>."
|
|
87
|
+
},
|
|
88
|
+
"toastr": {
|
|
89
|
+
"success": {
|
|
90
|
+
"copiedToClipboard": "Copiat al porta-retalls!"
|
|
91
|
+
},
|
|
92
|
+
"error": {
|
|
93
|
+
"networkError": "Error de xarxa. Si us plau, revisa la teva connexió i torna a intentar-ho.",
|
|
94
|
+
"noInternetConnection": "Sense connexió a Internet."
|
|
95
|
+
}
|
|
96
|
+
},
|
|
97
|
+
"notice": {
|
|
98
|
+
"errorOccurred": "S'ha produït algun error."
|
|
99
|
+
},
|
|
100
|
+
"validators": {
|
|
101
|
+
"isRequired": "{{what}} és obligatori.",
|
|
102
|
+
"mustNotContainCapitalLetters": "{{what}} no ha de contenir lletres majúscules.",
|
|
103
|
+
"mustNotContainSpaces": "{{what}} no ha de contenir espais.",
|
|
104
|
+
"mustNotContainSpecialCharactersExceptHyphen": "{{what}} no ha de contenir cap caràcter especial, excepte '-'",
|
|
105
|
+
"mustNotStartOrEndWithSpecialCharacters": "{{what}} no ha de començar ni acabar amb caràcters especials."
|
|
106
|
+
},
|
|
107
|
+
"copyToClipboard": {
|
|
108
|
+
"failed": "No s'ha pogut copiar al porta-retalls"
|
|
109
|
+
}
|
|
110
|
+
}
|
|
111
|
+
}
|
|
@@ -0,0 +1,111 @@
|
|
|
1
|
+
{
|
|
2
|
+
"generic": {
|
|
3
|
+
"error": "Něco se pokazilo. Zkuste to prosím později."
|
|
4
|
+
},
|
|
5
|
+
"authentication": {
|
|
6
|
+
"notLoggedIn": "Nepodařilo se ověřit, prosím přihlaste se, abyste mohli pokračovat!",
|
|
7
|
+
"couldNotAuth": "Nepodařilo se ověřit s poskytnutým {{parameter}}.",
|
|
8
|
+
"incorrectPassword": "Současné heslo je nesprávné. Zkuste to prosím znovu.",
|
|
9
|
+
"incorrectEmailPassword": "Nesprávný e-mail nebo heslo. Zkuste to prosím znovu."
|
|
10
|
+
},
|
|
11
|
+
"authorization": {
|
|
12
|
+
"unauthorized": "Nemáte oprávnění k provedení této akce."
|
|
13
|
+
},
|
|
14
|
+
"resource": {
|
|
15
|
+
"add_one": "{{entity}} byl úspěšně přidán.",
|
|
16
|
+
"add_other": "{{entity}} byly úspěšně přidány.",
|
|
17
|
+
"save": "{{entity}} byl úspěšně uložen.",
|
|
18
|
+
"save_one": "{{entity}} byl úspěšně uložen.",
|
|
19
|
+
"save_other": "{{entity}} byly úspěšně uloženy.",
|
|
20
|
+
"update": "{{entity}} byl úspěšně aktualizován.",
|
|
21
|
+
"update_one": "{{entity}} byl úspěšně aktualizován.",
|
|
22
|
+
"update_other": "{{entity}} byly úspěšně aktualizovány.",
|
|
23
|
+
"delete_one": "{{entity}} byl úspěšně smazán.",
|
|
24
|
+
"delete_other": "{{entity}} byly úspěšně smazány.",
|
|
25
|
+
"clone": "{{entity}} byl úspěšně zkopírován.",
|
|
26
|
+
"notFound": "{{entity}} neexistuje.",
|
|
27
|
+
"remove_one": "{{entity}} byl úspěšně odstraněn.",
|
|
28
|
+
"remove_other": "{{entity}} byly úspěšně odstraněny.",
|
|
29
|
+
"sent": "{{entity}} byl úspěšně odeslán.",
|
|
30
|
+
"merged": "{{entity}} byly úspěšně sloučeny.",
|
|
31
|
+
"disconnected": "{{entity}} byl úspěšně odpojen."
|
|
32
|
+
},
|
|
33
|
+
"otp": {
|
|
34
|
+
"sent": "OTP byl úspěšně odeslán.",
|
|
35
|
+
"invalid": "Neplatný OTP",
|
|
36
|
+
"verified": "OTP byl úspěšně ověřen."
|
|
37
|
+
},
|
|
38
|
+
"upload": {
|
|
39
|
+
"error": "Při nahrávání souboru došlo k chybě"
|
|
40
|
+
},
|
|
41
|
+
"image": {
|
|
42
|
+
"profile": {
|
|
43
|
+
"removalFailed": "Nepodařilo se odstranit profilový obrázek",
|
|
44
|
+
"removalSuccess": "Profilový obrázek byl úspěšně odstraněn"
|
|
45
|
+
},
|
|
46
|
+
"contentTypeInvalid": "Podporovány jsou pouze formáty jpg, png, svg",
|
|
47
|
+
"sizeOutOfRange": "Soubor nesmí být větší než {{maxSize, number}} MB"
|
|
48
|
+
},
|
|
49
|
+
"userRole": {
|
|
50
|
+
"deactivateActiveAdmin": "Nemůžete deaktivovat aktivního administrátora ve workspace!"
|
|
51
|
+
},
|
|
52
|
+
"activeRecord": {
|
|
53
|
+
"error": {
|
|
54
|
+
"blankName": "Jméno nemůže být prázdné",
|
|
55
|
+
"blankDescription": "Popis nemůže být prázdný",
|
|
56
|
+
"blankValue": "Hodnota nemůže být prázdná",
|
|
57
|
+
"prefixType": "Typ prefixu {{value}} není platný",
|
|
58
|
+
"minimumEntryLimit": "Minimální limit položek musí být menší nebo roven {{maximumEntryLimit, number}}",
|
|
59
|
+
"maximumEntryLimit": "Maximální limit položek musí být větší nebo roven {{minimumEntryLimit, number}}"
|
|
60
|
+
}
|
|
61
|
+
},
|
|
62
|
+
"sessions": {
|
|
63
|
+
"expiry": "Vaše relace vypršela. Prosím přihlaste se znovu."
|
|
64
|
+
},
|
|
65
|
+
"payment": {
|
|
66
|
+
"error": {
|
|
67
|
+
"incomplete": "Váš platební proces nebyl dokončen"
|
|
68
|
+
}
|
|
69
|
+
},
|
|
70
|
+
"invitations": {
|
|
71
|
+
"deleted_one": "Pozvánka byla úspěšně smazána",
|
|
72
|
+
"deleted_other": "{{count, number}} pozvánky byly úspěšně smazány",
|
|
73
|
+
"sent_one": "Pozvánka byla úspěšně odeslána",
|
|
74
|
+
"sent_other": "{{count, number}} pozvánky byly úspěšně odeslány",
|
|
75
|
+
"notFound": "{{email}} nebyl pozván k testování této webové stránky."
|
|
76
|
+
},
|
|
77
|
+
"github": {
|
|
78
|
+
"error": {
|
|
79
|
+
"webhookPermissionDenied": "Přístup odepřen. Ujistěte se, že máte oprávnění vytvářet webhooks pro tento repozitář.",
|
|
80
|
+
"primaryNonDeletable": "Primární účet Github nelze smazat."
|
|
81
|
+
}
|
|
82
|
+
},
|
|
83
|
+
"neetoCommons": {
|
|
84
|
+
"fallbackComponent": {
|
|
85
|
+
"somethingWentWrong": "Omlouváme se, něco se pokazilo.",
|
|
86
|
+
"description": "Zkuste prosím <reloading>reloading</reloading> stránku.<br> Pokud problém přetrvává, <contactus>kontaktujte nás</contactus>."
|
|
87
|
+
},
|
|
88
|
+
"toastr": {
|
|
89
|
+
"success": {
|
|
90
|
+
"copiedToClipboard": "Zkopírováno do schránky!"
|
|
91
|
+
},
|
|
92
|
+
"error": {
|
|
93
|
+
"networkError": "Chyba sítě. Zkontrolujte své připojení a zkuste to znovu.",
|
|
94
|
+
"noInternetConnection": "Žádné připojení k Internetu."
|
|
95
|
+
}
|
|
96
|
+
},
|
|
97
|
+
"notice": {
|
|
98
|
+
"errorOccurred": "Nějaká chyba se vyskytla."
|
|
99
|
+
},
|
|
100
|
+
"validators": {
|
|
101
|
+
"isRequired": "{{what}} je povinné.",
|
|
102
|
+
"mustNotContainCapitalLetters": "{{what}} nesmí obsahovat velká písmena.",
|
|
103
|
+
"mustNotContainSpaces": "{{what}} nesmí obsahovat mezery.",
|
|
104
|
+
"mustNotContainSpecialCharactersExceptHyphen": "{{what}} nesmí obsahovat žádné speciální znaky, kromě '-'",
|
|
105
|
+
"mustNotStartOrEndWithSpecialCharacters": "{{what}} nesmí začínat nebo končit speciálními znaky."
|
|
106
|
+
},
|
|
107
|
+
"copyToClipboard": {
|
|
108
|
+
"failed": "Nepodařilo se zkopírovat do schránky"
|
|
109
|
+
}
|
|
110
|
+
}
|
|
111
|
+
}
|
|
@@ -0,0 +1,111 @@
|
|
|
1
|
+
{
|
|
2
|
+
"generic": {
|
|
3
|
+
"error": "Noget gik galt. Prøv venligst igen senere."
|
|
4
|
+
},
|
|
5
|
+
"authentication": {
|
|
6
|
+
"notLoggedIn": "Kunne ikke autentificere, vær venlig at logge ind for at fortsætte!",
|
|
7
|
+
"couldNotAuth": "Kunne ikke autentificere med den angivne {{parameter}}.",
|
|
8
|
+
"incorrectPassword": "Nuværende adgangskode er forkert. Prøv venligst igen.",
|
|
9
|
+
"incorrectEmailPassword": "Forkert email eller adgangskode. Prøv venligst igen."
|
|
10
|
+
},
|
|
11
|
+
"authorization": {
|
|
12
|
+
"unauthorized": "Du er ikke autoriseret til at udføre denne handling."
|
|
13
|
+
},
|
|
14
|
+
"resource": {
|
|
15
|
+
"add_one": "{{entity}} er blevet tilføjet med succes.",
|
|
16
|
+
"add_other": "{{entity}} er blevet tilføjet med succes.",
|
|
17
|
+
"save": "{{entity}} er blevet gemt med succes.",
|
|
18
|
+
"save_one": "{{entity}} er blevet gemt med succes.",
|
|
19
|
+
"save_other": "{{entity}} er blevet gemt med succes.",
|
|
20
|
+
"update": "{{entity}} er blevet opdateret med succes.",
|
|
21
|
+
"update_one": "{{entity}} er blevet opdateret med succes.",
|
|
22
|
+
"update_other": "{{entity}} er blevet opdateret med succes.",
|
|
23
|
+
"delete_one": "{{entity}} er blevet slettet med succes.",
|
|
24
|
+
"delete_other": "{{entity}} er blevet slettet med succes.",
|
|
25
|
+
"clone": "{{entity}} er blevet klonet med succes.",
|
|
26
|
+
"notFound": "{{entity}} findes ikke.",
|
|
27
|
+
"remove_one": "{{entity}} er blevet fjernet med succes.",
|
|
28
|
+
"remove_other": "{{entity}} er blevet fjernet med succes.",
|
|
29
|
+
"sent": "{{entity}} sendt med succes.",
|
|
30
|
+
"merged": "{{entity}} er blevet sammenført med succes.",
|
|
31
|
+
"disconnected": "{{entity}} er blevet frakoblet med succes."
|
|
32
|
+
},
|
|
33
|
+
"otp": {
|
|
34
|
+
"sent": "OTP er sendt med succes.",
|
|
35
|
+
"invalid": "Ugyldig OTP",
|
|
36
|
+
"verified": "OTP er blevet bekræftet med succes."
|
|
37
|
+
},
|
|
38
|
+
"upload": {
|
|
39
|
+
"error": "Der opstod en fejl under upload af filen"
|
|
40
|
+
},
|
|
41
|
+
"image": {
|
|
42
|
+
"profile": {
|
|
43
|
+
"removalFailed": "Fjernelse af profilbillede mislykkedes",
|
|
44
|
+
"removalSuccess": "Profilbillede fjernet med succes"
|
|
45
|
+
},
|
|
46
|
+
"contentTypeInvalid": "Andre end jpg, png, svg understøttes ikke",
|
|
47
|
+
"sizeOutOfRange": "Må ikke være mere end {{maxSize, number}} MB"
|
|
48
|
+
},
|
|
49
|
+
"userRole": {
|
|
50
|
+
"deactivateActiveAdmin": "Du kan ikke deaktivere aktiv admin fra arbejdsrummet!"
|
|
51
|
+
},
|
|
52
|
+
"activeRecord": {
|
|
53
|
+
"error": {
|
|
54
|
+
"blankName": "Navn kan ikke være tomt",
|
|
55
|
+
"blankDescription": "Beskrivelse kan ikke være tom",
|
|
56
|
+
"blankValue": "Værdi kan ikke være tom",
|
|
57
|
+
"prefixType": "Præfiks type {{value}} er ikke gyldig",
|
|
58
|
+
"minimumEntryLimit": "Minimum indtastningsgrænse skal være mindre end eller lig med {{maximumEntryLimit, number}}",
|
|
59
|
+
"maximumEntryLimit": "Maksimal indtastningsgrænse skal være større end eller lig med {{minimumEntryLimit, number}}"
|
|
60
|
+
}
|
|
61
|
+
},
|
|
62
|
+
"sessions": {
|
|
63
|
+
"expiry": "Din session er udløbet. Venligst log ind igen."
|
|
64
|
+
},
|
|
65
|
+
"payment": {
|
|
66
|
+
"error": {
|
|
67
|
+
"incomplete": "Din betaling kunne ikke fuldføres"
|
|
68
|
+
}
|
|
69
|
+
},
|
|
70
|
+
"invitations": {
|
|
71
|
+
"deleted_one": "Invitationen er blevet slettet med succes",
|
|
72
|
+
"deleted_other": "{{count, number}} invitationer er blevet slettet med succes",
|
|
73
|
+
"sent_one": "Invitationen er blevet sendt med succes",
|
|
74
|
+
"sent_other": "{{count, number}} invitationer er blevet sendt med succes",
|
|
75
|
+
"notFound": "{{email}} blev ikke inviteret til at teste denne hjemmeside."
|
|
76
|
+
},
|
|
77
|
+
"github": {
|
|
78
|
+
"error": {
|
|
79
|
+
"webhookPermissionDenied": "Tilladelse nægtet. Sørg for, at du har tilladelse til at oprette webhooks for repositoryet.",
|
|
80
|
+
"primaryNonDeletable": "Primær Github-konto kan ikke slettes."
|
|
81
|
+
}
|
|
82
|
+
},
|
|
83
|
+
"neetoCommons": {
|
|
84
|
+
"fallbackComponent": {
|
|
85
|
+
"somethingWentWrong": "Beklager, noget gik galt.",
|
|
86
|
+
"description": "Prøv venligst <reloading>reloading</reloading> siden.<br> Hvis problemet fortsætter, <contactus>kontakt os</contactus>."
|
|
87
|
+
},
|
|
88
|
+
"toastr": {
|
|
89
|
+
"success": {
|
|
90
|
+
"copiedToClipboard": "Kopieret til udklipsholder!"
|
|
91
|
+
},
|
|
92
|
+
"error": {
|
|
93
|
+
"networkError": "Netværksfejl. Tjek venligst din forbindelse og prøv igen.",
|
|
94
|
+
"noInternetConnection": "Ingen internetforbindelse."
|
|
95
|
+
}
|
|
96
|
+
},
|
|
97
|
+
"notice": {
|
|
98
|
+
"errorOccurred": "Der opstod en fejl."
|
|
99
|
+
},
|
|
100
|
+
"validators": {
|
|
101
|
+
"isRequired": "{{what}} er påkrævet.",
|
|
102
|
+
"mustNotContainCapitalLetters": "{{what}} må ikke indeholde store bogstaver.",
|
|
103
|
+
"mustNotContainSpaces": "{{what}} må ikke indeholde mellemrum.",
|
|
104
|
+
"mustNotContainSpecialCharactersExceptHyphen": "{{what}} må ikke indeholde nogen specialtegn, undtagen '-'",
|
|
105
|
+
"mustNotStartOrEndWithSpecialCharacters": "{{what}} må ikke starte eller slutte med specialtegn."
|
|
106
|
+
},
|
|
107
|
+
"copyToClipboard": {
|
|
108
|
+
"failed": "Kopiering til udklipsholderen mislykkedes"
|
|
109
|
+
}
|
|
110
|
+
}
|
|
111
|
+
}
|
|
@@ -0,0 +1,111 @@
|
|
|
1
|
+
{
|
|
2
|
+
"generic": {
|
|
3
|
+
"error": "Etwas ist schiefgegangen. Bitte versuchen Sie es später erneut."
|
|
4
|
+
},
|
|
5
|
+
"authentication": {
|
|
6
|
+
"notLoggedIn": "Konnte nicht authentifiziert werden, bitte melden Sie sich an, um fortzufahren!",
|
|
7
|
+
"couldNotAuth": "Konnte mit dem angegebenen {{parameter}} nicht authentifizieren.",
|
|
8
|
+
"incorrectPassword": "Das aktuelle Passwort ist falsch. Bitte versuchen Sie es erneut.",
|
|
9
|
+
"incorrectEmailPassword": "E-Mail oder Passwort sind falsch. Bitte versuchen Sie es erneut."
|
|
10
|
+
},
|
|
11
|
+
"authorization": {
|
|
12
|
+
"unauthorized": "Sie sind nicht berechtigt, diese Aktion auszuführen."
|
|
13
|
+
},
|
|
14
|
+
"resource": {
|
|
15
|
+
"add_one": "{{entity}} wurde erfolgreich hinzugefügt.",
|
|
16
|
+
"add_other": "{{entity}} wurden erfolgreich hinzugefügt.",
|
|
17
|
+
"save": "{{entity}} wurde erfolgreich gespeichert.",
|
|
18
|
+
"save_one": "{{entity}} wurde erfolgreich gespeichert.",
|
|
19
|
+
"save_other": "{{entity}} wurden erfolgreich gespeichert.",
|
|
20
|
+
"update": "{{entity}} wurde erfolgreich aktualisiert.",
|
|
21
|
+
"update_one": "{{entity}} wurde erfolgreich aktualisiert.",
|
|
22
|
+
"update_other": "{{entity}} wurden erfolgreich aktualisiert.",
|
|
23
|
+
"delete_one": "{{entity}} wurde erfolgreich gelöscht.",
|
|
24
|
+
"delete_other": "{{entity}} wurden erfolgreich gelöscht.",
|
|
25
|
+
"clone": "{{entity}} wurde erfolgreich geklont.",
|
|
26
|
+
"notFound": "{{entity}} existiert nicht.",
|
|
27
|
+
"remove_one": "{{entity}} wurde erfolgreich entfernt.",
|
|
28
|
+
"remove_other": "{{entity}} wurden erfolgreich entfernt.",
|
|
29
|
+
"sent": "{{entity}} erfolgreich gesendet.",
|
|
30
|
+
"merged": "{{entity}} wurden erfolgreich zusammengeführt.",
|
|
31
|
+
"disconnected": "{{entity}} wurde erfolgreich getrennt."
|
|
32
|
+
},
|
|
33
|
+
"otp": {
|
|
34
|
+
"sent": "OTP wurde erfolgreich gesendet.",
|
|
35
|
+
"invalid": "Ungültige OTP",
|
|
36
|
+
"verified": "OTP wurde erfolgreich verifiziert."
|
|
37
|
+
},
|
|
38
|
+
"upload": {
|
|
39
|
+
"error": "Beim Hochladen der Datei ist ein Fehler aufgetreten."
|
|
40
|
+
},
|
|
41
|
+
"image": {
|
|
42
|
+
"profile": {
|
|
43
|
+
"removalFailed": "Entfernen des Profilbildes fehlgeschlagen",
|
|
44
|
+
"removalSuccess": "Profilbild erfolgreich entfernt"
|
|
45
|
+
},
|
|
46
|
+
"contentTypeInvalid": "Andere als jpg, png, svg werden nicht unterstützt.",
|
|
47
|
+
"sizeOutOfRange": "Sollte nicht mehr als {{maxSize, number}} MB sein."
|
|
48
|
+
},
|
|
49
|
+
"userRole": {
|
|
50
|
+
"deactivateActiveAdmin": "Sie können einen aktiven Admin im Arbeitsbereich nicht deaktivieren!"
|
|
51
|
+
},
|
|
52
|
+
"activeRecord": {
|
|
53
|
+
"error": {
|
|
54
|
+
"blankName": "Name darf nicht leer sein",
|
|
55
|
+
"blankDescription": "Beschreibung darf nicht leer sein",
|
|
56
|
+
"blankValue": "Wert darf nicht leer sein",
|
|
57
|
+
"prefixType": "Präfixtyp {{value}} ist nicht gültig",
|
|
58
|
+
"minimumEntryLimit": "Der minimale Eingabewert muss kleiner oder gleich {{maximumEntryLimit, number}} sein.",
|
|
59
|
+
"maximumEntryLimit": "Der maximale Eingabewert muss größer oder gleich {{minimumEntryLimit, number}} sein."
|
|
60
|
+
}
|
|
61
|
+
},
|
|
62
|
+
"sessions": {
|
|
63
|
+
"expiry": "Ihre Sitzung ist abgelaufen. Bitte melden Sie sich erneut an."
|
|
64
|
+
},
|
|
65
|
+
"payment": {
|
|
66
|
+
"error": {
|
|
67
|
+
"incomplete": "Ihre Zahlung konnte nicht abgeschlossen werden."
|
|
68
|
+
}
|
|
69
|
+
},
|
|
70
|
+
"invitations": {
|
|
71
|
+
"deleted_one": "Einladung wurde erfolgreich gelöscht.",
|
|
72
|
+
"deleted_other": "{{count, number}} Einladungen wurden erfolgreich gelöscht.",
|
|
73
|
+
"sent_one": "Einladung wurde erfolgreich gesendet.",
|
|
74
|
+
"sent_other": "{{count, number}} Einladungen wurden erfolgreich gesendet.",
|
|
75
|
+
"notFound": "{{email}} wurde nicht eingeladen, diese Website zu testen."
|
|
76
|
+
},
|
|
77
|
+
"github": {
|
|
78
|
+
"error": {
|
|
79
|
+
"webhookPermissionDenied": "Zugriff verweigert. Stellen Sie sicher, dass Sie die Berechtigung zum Erstellen von Webhooks für das Repository haben.",
|
|
80
|
+
"primaryNonDeletable": "Primäres Github-Konto kann nicht gelöscht werden."
|
|
81
|
+
}
|
|
82
|
+
},
|
|
83
|
+
"neetoCommons": {
|
|
84
|
+
"fallbackComponent": {
|
|
85
|
+
"somethingWentWrong": "Entschuldigung, etwas ist schiefgegangen.",
|
|
86
|
+
"description": "Bitte versuchen Sie <reloading>reloading</reloading> die Seite zu aktualisieren.<br> Wenn das Problem weiterhin besteht, <contactus>kontaktieren Sie uns</contactus>."
|
|
87
|
+
},
|
|
88
|
+
"toastr": {
|
|
89
|
+
"success": {
|
|
90
|
+
"copiedToClipboard": "In die Zwischenablage kopiert!"
|
|
91
|
+
},
|
|
92
|
+
"error": {
|
|
93
|
+
"networkError": "Netzwerkfehler. Bitte überprüfen Sie Ihre Verbindung und versuchen Sie es erneut.",
|
|
94
|
+
"noInternetConnection": "Keine Internetverbindung."
|
|
95
|
+
}
|
|
96
|
+
},
|
|
97
|
+
"notice": {
|
|
98
|
+
"errorOccurred": "Einige Fehler sind aufgetreten."
|
|
99
|
+
},
|
|
100
|
+
"validators": {
|
|
101
|
+
"isRequired": "{{what}} ist erforderlich.",
|
|
102
|
+
"mustNotContainCapitalLetters": "{{what}} darf keine Großbuchstaben enthalten.",
|
|
103
|
+
"mustNotContainSpaces": "{{what}} darf keine Leerzeichen enthalten.",
|
|
104
|
+
"mustNotContainSpecialCharactersExceptHyphen": "{{what}} darf keine Sonderzeichen, außer '-' enthalten.",
|
|
105
|
+
"mustNotStartOrEndWithSpecialCharacters": "{{what}} darf nicht mit Sonderzeichen beginnen oder enden."
|
|
106
|
+
},
|
|
107
|
+
"copyToClipboard": {
|
|
108
|
+
"failed": "Das Kopieren in die Zwischenablage ist fehlgeschlagen."
|
|
109
|
+
}
|
|
110
|
+
}
|
|
111
|
+
}
|