-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathstrings.json
More file actions
555 lines (555 loc) · 19.7 KB
/
strings.json
File metadata and controls
555 lines (555 loc) · 19.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
{
"config": {
"abort": {
"already_configured": "Device is already configured"
},
"error": {
"unknown": "Unexpected error",
"invalid_month_day": "Day of month must be between 1 and 31",
"invalid_days_before_end": "Days before month end must be between 0 and 30",
"invalid_months_interval": "Month interval must be 1 or greater"
},
"step": {
"user": {
"title": "Task Tracker",
"description": "Create task.",
"data": {
"name": "Name",
"repeat_mode": "Repeat Mode"
},
"data_description": {
"repeat_mode": "How the next due date is calculated when the task is completed."
}
},
"repeat_after": {
"title": "Repeat After Completion",
"description": "The task becomes due again after a fixed interval from the last completion.",
"data": {
"task_interval_value": "Task Interval",
"task_interval_type": "Task Interval Unit"
},
"data_description": {
"task_interval_value": "Time after which the task becomes due again.",
"task_interval_type": "The unit of time for the task interval."
}
},
"repeat_every": {
"title": "Repeat on a Fixed Schedule",
"description": "Choose the type of schedule for this task.",
"data": {
"repeat_every_type": "Schedule Type"
},
"data_description": {
"repeat_every_type": "The kind of recurring schedule to use."
}
},
"repeat_every_weekday": {
"title": "Every N Weeks on a Weekday",
"description": "The task repeats on a chosen weekday every N weeks.",
"data": {
"repeat_weekday": "Weekday",
"repeat_weeks_interval": "Every (weeks)"
},
"data_description": {
"repeat_weekday": "The day of the week on which the task repeats.",
"repeat_weeks_interval": "How many weeks between occurrences (1 = every week, 2 = every other week, etc.)."
}
},
"repeat_every_day_of_month": {
"title": "Every Nth Day of the Month",
"description": "The task repeats on a fixed day each month.",
"data": {
"repeat_month_day": "Day of Month",
"repeat_months_interval": "Every (months)"
},
"data_description": {
"repeat_month_day": "The day of the month on which the task repeats (1–31).",
"repeat_months_interval": "How many months between occurrences (1 = every month, 3 = quarterly, 12 = annually, etc.)."
}
},
"repeat_every_weekday_of_month": {
"title": "Every Nth Weekday of the Month",
"description": "The task repeats on a specific occurrence of a weekday each month (e.g. the 2nd Monday).",
"data": {
"repeat_weekday": "Weekday",
"repeat_nth_occurrence": "Occurrence",
"repeat_months_interval": "Every (months)"
},
"data_description": {
"repeat_weekday": "The day of the week on which the task repeats.",
"repeat_nth_occurrence": "Which occurrence of that weekday in the month.",
"repeat_months_interval": "How many months between occurrences (1 = every month, 3 = quarterly, 12 = annually, etc.)."
}
},
"repeat_every_days_before_end_of_month": {
"title": "N Days Before the End of the Month",
"description": "The task repeats a set number of days before the last day of each month.",
"data": {
"repeat_days_before_end": "Days Before Month End",
"repeat_months_interval": "Every (months)"
},
"data_description": {
"repeat_days_before_end": "How many days before the last day of the month the task is due (0 = last day, 1 = second-to-last day, etc.).",
"repeat_months_interval": "How many months between occurrences (1 = every month, 3 = quarterly, 12 = annually, etc.)."
}
}
}
},
"options": {
"abort": {
"already_configured": "Device is already configured"
},
"error": {
"unknown": "Unexpected error",
"invalid_month_day": "Day of month must be between 1 and 31",
"invalid_days_before_end": "Days before month end must be between 0 and 30",
"invalid_months_interval": "Month interval must be 1 or greater"
},
"step": {
"repeat_every": {
"title": "Repeat on a Fixed Schedule",
"description": "Choose the type of schedule for this task.",
"data": {
"repeat_every_type": "Schedule Type"
},
"data_description": {
"repeat_every_type": "The kind of recurring schedule to use."
}
},
"repeat_every_weekday": {
"title": "Every N Weeks on a Weekday",
"description": "The task repeats on a chosen weekday every N weeks.",
"data": {
"repeat_weekday": "Weekday",
"repeat_weeks_interval": "Every (weeks)"
},
"data_description": {
"repeat_weekday": "The day of the week on which the task repeats.",
"repeat_weeks_interval": "How many weeks between occurrences (1 = every week, 2 = every other week, etc.)."
}
},
"repeat_every_day_of_month": {
"title": "Every Nth Day of the Month",
"description": "The task repeats on a fixed day each month.",
"data": {
"repeat_month_day": "Day of Month",
"repeat_months_interval": "Every (months)"
},
"data_description": {
"repeat_month_day": "The day of the month on which the task repeats (1–31).",
"repeat_months_interval": "How many months between occurrences (1 = every month, 3 = quarterly, 12 = annually, etc.)."
}
},
"repeat_every_weekday_of_month": {
"title": "Every Nth Weekday of the Month",
"description": "The task repeats on a specific occurrence of a weekday each month (e.g. the 2nd Monday).",
"data": {
"repeat_weekday": "Weekday",
"repeat_nth_occurrence": "Occurrence",
"repeat_months_interval": "Every (months)"
},
"data_description": {
"repeat_weekday": "The day of the week on which the task repeats.",
"repeat_nth_occurrence": "Which occurrence of that weekday in the month.",
"repeat_months_interval": "How many months between occurrences (1 = every month, 3 = quarterly, 12 = annually, etc.)."
}
},
"repeat_every_days_before_end_of_month": {
"title": "N Days Before the End of the Month",
"description": "The task repeats a set number of days before the last day of each month.",
"data": {
"repeat_days_before_end": "Days Before Month End",
"repeat_months_interval": "Every (months)"
},
"data_description": {
"repeat_days_before_end": "How many days before the last day of the month the task is due (0 = last day, 1 = second-to-last day, etc.).",
"repeat_months_interval": "How many months between occurrences (1 = every month, 3 = quarterly, 12 = annually, etc.)."
}
},
"options_repeat_every_weekday": {
"title": "Every N Weeks on a Weekday – Options",
"description": "Update the schedule and task settings.",
"data": {
"repeat_weekday": "Weekday",
"repeat_weeks_interval": "Every (weeks)",
"active": "Active",
"active_override": "Active Override",
"icon": "Icon",
"tags": "Tags",
"todo_lists": "Todo-Lists",
"due_soon_days": "Due soon (days)",
"due_soon_override": "Due soon Override (days)",
"notification_interval": "Notification Interval (days)"
},
"data_description": {
"repeat_weekday": "The day of the week on which the task repeats.",
"repeat_weeks_interval": "How many weeks between occurrences (1 = every week, 2 = every other week, etc.).",
"active": "Enable or disable the task.",
"active_override": "Select an input_boolean to override the Active setting.",
"icon": "Icon to represent the task.",
"tags": "Tags to categorize the task, separated by commas.",
"todo_lists": "Todo-Lists to which this task will be added.",
"due_soon_days": "The number of days before the task is due to show it as due soon.",
"due_soon_override": "Select an input_number (value in days) to override the Due soon threshold.",
"notification_interval": "The time in days after which notifications are sent again."
}
},
"options_repeat_every_day_of_month": {
"title": "Every Nth Day of the Month – Options",
"description": "Update the schedule and task settings.",
"data": {
"repeat_month_day": "Day of Month",
"active": "Active",
"active_override": "Active Override",
"icon": "Icon",
"tags": "Tags",
"todo_lists": "Todo-Lists",
"due_soon_days": "Due soon (days)",
"due_soon_override": "Due soon Override (days)",
"notification_interval": "Notification Interval (days)",
"repeat_months_interval": "Every (months)"
},
"data_description": {
"repeat_month_day": "The day of the month on which the task repeats (1–31).",
"active": "Enable or disable the task.",
"active_override": "Select an input_boolean to override the Active setting.",
"icon": "Icon to represent the task.",
"tags": "Tags to categorize the task, separated by commas.",
"todo_lists": "Todo-Lists to which this task will be added.",
"due_soon_days": "The number of days before the task is due to show it as due soon.",
"due_soon_override": "Select an input_number (value in days) to override the Due soon threshold.",
"notification_interval": "The time in days after which notifications are sent again.",
"repeat_months_interval": "How many months between occurrences (1 = every month, 3 = quarterly, 12 = annually, etc.)."
}
},
"options_repeat_every_weekday_of_month": {
"title": "Every Nth Weekday of the Month – Options",
"description": "Update the schedule and task settings.",
"data": {
"repeat_weekday": "Weekday",
"repeat_nth_occurrence": "Occurrence",
"active": "Active",
"active_override": "Active Override",
"icon": "Icon",
"tags": "Tags",
"todo_lists": "Todo-Lists",
"due_soon_days": "Due soon (days)",
"due_soon_override": "Due soon Override (days)",
"notification_interval": "Notification Interval (days)",
"repeat_months_interval": "Every (months)"
},
"data_description": {
"repeat_weekday": "The day of the week on which the task repeats.",
"repeat_nth_occurrence": "Which occurrence of that weekday in the month.",
"active": "Enable or disable the task.",
"active_override": "Select an input_boolean to override the Active setting.",
"icon": "Icon to represent the task.",
"tags": "Tags to categorize the task, separated by commas.",
"todo_lists": "Todo-Lists to which this task will be added.",
"due_soon_days": "The number of days before the task is due to show it as due soon.",
"due_soon_override": "Select an input_number (value in days) to override the Due soon threshold.",
"notification_interval": "The time in days after which notifications are sent again.",
"repeat_months_interval": "How many months between occurrences (1 = every month, 3 = quarterly, 12 = annually, etc.)."
}
},
"options_repeat_every_days_before_end_of_month": {
"title": "N Days Before the End of the Month – Options",
"description": "Update the schedule and task settings.",
"data": {
"repeat_days_before_end": "Days Before Month End",
"active": "Active",
"active_override": "Active Override",
"icon": "Icon",
"tags": "Tags",
"todo_lists": "Todo-Lists",
"due_soon_days": "Due soon (days)",
"due_soon_override": "Due soon Override (days)",
"notification_interval": "Notification Interval (days)",
"repeat_months_interval": "Every (months)"
},
"data_description": {
"repeat_days_before_end": "How many days before the last day of the month the task is due (0 = last day, 1 = second-to-last day, etc.).",
"active": "Enable or disable the task.",
"active_override": "Select an input_boolean to override the Active setting.",
"icon": "Icon to represent the task.",
"tags": "Tags to categorize the task, separated by commas.",
"todo_lists": "Todo-Lists to which this task will be added.",
"due_soon_days": "The number of days before the task is due to show it as due soon.",
"due_soon_override": "Select an input_number (value in days) to override the Due soon threshold.",
"notification_interval": "The time in days after which notifications are sent again.",
"repeat_months_interval": "How many months between occurrences (1 = every month, 3 = quarterly, 12 = annually, etc.)."
}
},
"options_repeat_after": {
"title": "Repeat After Completion – Options",
"description": "Update the interval and task settings.",
"data": {
"active": "Active",
"active_override": "Active Override",
"task_interval_value": "Task Interval",
"task_interval_type": "Task Interval Unit",
"task_interval_override": "Task Interval Override",
"icon": "Icon",
"tags": "Tags",
"todo_lists": "Todo-Lists",
"due_soon_days": "Due soon (days)",
"due_soon_override": "Due soon Override (days)",
"notification_interval": "Notification Interval (days)"
},
"data_description": {
"active": "Enable or disable the task.",
"active_override": "Select an input_boolean to override the Active setting.",
"task_interval_value": "Time after which the task becomes due again.",
"task_interval_type": "The unit of time for the task interval.",
"task_interval_override": "Select an input_number (value in days) to override the Task Interval.",
"icon": "Icon to represent the task.",
"tags": "Tags to categorize the task, separated by commas.",
"todo_lists": "Todo-Lists to which this task will be added.",
"due_soon_days": "The number of days before the task is due to show it as due soon.",
"due_soon_override": "Select an input_number (value in days) to override the Due soon threshold.",
"notification_interval": "The time in days after which notifications are sent again."
}
}
}
},
"selector": {
"task_interval": {
"options": {
"day": "Day",
"week": "Week",
"month": "Month",
"year": "Year"
}
},
"repeat_mode": {
"options": {
"repeat_after": "Repeat after completion",
"repeat_every": "Repeat every (fixed schedule)"
}
},
"repeat_every_type": {
"options": {
"repeat_every_weekday": "Every Nth weekday",
"repeat_every_day_of_month": "Every Nth day of the month",
"repeat_every_weekday_of_month": "Every Nth weekday of the month",
"repeat_every_days_before_end_of_month": "N days before month end"
}
},
"weekday": {
"options": {
"monday": "Monday",
"tuesday": "Tuesday",
"wednesday": "Wednesday",
"thursday": "Thursday",
"friday": "Friday",
"saturday": "Saturday",
"sunday": "Sunday"
}
},
"nth_occurrence": {
"options": {
"1": "1st",
"2": "2nd",
"3": "3rd",
"4": "4th",
"last": "Last"
}
}
},
"entity": {
"sensor": {
"status": {
"state": {
"done": "Done",
"due": "Due",
"due_soon": "Due soon",
"overdue": "Overdue",
"inactive": "Inactive"
}
}
},
"button": {
"mark_as_done": {
"name": "Mark as done"
}
},
"ui": {
"status": {
"name": "Status"
},
"done": {
"name": "Done"
},
"due": {
"name": "Due"
},
"due_soon": {
"name": "Due soon"
},
"overdue": {
"name": "Overdue"
},
"inactive": {
"name": "Inactive"
},
"interval": {
"name": "Interval"
},
"day_singular": {
"name": "Day"
},
"week_singular": {
"name": "Week"
},
"month_singular": {
"name": "Month"
},
"year_singular": {
"name": "Year"
},
"day_plural": {
"name": "Days"
},
"week_plural": {
"name": "Weeks"
},
"month_plural": {
"name": "Months"
},
"year_plural": {
"name": "Years"
},
"last_done": {
"name": "Last done"
},
"due_date": {
"name": "Due date"
},
"due_in": {
"name": "Due in"
},
"overdue_by": {
"name": "Overdue by"
},
"mark_as_done": {
"name": "Mark as done"
},
"all": {
"name": "All"
},
"no_tasks_found": {
"name": "No tasks found."
},
"sort_by": {
"name": "Sort by"
},
"sort_name": {
"name": "Name"
},
"sort_due_date": {
"name": "Due date"
},
"schedule": {
"name": "Schedule"
},
"every": {
"name": "Every"
},
"on": {
"name": "on"
},
"day_of_month_prefix": {
"name": "Day"
},
"of_month": {
"name": "of month"
},
"days_before_end_of_month_singular": {
"name": "day before end of month"
},
"days_before_end_of_month_plural": {
"name": "days before end of month"
},
"last_day_of_month": {
"name": "Last day of month"
},
"monday": {
"name": "Monday"
},
"tuesday": {
"name": "Tuesday"
},
"wednesday": {
"name": "Wednesday"
},
"thursday": {
"name": "Thursday"
},
"friday": {
"name": "Friday"
},
"saturday": {
"name": "Saturday"
},
"sunday": {
"name": "Sunday"
},
"occurrence_1": {
"name": "1st"
},
"occurrence_2": {
"name": "2nd"
},
"occurrence_3": {
"name": "3rd"
},
"occurrence_4": {
"name": "4th"
},
"occurrence_last": {
"name": "Last"
},
"name_filter_placeholder": {
"name": "Filter tasks…"
},
"area": {
"name": "Area"
},
"tags": {
"name": "Tags"
},
"labels": {
"name": "Labels"
},
"show": {
"name": "Show"
}
}
},
"services": {
"mark_as_done": {
"name": "Mark as done",
"description": "Sets the last done date of the task to today.",
"fields": {
"entity_id": {
"name": "Entity ID",
"description": "The ID of the task to be marked as done."
}
}
},
"set_last_done_date": {
"name": "Set last done date",
"description": "Sets the last done date of the task to a specific date.",
"fields": {
"entity_id": {
"name": "Entity ID",
"description": "The ID of the task to be updated."
},
"date": {
"name": "Date",
"description": "The new last done date."
}
}
}
}
}