export const addLog = { camera: { permissionNeeded: 'Camera permission needed', enableCamera: 'Enable Camera', noCameraAvailable: 'No camera available', failedToTakePhoto: (error: string) => `Failed to take photo: ${error}`, }, log: { whatDidYouEat: 'What did you eat?', addShortcut: 'Add Shortcut', foodItem: 'Food Item', enterFoodItemName: 'Enter food item name', ingredientsOptional: 'Ingredients (optional)', cameraRollAccessTitle: 'Camera Roll Access', cameraRollAccessMessage: 'Palace needs access to your camera roll to import photos.', openSettings: 'Open Settings', }, editor: { editFoodLog: 'Edit Food Log', saveChanges: 'Save Changes', }, detection: { unknownFood: 'Unknown food', identifyThisFood: 'Identify this food.', requestTimeout: 'Request timed out', noResponse: 'No response', capturingPhoto: 'Capturing photo...', compressingPhoto: 'Compressing photo...', connectingServer: 'Connecting with server...', uploadingPhoto: 'Uploading photo...', identifyingFood: 'Identifying food item(s)...', studyingIngredients: 'Closely studying ingredients...', noInternet: 'No internet. Tap to retry.', retry: 'Tap to retry', }, ingredients: { label: 'Ingredients', addPlaceholder: 'Add ingredient', }, };