30 lines
1.6 KiB
JSON
30 lines
1.6 KiB
JSON
{
|
|
"title": {
|
|
"permissionDenied": "Permission Denied",
|
|
"locationPermissionRequired": "Location Permission Required",
|
|
"mediaLibraryPermissionRequired": "Media Library Permission Required",
|
|
"notificationPermissionRequired": "Notification Permission Required",
|
|
"success": "✅ Success",
|
|
"error": "❌ Error",
|
|
"getMediaFailed": "Failed to Get Media"
|
|
},
|
|
"message": {
|
|
"locationPreviouslyDenied": "You have previously denied location permissions. To use this feature, please enable it in settings.",
|
|
"mediaLibraryPreviouslyDenied": "You have previously denied media library permissions. To use this feature, please enable it in settings.",
|
|
"notificationPreviouslyDenied": "You have previously denied notification permissions. To use this feature, please enable it in settings.",
|
|
"saveToAlbumPermissionRequired": "Permission is required to save images to the album.",
|
|
"qrCodeSaved": "QR code has been saved to the album!",
|
|
"saveImageFailed": "Failed to save the image, please try again.",
|
|
"getStatsPermissionRequired": "Permission to access the media library is required to get statistics.",
|
|
"getStatsFailed": "Failed to get media library statistics.",
|
|
"noMediaFound": "Could not retrieve any media. Please check permissions or your media library.",
|
|
"uploadError": "An error occurred during the upload process."
|
|
},
|
|
"button": {
|
|
"cancel": "Cancel",
|
|
"goToSettings": "Go to Settings",
|
|
"ok": "OK",
|
|
"confirm": "Go to Settings"
|
|
}
|
|
}
|