@oxyhq/core 1.11.1 → 1.11.3

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.
@@ -444,6 +444,34 @@
444
444
  "title": "Why Karma?",
445
445
  "text": "Karma unlocks special features and recognition in the Oxy Ecosystem. The more you contribute, the more you earn!"
446
446
  }
447
+ },
448
+ "achievements": {
449
+ "unlocked": "Unlocked Achievements",
450
+ "locked": "Locked Achievements",
451
+ "firstStep": "First Step",
452
+ "firstStepDesc": "Earned your first karma point",
453
+ "novice": "Novice",
454
+ "noviceDesc": "Reached 10 karma points",
455
+ "contributor": "Contributor",
456
+ "contributorDesc": "Reached 50 karma points",
457
+ "risingStar": "Rising Star",
458
+ "risingStarDesc": "Reached 100 karma points",
459
+ "earlyAdopter": "Early Adopter",
460
+ "earlyAdopterDesc": "Been part of the community from the start",
461
+ "communityHero": "Community Hero",
462
+ "communityHeroDesc": "Reached 500 karma points",
463
+ "legend": "Legend",
464
+ "legendDesc": "Reached 1000 karma points",
465
+ "phoenix": "Phoenix",
466
+ "phoenixDesc": "Reached 2500 karma points",
467
+ "unstoppable": "Unstoppable",
468
+ "unstoppableDesc": "Reached 5000 karma points",
469
+ "bugHunter": "Bug Hunter",
470
+ "bugHunterDesc": "Reported helpful bugs",
471
+ "helper": "Helper",
472
+ "helperDesc": "Helped 10 users",
473
+ "streakMaster": "Streak Master",
474
+ "streakMasterDesc": "7 day activity streak"
447
475
  }
448
476
  },
449
477
  "premium": {
@@ -533,6 +561,7 @@
533
561
  },
534
562
  "editProfile": {
535
563
  "title": "Edit Profile",
564
+ "subtitle": "Manage your profile and preferences",
536
565
  "sections": {
537
566
  "profilePicture": "Profile Picture",
538
567
  "basicInfo": "Basic Information",
@@ -543,29 +572,69 @@
543
572
  "items": {
544
573
  "displayName": {
545
574
  "title": "Display Name",
546
- "add": "Add your display name"
575
+ "subtitle": "This is how your name will appear to others",
576
+ "add": "Add your display name",
577
+ "firstName": "First Name",
578
+ "firstNamePlaceholder": "Enter first name",
579
+ "lastName": "Last Name",
580
+ "lastNamePlaceholder": "Enter last name (optional)"
547
581
  },
548
582
  "username": {
549
583
  "title": "Username",
550
- "choose": "Choose a username"
584
+ "subtitle": "Your unique identifier on the platform",
585
+ "label": "Username",
586
+ "placeholder": "Choose a username",
587
+ "choose": "Choose a username",
588
+ "required": "Username is required",
589
+ "tooShort": "Username must be at least 3 characters"
551
590
  },
552
591
  "email": {
553
592
  "title": "Email",
554
- "add": "Add your email address"
593
+ "subtitle": "Your primary email address",
594
+ "label": "Email Address",
595
+ "placeholder": "Enter your email address",
596
+ "add": "Add your email address",
597
+ "invalid": "Please enter a valid email address"
555
598
  },
556
599
  "bio": {
557
600
  "title": "Bio",
601
+ "subtitle": "Tell people a bit about yourself",
602
+ "label": "Bio",
558
603
  "placeholder": "Tell people about yourself"
559
604
  },
605
+ "phone": {
606
+ "title": "Phone Number",
607
+ "subtitle": "Your contact phone number",
608
+ "label": "Phone Number",
609
+ "placeholder": "Enter your phone number"
610
+ },
611
+ "address": {
612
+ "title": "Address",
613
+ "subtitle": "Your physical address",
614
+ "label": "Address",
615
+ "placeholder": "Enter your address"
616
+ },
617
+ "birthday": {
618
+ "title": "Birthday",
619
+ "subtitle": "Your date of birth",
620
+ "label": "Birthday",
621
+ "placeholder": "YYYY-MM-DD"
622
+ },
560
623
  "locations": {
561
624
  "title": "Locations",
625
+ "subtitle": "Places you've been or live",
562
626
  "add": "Add your locations",
627
+ "placeholder": "Enter location name",
628
+ "yourLocations": "Your Locations",
563
629
  "count": "{{count}} location added",
564
630
  "count_plural": "{{count}} locations added"
565
631
  },
566
632
  "links": {
567
633
  "title": "Links",
634
+ "subtitle": "Share your website, social profiles, etc.",
568
635
  "add": "Add your links",
636
+ "placeholder": "Enter URL",
637
+ "yourLinks": "Your Links",
569
638
  "count": "{{count}} link added",
570
639
  "count_plural": "{{count}} links added"
571
640
  },
@@ -798,8 +867,19 @@
798
867
  "account": "ACCOUNT PRIVACY",
799
868
  "interactions": "INTERACTIONS",
800
869
  "activity": "ACTIVITY & DATA",
801
- "content": "CONTENT & SAFETY"
802
- },
870
+ "content": "CONTENT & SAFETY",
871
+ "blockedUsers": "BLOCKED USERS",
872
+ "restrictedUsers": "RESTRICTED USERS"
873
+ },
874
+ "noBlockedUsers": "No blocked users",
875
+ "noRestrictedUsers": "No restricted users",
876
+ "unblock": "Unblock",
877
+ "unblockError": "Failed to unblock user",
878
+ "unrestrict": "Unrestrict",
879
+ "unrestrictError": "Failed to unrestrict user",
880
+ "restrictedDescription": "Limited interactions",
881
+ "userUnblocked": "User unblocked",
882
+ "userUnrestricted": "User unrestricted",
803
883
  "isPrivateAccount": "Private Account",
804
884
  "isPrivateAccountDesc": "Only approved followers can see your posts",
805
885
  "profileVisibility": "Profile Visibility",
@@ -920,6 +1000,23 @@
920
1000
  "subtitle": "How we use cookies and similar technologies"
921
1001
  }
922
1002
  },
1003
+ "faq": {
1004
+ "title": "FAQ",
1005
+ "searchPlaceholder": "Search FAQs...",
1006
+ "allCategories": "All",
1007
+ "loading": "Loading FAQs...",
1008
+ "noResults": "No FAQs match your search",
1009
+ "empty": "No FAQs available",
1010
+ "loadError": "Failed to load FAQs"
1011
+ },
1012
+ "userList": {
1013
+ "followers": "Followers",
1014
+ "following": "Following",
1015
+ "noFollowers": "No followers yet",
1016
+ "noFollowersDesc": "When people follow this user, they will appear here.",
1017
+ "noFollowing": "Not following anyone",
1018
+ "noFollowingDesc": "When this user follows people, they will appear here."
1019
+ },
923
1020
  "common": {
924
1021
  "errors": {
925
1022
  "signOutFailed": "There was a problem signing you out. Please try again."
@@ -939,9 +1036,15 @@
939
1036
  "getStarted": "Get Started",
940
1037
  "createAccount": "Create Account",
941
1038
  "signIn": "Sign In",
1039
+ "signOut": "Sign Out",
942
1040
  "verify": "Verify",
943
1041
  "resetPassword": "Reset Password"
944
1042
  },
1043
+ "cancel": "Cancel",
1044
+ "retry": "Retry",
1045
+ "save": "Save",
1046
+ "saved": "Saved successfully",
1047
+ "saving": "Saving...",
945
1048
  "links": {
946
1049
  "recoverAccount": "Recover your account",
947
1050
  "signUp": "Sign Up"
@@ -952,5 +1055,205 @@
952
1055
  "password": "Password",
953
1056
  "confirmPassword": "Confirm Password"
954
1057
  }
1058
+ },
1059
+ "sessionManagement": {
1060
+ "title": "Active Sessions",
1061
+ "subtitle": "Manage your active sessions across all devices",
1062
+ "loading": "Loading sessions...",
1063
+ "lastRefreshed": "Last refreshed {{time}}",
1064
+ "currentSession": "Current Session",
1065
+ "sessionLabel": "Session {{id}}...",
1066
+ "switch": "Switch",
1067
+ "logout": "Logout",
1068
+ "active": "Active",
1069
+ "logoutOthers": {
1070
+ "title": "Logout Other Sessions",
1071
+ "noOtherSessions": "No other sessions",
1072
+ "subtitle": "End all sessions except this one"
1073
+ },
1074
+ "logoutAll": {
1075
+ "title": "Logout All Sessions",
1076
+ "subtitle": "End all sessions including this one"
1077
+ },
1078
+ "empty": "No active sessions found",
1079
+ "close": "Close",
1080
+ "toasts": {
1081
+ "loadFailed": "Failed to load sessions. Please try again.",
1082
+ "logoutSuccess": "Session logged out successfully",
1083
+ "logoutFailed": "Failed to logout session. Please try again.",
1084
+ "noOtherSessions": "No other sessions to logout.",
1085
+ "logoutOthersSuccess": "Other sessions logged out successfully",
1086
+ "logoutOthersFailed": "Failed to logout other sessions. Please try again.",
1087
+ "logoutAllFailed": "Failed to logout all sessions. Please try again.",
1088
+ "switchSuccess": "Switched session",
1089
+ "switchFailed": "Failed to switch session"
1090
+ },
1091
+ "confirms": {
1092
+ "logoutSession": "Are you sure you want to logout this session?",
1093
+ "logoutOthers": "This will logout {{count}} other session(s). Continue?",
1094
+ "logoutAll": "This will logout all sessions including this one and you will need to sign in again. Continue?"
1095
+ }
1096
+ },
1097
+ "appInfo": {
1098
+ "title": "App Information",
1099
+ "sections": {
1100
+ "package": "Package Information",
1101
+ "system": "System Information",
1102
+ "user": "User Information",
1103
+ "api": "API Configuration",
1104
+ "build": "Build Information",
1105
+ "quickActions": "Quick Actions"
1106
+ },
1107
+ "items": {
1108
+ "name": "Name",
1109
+ "version": "Version",
1110
+ "description": "Description",
1111
+ "noDescription": "No description",
1112
+ "mainEntry": "Main Entry",
1113
+ "moduleEntry": "Module Entry",
1114
+ "typesEntry": "Types Entry",
1115
+ "platform": "Platform",
1116
+ "platformVersion": "Platform Version",
1117
+ "screenWidth": "Screen Width",
1118
+ "screenHeight": "Screen Height",
1119
+ "environment": "Environment",
1120
+ "development": "Development",
1121
+ "production": "Production",
1122
+ "authStatus": "Authentication Status",
1123
+ "authenticated": "Authenticated",
1124
+ "notAuthenticated": "Not Authenticated",
1125
+ "userId": "User ID",
1126
+ "username": "Username",
1127
+ "email": "Email",
1128
+ "premiumStatus": "Premium Status",
1129
+ "premium": "Premium",
1130
+ "standard": "Standard",
1131
+ "totalActiveSessions": "Total Active Sessions",
1132
+ "apiBaseUrl": "API Base URL",
1133
+ "notConfigured": "Not configured",
1134
+ "connectionStatus": "Connection Status",
1135
+ "checking": "Checking...",
1136
+ "connected": "Connected",
1137
+ "disconnected": "Disconnected",
1138
+ "unknown": "Unknown",
1139
+ "buildTimestamp": "Build Timestamp",
1140
+ "reactNative": "React Native",
1141
+ "reactNativeValue": "Expo/React Native",
1142
+ "jsEngine": "JavaScript Engine",
1143
+ "jsEngineValue": "Hermes",
1144
+ "copyFullReport": "Copy Full Report",
1145
+ "copyFullReportSubtitle": "Copy complete application information to clipboard",
1146
+ "runSystemCheck": "Run System Check",
1147
+ "runningSystemCheck": "Running System Check...",
1148
+ "systemCheckSubtitle": "Verify application health and status",
1149
+ "systemCheckRunning": "Checking API, authentication, and platform status..."
1150
+ },
1151
+ "toasts": {
1152
+ "copiedToClipboard": "{{label}} copied to clipboard",
1153
+ "copyFailed": "Failed to copy to clipboard",
1154
+ "systemCheckSuccess": "System check completed successfully",
1155
+ "systemCheckFailed": "System check failed",
1156
+ "apiConnectionSuccess": "API connection successful",
1157
+ "apiConnectionFailed": "Failed to connect to API server",
1158
+ "oxyServicesNotInitialized": "OxyServices not initialized",
1159
+ "noUsernameOrNav": "No username available or navigation not supported"
1160
+ }
1161
+ },
1162
+ "fileManagement": {
1163
+ "title": "File Management",
1164
+ "photos": "Photos",
1165
+ "selectFile": "Select a File",
1166
+ "selected": "{{count}} Selected",
1167
+ "selectedWithMax": "{{count}}/{{max}} Selected",
1168
+ "available": "{{count}} available",
1169
+ "tapToSelect": "Tap to select",
1170
+ "itemCount": "{{count}} item",
1171
+ "itemCount_plural": "{{count}} items",
1172
+ "reviewFiles": "Review Files",
1173
+ "readyToUpload": "{{count}} file(s) ready to upload",
1174
+ "clear": "Clear",
1175
+ "confirm": "Confirm",
1176
+ "delete": "Delete ({{count}})",
1177
+ "visibility": "Visibility",
1178
+ "changeVisibility": "Change Visibility",
1179
+ "changeVisibilityConfirm": "Change visibility for {{count}} file(s)?",
1180
+ "private": "Private",
1181
+ "public": "Public",
1182
+ "unlisted": "Unlisted",
1183
+ "cancel": "Cancel",
1184
+ "deleteFile": "Delete File",
1185
+ "deleteFiles": "Delete Files",
1186
+ "searchPhotos": "Search photos...",
1187
+ "searchFiles": "Search files...",
1188
+ "found": "Found",
1189
+ "photo": "Photo",
1190
+ "photos_stat": "Photos",
1191
+ "file": "File",
1192
+ "files": "Files",
1193
+ "size": "Size",
1194
+ "totalSize": "Total Size",
1195
+ "total": "Total",
1196
+ "loadingMore": "Loading more...",
1197
+ "loadingPhotoLayout": "Loading photo layout...",
1198
+ "uploading": "Uploading",
1199
+ "uploadPhotos": "Upload Photos",
1200
+ "uploadFiles": "Upload Files",
1201
+ "clearSearch": "Clear Search",
1202
+ "emptyPhotos": {
1203
+ "title": "No Photos Yet",
1204
+ "ownDescription": "Upload photos to get started. You can select multiple photos at once.",
1205
+ "otherDescription": "This user hasn't uploaded any photos yet"
1206
+ },
1207
+ "emptyFiles": {
1208
+ "title": "No Files Yet",
1209
+ "ownDescription": "Upload files to get started. You can select multiple files at once.",
1210
+ "otherDescription": "This user hasn't uploaded any files yet"
1211
+ },
1212
+ "noResults": {
1213
+ "title": "No Results Found",
1214
+ "description": "No files match your search for \"{{query}}\""
1215
+ },
1216
+ "toasts": {
1217
+ "fileTypeBlocked": "This file type cannot be selected",
1218
+ "maxSelection": "You can select up to {{max}}",
1219
+ "loadFailed": "Failed to load files",
1220
+ "filesTooLarge": "The following files are too large (max 50MB): {{files}}",
1221
+ "uploadSuccess": "{{count}} file(s) uploaded successfully",
1222
+ "uploadFailed": "{{count}} file(s) failed to upload",
1223
+ "uploadError": "Failed to upload files",
1224
+ "invalidFileMissing": "Invalid file: file is missing",
1225
+ "invalidFileName": "Invalid file: missing file name",
1226
+ "invalidFileSize": "Invalid file \"{{name}}\": missing file size",
1227
+ "fileEmpty": "File \"{{name}}\" is empty",
1228
+ "fileTooLarge": "\"{{name}}\" is too large. Maximum file size is {{maxSize}}",
1229
+ "noValidFiles": "No valid files to upload",
1230
+ "waitForSelection": "Please wait for the current file selection to complete",
1231
+ "noFilesSelected": "No files were selected",
1232
+ "loadSomeFailed": "Failed to load some files:\n{{errors}}",
1233
+ "noFilesProcessed": "No files could be processed. Please try selecting files again.",
1234
+ "filePickerNotAvailable": "File picker not available. Please install expo-document-picker",
1235
+ "selectFilesFailed": "Failed to select files",
1236
+ "deleteSuccess": "File deleted successfully",
1237
+ "fileNotFound": "File not found. It may have already been deleted.",
1238
+ "noPermission": "You do not have permission to delete this file.",
1239
+ "deleteFailed": "Failed to delete file",
1240
+ "bulkDeleteSuccess": "{{count}} file(s) deleted successfully",
1241
+ "bulkDeleteFailed": "{{count}} file(s) failed to delete",
1242
+ "bulkDeleteError": "Failed to delete files",
1243
+ "visibilitySuccess": "{{count}} file(s) visibility updated to {{visibility}}",
1244
+ "visibilityFailed": "{{count}} file(s) failed to update visibility",
1245
+ "visibilityError": "Failed to update visibility",
1246
+ "downloadStarted": "File download started",
1247
+ "downloadSuccess": "File downloaded successfully",
1248
+ "downloadMobile": "Please use your browser to download the file",
1249
+ "downloadFailed": "Failed to download file",
1250
+ "fileNotFoundContent": "File not found. It may have been deleted.",
1251
+ "loadContentFailed": "Failed to load file content",
1252
+ "openFailed": "Failed to open file"
1253
+ },
1254
+ "confirms": {
1255
+ "deleteFile": "Are you sure you want to delete \"{{filename}}\"? This action cannot be undone.",
1256
+ "deleteFiles": "Are you sure you want to delete {{count}} file(s)? This action cannot be undone."
1257
+ }
955
1258
  }
956
1259
  }