Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature/global update settings update manga metadata #441

Merged
merged 2 commits into from
Nov 4, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Sort "en.json" alphabetically
  • Loading branch information
schroda committed Nov 4, 2023
commit 0eb2fcd993333a76130a5c3e614a1c3912cc817d
94 changes: 47 additions & 47 deletions src/i18n/locale/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,43 +149,43 @@
},
"title": "Download Queue"
},
"state": {
"label": {
"downloading": "Downloading",
"error": "Error",
"finished": "Finished",
"queued": "Queued"
}
},
"settings": {
"file_type": {
"label": {
"cbz": "Save as CBZ archive"
}
},
"download_path": {
"label": {
"description": "The path to the directory on the server where downloaded files should get saved in",
"title": "Download location"
}
},
"auto_download": {
"label": {
"new_chapters": "Download new chapters",
"ignore_with_unread_chapters": "Ignore automatic chapter downloads for entries with unread chapters"
"ignore_with_unread_chapters": "Ignore automatic chapter downloads for entries with unread chapters",
"new_chapters": "Download new chapters"
},
"title": "Auto-download"
},
"download_ahead": {
"label": {
"while_reading": "Auto download while reading",
"unread_chapters_to_download": "Number of unread chapters to download",
"value": "{{chapters}} $t(chapter.title)"
"value": "{{chapters}} $t(chapter.title)",
"while_reading": "Auto download while reading"
},
"title": "Download ahead"
},
"download_path": {
"label": {
"description": "The path to the directory on the server where downloaded files should get saved in",
"title": "Download location"
}
},
"file_type": {
"label": {
"cbz": "Save as CBZ archive"
}
},
"title": "Download settings"
},
"state": {
"label": {
"downloading": "Downloading",
"error": "Error",
"finished": "Finished",
"queued": "Queued"
}
},
"title": "Downloads"
},
"extension": {
Expand Down Expand Up @@ -235,9 +235,6 @@
"start": "Start",
"submit": "Submit"
},
"time": {
"hour_short": "h"
},
"date": {
"label": {
"today": "Today",
Expand Down Expand Up @@ -294,14 +291,17 @@
"by_fetch_date": "By date fetched",
"by_source": "By source"
}
},
"time": {
"hour_short": "h"
}
},
"library": {
"error": {
"label": {
"add_to_library": "Could not add manga to library!",
"empty": "Your library is empty",
"no_matches": "No manga matches this filter",
"add_to_library": "Could not add manga to library!",
"remove_from_library": "Could not remove manga from library!"
}
},
Expand Down Expand Up @@ -338,6 +338,17 @@
},
"settings": {
"global_update": {
"auto_update": {
"interval": {
"label": {
"title": "Automatic update interval",
"value": "{{hours}}$t(global.time.hour_short)"
}
},
"label": {
"title": "Automatic updates"
}
},
"categories": {
"label": {
"exclude": "Exclude: {{excludedCategoriesText}}",
Expand All @@ -346,28 +357,17 @@
}
},
"entries": {
"title": "Skip updating entries",
"label": {
"completed": "With \"Completed\" status",
"not_started": "That haven't been started",
"unread_chapters": "With unread chapter(s)"
}
},
"auto_update": {
"interval": {
"label": {
"value": "{{hours}}$t(global.time.hour_short)",
"title": "Automatic update interval"
}
},
"label": {
"title": "Automatic updates"
}
"title": "Skip updating entries"
},
"metadata": {
"label": {
"title": "Automatically refresh metadata",
"description": "Check for new cover and details when updating library"
"description": "Check for new cover and details when updating library",
"title": "Automatically refresh metadata"
}
},
"title": "Global update"
Expand Down Expand Up @@ -422,13 +422,13 @@
}
},
"label": {
"fit_page_to_window": "Fit page to window",
"load_next_chapter": "Load next chapter at ending",
"offset_first_page": "Offset first page",
"reader_type": "Reader type",
"show_page_number": "Show page number",
"skip_dup_chapters": "Skip duplicate chapters",
"static_navigation": "Static navigation",
"fit_page_to_window": "Fit page to window",
"offset_first_page": "Offset first page"
"static_navigation": "Static navigation"
},
"reader_type": {
"label": {
Expand Down Expand Up @@ -460,8 +460,8 @@
"ignore_filters": "Ignore filters when searching"
},
"title": {
"search": "Search",
"global_search": "Global Search"
"global_search": "Global Search",
"search": "Search"
}
},
"settings": {
Expand Down Expand Up @@ -536,4 +536,4 @@
},
"title": "Updates"
}
}
}
Loading