@umituz/react-native-localization 1.5.7 → 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.7",
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:06.438Z
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",
@@ -10,49 +9,15 @@
10
9
  "discover": "Discover",
11
10
  "library": "Library",
12
11
  "stats": "Stats",
13
- "wellness": "Wellness",
14
- "exercises": "Exercises",
15
- "nutrition": "Nutrition",
16
12
  "progress": "Progress",
17
- "workouts": "Workouts",
18
13
  "dashboard": "Dashboard",
19
14
  "calendar": "Calendar",
20
- "tasks": "Tasks",
21
- "notes": "Notes",
22
- "projects": "Projects",
23
- "goals": "Goals",
24
- "habits": "Habits",
25
- "budget": "Budget",
26
- "expenses": "Expenses",
27
- "income": "Income",
28
- "accounts": "Accounts",
29
- "reports": "Reports",
30
- "courses": "Courses",
31
- "lessons": "Lessons",
32
- "practice": "Practice",
33
- "learning": "Learning",
34
- "meditation": "Meditation",
35
- "journal": "Journal",
36
- "timer": "Timer",
37
- "tracking": "Tracking",
38
- "analytics": "Analytics",
39
- "community": "Community",
40
- "feed": "Feed",
41
- "browse": "Browse",
42
15
  "categories": "Categories",
43
16
  "saved": "Saved",
44
17
  "history": "History",
45
- "achievements": "Achievements",
46
- "leaderboard": "Leaderboard",
47
- "challenges": "Challenges",
48
- "rewards": "Rewards",
49
18
  "today": "Today",
50
- "medicines": "Medicines",
51
- "adherence": "Adherence",
52
- "decks": "Decks",
53
- "cards": "Cards",
54
- "study": "Study",
55
- "milestones": "Milestones",
56
19
  "statistics": "Statistics",
57
- "reminders": "Reminders"
20
+ "reminders": "Reminders",
21
+ "profile": "Profile",
22
+ "account": "Account"
58
23
  }
@@ -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,17 +44,7 @@
44
44
  },
45
45
  "personalization": {
46
46
  "title": "Personalize Your Experience",
47
- "subtitle": "Tell us about yourself",
48
- "goals": {
49
- "title": "What are your goals?",
50
- "options": [
51
- "Stay healthy",
52
- "Be productive",
53
- "Learn new skills",
54
- "Connect with others",
55
- "Have fun"
56
- ]
57
- },
47
+ "subtitle": "Set your preferences",
58
48
  "preferences": {
59
49
  "title": "Set your preferences",
60
50
  "theme": "Choose Theme",
@@ -2,21 +2,13 @@
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
  },
15
- "disclaimer": {
16
- "title": "Health Disclaimer",
17
- "shortMessage": "Tap to read important health information",
18
- "message": "This app is for informational and wellness support purposes only. It is NOT a substitute for professional medical or mental health care.\n\nIf you're experiencing a health crisis or emergency, contact your local emergency services or healthcare provider immediately.\n\nAlways consult qualified healthcare professionals for medical advice, diagnosis, or treatment. The content in this app should not be used as a substitute for professional medical judgment.\n\nYour privacy is important. All data stays private on your device unless you explicitly choose to share it."
19
- },
20
12
  "legal": {
21
13
  "title": "Legal",
22
14
  "description": "Privacy policy, terms of use, and EULA",
@@ -41,7 +33,7 @@
41
33
  "darkMode": "Dark Mode",
42
34
  "darkTheme": "Dark Theme",
43
35
  "lightTheme": "Light Theme",
44
- "themeDescription": "Language and theme settings"
36
+ "themeDescription": "Theme settings"
45
37
  },
46
38
  "notifications": {
47
39
  "title": "Notifications",
@@ -1,295 +0,0 @@
1
- {
2
- "home": {
3
- "title": "My Goals",
4
- "addGoal": "Add New Goal",
5
- "overallProgress": "Overall Progress",
6
- "activeGoals": "active goals",
7
- "completedGoals": "completed",
8
- "quickStats": {
9
- "active": "Active",
10
- "completed": "Completed",
11
- "onTrack": "On Track"
12
- },
13
- "sections": {
14
- "activeGoals": "Active Goals",
15
- "recentlyCompleted": "Recently Completed",
16
- "quickActions": "Quick Actions"
17
- },
18
- "actions": {
19
- "viewAll": "View All",
20
- "allGoals": "All Goals",
21
- "statistics": "Statistics",
22
- "progress": "Progress"
23
- },
24
- "time": {
25
- "remaining": "remaining",
26
- "today": "Today",
27
- "tomorrow": "Tomorrow",
28
- "days": "days",
29
- "weeks": "weeks",
30
- "months": "months"
31
- },
32
- "completed": "Completed!",
33
- "quote": {
34
- "text": "A goal without a plan is just a wish.",
35
- "author": "Antoine de Saint-Exupéry"
36
- }
37
- },
38
- "list": {
39
- "title": "All Goals",
40
- "filters": {
41
- "title": "Filter Goals",
42
- "all": "All",
43
- "active": "Active",
44
- "completed": "Completed",
45
- "archived": "Archived"
46
- },
47
- "empty": "No goals found",
48
- "emptyActive": "No active goals found",
49
- "emptyCompleted": "No completed goals found",
50
- "emptyArchived": "No archived goals found",
51
- "milestones": "milestones",
52
- "target": "Target",
53
- "daysRemaining": "days remaining",
54
- "overdue": "Overdue"
55
- },
56
- "add": {
57
- "title": "Create New Goal",
58
- "sections": {
59
- "basicInfo": "Basic Information",
60
- "priority": "Priority",
61
- "target": "Target",
62
- "milestones": "Milestones"
63
- },
64
- "fields": {
65
- "title": {
66
- "label": "Goal Title",
67
- "placeholder": "e.g., Learn Spanish, Run a Marathon",
68
- "required": true
69
- },
70
- "description": {
71
- "label": "Description",
72
- "placeholder": "What do you want to achieve?",
73
- "required": false
74
- },
75
- "category": {
76
- "label": "Category",
77
- "required": true
78
- },
79
- "targetDate": {
80
- "label": "Target Date",
81
- "placeholder": "YYYY-MM-DD",
82
- "required": true
83
- },
84
- "targetValue": {
85
- "label": "Target Value",
86
- "placeholder": "e.g., 100",
87
- "required": false
88
- },
89
- "unit": {
90
- "label": "Unit",
91
- "placeholder": "e.g., kg, km, $",
92
- "required": false
93
- }
94
- },
95
- "categories": {
96
- "personal": "Personal",
97
- "career": "Career",
98
- "fitness": "Fitness",
99
- "finance": "Finance",
100
- "education": "Education",
101
- "health": "Health",
102
- "hobby": "Hobby",
103
- "other": "Other"
104
- },
105
- "priorities": {
106
- "low": "Low",
107
- "medium": "Medium",
108
- "high": "High"
109
- },
110
- "info": {
111
- "milestones": "You can add milestones after creating the goal"
112
- },
113
- "actions": {
114
- "cancel": "Cancel",
115
- "create": "Create Goal",
116
- "save": "Save Changes"
117
- },
118
- "validation": {
119
- "title": "Validation Error",
120
- "message": "Please fill all required fields",
121
- "invalidDateTitle": "Invalid Date",
122
- "invalidDateMessage": "Please enter date in YYYY-MM-DD format"
123
- },
124
- "success": {
125
- "created": "Goal created successfully!",
126
- "updated": "Goal updated successfully!"
127
- }
128
- },
129
- "details": {
130
- "title": "Goal Details",
131
- "goalNotFound": "Goal not found",
132
- "sections": {
133
- "progress": "Progress",
134
- "timeline": "Timeline",
135
- "milestones": "Recent Milestones",
136
- "allMilestones": "All Milestones"
137
- },
138
- "progress": {
139
- "overall": "Overall Progress",
140
- "milestones": "Milestones",
141
- "current": "Current",
142
- "target": "Target",
143
- "updateProgress": "Update Progress"
144
- },
145
- "timeline": {
146
- "created": "Created",
147
- "targetDate": "Target Date",
148
- "daysRemaining": "Days Remaining",
149
- "completed": "Completed",
150
- "archived": "Archived"
151
- },
152
- "actions": {
153
- "viewAll": "View All",
154
- "markCompleted": "Mark as Completed",
155
- "archive": "Archive Goal",
156
- "delete": "Delete Goal",
157
- "edit": "Edit Goal"
158
- },
159
- "alerts": {
160
- "complete": {
161
- "title": "Complete Goal",
162
- "message": "Mark \"{title}\" as completed?"
163
- },
164
- "archive": {
165
- "title": "Archive Goal",
166
- "message": "Archive \"{title}\"?"
167
- },
168
- "delete": {
169
- "title": "Delete Goal",
170
- "message": "Are you sure you want to delete \"{title}\"? This action cannot be undone."
171
- }
172
- }
173
- },
174
- "milestones": {
175
- "title": "Milestones",
176
- "add": "Add Milestone",
177
- "addNew": "Add New Milestone",
178
- "empty": "No milestones yet. Add your first milestone!",
179
- "completed": "Completed",
180
- "pending": "Pending",
181
- "remaining": "Remaining",
182
- "complete": "Complete",
183
- "selectGoal": "Select a goal to view milestones",
184
- "goalNotFound": "Goal not found",
185
- "noActiveGoals": "No active goals. Create a goal first to add milestones.",
186
- "changeGoal": "Change Goal",
187
- "newMilestone": "New Milestone",
188
- "milestonesCompleted": "{completed} of {total} milestones completed",
189
- "markComplete": "Mark Complete",
190
- "markIncomplete": "Mark Incomplete",
191
- "completedDate": "Completed: {date}",
192
- "fields": {
193
- "title": {
194
- "label": "Milestone Title",
195
- "placeholder": "Enter milestone title"
196
- },
197
- "description": {
198
- "label": "Description (Optional)",
199
- "placeholder": "Add details about this milestone"
200
- }
201
- },
202
- "actions": {
203
- "add": "Add Milestone",
204
- "cancel": "Cancel",
205
- "delete": "Delete",
206
- "edit": "Edit"
207
- },
208
- "alerts": {
209
- "error": "Error",
210
- "noGoalSelected": "No goal selected",
211
- "validationError": "Validation Error",
212
- "titleRequired": "Please enter a milestone title",
213
- "delete": {
214
- "title": "Delete Milestone",
215
- "message": "Are you sure you want to delete this milestone?"
216
- }
217
- }
218
- },
219
- "progress": {
220
- "title": "Update Progress",
221
- "goalNotFound": "Goal not found",
222
- "selectGoal": "Please select a goal to update progress",
223
- "currentProgress": "Current Progress",
224
- "updateProgress": "Update Progress",
225
- "currentValue": "Current Value",
226
- "currentValuePlaceholder": "Enter current {{unit}}",
227
- "targetValue": "Target Value",
228
- "target": "Target: {value} {unit}",
229
- "newProgress": "New Progress",
230
- "note": "Note (Optional)",
231
- "notePlaceholder": "Add a note about this progress update",
232
- "saveProgress": "Save Progress",
233
- "progressHistory": "Progress History",
234
- "statistics": "Statistics",
235
- "progressThisMonth": "Progress This Month",
236
- "updatesThisMonth": "Updates This Month",
237
- "averagePerWeek": "Average per Week",
238
- "daysSinceStart": "Days Since Start",
239
- "percentage": "Progress Percentage",
240
- "save": "Update Progress",
241
- "cancel": "Cancel",
242
- "milestoneNote": "This goal uses milestones for progress tracking. Update milestones to change progress.",
243
- "useMilestones": "This goal uses milestones for progress tracking. Go to Milestones tab to update progress.",
244
- "noTargetValue": "This goal doesn't have a target value. Add milestones to track progress.",
245
- "alerts": {
246
- "error": "Error",
247
- "noGoalSelected": "No goal selected",
248
- "validationError": "Validation Error",
249
- "invalidNumber": "Please enter a valid number"
250
- }
251
- },
252
- "statistics": {
253
- "title": "Statistics",
254
- "overview": "Overview",
255
- "total": "Total Goals",
256
- "active": "Active",
257
- "completed": "Completed",
258
- "archived": "Archived",
259
- "averageProgress": "Average Progress",
260
- "onTrack": "On Track",
261
- "overdue": "Overdue",
262
- "milestones": {
263
- "title": "Milestones",
264
- "total": "Total",
265
- "completed": "Completed"
266
- },
267
- "categories": {
268
- "title": "Goals by Category",
269
- "empty": "No goals yet"
270
- },
271
- "timeline": {
272
- "title": "Progress Timeline",
273
- "thisWeek": "This Week",
274
- "thisMonth": "This Month",
275
- "thisYear": "This Year"
276
- },
277
- "started": "Started",
278
- "insights": {
279
- "insight1": "You've completed {{count}} goals so far. Keep up the great work!",
280
- "insight2": "Your completion rate is {{rate}}%. Set smaller milestones for better progress tracking.",
281
- "insight3": "Average progress across all goals is {{progress}}%. Update your progress regularly!"
282
- },
283
- "categoryStats": "{{completed}} completed, {{active}} active"
284
- },
285
- "status": {
286
- "active": "Active",
287
- "completed": "Completed",
288
- "archived": "Archived"
289
- },
290
- "empty": {
291
- "title": "No Goals Yet",
292
- "description": "Start your journey by creating your first goal!",
293
- "action": "Create Your First Goal"
294
- }
295
- }