aboutsummaryrefslogtreecommitdiff
path: root/src/lib/Locale/english.ts
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/Locale/english.ts')
-rw-r--r--src/lib/Locale/english.ts18
1 files changed, 17 insertions, 1 deletions
diff --git a/src/lib/Locale/english.ts b/src/lib/Locale/english.ts
index 99190912..3b30f9d3 100644
--- a/src/lib/Locale/english.ts
+++ b/src/lib/Locale/english.ts
@@ -89,7 +89,23 @@ const English: Locale = {
}
},
calculation: {
- title: 'Calculation'
+ title: 'Calculation',
+ fields: {
+ roundDownChapters: {
+ title: 'Round down chapters (recommended)',
+ hint: 'Round chapters down to the nearest whole number (e.g., 50/50.6 would not be due)'
+ },
+ showMediaWithZeroProgress: {
+ title: 'Show media with zero progress',
+ hint: 'May potentially cause rate-limiting if you have over ~80 unresolved manga on your lists'
+ },
+ hideOutOfDateVolumeWarning: {
+ title: 'Hide out-of-date volume warning'
+ },
+ smartChapterCountEstimation: {
+ title: 'Enable smart chapter count calculation'
+ }
+ }
},
cache: {
title: 'Cache'