Files
honeyDueKMP/composeApp/src/commonMain/composeResources/values/strings.xml
Trey t 311a30ed2d Add haptic feedback, rich task completion, and Google Sign-In preparation
- Add platform haptic feedback abstraction (HapticFeedback.kt) with
  implementations for Android, iOS, JVM, JS, and WASM
- Enhance CompleteTaskDialog with interactive 5-star rating, image
  thumbnails, and haptic feedback
- Add ImageBitmap platform abstraction for displaying selected images
- Localize TaskTemplatesBrowserSheet with string resources
- Add Android widgets infrastructure (small, medium, large sizes)
- Add Google Sign-In button components and auth flow preparation
- Update strings.xml with new localization keys for completions,
  templates, and document features
- Integrate haptic feedback into ThemePickerDialog

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-13 01:06:02 -06:00

753 lines
48 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- App Name -->
<string name="app_name">Casera</string>
<string name="app_tagline">Manage your properties with ease</string>
<!-- Auth - Login -->
<string name="auth_login_title">Casera</string>
<string name="auth_login_subtitle">Manage your properties with ease</string>
<string name="auth_login_username_label">Username or Email</string>
<string name="auth_login_password_label">Password</string>
<string name="auth_login_button">Sign In</string>
<string name="auth_forgot_password">Forgot Password?</string>
<string name="auth_no_account">Don\'t have an account? Register</string>
<string name="auth_login_failed">Login Failed</string>
<string name="auth_show_password">Show password</string>
<string name="auth_hide_password">Hide password</string>
<!-- Auth - Register -->
<string name="auth_register_title">Create Account</string>
<string name="auth_register_subtitle">Sign up to get started</string>
<string name="auth_register_first_name">First Name</string>
<string name="auth_register_last_name">Last Name</string>
<string name="auth_register_email">Email</string>
<string name="auth_register_username">Username</string>
<string name="auth_register_password">Password</string>
<string name="auth_register_confirm_password">Confirm Password</string>
<string name="auth_register_button">Create Account</string>
<string name="auth_have_account">Already have an account? Sign In</string>
<string name="auth_passwords_dont_match">Passwords don\'t match</string>
<!-- Auth - Verify Email -->
<string name="auth_verify_title">Verify Email</string>
<string name="auth_verify_subtitle">Enter the 6-digit code sent to your email</string>
<string name="auth_verify_code_label">Verification Code</string>
<string name="auth_verify_button">Verify</string>
<string name="auth_verify_resend">Resend Code</string>
<string name="auth_verify_success">Email verified successfully</string>
<!-- Auth - Forgot Password -->
<string name="auth_forgot_title">Forgot Password</string>
<string name="auth_forgot_subtitle">Enter your email to receive a reset code</string>
<string name="auth_forgot_email_label">Email</string>
<string name="auth_forgot_button">Send Reset Code</string>
<string name="auth_forgot_success">If an account exists, a reset code has been sent</string>
<!-- Auth - Reset Password -->
<string name="auth_reset_title">Reset Password</string>
<string name="auth_reset_subtitle">Enter your new password</string>
<string name="auth_reset_code_label">Reset Code</string>
<string name="auth_reset_new_password">New Password</string>
<string name="auth_reset_confirm_password">Confirm New Password</string>
<string name="auth_reset_button">Reset Password</string>
<string name="auth_reset_success">Password reset successfully</string>
<!-- Properties / Residences -->
<string name="properties_title">My Properties</string>
<string name="properties_empty_title">No properties yet</string>
<string name="properties_empty_subtitle">Add your first property to get started!</string>
<string name="properties_add_button">Add Property</string>
<string name="properties_add_title">Add Property</string>
<string name="properties_edit_title">Edit Property</string>
<string name="properties_name_label">Property Name</string>
<string name="properties_address_label">Address</string>
<string name="properties_type_label">Property Type</string>
<string name="properties_notes_label">Notes</string>
<string name="properties_delete_confirm">Are you sure you want to delete this property?</string>
<string name="properties_deleted">Property deleted</string>
<string name="properties_share_title">Share Property</string>
<string name="properties_share_code">Share Code</string>
<string name="properties_share_expires">Expires in %1$s</string>
<string name="properties_join_title">Join Property</string>
<string name="properties_join_code_label">Enter Share Code</string>
<string name="properties_join_button">Join</string>
<string name="properties_join_residence_title">Join Residence</string>
<string name="properties_join_residence_message">Would you like to join this shared residence?</string>
<string name="properties_join_success">Joined Residence</string>
<string name="properties_join_success_message">You now have access to %1$s.</string>
<string name="properties_join_failed">Join Failed</string>
<string name="properties_joining">Joining...</string>
<string name="properties_shared_by">Shared by: %1$s</string>
<string name="properties_expires">Expires: %1$s</string>
<string name="properties_share_upgrade_title">Pro Feature</string>
<string name="properties_share_upgrade_message">Sharing residences is a Pro feature. Upgrade to invite family members to collaborate on home maintenance.</string>
<string name="properties_users_title">Property Members</string>
<string name="properties_owner">Owner</string>
<string name="properties_member">Member</string>
<string name="properties_remove_user">Remove User</string>
<string name="properties_details">Property Details</string>
<string name="properties_form_name_required">Property Name *</string>
<string name="properties_form_name_error">Name is required</string>
<string name="properties_form_required">Required</string>
<string name="properties_form_street">Street Address</string>
<string name="properties_form_apartment">Apartment/Unit #</string>
<string name="properties_form_city">City</string>
<string name="properties_form_state">State/Province</string>
<string name="properties_form_postal">Postal Code</string>
<string name="properties_form_country">Country</string>
<string name="properties_form_optional">Optional Details</string>
<string name="properties_form_sqft">Square Footage</string>
<string name="properties_form_lot_size">Lot Size (acres)</string>
<string name="properties_form_description">Description</string>
<string name="properties_form_primary">Primary Residence</string>
<string name="properties_form_create">Create Residence</string>
<string name="properties_form_update">Update Residence</string>
<string name="properties_loading">Loading residence...</string>
<string name="properties_failed_to_load">Failed to Load Property</string>
<string name="properties_failed_to_delete">Failed to Delete Property</string>
<string name="properties_failed_to_generate_report">Failed to Generate Report</string>
<string name="properties_generate_report">Generate Report</string>
<string name="properties_generate_report_confirm">This will generate and email a maintenance report for this property. Do you want to continue?</string>
<string name="properties_generate">Generate</string>
<string name="properties_manage_users">Manage Users</string>
<string name="properties_edit_residence">Edit Residence</string>
<string name="properties_delete_residence">Delete Residence</string>
<string name="properties_delete_name_confirm">Are you sure you want to delete %1$s? This action cannot be undone.</string>
<string name="properties_address_section">Address</string>
<string name="properties_unit">Unit: %1$s</string>
<string name="properties_property_details_section">Property Details</string>
<string name="properties_bedrooms">Bedrooms</string>
<string name="properties_bathrooms">Bathrooms</string>
<string name="properties_square_footage">Square Footage</string>
<string name="properties_lot_size">Lot Size</string>
<string name="properties_year_built">Year Built</string>
<string name="properties_sq_ft">%1$s sq ft</string>
<string name="properties_acres">%1$s acres</string>
<string name="properties_description_section">Description</string>
<string name="properties_purchase_info">Purchase Information</string>
<string name="properties_purchase_date">Purchase Date</string>
<string name="properties_purchase_price">Purchase Price</string>
<string name="properties_add_task">Add Task</string>
<string name="properties_no_tasks">No tasks yet</string>
<string name="properties_add_task_start">Add a task to get started</string>
<string name="properties_error_loading_tasks">Error loading tasks: %1$s</string>
<string name="properties_no_contractors">No contractors yet</string>
<string name="properties_add_contractors_hint">Add contractors from the Contractors tab</string>
<string name="properties_error_loading_contractors">Error loading contractors: %1$s</string>
<string name="properties_cancel_task">Cancel Task</string>
<string name="properties_cancel_task_confirm">Are you sure you want to cancel \"%1$s\"? This action cannot be undone.</string>
<string name="properties_archive_task">Archive Task</string>
<string name="properties_archive_task_confirm">Are you sure you want to archive \"%1$s\"? You can unarchive it later from archived tasks.</string>
<string name="properties_dismiss">Dismiss</string>
<!-- Tasks -->
<string name="tasks_title">Tasks</string>
<string name="tasks_empty_title">No tasks yet</string>
<string name="tasks_empty_subtitle">Add your first maintenance task</string>
<string name="tasks_add_button">Add Task</string>
<string name="tasks_add_title">Add Task</string>
<string name="tasks_edit_title">Edit Task</string>
<string name="tasks_title_label">Task Title</string>
<string name="tasks_description_label">Description</string>
<string name="tasks_category_label">Category</string>
<string name="tasks_priority_label">Priority</string>
<string name="tasks_frequency_label">Frequency</string>
<string name="tasks_due_date_label">Due Date</string>
<string name="tasks_estimated_cost_label">Estimated Cost</string>
<string name="tasks_contractor_label">Contractor</string>
<string name="tasks_notes_label">Notes</string>
<string name="tasks_delete_confirm">Are you sure you want to delete this task?</string>
<string name="tasks_deleted">Task deleted</string>
<string name="tasks_details">Task Details</string>
<string name="tasks_title_required">Title *</string>
<string name="tasks_title_error">Title is required</string>
<string name="tasks_category_required">Category *</string>
<string name="tasks_frequency_required">Frequency *</string>
<string name="tasks_priority_required">Priority *</string>
<string name="tasks_status_label">Status *</string>
<string name="tasks_due_date_required">Due Date (YYYY-MM-DD) *</string>
<string name="tasks_due_date_error">Due date is required</string>
<string name="tasks_due_date_placeholder">2025-01-31</string>
<string name="tasks_update">Update Task</string>
<string name="tasks_failed_to_update">Failed to Update Task</string>
<string name="tasks_failed_to_cancel">Failed to cancel task</string>
<string name="tasks_failed_to_restore">Failed to restore task</string>
<string name="tasks_failed_to_mark_in_progress">Failed to mark task in progress</string>
<string name="tasks_failed_to_archive">Failed to archive task</string>
<string name="tasks_failed_to_unarchive">Failed to unarchive task</string>
<string name="tasks_card_in_progress">IN PROGRESS</string>
<string name="tasks_card_actions">Actions</string>
<string name="tasks_card_mark_in_progress">Mark In Progress</string>
<string name="tasks_card_complete_task">Complete Task</string>
<string name="tasks_card_edit_task">Edit Task</string>
<string name="tasks_card_cancel_task">Cancel Task</string>
<string name="tasks_card_restore_task">Restore Task</string>
<string name="tasks_card_archive_task">Archive Task</string>
<string name="tasks_card_unarchive_task">Unarchive Task</string>
<string name="tasks_card_not_available">N/A</string>
<string name="tasks_card_completed_by">By: %1$s</string>
<string name="tasks_card_cost">Cost: $%1$s</string>
<string name="tasks_card_view_photos">View Photos (%1$d)</string>
<string name="tasks_add_new">Add New Task</string>
<string name="tasks_property_required">Property *</string>
<string name="tasks_property_error">Property is required</string>
<string name="tasks_browse_templates">Browse Task Templates</string>
<string name="tasks_common_tasks">%1$d common tasks</string>
<string name="tasks_category_error">Category is required</string>
<string name="tasks_interval_days">Interval Days (optional)</string>
<string name="tasks_interval_override">Override default frequency interval</string>
<string name="tasks_due_date_format_error">Due date is required (format: YYYY-MM-DD)</string>
<string name="tasks_due_date_format">Format: YYYY-MM-DD</string>
<string name="tasks_create">Create Task</string>
<!-- Task Columns / Kanban -->
<string name="tasks_column_overdue">Overdue</string>
<string name="tasks_column_due_soon">Due Soon</string>
<string name="tasks_column_upcoming">Upcoming</string>
<string name="tasks_column_in_progress">In Progress</string>
<string name="tasks_column_completed">Completed</string>
<string name="tasks_column_cancelled">Cancelled</string>
<!-- Task Actions -->
<string name="tasks_mark_complete">Complete</string>
<string name="tasks_mark_in_progress">Start</string>
<string name="tasks_cancel">Cancel</string>
<string name="tasks_uncancel">Restore</string>
<string name="tasks_archive">Archive</string>
<string name="tasks_unarchive">Unarchive</string>
<string name="tasks_completed_message">Task marked as completed</string>
<string name="tasks_in_progress_message">Task marked as in progress</string>
<string name="tasks_in_progress_label">In Progress</string>
<string name="tasks_cancelled_message">Task cancelled</string>
<!-- Task Templates -->
<string name="templates_title">Task Templates</string>
<string name="templates_done">Done</string>
<string name="templates_search_placeholder">Search templates...</string>
<string name="templates_clear">Clear</string>
<string name="templates_result">result</string>
<string name="templates_results">results</string>
<string name="templates_no_results_title">No Templates Found</string>
<string name="templates_no_results_message">Try a different search term</string>
<string name="templates_empty_title">No Templates Available</string>
<string name="templates_empty_message">Templates will appear here once loaded</string>
<string name="templates_expand">Expand</string>
<string name="templates_collapse">Collapse</string>
<string name="templates_add">Add</string>
<!-- Task Completions -->
<string name="completions_title">Task Completions</string>
<string name="completions_add_title">Complete Task</string>
<string name="completions_notes_label">Notes</string>
<string name="completions_actual_cost_label">Actual Cost</string>
<string name="completions_date_label">Completion Date</string>
<string name="completions_photos_label">Photos</string>
<string name="completions_add_photo">Add Photo</string>
<string name="completions_delete_confirm">Delete this completion record?</string>
<string name="completions_complete_task_title">Complete Task: %1$s</string>
<string name="completions_select_contractor">Select Contractor (optional)</string>
<string name="completions_choose_contractor_placeholder">Choose a contractor or leave blank</string>
<string name="completions_expand">Expand</string>
<string name="completions_none_manual">None (manual entry)</string>
<string name="completions_loading_contractors">Loading contractors...</string>
<string name="completions_error_loading_contractors">Error loading contractors</string>
<string name="completions_completed_by_name">Completed By Name (optional)</string>
<string name="completions_completed_by_placeholder">Enter name if not using contractor above</string>
<string name="completions_actual_cost_optional">Actual Cost (optional)</string>
<string name="completions_notes_optional">Notes (optional)</string>
<string name="completions_rating">Rating: %1$d out of 5</string>
<string name="completions_add_images">Add Images</string>
<string name="completions_take_photo">Take Photo</string>
<string name="completions_choose_from_library">Choose from Library</string>
<string name="completions_images_selected">%1$d image(s) selected</string>
<string name="completions_remove_image">Remove image</string>
<string name="completions_complete_button">Complete</string>
<string name="completions_quality_rating">Quality Rating</string>
<string name="completions_photos_count">Photos (%1$d/%2$d)</string>
<string name="completions_camera">Camera</string>
<string name="completions_library">Library</string>
<string name="completions_add_photos_helper">Add photos of completed work (optional)</string>
<!-- Contractors -->
<string name="contractors_title">Contractors</string>
<string name="contractors_empty_title">No contractors yet</string>
<string name="contractors_empty_subtitle">Add trusted contractors for your property</string>
<string name="contractors_empty_subtitle_first">Add your first contractor to get started</string>
<string name="contractors_no_results">No contractors found</string>
<string name="contractors_add_button">Add Contractor</string>
<string name="contractors_add_title">Add Contractor</string>
<string name="contractors_edit_title">Edit Contractor</string>
<string name="contractors_name_label">Name</string>
<string name="contractors_company_label">Company</string>
<string name="contractors_phone_label">Phone</string>
<string name="contractors_email_label">Email</string>
<string name="contractors_specialty_label">Specialty</string>
<string name="contractors_notes_label">Notes</string>
<string name="contractors_favorite">Favorite</string>
<string name="contractors_favorites">Favorites</string>
<string name="contractors_filter_favorites">Filter favorites</string>
<string name="contractors_filter_specialty">Filter by specialty</string>
<string name="contractors_all_specialties">All Specialties</string>
<string name="contractors_search">Search contractors...</string>
<string name="contractors_clear_search">Clear search</string>
<string name="contractors_add_to_favorites">Add to favorites</string>
<string name="contractors_remove_from_favorites">Remove from favorites</string>
<string name="contractors_view_details">View details</string>
<string name="contractors_tasks_count">%1$d tasks</string>
<string name="contractors_delete_confirm">Are you sure you want to delete this contractor?</string>
<string name="contractors_deleted">Contractor deleted</string>
<string name="contractors_call">Call</string>
<string name="contractors_send_email">Email</string>
<string name="contractors_failed_to_load">Failed to Load Contractors</string>
<string name="contractors_failed_to_delete">Failed to Delete Contractor</string>
<string name="contractors_failed_to_update_favorite">Failed to Update Favorite</string>
<string name="contractors_upgrade_required">Upgrade Required</string>
<string name="contractors_upgrade_message">You\'ve reached the maximum number of contractors for your current plan. Upgrade to Pro for unlimited contractors.</string>
<string name="contractors_details">Contractor Details</string>
<string name="contractors_toggle_favorite">Toggle favorite</string>
<string name="contractors_website">Website</string>
<string name="contractors_directions">Directions</string>
<string name="contractors_contact_info">Contact Information</string>
<string name="contractors_no_contact_info">No contact information available</string>
<string name="contractors_address">Address</string>
<string name="contractors_location">Location</string>
<string name="contractors_associated_property">Associated Property</string>
<string name="contractors_property">Property</string>
<string name="contractors_notes">Notes</string>
<string name="contractors_statistics">Statistics</string>
<string name="contractors_tasks_completed">Tasks\nCompleted</string>
<string name="contractors_average_rating">Average\nRating</string>
<string name="contractors_info">Info</string>
<string name="contractors_added_by">Added By</string>
<string name="contractors_member_since">Member Since</string>
<string name="contractors_delete">Delete Contractor</string>
<string name="contractors_delete_warning">Are you sure you want to delete this contractor? This action cannot be undone.</string>
<string name="contractors_completed_tasks">%1$d completed tasks</string>
<string name="contractors_share">Share Contractor</string>
<string name="contractors_share_upgrade_title">Pro Feature</string>
<string name="contractors_share_upgrade_message">Sharing contractors is a Pro feature. Upgrade to share your trusted contractors with friends and family.</string>
<string name="contractors_import_title">Import Contractor</string>
<string name="contractors_import_message">Would you like to import this contractor?</string>
<string name="contractors_import_success">Contractor Imported</string>
<string name="contractors_import_success_message">%1$s has been added to your contacts.</string>
<string name="contractors_import_failed">Import Failed</string>
<string name="contractors_shared_by">Shared by: %1$s</string>
<!-- Contractor Form/Dialog -->
<string name="contractors_form_add_title">Add Contractor</string>
<string name="contractors_form_edit_title">Edit Contractor</string>
<string name="contractors_form_basic_info">Basic Information</string>
<string name="contractors_form_name_required">Name *</string>
<string name="contractors_form_company">Company</string>
<string name="contractors_form_residence_optional">Residence (Optional)</string>
<string name="contractors_form_personal_no_residence">Personal (No Residence)</string>
<string name="contractors_form_personal_visibility">Only you will see this contractor</string>
<string name="contractors_form_shared_visibility">All users of %1$s will see this contractor</string>
<string name="contractors_form_contact_info">Contact Information</string>
<string name="contractors_form_phone">Phone</string>
<string name="contractors_form_email">Email</string>
<string name="contractors_form_website">Website</string>
<string name="contractors_form_specialties">Specialties</string>
<string name="contractors_form_address_section">Address</string>
<string name="contractors_form_street_address">Street Address</string>
<string name="contractors_form_city">City</string>
<string name="contractors_form_state">State</string>
<string name="contractors_form_zip_code">ZIP Code</string>
<string name="contractors_form_notes_section">Notes</string>
<string name="contractors_form_private_notes">Private Notes</string>
<string name="contractors_form_mark_favorite">Mark as Favorite</string>
<string name="contractors_form_add_button">Add</string>
<string name="contractors_form_save_button">Save</string>
<!-- Documents -->
<string name="documents_title">Documents</string>
<string name="documents_and_warranties">Documents &amp; Warranties</string>
<string name="documents_empty_title">No documents yet</string>
<string name="documents_empty_subtitle">Store important documents and warranties</string>
<string name="documents_add_button">Add Document</string>
<string name="documents_add_title">Add Document</string>
<string name="documents_edit_title">Edit Document</string>
<string name="documents_title_label">Title</string>
<string name="documents_description_label">Description</string>
<string name="documents_type_label">Document Type</string>
<string name="documents_vendor_label">Vendor</string>
<string name="documents_serial_label">Serial Number</string>
<string name="documents_model_label">Model Number</string>
<string name="documents_purchase_date_label">Purchase Date</string>
<string name="documents_purchase_price_label">Purchase Price</string>
<string name="documents_expiry_date_label">Expiry Date</string>
<string name="documents_delete_confirm">Are you sure you want to delete this document?</string>
<string name="documents_deleted">Document deleted</string>
<string name="documents_warranties_title">Warranties</string>
<string name="documents_warranties_tab">Warranties</string>
<string name="documents_documents_tab">Documents</string>
<string name="documents_upload">Upload File</string>
<string name="documents_view">View Document</string>
<string name="documents_all_categories">All Categories</string>
<string name="documents_all_types">All Types</string>
<string name="documents_filter_active">Filter active</string>
<string name="documents_filters">Filters</string>
<string name="documents_upgrade_required">Upgrade Required</string>
<string name="documents_upgrade_message">You\'ve reached the maximum number of documents for your current plan. Upgrade to Pro for unlimited documents.</string>
<string name="documents_details">Document Details</string>
<string name="documents_status">Status</string>
<string name="documents_inactive">Inactive</string>
<string name="documents_expired">Expired</string>
<string name="documents_expiring_soon">Expiring soon</string>
<string name="documents_active">Active</string>
<string name="documents_days_remaining">Days Remaining</string>
<string name="documents_basic_info">Basic Information</string>
<string name="documents_item_details">Item Details</string>
<string name="documents_item_name">Item Name</string>
<string name="documents_model_number">Model Number</string>
<string name="documents_serial_number">Serial Number</string>
<string name="documents_provider">Provider</string>
<string name="documents_provider_contact">Provider Contact</string>
<string name="documents_claim_info">Claim Information</string>
<string name="documents_claim_phone">Claim Phone</string>
<string name="documents_claim_email">Claim Email</string>
<string name="documents_claim_website">Claim Website</string>
<string name="documents_important_dates">Important Dates</string>
<string name="documents_purchase_date">Purchase Date</string>
<string name="documents_start_date">Start Date</string>
<string name="documents_end_date">End Date</string>
<string name="documents_associations">Associations</string>
<string name="documents_residence">Residence</string>
<string name="documents_contractor">Contractor</string>
<string name="documents_contractor_phone">Contractor Phone</string>
<string name="documents_additional_info">Additional Information</string>
<string name="documents_tags">Tags</string>
<string name="documents_notes">Notes</string>
<string name="documents_images">Images (%1$d)</string>
<string name="documents_attached_file">Attached File</string>
<string name="documents_file_type">File Type</string>
<string name="documents_file_size">File Size</string>
<string name="documents_download_file">Download File</string>
<string name="documents_metadata">Metadata</string>
<string name="documents_uploaded_by">Uploaded By</string>
<string name="documents_created">Created</string>
<string name="documents_updated">Updated</string>
<string name="documents_delete">Delete Document</string>
<string name="documents_delete_warning">Are you sure you want to delete this document? This action cannot be undone.</string>
<string name="documents_failed_to_load">Failed to Load Document</string>
<string name="documents_failed_to_delete">Failed to Delete Document</string>
<string name="documents_image_viewer">Document Images</string>
<string name="documents_image_of">Image %1$d of %2$d</string>
<string name="documents_error_loading_image">Error loading image</string>
<string name="documents_failed_to_load_image">Failed to load image</string>
<string name="documents_previous">Previous</string>
<string name="documents_next">Next</string>
<!-- Document Form -->
<string name="documents_form_edit_warranty">Edit Warranty</string>
<string name="documents_form_edit_document">Edit Document</string>
<string name="documents_form_add_warranty">Add Warranty</string>
<string name="documents_form_add_document">Add Document</string>
<string name="documents_form_select_residence">Select Residence</string>
<string name="documents_form_residence_required">Residence *</string>
<string name="documents_form_document_type_required">Document Type *</string>
<string name="documents_form_title_required">Title *</string>
<string name="documents_form_item_name_required">Item Name *</string>
<string name="documents_form_model_number">Model Number</string>
<string name="documents_form_serial_number">Serial Number</string>
<string name="documents_form_provider_required">Provider/Company *</string>
<string name="documents_form_provider_contact">Provider Contact</string>
<string name="documents_form_claim_phone">Claim Phone</string>
<string name="documents_form_claim_email">Claim Email</string>
<string name="documents_form_claim_website">Claim Website</string>
<string name="documents_form_purchase_date">Purchase Date (YYYY-MM-DD)</string>
<string name="documents_form_warranty_start">Warranty Start Date (YYYY-MM-DD)</string>
<string name="documents_form_warranty_end_required">Warranty End Date (YYYY-MM-DD) *</string>
<string name="documents_form_description">Description</string>
<string name="documents_form_category">Category</string>
<string name="documents_form_select_category">Select Category</string>
<string name="documents_form_category_none">None</string>
<string name="documents_form_tags">Tags</string>
<string name="documents_form_tags_placeholder">tag1, tag2, tag3</string>
<string name="documents_form_notes">Notes</string>
<string name="documents_form_active">Active</string>
<string name="documents_form_existing_photos">Existing Photos (%1$d)</string>
<string name="documents_form_new_photos">New Photos (%1$d/%2$d)</string>
<string name="documents_form_photos">Photos (%1$d/%2$d)</string>
<string name="documents_form_camera">Camera</string>
<string name="documents_form_gallery">Gallery</string>
<string name="documents_form_image_number">Image %1$d</string>
<string name="documents_form_remove_image">Remove image</string>
<string name="documents_form_update_warranty">Update Warranty</string>
<string name="documents_form_update_document">Update Document</string>
<string name="documents_form_select_residence_error">Please select a residence</string>
<string name="documents_form_title_error">Title is required</string>
<string name="documents_form_item_name_error">Item name is required for warranties</string>
<string name="documents_form_provider_error">Provider is required for warranties</string>
<string name="documents_form_date_placeholder">2024-01-15</string>
<string name="documents_form_date_placeholder_end">2025-01-15</string>
<string name="documents_form_failed_to_load_residences">Failed to load residences: %1$s</string>
<!-- Profile -->
<string name="profile_title">Profile</string>
<string name="profile_edit_title">Edit Profile</string>
<string name="profile_update_title">Update Your Profile</string>
<string name="profile_first_name">First Name</string>
<string name="profile_last_name">Last Name</string>
<string name="profile_email">Email</string>
<string name="profile_phone">Phone</string>
<string name="profile_save">Save Changes</string>
<string name="profile_logout">Log Out</string>
<string name="profile_logout_confirm">Are you sure you want to log out?</string>
<string name="profile_settings">Settings</string>
<string name="profile_notifications">Notifications</string>
<string name="profile_notifications_subtitle">Manage notification preferences</string>
<string name="profile_theme">Theme</string>
<string name="profile_appearance">Appearance</string>
<string name="profile_change_theme">Change theme</string>
<string name="profile_information">Profile Information</string>
<string name="profile_update_failed">Failed to Update Profile</string>
<string name="profile_load_failed">Failed to load user data</string>
<string name="profile_not_authenticated">Not authenticated</string>
<string name="profile_update_coming_soon">Profile update coming soon</string>
<string name="profile_email_required">Email is required</string>
<string name="profile_update_success">Profile updated successfully</string>
<string name="profile_subscription">Subscription</string>
<string name="profile_pro_plan">Pro Plan</string>
<string name="profile_free_plan">Free Plan</string>
<string name="profile_active_until">Active until %1$s</string>
<string name="profile_limited_features">Limited features</string>
<string name="profile_upgrade_to_pro">Upgrade to Pro</string>
<string name="profile_manage_subscription">Manage your subscription in the Google Play Store</string>
<string name="profile_support">Support</string>
<string name="profile_contact_support">Contact Support</string>
<string name="profile_contact_support_subtitle">Get help with your account</string>
<string name="profile_upgrade_benefits_title">Unlock Premium Features</string>
<string name="profile_upgrade_benefits_subtitle">Upgrade to Pro for the complete experience</string>
<string name="profile_benefit_unlimited_properties">Unlimited Properties</string>
<string name="profile_benefit_document_vault">Document &amp; Warranty Storage</string>
<string name="profile_benefit_residence_sharing">Residence Sharing</string>
<string name="profile_benefit_contractor_sharing">Contractor Sharing</string>
<string name="profile_benefit_actionable_notifications">Actionable Notifications</string>
<string name="profile_benefit_widgets">Home Screen Widgets</string>
<!-- Settings -->
<string name="settings_title">Settings</string>
<string name="settings_notifications">Notification Preferences</string>
<string name="settings_theme">App Theme</string>
<string name="settings_language">Language</string>
<string name="settings_about">About</string>
<string name="settings_privacy">Privacy Policy</string>
<string name="settings_terms">Terms of Service</string>
<!-- Notifications -->
<string name="notifications_title">Notifications</string>
<string name="notifications_empty">No notifications</string>
<string name="notifications_task_reminders">Task Reminders</string>
<string name="notifications_task_completed">Task Completed</string>
<string name="notifications_property_shared">Property Shared</string>
<string name="notifications_enabled">Enabled</string>
<string name="notifications_disabled">Disabled</string>
<string name="notifications_preferences">Notification Preferences</string>
<string name="notifications_choose">Choose which notifications you\'d like to receive</string>
<string name="notifications_task_section">Task Notifications</string>
<string name="notifications_other_section">Other Notifications</string>
<string name="notifications_task_due_soon">Task Due Soon</string>
<string name="notifications_task_due_soon_desc">Reminders for upcoming tasks</string>
<string name="notifications_task_overdue">Task Overdue</string>
<string name="notifications_task_overdue_desc">Alerts for overdue tasks</string>
<string name="notifications_task_completed_desc">When someone completes a task</string>
<string name="notifications_task_assigned">Task Assigned</string>
<string name="notifications_task_assigned_desc">When a task is assigned to you</string>
<string name="notifications_property_shared_desc">When someone shares a property with you</string>
<string name="notifications_warranty_expiring">Warranty Expiring</string>
<string name="notifications_warranty_expiring_desc">Reminders for expiring warranties</string>
<string name="notifications_daily_digest">Daily Summary</string>
<string name="notifications_daily_digest_desc">Daily overview of tasks due and overdue</string>
<!-- Email Notifications -->
<string name="notifications_email_section">Email Notifications</string>
<string name="notifications_email_task_completed">Task Completed Email</string>
<string name="notifications_email_task_completed_desc">Receive email when a task is completed</string>
<!-- Notification Time Picker -->
<string name="notifications_set_custom_time">Set custom time</string>
<string name="notifications_change_time">Change</string>
<string name="notifications_select_time">Select Notification Time</string>
<!-- Common -->
<string name="common_save">Save</string>
<string name="common_cancel">Cancel</string>
<string name="common_delete">Delete</string>
<string name="common_edit">Edit</string>
<string name="common_done">Done</string>
<string name="common_close">Close</string>
<string name="common_back">Back</string>
<string name="common_next">Next</string>
<string name="common_submit">Submit</string>
<string name="common_confirm">Confirm</string>
<string name="common_loading">Loading...</string>
<string name="common_error">Error</string>
<string name="common_retry">Retry</string>
<string name="common_success">Success</string>
<string name="common_search">Search</string>
<string name="common_filter">Filter</string>
<string name="common_sort">Sort</string>
<string name="common_refresh">Refresh</string>
<string name="common_select">Select</string>
<string name="common_none">None</string>
<string name="common_all">All</string>
<string name="common_yes">Yes</string>
<string name="common_no">No</string>
<string name="common_ok">OK</string>
<string name="common_share">Share</string>
<string name="common_import">Import</string>
<string name="common_importing">Importing...</string>
<string name="common_try_again">Try Again</string>
<!-- Errors -->
<string name="error_generic">Something went wrong. Please try again.</string>
<string name="error_network">Network error. Please check your connection.</string>
<string name="error_timeout">Request timed out. Please try again.</string>
<string name="error_server">Server error. Please try again later.</string>
<string name="error_unauthorized">Session expired. Please log in again.</string>
<string name="error_not_found">Not found</string>
<string name="error_invalid_input">Please check your input</string>
<string name="error_required_field">This field is required</string>
<!-- Accessibility -->
<string name="a11y_back">Go back</string>
<string name="a11y_close">Close</string>
<string name="a11y_menu">Open menu</string>
<string name="a11y_add">Add new item</string>
<string name="a11y_edit">Edit item</string>
<string name="a11y_delete">Delete item</string>
<string name="a11y_refresh">Refresh content</string>
<string name="a11y_search">Search</string>
<string name="a11y_filter">Filter options</string>
<string name="a11y_loading">Loading content</string>
<!-- Date/Time -->
<string name="date_today">Today</string>
<string name="date_yesterday">Yesterday</string>
<string name="date_tomorrow">Tomorrow</string>
<string name="date_days_ago">%1$d days ago</string>
<string name="date_in_days">in %1$d days</string>
<!-- Home Screen -->
<string name="home_welcome">Welcome back</string>
<string name="home_manage_properties">Manage your properties</string>
<string name="home_failed_to_load">Failed to Load Summary</string>
<string name="home_logout">Logout</string>
<string name="home_properties">Properties</string>
<string name="home_tasks">Tasks</string>
<string name="home_view_all_properties">View All Properties</string>
<string name="home_view_all_tasks">View All Tasks</string>
<string name="home_overview">Overview</string>
<string name="home_property_stats">Your property stats</string>
<string name="home_total_tasks">Total Tasks</string>
<string name="home_pending">Pending</string>
<string name="home_manage_residences">Manage your residences</string>
<string name="home_view_manage_tasks">View and manage tasks</string>
<!-- Subscription -->
<string name="subscription_title">Subscription</string>
<string name="subscription_free">Free</string>
<string name="subscription_premium">Premium</string>
<string name="subscription_upgrade">Upgrade</string>
<string name="subscription_restore">Restore Purchases</string>
<string name="subscription_features">Premium Features</string>
<string name="subscription_limit_properties">You\'ve reached the property limit for your plan</string>
<string name="subscription_limit_tasks">You\'ve reached the task limit for your plan</string>
<!-- Onboarding -->
<string name="onboarding_welcome_title">Welcome to Casera</string>
<string name="onboarding_welcome_subtitle">Your home maintenance companion</string>
<string name="onboarding_start_fresh">Start Fresh</string>
<string name="onboarding_join_existing">Join Existing Home</string>
<string name="onboarding_already_have_account">Already have an account? Sign In</string>
<string name="onboarding_skip">Skip</string>
<string name="onboarding_continue">Continue</string>
<string name="onboarding_get_started">Get Started</string>
<!-- Onboarding - Value Props -->
<string name="onboarding_feature_tasks_title">Never Forget a Task</string>
<string name="onboarding_feature_tasks_desc">Track all your home maintenance tasks in one place with smart reminders</string>
<string name="onboarding_feature_docs_title">Documents at Your Fingertips</string>
<string name="onboarding_feature_docs_desc">Store warranties, manuals, and receipts securely and access them anytime</string>
<string name="onboarding_feature_contractors_title">Your Trusted Contractors</string>
<string name="onboarding_feature_contractors_desc">Keep all your contractor contacts organized and easily accessible</string>
<string name="onboarding_feature_family_title">Share With Family</string>
<string name="onboarding_feature_family_desc">Invite family members to collaborate on home maintenance together</string>
<string name="onboarding_feature_notifications_title">Smart Notifications</string>
<string name="onboarding_feature_notifications_desc">Get actionable reminders that let you complete tasks right from the notification</string>
<string name="onboarding_feature_widgets_title">Home Screen Widgets</string>
<string name="onboarding_feature_widgets_desc">Quick access to tasks and reminders directly from your home screen</string>
<!-- Onboarding - Name Residence -->
<string name="onboarding_name_residence_title">Name Your Home</string>
<string name="onboarding_name_residence_subtitle">Give your property a name to help you identify it</string>
<string name="onboarding_name_residence_placeholder">e.g., My Home, Beach House, Apartment</string>
<string name="onboarding_name_residence_hint">You can add more details later</string>
<!-- Onboarding - Create Account -->
<string name="onboarding_create_account_title">Save Your Home</string>
<string name="onboarding_create_account_subtitle">Create an account to sync across devices</string>
<string name="onboarding_create_with_email">Create Account with Email</string>
<!-- Onboarding - Verify Email -->
<string name="onboarding_verify_email_title">Verify Your Email</string>
<string name="onboarding_verify_email_subtitle">We sent a 6-digit code to your email. Enter it below to verify your account.</string>
<string name="onboarding_verify_email_hint">Didn\'t receive a code? Check your spam folder</string>
<!-- Onboarding - Join Residence -->
<string name="onboarding_join_title">Join a Residence</string>
<string name="onboarding_join_subtitle">Enter the 6-character code shared with you to join an existing home</string>
<string name="onboarding_join_placeholder">Enter share code</string>
<string name="onboarding_join_button">Join Residence</string>
<!-- Onboarding - First Task -->
<string name="onboarding_tasks_title">You\'re All Set!</string>
<string name="onboarding_tasks_subtitle">Let\'s get you started with some tasks. The more you pick, the more we\'ll help you remember!</string>
<string name="onboarding_tasks_selected">%1$d/%2$d tasks selected</string>
<string name="onboarding_tasks_add_popular">Add Most Popular</string>
<string name="onboarding_tasks_continue">Add %1$d Tasks &amp; Continue</string>
<string name="onboarding_tasks_skip">Skip for Now</string>
<!-- Onboarding - Task Categories -->
<string name="onboarding_category_hvac">HVAC &amp; Climate</string>
<string name="onboarding_category_safety">Safety &amp; Security</string>
<string name="onboarding_category_plumbing">Plumbing</string>
<string name="onboarding_category_outdoor">Outdoor &amp; Lawn</string>
<string name="onboarding_category_appliances">Appliances</string>
<string name="onboarding_category_general">General Home</string>
<!-- Onboarding - Subscription -->
<string name="onboarding_subscription_title">Go Pro</string>
<string name="onboarding_subscription_subtitle">Take your home management to the next level</string>
<string name="onboarding_subscription_pro">CASERA PRO</string>
<string name="onboarding_subscription_social_proof">4.9 • 10K+ homeowners</string>
<string name="onboarding_subscription_benefit_properties">Unlimited Properties</string>
<string name="onboarding_subscription_benefit_properties_desc">Track every home you own</string>
<string name="onboarding_subscription_benefit_reminders">Smart Reminders</string>
<string name="onboarding_subscription_benefit_reminders_desc">Never miss a maintenance deadline</string>
<string name="onboarding_subscription_benefit_documents">Document Vault</string>
<string name="onboarding_subscription_benefit_documents_desc">All your documents in one place</string>
<string name="onboarding_subscription_benefit_family">Family Sharing</string>
<string name="onboarding_subscription_benefit_family_desc">Get everyone on the same page</string>
<string name="onboarding_subscription_benefit_insights">Spending Insights</string>
<string name="onboarding_subscription_benefit_insights_desc">See where your money goes</string>
<string name="onboarding_subscription_benefit_contractor_sharing">Contractor Sharing</string>
<string name="onboarding_subscription_benefit_contractor_sharing_desc">Share your trusted contractors with family and friends</string>
<string name="onboarding_subscription_benefit_widgets">Home Screen Widgets</string>
<string name="onboarding_subscription_benefit_widgets_desc">Quick actions right from your home screen</string>
<string name="onboarding_subscription_benefit_notifications">Actionable Notifications</string>
<string name="onboarding_subscription_benefit_notifications_desc">Complete tasks directly from notifications</string>
<string name="onboarding_subscription_choose_plan">Choose your plan</string>
<string name="onboarding_subscription_monthly">Monthly</string>
<string name="onboarding_subscription_yearly">Yearly</string>
<string name="onboarding_subscription_save">Save 30%</string>
<string name="onboarding_subscription_monthly_price">$2.99/month</string>
<string name="onboarding_subscription_yearly_price">$23.99/year</string>
<string name="onboarding_subscription_yearly_monthly">Just $1.99/month</string>
<string name="onboarding_subscription_start_trial">Start 7-Day Free Trial</string>
<string name="onboarding_subscription_continue_free">Continue with Free</string>
<string name="onboarding_subscription_trial_terms">7-day free trial, then %1$s. Cancel anytime.</string>
</resources>