mirror of
https://github.com/home-assistant/core.git
synced 2026-04-18 16:06:42 +01:00
1392 lines
56 KiB
JSON
1392 lines
56 KiB
JSON
{
|
|
"common": {
|
|
"add_checklist_item_description": "The items to add to a task's checklist.",
|
|
"add_checklist_item_name": "Add checklist items",
|
|
"alias_description": "A task alias can be used instead of the name or task ID. Only dashes, underscores, and alphanumeric characters are supported. The task alias must be unique among all your tasks.",
|
|
"alias_name": "Task alias",
|
|
"checklist_options_description": "Add, remove, or update status of an item on a task's checklist.",
|
|
"checklist_options_name": "Checklist",
|
|
"clear_reminder_description": "Remove all reminders from a Habitica task.",
|
|
"clear_reminder_name": "Clear all reminders",
|
|
"collapse_checklist_description": "Whether the checklist of a task is displayed as collapsed or expanded in Habitica.",
|
|
"collapse_checklist_name": "Collapse/expand checklist",
|
|
"config_entry_description": "Select the Habitica account to update a task.",
|
|
"config_entry_name": "Select character",
|
|
"cost_name": "Cost",
|
|
"dailies": "Dailies",
|
|
"date_description": "The to-do's due date.",
|
|
"date_name": "Due date",
|
|
"developer_options_description": "Additional features available in developer mode.",
|
|
"developer_options_name": "Advanced settings",
|
|
"every_x_description": "The number of intervals (days, weeks, months, or years) after which the daily repeats, based on the chosen repetition interval. A value of 0 makes the daily inactive ('Grey Daily').",
|
|
"every_x_name": "Repeat every X",
|
|
"frequency_daily_description": "The repetition interval of a daily.",
|
|
"frequency_daily_name": "Repeat interval",
|
|
"frequency_description": "The frequency at which the habit's counter resets: daily at the start of a new day, weekly after Sunday night, or monthly at the beginning of a new month.",
|
|
"frequency_name": "Counter reset",
|
|
"name_description": "The title for the Habitica task.",
|
|
"notes_description": "The notes for the Habitica task.",
|
|
"notes_name": "Notes",
|
|
"priority_description": "The difficulty of the task.",
|
|
"priority_name": "Difficulty",
|
|
"quest_name": "Quest",
|
|
"reminder_description": "Add reminders to a Habitica task.",
|
|
"reminder_name": "Add reminders",
|
|
"reminder_options_description": "Add, remove or clear reminders of a Habitica task.",
|
|
"reminder_options_name": "Reminders",
|
|
"remove_checklist_item_description": "Remove items from a task's checklist.",
|
|
"remove_checklist_item_name": "Delete items",
|
|
"remove_reminder_description": "Remove specific reminders from a Habitica task.",
|
|
"remove_reminder_name": "Remove reminders",
|
|
"remove_tag_description": "Remove tags from the Habitica task.",
|
|
"remove_tag_name": "Remove tags",
|
|
"rename_description": "The title for the Habitica task.",
|
|
"rename_name": "Rename",
|
|
"repeat_monthly_description": "Whether a monthly recurring task repeats on the same calendar day each month or on the same weekday and week of the month, based on the start date.",
|
|
"repeat_monthly_options_description": "Options related to monthly repetition, applicable when the repetition interval is set to monthly.",
|
|
"repeat_monthly_options_name": "Monthly repeat day",
|
|
"repeat_name": "Repeat on",
|
|
"repeat_weekly_description": "The days of the week the daily repeats.",
|
|
"repeat_weekly_options_description": "Options related to weekly repetition, applicable when the repetition interval is set to weekly.",
|
|
"repeat_weekly_options_name": "Weekly repeat days",
|
|
"score_checklist_item_description": "Mark items from a task's checklist as completed.",
|
|
"score_checklist_item_name": "Complete items",
|
|
"start_date_description": "Defines when the daily task becomes active and specifies the exact weekday or day of the month it repeats on.",
|
|
"start_date_name": "Start date",
|
|
"tag_description": "Add tags to the Habitica task. If a tag does not already exist, a new one will be created.",
|
|
"tag_name": "Add tags",
|
|
"tag_options_description": "Add or remove tags from a task.",
|
|
"tag_options_name": "Tags",
|
|
"task_description": "The name (or task ID) of the task you want to update.",
|
|
"task_name": "Task name",
|
|
"todos": "To-Do's",
|
|
"unit_experience_points": "XP",
|
|
"unit_health_points": "HP",
|
|
"unit_items": "items",
|
|
"unit_mana_points": "MP",
|
|
"unit_rage": "rage",
|
|
"unscore_checklist_item_description": "Undo completion of items of a task's checklist.",
|
|
"unscore_checklist_item_name": "Uncomplete items",
|
|
"up_down_description": "Whether the habit is good and rewarding (positive), bad and penalizing (negative), or both.",
|
|
"up_down_name": "Rewards or losses"
|
|
},
|
|
"config": {
|
|
"abort": {
|
|
"already_configured": "[%key:common::config_flow::abort::already_configured_account%]",
|
|
"reauth_successful": "[%key:common::config_flow::abort::reauth_successful%]",
|
|
"reconfigure_successful": "[%key:common::config_flow::abort::reconfigure_successful%]",
|
|
"unique_id_mismatch": "Hmm, those login details are correct, but they're not for this adventurer. Got another account to try?"
|
|
},
|
|
"error": {
|
|
"cannot_connect": "[%key:common::config_flow::error::cannot_connect%]",
|
|
"invalid_auth": "[%key:common::config_flow::error::invalid_auth%]",
|
|
"invalid_credentials": "Input is incomplete. You must provide either your login details or an API token",
|
|
"unknown": "[%key:common::config_flow::error::unknown%]"
|
|
},
|
|
"initiate_flow": {
|
|
"user": "[%key:common::config_flow::initiate_flow::account%]"
|
|
},
|
|
"step": {
|
|
"advanced": {
|
|
"data": {
|
|
"api_key": "API token",
|
|
"api_user": "User ID",
|
|
"url": "[%key:common::config_flow::data::url%]",
|
|
"verify_ssl": "[%key:common::config_flow::data::verify_ssl%]"
|
|
},
|
|
"data_description": {
|
|
"api_key": "API token of the Habitica account",
|
|
"api_user": "User ID of your Habitica account",
|
|
"url": "URL of the Habitica installation to connect to. Defaults to `{default_url}`",
|
|
"verify_ssl": "Enable SSL certificate verification for secure connections. Disable only if connecting to a Habitica instance using a self-signed certificate"
|
|
},
|
|
"description": "You can retrieve your 'User ID' and 'API token' from [**Settings -> Site Data**]({site_data}) on Habitica or the instance you want to connect to",
|
|
"title": "[%key:component::habitica::config::step::user::menu_options::advanced%]"
|
|
},
|
|
"login": {
|
|
"data": {
|
|
"password": "[%key:common::config_flow::data::password%]",
|
|
"username": "Email or username (case-sensitive)"
|
|
},
|
|
"data_description": {
|
|
"password": "Password for the account to connect Home Assistant to Habitica",
|
|
"username": "Email or username (case-sensitive) to connect Home Assistant to your Habitica account"
|
|
},
|
|
"description": "Enter your login details to start using Habitica with Home Assistant\n\n[Forgot your password?]({forgot_password})",
|
|
"title": "[%key:component::habitica::config::step::user::menu_options::login%]"
|
|
},
|
|
"reauth_confirm": {
|
|
"description": " It seems your API token for **{name}** has been reset. To re-authorize the integration, you can either log in with your username or email, and password, or directly provide your new API token.",
|
|
"sections": {
|
|
"reauth_api_key": {
|
|
"data": {
|
|
"api_key": "[%key:component::habitica::config::step::advanced::data::api_key%]"
|
|
},
|
|
"data_description": {
|
|
"api_key": "[%key:component::habitica::config::step::advanced::data_description::api_key%]"
|
|
},
|
|
"description": "Enter your new API token below. You can find it in Habitica under 'Settings -> Site Data'",
|
|
"name": "Re-authorize via API token"
|
|
},
|
|
"reauth_login": {
|
|
"data": {
|
|
"password": "[%key:common::config_flow::data::password%]",
|
|
"username": "[%key:component::habitica::config::step::login::data::username%]"
|
|
},
|
|
"data_description": {
|
|
"password": "[%key:component::habitica::config::step::login::data_description::password%]",
|
|
"username": "[%key:component::habitica::config::step::login::data_description::username%]"
|
|
},
|
|
"description": "Enter your login details below to re-authorize the Home Assistant integration with Habitica",
|
|
"name": "Re-authorize via login"
|
|
}
|
|
},
|
|
"title": "Re-authorize {name} with Habitica"
|
|
},
|
|
"reconfigure": {
|
|
"data": {
|
|
"api_key": "[%key:component::habitica::config::step::advanced::data::api_key%]"
|
|
},
|
|
"data_description": {
|
|
"api_key": "[%key:component::habitica::config::step::advanced::data_description::api_key%]"
|
|
},
|
|
"description": "\n\nEnter your new API token below. You can find it in Habitica under [**Settings -> Site Data**]({site_data})",
|
|
"sections": {
|
|
"danger_zone": {
|
|
"data": {
|
|
"url": "[%key:common::config_flow::data::url%]",
|
|
"verify_ssl": "[%key:common::config_flow::data::verify_ssl%]"
|
|
},
|
|
"data_description": {
|
|
"url": "URL of the Habitica instance",
|
|
"verify_ssl": "[%key:component::habitica::config::step::advanced::data_description::verify_ssl%]"
|
|
},
|
|
"description": "These settings impact core functionality. Modifications are unnecessary if connected to the official Habitica instance and may disrupt the integration. Proceed with caution.",
|
|
"name": "Critical configuration options"
|
|
}
|
|
},
|
|
"title": "Update Habitica configuration"
|
|
},
|
|
"user": {
|
|
"description": " Connect your Habitica account to keep track of your adventurer's stats, progress, and manage your to-dos and daily tasks.\n\n[Don't have a Habitica account? Sign up here.]({signup})",
|
|
"menu_options": {
|
|
"advanced": "Log in to other instances",
|
|
"login": "Log in to Habitica"
|
|
},
|
|
"title": "Habitica - Gamify your life"
|
|
}
|
|
}
|
|
},
|
|
"config_subentries": {
|
|
"party_member": {
|
|
"abort": {
|
|
"already_configured": "This adventurer is already configured as a party member in this or another account.",
|
|
"already_configured_as_entry": "Already configured as a user. This adventurer cannot be added as a party member.",
|
|
"config_entry_disabled": "Cannot add party members when the main account is disabled or not loaded.",
|
|
"not_in_a_party": "You are currently not in a party. You can only add party members when your character is in a party."
|
|
},
|
|
"entry_type": "Party member",
|
|
"initiate_flow": {
|
|
"user": "Add party member"
|
|
},
|
|
"step": {
|
|
"user": {
|
|
"data": {
|
|
"party_member": "Party member"
|
|
},
|
|
"data_description": {
|
|
"party_member": "Select an adventurer from your party to track health and other stats."
|
|
},
|
|
"description": "Track the stats of the adventurers in your party.",
|
|
"title": "Party members"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"entity": {
|
|
"binary_sensor": {
|
|
"pending_quest": {
|
|
"name": "Pending quest invitation"
|
|
},
|
|
"quest_running": {
|
|
"name": "Quest status"
|
|
}
|
|
},
|
|
"button": {
|
|
"allocate_all_stat_points": {
|
|
"name": "Allocate all stat points"
|
|
},
|
|
"brightness": {
|
|
"name": "Searing brightness"
|
|
},
|
|
"buy_health_potion": {
|
|
"name": "Buy a health potion"
|
|
},
|
|
"defensive_stance": {
|
|
"name": "Defensive stance"
|
|
},
|
|
"earth": {
|
|
"name": "Earthquake"
|
|
},
|
|
"frost": {
|
|
"name": "Chilling frost"
|
|
},
|
|
"heal": {
|
|
"name": "Healing light"
|
|
},
|
|
"heal_all": {
|
|
"name": "Blessing"
|
|
},
|
|
"intimidate": {
|
|
"name": "Intimidating gaze"
|
|
},
|
|
"mpheal": {
|
|
"name": "Ethereal surge"
|
|
},
|
|
"protect_aura": {
|
|
"name": "Protective aura"
|
|
},
|
|
"revive": {
|
|
"name": "Revive from death"
|
|
},
|
|
"run_cron": {
|
|
"name": "Start my day"
|
|
},
|
|
"stealth": {
|
|
"name": "Stealth"
|
|
},
|
|
"tools_of_trade": {
|
|
"name": "Tools of the trade"
|
|
},
|
|
"valorous_presence": {
|
|
"name": "Valorous presence"
|
|
}
|
|
},
|
|
"calendar": {
|
|
"daily_reminders": {
|
|
"name": "Daily reminders"
|
|
},
|
|
"dailys": {
|
|
"name": "[%key:component::habitica::common::dailies%]",
|
|
"state_attributes": {
|
|
"yesterdaily": {
|
|
"name": "Yester-Daily",
|
|
"state": {
|
|
"false": "[%key:common::state::no%]",
|
|
"true": "[%key:common::state::yes%]"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"todo_reminders": {
|
|
"name": "To-do reminders"
|
|
},
|
|
"todos": {
|
|
"name": "[%key:component::habitica::common::todos%]"
|
|
}
|
|
},
|
|
"image": {
|
|
"avatar": {
|
|
"name": "Avatar"
|
|
},
|
|
"quest_image": {
|
|
"name": "[%key:component::habitica::common::quest_name%]"
|
|
}
|
|
},
|
|
"notify": {
|
|
"party_chat": {
|
|
"name": "Party chat"
|
|
},
|
|
"private_message": {
|
|
"name": "Private message: {name}"
|
|
}
|
|
},
|
|
"sensor": {
|
|
"boss": {
|
|
"name": "Quest boss"
|
|
},
|
|
"boss_hp": {
|
|
"name": "Boss health",
|
|
"unit_of_measurement": "[%key:component::habitica::common::unit_health_points%]"
|
|
},
|
|
"boss_hp_remaining": {
|
|
"name": "Boss health remaining",
|
|
"unit_of_measurement": "[%key:component::habitica::common::unit_health_points%]"
|
|
},
|
|
"boss_rage": {
|
|
"name": "Boss rage",
|
|
"unit_of_measurement": "[%key:component::habitica::common::unit_rage%]"
|
|
},
|
|
"boss_rage_limit": {
|
|
"name": "Boss rage limit break",
|
|
"state_attributes": {
|
|
"effect": {
|
|
"name": "Effect"
|
|
},
|
|
"rage_skill": {
|
|
"name": "Rage skill"
|
|
}
|
|
},
|
|
"unit_of_measurement": "[%key:component::habitica::common::unit_rage%]"
|
|
},
|
|
"class": {
|
|
"name": "Class",
|
|
"state": {
|
|
"healer": "Healer",
|
|
"rogue": "Rogue",
|
|
"warrior": "Warrior",
|
|
"wizard": "Mage"
|
|
}
|
|
},
|
|
"collected_items": {
|
|
"name": "Collected quest items",
|
|
"unit_of_measurement": "[%key:component::habitica::common::unit_items%]"
|
|
},
|
|
"constitution": {
|
|
"name": "Constitution",
|
|
"state_attributes": {
|
|
"allocated": {
|
|
"name": "[%key:component::habitica::entity::sensor::strength::state_attributes::allocated::name%]"
|
|
},
|
|
"buffs": {
|
|
"name": "[%key:component::habitica::entity::sensor::strength::state_attributes::buffs::name%]"
|
|
},
|
|
"class": {
|
|
"name": "[%key:component::habitica::entity::sensor::strength::state_attributes::class::name%]"
|
|
},
|
|
"equipment": {
|
|
"name": "[%key:component::habitica::entity::sensor::strength::state_attributes::equipment::name%]"
|
|
},
|
|
"level": {
|
|
"name": "[%key:component::habitica::entity::sensor::level::name%]"
|
|
}
|
|
}
|
|
},
|
|
"display_name": {
|
|
"name": "Display name",
|
|
"state_attributes": {
|
|
"blurb": {
|
|
"name": "About"
|
|
},
|
|
"joined": {
|
|
"name": "Joined"
|
|
},
|
|
"last_login": {
|
|
"name": "Last login"
|
|
},
|
|
"total_logins": {
|
|
"name": "Total logins"
|
|
},
|
|
"username": {
|
|
"name": "[%key:common::config_flow::data::username%]"
|
|
}
|
|
}
|
|
},
|
|
"eggs_total": {
|
|
"name": "Eggs",
|
|
"unit_of_measurement": "eggs"
|
|
},
|
|
"experience": {
|
|
"name": "Experience",
|
|
"unit_of_measurement": "[%key:component::habitica::common::unit_experience_points%]"
|
|
},
|
|
"experience_max": {
|
|
"name": "Next level",
|
|
"unit_of_measurement": "[%key:component::habitica::common::unit_experience_points%]"
|
|
},
|
|
"food_total": {
|
|
"name": "Pet food",
|
|
"unit_of_measurement": "foods"
|
|
},
|
|
"gems": {
|
|
"name": "Gems",
|
|
"unit_of_measurement": "gems"
|
|
},
|
|
"gold": {
|
|
"name": "Gold",
|
|
"unit_of_measurement": "GP"
|
|
},
|
|
"group_leader": {
|
|
"name": "Group leader"
|
|
},
|
|
"hatching_potions_total": {
|
|
"name": "Hatching potions",
|
|
"unit_of_measurement": "potions"
|
|
},
|
|
"health": {
|
|
"name": "Health",
|
|
"unit_of_measurement": "[%key:component::habitica::common::unit_health_points%]"
|
|
},
|
|
"intelligence": {
|
|
"name": "Intelligence",
|
|
"state_attributes": {
|
|
"allocated": {
|
|
"name": "[%key:component::habitica::entity::sensor::strength::state_attributes::allocated::name%]"
|
|
},
|
|
"buffs": {
|
|
"name": "[%key:component::habitica::entity::sensor::strength::state_attributes::buffs::name%]"
|
|
},
|
|
"class": {
|
|
"name": "[%key:component::habitica::entity::sensor::strength::state_attributes::class::name%]"
|
|
},
|
|
"equipment": {
|
|
"name": "[%key:component::habitica::entity::sensor::strength::state_attributes::equipment::name%]"
|
|
},
|
|
"level": {
|
|
"name": "[%key:component::habitica::entity::sensor::level::name%]"
|
|
}
|
|
}
|
|
},
|
|
"last_checkin": {
|
|
"name": "Last check-in"
|
|
},
|
|
"level": {
|
|
"name": "Level"
|
|
},
|
|
"mana": {
|
|
"name": "Mana",
|
|
"unit_of_measurement": "[%key:component::habitica::common::unit_mana_points%]"
|
|
},
|
|
"mana_max": {
|
|
"name": "Max. mana",
|
|
"unit_of_measurement": "[%key:component::habitica::common::unit_mana_points%]"
|
|
},
|
|
"member_count": {
|
|
"name": "Member count",
|
|
"unit_of_measurement": "members"
|
|
},
|
|
"pending_damage": {
|
|
"name": "Pending damage",
|
|
"unit_of_measurement": "damage"
|
|
},
|
|
"pending_quest_items": {
|
|
"name": "Pending quest items",
|
|
"unit_of_measurement": "[%key:component::habitica::common::unit_items%]"
|
|
},
|
|
"perception": {
|
|
"name": "Perception",
|
|
"state_attributes": {
|
|
"allocated": {
|
|
"name": "[%key:component::habitica::entity::sensor::strength::state_attributes::allocated::name%]"
|
|
},
|
|
"buffs": {
|
|
"name": "[%key:component::habitica::entity::sensor::strength::state_attributes::buffs::name%]"
|
|
},
|
|
"class": {
|
|
"name": "[%key:component::habitica::entity::sensor::strength::state_attributes::class::name%]"
|
|
},
|
|
"equipment": {
|
|
"name": "[%key:component::habitica::entity::sensor::strength::state_attributes::equipment::name%]"
|
|
},
|
|
"level": {
|
|
"name": "[%key:component::habitica::entity::sensor::level::name%]"
|
|
}
|
|
}
|
|
},
|
|
"quest": {
|
|
"name": "[%key:component::habitica::common::quest_name%]",
|
|
"state_attributes": {
|
|
"quest_details": {
|
|
"name": "Quest details"
|
|
}
|
|
}
|
|
},
|
|
"quest_scrolls": {
|
|
"name": "Quest scrolls",
|
|
"unit_of_measurement": "scrolls"
|
|
},
|
|
"saddle": {
|
|
"name": "Saddles",
|
|
"unit_of_measurement": "saddles"
|
|
},
|
|
"strength": {
|
|
"name": "Strength",
|
|
"state_attributes": {
|
|
"allocated": {
|
|
"name": "Allocated attribute points"
|
|
},
|
|
"buffs": {
|
|
"name": "Buffs"
|
|
},
|
|
"class": {
|
|
"name": "Class equip bonus"
|
|
},
|
|
"equipment": {
|
|
"name": "Battle gear"
|
|
},
|
|
"level": {
|
|
"name": "[%key:component::habitica::entity::sensor::level::name%]"
|
|
}
|
|
}
|
|
},
|
|
"trinkets": {
|
|
"name": "Mystic hourglasses"
|
|
}
|
|
},
|
|
"switch": {
|
|
"sleep": {
|
|
"name": "Rest in the inn"
|
|
}
|
|
},
|
|
"todo": {
|
|
"dailys": {
|
|
"name": "[%key:component::habitica::common::dailies%]"
|
|
},
|
|
"todos": {
|
|
"name": "[%key:component::habitica::common::todos%]"
|
|
}
|
|
}
|
|
},
|
|
"exceptions": {
|
|
"authentication_failed": {
|
|
"message": "Authentication failed. It looks like your API token has been reset. Please re-authenticate using your new token"
|
|
},
|
|
"create_todos_item_failed": {
|
|
"message": "Unable to create new to-do `{name}` for Habitica, please try again"
|
|
},
|
|
"delete_completed_todos_failed": {
|
|
"message": "Unable to delete completed to-do items from Habitica to-do list, please try again"
|
|
},
|
|
"delete_todos_failed": {
|
|
"message": "Unable to delete item from Habitica to-do list, please try again"
|
|
},
|
|
"frequency_not_monthly": {
|
|
"message": "Unable to update task, monthly repeat settings apply only to monthly recurring dailies."
|
|
},
|
|
"frequency_not_weekly": {
|
|
"message": "Unable to update task, weekly repeat settings apply only to weekly recurring dailies."
|
|
},
|
|
"item_not_found": {
|
|
"message": "Unable to use {item}, you don't own this item."
|
|
},
|
|
"move_dailys_item_failed": {
|
|
"message": "Unable to move the Habitica daily to position {pos}, please try again"
|
|
},
|
|
"move_todos_item_failed": {
|
|
"message": "Unable to move the Habitica to-do to position {pos}, please try again"
|
|
},
|
|
"not_enough_gold": {
|
|
"message": "Unable to buy reward, not enough gold. Your character has {gold}, but the reward costs {cost}."
|
|
},
|
|
"not_enough_mana": {
|
|
"message": "Unable to cast skill, not enough mana. Your character has {mana}, but the skill costs {cost}."
|
|
},
|
|
"party_not_found": {
|
|
"message": "Unable to find target, you are currently not in a party. You can only target yourself"
|
|
},
|
|
"quest_action_unallowed": {
|
|
"message": "Action not allowed, only quest leader or group leader can perform this action"
|
|
},
|
|
"quest_not_found": {
|
|
"message": "Unable to complete action, quest or group not found"
|
|
},
|
|
"score_dailys_item_failed": {
|
|
"message": "Unable to update the score for your Habitica daily `{name}`, please try again"
|
|
},
|
|
"score_todos_item_failed": {
|
|
"message": "Unable to update the score for your Habitica to-do `{name}`, please try again"
|
|
},
|
|
"send_message_forbidden": {
|
|
"message": "You are not allowed to send messages to {name}. ({reason})"
|
|
},
|
|
"send_message_not_found": {
|
|
"message": "Unable to send message, {name} not found. ({reason})"
|
|
},
|
|
"service_call_exception": {
|
|
"message": "Unable to connect to Habitica: {reason}"
|
|
},
|
|
"service_call_unallowed": {
|
|
"message": "Unable to complete action, the required conditions are not met"
|
|
},
|
|
"setup_rate_limit_exception": {
|
|
"message": "Rate limit exceeded, try again in {retry_after} seconds"
|
|
},
|
|
"skill_not_found": {
|
|
"message": "Unable to cast skill, your character does not have the skill or spell {skill}."
|
|
},
|
|
"target_not_found": {
|
|
"message": "Unable to find target {target} in your party"
|
|
},
|
|
"task_not_found": {
|
|
"message": "Unable to complete action, could not find the task {task}"
|
|
},
|
|
"update_dailys_item_failed": {
|
|
"message": "Unable to update the Habitica daily `{name}`, please try again"
|
|
},
|
|
"update_todos_item_failed": {
|
|
"message": "Unable to update the Habitica to-do `{name}`, please try again"
|
|
}
|
|
},
|
|
"selector": {
|
|
"collapse_checklist": {
|
|
"options": {
|
|
"collapsed": "Collapsed",
|
|
"expanded": "Expanded"
|
|
}
|
|
},
|
|
"frequency": {
|
|
"options": {
|
|
"daily": "Daily",
|
|
"monthly": "Monthly",
|
|
"weekly": "Weekly",
|
|
"yearly": "Yearly"
|
|
}
|
|
},
|
|
"priority": {
|
|
"options": {
|
|
"easy": "Easy",
|
|
"hard": "Hard",
|
|
"medium": "Medium",
|
|
"trivial": "Trivial"
|
|
}
|
|
},
|
|
"repeat": {
|
|
"options": {
|
|
"f": "[%key:common::time::friday%]",
|
|
"m": "[%key:common::time::monday%]",
|
|
"s": "[%key:common::time::saturday%]",
|
|
"su": "[%key:common::time::sunday%]",
|
|
"t": "[%key:common::time::tuesday%]",
|
|
"th": "[%key:common::time::thursday%]",
|
|
"w": "[%key:common::time::wednesday%]"
|
|
}
|
|
},
|
|
"repeat_monthly": {
|
|
"options": {
|
|
"day_of_month": "Day of the month",
|
|
"day_of_week": "Day of the week"
|
|
}
|
|
},
|
|
"skill_select": {
|
|
"options": {
|
|
"backstab": "Rogue: Backstab",
|
|
"fireball": "Mage: Burst of flames",
|
|
"pickpocket": "Rogue: Pickpocket",
|
|
"smash": "Warrior: Brutal smash"
|
|
}
|
|
},
|
|
"transformation_item_select": {
|
|
"options": {
|
|
"seafoam": "Seafoam",
|
|
"shiny_seed": "Shiny seed",
|
|
"snowball": "Snowball",
|
|
"spooky_sparkles": "Spooky sparkles"
|
|
}
|
|
},
|
|
"type": {
|
|
"options": {
|
|
"daily": "Daily",
|
|
"habit": "Habit",
|
|
"reward": "Reward",
|
|
"todo": "To-do"
|
|
}
|
|
}
|
|
},
|
|
"services": {
|
|
"abort_quest": {
|
|
"description": "Terminates your party's ongoing quest. All progress will be lost and the quest roll returned to the owner's inventory. Only quest leader or group leader can perform this action.",
|
|
"fields": {
|
|
"config_entry": {
|
|
"description": "[%key:component::habitica::services::accept_quest::fields::config_entry::description%]",
|
|
"name": "[%key:component::habitica::common::config_entry_name%]"
|
|
}
|
|
},
|
|
"name": "Abort an active quest"
|
|
},
|
|
"accept_quest": {
|
|
"description": "Accepts a pending invitation to a quest.",
|
|
"fields": {
|
|
"config_entry": {
|
|
"description": "Choose the Habitica character for which to perform the action.",
|
|
"name": "[%key:component::habitica::common::config_entry_name%]"
|
|
}
|
|
},
|
|
"name": "Accept a quest invitation"
|
|
},
|
|
"cancel_quest": {
|
|
"description": "Cancels a quest that has not yet started. All accepted and pending invitations will be canceled and the quest roll returned to the owner's inventory. Only quest leader or group leader can perform this action.",
|
|
"fields": {
|
|
"config_entry": {
|
|
"description": "[%key:component::habitica::services::accept_quest::fields::config_entry::description%]",
|
|
"name": "[%key:component::habitica::common::config_entry_name%]"
|
|
}
|
|
},
|
|
"name": "Cancel a pending quest"
|
|
},
|
|
"cast_skill": {
|
|
"description": "Uses a skill or spell from your Habitica character on a specific task to affect its progress or status.",
|
|
"fields": {
|
|
"config_entry": {
|
|
"description": "Choose the Habitica character to cast the skill.",
|
|
"name": "[%key:component::habitica::common::config_entry_name%]"
|
|
},
|
|
"skill": {
|
|
"description": "Select the skill or spell you want to cast on the task. Only skills corresponding to your character's class can be used.",
|
|
"name": "Skill"
|
|
},
|
|
"task": {
|
|
"description": "The name (or task ID) of the task you want to target with the skill or spell.",
|
|
"name": "[%key:component::habitica::common::task_name%]"
|
|
}
|
|
},
|
|
"name": "Cast a skill"
|
|
},
|
|
"create_daily": {
|
|
"description": "Adds a new daily.",
|
|
"fields": {
|
|
"add_checklist_item": {
|
|
"description": "[%key:component::habitica::common::add_checklist_item_description%]",
|
|
"name": "[%key:component::habitica::common::checklist_options_name%]"
|
|
},
|
|
"alias": {
|
|
"description": "[%key:component::habitica::common::alias_description%]",
|
|
"name": "[%key:component::habitica::common::alias_name%]"
|
|
},
|
|
"collapse_checklist": {
|
|
"description": "[%key:component::habitica::common::collapse_checklist_description%]",
|
|
"name": "[%key:component::habitica::common::collapse_checklist_name%]"
|
|
},
|
|
"config_entry": {
|
|
"description": "[%key:component::habitica::common::config_entry_description%]",
|
|
"name": "[%key:component::habitica::common::config_entry_name%]"
|
|
},
|
|
"every_x": {
|
|
"description": "[%key:component::habitica::common::every_x_description%]",
|
|
"name": "[%key:component::habitica::common::every_x_name%]"
|
|
},
|
|
"frequency": {
|
|
"description": "[%key:component::habitica::common::frequency_daily_description%]",
|
|
"name": "[%key:component::habitica::common::frequency_daily_name%]"
|
|
},
|
|
"name": {
|
|
"description": "[%key:component::habitica::common::name_description%]",
|
|
"name": "[%key:component::habitica::common::task_name%]"
|
|
},
|
|
"notes": {
|
|
"description": "[%key:component::habitica::common::notes_description%]",
|
|
"name": "[%key:component::habitica::common::notes_name%]"
|
|
},
|
|
"priority": {
|
|
"description": "[%key:component::habitica::common::priority_description%]",
|
|
"name": "[%key:component::habitica::common::priority_name%]"
|
|
},
|
|
"reminder": {
|
|
"description": "[%key:component::habitica::common::reminder_description%]",
|
|
"name": "[%key:component::habitica::common::reminder_options_name%]"
|
|
},
|
|
"repeat": {
|
|
"description": "[%key:component::habitica::common::repeat_weekly_description%]",
|
|
"name": "[%key:component::habitica::common::repeat_name%]"
|
|
},
|
|
"repeat_monthly": {
|
|
"description": "[%key:component::habitica::common::repeat_monthly_description%]",
|
|
"name": "[%key:component::habitica::common::repeat_name%]"
|
|
},
|
|
"start_date": {
|
|
"description": "[%key:component::habitica::common::start_date_description%]",
|
|
"name": "[%key:component::habitica::common::start_date_name%]"
|
|
},
|
|
"tag": {
|
|
"description": "[%key:component::habitica::common::tag_description%]",
|
|
"name": "[%key:component::habitica::common::tag_options_name%]"
|
|
}
|
|
},
|
|
"name": "Create a daily",
|
|
"sections": {
|
|
"developer_options": {
|
|
"description": "[%key:component::habitica::common::developer_options_description%]",
|
|
"name": "[%key:component::habitica::common::developer_options_name%]"
|
|
},
|
|
"repeat_monthly_options": {
|
|
"description": "[%key:component::habitica::common::repeat_monthly_options_description%]",
|
|
"name": "[%key:component::habitica::common::repeat_monthly_options_name%]"
|
|
},
|
|
"repeat_weekly_options": {
|
|
"description": "[%key:component::habitica::common::repeat_weekly_options_description%]",
|
|
"name": "[%key:component::habitica::common::repeat_weekly_options_name%]"
|
|
}
|
|
}
|
|
},
|
|
"create_habit": {
|
|
"description": "Adds a new habit.",
|
|
"fields": {
|
|
"alias": {
|
|
"description": "[%key:component::habitica::common::alias_description%]",
|
|
"name": "[%key:component::habitica::common::alias_name%]"
|
|
},
|
|
"config_entry": {
|
|
"description": "Select the Habitica account to create a habit.",
|
|
"name": "[%key:component::habitica::common::config_entry_name%]"
|
|
},
|
|
"frequency": {
|
|
"description": "[%key:component::habitica::common::frequency_description%]",
|
|
"name": "[%key:component::habitica::common::frequency_name%]"
|
|
},
|
|
"name": {
|
|
"description": "[%key:component::habitica::common::name_description%]",
|
|
"name": "[%key:component::habitica::common::task_name%]"
|
|
},
|
|
"notes": {
|
|
"description": "[%key:component::habitica::common::notes_description%]",
|
|
"name": "[%key:component::habitica::common::notes_name%]"
|
|
},
|
|
"priority": {
|
|
"description": "[%key:component::habitica::common::priority_description%]",
|
|
"name": "[%key:component::habitica::common::priority_name%]"
|
|
},
|
|
"tag": {
|
|
"description": "[%key:component::habitica::common::tag_description%]",
|
|
"name": "[%key:component::habitica::common::tag_options_name%]"
|
|
},
|
|
"up_down": {
|
|
"description": "[%key:component::habitica::common::up_down_description%]",
|
|
"name": "[%key:component::habitica::common::up_down_name%]"
|
|
}
|
|
},
|
|
"name": "Create habit",
|
|
"sections": {
|
|
"developer_options": {
|
|
"description": "[%key:component::habitica::common::developer_options_description%]",
|
|
"name": "[%key:component::habitica::common::developer_options_name%]"
|
|
}
|
|
}
|
|
},
|
|
"create_reward": {
|
|
"description": "Adds a new custom reward.",
|
|
"fields": {
|
|
"alias": {
|
|
"description": "[%key:component::habitica::common::alias_description%]",
|
|
"name": "[%key:component::habitica::common::alias_name%]"
|
|
},
|
|
"config_entry": {
|
|
"description": "Select the Habitica account to create a reward.",
|
|
"name": "[%key:component::habitica::common::config_entry_name%]"
|
|
},
|
|
"cost": {
|
|
"description": "The cost of the reward.",
|
|
"name": "[%key:component::habitica::common::cost_name%]"
|
|
},
|
|
"name": {
|
|
"description": "[%key:component::habitica::common::name_description%]",
|
|
"name": "[%key:component::habitica::common::task_name%]"
|
|
},
|
|
"notes": {
|
|
"description": "[%key:component::habitica::common::notes_description%]",
|
|
"name": "[%key:component::habitica::common::notes_name%]"
|
|
},
|
|
"tag": {
|
|
"description": "[%key:component::habitica::common::tag_description%]",
|
|
"name": "[%key:component::habitica::common::tag_options_name%]"
|
|
}
|
|
},
|
|
"name": "Create reward",
|
|
"sections": {
|
|
"developer_options": {
|
|
"description": "[%key:component::habitica::common::developer_options_description%]",
|
|
"name": "[%key:component::habitica::common::developer_options_name%]"
|
|
}
|
|
}
|
|
},
|
|
"create_todo": {
|
|
"description": "Adds a new to-do.",
|
|
"fields": {
|
|
"add_checklist_item": {
|
|
"description": "[%key:component::habitica::common::add_checklist_item_description%]",
|
|
"name": "[%key:component::habitica::common::checklist_options_name%]"
|
|
},
|
|
"alias": {
|
|
"description": "[%key:component::habitica::common::alias_description%]",
|
|
"name": "[%key:component::habitica::common::alias_name%]"
|
|
},
|
|
"collapse_checklist": {
|
|
"description": "[%key:component::habitica::common::collapse_checklist_description%]",
|
|
"name": "[%key:component::habitica::common::collapse_checklist_name%]"
|
|
},
|
|
"config_entry": {
|
|
"description": "Select the Habitica account to create a to-do.",
|
|
"name": "[%key:component::habitica::common::config_entry_name%]"
|
|
},
|
|
"date": {
|
|
"description": "[%key:component::habitica::common::date_description%]",
|
|
"name": "[%key:component::habitica::common::date_name%]"
|
|
},
|
|
"name": {
|
|
"description": "[%key:component::habitica::common::name_description%]",
|
|
"name": "[%key:component::habitica::common::task_name%]"
|
|
},
|
|
"notes": {
|
|
"description": "[%key:component::habitica::common::notes_description%]",
|
|
"name": "[%key:component::habitica::common::notes_name%]"
|
|
},
|
|
"priority": {
|
|
"description": "[%key:component::habitica::common::priority_description%]",
|
|
"name": "[%key:component::habitica::common::priority_name%]"
|
|
},
|
|
"reminder": {
|
|
"description": "[%key:component::habitica::common::reminder_description%]",
|
|
"name": "[%key:component::habitica::common::reminder_options_name%]"
|
|
},
|
|
"tag": {
|
|
"description": "[%key:component::habitica::common::tag_description%]",
|
|
"name": "[%key:component::habitica::common::tag_options_name%]"
|
|
}
|
|
},
|
|
"name": "Create to-do",
|
|
"sections": {
|
|
"developer_options": {
|
|
"description": "[%key:component::habitica::common::developer_options_description%]",
|
|
"name": "[%key:component::habitica::common::developer_options_name%]"
|
|
}
|
|
}
|
|
},
|
|
"get_tasks": {
|
|
"description": "Retrieves tasks from your Habitica character.",
|
|
"fields": {
|
|
"config_entry": {
|
|
"description": "Choose the Habitica character to retrieve tasks from.",
|
|
"name": "[%key:component::habitica::common::config_entry_name%]"
|
|
},
|
|
"keyword": {
|
|
"description": "Filter tasks by keyword, searching across titles, notes, and checklists.",
|
|
"name": "Keyword"
|
|
},
|
|
"priority": {
|
|
"description": "Filter tasks by difficulty.",
|
|
"name": "[%key:component::habitica::common::priority_name%]"
|
|
},
|
|
"tag": {
|
|
"description": "Filter tasks that have one or more of the selected tags.",
|
|
"name": "Tag"
|
|
},
|
|
"task": {
|
|
"description": "Select tasks by matching their name (or task ID).",
|
|
"name": "[%key:component::habitica::common::task_name%]"
|
|
},
|
|
"type": {
|
|
"description": "Filter tasks by type.",
|
|
"name": "Task type"
|
|
}
|
|
},
|
|
"name": "Get tasks",
|
|
"sections": {
|
|
"filter": {
|
|
"description": "Use the optional filters to narrow the returned tasks.",
|
|
"name": "Filter options"
|
|
}
|
|
}
|
|
},
|
|
"leave_quest": {
|
|
"description": "Leaves the current quest you are participating in.",
|
|
"fields": {
|
|
"config_entry": {
|
|
"description": "[%key:component::habitica::services::accept_quest::fields::config_entry::description%]",
|
|
"name": "[%key:component::habitica::common::config_entry_name%]"
|
|
}
|
|
},
|
|
"name": "Leave a quest"
|
|
},
|
|
"reject_quest": {
|
|
"description": "Rejects a pending invitation to a quest.",
|
|
"fields": {
|
|
"config_entry": {
|
|
"description": "[%key:component::habitica::services::accept_quest::fields::config_entry::description%]",
|
|
"name": "[%key:component::habitica::common::config_entry_name%]"
|
|
}
|
|
},
|
|
"name": "Reject a quest invitation"
|
|
},
|
|
"score_habit": {
|
|
"description": "Increases the positive or negative streak of a habit to track its progress.",
|
|
"fields": {
|
|
"config_entry": {
|
|
"description": "Select the Habitica character tracking your habit.",
|
|
"name": "[%key:component::habitica::common::config_entry_name%]"
|
|
},
|
|
"direction": {
|
|
"description": "Is it positive or negative progress you want to track for your habit.",
|
|
"name": "Reward or loss"
|
|
},
|
|
"task": {
|
|
"description": "The name (or task ID) of the Habitica habit.",
|
|
"name": "Habit name"
|
|
}
|
|
},
|
|
"name": "Track a habit"
|
|
},
|
|
"score_reward": {
|
|
"description": "Buys one of your custom rewards with gold earned by fulfilling tasks.",
|
|
"fields": {
|
|
"config_entry": {
|
|
"description": "Select the Habitica character buying the reward.",
|
|
"name": "[%key:component::habitica::common::config_entry_name%]"
|
|
},
|
|
"task": {
|
|
"description": "The name (or task ID) of the custom reward.",
|
|
"name": "Reward name"
|
|
}
|
|
},
|
|
"name": "Buy a reward"
|
|
},
|
|
"start_quest": {
|
|
"description": "Begins the quest immediately, bypassing any pending invitations that haven't been accepted or rejected. Only quest leader or group leader can perform this action.",
|
|
"fields": {
|
|
"config_entry": {
|
|
"description": "[%key:component::habitica::services::accept_quest::fields::config_entry::description%]",
|
|
"name": "[%key:component::habitica::common::config_entry_name%]"
|
|
}
|
|
},
|
|
"name": "Force-start a pending quest"
|
|
},
|
|
"transformation": {
|
|
"description": "Uses a transformation item from your Habitica character's inventory on a member of your party or yourself.",
|
|
"fields": {
|
|
"config_entry": {
|
|
"description": "Choose the Habitica character to use the transformation item.",
|
|
"name": "Select character"
|
|
},
|
|
"item": {
|
|
"description": "Select the transformation item you want to use. Item must be in the characters inventory.",
|
|
"name": "Transformation item"
|
|
},
|
|
"target": {
|
|
"description": "The name of the character you want to use the transformation item on. You can also specify the players username or user ID.",
|
|
"name": "Target character"
|
|
}
|
|
},
|
|
"name": "Use a transformation item"
|
|
},
|
|
"update_daily": {
|
|
"description": "Updates a specific daily for a selected Habitica character",
|
|
"fields": {
|
|
"add_checklist_item": {
|
|
"description": "[%key:component::habitica::common::add_checklist_item_description%]",
|
|
"name": "[%key:component::habitica::common::add_checklist_item_name%]"
|
|
},
|
|
"alias": {
|
|
"description": "[%key:component::habitica::common::alias_description%]",
|
|
"name": "[%key:component::habitica::common::alias_name%]"
|
|
},
|
|
"clear_reminder": {
|
|
"description": "[%key:component::habitica::common::clear_reminder_description%]",
|
|
"name": "[%key:component::habitica::common::clear_reminder_name%]"
|
|
},
|
|
"collapse_checklist": {
|
|
"description": "[%key:component::habitica::common::collapse_checklist_description%]",
|
|
"name": "[%key:component::habitica::common::collapse_checklist_name%]"
|
|
},
|
|
"config_entry": {
|
|
"description": "[%key:component::habitica::common::config_entry_description%]",
|
|
"name": "[%key:component::habitica::common::config_entry_name%]"
|
|
},
|
|
"every_x": {
|
|
"description": "[%key:component::habitica::common::every_x_description%]",
|
|
"name": "[%key:component::habitica::common::every_x_name%]"
|
|
},
|
|
"frequency": {
|
|
"description": "[%key:component::habitica::common::frequency_daily_description%]",
|
|
"name": "[%key:component::habitica::common::frequency_daily_name%]"
|
|
},
|
|
"notes": {
|
|
"description": "[%key:component::habitica::common::notes_description%]",
|
|
"name": "[%key:component::habitica::common::notes_name%]"
|
|
},
|
|
"priority": {
|
|
"description": "[%key:component::habitica::common::priority_description%]",
|
|
"name": "[%key:component::habitica::common::priority_name%]"
|
|
},
|
|
"reminder": {
|
|
"description": "[%key:component::habitica::common::reminder_description%]",
|
|
"name": "[%key:component::habitica::common::reminder_name%]"
|
|
},
|
|
"remove_checklist_item": {
|
|
"description": "[%key:component::habitica::common::remove_checklist_item_description%]",
|
|
"name": "[%key:component::habitica::common::remove_checklist_item_name%]"
|
|
},
|
|
"remove_reminder": {
|
|
"description": "[%key:component::habitica::common::remove_reminder_description%]",
|
|
"name": "[%key:component::habitica::common::remove_reminder_name%]"
|
|
},
|
|
"remove_tag": {
|
|
"description": "[%key:component::habitica::common::remove_tag_description%]",
|
|
"name": "[%key:component::habitica::common::remove_tag_name%]"
|
|
},
|
|
"rename": {
|
|
"description": "[%key:component::habitica::common::rename_description%]",
|
|
"name": "[%key:component::habitica::common::rename_name%]"
|
|
},
|
|
"repeat": {
|
|
"description": "[%key:component::habitica::common::repeat_weekly_description%]",
|
|
"name": "[%key:component::habitica::common::repeat_name%]"
|
|
},
|
|
"repeat_monthly": {
|
|
"description": "[%key:component::habitica::common::repeat_monthly_description%]",
|
|
"name": "[%key:component::habitica::common::repeat_name%]"
|
|
},
|
|
"score_checklist_item": {
|
|
"description": "[%key:component::habitica::common::score_checklist_item_description%]",
|
|
"name": "[%key:component::habitica::common::score_checklist_item_name%]"
|
|
},
|
|
"start_date": {
|
|
"description": "[%key:component::habitica::common::start_date_description%]",
|
|
"name": "[%key:component::habitica::common::start_date_name%]"
|
|
},
|
|
"streak": {
|
|
"description": "Adjust or reset the streak counter of the daily.",
|
|
"name": "Adjust streak"
|
|
},
|
|
"tag": {
|
|
"description": "[%key:component::habitica::common::tag_description%]",
|
|
"name": "[%key:component::habitica::common::tag_name%]"
|
|
},
|
|
"task": {
|
|
"description": "The name (or task ID) of the daily you want to update.",
|
|
"name": "[%key:component::habitica::common::task_name%]"
|
|
},
|
|
"unscore_checklist_item": {
|
|
"description": "[%key:component::habitica::common::unscore_checklist_item_description%]",
|
|
"name": "[%key:component::habitica::common::unscore_checklist_item_name%]"
|
|
}
|
|
},
|
|
"name": "Update a daily",
|
|
"sections": {
|
|
"checklist_options": {
|
|
"description": "[%key:component::habitica::common::checklist_options_description%]",
|
|
"name": "[%key:component::habitica::common::checklist_options_name%]"
|
|
},
|
|
"developer_options": {
|
|
"description": "[%key:component::habitica::common::developer_options_description%]",
|
|
"name": "[%key:component::habitica::common::developer_options_name%]"
|
|
},
|
|
"reminder_options": {
|
|
"description": "[%key:component::habitica::common::reminder_options_description%]",
|
|
"name": "[%key:component::habitica::common::reminder_options_name%]"
|
|
},
|
|
"repeat_monthly_options": {
|
|
"description": "[%key:component::habitica::common::repeat_monthly_options_description%]",
|
|
"name": "[%key:component::habitica::common::repeat_monthly_options_name%]"
|
|
},
|
|
"repeat_weekly_options": {
|
|
"description": "[%key:component::habitica::common::repeat_weekly_options_description%]",
|
|
"name": "[%key:component::habitica::common::repeat_weekly_options_name%]"
|
|
},
|
|
"tag_options": {
|
|
"description": "[%key:component::habitica::common::tag_options_description%]",
|
|
"name": "[%key:component::habitica::common::tag_options_name%]"
|
|
}
|
|
}
|
|
},
|
|
"update_habit": {
|
|
"description": "Updates a specific habit for the selected Habitica character",
|
|
"fields": {
|
|
"alias": {
|
|
"description": "[%key:component::habitica::common::alias_description%]",
|
|
"name": "[%key:component::habitica::common::alias_name%]"
|
|
},
|
|
"config_entry": {
|
|
"description": "Select the Habitica account to update a habit.",
|
|
"name": "[%key:component::habitica::common::config_entry_name%]"
|
|
},
|
|
"counter_down": {
|
|
"description": "Update the down counter of a negative habit.",
|
|
"name": "Adjust negative counter"
|
|
},
|
|
"counter_up": {
|
|
"description": "Update the up counter of a positive habit.",
|
|
"name": "Adjust positive counter"
|
|
},
|
|
"frequency": {
|
|
"description": "[%key:component::habitica::common::frequency_description%]",
|
|
"name": "[%key:component::habitica::common::frequency_name%]"
|
|
},
|
|
"notes": {
|
|
"description": "[%key:component::habitica::common::notes_description%]",
|
|
"name": "[%key:component::habitica::common::notes_name%]"
|
|
},
|
|
"priority": {
|
|
"description": "[%key:component::habitica::common::priority_description%]",
|
|
"name": "[%key:component::habitica::common::priority_name%]"
|
|
},
|
|
"remove_tag": {
|
|
"description": "[%key:component::habitica::common::remove_tag_description%]",
|
|
"name": "[%key:component::habitica::common::remove_tag_name%]"
|
|
},
|
|
"rename": {
|
|
"description": "[%key:component::habitica::common::rename_description%]",
|
|
"name": "[%key:component::habitica::common::rename_name%]"
|
|
},
|
|
"tag": {
|
|
"description": "[%key:component::habitica::common::tag_description%]",
|
|
"name": "[%key:component::habitica::common::tag_name%]"
|
|
},
|
|
"task": {
|
|
"description": "[%key:component::habitica::common::task_description%]",
|
|
"name": "[%key:component::habitica::common::task_name%]"
|
|
},
|
|
"up_down": {
|
|
"description": "[%key:component::habitica::common::up_down_description%]",
|
|
"name": "[%key:component::habitica::common::up_down_name%]"
|
|
}
|
|
},
|
|
"name": "Update a habit",
|
|
"sections": {
|
|
"developer_options": {
|
|
"description": "[%key:component::habitica::common::developer_options_description%]",
|
|
"name": "[%key:component::habitica::common::developer_options_name%]"
|
|
},
|
|
"tag_options": {
|
|
"description": "[%key:component::habitica::common::tag_options_description%]",
|
|
"name": "[%key:component::habitica::common::tag_options_name%]"
|
|
}
|
|
}
|
|
},
|
|
"update_reward": {
|
|
"description": "Updates a specific reward for the selected Habitica character",
|
|
"fields": {
|
|
"alias": {
|
|
"description": "[%key:component::habitica::common::alias_description%]",
|
|
"name": "[%key:component::habitica::common::alias_name%]"
|
|
},
|
|
"config_entry": {
|
|
"description": "Select the Habitica account to update a reward.",
|
|
"name": "[%key:component::habitica::common::config_entry_name%]"
|
|
},
|
|
"cost": {
|
|
"description": "Update the cost of a reward.",
|
|
"name": "[%key:component::habitica::common::cost_name%]"
|
|
},
|
|
"notes": {
|
|
"description": "[%key:component::habitica::common::notes_description%]",
|
|
"name": "[%key:component::habitica::common::notes_name%]"
|
|
},
|
|
"remove_tag": {
|
|
"description": "[%key:component::habitica::common::remove_tag_description%]",
|
|
"name": "[%key:component::habitica::common::remove_tag_name%]"
|
|
},
|
|
"rename": {
|
|
"description": "[%key:component::habitica::common::rename_description%]",
|
|
"name": "[%key:component::habitica::common::rename_name%]"
|
|
},
|
|
"tag": {
|
|
"description": "[%key:component::habitica::common::tag_description%]",
|
|
"name": "[%key:component::habitica::common::tag_name%]"
|
|
},
|
|
"task": {
|
|
"description": "[%key:component::habitica::common::task_description%]",
|
|
"name": "[%key:component::habitica::common::task_name%]"
|
|
}
|
|
},
|
|
"name": "Update a reward",
|
|
"sections": {
|
|
"developer_options": {
|
|
"description": "[%key:component::habitica::common::developer_options_description%]",
|
|
"name": "[%key:component::habitica::common::developer_options_name%]"
|
|
},
|
|
"tag_options": {
|
|
"description": "[%key:component::habitica::common::tag_options_description%]",
|
|
"name": "[%key:component::habitica::common::tag_options_name%]"
|
|
}
|
|
}
|
|
},
|
|
"update_todo": {
|
|
"description": "Updates a specific to-do for a selected Habitica character",
|
|
"fields": {
|
|
"add_checklist_item": {
|
|
"description": "[%key:component::habitica::common::add_checklist_item_description%]",
|
|
"name": "[%key:component::habitica::common::add_checklist_item_name%]"
|
|
},
|
|
"alias": {
|
|
"description": "[%key:component::habitica::common::alias_description%]",
|
|
"name": "[%key:component::habitica::common::alias_name%]"
|
|
},
|
|
"clear_date": {
|
|
"description": "Remove the due date from the to-do.",
|
|
"name": "Clear due date"
|
|
},
|
|
"clear_reminder": {
|
|
"description": "[%key:component::habitica::common::clear_reminder_description%]",
|
|
"name": "[%key:component::habitica::common::clear_reminder_name%]"
|
|
},
|
|
"collapse_checklist": {
|
|
"description": "[%key:component::habitica::common::collapse_checklist_description%]",
|
|
"name": "[%key:component::habitica::common::collapse_checklist_name%]"
|
|
},
|
|
"config_entry": {
|
|
"description": "[%key:component::habitica::common::config_entry_description%]",
|
|
"name": "[%key:component::habitica::common::config_entry_name%]"
|
|
},
|
|
"date": {
|
|
"description": "[%key:component::habitica::common::date_description%]",
|
|
"name": "[%key:component::habitica::common::date_name%]"
|
|
},
|
|
"notes": {
|
|
"description": "[%key:component::habitica::common::notes_description%]",
|
|
"name": "[%key:component::habitica::common::notes_name%]"
|
|
},
|
|
"priority": {
|
|
"description": "[%key:component::habitica::common::priority_description%]",
|
|
"name": "[%key:component::habitica::common::priority_name%]"
|
|
},
|
|
"reminder": {
|
|
"description": "[%key:component::habitica::common::reminder_description%]",
|
|
"name": "[%key:component::habitica::common::reminder_name%]"
|
|
},
|
|
"remove_checklist_item": {
|
|
"description": "[%key:component::habitica::common::remove_checklist_item_description%]",
|
|
"name": "[%key:component::habitica::common::remove_checklist_item_name%]"
|
|
},
|
|
"remove_reminder": {
|
|
"description": "[%key:component::habitica::common::remove_reminder_description%]",
|
|
"name": "[%key:component::habitica::common::remove_reminder_name%]"
|
|
},
|
|
"remove_tag": {
|
|
"description": "[%key:component::habitica::common::remove_tag_description%]",
|
|
"name": "[%key:component::habitica::common::remove_tag_name%]"
|
|
},
|
|
"rename": {
|
|
"description": "[%key:component::habitica::common::rename_description%]",
|
|
"name": "[%key:component::habitica::common::rename_name%]"
|
|
},
|
|
"score_checklist_item": {
|
|
"description": "[%key:component::habitica::common::score_checklist_item_description%]",
|
|
"name": "[%key:component::habitica::common::score_checklist_item_name%]"
|
|
},
|
|
"tag": {
|
|
"description": "[%key:component::habitica::common::tag_description%]",
|
|
"name": "[%key:component::habitica::common::tag_name%]"
|
|
},
|
|
"task": {
|
|
"description": "The name (or task ID) of the to-do you want to update.",
|
|
"name": "[%key:component::habitica::common::task_name%]"
|
|
},
|
|
"unscore_checklist_item": {
|
|
"description": "[%key:component::habitica::common::unscore_checklist_item_description%]",
|
|
"name": "[%key:component::habitica::common::unscore_checklist_item_name%]"
|
|
}
|
|
},
|
|
"name": "Update a to-do",
|
|
"sections": {
|
|
"checklist_options": {
|
|
"description": "[%key:component::habitica::common::checklist_options_description%]",
|
|
"name": "[%key:component::habitica::common::checklist_options_name%]"
|
|
},
|
|
"developer_options": {
|
|
"description": "[%key:component::habitica::common::developer_options_description%]",
|
|
"name": "[%key:component::habitica::common::developer_options_name%]"
|
|
},
|
|
"duedate_options": {
|
|
"description": "Set, update or remove due dates of a to-do.",
|
|
"name": "[%key:component::habitica::common::date_name%]"
|
|
},
|
|
"reminder_options": {
|
|
"description": "[%key:component::habitica::common::reminder_options_description%]",
|
|
"name": "[%key:component::habitica::common::reminder_options_name%]"
|
|
},
|
|
"tag_options": {
|
|
"description": "[%key:component::habitica::common::tag_options_description%]",
|
|
"name": "[%key:component::habitica::common::tag_options_name%]"
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|