52 files
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
"config": {
|
||||
"abort": {
|
||||
"single_instance_allowed": "Only a single configuration of Mail and Packages is allowed.",
|
||||
"reconfigure_successful": "Reconfigure Successful"
|
||||
"reconfigure_successful": "Reconfigure Successful",
|
||||
"oauth_unauthorized": "OAuth unauthorized: access was denied or the authentication was cancelled."
|
||||
},
|
||||
"error": {
|
||||
"cannot_connect": "Unable to connect or login to the mail server. Please check the log for details.",
|
||||
@@ -189,6 +190,72 @@
|
||||
}
|
||||
}
|
||||
},
|
||||
"options": {
|
||||
"step": {
|
||||
"init": {
|
||||
"description": "Finish the configuration by customizing the following based on your email structure and Home Assistant installation.\n\nIf using Amazon forwarded emails please separate each address with a comma.",
|
||||
"data": {
|
||||
"folder": "Mail Folder",
|
||||
"resources": "Sensors List",
|
||||
"scan_interval": "Scanning Interval (minutes, minimum 5)",
|
||||
"image_path": "Image Path",
|
||||
"gif_duration": "Image Duration (seconds)",
|
||||
"image_security": "Random Image Filename",
|
||||
"imap_timeout": "Mailbox scan time limit (seconds, minimum 10)",
|
||||
"generate_grid": "Create image grid for LLM vision models",
|
||||
"generate_mp4": "Create mp4 from images",
|
||||
"allow_external": "Create image for notification apps",
|
||||
"usps_placeholder": "Include USPS no-image placeholder in GIF?",
|
||||
"custom_img": "Use custom USPS 'no mail' image?",
|
||||
"amazon_custom_img": "Use custom 'no Amazon delivery' image?",
|
||||
"ups_custom_img": "Use custom 'no UPS delivery' image?",
|
||||
"walmart_custom_img": "Use custom 'no Walmart delivery' image?",
|
||||
"fedex_custom_img": "Use custom 'no FedEx delivery' image?",
|
||||
"post_de_custom_img": "Use custom Post DE 'no mail' image?",
|
||||
"allow_forwarded_emails": "Allow forwarded emails in addition to a service's default (e.g. no-reply@usps.com)"
|
||||
},
|
||||
"data_description": {
|
||||
"imap_timeout": "Covers the entire scan — login plus every per-carrier IMAP search — not just connecting. Raise this if large mailboxes time out; lower it to fail faster."
|
||||
},
|
||||
"title": "Mail and Packages Options"
|
||||
},
|
||||
"options_3": {
|
||||
"data": {
|
||||
"custom_img_file": "Path to custom USPS image: (ie: images/my_custom_no_mail.jpg)",
|
||||
"amazon_custom_img_file": "Path to custom Amazon image: (ie: images/my_custom_no_amazon.jpg)",
|
||||
"ups_custom_img_file": "Path to custom UPS image: (ie: images/my_custom_no_ups.jpg)",
|
||||
"walmart_custom_img_file": "Path to custom Walmart image: (ie: images/my_custom_no_walmart.jpg)",
|
||||
"fedex_custom_img_file": "Path to custom FedEx image: (ie: images/my_custom_no_fedex.jpg)",
|
||||
"post_de_custom_img_file": "Path to custom Post DE image: (ie: images/my_custom_no_post_de.gif)"
|
||||
},
|
||||
"description": "Enter the path and file name to your custom no delivery images below.\n\nExample: images/custom_nomail.gif",
|
||||
"title": "Custom Images"
|
||||
},
|
||||
"options_amazon": {
|
||||
"data": {
|
||||
"amazon_domain": "Amazon domain",
|
||||
"amazon_fwds": "Amazon forwarded email addresses",
|
||||
"amazon_days": "Days back to check for Amazon emails"
|
||||
},
|
||||
"description": "Please enter the domain Amazon sends email's from (ie: amazon.com or amazon.de)\n\nIf using Amazon forwarded emails please separate each address with a comma or enter (none) to clear this setting.",
|
||||
"title": "Amazon Settings"
|
||||
},
|
||||
"options_storage": {
|
||||
"data": {
|
||||
"storage": "Directory to store images"
|
||||
},
|
||||
"description": "Please enter the directory you'd like your images to be stored in.\nThe default is auto populated.",
|
||||
"title": "Image storage location"
|
||||
},
|
||||
"options_forwarded_emails": {
|
||||
"data": {
|
||||
"forwarded_emails": "Forwarded Email Addresses"
|
||||
},
|
||||
"description": "By default, the Mail and Packages integration only searches for messages matching a service's address.\n\nIf you want to use forwarded emails, please separate each address messages will be coming from with a comma or enter '(none)' to clear this setting.",
|
||||
"title": "Forwarded Email Addresses"
|
||||
}
|
||||
}
|
||||
},
|
||||
"selector": {
|
||||
"auth_type": {
|
||||
"options": {
|
||||
|
||||
Reference in New Issue
Block a user