|
52 | 52 | "reminder_options_description": "Add, remove or clear reminders of a Habitica task.",
|
53 | 53 | "date_name": "Due date",
|
54 | 54 | "date_description": "The to-do's due date.",
|
55 |
| - "repeat_name": "Repeat on" |
| 55 | + "repeat_name": "Repeat on", |
| 56 | + "start_date_name": "Start date", |
| 57 | + "start_date_description": "Defines when the daily task becomes active and specifies the exact weekday or day of the month it repeats on.", |
| 58 | + "frequency_daily_name": "Repeat interval", |
| 59 | + "frequency_daily_description": "The repetition interval of a daily.", |
| 60 | + "every_x_name": "Repeat every X", |
| 61 | + "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').", |
| 62 | + "repeat_weekly_description": "The days of the week the daily repeats.", |
| 63 | + "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.", |
| 64 | + "repeat_weekly_options_name": "Weekly repeat days", |
| 65 | + "repeat_weekly_options_description": "Options related to weekly repetition, applicable when the repetition interval is set to weekly.", |
| 66 | + "repeat_monthly_options_name": "Monthly repeat day", |
| 67 | + "repeat_monthly_options_description": "Options related to monthly repetition, applicable when the repetition interval is set to monthly." |
56 | 68 | },
|
57 | 69 | "config": {
|
58 | 70 | "abort": {
|
|
1076 | 1088 | "description": "[%key:component::habitica::common::priority_description%]"
|
1077 | 1089 | },
|
1078 | 1090 | "start_date": {
|
1079 |
| - "name": "Start date", |
1080 |
| - "description": "Defines when the daily task becomes active and specifies the exact weekday or day of the month it repeats on." |
| 1091 | + "name": "[%key:component::habitica::common::start_date_name%]", |
| 1092 | + "description": "[%key:component::habitica::common::start_date_description%]" |
1081 | 1093 | },
|
1082 | 1094 | "frequency": {
|
1083 |
| - "name": "Repeat interval", |
1084 |
| - "description": "The repetition interval of a daily." |
| 1095 | + "name": "[%key:component::habitica::common::frequency_daily_name%]", |
| 1096 | + "description": "[%key:component::habitica::common::frequency_daily_description%]" |
1085 | 1097 | },
|
1086 | 1098 | "every_x": {
|
1087 |
| - "name": "Repeat every X", |
1088 |
| - "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')." |
| 1099 | + "name": "[%key:component::habitica::common::every_x_name%]", |
| 1100 | + "description": "[%key:component::habitica::common::every_x_description%]" |
1089 | 1101 | },
|
1090 | 1102 | "repeat": {
|
1091 | 1103 | "name": "[%key:component::habitica::common::repeat_name%]",
|
1092 |
| - "description": "The days of the week the daily repeats." |
| 1104 | + "description": "[%key:component::habitica::common::repeat_weekly_description%]" |
1093 | 1105 | },
|
1094 | 1106 | "repeat_monthly": {
|
1095 | 1107 | "name": "[%key:component::habitica::common::repeat_name%]",
|
1096 |
| - "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." |
| 1108 | + "description": "[%key:component::habitica::common::repeat_monthly_description%]" |
1097 | 1109 | },
|
1098 | 1110 | "add_checklist_item": {
|
1099 | 1111 | "name": "[%key:component::habitica::common::add_checklist_item_name%]",
|
|
1134 | 1146 | "description": "[%key:component::habitica::common::checklist_options_description%]"
|
1135 | 1147 | },
|
1136 | 1148 | "repeat_weekly_options": {
|
1137 |
| - "name": "Weekly repeat days", |
1138 |
| - "description": "Options related to weekly repetition, applicable when the repetition interval is set to weekly." |
| 1149 | + "name": "[%key:component::habitica::common::repeat_weekly_options_name%]", |
| 1150 | + "description": "[%key:component::habitica::common::repeat_weekly_options_description%]" |
1139 | 1151 | },
|
1140 | 1152 | "repeat_monthly_options": {
|
1141 |
| - "name": "Monthly repeat day", |
1142 |
| - "description": "Options related to monthly repetition, applicable when the repetition interval is set to monthly." |
| 1153 | + "name": "[%key:component::habitica::common::repeat_monthly_options_name%]", |
| 1154 | + "description": "[%key:component::habitica::common::repeat_monthly_options_description%]" |
1143 | 1155 | },
|
1144 | 1156 | "tag_options": {
|
1145 | 1157 | "name": "[%key:component::habitica::common::tag_options_name%]",
|
|
1154 | 1166 | "description": "[%key:component::habitica::common::reminder_options_description%]"
|
1155 | 1167 | }
|
1156 | 1168 | }
|
| 1169 | + }, |
| 1170 | + "create_daily": { |
| 1171 | + "name": "Create a daily", |
| 1172 | + "description": "Adds a new daily.", |
| 1173 | + "fields": { |
| 1174 | + "config_entry": { |
| 1175 | + "name": "[%key:component::habitica::common::config_entry_name%]", |
| 1176 | + "description": "[%key:component::habitica::common::config_entry_description%]" |
| 1177 | + }, |
| 1178 | + "name": { |
| 1179 | + "name": "[%key:component::habitica::common::task_name%]", |
| 1180 | + "description": "[%key:component::habitica::common::name_description%]" |
| 1181 | + }, |
| 1182 | + "notes": { |
| 1183 | + "name": "[%key:component::habitica::common::notes_name%]", |
| 1184 | + "description": "[%key:component::habitica::common::notes_description%]" |
| 1185 | + }, |
| 1186 | + "tag": { |
| 1187 | + "name": "[%key:component::habitica::common::tag_options_name%]", |
| 1188 | + "description": "[%key:component::habitica::common::tag_description%]" |
| 1189 | + }, |
| 1190 | + "alias": { |
| 1191 | + "name": "[%key:component::habitica::common::alias_name%]", |
| 1192 | + "description": "[%key:component::habitica::common::alias_description%]" |
| 1193 | + }, |
| 1194 | + "priority": { |
| 1195 | + "name": "[%key:component::habitica::common::priority_name%]", |
| 1196 | + "description": "[%key:component::habitica::common::priority_description%]" |
| 1197 | + }, |
| 1198 | + "start_date": { |
| 1199 | + "name": "[%key:component::habitica::common::start_date_name%]", |
| 1200 | + "description": "[%key:component::habitica::common::start_date_description%]" |
| 1201 | + }, |
| 1202 | + "frequency": { |
| 1203 | + "name": "[%key:component::habitica::common::frequency_daily_name%]", |
| 1204 | + "description": "[%key:component::habitica::common::frequency_daily_description%]" |
| 1205 | + }, |
| 1206 | + "every_x": { |
| 1207 | + "name": "[%key:component::habitica::common::every_x_name%]", |
| 1208 | + "description": "[%key:component::habitica::common::every_x_description%]" |
| 1209 | + }, |
| 1210 | + "repeat": { |
| 1211 | + "name": "[%key:component::habitica::common::repeat_name%]", |
| 1212 | + "description": "[%key:component::habitica::common::repeat_weekly_description%]" |
| 1213 | + }, |
| 1214 | + "repeat_monthly": { |
| 1215 | + "name": "[%key:component::habitica::common::repeat_name%]", |
| 1216 | + "description": "[%key:component::habitica::common::repeat_monthly_description%]" |
| 1217 | + }, |
| 1218 | + "add_checklist_item": { |
| 1219 | + "name": "[%key:component::habitica::common::checklist_options_name%]", |
| 1220 | + "description": "[%key:component::habitica::common::add_checklist_item_description%]" |
| 1221 | + }, |
| 1222 | + "reminder": { |
| 1223 | + "name": "[%key:component::habitica::common::reminder_options_name%]", |
| 1224 | + "description": "[%key:component::habitica::common::reminder_description%]" |
| 1225 | + } |
| 1226 | + }, |
| 1227 | + "sections": { |
| 1228 | + "repeat_weekly_options": { |
| 1229 | + "name": "[%key:component::habitica::common::repeat_weekly_options_name%]", |
| 1230 | + "description": "[%key:component::habitica::common::repeat_weekly_options_description%]" |
| 1231 | + }, |
| 1232 | + "repeat_monthly_options": { |
| 1233 | + "name": "[%key:component::habitica::common::repeat_monthly_options_name%]", |
| 1234 | + "description": "[%key:component::habitica::common::repeat_monthly_options_description%]" |
| 1235 | + }, |
| 1236 | + "developer_options": { |
| 1237 | + "name": "[%key:component::habitica::common::developer_options_name%]", |
| 1238 | + "description": "[%key:component::habitica::common::developer_options_description%]" |
| 1239 | + } |
| 1240 | + } |
1157 | 1241 | }
|
1158 | 1242 | },
|
1159 | 1243 | "selector": {
|
|
0 commit comments