aboutsummaryrefslogtreecommitdiff
path: root/src/lib/Locale/english.ts
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-01-21 23:12:05 -0800
committerFuwn <[email protected]>2024-01-21 23:12:05 -0800
commitb11eb0562f8b4f4e3cdf46b975fcb0c5a8ed6b6e (patch)
tree3e9bd3fa2e36361378e43e43c4afd9ef435935fc /src/lib/Locale/english.ts
parentfix(badges): handling of placeholder badges (diff)
downloaddue.moe-b11eb0562f8b4f4e3cdf46b975fcb0c5a8ed6b6e.tar.xz
due.moe-b11eb0562f8b4f4e3cdf46b975fcb0c5a8ed6b6e.zip
feat(locale): translate calculation settings fields
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'