@oxyhq/core 1.11.2 → 1.11.4
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/dist/cjs/.tsbuildinfo +1 -1
- package/dist/cjs/i18n/locales/en-US.json +313 -1
- package/dist/cjs/i18n/locales/es-ES.json +313 -1
- package/dist/cjs/i18n/locales/locales/en-US.json +313 -1
- package/dist/cjs/i18n/locales/locales/es-ES.json +313 -1
- package/dist/esm/.tsbuildinfo +1 -1
- package/dist/esm/i18n/locales/en-US.json +313 -1
- package/dist/esm/i18n/locales/es-ES.json +313 -1
- package/dist/esm/i18n/locales/locales/en-US.json +313 -1
- package/dist/esm/i18n/locales/locales/es-ES.json +313 -1
- package/dist/types/.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/src/i18n/locales/en-US.json +313 -1
- package/src/i18n/locales/es-ES.json +313 -1
|
@@ -152,7 +152,8 @@
|
|
|
152
152
|
"subtitle": "Choose your preferred language",
|
|
153
153
|
"current": "Current Language",
|
|
154
154
|
"available": "Available Languages",
|
|
155
|
-
"changed": "Language changed to {{lang}}"
|
|
155
|
+
"changed": "Language changed to {{lang}}",
|
|
156
|
+
"saveFailed": "Failed to save language preference"
|
|
156
157
|
},
|
|
157
158
|
"profile": {
|
|
158
159
|
"edit": "Edit Profile",
|
|
@@ -1055,5 +1056,316 @@
|
|
|
1055
1056
|
"password": "Password",
|
|
1056
1057
|
"confirmPassword": "Confirm Password"
|
|
1057
1058
|
}
|
|
1059
|
+
},
|
|
1060
|
+
"sessionManagement": {
|
|
1061
|
+
"title": "Active Sessions",
|
|
1062
|
+
"subtitle": "Manage your active sessions across all devices",
|
|
1063
|
+
"loading": "Loading sessions...",
|
|
1064
|
+
"lastRefreshed": "Last refreshed {{time}}",
|
|
1065
|
+
"currentSession": "Current Session",
|
|
1066
|
+
"sessionLabel": "Session {{id}}...",
|
|
1067
|
+
"switch": "Switch",
|
|
1068
|
+
"logout": "Logout",
|
|
1069
|
+
"active": "Active",
|
|
1070
|
+
"logoutOthers": {
|
|
1071
|
+
"title": "Logout Other Sessions",
|
|
1072
|
+
"noOtherSessions": "No other sessions",
|
|
1073
|
+
"subtitle": "End all sessions except this one"
|
|
1074
|
+
},
|
|
1075
|
+
"logoutAll": {
|
|
1076
|
+
"title": "Logout All Sessions",
|
|
1077
|
+
"subtitle": "End all sessions including this one"
|
|
1078
|
+
},
|
|
1079
|
+
"empty": "No active sessions found",
|
|
1080
|
+
"close": "Close",
|
|
1081
|
+
"toasts": {
|
|
1082
|
+
"loadFailed": "Failed to load sessions. Please try again.",
|
|
1083
|
+
"logoutSuccess": "Session logged out successfully",
|
|
1084
|
+
"logoutFailed": "Failed to logout session. Please try again.",
|
|
1085
|
+
"noOtherSessions": "No other sessions to logout.",
|
|
1086
|
+
"logoutOthersSuccess": "Other sessions logged out successfully",
|
|
1087
|
+
"logoutOthersFailed": "Failed to logout other sessions. Please try again.",
|
|
1088
|
+
"logoutAllFailed": "Failed to logout all sessions. Please try again.",
|
|
1089
|
+
"switchSuccess": "Switched session",
|
|
1090
|
+
"switchFailed": "Failed to switch session"
|
|
1091
|
+
},
|
|
1092
|
+
"confirms": {
|
|
1093
|
+
"logoutSession": "Are you sure you want to logout this session?",
|
|
1094
|
+
"logoutOthers": "This will logout {{count}} other session(s). Continue?",
|
|
1095
|
+
"logoutAll": "This will logout all sessions including this one and you will need to sign in again. Continue?"
|
|
1096
|
+
}
|
|
1097
|
+
},
|
|
1098
|
+
"appInfo": {
|
|
1099
|
+
"title": "App Information",
|
|
1100
|
+
"sections": {
|
|
1101
|
+
"package": "Package Information",
|
|
1102
|
+
"system": "System Information",
|
|
1103
|
+
"user": "User Information",
|
|
1104
|
+
"api": "API Configuration",
|
|
1105
|
+
"build": "Build Information",
|
|
1106
|
+
"quickActions": "Quick Actions"
|
|
1107
|
+
},
|
|
1108
|
+
"items": {
|
|
1109
|
+
"name": "Name",
|
|
1110
|
+
"version": "Version",
|
|
1111
|
+
"description": "Description",
|
|
1112
|
+
"noDescription": "No description",
|
|
1113
|
+
"mainEntry": "Main Entry",
|
|
1114
|
+
"moduleEntry": "Module Entry",
|
|
1115
|
+
"typesEntry": "Types Entry",
|
|
1116
|
+
"platform": "Platform",
|
|
1117
|
+
"platformVersion": "Platform Version",
|
|
1118
|
+
"screenWidth": "Screen Width",
|
|
1119
|
+
"screenHeight": "Screen Height",
|
|
1120
|
+
"environment": "Environment",
|
|
1121
|
+
"development": "Development",
|
|
1122
|
+
"production": "Production",
|
|
1123
|
+
"authStatus": "Authentication Status",
|
|
1124
|
+
"authenticated": "Authenticated",
|
|
1125
|
+
"notAuthenticated": "Not Authenticated",
|
|
1126
|
+
"userId": "User ID",
|
|
1127
|
+
"username": "Username",
|
|
1128
|
+
"email": "Email",
|
|
1129
|
+
"premiumStatus": "Premium Status",
|
|
1130
|
+
"premium": "Premium",
|
|
1131
|
+
"standard": "Standard",
|
|
1132
|
+
"totalActiveSessions": "Total Active Sessions",
|
|
1133
|
+
"apiBaseUrl": "API Base URL",
|
|
1134
|
+
"notConfigured": "Not configured",
|
|
1135
|
+
"connectionStatus": "Connection Status",
|
|
1136
|
+
"checking": "Checking...",
|
|
1137
|
+
"connected": "Connected",
|
|
1138
|
+
"disconnected": "Disconnected",
|
|
1139
|
+
"unknown": "Unknown",
|
|
1140
|
+
"buildTimestamp": "Build Timestamp",
|
|
1141
|
+
"reactNative": "React Native",
|
|
1142
|
+
"reactNativeValue": "Expo/React Native",
|
|
1143
|
+
"jsEngine": "JavaScript Engine",
|
|
1144
|
+
"jsEngineValue": "Hermes",
|
|
1145
|
+
"copyFullReport": "Copy Full Report",
|
|
1146
|
+
"copyFullReportSubtitle": "Copy complete application information to clipboard",
|
|
1147
|
+
"runSystemCheck": "Run System Check",
|
|
1148
|
+
"runningSystemCheck": "Running System Check...",
|
|
1149
|
+
"systemCheckSubtitle": "Verify application health and status",
|
|
1150
|
+
"systemCheckRunning": "Checking API, authentication, and platform status..."
|
|
1151
|
+
},
|
|
1152
|
+
"toasts": {
|
|
1153
|
+
"copiedToClipboard": "{{label}} copied to clipboard",
|
|
1154
|
+
"copyFailed": "Failed to copy to clipboard",
|
|
1155
|
+
"systemCheckSuccess": "System check completed successfully",
|
|
1156
|
+
"systemCheckFailed": "System check failed",
|
|
1157
|
+
"apiConnectionSuccess": "API connection successful",
|
|
1158
|
+
"apiConnectionFailed": "Failed to connect to API server",
|
|
1159
|
+
"oxyServicesNotInitialized": "OxyServices not initialized",
|
|
1160
|
+
"noUsernameOrNav": "No username available or navigation not supported"
|
|
1161
|
+
}
|
|
1162
|
+
},
|
|
1163
|
+
"learnMoreUsernames": {
|
|
1164
|
+
"introTitle": "Your unique identity",
|
|
1165
|
+
"introText": "Your username is how people find and recognize you across all Oxy apps.",
|
|
1166
|
+
"sections": {
|
|
1167
|
+
"what": {
|
|
1168
|
+
"title": "What is a username?",
|
|
1169
|
+
"content": "Your username is your unique identifier on Oxy. It's how other people find and mention you. Think of it like your handle on social media - it's public and represents your identity across all Oxy apps."
|
|
1170
|
+
},
|
|
1171
|
+
"rules": {
|
|
1172
|
+
"title": "Username rules",
|
|
1173
|
+
"content": "Usernames can only contain lowercase letters (a-z) and numbers (0-9). They must be at least 4 characters long. Special characters, spaces, and uppercase letters are not allowed to keep usernames simple and easy to remember."
|
|
1174
|
+
},
|
|
1175
|
+
"unique": {
|
|
1176
|
+
"title": "Why must it be unique?",
|
|
1177
|
+
"content": "Each username can only belong to one person. This ensures that when someone searches for you or mentions you, they find the right person. It also prevents confusion and impersonation."
|
|
1178
|
+
},
|
|
1179
|
+
"change": {
|
|
1180
|
+
"title": "Can I change it later?",
|
|
1181
|
+
"content": "Yes! You can change your username anytime in your account settings. Keep in mind that your old username will become available for others to use, and people who knew your old username will need to find you with the new one."
|
|
1182
|
+
},
|
|
1183
|
+
"tips": {
|
|
1184
|
+
"title": "Tips for choosing a username",
|
|
1185
|
+
"content": "Choose something memorable and easy to spell. Avoid using personal information like your birth year or phone number. Consider using a name that represents you across all contexts - professional and personal."
|
|
1186
|
+
}
|
|
1187
|
+
},
|
|
1188
|
+
"collapseHint": "Collapse section",
|
|
1189
|
+
"expandHint": "Expand section",
|
|
1190
|
+
"footer": "Need more help? Visit our Help Center for additional information."
|
|
1191
|
+
},
|
|
1192
|
+
"payment": {
|
|
1193
|
+
"summary": {
|
|
1194
|
+
"title": "Payment Summary",
|
|
1195
|
+
"orderSummary": "Order Summary",
|
|
1196
|
+
"payment": "Payment",
|
|
1197
|
+
"reviewDetails": "Review your payment details",
|
|
1198
|
+
"completePayment": "Complete your payment",
|
|
1199
|
+
"subtotal": "Subtotal",
|
|
1200
|
+
"tax": "Tax",
|
|
1201
|
+
"total": "Total",
|
|
1202
|
+
"amountToPay": "Amount to Pay"
|
|
1203
|
+
},
|
|
1204
|
+
"method": {
|
|
1205
|
+
"title": "Choose Payment Method"
|
|
1206
|
+
},
|
|
1207
|
+
"details": {
|
|
1208
|
+
"cardDetails": "Card Details",
|
|
1209
|
+
"oxyPay": "Oxy Pay",
|
|
1210
|
+
"faircoinPayment": "FairCoin Payment",
|
|
1211
|
+
"paymentDetails": "Payment Details",
|
|
1212
|
+
"creditCard": "Credit Card",
|
|
1213
|
+
"enterCardSecurely": "Enter your card details securely",
|
|
1214
|
+
"acceptedCards": "We accept Visa, Mastercard, and more",
|
|
1215
|
+
"readyToProcess": "Ready to process payment...",
|
|
1216
|
+
"payWithWallet": "Pay with your in-app wallet",
|
|
1217
|
+
"balance": "Balance: {{balance}}",
|
|
1218
|
+
"payWithFairCoin": "Pay with FairCoin",
|
|
1219
|
+
"scanToPay": "Scan to Pay",
|
|
1220
|
+
"fairWalletInstructions": "Use the options below to pay with FAIRWallet",
|
|
1221
|
+
"openInFairWallet": "Open in FAIRWallet",
|
|
1222
|
+
"copyAddress": "Copy Address",
|
|
1223
|
+
"addressCopied": "Address copied to clipboard!",
|
|
1224
|
+
"waitingForPayment": "Waiting for payment..."
|
|
1225
|
+
},
|
|
1226
|
+
"review": {
|
|
1227
|
+
"title": "Review Payment",
|
|
1228
|
+
"securePayment": "Secure payment",
|
|
1229
|
+
"securePaymentDesc": "Your payment is protected by industry-standard encryption",
|
|
1230
|
+
"amount": "Amount",
|
|
1231
|
+
"paymentMethod": "Payment Method",
|
|
1232
|
+
"card": "Card",
|
|
1233
|
+
"oxyPayAccount": "Oxy Pay Account",
|
|
1234
|
+
"faircoinWallet": "FairCoin Wallet",
|
|
1235
|
+
"paidViaQR": "Paid via QR",
|
|
1236
|
+
"processing": "Processing...",
|
|
1237
|
+
"payNow": "Pay Now"
|
|
1238
|
+
},
|
|
1239
|
+
"success": {
|
|
1240
|
+
"title": "Payment Complete",
|
|
1241
|
+
"heading": "Payment Successful!",
|
|
1242
|
+
"thanks": "Thank you for your payment.",
|
|
1243
|
+
"processed": "Your transaction has been processed successfully."
|
|
1244
|
+
},
|
|
1245
|
+
"actions": {
|
|
1246
|
+
"close": "Close",
|
|
1247
|
+
"continue": "Continue",
|
|
1248
|
+
"back": "Back",
|
|
1249
|
+
"done": "Done"
|
|
1250
|
+
},
|
|
1251
|
+
"errors": {
|
|
1252
|
+
"invalidAmount": "Invalid or missing payment amount."
|
|
1253
|
+
},
|
|
1254
|
+
"methods": {
|
|
1255
|
+
"card": {
|
|
1256
|
+
"label": "Credit/Debit Card",
|
|
1257
|
+
"description": "Pay securely with your credit or debit card."
|
|
1258
|
+
},
|
|
1259
|
+
"oxy": {
|
|
1260
|
+
"label": "Oxy Pay",
|
|
1261
|
+
"description": "Use your Oxy Pay in-app balance."
|
|
1262
|
+
},
|
|
1263
|
+
"faircoin": {
|
|
1264
|
+
"label": "FAIRWallet",
|
|
1265
|
+
"description": "Pay with FairCoin by scanning a QR code."
|
|
1266
|
+
}
|
|
1267
|
+
}
|
|
1268
|
+
},
|
|
1269
|
+
"userLinks": {
|
|
1270
|
+
"title": "Links",
|
|
1271
|
+
"linkCount": "{{count}} link",
|
|
1272
|
+
"linkCount_plural": "{{count}} links"
|
|
1273
|
+
},
|
|
1274
|
+
"fileManagement": {
|
|
1275
|
+
"title": "File Management",
|
|
1276
|
+
"photos": "Photos",
|
|
1277
|
+
"selectFile": "Select a File",
|
|
1278
|
+
"selected": "{{count}} Selected",
|
|
1279
|
+
"selectedWithMax": "{{count}}/{{max}} Selected",
|
|
1280
|
+
"available": "{{count}} available",
|
|
1281
|
+
"tapToSelect": "Tap to select",
|
|
1282
|
+
"itemCount": "{{count}} item",
|
|
1283
|
+
"itemCount_plural": "{{count}} items",
|
|
1284
|
+
"reviewFiles": "Review Files",
|
|
1285
|
+
"readyToUpload": "{{count}} file(s) ready to upload",
|
|
1286
|
+
"clear": "Clear",
|
|
1287
|
+
"confirm": "Confirm",
|
|
1288
|
+
"delete": "Delete ({{count}})",
|
|
1289
|
+
"visibility": "Visibility",
|
|
1290
|
+
"changeVisibility": "Change Visibility",
|
|
1291
|
+
"changeVisibilityConfirm": "Change visibility for {{count}} file(s)?",
|
|
1292
|
+
"private": "Private",
|
|
1293
|
+
"public": "Public",
|
|
1294
|
+
"unlisted": "Unlisted",
|
|
1295
|
+
"cancel": "Cancel",
|
|
1296
|
+
"deleteFile": "Delete File",
|
|
1297
|
+
"deleteFiles": "Delete Files",
|
|
1298
|
+
"searchPhotos": "Search photos...",
|
|
1299
|
+
"searchFiles": "Search files...",
|
|
1300
|
+
"found": "Found",
|
|
1301
|
+
"photo": "Photo",
|
|
1302
|
+
"photos_stat": "Photos",
|
|
1303
|
+
"file": "File",
|
|
1304
|
+
"files": "Files",
|
|
1305
|
+
"size": "Size",
|
|
1306
|
+
"totalSize": "Total Size",
|
|
1307
|
+
"total": "Total",
|
|
1308
|
+
"loadingMore": "Loading more...",
|
|
1309
|
+
"loadingPhotoLayout": "Loading photo layout...",
|
|
1310
|
+
"uploading": "Uploading",
|
|
1311
|
+
"uploadPhotos": "Upload Photos",
|
|
1312
|
+
"uploadFiles": "Upload Files",
|
|
1313
|
+
"clearSearch": "Clear Search",
|
|
1314
|
+
"emptyPhotos": {
|
|
1315
|
+
"title": "No Photos Yet",
|
|
1316
|
+
"ownDescription": "Upload photos to get started. You can select multiple photos at once.",
|
|
1317
|
+
"otherDescription": "This user hasn't uploaded any photos yet"
|
|
1318
|
+
},
|
|
1319
|
+
"emptyFiles": {
|
|
1320
|
+
"title": "No Files Yet",
|
|
1321
|
+
"ownDescription": "Upload files to get started. You can select multiple files at once.",
|
|
1322
|
+
"otherDescription": "This user hasn't uploaded any files yet"
|
|
1323
|
+
},
|
|
1324
|
+
"noResults": {
|
|
1325
|
+
"title": "No Results Found",
|
|
1326
|
+
"description": "No files match your search for \"{{query}}\""
|
|
1327
|
+
},
|
|
1328
|
+
"toasts": {
|
|
1329
|
+
"fileTypeBlocked": "This file type cannot be selected",
|
|
1330
|
+
"maxSelection": "You can select up to {{max}}",
|
|
1331
|
+
"loadFailed": "Failed to load files",
|
|
1332
|
+
"filesTooLarge": "The following files are too large (max 50MB): {{files}}",
|
|
1333
|
+
"uploadSuccess": "{{count}} file(s) uploaded successfully",
|
|
1334
|
+
"uploadFailed": "{{count}} file(s) failed to upload",
|
|
1335
|
+
"uploadError": "Failed to upload files",
|
|
1336
|
+
"invalidFileMissing": "Invalid file: file is missing",
|
|
1337
|
+
"invalidFileName": "Invalid file: missing file name",
|
|
1338
|
+
"invalidFileSize": "Invalid file \"{{name}}\": missing file size",
|
|
1339
|
+
"fileEmpty": "File \"{{name}}\" is empty",
|
|
1340
|
+
"fileTooLarge": "\"{{name}}\" is too large. Maximum file size is {{maxSize}}",
|
|
1341
|
+
"noValidFiles": "No valid files to upload",
|
|
1342
|
+
"waitForSelection": "Please wait for the current file selection to complete",
|
|
1343
|
+
"noFilesSelected": "No files were selected",
|
|
1344
|
+
"loadSomeFailed": "Failed to load some files:\n{{errors}}",
|
|
1345
|
+
"noFilesProcessed": "No files could be processed. Please try selecting files again.",
|
|
1346
|
+
"filePickerNotAvailable": "File picker not available. Please install expo-document-picker",
|
|
1347
|
+
"selectFilesFailed": "Failed to select files",
|
|
1348
|
+
"deleteSuccess": "File deleted successfully",
|
|
1349
|
+
"fileNotFound": "File not found. It may have already been deleted.",
|
|
1350
|
+
"noPermission": "You do not have permission to delete this file.",
|
|
1351
|
+
"deleteFailed": "Failed to delete file",
|
|
1352
|
+
"bulkDeleteSuccess": "{{count}} file(s) deleted successfully",
|
|
1353
|
+
"bulkDeleteFailed": "{{count}} file(s) failed to delete",
|
|
1354
|
+
"bulkDeleteError": "Failed to delete files",
|
|
1355
|
+
"visibilitySuccess": "{{count}} file(s) visibility updated to {{visibility}}",
|
|
1356
|
+
"visibilityFailed": "{{count}} file(s) failed to update visibility",
|
|
1357
|
+
"visibilityError": "Failed to update visibility",
|
|
1358
|
+
"downloadStarted": "File download started",
|
|
1359
|
+
"downloadSuccess": "File downloaded successfully",
|
|
1360
|
+
"downloadMobile": "Please use your browser to download the file",
|
|
1361
|
+
"downloadFailed": "Failed to download file",
|
|
1362
|
+
"fileNotFoundContent": "File not found. It may have been deleted.",
|
|
1363
|
+
"loadContentFailed": "Failed to load file content",
|
|
1364
|
+
"openFailed": "Failed to open file"
|
|
1365
|
+
},
|
|
1366
|
+
"confirms": {
|
|
1367
|
+
"deleteFile": "Are you sure you want to delete \"{{filename}}\"? This action cannot be undone.",
|
|
1368
|
+
"deleteFiles": "Are you sure you want to delete {{count}} file(s)? This action cannot be undone."
|
|
1369
|
+
}
|
|
1058
1370
|
}
|
|
1059
1371
|
}
|
|
@@ -117,7 +117,8 @@
|
|
|
117
117
|
"subtitle": "Elige tu idioma preferido",
|
|
118
118
|
"current": "Idioma actual",
|
|
119
119
|
"available": "Idiomas disponibles",
|
|
120
|
-
"changed": "Idioma cambiado a {{lang}}"
|
|
120
|
+
"changed": "Idioma cambiado a {{lang}}",
|
|
121
|
+
"saveFailed": "Error al guardar la preferencia de idioma"
|
|
121
122
|
},
|
|
122
123
|
"recover": {
|
|
123
124
|
"title": "Recuperar cuenta",
|
|
@@ -1043,5 +1044,316 @@
|
|
|
1043
1044
|
"noFollowersDesc": "Cuando alguien siga a este usuario, aparecerá aquí.",
|
|
1044
1045
|
"noFollowing": "No sigue a nadie",
|
|
1045
1046
|
"noFollowingDesc": "Cuando este usuario siga a alguien, aparecerá aquí."
|
|
1047
|
+
},
|
|
1048
|
+
"sessionManagement": {
|
|
1049
|
+
"title": "Sesiones activas",
|
|
1050
|
+
"subtitle": "Gestiona tus sesiones activas en todos los dispositivos",
|
|
1051
|
+
"loading": "Cargando sesiones...",
|
|
1052
|
+
"lastRefreshed": "Última actualización {{time}}",
|
|
1053
|
+
"currentSession": "Sesión actual",
|
|
1054
|
+
"sessionLabel": "Sesión {{id}}...",
|
|
1055
|
+
"switch": "Cambiar",
|
|
1056
|
+
"logout": "Cerrar sesión",
|
|
1057
|
+
"active": "Activa",
|
|
1058
|
+
"logoutOthers": {
|
|
1059
|
+
"title": "Cerrar otras sesiones",
|
|
1060
|
+
"noOtherSessions": "No hay otras sesiones",
|
|
1061
|
+
"subtitle": "Finalizar todas las sesiones excepto esta"
|
|
1062
|
+
},
|
|
1063
|
+
"logoutAll": {
|
|
1064
|
+
"title": "Cerrar todas las sesiones",
|
|
1065
|
+
"subtitle": "Finalizar todas las sesiones incluyendo esta"
|
|
1066
|
+
},
|
|
1067
|
+
"empty": "No se encontraron sesiones activas",
|
|
1068
|
+
"close": "Cerrar",
|
|
1069
|
+
"toasts": {
|
|
1070
|
+
"loadFailed": "Error al cargar las sesiones. Inténtalo de nuevo.",
|
|
1071
|
+
"logoutSuccess": "Sesión cerrada correctamente",
|
|
1072
|
+
"logoutFailed": "Error al cerrar la sesión. Inténtalo de nuevo.",
|
|
1073
|
+
"noOtherSessions": "No hay otras sesiones para cerrar.",
|
|
1074
|
+
"logoutOthersSuccess": "Otras sesiones cerradas correctamente",
|
|
1075
|
+
"logoutOthersFailed": "Error al cerrar las otras sesiones. Inténtalo de nuevo.",
|
|
1076
|
+
"logoutAllFailed": "Error al cerrar todas las sesiones. Inténtalo de nuevo.",
|
|
1077
|
+
"switchSuccess": "Sesión cambiada",
|
|
1078
|
+
"switchFailed": "Error al cambiar de sesión"
|
|
1079
|
+
},
|
|
1080
|
+
"confirms": {
|
|
1081
|
+
"logoutSession": "¿Seguro que quieres cerrar esta sesión?",
|
|
1082
|
+
"logoutOthers": "Esto cerrará {{count}} otra(s) sesión(es). ¿Continuar?",
|
|
1083
|
+
"logoutAll": "Esto cerrará todas las sesiones incluyendo esta y tendrás que volver a iniciar sesión. ¿Continuar?"
|
|
1084
|
+
}
|
|
1085
|
+
},
|
|
1086
|
+
"appInfo": {
|
|
1087
|
+
"title": "Información de la app",
|
|
1088
|
+
"sections": {
|
|
1089
|
+
"package": "Información del paquete",
|
|
1090
|
+
"system": "Información del sistema",
|
|
1091
|
+
"user": "Información del usuario",
|
|
1092
|
+
"api": "Configuración de API",
|
|
1093
|
+
"build": "Información de compilación",
|
|
1094
|
+
"quickActions": "Acciones rápidas"
|
|
1095
|
+
},
|
|
1096
|
+
"items": {
|
|
1097
|
+
"name": "Nombre",
|
|
1098
|
+
"version": "Versión",
|
|
1099
|
+
"description": "Descripción",
|
|
1100
|
+
"noDescription": "Sin descripción",
|
|
1101
|
+
"mainEntry": "Entrada principal",
|
|
1102
|
+
"moduleEntry": "Entrada del módulo",
|
|
1103
|
+
"typesEntry": "Entrada de tipos",
|
|
1104
|
+
"platform": "Plataforma",
|
|
1105
|
+
"platformVersion": "Versión de la plataforma",
|
|
1106
|
+
"screenWidth": "Ancho de pantalla",
|
|
1107
|
+
"screenHeight": "Alto de pantalla",
|
|
1108
|
+
"environment": "Entorno",
|
|
1109
|
+
"development": "Desarrollo",
|
|
1110
|
+
"production": "Producción",
|
|
1111
|
+
"authStatus": "Estado de autenticación",
|
|
1112
|
+
"authenticated": "Autenticado",
|
|
1113
|
+
"notAuthenticated": "No autenticado",
|
|
1114
|
+
"userId": "ID de usuario",
|
|
1115
|
+
"username": "Usuario",
|
|
1116
|
+
"email": "Correo electrónico",
|
|
1117
|
+
"premiumStatus": "Estado premium",
|
|
1118
|
+
"premium": "Premium",
|
|
1119
|
+
"standard": "Estándar",
|
|
1120
|
+
"totalActiveSessions": "Total de sesiones activas",
|
|
1121
|
+
"apiBaseUrl": "URL base de API",
|
|
1122
|
+
"notConfigured": "No configurado",
|
|
1123
|
+
"connectionStatus": "Estado de conexión",
|
|
1124
|
+
"checking": "Verificando...",
|
|
1125
|
+
"connected": "Conectado",
|
|
1126
|
+
"disconnected": "Desconectado",
|
|
1127
|
+
"unknown": "Desconocido",
|
|
1128
|
+
"buildTimestamp": "Marca de tiempo de compilación",
|
|
1129
|
+
"reactNative": "React Native",
|
|
1130
|
+
"reactNativeValue": "Expo/React Native",
|
|
1131
|
+
"jsEngine": "Motor de JavaScript",
|
|
1132
|
+
"jsEngineValue": "Hermes",
|
|
1133
|
+
"copyFullReport": "Copiar informe completo",
|
|
1134
|
+
"copyFullReportSubtitle": "Copiar toda la información de la aplicación al portapapeles",
|
|
1135
|
+
"runSystemCheck": "Ejecutar verificación del sistema",
|
|
1136
|
+
"runningSystemCheck": "Ejecutando verificación del sistema...",
|
|
1137
|
+
"systemCheckSubtitle": "Verificar el estado de la aplicación",
|
|
1138
|
+
"systemCheckRunning": "Verificando API, autenticación y estado de la plataforma..."
|
|
1139
|
+
},
|
|
1140
|
+
"toasts": {
|
|
1141
|
+
"copiedToClipboard": "{{label}} copiado al portapapeles",
|
|
1142
|
+
"copyFailed": "Error al copiar al portapapeles",
|
|
1143
|
+
"systemCheckSuccess": "Verificación del sistema completada correctamente",
|
|
1144
|
+
"systemCheckFailed": "Error en la verificación del sistema",
|
|
1145
|
+
"apiConnectionSuccess": "Conexión a la API exitosa",
|
|
1146
|
+
"apiConnectionFailed": "Error al conectar con el servidor de API",
|
|
1147
|
+
"oxyServicesNotInitialized": "OxyServices no inicializado",
|
|
1148
|
+
"noUsernameOrNav": "No hay usuario disponible o la navegación no es compatible"
|
|
1149
|
+
}
|
|
1150
|
+
},
|
|
1151
|
+
"learnMoreUsernames": {
|
|
1152
|
+
"introTitle": "Tu identidad única",
|
|
1153
|
+
"introText": "Tu nombre de usuario es la forma en que las personas te encuentran y reconocen en todas las apps de Oxy.",
|
|
1154
|
+
"sections": {
|
|
1155
|
+
"what": {
|
|
1156
|
+
"title": "¿Qué es un nombre de usuario?",
|
|
1157
|
+
"content": "Tu nombre de usuario es tu identificador único en Oxy. Es la forma en que otras personas te encuentran y mencionan. Piensa en él como tu identificador en redes sociales: es público y representa tu identidad en todas las apps de Oxy."
|
|
1158
|
+
},
|
|
1159
|
+
"rules": {
|
|
1160
|
+
"title": "Reglas del nombre de usuario",
|
|
1161
|
+
"content": "Los nombres de usuario solo pueden contener letras minúsculas (a-z) y números (0-9). Deben tener al menos 4 caracteres. No se permiten caracteres especiales, espacios ni mayúsculas para mantener los nombres de usuario simples y fáciles de recordar."
|
|
1162
|
+
},
|
|
1163
|
+
"unique": {
|
|
1164
|
+
"title": "¿Por qué debe ser único?",
|
|
1165
|
+
"content": "Cada nombre de usuario solo puede pertenecer a una persona. Esto asegura que cuando alguien te busque o te mencione, encuentre a la persona correcta. También previene la confusión y la suplantación de identidad."
|
|
1166
|
+
},
|
|
1167
|
+
"change": {
|
|
1168
|
+
"title": "¿Puedo cambiarlo después?",
|
|
1169
|
+
"content": "¡Sí! Puedes cambiar tu nombre de usuario en cualquier momento en la configuración de tu cuenta. Ten en cuenta que tu antiguo nombre de usuario quedará disponible para que otros lo usen, y las personas que conocían tu antiguo nombre de usuario necesitarán encontrarte con el nuevo."
|
|
1170
|
+
},
|
|
1171
|
+
"tips": {
|
|
1172
|
+
"title": "Consejos para elegir un nombre de usuario",
|
|
1173
|
+
"content": "Elige algo memorable y fácil de escribir. Evita usar información personal como tu año de nacimiento o número de teléfono. Considera usar un nombre que te represente en todos los contextos, tanto profesional como personal."
|
|
1174
|
+
}
|
|
1175
|
+
},
|
|
1176
|
+
"collapseHint": "Contraer sección",
|
|
1177
|
+
"expandHint": "Expandir sección",
|
|
1178
|
+
"footer": "¿Necesitas más ayuda? Visita nuestro Centro de Ayuda para información adicional."
|
|
1179
|
+
},
|
|
1180
|
+
"payment": {
|
|
1181
|
+
"summary": {
|
|
1182
|
+
"title": "Resumen del pago",
|
|
1183
|
+
"orderSummary": "Resumen del pedido",
|
|
1184
|
+
"payment": "Pago",
|
|
1185
|
+
"reviewDetails": "Revisa los detalles de tu pago",
|
|
1186
|
+
"completePayment": "Completa tu pago",
|
|
1187
|
+
"subtotal": "Subtotal",
|
|
1188
|
+
"tax": "Impuesto",
|
|
1189
|
+
"total": "Total",
|
|
1190
|
+
"amountToPay": "Monto a pagar"
|
|
1191
|
+
},
|
|
1192
|
+
"method": {
|
|
1193
|
+
"title": "Elige el método de pago"
|
|
1194
|
+
},
|
|
1195
|
+
"details": {
|
|
1196
|
+
"cardDetails": "Detalles de la tarjeta",
|
|
1197
|
+
"oxyPay": "Oxy Pay",
|
|
1198
|
+
"faircoinPayment": "Pago con FairCoin",
|
|
1199
|
+
"paymentDetails": "Detalles del pago",
|
|
1200
|
+
"creditCard": "Tarjeta de crédito",
|
|
1201
|
+
"enterCardSecurely": "Introduce los datos de tu tarjeta de forma segura",
|
|
1202
|
+
"acceptedCards": "Aceptamos Visa, Mastercard y más",
|
|
1203
|
+
"readyToProcess": "Listo para procesar el pago...",
|
|
1204
|
+
"payWithWallet": "Paga con tu billetera de la app",
|
|
1205
|
+
"balance": "Saldo: {{balance}}",
|
|
1206
|
+
"payWithFairCoin": "Paga con FairCoin",
|
|
1207
|
+
"scanToPay": "Escanea para pagar",
|
|
1208
|
+
"fairWalletInstructions": "Usa las opciones de abajo para pagar con FAIRWallet",
|
|
1209
|
+
"openInFairWallet": "Abrir en FAIRWallet",
|
|
1210
|
+
"copyAddress": "Copiar dirección",
|
|
1211
|
+
"addressCopied": "¡Dirección copiada al portapapeles!",
|
|
1212
|
+
"waitingForPayment": "Esperando el pago..."
|
|
1213
|
+
},
|
|
1214
|
+
"review": {
|
|
1215
|
+
"title": "Revisar pago",
|
|
1216
|
+
"securePayment": "Pago seguro",
|
|
1217
|
+
"securePaymentDesc": "Tu pago está protegido con cifrado estándar de la industria",
|
|
1218
|
+
"amount": "Monto",
|
|
1219
|
+
"paymentMethod": "Método de pago",
|
|
1220
|
+
"card": "Tarjeta",
|
|
1221
|
+
"oxyPayAccount": "Cuenta Oxy Pay",
|
|
1222
|
+
"faircoinWallet": "Billetera FairCoin",
|
|
1223
|
+
"paidViaQR": "Pagado vía QR",
|
|
1224
|
+
"processing": "Procesando...",
|
|
1225
|
+
"payNow": "Pagar ahora"
|
|
1226
|
+
},
|
|
1227
|
+
"success": {
|
|
1228
|
+
"title": "Pago completado",
|
|
1229
|
+
"heading": "¡Pago exitoso!",
|
|
1230
|
+
"thanks": "Gracias por tu pago.",
|
|
1231
|
+
"processed": "Tu transacción se ha procesado correctamente."
|
|
1232
|
+
},
|
|
1233
|
+
"actions": {
|
|
1234
|
+
"close": "Cerrar",
|
|
1235
|
+
"continue": "Continuar",
|
|
1236
|
+
"back": "Atrás",
|
|
1237
|
+
"done": "Listo"
|
|
1238
|
+
},
|
|
1239
|
+
"errors": {
|
|
1240
|
+
"invalidAmount": "Monto de pago inválido o faltante."
|
|
1241
|
+
},
|
|
1242
|
+
"methods": {
|
|
1243
|
+
"card": {
|
|
1244
|
+
"label": "Tarjeta de crédito/débito",
|
|
1245
|
+
"description": "Paga de forma segura con tu tarjeta de crédito o débito."
|
|
1246
|
+
},
|
|
1247
|
+
"oxy": {
|
|
1248
|
+
"label": "Oxy Pay",
|
|
1249
|
+
"description": "Usa tu saldo de Oxy Pay en la app."
|
|
1250
|
+
},
|
|
1251
|
+
"faircoin": {
|
|
1252
|
+
"label": "FAIRWallet",
|
|
1253
|
+
"description": "Paga con FairCoin escaneando un código QR."
|
|
1254
|
+
}
|
|
1255
|
+
}
|
|
1256
|
+
},
|
|
1257
|
+
"userLinks": {
|
|
1258
|
+
"title": "Enlaces",
|
|
1259
|
+
"linkCount": "{{count}} enlace",
|
|
1260
|
+
"linkCount_plural": "{{count}} enlaces"
|
|
1261
|
+
},
|
|
1262
|
+
"fileManagement": {
|
|
1263
|
+
"title": "Gestión de archivos",
|
|
1264
|
+
"photos": "Fotos",
|
|
1265
|
+
"selectFile": "Seleccionar un archivo",
|
|
1266
|
+
"selected": "{{count}} seleccionado(s)",
|
|
1267
|
+
"selectedWithMax": "{{count}}/{{max}} seleccionado(s)",
|
|
1268
|
+
"available": "{{count}} disponible(s)",
|
|
1269
|
+
"tapToSelect": "Toca para seleccionar",
|
|
1270
|
+
"itemCount": "{{count}} elemento",
|
|
1271
|
+
"itemCount_plural": "{{count}} elementos",
|
|
1272
|
+
"reviewFiles": "Revisar archivos",
|
|
1273
|
+
"readyToUpload": "{{count}} archivo(s) listo(s) para subir",
|
|
1274
|
+
"clear": "Limpiar",
|
|
1275
|
+
"confirm": "Confirmar",
|
|
1276
|
+
"delete": "Eliminar ({{count}})",
|
|
1277
|
+
"visibility": "Visibilidad",
|
|
1278
|
+
"changeVisibility": "Cambiar visibilidad",
|
|
1279
|
+
"changeVisibilityConfirm": "¿Cambiar la visibilidad de {{count}} archivo(s)?",
|
|
1280
|
+
"private": "Privado",
|
|
1281
|
+
"public": "Público",
|
|
1282
|
+
"unlisted": "No listado",
|
|
1283
|
+
"cancel": "Cancelar",
|
|
1284
|
+
"deleteFile": "Eliminar archivo",
|
|
1285
|
+
"deleteFiles": "Eliminar archivos",
|
|
1286
|
+
"searchPhotos": "Buscar fotos...",
|
|
1287
|
+
"searchFiles": "Buscar archivos...",
|
|
1288
|
+
"found": "Encontrados",
|
|
1289
|
+
"photo": "Foto",
|
|
1290
|
+
"photos_stat": "Fotos",
|
|
1291
|
+
"file": "Archivo",
|
|
1292
|
+
"files": "Archivos",
|
|
1293
|
+
"size": "Tamaño",
|
|
1294
|
+
"totalSize": "Tamaño total",
|
|
1295
|
+
"total": "Total",
|
|
1296
|
+
"loadingMore": "Cargando más...",
|
|
1297
|
+
"loadingPhotoLayout": "Cargando diseño de fotos...",
|
|
1298
|
+
"uploading": "Subiendo",
|
|
1299
|
+
"uploadPhotos": "Subir fotos",
|
|
1300
|
+
"uploadFiles": "Subir archivos",
|
|
1301
|
+
"clearSearch": "Limpiar búsqueda",
|
|
1302
|
+
"emptyPhotos": {
|
|
1303
|
+
"title": "Aún no hay fotos",
|
|
1304
|
+
"ownDescription": "Sube fotos para empezar. Puedes seleccionar varias fotos a la vez.",
|
|
1305
|
+
"otherDescription": "Este usuario aún no ha subido fotos"
|
|
1306
|
+
},
|
|
1307
|
+
"emptyFiles": {
|
|
1308
|
+
"title": "Aún no hay archivos",
|
|
1309
|
+
"ownDescription": "Sube archivos para empezar. Puedes seleccionar varios archivos a la vez.",
|
|
1310
|
+
"otherDescription": "Este usuario aún no ha subido archivos"
|
|
1311
|
+
},
|
|
1312
|
+
"noResults": {
|
|
1313
|
+
"title": "Sin resultados",
|
|
1314
|
+
"description": "No se encontraron archivos que coincidan con \"{{query}}\""
|
|
1315
|
+
},
|
|
1316
|
+
"toasts": {
|
|
1317
|
+
"fileTypeBlocked": "Este tipo de archivo no se puede seleccionar",
|
|
1318
|
+
"maxSelection": "Puedes seleccionar hasta {{max}}",
|
|
1319
|
+
"loadFailed": "Error al cargar los archivos",
|
|
1320
|
+
"filesTooLarge": "Los siguientes archivos son demasiado grandes (máx. 50MB): {{files}}",
|
|
1321
|
+
"uploadSuccess": "{{count}} archivo(s) subido(s) correctamente",
|
|
1322
|
+
"uploadFailed": "{{count}} archivo(s) fallaron al subir",
|
|
1323
|
+
"uploadError": "Error al subir archivos",
|
|
1324
|
+
"invalidFileMissing": "Archivo no válido: falta el archivo",
|
|
1325
|
+
"invalidFileName": "Archivo no válido: falta el nombre",
|
|
1326
|
+
"invalidFileSize": "Archivo no válido \"{{name}}\": falta el tamaño",
|
|
1327
|
+
"fileEmpty": "El archivo \"{{name}}\" está vacío",
|
|
1328
|
+
"fileTooLarge": "\"{{name}}\" es demasiado grande. El tamaño máximo es {{maxSize}}",
|
|
1329
|
+
"noValidFiles": "No hay archivos válidos para subir",
|
|
1330
|
+
"waitForSelection": "Espera a que se complete la selección actual",
|
|
1331
|
+
"noFilesSelected": "No se seleccionaron archivos",
|
|
1332
|
+
"loadSomeFailed": "Error al cargar algunos archivos:\n{{errors}}",
|
|
1333
|
+
"noFilesProcessed": "No se pudieron procesar los archivos. Intenta seleccionarlos de nuevo.",
|
|
1334
|
+
"filePickerNotAvailable": "Selector de archivos no disponible. Instala expo-document-picker",
|
|
1335
|
+
"selectFilesFailed": "Error al seleccionar archivos",
|
|
1336
|
+
"deleteSuccess": "Archivo eliminado correctamente",
|
|
1337
|
+
"fileNotFound": "Archivo no encontrado. Es posible que ya haya sido eliminado.",
|
|
1338
|
+
"noPermission": "No tienes permiso para eliminar este archivo.",
|
|
1339
|
+
"deleteFailed": "Error al eliminar el archivo",
|
|
1340
|
+
"bulkDeleteSuccess": "{{count}} archivo(s) eliminado(s) correctamente",
|
|
1341
|
+
"bulkDeleteFailed": "{{count}} archivo(s) fallaron al eliminar",
|
|
1342
|
+
"bulkDeleteError": "Error al eliminar archivos",
|
|
1343
|
+
"visibilitySuccess": "Visibilidad de {{count}} archivo(s) actualizada a {{visibility}}",
|
|
1344
|
+
"visibilityFailed": "{{count}} archivo(s) fallaron al actualizar visibilidad",
|
|
1345
|
+
"visibilityError": "Error al actualizar la visibilidad",
|
|
1346
|
+
"downloadStarted": "Descarga de archivo iniciada",
|
|
1347
|
+
"downloadSuccess": "Archivo descargado correctamente",
|
|
1348
|
+
"downloadMobile": "Usa tu navegador para descargar el archivo",
|
|
1349
|
+
"downloadFailed": "Error al descargar el archivo",
|
|
1350
|
+
"fileNotFoundContent": "Archivo no encontrado. Es posible que haya sido eliminado.",
|
|
1351
|
+
"loadContentFailed": "Error al cargar el contenido del archivo",
|
|
1352
|
+
"openFailed": "Error al abrir el archivo"
|
|
1353
|
+
},
|
|
1354
|
+
"confirms": {
|
|
1355
|
+
"deleteFile": "¿Seguro que quieres eliminar \"{{filename}}\"? Esta acción no se puede deshacer.",
|
|
1356
|
+
"deleteFiles": "¿Seguro que quieres eliminar {{count}} archivo(s)? Esta acción no se puede deshacer."
|
|
1357
|
+
}
|
|
1046
1358
|
}
|
|
1047
1359
|
}
|