komikku/i18n-kmk/src/commonMain/resources/MR/base/strings.xml

83 lines
4.5 KiB
XML
Raw Normal View History

2024-06-10 11:27:20 +02:00
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Actions -->
<string name="action_source_search">Search for source</string>
<string name="action_toggle_nsfw_only">Toggle NSFW only</string>
<string name="action_bulk_select">Bulk selection mode</string>
<string name="action_faq_and_guides">FAQ and Guides</string>
<!-- Preferences -->
2024-06-19 06:17:40 +02:00
<!-- Appearance section -->
2024-06-10 11:27:20 +02:00
<string name="pref_details_page_theme">Details page</string>
Improve Theme cover based (#81) * Support Pure dark mode * Tag using elevated style (non pure-dark-mode) and more vibrant outline color (pure-dark-mode) * More color for various icons * Color theme for Metadata screen * Always animated color change * Always/Only use dominant color for library/update/upcoming cover's background * Don't always generate color each time cover loaded (library/browse), only update color when new cover changed on detail page * Fix the spinner background in Edit Manga Info * Improve manga's backdrop color Detail: * Change Cover's color & ratio preference key to AppState * using ElevatedSuggestionChip with color * more icon color * color theme for MetadataViewScreen * enable animation by default * Fix: can't turn off theme cover based * Won't check pref for theme enabled everytime, instead always generate cover's color to run faster later * Skip generate cover's vibrant color for browsing mangas if already generated, also won't even trying to read ratio for favorite mangas * Only generate new seed color when cover loaded in detail page * only use dominantColor for cover when cover is unable to load * Don't use elevatedSuggestionChip for darkmode and change border color * EditMangaInfo: Set Spinner's selected item's background color to transparent * update chip color * Colors Palette screen * Support Amoled Dark Mode by upgrading Material-Kolor to 1.7.0 * improve manga's backdrop color * only generate color while browsing if option is enabled, aslo fixed the case won't update dominant color if cover changed * always using theme animation * update translation
2024-06-12 13:22:44 +02:00
<string name="pref_theme_cover_based">Theme based on cover</string>
2024-06-10 11:27:20 +02:00
<string name="pref_theme_cover_based_style">Theme style</string>
2024-06-19 06:17:40 +02:00
<string name="pref_theme_cover_based_style_tonalspot">Tonal Spot</string>
<string name="pref_theme_cover_based_style_neutral">Neutral</string>
<string name="pref_theme_cover_based_style_vibrant">Vibrant</string>
<string name="pref_theme_cover_based_style_expressive">Expressive</string>
<string name="pref_theme_cover_based_style_rainbow">Rainbow</string>
<string name="pref_theme_cover_based_style_fruitsalad">Fruit Salad</string>
<string name="pref_theme_cover_based_style_monochrome">Monochrome</string>
<string name="pref_theme_cover_based_style_fidelity">Fidelity</string>
<string name="pref_theme_cover_based_style_content">Content</string>
<string name="pref_expand_related_titles">Expand Related titles</string>
<string name="pref_expand_related_titles_summary">If turned off, related titles won\'t automatically load &amp; show expanded</string>
<string name="pref_show_home_on_related_titles">Home from Related titles</string>
<string name="pref_show_home_on_related_titles_summary">Show an icon while browsing Related titles to navigate directly back to Home</string>
2024-06-10 11:27:20 +02:00
<!-- Extension section -->
<string name="ext_unofficial">Unofficial</string>
<string name="unofficial_extension_message">This extension is not from the official repo.</string>
<!-- Extension repos -->
<!-- Downloads section -->
<string name="download_cache_renew_interval">Download cache renew interval</string>
<string name="download_cache_renew_interval_manual">Manual</string>
<string name="download_cache_renew_interval_1hour">1 hour</string>
<string name="download_cache_renew_interval_2hour">2 hours</string>
<string name="download_cache_renew_interval_6hour">6 hours</string>
<string name="download_cache_renew_interval_12hour">12 hours</string>
<string name="download_cache_renew_interval_24hour">1 day</string>
<string name="download_cache_renew_interval_info">If set to "manual", either refresh each manga or using the "Invalidate downloads index" action in "Advanced"</string>
<!-- Tracking section -->
<string name="pref_update_tracking_marked_read">Update progress when marked as read</string>
<string name="pref_auto_sync_read_chapters">Auto sync read chapters from Trackers</string>
<!-- Sync section -->
<!-- Advanced section -->
<string name="pref_clean_invalid_downloads">Clean invalid downloads</string>
<string name="pref_clean_invalid_downloads_summary">Find and remove all downloads, files, folders which are not saved in your library</string>
<string name="invalid_downloads_cleaned">Invalid downloads cleaned</string>
<string name="pref_private_installer_warning">Avoid using Private Installer because it\'s not stable yet, will lead to really slow start/resume App.</string>
<!-- About section -->
<string name="whats_coming">What\'s coming (soon)</string>
<!-- Manga info -->
<string name="action_allow_duplicate_manga">Allow it</string>
<string name="action_skip_duplicate_manga">Skip it</string>
<string name="action_allow_all_duplicate_manga">Allow all</string>
<string name="action_skip_all_duplicate_manga">Skip all</string>
<!--UpdateCheck-->
<string name="update_check_try_now">Try now</string>
<!--UpdateCheck Notifications-->
<string name="update_check_notification_preview_available">Coming (soon) updates!</string>
<!-- About -->
<string name="changelogs">Change Logs</string>
<!-- Browse settings -->
<string name="pref_source_related_mangas">Related Titles</string>
2024-06-10 11:27:20 +02:00
<string name="pref_source_related_mangas_summary">Show related titles while viewing entry</string>
<string name="related_mangas_more">More like these...</string>
<!-- Feed Tab -->
<string name="too_many_in_feed">Too many sources in your feed, cannot add more than limited (20)</string>
<!-- Migration -->
<string name="current_">Current: %1$s</string>
</resources>