You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: added a refresh interval if download status is in progress (#3275)
* fix: added a refresh interval if download status is in progress
* refactor: switched to a function instead of useEffect
* feat: added editable download sync schedule
'Every {jobScheduleHours, plural, one {hour} other {{jobScheduleHours} hours}}',
68
68
editJobScheduleSelectorMinutes:
69
69
'Every {jobScheduleMinutes, plural, one {minute} other {{jobScheduleMinutes} minutes}}',
70
+
editJobScheduleSelectorSeconds:
71
+
'Every {jobScheduleSeconds, plural, one {second} other {{jobScheduleSeconds} seconds}}',
70
72
imagecache: 'Image Cache',
71
73
imagecacheDescription:
72
74
'When enabled in settings, Overseerr will proxy and cache images from pre-configured external sources. Cached images are saved into your config folder. You can find the files in <code>{appDataPath}/cache/images</code>.',
Copy file name to clipboardExpand all lines: src/i18n/locale/en.json
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -739,6 +739,7 @@
739
739
"components.Settings.SettingsJobsCache.editJobSchedulePrompt": "New Frequency",
740
740
"components.Settings.SettingsJobsCache.editJobScheduleSelectorHours": "Every {jobScheduleHours, plural, one {hour} other {{jobScheduleHours} hours}}",
741
741
"components.Settings.SettingsJobsCache.editJobScheduleSelectorMinutes": "Every {jobScheduleMinutes, plural, one {minute} other {{jobScheduleMinutes} minutes}}",
742
+
"components.Settings.SettingsJobsCache.editJobScheduleSelectorSeconds": "Every {jobScheduleSeconds, plural, one {second} other {{jobScheduleSeconds} seconds}}",
0 commit comments