2023-02-14 16:28:37 +03:30
{
2023-03-23 13:59:32 +01:00
"category" : {
"dialog" : {
"title" : {
2023-05-11 16:01:05 +00:00
"edit_category" : "Edit category" ,
"new_category" : "New category"
2023-03-23 13:59:32 +01:00
}
} ,
"error" : {
"label" : {
2023-05-11 16:01:05 +00:00
"empty" : "The category is empty" ,
2023-03-23 13:59:32 +01:00
"request_failure" : "Could not load categories"
} ,
"no_categories_found" : {
"label" : {
2024-03-02 15:23:12 +01:00
"info" : "You don't have any categories yet."
2023-03-23 13:59:32 +01:00
}
}
} ,
"label" : {
"category_name" : "Category Name" ,
2023-05-11 16:01:05 +00:00
"use_as_default_category" : "Default category when adding new manga to the library"
2023-03-23 13:59:32 +01:00
} ,
2024-01-21 13:31:04 -08:00
"settings" : {
"inclusion" : {
"label" : {
"exclude" : "Exclude: {{excludedCategoriesText}}" ,
"include" : "Include: {{includedCategoriesText}}"
}
}
2024-01-26 20:50:51 +01:00
} ,
"title" : {
"category_one" : "Category" ,
"category_other" : "Categories" ,
"set_categories" : "Set categories"
2023-03-23 13:59:32 +01:00
}
} ,
"chapter" : {
"action" : {
"bookmark" : {
"add" : {
"button" : {
"selected" : "Bookmark selected"
} ,
"label" : {
"action" : "Add bookmark" ,
2023-05-11 16:01:05 +00:00
"error_one" : "Could not bookmark the chapter" ,
"error_other" : "Could not bookmark chapters" ,
2023-03-23 13:59:32 +01:00
"success_one" : "Chapter bookmarked" ,
"success_other" : "{{count}} chapters bookmarked"
}
} ,
"remove" : {
"button" : {
"selected" : "Remove bookmarks from selected"
} ,
"label" : {
"action" : "Remove bookmark" ,
2023-05-11 16:01:05 +00:00
"error_one" : "Could not remove the bookmark" ,
"error_other" : "Could not remove the bookmarks" ,
2023-03-23 13:59:32 +01:00
"success_one" : "Chapter bookmark removed" ,
"success_other" : "{{count}} chapter bookmarks removed"
}
}
} ,
"download" : {
"add" : {
"button" : {
"selected" : "Download selected"
} ,
"label" : {
"action" : "Download" ,
2024-04-20 01:40:41 +02:00
"ahead" : "$t(download.settings.download_ahead.title) ({{count}})" ,
"all" : "$t(extension.language.all)" ,
2023-05-11 16:01:05 +00:00
"error_one" : "Could not add the download" ,
"error_other" : "Could not add downloads" ,
2024-04-20 01:40:41 +02:00
"next" : "$t(reader.button.next_chapter)" ,
"next_five" : "Next 5 chapters" ,
"next_ten" : "Next 10 chapters" ,
"next_twentyfive" : "Next 25 chapters" ,
2023-03-23 13:59:32 +01:00
"success_one" : "Download added" ,
2024-04-20 01:40:41 +02:00
"success_other" : "{{count}} downloads added" ,
"unread" : "$t(global.filter.label.unread)"
2023-03-23 13:59:32 +01:00
}
} ,
"delete" : {
"button" : {
"selected" : "Delete selected"
} ,
"label" : {
"action" : "Delete" ,
2023-05-11 16:01:05 +00:00
"error_one" : "Could not delete the chapter" ,
"error_other" : "Could not delete chapters" ,
2023-03-23 13:59:32 +01:00
"success_one" : "Chapter deleted" ,
"success_other" : "{{count}} chapters deleted"
}
}
} ,
"label" : {
2024-03-02 16:11:39 +01:00
"open_on_source" : "Open on source" ,
2023-03-23 13:59:32 +01:00
"select" : "Select"
} ,
"mark_as_read" : {
"add" : {
"button" : {
"selected" : "Mark selected as read"
} ,
"label" : {
"action" : {
"current" : "Mark as read" ,
2023-05-11 16:01:05 +00:00
"previous" : "Mark previous as read"
2023-03-23 13:59:32 +01:00
} ,
2023-05-11 16:01:05 +00:00
"error_one" : "Could not mark the chapter as read" ,
"error_other" : "Could not mark chapters as read" ,
2023-03-23 13:59:32 +01:00
"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" ,
2023-05-11 16:01:05 +00:00
"error_one" : "Could not mark the chapter as unread" ,
"error_other" : "Could not mark chapters as unread" ,
2023-03-23 13:59:32 +01:00
"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" : {
2023-05-11 16:01:05 +00:00
"chapter_number" : "Chapter number" ,
"source_title" : "Source title"
2023-03-23 13:59:32 +01:00
}
}
} ,
"status" : {
"label" : {
"downloaded" : "Downloaded"
}
} ,
"title_one" : "Chapter" ,
"title_other" : "Chapters"
} ,
"download" : {
"queue" : {
2023-05-15 18:15:28 +02:00
"error" : {
"label" : {
2023-12-19 15:17:00 +01:00
"failed_delete_all" : "Could not remove all downloads from the queue" ,
"failed_to_remove" : "Could not remove the download from the queue."
2023-05-15 18:15:28 +02:00
}
} ,
2023-05-20 13:25:10 +02:00
"label" : {
2023-12-10 00:09:00 +01:00
"delete_all" : "Delete all" ,
2023-05-20 13:25:10 +02:00
"no_downloads" : "No downloads"
} ,
2023-03-23 13:59:32 +01:00
"title" : "Download Queue"
} ,
2023-11-04 14:40:43 +01:00
"settings" : {
"auto_download" : {
2024-01-21 13:31:04 -08:00
"categories" : {
"label" : {
"include_in_download" : "Entries in excluded categories will not be downloaded even if they are also in included categories"
}
} ,
2024-02-16 19:16:18 +01:00
"download_limit" : {
"label" : {
"description" : "Limit the amount of new chapters that are going to get downloaded." ,
"title" : "Chapter download limit"
}
} ,
2024-01-26 20:50:51 +01:00
"label" : {
2024-04-07 21:47:07 +02:00
"ignore_re_uploads" : "Ignore re-uploaded chapters" ,
2024-01-26 20:50:51 +01:00
"ignore_with_unread_chapters" : "Ignore automatic chapter downloads for entries with unread chapters" ,
"new_chapters" : "Download new chapters"
} ,
2023-11-04 14:40:43 +01:00
"title" : "Auto-download"
} ,
2023-12-05 22:20:13 +01:00
"delete_chapters" : {
"label" : {
"allow_deletion_of_bookmarked" : "Allow deleting bookmarked chapters" ,
"manually_marked_as_read" : "Delete chapter after manually marking it as read"
} ,
"title" : "Delete chapters" ,
"while_reading" : {
"label" : {
"title" : "Delete finished chapters while reading"
} ,
"option" : {
"label" : {
"fifth" : "Fifth to last read chapter" ,
"first" : "Last read chapter" ,
"fourth" : "Fourth to last read chapter" ,
"second" : "Second to last read chapter" ,
"third" : "Third to last read chapter"
}
}
}
} ,
2023-11-04 14:40:43 +01:00
"download_ahead" : {
"label" : {
2024-02-16 19:38:31 +01:00
"description" : "How many chapters should get downloaded while reading." ,
"disclaimer" : "Only works if the current chapter plus the next chapter are already downloaded." ,
2023-11-04 14:40:43 +01:00
"unread_chapters_to_download" : "Number of unread chapters to download" ,
2023-11-04 14:55:25 +01:00
"value" : "{{chapters}} $t(chapter.title)" ,
"while_reading" : "Auto download while reading"
2023-11-04 14:40:43 +01:00
} ,
"title" : "Download ahead"
} ,
2023-11-04 14:55:25 +01:00
"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"
}
} ,
2023-11-04 14:40:43 +01:00
"title" : "Download settings"
} ,
2023-11-04 14:55:25 +01:00
"state" : {
"label" : {
"downloading" : "Downloading" ,
"error" : "Error" ,
"finished" : "Finished" ,
"queued" : "Queued"
}
} ,
2023-03-23 13:59:32 +01:00
"title" : "Downloads"
} ,
"extension" : {
"action" : {
"label" : {
2023-05-11 16:01:05 +00:00
"install" : "Install" ,
2023-11-05 17:22:29 +01:00
"install_external" : "Install external extension" ,
2023-05-11 16:01:05 +00:00
"uninstall" : "Uninstall" ,
"update" : "Update"
2023-03-23 13:59:32 +01:00
}
} ,
"label" : {
2024-01-15 23:22:35 +01:00
"add_repository_info" : "You have to add a extension repository to be able to install extensions" ,
2023-05-11 16:01:05 +00:00
"installation_failed" : "Could not install the extension" ,
"installed_successfully" : "Extension installed" ,
2023-12-31 01:46:53 +01:00
"installing_file" : "Installing extension file…" ,
"uninstallation_failed" : "Could not uninstall the extension" ,
"update_failed" : "Could not update the extension"
2023-03-23 13:59:32 +01:00
} ,
"language" : {
2023-04-21 00:27:42 +02:00
"all" : "All" ,
"other" : "Other"
2023-03-23 13:59:32 +01:00
} ,
2024-01-06 18:38:16 +01:00
"settings" : {
"repositories" : {
"custom" : {
"dialog" : {
"action" : {
"button" : {
"add" : "Add repository"
}
}
} ,
2024-01-07 16:30:40 +01:00
"error" : {
"label" : {
"invalid_url" : "Invalid repository url"
}
} ,
2024-01-06 18:38:16 +01:00
"label" : {
2024-01-15 23:22:35 +01:00
"description" : "Add repositories from which extensions can be installed" ,
2024-01-09 22:09:43 +01:00
"disclaimer" : "<strong>Suwayomi does not provide any support for 3rd party repositories or extensions!</strong><br/>Use with caution as there could be malicious actors making those repositories.<br/>You as the user need to verify the security and that you trust any repository or extension." ,
2024-01-15 23:22:35 +01:00
"title" : "Extension repositories"
2024-01-06 18:38:16 +01:00
}
}
2024-02-16 19:53:00 +01:00
}
2024-01-06 18:38:16 +01:00
} ,
2023-03-23 13:59:32 +01:00
"state" : {
"label" : {
2023-04-21 00:27:42 +02:00
"installed" : "Installed" ,
2023-05-11 16:01:05 +00:00
"installing" : "Installing" ,
"obsolete" : "Obsolete" ,
"uninstalling" : "Uninstalling" ,
2023-04-21 00:27:42 +02:00
"update_pending" : "Update pending" ,
2023-05-11 16:01:05 +00:00
"updating" : "Updating"
2023-03-23 13:59:32 +01:00
}
} ,
2024-07-01 19:51:27 +02:00
"title_one" : "Extension" ,
"title_other" : "Extensions"
2023-03-23 13:59:32 +01:00
} ,
"global" : {
"button" : {
2024-01-06 18:38:16 +01:00
"add" : "Add" ,
2023-03-23 13:59:32 +01:00
"browse" : "Browse" ,
"cancel" : "Cancel" ,
2024-04-21 14:59:10 +02:00
"changelog" : "Changelog" ,
2023-03-23 13:59:32 +01:00
"clear" : "Clear" ,
2024-01-26 20:50:51 +01:00
"copy" : "Copy" ,
2024-03-02 15:23:12 +01:00
"create" : "Create" ,
2024-05-08 04:01:23 +02:00
"delete" : "Delete" ,
2023-11-05 17:22:29 +01:00
"deselect" : "Deselect" ,
2024-03-02 15:23:12 +01:00
"dont_show_dialog_again" : "Don't show this dialog again" ,
2023-11-05 17:22:29 +01:00
"edit" : "Edit" ,
2023-03-23 13:59:32 +01:00
"filter" : "Filter" ,
2024-04-21 15:02:27 +02:00
"ignore" : "Ignore" ,
2023-03-23 13:59:32 +01:00
"latest" : "Latest" ,
2024-02-16 19:55:54 +01:00
"log_in" : "Log in" ,
"log_out" : "Log out" ,
2024-01-26 20:50:51 +01:00
"migrate" : "Migrate" ,
2023-03-23 13:59:32 +01:00
"ok" : "Ok" ,
"open_site" : "Open Site" ,
2023-11-05 17:22:29 +01:00
"options" : "Options" ,
2023-05-28 12:16:06 +02:00
"popular" : "Popular" ,
2024-04-21 14:59:10 +02:00
"refresh" : "Refresh" ,
2024-04-21 15:02:27 +02:00
"remind_later" : "Remind later" ,
2024-03-17 18:42:48 +01:00
"remove" : "Remove" ,
2023-03-23 13:59:32 +01:00
"reset" : "Reset" ,
"reset_to_default" : "Reset to Default" ,
2023-12-28 16:08:13 +01:00
"restore" : "Restore" ,
2023-03-23 13:59:32 +01:00
"resume" : "Resume" ,
2024-01-15 00:55:39 +01:00
"retry" : "Retry" ,
2023-11-05 17:22:29 +01:00
"select" : "Select" ,
2023-03-23 13:59:32 +01:00
"select_all" : "Select all" ,
"set" : "Set" ,
2024-03-10 17:36:22 +01:00
"show_less" : "Show less" ,
"show_more" : "Show more" ,
2023-03-23 13:59:32 +01:00
"start" : "Start" ,
2023-11-05 17:22:29 +01:00
"stop" : "Stop" ,
2023-03-23 13:59:32 +01:00
"submit" : "Submit"
} ,
"date" : {
"label" : {
2023-11-12 01:41:10 +01:00
"day_one" : "Day" ,
"day_other" : "Days" ,
2023-05-11 16:01:05 +00:00
"today" : "Today" ,
2023-03-23 13:59:32 +01:00
"today_at" : "Today at {{timeString}}" ,
2023-05-11 16:01:05 +00:00
"yesterday" : "Yesterday" ,
2023-03-23 13:59:32 +01:00
"yesterday_at" : "Yesterday at {{timeString}}"
2023-11-12 01:41:10 +01:00
} ,
"value" : {
"label" : {
"day" : "{{days}} $t(global.date.label.day, lowercase)"
}
2023-03-23 13:59:32 +01:00
}
} ,
"error" : {
"label" : {
2023-04-22 13:03:51 +02:00
"failed_to_load_data" : "Unable to load data" ,
"failed_to_save_changes" : "Failed to save changes" ,
2023-05-11 16:01:05 +00:00
"invalid_action" : "This is not a valid action" ,
"invalid_file_type" : "Invalid filetype" ,
2024-01-07 16:30:40 +01:00
"invalid_input" : "Invalid input" ,
2023-05-11 16:01:05 +00:00
"update_failed" : "Could not check for updates"
2023-03-23 13:59:32 +01:00
}
} ,
"filter" : {
"label" : {
"bookmarked" : "Bookmarked" ,
"downloaded" : "Downloaded" ,
2024-07-28 23:14:42 +02:00
"duplicate_chapters" : "Duplicate chapters" ,
2024-03-28 20:00:46 +01:00
"tracked" : "Tracked" ,
2023-03-23 13:59:32 +01:00
"unread" : "Unread"
}
} ,
"grid_layout" : {
"label" : {
"comfortable_grid" : "Comfortable grid" ,
"compact_grid" : "Compact grid" ,
"list" : "List"
} ,
"title" : "Display mode"
} ,
"label" : {
2023-12-27 18:17:41 +01:00
"advanced" : "Advanced" ,
2024-04-07 15:33:08 +02:00
"are_you_sure" : "Are you sure?" ,
2023-03-23 13:59:32 +01:00
"browse" : "Browse" ,
2023-11-18 19:55:44 +01:00
"client" : "Client" ,
2023-12-09 23:20:52 +01:00
"close" : "Close" ,
2024-05-23 02:28:37 +02:00
"copied" : "Copied" ,
2023-12-05 22:20:13 +01:00
"disabled" : "Disabled" ,
2023-11-27 19:14:43 +01:00
"discord" : "Discord" ,
2023-03-23 13:59:32 +01:00
"display" : "Display" ,
"filter" : "Filter" ,
2023-12-27 18:08:16 +01:00
"general" : "General" ,
2023-11-27 19:14:43 +01:00
"github" : "GitHub" ,
"links" : "Links" ,
2024-03-02 15:23:12 +01:00
"load_in_progress" : "Still loading required data…" ,
2023-05-11 16:01:05 +00:00
"loading" : "Loading…" ,
2024-02-16 19:55:54 +01:00
"logged_in" : "Logged in" ,
2023-11-12 01:41:10 +01:00
"never" : "Never" ,
2023-04-22 13:03:51 +02:00
"none" : "None" ,
2024-03-17 18:42:48 +01:00
"open_in_browser" : "Open in browser" ,
2023-12-19 15:17:00 +01:00
"other" : "Other" ,
2023-11-18 19:55:44 +01:00
"password" : "Password" ,
2024-01-06 18:38:16 +01:00
"placeholder" : "Placeholder" ,
2023-05-01 23:31:14 +02:00
"sort" : "Sort" ,
2024-03-10 17:36:22 +01:00
"started" : "Started" ,
"type" : "Type" ,
2023-11-18 19:55:44 +01:00
"unknown" : "Unknown" ,
"username" : "Username"
2023-03-23 13:59:32 +01:00
} ,
"language" : {
"label" : {
2023-03-25 19:34:05 +01:00
"language" : "Language" ,
2023-05-11 16:01:05 +00:00
"language_with_code" : "Language with code: {{code}}"
2023-03-23 13:59:32 +01:00
} ,
"title" : {
2023-05-12 11:52:00 +02:00
"enabled_languages" : "Allowed Languages" ,
"weblate" : "Weblate"
2023-03-23 13:59:32 +01:00
}
} ,
"sort" : {
"label" : {
2024-06-30 13:46:09 +02:00
"by_chapter_number" : "By chapter number" ,
2023-05-11 16:01:05 +00:00
"by_fetch_date" : "By date fetched" ,
2024-06-30 13:46:09 +02:00
"by_source" : "By source" ,
"by_upload_date" : "By upload date"
2023-03-23 13:59:32 +01:00
}
2023-11-04 14:55:25 +01:00
} ,
"time" : {
2024-01-26 21:20:06 +01:00
"hour_short" : "h" ,
"minutes" : {
"minute_one" : "Minute" ,
"minute_other" : "Minutes" ,
"value" : "{{count}} $t(global.time.minutes.minute, lowercase)"
} ,
"seconds" : {
"second_one" : "Second" ,
"second_other" : "Seconds" ,
"value" : "{{count}} $t(global.time.seconds.second, lowercase)"
}
2023-12-09 23:08:27 +01:00
} ,
"update" : {
"label" : {
"available" : "Update available" ,
"check_failure" : "Could not check for update" ,
"checking" : "Checking for update" ,
2023-12-09 23:20:52 +01:00
"info" : "Server version {{version}} ({{channel}}) available for download" ,
2023-12-09 23:08:27 +01:00
"up_to_date" : "This is the latest version" ,
"update_failure" : "Update failed" ,
2024-05-07 01:35:19 +02:00
"update_success" : "{{name}} was updated to version {{version}} ({{channel}})" ,
2023-12-09 23:08:27 +01:00
"updating" : "{{progress}}% | Updating…"
2024-05-07 00:30:22 +02:00
} ,
"settings" : {
"inform" : {
"label" : {
2024-05-07 01:35:19 +02:00
"description" : "Shows a dialog in case a new version is available" ,
"title" : "Inform about available update"
2024-05-07 00:30:22 +02:00
}
}
2023-12-09 23:08:27 +01:00
}
2023-03-23 13:59:32 +01:00
}
} ,
"library" : {
2024-06-26 12:42:03 +02:00
"action" : {
"label" : {
2024-06-26 13:19:02 +02:00
"stop_update" : "Stop global update" ,
2024-06-26 12:42:03 +02:00
"update_category" : "Update category" ,
"update_library" : "Update library"
}
} ,
2023-03-23 13:59:32 +01:00
"error" : {
"label" : {
2023-11-04 14:55:25 +01:00
"add_to_library" : "Could not add manga to library!" ,
2023-05-11 16:01:05 +00:00
"empty" : "Your library is empty" ,
2023-10-19 20:48:43 +02:00
"no_matches" : "No manga matches this filter" ,
2024-06-26 13:19:02 +02:00
"remove_from_library" : "Could not remove manga from library!" ,
"stop_global_update" : "Could not stop global update"
2023-10-19 20:48:43 +02:00
}
} ,
"info" : {
"label" : {
"added_to_library" : "Added manga to library!" ,
"removed_from_library" : "Removed manga from library!"
2023-03-23 13:59:32 +01:00
}
} ,
"option" : {
"display" : {
"badge" : {
"label" : {
2023-05-11 16:01:05 +00:00
"download_badges" : "Download badges" ,
"unread_badges" : "Unread badges"
2023-03-23 13:59:32 +01:00
} ,
"title" : "Badges"
2023-04-22 11:39:59 +02:00
} ,
2023-12-19 15:17:00 +01:00
"other" : {
"label" : {
"show_continue_reading_button" : "Show continue reading button"
}
} ,
2023-04-22 11:39:59 +02:00
"tab" : {
"label" : {
"show_number_of_items" : "Show number of items"
2023-05-20 13:25:10 +02:00
} ,
"title" : "Tabs"
2023-03-23 13:59:32 +01:00
}
} ,
"sort" : {
"label" : {
2023-05-11 16:01:05 +00:00
"alphabetically" : "A-Z" ,
"by_date_added" : "Recently added" ,
"by_last_read" : "Recently read" ,
2024-01-11 03:56:04 +01:00
"by_latest_fetched_chapter" : "Latest fetched chapter" ,
"by_latest_uploaded_chapter" : "Latest uploaded chapter" ,
2023-05-11 16:01:05 +00:00
"by_unread_chapters" : "Unread chapters"
2023-03-23 13:59:32 +01:00
}
}
} ,
2023-04-22 13:03:51 +02:00
"settings" : {
2023-12-27 18:17:41 +01:00
"advanced" : {
"database" : {
"cleanup" : {
"label" : {
"description" : "Remove non library manga from categories" ,
"error" : "Could not remove non library manga from categories" ,
"success" : "Removed non library manga from categories" ,
"title" : "Cleanup database"
}
}
2024-05-04 15:41:21 +02:00
} ,
"duplicates" : {
"label" : {
"description" : "Show all duplicated entries in your library" ,
"title" : "Duplicated entries"
2024-05-08 15:06:47 +02:00
} ,
"settings" : {
"label" : {
"check_description" : "Check description"
}
2024-05-04 15:41:21 +02:00
}
2023-12-27 18:17:41 +01:00
}
} ,
2023-12-27 18:08:16 +01:00
"general" : {
"add_to_library" : {
"category_selection" : {
"label" : {
"description" : "Show the category selection dialog when adding a manga to the library" ,
"title" : "Category selection dialog"
}
}
} ,
2024-03-02 15:28:58 +01:00
"remove_from_library" : {
"remove_from_categories" : {
"label" : {
"description" : "Remove manga from categories when removing them from the library" ,
"title" : "Forget manga categories"
}
}
} ,
2023-12-27 18:08:16 +01:00
"search" : {
"ignore_filters" : {
"label" : {
"description" : "Search results will include manga that do not match the current filters" ,
"title" : "Ignore filters when searching"
}
}
}
} ,
2023-04-22 13:03:51 +02:00
"global_update" : {
2023-11-04 14:55:25 +01:00
"auto_update" : {
"interval" : {
"label" : {
"title" : "Automatic update interval" ,
"value" : "{{hours}}$t(global.time.hour_short)"
}
} ,
"label" : {
"title" : "Automatic updates"
}
} ,
2023-04-22 13:03:51 +02:00
"categories" : {
"label" : {
"info" : "Entries in excluded categories will not be updated even if they are also in included categories"
}
} ,
2023-10-27 23:39:05 +02:00
"entries" : {
"label" : {
"completed" : "With \"Completed\" status" ,
"not_started" : "That haven't been started" ,
"unread_chapters" : "With unread chapter(s)"
2023-10-29 02:01:59 +02:00
} ,
2023-11-04 14:55:25 +01:00
"title" : "Skip updating entries"
} ,
2023-11-19 22:43:29 +01:00
"label" : {
"last_update" : "Last update: {{date}}" ,
"last_update_tooltip" : "$t(library.settings.global_update.title) ($t(library.settings.global_update.label.last_update, lowercase))"
} ,
2023-11-04 14:55:25 +01:00
"metadata" : {
2023-10-29 02:01:59 +02:00
"label" : {
2023-11-04 14:55:25 +01:00
"description" : "Check for new cover and details when updating library" ,
"title" : "Automatically refresh metadata"
2023-10-29 02:01:59 +02:00
}
} ,
2023-04-22 13:03:51 +02:00
"title" : "Global update"
} ,
"title" : "Library Settings"
} ,
2023-03-23 13:59:32 +01:00
"title" : "Library"
} ,
"manga" : {
2023-12-25 21:37:45 +01:00
"action" : {
2023-12-27 18:08:16 +01:00
"category" : {
"button" : {
"selected" : "Change categories of selected"
} ,
"label" : {
"action" : "Change categories" ,
"error_one" : "Could not change the categories of the manga" ,
"error_other" : "Could not change the categories of the manga" ,
"success_one" : "Changed categories of manga" ,
"success_other" : "Changed categories of {{count}} manga"
}
} ,
2023-12-25 21:37:45 +01:00
"library" : {
2024-05-04 14:43:41 +02:00
"add" : {
"dialog" : {
"duplicate" : {
"label" : {
"failure" : "Could not check for duplicated manga in your library.\n\nError: {{error}}" ,
"info" : "You have an entry in your library with the same name."
}
}
}
} ,
2023-12-25 21:37:45 +01:00
"remove" : {
"button" : {
"selected" : "Remove selected from the library"
} ,
2024-04-07 15:33:08 +02:00
"dialog" : {
"label" : {
"message" : "You are about to remove \"{{title}}\" from your library"
}
} ,
2023-12-25 21:37:45 +01:00
"label" : {
"action" : "Remove from the library" ,
"error_one" : "Could not remove manga from the library" ,
"error_other" : "Could not remove manga from the library" ,
"success_one" : "Removed manga from the library" ,
"success_other" : "Removed {{count}} manga from the library"
}
}
2024-01-26 20:50:51 +01:00
} ,
"migrate" : {
"label" : {
"error" : "Could not migrate manga" ,
"success" : "Successfully migrated manga"
}
2024-03-10 17:36:22 +01:00
} ,
"track" : {
"add" : {
"label" : {
"action" : "Track" ,
"error" : "Could not track manga" ,
"success" : "Tracked manga"
}
2024-03-17 18:42:48 +01:00
} ,
"remove" : {
"dialog" : {
"label" : {
2024-04-01 00:45:44 +02:00
"delete_remote_track" : "Also remove from {{tracker}}" ,
2024-03-17 18:42:48 +01:00
"description" : "This will remove the tracking locally." ,
"title" : "Remove {{tracker}} tracking?"
}
} ,
"label" : {
"error" : "Could not untrack manga" ,
"success" : "Untracked manga"
}
2024-03-10 17:36:22 +01:00
}
2023-12-25 21:37:45 +01:00
}
} ,
2023-03-23 13:59:32 +01:00
"button" : {
"add_to_library" : "Add To Library" ,
2024-03-10 17:36:22 +01:00
"in_library" : "In Library" ,
"track" : {
"active_one" : "{{count}} Tracker" ,
"active_other" : "{{count}} Tracker" ,
"start" : "Tracking"
}
2023-03-23 13:59:32 +01:00
} ,
"error" : {
"label" : {
2023-05-11 16:01:05 +00:00
"no_mangas_found" : "No manga found" ,
"no_matches" : "No manga matches this filter" ,
2023-03-23 13:59:32 +01:00
"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"
} ,
2023-12-25 21:37:45 +01:00
"title_one" : "Manga" ,
"title_other" : "Manga"
2023-03-23 13:59:32 +01:00
} ,
2024-01-26 20:50:51 +01:00
"migrate" : {
"dialog" : {
"action" : {
"button" : {
"show_entry" : "Show entry"
}
} ,
2024-03-16 13:45:54 +01:00
"label" : {
"delete_downloaded" : "Delete downloaded"
} ,
2024-01-26 20:50:51 +01:00
"title" : "Select data to include"
} ,
"label" : {
"info" : "Migrating manga…"
} ,
"search" : {
"title" : "$t(migrate.title) \"{{title}}\""
} ,
"title" : "Migrate"
} ,
2023-03-23 13:59:32 +01:00
"reader" : {
"button" : {
2023-11-05 17:22:29 +01:00
"close_menu" : "Close menu" ,
"exit" : "Exit reader" ,
2023-03-23 13:59:32 +01:00
"next_chapter" : "Next Chapter" ,
2023-11-05 17:22:29 +01:00
"open_menu" : "Open menu" ,
2023-03-23 13:59:32 +01:00
"previous_chapter" : "Previous Chapter"
} ,
2023-04-05 13:37:12 +02:00
"error" : {
"label" : {
2024-02-18 15:20:30 +01:00
"next_chapter_does_not_exist" : "There is no next chapter to open" ,
2024-06-27 15:09:13 +02:00
"no_pages_found" : "No pages found" ,
2024-02-18 15:20:30 +01:00
"prev_chapter_does_not_exist" : "There is no previous chapter to open"
2023-04-05 13:37:12 +02:00
}
} ,
2023-03-23 13:59:32 +01:00
"page_info" : {
"label" : {
"currently_on_page" : "Currently on page" ,
"of_max_pages" : "of {{maxPages}}"
}
} ,
"settings" : {
"error" : {
"label" : {
2023-05-11 16:01:05 +00:00
"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"
2023-03-23 13:59:32 +01:00
}
} ,
"label" : {
2023-11-04 14:55:25 +01:00
"fit_page_to_window" : "Fit page to window" ,
2023-03-23 13:59:32 +01:00
"load_next_chapter" : "Load next chapter at ending" ,
2023-11-04 14:55:25 +01:00
"offset_first_page" : "Offset first page" ,
2023-05-11 16:01:05 +00:00
"reader_type" : "Reader type" ,
2024-01-26 20:50:51 +01:00
"reader_width" : "Reader width" ,
2024-02-21 02:42:07 +01:00
"scale_page" : "Scale small pages" ,
2023-03-23 13:59:32 +01:00
"show_page_number" : "Show page number" ,
2023-04-05 13:37:12 +02:00
"skip_dup_chapters" : "Skip duplicate chapters" ,
2024-01-26 20:50:51 +01:00
"static_navigation" : "Static navigation"
2023-03-23 13:59:32 +01:00
} ,
"reader_type" : {
"label" : {
2023-05-11 16:01:05 +00:00
"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) ⬅️" ,
2023-03-23 13:59:32 +01:00
"webtoon" : "Webtoon"
}
} ,
"title" : {
"default_reader_settings" : "Default Reader Settings" ,
"reader_settings" : "Reader Settings"
}
} ,
2023-05-11 16:01:05 +00:00
"title" : "Reader — Manga {{mangaId}} Chapter {{chapterIndex}}"
2023-03-23 13:59:32 +01:00
} ,
"search" : {
"error" : {
"label" : {
2023-05-20 13:25:10 +02:00
"failed_to_save_settings" : "Could not save the default search settings to the server" ,
"source_search_failed" : "Could not search source"
2023-03-23 13:59:32 +01:00
}
} ,
"title" : {
2023-11-04 14:55:25 +01:00
"global_search" : "Global Search" ,
"search" : "Search"
2023-02-14 16:28:37 +03:30
}
2023-03-23 13:59:32 +01:00
} ,
"settings" : {
"about" : {
2023-11-27 19:14:43 +01:00
"server" : {
"label" : {
"address" : "Server address" ,
"build_time" : "Build time" ,
"github" : "$t(global.label.github) $t(settings.server.title.server)" ,
"version" : "Server version"
}
2023-03-23 13:59:32 +01:00
} ,
2023-11-27 19:14:43 +01:00
"title" : "About" ,
"webui" : {
"label" : {
"channel" : "$t(settings.webui.title.webui) channel" ,
"github" : "$t(global.label.github) $t(settings.webui.title.webui)" ,
2024-04-21 15:02:27 +02:00
"info" : "$t(settings.webui.title.webui) version {{version}} ({{channel}}) available for download" ,
2023-12-09 23:08:27 +01:00
"update_failure" : "Could not update $t(settings.webui.title.webui)" ,
2024-04-21 14:59:10 +02:00
"updated" : "Updated version" ,
2023-11-27 19:14:43 +01:00
"version" : "$t(settings.webui.title.webui) version"
}
}
2023-03-23 13:59:32 +01:00
} ,
2024-09-04 23:44:32 +02:00
"appearance" : {
2024-09-04 23:46:04 +02:00
"device_theme" : "Device theme" ,
2024-09-05 00:08:23 +02:00
"pure_black_mode" : "Pure black dark mode" ,
2024-09-04 23:46:04 +02:00
"theme" : "Theme" ,
2024-09-04 23:44:32 +02:00
"title" : "Appearance"
} ,
2023-03-23 13:59:32 +01:00
"backup" : {
2023-12-28 16:08:13 +01:00
"action" : {
"create" : {
"label" : {
"description" : "Back up library as a Tachiyomi backup" ,
"title" : "Create backup"
}
} ,
"restore" : {
"button" : "Restore" ,
"error" : {
"label" : {
"failure" : "Could not restore backup" ,
"legacy_backup_unsupported" : "legacy backups are not supported!"
}
} ,
"label" : {
"description" : "You can also drag and drop the backup file here to restore it" ,
"in_progress" : "Restoring backup…" ,
"success" : "Backup restored." ,
"title" : "Restore Backup"
}
} ,
"validate" : {
"dialog" : {
"content" : {
"label" : {
2024-05-01 16:56:18 +02:00
"missing_sources" : "The following sources are not installed:" ,
"missing_trackers" : "The following trackers are not logged in:"
2023-12-28 16:08:13 +01:00
}
} ,
"title" : "Backup validation"
} ,
"error" : {
"label" : {
"failure" : "Could not validate backup"
}
}
}
} ,
2023-11-12 01:41:10 +01:00
"automated" : {
"cleanup" : {
"label" : {
"title" : "Backup cleanup" ,
"value" : "Delete backups that are older than $t(global.date.value.label.day)"
}
} ,
"label" : {
"interval" : "Backup interval" ,
"time" : "Backup time"
} ,
"location" : {
"label" : {
"description" : "The path to the directory on the server where automated backups should get saved in" ,
"title" : "Backup location"
}
}
} ,
2023-03-23 13:59:32 +01:00
"title" : "Backup"
} ,
2024-02-17 20:16:51 +01:00
"browse" : {
"title" : "Browse settings"
} ,
2023-12-09 14:16:52 +01:00
"clear_cache" : {
"label" : {
"description" : "The cache of the client (browser, electron) should get cleared alongside it, otherwise, the client cache will keep getting used" ,
"failure" : "Could not clear the server cache" ,
"success" : "Cleared the server cache" ,
"title" : "Clear server cache"
}
} ,
2024-03-06 23:07:48 +01:00
"device" : {
"active_device" : {
"label" : {
"description" : "Select a device to use its server stored UI settings" ,
"title" : "Active device"
}
} ,
"devices" : {
"label" : {
"description" : "Manage your existing devices.\nUI specific settings that are stored on the server are per device.\nThis makes it possible to have e.g. different settings on a desktop and a smartphone" ,
"title" : "Devices"
}
} ,
2024-03-06 23:44:05 +01:00
"label" : {
"placeholder" : "Smartphone_Name-1 | length: 16, chars: letters, numbers, -, _"
} ,
2024-03-06 23:07:48 +01:00
"title" : {
"device" : "Device" ,
"settings" : "Device settings"
}
} ,
2023-03-23 13:59:32 +01:00
"label" : {
2024-03-23 23:44:46 +01:00
"hide_library_entries" : "Hide entries already in library" ,
2023-05-20 13:25:10 +02:00
"language_description" : "Feel free to translate the project on" ,
2023-05-11 16:01:05 +00:00
"manga_item_width" : "Manga item width" ,
2023-03-23 13:59:32 +01:00
"show_nsfw" : "Show NSFW" ,
2024-09-05 00:08:23 +02:00
"show_nsfw_description" : "Hide NSFW extensions and sources" ,
"theme" : "Theme"
2023-03-23 13:59:32 +01:00
} ,
2023-11-18 19:55:44 +01:00
"server" : {
"address" : {
"client" : {
"dialog" : {
"label" : {
"enter_address" : "Enter server address"
}
} ,
"label" : {
"description" : "The address the client will use to connect to the server"
}
} ,
"server" : {
"label" : {
"ip" : "IP" ,
"port" : "Port"
} ,
"title" : "Server bindings"
2023-03-23 13:59:32 +01:00
}
2023-11-18 19:55:44 +01:00
} ,
"auth" : {
"basic" : {
"label" : {
"enable" : "Use basic authentication" ,
"password" : "Basic authentication $t(global.label.password, lowercase)" ,
"username" : "Basic authentication $t(global.label.username, lowercase)"
}
} ,
"title" : "Authentication"
} ,
2024-01-26 21:20:06 +01:00
"cloudflare" : {
"flaresolverr" : {
"enabled" : {
"label" : {
"description" : "See <2>FlareSolverr</2> for information on how to set it up" ,
"title" : "FlareSolverr enabled"
}
} ,
2024-07-28 22:47:03 +02:00
"response_fallback" : {
"label" : {
"description" : "Use the FlareSolverr response in case the server runs into a Cloudflare challenge while FlareSolverr does not and is therefore unable to solve the challenge (does not work for images)" ,
"title" : "Response fallback"
}
} ,
2024-01-26 21:20:06 +01:00
"session" : {
"name" : {
"label" : {
"title" : "FlareSolverr session name"
}
} ,
"ttl" : {
"label" : {
"description" : "FlareSolverr will automatically rotate expired sessions based on the TTL provided in minutes" ,
"title" : "FlareSolverr session TTL"
}
}
} ,
"timeout" : {
"label" : {
"description" : "How much time FlareSolverr has to handle the request" ,
"title" : "FlareSolverr request timeout"
}
} ,
"url" : {
"label" : {
"description" : "The address of the FlareSolverr server" ,
"title" : "FlareSolverr server url"
}
}
} ,
"title" : "Cloudflare bypass"
} ,
2023-11-18 19:55:44 +01:00
"local_source" : {
"path" : {
"label" : {
"description" : "The path to the directory on the server where local source files are saved in" ,
"title" : "Local source location"
}
}
} ,
"misc" : {
2024-09-01 03:04:34 +02:00
"log_files" : {
"file_cleanup" : {
"title" : "Log file cleanup" ,
"value" : "Delete backups that are older than $t(global.date.value.label.day)"
} ,
"file_size" : {
"description" : "Example for possible values: 1 (bytes), 1KB (kilobytes), 1MB (megabytes), 1GB (gigabytes)" ,
"title" : "Maximum log file size"
} ,
"total_size" : {
"description" : "$t(settings.server.misc.log_files.file_size.description)" ,
"title" : "Maximum size of all log files"
}
} ,
2023-11-18 19:55:44 +01:00
"log_level" : {
"graphql" : {
"label" : {
"description" : "This includes logs with non privacy safe information" ,
"title" : "Enable graphql debug logs"
}
} ,
"label" : {
"server" : "Enable debug logs"
}
} ,
"title" : "Misc" ,
"tray_icon" : {
"label" : {
"description" : "This icon will be shown on the system that is running the server" ,
"title" : "Show icon in system tray"
}
}
} ,
"requests" : {
"sources" : {
"parallel" : {
"label" : {
"title" : "Parallel source requests" ,
"value" : "{{value}} $t(source.title)"
}
}
} ,
"title" : "Requests"
} ,
"socks_proxy" : {
"label" : {
2024-02-22 00:25:12 +01:00
"enable" : "Use SOCKS proxy" ,
"host" : "SOCKS host" ,
"password" : "SOCKS password" ,
"port" : "SOCKS port" ,
"username" : "SOCKS username" ,
"version" : "SOCKS version"
2023-11-18 19:55:44 +01:00
} ,
"title" : "SOCKS proxy"
} ,
"title" : {
"server" : "Server" ,
"settings" : "Server Settings"
2023-03-23 13:59:32 +01:00
}
} ,
2023-11-20 22:14:24 +01:00
"title" : "Settings" ,
"webui" : {
"auto_update" : {
"label" : {
"interval" : "Update interval" ,
"title" : "Automatically download the latest version"
}
} ,
"channel" : {
"label" : {
"title" : "Channel"
} ,
"option" : {
"bundled" : {
"label" : {
"description" : "Use the version that was delivered with the server release" ,
"title" : "Bundled"
}
} ,
"preview" : {
"label" : {
"description" : "Use the latest features and help us get them ready for a stable release." ,
2024-02-17 20:16:51 +01:00
"disclaimer" : "Features and changes in this version might not be completely ready yet and can cause bugs.\nMake sure that you have automatic backups enabled to prevent loss of your library!\n\n$t(settings.webui.flavor.label.info)" ,
2023-11-20 22:14:24 +01:00
"title" : "Preview"
}
} ,
"stable" : {
"label" : {
"description" : "Use the latest released version." ,
"title" : "Stable"
}
}
}
} ,
"electron_path" : {
"label" : {
"description" : "The path to the electron installation on the server" ,
"title" : "Electron path"
}
} ,
"flavor" : {
"label" : {
2024-02-17 20:16:51 +01:00
"info" : "After changing this setting go to the \"About\" page and check for a webUI update and install it" ,
2023-11-20 22:14:24 +01:00
"title" : "Flavor"
} ,
"option" : {
"custom" : {
"label" : {
"description" : "Use a custom $t(settings.webui.title.webui).\nTo use a custom $t(settings.webui.title.webui) replace the content of the \"webUI\" directory in the root directory on the server with the files of the custom $t(settings.webui.title.webui)" ,
"title" : "Custom"
}
} ,
2024-02-17 20:16:51 +01:00
"vui" : {
"label" : {
"description" : "A preview focused web frontend built with svelte" ,
"title" : "VUI"
}
} ,
2023-11-20 22:14:24 +01:00
"webui" : {
"label" : {
"description" : "Use the default $t(settings.webui.title.webui)"
}
}
}
} ,
"interface" : {
"label" : {
"description" : "Where to start the $t(settings.webui.title.webui) when starting the server" ,
"title" : "Interface"
} ,
"option" : {
"label" : {
"browser" : "Browser" ,
"electron" : "Electron"
}
}
} ,
"label" : {
"initial_open_browser" : "Open the $t(settings.webui.title.webui) when starting the server"
} ,
"title" : {
"settings" : "$t(settings.webui.title.webui) Settings" ,
"webui" : "WebUI"
}
}
2023-03-23 13:59:32 +01:00
} ,
"source" : {
"configuration" : {
"title" : "Source Configuration"
} ,
"error" : {
"label" : {
2023-05-11 16:01:05 +00:00
"no_sources_found" : "No sources found. Install Some extensions first." ,
2023-05-01 23:31:14 +02:00
"source_not_found" : "Could not find source. Check your installed extensions."
2023-03-23 13:59:32 +01:00
}
} ,
2024-05-08 04:01:23 +02:00
"filter" : {
"save_search" : {
"dialog" : {
"label" : {
"delete" : "This will delete the saved search \"{{name}}\"" ,
"title" : "Save current search"
}
} ,
"label" : {
"delete" : "Delete search" ,
"save" : "Save search"
}
}
} ,
2023-03-23 13:59:32 +01:00
"local_source" : {
"label" : {
"checkout" : "Check out" ,
"guide" : "Local source guide"
2023-04-21 00:27:42 +02:00
} ,
"title" : "Local source"
2023-03-23 13:59:32 +01:00
} ,
"title_one" : "Source" ,
"title_other" : "Sources"
} ,
2024-02-16 19:55:54 +01:00
"tracking" : {
"action" : {
2024-03-10 17:36:22 +01:00
"button" : {
"add_tracking" : "Add tracking"
} ,
2024-02-16 19:55:54 +01:00
"login" : {
"label" : {
"failure" : "Could not log in to {{name}}" ,
"progress" : "Logging in to {{name}}…"
}
} ,
"logout" : {
"label" : {
"failure" : "Could not log out from {{name}}"
}
}
} ,
2024-03-10 17:36:22 +01:00
"error" : {
"label" : {
2024-04-01 02:06:35 +02:00
"could_not_fetch_track_info" : "Could not load latest track info from tracker" ,
2024-03-10 17:36:22 +01:00
"could_not_load_track_info" : "Could not load track info"
}
} ,
2024-05-07 14:42:02 +02:00
"my_anime_list" : {
"search" : {
"label" : {
2024-05-08 13:04:51 +02:00
"hint" : "Search for a ID via \"id:<ID>\" (e.g. \"id:13\")\nLimit search to your lists via \"my:<Title>\" (e.g. \"my:One Piece\")"
2024-05-07 14:42:02 +02:00
}
}
} ,
2024-02-16 19:55:54 +01:00
"settings" : {
"dialog" : {
"title" : {
"log_in" : "Log in to {{name}}" ,
"log_out" : "Log out from {{name}}"
}
} ,
2024-04-20 22:14:01 +02:00
"label" : {
2024-04-20 23:15:02 +02:00
"update_progress_manual" : "Update progress after manually marking as read" ,
"update_progress_reading" : "Update progress after reading" ,
"update_progress_reading_description" : "Does not work when marking multiple manga as read at once"
2024-04-20 22:14:01 +02:00
} ,
2024-02-16 19:55:54 +01:00
"title" : {
"settings" : "Tracking settings" ,
"trackers" : "Trackers"
}
} ,
2024-03-17 18:42:48 +01:00
"title" : "Tracking" ,
"track_record" : {
"label" : {
"finish_date" : "Finish date" ,
"score" : "Score" ,
"start_date" : "Start date"
}
}
2024-02-16 19:55:54 +01:00
} ,
2023-03-23 13:59:32 +01:00
"updates" : {
"error" : {
"label" : {
"no_updates_available" : "You don't have any updates yet."
}
} ,
"title" : "Updates"
2023-02-14 16:28:37 +03:30
}
2024-01-26 20:50:51 +01:00
}