@umituz/react-native-localization 1.5.8 → 1.6.0
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 +1 -1
- package/src/infrastructure/locales/en-US/auth.json +2 -6
- package/src/infrastructure/locales/en-US/branding.json +1 -5
- package/src/infrastructure/locales/en-US/datetime.json +1 -3
- package/src/infrastructure/locales/en-US/errors.json +0 -2
- package/src/infrastructure/locales/en-US/general.json +2 -3
- package/src/infrastructure/locales/en-US/index.ts +1 -1
- package/src/infrastructure/locales/en-US/navigation.json +4 -12
- package/src/infrastructure/locales/en-US/onboarding.json +11 -19
- package/src/infrastructure/locales/en-US/settings.json +1 -4
package/package.json
CHANGED
|
@@ -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
|
-
"
|
|
16
|
+
"displayNamePlaceholder": "Enter your name",
|
|
19
17
|
"confirmPassword": "Confirm Password",
|
|
20
|
-
"
|
|
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",
|
|
@@ -26,8 +24,6 @@
|
|
|
26
24
|
"loginFailed": "Login failed. Please check your credentials.",
|
|
27
25
|
"registrationFailed": "Registration failed. Please try again.",
|
|
28
26
|
"logout": "Logout",
|
|
29
|
-
"profile": "Profile",
|
|
30
|
-
"account": "Account",
|
|
31
27
|
"signedInAs": "Signed in as",
|
|
32
28
|
"guestMode": "Guest Mode",
|
|
33
29
|
"guestModeDescription": "Your data is stored locally on this device",
|
|
@@ -61,7 +61,6 @@
|
|
|
61
61
|
"relative": {
|
|
62
62
|
"now": "Now",
|
|
63
63
|
"justNow": "Just now",
|
|
64
|
-
"today": "Today",
|
|
65
64
|
"yesterday": "Yesterday",
|
|
66
65
|
"tomorrow": "Tomorrow",
|
|
67
66
|
"thisWeek": "This week",
|
|
@@ -134,7 +133,6 @@
|
|
|
134
133
|
"clearDate": "Clear Date",
|
|
135
134
|
"clearTime": "Clear Time",
|
|
136
135
|
"confirmDate": "Confirm Date",
|
|
137
|
-
"confirmTime": "Confirm Time"
|
|
138
|
-
"cancel": "Cancel"
|
|
136
|
+
"confirmTime": "Confirm Time"
|
|
139
137
|
}
|
|
140
138
|
}
|
|
@@ -29,14 +29,12 @@
|
|
|
29
29
|
"photosNotAvailable": "Photo library not available"
|
|
30
30
|
},
|
|
31
31
|
"common": {
|
|
32
|
-
"somethingWentWrong": "Something went wrong",
|
|
33
32
|
"tryAgainLater": "Please try again later",
|
|
34
33
|
"unexpectedError": "An unexpected error occurred"
|
|
35
34
|
},
|
|
36
35
|
"actions": {
|
|
37
36
|
"dismiss": "Dismiss",
|
|
38
37
|
"retry": "Retry",
|
|
39
|
-
"cancel": "Cancel",
|
|
40
38
|
"goBack": "Go Back",
|
|
41
39
|
"contactSupport": "Contact Support"
|
|
42
40
|
}
|
|
@@ -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
|
-
"
|
|
13
|
+
"somethingWentWrong": "Something went wrong",
|
|
15
14
|
"success": "Success",
|
|
16
15
|
"close": "Close",
|
|
17
16
|
"done": "Done",
|
|
@@ -20,7 +19,6 @@
|
|
|
20
19
|
"skip": "Skip",
|
|
21
20
|
"retry": "Retry",
|
|
22
21
|
"refresh": "Refresh",
|
|
23
|
-
"search": "Search",
|
|
24
22
|
"filter": "Filter",
|
|
25
23
|
"sort": "Sort",
|
|
26
24
|
"add": "Add",
|
|
@@ -54,5 +52,6 @@
|
|
|
54
52
|
"viewAll": "View all",
|
|
55
53
|
"showMore": "Show more",
|
|
56
54
|
"showLess": "Show less",
|
|
55
|
+
"back": "Back",
|
|
57
56
|
"start": "Start"
|
|
58
57
|
}
|
|
@@ -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:
|
|
23
|
+
* Generated: 2025-11-13T00:36:17.340Z
|
|
24
24
|
*/
|
|
25
25
|
|
|
26
26
|
// Metro bundler require.context - auto-discover all .json files
|
|
@@ -1,8 +1,5 @@
|
|
|
1
1
|
{
|
|
2
2
|
"home": "Home",
|
|
3
|
-
"settings": "Settings",
|
|
4
|
-
"about": "About",
|
|
5
|
-
"back": "Back",
|
|
6
3
|
"explore": "Explore",
|
|
7
4
|
"search": "Search",
|
|
8
5
|
"favorites": "Favorites",
|
|
@@ -13,19 +10,14 @@
|
|
|
13
10
|
"progress": "Progress",
|
|
14
11
|
"dashboard": "Dashboard",
|
|
15
12
|
"calendar": "Calendar",
|
|
16
|
-
"tasks": "Tasks",
|
|
17
|
-
"notes": "Notes",
|
|
18
|
-
"projects": "Projects",
|
|
19
13
|
"categories": "Categories",
|
|
20
14
|
"saved": "Saved",
|
|
21
15
|
"history": "History",
|
|
22
|
-
"achievements": "Achievements",
|
|
23
|
-
"leaderboard": "Leaderboard",
|
|
24
|
-
"challenges": "Challenges",
|
|
25
|
-
"rewards": "Rewards",
|
|
26
|
-
"today": "Today",
|
|
27
16
|
"statistics": "Statistics",
|
|
28
17
|
"reminders": "Reminders",
|
|
29
18
|
"profile": "Profile",
|
|
30
|
-
"account": "Account"
|
|
19
|
+
"account": "Account",
|
|
20
|
+
"settings": "Settings",
|
|
21
|
+
"about": "About",
|
|
22
|
+
"today": "Today"
|
|
31
23
|
}
|
|
@@ -1,24 +1,22 @@
|
|
|
1
1
|
{
|
|
2
|
-
"skip": "Skip",
|
|
3
|
-
"getStarted": "Get Started",
|
|
4
2
|
"welcome": {
|
|
5
3
|
"title": "Welcome!",
|
|
6
|
-
"subtitle": "
|
|
4
|
+
"subtitle": "Get started",
|
|
7
5
|
"getStarted": "Get Started",
|
|
8
6
|
"skip": "Skip"
|
|
9
7
|
},
|
|
10
8
|
"slides": {
|
|
11
9
|
"slide1": {
|
|
12
|
-
"title": "
|
|
13
|
-
"description": "
|
|
10
|
+
"title": "Welcome",
|
|
11
|
+
"description": "Get started with our app"
|
|
14
12
|
},
|
|
15
13
|
"slide2": {
|
|
16
|
-
"title": "
|
|
17
|
-
"description": "
|
|
14
|
+
"title": "Features",
|
|
15
|
+
"description": "Discover what we offer"
|
|
18
16
|
},
|
|
19
17
|
"slide3": {
|
|
20
|
-
"title": "
|
|
21
|
-
"description": "
|
|
18
|
+
"title": "Ready",
|
|
19
|
+
"description": "Let's begin"
|
|
22
20
|
}
|
|
23
21
|
},
|
|
24
22
|
"permissions": {
|
|
@@ -26,17 +24,17 @@
|
|
|
26
24
|
"subtitle": "We need some permissions to provide the best experience",
|
|
27
25
|
"location": {
|
|
28
26
|
"title": "Location",
|
|
29
|
-
"description": "
|
|
27
|
+
"description": "Enable location services",
|
|
30
28
|
"enable": "Enable Location"
|
|
31
29
|
},
|
|
32
30
|
"camera": {
|
|
33
31
|
"title": "Camera",
|
|
34
|
-
"description": "
|
|
32
|
+
"description": "Enable camera access",
|
|
35
33
|
"enable": "Enable Camera"
|
|
36
34
|
},
|
|
37
35
|
"photos": {
|
|
38
36
|
"title": "Photos",
|
|
39
|
-
"description": "
|
|
37
|
+
"description": "Enable photo library access",
|
|
40
38
|
"enable": "Enable Photos"
|
|
41
39
|
},
|
|
42
40
|
"later": "I'll do this later",
|
|
@@ -44,7 +42,7 @@
|
|
|
44
42
|
},
|
|
45
43
|
"personalization": {
|
|
46
44
|
"title": "Personalize Your Experience",
|
|
47
|
-
"subtitle": "
|
|
45
|
+
"subtitle": "Set your preferences",
|
|
48
46
|
"preferences": {
|
|
49
47
|
"title": "Set your preferences",
|
|
50
48
|
"theme": "Choose Theme",
|
|
@@ -56,11 +54,5 @@
|
|
|
56
54
|
"title": "You're All Set!",
|
|
57
55
|
"subtitle": "Let's get started!",
|
|
58
56
|
"startButton": "Start Using App"
|
|
59
|
-
},
|
|
60
|
-
"navigation": {
|
|
61
|
-
"next": "Next",
|
|
62
|
-
"back": "Back",
|
|
63
|
-
"skip": "Skip",
|
|
64
|
-
"done": "Done"
|
|
65
57
|
}
|
|
66
58
|
}
|
|
@@ -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": "
|
|
36
|
+
"themeDescription": "Theme settings"
|
|
40
37
|
},
|
|
41
38
|
"notifications": {
|
|
42
39
|
"title": "Notifications",
|