miniflux-v2/locale/translations/ja_JP.json

403 lines
24 KiB
JSON
Raw Normal View History

2020-02-14 11:40:24 +01:00
{
"confirm.question": "よろしいですか?",
"confirm.yes": "はい",
"confirm.no": "いいえ",
"confirm.loading": "実行中…",
"action.subscribe": "フィードを購読",
"action.save": "保存",
"action.or": "または",
"action.cancel": "取り消し",
"action.remove": "削除",
"action.remove_feed": "このフィードを削除",
"action.update": "更新",
"action.edit": "編集",
"action.download": "ダウンロード",
"action.import": "インポート",
"action.login": "ログイン",
"action.home_screen": "ホームスクリーンに追加",
2023-01-27 14:08:34 +01:00
"tooltip.keyboard_shortcuts": "キーボードショートカット: %s",
2020-02-14 11:40:24 +01:00
"tooltip.logged_user": "%s としてログイン中",
"menu.unread": "未読",
"menu.starred": "星付き",
"menu.history": "履歴",
"menu.feeds": "フィード一覧",
"menu.categories": "カテゴリ",
"menu.settings": "設定",
"menu.logout": "ログアウト",
"menu.preferences": "設定情報",
2023-01-27 14:08:34 +01:00
"menu.integrations": "連携",
2020-02-14 11:40:24 +01:00
"menu.sessions": "セッション",
"menu.users": "ユーザー一覧",
2023-01-27 14:08:34 +01:00
"menu.about": "ソフトウェア情報",
2020-02-14 11:40:24 +01:00
"menu.export": "エクスポート",
"menu.import": "インポート",
"menu.create_category": "カテゴリを作成",
"menu.mark_page_as_read": "このページを既読にする",
2023-01-27 14:08:34 +01:00
"menu.mark_all_as_read": "すべて既読にする",
"menu.show_all_entries": "すべての記事を表示",
2020-02-14 11:40:24 +01:00
"menu.show_only_unread_entries": "未読の記事だけを表示",
"menu.refresh_feed": "更新",
2023-01-27 14:08:34 +01:00
"menu.refresh_all_feeds": "すべてのフィードをバックグラウンドで更新",
2020-02-14 11:40:24 +01:00
"menu.edit_feed": "編集",
"menu.edit_category": "編集",
2023-01-27 14:08:34 +01:00
"menu.add_feed": "フィードを購読",
2020-02-14 11:40:24 +01:00
"menu.add_user": "ユーザーを追加",
2023-01-27 14:08:34 +01:00
"menu.flush_history": "履歴をクリア",
2020-02-14 11:40:24 +01:00
"menu.feed_entries": "記事一覧",
2023-01-27 14:08:34 +01:00
"menu.api_keys": "API キー",
"menu.create_api_key": "新しい API キーを作成する",
"menu.shared_entries": "共有エントリ",
2020-02-14 11:40:24 +01:00
"search.label": "検索",
"search.placeholder": "…を検索",
"pagination.next": "次",
"pagination.previous": "前",
2023-02-25 15:18:46 +01:00
"entry.status.unread": "未読にする",
"entry.status.read": "既読にする",
2023-01-27 14:08:34 +01:00
"entry.status.toast.unread": "未読にしました",
"entry.status.toast.read": "既読にしました",
2020-02-14 11:40:24 +01:00
"entry.status.title": "記事の状態を変更",
"entry.bookmark.toggle.on": "星を付ける",
"entry.bookmark.toggle.off": "星を外す",
2023-01-27 14:08:34 +01:00
"entry.bookmark.toast.on": "星を付けました",
"entry.bookmark.toast.off": "星を外しました",
2020-02-14 11:40:24 +01:00
"entry.state.saving": "保存中…",
"entry.state.loading": "読み込み中…",
"entry.save.label": "保存",
"entry.save.title": "この記事を保存",
"entry.save.completed": "完了!",
"entry.save.toast.completed": "記事は保存されました",
"entry.scraper.label": "ダウンロード",
2020-02-14 11:40:24 +01:00
"entry.scraper.title": "オリジナルの内容を取得",
"entry.scraper.completed": "完了!",
"entry.external_link.label": "外部リンク",
2020-02-14 11:40:24 +01:00
"entry.comments.label": "コメント",
"entry.comments.title": "コメントを見る",
"entry.share.label": "共有",
"entry.share.title": "この記事を共有する",
2023-01-27 14:08:34 +01:00
"entry.unshare.label": "共有を解除",
"entry.shared_entry.title": "公開リンクを開く",
"entry.shared_entry.label": "共有する",
2020-07-17 04:46:24 +02:00
"entry.estimated_reading_time": [
2023-02-25 15:18:46 +01:00
"%d 分で読めます",
"%d 分で読めます"
2020-07-17 04:46:24 +02:00
],
"page.shared_entries.title": "共有エントリ",
2020-02-14 11:40:24 +01:00
"page.unread.title": "未読",
"page.starred.title": "星付き",
"page.categories.title": "カテゴリ",
2023-01-27 14:08:34 +01:00
"page.categories.no_feed": "フィードはありません。",
2023-02-25 15:18:46 +01:00
"page.categories.entries": "記事一覧",
"page.categories.feeds": "フィード一覧",
2020-02-14 11:40:24 +01:00
"page.categories.feed_count": [
2023-01-27 14:08:34 +01:00
"%d 件のフィードがあります。",
"%d 件のフィードがあります。"
2020-02-14 11:40:24 +01:00
],
2023-02-25 15:18:46 +01:00
"page.categories.unread_counter": "未読記事の数",
2020-02-14 11:40:24 +01:00
"page.new_category.title": "新規カテゴリ",
"page.new_user.title": "新規ユーザー",
2023-01-27 14:08:34 +01:00
"page.edit_category.title": "カテゴリを編集: %s",
2020-02-14 11:40:24 +01:00
"page.edit_user.title": "ユーザーを編集: %s",
"page.feeds.title": "フィード一覧",
"page.feeds.last_check": "最終チェック:",
2023-02-25 15:18:46 +01:00
"page.feeds.unread_counter": "未読記事の数",
"page.feeds.read_counter": "既読記事の数",
2020-02-14 11:40:24 +01:00
"page.feeds.error_count": [
"%d 個のエラー",
"%d 個のエラー"
],
"page.history.title": "履歴",
"page.import.title": "インポート",
"page.search.title": "検索結果",
2023-01-27 14:08:34 +01:00
"page.about.title": "ソフトウェア情報",
2020-02-14 11:40:24 +01:00
"page.about.credits": "著作権表示",
"page.about.version": "バージョン:",
"page.about.build_date": "ビルド日時:",
"page.about.author": "作者:",
"page.about.license": "ライセンス:",
"page.about.global_config_options": "グローバル構成オプション",
2021-02-16 16:37:24 +01:00
"page.about.postgres_version": "Postgres バージョン:",
"page.about.go_version": "Go バージョン:",
2023-01-27 14:08:34 +01:00
"page.add_feed.title": "新規フィード",
2023-02-25 15:18:46 +01:00
"page.add_feed.no_category": "カテゴリが存在しません。カテゴリが少なくとも1つ必要です。",
2020-02-14 11:40:24 +01:00
"page.add_feed.label.url": "URL",
2023-01-27 14:08:34 +01:00
"page.add_feed.submit": "フィードを探索して追加",
"page.add_feed.legend.advanced_options": "高度な設定",
"page.add_feed.choose_feed": "フィードを選択",
"page.edit_feed.title": "フィードを編集: %s",
2020-02-14 11:40:24 +01:00
"page.edit_feed.last_check": "最終チェック:",
2023-01-27 14:08:34 +01:00
"page.edit_feed.last_modified_header": "Last-Modified ヘッダー:",
2020-02-14 11:40:24 +01:00
"page.edit_feed.etag_header": "ETag ヘッダー:",
2023-02-25 15:18:46 +01:00
"page.edit_feed.no_header": "なし",
2023-01-27 14:08:34 +01:00
"page.edit_feed.last_parsing_error": "直近の解析エラー",
2023-02-25 15:18:46 +01:00
"page.entry.attachments": "添付ファイル",
2023-01-27 14:08:34 +01:00
"page.keyboard_shortcuts.title": "キーボードショートカット",
"page.keyboard_shortcuts.subtitle.sections": "セクションを移動する",
"page.keyboard_shortcuts.subtitle.items": "アイテム間を移動する",
"page.keyboard_shortcuts.subtitle.pages": "ページ間を移動する",
2020-02-14 11:40:24 +01:00
"page.keyboard_shortcuts.subtitle.actions": "アクション",
2023-01-27 14:08:34 +01:00
"page.keyboard_shortcuts.go_to_unread": "未読",
"page.keyboard_shortcuts.go_to_starred": "星付き",
"page.keyboard_shortcuts.go_to_history": "履歴",
"page.keyboard_shortcuts.go_to_feeds": "フィード一覧",
"page.keyboard_shortcuts.go_to_categories": "カテゴリ",
"page.keyboard_shortcuts.go_to_settings": "設定",
"page.keyboard_shortcuts.show_keyboard_shortcuts": "キーボードショートカットを表示",
2020-02-14 11:40:24 +01:00
"page.keyboard_shortcuts.go_to_previous_item": "前のアイテム",
"page.keyboard_shortcuts.go_to_next_item": "次のアイテム",
2023-01-27 14:08:34 +01:00
"page.keyboard_shortcuts.go_to_feed": "フィード",
"page.keyboard_shortcuts.go_to_previous_page": "前のページ",
"page.keyboard_shortcuts.go_to_next_page": "次のページ",
2020-02-14 11:40:24 +01:00
"page.keyboard_shortcuts.open_item": "選択されたアイテムを開く",
"page.keyboard_shortcuts.open_original": "オリジナルのリンクを開く",
"page.keyboard_shortcuts.open_original_same_window": "現在のタブでオリジナルのリンクを開く",
"page.keyboard_shortcuts.open_comments": "コメントリンクを開く",
"page.keyboard_shortcuts.open_comments_same_window": "現在のタブでコメントリンクを開く",
2023-01-27 14:08:34 +01:00
"page.keyboard_shortcuts.toggle_read_status_next": "既読/未読を切り替えて次のアイテムに移動",
"page.keyboard_shortcuts.toggle_read_status_prev": "既読/未読を切り替えて前のアイテムに移動",
"page.keyboard_shortcuts.refresh_all_feeds": "すべてのフィードをバックグラウンドで更新",
2023-02-25 15:18:46 +01:00
"page.keyboard_shortcuts.mark_page_as_read": "現在のページの記事をすべて既読にする",
2020-02-14 11:40:24 +01:00
"page.keyboard_shortcuts.download_content": "オリジナルの内容をダウンロード",
"page.keyboard_shortcuts.toggle_bookmark_status": "星を付ける/外す",
"page.keyboard_shortcuts.save_article": "記事を保存",
2023-01-27 14:08:34 +01:00
"page.keyboard_shortcuts.scroll_item_to_top": "アイテムが上端になるようにスクロール",
2020-02-14 11:40:24 +01:00
"page.keyboard_shortcuts.remove_feed": "このフィードを削除",
2023-01-27 14:08:34 +01:00
"page.keyboard_shortcuts.go_to_search": "検索フォームに移動",
2023-02-25 15:18:46 +01:00
"page.keyboard_shortcuts.toggle_entry_attachments": "添付ファイルを開く/閉じる",
2020-02-14 11:40:24 +01:00
"page.keyboard_shortcuts.close_modal": "モーダルダイアログを閉じる",
"page.users.title": "ユーザー一覧",
"page.users.username": "ユーザー名",
"page.users.never_logged": "未ログイン",
"page.users.admin.yes": "管理者",
"page.users.admin.no": "非管理者",
"page.users.actions": "アクション",
"page.users.last_login": "最終ログイン",
"page.users.is_admin": "管理者",
"page.settings.title": "設定",
"page.settings.link_google_account": "Google アカウントと接続する",
"page.settings.unlink_google_account": "Google アカウントと接続を解除する",
"page.settings.link_oidc_account": "OpenID Connect アカウントと接続する",
"page.settings.unlink_oidc_account": "OpenID Connect アカウントと接続を解除する",
2020-02-14 11:40:24 +01:00
"page.login.title": "ログイン",
"page.login.google_signin": "Google アカウントでログイン",
"page.login.oidc_signin": "OpenID Connect アカウントでログイン",
2023-01-27 14:08:34 +01:00
"page.integrations.title": "連携",
2020-02-14 11:40:24 +01:00
"page.integration.miniflux_api": "Miniflux API",
"page.integration.miniflux_api_endpoint": "API Endpoint",
"page.integration.miniflux_api_username": "ユーザー名",
"page.integration.miniflux_api_password": "パスワード",
"page.integration.miniflux_api_password_value": "アカウントのパスワード",
"page.integration.bookmarklet": "ブックマークレット",
"page.integration.bookmarklet.name": "Miniflux に追加",
"page.integration.bookmarklet.instructions": "このリンクをブラウザのブックマークへドラッグしてください。",
"page.integration.bookmarklet.help": "この特別なリンクを使ってブラウザから直接ウェブサイトのフィードを購読できます。",
"page.sessions.title": "セッション",
"page.sessions.table.date": "日付",
"page.sessions.table.ip": "IP アドレス",
"page.sessions.table.user_agent": "User Agent",
"page.sessions.table.actions": "アクション",
"page.sessions.table.current_session": "現在のセッション",
2023-01-27 14:08:34 +01:00
"page.api_keys.title": "API キー",
2020-03-02 02:38:29 +01:00
"page.api_keys.table.description": "説明",
"page.api_keys.table.token": "トークン",
"page.api_keys.table.last_used_at": "最終使用",
"page.api_keys.table.created_at": "作成日",
"page.api_keys.table.actions": "アクション",
2023-01-27 14:08:34 +01:00
"page.api_keys.never_used": "未使用",
"page.new_api_key.title": "新しい API キー",
"page.offline.title": "オフラインモード",
"page.offline.message": "オフラインです",
"page.offline.refresh_page": "ページを更新してみてください",
"alert.no_shared_entry": "共有エントリはありません。",
2020-02-14 11:40:24 +01:00
"alert.no_bookmark": "現在星付きはありません。",
"alert.no_category": "カテゴリが存在しません。",
"alert.no_category_entry": "このカテゴリには記事がありません。",
"alert.no_feed_entry": "このフィードには記事がありません。",
"alert.no_feed": "何も購読していません。",
2023-01-27 14:08:34 +01:00
"alert.no_feed_in_category": "このカテゴリには購読中のフィードがありません。",
"alert.no_history": "現在履歴はありません。",
2020-02-14 11:40:24 +01:00
"alert.feed_error": "このフィードには問題があります。",
"alert.no_search_result": "検索で何も見つかりませんでした。",
"alert.no_unread_entry": "未読の記事はありません。",
"alert.no_user": "あなたが唯一のユーザーです。",
"alert.account_unlinked": "外部アカウントとのリンクが解除されました!",
"alert.account_linked": "外部アカウントとリンクされました!",
"alert.pocket_linked": "Pocket アカウントとリンクされました!",
"alert.prefs_saved": "設定情報は保存されました!",
"error.unlink_account_without_password": "パスワードを設定しなければ再びログインすることはできません。",
"error.duplicate_linked_account": "別なユーザーが既にこのサービスの同じユーザーとリンクしています。",
"error.duplicate_fever_username": "既に同じ名前の Fever ユーザー名が使われています!",
"error.duplicate_googlereader_username": "既に同じ名前の Google Reader ユーザー名が使われています!",
2020-02-14 11:40:24 +01:00
"error.pocket_request_token": "Pocket の request token が取得できません!",
"error.pocket_access_token": "Pocket の access token が取得できません!",
2023-02-25 15:18:46 +01:00
"error.category_already_exists": "このカテゴリは既に存在します。",
"error.unable_to_create_category": "このカテゴリは作成できません。",
"error.unable_to_update_category": "このカテゴリは更新できません。",
2020-02-14 11:40:24 +01:00
"error.user_already_exists": "このユーザーは既に存在します。",
2023-02-25 15:18:46 +01:00
"error.unable_to_create_user": "このユーザーは作成できません。",
"error.unable_to_update_user": "このユーザーは更新できません。",
"error.unable_to_update_feed": "このフィードは更新できません。",
2023-01-27 14:08:34 +01:00
"error.subscription_not_found": "フィードが見つかりません。",
2023-01-27 12:55:46 +01:00
"error.invalid_theme": "テーマが無効です。",
"error.invalid_language": "言語が無効です。",
"error.invalid_timezone": "タイムゾーンが無効です。",
2023-02-25 15:18:46 +01:00
"error.invalid_entry_direction": "記事の表示順が無効です。",
2023-01-27 14:08:34 +01:00
"error.invalid_display_mode": "Web アプリの表示モードが無効です。",
"error.invalid_gesture_nav": "ジェスチャー ナビゲーションが無効です。",
2023-01-27 14:08:34 +01:00
"error.invalid_default_home_page": "デフォルトのトップページが無効です",
2020-02-14 11:40:24 +01:00
"error.empty_file": "このファイルは空です。",
"error.bad_credentials": "ユーザー名かパスワードが間違っています。",
2023-01-27 14:08:34 +01:00
"error.fields_mandatory": "すべての項目が必要です。",
2020-02-14 11:40:24 +01:00
"error.title_required": "タイトルが必要です。",
"error.different_passwords": "パスワードが一致しません。",
"error.password_min_length": "パスワードは6文字以上である必要があります。",
2023-01-27 14:08:34 +01:00
"error.settings_mandatory_fields": "ユーザー名、テーマ、言語、タイムゾーンのすべてが必要です。",
"error.settings_reading_speed_is_positive": "読書速度は正の整数である必要があります。",
"error.entries_per_page_invalid": "ページあたりの記事数が無効です。",
2020-02-14 11:40:24 +01:00
"error.feed_mandatory_fields": "URL と カテゴリが必要です。",
2023-01-27 14:08:34 +01:00
"error.feed_already_exists": "このフィードは既に存在します。",
"error.invalid_feed_url": "フィード URL が無効です。",
"error.invalid_site_url": "サイト URL が無効です。",
"error.feed_url_not_empty": "フィード URL を空にすることはできません。",
"error.site_url_not_empty": "サイトの URL を空にすることはできません。",
2021-01-04 22:49:28 +01:00
"error.feed_title_not_empty": "フィードのタイトルを空にすることはできません。",
"error.feed_category_not_found": "このカテゴリは存在しないか、このユーザーに属していません。",
"error.feed_invalid_blocklist_rule": "ブロックリストルールが無効です。",
"error.feed_invalid_keeplist_rule": "リストの保持ルールが無効です。",
2020-02-14 11:40:24 +01:00
"error.user_mandatory_fields": "ユーザー名が必要です。",
2023-01-27 14:08:34 +01:00
"error.api_key_already_exists": "この API キーは既に存在します。",
"error.unable_to_create_api_key": "この API キーを作成できません。",
2020-02-14 11:40:24 +01:00
"form.feed.label.title": "タイトル",
"form.feed.label.site_url": "サイト URL",
"form.feed.label.feed_url": "フィード URL",
"form.feed.label.category": "カテゴリ",
"form.feed.label.crawler": "オリジナルの内容を取得",
"form.feed.label.feed_username": "フィードのユーザー名",
"form.feed.label.feed_password": "フィードのパスワード",
2023-01-27 14:08:34 +01:00
"form.feed.label.user_agent": "デフォルトの User Agent を上書きする",
"form.feed.label.cookie": "Cookie の設定",
"form.feed.label.scraper_rules": "Scraper ルール",
2020-02-14 11:40:24 +01:00
"form.feed.label.rewrite_rules": "Rewrite ルール",
2023-01-27 14:08:34 +01:00
"form.feed.label.blocklist_rules": "Block ルール",
"form.feed.label.keeplist_rules": "Keep ルール",
"form.feed.label.urlrewrite_rules": "Rewrite URL ルール",
2020-06-06 06:50:59 +02:00
"form.feed.label.ignore_http_cache": "HTTPキャッシュを無視",
"form.feed.label.allow_self_signed_certificates": "自己署名証明書または無効な証明書を許可する",
2023-01-27 14:08:34 +01:00
"form.feed.label.fetch_via_proxy": "プロキシ経由で取得",
2020-02-14 11:40:24 +01:00
"form.feed.label.disabled": "このフィードを更新しない",
Add Media Player and resume to last playback position In order to ease podcast listening, the player can be put on top of the feed entry as main content. Use the `Use podcast player` option to enable that. It works on audio and video. Also, when playing audio or video, progression will be saved in order to be able to resume listening later. This position saving is done using the original attachement/enclosures player AND podcast player and do not rely on the podcast player option ti be enabled. Additionally, I made the player fill the width with the entry container to ease seeking and have a bigger video. updateEnclosures now keep existing enclosures based on URL When feeds get updated, enclosures entries are always wiped and re-created. This cause two issue - enclosure progression get lost in the process - enclosure ID changes I used the URL as identifier of an enclosure. Not perfect but hopefully should work. When an enclosure already exist, I simply do nothing and leave the entry as is in the database. If anyone is listening/watching to this enclosure during the refresh, the id stay coherent and progression saving still works. The updateEnclosures function got a bit more complex. I tried to make it the more clear I could. Some optimisation are possible but would make the function harder to read in my opinion. I'm not sure if this is often the case, but some feeds may include tracking or simply change the url each time we update the feed. In those situation, enclosures ids and progression will be lost. I have no idea how to handle this last situation. Use the size instead/alongside url to define the identity of an enclosure ? Translation: english as placeholder for every language except French Aside, I tested a video feed and fixed a few things for it. In fact, the MimeType was not working at all on my side, and found a pretty old stackoverflow discussion that suggest to use an Apple non-standard MimeType for m4v video format. I only did one substitution because I only have one feed to test. Any new video feed can make this go away or evolve depending on the situation. Real video feeds does not tend to be easy to find and test extensively this. Co-authored-by: toastal
2023-04-13 11:46:43 +02:00
"form.feed.label.no_media_player": "No media player (audio/video)",
2023-01-27 14:08:34 +01:00
"form.feed.label.hide_globally": "未読一覧に記事を表示しない",
2020-02-14 11:40:24 +01:00
"form.category.label.title": "タイトル",
2023-01-27 14:08:34 +01:00
"form.category.hide_globally": "未読一覧に記事を表示しない",
2020-02-14 11:40:24 +01:00
"form.user.label.username": "ユーザー名",
"form.user.label.password": "パスワード",
"form.user.label.confirmation": "パスワード確認",
"form.user.label.admin": "管理者",
"form.prefs.label.language": "言語",
"form.prefs.label.timezone": "タイムゾーン",
"form.prefs.label.theme": "テーマ",
2023-02-25 15:18:46 +01:00
"form.prefs.label.entry_sorting": "記事の表示順",
2023-01-27 14:08:34 +01:00
"form.prefs.label.entries_per_page": "ページあたりの記事数",
"form.prefs.label.default_reading_speed": "他言語の読書速度(単語/分)",
"form.prefs.label.cjk_reading_speed": "中国語、韓国語、日本語の読書速度(文字数/分)",
"form.prefs.label.display_mode": "プログレッシブ Web アプリ (PWA) 表示モード",
2020-02-14 11:40:24 +01:00
"form.prefs.select.older_first": "古い記事を最初に",
"form.prefs.select.recent_first": "新しい記事を最初に",
2023-02-25 15:18:46 +01:00
"form.prefs.select.fullscreen": "Fullscreen",
"form.prefs.select.standalone": "Standalone",
"form.prefs.select.minimal_ui": "Minimal",
"form.prefs.select.browser": "Browser",
"form.prefs.select.publish_time": "記事の公開時刻",
"form.prefs.select.created_time": "記事の取得時刻",
"form.prefs.select.alphabetical": "アルファベット順",
"form.prefs.select.unread_count": "未読数",
"form.prefs.select.none": "なし",
"form.prefs.select.tap": "ダブルタップ",
"form.prefs.select.swipe": "スワイプ",
2023-01-27 14:08:34 +01:00
"form.prefs.label.keyboard_shortcuts": "キーボードショートカットを有効にする",
"form.prefs.label.entry_swipe": "タッチスクリーンでスワイプ入力を有効にする",
"form.prefs.label.gesture_nav": "エントリ間を移動するジェスチャー",
2020-07-17 04:46:24 +02:00
"form.prefs.label.show_reading_time": "記事の推定読書時間を表示する",
2023-01-27 14:08:34 +01:00
"form.prefs.label.custom_css": "カスタム CSS",
2023-02-25 15:18:46 +01:00
"form.prefs.label.entry_order": "記事の表示順の基準",
2022-07-20 22:07:55 +02:00
"form.prefs.label.default_home_page": "デフォルトのトップページ",
2023-02-25 15:18:46 +01:00
"form.prefs.label.categories_sorting_order": "カテゴリの表示順",
2020-02-14 11:40:24 +01:00
"form.import.label.file": "OPML ファイル",
"form.import.label.url": "URL",
"form.integration.fever_activate": "Fever API を有効にする",
2023-01-27 14:08:34 +01:00
"form.integration.fever_username": "Fever のユーザー名",
"form.integration.fever_password": "Fever のパスワード",
2020-02-14 11:40:24 +01:00
"form.integration.fever_endpoint": "Fever API endpoint:",
"form.integration.googlereader_activate": "Google Reader API を有効にする",
2023-01-27 14:08:34 +01:00
"form.integration.googlereader_username": "Google Reader のユーザー名",
"form.integration.googlereader_password": "Google Reader のパスワード",
"form.integration.googlereader_endpoint": "Google Reader API endpoint:",
2020-02-14 11:40:24 +01:00
"form.integration.pinboard_activate": "Pinboard に記事を保存する",
"form.integration.pinboard_token": "Pinboard の API Token",
"form.integration.pinboard_tags": "Pinboard の Tag",
"form.integration.pinboard_bookmark": "ブックマークを未読にする",
"form.integration.instapaper_activate": "Instapaper に記事を保存する",
2023-01-27 14:08:34 +01:00
"form.integration.instapaper_username": "Instapaper のユーザー名",
"form.integration.instapaper_password": "Instapaper のパスワード",
2020-02-14 11:40:24 +01:00
"form.integration.pocket_activate": "Pocket に記事を保存する",
"form.integration.pocket_consumer_key": "Pocket の Consumer Key",
"form.integration.pocket_access_token": "Pocket の Access Token",
"form.integration.pocket_connect_link": "Pocket account に接続",
"form.integration.wallabag_activate": "Wallabag に記事を保存する",
"form.integration.wallabag_only_url": "URL のみを送信 (完全なコンテンツではなく)",
2020-02-14 11:40:24 +01:00
"form.integration.wallabag_endpoint": "Wallabag の API Endpoint",
"form.integration.wallabag_client_id": "Wallabag の Client ID",
"form.integration.wallabag_client_secret": "Wallabag の Client Secret",
2023-01-27 14:08:34 +01:00
"form.integration.wallabag_username": "Wallabag のユーザー名",
"form.integration.wallabag_password": "Wallabag のパスワード",
2020-02-14 11:40:24 +01:00
"form.integration.nunux_keeper_activate": "Nunux Keeper に記事を保存する",
"form.integration.nunux_keeper_endpoint": "Nunux Keeper の API Endpoint",
"form.integration.nunux_keeper_api_key": "Nunux Keeper の API key",
2022-04-21 04:44:47 +02:00
"form.integration.espial_activate": "Espial に記事を保存する",
"form.integration.espial_endpoint": "Espial の API Endpoint",
"form.integration.espial_api_key": "Espial の API key",
"form.integration.espial_tags": "Espial の Tag",
2023-01-27 14:08:34 +01:00
"form.integration.telegram_bot_activate": "新しい記事を Telegram チャットにプッシュする",
2021-09-08 05:04:22 +02:00
"form.integration.telegram_bot_token": "ボットトークン",
2023-01-27 14:08:34 +01:00
"form.integration.telegram_chat_id": "チャット ID",
2022-05-23 17:53:06 +02:00
"form.integration.linkding_activate": "Linkding に記事を保存する",
"form.integration.linkding_endpoint": "Linkding の API Endpoint",
"form.integration.linkding_api_key": "Linkding の API key",
"form.integration.linkding_tags": "Linkding Tags",
"form.integration.linkding_bookmark": "ブックマークを未読にする",
2022-10-14 17:18:44 +02:00
"form.integration.matrix_bot_activate": "新しい記事をMatrixに転送する",
"form.integration.matrix_bot_user": "Matrixのユーザー名",
"form.integration.matrix_bot_password": "Matrixユーザ用パスワード",
"form.integration.matrix_bot_url": "MatrixサーバーのURL",
"form.integration.matrix_bot_chat_id": "MatrixルームのID",
2023-01-27 14:08:34 +01:00
"form.api_key.label.description": "API キーラベル",
2020-02-14 11:40:24 +01:00
"form.submit.loading": "読み込み中…",
"form.submit.saving": "保存中…",
"time_elapsed.not_yet": "未来",
"time_elapsed.yesterday": "昨日",
"time_elapsed.now": "今",
"time_elapsed.minutes": [
"%d 分前",
"%d 分前"
],
"time_elapsed.hours": [
"%d 時間前",
"%d 時間前"
],
"time_elapsed.days": [
"%d 日前",
"%d 日前"
],
"time_elapsed.weeks": [
2023-01-27 14:08:34 +01:00
"%d 週間前",
"%d 週間前"
2020-02-14 11:40:24 +01:00
],
"time_elapsed.months": [
2023-01-27 14:08:34 +01:00
"%d か月前",
"%d か月前"
2020-02-14 11:40:24 +01:00
],
"time_elapsed.years": [
"%d 年前",
"%d 年前"
]
}