field of your RSS feed.",
+ "feed_claim_modal.failed_to_load": "Failed to load claim message",
+ "feed_claim_modal.rss_format_choice": "RSS generators generally have two formats to choose from. Please copy the XML and JSON formats below as needed.",
+ "feed_claim_modal.rss_instructions": "Copy the code below and paste it into your RSS generator.",
+ "feed_claim_modal.rss_json_format": "JSON Format",
+ "feed_claim_modal.rss_xml_format": "XML Format",
+ "feed_claim_modal.rsshub_notice": "This feed is provided by RSSHub with a 1 hour cache time. Please allow up to 1 hour for changes to appear after publishing content.",
+ "feed_claim_modal.tab_content": "Content",
+ "feed_claim_modal.tab_description": "Description",
+ "feed_claim_modal.tab_rss": "RSS Tag",
+ "feed_claim_modal.verify_ownership": "To claim this feed as your own, you need to verify ownership.",
"feed_form.add_follow": "Add follow",
"feed_form.category": "Category",
"feed_form.category_description": "By default, your follows will be grouped by website.",
@@ -124,6 +148,17 @@
"signin.sign_in_to": "Sign in to",
"sync_indicator.offline": "Offline",
"sync_indicator.synced": "Synced with server",
+ "tip_modal.amount": "Amount",
+ "tip_modal.claim_feed": "Claim this feed",
+ "tip_modal.create_wallet": "Create For Free",
+ "tip_modal.feed_owner": "Feed Owner",
+ "tip_modal.low_balance": "Your balance is not enough to cover this tip. Please adjust the amount.",
+ "tip_modal.no_wallet": "You don't have a wallet yet. Please create a wallet to tip.",
+ "tip_modal.tip_amount_sent": "has been sent to the author.",
+ "tip_modal.tip_now": "Tip Now",
+ "tip_modal.tip_sent": "Tip sent successfully! Thank you for your support.",
+ "tip_modal.tip_support": "⭐ Tip to show your support!",
+ "tip_modal.unclaimed_feed": "No one has claimed this feed yet. The received Power will be securely held in the blockchain contract until it is claimed.",
"user_button.account": "Account",
"user_button.download_desktop_app": "Download Desktop app",
"user_button.log_out": "Log out",
diff --git a/locales/settings/zh-CN.json b/locales/settings/zh-CN.json
index ad4d70343..c18b2377c 100644
--- a/locales/settings/zh-CN.json
+++ b/locales/settings/zh-CN.json
@@ -179,11 +179,11 @@
"wallet.transactions.to": "接收自",
"wallet.transactions.tx": "交易",
"wallet.transactions.type": "类型",
- "wallet.transactions.types.burn": "销毁",
- "wallet.transactions.types.mint": "铸造",
- "wallet.transactions.types.purchase": "购买",
- "wallet.transactions.types.tip": "打赏",
- "wallet.transactions.types.withdraw": "提取",
+ "wallet.transactions.types.burn": "burn",
+ "wallet.transactions.types.mint": "mint",
+ "wallet.transactions.types.purchase": "purchase",
+ "wallet.transactions.types.tip": "tip",
+ "wallet.transactions.types.withdraw": "withdraw",
"wallet.transactions.you": "您",
"wallet.withdraw.addressLabel": "您的以太坊地址",
"wallet.withdraw.amountLabel": "数量",
diff --git a/src/renderer/src/hooks/biz/useEntryActions.tsx b/src/renderer/src/hooks/biz/useEntryActions.tsx
index 5857954c6..f6f8485d4 100644
--- a/src/renderer/src/hooks/biz/useEntryActions.tsx
+++ b/src/renderer/src/hooks/biz/useEntryActions.tsx
@@ -63,27 +63,31 @@ export const useEntryReadabilityToggle = ({ id, url }: { id: string; url: string
})
}
}, [id, url])
-export const useCollect = (entry: NullableTo claim this feed as your own, you need to verify ownership.
-There are three ways to choose from, you can choose one of them to verify.
+{t("feed_claim_modal.verify_ownership")}
+{t("feed_claim_modal.choose_verification_method")}
Copy the content below and post it to your latest RSS feed.
+{t("feed_claim_modal.content_instructions")}
{feed.url.startsWith("rsshub://") && (- This feed is provided by RSSHub with a 1 hour cache time. Please allow up to 1 hour - for changes to appear after publishing content. + {t("feed_claim_modal.rsshub_notice")}
)} -- Current description: + {t("feed_claim_modal.description_current")} {feed.description}
-
- Copy the following content and paste it into the{" "}
- {` field of your RSS feed.
-
- This feed is provided by RSSHub with a 1 hour cache time. Please allow up to 1 hour - for changes to appear after modifying description. + {t("feed_claim_modal.rsshub_notice")}
)}Copy the code below and paste it into your RSS generator.
+{t("feed_claim_modal.rss_instructions")}
+{t("feed_claim_modal.rss_format_choice")}
- RSS generators generally have two formats to choose from. Please copy the XML and - JSON formats below as needed. -
-- XML Format + {t("feed_claim_modal.rss_xml_format")}
- JSON Format + {t("feed_claim_modal.rss_json_format")}