komikku/i18n-kmk/src/commonMain/moko-resources/ja/strings.xml

51 lines
4.3 KiB
XML
Raw Normal View History

<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="action_search_for_source">ソースを検索</string>
<string name="action_toggle_nsfw_only">NSFWのみ切り替え</string>
<string name="action_bulk_select">一括選択モード</string>
<string name="action_faq_and_guides">FAQ とガイド</string>
<string name="pref_details_page_theme">詳細ページ</string>
<string name="pref_theme_cover_based_style">テーマのスタイル</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="ext_unofficial">Unofficial</string>
<string name="unofficial_extension_message">この拡張機能は公式リポジトリからのものではありません。</string>
<string name="download_cache_renew_interval">キャッシュの更新間隔をダウンロード</string>
<string name="download_cache_renew_interval_manual">マニュアル</string>
<string name="download_cache_renew_interval_1hour">1 時間</string>
<string name="download_cache_renew_interval_2hour">2時間</string>
<string name="download_cache_renew_interval_6hour">6 時間</string>
<string name="download_cache_renew_interval_12hour">12時間</string>
<string name="download_cache_renew_interval_24hour">1日</string>
<string name="download_cache_renew_interval_info">「マニュアル」に設定されている場合は、各マンガを更新するか、「詳細」の「ダウンロードインデックスの無効化」アクションを使用してください</string>
<string name="pref_update_tracking_marked_read">既読としてマークされたときに進行状況を更新する</string>
<string name="pref_auto_sync_read_chapters">トラッカーから読み取りチャプターを自動同期</string>
<string name="pref_clean_invalid_downloads">無効なダウンロードを削除</string>
<string name="pref_clean_invalid_downloads_summary">ライブラリに保存されていないすべてのダウンロード、ファイル、フォルダを見つけて削除します</string>
<string name="invalid_downloads_cleaned">無効なダウンロードがクリーンアップされました</string>
<string name="pref_private_installer_warning">まだ安定していないため、プライベートインストーラを使用しないでください。アプリの起動/再開が遅くなります。</string>
<string name="whats_coming">近日公開予定(予定)</string>
<string name="action_allow_duplicate_manga">許可する</string>
<string name="action_skip_duplicate_manga">スキップ</string>
<string name="action_allow_all_duplicate_manga">すべて許可</string>
<string name="action_skip_all_duplicate_manga">すべてスキップ</string>
<string name="update_check_try_now">今すぐ試す</string>
<string name="update_check_notification_preview_available">近日公開!</string>
<string name="changelogs">変更ログ</string>
<string name="pref_source_related_mangas">関連するタイトル</string>
<string name="pref_source_related_mangas_summary">エントリを表示中に関連するタイトルを表示</string>
<string name="related_mangas_more">これらのような...</string>
<string name="too_many_in_feed">フィードのソースが多すぎます。制限を超えることはできません20</string>
<string name="current_">現在: %1$s</string>
2024-06-20 15:07:08 +02:00
<string name="pref_theme_cover_based">カバーに基づくテーマ</string>
<string name="pref_theme_cover_based_style_tonalspot">トーナルスポット</string>
<string name="pref_theme_cover_based_style_neutral">ニュートラル</string>
<string name="pref_theme_cover_based_style_vibrant">バイブ</string>
<string name="pref_theme_cover_based_style_expressive">表現的</string>
<string name="pref_theme_cover_based_style_rainbow">Rainbow</string>
<string name="pref_theme_cover_based_style_fruitsalad">フルーツサラダ</string>
<string name="pref_theme_cover_based_style_monochrome">モノクローム</string>
<string name="pref_theme_cover_based_style_fidelity">忠実度</string>
<string name="pref_theme_cover_based_style_content">コンテンツ</string>
<string name="pref_expand_related_titles">関連するタイトルを展開</string>
<string name="pref_expand_related_titles_summary">If turned off, related titles won\'t automatically load &amp; show expanded</string>
</resources>