@arch-cadre/auth 0.0.1 → 1.0.2
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/locales/pl/global.json +35 -0
- package/package.json +7 -7
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
{
|
|
2
|
+
"error_occurred": "wystąpił_błąd",
|
|
3
|
+
"Verify email": "Zweryfikuj adres e-mail",
|
|
4
|
+
"We've sent a verification code to your email address: {email}": "Wysłaliśmy kod weryfikacyjny na Twój adres e-mail: {email}",
|
|
5
|
+
"Verify Email": "Zweryfikuj adres e-mail",
|
|
6
|
+
"Resend verification email": "Wyślij ponownie e-mail weryfikacyjny",
|
|
7
|
+
"Sign Up": "Zapisać się",
|
|
8
|
+
"Sign up to access your dashboard, settings and projects.": "Zarejestruj się, aby uzyskać dostęp do panelu, ustawień i projektów.",
|
|
9
|
+
"or sign up with email": "lub zarejestruj się za pomocą e-maila",
|
|
10
|
+
"Email address": "Adres e-mail",
|
|
11
|
+
"Username": "Nazwa użytkownika",
|
|
12
|
+
"Password": "Hasło",
|
|
13
|
+
"I agree to the": "Zgadzam się na",
|
|
14
|
+
"Terms": "Warunki",
|
|
15
|
+
"and": "I",
|
|
16
|
+
"Privacy Policy": "Polityka prywatności",
|
|
17
|
+
"Already have an account?": "Masz już konto?",
|
|
18
|
+
"Sign In": "Zalogować się",
|
|
19
|
+
"Sign in to access your dashboard, settings and projects.": "Zaloguj się, aby uzyskać dostęp do panelu, ustawień i projektów.",
|
|
20
|
+
"or sign in with email": "lub zaloguj się za pomocą e-maila",
|
|
21
|
+
"Forgot your password?": "Zapomniałeś hasła?",
|
|
22
|
+
"Remember me": "Pamiętaj mnie",
|
|
23
|
+
"No account?": "Nie masz konta?",
|
|
24
|
+
"Reset password": "Zresetuj hasło",
|
|
25
|
+
"Enter your new password below.": "Wpisz poniżej swoje nowe hasło.",
|
|
26
|
+
"New Password": "Nowe hasło",
|
|
27
|
+
"Confirm Password": "Potwierdź hasło",
|
|
28
|
+
"Forgot Password": "Zapomniałem hasła",
|
|
29
|
+
"Enter your email address and we'll send you a link to reset your password.": "Wpisz swój adres e-mail, a my wyślemy Ci link umożliwiający zresetowanie hasła.",
|
|
30
|
+
"Send reset link": "Wyślij link resetujący",
|
|
31
|
+
"Verification failed. Please try again.": "Weryfikacja nie powiodła się. Spróbuj ponownie.",
|
|
32
|
+
"Verify your email address": "Zweryfikuj swój adres e-mail",
|
|
33
|
+
"We sent an 6-digit code to {email}.": "Wysłaliśmy 6-cyfrowy kod na adres {email}.",
|
|
34
|
+
"Verify": "Zweryfikować"
|
|
35
|
+
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@arch-cadre/auth",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "1.0.2",
|
|
4
4
|
"description": "Auth module for Kryo framework",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"exports": {
|
|
@@ -30,8 +30,8 @@
|
|
|
30
30
|
"build": "unbuild"
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@arch-cadre/modules": "^0.0.
|
|
34
|
-
"@arch-cadre/ui": "^0.0.
|
|
33
|
+
"@arch-cadre/modules": "^0.0.17",
|
|
34
|
+
"@arch-cadre/ui": "^0.0.17",
|
|
35
35
|
"@hookform/resolvers": "^3.10.0",
|
|
36
36
|
"lucide-react": "^0.475.0",
|
|
37
37
|
"react-hook-form": "^7.54.2",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"zod": "^3.24.1"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@arch-cadre/core": "^0.0.
|
|
42
|
+
"@arch-cadre/core": "^0.0.17",
|
|
43
43
|
"@types/react": "^19",
|
|
44
44
|
"next": "16.1.1",
|
|
45
45
|
"react": "^19.0.0",
|
|
@@ -47,9 +47,9 @@
|
|
|
47
47
|
"unbuild": "^3.6.1"
|
|
48
48
|
},
|
|
49
49
|
"peerDependencies": {
|
|
50
|
-
"@arch-cadre/core": "^0.0.
|
|
51
|
-
"@arch-cadre/intl": "^0.0.
|
|
52
|
-
"@arch-cadre/ui": "^0.0.
|
|
50
|
+
"@arch-cadre/core": "^0.0.17",
|
|
51
|
+
"@arch-cadre/intl": "^0.0.17",
|
|
52
|
+
"@arch-cadre/ui": "^0.0.17",
|
|
53
53
|
"next": ">=13.0.0",
|
|
54
54
|
"react": "^19.0.0"
|
|
55
55
|
},
|