@umituz/react-native-localization 1.5.4 → 1.5.6

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.4",
3
+ "version": "1.5.6",
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",
@@ -1,12 +1,18 @@
1
1
  {
2
+ "title": "Welcome",
3
+ "subtitle": "Sign in to your account or continue as guest",
2
4
  "welcomeBack": "Welcome Back",
3
5
  "loginSubtitle": "Sign in to sync your flashcards across devices",
4
6
  "email": "Email",
7
+ "emailPlaceholder": "Enter your email",
5
8
  "password": "Password",
9
+ "passwordPlaceholder": "Enter your password",
6
10
  "enterPassword": "Enter your password",
11
+ "signIn": "Sign In",
7
12
  "login": "Login",
8
13
  "createAccount": "Create Account",
9
14
  "continueAsGuest": "Continue as Guest",
15
+ "dontHaveAccount": "Don't have an account?",
10
16
  "register": "Register",
11
17
  "displayName": "Display Name",
12
18
  "enterDisplayName": "Enter your name",
@@ -38,6 +38,7 @@
38
38
  "apply": "Apply",
39
39
  "yes": "Yes",
40
40
  "no": "No",
41
+ "or": "or",
41
42
  "all": "All",
42
43
  "none": "None",
43
44
  "of": "of",
@@ -1,298 +1,295 @@
1
1
  {
2
- "goals": {
3
- "home": {
4
- "title": "My Goals",
5
- "addGoal": "Add New Goal",
6
- "overallProgress": "Overall Progress",
7
- "activeGoals": "active goals",
8
- "completedGoals": "completed",
9
- "quickStats": {
10
- "active": "Active",
11
- "completed": "Completed",
12
- "onTrack": "On Track"
13
- },
14
- "sections": {
15
- "activeGoals": "Active Goals",
16
- "recentlyCompleted": "Recently Completed",
17
- "quickActions": "Quick Actions"
18
- },
19
- "actions": {
20
- "viewAll": "View All",
21
- "allGoals": "All Goals",
22
- "statistics": "Statistics",
23
- "progress": "Progress"
24
- },
25
- "time": {
26
- "remaining": "remaining",
27
- "today": "Today",
28
- "tomorrow": "Tomorrow",
29
- "days": "days",
30
- "weeks": "weeks",
31
- "months": "months"
32
- },
33
- "completed": "Completed!",
34
- "quote": {
35
- "text": "A goal without a plan is just a wish.",
36
- "author": "Antoine de Saint-Exupéry"
37
- }
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"
38
12
  },
39
- "list": {
40
- "title": "All Goals",
41
- "filters": {
42
- "title": "Filter Goals",
43
- "all": "All",
44
- "active": "Active",
45
- "completed": "Completed",
46
- "archived": "Archived"
47
- },
48
- "empty": "No goals found",
49
- "emptyActive": "No active goals found",
50
- "emptyCompleted": "No completed goals found",
51
- "emptyArchived": "No archived goals found",
52
- "milestones": "milestones",
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",
53
61
  "target": "Target",
54
- "daysRemaining": "days remaining",
55
- "overdue": "Overdue"
62
+ "milestones": "Milestones"
56
63
  },
57
- "add": {
58
- "title": "Create New Goal",
59
- "sections": {
60
- "basicInfo": "Basic Information",
61
- "priority": "Priority",
62
- "target": "Target",
63
- "milestones": "Milestones"
64
- },
65
- "fields": {
66
- "title": {
67
- "label": "Goal Title",
68
- "placeholder": "e.g., Learn Spanish, Run a Marathon",
69
- "required": true
70
- },
71
- "description": {
72
- "label": "Description",
73
- "placeholder": "What do you want to achieve?",
74
- "required": false
75
- },
76
- "category": {
77
- "label": "Category",
78
- "required": true
79
- },
80
- "targetDate": {
81
- "label": "Target Date",
82
- "placeholder": "YYYY-MM-DD",
83
- "required": true
84
- },
85
- "targetValue": {
86
- "label": "Target Value",
87
- "placeholder": "e.g., 100",
88
- "required": false
89
- },
90
- "unit": {
91
- "label": "Unit",
92
- "placeholder": "e.g., kg, km, $",
93
- "required": false
94
- }
64
+ "fields": {
65
+ "title": {
66
+ "label": "Goal Title",
67
+ "placeholder": "e.g., Learn Spanish, Run a Marathon",
68
+ "required": true
95
69
  },
96
- "categories": {
97
- "personal": "Personal",
98
- "career": "Career",
99
- "fitness": "Fitness",
100
- "finance": "Finance",
101
- "education": "Education",
102
- "health": "Health",
103
- "hobby": "Hobby",
104
- "other": "Other"
70
+ "description": {
71
+ "label": "Description",
72
+ "placeholder": "What do you want to achieve?",
73
+ "required": false
105
74
  },
106
- "priorities": {
107
- "low": "Low",
108
- "medium": "Medium",
109
- "high": "High"
75
+ "category": {
76
+ "label": "Category",
77
+ "required": true
110
78
  },
111
- "info": {
112
- "milestones": "You can add milestones after creating the goal"
79
+ "targetDate": {
80
+ "label": "Target Date",
81
+ "placeholder": "YYYY-MM-DD",
82
+ "required": true
113
83
  },
114
- "actions": {
115
- "cancel": "Cancel",
116
- "create": "Create Goal",
117
- "save": "Save Changes"
84
+ "targetValue": {
85
+ "label": "Target Value",
86
+ "placeholder": "e.g., 100",
87
+ "required": false
118
88
  },
119
- "validation": {
120
- "title": "Validation Error",
121
- "message": "Please fill all required fields",
122
- "invalidDateTitle": "Invalid Date",
123
- "invalidDateMessage": "Please enter date in YYYY-MM-DD format"
124
- },
125
- "success": {
126
- "created": "Goal created successfully!",
127
- "updated": "Goal updated successfully!"
89
+ "unit": {
90
+ "label": "Unit",
91
+ "placeholder": "e.g., kg, km, $",
92
+ "required": false
128
93
  }
129
94
  },
130
- "details": {
131
- "title": "Goal Details",
132
- "goalNotFound": "Goal not found",
133
- "sections": {
134
- "progress": "Progress",
135
- "timeline": "Timeline",
136
- "milestones": "Recent Milestones",
137
- "allMilestones": "All Milestones"
138
- },
139
- "progress": {
140
- "overall": "Overall Progress",
141
- "milestones": "Milestones",
142
- "current": "Current",
143
- "target": "Target",
144
- "updateProgress": "Update Progress"
145
- },
146
- "timeline": {
147
- "created": "Created",
148
- "targetDate": "Target Date",
149
- "daysRemaining": "Days Remaining",
150
- "completed": "Completed",
151
- "archived": "Archived"
152
- },
153
- "actions": {
154
- "viewAll": "View All",
155
- "markCompleted": "Mark as Completed",
156
- "archive": "Archive Goal",
157
- "delete": "Delete Goal",
158
- "edit": "Edit Goal"
159
- },
160
- "alerts": {
161
- "complete": {
162
- "title": "Complete Goal",
163
- "message": "Mark \"{title}\" as completed?"
164
- },
165
- "archive": {
166
- "title": "Archive Goal",
167
- "message": "Archive \"{title}\"?"
168
- },
169
- "delete": {
170
- "title": "Delete Goal",
171
- "message": "Are you sure you want to delete \"{title}\"? This action cannot be undone."
172
- }
173
- }
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"
174
104
  },
175
- "milestones": {
176
- "title": "Milestones",
177
- "add": "Add Milestone",
178
- "addNew": "Add New Milestone",
179
- "empty": "No milestones yet. Add your first milestone!",
180
- "completed": "Completed",
181
- "pending": "Pending",
182
- "remaining": "Remaining",
183
- "complete": "Complete",
184
- "selectGoal": "Select a goal to view milestones",
185
- "goalNotFound": "Goal not found",
186
- "noActiveGoals": "No active goals. Create a goal first to add milestones.",
187
- "changeGoal": "Change Goal",
188
- "newMilestone": "New Milestone",
189
- "milestonesCompleted": "{completed} of {total} milestones completed",
190
- "markComplete": "Mark Complete",
191
- "markIncomplete": "Mark Incomplete",
192
- "completedDate": "Completed: {date}",
193
- "fields": {
194
- "title": {
195
- "label": "Milestone Title",
196
- "placeholder": "Enter milestone title"
197
- },
198
- "description": {
199
- "label": "Description (Optional)",
200
- "placeholder": "Add details about this milestone"
201
- }
202
- },
203
- "actions": {
204
- "add": "Add Milestone",
205
- "cancel": "Cancel",
206
- "delete": "Delete",
207
- "edit": "Edit"
208
- },
209
- "alerts": {
210
- "error": "Error",
211
- "noGoalSelected": "No goal selected",
212
- "validationError": "Validation Error",
213
- "titleRequired": "Please enter a milestone title",
214
- "delete": {
215
- "title": "Delete Milestone",
216
- "message": "Are you sure you want to delete this milestone?"
217
- }
218
- }
105
+ "priorities": {
106
+ "low": "Low",
107
+ "medium": "Medium",
108
+ "high": "High"
219
109
  },
220
- "progress": {
221
- "title": "Update Progress",
222
- "goalNotFound": "Goal not found",
223
- "selectGoal": "Please select a goal to update progress",
224
- "currentProgress": "Current Progress",
225
- "updateProgress": "Update Progress",
226
- "currentValue": "Current Value",
227
- "currentValuePlaceholder": "Enter current {{unit}}",
228
- "targetValue": "Target Value",
229
- "target": "Target: {value} {unit}",
230
- "newProgress": "New Progress",
231
- "note": "Note (Optional)",
232
- "notePlaceholder": "Add a note about this progress update",
233
- "saveProgress": "Save Progress",
234
- "progressHistory": "Progress History",
235
- "statistics": "Statistics",
236
- "progressThisMonth": "Progress This Month",
237
- "updatesThisMonth": "Updates This Month",
238
- "averagePerWeek": "Average per Week",
239
- "daysSinceStart": "Days Since Start",
240
- "percentage": "Progress Percentage",
241
- "save": "Update Progress",
110
+ "info": {
111
+ "milestones": "You can add milestones after creating the goal"
112
+ },
113
+ "actions": {
242
114
  "cancel": "Cancel",
243
- "milestoneNote": "This goal uses milestones for progress tracking. Update milestones to change progress.",
244
- "useMilestones": "This goal uses milestones for progress tracking. Go to Milestones tab to update progress.",
245
- "noTargetValue": "This goal doesn't have a target value. Add milestones to track progress.",
246
- "alerts": {
247
- "error": "Error",
248
- "noGoalSelected": "No goal selected",
249
- "validationError": "Validation Error",
250
- "invalidNumber": "Please enter a valid number"
251
- }
115
+ "create": "Create Goal",
116
+ "save": "Save Changes"
252
117
  },
253
- "statistics": {
254
- "title": "Statistics",
255
- "overview": "Overview",
256
- "total": "Total Goals",
257
- "active": "Active",
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",
258
149
  "completed": "Completed",
259
- "archived": "Archived",
260
- "averageProgress": "Average Progress",
261
- "onTrack": "On Track",
262
- "overdue": "Overdue",
263
- "milestones": {
264
- "title": "Milestones",
265
- "total": "Total",
266
- "completed": "Completed"
267
- },
268
- "categories": {
269
- "title": "Goals by Category",
270
- "empty": "No goals yet"
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?"
271
163
  },
272
- "timeline": {
273
- "title": "Progress Timeline",
274
- "thisWeek": "This Week",
275
- "thisMonth": "This Month",
276
- "thisYear": "This Year"
164
+ "archive": {
165
+ "title": "Archive Goal",
166
+ "message": "Archive \"{title}\"?"
277
167
  },
278
- "started": "Started",
279
- "insights": {
280
- "insight1": "You've completed {{count}} goals so far. Keep up the great work!",
281
- "insight2": "Your completion rate is {{rate}}%. Set smaller milestones for better progress tracking.",
282
- "insight3": "Average progress across all goals is {{progress}}%. Update your progress regularly!"
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"
283
196
  },
284
- "categoryStats": "{{completed}} completed, {{active}} active"
197
+ "description": {
198
+ "label": "Description (Optional)",
199
+ "placeholder": "Add details about this milestone"
200
+ }
285
201
  },
286
- "status": {
287
- "active": "Active",
288
- "completed": "Completed",
289
- "archived": "Archived"
202
+ "actions": {
203
+ "add": "Add Milestone",
204
+ "cancel": "Cancel",
205
+ "delete": "Delete",
206
+ "edit": "Edit"
290
207
  },
291
- "empty": {
292
- "title": "No Goals Yet",
293
- "description": "Start your journey by creating your first goal!",
294
- "action": "Create Your First Goal"
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
+ }
295
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"
296
294
  }
297
295
  }
298
-