@umituz/react-native-localization 1.5.8 → 1.5.9

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umituz/react-native-localization",
3
- "version": "1.5.8",
3
+ "version": "1.5.9",
4
4
  "description": "Universal localization system for React Native apps with i18n support",
5
5
  "main": "./src/index.ts",
6
6
  "types": "./src/index.ts",
@@ -7,17 +7,15 @@
7
7
  "emailPlaceholder": "Enter your email",
8
8
  "password": "Password",
9
9
  "passwordPlaceholder": "Enter your password",
10
- "enterPassword": "Enter your password",
11
10
  "signIn": "Sign In",
12
- "login": "Login",
13
11
  "createAccount": "Create Account",
14
12
  "continueAsGuest": "Continue as Guest",
15
13
  "dontHaveAccount": "Don't have an account?",
16
14
  "register": "Register",
17
15
  "displayName": "Display Name",
18
- "enterDisplayName": "Enter your name",
16
+ "displayNamePlaceholder": "Enter your name",
19
17
  "confirmPassword": "Confirm Password",
20
- "reenterPassword": "Re-enter your password",
18
+ "confirmPasswordPlaceholder": "Re-enter your password",
21
19
  "backToLogin": "Back to Login",
22
20
  "registerSubtitle": "Create an account to sync your data",
23
21
  "fillAllFields": "Please fill in all fields",
@@ -1,11 +1,8 @@
1
1
  {
2
2
  "appName": "App Name",
3
- "tagline": "Welcome to your journey",
4
- "poweredBy": "Powered by UmitUZ App Factory",
3
+ "tagline": "Welcome",
5
4
  "version": "Version {{version}}",
6
5
  "splash": {
7
6
  "loading": "Loading..."
8
7
  }
9
8
  }
10
-
11
-
@@ -1,5 +1,4 @@
1
1
  {
2
- "back": "Back",
3
2
  "cancel": "Cancel",
4
3
  "confirm": "Confirm",
5
4
  "continue": "Continue",
@@ -11,7 +10,7 @@
11
10
  "ok": "OK",
12
11
  "optional": "Optional",
13
12
  "save": "Save",
14
- "something_went_wrong": "Something went wrong",
13
+ "somethingWentWrong": "Something went wrong",
15
14
  "success": "Success",
16
15
  "close": "Close",
17
16
  "done": "Done",
@@ -20,7 +20,7 @@
20
20
  * This file is automatically generated by setup-languages.js or createLocaleLoaders.js
21
21
  * but can be manually edited if needed.
22
22
  *
23
- * Generated: 2025-11-13T00:33:51.150Z
23
+ * Generated: 2025-11-13T00:34:49.309Z
24
24
  */
25
25
 
26
26
  // Metro bundler require.context - auto-discover all .json files
@@ -2,7 +2,6 @@
2
2
  "home": "Home",
3
3
  "settings": "Settings",
4
4
  "about": "About",
5
- "back": "Back",
6
5
  "explore": "Explore",
7
6
  "search": "Search",
8
7
  "favorites": "Favorites",
@@ -13,16 +12,9 @@
13
12
  "progress": "Progress",
14
13
  "dashboard": "Dashboard",
15
14
  "calendar": "Calendar",
16
- "tasks": "Tasks",
17
- "notes": "Notes",
18
- "projects": "Projects",
19
15
  "categories": "Categories",
20
16
  "saved": "Saved",
21
17
  "history": "History",
22
- "achievements": "Achievements",
23
- "leaderboard": "Leaderboard",
24
- "challenges": "Challenges",
25
- "rewards": "Rewards",
26
18
  "today": "Today",
27
19
  "statistics": "Statistics",
28
20
  "reminders": "Reminders",
@@ -3,22 +3,22 @@
3
3
  "getStarted": "Get Started",
4
4
  "welcome": {
5
5
  "title": "Welcome!",
6
- "subtitle": "Your journey starts here",
6
+ "subtitle": "Get started",
7
7
  "getStarted": "Get Started",
8
8
  "skip": "Skip"
9
9
  },
10
10
  "slides": {
11
11
  "slide1": {
12
- "title": "Discover Amazing Features",
13
- "description": "Explore everything our app has to offer"
12
+ "title": "Welcome",
13
+ "description": "Get started with our app"
14
14
  },
15
15
  "slide2": {
16
- "title": "Stay Organized",
17
- "description": "Keep track of what matters most"
16
+ "title": "Features",
17
+ "description": "Discover what we offer"
18
18
  },
19
19
  "slide3": {
20
- "title": "Achieve Your Goals",
21
- "description": "We're here to help you succeed"
20
+ "title": "Ready",
21
+ "description": "Let's begin"
22
22
  }
23
23
  },
24
24
  "permissions": {
@@ -26,17 +26,17 @@
26
26
  "subtitle": "We need some permissions to provide the best experience",
27
27
  "location": {
28
28
  "title": "Location",
29
- "description": "Provide location-based features",
29
+ "description": "Enable location services",
30
30
  "enable": "Enable Location"
31
31
  },
32
32
  "camera": {
33
33
  "title": "Camera",
34
- "description": "Take photos and scan documents",
34
+ "description": "Enable camera access",
35
35
  "enable": "Enable Camera"
36
36
  },
37
37
  "photos": {
38
38
  "title": "Photos",
39
- "description": "Access your photo library",
39
+ "description": "Enable photo library access",
40
40
  "enable": "Enable Photos"
41
41
  },
42
42
  "later": "I'll do this later",
@@ -44,7 +44,7 @@
44
44
  },
45
45
  "personalization": {
46
46
  "title": "Personalize Your Experience",
47
- "subtitle": "Tell us about yourself",
47
+ "subtitle": "Set your preferences",
48
48
  "preferences": {
49
49
  "title": "Set your preferences",
50
50
  "theme": "Choose Theme",
@@ -2,13 +2,10 @@
2
2
  "lightMode": "Light Mode",
3
3
  "darkMode": "Dark Mode",
4
4
  "language": "Language",
5
- "aboutDescription": "App information and version",
6
5
  "about": {
7
6
  "title": "About",
8
7
  "description": "App information and version",
9
8
  "appVersion": "App Version",
10
- "moreApps": "More Apps",
11
- "moreAppsDescription": "Check out our other apps",
12
9
  "contactEmail": "Contact Email",
13
10
  "website": "Website"
14
11
  },
@@ -36,7 +33,7 @@
36
33
  "darkMode": "Dark Mode",
37
34
  "darkTheme": "Dark Theme",
38
35
  "lightTheme": "Light Theme",
39
- "themeDescription": "Language and theme settings"
36
+ "themeDescription": "Theme settings"
40
37
  },
41
38
  "notifications": {
42
39
  "title": "Notifications",