Files
suwayomi-material-you-webui/src/i18n/locale/en.json

473 lines
13 KiB
JSON
Raw Normal View History

2023-02-14 16:28:37 +03:30
{
"category": {
"dialog": {
"title": {
"edit_category": "Edit category",
"new_category": "New category"
}
},
"error": {
"label": {
"empty": "The category is empty",
"request_failure": "Could not load categories"
},
"no_categories_found": {
"label": {
"hint": "You should make some from the settings.",
"info": "No categories found."
}
}
},
"label": {
"category_name": "Category Name",
"use_as_default_category": "Default category when adding new manga to the library"
},
"title": {
"categories": "Categories",
"set_categories": "Set categories"
}
},
"chapter": {
"action": {
"bookmark": {
"add": {
"button": {
"selected": "Bookmark selected"
},
"label": {
"action": "Add bookmark",
"error_one": "Could not bookmark the chapter",
"error_other": "Could not bookmark chapters",
"success_one": "Chapter bookmarked",
"success_other": "{{count}} chapters bookmarked"
}
},
"remove": {
"button": {
"selected": "Remove bookmarks from selected"
},
"label": {
"action": "Remove bookmark",
"error_one": "Could not remove the bookmark",
"error_other": "Could not remove the bookmarks",
"success_one": "Chapter bookmark removed",
"success_other": "{{count}} chapter bookmarks removed"
}
}
},
"download": {
"add": {
"button": {
"selected": "Download selected"
},
"label": {
"action": "Download",
"error_one": "Could not add the download",
"error_other": "Could not add downloads",
"success_one": "Download added",
"success_other": "{{count}} downloads added"
}
},
"delete": {
"button": {
"selected": "Delete selected"
},
"label": {
"action": "Delete",
"error_one": "Could not delete the chapter",
"error_other": "Could not delete chapters",
"success_one": "Chapter deleted",
"success_other": "{{count}} chapters deleted"
}
}
},
"label": {
"select": "Select"
},
"mark_as_read": {
"add": {
"button": {
"selected": "Mark selected as read"
},
"label": {
"action": {
"current": "Mark as read",
"previous": "Mark previous as read"
},
"error_one": "Could not mark the chapter as read",
"error_other": "Could not mark chapters as read",
"success_one": "Chapter marked as read",
"success_other": "{{count}} chapters marked as read"
}
},
"remove": {
"button": {
"selected": "Mark selected as unread"
},
"label": {
"action": "Mark as unread",
"error_one": "Could not mark the chapter as unread",
"error_other": "Could not mark chapters as unread",
"success_one": "Chapter marked as unread",
"success_other": "{{count}} chapters marked as unread"
}
}
}
},
"error": {
"label": {
"no_chapter_found": "No chapters found",
"no_matches": "No chapters matching filter"
}
},
"option": {
"display": {
"label": {
"chapter_number": "Chapter number",
"source_title": "Source title"
}
}
},
"status": {
"label": {
"downloaded": "Downloaded"
}
},
"title": "Chapter",
"title_one": "Chapter",
"title_other": "Chapters"
},
"download": {
"queue": {
"error": {
"label": {
"failed_to_remove": "Could not remove download from queue."
}
},
"label": {
"no_downloads": "No downloads"
},
"title": "Download Queue"
},
"state": {
"label": {
"downloading": "Downloading",
"error": "Error",
"finished": "Finished",
"queued": "Queued"
}
},
"title": "Downloads"
},
"extension": {
"action": {
"label": {
"install": "Install",
"uninstall": "Uninstall",
"update": "Update"
}
},
"label": {
"installation_failed": "Could not install the extension",
"installed_successfully": "Extension installed",
"installing_file": "Installing extension file…"
},
"language": {
"all": "All",
"other": "Other"
},
"state": {
"label": {
"installed": "Installed",
"installing": "Installing",
"obsolete": "Obsolete",
"uninstalling": "Uninstalling",
"update_pending": "Update pending",
"updating": "Updating"
}
},
"title": "Extensions"
},
"global": {
"button": {
"browse": "Browse",
"cancel": "Cancel",
"clear": "Clear",
"filter": "Filter",
"latest": "Latest",
"ok": "Ok",
"open_site": "Open Site",
"popular": "Popular",
"reset": "Reset",
"reset_to_default": "Reset to Default",
"resume": "Resume",
"select_all": "Select all",
"set": "Set",
"start": "Start",
"submit": "Submit"
},
"date": {
"label": {
"today": "Today",
"today_at": "Today at {{timeString}}",
"yesterday": "Yesterday",
"yesterday_at": "Yesterday at {{timeString}}"
}
},
"error": {
"label": {
"failed_to_load_data": "Unable to load data",
"failed_to_save_changes": "Failed to save changes",
"invalid_action": "This is not a valid action",
"invalid_file_type": "Invalid filetype",
"update_failed": "Could not check for updates"
}
},
"filter": {
"label": {
"bookmarked": "Bookmarked",
"downloaded": "Downloaded",
"unread": "Unread"
}
},
"grid_layout": {
"label": {
"comfortable_grid": "Comfortable grid",
"compact_grid": "Compact grid",
"list": "List"
},
"title": "Display mode"
},
"label": {
"browse": "Browse",
"display": "Display",
"filter": "Filter",
"loading": "Loading…",
"none": "None",
"sort": "Sort",
"unknown": "Unknown"
},
"language": {
"label": {
"language": "Language",
"language_with_code": "Language with code: {{code}}"
},
"title": {
"enabled_languages": "Allowed Languages",
"weblate": "Weblate"
}
},
"sort": {
"label": {
"by_fetch_date": "By date fetched",
"by_source": "By source"
}
}
},
"library": {
"error": {
"label": {
"empty": "Your library is empty",
"no_matches": "No manga matches this filter"
}
},
"option": {
"display": {
"badge": {
"label": {
"download_badges": "Download badges",
"unread_badges": "Unread badges"
},
"title": "Badges"
},
"tab": {
"label": {
"show_number_of_items": "Show number of items"
},
"title": "Tabs"
}
},
"sort": {
"label": {
"alphabetically": "A-Z",
"by_date_added": "Recently added",
"by_last_read": "Recently read",
"by_unread_chapters": "Unread chapters"
}
}
},
"settings": {
"global_update": {
"categories": {
"label": {
"exclude": "Exclude: {{excludedCategoriesText}}",
"include": "Include: {{includedCategoriesText}}",
"info": "Entries in excluded categories will not be updated even if they are also in included categories"
}
},
"title": "Global update"
},
"title": "Library Settings"
},
"title": "Library"
},
"manga": {
"button": {
"add_to_library": "Add To Library",
"in_library": "In Library"
},
"error": {
"label": {
"no_mangas_found": "No manga found",
"no_matches": "No manga matches this filter",
"request_failure": "Could not load manga"
}
},
"label": {
"artist": "Artist",
"author": "Author",
"edit_categories": "Edit manga categories",
"reload_from_source": "Reload data from source",
"status": "Status"
},
"title": "Manga"
},
"reader": {
"button": {
"next_chapter": "Next Chapter",
"previous_chapter": "Previous Chapter"
},
"error": {
"label": {
"unable_to_get_next_chapter_skip_dup": "Unable to get the next chapter - \"$t(reader.settings.label.skip_dup_chapters)\" option is enabled",
"unable_to_get_prev_chapter_skip_dup": "Unable to get the previous chapter - \"$t(reader.settings.label.skip_dup_chapters)\" option is enabled"
}
},
"page_info": {
"label": {
"currently_on_page": "Currently on page",
"of_max_pages": "of {{maxPages}}"
}
},
"settings": {
"error": {
"label": {
"failed_to_save_default_settings": "Could not save the default reader settings to the server",
"failed_to_save_settings": "Could not save the reader settings to the server"
}
},
"label": {
"load_next_chapter": "Load next chapter at ending",
"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"
},
"reader_type": {
"label": {
"continuous_horizontal_ltr": "Horizontal (LTR) ➡️",
"continuous_horizontal_rtl": "Horizontal (RTL) ⬅️",
"continuous_vertical": "Continues vertical",
"double_page_ltr": "Double page (LTR) ➡️",
"double_page_rtl": "Double page (RTL) ⬅️",
"single_page_ltr": "Single page (LTR) ➡️",
"single_page_rtl": "Single page (RTL) ⬅️",
"webtoon": "Webtoon"
}
},
"title": {
"default_reader_settings": "Default Reader Settings",
"reader_settings": "Reader Settings"
}
},
"title": "Reader — Manga {{mangaId}} Chapter {{chapterIndex}}"
},
"search": {
"error": {
"label": {
"failed_to_save_settings": "Could not save the default search settings to the server",
"source_search_failed": "Could not search source"
}
},
"label": {
"ignore_filters": "Ignore filters when searching"
},
"title": {
"search": "Search",
"global_search": "Global Search"
2023-02-14 16:28:37 +03:30
}
},
"settings": {
"about": {
"label": {
"build_time": "Build time",
"discord": "Discord",
"github": "GitHub",
"server": "Server",
"server_address": "Server address",
"server_version": "Server version"
},
"title": "About"
},
"backup": {
"label": {
"backup_restore_failed": "Could not restore backup",
"create_backup": "Create backup",
"create_backup_info": "Back up library as a Tachiyomi backup",
"legacy_backup_unsupported": "legacy backups are not supported!",
"restore_backup": "Restore Backup",
"restore_backup_info": "You can also drag and drop the backup file here to restore it",
"restored_backup": "Backup restored.",
"restoring_backup": "Restoring backup…"
},
"title": "Backup"
},
"label": {
"dark_theme": "Dark theme",
"image_cache": "Use image cache",
"image_cache_description": "Reduces the data consumption and improves the performance when a already requested image gets requested again",
"language_description": "Feel free to translate the project on",
"manga_item_width": "Manga item width",
"show_nsfw": "Show NSFW",
"show_nsfw_description": "Hide NSFW extensions and sources"
},
"server_address": {
"dialog": {
"label": {
"enter_address": "Enter server address"
}
}
},
"title": "Settings"
},
"source": {
"configuration": {
"title": "Source Configuration"
},
"error": {
"label": {
"no_sources_found": "No sources found. Install Some extensions first.",
"source_not_found": "Could not find source. Check your installed extensions."
}
},
"local_source": {
"label": {
"checkout": "Check out",
"guide": "Local source guide"
},
"title": "Local source"
},
"title": "Source",
"title_one": "Source",
"title_other": "Sources"
},
"updates": {
"error": {
"label": {
"no_updates_available": "You don't have any updates yet."
}
},
"title": "Updates"
2023-02-14 16:28:37 +03:30
}
}