diff options
| author | Fuwn <[email protected]> | 2024-01-21 23:12:05 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-01-21 23:12:05 -0800 |
| commit | b11eb0562f8b4f4e3cdf46b975fcb0c5a8ed6b6e (patch) | |
| tree | 3e9bd3fa2e36361378e43e43c4afd9ef435935fc /src/lib/Locale/english.ts | |
| parent | fix(badges): handling of placeholder badges (diff) | |
| download | due.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.ts | 18 |
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' |